.header.on {
  background-color: #fff !important;
}

.n_about {
  width: 100%;
  background-color: #fff;
}

/* 内页banner样式 */
.n_banner {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  height: 260px;
  width: 100%;
}

.about_banner {
  background: url("../images/about_banner.jpg") center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.news_banner {
  background: url("../images/news_banner.jpg") center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.honor_banner {
  margin-top: 66px;
  background: url("../images/honor_banner.jpg") center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 100px;
  background-attachment: fixed;
}
.pro_banner {
  background: url("../images/product_banner.jpg") center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.culture_banner {
  margin-top: 66px;
  background: url("../images/culture_banner.jpg") center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 100px;
  background-attachment: fixed;
}
.work_banner {
  background: url("../images/work_banner.jpg") center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.contact_banner {
  background: url("../images/contact_banner.jpg") center;
  background-size: 100%;
  background-repeat: no-repeat;
}
/* 内页通用内容部分样式 */

.about .n_main {
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
}
/* 内页通用快速导航样式 */
.n_main .n_nav_list {
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-bottom: 2px solid #f0f0f0;
  background-color: #fff;
  overflow: hidden;
}
.n_main .n_nav_list .n_nav_list_center {
  width: 1200px;
  margin: 0 auto;
}
.n_main .n_nav_list .left {
  float: left;
}
.n_main .n_nav_list .right {
  float: right;
}
.n_main .n_nav_list .left .flex {
  overflow: hidden;
}
.n_main .n_nav_list .left .flex a {
  color: #333;
}
.n_main .n_nav_list .left .flex li {
  position: relative;
  float: left;
  font-size: 15px;
  padding: 0 30px;
  cursor: pointer;
}
.n_main .n_nav_list .left .flex li:hover:before {
  left: 0;
  right: 0;
}
.n_main .n_nav_list .left .flex li:hover a {
  color: #004098;
}
.n_main .n_nav_list .left .flex li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #004098;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.n_main .n_nav_list .left .flex li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #dddddd;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.n_main .n_nav_list .left .flex li:nth-child(1)::after {
  display: none;
}
.n_main .n_nav_list .right .home {
  overflow: hidden;
}
.n_main .n_nav_list .right .home a {
  color: #333;
}
.n_main .n_nav_list .right .home .index {
  color: #004098;
  font-size: 16px;
}
.n_main .n_nav_list .right .home span {
  font-size: 14px;
}
/* 内页通用框架 */
.n_main {
  width: 100%;
}
.n_main_center {
  width: 1200px;
  margin: 60px auto;
}
.work_content {
  margin-top: 30px;
}
.work_content .work_part01 {
  border: 1px solid #eeeeee;
}
.work_content .work_part01 .work_part01_txt {
  padding: 20px;
}
.work_content .work_part01 .work_part01_img {
  padding: 20px;
}
.work_content .work_part01 .work_part01_img ul {
  overflow: hidden;
}
.work_content .work_part01 .work_part01_img ul li {
  float: left;
  width: 36%;
  margin-right: 2%;
}
.work_content .work_part01 .work_part01_img ul li.last {
  float: left;
  width: 23%;
  margin-right: 0;
}
.work_content .work_part01 .work_part01_img ul li img {
  width: 100%;
}
.work_content .work_part01 .work_part01_txt p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.work_content .title {
  background-color: #eeeeee;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  box-sizing: border-box;
}
.work_content .title h3 {
  font-size: 20px;
  font-weight: bold;
}

.work_content .work_part02 {
  margin-top: 30px;
  border: 1px solid #eeeeee;
}
.work_content .work_part02 .work_center {
  padding: 20px;
  overflow: hidden;
}
.work_content .work_part02 .work_part02_txt {
  float: left;
  width: 48%;
}
.work_content .work_part02 .work_part02_img {
  float: right;
  width: 38%;
}
.work_content .work_part02 .work_part02_txt2 {
  margin-top: 30px;
  float: none;
  width: 100%;
}
.work_content .work_part02 .work_part02_img2 {
  float: none;
  width: 100%;
}
.work_content .work_part02 .work_part02_img2 ul {
  display: none;
}
.work_content .work_part02 .work_part02_txt1 {
  float: left;
  width: 48%;
  margin-top: 50px;
}
.work_content .work_part02 .work_part02_txt1 h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.work_content .work_part02 .work_part02_txt2 h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.work_content .work_part02 .work_part02_txt1 p {
  line-height: 1.5;
}
.work_content .work_part02 .work_part02_img1 {
  float: right;
  width: 38%;
}
.work_content .work_part02 .work_part02_img ul {
  overflow: hidden;
}
.work_content .work_part02 .work_part02_img ul li {
  float: left;
  width: 36%;
  margin-right: 2%;
}
.work_content .work_part02 .work_part02_img ul li.last {
  float: left;
  width: 23%;
  margin-right: 0;
}
.work_content .work_part02 .work_part02_img ul li img {
  width: 100%;
}
.work_content .work_part02 .work_part02_txt p {
  margin-top: 70px;
  margin-bottom: 20px;
  line-height: 2.5;
  font-weight: bold;
  font-size: 15px;
}

.work_content .work_part04 {
  border: 1px solid #eeeeee;
}
.work_content .work_part04 .work_part01_txt {
  padding: 20px;
}
.work_content .work_part04 .work_part01_img {
  padding: 20px;
}
.work_content .work_part04 .work_part01_img ul {
  overflow: hidden;
}
.work_content .work_part04 .work_part01_img ul li {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.work_content .work_part04 .work_part01_img ul li:nth-child(2n) {
  margin-right: 0;
}
.work_content .work_part04 .work_part01_img ul li img {
  width: 100%;
}
.work_content .work_part04 .work_part01_img ul li p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
}

.about .company {
  background-color: #fff;
  overflow: hidden;
}
.about .company .cf {
  overflow: hidden;
}
.about .company .company_right {
  width: 36%;
  float: right;
}
.about .company .company_right img {
  width: 100%;
}
.about .company .company_left {
  width: 56%;
  box-sizing: border-box;
  float: left;
  background: url("../image/n_about_bg.png") no-repeat;
  background-position: left bottom;
  background-size: 50%;
  padding-bottom: 60px;
}
.about .company .company_left .company_title {
  padding-left: 60px;
  padding-top: 80px;
}
.about .company .company_left .company_title h1 {
  font-size: 36px;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 40px;
  font-family: "黑细";
  color: #004098;
}
.about .company .company_left .company_title h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 14px;
}
.about .company .company_left .company_text {
  padding-left: 60px;
}
.about .company .company_left .company_text p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #666;
}
.about .company .company_left .company_text p:nth-child(4) {
  font-weight: bold;
}
.about .company .company_img {
  margin-top: 30px;
  padding: 0 60px 60px 60px;
  box-sizing: border-box;
}
.about .company .company_img h3 {
  font-size: 26px;
  font-weight: bold;
}
.about .company .company_img img {
  width: 100%;
}
.about .company .company_img ul {
  display: flex;
  justify-content: space-between;
}
.about .company .company_img ul li {
  width: 24%;
}
.about .company .company_img ul li img {
  width: 100%;
}
/* 企业文化样式 */
.n_culture .n_main_center {
  width: 80%;
  margin: 60px auto;
}
.n_culture .culture {
  padding: 60px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}

.culture_banner {
  margin-top: 100px;
  background: url("../image/culture_banner.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 100px;
  background-attachment: fixed;
}
.culture .culture_content {
  margin-top: 60px;
  width: 48%;
  float: left;
}
.culture .culture_img {
  margin-top: 60px;
  width: 48%;
  float: right;
  overflow: hidden;
  border-radius: 120px 0 40px 0;
}
.culture .culture_img img {
  width: 100%;
}
.culture .culture_content .culture_item {
  margin-bottom: 60px;
  overflow: hidden;
}
.culture .culture_content .culture_item .culture_itemName {
  width: 30%;
  float: left;
  border-left: 1px solid #00409863;
  padding-left: 20px;
}
.culture .culture_content .culture_item .culture_itemTxt {
  width: 64%;
  float: right;
}
.culture .culture_content .culture_item .culture_itemName p {
  font-size: 32px;
  font-family: "黑细";
  color: #004098;
  line-height: 1;
  margin-bottom: 6px;
}
.culture .culture_content .culture_item .culture_itemName span {
  font-size: 14px;
  font-family: "黑细";
  line-height: 1;
  color: #666;
}
.culture .culture_content .culture_item .culture_itemTxt p {
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 6px;
  text-align: left;
}
.culture .culture_content .culture_item .culture_itemTxt span {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 1.2;
}
.culture .culture_content .culture_item .culture_itemTxt ul {
  display: flex;
  justify-content: space-between;
}
.culture .culture_content .culture_item .culture_itemTxt ul li {
  width: 20%;
}
.culture .culture_content .culture_item .culture_itemTxt ul li img {
  width: 100%;
}
.culture .culture_content .culture_item .culture_itemTxt ul li p {
  text-align: center;
  margin-top: 10px;
}
.nPage_title {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  padding-bottom: 20px;
}
.nPage_title h3 {
  font-size: 32px;
  font-family: "正宋";
}
.nPage_title h3::after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  margin: 6px auto 4px;
  background-color: #004098;
}
.nPage_title span {
  font-size: 14px;
  color: #999;
}
/* 荣誉资质样式 */
.honor_banner {
  margin-top: 100px;
  background: url("../image/honor_banner.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 100px;
  background-attachment: fixed;
}

.honor {
  padding: 60px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}

.honor_content {
  margin-top: 30px;
}
.honor_content .honor_certificate {
  margin-top: 60px;
}

.certificate_item ul .cfLi {
  float: left;
  width: 23%;
  margin-right: 2.5%;
  margin-bottom: 50px;
  cursor: pointer;
}
.certificate_item ul .cfLi.mr_0 {
  margin-right: 0;
}

.certificate_item ul .cfLi .img {
  border: 8px solid #e3e4e4;
  padding: 10px 5px;
  background: #fff;
  border-radius: 15px 15px 0 0;
}
.certificate_item .cfIimg-62 {
  padding-bottom: 62%;
}
*[class*="cfIimg-"] {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
*[class*="cfIimg-"] .imgItem {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  *height: auto;
}
.certificate_item ul .cfLi .img .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../image/black.6.png) repeat;
  z-index: 2;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 0.3s ease;
}
.certificate_item ul .cfLi .img .icon {
  width: 47px;
  height: 47px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -24px 0 0 -24px;
  z-index: 4;
  background: url(../image/widgets_xc_piclist_18_1.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.3s ease;
}
.certificate_item ul .cfLi .txt {
  background: #f7f7f7;
  transition: 0.3s ease;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 25px;
  padding: 15px 10px;
  border-radius: 0 0 15px 15px;
}
.certificate_item ul .cfLi .txt {
  background: #f7f7f7;
  transition: 0.3s ease;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 25px;
  padding: 15px 10px;
  border-radius: 0 0 15px 15px;
}
.certificate_item ul .cfLi:hover .img .cover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.certificate_item ul .cfLi:hover .txt {
  background: #004098;
  color: #fff;
}
.certificate_item ul .cfLi:hover .img .icon {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.certificate_item ul .cfLi:nth-child(4n) {
  margin-right: 0;
}
/* 销售网络样式 */
.sale {
  padding: 60px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}
.sale .sale_h3 {
  margin-top: 40px;
  padding: 30px 30px;
  border: 1px solid #f9f9f9;
  box-shadow: 1px 1px 2px #dcdcdc;
  font-size: 16px;
}
.sale ul {
  margin-top: 40px;
  width: 100%;
  overflow: hidden;
}
.sale ul li {
  float: left;
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 30px;
}
.sale ul li img {
  width: 100%;
}
.sale ul li .workText {
  margin-top: 6px;
  background-color: #efefef;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0 0 6px 6px;
  font-size: 15px;
}

/* 联系我们样式 */

.contact {
  padding: 60px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}

.contact .contact_left {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact .contact_right {
  width: 48%;
  float: right;
  margin-top: 40px;
  display: none;
}
.contact .contact_left .top {
  width: 49%;
}
.contact .contact_left .top img {
  width: 100%;
}
.contact .contact_left .bottom {
  width: 49%;
  border: solid 1px #d5d5d5;
  box-sizing: border-box;
  padding: 20px;
}
.contact .contact_left .bottom .contact_logo {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
}
.contact .contact_left .bottom .contact_logo h3 {
  font-size: 24px;
}
.contact .contact_left .bottom .contact_txt p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #666;
}
.contact .contact_left .bottom .contact_txt p i {
  font-size: 20px;
  margin-right: 10px;
}

/* 产品展示 */
.product {
  padding: 50px 20px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}
.product .product_content ul {
  overflow: hidden;
  margin-top: 30px;
}
.product .product_content ul li {
  width: 24%;
  position: relative;
  float: left;
  margin-bottom: 30px;
  margin-right: 1%;
}
.product .product_content ul li:hover .pro_text {
  background-color: #004098;
}
.product .product_content ul li:hover .pro_img img {
  transform: scale(1.2);
}
.product .product_content ul li:hover .pro_title {
  color: #fff;
}
.product .product_content ul li:hover .pro_more {
  color: #fff;
}
.product .product_content ul li .pro_img {
  width: 100%;
}
.product .product_content ul li .pro_img img {
  width: 100%;
}
.product .product_content ul li .cover {
  position: absolute;
  width: 96%;
  height: 80%;
  bottom: 0;
  left: 2%;
  background: #f4f4f6;
}
.product .product_content ul li .proUrl {
  padding: 0 14px;
  display: block;
  position: relative;
  z-index: 1;
}
.product .product_content ul li .pro_img {
  padding-bottom: 65%;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.product .product_content ul li .pro_img .full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
}
.product .product_content ul li .pro_text {
  padding: 10px 10px 20px;
}
.product .product_content ul li .pro_title {
  font-size: 16px;
  line-height: 1.5;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #004098;
  margin-bottom: 16px;
  transition: 0.5s ease;
  font-family: "黑细";
}
.product .product_content ul li .pro_more {
  font-size: 13px;
  line-height: 14px;
  color: #666;
}
.product .product_content ul li .pro_more i {
  font-size: 12px;
  margin-left: 10px;
}
.pages {
  text-align: center;
}
.pages ul {
  text-align: center;
}
.pages ul li {
  display: inline-block;
  margin: 0 2px;
}
.pages ul li a {
  padding: 10px 14px;
  line-height: 1;
  border: 1px solid #dadada;
}
.pages .pagination > .active > a {
  background-color: #004098;
  border-color: #004098;
  color: #fff;
}
.news .pages {
  text-align: center;
  margin-top: 60px;
}
.news .pages .pagination > .active > a {
  background-color: #004098;
  border-color: #004098;
}
/* 产品详细内容 */
.m_proDetailed_left {
  float: left;
  width: 56%;
}
.m_proDetailed_right {
  float: right;
  width: 40%;
  position: relative;
}
.m_proDetailed_left img {
  width: 100%;
}
.m_proDetailed_right .m_proDetailedTitle {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.m_proDetailed_right .m_proDetailedContent {
  margin-bottom: 20px;
}
.m_proDetailed_right .m_proDetailedTitle h3 {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
  line-height: 28px;
}
.m_proDetailed_right .m_proDetailedTitle p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}
.m_proDetailed_right .m_proDetailedContent ul li {
  list-style: none;
  margin-bottom: 20px;
  float: none;
  width: 100%;
}
.m_proDetailed_right .m_proDetailedContent ul li img {
  width: 100%;
}
.m_proDetailed_right .m_proDetailedContent ul li p {
  display: block;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  line-height: 2;
}
.m_proDetailed_right .m_proDetailedContent ul li span {
  display: inline-block;
  font-size: 14px;
  padding-left: 5px;
  color: #999;
  text-transform: uppercase;
}
.m_proDetailed_right .m_proDetailedContent .qiehuan {
  width: 100%;
  overflow: hidden;
}
.m_proDetailed_right .m_proDetailedContent .fenxiang {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid #d6d6d6;
}
.m_proDetailed_right .m_proDetailedContent .fenxiang > div {
  float: left;
}
.m_proDetailed_right .m_proDetailedContent .fenxiang a {
  padding-right: 20px;
}
.m_proDetailed_right .m_proDetailedContent .qiehuan .pre {
  width: 100%;
  height: 42px;
  padding-left: 20px;
  line-height: 44px;
  background-color: #efefef;
  font-size: 14px;
  margin-bottom: 10px;
}
.m_proDetailed_right .m_proDetailedContent .qiehuan .next {
  width: 100%;
  height: 42px;
  padding-left: 20px;
  line-height: 44px;
  background-color: #efefef;
  font-size: 14px;
}
.rexiao {
  width: 100%;
  margin: 60px auto;
}
.rexiao .rexiao_title {
  margin-top: 60px;
}
.rexiao .rexiao_title p {
  line-height: 2;
  color: #666;
}
.rexiao .rexiao_title h3 {
  font-size: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.rexiao .rexiao_title h3::before {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  margin-right: 10px;
  background-color: #6b809f;
}
.rexiao ul {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
}
.rexiao ul li {
  width: 18%;
  text-align: center;
  line-height: 40px;
}
.rexiao ul li .rexiao_img {
  padding: 6px;
  border: 1px solid #f5f5f5;
}
.rexiao ul li img {
  width: 100%;
}

/* 新闻中心样式 */
.news {
  padding: 60px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}
.n_main {
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
}
.news .news_content {
  margin-top: 30px;
}
.news .news_content ul li {
  border-bottom: 1px solid #d1d3d4;
  overflow: hidden;
}
.news .news_content ul li a {
  display: block;
  padding: 30px 0 20px;
  overflow: hidden;
}
.news .news_content ul li .news_left {
  float: left;
  width: 71%;
}
.news .news_content ul li .news_right {
  float: right;
  width: 22%;
  border-radius: 20px 20px 0 20px;
  overflow: hidden;
}
.news .news_content ul li .news_left .title {
  font-size: 22px;
  color: #000;
  margin: 12px 0;
  transition: 0.5s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_content ul li .news_left .content {
  width: 100%;
  color: #4f4f4f;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}
.news .news_content ul li .news_left .text {
  height: 40px;
  position: relative;
}
.news .news_content ul li .news_left .text .dt {
  color: #063190;
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease;
}
.news .news_content ul li .news_left .text .ic {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease;
}
.news .news_content ul li .news_left .text .ic i {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  border-radius: 50%;
  background: #063190;
  transition: all 0.5s ease;
}
.news .news_content ul li .img_box {
  padding-bottom: 62.5%;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.news .news_content ul li .img_box img {
  width: 100%;
  transition: all 0.5s ease;
}
.news .news_content ul li:hover .news_left .title {
  color: #063190;
}
.news .news_content ul li:hover .news_left .text .ic:hover i {
  background: #063190;
}
.news .news_content ul li:hover .news_left .text .dt {
  opacity: 0;
  visibility: hidden;
}
.news .news_content ul li:hover .news_left .text .ic {
  opacity: 1;
  visibility: visible;
}
.news .news_content ul li:hover .img_box img {
  transform: scale(1.1);
}
.page_list {
  font-size: 16px;
  color: #666;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.page_list ul {
  display: flex;
  justify-content: center;
}
.page_list a {
  color: #666;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border: 1px solid rgb(234, 234, 234);
  margin-left: -1px;
}
.page_list a.current {
  background-color: #063190;
  color: #fff;
}
.news_details {
  background-color: #fff;
  padding: 60px 50px 30px;
}
.news_details .news_content .news_title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.news_details .news_content .news_title h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.news_details .news_content .news_title > div {
  display: flex;
  justify-content: center;
}
.news_details .news_content .news_title > div p {
  margin: 0 20px;
  color: #999;
}
.news_details .news_content .news_text {
  overflow-x: auto;
}
.news_details .news_content .news_text p {
  font-size: 16px;
  line-height: 1.8;
}
.news_details .news_content .page_list {
  margin-top: 30px;
  border-top: 1px solid #dadada;
  padding-top: 20px;
}
.news_details .news_content .page_list a {
  color: #999;
  font-size: 14px;
  border: none;
}

.fangAn {
  width: 100%;
  height: 480px;
  background: url("../images/fangan.png") center no-repeat;
}

@media screen and (max-width: 1680px) {
  .n_banner {
    height: 404px;
  }
  .culture .culture_content .culture_item .culture_itemTxt {
    width: 70%;
  }
  .culture .culture_content {
    width: 52%;
  }
  .culture .culture_img {
    width: 44%;
  }
  .culture .culture_content .culture_item .culture_itemTxt ul li {
    width: 18%;
  }
  .culture .culture_content .culture_item {
    margin-bottom: 40px;
  }
  .footer .footer_right .footer_right_icon .icon_2 {
    display: none;
  }
  .footer .footer_right .icon_detaided h3 {
    margin-top: 24px;
  }
  .footer .footer_right .footer_right_icon > div {
    float: none;
    width: 100px;
  }
  .footer_right_icon {
    float: none;
    width: 100px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer_right_text {
    float: none;
  }
}

@media screen and (max-width: 1600px) {
  .n_banner {
    height: 384px;
  }
  .culture .culture_content .culture_item .culture_itemName p {
    font-size: 30px;
  }
  .culture .culture_content .culture_item .culture_itemTxt p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .n_banner {
    height: 200px;
  }
  .n_about .company .company_left .company_title h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .n_about .company .company_left .company_title {
    padding-top: 50px;
  }
  .n_about .company .company_left .company_title h3 {
    font-size: 18px;
  }
  .n_about .company .company_left .company_text p {
    font-size: 14px;
  }
  .n_about .company .company_left {
    padding-bottom: 30px;
  }
  .culture .culture_content .culture_item .culture_itemTxt span {
    display: none;
  }
  .culture .culture_content .culture_item .culture_itemTxt p {
    font-size: 14px;
  }
  .culture .culture_content .culture_item .culture_itemName p {
    font-size: 24px;
  }
  .culture .culture_content,
  .culture .culture_img {
    margin-top: 40px;
  }
  .n_culture .culture {
    padding: 40px;
  }
  .culture .culture_title h3 {
    font-size: 30px;
  }
  .news .news_content .news_title h3 {
    font-size: 20px;
  }
  .product .product_content ul li .pro_title {
    font-size: 16px;
    margin-bottom: 8px;
    height: 26px;
  }
  .product .product_content ul li .pro_more {
    font-size: 12px;
  }
  .product .product_content ul li .pro_text {
    padding: 15px 10px;
  }
  .product .product_content ul li .proUrl {
    padding: 0 12px;
  }
  .product .product_content ul li .cover {
    width: 92%;
  }
  .product .product_content ul li .pro_img {
    width: 96%;
  }
}

@media screen and (max-width: 992px) {
  .header .w1200 {
    display: none;
  }
  .header .header_left {
    display: none;
  }
  .header {
    height: 50px;
  }
  .header .left a img {
    height: 32px;
    margin-top: 10px;
  }
  .n_banner {
    height: 260px;
  }
  .about_banner {
    background: url(../images/m_aboutBanner.jpg) top center no-repeat;
    background-size: cover;
  }
  .culture_banner {
    background: url(../images/m_culture_banner.jpg) top center no-repeat;
    background-size: cover;
  }
  .honor_banner {
    background: url(../images/m_honor_banner.jpg) top center no-repeat;
    background-size: cover;
  }
  .news_banner {
    background: url(../images/m_news_banner.jpg) top center no-repeat;
    background-size: cover;
  }
  .pro_banner {
    background: url(../images/m_pro_banner.jpg) top center no-repeat;
    background-size: cover;
  }
  .work_banner {
    background: url(../images/m_work_banner.jpg) top center no-repeat;
    background-size: cover;
  }
  .contact_banner {
    background: url(../images/m_contact_banner.jpg) top center no-repeat;
    background-size: cover;
  }

  .nPage_title h3 {
    font-size: 18px;
    font-family: "正宋";
  }
  .honor_content .honor_certificate {
    margin-top: 30px;
  }
  .certificate_item ul .cfLi {
    width: 100%;
    margin-bottom: 30px;
  }
  .certificate_item ul .cfLi .txt {
    font-size: 13px;
    line-height: 13px;
  }
  .n_main .n_nav_list .left {
    display: none;
  }
  .n_main .n_nav_list .n_nav_list_center {
    width: 90%;
  }
  .n_main .n_nav_list .right {
    float: right;
    width: 100%;
    text-align: center;
  }
  .n_main .n_nav_list {
    height: 50px;
    line-height: 50px;
  }
  .n_culture .n_main_center {
    margin: 20px auto;
  }
  .n_main_center {
    margin: 20px auto 0;
    width: 90% !important;
    padding: 30px 6px;
    box-sizing: border-box;
  }
  .n_about .company .company_left {
    width: 100%;
  }
  .n_about .company .company_right {
    width: 100%;
  }
  .n_about .company .company_left .company_title,
  .n_about .company .company_left .company_text {
    padding: 0;
  }
  .n_about .company .company_left .company_title h1 {
    font-size: 24px;
  }
  .n_about .company .company_img {
    padding: 0;
  }
  .n_about .company .company_img ul {
    flex-wrap: wrap;
  }
  .n_about .company .company_img ul li {
    width: 48%;
    margin-bottom: 10px;
  }
  .culture .culture_content {
    width: 100%;
  }
  .n_culture .culture {
    padding: 26px;
  }
  .culture .culture_content .culture_item .culture_itemName {
    width: 100%;
  }
  .culture .culture_content .culture_item .culture_itemTxt {
    width: 100%;
  }
  .culture .culture_title h3 {
    font-size: 22px;
  }
  .culture .culture_title span {
    font-size: 12px;
  }
  .culture .culture_content,
  .culture .culture_img {
    margin-top: 26px;
  }
  .culture .culture_content .culture_item .culture_itemName p {
    font-size: 20px;
  }
  .culture .culture_content .culture_item .culture_itemName span {
    display: block;
  }
  .culture .culture_content .culture_item .culture_itemTxt {
    margin-top: 14px;
  }
  .culture .culture_img {
    width: 100%;
    border-radius: 48px 0 25px 0;
    margin-top: 0;
  }
  .news .news_content ul li {
    width: 100%;
    padding: 10px;
  }
  .news .news_content .news_title h3 {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .news .news_content .news_title {
    margin-bottom: 30px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ededed;
  }
  .news .mt40 {
    margin-top: 0;
  }
  .news .news_content .news_text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .news .page_list .fl {
    float: none;
    display: block;
    font-size: 12px !important;
  }
  .news .page_list .fr {
    float: none;
    display: block;
    font-size: 12px !important;
    margin-top: 10px;
  }
  .product .product_content ul li {
    width: 100%;
  }
  .m_proDetailed_left {
    width: 100%;
  }
  .m_proDetailed_right {
    width: 100%;
    margin-top: 20px;
  }
  .contact .contact_left {
    width: 100%;
    margin-top: 20px;
  }
  .contact .contact_right {
    width: 100%;
    margin-top: 20px;
  }
  .contact .contact_left .top{
    width: 100%;
  }
  .contact .contact_left .bottom{
    width: 100%;
  }
  .rexiao {
    margin: 20px auto;
  }
  .rexiao .rexiao_title {
    margin-top: 20px;
  }
  .rexiao ul {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .rexiao ul li {
    width: 48%;
  }
  .rexiao .rexiao_title h3 {
    font-size: 16px;
  }
  .rexiao .rexiao_title h3::before {
    height: 18px;
  }
  .sale ul li {
    width: 100%;
  }
  .m_proDetailed_right .m_proDetailedTitle h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .product .product_content ul {
    margin-top: 0;
  }
  .m_proDetailed_right .m_proDetailedTitle p {
    margin-bottom: 8px;
  }
  .contact .contact_left .bottom .contact_txt p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .sale .sale_h3 {
    margin-top: 20px;
    padding: 12px 30px;
    border: 1px solid #f9f9f9;
    box-shadow: 1px 1px 2px #dcdcdc;
    font-size: 14px;
    line-height: 1.5;
  }
  .footer .footer_nav,
  .footer .footer_left {
    display: none;
  }
  .footer .footer_right {
    width: 100%;
  }
  .footer .footer_right .icon_detaided h3 {
    display: none;
  }
  .footer .footer_right .icon_detaided p {
    margin-top: 10px;
  }
  .footer .footer_icp a {
    display: none;
  }
  .about .company .company_left {
    width: 100%;
    padding: 14px;
  }
  .about .company .company_right {
    width: 100%;
  }
  .about .company .company_left .company_title {
    padding-left: 0px;
    padding-top: 0px;
  }
  .about .company .company_left .company_title h3 {
    font-size: 16px;
  }
  .about .company .company_left .company_text {
    padding-left: 0;
  }
  .about .company .company_left .company_text p {
    font-size: 13px;
  }
  .about .company .company_img {
    padding: 0;
  }
  .footer .footer_nav {
    display: none;
  }
  .footer .footer_contact ul {
    width: 90%;
    flex-wrap: wrap;
  }
  .footer .footer_contact ul li {
    width: 100%;
    height: 50px;
  }
  .footer .footer_contact {
    height: auto;
  }
  .footer .footer_icp {
    overflow: hidden;
  }
  .footer {
    height: 260px;
  }
  .work_content .title h3 {
    font-size: 15px;
  }
  .work_content .work_part01 .work_part01_txt p {
    font-size: 13px;
  }
  .work_content .work_part02 .work_part02_txt {
    width: 100%;
  }
  .work_content .work_part02 .work_part02_txt p {
    margin-top: 0;
    line-height: 2;
    font-size: 13px;
    font-weight: normal;
  }
  .work_content .work_part02 .work_part02_img {
    width: 100%;
  }
  .work_content .work_part02 .work_part02_txt1 {
    width: 100%;
    margin-top: 20px;
  }
  .work_content .work_part02 .work_part02_img1 {
    margin-top: 20px;
    width: 100%;
  }
  .work_content .work_part02 .work_part02_txt2 {
    margin-bottom: 20px;
  }
  .work_content .work_part04 .work_part01_img ul li p {
    font-size: 14px;
  }
  .news .news_content ul li .news_right {
    display: none;
  }
  .news .news_content ul li .news_left {
    width: 100%;
  }
  .news .news_content ul li .news_left .title {
    font-size: 16px;
  }
  .news .news_content ul li a {
    padding: 14px 0 4px;
  }
  .contact .contact_left .bottom .contact_logo h3 {
    font-size: 18px;
  }
}
