@charset "UTF-8";




@font-face {
    font-family: "SourceHanSansCN-Light";
    src: url("SourceHanSansCN-Light.eot") format("embedded-opentype"),
        url("SourceHanSansCN-Light.woff2") format("woff2"),
        url("SourceHanSansCN-Light.woff") format("woff"),
        url("SourceHanSansCN-Light.ttf") format("truetype"),
        url("SourceHanSansCN-Light.svg") format("svg"),
        url("SourceHanSansCN-Light.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HELVETICALTSTD-BOLDCOND";
    src: url("HELVETICALTSTD-BOLDCOND.eot") format("embedded-opentype"),
        url("HELVETICALTSTD-BOLDCOND.woff2") format("woff2"),
        url("HELVETICALTSTD-BOLDCOND.woff") format("woff"),
        url("HELVETICALTSTD-BOLDCOND.ttf") format("truetype"),
        url("HELVETICALTSTD-BOLDCOND.svg") format("svg"),
        url("HELVETICALTSTD-BOLDCOND.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: SourceHanSansCN-Light;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

br {
    opacity: 0;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.icon-rotate-90-3 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: -3px;
    left: 3px;
}

.icon-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;

}

.icon-rotate-left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

a {
    color: inherit;

    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-touch-callout: none;
}

a:active {
    outline: none;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.news-nav a:hover {
    color: #64a928 !important;
}

.e {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

input,
textarea {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

textarea {
    resize: none;
}

@media screen and (max-width: 750px) {
    .am-text-center img {
        display: inline-block;
        width: 100%;
    }
}

#messageForm input:-webkit-autofill,
#messageForm input:-webkit-autofill:hover,
#messageForm input:-webkit-autofill:focus,
#messageForm input:-webkit-autofill:active {
    -webkit-text-fill-color: #7c7c7c;
    -webkit-box-shadow: 0 0 0px 1000px #464646 inset !important;
}

#agentForm input:-webkit-autofill,
#agentForm input:-webkit-autofill:hover,
#agentForm input:-webkit-autofill:focus,
#agentForm input:-webkit-autofill:active {
    -webkit-text-fill-color: #999;
    -webkit-box-shadow: 0 0 0px 1000px #e1e1e1 inset !important;
}


input,
button {
    /*清除点击阴影*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*清除圆角*/

    border-radius: 0;
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    vertical-align: top;
}

h1 {
    margin: 0;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.hid {
    overflow: hidden;
}

.hidden {
    display: none !important;
}

.hidden-height {
    height: 0 !important;
    overflow: hidden;
    opacity: 0 !important;
}

.v-line {
    display: inline-block;
    width: 1px;
    height: 23px;
    background-color: #626262;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.line-1 {
    width: 1300px;
    margin: 0 auto;
    height: 1px;
    background-color: #8c8c8c;
}

.bottom-line {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #7c7c7c;
}

@media screen and (max-width: 750px) {
    .bottom-line {
        height: 1px;
        width: 100%;
        background-color: #7c7c7c;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        -moz-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;


    }
}

.dis3 {
    height: 3px;
    line-height: 3px;
    clear: both;
}

.dis5 {
    height: 5px;
    line-height: 5px;
    clear: both;
}

.dis7 {
    height: 7px;
    line-height: 7px;
    clear: both;
}

.dis9 {
    height: 9px;
    line-height: 9px;
    clear: both;
}

.dis10 {
    height: 10px;
    line-height: 10px;
    clear: both;
}

.dis15 {
    height: 15px;
    line-height: 15px;
    clear: both;
}

.dis17 {
    height: 17px;
    line-height: 17px;
    clear: both;
}

.dis20 {
    height: 20px;
    line-height: 20px;
    clear: both;
}

.dis25 {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    clear: both;
}

.dis30 {
    height: 30px;
    line-height: 30px;
    clear: both;
}

.dis40 {
    height: 40px;
    line-height: 40px;
    clear: both;
}
.dis50 {
    height: 50px;
    line-height: 50px;
    clear: both;
}
.dis60 {
    height: 60px;
    line-height: 60px;
    clear: both;
}
.dis100 {
    height: 100px;
    line-height: 100px;
    clear: both;
}

.f12 {
    font-size: 12px !important;
}

.fb{
    font-weight: bold;
}

.font-sgray {
    color: #ccc;
}

.f-gray {
    color: #666;
}

.f-gray:hover {
    color: #000;
}

.font-gray {
    color: #7d8c91;
}

.font-gray2 {
    color: #ababab;
}

.font-org,
.font-org:hover {
    color: #ff6f02;
}

.font-red {
    color: #f00;
}

.font-gray,
.font-gray:hover {
    color: #7d8c91;
}

.font-black,
.font-black:hover {
    color: #000;
}

.font-white,
.font-white:hover {
    color: #fff;
}

.font-yellow,
.font-yellow:hover {
    color: #fffc00;
}

.font-green,
.font-green:hover {
    color: #009f3d;
}

.font-blue2,
.font-blue2:hover {
    color: #195ea1;
}

.font-blue,
.font-blue:hover {
    color: #1598db;
}

.hover-blue:hover {
    color: #1598db;
    cursor: pointer;
}
.pointer {
    cursor: pointer;
}
a {
    text-decoration: none;
    /*out-line: none;*/
}

.out {
    overflow: hidden;
}

.h-in-line {
    height: 2px;
    background-color: #fff;
}

.b-red {
    background-color: red;
}

.little-sub {
    /*display: none;*/
    height: 7px;
    width: 11px;
    float: right;
    margin-top: 22px;
    margin-left: 8px;
    /*background: url("pic/home_pic/triangle.png");*/
}

/*头部*/
.nav_list>li {
    display: inline-block;
    width: 107px;

    margin: 0;
    text-align: center;
    height: 100%;

    /* border: 2px solid #ffffff; */
    position: relative;

    vertical-align: text-top;


}
@media screen and (min-width: 1400px){
    .nav_list>li {
        display: inline-block;
        width: 150px;
    
        margin: 0;
        text-align: center;
        height: 100%;
    
        /* border: 2px solid #ffffff; */
        position: relative;
    
        vertical-align: text-top;
    
    
    }
}
.nav_list>li>a {
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    /* Opera */
    transition: all 0.5s;

    line-height: 33px;
    position: relative;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
}

.nav_list>li>ul>div>a:hover {
    font-size: 15px;
}



.nav_list>li.active {
    background-color: #ea0d04;
}

/*.nav_list>li:hover{*/
/*background-color: #ea0d04;*/
/*}*/
.nav_list>li:hover>a {
    color: #FF0000;
}

.nav_list>li:hover>.r2-ul {
    border-top: 2px solid #FF0000;
    height: 85px;
}

.nav_list>li:hover>.r3-ul {
    border-top: 2px solid #FF0000;
    height: 115px;
}

.nav_list>li:hover>.r4-ul {
    border-top: 2px solid #FF0000;
    height: 145px;
}

.nav_list>li:hover>.r5-ul {
    height: 175px;
    border-top: 2px solid #FF0000;
}
.nav_list>li:hover>.r6-ul {
    height: 205px;
    border-top: 2px solid #FF0000;
}

.nav_list>li>ul {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 0px;
    left: 0px;
    top: 33px;
    z-index: 1;
    padding: 0;
    line-height: 30px;
    list-style: none;
    overflow: hidden;
    /* padding-top: 3px; */
    -moz-transition: height 0.5s;
    /* Firefox 4 */
    -webkit-transition: height 0.5s;
    /* Safari 和 Chrome */
    -o-transition: height 0.5s;
    /* Opera */

    transition: height 0.5s;

}

.nav_list>li>ul>div {
    background: #ebe9e9;
    height: 100%;
    padding-top: 10px;
}

.nav_list>li>ul>div>a {
    cursor: pointer;
    font-size: 13px;
    color: #313131;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    /* Opera */
    transition: all 0.5s;

}



.nav_list>li:hover .little-sub {
    height: 7px;
    width: 11px;
    float: right;
    margin-left: 8px;
    margin-top: 22px;
    background: url("pic/home_pic/triangle.png");
}

.search {}

.lang-img {
    display: inline-block;
    vertical-align: sub;

    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    /* Opera */
    transition: all 0.5s;
}

@media screen and (min-width: 1025px) {
    .lang-img:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .search-box:hover {
        transform: translateZ(0) scale(1.1);
        /* border: 1px solid #d9d9d9; */
    }
}



.icon-lang {
    height: 40px;
    width: 40px;
    vertical-align: -1em !important;
}









#head {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;


    background-color: rgba(89, 89, 89, 0.8);

    z-index: 1000;
}

#head {

    height: 44px;

}

.hl_nav .nav_img {
    width: 225px;
    height: 20px;
}
/* 
#head::after {
    content: "";
    pointer-events: none;
  
    box-sizing: border-box;
    position: absolute;

    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(167, 167, 167);

    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
} */

#head .nav {
    position: relative;

    width: 100%;

    height: 100%;
    /*background-color: #588914;*/
    padding: 0 50px;
}

#head .nav2 {

    display: none;

}

