@charset "utf-8";

/* @font-face {
    font-family: 'SourceHanSansSC-Medium';
    src: url('fonts/SourceHanSansSC-Medium.ttf'), url('fonts/SourceHanSansSC-Medium.otf'), url('fonts/SourceHanSansSC-Medium.eot'), url('fonts/SourceHanSansSC-Medium.woff');
}

@font-face {
    font-family: 'SourceHanSansSC-Regular';
    src: url('SourceHanSansSC-Regular.ttf'), url('SourceHanSansSC-Regular.otf'), url('SourceHanSansSC-Regular.eot'), url('SourceHanSansSC-Regular.woff');
}

@font-face {
    font-family: 'MStiffHeiHK-UltraBold';
    src: url('MStiffHeiHK-UltraBold.ttf'), url('MStiffHeiHK-UltraBold.otf'), url('MStiffHeiHK-UltraBold.eot'), url('MStiffHeiHK-UltraBold.woff');
} */

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #464646;
    font-family: Arial;
    /*background:#d8d8d8;*/
}

ul,
li,
dl,
dd,
dt {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

img {
    border: 0;
}

#container {
    margin: 0 auto;
    /* background: #ececf4; */
    /*width:1000px;*/
}
.cmscontainer>#container {
    margin: 0 auto;
    /* background: #ececf4; */
    /*width:1000px;*/
    /* background: url(/e/customize/images/aboutback.jpg); */
    background-size: cover;
}

.container {
    width: 1170px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #464646;
}
.fix {
    *zoom: 1;
}

.fix:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/*---------全局样式-------------*/
.colorgreen {
    color: #46AA09;
    margin-bottom: 15px;
    /*绿色*/
}

.colororange {
    color: #F63;
    /*橙色*/
}

.clearfix {
    clear: both;
}

/*h1{font-size:18px;font-weight:normal;18号标题}*/
/*----------------head----------------------*/
.header {
    width: 100%;
    background: #fff;
    box-shadow: 1px 3px 5px rgba(60,60,60,0.1);
    z-index: 999;
    height: 248px;
    position: relative;
    z-index: 10;
}

.header .top_ad {
    width: 100%;
    text-align: right;
    margin: 0 auto;
    position: relative;
    height: 50px;
}

.header .top_ad .top_right {
    float: right;
    margin-right: 92px;
}

.header .top_ad p {
    float: left;
}

.header .top_ad .top_login {
    height: 50px;
    padding: 0 30px;
    background-color: #233245;
    display: block;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 16px;
}

.header .top_ad .top_login>img {
    float: left;
    margin-right: 14px;
    vertical-align: middle;
    margin-top: 14px;
}

.header .top_ad .top_login a {
    font-family: Arial;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
}

.header .top_ad .top_language {
    display: block;
    margin: 0;
    font-size: 18px;
    color: #3a3843;
    margin-left: 30px;
}

.header .top_ad .top_language a {
    font-family: Arial;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
    color: #3a3843;
}

.header .top_ad .top_language a.ap {
    color: #37557b;
}

.header .logo {
    text-align: center;
    margin-top: 6px;
}

.header .topword {
    width: 100%;
    height: 30px;
    background: #cfd6f7;
}

.header .toppart {
    z-index: 9999;
    float: right;
    position: absolute;
    right: 5%;
    top: 100px;
    font-size: 14px;
    vertical-align: top;
}

.header .lang {
    z-index: 10;
    color: #000;
    right: 0;
    position: relative;
    display: inline-block;
    background: url(/e/customize/images/aw_down.png) no-repeat right 16px;
    width: 79px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.header .lang strong {
    font-weight: normal;
    cursor: pointer;
    padding-bottom: 10px;
}

.header .lang .langLinks {
    position: absolute;
    top: 38px;
    line-height: 24px;
    background-color: #cfd6f7;

    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 120px;
    display: inline-block;
    right: 0;
}

.header .lang .langLinks a {
    display: block;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding: 3px 10px;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.header .lang .langLinks a:hover {
    background-color: #333;
    text-decoration: none;
    color: #fff;
}

.header .lang:hover .langLinks {
    pointer-events: auto;
    opacity: 1;
}

.header nav {
    position: relative;
    width: 100%;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    margin-top: 37px;
}

.header nav .container {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 1200px;
    padding: 0;
}

#menu ul li>.menu-a.open {
    background-color: #748498;
    color: #ffffff;
    border-bottom: 1px solid #909fb3;
}

.menu ul li>.menu-nav {
    display: none;
    /* opacity: 0; */
    /* transition: opacity .2s;
    -o-transition: opacity .2s;
    -moz-transition: opacity .2s; */
}

.menu li .sub-nav {
    position: absolute;
    top: 48px;
    left: 0;
    /* transform: translateX(-50%); */
    z-index: 1000;
    background: #748498;
    width: 100%;
    /* border: 1px solid #748498; */
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    /* padding: 0 10px; */
    white-space: nowrap;
    /* padding-bottom: 5px; */
}

.menu li .sub-nav li {
    text-align: center;
    clear: left;
    width: 100%;
    height: 44px;
    line-height: 44px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #909fb3;
}

.menu li .sub-nav li li {
    text-align: left;
}

.menu li .sub-nav li a {
    height: 44px;
    line-height: 44px;
    /* width:100%; */
    padding: 0;
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding: 0 10px;
}
.menu li .sub-nav li a:hover{
    background-color: #ffffff;
    color: #3a3843;
    text-decoration: none;
}
.swiper-container-banner .swiper-pagination-bullet{
    width: 137px;
    height: 9px;
    background-color: #d6d6d6;
    border-radius: initial;
    opacity: 1; 
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
}

.swiper-container-banner .swiper-pagination-bullet-active{
    background: #233245;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 26px;
}
.hotproducts{
    width: 1200px;
    margin: 0 auto;

}
.hotproducts>.title{
    text-transform: uppercase;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
    font-size: 30px;
    color: #3a3843;
}

.ulSet,
.ulSet li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header ul.nav-menu>li {
    display: inline-block;
    position: relative;
    vertical-align: bottom;
}

.header ul.nav-menu>li>a {
    display: block;
    text-align: center;
    padding: 0 44px;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #3a3843;
    font-family: Arial;
    text-decoration: none;
    transition: all 0.3s;
    border-bottom: 1px solid #ffffff;
}

.header .leftnav {
    width: 100%;
    /* float: left; */
}

.header .rightsearch {
    width: 30%;
    float: left;
}

.header ul.nav-sub {
    position: absolute;
    padding: 0;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    z-index: 9999;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    display: none;
    background: #fff;
    top: 56px;
}

.header ul.nav-menu>li>a:hover,
#header ul.nav-menu>li>a:active,
#header ul.nav-menu>li.current>a {
    outline: none;
    color: #fff;
    background-color: #748498;
    border-bottom: 1px solid #909fb3;
}

