@charset "utf-8";
*{margin:0;padding:0;}
@font-face
{
    font-family: 'Aleo-Regular-7';
    font-weight: normal;
    font-style: normal;
    src: url('/css/fonts/Aleo-Regular-7.otf');
}
@font-face
{
    font-family: 'Aleo-Bold-2';
    font-weight: normal;
    font-style: normal;
    src: url('/css/fonts/Aleo-Bold-2.otf');
}
body{margin:0px; padding:0px;font-size:12px;color:#717071;font-family:'Microsoft JhengHei',Tahoma,Arial, Helvetica, sans-serif;/*background:#d8d8d8;*/}
ul,li,dl,dd,dt{ margin:0px; padding:0px; list-style-type:none;}
img{border:0;}

.cms-content p, .cms-content span, .cms-content a {
    line-height: 1.5em;
    text-align: justify;
}
#container{
    margin:0 auto;
    /*margin-top:216px;*/
    margin-top:95px;
    min-height:38vh;
}
.container{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.cmsBanner img {
    width: 100%;
}
.producttitle {
    text-align: center;
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 5px;
    display: inline-block;
}
.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: 'Aleo-Regular-7';
    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: 50%;
    float:left;
}
.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: 1200px;
    background: #cfd6f7;
    margin: 0 auto;
    overflow: hidden;
}
.header .toppart{
    z-index: 9999;
	float: right;
	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;
}
.LangSelect ul{
	display:none;
	position: absolute;
    top: 40px;
    width: 100%;
    text-align: center;
	    z-index: 99;
}
.LangSelect ul li{
	width: 100%;
    color: #ffffff;
    height: 35px;
    background: #666666;
    line-height: 35px;
	font-size:1.2rem;
	}
.LangSelect ul li a {
	    width: 100%!important;
    margin-right: 0!important;
    font-size: 14px!important;
	color:#ffffff;
	display:block
	}
.LangSelect ul li:hover{
	background: #333333;
	}
.h_select {
    
    /* float: left; */
    height: 40px;
    /* margin-right: 1%; */
    background: #666666;
    align-items: center;
    width: 100px;
    justify-content: center;
    display: flex;
    text-decoration: none;
    position: relative;
}
.h_select .arrowHDown {
	 color: #fff;
    font-size: 14px;
	}
	
.h_select .arrowHDown .down-up {
	     background: url(/e/customize/images/new/down_up.png) no-repeat;
    width: 13px;
    height: 14px;
    display: inline-block;
    background-size: contain;
    background-position: 0px 5px;
    margin-left: 5px;
	}
.h_select p{margin: 0 0 0px!important;}
.login-box {
    align-items: center;
	height:25px;
    justify-content: center;
    display: flex;
    text-decoration: none;
    position: relative;
    
    padding-left: 30px;
}
.login-box .arrowHDown {
	 color: #fff;
    font-size: 14px;
	}
	
.login-box .arrowHDown .down-up {
	     background: url(/e/customize/images/new/down_up.png) no-repeat;
    width: 13px;
    height: 14px;
    display: inline-block;
    background-size: contain;
    background-position: 0px 5px;
    margin-left: 5px;
	}
.login-box p{margin: 0 0 0px!important;}

.login-box ul{	display:none;
	position: absolute;
    top: 25px;
    width: 100%;
    text-align: center;
	    z-index: 99;}
.login-box  ul li{
	width: 100%;
    color: #ffffff;
    height: 35px;
    background: #666666;
    line-height: 35px;
	font-size:1.2rem;
	}
.login-box  ul li a {
	    width: 100%!important;
    margin-right: 0!important;
    font-size: 14px!important;
	color:#ffffff;
	display:block
	}
.login-box  ul li:hover{
	background: #333333;
	}