.search-input {
    width: 180px;
    /* vertical-align: bottom; */
    border: none;
    padding-left: 55px;


    height: 22px;
    background-color: #fff;

    outline: none;


}

.search-box {
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;

    /* Opera */
    transition: all 0.5s;


    z-index: 1;
    /* border: 1px solid #d9d9d9; */

}

.search-box-ie {
    z-index: 1;
    /* border: 1px solid #d9d9d9; */

}

.head-contain {
    /* height: 44px; */
    /* position: relative; */
    /* background-color: #ffffff; */
}

/* @media screen and (min-width: 1430px) {
    .head-contain {
        height: 74px;
        position: relative;
        background-color: #ffffff;
    }

    #head {

        height: 74px;

    }

    #head .nav {
        position: relative;

        width: 1300px;

        height: 100%;
        
        margin: 0 auto;
    }

    .hl_nav .nav_list {
        list-style: none;
        font-size: 0px;
        padding-left: 85px;
    }

    .search-input {

        background: url("/themes/default/front/style/css/pic/home_pic/search.png") no-repeat scroll center transparent;
        background-position: 95%;
        width: 175px;



    }

    .search-box {

        margin-right: 17px;

    }

    .hl_nav .nav_img {
        width: 249px;
        height: 29px;
    }

} */

