@font-face {
    font-family: 'DINPro-Bold';
    src: url('/static/DINPro-Bold.otf');
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Medium';
    src: url('/static/Alibaba-PuHuiTi-Medium.otf');
}

@font-face {
    font-family: 'Alibaba_PuHuiTi_2.0_55_Regular_55_Regular';
    src: url('/static/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.otf');
}

@font-face {
    font-family: 'SourceHanSansSC-Regular';
    src: url('/static/SourceHanSansSC-Regular.otf');
    font-display: swap;
}
a:active,a:hover{
    text-decoration: none;
}
a,
span,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
section,
html,
body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    /* font-family: "SourceHanSansSC-Regular", "微软雅黑", "DINPro-Bold"; */
}

ul,
li {
    list-style-type: none;
}

a,
span,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
div {
    transition: all 0.7s ease;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

:root {
    --web_width: 70%;
    --f_tit_1_size: 2.5rem;
    --f_tit_1_color: #333333;
}

h4 {
    font-size: var(--f_tit_1_size);
    color: var(--f_tit_1_color);
}

br {
    clear: both;
}

.center {
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.header {
    display: none;
}

/*侧导航按钮动画*/
.nav_btn {
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s;
    cursor: pointer;
    height: 14vw;
    width: 3.5rem;
    background: none;
    border: none;
    padding: 0;
    outline: none;
}

.line {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    margin: 1px auto 0;
    background: #494949;
    border-radius: 3px;
}

.line:before,
.line:after {
    content: '';
    width: 100%;
    height: 2px;
    right: 0;
    position: absolute;
    background: #494949;
    border-radius: 3px;
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.line:before {
    transition-property: bottom, transform;
    bottom: 8px;
}

.line:after {
    transition-property: top, transform;
    top: 8px;
}

.nav_btn_active {
    right: 240px;
    position: fixed;
    z-index: 999;
    top: 0;
    border-radius: 0;
}

.nav_btn_active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.nav_btn_active span:after,
.nav_btn_active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.nav_btn_active span:before {
    bottom: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav_btn_active span:after {
    top: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*侧导航样式*/
.header-nav {
    display: block;
    width: 240px;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s;
    text-align: left;
    transform: translateX(240px);
    visibility: hidden\9;
    height: 100vh;
    overflow: auto;
    bottom: 0;
    z-index: 1090;
    background: #f4f4f4;
}

.header-nav-active {
    opacity: 1;
    display: block;
    transform: translateX(0);
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

/*.am-offcanvas-content {
    padding: 0;
}
.am-offcanvas-content .lang{
    text-align: right;
}
.am-offcanvas-content a{
    /* text-align: right; 
    padding: 0 1vw;
}
.am-offcanvas-content .cn{
    text-align: right;
}
.am-offcanvas-content .en{
    text-align: right;
    background: #053e73;
}*/

#aside_nav .am-offcanvas-bar {
    width: 252px;
    background: #f4f4f4;
}

#nav .am-list>li {
    background: none;
    border-color: rgba(0, 0, 0, .06);
    padding: 1.5rem 0;
    box-shadow: none !important;
}

#nav .am-list>li a {
    padding: 0;
    padding-left: 2rem;
    font-size: 14px;
    color: #666;
}

#nav .am-fr[class*="am-icon-"] {
    color: #999 !important;
}

#nav .am-list>li ul {
    padding: 0;
    margin-bottom: -1rem;
}

#nav .am-list>li ul li {
    padding: 0 2rem;
    line-height: 3.5rem;
    display: block;
    background: #fff;
    border: 0;
}

#nav .am-list>li ul li:last-child {
    border: none;
}

#nav .am-list>li ul li a {
    font-size: 1.25rem;
    display: block;
    padding: 2vw;
}

#nav .am-fr[class*="am-icon-"] {
    color: #eee;
}

#nav .doc-oc-demo3 {
    width: 50px;
}

#nav .am-list>li ul {
    padding-top: 10px;
    transition: none;
}

.am-offcanvas-bar::after {
    background: none;
}

#index_nav_bar li a {
    display: block;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.am-pureview {
    z-index: 10000;
}

#bnt_list {
    border-left: 1px solid #eee;
}

#bnt_cnen {
    height: 61px;
    line-height: 61px;
    font-size: 1.8rem;
    text-align: center;
    float: right;
    margin-right: 4.5rem;
    color: #666;
    width: 4.5rem;
    background: #fff;
    padding: 0;
}

