@charset "utf-8";
/*通用 CSS*/
html {-webkit-text-size-adjust: none;}
body {-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling : touch;font-family:"微软雅黑", Helvetica; color:#3d4245;background-color: #fff;font-size: 16px;}
body, p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form,input{margin:0;padding:0;list-style:none;}
header, footer, article, section, nav, menu,figure,figcaption{ display:block; margin:0; padding:0;}
input,textarea{outline:none;background-color:#ffffff;font: inherit;}
a{ color:inherit;text-decoration:none;outline:none;}
button{outline:none;border:none;box-shadow: none;background-color:rgba(255,255,255,0);}
.clearfix{display: block;zoom:1;}
.clearfix::after{content:"."; display: block; clear:both;visibility:hidden;height:0;}
.none {display: none;}
*[hidden] { display: none; }
img{border:none;margin:0; padding:0;vertical-align: middle;}
.fl{float: left;}
.fr{float: right;}
#header,#container,#footer{min-width: 1130px;}
.layout-w{ width:1130px;margin: auto; }
.text-center{text-align: center;}
.relative{position: relative}
.pt100{padding-top:80px;}
.pb100{padding-bottom:80px;}
*{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/*头部：header*/
.header{

}
.header .header-top{
    height: 80px;
    /* background-color: #4c5667; */
    /* color: #ffffff; */
}
.header .header-top .header-quit{
    height: 100%;
}
.header .header-top .header-quit .header-top-logo{
    height: 100%;
    line-height: 80px;
}
.header .header-top .header-quit .header-top-logo ul li{
    margin-left: 70px;
    height:80px;
    font-size: 16px;
}
.header .header-top .header-quit .header-top-logo ul li:first-child{
    margin-left: 0;
}
.header .header-top .header-quit ul.header-top-menu{
    height: 100%;
}
.header .header-top .header-quit ul.header-top-menu > li{
    float: left;
    height: 100%;
    margin-left: 30px;
    line-height: 80px;
    cursor: pointer;
    font-size: 14px;
}
ul.header-top-menu > li .line-endwise{
    height: 20px;
    display: inline-block;
    overflow: hidden;
    padding: 0 10px;
}

.header .header-top .header-quit ul.header-top-menu > li.li-login{
    cursor: default;
}
.header .header-top .li-unlogin .login{
    height: 40px;
    width: 100px;
    background: #1890ff;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}
ul.header-top-menu > li .iconfont-size{
    font-size: 12px;
    margin-left: 6px;
}
ul.selfCenter{
    position: absolute;
    left: -12px;
    top:62px;
    display: none;
    background-color: #fff;
    padding-bottom: 10px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    z-index: 999;
    border: 1px solid #C8CFD9;
}

ul.selfCenter:before,ul.selfCenter:after{
    /* content:"";
    display:block;
    border-width:20px;
    position:absolute; bottom:-40px;
    left:100px;
    border-style:solid dashed dashed;
    border-color:transparent transparent #C8CFD9 transparent;
    font-size:0;
    line-height:0; */
    top: -14px;
    left: 42px;
    content: "";
    display: block;
    border-width: 7px;
    position: absolute;
    /* bottom: -46px; */
    /* top: 0px; */
    /* left: 100px; */
    border-style: solid dashed dashed;
    border-color: transparent transparent #C8CFD9 transparent;
    font-size: 0;
    line-height: 0;
}
ul.selfCenter:after{
    top: -13px;
    border-color: transparent transparent #fff transparent;
}
ul.selfCenter li{
    width: 98px;
    height: 34px;
    line-height: 34px;
}
ul.selfCenter li a{
    display: inline-block;
    height: 100%;
    width: 100%;
    padding-left: 15px;
    line-height: 34px;
}
ul.selfCenter li a:hover{
    background-color: rgba(255,255,255,.2);
    color: #1890ff
}
.header .header-bottom{
    height: 50px;
    background-color: #ffffff;
}
.header .header-bottom .header-bar{
    height: 100%;
}
.header .header-bottom ul.header-bar-menu{
    height: 100%;
}
.header .header-bottom ul.header-bar-menu li{
    float: left;
    height: 100%;
    margin-right: 30px;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    font-family: "微软雅黑", Helvetica;
    font-size: 16px;
}
.header .header-top ul li.current a{
    border-bottom: 2px solid #1890ff;
    padding-bottom: 5px;
    height: 80px;
    display: inline-block;
    color: #1890ff;
}
.header .header-bottom ul.header-bar-menu li.current a{
    border-bottom: 2px solid #1890ff;
    padding-bottom: 5px;

}
.header .header-bottom ul.header-bar-menu li:hover a{
    color: #1890ff;
}
.header .header-top a{
    color: #3D4245;
}
.header .header-bottom a{
    color: #3d4245;
}
.WeChat{
    display: none;
    position: absolute;
    top:50px;
    left:-110%;
    width:154px;
    height:154px;
    background: #fff;
    border-radius: 5px;
    box-shadow : 0px 4px 12px #a7a7a7;
    z-index: 1000;
}
.WeChat::before{
    content: "";
    position: absolute;
    top:-20px;
    left:44%;
    width:0;
    height:0;
    border:10px solid transparent;
    border-bottom-color: #EAEAEA;
    overflow:hidden;
    z-index: 9;
}
.WeChat::after{
    content: "";
    position: absolute;
    top:-18px;
    left:44%;
    width:0;
    height:0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    overflow:hidden;
    z-index: 9;
}
.WeChat img{ border-radius: 5px;}
.header-fixed{
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 1;
}

.header-fixed .header-bottom.current{
    background-color: transparent;
    color: #fff;
}
.header-fixed .header-bottom.current a{
    color: #fff;
}
/*尾部：header*/
.footer-top{
    background-color: #F7F8F9;
}
.footer-top a{
    color: #3d4245;
}
.footer-top ul{
    width:98%;
    height: 150px;
    margin: auto;
}
.footer-top ul li{
    /*width:18%;*/
    padding-top: 30px;
    width:11%;
    float: left;
    /*padding-top: 55px;*/
    padding-left: 38px;
    font-size: 16px;
    /*font-weight: bold;*/
}
.footer-top ul li.current a{
    color: #1890ff;
}
.footer-top ul li:first-child{
    /*width:25%;*/
}
.footer-top ul li.special-width{
    width: 40%;
}
.footer-top ul li:last-child{
    width: 25%;
}
.footer-top .nextHref {
    margin-top: 10px;
}
.footer-top .nextHref a {
    /*margin-top: 10px;*/
    text-decoration: underline;
    color: #80838a;
    font-weight:400 ;
}
.footer-top .nextHref a.w50href {
    display: inline-block;
    width: 45%;
}
.footer-tel-num{
    font-size:30px ;
    color: #1890ff;
    font-weight: normal;
}
.footer-bottom{
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
}
.footer a{
    color: #3d4245;
}
.footer a:hover{
    text-decoration: underline;
}
/*********************侧边栏*********************/
.side-bar-right {
    display: none;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -100px;
    width: 60px;
     /*width: 54px; */
    z-index: 10000;
}
.side-bar-right li {
    margin-bottom: 10px;
}
.side-bar-right a{
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #1890ff;
    background-color: #fff;
    /* font-size: 35px; */
    border-radius: 2px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.2);
}
.side-bar-right a i.i-box{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -7px;
}
.side-bar-right a i.icon-side-bar{
    font-size: 45px;
    vertical-align: middle;
    width: auto;
    line-height: 60px;
}
.side-bar-right a span.word{
    font-size: 21px;
    line-height: 27px;
}
.side-bar-right a.side-bar-fixed-1:hover i.icon-side-bar{
    display: none;
}
.side-bar-right a.side-bar-fixed-1:hover span.word{
    display:inline-block;
    width: 50px;
    line-height: 27px;
    /*margin-top: 4px;*/
}
.side-bar-right .side-bar-fixed-1 {
    text-decoration: none;
}
.side-bar-right .side-bar-fixed-2 {
    text-decoration: none;
}
.side-bar-right .side-bar-fixed-3 {
    text-decoration: none;
}

#WeChat-l{
    display: none;
    position: absolute;
    left: -170px;
    top: -40px;
    width:154px;
    height:154px;
    background: #fff;
    border-radius: 5px;
    box-shadow : 0px 4px 12px #a7a7a7;
    z-index: 1000;
}

.WeChat-l::before{
    content: "";
    position: absolute;
    top:65px;
    left:100%;
    width:0;
    height:0;
    border:10px solid transparent;
    border-left-color: #EAEAEA;
    overflow:hidden;
    z-index: 9;
}
.WeChat-l::after{
    content: "";
    position: absolute;
    top:65px;
    left:99%;
    width:0;
    height:0;
    border: 10px solid transparent;
    border-left-color: #fff;
    overflow:hidden;
    z-index: 9;
}
.WeChat-l img{ border-radius: 5px;}


#zaixianKf{
    display: none;
    position: absolute;
    left: -170px;
    top: 70px;
    width: 154px;
    color: #fff;
    height: 60px;
    background: #1890ff;
    border-radius: 5px;
    box-shadow: 0px 4px 12px #a7a7a7;
    z-index: 1000;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
}
#zaixianKf::before{
    content: "";
    position: absolute;
    top: 25px;
    left: 100%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #1890ff;
    overflow: hidden;
    z-index: 9;
}
#zaixianKf::after{
    content: "";
    position: absolute;
    top: 24px;
    left: 99%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #1890ff;
    overflow: hidden;
    z-index: 9;
}