/* @media screen and (min-width: 1280px) and (max-width: 1429px) {
    .head-contain {
        height: 74px;
        position: relative;
        background-color: #ffffff;
    }

    #head {

        height: 74px;

    }

    #head .nav {
        position: relative;

        width: 1170px;

        height: 100%;
        margin: 0 auto;
    }

    .hl_nav .nav_list {
        list-style: none;
        font-size: 0px;
        padding-left: 0px;
    }

    .search-input {

        background: url("/themes/default/front/style/css/pic/home_pic/search.png") no-repeat scroll center transparent;
        background-position: 95%;
        width: 175px;



    }

    .search-box {

        margin-right: 17px;

    }

    .hl_nav .nav_img {
        width: 220px;
        height: 29px;
    }

} */

/* @media screen and (min-width: 1025px) {
    .head-contain {
        height: 74px;
        position: relative;
        background-color: #ffffff;
    }

    #head {

        height: 74px;

    }

    #head .nav {
        position: relative;

        width: 95%;

        height: 100%;

        margin: 0 auto;
    }

    .hl_nav .nav_list {
        list-style: none;
        font-size: 0px;

    }

    .search-input {
        

        width: 95px;



    }

    .search-box {

        margin-right: 8px;

    }

    .hl_nav .nav_img {
        width: 216px;
        height: 29px;
    }

} */

.menu-list {
    display: none;
}

@media screen and (max-width: 1024px) {
    .head-contain {
        height: 47px;
        position: relative;
        background-color: #ffffff;
    }

    #head {
        background-color: rgba(89, 89, 89, 1);
        height: 47px;
        color: #fff;
    }


    #head .nav {
        display: none;
    }

    #head .nav2 {
        position: relative;

        width: 95%;
        margin: 0 auto;
        height: 100%;

        display: block;

    }

    .mask {
        position: fixed;
        top: 47px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: transparent;
    }

    .hl_nav .nav_img {
        width: 157px;
        height: 20px;
    }

    .nav2-sandM {
        color: #fff;
        font-size: 0;
        position: relative;
        right: -10px;
    }

    .nav2-sandM .nav2-menu {
        margin-right: 10px;
    }

    .nav2-sandM>span {
        display: inline-block;
        position: relative;
        font-size: 0;

    }

    .nav2 .icon-search {
        width: 22px;
        height: 25px;
        margin-right: 5px;
    }

    .nav2 .icon-menu {
        width: 27px;
        height: 25px;
        margin-left: 5px;

    }

    .head-search {
        position: fixed;
        top: 47px;
        left: 0;
        right: 0;
        bottom: 0;

        background-color: rgba(181, 181, 181, 0.8);

        z-index: 101;


    }

    .search-head {
        height: 47px;
        background-color: white;
    }

    .search-head form {
        height: 100%;
    }

    .mobile-search {
        height: 100%;
        width: 95%;
        margin: 0 auto;

        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;


    }

    .mobile-search .icon-search {
        width: 23px;
        height: 30px;
        margin-right: 15px;
    }

    .mobile-search .search-input {

        padding-left: 0px;
        margin-left: 15px;
    }

    .search-input {
        width: 100%;
    }

    .mobile-search .icon-close {
        width: 18px;
        height: 18px;
        position: absolute;
        right: 0;
        bottom: 13px;
    }

    /* 菜单 */
    .menu-list {
        position: fixed;
        top: 47px;
        left: 50%;
        right: 0;
        /* height: 376px; */
        display: block;
        /*border-bottom: 2px solid #fff;*/
        z-index: 100;
        -moz-transition: all 0.5s;
        /* Firefox 4 */
        -webkit-transition: all 0.5s;
        /* Safari 和 Chrome */
        -o-transition: all 0.5s;
        /* Opera */
        transition: all 0.5s;

        background-color: #e3e3e3;
        overflow: auto;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;

    }

    .menu-list::-webkit-scrollbar {
        width: 0 !important
    }

    .menu-list>ul {
        opacity: 1;
        -moz-transition: all 0.5s;
        /* Firefox 4 */
        -webkit-transition: all 0.5s;
        /* Safari 和 Chrome */
        -o-transition: all 0.5s;
        /* Opera */
        transition: all 0.5s;


    }

    .menu-list-height0 {
        height: 0 !important;
    }

    .menu-list-height100 {
        height: 235px;

    }



    .menu-list>.menu-item {
        display: block;


        height: 47px;
        line-height: 47px;
        background-color: #e3e3e3;

        color: #2f2f2f;
        font-size: 15px;
    }

    .menu-list>ul {


        background-color: #bfbfbf;
    }

    .menu-item2 {


        height: 35px;
        line-height: 35px;


        color: #2F2F2F;
        font-size: 13px;

    }

    .menu-item2>div {
        width: 90%;
        height: 34px;
        margin: 0 auto;
    }

    .menu-item2>div>a {
        display: inline-block;
        width: 100%;
    }

    .menu-item>div {
        height: 46px;
        width: 90%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }


    .menu-item>div>a {
        display: inline-block;
        width: 100%;
    }

    .menu-item>div>span {
        display: inline-block;
        width: 25%;
        height: 47px;
        text-align: right;
    }

    .menu-item>div>span>.icon {
        position: relative;
        top: 5px;
        width: 25px;
        height: 25px;
    }

}