#bnt_cnen a {
    color: #777;
    font-size: 1.8rem;
}
.mob_header {
    display: block;
    padding: 3vw;
}
.mob_header .logo{
    width: 25%;
}
.mob_header .head_tel {
    font-family: "DINPro-Bold";
    background: #053e73;
    border-radius: 50px;
    color: #FFFFFF;
    padding: 0.5vw 0vw 0.5vw 3vw;
    margin: 0vw 10vw 0vw 4vw;
    font-size: 1.5rem;
    width: 40vw;
}
.mob_header .head_tel a{
    color: #FFF;
}
.mob_header .head_tel img {
    width: 1.5rem;
    margin: -5px 0px 0 0;
}
.mob_header .menu_div .ss{
    width: 5vw;
    margin: 1vw 0 0 0;
}
.lbt a{
    background: none;
    height: 100%;
    display: block;
}
/*搜索层*/
.fixed_search .bg {
    height: calc(100% - 115px);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed_search form {
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    padding: 0 70px;
    opacity: 0;
    -webkit-transform: translateY(-105%);
    -moz-transform: translateY(-105%);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.fixed_search form input {
    display: block;
    width: 100%;
    height: 70px;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    border: none;
    outline: none;
}

.fixed_search form button {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon4_2.png");
    cursor: pointer;
    background-color: transparent;
}

.fixed_search form .close {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.fixed_search form .close svg {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}

.fixed_search.active .bg {
    opacity: 1;
    visibility: visible;
    z-index: 3;
}

.fixed_search.active form {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 22;
}


.fixed_search form .close {
    position: absolute;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.fixed_search form button {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon4_2.png");
    cursor: pointer;
    background-color: transparent;
    border: none;
}
/* 关于我们 */
.about {
    width: 100%;
    position: relative;
    padding: 0 0 6vw 0;
}

.about .bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.about .about_tit {
    text-align: center;
    width: 40vw;
    margin: 0 auto;
    font-size: 1.8rem;
    color: #333333;
    background: #c9e8ff;
    padding: 0px 0 4px 0;
    border-radius: 0 0 3vw 3vw;
    margin-bottom: 10px;
}
.about .about_con {
    text-align: center;
}

.about .about_con h4 {
    /* font-size: 26px; */
    color: #333333;
    font-weight: 500;
    margin-bottom: 2vw;
}

.about .about_con .a_con {
    color: #444444;
    font-size: 1.5rem;
    width: 90vw;
    margin: 0 auto;
    line-height: 2;
}

.about .ab_more {
    width: 28vw;
    margin: 0 auto;
}

.about .ab_more a {
    background: #676767;
    color: #dfdfdf;
    width: 28vw;
    font-size: 1.5rem;
    display: block;
    text-align: center;
    padding: 2vw 0 2vw 0;
    transition: all 0.7s ease;
}
/* 产品中心 */
.product {
    width: 100%;
    position: relative;
    padding: 0 0 4vw 0;
}

.product .bg {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.product .pro_main {
    padding: 0px 0 0 0;
}

.product .pro_main .pro_tit {
    width: 90vw;
    margin: 0 auto;
    margin-bottom: 0px;
}

.product .pro_main .pro_tit .pro_tit_t {
    width: 39vw;
    margin: 0 auto;
    margin-bottom: 1vw;
    background: url('/static/images/pro.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 0vw 0 0vw;
}

.product .pro_main .pro_tit .pro_tit_t h4 {
    font-size: 2rem;
    float: left;
    font-weight: bold;
    margin: 0 2vw 0 2vw;
}

.product .pro_main .pro_tit .pro_tit_t .xian {
    border-top: 1px solid #000000;
    height: 2vw;
    width: 5vw;
    margin-top: 15px;
}

.product .pro_main .pro_tit .pro_tit_t .pro_tit_t_main {
    width: 39vw;
    margin: 0 auto;
}

.product .pro_main .pro_tit .pro_tit_b {
    width: 90vw;
    text-align: center;
    color: #666666;
    font-size: 1.5rem;
    margin-bottom: 5vw;
}
.pro_sw {
    position: relative;
}

.product .pro_main .pro_sw {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2vw;
}

.product .pro_main .pro_sw .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 1rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product .pro_main .pro_sw .swiper-slide a {
    display: contents;
}

.product .pro_main .pro_sw .swiper-slide .bg {
    position: absolute;
    top: 0;
    z-index: 0;
}
.pro_sw .swiper-button-prev2 {
    position: absolute;
    top: 25vw;
    left: 2vw;
    cursor: pointer;
    z-index: 1;
    width: 7vw;
}

.pro_sw .swiper-button-next2 {
    position: absolute;
    top: 25vw;
    right: 2vw;
    cursor: pointer;
    z-index: 1;
    width: 7vw;
}

.pro_sw .swiper-pagination2 {
    position: absolute;
    bottom: 2vw;
    /* left: 27vw; */
    z-index: 1;
    width: 100%;
    text-align: center;
}

.pro_sw .swiper-pagination2 span {
    border-radius: 0px;
    width: 5vw;
    height: 0.5vw;
    background: #fff;
    opacity: 1;
    margin: 0 1vw 0 1vw;
    transition: all 0.7s ease;
}

.pro_sw .swiper-pagination2 .swiper-pagination-bullet-active {
    background: #053e73;
    transition: all 0.7s ease;
}

.pro_sw .swiper-container2 {
    width: 100%;
    height: 55vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.pro_list {
    width: 90vw;
    margin: 0 auto;
    margin-bottom: 2vw;
}

.pro_list .swiper-container3 {
    width: 100%;
    height: 83vw;
    /* min-height: 390px; */
    overflow: hidden;
    position: relative;
    z-index: 1;

}

.pro_list .swiper-slide {
    min-width: 30vw;
    width: calc((100% - 6vw)/2);
    float: left;
    /* margin-left: 1.9vw; */
}



.pro_list .swiper-slide .pro_img {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 2vw;
    background: #FFFFFF;
}

.pro_list .swiper-slide .pro_img .mb_img {
    width: 30vw;
    height: 30vw;
    position: absolute;
    top: 6vw;
    left: 6vw;
}

.pro_list .swiper-slide .pro_mb {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all 0.7s ease;
}

.pro_list .swiper-slide:first-child {
    margin-left: 0;
}

.pro_list .swiper-slide .img {
    width: 100%;
}

.pro_list .swiper-slide .pro_list_con {
    background: #FFFFFF;
    color: #FFFFFF;
    padding: 3vw;
    height: 30vw;
    transition: all 0.7s ease;
}

.pro_list .swiper-slide .pro_list_con h4 {
    color: #053e73;
    font-size: 0.5rem;
    font-weight: bold;
    margin-bottom: 1vw;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.7s ease;
}

.pro_list .swiper-slide .pro_list_con .pro_desc {
    font-size: 0.3rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 3vw;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all 0.7s ease;
}

.pro_list .swiper-slide .pro_list_con .pro_con {
    font-size: 0.2rem;
    color: #999999;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.7s ease;
}

.pro_list .swiper-pagination3 {
    position: absolute;
    bottom: 1vw;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.pro_list .swiper-pagination3 span {
    border-radius: 5px;
    width: 7px;
    height: 7px;
    background: #999999;
    opacity: 1;
    margin: 0 5px 0 5px;
    transition: all 0.7s ease;
}

.pro_list .swiper-pagination3 .swiper-pagination-bullet-active {
    width: 40px;
    background: #053e73;
    transition: all 0.7s ease;
}

.pro_more {
    width: 28vw;
    margin: 0 auto;
    text-align: center;
}

.pro_more a {
    font-size: 1rem;
    color: #FFFFFF;
    background: #053e73;
    padding: 2vw 4vw;
}
/* 下载中心 */

.down_main {
    background: #f8f8f8;
}

.down_main .down_body {
    width: 90vw;
    margin: 0 auto;
    padding: 2vw 0 2vw 0;
}

.down_main h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 2.5vw 0;
}

.down_main h4 a {
    font-size: 1rem;
    font-weight: normal;
    color: #7b858c;
    margin: 1vw 3vw 0 0;
    transition: all 0.2s ease;
}

.down,
.question {
    width: 100%;
    min-width: 300px;
    margin-bottom: 3vw;
}

.down_main .down_con ul li,
.down_main .que_con ul li {
    list-style-type: disc;
    margin: 0 0 3vw 4vw;
}

.down_main .down_con ul li a,
.down_main .que_con ul li a {
    font-size: 1.4rem;
    color: #444444;
}

.down_main .down_con ul li a span,
.down_main .que_con ul li a span {
    margin: 0 3vw 0 0;
}
/* 联系方式 */
.lianxi {
    width: 100%;
    margin: 0 0 0px 0;
}

.lianxi .lianxi_body .lianxi_main {
    width: 90vw;
    margin: 0 auto;
}

.lianxi .lianxi_body #snd {
    padding: 2vw 0 2vw 0;
    background-size: auto 100%;
    background-position: 50%;
}

.lianxi .lianxi_body #snd .fuwu {
    background: url('/static/images/touming.png');
    width: 100%;
    min-width: 300px;
    color: #FFFFFF;
    text-align: center;
    padding: 2vw 0 2vw 0;
}
.lianxi .lianxi_body #snd .fuwu p{
    line-height: 2;
}

.lianxi .lianxi_body #snd .fuwu h4 {
    font-size: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #FFFFFF;
    display: inline;
    padding: 0 0 1vw 0;
    color: #FFF;
}

.lianxi .lianxi_body #snd .fuwu .fuwu_con {
    padding: 1.7vw 0 0 0;
    line-height: 3rem;
    font-size: 1.5rem;
}
.lianxi .lianxi_body #snd .fuwu .fuwu_con p{
    line-height: 2;
}

.lianxi .lianxi_body #snd .jieshao {
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: 3.5rem;
    padding: 2vw 2vw 0 2vw;
}
.lianxi .lianxi_body #snd .jieshao span{
    line-height: 2;
}
/* 优势 */
.youshi {
    position: relative;
    padding: 0 0 0px 0;
}

