body {
    background-color: #fff;
    width: 100%;
    min-width: 1380px;
    margin: 0;
    font-family: Microsoft Yahei, YaHeiUI;
}
/*header start*/
.headermain {
    width: 100%;
    height: 120px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1001;
}
.headerlogo {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    background:  url("../../images/web/indexnew/headerlogobg.png") center center no-repeat;
    background-size: 100% 100%;
}
.headerlogocenter {
    width: 1260px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.headermain .header_logo {
    display: flex;
    width: 550px;
}
.headlogo {
    width: 160px;
    height: 56px;
    background: url("../../images/web/indexnew/headerlogo.png") center center no-repeat;
    margin: auto 0;
    cursor: pointer;
    background-size: contain;
}
.splitline {
    width: 1px;
    height: 40px;
    background: #FFFFFF;
    margin: 15px 11px;
}
.headdescript {
    width: 368px;
    margin: auto 0;
}
.headdescript p {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}
.headdescript p:first-child {
    margin-bottom: 5px;
}
.header_search {
    width: 318px;
    height: 30px;
    margin: auto 0;
    position: relative;
}
.search-input {
    width: 308px;
    height: 30px;
    background: transparent;
    position: absolute;
    border: 1px solid #5e89c2 ;
    border-radius:3px;
    outline: none;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    box-sizing: content-box;
}
.search-icon {
    position: absolute;
    top: 3px;
    right: 0;
}
.search-icon:hover {
    transform: scale(1.1);
    cursor: pointer;
}
.header_login {
    width: 150px;
    margin-left: 90px;
    height: 70px;
    display: flex;
}
.headregister{
    width: 69px;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    margin: auto 0;
    cursor: pointer;
    text-align: center;
}
.headlogin {
    width: 66px;
    height: 30px;
    margin: auto;
    background: url("../../images/web/indexnew/headerlogologin.png") center center no-repeat;
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
.header_login_all {
    width: 150px;
    margin-left: 90px;
    height: 80px;
    /*display: flex;*/
    position: relative;
}
.header_login_alli {
    width: 100%;
    height: 100%;
    display: flex;
}
.headregisterall {
    width: 69px;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFF;
    margin: auto 0;
    overflow: hidden; /* 防止图片溢出容器 */
    text-align: center;
}
.headloginall {
    width: 42px;
    height: 42px;
    margin: auto;
    overflow: hidden; /* 防止图片溢出容器 */
}
.headloginall img {
    width: 42px;
    height: 42px;
    margin: auto;
    border-radius: 50%;
}
.user_arrow {
    width: 12px;
    height: 8px;
    background:  url("../../images/web/indexnew/jtw.png") center center no-repeat;
    margin: auto 10px;
    transform: rotate(0deg); /* 初始化角度为0度 */
}
.header_login_all:hover .user_arrow {
    transform: rotate(180deg);
}
.userop {
    position: absolute;
    width: 100px;
    height:auto;
    background: url("../../images/web/indexnew/openbg1.png") no-repeat;
    background-size: 100% 100%;
    top: 61px;
    left: 50px;
    line-height: 20px;
    border-radius: 5px;
    z-index: 1000;
}
.userop ul {
    list-style: none;
    padding: 0 10px;
    text-align: left;
    position: relative;
    z-index: 2;
    font-size: 12px;
    font-family: "La";
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}
.userop ul li {
    margin-top: 1px;
    margin-left: 11px;
}
.userop ul li:first-child {
    margin-top: 14px;
}
.userop ul li:last-child {
    padding-bottom: 15px;
}
.userop li:hover {
    cursor: pointer;
    color: #3F6392;
}
.userop {
    display: none;
}
.header_login_all:hover .userop {
    display: block;
}
/* 优先采用 -webkit-transform 规则 */
.txt {
    -webkit-transform: scale(0.8)
}
.header_language {
    width: 18px;
    height: 18px;
    border-radius: 10px;
    border: 1px solid #fff;
    margin: auto 0;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    padding: 1px;
    box-sizing: content-box;
}
.headernav {
    width: 100%;
    height: 50px;
    box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.15);
}
.headernav .navbox {
    width: 1260px;
    height: 48px;
    margin: 0 auto;
}
.navul1 {
    list-style-type: none;
    height: 50px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content:space-between;
}
.navul1 li {
    display: inline-block;
    height: 45px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    margin-right: 35px;
    box-sizing: content-box;
}
.navul1 li:last-child {
    padding-right: 10px;
}
.navul1 li:hover {
    border-bottom: 5px solid #03469E;
    color:#03469E;
}
.navul1 li.navlicurrent {
    border-bottom: 5px solid #03469E;
    color:#03469E;
}
.navul1 a {
    display: inline-block;
    height: 45px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
.navul1 li.navlicurrent a {
    color:#03469E;
}
.isexist:hover {
    color:#03469E;
}
.navul1 li .navul1icon {
    display: inline-block;
    width: 10px;
    height: 5px;
    background: url("../../images/web/indexnew/jtg.png") no-repeat;
    transform: rotate(0deg);
    margin-left: 8px;
}
.navul1 li:hover .navul1icon {
    transform: rotate(180deg);
}
.navul1 li .navul1iconoff {
    display: inline-block;
    width: 10px;
    height: 5px;
    background: url("../../images/web/indexnew/jtw.png") no-repeat;
    transform: rotate(0deg);
}
.navul1 li:hover .navul1iconoff {
    transform: rotate(180deg);
}
.navul1 li.isoffpricing{
    height: 50px;
    background: #FFAD00;
}

.navul1 li.isoffpricing a.onexist {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}
.navul1 li .s_navboxs_a {
    display: none;
    position: absolute;
    /*width: 238px;*/
    /*height: 340px;*/
    width: 210px;
    height: 281px;
    /*background: url("../../../images/web/indexnew/chineseluguagezh.png") no-repeat;*/
    background-color: white;
    opacity: 0.9;
    border-radius: 7px;
    top: 48px;
    left: -51px;
    box-shadow: 0px 0px 9px rgba(210,210,210,1.6), -2px 2px 0px rgba(210,210,210,1.6), 2px 0px 0px rgba(210,210,210,1.6);
}
.s_a {
    width: 210px;
    margin: 0 auto;
}
.s_a a {
    width: 184px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-left: 25px;
    box-sizing: content-box;
}
.s_a a:hover {
    background: #c3cfe3;
}
.s_a a:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.s_a a:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.navul1 li .s_navboxs_b {
    display: none;
    position: absolute;
    width: 228px;
    height: 178px;
    background: url("../../images/web/indexnew/chineseculturezh.png") no-repeat;
    top: 48px;
    left: -58px;
}
.s_b {
    width: 200px;
    margin: 0 auto;
}
.s_b a {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-left: 30px;
    box-sizing: content-box;
}
/*.s_b a:first-child {*/
/*    width: 188px;*/
/*    height: 44px;*/
/*    line-height: 18px;*/
/*    padding-top: 10px;*/
/*}*/
.s_b a:hover {
    background: #c3cfe3;
}
.s_b a:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.s_b a:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.navul1 li .s_navboxs_c {
    display: none;
    position: absolute;
    width: 258px;
    height: 138px;
    background: url("../../images/web/indexnew/chineseculturezh.png") no-repeat;
    top: 48px;
    left: -45px;
}
.s_c {
    width: 230px;
    margin: 0 auto;
}
.s_c a {
    width: 188px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-left: 12px;
    box-sizing: content-box;
}
.s_c a:hover {
    background: #c3cfe3;
}
.s_c a:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.s_c a:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.navul1 li .s_navboxs_d {
    display: none;
    position: absolute;
    width: 242px;
    height: 58px;
    background: url("../../images/web/indexnew/offpricingzh.png") no-repeat;
    top: 48px;
    left: -50px;
}
.s_d {
    width: 212px;
    margin: 0 auto;
}
.s_d a {
    width: 212px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    box-sizing: content-box;
    text-align: center;
}
.s_d a:hover {
    background: #c3cfe3;
}
.s_d a:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.s_d a:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.navul1 li .s_navboxs_e {
    display: none;
    position: absolute;
    width: 168px;
    height: 168px;
    background: url("../../images/web/indexnew/aboutzh.png") no-repeat;
    top: 48px;
    left: -28px;
}
.s_e {
    width: 140px;
    margin: 0 auto;
}
.s_e a {
    width: 112px;
    height: 40px;
    line-height: 39px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    /*text-align:center;*/
    padding-left: 27px;
    box-sizing: content-box;
}
.s_e a:hover {
    background: #c3cfe3;
}
.s_e a:first-child:hover {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.s_e a:last-child:hover {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.navul1 li:hover .s_navboxs_a {
    display: block;
}
.navul1 li:hover .s_navboxs_b {
    display: block;
}
.navul1 li:hover .s_navboxs_c {
    display: block;
}
.navul1 li:hover .s_navboxs_d {
    display: block;
}
.navul1 li:hover .s_navboxs_e {
    display: block;
}
/*header end*/