@charset "UTF-8";

@import url('global.css');

/* 应用领域列表 */
.application_bg {margin: 0 auto;padding-top: 80px; padding-bottom:80px; max-width:1920px; overflow:hidden;}
.application {width: 88%;max-width: 1500px;margin: 0 auto; overflow:hidden;}
.application ul li {float: left;width: 23%;margin-right: 2.6%;text-align: center; border-radius:10px;padding-bottom:20px; margin-bottom:2%; overflow:hidden;}
.application ul li:nth-child(4n+4) { margin-right: 0%;}
.application_img {overflow: hidden;height: 210px;}
.application_img img { width: 100%;transition: all 0.4s ease;} .application ul li:hover .application_img img{transform: scale(1.1);}
.application_text {  width:90%; margin:0 auto;margin-top: 25px; text-align:left;}
.application_text dt {font-size: 24px;color: #333333;font-weight: bold;margin-bottom: 12px;}
.application_text p {font-size: 16px;color: #666;line-height: 28px;font-weight: lighter;  overflow:hidden;}


/* Quality列表 */
.quality_bg {margin: 0 auto;padding-top: 60px; padding-bottom:60px; max-width:1920px; overflow:hidden;}
.quality_bg p{width: 70%;max-width: 1500px;margin: 0 auto; overflow:hidden; font-size:18px; line-height:35px; color:#666666;padding-bottom:50px;}
.quality {width: 88%; max-width: 1500px;margin: 0 auto; overflow:hidden;padding-bottom:130px;position: relative;}
.quality1 ul{width:100%;}
.quality1 ul li{width:25%;float: left;text-align: left;overflow: hidden;cursor: pointer; margin:0 auto;}
.quality1 ul li a{ display:block; text-align: right;margin:0 auto; width:94%; background:#f8f8f8; position:relative;}
.quality1 ul li a div{ width:80%; height:300px; float:right; margin-right:5%;margin-top:5%;  background:#999900; overflow:hidden;}
.quality1 ul li a i{display:block; position:absolute; width:30px; height:2px; background:#c9151e; top:313px; left:10px;}
.quality1 ul li a div img{ width:100%; transition: all 0.5s;}
.quality1 ul li:hover img{/*filter:none;*/transform: scale(1.1);}
.quality1 ul li  p{font-size: 16px;color: #999999;text-align: left;width:90%; padding-left:10%;margin-top: 10px; height:auto; line-height:24px; height:200px; overflow:hidden; padding-top:20px;}
.quality1 ul li  p b{display:block;font-weight: bold; font-size:32px; color:#d2d2d2;  line-height:36px;text-transform: uppercase;}
.quality1 ul li  p span{display:block;font-weight: bold; padding-left:3px; font-size:18px; color:#333333;  line-height:26px; margin-bottom:30px;}
/*.quality1 ul li a:hover p{color: #fce4c5;}*/
.k{width: 100px;height: 98px;position: absolute;bottom:0px; right:10px;z-index: 1;cursor: pointer;}
.k a{  display:inline-block; width:40px; height:40px; line-height:40px; text-align:center; font-size:20px; font-family:"宋体"; border:1px #999 solid; border-radius:50%;}
.prev{ float:left;left: 0px;}
.next{right: -45px;float:right;}



/*新闻列表*/
.newslist_bg {
  padding-top: 0px; overflow:hidden;
}
.newslist {
  margin: 0 auto; overflow:hidden;
}
.newslist ul li {
  background-color: #fff;
  position: relative;
  transition: all 0.4s ease; overflow:hidden;width:88%; max-width:1500px; margin:0 auto; border-bottom:1px #dddddd solid;
}
.newslist ul li a{display:block;  overflow:hidden; margin:60px auto;}
.newslist ul li .newslist_text{ float:right; width:60%; padding-top:10px;}
.newslist ul li .newslist_img{ float:left; width:32%; overflow:hidden;}/*解决方案图片*/


/*.solution ul li:hover {
  box-shadow: 0 0 25px #ddd;
}*/
.newslist_img img { overflow:hidden;
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.newslist ul li:hover .newslist_text span,.newslist ul li:hover .newslist_text h2 {
  color: #c9151e;
}
.newslist ul li:hover .newslist_img img{transform: scale(1.1);}
.newslist ul li:hover .newslist_text i {
  background-color: #c9151e;
  color: #fff;
  border-color: #c9151e;
}
.newslist_text img{width:50px; display:block; margin-bottom:10px;}
.newslist_text h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  padding-bottom:15px;
  position:relative;
}
.newslist_text span {
  display:block;
  font-size: 15px;
  color: #333;
  padding-bottom:15px;

}


.newslist_text p {
  font-size: 16px;
  color: #666666;
  line-height:30px;
  padding-top:20px;
  overflow: hidden;
}
.newslist_text i {
  display: inline-block;
  font-size: 16px;
  color: #666;
  padding: 8px 18px;
  border: 1px solid #666;background-color: #fff;
  border-radius: 20px;
  transition: all 0.4s ease;
  margin-top: 50px;
}


/* 新闻详情 */
.news_detail_bg{
  width: 80%;max-width: 1400px;margin: 0 auto; margin-top: 50px;margin-bottom: 100px; overflow:hidden;
}
.news_detail{ margin-top: 30px;}
.news_detail_title {text-align: center;border-bottom: 1px solid #dddddd;padding-bottom: 14px;margin-bottom: 10px;}
.news_detail_title h1 {font-size: 32px;color: #000000;font-weight: bold;line-height: 36px; margin-bottom: 35px;}
.news_detail_title h2 {font-size: 32px;color: #000000;font-weight: bold;line-height: 36px; margin-bottom: 35px; text-align:center;}
.news_time {font-size: 18px; margin-top: 10px; overflow:hidden; padding-top:5px; height:40px;}
.news_time .time{ display:inline-table;  color:#333;   background-size:19px; padding-left:25px; padding-right:30px;}
.news_time .more{  color: #666;}
.news_time .more a{ margin-right:10px; background:#fff; font-size:14px;  color:#666666; padding-left:6px;}
.news_time .more a:hover{color:#0079c2;}
.news_detail_main{border-bottom: 1px solid #dddddd;margin-bottom: 26px;padding-bottom: 26px;}
.news_detail_main p {font-size: 18px;color: #666666;line-height: 30px;font-weight: lighter; padding-top:15px;}
.news_detail_main p b{ display:block; margin-bottom:10px;}
.news_detail_main img {display: block;max-width: 100%;margin: 20px auto; border-radius:8px;}
.news_de_btns {width: 86%;float:left;height: auto;position: relative;padding: 10px 0%;overflow:hidden;}
.news_de_btns a { display:block;font-size: 18px;color: #666666;font-weight: lighter; line-height:30px; margin-bottom:10px; width:100%;}
.news_de_btns a:hover {color: #c9151e;}
.news_back {width:12%; float:right; height:30px; margin-top:30px; text-align:right;}.news_back a{font-size:16px; color:#ffffff; background:#c9151e; padding:8px 18px; border-radius:20px;}.news_back a:hover{color:#c9151e;background:#fff; border:1px #c9151e solid;}





/* 关于我们 */
.iaboutus_bg {
  padding-top: 30px;max-width:1920px; margin:0 auto; position: relative; padding-bottom:60px;
}
.iaboutus { width: 88%;max-width:1500px;margin: 0 auto; overflow:hidden; position:relative; padding-top:50px;}
.iaboutus_left {float: right;width: 45%;}
.iaboutus_left img {width: 100%;border-radius: 10px; overflow:hidden;}
.iaboutus_right {float: left; width: 48%; padding-top:50px;}
.iaboutus_right h2{ font-weight:normal; color:#333; font-size:18px; margin-bottom:5px;}
.iaboutus_right h1{  color:#333; font-size:28px; font-weight:bold; margin-bottom:20px;}
.iaboutus_right dd{ display:block; width:40px; height:4px; background:#c9151e;margin-bottom:20px;}
.iaboutus_right p {color: #666666;margin:0 auto;font-size: 16px;line-height: 30px;}

.iaboutus_right ul { margin: 20px auto; overflow:hidden; margin-bottom:30px;}
.iaboutus_right ul li {float: left;width: 20%;height: 141px;padding-top: 25px;margin-right: 5%;cursor: pointer; transition: all 0.4s ease;}
.iaboutus_right ul li dt span {font-size: 36px;color: #c9151e;font-weight: bold;}
.iaboutus_right ul li dt i { font-size: 20px; vertical-align: top;}
.iaboutus_right ul li dt sup {font-size: 25px;}
.iaboutus_right ul li p {font-size: 14px;color: rgba(0, 0, 0, 0.8);line-height: 20px;}
.iaboutus_right ul li dt,.iaboutus_right ul li p{border-right:1px rgba(0, 0, 0, 0.1) solid;}
.iaboutus_right ul li:last-child dt,.iaboutus_right ul li:last-child p{border-right:0px rgba(0, 0, 0, 0.1) solid;}

/*企业文化Culture*/
.culture_bg {margin: 0 auto;padding-top: 20px; padding-bottom:80px; max-width:1920px; overflow:hidden;}
.culture {width: 88%;max-width: 1500px;margin: 0 auto; overflow:hidden;}
.culture ul li {float: left;width: 26%;margin-right: 10%;text-align: center; border:1px rgba(0,0,0,0.1) solid; border-radius:10px; padding-top:50px;padding-bottom:20px;}
.culture ul li:nth-child(3n+3) { margin-right: 0%;}
.culture_img {overflow: hidden;}
.culture_img img { width: auto;height: 60px;}
.culture_text { margin-top: 18px;}
.culture_text dt {font-size: 24px;color: #333333;font-weight: bold;margin-bottom: 80px;}
.culture_text i {display: block;width: 28px;height: 3px;background-color: #0079c2;margin: 0 auto;margin-bottom: 20px;}
.culture_text p {font-size: 16px;color: #333333;line-height: 28px;font-weight: lighter; height:120px; overflow:hidden;}

.culture ul li:hover{background-color: #c9151e;}
.culture ul li:hover .culture_img img{filter:grayscale(100%) brightness(500);}
.culture ul li:hover .culture_text dt{color:#ffffff;}
.culture ul li:hover .culture_text p{color:#ffffff;}

/* 荣誉证书 */
.honor_bg {padding-top: 18px;padding-bottom: 50px;margin: 0 auto;margin-bottom: 50px; position: relative;}
.honor {width: 88%;max-width: 1500px; margin: 0 auto; overflow:hidden;}
.honor ul li { width:19%; margin-right:1.2%; float:left; border:1px #ddd solid;text-align: center;font-size: 16px; line-height: 36px; color: #333333; cursor: pointer; margin-bottom:1.2%;}
.honor ul li:nth-child(5n){ margin-right:0%; }

.honor_swiper_img {width:100%;border-bottom:1px #ddd solid; overflow:hidden; height:320px;}
.honor_swiper_img img {width: 100%;height: auto;transition: all 0.4s ease;}
.honor_swiper_img:hover img {transform: scale(1.1);}
.honor_swiper_text{ height:50px;}

/* 荣誉证书弹窗 */
.popup_bg {position: fixed;z-index: 9999;top: 0;left: 0;display: none;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);}
.popup {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.popup_close {position: absolute;top: 10%;right: 10%;cursor: pointer;transition: all 0.4s ease;}
.popup_close:hover {transform: rotate(360deg);}

/* 发展历程 */
.development_history_swiper_bg {padding-top: 123px;padding-bottom: 85px;background: url("../images/history_bg.jpg") no-repeat center/cover; overflow:hidden;margin-bottom: 85px;}


.development_history_swiper {
  width: 88%;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 57px;
  overflow: hidden;
}

.development_history_swiper2 {
  width: 800px;
  overflow: visible !important;
}

.development_history_swiper2 .swiper-slide {
  min-height: 374px;
  border-radius: 20px;
  background-color: #c9151e;
  position: relative;
  padding: 17px 40px;
}

.development_history_swiper2 .swiper-slide::after {
  content: "";
  display: block;
  clear: both;
}

.development_history_swiper2 .swiper-slide dt {
  text-align: center;
  font-size: 62px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}

.development_history_swiper2 .swiper-slide div {
  height: 295px;
  overflow-y: auto; width:80%; margin:0 auto;
}

.development_history_swiper2 .swiper-slide p {
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  font-weight: lighter;
}

.development_history_swiper2 .swiper-slide p::after {
  content: "";
  display: block;
  clear: both;
}

.development_history_swiper2 .swiper-slide p span {
  display: block;
  float: left;
  min-width: 55px;
}

.development_history_swiper2 .swiper-slide p i {
  float: right;
  width: calc(100% - 55px);
}

.development_history_swiper2 .swiper-button-next {width: 65px;height: 65px;right: -124px;border-radius: 0;}
.development_history_swiper2 .swiper-button-next::after {font-size: 24px;}
.development_history_swiper2 .swiper-button-next:hover {background: #c9151e;opacity: 1;}
.development_history_swiper2 .swiper-button-prev {width: 65px;height: 65px; left: -124px;border-radius: 0;}
.development_history_swiper2 .swiper-button-prev::after {font-size: 24px;}
.development_history_swiper2 .swiper-button-prev:hover { background: #c9151e;opacity: 1;}

.development_history_swiper1 {
  margin-top: 44px; overflow:hidden;
}

.development_history_swiper1 .swiper-slide {
  cursor: pointer;
}

.development_history_swiper1 .swiper-slide b {
  display: block;
  margin-bottom: 7px;
  opacity: 0;
}

.development_history_swiper1 .swiper-slide div {
  margin-bottom: 13px;
}

.development_history_swiper1 .swiper-slide div::after {
  content: "";
  display: block;
  clear: both;
}

.development_history_swiper1 .swiper-slide span {
  float: left;
  display: block;
  width: 21px;
  height: 21px;
  background-color: #dcdcdc;
  border-radius: 50%;
  position: relative;
}

.development_history_swiper1 .swiper-slide span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
}

.development_history_swiper1 .swiper-slide i {
  float: right;
  display: block;
  width: calc(100% - 31px);
  height: 6px;
  background: url(../images/icon_round2.png) left;
  background-size: auto 6px;
  margin-top: 8px;
  position: relative;
}

.development_history_swiper1 .swiper-slide i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 6px;
  border-radius: 3px;
  background-color: #c9151e;
}

.development_history_swiper1 .swiper-slide p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active b {
  opacity: 1;
}

.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active span {
  background-color: #c9151e;
}

.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active span::after {
  background-color: #fff;
}

.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active i::after {
  width: 100%;
  transition: width 4s ease;
}

.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active p {
  color: #c9151e;
}




/* Contact us */
.contactus_bg {max-width:1920px; margin:0 auto;overflow: hidden;margin-top: 50px;position: relative;}
.contactus {width: 88%; max-width:1500px; margin:0 auto;box-sizing: border-box;overflow: hidden;}
.contactus_content {width:35%; float:left;}
.contactus_content h1 {font-size: 30px;color: #333333;font-weight: bold; margin-bottom:30px;}
.contactus_content i{ font-size:16px; color:#666666;}
.contactus_content h2 {font-size: 30px;color: #666;font-weight: bold; margin-bottom:20px; padding-bottom:15px; border-bottom:1px #ddd solid;}
.contactus_content h3 {font-size: 20px;color: #333333;font-weight: bold; margin-bottom:10px;}
.contactus_content p {font-size: 18px;color: #666666;line-height: 30px;}
.contactus_content span img{ float:left; width:100px; margin-right:20px;}
.contactus_content span dd{margin-top:30px; padding-top:15px; line-height:30px; font-size:16px;color: #666666;}

.maps {width:55%; float:right;position: relative;}
.maps img{width:100%;}


/* 反馈 */
.feedback {
  width: 88%;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 139px;
  margin-bottom: 151px;
}

.feedback_title {
  text-align: center;
  margin-bottom: 32px;
}
.feedback_title i{ display:block; margin:0 auto;width:50px; height:3px; background:#c9151e;margin-bottom: 25px;}
.feedback_title h2 {
  font-size: 42px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 25px;
}

.feedback_title p {
  font-size: 18px;
  color: #666666;
}

.feedback_input {
  float: left;
  width: 31.3%;
  height: 64px;
  border-radius: 5px;
  margin-right: 3.05%;
  margin-bottom: 3.05%;
  border: 1px solid #dddddd;
  overflow: hidden;
}

.feedback_input::after {
  content: "";
  display: block;
  clear: both;
}

.feedback_input:nth-child(3n+3) {
  margin-right: 0%;
}

.feedback_input span {
  float: left;
  width: 22.2%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #666666;
  border-right: 1px solid #dddddd;
  margin-top: 14.5px;
  text-align: center;
}

.feedback_input span img {
  margin-top: -5px;
}

.feedback_input input[type=text] {
  float: left;
  width: 77.8%;
  height: 100%;
  border: 0;
  outline: 0;
  font-size: 16px;
  padding: 0 15px;
  color: #666666;
}

.feedback_textarea textarea {
  display: block;
  width: 100%;
  height: 239px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 15px;
  margin-top: 14.5px;
  resize: none;
  outline: 0;
  font-size: 16px;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
}

.feedback_btn {
  text-align: center;
  margin-top: 55px;
}

.feedback_btn input {
  width: 120px;
  height: 56px;
  border-radius: 5px;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  margin: 0 18px;
}

.feedback_btn input[type=button] {
  background-color: #c9151e;
}

.feedback_btn input[type=reset] {
  background-color: #9a9a9a;
}





/* 搜索 */
.search_bg {
  width: 100%; max-width:1920px;
  height: auto;
  overflow: hidden;
  margin: 70px auto 70px;
}

.search1 {
  width: 810px;
  height: 52px;
  line-height: 52px;
  border-radius: 25px;
  border: 1px #999999 solid;
  overflow: hidden;
  color: #333;
  font-size: 18px;
  margin: 0px auto;
}

.search1 .input {
  width: 720px;
  float: left;
  margin-left: 28px;
  height: 50px;
  overflow: hidden;
  color: #333;
  font-size: 18px;
  border: 0px;
  outline: none;
}

.search1 .img {
  width: 38px;
  height: auto;
  float: right;
  margin-right: 15px;
  margin-top: 6px;
}

.search2 {
  width: 100%;
  height: 41px;
  overflow: hidden;
  margin: 90px auto 0px;
  border-bottom: 1px #dddddd solid;
  text-align: center;
}

.search2 ul {
  overflow: hidden;
  display: inline-block;
}

.search2 ul a {
  color: #666666;
  font-size: 16px;
  width: 179px;
  display: block;
  float: left;
  text-align: center;
  height: 40px;
}

.search2 ul a:hover {
  border-bottom: 4px #067cc4 solid;
  color: #067cc4;
}

.search2 ul a.hover {
  border-bottom: 4px #067cc4 solid;
  color: #067cc4;
}

.search3 {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  max-width: 1100px;
  overflow: hidden;
  margin: 36px auto 0px;
}

.search3 h2 {
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  height: 80px;
  overflow: hidden;
  border-bottom: 1px #dddddd solid;
}

.search3 li {
  height: auto;
  min-height: 140px;
  overflow: hidden;
  border-bottom: 1px #dddddd solid;
  margin-top: 57px;
  font-size: 19px;
}

.search3 li a {
  color: #333;
}

.search3 li a:hover {
  color: #067cc4;
}

.search3 li p {
  font-size: 15px;
  color: #999999;
  line-height: 32px;
  margin-top: 15px;
}