.login-box:hover ul {	display:block;}
.header .lang:hover .langLinks {
    pointer-events: auto;
    opacity: 1;
}
.cms-content {margin: 10px 0px 0px 0px;} 
.headerpos{
    width: 100%;
    display: inline-block;
    position: relative;
}
.header nav {
    position: relative;
    width: 100%;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.new-box { display:inline-block; margin-top:30px;}
.header nav .Maincontainer {
	margin:0 auto;
    text-align: center;
    width: 1200px;
}
.ulSet{
	width:1200px;
	margin:0 auto;
}
.ulSet li {
    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: 'Aleo-Regular-7';
    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;
}
.searchBox {
    margin: 0 auto;
    margin-top: 10px;
}
.search-box {
    font-size: .8em;
    opacity: 1;
    float: right;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    position: relative;
}
.searchBox>a.searchBtn {
    height: 23px;
    line-height: 23px;
    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/PC-search.png) no-repeat center center;
    display: block;
    float: right;
    background-size: cover;
    margin-right: 40px;
}
.searchBox>a.searchBtn.nClose {
    background: url(/e/customize/images/PC-search.png) no-repeat center center;
}
.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: Aleo-Regular-7;
    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:Aleo-Regular-7,"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;
}
.hotproducts { 
  width:1200px;
   margin:0 auto;
   margin-top:40px;
   }
.hotproducts .proTitle {
    font-size: 22px;
    color: #333333;
    text-align: center;
    line-height: 1em;
    margin-bottom: 3.5rem;
	position: relative;
	font-weight:bold
}
.hotproducts .proTitle:after {
    content: "";
    width: 70px;
    height: 5px;
    background-color: #b22430;
    position: absolute;
    top: calc(100% + 15px);
    left: calc(50% - 35px);
}
.hotproducts .products {
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
	padding-top:30px;
}
.swiper-container-Promot_Prod .swiper-button-next, .swiper-container-Promot_Prod .swiper-button-prev{	
	background-color:#b22430;
	background-size: 10px;
	height: 100%;
    top: 30px;
	background-position: 15px 180px;
	    width: 35px;
		margin-top: -60px;
	}
.swiper-container-Promot_Prod .proName {
    width: 90%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #333333;
    margin: 0 auto;
	 font-size: 16px;
}
.swiper-container-Promot_Prod .proNo {
    width: 98%;
    height: 30px;
    overflow: hidden;
    color: #d6d6d6;
    line-height: 30px;
    margin: 0 auto;
    font-size: 14px;
}
.swiper-container-Promot_Prod .proMsg {
	 width: 100%;
    float: left;
    margin-right: 0px; 
     margin-left: 0px;
    text-align: center;
     margin-bottom:0px;
	}
.swiper-container-Promot_Prod  .proImg {
    width: 100%;
    padding: 20px;
    text-align: center;
    font-family: 'Aleo-Regular-7';
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 18px;
    border: 1px solid #d6d6d6;
}
.swiper-container-Promot_Prod .swiper-button-prev {
		  background-image: url(/e/customize/images/new/left_Next.png);
		  left: 0px;
		

	}
.swiper-container-Promot_Prod .swiper-button-next {
		  background-image: url(/e/customize/images/new/left_prev.png);
		      right: 0px;

	}
.swiper-container-Promot_Prod .swiper-button-next.swiper-button-disabled, .swiper-container-Promot_Prod .swiper-button-prev.swiper-button-disabled {
	background-color: #d6d6d6;
	    opacity: .55;
	}
.viewall {
    width: 200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #b22430;
    margin-top: 30px;
    border: 1px solid #b22430;
	}
.viewall a {
	color: #b22430;
    font-size: 14px;
	}
.swiper-container-Promot_Prod {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-container-Promot_Prod .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
	
}

.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;
}
.main-aboutus {
	background: #f2f2f2;
	padding: 40px 0;
	}
#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;
    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: 'Aleo-Regular-7';
    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: 'Aleo-Regular-7';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;
    /*中间部分*/ -webkit-overflow:auto;
    margin: 0 auto;
    padding: 0px 0px 60px 0px;
}
#content .col-md-6{
    padding-bottom: 30px;
}
#content table{
    
}
#content  #divPic a {    height: 100%;
    width: 100%;}
