@charset "UTF-8";
/*
 *   title：华谋十纵十横网站建设[基础页面]
 *   author：华谋信息部
 *   time：2019-08-14
 *   Explain：此文件为整网基础部分，每一页面都需套用
 */
/*basic css*/
@font-face { font-family:'Gotham-Book'; src:url('../fonts/Gotham-Book.woff') format('woff');font-weight: normal; font-style: normal;}
@font-face { font-family:'Gotham-Bold'; src:url('../fonts/Gotham-Bold.woff') format('woff');font-weight: normal; font-style: normal;}
@font-face { font-family:'gotham-medium'; src:url('../fonts/gotham-medium.woff') format('woff');font-weight: normal; font-style: normal;}
html,body,dl,dd,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,button {margin: 0;padding: 0;border: 0;}
body {font-size: 12px;font-family: "Microsoft YaHei", '微软雅黑', "Arial";background-color: #fff;}
input,textarea,button {padding: 0;font-family: "Microsoft YaHei", '微软雅黑', "Arial";}
input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance: none;}
input:focus {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-user-modify: read-write-plaintext-only;}
textarea {-webkit-appearance: none;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
a {cursor: pointer;}
ul,ol,li {list-style-type: none;}
.slick-slide:focus,input:focus,a:focus {outline: none !important;}
img {border: 0;vertical-align: middle;max-width: 100%;}
select,input,textarea,button {vertical-align: middle;outline: none;}
table {border-collapse: collapse;border-spacing: 0}
tr {margin: 0;padding: 0;}
td {margin: 0;padding: 0;}
iframe {border: none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
.hidden {display: none;visibility: hidden;}
.wrap {border: 0;padding: 0;width: 1150px;margin: 0 auto;*zoom: 1;}
.wrap:after {clear: both;content: "";display: table;}
.clear {clear: both;font-size: 0;line-height: 0;height: 0;visibility: hidden;}
.fix {*zoom: 1;}
.radius-wrap {width: 44px;height: 44px;top: 92vh;left: 50%;right: 50%;margin: 0px -22px;z-index: 1000;position: absolute;cursor: pointer;}
.radius {width: .44rem;height: .44rem;border: 1px solid #fff;border-radius: 50%;text-align: center;position: relative;overflow: hidden;}
.fix:after {clear: both;content: "";display: table;}
input:focus,textarea:focus {outline: none;}
a {display: inline-block;max-width: 100%;}
.ones {overflow: hidden;text-overflow: ellipsis;white-space: nowrap}
.twos {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical}
.clearfix:after,.clearfix:before {content: "";display: table}
.clearfix:after {clear: both}
.clearfix {zoom: 1}
.picture {position: relative;overflow: hidden;}
.picture img {transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s;}
.each-item:hover .picture img {transform: scale(1.2);-moz-transform: scale(1.2);-webkit-transform: scale(1.2);zoom: 1.2 \9;}
input:-webkit-autofill {box-shadow: 0 0 0px 1000px white inset !important;}
input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance: none;}
textarea {-webkit-appearance: none;}input::-webkit-input-placeholder{color:#bdbdbd} /* 使用webkit内核的浏览器 */
input:-moz-placeholder{color:#bdbdbd} /* Firefox版本4-18 */
input::-moz-placeholder{color:#bdbdbd} /* Firefox版本19+ */
input:-ms-input-placeholder{color:#bdbdbd}
.box {width: 90%;max-width: 1250px;margin: auto;position: relative;z-index: 5;}
body{/* background: #fdfdfd *//* min-width: 1100px; */}

select {
    border: solid 1px transparent;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    padding-right: 14px;
}

select::-ms-expand {
    display: none;
}
/*edd  basic */

@media screen and (max-width: 1450px) {
    .box {
        max-width: 1050px
    }
}
/*header*/

.header{
    position: fixed;
    top:0;
    left:0;
    /* background: rgba(255,255,255,1); */
    width: 100%;
    height:100px;
    z-index: 20;
    transition: all .1s;
    -webkit-transition: all .1s;
}
.header .box{
    width: 90%;
    position: relative;
}
.header .logo{
    float: left;
    width: 150px;
    transition: all .1s;
    -webkit-transition: all .1s;
    padding: 20px 0;
    z-index: 20;
    position: relative;
}
.header .nav{
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    left: 50%;
    width: 100%;
    text-align: center;
    float: right;
}
.header .nav li{
    /* float: left; */
    font-size: 16px;
    line-height: 100px;
    margin: 0 -2px;
    position: relative;
    display: inline-block;
}
.header .nav li .nav2_li{
    display: none;
    position: absolute;
    top:90%;
    left:-10%;
    width: 120%;
    padding:10px;
    font-size: 14px;
    line-height: 2.5;
    background: #FFFFFF;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.1);
}
.header .nav li .nav2_li a{
    color: #333333;
    display: block;
}
.header .nav li>a{
    color: #fff;
    margin: 0 30px;
    display: block;
    font-size: 15px;
    border-bottom: 2px solid transparent;
}
.header.half .iphone{
    margin-top: 8px;
}
.header .iphone{
    float: right;
    margin: 40px 0 0 30px;
}
.header .iphone .imgs{
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.header .iphone .lans{
    display: inline-block;
    color: #666;
    font-family: 'gotham-medium';
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
}
.header .iphone  span{
    display: block;
    margin-left: -10px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.mian{
    /* margin-top: 50px; */
}


.header .header-form {
    position: absolute;
    float: right;
    display: inline-block;
    margin: 0px -100px 0 0;
    width: 0;
    overflow: hidden;
    transition: all 0s;
    -webkit-transition: all 0s;
    top: 10px;
    right: 91px;
    z-index: -1;
    background: transparent;
}

.header-form .header-text {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 20px;
    line-height: 35px;
    /* border-radius: 8px; */
    border: 1px solid transparent;
    height: 40px;
    background: rgba(21, 73, 154, .05);
    font-size: 15px;
    overflow: hidden;
    color: #333;
}

.header-form .header-sub {
    position: absolute;
    top: 11px;
    right: 9px;
    z-index: 10;
    width: 25px;
    height: 25px;
    border: 0;
    background-color: transparent;
    background: url('../images/h1.png') no-repeat;
    background-size: 100% 100%;
}

.h_header .header-search {
}

.h_header .header-btn {
    float: right;
    display: block;
    background: url('../images/h1.png') center center repeat-y;
    width: 140px;
    height: 40px;
    padding: 12px 0;
    margin-top: 15px;
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
}

.h_header.on .header-form {
    width: 210px;
    transition: all .6s;
    -webkit-transition: all .6s;
    z-index: 75;
}

.h_header.on .header-text {}
.h_header {
    float: right;
    position: relative;
    background: transparent;
    z-index: 10;
    padding-top: 20px;
}

.h_header.on .header-form {
    width: 210px;
    transition: all .6s;
    -webkit-transition: all .6s;
    z-index: 75;
}
.header_sj{
    display: none;
}

.header_top {
    height: 66px;
    position: relative;
    z-index: 21;
    background: rgba(0, 0, 0, .75);
    transition: all .4s;
    -webkit-transition: all .4s;
}

.header.bg0 .header_top {

    background: rgba(0, 0, 0, 1);
}

.header_relative {
    position: static;
    z-index: 22;
    width: 100%;
}

.header_top .login_header {
    float: right;
    margin-top: 23px;
    opacity: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.header_top .logo {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 60px;
}

.header_top .menu_icon {
    float: left;
    margin-top: 21px;
}
.header.h_on {
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.header.h_on .white1 {
    display: none;
}
.header.h_on .white2{
    display: block;
}
.header.h_on .nav li:hover>a, .header.h_on .nav li.on>a{
    color: #0080cc;
    border-bottom-color: #0080cc;
}
.header.h_on .iphone span{
    color: #0080cc;
}
.header.h_on .nav li>a{
    color: #333333;
}
.menu_icon span {
    display: block;
    width: 20px;
    height: 1px;
    background: #ffffff;
    margin: 6px 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.menu_icon.on span:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
}

.menu_icon.on span:nth-child(2) {
    display: none;
}

.menu_icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: -7px;
}

.header_bottom {
    display: none;
    width: 100%;
    min-height: calc(100vh - 65px);
    position: relative;
    z-index: 21;
    background: rgba(0, 0, 0, .75);
    padding: 1px 0;
}

.seach_box {
    width: 100%;
    background: #434343;
    border-radius: 10px;
    height: 40px;
    padding: 4px 0 0 0;
    box-sizing: border-box;
    margin: 20px 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.seach_box .submit {
    width: 20px;
    height: 20px;
    border: 0;
    background: url('../images/search.png') center center no-repeat;
    display: block;
    background-size: 100% 100%;
    float: left;
    margin-left: 10px;
    margin-top: 7px;
}

.seach_box .text {
    float: right;
    display: block;
    width: calc(100% - 50px);
    border: 0;
    background: transparent;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0;
}

.header_nav {
    border-bottom: 1px solid #e2211c;
    padding-bottom: 2px;
}

.header_nav li {
    border-top: 1px solid #4f4f4f;
}

.header_nav li > a {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 22px;
    padding: 16px 0;
    color: #ffffff;
    font-family: 'fs_bold';
}

.header_nav li > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    right: 20px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all .4s;
    -webkit-transition: all .4s;
}

.header_nav li > a.arrow:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header_nav .nav2 {
    display: none;
    margin-top: -5px;
    margin-left: 20px;
    padding-bottom: 10px;
}

.header_nav .nav2 a, .header_search a {
    display: block;
    font-size: 14px;
    line-height: 35px;
    color: #c5c5c5;
}

.seach_box .cancal {
    color: #6bf;
    font-size: 12px;
    display: none;
}

.seach_box.focus {
    width: 85%;
    position: relative;
}

.seach_box.focus .cancal {
    position: absolute;
    left: 102%;
    width: 100px;
    display: block;
    top: 0;
    line-height: 40px;
}

.header_search {
    display: none;
}

.header_search h2 {
    font-size: 11px;
    line-height: 1;
    color: #888888;
}

.header_search1 {
    padding-top: 5px;
}

.header_search1 a {
    font-size: 13px;
    line-height: 43px;
    color: #fff;
    border-top: 1px solid #4f4f4f;
}

.header_search1 a:first-child {
    border-top: 0px;
}

.login_header.opacity {
    opacity: 0;
}
.white2{
    display: none;
}
.editor{
    font-size: 14px;
    color: #333;
    line-height: 2.5;
    margin: 50px 0;
}
.editor p{
    text-indent: 2em;
}
@media screen and (max-width: 1450px) {
    .mian{
        /* padding-top: 65px; */
    }
    .header{
        /* height: auto; */
        overflow: hidden;
        /* background: rgba(0, 0, 0, .9); */
    }
    .header .nav li{
        line-height: 70px;
    }
    .header .logo{
        width: 150px;
        /* padding: 5px; */
        padding-top: 20px;
    }
    .header .iphone{
        /* margin-top: 15px; */
    }
    .header .header-form{
        top:-12px;
    }
    .h_header{
        padding-top: 13px;
    }
    .header .nav li>a{
        padding: 0 5px;
        font-size: 14px;
        margin: 0 15px;
    }
    h2{
        font-size:32px;
    }
    .index-client-img{
        margin-left:-50px;
        zoom:.8;
    }
    .header .nav{
        /* left: 43%; */
    }

}
@media screen and (max-width: 1300px) {
    .header .nav li {
        margin: 0 -3px;
        line-height: 55px;
    }
    .h_header .header-search{
        margin-top: 5px;
    }
    .h_header.on .header-form{
        width: 140px;
        margin-top: 20px;
    }
    .header .nav{
        left: 43%;
    }
    .header .nav li>a
    {
        margin: 0 10px;
    }
}
@media screen and (max-width: 1200px) {
    .header_sj{
        display: block;
        position: relative;
        width: 105%;
        background: rgba(0, 0, 0, .9);
        max-height: 100vh;
        overflow-y: scroll;
    }
    .header_pc{
        display: none;
    }
    .header{
        border:0;
        background: #000;
        height: auto;
    }
    .header .logo{
        padding-top: 10px;
    }

}
@media screen and (max-width: 700px) {
    .header .logo{
        width: 130px;
    }

}
/*end header*/
