/* PC端 - 默认样式（一般以1920px为基准设计） */

body {
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "arial", "微软雅黑", "Helvetica", "Helvetica Neue";
    color: #4b4b4b;
    line-height: 1.5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

.content {
    max-width: 1616px;
    margin: 0 auto;
    /* overflow: hidden; */
}

* {
    box-sizing: border-box;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #4b4b4b;
}

.font72 {
    font-size: 72px;
}

.font52 {
    font-size: 52px;
}

.font48 {
    font-size: 48px;
}

.font38 {
    font-size: 38px;
}

.font36 {
    font-size: 36px;
}

.font30 {
    font-size: 30px;
}

.font26 {
    font-size: 26px;
}

.font24 {
    font-size: 24px;
}

.font22 {
    font-size: 22px;
}

.font20 {
    font-size: 20px;
}

.font18 {
    font-size: 18px;
}

.font16 {
    font-size: 16px;
}

.font14 {
    font-size: 14px;
}

.font12 {
    font-size: 12px;
}


/** 鼠标移动伪类*/

a:hover {
    color: #000;
    text-decoration: none;
}

a img {
    border: 0;
}


/** 各项浏览器内核处理  */

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #bbb;
}

textarea::-moz-placeholder {
    color: #bbb;
}

textarea:-ms-input-placeholder {
    color: #bbb;
}


/**
公共样式
1.顶部导航栏，直接复制dom结构使用即可

*/


/** 顶部导航栏100占满 */

