.swiper-button-prev,
.swiper-button-next {
    background: none;
    margin-top: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
    opacity: 1 !important;
    font-size: 20px;
    width: auto;
    height: auto;
}
.banner{ margin-top:0px; position:relative; z-index:5;}
.bannerd{
	width: 100%;
	background: #fff; overflow:hidden; position:relative;
}
.bannerd .swiper-slide{ width:100%; display:block; position:relative;
	/* height: 8.0rem; */background-color:#666666;
}
.bannerd .swiper-slide .wznr{width:100%; height:100%;display: flex; 
 justify-content: center; /*使子项目水平居中*/
  align-items: center;
 /*使子项目垂直居中*/text-align:center;  position:absolute; left:0px; top:0px; z-index:1;  justify-content:flex-start; background-color:rgba(0,0,0,0.3)
}
.bannerd .swiper-slide .wznr .js{ width:80%; display:none;flex-shrink:0; margin-left:10%; }
.bannerd .swiper-slide .wznr h5{
	font-size:40px;
	color:#fff;
	line-height:2;
	text-shadow: 1px 2px 8px #000;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.bannerd .swiper-slide .wznr h4{ font-size:60px; color:#fff; line-height:2;text-shadow: 1px 2px 8px #000; }
.bannerd .swiper-slide .wznr p{ font-size:16px; color:#f1f1f1; margin-top:15px; line-height:1.8;text-shadow: 1px 2px 8px #000;} 
.bannerd .swiper-slide .wznr span{display:inline-block;  color:#fff; text-align:center; text-transform:uppercase; width:150px; height:40px;border-radius:4px; background-color:#288FE1; line-height:38px; font-size:14px; margin-top:2.5%;}
.bannerd .swiper-slide .wznr span:hover{ background-color:#0070C0;}
.bannerd .swiper-slide-active .wznr .js{ display:block;}
.bannerd .swiper-slide img{
	border:0px;  width:100%; max-height:100vh;
}
.bannerd .swiper-slide  a{ display:block; width:100%;background-position: center; background-repeat: no-repeat; background-size:cover;}
.bannerd .swiper-pagination-bullets{ bottom:10px; margin-bottom:25px;}
.bannerd .swiper-pagination-bullet{
	width: 14px;
	height:14px;
background-color:#fff;
	opacity: 1;box-shadow:0px 1px 4px #333;
}
.bannerd .swiper-pagination-bullet-active{
	background:#00A1E9; 
}
.bannerd .swiper-button-prev{
	left:0px;
	width:60px;
	height:60px;
	background-color:rgba(255,255,255,0.2);
	background-image:url(left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bannerd .swiper-button-prev:hover,.bannerd .swiper-button-next:hover{ background-color:#288FE1}
.bannerd .swiper-button-next{ right:0px;width:60px; height:60px; background-color:rgba(255,255,255,0.2); 	background-image:url(right.png);
	background-repeat: no-repeat;
	background-position: center center;}
.bannerd .swiper-button-prev,.bannerd .swiper-button-next{ filter: Alpha(Opacity=0);
-moz-opacity:0; 		opacity:0;transition:all 0.3s ease-in-out 0s; display:none; }
.bannerd:hover .swiper-button-prev,.bannerd:hover .swiper-button-next{ filter: Alpha(Opacity=80);
-moz-opacity:0.8; 		opacity:0.8; display:block;}

.banner h6 {
    font-size: 38px;
    color: #fff;
    margin: 0 39px
}

.banner .swiper-button-prev:hover h6,
.banner .swiper-button-next:hover h6 {
    color: #288FE1
}

.banner_txt1 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);

    -webkit-transform: translateX(-50%);
    text-align: center
}

.banner_txt h2 {
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    line-height: 66px;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);

    -webkit-transform: translateY(-100%);
    opacity: 0;
}

.banner_txt h2 {
    letter-spacing: .15em
}

.banner_txt h3 {
    line-height: 34px;
    font-size: 18px;
    color: rgba(255, 255, 255, .4);
    text-transform: uppercase;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);

    -webkit-transform: translateY(-100%);
    opacity: 0;
}

.banner_txt2 h3:after {
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    background: #fff;
    margin-top: 45px
}

.banner_txt2 {
    position: absolute;
    top: 50%;
    right: 17%;
}

.banner_txt3 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.banner_txt2 h2,
.banner_txt3 h2 {
    text-shadow: 0 0 10px rgba(0, 0, 0.5)
}

.banner_txt2 h3,
.banner_txt3 h3 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: capitalize;
    text-shadow: 0 0 10px rgba(0, 0, 0.5)
}

.banner.active .banner_txt h3,
.banner.active .banner_txt h2 {
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);

    -webkit-transform: translateY(0);
}

.banner .swiper-slide a>img {
    width: 100%
}
.banner .swiper-slide a>img:nth-child(2){
    display: none
}
.index_wrap1 {
    padding: 3% 0;
    /* background: #f8f8f8 */
}

.i_w1_left {
    display: inline-block;
    width: 50%;
    padding-right: 45px;
    box-sizing: border-box;

}

.about .i_w1_left,
.about .i_w1_right {
    vertical-align: middle
}

.index_tit h2 {
    font-size: 40px;
    color: #288FE1;
    font-family: 'fz',"Microsoft YaHei", "微软雅黑";
    line-height: 50px;
    /* opacity: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);

    -webkit-transform: translateX(-100%); */
}

.index_tit h3 {
    font-family: 'hcb',"Microsoft YaHei", "微软雅黑";
    color: rgba(51, 51, 51, .7);
    font-size: 16px;
    line-height: 28px;
    /* opacity: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);

    -webkit-transform: translateX(-100%); */
    text-transform: uppercase
}

.i_w1_left p {
    font-family: 'ar',"Microsoft YaHei", "微软雅黑";
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 40px;
    /* opacity: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);

    -webkit-transform: translateX(-100%); */
}

.about .i_w1_left p {
    font-size: 18px
}

.about .i_w1_left {
    padding-right: 90px
}
#qywh{ width:100%; display:block; margin-top:2.5%; }
#whzs{
	width:100%; float:left;

}
#whzs ul{ margin-left:-2%;}
#whzs li{ list-style-type:none; float:left; width:23%; margin-left:2%;}
#whzs  LI{text-align:center;   text-align:center;transition:all 0.4s ease-in-out 0s; padding-bottom:8.5%; position:relative;}
#whzs  LI .nr{ width:100%; float:left;}
#whzs  LI .nr dd{ width:100%; overflow:hidden; padding-bottom:60%; position:relative; display:block; overflow:hidden;transition:all 0.4s ease-in-out 0s;border-radius:10px; z-index:1;}
#whzs  LI .nr dd .zzc{ filter: Alpha(Opacity=0);
-moz-opacity:0; 		opacity:0;
	position:absolute;
	left:0px;
	 bottom:-110%;
	width:100%;
	height:100%;
	z-index:2;
	background-color:rgba(0,0,0,0.5);
	background-image: url(Lightbulb.png);
	background-repeat: no-repeat;
	background-position: center center;background-size:18% auto;transition:all 0.4s ease-in-out 0s;
}
#whzs  LI .nr dd img{ position:absolute; left:0px; width:100%; top:0px; z-index:1; transition:all 0.4s ease-in-out 0s;min-height:100%;border-radius:10px;}
#whzs  LI .nr .qt{ width:92%; padding:0px 4%;  text-align:center; z-index:2; position:relative; bottom:0px; position:absolute; left:0px; transition:all 0.4s ease-in-out 0s;}
#whzs  LI .nr .qt .nra{ background-color:#F7F7F8;  width:94%; padding:3%; float:left;border-radius:5px;}
#whzs  LI .nr .qt .nra .nrxx{ border:#D9D9D9 solid 1px; display:block; padding:4%; width:92%;}
#whzs  LI .nr .qt h5{ text-align:center;
	font-size:14px;
	color:#000;
	overflow:hidden;
	TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;
	line-height:40px;
	height:40px;
	font-weight:bold;
	background-image: url(line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#whzs  LI .nr .qt p{ height:50px; margin-top:2.5%;font-weight:normal; text-align:center; line-height:25px;overflow:hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; color:#777;}
#whzs  LI .nr .qt h4{ text-align:center;margin-top:2%; color:#000000; font-size:12px; line-height:16px;}
#whzs  LI:hover .nr .qt h5{color:#288FE1;}
#whzs  LI:hover .nr .qt{ bottom:4.5%;}
#whzs  LI .nr .qt h4 i{ display:inline-block; width:16px; height:16px; font-size:12px; text-align:center; background-color:#C5C5C5; color:#FFFFFF; line-height:16px; margin-left:10px;}
#whzs  LI:hover .nr .qt h4 i{ background-color:#288FE1;}
#whzs  LI:hover .nr .qt h4{color:#288FE1;}
#whzs  LI:hover .nr dd .zzc{filter: Alpha(Opacity=100);
-moz-opacity:1; 		opacity:1; bottom:0px;}
#whzs  LI:hover:hover dd img{ -webkit-transform:scale(1.10);-moz-transform:scale(1.10);-o-transform:scale(1.10);transform:scale(1.10);}
#whzs .owl-controls .owl-dots .owl-dot{ margin-top:0.2%;}
#whzs .owl-controls .owl-dots .owl-dot span{
width:10px;height:10px;margin:12px 5px; background-color:#C7C7C9;border-radius:10px;
}
#whzs .owl-controls .owl-dots .owl-dot.active span,#whzs .owl-theme .owl-dots .owl-dot:hover span{background-color:#288FE1;}
.active .i_w1_left p,
.active .index_tit h3,
.active .index_tit h2 {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);

    -webkit-transform: translateX(0);
}

