/* CSS Document */
@charset 'utf-8';
/*除首页外的所有页面公共css*/
/* 公共内容文本 */
article{text-align: justify;padding: 40px 15px;word-wrap:break-word;}
article h4.title{padding: 20px 0;text-align: center;}
article p{margin: 20px 0;text-indent: 2em;}
/* article img{height: auto!important;}防止内容图片比例失真(主要是防止手机端) */
/* end-公共内容文本 */

.mianbaoxie{}
.mianbaoxie a:hover{color: #339BF9;}

menu{}
menu>ul{font-size: 0;}
menu>ul>li{display: inline-block;vertical-align: top;}
menu>ul>li>a{display: block;font-size: 16px;}

.layui-layer{border-radius: 20px;}
.layui-layer-iframe iframe{border-radius: 20px;}
html,body{height: 100%;}
.bg{position: fixed;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;z-index: -1;}
header{/* background: url(../images/title_bg.png) no-repeat top!important; */background-size: 100% 100%!important;height: 0.70rem!important;line-height: 0.70rem!important;font-size: 0.16rem!important;color: #EBAA00!important;padding: 0 6%!important;}

.title_comm img{height: 0.7053rem;margin: 0.40rem auto;margin-top: 0.1rem;}




/* 手机端 */
@media(max-width:640px){
.banner{overflow: hidden;}
.banner img{max-width: none;width: 150%;margin-left: -25%;}

/* end media */
}

/* the end */