/* CSS Document */
html, body {
    width: 100%;
    /*height:100%;*/
    margin: 0;
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
}

button, input {
    border: none;
    outline: none;
}

.container {
    overflow: hidden;
}

input::-webkit-input-placeholder {
    font-weight: lighter;
    color: #C3C3C3;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
}

a {
    text-decoration: none;
    color: #4A4A4A;
    display: block;
    height: 100%;
}

.ul-items a {
    display: inline;
}

ul, p {
    margin: 0;
    padding: 0;
}

/* 使用webkit内核的浏览器 */
input:-moz-placeholder {
    font-weight: lighter;
    color: #C3C3C3;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
}

/* Firefox版本4-18 */
input::-moz-placeholder {
    font-weight: lighter;
    color: #C3C3C3;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
}

/* Firefox版本19+ */
input:-ms-input-placeholder {
    font-weight: lighter;
    color: #C3C3C3;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
}



/* IE浏览器 */
.header {
    text-align: center;
    height: 72px;
    line-height: 72px;
    background-color: #fff;
    position: relative;
    display: flex;
    min-width: 100% !important;
    justify-content: space-between;
}
.headmov {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
}
.logo {
    /* background: url(../image/zhanweitu/head-logo.png) center center no-repeat; */
    width: 180px;
    height: 38px;
    margin: 15px 0 0 30px;
}

.items {
    font-size: 13px;
    display: inline-block;
}
.ul-items{
    display: flex;
}

.ul-items li {
    list-style: none;
    margin: 0;
    font-size: 18px;
}

.ul-items > li + li {
    margin-left: 40px;
}

.ul-items {
    padding-left: 0;
    margin: 0;
    height: 100%;
}

.ul-items li a:hover, .ul-items li:hover {
    color: #3E69F6;
}

.li-taggle {
    margin-top: 30px;
    padding-bottom: 2px;
    background: url(./../image/Triangle1.png) no-repeat;
    display: inline-block;
    width: 10px;
    height: 8px;
    margin-left: 6px;
    transform-origin: 5px 4px;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
}

#aboutus:hover > .li-taggle {
    background: url(./../image/Triangleblue1.png) no-repeat;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.shopcar {
    background: url(./../image/shopcar.png) no-repeat;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 40px;
    display: none;
}

#aboutus:hover > a {
    color: #3E69F6;
}
#noLogin>span>a:hover{
    color: #3E69F6;
}
.fill {
    background: url(./../image/fill.png) no-repeat center;
    float: left;
    width: 30px;
    height: 30px;
    background-size: 24px;
    border-radius: 24px;
    margin-top: 22px;
    margin-right: 20px;
}

.fill1 {
    background: url(./../image/logined.png) no-repeat center;
    float: left;
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin-top: 22px;
    margin-right: 30px;
}

.color {
    color: #4A4A4A;

}

/*.shop {*/
    /*padding-top: 20px;*/
    /*margin-right: 40px;*/
/*}*/

.content {

    height: 600px;
    margin: 0 auto;
}

.cover-1 {
    width: 1197px;
    height: 39px;
    margin: 0 auto;
}

.main-wid {
    padding-top: 178px;
    height: 330px !important;
    z-index: 2;
    /*position: absolute;*/
}

.cover {
    background: url(./../image/Group4.png) no-repeat center;
    width: 1197px;
    height: 39px;
    position: absolute;
    z-index: 2;
}

.video {
    position: relative;
    width: 100%;
    height: 670px;
    overflow: hidden;
    /*position: absolute;*/
}

.mengban {
    margin-top: -508px;
    width: 100%;
    height: 510px;
    filter: alpha(Opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    background: #000;
    z-index: 0;
    position: absolute;
}

.main-wait {
    margin: 0 auto;
    width: 698px;
    height: 150px;
}

.main-search {
    margin-top: 70px !important;
}

.about-us {
    letter-spacing: 0.5px;
    overflow: hidden;
    height: 0;
    margin-top: 10px;
    display: none;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 6px 18px;
    box-shadow: 0 2px 10px #979797;
    line-height: 17px;
    width: 150px;
}

.about-us li {
    float: none;
    margin: 16px 0;
    padding: 0;
    font-size: 16px;
    color: #666666;
    text-align: left;
}

.input {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    height: 44px;
    color: #FFF;
    width: 677px;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    z-index: 2;
    padding-left: 35px;
    line-height: 44px;
}

.input:focus {
    background-color: #fff;
    color: #4A4A4A;
    /*border: 1px solid #fff;*/
}

.search-1 {
    margin: 0 auto;
    z-index: 998;
}

.search {
    /*width: 960px;*/
    /*height: 50px;*/
    /*margin: 0 auto;*/
    /*			padding-left: 320px;*/
}

.search-img {
    background-image: url(./../image/search.png);
    width: 19px;
    height: 19px;
}

.search-img-1 {
    position: absolute;
    padding: 10px;
    border: 1px solid #fff;
    border-right: none;
}

.input-1 {
    margin: 0 auto;
    color: #fff;
    /*width: 850px;*/
    /*height: 48px;*/
}

.input::-webkit-input-placeholder { /* WebKit browsers */
    font-style: italic;
    color: #fff;
}

.input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    font-style: italic;
}

