@charset "utf-8";

/*------------------通用样式-------------------*/

h1,
h2,
h3,
h6,
h5,
h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
	background-color: #FFF;
	min-width: 320px;
	overflow-x:hidden;
}

* {
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style: none
}

a {
	text-decoration: none;
	font-size: 12px;
	color: #333;
}

a:hover {
	color: #ef4136;
	text-decoration: none;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

form {
	display: block;
}

#all {
	min-width: 320px;
	width: 100%;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	background-color: #FFFFFF;
	min-width: 320px;
}

#alla {
	
	width: 100%;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	background: #FFFFFF;
	min-width: 320px;
}

.container-sm {
	width:95%;
}


/*--------------------通用样式结束----------------------*/
.logo {
	float: left;
	padding-top: 1rem;
}

.logo a {
	display: block;
}

.logo img {
	max-width: 100%;
	vertical-align:middle;
}
.nav {
	float: right;
	padding-right: 3%;
	display:inline-block;


	
}
.nav ul{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav li {
	float: left;

	position: static;
	margin: 0 1rem;
	display: block;
}

.nav li:hover .erjinav{
	display: block;
}

.nav ul li a {
	font-size: 1.75rem;
	position: relative;
	display: block;
	padding: 3rem 2rem;
	
}
.nav ul li a:hover {
	font-size: 1.75rem;
	padding: 3rem 2rem;

	
}
.listys{border-bottom: 2px solid #ef4136;}
.listys a{color:#ef4136;}
.nav ul li:hover  {
	border-bottom: 2px solid #ef4136;
	cursor: pointer;
	
}



.erjinav{
	
	position: absolute;
	display: none;
	z-index: 999;
	margin: 0;
	padding: 0;
	background-color: #ededed;
	margin-top: 2px;

}
.erjinav a{
	float: left;
	display: block;
	line-height:30px;
	margin: 0px 2rem!important;
	padding: 0px!important;
	float: none;
	text-align: center;
	
}





.mobinav {
	float: right;
	margin-top: 2rem;
	
}

.ss{ float: right; padding-top: 2rem; padding-right: 2%;}
.head-ss{
	float: left;
		margin-top: 7px;
		display: inline-block;
		cursor: pointer;
		position: relative;
		width: 20px;
		height: 20px;
		background: url(../img/search.png);
		background-size: 100% 100%;
		transform: background-image 2s;
}
/*---------首页搜索开始*/

.syssbox {
	width: 428px;
	height: 60px;
	position: absolute;
	/* top: 102%; */
	right: 36px;
	z-index: 80;
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
	display: none;
}
.syssboxvar {
	display: block;
}

.syssimg {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 19px;
	height: 19px;
	vertical-align: middle;
}

.sousuoys {
	border: none;
	margin-left: 1.5rem;
	margin-top: 20px;
	float: left;
	width: 60%;
	height: 100%;
	line-height: 100%;
	;
	font-size: 16px;
	color: #333;
	vertical-align: top;
	background: none;
	vertical-align: middle;
}

.sysearch_btn {
	float: left;
	margin-top: 10px;
	vertical-align: top;
	background-color: #ef4136;;
	border: none;
	width: 20%;
	height: 40px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	margin-left: 20px;
}

.sysearchgb {
	background: url(../img/searcha.png);
	background-size: 100% 100%;
}

.mobisearchgb {
	background: url(../img/search-mobi2.png);
	background-size: 100% 100%;
}

@media (max-width: 1429px) {
	.nav ul li a {
		padding: 3.5rem 0.5rem;
	}
	.nav ul li a:hover {
		padding: 3.5rem 0.5rem;
	}
}

@media (max-width: 1200px) {
	.nav {
		margin-right: 1%;
	}
	.changebox {
		padding-top: 1.5rem;
	}
	.logo img {
		width: 13rem;
		margin-bottom: 1rem;
	}
	.nav ul li a {
		padding: 2rem 0.5rem;
	}
	.nav ul li a:hover{
		padding:2rem 0.5rem;
	}
}

@media (max-width: 768px) {
	.syssbox {
		right: 50%;
		transform: translateX(50%);
	}
	.logo img {
		margin-bottom: 0;
	}
}

@media (max-width: 455px) {
	.syssbox {
		width: 300px;
	}
	.sousuoys {
		width: 50%;
	}
}


/*---------首页搜索结束*/

.mobinav {
	float: right;
	margin-top: 1.8rem;
}

.mobinavbar {
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}

.mobilf {
	width: 20%;
	float: left;
	height: 100%;
}

.mobirt {
	width: 80%;
	float: right;
	color: #333333;
	background: #f9f6f6;
	padding: 5%;
	box-sizing: border-box;
	height: 100%;
	text-align: center;
}

.mobirt a {
	color: #333333;
}

.mobirtit {
	font-size: 1.25rem;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}

.mobirt ul {
	margin-top: 15px;
	width: 100%;
}

.mobirt ul li {
	width: 100%;
	border-bottom: 1px dashed #CCCCCC;
	width: 96%;
	margin: 0 auto;
	margin-top: 10px;
}

.mobirt ul li h2 {
	font-weight: normal;
}

.mobirt ul li a {
	display: block;
	width: 96%;
	margin: 0 auto;
	height: 4rem;
	line-height: 4rem;
}

.mobirt ul li a span {
	float: right;
}

.mobilf-close {
	position: absolute;
	top: 2%;
	left: 5%;
	background: url(../img/close.png) no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
}

.mobirtitn {
	text-align: center;
	width: 100%;
}

.mobirtitlf {
	font-size: 18px;
	font-weight: bold;
	line-height: 4rem;
}
@media (max-width: 1200px) {
	.logo {
		padding-bottom: 1rem;
	}
	.logo img {
		width: 200px;
	}
	.head {
		padding-bottom: 1rem;
	}
}

@media (max-width: 768px) {
	.logo {
		padding-bottom: 1rem;
	}
	.logo img {
		width: 150px;
	}
	.head {
		padding-bottom: 1rem;
	}
}



/* 首页banner */
.wjs_banner {
	position: relative;
}


.syys{
	width: 100%;
	padding:120px 0;
	text-align: center;
}
.yst_titu{
	font-size: 3rem;
}
.sytitle{
	color: #999999;
}
.cpys_box{
	position: relative;
	text-align: center;
}
.cpys_box li{
	padding-top: 130px;
}
.ys_img{
	width: 100%;
	height: 61px;

}
.ysp1{
	font-size: 1.75rem;
	padding-top:2rem;
}
.ysp2{
	color: #999999;
}


@media (max-width:768px) {
	
	.cpys_box li{
		padding-top: 50px;
	}
}


.syabout{
	width: 100%;
}
.syab_l{
	width: 100%;
	background-image: url(../img/about_bg.jpg);


}
.ab_box{ 
	padding-left: 120px;
	padding-bottom: 220px;
}
.ab_tit{
	padding-top: 180px;
}
.ab_tit1{
	font-size: 2rem;
}
.ab_tit2{
	font-size: 1.25rem;
	color: #999999;
}
.ab_c{
	width: 80%;
	padding-top: 100px;
	padding-bottom: 100px;
	line-height: 3rem;
	color: #808080;
}
.amore{
	margin: 0px auto;
	width: 20%	;
	
	padding: 10px 60px;
	border: 1px #ef4136 solid;
	transition: all 0.6s;
}
.amore:hover{
	background-color: #ef4136;
	color: #ffffff;
	transition: all 0.6s;
	cursor: pointer;
	
}
.symore{
	margin: 0px auto;
	width: 20%	;
	
	padding: 10px 60px;
	border: 1px #ef4136 solid;
	transition: all 0.6s;
	margin-bottom: 40px;
	
}
.symore:hover{
	background-color: #ef4136;
	color: #ffffff;
	transition: all 0.6s;
	cursor: pointer;
}
.symore:hover a{color: #ffffff;}
.syab_r{
	width: 100%;
	text-align: center;

}
.syab_r img{
	padding-top: 180px;
}

.syab_r a:hover{
	cursor: pointer;
}

@media (max-width:1200px) {
	
	.syab_r img{
		width: 80%;
	}
	
}
@media (max-width:992px) {
	.syabout li{ width: 100%;}
	.syab_r{
		width: 100%;
		text-align: center;
	
	}
	
	.syab_r img{
		width: 90%;
		padding-top: 80px;
	}
}
@media (max-width:768px) {
	.syys{
		width: 100%;
		padding: 40px 0;
		text-align: center;
	}
	.syabout li{ width: 100%;}
	.syab_r{
		width: 100%;
		text-align: center;
	
	}
	
	.syab_r img{
		width: 90%;
		padding-top: 40px;
	}
	.ab_tit{
		padding-top: 80px;
	}
	.ab_c{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.ab_box{
		padding-left: 80px;
		padding-bottom: 60px;
	}
}

.sycp {
	width: 100%;
	padding: 0;
	padding-top: 7.5rem;
	text-align: center;
}

.cpcp_box{
	position: relative;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 20px;
}
.cplink{
	width: 100%;
	text-align: center;
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	
	padding: 2rem;
	
}

.cplink:hover{
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
	
}
.cplink:hover img{transform: scale(1.2);transition: all 0.6s;}


.cpimg{width: 100%; overflow: hidden;}

.cpimg img{
	width: 100%;
	transform: scale(1.1); 
	transition: all 0.6s;
	
}
.cpname{
	font-size: 1.5rem;
	height: 6rem;
	line-height: 6rem;
	overflow: hidden;
	
}



@media (max-width:1200px) {
	.cpcp_box{
		padding-top: 40px;
	}
	.cplink{
		padding: 0rem;
	}
}
@media (max-width:992px) {
	.cplink{
		padding: 0rem;
	}
}
@media (max-width:768px) {
	.cplink{
		padding: 0rem;
	}
}


.cpmore{margin-top:100px}

.syxw{
	width: 100%;
	padding:0;
	
	padding-top: 7.5rem;
	text-align: center;
}


.newslist{
	float: left;
	width: 100%;
	padding: 3.125rem 3.125rem;
	padding-right: 0rem;
	margin-top: 1.25rem;
	border-radius: 1.25rem;
	}
.newslist:hover{
	cursor: pointer;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.newslist:hover .ntitle{color: #ef4136;}
.nfist{
	width: 95%;
	float: left;
	height:3rem;
	line-height: 3rem;
	overflow: hidden;
}
.ntitle{
	text-align: left;
	width: 80%;
	height:4rem;
	font-size: 1.6rem;
	float: left;
	overflow: hidden;
}
.xwrq{
	float: right;
	color: #999999;
}
.newcon{
	width: 95%;
	float: left;
	text-align: left;
	color: #666666;
	line-height:2.5rem;
	height: 7.5rem;
	overflow: hidden;
}
.syxwlb{
	float: left;
	border: 1px #e5e5e5 solid;
	color: #999999;
	border-radius: 0.625rem;
	padding: 0.3125rem 0.625rem;
}

.footer{
	width: 100%;
	background-color: #3c3c3c;
	text-align: center;
	padding: 1.875rem;
}
.footer p{color: #ffffff; line-height: 2.5rem;}
.footer p a{
	color: #ffffff;
}
.footer p a:hover{
	color: #FF9900;
}
.syfz a{ color: #ffffff; margin-right: 1.875rem;}
.syfz a:hover{
	color: #FF9900;
}


.rightMenu {
    display: block;
    width: 70px;
    height: auto;
    position: fixed;
    right: 6px;
    top: 40%;
    z-index: 90;
}

.rightMenu li {
    position: relative;
    margin-bottom: 1px;
}
.rightMenu li>a {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #ef4136;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    transition: all 0.3s;
    padding: 1px;
}
.rightMenu li>div {
    transition: all 0.4s;
    opacity: 0;
    transform: scale(0);
}
.rightMenu-ewm {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 80px;
    top: 50%;
    margin-top: -50px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.rightMenu li>a span {
    display: block;
    width: 100%;
    height: 26px;
    text-align: center;
    margin: 22px 0 4px;
}
.maximg img {
    max-height: 100%;
    max-width: 100%;
}
.rightMenu li>a:hover {
    background-color: #bd251b;
}
.rightMenu li.zhiding>a {
    margin-top: 6px;
    background-color: #dcdcdc;
    color: #484747;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 32px;
    background-repeat: no-repeat;
    background-position: center 20px;
    background-image: url(../img/rigthNav-03.png);
}
.rightMenu-phone {
    display: block;
    width: 200px;
    height: 46px;
    position: absolute;
    right: 80px;
    top: 50%;
    margin-top: -23px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    background-color: #ef4136;
    border-radius: 4px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #fff;
}
.rightMenu li:hover>div {
    opacity: 1;
    transform: scale(1);
}
.rightMenu li.zhiding>a:hover {
    background-color: #bd251b;
    color: #fff;
    background-image: url(../img/rigthNav-04.png);
}  


/* 首页实力 */
.sysli{
	width: 100%;
	padding-top: 40px;
	/* padding-bottom:30px; 
	margin-bottom: 60px;*/
	background-image: url(../img/syzjbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.sysli_box{ text-align: center;}
.sysli_box p{
	color: #ffffff;
}
.sysz{
	font-size: 3rem;
	
	}
	
	
	@media (max-width:768px) {
		.syszname{
			
			
		}
	}
	
	
	
	
	/* about页面 */
	.bannern{
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.bannern img{
		width: 100%;
	}
	.bannernwz{
		position: absolute;
		top:50%;
		left: 50%;
		transform: translate(-50%,-50%);font-weight: bold;
		text-transform: uppercase;font-size: 30px;
		    text-align: center;
		    line-height: 310px;
		    color: #fff;
	}
	
	@media (max-width: 568px) {
		.bannernei-wz{
			font-size: 1rem;
		}
	}
	.container-ab{width: 85%;}
	.aboutnr{
		width: 100%;min-height: 60px;
		  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	}
	.aboutnr ul li{float: left;}
	.aboutnr ul li a{
		display: block;
	    padding: 0 3rem;
	    height: auto;
	    min-height: 60px;
	    line-height: 36px;
	    padding: 12px 30px;
	    font-size: 18px;
	    color: #333;
	    border-left: 1px solid #fc4e4e;
	    position: relative;
	    min-width: 140px;
	    text-align: center;
	}
	.aboutnr ul li a:hover{
		background-color: #ef4136;
	    color: #fff;
	
	}
	
	.aboutnr ul li a.abtit{
		background-color: #ef4136;
		    color: #fff;
	}
	.aboutnr ul li a.abtit::before {
    content: "";
    display: block;
    width: 12px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 9;
    margin-top: -1px;
}
.aboutnr ul li a.abtit::after {
    content: "";
    display: block;
    width: 12px;
    height: 1.5px;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 9;
    margin-top: -1px;
}

.topMenu-weizhi{
		display: inline-block;
    float: right;
    margin-left: 20px;
    padding: 15px 0 15px 20px;
    min-height: 60px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
	}
	.topMenu-weizhi a{
		font-size: 14px;
    line-height: 30px;
    color: #666666;
    }
    .topMenu-weizhi a:hover{
    	color: #ef4136;
    }
     .topMenu-weizhi img{vertical-align: baseline;}
	 
	 
	@media (max-width: 730px){
		.aboutnr ul li{float: none;}
		.container-ab{
			width: 95%;
		}
	}
	.about_box{width: 100%;}
	
	
	.aboutbox_n{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.aboutbox_n li img{width: 100%;}
	.abzw{
		font-size: 2rem;
	}
	.abyw{
		color: #afafaf;
	}
	.about_con{
		color: #808080;
		line-height: 4rem;
	}
	.abtit1{
		text-align: center;
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.about_con{text-indent: 2em;}
	
	
@media (max-width: 1200px){
	.about_con{line-height: 2.5rem;}
}

/*分页样式开始*/

.ye_ma {
	text-align: center;
	margin: 0px;
	clear: none;
	width: 100%;
	padding-top: 30px;
	font-size: 14px;
	color: #666;
}


.ye_ma a {
	line-height: 35px;
	clear: none;
	height: 35px;
	font-size: 14px;
	color: #333;
	padding: 0 15px;
	border: 1px solid #cccccc;
	border-radius: 6px;
	display: inline-block;
	margin: 0 3px;
}

.ye_ma a:hover {
	background-color: #ef4136;
	border: 1px solid #ef4136;
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/*过渡效果*/
}

.mainspace100{height: 6rem;}
/*分页样式结束*/
.news_box{
	padding-top: 4rem;
}
.pro_box{
	padding-top: 4rem;
}

.container-xw{
	width: 80%;
}
.newsbt{
	width: 100%;
	border-bottom: 1px #cccccc solid;
	padding: 2rem 1rem;
}
.newsbt p{
	font-size: 2.5rem;
	font-weight: bold;
}
.newsbt h1{
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.newsbt span{
	color: #999999;
}
.newsnr{
	padding:2rem 1rem;
}
.newsnr p{
	line-height: 4rem;
	text-indent: 2em;
}
.newsnr img{
	width: 40%;
}

@media (max-width:1200px){
	.newsnr img{
		width: 50%;
	}
}
@media (max-width:992px){
	.newsnr img{
		width: 60%;
	}
}
@media (max-width:768px) {
	.container-xw{
		width: 90%;
	}
	.newsnr p{
		line-height: 3rem;
		text-indent: 2em;
	}
	.newsnr img{
		width: 100%;
	}
}

.sxpian {
	text-align: center;
	margin: 0px;
	clear: none;
	width: 100%;
	padding-top: 30px;
	font-size: 14px;
	color: #666;
}

.sxpian a {
	line-height: 35px;
	clear: none;
	height: 35px;
	font-size: 14px;
	color: #333;
	padding: 0 15px;
	/* border: 1px solid #cccccc;
	border-radius: 6px; */
	display: inline-block;
	margin: 0 10px;
	line-height: 30px;
}

.sxpian a:hover {
	/* background-color: #ef4136;
	border: 1px solid #ef4136; */
	color: #ff9900;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/*过渡效果*/
}
.cpfl {
	text-align: center;
	margin: 0px auto;
	clear: none;

	padding-top: 10px;
	font-size: 14px;
	color: #666;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;

}


.cpfl a {
	line-height: 35px;
	clear: none;
	height: 35px;
	font-size: 14px;
	color: #333;
	padding: 0 15px;
	border: 1px solid #cccccc;
	border-radius: 6px;
	display: inline-block;
	margin: 0 3px;
}

.cpfl a:hover {
	background-color: #ef4136;
	border: 1px solid #ef4136;
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/*过渡效果*/
}
.cpfl h3{
		clear: none;

	display: inline-block;
	padding-top: 2rem;
	
}

.mobi_cpfl{
    height: 3rem;
	text-align: right;
	line-height: 3rem;
	margin: 0px auto;
	padding-right: 2rem;
	margin-bottom: 2rem;
	display: none;
}








@media (max-width:768px) {
		.cpfl{
			display: none;
			
		}
		.mobi_cpfl{
			display: block;
		}
	}
	
	
	
	.mobi_cp{
		
	}
	
	#showdiv{
		    width: 100%;
		    background: rgba(0, 0, 0, 0.8);
		    height: 100%;
		    position: fixed;
		    top: 0;
		    left: 0;
		    z-index: 99;
		    display: none;
	}
	
	
	.mobicplf{
		width: 20%;
		height: 100%;
		float: left;
	}
	.mobicplf-close{
		position: absolute;
		    top: 2%;
		    left: 5%;
		    background: url(../img/close.png) no-repeat;
		    background-size: 100% 100%;
		    width: 25px;
		    height: 25px;
	}
	.mobicprt{
		width: 80%;
		    float: right;
		    color: #333333;
		    background: #f9f6f6;
		    padding: 5%;
		    box-sizing: border-box;
		    height: 100%;
		    text-align: center;
			display: block;
	}
	
	
	.mobicprtitn{
		text-align: center;
		    width: 100%;
	}
	.mobicptitlf{
		font-size: 18px;
		    font-weight: bold;
		    line-height: 4rem;
	}
	
	.mobicp{
		margin-top: 15px;
		
			width: 100%;
	}
	.mobicp li{
		
		width: 100%;
		    border-bottom: 1px dashed #CCCCCC;
		    width: 96%;
		    margin: 0 auto;
		    margin-top: 10px;
	}
	.mobicp li a{
		display: block;
		    width: 96%;
		    margin: 0 auto;
		    height: 4rem;
		    line-height: 4rem;
	}
	.mobicp li a span{
		float: right;
	}
	
	
	
	
	
	




@media (max-width: 730px) {
	.aboutnr ul li a{    border-left: none;    background: #ede6e6;border-bottom: 1px solid #FFFFFF;}
	.aboutnr ul li{float: none;}	
}




/* 产品内容页样式 */

.cpxq_top{
	width: 100%;
	padding: 10px;
}
.cptopl{
	width: 40%;
	float: left;
}
.cptopl img{
	width: 90%;
}
.cptopr{
	width: 60%;
	float: left;
}
.cpname h1{
	font-size: 24px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
}
.cpdescrip{
	width: 100%;
	background-color: #f7f7f7;
	padding: 10px;
	font-size: 14px;
	line-height: 30px;
}
.cpdh{
	width: 200px;
	background-color: #ef4136;
	border-radius: 50px;
	text-align: center;
	margin-top: 20px;
}
.cpdh:hover{
	cursor: pointer;
	
}
.cpdh a{
	font-size: 20px;
	color: #ffffff;
	line-height: 50px;
}
@media (max-width:1200px) {
	.cptopl img{
		width: 100%;
	}
	.cptopr{
		padding-left: 20px;
	}
	
}

@media (max-width:992px){
	.cpdescrip{
		display: none;
	}
} 
@media (max-width:768px){
	.cptopl{
		width: 100%;
		text-align: center;
	}
	
	.cptopl img{
		width: 90%;
	}
	.cptopr{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.cpname{
		text-align: center;
		/* margin-top: 20px; */
	}
	.cpdescrip{
		width: 90%;
		margin: 0px auto;
		
		display: block;
	}
	.cpdh{
		margin: 20px auto;
	}
}




.cpxq_b{
	width: 100%;
	padding: 10px;
}

.cpxq_title{
	width: 100%;
	border: 1px #cccccc solid;

}
.cpxq_title p{
	padding: 0px;
	margin: 0px;
	line-height: 50px;
	border-right: 1px #cccccc solid;
	border-top: 2px #ef4136 solid;
	width: 10%;
	text-align: center;
	font-size: 16px;
}

.xqnr{
	width: 95%;
	margin: 0px auto;
	padding-top: 30px;
}
.xqnr p{
	text-indent: 2em;
	font-size: 14px;
	line-height: 30px;
}
.xqnr a{
	font-size: 14px;
	line-height: 30px;
}
.cpnrfz a{
	font-size: 14px;
	line-height: 30px;
	padding-right: 20px;
}
.xqnr img{
	width: 50%;
}
@media (max-width: 1200px){
	.xqnr img{
		width: 70%;
	}
}
@media (max-width: 992px){
	.xqnr img{
		width: 80%;
	}
}

@media (max-width: 768px){
	.xqnr img{
		width: 100%;
	}
}


.xgcp{
	padding-top: 30px;
}


@media (max-width: 1200px){
	
	.cpxq_title p{
		width: 20%;
	}
}

@media (max-width:992px) {
		.symore{
			width: 30%;
			
		}
	}
@media (max-width:768px) {
		.symore{
			width: 70%;
			
		}
	}

.xgcpul{ padding-top: 10px;}


.bottomlist {width:100%!important;height:5.25rem!important;border-top:1px solid #e8e8e8;background:#3b3a3a;position:fixed;bottom:0;z-index:5000; display: none;  }
.bottomlist ul {width:100%!important;}
.bottomlist ul li {width:25%!important;float:left;height:3.75rem;}
.bottomlist ul li a {display:block!important;width:100%!important;height:100%!important;text-align:center;}
.bottomlist ul li img {margin-top:8px!important;max-width:1.6rem!important; display:inline-block;}
.bottomlist ul li span {color:#FFF;font-size:0.8125rem;display:block;}
.bottomlist ul li span.active {color:#FFF;}
@media (max-width:768px) {
		.bottomlist{
			display: block;
			
		}
		.footer{
			display: none;
		}
		.syxw{
			padding-bottom: 40px;
		}
	}