@charset "utf-8";
*{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;
   background: linear-gradient(#fff, #f5f5f5);
}
.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,1);
    box-shadow: 1px 3px 5px rgba(60,60,60,0.1);
    z-index: 999;
    position: fixed;
    top:0px;
}
.header .logo{
    float:left;
}
.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 {
    float:left;
}
.header h1 a {
    display: block;
    font-size: 0;
    height: 100%;
    margin: 0 auto;
    background: url(/e/customize/images/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;
    width: 297px;
    height: 34px;
}
.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;
}
.header .lang:hover .langLinks {
    pointer-events: auto;
    opacity: 1;
}
.headerpos{
    width: 100%;
    display: inline-block;
    position: relative;
}
.header nav {
    position: relative;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.header nav .Maincontainer {
	margin:0 auto;
    text-align: center;
    width: 1200px;
}
.ulSet{
	width:465px;
	height:67px;
	float:left;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.ulSet li {
}
.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;
    font-weight: normal;
    font-size: 15px;
    color: #191919;
    font-family: 'Arial';
    text-decoration: none;
    font-weight: bold;
}
.header ul.nav-menu >li:hover >a{
    color:#e42b2b;
}
.header ul.nav-menu >li:hover .navSubMain{
        display: block;
}
#memberLogin{
	float:right;
	font-size:14px;
	font-family: '微軟正黑體' , 'Microsoft JhengHei';
}
.navactive{
    border-bottom: 4px solid #e42b2b!important; 
}
.header ul.nav-menu >li:hover .navone{
   color:#e42b2b!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-mid{
	width:1200px;
	margin:0 auto;
	height:67px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.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: 240px;
    float:left;
}
#search-form {
    overflow: hidden;
    width: 100%;
    float: right;
    height: 35px;
    background: #fff;
}
#search-form .keywords {
    border: none;
    vertical-align: top;
    width: calc(100% - 35px);
   
    padding: 10px;
    color: #333;
    background: rgba(0,0,0,0);
    float: left;
    font-size: 1.1em;
    box-sizing: border-box;
     height:35px;
    /*line-height: 35px;*/
}
#search-form input{
	border:none;
	outline:none;
}
#search-form #keyword{
	border-bottom: 1px solid #c4c4c4;
}
#search-form button {
	display: block;
    border: none;
    background:url(/e/customize/images/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;
    /*中间部分*/ -webkit-overflow:auto;
    margin: 0 auto;
    margin-top: 70px;
    padding-top: 20px;
    min-height:56vh;
}
#content .col-md-6{
    padding-bottom: 30px;
}
#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: 100%;
	height: 280px;
    float: left;
    text-align: center;
    margin-bottom: 48px;
}
.proImg{
    width: 100%;
    text-align: center;
    font-family: Microsoft Yahei;
    font-size: 14px;
    margin: 0 auto;
}
.proTxt{
    text-align:center; 
    font-family:Arial, Helvetica, sans-serif; 
    margin: 0 auto;
}
.proNo{width: 160px;
    overflow: hidden;
    color: #c6c6c6;
    line-height: 16px;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 26px;}
.proName{
	    width: 98%;
    height: 70px;
    line-height: 35px;
    color: #202020;
    margin: 0 auto;
    font-size: 22px;
    margin-bottom: 16px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}

.clear{clear:both;width:100%;height:0px;}
.PLframe{width:100%; margin:0 auto;overflow: hidden;}
.prolist{width:100%; margin-bottom:20px;}
.proInfo{
	width:380px;
	box-sizing: border-box;
	margin-right:25px;
}
.PLframe .proInfo:nth-child(3){
    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:#fff;
}
.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;
}
.footcopyright p { color: #0f0f0f;
    font-size: 14px;
    line-height: 50px;
    margin: 0 auto;
    height: 50px;
    border-top: 1px solid #e5e5e5;
        display: flex;
    justify-content: center;
    align-items: center;
    }
.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;}

