.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.clearfix {
    zoom: 1
}
.clear {
    clear: both;
}
.layui-side-menu .layui-nav .layui-nav-item .layui-icon{
    margin-top: -12px;
}
/* 头部 */
.indexHead{
    width: 100%;
    background: #fff;
    position: relative;
}
.index_logo{
    display: block;
    width: 330px;
    margin: 20px auto;
    z-index: 1;
}
.userInf{
    height: 72px;
    line-height: 72px;
    color: #3c3c3c;
    position: absolute;
    right: 3.6%;
    top: 50%;
    margin-top: -36px;
    cursor: pointer;
}
.userInf .tx{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.userInf .name {
    color: #333;
    margin: 0 5px 0 10px;
    font-size: 14px;
}
.userInf .arrow {
    width: 20px;
    height: 20px;
}
.infBox {
    width: 160px;
    background: #fff;
    border: 1px solid #EEEEEE;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 67px;
    z-index: 999;
    display: none;
}
.infBox a {
    display: block;
    height: 33px;
    line-height: 33px;
    padding-left: 16px;
    color: #333333;
}
.userInf:hover .infBox{
    display: block;
}
.infBox a:hover{
    color:#ff6499;
}

@media only screen and (max-width: 1200px){
    .indexHead{
        height: auto;
    }
    .index_logo{
        float: left;
        width: 30%;
        height: auto;
        top: auto;
        left: auto;
        margin: 10px 0 10px 3%;
    }
    .userInf{
        right: 2%;
    }
    .userInf .tx{
        width: 36px;
        height: 36px;
    }
    .userInf .name {
        margin: 0 0 0 5px;
    }
}

/* 底部 */
.footer{
    padding: 20px 0;
    background: #1b1b1b;
    color: #aaaaaa;
    line-height: 20px;
    text-align: center;
}

/* 侧边悬浮 */
.footer-kefu {
	position: fixed;
	top: 70%;
	margin-top: -120px;
	right: 0;
	width: 45px;
	z-index: 9999;
}

.footer-kefu li {
	width: 45px;
	height: 45px;
	line-height: 45px;
	float: right;
	position: relative;
	margin: 1px 0;
	background: #333;
	transition: .3s;
	cursor: pointer;
	border-radius: 1px;
	zoom: 1;
	transition: 0.5s;
}

.footer-kefu li:hover {
	background: #0595c7;
}

.footer-kefu li em {
	float: left;
	display: block;
	width: 45px;
	height: 45px;
	overflow: hidden;
}

.footer-kefu li a {
	display: block;
	height: 45px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
}

.footer-kefu .tel .code {
	display: none;
	right: 50px;
	position: absolute;
	top: -6px;
	width: 120px;
	padding: 5px;
	border: 1px #ddd solid;
	background: #fff;
    text-align: center;
}

.footer-kefu .wx .code {
	display: none;
	right: 46px;
	position: absolute;
	top: -135px;
	width: 160px;
	padding: 5px;
	border: 1px #ddd solid;
	background: #fff;
}

.footer-kefu .wx .code img {
	width: 150px;
	height: 150px;
}

.footer-kefu .wx .code p {
	line-height: 20px;
	text-align: center;
	font-size: 14px;
}


.footer-kefu .m .code {
	display: none;
	right: 47px;
	position: absolute;
	top: -135px;
	width: 150px;
	/*padding: 5px;*/
	border: 1px #ddd solid;
	background: #fff;
}

.footer-kefu .m .code img {
	width: 100%;
}

.footer-kefu .m .code p {
	line-height: 20px;
	text-align: center;
	font-size: 14px;
}

.footer-kefu .qq em {
	background: url(../img/side-kefu.png) no-repeat center;
}

.footer-kefu .wx em {
	background: url(../img/side-weixin.png) no-repeat center;
}

.footer-kefu .m em {
	background: url(../img/side-code.png) no-repeat center;
}

.footer-kefu .tel em {
	background: url(../img/side-tel.png) no-repeat center;
}

.footer-kefu .tel a {
	font-size: 16px;
}

.footer-kefu .top em {
	background: url(../img/side-top.png) no-repeat center;
}

#toTop{
    display: none;
}


/* 公共头部 */
.site_header {
    height: 120px;
    background: url(../img/top_bg2.png) center top no-repeat;
}
.site_header .wrapper{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 15px 0;
    text-align: left;
}
.site_header .wrapper img._logos {
    display: inline-block;
    vertical-align: middle;
    height: 85px;
}
.searchBox{
    width: 310px;
    height: 38px;
    border: 1px solid #ff7066;
    border-radius: 24px;
    position: absolute;
    left: 50%;
    top: 55px;
    overflow: hidden;
    margin-left: -155px;
}
.searchBox input{
    width: 260px;
    height: 36px;
    padding: 0 10px 0 20px;
    color: #666;
    font-size: 14px;
    border: 0;
    background: none;
}
.searchBtn{
    width: 18px;
    height: 18px;
    background: url(../img/searchBtn.png) no-repeat;
    background-size: 100% 100%;
    margin: 8px 15px 0 0;
}
.site_menu {
    background: url(../img/top_bg2.png) center bottom no-repeat;
}
.site_menu .wrapper {
    width: 1200px;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    background: rgba(255,112,102,.7);
}
.site_menu ul._menu{
    text-align: center;
}
.site_menu ul._menu li {
    display: inline-block;
    line-height: 42px;
    padding: 0;
    font-size: 15px;
    background: 0 0;
}
.site_menu ul._menu li span {
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    cursor: pointer;
}
.site_menu ul._menu li span.current {
    color: #fff;
    background: #ff7066;
}
@media only screen and (max-width: 1200px){
    /* .searchBox,.searchBox input,.searchBtn{
        height: 40px;
    } */
    .site_header .wrapper,.site_menu .wrapper{
        width: 100%;
        height: auto;
        line-height: normal;
    }
}
@media (max-width:1080px) {
    .site_logo{
        display: block;
        margin: 0 auto 20px;
        text-align: center;
    }
    .site_header{
        height: auto;
        background-position: center bottom;
    }
    .site_header .wrapper img._logos{
        max-width: 100%;
        height: 65px;
    }
    .searchBox{
        position: static;
        left: auto;
        top: auto;
        display: block;
        margin: 0 auto;
    }
    .site_header,.site_menu{
        background: none;
    }
    .site_header .wrapper,.site_menu .wrapper{
        background: none;
    }
    .site_menu .wrapper{
        padding: 0 10px;
    }
    .site_menu ul._menu li{
        line-height: 32px;
        font-size: 14px;
    }
    .site_menu ul._menu li span{
        padding: 0 15px;
        border-radius: 30px;
        background: rgb(243, 240, 243);
        color: #666;
        margin: 0 10px 10px 0;
    }
    .navBox{
        margin-top: 0!important;
    }
}