.header ul.nav-sub>li>a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 100%;
    overflow: hidden;
    padding: 0 50px;
    border-bottom: 1px solid rgba(220, 220, 220, 0.35);
    height: 42px;
    line-height: 42px;
    background-position: 0 center;
}

.header ul.nav-sub {
    border: 1px solid #ccc;
    border-top: 3px solid #aacd06;
}

.header ul.nav-sub>li {
    position: relative;
}

.header .searchBox {
    width: 300px;
    margin-top: 10px;
    float: left;
    margin-right: 34px;
    position: relative;
}

.header .searchBox>a.searchBtn {
    height: 38px;
    line-height: 38px;
    width: 23px;
    transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    font-size: 0;
    background: url(/e/customize/images/btn_search.png) no-repeat center center;
    display: block;
    float: right;
}

.header .searchBox>a.searchBtn.nClose {
    background: url(/e/customize/images/btn_search_closed.png) no-repeat center center;
}

.header .searchBox>a.searchBtn:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
}

#search-form {
    overflow: hidden;
    width: 100%;
    float: left;
    height: 34px;
    border: 1px solid #414142;
    background: #fff;
    border-radius: 4px;
}

#search-form .keywords {
        border: none;
        vertical-align: top;
        width: calc(100% - 38px);
        height: 32px;
        /* padding: 0 10px; */
        color: #333;
        background: rgba(0, 0, 0, 0);
        float: right;
        font-size: 1.1em;
        line-height: 32px;
}

#search-form button {
    border: none;
    background: url(/e/customize/images/icon_03.png) no-repeat center center;
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    vertical-align: top;
    color: #fff;
    font-family: Arial;
    text-align: center;
    padding: 0;
    background-size: contain;
    left: 16px;
    top: 8px;
}

.header .toppart ul {
    float: right;
}

.header .toppart ul li {
    /*margin-top:10px;*/
    /*text-align:right;*/
    float: left;
}

.header .toppart .login {
    color: #434343;
    padding-top: 3px;
    padding-right: 14px;
}

.header .toppart .login a {
    color: #434343;
}

.header .toppart .login a:hover {
    color: #46AA09;
}

.header .toppart .lang2 {
    font-family: Arial;
    color: #464646;
    margin-top: -22px;
    padding-right: 40px;
}

.header .toppart .lang2 img {
    /*width: 40px;*/
}

.center {
    text-align: center;
    padding-bottom: 30px;
}

#iBanner .banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#iBanner .ban-slick,
#iBanner .ban-slick .slick-list,
#iBanner .ban-slick .slick-track,
#iBanner .ban-slick .slick-slide {
    height: auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: 2px solid #006dc0;
    color: #fff;
    height: 14px;
    width: 14px;
    overflow: hidden;
    opacity: 1;
    background: transparent;
    font-size: 0;
    margin: 0 5px 0;
    border-radius: 10px;
    display: inline-block;
    padding: 0;
    outline: none;
}

.slick-dots li.slick-active button {
    background: #006dc0;
    border: 2px solid #006dc0;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

#iBanner .ban-slick img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.banner_top {
    width: 100%;
    height: 700px;
    background: url(/e/customize/images/modernbag_banner_01.png) no-repeat center top;
    background-size: cover;
    position: relative;
    padding-top: 52px;
}

#container .Shelter {
    width: 100%;
    height: 150px;
    background: url(/e/customize/images/modernbag_banner_0112.png) no-repeat center top;
    background-size: cover;
    position: relative;
    padding-top: 52px;
}