.i_w1_left ul {
    font-size: 0;
    margin-top: 85px
}

.i_w1_left li {
    display: inline-block;
    margin-right: 60px;
    text-align: center;
    /* transform: translateX(-100%);
    -ms-transform: translateX(-100%);

    -webkit-transform: translateX(-100%);
    opacity: 0; */
}

.active .i_w1_left li {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);

    -webkit-transform: translateX(0);
}

.i_w1_left li span {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #dfdfdf;
    position: relative;
    background: #ffffff
}

.i_w1_left li h6 {
    width: 67px;
    height: 67px;
    /* background: #288FE1; */
    border-radius: 50%;
    display: inline-block;
    line-height: 67px;
    font-size: 38px;
    color: #bababa;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);

    -webkit-transform: translateX(-50%) translateY(-50%);
    /* Safari and Chrome */
}

.i_w1_left li:hover h6 {
    background: #288FE1;
    color: #fff
}

.i_w1_left li font {
    display: inline-block;
    margin-top: 5px;
    font-size: 15px;
    color: #666
}

.i_w1_left li:hover font {
    color: #288FE1
}

.i_w1_right {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding-left: 58px;
    vertical-align: top
}

.i_w1_right .i_video {
    position: relative;
}

.i_video img,
.i_video video {
    width: 100%
}

