﻿
 body {color:#666666} a{color:#333333}a:active,a:hover {color:#0d52a9}

@media (min-width: 1400px) {.container{ width: 1400px; }}

@media (min-width: 1400px) {.container{ width: 1400px; }}
@font-face {
font-family: 'YaHei Bold';
src: url('font/YaHei\ Bold.eot'); /* IE9 Compat Modes */
src: url('font/YaHei\ Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('font/YaHei\ Bold.woff') format('woff'), /* Modern Browsers */
         url('font/YaHei\ Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('font/YaHei\ Bold.svg') format('svg'); /* Legacy iOS */
}
/* 通用头部 */
#Top{ width: 100%; float: left; position: fixed; top: 0; left: 0; z-index: 9999; background: #fff;box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);}
#Top .pz_top{ float: left; width: 100%;}
#Top .pz_top .logo{ width: auto; height: 78px; margin: 14px 0; line-height: 0; float: left;}
#Top .pz_top .wx{ float: right; position: relative; margin-left: 20px;}
#Top .pz_top .wx .ico{ width: 28px; height: 28px; margin: 39px 0; line-height: 0;}
#Top .pz_top .wx .img{ display: none; z-index: 99; position: absolute; top: 70px; right: 0; width: 110px; height: 110px; line-height: 0;}
#Top .pz_top .wx:hover .img{ display: block;}
#Top .pz_top .so_box{ float: right; position: relative; z-index: 99; margin: 43px 40px 0 0;}
#Top .pz_top .Search_but{ float: left; width: 22px; height: 22px; border: none; background: url(../images/1900_sear_sub.png) center no-repeat;}
#Top .pz_top .so_but{ display: none; float: left; width: 282px; position: absolute; right: 0; top: 63px; z-index: 99;}
#Top .pz_top .so{ float: left; width: 100%; background: #fff; position: relative; border: 1px solid #0d52a9;}
#Top .pz_top .so .Search{ float: left; width: 100%; height:36px; background: none; border: none; line-height: 36px; padding: 0 56px 0 10px; color: #414141; font-size: 14px;}
#Top .pz_top .so .sear_sub{ float: right; width: 50px; height:100%; border: none; background:url(../images/1900_sear_sub1.png) center no-repeat #0d52a9; position: absolute; right: 0; top: 0;}

/* menu */
#Top .pz_top .menu{ float: left; margin-left:13% }
#Top .pz_top .menu .nli{ float: left; margin: 0 13px; position: relative;}
#Top .pz_top .menu .nli span a{ display: block; padding: 0 15px; height: 106px; line-height: 106px; font-size: 16px; color: #333; border-bottom:3px solid #fff;}
#Top .pz_top .menu .nli.on span a,#Top .pz_top .menu .nli:hover span a{ color: #0d52a9; border-bottom: 3px solid #0d52a9;}
#Top .menu .nli .sub{ display: none; position: absolute; width: 180px; top: 106px; left: 50%; margin-left: -90px;    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 10%); z-index: 999;}
#Top .menu .nli .sub li{ line-height: 50px; text-align: center;}
#Top .menu .nli .sub li a{ display: block; color: #333;  background: rgba( 255, 255, 255, 1); font-size: 15px;}
#Top .menu .nli .sub li a:hover{ color: #ffffff; background: #0d52a9;}

#Top .menuph{ display: none;}
#Top .xialaph{ display: none;}
@media screen and  (max-width:1399px){
    #Top .pz_top .menu .nli{margin:0;}
#Top .pz_top .menu .nli span a{ padding: 0 15px;}
}
@media screen and  (max-width:1199px){
	#Top .pz_top .logo{ width: 280px; height: auto; margin: 19px 0;
	}
    #Top .pz_top .menu{ margin-left: 5%;}

#Top .pz_top .menu .nli span a{ padding: 0 10px;}
}
@media screen and  (max-width:991px){
#Top .pz_top{ position: fixed; top: 0; background: #ffffff; z-index: 999999999;}
#Top .pz_top .logo{ width: 236px; height: auto; margin: 0;}
#Top .pz_top .wx{ display: none;}
#Top .pz_top .so_box{ display: none;}
#Top .so_but_ph{ float:left; width:100%; margin:15px 0;}
#Top .so_but_ph .so{ float:left; width:100%; background:#fff; position:relative; border:1px solid #0d52a9;}
#Top .so_but_ph .so .Search{ float:left; width:100%; height:36px; background:none; border:none; line-height:36px; padding:0 56px 0 10px; color:#414141; font-size:14px;}
#Top .so_but_ph .so .sear_sub{ float:right; width:50px; height:100%; border:none;background:url(../images/1900_sear_sub1.png) center no-repeat #0d52a9; position:absolute; right:0; top:0;}

#Top .menu{ display: none;}
#Top .menuph{ display: block;}
#Top .xialaph{ display: block;}

/*手机按钮*/
#Top .menuph{ float: right; width: 28px; height: auto; cursor: pointer; text-align: center; margin: 20px 0;}
#Top .menuph .point { display: inline-block;  width: 28px;  height: 22px; position: relative;}
#Top .menuph .point:hover .navbtn,
#Top .menuph .point:hover .navbtn::after,
#Top .menuph .point:hover .navbtn::before { width: 28px;}
#Top .menuph .navbtn { position: absolute; top: 10px; right: 0; display: inline-block; width: 21px; height: 2px; background: #0d52a9;
-webkit-transition: all .3s ease-out 0s; 
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
#Top .menuph .navbtn::after,
#Top .menuph .navbtn::before { position: absolute; right: 0; display: inline-block; width: 28px; height: 2px; content: ''; background: #0d52a9;
-webkit-transition: all .3s ease-out 0s;  
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
#Top .menuph .navbtn::after { top: -11px;}
#Top .menuph .navbtn::before { top: 10px;}
#Top .menuph .point.active .navbtn{ background: transparent;}
#Top .menuph .point.active .navbtn::after{ -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px;}
#Top .menuph .point.active .navbtn::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px;}

/*手机下拉*/
#Top .xialaph{ position: fixed; left: 0; top: 0; float: left; width: 100%; height: 100%; overflow: scroll; padding: 56px 0 100px 0; display: none; z-index:999; background:#ffffff;}
#Top .xialaph .ul2,
#Top .xialaph .ul3{ display: none;}
#Top .xialaph h4 a{ float: left; width: 60%; color: #333333; font-size:16px; line-height: 50px;}
#Top .xialaph h4 a span{ padding-left: 6px; color: #ccc; font-size: 14px;}
#Top .xialaph h4{ float: left; width: 100%; position: relative;}
#Top .xialaph li:last-child h4::before{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #e7e7e7;}
#Top .xialaph h4:hover a,
#Top .xialaph h5:hover a{ color: #0d52a9;}
#Top .xialaph h4::after{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background-color: #e7e7e7;}
#Top .xialaph h5 a{ float: left; width: 100%; color: #1f1f1f; font-size: 14px; line-height: 40px; text-transform:uppercase;}
#Top .xialaph h5{ float: left; width: 100%; position: relative;}
#Top .xialaph h5::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e7e7e7;}
#Top .xialaph li:last-child h5::after{ display: none;}
#Top .xialaph h4 img{ width: 15px; height: 8px; float: right; margin-top: 24px; cursor: pointer;}
#Top .xialaph h5 img{ width: 11px; height: 6px; float: right; margin-top: 26px; margin-right: 18px; cursor: pointer;}
#Top .xialaph h4.active img.img_s,
#Top .xialaph h5.active img.img_s{ display: none;}
#Top .xialaph h4.active img.img_d,
#Top .xialaph h5.active img.img_d{ display: block;}
#Top .xialaph .ul2{ float: left; width: 100%; padding: 0 10px;}
#Top .xialaph .ul3{ padding-top: 12px; padding-bottom: 18px; padding-left: 15px; position: relative;}
#Top .xialaph .ul3::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #3c3a3a;}
#Top .xialaph li:last-child .ul3::after{ display: none;}
#Top .xialaph .ul3 li a{ color: #333333; font-size: 14px; line-height: 35px; display: block;}
#Top .xialaph .ul3 li{ padding-top: 5px;}
#Top .xialaph .ul3 li:first-child{ padding-top: 0;}
#Top .xialaph .phsou{ position: relative; margin-top: 34px;}
#Top .xialaph .phsou input{ width: 100%; height: 56px; background-color: #ffffff; color: #aaa; font-size: 14px; padding-left: 20px; border: 1px solid #e5e5e5;}
#Top .xialaph .phsou img{ cursor: pointer; width: 21px; height: 22px; position: absolute; top: 17px; right: 29px;  }
#Top .img_d, .disno{ display: none;}
}
@media screen and  (max-width:767px){

}
/* 通用底部 */
#Down{ width: 100%; float: left;}
#Down .pz_down{ width: 100%; float: left;}
#Down .pz_down .foot1{ width: 100%; float: left; padding:3.5% 0 3%; background: #252525; }
#Down .pz_down .foot1 .fmain{ border-bottom: 1px solid #666; text-align: center;}
#Down .pz_down .foot1 .fmain ul{ padding: 10px 0 30px; }
#Down .pz_down .foot1 .fmain ul li{width: 120px;height: 15px;font-size: 15px;line-height: 15px;border-left: 1px solid #fff;display: inline-block;}
#Down .pz_down .foot1 .fmain ul li:nth-child(1) {border-left: 0px}
#Down .pz_down .foot1 .fmain ul li a{color:#fff;}
#Down .pz_down .foot1 .fcon{text-align: center;color: #fff;padding: 30px 0 0}
#Down .pz_down .foot1 .fcon span{padding: 0 20px;line-height: 200%; font-size: 15px;}

#Down .pz_down .foot1 .footNav{ float: left; width: 82%;}
#Down .pz_down .foot1 .footNav .l1{ float: left; margin-right: 11%;}
#Down .pz_down .foot1 .footNav .p{ font-size: 22px; margin-bottom: 20px; font-weight: bold; color: #d9d9d9;}
#Down .pz_down .foot1 .footNav .a{ display: block; font-size: 14px; line-height: 33px; color: #afafaf; /*opacity: 0.6;*/}
#Down .pz_down .foot1 .footNav .a:hover{ color: #fff;}
#Down .pz_down .foot1 .right{ width: 18%; float: right;}
#Down .pz_down .foot1 .right .yq{ width: 100%; padding-left: 20px; margin-bottom: 20px; background: #3d4246; height: 46px; line-height: 46px; position: relative;cursor: pointer;}
#Down .pz_down .foot1 .right .yq::after{ content: ""; width: 0; height: 0; overflow: hidden; font-size: 0; line-height: 0; border-width: 8px; border-style: solid dashed dashed dashed; border-color: #7b7f81 transparent transparent transparent; position: absolute; top: 20px; right: 20px;}
#Down .pz_down .foot1 .right .yq p{ font-size: 16px; color: #fff; opacity: 0.7;}
#Down .pz_down .foot1 .right .lj{ display: none; position: absolute; width: 100%; top: 46px; left: 0; text-align: center;}
#Down .pz_down .foot1 .right .lj a{ display: block; width: 100%; font-size: 14px; color: #555; background: #fff; line-height: 25px; padding: 5px 0;}
#Down .pz_down .foot1 .right .lj a:hover{ background: #0d52a9; color: #fff;}
#Down .pz_down .foot1 .right .pic{ margin: 0 -3%;}
#Down .pz_down .foot1 .right .pic .img{ /*float: left; */ text-align: center; width: 50%; margin: 0 auto;}
#Down .pz_down .foot1 .right .pic .img img{ width: 100%; height: auto;}
#Down .pz_down .foot1 .right .pic .img p{ font-size: 16px; line-height: 44px; text-align: center; color: #fff; opacity: 0.7;}
#Down .pz_down .foot2{ width: 100%; float: left; padding: 20px 0; text-align: center; background: #222;border-top: 1px solid #585858;}
#Down .pz_down .foot2 .copy{ font-size: 14px; line-height: 22px; color: #a5a5a5;/* opacity: 0.8;*/}
#Down .pz_down .foot2 .copy a{ color:#a5a5a5; }
#Down .pz_down .foot2 .copy a:hover{ color:#0d52a9; }
/*phone底部导航*/
#Down .q_d_m{float:left; width:100%; height:50px;}
#Down .pf_down{width:100%; float:left; position:fixed; left:0; bottom:0; height:50px; background:#0d52a9; z-index:999;box-shadow:0 -5px 10px rgba(0,0,0,0.2);}
#Down .pf_down li{ width:33.3%; float:left; text-align:center; padding:7px 0 4px 0; border-right:1px solid #fff;}
#Down .pf_down li .ico7{ width:100%; float:left; height:20px;}
#Down .pf_down li .d_name{ width:100%; float:left; margin-top:4px; font-size:12px; color:#fff; line-height:14px;}
#Down .pf_down li.l1 .ico7{ background:url(../images/m1.png) no-repeat center; background-size:20px 20px;}
#Down .pf_down li.l2 .ico7{ background:url(../images/m2.png) no-repeat center; background-size:20px 20px;}
#Down .pf_down li.l3 .ico7{ background:url(../images/m3.png) no-repeat center; background-size:20px 20px;}
#Down .pf_down li:last-child{ border:none;}
#Down .pf_down li:nth-child(3n){ border:none;}
@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){
#Down .pz_down .foot1 .footNav .l1{ margin-right: 8%;}
}
@media screen and  (max-width:991px){
#Down .pz_down .foot1 .footNav{ display: none;}
#Down .pz_down .foot1 .right{ width: 100%; text-align: center;}
#Down .pz_down .foot1 .right .yq p{ text-align: left;}
#Down .pz_down .foot1 .right .pic{ display: inline-block;}
#Down .pz_down .foot1 .right .pic .img{ width: 120px; margin: 0 10px;}

#Down .pz_down .foot1 .fmain ul{ display: none;}
}
@media screen and  (max-width:767px){
#Down .pz_down .foot1 .fcon{ display: none;}
}
/* 右侧漂浮 */
#Content .pf_right{ display: none; position: fixed; width: 50px; top: 220px; right: 30px; z-index: 99999999;}
#Content .pf_right.on{ display: block;}
#Content .pf_right ul{ background: #474747;}
#Content .pf_right ul li{ position: relative; height: 50px; line-height: 50px; cursor: pointer;}
#Content .pf_right ul li .ico{ display: block; width: 50px; height: 50px; background-size: 24px 20px;}
#Content .pf_right ul li .ico1{ background: url(../images/1940_side1.png) no-repeat center;}
#Content .pf_right ul li .ico2{ background: url(../images/1940_side2.png) no-repeat center;}
#Content .pf_right ul li .ico3{ background: url(../images/1940_side3.png) no-repeat center;}
#Content .pf_right ul li .ico4{ background: url(../images/1940_side4.png) no-repeat center;}
#Content .pf_right ul li .ico5{ background: url(../images/1940_side5.png) no-repeat center;}
#Content .pf_right ul li .wz{ display: none;}
#Content .pf_right ul li .img{ display: none;}
#Content .pf_right ul li.sideWx:hover .img{ display: block; width: 100px; height: 100px; padding: 5px; border: 1px solid #ccc; background: #fff; position: absolute; right: 60px; top: 0;}
#Content .pf_right ul li.sidePh:hover .wz,#Content .pf_right ul li.sideQQ:hover .wz,#Content .pf_right ul li.sideDx:hover .wz{ display: block; font-size: 16px; width: 160px; height: 50px; line-height: 50px; background: #0d52a9; color: #fff; position: absolute; right: 0; top: 0;}
#Content .pf_right ul li.sidePh:hover .ico,#Content .pf_right ul li.sideQQ:hover .ico,#Content .pf_right ul li.sideDx:hover .ico{ position: absolute; right: 160px; top: 0; background-color: #0d52a9;}
#Content .pf_right ul li.sideWx:hover,#Content .pf_right ul li.sideTop:hover{ background-color: #0d52a9;}

@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){

}
@media screen and  (max-width:991px){

}
@media screen and  (max-width:767px){

}
/* 首页banner */
#Slide{ width: 100%; float: left; margin-top: 106px;}
#Slide .pz_banner{ width: 100%; position: relative;}
#Slide .slide_banner{ width: 100%; line-height: 0; overflow: hidden; text-align: center; position: relative;}
#Slide .slide_banner img{ width: 100%;}
#Slide .slide_banner .slick-dots{ position: absolute; bottom: 30px; z-index: 10; text-align: center;}
#Slide .slide_banner .slick-dots li{ vertical-align: top; margin: 0 6px; width: 38px; height: 4px; background: rgba( 255, 255, 255, 0.3);}
#Slide .slide_banner .slick-dots li.slick-active{ background: rgba( 255, 255, 255, 1);}
#Slide .slide_banner .slick-prev{ width: 34px; height: 64px; position: absolute; left: 8%; background: url(../images/banner_btn1.png) no-repeat center; background-size: cover;}
#Slide .slide_banner .slick-prev:hover{ background: url(../images/banner_btn1_1.png) no-repeat center; background-size: cover;}
#Slide .slide_banner .slick-next{ width: 34px; height: 64px; position: absolute; right: 8%; background: url(../images/banner_btn2.png) no-repeat center; background-size: cover;}
#Slide .slide_banner .slick-next:hover{ background: url(../images/banner_btn2_1.png) no-repeat center; background-size: cover;}