.input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    font-style: italic;
}

.input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
    font-style: italic;
}

.main-line {
    position: relative;
    background-color: #F5F8FA;
    /*			width:1920px;*/
    height: 364px;
    padding: 80px 0;
    z-index: 0;
}

.line-item {
    width: 288px;
    height: 364px;
    /*	padding-bottom: 32px;*/
    border-top: 2px solid #3E69F6;
    background-color: #fff;
    vertical-align: middle;
}

.main-line-1 {
    margin: 0 -8px;
}

.title {
    color: #fff;
    width: 288px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    letter-spacing: 0.67px;
    border-right:1px solid #3E69F6;
    background-color: #3E69F6;
}

.list {
    font-size: 12px;
    color: #666666;
    font-style: italic;
    padding-left: 40px;
    margin-bottom: 10px;
}

.list-ul li {
    /*margin-bottom: 8px;*/
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin: 9px 0;

}

.list-ul li:last-child {
    list-style: none;
}

.list-button {
    padding: 8px 35px;
    width: 149px;
    height: 22px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #3E69F6;
    border-radius: 50px;
    font-style: italic;
    color: #3E69F6;
    cursor: pointer;
    clear: both;
    line-height: 22px;
}

.list-button:hover {
    margin-top: -1px;
    background-color: #3E69F6;
    color: #fff;
}

.list-button:hover a {
    color: #fff;
}

.list-button:active {
    margin-top: 0;
    background-color: #385FE0;
    color: #fff;
}

.country {
    position: relative;
    /*			width:1920px;*/
    background-color: #F5F8FA;
    /*margin: 90px 0 0px 0;*/
}

.country-chau1 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    /*border-bottom: 1px solid #d8d8d8;*/

}
.country-chau {
    width: 1200px;
    margin: 0 auto;

}

.country-list li {
    float: left;
    list-style: none;
}

.country-list {
    padding-left: 130px;
    border-bottom: 2px solid #D8D8D8;
}

.chau {
    text-align: center;
    color: #4A4A4A;
    font-weight: 500;
    clear: both;
    font-size: 20px;
    float: left;
}

.shu {
    margin: 0 15px 0 35px;
    float: right;
    color: #D7DADB;
    font-weight: 100;
    padding-top: 3px;
}

.counum {
    font-weight: 300;
    float: left;
    clear: both;
    font-size: 10px;
}

.signin{
    cursor: pointer;
}
.country-pic {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #ffffff;
}
.country-pic-1 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;

}

.lie {
    text-align: center;
    margin: 0 20px;
    height: 700px;
}

.row {
    float: left;
    width: 160px;
    height: 100px;
    margin: 40px 16px 30px;
    cursor: pointer;
    position: relative;
}

.row a {
    height: 130%;
    top: 0;
    position: absolute;
    width: 100%;
}

.row:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
}

.row:hover > div {
    color: #3E69F6;
    transform: translateY(1px);
}

.row:active > div {
    color: #3E69F6;
    margin-top: 112px;
}

.row:active {
    transform: translateY(1px);
}

.more {
    font-style: italic;
    text-align: center;
    font-size: 16px;
    /*margin-top: 10px;*/
    clear: both;

}

.right-arrow {
    background: url(./../image/right-arrow.png) no-repeat;
    width: 16px;
    height: 16px;
    float: right;
}

.trademark {
    background-color: #F5F5F5;
    padding: 70px 0;
    /*	width:1920px;*/
    height: 340px;
}

.country-name {
    margin-top: 114px;
    font-size: 17px;
}

.trade-ex {
    margin: 0 auto;
}

.trademark-pic {
    text-align: center;
    /*margin: 0 -10px;*/
}

.title1 {
    /*width: 288px;*/
    text-align: center;
    height: 70px;
    line-height: 70px;
    background-color: #3E69F6;
    color: #fff !important;
    font-size: 24px;
    letter-spacing: 0.67px;
}

.title2 {
    text-align: center;
    height: 70px;
    line-height: 70px;
    background-color: #3E69F6;
    font-size: 24px;
    color: #fff;
    letter-spacing: 0.67px;
}

.h-bot {
    position: absolute;
    z-index: 3;
    border: 1px solid #3E69F6;
    height: 364px;
    width: 288px;
    border-top: 3px solid #3E69F6;
    box-sizing: border-box;
    box-shadow: 0 2px 8px #cccccc;
    background-color: #fff;
    display: none;
}

.h-jia {
    position: absolute;
    z-index: 6;
    border: 1px solid #3E69F6;
    border-bottom: none;
    height: 0;
    width: 289px;
    border-top: 3px solid #3E69F6;
    box-sizing: border-box;
    background-color: #3E69F6;
    overflow: hidden;
}