.i_video img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.i_video h6 {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);

    -webkit-transform: translateX(-50%) translateY(-50%);
    background: rgba(255, 255, 255, .37);
    text-align: center;
    z-index: 6;
}

.i_video.ac div {
    opacity: 0;
}

.i_video h6 span {
    display: inline-block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);

    -webkit-transform: translateX(-50%) translateY(-50%);
    background: #fff;
    color: #288FE1;
    line-height: 54px;

}

.i_video h6 span:before {
    width: 12px;
    display: inline-block
}

.index_wrap2 {
    background-image: url(wrap2_06.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 28px 0 33px
}

.index_wrap2 li h6 span {
    font-size: 60px;
    color: #fff;
    font-family: 'hcb',"Microsoft YaHei", "微软雅黑";
}

.index_wrap2>ul>li {
    display: inline-block;
    width: 16.66666%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 16px;
    vertical-align: top;
    position: relative;
}

.index_wrap2>ul>li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 96px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
}

.index_wrap2>ul>li:last-child:after {
    display: none
}

.index_wrap2>ul>li>h5 {
    line-height: 22px;
    color: rgba(255, 255, 255, .8);
    height: 44px;
    font-size: 16px
}

.index_wrap2 li h6:after {
    content: '';
    display: block;
    width: 26px;
    height: 2px;
    background: rgba(255, 255, 255, .5);
    margin-top: 15px;
    margin: 15px auto;
}