#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: 'Aleo-Regular-7',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: 'Aleo-Regular-7',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:'Aleo-Regular-7',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:'Aleo-Regular-7', Microsoft Yahei;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 18px;
}
.proTxt{
   
    /*padding:0 10px 10px 10px;*/
    text-align:center; 
    font-family:'Aleo-Regular-7',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 ul{width: auto!important;}
.proInfo:nth-child(3){
   

}

.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 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: 'Aleo-Regular-7',Arial, Helvetica, sans-serif;
    text-align: justify;
    line-height: 30px;
    font-size: 1rem;
}
.cmsFont p:first-child{
    padding-top: 70px;
}
.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;
}
.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;
}
.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: 15px;
    position: relative;
    color: #5b6181;
    margin-top: 15px;
}
.IndexF5 img{
    width: 50px;
    display: block;
    margin-left: 10px;
    height: 30px;
    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;
    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;
    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%;
}
/*注册页*/
.login-register-title {
    color: #cb2936;
    font-size: 25px!important;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
}
.register_line {
    height: 45px;
    line-height: 45px;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-align: left;
        background-color: #cb2936;
    padding-left: 10px;
}
.login-register-content .form-group span {
    font-size: 16px;
}
#login-register-box {
    width: 600px;
    margin: 0 auto;
}
.login-register-content .form-group .input-text {
    display: inline-block;
    /*height: 44px;
    line-height: 44px;*/
    border: 0;
    font-size: 16px;
    color: #4c4c4c;
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    text-align: left;
    text-indent: 10px;
    padding:10px 5px;
    box-sizing: border-box;
}
#login-register-box label {
    font-size: 16px;
}
.btn-box .register-btn {
	border:none;
	outline: none;
    background-color: #cb2936;
    border: 1px solid #cb2936;
    width: 100%;
    color: #fff;
    height: 40px;
    font-size: 16px;
}
#login-register-box .normal-select select {
    height: 45px;
    line-height: 45px;
    border: 1px solid #eee;
    color: #666;
    font-size: 14px;
    padding-left: 10px;
    width: 100%;
}
/*---------------login page----------*/
.logregtitle {
	color: #cb2936;
	font-size:25px!important;
	text-align:center;
	font-weight: 700;
}
.btn_logintype {
	border:none;
	outline: none;
    font-size: 16px;
    border: 0;
    width: 95%;
    height: 45px;
    color: #fff;
    background: #cb2936;
    border:1px solid #cb2936;
    cursor: pointer;
    border-radius: 3px;
}
.login_frame {
    width: 800px;
    margin: 0 auto;
}
.login_frame .btn_logintype{
	width: 100%!important;
}
.login_frame_m .login_fra_part ul li:nth-of-type(3), .login_frame_m .login_fra_part ul li:nth-of-type(5), .login_frame_m .login_fra_part ul li:nth-of-type(6) {
    margin-bottom: 20px;
}
.forgetpwd .B2BButton{
    font-size: 16px;
    border: 0;
    width: 100%;
    height: 45px;
    color: #fff;
    background: #cb2936;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 50px;
}
.loginBox{
	position: relative;
}
.loginBox >a{
	width: 20px;
    height: 20px;
    display: block;
}