.banner_big {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.banner_big_box {
    padding-top: 80px;
    padding-left: 60px;
}

.banner_big_box h1 {
    text-transform: uppercase;
    font-size: 48px;
    width: 180px;
    line-height: 66px;
}

.banner_big_box span {
    text-transform: uppercase;
    display: block;
    padding-bottom: 26px;
    font-size: 14px;
}

.banner_big_box a {
    padding: 10px 30px;
    text-align: center;
    border: 1px solid #434343;
}

.banner_big_box a:hover {
    text-decoration: none;
}

.catalog {
    padding: 0 75px;
}

.catalogList ul li {
    float: left;
    width: 20%;

}

.catalogList ul li a:hover {
    text-decoration: none;
}

.catalogList ul li .text-conter {
    height: 90px;
    background-color: #f3fbff;
    text-align: center;
    line-height: 90px;

}

.catalogList ul li .text-conter span {
    text-transform: uppercase;
    font-size: 18px;
    color: #303030;
    position: relative;
}

.catalogList ul li .text-conter span:after {
    content: "";
    width: 58px;
    height: 1px;
    background-color: #303030;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}

.cd-main-content {
    background: url(/e/customize/images/back.jpg) no-repeat top center;
    width: 100%;
    height: 100%;
    background-size: cover;
    padding-bottom: 146px;
}
.main_content{
    width: 1200px;
    margin: 0 auto;
}
.main_content>.title{
    padding-top: 125px;
    padding-bottom: 125px;
    font-size: 72px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}
.main_content>.text{
    position: relative;
}
.swiper-container-PRODUCT {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-PRODUCT .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: initial;
    /* Center slide text vertically */
    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;
}
.swiper-container-PRODUCT .swiper-slide .content{
    background-color: #ffffff;
}
.swiper-container-PRODUCT .content>h4{
    color: #3a3843;
    font-size: 18px;
    margin: 0;
    padding-top: 45px;
    padding-bottom: 24px;
    text-transform: uppercase;
}
.swiper-container-PRODUCT .content>.more{
    width: 150px;
    height: 38px;
    background-color: #657385;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 18px;
}
.swiper-container-PRODUCT .content>.more a{
    line-height: 38px;
    color: #ffffff;
    font-size: 16px;
}
.swiper-pagination-PRODUCT .swiper-pagination-bullet{
    width: 137px;
    height: 9px;
    background-color: #d6d6d6;
    border-radius: initial;
    opacity: 1;
    margin: 0 26px;
}
.swiper-pagination-PRODUCT .swiper-pagination-bullet-active {
    background: #233245;
}
.swiper-pagination-PRODUCT .swiper-pagination-bullet-active:focus{
    border: none;
}
.main_content .swiper-pagination {
    bottom: -73px;
    left: 50%;
    transform: translateX(-50%);
}
.social{
    width: 1300px;
    margin: 0 auto;
    padding-top: 110px;
    padding-bottom: 85px;
}
.social>.left{
    float: left;
}
.social>.left>h4{
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.social>.right{
    /* float: right; */
    text-align: center;
}
.iAboutBg {
    width: 100%;
    margin: 0 auto;
    padding-top: 170px;
    padding-bottom: 70px;
    position: relative;
}

.iAboutBg:before {
    content: "";
    height: 140px;
    width: 31px;
    background: url(/e/customize/images/scroll_down.png) no-repeat;
    display: block;
    top: -20px;
    left: 48%;
    position: absolute;
    overflow: hidden;
}

.iImage {
    width: 100%;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 70px;
    position: relative;
}

.iImage:before {
    content: "";
    height: 140px;
    width: 31px;
    background: url(/e/customize/images/scroll_down.png) no-repeat;
    display: block;
    top: -50px;
    left: 48%;
    position: absolute;
    overflow: hidden;
}

.filtr-item {
    padding-top: 30px;
}

.item,
.item-hover,
.item-hover .mask,
.item-img,
.item-info {
    width: 100%;
    height: 350px;
}

.item {
    text-align: center;
    position: relative;
}

.item-type-double .item-hover {
    z-index: 5;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
}

.item-type-double .item-info {
    z-index: 10;
    color: #ffffff;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    text-align: center;
    width: 100%;
    padding-top: 70px;
}

.item-type-double .item-info .date {
    font-size: 35px;
    color: #ea4c89;
    font-weight: bold;
    text-transform: uppercase;
}

.item-type-double .item-info .line {
    height: 2px;
    width: 0%;
    margin: 15px auto;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.item-type-double .item-info .headline {
    font-size: 15px;
    width: 90%;
    margin: 0 auto;
}

.item-type-double .item-hover .mask {
    background-color: #000;
    opacity: 0.6;
    z-index: 0;
}

.item-type-double .item-hover:hover .line {
    width: 90%;
}

.item-type-double .item-hover:hover {
    opacity: 1;
}

.item-hover,
.item-hover .mask,
.item-img {
    position: absolute;
    top: 0;
    left: 0;
}

.item-img {
    z-index: 0;
}

.item-img img {
    width: 100%;
}

.item-first {
    position: relative;
}

.item-first .pic {
    width: 50%;
    float: left;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    position: absolute;
    top: 40px;
    left: 30px;
    overflow: hidden;
}

.item-first .text-box {
    color: #222;
    padding: 10px 10px 10px 90px;
    border: 2px solid #000c31;
    margin-right: 30px;
    height: 405px;
    width: 50%;
    position: relative;

    float: right;

    transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.item-first .text-box .title {
    color: #333;
    font-size: 28px;
    font-style: inherit;

    letter-spacing: 8px;
    text-transform: uppercase;
}

.item-first .text-box .text {
    line-height: 28px;
    font-size: 12px;
    /* letter-spacing: 2px; */
    margin-top: 15px;
    width: 98%;
    overflow: hidden;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.item-first .text-box a {
    padding: 5px 5px;
    float: right;
    display: block;
    color: #000c31;
    border: none;
    border-bottom: 1px solid #000c31;
    width: auto;
    margin-top: 20px;
    margin-right: 20px;
    z-index: 99999;
    position: relative;
}

.item-first .text-box:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 405px;
    background: transparent;
    top: -27px;
    border: 2px solid #000c31;
    right: -22px;

}

.benefits {
    padding-top: 125px;
    background: -webkit-linear-gradient(left, #e9e4e2 50%, #ddd9d6 50%);
    background: linear-gradient(to right, #e9e4e2 50%, #ddd9d6 50%);

    position: relative;
    padding-bottom: 60px;
    width: 100%;
    margin: 0 auto;
}

.benefits:before {
    content: "";
    height: 140px;
    width: 31px;
    background: url(/e/customize/images/scroll_down.png) no-repeat;
    display: block;
    top: -50px;
    left: 48.9%;
    position: absolute;
    overflow: hidden;
}

.benefits .pic_left {
    width: 50%;
    float: left;
}

.benefits .pic_left .pic_bg {
    background: url(/e/customize/images/pic_bg.png) no-repeat center top;
    width: 559px;
    height: 531px;
    padding-left: 160px;
    padding-top: 90px;
}

.benefits .pic_text {
    width: 45%;
    float: right;
    padding-top: 80px;
}

.benefits .pic_text strong {
    font-size: 20px;
    color: #000b38;
    line-height: 40px;
}

.benefits .pic_text p {
    font-size: 14px;
    line-height: 32px;
    color: #2c2b2b;
}

.benefits .pic_text span {
    width: 90px;
    display: inline-block;
}

.featured {
    background: url(/e/customize/images/featured_bg.jpg) #f6f7fc no-repeat center top;

    width: 100%;
    height: 100%;
}

.business .box {
    position: relative;
    margin-top: 100px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.business .box h3 {
    color: #12126f;
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
    background: url(/e/customize/images/title_bg.png) no-repeat 50% 60px;
    padding-bottom: 70px;
}

.business .box ul.items {
    margin: 0 auto;
    margin-top: 80px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.business .box ul.items li {
    width: 200px;
    height: 300px;
    margin: 0 12px;
    background: url(/e/customize/images/bg_green.png) no-repeat 0px 400px;
    overflow: hidden;
}

.business.active .box ul.items li u.cl {
    clip: rect(0px, 156px, 156px, 78px);
}

.business .box ul.items li u.cl {
    clip: rect(0px, 156px, -10px, 78px);
}

.business .box ul.items li u {
    display: block;
    position: absolute;
    width: 156px;
    height: 156px;
    margin-left: 15px;
    background: url(/e/customize/images/words_bg.png) no-repeat;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.business.active .box ul.items li u.cr {
    clip: rect(0px, 78px, 156px, 0px);
}

.business .box ul.items li u.cr {
    clip: rect(156px, 78px, 156px, 0px);
}

.business .box ul.items li i {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    margin-top: 23px;
    height: 89px;
}

.business .box ul.items li strong {
    display: block;
    margin-top: 70px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #000a37;
}

.business .box ul.items li:hover {
    background-position: 0px 0px;
    -webkit-transition: all .5s ease-in-out .3s;
    -moz-transition: all .5s ease-in-out .3s;
    -ms-transition: all .5s ease-in-out .3s;
    -o-transition: all .5s ease-in-out .3s;
    transition: all .5s ease-in-out .3s;
}

.business .box ul.items li:hover i {
    -webkit-transition: all .5s ease-in-out .4s;
    -moz-transition: all .5s ease-in-out .4s;
    -ms-transition: all .5s ease-in-out .4s;
    -o-transition: all .5s ease-in-out .4s;
    transition: all .5s ease-in-out .4s;
}

.business .box ul.items li:hover u.cl {
    clip: rect(0px, 156px, -10px, 78px);
}

.business .box ul.items li:hover u.cr {
    clip: rect(156px, 78px, 156px, 0px);
}

.business .box ul.items li:hover strong {
    color: #12126f;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.hotSale {
    width: 100%;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 70px;
    position: relative;
    margin-top: 370px;
}

.hotSale:before {
    content: "";
    height: 140px;
    width: 31px;
    background: url(/e/customize/images/scroll_down.png) no-repeat;
    display: block;
    top: -50px;
    left: 48%;
    position: absolute;
    overflow: hidden;
}

.owl-carousel.owl-loaded {
    margin-top: 100px;
}

.owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    top: 40%;
    margin-top: -47px;
    z-index: 1;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-prev {
    position: absolute;
    width: 43px;
    height: 43px;
    left: -40px;
    font-size: 0;
    background: url(/e/customize/images/left.png) no-repeat rgba(0, 0, 0, 0);
}

.owl-next {
    position: absolute;
    width: 43px;
    height: 43px;
    right: -40px;
    font-size: 0;
    background: url(/e/customize/images/right.png) no-repeat rgba(0, 0, 0, 0);
}

.featured .center {
    padding-top: 40px;
}

.featured_width {
    width: 1200px;
    margin: 0 auto;
    /*padding: 0 75px;*/
}

#container .news {
    position: relative;
    background: url(/e/customize/images/modernbag_banner_03.png) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 748px;
    margin-top: 0;
    overflow: hidden;
}

.news .center {
    padding-top: 40px;
}

.newsContent {
    /*background-image: url(../images/newsbackground.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 200px;*/
    height: 100%;
    position: relative;
}


.newsText {
    width: 70%;
    margin: 0 auto;
    color: #5d5d5d;
    font-size: 16px;
    font-family: Arial;
    position: relative;
    /*top: 30px;*/
    font-weight: 500;
}

.newsText p {
    margin-bottom: 0;
}

.clearFl {
    clear: both;
}

.navigation {
    /*width: 100%;*/
    height: 75px;
    position: absolute;
    right: 0;
}

.navigation_center {
    height: 40px;
    width: 1000px;
    margin: 0 auto;
}

/*.navigation_in{display:block;}*/
.navigation_in ul {
    float: left;
    width: 100%;
    height: 75px;
}

.navigation_in ul li {
    float: left;
    /*overflow:hidden;position:relative;text-align:center;*/
    /*width:12.5%;*/
    padding: 0 20px;
    text-align: center;
}

.navigation_in ul li:hover {
    /*background-image: url(../images/selectIn.png);*/
}

.navigation_in ul li a {
    /* 必须是相对定位*/
    position: relative;
    display: block;
    /*width:100px;*/
    height: 40px;
    cursor: pointer;
    font-size: 14px;
}

.navigation_in ul li a span {
    /* 所有层将使用绝对定位 */
    position: absolute;
    left: 0;
    width: 100px;
}

.navigation_in ul li a span.out {
    top: 0px;
}

.navigation_in ul li a span.over,
.navigation_in ul li a span.bg {
    /* 隐藏高度*/
    top: -40px;
}

#navigation_in {
    width: 100%;
    float: left;
}

#navigation_in ul li a {
    /*text-shadow:#5c5c5c 1px 1px;*/
    font-size: 14px;
    font-family: Arial;
    color: #313131;
    line-height: 75px;
    text-transform: uppercase;
}

#navigation_in ul li a span.over {
    color: #46AA09;
    text-shadow: #fff 1px 1px;
}

#navigation_in ul li span.bg {
    height: 40px;
    background: url(../images/bg_navover.png) center center no-repeat;
}

.search_div {
    /*width: 50px;*/
    /*height: 28px;*/
    line-height: 26px;
    /*text-align: center;*/
    /*background-color: #434343;*/
}

.search ul li {
    float: left;
}

.search ul li a {
    color: #fff;
}

.search ul li a:hover {
    color: #fff;
}

.txt_search {
    height: 25px;
    margin-right: -1px;
}

.navigation .search {
    width: 250px;
    float: left;
    margin-left: 20px;
    padding-top: 8px;
    height: 32px;
}

.navigation .search ul li {
    float: left;
    height: 40px;
}

.navigation .search ul li a {
    font-family: Arial;
    color: #fff;
    font-size: 16px;
}

.navigation .search .txt_search {
    width: 186px;
    height: 24px;
    line-height: 24px;
    border: 0;
    padding: 0 5px;
}

/*---------------content----------------------*/
#content {
    width: 1200px;
    height: auto;
    /*overflow: hidden;*/
    /*margin-top:10px;*/
    /*中间部分*/
    -webkit-overflow: auto;
    margin: 0 auto;
    padding: 60px 0px 60px 0px;
}
#content .cmstext{
    text-align: center;
}
#content .cmstext h4{
    font-size: 32px;
    font-weight: bold;
    color: #233245;
    padding-bottom: 50px;
}
#content p{
    font-family: Arial;
    font-size: 18px;
    text-align: justify;
    line-height: 36px;
    margin-bottom: 40px;
    /* margin-top: 20px; */
}
#detailInfo p{
    font-family: Arial;
    font-size: 18px;
    text-align: justify;
    line-height: 36px;
    margin-bottom: -18px;
    margin-top: 20px;
}
#content .cmscotent .left{
    float: left;
}
#content .cmscotent .left img{
    box-shadow: 0 0 8px #ccc;
}
#content .cmscotent .right {
    float: right;
    width: 50%;
}
#content .cmscotent .right p{
    margin-bottom: 30px;
    line-height: 34px;
    font-size: 18px;
}