.youshi .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}


.youshi .youshi_main {
    padding: 3vw 0 0 0;
}

.youshi .youshi_main .youshi_tit {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 6vw;
}

.youshi .youshi_main .youshi_tit .youshi_tit_t {
    width: 46vw;
    margin: 0 auto;
    margin-bottom: 2vw;
    background: url('/static/images/youshi.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0vw 0vw 0vw 0vw;
}

.youshi .youshi_main .youshi_tit .youshi_tit_t h4 {
    font-size: 2rem;
    float: left;
    font-weight: bold;
    margin: 0 2vw 0 2vw;
}

.youshi .youshi_main .youshi_tit .youshi_tit_t div {
    border-top: 1px solid #000000;
    height: 2vw;
    width: 5vw;
    margin-top: 4vw;
}

.youshi .youshi_main .youshi_tit .youshi_tit_b {
    width: 90vw;
    text-align: center;
    color: #666666;
    font-size: 1.4rem;
    margin: 0 auto;
}

.youshi_list {
    width: 90vw;
    margin: 0 auto;
    margin-bottom: 0px;
}

.youshi_list ul li {
    width: calc((100% - 6vw)/2);
    margin: 0 0 10vw 2vw;
    background: #FFFFFF;
    position: relative;
    padding: 5vw 0 0 0;
    text-align: center;
    border-bottom: 3px solid #053e73;
    cursor: pointer;
    border: 1px solid #e5e5e5;
}

.youshi_list ul li .youshi_icon {
    background: #009edb;
    border-radius: 50%;
    width: 10vw;
    height: 10vw;
    top: -5vw;
    left: 17vw;
    text-align: center;
    vertical-align: middle;
    padding: 1vw 0 0 0;
    position: absolute;
    z-index: 2;
    transition: all 0.7s ease;
}

.youshi_list ul li .youshi_icon img {
    width: 5vw;
}

.youshi_list ul li .youshi_list_tit {
    margin: 0 0 2vw 0;
}

.youshi_list ul li .youshi_list_tit h4 {
    font-size: 20px;
    color: #053e73;
    font-weight: 600;
}

.youshi_list ul li .youshi_mb {
    position: absolute;
    background: #8dbcdd;
    width: 100%;
    z-index: -1;
    top: 0;
    height: 0%;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.youshi_list ul li .youshi_con {
    padding: 0 1vw 0 1vw;
    font-size: 1.4rem;
    color: #333333;
    height: 35vw;
    line-height: 1.5;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
/* 证书 */
.cret {
    position: relative;
    /* width: 68.314%; */
    width: 90vw;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 4vw 0;
    margin-bottom: 0vw;
    min-width: 80vw;
}

.cret .bgc {
    width: 110%;
    position: absolute;
    bottom: 17px;
    left: -48px;
    z-index: -1;
    display: none;
}

.cret ul {
    width: 89%;
    margin: 0 auto;
}

.cret ul li {
    margin: 0 8px;
    width: 11vw;
    margin-bottom: 2vw;
    background: url('/static/images/zsk.png');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cret ul li img {
    width: 10.1vw;
    height: 14vw;
}

.cret .swiper {
    width: 83%;
    margin: 0 auto;
    overflow: hidden;
}

.cret .swiper .swiper-wrapper {}

.cret .swiper .swiper-wrapper .swiper-slide {
    background: url('/static/images/zsk.png');
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vw;
}

.cret .swiper .swiper-wrapper .swiper-slide img {
    width: 90%;
    height: 45vw;
}

.cret .swiper .swiper-button-next4 {
    position: absolute;
    top: 22vw;
    right: 0vw;
    cursor: pointer;
    z-index: 1;
    width: 7vw;
}

.cret .swiper .swiper-button-prev4 {
    position: absolute;
    top: 22vw;
    left: 0vw;
    cursor: pointer;
    z-index: 1;
    width: 7vw;
}
/* 咨询 */
.zixun {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 0 10px 6.5vw;
    display: flex;
    justify-content: center;
    background: #eff3f4;
    padding-bottom: 3vw;
}
.zixun .zixun_main{
    width: 90vw;
    padding: 8vw 0 0 0vw;
}

.zixun .bgz {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.zixun .zx_left{
    margin: 0 2vw 0 0;
}
.zixun .zx_left .zx_lt {
    margin: 0 0 1.8vw 2vw;
}

.zixun .zx_left .zx_lb {
    color: #00b9f9;
    font-size: 0.9vw;
    padding: 0 0 0.5vw 2vw;
    margin: 0 0 5vw 0;
}

.zixun .zx_right {
    margin: 0 0px 0 0;
}

.zixun .zx_right div {
    font-size: 1rem;
    margin: 0 2vw 0 0;
    display: inline-block;
    text-align: center;
    color: #00b9f9;
}

.zixun .zx_right div img {
    border: 3px solid #FFFFFF;
    margin: 0 0 1vw 0;
    width: 26vw;
}
/* 底部 */
.footer {
    background: #021d3d;
    padding: 5vw 0vw;
    font-size: 1.3rem;
    position: relative;
}

.footer .footer_main {
    width: 90vw;
    margin: 0 auto;
}

.footer .footer_main .foot_menu {
    margin: 0 0 3vw 0;
}

.footer .footer_main .foot_menu ul li {
    border-right: 1px solid #4e6178;
    margin: 0 2vw 2vw 0;
    padding: 0 2vw 0 0;
    width: calc((100% - 6vw) / 3);
    text-align: center;
}
.footer .footer_main .foot_menu ul li:nth-child(3n){
    border: none;
}

.footer .footer_main .foot_menu ul li:nth-child(6) {
    border-right: none;
}

.footer .footer_main .foot_menu ul li a {
    color: #FFFFFF;
}


.footer .footer_main .foot_lianxi {
    color: #FFFFFF;
    
}

.footer .footer_main .foot_lianxi p span {
    margin: 0 2vw 0 0;
    line-height: 2;
}

.footer .foot_fd {
    position: absolute;
    bottom: 2vw;
    right: 2vw;
    z-index: 2;
}

.footer .foot_fd img {
    margin: 0 1vw;
    width: 6vw;
}

.footer .foot_fd #gotop {
    cursor: pointer;
}
/* banner */
.banner {
    width: 100%;
    margin: 0 0 2vw 0;
    position: relative;
    z-index: 19;
}

.banner .sf {
    height: 45vw;
}

.banner img {
    width: 100%;
}
.ziye_menus{
    display: none;
}
/* 手机二级菜单 */
.mob_menuz{
    width: 100%;
}
.mob_menuz .menu_tit{
    text-align: center;
    width: 100%;
    padding: 0 0 3vw 0;
}
.mob_menuz .menu_tit h4{
    display: contents;
    color: #333333;
    font-size: 2rem;
}
.mob_menuz .menu_tit .mob_back{
    width: 12px;
    margin:2vw 0 0 3vw;
}
.mob_menuz .menu_tit .mob_menu{
    width: 18px;
    margin:2vw 3vw 0 0vw;
}
.mob_menuz .menu_list{
    background: #f2f2f2;
    padding: 0 0 0 5vw;
    display: none;
    margin: 0 0 4vw 0;
    box-shadow: 0 0 8px #b9b4b4;
    transition: none;
}

.mob_menuz .menu_list ul li{

}
.mob_menuz .menu_list .menu_list{
    display: none;
}
.mob_menuz .menu_list ul li a{
    color: #575757;
    font-size: 1.6rem;
    padding: 7px 0 10px 0;
    display: inline-block;
}
.mob_menuz .menu_list ul{
    transition: none;
}
.mob_menuz .menu_list .son_ul{
    padding: 0 0 0 5vw;
}
.mob_menuz .menu_list .son_ul li a{
    display: block;
}
.mob_menuz .menu_list .son_ul li a span{
    font-size: 1.5rem;
    color: #91a5b1;
}
.danye_tit{
    display: none;
}
.danye_main{
    width: 100%;
    padding-bottom: 5vw;
}
.danye_main .danye_con_tit {
    text-align: center;
}
.danye_main .danye_con_tit h4{
    font-size: 2rem;
    float: none;
}
.danye_main .danye_con_tit img{
    display: none;
}
.danye_main .danye_con{
    overflow: scroll;
    width: 90vw;
    margin: 0 auto;
}
.danye_main .danye_con .danye_con_desc {
    font-size: 1.5rem;
    color: #053e73;
    margin: -4vw 0 3vw 0;
    padding: 0 5vw;
}
.danye_main .danye_con .danye_con_con{
    /* padding: 5vw; */
    /* min-width: 950px; */
}
.danye_main .danye_con .danye_con_con img{
    max-width: 100%;
}
.danye_list{
    /* padding: 5vw; */
    text-align: center;
}
.danye_list ul li{
    margin:0 0 6vw 0;
    width: 43vw;
}
.danye_list ul li:nth-child(2n){
    margin-left: 4vw;
}
.danye_list ul li div{
    margin:0 0 3vw 0;
}
/* 图片弹出 */
.tc {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}

.tcBox#teamTcBox {
    width: 90%;
    max-width: 910px;
    background: #fff;
    max-height: 800px;
    position: relative;
    display: flex;
    flex-direction: column;
    /* padding: 45px 0 35px 55px; */
    transition: ease 1.5s all;
    transform: translate(0px, -20px);
    opacity: .7;
}

.tcBox#teamTcBox.on {
    transform: translate(0px, 0px);
    opacity: 1;
}

#teamColseTc {
    position: absolute;
    right: 0px;
    top: 0;
    cursor: pointer;
    width: 10vw;
    opacity: 0.8;
}

.teamContent {
    width: 100%;
}

.tcBox#teamTcBox .teamTcBoxTop {
    width: 100%;
    align-items: flex-start;
}