#head .nav .hl_nav,
#head .nav2 .hl_nav {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hl_nav .nav_img a {
    display: block;
    width: 100%;
    height: 100%;

}

.hl_nav .nav_img a img {
    display: block;

    height: 100%;
    -moz-transition: all 0.5s;

    -webkit-transition: all 0.5s;

    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.hl_nav .nav_img a img:hover {

    transform: translateZ(0) scale(1.1);
}


#foot {
    width: 100%;

    background: #ffffff;
    position: relative;
    /*bottom:0px;*/
    border-top: 8px solid #FF2200;
    padding-top: 65px;
}

#foot .foot-mid {

    width: 1300px;
    /*background-color: #ffc53d;*/
    margin: 0 auto;

}


#foot .foot-mid .left {
    width: 88%;
    display: inline-block;

}

#foot .foot-mid .left ul.big-item {}

#foot .foot-mid .left ul.big-item li {
    float: left;
    width: 178px;
}

#foot .foot-mid .left ul.big-item li .title {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;

}

#foot .foot-mid .left ul.big-item li a {
    display: block;
    /*margin-bottom: 5px;*/

    color: #7b7b7b;
    font-size: 14px;
    font-weight: 300;

    margin-bottom: 5px;
}

#foot .foot-mid .left ul.big-item li a:hover {
    color: #ff2200;
}

#foot .foot-mid .mid {
    float: left;
    width: 2px;
    height: 155px;
    background: #EAEAEA;
}

#foot .foot-mid .right {
    width: 11%;
    display: inline-block;
    text-align: right;
    vertical-align: top;

}

#foot .foot-mid .right .mon {
    margin-top: 5px;
}

#foot .foot-mid .right .xian {
    width: 182px;
    position: relative;
    height: 36px;
    line-height: 36px;
    border: 1px solid #E83817;
    border-radius: 5px;
    margin: 30px auto 0px;
}


#foot .foot-mid .foot-bottom {}

#foot .foot-mid .foot-bottom img {
    float: left;
}

#foot .foot-mid .foot-bottom .bot-right ul li {
    list-style: none;
    /*display: inline;*/
    color: #7b7b7b;
    height: 12px;
    line-height: 12px;
    float: left;
    font-size: 12px;

}

#foot .foot-mid .foot-bottom .bot-right ul li a {
    color: #A1A1A1;
}

#foot .foot-mid .foot-bottom .bot-right ul li:last-child {
    border-right: none
}

#foot .foot-mid .foot-bottom .bot-right {
    float: left;
}

#foot .foot-mid .foot-bottom .bot-right .next-box {
    margin-top: 45px;
    margin-bottom: 50px;

}


ul,
li {
    list-style: none;
}

.clear {
    clear: both;
}

