﻿@charset "UTF-8";

body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0);margin:0 auto;overflow-x:hidden; position: relative;padding: 0 ; width: 100%;color: #1f1f1f;font-family:'微软雅黑', Arial, Helvetica, sans-serif, Microsoft Yahei; font-size:14px; background: #fff;}

html.act{overflow: hidden;width: 100%;height: 100vh;}

ul,ul li,ol li,tr td,dl,dd{ list-style-type:none; margin:0; padding:0; }

.clearfix:after{content: " "; display: block; height:0; clear:both; visibility: hidden;}

.clearfix { *zoom:1; }

a{text-decoration:none; cursor:pointer; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;color: inherit;}

textarea,select{ outline:none;  color:#666; font-size:14px; width:100%;}

img{border:none;display: block;max-width: 100%;}

img[src=""]{opacity: 0;}


.f_12{ font-size:12px; }

.f_16{ font-size:16px; }

.f_18{ font-size:18px; }

.f_20{ font-size:20px; }

.f_22{font-size: 22px;}

.f_24{ font-size:24px; }

.f_26{ font-size:26px; }

.f_28{ font-size:28px; }

.f_30{ font-size:30px; }

.f_32{ font-size:32px; }

.f_34{ font-size:34px; }

.f_36{ font-size:36px; }

.f_38{ font-size:38px; }

.f_40{font-size: 40px;}

.f_42{font-size: 42px;}

.f_48{font-size: 48px;}

/*分页*/

.BMap_omCtrl{ display:none !important;}

.a_dw{position: relative;top: -80px;}

.box {min-width: 1200px;width:100%;padding: 0 90px;  margin: 0 auto; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;box-sizing: border-box;}

.banbox { max-width: 1266px;min-width: 1200px;width:90%;padding: 0 ;  margin: 0 auto; position: relative; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;box-sizing: border-box;}

.alltime,.alltime *{-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}


.fbd{font-weight: bold;}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.f-jsb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.container {
    margin: 0 auto;
    min-height: 1px;
    width: 100%;
    max-width: 1600px;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    /*background: #fff;*/
    /*border-bottom: 1px solid #e3e2e1;*/
}


.header.active,.header.header_bg,.header.active1 {
    background: #fff;
    border-bottom: 1px solid #e3e2e1;
}
.header.active .header_nav li > a, .header.header_bg .header_nav li > a, .header.active1 .header_nav li > a {
    color: #000000;
}

.header_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header.active .header_nav {
    height: 80px;
}

.header_nav li {
    margin-left: 42px;
}

.header_nav li > a {
    font-size: 18px;
    line-height: 96px;
    display: block;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.header.active .header_nav li > a {
    line-height: 80px;
}

.header_nav li > a:hover,
.header_nav li.on > a,
.header_nav li.active > a {
    color: #2280d1;
}

.header_nav li > a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2280d1;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.header_nav li > a:hover::after,
.header_nav li.on > a::after,
.header_nav li.active > a::after {
    opacity: 1;
}

.header_nav li .header_nav2 {
    display: none;
    position: fixed;
    top: 97px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff url(../images/menu_bg.png) left bottom no-repeat;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header.active .header_nav li .header_nav2 {
    top: 81px;
}

.header_nav li .header_nav2 .container {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.header_nav li .header_nav2 .left {
}
.header_nav li .header_nav2 .left h4 {
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    color: #666666;
}

.header_nav li .header_nav2 .left h6 {
    font-size: 20px;
    font-weight: 100;
    color: #666666;
    opacity: 0.4;
    margin-top: 20px;
}

.header_nav li .header_nav2 .center {
    flex: 1;
    max-width: 400px;
    margin: 0 40px;
}

.header_nav li .header_nav2 .center .h6 {
    font-size: 16px;
    font-weight: 100;
    line-height: 56px;
    color: #666666;
    border-bottom: 1px solid #eeeeee;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.header_nav li .header_nav2 .center .h6::after {
    content: '';
    border: 2px solid #044eb5;
    border-left: 0;
    border-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 8px;
    height: 8px;
    margin: auto;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

.header_nav li .header_nav2 .center .h6:hover::after {
    opacity: 1;
}

.header_nav li .header_nav2 .center .h6:hover {
    color: #044eb5;
}

.header_nav li .header_nav2 .right {
    max-width: 42%;
}

.header_nav li .header_nav2 .right img {
}
.headeri {
    position: relative;
    /*padding-right: 108px;*/
}
.header_search {
    position: absolute;
    right: 48px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    top: 28px;
    background: transparent;
    border-radius: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header.active .header_search {
    top: 20px;
}
.header_search:hover {
    background: #044eb5;
}
.header_search input {
    background: transparent;
    padding: 0px;
    height: 40px;
    border: 0;
    font-size: 16px;
    color: #fff;
    width: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header_search:hover input {
    width: 260px;
    padding: 0 20px;
}
.header_search .img_h {
    position: absolute;
    right: 11px;
    top: 11px;
    width: 17px;
}
.header_lang {
    width: 28px;
    text-align: center;
    position: absolute;
    right: 0;
    font-size: 16px;
    line-height: 96px;
    display: block;
    letter-spacing: 1px;
    color: #333333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: Arial;
}
.header.active .header_lang {
    line-height: 80px;
}
.header_lang:hover {
    color: #044eb5;
}

.header .other {
    padding-left: 40px;
    position: relative;
    float: left;
    height: 100px;
    padding-top: 40px;
    transition: all .3s;
}
header .other a.ser {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/ser-ico.png);
}

.searchForm {
    width:60%;
    margin: 0 auto;
    display:none;
}
.searchForm .el-input {
    margin-top:10px;
    height: 60px;
    width: 100%;
}
.searchForm .el-input__inner {
    height: 60px;
    border-radius: 0;
    border: none;
    background-color: #F1F1F1;
    padding: 0 40px;
}
.searchForm img {
    right: 30px;
    top: -40px;
    width:20px;
    height:20px;
    position: relative;
    float: right;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%
}

.el-input::-webkit-scrollbar {
    z-index: 11;
    width: 6px
}

.el-input::-webkit-scrollbar:horizontal {
    height: 6px
}

.el-input::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 6px;
    background: #b4bccc
}

.el-input::-webkit-scrollbar-corner {
    background: #fff
}

.el-input::-webkit-scrollbar-track {
    background: #fff
}

.el-input::-webkit-scrollbar-track-piece {
    background: #fff;
    width: 6px
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%
}

.el-input__inner::-webkit-input-placeholder {
    color: #989898
}

.el-input__inner::-ms-input-placeholder {
    color: #989898
}

.el-input__inner::placeholder {
    color: #989898
}

.el-input__inner:hover {
    border-color: #989898
}

.el-input.is-active .el-input__inner,.el-input__inner:focus {
    border-color: #0F6F39;
    outline: 0
}

.el-input.is-disabled .el-input__inner {
    background-color: #F5F7FA;
    border-color: #E4E7ED;
    color: #989898;
    cursor: not-allowed
}

.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
    color: #989898
}

.el-input.is-disabled .el-input__inner::-ms-input-placeholder {
    color: #989898
}

.el-input.is-disabled .el-input__inner::placeholder {
    color: #989898
}



.footer {
    background-color: #2280d1;
    color: #fff;
    position: relative;
    z-index: 1000;
}

.footer .container {
    width:90%;
}

.footer a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.footer .a:hover {
    color: #fff;
}

.footer .top {
    display: flex;
    justify-content: center;
    padding: 100px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footer .top .left {
    display: flex;
    flex: 1;
}

.footer .top .left .item {
    flex: 1;
    padding-right: 10px;
}

.footer .top .left .item .h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2px;
}

.footer .top .left .item .h6 {
    font-size: 16px;
    font-weight: 100;
    line-height: 22px;
    letter-spacing: 1px;
    opacity: 0.6;
    margin-top: 16px;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.footer .top .left .item .h5:hover {
    opacity: 1;
    color: #fff;
    text-decoration: underline;
}

.footer .top .left .item .h6:hover {
    opacity: 1;
    color: #fff;
    text-decoration: underline;
}

.footer .top .left .item .line {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.06);
    margin: 30px 0;
    position: relative;
}

.footer .top .left .item .line::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}

.footer .top .right {
}

.footer .top .right .ewm_wrap {
    display: flex;
}

.footer .top .right .ewm_wrap .ewm {
    position: relative;
    margin-left: 30px;
}

.footer .top .right .ewm_wrap .ewm img:nth-child(1) {
}

.footer .top .right .ewm_wrap .ewm img:nth-child(2) {
    position: absolute;
    left: 10px;
    top: 10px;
}

.footer .top .right .ewm_wrap .ewm h6 {
    text-align: center;
    margin-top: 10px;
    font-weight: 100;
    font-size: 16px;
}

.footer .top .right .contact_item {
    font-size: 14px;
    margin-left: 30px;
    margin-top: 16px;
    display: flex;
    align-items: center;
}

.footer .top .right .contact_item img {
    margin-right: 12px;
}

.footer .top .right .contact_item span {
}

.footer .bottom {
    padding: 24px 0 50px;
}

.footer .bottom h5 {
    font-size: 16px;
}

.footer .bottom h5 a {
    opacity: .6;
}

.footer .bottom h5 a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: underline;
}

.footer .bottom h6 {
    font-size: 14px;
    margin-top: 24px;
    font-weight: 100;
}

.footer .bottom h6 span {
    margin-left: 40px;
}

.footer .bottom h6 span a {
}

.footer .bottom h6 span a:hover {
    color: #fff;
    text-decoration: underline;
}


/* 首页 */

.i1{}

.i1 .swiper1{}

.i1 .swiper1 .sbox{position: relative;overflow: hidden;width: 100%;}

.i1 .swiper1 .sbox img{display: block;width: 100%;}

.i1 .swiper1 .sbox .mimg{display: none;}

.i1 .swiper1 .sbox video{display: block;position: absolute;top: 0;left: 0;z-index: 2;width: 100%;object-fit: cover;height: 100%;}

.i1 .swiper1 .sbox a{display: block;position: absolute;top: 0;left: 0;z-index: 3;width: 100%;height: 100%;}

.i1 .swiper1 .btm{position: absolute;bottom: 0;z-index: 2;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);width: 335px;}

.i1 .swiper1 .btm img{display: block;width: 100%;}

.i1 .swiper1 .btm .btn{display: block;width: 10px;height: 10px;background: #fff;border-radius: 50%;position: absolute;left:15px ;bottom: 25px;cursor: pointer;}

.i1 .swiper1 .btm .next1{left: auto;right: 15px;}

.i1 .swiper1 .btm .btn:hover{background: #fabe00;transform: scale(1.5);-webkit-transform: scale(1.5);}

.i1 .swiper1 .btm .yuan{display: block;width: 16px;height: 16px;background: #fabe00;border-radius: 50%;position: absolute;left:50% ;top: -8px;margin-left: -6px; cursor: pointer;z-index: 2;}

.i1 .swiper1 .btm .yuan span{display: block;border-radius: 50%;width: 100%; height: 100%;position: absolute;top: 0;left: 0;z-index: -1;background: rgba(250, 190, 0, 0.4);opacity: 0;animation: pulsate 1.5s ease-out infinite;-webkit-animation: pulsate 1.5s ease-out infinite;}


/* 底部 */

.footer{background:#000 ;position: relative;z-index: 3;}

.footer .ftop{}

.footer .ftop .logo{display: block;float: left;}

.footer .ftop .car{display: flex;width: 160px;line-height: 50px;justify-content: center;align-items: center;border: 1px solid #fff;border: 1px solid #fff;border-radius: 30px;float: right;color: #fff;}

.footer .ftop .car img{display: block;margin-right: 15px;}

.footer .ftop .car:hover{background:#fabe00 ;border: 1px solid #fabe00;}

.footer .fcon{padding: 45px 0;border-top: 1px solid rgba(255, 255, 255, 0.2);border-bottom: 1px solid rgba(255, 255, 255, 0.2);margin: 50px 0 40px;}

.footer .fcon .frt{color: #fff;float: right;width: 330px;text-align: right;}

.footer .fcon .frt .dh{color: #fff;margin:20px 0 30px;}

.footer .fcon .frt .dh span{display: inline-block;border-bottom: 2px solid #fff;padding-bottom: 8px;}

.footer .fcon .frt .dz{color: rgba(255, 255, 255, 0.6);display: flex;justify-content: right;}

.footer .fcon .frt .dz img{display: block;margin-right: 5px;}

.footer .fcon .frt .dz:hover{color: #fff;}

.footer .fcon .frt .ewm{display: inline-block;margin-top: 20px;text-align: center;color: rgba(255, 255, 255, 0.6);}

.footer .fcon .frt .ewm img{display: block;border-radius: 5px;margin-bottom: 10px;}

.footer .fcon .ul1{width: calc(100% - 350px);display: flex;float: left;justify-content: space-between;}

.footer .fcon .ul1 li{}

.footer .fcon .ul1 li a{display: block;color: rgba(255, 255, 255, 0.4);margin-bottom: 15px;}

.footer .fcon .ul1 li a:nth-child(1){color: #fff;margin-bottom: 40px;}

.footer .fcon .ul1 li a:hover{color: #fff;}

.footer .fbtm{}

.footer .fbtm .flt{float: left;display: flex;align-items: center;}

.footer .fbtm .flt a,.footer .fbtm .flt span {display: block;margin-right: 10px;color: rgba(255, 255, 255, 0.4);}

.footer .fbtm .flt a:hover{color: #fff;}

.footer .fbtm .frt{float: right;}

.footer .fbtm .frt *{color: rgba(255, 255, 255, 0.4);}

.footer .fbtm2{display: none;}