*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration:none;
}
.header{
	width: 100%;
    display: block;
	background: white;
	z-index: 1;
	position: relative;
}
.header:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
    
}
.header2{
	width: 100%;
    display: block;
	background: white;
	z-index: 1;
	position: relative;
}
.header1{
    position: fixed;
    width: 100%;
    top: 0;
    display: block;
    padding: 0 0 0 0;
	background: white;
	z-index: 999;
	border-bottom: 1px solid #1d124c;
}
.logo{
	width: 19%;
	float: left;
	margin-left: 3%;
	margin-top: 5px;
}
@media screen and (max-width: 1200px) {
    .logo {
      width: 23%;
    }
}
@media screen and (max-width: 1000px) {
    .logo {
      width: 40%;
    }
}
@media screen and (max-width: 420px) {
    .logo {
      width: 50%;
    }
}
.logo img{
	width: 120%;
}
.nav{
	width: 74%;
	float: left;
}
@media screen and (max-width: 1000px) {
    .nav {
      display: none;
    }
}
.yd-nav{
	float: right;
	display: none;
	margin-right: 3%;
	margin-top: 3%;
}
@media screen and (max-width: 1000px) {
    .yd-nav{
      display: block;
    }
}
@media screen and (max-width: 640px) {
    .yd-nav{
      margin-top: 2.5%;
    }
}
@media screen and (max-width: 360px) {
    .yd-nav{
      margin-top: 1.6%;
    }
}
.yd-nav img{
	width: 100%;
}
@media screen and (max-width: 640px) {
    .yd-nav img{
      width: 77%;
      margin-top: 4%;
    }
}
@media screen and (max-width: 500px) {
    .yd-nav img{
      width: 68%;
      margin-top: 6%;
    }
}
@media screen and (max-width: 430px) {
    .yd-nav img{
      width: 68%;
      margin-top: 14%;
    }
}
@media screen and (max-width: 380px) {
    .yd-nav img{
      width: 65%;
      margin-top: 14%;
    }
}
.yd-nav-r{
	width: 100%;
	height: 0;
	position: fixed;
	overflow: hidden;
	background: rgba(0,0,0,0.9);
	z-index: 999;
}
.yd-nav-r .guanbi1{
	width: 50px;
	height: 50px;
	font-size: 40px;
	color: white;
	text-align: center;
	line-height: 50px;
	position: absolute;
	right: 20px;
}
.yd-nav-r ul{
	margin-top: 20%;
	margin-bottom: 5%;
}
.yd-nav-r ul li{
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
}
.yd-nav-r ul li a{
	color: white;
}
.yd-nav-r .search-input{
	width: 80%;
	height: 30px;
	position: absolute;
	border-radius: 50px;
	margin-left: 10%;
	margin-top: 20%;
}
.yd-nav-r .search-btn{
	width: 32px;
	height: 33px;
	position: absolute;
	right: 9%;
	border-radius: 50%;
	border: 0;
	background: url(../img/sos.jpg) left center;
	background-image: 100%;
	margin-top: 20%;
}
.nav1{
	width: 70%;
	float: left;
	margin-left: 5%;
}
@media screen and (max-width: 1400px) {
    .nav1{
     margin-left: 9%;
    }
}
.nav1 ul li{
    float: left;
    margin-left: 1px;
    width: 13%;
}

.nav1 ul li:nth-child(2) .second-nav-right{
	background: url(../img/erji-tp1.jpg);
}
.nav1 ul li:nth-child(3) .second-nav-right{
	background: url(../img/erji-tp2.jpg);
}
.nav1 ul li:nth-child(4) .second-nav-right{
	background: url(../img/erji-tp3.jpg);
}
.nav1 ul li:nth-child(5) .second-nav-right{
	background: url(../img/erji-tp4.jpg);
}
.nav1 ul li:nth-child(6) .second-nav-right{
	background: url(../img/erji-tp5.jpg);
}
.nav1 ul li:nth-child(7) .second-nav-right{
	background: url(../img/erji-tp6.jpg);
}


.nav1 ul li .tit1 {
    display: block;
    line-height: 72px;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 7% 0;
    width: 100%;
    text-align: center;
    transition: color 0.3s, background-color 0.2s;
}
@media screen and (max-width: 1600px) {
    .nav1 ul li .tit1{
     padding: 0 0;
    }
}
.nav1 ul li:hover{
	background: #173f94;
}
.nav1 ul li:hover .tit1{
	color: white;
}
.nav1 .nav-bj{
	background: #173f94;
}
.nav1 .nav-bj .tit1{
	color: white;
}
.second-nav {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    z-index: 2;
    box-sizing: border-box;
    max-width: 1200px;
    pointer-events: none;
    opacity: 0;
    padding: 20px 2.5%;
    margin: auto;
    background: rgba(23, 63, 148, 0.5);
    transition: 0.6s ease;
}

.nav1 ul li:hover .second-nav{
	pointer-events: auto;
    opacity: 1;
    z-index: 999;
}

