body,p,h1,h2,h3,h4,h5,h6,img,ul,li,dl,dd,dt,input,button,textarea{margin:0; padding:0;  }
body{
	font-size:16px; color:#333; font-family:"MicrosoftYaHei", "Arial"; background: #FFF;
}
img { border:0 none;width: 100%;display: block;}  
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;
}
a {color:#333;text-decoration:none; outline: medium none; cursor: pointer;}
a:hover { text-decoration:none; outline: medium none;}
.clearfix:after{
	content:"";        
	display:block;        
	height:0;        
	clear:both;        
	visibility:hidden;   
}
.clearfix{zoom:1;}
.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;
}
p{
	line-height: 1.7em;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.content{
	width: 1400px;
	margin: 0 auto;
}
.clear{
	clear: both;
}
.aniimg{
	overflow: hidden;
}
.aniimg img{
	display: block;
	transition: all .6s;
	vertical-align: middle;
	transform: scale(1);
}
.aniimgbox:hover .aniimg img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.content img{
	width: 100%;
}
.padd{
	padding: 70px 0;
}
.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*/
.footbot {
	display: none;
}
.menubtn{
	display: none;
}
header{
	position: relative;
}
header:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 70px;
	background: #bd1d21;
	width: calc((100% - 1400px)/2);
}
.logo{
	width: 21.3%;
	display: block;
}
.head-chat{
	width: 71.1%;
	height: 70px;
	background: #bd1d21;
	position: relative;
}
.head-chat:before{
	content:'';
	display: block;
	position: absolute;
	left: -33px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 70px 33px;
	border-color: transparent transparent #bd1d21 transparent;
}
.chatbtn{
	position: absolute;
	left: -65px;
	top: 7px;
	width: 182px;
	height: 54px;
	background: #FFFFFF;
	border-radius: 27px;
	line-height: 54px;
	color: #bd1d21;
	font-weight: bold;
	text-align: center;
}
.chatbtn span{
	position: relative;
	padding-left: 41px;
}
.chatbtn span:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
	width: 32px;
	height: 26px;
	background: url(/static/index/images/icon.png) no-repeat 0 -26px;
}
.chatbtn:hover{
	font-size: 17px;
}
.head-phone{
	margin-right: 19.8%;
	padding: 5px 0;
}
.head-phonelist{
	position: relative;
	padding-left: 60px;
	padding-right: 50px;
	border-right:1px solid rgba(255,255,255,0.5);
}
.head-phonelist i{
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	border: 1px dashed #FFFFFF;
	border-radius: 50%;
}
.head-phonelist i:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -13px;
	display: block;
	width: 32px;
	height: 26px;
	background: url(/static/index/images/icon.png) no-repeat 0 0;
}
.head-phonelist-vx{
	border:0;
	padding-left:60px;
	margin-left: 50px;
}
.head-phonelist-vx i:before{
	background-position: -32px 0;
}
.head-phonelist span{
	display: block;
	font-size: 14px;
	color: #FFF;
}
.head-phonelist a{
	display: block;
	margin-top: 7px;
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
}
.head-phonelist a:hover{
	opacity: 0.95;
}
.head-phonelist p{
	margin-top: 10px;
	font-size: 22px;
	color: #FFF;
}
.head-wx{
	position: absolute;
	top: 7px;
	right: 0;
	width: 12.8%;

}
.head-wx p{
	font-size: 16px;
	text-align: center;
}
.head-nav{
	padding: 15px 0;
}
.head-search{
	width: 21.5%;
}
.head-hot a{
	font-size: 15px;
	color: #808080;
	margin-right: 10px;
}
.head-hot a:hover{
	color: #BD1D21;
}
.search{
	position: relative;
	margin-top: 10px;
	width: 100%;
	height: 42px;
	background: #EEF2F8;
	border: 1px solid #E0E3E7;
	border-radius: 4px;
	padding-right: 47px;
	box-sizing: border-box;
}
.search input{
	display: block;
	width: 100%;
	border: 0;
	line-height: 40px;
	padding-left: 10px;
	box-sizing: border-box;
	background: none;
}
.search button{
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
	right: 15px;
	width: 32px;
	height: 26px;
	border: 0;
	background: none;
	background: url(/static/index/images/icon.png) no-repeat -32px -26px;
	cursor: pointer;
}
.nav{
	margin-right: 11%;
}
.nav li{
	position: relative;
	float: left;
	padding: 0 20px;
}
.nav li:after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	width: 1px;
	height: 16px;
	background: #333;
}
.nav li:last-child:after{
	display: none;
}
.nav li a{
	display: block;
}
.nav li.navact a,.nav li:hover a{
	font-size: 18px;
	font-weight: bold;
	color: #bd1d21;
}

