body,p,h1,h2,h3,h4,h5,h6,img,ul,li,dl,dd,dt,input,button,textarea{margin:0; padding:0;  }
body,textarea{
	font-size:16px; color:#1a1a1a;  font-family: "Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei","sans-serif";
}
body,html{
	width: 100%;
	overflow-x: hidden;
	/*background: #fdfdfd;*/
}
img { border:0 none;display: block; width: 100%;}  
ol, ul ,dl,li,dt,dd{ list-style:none; }
h1, h2, h3, h4, h5, h6{font-weight:normal;}
em {font-style:normal; }
input, button, select, textarea { outline:none; } 
textarea {
    resize: none;
    overflow: auto;
}
p{
	line-height: 1.5em;
}
a {color:#1a1a1a;text-decoration:none; outline: medium none; cursor: pointer;}
a:hover { text-decoration:none; outline: medium none;}
input, button {cursor:pointer;outline:0px; -webkit-appearance:none; } 

.clearfix{zoom:1;}
.clearfix:after{
  content:"";        
  display:block;        
  height:0;        
  clear:both;        
  visibility:hidden;   
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.padd{
	padding: 70px 0;
}
.bpad{
	padding-bottom: 70px;
}
.content{
	width: 1320px;
	margin: 0 auto;
}
.bghui{
	background: #F7F7F7;
}
.wap-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
	box-pack: space-between;
	align-items: center;
	-webkit-align-items: center;
	box-align: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.clear{
	clear: both;
}
.aniimg{
	overflow: hidden;
}
.aniimg img{
	display: block;
	transition: all 0.6s;
	vertical-align: middle;
	transform: scale(1);
}
.aniimgbox:hover .aniimg img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.swiper-button-next,.swiper-button-prev{
	outline: none;
}
.menubtn,.searchbtn,.m-footfixed{
	display: none;
}
.mtop{
	margin-top: 60px;
}
#LRfloater1 p{
  font-size: 14px;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  line-height: 1.5em;
}
#LRfloater1 img{
  width: auto;
}
/*header*/
header{
	background: #333;
	padding-top: 20px;
	
}
.chat{
	padding: 25px 0;
}
.chat a{
	font-size: 20px;
	color: #FFF;
	position: relative;
	padding-left: 50px;
}
.chat a:before{
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -17px;
	position: absolute;
	background: url(../images/email.png) no-repeat center center;
}
.chat .headphone{
	font-size: 25px;
	font-weight: bold;
	margin-left: 35px;
	color: #FFF;
}
.chat .headphone:before{
	background: url(../images/phone.png) no-repeat center center;

}
.chat a:hover{
	opacity: 0.9;
}
.search{
	width: 24%;
	height: 35px;
	background: #FFFFFF;
	position: relative;
	margin-right: 14%;
}
.search input{
	border:0 none;
	background: none;
	height: 35px;
	line-height: 35px;
}
.search input[type=text]{
	width: 100%;
	padding-left: 10px;
	color: #999;
	padding-right: 40px;
}
.search input[type=submit]{
	height: 35px;
	line-height: 35px;
	width: 35px;
	display: block;
	position: absolute;
	background:url(../images/search.png) no-repeat left center;
	right: 0;
	top: 0;

}
.navbox{
	position: relative;
	box-sizing: border-box;
	z-index: 6;
}
.nav{
	width: 57%;
	margin-right: 14%;
}
.logo{
	display: block;
	padding: 25px 0;
	width: 23.4%;
}
.code{
	position: absolute;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
	width:9.2%;
	right: 0;
	bottom: 26px; 
}
.nav>li{
	padding: 25px 0;

}
.nav>li a:hover,.nav>li.navact>a,.nav>li.navact .navact a{
	color: #F32A36;
	font-weight: bold;
}
li.nav-second{
	position: relative;
}
li.nav-second:after{
	content: '';
	display: block;
	position: absolute;
	background: url(../images/sec.png) no-repeat;
	width: 12px;
	height: 6px;
	right: -18px;
	top: 50%;
	margin-top: -3px;
}
li.nav-second:hover:after,.nav>li.navact:after{
	background: url(../images/secact.png) no-repeat;

}
.nav-second ul{
	position: absolute;
    background: #FFF;
    padding: 20px 20px;
    left: 50%;
    top: 65px;
    word-break: keep-all;
    white-space: nowrap;
    display: none;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
    transform: translateX(-50%);
}
.nav-second ul li{	
	line-height: 48px;
    position: relative;
    padding: 0 15px;
}
.nav>li.nav-second:hover>a{
	color: #F32A36;
}
.nav>li.nav-second:hover ul{
	display: block;
}
/*end-header*/
.titbox{
	padding-bottom: 26px;
	margin-bottom: 30px;
	text-align: center;
}
.tittxt{
	display: inline-block;
	position: relative;
}
.tittxt h2{
	font-size: 40px;
	font-weight: bold;
	display: inline-block;
}
.tittxt span{
	font-size: 24px;
	color: #F32A36;
	display: inline-block;
	margin-left: 10px;
	text-transform: uppercase;
}
.tittxt:before{
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	background:#404348;
	left: 0;
	width: calc(50% - 14px);
	bottom: -10px;
}
.tittxt:after{
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	background:#404348;
	right: 0;
	width: calc(50% - 14px);
	bottom: -10px;
}
.tittxt i{
	display: block;
	width: 20px;
	height: 20px;
	border-top: 1px solid #404348;
	border-right: 1px solid #404348;
	transform: rotate(135deg);
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
.titfff h2,.titfff span{
	color: #FFF;
}
.titfff .tittxt:before,.titfff .tittxt:after{
	background: #FFF;
}
.titfff .tittxt i{
	border-color: #FFF;
}
.titbox>p{
	margin-top: 50px;
	color: #666;
}
/*route*/
.route{
	padding: 20px 0;
	position: relative;
	box-sizing: border-box;
	z-index: 2;
}
.route a{
	font-size: 15px;
	color: #fff;
}
.route a:first-child:before{
	content:'';
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: 16px 16px;
	background:url(../images/routeicon.png) no-repeat 0px 0px;
	margin-right: 10px; 
	float: left;
	margin-top: 2px;
}
.route i{
	display: inline-block;
	width: 6px;
	height: 11px;
	background-size: 6px 11px;
	background: url(../images/routeright.png) no-repeat;
	margin: 0 5px;
}
.route a:hover{
	color: #F32A36;
}
.route a:first-child:hover:before{
	background-position:-17px 0px;
}
.route a:last-child:hover{
	color: #fff;
}
/*route end*/
/*footer*/
footer>p{
	color: #FFF;
	text-align: center;
	background: #000000;
	padding: 20px 0;

}
footer>p a{
	display: inline-block;
	color: #FFF;
}
footer{
	background: #333333;
}

.footleft{
	width: 35.6%;
	border-right: 1px dashed #FFFFFF;
}
.footleft ul li{
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}
.footleft ul li a{
	font-size: 18px;
	color: #FFF;
}
.footleft ul li:hover a{
	opacity: 0.8;
}
.chatbtn{
	overflow: hidden;
	margin-top: 10px;
	z-index: 1;
	position: relative;
	padding-bottom: 5px;
}
.chatbtn a{
	width: 31%;
	float: left;
	margin-right: 9%;
	height: 38px;
	background: #F32A36;
	display: block;
	line-height: 38px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	position: relative;
}
.chatbtn a:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: -1;
}
.chatbtn a:hover{
	font-weight: bold;
}