.second-nav-left {
    float: left;
    width: 32%;
}
.second-nav-left h5 {
    height: 44px;
    overflow: hidden;
    margin: 0px;
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.second-nav-left dl {
    margin-top: 25px;
}
.second-nav-left dl dd {
    float: left;
    box-sizing: border-box;
    width: 50%;
    height: 21px;
    overflow: hidden;
    padding: 0px 12px;
    margin: 8px 0px;
    background: url(../images/secondnavdd.png) no-repeat left;
    line-height: 21px;
    font-size: 16px;
    color: #ababab;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.second-nav-left dl dd a{
	color: white;
}

.second-nav-right {
    float: right;
    width: 65%;
    height: 254px;
    background-repeat: no-repeat;
    background-position: center;
}




   
.weixin{
	width: 15%;
	float: right;
	margin-top: 2%;
	margin-left: 5%;
}
.weixin span{
	margin-right: 20px;
	cursor: pointer;
}
.p1{
    display: none;	
    padding-left: 25px;
}
.sosu-none{
	width: 100%;
	position: fixed;
	height: 0;
	z-index: 999;
	background: white;
	top: 0;
	overflow: hidden;
}
.sosu-none img{
	width: 20%;
	margin-left: 3%;
}
@media screen and (max-width: 1400px) {
    .sosu-none img{
     width: 28%;
    }
}
.sosu-none1{
	width: 20%;
	margin: 0 auto;
}
.sosu-none .search-input{
	width: 20%;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 20px;
	margin: 0 auto;
	top: 30px;
	position: absolute;
}
.sosu-none .search-btn{
	width: 30px;
	height: 30px;
	background: url(../img/sos.jpg) center;
	border: 0;
	border-radius: 50%;
	padding-top: 10px;
	top: 31px;
	left: 58.8%;
	position: absolute;
}
.guanbi{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 120px;
	font-size: 40px;
	cursor: pointer;
	z-index: 999;
	top: 0;
}
.banner{
	width: 100%;
	position: relative;
	height: 780px;
}
.banner:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
@media screen and (max-width: 1800px) {
    .banner{
      height: 700px;
    }
}
@media screen and (max-width: 1400px) {
    .banner{
      height: 600px;
    }
}
@media screen and (max-width: 970px) {
    .banner{
      height: 500px;
    }
}
@media screen and (max-width: 750px) {
    .banner{
      height: 350px;
    }
}
@media screen and (max-width: 500px) {
    .banner{
      height: 300px;
    }
}
@media screen and (max-width: 420px) {
    .banner{
      height: 225px;
    }
}
.banner img{
	width: 100%;
	height: 100%;
	display: block;
}
@media screen and (max-width: 1800px) {
    .banner img{
      height: 700px;
    }
}

@media screen and (max-width: 1400px) {
    .banner img{
      height: 600px;
    }
}
@media screen and (max-width: 970px) {
    .banner img{
      height: 500px;
    }
}
@media screen and (max-width: 750px) {
    .banner img{
      height: 350px;
    }
}
@media screen and (max-width: 500px) {
    .banner img{
      height: 300px;
    }
}
@media screen and (max-width: 420px) {
    .banner img{
      height: 225px;
    }
}
.banner .hd{ 
	height:15px; 
	overflow:hidden; 
	position:absolute; 
	bottom:5px; 
	z-index:1; 
}
@media screen and (max-width: 640px) {
    .banner .hd{
      z-index:0;
    }
}
.banner .hd ul{ 
	overflow:hidden; 
	zoom:1; float:left;
	margin: 0 auto; 
	width: 61px; 
	display: block;  
}
.banner .hd ul li{ 
	float:left; 
	margin-right:2px;  
	width:18px; 
	height:5px; 
	line-height:14px; 
	text-align:center; 
	background:#fff; 
	cursor:pointer; 
}
.banner .hd ul li.on{ 
	background:#f00; 
	color:#fff; 
}
.banner .hd1{
	width: 61px;
	margin: 0 auto;
}
.banner .prev,.banner .next{ 
	position:absolute; 
	left:3%; top:50%; 
	margin-top:-25px; 
	display:block; 
	width:33px; 
	color: white;
	border-radius: 50%;
	line-height: 33px;
	text-align: center;
	border: 1px solid #ccc;
	background: #182746;
	height:33px; 
	filter:alpha(opacity=50);
	opacity:0.5;   
	font-size: 24px;
}
@media screen and (max-width: 580px) {
    .banner .prev,.banner .next{
      top:48%; 
    }
}
.banner .next{ 
	left:auto; 
	right:3%; 
	background-position:8px 5px; 
}
.banner .prev:hover,.banner .next:hover{ 
	filter:alpha(opacity=100);
	opacity:1;  
}
.zhuda{
	max-width: 1200px;
	margin: 3% auto;
	
}
.zhuda:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
@media screen and (max-width: 640px) {
    .zhuda{
      width: 96%;
      padding: 0 2%;
    }
}
.zhuda ul li{
	width: 23%;
	margin-right: 2%;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	transition: 0.8s;
	position: relative;
	box-sizing:border-box;
}
@media screen and (max-width: 640px) {
    .zhuda ul li{
      width: 48%; 
    }
}
.zhuda ul li:hover{
	border: 2px solid #15408f;
}
.zhuda ul li img{
	width: 100%;
}
.zhuda ul li:nth-child(4){
	margin-right: 0;
}
.zhuda ul li p{
    position: absolute;
    top: 40%;
    padding: 6% 0;
    width: 100%;
    text-align: center;
    background: rgba(132,151,194,0.6);
    color: white;
    font-size: 18px;
}
.sy-pro{
	max-width: 1200px;
	margin: 1% auto;
	
}
.sy-pro:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
@media screen and (max-width: 640px) {
    .sy-pro{
      width: 96%;
      margin: 0 auto; 
    }
}
.sy-pro .p2{
	text-align: center;
	color: #9e9e9e;
	font-size: 14px;
}
.sy-pro h3{
	text-align: center;
	color: #333333;
	font-size: 28px;
	margin: 10px 0;
}
.sclc{
    margin-top: 2%;	
    margin-bottom: 2%;
}
@media screen and (max-width: 640px) {
    .sclc ul li{
      margin-top: 4%;
    }
}
.sclc:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.sclc ul li{
	float: left;
	width: 20%;
	margin-bottom: 2%;
	overflow: hidden;
	height: 54px;
	
}
@media screen and (max-width: 760px) {
    .sclc ul li{
      width: 25%;
    }
}
@media screen and (max-width: 640px) {
    .sclc ul li{
      width: 50%;
    }
}

.sclc ul li .one{
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ccc;
    
}
@media screen and (max-width: 640px) {
    .sclc ul li .one{
      margin-left: 10%;
    }
}
@media screen and (max-width: 430px) {
    .sclc ul li .one{
      margin-left: 5%;
    }
}

.sclc ul li .one strong{
    line-height: 50px;
    text-align: center;
    width: 50px;
    height: 50px;
    display: block;
    color: #163f91;
}
.sclc ul li:hover strong{
	border: 1px solid #163f91;
	border-radius: 50%;
	color: #ccc;
}
.sclc ul li .tz{
	float: left;
	padding-left: 10px;
	height: 50px;
	margin-top: 10px;
}
.sclc ul li .tz p{
	font-size: 14px;
	color: #5e5e5e;
}
@media screen and (max-width: 400px) {
    .sclc ul li .tz span{
      display: none;
    }
}
@media screen and (max-width: 960px) {
    .sclc ul li .tz p{
      font-size: 12px;
    }
}
.sclc .bz{
	float: left;
	width: 48%;
	margin-right: 4%;
}
@media screen and (max-width: 640px) {
    .sclc .bz{
     width: 100%;
     margin: 0 auto;
     margin-right: 0;
    }
}
.sclc .cc{
	float: right;
	width: 48%;
}
@media screen and (max-width: 640px) {
    .sclc .cc{
     width: 100%;
     margin: 0 auto;
    }
}
.sclc img{
	width: 100%;
}
.about{
	max-width: 1200px;
	/*max-width: 1200px;*/
	margin: 0 auto;
}
.about:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.about .about-l{
	width: 50%;
	float: left;
  position: relative;
}
@media screen and (max-width: 640px) {
    .about .about-l{
     display: none;
    }
}
.about .about-r{
	width: 50%;
	float: left;
}
@media screen and (max-width: 640px) {
    .about .about-r{
     width: 100%;
    }
}
.about .about-l img{
	width: 100%;
}
.about .about-r-t{
	/*width: 50%;*/
	background: #173f94;
	float: left;	
}
@media screen and (max-width: 640px) {
    .about .about-r-t{
     width: 100%;
     padding-bottom: 4%;
    }
}
.about .about-r-t h3{
	margin-top: 5%;
	color: white;
	margin-left: 8%;
}
.about .about-r-t p{
	margin-top: 5%;
	color: white;
	margin-left: 8%;
	width: 86%;
	font-size: 14px;
}
.about .about-r-t a{
	color: white;
	display: block;
	width: 150px;
	height: 25px;
	text-align: center;
	border: 1px solid white;
	border-radius: 50px;
	margin-top: 2%;
	margin-bottom: 1%;
	font-size: 14px;
	bottom: 20%;
	margin-left: 3%;
	line-height: 25px;
	transition: 0.6s;
}
.about .about-r-t a:hover{
	color: #173f94;
	background: white;
}
.about .about-r-big{
	width: 100%;
	position: relative;
	background: #173f94;
}
.about .about-r-big:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.about .about-r-t1{
	width: 50%;
	float: left;
}
@media screen and (max-width: 1100px) {
    .about .about-r-t{
     width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .about .about-r-t1{
     display: none;
    }
}
.about .about-r-t1 img{
	width: 100%;
	height: 100%;
	display: block;
}
@media screen and (max-width: 1100px) {
    .about .about-r-t1 img{
     display: none;
    }
}
.about .about-r-b{
	width: 100%;
	position: relative;
}
.about .about-r-b img{
	width: 100%;
}
@media screen and (max-width: 640px) {
    .about .about-r-b img{
     width: 100%;
     height: 200px;
    }
}
.about .about-r-b strong{
	position: absolute;
	top: 7%;
	width: 100%;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #989896;
}
.about .about-r-b h3{
	position: absolute;
	top: 17%;
	display: block;
	font-size: 25px;
	width: 100%;
	text-align: center;
	color: white;
}
@media screen and (max-width: 500px) {
    .about .about-r-b h3{
     font-size: 20px;
    }
}
.about .about-r-b p{
	position: absolute;
	top: 41%;
	color: white;
	font-size: 14px;
	width: 80%;
	margin-left: 10%;
	text-align: center;
}
@media screen and (max-width: 500px) {
    .about .about-r-b p{
     top: 30%;
     font-size: 14px;
    }
}
.about .about-r-b a{
	display: block;
	width: 25%;
	height: 33px;
	position: absolute;
	color: white;
	background: #173f94;
	text-align: center;
	line-height: 33px;
	border-radius: 50px;
	font-size: 14px;
	bottom: 13%;
    margin-left: 37.5%;
    transition: 0.6s;
}
.about .about-r-b a:hover{
	background: white;
	color: #173f94;
}
.dingzhi{
	width: 100%;
	background: url(../img/dingzhi-bj.jpg) top;
}
.dingzhi:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.dingzhi img{
	width: 100%;
}
.dingzhi .dingzhi1{
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
    .dingzhi .dingzhi1{
     width: 96%;
     margin: 0 auto;
    }
}
.dingzhi .dingzhi-l{
	width: 42%;
	float: left;
	margin-right: 4%;
}
@media screen and (max-width: 460px) {
    .dingzhi .dingzhi-l{
     width: 100%;
    }
}
.dingzhi .dingzhi-r{
	width: 50.5%;
	float: right;
}
@media screen and (max-width: 460px) {
    .dingzhi .dingzhi-r{
     width: 100%;
    }
}
.product{
	width: 100%;
	background: url(/img/cp-bj.jpg) center;
	padding-bottom: 3%;
}
.product .product1{
	max-width: 1200px;
	margin: 0 auto;
}
.product .product-t{
	background: url(../img/cp-biaoti-bj.png) no-repeat top 80% center;
	background-size: 100%;
	padding-top: 1%;
	padding-bottom: 3%;
}
.product .product-t h3{
	text-align: center;
	color: white;
	font-size: 30px;
}
.product .product-t p{
	text-align: center;
	color: #9f9f9f;
	font-size: 20px;
}
.product .product-b .hd{
	
}
@media screen and (max-width: 1200px) {
    .product .product-b .hd{
     width: 96%;
     margin: 0 auto;
    }
}
.product .product-b .hd:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.product .product-b .hd li{
	float: left;
	width: 14.2%;
	text-align: center;
	margin: 2% 0;
	height: 30px;
	line-height: 30px;
	border-radius: 50px;
}
.product .product-b .hd li a{
	color: white;
}
.product .hd ul li.on{ 
	background: #183a82;
}
@media screen and (max-width: 800px) {
    .product .product-b .hd li{
     width: 33%;
    }
}
@media screen and (max-width: 800px) {
    .product .product-b .bd li:nth-child(2){
     margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .product .product-b .bd{
     width: 96%;
     margin: 0 auto;
    }
}
.product .product-b .bd:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.product .product-b .bd li{
	float: left;
	width: 30%;
	margin-right: 5%;
	position: relative;
	margin-bottom: 2%;
	box-sizing: border-box;
	border: 2px solid rgb(0,0,0,0);
}
.product .product-b .bd li:hover{
	border: 2px solid #173f94;
}
.product .product-b .bd li:nth-child(3){
	margin-right: 0;
}
@media screen and (max-width: 800px) {
    .product .product-b .bd li:nth-child(3){
     margin-right: 5%;
    }
}
@media screen and (max-width: 800px) {
    .product .product-b .bd li:nth-child(4){
     margin-right: 0;
    }
}
.product .product-b .bd li:nth-child(6){
	margin-right: 0;
}
@media screen and (max-width: 800px) {
    .product .product-b .bd li{
     width: 47%;
    }
}
.product .product-b .bd li img{
	width: 100%;
	height: 270px;
}
@media screen and (max-width: 1000px) {
    .product .product-b .bd li img{
    height: 250px;
    }
}
@media screen and (max-width: 900px) {
    .product .product-b .bd li img{
    height: 200px;
    }
}
@media screen and (max-width: 800px) {
    .product .product-b .bd li img{
    height: 260px;
    }
}
@media screen and (max-width: 640px) {
    .product .product-b .bd li img{
    height: 220px;
    }
}
@media screen and (max-width: 550px) {
    .product .product-b .bd li img{
    height: 190px;
    }
}
@media screen and (max-width: 450px) {
    .product .product-b .bd li img{
    height: 160px;
    }
}
@media screen and (max-width: 360px) {
    .product .product-b .bd li img{
    height: 140px;
    }
}
.product .product-b .bd li p{
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	background: #173f94;
	color: white;
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 450px) {
    .product .product-b .bd li p{
     height: 30px;
     line-height: 30px;
     font-size: 14px;
    }
}
.arrow{
	text-align: center;
	display: none;
	margin-bottom: 3%;
	margin-top: 3%;
}
@media screen and (max-width: 1000px) {
    .arrow{
      display: block;
    }
}
.arrow .prev{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	font-size: 30px;
	background: #173f94;
	margin-right: 20px;
}
.arrow .next{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: white;
	font-size: 30px;
	background: #173f94;
}
.product .ck{
     width: 150px;	
     height: 30px;
     margin: 0 auto;
     display: block;
     background: url(../img/ck.png) no-repeat center bottom;
     text-align: center;
     color: white;
     border-radius: 50px;
     transition: 0.6s;
}
.product .ck:hover{
	background: #173f94 url(../img/ck.png) no-repeat center bottom;
}
.case{
	width: 100%;
	background: url(../img/al-bj.jpg) center;
	background-size: 100%;
	padding-bottom: 2%;
}
.case .case1{
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .case .case1{
     width: 96%;
     margin: 0 auto;
    }
}
.case .case1 .h3{
	text-align: center;
	padding-top: 2%;
	font-size: 25px;
	border-bottom: 1px dashed #ccc;
	font-weight:normal;
}
.case .case-text h3{
	font-size: 20px;
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
    .case .case-text h3{
     font-size: 16px;
    }
}
.case .case-text p{
	font-size: 14px;
}
.case .case-img h3{
	font-size: 20px;
	margin-top: 20px;
}
@media screen and (max-width: 640px) {
    .case .case-img h3{
     font-size: 16px;
    }
}
.case .case-img p{
	font-size: 14px;
}
@media screen and (max-width: 1200px) {
    .case .case1{
     width: 96%;
     margin: 0 auto;
    }
}
.case .case1 strong{
	text-align: center;
	display: block;
	margin: 5px;
}
.case .case1 p{
	text-align: center;
	margin-bottom: 5%;
}



.swiper-container {
      width: 100%;
      height: 100%;
      overflow: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    /*border: 2px solid #ccc;*/
    align-items: center;
    box-sizing: border-box;
}
.swiper-slide:hover{
	border: 2px solid #173f94;
}
.case .case-img{
	/*width: 50%;*/
	float: left;
	overflow: hidden;
}
.case .case-img img{
   width: 100%;
   height: 220px;
}
@media screen and (max-width: 900px) {
    .case .case-img img{
     height: 180px;
    }
}
@media screen and (max-width: 800px) {
    .case .case-img img{
     height: 150px;
    }
}
@media screen and (max-width: 640px) {
    .case .case-img img{
     height: 200px;
    }
}
@media screen and (max-width: 500px) {
    .case .case-img img{
     /*height: 160px;*/
    }
}
@media screen and (max-width: 400px) {
    .case .case-img img{
     height: 130px;
    }
}
.case .case-text{
	width: 100%;
	float: left;
	overflow: hidden;
	text-align: center;
}
.case .case-text img{
	width: 100%;
	height: 220px;
}

@media screen and (max-width: 900px) {
    .case .case-text img{
     height: 180px;
    }
}
@media screen and (max-width: 800px) {
    .case .case-text img{
     height: 150px;
    }
}
@media screen and (max-width: 640px) {
    .case .case-text img{
     height: 200px;
    }
}
@media screen and (max-width: 500px) {
    .case .case-text img{
     height: 160px;
    }
}
@media screen and (max-width: 400px) {
    .case .case-text img{
     height: 130px;
    }
}
.case .mome{
	width: 216px;
	height: 25px;
	display: block;
	text-align: center;
	line-height: 25px;
	border: 1px solid #dcdcdc;
	border-radius: 50px;
	color: #b0b0b0;
	margin: 0 auto;
	margin-top: 2%;
	background: white;
}
.case .mome:hover{
	background: #173f94;
	color: white;
}
.botton{
    width: 100%;
	background: #313131;
	padding: 1% 0;
	border-bottom: 1px solid white;
}
@media screen and (max-width: 640px) {
    .botton{
     display: none;
    }
}
.botton:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.botton .botton1{
	width: 94%;
	margin: 0 auto;
}

.botton .botton-l{
	width: 30%;
	float: left;
}
@media screen and (max-width: 1200px) {
    .botton .botton-l{
    width: 40%;
    overflow: hidden;
    }
}
.botton .botton-l p{
	margin-top: 1%;
	background: url(../img/bott-phone.jpg)no-repeat left center;
	padding-left: 20px;
	color: #8d8d8d;
}
.botton .botton-c{
	width: 50%;
	float: left;
}
@media screen and (max-width: 1200px) {
    .botton .botton-c{
    width: 60%;
    }
}
.botton .botton-c p{
	color: #8c8c8c;
	line-height: 45px;
	font-size: 14px;
}
.botton .botton-c a{
	color: #8c8c8c;
}
.botton .botton-r{
	width: 20%;
	float: right;
}
@media screen and (max-width: 1200px) {
    .botton .botton-r{
    display: none;
    }
}
.botton .botton-r img{
	display: block;
	float: left;
	width: 50%;
}
.botton .botton-r p{
	float: left;
	margin-top: 40px;
	margin-left: 10px;
	font-size: 14px;
	color: #8c8c8c;
}
.botton-b{
	width: 100%;
	background: #313131;
	padding: 15px 0;
}
@media screen and (max-width: 640px) {
    .botton-b{
     display: none;
    }
}
.botton-b:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.botton-b ul{
	width: 40%;
	float: right;
	margin-right: 4%;
}
@media screen and (max-width: 1200px) {
    .botton-b ul{
    width: 60%;
    }
}
.botton-b ul li{
	float: left;
	width: 14.2%;
	text-align: center;
	border-right: 1px solid white;
	box-sizing: border-box;
}
.botton-b ul li:nth-child(7){
	border-right: 0;
}
.botton-b ul li a{
	color: #8c8c8c;
	font-size: 14px;
}
.yd-botton{
	width: 100%;
	background: #313131;
	display: none;
	margin-bottom: 13%;
}
@media screen and (max-width: 640px) {
    .yd-botton{
     display: block;
    }
}
.yd-botton .botton-img{
	width: 142px;
	height: 70px;
	display: block;
	margin: 0 auto;
	margin-bottom: 2%;
	padding-top: 4%;
}
.yd-botton p{
	line-height: 24px;
	color: #8c8c8c;
	text-align: center;
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
}
.yd-botton p a{
	color: #8c8c8c;
}
.yd-botton .ewm{
	width: 130px;
	height: 127px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
/*固定脚部*/
.guding {
	display: none;
	position: fixed;
	width: 100%;
	right: 0;
	bottom: 0;
	background: #333333;
	border-top: 1px solid #ccc;
	z-index: 1;
	background-color: rgba(255,255,255,.8);
}
@media screen and (max-width: 640px) {
    .guding{
     display: block;
    }
}
.guding li{
	float:left;
	text-align: center;
	width:25%;
	font-size:14px;
	border-right:1px solid #666;
	position:relative;
	padding-top: 13.6%;
	background-size:30%;
	box-sizing:border-box;/*，border和padding计算入width之内 width:160  160+ 1 =160*/
} 
.guding a{
	color: #8c8c8c; 
	width: 100%; 
	position: absolute; 
	bottom: 0px; 
	right: 1px; 
	padding-top: 33%; 
	height: 43%
}
.guding ul li:nth-child(1){
	background: url(/img/dh.png) no-repeat center 20%;
	background-size: 20%;
}
.guding ul li:nth-child(2){
	background: url(/img/al.png) no-repeat center 20%;
	background-size: 22%;
}
.guding ul li:nth-child(3){
	background: url(/img/cp.png) no-repeat center 20%;
	background-size: 20%;
}
.guding ul li:nth-child(4){
	background: url(/img/sy.png) no-repeat center 20%;
	background-size: 25%;
}


/*关于我们*/
.n-about{
	width: 100%;
}
.n-about img{
	width: 100%;
}
.home{
	 width: 100%;
	 margin: 0 auto;
	 padding-top: 1%;
	 border-bottom: 1px solid #d5d4d4;
}
.home:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
@media screen and (max-width: 1200px) {
    .home{
     width: 96%;
     margin: 0 auto;
    }
}
.home .home1{
	max-width: 1200px;
	margin: 0 auto;
}
.home .home1 .erjimulu{
	width: 50%;
	float: left;
}
@media screen and (max-width: 400px) {
    .home .home1 .erjimulu{
     width: 100%;
    }
}
.home .home1 .erjimulu ul li{
	float: left;
	width: 96px;
	padding-bottom: 1%;
	text-align: center;
}
.home .home1 p{
	float: right;
	background: url(../img/home.jpg) no-repeat left center;
	padding-left: 25px;
}

@media screen and (max-width: 400px) {
    .home .home1 p{
     display: none;
    }
}

.home .home1 p,a{
	color: #646464;
	font-size: 14px;
}
.jjbiaoti{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 3%;
	background: url(../img/jjbiaoti.jpg) no-repeat center;
	background-size: 100%;
}
.jjbiaoti h3{
	text-align: center;
	color: #3c3c3c;
	font-size: 30px;
}
@media screen and (max-width: 640px) {
    .jjbiaoti h3{
     font-size: 18px;
    }
}
.jjbiaoti p{
	text-align: center;
	color: #737373;
	font-size: 18px;
}
@media screen and (max-width: 640px) {
    .jjbiaoti p{
     font-size: 12px;
    }
}
.n-about1{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 3%;
}
.n-about1:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
@media screen and (max-width: 1200px) {
    .n-about1{
     width: 96%;
     margin: 0 auto;
    }
}
.n-about1 .n-about-l{
	width: 30%;
	float: left;
}
@media screen and (max-width: 900px) {
    .n-about1 .n-about-l{
     display: none;
    }
}
.n-about1 .n-about-l img{
	width: 100%;
}
.n-about1 .n-about-r{
	width: 68%;
	float: right;
}
@media screen and (max-width: 900px) {
    .n-about1 .n-about-r{
     width: 100%;
    }
}
.n-about1 .n-about-r h3{
	margin-top: 5%;
	color: #3d3d3d;
	background: url(../img/adout2.jpg)no-repeat left bottom;
	padding-bottom: 20px;
}
.n-about1 .n-about-r p{
	margin-top: 5%;
	line-height: 25px;
	font-size: 14px;
	color: #6e6e6e;
}
.qywh{
	width: 100%;
	background: url(/img/about5.jpg) center;
	margin-top: 3%;
	padding-bottom: 5%;
}
.qywh:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.qywh .qywh1{
	max-width: 1200px;
	margin: 0 auto;
}
.qywh .qywh1 h3{
	text-align: center;
	color: white;
	font-size: 25px;
	padding-top: 3%
}
.qywh .qywh1 .p3{
	text-align: center;
	color: white;
	font-size: 18px;
}
.qywh .qywh2{
	margin-top: 2%;
	background: white;
	padding: 2% 0;
}
@media screen and (max-width: 1200px) {
    .qywh .qywh2{
     width: 90%;
     margin: 0 auto;
    }
}
.qywh .qywh2 p{
	width: 96%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 25px;
}

.p4{
	text-align: center;
	padding: 1.5% 0;
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
}

.n-product{
	max-width: 1200px;
	margin: 0 auto;
}
.n-product:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.n-product ul li{
	width: 14.2%;
	text-align: center;
	float: left;
	padding-top: 7%;
	position: relative;
	padding-bottom: 2%;
}
.n-product ul li a{
	padding: 50% 0% 0 0%;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}
@media screen and (max-width: 1000px) {
    .n-product ul li{
     padding-top: 9%;
    }
}
@media screen and (max-width: 900px) {
    .n-product ul li a{
     padding-top: 63%;
    }
}
@media screen and (max-width: 800px) {
    .n-product ul li a{
     padding-top: 49%;
    }
}
@media screen and (max-width: 700px) {
    .n-product ul li a{
     padding-top: 51%;
    }
}
@media screen and (max-width: 780px) {
    .n-product ul li{
     width: 25%;
     padding-top: 15%;
    }
}
@media screen and (max-width: 600px) {
    .n-product ul li{
     width: 25%;
     padding-top: 20%;
     padding-bottom: 0;
    }
}
@media screen and (max-width: 600px) {
    .n-product ul li a{
     padding-top: 61%;
    }
}
@media screen and (max-width: 500px) {
    .n-product ul li{
     width: 25%;
     padding-top: 23%;
    }
}
@media screen and (max-width: 500px) {
    .n-product ul li a{
     padding-top: 75%;
    }
}
@media screen and (max-width: 430px) {
    .n-product ul li{
     width: 25%;
     padding-top: 27%;
    }
}
@media screen and (max-width: 430px) {
    .n-product ul li a{
     padding-top: 84%;
    }
}
@media screen and (max-width: 360px) {
    .n-product ul li{
     width: 25%;
     padding-top: 30%;
    }
}
@media screen and (max-width: 360px) {
    .n-product ul li a{
     padding-top: 96%;
    }
}
.n-product ul li:nth-child(1) a{
	background: url(/img/erji1.png) no-repeat top center;
}
.n-product ul li:nth-child(2) a{
	background: url(/img/erji2.png) no-repeat top center;
}
.n-product ul li:nth-child(3) a{
	background: url(/img/erji3.png) no-repeat top center;
}
.n-product ul li:nth-child(4) a{
	background: url(/img/erji4.png) no-repeat top center;
}
.n-product ul li:nth-child(5) a{
	background: url(/img/erji5.png) no-repeat top center;
}
.n-product ul li:nth-child(6) a{
	background: url(/img/erji6.png) no-repeat top center;
}
.n-product ul li:nth-child(7) a{
	background: url(/img/erji7.png) no-repeat top center;
}
.cpjj1{
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2%;
}

.cpjj{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 1.5%;
}
@media screen and (max-width: 1200px) {
    .cpjj{
     width: 90%;
     margin: 3% auto;
     overflow: hidden;
    }
}
.cpjj span{
	color: #525252;
}
.cpjj h3{
	color: #252525;
	margin: 1% 0;
	font-size: 25px;
	background: url(../img/product2.jpg) no-repeat 150px center;
}
.cpjj p{
	color: #777777;
	font-size: 14px;
	line-height: 25px;
}
.product-img{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 2%;
}
@media screen and (max-width: 1200px) {
    .product-img{
     width: 90%;
     margin: 3% auto;
     overflow: hidden;
    }
}
.product-img:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.product-img ul li{
	float: left;
	width: 30%;
	position: relative;
	margin-bottom: 2%;
	border: 1px solid #ccc;
	margin-right: 2%;
}
@media screen and (max-width: 640px) {
    .product-img ul li{
     width: 47%;
    }
}
.product-img ul li:hover{
	border: 1px solid #173f94;
}
.product-img ul li img{
	width: 100%;
	height: 300px;
}
@media screen and (max-width: 1100px) {
    .product-img ul li img{
     height: 260px;
    }
}
@media screen and (max-width: 900px) {
    .product-img ul li img{
     height: 210px;
    }
}
@media screen and (max-width: 800px) {
    .product-img ul li img{
     height: 180px;
    }
}
@media screen and (max-width: 400px) {
    .product-img ul li img{
     height: 150px;
    }
}
.product-img ul li p{
	position: absolute;
	width: 100%;
	height: 55px;
	text-align: center;
	line-height: 55px;
	bottom: 0;
	background: #173f94;
	color: white;
}
@media screen and (max-width: 640px) {
    .product-img ul li p{
     height: 30px;
     line-height: 30px;
    }
}
.fenye{
	margin: 2% 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fenye ul li{
	float: left;
    height: 32px;
    margin: 0px 9px;
    line-height: 32px;
    background: #b6b6b7;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
      padding: 0px 12px;
    text-align: center;
    transition: .3s;
}

.fenye ul li a{
    color: #fff;
}

.fenye ul li.thisclass {
    background: #09f;
    color: #fff;
}
.p5{
	max-width: 1200px;
	margin: 0 auto;
    padding-left: 25px;
    background: url(../img/home.jpg) no-repeat left center;
    color: #919191;
}
.p5 a{
    color: #919191;
}
.cplb{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 2%;
}
@media screen and (max-width: 1200px) {
    .cplb{
     width: 96%;
     margin: 0 auto;
     margin-top: 2%;
    }
}
.cplb:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.cplb .cplb-l{
	width: 35%;
	float: left;
	height: 475px;
	position: relative;
}
@media screen and (max-width: 970px) {
    .cplb .cplb-l{
     height: 385px;
    }
}
@media screen and (max-width: 640px) {
    .cplb .cplb-l{
     width: 100%;
     height: 510px;
    }
}
@media screen and (max-width: 550px) {
    .cplb .cplb-l{
     width: 100%;
     height: 500px;
    }
}
@media screen and (max-width: 450px) {
    .cplb .cplb-l{
     width: 100%;
     height: 460px;
    }
}
@media screen and (max-width: 400px) {
    .cplb .cplb-l{
     width: 100%;
     height: 440px;
    }
}
@media screen and (max-width: 350px) {
    .cplb .cplb-l{
     width: 100%;
     height: 380px;
    }
}
.cplb-l .hd{ 
	overflow:hidden; 
	position:absolute; 
	bottom:20px; 
	z-index:1; 
}
.cplb-l .bd{
	border: 1px solid #173f94;
}
.cplb-l .hd ul{ 
	overflow:hidden; 
	zoom:1; float:left;
	margin: 0 auto; 
	width: 100%; 
	display: block;  
}
.cplb-l .hd ul li{ 
	float:left; 
	margin-right:2px;  
	width:72px; 
	height:72px; 
	line-height:14px; 
	text-align:center; 
	background:#fff; 
	cursor:pointer; 
}
.cplb-l .hd ul li img{
	width: 100%;
	display: block;
	height: 100%;
}
.cplb-l .hd:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.cplb-l .hd ul li.on{ 
	border: 1px solid #173f94;
}
.cplb .cplb-l img{
	width: 100%;
	height: 370px;
	overflow: hidden;
	display: block;
}
@media screen and (max-width: 1000px) {
    .cplb .cplb-l img{
     height: 280px;
    }
}
@media screen and (max-width: 900px) {
    .cplb .cplb-l img{
     height: 250px;
    }
}
@media screen and (max-width: 640px) {
    .cplb .cplb-l img{
     height: 370px;
    }
}
@media screen and (max-width: 450px) {
    .cplb .cplb-l img{
     height: 330px;
    }
}
@media screen and (max-width: 320px) {
    .cplb .cplb-l img{
     height: 250px;
    }
}
.cplb .cplb-r{
	width: 58%;
	float: right;
}
@media screen and (max-width: 640px) {
    .cplb .cplb-r{
     width: 100%;
    }
}
.cplb .cplb-r h3{
	color: #414141;
	width: 100%;
	font-size: 25px;
	margin-top: 2%;
	margin-bottom: 1%;
	border-bottom: 1px solid #ccc;
}
.cplb .cplb-r p{
	color: #484848;
	margin: 8% 0;
}
.cplb .cplb-r span{
	color: #7f7f7f;
}

.biaoti{
    width: 100%;	
}
.biaoti img{
    width: 100%;	
}
.neirong{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 2%;
}
@media screen and (max-width: 1200px) {
    .neirong{
     width: 96%;
     margin: 0 auto;
    }
}
.neirong img{
	width: 100%;
}
.neirong p{
	color: #666666;
	line-height: 30px;
}
.news{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 2%;
}
@media screen and (max-width: 1200px) {
    .news{
     width: 96%;
     margin: 0 auto;
    }
}
.news:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.news ul li{
	width: 100%;
	margin-bottom: 2%;
}
@media screen and (max-width: 430px) {
    .news ul li{
     border-bottom: 1px solid #bfbfbf;
     padding-bottom: 3%;
    }
}
.news ul li:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.news .news-l{
	width: 30%;
	float: left;
}
@media screen and (max-width: 800px) {
    .news .news-l{
     width: 40%;
    }
}
@media screen and (max-width: 430px) {
    .news .news-l{
     display: none;
    }
}
.news .news-l img{
	width: 330px;
	height: 230px;
	overflow: hidden;
}
@media screen and (max-width: 1100px) {
    .news .news-l img{
     width: 280px;
     height: 200px;
    }
}
@media screen and (max-width: 900px) {
    .news .news-l img{
     width: 230px;
     height: 180px;
    }
}
@media screen and (max-width: 600px) {
    .news .news-l img{
     width: 200px;
     height: 140px;
    }
}
@media screen and (max-width: 520px) {
    .news .news-l img{
     width: 170px;
     height: 120px;
    }
}
.news .news-r{
	width: 68%;
	float: right;
}

@media screen and (max-width: 800px) {
    .news .news-r{
     width: 58%;
    }
}
@media screen and (max-width: 430px) {
    .news .news-r{
     width: 100%;
    }
}
.news .news-r h3{
	font-size: 30px;
	color: #bebebe;
	margin: 1% 0;
}
@media screen and (max-width: 900px)
.news .news-r h3 {
    font-size: 25px;
}
}
.news .news-r h4{
	color: #2f2f2f;
	font-size: 18px;
	margin: 2% 0;
}
.news .news-r p{
	color: #868686;
}
@media screen and (max-width: 640px) {
    .news .news-r p{
     display: none;
    }
}
@media screen and (max-width: 430px) {
    .news .news-r p{
     display: block;
    }
}
.news .news-r .news-mone{
	display: block;
	width: 200px;
	height: 33px;
	border: 2px solid #bfbfbf;
	line-height: 33px;
	padding-left: 30px;
	margin-top: 4%;
	background: url(../img/gd1.jpg)no-repeat right 40px center;
}
.news .news-r .news-mone:hover{
	border: 2px solid #173f94;
	color: white;
	background: #173f94 url(../img/gd.jpg)no-repeat right 40px center;
}
.lianxi{
	max-width: 1200px;
	margin: 3% auto;
}
@media screen and (max-width: 1200px) {
    .lianxi{
     width: 96%;
     margin: 3% auto;
    }
}
.lianxi:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.lianxi .lianxi-l{
	width: 40%;
	float: left;
}
@media screen and (max-width: 640px) {
    .lianxi .lianxi-l{
     width: 100%;
    }
}
.lianxi .lianxi-l h3{
	font-size: 16px;
	color: #636363;
	margin-bottom: 15%;
}
.lianxi .lianxi-l ul li{
	margin-bottom: 10px;
	color: #787878;
	font-size: 14px;
	padding-left: 22px;
}
.lianxi .lianxi-l ul li:nth-child(1){
	background: url(../img/lianxi1.jpg)no-repeat left center;
}
.lianxi .lianxi-l ul li:nth-child(2){
	background: url(../img/lianxi2.jpg)no-repeat left center;
}
.lianxi .lianxi-l ul li:nth-child(3){
	background: url(../img/lianxi3.jpg)no-repeat left center;
}
.lianxi .lianxi-l ul li:nth-child(4){
	background: url(../img/lianxi4.jpg)no-repeat left center;
}
.lianxi .lianxi-l ul li:nth-child(5){
	background: url(../img/lianxi5.jpg)no-repeat left center;
}
.lianxi .lianxi-l ul li:nth-child(6){
	background: url(../img/lianxi6.jpg)no-repeat left center;
}
.lianxi .lianxi-l ul li:nth-child(7){
	background: url(../img/lianxi7.jpg)no-repeat left center;
}

.lianxi .lianxi-l ul li:nth-child(8){
	background: url(../img/alibb.jpg)no-repeat left center;
}

.lianxi .lianxi-r{
	width: 58%;
	float: right;
	margin-top: 2%;
}
@media screen and (max-width: 640px) {
    .lianxi .lianxi-r{
     width: 100%;
    }
}
.ditu{
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 3%;
}
@media screen and (max-width: 1200px) {
    .ditu{
     width: 96%;
     margin: 0 auto;
     margin-bottom: 3%;
    }
}
#dituContent{
	width:100%;height:550px;border:#ccc solid 1px;
}

@media screen and (max-width: 640px) {
    #dituContent{
     height: 300px;
    }
}






.nei-about{
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 3%;
}

.nei-about:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}


.main-left {
	float: left;
	box-sizing: border-box;
	width: 895px;
	padding: 20px 12px;
	margin-bottom: 3%;
	background: #f6f5f5;
}

@media screen and (max-width: 1200px) {
	.main-left {
		width: 74%;
	}
}

@media screen and (max-width: 768px) {
	.main-left {
		width: 100%;
	}
}
.news-title {
	margin-bottom: 1%;
	line-height: 28px;
	font-size: 16px;
	color: #5e5e5e;
}
.news-time {
	line-height: 24px;
	font-size: 14px;
	color: #a9a8a8;
}

.news-word {
	padding: 2% 0px;
	margin: 2% 0px;
	border-top: 1px dashed #a9a8a8;
	border-bottom: 1px dashed #a9a8a8;
	line-height: 26px;
	font-size: 14px;
	color: #787878;
	text-indent: 2em;
}
.news-word img {
	max-width: 100%;
  display: block;
}

.main-right {
	float: right;
	width: 242px;
	margin-bottom: 3%;
}

@media screen and (max-width: 1200px) {
	.main-right {
		width: 24%;
	}
}

@media screen and (max-width: 768px) {
	.main-right {
		display: none;
	}
}
.title3 {
	background: #173f94;
	line-height: 36px;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
}
.tuijian-news {
	padding: 4px 8px;
	margin-bottom: 12%;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}
.tuijian-news ul {}
.tuijian-news ul li {
	height: 40px;
	overflow: hidden;
	padding-left: 8px;
	border-bottom: 1px solid #f8f8f8;
	background: url(../images/disc_03.jpg) no-repeat left;
	line-height: 40px;
	font-size: 14px;
	color: #707070;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tuijian-news ul li a:hover {
	color: #e9a955;
}

.case-ny{
	max-width: 1200px;
	margin: 3% auto;
}
@media screen and (max-width: 1200px) {
	.case-ny {
		width: 96%;
		margin: 3% auto;
	}
}
.case-ny:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.case-ny ul li{
	width: 30%;
	margin-right: 3%;
	float: left;
}
@media screen and (max-width: 640px) {
	.case-ny ul li {
		width: 47%;
	}
}
.case-ny ul li img{
	width: 100%;
	height: 240px;
}
@media screen and (max-width: 900px) {
	.case-ny ul li img {
		height: 180px;
	}
}
@media screen and (max-width: 500px) {
	.case-ny ul li img {
		height: 150px;
	}
}
@media screen and (max-width: 400px) {
	.case-ny ul li img {
		height: 130px;
	}
}
.case-ny ul li p{
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.erji-bj{
	border-bottom: 2px solid #183A82;
}
.erji-bj1{
	background: #ccc;
}
#xm{
	width: 48%;
	height: 36px;
	float: left;
	display: inline-block;
	margin-bottom: 2%;
	border-radius: 5px;
	border: 1px solid #ccc;
}
#hm{
	width: 48%;
	height: 36px;
	top: 0;
	right: 0;
	display: inline-block;
	position: absolute;
	border-radius: 5px;
	border: 1px solid #ccc;
}
#yx{
	width: 100%;
	height: 36px;
	margin-bottom: 2%;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.xq{
	width: 100%;
	height: 150px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.coolbg{
	width: 145px;
	height: 37px;
	color: white;
	background: #173f94;
	border: none;
}
.about-two{
	max-width: 1200px;
	margin: 2% auto;
}
.about-two p{
	margin-top: 5%;
    line-height: 25px;
    font-size: 18px;
    color: #6e6e6e;
}




.about-l .prev{ 
	position:absolute; 
	left:3%; 
    top:50%; 
	
	display:block; 
	width:33px; 
	color: white;
	border-radius: 50%;
	line-height: 33px;
	text-align: center;
	border: 1px solid #ccc;
	background: #182746;
	height:33px; 
	filter:alpha(opacity=50);
	opacity:0.5;   
	font-size: 24px;
}



@media screen and (max-width: 1920px) {
	.about-l .prev {
		/*margin-top:280px; */
	}
}

@media screen and (max-width: 1500px) {
	.about-l .prev {
		margin-top:200px; 
	}
}

@media screen and (max-width: 1500px) {
	.about-l .prev {
		margin-top:200px; 
	}
}
@media screen and (max-width: 1400px) {
	.about-l .prev {
		margin-top:180px; 
	}
}
@media screen and (max-width: 1200px) {
	.about-l .prev {
		display: none; 
	}
}






.about-l .next{ 
	position:absolute; 
	right:3%; top:50%; 
	
	display:block; 
	width:33px; 
	color: white;
	border-radius: 50%;
	line-height: 33px;
	text-align: center;
	border: 1px solid #ccc;
	background: #182746;
	height:33px; 
	filter:alpha(opacity=50);
	opacity:0.5;   
	font-size: 24px;
}

@media screen and (max-width: 1920px) {
	.about-l .next {
		/*margin-top:280px; */
	}
}
@media screen and (max-width: 1500px) {
	.about-l .next {
		margin-top:200px; 
	}
}
@media screen and (max-width: 1400px) {
	.about-l .next {
		margin-top:180px; 
	}
}
@media screen and (max-width: 1200px) {
	.about-l .next {
		display: none; 
	}
}





.huace{
	max-width: 1200px;
	margin: 2% auto;
}
.huace img{
	width: 100%;
}


.lianxi-l ul{
	position: relative;
}
.lianxi-l img{
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 30%;
}












.about-h3{
    text-align:center;
    margin-top: 50px;
    color: #333;
    font-weight:normal;
    font-size: 28px;
}
.about-st{
    text-align: center;
    display: block;
    color: #333;
}
.about-p{
    text-align: center;
    margin-bottom: 50px;
}




.why{
    max-width:1200px;
    margin: 30px auto;
}

.why:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.why li{
    margin-top: 20px;
}
.why li:after {
    clear: both;
    display: block;
    content: ".";
    width: 0px;
    height: 0px;
    visibility: hidden;
}
.why .why-l{
    width: 50%;
    float: left;
}
.why .why-r{
    width: 50%;
    float: left;
}
@media screen and (max-width: 640px) {
	.why .why-l img {
	width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.why .why-r img {
	width: 100%;
	}
}


.why .why-r h3{
    margin: 50px 0;
    font-size: 28px;
}

@media screen and (max-width: 640px) {
	.why .why-r h3 {
	margin:0 10px 10px 10px;
	font-size: 17px;
	}
}

.why .why-r h3 span{
    color: #173f94;
    font-size: 32px;
    margin-right: 10px;
}
@media screen and (max-width: 640px) {
	.why .why-r h3 span {
	font-size: 20px;
	}
}
.why .why-r p{
    margin: 50px 0;
    width: 60%;
    color: #333;
}

@media screen and (max-width: 640px) {
	.why .why-r p {
	margin: 10px 10px;
	width: 90%;
	font-size: 14px;
	}
}

.why .why-l h3{
    margin: 50px 0;
    font-size: 28px;
}

@media screen and (max-width: 640px) {
	.why .why-l h3 {
	margin:0 10px 10px 10px;
	font-size: 17px;
	}
}

.why .why-l h3 span{
    color: #173f94;
    font-size: 32px;
    margin-right: 10px;
}
@media screen and (max-width: 640px) {
	.why .why-l h3 span {
	font-size: 20px;
	}
}
.why .why-l p{
    margin: 50px 0;
    width: 60%;
    color: #333;
}

@media screen and (max-width: 640px) {
	.why .why-l p {
	margin: 10px 10px;
	width: 90%;
	font-size: 14px;
	}
}

.why .why-h3{
    text-align: center;
    font-size: 32px;
    color: #333;
    font-weight:normal;
}
.why .why-p{
    text-align: center;
    font-size: 16px;
    color: #333;
    margin: 10px 0;
}
.swiper-slide{
    padding-right: 15px;
}
.anli-liebiao{
    margin: 20px 0;
}
.anli-liebiao li{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.anli-liebiao li a{
    font-size: 20px;
}