@charset "utf-8";
@font-face {
    font-family: 'SourceHanSansSC-Medium';
    src: url('/css/fonts/SourceHanSansSC-Medium.ttf'), url('/css/fonts/SourceHanSansSC-Medium.otf'), url('/css/fonts/SourceHanSansSC-Medium.eot'), url('/css/fonts/SourceHanSansSC-Medium.woff');
}
@font-face {
    font-family: 'SourceHanSansSC-Regular';
    src: url('/css/fonts/SourceHanSansSC-Regular.ttf'), url('/css/fonts/SourceHanSansSC-Regular.otf'), url('/css/fonts/SourceHanSansSC-Regular.eot'), url('/css/fonts/SourceHanSansSC-Regular.woff');
}
@font-face {
    font-family: 'MStiffHeiHK-UltraBold';
    src: url('/css/fonts/MStiffHeiHK-UltraBold.ttf'), url('/css/fonts/MStiffHeiHK-UltraBold.otf'), url('/css/fonts/MStiffHeiHK-UltraBold.eot'), url('/css/fonts/MStiffHeiHK-UltraBold.woff');
}
*{margin:0;padding:0;}
body{margin:0px; padding:0px;font-size:12px;color:#464646;font-family:Tahoma,Arial, Helvetica, sans-serif;overflow-x: hidden;/*background:#d8d8d8;*/}
ul,li,dl,dd,dt{ margin:0px; padding:0px; list-style-type:none;}
img{border:0;}
#container{
    margin:0 auto;
    /*width:1000px;*/
}
.container{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.MainBody{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{text-decoration:none;color:#464646;}
a:hover{text-decoration:none;}
/*---------全局样式-------------*/
.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: rgba(255,255,255,0.9);
    box-shadow: 1px 3px 5px rgba(60,60,60,0.1);
    z-index: 999;
    position: fixed;
    top:0px;
}
.header .logo{
    /*width:87px;*/
    /*height:52px;*/
    float:left;
    /*margin:10px 0 0 20px;*/
}
.header .top_ad{
    width:1200px;
    text-align: right;
    margin: 0 auto;
    font-size: 16px;
}
.header .top_ad a{
    font-family: 'SourceHanSansSC-Medium';
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}
.header h1 {
    height: 58px;
    width: 720px;
    margin: 10px auto;
}
.header h1 a {
    display: block;
    font-size: 0;
    height: 100%;
    margin: 0 auto;
    background: url(/e/customize/images/new/man_logo.png) center center no-repeat;
    background-size: 100% auto;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.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;
}
.headerpos{
    width: 100%;
    display: inline-block;
    position: relative;
}
.header nav {
    position: relative;
    width: 100%;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.header nav .Maincontainer {
	margin:0 auto;
    text-align: center;
    width: 1200px;
}
.ulSet, .ulSet li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header ul.nav-menu >li {
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 4px solid rgba(255,255,255,0.1);
}
.header ul.nav-menu >li > a {
    display: block;
    text-align: center;
    padding: 0 30px;
    font-weight: normal;
    line-height: 55px;
	font-size:18px;
    color: #383a3f;
    font-family: 'SourceHanSansSC-Medium';
    text-decoration: none;

}
.header ul.nav-menu >li:hover{
    border-bottom: 4px solid #007ce0;
}
.header ul.nav-menu >li:hover >a{
    color: #007ce0!important;
}
.header ul.nav-menu >li:hover .navSubMain{
        display: block;
}
.navactive{
    border-bottom: 4px solid #007ce0!important;
}
.header ul.nav-menu >li:hover .navone{
   color:#007ce0!important;
}
.header .leftnav{
    width: 70%;
    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: #a37df9;
}
.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: 95%;
    margin: 0 auto;
    margin-top: 10px;
}
.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: right;
    height: 35px;
    border: 1px solid #007ce0;
    background: #fff;
}
#search-form .keywords {
    border: none;
    vertical-align: top;
    width: calc(100% - 35px);
    height:35px;
    padding: 0 10px;
    color: #333;
    background: rgba(0,0,0,0);
    float: left;
    font-size: 1.1em;
    line-height: 35px;
}
#search-form button {
    border: none;
    background: #007ce0  url(/e/customize/images/new/search_btn.png) no-repeat center center;
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    vertical-align: top;
    color: #fff;
    font-family: Arial;
    text-align: center;
    padding: 0;
}
.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:"microsoft yahei",Tahoma;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/dust.png);
	width:100%;
}
.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;
}
.more {
        /* background-color: #fc8972; */
    /* background: url(/e/customize/images/modernbag_38/png); */
    /* width: 70px; */
    /* height: 40px; */
    position: absolute;
    /* text-align: center; */
    /* border-radius: 6px; */
    /* right: 22px; */
    /* font-size: 18px; */
    bottom: 20px;
    /* line-height: 40px; */
    left: 50%;
    transform: translateX(-50%);
}
.more a{color:white;}
.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: "Cambria Regular";
    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: "Cambria Regular";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;
    margin-top: 172px;
}
#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: 356px;*/
    /* background: #FFF; */
    float: left;
    /* margin: 10px; */
    /* border-bottom: 1px solid #cbcbcb; */
    margin-right: 22px;
    margin-left: 22px;
    text-align: center;
    margin-bottom: 48px;
}
.proImg{
    width: 100%;
    /* padding: 0 10px 10px 10px; */
    text-align: center;
    font-family: Microsoft Yahei;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 18px;
}
.proTxt{

    /*padding:0 10px 10px 10px;*/
    text-align:center;
    font-family:Microsoft Yahei;
    /*font-size:12px;*/
    margin: 0 auto;
}
.proNo{width:160px; height:35px; overflow:hidden;color: #000a37;
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:100%; margin:0 auto;}
.prolist{width:100%; margin-bottom:20px;}
.proInfo{
    width: 23%;
    float: left;
    margin-right: 2%;
}
.proInfo ul{width: auto!important;}
.proInfo:nth-child(4){
    margin-right: 0px!important;

}
.proInfo ul li{font:12px; line-height:16px; text-align:center;}
.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: #cfd6f7;
}
.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;
}
.footer p { color:#12126f; font-size:14px; line-height:32px;margin: 0 auto;}
.footer span { display:inline-block;  padding-right:20px;}
.footer .footLeft{
    /*width:400px;*/
    /*float:left;*/
    color: #ffffff;
}
.footLeft a{
    color: #ffffff;
    text-decoration: none;
}
.footer .footRight{float:right;}

/*----------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:300px; background:url(/e/customize/images/banner_n.jpg) no-repeat center;background-size: cover;}
.cms-content { margin-top:50px;}
.cms-content hr {border-top: 1px solid #333333;}
.cmsContainer{
    background: url(../../../e/customize/images/about_bg.png) center top no-repeat;
    width: 1000px;
    min-height: 600px;
    background-size: contain;
}
.cmsContact{
    background: url(../../../e/customize/images/contact_bg.png) center top no-repeat;
    width: 1000px;
    min-height: 600px;
    background-size: contain;
}
.cmsFont{
    width: 50%;
    float: left;
    padding-left: 55px;
}
.cmsright{
    width: 40%;
    float: left;
    padding-top: 70px;
    margin-left: 5%;
}
.cmsFont p{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    line-height: 30px;
    font-size: 1rem;
}
.cmsFont p:first-child{
    padding-top: 70px;
}
.top-header{
    margin-top: 172px!important;
}
.cms-content{
    margin-top: 0px!important;
}
.Contactwebsite{
    float: left;
    display: block;
}
.ContactwebsiteContent{
    float: left;
    display: block;
}
.ContactTitle{
    display: none;
}
/* 首页主体部分 */
.MainContainer{
    width: 100%;
    position: absolute;
    bottom:2%;
}
.MainContent{
    width: 1200px;
    margin: 0 auto;
}
@media screen and (min-width:1920px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
    .MainContainer{
        width: 100%;
        position: absolute;
        bottom:5%!important;
    }
}
.IndexNews{
    width: 30%;
    float: left;
    min-height: 235px;
}
.IndexNews ul:nth-child(1){
    width: 10%;
    height: 100%;
    float: left;
    background: #5b6181;
}
.IndexNews ul:nth-child(1) p{
    font-size: 25px;
    word-wrap:break-word;
    word-break:break-all;
    text-align: center;
    color: #FFF;
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
    font-family: 'MStiffHeiHK-UltraBold';
}
.IndexNews ul:nth-child(2){
    width: 90%;
    height: 100%;
    float: left;
    background:rgba(255,255,255,.5);
}
.IndexCl{
    width: 25%;
    float: left;
    height: 200px;
}
.IndexFooter{
    width: 45%;
    float:left;
}
.IndexNewsPer{
    width: 80%;
    margin: 0 auto;
    margin-top: 10%;
}
.IndexNewsTitle{
    font-size: 20px;
    color:#5b6181;
    text-decoration: none;
    cursor: pointer;
    font-family: 'SourceHanSansSC-Medium';
}
.IndexNewsDate{
    font-size: 15px;
    color:#666666;
}
.IndexNewsContent{
    font-size: 15px;
    color: #333333;
    word-break: break-all;
}
.IndexF1,.IndexF2,.IndexF3,.IndexF4{
    position: relative;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    line-height: 30px;
    color:#5b6181;
    width: 80%;
    float: right;
}
.IndexF1:before{
    background: url(/e/customize/images/new/index_f1.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: contain;
    content: "";
    left: -40px;
}
.IndexF2:before{
    background: url(/e/customize/images/new/index_f2.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: contain;
    content: "";
    left: -40px;
}
.IndexF3:before{
    background: url(/e/customize/images/new/index_f3.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: contain;
    content: "";
    left: -40px;
}
.IndexF4:before{
    background: url(/e/customize/images/new/index_f4.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: contain;
    content: "";
    left: -40px;
}
.IndexF5{
    font-size: 13px;
    position: relative;
    color: #5b6181;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
.IndexF5 img{
    width: 50px;
    display: block;
    margin-left: 10px;
    float: left;
}
.IndexF5 span{
    float: left;
    display: block;
}
/* 头部下来 */
.navSubMain{
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 58px;
    text-align: center;
    box-shadow: 1px 3px 5px rgba(60,60,60,0.1);
    display: none;
}
.navbarshow{
    width: 1200px;
    display: inline-block;
    text-align: center;
    padding-top: 1%;
    padding-bottom: .5%;
}
.navbarshow:before{
    content: "";
    display: table;
}
.navbarshow li{
    width:22%;
    float:left;
    border:1px solid #EEE;
    line-height: 40px;
    height: 40px;
    margin-right: 4%;
    margin-bottom: 1%;
    cursor: pointer;
}
.navbarshow li a{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 15px;
}
.navbarshow li:hover{
    background: #007ce0;
}
.navbarshow li:hover > a{
    color:#FFF!important;
    display: block;
}
.navbarshow li:nth-child(4n){
    margin-right: 0%!important;
}

/* productlist */
.productlistbg{
    background: url('/e/customize/images/new/productlistbg.jpg') no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 500px;

}
.productsearchbg{
    background: url('/e/customize/images/new/productserbg.jpg') no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 500px;

}
.productMain{
    width: 1200px;
    margin:0 auto;
    background: #FFF;
    position: relative;
}
/* 底部 */
.Mainfooter{
    width: 100%;
    display: inline-block;
    border-top:1px solid #eee;
}
.MainfooterContainer{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.MainfooterContainer >.leftslide{
    width: 25%;
    float: left;
    margin-right: 5%;
}
.MainfooterContainer >.leftslide h1,.MainfooterContainer >.rightslide h1{
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #ddd;
    font-size: 18px;
    display: block;
    text-align: center;
    color: #0058d0;
    font-family:'SourceHanSansSC-Regular';
    margin-bottom: 20px;
    font-weight: 500;
}
.MainfooterContainer >.leftslide li{
    width: 100%;
    display: block;
    height: 35px;
}
.MainfooterContainer >.leftslide li:hover a{
    color:#007ce0!important;
}
.MainfooterContainer >.leftslide li a{
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-family:'SourceHanSansSC-Regular';
    color:#666666;
}
.MainfooterContainer >.rightslide{
    width: 40%;
    float: left;
}
.footerCopyright{
    width: 100%;
    background: #fafafa;
    text-align: center;
    line-height: 50px;
    height: 50px;
    margin-top: 100px;
    color:#b2b2b2;
}
.footerCopyright img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;

}
.footerp1,.footerp2,.footerp3,.footerp4{
    position: relative;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    line-height: 30px;
    color: #333333;
    width: 100%;
    padding-left: 40px;
}
.footerp1:before{
    background: url(/e/customize/images/new/footer01.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: contain;
    content: "";
    left:0px;
}
.footerp2:before{
    background: url(/e/customize/images/new/footer02.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: contain;
    content: "";
    left:0px;
}
.footerp3:before{
    background: url(/e/customize/images/new/footer03.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: contain;
    content: "";
    left:0px;
}
.footerp4:before{
    background: url(/e/customize/images/new/footer04.png) no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    background-size: contain;
    content: "";
    left:0px;
}
/* 产品详细页 */
.sw_01,.sw_02{
    height: 61px!important;
    width: 20px!important;
}
.swiper-container-common {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.swiper-pic-hot .swiper-button-next {
    right: 0;
    background: #007ce0 url(/Assets/images/product-list-right.png) no-repeat center center;
    background-size: 50%;
}
.swiper-pic-hot .swiper-button {
    top: 25px;
    border-radius: 5px;
}
.swiper-pic-hot .swiper-button-prev {
    left: 0;
    background: #007ce0 url(/Assets/images/product-list-left.png) no-repeat center center;
    background-size: 50%;
}