.index_wrap3 {
    background-image: url(index_wrap3bac_02.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    padding: 70px 0 115px;
    /* background-attachment:fixed */
}

.index_wrap3 .index_tit h3 {
    color: #fff
}

.i_w3_l_content {
    /* margin-top: 90px */
}

.index_wrap3 .index_tit {
    margin-bottom: 40px
}

.i_w3_l_content h6 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.i_w3_l_content h6:after {
    content: '';
    display: block;
    height: 2px;
    width: 18px;
    background: #288FE1;
    margin-top: 18px
}

.i_w3_left {
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    box-sizing: border-box;
    padding-right: 250px
}

.i_w3_l_content a {
    display: block;
    width: 170px;
    height: 38px;
    border-radius: 38px;
    border: 1px solid rgba(255, 255, 255, .3);
    text-align: center;
    line-height: 38px;
    color: #fff;
    margin-top: 65px;
    overflow: hidden;
    position: relative;
}

.i_w3_l_content a span {
    position: relative;
    z-index: 2;
}

.i_w3_l_content a img {
    position: absolute;
    top: 50%;
    left: 87%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
    z-index: 2;
}

.i_w3_l_content a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #288FE1;
    transform: translateX(-100%);
    -ms-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
    z-index: 0;
}

.i_w3_l_content a:hover:before {
    transform: translateX(0);
    -ms-transform: translateX(0);

    -webkit-transform: translateX(0);
}

.index_tit div {
    float: left;
}

.index_tit a {
    float: right;
    color: #fff;
    margin-top: 30px
}

.index_tit a:hover {
    color: #288FE1
}

.index_tit a h6 {
    font-size: 40px;

}

.index_tit a:hover {
    color: #288FE1
}

.jn_logo ul {
    display: none;
    text-align: center
}

.jn_logo ul.ac {
    display: block
}

.jn_logo li {
    display: inline-block;
    box-sizing: border-box;
    /* padding-right: 30px; */
    width: 50%
}

.jn_logo li img {
    width: 80%
}

.jn_logo li img:nth-child(2) {
    display: none
}

.jn_logo li:hover img:nth-child(2) {
    display: inline-block;
}

.jn_logo li:hover img:nth-child(1) {
    display: none;
}

.jn_logo li:nth-child(3n) {
    margin-right: 0
}

.jn_logo h6 {
    margin-bottom: 35px;
    text-align: left
}


.i_w3_right {
    display: inline-block;
    width: 55%;
    /* margin-top: 90px */
    vertical-align: middle
}

.w3_yelist {
    font-size: 0
}

.w3_yelist li {
    display: inline-block;
    width: 22.11%;
    margin-right: 3.853333%;
    margin-bottom: 29px;
    text-align: center;
    box-sizing: border-box;
    opacity: 0;
}

.w3_yelist li:nth-child(5),
.w3_yelist li:nth-child(6),
.w3_yelist li:nth-child(7) {
    margin-bottom: 0
}

.active .w3_yelist li {
    opacity: 1;
}

.w3_yelist li:nth-child(4n) {
    margin-right: 0
}

.w3_yelist li span {
    display: block;
    color: #fff;
    font-size: 45px;
    line-height: 40px
}

.w3_yelist li font {
    font-size: 18px;
    color: #fff;

}

.w3_yelist li a {
    padding: 15px 0 20px;
    display: block;
    border: 1px solid rgba(255, 255, 255, .6);
}

.w3_yelist li:hover a,
.w3_yelist li.ac a {
    background: #fff
}

.w3_yelist li:hover span,
.w3_yelist li:hover font,
.w3_yelist li.ac span,
.w3_yelist li.ac font {
    color: #288FE1
}

.w3_yelist {
    margin-bottom: 16px
}

.index_wrap3 .container>p {
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 45%;
    padding-right: 5%
}

