@charset "utf-8";

body,html{  overflow-x: hidden;}
* { margin: 0; padding: 0; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box; 
font-family:"微软雅黑"; }  
body, p, h1, h2, h3, h4, h5, table, ul, li, form, input { margin: 0; padding: 0; color: #000;  line-height: 1; }  
body, p { font-size: 14px; border: none; color: #000; }  
a { font-size: 14px; color: #000; text-decoration: none; border: none; padding: 0; margin: 0; }  
table { border-collapse: collapse; }  
img { border: 0; margin: 0; padding: 0; display: block; }  
ul, li { list-style: none; border: 0; margin: 0; padding: 0; } 
dl, dt, dd { margin: 0; padding: 0; -webkit-margin-start: 0; }  
h1, h2, h3, h4, h5 { font-weight: normal; font-size: 12px; display: block; }  
strong, b { font-weight: normal; }  
table, tr, td { border-spacing: 0; }  
em, i, b { font-style: normal; }  
p { line-height: 170%; color: #555; font-size: 14px; }  
input,button{ border: none; background: none; }  
figcaption { display: block; }  
input:focus { outline: none; }  
/*::-webkit-input-placeholder { /* WebKit browsers */ font-size: 14px; color: #555; }*/  
/*::-ms-input-placeholder { /* Internet Explorer 10+ */ font-size:14px; color: #555; }*/  
/*::before,::after{ display: block; content: ''; display: block; transition: all 1s; position: absolute;}*/



.clear { clear: both; }
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.fl{ float:left;}
.fr{ float:right;}

.container{    margin-right: auto;
    margin-left: auto;
    max-width: 83.05%;
    width: 100%;
}

.w1200{ width:1200px; margin:0px auto;}
.w1360{ width:1360px; margin:0px auto;}

.topseach{ margin-right: 20px; cursor: pointer;}
/* 搜索框 */
.search-alert .close {display: block;width: 18px;height: 18px;background: url(../images/icoclose.png) no-repeat center;position: absolute;top: 38px;right: 2.6%;cursor: pointer;transition: transform 0.3s ease 0s;}
.search-alert .cent-form .tex {border: none;font-size: 66px;height: 124px;line-height: 124px;text-align: center;width: 100%;box-sizing: border-box;color: #555;
background: none;font-family: "Base-font";padding-left: 88px;padding-right: 80px;background: url(../images/search.png) no-repeat 35px 60px; font-size: 36px;}
.search-alert {position: fixed;z-index: 10000;background-color: #222222;left: 0;top: 0;width: 100%;height: 100%; display: none;}
.search-alert .cent-form {position: absolute;width: 94.8%;left: 2.6%;top: 50%;height: 124px;margin-top: -63px;border-bottom: 1px solid #515151;}
.search-alert .cent-form .sub-butn {border: none;height: 100px;margin-top: 24px;font-size: 24px;line-height: 100px;color: #555;
text-align: right;background: none;font-family: "Base-font";position: absolute;right: 0;top: 0;width: 80px;text-align: center;  cursor: pointer;}
.search-alert .close:hover {transform: rotate(90deg);}

.search-alert ::-webkit-input-placeholder { /* WebKit browsers */ font-size: 36px; color: #555; }  
.search-alert ::-ms-input-placeholder { /* Internet Explorer 10+ */ font-size:36px; color: #555; }  


/*右侧浮动*/
.ycfdlm {
    position: fixed;
     right: 0;
    top: 30%;
    z-index: 7483647;
}

.hadey {
    width: 100%;
    position: relative;
}

.hadey ul {
    /* height:168px; */
    height: 102px;
}

.hadey ul li {
    overflow: hidden;
    width: 70px;
    cursor: pointer;
    text-align: center;
    padding: 15px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hadey ul li:nth-child(2n+1) {
    background: #3577d0;
}

.hadey ul li:nth-child(2n) {
    background: #1d60bc;
}

.hadey ul li .diyi {
    width: 100%;
    overflow: hidden;
}

.hadey ul li .diyi small {
    display: block;
    width: 30px;
    height: 26px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../images/icon.png) no-repeat;
}

.hadey ul li .diyi small.ll_a {
    background-position: -17px -532px;
}

.hadey ul li .diyi small.ll_b {
    background-position: -86px -532px;
}

.hadey ul li .diyi small.ll_c {
    background-position: -160px -534px;
}

.hadey ul li .diyi small.ll_d {
    background-position: -230px -534px;
}

.hadey ul li .diyi span {
    display: block;
    color: #fff;
    padding-top: 8px;
    line-height: 1.2;
    font-size: 12px;
}

.hadey ul li .weixin {
    position: absolute;
    right: 80px;
    top: 100px;
    display: none;
}

.hadey ul li .weixin img {
    display: block;
    width: 100px;
    height: 100px;
}

.hadey ul li:hover .weixin {
    display: block;
}

.hadey ul li.dianhua {
    position: relative;
}

.hadey ul li.dianhua .munber {
    position: absolute;
    left: 0;
    top: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    width: 180px;
    overflow: hidden;
    display: none;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.hadey ul li.trans:hover {
    margin-left: -10px;
    padding-right: 10px;
}

.hadey ul li.dianhua:hover {
    width: 240px;
    margin-left: -170px;
}

.hadey ul li.dianhua:hover .diyi {
    width: 50px;
}

.hadey ul li.dianhua:hover .munber {
    display: block;
    left: 50px;
}


.hadey ul li:hover .diyi span {
    color: #fff;
}

#goTopBtn {
    width: 70px;
    background: #1d60bc;
    cursor: pointer;
    padding: 12px 0;
    text-align: center;
    transition: 300ms;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#goTopBtn em {
    width: 30px;
    height: 26px;
    background: url(../images/icon-1.png) -300px -534px no-repeat;
    display: block;
    margin: 0 auto;
}

#goTopBtn span {
    display: block;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    padding-top: 6px;
}

#goTopBtn:hover {
    margin-left: -10px;
    padding-right: 10px;
}


@media (max-width:750px) {	.hadey ul li,#goTopBtn{ width: 50px;}
.hadey ul{ height: 102px;}
}