#content .col-md-6 {
    padding-bottom: 30px;
}

#content table {
    margin: 0 auto;
}

#content .col-md-12 {
    text-align: center;
}

#content .flash {
    width: 1000px;
    height: 410px;
    float: left;
    overflow: hidden;
}

#content .flash a:hover {
    text-decoration: none;
}

#content .flash .flashchang1 {
    width: 1000px;
    height: 410px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

#content .flash .loading {
    width: 1000px;
    background-color: #000000;
    color: #FFCC00;
    font-size: 12px;
    height: 410px;
    text-align: center;
    padding-top: 30px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#content .flash .flashchange2 {
    width: 100%;
    height: 410px;
    overflow: hidden;
}

#content .flash .num_list {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 4px 0px;
    height: 20px;
    overflow: hidden;
}

#content .flash .num_list span {
    display: inline-block;
    height: 16px;
    padding-left: 6px;
    font-size: 14px;
    font-weight: bold;
}

#content .flash .flashchang1 ul {
    display: none;
}

#content .flash .flash_button {
    position: absolute;
    z-index: 1000;
    right: 0px;
    bottom: 2px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

#content .flash .flash_button1,
.flash_button2 {
    background-color: #707070;
    display: block;
    float: left;
    padding: 1px 5px;
    margin-right: 3px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

#content.flash .flash_button2 {
    color: #fff;
    background-color: #b90d0d;
}