.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: 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: #e42b2b;
}
.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;
    position: relative;
    padding-bottom: 77px;
}
/* 底部 */
.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:#e42b2b!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: #e42b2b 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: #e42b2b url(/Assets/images/product-list-left.png) no-repeat center center;
    background-size: 50%;
}
.hotproducts{
	width: 975px;
    margin: 0 auto;
}
.hotproducts .topTitle{
	font-size: 30px;
    color: #363535;
    text-align: center;
    line-height: 1em;
    margin-top: 5rem;
    margin-bottom: 4rem;
}
.hotproducts .swiper-container{
    width: 100%;
    height: 545px;
}
.hotproducts .swiper-slide{
	border: 1px solid #e2e2e2;
	height:470px;
}
.hotproducts .proImg{
	height: 280px;
}
.hotproducts .proImg a{
	width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hotproducts .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}
.hotproducts .proMore {
    display: block;
        width: 98px;
    height: 34px;
    border-radius: 20px;
    text-align: left;
    text-indent: 21px;
    line-height: 34px;
    color: #fff;
    background: url(/mobile/e/customize/images/more-icon.png) #e42b2b right 9px center no-repeat;
    background-size: 21%;
    margin: 0 auto;
    font-size: 16px;
}
.homeContainer{
	background:#fff!important;
}
#iBanner .swiper-pagination-bullet-active{
	background:#fff !important;
}
#iBanner .swiper-slide img{
	width:100%;
}
.hotproducts .swiper-pagination-bullet-active{
	background:#e42b2b !important;
}
.viewall{
	text-align: center;
    margin-top: 60px;
    height: 37px;
}
.viewall a{
	font-size: 20px;
    color: #191919;
    line-height: 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid #191919;
}
.prodEntry{
	width:1200px;
	margin:0 auto;
	margin-bottom:76px;
	overflow: hidden;
	margin-top:115px;
}
.prodEntry >div{
	width:570px;
	height:275px;
	border:1px solid #e3e3e3;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        margin: 0 auto;
}
.prodEntry >div .tag{
	width: 55px;
    height: 55px;
}
.prodEntry >div p{
	color:#2e2e2e;
	font-size:36px;
	font-weight: bold;
}
.prodEntry >div a{
	color:#3f3e3e;
	font-size: 18px;
	text-decoration: underline;
	cursor: pointer;
}
.prodEntry .prodCatEntry{
	float:left;
}
.prodEntry .prodListEntry{
	float:right;
}
.prodEntry .prodCatEntry .tag{
	background:url(/mobile/e/customize/images/cat-icon.png) center center no-repeat;
	background-size: 100%;
}
.prodEntry .prodListEntry .tag{
	background:url(/mobile/e/customize/images/list-icon.png) center center no-repeat;
	background-size: 100%;
}
.redBox {
    width: 100%;
    min-width: 1200px;
    position: relative;
    height:555px;
}
.redBox .redBg{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	height:100%;
}
.redBoxIn{
	position: absolute;
	left:50%;
	top:0;
	transform: translateX(-50%);
	width:1200px;
	height:555px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.redBoxIn .Aboutus{
	width:600px;
}
.redBox h3{
    color: #fff;
    font-size: 48px;
    line-height: 1em;
    margin-bottom: 30px;
}
.redBox p {    
    margin-top: 40px;   
}
.redBox p,
.redBox span{
	font-size: 18px;
    line-height: 1.7em;
    color: #fff;
    word-break: break-word;
}
.footer .top-dot{
	width:100%;
	height:50px;
	border-bottom: 1px dotted #e5e5e5;
	margin-bottom: 45px;
}
.footer .footer_box{
	    width: 1200px;
    margin: 0 auto;
   
}
.footer_box .contact{
	display: flex;
	justify-content: space-between;
	align-items:  flex-start;
	    padding-right: 40px;
}
.footer_box .contact li{
    display: flex;
    align-items:flex-start;
    box-sizing: border-box;
    max-width: 290px;
}
.footer_box .contact li .concLeft{
	display: block;
    width: 58px;
    height: 58px;
    margin-right: 32px;
    flex-shrink: 0;
}
.footer_box .contact li .concLeft img{
	width:100%;
}
.footer_box .contact li .concRight{
    text-align: left;
}
.footer_box .contact li .concRight span{
	color: #3a3a3a;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    line-height: 1em;
}
.footer_box .contact li .concRight a{
	font-size: 12px;
    color: #696969;
    word-break: break-word;
    line-height: 1.3em;
}
.footer_box .contact li:nth-of-type(1) .concRight a:hover,
.footer_box .contact li:nth-of-type(2) .concRight a:hover{
	text-decoration: underline;
}
.footer_box .nav{
	margin-top: 90px;
    margin-bottom: 40px;
}
.footer_box .nav ul{
    width: 660px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_box .nav ul li{
    width: 50%;
    box-sizing: border-box;
}
.footer_box .nav ul li a{
	color: #131313;
    font-size: 18px;
    line-height: 1em;
}
.footcopyright p a{
	display: block;
	width:38px;
	margin-left:16px;
}
.footcopyright p a img{
	width:100%;
}
.page-apply-btn{
	display: none;
	width: 80px;
    position: fixed;
    right: 8px;
    bottom: 60px;
    z-index: 99;
}
.catPath {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 10px;
}
.catPath a:nth-of-type(1) {
    color: #8a8a8a;
}
.catPath a {
    font-size: 16px;
}
.catPath a:nth-of-type(2) {
    color: #000000;
}
.container{
	margin-top: 67px;
    /*padding-top: 95px;*/
    /*background: linear-gradient(#fff, #f5f5f5);*/
}
.cmsTitle{
	    font-size: 37px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 100px;
}
.cmsContainer{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
	padding-top:90px;
}
.cmsBanner{
	width:100%;
}
.cmsBanner img{
	width:100%;
}
.cmsContainer .contents{
	width:960px;
	margin:0 auto;
}
.cmsContainer .cmsContent{
	    width: 425px;
    float: left;
}
.cmsContainer .cmsForm{
	    width: 425px;
    float: right;
}
.cmsContainer .cmsForm iframe{
	width: 425px;
    height: 555px;
    border:none;
}
.cmsText .contact li{
	margin-bottom: 75px;
}
.cmsText .contact li p:nth-of-type(1){
	    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
}
.cmsText .contact li p:nth-of-type(2){
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left:45px;
    box-sizing: border-box;
}
.cmsText .contact li p:nth-of-type(2) a{
	    width: 20px;
    height: 20px;
    display: block;
    margin-right: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cmsText .contact li p:nth-of-type(2) a img{
	width: 100%;
}
.cmsText .contact li p span{
	font-size: 16px;
    color: #9a9a9a;
}
#memberLogin a:hover{
	color:#3c9489 !important;
}
.cms{
	padding-bottom: 50px;
}
.pageList{
	display: none;
}
#login-register-box {
    width: 600px;
    margin: 0 auto;
}
.login-register-title {
    color: #e42b2b;
    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: #e42b2b;
    text-indent: 10px;
}
.login-register-top{
	width: 100%;
}
.login-register-content .form-group .input-text {
    display: inline-block;
    /*height: 44px;
    line-height: 44px;*/
   padding:10px 5px;
    border: 0;
    font-size: 16px;
    color: #4c4c4c;
    width: 100%;
    outline: none;
    border: 1px solid #eee;
    text-align: left;
    text-indent: 10px;
    box-sizing: border-box;
}
.login-register-content .form-group span {
    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%;
}
.btn-box {
    margin-top: 30px;
    width: 100%;
}
.btn-box .register-btn {
    background-color: #e42b2b;
    border: 1px solid #e42b2b;
    width: 100%;
    color: #fff;
    height: 40px;
}
#login-register-box label{
	font-size: 16px;
}
#prevPage,
#nextPage,
.noPrevPage,
.noNextPage{
	border: 1px solid #7d7d7d;
    padding: 13px 33px;
    font-size: 16px;
    line-height: 1em;
    color: #6d6d6d;
    background-color: #fff;
     
}
#prevPage,
.noPrevPage{
	 margin-right:15px;
}
.selectBox{
	position: relative;
}
.selectBox .curPage{
	border: 1px solid #7d7d7d;
    font-size: 16px;
    padding: 13px 45px 13px 18px;
    line-height: 1em;
    color: #6d6d6d;
    margin-right: 15px;
    background: url(/e/customize/images/pageArrow.png) right 15px center no-repeat #fff;
}
.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;
}

#content table{
	    margin: 0 auto;
    height: 110px;
}
#login-register-box b {
    color: red;
}
.login-register-tip{
	font-size: 16px;
	color:#666;
}
.login-register-tip a{
	font-size: 18px;
	color:#e42b2b;
}