.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopImg {
    margin-right: 0px;
    flex-shrink: 0;
    background: #d0e1ee;
    text-align: center;
    padding: 3vw;
}

.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopImg img {
    width: 100%;
}

.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopText {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 15px;
}

.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopText .teamTcBoxToptitle {
    color: #efefef;
    font-size: 50px;
    font-family: "ROBOTO-MEDIUM", "Microsoft YaHei", "微软雅黑";
    margin-bottom: 20px;
}

.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopText .teamTcBoxTopName {
    font-size: 22px;
    color: #156aa9;
    font-weight: bolder;
    margin: 0 0 10px 0;
}

.tcBox#teamTcBox .teamTcBoxTop .teamTcBoxTopText .teamTcBoxTopXw {
    font-size: 16px;
    color: #666666;
    margin: 0;
}

.tcBox#teamTcBox .teamContent {
    font-size: 16px;
    color: #666666;
    line-height: 29px;
    text-align: justify;
}

.tcBox#teamTcBox .teamTcBoxSelect {
    width: 100%;
    align-items: center;
    display: flex;
}

.tcBox#teamTcBox .teamTcBoxSelect .ttbs {
    width: 46px;
    height: 43px;
}

.tcBox#teamTcBox .teamTcBoxSelect .ttbs.teamTcBoxNext {
    margin-left: 13px;
}