@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){

}
@media screen and  (max-width:991px){

#Slide{margin-top: 0;}
#Slide .pz_banner{ margin-top: 46px;}
#Slide .slide_banner .slick-dots{ bottom: 10px;}
#Slide .slide_banner .slick-dots li{ width: 15px;}
#Slide .slide_banner .slick-prev{ width: 17px; height: 32px;}
#Slide .slide_banner .slick-next{ width: 17px; height: 32px;}
}
@media screen and  (max-width:767px){
#Slide{margin-top: 0;}
}
/* 首页板块1 */
#Content2{ width: 100%; float: left; background:url(../images/inab-bg.jpg) no-repeat center 100%;}
#Content2 .homeCon1{ padding: 5% 0; width: 100%; float: left; }
#Content2 .homeCon1 .text{ width: 45%; float: left; margin-top: 15px;}
#Content2 .homeCon1 .text .tit{ font-size: 36px; line-height: 32px;font-family: "YaHei Bold"; font-weight: bolder; color: #333;}
#Content2 .homeCon1 .text .tit h2{ font-size: 65px; font-weight: bold; color: #f3f3f3; }
#Content2 .homeCon1 .text .tit p{ margin-top: -10px; }
#Content2 .homeCon1 .text .tit .col{ color: #0d52a9;font-family: "YaHei Bold";}
#Content2 .homeCon1 .text .line{ margin: 30px 0 40px; width: 60px; height: 3px; background: #0d52a9;}
#Content2 .homeCon1 .text .info{ font-size: 16px; line-height: 30px; color: #333; margin-bottom:10%}
#Content2 .homeCon1 .text .info p{ margin-bottom: 10px;}
#Content2 .homeCon1 .text .a-more{background:#0d52a9;padding: 12px 35px;border-radius: 20px;color: #fff;font-size: 15px;}
#Content2 .homeCon1 .text .list{ margin: 20px 0 45px 0; padding: 30px 0; border-top: 1px solid #c4c7cc; border-bottom: 1px solid #c4c7cc; width: 100%; overflow: hidden;}
#Content2 .homeCon1 .text .list .l1{ width: 33.3%; float: left; text-align: center;}
#Content2 .homeCon1 .text .list .l1 .l1_top{ width: 100%;}
#Content2 .homeCon1 .text .list .l1 .l1_top .n1{ font-size: 36px; line-height: 38px; font-weight: bolder; color: #0d52a9;}
#Content2 .homeCon1 .text .list .l1 .l1_top .n2{ font-size: 12px; color: #0d52a9;}
#Content2 .homeCon1 .text .list .l1 .l1_top .n3{ display: inline-block; width: 13px; height: 13px; line-height: 11px; font-size: 12px; color: #fff; background: #0d52a9; border-radius: 50%; text-align: center;}
#Content2 .homeCon1 .text .list .l1 .l1_bot{ width: 100%; font-size: 16px; line-height: 18px; margin-top: 10px; color: #666;}
#Content2 .homeCon1 .text .more{ width: 100%; overflow: hidden;}
#Content2 .homeCon1 .text .more a{ display: block; float: left; padding: 0 45px; margin-right: 20px; font-size: 16px; height: 40px; line-height: 40px; border-radius: 20px; color: #fff;}
#Content2 .homeCon1 .text .more a:hover{ opacity: 0.8;}
#Content2 .homeCon1 .text .more .a1{ background: #0d52a9;}
#Content2 .homeCon1 .text .more .a2{ background: #393c41;}
#Content2 .homeCon1 .sp{ width: 50%; float: right; position: relative;}
#Content2 .homeCon1 .sp video{ width: 100%; object-fit: fill;}
#Content2 .homeCon1 .sp .ico{ width: 76px; line-height: 76px; line-height: 0; position: absolute; top: 50%; left: 50%; margin-top: -38px; margin-left: -38px; cursor: pointer;}