.i_w3_right>p span {
    font-weight: bold;
    display: inline-block;
    padding: 0 5px
}

.index_wrap4 {
    padding: 50px 0 90px
}

.index_wrap4 .index_tit {
    margin-bottom: 35px
}

.index_wrap4 .index_tit a {
    color: #b2b2b2
}

.index_wrap4 .index_tit a:hover {
    color: #288FE1
}

.index_wrap7 .jdgclist li {
    background: #e5e5e5
}

.i_w4_left {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding-right: 0
}

.i_w4_left a {
    display: block;
    font-size: 0
}

.i_w4_left .mtimg {
    display: inline-block;
    width: 48.8%;
    vertical-align: middle;
    overflow: hidden;
}

.i_w4_left a:hover h2 {
    color: #288FE1
}

.mtimg img {
    width: 100%
}

.i_w4_left:hover img {
    transform: scale(1.125);
    -ms-transform: scale(1.125);

    -webkit-transform: scale(1.125);
}

.logolist .swiper-slide:hover {
    border-color: #288FE1;
}

.i_mtinner {
    display: inline-block;
    width: 51.2%;
    box-sizing: border-box;
    padding-left: 60px;
    vertical-align: middle
}

.i_mtinner h2 {
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px
}

.i_mtinner p {
    color: rgba(51, 51, 51, .7);
    font-size: 16px;
    line-height: 28px
}

.i_w4_right {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    padding-left: 0;
    vertical-align: top
}

.i_w4_right span {
    display: inline-block;
    width: 10%;
    line-height: 45px;
    font-size: 16px;
    color: rgba(102, 102, 102, .8);
    vertical-align: middle
}

.i_w4_right p {
    display: inline-block;
    width: 90%;
    line-height: 45px;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle
}

.i_w4_right a {
    display: block;
    font-size: 0
}

.i_w4_right li {
    /* border-bottom: 1px dashed #b5b5b5; */
    box-sizing: border-box;
    padding: 0 40px;
    /* opacity: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);

    -webkit-transform: translateX(-100%); */
}

.active .i_w4_right li {
    opacity: 1;
    transform: translateX(0);
    -ms-transform: translateX(0);

    -webkit-transform: translateX(0);
}

.i_w4_right li:hover p {
    color: #288FE1
}

.i_w4_right li:first-child {
    /* border-top: 1px dashed #b5b5b5; */
    line-height: 45px
}

.index_wrap5>.container {}

.i_cx {
    background-image: url(i_csbac_06.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 140px
}

.i_cx .index_tit {
    float: left;
}

.i_cx .index_tit h3 {
    color: #fff
}

.i_cxtit {
    float: right;
    text-align: right
}

.i_cxtit p {
    color: rgba(255, 255, 255, .9);
    font-size: 18px;

}

.i_cxtit img {
    display: inline-block;
    margin-bottom: 20px
}

.i_cxlist {
    font-size: 0;
    padding: 0 120px;
    box-sizing: border-box; text-align:center;
}

.i_cxlist>li {
    display: inline-block;
    width: 40%;
    text-align: center;
    padding: 85px 0
}

.index_wrap5>.container {
    background: #fff;
    margin-top: -75px;
}

.i_cxlist li h5 {
    display: inline-block;
    vertical-align: middle
}

.i_cxlist li  span {
    color: #288FE1;
    font-size: 54px;
    font-family: 'lth',"Microsoft YaHei", "微软雅黑";
}

.i_cxlist li p {
    display: inline-block;
    text-align: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #b2b2b2;
    line-height: 22px;
    vertical-align: bottom;
    font-size: 16px;
    color: rgba(102, 102, 102, .8)
}

.i_csbanner .swiper-slide{ position:relative;}
.i_csbanner .swiper-slide dd{ padding:#fff; padding:2%; display:block; border:#ddd solid 1px; position:relative;}
.i_csbanner .swiper-slide img { height:12vw; max-width:100%; margin-left:auto; margin-right:auto;}

.i_csbanner a {
    display: block
}

.i_csbanner span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(30,144,255, 0);
    opacity: 0;z-index:10000;
}
.i_csbanner .swiper-slide dd:hover  span{ opacity: 1;background: rgba(30,144,255, 0.4);}
.i_csbanner span div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-40%) translateX(-50%);
    -ms-transform: translateY(-40%) translateX(-50%);

    -webkit-transform: translateY(-40%) translateX(-50%);
    text-align: center; 
}

