@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_top {
    width: 100%;
    box-shadow: 1px 3px 5px rgba(60, 60, 60, 0.1);
    display: block;
    z-index: 10;
    position: relative;
}

.header .navFix {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 1220px;
    border-radius: 0;
    z-index: 9999;
    border-bottom: 1px solid #1f487c;
    background-color: #fff;
}

.navFix>.nav_wrap_w {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
}

.header {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    z-index: 999;
    height: 200px;
    position: relative;
    z-index: 10;
}

.header_top .top_ad {
    width: 1200px;
    text-align: right;
    margin: 0 auto;
    position: relative;
    height: 50px;
}

.header_top .top_ad .top_right {
    float: right;
    /* margin-right: 92px; */
}

.header_top .top_ad p {
    float: left;
}

.header_top .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 .top_ad .top_login>img {
    float: left;
    margin-right: 14px;
    vertical-align: middle;
    margin-top: 14px;
}

.header_top .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 .top_ad .top_language {
    display: block;
    margin: 0;
    font-size: 18px;
    color: #cccccc;
    margin-left: 30px;
}

.header_top .top_ad .top_language a {
    font-family: Arial;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    text-decoration: none;
    color: #cccccc;
}

.header_top .top_ad .top_language a.ap {
    color: #938953;
}

.header .logo {
    float: left;
}

.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: 34px;
}

.header nav .container {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 1200px;
    padding: 0;
}

#menu ul li>.menu-a.open {
    background-color: #1f487c;
    color: #ffffff;
    /* border-bottom: 1px solid #a7bfdf; */
}

.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: 50px;
    left: 0;
    /* transform: translateX(-50%); */
    z-index: 1000;
    background: #ffffff;
    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:last-child .sub-nav {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.menu li .sub-nav li {
    text-align: center;
    clear: left;
    width: 100%;
    height: 48px;
    line-height: 48px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #1f487c;
    border-left: 1px solid #1f487c;
    border-right: 1px solid #1f487c;
    border-top: 1px solid #1f487c;
    margin-top: -1px;
}

.menu li .sub-nav li a {
    height: 48px;
    line-height: 48px;
    /* width:100%; */
    padding: 0;
    display: block;
    color: #333333;
    font-size: 18px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
}

.menu li .sub-nav li a:hover {
    background-color: #1f487c;
    color: #fffefe;
    text-decoration: none;
}

.sub-nav li .sub-nav-a>.navicon {
    width: 6px;
    height: 12px;
    background: url('/e/customize/images/arrow_06.png')no-repeat right;
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
}

.sub-nav li .sub-nav-a.open>.navicon {
    background: url('/e/customize/images/arrow_03.png')no-repeat right;
}

.sub-nav li .sub-nav-a:hover>.navicon {
    background: url('/e/customize/images/arrow_03.png')no-repeat right;
}

.sub-nav li>.menu-nav2 {
    display: none;
}

.menu-nav2 .sub-nav2 {
    position: absolute;
    top: 0;
    left: 100%;
    /* transform: translateX(-50%); */
    z-index: 1000;
    background: #ffffff;
    /* 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-nav2 .sub-nav2 li {
    text-align: center;
    clear: left;
    width: 100%;
    height: 48px;
    line-height: 48px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #1f487c;
    border-left: 1px solid #1f487c;
    border-right: 1px solid #1f487c;
}

.menu-nav2 .sub-nav2 li a {
    height: 48px;
    line-height: 48px;
    /* width:100%; */
    padding: 0;
    display: block;
    color: #333333;
    font-size: 18px;
    padding: 0 10px;
    position: relative;
}

.menu-nav2 .sub-nav2 li a:hover {
    background-color: #1f487c;
    color: #fffefe;
    text-decoration: none;
}

#menu .sub-nav>li .open {
    background-color: #1f487c;
    color: #ffffff;
    /* border-bottom: 1px solid #a7bfdf; */
}