.h-mid {
    position: absolute;
    z-index: 5;
    bottom: 80px;
    height: 361px;
    width: 289px;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #3E69F6;
    box-sizing: border-box;
}

.h-top {
    position: absolute;
    z-index: 6;
    height: 220px;
    width: 270px;
    bottom: 140px;
    background-color: #fff;
    margin-left: 10px;
}

.line {
    position: absolute;
    width: 1px;
    height: 0;
    display: inline-block;
    background-color: #3E69F6;
    overflow: hidden;
}
.hide{
    display: none;
}
.l1 {
    margin-left: 287px;
}

.l2 {
    width: 0;
    height: 1px;
    background-color: #3E69F6;
    position: absolute;
    margin-top: -2px;
}

.l3 {
    transform-origin: 0;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    /*IE*/
    /*filter:FlipH;*/
}

.more-1 {
    width: 80px;
    margin: 0 auto;
    cursor: pointer;
    padding-right: 20px;
    line-height: 16px;
}

.pro-error2 {
    float: right;
    color: #FE4539;
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    width: 428px;
}

.country-list li {
    cursor: pointer;
    position: relative;
}

.b-border {

    width: 20px;
    height: 2px;
    /*background-color: #4A4A4A;*/
    /*background-color: #3E69F6;*/
    position: relative;

}

.a-border {
    padding-top: 8px;
    clear: both;

}

.x2, .x3, .x4, .x5, .x6, .x7, .x8 {
    display: none;
}

.x1, .x9, .x10, .x11, .x12 {
    height: 0 !important;
}

.exin {
    display: flex;
    width: 150px;
}

.link {
    font-size: 18px;
    font-weight: 400;
    color: #3E69F6;
    display: block;
}

.mark {
    /*	background-color: aqua;*/
    /*	margin-top: 20px;*/
    width: 100px;
    height: 100px;
}

.mark- {
    /*	margin: 0 7px;*/
    width: 100px;
    float: left;
    margin: 10px;
}

.mark-.mid {
    width: 940px;

}

.mark + .mark {
    margin-top: 20px;
}

.mid .mark-top, .mid .mark-but {
    margin: 0 -10px;
}

.mark-s {
    width: 100px;
    height: 100px;
    float: left;
    margin: 0 10px;
}

.mark-s.A41 {
    text-align: center;
    margin: 20px 0;
    width: 940px;
    line-height: 100px;
    font-size: 22px;
    font-style: italic;
}

.mark-s.hover41 {
    text-align: center;
    margin: 20px 0;
    width: 940px;
    line-height: 100px;
    font-size: 22px;
    font-style: italic;
}

.mark-but {
    margin-top: 25px;
}

.mark-top, .mark-but {
    text-align: center;
}

.mark-.mid span {
    color: #3E69F6;
}

.address {
    background-color: #f5f8fa;
    padding: 75px 0 71px;
}