.tcBox#teamTcBox .teamTcBoxSelect .ttbs img:nth-child(1) {
    display: block;
    cursor: pointer;
}

.tcBox#teamTcBox .teamTcBoxSelect .ttbs img:nth-child(2) {
    display: none;
    cursor: pointer;
}

.tcBox#teamTcBox .teamTcBoxSelect .ttbs:hover img:nth-child(1) {
    display: none;
}

.tcBox#teamTcBox .teamTcBoxSelect .ttbs:hover img:nth-child(2) {
    display: block;
}

.tcBoxT {
    max-height: 700px;
    overflow: hidden;
    overflow-y: auto;
}
.page {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.page li {
    background: #f2f5f8;
    float: left;

    margin: 0 10px;
    border-radius: 5px;
}

.page li span {
    padding: 10px 20px 10px 20px;
    display: block;
}

.page li a {
    color: #333333;
    padding: 10px 20px 10px 20px;
    display: block;
}

.page .active {
    background: #053e73;
}

.page .active span {
    color: #FFFFFF;
}
.huoban_list{
    /* padding: 5vw; */
}
.huoban_list ul li{
    width: 42vw;
}
.huoban_list ul li:nth-child(2n){
    margin:0 0 0 6vw;
}
.news_list .news_b{display: none;}
.news_list img{
    width: 100%;
}
.news_list .news_r{
    padding: 5vw;
}
.news_list ul li a .n_tit{
    color: #1a1a1a;
}
.news_list ul li a .n_date{
    color: #666;
}
.news_list ul li a .n_desc{
    color: #666;
}
.newsd_con{
    padding: 5vw;
}
.newsd_con .tuijian {
    border-top: 1px solid #f2f2f2;
    margin: 50px 0 40px 0;
    padding: 30px 0 0 0;
}

.newsd_con .tuijian li {
    margin: 0 0 10px 0;
}

.newsd_con .tuijian li a {
    font-size: 14px;
    color: #333333;
}
.newsd_con .tuijian li a img{
    display: none;
}


.newsd_con .tuijian li a .tj_t {
    color: #053e73;
}


.newsd_con .xiangguan h4 {
    color: #2c2c2c;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.newsd_con .xiangguan ul {
    padding: 0 0 0 20px;
}

.newsd_con .xiangguan ul li {
    list-style-type: disc;
    border-top: 1px solid #f2f2f2;
}

.newsd_con .xiangguan ul li a {
    font-size: 1rem;
    color: #707070;
    padding: 20px 0 20px 0;
    display: block;
}
.danye_pro_list{
    /* padding: 5vw; */
}
.danye_pro_list ul li{
    margin:0 0 6vw 0;
    width: 42vw;
}
.danye_pro_list ul li:nth-child(2n){
    margin-left: 5vw;
}
.danye_pro_list ul li a .pro_list_con{
    margin-top: 2vw;
}
.danye_pro_list ul li a .pro_list_con h4{
    font-size: 1.3rem;
    color: #333333;
}
.danye_pro_list ul li a .pro_list_con .pro_desc{
    color: #666;
    font-size: 1.3rem;
}
.danye_pro_list ul li a .pro_list_con .pro_con{
    color: #666;
    font-size: 1rem;
}
.danye_main .pro_con{
    /* padding: 5vw; */
}
.danye_main .pro_con .pro_one_l{
    margin:0 0 3vw 0;
    padding: 5vw;
}
.danye_main .pro_con .pro_one_r{
    display: none;
}
.pro_con .pro_two .pro_two_tit{
    margin:0 0 3vw 0;
}
.pro_con .pro_two .pro_two_tit h4{
    font-size: 2rem;
}
.pro_con .pro_two .pro_two_con ul {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 2vw;
    text-align: center;
    display: flex;
    justify-content: center;
}
.pro_con .pro_two{
    padding: 5vw;
}
.pro_con .pro_two .pro_two_con ul li {
    background: #f5f5f5;
    color: #333333;
    border: 1px solid #e5e5e5;
    padding: 1vw 2vw;
    margin: 0 2vw 0 0;
    font-size: 1rem;
    cursor: pointer;
}
.pro_con .pro_two .pro_two_con ul li img{
    width: 5vw;
}

.pro_con .pro_two .pro_two_con ul li:hover {
    background: #053e73;
    color: #FFFFFF;
}

.pro_con .pro_two .pro_two_con ul .active {
    background: #053e73;
    color: #FFFFFF;
}

.pro_con .pro_two .pro_two_con .pro_two_conc div {
    display: none;
}

.pro_con .pro_two .pro_two_con .pro_two_conc .active {
    display: block;
}

.pro_con .pro_three {
    background: #f2f2f2;
    padding: 0 0 0 3vw;
}

.pro_con .pro_three div {
    width: 80%;
}

.pro_con .pro_three .prev {
    float: none;
}

.pro_con .pro_three .next {
    float: none;
}

.pro_con .pro_three a {
    color: #7f8282;
    font-size: 1rem;
}
.pro_con .pro_three .prev img {
    margin: 0 0px 0 0;
    width: 3vw;
    display: none;
}

.pro_con .pro_three .next img {
    margin: 0 0px 0 0px;
    width: 3vw;
    display: none;
}
.pro_xg {
    background: url('../images/xgbg.jpg');
    background-repeat: no-repeat;
    padding: 50px 0 50px 0;
}

.pro_xg .pro_xg_body {
    width: 90vw;
    margin: 0 auto;
}

.pro_xg .pro_xg_tit {
    background: url('/static/images/pt1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 255px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 0 0;
    margin-bottom: 70px;
}

.pro_xg .pro_xg_tit h4 {
    font-size: 26px;
    color: #3b3e43;
    font-weight: bold;
    border-bottom: 2px solid #7b858c;
    display: inline;
    padding: 0 0 15px 0;
}

.pro_xg .pro_xg_list:hover .pro_list_con {
    background: #053e73;
}

.pro_xg .pro_xg_list:hover h4 {
    color: #FFFFFF;
}

.pro_xg .pro_xg_list:hover .pro_desc {
    color: #FFFFFF;
}

.pro_xg .pro_xg_list:hover .pro_con {
    color: #FFFFFF;
}

.pro_xg .pro_list_con {
    padding: 1.2vw 1.2vw 1.2vw 1.2vw;
    background: #FFFFFF;
    transition: all 0.7s ease;
}

.pro_xg .pro_list_con h4 {
    color: #053e73;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5vw;
}

.pro_xg .pro_list_con .pro_desc {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 0.5vw;
    color: #333333;
}

.pro_xg .pro_list_con .pro_con {
    font-size: 0.8rem;
    color: #999999;
}

.pro_xg_list {
    width: 42vw;
    margin-right: 6vw;
    margin-bottom: 5vw;
}

.pro_xg_list:nth-child(2n) {
    margin-right: 0;
}


.pro_xg_list .pro_img {
    position: relative;
    width: 100%;
    text-align: center;
}

.pro_xg_list .pro_img img {
    width: 100%;
}

.pro_xg_list .pro_img .mb_img {
    width: 27%;
    position: absolute;
    top: 6vw;
    left: 6vw;
}

.pro_xg_list .pro_mb {
    position: absolute;
    top: 0;
    background: #000000;
    opacity: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: all 0.7s ease;
}
.yycj_list{
    /* padding: 5vw; */
}
.yycj_list .yycj_r a .n_tit{
    color: #1a1a1a;
    margin:0 0 2vw 0;
    font-size: 2rem;
}

.yycj_list .yycj_r a .n_desc{
    color: #666;
    font-size: 1rem;
}
.yycj_list .yycj_b{
    display: none;
}
.xzzx_list{
    /* padding: 5vw; */
}
.xzzx_list ul li {
    width: 100%;
    padding: 3vw;
    background: #f8f9fa;
    margin: 0 0 5vw 0;
    transition: all 0.2s ease;
}


.xzzx_list ul li a {
    font-size: 1.5rem;
    color: #333333;
    font-weight: bold;
}
.xzzx_list ul li a img{
    width: 5vw;
}

.xzzx_list ul li a .tb {
    margin: 0 1vw 0 0;
}

.xzzx_list ul li a .xz_rq {
    color: #666666;
    font-size: 1rem;
    margin: 0 0px 0 0;
}

.xzzx_list ul li .ck,
.xzzx_list ul li .xz {
    background: #033b7e;
    color: #FFFFFF;
    font-size: 1.2rem;
    padding: 1vw 2vw;
    font-weight: normal;
    margin: 0 10px;
}
/* 常见问题 */
.cjwt_list{
    /* padding: 2vw; */
}
.cjwt_list ul li {
    /* padding: 3vw; */
    background: #f9f9f9;
    margin: 2vw 0 0px 0;
}

.cjwt_list ul li .cjwt_q {
    margin: 0 0 0px 0;
}

.cjwt_list ul li .cjwt_q img {
    margin: 1vw 1vw 0 2vw;
    width: 5vw;
}

.cjwt_list ul li .cjwt_q p {
    font-size: 1.5rem;
    width: 80vw;
    color: #434343;
    font-weight: bold;
}

.cjwt_list ul li .cjwt_a {
    margin: 0 0 0px 0;
}

.cjwt_list ul li .cjwt_a img {
    margin: 1vw 1vw 0 2vw;
    width: 5vw;
}

.cjwt_list ul li .cjwt_a p {
    font-size: 1rem;
    color: #555555;
    width: 90%;
}

.cjwt_list ul li a {
    font-size: 16px;
    color: #a0a0a0;
    margin: 2vw 0 3vw 8vw;
}
.cjwt_list ul li a img{
    width: 1.8vw;
}
.cjwt_list ul li a span {
    margin: 0 1vw 0 0;
    font-size: 1rem;
}
/* 视频分享 */
.video_list{
    /* padding: 5vw; */
}
.video_list ul li {
    width: 42vw;
    margin-right: 6vw;
    margin-bottom: 5vw;
}

.video_list ul li:nth-child(2n) {
    margin-right: 0;
}

.video_list ul li a {
    background: #f2f5f8;
    display: block;
}

.video_list ul li a .v_pic {
    width: 100%;
    transition: all 0.2s linear;
}

.video_list ul li a .video_con {
    padding: 2vw;
    /* height: 60vw; */
    height: 20vh;
    overflow: hidden;
}

.video_list ul li a .video_con h4 {
    font-size: 1rem;
    color: #333333;
    border-left: 3px solid #053e73;
    padding: 0 0 0 11px;
    margin: 0 0 10px 0;
}

.video_list ul li a .pic_div {
    width: 100%;
    /* height: 288px; */
    text-align: center;
    position: relative;
    overflow: hidden;
}

.video_list ul li a .pic_div .mb {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.video_list ul li a .video_con p {
    font-size: 0.8rem;
    color: #999999;
    padding: 0 0 0 12px;
}


.newsd_con .sp {
    width: 100%;
    margin: 0 auto;
}
/* 联系我们 */
.lxwm_con .lxwm_con_t .lxwm_con_l h4 {
    font-size: 30px;
    color: #232323;
    font-weight: bold;
}

.lxwm_con .lxwm_con_t .lxwm_con_l .en {
    font-size: 16px;
    color: #626262;
    font-weight: normal;
    margin-bottom: 30px;
}

.lxwm_con .lxwm_con_t .lxwm_con_l .lxwm_xian {
    background: #053e73;
    width: 40px;
    height: 3px;
    margin-bottom: 30px;
}

.lxwm_con .lxwm_con_t .lxwm_con_l .p_con {
    margin: 0 0 20px 0;
}

.lxwm_con .lxwm_con_t .lxwm_con_l .p_con span {
    width: 340px;
    display: block;
    float: left;
}

.lxwm_con .lxwm_con_b {
    width: 100%;
    height: 20vw;
}

.lxwm_con .lxwm_con_b .container {
    width: 100%;
    height: 20vw;
}

.lxwm_con .lxwm_con_t .lxwm_con_r {
    text-align: center;
    font-size: 14px;
    color: #999999;
}

.lxwm_con .lxwm_con_t .lxwm_con_r img {
    border: 1px solid #e0e0e0;
    padding: 5px;
    margin-bottom: 5px;
    width: 116px;
}
/* 广纳贤才 */
.gnxc_list ul li {
    margin: 0 0 30px 0;
}


.gnxc_list ul li a {
    display: block;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e7e7e7;
    border-left: 3px solid #e7e7e7;
}

.gnxc_list ul li a .gnxc_tit {
    font-size: 1.5rem;
    color: #333333;
    font-weight: bold;
}

.gnxc_list ul li a .gnxc_xq {
    font-size: 1.3rem;
    color: #a8a8a8;
    float: left;
}

.gnxc_list ul li a .gnxc_sq {
    font-size: 1.3rem;
    color: #033b7e;
    display: none;
    float: left;
}

.gnxc_list ul li .gnxc_con {
    background: #f7f7f7;
    height: 0px;
    opacity: 0;
    display: none;
    padding: 3vw 2vw;
    transition: all 0.7s ease;
}

.gnxc_list ul li .show {
    opacity: 1;
    height: auto;
    display: block;
    padding: 5vw;
    transition: all 0.7s ease;
}

.gnxc_list ul li .gnxc_con .gnxc_con_one h4,
.gnxc_list ul li .gnxc_con .gnxc_con_two h4 {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.gnxc_list ul li .gnxc_con .gnxc_con_one .gnxc_gwzz,
.gnxc_list ul li .gnxc_con .gnxc_con_two .gnxc_gwzz {
    font-size: 14px;
    color: #666666;
}
/* 合作共赢 */
.hzgy_list{
    /* padding: 5vw; */
}
.hzgy_list .hzgy_one {
    margin: 0 0 20px 0;
    line-height: 2;
}

.hzgy_list .hzgy_one p {
    font-size: 1.5rem;
    color: #4f4f4f;
}

.hzgy_two {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #eeeeee;
}

.hzgy_two .hzgy_two_con {
    /* background: #f8fbff; */
    background: url('/static/images/hzgybg.jpg');
    /* background-repeat: no-repeat; */
    padding: 1vw 2vw;
    margin: 0 0 40px 0;
}

.hzgy_two .hzgy_two_con .hzgy_two_con_tit {
    font-size: 31px;
    color: #393a3b;
    font-weight: bold;
    text-align: center;
}

.hzgy_two .hzgy_two_con .hzgy_two_con_tit2 {
    font-size: 15px;
    color: #4a4a4a;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 2vw 0;
}

.hzgy_two .hzgy_two_con .hzgy_two_con_con {
    margin: 0 0 30px 0;
}

.hzgy_two .hzgy_two_con .hzgy_two_con_con h4 {
    font-size: 20px;
    color: #053e73;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.hzgy_two .hzgy_two_con .hzgy_two_con_con p {
    display: block;
    font-size: 16px;
    color: #4f4f4f;
    line-height: 2;
    letter-spacing: 1px;
}

.hzgy_two .hzgy_two_con .hzgy_two_con_con p.fl {
    width: 100%;
}

.hzgy_two .hzgy_two_bot {
    text-align: left;
    font-size: 16px;
    color: #4f4f4f;
}

.hzgy_three .hzyg_three_tit {
    font-size: 16px;
    color: #9e9e9e;
    margin: 0 0 20px 0;
}

.hzgy_three .hzyg_three_tit img {
    margin: 0 7px 0 0;
    width: 5vw;
}

.hzgy_three form div span {
    font-size: 16px;
    color: #FF0000;
}

.hzgy_three form div {
    background: #f5f5f5;
    padding: 10px 20px 10px 20px;
    margin: 0 0 20px 0;
}

.hzgy_three form div img{
    width: 40vw;
}

.hzgy_three form div span {
    margin: 0 5px 0 0;
}

.hzgy_three form div input {
    background: #f5f5f5;
    border: none;
    font-size: 16px;
    height: 40px;
    width: calc(100% - 20px);
}
.hzgy_three form div input.yzm{
    width: 35vw;
}

.hzgy_three form div input:focus,
.hzgy_three form div textarea:focus {
    outline: none;
}

.hzgy_three form .div_inp {
    width: 100%;
    margin: 0 2vw 3vw 0;
}

.hzgy_three form .div_inp2 {
    width: 100%;
    margin: 0 2vw 3vw 0;
}

.hzgy_three form div textarea {
    width: 100%;
    height: 10vw;
    border: none;
    background: #f5f5f5;
}

.hzgy_three form .div_yzm input {
    width: 15vw;
}

.hzgy_three form .div_yzm button {
    border: none;
    padding: 1vw 2vw;
    font-size: 16px;
}

.hzgy_three form .div_yzm .reset {
    background: #a2a8a9;
    color: #FFFFFF;
    margin: 0 1vw 0 1vw;
}

.hzgy_three form .div_yzm .submit {
    background: #053e73;
    color: #FFFFFF;
}

.header .fr .lang .cn,.header .fr .lang .en{
    background: none;
    /* margin: 0; */
    padding: 0;
    color: #a5b0c1;
    margin: 0 0 0 10px;
}
.lang a{
    float: left;
    color: #a5b0c1;
    margin: 0 0 0 10px;
}
.lang a img{
    width: 25px;
    margin: 0 0 2px 0;
}



