/*2018-8-8*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td{margin:0; padding:0;}
ol, ul{list-style:none;}
img{display: block; border:0;}
body{position: relative;font-family: "微软雅黑";}
/* a, img{border: 0; text-decoration: none;} */
a{cursor: pointer;outline: none;text-decoration: none;}
a:hover{text-decoration:none;}
.cn-en {
    color: #fff;
    font-size: .35rem;
    height: .42rem;
    line-height: .42rem;
    position: absolute;
    top: 1.28rem;
    right: 1.2rem;
    z-index: 999;
}

.cn-en ul {
    display: none;
    position: absolute;
    background: #fff;
    top: .7rem;
    right: -0.5rem;
    width: 1.5rem;
    padding: .2rem;
}

.cn-en ul a {
    display: block;
    color: #000;
    height: .5rem;
    line-height: .5rem;
}
.topBox{
    width: fit-content;
    margin: .2rem auto;
}
.topBox p{
    color: #000;
    font-size: 0.28rem;
    text-align: center;
    /*width: 5rem;*/
    position: relative;
    margin: .3rem auto;
    /*left: 1.5rem;*/
    /*top: .3rem;*/
    /*background: url(../../images/topIcon.jpg) no-repeat 0 .2rem;*/
    /*background-size: .5rem .5rem;*/
}
.topBox img{
    display: inline-block;
    width: .35rem;
    height: .35rem;
    margin-right: .1rem;
}
.topBox span{
    font-size: .33rem;
}
/*.topBox p::before{
    content: "";
    background: url(../../images/topIcon.jpg) no-repeat 0 0;
    width: 0.34rem;
    height: .35rem;
    background-size: 100% 100%;
    position: absolute;
    left: 1.6rem;
    top: .02rem;
}*/

.header{
    width: 100%; 
    height: 6.6rem;
    margin: 0; 
    /*position: absolute; */
    z-index: 1000;
}
.index-cn-en{
    height: 0;
    width: 0;
    display: none;
}
.headBox{position: relative; width: 100%; height: 100%; margin: 0 auto;}
.headBar{ 
    position: absolute;
    width: 100%;
    height: 6.52rem;
    background: url('../images/headerBg.jpg');
    background-size: 100% 100%;
}
.headBgBox{position: static; background: url(../images/headBg.jpg) no-repeat top center; height: 200px;}


.logoBox{
    position: absolute;
    left: .39rem;
    top: .23rem;
}
.logoBox.pl{padding-left: .6rem;}
.logoBox img{
    width: 1.42rem;
    height: .65rem;
    margin-left: .14rem;
}

.langBox{
    position: absolute;
    /*top: .32rem;*/
    right: 1rem;
}
.langBox span {
    display: inline-block;
    width: .8rem;
    line-height: 1.1rem;
    font-size: .34rem;
    color: #fff;
    cursor: pointer;
    padding: 0 .4rem;
    text-align: right;
}
.langBox>img{
    position: absolute;
    top: 0.5rem;
    left: 1.4rem;
    width: .4rem;
    height: .22rem;
}
/*.header-nav-select.nav-selected font {
    transform: rotate(-90deg);
}*/

.langBox ul {
    width: 1.8rem;
    position: absolute;
    top: 1.05rem;
    display: none;
    background-color: #fff;
    padding: 5px 0;
    z-index: 1314520;
}
.langBox li {
    cursor: pointer;
    line-height: .66rem;
    font-size: .28rem;
    color: #000;
    text-align: center;
}

.navBox{
    position: absolute;
    top: .35rem;
    right: .47rem;
}
.navBox img{
    cursor: pointer;
    width: .54rem;
    height: .42rem;
}
/*.navBox img:hover{}*/
.navBox ul{
    position: absolute;
    right: 0;
    top: 0.7rem;
    z-index: 10000;
    padding: 0 .15rem;
    font-size: 1rem;
    display: none;
    background-color: #fff;
}
.navBox ul li a{
    line-height: .5rem;
    color: inherit;
    font-size: .28rem;
    display: block;
    padding: .1rem .4rem;
    clear: both;
    color: #000;
    white-space: nowrap;
}
.navBox ul li a:hover{color: #ffd300; text-decoration: none; background-color: inherit;}


.searchBar{
    position: absolute;
    width: 6rem;
    height: .6rem;
    background-color: #fff;
    border-radius: 10px;
    left: .2rem;
    z-index: 100;
}
.barBox{
	overflow: hidden;
}
.barBox p,.barBox input{
	float: left;
}
.barBox .downTxt{
    font-size: .25rem;
    padding: .166rem .2rem 0 .2rem;
    box-sizing: border-box;
}
.barBox .downBtn{
    width: 0.3rem;
    height: 0.3rem;
    display: block;
    position: absolute;
    top: .16rem;
    left: .9rem;
    cursor: pointer;
    background: url(../../images/d_icon.png) no-repeat top center;
    background-size: 100% 100%;
}
.barBox input{
    margin-left: .5rem;
    font-size: .25rem;
    padding: 0px .2rem;
    margin-top: .16rem;
    width: 3rem;
    color: #aaaaaa;
    border: none;
    border-left: 1px solid #DADADA;
    outline:none;
}
.barBox .searchBtn{
    font-size: .25rem;
    padding: .05rem .2rem;
    box-sizing: border-box;
    background-color: #FBC522;
    margin-left: .6rem;
    margin-top: .13rem;
    border-radius: 7px;
    cursor: pointer;
}
.downBox{
    position: absolute;
    left: 0;
    top: .5rem;
    display: none;
    width: 1.4rem;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: #fff;
}

.downBox li{
    padding: .25rem .1rem 0 .2rem;
    font-size: .25rem;
    cursor: pointer;
}
.downBox li:first-child{
/*	border-top-left-radius: 7px;
	border-top-right-radius: 7px;*/
}
.downBox li:last-child{
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
    padding-bottom: .2rem;
}
.downBox li:hover{
	background-color: #F1F1F1;
}

.footer{
    padding-top: .45rem;
    background-color: #36373B;
    height: 1.33rem;
}
.footer p{
    font-size: .24rem;
    color: #fff;
    text-align: center;
    padding: .05rem 0;
}