#mainFlash {
    background: url(../images/panel.jpg) repeat-x bottom center #ffffff;
    width: 1000px;
    overflow: hidden;
    /*首页jquery Flash*/
}

#mainFlash #slides {
    height: 410px;
    width: 1000px;
    overflow: hidden;
}

#mainFlash .slide {
    float: left;
}

#mainFlash #changeImage {
    height: 45px;
}

#mainFlash #changeImage ul {
    padding-left: 360px;
}

#mainFlash #changeImage ul li {
    width: 60px;
    display: inline-block;
    list-style: none;
    height: 45px;
    overflow: hidden;
    float: left;
    text-align: center;
}

#mainFlash #changeImage li.act,
li.act:hover {
    background: url(../images/active_bg.png) no-repeat;
}

#mainFlash #changeImage li.act a {
    cursor: default;
}

#mainFlash #changeImage .fbar {
    width: 2px;
    background: url(../images/divider.png) no-repeat right;
}

#mainFlash #changeImage li a {
    display: block;
    background: url(../images/divider.png) no-repeat right;
    height: 35px;
    padding-top: 10px;
}

.middlepart {
    width: 1000px;
    height: auto;
    margin-top: 10px;
}

.middlepart .middlepart_t {
    width: 1000px;
    height: 12px;
    background: url(../images/mPart_t.gif) no-repeat;
}