.cb {
    width: 0 !important;
    height: 0 !important;
    clear: both;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wenzi1 > div {
    clear: both;
    float: left;
}

.smwenzi1 p {
    text-align: left;
}

.smwenzi1 {
    margin-top: 30px;
}

.input-address {
    width: 318px;
    float: right;
    margin-right: 110px;
    margin-top: 30px;
    /*position: absolute;*/
    /*right: 150px;*/
    /*top: 1930px;*/
}

.sub {
    font-weight: bold;
    font-size: 26px;
}

.sub > span {
    color: #3E69F6;
}

.input-n {
    position: absolute;
    outline: 0;
    width: 276px;
    height: 38px;
    color: #999999;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 300;
    border: 1px solid #D8D8D8;
    border-right: none;
    line-height: 38px;
}

.address-1 {
    width: 1200px;
    margin: 0 auto;
}

.submit {
    position: absolute;
    margin-left: 298px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 108px;
    color: #3E69F6;
    background-color: #e9eefe;
    cursor: pointer;
    border: 1px solid #3E69F6;
    /*filter: alpha(opacity=10);*/
}

.footer {
    background-color: #2E313A;
    height: 314px;
    text-align: center;
}

.footcol {
    float: left;
    margin: 0 135px;
    height: 138px;
}

/*.footcol + .footcol {*/
/*margin-left: 183px;*/
/*}*/
.footer-box > div:first-of-type {
    margin: 0 -92px;
}

.footer-box {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 16px 0;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
    color: #777;
}

.footcol ul li {
    list-style: none;
    text-align: left;
    font-weight: 200;
    font-size: 16px;
}

.footcol ul li + li {
    margin-top: 12px;
}

.footcol ul li:first-child {
    color: #aaa;
    margin-bottom: 6px;

}

.footcol:last-child {
    width: 257px;
    height: 120px;
}

.email, .phone, .fax {
    font-style: italic;
    text-align: left;
    font-size: 18px;
}

.email span {
    float: left;
    background: url(../image/Page1.png);
    width: 22px;
    height: 16px;
    margin-top: 2px;
    margin-right: 10px;
}

.phone {
    margin-top: 17px;
    line-height: 28px;
    color: #aaa;
}

.phone span {
    margin-top: 2px;
    margin-right: 6px;
    float: left;
    background: url(../image/Page2.png);
    width: 22px;
    height: 22px;
}

.fax {
    margin-top: 17px;
    line-height: 28px;
    color: #aaa;
}

.fax span {
    margin-top: 2px;
    margin-right: 6px;
    float: left;
    background: url(../image/fex.png);
    width: 22px;
    height: 22px;
}

.inter {
    margin-top: 16px;

}

.inter > span:first-child {
    background: url(../image/in.png) no-repeat center center;
}

.inter > span:first-child:hover {
    background: url(../image/inf.png) no-repeat center center;
}

.inter > span:first-child + span {
    background: url(../image/bird.png) no-repeat center center;
}

.inter > span:first-child + span:hover {
    background: url(../image/birdf.png) no-repeat center center;
}

.inter > span:first-child + span + span {
    cursor: pointer;
    background: url(../image/s.png) no-repeat center center;
}

.inter > span:first-child + span + span:hover {
    background: url(../image/sf.png) no-repeat center center;
}

/*.sf{*/
/*background: url(../image/sf.png) no-repeat center center;*/
/*}*/
.inter span {
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.inter .iplaw {
    width: 60px;
    line-height: 32px;
    color: #aaa;
    display: none;
}

.line-1 {
    margin-top: 50px;
    background: url(../image/Line.png) no-repeat center center;
    width: 1198px;
    height: 1px;
}

.copy {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
}

.input-n:focus {
    border-color: #666666;
}

.q_label {
    width: 700px;
    z-index: 3;
    position: absolute;
    margin-left: 40px;
    font-style: italic;
    line-height: 48px;
}

.q-i {
    background: url(../image/i.png);
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 2;
    margin-top: 12px;
    margin-left: 45px;
}

.wait, .search-text {
    display: none;
    background-color: #fff;
    width: 698px;
    height: 150px;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    margin-left: -1px;
    overflow-y: scroll;
}

.search-text::-webkit-scrollbar-thumb {
    background-color: rgba(62, 105, 246, 0.2);
    border-radius: 20px;
}

.search-text::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.90);
    /*	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.22);*/
}

.submit:hover {
    box-shadow: 0 2px 4px #cccccc;;
}

.search-text::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(0, 0, 0, 0.34);
}

.men {
    color: #4A4A4A;
    padding: 8px 19px;
    background-color: #fff;
    text-align: left;

}

.men:hover, .select {
    background-color: #d5defd;
}

.aaaa {
    width: 156px;
    height: 107px;
    position: absolute;
    margin-top: -25px;
    z-index: -1;
}

.wait {
    display: none;
    overflow-y: hidden;
}

.circle {
    background: url(../image/CombinedShape.png);
    width: 26px;
    height: 26px;
    margin: 64px auto 0;
    transform-origin: 50% 50% 0;
}

.gotop {
    background: url(../image/top.png) center no-repeat #fff;
    width: 52px;
    height: 52px;
    float: right;
    cursor: pointer;
    display: none;
    border-radius: 52px;
}

.gtstyle {
    width: 52px;
    position: fixed;
    left: 50%;
    height: 52px;
    margin-left: 620px;
    bottom: 20px;
}