.titbox{
	text-align: center;
	margin-bottom: 50px;
}
.titbox h1,.titbox h2{
	position: relative;
	display: inline-block;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	padding: 8px 25px;
}
.titbox h1:before,.titbox h2:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
	height: 26px;
	background: url(/static/index/images/icon.png) no-repeat -64px 0;
}
.titbox h1:after,.titbox h2:after{
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 12px;
	height: 26px;
	background: url(/static/index/images/icon.png) no-repeat -76px 0;
}
.titfff h2{
	color: #FFF;
}
/*route*/
.route{
	padding: 20px 0;
	position: relative;
	box-sizing: border-box;
	z-index: 2;
	padding-left: 30px;
}
.route a{
	font-size: 15px;
	color: #666;
}
.route a:first-child:before{
	content:'';
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: 16px 16px;
	background:url(/static/index/images/routeicon.png) no-repeat 0px 0px;
	margin-right: 10px; 
	float: left;
}
.route i{
	display: inline-block;
	width: 6px;
	height: 10px;
	background-size: 6px 10px;
	background: url(/static/index/images/routeright.png) no-repeat;
	margin: 0 5px;
}
.route a:hover{
	color: #bd1d21;
}
.route a:first-child:hover:before{
	background-position:-16px 0px;
}
.route a:last-child:hover{
	color: #666;
}
/*route end*/
/*footer*/
footer{
	background: #2D2C2C;
}
.footer-top{
	padding: 50px;
}
.footer-nav{
	width: 38.7%;
	border-right: 1px solid rgba(255,255,255,0.34);
	box-sizing: border-box;
}
.footer-nav dl{
	float: left;
	color: #FFF;
	width: 33%;
}
.footer-nav dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.footer-nav dd a{
	display: block;
	font-size: 16px;
	line-height: 40px;
	color: #E6E6E6;
}
.footer-nav dd a:hover{
	opacity: 0.9;
}
.footer-chat{
	width: 55.5%;
	background: rgba(255,255,255,.12);
	box-sizing: border-box;
	padding: 28px 70px;
}
.footer-chattxt h3{
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 20px;
}
.footer-chattxt p{
	font-size: 18px;
	line-height: 44px;
	color: #FFF;
}
.footer-chattxt a{
	font-size: 18px;
	color: #FFF;
}
.footer-chattxt a:hover{
	opacity: 0.9;
}
.footer-chattxt a b{
	font-size: 24px;
}
.foot-code{
	width: 21.5%;
}
.foot-code p{
	margin-top: 10px;
	text-align: center;
	color: #FFF;
}
.foot{
	border-top:1px solid rgba(255,255,255,0.34);
	position: relative;
}
.foot p{
	text-align: center;
	color: #FFF;
	padding: 30px 0;
}
.foot p a{
	color: #FFF;

}
.foot p a:hover{
	opacity: 0.85;
}
.foot p img{
	display: inline-block;
	width: auto;
	margin:0 10px;
	vertical-align: middle;
}
.mapmain{
	position: absolute;
	right: 0;
	top: 30px;
}
.mapmain a{
	color: #FFF;
}
.mapmain span{
	color: #FFF;
	padding: 0 10px;
}
.mapmain a:hover{
	opacity: 0.8;
}
/*right*/
.rightmain{
	position: fixed;
	right: 6px;
	bottom: 0;
	width: 150px;
	z-index: 5;
}
.righttop>img{
	width: 55%;
	margin: 0 auto;
}
.righttop{
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
.righttop a{
	color: #FFF;
	font-size: 15px;
}
.rightbg{
	background: #D71F2B;
	border-radius: 0px 0px 8px 8px;
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0;
	top: 79px;
	z-index: -1;
}
.rightmain:before{
	content: "";
	display: block;
	background: #93131B;
	height: 95px;
	border-radius: 50%;
	position: absolute;
	top: 35px;
	z-index: -1;
	left: 16px;
	right: 16px;
}
.totop{
	opacity: 0.7;
}
.totop img{
	width: auto;
	margin: 0 auto 14px;
	cursor: pointer;
}
.rightcen a{
	height: 38px;
	background: #D71F2B;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
	border-radius: 19px;
	display: block;
	color: #FFF;
	text-align: center;
	line-height: 38px;
	margin: 8px 0 16px;
}
.rightcen a img{
	width: auto;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.rightcen a:hover{
	background: #e21b28;
}
.rightcen p{
	display: inline-block;
}
.rightcen p.rightcentxt{
	display: none;
}
.rightcenemail{
	position: absolute;
	right: 0;
	width: 100%;
	bottom: 0;
}
.rightcen{
	position: relative;
    padding-bottom: 54px;
}
.rightcenemail:hover{
	width: 265px;
}
.rightcenemail:hover p{
	display: none;
}
.rightcenemail:hover p.rightcentxt{
	display: inline-block;
}
/*end--right*/
/*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: 0 10px;
}
.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: 10px;
    top: 5px;
}
.model-liuyan li input,.model-liuyan li select{
    border: 0 none;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    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%;
}
.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 (max-width: 1600px){
	.content{
		width: 1200px;
	}
	header:after{
		width: calc((100% - 1200px)/2);
	}
	.padd{
		padding: 50px 0;
	}
	.head-search{
		width: 20.5%;
	}
	.nav li{
		padding: 0 15px;
	}
	.nav{
		margin-right: 10%;
	}
	.head-phonelist a{
		font-size: 24px;
	}
	.head-phonelist{
		padding-right: 35px;
	}
	.head-phonelist-vx{
		margin-left: 35px;
	}
	.titbox h2{
		font-size: 34px;
	}
	.hot-case ul li{
		font-size: 22px;
		height: 50px;
		line-height: 50px;
	}
	.footer-chat{
		padding: 28px 45px;
	}
	.footer-chattxt p{
		font-size: 16px;
		line-height: 40px;
	}
}
@media (max-width: 1300px){
	.content{
		width: 90%;
	}
	.padd{
		padding: 50px 0;
	}
	.nav li{
		padding: 0 12px;
	}
}