@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){
#Content2 .homeCon1 .text{ width: 40%;}
#Content2 .homeCon1 .text .line{ margin: 15px 0;}
#Content2 .homeCon1 .text .list{ margin: 15px 0 20px 0; padding: 15px 0;}
#Content2 .homeCon1 .text .tit h2{ font-size: 35px; font-weight: bold; color: #f3f3f3; }
#Content2 .homeCon1 .text .info p{ margin-bottom: 5px;}
}
@media screen and  (max-width:991px){
#Content2 .homeCon1 .text{ width: 100%;}
#Content2 .homeCon1 .text .tit{ font-size: 22px; line-height: 25px;}
#Content2 .homeCon1 .text .line{ margin: 10px 0;}
#Content2 .homeCon1 .text .info{ font-size: 14px; line-height: 22px;}
#Content2 .homeCon1 .text .list{ margin: 10px 0 15px 0; padding: 10px 0;}
#Content2 .homeCon1 .text .list .l1 .l1_top .n1{ font-size: 16px; line-height: 18px;}
#Content2 .homeCon1 .text .list .l1 .l1_bot{ font-size: 14px; line-height: 16px; margin-top: 5px;}
#Content2 .homeCon1 .text .more a{ padding: 0 15px; margin-right: 10px; font-size: 14px; height: 26px; line-height: 26px; border-radius: 13px;}
#Content2 .homeCon1 .sp{ width: 100%; margin-top: 15px;}
#Content2 .homeCon1 .sp .ico{ width: 38px; line-height: 38px; margin-top: -19px; margin-left: -19px;}
#Content2 .homeCon1 .text .info{  margin-bottom:8%}
#Content2 .homeCon1 .text .a-more{padding: 8px 20px;font-size: 14px;}
}
@media screen and  (max-width:767px){
#Content2 .homeCon1{ padding: 8% 0; }
}
/* 首页板块2 */
#Content3{ width: 100%; float: left;}
#Content3 .homeCon2{ padding: 5% 0; width: 100%; float: left;}
#Content3 .homeCon2 .t1{ font-size: 60px; line-height: 62px; text-transform: uppercase; font-family: "YaHei Bold"; font-weight: bolder; color: #fff; opacity: 0.1; text-align: center;}
#Content3 .homeCon2 .t2{ margin: 5px 0 25px 0; font-size: 54px; line-height: 56px; font-family: "YaHei Bold"; font-weight: bolder; color: #fff; text-align: center;}
#Content3 .homeCon2 .t3{ font-size: 30px; line-height: 32px; color: #fff; font-weight: lighter; text-align: center;}
#Content2 .homeCon1 .u1{width: 100%;margin: 50px auto 0 auto;overflow: hidden;}
#Content2 .homeCon1 .l1{width: 25%;float: left;margin: 0px 4%;padding: 2.5% 0;border-radius: 10px;background: #f5f5f5; transition:all 0.4s;}
#Content2 .homeCon1 .l1 .img{ display: block; width: 28%; margin: 0 auto; line-height: 0;}
#Content2 .homeCon1 .l1 .img2{ display: none;}
#Content2 .homeCon1 .l1 .info{ font-size: 16px; line-height: 18px; margin-top: 15px; color: #333; text-align: center;}
#Content2 .homeCon1 .l1:hover{ background: #0d52a9; -webkit-transition-duration: 0.4s; transition-duration: 0.4s;}
#Content2 .homeCon1 .l1:hover .img1{ display: none;}
#Content2 .homeCon1 .l1:hover .img2{ display: block;}
#Content2 .homeCon1 .l1:hover .info{ color: #ffffff;}
@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){

}
@media screen and  (max-width:991px){
#Content3 .homeCon2 .t1{ font-size: 18px; line-height: 20px;} 
#Content3 .homeCon2 .t2{ margin: 5px 0 15px 0; font-size: 16px; line-height: 16px;}
#Content3 .homeCon2 .t3{ font-size: 14px; line-height: 16px;}
#Content2 .homeCon1 .u1{ width: 100%; margin: 20px auto 0 auto;}
#Content2 .homeCon1 .l1 .info{ font-size: 14px; line-height: 16px; margin-top: 10px;}
}
@media screen and  (max-width:767px){
#Content3 .homeCon2{ padding: 8% 0; }
#Content3 .homeCon2 .t2{ margin: 5px 0 10px 0;}
#Content3 .homeCon2 .u1{ width: 100%;}
}
/* 首页板块3 */
#Content4{ width: 100%; float: left;}
#Content4 .homeCon3{ padding: 5% 0; width: 100%; float: left; background: #f7f7f7;}
#Content4 .homeCon3 .entit{
    text-align:center;
    font-size: 82px;
    text-transform: uppercase;
    font-family: GOODTIME;
    background: -webkit-linear-gradient(to bottom, #eff1f6, transparent);
    background: -o-linear-gradient(to bottom, #eff1f6, transparent);
    background: -moz-linear-gradient(to bottom, #eff1f6, transparent);
    background: linear-gradient(to bottom, #e3e3e3, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
#Content4 .homeCon3 .t1{font-size: 40px;line-height: 45px;text-align:center;margin-top: -4rem;margin-bottom: 18px;font-family: "YaHei Bold";font-weight: bolder;text-transform: uppercase;color: #0d52a9;}
#Content4 .homeCon3 .over{ width: 100%; overflow: hidden;}
#Content4 .homeCon3 .t2{font-size: 16px;line-height: 23px;color: #838282;text-align: center;}
#Content4 .homeCon3 .line{ width: 75%; float: right; margin-top: 16px; height: 1px; background: #c4c7cc;}
#Content4 .homeCon3Tab{ margin-top: 40px; position: relative;}
/*#Content4 .homeCon3 .hd{ position: absolute; right: 0; top: -95px;}*/
#Content4 .homeCon3 .hd .u1{ width: 100%; overflow: hidden; margin-bottom: 2%;    display: flex;    justify-content: center;}
#Content4 .homeCon3 .hd .l1{float: left;font-size: 16px; color: #333;cursor: pointer;background: #fff;padding: 12px 20px; margin: 0 10px; border-radius: 20px;}
#Content4 .homeCon3 .hd .l1.on{color: #fff;font-weight:bold;background: #0d52a9;}
#Content4 .homeCon3 .top{ width: 100%; overflow: hidden; background: #fff;}
#Content4 .homeCon3 .top .img{ width: 50%; float: left; line-height: 0;}
#Content4 .homeCon3 .top .text{ width: 50%; padding: 60px; float: right;}
#Content4 .homeCon3 .top .text .bt1{ display: inline-block; font-size: 16px; height: 24px; line-height: 24px; padding: 0 15px; border-radius: 12px; background: #393c41; color: #fff;}
#Content4 .homeCon3 .top .text .bt2{ width: 100%; margin: 15px 0 25px 0; font-size: 30px; line-height: 32px; color: #333; font-family: "YaHei Bold";}
#Content4 .homeCon3 .top .text .bt3{ margin-bottom: 110px; font-size: 16px; line-height: 30px; height: 90px; overflow: hidden; color: #333;}
#Content4 .homeCon3 .top .text .more a{ display: inline-block; height: 42px; line-height: 42px; padding: 0 45px; font-size: 16px; border-radius: 21px; margin-right: 20px;}
#Content4 .homeCon3 .top .text .more a:hover{ box-shadow: 2px 2px 5px #ccc;}
#Content4 .homeCon3 .top .text .more .a1{ color: #333; background: #f2f2f2;}
#Content4 .homeCon3 .top .text .more .a2{ color: #fff; background: #0d52a9;}
#Content4 .homeCon3 .bot{ width: 102%; margin: 15px -1% -15px -1%; float: left;}
#Content4 .homeCon3 .pic{ width: 31.3%; float: left; margin: 15px 1%;}
#Content4 .homeCon3 .pic .img{ width: 100%; overflow: hidden; line-height: 0; border: 1px solid #fff; position: relative;transition:all 0.4s;}
#Content4 .homeCon3 .pic .img .bg{ position: absolute; top: 200%; width: 100%; height: 100%; background: rgba( 8,104,218, 0.8);
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
#Content4 .homeCon3 .pic .img .ico{ position: absolute; top: 200%; left: 50%; margin-top: -21px; margin-left: -21px; width: 42px; height: 42px; background: url(../images/1944_prod13.png) no-repeat center; background-size: cover;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
#Content4 .homeCon3 .pic .text{ height: 60px; line-height: 60px; font-size: 16px; color: #333; background: #fff; text-align: center;transition:all 0.4s;}
#Content4 .homeCon3 .pic .img img{ display:block; border:0px; width:100%; transform:scale(1); transition:all 1s ease 0s; -webkit-transform:all 1s ease 0s; }
#Content4 .homeCon3 .pic:hover .img{ border: 1px solid #0d52a9; -webkit-transition-duration: 0.4s; transition-duration: 0.4s;}
#Content4 .homeCon3 .pic:hover .img img{ transform:scale(1.2); transition:all 1.5s ease 0s; -webkit-transform:all 1.5s ease 0s; cursor:pointer; }
#Content4 .homeCon3 .pic:hover .img .bg{ top: 0;}
#Content4 .homeCon3 .pic:hover .img .ico{ top: 50%;}
#Content4 .homeCon3 .pic:hover .text{ color: #fff; background: #0d52a9; -webkit-transition-duration: 0.4s; transition-duration: 0.4s;}
@media screen and  (max-width:1399px){
#Content4 .homeCon3 .top .text .bt3{ margin-bottom: 40px;}
}
@media screen and  (max-width:1199px){
#Content4 .homeCon3 .hd{ top: -85px;}
#Content4 .homeCon3 .hd .l1{ margin-left: 20px;}
#Content4 .homeCon3 .top .text{ padding: 30px;}
#Content4 .homeCon3 .top .text .bt3{ margin-bottom: 30px;}
}
@media screen and  (max-width:991px){
#Content4 .homeCon3 .t1{ font-size: 26px; line-height: 30px; margin-bottom: 8px;}    
#Content4 .homeCon3 .t2{ font-size: 15px; line-height: 18px; width: 40%;}
#Content4 .homeCon3 .line{ margin-top: 9px; width: 60%;}
#Content4 .homeCon3Tab{ margin-top: 15px;}
#Content4 .homeCon3 .hd{ position: static; margin-bottom: 10px;}
#Content4 .homeCon3 .top .img{ width: 100%;}
#Content4 .homeCon3 .top .text{ width: 100%; padding: 15px;}
#Content4 .homeCon3 .top .text .bt1{ font-size: 14px; height: 20px; line-height: 20px; padding: 0 10px; border-radius: 10px;}
#Content4 .homeCon3 .top .text .bt2{ margin: 5px 0 5px 0; font-size: 16px; line-height: 26px;}
#Content4 .homeCon3 .top .text .bt3{ margin-bottom: 10px; font-size: 14px; line-height: 24px; height: auto;}
#Content4 .homeCon3 .top .text .more a{ height: 30px; line-height: 30px; padding: 0 10px; font-size: 14px; border-radius: 15px; margin-right: 10px;}
#Content4 .homeCon3 .bot{ margin: 5px -1% -5px -1%;}
#Content4 .homeCon3 .pic{ margin: 5px 1%;}
#Content4 .homeCon3 .pic .text{ height: 30px; line-height: 30px; font-size: 14px;} 
}
@media screen and  (max-width:768px){
#Content4 .homeCon3{ padding: 8% 0; }
#Content4 .homeCon3 .t2{ width: 100%; font-size: 15px; line-height: 18px;} 
#Content4 .homeCon3 .line{ width: 100%;}
#Content4 .homeCon3 .entit{ font-size:40px }
#Content4 .homeCon3 .t1{margin-top:-2rem;}
#Content4 .homeCon3 .hd .u1{ display:block; }
#Content4 .homeCon3 .hd .l1{ margin-right:1%; margin-bottom:10px; font-size:15px }
}
/* 首页板块4 */
#Content5{ width: 100%; float: left;}
#Content5 .homeCon4{ padding: 5% 0; width: 100%; float: left;}

#Content5 .homeCon4 .entit{
    text-align:center;
    font-size: 82px;
    text-transform: uppercase;
    font-family: GOODTIME;
    background: -webkit-linear-gradient(to bottom, #eff1f6, transparent);
    background: -o-linear-gradient(to bottom, #eff1f6, transparent);
    background: -moz-linear-gradient(to bottom, #eff1f6, transparent);
    background: linear-gradient(to bottom, #e3e3e3, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
#Content5 .homeCon4 .t1{font-size: 40px;line-height: 45px;text-align:center;margin-top: -4rem;margin-bottom: 18px;font-family: "YaHei Bold";font-weight: bolder;text-transform: uppercase;color: #333;}

#Content5 .homeCon4 .over{ width: 100%; overflow: hidden;}
#Content5 .homeCon4 .t2{font-size: 16px;line-height: 23px;color: #838282;text-align: center;}
/*#Content4 .homeCon3 .line{ width: 75%; float: right; margin-top: 16px; height: 1px; background: #c4c7cc;}

#Content5 .homeCon4 .over{ width: 100%; overflow: hidden;}
#Content5 .homeCon4 .t2{ width: 15%; float: left; font-size: 30px; line-height: 32px; color: #0d52a9; font-family: "YaHei Bold"; font-weight: bolder;}
#Content5 .homeCon4 .line{ width: 85%; float: right; margin-top: 16px; height: 1px; background: #c4c7cc;}*/
#Content5 .homeCon4Tab{ margin-top: 50px; width: 100%; overflow: hidden;}
#Content5 .homeCon4 .u1{ margin: 0 -12px;}
#Content5 .homeCon4 .l1{ margin: 0 12px; line-height: 0; position: relative; overflow: hidden;}
#Content5 .homeCon4 .l1 .bg{ position: absolute; top: 200%; left: 0; width: 100%; height: 100%; background: rgb(10 79 179 / 50%);
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
#Content5 .homeCon4 .l1 .text{ position: absolute; top: 200%; left: 0; margin-top: -10px; letter-spacing:1px; font-size: 28px; color: #fff; text-align: center; font-weight:bold; width: 100%; line-height: 30px;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
#Content5 .homeCon4 .l1 .text .hyp1{ font-size:14px; font-weight:100; letter-spacing:3px; line-height:30px; color:#ddd; text-transform:uppercase; }
#Content5 .homeCon4 .l1 .text .hyp2{ font-size:16px; font-weight:100; letter-spacing:2px; line-height:35px; color:#eee; }
#Content5 .homeCon4 .l1:hover .bg{ top: 0;}
#Content5 .homeCon4 .l1:hover .text{ top: 43%;}
#Content5 .homeCon4 .slick-dots{ position: static; z-index: 10; margin-top: 30px; height: 70px; background: #eceff4;}
#Content5 .homeCon4 .slick-dots li{ vertical-align:top; width: 12px; height: 12px; background: #d6dbe1; margin:30px 9px; border-radius: 50%; cursor:pointer; text-indent:-999px; overflow:hidden;}
#Content5 .homeCon4 .slick-dots .slick-active{ background: #0d52a9; opacity: 1;}
#Content5 .homeCon4 .slick-prev{ top: auto; bottom: 14px; left: 40px; width: 12px; height: 20px; background: url(../images/home4_3.png) no-repeat center; background-size: cover;}
#Content5 .homeCon4 .slick-prev:hover{ background: url(../images/home4_3_1.png) no-repeat center; background-size: cover;}
#Content5 .homeCon4 .slick-next{ top: auto; bottom: 14px; right: 40px; width: 12px; height: 20px; background: url(../images/home4_4.png) no-repeat center; background-size: cover;}
#Content5 .homeCon4 .slick-next:hover{ background: url(../images/home4_4_1.png) no-repeat center; background-size: cover;}

@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){

}
@media screen and  (max-width:991px){
#Content5 .homeCon4 .t1{ font-size: 26px; line-height: 30px; margin-bottom: 8px;}    
#Content5 .homeCon4 .t2{ font-size: 16px; line-height: 18px;}
#Content5 .homeCon4 .line{ margin-top: 9px;}
#Content5 .homeCon4Tab{ margin-top: 15px;}
#Content5 .homeCon4 .u1{ margin: 0 -5px;}
#Content5 .homeCon4 .l1{ margin: 0 5px;}
#Content5 .homeCon4 .l1 .text{ font-size: 18px;}
#Content5 .homeCon4 .l1 .text .hyp1{ line-height:20px; font-size:13px }
#Content5 .homeCon4 .l1 .text .hyp2{ line-height:28px }
#Content5 .homeCon4 .slick-dots{ margin-top: 10px; height: 30px;}
#Content5 .homeCon4 .slick-dots li{ width: 6px; height: 6px; margin:12px 3px;}
#Content5 .homeCon4 .slick-prev{ bottom: 5px; left: 10px; width: 6px; height: 10px;}
#Content5 .homeCon4 .slick-next{ bottom: 5px; right: 10px; width: 6px; height: 10px;}
}
@media screen and  (max-width:768px){
#Content5 .homeCon4{ padding: 8% 0; }
#Content5 .homeCon4 .t2{ width: 100%; font-size: 15px; line-height: 30px;} 
#Content5 .homeCon4 .line{ width: 100%;}
#Content5 .homeCon4 .entit{ font-size:40px }
#Content5 .homeCon4 .t1{margin-top:-2rem; }
}
/* 首页板块5 */
#Content6{ width: 100%; float: left;}
#Content6 .homeCon5{ padding: 5% 0; width: 100%; float: left;}
#Content6 .homeCon5 .t1{ font-size: 42px; line-height: 44px; margin-bottom: 18px; font-family: "YaHei Bold"; font-weight: bolder; text-transform: uppercase; color: #fff;}
#Content6 .homeCon5 .over{ width: 100%; overflow: hidden;}
#Content6 .homeCon5 .t2{ width: 20%; float: left; font-size: 18px; line-height: 23px; color: #fff; border-left: 8px solid #0d52a9; padding-left: 10px;}
#Content6 .homeCon5 .line{ width: 80%; float: right; margin-top: 14px; height: 1px; background: rgba( 255, 255, 255, 0.2);}
#Content6 .homeCon5 .u1{ width: 102%; margin: 40px -1% 0 -1%;}
#Content6 .homeCon5 .l1{ padding: 30px; float: left; width: 31.3%; margin: 0 1%; background: rgba(0,0,0,0.3);}
#Content6 .homeCon5 .l1 .img{ float: left; width: 92px; height: 92px; border-radius: 50%; background: #0d52a9; line-height: 0;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
#Content6 .homeCon5 .l1:hover .img{ transform:rotateY(180deg);}
#Content6 .homeCon5 .l1 .text{ width: 100%; padding-left: 114px;}
#Content6 .homeCon5 .l1 .text .bt1{ margin: 10px 0; font-size: 20px; line-height: 22px; color: #fff;}
#Content6 .homeCon5 .l1 .text .bt2{ font-size: 14px; line-height: 20px; color: #fff;}
@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){
#Content6 .homeCon5 .l1 .img{ width: 70px; height: 70px;}
#Content6 .homeCon5 .l1 .text{ padding-left: 90px;}
}
@media screen and  (max-width:991px){
#Content6 .homeCon5 .t1{ font-size: 18px; line-height: 20px; margin-bottom: 8px;}    
#Content6 .homeCon5 .t2{ font-size: 16px; line-height: 18px; width: 30%;}
#Content6 .homeCon5 .line{ margin-top: 9px; width: 70%;}
#Content6 .homeCon5 .u1{ margin: 15px -1% 0 -1%;}
#Content6 .homeCon5 .l1{ padding: 10px;}
#Content6 .homeCon5 .l1 .img{ width: 60px; height: 60px;}
#Content6 .homeCon5 .l1 .text { padding-left: 75px;}
#Content6 .homeCon5 .l1 .text .bt1{ margin: 5px 0; font-size: 16px; line-height: 18px;}
#Content6 .homeCon5 .l1 .text .bt2{ font-size: 12px; line-height: 18px;}
}
@media screen and  (max-width:767px){
#Content6 .homeCon5 .t2{ width: 100%;}
#Content6 .homeCon5 .line{ width: 100%;}
#Content6 .homeCon5 .u1{ width: 100%; margin: 15px 0 0 0;}
#Content6 .homeCon5 .l1{ width: 100%; margin: 3px 0;}
}
/* 首页板块6 */
#Content7{ width: 100%; float: left; background:#f7f7f7;}
#Content7 .homeCon6{ padding: 3.6% 0 5%; width: 100%; float: left;}

#Content7 .homeCon6 .entit{
    text-align:center;
    font-size: 82px;
    text-transform: uppercase;
    font-family: GOODTIME;
    background: -webkit-linear-gradient(to bottom, #eff1f6, transparent);
    background: -o-linear-gradient(to bottom, #eff1f6, transparent);
    background: -moz-linear-gradient(to bottom, #eff1f6, transparent);
    background: linear-gradient(to bottom, #e3e3e3, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
#Content7 .homeCon6 .t1{font-size: 40px;line-height: 45px;text-align:center;margin-top: -4rem;margin-bottom: 18px;font-family: "YaHei Bold";font-weight: bolder;text-transform: uppercase;color: #333;}
#Content7 .homeCon6 .over{ width: 100%; overflow: hidden;}
#Content7 .homeCon6 .t2{font-size: 16px;line-height: 23px;color: #838282;text-align: center;}

#Content7 .homeCon6Left{ height: 588px; overflow: hidden; float: left; padding: 60px 60px; width: 30%; border-radius: 4px; background: #0d52a9;}
#Content7 .homeCon6Left .l1{ margin: 0 2px;}
#Content7 .homeCon6Left .t1{ font-size: 28px; line-height: 36px; max-height: 72px; font-family: "YaHei Bold"; overflow: hidden; color: #fff; font-weight: bolder;}
#Content7 .homeCon6Left .img{ margin: 35px 0 25px 0; line-height: 0;}
#Content7 .homeCon6Left .info{ font-size: 16px; line-height: 30px; height: 60px; overflow: hidden; color: #fff;}
#Content7 .homeCon6Left .slick-prev{ top: auto; left: 0; bottom: -90px; width: 40px; height: 40px; background: url(../images/1947_home6_2.png) no-repeat center; background-size: cover;}
#Content7 .homeCon6Left .slick-prev:hover{ background: url(../images/1947_home6_2_1.png) no-repeat center; background-size: cover;}
#Content7 .homeCon6Left .slick-next{ top: auto; left: 60px; bottom: -90px; width: 40px; height: 40px; background: url(../images/1947_home6_3.png) no-repeat center; background-size: cover;}
#Content7 .homeCon6Left .slick-next:hover{ background: url(../images/1947_home6_3_1.png) no-repeat center; background-size: cover;}
#Content7 .homeCon6Tab{ height: 588px; overflow: hidden; width: 68%; border-radius: 4px; float: right; background: #f5f5f5;}
#Content7 .homeCon6Tab .hd{ width: 100%; height: 64px; line-height: 64px; background: #e8e8e8;}
#Content7 .homeCon6Tab .hd .l1{ float: left; font-size: 18px; height: 64px; line-height: 64px; padding: 0 44px; cursor: pointer; color: #333;}
#Content7 .homeCon6Tab .hd .l1.on{ background: #0d52a9; color: #fff;}
#Content7 .homeCon6Tab .hd .gd{ margin-right: 30px; font-size: 34px; font-weight: bolder; float: right; color: #0d52a9;}
#Content7 .homeCon6Tab .bd{ width: 100%; overflow: hidden; background: #f5f5f5;}
#Content7 .homeCon6Tab .bd .left{ width: 100%; overflow: hidden; position: relative;}
#Content7 .homeCon6Tab .bd .left .pic{ overflow: hidden; padding: 30px 30px 30px 40px; width: 55.5%; float: left;}
#Content7 .homeCon6Tab .bd .left .pic:nth-child(1){ margin-top: 15px;}
#Content7 .homeCon6Tab .bd .left .pic:nth-child(3){ margin-bottom: 15px;}
#Content7 .homeCon6Tab .bd .left .img{ width: 35.5%; line-height: 0; float: left;}
#Content7 .homeCon6Tab .bd .left .text{ width: 62.5%; float: right;}
#Content7 .homeCon6Tab .bd .left .text .t1{ font-size: 18px; line-height: 20px; margin: 10px 0; width: 100%; font-family: "YaHei Bold"; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-transform: uppercase; color: #333; font-weight: bolder;}
#Content7 .homeCon6Tab .bd .left .pic:hover .text .t1{ color: #0d52a9;}
#Content7 .homeCon6Tab .bd .left .text .t2{ font-size: 14px; line-height: 24px; height: 48px; overflow: hidden; color: #666;}
#Content7 .homeCon6Tab .bd .right.pic{ padding: 40px; width: 44.4%; border-left: 1px solid #d6dbe1; position: absolute; right: 0; top: 0;}
#Content7 .homeCon6Tab .bd .right.pic .img{ width: 100%;}
#Content7 .homeCon6Tab .bd .right.pic .t1{ padding-top: 30px; font-size: 18px; line-height: 20px; width: 100%; font-family: "YaHei Bold"; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-transform: uppercase; color: #333; font-weight: bolder;}
#Content7 .homeCon6Tab .bd .right.pic .t2{ font-size: 14px; line-height: 24px; height:48px; overflow:hidden; margin: 25px 0 55px 0; color: #666;}
#Content7 .homeCon6Tab .bd .right.pic .more{ display: block; width: 144px; height: 40px; line-height: 40px; font-size: 16px; border-radius: 20px; text-align: center; background: #0d52a9; color: #fff;}
#Content7 .homeCon6Tab .bd .right.pic .more:hover{ opacity: 0.8;}

.innews{
    width:100%;
    margin-top:3%;
}
.innews ul {
        display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.innews ul li {
    position:relative;
    margin:0 1.5%;
    background:#fff;
  height: 26rem;
  box-shadow: 0px 6px 20px 0px rgba(8, 33, 69, 0.1);
  overflow:hidden;
  width:33.333%;
}
.innews ul li .n-img{
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}
.innews ul li .n-img img{
    width:100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.innews ul li .n-main {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 12rem;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.innews ul li .n-main .n-text {
    overflow: hidden;
    position: absolute;
    width: 86%;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
.innews ul li .n-main h2 {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.innews ul li .n-main p {
  font-size: 16px;
  color: #838282;
  margin-top: 0rem;
  line-height:26px;
}
.innews ul li .n-main h4 {
  font-size: 16px;
  color: #0d52a9;
  margin-top: 1.5rem;
  position: relative;
  top: 1rem;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.innews ul li:hover .n-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.innews ul li:hover .n-main {
  height: 14.5rem;
}
.innews ul li:hover .n-main .n-text {
  top: 50%;
}
.innews ul li:hover .n-main .n-text h2 {
  color: #0d52a9;
}
.innews ul li:hover .n-main .n-text h4 {
  top: 0;
  opacity: 1;
}


@media screen and  (max-width:1399px){
#Content7 .homeCon6Left{ height: 540px;}
#Content7 .homeCon6Tab{ height: 540px;}
}
@media screen and  (max-width:1199px){
#Content7 .homeCon6Left{ height: 432px;}
#Content7 .homeCon6Tab{ height: 432px;}
#Content7 .homeCon6Left{ padding: 30px;}
#Content7 .homeCon6Left .img{ margin: 10px 0;}
#Content7 .homeCon6Left .t1{ max-height: 108px;}
#Content7 .homeCon6Left .slick-prev{ bottom: -70px;}
#Content7 .homeCon6Left .slick-next{ bottom: -70px;}
#Content7 .homeCon6Tab .bd .left .pic{ padding: 20px 30px 20px 40px;}
#Content7 .homeCon6Tab .bd .left .text .t1{ margin: 3px 0;}
#Content7 .homeCon6Tab .bd .right.pic .t1{ padding-top: 15px;}
#Content7 .homeCon6Tab .bd .right.pic .t2{ margin: 15px 0 20px 0;}
}
@media screen and  (max-width:991px){
#Content7 .homeCon6{ padding: 5% 0 8% 0; }
#Content7 .homeCon6 .t1{ font-size: 26px; line-height: 30px; margin-bottom: 8px;}    
#Content7 .homeCon6 .t2{ font-size: 16px; line-height: 18px;}
#Content7 .homeCon6Left{ height: auto;}
#Content7 .homeCon6Tab{ height: auto;}
#Content7 .homeCon6Left{ width: 100%; padding: 10px 10px 50px 10px;}
#Content7 .homeCon6Left .t1{ font-size: 16px; line-height: 24px; max-height: 48px;}
#Content7 .homeCon6Left .info{ font-size: 14px; line-height: 24px; height: auto;}
#Content7 .homeCon6Left .slick-prev{ width: 30px; height: 30px; bottom: -50px;}
#Content7 .homeCon6Left .slick-next{ width: 30px; height: 30px; bottom: -50px; left: 40px;}
#Content7 .homeCon6Tab{ width: 100%; margin-top: 15px;}
#Content7 .homeCon6Tab .hd{ height: 40px; line-height: 40px;}
#Content7 .homeCon6Tab .hd .l1{ font-size: 16px; height: 40px; line-height: 40px; padding: 0 20px;}
#Content7 .homeCon6Tab .hd .gd{ margin-right: 15px; font-size: 28px; line-height: 40px;}
#Content7 .homeCon6Tab .bd .left .pic{ padding: 15px 20px 15px 20px;}
#Content7 .homeCon6Tab .bd .left .pic:nth-child(1){ margin-top: 10px;}
#Content7 .homeCon6Tab .bd .left .pic:nth-child(3){ margin-bottom: 10px;}
#Content7 .homeCon6Tab .bd .left .text .t1{ font-size: 16px; line-height: 18px;}
#Content7 .homeCon6Tab .bd .right.pic{ padding: 20px;}
#Content7 .homeCon6Tab .bd .right.pic .t1{ font-size: 16px; line-height: 18px;}
#Content7 .homeCon6Tab .bd .right.pic .more{ width: 100px; height: 30px; line-height: 30px; font-size: 14px;}

.innews ul {
    display: block;
}
.innews ul li {
  height: 30rem;
  width:auto;
  margin-bottom:2rem;
}
.innews ul li .n-img {

}
}
@media screen and  (max-width:768px){
#Content7 .homeCon6Tab .bd .left{ width: 100%; border: 0;}
#Content7 .homeCon6Tab .bd .left .pic{ width: 100%; padding: 10px 10px 10px 10px;}
#Content7 .homeCon6Tab .bd .left .pic:nth-child(1){ margin-top: 5px;}
#Content7 .homeCon6Tab .bd .left .pic:nth-child(3){ margin-bottom: 5px;}
#Content7 .homeCon6Tab .bd .right.pic{ width: 100%; position: static; border-left: none; border-top: 1px solid #d6dbe1;}
#Content7 .homeCon6Tab .bd .right.pic .t1{ margin-top: 10px;}
#Content7 .homeCon6Tab .bd .right.pic .t2{ margin: 5px 0 10px 0;}


#Content7 .homeCon6 .t2{ width: 100%; font-size: 15px; line-height: 30px;} 
#Content7 .homeCon6 .line{ width: 100%;}
#Content7 .homeCon6 .entit{ font-size:40px }
#Content7 .homeCon6 .t1{margin-top:-2rem; }

}
/* 内页banner */
#Content8{ width: 100%; float: left;}
#Content8 .pz_banner{width: 100%;height: auto;position: relative;overflow: hidden;padding-top: 106px;}
#Content8 .pz_banner .text{ position: absolute; left: 14%; bottom: 22%;}
#Content8 .pz_banner .text h2{ font-size: 28px; font-weight: bold; color: #fff; padding-bottom: 33px;}
#Content8 .pz_banner .text .xian{ width: 67px; height: 4px; background: #fff; margin-bottom: 30px;}
#Content8 .pz_banner .text p{ font-size: 16px; color: #fff; padding-bottom: 25px;}
#Content8 .pz_banner img{ display: block; width: 100%;  }
#Content8 .pz_banner:before {
    background: url(../images/kc_jishu_bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
}
.c_portalResPublic_codeContainer-01001003 .scroll-icon {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.9em;
    width: 1em;
    font-size: 22px;
    color: rgba(255,255,255,0.5);
    border-radius: 2em;
    border: solid 2px;
    -webkit-transition: .4s;
    transition: .4s;
}
.c_portalResPublic_codeContainer-01001003 .scroll-icon::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65,0.05,0.36,1);
    animation: scroll-icon 2.2s infinite cubic-bezier(0.65,0.05,0.36,1);
}
#Content8 .zy_banner{ line-height: 0;}
@media screen and  (max-width:1440px){
#Content8 .pz_bannerr .hidden-xs {width: 100%; height: 300px;}
#Content8 .pz_banner .text{position: absolute;left: 3%;bottom: 16%;}
}
@media screen and  (max-width:1399px){
#Content8 .pz_banner .text{position: absolute;left: 5.5%;bottom: 16%;}
#Content8 .pz_banner .text h2{font-size: 1.5rem;font-weight: bold;color: #fff;padding-bottom: 30px;}
#Content8 .pz_banner .text .xian{width: 67px;height: 4px;background: #fff;margin-bottom: 20px;}
#Content8 .pz_banner .text p{font-size: 13px;color: #fff;padding-bottom: 16px;}
}
@media screen and  (max-width:1199px){
#Content8 .pz_banner .hidden-xs {width: 100%; height: 260px;}
}
@media screen and  (max-width:991px){
#Content8 .pz_banner{ margin-top: 46px; padding-top: 0;}
#Content8 .pz_banner.hidden-xs {width: 100%; height: 200px;}
}
@media screen and  (max-width:767px){
#Content8 .pz_banner .hidden-xs {display: block; width: 100%; height: 200px;}
.pz_banner .hidden-xs {display: none; width: 100%; height: 200px;}
}
/* 内页导航 */
#Content9{ width: 100%; float: left;}
#Content9 .side_tot{ width: 100%; float: left; border-bottom: 1px solid #dadada;}
#Content9 .side_tit{ float: left;}
#Content9 .side_tit .u1 .l1{ font-size: 16px; line-height: 66px; padding: 0 30px; color: #333; float: left; margin:0 1px 1px 0px;}
#Content9 .side_tit .u1 .l1.on,#Content9 .side_tit .u1 .l1:hover{ background: #0d52a9;}
#Content9 .side_tit .u1 .l1.on a,#Content9 .side_tit .u1 .l1:hover a{ color: #ffffff;}
#Content9 .side_con{ float: right; line-height: 66px; font-size: 14px;}
#Content9 .side_con a{ color: #888; margin:0 5px}
#Content9 .side_con a:hover{ color: #0d52a9;}
@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){
#Content9 .side_tit .u1 .l1{ padding: 0 15px;}
}
@media screen and  (max-width:991px){
#Content9 .side_tit{ width: 100%;}
#Content9 .side_tit .u1 .l1{ font-size: 14px; line-height: 35px; height: 35px;}
#Content9 .side_con{ line-height: 30px; font-size: 12px; display: none;}
}
@media screen and  (max-width:767px){

}
/* 1公司简介板块1 */
#Content10{ width: 100%; float: left;}
#Content10 .aboutCon1{ padding: 3% 0; width: 100%; float: left;}
#Content10 .aboutCon1 .tit{ font-size: 30px; text-align: center; line-height: 32px; font-family: "YaHei Bold"; color: #333; font-weight: bolder;}
#Content10 .aboutCon1 .line{ margin: 20px auto 30px; width: 50px; height: 3px; background: #0d52a9;}
#Content10 .aboutCon1 .info{ font-size: 16px; line-height: 30px; color: #555}
#Content10 .aboutCon1 .info .abimg{ width: 100%; margin-top: 20px; display: flex; justify-content: space-between;}
#Content10 .aboutCon1 .info .abimg img { width: 50%; padding: 20px;}
#Content10 .aboutCon1 .u1{ width: 102%; margin: 30px -1%; overflow: hidden;}
#Content10 .aboutCon1 .l1{ width: 31.1%; margin: 0 1%; float: left; line-height: 0;}
@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){

}
@media screen and  (max-width:991px){
#Content10 .aboutCon1 .tit{ font-size: 16px; line-height: 18px;}
#Content10 .aboutCon1 .line{ width: 20px; margin: 10px auto;}
#Content10 .aboutCon1 .info{ font-size: 14px; line-height: 24px;}
#Content10 .aboutCon1 .u1{ margin: 10px -1%; }
}
@media screen and  (max-width:768px){

#Content10 .aboutCon1 .info .abimg{ width: 100%; display: block;}
#Content10 .aboutCon1 .info .abimg img{ width: 100%;  }
}
/* 1公司简介板块2 */
#Content11{ width: 100%; float: left;}
#Content11 .aboutCon2{ padding: 3% 0; width: 100%; float: left;}
#Content11 .aboutCon2 .tit{ font-size: 30px; line-height: 32px; color: #fff; font-family: "YaHei Bold"; font-weight: bolder;}
#Content11 .aboutCon2 .line{ margin: 30px 0 60px 0; width: 50px; height: 3px; background: rgba( 255, 255, 255, 0.6);}
#Content11 .aboutCon2Tab{ width: 100%; border-top: 1px solid #fff;}
#Content11 .aboutCon2 .u1{ margin: 0 -28px;}
#Content11 .aboutCon2 .l1{ margin: 0 28px;}
#Content11 .aboutCon2 .l1 .nf{ font-size: 30px; line-height: 116px; font-family: "YaHei Bold"; background: url(../images/1951_about2_4.png) no-repeat 90% top; background-size: 25px 120px; font-weight: bolder; color: #fff;}
#Content11 .aboutCon2 .l1 .nr{ padding: 25px 78px 25px 25px; border-radius: 5px; background: url(../images/1951_about2_5.png) no-repeat 90% top; background-size: 25px 120px; background-color: rgba( 255, 255, 255, 0.2);}
#Content11 .aboutCon2 .l1:hover .nr{ background-color: #0d52a9;}
#Content11 .aboutCon2 .l1 .date{ margin-bottom: 18px; font-size: 18px; line-height: 20px; font-family: "YaHei Bold"; font-weight: bold; color: #fff;}
#Content11 .aboutCon2 .l1 .info{ font-size: 14px; line-height: 24px; color: #fff;}
#Content11 .aboutCon2 .slick-prev{ top: -90px; right: 88px; left: auto; width: 40px; height: 40px; background: url(../images/1951_about2_2.png) no-repeat center; background-size: cover;}
#Content11 .aboutCon2 .slick-prev:hover{ background: url(../images/1951_about2_2_1.png) no-repeat center; background-size: cover;}
#Content11 .aboutCon2 .slick-next{ top: -90px; right: 28px; left: auto; width: 40px; height: 40px; background: url(../images/1951_about2_3.png) no-repeat center; background-size: cover;}
#Content11 .aboutCon2 .slick-next:hover{ background: url(../images/1951_about2_3_1.png) no-repeat center; background-size: cover;}

@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){
#Content11 .aboutCon2 .l1 .nf{ line-height: 80px;}
#Content11 .aboutCon2 .l1 .nr{ padding: 25px 55px 25px 25px;}
}
@media screen and  (max-width:991px){
#Content11 .aboutCon2 .tit{ font-size: 16px; line-height: 18px;}
#Content11 .aboutCon2 .line{ width: 20px; margin: 10px 0;}
#Content11 .aboutCon2 .u1{ margin: 0 -10px;}
#Content11 .aboutCon2 .l1{ margin: 0 10px;}
#Content11 .aboutCon2 .l1 .nf{ font-size: 18px; line-height: 40px; background-size: 12.5px 60px;}
#Content11 .aboutCon2 .l1 .nr{ padding: 15px 45px 15px 15px; background-size: 12.5px 60px;}
#Content11 .aboutCon2 .l1 .date{ margin-bottom: 5px; font-size: 16px; line-height: 18px;}
#Content11 .aboutCon2 .l1 .info{ font-size: 12px; line-height: 20px;}
#Content11 .aboutCon2 .slick-prev{ top: -25px; right: 50px; width: 30px; height: 30px;}
#Content11 .aboutCon2 .slick-next{ top: -25px; right: 10px; width: 30px; height: 30px;}
}
@media screen and  (max-width:767px){

}
/* 1公司简介板块3 */
#Content12{ width: 100%; float: left;}
#Content12 .aboutCon3{ padding: 3% 0; width: 100%; float: left; background: #f3f3f3; overflow: hidden;}
#Content12 .aboutCon3 .tit{ font-size: 30px; line-height: 32px; color: #333; font-family: "YaHei Bold"; font-weight: bolder;}
#Content12 .aboutCon3 .line{ margin: 30px 0; width: 50px; height: 3px; background: #0d52a9;}

#Content12 .aboutCon3Tab{ width: 100%; position: relative;}
#Content12 .aboutCon3Tab .bd{ margin: 0 -10px;}
#Content12 .aboutCon3Tab .bd .l1{ width: 23.5%; margin: 0 10px; float: left; cursor: pointer; background: #fff;}
#Content12 .aboutCon3Tab .bd .l1 .img{ width: 327px; height: 258px; line-height: 258px; text-align: center; overflow: hidden; position: relative;}
#Content12 .aboutCon3Tab .bd .l1 .img img{ width: 80%; margin: 0 10%; vertical-align: middle; max-width: 327px;}
#Content12 .aboutCon3Tab .bd .l1 .text{ margin: 0 0 30px 0; height: 18px; line-height: 18px; font-size: 16px; overflow: hidden; color: #333; text-align: center;}
#Content12 .aboutCon3Tab .bd .l1:hover .text{ color: #0d52a9;}
#Content12 .aboutCon3Tab .hd li{ width: 0; height: 0; text-indent: -999px;}
#Content12 .aboutCon3Tab .next{ display: block; position: absolute; top: 50%; margin-top: -25px; width: 25px; height: 49px; left: -120px; background: url(../images/1952_about3_2.png) no-repeat center; background-size: cover;}
#Content12 .aboutCon3Tab .next:hover{ background: url(../images/1952_about3_2_1.png) no-repeat center; background-size: cover;}
#Content12 .aboutCon3Tab .prev{ display: block; position: absolute; top: 50%; margin-top: -25px; width: 25px; height: 49px; right: -120px; background: url(../images/1952_about3_3.png) no-repeat center; background-size: cover;}
#Content12 .aboutCon3Tab .prev:hover{ background: url(../images/1952_about3_3_1.png) no-repeat center; background-size: cover;}

/*#Content12 .aboutCon3 .imgPop{ display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); position: fixed; top: 0; left: 0; z-index: 999999;}
#Content12 .aboutCon3 .imgPop2{ min-height: 100px; height: 80%; overflow: hidden; width: 55.5%; left: 22.25%; position: absolute; top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);}
#Content12 .aboutCon3 .imgPop2 .tp{ display: block; width: 100%; margin: 15px auto; height:100%; position:relative;}
#Content12 .aboutCon3 .imgPop2 .tp img{width:auto; max-width:100%; max-height:100%; display:block; margin:0 auto; position:absolute; left:50%; top:50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}*/
#Content12 .aboutCon3 .imgPop2 .close2{ width: 36px; height: 36px; background: url(../images/1952_about3_4.png) no-repeat center; background-size: cover; position: absolute; top: 0; right: -37px;}



#Content12 .aboutCon3 .imgPop{ display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.8); position: fixed; top: 0; left: 0; z-index: 999999;}
#Content12 .aboutCon3 .imgPop2{ min-height: 100px; height: 100%; /*overflow: hidden;*/ width: 55.5%; left: 22.25%; position: absolute; top: 50%;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);}
#Content12 .aboutCon3 .imgPop2 .tp{ display: block; width: 100%; margin: 5px auto; height:100%; position:relative;}
#Content12 .aboutCon3 .imgPop2 .tp img{width:auto; max-width:100%; max-height:100%; display:block; margin:0 auto; position:absolute; left:50%; top:50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}



@media screen and  (max-width:1399px){
#Content12 .aboutCon3Tab .bd .l1 .img{ width: 280px; height: 224px; line-height: 224px;}
#Content12 .aboutCon3Tab .bd .l1 .img img{ max-width: 280px;}
}
@media screen and  (max-width:1199px){
#Content12 .aboutCon3Tab{ overflow: hidden;}
#Content12 .aboutCon3Tab .bd{ margin: 0 -10px;}
#Content12 .aboutCon3Tab .bd .l1{ width: 31.3%; margin: 0 10px;}
#Content12 .aboutCon3Tab .bd .l1 .img{ width: 308px; height: 230px; line-height: 230px;}
#Content12 .aboutCon3Tab .bd .l1 .img img{ width: 90%; margin: 0 5%; max-width: 308px;}
#Content12 .aboutCon3Tab .bd .l1 .text{ margin: 0 0 20px 0;}

#Content12 .aboutCon3Tab .hd{ height: 18px; margin-top: 10px; text-align: center;}
#Content12 .aboutCon3Tab .hd ul{ display: inline-block;}
#Content12 .aboutCon3Tab .hd li{ float: left; width: 6px; height: 6px; background: #fff; opacity: 0.6; margin:0 3px; border-radius: 50%; cursor:pointer; text-indent:-999px; overflow:hidden;}
#Content12 .aboutCon3Tab .hd li.on{ background: #0d52a9; opacity: 1;}
}
@media screen and  (max-width:991px){
#Content12 .aboutCon3 .tit{ font-size: 16px; line-height: 18px;}
#Content12 .aboutCon3 .line{ width: 20px; margin: 10px 0;}

#Content12 .aboutCon3Tab .bd{ margin: 0 -3px;}
#Content12 .aboutCon3Tab .bd .l1{ margin: 0 3px;}
#Content12 .aboutCon3Tab .bd .l1 .text{ padding: 0 5px; margin: 0 0 10px 0; height: 16px; line-height: 16px; font-size: 14px;}
#Content12 .aboutCon3Tab .bd .l1 .img{ width: 232px; height: 158px; line-height: 158px;}
#Content12 .aboutCon3Tab .bd .l1 .img img{ max-width: 232px;}

#Content12 .aboutCon3 .imgPop2{ width: 80%; left: 10%; height:60%;}
#Content12 .aboutCon3 .imgPop2 .tp{ width: 90%; margin: 5px auto;}
#Content12 .aboutCon3 .imgPop2 .close2{ width: 25px; height: 25px; right:-26px;}
}
@media screen and  (max-width:767px){
#Content12 .aboutCon3Tab .bd .l1 .img{ width: 100%; height: 80px; line-height: 80px;}
#Content12 .aboutCon3Tab .bd .l1 .img img{ max-width: 100%;}
}
/* 1公司简介板块4 */
#Content13{ width: 100%; float: left;}
#Content13 .aboutCon4{ padding: 3% 0; width: 100%; float: left;}
#Content13 .aboutCon4 .tit{ font-size: 30px; line-height: 32px; color: #fff; font-family: "YaHei Bold"; font-weight: bolder;}
#Content13 .aboutCon4 .line{ margin: 30px 0 60px 0; width: 50px; height: 3px; background: rgba( 255, 255, 255, 0.6);}
#Content13 .aboutCon4 .u1{ width: 102%; margin: 0 -1%; overflow: hidden;}
#Content13 .aboutCon4 .l1{ padding: 55px 60px; width: 48%; margin: 0 1%; float: left; background: #fff;}
#Content13 .aboutCon4 .l1 .t1{ float: left; font-size: 30px; line-height: 32px; color: #333;}
#Content13 .aboutCon4 .l1 .right{ width: 100%; padding-left: 120px;}
#Content13 .aboutCon4 .l1 .t2{ margin-bottom: 15px; font-size: 20px; line-height: 22px; color: #333;}
#Content13 .aboutCon4 .l1 .t3{ font-size: 12px; line-height: 14px; color: #888;}
@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){
#Content13 .aboutCon4 .l1{ padding: 35px 30px;}
#Content13 .aboutCon4 .l1 .right{ padding-left: 90px;}
}
@media screen and  (max-width:991px){
#Content13 .aboutCon4 .tit{ font-size: 16px; line-height: 18px;}
#Content13 .aboutCon4 .line{ width: 20px; margin: 10px 0;}
#Content13 .aboutCon4 .l1{ padding: 10px 15px;}
#Content13 .aboutCon4 .l1 .t1{ font-size: 16px; line-height: 18px;}
#Content13 .aboutCon4 .l1 .right{ padding-left: 50px;}
#Content13 .aboutCon4 .l1 .t2{ margin-bottom: 5px; font-size: 14px; line-height: 16px;}
}
@media screen and  (max-width:767px){
#Content13 .aboutCon4 .u1{ width: 100%; margin: 0;} 
#Content13 .aboutCon4 .l1{ width: 100%; margin: 3px 0;} 
}
/* 产品中心 */
#List{ width: 100%; float: left; background:#f5f5f5}
#List .prodList .u1{ width: 102%; margin: -15px -1%; float: left;}
#List .prodList .l1{ width: 31.3%; float: left; margin: 15px 1%;}
#List .prodList .l1 .img{ width: 100%; max-height: 320px; overflow: hidden; line-height: 0; border: 1px solid #fff; position: relative;}
#List .prodList .l1 .img img{}
#List .prodList .l1 .img{ display:block;  margin:0 auto; overflow:hidden; }
#List .prodList .l1 .img img{ display:block; border:0px; width:100%; transform:scale(1); transition:all 1s ease 0s; -webkit-transform:all 1s ease 0s; }
#List .prodList .l1 .img:hover img{ transform:scale(1.1); transition:all 1s ease 0s; -webkit-transform:all 1s ease 0s; cursor:pointer; }


#List .prodList .l1 .img .bg{ position: absolute; top: 200%; width: 100%; height: 100%; background: rgba( 8,104,218, 0.8);
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
#List .prodList .l1 .img .ico{ position: absolute; top: 200%; left: 50%; margin-top: -21px; margin-left: -21px; width: 42px; height: 42px; background: url(../images/1954_prod13.png) no-repeat center; background-size: cover;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
#List .prodList .l1 .text{ line-height: 60px; overflow: hidden; font-size: 16px; color: #333;transition:all 0.4s; background: #fff; text-align: center;}
#List .prodList .l1:hover .img{ border: 1px solid #0d52a9;}
#List .prodList .l1:hover .img .bg{ top: 0;}
#List .prodList .l1:hover .img .ico{ top: 50%;}
#List .prodList .l1:hover .text{ color: #fff; background: #0d52a9;-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;}
@media screen and  (max-width:1399px){
#List .prodList .l1 .img{ height: 285px; }
}
@media screen and  (max-width:1199px){
#List .prodList .l1 .img{ height: 230px; }
}
@media screen and  (max-width:991px){
#List .prodList .u1{ margin: -5px -1%;}
#List .prodList .l1{ width: 48%; margin: 5px 1%;}
#List .prodList .l1 .text{ height: 30px; line-height: 30px; font-size: 14px;}  
#List .prodList .l1 .img{ height: 265px; }
}
@media screen and  (max-width:767px){
#List .prodList .l1 .img{ height: 140px; }
}
/* 页码 */
#Pagination{ width: 100%; float: left;}
#Pagination .wack1{ text-align: center;}
#Pagination .pz_fy{ display: inline-block; *display: inline; *zoom: 1;}
#Pagination .pz_fy a { padding: 10px 15px; line-height: 38px; border: 1px solid #e2e2e2; color:#333333; background:#fff; font-size: 14px; font-family: Arial; margin: 0 5px;}
#Pagination .pz_fy a:hover,
#Pagination .pz_fy a.page-num-current { background: #0d52a9; color: #fff; border: 1px solid #0d52a9;}
#Pagination .pz_fy .l2,#Pagination .pz_fy .r2{ width: 100px;}
@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){

}
@media screen and  (max-width:991px){
#Pagination .fy_pc{ text-align:center; font-size:14px; color:#272727; padding:5px 0;}
#Pagination .fy_pc a{ padding:5px 25px; background: #0d52a9; color:#fff; border: transparent; border-radius:16px; overflow:hidden;}
#Pagination .fy_pc span{ padding:5px 20px; color:#272727;}
}
@media screen and  (max-width:767px){

}
/* 3产品详情 */
.pro-pos{
    background:#f5f5f5;
    width:100%;
    float:left;
    color:#555;
}
.pro-pos a{
    color:#555;
    font-size:14px;
}
#Subpage{ width: 100%; float: left;}
#Subpage .prodCon{ width: 100%; float: left;}
#Subpage .prodCon .container{ background:#fff;}
#Subpage .prodCon .proshow{ width:100%; margin:0 auto; padding:5% 2% }
#Subpage .prodCon .proshow > h2{ font-size: 26px; font-weight: bold; text-align: center; color: #555;}
#Subpage .prodCon .prodTop{ width: 100%; overflow: hidden;}
#Subpage .prodCon .prodTop .left{ width: 45%; float: left; border: 1px solid #d6dbe1;}
#Subpage .prodCon .prodTop .left .img{ max-height: 410px;}
#Subpage .prodCon .prodTop .left .slick-prev{ width: 24px; height: 42px; left: 25px; background: url(../images/1956_prodcon2.png) no-repeat center; background-size: cover; background-color: #e5e5e5;}
#Subpage .prodCon .prodTop .left .slick-prev:hover{background: url(../images/1956_prodcon2_1.png) no-repeat center; background-size: cover; background-color: rgba( 8,104,218, 0.1);}
#Subpage .prodCon .prodTop .left .slick-next{ width: 24px; height: 42px; right: 25px; background: url(../images/1956_prodcon3.png) no-repeat center; background-size: cover; background-color: #e5e5e5;}
#Subpage .prodCon .prodTop .left .slick-next:hover{background: url(../images/1956_prodcon3_1.png) no-repeat center; background-size: cover; background-color: rgba( 8,104,218, 0.1);}
#Subpage .prodCon .prodTop .right{ width: 50%; float: right;}
#Subpage .prodCon .prodTop .right .t1{ margin: 25px 0 15px 0; font-size: 24px; line-height: 26px; color: #333;}
#Subpage .prodCon .prodTop .right .t2{ font-size: 16px; line-height: 18px; color: #888;}
#Subpage .prodCon .prodTop .right .line{ width: 100%; height: 1px; margin: 30px 0; border-top: 1px dashed #ccc;}
#Subpage .prodCon .prodTop .right .info{ margin-bottom: 70px; font-size: 16px; line-height: 30px;}
#Subpage .prodCon .prodTop .right .more{ display:block; font-size: 16px; width: 126px; height: 44px; line-height: 44px; text-align: center; background: #0d52a9; color: #fff; border-radius: 3px;}
#Subpage .prodCon .prodTop .right .more:hover{ opacity: 0.8;}
#Subpage .prodCon .prodBot{ margin-top: 60px; margin-bottom: 60px; background: url(../images/1956_prodcon5.png) repeat-x center 10px;}
#Subpage .prodCon .l_fy{ width: 50%; float: left;}
#Subpage .prodCon .r_fy{ width: 50%; float: right; text-align: right;}
#Subpage .prodCon .prodBot .tit{ display: inline-block; background: #fff; padding-right: 30px;}
#Subpage .prodCon .prodBot .tit .ico{ float: left; width: 26px; height: 26px; line-height: 26px; text-align: center; border-radius: 50%; background: #0d52a9;}
#Subpage .prodCon .prodBot .tit .t1{ float: left; line-height: 24px; margin-left: 13px; font-size: 24px; color: #0d52a9;}
#Subpage .prodCon .prodBot .info{ margin-top: 40px; font-size: 16px; line-height: 30px; color: #333;}
.tab{width:100%; border-color:#ccc}
.tab tr td{padding:8px 10px}
.tab tr{background:#fff;}
.tab tr.trbg{background:#0d52a9; color:#fff}
.proshow-ntit{
        font-weight: bold;
    margin: 10px 0;
    font-size: 20px;
    color: #0d52a9;
    background: #f5f5f5;
    width: max-content;
    padding: 0.6% 2%;
    border-radius: 5px;
    border-left: 2px solid;
}
.tab1{
    display: block;overflow-x: auto;-webkit-overflow-scrolling: touch;
}

@media screen and  (max-width:1399px){
#Subpage .prodCon .prodTop .right .info{ margin-bottom: 40px;}
}
@media screen and  (max-width:1199px){
#Subpage .prodCon .prodTop .right .t1{ margin: 0 0 10px 0;}
#Subpage .prodCon .prodTop .right .line{ margin: 15px 0;}
#Subpage .prodCon .prodTop .right .info{ margin-bottom: 15px;}
}
@media screen and  (max-width:991px){
#Subpage .prodCon .prodTop .left{ width: 100%;}
#Subpage .prodCon .prodTop .right{ width: 100%;} 
#Subpage .prodCon .prodTop .right .t1{ margin: 10px 0 5px 0; font-size: 16px; line-height: 18px;}
#Subpage .prodCon .prodTop .right .t2{ font-size: 14px; line-height: 16px;}
#Subpage .prodCon .prodTop .right .line{ margin: 10px 0;}
#Subpage .prodCon .prodTop .right .info{ margin-bottom: 10px; font-size: 14px; line-height: 24px;}
#Subpage .prodCon .prodTop .right .more{ font-size: 14px; width: 100px; height: 34px; line-height: 34px;}
    #Subpage .prodCon .proshow{margin-bottom: 30px;}
#Subpage .prodCon .prodBot{ margin-top: 20px; margin-bottom: 20px;}
#Subpage .prodCon .prodBot .tit{ padding-right: 15px;}
#Subpage .prodCon .prodBot .tit .t1{ margin-left: 10px; font-size: 16px;}
#Subpage .prodCon .prodBot .info{ margin-top: 15px; font-size: 14px; line-height: 24px;}
}
@media screen and  (max-width:767px){
    .proshow-ntit{
        font-size:18px;
        padding:2% 3.8%;
    }
    .tab{
        display: block;overflow-x: auto;-webkit-overflow-scrolling: touch;
    }

}
/* 4客户案例 */
.khimg{box-shadow:0 0 6px rgb(0 0 0 / 20%); width:18% !important;}
#List2{ width: 100%; float: left;}
#List2 .caseList .u1{ width: 102%; margin: -15px -1%; float: left;}
#List2 .caseList .l1{ width: 23%; float: left; margin: 15px 1%;}
#List2 .caseList .listl1{ width: 31.3% !important; float: left; margin: 15px 1%;}
#List2 .caseList .l1 .img{ width: 100%; line-height: 0; position: relative; overflow: hidden;
-webkit-transition: 0.5s ease;
-moz-transition: 0.5s ease;
-ms-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;}
#List2 .caseList .l1 .img img{
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;
vertical-align:middle;
-ms-interpolation-mode:bicubic;}
#List2 .caseList.honlist .l1 .img {
    text-align: center;
}
#List2 .caseList.honlist .l1 .img img{
    max-height: 240px;
    min-height: 240px;
    width: auto;
}
#List2 .caseList .l1:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);} 
#List2 .caseList .l1 .wz{ position: absolute; bottom: 0; width: 100%; font-size: 16px; height: 50px; line-height: 50px; color: #fff; background: rgba(0,0,0,0.42); text-align: center;}
#List2 .caseList .l1 .tp{ line-height: 0; border: 1px solid #d6dbe1; border-top: 0;}

@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){

}
@media screen and  (max-width:991px){
#List2 .caseList .u1{ margin: -5px -1%;}
#List2 .caseList .l1{ width: 48%; margin: 5px 1%;}
#List2 .caseList .listl1{ width: 48% !important; margin: 5px 1%;}
#List2 .caseList .l1 .wz{ height: 30px; line-height: 30px; font-size: 14px;}
    #List2 .caseList.honlist .l1 .img img{
            max-height: 180px;
    min-height: 180px;
    }

.khimg{ width:23% !important;}
}
@media screen and  (max-width:768px){
    #List2 .caseList.honlist .l1 .img img{
            max-height: 160px;
    min-height: 160px;
    }
}
/* 5新闻资讯 */
#List3{ width: 100%; float: left;}
#List3 .newsList .l1{ width: 100%; overflow: hidden;}
#List3 .newsList .l1 a{ display: block; width: 100%; height: 100%;}
#List3 .newsList .l1 .date{ float: left; text-align: center;}
#List3 .newsList .l1 .date .date_r{ width: 130px; position: relative; margin: 60px 0 10px 0; font-size: 54px; line-height: 40px; color: #666; font-family: "Open Sans";}
#List3 .newsList .l1 .date .date_r::after{ position: absolute; top: 0; right: -23px; content: ""; display: block; width: 5px; height: 26px; background: #0d52a9;}
#List3 .newsList .l1 .date .date_ny{ font-size: 16px; line-height: 18px; color: #666; font-family: "Open Sans";}
#List3 .newsList .l1 .text{ width: 100%; padding-left: 150px;}
#List3 .newsList .l1 .text .img{ padding: 60px 60px 60px 70px; border-left: 1px solid #d9d9d9; float: left; width: 44%; line-height: 0;}
#List3 .newsList .l1 .text .right{ margin: 60px 0 0 0; float: right; width: 56%;}
#List3 .newsList .l1 .text .tit{ margin: 25px 0; font-size: 20px; line-height: 22px; height: 22px; overflow: hidden; color: #333;}
#List3 .newsList .l1 .text .info{ font-size: 16px; line-height: 32px; max-height: 128px; overflow: hidden; color: #666;}
#List3 .newsList .l1 .text .line{ float: left; width: 100%; height: 1px; border-top: 1px dashed #cccccc;}
#List3 .newsList .l1:hover .date .date_r{ color: #0d52a9;}
#List3 .newsList .l1:hover .date .date_ny{ color: #0d52a9;}
#List3 .newsList .l1:hover .text .tit{ color: #0d52a9;}
@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){
#List3 .newsList .l1 .text .info{ max-height: 64px;}
}
@media screen and  (max-width:991px){
#List3 .newsList .l1 .date .date_r{ width: 80px; margin: 20px 0 10px 0; font-size: 26px; line-height: 20px;}
#List3 .newsList .l1 .date .date_ny{ font-size: 14px; line-height: 16px;}
#List3 .newsList .l1 .text{ padding-left: 100px;}
#List3 .newsList .l1 .text .img{ padding: 20px;}
#List3 .newsList .l1 .text .right{ margin: 20px 0 0 0;}
#List3 .newsList .l1 .text .tit{ margin: 10px 0; font-size: 16px; line-height: 18px; height: 18px;}
#List3 .newsList .l1 .text .info{ font-size: 14px; line-height: 24px; max-height: 72px;}
}
@media screen and  (max-width:767px){
#List3 .newsList .l1 .date .date_r{ width: 40px;}
#List3 .newsList .l1 .text{ padding-left: 60px;}
#List3 .newsList .l1 .text .img{ padding: 20px 10px;}
#List3 .newsList .l1 .text .tit{ margin: 5px 0;}
#List3 .newsList .l1 .text .info{ max-height: 48px;}
}
/* 6新闻详情 */
#Subpage2{ width: 100%; float: left;}
#Subpage2 .newsCon{ padding: 0 60px;}
#Subpage2 .newsCon .tit{ position: relative;}
#Subpage2 .newsCon .tit .t1{ width: 74%; margin: 0 auto; font-size: 36px; line-height: 38px; text-align: center; color: #333; font-family: "YaHei Bold"; font-weight: bolder;}
#Subpage2 .newsCon .tit .t2{ margin: 25px 0 35px 0; font-size: 16px; line-height: 18px; text-align: center; color: #888;}
#Subpage2 .newsCon .tit .fh{ padding-left: 50px; font-size: 16px; color: #999; position: absolute; right: 0; top: 13px; background: url(../images/show.png) no-repeat left center; background-size: 37px 20px;}
#Subpage2 .newsCon .tit .fh:hover{ color: #0d52a9;}
#Subpage2 .newsCon .dd{ padding: 40px 140px 40px 40px; background: #f4f4f4;}
#Subpage2 .newsCon .dd .left{ width: 54px; float: left; font-size: 24px; line-height: 30px; border-right: 1px solid #dedede; color: #888;} 
#Subpage2 .newsCon .dd .right{ width: 100%; padding-left: 90px; font-size: 16px; line-height: 30px; color: #888;}
#Subpage2 .newsCon .info{ margin: 40px 0 60px 0; font-size: 16px; line-height: 36px; color: #666;}
#Subpage2 .newsCon .sx_fy{ padding-top: 40px; position: relative; border-top: 1px solid #dadada;}
#Subpage2 .newsCon .sx_fy .l_fy,#Subpage2 .newsCon .sx_fy .r_fy{ display: block; font-size: 16px; line-height: 30px; width: 80%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; text-transform: uppercase; color: #888;}
#Subpage2 .newsCon .sx_fy .l_fy:hover,#Subpage2 .newsCon .sx_fy .r_fy:hover{ color: #0d52a9;}
#Subpage2 .newsCon .bdsharebuttonbox{ position: absolute; top: 50px; right: 0;}
#Subpage2 .newsCon .bdsharebuttonbox .p{ float: left; font-size: 16px; line-height: 16px; color: #888;}
#Subpage2 .newsCon .bdsharebuttonbox a{ margin: 0 3px!important;}
@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){

}
@media screen and  (max-width:991px){
#Subpage2 .newsCon{ padding: 0;}
#Subpage2 .newsCon .tit{ text-align: center;}
#Subpage2 .newsCon .tit .t1{ width: 100%; font-size: 16px; line-height: 18px;}
#Subpage2 .newsCon .tit .t2{ margin: 5px 0; font-size: 12px; line-height: 14px;}
#Subpage2 .newsCon .tit .fh{ margin-bottom: 10px; position: static; display: inline-block; padding-left: 25px; font-size: 14px; background-size: 19px 10px;}
#Subpage2 .newsCon .dd{ padding: 10px;}
#Subpage2 .newsCon .dd .left{ width: 23px; font-size: 16px; line-height: 24px;} 
#Subpage2 .newsCon .dd .right{ padding-left: 30px; font-size: 14px; line-height: 24px;}
#Subpage2 .newsCon .info{ margin: 10px 0 15px 0; font-size: 14px; line-height: 24px;}
#Subpage2 .newsCon .sx_fy{ padding-top: 15px;}
#Subpage2 .newsCon .sx_fy .l_fy,#Subpage2 .newsCon .sx_fy .r_fy{ font-size: 14px; line-height: 24px; width: 100%;}
}
@media screen and  (max-width:767px){

}
/* 8人才招聘 */
#Content14{ width: 100%; float: left;}
#Content14 .joinList .u1{ margin: -10px 0;}
#Content14 .joinList .l1{ margin: 10px 0; width: 100%; float: left;}
#Content14 .joinList .l1 .tit{ padding: 0 40px; height: 74px; line-height: 74px; cursor: pointer; overflow: hidden; float: left; position: relative; width: 100%; background: #f4f5f6;}
#Content14 .joinList .l1 .tit .t1{ width: 20%; font-size: 18px; color: #333; float: left;}
#Content14 .joinList .l1 .tit .t2{ width: 22%; font: 14px; color: #666; float: left;}
#Content14 .joinList .l1 .tit .t3{ width: 28%; font: 14px; color: #666; float: left;}
#Content14 .joinList .l1 .tit .t4{ width: 20%; font: 14px; color: #666; float: left;}
#Content14 .joinList .l1 .tit .t5{ width: 10px; height: 10px; position: absolute; top: 30px; right: 40px; transform: rotate(135deg); border-top: 1px solid #0d52a9; border-right: 1px solid #0d52a9; float: right;}
#Content14 .joinList .l1 .box{ display: none; padding: 40px; float: left; width: 100%; background: #f4f5f6;}
#Content14 .joinList .l1 .box .p1{ margin-bottom: 20px; font-size: 16px; line-height: 18px; font-weight: bold; color: #333;}
#Content14 .joinList .l1 .box .p2{ margin-bottom: 40px; font-size: 14px; line-height: 36px; color: #666;}
#Content14 .joinList .l1 .box .more{ display: block; font-size: 16px; width: 148px; height: 48px; line-height: 48px; text-align: center; border-radius: 5px; color: #fff; background: #474747;}
#Content14 .joinList .l1 .box .more:hover{ background: #0d52a9;}
#Content14 .joinList .l1:hover .tit,#Content14 .joinList .l1 .tit.on{ background: #0d52a9;}
#Content14 .joinList .l1:hover .tit .t1,#Content14 .joinList .l1 .tit.on .t1{ color: #fff;}
#Content14 .joinList .l1:hover .tit .t2,#Content14 .joinList .l1 .tit.on .t2{ color: #fff;}
#Content14 .joinList .l1:hover .tit .t3,#Content14 .joinList .l1 .tit.on .t3{ color: #fff;}
#Content14 .joinList .l1:hover .tit .t4,#Content14 .joinList .l1 .tit.on .t4{ color: #fff;}
#Content14 .joinList .l1:hover .tit .t5,#Content14 .joinList .l1 .tit.on .t5{ top: 34px; transform: rotate(-45deg); border-top: 1px solid #fff; border-right: 1px solid #fff;}

@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){

}
@media screen and  (max-width:991px){
#Content14 .joinList .u1{ margin: -5px 0;}
#Content14 .joinList .l1{ margin: 5px 0;}
#Content14 .joinList .l1 .tit{ padding: 0 10px; height: 40px; line-height: 40px;}  
#Content14 .joinList .l1 .tit .t1{ font-size: 14px;} 
#Content14 .joinList .l1 .tit .t2{ font-size: 12px;}
#Content14 .joinList .l1 .tit .t3{ font-size: 12px;}
#Content14 .joinList .l1 .tit .t4{ font-size: 12px;}
#Content14 .joinList .l1 .tit .t5{ top: 12px; right: 10px;}
#Content14 .joinList .l1 .box{ padding: 10px;}
#Content14 .joinList .l1 .box .p1{ margin-bottom: 10px; font-size: 14px; line-height: 16px;}
#Content14 .joinList .l1 .box .p2{ margin-bottom: 15px; font-size: 12px; line-height: 20px;}
#Content14 .joinList .l1 .box .more{ font-size: 14px; width: 100px; height: 30px; line-height: 30px;}
#Content14 .joinList .l1:hover .tit .t5,#Content14 .joinList .l1 .tit.on .t5{ top: 18px;}
}
@media screen and  (max-width:767px){
#Content14 .joinList .l1 .tit{ height: auto; padding: 10px; line-height: 20px;}
#Content14 .joinList .l1 .tit .t1{ width: 48%;} 
#Content14 .joinList .l1 .tit .t2{ width: 48%;}
#Content14 .joinList .l1 .tit .t3{ width: 48%;}
#Content14 .joinList .l1 .tit .t4{ width: 48%;}
}
/* 7联系我们 */
#Content15{ width: 100%; float: left;}
#Content15 .contCon .u1{ width: 102%; margin: 0 -1%; overflow: hidden;}
#Content15 .contCon .l1{ float: left; width: 18%; margin: 0 1%; padding: 25px 10px; background: #f5f5f5;}
#Content15 .contCon .l1 .ico{ width: 50px; height: 50px; line-height: 0; margin: 0 auto 20px auto;}
#Content15 .contCon .l1 .t1{ font-size: 16px; line-height: 26px; height: 65px; overflow: hidden; text-align: center; color: #333;}
#Content15 .contCon .l1 .t2{ margin: 5px auto 13px auto; width: 14px; height: 14px; line-height: 0;}
#Content15 .contCon .l1 .t3{ font-size: 18px; line-height: 18px; height: 18px; overflow: hidden; color: #333; text-align: center;}
#Content15 .bdmap{ height: auto; margin-top: 30px;}

@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){

}
@media screen and  (max-width:991px){
#Content15 .contCon .l1{ padding: 15px 5px;}
#Content15 .contCon .l1 .ico{ width: 40px; height: 40px; margin: 0 auto 10px auto;}
#Content15 .contCon .l1 .t1{ font-size: 14px; line-height: 20px; height: 60px;}
#Content15 .contCon .l1 .t2{ margin: 10px auto 5px auto; width: 10px; height: 10px;}
#Content15 .contCon .l1 .t3{ font-size: 14px; line-height: 14px; height: 14px;}
}
@media screen and  (max-width:767px){
#Content15 .contCon .u1{ width: 100%; margin: 0;}
#Content15 .contCon .l1{ width: 100%; margin: 0 0 10px 0;}
#Content15 .bdmap{ height: 340px; margin-top: 10px;}
}
/* 单页 */
#Content16{ width: 100%; float: left;}
#Content16 .info{ font-size: 16px; line-height: 30px;}
@media screen and  (max-width:1399px){

}
@media screen and  (max-width:1199px){

}
@media screen and  (max-width:991px){
#Content16 .info{ font-size: 14px; line-height: 24px;}  
}
@media screen and  (max-width:767px){

}