#kefuTel{
    display: none;
    position: absolute;
    left: -170px;
    top: 138px;
    width: 154px;
    color: #fff;
    height: 60px;
    background: #1890ff;
    border-radius: 5px;
    box-shadow: 0px 4px 12px #a7a7a7;
    z-index: 1000;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
}
#kefuTel::before{
    content: "";
    position: absolute;
    top: 25px;
    left: 100%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #1890ff;
    overflow: hidden;
    z-index: 9;
}
#kefuTel::after{
    content: "";
    position: absolute;
    top: 24px;
    left: 99%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #1890ff;
    overflow: hidden;
    z-index: 9;
}


/*大的在线客服*/
img.goleft{
	position: absolute;
	top: 50%;
	right: 70px;
	cursor: pointer;
	width: 15px;
}
img.goright{
	position: absolute;
	top: 50%;
	right: -15px;
	cursor: pointer;
	width: 15px;
}

/*返回按钮*/
.side-bar-right-goback{
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin-top: -100px;
    width: 60px;
    z-index: 10000;
}
.side-bar-right-goback li {
    margin-top: 10px;
}
.side-bar-right-goback a{
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #1890ff;
    background-color: #fff;
    font-size: 16px;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0,0,0,.2);
}
.side-bar-right-goback a i.i-box{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -3px;
}
.side-bar-right-goback a i.icon-side-bar{
    font-size: 30px;
    vertical-align: middle;
    width: auto;
}
.side-bar-right-goback a span.word{

}
.side-bar-right-goback a:hover i.icon-side-bar{
    display: none;
}
.side-bar-right-goback a:hover span.word{
    display:inline-block;
    width: 40px;
    line-height: 20px;
    margin-top: 10px;
}
.side-bar-right-goback .side-bar-fixed-1 {
    text-decoration: none;
}
.side-bar-right-goback .side-bar-fixed-2 {
    text-decoration: none;
}

#dituContent *{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mr-6{
    margin-right:6px;
}
/*,.side-bar-right ,.side-bar-right **/
.header .header-top-logo ul li:hover a{
    color: #1890ff;
}
.header .loginout:hover{
    color: #1890ff;
}
.logo-us{
    margin-top: 20px;
    height: 40px;
    /*cursor: pointer;*/
}
.logo-gr{
    margin-top: 20px;
    height: 40px;
    /*cursor: pointer;*/
}


/*媒体查询*/
@media screen and (max-height:980px){
    .footer-top ul li {
        font-weight: normal;
    }
}
