@charset "utf-8";
/* CSS Document */
html {overflow-x:hidden;overflow-y:auto;}
html {overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,img,p,tr {padding:0;margin:0;border:0;list-style:none;font-weight:normal;font-size: 0.9rem;  color: #000;}
h1,h2,h3,h4,h5,h6 { color:#000;  font-weight: bold;}

body { font-size:0.9rem;  color:#000; word-wrap:break-word; overflow:hidden;}
a {text-decoration:none; color:#000;transition: all 0.6s ease 0s; -webkit-transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;}
a:hover {text-decoration:none; color:#e60012; }
img { border:none;    max-width: 100%;vertical-align: middle;}
.clear {clear:both;height:0 auto; line-height:0px; zoom:1; font-size:1px;}
:after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
*:before, *:after {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}
* {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box}
.wrap { max-width:1420px; padding:0 10px;height:auto; margin: 0 auto;   }

@media screen and (max-width: 1600px) {
.wrap{ max-width:1380px; }

}

@media screen and (max-width: 1440px) {
.wrap{ max-width:1260px; }

}
@media screen and (max-width: 1280px) {

.wrap{ max-width:1120px; }
}

@media screen and (max-width: 1024px) {

.wrap { max-width:920px; }

}

.fl { float:left;}
.fr { float:right;}
.mid {
    display: table;
    height: 100%;
    width: 100%;
}
.cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.block {
    display: block;
}

@font-face {
  font-family: "1";
  src: url("../font/1.woff2") format("woff2"),
       url("../font/1.woff") format("woff"),
       url("../font/1.ttf") format("truetype"),
       url("../font/1.eot") format("embedded-opentype"),
       url("../font/1.svg") format("svg");
}
@font-face {
  font-family: "1";
  src: url("../font/2.woff2") format("woff2"),
       url("../font/2.woff") format("woff"),
       url("../font/2.ttf") format("truetype"),
       url("../font/2.eot") format("embedded-opentype"),
       url("../font/2.svg") format("svg");
}



/*底部*/

.index07{background:#000000;margin-bottom: 58px;position: relative;}
.index07 .midd { position: absolute; top: 0;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%);}
.index07 .foot{overflow:hidden;padding: 4% 0 2.5% 0;color:#fff;}
.index07 .left{width:40%;float:left;}
.index07 p ,  .index07 a , .index07 .link{color:#fff;}
.index07 .right{width:35%;float:right;text-align:right;}
.index07 .left .f1{width:50%;float:left;}
.index07 .left .f1 p{margin-bottom:6%;}
.index07 .left .f1 .link{margin-bottom:6%;min-height: 70px;line-height: 1.6em;}
.index07 .left .f1 .link a{display:inline-block;margin:0 1%;}
.index07 .left .f2{width:45%;float:right;}
.index07 .left .f2 li{width:50%;float:left;margin-bottom:12%;}

.index07 .right .rc{width:65%;float:left;text-align:left;}
.index07 .right .rc p{margin-bottom:8%;font-size:1rem;}
.index07 .right .ma{width:25%;float:right;}

@media screen and (max-width:1024px) {
.index07{margin-bottom: 0;}
.index07 .midd {display:none;}
.index07 .left , .index07 .right{width:50%;}

}

@media screen and (max-width:750px) {
.index07 .left , .index07 .right{width:100%;}
.index07 .left .f2 li{margin-bottom:6%;}
.index07 .right .rc p {margin-bottom: 5%;font-size:0.85rem;}

}

@media screen and (max-width:460px) {

.index07 .left .f1{width:100%;}
.index07 .left .f1 p {margin-bottom: 2%;}
.index07 .left .f1 .link{min-height:auto;}
.index07 .left .f2{width:100%;float:left;}
.index07 .left .f2 li{width:20%;margin-bottom: 2%;}
}

.lfooter{display:none;}


.index07 a:hover{text-decoration:none; color:#e60012; }

/*悬浮窗口*/
.right_nav{ right:0;top:50%; position:fixed; text-align:left;overflow: hidden;z-index:999;}
.right_nav li{background:#4e2d2f;margin:4px 0;padding: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor:pointer;position:relative; right: -70px;}
.right_nav li .iconBox{text-align: center;overflow: hidden;display: flex;align-items: center;justify-content: space-between}
.right_nav li img{width: 30px;height:30px;}
.right_nav li h4{color: #fff;font-size:14px;margin:2px 0;margin-left: 15px;}
.right_nav li:hover{background:#cf1322}
.right_nav li .hideBox{display: none;position: absolute;right:120px;padding:10px;padding-right: 15px; top:-10px;z-index: 999;}
.right_nav li .hideBox .hb{border: 1px solid #ccc;background-color: #fff; padding: 10px 20px;border-top: 2px solid #0085cd;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.right_nav li .hideBox .hb h5{padding: 5px 0;border-bottom: 2px solid #ccc;color: #0085cd;font-size: 16px;font-weight: 400;display: block;white-space: nowrap;}
.right_nav li .hideBox .hb p {margin-top: 5px;font-size: 15px;font-weight: 700;}
.right_nav li .hideBox .hb .qqtalk{margin-top: 10px;}
.right_nav li .hideBox .hb .qqtalk a{display: flex;align-items: center}
.right_nav li .hideBox .hb .qqtalk img{width: 25px;height:25px;}
.right_nav li .hideBox .hb .qqtalk p{font-size: 14px;font-weight: 400;white-space: nowrap;margin-top: -5px;margin-left: 5px;}
.right_nav li:nth-child(2) .hideBox img{width:100px;height: 100px;margin-top: 10px;}
.right_nav li:nth-child(1) .hideBox .hb{width:200px;}
.right_nav li:nth-child(2) .hideBox .hb{width:160px;}

@media screen and (max-width:460px) {
.index07{margin-bottom:40px;}
.right_nav{display:none;}
.lfooter{display:block; max-width: 100%;position: fixed; height:40px;line-height:40px;bottom: 0px; left: 0;right: 0;margin: 0 auto;display: block; z-index: 999;background:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35% ,#ededed), color-stop(50%, #e3e3e3) );}
.lfooter ul li { width: 50%;height: 100%; float: left; text-align: center;border-left:1px solid #ccc;}
.lfooter ul li:first-child{border-left:none;}

}