.footright{
	width: 56.3%;
}
.footchat{
	width: 80%;
}
.footchat p{
	font-size: 18px;
	color: #FFF;
	margin: 25px 0;
}
.footchat p img{
	display: inline-block;
	width: 24px;
	margin-right: 18px;
	float: left;
}
.footchat p a{
	display: inline-block;
	color: #FFF;
}
.footchat p a:hover{
	opacity: 0.9;
}
.footcode{
	width: 15.3%;
}
.footcode p{
	font-size: 16px;
	text-align: center;
	margin-top: 12px;
	color: #FFF;
}
.right_whatsapp{
	position: fixed;
	left: 24px;
	bottom: 15%;
	z-index: 5;
}
.rightbox{
	position: fixed;
	right: 12px;
	width: 132px;
	bottom: 0px;
	border-radius: 6px;
	overflow: hidden;
	background: #F0F3FA;
	padding: 20px 7px;
	box-sizing: border-box;
	z-index: 6;
}
.rightbox:before{
	content: '';
	display: block;
	height: 114px;
	background: #F32A36;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: -1;
}
.rightbox:after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 110px 132px 0 0;
	border-color: #F32A36 transparent transparent transparent;
	position: absolute;
	top: 114px;
	left: 0;
	z-index: -1;

}
.rightpic{
	margin-top: 17px;
	border-radius: 0px 0px 0px 40px;
	border: 1px solid #FFF;
	overflow: hidden;
}
.rightnav{
	background: #FFFFFF;
	padding: 0 10px;
	border-radius: 0px 0px 20px 0px;
	padding-top: 40px;
	margin-top: -40px;
	margin-left: 6px;
	margin-right: 6px;
}
.rightnav li{
	border-bottom: 1px dashed #F32A36;
	padding: 10px 0;
}
.rightnav li img{
	width: 32px;
	margin: 0 auto;
}
.rightnav li p{
	font-size: 16px;
	text-align: center;
}
.rightnav li:last-child{
	border: 0 none;
}
.rightnav li:hover p{
	color: #F32A36;
	font-weight: bold;
}
.totop{
	display: block;
	width: 35px;
	margin: 0 auto;
	margin-top: 15px;
	cursor: pointer;
	height: 28px;
	background: url(../images/top.png) no-repeat;
	opacity: 0.7;
}
.foot-main{
	padding-bottom: 0;
}

