*{
	margin:0;
	padding:0;
	list-style: none;
	text-decoration: none;
}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,select,textarea,form {margin:0; padding:0;} 
a,img{
	transition:all .5s;
}
a:hover{
	color:#666;
}
.container{
	padding:0;
}
.clear{
	clear:both;
}

/*top*/
.top{
	width:100%;
	background: #eb5405;
	height: 40px;
}
.top-d{
	float:right;
	display:inline-block;
}
.top-a1,.top-a2{
	display:inline-block;
	padding:0 40px;
	line-height: 40px;
	color:#fff;
	font-size:16px;
	background: url("../images/sx_03.png") no-repeat left center;
}
.top-a2{
	background: url("../images/sx_05.png") no-repeat left center;
}

/*电脑端logo*/
.slogo2{
	padding:10px 15px;
	border-bottom:2px solid #b1b3b4;
}
.slogo-i{
	float:left;
	margin-right:260px;
}
/*电脑端nav*/
.snav{
	width:755px;
	float:left;
	border-bottom:1px dashed #c5c6c7;
	margin-bottom: 23px;
}
.snav-li{
	float:left;
	width:20%;
	text-align: center;
	line-height: 50px;
	color:#eb5405;
	font-size: 14px;
	font-weight: bold;
}
.snav-li a{
	color:#eb5405;
}
#q{
	width:389px;
	height: 39px;
	border:1px solid #ececec;
	float:left;
	color:#999999;
	font-size: 16px;
}
.button{
	color:#fff;
	background:#eb5405;
	text-align: center;
	float:left;
	width: 55px;
	height: 38px;
	border:1px solid #ececec;
	margin-left:-5px;
}
/*分类菜单*/
.sfl{
	width:100%;
	margin-bottom:0;
}
.sfl-li{
	width:25%;
	float:left;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	position: relative;
	transition:all .5s;
}
.sfl-li > a{
	color:#b1b3b4;
}
.sfl-li-ul{
	z-index:10;
	position:absolute;
	top:45px;
	left: 0;
	width: 100%;
	display:none;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}
.sfl-li-ul-li{
	line-height: 45px;
	font-size:14px;
	width: 100%;
	text-align: center;
	transition:all .5s;
}
.sfl-li-ul-li a{
	color:#333;
}
.sfl-li:hover{
	background:#eb5405;
}
.sfl-li:hover.sfl-li > a{
	color:#fff;
}
.sfl-li:hover .sfl-li-ul{
	display:block;
}
.sfl-li-ul-li:hover{
	background:#eb5405;
}
.sfl-li-ul-li:hover.sfl-li-ul-li > a{
	color:#fff;
}

/*banner*/

.sbanner{
	width:100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* 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;
}
.sbanner-sw{
	width: 100%;
}

.sbanner-swi{
	width: 100%;
}
.sbanner-swi > img{
	width: 100%;
}
.aboutus{
	width: 100%;
}
.sab-h2{
	color:#808080;
	font-weight: normal;
	font-size: 48px;
	text-align: center;
	height: 150px;
	line-height: 230px;
	margin:0;
}
.sab-pheng{
	width:48px;
	height: 2px;
	background:#eb5405;
	margin:0 auto;
}
.sab-p2{
	color:#808080;
	text-align: center;
	line-height: 56px;
	margin-bottom:30px;

}
.sab-vo{
	float:left;
	width: 635px;
	height: 365px;
	border:1px solid #d9d9d9;
}
.sab-vo video{
	width: 100%;
}
.sab-con{
	width:521px;
	float:right;
	padding:20px 0;
}
.sab-con-a{
	color:#666666;
	font-size: 16px;
	display:block;
	margin-top:20px;
	width: 133px;
	height: 33px;
	border:1px solid #666;
	text-align: center;
	line-height: 33px;
	border-radius: 20px;
}
.sab-con-a:hover{
	color:#eb5405;
	border:1px solid #eb5405;

}
.spro-sw{
	width: 100%;
	padding-bottom:50px;
}
.spro-sw-d{
	overflow:hidden;
}
.spro-sw-d img{
	width: 100%;
}
.spro-sw-d p{
	width: 100%;
	text-align: center;
	line-height: 63px;
	color:#666666;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.spro-pag .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
}
.swiper-pagination-bullet-active{
	background: #eb5405;
}
.spro-sw-d:hover.spro-sw-d img{
	transform: scale(1.3);
}
.spro-sw-d:hover.spro-sw-d p{
	color:#eb5405;
}


