@charset "utf-8";
/* CSS Document */


.clearFix{*zoom:1;/* clear:both; */}
.clearFix:after{content: '';display: block;clear:both;}
.clear{width: 100%;overflow:hidden;}

/*footer*/
.wrap_footer{background:url(../images/footbg.jpg) no-repeat center center;position: relative;background-size:cover;}
.footer{padding:25px 0;width:96%; max-width:1440px; margin:0 auto;}
.footer_logo{width: 32%;float: left;padding:30px 2% ;border-right: 1px solid #fff;border-left: 1px solid #fff;text-align: center;}
.footer_logo img{ width:100%;}

.friendLink{width: auto;float: left;padding:30px 0 0 4%; display:flex;}
.friendLink h3{font-size: 21px;font-weight: normal;color:#cce5ff;margin-bottom: 10px;}
.frinendLinkList{padding-top: 15px;}
.frinendLinkList li{height: 30px;line-height: 30px;overflow: hidden;}
.frinendLinkList li a{color:#fff}
.frinendLinkList li a:hover{opacity: 0.8;}
.divSelects{width: auto;float: left;padding:10px 0 0 20px; }
.divSelect{position: relative;margin:0 22px 0 0;width: 190px;float: left;border:1px solid #eee;}
.select_mask{width: 100%;height: 38px;display: block;background-color: #F44336;position: absolute;left: 0;top: 0;z-index: 1}
.divSelect cite{height: 38px;display: block;position:relative;z-index: 2;line-height: 38px;padding:0 10px;cursor: pointer;overflow: hidden;text-align: left;color:#fff;background:url(../images/arrow-up-hover.png) no-repeat right 15px center;font-style: normal;}
.linkList02{position: absolute;left: 0;bottom: 38px;z-index: 5000;background-color: #fff;width: 100%;max-height:500px;overflow-y: auto;display: none;box-shadow: 1px -1px 10px rgba(0,0,0,0.35);}
.linkList02 li{padding:5px 8px;font-size: 13px;text-align: center;}
.linkList02 li:hover{background-color: #f1f1f1;}
.linkList02 li a{display: block;}
.divSelect.active .select_mask{background-color: #F44336;opacity: 1;}
.divSelect.active cite{color:#fff;}
.divSelect.active cite{}
.footer_rt{width: 50px;float: right;padding:30px 3%;border-left: 1px solid #fff;border-right: 1px solid #fff;min-height: 51px;}
.copyRight{padding:15px 0;border-top: 1px solid #fff;text-align: center;line-height: 1.5;}
.copyRight span{color:#cce5ff;margin:0 8px;display: inline-block;*display: inline;*zoom:1;font-size: 12px;}