.swiper-container-banner .swiper-button-next-banner,
.swiper-container-banner .swiper-button-prev-banner {
    transform: translateY(-50%);
    margin-top: 0;
}

.swiper-container-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50% !important;
    background-color: #d6d6d6;
    border-radius: initial;
    opacity: 1;
}

.swiper-container-banner .swiper-button-next-banner {
    width: 60px;
    height: 121px;
    background: url('/e/customize/images/right_ap.png') no-repeat left;
    right: 0;
}

.swiper-container-banner .swiper-button-prev-banner {
    width: 60px;
    height: 121px;
    background: url('/e/customize/images/left_ap.png') no-repeat right;
    left: 0;
}

.swiper-container-banner .swiper-button-next-banner.swiper-button-disabled {
    opacity: 1;
    background: url('/e/customize/images/right.png') no-repeat right;
}

.swiper-container-banner .swiper-button-prev-banner.swiper-button-disabled {
    opacity: 1;
    background: url('/e/customize/images/left.png') no-repeat right;
}

.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 5px;
}

.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 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #333333;
    font-family: Arial;
    text-decoration: none;
    transition: all 0.3s;
    text-transform: uppercase;
}

.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: #1f487c;
    /* border-bottom: 1px solid #ffffff; */
}

.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: 400px;
    margin-top: 40px;
    float: right;
    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: 48px;
    /* border: 1px solid #414142; */
    background: #fff;
}

#search-form .keywords {
    border: none;
    vertical-align: top;
    width: 340px;
    height: 48px;
    /* padding: 0 10px; */
    color: #333;
    float: left;
    font-size: 18px;
    line-height: 48px;
    border: 1px solid #1f487c;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 5px;
}

#search-form button {
    border: none;
    background: url(/e/customize/images/index_06.png) no-repeat center center;
    display: inline-block;
    width: 60px;
    height: 50px;
    /* position: absolute; */
    vertical-align: top;
    color: #fff;
    font-family: Arial;
    text-align: center;
    padding: 0;
    background-size: contain;
    /* left: 16px; */
    /* top: 8px; */
    float: left;
}

.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 {
    width: 100%;
    height: 100%;
}

.main_content {
    width: 1200px;
    margin: 0 auto;
}

.main_content>.text {
    position: relative;
}

.iImage {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
    padding-bottom: 50px;
}

.iImage>.left {
    float: left;
    width: 142px;
    height: 140px;
    background-color: #1f487c;
    text-align: center;
    position: relative;
}

.iImage>.left::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #1f487c;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.iImage>.right::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 14px solid #1f487c;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.iImage>.left a {
    padding-top: 45px;
    display: block;
}

.iImage>.center {
    float: left;
    width: 916px;
    height: 140px;
    border: 1px solid #1f487c;
    padding: 0;
}

.iImage>.center>.img img {
    float: left;
    margin-left: 129px;
    padding-top: 21px;
}

.iImage>.center>.img img:nth-child(2) {
    margin-right: 86px;
    padding-top: 21px;
    float: right;
}

.iImage>.right {
    float: left;
    width: 142px;
    height: 140px;
    background-color: #1f487c;
    text-align: center;
    position: relative;
}

.iImage>.right a {
    padding-top: 45px;
    display: block;
}

.swiper-pagination-PRODUCT .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    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: 1200px;
    margin: 0 auto;
    /* padding-top: 110px; */
    /* padding-bottom: 50px; */
}

.social>.left {
    float: left;
}

.social>.left>h4 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.social>.right {
    float: right;
}

.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;
}

.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%;
}

.benefits {
    position: relative;
    padding-bottom: 60px;
    width: 100%;
    margin: 0 auto;
}

.benefits>.title {
    text-align: center;
    /* width: 95%; */
    padding-bottom: 24px;
    color: #1f487c;
    font-size: 40px;
    position: relative;
    /* padding-left: 5%; */
    font-weight: bold;
}