/*首页新闻*/
.snews{
	width: 100%;
	padding-bottom:100px;
}
.snews-con{
	width: 100%;
	position:relative;
}
.sn-le{
	width: 600px;
	float:right;
	padding-bottom:20px;
}
.sn-dl{
	width:100%;
	position: relative;
	height: 145px;
	overflow: hidden;
	padding-top:25px;
	padding-left:82px;
	background:url("../images/shu.jpg") no-repeat 32px top;
}
.sn-dt{
	float:left;
	width: 198px;
	height: 100%;
	overflow: hidden;
}
.sn-dt img{
	width: 100%;
	height: 100%;
}
.sn-dd{
	float:left;
	margin-left: 20px;
	width: 280px;
}
.sn-dd h2{
	color:#666666;
	font-size: 16px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.sn-dd p{
	color:#808080;
	font-size: 14px;
	line-height: 22px;
	padding:5px 0;
	max-height: 66px;
	overflow: hidden;
}
.sn-dl span{
	display:block;
	position:absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background:#eb5405;
	left:36px;
	top: 29px;
	opacity: 0;
	transition:all .5s;
}
.sn-dl:hover.sn-dl span{
	opacity:1;
}
.sn-dl:hover .sn-dt img{
	transform: scale(1.2);
}
.sn-dl:hover .sn-dd h2{
	color:#eb5405;
}
.sndl-img{
	position:absolute;
	left: 0;
	top: 0;
	width: 590px;
	height: 475px;
	display:none;
}
.sndl-img img{
	width: 100%;
	height: 100%;
}

/*联系我们*/
.footer_contact {
    padding: 1px 0;
    color: white;
    background: #2d2d2d url(../images/footer_contact_bg.jpg) no-repeat bottom center;
}
.sec_title {
    margin: 50px 0 10px;
    font-size: 53px;
    text-align: center;
}
.sec_brief {
    margin: 12px 0 30px;
    font-size: 22px;
    text-align: center;
}
.method_list{
    text-align: justify;
    margin: 86px auto 93px;
    font-size:0;
}
.method_list:after{width: 100%;height: 0;margin: 0;display: inline-block;overflow: hidden;content: '';}
.method_item {
    display: inline-block;
    margin: 20px 0;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
}
.picture {
    display: block;
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    text-align: center;
    line-height: 140px;
}
.border_1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid white;
    border-radius: 100%;
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) .5s;
}
.border_2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid white;
    border-radius: 100%;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) .5s;
}
.ico {
    display: inline-block;
    vertical-align: middle;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) .5s;
    margin-top: 45px;
}
.email {
    width: 63px;
    height: 47px;
    background: url(../images/e.png) no-repeat center;
}
.phone {
    width: 53px;
    height: 60px;
    background: url(../images/t.png) no-repeat center;
}
.mobile {
    width: 44px;
    height: 56px;
    background: url(../images/p.png) no-repeat center;
}
.skype {
    width: 61px;
    height: 61px;
    background: url(../images/fax.png) no-repeat center;
}
.method_item .title {
    margin: 42px 0 0;
}
.method_item:hover .border_2{
	border:2px solid #eb5405;
}
.method_item:hover .email{
    background: url(../images/e2.png) no-repeat center;
}
.method_item:hover .phone{
    background: url(../images/t2.png) no-repeat center;
}
.method_item:hover .mobile{
    background: url(../images/p2.png) no-repeat center;
}
.method_item:hover .skype{
    background: url(../images/fax2.png) no-repeat center;
}
.method_item:hover .title{
	color:#eb5405;
}
.footer_newsletter {
    color: white;
    background: #2d2d2d;
}
.cnt{
	border-top: 1px solid #484848;
}
.intro {
    float: left;
    margin: 30px 0 0;
}
.intro .title {
    font-size: 24px;
    text-align: center font-weight: bold;
}
.intro .brief {
    margin: 6px 0 41px;
    color: #949494;
}
.message {
    /* float: right; */
    text-align: right;
    margin: 35px 0 0 205px;
}
.message .field {
    display: inline-block;
    position: relative;
    width: 32.4590%;
    margin: 5px 1.0655%;
    padding: 6px;
    text-align: left;
    vertical-align: middle;
    background: #1b1b1b;
    border: 1px solid #484848;
}
.message .field input {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background: none;
    outline: none;
}
.message input {
    color: white;
}
.message .btn {
    display: inline-block;
    position: relative;
    width: 11.6393%;
    height: 35px;
    margin: 5px 0;
    min-width: 110px;
    vertical-align: middle;
    text-align: center;
    font-size: 17px;
    line-height: 27px;
    color: white;
    background: #eb5405;
    border: none;
    cursor: pointer;
}
.message .btn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.sfooter{
	padding:50px 0;
	width: 100%;
	background:#1b1b1b;
}
.sfo-ul{
	width:33.33%;
	float:left;
}
.sfo-ul li a{
	color:#b1b3b4;
}
.sfo-li1{
	width:100%;
	float:left;
	line-height: 60px;
	color:#fff;
	font-size: 18px;
}
.sfo-li2{
	width: 100%;
	float:left;
	color:#b1b3b4;
	font-size: 16px;
	line-height: 45px;
}