.headerW {
    position: fixed;
    z-index: 500;
    left: 0;
    top: 10px;
    width: 100%;
    padding: 0 7.8125%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header {
    max-width: 1616px;
    margin: 0 auto;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.logo a {
    display: block;
    font-size: 0;
}

.mobile-logo {
    display: none;
}

.mobile-logo .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;
    height: 100%;
}

.mobile-logo a {
    display: block;
}

.mobile-logo img {
    display: block;
    height: 2em;
}

.header .content .logo {
    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;
}

.header .content .logo img {
    pointer-events: none;
    display: block;
}

.header .content .logo .hoverimg {
    display: none;
}

.header .content {
    height: 100%;
    border-radius: 10px;
}

.scrolled {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.scrolled .navbar>ul>li>a,
.navbar>ul>li>span {
    color: #222;
}

.scrolled .icon-sousuo- {
    color: #222;
}

.scrolled .navbar>ul>li.cur>a {
    color: #000;
}

.scrolled .content .logo .defaultimg {
    display: none;
}

.scrolled .content .logo .hoverimg {
    display: inline-block;
}


/* .header:hover .navbar>ul>li>a,
.navbar>ul>li>span {
    color: #222;
}

.header:hover .icon-sousuo- {
    color: #222;
}

.navbar>ul>li:hover {
    color: #205b9f;
} */

.icon-sousuo- {
    /* color: #222; */
    font-size: 28px !important;
    color: #222;
    line-height: 100px;
}

.navbox>ul>li {
    height: 100%;
    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-transition: all 0.3s;
    transition: all 0.3s;
}

.navbox>ul>li>a {
    display: block;
    line-height: 50px;
    padding: 0 40px;
}

.navbox>ul>.cur {
    font-weight: 600;
}

.cur1 {
    width: 30px;
    height: 2px;
    background-color: #333333;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}


/* 
.header:hover .navbar>ul>li.cur>a {
    color: #205b9f;
}

.header:hover .content .logo .defaultimg {
    display: none;
}

.header:hover .content .logo .hoverimg {
    display: inline-block;
} */


/* 导航栏右侧操作图标  */

.header .navbar_option_Shell {
    font-size: 1em;
    display: inline-block;
    width: 2.5em;
    height: 60px;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .navbar_option_icon {
    display: inline-block;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.header .navbar_option_icon i {
    position: relative;
    display: block;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


/** 
SecondaryMenu 顶部导航栏的二级菜单样式， jq控制 
navbar_option_icon 小屏情况下的操作icon
*/

.SecondaryMenu .header .navbar_option_icon i,
.headerC .header .navbar_option_icon i {
    background-color: #0b173f;
}

.header .navbar_option_icon i:nth-child(1) {
    top: 0;
}

.header .navbar_option_icon i:nth-child(3) {
    bottom: 0;
}

.header .navbar_option_icon i:nth-child(2) {
    margin: 3px 0;
}

.header .navbar_option_icon.show i:nth-child(2) {
    opacity: 0;
}

.header .navbar_option_icon.show i:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .navbar_option_icon.show i:nth-child(3) {
    bottom: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/*头部导航*/

.right_navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar {
    height: 100%;
}

.navbar>ul {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar>ul>li {
    height: 100%;
    position: relative;
    z-index: 100;
    cursor: pointer;
    padding: 0 1.4vw;
}

.navbar>ul>li:last-child {
    padding-right: 0;
}

.heiderbox {
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(241, 241, 241, .95);
}

.headertop {
    height: 75px;
    padding: 0 27px;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.headertop .leftlog .gqbox {
    margin-right: 40px;
}

.headertop .leftlog .gqbox .gqtext {
    color: #404040;
}

.leftlog {
    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;
}

.scroleftlog {
    display: none;
}

.leftlog .sousuo .icon-sousuo {
    font-size: 32px;
    color: #666;
    margin-right: 10px;
}

.toptub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.toptub>a {
    display: block;
}

.tub1 {
    /* padding-top: 10px; */
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 15px;
}

.tub1>a {
    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;
    height: 100%;
}

.tub1>img {
    width: 15px;
    height: 25px;
    display: block;
}

.tub2>img {
    width: 24px;
    height: 20px;
}

.tub3>img {
    width: 22px;
    height: 22px;
}

.tub4>img {
    width: 23px;
    height: 23px;
}

.navbox {
    height: 50px;
    background-color: #fff;
}

.scronavbox {
    background-color: #f1f1f1 !important;
}

.scroheaderbox {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.navbox>ul {
    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;
}

.navbox>ul>li {
    position: relative;
    overflow: visible;
    padding-bottom: 1px;
}

.navbox>ul>li .nextnavbar {
    height: 0;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999;
    position: fixed;
    top: 134px;
    left: 0;
    right: 0;
    /* display: none; */
    pointer-events: auto;
    overflow-y: auto;
    /* 允许垂直滚动 */
    overflow-x: hidden;
    /* -webkit-transition: all 0.3s; */
    /* transition: all 0.3s; */
}

.nextnavbarcontent {
    height: 260px;
    margin: 0 auto;
}

.nextnavbarcontent .nextbarleft {
    /* width: 820px; */
    /* height: 100%; */
    /* background-color: pink; */
    overflow: visible;
    /* 若左侧内容超出，可改为auto允许内部滚动 */
}

.leftli {
    width: 150px;
    height: 260px;
    border-right: solid 1px #757479;
    padding-top: 30px;
    padding-left: 30px;
    position: relative;
}

.leftli .leftli1 {
    width: 120px;
    height: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    /* -webkit-transition: 0.3s; */
    /* transition: 0.3s; */
    pointer-events: auto;
    /* padding: 8px 16px; */
    /* 添加内边距，增大点击/滚动区域 */
    cursor: pointer;
    /* 提示可交互 */
    padding-left: 15px;
}

.navbox>ul>li .scronextnavbar {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
}

.navbox.scronavbox {
    height: 75px;
}

.heiderbox.scroheaderbox ul>li>a {
    line-height: 75px;
}

.navbox>ul>li .scronextnavbar {
    top: 85px;
}

.nextnavbarcontent .nextbarleft {
    margin-left: calc((100% - 1616px) / 2 + 112px);
}

.nextnavbarcontent .nextbarright9 {
    margin-left: calc((100% - 1616px) / 2 + 405px);
}

.navbox>ul>li .scronextnavbar .nextnavbarcontent .nextbarleft {
    margin-left: calc((100% - 1616px) / 2 + 1178px);
}

.navbox>ul>li .scronextnavbar .nextnavbarcontent .nextbarright9 {
    margin-left: calc((100% - 1616px) / 2 + 1473px);
}

.rightli {
    /* background-color: pink; */
    position: absolute;
    left: 100%;
    top: 0;
    height: 240px;
    width: 180px;
    padding-top: 30px;
    padding-left: 15px;
    display: none;
    /* display: block; */
}

.rightli .rightli1 {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #cccccc;
    line-height: 28px;
    white-space: nowrap;
    /* -webkit-transition: 0.3s; */
    /* transition: 0.3s; */
    /* margin-bottom: 5px; */
}


/* 
.leftli .rightli .rightactv {
    font-weight: 600;
    color: #fff;
}

.actv {
    background-color: #747579;
}

.actv .rightli {
    display: block;
} */

.leftli .leftli1:hover {
    background-color: #747579;
}

.rightli .rightli1:hover {
    font-weight: 600;
    color: #fff;
}

.leftli .leftli1:hover .rightli {
    display: block;
}

.rightli1img {
    width: 200px;
    height: 180px;
    position: absolute;
    top: 25px;
    right: -200px;
    z-index: 999;
    padding-top: 0;
    display: none;
}

.rightli1img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rightli .rightli1:hover .rightli1img {
    display: block;
}

.right1 {
    width: 165px;
    height: 260px;
    border-right: solid 1px #757479;
    padding-top: 30px;
    padding-left: 30px;
}

.right1 .rightli1 {
    margin-bottom: 10px;
}

.right1 .rightli1 a {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    line-height: 24px;
    color: #fff;
    display: block;
    padding: 0 15px;
}

.right1 .rightli1 a:hover {
    background: #747579;
}


/* hover 显示下拉菜单，同时确保nextnavbar自身也能维持hover状态 */

.navbox>ul>li:hover .nextnavbar,
.navbox>ul>li .nextnavbar:hover {
    height: 260px;
}

.navbar>ul>li>a,
.navbar>ul>li>span {
    position: relative;
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #333;
}

.navbar>ul>li>a .arrow {
    width: 1em;
    height: 1em;
    background: url(../images/arrow_4.png) center center no-repeat;
    background-size: contain;
    margin-left: 0.4em;
}


/* .navbar>ul>li>a:hover {
    color: #205b9f;
} */

.navbar>ul>li.cur>a {
    color: #fff;
}


/* .navbar>ul>li .sousuo {
    display: flex;
} */


/*
整个选择器.navbar>ul:hover>li.cur a的含义是：
当鼠标悬停在.navbar的直接子ul元素上时，
选择该ul的直接子元素中带有cur类的li元素中的所有a元素，并为其应用样式规则
*/


/* .navbar>ul>li:hover>a {
    color: #205b9f;
    border-top: 3px solid #205b9f;
}

.navbar>ul:hover>li .cur>a {
    color: #205b9f;
} */

.navbar .next_navbar {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5em;
    width: 10em;
    text-align: center;
    background: rgba(255, 255, 255);
    font-size: 0.9em;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .08);
    background-color: #fff;
}

.navbar .next_navbar li {
    line-height: 3em;
    height: calc(3em + 5px);
    overflow: hidden;
    border-top: 1px solid #eee;
    margin: 5px;
    box-sizing: border-box;
}

.navbar .next_navbar li a {
    color: #7d7d7d;
    padding: 0 0.5em;
    display: block;
    position: relative;
    z-index: 0;
}

.navbar .next_navbar li a:hover {
    color: #fff;
    background-color: #004ea2;
}

.phoneNavBar {
    display: none;
    position: fixed;
    z-index: 400;
    left: 0;
    top: 60px;
    background-color: #242424;
    width: 100%;
    height: calc(100% - 60px);
}

.centernavbox {
    width: 100%;
    height: 60px;
    background-color: #fff;
}

.centernavbox .content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.centernavli {
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #6f6f6f;
    margin-right: 55px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.centernavlicur {
    color: #205b9f;
    font-weight: 600;
    border-bottom: 2px solid #205b9f;
}

.centernavli:hover {
    color: #205b9f;
    font-weight: 600;
    border-bottom: 2px solid #205b9f;
}

.phoneNavbarContent {
    height: 100%;
}

.phoneNavbarContent .navM {}

.navM {
    font-size: 14px;
    line-height: 3.2;
    text-align: left;
    overflow-y: auto;
    height: 100%;
    padding: 15px 20px 30px;
}

.navM .content {
    position: relative;
    z-index: 0;
    width: auto;
}

.navM .content>ul {
    font-size: 1em;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.navM .content>ul>li {
    padding: 0 1em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.navM .content>ul>li:first-child {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.navM .title {
    font-weight: bold;
    font-size: 1.33em;
}

.navM .title a {
    color: #fff;
}

.navM .title a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.navM a {}

.navM .content>ul>li li {
    line-height: 2;
}

.navM a:hover {
    color: #fff;
}

.navM li .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 1em;
}

.navM li .sub_nav_z {
    margin-top: 0.2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.navM li .sub_nav_z .sub_nav_s {
    width: 49%;
    margin-right: 1%;
}

.navM li .sub_nav_z .sub_nav_s .title {
    font-size: 1em;
}


/* side nav */

.side-nav-wrapper a {
    color: #fff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .2);
    position: relative;
}

.side-nav-first {
    position: relative;
    padding-bottom: 1px;
}

.side-nav-first:after,
.side-nav-second:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background: rgba(255, 255, 255, .6);
}

.side-nav-first a {
    font-size: 16px;
    line-height: 46px;
    display: inline-block;
    position: relative;
}

.side-nav-first.child:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 18px;
    background: url(../images/side_arr.png) no-repeat 0 center;
    background-size: 19px auto;
    width: 19px;
    height: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.side-nav-first.child.open:before {
    top: 17px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.side-nav-second {
    padding: 15px 0 10px 15px;
    position: relative;
    display: none;
}

.side-nav-second-dl {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5;
    text-transform: capitalize;
}

.side-nav-second-dl:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 4px;
    width: 2px;
    height: 2px;
    background: #ced9f4;
    margin-top: -1px;
}

.side-nav-second-dl a {
    font-size: 16px;
    line-height: 32px;
}

.side-nav-second-dd {
    overflow: hidden;
    padding-left: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.side-nav-second-dd a {
    display: block;
    float: left;
    color: #ced9f4;
    font-size: 14px;
    margin-right: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.bigtitbox {
    width: 100%;
    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;
}

.bigtitbox .imgbox {
    width: 40px;
    height: 40px;
}

.bigtitbox .imgbox>img {
    width: 100%;
    height: 100%;
}

.bigtitbox .tit {
    font-size: 38px;
    font-weight: 600;
    color: #205b9f;
    margin: 0 30px;
}


/*底部*/

.footer {
    position: relative;
    z-index: 0;
    color: #525252;
    text-align: left;
    width: 100%;
    background: #000;
    padding: 0 7.8125% 65px;
}

.adress {
    color: #bbb;
    text-align: center;
    font-size: 14px;
    margin-top: 150px;
}

.adress a {
    color: #bbb;
}

.footerTop {
    padding-top: 80px;
}

.middlebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footerlog {
    width: 185px;
    height: 40px;
}

.footerlog>img {
    width: 100%;
    height: auto;
    display: block;
}

.footerright {
    width: 380px;
}

.topbox {
    height: 180px;
    width: 100%;
    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;
}

.topbox .leftimg {
    margin-right: 40px;
}

.topbox .adress .footer .fInfo {
    margin-top: 4.2em;
    padding-left: 20%;
}

.righttit {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.righttit1 {
    color: #999;
    font-size: 14px;
    line-height: 18px;
}

.rightinput {
    margin-bottom: 15px;
}

.rightinput>input {
    width: 100%;
    height: 42px;
    padding-left: 10px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}

.rightbtn {
    margin-bottom: 20px;
}

.rightbtn>input {
    width: 240px;
    height: 40px;
    background-color: #999999;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    color: #000;
}

.gqbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.gqimg {
    width: 18px;
    height: 14px;
    margin-right: 8px;
}

.gqimg>img {
    width: 100%;
    height: 100%;
}

.gqtext {
    color: #dddddd;
    font-size: 14px;
}

.footer .fInfo .shareBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .fInfo .shareBox a {
    display: inline-block;
    margin-right: 1.3em;
}

.footer .fInfo .shareBox a img {
    display: block;
    width: 1.8em;
    height: 1.8em;
    object-fit: contain;
}

.footer .fInfo .t3 {
    color: #004ea2;
    font-size: 24px;
    line-height: 36px;
    margin-top: 0.1em;
}

.footer .fInfo .t2 {
    margin-top: 0.6em;
}

.footer .fInfo .t2 span {
    margin-left: 10px;
}

.footer .fInfo .t4 dl {
    float: left;
    margin-top: 1.2em;
}

.footer .fInfo .t4 .ewmzi {
    margin-top: 1.8em;
    margin-left: 10px;
}

.footer .fInfo .t4 .ewmzi3 img {
    width: 86px;
    height: 86px;
}

.footer .fnav {
    line-height: 2.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .fInfo {
    width: 30%;
    margin-top: 3.4em;
    line-height: 2.4;
}

.footer .fnav dl {
    margin-right: 125px;
}

.footer .fnav dl:last-child {
    margin-right: 0;
}

.footer .fnav dl dt {
    font-size: 18px;
    font-weight: 600;
}

.footer .fnav dl dt>a {
    color: #fff;
}

.footer .fInfo .t1 {
    width: 100px;
    font-size: 16px;
    color: #bcbcbc;
    margin-bottom: 25px;
}

.footer .fInfo .t4 {
    width: 100px;
}

.footer .fnav dl dd {
    margin-top: 0.3em;
    line-height: 32px;
}

.footer .fnav dl dd a {
    color: #bbb;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer .fnav dl dd a img {
    display: block;
    object-fit: contain;
}

.footer .fnav dl dd a:hover,
.adress a:hover {
    color: #fff;
}


/* .footer .footerBot { border-top:1px solid rgba(255,255,255,0.2);
	padding: 1.1em 0 1.1em; text-align: center;} */

.footer .footerBot .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footerBot .copyRight {
    text-align: Left;
    width: 48%;
    color: #bcbcbc;
}

.footer .fLogo {
    width: 25%;
    text-align: left;
}

.footer .fLogo img {
    height: 44px;
}

.footer .flink {
    width: 31%;
    text-align: right;
    color: rgba(255, 255, 255);
}

.footer .flink a {
    display: inline-block;
    margin-left: 1.8em;
    color: rgba(255, 255, 255);
}

.footer .flink a:hover {
    text-decoration: underline;
}


/* .headerW[data-bg="1"] .heiderbox.scroheaderbox {
    background-color: rgb(241, 241, 241, .95);
} */

.heiderbox.scroheaderbox .scronavbox {
    background-color: transparent !important;
}

@media screen and (max-width: 1920px) {
    .nextnavbarcontent .nextbarleft {
        margin-left: calc(7.8125% - -121px);
    }
    .nextnavbarcontent .nextbarright9 {
        margin-left: calc(7.8125% + 413px);
    }
    .navbox>ul>li .scronextnavbar .nextnavbarcontent .nextbarleft {
        margin-left: calc(92.1875% - 444px);
    }
    .navbox>ul>li .scronextnavbar .nextnavbarcontent .nextbarright9 {
        margin-left: calc(92.1875% - 152px);
    }
}

@media screen and (max-width: 1640px) {
    .footer {
        padding: 0 5% 50px;
    }
    .footer .fnav dl {
        margin-right: 60px;
    }
    .footerright {
        width: 280px;
    }
    .footerlog>img {
        width: 150px;
    }
    .nextnavbarcontent .nextbarleft {
        margin-left: calc(5% - -121px);
    }
    .nextnavbarcontent .nextbarright9 {
        margin-left: calc(5% + 413px);
    }
    .navbox>ul>li .scronextnavbar .nextnavbarcontent .nextbarleft {
        margin-left: calc(95% - 444px);
    }
    .navbox>ul>li .scronextnavbar .nextnavbarcontent .nextbarright9 {
        margin-left: calc(95% - 152px);
    }
}

@media screen and (max-width: 1024px) {
    .mobile-logo {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
    }
    .middlebox {
        display: block;
    }
    .adress {
        text-align: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .headerW {
        padding: 0 !important;
        top: 0;
    }
    .heiderbox {
        border-radius: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .headertop {
        display: none !important;
    }
    .navbox {
        display: none;
    }
    .header .navbar_option_Shell {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .header .navbar_option_icon .show::after {
        left: -30%;
        top: -30%;
        width: 160%;
        height: 160%;
    }
    .header {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header .content {
        width: 95%;
        padding: 0 1.25rem;
    }
    .header .logo img {
        display: block;
        width: auto;
        height: 3em;
    }
    .navM {}
    .navM .content>ul {
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .navM .content>ul>li {
        padding: 0;
    }
    .navM li {
        text-transform: uppercase;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        position: relative;
        z-index: 0;
    }
    .navM li:first-child {
        border-top: 0;
    }
    .navM .title {
        font-size: 1em;
    }
    .navM ul ul {
        position: static;
        height: 0;
        overflow: hidden;
        -webkit-transition: height 2s;
        transition: height 2s;
        font-size: 0.9em;
        line-height: 3.4em;
    }
    .navM ul ul li {
        border-top: 0;
    }
    .navM ul ul li a {
        text-indent: 1em;
        border-top: 0;
    }
    .navM li .title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
    .navM li .arrow {
        display: block;
        height: 1em;
        width: 1em;
        margin-right: 1em;
        background: url(../images/arr.svg) center center no-repeat;
        background-size: 1em auto;
    }
    .navM li dd {
        padding-left: 1.5em;
    }
    .navM li.show .arrow {
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    .navM ul .sub_nav_s .next_navbar {
        height: auto;
    }
    .navM li.show>.next_navbar {
        padding: 0.9em 0;
        height: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .navM li.show ul .sub_nav_p {
        padding-left: 2em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        line-height: 1.2;
        padding-bottom: 1.2em;
    }
    .navM li.show ul .sub_nav_p a {
        text-indent: 0;
    }
    .navM li.show ul .sub_nav_p li {
        padding-top: 1em;
        width: 32%;
        margin-right: 2%;
    }
    .navM li.show ul .sub_nav_p li:nth-child(2n) {
        margin-right: 0;
    }
    .navM li.show ul .sub_nav_p .pic {
        display: block;
        position: relative;
        z-index: 0;
        padding-top: 70%;
        width: 70%;
        margin: 0 auto 0.5em;
    }
    .navM li.show ul .sub_nav_p .pic img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: contain;
    }
}

@media only screen and (max-width:980px) {
    .navbar>ul>li {
        padding: 0 1em;
    }
}

@media only screen and (max-width:828px) {
    .navbar>ul>li {
        padding: 0 2vw;
    }
    .footer .fInfo {
        margin-top: 3.2em;
    }
    .footerTop {
        padding-top: 4vw;
        padding-bottom: 0vw;
    }
    .footer .fInfo {
        width: 100%;
    }
    .footer .fInfo .t4 dl {
        float: inherit;
        text-align: center;
    }
    .footer .fInfo .t4 .ewmzi {
        margin-top: 0.2em;
    }
    .footer .fInfo .shareBox {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .footerBot .content {
        display: block;
        text-align: center;
    }
    .footer .fnav {
        display: none;
    }
    .footer .fLogo {
        width: 100%;
        text-align: center;
    }
    .footer .footerBot .copyRight {
        text-align: center;
        width: 100%;
        margin: 1.5em 0 0;
    }
    .footer .flink {
        width: 100%;
        text-align: center;
        margin-top: 2em;
    }
    .topbox {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .adress {
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .righttit1 {
        font-size: 12px;
    }
    .right_navbar .navbar {
        display: none !important;
    }
    .phoneNavBar {
        display: none;
    }
}


/* navbar_option_icon Show */

@media only screen and (max-width:767px) {
    .footer {
        padding-bottom: 20px;
    }
    .navM .title {
        font-size: 14px;
    }
    .phoneNavBar {
        top: 50px;
        height: calc(100% - 50px);
    }
}