.wid1200 {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.main-hover {
    float: left;
    margin: 0 8px;
    width: 288px;
    height: 364px
}

.main-wait .wait, .main-wait .search-text {
    position: absolute;
}

.cart {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
}

.cart-m {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.cart-t {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    background-color: #fff;
    border-top: 4px solid #3E69F6;
    height: 600px;
}

.shopcar span {
    position: absolute;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    background-color: #FE4539;
    border-radius: 50px;
    width: 14px;
    height: 14px;
    text-align: center;
    margin: -6px 0 0 14px;
}

.shopcar:hover {
    background: url("../image/gowuche.png");
    cursor: pointer;
}

.allmoney {
    padding: 30px;
    font-size: 20px;
    color: #4A4A4A;
    font-weight: 600;
    width: 360px;
    bottom: 0;
    position: absolute;
    box-sizing: border-box;
    border-top: 1px solid #D8D8D8;
}

.allmoney span {
    font-size: 20px;
    color: #FE4539;
    font-weight: bold;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';

}

.allmoney span:first-child {
    margin-left: 10px;
}

.cart-items {
    overflow-y: scroll;
}

.cart-items > div {
    border-bottom: 1px solid #f5f5f5;
    padding: 20px;
    position: relative;
}

.cart-items > div:hover {
    background-color: #F5F5F5;
}

.cart-items > div:hover .redcha {
    display: block;
}

.redcha {
    position: absolute;
    background: url("../image/redcha.png") no-repeat center;
    width: 12px;
    height: 12px;
    right: 20px;
    cursor: pointer;
    display: none;
}

.all-but {
    width: 300px;
    background-color: #3E69F6;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    margin-top: 10px;
    cursor: pointer;
}

.all-but a {
    color: #fff;
}

.hascli {
    position: absolute;
    width: 44px;
    height: 30px;
    margin-left: -78px;
    margin-top: -6px;
    z-index: 10;
    background-color: transparent;
    display: none;
}

.footcol ul li {
    cursor: pointer;
}

.footcol ul li:first-child {
    cursor: auto;
}

.seven {
    color: #666;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
}

.email a {
    letter-spacing: 0.8px;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
    color: #aaa;
    font-style: italic;
    text-align: left;
    font-size: 18px;
}

.disable {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;

}

.discount {
    text-decoration: line-through;
    color: #999999;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
    font-weight: bold;
    font-size: 14px;
}

.goods-num {
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
    font-size: 14px;
    color: #000;
}

.single-price {
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
    font-weight: bold;
    font-size: 14px;
    color: #FE4539;
}

.cart-item {
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
    color: #4a4a4a;
    font-size: 14px;
    line-height: 12px;
    font-weight: 500;
}

.cart-item + .cart-item {
    margin-top: 8px;
}

.class-num {
    margin-top: 8px;
    font-size: 14px;
    color: #999999;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
    font-weight: 300;
    margin-bottom: 13px;
}

.cart-items {
    width: 360px;
}

.one-piece {
    width: 180px;
}

.goods-num {
    float: right;
}

.cart-items::-webkit-scrollbar-thumb {
    background-color: rgba(62, 105, 246, 0.2);
    border-radius: 20px;
}

.cart-items::-webkit-scrollbar-track {
    padding: 2px;
    background-color: rgba(255, 255, 255, 0.90);
}

.cart-items::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(0, 0, 0, 0.34);
}

.four-o-four {
    background: url("../image/404.png") no-repeat center;
    width: 448px;
    height: 196px;
    margin: 0 auto;
}

.four-o-four + div {
    text-align: center;
    margin: 40px 0 80px;
    font-size: 32px;
    color: #fff;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
    font-weight: 100;
}

.four-o-four + div + div {
    width: 260px;
    line-height: 60px;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.four-o-four + div + div a {
    color: #fff;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
    font-weight: lighter;
    font-size: 24px;
}

.four-o-four + div + div a:hover {
    background-color: #fff;
    color: #3E69F6;
}

.not-found {
    padding: 380px 0 400px;
    background: linear-gradient(rgb(21, 151, 233), rgb(59, 85, 231));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#1597E9', endColorStr='#3B55E7', gradientType=0);
}

.empty-hover > div:first-child {
    background: url("../image/empty-hover.png") no-repeat center;
    width: 50px;
    height: 60px;
    margin: 0 auto;
}

.empty-hover {
    width: 300px;
    margin: 118px auto 0;
    top: 50%;
    display: none;
}

.empty-hover > div:first-child + div {
    margin: 30px 0 4px;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.empty-hover > div:first-child + div + div {
    color: #d8d8d8;
    font-size: 14px;
    text-align: center;
}

.empty-hover > div:first-child + div + div + div {
    margin-top: 40px;
    text-align: center;
    background-color: #3E69F6;
    line-height: 50px;
}

.empty-hover > div:first-child + div + div + div a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.user-info {
    padding: 6px 18px;
    width: 95px;
    margin-left: -67px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 10px #979797;
    z-index: 999;
}

.user-info-0 {
    z-index: 3;
    position: absolute;
    display: none;
    height: 0px;
    margin-left: -85px;
    width: 142px;
    margin-top: 25px;
}

.baiban {
    width: 1px;
    height: 10px;
    display: block;
    /*margin-left: -72px;*/
}

.user-info a {
    margin: 16px 0;
    padding: 0;
    font-size: 16px;
    color: #666666;
    text-align: left;
    line-height: 16px;
}

.user-info a:hover {
    color: #3E69F6;
}

.fill:hover .user-info-0 {
    height: 112px;
}
.fill{
    cursor: pointer;
}

.meng-word {
    width: 520px;
    padding: 60px 60px 30px;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-left: -260px;
    margin-top: -170px;
}

.meng-word > div:first-child {
    color: #666666;
    font-size: 24px;
    text-align: center;
    line-height: 33px;
}

.meng-word > div:first-child + div {
    color: #999999;
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
    line-height: 18px;
}

.meng-word > div:first-child + div + div {
    height: 1px;
    background-color: #D8D8D8;
    margin-bottom: 30px;
}

.submit-meng {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 100;
}

.submit-meng > div:first-child {
    background-color: #000000;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
}

.ok-close {
    color: #3E69F6;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    line-height: 33px;
    width: 50px;
    margin: 0 auto;
}

.chacha {
    background: url("../image/cha2.png") no-repeat center;
    width: 12px;
    height: 12px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 20px;
}

.oaipbig, .aripobig, .beneluxbig, .europbig {
    margin: 20px 10px;
}
#eur {
    padding-top: 60px;
    /*padding-left: 30px;*/
}
#eur1 {
    /*padding-top: 60px;*/
    /*padding-left: 30px;*/
}
.eur-items {
    float: left;
}
.desc {
    text-align: left;
    width: 341px;
    float: left;
    margin: 20px 10px;
}
.desc1 {
    text-align: left;
    width: 341px;
    float: left;
    margin: 40px 10px 30px 10px;
    font-family: 'PingFang SC', Arial, 'Times New Roman', Verdana;
}
#eur .row{
    width: 208px;
    height: 130px;
}
#eur1 .row{
    width: 208px;
    height: 130px;
}
.guideBack{
    width: 100%;
    height: 400px;
    background: -webkit-linear-gradient(left top, #2F2BBC , #236EE9); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #2F2BBC , #236EE9); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #2F2BBC , #236EE9); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #2F2BBC , #236EE9);
}
.guideContainer{
    position: relative;
}
.guideMap{
    position: absolute;
    right: 1px;
    top: 50px;
    width: 663px;
    height: 300px;
    z-index: 1;
    background: url("../image/worldMap.png") no-repeat center;
}
.guideComputer{
    position: absolute;
    right: 158px;
    top: 116px;
    width: 294px;
    height: 144px;
    z-index: 2;
    background: url("../image/guide1.png") no-repeat center;
}
.guideTextArea{
    z-index: 3;
    position: absolute;
    margin-top: 120px;
    color: #ffffff;
}
.guideText{
    font-size: 34px;
    font-family: "Times New Roman";
}
.guideBtn{
    cursor: pointer;
    font-family: "Times New Roman";
    width: 255px;
    margin-top: 30px;
    position: absolute;
    box-sizing: border-box;
    padding: 10px 18px;
    border: 1px solid #ffffff;
    font-size: 16px;
}
.guide2{
    width: 100%;
    text-align: center;
    padding: 50px 0 ;
    background-color: #F5F8FA;
}
.guide2Text{
    /*font-size: 38px;*/
    /*color: #4A4A4A;*/
    background-color: #3E69F6;
    font-family: "Times New Roman";
    font-size: 36px;
    width:1200px ;
    height: 71px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 71px;
}
.guide2Btn{
    cursor: pointer;
    margin-top: 50px;
    width: 300px;
    height: 60px;

    box-sizing: border-box;
    /*padding: 10px 18px;*/
    background-color: #3E69F6;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 60px;
}
.user-info span a{
    cursor: pointer;
}


/*--------------head image-------------*/

.wrap{
    position: absolute;
    width:7680px;
    height: 508px;
    z-index: 1;
    transition: all 1s;
    margin:0 auto;
}

.container .wrap img{
    float: left;
    width:1920px;
    height: 600px;
}

.container .buttons{
    position:absolute;
    left: 50%;
    bottom: 20px;
    width: 60px;
    z-index: 2;
    transform: translateX(-50%);
}
.container .buttons span{
    margin-left: 5px;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /*background-color: grey;*/
    text-align: center;
    color: white;
    cursor: pointer;
}
.container .buttons span.on{
    background-color: red;
}

.buttons>span:hover{
    background-color: white;
}
/*.container .arrow{*/
/*    position: absolute;*/
/*    top: 35%;*/
/*    color: green;*/
/*    padding: 0 14px;*/
/*    border-radius: 50px;*/
/*    font-size: 50px;*/
/*    z-index: 2;*/
/*    display: none;*/
/*}*/
/*.container .arrow_left{*/
/*    left: 10px;*/
/*}*/
/*.container .arrow_right{*/
/*    right:10px;*/
/*}*/
/*.container:hover .arrow{*/
/*    display: block;*/
/*}*/
/*.container .arrow:hover{*/
/*    background-color: rgba(0, 0, 0, 0.2)*/
/*}*/
/*.img_text1{*/
/*    position: absolute;*/
/*    top: 200px;*/
/*    left: 10%;*/
/*    z-index: 2;*/
/*    width: 400px;*/
/*}*/
.img_text2{
    position: absolute;
    top: 200px;
    left:33%;
    z-index: 2;
}
.try_now{
    width:300px;
    height:60px;
    background-color:#3E69F6;
    font-family: "Times New Roman";
    color: #FFFFFF;
    margin-top: 40px;
    margin-left: 300px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
}

.try_now:hover{
    cursor: pointer;
}

/*.try_now a {*/
/*    text-decoration: none;*/
/*    color: white;*/
/*    font-family: Arial;*/
/*    font-weight: bold;*/
/*}*/

/*---------   brands   ----------*/
.brands{
    /*height: 750px;*/
    text-align: center;
    /*background-color: #f5f8fa;*/
    display: none;
}
.brands-box{
    width: 1272px;
    margin:0 auto;

}
.zw{
    height: 80px;
    margin-top: 90px;
}
.kehu{

    width: 209px;
    height: 30px;
    margin: 0 auto ;
    background: url("../image/zhanweitu/Our Service.png") 0  0 no-repeat;

}
.kehu-1{

    width: 209px;
    height: 30px;
    margin: 80px auto 50px ;
    background: url("../image/zhanweitu/Our Clients.png") 0  0 no-repeat;

}
.brands-box table{
    width: 100%;
    margin:0 0 50px  ;
    border-collapse: collapse;

}
tbody{
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
tr{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.brands-box td{
    border: #fff solid 20px;
    width: 285px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
}
.country-title{
    width:1210px;
    margin: 0 auto;
}

.country-title ul{
    width:100%;
    margin-top:50px;
    height: 100px;
}
.country-title-ul>li{
    list-style: none;
    display: inline;
    width: 300px;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
    position: relative;
    font-size: 20px;
    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';
    background-color: rgba(62,105,246,0.15);
    color:#3E69F6 ;
    border-right: #f5f8fa solid 1px;
}



/*.ul_li{*/
/*    background-color: rgba(62,105,246,0.15);*/

/*    color:#3E69F6 ;*/
/*}*/
.country-title-ul>.li_hover{
    background-color:#3E69F6 !important;
    color: white !important;
}
.header-text{
    width: 320px;
    height: 40px;
    float: left;
    font-size: 20px;

}
.all-item-1{
    /*background-color: #fff;*/
    /*padding: 40px 30px 20px;*/
    /*box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);*/
    /*margin-top: 60px;*/
    display: none;
    /*margin-left: 200px;*/
    /*margin-bottom: 30px;*/
    width: 1200px;
    height: 434px;
    overflow: hidden;
    margin: 0 auto;

}
/*.video-text>#head1{*/
/*    z-index: 2;*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    top: 180px;*/
/*    left: 460px;*/
/*    font-size: 60px;*/
/*    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';*/
/*    color: white;*/
/*}*/
/*.video-text>#head2{*/
/*    z-index: 2;*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    top: 265px;*/
/*    left: 520px;*/
/*    font-size: 30px;*/
/*    font-family: 'Times New Roman', Arial, Verdana, 'PingFang SC';*/
/*    font-style: italic;*/
/*    color: white;*/
/*}*/


/*.video-text>img{*/
/*    position: absolute;*/
/*    top: 240px;*/
/*    left: 370px;*/
/*    font-size: 60px;*/
/*}*/
.head-bottom{
    width: 100%;
    height: 90px;
    margin: 0 auto;
    background-color: #F5F8FA;
    /*border-bottom: #000000 solid 1px;*/

}
/*.head-bottom-img{*/
/*    margin:  0 auto ;*/
/*    width: 1200px;*/
/*    height: 90px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/

/*}*/
.head-bottom-img img{
    margin: 20px 0 13px 0;
}
.head-imgli{
    height: 90px;
    /* background: url(../image/zhanweitu/head_img.jpg) no-repeat; */
    background-position: center center;
}

.lie-1{
    text-align: center;
    margin: 0 -24px;
    height: 400px;
}
.wenzi-all{
    display: flex;
    justify-content: space-between;
    width: 25%;
    /*height: 35px;*/
    text-align: center;
    /*line-height: 35px;*/
    /*padding: 0px 20px 0px 0px;*/
    box-sizing: border-box;
    font-family: "Times New Roman";
}
.all-wenzi{
    width: 1200px;
    border-bottom: 2px solid #D8D8D8;
    font-size: 20px;
    font-family: Arial;
    height: 36px;
    box-sizing: border-box;
}
.ul_lws{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;

}
.ul_lws>li {
    display: inline-block;
    cursor: pointer;
    width: 200px;
    margin: 40px 20px;
    color: #666666;
    font-size: 16px;
    text-align: center;
}
/*.ul_lws>li:first-child + li + li + li {*/
/*    width: 240px;*/
/*    margin: 40px 0;*/
/*}*/
#sws,#aws{
    display: none;
}

.wenzi-title{
    display: flex;
    justify-content: space-between;
}

.wenzi-title-right>a{
    font-family: "Times New Roman";
    color: #3E69F6;
}
.wenzi-title-right{
    text-align: center;

}

.wenzi_hover{
    color: #3E69F6;
    cursor: pointer;
}

.leg2-1{
    display: none;
    padding: 0 0 30px 0;
    /*background-color: #F5F5F5;*/
}
.leg-all{
    /*height: 35px;*/
    display: flex;
    justify-content: space-between;
    width:690px;

    text-align: center;
    /*line-height: 35px;*/
    /*padding: 0px 20px 0px 0px;*/
    box-sizing: border-box;
}
.leg-all-title{
    display: flex;
    justify-content: space-between;
    border-bottom: #d8d8d8 solid 2px;
    height: 36px;
    box-sizing: border-box;
}
.leg-all>div{

    font-size: 20px;
    font-family: "Times New Roman";


}


.leg-all>.leg-wenzi_hover{
    color: #3E69F6;
}
#leg-wenzi:hover{
    background-color: rgba(62,105,246,0.15);
    cursor: pointer;
}
.leg2-item11{
    margin: 21px 21px 0px 21px;
    float: left;
    width: 266px;
    height: 100px;
    padding:25px 2px 30px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.leg2-item12{
    margin: 21px 21px 0px 21px;
    float: left;
    width: 266px;
    height: 100px;
    padding:25px 2px 30px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.leg2-items1-1,.leg2-items3-1,.leg2-items2-1{
    height: 368px;
    margin: 0 -24px;
}


.leg2-items2-1, .leg2-items3-1{
    display: none;
}
#r-3{
    display: none;
}

#chau-patent{
    display: none;
}
#country-parent{
    display: none;
}

