/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none!important;outline:none;}
a:link{color:#333;}
a:visited{color:#333;}
a:hover,a:active,a:focus{color:#333;text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}



/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:100%;margin:0 auto;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}



.wh{width: 1200px;margin:0 auto;}
.pos{position: relative;width: 1920px;left: 50%;margin-left: -960px;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.5s ease-in 0s; -webkit-transition:all 0.5s ease-in 0s; -moz-transition:all 0.5s ease-in 0s; -o-transition:all 0.5s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}






/*头部样式*/


/*.top2{height:77px;padding-left:8%;}
.logo{float:left;line-height:77px;height:77px;overflow:hidden;}
.logo img{line-height:77px;height:77px;}*/



.top22{position:fixed;width:100%;left:0;top:0;z-index:99999;background:#fff;}




.bshare-custom{text-align:center;width:12%;float:right;border-left:1px solid #d0d0d0;height:77px;overflow:hidden;}
.bshare-custom a{display:inline-block;width:30px;height:30px;margin:25px 5px 0px 10px!important;padding:0;background-position:center;padding-left:0!important;}
.bshare-custom a.bshare-qqim{background:url(../images/a1.png)no-repeat center;width:30px;height:30px;}
.bshare-custom a.bshare-shouji{background:url(../images/a2.png) no-repeat center;width:30px;height:30px; }
.bshare-custom a.bshare-weixin{background:url(../images/a3.png)no-repeat center;width:30px;height:30px;}
.bshare-custom a.bshare-youdaonote{background:url(../images/a4.png)no-repeat center;width:30px;height:30px;}

#bsWXBox{width:232px!important;height:auto!important;}


/*头部*/
.header_nav{
	width: 100%;
    height: 120px;
    z-index: 111;
    background:#fff;
	}
.header_nav .main{
	width: 1250px;
    height: 120px;
    margin: 0 auto;
	}
.header_nav .main .logo{
	height:120px;
    display: block;
    float: left;
	}
.header_nav .main .logo img{
	height:100px;
	margin-top: 10px;
	}
.header_nav .main .frtxt{
	width: 750px;
    display: block;
    float: right;
	}

/*nav*/
.nav{width:100%; height:120px; margin:0 auto;}
.nav ul {height:120px; margin:0 auto;}
.nav ul li{
	float: left;
    height: 120px;
    position: relative;
	}

.nav ul li a{
    padding: 0 20px;
    display: block;
    color: #555;
    font-size: 18px;
    line-height: 120px;
} 
.nav .nav_on{color: #004fab; font-weight:600;border-bottom:2px solid #004fab;}

.nav ul li a:hover{color: #333;}
.nav ul li:hover{font-size:17px;  }
.nav ul li:hover a{color:#004fab; text-decoration: none;}

.nav ul li dl{position:absolute; left:0px; top:120px; z-index:99999; display:none; width:115%;transition: 0.5s;opacity: 0;}
.nav ul li:hover dl{ position:absolute; left:0px; top:120px; z-index:99999;  display:block;transition:0.5s;opacity:1;
}

	
.nav ul li dl dt a{
	line-height: 24px !important;
    color: #666 !important;
    font-size: 15px !important;
    font-weight: 500;
    border-bottom: 1px solid #cfcfcf; background:#fff;
    text-align: center;
    padding: 12px 0;
	}
.nav ul li dl dt:hover a{color:#fff !important; font-weight:bold; background:#004fab}


.header_nav.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1200px; z-index:999;}

@media (max-width: 1920px) and (min-width: 1199px) {
  .header_nav {
	  display:block!important;
  }
}
@media (max-width: 1199px) {
  .header_nav {
	  display:none!important;
  }
}

/*热门搜索*/
.sky{margin-top:20px;}
.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;}
.hotSearch a{margin-right:6px;}



/*搜索和热门搜索*/
.search {
    position: relative;
    float: right;
    width: 97px;
    height: 77px;
    cursor: pointer;
    z-index: 99;
  
}

.search1 {
    width:97px;
    height: 77px;
    background: url(../images/ss.png) no-repeat;
}

#formsearch1 {
    position: absolute;
    z-index: 20;
    top: 77px;
    right:0;
    display: none;
    width: 350px;
    margin-left: -20px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
}

#formsearch1 input {
    position: absolute;
    top: 1px;
    width: 100%;
    height: 34px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#formsearch1 input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.sinput {
    position: relative;
    height: 36px;
}

#formsearch1 input#keyword {
    outline: none;
}

#formsearch1 input#s_btn {
    position: absolute;
    z-index: 2;
    top: 1px;
    right: -1px;
    width: 39px;
    height: 34px;
    border: 0;
   outline:none;color:#fff;background:#005ea6;
    cursor: pointer;font-size:13px;
}


.search .triangle {
    position: absolute;
    top: -15px;
    right: 0;
    display: none\9;
    overflow: hidden;
    width: 320px;
    height: 15px;
}









/*首页banner*/
/*.banner{width:1920px;margin:0 auto;position:relative;left:50%;margin-left:-960px;height:1080px;}
.banner ul.bb{position:relative;padding:0px;margin:0px;z-index:5;}
.banner ul.bb li{position:absolute;}
.banner .num{position:absolute;right:44%;bottom:20px;z-index:100;}
.banner .num li{width:12px;height:12px;display:inline-block;margin:0 4px;background:#fff;line-height:18px;
  text-indent:-100px;overflow:hidden;border-radius:12px;}
.banner .num li.num_hover{background-color:#ff7c00;}
.banner .num li.num_hover a{color:#fff;}
.banner .num li a{float:left;display:block;text-align:center;color:#666;text-decoration:none;cursor:pointer;width:18px;height:18px;line-height:18px;}

*/


/* 导航样式 */
.dao{width:50%;float:left;margin-left:2%;height:77px;}

/*.x-menu {}

.x-menu > li {
  float: left;text-align:center;
  position: relative;background:url(../images/x.png) no-repeat right center;
}
.x-menu li:last-child{background:none;}
.x-menu > li > a {
  display: block;
  font-size: 16px;
  color: #292929;
  line-height:77px;padding:0 15px;
}
.x-menu li:hover{background:none;}
.x-menu > li > a:hover {
  background: #005ea6;
  color: #fff;
}

.x-menu > li.active > a {
 
}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 0px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 150%;
  left: -25%;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: .5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}*/






/*业务范围*/

.serve-mods {margin: 60px 0 70px;}
.title { font-size: 30px; text-align: center; }
.title p {color:#e8e8e8;margin-bottom: 0;text-transform: uppercase;}
.title h4 {color:#005ea6;font-size: 22px;margin-top: 8px;font-weight:normal;}

@media (max-width:1150px) {
   .in_ys1 .cont ul li p {
    font-size: 20px!important;
    
}
.in_ys1 p {
    font-size: 20px!important;
    width: 55%;
    margin: 0 auto;
    line-height: 23px!important;
}
.in_ys1 .cont ul li p span {
    font-size: 16px!important;
    font-weight: 500;}
	.six3 ul dl h5 {
    font-size: 2.5rem!important;}
	.six3 ul dl dd p {
    font-size: 1.5rem!important;}
	/*.inysbox{height: 300px!important;}*/
}
@media (max-width:768px) {
   .title {font-size:20px;text-align: center;}
   .in_ys1 .cont ul li p {
    font-size: 16px!important;
	overflow:hidden;
    
}
.aboutright{ display:none;}
.aboutleft{ width:100%!important;    margin: 0 5%;}
.six dl:nth-child(3n){ margin-left:0px;}

.six dl em{width: 5rem!important;
    height: 5rem!important;}
	.six dl em img{width: 5rem!important;
    height: 5rem!important;}
	.six dl h5{    font-size: 0.8rem!important;padding-top: 1rem!important;}
	.six dl h5 i{ font-size:0.8rem!important;}
	.six dl dd p{ line-height:1.4rem!important;}
	.six dl{height: 18rem!important;margin-top: 0rem!important;}
	.in_ys2 h1{ font-size:14px!important;}
	.six dl:hover dd, .six dl.cur dd{height: 18rem!important;}
	.six dl dd p{ display:none;}
.in_ys1 p {
    font-size: 16px!important;
    width: 55%;
    margin: 0 auto;
    line-height: 23px!important;
}
.in_ys1 .cont ul li p span {
    font-size: 14px!important;
    font-weight: 500;
	height: 140px;
	}
	.yfcginner li:nth-child(1) {
    right: 6%!important;}
	.yfcginner li:nth-child(2) {
    right: 1%!important;}
	.yfcginner li:nth-child(3) {
    right: 11%!important;}
	.yfcginner li:nth-child(4) {
    left: 11%!important;}
	.yfcginner li:nth-child(5) {
    left: 1%!important;}
	.qdinner p{
		font-size:11px!important;
		line-height: 25px!important;}
		
		.aboutleft .ab3 p{ font-size:1.3rem!important; line-height:30px!important;}
}


.serveList {margin-top: 70px; }
.serveList li { padding-left: 8px; padding-right: 8px;margin-bottom:10px;}
.serveList li .banner-item { padding: 54px 38px 0;text-align: center; border: 1px solid #d2d2d2; }
.serveList li .banner-item span { display: inline-block; width: 90px; height: 80px; }
.serveList li .banner-item h4 { margin-top: 24px; height: 60px; line-height: 60px; font-size: 16px; color: #5a5a5a; border-top: 1px solid #eeeeee; text-align: center;font-weight:normal;overflow:hidden;}
.serveList li .banner-item:hover {background: #005ea6; }
.serveList li .banner-item:hover .com-img{filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(323deg) brightness(110%) contrast(101%);}
.serveList li .banner-item:hover h4 { color: #fff; border-top-color: #fff; }
.serveList .items0:hover span, .serveList .items2:hover span { background-position: center 0px !important; }
.serveList .items1:hover span { background-position: center 0px !important; }
.serveList .items3:hover span { background-position: center 0px !important; }
.serveList .items4:hover span, .serveList .items5:hover span { background-position: center 0px !important; }





@media (max-width:768px) {
   .serveList li .banner-item {padding:15px 4% 0;text-align: center;}
   .serveList li .banner-item h4 {margin-top: 4px; height:40px; line-height:40px; font-size: 13px;}
}





/*cont2*/
/*公司简介*/
.cont2 {}

.a2_v1 {
  margin-top: 2.604166666666667vw;
  display: flex;
}

.a2_b1 {
  width: 50%;
}

.a2_b2 {
  width: 50%;
}

.a2_c1 {
  width: 100%;
  background: #f7f7f7;
  padding:7.33% 0;
}
  .a2_c2 {
    width:100%;
  }
.a2_c2 img {
  max-width:100%;
}

.abt_wenaa {
  width: 74%;
  margin-left:15.33333333%
}

.abt_wenaa h2 {
  color: #333;
  font: 600 33px/32px "微软雅黑";
}

.abt_wenaa p {
  font-size:16px;
  color: #666666;
  font-weight: normal;
  margin: 0;
  padding-top: 5px;
}

.abt_wenaa h2 span {
  display: block;
  color: #666666;
  font: 500 19px/30px "微软雅黑";
}

.abt_wenaa h2:after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: #014a97;
  margin: 15px 0 0px;
}

.abt_wen {
  color: #666666;
  font: 500 14px/30px "微软雅黑";
  margin-top: 20px;
}

.xw_hha li {
  width: 50%;
  height: auto;
  text-align: center;
  position: relative;
  float: left;
}

.xw_hha li .img11 {
  position: relative;
}

.xw_hha li .img11 .img12 img {
  width: 100%;
  height: auto;
}

.xw_hha li a.img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.xw_hha li .wenhha {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.xw_hha li .wenhha i {
  display: block;
  text-align: center;
}

.xw_hha li .wenhha h3 {
  color: #ffffff;
  font: 500 28px/44px "微软雅黑";
  margin-top: 22px;
}

.xw_hha li .wenhha h3 span {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font: 500 12px/22px "Arial";
  display: none;
}

.xw_hha li .wenhha h2 {
  margin-top: 26px;
  display: none;
}

.xw_hha li:hover a.img {
  background: rgba(1, 74, 151, 0.9);
}

.xw_hha li:hover .wenhha h3 span,
.xw_hha li:hover .wenhha h2 {
  display: block;
}


@media (max-width:1600px) {
   .abt_wen{height:155px;overflow:hidden;
  }
    .a2_c1 {
    padding:6.38%;
  }
}




@media (max-width:1440px) {
    .a2_c1 {
    padding:4.6%;
  }
  .abt_wen{height:157px;overflow:hidden;
  }
}





@media (max-width: 1366px) {
  .a2_v1 {
    display: block;
  }
  .a2_b1 {
    width: 100%;
    float: none;
  }
  .a2_c1 {
    padding: 4%;
  }
  .abt_wenaa {
    width: 100%;
    margin-left: 0;
    padding: 0 2%;
  }
  .a2_b2 {
    width: 100%;
    float: none;
  }
  .a2_c2 {
    width:100%;
  }
  .a2_c2 img {
    width: 100%;
  }
}


@media (max-width:1024px) {
  .abt_wen{height:130px;overflow:hidden;
  }
}

@media (max-width: 768px) {
  .abt_wen{height:100px;overflow:hidden;
  }
  .abt_wenaa h2 {
    font: 600 18px/20px "微软雅黑";
  }
  .abt_wenaa p {
    font-size: 12px;
  }
  .abt_wen {
    font: 500 14px/22px "微软雅黑";
  }
  .xw_hha li .wenhha h3 {
    font: 500 16px/10px "微软雅黑";
    margin-top: 10px;
  }
  
  .b5in2 .b5ul1 li a{ font-size:11px!important;}
}








/*技术支持*/
.jszc{margin-top:68px;}
.jszc .cont{margin-top:62px;position:relative;}
.ads li{margin-bottom:30px;}
.ads li a{position:relative;display:block;}
.ads li img{width:100%;}
.ads li .det{width:100%;position:absolute;left: 0;top:43%;margin: auto;opacity:1;text-align:center;z-index:99999;color:#fff;}
.ads li .det h3{font-size:26px;font-weight:normal;line-height:30px;}
.ads li .det span{font-size:16px;display:block;text-transform:uppercase;line-height:30px;height:30px;overflow:hidden;}
.ads li .mask{width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.5);opacity:1;}
.ads li:hover .mask{opacity:0;}

.tp{width:316px;height:318px;position:absolute;left:50%;top:50%;margin-left:-158px;margin-top:-159px;}
.tp img{width:100%;margin:0 auto;}
.tp .tp1{display:block;}
.tp .tp2{display:none;}
.tp:hover .tp1{display:none;}
.tp:hover .tp2{display:block;}







@media (max-width:1024px) {
  .ads li .det{top:38%;}
  .ads li .det h3{font-size:20px;}
  .ads li .det span{font-size:12px;}
  .tp{width:200px;height:200px;position:absolute;left:50%;top:50%;margin-left:-100px;margin-top:-100px;}

}



@media (max-width:996px) {
   .tp{display:none;}

}






/* 维修方案支持 */
.index-c4{margin-top:50px;padding-bottom:3%;}
.index-c4 ul{margin-top:50px;}
.index-c4 ul li{
  width: 24.625%;
  float: left;
  margin-right: 0.5%;
}
.index-c4 ul li:last-child{
  margin-right: 0;
}
.index-c4 ul li a{
  display: block;
  position: relative;
}
.index-c4 ul li .wz{
  width: 100%;
  height: 100%;
  position: absolute;
  
  top: 0;
  left: 0;
  padding: 15%;
  text-align: center;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}
.index-c4 ul li a > img{
  width: 100%;
  height: auto;
}
.index-c4 ul li .wz .conn{
  padding-top: 80%;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}
.index-c4 ul li .wz h3{
  font-size: 26px;
  color: #fff;
  line-height: 2;margin-top:30px;
  
}
.index-c4 ul li .wz h4{
  font-size: 103px;
  color: #fff;
  line-height:1.6;font-weight:200;background:url(../images/x2.png) no-repeat center bottom;display:none;
}


.index-c4 ul li .wz dt span{
  display: block;
  margin-top: 30%;display:none;
}
.index-c4 ul li:hover .wz{
 background: rgba(0, 0, 0, 0.4);
}
.index-c4 ul li:hover .wz h4{display:block;}
.index-c4 ul li:hover .wz dt span{display:block;}





.index-c4 ul li:hover .wz .conn{
  padding-top: 20%;
}
.index-c4 ul li:hover .wz dt{
  height: auto;
}


.coverline {
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  padding: 20px;
  z-index: 99;
}


.index-c4 ul li .overlay-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, .3);
}

.index-c4 ul li .overlay-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2px;
  height: 0;
  background-color: rgba(255, 255, 255, .3);
}

.index-c4 ul li .overlay-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, .3);
}

.index-c4 ul li .overlay-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 0;
  background-color: rgba(255, 255, 255, .3);
}

.index-c4 ul li:hover .overlay-bottom {
  animation: borderslideBottom .15s linear 1;
  -moz-animation: borderslideBottom .15s linear 0s 1;
  -webkit-animation: borderslideBottom .15s linear 0s 1;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.index-c4 ul li:hover .overlay-left {
  animation: bordersildeLeft .2s linear .15s 1;
  -moz-animation: bordersildeLeft .2s linear .15s 1;
  -webkit-animation: bordersildeLeft .2s linear .15s 1;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.index-c4 ul li:hover .overlay-top {
  animation: bordersildeTop .15s linear .35s 1;
  -moz-animation: bordersildeTop .15s linear .35s 1;
  -webkit-animation: bordersildeTop .15s linear .35s 1;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

.index-c4 ul li:hover .overlay-right {
  animation: bordersildeRight .2s linear .5s 1;
  -moz-animation: bordersildeRight .2s linear .5s 1;
  -webkit-animation: bordersildeRight .2s linear .5s 1;
  animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@-moz-keyframes borderslideBottom {
  from {
      width: 0
  }
  to {
      width: 100%
  }
}

@-webkit-keyframes borderslideBottom {
  from {
      width: 0
  }
  to {
      width: 100%
  }
}

@keyframes borderslideBottom {
  from {
      width: 0
  }
  to {
      width: 100%
  }
}

@-moz-keyframes bordersildeLeft {
  from {
      height: 0
  }
  to {
      height: 100%
  }
}

@-webkit-keyframes bordersildeLeft {
  from {
      height: 0
  }
  to {
      height: 100%
  }
}

@keyframes bordersildeLeft {
  from {
      height: 0
  }
  to {
      height: 100%
  }
}

@-moz-keyframes bordersildeTop {
  from {
      width: 0
  }
  to {
      width: 100%
  }
}

@-webkit-keyframes bordersildeTop {
  from {
      width: 0
  }
  to {
      width: 100%
  }
}

@keyframes bordersildeTop {
  from {
      width: 0
  }
  to {
      width: 100%
  }
}

@-moz-keyframes bordersildeRight {
  from {
      height: 0
  }
  to {
      height: 100%
  }
}

@-webkit-keyframes bordersildeRight {
  from {
      height: 0
  }
  to {
      height: 100%
  }
}

@keyframes bordersildeRight {
  from {
      height: 0
  }
  to {
      height: 100%
  }
}


@media (max-width: 1200px) {
  .index-c4 ul li .wz{
    padding: 10%;
  }
  .coverline{
    padding: 10px;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .index-c4 ul li .wz dt{
    display: none;
  }
  .index-c4 ul li:hover .wz .conn{
    padding-top: 80%;
  }
   .index-c4 ul li .wz h3{font-size:24px;margin-top:0;}
}




@media (max-width:1024px){

   .index-c4 ul li .wz h4{
    display:none;
  }
    .index-c4 ul li:hover .wz h4{
    display:none!important;
  }
  
}




@media (max-width: 768px){

  .index-c4 ul li{
    width: 48%;
    margin: 0 1% 15px;
  }

  .index-c4 ul li .wz h3{
    font-size: 17px;
  }

  .index-c4 ul li .wz h4{
    font-size: 13px;display:none;
  }
    .index-c4 ul li:hover .wz h4{
    display:none!important;
  }
  
}


















/*cont5*/
/*媒体中心*/
.cont5 {
  background: url(../images/bj5.jpg) no-repeat center top;
  box-sizing: border-box;
  background-size: cover;
  padding:7.8125vw 0 4.8125vw;
}
.container-fluid2{padding:0 18%;}
.a5_v1 {
 
}

.a5_b1 {

  box-sizing: border-box;
  padding:25px 21px 54px 25px;
  background: #fff;
}


.xw_tti h2 {
  color: #333333;
  font: 500 36px/50px "微软雅黑";
  float: left;
}

.xw_tti h2 span {
  color: #999999;
  font: 500 16px/25px "微软雅黑";
  display: block;
}

.xw_tti a.more_xw {
  display: block;
  float: right;
  color: #c1c1c1;
  font: 500 12px/30px "微软雅黑";
  width: 65px;
  border: 1px solid #f4f4f4;
  text-align: center;
  margin-top:38px;
}

.a5_abba {
  margin-top:22px;
}

.xw_a1 {
  width: 50%;
  float: left;
}

.xw_a1 li a.img {
  display: block;width:100%;
}

.xw_a1 li a.img img {
  width: 100%;
  height: auto;
}

.xw_a1 li h2 a {
  display: block;
  color: #333333;
  font: 500 18px/38px "微软雅黑";
  margin-top: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xw_a1 li h3 {
  color: #666666;
  font: 500 14px/24px "微软雅黑";
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;padding-right:10%;
}

.xw_a1 li a.nxbnba {
  display: block;
  color: #ffffff;
  font: 500 14px/38px "微软雅黑";
  width: 118px;
  box-sizing: border-box;
  padding-left: 15px;
  background: url(../images/gbagh.jpg) no-repeat center;
  margin-top: 36px;
}

.xw_a2 {
  float: right;
  width: 43%;margin-right:2%;
}

.xw_a2 li a {
  display: block;
  color: #666;
  font: 500 16px/62px "微软雅黑";
  border-bottom: 1px solid #e5e5e5;
  background: url(../images/aghahg.png) no-repeat center left;
  padding-left: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}



@media (max-width: 1440px) {
   .xw_a2 li a{line-height:54px;}
 }



@media (max-width: 1366px) {
  .a5_v1 {
    display: block;
  }

}


@media (max-width: 1024px) {
   .xw_a2 li a{line-height:45px;}
 }



@media (max-width: 768px) {
  .xw_a1 {
    float: none;
    width: 100%;
  }
  .ct-con {
    display: block;
  }
  .ct {
    width: 100%;
  }
  
  .xw_a2 {
    width: 100%;
    margin-top:20px;
  }
  .xw_tti h2 {
    font: 500 25px/22px "微软雅黑";
  }
  .xw_tti h2 span {
    font: 500 12px/25px "微软雅黑";
  }
  .xw_tti a.more_xw {
    font: 500 12px/30px "微软雅黑";
  }
  .a5_abba {
    margin-top: 10px;
  }
  .xw_a1 li h2 a {
    font: 500 16px/20px "微软雅黑";
    margin-top: 10px;
  }
  .xw_a1 li h3 {
    font: 500 12px/20px "微软雅黑";
    margin-top: 6px;
  }
  .xw_a1 li a.nxbnba {
    margin-top: 10px;
  }
  .xw_a2 li a {
    font: 500 14px/34px "微软雅黑";
  }
}





/*标准规范*/
.bzgf{margin-top:45px;}
.icon-list{margin-top:45px;}
.icon-list li{margin-bottom:15px;}
.icon-list li img{
    display:block;
    width:100%;
    height:auto;
}

.icon-list li h3{
    margin:0;
}

.icon-list li h3 a{
    color:#272727;
    font-size:19px;
    line-height:27px;
    margin:20px 0 18px;
    display:block;
    height:27px;
    overflow:hidden;font-weight:normal;
}

.icon-list li a.nmore{
    color:#005ea6;
    font:400 14px/29px "宋体";
    border:1px solid #e4e4e4;
    width:145px;
    text-align:center;
    display:block;
    height:29px;
}


/*关于我们*/

.main_about{
	background: url(../images/bg_gsjj.jpg) center bottom no-repeat #f6f6f6;
    padding: 70px 0;
	}


.about-index {
    max-width: 1200px;
	margin:0 auto;
}
.about-index h2{
	margin:0 auto;
	font-size: 38px;
    line-height: 50px;
    font-weight: bold;
	color:rgba(0,79,171,1);
	letter-spacing: 2px;
}
.about-index h2 span{
	font-size: 32px;
    line-height: 50px;
    font-weight: 500;
	color:#333;
}
.about-con {}
.aboutleft{
  width: 43%;
}

.aboutleft .ab1{
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
}

.aboutleft .ab2{
    font-size: 21px;
    line-height: 45px;
}
.aboutleft .ab3{
}

.aboutleft .ab3 p{
    color: #666666;
    font-size: 1.8rem;
    line-height: 33px;
    text-align: justify;
}

.aboutleft .c2-con{
  margin-top:10px;
}

.c2-con ul{text-align:center;}
.c2-con ul li{position: relative;}
.c2-con ul li .count-title{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    color: #0044a5;
    font-weight: bold;
    line-height: 45px;
    display: inline-block;
	}
.c2-con ul li dt{
	line-height: 45px;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #333;
	display:inline-block;}
.c2-con ul li p{
	font-size: 16px;
    color: #333333;
    line-height: 35px;
	}







.aboutleft .conta{
	margin-top: 15px;
	}
.aboutleft .conta a{
    padding: 15px 16px 5px;
    border: 1px solid #cfcfcf;
    font-size: 18px;
    color: #888888;
    line-height: 40px;
    margin: 0 26px 0 0;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
	}
.aboutleft .conta a img{
	transition: all linear .5s;}
.aboutleft .conta a:hover img{transform: rotateY(360deg);}

.aboutleft .more{ border:2px solid #0044a5;
    display: block;
    float: left;
    border-radius: 4px;
    padding: 7px 35px;
    margin-top: 5%;
	}
.aboutleft .more span{
	color: #0044a5;
    font-size: 16px;
	}
.aboutleft .more span:after {
    content: ">";
    font-family: 宋体;
    margin-left: 5px;
}
.aboutleft .more:hover{ background:#0044a5}
.aboutleft .more:hover span{ color:#fff}




.aboutright{
  width: 53.5%;
  position: relative;
}
.aboutright .aimg{}
.aboutright .aimg img{
    width: 100%;
    border-radius: 10px;
	margin-top:30px;
}

.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.main_about{
	background: url(../images/bg_gsjj.jpg) center bottom no-repeat #f6f6f6;
    padding: 70px 0;
	}


.about-index {
    max-width: 1200px;
	margin:0 auto;
}
.about-index h2{
	margin:0 auto;
	font-size: 43px;
    line-height: 50px;
    font-weight: bold;
	color:rgba(0,79,171,1);
	letter-spacing: 2px;
	margin-bottom:20px;
}
.about-index h2 span{
	font-size: 32px;
    line-height: 50px;
    font-weight: 500;
	color:#333;
}
.about-con {}
.aboutleft{
  width: 43%;
}


.aboutleft .ab4 p{
    color: #666666;
    font-size: 1.3rem;
    line-height:40px;
    text-align: justify;
}


/*六大产品优势*/
.six{background: url(../images/six_bg.jpg) no-repeat center 0;overflow: hidden;padding: 3.5rem 0 0;background-size: 100% 35.5rem;}
.six .pro_tit{ color:#222;}
.six dl{width: 16.66%;margin-top: 3rem;height: 28rem;position: relative;float: left;}
.six dl dt{width: 100%;text-align: center;padding: 2.5rem 0 0;height: 15.5rem;position: relative;}
.six dl dt:before{content: "";width: 0.15rem;height: 100%;position: absolute;top: 0;right: 0;background: url(../images/six_line.png) no-repeat;background-size: 0.15rem 18rem;}
.six dl dt b{display: block;font-size: 1rem;color: #222;font-family: "DINOT";height: 5rem;line-height: 1.5rem;}
.six dl em{display: block;width: 11rem;height: 11rem;margin: 0 auto;line-height: 0;overflow: hidden;}
.six dl em img{width: 11rem;height: 11rem;}
.six dl h5{font-size: 2.3rem;color: #222;height: 9.5rem;line-height: 2.6rem;overflow: hidden;padding-top: 2rem; font-weight:600;}
.six dl h5 i{display: block;font-size: 1.8rem;font-weight: normal; font-style:normal;}
.six dl dt h5{background: url(../images/six_ico07.png) no-repeat center bottom;background-size: 0.6rem 0.3rem;}
.six dl dd{width: 100%;height: 0;position: absolute;top: 0;left: 0;text-align: center;overflow: hidden;z-index: 1;}
.six dl dd h5{color: #fff;padding-top: 1rem;height: 3.5rem;}
.six dl dd p{font-size: 1.5rem;color: rgba(255,255,255,1);line-height: 2.4rem;width: 66%;margin: 0 auto;-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5;  overflow: hidden; text-overflow: ellipsis;}
.six dl dd {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  transition: all 0.3s;
}
.six dl dd:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,79,171,1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.six dl:hover dd:before,.six dl.cur dd:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.six dl:hover dd,.six dl.cur dd{height: 30rem;padding-top: 3rem;}
.six dl.nobor dt:before{background: none;}
.six dl:hover dt,.six dl.cur dt{display: none;}
.pro_tit{font-size: 40px;color: #fff;text-align: center;line-height: 40px;height: 85px;/*overflow: hidden;*/background: url(../images/cp_tbg.png) no-repeat center 12px;}
.pro_tit a{color: #fff;}
.pro_tit span{display: block;font-size: 20px;font-weight: normal;padding: 5px 0 0;}


/* box5 */
.box5{
    overflow: hidden;
    padding: 15px 0 57px;
}.index_tit{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
	padding-bottom:20px;
}
.index_tit h4{
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    color: #999999;
    margin-bottom: 10px;
}
.index_tit h3{
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.index_tit h3:before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    left: 0;
    top: 16.5px;
    z-index: 0;
}
.index_tit h3 span.titsp1{
    font-size: 34px;
    font-weight: lighter;
    line-height: 34px;
    color: #333333;
    padding: 0 10px;
    background-color: #fff;
    margin: 0 15px;
    position: relative;
}
.index_tit h3 span.titsp2{
    font-size: 34px;
    font-weight: bold;
    line-height: 34px;
    color: #004fab;
    padding: 0 10px;
    background-color: #fff;
    margin: 0 15px;
    position: relative;
}
.b5_index{
    width: 100%;
    overflow: hidden;
    margin-top: 28px;
}
.b5_fl{
    width: 63%;
    overflow: hidden;
}
.b5in1{
    width: 100%;
    overflow: hidden;
    margin-bottom: 28px;
}
.b5in1 ul{
    width:100%;
    font-size:0;
    height: 135px;
}
.b5in1 li{
    width:90%;
}
.b5in1 li h3{
    width: 100%;
    overflow: hidden;
    background: url('../images/b5imgbg1.png') no-repeat left center;
    padding-left: 67px;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
}
.b5in1 li p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    padding-left: 65px;
    margin-bottom: 30px;
}
.b5in2{
    width: 100%;
    overflow: hidden;
}
.b5in2 .b5ul1{
    width: 50%;
    overflow: hidden;
    position: relative;
}
.b5in2 .b5ul1:before{
    content: "";
    width: 1px;
    height: 262px;
    background-color: #d1d1d1;
    top: 22px;
    left: 3px;
    position: absolute;
}
.b5in2 .b5ul1 li{
    width: 383px;
    margin-left: 32px;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    box-sizing:border-box;
}
.b5in2 .b5ul1 li:last-of-type{
    border-bottom: none;
}
.b5in2 .b5ul1 li:before{
    content: "";
    width: 7px;
    height:  51px;
    background: url('../images/b5dot1.png') no-repeat left center;
    position: absolute;
    left: -32px;
    top: 0;
}
.b5in2 .b5ul1 li:hover:before{
    background: url('../images/b5dot1h.png') no-repeat left center;
}
.b5in2 .b5ul1 li a{
    font-size: 14px;
    line-height: 50px;
    color: #666666;
}
.b5_fr{
    width: 34%;
    overflow: hidden;
    height: 443px;
    border: solid 1px #d1d1d1;
}
.b5_fr img{ width:100%;}
.b5in3{
    width: 100%;
    height: 60px;
    background: url('../images/b5imgbg2.png') no-repeat center center;
    padding: 0 80px 0 73px;
    box-sizing: border-box;
}
.b5in3 p{
    float: left;
    font-size: 18px;
    line-height: 60px;
    color: #ffffff;
}
.b5in3 .b5more1{
    display: block;
    font-size: 12px;
    line-height: 60px;
    color: #ffffff;
}
.b5in4{
    width: 100%;
    overflow: hidden;
    padding: 0 11px;
    box-sizing: border-box;
}
.b5in4 li{
    width: 100%;
    height: 105px;
    border-bottom: 1px solid #d1d1d1;
    box-sizing: border-box;
}
.b5in4 li h3{
    font-size: 16px;
	padding-top:10px;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    margin-bottom: 14px;

}
.b5in4 li p{
    font-size: 14px;
    line-height: 30px;
    color: #666666;

}

.w1340{ width:86%; height:auto; margin:0 auto}

/*底部*/
.link{line-height: 30px;font-size:14px;margin-top:20px;}
.link a{color:#333;}



/*.footer{background:#004fab;padding:4% 0;color:#fff;margin-top:10px;padding-bottom:20px;}
.footer a{color:#fff;}





.lx{width:65%;float:left;font-size:15px;line-height:45px;}
.wei{width:15%;float:right;}
.wei img{width:100%;}



@media (max-width:768px) {
   .lx{width:100%;float:none;}
   .wei{width:40%;float:none;margin:0 auto;margin-top:2%;}
   .x-banner{margin-top:60px;}
   .page-banner{margin-top:60px;}
   .wei img{width:100%!important;height:auto!important;}
  
 }*/
.footer{ width:100%;  margin:0 auto; background:#004fab; padding-top:40px; padding-bottom:40px; font-size:15px;}
.footer .maina{ width:86%; height:auto; margin:0 auto}

.navigation{
    display: block;
    float: left;
    width: 32%;
    margin: 0 0 0 8%;
	}
.navigation .title1{ font-size:18px; color:#ffffff; line-height:35px}
.navigation .title1 span{margin-left:10px;font-size:12px; color:#fff; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.navigation .content{ margin-top:20px}
.navigation .content ul li{
    display: block;
    float: left;
    border-bottom: 1px solid #7f7f7f;
    width: 38%;
    margin-right: 24%;
	}
.navigation .content ul li a{line-height:38px; color:#d6d6d6}

.botlx{
	display: block;
    float: left;
	}
.botlx .title1{ font-size:18px; color:#ffffff; line-height:35px}
.botlx .title1 span{margin-left:10px;font-size:12px; color:#fff; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.botlx .content{ margin-top:20px;  color:#d6d6d6!important;}
.botlx .content p{line-height:43px; color:#d6d6d6!important;}

.attention{ display:block; float:right;    padding-right: 125px;}
.attention .title1{ font-size:18px; color:#ffffff; line-height:35px}
.attention .title1 span{ margin-left:10px;font-size:12px; color:#fff; line-height:35px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase}
.attention .content{ margin-top:20px; width:205px; height:150px; position:relative }
.attention .content .ewm{ width:100%}
.attention .content .ewm ul il{ width:50%;}
.attention .content .ewm img{ position:absolute;  top:0; width:168px; height:168px;}
.attention .content .message{
	position: absolute;
    left: 42px;
    top: 15px;
    width: 127px;
    height: 35px;
    background: url(../images/message.jpg) 0 0 no-repeat;
    text-indent: 50px;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
	}
.attention .content .message a{font-size:16px; line-height:35px; color:#fff}

.attention .content .hottel{ 
    position: absolute;
    left: 0;
    top: 65px;
    text-align: right;
    font-size: 16px;
    color: #fff;
}
.attention .content .hottel p{
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
	}

.bottom{ width:100%; height:66px; margin:0 auto; background:#004fab; border-top:1px solid #fff; text-align:center; font-size:15px; overflow:hidden}
.bottom li{
	display: inline-block;
    height: 66px;
    line-height: 66px;
    margin: 0 45px;
    color: #fff;
	}
.bottom li a{line-height:66px;color: #fff;font-size: 14px;}

.fnav{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
	    line-height: 40px;
}
.fnav p{
    width: 100%;
    overflow: hidden;
    margin-bottom: 24px;
}
.fnav p a{
	width: 135px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #cccccc;
	border: none;
}
.fnav p a:first-of-type{
    width: 135px;
}








/*内页左侧样式*/

/*.container{margin: 0 auto;}*/
.page-position a{color: #fff;}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}



/*.container {padding:0 8.3333333%;}*/



.xypg-right-content img{max-width:100%!important;height:auto!important;}


.container22{width:100%!important;}






/*品牌中心*/

#menu {
	position: fixed;
	z-index: 999;
	top: 40%;
	left: 7%;
}

#menu li a {
	line-height: 2;
	font-size: 14px;
	color: #4c4b4b;
	position: relative;
	padding-left: 40px;
}

#menu li a:after {
	position: absolute;
	content: '';
	width: 40px;
	left: 0;
	top: 50%;
}

#menu li a:before {
	position: absolute;
	content: '';
	width: 17px;
	height: 2px;
	background: #cbcccc;
	left: 0;
	top: 50%;
	z-index: 1;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

#menu li.active a:before {
	width: 33px;
	background: #1e589c;
}

@media (max-width: 768px) {
	#menu {
		display: none;
	}
}






.section {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	/*width: 96%;*/
	margin: 0 auto;
}

.section-box {
	padding-left: 13%;
}

@media (max-width:1600px) {
    .section-box {
        padding-left: 15%;
    }
}

@media (max-width:1200px) {
    .section-box {
        padding-left: 17%;
    }
	.childa .txt span{ font-size:10px!important}
	.childa .txt p{ font-size:17px!important;margin: 12px 22px 10px!important;}
	.six3 ul dl h5{ font-size:1.7rem!important;}
	.six3 ul dl dd p{ font-size:1rem!important;}
	/*.inysbox {height: 350px!important;}*/
	
}



.section-box .wz {
	width: 40%;
	float: left;
}

.section-box .wz .tit-img {
	margin-bottom: 40px;
}

.section-box .wz .tit-img img {
	max-width: 100%;
}

.section-box .wz h3 {
	/*text-align: center;*/
	font-size: 26px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 20px;
}

.section-box .wz .info {
	font-size: 15px;
	line-height: 2;
	color: #454545;
	height: 150px;
	padding-right: 10px;
	overflow: hidden;
}


.section-box .wz .info::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
.section-box .wz .info::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #1e589c;
    border-radius:10px;
}
.section-box .wz .info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #dbdbdb;
    border-radius:10px;
}


.section-box .wz .more {
	margin-top: 30px;
}

.section-box .wz .more a {
	display: inline-block;
	border: 1px solid #1e589c;
	width: 135px;
	line-height: 30px;
	font-size: 15px;
	border-radius: 30px;
	color: #1e589c;
	text-align: center;
}

.section-box .wz .more a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	width: 15px;
	background: url(../images/about-more-jt.png) center no-repeat;
}

.section-box .img {
	width: 36%;
	margin-left: 30px;
	float: left;
}

.section-box .img img {
	padding: 10px;
	background: #fff;
	max-width: 100%;
}

.section-box .hqxgimg {
	float: right;
	margin-top: 10vh;
	width: 50%;
} 
.section-box .hqxgimg img {
	max-width: 100%;
}


@media (max-width: 990px) {
	#fullpage .section {
		width: 100%;
		/*padding: 0 2%;*/
	}
	.section2-box .tit-img img {
		height: auto !important;
	}
	.section-box {
		padding: 40px 0;
	}

	.section-box .wz {
		width: 90%;
		float: none;
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		margin-top: 0 !important;
	}
	.section-box .hqxgimg {
		padding-top: 20px;
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
	.section-box .img {
		width: 100%;
		margin-left: 0;
		float: none;
		padding: 0 5%;
		box-sizing: border-box;
		text-align: center;
	}
	.six{padding-top: 3.5rem;}

}
#section6 .fp-tableCell {
	display: block !important;
	height: 100%;
}
#section6 .wz {
	padding-top: 25vh;
}
#section6 .img {
	/*width: 50%;*/
	/*margin: 0;*/
	/*position: absolute;*/
	/*right: 0;*/
	/*bottom: 0;*/
	margin-top: 25vh
}
#section6 .img img {
	padding: 0;
}

@media (max-width: 990px) {
	#section0 .section-box {
		padding-top: 110px;
	}
	#section6 .section-box {
		padding-bottom: 0 !important;
	}
	#section6 .fp-tableCell {
		height: auto !important;
	}
	#section6 .wz {
		padding-top: 20px;
	}
	#section6 .img  {
		position: static;
		width: 100%;
		text-align: center;
	}
}

#section1 .section-box .wz h3 {
	text-align: left;
}

#section1 .section-box .wz .more {
	margin-top: 60px;
	text-align: left;
}

.section2-box {
	width: 60%;
	margin-left:13%;
}



@media (max-width: 1060px) {
	.section2-box {
		width: 96%;
		margin-left:0;
	}
}

.section2-box .tit-img {
	/*text-align: right;*/
	margin-bottom: 120px;
}

.section2-box .tit-img img {
	max-width: 100%;
}

.year-swiper .preview {
	position: relative;
	margin-bottom: 40px;
}

.year-swiper .preview:before {
	content: '';
	position: absolute;
	    width: 92%;
    left: 4.3%;
	top: 8px;
	height: 1px;
	background: #898989;
}

.year-swiper .preview .arrow-left, .year-swiper .preview .arrow-right {
	display: none;
}

.year-swiper .preview .swiper-slide {
	width: 100px;
	text-align: center;
	cursor: pointer;
}

.year-swiper .preview .swiper-slide .yuanquan {
	display: block;
	position: relative;
	height: 17px;
	margin-bottom: 5px;
}

.year-swiper .preview .swiper-slide .yuanquan:after, .year-swiper .preview .swiper-slide .yuanquan:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	border-radius: 50%;
}

.year-swiper .preview .swiper-slide .yuanquan:after {
	width: 9px;
	height: 9px;
	background: #898989;
}

.year-swiper .preview .swiper-slide p {
	font-size: 18px;
	color: #545454;
	font-weight: lighter;
}

.year-swiper .preview .swiper-slide.active-nav .yuanquan:after {
	background-color: #1e589c;
}
.year-swiper .preview .swiper-slide .yuanquan:before {
	width: 15px;
	height: 15px;
	border: 1px solid #898989;
}
.year-swiper .preview .swiper-slide.active-nav .yuanquan:before {
	width: 15px;
	height: 15px;
	border: 1px solid #1e589c;
}

.year-swiper .preview .swiper-slide.active-nav p {
	color: #1e589c;
}

.year-swiper .view {
	width: 95%;
	margin: 0 auto;
}

.year-swiper .view .swiper-slide .ribox {
	display: inline-block;
	width: 104px;
	line-height: 34px;
	background: #1e589c;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 25px;
}

.year-swiper .view .swiper-slide .cont {
	font-size: 14px;
	line-height: 1.7;
	color: #2e2e2e;
	-webkit-column-count: 2;  
    -webkit-column-gap: 10px;   
      
    -moz-column-count: 2;  
    -moz-column-gap: 10px;  
}


@media (max-width:768px) {
    .section3 .section-box .wz .info {
        width: 95%;
        margin:0 auto;
    }
    
    	#section4 {
    	    height:auto !important;
    	}
        #section4 .fp-slides {
            margin:0 2% !important;
        }
    	#section4 .section-box {
    	    height:auto !important;
    	    padding: 40px 0 !important;
    	}
    	#section4 .tit-img {
    	    margin-top: 0 !important;
    	    margin-left: 0 !important;
    	}
    	#section4 .fp-prev {
    	    left:0 !important;
    	    top:60% !important;
    	}
    	#section4 .fp-next {
    	    right:0 !important;
    	    top:60% !important;
    	}
		.aboutleft .ab4 p{font-size:0.7rem!important;}
		.in_ys2{ height:520px!important;}
		.botlx{ width: 100%!important;;margin:0 0%!important;}
		.navigation{ display:none;}
		.six3 ul dl em img{     width: 4rem!important;
    height: 4rem!important;
	}
	.six3 ul dl em{    height: 4rem!important;width: 7rem!important;}
	.six3 ul dl h5{padding-top: 0rem!important; font-size:1.5rem!important}
	.six3 ul dl dd p{font-size:0.5rem!important}
	.botlx .content p{ line-height:30px!important;}
	.bottom{ font-size:14px!important;}
	.in_news .news_box li p a{font-size:15px!important;}
	.baozheng_b{ font-size:13px!important;}
	.six3 .pro_tit{ font-size:32px!important;}
	.in_ys3 h2{ font-size:32px!important;}
	.about-index h2{ font-size:30px!important;}
	.mainframe2{height:1500px!important;}
	.block1 .contenta ul li{float: left;
    margin: 2% 1%!important;
    width: 47.5%!important;}
	/*.inysbox{height: 770px!important;}*/
	.about-index h2 span{ font-size:30px!important;}
	.page_show .about-list3 .leftbox .tit2 h2 {
    display: none;}
	.p3-tab{ width:100%!important;}
	.ny_right{ width:100%!important;}
	.inysbox{ width:100%!important;}
	.block1 .contenta{ width:100%!important;}
	
}

@media (max-width: 690px){
.main1 li{width: 22%!important;}
	
}
@media (max-width: 565px){
/*.inysbox {
    height: 560px!important;}*/
	.attention{ display:none!important; }
		.botlx{ width:100%!important;}

}

@media (max-width: 415px){
	
	/*.inysbox{ height:455px!important}*/
	.yfptlist li span{width: 50px!important;
    height: 50px!important;}
	.about-index h2{font-size:21px!important}
	.about-index h2 span{ font-size:21px!important;}
	.baozheng li{ 0 1%!important}
	.doasdk{ height:100%!important; overflow:hidden;}
	.ny_right4{ width:86%!important;}
}
/*#section4 {*/
/*    .sun-footer {*/
/*        padding-bottom: 70px;*/
/*    }*/
/*    @media (max-width: 990px) {*/
/*        .sun-footer {*/
/*            padding-bottom: 0;*/
/*        }*/
/*    }*/
/*}*/

#section4 .tit-img {
    margin-top: 80px;
}

#section4 .wz {
    width: 1200px;
    float: none; 
    padding-left:0;
    margin:0 auto;
    position: relative;
}
#section4 .section-box {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    width: 100vw;
    padding:0;
}
#section4 .slide .fp-tableCell {
    display: block;
    height: auto !important;
}