.benefits .pic_left {
    width: 100%;
    margin: 0 auto;
}

.benefits .pic_left .pic_bg ul li {
    float: left;
    width: 285px;
    height: 285px;
    border: 1px solid #1f487c;
    border-radius: 50%;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    margin-right: 20px;
}

.benefits .pic_left .pic_bg ul li:nth-child(2n) {
    border: 1px solid #938953;
}

.benefits .pic_left .pic_bg ul li:nth-child(4) {
    margin-right: 0;
}

.effect-apollo {
    /*background: #3498db;*/
    border-radius: 90px;
}

.effect-apollo img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    /*-webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);*/
}

.effect-apollo .figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(68, 129, 206, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    z-index: 100;
}

.effect-apollo:nth-child(2n) .figcaption::before {
    background: rgba(147, 137, 83, 0.5);
}

.effect-apollo p {
    font-size: 18px;
    color: #666666;
    /*line-height: 60px;*/
    font-weight: 500;
    padding-top: 16px;
}

.effect-apollo h2 {
    text-align: left;
}

.effect-apollo:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.effect-apollo:hover .figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    z-index: 100;
}

.figure {
    position: relative;
    float: left;
    overflow: hidden;
    /*margin: 10px 1%;*/
    /*min-width: 320px;*/
    /*max-width: 480px;*/
    /*max-height: 360px;*/
    width: 100%;
    /*background: #3085a3;*/
    text-align: center;
    cursor: pointer;
}

.figure .figcaption {
    /* padding: 2em; */
    color: #fff;
    /* text-transform: uppercase; */
    /* font-size: 1.25em; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.figure .figcaption::before,
.figure .figcaption::after {
    pointer-events: none;
}

.figure .figcaption,
.figure .figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.figure .figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.icon_box>.top {
    background-color: #1f487c;
    padding: 10px 0;
    padding-top: 20px;
    height: 110px;
}

.pic_bg ul li:nth-child(2n) .icon_box>.top {
    background-color: #938953;
    padding: 10px 0;
    padding-top: 20px;
    height: 110px;
}

.icon_box>.top>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pic_bg ul li:nth-child(4) .icon_box>.top>img {
    padding-top: 5px;
}

.icon_box>.top span {
    color: #fff;
    font-size: 24px;
    padding-top: 10px;
    display: block;
}

.under p {
    font-size: 28px;
    color: #1f487c;
    font-weight: bold;
    padding-top: 2em;
    word-break: break-all;
    width: 90%;
    margin: 0 auto;
    font-family: initial;
}

.pic_bg ul li:nth-child(2n) .under p {
    color: #938953;
}

.pic_bg ul li:nth-child(4) .under p {
    font-size: 19px;
    padding-top: 2.8em;
}

.under p a {
    font-size: 28px;
    color: #1f487c;
    text-decoration: underline;
}

.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: 40px;
    font-weight: bold;
    color: #233245;
    padding-bottom: 20px;
}

#content p {
    font-family: Arial;
    font-size: 24px;
    text-align: justify;
    line-height: 36px;
    margin-bottom: 40px;
    /* margin-top: 20px; */
}

#content p.formp {
    width: 250px;
    background: #1f487c;
    color: #fff;
    line-height: 44px;
    text-align: center;
    border-radius: 20px;
}

#content p.formp a {
    color: #fff;
    font-size: 24px;
}

#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: 1200px;
    margin: 0 auto;
}

.footer_box>.footLeft {
    float: left;
}

.footer_box>.footLeft .logo {
    margin-top: 46px;
}

