 a, .transition, .cms-transition, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .cms-swiper-dots button, img{
    transition: all 300ms ease-in-out;
} 

body,html{
    background:#f0f6ff;
}

.layui-laypage a, .layui-laypage span{
  padding: 0 18px !important;
  height: 40px !important;
  line-height: 40px !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background:#4471d9;
}

#pagination {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: 300px;
    margin-bottom: 60px;
  }
.common-header-box{
    width:1440px;
    height:80px;
    background:#0f5fd3;
    margin:0 auto;
    margin-top:20px;
	border-radius:10px;
}
a:hover{
    text-decoration:none;
}
.shipping-logo{
	width:150px;
	height:55px;
	float:left;
	margin-right:10px;
    margin-left:10px;
    margin-top:15px;
}
.shipping-logo img{
	width:100%;
	height:100%;
}
.header-nav-tab{
	float:left;
}

.header-nav-tab li{
	float:left;
	height:80px;
	line-height:80px;
    padding: 0 14px;
    box-sizing: border-box;
    position:relative;
}


.header-nav-tab li a{
	color:#fff;
	font-size:16px;
	display:block;
    height:100%;
    
}

.header-nav-tab li a:hover{
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 5px;  
}

.header-nav-tab li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.25s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}




.tab-active{
	color: #ffffff;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 5px;
    font-weight: bold;
}
.login-box{
	float:right;
	font-size:16px;
	background:#e87b0f;
	color: #ffffff;
	padding:5px 10px 8px 10px;
	border-radius:5px;
	margin-top: 25px;
    margin-left: 20px;
    margin-right:20px;
}
.login-box a{
	color: #ffffff;
}

.login-box a:hover{
    color:#5b2e09;
}
.phone-icon{
	width:20px;
	height:23px;
	display:block;
    background:#ccc;
	background:url("/ver24/images/phone.png") no-repeat;
	background-size:100% 100%;
	float:left;
    margin-top:28px;
    margin-right:5px;
}

.eng-icon{
    width:20px;
	height:20px;
	display:block;
    background:#ccc;
	background:url("/ver24/images/diqiu.png") no-repeat;
	background-size:100% 100%;
	float:left;
    margin-top:30px;
    margin-right:5px; 
}

.languages-drop-down {
        width: 150px;
        height: 120px;
        padding-bottom: 20px;
        background: #fff;
        border: 1px solid #f7f5f5;
        border-top: 2px solid #f8f8f8;
        box-shadow: 2px 3px 10px #eee;
        position: absolute;
        left: 0;
        top:80px;
        z-index:9;
}

.languages-drop-down ul {
        background: #fff;
        clear:both;
        overflow:hidden;
}

.languages-drop-down ul li {
        height:50px;
        line-height: 50px;
        padding:0 10px;
        width:100%;
}

.languages-drop-down ul li a {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    
}

.languages-drop-down a:hover,
    .languages-drop-down a:visited {
        border-bottom: none !important;
        color: #333333 !important
}
.language-icon {
    height: 20px;
    width: 30px;
    background: url("/ver24/images/languages-cn.jpg") no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    float: left;
    display: block;
    margin-right: 5px;
    margin-top: 16px;
}
.language-icon-en {
    background: url("/ver24/images/languages-en.jpg") no-repeat;
}

.languages-drop-down ul li:hover{
    background:#d9e9fc;
}
.phone-drop-menu{
    position:relative;
}
.phone-drop-down{
    width: 180px;
    height:230px;
    background: #fff;
    border: 1px solid #f7f5f5;
    border-top: 2px solid #f8f8f8;
    box-shadow: 2px 3px 10px #eee;
    z-index:9;
    position:absolute;
    left:0;
    top:80px;
}
.code-title {
    background: #f8f8f8;
    text-align: center;
    height:40px;
    line-height:40px;
}

.text-code {
    font-size: 14px;
    text-align: center;
    height:40px;
    line-height:40px;
}

.homecode-img {
    width: 130px;
    height: 130px;
    margin:0px 20px;
}

/*二级页--公共头*/
/* .common-header-index{
    width:100%;
    position:relative;
    z-index:9;
}

.common-header-box{
    position:absolute;
    left:50%;
    top:0;
    margin-left:-720px;
} */


