course_sele@charset "utf-8";
@import url(../iconfont/iconfont.css);
/* CSS Document */
body{
    font-size:14px;
    font-family:"microsoft yahei","Helvetica Neue","Helvetica","STHeiTi","sans-serif",Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    line-height:180%;
    min-width: 1280px;
}
input, textarea, keygen, select, button {font-size:14px;}
/*{ margin:0; padding:0;}*/
body, div, dl, dt, dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select,img{    margin: 0;    padding:0;/* [disabled]padding:0; */font-size:14px;color: #333333;}
ul, li, dl, dt, dd { list-style:none; margin: 0; padding: 0;}
dd{ text-indent:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.f_l{ float:left;}
.f_r{ float:right;}
.clear{ clear:both;}
img{border:none;max-width: 100%;}
.wrap{width:90%; max-width: 1230px; margin: 0 auto; }
.wrap1{ width:980px; margin:0 auto; background:#fff;}
a{text-decoration: none;cursor: pointer; color:#333333;transition: all .3s; -webkit-transition: all .3s;}
a:hover{ color:#f68825;}
.radius5{-moz-border-radius: 5px;      /* Gecko browsers */-webkit-border-radius: 5px;   /* Webkit browsers */border-radius:5px;}
.radius10{-moz-border-radius: 10px;      /* Gecko browsers */-webkit-border-radius: 10px;   /* Webkit browsers */border-radius:10px;}
.radius15{-moz-border-radius: 15px;      /* Gecko browsers */-webkit-border-radius: 15px;   /* Webkit browsers */border-radius:15px;}
.flex{
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;/*自动换行*/
    /*-webkit-flex-flow: row; 不换行*/
    justify-content: space-around;
}
.flex_in{-webkit-box-flex: 1;-moz-box-flex: 1;-ms-box-flex: 1;box-flex: 1;}
.flex-f-row{ -webkit-flex-flow: row;}
.clearfix:after{content:"."; display:block; height:0; clear:both;visibility:hidden;}

*+html .clearfix{height:1%;}
*,*:before,*:after{box-sizing:border-box;}
.fix:before,.fix:after{ content:""; display:table;}
.fix:after{ clear:both;}
.left {float:left;}
.right {float:right;}
.transition {transition: all .5s; -webkit-transition: all .5s;-ms-transition:all .5s;-moz-transition:all .5s;}
.file {  position: relative; display: inline-block; background: #D0EEFF; border: 1px solid #99D3F5; border-radius: 4px; padding: 4px 12px; overflow: hidden; color: #1E88C7; text-decoration: none; text-indent: 0; line-height: 20px;max-width:300px;margin-top:5px;vertical-align: middle;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
.file input {position: absolute; font-size: 50px; right: 0; top: 0; opacity: 0;cursor:pointer;}
.file:hover {background: #AADFFD;  border-color: #78C3F3;  color: #004974;  text-decoration: none;}
.btn-div{text-align:center;}
.btn-div .btn {padding:10px 20px;min-width: 150px;cursor:pointer;margin-right:15px;}
.btn-orange,.layui-btn-warm {background: #f68825;color:#fff;border:0;}
.btn-orange:hover, .layui-btn-warm:hover {background: #ffa452;color:#feeedf;}
.btn-grey {background: #f1f1f1;border:1px solid #d9d9d9;color:#333;}
.btn-grey:hover {background: #e9e9e9;color:#666;}
.width-all {max-width:1200px;width:94%;margin:0 auto;min-width:990px;}
.layui-btn {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    background: #f68825;
    padding: 0 15px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.layui-btn-warm:hover {background: #ff9d44;}
.layui-btn-primary {border: 1px solid #d9d9d9;background-color: #f9f9f9;color: #777;}
.layui-btn-primary:hover {border-color: #c9c9c9;color: #333;background: #d9d9d9;}
.layui-nav .layui-nav-more, .layui-nav .layui-nav-mored {    border-top-color: rgba(000,000,000,.4);}
.layui-nav .layui-nav-mored, .layui-nav-itemed>a .layui-nav-more {
    margin-top: -9px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #999;
}
/****************/
/*头部*/
.all-header {background: #fff;box-shadow: 0px 2px 8px 0 rgb(000,000,000,.2);position: fixed;width:100%;z-index:110;}
.header-wrap {height:100px;}
.all-header .header-container {display: flex;justify-content: space-between;align-items: center;}
.all-header .logo {width:400px;flex-grow:1}
.all-header .right {flex-grow:1;display: flex;justify-content:flex-end}
.layui-nav {height:100px;background: none;color:#333;text-align:center;}
.layui-nav .layui-nav-item {height:100%;width:90px;float:left;line-height: 100px;}
.layui-nav .layui-nav-item a, .layui-nav .layui-nav-item a:hover {color:#333;}
.layui-nav-child {top:100px;}
.head-right-btn {line-height: 100px;margin-left:15px;}
a.go-top {position: absolute;bottom:0px;z-index:40;right:0px;border:1px solid #999;padding:5px 10px;}
.footer .right a.iconfont {font-size:20px;}
a.go-top:hover {text-decoration: none !important;}
/*banner*/
.index-banner div {width:100%;}
.index-banner div div {height:100%;width:100%;background-size:cover;display: block;background-position: center center;}
.layui-carousel-ind {top:-40px;}
/*动态数字*/
.index-number {background: url(../images/img-07.png) no-repeat center top #5b74be;z-index:100;position: relative;padding:60px 0;color:#fff;margin-top:30px;}
.index-number .index-title {color:#fff;margin-bottom:50px;}
.index-number .bottom-bg {background: url(../images/img-08.png) no-repeat center bottom;background-size:cover;width:100%;height:150px;position: absolute;bottom:0;z-index:-1;}
.index-number ul {display: flex;align-items:flex-start;}
.index-number li {border-right:#e9e9e9 1px solid;text-align:center;flex-grow:1;flex-shrink:0;width:25%;padding:0 3%;color:#fff;}
.index-number li:last-child {border-right:0;}
.index-number li .timer {font-size:40px;margin-right:10px;}
.index-number li .timer + span {font-size:16px;font-weight:500;}
.index-number li p {margin-top:10px;max-height:40px;overflow:hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;color:#fff;}

/*平台介绍*/
.index-title {font-size:36px;color:#f68825;text-align:center;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.index-title p {font-size:14px;color:#666;margin-top:10px;display: block;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.system-introduce {margin-top:50px;}
.system-introduce .left {float:left;width:40%;}
.system-introduce .index-title {margin-top:20px;text-align:left;}
.system-introduce .left p {font-size:14px;line-height: 200%;margin-top:20px;margin-bottom:5px;overflow:hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 4;height:140px;}
.system-introduce .left li {font-size:16px;color:#218adb;vertical-align: middle;margin-bottom:20px;}
.system-introduce .left li span {display: inline-block;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;width:90%;}
.system-introduce .left li .iconfont{font-size:20px;vertical-align: middle;}
.system-introduce .right {float:right;max-width: 53%;}


/*流程 */
.process {margin-top:40px;}
.process .width-all {position: relative;}
.process .width-all .border {position: absolute;width:90%;background:#e5e5e5;height:1px;top:50%;z-index:-1;box-shadow: 0px 2px 2px rgba(51,51,51,0.1);left:4%;}
.process .width-all .border li {background: url(../images/img-icon-07.png) no-repeat center center;width:33%;height:27px;float:left;position: relative;top:-12px;}
.process .process-list ul {display: flex;margin-top:30px; justify-content:space-between;}
.process .process-list li {text-align: center;line-height: 150%;flex-grow::1;flex-shrink:1;}
.process .process-list li h4.title {font-size:16px;font-weight: bold;margin-top:20px;color:#333;margin-bottom:10px;border-bottom:1px solid #e9e9e9;padding-bottom:10px;}

/*申请服务*/
.apply-for-service {height:200px;background: url(../images/img-02.jpg) no-repeat;background-size:cover;margin-top:40px;}
.apply-for-service .index-title {color:#333;padding-top:40px;margin-bottom:30px;}
.apply-for-service a {width:150px;display: block;margin:0 auto;height:40px;line-height:40px;
    background: -moz-linear-gradient(left, #f68825 0%, #ff6764 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%,#f68825), color-stop(100%,#ff6764));
    background: -webkit-linear-gradient(left, #f68825 0%,#ff6764 100%);
    background: -o-linear-gradient(left, #f68825 0%,#ff6764 100%);
    background: -ms-linear-gradient(left, #f68825 0%,#ff6764 100%);
    background: linear-gradient(to right, #f68825 0%,#ff6764 100%);border-radius:50px;font-size:16px;}
.apply-for-service a:hover {
    background: -moz-linear-gradient(left, #f1780a 0%, #ff3d39 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0%,#f1780a), color-stop(100%,#ff3d39));
    background: -webkit-linear-gradient(left, #f1780a 0%,#ff3d39 100%);
    background: -o-linear-gradient(left, #f1780a 0%,#ff3d39 100%);
    background: -ms-linear-gradient(left, #f1780a 0%,#ff3d39 100%);
    background: linear-gradient(to right, #f1780a 0%,#ff3d39 100%);
}

/*首页新闻*/
.index-news-list {background: url(../images/img-10.png) no-repeat center center;}
.index-news-list .index-title {margin:40px 0;}
.index-news-list div.top {width:100%;height:159px;overflow:hidden;}
.index-news-list div.top img {width:100%;}
.index-news-list div.top:hover img {transform: scale(1.1);}
.index-news-list div.list {float: left;width:31%;margin-right:3.5%;background: #fff;box-shadow: 0px 3px 10px rgba(51,51,51,0.2);}
.index-news-list div.last-cihld {margin-right:0;}
.index-news-list .list {height:415px;}
.index-news-list .list span.title {background: #e5f3fe;color:#1b6aa9;border-radius:50px;padding:5px 15px;display: inline-block;margin:15px 0;margin-left:4%;}
.index-news-list .list .news-list {width:90%;margin:0 auto;}
.index-news-list .list .news-list a {display: block;width:100%;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom:10px;}
.index-news-list .list .more {display: block;width:120px;height:36px;border:1px solid #999;text-align: center;line-height: 36px;margin:20px 0;margin-left:4%;opacity:0.4;  filter:alpha(opacity=40);color:#333;}
.index-news-list .list .more:hover {opacity:1;  filter:alpha(opacity=1);}

/*首页荣誉*/
.honer {background: #5b74be;padding:40px 0;min-height:470px;margin-top:40px;}
.honer .width-all {position: relative;}
.honer .index-title {color:#fff;margin-bottom:30px;}
.honer .index-title span {display: block;height:3px;width:50px;margin:10px auto;background: #f68728}
.honer .bd {width:93%;margin:0 auto;height:100%;}
.honer li {width:30%;text-align: center;float:left;margin:0 18px;}
.honer li a{display: block;background: #fff;border:5px double #d7dceb;background: rgba(255,255,255,0.5);}
.honer li a img {width:auto;height: 212px;}
.honer li a div {width:95%;margin:7px auto;background:#fff;}
.honer .hd {position: absolute;top:40%;width:100%;left:0;}
.honer .hd .prev, .honer .hd .next {background: #869cdc;color:#fff;position: absolute;display: block;width:40px;height:80px;font-size:30px;line-height: 80px;text-align: center;top:0;}
.honer .hd .next {right:0;}
.honer .hd .prev {left:0;}
.honer .more {display: block;width:150px;height:40px;border:1px solid #fff;text-align: center;line-height: 40px;margin:0 auto;opacity:0.4;  filter:alpha(opacity=40);margin-top:40px;font-size:18px;color:#fff;}
.honer .more:hover {opacity:1;  filter:alpha(opacity=1);}

/*底部*/
.footer {background: #333;width:100%;color:#fff;padding-bottom:10px;padding-top:40px;}
.footer p,.footer a, .footer strong, .footer span{color:#c9c9c9;font-size:12px;}
.footer .left {float:left;width:50%;min-width:40%;}
.footer .right {float:right;min-width:40%;position: relative;}
.footer .footer-top {border-bottom:1px solid #666;padding-bottom:10px;}
.footer .footer-top .left li {float:left;margin-right:3%;font-size:12px;line-height: 180%;}
.footer .footer-top .left li strong {font-size:16px;margin-bottom:15px;display: block;}
.footer .footer-top .left li a {display: block;margin-bottom:5px;}
.footer .footer-top .right .bottom-span {display: block;text-align:center;margin-top:10px;}
.footer .footer-top .right img {width:100px;height:100px;}
.footer .footer-top .right div {float: left;margin-left:4%;}
.footer .footer-top .right div p {margin-bottom:5px;}
.footer .footer-top .right div .iconfont {font-size:28px;}
.footer .footer-top .right div .iconfont + span {font-size:28px;margin-left:3%;}
.footer .footer-bottom {text-align:center;padding-top:20px;line-height: 150%;}
.footer .footer-bottom a {margin:0 3px;}
.footer a:hover {color:#fff;text-decoration: underline;}

/*列表页*/
.news-list-page {padding:30px 0;}
.aside-list {width:200px;float:left;box-shadow: 0px 0px 10px rgba(000,000,000,0.1);background: #fff;padding:15px;}
.aside-list dt {font-size:22px;color:#f68825;border-bottom:1px solid #e2e5ea;padding-bottom:10px;margin-bottom:15px;}
.aside-list dd a {display: block;font-size:14px;color:#435a7b;padding:8px 0;line-height: 180%;}
.aside-list dd a:hover, .aside-list dd .on {color:#f68825;}
.article-list {float:right;width:-webkit-calc(100% - 230px);width:-moz-calc(100% - 230px);width:calc(100% - 230px);}
.news-article-list .list li {min-height:129px;}
.news-article-list .list li a {display: block;}
.news-article-list .list div.left {width:300px;height:129px;float:left;overflow:hidden;}
.news-article-list .list img {min-width:100%;min-height:100%;max-width:100%;transition: all .3s; -webkit-transition: all .3s;}
.news-article-list .list li:hover div.left img {transform: scale(1.1);}
.news-article-list .list .right {width:-webkit-calc(100% - 350px);width:-moz-calc(100% - 350px);width:calc(100% - 350px);float:right;margin-right:20px;}
.news-article-list .list .right2 {width:95%;float:none;margin:0 auto;}
.news-article-list .list li {border-bottom:solid 1px #f1f1f1;cursor:pointer;margin-bottom:30px;}
.news-article-list .list li:hover {background:#fff;box-shadow: 0px 1px 25px rgba(000,000,000,0.1)}
.news-article-list .list .content {font-size:14px;line-height: 150%;margin:10px 0;color:#666;;overflow:hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;height:40px;}
.news-article-list .list .title {font-size:20px;margin-top:12px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: 500}
.news-article-list .list .time {color:#999;}
.news-article-list .list li .content:hover, .news-article-list .list .title:hover {color:#f68825;}
#page-list {text-align:center;margin-top:40px;}
.list-body {background: url(../images/img-14.png) center center;}
.layui-breadcrumb {display: block;background: #fff;margin-bottom:30px;height:40px;line-height: 40px;padding-left:15px;}
.layui-breadcrumb span[lay-separator] {display: none;}
.layui-breadcrumb .width-all {padding:0 !important;}
.layui-breadcrumb span, .layui-breadcrumb i{color:#999;}
.layui-breadcrumb a {background: #fff;border:1px solid #dce3e8;padding:3px 10px;display: inline-block;line-height: 100%;}
.layui-breadcrumb .iconfont {color:#c9c9c9;margin:0 5px;}
/*页数*/
.list_page {text-align:center;margin-top:30px;}
.list_page li {display: inline;}
.list_page span {font-size:14px;padding:9px 14px;background: #f1f1f1;border:1px solid #d4d4d4;vertical-align: middle;margin:0 5px;}
.list_page a {font-size:14px;padding:9px 14px;border:1px solid #d4d4d4;vertical-align: middle;margin:0 5px;background: #fff;}
.list_page .iconfont {font-size:34px;padding:2px 4px;vertical-align: middle;color:#c6c6c6;}
.list_page a.on, .list_page a:hover {background-color:#f68825;color:#fff;border:1px solid #f68825;}
.list_page input[type='text']{width:60px;background-color:#f7f7f7;border:1px solid #e0e0e0;padding:11px 0;vertical-align: middle;text-align:center;}
.list_page input[type='button']{transition: all .3s; -webkit-transition: all .3s;width:60px;padding:9.5px 0;text-align:center;color:#fff;background-color:#f68825;border:1px solid #f68825;vertical-align: middle;margin-top:-1px;margin-left:15px;cursor:pointer;}
.list_page input[type='button']:hover {background: #ffa452;color:#fff;}

/*荣誉列表*/
.honer-list {background: #fff;box-shadow: 0px 0px 10px rgba(000,000,000,0.1);padding-bottom:40px;}
.honer-list .list li {float:left;width:31.1%;margin:0 1%;position: relative;cursor:pointer;margin-top:20px;height:263px;}
.honer-list .list a {display: block;width:100%;}
.honer-list .list div {width:100%;overflow: hidden;padding:6px;background:url(../images/img-15.png) no-repeat center center;background-size:100% 100%;text-align:center;padding-bottom:25px;max-height:225px;}
.honer-list .list img {max-width:85%;margin-top:17px;height: 175px}
.honer-list .list .title {font-size:14px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;text-align: center;font-weight: bold;margin:10px auto;width:94%;}
/*.honer-list .list li:hover {box-shadow: 0px 2px 15px rgba(000,000,000,0.2)}*/
/*.honer-list .list li:hover img {transform: scale(1.1);}*/
.honer-list .list li:hover .title {color:#f68825;}


/*内容页*/
.content-page {background: #fff;box-shadow: 0px 0px 15px rgba(000,000,000,0.1);padding:30px;border:1px solid #f1f1f1;}
.content-page .title {color:#f68825;font-size:26px;font-weight: 400;text-align: center;}
.content-page .time {color:#9b9b9b;margin:15px 0;border-bottom:1px solid #f1f1f1;padding-bottom:10px;text-align:center;}
.content-page .content p {line-height: 220%;font-size:16px;color:#6e7480;margin-bottom:10px;text-indent: 2em;}
.content-page .content img {display: block;max-width: 100%;margin:10px auto;}
.content-page .layui-btn {width:200px;display: block;margin:40px auto 20px auto;font-size:16px;line-height: 50px;height:50px;}

/*荣誉内页*/
.honer-page h4.title {border-bottom:dashed 1px #e5e5e5;padding-bottom:15px;margin-bottom:15px;}
.honer-page .content {padding-top:30px;}
.honer-page .content img {max-width:80%;min-width: 50%;display: block;margin:0 auto;border:2px dashed #dac565;}

/*新达通讯页*/
.newspaper-list .list {background: #fff;box-shadow: 0px 0px 10px rgba(000,000,000,0.1)}
.newspaper-list .list li {width:22%;float:left;margin:10px 1.5%;position: relative;background: #fff;padding-bottom:15px;}
.newspaper-list .list .img-wap {padding:5% 10%;width:100%;overflow:hidden;border:1px solid #e5e5e5;height:265px;text-align: center;}
.newspaper-list .list .img-wap img {height:238px;width:auto;margin:0 auto;}
.newspaper-list .list .title {font-size:14px;text-align:center;padding:13px 15px;overflow:hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;height:50px;width:90%;margin:0 auto;}
.newspaper-list .list li:hover .title {color:#f68825;}
.mask {position: absolute;left:0;width:100%;left:0;top:0px;background: rgba(000,000,000,0.2);padding-bottom:122.4%;display: none;height:265px;}
.newspaper-list .list li:hover .mask {display: block;}

/*新达大事记页*/
.footmark-banner {width:100%;height:250px;overflow:hidden;background: url(../images/img-19.jpg) no-repeat center center;background-size:cover;}
.footmark-banner img {width:100%;}
.footmark-preface {background: #ffad64;padding:20px 40px;height:135px;overflow:hidden;position: relative;top:-50px;}
.footmark-preface p {color:#fff;line-height: 200%;font-size:16px;text-indent:2em;float:right;width:-webkit-calc(100% - 250px);width:-moz-calc(100% - 250px);width:calc(100% - 250px);}
.footmark-preface img {margin-top:-10px;width:200px;float:left;padding:7px;background:#fff; -webkit-transform: rotate(-20deg);  -moz-transform: rotate(-20deg);-o-transform: rotate(-20deg);}
.footmark-list {margin-bottom:40px;padding-top:40px;position: relative;margin-top:-50px;background: url(../images/img-21.png) repeat-y center top;}
.footmark-list .return {display: block;width:150px;line-height: 40px;text-align: center;background: #f68825;color:#fff;margin:0 auto;margin-top:30px;}
.footmark-list .return:hover {background: #f67425;}
.footmark-list li {width:51%;background: url(../images/img-icon-13.png) no-repeat;}
.footmark-list li.left {text-align: right;background-position: right 0;padding-right:35px;margin-top:2%;}
.footmark-list li.right {text-align: left;background-position: left 0;padding-left:35px;margin-top:2%;}
/*.footmark-list .list {background: url(../images/img-21.png) repeat-y center top;padding:30px 0;}*/
.footmark-list .list-ul .title {color:#fa605e;font-size:18px;margin-bottom:15px;font-weight: bold;}
.footmark-list .list-ul li.right p {font-size:16px;width:70%;float:left;line-height: 180%;}
.footmark-list .list-ul li.left p {font-size:16px;width:70%;float:right;line-height: 180%;}
.footmark-list .more p {display: block;text-align: center; margin-top: 30px; background: #fff; padding: 8px 0; border: 1px solid #e9e9e9; width: 200px;
    margin: 0 auto; margin-top: 30px; border-radius: 5px;}
.layui-flow-more {display: block;clear:both;margin-top:40px;position: absolute;bottom:20px;text-align: center;width:150px;left:43.75%;}

/*关于我们*/
.about-us-banner {width:100%;background: url(../images/img-22.jpg) no-repeat center center;height:190px;background-size:cover;}
.about-us .kuai {margin-top:40px;}
.about-us .kuai h4.title {float:left;width:65px;height:67px;line-height: 150px;background-size:cover;color:#999;overflow:hidden;}
.about-us .kuai h5.title {font-size:24px;color:#333;vertical-align: middle;}
.about-us .kuai h5.title em {font-size:12px;color:#999;vertical-align: middle;margin:0 10px;}
.about-us .kuai h5.title span {font-size:18px;text-transform:uppercase;color:#999;}
.about-us .kuai .right {width:-webkit-calc(100% - 120px);width:-moz-calc(100% - 120px);width:calc(100% - 120px);margin-right:30px;}
.about-us .kuai .right .content {font-size:14px;line-height: 200%;margin:40px 0;text-indent: 2em;}
.about-us .kuai .right .content p {margin-bottom:10px;}
.about-us .two  {background: #f9f9f9;padding:40px 0;}
.about-us .one h4.title {background: url(../images/img-icon-14.png) no-repeat right bottom;}
.about-us .one .right img {width:430px;float:left;margin-top:5px;border:1px dashed #d9d9d9;padding:10px;background: #f9f9f9}
.about-us .one .right .content div {width:-webkit-calc(100% - 450px);width:-moz-calc(100% - 450px);width:calc(100% - 450px);float:right;}
.about-us .two h4.title {background: url(../images/img-icon-18.png) no-repeat right bottom;}
.about-us .two .right .content {text-align: center;margin-top:40px;}
.about-us .layui-btn-warm {display: block;width:150px;margin:30px auto;}
.about-us .three h4.title {background: url(../images/img-icon-19.png) no-repeat right bottom;}
.about-us .three .right .content {text-indent:0em;text-align:center;}
.about-us .three .right .enterprise-div {width:92%;margin:0 auto;text-align:left;}
.about-us .three .right .enterprise-div ul {display:flex;flex-wrap:wrap;align-items:stretch;}
.about-us .three .right .enterprise-div li {float:left;width:30%;border-radius:24px 0px 24px 0px;margin:5px 10px;height:63px;}
.about-us .three .right .enterprise-div li p{color:#fff;font-size:15px;line-height:120%;margin-top:8px;margin-left:18px;margin-right:18px;}
.about-us .three .right .enterprise-div .English {font-size:12px;line-height:120%;margin-top:-8px;text-transform: uppercase;}
.about-us .three .right .enterprise-div p.one {line-height:50px;}
.about-us .three .color-01 {background:#efbb40;}
.about-us .three .color-02 {background:#f18d5d;}
.about-us .three .color-03 {background:#5ab656;}
.about-us .three .color-04 {background:#efa09d;}
.about-us .three .color-05 {background:#627bbc;}
.about-us .three .color-06 {background:#2cbac7;}
.about-us .three .color-07 {background:#9e79b4;}
.about-us .three .color-03 a {color:#fff;display:block;}
.about-us .three .color-03 a:hover,.about-us .three .color-03 a:hover p {color:#217ac7;}

/*注册*/
.register-header-wrap {height:100px;}
.register-header {height:100px;line-height: 100px;background: #fff;border-bottom:1px solid #d9d9d9;position: fixed;top:0;width:100%;left:0;}
.register-header .register-container {max-width:1200px;min-width:980px;width:90%;margin:0 auto;position: relative;}
.register-header .register-container .right {right:0;height:100px;line-height: 100px;float:right;}
.register-header .register-container .logo {float: left;}
.register-header .register-container .right {color:#f68825;font-size:28px;font-weight:700;line-height: 100px}
.register-header .register-container .right .iconfont {font-size:26px;font-weight: normal;margin-right:5px;}
/*.register-body .register-box {margin-top:28px;}*/
.register-body .h3-title {color:#f68824;font-size:22px;font-weight:400;margin:30px 0;text-align: center;}
.register-box .register-form {font-size:12px;width:600px;margin:0 auto;}
.register-box .register-form li {margin-bottom:15px;}
.register-box .register-form .left-title {display: block;float: left;width:120px;text-align:right;margin-top:10px;}
.register-box .register-form .left-title em {font-style:normal;color:#a40000;margin-right:3px;}
.register-box .register-form .right-input {display: block;float: left;text-align:left;width:450px;}
.register-box .register-form input[type="text"] {width:450px;height:40px;padding:0 10px;display: block;border:1px solid #d9d9d9;}
.register-box .register-form select {width:130px;background: #e9e9e9;height:30px;line-height: 30px;padding:0 7px;margin-top:5px;margin-bottom:5px;}
.register-box .register-form select+select+select {background: #fff;width:181px;}
.register-box .register-form .right-input .tips {background: #f3f9ff;border:1px solid #b3dcff;color:#2579c0;margin-top:5px;padding:5px 8px;display: flex;align-items:center;vertical-align: middle;}
.register-box .register-form .right-input div span {display: inline-block;margin-left:5px;line-height: 180%;}
.register-box .register-form .file {padding:5px 22px;}
.register-box .register-form .btn-div {width:480px;text-align:left;margin-left:120px;}
.register-box .register-form .btn-div .btn {width:215px;}
.register-box .register-form .layui-unselect {width:145px;float:left;margin-right:7px;margin-bottom:3px;}
.register-box .register-form .right-select > div:nth-child(6) {margin-right:0!important;}
.register-box .register-form .layui-unselect input {width:145px;margin:0;}
.register-box .register-form .layui-form-select .layui-edge {top:48%;}
.tuli {display: inline-block;vertical-align: middle;margin-left:15px;}

.register-footer {width:100%;height:90px;background: #f1f1f1;bottom:0;border-top:1px solid #e5e5e5;margin-top:10px;position: relative;top:12.5%;}
.register-footer ul {max-width:1200px;min-width:980px;width:90%;margin:0 auto;}
.register-footer li {display: inline-block;font-size:12px;line-height: 220%}
.register-footer li.left {padding-top:20px;}
.register-footer li.right {float:right;margin-top:10px;}
.register-footer li.right img {float:left;margin-right:15px;height:70px;}
.register-footer li.right span {display: block;margin-top:5px;float:right;}
.register-box .register-form .right-input .code-input {width:335px;float: left;margin-right:15px;}
.black_overlay{display: none;position: absolute;top: 0%;left: 0%;width: 100%; height: 100%;background-color: black; z-index:1001; -moz-opacity: 0.8;opacity:.80;filter: alpha(opacity=90);}
.tuli-img{display: none;margin:0 auto;top:50%;margin-top:-250px;position: absolute;z-index: 9999;max-width:600px;max-height:500px;}

.BMap_noprint {display: none !important;}
.one_page .banner {height:350px;width:100%;background:url(../images/export_agent_banner.jpg) no-repeat center top;background-size:cover;}
h2.one_page_title {font-size:36px;margin-bottom:30px;}
.one_page .list li i.iconfont {color:#4798f3;vertical-align: top;font-size:20px;margin-right:10px;}
.one_page .list li i.iconfont + span {font-size:16px;vertical-align: top;}
.one_page .list li {line-height: 180%;margin-bottom:5px;}
.one_page .width-all {padding:25px 0;}
.one_page .width-all .content {margin-top:20px;line-height: 180%;font-size:16px;}
.one_page div.left {margin-left:7%;}

/*外贸代理页*/
.export_agent .one {background: url(../images/export_agent_02.png) no-repeat -30px center;}
.export_agent .one h2.one_page_title {text-align:center;}
.export_agent .one p {font-size:16px;text-align:center;line-height: 180%;}
.export_agent .two, .export_agent .four, .logistics .three {background:#f7fafc;}
.export_agent .two .left, .export_agent .four .left, .logistics .two .left{width:35%;}
.export_agent .two .right, .export_agent .four .right, .logistics .two .right{width:50%;text-align: center}
.export_agent .three {background:url(../images/export_agent_04.png) top left;}
.export_agent .three .left {width:40%;}
.export_agent .three .right, .export_agent .five .right {width:50%;padding-top:50px;}
.export_agent .five, .procedure {background:url(../images/export_agent_09.png) no-repeat center 70px;background-size:cover;}
.export_agent .four .left {padding-top:50px;}
.export_agent .bottom {background: url(../images/export_agent_08.png) no-repeat center center;height:100px;background-size:cover;width:100%;}
.export_agent .bottom strong {color:#98631d;font-size:24px;line-height: 50px;}
.export_agent .bottom a {display: block;float: right;background: #f7f7f7;border:1px solid #eaeaea;height:46px;width:150px;text-align: center;line-height: 46px;font-size:20px;color:#98631d;}
.export_agent .bottom a:hover {background:#faa400;color:#fff;border:1px solid #ffe2ac;}

/*物流服务*/
.logistics .banner {background:url(../images/logistics_01.png) no-repeat center top;background-size:cover;}

.logistics .three .right {width:50%;}
.procedure .width-all {position: relative;padding-top:60px;padding-bottom:40px;}
.procedure .width-all ul {display: flex; justify-content:space-between;}
.procedure .line {position: relative;text-align:center;line-height: 200%}
.procedure .line strong {display:block;width:60px;height:60px;margin:5px auto;border:2px solid #f68825;border-radius:100%;-ms-border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%;font-size:26px;line-height: 56px;color:#f68825;margin-bottom:20px;background:#fff;}
.procedure_bottom_border {border-bottom:2px solid #f68825;position: absolute;width:90%;top:83px;left:5%;z-index:-1;display: flex;justify-content:space-between;}
.procedure_bottom_border em {background: url(../images/logistics_04.png) no-repeat center center;display: block;width:33%;height:14px;position: relative;top:7px;}
.procedure .layui-btn-warm {width:150px;display: block;margin:0 auto;margin-top:40px;border-radius: 5px;-moz-border-radius:5px;-ms-border-radius:5px;-webkit-border-radius:5px;}


/*通用*/
.list-body2 {background: #f7f8fb}
.layui-breadcrumb2 {background: #fff;}
/*加盟企业*/
.company-list1{background: #fff;padding-bottom:40px;}
.company-list1 li > div {float:left;}
.company-list1 .list li {border-bottom:1px solid #eaeaea;padding:15px 20px;margin-bottom:10px;}
.company-list1 div.left {width:65px;background:#eff6fa;color:#666;border-radius:8px;-ms-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;padding:12px 0;text-align:center;line-height: 170%;font-size:14px;}
.company-list1 div.left span {color:#39517b;display: block;font-size:18px;}
.company-list1 div.center {margin-left:20px;display: block;width:-webkit-calc(100% - 230px);width:-moz-calc(100% - 230px);width:calc(100% - 230px);}
.company-list1 div.center .title a {color:#f68825;font-size:20px;font-weight: bold}
.company-list1 div.center .title a:hover {color:#4176b6;}
.company-list1 div.center .grade {margin:8px 0;}
.company-list1 div.center .grade .iconfont {font-size:11px;background: #d8d8d8;color:#fff;padding:3px;line-height: 100%}
.company-list1 div.center .grade .on {background:#f68825;}
.company-list1 div.center .address {font-size:12px;}
.company-list1 a.right {background: #fff;display: block;float:right;width:80px;height:32px;border:1px solid #f5f5f5;box-shadow: 0px 1px 3px #d9d9d9;text-align:center;line-height:32px;margin-top:15px;}
.company-list1 a.right:hover {background:#f68825;color:#fff; }

.company-list2 .layui-tab-title {background: #f7f9fb;border:none;}
.company-list2 .layui-tab-title li {height:40px;}
.company-list2 .layui-tab-title .layui-this {background: #f68825;color:#fff;border:none;}
.company-list2 .layui-tab-item li {padding:15px;border-bottom:1px solid #dae2ed;}
.company-list2 .layui-tab-item li:hover {background: #fff;box-shadow: 0px 0px 15px #d9d9d9;}
.company-list2 .layui-tab-item li .left {width:102px;}
.company-list2 .layui-tab-item li .right {width:-webkit-calc(100% - 120px);width:-moz-calc(100% - 120px);width:calc(100% - 120px);font-size:12px;}
.company-list2 .layui-tab-item h4.title {font-size:16px;font-weight: bold;line-height: 180%;vertical-align: middle;margin-bottom:3px;}
.company-list2 .layui-tab-item h4.title span {font-size:12px;color:#f13c3c;border:1px solid #f13c3c;padding:2px 5px;margin-left:10px;vertical-align: middle;white-space:nowrap;}
.company-list2 .layui-tab-item .content, .company-list2 .layui-tab-item .address {font-size:12px;margin-bottom:8px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.company-list2 .layui-tab-item .address .iconfont {font-size:10px;}

/*加盟企业内容页*/
.company-content-page .white-bg {background: #fff;box-shadow: 0px 0px 10px  rgba(000,000,000,0.1);padding:20px 0;margin-bottom:15px;}
.company-content-page .white-bg h3.top-title span {font-size:22px;background: #f3f9ff;height:45px;line-height: 45px;display: inline-block;vertical-align: middle;padding:0 10px;}
.company-content-page .white-bg h3.top-title em {background: url(../images/company-content-page01.png) no-repeat right center;display: inline-block;height:45px;width:58px;vertical-align: middle;}
.company-content-page .white-bg h3.top-title + p {font-size:14px;padding:0 10px;margin-top:15px;color:#666;}
.company-content-page .white-bg h4.title {font-size:14px;border-bottom:#f1f1f1 1px solid;padding:0 0 15px 15px;margin-bottom:15px;}
.company-content-page .white-bg .content {width:95%;margin:0 auto;line-height: 180%;}
.company-content-page .white-bg .content p, .company-content-page .white-bg .content img {margin-bottom:15px;}
.company-content-page .white-bg .contact {display: flex;justify-content:space-between;padding:10px 15px;flex-wrap:wrap;}
.company-content-page .white-bg .contact li{border:1px solid #eceef3;width:23%;margin-bottom:20px;}
.company-content-page .white-bg .contact li strong {background: #f3f5fa;display: block;text-align: center;line-height: 40px;border-bottom:1px solid #eceef3;}
.company-content-page .white-bg .contact li p {padding:10px 15px;line-height: 180%;}
@media (max-width: 1152px){
    .footer .right {width:50%;}
    .tuli_div img {width:30%;}
    .tuli_div {height:100%;}
    .all-header .logo {width:290px;}
    .newspaper-list .list li {width:30%;margin:10px 1.5%;}
    .newspaper-list .list .img-wap img {height:255px;}
    .newspaper-list .list .img-wap,.mask  {height:285px;}
}


/** 臻达 */
.zhenda .zhenda-banner {
    background:url(../img/zhenda-banner.jpg) no-repeat left top;background-size:cover;padding:30px 0;
}
.zhenda .zhenda-banner h1.title .English{color:#c5c5c5}
.zhenda .zhenda-banner h1.title .zhongwen{color:#333}
.zhenda .zhenda-banner h2.title{color:#f68825;}
.zhenda .zhenda-banner .left .content p{color:#333}
.zhenda .zhenda-banner .right p {color:#333}

/* 新航页面 */
.xinhang-banner {background:url(../images/img-29.jpg) no-repeat left top;background-size:cover;padding:30px 0;}
.xinhang-banner .left {width:48%;background:url(../images/img-icon-24.png) no-repeat right center;padding-right:2%;}
.xinhang-banner .right {width:48%;}
.xinhang-banner h1.title .English {color:#ffefe7;font-size:46px;opacity: 0.2;text-transform:uppercase;letter-spacing: -1px;}
.xinhang-banner h1.title .zhongwen {color:#fff;font-size:32px;margin-top:-26px;margin-left:30px;}
.xinhang-banner h2.title {font-size:20px;color:#ffdcca;margin-left:30px;margin-top:20px;}
.xinhang-banner .left .content {margin-top:20px;}
.xinhang-banner .left .content p {color:#fff;font-size:16px;line-height:200%;text-indent: 2em;}
.xinhang-banner .right p {color:#fff;font-size:15px;text-indent: 2em;letter-spacing:1px;font-weight: normal;line-height: 190%;margin-top:6px;text-align: justify;}
.xinhang .serve {padding:40px 0;}
.xinhang .serve .content {display:flex;align-items:center;margin-top:40px;justify-content:center;}
.xinhang .serve .content img {margin:0 3%;}
.xinhang .serve h1.title,.xinhang .product h1.title {color:#ffefe7;font-size:46px;text-transform:uppercase;letter-spacing: -1px;text-align:center}
.xinhang .serve h2.title,.xinhang .product h2.title {color:#333;font-size:32px;margin-top:-26px;margin-left:30px;text-align: center;}
.xinhang .serve .content li {background:#fff;box-shadow: 0px 2px 8px 0 rgb(193,216,229,.6);margin-bottom:20px;width:400px;height:80px;border-radius:50px;padding:10px 28px 10px 28px;display:flex;flex-direction:column;justify-content:center;}
.xinhang .serve .content .zhongwen {font-size:16px;}
.xinhang .serve .content .English {font-size:12px;margin-top:6px;}
.xinhang .serve .content .one-ul li:first-child {left:12%;position: relative;}
.xinhang .serve .content .one-ul li:last-child {left:12%;position: relative;}
.xinhang .serve .content .two-ul li:first-child {right:12%;position: relative;}
.xinhang .serve .content .two-ul li:last-child {right:12%;position: relative;}
.xinhang .serve > p.zhongwen {font-size:26px;text-align:center;margin-top:30px;}
.xinhang .serve > p.English {font-size:16px;text-align:center;}
.xinhang .bg-img {background:url(../images/img-28.png) no-repeat;position: relative;margin-top:-100px;z-index: -1;height:363px;width:100%;}
.xinhang .product .content {position: relative;top:-10px;}
.xinhang .product ul {display: flex;margin-top:40px;margin-bottom:40px;}
.xinhang .product ul li {width:14%;margin:0 0.5%;text-align: center;height:230px;}
.xinhang .product ul li img {position: relative;top:20px;}
.xinhang .product .bottom {background:linear-gradient(to bottom, #ebebeb , #fff);}
.xinhang .product .top {background:linear-gradient(to top, #ebebeb , #fff);}
.xinhang .product .top img {top:28%;}

/* 新升页面 */
.xinhang .xinsheng  li {border:1px solid #e9e9e9;}
.xinhang .xinsheng  li img, .xinhang .xinsheng li.top img {top: 0!important;max-width:95%;max-height:95%;}
.xinhang .xinsheng .top, .xinhang .xinsheng .bottom {background:none!important;height:160px;display: flex;justify-content: center;align-items: center;}