.sfo-li3{
	width: 50%;
	float:left;
	color:#b1b3b4;
	font-size: 16px;
	line-height: 45px;
}
.sfo-li4{
	width: 100%;
	text-align: center;
	line-height: 60px;
	display: block;
}
.sfo-li4 a{
	display:inline-block;
	padding:10px 5px;
}
.sfooter2{
	width: 100%;
	border-top:1px solid #484848;
	background:#1b1b1b;
}
.sfooter2 p{
	width: 100%;
	text-align: center;
	line-height: 65px;
	color:#7f7f7f;
	font-size: 16px;
}
.navbar{
	display:none;
}
.spro-sw-mb,.snews-mob{
	display: none;
}

/*分类*/
.fenlei{
	width: 100%;
	border-bottom: 1px solid #e8e8e8
}
.fenlei-2{
	display: block;
	text-align: center;
	line-height: 80px;
}
.fenlei-2 a{
	color:#333;
	font-size: 18px;
	padding:0 20px;
	line-height: 80px;
}
.pro-li{
	width: 25%;
	padding:10px;
	float:left;
	transition: all .5s;
}
.pro-li-d{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.pro-li-d img{
	width: 100%;
}
.pro-li p{
	width: 100%;
	line-height: 50px;
	color:#333;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro-li:hover .pro-li-d img{
	transform: scale(1.2);
}
.news-dl{
	width: 100%;
	padding:20px 0;
}
.news-dt{
	width: 30%;
	float:left;
}
.news-dt img{
	width: 100%;
}
.news-dd{
	float: left;
	width: 65%;
	margin-left: 5%;
}
.news-dd h2{
	width: 100%;
	text-align: left;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#333;
}
.news-dd span{
	display: inline-block;
	line-height: 50px;
	border-bottom: 1px solid #333;
}
.news-dd p{
	margin-top:20px;
	color:#666;
	font-size: 16px;
	width: 100%;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}
.news-dl:hover .news-dd h2{
	color:#eb5405;
}
.show{
	padding:30px 0;
}
.show-a1,.show-a2{
	display:block;
	width: 49%;
	float:left;
	text-align:center;
	line-height:50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tanchu{
	display: none;
	position: fixed;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.5);
	z-index:99;
}
.prev{
	width: 50px;
	height: 100px;
	position:absolute;
	left: 5%;
	top:50%;
	background:url("../images/prev.png") no-repeat center;
}
.next{
	width: 50px;
	height: 100px;
	position:absolute;
	right:5%;
	top:50%;
	background:url("../images/next.png") no-repeat center;
}
.guanbi{
	position: absolute;
	width:50px;
	height: 50px;
	background: url("../images/xx.png") no-repeat center;
	right: 10%;
	top:10%;
}

.tanchu2{
	display: none;
	position: fixed;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.5);
	z-index:99;
}
.prev2{
	width: 50px;
	height: 100px;
	position:absolute;
	left: 5%;
	top:50%;
	background:url("../images/prev.png") no-repeat center;
}
.next2{
	width: 50px;
	height: 100px;
	position:absolute;
	right:5%;
	top:50%;
	background:url("../images/next.png") no-repeat center;
}
.guanbi2{
	position: absolute;
	width:50px;
	height: 50px;
	background: url("../images/xx.png") no-repeat center;
	right: 10%;
	top:10%;
}