.i_csbanner span div h6 {
    line-height: 50px;
    color: #fff;
    font-size: 40px;
    display: none; 
}

.i_csbanner span font {
    font-size: 16px;
    color: #fff;
    display: block;
}

.i_csbanner .swiper-slide:hover span {
    /* opacity: 1; */
}

.i_csbanner .swiper-button-prev,
.i_csbanner .swiper-button-next {
    position: static;
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    /* background: #f8f8f8; */
    margin: 70px 2px;
    border: 1px solid #cdcdcd;
}

.i_csbanner .swiper-button-next h6,
.i_csbanner .swiper-button-prev h6 {
    display: inline-block;
    color: #6a6a6a; line-height:36px;
}

.i_csbanner {
    text-align: center; z-index:10001;
}

.i_csbanner .swiper-button-prev:hover h6,
.i_csbanner .swiper-button-next:hover h6 {
    color: #fff
}

.i_csbanner .swiper-button-next:hover,
.i_csbanner .swiper-button-prev:hover {
    background: #288FE1
}

.index_wrap6 {
	background-image: url(znzzbac_06.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	padding: 65px 0 60px;
	position: relative;
	background-position: center center;
}

.index_wrap6 .index_tit h3 {
    color: #fff
}

.i_znzz {
    display: inline-block;
    width: 50%;
    margin-top: 65px
}

.i_znzz h2 {
    text-align: center;
    background: rgba(255, 255, 255, .1);
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 66px;
    margin-bottom: 20px;
    width: 90%;

}
.i_znzz h4{font-size: 30px;color: #282828;font-weight: bold;display: none;}

.i_znzz h6 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.i_znzz h6 span {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: #288FE1;
    color: #fff;
    line-height: 57px;
    text-align: center;
    margin: 0 12px
}

.i_znzz p {
    line-height: 28px;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    margin-top: 2.5%
}
.i_znzz p img{display: none;}

.map_item {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    transform: translateX(13px);
    -ms-transform: translateX(13px);

    -webkit-transform: translateX(13px);
}

.map_item.ac span {
    opacity: 1;
}

.map_item h6 {
    color: rgba(255, 255, 255, .9);
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    /* transform: translateX(13px); */
    position: relative;
    z-index: 5;
}

.map_item.ac h6 {
    color: #ff0000
}

.map_item span {
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    background:#666;
    display: none;
    position: relative;

}

.map_item:nth-child(1) span {
    display: inline-block
}

.index_wrap7 {
    background-image: url(i_shrkbac_06.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0 2%
}

.index_tit .i_shrktab {
    float: right;
    margin-top: 45px
}

.i_shrktab h6 {
    display: inline-block;
    width: 158px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #282828;
    font-size: 16px;
    background: #e5e5e5;
    margin-left: 10px;
    cursor: pointer;
}

.i_shrktab h6.ac,
.i_shrktab h6:hover {
    color: #fff;
    background: #288FE1
}

.i_shrklist>div {
    font-size: 0;
    margin-top: 0;
    height: 0;
    overflow: hidden; padding-bottom:2.5%;

}

.i_shrklist>div:nth-child(3) .swiper-container {
    /* width: 1720px; */
    margin: 0 auto
}

.i_shrklist>div .jdgclist {
    margin-top: 0
}

.i_shrklist>div.ac {
    height: auto;
    margin-top: 1.5%
}

.logolist .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #cdcdcd
}

.logolist .swiper-slide img {
    width: 100%
}

.logobtn {
    text-align: center;
    font-size: 0;
    /* margin-top: 20px; */
    margin-top: 40px
}

.logobtn>div {
    position: static;
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #cdcdcd;
    margin: 0 10px
}

.logobtn>div h6 {
    line-height: 36px
}
.logobtn>div  i {
    line-height: 36px; font-size:20px;
}

.logobtn>div:hover {
    background: #288FE1;
    color: #fff
}
.tyrkbanner .swiper-slide{ }
.tyrkbanner .swiper-slide .nr{background-color:#eee; padding:2%; position:relative; display:block;}
.tyrkbanner .swiper-slide .nr:after{ width:0px; position:absolute;	transition:all 0.4s ease-in-out 0s; height:2px; content:""; background-color:#288FE1; left:50%; bottom:0px;}
.tyrkbanner .swiper-slide .nr dd{ width:100%; display:block; position:relative; padding-bottom:65%; overflow:hidden;}
.tyrkbanner .swiper-slide .nr dd img { position:absolute; left:0px; top:0px; width:100%; min-height:100%;    width: 100%; transition:all 0.6s ease-in-out 0s;
}
.tyrkbanner .swiper-slide:hover img{-webkit-transform:scale(1.10);-moz-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);}
.tyrkbanner .swiper-slide:hover .nr:after{ width:100%; left:0px;}
.tyrkbanner p {
    text-align: center;
    font-size: 16px;
    color: #282828;TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden; margin-top:1%;
}

.i_shrklist>div>a {
    display: block;
    width: 170px;
    height: 38px;
    border-radius: 38px;
    border: 1px solid rgba(141, 141, 141, .3);
    text-align: center;
    line-height: 38px;
    color: #282828;
    margin-top: 65px;
    overflow: hidden;
    position: relative;
    margin: 52px auto 0
}



.i_shrklist>div>a span {
    position: relative;
    z-index: 2;
}

.i_shrklist>div>a img {
    position: absolute;
    top: 50%;
    left: 87%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
    z-index: 2;
}

.i_shrklist>div>a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #288FE1;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);

    -webkit-transform: translateX(-100%);
    z-index: 0;
    border-radius: 38px
}

.i_shrklist>div>a:hover:before {

    transform: translateX(0);
    -ms-transform: translateX(0);

    -webkit-transform: translateX(0);
}

.i_shrklist>div>a:hover span {
    color: #fff;
}

.i_shrklist>div>a img:nth-child(3) {
    opacity: 0;
}

.i_shrklist>div>a:hover img:nth-child(2) {
    opacity: 0;
}

.i_shrklist>div>a:hover img:nth-child(3) {
    opacity: 1;
}
.index_wrap4 .index_tit a span{color: #000;}
.zoomPic {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 10003;
    left: 0;
    top: 0;
    display: none
}

.zoomPic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);

    -webkit-transform: translateY(-50%) translateX(-50%);
    max-width: 50%;
    height: auto;
}

.zoomPic font {
    position: absolute;
    right: 5%;
    top: 5%;
    font-size: 38px;
    color: #fff;
    cursor: pointer;
}
.zoomPic span {
    position: absolute;
    right: 5%;
    top: 5%;
    font-size: 38px;
    color: #fff;
    cursor: pointer;
}
.i_csbanner .swiper-slide {
    cursor: pointer;
}
.i_w3_banner .more{
    display: none;
    width: 170px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    background: #288FE1;
    color: #fff;
    border-radius: 38px;
    position: relative;
}
.i_w3_banner .more img{position: absolute;right: 10px;top: 11px;}
.i_w3_banner>div{
    height: 0;
    overflow: hidden;
}

.i_w3_banner>div.ac{
    height: auto
}
.i_w3_tab h6{
    display: inline-block;
    width:24%;
    vertical-align: top;
    border: 1px solid #fff;
    position: relative;
    color:#fff;
    margin-right: 0.7%;
    margin-bottom: 10px;TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;
}
.i_w3_tab h6:nth-child(4n){
    margin-right: 0
}
.i_w3_tab h6:after{
    content:'';
    display: block;
    width: 0;
    height: 0;
    border: 5px solid #288FE1;
    opacity: 0;
    position: absolute;
    bottom: 0;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    border-color: #288FE1 transparent transparent transparent
}
.i_w3_tab h6.ac,
.i_w3_tab h6:hover{
    border-color: #288FE1;
    background: #288FE1;
}
.i_w3_tab h6.ac:after,
.i_w3_tab h6:hover:after{
    opacity: 1;
}
.i_w3_tab h6 a{
    display: block;
    padding: 12px 0;
    text-align: center
}
.i_w3_tab h6 span{
    font-size: 24px;
    color:#fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.i_w3_tab h6 font{
    display: inline-block;
    font-size: 18px;
    color:#fff;TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
}
.i_w3_tab{
    margin: 40px auto;
}
.i_w3_inner>p{
    color:#fff;
    font-size: 16px;
    line-height: 26px
}
.i_w3_banner>div{
    padding: 0 5%;
    position: relative;
    text-align: center
}
.i_w3_banner .swiper-slide{
    box-sizing: border-box;
    border: 2px solid #fff;
    background: rgba(255,255,255,.8)
}

.i_w3_banner .swiper-slide:hover{
    border-color:#288FE1;
    background: #fff
}
.i_w3_banner .swiper-slide{
    padding: 0 0 15px
}
.i_w3_banner .swiper-slide .cpimg{ padding:2%; background-color:#fff; margin-bottom:3%;}
.i_w3_banner .swiper-slide img{
	margin-top:2%; height:12vw; max-width:95%; display:block; margin-left:auto; margin-right:auto; margin-bottom:2%;
}

.i_w3_banner .swiper-button-prev ,
.i_w3_banner .swiper-button-next{
    font-size: 36px;
    color:#fff
}
.i_w3_banner .swiper-button-prev span,.i_w3_banner .swiper-button-next span{ font-size:36px;}
.i_w3_banner .swiper-button-prev:hover,
.i_w3_banner .swiper-button-next:hover{
    color:#288FE1
}
.i_w3_banner h2{
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    color:#282828; font-weight:600; overflow:hidden; text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.i_w3_banner h4{
    font-size: 13px;line-height: 22px;
    height: 22px; overflow:hidden; color:#111;
}
.i_w3_banner p{ font-size:12px; line-height:22px; height:44px; text-align:left; padding:0px 2%;overflow:hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; color:#777;}
.i_w3_banner h3{
    font-size: 14px;
}
.i_w3_banner h3{
    color:#288FE1
}
.i_w3_banner .swiper-container{
    font-size: 0
}

.i_w4_btn>div {
    font-size: 0;
    margin-top: 0;
    height: 0;
    overflow: hidden;

}

.i_w4_btn>div:nth-child(3) .swiper-container {
    /* width: 1720px; */
    margin: 0 auto
}

.i_w4_btn>div .jdgclist {
    margin-top: 0
}

.i_w4_btn>div.ac {
    height: auto;
    margin-top: 105px
}

.i_w4_btn>div>a {
    display: block;
    width: 170px;
    height: 38px;
    border-radius: 38px;
    border: 1px solid rgba(141, 141, 141, .3);
    text-align: center;
    line-height: 38px;
    color: #282828;
    margin-top: 65px;
    overflow: hidden;
    position: relative;
    margin: 52px auto 0
}



.i_w4_btn>div>a span {
    position: relative;
    z-index: 2;
}

.i_w4_btn>div>a img {
    position: absolute;
    top: 50%;
    left: 87%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
    z-index: 2;
}

.i_w4_btn>div>a:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #288FE1;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);

    -webkit-transform: translateX(-100%);
    z-index: 0;
    border-radius: 38px
}

.i_w4_btn>div>a:hover:before {

    transform: translateX(0);
    -ms-transform: translateX(0);

    -webkit-transform: translateX(0);
}

.i_w4_btn>div>a:hover span {
    color: #fff;
}

.i_w4_btn>div>a img:nth-child(3) {
    opacity: 0;
}

.i_w4_btn>div>a:hover img:nth-child(2) {
    opacity: 0;
}

.i_w4_btn>div>a:hover img:nth-child(3) {
    opacity: 1;
}
#link{ width:98%; font-size:16px;  float:left; padding:1.5%; background-color:rgba(0,125,202,0.1); margin-top:2%; margin-bottom:2%;}
#link b{color:#288FE1;}
#link a{ margin-left:5px; margin-right:5px;}