﻿@charset "utf-8";
html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#91989f; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; cursor:default; }
*{padding:0px; margin:0px;}
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;}
a{color:#91989f; 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:#005caf;}
.con{width:1200px; margin:0 auto;}
.clear{overflow:hidden; clear:both; height:0px;}
.fl{float:left;}
.fr{float:right;}

.con{width:1200px; margin:0 auto;}
.container { width:1200px; margin:0 auto}
.header{width:100%; position:fixed; top:0; left:0; z-index:10;
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{width:200px; float:left; margin:15px 0 10px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .logo{width:180px; margin:15px 0 0;}
.header .logo img{width:100%; height:auto; display:block;}
.header .logo .img2 { display: none}
.header.on .logo .img1{ display:none}
.header.on .logo .img2 { display:block}
.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.on .right{margin-top: 18px;}
.header .right { float:right; margin-left:10px; margin-top:30px;}
.header .right a {display: block;
    line-height: 42px;
    float: left;
    color: #333;
    font-size: 18px;
    margin-right: 12px;
    border: solid 1px #ccc;
    width: 42px;
    border-radius: 50%;
    text-align: center;}
.header .right a:hover { color:#c11724}
.header .right a.a1 { background:url(../images/dl.png) left center no-repeat; background-size:20px; width:25px} 
.header .right a.a2 {
    background: url(../images/s.png) center no-repeat;
}
.header .right a.a3 { background:url(../images/top10s.png) left center no-repeat; background-size:20px; width:25px;}
.header .right a.a4 { background:url(../images/top9s.png) left center no-repeat; background-size:20px;width:25px;}

.searchIpt {

	width: 240px;

	height: 30px;

	position: absolute;

	right: 0;

	top:80px;

	display: none;

	z-index: 10;

}

.searchIpt .search_txt {

	width: 172px;

	padding: 0 0 0 10px;

	line-height: 30px;

	background: #333;

	color: #fff;

	border: 0;

	height: 30px;

	float: left;

}

.searchIpt .search_btn {

	width: 58px;

	background: #c11724;

	border: 0;

	float: right;

	color: #fff;

	height: 30px;

	cursor: pointer;

}
.header .nav i{font-size:12px; color:#aaa; line-height:54px; text-align:right; position:absolute; width:50%; height:54px; 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%);background: url(../images/icon001.png) right center no-repeat;}
.header .nav{ float:right;}

.header.on .nav{ float:right;margin-top: 10px; }
.header .nav ul li{margin:0 2px; line-height:76px; float:left; position:relative; padding:0 25px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header.on .nav ul li{line-height:56px;}
.header .nav ul li a{display:block; font-size:16px; color:#fff; text-transform:capitalize}
.header.on .nav ul li a{ color:#333;}
.header .nav ul li span{width:0; height:2px; background-color:#fff; 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.on .nav ul li span{background: #0072b1}
.header .nav ul li.on span{width:100%; }
.header .nav ul li.on a { color:#fff}
.header.on .nav ul li.on a { color:#0072b1}
.header .nav ul li a:hover { color:#fff}
.header.on .nav ul li a:hover { color:#0072b1}


.nav .y_j{position:relative;}
.nav .e_j{width:150px; background-color:rgba(255,255,255,.85); position:absolute; top:76px; left:50%; margin-left:-75px; display:none; z-index:9999;}
.header.on .nav .e_j{top:56px;}
.header .nav ul li .e_j a{display:block; font-size:14px; color:#000; line-height:40px; border-bottom:1px solid rgba(0,0,0,0.15); text-align:center }
.nav .e_j .ejy { position:relative}
.nav .e_j .s_j {width:150px; background-color:rgba(255,255,255,.5); position:absolute; top:0px; left:150px; display:none; z-index:9999;}
.header .nav .e_j a:hover{background-color:#0072b1; color:#fff;}

@media (min-width:1024px){

.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
.head_h { height:76px; display: none;}
}


@media only screen and (max-width:1024px){
.head_h { height: 60px; display:block}
.header{border:0; height:60px; background:#333; width:100%}
.header .container{ padding:0; overflow:hidden; width:94%}
.header .logo{width:170px; margin:10px auto;}
.header.on .logo{width:170px; margin:10px auto;}
	.header .tel {display: none;
}
.header .an{display:block; right:10px;}
.header .an span { background-color:#999}
.header .nav ul { width: 100%;}
.header.on .nav {width:60%;margin-top: 0;}
.header .nav{width:60%; padding:15px 5%; background-color:#000; height:100%; position:fixed; top:60px; right:-70%; 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;margin-right: auto;}
.header .nav.on{right:0;}
.header.on .nav ul li a { font-size: 16px;color: #fff;}
.header .nav i{display:block;}
.header .nav ul li{line-height:60px; text-align:left; border-bottom:1px solid #444; 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 #444; background: none; position: relative;display: none;top: auto; left: auto; margin: 0;padding-bottom: 10px;}
.header .nav ul li .e_j a { color:#aaa;font-size: 16px;}
.header .nav ul li .e_j a:hover { color:#fff}
.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:16px; color:#fff;}
.header.on .nav ul li.on a {
    color: #fff;
}
	.header.on .nav .e_j {
    top: 0;
}
.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
}



.ban{width:100%; position:relative;}
.ban .swiper-slide {width:100%;height: 641px;}
.ban .mb{width:500px;  display:block; position:absolute; right:50%;margin-right: -600px; top:25%;}
.ban .mb h1 { font-size:46px;font-weight: bold;color:#fff; margin-bottom:20px; text-align:right; margin-top:20%;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s;opacity: 0;-webkit-opacity: 0;-moz-opacity: 0;-webkit-transform: translate3d(0, 300px, 0);-ms-transform: translate3d(0, 300px, 0);transform: translate3d(0, 300px, 0);box-shadow: 0 0 #666 15px}
.ban .mb h1.l2 {color:#0072b1;margin-top:15%;}
.ban .swiper-slide-active h1{-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;-webkit-opacity: 1;-moz-opacity: 1;}
.ban .mb h4 { font-size:16px;/*text-transform: uppercase;*/color:#eee; text-align:right;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s;opacity: 0;-webkit-opacity: 0;-moz-opacity: 0;-webkit-transform: translate3d(0, 300px, 0);-ms-transform: translate3d(0, 300px, 0);transform: translate3d(0, 300px, 0);line-height: 1.8;}
.ban .swiper-slide-active h4{-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;-webkit-opacity: 1;-moz-opacity: 1;}
.ban .swiper-pagination{bottom:20px !important;}
.ban .swiper-pagination-bullet {width:12px; height:12px; display:inline-block;border: #fff 1px solid;background: none; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.ban .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#0072b1;border: #0072b1 1px solid;}


.tit { margin-bottom:50px; text-align:center}
.tit h1 { font-size:36px; color:#333; margin-bottom:15px; position:relative}
.tit h1::after { content: " ";position: absolute; left: 50%; bottom: -12px; width: 60px; margin-left: -30px;height: 0;border: 1px solid #0072b1;}
.tit h3 { font-size:14px; color:#666; margin-top:25px;}

.sy_about { padding:60px 0; overflow:hidden;background:url(../images/ind-abo-bg.jpg) center / 80% no-repeat;margin: 30px 0 0px}
.sy_about h3 {font-size:36px; color:#333; margin-bottom:40px; position:relative;}
.sy_about h3::after { content: " ";position: absolute; left: 0; bottom: -12px; width: 60px; height: 0;border: 1px solid #0072b1;}
.sy_about .nr { font-size:16px;width: 600px;float: right;text-align: justify;}
.sy_about .nr p { margin-bottom:15px; line-height:2;color: #333;}

.sy_about .nr .more{line-height:38px; margin-bottom:30px;position:relative;width: 130px;margin-top: 40px;border-radius: 20px;background: #c12521;overflow: hidden;text-align:center;}
.sy_about .nr .more a { font-size:16px; text-transform:capitalize; color:#fff;  position: relative;z-index: 2}
.sy_about .nr .more span{width:0; height:100%; background-color:#8b1718; position:absolute; left:50%; bottom:0;z-index: 1;
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);}
.sy_about .nr .more:hover span{ width:100%}

/* 产品服务 */
.sy_cp{background:url(../images/w_hb.jpg) center / cover no-repeat;padding: 60px 0;overflow: hidden;}
.sy_cp ul {display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;width: 1236px;margin: 0 auto;}
.sy_cp ul li {width: 392px;
min-height: 150px;box-sizing: border-box;
margin: 15px 0;
padding: 18px 30px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: rgba(255,255,255,0.85);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 2px 14px 0 rgba(120,144,156,0.1);
box-shadow: 0 2px 14px 0 rgba(120,144,156,0.1);
position: relative;
top: 0;
cursor: pointer;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_cp ul li:hover{
 -webkit-box-shadow:0 2px 20px 0 rgba(120,144,156,0.2);
 box-shadow:0 2px 20px 0 rgba(120,144,156,0.2);
 top:-10px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_cp ul li .icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
}
.sy_cp ul li .icon img {width: 100%;display: block;}
.sy_cp ul li .info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 16px;
}
.sy_cp ul li .info .title {
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
}
.sy_cp ul li .info .desc {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;overflow: hidden;
    color: #546e7a;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;
}
.sy_cp .more{line-height:38px; margin-bottom:30px;position:relative;width: 150px;margin-top: 40px;border-radius: 20px;background: #c12521;overflow: hidden;text-align:center;margin:40px auto 0;}
.sy_cp .more a { font-size:16px; text-transform:capitalize; color:#fff;  position: relative;z-index: 2}
.sy_cp .more span{width:0; height:100%; background-color:#8b1718; position:absolute; left:50%; bottom:0;z-index: 1;
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);}
.sy_cp .more:hover span{ width:100%}


.sy_ys{padding: 60px 0;}
.sy_ys .five-part {
            width: 25%;
            height: 330px;
            float: left; text-align:center;border: #eee 1px solid;box-sizing: border-box;
        }

        .sy_ys .five-part:hover {
            box-shadow: 0px 5px 20px 0px rgba(169, 180, 190, 0.2);
        }

        .sy_ys .five-value-img {
            width: 86px;
            height: 100px;
            margin: 40px auto 20px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; 
        }
		.sy_ys .five-part:hover .five-value-img {-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);}

        .five-part:first-child .five-value-img {
            background: url(../images/ys1.png) center center / 100% no-repeat;
        }

        .five-part:nth-child(2) .five-value-img {
            background: url(../images/ys2.png) center / 100% no-repeat;
        }

        .five-part:nth-child(3) .five-value-img {
            background: url(../images/ys3.png) center / 100% no-repeat;
        }
 .five-part:nth-child(4) .five-value-img {
            background: url(../images/ys4.png) center / 100% no-repeat;
        }
 .five-part .five-font-sty { font-size: 20px; font-weight: bold; color: rgba(0, 0, 0, 1); line-height: 28px; margin-bottom:20px; }

.sy_ys .span-line {

    display: block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5); width:80%; margin:0 auto;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;line-height: 1.8;
-webkit-line-clamp: 3;

}


.sy_hzhb {padding: 60px 0;text-align: center;background: #f6f6f6;}
.sy_hzhb ul li {width: 14.66666%;display: inline-block;border: #eee 1px solid;margin: 0.8%;transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;padding: 20px 0;background: #fff;}
.sy_hzhb ul li img {margin: 0 auto;height: 26px;}
.sy_hzhb ul li:hover{box-shadow: 0 0 10px #ccc;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 { width:1200px; margin:0 auto;}
.footer .zuo3{}
.footer .zuo3 ul li { float:left;padding-right: 60px;width: 500px;}
.footer .zuo3 ul li .tit1 {overflow: hidden}
.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:#0072b1;-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 {display:block; line-height:28px; font-size:14px; color:#999;float: left;width: 50%;}
.footer .zuo3 ul li a:hover { color:#eee}
.footer .zuo3 ul li.lx {padding-right: 0;width: auto;float: right}
.dzwz {line-height:30px;color:#999;font-size:14px; float:left; width:350px;}
.dzwz p { line-height:30px;color:#999;font-size:14px;/*text-transform: capitalize*/}


.footer_btm {margin:30px auto 0;padding:20px 0;background: #222; width:100%;}
.copy { width: 1200px;margin: 0 auto;text-align: center;}
.copy p {font-size: 14px;/*text-transform: uppercase;*/color: #B9B9B9;}
.copy p a { color: #ffffff; -webkit-transition: 0.9s; -moz-transition: 0.9s;-o-transition: 0.9s;transition: 0.9s;}



.nban { height:419px; width:100%}
.ntit { width:100%; padding:20px 0;  overflow:hidden; border-bottom:#eee 1px solid;}
.ntit ul li { display:inline-block; margin:0 20px 0 0; min-width:110px; float:left; position:relative}
.ntit ul li .e_j { width:600px; background:#fff; position:absolute; left:0; top:32px; display:none; z-index:99;text-align:center}
.ntit ul li:hover .e_j { display:block;}
.ntit ul li .e_j a { display: inline-block; color:#333; text-align:center; font-size:14px; line-height:35px; float:left; background:#fff; padding:0 10px;}
.ntit ul li .e_j a:hover {border-radius:0;-moz-border-radius:0;-webkit-border-radius:0; color:#abcd05; background:#fff; line-height:35px }
.ntit ul li a { line-height:34px; background:#eee; padding:0 20px; font-size:14px; color:#333;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px; display:block; text-align:center }
.ntit ul li a:hover { background:#2079bf; color:#fff;}
.ntit ul li a.on { background:#2079bf; color:#fff;}
.nyhy {padding: 50px 0;}
.nyhy ul li{ float:left; width:31.3333%; margin:0 3% 40px 0; position:relative;}
.nyhy ul li .kj {transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.02),0 15px 40px 0 rgba(0,0,0,.02);box-shadow: 0 10px 15px 0 rgba(0,0,0,.02),0 15px 40px 0 rgba(0,0,0,.02); }
.nyhy ul li:nth-child(3n) {margin-right: 0}
.nyhy ul li .tu { width:100%; position: relative;overflow:hidden;border-bottom: #eee 1px solid;}
.nyhy ul li img { width:100%; display:block;-webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -ms-transform:scale(1); transform:scale(1); -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s;}
.nyhy 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 1s; -moz-transition: all 1s; transition: all 1s;}
.nyhy ul li .mb { background:rgba(0,0,0,0.8); position:absolute; width:100%; height:100%; left:0; top:0;-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;opacity: 0;-webkit-opacity: 0;-moz-opacity: 0;z-index: 99;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.nyhy ul li:hover .mb {-webkit-transition: all 0.6s;-moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6s;opacity: 1;-webkit-opacity:1;-moz-opacity:1;}
.nyhy ul li .mb img {width: 44px;}
.nyhy ul li .mb p{padding: 20px;font-size: 14px;line-height: 1.8;color: #fff;}
.nyhy ul li .wenz { padding:20px 20px 10px; background:#fff; width:100%; background:url(../images/jt.png) 92% 30px no-repeat; height: 120px;box-sizing: border-box;}
.nyhy ul li:hover .wenz {background:url(../images/jts.png) 92% 30px no-repeat;}
.nyhy ul li .wenz h3 { font-size:16px; margin-bottom:10px; color:#333;}
.nyhy ul li .wenz p { font-size:12px; color:#666; line-height:20px; display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;width: 100%}
.nyhy ul li:hover .wenz h3 { color:#003a8f;-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;}
.nyhy ul li:hover .kj {-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.16),0 15px 40px 0 rgba(0,0,0,.16);box-shadow: 0 10px 15px 0 rgba(0,0,0,.16),0 15px 40px 0 rgba(0,0,0,.16);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;}


.nycp { width:100%; margin:0 auto; padding:80px 0;overflow: hidden}
.nycp .tp {width:600px;text-align: center;}
.nycp .tp img {max-width: 100%;max-height: 400px;margin: 0 auto;}
.nycp .wenz {width: 550px;}
.nycp h3 { font-size:24px;margin-bottom:30px; margin-top:60px; color:#333;position: relative;padding-bottom: 30px;}
.nycp h3::after{width: 40px;position: absolute;left: 0;height: 4px;bottom: 0;background: #2079bf;content: ""}
.nycp p { line-height:30px; font-size:14px; color:#333; margin-bottom:30px}
.ny_gywm{padding-bottom: 40px;}
.ny_gywm .gsjj { overflow:hidden;}
.ny_gywm .gsjj .gk {font-size: 16px;line-height: 1.8;margin-bottom: 30px;color: #444;padding-bottom: 30px;}
.ny_gywm .gsjj .gk p {text-indent: 2em;margin-bottom: 10px}
.ny_gywm .gsjj .tp { width:600px; overflow:hidden;}
.ny_gywm .gsjj .tp img {}

.ny_gywm .gsjj .wz { width:560px;}
.ny_gywm .gsjj .wz h3 { font-size:20px; color:#e62129; margin:50px 0 5px;position: relative;padding-top: 10px;/*text-transform: uppercase;*/}
.ny_gywm .gsjj .wz h3::before{content: "";
display: block;
width: 24px;
height: 3px;
background-color: #666;
position: absolute;
left: 0;
top: 0;}
.ny_gywm .gsjj .wz h4 {font-size: 28px;color: #333;margin-bottom: 30px;margin-top: 20px;}
.ny_gywm .gsjj .wz p { line-height:28px; font-size:14px; color:#555;text-indent: 2em;text-align: justify;}
.ny_gywm .gsjj .nr {margin: 30px 0}
.ny_gywm .gsjj .nr p {line-height:28px; font-size:14px; color:#555;margin-bottom: 20px;text-indent: 2em;}
.about-ab-three
{
	overflow: hidden;padding: 50px 0 ;width:1200px;margin: 0 auto;
}
.about-three-item
{
	float: left;
	width: 32%;
	margin-right: 2%;
	position: relative;
}
.about-three-item:last-child
{
	margin-right: 0;
}
.about-three-item img
{
	width: 100%;
}
.about-three-bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background: rgba(32,121,191,0.25);transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;
}
.about-three-item:hover .about-three-bg
{
	position: absolute;
	background: rgba(32,121,191,0.75);transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;
}
.about-three-bg>div
{
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);
}
.about-three-bg h3
{
	font-size: 24px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;color: #fff;font-weight: bold;
}
.about-three-bg h3::after
{
	content: "";
	position: absolute;
	bottom: -8px;
	left: calc(50% - 15px);
	height:2px;
	width: 30px;
	background: #fff;

}
.about-three-bg p
{
	line-height: 1.8 !important;color: #fff !important;font-size: 14px !important;padding: 0 30px;
}


.lx_wm{width:1200px; margin:50px auto 80px;}
.lx_wm .d_t{margin-bottom:50px;}
.lx_wm .d_t img{width:100%; height:auto; display:block;}
.lx_wm .x_x{width:550px; float:left;}
.lx_wm .dt{width:620px; float:right;height: 380px;}
.lx_wm .dt iframe{border:#ccc 1px solid;}
.lx_wm h3{font-size:24px; margin-bottom:15px;}
.lx_wm h4{font-size:16px; line-height:26px; color:#555; margin-bottom:15px;}
.lx_wm em{width:30px; height:1px; background-color:#2079bf; display:block; margin-bottom:15px;}
.lx_wm b{font-family:Arial, Helvetica, sans-serif; color:#2079bf; padding-left:5px; font-size:20px !important;}
.lx_wm p{font-size:18px; line-height:40px;color: #555;}
.lx_wm p i{padding-right:10px; color:#aaa;}



@media (max-width:1366px){
	.ban .mb h1 {margin-top: 15%;font-size: 40px;}
	
	
}





@media (max-width:1024px){
.ban .swiper-slide {width:100%;height: 17rem;}
.ban .mb{width:45%;right:5%;margin-right: 0px; top:10%;}
.ban .mb h1 { font-size:30px;margin-bottom:10px;}
.ban .mb h4 { font-size:14px;}
.ban .swiper-pagination{bottom:10px !important;}
.ban .swiper-pagination-bullet {width:10px; height:10px; }
	.sy_ys {
    padding:30px 0;
}
	.container {
    width: 90%;
}
	.sy_ys .five-part {
    width: 50%;
    height: 330px;
}
	.sy_cp { padding: 30px 0;
}
	.sy_cp ul li {
    width: 49%;
    min-height: 150px;
    margin: 15px 0;
    padding: 18px 20px;
}
	.sy_cp ul {
    width: 90%;
}
	.sy_hzhb {
    padding: 30px 0;
}
	.con {
    width: 90%;
}
.sy_hzhb ul li {
    width: 30.3333%;float: left;display: block;
    margin: 1.2%;
}
	.sy_hzhb{overflow: hidden;}
	.tit {
    margin-bottom:30px;}
	.footer {
    width: 90%;
}
	.footer .zuo3 ul li.lx {margin-top: 30px;
    width: 100%;
}
	.footer .zuo3 ul li {
    padding-right: 0px;
    width: 100%;
}
	.copy {
    width: 90%;
}
	.nban {
    height: 13rem;
}
	.nycp {
    padding: 30px 0;
}
	.nycp .tp {
    width: 100%;
}
	.nycp .wenz {
    width:100%;
}
	.nycp h3 {
    font-size: 20px;
    margin-bottom:20px;
    margin-top:20px;
    padding-bottom: 15px;
}
	.nycp p {
    margin-bottom: 0px;
}
	.ny_gywm .gsjj .tp {width: 100%;}
	.lx_wm {
    width: 100%;
    margin: 30px auto 50px;
}
	.ny_gywm .gsjj .wz {
    width: 100%;margin-top: 30px;
}
	.about-ab-three {
    padding: 30px 0;
    width: 90%;
}
	.about-three-item {
    width: 100%;margin: 0 0 20px;
}
	.lx_wm .x_x {
    width: 90%;
    float: none;margin: 0 auto
}
	.lx_wm .dt {
    width: 90%;
    float: none;margin: 30px auto 0;
}
.nyhy ul li {
    width: 46%;
    margin: 0 2% 30px;
}
	.nyhy ul li .wenz {
    padding: 10px 10px 10px;background: url(../images/jt.png) 92% 10px no-repeat;
    height: auto;
}
	.nyhy ul li:hover .wenz {background:url(../images/jts.png) 92% 10px no-repeat;}	
	
	
	
	
	
	
	
	
	
	
	
	
	

}


@media (max-width:600px){
	.ban .mb{width:50%;right:5%;margin-right: 0px; top:10%;}
.ban .mb h1 { font-size:2rem;margin-bottom:10px;margin-top: 5%;}
.ban .mb h4 { font-size:1.2rem;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;}
	.tit h1 {
    font-size: 2.2rem;
    margin-bottom: 10px;
}
	.sy_ys .five-value-img {
    width: 66px;
    height: 70px;
    margin: 20px auto 20px;
}
	.five-part .five-font-sty {
    font-size: 1.6rem;
    line-height: 1.8;margin-bottom: 1rem;
}
	.sy_ys .span-line {
    margin-top: 0px;
    font-size: 1.2rem;
    width: 90%;
}
	.sy_ys .five-part {
    width: 50%;
    height: 24rem;
}
	.sy_cp ul li {
    width: 100%;
    padding: 15px 20px;margin: 0 0 25px;
}
	.sy_hzhb ul li img {
    height: 1.8rem;
}
	.sy_hzhb ul li {padding: 10px 0;
}
	.copy p {
    font-size: 1.1rem;text-align: center;
}
	.copy p span {width: 100%;display: block;}
	.ntit ul li {
    margin: 0 1% 10px;
    min-width: 10px;width:48%;
}
	.ntit ul li a {
    line-height: 2.5rem;
    padding: 0 0px;
    font-size: 1.2rem;
}
	.dzwz {
    width: 100%;
}
	.ny_gywm .gsjj .wz h4 {
    font-size: 1.8rem;margin-top: 0;margin-bottom: 10px;
}
	.nyhy ul li {
    width: 96%;
}
	
	
	
	
}




