/*fenye*/
/*div.zxf_pagediv{*/
	/*margin-top:60px;*/
	/*text-align: right;*/
/*}*/
/*div.zxf_pagediv a{*/
	/*font-size: 15px;*/
	/*color: #666666;*/
	/*padding: 3px 10px;*/
	/*border: 1px solid #ccc;*/
	/*border-radius: 4px;*/
/*;*/
/*}*/
/*.zxf_pagediv a:hover{*/
	/*color: #fff;*/
	/*background: #bd1c21;*/
/*}*/
/*div.zxf_pagediv span,div.zxf_pagediv a{*/
	/*box-sizing: border-box;*/
/*}*/
/*.current{*/
	/*font-size: 16px;*/
	/*color: #fff!important;*/
	/*background: #bd1c21;*/
	/*padding: 3px 10px;*/
	/*display: inline-block;*/
	/*border: 1px solid #ccc;*/
	/*border-radius: 4px;*/
/*}*/
/*.zxf_pagediv span{*/
	/*margin: 0 10px;*/
/*}*/
/*.zxf_pagediv span, .xin-new-fenye i{*/
	/*font-size: 15px;*/
	/*color: #666666;*/
/*}*/
/*.zxf_pagediv i{*/
	/*font-style: normal;*/
/*}*/
/*.zxfPagenum{*/
	/*color: #666;*/
	/*background: #fff;*/
	/*width: 40px;*/
	/*height: 40px;*/
	/*line-height: 40px;*/
	/*margin: 0 5px;*/
	/*border-radius: 3px;*/
/*}*/
/*.nextpage{*/

	/*margin: 0 5px;*/
/*}*/
/*.nextbtn,.prebtn,span.disabled{*/
	/*font-size: 15px;*/
	/*color: #666666;*/
	/*padding: 3px 10px;*/
	/*display: inline-block;*/
	/*border: 1px solid #ccc;*/
	/*border-radius: 4px;*/
/*}*/
/*.prebtn {*/
    /*margin-right: 10px;*/
/*}*/
/*.zxfinput{*/
	/*width: 30px;*/
	/*height: 29px;*/
	/*border: 1px solid #ccc;*/
	/*border-radius: 4px;*/
	/*margin: 0 3px;*/
	/*text-align: center;*/
/*}*/
/*.zxfokbtn{*/
	/*background: #bd1c21;*/
	/*color: #fff!important;*/
	/*margin-left: 20px;*/
	/*font-size: 16px;*/
	/*padding: 3px 10px;*/
	/*display: inline-block;*/
	/*border: 1px solid #ccc;*/
	/*border-radius: 4px;*/
	/*cursor:pointer;*/
/*}*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}


/*fenye end*/
/*liuyan*/
.epc-box5-right .liuyan{
	background: #FFF;
}
.liuyan{
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 40px;
    border-radius: 6px;
    margin-bottom:80px;
    margin-top:70px;
}

.liuyan input,.liuyan select {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 40px;
    color: #4D4D4D;
    padding-left: 20px;
    border:1px solid #ccc; 
    border-radius: 4px;
}
.liuyan select {
    color: #4d4d4d;
}
.liuyan input::placeholder{
    color: #4D4D4D;
}

.liuyan option {
    width: 100%;
    height: 30px;
}

.liuyan textarea {
    width: 100%;
    border:1px solid #ccc; 
    border-radius: 4px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 24px;
    box-sizing: border-box;
    color: #4D4D4D;
}