#section4 .slide .slide-img {
    text-align: center;
}

#section4 .slide .slide-img img{
    max-width: 100%;
}

#section4 .fp-controlArrow {
    margin-top: 0;
}

#section4 .fp-prev {
    border:none;
    width: 27px;
    height: 53px;
    background: url(../images/hqzj-jt.png) no-repeat -36px 0;
    left: 0;
}
#section4 .fp-next {
    border:none;
    width: 27px;
    height: 53px;
    background: url(../images/hqzj-jt.png) no-repeat -114px 0;
    right: 0
}

@media (max-width:1200px) {
    #section4 .wz {
        width: 95%;
    }
	
}




@media (max-height:800px){
    .section2-box {
        margin-left:14%;
        width: 70%;
    }
    .section2-box .tit-img {
        margin-bottom: 70px;
        margin-top: 140px;
    }
    .section2-box .tit-img img {
        height: 80px;
    }
    .section-box .wz .tit-img {
        margin-bottom: 20px;
    }
    #section4 .tit-img {
        margin-left:14%;
        margin-top: 18vh;
    }
    #section4 .tit-img img {
        height: 80px;        
    }
    #section4 .fp-slides {
        margin: 0 13% 0 15%;
    }
    #section4 .fp-prev {
        left:15%;
    }
    #section4 .fp-next {
        right:15%;
    }
    #section6 .section-box .wz .tit-img img {
    	height: 80px;
    }
    #section3 .section-box .wz .tit-img img {
    	height: 80px;
    }
    #section3 .section-box .wz  {
    	margin-top: 18vh;
    	width: 43%;
    }
    #section4 .slide .slide-img img {
        width:auto;
        max-width:auto;
        max-height:370px;
    }


    #section0 .section-box .wz {
    	margin-top: 18vh;
    }
    #section0 .section-box .img {
    	margin-top: 18vh;
    }
    #section1 .section-box .wz  {
    	margin-top: 18vh;
    }
    #section1 .section-box .wz .tit-img img {
    	height: 82px;
    }
	
	
}




