/* CSS reset */
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}*/
*{margin: 0;padding: 0;font-family: Source Han Sans CN;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before, q:after{content:'';}
input,button{border: none;font-family: 'simhei';}
button{background-color: transparent;cursor: pointer;}
input:focus{ 
	box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px; 
     }
input,button:focus{outline: none;}

input,
textarea,select {
    border: 0; 
    -webkit-appearance: none;
   border-radius: 0;
}


/* 定位  浮动*/
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left:auto;margin-right:auto;}
.fl{float:left;display:block;}  /* 可修复IE6中双倍边距bug */
.fr{float:right;display:block;}
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
.pr{position:relative;}
.pa{position:absolute;}
.zoom{zoom:1;}
.none{display:none;}
.imgBox img{display: block;width: 100%;height: 100%;}
/*
@功能：全局css定义
*/
body{font-size: 0.16rem;color: #333333;font-family: "microsoft yahei";}
a{color:inherit;text-decoration:none;}
.w750{width: 7.5rem;margin: 0 auto;overflow: hidden;position: relative;box-sizing: border-box;padding-top: 1.2rem;}
.w700{width: 6.95rem;margin: 0 auto;}
.row::after {content: "";display: block;height: 0px;clear: both;}
.container {width: 7.02rem;margin: 0 auto;}
.container::after {content: "";height: 0px;display: block;clear: both;}

/*去除input的默认样式  number的箭头*/
/*在chrome下：*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}
input::-webkit-input-placeholder {
	color: #999;
	font-size: .2rem;
}

input:-moz-placeholder {
	color: #999;
	font-size: .2rem;
}

input::-moz-placeholder{
	color: #999;
	font-size: .2rem;
}

input:-ms-input-placeholder {
	color: #999;
	font-size: .2rem;
}

/*Firefox下：*/
.textof1{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.textof2{display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.textof3{display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.textof4{display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}
.textof5{display: -webkit-box !important; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;}
input[type="number"]{-moz-appearance:textfield;}
.mb-40{margin-bottom: .4rem;}
/*头部*/
.header{width: 7.5rem;height: 1.2rem;background-color: #9e2924;position: fixed;top: 0;z-index: 99;}
.header .logo{display: block; width: 3.13rem;height: 0.62rem;float: left;margin-top: 0.28rem;margin-left: 0.3rem;}
.header .logo_xx{width: 2.3rem;float: left;margin-top: 0rem;margin-left: 0.1rem;}
.header .logo_xx b{display: block;font-size: .16rem;color: white;}
.header .navBox{width: 0.49rem;height: 0.41rem;float: right;margin-right: 0.3rem;margin-top: -0.1rem;}
.header .navBox span{display: block;width: 0.49rem;height: 0.05rem;background-color: white;border-radius: 0.025rem;margin-top: 0.13rem;position: relative;}
.header .navBox span:first-child{margin-top: 0;}
.header .navBox span.center{background-color: transparent;}
.header .navBox span.center::before{content: "";width: 35px;height: 0.05rem;border-radius: 0.025rem;background-color: white;position: absolute;left: 0;}
.header .navBox span.center::after{content: "";width: 9px;height: 0.05rem;border-radius: 0.025rem;background-color: white;position: absolute;right: 0;}

.header .navBox .nav{width: 3.6rem;overflow: scroll; background-color: #fff;position: absolute;top: 1.2rem;right: .3rem;z-index: 10;display: none;box-shadow: 0 .05rem .1rem 0 rgba(0, 0, 0, 0.1);}
.header .navBox .nav ul{padding: 0.2rem 0;z-index: 10;}
.header .navBox .nav li{line-height: 0.77rem;width: 100%;margin: 0 auto;font-size: 0.3rem;color: white;text-align: center;z-index: 1;transition: all 0.4s;}
.header .navBox .nav li a{font-size: 0.3rem;color: #333333;text-align: center;z-index: 10;display: block;width: 100%;}
.header .navBox .nav li dl{transition: background-color .4s;}
.header .navBox .nav li.on dl{background-color: rgba(158,41,36,.95);}
.header .navBox .nav li.on>a{color: white;background-color: #9E2924;}
.header .navBox .nav dl{display: none; width: 100%;margin: 0 auto;text-align: center;position: relative;}
.header .navBox .nav dl dd a{font-size: 0.26rem;color: white;}

.footer{width: 100%;height: 3rem;background: url(../img/footer_bg.jpg) center no-repeat;background-size: 100% 100%;border-top: solid .07rem #f1c5c5;}
.footerCont{padding: 0 .3rem;box-sizing: border-box;}
.footerCont .footerLogo{display: inline-block;height: .65rem;margin-top: .48rem;}
.footerCont .footerLogo img{display: block;height: 100%;max-width: 100%;}
.footer-fl{width: 4.9rem;float: left;}
.footer-fl p:first-of-type{margin-top: .25rem;}
.footer-fl p{font-size: .18rem;color: white;margin-top: .2rem;line-height: 1;}
.footer-fr{float: right;width: 1.92rem;}
.footer-fr dl{padding-top: .5rem;}
.footer-fr dd{width: .66rem;float: left;margin-bottom: .27rem;position: relative;}
.footer-fr dd:nth-child(even){float: right;}
.footer-fr dd i{display: block;width: .66rem;height: .66rem;background-size: 100% 100%;text-align: center;}
.footer-fr dd span{display: block;text-align: center;font-size: .16rem;line-height: 1;color: white;margin-top: .1rem;}
.footer-fr dd .ewm_img{display: none; width: .98rem;height: .98rem;background-color: white;border-radius: .05rem;position: absolute;top: -1.15rem;left: 50%;transform: translateX(-50%);}
.footer-fr dd .ewm_img img{display: block;width: .92rem;height: .92rem;margin: .03rem;}
.footer-fr dd .ewm_img::after{content: "";width: 0;height: 0;border-top: solid .12rem white;border-left: solid .08rem transparent;border-right: solid .08rem transparent;position: absolute;bottom: -.12rem;left: 50%;margin-left: -.08rem;}
.footer-fr dd .ewm_img.on{display: block;}


.fangwen{
	float: left;
	font-size: 0.18rem;
	color: #fff;
	z-index: 999;
	width: 2.5rem;
	margin-left: 0.10rem;
	margin-top: 0.25rem;
	/* display: flex; */
}
.fangwen p{
	width: 0.75rem;
	display: inline-block;
}
.languages{
	/* width: 0.4rem; */
	width: 0.65rem;
	font-size: 0.18rem;
	color: #fff;
	z-index: 999;
	margin-left: 0.3rem;
}
.languages p{
	width: 0.65rem !important;
}
.languages p::before{
	content: "";
    width: 0.18rem;
    height: 0.18rem;
    position: absolute;
    background: url(../img/dp.png) no-repeat;
    background-size: cover;
    margin-left: -0.27rem;
    margin-top: 0.04rem;
}
#fangwen{
	display: none;
	width: 1.8rem;
	font-size: 0.16rem;
	background-color: #fff;
	text-align: center;
	color: #333333;
	padding: 0.05rem 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	box-shadow: 0 0 0.02rem 0 rgba(7, 0, 2, 0.5);
}
#fangwen li{
	padding: 0.06rem 0.1rem;
}