/*字体大小*/
.f12 {
    font-size: 12px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.f22 {
    font-size: 22px
}

.f24 {
    font-size: 24px
}

.f32 {
    font-size: 32px
}

.f40 {
    font-size: 40px;
}

.f66 {
    font-size: 66px;
    font-weight: bold
}

.f-w-800 {
    font-weight: 800
}

.f-w-200 {
    font-weight: 200;
}

/*字体颜色*/
.f-white {
    color: #ffffff;
}

.f-red1 {
    color: #E83817
}

.f-gray1 {
    color: #8C8C8C
}

.f-green {
    color: #8FC430
}

.f-yel {
    color: #F8B61C
}

.f-blue {
    color: #28A7E1
}

.f-pink {
    color: #F091A0
}

.f-b-g {
    color: #45BCB4
}

.f-gray3 {
    color: #C3C3C3
}

.f-gray4 {
    color: #A1A1A1
}

.f-black48 {
    color: #484848
}

.f-black2 {
    color: #424242
}

.back-b {
    background-color: #000000
}

.back-y {
    background-color: #FFE60F
}

.back-p {
    background-color: #FC0EAB
}

.c1 {
    margin-left: 72px
}

.p-top1 {
    padding-top: 44px;
}

.m-top1 {
    margin-top: 20px;
}

.m-top80 {
    margin-top: 80px
}

.m-top60 {
    margin-top: 60px
}

/*svg*/
.svg-next {
    height: 16px;
    width: 16px;
    position: relative;
    top: 2px;
}



.more-videos {
    margin: 0px;
    position: relative;
    width: 100%;

    height: 0px;

    padding-bottom: 57%;
    overflow: hidden;
    zoom: 1;

}

.more-videos .video-pic {
    width: 100%;
    height: 100%;
    position: absolute;
}

.more-videos .video-pic video {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateZ(0) translateX(-50%);
}


.more-videos .video-bottom {
    position: absolute;
    bottom: 0;

    width: 100%;
}

.more-videos .video-bottom .bottom-buttons {
    text-align: center;
    margin: 80px auto;
}

@media screen and (min-width: 1025px) {
    .more-videos {
        min-height: 768px;

    }

    .more-videos .video-bottom .bottom-buttons .button2:hover {
        background: #FFFFFF;
        opacity: 0.9;
        color: #717171;
    }

    .more-videos .video-bottom .bottom-buttons a {
        display: inline-block;
        height: 60px;
        line-height: 54px;
        width: 230px;
        text-align: center;
        margin: 0 40px;
        border-radius: 34px;
        font-size: 18px;
        font-family: SourceHanSansCN;
        cursor: pointer;
    }



    .more-videos .video-bottom .bottom-buttons .button2 {
        line-height: 54px;
        opacity: 0.9;
        color: #FFFFFF;
        border: 3px solid #FFFFFF;
        -moz-transition: all 0.3s;
        /* Firefox 4 */
        -webkit-transition: all 0.3s;
        /* Safari 和 Chrome */
        -o-transition: all 0.3s;
        /* Opera */
        transition: all 0.3s;

    }
}

@media screen and (max-width: 1024px) {

    .more-videos .video-bottom .bottom-buttons {
        margin: 30px auto;
    }

    .more-videos .video-bottom .bottom-buttons a {
        display: inline-block;
        height: 39px;
        line-height: 39px;
        width: 225px;
        text-align: center;
        margin: 10px 20px;
        border-radius: 19px;
        font-size: 17px;
        font-family: SourceHanSansCN;
        cursor: pointer;
    }



    .more-videos .video-bottom .bottom-buttons .button2 {
        line-height: 39px;
        border: none;
        color: #151515;
        background-color: rgba(255, 255, 255, 0.8);



    }

    .more-videos .video-bottom .bottom-buttons a:nth-child(2) {
        display: none;
    }
}

@-webkit-keyframes scale-slow {
    0% {
        -webkit-transform: scale(1);
    }



    50% {
        -webkit-transform: scale(1.1);
    }


    98% {
        -webkit-transform: scale(1);
    }
}

@keyframes scale-slow {
    0% {
        transform: scale(1);
    }


    50% {
        transform: scale(1.1);
    }



    98% {
        transform: scale(1);
    }
}

.banner-text {

    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;

    left: 0;

    text-align: center;
    z-index: 99;
}

.banner-text>span {
    display: inline-block;
    width: 180px;
    height: 100px;

    color: #f5f5f5;
}

.banner-text .second-text {
    border-left: 2px solid white;
    border-right: 2px solid white;
}

.banner-text>span>div:nth-child(1) {
    font-size: 36px;
}

.banner-text>span>div:nth-child(2) {
    font-size: 14px;

}

.form-item>img {
    vertical-align: middle;
}

.form-item>.txt-gray {
    color: #7c7c7c;
}

/*about us*/
.about-contain {
    width: 100%;
    background-color: #464646;
}

.about-us {

    width: 1300px;

    position: relative;

    margin: 0 auto;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding:  0 0 55px;

}



.about-us .about-left {
    display: inline-block;
    padding-top: 58px;
    position: relative;


}

.about-us .about-left h1 {
    font-size: 24px;

    color: #f5f5f5;
    font-weight: 300;
}

.about-us .about-left h2 {
    margin-top: 15px;
    font-size: 28px;

    font-weight: 800;
    color: #f5f5f5;
    letter-spacing: 2px
}

.about-us .about-left h3 {
    font-size: 14px;

    letter-spacing: 1px;
    color: #8C8C8C;
    margin-top: 5px;
}

.about-us .about-left h4 {
    font-size: 12px;

    letter-spacing: 1px;
    color: #8C8C8C;
    margin-top: 5px;
}

.about-us .about-left .images {
    margin-top: 15px;
}

.about-us .about-left .images a {
    display: inline-block;
    height: 34px;
    width: 34px;
    font-size: 0;
    margin-right: 10px;
    overflow: hidden;
}

.images .logos:hover .img-black {
    display: none;
}

.about-us .about-left .images img {
    height: 34px;
    width: 34px;
    cursor: pointer;
    display: inline-block;
}

.about-us .about-right {
    display: inline-block;
    padding-top: 55px;
    vertical-align: top;
    width: 700px;

}

@media screen and (max-width: 1024px) {
    /* .about-us .about-right {
        display: none;

    } */

}

.about-us .about-right input {
    border: 1px solid #F5F5F5;
    border-radius: 3px;
    font-size: 16px;
    color: #7C7C7C;
    background-color: transparent;
    padding-left: 12px;
    margin-bottom: 18px;
}

.head-box {
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    flex-flow: nowrap;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;

}

.form-item {
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    flex-flow: wrap;
    justify-content: start;
    align-items: flex-start;
    width: 100%;
}

.about-us .about-right .input-type2 {
    width: 100%;
    height: 36px;
}

.about-us .about-right .input-type3 {
    border: 1px solid #F5F5F5;
    border-radius: 3px;
    font-size: 16px;
    color: #7C7C7C;
    background-color: transparent;
    padding-left: 12px;
    padding-top: 5px;
    margin-bottom: 18px;
    width: 100%;
    height: 93px;
    vertical-align: top;
    resize: none;
    overflow: auto;
}

.about-us .about-right .send-button {
    display: inline-block;
    width: 124px;
    height: 42px;
    background: #f5f5f5;
    border-radius: 6px !important;
    font-size: 16px;
    font-weight: 300;

    color: #000000;
    text-align: center;

}

@media screen and (min-width: 1025px) {
    .about-us .about-right .send-button:hover {

        opacity: 0.8;

    }
}

/* @media screen and (min-width: 1430px) {
    .about-us .about-right .input-type1 {
        width: 200px;
        height: 36px;
        margin-right: 50px;
    }


} */

/* @media screen and (min-width: 1280px) and (max-width: 1429px) {
    .about-us {

        width: 1170px;

    }

    .about-us .about-right .input-type1 {
        width: 200px;
        height: 36px;
        margin-right: 50px;
    }


} */

/* @media screen and (min-width: 1025px) and (max-width: 1279px) {
    .about-us {

        width: 95%;

    }

    .about-us .about-right .input-type1 {
        width: 200px;
        height: 36px;
        margin-right: 50px;
    }


} */

/* @media screen and (max-width: 1024px) { */
    .about-us {
        max-width: 1400px;
        width: 90%;
        flex-flow: wrap;

    }

    .about-us .about-right .input-type1 {
        width: 200px;
        height: 36px;
        margin-right: 50px;
    }

/* } */

@media screen and (max-width: 800px) {
    .head-box {
        flex-flow: wrap;
        justify-content: start;

    }

    .head-box span {
        width: 50%;
    }

    .head-box span .input-type1 {
        width: 90% !important;
    }

    .head-box .span-type4 {
        width: 100%;
    }

    .head-box .span-type4 .input-type1 {
        width: 100% !important;
        margin-right: 0;
    }

    .head-box .input-type1 {
        width: 85%;
        height: 36px;
        margin-right: 50px;
    }


    .head-box:nth-last-child() .form-item {
        display: -ms-flexbox;
        /* 混合版本语法: IE 10 */
        display: -webkit-flex;
        /* 新版本语法: Chrome 21+ */
        display: flex;
        flex-flow: wrap;
        justify-content: start;
        align-items: flex-start;
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .head-box>span {
        width: 50%;
    }

    .about-us .about-right .input-type1 {

        width: 45%;
    }
}





#foot-order {
    /*width: 100%;*/
    height: 470px;
    position: relative;
    background-color: #F2F2F2;
    /*bottom:0px;*/
    /*background-color: #ffc53d;*/
}

#foot-order .foot-mid-order {
    width: 1200px;
    height: 314px;
    margin: 0 auto;
}