.tanchu3{
	display: none;
	position: fixed;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.5);
	z-index:99;
}
.prev3{
	width: 50px;
	height: 100px;
	position:absolute;
	left: 5%;
	top:50%;
	background:url("../images/prev.png") no-repeat center;
}
.next3{
	width: 50px;
	height: 100px;
	position:absolute;
	right:5%;
	top:50%;
	background:url("../images/next.png") no-repeat center;
}
.guanbi3{
	position: absolute;
	width:50px;
	height: 50px;
	background: url("../images/xx.png") no-repeat center;
	right: 10%;
	top:10%;
}
@media screen and (min-width:768px){
	body{
		min-width: 1200px;
	}
	.container{
		width:1200px;
	}
	/*弹出层*/
	.tanchu > img{
		width: 800px;
		position: absolute;
		top:0;
		left:0;
		right: 0;
		bottom: 0;
		margin:auto;
	}

	/*第二个弹出层*/
	.tanchu2 > img{
		width: 800px;
		position: absolute;
		top:0;
		left:0;
		right: 0;
		bottom: 0;
		margin:auto;
	}

	/*第三个弹出层*/
	.tanchu3 > img{
		width: 800px;
		position: absolute;
		top:0;
		left:0;
		right: 0;
		bottom: 0;
		margin:auto;
	}
}
@media screen and (max-width:767px){
	.container{
		width:94%;
		padding:0 3%;
	}
	.top{
		height:50px;
	}
	.top-1{
		display:none;
	}
	.slogo{
		display:none;
	}
	.navbar{
		display:block;
	}
	.sab-h2 {
	    font-size: 27px;
	    height: 4rem;
	    line-height: 5rem;
	}
	.sab-p2{
		line-height: 2rem;
		margin-bottom: 1rem;
	}
	.sab-vo{
		float:none;
		width: 100%;
		height: auto;
	}
	.sab-con{
		float: none;
		width: 100%;
	}
	.spro-sw{
		display:none;
	}
	.spro-sw-mb{
		display: block;
		padding-bottom: 3rem;
	}
	.snews{
		padding-bottom: 2rem;
	}
	.snews-con{
		display:none;
	}
	.sbews-mob{
		display: block;
		width: 100%;
	}
	.snmb-dl{
		width: 100%;
		padding:1rem 0;
	}
	.snmb-dt{
		width: 25%;
		float:left;
	}
	.snmb-dt img{
		width: 100%;
	}
	.snmb-dd{
		width: 70%;
		float:left;
		padding:0 2.5%;
	}
	.snmb-dd h2{
		font-size: 18px;
		color:#333;
	}
	.snmb-dd p{
		color:#666;
		font-size: 14px;
	}
	.sec_title{
		font-size: 27px;
		margin:2rem 0;
	}
	.sec_brief{
		font-size: 14px;
	}
	.method_list{
		margin:30px auto 50px;
	}
	.intro{
		float:none;
	}
	.intro .brief{
		margin: 6px 0 18px;
	}
	.message{
		float: none;
		margin:0;
		text-align: left;
	}
	.message .field{
		width: 45%;
	}
	.sfooter{
		padding:10px 0;
	}
	.sfo-ul{
		width: 100%;
		float: none;
	}
	.sfo-li1{
		line-height: 40px;
	}
	.sfo-li2,.sfo-li3{
		font-size: 14px;
		line-height: 30px;
	}
	.sfooter2 p{
		line-height: 30px;
	}
	.pro-li{
		width: 50%;
	}
	.fenlei-2{
		line-height: 3rem;
	}
	.fenlei-2 a{
		padding:0 10px;
		line-height: 3rem;
	}
	.news-dt{
		width: 100%;
	}
	.news-dd{
		width: 100%;
		margin:0;
	}

	/*弹出层*/
	.tanchu > img{
		width: 90%;
		position: absolute;
		top:0;
		left:0;
		right: 0;
		bottom: 0;
		margin:auto;
	}
	.next{
		right: 0;
		z-index: 100;
	}
	.prev{
		left: 0;
		z-index: 100;
	}

	/*//第二个弹出层*/
	.tanchu2 > img{
		width: 90%;
		position: absolute;
		top:0;
		left:0;
		right: 0;
		bottom: 0;
		margin:auto;
	}
	.next2{
		right: 0;
		z-index: 100;
	}
	.prev2{
		left: 0;
		z-index: 100;
	}

	/*//第三个弹出层*/
	.tanchu3 > img{
		width: 90%;
		position: absolute;
		top:0;
		left:0;
		right: 0;
		bottom: 0;
		margin:auto;
	}
	.next3{
		right: 0;
		z-index: 100;
	}
	.prev3{
		left: 0;
		z-index: 100;
	}
}
/*.pageshow{margin-top: 30px;}*/
.page{ margin-top:20px; margin-bottom:20px; text-align:center;font-size:13px;}
.page a{border: 1px solid #ccc;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;cursor: pointer;background: #fff;text-decoration:none;color:#999;}
.page a:hover{border:1px solid #FF6600; background-color:#FF6600; color:#fff;}
.page span{border: 1px solid #FF6600;display: inline;padding: 3px 10px 3px 10px;margin-right: 5px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;background: #FFEEE5;color: #FF6600;}













































































































