.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
  }

  .ellipsis-multiline{
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-multiline-three{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-multiline-five{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}


a:hover{
    color:#333;
  }

.bold{
    font-weight:bold;
}

/*左侧导航*/
.left-nav-sub{
    width:230px;
    float:left;
    background:#fff;
    padding:30px;
}
.left-nav-sub-list{
    padding-top:20px;
}
.left-nav-sub-list li{
    height:50px;
    line-height:50px;
    color:#333;
    font-size:16px;
    border-bottom:1px solid #ddd;
    cursor:pointer;
    padding-left:10px;
}

.left-nav-sub-list li:hover{
    background: #558cf9;
    color: #fff !important;
    width: 220px; 
}
.left-nav-sub-title{
    font-size:20px;
    font-weight:bold;
    color:#4471d9;
    padding-bottom:12px;
    position:relative;
    padding-left:10px;
}
.left-nav-sub-title:before{
    content:"";
    width:100%;
    height:4px;
    display:block;
    background:url("/ver24/images/leftnav-sub-line.png") no-repeat 10px;
    background-size:40% 100%;
    position:absolute;
    left:0;
    bottom:0;
}

.left-nav-sub-list li a{
 display:block;
}

.left-nav-sub-list li:hover a{
    color:#fff;
}

.left-nav-sub-list li a:hover{
    color:#fff;
}

.left-nav-sub-active{
    background:#4471d9;
    color:#fff !important;
    width:220px;
}

.left-nav-sub-active a{
    color:#fff;
    display:block;
}

.left-nav-sub-active a:hover{
    color:#fff;
}

/*个人中心--左侧导航*/
.left-nav-user{
    width:230px;
    float:left;
    background:#fff;
    padding:30px;
}
.left-nav-user-list{
    padding-top:20px;
}
.left-nav-user-list li{
    height:50px;
    line-height:50px;
    color:#333;
    font-size:16px;
    border-bottom:1px solid #ddd;
    cursor:pointer;
}
.left-nav-user-unittitle{
    padding-left:10px;
}
.left-nav-user-title{
    font-size:20px;
    font-weight:bold;
    color:#4471d9;
    padding-bottom:12px;
    position:relative;
    padding-left:10px;
}
.left-nav-user-title:before{
    content:"";
    width:100%;
    height:4px;
    display:block;
    background:url("/ver24/images/leftnav-sub-line.png") no-repeat 10px;
    background-size:40% 100%;
    position:absolute;
    left:0;
    bottom:0;
}

.left-nav-user-active{
    background:#4471d9;
    color:#fff !important;
    width:220px;
}

.left-nav-user-avator-text{
    color:#333;
    font-size:16px;
    font-weight:bold;
    padding-top:15px;
    display:block;
}
.left-nav-user-avator{
    text-align:center;
}
.left-nav-user-avator-img{
    width:100px;
    height:100px;
    display:block;
    margin:0 auto;
}

.left-nav-user-avator-img img{
    border-radius:50%;
}

.narrow-user-down{
    width: 20px;
    height: 10px;
    display: block;
    background: url("/ver24/images/narrow-downgray-light.png") no-repeat;
    background-size: 100% 100%;
    float: right;
    margin-top:20px;
}

.left-nav-user-list li.open i.narrow-user-down{
    transform:rotate(180deg);
}
.left-nav-user-unitdown{
    display:none;
}
.left-nav-user-unitdown a{
    width:100%;
    height:100%;
    display:block;
    padding-left:10px;
    box-sizing:border-box;
}
.left-nav-user-unitdown a:hover{
    background:#497eff;
    color:#fff;
}

.current{
    background:#497eff;
    color:#fff;
}


/*二级页--查看更多*/
.subpage-more{
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: block;
    border:1px solid #c1c7d3;
    border-radius: 30px;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 0;
    text-align: center;
    color: #4471d9;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.subpage-narrow-icon{
    width: 22px;
    height: 15px;
    display: block;
    background: url(/ver24/images/narrow-blue2.png) no-repeat;
    background-size: 100% 100%;
    margin-left:10px;
}

.mgr20{
    margin-right:30px;
}

.mgt20{
    margin-top:20px;
}

.pdlr30{
    padding-left:30px;
    padding-right:30px;
}


/*二级banner页-------*/

/*二级banner自适应--------*/

.subpage-banner{
    height:300px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    height:300px;
}
.subpage-banner #subpage-banner {
    width:2560px;
    height: 300px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.subpage-banner-title{
    height:60px;
    position:relative;
    padding:0 15px;
    margin-top:100px;
    text-align:center;
    width:100%;
}

.subpage-banner-title-cn{
    font-style: normal;
    position: relative;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
}

/*.subpage-banner-title-cn[data-text]::after {
    content: attr(data-text);
    color: #fff;
    position: absolute;
    left: 0;
    z-index:2;
}*/
.subpage-banner-title-en{
    color:#3f93db;
    font-style:normal;
    font-size:40px;
    font-weight:bold;
    width:100%;
    margin-top:-65px;
    display:block;
}
.subpage-banner-line{
    height:10px;
    width:100%;
    display:block;
    background:url("/ver24/images/bannertextline.png") no-repeat;
    background-size:100% 100%;
    position:absolute;
    left:0;
    bottom:13px;
}



.color-mall{
    color:#576be0;
}


.modal-img {
    text-align: center;
}

.modal-body img {
    width: auto;
    max-width: 100%;
}


/* .aboutus-banner{
    background: url("/ver24/images/aboutus-banner.jpg") no-repeat;
    background-size: 100% 100%;
} */

.colornews{
    color:#0dc2c9;
}
.colorpt{
    color:#2390ed;
}