html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,roof,hgroup,menu,nav,output,ruby,section1,summary,time,mark,audio,video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    box-sizing: border-box;
}

body {
    line-height: 1;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif, '苹方黑体-细-简';
    font-size: 14px;
    box-sizing: border-box;
    min-width: 1200px;
    background: #fff;
}

@font-face {
    font-family: '苹方黑体-细-简';
    src: url("../fonts/苹方黑体-细-简.ttf");
}
 
@font-face {
    font-family: '庞门正道标题体' ;
    src: url("../fonts/庞门正道标题体.ttf");
}


ol,
ul {
    list-style: outside none none;
    box-sizing: border-box;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px none;
}
a {
    color: #333;
    text-decoration: none;
}
/* a:hover{color: #e61717;} */
.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    display: block;
    content: '';
    clear: both;
}
.db{display: block !important;}

.margin-right{margin-right: 0 !important;}

.box {
    width: 1200px;
    margin: 0 auto;
}
/*单行溢出*/
.one-txt-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
.wrop{
    width: 100%;
    margin-top: 75px;
}
.banner{
    width: 100%;
    background-size: 100%;
}

/* 顶部内容 */
.header{
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: transparent;
}
.head{
    width: 1200px;
    height: 75px;
    margin:  0 auto;
}
.head h1{
    float: left;
    margin-top: 12px;
    margin-left: 100px;
    cursor: pointer;
}
.head ul{
    float: left;
    margin-left: 200px;
}
.head ul li{
    float: left;
    width: 120px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #c8c8c8;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}
.head ul li span{
    display: block;
}
.head ul li span i{
    display: inline-block;
    width: 13px;
    height: 11px;
    margin-left: 8px;
    background: url(../images/down.png) no-repeat center center;
}
.down{
    position: absolute;
    left: 0;
    top: 75px;
    width: 120px;
    padding: 5px 0;
    background: rgba(0, 0, 0, .3);
    display: none;
}
.down a{
    display: block;
    color: #333;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.head ul li span:hover{
    color: #fff;
}
.head ul li a{
    color: #c8c8c8;
}
.head ul li a:hover{
    color: #fff;
}
.active{
    color: #fff !important;
}
/* 顶部2 */
.header1{
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    /* display: none; */
    box-shadow: 0 0 5px #ddd;
}
.head1{
    width: 1200px;
    height: 75px;
    margin:  0 auto;
}
.head1 h1{
    float: left;
    margin-top: 12px;
    margin-left: 100px;
    cursor: pointer;
}
.head1 ul{
    float: left;
    margin-left: 200px;
}
.head1 ul li{
    float: left;
    width: 120px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}
.head1 ul li span{
    display: block;
}
.head1 ul li span i{
    display: inline-block;
    width: 13px;
    height: 11px;
    margin-left: 8px;
    background: url(../images/down.png) no-repeat center center;
}
.down1{
    position: absolute;
    left: 0;
    top: 75px;
    width: 120px;
    background: #fff;
    padding: 5px 0;
    display: none;
}
.down1 a{
    display: block;
    color: #333;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.head1 ul li span:hover{
    color: #4d9ffb;
}
.head1 ul li a{
    color: #333;
}
.head1 ul li a:hover{
    color: #4d9ffb;
}
.active1{
    color: #4d9ffb !important;
}

/* 底部内容 */
footer{
    width: 100%;
    height: 485px;
    background: #22212e;
    padding-top: 35px;
}
.foot{
    width: 1200px;
    margin: 0 auto;
}
.foot-top{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    height: 70px;
    border-bottom: 1px solid #4c4c56;
    color: #919097;
}
.foot-top li{
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
}
.foot-top li img{
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}
.foot-top li span{
    display: block;
    float: left;
    font-size: 20px;
}
.foot-cont{
    width: 1200px;
    height: 300px;
    margin-top: 20px;
}
.foot-cont ul{
    width: 900px;
    height: 240px;
    float: left;
    border-right: 1px solid #4c4c56;
    margin-top: 30px;
}
.foot-cont ul li{
    /* width: 150px; */
    width: 200px;
    height: 240px;
    overflow: hidden;
    padding: 0 10px;
    float: left;
}
.foot-cont ul li:nth-child(3){
    width: 240px;
}
.foot-cont ul li:nth-child(4){
    width: 240px;
}
.foot-cont ul li h3{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #ddd;
}
.foot-cont ul li p{
    margin-top: 15px;
}
.foot-cont ul li p a{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #ddd;
    font-size: 15px;
}
.foot-cont ul li p span{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #ddd;
    font-size: 15px;
}
.foot-cont ul li p span em{
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 10px;
    margin-right: 10px
}
.foot-cont ul li p span:nth-child(1) em{
    background: url(../images/icon/dianhua.png) no-repeat center center;
    background-size: 100% 100%;
}
.foot-cont ul li p span:nth-child(2) em{
    background: url(../images/icon/qq.png) no-repeat center center;
    background-size: 100% 100%;
}
.foot-cont ul li p span:nth-child(3) em{
    background: url(../images/icon/weixin.png) no-repeat center center;
    background-size: 100% 100%;
}
.foot-cont ul li p span:nth-child(4) em{
    background: url(../images/icon/youxiang.png) no-repeat center center;
    background-size: 100% 100%;
}

.foot-right{
    width: 300px;
    float: right;
    padding: 0 25px;
}
.foot-right p{
    height: 35px;
    line-height: 35px;
    color: #ddd;
    text-align: center;
    font-size: 16px;
}
.foot-right img{
    display: block;
    margin: 15px auto;
}
.foot-bottom{
    width: 1200px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    color: #ddd;
    font-size: 16px;
    margin-top: 10px;
    border-top: 1px solid #4c4c56;
}
.foot-bottom span{
    display: block;
    margin: 0 5px;
    color: #7e8088;
    font-size: 14px;
}
.foot-bottom a{
    color: #7e8088;
}
.foot-bottom em{
    display: block;
    width: 20px;
    height: 50px;
    margin: 0 5px;
    background: url(../images/icon/police.png) no-repeat center 13px;
}




/* 维护中 */
.maintain{
    position: absolute;
    width: 411px;
    height: 392px;
    top: 30%;
    left: 50%;
    margin-left: -205px;
    background: url(../images/maintain.png) no-repeat center center;
}
/* 404 */
.four{
    position: absolute;
    width: 406px;
    height: 433px;
    top: 20%;
    left: 50%;
    margin-left: -203px;
    background: url(../images/404.png) no-repeat center center;
}


/* 右侧显示 */
.reveal{
    position: fixed;
    width: 60px;
    height: 270px;
    right: 0;
    top: 50%;
    margin-top: -135px;
    z-index: 99999;
}
.reveal ul{
    width: 60px;
    height: 270px;
}
.reveal ul li{
    position: relative;
    float: right;
    width: 60px;
    height: 66px;
    margin-bottom: 1px;
    background: rgba(53,63,88,0.66);
    cursor: pointer;
    transition: width 0.5s;
}
.reveal ul li:hover{
    width: 130px;
    background-color: #4d9ffb;
}
.reveal ul li p{
    display: none;
    color: #fff;
    width: 100%;
    height: 66px;
    line-height: 66px;
    padding-left: 48px;
    overflow: hidden;
}
.reveal ul li::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 23px;
    left: 20px;
    z-index: 1;
}
.kefu::before{
    background: url(../images/icon/kefu.png) no-repeat;
}
.dh::before{
    background: url(../images/icon/dh.png) no-repeat;
}
.wx::before{
    background: url(../images/icon/wx.png) no-repeat;
}
.dingbu::before{
    background: url(../images/icon/dingbu.png) no-repeat;
}
.reveal ul li:hover p{
    display: block;
}
.dh:hover div{
    display: block;
}
.dh div{
    width: 110px;
    height: 66px;
    position: absolute;
    top: 0;
    left: -125px;
    background: #fff;
    font-size: 12px;
    padding-top: 2px;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #eee;
    display: none;
}
.dh div span{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.wx:hover div{
    display: block;
}
.wx div{
    width: 110px;
    height: 110px;
    position: absolute;
    top: -22px;
    left: -125px;
    border: 1px solid #eee;
    box-shadow: 0 0 5px #eee;
    display: none;
    background-color: #fff;
    background-image: url(../images/ma.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 90% 90%;
}