#foot-order .foot-box-order {
    margin-top: 46px;
    padding-top: 24px;
    padding-bottom: 195px;
    border-top: 2px solid #EAEAEA;
}

#foot-order .foot-mid-order .left {
    float: left;
    margin-top: 6px;
}

#foot-order .foot-mid-order .left ul.big-item {}

#foot-order .foot-mid-order .left ul.big-item li {
    float: left;
    width: 155px;
}

#foot-order .foot-mid-order .left ul.big-item li .title {
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}

#foot-order .foot-mid-order .left ul.big-item li a {
    display: block;
    /*margin-bottom: 5px;*/
    line-height: 1.8;
    color: #8C8C8C;
    font-size: 12px;
}

#foot-order .foot-mid-order .left ul.big-item li a:hover {
    color: red;
}

#foot-order .foot-mid-order .mid {
    float: left;
    width: 2px;
    height: 155px;
    background: #EAEAEA;
}

#foot-order .foot-mid-order .right {
    float: right;
    text-align: center;
    margin-top: 20px;
}

#foot-order .foot-mid-order .right .mon {
    margin-top: 5px;
}

#foot-order .foot-mid-order .right .xian {
    width: 182px;
    position: relative;
    height: 36px;
    line-height: 36px;
    border: 1px solid #E83817;
    border-radius: 5px;
    margin: 30px auto 0px;
}