.middlepart .middlepart_m {
    width: 1000px;
    height: 180px;
    background: url(../images/mPart_m.gif) repeat-y;
    _margin: -5px 0 0 0;
}

.middlepart .middlepart_m .mainNews {
    width: 350px;
    height: 185px;
    padding: 0 15px;
    float: left;
    border-right: solid 1px #b9b9b9;
}

.middlepart .middlepart_m .mainNews ul li {
    margin: 10px 0 0 0;
}

.middlepart .middlepart_m .mainAbout {
    width: 350px;
    height: 185px;
    padding: 0 15px;
    float: left;
    border-right: solid 1px #b9b9b9;
}

.middlepart .middlepart_m .mainAbout p {
    line-height: 25px;
    margin-top: 4px;
}

.middlepart .middlepart_m .memberLogin {
    width: 200px;
    float: left;
    padding: 0 15px;
}

.middlepart .middlepart_m .memberLogin ul {
    margin-bottom: 10px;
    overflow: hidden;
}

.middlepart .middlepart_m .memberLogin ul li {
    float: left;
    height: 30px;
    line-height: 30px;
}

.middlepart .middlepart_m .memberLogin a {
    color: #464646;
}

.middlepart .middlepart_m .memberLogin a:hover {
    color: #F60;
}

.middlepart .middlepart_m .txt_login {
    /*文本框样式*/
    background: url(../images/bg_login.gif) no-repeat;
    width: 125px;
    height: 25px;
    border: 0;
    line-height: 25px;
    padding: 0 5px;
}

.middlepart .middlepart_m .btn_login {
    /*按钮样式*/
    background: url(../images/btn_allbg.png) no-repeat;
    width: 76px;
    height: 30px;
    border: 0;
    color: #539410;
    text-shadow: 1px 1px #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
}

.middlepart .middlepart_b {
    width: 1000px;
    height: 12px;
    background: url(../images/mPart_b.gif) no-repeat;
}

.proframe {
    width: 1000px;
    margin: 0 auto;
}

.proframe_t {
    width: 1000px;
    height: 45px;
    background: url(../images/proframe_t.jpg) no-repeat;
}

.proframe_t a {
    color: #46aa09;
    font-size: 18px;
    line-height: 45px;
    padding-left: 30px;
}

.proframe_m {
    width: 1000px;
    background: url(../images/proframe_m.jpg) repeat-y;
    overflow: hidden;
    zoom: 1;
}

.proframe_b {
    width: 1000px;
    height: 14px;
    background: url(../images/proframe_b.jpg) no-repeat;
}

.proMsg {
    width: 303px;
    background: #eaeaea;
    height: 378px;
    float: left;
    /* margin: 10px; */
    /* border-bottom: 1px solid #cbcbcb; */
    /* margin-right: 36px; */
    margin-left: 72px;
    text-align: center;
    margin-bottom: 135px;
}

.proImg {
    width: 100%;
    /* padding: 0 10px 10px 10px; */
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 18px;
}
.proImg img{
    width: 100% !important;
    height: 100% !important;
}

.proTxt {

    /*padding:0 10px 10px 10px;*/
    text-align: center;
    font-family: Arial;
    /*font-size:12px;*/
    margin: 0 auto;
}

.proNo {
    width: 100%;
    height: 35px;
    overflow: hidden;
    color: #3a3843;
    line-height: 35px;
    margin: 0 auto;
    font-size: 16px;
}

.proName {
    width: 160px;
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    color: #838383;
    margin: 0 auto;
}

.clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.PLframe {
    width: 1200px;
    margin: 0 auto;
}

.prolist {
    width: 100%;
    /* margin-bottom: 20px; */
}

.proInfo {
    width: 273px;
    float: left;
    margin: 0 16px;
    /* height: 394px; */
    margin-bottom: 32px;
}
.proInfo:nth-child(4n+1){
    margin-left: 5px;
}
.proInfo:nth-child(4n) {
    margin-right: 0;
}