.footer_box>.footRight {
    /* float: right; */
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.footRight>.nav {
    /* width: 246px; */
    /* float: left; */
}

.footRight>.nav>ul>li {
    float: left;
    /* width: 14.2%; */
    text-align: center;
    position: relative;
    height: 45px;
    padding: 0 14px;
}

.footRight>.nav>ul>li>a {
    line-height: 30px;
    font-size: 18px;
    color: #878784;
    font-family: Arial;
    font-weight: lighter;
    line-height: 45px;
    display: block;
    padding-top: 10px;
    text-transform: uppercase;
}

.footRight>.nav>ul>li>a:hover {
    color: #333333;
    text-decoration: none;
    /* font-weight: bold; */
}

.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: #cccccc;
    font-size: 16px;
    text-transform: uppercase;
}

.footCopyright>.copy a {
    margin-left: 8px;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
}

.footCopyright>.copy a img {
    margin-left: 5px;
}

.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: 400px;
    /* background-color: #88abda; */
    background: url(/e/customize/images/PC-Product-list_02.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: fixed;
    bottom: 30px;
    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;
}

.item-first {
    position: relative;
    margin-top: 70px;
}

.item-first .text-box {
    color: #222;
    /* margin-right: 30px; */
    margin: 0 auto;
    position: relative;
    /* display: inline-block; */
    /* float: right; */
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    width: 90%;
    /* padding-bottom: 30px; */
}

.item-first .text-box ul li {
    position: relative;
    width: 800px;
    height: 400px;
    margin: 0 auto;
    margin-bottom: 90px;
    margin-left: 30px;
}

.item-first .text-box ul li a {
    display: block;
}

.item-first .text-box ul li:nth-child(2n+1) {
    margin-bottom: 120px;
}

.item-first .text-box ul li:nth-child(2n) {
    margin-bottom: 120px;
}

.item-first .text-box ul li:nth-child(2n) {
    margin-right: 30px;
    margin-left: auto;
}

.Products_box_blue {
    width: 100%;
    border: 1px solid #1f487c;
    position: relative;
    padding-bottom: 30px;
}

.Products_box_blue img {
    margin-top: -30px;
    margin-left: -30px;
}

.Products_box_blue .lazy {
    margin-top: -30px;
    margin-left: -30px;
}

.Products_box_gold .lazy {
    margin-top: -30px;
    margin-left: 30px;
}

.Products_box_blue>.title {
    padding: 28px 44px;
    background-color: #1f487c;
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: -30px;
    bottom: -30px;
}

.Products_box_gold {
    width: 100%;
    border: 1px solid #938953;
    position: relative;
    padding-bottom: 30px;
}

.Products_box_gold>.title {
    padding: 28px 44px;
    background-color: #8d8037;
    color: #fff;
    font-size: 24px;
    position: absolute;
    left: -30px;
    bottom: -30px;
}

.Products_box_gold img {
    margin-top: -30px;
    margin-left: 30px;
}

.Products_box img {
    width: 100%;
}

#container .content54 p {
    margin-bottom: 0;
}

#container .content54 p:nth-child(4),
#container .content54 p:nth-child(7) {
    margin-right: 0;
}

#container .content54 p>img {
    float: left;
    width: 380px;
    height: 380px;
    padding: 5px;
    box-shadow: 0 0 5px #e0e1e4;
    margin-bottom: 20px;
    margin-right: 20px;
}

#container .content52 p {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

#container .content52 p>img {
    margin-bottom: 30px;
    width: 580px;
    float: left;
    padding: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(224, 225, 228) 0px 0px 5px;
    margin-right: 20px;
}

#container .content52 p:nth-child(3)>img {
    margin-right: 0;
}

.Download {
    float: left;
    width: 290px;
    border: 1px solid #1f487c;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.content53 .Download:nth-child(2n+1) {
    border: 1px solid #938953;
}

.content53 .Download:nth-child(2n+1)>a {
    background-color: #938953;
}


/* .Download:last-child {
    border: 1px solid #938953;
}

.Download:last-child>a {
    background-color: #938953;
} */

.Download>img {
    width: auto;
    padding: 20px 10px;
    height: 100px;
}

.Download:last-child>img {
    /* width: 100%; */
    padding: 24px 10px;
}

