@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: 18px;}
h1,h2,h3,h4,h5,h6 { font-weight: bold;color:#000;}
body { font-size:14px;  word-wrap:break-word; overflow:hidden;color:#000;}
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, a:active, a:focus{text-decoration:none; color:#017ad7; }
img { border:none;    max-width: 100%;vertical-align: middle;}
.clear {clear:both;height: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:84vw; padding:0 30px;height:auto; margin: 0 auto;   }
.mid {
    display: table;
    height: 100%;
    width: 100%;
}
.cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

   /* 圆细滚动条样式*/
::-webkit-scrollbar{width:5px;height:10px}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#FFF}
::-webkit-scrollbar-thumb:vertical{background-color:#8E8E8E;border-radius:5px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}


   

@media screen and (max-width:1280px) {
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,img,p,tr {font-size: 16px;}
}

@media screen and (max-width:1024px) {


}

@media screen and (max-width:780px) {
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,img,p,tr {font-size: 14px;}

}

.fl { float:left;}
.fr { float:right;}
.block {display: block;}
.of{overflow:hidden;}
@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: "2";
  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");
}

.fs70{font-size:70px;}
.fs60{font-size:60px;}
.fs48{font-size:48px;}
.fs40{font-size:40px;}
.fs30{font-size:30px;}
.fs26{font-size:26px;}
.fs20{font-size:20px;}
.fs18{font-size:18px;}
.fs14{font-size:14px;}
@media screen and (max-width:1440px) {
.fs60{font-size:55px;}
.fs48{font-size:42px;}
.fs40{font-size:38px;}
.fs26{font-size:24px;}

}

@media screen and (max-width:1320px) {
.fs60{font-size:50px;}
.fs48 , .fs40{font-size:36px;}
.fs20{font-size:18px;}
.fs26{font-size:22px;}
.fs30{font-size:26px;}

}


@media screen and (max-width:1200px) {
.fs60{font-size:45px;}
.fs48 , .fs40{font-size:30px;}
.fs26{font-size:20px;}
.fs30{font-size:24px;}


}
@media screen and (max-width:1024px) {
.fs60{font-size:40px;}
.fs48 , .fs40{font-size:24px;}
.fs30{font-size:20px;}
.fs26{font-size:18px;}
.fs20 , .fs18{font-size:16px;}
.wrap , .main_box , .wrap2{ padding: 0 10px;}



}

@media screen and (max-width:780px) {
.fs60{font-size:35px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,img,p,tr {font-size: 14px;letter-spacing:0;}
.fs70{font-size:40px;}
}
@media screen and (max-width:480px) {
.fs70 , .fs60{font-size:30px;}
.fs48 , .fs40{font-size:20px;}
.fs26{font-size:16px;}
}

.zx{text-align:center;}
.zx a{display: inline-block;background:#0066cb; padding: 1em 4em; background-color: #006ab6;color:#fff; border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-o-border-radius: 5px;}
.zx a:hover{background:#de2c36;color:#fff}

.search-form {height:55px;position: relative;width:40%;margin:0 auto;}
input.search-input {width: 100%;  border-radius: 3px; border: 1px solid #eaeaea; font-size: 14px;padding: 6px 60px 6px 10px;background: #fff;height: 55px; outline: 0;}
.search form button { position: absolute;right: 0px; top: 0px; color: #000; background: 0 0; border: none; padding: 0; margin: 0; line-height: normal; font-weight: 300;outline: 0;cursor: pointer; width:110px; height:55px; 
background-color: #006ab6;-webkit-transition: all 0.6s ease 0s;-moz-transition: all 0.6s ease 0s;-o-transition: all 0.6s ease 0s;background-image: linear-gradient(to right, #006ab6 , #00a74c);background-image: -webkit-linear-gradient(left,#006ab6 , #00a74c);border-top-right-radius: 3px; border-bottom-right-radius: 3px;}
.search form button:hover{background-image: linear-gradient(to right, #00a74c , #006ab6);background-image: -webkit-linear-gradient(left,#00a74c , #006ab6);}
.search form button img{width:20px;height:20px;}



/*底部*/
.index_5{width:100%;overflow:hidden;background:#070f19;}
.index_5 .foot{overflow:hidden;padding:2% 0 0 0;}
.fot1 .long img{display:inline-block;float:left}
.fot1 .long  span{float:left;display:inline-block;color:#fff;margin-left:15px;margin-top: 15px;}
.fot1 .long  span small{display:block;letter-spacing:0;text-transform: uppercase;color:#999899;margin-top:10px;}
.fot1 .hao{background: url(../images/img26.png) left center no-repeat; padding-left: 55px;line-height: 36px;color: #ffffff;}


.fot2 {padding:4% 0}
.fot2 .left{width:74%;float:left;border-right:1px solid #161b22;padding-right: 1%;}
.fot2 .left .f1{width:15%;float:left;}
.fot2 .left .f1 a.cc{color:#fff;margin-bottom:30px;display:block;cursor: auto;font-size: 1.125em;}
.fot2 .left .f1 .fot li{margin-bottom:15px;}
.fot2 .left .f1:last-child{width:40%;}
.fot2 .left .f1:last-child li{color:#a3a3a3}
.fot2 .left .f1 .fot li a{color:#a3a3a3;}
.fot2 .left .f1 .fot li a:hover{color:#017ad7}
.fot2 .right{width:25%;float:right;text-align:right;}
.fot2 .right .m{display:inline-block;margin-right:10px}
.fot2 .right p{text-align:center;color:#fff;margin-top:10px;font-size:14px;}
.fot2 .right img{border:3px solid #fff;display:inline-block; border-radius: 10px;}
.foot2{border-top:1px solid #161b22;padding:0.7em 0;text-align:center;}
.foot2 span , .foot2 span a{color:#a3a3a3;}


@keyframes fadein{from{opacity:0}
to{opacity:1}
}
.lfooter{display:none;}

@media screen and (max-width:1600px) {
.fot2 .right img{width:130px;height:130px;}

}

@media screen and (max-width:1440px) {
.fot2 .right img{width:120px;height:120px;}

}
@media screen and (max-width:1240px) {
.fot2 .right img{width:110px;height:110px;}

}

@media screen and (max-width:850px) {
.fot2 .right{display:none;}
.fot2 .left{width:100%;border-right:none;}
.fot1 .long span{letter-spacing:1px;}
}

@media screen and (max-width:670px) {
.fot2 .left .f1 , .fot2 .left .f1:last-child{width:100%;border-bottom:1px solid #161b22;border-left:none;margin-bottom:2%;padding-left:0;min-height:auto;}
.foot2{border-top:none;ff}
.fot2 .left .f1 .fot{display:none;}
.fot2 .left .f1 a.cc{margin-bottom:1em;background:url(../images/img27.png) no-repeat right center;	cursor:pointer;}
.fot1 .hao{display:none}
.fot2 .left .f1 .fot li{display:inline-block;float:left;margin-bottom:2%;margin-right:2%;}
}

@media screen and (max-width:500px) {

.index_5{margin-bottom:40px;}
.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: 99;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;}

.fot1 .long img{float:none;}
.fot1 .long span{margin-left:0;float:none;}

}





/*上下页*/

#flip { margin:0 0 4% 0;}

.digg4 {
    padding: 3px;
    margin: 3px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.metpager_8 a, .metpager_8 span.miy {

padding: 1px 6px;

color: #292929;
}
.digg4 span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
	color: #000;
}
.digg4 a, .digg4 span.miy {
    margin: 2px;
    text-decoration: none;
    font-size: 14px;
    display:inline-block;
    background:#fff;
   border: 1px solid #e5e5e5;
}

.digg4 a:hover , a.page-num.page-num-current{background:#8d8d8d;color:#fff;}