.loginBox .loginList{
	position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
   display: none;
   transition: all 0.3s;
}
.loginBox:hover .loginList{
	display: block;
}
.loginBox .loginList span{
	display: block;
	width:13px;
	height:13px;
	background: url(/e/customize/images/window-top.png) center center no-repeat;
	background-size: 100%;
	margin:0 auto;
	    z-index: 9;
    position: relative;
}
.loginBox .loginListIn{
	 padding: 10px;
	 border: 1px solid #eee;
	 margin:0 auto;
	     margin-top: -3px;
    background-color: #fff;
    box-shadow: 0 1px 5px #f0f0f0;
}
.loginBox p{
	    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 0;
    background-color: #faf7f0;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 3px;
}
.loginBox p a{
	font-size: 14px;
	white-space: nowrap;
}
.Aboutus{
	width:1200px;
    margin: 0 auto;
  
	overflow: hidden;
    
}
.Aboutus .text {
    background: #fff;
    padding: 20px;
}
.bannerMain{
	width:100%;
	
}
.bannerMain .swiper-container img{
	width:100%;
}
.cateHome1{
	width:100%;
	min-width: 1200px;
	overflow: hidden;
	display: flex;
	align-items: center;
	background-color:#fff;
	margin-bottom: 30px;
}
.cateHome1 .txt{
	text-align: center;
}
.cateHome1 .item{
	display: block;
    margin: 0 auto;
	width: 1200px;
	padding-bottom: 1%;
    margin-top: 30px;
}
.cateHome1 .item .cmsTitle{
	font-size: 36px;
	color:#000000;
	font-weight: bold;
	text-align: center;
	padding-bottom:10px;
}
.cateHome1 .item .date{
    width: 100%;
    margin: 0 auto;

    padding-top: 25px;
    display: flex;
    justify-content: space-around;
}
.cateHome1 .item .date p {
    width: 31%;
    display: inline-block;
}
.cateHome1 .item .date p img {
    width: 100%;
}
.cateHome1 .item .viewmore {
	background: #e04141;
    border: 1px solid #e04141;
    padding: 10px 10px;
    border-radius: 8px;
    color: #fff;
    width: 150px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.cateHome1 .item .viewmore a{ 
    display: block;
    color: #fff;
}
.cateHome1 .item .viewmore:hover{
    background: #000;
    transition: all 0.3s;
}
.book {
    width: 100%;
    background-color: #f2f2f2;
    color: #fff!important;
    
}
.book .bookTitle {
    color: #000;
    font-size:36px;
    text-align: center;
    padding-top: 3rem;
    font-weight: bold;
}
.book .bookCon {
	padding-bottom: 30px;
}
.bookMain {
	width: 88%;
	margin: 0 auto;
	padding-top: 30px;
}
.bookCon ul li #label{
    color: #000;
    font-size: 20px;
    padding-bottom: 1rem;
}
.bookCon .form-group .control-label{
	color: #000;
    font-size: 20px;
    padding-bottom: 1rem;
}
.bookCon .form-group .form-control {
	border-radius: 6px;
    border: none;
	box-shadow: 0 1px 4px #e36e6e;
    height: 44px;
}
.bookCon .form-group textarea{

    height: 184px!important;
}
.bookCon .form-group .btn {
	background: #e04141;
    border: 1px solid #e04141;
    padding: 10px 10px;
    border-radius: 28px;
    color: #fff;
    width: 180px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    margin: 0 auto;
}
.bookCon ul li {
    padding-top: 2rem;
}
.bookCon ul li input {
    width: 100%;
    height: 2.8rem!important;
    border-radius: 6px;
    border: none;
	box-shadow: 0 1px 4px #e36e6e;
}
.bookCon ul li .textarea {
	width: 100%;
    box-shadow: 0 1px 4px #e36e6e;
    border: none;
    height: 150px;
    border-radius: 6px;
}
.bookCon .send button {
	background: #e04141;
    border: 1px solid #e04141;
    padding: 10px 10px;
    border-radius: 8px;
    color: #fff;
    width: 150px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.bookCon .send {
	text-align: center;
	margin-top: 10px;
}
.rngform {
	background: #f2f2f2;
	padding: 10px;
}
.cateHome2,
.cateHome3{
	width:100%;
	background-color:#f8f8f8;
	margin-bottom: 30px;
}
.cateHome2_in,
.cateHome3_in{
	width:1200px;
	margin:0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
}
.cateHome2_in .item{
	display: block;
    height:150px;
    display: flex;
	align-items: center;
	justify-content: center;
	
}
.cateHome2_in .item img{
	min-height: 100%;
}
.cateHome3_in .item{
	display: block;
    height:150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.cateHome3_in .item .date{
	height:104px;
    display: flex;
    align-items: center;
	justify-content: center;
}
.cateHome3_in .item .date img{
	min-height: 100%;
}
.live-box{
	width:100%;
	background:url(/e/customize/images/boxBg.jpg) center center no-repeat;
	background-size:100% 100%;
	padding-top: 6.6%;
	padding-bottom: 6.2%;
}
.live-box-in{
	width:1200px;
	height:585px;
	margin:0 auto;
	overflow: hidden;
}

.live-box-in .ytb-box{
	width:680px;
	float:left;
	margin-top: 22px;
}
.live-box-in .fb-box{
	width:340px;
	float:right;
}
.live-box-in .ytb-box .live-text{
	color:#010101;
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	width: 100%;
    display: block;
    margin-bottom: 55px;
}
.live-box-in .ytb-box .live-text img{
	width:172px;
	margin-left:40px;
	vertical-align: text-top;
}
.contact_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    /* margin: 0px 30px; */
    padding: 50px 0;
}
.map {
    width: 700px;
    float: left;
}
.contact_box .contact {
    width: 470px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
    float: right;
}

.contact_box .contact li {
    /* display: flex; */
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
}
.contact_box .contact li .concLeft {
   width: 100%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.contact_box .contact li .concLeft img {
	width:35px;
	
	}
.contact_box .contact li .concLeft span {
    color: #999999;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 10px;
}
.contact_box .contact li .concRight {
    width: 100%;
}
.contact_box .contact li .concRight a {
    font-size:14px;
    color: #333333;
    word-break: break-word;
    line-height: 2.4rem;
}
#footer{
	/*box-shadow: 0 -1px 3px rgba(60,60,60,0.1);*/
	padding-top:50px;
	background: #333333;
}
#footer .footer-up{
	width:1200px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	padding-bottom:10px;
}
.footer-up .left-logo{
	width: 226px;
	/*margin-right:20px;*/
}
.footer-nav ul {
    float: left;
   padding: 0px 50px;
}
.footer-nav ul li:nth-of-type(1) a {
  font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.footer-nav ul li {
    margin: 12px 0;
}
.footer-nav ul li a {
    color: #b2b2b2;
    font-size: 14px;
    padding: 5px 0;
    transition: 0.3s ease;
}
.footer-nav ul li a:hover {
	color:#fff;
	text-decoration:underline;
	}
.f-ceo { margin-top:10px;}
.f-ceo .f-logo {
	text-align: center;
	}
.f-ceo .f-logo img {
	width:95%
	}
.f-ceo .f-logo-ceo {
	text-align: center;
	}
.f-ceo .f-logo-ceo img {
	width:width:95%
	}
.f-ceo .f-title {
	text-align: center;
    color: #ffffff;
    padding: 0px 0px 10px 0px;
	}
.footer-up .left-logo img{
	width:100%;
}
.footer-up .middle-part{
	width:1200px;
	padding-bottom: 10px;
	float: left;
}
.middle-part .footer-cat{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.middle-part .footer-cat{
	width:100%;
}
.middle-part.footer-cat tr:nth-of-type(1) td{
	text-align: center;
	
}
.middle-part .footer-cat{
	margin-bottom: 1.2rem;
}
.middle-part .footer-cat tbody{
	width:100%;
}
.middle-part .footer-cat tr:nth-of-type(1) td{
	text-align: center !important;
	padding:15px 13px 0 !important;
}
.middle-part .footer-cat tr:nth-of-type(3) td{
	text-align: center !important;
	padding:15px 13px 0 !important;
}
.middle-part .footer-cat td{
    text-align: center;
 
    vertical-align: baseline;
}
.middle-part .footer-cat td img{
	width:14px;
	margin:0 auto;
}
.middle-part .footer-cat td a{
	color:#717071;
	/*font-size: 20px;*/
	font-family: '微軟正黑體' , 'Microsoft JhengHei';
}
.middle-part .footer-hkpawrap{
	padding-left:13px;
	box-sizing: border-box;
}

.middle-part .footer-hkpa a{
	color:#777777;
	/*font-size: 20px;*/
	line-height: 1.2em;
	text-decoration: underline;
}
.right-part{
	width:150px;
	float:right;
}
.right-part p,
.right-part p span,
.right-part p a{
	font-size: 16px;
	color:#717171;
}

.footcopyright p,
.footcopyright .clause{
	color:#fff;
	font-size: 18px;
	text-align: center;
	line-height: 1em;
	display: flex;
    justify-content: center;
    align-items: center;
}
.footcopyright .ptx{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-left:10px;
}
.footcopyright{
	padding-top:1rem;
	padding-bottom:0.5rem;
}
/*右下角按钮开始*/
.sidebar {
	position: fixed;
	right: 13px;
	bottom: 30px;
	width: 40px;
	text-align: center;
	z-index: 3;
	display: none;
	flex-direction: column;
	background-color:#fff;
}
.btnArr {
    display: none;
}
.sideIcon{
    display: block;
    width: 40px;
    height: 40px;
	    cursor: pointer;
}
.btnArr >a,.btnArr >span {
    display: block;
    width: 40px;
    height: 40px;
    border:1px solid #fcfcfc;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.sideIcon img{
    width: 100%;
}
.btnArr >a img,.btnArr >span img {
    width: 80%;
}
.fb-livechat,
.fb-widget {
  display: none;
}

.ctrlq.fb-close {
  position: fixed;
  right: 10px;
  cursor: pointer;
}

.fb-widget {
  background: #fff;
  z-index: 2;
  position: fixed;
  width: 340px;
  height: 435px;
  overflow: hidden;
  opacity: 0;
  bottom: 0;
  right: 10px;
  border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
  -o-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
}

.fb-credit {
  text-align: center;
  margin-top: 8px;
}

.fb-credit a {
  transition: none;
  color: #bec2c9;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-decoration: none;
  border: 0;
  font-weight: 400;
}

.ctrlq.fb-overlay {
  z-index: 0;
  position: fixed;
  height: 100vh;
  width: 100vw;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .05);
  display: none;
}

.ctrlq.fb-close {
  z-index: 4;
  padding: 0 6px;
  background: #365899;
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  margin: 8px;
  border-radius: 3px;
}

.ctrlq.fb-close::after {
  content: 'x';
  font-family: sans-serif;
}
/*右下角按钮结束*/
#header{
	width:100%;
	position: fixed;
	left:0;
	top:0;
	
	z-index: 199;
	
}
#header.active{
    background: #000;
}
.header-in{
	width:1200px;
	margin:0 auto;
}
.header-in .header-top{
	width:100%;
	
	
}
.n_header {
    background: #000;
}
.header-in .header-left{
	/*width:650px;*/
	width:200px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	float:left;
	margin-top:10px;
}
.header-in .header-left img{
}
.header-in .header-left p{
	width: 470px;
	color:#414141;
	word-break: break-word;
	margin: 0;
    line-height: 1.2em;
}
.header-in .header-right{
	width: 1000px;
    float: right;
    display: flex;
    align-items: center;
}
.header-bottom{
	width:850px;
	display:inline-block
}
.header-bottom-in{
	width:100%;
	height:95px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	
}
.header-bottom a{
	color:#fff;
	font-size: 18px;
	transition: all 0.3s;
    font-weight: bold;
}
.header-bottom a:hover{
	color:#fff;
}
.header-right{
	
}
.submenu >li >a span {font-size: 14px;}
.header-right #memberLogin{
    height: 25px;
    background: url(/mobile/images/new/rgindex_01.png) left center no-repeat;
    display: block;
    background-size: 25px;
}
.header-right #memberLogin a{
	display: flex;
	align-items: center;
	height:40px;
	 color: #fff;
	     justify-content: center;
         width: 25px;
}
.header-right #memberLogin img{
	width:20px;
	height:20px;
	margin-right:5px;
}
.header-right #memberLogin span{
	font-size: 16px;
	display: block;
	height:16px;
	line-height: 16px;
}
.header-right .search_bar{
    width: 300px;
    height: 40px;
    display: none;
    position: absolute;
    top: 40px;
    right: 0px;

}
.search_bar .search_btn{
	border:none;
	outline: none;
	width:40px;
	height:40px;
	
	background:url(/e/customize/images/PC-search.png) center center no-repeat;
	background-size:52%;
	background-color: #cb2936;
	float:right;
	display: inline-block;
    position: relative;
    vertical-align: top;
    color: #fff;
    font-family: Arial;
    float: right;
    text-align: center;
    padding: 0;
}
.search_bar .search_txt{
	border: none;
    outline: none;
    float: left;
    border: none;
    vertical-align: top;
    width: calc(100% - 40px);
    height: 40px;
    padding: 0 10px;
    color: #333;
    background: #f5f5f5;
    float: left;
    font-size: 14px;
}
.changeLang{
	display: flex;
	align-items: center;
}
.changeLang a{
	font-size: 16px;
	line-height: 1em;
	display: block;
	text-align: center;
	float:left;
	padding:7px;
}
.changeLang a:nth-of-type(2){
	color:#323232;
}
.changeLang a:hover{
	color:#464646;
}
/*产品列表页*/
.btn_list{
	width:1200px;
	height:60px;
	border-bottom:1px solid #e5e5e5;
	position: relative;
}
.btn_list ul{
	width:100%;
	height:60px;
	display: flex;
	justify-content:center;
	align-items: center;
	position: absolute;
	left:0;
	top:3px;
}
.btn_list ul li{
  margin-right:40px;
  margin-left:40px;
  height:60px;
	line-height: 60px;
	padding-left:15px;
	padding-right:15px;
	border-bottom:5px solid transparent;
	transition: all 0.3s;
}