.right-arrow-1 {
    background: url(./../image/right-arrow.png) no-repeat;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: 7px;
}

.chau1{
    font-family: "Times New Roman";
    font-size: 20px;
    float: left;
    margin-bottom: 10px;
}
.chau1>span{
    font-size: 10px;
    /*margin-left: 5px;*/

}
.chau1>a{
    color: #3E69F6;
}
.country-list-home{
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 20px;
    list-style: none;
    box-sizing: border-box;
    /*float: left;*/
    display: flex;
    height: 56px;
    text-align: center;
    line-height: 56px;
}
.c-lwitems>.ul_lws{
    width: 1200px;
    margin: 0 0;
}
#hot_border:before,#eu_border:before{
    position: absolute;
    top: -14px; left: 38%;
    content: "";
    width: 0; height: 0;
    border-style:dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent #3E69F6 transparent;
}

#hot_border:after,#eu_border:after{
    position: absolute;
    top: -11px; left: 38%;
    content: "";
    width: 0; height: 0;
    border-style:dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent white transparent;
}

#as_border:before,#oc_border:before,#or_border:before{
    position: absolute;
    top: -14px; left: 38%;
    content: "";
    width: 0; height: 0;
    border-style:dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent #3E69F6 transparent;
}

#as_border:after,#oc_border:after,#or_border:after{
    position: absolute;
    top: -11px; left: 38%;
    content: "";
    width: 0; height: 0;
    border-style:dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent white transparent;
}