#foot-order .foot-mid-order .right .xian img {
    position: absolute;
    top: 10px;
    left: 44px;
}

#foot-order .foot-mid-order .right .xian p {
    position: absolute;
    right: 46px;
    display: inline;
}

#foot-order .foot-mid-order .foot-bottom-order {
    height: 50px;
    /*background-color: #8a6d3b;*/
    position: absolute;
    margin-top: 26px;
}

#foot-order .foot-mid-order .foot-bottom-order img {
    float: left;
}

#foot-order .foot-mid-order .foot-bottom-order .bot-right ul li {
    list-style: none;
    /*display: inline;*/
    height: 12px;
    line-height: 12px;
    float: left;
    font-size: 12px;
    padding: 0px 5px;
    border-right: 1px solid #A1A1A1;
}

#foot-order .foot-mid-order .foot-bottom-order .bot-right ul li a {
    color: #A1A1A1;
}

#foot-order .foot-mid-order .foot-bottom-order .bot-right ul li:last-child {
    border-right: none
}

#foot-order .foot-mid-order .foot-bottom-order .bot-right {
    float: left;
}

#foot-order .foot-mid-order .foot-bottom-order .bot-right .next-box {
    margin-top: 16px;
}

/*其他底部 */
#foot-order .foot-head ul {
    width: 1200px;
    margin: 0 auto;
}

#foot-order .foot-head ul li .to_four {

    display: block;
    height: 90px;
}

#foot-order .foot-head ul li {
    float: left;
    font-size: 18px;
    font-weight: 400;
    width: 25%;
    text-align: center;
}

#foot-order .foot-head ul li:first-child {
    text-align: left;
}

#foot-order .foot-head ul li:last-child {
    text-align: right;
}

#foot-order .foot-head ul li img {
    position: relative;
    top: 30px;
}

#foot-order .foot-head ul li span {
    position: relative;
    top: 21px;
    left: 13px;
}

#foot-order .foot-head ul li:last-child img {
    position: relative;
    top: 30px;
    right: 13px;
}

#foot-order .foot-head ul li:last-child span {
    position: relative;
    top: 21px;
    left: 0px;
}

#mobile-foot {
    display: none;
}

@media screen and (min-width: 1280px) and (max-width: 1429px) {

    #foot .foot-mid {
        width: 1170px;
    }

    #foot .foot-mid .left ul.big-item li {
        width: 16%;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {

    #foot .foot-mid {
        width: 95%;
    }

    #foot .foot-mid .left ul.big-item li {
        width: 16%;
    }
}

@media screen and (max-width: 1024px) {
    #foot {
        display: none;
    }

    #mobile-foot {
        display: block;
        width: 100%;

        background: #000;
        position: relative;


    }

    .mobile-foot-box {
        width: 95%;
        height: 140px;
        margin: 0 auto;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-flow: nowrap;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-foot-box .left {

        margin-right: 30px;
        word-wrap: break-word;
        word-break: keep-all;
    }

    .mobile-foot-box .right {
        height: 80px;
        width: 80px;
        font-size: 0;
    }

    .mobile-foot-box .right div {
        display: inline-block;
        font-size: 0;
        height: 80px;
        width: 80px;
    }

    .mobile-foot-box .right div img {
        -webkit-touch-callout: default;
    }

    .foot-copyright {
        color: #BFBFBF;
        font-size: 11px;
    }
}

#page {
    margin: 20px auto;
    color: #666;
    display: block;
    text-align: center;
}

#page li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.xl-nextPage,
.xl-prevPage {
    width: 60px;
    color: #0073A9;
    height: 28px;
}

#page li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}

#page li.xl-disabled:hover {
    background-color: #f9f9f9 !important;
    border: 1px solid #dce0e0 !important;
    color: #666 !important;
}

#page li.xl-active {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}

#page li:hover {
    background-color: #0073A9 !important;
    border-color: #0073A9;
    color: #FFF
}

#page li.xl-jumpText {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    opacity: 1;
}

#page li.xl-jumpText:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
}

#page li.xl-jumpButton {
    padding: 0 5px;
}

#xlJumpNum {
    width: 35px;
    margin: 0 3px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*翻页*/
.pagelist {
    clear: both;
    height: 30px;
    padding: 30px 0;
    text-align: center;
    line-height: 26px;
    color: #333;
    font: normal 16px/30px Helvetica, sans-serif
}

.pagelist span,
.pagelist a {
    display: inline-block;
    vertical-align: top;
    color: #333;
    height: 30px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    background: #ddd;
    margin-left: 6px
}