.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}





.container33{padding:20px;}





/*首页产品*/
.in_news{width:100%; margin:0 auto;  padding-top:12px; /*padding-bottom:70px*/}

.in_news .news_top {text-align: center; margin-top:30px }
.in_news .news_top li{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0 43px;
    margin: 0 10px;
    font-size: 16px;
    background: #1a5dc2;
    color: #ffffff;
	}
.in_news .news_top li a{color:#ffffff;font-size: 20px; line-height:60px}
.in_news .news_top li:hover,.in_news .news_top li.on{background:#efa007;}
.in_news .news_top li:hover a,.in_news .news_top li.on a{color: #fff; line-height:60px;}

.in_news .news_box{ width:86%;margin:40px auto 0}


.in_news .news_box li {
	float: left;
    margin-right:5%;
    margin-bottom:25px;
	width:30%
	}
.in_news .news_box li:nth-child(3n){
	margin-right: 0;
} 


.in_news .news_box li .topimg{
	    width: 100%;
    height: 100%;
    overflow: hidden; background:#fff;
	display: table-cell;vertical-align: middle;text-align: center;
	}
.in_news .news_box li .topimg img{
	transform: scale(1);
	transition: all 1s ease-out;
	width:100%;
	height:100%;
	}
.in_news .news_box li:hover .topimg img{
	transform: scale(1.2);
	}

.in_news .news_box li p{
	width: 100%;
    margin: 0 auto;
    background: #fff;
    line-height: 52px;
    font-size: 18px;
    color: #444444;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
	}	
.in_news .news_box li p a{
	line-height:52px;
	font-size:18px;
	color:#444;
	}
.in_news .news_box li:hover p{ background:#1a5dc2}
.in_news .news_box li:hover p a{
	line-height:52px;
	font-size:18px;
	color:#fff;
	}	



.mainframe{
	width: 100%;
    margin: 35px auto 0;
	}
.mainframe1{
	width: 100%;
    margin: 35px auto 60px;
	height:2720px;
	}

.page_show{/* padding-top:10px;*/}
.page_show p{ font-size:16px; line-height:30px; margin-bottom:10px;text-indent: 2em;}
.page_show p strong{ font-size:16px; color:#0044a5; font-weight:bold; line-height:30px}



.page_show .about-list3 {
    padding: 0 0 2.25rem;
    background: #fff;
}

.page_show .about-list3 .leftbox {
    width: 100%;
}
.page_show .about-list3 .leftbox .tit2 h2{
    color: #444;
    margin-bottom: .55rem;
	font-size: 43px;
    line-height: 53px;
	font-weight:600;
}
.page_show .about-list3 .leftbox .tit2 span{
   
	font-size: 23px;
    font-weight: 400;
    
}

.page_show .about-list3 .rightbox {
    width: 43%;
	
    
}
.page_show .about-list3 .rightbox img {
    border-radius: 50%;
    transition: all .3s;
}
.page_show .about-list3 .leftbox .tit2{
    width: 92%;
	margin:0 auto;
}
.page_show .about-list3 .leftbox .text{
	width:92%;
	margin:0 auto;
	}
img {
    /*display: block;*/
    max-width: 100%;
}
img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.page_show .about-list3 .rightbox .dian1 {
    z-index: 5;
}

.page_show .about-list3 .rightbox .dian1 {
    width: 4.75rem;
	    margin: 362px 227px;
}

.
.page_show .about-list3 .rightbox .dian4 {
    width: 4.75rem;
    margin: 20% 7%;
}
.page_show .about-list3 .rightbox .dian5 {
    width: 4.75rem;
    margin: 484px 528px;
}

.page_show .about-list3 .rightbox .dian6 {
    z-index: 6;
}

.page_show .about-list3 .rightbox .dian6 {
    width: 4.75rem;
    margin: 670px 174px;
}

.tran-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.poa {
    position: absolute;
}


.page_show .about-list3 .rightbox .tip {
    width: 8.6rem;
    position: absolute;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
	line-height:27px;
}

/*
.page_show .about-list3 .rightbox .dian:hover .tip{
  opacity:1;
  visibility:visible;
}*/


.page_show .about-list3 .rightbox .dian2 .tip{
  top:50%;
  transform:translate(0,-50%);
  left:2.8rem;
}
.page_show .about-list3 .rightbox .dian2:hover .tip{
  opacity:1;
  visibility:visible;
}
.page_show .about-list3 .rightbox .dian1 .tip{
  left:50%;
  transform:translate(-50%,0);
  top:5.2rem;
  text-align:center;
}
.page_show .about-list3 .rightbox .dian1:hover .tip{
  opacity:1;
  visibility:visible;
}
.page_show .about-list3 .rightbox .dian3 .tip{
  top:50%;
  transform:translate(0,-50%);
  left:2.2rem;
}
.page_show .about-list3 .rightbox .dian3:hover .tip{
  opacity:1;
  visibility:visible;
}
.page_show .about-list3 .rightbox .dian4 .tip{
  top:50%;
  transform:translate(0,-50%);
  left:2.8rem;
}
.page_show .about-list3 .rightbox .dian4:hover .tip{
  opacity:1;
  visibility:visible;
}
.page_show .about-list3 .rightbox .dian5 .tip{
  top:150%;
  transform:translate(0,-50%);
  left:-1rem;
  text-align:center;
}
.page_show .about-list3 .rightbox .dian5:hover .tip{
  opacity:1;
  visibility:visible;
}
.page_show .about-list3 .rightbox .dian6 .tip{
  top:142%;
  transform:translate(0,-50%);
  right:-2.2rem;
  text-align:center;
}
.page_show .about-list3 .rightbox .dian6:hover .tip{
  opacity:1;
  visibility:visible;
}
.page_show .about-list3 .rightbox .dian7 .tip{
  top:50%;
  transform:translate(0,-50%);
  right:2.2rem;
  text-align:right;
}
.page_show .about-list3 .rightbox .dian7:hover .tip{
  opacity:1;
  visibility:visible;
}
.col1 {
    color: #d6000f;
}

.line-4 {
    line-height: 1.4;
}
.tit-18 {
    line-height: 1.8;
    font-size: 18px;
}
.six1{font-size: 28px;
    text-align: center;
    height: 44px;
    margin-top: 3%;}
.six1 .pro_tit{ color:#222;font-size: 43px; font-weight:600;}
.six1 .pro_tit span{ font-size:23px;font-weight:400;}
.six2{font-size: 28px;
    text-align: center;
    height: 44px;
    margin-top: 7%;}
.six2 .pro_tit{ color:#222;font-size: 43px; font-weight:600;}
.six2 .pro_tit span{ font-size:23px;font-weight:400;}

.six3{font-size: 28px;
    text-align: center;
    height: auto;
    margin: 4% 0;
	}
.six3 .pro_tit{ color:#222;font-size: 43px; font-weight:600;}
.six3 .pro_tit span{ font-size:23px;font-weight:400;}
.six3  p{ font-size:16px; color:#333;}
.six3 h3{ color:#222;font-size: 35px; font-weight:600;}
.six3 h3 span{ font-size:35px; font-family:impact; color:#0b79f4;}
.six3  p{ font-size:16px; color:#333;}
.six3 ul{ width:78%; margin:0 auto; height:325px;}
.six3 ul dl{width: 32%;margin-top: 3rem;height: 250px;position: relative;float: left; background-color: rgba(0,79,171,1);
    margin-right: 1%;
    border-radius: 10px;}
.six3 ul dl dt{width: 100%;text-align: center;padding: 3rem 0 0;height: 15.5rem;position: relative;}
.six3 ul dl dt:before{content: "";width: 0.15rem;height: 100%;position: absolute;top: 0;right: 0;background: url(../images/six_line.png) no-repeat;background-size: 0.15rem 18rem;}
.six3 ul dl dt b{display: block;font-size: 2rem;color: #fff;font-family: "DINOT";height: 5rem;line-height: 1.5rem;}
.six3 ul dl em{display: block;width: 9rem;height: 6rem;margin: 0 auto;line-height: 0;overflow: hidden;}
.six3 ul dl em img{width: 6rem;height: 6rem;}
.six3 ul dl h5{font-size: 2rem;color: #222;height: 5.5rem;line-height: 1.6rem;overflow: hidden;font-weight: 600;}
.six3 ul dl h5 i{display: block;font-size: 1rem;font-weight: normal; font-style:normal;}
.six3 ul dl dt h5{background: url(../images/six_ico07.png) no-repeat center bottom;background-size: 0.6rem 0.3rem; color:#fff;}
.six3 ul dl dd{width: 100%;height: 0;position: absolute;top: 0;left: 0;text-align: center;overflow: hidden;z-index: 1;}
.six3 ul dl dd h5{color: #fff;padding-top: 1rem;height: 3.5rem;}
.six3 ul dl dd p{font-size: 1.2rem;color: rgba(255,255,255,1);line-height: 3rem;width: 85%;margin: 0 auto;-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5;  overflow: hidden; text-overflow: ellipsis;}
.six3 ul dl dd {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  transition: all 0.3s;
}
.six3 ul dl dd:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,79,171,1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.six3 ul dl:hover dd:before,.six dl.cur dd:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.six3 ul dl:hover dd,.six dl.cur dd{height: 230px;padding-top: 4rem; border-radius: 10px;}
.six3 ul dl.nobor dt:before{background: none;}
.six3 ul dl:hover dt,.six dl.cur dt{display: none;}


.p3-tab {
	max-width:86%; margin:70px auto 0px auto;
    position: relative;
}


.p3-tab-wrap {
    position: relative;
    overflow: hidden;
}

.p2prev {
    width: 22px;
    height: 39px;
    background: url(../images/left.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    left: -3.8rem;
    top:9vw;
    outline: none;
    z-index: 99;
	
}

.p2next {
    width: 22px;
    height: 39px;
    background: url(../images/right.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: -3.8rem;
    top:9vw;
    outline: none;
    z-index: 99;
	
}

.p3prev {
    width: 22px;
    height: 39px;
    background: url(../images/left.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    left: -3.8rem;
    top:9vw;
    outline: none;
    z-index: 99;
	opacity: 0;
}

.p3next {
    width: 22px;
    height: 39px;
    background: url(../images/right.png) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right: -3.8rem;
    top:9vw;
    outline: none;
    z-index: 99;
	opacity: 0;
}
.p3-tab-con{
  overflow: hidden;
}

.p3-tab-wrap .p3-tab-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
}

.p3-tab-wrap .p3-tab-content.active {
    position: static;
    opacity: 1;
}

.p3-tab-wrap .p3-tab-content li a {
    display: block;
    overflow: hidden;
    position: relative;
}

.p3-tab-wrap .p3-tab-content li a img {
    width: 100%;
    transition: all ease .3s;
}

.p3-tab-wrap .p3-tab-content li a:hover img {
    transform: scale(1.1);
}


	.in_ys1{background:#eee; height:800px; padding-top:40px; text-align: center;margin-bottom: 1%;}
.in_ys1 .title{ font-size:40px; color:#333; font-weight:bold; line-height:105px;}
.in_ys1 p{ font-size:16px;width: 55%;
    margin: 0 auto;
    line-height: 30px;}
.in_ys1 .cont{ width:78%; margin:1% auto}
.in_ys1 .cont ul li{
    width: 32%;
	float:left;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    padding: 2rem 1.25rem;
    border-radius: 5px;
	
	}
	.in_ys1 .cont ul li:nth-child(3n){
	margin-right: 0;
} 
.in_ys1 .cont ul li:hover{background: #004fab; color:#fff;}
.in_ys1 .cont ul li .pic img{
	    
    display: block;
    margin: 20px auto 0;
	}
	.in_ys1 .cont ul li .pic1 img{
	    
    display: block;
    margin: 20px auto 0;
	display:none;
	}
	.in_ys1 .cont ul li p{ font-size: 26px;
    color: #333;
	font-weight:600;
	width: 100%;
    height: 140px;
	line-height:40px;
	margin-bottom: 15px;}
	
	.in_ys1 .cont ul li p span{ font-size:18px; font-weight:500;}
.in_ys1 a{
	padding: 10px 40px;
    border: 2px solid #fff;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    border-radius: 50px;
	}
	.in_ys1 .cont ul li:hover .pic img{ display:none;}
		.in_ys1 .cont ul li:hover .pic1 img{ display:block;}


	.in_ys1 .cont ul li:hover p{ color:#fff;}

.in_ys1 a span{ font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:24px; line-height:45px;}
	.in_ys2{ height:435px;  text-align: center;margin-bottom: 7%;}
.in_ys2 .title{ font-size:40px; color:#333; font-weight:bold; line-height:105px;}
.in_ys2 h1{ font-size:18px;width: 78%; margin:0 auto; margin-bottom: 30px; line-height: 45px; font-weight:500;}
.in_ys2 h3{ color:#222;font-size: 35px; font-weight:600;}
.in_ys2 h3 span{ font-size:35px; font-family:impact; color:#0b79f4;}

	.in_ys3{ height:auto;  text-align: center;}
.in_ys3 h2{ font-size:43px;width: 78%; margin:48px auto 10px; line-height: 35px; font-weight:600;}

.contentbox { padding:30px 0; font: normal 16px/32px "微软雅黑";}
.contentbox p { font: normal 16px/32px "微软雅黑"; }
.contentbox img { margin:15px auto; }

.lianxi li { float: left; border: 1px solid #eee; width: 30%; height: 180px; text-align: center; margin-right: 20px; color: #666; margin-bottom: 30px; line-height: 160%; padding: 0 10px; font-family: 微软雅黑; background: rgb(245, 245, 245); }
.lianxi li.last { float: right; margin-right: 0px }
.lianxi li img { margin-top: 20px; width: 46px; }
.lianxi li i { display: block; font-size: 20px; color: #333; padding-bottom: 8px; font-style: normal; padding-top: 10px; }
.lianxi li span { font-family:Arial, Helvetica, sans-serif; display: block; font-size: 18px; color: #333; }
.lianxi li.last span { font-size: 18px; }
.w1200 { width: 86%; margin: 0 auto; }
.t_neiye { text-align:center; margin:2rem auto;}
.t_neiye h1{display: block; font-family:Impact; font-weight:normal; font-size:3.8rem; line-height:6.6rem; color:#1B3488;text-transform:uppercase;}
.t_neiye h2{display: block; font-weight:normal; font-size:1.6rem; line-height:3rem; color:#333;}
.t_neiye h3{display: block; font-weight:normal; font-size:1.6rem; line-height:3rem; color:#999;}
.t_neiye p{display: block; margin:10px auto;}
.ny_right{
   /* margin-bottom:80px;*min-height:250px; */ /*padding:0 10px;*/ width:80%; margin:0 auto;}
.ny_right .title,.ny_righta .title{ height:50px; border-bottom:1px solid #dbdbdb;margin-bottom: 20px;}
.ny_right .title p,.ny_righta .title p{display:block; float:left; border-bottom:3px solid #c80000; line-height:48px;font-size:22px; color:#c80000; font-weight: bold; }
.ny_right .title span,.ny_righta .title span{ float:right; line-height:48px;font-size:14px; color:#ccc;  }
.ny_right .title span a,.ny_righta .title span a{line-height:48px;font-size:14px; color:#888; padding: 0 5px }

.ny_right .content{ margin-top:24px;}
.ny_right .content img{ max-width:100%; height:auto}
.ny_right .content .titlea{font-size:24px; line-height:40px;font-weight:bold; display:block; text-align:center}
.ny_right .content .bq{ display:block; text-align:center; font-size:14px; color:#888; line-height:40px; background:#f5f5f5; margin:10px auto}


.ny_right .content em{ font-style:normal; font-weight:bold; color:#ff0000}

.ny_right .content p{ margin-bottom:10px; font-size:15px}
.ny_right .content p strong{ margin-bottom:10px; font-size:18px; font-weight:bold; color:#0062b3}

.ny_right1{ width:86%; margin:0 auto;}
.ny_right1 .top_share{ width:100%; height:43px; border-bottom:1px solid #ccc;overflow: hidden;margin-bottom:20px;background-color: #004fab;}
.ny_right1 .top_share dt{font-size:18px; color:#0044a5; font-weight:bold; padding-left:10px; padding-right:10px; border-bottom:3px solid #0044a5; line-height:40px; }
.ny_right1 .top_share dt a{font-size:18px; color:#0044a5; line-height:40px; font-weight:bold; }

.ny_right1 .top_share dd{display: block;padding-left: 35px;background: url(../images/public/span01.png) no-repeat 15px center; line-height:40px; color:#fff}
.ny_right1 .top_share dd a{line-height:40px; color:#fff}


.ny_right1 .top_share .bdshare{ display:inline-block;}

.ny_right4{
   /* margin-bottom:80px;*min-height:250px; */ /*padding:0 10px;*/ width:80%; margin:0 auto;}
   
.ny_right4 .cont {float:left; line-height:40px; padding-left:20px; width:34%;}
.subframef{}
.subframef ul li{ float:left; margin-left:3px; margin-bottom:20px; width:300px;}
.subframef ul li:nth-child(3n){ margin-right:0;}

.newContBox{width:100%; height:auto; margin:0 auto; background:#F3F3F3; padding:50px 0px; margin-bottom: 25px;}
.newContBox .newCont{width:100%;margin:0 auto;overflow: hidden;}

.newCont .newtop .listnew{float: right;}
.newCont .newtop .listnew li{float: left;margin-right:30px;color:#fff;font-size:16px;padding-bottom:10px;cursor: pointer;}
.newCont .newtop .listnew li:last-child{margin-right:0;}
.newCont .newtop .listnew li:hover{border-bottom: 2px solid #fff;}

.newCont .newctext{width:100%;overflow:hidden;display: none;}

.newCont .newctext.newshown{display: block; }
.newCont .newctext .ncontl{width:40%; height:420px; display:block;overflow:hidden;float: left;background: #fff;padding:12px; padding-bottom:0}
.newCont .newctext .ncontl .ncimg{width:100%;height:250px; display:block; overflow:hidden; text-align:center;}
.newCont .newctext .ncontl .ncimg img{max-width:100%; height:380px;transform: scale(1);transition: all 1s ease-out;}
.newCont .newctext .ncontl:hover .ncimg img{transform: scale(1.2);}
.newCont .newctext .ncontl .nctit{ width:80%; line-height:45px; float:left;font-size:18px;display:block; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newCont .newctext .ncontl span{ float:right; font-size:15px; font-family:Arial, Helvetica, sans-serif; color:#aaaaaa; line-height:45px;}
.newCont .newctext .ncontl .ncdate{ background:url(../images/date.png) 0 center no-repeat; text-indent:25px;color:#1f5db0;font-size:15px;margin-bottom:10px;}
.newCont .newctext .ncontl .nctext{color:#5e5e5e !important;font-size:15px !important;line-height:24px !important; height:48px; display:block; /*overflow:hidden*/}
.newCont .newctext .ncontl .ncnexta{width:95px;height:30px;display: block; text-align:center; line-height:30px; background:#0449b1; color:#fff; font-size:15px;float: right;border-radius:15px; margin-top:10px}

.newCont .newctext .ncontr{width:59%; height:auto; display:block;overflow:hidden;float: right;}
.newCont .newctext .ncontr ul{width:100%;overflow:hidden;}
.newCont .newctext .ncontr ul li{width:100%;overflow:hidden; padding-top:24px; padding-bottom:24px; border-bottom:1px dotted #bababa;}
.newCont .newctext .ncontr ul li:first-child{ padding-top:0}
/*.newCont .newctext .ncontr ul li:last-child{ padding-bottom:0}*/

.newCont .newctext .ncontr ul li a{width:100%;overflow:hidden;display: block;background: url(../images/mnarr.png) right bottom no-repeat;}
.newCont .newctext .ncontr ul li a .nrtit{width:100%;color:#222;font-size:18px;margin-bottom:15px;overflow: hidden;height:30px;}
.newCont .newctext .ncontr ul li a .nrtit .stit{width:80%;float: left;line-height: 30px;}
.newCont .newctext .ncontr ul li:hover a .nrtit .stit{color:#015aaa;}
.newCont .newctext .ncontr ul li a .nrtit .date{width:18%;float: right;text-align: right;color:#aaaaaa;font-size:15px;line-height: 30px;}
.newCont .newctext .ncontr ul li a .nrtext{width:80%;color:#5e5e5e;font-size:15px;line-height:24px; height:48px; display:block; overflow:hidden}	

@media (max-width: 1199px) {
	.mainframe2{
	width: 100%;
    margin: 35px auto 60px;
	height: 2300px;
	}
 .subframec{}
.subframec ul li{ float:left; margin-left:20px; margin-bottom:20px}
.subframec ul li:nth-child(3n){ margin-right:0;}
.subframef{}
.subframef ul li{ float:left; margin-left:3px; margin-bottom:20px; width:300px;}
.subframef ul li:nth-child(3n){ margin-right:0;}

.frame2b{width:30%; height:315px; display:block; float:left; margin:2% 1.5%;border: 1px solid #f1f1f1;}
.frame2b .topimg{ width:100%;  display:block; overflow:hidden; text-align:center}
.frame2b .topimg img{ max-width:100%;max-height: 100%;transform: scale(1);transition: all 1s ease-out;}
.frame2b p{ width:100%; margin-top:10px;line-height:40px; color:#666666;}
.frame2b p a{line-height:40px; font-size:16px; color:#333}

.frame2b:hover .topimg img{transform: scale(1.2);}
.frame2b:hover{border-bottom: 2px solid #0044a5;}

.frame2b .details {
    width: 40px;
    height: 40px;
    display: block;
    background: #eaeaea;
    position: absolute;
    /*left: 206px;
    bottom: 120px;*/
    line-height: 40px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    text-align: center; font-family:Arial, Helvetica, sans-serif}
.frame2b:hover .details{background:#0044a5;color: #FFF;}
.aboutleft .ab3 p{
    color: #666666;
    font-size: 1.3rem;
    line-height: 31px;
    text-align: justify;
}
.aboutleft .ab1 {
    font-size: 30px;
}
.aboutleft .ab2 {
    font-size: 16px;

}
.aboutleft .ab4 {
    font-size: 16px;
	margin: 0 5%;

}
.aboutleft .ab4 p{font-size:1rem;}
.b5_fr{
	display:none;
}
.b5_fl{
	width:100%;
}
.page_show .about-list3 .leftbox .tit2 h2{ font-size:3rem;}
.page_show .about-list3 .leftbox .tit2 span{ font-size:2rem;}
.six1 .pro_tit{ font-size:3rem;}
.six1 .pro_tit span{ font-size:2rem;}
.six2 .pro_tit{ font-size:3rem;}
.newCont .newctext .ncontl{
	display:none;
}
.newCont .newctext .ncontr{
	width:96%;
}
.cgnum{
	width:53%!important;
}
.cgnum p{
	font-size:13px!important;
}
.ny_right4 .cont {float:left; line-height:40px; padding-left:20px; width:100%;}
.in_ys2{ height:520px;  text-align: center;margin-bottom: 7%;}

.botlx{
	display: block;
    float: left;
    width: 50%;
    margin: 0 2%;
	}


.mainframe2{height: 1450px!important;}
.ny_right4{ width:96%!important;margin-bottom: 5%!important;}
}
@media (max-width: 1920px) and (min-width: 1199px) {
.mainframe2{
	width: 100%;
    margin: 35px auto 60px;
	height: 1025px;
	}
	
.subframec{}
.subframec ul li{ float:left; margin-left:20px; margin-bottom:20px}
.subframec ul li:nth-child(4n){ margin-right:0;}
.subframef{}
.subframef ul li{ float:left; margin-left:3px; margin-bottom:20px; width:300px;}
.subframef ul li:nth-child(4n){ margin-right:0;}

.frame2b{width:23%; height:315px; display:block; float:left; margin:10px;border: 1px solid #f1f1f1;}
.frame2b .topimg{ width:100%;  display:block; overflow:hidden; text-align:center}
.frame2b .topimg img{ max-width:100%;max-height: 100%;transform: scale(1);transition: all 1s ease-out;}
.frame2b p{ width:100%; margin-top:10px;line-height:40px; color:#666666; text-align:center;}
.frame2b p a{line-height:40px; font-size:16px; color:#333}

.frame2b:hover .topimg img{transform: scale(1.2);}
.frame2b:hover{border-bottom: 2px solid #0044a5;}

.frame2b .details {
    width: 40px;
    height: 40px;
    display: block;
    background: #eaeaea;
    position: absolute;
    /*left: 206px;
    bottom: 120px;*/
    line-height: 40px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    text-align: center; font-family:Arial, Helvetica, sans-serif}
.frame2b:hover .details{background:#0044a5;color: #FFF;}
.in_ys2{ height:435px;  text-align: center;margin-bottom: 7%;}
}
@media (max-width: 990px) {
	.aboutleft .ab3 p{ line-height:24px;}
	}
.box1{background: url(../images/b1.png) center top no-repeat;}
.wh1 {
    width: 77%;
    margin: 0 auto;}
.bt1{text-align: center;padding-top: 45px;}
.bt1 dd{color: #004fab;font-size: 36px;font-weight: bold;background: url(../images/line3.png) no-repeat center;margin-bottom: 10px;}
.bt1 dt{color: #000000;font-size: 16px;text-transform: uppercase; line-height: 30px;}
.pbox{margin-top: 31px;}
.pleft{width: 242px;box-shadow: -1px 9px 12px 1px 
    rgba(90, 90, 90, 0.11);background: #ffffff;}
.pbt{color: #ffffff;font-size: 24px;text-align: center;padding-top: 31px;background-color: #0d3866;line-height: 24px;height: 115px;}
.pbt b{font-size: 24px;color: #fff;display: block;margin-top: 18px;}
.psort {width: 220px;margin:0 auto; margin-top: 6px;
    
}
.psort .li1:nth-of-type(1) .aa1{
    margin-top: 12px;
    border-top: 1px dashed #dcdcdc;
    padding-top: 12px;
}
.psort .aa1{padding-bottom: 12px;margin-bottom:12px;border-bottom: 1px dashed #dcdcdc;text-align: center;}
.psort .aa1 a{display: block;width: 220px;height: 46px;line-height: 46px;background-color: #d9d9d9;color: #333333;font-size: 18px;}
.psort .aa1:hover a{
    background-color: #1098ae;
    color: #fff;
}
.er{display: none;margin-bottom: 8px;height: 414px;overflow: hidden;}
.psort .li1:first-child .er{display: block;}
.er li a{display: block;color: #000000;font-size: 16px;padding-left: 51px;line-height: 45px;border-bottom: 1px dashed #dcdcdc;}
.er li:hover a{color:#ec5307;}


.main1{
    margin-top: 21px;
}
.main1 li{width: 30%;height: 12px;float: left; margin:0 50px 27px 0;position:relative;-webkit-transition:all .5s;transition:all .5s;text-align: center;}
.main1 li:nth-child(3n){margin-right:0;}
.main1 li a{display:block;}
.main1 li .img img{width: 100%;}


.main1 li .name{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    letter-spacing: 1px;
    height:39px;line-height:39px;font-size:16px;color:#212121;;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .5s;transition:all .5s;
	text-align: left;}
.main1 li:hover{-webkit-transition:all .5s;transition:all .5s;border-color: #0d3866;}
.main1 li:hover .name{color:#212121;-webkit-transition:all .5s;transition:all .5s;}
.main1 li:hover .img .hide2{opacity: 1;}
.inysbox{ width:86%; height:auto; background-size:100% 100%; margin:0 auto;}

@media (max-width: 1320px) {
	.main1 li{width: 24%!important;}
	.attention { display:none;}
}
.inysbox .inmiaoti{background:url(../images/btbg2.png) no-repeat center 122px;}
.inysbox  .inmiaoti h1{color:#fff;}
.inysbox  .inmiaoti h1 span{color:#fff;}
.inysbox  .inmiaoti h3{color:#fff;}
.block1 .contenta{ width:86%; margin:10px auto; }
.block1 .contenta ul li{ float:left; margin-right: 2%;width: 23.5%;}
.childa{ width:100%; height: auto; display:block;position:relative}
.childa .topimg{ width:100%; height: auto; display:block; overflow:hidden}
.childa .topimg img{ width:100%;transition: all 0.3s linear 0s;}
.childa:hover .topimg img{transform: scale(1.1); }
.childa .txt:hover{ background:rgba(0,79,171,0.8);}

.childa .txt{width:100%;
	
    min-height: 140px;

	 position:absolute;
	 z-index:999;
	 top: 0px;
    height: 100%;
	}

.childa .txt p{ font-size:24px; color:#fff; line-height:36px;   font-weight:bold;margin: 50px 22px 10px;
	}
.childa .txt .dec{ width:30px; height:3px; background:#fff; display:block; margin: 15px 22px;}
.childa .txt span{ font-size:16px; line-height:25px; color:#fff;margin: 17px 22px; display:none;}
.childa .txt:hover span{ display:block;}
.childa .more{
	position: absolute;
    left: 50%;
    bottom: -18px;
    width: 36px;
    height: 36px;
    margin-left: -18px;
	}
.nei3{
    background: url(../images/98fb65d2cbedd281d23d242e29bf919daae6a853_1.jpg) top center no-repeat;
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
   
}

.changhh{
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 2%;
    font-family: "微软雅黑";
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pps{
    text-align: center;
}
.pps_a{
    font-size: 1.9rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 75px;
	letter-spacing: 2px;
	color: #1d4da7;
}
.pps_b{
    background: url(../images/a9249b8bdd952668e216f4315a99ea4306b9f480_1.png) center center no-repeat;
    height: 20px;
}
.pps_c{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #b0b0b0;
    text-transform: uppercase;
}
.baozheng{
    margin: 2% 4%;
}
.baozheng li{
    width: 16%;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 5% 2%;
    text-align: center;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, .2);
    cursor: pointer;
    position: relative;
}
.doasdk{
    position: relative;
    z-index: 999;
}
.baozheng li:hover .hdsinh{
    height: 100%;
    transition: all 0.3s ease;
}
.hdsinh{
    position: absolute;
    bottom:0px;
    left: 0px;
    width: 100%;
    height: 0%;
    transition: all 0.3s ease;
    background: #1d4da7;
     border-radius: 10px;
}
.baozheng_img{
    width: 50%;
    margin: 0 auto;
    height: 73px;
}
.baozheng_img img{
    max-width: 100%;
    height: auto;
}
.baozheng_a{
    font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 70px;
	letter-spacing: 0px;
	color: #282828;
}
.baozheng_b{
    font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.baozheng li:hover .baozheng_a{
    color: #fff;
}
.baozheng li:hover .baozheng_b{
    color: #fff;
}
.baozheng li:hover   .baozheng_img img{
    filter: invert(49%) sepia(93%) saturate(369%) hue-rotate(900deg) brightness(300%) contrast(93%);
}