#am_border:before{
    position: absolute;
    top: -14px; left: 40%;
    content: "";
    width: 0; height: 0;
    border-style:dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent #3E69F6 transparent;
}

#am_border:after{
    position: absolute;
    top: -11px; left: 40%;
    content: "";
    width: 0; height: 0;
    border-style:dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent white transparent;
}

#or_border:before{
    position: absolute;
    top:-14px; left:42%;
    content: "";
    width: 0; height: 0;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
    border-color:transparent transparent #3E69F6 transparent;
}
#or_border:after{
    position: absolute;
    top:-11px; left:42%;
    content: "";
    width: 0; height: 0;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
    border-color:transparent transparent white transparent;
}
#af_border:before{
    position: absolute;
    top: -14px; left: 38%;
    content: "";
    width: 0; height: 0;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent #3E69F6 transparent;
}
#af_border:after{
    position: absolute;
    top:-11px; left: 38%;
    content: "";
    width: 0; height: 0;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent white transparent;
}

.c-border{
    position: relative;
    background-color: rgb(62, 105, 246);
    height: 2px;
    margin-top: 11px;
}
.c-border:before{
    position: absolute;
    top: -14px; left: 38%;
    content: "";
    width: 0; height: 0;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent #3E69F6 transparent;
}
.c-border:after{
    position: absolute;
    top:-11px; left: 38%;
    content: "";
    width: 0; height: 0;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent white transparent;
}
.d-border{
    position: relative;
    background-color: rgb(62, 105, 246);
    height: 2px;
    margin-top: 11px;
}
.d-border:before{
    position: absolute;
    top: -14px; left: 45%;
    content: "";
    width: 0; height: 0;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent #3E69F6 transparent;
}
.d-border:after{
    position: absolute;
    top:-11px; left: 45%;
    content: "";
    width: 0; height: 0;
    border-style: dashed dashed solid dashed;
    border-width: 8px;
    border-color: transparent transparent white transparent;
}
.b-border-1{
    background-color: rgb(62,105,246);
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.c-pages{
    display: flex;
    width: 1200px;
    margin: 0 auto 10px;
    height: 25px;
    justify-content: flex-end;
    background-color: #fff;
    padding-bottom: 20px;
}
.cp-items{
    display: flex;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    font-family: normal;
    margin-right: 44px;
}
.cp-items>button{
    cursor: pointer;
}
.input-2{
    background-color: #3E69F6;
    color: #FFFFFF;
    width: 113px;
    height: 48px;
    font-size: 16px;
    font-family: "PingFang SC";
    cursor: pointer;
}
.zhanwei{
    width: 1200px;
    height: 56px;
    margin: 0 auto;
    background-color: #ffffff;
}
.numcount>li{
    list-style: none;
    margin: 0 10px;
    cursor: pointer;
}