.pagelist span {
    color: #333;
    background: none
}

.pagelist a:hover {
    background: #ccc;
    text-decoration: none
}

.pagelist a.curr,
.pagelist a.curr:hover,
.pagination .current {
    background: #6a9b2e;
    color: #fff
}

.pagelist .page_prev,
.pagelist .page_next,
.pagelist .page_prev:hover,
.pagelist .page_next:hover,
.pagination .prev,
.pagination .next,
.pagination .prev:hover,
.pagination .next:hover {
    color: #fff;
    font-family: Tahoma, sans-serif;
    background: #333 url(../images/cs_btn.png) 0 -170px no-repeat;
    width: 30px;
    padding: 0
}

.pagelist .page_next,
.pagelist .page_next:hover,
.pagination .next,
.pagination .next:hover {
    background-position: -30px -170px
}

.pagelist .page_prev:hover,
.pagelist .page_next:hover,
.pagination .prev:hover,
.pagination .next:hover {
    background-color: #555
}

.pagelist span.pageinfo {
    color: #000;
    margin-left: 10px;
    border: 1px solid #ddd;
    padding: 0;
    height: 28px;
    overflow: hidden
}

.pagelist span.pageinfo input.t {
    height: 28px;
    background: #fff;
    border: 0;
    width: 50px;
    text-align: center;
    vertical-align: text-bottom
}

.pagelist span.pageinfo input.btn {
    background: #333;
    height: 30px;
    width: 36px;
    cursor: pointer;
    border: 0;
    vertical-align: top;
    color: #fff;
    font-family: Verdana;
    font-size: 16px
}

/* pagebar */
.pagebar {
    text-align: center;
    padding: 0 8px;

    color: #333;
    font: normal 16px/30px Helvetica, sans-serif
}

.pages em,
.pages a,
.pages strong,
.pages i {
    display: inline-block;
    vertical-align: top;
    color: #333;
    height: 30px;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    margin-left: 6px;
    font-family: "微软雅黑", "黑体", "宋体";
    border: 1px solid transparent;
}


.pages em,
.pages i {
    display: none;
}

.pages strong {
    font-weight: 700;
    color: #000000;
}

.pages kbd input {
    margin-left: 5px;
    width: 30px;
    vertical-align: middle;
}

.cuspages {

    line-height: 200%;
}

.cuspages .pages {
    display: inline;
    clear: none;
    margin-right: 10px;
}

.fixsel select {
    margin: 3px 5px 3px 0;
}

.pages a.next,
.pages a.prev {
    color: #767676;
    font-family: Tahoma, sans-serif;
    width: 60px;
    padding: 0
}

.pages a.next:hover,
.pages a.prev:hover {
    color: #000000;
}

.pages a.next,
.pages a.next:hover {
    background-position: -30px -170px
}

kbd input {
    border: solid 1px #ccc;
    padding: 4px 6px;
}

.pagered .pages em,
.pagered .pages a,
.pagered .pages strong {
    border: 1px solid transparent !important;
}

.pagered .pages a:hover {
    text-decoration: none;
    border: 1px solid #cd2b3a;
    background: #cf0c08;
    color: #FFF;
}

.pagered .pages strong {
    background: #cf0c08;
    color: #FFF;
}

.pagebar kbd {
    display: none;
}




.hl_nav {
    /*background-color: #FD463E;*/
    position: relative;
    /* color: #ffffff; */

}



.hl_nav .search .chp {
    color: #797979;
    float: right;
    /*top:10px;*/
    margin-top: -1px;
    font-weight: 400;
    font-size: 16px;
}

.hl_nav .search img {
    width: 40px;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    transition: all 0.5s;

    position: relative;
    top: -1px;
    /* Opera */
}

.hl_nav .search img:hover {
    transform: translateZ(0) scale(1.3);
}

.hl_nav li a {
    text-decoration: none;
    /*color:#333;*/
    font-size: 16px;
}


.hl_nav a {
    display: block;
    text-decoration: none;
}

.shade {
    position: absolute;
    width: 200vw;
    height: 0px;
    left: -1000px;
    top: 102px;
    z-index: 1;
    background-color: #ffffff;
    /*opacity: 0.9;*/
    /*box-shadow: 0 5px 15px #CCCCCC;*/

    border-bottom: #ffffff solid 1px;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    /* Opera */

    transition: all 0.5s;

}




.last_two {
    margin-top: 60px;
}


.hl_nav #isMobile {
    display: none;
}

.pf-slider-nav.nav-style-1 {

    display: none !important;
}

.toast {
    position: fixed;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 325px;
    font-size: 17px;
    line-height: 26px;
    border-radius: 15px;
    color: #ffffff;
    opacity: 0.8;
    padding: 22px 24px;
    background-color: #313131;
}

@media screen and (max-width: 1024px) {
    .toast {

        width: 300px;

    }
}