.Download>a {
    width: 100%;
    height: 50px;
    background-color: #1f487c;
    display: block;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
}

#container .content51 p>span {
    display: block;
    padding-bottom: 15px;
    line-height: 2.4rem;
    color: #333333;
}

#container .content51 p>span a {
    color: #333333;
}

.search_left {
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 4rem;
}

#container .contentPDF .Download p {
    line-height: initial;
    font-size: 18px;
    padding: 10px;
}

#container .contentPDF p {
    margin-bottom: 0;
}

#container .contentPDF .pdfimg>p>img {
    width: 100%;
    margin: 0;
    padding: 0;
}

#container .content60 p>img {
    float: left;
    width: 275px;
    /* height: 275px; */
    padding: 5px;
    box-shadow: 0 0 5px #e0e1e4;
    margin-bottom: 20px;
    margin-right: 20px;
}

#container .content60 p:nth-child(4n)>img {
    margin-right: 0;
}

.nav ul li>.nava.open {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

.nav ul li>.nav_menu {
    display: none;
}

.nav li .foot_nav_ul {
    position: absolute;
    bottom: 45px;
    left: 0;
    z-index: 1000;
    background: #1f487c;
    /* width: 100%; */
    white-space: nowrap;
}


/* .nav li .foot_nav_ul::after{
    content: '';
    width: 0;
    height: 0;
    border: 40px solid;
    border-color: transparent transparent red;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
} */

.nav li .foot_nav_ul li {
    text-align: center;
    clear: left;
    width: 100%;
    height: 48px;
    line-height: 48px;
    position: relative;
    margin: 0;
    /* border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff; */
    /* margin-top: -1px; */
}

.nav li .foot_nav_ul li a {
    height: 48px;
    line-height: 48px;
    /* width:100%; */
    padding: 0;
    display: block;
    color: #ffffff;
    font-size: 18px;
    padding: 0 10px;
    position: relative;
}

.nav li .foot_nav_ul li a:hover {
    /* background-color: #ffffff; */
    color: #ffffff;
    text-decoration: none;
}

.nav li .triangle {
    width: 0;
    height: 0;
    /* border: 1px solid #1f487c; */
    border-top: 16px solid #1f487c;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    position: absolute;
    bottom: -16px;
    left: 50%;
    display: block;
    transform: translateX(-50%);
}


/* .nav li .triangle::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid #1f487c;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    position: absolute;
    top: -2px;
    left: -9px;
    display: block;
    z-index: -1;
} */

.foot_nav_ul li>.nav_menu2 {
    display: none;
}

.nav_menu2 .foot_nav_ul2 {
    position: absolute;
    bottom: 0;
    left: 100%;
    /* transform: translateX(-50%); */
    z-index: 1000;
    background: #1f487c;
    /* width: 100%; */
    /* border: 1px solid #748498; */
    /* border-bottom-left-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    padding: 0 5px;
    white-space: nowrap;
    /* padding-bottom: 5px; */
}

.nav_menu2 .foot_nav_ul2 li {
    text-align: center;
    clear: left;
    width: 100%;
    height: 48px;
    line-height: 48px;
    position: relative;
    margin: 0;
    /* border-bottom: 1px solid #1f487c; */
    /* border-left: 1px solid #1f487c; */
    /* border-right: 1px solid #1f487c; */
}

.nav_menu2 .foot_nav_ul2 li a {
    height: 48px;
    line-height: 48px;
    /* width:100%; */
    padding: 0;
    display: block;
    color: #333333;
    font-size: 18px;
    padding: 0 10px;
    position: relative;
}

.nav_menu2 .foot_nav_ul2 li a:hover {
    background-color: #1f487c;
    color: #fffefe;
    text-decoration: none;
}

#menu .sub-nav>li .open {
    background-color: #1f487c;
    color: #ffffff;
    /* border-bottom: 1px solid #a7bfdf; */
}

