@font-face {
  font-family: 'iconfont';
  src: url('font/iconfont.eot');
  src: url('font/iconfont.eot?#iefix') format('embedded-opentype'),
      url('font/iconfont.woff2') format('woff2'),
      url('font/iconfont.woff') format('woff'),
      url('font/iconfont.ttf') format('truetype'),
      url('font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

li{list-style: none;}
a{text-decoration: none;}
.header {
    height: 750px;
    width: 100%;
    text-align: center;
}



.topbar {
    width: 100%;
    height: 98px;
    z-index: 999;
    position: fixed;
    background: rgba(0, 0, 0, 0);
    top: 0px;
}

.toppic {
    max-width: 1170px;
    min-width: 980px;
    width: 80%;
    height: 88px;
    margin: 10px auto;
}

.logo {
    background: url(../img/header/logo.png) no-repeat center left;
    background-size: auto 60px;
}

.nav {
    float: right;
    margin: 0;
}

.nav li {
    list-style: none;
    float: left;
    margin: 0 0 0 10px;
}

.nav li a {
    float: left;
    padding: 0 10px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-family: "Microsoft YaHei", Arial;
}

.nav li a:hover,
.nav li.selected a {
    color: #12b7f5;
}


.head{
        height: 80px;
        width: 100%;
        background: #fff;
        box-sizing:border-box;
        position:fixed;
        top:0;
        left:0;
        z-index: 99999;
    }
    .head_container{
        width:1200px;
        height: 100%;
        margin:0 auto;
        /*border:1px solid red;*/
        position:relative;
        box-sizing:border-box;
    }
    .head_l{
        /*width:20%;*/
        /*height: 60px;*/
        height:100%;
        /*background:#eee;*/
        position:absolute;
        left:0;
        padding:5px 0 5px 0;
    }
    .head_l > img{
        width:80%;
        margin-top: 5px;
    }

    .head_r{
        width:50%;
        height: 100%;
        /*background:#eee;*/
        position:absolute;
        right:0;
        box-sizing:border-box;
    }
    .head_r > ul{
        width:100%;
        /*height:80px;*/
        box-sizing:border-box;
        margin-top: 0px;
    }

    .head_r > ul > li{
        width:20%;
        /*height:80px;*/
        /*border:1px solid red;*/
        text-align:center;
        vertical-align: middle;
        line-height: 80px;
        float:left;
        position:relative;
    }

    .head_r > ul > li > a{
         display:inline-block;
         width:100%;
         height:78px;
        color:#333;
        font-size: 20px;
    }
    .head_r > ul > li:hover > a:first-child,.selecteds > a:first-child{
        border-bottom:3px solid #03a9f4;
        color:#03a9f4;
    }
    

    .head_nav{
        position:absolute;
        width:100%;
        margin:0;
        padding:0;
        background: #fff;
        display:none;
    }
    .head_nav > li{
        margin:0;
        padding:0;
        width: 100%;
        height:30px;
        text-align: center;
        line-height: 27px;
        padding:5px 0;
    }
    .head_nav > li > a{
        color:#333;
        font-size: 16px;
    }
    .head_nav > li:hover > a{
        color:#03a9f4;
    }
    .head_r > ul > li:hover .head_nav{
        display: block;
    }

.contactus {
    float: right;
    color: #fff;
    font-family: "Microsoft YaHei", Arial;
    font-size: 12px;
    padding: 0 10px;
    margin: 0;
    line-height: 40px;
}

.contactus a {
    color: #fff;
    text-decoration: none;
}

.contactus span {
    line-height: 18px;
    padding-left: 18px;
}

#phone {
    background: url(../img/header/phone.png) no-repeat center center;
    background-size: 18px auto;
}

#wechat {
    background: url(../img/header/wechat.png) no-repeat center center;
    background-size: 18px auto;
}

#email {
    background: url(../img/header/email.png) no-repeat center center;
    background-size: 18px auto;
}

.wechat span {
    position: absolute;
    padding: 1px;
    top: 10px;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.wechat:hover span {
    visibility: visible;
}



.seciton {
    width: 100%;
    /*height: 640px;*/
}

.w960 {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.title {
    text-align: center;
    padding: 55px 0 0px 0 ;
}

.seciton .w960 p.content {
    text-indent: 2em;
    font-family: "Microsoft YaHei", Arial;
    font-size: 20px;
    line-height: 32px;
    color: #333;
    margin: 5px 0 0 0;
}
.seciton .w960 p.page {
    text-indent: 2em;
    font-family: "Microsoft YaHei", Arial;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    margin: 10px 0 0 0;
}
.texttitle {
    text-align: left;
    font-size:25px;
    padding: 100px 100px 20px 100px;
    font-family: "Microsoft YaHei", Arial;
    margin: 0;
    color: #333;
}
.textarea{
    font-family: "Microsoft YaHei", Arial;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    margin: 10px 0 0 0;
    padding: 0 100px; 
}
.footer {
    background: #2a2a2a;
    color: #7e7e7e;
    /*height: 425px;*/
    width: 100%;
}

.footer p {
    font-family: "Microsoft YaHei", Arial;
    margin: 0;
}

.footer p.title {
    text-align: left;
    padding: 48px 30px 20px 10px;
    font-style: 16px;
}

/*.footer p.footer_body {
    padding: 0 30px 15px 10px;
    font-size: 12px;
    line-height: 24px;
}*/

.footer p.footer_body {
    padding: 0 0px 15px 10px;
    font-size: 12px;
    line-height: 24px;
}

.footer p.footer_btn {
    margin: 15px 30px 45px 30px;
}

.footer p.footer_btn span {
    padding: 12px 20px;
    font-size: 16px;
    border: 1px solid #7e7e7e;
    width: 112px;
    text-align: center;
}

.footer p.footer_body span {
    line-height: 18px;
    padding-left: 18px;
}

.footer .wechat span {
    position: absolute;
    padding: 1px;
    top: 60px;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.footer .wechat:hover span {
    visibility: visible;
}

.footer a {
    text-decoration: none;
    color: #7e7e7e;
}

.footer .copy {
    border-top: 1px solid #7e7e7e;
    margin: 0 auto
}

.footer .copyright {
    text-align: center;
    padding: 20px 0 10px 0;
    font-size: 14px
}
.pure-u-3-5 p{
     margin-top: 250px;
     font: 30px "Microsoft YaHei",Arial;
     color: #555;
}
.sider {
    position: fixed;
    right: 90px;
    bottom: 50px;
}
.sider {
    position: fixed;
    right: 0px;
    bottom: 70px;
}

.qqclose {
    position: relative;
    width: 25px;
    height: 46px;
    background: url(../img/common/online_arrow.png) no-repeat top left;
    top: 46px;
    left: -25px;
}

.qqclose.hidden {
    background: url(../img/common/online_arrow.png) no-repeat top right;
    left: 0;
    top: -8.5px;
}

.qq {
    display: ;
}

.qq.hidden {
    display: none;
}

.pure-g.pic_apply_01{
    width: 806px;
    height: 143px;
    background: url('../third/pic_application/img/apply_1.png') center ;
    margin: 0 0 40px 78px;
}
.pic_apply_02{
    margin: 28px 0 0 615px;
}


.customer{
    width: 1200px;
    margin:0 auto;
}
.titles{
    width:960px;
    margin:0 auto;
    text-align: center;
}

