body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {margin: 0;padding: 0;outline: none;}
body { color: #000;font-family:'Microsoft YaHei';font-size: 13px;width: 100%;}
img{border:0px;}
ul li{ list-style:none;}


a{cursor: pointer;text-decoration: none;}
a:hover{text-decoration:none;}
body{margin: 0;}

input[type=submit]{ cursor:pointer}
input[type=submit]:hover{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;}
input{line-height:normal;color:#000;}
input[type=file]{display: initial;}
input[type=password]{height:30px;line-height:30px;padding: 6px;display: initial;width:300px;}
select.form-control{height:30px;line-height:30px;padding: 3px;width:150px;display: initial;font-size:12px;}
label{display: inline;}

::-webkit-input-placeholder {color: #6c6c6c;font-size: 16px;} /* WebKit, Blink, Edge */
:-moz-placeholder {color: #6c6c6c;font-size: 16px;} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {color: #6c6c6c;font-size: 16px;}/* Mozilla Firefox 19+ */
:-ms-input-placeholder {color: #6c6c6c;font-size: 16px;} /* Internet Explorer 10-11 */

/* 公共页面部分 */
/* 公共外壳 */
.x-primary-box{width: 100%;float: left;min-width:1200px;}
.wrap {position:relative;margin: 0 auto;width:1200px;}
.x-title{float: left;width: 100%;text-align: center;font-size: 30px;font-family: Microsoft YaHei;font-weight: bold;color: #000000;margin: 30px 0;}
.x-red-stater{color:red}
/* 1.选择款去掉箭头 */
.x-select-arrow{-webkit-appearance:none;-moz-appearance:none;appearance:none;}
select::-ms-expand { display: none; }
/* 2.自定义三角形 */
.x-custom-triangles{width: 0;height: 0;border-left: 7px solid transparent;border-right: 7px solid transparent;border-top: 10px solid #000;}
.x-san{position: absolute;right:10px;top:20px}
/* 3.当行省略号 */
.x-single-ellipsis{word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
/* 4.多行省略号 */
.x-more-ellipsis{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}

/* 首页导航栏设置 */
.x-index-header{z-index: 10000;position: absolute;top:0;left:0;background: none !important;}
.x-index-nav>li>a{color:#fff !important}
.x-index-btn>a{color:#fff !important;}
.x-bac{background:#F6F7F9 !important;}
.x-bac2{background: url(../img/bg1.png) center no-repeat;background-size:1920px 780px;}
/* 无数据提示 */
.x-index-none-data{width: 100%;text-align: center;}
/* 导航栏 */
.x-header{float: left;width: 100%;min-width:1200px; height: 90px;text-align: center;background: #fff;color: #333;z-index: 1;/*-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);box-shadow: 0px 1px 3px rgba(0,0,0,0.5);*/}
.x-header ul{margin: 0 auto;height: 100%;line-height: 90px;font-size: 16px;display: inline-block;float:right;margin-right:150px}
.x-header li{float: left;height: 90px;}
.x-header li a:hover{color: #4EA1ED;}
.x-header li a.on{color: #4EA1ED;}
.x-header li a{float: left;height: 100%;color: #000000;padding: 0 20px;margin: 0;transition: 0.2s;}
.x-header li::after{
    content: '';
    display: block;
    border-right: 2px  solid #000;
    height: 12px;
    margin-top: 40px;
}
.lastnoright::after{
    content: '';
    display: block;
    border-right: none !important;
}
.x-index-header  li::after{
    content: '';
    display: block;
    border-right: 2px  solid #FFFFFF;
    height: 12px;
    margin-top: 40px;
}


.x-header-right{position: absolute;height: 90px;top: 0;right: 0;line-height: 90px;padding: 30px 0;font-size: 13px;color: #282828;background: url(../img/icon_login.png) left center no-repeat;padding-left: 14px;}
.x-header-right a{float: left;width: 40px;height: 30px;line-height: 30px;text-align: center;color: #595959;font-size: 16px;}
.x-header-right a:hover{opacity: 0.7;}
.x-header-right a.on{background: #da1a1c;color: #fff;}
.x-header .logo{position: absolute;width:418px;height: 90px;left: 0;margin-right: 30px;}
.x-header .logo a{float: left;width:198px;height: 50px;margin: 10px 0;transition: 0.2s;}
.x-header .logo img{position: absolute;left: 0;width: 198px;}
.x-header .logo a:hover{opacity: 0.75;}
.x-header .x-header-futitle{font-size: 20px;line-height: 90px;border-left: 1px solid #000;padding-left: 10px;margin-left: 10px;}
.x-header-right .x-header-fusmall{font-size: 14px;color: #ccc;display: block;line-height: 18px;text-align: left;margin-top: -2px;}
.x-header-right .x-header-fubig{font-size: 16px;color: #000;display: block;line-height: 18px;text-align: left;}
/* 底部 */
.X-footer{float: left;width: 100%;height: 380px;min-width:1200px; background-color: #1c2226;}
.X-footer .list{float: left;color: #fff;font-size: 16px;width: 150px;margin-top: 48px;line-height: 36px;margin-left: 40px;}
.X-footer .x-footer-list{width: 350px;}
.X-footer .list li:first-child{margin-bottom:38px;}
.X-footer .list a{color: #fff;}
.X-footer .list a:hover{color: #7D7777;}
.X-footer .contact{float: left;font-size:16px;color: #fff;width: 350px;height: 100%;line-height: 36px;margin-top: 55px;margin-left: 60px;}
.X-footer .contact p{line-height: 36px !important;margin:0}
.X-footer .contact p:hover{color: #7D7777;}
.qrcode{float: right;width: 163px;height: 100%;margin-top:0;margin-right:50px;box-sizing: border-box;padding-top:44px;}
.qrcode .x-footer-code{width: 163px;height:163px;}
.qrcode .x-footer-logo{width: 160px;margin:0 auto;margin-bottom: 19px;}
.qrcode span{display: block;width: 100%;text-align: center;font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #FFFFFF;line-height: 32px;opacity: 0.6;}

/* 客服功能 */
.x-toolbar{width: 68px;position: fixed;right: 0;top: 50%;z-index: 999;margin-top: -144px;}
.x-toolbar>.Btn{float: left;width: 68px;height: 68px;margin-bottom: 20px;border-radius: 5px 0 0 5px;background-color: #4EA1ED !important;color: white;font-size: 14px;padding-top: 40px;text-align: center;transition: 0.2s;box-sizing: border-box;}
.x-toolbar>.btn1{background-color:#fff !important;}
.x-toolbar>.Btn:hover{background-color: #4EA1ED !important;}
.x-tracking{display: none;position: absolute;width: 350px;height: 120px;background: white;border: 1px solid #c7cfd8;border-radius: 5px;top: 0;right: 105px;padding: 15px 20px;}
.x-tracking-row{float: left;width: 100%;height: 38px;margin-bottom: 13px;}
.x-tracking input{width: 271px;float: left;height: 38px;font-size: 14px;border: 1px solid #ddd;-moz-box-shadow:0px 0px 5px rgba(0,59,137,0.15) inset;-webkit-box-shadow:0px 0px 5px rgba(0,59,137,0.15) inset;box-shadow:0px 0px 5px rgba(0,59,137,0.15) inset;}
.x-tracking-icon{width: 38px;float: left;height: 38px;border: 1px solid #ddd;background: url(./img/icon_tracking.png) center no-repeat;margin-left: -1px;}
.x-tracking-btn{width: 310px;float: left;height: 38px;line-height: 38px;font-size: 16px;color: #FFFFFF;text-align: center;background: #99a7b8;border-radius: 5px;transition: 0.2s;}
.x-tracking-btn:hover{color: #FFFFFF;background: #4EA1ED;}
.x-tracking-btn:active{text-indent: 3px;}

/* 单独页面 */
/* 走进海外仓界面 */
/* 海外仓申请 */
.x-oversea-box{width: 100%;height: 892px;overflow: hidden;}
.x-oversea-box>ul{width: 500px;margin:0 auto;display: block;margin-top: 170px;}
.x-oversea-box>ul>li{width: 100%;height: 52px;margin-top:30px;display: block;display: flex;}
.x-oversea-box>ul>li>i{line-height: 52px;font-size: 20px;color:#4EA1ED !important;}



.x-oversea-box>ul>li>span{width: 110px;text-align: justify;font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #000000;line-height: 52px;}
.x-oversea-box>ul>li>input{box-sizing: border-box;padding:0 10px;flex: 1;background: #FFFFFF;border: 1px solid #A4AFB8;border-radius: 6px;outline: none;font-size: 16px;}
.x-oversea-box>ul>li>textarea{flex: 1;background: #FFFFFF;border: 1px solid #A4AFB8;border-radius: 6px;height: 114px;font-size: 16px;box-sizing: border-box;padding: 10px;}
.x-oversea-box>ul>li>select{box-sizing: border-box;padding:0 10px;flex: 1;background: #FFFFFF;border: 1px solid #A4AFB8;border-radius: 6px;outline: none;font-size: 16px;}
.x-oversea-box>ul>li>button{margin-left: 130px;line-height: 48px;text-align: center;font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #FFFFFF;;border:none;width: 369px;height: 50px;background: #4EA1ED;border-radius: 6px;}
.x-serve-textarea{height: 116px !important;}

/* 联系我们界面 */
.x-contact-us-title{width: 100%;height: 80px;text-align: center;line-height: 80px;color: #fff;}
.x-contact-us{width: 100%;height:781px;}
.x-contact-us>ul{width: 100%;height: 100%;}
.x-contact-us>ul>li{width:530px;height:238px;margin:10px 35px;float: left;background: #fff;border-radius: 16px;box-sizing: border-box;padding: 0 10px;}
/* .x-contact-us>ul>li:last-child{border:none} */
.x-contact-us>ul>li>dt{margin:30px 0 30px -40px;font-size: 20px;font-family: Microsoft YaHei;font-weight: bold;color: #000000;background: #4EA1ED;width: 180px;height: 50;line-height: 50px;text-indent: 40px;color: #fff;border-radius:0 50px 50px 0;position: relative;}
.x-contact-us>ul>li>dt>span{width: 0;height: 0;border-left: 30px solid transparent;border-right: 0px solid transparent;border-top: 30px solid #4EA1ED;position: absolute;bottom: -30px;left: -0px;}
.x-contact-us>ul>li>dd{width: 100%;display: flex;font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #6C6C6C;line-height: 36px;}

/* 走进阿尔泰页面 */
/* 公司介绍 */
.x-baikal-company{width: 100%;}
.x-baikal-company-content{width: 100%;overflow: hidden;}
.x-baikal-company-content>li{display:none;width: 100%;;margin-top:50px;}
.x-baikal-company-content .x-baikal-gong{width: 100%;height: 320px;margin:20px 0;}
.x-baikal-company-content>li .x-baikal-gong>img{width: 436px;height: 320px;}
.x-baikal-company-content>li .x-baikal-gong>dl{width: 715px;height: 320px;box-sizing: border-box;padding:0 5px;float: right;}
.x-baikal-company-content>li .x-baikal-gong>dl>dt{margin-bottom:28px;font-size: 30px;font-family: Microsoft YaHei;font-weight: bold;color: #000000;}
.x-baikal-company-content>li .x-baikal-gong>dl>dd{font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #000000;line-height: 36px;}
.x-baikal-gong .x-terms{width: 1200px !important;display: block;margin:0 auto;}
.x-baikal-gong .x-terms-item{width:1200px !important;display: block;line-height: 80px;font-size: 18px;}
/* .x-baikal-company-nav{list-style:none;width:100%;overflow:hidden} */
/* .x-baikal-company-nav>li{float:left;width:111px;height:58px;font-family: Microsoft YaHei;color: #000000;text-align: center;line-height: 58px;cursor:pointer;margin:0 30px;} */
.x-baikal-company-nav>li>a{color: #000;}
.x-baikal-company-nav>li:hover>a{color:#4EA1ED}
/* .x-baikal-company-nav>li:hover {border-bottom: 3px solid #4EA1ED;color: #4EA1ED;}
.x-baikal-company-nav>li.curb {border-bottom: 3px solid #4EA1ED;color: #4EA1ED;} */
.x-baikal-company-content>li.onb {display:block;}
/* ces */
.x-baikal-company-nav>li.curb {border-bottom: 3px solid #4EA1ED;color: #4EA1ED;}
.x-baikal-company-nav {
    position: relative;
    list-style:none;width:100%;overflow:hidden
}

.x-baikal-company-nav li {
    position: relative;
    height:58px;
    display: block;
    float: left;
    font-size:18;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    line-height:58px;
    cursor: pointer;
}
.x-baikal-company-nav.type4 li{
    /* width: 14.2%; */
    width:12.5%;
}

.x-baikal-company-nav li.active {
    color: #4EA1ED;
}

/* .x-baikal-company-nav li+li+.cursor {
    width: 28.4%;
}

.x-baikal-company-nav li+li+li+.cursor {
    width: 42.6%;
}

.x-baikal-company-nav li+li+li+li+.cursor {
    width: 56.8%;
}
.x-baikal-company-nav li+li+li+li+li+.cursor {
    width: 71%;
}
.x-baikal-company-nav li+li+li+li+li+li+.cursor {
    width: 85.2%;
} */
.x-baikal-company-nav li+li+li+li+li+li+li+li+.cursor {
    width: 12.5%;;
}


.x-baikal-company-nav li.active:nth-child(2)~.cursor {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
}

.x-baikal-company-nav li.active:nth-child(3)~.cursor {
    transform: translateX(200%);
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
}

.x-baikal-company-nav li.active:nth-child(4)~.cursor {
    transform: translateX(300%);
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
}

.x-baikal-company-nav li.active:nth-child(5)~.cursor {
    transform: translateX(400%);
    -webkit-transform: translateX(400%);
    -moz-transform: translateX(400%);
}
.x-baikal-company-nav li.active:nth-child(6)~.cursor {
    transform: translateX(500%);
    -webkit-transform: translateX(500%);
    -moz-transform: translateX(500%);
}
.x-baikal-company-nav li.active:nth-child(7)~.cursor {
    transform: translateX(600%);
    -webkit-transform: translateX(600%);
    -moz-transform: translateX(600%);
}
.x-baikal-company-nav li.active:nth-child(8)~.cursor {
    transform: translateX(700%);
    -webkit-transform: translateX(700%);
    -moz-transform: translateX(700%);
}
.x-baikal-company-nav .cursor {
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

/* 选中蓝色横条的样式可以改这里 */
.x-baikal-company-nav .cursor::after {
    content: '';
    display: block;
    background-color: #4EA1ED;
    height: 100%;
    width: 80%;
    margin: 0 auto;
}



/* ces */

/* 我们的团队 */
.x-baikal-goup{width: 100%;height:450px;}
.x-baikal-goup>ul{width: 100%;height: 264px;}
/* .x-baikal-goup>ul>li{width: 374px;height: 264px;margin-right:39px;float: left;margin-bottom:30px}
.x-baikal-goup>ul>li:nth-child(3n){margin-right:0;}
.x-baikal-goup>ul>li>img{width: 374px;height: 264px;float: left;} */
.x-baikal-goup>ul>li{width: 280px;height:197px;margin-right:26px;float: left;margin-bottom:20px}
.x-baikal-goup>ul>li:nth-child(4n){margin-right:0;}
.x-baikal-goup>ul>li>img{width: 280px;height: 197px;float: left;}
/* 服务理念 */
.x-baikal-serve{width: 100%;height: 482px;}
.x-baikal-serve>ul{width: 100%;height:320px;display: flex;justify-content: space-between;}
.x-baikal-serve>ul>li{width: 200px;height: 100%;box-sizing: border-box;padding:20px;cursor: pointer;}
.x-baikal-serve>ul>li>img{width: 90px;height: 90px;display: block;margin:0 auto}
.x-baikal-serve>ul>li>dl>dt{text-align: center;box-sizing: border-box;padding:40px 0;width: 100%;font-size: 20px;font-family: Microsoft YaHei;color: #4EA1ED;}
.x-baikal-serve>ul>li>dl>dd{font-size: 16px;width: 100%;text-align: center;font-family: Microsoft YaHei;color: #000000;line-height: 32px;}
.x-baikal-serve>ul>li:hover{-moz-box-shadow:5px 5px 15px rgba(0,0,0,0.3);-webkit-box-shadow:5px 5px 15px rgba(0,0,0,0.3);box-shadow:5px 5px 15px rgba(0,0,0,0.3);}

/* 荣誉资质 */
.x-baikal-honor{width: 100%;}
.x-baikal-honor>li{float: left;width: 380px;height: 280px;box-sizing: border-box;padding:30px;margin-right:30px;margin-bottom: 30px;}
.x-baikal-honor>li>img{width: 100%;height: 100%;margin:0 auto}
.x-baikal-honor>li:nth-child(3n){margin-right:0;}

/* 人才招聘 */
.x-baikal-vivat{width: 100%;}
.x-baikal-vivat-content{width: 100%;}
.x-baikal-vivat-content>span{display: block;width: 100%;font-size: 16px;line-height: 32px;text-indent: 32px;}
.x-baikal-vivat-bottom{width: 100%;}
.x-baikal-vivat-bottom>dl{width: 100%;line-height: 60px;}
.x-baikal-vivat-bottom>dl>span{width:150px;line-height: 60px;font-size: 18px;}
.x-baikal-vivat-bottom>dl>a{width: 1000px;line-height: 60px;font-size: 18px;color:#000;}
.x-baikal-vivat-bottom>dl>a:hover{color:#4EA1ED}
.x-baikal-vivat-content-item{box-sizing: border-box;padding: 20px;width: 100%;display: flex;justify-content: space-between;margin: 40px 0;-moz-box-shadow:4px 4px 15px rgba(0,59,137,0.3);-webkit-box-shadow:4px 4px 15px rgba(0,59,137,0.3);box-shadow:4px 4px 15px rgba(0,59,137,0.3);}
.x-baikal-vivat-content-left{width: 300px;}
.x-baikal-vivat-content-right{width: 800px;}
.x-baikal-vivat-content-item dl>dt{font-size: 18px;line-height: 36px;font-weight: 400;}
.x-baikal-vivat-content-item dl>dd{font-size: 16px;line-height: 32px;color:#87898B}

/* 我们的优势 */

.x-baikal-youshi{width: 100%;box-sizing: border-box;padding:0 2px;}
.x-baikal-youshi>li{cursor: pointer;float: left;width: 356px;height: 180px;margin-right: 60px;margin-bottom: 30px;display: flex;justify-content: space-between;}
.x-baikal-youshi>li:nth-child(3n){margin-right: 0;}
.x-baikal-youshi>li>a{display: block;width: 100%;height: 100%;display: flex;justify-content: space-between;}
.x-baikal-youshi>li>a>img{width: 69px;height: 60px;margin:40px;}
.x-baikal-youshi>li>a>dl{flex: 1;box-sizing: border-box;padding-top:30px}
.x-baikal-youshi>li>a>dl>dt{width: 100%;font-size: 16px;line-height: 30px;font-weight: 400;color:#000}
.x-baikal-youshi>li>a>dl>dd{width: 100%;font-size: 14px;line-height: 28px;color:#000}

.x-baikal-youshi2{width: 100%;box-sizing: border-box;padding:0 100px;}
.x-baikal-youshi2>li{cursor: pointer;float: left;width: 300px;height: 270px;margin-right: 50px;margin-bottom: 10px;display: flex;justify-content: space-between;}
.x-baikal-youshi2>li:nth-child(3n){margin-right: 0;}
.x-baikal-youshi2>li>a{display: block;width: 100%;height: 100%;display: flex;justify-content: space-between;flex-direction: column;overflow: hidden;}
.x-baikal-youshi2>li>a>img{border: 2px solid #C19E71;background-size: contain;width: 200px;display: block;margin: 0 auto;height: 180px}
.x-baikal-youshi2>li>a>dl{box-sizing: border-box;text-align: center;}
.x-baikal-youshi2>li>a>dl>dt{width: 100%;font-size: 16px;line-height: 30px;font-weight: 400;color:#000}
.x-baikal-youshi2>li>a>dl>dd{width: 100%;font-size: 14px;line-height: 28px;color:#000}
/* .x-baikal-youshi>li:hover{border:1px solid #4EA1ED;} */
.x-baikal-youshi>li:hover>a>dl>dt{color: #4EA1ED;}
.x-baikal-youshi>li:hover>a>dl>dd{color: #4EA1ED;}
.x-baikal-youshi3>li:hover{-moz-box-shadow:0px 0px 10px rgba(0,59,137,0.15);-webkit-box-shadow:0px 0px 10px rgba(0,59,137,0.15);box-shadow:0px 0px 10px rgba(0,59,137,0.15);}
.x-baikal-youshi3>li>a>dl>dt{font-weight: 800;}
.x-baikal-youshi3>li>a>img{width: 100px !important;height: 100px !important;}
/* 产品时效 */
.x-baikal-shix{width: 100%;padding:40px 0;}
.x-baikal-shix>li{width: 100%;display: flex;padding:20px 0;}
.x-baikal-shix>li>img{width: 40px;height: 40px;margin:0 10px}
.x-baikal-shix>li>span{font-size: 18px;line-height: 40px;padding:0 10px}
.x-baikal-shix>li>span:nth-child(2){font-weight: 600;}
/* 公司活动 */
.x-act{width: 100%;min-height: 600px;}
	
.x-act-left{width: 160px;height: 100%;float: left;overflow: hidden;list-style: none;}
.x-act-right{width: 1040px;min-height:600px;float: left;}
.x-act-left>li {width:100%;height:50px;line-height:50px;cursor:pointer;box-sizing: border-box;padding: 0 10px;font-size: 16px;border-right: 2px solid #ccc;}
.x-act-left>li.cns {background: linear-gradient( to right, #DAD3D3 ,#f7d7d8);border-right: 4px solid #d41f27;} 
.x-act-right>li{margin:0;padding:0;width:1040px;height:100%;display:none;}
.x-act-right>li.act {display:block;}

.x-cact{width: 100%;overflow: auto;zoom: 1;}

.x-cact>li{width: 250px;height: 250px;margin-left: 10px;float: left;margin-bottom: 10px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.x-cact>li>img{flex: 0 0 auto;max-width: 100%;max-height: 100%;transition: all 1s;}
.x-cact>li:hover img{transform: scale(1.2);}
.x-height{height: 190px !important;}
.x-height180{height: 180px !important;}
.x-width{width: 190px !important;}
/* 新闻资讯页面 */
/* 行业新闻 */
.x-news-company{width: 100%;}
.x-news-company-nav>li.cury {border-bottom: 3px solid #4EA1ED;color: #4EA1ED;}

/* ces */
.x-news-company-nav>li.curb {border-bottom: 3px solid #4EA1ED;color: #4EA1ED;}
.x-news-company-nav {
    position: relative;
    list-style:none;width:800px;overflow:hidden;
    margin:0 auto;

}

.x-news-company-nav li {
    position: relative;
    height:58px;
    display: block;
    float: left;
    font-size:18;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    line-height:58px;
    cursor: pointer;
}
.x-news-company-nav.type4 li{
    width: 20%;
    box-sizing: border-box;
    padding:0 40px;
}

.x-news-company-nav li.active {
    color: #4EA1ED;
}

.x-news-company-nav li+li+li+li+li+.cursor {
    width: 20%;;
}


.x-news-company-nav li.active:nth-child(2)~.cursor {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
}

.x-news-company-nav li.active:nth-child(3)~.cursor {
    transform: translateX(200%);
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
}

.x-news-company-nav li.active:nth-child(4)~.cursor {
    transform: translateX(300%);
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
}

.x-news-company-nav li.active:nth-child(5)~.cursor {
    transform: translateX(400%);
    -webkit-transform: translateX(400%);
    -moz-transform: translateX(400%);
}
.x-news-company-nav li.active:nth-child(6)~.cursor {
    transform: translateX(500%);
    -webkit-transform: translateX(500%);
    -moz-transform: translateX(500%);
}
.x-news-company-nav li.active:nth-child(7)~.cursor {
    transform: translateX(600%);
    -webkit-transform: translateX(600%);
    -moz-transform: translateX(600%);
}

.x-news-company-nav .cursor {
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

/* 选中蓝色横条的样式可以改这里 */
.x-news-company-nav .cursor::after {
    content: '';
    display: block;
    background-color: #4EA1ED;
    height: 100%;
    width: 80%;
    margin: 0 auto;
}



.x-news-company-content{width: 100%;float: left;}
.x-news-company-content>li{display: block;width: 100%;margin-top:50px;display: flex;justify-content: space-between;flex-direction: column;display: none;}
.x-news-top{cursor: pointer;width:100%;display: flex;justify-content: space-between;margin-bottom:79px;}
.x-news-top>a{width: 100%;height: 100%;display: block;}
.x-news-top>a>.img_list{width:436px;height: 290px;float: left;display: inline-block;text-align: center;line-height: 290px;position: relative;margin-right: 10px;margin-bottom: 10px;}
.x-news-top>a>.img_list>img{position: relative;left: 50%;top: 50%;transform: translate(-50%, -50%);max-width: 100%;max-height: 100%;cursor: pointer;float: left;}
.x-news-top>a>dl{float: right;width: 715px;height: 290px;box-sizing: border-box;padding:0 5px;display: block;}
.x-news-top>a>dl>dt{width: 100%;display: flex;height: 68px;justify-content: space-between;}
.x-news-top>a>dl>dt>span:last-child{width: 89px;line-height: 68px;font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #6C6C6C;}
.x-news-top>a>dl>dt>span:first-child{width: 600px;line-height: 68px;font-size: 20px;font-family: Microsoft YaHei;font-weight: bold;color: #000000;}
.x-news-top>a>dl>dd{width: 100%;font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #000000;line-height: 36px;}
.x-news-top>a>dl:hover dt,dd{opacity: 0.7;}
.x-news-midd{width: 100%;float: left;}
.x-news-midd>li{cursor: pointer;width:530px;height:174px;float: left;margin-bottom:59px;display: flex;margin-right: 70px;}
.x-news-midd>li>a{width:100%;height:100%;display: flex;float: left;}
.x-news-midd>li>a>.img_list1{width:218px;height: 174px;float: left;display: inline-block;text-align: center;line-height: 290px;position: relative;margin-right: 10px;margin-bottom: 10px;}
.x-news-midd>li>a>.img_list1>img{position: relative;left: 50%;top: 50%;transform: translate(-50%, -50%);max-width: 100%;max-height: 100%;cursor: pointer;float: left;}
/* .x-news-midd>li>a>img{width: 218px;height: 174px;margin-right: 31px;} */
.x-news-midd>li>a>dl{width:304px;height: 174px;float: left;position: relative;}
.x-news-midd>li>a>dl>dt{box-sizing: border-box;height:60px;line-height: 60px;width: 100%;font-size: 20px;font-family: Microsoft YaHei;font-weight: bold;color: #000000;}
.x-news-midd>li>a>dl>dd:nth-child(2){font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #000000;line-height: 36px;overflow: hidden;height: 72px;}
.x-news-midd>li>a>dl>dd:nth-child(3){position: absolute;left: 0;bottom:9px;font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #6C6C6C;line-height: 36px;}
.x-news-bottom{width: 100%;height: 100px;float: left;}
.x-news-bottom>ul{width: 650px;height: 60px;margin:0 auto;text-align: center;}
.x-news-bottom>ul>li{cursor: pointer;width: 20px;height: 20px;margin:20px 10px;line-height: 20px;text-align: center;float: left;}
.x-news-bottom>ul>#ba{width: 60px;}
.x-news-bottom>ul>#nx{width: 60px;}
.x-news-bottom>ul>.skip{display: none;}
.x-news-bottom>ul>.skip1{color:#4EA1ED}
.x-news-bottom>ul>.x-total{width: 150px;}
.x-news-midd>li:hover dd,dt{opacity: 0.7;}
.x-news-company-content li.on2 {display:block !important;}

/* 产品与服务 */
/* 海外仓介绍 */
.x-serve-company{width: 100%;box-sizing: border-box;padding-bottom:50px}
.x-serve-company-content{width: 100%;}
.x-serve-company-content li{width: 100%;display:none;display: flex;justify-content: space-between;display: none;}
.x-serve-company-content li img{width: 438px;float: left;}
.x-serve-company-content li dl{width: 715px;box-sizing: border-box;padding:0 5px;height: 438px;}
.x-serve-company-content li dl dt{margin-bottom:28px;font-size: 30px;font-family: Microsoft YaHei;font-weight: bold;color: #000000;}
.x-serve-company-nav{list-style:none;width:100%;overflow:hidden}
.x-serve-company-nav li {border-bottom:3px solid #EAEAEA;border-top:3px solid #EAEAEA;float:left;width:150px;height:58px;font-family: Microsoft YaHei;color: #000000;text-align: center;line-height: 54px;cursor:pointer;margin-top:40px;}
.x-serve-company-nav li:nth-child(1){border-radius: 12px 0px 0px 12px;border-left: 3px solid #EAEAEA;}
/* .x-serve-company-nav li:nth-child(7){border-radius: 12px 0px 0px 12px;border-left: 3px solid #EAEAEA;} */
.x-serve-company-nav li:nth-child(8){border-radius: 0px 12px 12px 0px;border-right: 3px solid #EAEAEA;}
/* .x-serve-company-nav li:nth-child(12){border-radius: 0px 12px 12px 0px;border-right: 3px solid #EAEAEA;} */
.x-serve-company-nav li:hover {background: #4EA1ED;color: #FFFFFF;}
.x-serve-company-nav li.curs {background: #4EA1ED;color: #FFFFFF;}
.x-serve-company-content li.on3 {display:block;}
.x-serve-company-content li dl dd{display: flex;justify-content: space-between;font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #000000;line-height: 36px;}
.x-serve-company-content li dl dd>p{width:8px;height: 8px;background: #6C6C6C;border-radius: 50%;margin:14px;}
.x-serve-company-content li dl dd>span{width: 100%;line-height: 32px;font-size: 16px;display: block;}
.x-serve-company-content li dl dd>span>p{color:#000;font-weight: 800;display: inline;}
.x-float-left{float: left;}
.x-float-right{float: right;}
.x-serve-company-item{margin-bottom:58px;height: 438px;width: 100%;}
.x-serve-company-item:first-child{margin-top:58px;}
.lin{width:1200px !important;height:436px;display: block;}

/* 最新资讯 */
.x-serve-news{width: 100%;}
.x-serve-news-box{width: 100%;display: flex;justify-content: space-between;}
.x-serve-news-left{box-sizing: border-box;padding:30px;width: 640px;height: 496px;background: #FFFFFF;border-radius: 12px;}
/* .x-serve-news-left>a>img{width: 580px;height: 355px;} */
.x-serve-news-left>a>img{width:580px;display: block;margin:0 auto}
.x-serve-news-left>a>dl{width: 100%;height: 80px;display: flex;justify-content: space-between;}
.x-serve-news-left>a>dl>dt{width: 500px;height: 100%;font-size: 18px;line-height: 80px;font-family: Microsoft YaHei;color: #000000;font-weight: 400;}
.x-serve-news-left>a>dl>dd{width: 150px;height: 100%;line-height: 80px;font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #999999;}
.x-serve-news-left>a>dl:hover>dt{color:#4EA1ED}
.x-serve-news-left>a>dl:hover>dd{color:#4EA1ED}
.x-serve-news-right{width: 464px;height: 100%;float: right;}
.x-serve-news-right>dl>a{width: 100%;height: 90px;border-bottom:1px dashed #ccc;display: flex;justify-content: space-between;}
.x-serve-news-right>dl>a>dt{width: 280px;font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #000000;line-height: 90px;}
.x-serve-news-right>dl>a>dd{width: 120px;font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #6C6C6C;line-height: 90px;}
.x-serve-news-right>dl:last-child{border:none}
.x-serve-news-right>dl>a:hover>dt{color:#4EA1ED}
.x-serve-news-right>dl>a:hover>dd{color:#4EA1ED}
/* 合作伙伴 */
.x-link{float: left;width: 100%;height: 320px;background: url(../img/bg_partner.jpg) center no-repeat;padding-top: 80px;}
.x-link .x-content{float: left;width: 100%;margin-top: 60px;}
.x-link a{float: left;width: 216px;height: 80px;margin-right: 24px;transition: 0.2s;border: 1px dashed #000;}
.x-link a img{width: 214px;height: 78px;}
.x-link a:last-of-type{margin: 0;}
.x-link a:hover{opacity: 0.6;border: 1px solid #000;}

/* 首页 */
/* 查询 */
.x-index-search{width: 100%;height: 240px;}
.x-index-search-box{width: 100%;height: 90px;display: flex;justify-content: space-between;border-radius: 45px;-moz-box-shadow: 0px 0px 10px rgba(204,204,204,0.5);box-shadow: 0px 0px 10px rgba(204,204,204,0.5);-webkit-box-shadow:0px 0px 10px rgba(204,204,204,0.5) }
.x-index-search-box #searchnum{flex: 1;border:none;height: 100%;outline: none;box-sizing: border-box;padding:0 20px;border-radius: 45px;}
.x-index-search-box #searchBtn{border:none;height: 100%;outline: none;box-sizing: border-box;padding:0 20px;border-radius: 45px;width: 38px;height: 33px;margin:26px;    background: url(/pc/image/search.png);
    background-repeat: no-repeat;
    /* float: right; */
    background-size: contain;}
.x-index-search-tip{width: 100%;line-height: 40px;font-size: 16px;color:#4EA1ED;box-sizing: border-box;padding-left:20px}

/* 产品与服务 */
.x-index-serve{width: 100%;}
.x-index-serve-box{width: 100%;height:500px;float: left;}
.x-index-serve-box>li{transition: all 1s ease 0s;cursor: pointer;width: 200px;height: 250px;float: left;box-sizing: border-box;display: block;margin: 0 25px;}
.x-index-serve-box>li:nth-child(1){margin-left:120px}
.x-index-serve-box>li:nth-child(5){margin-left:120px}
/* .x-index-serve-box>li:nth-child(6){margin-right:0}
.x-index-serve-box>li:nth-child(12){margin-right:0} */
.x-index-serve-box>li>a>img{width: 100px;height: 109px;display: block;margin:40px auto;opacity: 0.7;}
.x-index-serve-box>li>a>span{width: 100%;font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #000000;text-align: center;box-sizing: border-box;margin: 20px 0px;display: block;}
.x-index-serve-box>li:hover>a>img{opacity: 1;}
.x-index-serve-box>li:hover{background: #4EA1ED;-moz-box-shadow: 0px 10px 15px rgba(0,0,0,0.7);box-shadow: 0px 10px 15px rgba(0,0,0,0.7);-webkit-box-shadow:0px 10px 15px rgba(0,0,0,0.7);}
.x-index-serve-box>li:hover>a>span{color:#fff}
/* 我们的优势 */
.x-index-you{width: 100%;}
.x-index-you-box{width: 100%;height:670px;float: left;}
.x-index-you-box>li{width: 300px;height:320px;margin:0 50px 0px;float: left;box-sizing: border-box;padding: 20px;}
.x-index-you-box>li>a{width: 100%;height: 100%;display: block;}
/* .x-index-you-box>li:nth-child(1){margin-left:0;}
.x-index-you-box>li:nth-child(4){margin-left:0;}
.x-index-you-box>li:nth-child(3){margin-right:0;}
.x-index-you-box>li:nth-child(6){margin-right:0;} */
.x-index-you-box>li>a>img{width:92px;height: 80px;margin:20px auto 50px;display: block;transition: all 1.5s ease 0s;}
.x-index-you-box>li>a>span:nth-child(2){display: block;width: 100%;font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #000000;text-align: center;box-sizing: border-box;padding:20px 10px;}
.x-index-you-box>li>a>div:nth-child(3){display: block;width: 100%;height: 80px;text-align: center;font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #6C6C6C;}
/* .x-index-you-box>li:hover{border:1px dashed #000} */
.x-index-you-box>li:hover>a>span{color:#4EA1ED;}
.x-index-you-box>li:hover>a>div{color:#4EA1ED;}
.x-index-you-box>li:hover>a>img{transform: scale(1.1);}
/* 合作伙伴 */
.x-index-he{width: 100%;}
.x-index-he-box{width: 100%;height:540px;float: left;}
.x-index-he-box>li{float: left;width:169px;height: 169px;margin:-69px 44px 0;}
.x-index-he-box>li:nth-child(1){margin-left:140px;margin-top:0}
.x-index-he-box>li:nth-child(2){margin-top:0}
.x-index-he-box>li:nth-child(3){margin-top:0}
.x-index-he-box>li:nth-child(4){margin-top:0}
.x-index-he-box>li:nth-child(5){margin-left:0}
.x-index-he-box>li:nth-child(14){margin-left:0}
.x-index-he-box>li:nth-child(9){margin-right:0}
.x-index-he-box>li:nth-child(18){margin-right:0}
.x-index-he-box>li:nth-child(10){margin-left:140px;}
.x-index-he-box>li>a>img{width: 169px;height: 169px;border-radius: 50%;transition: all 1.5s ease 0s;}
.x-index-he-box>li:hover>a>img{ -moz-box-shadow: 0px 0px 15px rgba(134,127,127,0.3);box-shadow: 0px 0px 15px rgba(134,127,127,0.3);-webkit-box-shadow:0px 0px 15px rgba(134,127,127,0.3) ;}

/* 新闻资讯 */
.x-index-company{width: 100%;}
/* .x-index-company-nav{list-style:none;overflow:hidden;width: 600px;margin:0 auto}
.x-index-company-nav>li {float:left;width:120px;height:58px;font-family: Microsoft YaHei;color: #000000;text-align: center;line-height: 58px;cursor:pointer;margin:0 15px;}
.x-index-company-nav>li:hover {border-bottom: 3px solid #4EA1ED;color: #4EA1ED;}
.x-index-company-nav>li.curi {border-bottom: 3px solid #4EA1ED;color: #4EA1ED;} */

/* cehis */
.x-index-company-nav>li.curi {border-bottom: 3px solid #4EA1ED;color: #4EA1ED;}
.x-index-company-nav {
    position: relative;
    list-style:none;overflow:hidden;width: 600px;margin:0 auto
}
/* .x-index-company-nav>li:hover{color:#4EA1ED} */
.x-index-company-nav li {
    position: relative;
    height:58px;
    display: block;
    float: left;
    font-size:18;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
    line-height:58px;
    cursor: pointer;
    font-size: 18px;
}
.x-index-company-nav.type4 li{
    width: 25%;
}

.x-index-company-nav li.active {
    color: #4EA1ED;
}

/* .x-index-company-nav li+li+.cursor {
    width: 50%;
}

.x-index-company-nav li+li+li+.cursor {
    width: 33.33%;
} */

.x-index-company-nav li+li+li+li+.cursor {
    width: 25%;
}

.x-index-company-nav li.active:nth-child(2)~.cursor {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
}

.x-index-company-nav li.active:nth-child(3)~.cursor {
    transform: translateX(200%);
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
}

.x-index-company-nav li.active:nth-child(4)~.cursor {
    transform: translateX(300%);
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
}

.x-index-company-nav .cursor {
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

/* 选中蓝色横条的样式可以改这里 */
.x-index-company-nav .cursor::after {
    content: '';
    display: block;
    background-color: #4EA1ED;
    height: 100%;
    width: 80%;
    margin: 0 auto;
}

/* cehis */



.x-index-company-content>li{display: none;box-sizing: border-box;padding:40px 0;}
.x-index-company-content>li.oni {display:block;}
.x-index-news-left{width: 584px;border-radius: 12px;box-sizing: border-box;padding:30px;float: left;}
.x-index-news-left>img{width:524px;display: block;margin:0 auto}
.x-index-news-left>a{width: 100%;cursor: pointer;}
.x-index-news-left>a>span:nth-child(1){display: block;width: 100%;font-size: 18px;font-family: Microsoft YaHei;color: #000000;box-sizing: border-box;padding:20px 0;}
.x-index-news-left>a>span:nth-child(2){display: block;width: 100%;font-size: 15px;font-family: Microsoft YaHei;font-weight: 400;color: #6C6C6C;line-height: 22px;box-sizing: border-box;padding:0 0 20px}
.x-index-news-left>a>span:nth-child(3){display: flex;justify-content: space-between;}
.x-index-news-left>a>span:nth-child(3)>p:nth-child(1){font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #999999;line-height: 22px;}
.x-index-news-left>a>span:nth-child(3)>p:nth-child(2){font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #000000;line-height: 22px;}
.x-index-news-left>a>span:nth-child(3)>p:nth-child(2):hover{color:#4EA1ED;}
.x-index-news-right{width:544px;height: 496px;float: right;}
.x-index-news-right>li{width: 100%;height: 123px;border-bottom:1px solid #D8D8D8;cursor: pointer;}
.x-index-news-right>li>a{width: 100%;height: 100%;}
.x-index-news-right>li>a>span:nth-child(1){line-height: 80px;font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #000000;}
.x-index-news-right>li>a>span:nth-child(2){width: 100%;display: flex;justify-content: space-between;}
.x-index-news-right>li>a>span:nth-child(2)>p{font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #6C6C6C;line-height: 22p}
.x-index-news-right>li:hover>a>span{color:#4EA1ED}
.x-index-news-right>li:hover>a>span:nth-child(2)>p{opacity: 0.7;color:#4EA1ED}

.x-yewu{width: 100%;display: flex;}
.x-yewu>li{width: 360px;display: flex;justify-content: space-between;margin:0 20px;}
.x-yewu>li>img{width: 50px;height: 50px;margin: 10px 10px 10px 0;}
.x-yewu>li>dl{flex:1;}
.x-yewu>li>dl>dt{font-size: 20px;font-weight: 800;line-height: 40px;}
.x-yewu>li>dl>dd{font-size: 16px;line-height: 40px;}

/* 订单查询页面 */
/* 查询 */
.x-box{background: url(../img/trackingbg.jpg) center no-repeat;height: 241px;}
.x-search{width: 800px; margin:100px auto 30px;height: 300px;}
.x-search-btn{cursor: pointer; background: #4EA1ED; padding: 0px 40px; border: 0px; font-family: 微软雅黑; font-size: 13px; height: 56px; margin-left: 20px; line-height: 56px; float: left;text-align: center; color: #FFF;border-radius: 8px;}
.x-search-input{width: 600px; box-sizing: border-box;padding:0 20px;float: left; height: 60px; line-height: 60px;font-size: 18px;border:none;border:1px solid #ccc;border-radius: 8px;}

/* 订单查询 */
table.x-search-logistics{font-size:14px; border-collapse: collapse; margin-bottom:5px;width: 100%;}
table.x-search-logistics th{background-color:#EAEAEA; height:30px; line-height:30px; text-align:center; color:#000; font-weight:800;text-align: left;background: none;border-bottom: 1px solid #ccc;}
.x-toutou>th{box-sizing: border-box;padding:0 20px !important;border:none;background: #616161 !important;font-weight: 400 !important;color:#fff !important;}
.x-toto>th{font-size: 15px;color:#5A5A5A !important}
table.x-search-logistics td{height:40px; line-height:40px; text-align:center;text-align: left;color:#5A5A5A}
table.x-search-logistics tr:nth-child(2n+1){background: #F3F3F3;}

/* 服务网络页面 */
.x-network{width: 100%;}
.x-network>img{width:1200px;height: 606px;margin:60px 0 80px}
.x-network>ul{width: 100%;padding-bottom:80px}
.x-network>ul>li{cursor: pointer;font-size: 18px;font-family: Microsoft YaHei;font-weight: 400;color: #000000;line-height: 51px;}
.x-network>ul>li:first-child{padding-bottom: 40px;}
.x-network>ul>li:hover{opacity: 0.7;}

/* 新闻详情页面 */
.x-news-detail{width: 100%;padding:40px 0}
.x-news-title{width: 100%;font-size: 24px;font-weight: 600;text-align: center;line-height: 60px;}
.x-news-box{width: 100%;text-align: center;}
.x-news-box>span{font-size: 16px;line-height: 32px;}
.x-news-detail>ul{width: 100%;padding:40px}
.x-news-detail>ul>li{width: 100%;padding-bottom:20px;}
.x-news-detail>ul .x-news-content{font-size: 16px;line-height: 32px;text-decoration: 32px;}
.x-news-detail>ul .x-news-img>img{display: block;width: 600px;margin:0 auto;}

/* 公司优势页面 */
.x-company-box{width: 100%;float: left;}
.x-company{width:100%;float: left;box-sizing: border-box;padding:20px;}
.x-company>dl>dt{width: 100%;font-size: 16px;line-height: 32px;}
.x-company>dl>dd{width: 100%;font-size: 16px;line-height: 32px;}

/* 底部备案信息 */
.x-copyright{float: left;width: 100%;height: 50px;line-height: 50px;min-width:1200px; background-color: #1C2226;border-top: 1px solid #333;color: #B1B1B1;font-size: 14px;}
.x-copyright-left{position: absolute;left: 0;}
.x-copyright-left>a{color: #B1B1B1;}
.x-copyright-right{float: right;}
.x-copyright-right span{float: left;}
.x-copyright-right>ul{float: left;height: 14px;line-height: 14px;margin: 18px 0;}
.x-copyright-right>ul>li{float: left;border-right: 1px solid #B1B1B1;padding: 0 8px;}
.x-copyright-right>ul>li a{color: #B1B1B1;}
.x-copyright-right>ul>li a:hover{color: #4EA1ED;}
.x-copyright-right>ul>li:last-of-type{border: none;}

.x-yyds{width:636px !important;height: 395px !important;margin:0 auto;display: block;}
.x-yyds-top{width: 500px !important;}


/* 设特殊图片尺寸 */
.x-special-img1{
    width: 300px !important;
    height: 381px !important;
    margin-left: 60px;
}
.x-special-img2{
    width: 300px !important;
    height: 381px !important;
    margin-left: 60px;
}
.x-special-img3{
    width: 386px !important;
    height: 486px !important;
    margin-left: 60px;
}
.x-special-img4{
    width: 300px !important;
    height:418px !important;
    margin-left: 60px;
}
/* loading */
.x-loading{
    font-size: 18px;
    line-height: 36px;
    width: 100%;
    text-align: center;
}

/* }
.x-loading>.x-loading-text{
    width: 80px;
    height: 40px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    display: block;
    color: #fff;
    background: #333;
}
#preloader-5{
    position: relative;
    width: 80px;
    height: 80px;
}
#preloader-5>span{
    position:absolute;
    width:50px;
    height: 50px;
    border:5px solid skyblue;
    border-radius: 999px;
    opacity: 0;
    animation: radar 2s infinite linear;
}
#preloader-5>span:nth-child(1){
    animation-delay: 0s;
}
#preloader-5>span:nth-child(2){
    
    animation-delay: 0.66s;
}
#preloader-5>span:nth-child(3){
    animation-delay: 1.33s;
}

@keyframes radar{
    0%{transform: scale(0);opacity: 0;}
    25%{transform: scale(0);opacity: 0.5;}
    50%{transform: scale(1);opacity: 1.0;}
    75%{transform: scale(1.5);opacity: 0.5;}
    100%{transform: scale(2);opacity: 0;}
} */


a{color:#808080;}
.defaultContentLeft{ width:18%; margin-right:1%; float:left;margin-bottom:20px;}
.defaultContentLeft .gtitle{ margin-bottom:5px; width:100%; float:left; background-color: #f18000; color:#FFF; height:38px; font-size:16px; text-align:center; line-height:38px;}
.gcontent{ width:100%; float:left;}
.gcontent ul li{ height:30px; background:url(/images/ico.gif) 30px center no-repeat; text-indent:50px; font-size:14px; border-bottom:1px solid #EDEDED; text-align:left;line-height:30px;}
.gcontent ul li a.hover{ color:#4DBF4F;}
.gcontent ul li a:hover{ color:#4DBF4F;}

.defaultContentRight{ width:81%; float:left;margin-bottom:20px;}
.defaultContentRight .path{border-bottom:1px solid #EDEDED; text-align:right; height:30px;margin-bottom:10px; line-height:30px;}
.defaultContentRight .wContent{ width:100%; float:left; padding:10px 0px;}
.defaultContentRight .wContent ul li{background:url(/images/ico.gif) 5px center no-repeat; text-indent:20px; font-size:14px; width:100%;border-bottom:1px dotted #EDEDED; float:left; height:30px; line-height:30px;}
.defaultContentRight .wContent ul li span{ float:right;}

.page {font-size: 12px;height: 30px;float: right;margin: 20px auto 0px;overflow: hidden;text-align: center;}
.page a{margin-left:2px; margin-right:2px; float: left;padding: 1px 6px;border: 1px solid #ccc;color: #474747;font-size: 12px;font-weight: normal;overflow: hidden;text-decoration: none;}
.page span{border: 1px solid #024396;font-weight:Bold;color:#024396; margin-left:2px; margin-right:2px; float: left;font-family: Arial,Helvetica,sans-serif;font-size: 12px;overflow: hidden;padding: 1px 6px;text-decoration: none;text-align: center;}

.contentMain{width:100%;float:left;min-height:500px;margin-top:10px;}
.artTitle{ width:100%; overflow:hidden; float:left;margin-top:10px; font-size:20px; font-weight:bold; text-align:center; height:40px; line-height:40px;}
.artOther{ width:100%; float:left; text-align:center; height:30px; line-height:30px;}
.artContent{ width:100%; float:left; margin-top:10px;}




table.yundanTable{ width:768px; margin-left:100px;  font-size:13px; border-collapse: collapse; margin-bottom:5px; border:1px solid #DCDCDC;}
table.yundanTable th{border:1px solid #DCDCDC; background-color:#EAEAEA; height:30px; line-height:30px; text-align:center; color:#000; font-weight:normal;}
table.yundanTable td{border:1px solid #DCDCDC; height:25px; line-height:25px; text-align:center;}

.winLogin{border: 1px solid #cccccc;
padding-bottom: 30px;
width: 700px;color: #999;height: 250px;
margin: 0 auto;
margin-top: 30px;
padding: 20px 30px 10px;}
.winLogin .title{font-size: 20px; position:relative; width:100%; float:left; height:40px; line-height:40px;}
.winLogin .title a{ position:absolute; right:0px; top:0px;color: #e97814; font-size:16px;}
.winLogin .content{ width:100%; float:left;}
.winLogin .content table{ width:100%; float:left; margin-top:20px;}
.winLogin .content table tr{ height:52px; line-height:52px;}
.winLogin .content table th{ width:200px; font-weight:normal; font-size:13px; color: #999; text-align:right;}
.winLogin .content table td{ padding-left:10px;}
.winLogin .content table td input[type=text]{ width:243px; height:30px;}
.winLogin .content table td input[type=password]{ width:243px; height:30px;}
.winLogin .content table td input[type=submit]{cursor: pointer;
background: #950000; padding:0px 15px; border:1px; font-family:微软雅黑;
font-size: 14px;
height: 30px;
margin-top: 10px;
line-height: 30px;
text-align: center;
color: #FFF;
float: left;-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;}
.linkReg{color: #e97814; margin-left:10px; font-size:14px;}
.winLogin .content table th span{color: #e97814;}
table#winLogin a{color:#000;}
table#winLogin a:hover{color:#555;}