﻿@charset "utf-8";
html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#333; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; cursor:default; }
*{padding:0px; margin:0px;box-sizing: border-box}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei;}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal; color:#555;}
input,select,button{font-size:12px; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none;}
li{list-style:none;}
*{-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}
a{color:#333; text-decoration:none;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;}
a:hover{color:#00837a;}

.clear{overflow:hidden; clear:both; height:0px;}
.fl{float:left;}
.fr{float:right;}

.con{width:1520px; margin:0 auto;max-width: 94%}
.container { width:1520px; margin:0 auto;max-width: 94%}
.header{width:100%; position: fixed; top:0; left:0; z-index:10;height:90px;border-bottom: rgba(255,255,255,0.3) 1px solid;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on{box-shadow:0 0 10px #aaa;  background:rgba(255,255,255,0.9);}
.header .container{position:relative;}
.header .logo{float:left;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;margin:20px 0 }
.header .logo img{width:auto; height:50px; display:block;}
.header .logo .img2 { display: none}
.header.on .logo .img1{ display:none}
.header.on .logo .img2 { display:block}
.header.on .logo{width:215px;}
.header .an{position:absolute; top:50%; right:15px; height:18px; width:30px; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}
.header .nav{ float: right; }

.header .nav i{font-size:12px; color:#aaa; line-height:44px; text-align:right; position:absolute; width:50%; height:44px; right:0px; top:50%; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}

.header .nav ul li{margin:0px 0px 0 0; line-height:90px; float:left; position:relative; padding:0 30px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li a{font-size:18px; color:#fff;font-weight: bold;text-transform:capitalize}
.header.on .nav ul li a{color: #333;}
.header .nav ul li span{width:0; height:3px; background-color:#065de0; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.header .nav ul li:hover span{width:100%;}
.header .nav ul li.on span{width:100%;}

.nav .y_j{position:relative;}
.nav .e_j{width:150px; background-color:rgba(255,255,255,.95); position:absolute; top:90px; left:50%; margin-left:-75px; display:none; z-index:9999;box-shadow: 0 0 10px #ccc;}
/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li:hover .e_j{display: block;}
.header .nav ul li .e_j a{display:block; font-size:14px; font-weight: normal;color:#333; line-height:35px; border-bottom:1px solid rgba(0,0,0,0.15);padding-left: 15px; }
.header .nav ul li:hover .e_j { display:block}
.header .nav .e_j a:hover{background-color:#065de0; color:#fff;}

.header .right {float: right;}
.header .right .lx {background: #065de0;display: inline-block;width: 42px;line-height: 42px;font-size: 16px;color: #fff;margin-left: 10px;border-radius: 25px;text-transform: capitalize;margin-top: 25px;text-align: center;}
.header .right .lx i {font-size: 20px;}
.search{width:100%; padding:30px 5%; background-color:#f7f7f7; position:fixed; top:0; left:0; z-index:9; display:none;box-sizing: border-box;}
.search .an_sj {width: 5%;line-height: 52px;color: #555;float: right;text-align: right;}
.search input.w_z{width:90%; height:52px; border-radius:0; font-size:18px; line-height:52px; color:#555; float:left; -webkit-appearance:none;}
.search button.s_c{width:5%; height:52px;font-size:18px; line-height:52px; text-align:center; float:left; -webkit-appearance:none;font-weight: bold;}
.search i {font-size: 18px;}

.header .right .yy {background: #065de0;display: inline-block;width: 42px;line-height: 42px;font-size: 16px;color: #fff;margin-left: 10px;border-radius: 25px;text-transform: capitalize;margin-top: 25px;text-align: center;position: relative;}
.header .right .yy i {font-size: 20px;}
.header .right .yy .x_l {width:100px;top: 60px;position: absolute;left: 50%;margin-left: -50px; background:#fff;line-height: 40px;display: none}

.header .right .yy .x_l a {color: #333;display: block;font-size: 14px;text-align: center;}
.header .right .yy .x_l a:hover{color: #2d539c;}



.pc_ban{width:100%;position:relative;}
.pc_ban img {width: 100%;display: block;height: auto;}
.pc_ban .swiper-slide {width:100%; height:100vh;}
.pc_ban .mb{width:1280px; margin-left:-640px; left:50%;  display:block; position:absolute; top:35%; text-align:left; z-index:999}
.pc_ban h1 { font-size:56px; color:#065de0; margin-bottom:20px; font-weight: bold;}
.pc_ban h4 { font-size:25px; color:#fff;}
.pc_ban .more {width: 180px;height: 45px;line-height: 45px;text-align: center;margin-top: 50px;position: relative;border: #fff 1px solid;}
.pc_ban .more span {position: absolute;left: 0;top: 0;width: 0;height: 100%;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;background: #fff;z-index: 1;}
.pc_ban .more:hover span {width: 100%;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.pc_ban .more:hover a {color: #333;}
.pc_ban .more a {font-size: 16px;color: #fff;z-index: 2;position: relative;}


.pc_ban .swiper-button-prev{background:url(../images/banner-l.png) no-repeat; width:30px; height:50px; margin-top:0; left:1%;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.pc_ban .swiper-button-next{background:url(../images/banner-r.png) no-repeat; width:30px; height:50px; margin-top:0; right:1%;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}

.sy_footer {position: absolute;left: 0;bottom: 0;width: 100%;line-height: 60px;font-size: 16px;color: #fff;background: rgba(16,139,112,0.8);z-index: 99;}
.sy_footer a {color: #fff;}
.sy_footer .sj {padding-top: 15px;text-align: center;float: right;}
.sy_footer .sj a {width: 26px !important;height: 26px;display: inline-block;margin-right: 15px;border-radius: 15px;float: left;}
.sy_footer .sj a img {width: 100%;display: block;}
.sy_footer .sj a:hover{background: #065de0;}

.content {padding:0px 0 0}
/*选项*/

.tit { margin-bottom:50px; text-align:center}
.tit h1 { font-size:35px; color:#333; margin-bottom:20px; position:relative;text-transform: uppercase;font-weight: bold;}
.tit h1::after { content: " ";position: absolute; left: 50%; bottom: -12px; width: 60px; margin-left: -30px;height: 3px; background:#065de0;}
.tit h3 { font-size:14px; color:#666; margin-top:10px; text-transform:uppercase}
.padd{padding: 60px 0;}
.index4{padding:80px 0; position: relative; background:url(../images/j18.jpg) center no-repeat; background-size:cover;}
.index4 .text{width:48%; float:left; padding:0 0 35px 0;}
.index4 .text .H4{font-size:36px; color:#333; text-transform: uppercase; font-weight: bolder; font-family: Arial;}
.index4 .text .bold{font-weight: bold;}
.index4 .text .thin{font-weight:normal;}
.index4 .text .H5{font-size:36px; color:#313131; padding:5px 0 20px 0; position: relative;font-weight: bold;}
.index4 .text .H5::after{width:40px; height: 1px; content: ""; position: absolute; bottom:0; left: 0; background-color:#666666; opacity: .3;}
.index4 .text .p{font-size:16px; color:#333; line-height: 2; margin: 20px 0 35px;height: 217px;overflow: hidden;}
.more2{display:block; width:163px; height: 45px; line-height: 45px; background-color:#065de0;border:1px solid #065de0;  text-align: center; font-size:16px; color:#fff;}
.more2:hover{background-color:transparent; border:1px solid #065de0; color:#065de0;}
.index4Num{margin-top:35px; padding-top:35px; border-top:1px solid #e4e4e4;display: flex;justify-content: space-between;}
.index4Num .list{font-weight:bolder; float:left; }
.index4Num .list:nth-child(2){float:right;}
.index4Num .big{font-size:60px; color:#065de0; font-family: Arial; font-weight: bolder; line-height:48px; display: inline-block;}
.index4Num .small{font-weight:normal; display:inline-block;font-size:30px; color:#065de0; font-family: Arial;line-height: 20px; margin: 0 20px 0 3px; vertical-align: bottom;}
.index4Num .small2{font-weight:normal; display:inline-block;font-size:20px; color:#065de0; font-family: Arial;line-height: 20px; margin: 0 20px 0 3px; vertical-align: bottom;}
.index4Num .p2{display:inline-block; font-size:14px; color:#5a5a5a; line-height: 20px; vertical-align: middle;font-weight:normal; }
.videoR{ width:48%;padding:0 0 32px 5%; background:url(../images/p13.png) left bottom no-repeat; background-size: 93% 91.58% ;float: right;box-sizing: border-box;}
.videoR .pic{height:auto;overflow: hidden;}
.videoR .playBtn{width:90px; height: 90px; position: absolute; top:37.98%; left: 11.11%; cursor: pointer;}
.videoBox{width:100%; height: 100%; position: fixed; top:0; left: 0; z-index: 99999; background-color:rgba(0,0,0,0.4); display: none;}
.videoBox2{width:50%; position:fixed; top:50%; left: 50%; z-index: 999999; display: none;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);}
.videoBox2 .aboutVideo{display:block; width:100%; min-height: 10px; background: #000;}
.videoBox2 .close3{width:25px; height: 25px; position: absolute; top:-15px;right:-15px;}

.sy_cp {padding: 60px 0;overflow: hidden;background: #f5f5f5;}
.sy_cp ul li {width: 23%;margin: 0 1% 3%;float: left;position: relative;border-bottom: 2px solid #eee;background: #fff;}
.sy_cp ul li span {width: 0%;height: 2px;background: #065de0;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;position: absolute;left: 0;bottom: -1;}
.sy_cp ul li:hover span {width: 100%;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_cp ul li .t_p{overflow: hidden;position: relative;}
.sy_cp ul li img {width: 100%;display: block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;z-index: 1;height: 260px;object-fit: cover;}
.sy_cp ul li:hover img { -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_cp ul li .t_p .mb {position: absolute;width: 100%;height: 100%;z-index: 9;background: rgba(118,107,92,0);}
.sy_cp ul li:hover .t_p .mb {background: rgba(6,93,224,0.8) url(../images/jh.png) center / 30px no-repeat;}
.sy_cp ul li .t_p .hr{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;}	
.sy_cp ul li .t_p .hr img{width:auto !important;height:auto !important;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.sy_cp ul li:hover .hr img{opacity:1;}	
	
.sy_cp ul li:hover .hr img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}	
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);}	to{-webkit-transform:rotate(360deg);}}

.sy_cp ul li h3 {font-size: 16px;color: #333;margin: 10px 0 15px;text-align: center;line-height: 1.8;overflow: hidden;padding-left: 15px;}
.sy_cp ul li i {margin-right: 20px;font-size: 20px; color: #222; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_cp ul li:hover i {float: right;margin-right: 5px;color: #222;}
.sy_cp ul li:hover h3{color: #065de0;}


.swiper-hy{ margin:0 auto; padding-bottom:0;padding-top: 10px;position: relative;}
.swiper-hy .swiper-slide{position:relative;overflow: hidden;}
.sy_hyyy .swiper-button-prev{background:url(../images/jtdls.png) center / 135% no-repeat; width:39px; height:39px; margin-top:-20px; left:0px;}
.sy_hyyy .swiper-button-next{background:url(../images/jtdrs.png) center / 135% no-repeat; width:39px; height:39px; margin-top:-20px; right:0px;}
.sy_hyyy .swiper-button-prev:hover{background:url(../images/jtdl.png) center / 135% no-repeat;}
.sy_hyyy .swiper-button-next:hover{background:url(../images/jtdr.png) center / 135% no-repeat;}
.sy_hyyy .con {position: relative;}
.sy_hyyy {padding: 60px 25px;overflow: hidden;}

.swiper-hy .swiper-slide img {width: 100%; display: block;-webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; transition:all 1s; }
.swiper-hy .swiper-slide .sign {position: absolute; left:50%;top: 40%;width:400px; margin-left: -200px;height: 100%;	background: url(../images/hybj.png) no-repeat center top;	font-size: 14px;	line-height: 22px;	color: #fff;text-align: center;padding-top: 20px;box-sizing: border-box;-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;z-index: 999}
.swiper-hy .swiper-slide .sign .tb {width:70px; height: 52px;margin: 0 auto;}
.swiper-hy .swiper-slide .sign span { font-size: 19px;}
.swiper-hy .swiper-slide:hover img {-webkit-transition:all 1s; -moz-transition:all 1s; -o-transition:all 1s; transition:all 1s;filter:grayscale(100%); -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%);}
.swiper-hy .swiper-slide:hover .sign {-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;top: 50%;background: none;}
.swiper-hy .swiper-slide .bg{	left:0;	bottom: 0;width:100%;	height:60%;	background: url(../images/bg_shadow06.png) center / 80% 100% no-repeat;position: absolute;-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;opacity: 0;z-index: 998}
.swiper-hy .swiper-slide:hover .bg{-webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s;opacity: 1;}


.sy_alzs {position: relative;}
.sy_alzs .tit{position: absolute;top: 50px;left: 0;width: 100%;z-index: 99;}
.sy_alzs .tit h1{color: #fff;
}
.sy_alzs .tit h3{color: #fff;}
.sy_alzs .tit .en{color: rgba(255,255,255,.04);}

.sy_alzs .kzg {position:absolute;width: 100%;bottom:10px;}
.sy_alzs .kzg::after {content: "";
position: absolute;
bottom: 5px;
width: 100%;
height: 1px;
background: #fff;
opacity: .2;z-index: 99;
}
.indcase{width: 100%;overflow: hidden;background: #004c89;position: relative}
.indcase ._PageTitle {position: absolute;top:150px;left: 10%;z-index: 9}
.indcase-more {position: absolute;right: 0;bottom: -4px;display: block;width: 132px;height: 36px;margin-left: 20px;line-height: 34px;border-radius: 5px;border: 2px solid #8589b2;font-size: 14px;text-align: center;color: #8589b2;transition: all .4s ease;}
.indcase-more span{position: relative;z-index: 2;}
.indcase-more span:after{content: "\f061";font-family: "FontAwesome";margin-left: 6px;font-size: 22px;display: inline-block;transform: translateY(2px);}
.indcase-more:after{content: "";width: 0;right: 0;height: 100%;background: linear-gradient(135deg,#0068dd,#00aeee);position: absolute;transition: all .4s ease;}
.indcase-more:hover{border: 2px solid #2386ee;color: #fff;}
.indcase-more:hover:after{width: 100%;right: auto;left: 0;}
.indcase-box{width: 100%;position: relative;}
.indcase-box .mb{width: 100%;position: absolute;height: 100%;z-index: 1;background: url(../images/mb2.png) center / cover no-repeat;}
.indcase-img{width: 100%;object-fit: cover;position: relative;min-height: 475px;}
.indcase-wd{position: absolute;z-index: 2;top: 38%;left: 0;width: 100%;opacity: 0}
.swiper-slide-active .indcase-wd{animation:fadeInRight .5s 0.8s forwards;}
.indcase-wd-font{width: 540px;color: #fff;}
.indcase-wd h2{font-size: 30px;margin-bottom: 15px;}
.indcase-wd p{font-size: 16px;line-height: 30px;margin-bottom: 35px;}
.indcase-wd h2, .indcase-wd p{opacity: 0;color: #fff}
.swiper-slide-active .indcase-wd h2{animation:fadeInRight .5s 0.8s forwards;}
.swiper-slide-active .indcase-wd p{animation:fadeInRight .5s 0.8s forwards;}
.swiper-slide-active .indcase-wd .indban-wd-link{animation: indbanOpacity 1s ease both .9s;}

.indcase-click{position: absolute;bottom: 5%;width: 100%;left: 0;z-index: 4;user-select: none;}
.indcase-click:after{content: "";position: absolute;bottom: 5px;width: 100%;height: 1px;background: #fff;opacity: .2;}
.indcase-click .equip-min{width: 100%;position: relative;text-align: center;cursor: pointer;}
.indcase-click .equip-min p{font-size: 18px;color: #fff;height: 58px;line-height: 58px;}
.indcase-click .equip-min i{position: absolute;width: 10px;height: 10px;border-radius: 50%;left: 50%;margin-left: -5px;bottom: -5px;background: #fff;}
.indcase-click .con{position: relative;padding: 0 50px;}
.indcase-click .swiper-container{padding-bottom: 6px;}
.indcase-click .equip-min.cur i{width: 100%;border-radius: 0;height: 2px;left: 0;right: 0;margin: 0 auto;bottom: -1px;transition: width .6s ease;}
.indcase-click-prev, .indcase-click-next{position: absolute;transition: all .4s ease;bottom: -11px;z-index: 4;height: 34px;width: 34px;cursor: pointer;border-radius: 50%;background: #005089 url('../images/indcasearr.png') no-repeat left 10px center;overflow: hidden;border: 1px solid rgba(255, 255, 255, .2);}
.indcase-click-prev{left: 0;}
.indcase-click-next{right: 0;transform: rotate(180deg);}
.indcase-click-prev:hover, .indcase-click-next:hover{animation: casearr .6s linear both;}
.indcase-box .mb {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;}
.indcase-box .swiper-slide img {
    width: 100%;
    height:75vh;
    object-fit: cover;display: block;
}
@keyframes casearr{0%{background-position: left 10px center;}60%{background-position: -34px center;}60.0001%{background-position: 34px center;}100%{background-position: left 10px center;}}

.indban-wd-link a{display: inline-block;width: 140px;height: 48px;line-height: 48px;border-radius: 5px;overflow: hidden;font-size: 16px;text-align: center;margin-right: 10px;position: relative;color: #fff;}
.indban-wd-link a:last-child{margin-right: 0;}
.indban-wd-link a span{position: relative;z-index: 2;}
.indban-wd-link a span:after{background: url(../images/rights.png) center no-repeat;font-family: "FontAwesome";margin-left: 6px;font-size: 22px;transition: all .4s ease;display: inline-block;transform: translateY(2px);height: 40px;position: absolute;}
.indban-wd-link a:first-child{background: linear-gradient(135deg,#0068dd,#00aeee);}
.indban-wd-link a:last-child{border: 1px solid #fff;}
.indban-wd-link a:hover span:after{margin-left: 12px;}
.indban-wd h2, .indban-wd p, .indban-wd-link{opacity: 0;}
.swiper-slide-active .indban-wd h2{animation: indbanLeft 1s ease both .4s;}
.swiper-slide-active .indban-wd p{animation: indbanLeft 1s ease both .6s;}
.swiper-slide-active .indban-wd-link{animation: indbanOpacity 1s ease both .9s;}
@keyframes indbanLeft{0%{opacity: 0;transform: translateX(140px);}100%{opacity: 1;transform: translateX(0);}}
@keyframes indbanOpacity{0%{opacity: 0;transform: translateX(80px);}100%{opacity: 1;transform: translateX(0);}}






/*新闻*/
.gray {background: #f5f5f5;overflow: hidden;}
.swiper-yxxy{ margin:0 auto; padding-bottom:50px;padding-top: 10px;}
.swiper-yxxy .swiper-slide{position:relative;background:#f6f6f6}
.zxzx .swiper-button-prev{background:url(../images/jtdl.png) center no-repeat; width:39px; height:39px; margin-top:0; left:-45px;}
.zxzx .swiper-button-next{background:url(../images/jtdr.png) center no-repeat; width:39px; height:39px; margin-top:0; right:-45px;}
.zxzx {position:relative; padding: 50px 0 40px; margin:0 auto;}

.swiper-yxxy .swiper-slide .tp { width:100%; position:relative}
.swiper-yxxy .swiper-slide .tp img { width:100%}
.swiper-yxxy .swiper-slide .rq { position: absolute;z-index: 100;-webkit-transition: transform .3s ease-in-out,background-color .2s ease-in-out;transition: transform .3s ease-in-out,background-color .2s ease-in-out;background-color: #0c4192;
width: 58px;padding-top: 13px;padding-bottom: 13px;color: #fff; left:0; top:0}
.swiper-yxxy .swiper-slide .rq .month { font-size: 12px; line-height: 16px; display:block; text-align:center}
.swiper-yxxy .swiper-slide .rq .day {font-size: 28px; line-height: 28px; font-weight: 700; margin-bottom: 2px; display:block; text-align:center}
.swiper-yxxy .swiper-slide .rq .year { font-size: 12px;line-height: 16px; color: #eee; -webkit-transition: color .1s ease-in-out; transition: color .1s ease-in-out;display:block; text-align:center}
.swiper-yxxy .swiper-slide:hover .rq { background:#0070c0;transform: translateY(-5px);

	-wbkit-transform: translateY(-5px);

	-o-transform: translateY(-5px);

	-moz-transform: translateY(-5px);

	transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}
.swiper-yxxy .swiper-slide:hover h3 {color: #0070c0;}
.swiper-yxxy .swiper-slide .text { margin:0 auto; padding:20px;background: #fff;}
.swiper-yxxy .swiper-slide h3 { font-size:18px; width:100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; margin-bottom:15px;font-weight: bold;}
.swiper-yxxy .swiper-slide p { line-height:1.9; font-size:14px;color: #666;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.swiper-yxxy .swiper-slide:hover{box-shadow: 0px 0px 10px #999;transform: translateY(-5px);

	-wbkit-transform: translateY(-5px);

	-o-transform: translateY(-5px);

	-moz-transform: translateY(-5px);

	transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}





/* start footer */
.footer_bg{background:#333; width:100%;padding:35px 0 0;}
.footer { }
.footer .zuo3 {}
.footer .zuo3 ul li { float:left;padding-right: 60px;min-width: 50px;}
.footer .zuo3 ul li:last-child{padding: 0;}
.footer .zuo3 ul li .tit1 a { font-size:14px; font-weight:bold; color:#fff; line-height:36px; display:block}
.footer .zuo3 ul li .line { margin-bottom:20px; height:2px; margin-top:10px}
.footer .zuo3 ul li .line span { width:15px; height:1px; background:#065de0;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s; display:block}
.footer .zuo3 ul li:hover .line span { width:50px; height:1px;}
.footer .zuo3 ul li a { width:100%; display:block; line-height:28px; font-size:14px; color:#fff;text-transform: capitalize;}
.footer .zuo3 ul li a:hover { color:#eee}
.footer .zuo3 ul li.lx {width: 380px;padding-right: 0}
.dzwz {line-height:30px;color:#fff;font-size:14px; float:left;}
.dzwz p { line-height:30px;color:#fff;font-size:14px;text-transform: capitalize;margin-bottom: 10px;}
.dzwz p i {width: 26px;height: 26px;line-height: 26px !important;background: #fff;border-radius: 15px;color: #065de0;text-align: center;margin-right: 10px;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;display: inline-block}
.dzwz p:hover i{background: #065de0;color: #fff;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
.footer .zuo3 ul li.yx {width:120px;padding-right: 0;float: right;}

.footer .weix {width: 120px;float: right;text-align: center;line-height: 30px;}
.footer .weix img {width: 100%;}
.footer_btm {margin:30px auto 0;border-top: 1px solid rgba(255,255,255,0.2); width:100%;}
.copy {width: 1200px;margin: 0 auto;line-height: 50px;text-align: center}
.copy p {font-size: 12px;text-transform: uppercase;color: #fff;}
.copy p a { color: #ffffff; -webkit-transition: 0.9s; -moz-transition: 0.9s;-o-transition: 0.9s;transition: 0.9s;}




.n_ban{width:100%; height:590px; position:relative;}
.n_ban .mb {position: absolute;z-index: 1;width: 100%;height: 100%;background:rgba(0,0,0,0.15);left: 0;top: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.n_ban h3 {font-size: 50px;font-weight: bold;line-height: 2;color: #fff;text-align: center;letter-spacing: 2px;}
.n_ban h4 {font-size: 20px;color: #fff;line-height: 1.8;text-align: center;}
.wzxx {float: left;line-height: 40px;font-size: 16px;color: #333;}
.wzxx a {font-size: 16px;color: #333;}
.ntit{ background:rgba(255,255,255,0.6); border-bottom: #eee 1px solid;padding: 15px 0;overflow: hidden;}
.ntit ul {text-align: center;text-align: right;}
.ntit ul li { line-height:38px; margin-right:10px;position: relative;background:#eee; text-align: center;border-radius: 10px;overflow: hidden;display: inline-block;}
.ntit ul li a { color:#000; font-size:16px; display:block;padding: 0 15px;}
.ntit ul li .e_j {width: 100%;display: none;position: absolute;left: 0;top: 40px;background:rgba(255,255,255,0.8);}
.ntit ul li .e_j a {padding: 0;text-align: center;border-bottom: #eee 1px solid;}
.ntit ul li:hover .e_j{display: block;}
.ntit ul li a:hover { background:#065de0; color:#fff; -webkit-transition: all 0.4s linear -1ms;

-moz-transition: all 0.4s linear -1ms;

-ms-transition: all 0.4s linear -1ms;

-o-transition: all 0.4s linear -1ms;

transition: all 0.4s linear -1ms;}
.ntit ul li.on a { background:#065de0; color:#fff}

.ny_jj {margin: 60px auto;}
.ny_jj .w_z {width: 55%;font-size: 16px;color: #222;line-height: 2;}
.ny_jj .w_z h3 {position: relative;font-size: 28px;color: #333;margin-bottom: 40px;font-weight: bold;}
.ny_jj .w_z h3::after{content: "";width: 60px;bottom: -15px;height: 4px;background: #065de0;position: absolute;left: 0;}
.ny_jj .tp {width: 40%;position: relative;}
.ny_jj .tp .box {position: absolute;left: -25px;width: 100%;height: 100%;border: #ccc 10px solid;bottom: -25px;box-sizing: border-box;z-index: 1;}
.ny_jj .tp img {width: 100%;display: block;position: relative;z-index: 3;}

.ny_wh {padding: 60px 0 30px;background-color: #f6f6f6;overflow: hidden;}
.ny_wh ul {display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
.ny_wh ul li {width: 31.3333%;padding: 30px;box-sizing: border-box;margin-bottom: 40px;text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;background: #FFF;border-radius: 10px;}
.ny_wh ul li:hover{ 
  background: #FFF;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 29, 8, 0.1);
          box-shadow: 0px 20px 40px 0px rgba(0, 29, 8, 0.1);}
.latest-service__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #dbfde5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 24px;color: #1e4d17;-webkit-transition: 0.3s;
  transition: 0.3s;
}
.latest-service__item-icon i {font-size: 40px;}
.ny_wh ul li .bt {font-size: 24px;color: #111;margin-bottom: 15px;font-weight: bold;text-align: center;-webkit-transition: 0.3s;
  transition: 0.3s;}
.ny_wh ul li .nr {font-size: 16px;line-height: 1.6;color: #333;}
.ny_wh ul li:hover .bt{color: #1e4d17;}
.ny_wh ul li:hover .latest-service__item-icon{background: #1e4d17;color: #fff;}

.ny_ryzz {margin: 60px auto 0;padding: 80px 0;background: #f6f6f6;}
.sy_ryzz .container {width: 1200px;}

.honors-sw-hook .swiper-wrapper li.swiper-slide-active { -webkit-transform: scale(1); transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); z-index: 10; }
.honors-sw-hook .swiper-wrapper li img {
  display: block;
  max-width: 100%;
  border: 1px solid #cccccc;
  padding: 8px;
  height:18rem;
  margin: 0 auto;
  width: auto;
  box-sizing: border-box;
}

.honors-wraper { position: relative; padding: 0; }

.honors-sw-hook { position: relative; overflow: hidden; padding: 20px 0 20px; }

.honors-sw-hook .swiper-wrapper li { -webkit-transition: all .7s ease; -o-transition: all .7s ease; -moz-transition: all .7s ease; transition: all .7s ease; width: 20%; -webkit-transition: transform 1.0s; -moz-transition: transform 1.0s; -ms-transition: transform 1.0s; -o-transition: transform 1.0s; text-align: center;box-sizing: border-box;}

.honors-sw-hook .swiper-wrapper li.swiper-slide-active { color: #006db7;font-weight: bold;}

.honors-sw-hook .swiper-wrapper li p { padding-top: 10px;font-size: 16px; }

.honors-sw-hook .swiper-wrapper li img { display: block; width: 100%; border: 1px solid #cccccc;padding:8px; }

.swiper-btn { display: block; width: 42px; height: 42px; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); background: url(../images/arror.png); z-index: 99; }

.honor-prev { left: 0; background-position: 0 0; }

.honor-next { right: 0; background-position: right 0; }

@media (min-width: 1024px) {
.honors-wraper { margin-top: 25px; }
  .honors-sw-hook { padding: 40px 0; }
  .honors-sw-hook .swiper-wrapper li { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); -moz-transform: scale(0.8); margin-right: 25px; }
  .honors-sw-hook .swiper-wrapper li.swiper-slide-active { -webkit-transform: scale(1.2); transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); z-index: 10; }
  .honors-sw-hook .swiper-wrapper li p { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); padding-top: 18px; }
  .honors-sw-hook .swiper-wrapper li.swiper-slide-active p { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); -moz-transform: scale(0.9); }
  .honors-sw-hook .swiper-wrapper li.my-slide-left, .honors-sw-hook .swiper-wrapper li.my-slide-right { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); z-index: 9; -moz-transform: scale(1); -o-transform: scale(1); }
  .honors-sw-hook .swiper-wrapper li.my-slide-left p, .honors-sw-hook .swiper-wrapper li.my-slide-right p { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); z-index: 9; -moz-transform: scale(1.1); -o-transform: scale(1.1); }
  .honors-sw-hook .swiper-wrapper li.my-slide-left { right: 2%; }
  .honors-sw-hook .swiper-wrapper li.my-slide-right { left: 2%; }
  .swiper-btn { display: block; }
  .honor-prev { left: -30px; }
  .honor-next { right: -30px; }
  .swiper-btn:hover { background-image: url(../images/arrorho.png); }
}








.aboutc2{padding:90px 0 ;overflow: hidden;background: url(../images/lcbj.jpg) center / cover no-repeat}

.aboutc2 .aboutclist{width:22%;height:360px;background: rgba(6,93,224,0.65);margin: 0 1.5%;padding:40px 30px;box-sizing:border-box;transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}


.aboutc2 .aboutclist:hover{transform: translateY(-5px);

	-wbkit-transform: translateY(-5px);

	-o-transform: translateY(-5px);

	-moz-transform: translateY(-5px);

	transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}

.aboutc2 .aboutclist .icon{width:90px;height:90px;margin:0 auto;line-height: 90px;text-align: center;border: #fff 1px solid;border-radius: 50%;}
.aboutc2 .aboutclist .icon i {font-size: 50px;color: #fff;}
.aboutc2 .aboutclist:hover .icon{-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.aboutc2 .aboutclist .cntitle{color:#fff;font-size:24px;text-align:center;margin-top:25px}

.aboutc2 .aboutclist .entitle{color:#fff;font-size:16px;text-align:center;margin-top:5px;font-family:din;font-weight:bold}

.aboutc2 .aboutclist .line{width:26px;height:3px;background-color:#f22b25;margin:17px auto 0}

.aboutc2 .aboutclist .text{color:#fff;font-size:16px;text-align:center;margin-top:25px;line-height: 1.8;letter-spacing: 1px;}

.ny_fz {
  padding: 60px 0px 80px;
}
.event_box{width:90%;margin:3% auto 0;position:relative;min-height:420px;}

.event_box .parHd {width:90%;display:inline-block;height:92px;overflow:hidden; margin-left: 4%;position: relative;}

.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:30px !important;}

.parHd .tempWrap{margin:0 auto;}

.parHd .tempWrap:after{content:'';width:94%;height:1px;background:#006db7;position:absolute;/* top:33%;*//* right:-140%;*/right:3%;top:40%;/* margin-top:-0.5px;*/z-index:10;}

.parHd li.no_line:before{display:none;}

.parHd li{display:inline-block;cursor:pointer;padding-top:30px;font-size:16px;color:#000;position:relative; width: 12.5%;}

.parHd li:after{content:'';background:url(../images/dot_ico.png) no-repeat;width:24px;height:24px;position:absolute;z-index:20;top:-9px;left:50%;margin-left:-12px;}

.parBd{text-align:center; width: 80%; margin: 60px auto 60px auto;}

.parBd .zc { width:40%; float: right;}

.parBd .zc img { width: 100%; height: auto; box-shadow: 15px 15px 0px rgba(0,109,183,.5);}

.parBd .yc { width:55%; float: left; text-align: left;}

.parBd .yc h4 { font-size: 60px; font-family: Arial; padding-bottom: 25px; color: #006db7;}

.parBd .yc p { font-size: 18px; line-height: 36px;}



div#listBox {width:100%;}

.sPrev,.sNext{width:50px;height:50px;display:block;position:absolute;top:10px;}

.sPrev{left:0;}

.sNext{right:0;}

.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}

.parHd li.act span{display:block;width:24px;height:24px;overflow:hidden;background:url(../images/cat.png) no-repeat;position:absolute;top:-9px;left:50%;margin-left:-12px;z-index:21;}

.parHd li span,.parHd li.clone span{display:none;}	

@media only screen and (max-width:1440px) {

.event_box{width:90%;}	

.parBd{text-align:center; width: 90%; margin: 60px auto 0px auto;}
	.fz_lc li .nr {
  font-size: 14px;
}

}

@media only screen and (max-width:992px) {

.ny_fz { padding:30px 0px 30px 0px; }

.event_box{width:94%;}	

.event_box .parHd {width:82%; margin-left:6%;}

.parHd li{ width:33.333%;}

.parBd .zc { width:100%; float: none;}

.parBd .yc { width:100%; float: none; text-align: left; margin-top: 40px;}

.parBd .yc h4 { font-size: 40px;  padding-bottom: 15px; }

.sPrev,.sNext{width:30px;height:30px;display:block;position:absolute;top:20px;}

.sPrev img,.sNext img { width:100%;}

.parBd{text-align:center; width:90%; margin:30px auto 0px auto;}

}


.ny_qyxx{padding: 70px 0;position: relative;}
.ny_qyxx .con {position: relative;z-index: 9;}
.swiper-xx{ margin:0 auto; padding-bottom:50px;}
.swiper-xx .swiper-slide{position:relative;background: #f5f5f5;}
.swiper-xx .swiper-slide .t_p{overflow: hidden;position: relative;}
.swiper-xx .swiper-slide .t_p .mb {position: absolute;width: 100%;height: 100%;z-index: 9;background: rgba(0,0,0,0) url(../images/jh.png) center / 30px no-repeat;opacity: 0;}
.swiper-xx .swiper-slide:hover .t_p .mb {background: rgba(0,0,0,0.6) url(../images/jh.png) center / 30px no-repeat;opacity: 1;}
.swiper-xx .swiper-slide .t_p .hr{position:absolute;width: 100px; left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;}	
.swiper-xx .swiper-slide .t_p .hr img{width:100%;height: 100%; opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.swiper-xx .swiper-slide:hover .hr img{opacity:1;}	
	
.swiper-xx .swiper-slide:hover .hr img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}	
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);}	to{-webkit-transform:rotate(360deg);}}
.swiper-xx .swiper-slide img {width: 100%;height: 18.5vw;object-fit: cover;display: block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;z-index: 1;}
.swiper-xx .swiper-slide:hover img { -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.swiper-xx .swiper-slide .t_p .mb {position: absolute;left: 0;width: 100%;height: 100%;top: 0;z-index: 9;opacity: 0;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.swiper-xx .swiper-slide:hover .t_p .mb {opacity: 1;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.swiper-xx .swiper-slide h3 {font-size: 16px;color: #333;margin: 10px 0 25px;text-align: center;line-height: 1.8;}
.swiper-xx .swiper-slide:hover h3{color: #235eab;}

.ny_qyxx .swiper-pagination-bullet {
  background: #ccc;opacity: 1;
}
.ny_qyxx .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#34a1fe}
.ny_qyxx .swiper-button-prev{width:38px; height:50px; left:-50px;font-size: 25px;margin-top: -25px;}
.ny_qyxx .swiper-button-prev i {font-size:30px;color: #fff;}
.ny_qyxx .swiper-button-prev:hover i {color:#54a8f6;}
.ny_qyxx .swiper-button-next{ width:38px; height:50px; margin-top:-25px; right:-50px;}
.ny_qyxx .swiper-button-next i {font-size:30px;color: #fff;}
.ny_qyxx .swiper-button-next:hover i {color:#54a8f6;}




.page{ text-align:center; margin:30px auto;}
.page a{ height:30px; line-height:30px; display:inline-block; font-size:14px; color:#5a5a5a;  margin:0; padding:0 10px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; border:#ccc 1px solid; margin:0 3px }
.page a:hover{color:#fff; background:#065de0}
.page a.on{color:#fff; background:#065de0}


.sy_cpzx {margin:50px auto;}
.sy_cpzx .cplb { width:240px; float:left}
.sy_cpzx .cplb .tit { line-height:30px; padding:5px; background:#065de0; margin-bottom:5px; color:#fff; font-size:18px; font-weight:bold; text-align:center}
.sy_cpzx .cplb .tit span { font-size:14px; text-transform:uppercase; font-weight: normal; display:block}
.sy_cpzx ul.box{width:calc(100% - 280px);margin: 0 auto;float: right}
.sy_cpzx ul.box li {width:30.3333%;float: left;margin:0 1.5% 25px;border: #ccc 1px solid;box-sizing: border-box;background: #eee;-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.03),0 15px 20px 0 rgba(0,0,0,.03);
box-shadow: 0 10px 15px 0 rgba(0,0,0,.03),0 15px 20px 0 rgba(0,0,0,.03);}
.sy_cpzx ul.box li .tp {position: relative;overflow: hidden;}
.sy_cpzx ul.box li .tp img {width: 100%; transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;height: 246px;object-fit: cover;}
.sy_cpzx ul.box li:hover .tp img{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_cpzx ul.box li .tp .mb {width: 100%;height: 100%;background: rgba(0,0,0,0.5) url(../images/icon7.png) center no-repeat;position: absolute;left: 0;top:-100%;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.sy_cpzx ul.box li:hover .tp .mb{transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;top: 0}
.sy_cpzx ul.box li h3 {padding: 10px;line-height: 1.5;color: #333;font-size: 14px;text-align: center;}
.sy_cpzx ul.box li:hover h3{color: #fff;}
.sy_cpzx ul.box li:hover{border: #065de0 1px solid;background: #065de0}
.sy_cpzx ul.box li:nth-child(3n){margin-right: 0}


.sy_cpzx .cptp  { width:920px; float:right}
.sy_cpzx .cptp ul li { width:286px; float:left; position:relative; margin-right:30px; margin-bottom:30px; }
.sy_cpzx .cptp ul li img { width:100%; display:block;border:#ccc 1px solid;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}
.sy_cpzx .cptp ul li .bt { width:100%; height:32px; line-height:32px;color:#333; text-align:center; font-size:16px}

.sy_cpzx .cptp ul li:hover .bt { color:#036fb8}

.subNavBox{width:240px; float:left}
.subNav{cursor:pointer;line-height:50px; background:#f5f5f5; display:block; text-align:center; font-size:16px; color:#333; margin-bottom:5px;}
.subNav:hover{color:#fff; background:#065de0}
.currentDd{color:#fff; background:#065de0}
.currentDt{background-image:url(../images/jiantou.jpg);}
.navContent{display: none;}
.navContent li a{display:block;heighr:35px;text-align:center;font-size:14px;line-height:35px;color:#333; background:#f5f5f5; margin:2px 0}
.navContent li a:hover{color:#fff;background-color:#065de0}



.cpxq {padding: 50px 0;margin: 0 auto;}
.cpxq .left {width: 47%;float: left;}
.cpxqlb{width:100%; position:relative;}
.cpxqlb .swiper-slide img{width:100%; height:auto; display:block;}
.cpxqlb .swiper-pagination{bottom:10px !important;width: 100%;height: 10px;text-align: center;}
.cpxqlb .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border: #1f69a3 1px solid;background: none}
.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#1f69a3;}
.cpxqlb .swiper-button-prev{background: url(../images/banner-l.png) no-repeat; width:30px; height:50px; margin-top:0; left:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxqlb .swiper-button-next{background: url(../images/banner-r.png) no-repeat; width:30px; height:50px; margin-top:0; right:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxq .right {width:48%;float: right;}
.cpxq .right h3 {font-size: 25px;color: #333;margin-bottom: 20px;font-weight: bold;margin-top: 50px;}
.cpxq .right p {font-size: 16px;line-height: 1.8;color: #555;margin-bottom: 20px;}
.cpxq .right .zxzx1 {width: 180px;height: 50px;border-radius: 6px;background: #0666b2;text-align: center;line-height: 50px;margin-top: 30px;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.cpxq .right .zxzx1 a {color: #fff;font-size: 18px;}
.cpxq .right .zxzx1:hover{background: #af1314;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.cpxq .cptd {padding-top: 50px;}
.cpxq .cptd .bt {font-size: 20px;color: #fff;margin-bottom: 40px;font-weight: bold;background: #eee;line-height: 2.5;}
.cpxq .cptd h3 {font-size: 18px;color: #333;font-weight: bold;margin-bottom: 15px;}
.cpxq .cptd .bt span {display: inline-block;padding: 0 15px;background: #1f69a3;}
.cpxq .cptd p {font-size: 16px;line-height:2;color: #555;margin-bottom: 15px;}

.ny_tjcp{padding: 0px 0 60px;position: relative;}
.swiper-yyly{width:100%; margin:0 auto; padding-bottom:50px !important;}
.swiper-yyly .swiper-slide{position:relative;}
.swiper-yyly .swiper-slide img{width:100%; height:auto; display:block;}
.swiper-yyly .swiper-slide .w_z{width:100%; padding:10px 5%; background-color:rgba(0,0,0,.6); position:absolute; bottom:0px; left:0; color:#fff;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.swiper-yyly .swiper-slide .w_z h3{font-size:14px; color:#fff;position: relative;text-align: center;}
.swiper-yyly .swiper-slide:hover .w_z{background-color:rgba(31,105,163,.9); bottom:10px;}
.sy_cp .swiper-pagination-bullet {
  background: #ccc;border: #333 1px solid;
}
.sy_cp .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#1f69a3;border: #1f69a3 1px solid;}
.sy_cp {padding-bottom: 60px;}
.htit{font-size: 26px;color: #333;margin-bottom: 20px;}
.ny_cp {padding: 40px 0;background: #fafafa;}
.ny_cp ul li {width:23%;float: left;margin: 0 1% 3%;position: relative;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 8px 5px rgba(0,0,0,0.05);
	-ms-box-shadow: 0 0 8px 5px rgba(0,0,0,0.05);
	-o-box-shadow: 0 0 8px 5px rgba(0,0,0,0.05);
	box-shadow: 0 0 8px 5px rgba(0,0,0,0.05);}

.ny_cp ul li:hover{
	-webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;
}

.ny_cp ul li .tp {overflow: hidden;height: 14vw;width: 100%;margin: 0 auto;position: relative;}
.ny_cp ul li .tp .mb {position: absolute;width: 100%;height: 100%;z-index: 9;background: rgba(118,107,92,0);}
.ny_cp ul li:hover .tp .mb {background: rgba(0,0,0,0.5) url(../images/jh.png) center / 30px no-repeat;}
.ny_cp ul li .tp .hr{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;}	
.ny_cp ul li .tp .hr img{width:auto;height:auto;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.ny_cp ul li:hover .hr img{opacity:1;}	
	
.ny_cp ul li:hover .hr img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}	
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);}	to{-webkit-transform:rotate(360deg);}}
.ny_cp ul li img {width: 100%;height: 100%;object-fit: cover; display: block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_cp ul li:hover img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_cp ul li .wenz {padding: 15px;}
.ny_cp ul li .wenz h3 {font-size: 18px;color: #333;line-height: 1.8;text-align: center;margin-bottom: 10px;}
.ny_cp ul li .wenz p {font-size: 14px;color: #555;line-height: 1.8;margin-bottom: 10px;text-align: left;}
.ny_cp ul li span {position: absolute;left: 0;bottom: 0;height: 3px;background: #065de0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;width: 0;z-index: 3;}
.ny_cp ul li:hover span {width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_cp ul li:hover .wenz h3{color: #065de0;}
.ny_cp ul li:hover .wenz p{color: #065de0;}


.ny_sclc {text-align: center;padding: 70px 0;overflow: hidden;}
.ny_sclc img{max-width: 100%;margin: 0 auto;}


.ny_news {background: #f7f9fc;overflow: hidden;padding: 60px 0;}
.ny_news ul li {position: relative;padding: 20px 20px 20px 0;margin-bottom: 7px;}
.ny_news ul li::after{content: "";position: absolute;width: calc(100% - 80px);;height: 100%;right: 0;top: 0;background: #fff;box-shadow: 0px 0px 70px 0px rgba(177, 190, 199, 0.78);border-radius: 8px;opacity: 0;z-index: 1;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_news ul li:hover::after{opacity: 1;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_news ul li .rq {width: 63px;float: left;font-size: 18px;font-weight: bold;color: #333;}
.ny_news ul li:hover .rq {color: #065de0;}
.ny_news ul li .rq span{font-size: 30px;}
.ny_news ul li .n_r {width: calc(100% - 100px);float: right;}
.ny_news ul li .n_r .t_p {width: 308px;height: 211px;float: left;border-radius: 8px;overflow: hidden;position: relative;z-index: 2;}
.ny_news ul li .n_r .t_p img{width: 100%;height: 100%;object-fit: cover;}
.ny_news ul li .n_r .w_z {width: calc(100% - 360px);float: left;margin-left: 35px;position: relative;z-index: 2;padding-top: 10px;}
.ny_news ul li .n_r .w_z h3 {font-size: 22px;font-weight: bold;color: #000;margin-bottom: 20px;}
.ny_news ul li .n_r .w_z h4 {font-size: 13px;color: #666;margin-bottom: 20px;}
.ny_news ul li .n_r .w_z p {font-size: 16px;line-height: 30px;color: #56575a;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;}
.ny_news ul li .n_r .w_z .more {background: #fff;border: #065de0 1px solid;width: 120px;height: 35px;line-height: 35px;color: #065de0;font-size: 16px;text-align: center;margin-top: 20px;border-radius: 4px;}
.ny_news ul li:hover .n_r .w_z .more{background: #065de0;color: #fff;}
.ny_news ul li:hover .n_r .w_z h3 {color: #065de0;}


.ny_lx {background: #f4f6f9;padding: 50px;border-radius: 25px;overflow: hidden;margin: 50px auto 60px;}
.ny_lx h1 {font-size: 30px;color: #222;margin-bottom: 20px;font-weight: bold;}
.ny_lx h3 {font-size: 16px;color: #222;margin-bottom: 50px;line-height: 1.8;font-weight: bold;height: 58px;}
.ny_lx .left {width: 45%;padding-right: 50px;border-right: #ccc 1px solid;float: left}
.ny_lx ul li{padding-bottom: 20px;border-bottom: #ccc 1px solid;margin-bottom: 25px;overflow: hidden;}
.ny_lx ul li p{font-size: 16px;color: #222;line-height: 1.8;}
.ny_lx ul li p span{font-weight: bold;display: block;}
.ny_lx ul li p a {color: #222;}
.ny_lx ul li .w_z {float: left;}
.ny_lx ul li .l_g {float: left;margin-left: 30px;}
.ny_lx ul li .l_g img{height: 84px;display: block;border: #ccc 1px solid;}
.ny_lx .t_b{padding: 30px 0;}
.ny_lx .t_b a{width: 36px;height: 36px;border-radius: 18px;margin-right: 10px;float: left;display: block;text-align: center;line-height: 36px;background: #0a47c9;color: #fff;}

.ny_lx .l_y {width: 55%;float: right;padding-left: 50px;border-left: #eee 1px solid;}
.ny_lx .l_y h3 {font-size:30px;color: #222;font-weight: bold;margin-bottom: 37px;padding-left:10px;position: relative;}
.ny_lx .l_y .box {width:49%; height:40px;position: relative;float: left;margin-right:2%; margin-bottom:20px; }
.ny_lx .l_y input.w_z{width:100%; height:40px; font-size:14px; line-height:40px; border:1px solid #e6e6e6; padding:0 22px;box-sizing: border-box;background: #fff;position: relative;}
.ny_lx .l_y .wz {color: #ff0000;left: 14px;top: 12px;position: absolute;font-size: 18px;z-index: 9;}
.ny_lx .l_y .box.no{margin-right: 0;}
.ny_lx .l_y input.a_n{width:160px; height:40px; background-color:#0052a5; font-size:14px;font-weight: bold;color:#fff; line-height:40px;border-radius: 4px;}
.ny_lx .l_y textarea{width:100%; height:168px; padding:5px 18px; border:1px solid #e6e6e6; outline:none; resize:none; font-size:14px; line-height:40px; margin-bottom:20px;box-sizing: border-box;}
.d_t {margin-bottom: 60px;}
.d_t img {width: 100%}





@media only screen and (max-width:1366px){
	.header .nav ul li {
  padding: 0 25px;
}
	
	
	
	
}






@media only screen and (max-width:1024px){
	
.head_h { height: 60px; display:block}
.header{border:0; height:60px; background:#fff; width:100%}
	.weixin a.wb {
    height: 30px;
    line-height: 30px;
    background: url(../images/top9.png) center no-repeat;
}
.header .container{ padding:0; height: 60px; width:94%}
	.header .logo {
  margin: 10px 0;
}
	.header .right .yy .x_l {
  top: 45px;padding-left: 10px;
}
.header .logo img {
  height: 40px;
}
.header .logo .img1 {
    display: none;
}
.header .logo .img2 {
    display: block;
}
	.header .right .yy {
  width: 34px;
  line-height: 34px;
  margin-top: 13px;
}
	.header .right .lx {
  width: 34px;
  line-height: 34px;
  margin-top: 13px;
}
	.header.on .nav {
  margin-top: 0;
}
.header .right { margin-right:60px; margin-left: 0;
}
.header.on .right {
    margin-top: 0;
}
	.header.on .right ul li {
  line-height: 60px;
}
	.header .right ul li a {
  color: #333;
}
	.header .right ul li {
  color: #333;line-height: 60px;
}
	.header .right {
  margin-right: 60px;
  margin-top: 0;
}
.header .right a {
    line-height: 30px;
    width: 30px; color:#666;
}
.header .right a.a2 {
    background: url(../images/s.png) center / 20px no-repeat;
}
.searchIpt { right:150px;
    top:15px; width:190px;
}
.searchIpt .search_txt {
    width: 132px;
}
.header .an{display:block; right:10px;}
.header .an span { background-color:#999}
.header .nav ul { width: 100%;}
.header.on .nav {width:100%}
.header .nav{width:100%; padding:15px 5%; background-color:#fff; height:100%; position:fixed; top:60px; right:-100%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin-top:0}
.header .nav.on{right:0;}
.header.on .nav ul li a { font-size: 15px;color: #333;}
.header.on .nav .e_j {
    top:0;
}
.header .nav i{display:block;color: #333;}
.header .nav ul li{line-height:60px; text-align:left; border-bottom:1px solid #ccc; float:none; margin:0; padding:0}
.header .nav ul li::after { background: rgba(0,0,0,0);}
.header.on .nav ul li{line-height:60px;}
.header .nav .e_j { width: 100%; border-top: 1px solid #ccc; background: none; position: relative;display: none;top: auto; left: auto; margin: 0;padding: 10px 0;box-shadow: 0 0 10px rgba(0,0,0,0);}
	.nav .e_j .left a{width: 100%;}
.header .nav ul li .e_j a { color:#444; text-align:left; line-height:40px; font-size:15px;}
	.header .nav ul li .e_j a:last-child{border: 0;}
.header .nav ul li .e_j a:hover { color:#333}
.header .nav .e_j a{border-top:0; font-size:12px; color:#aaa; line-height:32px;}
.header .nav .e_j a:hover{background:none;}
.header .nav ul li:hover .e_j{display:none;}

.header .nav ul li a{font-size:15px; color:#333;}

.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
	.pc_ban .swiper-slide {
  width: 100%;
  height: 25rem;
}
	.pc_ban .more {width: 140px;height: 35px;line-height: 35px;margin-top: 20px;}
	
.pc_ban .mb {
  width: 90%;
  margin-left:0px;
  left: 5%;
  top: 35%;
}
	.pc_ban h1 {
  font-size: 2.2rem;margin-bottom: 6px;
}
	.pc_ban h4 {
  font-size: 1.4rem;
}
	.pc_ban .swiper-button-prev{display: none}
.pc_ban .swiper-button-next{display: none;}
	.container {
  width: 90%;
}
	.con {
  width: 90%;
}
	.indcase-wd h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
	.index4 {
  padding: 30px 0;
}
	.index4 .text {
  width: 100%;
  padding: 0 0 25px 0;
}
	.index4 .text .H4 {
  font-size: 25px;
}
	.index4 .text .p {
  height: auto;
}
	.videoR {
  width: 100%;
  padding: 0 0 25px 5%;
}
	.indcase-wd-font {
  width: 100%;
}
	.zxzx .swiper-button-prev{background:url(../images/jtdl.png) center / 100% no-repeat; width:35px; height:35px; margin-top:0; left:0;}
.zxzx .swiper-button-next{background:url(../images/jtdr.png) center / 100% no-repeat; width:35px; height:35px; margin-top:0; right:0;}
	.swiper-yxxy {
  padding-bottom: 20px;
}
	.sy_cp ul li {
  width: 47%;
  margin: 0 1.5% 3%;
}
.sy_cp {
  padding: 30px 0;
}
	.sy_hyyy {
  padding: 30px 10px;
}
	.about-content .pic {
  width: 100%;
  margin-right: 0%;
}
	.about-content .info {
  width: 100%;margin-top: 30px;
}
	.about {
  padding: 30px 0 37px;
}
	.zxzx {
  padding: 30px 0 0;
  width: 90%;
  margin: 0 auto 30px;
}
	.footer  {
  padding: 0px 0;
}
	.footer  .zuo3 ul li {display: none;
}
	.footer  .zuo3 ul li.lx {
  width: 100%;display: block;
}
	.footer  .zuo3 {
  width:100%;overflow: hidden;
}
	
	.footer  .you3 {
 float: none;margin: 0 auto;
}
	.footer_btm {
  line-height: 1.5;padding: 10px 0;
}
	.copy {
  width: 90%;
  margin: 0 auto;
  line-height: 30px;
}
	.footer .zuo3 ul li.yx {
  width: 120px;
  padding-right: 0;
  float: none;display: block;margin: 0 auto;
}
	.zxzx .hd .prev {
  left: -0;
}
	.zxzx .next {
  right: -0;
}
	.zxzx .bd ul li { width:100%; float:left; margin:10px 0 ; background:#f6f6f6}
	.zxzx .bd {
  width: 100%;overflow: hidden;
}
	.n_ban {
  height: 13rem;
}
	.n_ban h3 {
  font-size: 30px;
  letter-spacing: 1px;
}
	.n_ban h4 {
  font-size: 16px;
}
	.sy_cpzx {
  width: 90%;
  margin: 30px auto;
}
	.sy_cpzx .cplb {
  width: 100%;
}
	.subNavBox {
  width: 100%;
}
.header.on .logo {
  width: auto;
}	
	.sy_cpzx ul.box {
  width: 100%;
}
	.sy_cpzx ul.box li {
  width: 47%;margin: 0 1.5% 20px;
}
	.sy_cpzx ul.box li:nth-child(3n) {
  margin-right: 1.5%;
}
	.cpxq {
  padding: 30px 0;
}
	.cpxq .left {
  width: 100%;
}
	.cpxq .right {
  width: 100%;
}
	.wzxx a {
  font-size: 14px;
}
	.ntit ul li a {
  font-size: 14px;
  padding: 0 10px;
}
	.ny_jj {
  margin:30px auto;
}
	.ny_jj .w_z {
  width: 100%;
}
	.ny_jj .tp {
  width: 100%;margin-top: 20px;
}
	.aboutc2 {
  padding: 30px 0;
}
	.aboutc2 .aboutclist {
  padding: 20px 15px;
}
	.aboutc2 .aboutclist .text {
  margin-top: 15px;
  letter-spacing: 0;
}
	.ny_ryzz {
  margin: 30px auto 0;
  padding: 30px 0;
}
	.swiper-xx .swiper-slide h3 {
  margin: 10px 0 10px;
}
	.ny_lx {
  padding: 20px;
  margin: 30px auto 40px;
}
	.ny_lx .left {
  width: 100%;
  padding-right: 0px;
  border-right: #ccc 0 solid;
}
	.ny_lx h1 {
  margin-bottom: 10px;
}
	.ny_lx h3 {
  margin-bottom: 30px;
  line-height: 1.8;
  height: auto;
}
	.ny_lx ul li {
  padding-bottom: 10px;
  margin-bottom: 15px;
}
	.ny_lx .l_y {
  width: 100%;
  padding-left: 0px;margin-top: 25px;
  border-left: #eee 0 solid;
}
	.ny_lx .l_y h3 {
  margin-bottom: 20px;
}
	.ny_cp ul li {
  width: 48%;
}
	.ny_cp ul li .tp {
  height: 10rem;
}
	.ny_sclc {
  padding: 40px 0;
}
	.ny_news ul li .rq {
  width: 60px;
  font-size: 16px;
}
	.ny_news ul li .n_r {
  width: calc(100% - 75px);
}
	.ny_news ul li .n_r .t_p {
  width: 280px;
  height: 190px;
}
	.ny_news ul li .n_r .w_z {
  width: calc(100% - 300px);
  margin-left: 20px;
  padding-top: 0px;
}
	.ny_news ul li .n_r .w_z h3 {
  font-size:20px;
  margin-bottom: 10px;
}
	.ny_news ul li .n_r .w_z p {
  line-height: 26px;
}
.ny_news {
  padding: 40px 0;
}
	.ny_news ul li::after {
  width: 100%;
}
	
	
	
	
	
	
	

}


@media only screen and (max-width:600px){
	.about-num ul li {
  width: 50%;margin-bottom: 20px;
}
	.tit h1 {
  font-size: 2.2rem;
}
	.tit {
  margin-bottom: 30px;
}
	.about-content .info strong {
  font-size: 20px;
  line-height: 1.5;
  height:42px;
  margin-bottom: 26px;
}
	  .sy_cp ul li {
    width: 100%;
    margin: 0 0% 3%;
  }
	.sy_cp ul li img {
  height: 26rem;
}
	.swiper-hy .swiper-slide .sign span {
  font-size: 15px;
}
	.sy_cpzx ul.box li .tp img {
  height: 21rem;
}
	.sy_cpzx ul.box li {
  width: 100%;margin: 0 0 20px;
}
	.sy_cpzx ul.box li:nth-child(3n) {
  margin-right:0;
}
	.wzxx {
  line-height: 32px;width: 100%;
  font-size: 14px;
}
	.ntit ul {
  text-align: left;
}
	.wzxx a {
  font-size: 14px;
}
	.ntit {
  padding: 10px 0;
}
	.cpxq .right h3 {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 30px;
}
	.cpxq .right p {
  margin-bottom: 15px;
}
	.htit {
  font-size: 22px;
}
	.ny_jj .w_z h3 {
  font-size: 22px;
  margin-bottom: 30px;
}
	.ny_jj .w_z h3::after {
  bottom: -10px;
}
	 .aboutc2 .aboutclist {width: 100%;margin-bottom: 20px;height: 320px;margin: 0 0 20px;
  }
	.honors-sw-hook .swiper-wrapper li img {
  padding: 5px;
  height: auto;
}
	.ny_qyxx {
  padding:30px 0;
}
	.swiper-xx .swiper-slide img {
  height:20rem;
}
	.ntit ul li {
  line-height: 32px;width: 30.3333%;margin: 0 1.5% 2%;float: left;
}
	.ny_qyxx .swiper-button-prev{width:30px; left:0px;}
	.ny_qyxx .swiper-button-next{ width:30px;right:0px;}
	.ny_qyxx .swiper-pagination-bullet {
  width: 20px;
}
	.parBd .yc p {
  font-size: 16px;
  line-height: 1.6;
}
	 .parBd .yc h4 {
    font-size: 30px;
  }
	.n_ban h3 {
    font-size:24px;line-height: 1.6
  }
	.d_t {
  margin-bottom: 40px;
}
	.ny_lx .l_y .box {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
	.ny_lx .l_y textarea {
  height:120px;
}
	.ny_cp {
  padding: 30px 0;
}
	 .ny_cp ul li {
    width: 100%;margin: 0 0 3%;
  }
	.ny_cp ul li .tp {
    height: 18rem;
  }
		.ny_news ul li {
  padding: 0px 0px 10px 0;margin-bottom: 15px;
}
	.ny_news ul li .rq {
    width: 100%;margin-bottom: 10px;
  }
	.ny_news ul li .n_r {
    width:100%;
  }
	.ny_news ul li .n_r .t_p {
    width: 100%;
  }
	.ny_news ul li .n_r .w_z {
    width: 100%;
    margin-left: 0px;
    padding-top: 20px;
  }
	.ny_news ul li .n_r .w_z h3 {
    font-size: 18px;
  }
	.ny_news br {display: none}
	.ny_news ul li .rq span {
  font-size: 16px;
}
	
	
	
	
	
	
	
	
	
}






/*新加*/

.pc-slide {
	margin:65px auto 0;position: relative;
}

.view .zc { width:40%; float: right;}

.view .zc img { width: 100%; height: auto; box-shadow: -15px 15px 0px rgba(0,109,183,.5);}

.view .yc { width:55%; float: left; text-align: left;}

.view .yc h4 { font-size: 60px; font-family: Arial; padding-bottom: 25px; color: #006db7;}

.view .yc p { font-size: 18px; line-height: 36px;}


.view .swiper-container {

	height: auto;padding-bottom: 220px;
}


.pc-slide .arrow-left {
	background: url(../images/left_ico.png) no-repeat left top;
	position: absolute;
	left: 0px;
	bottom:95px;
	width: 50px;
  height: 50px;
	z-index: 10000;
}

.pc-slide .arrow-right {
	background: url(../images/right_ico.png) no-repeat left bottom;
	position: absolute;
	right: 0px;
	bottom: 95px;
	width: 50px;
  height: 50px;
	z-index: 10000;
}



.preview {
	width: 100%;
	margin-top: 10px;
	position: absolute;left: 0;bottom: 0;
}
.preview::after {
  content: '';
  width: 94%;
  height: 1px;
  background: #006db7;
  position: absolute;
  top: 35%;
  right: -140%;
  right: 3%;
  margin-top: -0.5px;
  z-index: 10;
}

.preview .swiper-container {padding-top: 30px;
	height: 182px;z-index: 20 !important;
}
.preview p { width:100%; display:block;color:#222; font-size:16px; text-align: center;}

.preview .swiper-slide {
	width: 12.5%;margin-top: 30px;
	height: 82px;
	cursor:pointer; z-index:9;
  padding-top: 30px;
  font-size: 16px;
  color: #000;
  position: relative;
}
.preview .swiper-slide span {
  display: none;
}
.preview .swiper-slide.active-nav span {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  background: url(../images/cat.png) no-repeat;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -12px;
  z-index: 21;
}
.preview .swiper-slide::after {
  content: '';
  background: url(../images/dot_ico.png) no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 20;
  top: -9px;
  left: 50%;
  margin-left: -12px;
}

.preview .slide6 {
	width: 223px;
}

.preview .arrow-left {
	background: url(../images/left_ico.png) no-repeat left top;
	position: absolute;
	left: 0px;
	top: 20%;
	width: 50px;
  height: 50px;
	z-index: 100000;
}

.preview .arrow-right {
	background: url(../images/right_ico.png) no-repeat left bottom;
	position: absolute;
	right: 0px;
	top: 20%;
	width: 50px;
  height: 50px;
	z-index: 10000;
}

.preview img {
	padding: 1px;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}
.fzlc {  padding:50px 0 0; overflow:hidden}







@media only screen and (max-width:1024px){
	
	.preview .arrow-left {
	width:30px;background: url(../images/left_ico.png) no-repeat left center / 100%;
  height: 30px;top: 47px;
}

.preview .arrow-right {
	background: url(../images/right_ico.png) no-repeat left bottom / 100%;
	width: 30px;
  height: 30px;top: 47px;
}
	.preview .swiper-slide {
  width: 25%;
}
	.view .yc {
  width: 100%;margin-top: 25px;
}
	.view .zc {
  width: 100%;
}

	
	
	
}



@media only screen and (max-width:600px){
	.preview .swiper-slide {
    width: 30.3333%;
  }
	.view .yc h4 {
  font-size: 30px;
  padding-bottom: 15px;
}
	.view .yc p {
  font-size: 16px;
  line-height: 28px;
}
	
	
	
}



