.proInfo ul{
    border: 1px solid #7d7d7d;
    width: 273px;
}
.proInfo ul li {
    font: 12px;
    line-height: 16px;
    text-align: center;
    width: 100%;
}
.proInfo ul li>a img{
    width: 100%;
    display: block;
}
.proInfo ul>li>.FontB2BPurple{
    COLOR: #010101;
    FONT-FACE: Verdana;
    font-size: 14px;
    LINE-HEIGHT: 24px;
    text-decoration: none;
}
.proInfo ul>li .fontB2Blink{
    width: 189px;
    height: 33px;
    line-height: 33px;
    background-color: #5e6371;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

.price {
    color: #333333;
}

.proname {
    color: #666666;
    white-space: normal;
    width: 180px;
}

.procode {
    color: #666666;
}

.c-contactus {
    width: 100%;
    margin: 0 auto;
    margin-top: 320px;
    margin-bottom: 100px;
}

.c-contactus .feedback {
    width: 500px;
    float: left;

}

.c-contactus .map {
    width: 600px;
    float: right;
}

/*---------------footer----------------------*/
.footline {
    width: 100%;
    margin: 10px auto;
}

.footer {
    width: 100%;
    margin: 0 auto;
    /* text-align: center; */
    background-color: #233245;
    padding-top: 60px;
    position: relative;
}
.footer_box{
    width: 1300px;
    margin: 0 auto;
}
.footer_box>.footLeft {
    float: left;
}
.footer_box>.footLeft .logo {
    margin-top: 46px;
}
.footer_box>.footRight {
    float: right;
}
.footRight>.nav {
    width: 246px;
    float: left;
}
.footRight>.nav ul li {
    text-align: left;
}
.footRight>.nav ul li a {
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    font-family: Arial;
    font-weight: lighter;
}
.footRight>.contact {
    float: left;
    width: 400px;
}
.footRight>.contact ul li {
    margin-bottom: 20px;
}
.footRight>.contact ul li>img {
    /* float: left; */
    margin-right: 18px;
    vertical-align: top;
    margin-top: 4px;
}
.footRight>.contact ul li span {
    color: #ffffff;
    font-size: 16px;
    font-weight: lighter;
    width: 350px;
    display: inline-block;
    font-family: Arial;
}
.footRight .footBtn{
    margin-top: 10px;
}
.footCopyright{
    border-top: 1px solid #0f1b29;
    text-align: center;
    padding: 18px 0;
}
.footCopyright>.copy{
    color: #ffffff;
    font-size: 16px;
    
}
.footCopyright>.copy a{
    margin-left: 8px;
}
.footCopyright>.copy a img{
    width: 50px;
    margin-left: 10px;
}

.main_footline {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.main_footline .lkt {
    width: 200px;
}

.main_footline .mkt {
    width: 400px;
}

.main_footline .f_last {
    width: 550px;
}

.main_footline .f_list {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.main_footline .f_list ul li {
    padding-left: 30px;
    line-height: 43px;
    font-size: 14px;
}

.main_footline .f_list .title {
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #759fbf;
}

.main_footline .f_list .list {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #000;
}


.main_footline .f_list h3 {
    font-size: 16px;
    color: #658aa6;
}

.main_footline .f_list .list:hover {
    color: #2c9ed6;
}


/*----------detail page-------------*/
#content-d {
    width: 1000px;
    height: auto;
    overflow: hidden;
    /*margin-top:10px;*/
    padding: 10px 0;
    margin: 0 auto;
    /*中间部分*/
}

#payment,
#btn {
    margin: 0 auto;
    width: 1000px;
}

.banner_n {
    width: 100%;
    height: 346px;
    background-color: #88abda;
    /* background: url(/e/customize/images/banner_n.png) no-repeat center; */
}

.cms-content {
    margin-top: 50px;
}

.cms-content hr {
    border-top: 1px solid #333333;
}

/* logo */
.logo_back{
    width: 100%;
    height: 100%;
    background: url(/e/customize/images/logo_back.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.title_login{
    text-align: center;
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
}
.Registration{
    width: 100%;
    height: 100%;
    background: url(/e/customize/images/Registration.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.reg_frame_m .b2bButton {
    width: 315px;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    background-color: #4e6c91;
    text-align: center;
    border: none;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
}
.b2bButton{
    width: auto;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    background-color: #4e6c91;
    text-align: center;
    border: none;
    font-size: 16px;
    margin: 0 auto;
    display: inline-block;
    padding: 0 10px;
}
.B2Binput{
    width: 60px;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    background-color: #4e6c91;
    text-align: center;
    border: none;
    font-size: 16px;
    margin: 0 auto;
    display: inline-block;
}
.B2BColFootap .b2bButton {
    width: 49%;
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    background-color: #4e6c91;
    text-align: center;
    border: none;
    font-size: 16px;
    margin: 0 auto;
    display: inline-block;
    float: left;
}
.B2BColFootap .b2bButton:last-child{
    float: right;
}
.clickLogin{
    text-align: center;
    padding-top: 16px;
}
.clickLogin a{
    color: #ffffff;
    font-size: 14px;
}

/* product */
.btn_list{
    margin-bottom: 40px;
}
.btn_list>ul>li{
    float: left;
    display: block;
    border: 1px solid #1e1e1e;
    position: relative;
    text-align: center;
}
.btn_list>ul>li>a{
    
    color: #233245;
}
.btn_list>ul>li>a p{
    position: absolute;
    top: 33px;
}
.btn_list>ul>li:nth-child(2n){
    margin: 0 18px;
}
.mainCenter_box{
    margin-top: 176px;
    margin-bottom: 176px;
    text-align: center;
    font-size: 18px;
}
.mainCenter_box>table{
    margin: 0 auto;
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
}
.mainCenter_box>table>tbody>tr>td>table>tbody>tr>td{
    padding: 8px;
    line-height: 1.42857143;
}
.mainCenter_box>h4{
    text-align: center;
    font-size: 36px;
    margin-bottom: 36px;
}
.mainCenter_box>p{
    line-height: 44px;
    font-size: 18px;
    color: #010101;
    text-align: center;
    margin-bottom: 14px;
}
.mainCenter_box>.CenterP{
    line-height: 44px;
    font-size: 18px;
    color: #010101;
    text-align: center;
    margin-bottom: 14px;
}
.mainCenter_input{
    width: 540px;
    margin: 0 auto;
}
.mainCenter_input .B2BTextbox{
    width: 380px;
    height: 53px;
    border: 1px solid #bfbfbf;
    background-color: #eeeeee;
    border-radius: 3px;
    font-size: 16px;
    padding-left: 10px;
}
.mainCenter_input .B2BButton {
    width: 127px;
    height: 53px;
    border: 1px solid #162333;
    background-color: #162333;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    margin-left: 12px;
}
.register_frame2 .reg_frame_m dl dd{
    width: 340px;
}
.register_frame2 .reg_frame_m dl dd .B2BTextbox,
.register_frame2 .reg_frame_m dl dd select,
.register_frame2 .reg_frame_m dl dd textarea {
    width: 316px;
}
.register_frame2 .reg_frame_m dl dd .line{
    font-size: 16px;
    font-weight: bold;
    width: 15px;
    text-align: center;
    display: inline-block;
}
.register_frame2 .reg_frame_m dl dd .mdy{
        color: #ffffff;
        line-height: 32px;
        margin-right: 10px;
        font-size: 15px;
}
.register_frame2 .reg_frame_m dl dd .datered {
    color: #ff0000;
        font-size: 15px;
}
.register_frame2 .reg_frame_m dl dd .lineEmail{
    line-height: 16px;
        font-size: 15px;
        color: #ffffff;
}
.register_frame2 .reg_frame_m dl dd .ddline {
    display: block;
    /* margin-top: -16px; */
        font-size: 15px;
}
.contentcmsbox .cmsboxleft{
    width: 50%;
    float: left;
    background: url(/e/customize/images/contactus.png) no-repeat left;
    background-size: contain;
    height: 741px;
    margin-top: 12px;
}
.contentcmsbox .cmsboxright {
    width: 50%;
    float: left;
}
.contentcmsbox .cmsboxback {
    /* float: right; */
    width: 530px;
    margin: 0 auto;
}
.cmsboxback>h4{
    font-size: 50px;
    color: #3a3a3a;
    padding-top: 194px;
    /* padding-left: 92px; */
    padding-bottom: 40px;
    position: relative;
    font-weight: bold;
}
.cmsboxback>h4::after{
    content: '';
    width: 100%;
    height: 3px;
    background-color: #233245;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cmsboxback ul{
    margin-top: 15px;
}
.cmsboxback ul li{
    line-height: 40px;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: bold;
}
.cmsboxback .cmsbtn {
    text-align: right;
    margin-top: 95px;
}
.submitForm tr{
    margin-bottom: 10px;
    display: table;
    width: 100%;
}
.divproduct>.divproduct_tb{
        width: 18%;
    float: left;
    margin-right: 2%;
}
.divproduct>.divproduct_tb:last-child{
    margin-right:0;
}
.txtQty_input{
    border: solid 1px #aaaaaa;
    font-size: 18px;
    padding-left: 8px;
    margin-left: 6px;
}
.mainpost font {
    font-size: 16px;
    line-height: 24px;
}

.mainpost .B2BMsgHead {
    color: #fff;
    background-color: #233245;
}
.mainConter{
    /* margin-top: 20px; */
}
.mainCenter {
    margin-top: 20px;
}
.mainpost .maintable{
    margin: 0 auto;
}
.formbox .form-group .btn-default {
    font-family: Verdana;
    font-size: 12px;
    color: #ffffff;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    /* color: #fff; */
    padding: 0;
    cursor: pointer;
    background-color: #748498;
    margin: 0 auto;
    border: none;
}
.cmsbtnmobile{
    display: none;
}
.page-apply-desktop .page-apply-btn-show {
    /*width: 50px;*/
    position: absolute;
    bottom: 184px;
    right: 5px;
    z-index: 100;
    /*transform: translateY(-50%);*/
}

.page-apply-desktop .page-apply-btn-show ul {
    margin-bottom: 0;
}

.page-apply-desktop .page-apply-btn-show ul li {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.page-apply-desktop .page-apply-btn-show ul li img{
    width: 100%;
}
#main .inbox{
    /* margin-bottom: 20px; */
}
.B2BButton{
    width: 100%;
    background-color: #4e6c91;
    height: 35px;
    line-height: 35px;
    color: #ffffff !important;
    border: none;
    margin-top: 10px;
    font-size: 16px !important;
}
.cms_banner{
    width: 100%;
}
.cms_banner>.banner{
    width: 100%;
}
.pageList {
    display: none;
}
#prevPage,
#nextPage,
.noPrevPage,
.noNextPage {
    border: 1px solid #7d7d7d;
    padding: 13px 33px;
    font-size: 16px;
    line-height: 1em;
    color: #6d6d6d;
    background-color: #fff;
}

.noNextPage,
.noPrevPage {
    cursor: not-allowed;
}

#prevPage,
.noPrevPage {
    margin-right: 15px;
}

.selectBox {
    position: relative;
    z-index: 10;
}

.selectBox .curPage {
    border: 1px solid #7d7d7d;
    font-size: 16px;
    padding: 13px 45px 13px 18px;
    line-height: 1em;
    color: #6d6d6d;
    margin-right: 15px;
    background: url(/e/customize/images/pageArrow.png) right 15px center no-repeat #fff;
    cursor: pointer;
}

.selectBox .pageList {
    width: 88%;
    border-left: 1px solid #7d7d7d;
    border-right: 1px solid #7d7d7d;
    background-color: #fff;
    position: absolute;
}

.pageList li {
    border-bottom: 1px solid #7d7d7d;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

.pageBox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.B2BFontSize1 .totalPage {
    font-size: 16px;
    color: #6d6d6d;
    padding: 13px 0px;
    line-height: 1em;
    margin-right: 15px;
}