div.liuyan>h4 {
    font-size: 30px;
    color: #BD1D21;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
}
.liuyan>p{
    text-align: center;
    color: #666;
    margin-bottom: 40px;
}
.liuyan .modal-body>p{
    font-size: 15px;
    text-align: center;
    color: #808080;
    margin-bottom: 40px;
}
.liuyan ul li{
    width: 49%;
    position: relative;
}
.liuyan ul li.liuyandetail,.liuyan ul li.zxlytextarea,.liuyan ul li.zxlybtn{
    width: 100%;
}
.liuyan ul li.zxlysel{
    margin-top:0;
}
.liuyan ul li label{
    margin-bottom: 10px;
    display: block;
}
.liuyan ul li label font{
    font-size: 16px;
    font-weight: bold;
}
.liuyan ul li label span{
    color: #bd1c21;
    font-size: 15px;
}
.liuyan input::placeholder{
    font-size: 0;
}
.liuyan ul li.liuyandetail,.liuyan ul li.zxlytextarea p{
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 15px;
    color: #333;
}
.liuyan .zxlybtn input[type="submit"]{
    color: #fff;
    background-color: #BD1D21;
    border-radius: 4px;
    border: 0 none;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    margin-top: 30px;
    width: auto;
    padding: 0 15px;
    margin-right: 15px;
    display: inline-block;
}
.liuyan .zxlybtn input[type="reset"]{
    color: #fff;
    background-color: #C2C2C2;
    border-radius: 4px;
    border: 0 none;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    margin-top: 13px;
    width: auto;
    padding: 0 15px;
    margin-right: 15px;
    display: inline-block;
}
.liuyan .zxlybtn input:hover{
    font-weight: bold;
}
.model-liuyan .liuyan{
	box-shadow: none;
	margin: 0;
	padding: 0;
}
.model-liuyan .liuyan>h4,.model-liuyan .liuyan>p{
	display: none;
}
.model-liuyan .liuyan ul li label{
	margin: 0;
}
.model-liuyan .liuyan ul li label font{
	display: none;
}
.model-liuyan ul{
    padding:45px 30px;
    padding-right: 18px;
}
.model-liuyan li{
    width: 100%;
    margin-bottom: 10px;
    background-color: #FFF;
    position: relative;
    height: 30px;
    border-radius: 4px;
    border:1px solid #dde5eb;
}
.model-liuyan li label font,.model-liuyan li.liuyandetail{
    display: none;
}
.model-liuyan .liuyan ul li{
	width: 100%;
}
.model-liuyan .liuyan input::placeholder{
    font-size: 15px;
    color: #4D4D4D;
}
.model-liuyan li span{
    color: #BD1D21;
    font-size: 15px;
    position: absolute;
    left: -12px;
    top: -8px;
}
.model-liuyan li input,.model-liuyan li select{
    border: 0 none;
    line-height: 30px;
    height: 30px;
    padding-left: 15px;
    width: 100%;
    box-sizing: border-box;
    color: #4D4D4D;
    display: block;
    background-color: transparent;  
}
.model-liuyan li input::placeholder,.model-liuyan li select::placeholder{
    color: #4D4D4D;
}
.zxlysel{
    margin-top: 35px;
}
.model-liuyan li.zxlytextarea,.model-liuyan li.zxlybtn{
    border:0 none;
    height: auto;
    background-color: transparent;
}
.model-liuyan li.zxlytextarea p{
    color: #1A1A1A;
    font-size: 15px;
    margin: 15px 5px 0;
}
.model-liuyan li.zxlytextarea textarea{
    border: 0 none;
    line-height: 30px;
    border-radius: 4px;
    border:1px solid #dde5eb;
    background-color: #FFF;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    color: #4D4D4D;
    margin-top: 15px;
    display: block;
}
.model-liuyan .liuyan li.zxlybtn input{
    width: 100%;
    margin-right: 0;
}
.model-liuyan .liuyan li.zxlybtn input:hover{
    opacity: 0.9;
}
.model-liuyan .liuyan li.zxlybtn input[type="reset"]{
    margin-top: 13px;
    background: #C2C2C2;
}
.model-liuyan .liuyan .zxlybtn input[type="submit"]{
	margin-bottom: 0;
}
/*liuyan end*/
@media (min-width: 1000px){
	
}
@media (max-width: 1660px){
	.padd{
		padding: 55px 0;
	}
	
	.bpad{
		padding-bottom: 50px;
	}
	.rightnav li p{
		font-size: 14px;
	}
	.rightbox{
		width: 110px;
	}
	.rightnav li img{
		width: 26px;
	}
	
}
@media (max-width: 1500px){
	.padd{
		padding: 50px 0;
	}
	.content{
		width: 1200px;
	}
	.tittxt h2{
		font-size: 34px;
	}
	.tittxt span{
		font-size: 22px;
	}
	.chat{
		padding: 15px 0;
	}
	.footcode{
		width: 18%;
	}
	.footchat p,.footleft ul li a{
		font-size: 16px;
	}
	
}
@media (max-width: 1400px){
	.content{
		width: 85%;
	}
}