.catpage {
    height: 400px;
}

.cms_contact .cms_meun {
    display: none;
}

#content .cms_text .CatContent {
    float: left;
    width: 33.33%;
    text-align: center;
    margin-bottom: 20px;
}

#content .cms_text .CatContent a>p {
    text-align: center;
}

#content .cms_text .ContentImage {
    width: 90%;
    margin: 0 auto;
}

#content .cms_text .ContentImage img {
    width: 100%;
}

.ContentText .ContentTitle {
    line-height: 34px;
    font-size: 18px;
    color: #333;
    padding-top: 10px;
}

.PageList {
    display: none;
}

.myModal {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: opacity 0.5s;
}

.myModal_ap {
    opacity: 1;
    visibility: initial;
    transition: opacity 0.5s;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .8);
    z-index: 100;
    /* display: none; */
    /* visibility: hidden; */
    top: 0;
    left: 0;
    transition: opacity 0.5s;
}

.reveal-modal-bg_ap {
    opacity: 1;
    transition: opacity 0.5s;
}

.reveal-modal {
    left: 50%;
    top: 50%;
    width: 900px;
    height: 340px;
    position: fixed;
    z-index: 1000;
    /* padding: 30px 40px 34px; */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
    position: absolute;
    top: 0;
    right: 16px;
    color: #ffffff;
    cursor: pointer;
    /* width: 45px; */
    /* height: 45px; */
    font-size: 60px;
    text-decoration: none;
}

.reveal-modal h1 {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #292929;
    margin: 0 auto;
    /* margin-top: 46px; */
    font-size: 30px;
    background-color: #1f497d;
}

.reveal-modal h1 img {
    padding-top: 18px;
}

.reveal-modal .modalindex {
    text-align: center;
}

.modalindex .search-form>.search-text {
    width: 364px;
    height: 54px;
    border: 1px solid #c9c9c9;
    line-height: 54px;
    font-size: 18px;
    margin-bottom: 14px;
    padding-left: 20px;
}

.modalindex .search-form>.search-btn {
    position: relative;
    display: block;
    padding: 14px 36px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    /* letter-spacing: 0.2em; */
    font-weight: 500;
    font-style: normal;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    top: 14px;
    color: #fff;
    cursor: pointer;
    width: 144px;
    margin: 0 auto;
}

.modalindex .search-form>.search-btn::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.8);
    background-color: #535353;
}

.modalindex .search-form>.search-btn:hover {
    color: #535353;
    border: 1px solid #535353;
}

.modalindex .search-form>.search-btn:hover::before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    background-color: #535353;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-modal>p {
    font-size: 16px;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 36px;
    color: #292929;
}

.reveal-modal .modalindex>.footer_in_R {
    width: 100%;
    float: none;
}

.footer-search-box {
    margin-top: 50px;
    display: inline-block;
}

.footer-search-box ul li {
    float: left;
    width: 240px;
    margin: 0 20px;
    text-align: center;
}

.footer-search-box ul li p {
    color: #fff;
    width: 240px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #938953;
    border: 1px solid #807747;
    border-radius: 2px;
    font-size: 20px;
    margin-top: 10px;
}

.footer-search-box ul li a:hover p {
    display: block;
    background-color: #807747;
    border: 1px solid #807747;
    text-decoration: none;
}

.formbox {
    margin-top: 20px;
}

.formtext p {
    font-size: 40px;
    color: #938953;
    font-weight: bold;
}

#news {
    width: 100%;
    float: left;
    padding: 0 10px;
    /* height: 200px; */
    margin-bottom: 20px;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
}

#news_line {
    border-bottom: 1px solid #999999;
}

#news_right .news_title {
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    padding-bottom: 10px;
}

#news_right .news_content {
    font-size: 16px;
    color: #999999;
    line-height: 20px;
    padding-bottom: 10px;
}

.news_more a {
    color: #1f487c;
    font-size: 14px;
}