.btn_list .prodCat li a{
	font-size: 18px;
   color:#222;
   font-family:"Arial","微軟雅黑";
}
/*分页*/
#prevPage,
#nextPage,
.noPrevPage,
.noNextPage{
	border: 1px solid #7d7d7d;
    padding: 13px 33px;
    font-size: 16px;
    line-height: 1em;
    color: #fff;
    background-color: #333333;
    border-radius: 10px;
    box-shadow: 0 1px 4px #9e9e9e;
     
}
#prevPage,
.noPrevPage{
	 margin-right:15px;
}
.selectBox{
	position: relative;
}
.selectBox .curPage{
	border: 1px solid #333333;
    font-size: 16px;
    padding: 13px 45px 13px 18px;
    line-height: 1em;
    color: #333333;
    border-radius: 10px;
    box-shadow: 0 1px 4px #9e9e9e;
    margin-right: 15px;
    background: url(/e/customize/images/pageArrow.png) right 15px center no-repeat #fff;
}
.selectBox .pageList{
	    width: 88%;
    border-left: 1px solid #7d7d7d;
    border-right: 1px solid #7d7d7d;
    background-color: #fff;
        position: absolute;
	
}
.pageList li{
	border-bottom: 1px solid #7d7d7d;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.pageBox{
	width:100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.B2BFontSize1 .totalPage{
	font-size: 16px;
	color: #6d6d6d;
	padding: 13px 0px;
    line-height: 1em;
	 margin-right:15px;
}
.pageList {
    display: none;
}
.Series-banner2 { width:1200px; margin:0 auto}
.Series-banner2 .picbanner {     width: 1200px;
    /* margin-left: -20px; */
    /* margin-right: -20px; */
    display: flex;}
.Series-banner2 .picbanner .p-img { width:225px; display:inline-block; margin-left:10px; margin-right:10px; cursor:pointer}
.Series-banner2 .picbanner .p-img img{ width:100%;top: 0;    transition: top 0.3s ease;    position: relative;}
.Series-banner2 .picbanner .p-img img:hover{   
     top: -3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
	}
/*产品列表页*/
.proInfo{
    width:280px;
    float: left;
box-sizing: border-box;
margin-bottom: 25px;
margin-right: 20px;
}
.product_info_link {
    border: 1px solid #000;
    border-radius: 8px;
    margin-top: 10px;
    padding: 20px;
}
.proInfo .learnmore {
    background: #000;
    color: #fff;
    line-height: 30px;
    margin-top: 5px;
}
.proInfo .learnmore a {
    color: #fff;
    display: block;
}
.proInfo ul{width: auto!important;}
.proInfo:nth-child(4){
    margin-right: 0px!important;

}
.proInfo ul li:nth-of-type(1){
	width:100%;
	height:100%;
    padding: 0px;
	margin-bottom: 5px;
	transition: all 0.3s;
}
.proInfo ul li:nth-of-type(1) a{
	display: block;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.proInfo ul li:nth-of-type(1) a img{
	max-width: 100%;
	max-height: 100%;
}
.proInfo ul li:nth-child(2) > .FontB2BPurple{
	    font-size: 16px!important;
    line-height: 20px;
    height: 42px;
    color: #4c4b4b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
.proInfo .FontB2BPurple{COLOR: #cecece; font-size:14px;}
.proInfo ul li:nth-of-type(1):hover{
	
	border: 1px solid #b32430;
}
.Aboutus .titleWrap{
	text-align: center;
	margin-top:0;
	margin-bottom:20px
}
.Aboutus .titleWrap h3{
	font-size: 36px;
    display: inline-block;
    /* padding: 10px 40px; */
    color: #000000;
    font-weight: bold;
}
.Aboutus .text p { 
    color:#000;
    font-size: 16px;
    line-height: 200%;
	height: 200px;
    overflow: hidden;
}
.Aboutus .aboutbtn {
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.Aboutus .aboutbtn .viewmore {
    border: 1px solid #e04141;
    padding: 10px 30px;
    border-radius: 18px;
    margin: 10px 20px;
    color: #e04141;
}
.Aboutus .aboutbtn .makemore {
    border: 1px solid #e04141;
    padding: 10px 30px;
    border-radius: 18px;
    margin: 10px 20px;
    background: #e04141;
    color: #fff;
}
.advantages_box {
    width: 100%;
    background: url(/e/customize/images/new/p-about_bg.jpg) center center no-repeat;
    padding: 50px 20px;
    background-size: cover;
   }
   .advantages_box .titlename {
       text-align: center;
       font-size: 36px;
       color: #fff;
       text-decoration: underline;
       padding-bottom: 30px;
       padding-top: 10px;
   }
   .advantages_box .ad_box {
       width: 1200px;
       margin: 0 auto;
   }
   .advantages_box .ad_box ul{
    display: flex;
    justify-content: center;
   }
  
   .advantages_box .ad_box ul li {
    margin: 2.3rem 0;
    text-align: center;
    width: 260px;
   }
   .advantages_box .ad_box ul li span img{
     
   }
   .advantages_box .ad_box ul li span {
       font-size: 2rem;
       color: #fff;
       font-weight: bold;
       width: 100%;
       display: inline-block;
   }
   .advantages_box .ad_box ul li span:nth-child(2){
       padding-top: 20px;
   }

.bannerMain .swiper-pagination-bullet{
	width:12px;
	height:12px;
}
.bannerMain .swiper-pagination-bullet-active{
	background:rgba(255,255,255,0.7);
}
.login-register-content{
	margin-top:30px;
}
.lineQrcode,.wechatQrcode{
	border:1px solid #eee;
    width: 300px;
    position: fixed;
    right: 60px;
    bottom: 30px;
    overflow: hidden;
    display: none;
    background-color:#fff;
}
.lineQrcode img,.wechatQrcode img{
	width:100%;
}

@media only screen and (max-width: 768px){
	.meixiongMobile{
		display: block;
	}
	.meixiongPC{
		display: none;
	}
}
@media only screen and (min-width: 769px){
	.meixiongMobile{
		display: none;
	}
	.meixiongPC{
		display: block;
	}
}
.header-bottom-in >li{
    box-sizing: border-box;
    height: 95px;
    line-height: 95px;
    position: relative;
    padding: 0px 10px;
}
.header-bottom-in >li:hover{
    background: rgb(60 60 60 / 10%);

}
/*.header-bottom-in >li:hover .submenu{
	display: block;
}*/
.header-bottom-in >li .submenu{
  position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    background: rgba(255,255,255,1);
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    box-shadow: 1px 1px 5px #ccc;
    /* transition: all 0.3s; */
     display: none; 
    width: 300px;
}
.submenu >li{
	background: url(/e/customize/images/line.png) right center no-repeat;
    background-size: auto 100%;
	box-sizing: border-box;
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
    align-items: center;
    flex-direction: column;
}
.submenu >li:last-of-type{
	border-right:none;
	background:none;
}
.submenu >li >a{
	width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height:0;*/
    transition: all 0.3s;
}
.submenu >li >a:hover {
	background:#f5f5f5;
	color: #b22430;
    border-left: 4px #b22430 solid;
}
.submenu >li >span{
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 10px;
}
.submenu >li >a img{
	max-width: 100%;
	max-height: 100%;
	transition: all 0.3s;
}
.search_bar input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.search_bar input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color:#999;
    font-size: 14px;
}

.search_bar input:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

.search_bar input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}
#detailInfo .B2BProdNameBg {
	font-size: 25px;
	    margin-bottom: 20px;
        display: inline-block;
    width: 80%;
	}
.product_info_title {
	width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #e04141;
    float: left;
    font-weight: bold;
	}
.product_fb {
    width: 20%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    align-items: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    text-align: right;
	}

	   
#detailInfo #share {    margin-left: 5px;
    margin-right: 5px; margin-bottom: 0px;
}
#detailInfo .mouseover img { background:none;margin-bottom: 5px;}
#detailInfo .code {
	margin-top:10px;
	margin-bottom:10px;
	font-size: 18px;
}
#detailInfo .code span:nth-child(1) { color: #999999;
    width: 100px;
    display: inline-block;
    text-align: right;}
#detailInfo .code span:nth-child(2) { color:#666666;margin-left: 10px;}

.producttitle span:nth-child(1) { 
    color: #999999;
    width: 100px;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}
.producttitle span:nth-child(2) { color:#666666;margin-left: 10px;    font-size: 18px;}
.form-box { width: 35%;
    margin: 0 auto;
    float: right;
    margin-right: 5%;}
.btn-default {
    color: #fff;
    background-color: #cb2936;
    /* border-color: #ccc; */
    width: 30%;
     margin: 0 auto!important;
}

.form-box01 { width:1200px;
    margin: 0 auto;}

.cms-contentf table{
    border: 0 solid #fff!important;
    border-spacing: 0; 
    border-collapse: collapse;
}
.cms-contentf table img {
    height: 295px;
    width: 100%!important;
}
