/*===================== 重置样式 START =====================*/
@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,p,dl,dd,dt,th,td,select,ul,ol,li,form,input,textarea,fieldset,legend,img{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-weight: 300;}
li{list-style: none;}
a{text-decoration: none;background: transparent;outline: none;color:#000;display: block;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
a:hover, .tran, .pub_button .pb_bg, .section_seven .item i{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.wot{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.upp{text-transform:uppercase;}
img{ border: 0;vertical-align: middle;max-width:100%;display: block;}
table{ border-collapse: collapse; border-spacing: 0;}
input,textarea{ -webkit-user-modify: read-write-plaintext-only;outline-style: none;border:none;font-size:14px;}
html{overflow-x: hidden;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #000; } 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #000; } 
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#000; }
html::-webkit-scrollbar{width:5px;height:5px;background-color:#fff;} 
html::-webkit-scrollbar-track{border-radius:0;background-color:#fff;}
html::-webkit-scrollbar-thumb{border-radius:50px;width:5px;height:5px;background-color:#133a99;}
textarea{resize:none; overflow: auto;}
input{padding-top: 0; padding-bottom: 0;};
select,input{vertical-align:middle; }
select,input,textarea{font-size:14px;margin:0;}
.clear{zoom:1;}
.clear:after{ content:""; display:block; height:0; visibility:hidden; clear:both;}
.clear::before, .clear::after { content: "";display: table; } 
.clear::after{clear: both;}
.fl{float: left;}
.fr{float: right;}
html{-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;}
body{font-family:"Source Han Sans CN","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;font-size:16px;color:#333;background-color: #fff;overflow-x: hidden;cursor: default;}
.error3{display: none !important;}
.wap_show{display: none;}
html,body{max-width:1920px;margin:0 auto;}
.inner{width:1440px;margin:0 auto;}
em{font-style: normal;}
.middle_box{display: table;width: 100%;height: 100%;}
.middle_box .middle{display: table-cell;vertical-align: middle;width: 100%;}
.f_14{ font-size:14px; }
.f_16{ font-size:16px; }
.f_18{ font-size:18px; }
.f_20{ font-size:20px; }
.f_24{ font-size:24px; }
.f_28{ font-size:28px; }
.f_30{ font-size:30px; }
.f_38{ font-size:38px; }
.f_40{ font-size:40px; }
.f_48{ font-size:48px; }
.f_58{ font-size:58px; }
.f_72{ font-size:72px; }
/*===================== 重置样式 END =====================*/
.footer {
	background-color: #133a99;
	position: relative;
	margin-top:80px;
}
.footer:before {
	position: absolute;
	left: 0;
	top: -102px;
	content: "";
	width: 7584px;
	height: 102px;
	background: url("../images/bg02.png") repeat-x;
	animation: wave 15s linear infinite;
	 -webkit-animation: wave 15s linear infinite;
}
@keyframes wave {
    100% {
        transform: translateX(-50%);
    }
}
@-webkit-keyframes wave {
        100% {
        transform: translateX(-50%);
    }
}

/*导航*/
#w-1440-1 {
    margin: 0 auto;
    width: 1440px;
}
.pc-menu-bg {
  width: 100%;
  background-color: #133a99;
  height: auto;
  font-size: 15px;
  color: #404040;
  line-height: 40px;
}

.header-nav {
  position: relative;
  z-index: 11111111;
}

.header-nav .nav-list>li {
  /*float:left;*/
  padding: 6px 0;
  position: relative;
  display: inline-block;
}

.header-nav .nav-list>li:hover {
  background-color: #ff0000;
}

.header-nav .nav-list>li>a {
  padding: 0 69px;
  font-size: 16px;
  position: relative;
  color: #fff;
}

/* .header-nav li.active>a,.header-nav .nav-list>li>a:hover{color:#f6ff00;} */
.header-nav li.active {
  background-color: #ff0000;
}

.header-nav .nav-list>li>a:after {
  content: '';
  position: absolute;
  right: 0px;
  width: 1px;
  height: 10px;
  background-color: #ddd;
  top: 50%;
  margin-top: -5px;
  /*margin-left:25px;*/
}

.header-nav .nav-list>li:hover>a:after {
  display: none;
}

.header-nav .nav-list>li:last-child>a:after {
  display: none;
}

.header-nav .header-contact {
  margin-top: 32px;
  no-repeat left center;
  padding-left: 42px;
}

.header-nav .header-contact>p {
  color: #444;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 18px;
}

.header-nav .header-contact>.fr p:first-child {
  font-size: 12px;
  color: #bbb;
  line-height: 12px;
}

.top-icon {
  width: 12px;
  height: 12px;
  position: absolute;
  margin-left: -18px;
  vertical-align: middle;
  margin-top: 6px;
}

.icon-follow {
  background: url("img/top_icons2.png") no-repeat left center;
}

.icon-global {
  background: url("img/top_icons3.png") no-repeat left center;
}

.dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  border-top-color: #ddd;
  min-width: auto;
  display: block;
  display: none\9;
  display: block\9\0;
  -webkit-transform: scale(1.2, 0);
  transform: scale(1.2, 0);
  opacity: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: -webkit-all .2s ease-out;
  transition: -webkit-all .2s ease-out;
  transition: all .2s ease-out;
  transition: all .2s ease-out, -webkit-all .2s ease-out;
  -webkit-box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);
  box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);
  padding: 17px 55px;
}

.dropdown-menu>li:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}

.dropdown-menu>li>a {
  padding: 5px 17px;
  font-size: 14px;
  line-height: 28px;
}

.dropdown-menu>li>a:hover {
  color: #ee0f0f;
  background-color: transparent;
}

.dropdown-active {
  display: block\9;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

/*间图*/
.jiantua-w {
  width: 100%;
  height: 225px;
  background: url(../images/jiantua-w.jpg) top center no-repeat;
  overflow: hidden;
}

.jiantua-l {
  margin-top: 25px;
}

.jiantua-l .zia {
  display: block;
  font-size: 44px;
  color: #fff;
  font-weight: bold;
}

.jiantua-l .zib {
  display: inline-block;
  margin-top: 8px;
  padding: 3px 15px;
  font-size: 30px;
  color: #fff;
  border: 1px solid #fff;
}

.jiantua-l .zic {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
}

.jiantua-r-a {
  margin-top: 60px;
  float: left;
  width: 50%;
  text-align: center;
}

.jiantua-r-b {
  margin-top: 70px;
  float:right;
  width: 40%;
}

.jiantua-r-b .dianhua {}

.jiantua-r-b .dianhua img {
  float: left;
  display: inline-block;
  vertical-align: middle;
}

.jiantua-r-b .dianhua .zia {
  float: left;
  display: inline-block;
  font-size: 18px;
  color: #fff;
}

.jiantua-r-b .dianhua .zib {
  float: left;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.jiantua-r-b .zic {
  display: block;
  margin-top: 10px;
  padding: 5px 15px;
  background-color: #fff301;
  font-size: 25px;
  color: #383838;
  text-align: center;
  border-radius: 8px;
}
/*简介*/
.about-w {
  padding: 95px 0px 80px 0px;
  width: 100%;
  background: url(../images/about-w.jpg) top center no-repeat;
  overflow: hidden;
}

.about-tit {}

.about-tit h2 strong {
  display: block;
  margin-top: 40px;
  padding-bottom: 15px;
  margin-bottom: 37px;
  font-size: 32px;
  color: #08eaed;
  border-bottom: 1px solid #08eaed;
}

.about-cont {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.about-cont p {
  font-size: 15px;
  color: #fff;
  line-height: 200%;
}

.about-list {
  margin-top: 25px;
}

.about-list li {
  float: left;
  margin-right: 1%;
  width: 31%;
  height: auto;
  text-align: center;
}

.about-list li p {
  display: block;
  border: 1px solid #09eaee;
  padding: 8px;
  font-size: 22px;
  color: #09eaee;
  font-weight: bold;
  text-align: center;
}

.about-more a {
  display: block;
  width: 200px;
  border: 1px solid #09eaee;
  padding: 8px;
  text-align: center;
  font-size: 15px;
  color: #09eaee;
}

.about-tuc {
  display: block;
  border:8px solid #2db2b4;
  overflow: hidden;
  background-color: #333;
}

.about-tuc img {
  width: 100%;}
/*优势*/
.ys-tit {
  padding: 60px 0px 40px 0;
}

.ys-tit h2 {
  display: block;
  text-align: center;
  font-size: 40px;
  color: #373737;
  font-weight: bold;
}

.ys-tit h2 font {
  font-size: 40px;
  color: #ff0000;
  font-weight: bold;
}

.ys-tit p {
  display: block;
  margin-top: 10px;
  font-size: 19px;
  color: #bcbcbc;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.ys-t-l {
  text-align: left;
}

.ys-t-r {
  text-align: right;
}

.ys-img-r {
  float: right;
}

.ys-img {
  width: 100%;
}

.ys-img img {
  width: 100%;border-radius: 10px;
}

.ys-list {
  margin-top: 35px;
}

.ys-list .ys-titr {}

.ys-list .ys-titr .tua {
  float: left;
  width: 95px;
  height: 81px;
}

.ys-list .ys-titr .tit-r {
  margin-left: 115px;
}

.ys-list .ys-titr .tit-r p {
  display: block;
  font-size: 32px;
  color: #ff0000;
  font-weight: bold;
}

.ys-list .ys-titr .tit-r span {
  display: block;
  font-size: 15px;
  color: #adadad;
  text-transform: uppercase;
}

.ys-list .ys-cont {
  margin: 40px 0px;
}

.ys-list .ys-cont p {
  display: block;
  font-size: 20px;
  text-align: justify;
  color: #232323;
  line-height: 190%;
}

.ys-list .morea a {
  display: block;
  float: left;
  margin-right: 12px;
  width: 170px;
  height: 44px;
  border: 1px solid #a0a0a0;
  text-align: center;
  line-height: 44px;
  font-size: 17px;
  color: #232323;
}

.ys-top {
  margin-top: 38px;
}
#w-80{margin:0 auto;width: 1440px;}
/*===================== 公用样式 START =====================*/
.header{position: relative; width: 100%;}
.header .inner{height:130px;position: relative;overflow: hidden;text-align: center;}
.header .logo img{margin-top: 12px;}
.logo_rwz{margin-right: 10px;margin-top: 40px;text-align: left;font-size: 18px;font-weight: bold;}
.h_wz{background: #133a99;color: #fff;height: 40px;line-height: 40px;font-size: 14px;}
.h_wz em a{display: inline-block;color: #fff;margin-left: 10px;font-size: 14px;}
.header .nav{width:100%;display:block;border-top: 1px solid #e6e6e6;z-index: 999999999;}
.header .nav ul li{float: left;width:10%;height:60px;line-height:60px;text-align: center;}
.header .nav ul li a{color:#000;position: relative;z-index:1;font-size:16px;}
.header .nav ul li i{position: absolute;width:100%;height:0;background: #133a99; left:0;top:0;z-index:-1;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header.bg .nav ul li a{ color: #000;}
.header .nav ul li a:hover i, .header .nav ul li a.active i{height:60px;}
.header .nav ul li a:hover span, .header .nav ul li a.active span{color:#fff;}
.header .nav ul li a:hover em, .header .nav ul li a.active em{opacity:1;}
.header .product_son{display: none;position: absolute;left:0;top:250px;text-align: center;width:100%;padding:20px 0;background-color:rgba(0,0,0,0.75);z-index:999999;}
.product_son .item{display: block;width:9%;margin:0.5%;float: left;}
.header .product_son .item p{font-size:16px;color:#000;height:40px;line-height:40px;font-size: 14px;}
.header .product_son .item:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;color: #fff;}
.header .product_son .item:hover p{color: #fff;}

.header .call{margin-top:35px;height:70px;background:url(../../images/call1.png) 0 center no-repeat;padding-left:70px;text-align: left;}
.header .call h3{font-size:36px;color:#ff0000;font-family: impact;}
.header .call em{color: #000;}
.banner{z-index: 5;}
.banner .swiper-button-next, .banner .swiper-button-prev{width:59px;height:59px;}
.swiper-pagination-bullet-active{background-color:#fff !important;border-color:#fff !important;}

.pub_button{position: relative;z-index:1;background: #fff}
.pub_button .pb_bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color:rgba(17, 42, 153, 0.7);-webkit-transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transition: transform 0.5s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);transform-origin: left 100%;-webkit-transform-origin: left 100%;transform: scaleY(0);-webkit-transform: scaleY(0);visibility: hidden\9;z-index: -1;color: #fff;}
.pub_button:hover .pb_bg, .pub_button.active .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.banner1{
	padding-top:-100px !important;
  }

/*===================== 公用样式 END =====================*/

/*===================== 首页 START =====================*/


#top_scroll {height:1330px;overflow: hidden;max-width:100%;margin:0 auto;}
#top_scroll ul li{float: left;width:32%;margin:0.5%;text-align: left;padding: 10px; box-sizing: border-box;background: #f6f6f6;}
#top_scroll ul li .img{overflow: hidden;padding: 10px;margin-bottom: 10px;}
#top_scroll ul li img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#top_scroll ul li:hover{    background: #133a99;}
#top_scroll ul li:hover .img{/* border-color: #ff8b00; */}
#top_scroll ul li:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}
#top_scroll ul li h3{color:#000;font-size:18px;padding-left:21px;}
#top_scroll ul li p{color: #000;font-weight: 700;font-size: 20px;padding: 0 0 0 55px;background: url(../images/dh.png) no-repeat 20px center;background-size: 30px 30px;margin-top: 10px;}
#top_scroll ul li:hover h3, #top_scroll ul li:hover p{color:#fff;}

#top_scroll1 {height:676px;overflow: hidden;max-width:100%;margin:0 auto;}
#top_scroll1 ul li{float: left;width:49%;margin:0.5%;text-align: left;box-sizing: border-box;position: relative;}
#top_scroll1 ul li .img{overflow: hidden;}
#top_scroll1 ul li img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#top_scroll1 ul li:hover{background: #07ad6d;}
#top_scroll1 ul li:hover .img{border-color: #07ad6d;}
#top_scroll1 ul li:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}
#top_scroll1 ul li h3{color:#000;font-size:18px;position: absolute;bottom: 0;width: 100%;left: 0;box-sizing: border-box;    line-height: 45px; background: rgba(0,0,0,0.7); color: #fff; padding: 0 20px; white-space: nowrap; text-overflow: ellipsis;}
#top_scroll1 ul li p{color: #000;font-weight: 700;font-size: 20px;padding: 0 0 0 55px;background: url(../images/dh.png) no-repeat 20px center;background-size: 30px 30px;margin-top: 10px;}
#top_scroll1 ul li:hover h3, #top_scroll1 ul li:hover p{color:#fff;}

#scroll_one{height:350px;position:relative;overflow:hidden;box-sizing:border-box;}
#scroll_one ul{width:100000px;position:absolute;left:0;}
#scroll_one ul li{float:left;text-align:center;overflow:hidden;padding: 20px 20px;}
#scroll_one ul li img{width: 340px;height: 250px;overflow: hidden;display: inline-block;}
#scroll_one ul li h3{font-size:18px;color:#333;line-height:40px;}
#scroll_one ul li:hover { -webkit-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05); -ms-transform: scale(1.05,1.05); transform: scale(1.05,1.05); }


#scroll_one1{height:335px;width:90%;position:relative;overflow:hidden;margin:30px auto 0 auto;box-sizing:border-box;padding-top: 10px;}
#scroll_one1 ul{width:100000px;position:absolute;left:0;}
#scroll_one1 ul li{float:left;text-align:center;margin-right:26px;border-radius:5px;overflow:hidden;position: relative;}
#scroll_one1 ul li img{width: 430px;overflow: hidden;display: inline-block;}
#scroll_one1 ul li h3{color:#fff;line-height:40px;position: absolute;width: 100%;background: rgba(43, 43, 43, 0.8);left: 0;bottom: 0;}
#scroll_one1 ul li:hover { -webkit-transform: scale(1.05,1.05); -moz-transform: scale(1.05,1.05); -o-transform: scale(1.05,1.05); -ms-transform: scale(1.05,1.05); transform: scale(1.05,1.05); }
.l_lx{background: url(../../images/1_19.png);height: 153px;padding-left:10px;box-sizing: border-box;padding-top: 35px;box-sizing: border-box;}
.l_lx p{
	background: url(../../images/tel2.png) 10px top no-repeat;
	color: #fff;
	padding-left: 60px;box-sizing: border-box;
}
.l_lx p strong{display: block;font-size: 36px;color: #fff;}


.pnav {text-align: center;}
.pnav a{display: inline-block;padding: 10px 30px;background: #133a99;color: #fff;}
.pnav a:hover{background: #009b4c;}

.fhxc1{background: url(../../images/ry.jpg) top center no-repeat; margin-top:60px;}
.fhxc1 .pub_title p{ margin-bottom:30px;font-size: 40px;position: relative;color: #373737;}
.fhxc1 .pub_title p::before{position: absolute;content: "";left: 36%;top: 0;width: 150px;height: 1px;background: rgb(190, 190, 190);}
.fhxc1 .pub_title p::after{position: absolute;content: "";right: 36%;top: 0;width: 150px;height: 1px;background: rgb(190, 190, 190);}
.fhxc1 .pub_title h4{color: #f00;text-transform: uppercase;}




.swiper-container.anli{padding: 50px 0;}
.swiper-container.anli .swiper-slide{background-position:center;background-size:cover;width:600px;height:455px;}
.swiper-container.anli .swiper-slide img{width:100%;}


/* 新闻 */
.section_nine{overflow: hidden;}
.section_nine .pub_title{line-height: 200%;}
.section_nine .pub_title p{ margin-bottom:40px;font-size: 40px;position: relative;color: #373737;}
.section_nine .pub_title p::before{position: absolute;content: "";left: 30%;top: 0;width: 150px;height: 1px;background: rgb(190, 190, 190);}
.section_nine .pub_title p::after{position: absolute;content: "";right: 30%;top: 0;width: 150px;height: 1px;background: rgb(190, 190, 190);}
.section_nine .pub_title h4{color: #ff0000;text-transform: uppercase;font-size: 45px;}
.section_nine .synews_l{float: left;width: 48%;margin-left: 2%;font-weight: bold;}
.section_nine .synews_l h3{background: #f4f4f4;height: 60px;line-height: 60px;padding-left: 20px;text-transform: uppercase;font-weight: bold;}
.section_nine .synews_l h3 a{float: right;background: #b0b0b0;color: #fff;border-radius: 50%;width: 30px;height: 30px;text-align: center;line-height: 30px;margin-top: 20px;margin-right: 15px;}
.section_nine .synews_l h3 em{font-weight: normal;color: rgb(117, 117, 117);}
.synews_l .item{margin-bottom: 20px;margin-top: 30px;}
.synews_l .item .img{width: 30%;border: 1px solid #ccc}
.synews_l .item .info{width: 68%;}
.synews_l .item .info p{font-weight: normal;margin: 10px 0;color: rgb(148, 148, 148);}
.synews_l .item .info i{font-style: normal;color: rgb(148, 148, 148);font-weight: normal;}
.synews_l .item1{height: 40px;line-height: 40px;border-bottom: 1px dotted #ccc;font-weight: normal;color: #ccc;}
.synews_l .item1 a strong{font-weight: normal;}
.synews_l .item1 i{font-style: normal;float: right;color: rgb(141, 141, 141);}
.d_links{margin-bottom: 20px;overflow: hidden;border-top: 1px solid rgb(236, 236, 236);padding-top: 20px;}
.d_links img{float: left;}
.d_links  a{display: inline-block;padding:5px 10px;border: 1px solid rgb(236, 236, 236);margin-left: 5px;font-size: 12px;margin-bottom: 10px;}
/*===================== 首页 END =====================*/

/* ========================= 内页 START ========================= */

/* ===================== 产品列表页 ===================== */
#list{margin:30px 0;}
#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto{width:1440px;margin:0 auto;}
@media(max-width:1505px ){
	#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto{width:1200px;}
}
.showlist {width:100%;}
.showlist li{width:98%;margin:0 auto 20px;overflow: hidden;position: relative;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.showlist .wrap_box{float:left;}
.showlist .button{width:60%;color:#fff;margin:0px auto;padding:0px;}
#showdata {display:none;}
#loaddata {text-align:center;}
.showlist li .img{overflow: hidden;}
.product_list_one .showlist, .product_list_two .showlist, .product_list_three .showlist{display: none;}
.product_list_one #showdata, .product_list_two #showdata, .product_list_three #showdata{display: block !important;}
.product_list_one .item, .product_list_two .item, .product_list_three .item{float: left;width:32.33%;margin:0 0.5% 30px;box-shadow: 0 0 15px rgb(179, 179, 179);}
.product_list_one .item .img, .product_list_two .item .img{position: relative;overflow: hidden;}
.product_list_one .item img, .product_list_two .item img, .product_list_two .item strong, .product_list_three .item em{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.product_list_one .item:hover img, .product_list_two .item:hover img{-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2);}


/* 样式一 */
.product_list_one .item .info{padding:19px;background:url(../../images/arrow.png) right 57px no-repeat;}
.product_list_one .item strong{display: block;width:95%;font-weight:100;font-size:18px;}
.product_list_one .item .line2{width:100%;height:2px;transform-origin: 100%;-webkit-transform-origin: 100%;-webkit-transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: -webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform .7s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-transform .7s cubic-bezier(0.165, 0.84, 0.44, 1);transform: scaleX(0);-webkit-transform: scaleX(0);visibility: hidden\9;background-color:#133a99;}
.product_list_one .item p{display: none;}
.product_list_one .item:hover .line2{transform: scaleX(1);-webkit-transform: scaleX(1);-moz-transform: scaleX(1);transform-origin: 0;-webkit-transform-origin: 0;visibility: visible\9;}
.product_list_one .item:hover .info{background:url(../../images/arrow.png) right center no-repeat;}
.product_list_one .item:hover strong{border-right:1px solid #f1f1f1;}
/* 样式一 */

/* 样式二 */
.product_list_two .item .info{padding:0 30px 20px;background-color:#f6f7f7;}
.product_list_two .item .info strong, .product_list_three .item .info strong{display: block;color:#555;font-size:18px;font-weight:100;padding-top:30px;}
.product_list_two .item .line1{width:0%;height:1px;margin-top:8px;}
.product_list_two .item .info p, .product_list_three .item .info p{display: none;color:#868585;font-size:14px;line-height:26px;height:52px;overflow: hidden;margin-top:8px;}
.product_list_two .item .line2{display: none;}
.product_list_two .item:hover{box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.08);background-color: #fff;}
.product_list_two .item:hover strong{color:#133a99;transform: translateY(-10px);-moz-transform: translateY(-10px);-o-transform: translateY(-10px);-ms-transform: translateY(-10px);-webkit-transform: translateY(-10px);}
.product_list_two .item:hover .line1{width:100%;height:1px;background-color:#133a99;}
.product_list_two .item:hover p{transform: translateY(10px);-moz-transform: translateY(10px);-o-transform: translateY(10px);-ms-transform: translateY(10px);-webkit-transform: translateY(10px);}
/* 样式二 */

/* 样式三 */
.product_list_three .item .info strong{padding:0;}
.product_list_three .item{padding-bottom:20px;border-radius:6px;overflow:hidden;background-color:#f9f9f9;text-align: center;}
.product_list_three .item .info{padding:15px;}
.product_list_three .item em{font-style:normal;float: right;width:10px;height:3px;background-color:#133a99;margin:0px 15px 0 0;}
.product_list_three .item:hover em{width:30px;}
.product_list_three .item:hover{box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.08);background-color: #fff;}
.product_list_three .item img{display: inline-block;}
/* 样式三 */

/* 产品内页图 */
.product_article .img1{display: none;}
.product_article .title{overflow: hidden;padding:10px 0 0;}
.product_article .title h1{text-align: center;font-size:22px;color:#333;}
.product_article .title .time{display: block;height:30px;line-height:30px;text-align: center;margin:14px 0 0;font-size:14px;color:#999;}
.product_article .title .time img{display: inline-block;height:18px;margin-top:-2px;margin-right:10px;}
.product_article .title .share{text-align: center;height:24px;line-height:24px;margin-top:10px;}
.product_article .title .share span{display: inline-block;vertical-align: top;}
.product_article .title .bdsharebuttonbox{display: inline-block !important;vertical-align: top;}
/* 产品内页图 */

/* ===================== 产品列表页 ===================== */

/* ===================== 产品 详情页 ===================== */
.img_big_box{width:55%;float: left;}
.img_big_box .img_box{height:400px;border:1px solid #f1f1f1;border-radius:5px;position: relative;border-bottom:none;}
.img_big_box .img_box img{max-width:99%;max-height:99%;border-radius:5px;position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.img_big_box .small_box{border:1px solid #f1f1f1;border-radius:5px;text-align: center;}
.img_big_box .small_box img{max-height:80px;display: inline-block;margin:10px 5px;border:1px solid #fff;}
.img_big_box .small_box img.active{border-color:#133a99;}
.info_big_box{width:42%;float: right;height:502px;}
.info_big_box h1{color:#444;line-height:36px;font-weight: bold;font-size:26px;margin-top:60px;}
.info_big_box .info_1{margin:30px 0 0;}
.info_big_box .info_1 .dh{color:#555;min-height:40px;line-height:40px;cursor:help;margin-bottom:10px;}
.info_big_box .info_1 .dh img{float: left;width:30px;margin-top:5px;}
.info_big_box .info_1 .dh span{float: right;width:89%;font-size:18px;color:#555;letter-spacing:0px;line-height:40px;}
.info_big_box .info_1 .dh span.num{font-family:impact;font-size:26px;letter-spacing:2px;}
.info_big_box .info_2{padding:10px;}
.info_big_box .share{height:24px;line-height:24px;margin:20px 0;}
.info_big_box .share span{font-size:16px;color:#555;}
.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{margin:0 6px 0 0 !important;}
.info_big_box .info_3 span{display: inline-block;padding:8px 0;line-height:24px;color:#555;cursor:help;font-size:12px;}
.info_big_box .info_3 span img{display: inline-block;height:20px;margin-bottom:3px;margin-right:6px;}

.xgcp_title{padding:10px;background-color:#fafafa; margin:30px 0 0;}
.xgcp_title h3{color:#133a99;border-left:2px solid #133a99;padding-left:20px;height:30px;line-height:30px;font-weight: bold;font-size: 20px;}

.article_content{font-size:16px;line-height:26px;color:#333;padding-top:30px;}
.article_box{padding-top:30px;}
.article_box img, .article_content img{display: inline;}
.article_box p, .article_content p{margin-bottom:14px;}

#xgcp ul li{float: left;text-align: center;width:23%;margin:1%;}
#xgcp ul li strong{display: block;height:36px;color:#333;font-size:16px;font-weight:100;line-height:36px;text-align: center;}
#xgcp ul li:hover strong{color:#fff;}
#xgcp ul li:hover .pb_bg{transform: scaleY(1);-webkit-transform: scaleY(1);transform-origin: left 0;-webkit-transform-origin: left 0;visibility: visible\9;}

.pagenum{border-top:1px solid #DCDCDC;margin-top:30px;text-align: center; line-height:30px;}
.pagenum a{display: inline-block;color:#666;margin:20px 20px 0 0;width:250px;height:30px;line-height:30px;border:1px solid #133a99; padding:0 10px; border-radius:60px; overflow:hidden;}
.pagenum span{font-size:16px;color:#133a99;}
.pagenum a:hover{background-color:#133a99;}
.pagenum a:hover span{color:#fff;}
/* ===================== 产品 详情页 ===================== */

/* ===================== 内页 Banner 图 ===================== */
#nyba{height:500px;position: relative;overflow:hidden;background-color:rgba(0,0,0,0.3);background-image:url(images/neibanner.jpg);z-index: 5;}
.fade_text{text-transform:uppercase;margin-top:10%;text-align: center;font-size:0;text-shadow: 0 0 10px #133a99}
.fade_text span{color:#fff;display: inline-block;}
.fade_text .cn{height:95px;line-height:95px;overflow: hidden;}
.fade_text .cn span{font-size:72px;}
.fade_text .en{height:40px;line-height:40px;font-size:30px;overflow:hidden;}
.fade_text .line{width:80px;height:3px;background-color:#fff;margin:20px auto;}
.arrow_down{position:absolute;left:50%;margin-left:-4px;bottom:20px;overflow: hidden;width:8px;}
.arrow_down .line{display: block;width:1px; height:40px;margin:0 3px;background: #fff; }
.arrow_down .aw{display: block;width:100%;height:5px;margin-top:3px;background: url('../../images/aw.png') no-repeat;}
.arrow_down .lg{-webkit-animation: long 1.5s linear alternate infinite; animation: long 1.5s linear alternate infinite; }
@-webkit-keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes long{
	from { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
    to { -webkit-transform: translateY(0); transform: translateY(0); }
}
@-webkit-keyframes long1{
	from { -webkit-transform: translateY(0px); transform: translateY(0px); }
    to { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
}
@keyframes long1{
	from { -webkit-transform: translateY(0px); transform: translateY(0px); }
    to { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
}
.son_list{position: absolute;height:50px;width:100%;bottom:10px;left:0;text-align: center;}
.son_list a{display: inline-block;width:140px;padding:0 5px;height:50px;color:#333;background-color: #fff;font-size:16px;text-align: center;line-height:50px;position: relative;z-index:1;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}
.son_list a i{background-color:#133a99;position: absolute;left:50%;top:50%;margin:-100px 0 0 -100px;z-index:-1;width:200px;height:200px;border-radius:50%;transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-o-transform: scale(0);-ms-transform: scale(0);}
.son_list a:hover i, .son_list a.active i{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);}
.son_list a:hover, .son_list a.active{color:#fff;}
/* ===================== 内页 Banner 图 ===================== */

/* ===================== 面包屑导航 ===================== */
.position_now{height:60px;line-height:60px;font-size:14px;background-color: #f1f1f1;}
.position_now a{display: inline-block;color:#707070;}
.position_now .fl{color: #707070;}
.position_now .fl img{height:20px;margin-top:-4px;display: inline-block;margin-right:8px;}
.position_now .fr{font-family: impact;color:#133a99;font-size:22px;}
.position_now .fr img{height:26px;display: inline-block;margin-right:8px;vertical-align: middle;}
.position_now .fr strong{font-weight:100;}
/* ===================== 面包屑导航 ===================== */

/* ===================== 新闻页面 ===================== */

/* 新闻样式 1 */
.news_one .news_box li{}
.news_one .news_box li .img{width:30%;height:250px;overflow:hidden;float:left;border-radius:8px;position: relative; border: 1px solid #e5e9ef;}
.news_one .news_box li .img img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_one .news_box li .img .bg{position: absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0);}
.news_one .news_box li .img .bg i{opacity:0;position: absolute;left:50%;top:50%;margin:-15px 0 0 -50px;width:30px;height:30px;background:url(../../images/news_arrow.png) center/100% no-repeat;}
.news_one .news_box li .info{width:100%;height:200px;float:right;padding-top:60px;}
.news_one .news_box li .info h3{font-weight:bold;font-size:18px;color:#333;height: 50px;}
.news_one .news_box li .info .time{color:#777;font-size:14px;padding:20px 0;}
.news_one .news_box li .info .line{width:100%;height:1px;background-color: #e5e9ef;margin-bottom:20px;}
.news_one .news_box li .info .line i{display: block;width:0%;height:1px;background-color:#133a99;}
.news_one .news_box li .info p{color:#999;font-size:16px;line-height:26px;height:52px;overflow: hidden;}


.news_one .news_box li .info1{width:100%;height:auto;float: none;padding-top:20px;}



.news_one .news_box li:hover .info{padding-top:50px;}
.news_one .news_box li:hover .line i{width:100%;}
.news_one .news_box li:hover h3{color:#133a99;}
.news_one .news_box li:hover .bg{background:rgba(0,0,0,0.55);}
.news_one .news_box li:hover .bg i{opacity:1;margin:-15px 0 0 -15px;}


.news_article_box .left_fixed{position: fixed;left:0;top:0;width:30%;height:100%;}
.news_article_box .left_fixed .text{padding:72% 0 0 25%;}
.news_article_box .left_fixed h6{font-size:70px;color:#133a99;opacity:0.5;font-style:italic;font-family: impact;}
.news_article_box .left_fixed h5{font-size:16px;color:#333;margin-top:30px;}
.news_article_box .left_fixed .return{margin-top:40px;font-size:14px;color:#666;}
.news_article_box .left_fixed .return:after{content:'';}
.news_article_box .right_article{float: right;width:70%;background-color: #f5f5f5;overflow: hidden;}
.news_article_box .inner_content{padding:30px 50px;}
.news_article_box .h1_title{padding:70px 40px;background-color:#E5E5E5;line-height:1.5;}
.news_article_box .h1_title h1{font-size:28px;color:#333;margin-bottom:20px;}
.news_article_box .h1_title .time img{height:20px;display: inline-block;margin:-4px 10px 0 0;}
.news_article_box .h1_title .time span{color:#777;font-size:16px;}

.page_list{text-align: center;}
.page_list b{font-size:0;}
.page_list b a, .page_list b font{display: inline-block;font-weight:100;color:#999;font-size:16px;margin-right:10px;border:1px solid #e5e9ef;width:40px;height:40px;line-height:40px;border-radius:6px;text-align: center;}
.page_list b font{background-color:#133a99;color:#fff;border-color:#133a99;}
.page_list_span1{display: none;}
/* 新闻样式 1 */

/* 新闻样式 2 */
.news_two .news_box li{float: left;width:31.33%;margin:1%;overflow: hidden;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_two .news_box li a{padding:20px;background-color:#f3f3f3;position: relative;}
.news_two .news_box li .time strong{font-size:50px;color:#133a99;display: inline-block;font-family:"SimHei";position: relative;}
.news_two .news_box li .time strong::after{content:'';position: absolute;left:0;top:30px;width:0px;background-color:#133a99;height:2px;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.news_two .news_box li .time span{font-size:12px;color:#333;display: block;font-family:"SimHei";}
.news_two .news_box li h3{color:#333;font-size:18px;line-height: 26px;height:52px;overflow: hidden;margin:15px 0 10px;}
.pc .news_two .news_box li:hover h3{color:#133a99;}
.news_two .news_box li p{font-size:14px;color:#666;line-height:22px;height:44px;overflow: hidden;margin-bottom:10px;}
.news_two .news_box li i{position: absolute;background-color:#133a99;}
.news_two .news_box li i.i1{width:0px;height:2px;top:20px;right:20px;}
.news_two .news_box li i.i2{width:2px;height:0px;top:20px;right:20px;}
.pc .news_two .news_box li:hover i.i1{width:30px;}
.pc .news_two .news_box li:hover i.i2{height:30px;}
.pc .news_two .news_box li:hover{box-shadow:0px 18px 25px rgba(0,0,0,0.08);}
.pc .news_two .news_box li:hover strong::after{width:100%;}

.fixed_body{display: none;position: fixed;width:100%;height:100%;background:rgba(255,255,255,0.8);left:-30%;top:0;z-index:9999;}
.fixed_body .fixed_article{display: none;position:fixed;width:1200px;height:800px;top:50%;right:20%;margin:-400px -600px 0 0;background-color:#fff;z-index:99999;box-shadow:0px 0 25px rgba(0,0,0,0.08);}
.fixed_body .fixed_article .fb_close{position: absolute;right:0;top:0;width:60px;height:60px;cursor:pointer;background-color:#133a99;}
.fixed_body .fixed_article .fb_close i{display: block;margin:10px auto 0;width:40px;height:40px;background:url(../../images/jia.png) center center/80% no-repeat;}
.fixed_body .fixed_article .fb_close:hover i{transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.fixed_body .fixed_article iframe{border:none;width:100%;height:100%;display: block;}
@media( max-width:1505px ){
	.fixed_body .fixed_article{width:1000px;margin-right:-500px;}
}
/* 新闻样式 2 */

/* ===================== 新闻页面 ===================== */

/* ===================== 产品页 左侧 导航 ===================== */
#list .left_side{width:340px;}
#list .left_side .box_two{width:100%;background-color:#133aa1;padding:30px 20px;box-sizing: border-box;}
#list .left_side .box_two p{font-size:16px;color:#fff;line-height:30px;}
#list .left_side .box_two strong{color:#fff;font-size:30px;display: block;margin-bottom:10px;font-family:impact;font-weight:100;}
#list .left_side .box_two .more{height:36px;line-height:36px;background-color:#fff;margin-top:10px;width:200px;color:#333;text-align: center;}
#list .left_side .box_two .more i{background-color:dodgerblue;}
#list .left_side .box_two .more:hover{color:#fff;}
#list .right_side.fr{width:75%;}
@media(max-width:1400px ){#list .right_side.fr{width:71%;}}
/* ===================== 产品页 左侧 导航 ===================== */

/* ===================== 全局搜索框 ===================== */
.form_box {display: none;border:1px solid #f1f1f1;border-radius: 5px;margin-bottom: 20px;}
.form_box .sf{margin:0 auto;text-align: center;font-size:0;}
.form_box .an {display: inline-block;border: 1px solid #f1f1f1;background-color: #fff;color: #333;height: 40px;border-radius: 8px;margin: 10px 5px;font-size: 16px;line-height:40px;padding: 0px 15px;outline:none;}
.form_box .an{vertical-align: bottom;}
.form_box .an:hover{border-color:#133a99;}
.form_box .inp{height:38px;vertical-align: bottom;}
.form_box .submit{width:80px;cursor:pointer;}
/* ===================== 全局搜索框 ===================== */

/* ===================== 在线留言 ===================== */
.form_box_box{margin:40px auto;padding:60px 0;box-shadow: 0px 20px 80px rgba(76, 76, 76, 0.1);}
ul.fs{width:1000px;margin:0 auto;}
ul.fs input, ul.fs textarea{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-transition: 0.8s;-o-transition: 0.8s;-ms-transition: 0.8s;-moz-transition: 0.8s;transition: 0.8s;}
ul.fs .box1 li{float: left;width:320px;margin-right:20px;}
ul.fs .box1 li:nth-of-type(3){margin:0;}
ul.fs .box1 li input{border:1px solid #e1e7ee;width:100%;height:50px;padding:10px;color:#999;}
ul.fs li input:hover{border-color:#133a99;}
ul.fs .box1 li input::-webkit-input-placeholder, ul.fs li.textarea textarea::-webkit-input-placeholder, ul.fs li.yzm input::-webkit-input-placeholder{color: #999;}   
ul.fs .box1 li input:-moz-placeholder, ul.fs li.textarea textarea:-moz-placeholder, ul.fs li.yzm input:-moz-placeholder{color: #999;}    
ul.fs .box1 li input:-ms-input-placeholder, ul.fs li.textarea textarea:-ms-input-placeholder, ul.fs li.yzm input:-ms-input-placeholder{color: #999;}
ul.fs li.textarea textarea{width:100%;height:150px;border:1px solid #e1e7ee;padding:10px;margin:20px 0;color:#999;}
ul.fs li.textarea textarea:hover{border-color:#133a99;}
ul.fs li.radio{text-align: center;}
ul.fs li.radio label{margin:0 10px;}
ul.fs li.yzm{text-align: center;margin:20px 0;}
ul.fs li.yzm img{display: inline-block;height:20px;}
ul.fs li.yzm input{border-bottom:1px solid #e1e7ee;width:200px;height:50px;padding:10px;color:#999;}
ul.fs li.yzm input:hover{border-color:#133a99;}
ul.fs li.submit input{height:50px;margin:0 auto;display: block;cursor:pointer;width:200px;border-radius:50px;background-color:#133a99;font-size:16px;color:#fff;}
/* ===================== 在线留言 ===================== */

/* ===================== 联系我们 地图 ===================== */
#allmap{height:500px;}
#allmap img{max-width:none !important;}
/* ===================== 联系我们 地图 ===================== */

/* ===================== 回到顶部 ===================== */
.go_top{display: none;background:url(/images/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#133a99;border-radius:50%;position: fixed;right:6px;bottom:100px;z-index:99999999999;}
/* ===================== 回到顶部 ===================== */

.firstRow img {display: inline-block;}
.sycep{
	display: none;
}
/* ================================ 内页 END ================================ */

/*===================== 响应式代码 START =====================*/
.header .menu_box{display: none;}
.header .menu_box{float: right;width:24px;height:54px;}
.header .nav_button{position: absolute;right:15px;top:26px;vertical-align: middle;width:24px;height:2px;cursor:pointer;background-color:#133a99;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav_button::after, .header .nav_button::before{content:'';width:24px;height:2px;position: absolute;z-index:99999999;right:0;background-color:#133a99;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
.header .nav_button::after{top:9px;}
.header .nav_button::before{top:-9px;}
.header .menu_box.on .nav_button{width:0;}
.header .menu_box.on .nav_button::before{-webkit-transform: translateY(9px) rotate(45deg);-ms-transform: translateY(9px) rotate(45deg);transform: translateY(9px) rotate(45deg);}
.header .menu_box.on .nav_button::after{-webkit-transform: translateY(-9px) rotate(-45deg);-ms-transform: translateY(-9px) rotate(-45deg);transform: translateY(-9px) rotate(-45deg);}
#close{display: none;position: fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:999;}
.wap_son{display: none;padding:0 13px;margin-bottom:20px;}
.wap_son a{width:47.93%;height:40px;line-height:40px;font-size:16px;color:#fff;text-align: center;margin:1%;float: left;background-color:#133a99;}

.fixed_footer{display: none;}
.fixed_footer{display: none;background: linear-gradient(50deg, #133a99, #1869c0);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
@media( min-width:1200px ){
	.mini_caseWrap{ display: none;}
}
@media (min-width:640px){
	.fixed_footer{width:640px !important;left:50%;margin-left:-320px;}
}
.fixed_footer a{float: left;width:33.33%;text-align: center;}
 .fixed_footer img{display: inline-block;height:24px;margin:5px 0 0;}
 .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}
 @media( max-width:1200px ){
	.fixed_footerw{
		display: none;
	}
 }
@media( max-width:1550px ){
	.f_48{ font-size:40px; }
	.f_58{font-size: 50px;}
	.header .call h3{font-size:28px;}
	.section_five .item.one .box, .section_five .item.two .box{margin-left:15%;}
	.section_seven .item{width:130px;}
	.section_seven .item .radius{width:128px;height:128px;}
	.section_seven .item i{margin:35px auto 0;}
	.section_eight .more{margin-top:40px;}
}

@media( max-width:1440px ){
	.about2 dl dd{padding: 0 40px;}
	.about2 dl dt img{
		left: 13%;
	}
	.w1400{
		width: 96%;
	}
}




@media( max-width:1366px ){
	.sycp .sycp_r {
		width: 72%;
	}
	.about2 dl dd{padding: 0 0px 0 0}
	.about2 dl dd h3{font-size: 54px;}
	.inner{width: 1300px;}
	.about .right .text{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4; overflow: hidden;padding: 0;}
	.about .left{padding-bottom: 30px;}
	.about .left dl{margin-top: 30px;}
	.pub_title h4{margin-top: 30px;}
	#scroll_one{height: 300px;}
	#scroll_one ul li img{width: 160px;height: 160px;}
	.swiper-container.anli{padding: 30px 0;}
	.swiper-container.anli .swiper-slide{width:450px;height: 338px;}
	#scroll_one1 ul li img{width: 300px;}
	.section_four .auto,.tabbox{width: 1200px;}
	.section_four .img{padding-left:0;}
	.w1400{width: 1300px;}
	.pronav{height: auto;margin-bottom: 30px;}
	#scroll_one1{height: 265px;}
	.tabbox .tab{width: 580px;}
	.tabbox .tab .item .info{width: 360px;}
}

@media( max-width:1280px ){
	.section_one .item_box{width:1200px;}
	.header .call h3{font-size:26px;}
	.section_five .item.one .box, .section_five .item.two .box{margin-left:5%;}
}


@media( max-width:1200px ){
	.f_14{ font-size:12px; }
	.f_16{ font-size:14px; }
	.f_18{ font-size:14px; }
	.f_20{ font-size:20px; }
	.f_24{ font-size:20px; }
	.f_28{ font-size:20px; }
	.f_30{ font-size:24px; }
	.f_38{ font-size:24px; }
	.f_48{ font-size:28px !important; }
	.f_58{ font-size:30px !important; }
	html,body{max-width:750px;margin:0 auto !important;}
 .product_list_two .item .info p, .product_list_three .item .info p, .header .call, .banner .swiper-button-next, .banner .swiper-button-prev, .news_two .news_box li p, .position_now .fr, .arrow_down, #list .left_side, .news_one .news_box li .img .bg, .news_article_box .left_fixed, .img_big_box, #none,.tj_box .gallery-top .swiper-slide a .txt,.tj>img,.tabbox .content,.footer .f1,.footer .f2,.footer .f4,.more1,#top_scroll ul li p,.section_two .item_box .yspic img:nth-child(1),.section_two .item_box .yspic img:nth-child(3),#winImgDiv,.syys h3 strong,.syys .syys2,.syys .syys1 span b,.pc_show,.altop,.hf .fr,.bg1,.tabbox .tab .item .img,.video_box,.four img:nth-child(1),.pub_title h4:before, .pub_title h4:after,.section_four .img img:nth-child(1),.section_four::after,.about .left,.ystop>img,.yt_txt p{display: none !important;}
	.wap_show{display: block;}
	.header .menu_box, .mobile .fixed_footer, .wap_son{display: block;}
	#list .auto, #news_article, #article, .position_now .auto, #nyba .black .auto,.tj_box,.w1300,.tabbox,.footer .f3,.section_four .auto,.w1400{width:auto;padding:0 15px;}
	.inner{width: auto;}
	.info_big_box .info_1 .dh span{font-size: 16px}
	.header .inner{padding:0 15px;width:auto;height:50px;}
	.header .logo img,.header.bg .logo img{height:42px;margin:5px 0 0;}
	
	.header .nav{position: fixed;width: 280px;height: auto;overflow: auto;padding: 20px 0;top: 50%;left: 50%;margin: -200px 0 0 -140px;z-index: 9999999999;background-color: #fff;box-shadow: 0 0 10px #f1f1f1;-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0); -o-transform: scale(0);transform: scale(0);}
	.header .nav ul li{display: block;float:none;width:90%;margin:0 auto;height:40px !important;line-height: 40px !important;border-bottom: 1px solid #f9f9f9;}
	.header .nav ul li span, .header .nav ul li a{color:#333 !important;}
	.header .nav ul li a:hover span, .header .nav ul li a.active span{line-height:40px;}
	.header .nav ul li:last-child{border: none;}
	.product_son{display: none !important;}
	.position_now .fl{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;}
	.section_one{padding-top: 50px;}
	.pub_title h4{font-size:28px;margin-top: 30px;}
	.pub_title h4::before{left: -40px;top: 10px;}
	.pub_title h4::after{right: -40px;top: 10px;}
	.pub_title h4 img{height: 28px;}
	.pub_title h4 span{font-size:28px;margin:0;}
	.pub_title h4 i{font-size:50px;top: 0px;}
	.pub_title p{font-size: 14px;margin-bottom: 20px;}
	.bg1{padding: 30px 0 0;height: 200px;margin-bottom: 0;}
	#scroll_one{height: 200px;}
	#scroll_one ul li img{width: 120px;height: 120px;display: inline-block;}
	#scroll_one ul li h3{height: 50px;line-height: 50px;}
	.albox .fl,.albox .fr{width: 100% !important;float:none;}
	.about .right .item{width: 50%;margin-bottom: 20px;}
	.about .right .num{padding-top: 20px;}
	.pronavbox .swiper-slide .fl, .pronavbox .swiper-slide .fr{width: 100%;}
	.pronavbox .swiper-slide .fr{position: relative;}
	.pronavbox .swiper-slide .fl{padding: 15px;background: #009b4c}
	.pronavbox .swiper-slide .fl p{margin: 20px 0;}
	#allmap{height:300px;}
	#nyba{height:300px;background-size: cover;background-attachment: unset;}
	.fade_text{margin-top:171px;}
	.fade_text .cn{line-height:40px;height:40px;}
	.fade_text .cn span{font-size:30px;}
	.fade_text .en{font-size:16px;}
	.fade_text .line{margin:10px auto;}
	.form_box_box, ul.fs{width:100%;}
	.form_box_box{margin:0;padding:20px 0;box-shadow:none;}
	ul.fs .box1 li{float:none;width:100%;margin-bottom:20px;}
	.product_list_one .item, .product_list_two .item, .product_list_three .item{width:49%;margin:0.5%;}
	.product_list_two .item .info{min-height:70px;}
	#list .right_side{float:none !important;width:100% !important;}
	.news_one .news_box li .img, .news_one .news_box li .info{float:none !important;width:100%;}
	.news_one .news_box li .img{height:200px;}
	.news_one .news_box li .info{padding-top:20px;height:auto;}
	.news_one .news_box li .info .time{padding:6px 0;}
	.news_one .news_box li .info .line{margin-bottom:6px;}
	.news_one .news_box li:hover .info{padding-top:20px;}
	.son_list{height:40px;}
	.son_list a{height:40px;line-height:40px;width:100px;font-size:14px;padding:0;}
	.news_article_box{padding-top: 54px;}
	.news_article_box .right_article{width:100%;float:none;background-color: #fff;}
	.news_article_box .inner_content, .news_article_box .h1_title{padding:20px;}
	.news_two .news_box li{width:49%;margin:0.5%;}
	.news_two .news_box li a{padding:8px;}
	.news_two .news_box li .time strong{font-size:30px;}
	.fixed_body .fixed_article {width:90%;height:500px;margin: -250px -45% 0 0;}
	.fixed_body .fixed_article .fb_close{top:auto;bottom:0;width:50px;height:50px;}
	.fixed_body .fixed_article .fb_close i{margin-top:5px;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);}
	.info_big_box,.section_six,.section_two{width:100%;height:auto;}
	.info_big_box h1{margin-top:0;font-size:20px;}
	.info_big_box .info_1{margin-top:10px;}
	.info_big_box .share{margin:0 0 10px 0;}
	.xgcp_title{margin-top:10px;}
	.more .but{margin-left: 0;margin-top: 10px;}
	.more1 a{width: 98%;margin: 0 auto;}
	.section_four{height: auto;background-size: cover;background-position: right top;}
	.section_four .ys_bt{margin-top: 30px;}
	.section_four .img{padding: 30px 0;width: 100%;margin: 0 auto;}
	.section_four .img img{float:none}
	.section_four .item{text-align: center;margin: 0 0 15px 0 !important;width: 100%;border-radius: 15px;background: #009b4c;}
	.section_four .item:nth-child(2n){background: #133a99;}
	.section_four .item .info h4{text-align: left;margin: 0 0 5px 0;color: #fff;}
	.section_four .item .info{width:100%;padding: 15px ;position: relative;}
	.section_four .item .info p{text-align: left;color: #fff;}
	.section_four .item_box{margin:20px 0 0 0;float: none;}
	.section_four .bg{position: relative;width: 80%;margin: auto;}
	.ystop{height: auto;background-size: cover;padding: 20px 0;margin-top: 20px;}
	.yt_tel, .yt_txt{margin-left: 30px;}
	.yt_tel::before, .yt_txt::before{left: -30px;}
	.yt_tel img,.yt_tel h4{display: inline-block;vertical-align: middle;}
	.ysbom .bg{width: auto;bottom: 300px;}
	.ysbom{height: auto;padding: 20px 0;text-align: center;}
	.ysbom .fl,.ysbom .fr{width: 100%;float: none;margin: 0;}
	#scroll_one1 ul li h3{line-height: 25px;}
	.sycp{margin-top: 30px;}
	#top_scroll{height:500px;max-width:100%;}
	#top_scroll ul li .clear{height:36px;line-height:36px;}
	#top_scroll ul li{width:48%;padding: 0;}
	#top_scroll ul li .img{padding: 3px;}
	#top_scroll ul li h3{width:100%;float:none;font-size:14px;padding: 0;}
	#top_scroll1{height:450px;max-width:100%;margin-top: 30px;}
	#top_scroll1 ul li .clear{height:36px;line-height:36px;}
	#top_scroll1 ul li{width:49%;padding: 0;}
	#top_scroll1 ul li h3{width:100%;float:none;font-size:14px;line-height: 30px;}
	.section_five .item{float:none;width:auto;height:auto;padding:20px;}
	.section_five .item .img{position: relative;}
	.section_five .item .box{padding:0;margin:20px 0 0 0 !important;background:none !important;}
	.section_five .item .box p{font-size:14px;}
	.about{height: auto;background-size:  cover;background-position: top center;margin-bottom: 0;}
	.about .inner{padding: 20px 0;}
	.about .right .text{    -webkit-line-clamp: 8;margin-top: 30px;}
	.bgwhite{width: 90%;margin: auto;}
	.about .left,.about .right{width: 100%;margin: 0;padding: 20px;box-sizing: border-box;}
	.about .right h1,.about .right .item h3{font-size: 30px;}
	.about .right .item span{width: 20px;height: 20px;line-height: 20px;}
	.section_six .albox .fl>a{height: auto;padding:20px 0;}
	.section_seven .item{width:50%;}
	.section_seven .item .radius{margin:0 auto;}
	.section_seven .item p{font-size:14px;margin-bottom:10px;}
	.section_eight{background-size:cover;}
	.section_eight .title strong{font-size:24px;}
	.section_eight .title p{font-size:14px;}
	.section_eight ul li{width:48%;}
	.section_eight ul li strong{height:30px;line-height:30px;}
	.section_eight .more{width:70%;}
	.tabbox .tab, .tabbox .tab .item{width:100%;height: auto;}
	.tabbox .tab .item .img,.tabbox .tab .item .info{width:100%;float:none;height: auto;}
	.tabbox .tab .item .img img{width: 100%;height: auto;}
	.tabbox .tab .item .info{box-sizing: border-box;padding:10px;}
	.tabbox .tab .item h3{padding:0;}
	.tabbox h3 strong{width: 100%;}
	.banner{top:0;padding-top: 50px;}
	.index_box{margin:0;}
	#scroll_two{
		display: none;
	}
	.section_one .left a, .section_one .right a{
		background: #133a99;
	}
	.fixed_footer{
		display: block;
	}
	.section_one .item_box .left,.section_one .item_box .right{
		display: none;
	}
	.sycep{
		display: block;
		padding-top: 80px;
	}
	.sycep a{float: left;width: 48%;background: #133a99;color: #fff;box-sizing: border-box;border-radius: 40px;text-align: center;margin-top: 10px;margin-right:1%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;height: 35px;line-height: 35px;}
	.swiper-container.anli .swiper-slide{width: 350px;height: 263px;}
	
	.caseWrap{ display: none;}
	.mini_caseWrap{display: block;width: 98%; margin: 0 auto; padding-top: 50px;}
.mini_caseWrap .mini_caseli{float: left; width: 49%; margin: 0 .5% 5px;}
.mini_caseWrap .mini_caseli a,.mini_caseWrap .mini_caseli a img{ display: block; width: 100%;}
.mini_caseWrap .mini_caseli a p{ height: 50px; line-height: 50px; text-align: center; color: #fff;}
.pronav{
	display: none;
}
.ab ul li{
	width: 49%;
	border-right:0
}
.fhxc1{
	padding-bottom: 30px;
}
.syys{
	height: auto;
	padding-bottom: 30px;
}
.syys ul li{
	position: relative;
	width: 50%;
	float: left;
}
.syys ul{
	width: 100%;
	position: relative;
	display: none;
}
.bg12 h2{
	font-size: 26px;
	margin-top: 30px;
}
.bg12{
	margin-bottom: 10px;
}
.footer .f3 h4{
	padding-top: 20px;
	background: none;
	padding-left: 0;
}

.pronav{
	display: none;
}
.ab ul li{
	width: 49%;
	border-right:0
}
.fhxc1{
	padding-bottom: 30px;
}
.bg12 h2{
	font-size: 26px;
	margin-top: 30px;
}
.bg12{
	margin-bottom: 10px;
}
.footer .f3 h4{
	padding-top: 20px;
	background: none;
	padding-left: 0;
}

.about .item{
	width: 48%;
}
.about .item h3{
	font-size: 54px;
}
.about2 dl dt{
	display: none;
}
.about2 dl dd{
	float: none;
	width: 100%;
}
.about2 dl dd{
	padding: 20px;
	height: 576px;
}
.about2 dl dd h3{
	font-size: 22px;
}
.about2 dl dd h2{
	margin-top: 20px;
}
.syys{
	display: none;
}
.sycp .pub_title{
	display: none;
}
.section_nine .pub_title p{
	margin-bottom: 20px;
}
.product_list_two .item .info{
	padding: 0;
}
.product_list_two .item .info strong, .product_list_three .item .info strong{
	padding-top: 0;
}
.product_list_two .item .info{
	min-height: 30px;
	line-height: 30px;
	text-align: center;
}
.product_list_one .item, .product_list_two .item, .product_list_three .item{
	margin-bottom: 12px;
}
#nyba{
	background-size: 100% 100% ;
}
}


@media (max-width: 760px){
.about2 dl dd{height: 810px;}
}
/*===================== 响应式代码 END =====================*/

.pages{ margin:10px 30px 0 0;}
#pagelist{ line-height:32px;color:#666;}
#pagelist a{ width:42px; text-align:center; float:left; border:1px solid #e5e5e5;background:#fff; height:34px; font-size:12px;color:#666; line-height:34px; margin-left:5px;}
#pagelist a.next,#pagelist a.prev{width:50px;}
#pagelist a.curr{ background:#1170ee;border:1px solid #1170ee;color:#fff;}
#pagelist a:hover{background:#1170ee;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:34px; font-size:12px; height:34px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}


.ny-pagemenu{
  text-align:left;
  /*background-color: #f2f2f2;*/
  /*margin: 0 30px;*/
}
.ny-pagemenu li{
  margin:0px;
  padding:0px;
  position: relative;
  display: inline-block;
  padding: 0 12px;
}
.ny-pagemenu li a{
  display: block;
  color: #666;
  font-size: 16px;
  padding: 29px 5px;
}
.ny-pagemenu li:after{
  content: "";
  position: absolute;
  bottom:0px;
  left:50%;
  width: 0px;
  height:2px;
  background-color: #024691;
  transition: all 0.3s ease-out;
}
.ny-pagemenu li:hover:after{
  width: 63px;
  left:16px;
}
.ny-pagemenu li:hover a{
  color: #024691;
}
.ny-pagemenu-ov:after{
  width: 63px !important;
  left:16px !important;
}
.ny-pagemenu-ov a{
   color: #024691 !important;
   font-weight: bold;
}
.jt-page{
  width: 100%;
  height: 80px;
  background-color: #fff;
  font-size: 0;
  border-bottom: 1px solid #eaeaea;
}
.ny-loc{
  margin-top: 28px;
  font-size: 14px;
  text-align: right;
}
.ny-loc i{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/home-icon.png) no-repeat;
  position: relative;
  margin:0 8px 0 0;
  top:4px;
}
.ny-loc em{
  display: inline-block;
  background: url(../images/location-li.png) no-repeat;
  width: 3px;
  height: 5px;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.ny-loc a {
  display: inline-block;
    color: #6a6a6a;
}
.ny-loc span {
  padding-left:3px;
  font-size: 14px;
  color: #6a6a6a;
}
.ny-loc p:last-child{
  color: #6a6a6a;
    font-weight: bold;
}

/*内页*/
.jt-page{
  width: 100%;
  height: 80px;
  background-color: #fff;
  font-size: 0;
  border-bottom: 1px solid #eaeaea;
}
/*内页外框*/
.ny-w1{
  width: 100%;
  /*background-color: #efefef;*/
  overflow: hidden;
}
.ny-w2{
  padding:15px 0px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ny-w{
  margin:0 auto;
  padding:30px 40px;
  width: 1260px; 
  background-color: #fff;
  margin: -180px auto 40px;
  position: relative;
  z-index: 997;
  box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.page-tti{
  width: 100%;
}
.page-tit p{
  /*margin-left: 30px;*/
  color: #ddd;
  font-size: 60px;
  font-family: "font1";
  text-transform: uppercase;
  letter-spacing: -1px;
  animation: cth1 800ms ease-out forwards;
  display: inline-block;
  text-transform: uppercase;
}
.page-tit h2{
  display: inline-block;
  position: relative;
  top: -3px;
  margin-left: 20px;
  margin-left: 0 \9;
  color: #5a575b;
  font-size: 24px;
  font-weight: bold;
}
.ny-pagemenu{
  text-align:left;
  /*background-color: #f2f2f2;*/
  /*margin: 0 30px;*/
}
.ny-pagemenu li{
  margin:0px;
  padding:0px;
  position: relative;
  display: inline-block;
  padding: 0 12px;
}
.ny-pagemenu li a{
  display: block;
  color: #666;
  font-size: 15px;
  padding: 29px 5px;
}
.ny-pagemenu li:after{
  content: "";
  position: absolute;
  bottom:0px;
  left:50%;
  width: 0px;
  height:2px;
  background-color: #024691;
  transition: all 0.3s ease-out;
}
.ny-pagemenu li:hover:after{
  width: 63px;
  left:16px;
}
.ny-pagemenu li:hover a{
  color: #024691;
}
.ny-pagemenu-ov:after{
  width: 63px !important;
  left:16px !important;
}
.ny-pagemenu-ov a{
   color: #024691 !important;
   font-weight: bold;
}


/*内页标题*/
.lh-ntit h2{
  margin-top: 30px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.ny-tit11 h1{
  display: block;
  padding:5px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #333;
}
.ny-tit2{
  padding:10px 10px;
}
.ny-tit2 h2{
  display: block;
  font-size: 26px;
  color:#3b3b3b;
  text-align: center;
  font-weight: bold;
}
.ny-tit2 .line1{
  margin:0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 58px;
  height: 6px;
  background-color: #ffc450;
}
.ny-tit2 p{
  text-align: center;
  font-size: 16px;
  color: #3b3b3b;
}
/*内页分类*/
.ny-proc1{
  padding:25px 10px 12px 10px;
  text-align: center;
}
.ny-proc1 a{
  display: inline-block;
  margin:3px 0px;
  width: 130px;
  height: 35px;
  border:1px solid #1e1e1e;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 32px;
}
.ny-proc1 a:hover{
  background-color: #174ea1;
  color: #fff;
}
.ny-proc1-hover{
  background-color: #174ea1 !important;
  color: #fff !important;
}

.ny-proc3{
  padding:25px 10px 20px 10px;
  text-align: center;
}
.ny-proc3 a{
  display: inline-block;
  margin:3px 3px;
  width: 130px;
  height: 35px;
  border:1px solid #1e1e1e;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 32px;
}
.ny-proc3 a:hover{
  background-color: #174ea1;
  color: #fff;
}
.ny-proc3-hover{
  background-color: #174ea1 !important;
  color: #fff !important;
}

.ny-menu-hover {
    color: #fff !important;
    background-color: #174ea1 !important;
    border: 1px solid #273890 !important;
}
/*内页分类2*/
.ny-pc-tit{
  padding:30px 0px;
  background-color: #333;
}
.ny-pc-tit h2{
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.ny-pc-tit p{
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 16px;
  color: #fff;

}
.ny-proc2{
  /*margin-top: 20px;*/
  overflow: hidden;
}
.ny-pc2-w{
  padding: 15px;
  border:1px solid #efefef;
}
.ny-proc2 dt a h3{
  display: block;
  margin:5px 5px 5px 0px;
  padding:10px 5px;
  width: 100%;
  background-color: #024691;
  text-align: center;
  font-size: 17px;
  color: #fff;
}
.ny-proc2 dd a{
  display: block;
  margin:3px;
  padding:5px 10px;
  border-bottom:1px dashed #cecece;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease-out;
  vertical-align: middle;
}
.ny-proc2 dd a img{
  vertical-align: middle;
  margin-right: 6px;
}
.ny-proc2 dd a:hover{
  background-color: #404040;
  color: #fff;
  border-radius: 3px;
}
.ny-proc2-hover{
  background-color: #404040 !important;
  color: #fff !important;
  border-radius: 3px !important;
}
.ny-p2-padding{
  padding:6px 0px;
}


/*====================title====================*/
.ny-tit1{
  padding:20px 10px 10px 10px;
}
.ny-tit1 h2{
  display: block;
  font-size: 35px;
  color:#000;
  text-align: center;
  font-weight: bold;
}
.ny-tit1 p{
  display: block;
  padding-top: 10px;
  font-size: 16px;
  color: #2d2d2d;
  text-align: center;
  letter-spacing: 0px;
}

.ny-tit3 h2{
  padding:15px 15px;
  font-size: 16px;
  color: #fff;
  background-color: #024691;
  text-align: left;
}

/*=======================新闻样式一=========================*/
.sk-dt2{
  padding:20px 0px;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
   transition: all 0.5s ease-out;
}
.sk-dt2 img{
  width: 100%;
  overflow: hidden;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 

}
.sk-dt2:hover img{
   transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.sk-dt2-tit{
  padding:5px 0px;
  transition: all 0.5s ease-out;
}
.sk-dt2:hover .sk-dt2-tit{
  padding-left:15px;
}
.sk-dt2-tit a h2{
  display: block;
    font-size: 18px;
    color: #656565;
    line-height: 22px;
}
.sk-dt2-tit p{
  display: block;
    margin-top: 22px;
    font-size: 14px !important;
    color: #929292;
    line-height: 150% !important; 
    height: 40px;
    overflow: hidden;
}
.sk-dt2-date{
  
}
.sk-dt2-date .sk-dt2-d{
  font-size: 14px;
  color: #666;
  text-align: right;
}
.sk-dt2-date .more{
  margin-top:40px;
  float: right;
  width: 50%;
  height: 25px;
  border:1px solid #666;
  text-align: center;
  transition: all 0.5s ease-out;
}
.sk-dt2-date .more a{
  display: block;
  color: #333;
  line-height: 24px;
  text-align: center;
  transition: all 0.5s ease-out;
}
.sk-dt2:hover .sk-dt2-date .more{
  background-color: #d70909;
  border:1px solid #960000;
}
.sk-dt2:hover .sk-dt2-date .more a{
  color: #fff;
}

/*=======================媒体聚集=========================*/
.sk-mt{
  width: 100%;
  height:495px;
  margin-bottom:20px;
}
.sk-mt:hover{
   box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}
.sk-mt img{
  width: 100%;
}
.sk-mt-t{
  padding: 24px 30px 24px 20px;
  border-bottom:1px solid #ededed;
    transition: all 0.3s ease-out 0s;
}
.sk-mt:hover .sk-mt-t{
  padding-left: 30px;
    padding-right: 20px;
}
.sk-mt-t a h2{
  display: block;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    transition: all 0.36s ease;
}
.sk-mt:hover .sk-mt-t a h2{
    color: #3488ea;
}
.sk-mt .sk-mt-t p{
  display: block;
  font-size: 13px;
    color: #999;
    line-height: 25px;
    height: 45px;
    overflow: hidden;
    transition: all 0.36s ease;
}
.sk-mt:hover .sk-mt-t p {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    color: #999;
    line-height: 25px;
    height: 45px;
    overflow: hidden;
    transition: all 0.36s ease;
    }
.sk-mt .more1 a{
    display: block;
    margin-left: 20px;
    margin-top: 20px;
    padding: 0 20px;
    border: 1px solid rgba(170, 170, 170, 0.2);
    width: 100px;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    letter-spacing: 0px;
    transition: all 0.36s ease;
    text-align: center;
}
.sk-mt:hover .more1 a{
    margin-left: 30px;
    color: #fff;
    border-color: #3488ea;
    background-color: #3488ea;
    text-align: center;
}
/*=======================新闻2=========================*/
.ny-news2{
  margin-bottom: 20px;
}
.ny-news2 .tu1{
  width: 100%;
  overflow: hidden;
}
.ny-news2 .tu1 img{
  width: 100%;
  overflow: hidden;
   transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news2:hover .tu1 img{
   transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news2 .news1-tit{
  height: 250px;
  transition: all 0.35s ease-out;
  overflow: hidden;
}
.ny-news2 .news1-tit a h3{
  display: block;
  margin-top: 16px;
  width: 100%;
  height: 42px;
  font-size: 16px;
  color: #232323;
  line-height: 130%;
  letter-spacing: 0px;
  font-weight: bold;
  transition: all 0.35s ease-out;
}
.ny-news2:hover .news1-tit a h3{
  margin-top: 13px;
  color: #d70909;
}
.ny-news2 .news1-tit .date1{
  margin-top: 11px;
  font-size: 14px;
  color: #174ea1;
  letter-spacing: 0px;
}
.ny-news2 .news1-tit p{
  display: block;
  margin-top: 22px;
  width: 100%;
  height: 62px;
  font-size: 14px;
  color: #174ea1;
  line-height: 150%;
  letter-spacing: 0px;
  overflow: hidden;
}
.ny-news2 .news1-tit .more1 a{
  display: block;
  margin-top: 22px;
  width: 113px;
  height: 28px;
  border:1px solid #dcdcdc;
  font-size: 14px;
  color: #174ea1;
  text-align: center;
  line-height: 28px;
  transition: all 0.35s ease-out;
}
.ny-news2:hover .news1-tit .more1 a{
  background-color: #d70909;
  color: #fff;
}
/*招聘*/
.ny-zhaopin{
  padding:15px 0px;
  border-bottom: 1px dashed #dcdcdc;
  overflow: hidden;
}
.ny-zhaopin-t{
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #fff;
  background-color: #d70909;
  border-radius: 5px;
}
.ny-zhaopin-con a{
  display: block;
  width: 100%;
  height: 35px;
  font-size: 15px;
  color: #333;
  overflow: hidden;
  line-height: 35px;
}
.ny-zhaopin-d{
  text-align: right;
  font-size: 14px;
  color: #666;
  line-height: 35px;
}

/*业务范围*/
.ny-ywfw{
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.ny-ywfw:hover{
  margin-top: 15px;
  margin-bottom: 25px;
}
.ny-ywfw img{
  width: 100%;
  transition: all 0.3s ease-out;
}
.ny-ywfw:hover img{
  box-shadow: 0 0 15px #666;
}
.ny-ywfw a h3{
  display: block;
  margin-top: 15px;
  font-size: 20px;
  color: #333;
  height: 40px;
  overflow: hidden;
}
.ny-ywfw p{
  display: block;
  width: 100%;
  font-size: 14px;
  color: #666;
  height: 45px;
  line-height: 170%;
  overflow: hidden;
}

/*单页效果*/
.ny-cont{
  padding:20px 0px;
  margin:0 auto;
  width: 1200px;
  font-size: 15px;
  color: #333;
  line-height: 190%;
  letter-spacing: 0px;
}
.ny-cont-h1{
  display: block;
  width: 100%;
  height: 50px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.ny-cont p, .ny-cont p a{
  margin-top:15px;
  font-size: 15px;
  color: #333;
  line-height: 190%;
}
.ny-cont a{
  font-size: 15px;
  color: #333;
  line-height: 190%;
 }

.ny-con-top{
  padding:2px 10px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #333;
  background-color: #efefef;
}
.ny-con-top b{
  font-weight: bold;
  font-size: 15px;
}
/*===========================自适应内页=============================*/
.ny-line{
  margin:10px 0px 6px;
  height: 1px;
  background-color: #c2cdd8;
}
.sh-ny-cont{
  padding:15px 15px;
  font-size: 15px;
  color: #333;
  line-height: 200%;
  letter-spacing: 0px;
}
.sh-ny-cont p{
  margin-top:15px;
  /*text-indent: 15px;*/
  font-size: 15px;
  color: #333;
  line-height: 190%;
}
.sh-ny-cont p img{
margin:0 auto;
}
.sh-ny-cont h1{
  display: block;
  padding:15px;
  height: auto;
  font-size:26px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.sh-ny-cont strong{
  font-weight: bold;
}
.sh-xihuan{
  padding:20px 0px;
  width: 100%;
  height: auto;
  background-color: #fff;
}

.sh-ny-cont2{
  padding:15px 0px;
  font-size: 15px;
  color: #333;
  line-height: 200%;
  letter-spacing: 0px;
}
.sh-ny-cont2 p{
  margin-top:15px;
  /*text-indent: 15px;*/
  font-size: 15px;
  color: #333;
  line-height: 190%;
}

/*内页标题*/
.ny-pc1{
  padding-top:20px;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
}
.ny-pc1 a{
  display:inline-block;
  margin:2px;
  width: 180px;
  height: 35px;
  border: 1px solid #0272de;
  font-size: 16px;
  color: #0272de;
  text-align: center;
  line-height: 32px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.ny-pc1 a:hover{
  background-color: #fece02;
  color: #000;
}

.content a{ display:inline-block;}