@charset "utf-8";
body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea, img{
	margin:0px;
	padding:0px;
	font-size:16px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #444;
	list-style:none ;
	outline: none;
	box-sizing: border-box;
	}

body{
	overflow-x: hidden;
	background: #fff;
}
.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
A:hover{
	color: #2b2b9a;
	outline: none;
}

.bai a{
	color:#FFFFFF;
	}
img{ 
 	border:0; 
 	display: block;
	transition: all 0.5s ease;
 	}	

.banner img:hover{
	transform:scale(1)
	} 
.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}
.block{
	display:block;
	}

.duration15 { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; }
.duration18 { -webkit-animation-duration: 1.8s; animation-duration: 1.8s; }
.duration20 { -webkit-animation-duration: 2s; animation-duration: 2s; }
.delay1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay2 { -webkit-animation-delay: 0.35s; animation-delay: 0.35s; }
.delay3{ -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay4{ -webkit-animation-delay: 0.65s; animation-delay: 0.65s; }
.delay5{ -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.delay6{ -webkit-animation-delay: 0.95s; animation-delay: 0.95s; }
.delay7{ -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
.delay8{ -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay9{ -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.delay10{ -webkit-animation-delay: 1.55s; animation-delay: 1.55s; }
.an-hide{ 
	visibility:hidden;
    *visibility:visible;
	}
.an-show{ 
	visibility:visible;
}


.container{
	width: 80%;
	margin:auto;
}

/*top*/
.head_bj{
	width:100%;
	}
.head_hx{
	height:100px;
	width:100%;
	}
.head{
	position:relative;
	}
.logo{
	float:left;
	width:12%;
	margin-top:13px;
	}
.logo img{
	float:left;
	width:100%;
	}
/**/
.head_tel{
	float:right;
	width:24%;
	margin-top:25px;
	text-align:right;
	}
.head_tel img {
	display:inline-block;
	width:22px;
	}
.head_tel h2{
	display:inline-block;
	font-size:24px;
	color:#dc4545
	}
.head_tel h2 span{
	font-size:14px;
	font-weight:normal;
	color:#444;
	}
.head_tel b{
	font-size:19px;
	color:#444
	}
/**/
.wzss{
	float:right;
	height:21px;
	width:40px;
	margin-left:20px;
	margin-top:55px;
	}
.wzss img{
	float:right;
	}
.wzssnr{
	position:absolute;
	right:0px;
	width:240px;
	height:50px;
	top:110px;
	background-color: rgba(255,255,255,0.9);
	}
/**/
.rm-toggle{
	display:none;
	}
.rm-nav{
	float:right;
	margin-top:25px;
	}
.rm-nav>ul>li{
	float:left;
	}
.rm-nav>ul>li>a{
	font-size:18px;
	padding:15px 30px;
	position:relative;
	display:block;
	outline: none;
	color:#222;
	text-transform:uppercase;
	}
.rm-nav>ul>li>a:hover{
	color:#2b2b9a;
	outline: none;
	}
.rm-nav>ul>li>ul{
	position:absolute;
	background:#FFF;
	z-index:999;
	}
.rm-nav>ul>li>ul>li{
	position:relative;
	}		
.rm-nav>ul>li>ul>li>a{
	padding:10px 34px;
	display:block;
	border-bottom:1px solid #ddd;
	}
.rm-nav>ul>li>ul>.rm-first{
	border-top:3px solid #2b2b9a;
	}
.rm-nav>ul>li>ul>li>a:hover{
	background:#f1f1f1;
	}
.rm-nav>ul>li>ul>li>ul{
	position:absolute;
	left:100%;
	background:#fff;
	top:-3px;
	width:250px;
	}
.rm-nav>ul>li>ul>li>ul>li{
	padding: 10px 20px;
    display: block;
    border-bottom: 1px solid #ddd;
	}
.rm-nav>ul>li>ul>li>ul>.rm-first{
	border-top:3px solid #2b2b9a;
	}
.rm-nav ul li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	}
.rm-nav ul li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	}
/*banner*/
.banner_mb{
	display:none;
	}
.swiper-container {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	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;
	align-items: center;
  }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	width:40px;
	height:80px;
	left:0px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	width:40px;
	right:0px;
	height:80px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-prev:hover , .swiper-button-next:hover {
	background:#dc4545;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:30px;
	}
.swiper-pagination-bullet {
	width:38px;
	height: 6px;
	opacity:1;
	background:#222;
	border-radius:0px;
	}
.swiper-pagination-bullet-active {
	background:#dc4545;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:3%;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-63px;
	}


/**/
.bt{
	padding:70px 0 70px 0;
	position:relative;
	}
.bt ul{
	position:absolute;
	z-index:3;
	width:100%;
	text-align:center;
	}
.bt h3{
	font-family:Impact;
	font-size:70px;
	text-align:center;
	text-transform:uppercase;
	color:#333;
	opacity:0.06;
	font-weight:normal;
	}
.bt h2{
	font-size:38px;
	text-align:center;
	color:#444;
	padding:20px 0 10px 0;
	}
.bt h2 b{
	color:#2b2b9a;
	}
.bt p{
	font-size:18px;
	text-align:center;
	color:#666;
	padding:0 12%;
	}
.bt ul span{
	display:block;
	width:30px;
	margin:10px auto 0;
	height:2px;
	background:#2b2b9a;
	}
/**/
.jjfa .bt{
	padding:70px 0 30px 0;
	}
.pb100{
	padding-bottom:100px;
	}

.jjfa .jjfa_ul li{
	width:25%;
	float:left;
	}

.jjfa .jjfa_left{
	margin-right:0%;
	}
.jjfa .jjfa_ul li .jjfa_ico{
	margin:0 auto 15px;
	}
.jjfa .jjfa_ul li{	
	padding-bottom:50px;
	margin-top:50px;
	}
.jjfa .jjfa_ul li .ss_l{
	padding:10px 0;
	margin:auto;
	}
.jjfa ul li:hover img{
	transition:all 0.6s;
	transform: rotateY(360deg);
	}
.jjfa .jjfa_ul li b{
	font-size:28px;
	display:block;
	color:#333;
	text-align:center;
	}
.jjfa .jjfa_ul li p{
	width:90%;
	margin:auto;
	font-size:16px;
	text-align:center;
	display:block;
	}

/**/
.gcsm_bj{
	background: linear-gradient(to top left, #2b2b9a, #3b6798);
	}
.gcsm_top{
	text-align:center;
	}
.gcsm_top  h2{
	font-size:60px;
	color:#fff;
	padding-top:70px;
	line-height:100px;
	text-align:center;
	}
.gcsm_top  h2 span{
	color:#f7d789;
	}	
.gcsm_top  h2 span i{
	font-family:Impact;
	font-size:80px;
	display:inline-block;
	vertical-align:bottom;
	padding:0 5px;
	font-style:normal;
	font-weight:normal;
	}
.gcsm_top  h3{
	background: linear-gradient(to bottom right, #2b2b9a, #3b6798);
	color:#fff;
	display:inline-block;
	font-size:30px;
	font-weight:normal;
	padding:10px 50px;
	border-radius:30px;
	}
.gcsm_top h4{
	text-align:center;
	padding:30px 0 50px 0;
	}
.gcsm_top h4 p{
	display:inline-block;
	text-align:center;
	padding:0 10px;
	color:#fff;
	font-weight:normal;
	}
.gcsm_top h4 p img{
	display:inline-block;
	}
.gcsm_bot{
	overflow:hidden;
	background:#fff;
	border:30px solid #fff;
	}
.gcsm_bot ul{
	width:102%;
	}
.gcsm_bot ul li{
	width:23%;
	float:left;
	overflow:hidden;
	background:#fff;
	margin-right:2%;
	}
.gcsm_bot ul li p{
	background: #f4f4f4;
	text-align:center;
	padding:15px 0;
	transition:all 0.6s;
	}
.gcsm_bot ul li:hover p{
	background:#2b2b9a;
	color:#fff;
	}

.gcsm_bot ul li img{
	width:100%;
	transition:all 0.6s;
	}
.gcsm_bot ul li:hover img{
	transform:scale(1.1)
	}
/**/
.product_hot_bj{
	background:#f4f4f4;
	}
.product_hot_top{
	margin-bottom:20px;
	}
.product_hot_top ul li{
	width:25%;
	float:left;
	text-align:center;
	background:#2b2b9a;
	border:1px solid #f4f4f4;
	color:#fff;
	font-size:20px;
	padding:15px 0;
	cursor:pointer;
	}
.product_hot_top ul .hover{
	background:#dc4545
	}

.product_hot_bot{
	overflow:hidden;
	width:100%;
	}
.product_hot_bot ul{
	width:103%;
	}
.product_hot_bot ul li{
	width:22.8%;
	float:left;
	background:#fff;
	margin-right:2%;
	overflow:hidden;
	margin-top:20px;
	}
.product_hot_bot ul li img{
	width:100%;
	transition:all 0.6s;
	}
.product_hot_bot ul li p{
	border-top:2px solid #f4f4f4;
	text-align:center;
	padding:15px 0;
	transition:all 0.6s;
	}
.product_hot_bot ul li:hover p{
	background:#2b2b9a;
	color:#fff;
	}
.product_hot_bot ul li:hover img{
	transform:scale(1.1)
	}
/**/
.about_bj{
	background:url(about_bj.jpg) #fff no-repeat center  top;
	padding:100px 0 50px 0;
	}
.about ul{
	width:45%;
	float:left;
	}
.about ul h2{
	font-size:36px;
	color:#2b2b9a;
	margin-top:20px;
	font-weight:normal;
	}
.about ul h2 img{
	display:inline-block;
	vertical-align:top;
	margin-left:10px;
	}
.about ul h4{
	font-size:30px;
	padding:10px 0 20px 0;
	color:#333;
	}
.about ul p{
	line-height:28px;
	}
.about ul a{
	color:#2b2b9a;
	transition:all 0.3s;
	border-radius:25px;
	padding:15px 30px;
	display:inline-block;
	border:1px solid #2b2b9a;
	margin:20px 0;
	}
.about ul a:hover{
	background:#2b2b9a;
	color:#fff;
	}
.about ul li{
	width:25%;
	float:left;
	}
.about ul li h2{
	font-size:16px;
	text-align:center;
	color:#444;
	font-weight:normal;
	}
.about ul li h2 span{
	font-family:Impact;
	font-size:48px;
	color:#2b2b9a;
	font-weight:normal;
	}
.about ul li p{
	text-align:center;
	}
.about .about_img{
	width:50%;
	float:right;
	margin-top:40px;
	}
/**/
.qysl{
	overflow:hidden;
	}
.qysl ul{
	width:102%;
	}
.qysl ul li{
	width:31.5%;
	float:left;
	margin-bottom:20px;
	background:#fff;
	margin-right:1.5%;
	overflow:hidden;
	}


.qysl ul li img{
	width:100%;
	transition:all 0.6s;
	}
.qysl ul li:hover img{
	transform:scale(1.1)
	}
/**/
.ryzz{
	overflow:hidden;
	}
.ryzz ul{
	width:102%;
	}
.ryzz ul li{
	width:22.8%;
	float:left;
	background:#fff;
	margin-right:2%;
	overflow:hidden;
	}
.ryzz ul li p{
	background: #f4f4f4;
	text-align:center;
	padding:15px 0;
	transition:all 0.6s;
	}
.ryzz ul li:hover p{
	background:#2b2b9a;
	color:#fff;
	}

.ryzz ul li img{
	width:100%;
	border:1px solid #ddd;
	transition:all 0.6s;
	}
.ryzz ul li:hover img{
	transform:scale(1.1)
	}
/**/
.xbanner{
	background-image:url(xbanner.jpg);
	background-position:center center;
	background-size:cover;
	padding:100px 0;
	}
.xbanner .left{
	width:40%;
	}
.xbanner .left h2{
	font-size:36px;
	color:#fff;
	}
.xbanner .left p{
	color:#fff;
	font-size:20px;
	}
.xbanner .right{
	width:60%;
	}
.xbanner .right p{
	display:block;
	width:14.2%;
	float:left;
	text-align:center;
	color:#fff;
	border-right:1px solid rgba(255,255,255,0.6);
	}
.xbanner .right p img{
	margin:auto;
	transition:all 0.6s;
	}
.xbanner:hover img{
	transform: rotateY(360deg);
	}
/**/
.yyly_l{
	width:25%;
	float:left;
	}
.yyly_l ul{
	border-top:8px solid #ddd;
	}
.yyly_l ul li{
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	padding-left:10%;
	height:107px;
	cursor:pointer;
	}
.yyly_l ul li span{
	display:block;
	width:24px;
	height:24px;
	background:#2b2b9a;
	color:#fff;
	border-radius:12px;
	line-height:24px;
	text-align:center;
	float:left;
	margin-top:30px;
	}
.yyly_l ul li h2{
	font-size:18px;
	color:#222;
	margin-left:10px;
	float:left;
	font-weight:normal;
	padding-top:30px;
	}
.yyly_l ul li h2 i{
	font-style:normal;
	display:block;
	color:#9d9d9d;
	font-size:13px;
	}
.yyly_l ul .hover{
	background:#f4f4f4;
	}
.yyly_r{
	width:75%;
	float:right;
	}
.yyly_r img{
	width:100%;
	}
/**/

.hzlogo ul li{
	width:12.5%;
	float:left;
	border:1px solid #ddd;
	border-left:none;
	}
.hzlogo ul li img{
	width:100%;
	}
/**/
.news{
	overflow:hidden;
	}
.xnewsmd{
	margin:0 3.5%;
	}
.xnews{
	width:31%;
	float:left;
	}
.xnews h2{
	font-size:20px;
	font-weight:normal;
	margin-bottom:20px;
	}
.xnews h2 img{
	float:left;
	margin-right:15px;
	}
.xnews li{
	background:url(news_bttp.jpg) no-repeat center left;
	padding-left:15px;
	line-height:36px;
	}
.xnews dl{
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
	}
.xnews dl h3{
	width:17%;
	float:left;
	color:#666666;
	font-weight:normal;
	border-right:1px solid #ddd;
	}
.xnews dl h3 b{
	font-size:48px;
	display:block;
	}
.xnews dl h4{
	width:79%;
	float:right;
	font-weight:normal;
	}
.xnews dl h4 b{
	padding-bottom:10px;
	display:block;
	}
.xnews dl h4 p{
	line-height:20px;
	}
.xnews dl img{
	width:100%;
	margin-bottom:15px;
	}
/**/
.foot_bj{
	background:#0e1623;
	border-top:3px solid #2b2b9a;
	}
.foot{
	padding:80px 0;
	}
.foot .foot_nav{
	width:60%;
	float:left;
	}
.foot .foot_nav li{
	width:15%;
	float:left;
	margin-right:10%;
	}
.foot .foot_nav li b{
	color:#fff;
	display:block;
	font-size:18px;
	margin-bottom:15px;
	font-weight:normal;
	}
.foot .foot_nav li a{
	display:block;
	color:#a9a9a9;
	line-height:30px;
	}
.foot .foot_nav .albb{
	float:left;
	width:100%;
	margin:10px 0;
	}
.foot .foot_nav .foot_nav2{
	width:32%;
	}
.foot .foot_nav .foot_nav2 a{
	float:left;
	width:50%;
	}
.foot_contact{
	padding-left:5%;
	width:35%;
	float:right;
	border-left:1px solid rgba(255,255,255,0.4);
	}
.foot_contact h4{
	font-size:20px;
	color:#fff;
	}
.foot_contact h2{
	font-size:38px;
	font-family:Impact;
	color:#dc4545;
	font-weight:normal;
	padding:10px 0;
	}
.foot_contact h3{
	color:#b4b4b4;
	font-weight:normal;
	}
.foot_contact li{
	margin-top:25px;
	}
.foot_contact li img{
	float:left;
	margin-right:15px;
	}
.foot_contact li p{
	color:#b4b4b4;
	padding-top:25px;
	}
.bqsy{
	border-top:1px solid rgba(255,255,255,0.4);
	padding:20px 0;
	}
.bqsy  ul{
	color:#b4b4b4;
	}

.bqsy  ul a{
	color:#b4b4b4;
	}
.bttfd{
	width:180px;
	height:180px;
	position:fixed;
	bottom:150px;
	left:10px;
	z-index:999;
	}
.bttfd img{
	width:100%;
	}
/**/
.banner_n{
    width: 100%;
    height: 450px;
	background-size: cover;
    background-position: center center;
}
	
.banner_n h2{
	position:absolute;
	top:25%;
	text-align:center;
	font-size:36px;
	width:100%;
	color:#fff;
	text-transform:uppercase;
	}
.banner_n h4{
	position:absolute;
	top:31%;
	text-align:center;
	width:100%;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	}
.banner_n h4 a{
	color:#fff;
	padding:0 10px;
	}
.banner_bt{
	background:rgba(0,0,0,0.2);
	width:100%;
	height:100%;
	}		
/**/
.mian_w{
	padding:60px 0 100px 0;
	}
.nav_n{
	background:#f1f1f1;
	}
.nav_n ul{
	padding:10px 0;
	}	
.nav_n ul a{
	display:inline-block;
	padding:10px 25px;
	margin:5px 0;
	font-size:16px;
	color:#555;
	background:#fff;
	transition:all 0.6s;
	border-radius:5px;
	border: 1px solid rgba(0,0,0,.15);
	}
.nav_n .pro_nav a{
	padding:10px 15px;
	}
.nav_n ul a:hover , .nav_n ul .on{
	background:#dc4545;
	border: 1px solid #dc4545;
	color:#fff;
	padding:10px 30px;
	}
.about_n ul p{
	line-height:33px;
	}
.about_video .left{
	width:51%;
	}
.about_video .right{
	width:46.6%;
	}	
/**/
.caselist{
	overflow:hidden;
	}	
.caselist ul{
	width:102%;
	}	
.caselist ul li{
	width:23.7%;
	float:left;
	border:1px solid #ddd;
	margin:7px 0;
	margin-right:1%;
	}	
.caselist ul li span{
	display:block;
	overflow:hidden;
	}
.caselist ul li span img{
	width:100%;
	display:block;
	transition: all .5s ease;
	}	
.caselist ul li h2{
	background:rgba(0,0,0,.1);
	text-align:center;
	padding:18px 0;
	color:#333;
	font-size:18px;
	font-weight:normal;
	}		
.caselist ul li:hover img{
	transform: scale(1.05)
	}	
.caselist ul li:hover h2{
	background:#dc4545;
	color:#fff;
	}		
	
	
.pagination{
	text-align: center;
	padding-top: 30px;
}
.page-item{
	display: inline-block;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ddd;
}
.page-num{
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #ddd;
	background: #ddd;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	background: #de5f0f;
}
.page-num-current{
	background: #dc4545;
	color: #fff;
}
/**/
.contact{
	background:#f1f1f1;
	line-height:35px;
	}
.contact_xj{
	width:50%;

	float:left;
	padding:30px 50px;
	}
.contact_xj h2 , .contcat_ms h2{
	font-size:24px;
	margin-bottom:10px;
	}
.contcat_ms{
	width:50%;
	float:right;
	background:#f8f8f8;
	padding:30px 50px;
	}
/**/
.newslist ul li{
	border: 1px solid rgba(0,0,0,.1);
	padding:30px;
	transition:all 0.6s;
	line-height:24px;
	margin-bottom:15px;
	background:#f1f1f1;
	}	
.newslist ul li b{
	font-size:20px;
	display:block;
	} 	
.newslist ul li span{
	display:block;
	color:#999;
	padding:10px 0;
	}	
.newslist ul li:hover{
	background:#dc4545;
	border:1px solid #ed7d31
	}	
.newslist ul li:hover b , .newslist ul li:hover span , .newslist ul li:hover{
	color:#fff;
	}
/**/
.btn{
	margin-bottom:20px;
	}
.btn h2{
	font-size:24px;
	line-height:100%;
	line-height:32px;
	display:inline-block;
	}
.btn h4{
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);
	margin-top:20px;
	padding:8px 0;
	font-weight:normal;
	color:#aaa;
	}
/**/
.inner-nav {
	float:left;
	width: 300px;
	}
.inner-nav h2{
	font-size:30px;
	text-transform:uppercase;
	color:#fff;
	background:#2b2b9a;
	padding:20px 0 15px 20px; 
	font-weight:700;
	}
.inner-nav>ul>li {
	text-indent: 5px;
	cursor: pointer;
	border-bottom:1px solid #ddd;
	}
.inner-nav>ul>li>a {
	font-size: 20px;
	line-height: 55px;
	font-weight: 700;
	cursor: pointer
	}
.inner-nav>ul>li> span {
	float: right;
	font-size: 25px;
	font-weight: bolder;
	line-height:55px;
	}
.inner-nav>ul>li ul {
	display: none
	}
.inner-nav>ul>li a li  {
	line-height: 40px;
	padding-left:10px;
	border-top:1px solid #ddd;
	}
.inner-nav>ul>li li:hover {
	background-color: #f6f6f6
	}
.inner-nav>ul>li  .s {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	font-size: 16px;
	margin:10px 0;
	font-weight: 700
	}
/**/
.productlist{
	width: calc(100% - 340px);
	float:right;
	overflow:hidden;
	}
.productlist h2{
	border-bottom:1px solid #ddd;
	padding:25px 0;
	}
.productlist h2 a{
	text-transform:uppercase;
	}
.productlist ul{
	width:102%;
	padding-top:10px;
	}	
.productlist ul li{
	width:32%;
	float:left;
	border:1px solid #ddd;
	margin:7px 0;
	margin-right:1%;
	}	
.productlist ul li span{
	display:block;
	overflow:hidden;
	}
.productlist ul li span img{
	width:100%;
	display:block;
	transition: all .5s ease;
	}	
.productlist ul li h3{
	background:rgba(0,0,0,.1);
	text-align:center;
	padding:18px 0;
	color:#333;
	line-height:20px;
	font-weight:normal;
	}		
.productlist ul li:hover img{
	transform: scale(1.05)
	}	
.productlist ul li:hover h2{
	background:#3b91d1;
	color:#fff;
	}	

.showbanner{
	padding-top:50px;
	}
.showimg{
	width:50%;
	float:left;
	border:1px solid #ddd;
	}	
.products_show_r{
	width:45%;
	float:right;
	padding-top:100px;
	}
.products_show_r h1{
	font-size:40px;
	padding:20px 0;
	border:none;
	color:#333;
	}

.products_show_r h2{
	font-size:30px;
	padding:25px 0 20px 0;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	margin-bottom:30px;
	}
.products_show_r img{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	}
.products_show_r p img{
	margin-top:3px;
	}
.products_show_r p a{
	width:160px;
	height:40px;
	line-height:28px;
	background:#3b91d1;
	color:#fff;
	display:block;
	float:left;
	padding:8px 0 0 30px 
	}
.products_show_r p .product_lx{
	background:#e54707;
	}
.positionshow_bt{
	margin-top:40px;
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
	}
.positionshow_bt h2 ,
.positionshow_bt h4{
	border-bottom:2px solid #3b91d1;
	display:inline-block;
	font-size:24px;
	padding:10px 20px;
	}
.showproduct{
	line-height:26px;
	}
.showcontact_img img{
	width:33.3%;
	float:left;
	display:block;
	}
.showothe .swiper-slide{
	border:1px solid #ddd;
	}
.showothe .swiper-slide img{
	width:100%;
	}
.showothe .swiper-slide p{
	text-align:center;
	padding:15px 0;
	}
#showothe{
	padding-bottom:50px;
	}
#allmap {
	width:100%;
	height: 550px;
	overflow: hidden;
	font-family:"微软雅黑" ;
	}
/**/
@media (min-width:1200px) and (max-width:1650px) {
body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea, img{
	font-size:14px;
	}
.container{
   width:1200px;
   }
.bt h2{
	font-size: 28px;
	}
.bt h3{
	font-size:60px;
	}
.rm-nav>ul>li>a{
	font-size: 16px;
    padding: 15px 25px;
	}
.jjfa .jjfa_ul li h2{
	font-size:24px;
	}
.product_hot_top ul li{
	padding: 10px 0;
	font-size: 18px;
	}
.about ul h4{
	font-size:20px;
	}
.about ul li h2 span{
	font-size: 30px;
	}
.xbanner .left p{
	font-size:18px;
	}
.yyly_l ul li{
	height: 84px;
	}
.yyly_l ul li span{
	margin-top:20px;
	}
.yyly_l ul li h2{
	padding-top:20px;
	}
.banner_n h2{
	top: 50%;
	}
.banner_n h4{
	top: 60%;
	}
.about .about_img{
	margin-top: 60px;
	}
.caselist ul li h2{
	font-size:15px;
	}
   }























