@charset "utf-8";
@import url(../font/fonts/iconfont.css);
/* 鼠标箭头 */
.jiantou {
    cursor: default;
}
@font-face {
    font-family: 'BEBAS';
    src: url('../font/BEBAS.TTF');
}
/* 字体图标 */
@font-face {
    font-family: 'pn-b';
    src: url('../font/ProximaNova-Bold.eot');
    src: url('../font/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Bold.woff2') format('woff2'), url('../font/ProximaNova-Bold.woff') format('woff'), url('../font/ProximaNova-Bold.ttf') format('truetype'), url('../font/ProximaNova-Bold.svg#iconfont') format('svg');
}
@font-face {
    font-family: 'pn-r';
    src: url('../font/ProximaNova-Regular.eot');
    src: url('../font/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Regular.woff2') format('woff2'), url('../font/ProximaNova-Regular.woff') format('woff'), url('../font/ProximaNova-Regular.ttf') format('truetype'), url('../font/ProximaNova-Regular.svg#iconfont') format('svg');
}
@font-face {
    font-family: 'pn-l';
    src: url('../font/ProximaNova-Light.eot');
    src: url('../font/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('../font/ProximaNova-Light.woff2') format('woff2'), url('../font/ProximaNova-Light.woff') format('woff'), url('../font/ProximaNova-Light.ttf') format('truetype'), url('../font/ProximaNova-Light.svg#iconfont') format('svg');
}
.navto{
    position: relative;
    top: -90px;
    display: block;
}
.nolink{
    opacity: .5;
    cursor: no-drop;
}
#bsWXBox{
    overflow: hidden;
}
.bsTop{
    width: 100% !important;
}
.bsFrameDiv>div{
    width: 100% !important;
    height: 210px !important;
}
.bsFrameDiv>div img{
    margin: 15px !important;
}
/* 背景主体颜色 */
body {
    background-color: #fff;
    color: #333333;
    font-size: 15px;
}
a {
    font-size: 15px;
    color: #333;
}
a:hover {
    color: #323c6f;
}
/* 图片对齐 */
img {
    vertical-align: middle;
}
i {
    display: inline-block;
    vertical-align: middle;
}
.container {
    padding: 0;
    margin: auto;
}
p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.border{
    border: 1px solid #eee;
}
.border-p{
    padding: 2px;
}
/* 单一版心媒体查询修改最大最小宽度 */
@media screen and (min-width: 1680px) {
    .container {
        width: 1600px;
    }
}
@media screen and (max-width: 992px) {
    .container {
        padding: 0 15px;
    }
}
/* 头部1 */
.head01{
    background-color: #f1f1f1;
}
.head01 .box{
    display: flex;
    justify-content: space-between;
}
.head01 .box p{
    font-size: 13px;
    line-height: 30px;
    color: #666;
}
.head01 .box a{
    font-size: 13px;
    color: #666;
}
.head01 .box a i{
    line-height: 1;
    font-size: 18px;
    margin-right: 5px;
    transform: translateY(-1px);
    color: #999;
}
.head01 .box span{
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #c8c8c8;
    position: relative;
    top: 1px;
    margin: 0 12px;
}
.head02{
    /* padding: 30px 0; */
    height: 120px;
    display: flex;
    background: #fff;
}
.head02 .headbox_logo{
    padding-right: 50px;
}
.head02 .box{
    display: flex;
    justify-content: space-between;
}
.head02 .headbox_logo a img{
    max-width: 160px;
}
.head02 .headbox_logo .htit{
    padding-left: 20px;
    border-left: 1px solid #e1e1e1;
    margin-left: 20px;
}
.head02 .headbox_logo .htit h2{
    font-size: 28px;
    font-weight: bold;
    color: #333;
    padding-bottom: 3px;
}
.head02 .headbox_logo .htit p{
    font-size: 12px;
    color: #999;
}
.head02 .headbox_logo .htit p span{
    color: #323c6f;
}
.head02 .hdh{
    display: flex;
    justify-content: left;
    align-items: center;
}
.head02 .hdh i{
    font-size: 22px;
    margin-right: 6px;
    color: #ddd;
}
.head02 .hdh span:last-of-type{
    font-size: 16px;
    color: #666;
}
.head02 .hdh a{
    font-size: 28px;
    font-family: 'pn-b';
    margin-left: 5px;
}
.head02 .hdh strong{
    color: #333;
    /* font-size: 24px; */
}
.head03{
    background: #323c6f;
}
.head03 .headbox_navxl{
    top: 210px;
    z-index: 99;
    width: 100%;
}
.head03 .headbox_navitem{
    overflow: unset;
}
.head03 .headbox_navitem .headbox_navitema{
    line-height: 60px;
}
.head03 .headbox_navitema::after{
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(50%, -50%) rotate(0deg);
    -webkit-transform: translate(50%, -50%) rotate(0deg);
    -moz-transform: translate(50%, -50%) rotate(0deg);
    -ms-transform: translate(50%, -50%) rotate(0deg);
    -o-transform: translate(50%, -50%) rotate(0deg);
}
.head03 .headbox_navxl_box{
    padding: 65px 0;
    display: flex;
    padding-left: 200px;
    width: 90%;
    margin: auto;
    max-width: 1660px;
}
/* 公共部分样式开始 */
.head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background-color: #009a67;
    z-index: 999;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.head_zw {
    height: 90px;
}
.head .container {
    height: 100%;
}
.headbox {
    display: flex;
    height: 100%;
/*    position: relative;*/
}
.head .headbox::after{
    content: '';
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: absolute;
    right: 100%;
}
.headbox_logo {
    position: relative;
    display: flex;
    padding-right: 138px;
    background-color: #fff;
}
.headbox_logoa {
    display: flex;
    align-items: center;
}
.headbox_logoa img{
    max-width: 160px;
}
.headbox_logodw {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    min-width: 1000px;
}
.headbox_nav {
    flex: 1;
    display: flex;
    padding: 0;
}
.headbox_navitem {
    flex: 1;
    display: flex;
    /* position: relative; */
    overflow: hidden;
}
.headbox_navitemsj {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    display: flex;
}
.headbox_navitemsj i{
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid rgb(255, 255, 255);
    opacity: 0;
}
.headbox_navitemsj img {
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.headbox_navitem:hover .headbox_navitemsj {
    margin-left: -10px;
    bottom: -1px;
}
.headbox_navitem:hover .headbox_navitemsj i {
    opacity: 1;
}
.headbox_navitem.on .headbox_navitemsj {
    margin-left: -10px;
    bottom: -1px;
}
.headbox_navitem.on .headbox_navitemsj img {
    display: block;
}
.headbox_navitem .headbox_navitema {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #fff;
/*    font-weight: 700;*/
    z-index: 3;
}
.headbox_navitema::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, .4);
    transform: translate(50%, -50%) rotate(30deg);
    -webkit-transform: translate(50%, -50%) rotate(30deg);
    -moz-transform: translate(50%, -50%) rotate(30deg);
    -ms-transform: translate(50%, -50%) rotate(30deg);
    -o-transform: translate(50%, -50%) rotate(30deg);
}
.headbox_navitem:last-child .headbox_navitema::after {
    display: none;
}
.headbox_ss {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.headbox_ssbox i {
    font-size: 20px;
    color: #fff;
}
.headbox_dwbox {
    display: none;
    position: absolute;
    right: 0;
    top: 90px;
}
.headbox_ssfr {
    position: relative;
    display: flex;
    background-color: rgba(255, 255, 255, .9);
    padding: 0 20px;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.headbox_ssdw {
    position: absolute;
    right: 19px;
    top: 50%;
    transform: translateY(-49%);
    -webkit-transform: translateY(-49%);
    -moz-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    -o-transform: translateY(-49%);
    z-index: 1;
}
.headbox_ssdw i {
    font-size: 18px;
    color: #17a375;
}
.headbox_ssfrsr {
    height: 52px;
    line-height: 52px;
    border: 0;
    font-size: 15px;
    color: #333;
    background-color: transparent;
}
.headbox_ssfrtj {
    position: relative;
    height: 52px;
    width: 52px;
    border: 0;
    cursor: pointer;
    z-index: 2;
    background-color: transparent;
}
.headbox_ssfrsr::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}
.headbox_ssfrsr:-moz-placeholder {
    color: #999;
    font-size: 14px;
}
.headbox_ssfrsr::-moz-placeholder {
    color: #999;
    font-size: 14px;
}
.headbox_ssfrsr:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}
.headbox_btn {
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.headbox_btn i {
    font-size: 24px;
    color: #fff;
}
.lang_btn{
    display: none;
}
/* 底部 */
.foot {
    background-color: #333333;
}
.foott {
    display: flex;
}



.foottl {
    flex: 1;
}
.foottl_nav {
    height: 71px;
    line-height: 70px;
    border-bottom: 1px solid #444444;
    display: flex;
    justify-content: space-between;
}
.foottl_navl .foottl_navla {
    display: inline-block;
    font-size: 15px;
    color: #999999;
    padding-right: 36px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.foottl_navl .foottl_navla:hover {
    color: #fff;
    /* padding-left: 5px; */
}
.foottl_navrdt span {
    font-size: 15px;
    color: #999999;
}
.foottl_navrdt i {
    font-size: 24px;
    color: #999999;
    line-height: 1;
}
.foottl_navrdt:hover span {
    color: #fff;
}
.foottl_navrdt:hover i {
    color: #fff;
}
.foottl_qt {
    padding: 65px 0 120px;
    display: flex;
    justify-content: space-between;
}
.foottl_qtl_item {
    margin-top: 5px;
    color: #999;
}
.foottl_qtl_item span {
    font-size: 15px;
    margin-right: 5px;
}
.foottl_qtl_item a{
    font-size: 15px;
    color: #999999;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.foottl_qtl_item a strong{
    color: #fff;
    font-weight: normal;
}
.foottl_qtl_item:hover a{
    color: #fff;
}
.foottl_qtr{
    margin-bottom: 15px;
}


.foottr {
    /* margin-left: 36px; */
    position: relative;
    display: flex;
}
.foottr .ov-h{
    margin-left: 10px;
}
.foottl_bq {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #666;
}
.foottr img {
    background-color: #fff;
    padding: 5px;
    padding-bottom: 2px;
    max-width: 150px;
    }
    .foottr p{
    font-size: 13px;
    text-align: center;
    background-color: #fff;
    padding-bottom: 7px;
    }

.foottl_bq  img{
    display: inline-block;
}
.foottl_qtr img{
    max-width: 180px;
    margin-top: 0;
}
/* 头部下拉 */
.headbox_navxl {
    display: none;
    position: absolute;
    left: 0;
    top: 90px;
    width: 100vw;
    background-color: #fff;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); */
   box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.headbox_navxl_box {
    padding: 65px 0;
    display: flex;
    padding-left: 650px;
}
.headbox_navxl_boxl h2 {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
}
.headbox_navxl_boxl P {
    margin-top: 20px;
    width: 120px;
    font-family: 'BEBAS';
    font-size: 26px;
    line-height: 30px;
    color: #e9e9e9;
    word-break: break-word;
}
.headbox_navxl_boxx {
    margin: 0 55px;
    width: 1px;
    background-color: #e1e1e1;
}
.headbox_navxl_boxr {
    width: 265px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.headbox_navxl_boxr>a {
    position: relative;
    width: 50%;
    font-size: 15px;
    color: #666666;
    padding: 10px;
}
.headbox_navxl_boxr>a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #333;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.headbox_navxl_boxr>a:hover::after {
    width: 22px;
}
.headbox_navxl_boxr>a:hover {
    padding-left: 12px;
    color: #323c6f;
}
.foottl_bq a {
    font-size: 13px;
    color: #666;
}
/* 服务与支持 */
.fwzc {
    margin-top: 90px;
    background-color: #323c6f;
}
.fwzcbox {
    display: flex;
    height: 165px;
}
.fwzcboxl {
    font-family: 'BEBAS';
    text-transform: uppercase;
    width: 25%;
    display: flex;
    position: relative;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    color: rgba(255, 255, 255, .15);
}
.fwzcboxldw {
    position: absolute;
    top: 32px;
    left: 32px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.fwzcboxr {
    display: flex;
    align-items: center;
}
.fwzcboxr_box {
    display: flex;
}
.fwzcboxr_box .fwzcboxr_boxa {
    display: flex;
    margin-left: 80px;
}
.fwzcboxr_boxai {
    margin: 0 22px;
}
.fwzcboxr_boxai i {
    padding-top: 6px;
    font-size: 50px;
    color: #fff;
    line-height: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    opacity: .5;
}
.fwzcboxr_boxatxt {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.fwzcboxr_boxatxt span {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}
.fwzcboxr_boxatxt p {
    text-transform: uppercase;
    font-size: 13px;
    color: rgba(255, 255, 255, .8);
}
.fwzcboxr_box .fwzcboxr_boxa:hover i {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.fwzcboxr_box .fwzcboxr_boxa:hover .fwzcboxr_boxatxt {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
}
/* 内页通栏背景 */
.nytl {
    position: relative;
    height: 280px;
    overflow: hidden;
}
.nytlbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    z-index: -1;
}
.nytl:hover .nytlbox {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.nytl .container {
    height: 100%;
    display: flex;
    align-items: center;
}
.nytl_txt {
    width: 100%;
    padding-left: 200px;
}
.nytl_txth {
    font-size: 36px;
    font-weight: 700;
    color: #333;
}
.nytl_x {
    margin-top: 15px;
    height: 1px;
    width: 70px;
    background-color: #323c6f;
}
.nytl_p {
    margin-top: 5px;
    font-size: 18px;
    color: #333333;
}
.nylinkbox {
    display: flex;
    border-bottom: 1px solid #d8d8d8;
}
.nylinkbox .nylinkbox_item {
    height: 72px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    margin-right: 30px;
}
.nylinkbox_item span {
    position: relative;
    font-size: 18px;
    color: #333333;
}
.nylinkbox_item span::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 35px;
    height: 1px;
    background-color: #333;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.nylinkbox .nylinkbox_item:hover span::before,
.nylinkbox .nylinkbox_item.on span::before {
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}
.nylinkbox .nylinkbox_item:hover span,
.nylinkbox .nylinkbox_item.on span {
    color: #323c6f;
    font-weight: 600;
}
/* 移动端 */
.nylink_mb {
    margin-top: 30px;
}
.nylink_mbtitle {
    height: 70px;
    background-color: #323c6f;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nylink_mbtitle span {
    font-size: 24px;
    color: #ffffff;
}
.nylink_mbtitle i {
    font-size: 28px;
    color: #ffffff;
    cursor: pointer;
}
.nylink_mbbox {
    padding: 25px 0;
    background-color: #f5f5f5;
}
.nylink_mbboxbig {
    display: flex;
    flex-wrap: wrap;
}
.nylink_mbboxbig .nylink_mbboxbig_item {
    width: 50%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 15px;
    color: #333333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.nylink_mbboxbig .nylink_mbboxbig_item:nth-child(even) {
    border-right: 0;
}
.nylink_mbbox {
    display: none;
}
.nylink_mb {
    display: none;
}
.nylink_mbboxbig .nylink_mbboxbig_item:hover {
    background-color: #fff;
    color: #323c6f;
}
.nylink_mbboxbig .nylink_mbboxbig_item.on {
    background-color: #fff;
    color: #323c6f;
}
/* 内页标语 */
.nyby {
    height: 290px;
    display: flex;
    align-items: center;
}
.nyby_txt {
    width: 100%;
    text-align: center;
}
.nyby_txth {
    font-size: 68px;
    color: #e9e9e9;
    text-transform: uppercase;
    font-family: 'BEBAS';
}
.nyby_txtp {
    font-size: 30px;
    line-height: 1;
    color: #333333;
    transform: translateY(-30px);
}
/*内页分页 */
.ntfy {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}
.ntfybox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ntfybox .ntfybox_item {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    background-color: #f1f1f1;
    color: #333333;
    margin: 0 5px;
    margin-bottom: 10px;
}
.ntfybox .ntfybox_item:first-of-type,
.ntfybox .ntfybox_item:last-of-type{
    width: 90px;
}
.ntfybox .ntfybox_item.on {
    border: 1px solid #323c6f;
    background-color: #fff;
}
.ntfybox .ntfybox_item.bends {
    color: #999999;
}
/* 客户分类 */
.khflbox {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.khflboxdw {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #f1f1f1;
    z-index: -1;
    font-size: 16px;
    font-weight: bold;
}
.khflbox .khflbox_item {
    background-color: #f1f1f1;
    width: 25%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}
.khflbox .khflbox_item:hover {
    background-color: #323c6f;
    color: #fff;
}
.khflbox .khflbox_item.on {
    background-color: #323c6f;
    color: #fff;
}
.one .khflbox .khflbox_item{
    width: 0;
    padding: 0;
}
/* 内页面包屑 */
.nymbxbox {
    height: 71px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    line-height: 70px;
}
.nymbxbox_l {
    width: 87%;
    display: flex;
    overflow: auto;
}
.nymbxbox_l .iconweizhi {
    font-size: 24px;
    color: #9c9d9e;
}
.nymbxbox_l span {
    font-size: 15px;
    color: #999999;
    margin: 0 5px;
    flex-shrink: 0;
}
.nymbxbox_l a {
    font-size: 15px;
    color: #999999;
    padding: 0 8px;
    flex-shrink: 0;
}
.nymbxbox_l i {
    margin-top: 2px;
    font-size: 14px;
    color: #999999;
}
.nymbxbox_r {
    width: 13%;
}
.nymbxbox_r .nymbxbox_rfh {
    display: block;
    height: 42px;
    background-color: #e9e9e9;
    line-height: 42px;
    text-align: center;
}
.nymbxbox_rfh i {
    font-size: 20px;
    /* color: #111111; */
    margin-right: 10px;
}
.nymbxbox_rfh span {
    font-size: 15px;
    /* color: #333333; */
}
/* 侧边展开导航 */
.a_txt {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    overflow: hidden;
    z-index: 10000
}
.a_txt .div1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=0);
    opacity: 0;
    left: 0px;
    top: 0px;
    z-index: 1
}
.a_txt .div2 {
    position: absolute;
    width: 20%;
    left: 0px;
    top: 1%;
    z-index: 100;
    text-align: center;
    filter: alpha(opacity=0);
    opacity: 0;
    padding-right: 10px;
}
.a_txt .div2 img{
    display: inline-block;
}
.a_txt .div3 {
    position: absolute;
    width: 80%;
    right: 0px;
    top: 0px;
    background: #323c6f;
    height: 100%;
    z-index: 100;
    right: -80%
}
.a_txt .div3 ul {
    padding: 10%;
}
.a_txt .div3 ul li {
    border-bottom: 1px solid rgba(255,255,255,.2);
    clear: both;
}
.mblink_item {
    display: flex;
}
.mblink_itema {
    height: 55px;
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 15px;
    color: #fff;
    padding-left: 5%;
}
.mblink_itema:hover { color: #fff;}
.mblink_itemi {
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
}
.mblink_itemi.on:before{
    content: "\e728";
}
.a_txt2 {
    display: none;
    padding: 3% 8% 5%;
    border-top: 1px dotted rgba(255,255,255,.1);
    overflow: hidden;
/*  background: #333;*/
}
.a_txt2 a {
    font-size: 13px;
    display: block;
    height: 35px;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
/*  color: #333;*/
    width: 100%;
    float: left;
}
.a_txt2 a i{
    font-size: 12px;
    margin-right: 5px;
/*  color:#009a67*/
    color: rgba(255, 255, 255, .5);
}
.a_closed i{
    margin: auto;
    font-size: 30px;
    color: #fff;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);    /* IE 9 */
    -moz-transform:rotate(45deg);   /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 
}
.ov-h{
    overflow: hidden;
}
.shenglue {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.shenglue2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.shenglue3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.shenglue4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.shenglue5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.pic {
    position: relative;
    overflow: hidden;
}
.pic img {
    object-fit: cover;
    width: 100%;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.pic:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}
.center{
    text-align: center;
}
.more a{
    width: 220px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin-top: 20px;
}
.more a span {
    font-family: 'BEBAS';
    font-size: 18px;
    color: #333;
    margin-right: 10px;
    vertical-align: middle;
}
.more a i{
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}
@media screen and (max-width: 1600px) {
    .headbox_logo {
        padding-right: 30px;
    }
    .fwzcboxr_box .fwzcboxr_boxa {
        margin-left: 50px;
    }
    .nyby_txth {
        font-size: 58px;
    }
}
@media screen and (max-width: 1440px){
    .nytl_txt{
        padding-left: 20px;
    }
    .nytl_txth{
        font-size: 28px;
    }
    .nytl_p{
        font-size: 15px;
    }
    .headbox_navxl_boxl h2{
        font-size: 24px;
    }
    .foottr img{
        max-width: 150px;
    }
    .foottl_qt{
        padding-bottom: 100px;
    }
    .fwzcbox{
        height: 140px;
    }
    .fwzcboxldw{
        font-size: 28px;
        top: 36px;
    }
    .fwzcboxl{
        font-size: 28px;
    }
    .fwzcboxr_boxai i{
        font-size: 46px;
    }
    .fwzcboxr_boxatxt span{
        font-size: 20px;
    }
    .fwzcboxr_boxatxt p{
        font-size: 12px;
    }
    .fwzcboxr_boxai{
        margin: 0 15px;
    }
}
@media screen and (max-width: 1200px) {
    .head02 .headbox_logo .htit{
        display: none;
    }
    .head .container {
        width: 98%;
    }
    .foottr img {
        max-width: 120px;
    }
    .foottr p{
 
    }
    .headbox_nav {
        padding: 0 20px;
    }
    .foottl_navl .foottl_navla{
        margin-right: 10px;
        padding-right: 10px;
    }
    .headbox_ssfrsr {
        width: 120px;
    }
    .headbox_navitem .headbox_navitema {
        font-size: 15px;
    }
    .fwzcboxr_box .fwzcboxr_boxa {
        margin-left: 20px;
    }
    .fwzcboxr_boxai {
        margin: 0 10px;
    }
    .fwzcboxl {
        width: 30%;
    }
    .nylinkbox .nylinkbox_item {
        margin-right: 0;
        padding: 0;
        flex: 1;
        font-size: 15px;
    }
    .nyby_txth {
        font-size: 50px;
    }
    .nyby {
        height: 250px;
    }
}
@media screen and (max-width: 992px) {
    .head02 .headbox_logo a img{
        max-width: 120px;
    }
    .head03{
        background: #fff;
        position: absolute !important;
        right: calc(2rem + 15px);
        top: 1.6rem !important;
        width: 50px !important;
        /* float: right; */
    }
    .head03 .container{
        padding: 0;
        width: auto;
    }
    .lang_btn{
        /* margin-right: 10px; */
        display: block;
    }
    .lang_btn i{
        font-size: 22px;
        color: #999;
    }
    .head02 .hdh{
        display: none;
    }
    .head02{
        padding: 18px 0;
        height: auto;
        display: block;
        /* width: 50%; */
        /* float: left; */
    }
    .head03 .headbox_btn i{
        color: #333;
    }
    .head01{
        display: none;
    }
    .headbox_nav {
        display: none;
    }
    .head .container {
        width: 100%;
    }
    .headbox {
        justify-content: space-between;
    }
    .headbox_ss .headbox_ssbox{
        padding-right: 15px;
    }
    .head {
        height: 80px;
    }
    .head_zw {
        height: 80px;
    }
    .foottr {
        display: none;
    }
    .fwzc {
        margin-top: 50px;
    }
    .fwzcbox {
        display: flex;
        flex-flow: column;
        padding: 30px 0;
        height: auto;
    }
    .fwzcboxl {
        width: 100%;
        font-size: 30px;
        margin-bottom: 30px;
        display: none;
    }
    .fwzcboxldw {
        font-size: 28px;
        top: 10px;
        left: 0;
    }
    .fwzcboxr{
        align-items: flex-start;
    }
    .foottl_qt{
        padding: 40px 0;
    }
    .foottl_qtl_item{
        font-size: 14px;
        margin-top: 10px;
    }
    .foottl_bq{
        text-align: center;
        margin-bottom: 20px;
        line-height: 22px;
    }
    .fwzcboxr_boxai{
        margin-left: 0;
    }
    .fwzcboxr_boxai i {
        font-size: 36px;
    }
    .fwzcboxr_boxatxt span {
        font-size: 15px;
    }
    .fwzcboxr_boxatxt p {
        font-size: 10px;
        line-height: 14px;
    }
    .khflboxdw{
        height: 45px;
        line-height: 45px;
    }
    .khflbox .khflbox_item {
        width: 33.33%;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
    }
    .nyby_txth {
        font-size: 46px;
    }
    .nyby {
        height: 180px;
        margin-bottom: 20px;
    }
    .nyby_txtp {
        font-size: 28px;
    }
    .headbox_dwbox {
        top: 81px;
    }
    .headbox_btn {
        display: flex;
        padding: 0;
        justify-content: right;
    }
    .foot{
        padding-bottom: 50px;
    }
    .nytl {
        height: 240px;
    }
    .nytl_txt {
        text-align: left;
        padding-left: 0;
    }
    .nytl_x {
        display: none;
    }
    .nylinkbox {
        display: none;
    }
    .nylink_mb {
        display: block;
    }
    .ntfy {
        margin-top:20px;
    }
    .nymbxbox {
        height: 51px;
        line-height: 50px;
    }
    .nymbxbox_l span {
        font-size: 14px;
    }
    .nymbxbox_l .iconweizhi {
        font-size: 20px;
    }
    .nymbxbox_l a {
        font-size: 14px;
    }
    .nymbxbox_rfh span {
        font-size: 14px;
    }
    .nymbxbox_r .nymbxbox_rfh {
        height: 30px;
        line-height: 30px;
    }
    .nymbxbox_rfh i {
        font-size: 18px;
    }
    /* 内页 */
    .nytl{
        height: 160px;
    }
    .nytl_txth{
        font-size: 28px;
    }
    .nytl_p{
        font-size: 14px;
    }
    .nylink_mbtitle span {
        font-size: 18px;
    }
    .nylink_mbbox {
        padding:0;
    }
    .nylink_mbboxbig .nylink_mbboxbig_item {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        border-color: #fff;
    }
    .nymbxbox_l .iconweizhi {
        font-size: 18px;
    }
    .nylink_mbtitle i{
        font-size: 18px;
    }
    .nymbxbox_l span {
        font-size: 12px;
    }
    .nymbxbox_l a {
        font-size: 12px;
    }
    .nymbxbox_rfh span {
        font-size: 12px;
    }
    .nymbxbox_rfh i {
        margin-top: 0;
        font-size: 15px;
        margin-right:2px;
    }
    .nymbxbox_l {
        width: calc(100% - 100px );
    }
    .nymbxbox_r {
        width: 90px;
        margin-left: 10px;
    }
    .ntfybox .ntfybox_item {
        font-size: 13px;
        width: 34px;
        height: 34px;
        margin: 0 2px;
        margin-bottom: 8px;
    }
    .nyby_txt{
        padding: 0 15px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: 0;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left: 0;
    }
}
@media screen and (max-width: 768px) {
    .nytl {display: none;}
    .nytl_txt { display: none; }
    .nyby_txth {
        font-size: 36px;
    }
    .headbox_logoa img{
        padding-right: 20px;
    }
    .head {
        height: 72px;
        background-color: #fff;
    }
    .head_zw {
        height: 72px;
    }
    .headbox_ssfr {
        display: none;
    }
    .foottl_nav {
        display: none;
    }
    .foottl_qt {
        /* padding: 50px 0 60px; */
    }
    .foottl_qtr {
        display: none;
    }
    .fwzc {
        /* display: none; */
    }
    .headbox_ssbox {
        display: none;
    }
    .headbox_btn i {
        color: #323c6f;
    }
    .headbox_logo {
        padding-right: 0;
    }
    .nytl {
        /* height: 200px; */
    }
    .nylink_mbtitle {
        height: 50px;
    }
}
.por { position: relative}
/* 弹出视频 */
.videos {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9995;
    display: none;
}
.videos_zhezhao {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9996;
    text-align: right;
}
.videos_zhezhao img {
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block;
    cursor: pointer
}
.videos_box {
    position: absolute;
    z-index: 9997;
    width: 60%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#video {
    width: 100%;
    height: 100%;
    position: relative;
}
#video video {
    width: 100%;
    height: 100%;
    background: #000;
}
.videos_cha {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.videos_cha i {
    color: #fff;
    font-size: 60px;
}
.videos video,
.videos iframe {
    width: 100%;
    min-height: 700px;
}
@media screen and (max-width: 1440px) {
   .videos video, .videos iframe {
        width: 100%;
        min-height: 550px;
    } 
}
@media screen and (max-width: 1200px) {
    .videos_box {
        width: 80%;
    }
    .videos video,
    .videos iframe {
        width: 100%;
        min-height: 500px;
    }
}
@media screen and (max-width: 768px) {
    .videos_box {
        width: 95%;
    }
    .videos video,
    .videos iframe {
        width: 100%;
        min-height: 400px;
    }
}
@media screen and (max-width: 500px) {
    .videos  video,
    .videos iframe {
        width: 100%;
        min-height: 250px;
    }
}