@charset "utf-8";
ul,ol{
    list-style: none;
}

/*topheader*/
.navbar_nav{padding-left:0px}
.container {
    width: 1170px;
}
.navbar-brand {
    height: 66px;
    padding: 25px 15px 0;
}
.top-header{
    padding-top:8px;
}
.wyfsec{color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 34px;
    display: block;
}
.index_csx{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 34px;
    background: #00aeff;
    cursor: pointer;
    border: 0px;
}
.submitBtnClass{
    height: 34px;
    background: #00aeff;
    border: 0px;
}
.search-index{
    margin-top: -25px;
    margin-left: 8px;
    color: #fff;
}
.top-header ul.links{
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
}
.top-header ul.links li {
    display: inline-block;
    font-size: 14px;
    color: #222;
    list-style-type: none;
    padding: 0 10px;
}
.top-header ul.links li a {
    color: #222;
    text-decoration: none;
}
.top-header ul.links li a:hover {
    color: #b2b2b2;
    text-decoration: none;
}
/*Nav*/
.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: 0px solid transparent;
    background-color: #00aeff;
    border-color: #00c6ff;
    border-radius: 0px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #00aeff;
    border-top: 3px solid #fff;
    border-radius: 0;
}
.navigation .navbar-nav>li>a {
    padding-top: 18px;
    padding-bottom: 14px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0 14px;
    line-height: normal;
    border-top: 3px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation .navbar-nav>li>a:hover{
    background-color: #00aeff;
    border-top: 3px solid #fff;
    border-radius: 0;
}
/*banner-flexslider*/
.flexslider{
    position:relative;
    overflow:hidden;
    background:url(../images/loading.gif) 50% no-repeat;
    width: 100%;
    overflow: hidden;
}
.slides{
    position:relative;
    z-index:1;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: auto;
}
.slides li{
   width: 100%;
}
.slides li img{display: block; width: 100%}
.flex-control-nav{
    position:absolute;
    bottom:10px;
    z-index:2;
    width:100%;
    text-align:center;
    margin: 0;
    padding: 0;
}
.flex-control-nav li{
    display:inline-block;
    width:14px;
    height:14px;
    margin:0 5px;
    *display:inline;
    zoom:1;
}
.flex-control-nav a{
    display:inline-block;
    width:14px;
    height:14px;
    line-height:40px;
    overflow:hidden;
    background:url(../images/dot.png) right 0 no-repeat;
    cursor:pointer;
}
.flex-control-nav .flex-active{
    background-position:0 0;
}
.flex-direction-nav{
    position:absolute;
    z-index:3;
    width:100%;
    top:45%;
}
.flex-direction-nav li a{
    display:block;
    width:50px;
    height:50px;
    overflow:hidden;
    cursor:pointer;
    position:absolute;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.5s;
}
.flex-direction-nav li a.flex-prev{
    left:40px;
    background:url(../images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next{
    right:40px;
    background:url(../images/next.png) center center no-repeat;
}
.flexslider:hover a{
    opacity: 1;
}
/*footer*/
footer .dark-grey {
    padding: 5px 0;
    color: #b8d8e7;
    background-color: #002957;
}
footer h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-left: 20px;
    border-left: 3px solid #00aeff;
    margin-bottom: 15px;
    margin-left:15px;
}
footer ul.office-icons{
    padding: 0;
    font-size: 0;
}
footer ul.office-icons li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    list-style-type: none;
    padding-bottom: 4px;
    width: 155px;
    line-height: 24px;
}
footer ul.office-icons li:before{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #b8d8e7;
    top: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
footer ul.office-icons li:hover:before{
    background: #337ab7;
}
footer ul.office-icons li a{
    color: #b8d8e7;
    padding-left: 10px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
footer ul.office-icons li a:hover{
    color: #337ab7;
    text-decoration: none;
}
footer .line {
    border-top: 1px solid #00397a;
    position: relative;
}
footer .line .copyright{
    text-align: center;
    line-height: 24px;
    font-size: 13px;
}
.totop .scrollup {
    font-size: 20px;
    padding-top: 10px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: #00aeff!important;
    color: #fff;
    text-align: center;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/*1.首页主内容-我们的服务*/
.main-quote {
    padding: 0px 0;
    /*background-attachment: fixed;*/
    background-image: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.main-quote .col-md-3{
    overflow: hidden;
    margin: 15px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-quote .col-md-3:hover {
    -webkit-box-shadow: 0px 16px 16px -12px #cdd0d2;
    -moz-box-shadow: 0px 16px 16px -12px #cdd0d2;
    box-shadow: 0px 16px 16px -12px #cdd0d2;
    transform: translateY(-7px);
}
.main-quote .center {
    text-align: center;
    padding-bottom: 20px;
}
.hero-text {text-align: center;}
.hero-text h1 {
    font-size: 28px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.hero-text h2 {
    font-size: 14px;
    font-weight: 400;
    color: #979797;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.hero-text .line {
    height: 2px;
    width: 110px;
    background-color: #00aeff;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
}
.main-quote .system{
    cursor: pointer;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.main-quote .system img.center-block{
    width:auto;
    height: auto;
}
.main-quote .overlay-box{
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    width: 90%;
    margin-left: 15px;
    /* opacity: 0; */
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;

}
.main-quote .overlay-box:hover{
    background:rgba(16, 134, 223, .8);
    border: 4px solid rgba(255,255,255,0.7);
}
.overlay-box .content-box {
    margin-top: 18px;
}
.overlay-box .content-box a{
    display: block;
    height: 100%;
    width: 100%;
}
.overlay-box .content-box a:hover{
    text-decoration: none;
}
.overlay-box .content-box a h3{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 6px;
}
.overlay-box .content-box a h3:hover{
    color: #fff;
}
/*首页主内容-新闻列表*/
.tab-block {
    padding: 20px 0;
    background: #f7f7f7;
    padding-bottom:10px;
}
.tab-block .tab-buttons {
    width: 100%;
    height: 50px;
    /* background-color: #fafafa;
     border: 1px solid #e5e5e5;*/
}
.tab-block .tab-buttons .tab-button {
    width: 16.666%;
    float: left;
    height: 50px;
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 50px;
    position: relative;
    cursor: pointer;
    background-color: #f2f2f3;
    margin: 0;
    color: #fff;
    background-color: #00aeff;
}
.tab-block .tab-buttons .tab-button.cur {
    background-color: #fff;
    color: #00aeff;
}
.tab-block .tab-buttons .tab-button.cur:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00aeff;
}
.tab-block.information-tab .tabs {
    height: 310px;
    /* border: 1px solid #e5e5e5;*/
    background: #fff;
}
.tab-block .tabs .tab-item {
    width: 100%;
    padding-top: 20px;
    display: none;
}
.tab-block .tabs .tab-item.active {
    display: block;
}
#tab-six{padding-left: 15px; padding-right: 15px;}
.tab-item .imgks{overflow: hidden; margin-bottom: 15px;
    width: 450px;
    height: 280px;
    overflow: hidden;
}
.tab-item .imgks a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.tab-item .imgks img{ width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;}
.tab-item .imgks:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.tab-item .imgk img {
    width: 100%;
    height: auto;
}
.imksul{ position: relative; height: 300px;}
.imksul ul li{
    width: 47%;
    float: left;
    display: block;
    margin-left: 3%;
    line-height: 27px;
}

.imksul ul{
    margin-bottom: 0;
    display:block;
    height: auto;
    padding-left: 0px;
    clear: both;
}
.imksul .more{
    position: absolute;
    bottom: 20px;
    display: block;
    text-align: right;
    width: 100%;
    right: 20px;
}
.imksul ul li a{
    display: inline-block;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding-left: 12px;
    background: url(../images/dot06.gif) no-repeat 0;
    width: 70%;
}
.imksul ul li a:hover,
.imksul ul li a:focus{
    text-decoration: none;
    color: #00aeff;
}
.imksul ul li span{
    color: #999;
    font-size: 14px;
    float: right;
    text-align:left;
    margin-right:10px;
}
/*首页主内容-电子政务*/
.main-quote .center .btn-primary {
    background-color: #00aeff;
    border-color: #00aeff;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.main-quote .center .btn-primary:hover{
    color: #00aeff;
    background-color: #fff;
}
.main-quote .col-md-2{
    width: 16.66666667%;
    float: left;
    overflow: hidden;
}
.main-quote .col-md-2 .mold{
    text-align: center;
    margin-bottom: 40px;
}
.main-quote .col-md-2 .mold img{
    width: 110px;
    background: rgba(240, 246, 252, .4);
    border-radius: 50%;
    padding: 6px;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    transition: all 1.2s;
}
.main-quote .col-md-2 .mold a:hover img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.main-quote .col-md-2 .mold p{
    margin-top: 16px;
    color: #333;
    font-size: 15px;
}
.main-quote .col-md-2 .mold a:hover,
.main-quote .col-md-2 .mold a:hover p{
    text-decoration: none;
    color: #00aeff;
}
.main-quote .more{
    padding: 0;
}
/*主页面内容-海外仓*/
.main-item{
    padding-bottom: 40px;
    background: #f0f6fc;
}
.main-item .hero-text{
    margin-bottom: 20px;
}
.main-item .hero-text .line{
    margin: 0;
    width: 150px;
}
.main-item .col-md-4{
    width: 33.33333333%;
    float: left;
    cursor: pointer;
}
.main-item .col-md-4 .amount{
    height: 256px;
    background: #00aeff;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-item .col-md-4 .amount:hover{
    -webkit-box-shadow: 0px 16px 16px -12px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0px 16px 16px -12px rgba(0, 0, 0, .4);
    box-shadow: 0px 16px 16px -12px rgba(0, 0, 0, .4);
    transform: translateY(-7px);
}
.main-item .col-md-4 .amount.num1{
    background: url(../images/timg1.jpg) no-repeat center;
    background-size: cover;
}
.main-item .col-md-4 .amount.num2{
    background: url(../images/timg2.jpg) no-repeat center;
    background-size: cover;
}
.main-item .col-md-4 .amount.num3{
    background: url(../images/timg3.jpg) no-repeat center;
    background-size: cover;
}
.main-item .col-md-4 .amount .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.main-item .amount .mask div{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    line-height: 46px;
    margin-left: 40px;
}
.main-item .amount .mask .count{
    margin-top: 80px;
    color: #ff7f00;
    font-size: 30px;
}
.hero-text h1 span{
    font-size: 14px;
    font-weight: 400;
    color: #979797;
    letter-spacing: 1px;
}
.hero-text h1 img{
    vertical-align: top;
}
/*公示*/
.main-post{
    padding: 40px 0;
}
.main-post .picture{
    overflow: hidden;
}
.main-post .picture img{
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.main-post .picture:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.main-post .col-md-6{
    width: 50%;
    float: left;
}
.main-post .picture,.main-post .Text{
    height: 200px;
}
.main-post .Text h3{
    font-size: 18px;
    margin: 0;
    padding: 44px 0 14px 60px;
}
.main-post .Text p{
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
    padding-left: 34px;
}
.main-post .Text .more{
    float: right;
}
.main-post .Text em{
    color: rgba(228, 228, 228, 1);
    font-size: 64px;
    font-weight: bold;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}
/*新闻详情*/
.banner{
    width: 100%;
    /*height: 206px;*/
    margin: auto;
    overflow: hidden;
}
.banner img{ display: block; width: 100%}
/*.news{
    background: url(../images/img12.jpg) no-repeat center;
}
.sm-bannerop1{
    background: url(../images/sm-bannerop1.jpg) no-repeat center;
}
.sm-bannerop2{
    background: url(../images/sm-bannerop2.jpg) no-repeat center;
}
.sm-bannerop3{
    background: url(../images/sm-bannerop3.jpg) no-repeat center;
}
.sm-bannerop4{
    background: url(../images/sm-bannerop4.jpg) no-repeat center;
}
.sm-bannerop5{
    background: url(../images/sm-bannerop5.jpg) no-repeat center;
}
.sm-bannerop6{
    background: url(../images/sm-bannerop6.jpg) no-repeat center;
}
.sm-bannerop7{
    background: url(../images/sm-bannerop7.jpg) no-repeat center;
}
.sm-bannerop8{
    background: url(../images/sm-bannerop8.jpg) no-repeat center;
}
.sm-bannerop9{
    background: url(../images/sm-bannerop9.jpg) no-repeat center;
}*/
.divClass{
    z-index: 9;
    position: absolute;
    height: 50px;
    top: 60%;
    width: 600px;
    left:20%;
}
.divClass1{
    border: 1px solid #fff;
    display: inline-block;
    width: 150px;
    height: 40px;
    background: yellow;
    float: left;
    line-height: 40px;
    text-align: center;
    color: #000;
    border: 0px;
    margin-right: 15px;
}
.divClass1 a{
    color: #000;
    text-decoration:none;
    font-weight: bold;
    font-size: 16px;
    font-family: auto;
}
.divClass1 a:hover{
    text-decoration:none;
color:#333;
}
.trade-box .form-inline select.form-control {
    width: 240px;
}
.main-new{
    margin: 40px 0;
}
.main-new .center {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-bottom: 1px dotted #dddddd;
}
.main-new .center h3{
    text-align: center;
    color: #333;
}
.main-new .center .all-date {
    text-align: center;
    color: #999;
}
.main-new .all-date .look-number {
    margin: 0 10px;
}
.main-new .all-date .look-number i{
    margin-right: 4px;
}
.main-new .content-box .text {
    font-size: 14px;
    line-height: 2;
    text-indent: 2em;
}
.main-new .address{
    background: #f2f2f3;
    padding: 10px;
}
.main-new .address a{
    margin: 5px;
}
.prv-nxt {
    margin: 40px 0 20px 0;
}
.prv-nxt .clearfix {
    border-top: 1px #eee dashed;
    padding: 20px 0;
    font-size: 14px;
}
.prv-nxt .clearfix a {
    color: #333;
}
.prv-nxt .clearfix a:hover,.prv-nxt .clearfix a:hover i{
    color: #4981f4;
}
/*新闻列表*/
.main-new .nav-outer {
    position: relative;
    border: 1px solid #eaeff2;
    border-radius: 5px;
    overflow: hidden;
}
.main-new .nav-outer ul{
    padding: 0px;
    margin: 0px;
}
.main-new .nav-outer ul li {
    position: relative;
    display: block;
}
.main-new .nav-outer ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 15px;
    text-transform: capitalize;
    color: #3e5773;
    background: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0,0,0,0.10);
    transition: all 300ms ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main-new .nav-outer li.current a,
.main-new .nav-outer li:hover a,
.main-new .nav-outer li:focus a {
    color: #ffffff;
    background: #00aeff;
    border-color: #00aeff;
    font-size: 18px;
    text-decoration: none;
}
.main-new .nav-outer ul li a i{
    float: right;
    line-height: 25px;
}
.new-nav{
    margin-top:20px;
}
.main-new .new-nav .col-md-3 {
    width: 25%;
    float: left;
}
.main-new .new-media .new-item{
    overflow: hidden;
    padding-bottom: 16px;
    border-bottom: 1px #e6e6e6 solid;
}
.main-new .new-nav .col-md-9 {
    width: 75%;
    float: left;
}
.main-new .new-nav .search {
    width: 100%;
    float: left;
}
.main-new .new-nav .new-item h3{
    font-size: 16px;
}
.main-new .new-nav .new-item p{
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-new .new-nav .new-item span{
    color: #969696;
    font-size: 14px;
}
.main-new .new-nav .new-item .btn-primary {
    background-color: #00aeff;
    border-color: #00aeff;
    border-radius: 20px;
    font-size: 12px;
    padding: 4px 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.main-new .new-nav .new-item .btn-primary:hover{
    color: #00aeff;
    background-color: #fff;
}
.styled-pagination{
    position:relative;
}
.styled-pagination li{
    position:relative;
    display:inline-block;
    margin:0px 5px 10px;
}
.styled-pagination li a{
    position:relative;
    display:block;
    line-height:24px;
    padding:4px 5px;
    font-size:13px;
    text-transform:capitalize;
    min-width:36px;
    border:1px solid #c2cad0;
    background:#ffffff;
    color:#b2b7bb;
    text-align:center;
    border-radius:3px;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
}
.styled-pagination li a.next,
.styled-pagination li a.prev{
    padding:4px 20px;
}
.styled-pagination li a:hover,
.styled-pagination li a.active{
    color: #ffffff;
    border-color: #00aeff;
    background: #00aeff;
    text-decoration: none;
}
/*人才孵化*/
.person {
    background: url(../images/img7.jpg) no-repeat center;
}
.talent{
    padding: 20px 0;
}
.table_card .tab{
    height: 40px;
    font-size: 16px;
    padding: 0;
    margin: 0;
    border-bottom: 2px #f0f0f0 solid;
}
.table_card .tab li{
    float: left;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-right: 5px;
    background: #f0f0f0;
    border-top: 1px #e1e1e1 solid;
    border-left: 1px #e1e1e1 solid;
    border-right: 1px #e1e1e1 solid;
}
.table_card .tab li.active{
    background: #fff;
    color: #00aeff;
}
.table_card .tabCon div.row{
    display: none;
}
.table_card .tabCon div.on {
    display: block;
}
.talent-video{
    margin-bottom: 20px;
}
.talent-video .videolist{
    overflow: hidden;
    border-radius: 3px;
}
.table_card .tabCon .col-md-4 {
    width: 33.33333333%;
    float: left;
}
.talent-video .videolist img{
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.talent-video .videolist:hover img{
    transform: scale(1.2);
}
.talent-video .video-text h3{
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin: 6px 0;
    white-space: nowrap;
    overflow: hidden;
}
.talent-video .video-text p{
    font-size: 14px;
    color: #888888;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
}
.tabCon .talent-video:hover h3{
    color: #00aeff;
}
.videolist {
    position: relative;
    width: 100%;
    height: 185px;
}
.videolist:hover {
    cursor: pointer;
}
.videolist .videoed {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: 38%;
    z-index: 99;
    border-radius: 100%;
}
.videos {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -470px;
    margin-top: -265px;
    z-index: 100;
    width: 940px;
    height: 530px;
    background: #000;
}
.videos .vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}
.tabCon .row .col-md-3 {
    width: 25%;
    float: left;
    padding-right: 0;
}

.tabCon .row .col-md-9 {
    width: 74%;
    float: right;
}
.tabCon .row .col-md-9 .new-media{
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}
.tabCon .nav-outer {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}
.tabCon .nav-outer ul{
    padding: 0px;
    margin: 0px;
    border: 1px solid rgba(0,0,0,0.10);
}
.tabCon .nav-outer ul li {
    position: relative;
    display: block;
}
.tabCon .nav-outer ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 16px 15px;
    text-transform: capitalize;
    color: #3e5773;
    background: #ffffff;
    font-size: 16px;
    font-weight: 400;
    border-left: 3px solid transparent;
    border-bottom: 1px solid rgba(0,0,0,0.10);
    transition: all 300ms ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.tabCon .nav-outer li.current a,
.tabCon .nav-outer li:hover a,
.tabCon .nav-outer li:focus a {
    font-size: 16px;
    text-decoration: none;
    color: #00aeff;
    border-left: 3px solid #00aeff;
    font-weight: 700;
}
.tabCon .nav-outer ul li a i{
    float: right;
    line-height: 25px;
}
.tabCon .new-media .new-item{
    border-bottom: 1px #cbcbcb dashed;
    padding: 10px 0;
}
.tabCon .new-media .new-item a i{
    margin-right: 6px;
}
.tabCon .new-media .new-item span{
    float: right;
}
.talent-main{
    height: 300px;
    margin: 20px 0;
}
.talent-box h3{
    padding: 4px 0;
    height: 38px;
    border-bottom: #f3f2f2 2px solid;
}
.talent-box h3 span{
    color: #00aeff;
    padding: 6px 10px;
    border-bottom: #00aeff 2px solid;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}
.table_card .tabCon .col-md-12 {
    width: 100%;
    float: left;
}
.talent .col-md-12 .center{
    text-align: center;
    padding: 10px 0 10px 0;
    background: #fafafc;
}
.talent .center .btn-primary {
    background-color: #00aeff;
    border-color: #00aeff;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.talent .center .btn-primary:hover{
    color: #00aeff;
    background-color: #fff;
}
.talent-box h3 a.more{
    float: right;
    font-size: 14px;
    padding: 6px 10px;
    line-height: 24px;
    color: #48494e;
}
.talent-box h3 a.more:hover,.talent-box h3 a.more:focus{
    color: #00aeff;
    text-decoration: none;
}
.talent-box .talent-main img{
    float: left;
    width: 40%;
    height: 100%;
    margin-right: 18px;
}
.talent-box .talent-main p{
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
    padding: 10px 10px;
    margin: 0;
}
.talent-box .talent-new{
    float: right;
    width: 56%;
}
.talent-box .talent-new table{
    margin: 20px 20px;
    margin-bottom: 40px;
}
.talent-box .talent-new table tr td{
    color: #ff7f00;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    padding: 2px 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.talent-box .talent-new table tr td:first-child{
    width: 100px;
    text-align: right;
    vertical-align: top;
    font-weight: 700;
}
.talent-box .talent-new div{
    text-align: center;
}
.talent-box .talent-new .btn-primary {
    background-color: #00aeff;
    border-color: #00aeff;
    padding: 10px 40px;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.talent-box .talent-new .btn-primary:hover{
    color: #00aeff;
    background-color: #fff;
}
.talent .styled-pagination{
    margin-top: 20px;
    padding-top: 20px;
    /*border-top: 1px #e6e6e6 solid;*/
}
.talent-box .talent-new {
    position: relative;
    height: 300px;
    overflow: hidden;
}
.talent-box .talent-new ul.font_inner{
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.talent-box .talent-new ul.font_inner li{
    overflow: hidden;
    height: 300px;
    background: #fff;
    margin-right: 30px;
}
.talent-new .arrow{
    position: absolute;
    top: 0;
    right: 0;
    height: 22px;
    width: 22px;
    background: url(../images/ftop.jpg) no-repeat center;
}
.talent-new .arrow.arrow-next{
    top: 30px;
    background: url(../images/fdown.jpg) no-repeat center;
}
/*市场开拓*/
.market {
    background: url(../images/img8.jpg) no-repeat center;
}
.market-one h3 {
    padding: 4px 0;
    height: 38px;
    border-bottom: #f3f2f2 2px solid;
}
.market-one h3 span {
    color: #00aeff;
    padding: 6px 10px;
    border-bottom: #00aeff 2px solid;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
}
.market-one h3 a.more {
    float: right;
    font-size: 14px;
    padding: 6px 10px;
    line-height: 24px;
    color: #48494e;
}
.market-one h3 a.more:hover,.market-one h3 a.more:focus{
    color: #00aeff;
    text-decoration: none;
}
.market-box ul{
    margin: 0;
    padding: 0;
}
.market-main .market-new ul li{
    padding: 8px 8px;
    border-bottom: 1px dashed #E6E6E6;
}
.market-main .market-new ul li a {
    width: 460px;
    display: inline-block;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.market-main .market-new ul li:hover a,
.market-main .market-new ul li:focus a{
    text-decoration: none;
    color: #00aeff;
}
.market-main .market-new ul li span {
    color: #999;
    font-size: 14px;
    float: right;
}
.market-one{
    padding-bottom: 40px;
}
.market-one .col-md-6 .market-main .col-md-4{
    overflow: hidden;
}
.market-main .tpmkx{width: 100%; height: auto; overflow: hidden}
.market-one .col-md-6 .market-main .col-md-4 img{
    width: 184px;
    height: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.market-one .col-md-6 .market-main .col-md-4:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.market-one .market-main .pull-right ul{
    width: 360px;
}
.market-one .market-main .pull-right ul li{
    text-align: center;
    float: left;
    background: #efefef;
    /*margin: 6px 10px 14px 0;*/
    padding: 12px 10px;
    width: 27%;
    color: #333;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 6%;
    margin-bottom: 10px;
}
.market-one .market-main .col-md-8 li:hover{
    color: #fff;
}
.market-one .market-main .col-md-8 ul li:hover{
    background: #00aeff;
}
.market-one .market-main .col-md-8 ul li:last-child{
    background: none;
}
.market-one .market-main .col-md-8 ul li:last-child a{
    color: #00aeff;
    display: block;
}
.market-one .market-main .col-md-8 ul li:last-child:hover a{
    color: #00aeff;
}
.market-one .market-main .col-md-8 ul li a{
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.market-one .market-main .col-md-8 ul li:hover a,
.market-one .market-main .col-md-8 ul li:focus a{
    text-decoration: none;
    color: #fff;
}
.market-two .col-md-4{
    width: 33.33333333%;
    float: left;
    height: 180px;
    padding: 20px 20px 20px 10px;
    border-right: 1px solid #cdcece;
    border-bottom: 1px solid #cdcece;
    transition: all 0.5s ease;
}
.market-two .more {
    margin: 20px 0;
}
.market-two .col-md-4:hover{
    box-shadow:0 0 16px 0 rgba(0,0,0,.2);
    background: #fff;
}
.market-two .col-md-4 img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.market-two .col-md-4:hover img{
    transform: translateY(-7px);
}
.market-two .col-md-4:hover a,
.market-two .col-md-4:focus a{
    text-decoration: none;
}
.market-two .col-md-4:hover h3{
    color: #00aeff;
}
.market-two .col-md-4:nth-child(3n){
    border-right: 0;
}
.market-two .col-md-4:last-child,
.market-two .col-md-4:nth-last-child(2),
.market-two .col-md-4:nth-last-child(3) {
    border-bottom: none;
}
.market-two .case-list{
    float: left;
    width: 30%;
}
.market-two .case-list img{
    width: 80%;
}
.market-two .case-text{
    float: left;
    width: 70%;
}
.market-two .case-text h3{
    font-size: 18px;
    color: #333;
    margin: 10px 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.market-two .case-text p{
    text-align: left;
    font-size: 14px;
    color: #888888;
}
.market-two,.market-three,.market-four{
    background: none;
    text-align: center;
    padding: 10px 0 20px 0;
}
.market-three .case-list{
    width: 360px;
    height: 200px;
    overflow: hidden;
}
.market-three .case-list img{
    width: 100%;
    height: 200px;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.market-three .col-md-4{
    overflow: hidden;
}
.market-three .col-md-4:hover img{
    transform: scale(1.2);
}
.market-three .case-text h3{
    font-size: 16px;
    color: #333;
    line-height: 22px;
    margin: 10px 0;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.market-three .col-md-4:hover h3{
    color: #00aeff;
}
.market-four .col-md-4 {
    width: 33.33333333%;
    float: left;
}
.market-four .case-text h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}
.banner2{
    width: 100%;
    height: 110px;
    background: url(../images/img9.jpg) no-repeat center;
}
.market-four .col-md-4 img{
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    transition: all 1.2s;
}
.market-four .col-md-4:hover img{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
/*金融服务*/
.financial {
    background: url(../images/img10.jpg) no-repeat center;
}
.financial-media{
    display: none;
}
.financial-media h3{
    background: #f0f6fc;
    padding: 10px;
    font-size: 16px;
}
.financial-media h4{
    font-size: 15px;
    font-weight: bold;
    color: #00aeff;
}
.financial-media h3 i{
    margin-right: 6px;
    color: #00aeff;
}
.financial-media p{
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
}
.financial-media p span{
    color: red;
}
.financial-media .img-box{
    text-align: center;
}
/*.financial-media .img-box img{
	width: 800px;
}*/
.financial-media .logo-box{
    font-size: 0;
}
.financial-media .logo-box img{
    border-left: 1px solid #e2e2e2;
    margin: 10px 0;
    padding: 9px;
}
.financial-media .logo-box a:first-child img{
    border-left: none;
}
.financial-media div.center{
    text-align: center;
    margin: 40px 0;
}

.financial-media .btn-primary{
    background-color: #00aeff;
    border-color: #00aeff;
    padding: 10px 40px;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.financial-media .btn-primary:hover{
    color: #00aeff;
    background-color: #fff;
}
/*供应链服务*/
.value {
    background: url(../images/img11.jpg) no-repeat center;
}
.value-box .center {
    text-align: center;
    padding-bottom: 20px;
}
.pxClass{
    overflow: hidden;
    width: 50%;
    height: 98%;
}
.zhCLass{
    height: 99%;
    overflow: hidden;
}
.zhCLass span{
    background-color:  #F7F7F7 !important;
}
.pxClass1{
    overflow: hidden;
    width: 100%;
    height: 40%;
}
.ulClass ul{
    list-style:disc;
}
.ulClass ol{
    list-style:decimal;
}
.value-box{
    padding: 32px 0;
}
.value-box .value-list{
    overflow: hidden;
}

.value-box .value-list:last-child{
    border-bottom: none;
}
.value-list .value-word .img-box{
    width: 653px;
    height: 363px;
    overflow: hidden;
}
.value-list .value-word .img-box img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.value-list .value-word .img-box:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.value-list .value-word{
    padding: 50px 24px;
}
.value-list:nth-child(odd) .img-box{
    float: right;
    margin: 0 0 20px 50px;
}
.value-list:nth-child(even) .img-box{
    float: left;
    margin: 0 50px 20px 0;
}
.value-list .value-word .img-box img{
    width: 100%;
    height: 363px;
}
.value-list .value-word .title{
    /*height: 25px;*/
    line-height: 25px;
    font-size: 18px;
    color: #373d41;
    /*overflow: hidden;*/
    margin-bottom: 17px;
    margin-top: 40px;
}
.value-list .value-word .line{
    height: 2px;
    width: 24px;
    background: #373d41;
    overflow: hidden;
    margin-bottom: 14px;
}
.value-list .value-word .text{
    font-size: 14px;
    color: #73777a;
    line-height: 21px;
}
.value-box .value-list .col-md-7{
    width: 58.33333333%;
    float: left;
}
.value-box .value-list .col-md-5{
    width: 41.66666667%;
    float: left;
}
/*关于我们*/
.about {
    background: url(../images/img12.jpg) no-repeat center;
}
.about-box{
    padding: 40px 0;
}
.about-box2{
    padding: 40px 0;
    position: relative;
    background-color: #fafafa;
}
.about-list .about-img{
    overflow: hidden;
}
.about-list .about-img img{
    width: 550px;
    height: 339px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.about-list .about-img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.about-list .about-word .title{
    font-size: 24px;
    color: #00aeff;
    margin-top: 5px;
    padding-bottom: 10px;
}
.about-list .about-word .title span{
    font-size: 16px;
    color: #666666;
}
.about-list .about-word p{
    text-indent: 2em;
    line-height: 2;
}
.about-box .center {
    text-align: center;
    padding-bottom: 20px;
}
.contact-form .form-group {
    margin-bottom: 26px;
}
.about-box2 .contact-form .group-title h2{
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-box2 .contact-form .form-group label {
    position: absolute;
    right: 24px;
    top: 6px;
    font-size: 14px;
    color: #f0ad4e;
    z-index: 1;
}
.about-box .hero-text .line {
    margin-top: 10px;
}
.about-box .hero-text h1 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #252b3a;
    margin-top: 56px;
}
.about-list .about-contact{
    text-align: center;
    padding: 40px 10px;
    margin: 0 10px;
    border: 2px solid #f4f4f4;
    height: 280px;
    transition: all 0.5s ease;
}
.about-list .about-contact:hover{
    box-shadow:0 0 16px 0 rgba(0,0,0,.2);
    background: #fff;
    border:2px solid transparent;
}
.about-contact .case-info .caption{
    font-size: 18px;
    color: #252B3A;
    line-height: 22px;
    font-weight: 700;
    margin-top: 24px;
    position: relative;
}
.about-contact .case-info .caption:before{
    position: absolute;
    content: '';
    width: 32px;
    height: 3px;
    background: #ADB0B8;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.2s ease-in-out 0s;
}
.about-contact .case-info .info{
    margin: 0 0 10px;
    overflow: hidden;
    font-size: 14px;
    color: #575D6C;
    line-height: 22px;
    margin-top: 35px;
}
.about-box .hero-text{
    position: relative;
}
.about-box .hero-text a.more {
    position: absolute;
    right: 0;
    font-size: 14px;
    padding: 6px 10px;
    line-height: 24px;
    color: #48494e;
    top: 0;
}
.about-box .hero-text a.more:hover,.about-box .hero-text a.more:focus{
    color: #00aeff;
    text-decoration: none;
}
.about-box .hero-text.left h1{
    font-size: 18px;
    margin-bottom: 6px;
}
.about-box .hero-text.left h1 i{
    font-size: 16px;
    color: #ff6a00;
    margin-right: 6px;
}
.about-box .hero-text.left .line{
    width: 100%;
}
.about-box .market-main .market-new ul{
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.market-main .market-new ul li i{
    margin-right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #828282;
    float: left;
    line-height: 20px;
    color: #ffffff;
}
.market-main .market-new ul li i.top{
    background: #00aeff;
}
/*贸易服务*/
.trade{
    background: url(../images/img13.jpg) no-repeat center;
}
.data-cont,.chartCon{
    width: 100%;
    height: 336px;
}
.trade-box{
    background: #f8f8f8;
    padding: 40px 0;
    padding-top: 20px;
}
.trade-box .list-li{
    cursor: pointer;
    border: 1px solid #eee;
    box-shadow: 0 2px 4px 0 rgba(226, 226, 226, 0.5);
    background: #fff;
    padding: 10px 20px;
    /*text-align: center;*/
    height: 360px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.trade-box .list-li .img{
    text-align: center;
}
.trade-box .list-li:hover{
    -webkit-box-shadow: 0 6px 16px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 6px 16px 0 rgba(0,0,0,.2);
    box-shadow: 0 6px 16px 0 rgba(0,0,0,.2);
    transform: translateY(-7px);
    background: #fff;
    border:1px solid transparent;
}
.trade-box .list-li img{
    margin: 20px;
    width: 80px;
}
.trade-box .list-li p{
    text-align: left;
    margin: 0;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.trade-box .list-li .center.more{
    margin: 20px;
}
.trade-box .list-li .center.more .btn-primary {
    background-color: #00aeff;
    border-color: #00aeff;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.trade-box .list-li .center.more .btn-primary:hover{
    color: #00aeff;
    background-color: #fff;
}
.trade-box .center {
    text-align: center;
    padding-bottom: 20px;
}
.trade-box .hero-text .line {
    margin-top: 10px;
}
.trade-box .form-inline{
    margin: 20px auto;
    /* padding: 20px 10px;*/
    /* box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);*/
    position: relative;
    /* border-bottom: 1px solid #fff;
     background: #fff;*/
    text-align: center;
}
.trade-box .form-inline .form-box{
    width: 60%;
    margin: auto;
}
.trade-box .form-inline .form-control {
    border-radius: 20px;
    height: 40px;
    padding: 6px 12px;
}

/*海外服务*/
.oversea{
    background: url(../images/img14.jpg) no-repeat center;
    text-align: center;
}
.oversea .btn-default{
    background: none;
    border-color: #ffffff;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    margin-top: 120px;
}
.oversea .btn-default:hover,.oversea .btn-default:focus{
    color: #00aeff;
    background-color: #fff;
}
.oversea-box{
    padding: 20px 0;
}
.oversea-box .swiper-container{
    height: 270px;
}
.address{
    background: #f2f2f3;
    padding: 10px;
}
.address a{
    margin: 5px;
}
.oversea-box .center {
    text-align: center;
    padding-bottom: 40px;
}
.oversea-item .servicebox li a{
    display: block;
    height: 410px;
    border-radius: 4px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.oversea-item .servicebox li a img{
    width: 260px;
    height: 415px;
}
.oversea-box ul{
    margin: 0;
    padding: 0;
}
.oversea-item .servicebox li{
    width: 260px;
    float: left;
    margin: 0 12px;
}
.servicebox li a:after{
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,.5);
    transition:all .3s ease;
}
.servicebox li .textbox{
    padding: 30px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top:0px;
    z-index: 22;
    display: flex;
    align-items:center;
    justify-content:center;
}
.servicebox li .title{
    margin-bottom:15px;
    text-align: center;
}
.servicebox li .title h4{
    font-size: 20px;
    margin-top: 10px;
    line-height: 36px;
    font-weight: bold;
}
.servicebox li .textbox .par{
    font-size: 14px;
    line-height: 26px;
    opacity: 0;
    height: 0px;
    transition:all .3s ease;
}
.servicebox li .textbox .par .more{
    text-align: center;
    margin-top: 25px;
}
.servicebox li .textbox .par .more span{
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    border:1px solid #fff;
    transition: all 0.3s;
}
.servicebox li .textbox .par .more span:hover{
    border: 1px solid #fff;
    background: #fff;
    color: #00aeff;
}
.servicebox li:hover a:after{
    background:linear-gradient(rgba(16, 134, 223, .8),rgb(16, 134, 223));
}
.servicebox li:hover .par{
    opacity: 1;
    height: 260px;
}
.servicebox li .title .fa{
    font-size: 34px;
}
.oversea-box .data-cont,.oversea-box .chartCon {
    height: 692px;
}
.oversea-box .chartCon img{
    width: 100%;
}
.oversea-list .swiper-slide{
    position: relative;
}
.oversea-list .swiper-slide img{
    width: 100%;
    height: 270px;
    display: block;
}
.oversea-list .swarr{
    background-color:rgba(255,255,255,.9);
    background-size:  14px;
}
.oversea-list .swiper-button-prev{
    left: 0px;
}
.oversea-list .swiper-button-next{
    right: 0px;
}
.oversea-box .row.oversea-ad{
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    background: #f7f7f7;
}
.oversea-box .row.oversea-ad:hover{
    box-shadow:0 0 16px 0 rgba(0,0,0,.2);
    background: #fff;
    border:1px solid transparent;
}
.oversea-box .row .col-md-4{
    padding: 0;
}
.ad-oversea .img {
    margin-bottom: 20px;
    text-align: center;
}
.ad-oversea .img img {
    width: 600px;
}
.oversea-box .list li {
    float: left;
    width: 170px;
    margin: 0 10px 20px;
    text-align: center;
}
.oversea-box .list li h3{
    color: #ff7f00;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}
.oversea-box .list li .icon img{
    width: 75px;
}
.oversea-box .flow{
    background: #f0f6fc;
    text-align: center;
}
.oversea-box .flow img{
    width: 100%;
}
.oversea-box .about-list .about-contact {
    height: 320px;
}
/*风控服务*/
.risk{
    background: url(../images/img15.jpg) no-repeat center;
    text-align: center;
}
.risk .btn-default{
    background: none;
    border-color: #ffffff;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    margin-top: 120px;
}
.risk .btn-default:hover,.risk .btn-default:focus{
    color: #00aeff;
    background-color: #fff;
}
.risk-box .market-new ul li {
    border-left: 2px solid #f4f4f4;
    position: relative;
    padding-left: 14px;
}
.risk-box .market-new ul li:before{
    content: "";
    background: #ff6a00;
    border-radius: 50%;
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -4px;
    top: 42px;
}
.risk-box .market-new ul li span{
    color: #999;
    font-size: 14px;
    float: none;
    padding-right: 4px;
}
.risk-box .market-new ul li img{
    height: 18px;
}
.risk-box .market-new ul li a {
    margin-top: 6px;
    width: 538px;
}
.risk-main .risk-new li{
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}
.risk-main .risk-new li .title{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    text-align: center;
    padding-top: 32px;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.risk-main .risk-new li:hover .title{
    background: rgba(16, 134, 223, .6);
}
.risk-main .risk-new li img{
    width: 100%;
    height: 84px;
}
.product-tab .tab-img li{
    float: left;
    position: relative;
    width: 360px;
    height: 200px;
    cursor: pointer;
    margin: 10px;

}
.product-tab .tab-img li img{
    width: 360px;
    height: 200px;
}
.product-tab .tab-img li .title {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    color: #fff;
    text-align: center;
    padding-top: 90px;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}
.product-tab .tab-img li.active .title {
    background: rgba(16, 134, 223, .8);
}
.product-tab .tab-img li.active{
    font: normal normal normal 14px/1 FontAwesome;
}
.product-tab .tab-img li.active:before{
    content: "\f0d7";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -12px;
    font-size: 42px;
    color: #00aeff;
    z-index: -1;
}
.product-tab .table_card{
    display: none;
    margin: 10px;
}
.product-tab .table_card .tabCon div.tabrow {
    display: none;
    overflow: hidden;
    margin: 0 20px;
}
.product-tab .table_card .tabCon div.on {
    display: block;
}
.product-tab .table_card .tabCon div.tabrow-one {
    overflow: hidden;
    margin: 0 20px;
}
.table_card .product-img{
    margin-top: 20px;
}
.table_card .product-img img{
    width: 300px;
    height: 168px;
    margin-right:20px;
}
.product-tab .table_card .product-word {
    font-size: 14px;
    line-height: 2;
    text-indent: 2em;
    margin: 20px 0;
}
.product-tab .table_card .tabCon{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    border: 1px solid #f0f0f0;
    border-top: 0;

}
.topic-cont{
    margin-top: 20px;
}
.topic-cont img{
    width: 100%;
}
.topic-box h3 span {
    cursor: pointer;
    color: #333;
    padding: 6px 15px;
    border-bottom: transparent 2px solid;
    font-size: 18px;
    font-weight: bold;
}
.topic-box h3 span.active {
    color: #00aeff;
    border-bottom: #00aeff 2px solid;
}
.topic-box .market-new ul li a {
    width: 860px;
}
.risk-box .market-one {
    padding-bottom: 0px;
}
/*风控服务-产品服务*/
.pre_banner_3d a {
    text-decoration: none;
    border: 0
}
.product-tab .table_card{
    display: none;
}
.product-tab .table_card.curtent{
    display: block;
}
.pre_banner_3d {
    margin: auto;
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top:-45px;
}
.pre_banner_3d .product-tab{
    padding-top: 300px;
}
.banner_tree {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    overflow: hidden;
    left: -120px;
}
.show_s_ui {
    width: 100%;
    height: 100%;
    position: relative
}
.show_s_ui>li {
    width: 360px;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 30;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
}
.show_s_ui>li>div {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
}
.show_s_ui>li>img {
    width: 100%;
    height: 100%
}
#middel_shows {
    width: 422px;
    height: 234px;
    left: 25%;
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 40;
}
#left_shows {
    left: 0%;
    filter: alpha(opacity=60);
    opacity: .6
}
#right_shows {
    left: 68.5%;
    opacity: .6;
    filter: alpha(opacity=60)
}
.fontClass{
    display:inline-block;
}
/*海外仓新增页面*/
#warehouse {
    width: 1125px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 30px;
}
#warehouse .introModule {
    width: 345px;
    height: 440px;
    margin: 15px;
    float: left;
    background-color: #f0efef;
}
#warehouse .introModule:hover{
    -moz-box-shadow:2px 2px 5px #ccc;
    -webkit-box-shadow:2px 2px 5px #ccc;
    box-shadow:2px 2px 5px #ccc;
}
#warehouse .introModule .introHead, #warehouse .introModule .introInfo {
    line-height: 32px;
    color: #666;
    font-size: 16px;
}
.introHead{
    height: 45px;
    background: #00aeff;
    padding-left:15px;
    font-weight: bold;
}
.introHead a{
    color: #fff;
    line-height: 45px;
}
#warehouse .introModule .introImg, #warehouseDetail .introImg {
    position: relative;
    overflow: hidden;
}
.introHead:hover{
    background: #00aeff;
}
.introModule .introInfo{
    padding-top:15px;
}
.introModule .introInfo li span{
    color:#000;
}
#warehouse .introModule .introImg .lbl {
    position: absolute;
    top: 30%;
    left:35%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    color: #ffffff;
    padding-left: 10px;
    background:#000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    border-radius: 45px;
    transition: all 0.5s ease;
}
#warehouse .introModule .introImg .imgClass{
    transition: all 0.5s ease;
}
#warehouse .introModule .introImg:hover .imgClass{
    transform: scale(1.2);
}
#warehouse .introModule .introImg:hover .lbl{
    background: #00aeff;
}
#warehouse .introModule .introImg .city {
    position: absolute;
    z-index: 11111111;
    color: #fff;
    top: 30%;
    left:35%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 14px;
}
.imgClass {
    width: 345px;
    height: 230px;
    transition: all 0.4s;
    background: #f3f4f4;
}
#warehouseDetail {
    margin: 0 auto;
    width: 1080px;
    height: auto;
    padding-bottom: 30px;
    overflow: hidden;
}
#warehouseDetail .introImg {
    margin-top: 10px;
    float: left;
    width:530px
}
#warehouseDetail .introDetail {
    margin-top: 10px;
    float: right;
    width: 540px;
    background: #e0f1ff;
}
#warehouseDetail .introDetail .title {
    color: #333;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    padding-top:20px;
    padding-left: 30px;
}
.clr-blue {
    color: #42a7e1;
}
.clear {
    clear: both;
}
#warehouseDetail .introModule {
    background-color: #e0f1ff;
    margin-top: 20px;
}
#warehouseDetail .wHalf {
    width: 530px;
}
.leftnew {
    float: left;
}
#warehouseDetail .wHalf .mess {
    width: 350px;
}
#warehouseDetail .introModule .mess {
    float: left;
    padding: 16px 0;
    line-height: 30px;
    font-size: 14px;
    color: #413f3f;
}
.clr-orange {
    color: #00aeff;
    font-weight: bold;
    font-size: 18px;
}
.textd {
    height: 100px;
    overflow: auto;
}
#warehouseDetail .introDetail .baseInfo {
    width: 100%;
    background-color: #e0f1ff;
    color: #a6a6a6;
    text-align: right;
    line-height: 28px;
    margin-top: 4px;
    min-height: 308px;
    overflow: hidden;

}
.add_left{
    float: left;
    width:530px;
    height: 295px;
    margin-top:20px;
    margin-bottom: 10px;
    border: #e0f1ff 1px solid;
}
.add_right{
    float: right;
    width:530px;
    height: 297px;
    margin-top:20px;
    background: url(../images/warehouseIcon5.png) no-repeat  30px 60px #e0f1ff;
    padding-top:80px;
}
.add_cont{
    line-height: 40px;
    font-size: 16px;
    padding-right: 30px;
    color: #666;
}
.add_cont span{
    color: #000;
}
#warehouseDetail .introDetail  .baseInfo td b{
    color: #333;
    line-height: 60px;
    padding-top:10px;
    font-size: 16px;
}
#warehouseDetail .introDetail .baseInfo tr td:last-of-type {
    text-align: left;
    color: #413f3f;
}
#warehouseDetail .introModule {
    background-color: #e0f1ff;
    margin-top: 20px;
}
#warehouseDetail .wHalf {
    width: 530px;
}
.right {
    float: right;
}
#warehouseDetail .wHalf .mess {
    width: 350px;
}
#warehouseDetail .introModule img {
    display: block;
    float: left;
    margin-right: 16px;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
fieldset, img {
    border: none;
}
.imgDetaClass{
    width: 530px;
    height: 350px;
    background: #f3f4f4;
}

#warehouseDetail .wFull {
    width: 100%;
}
#warehouseDetail .wFull .mess {
    width: 900px;
}
.clr-blue-1 {
    color: #119ce1;
}
#warehouseDetail .introModule {
    background-color: #e0f1ff;
    margin-top: 20px;
}
#warehouseDetail .wFull {
    width: 100%;
}
/* 新增*/
.sever_w{
    width:100%;
    height: 120px;
}
.kymj{
    float: left;
    width: 366px;
    height: 100%;
    border-radius: 10px;
    padding-left:140px;
}
.kymj b{
    display: block;
    font-size: 24px;
    color: #00aeff;
    padding-top:30px;
    width: 140px;
    text-align: center;
}
.kymj p{
    color: #999;
    width: 140px;
    text-align: center;
}
.sever_w .ky1{
    background: url(../images/severa01.png) no-repeat 50px center  #e0f1ff;
}
.sever_w .ky2{
    background: url(../images/severa02.png) no-repeat 50px center  #e0f1ff;
    margin: 0px 20px;
}
.sever_w .ky3{
    background: url(../images/severa03.png) no-repeat 50px center  #e0f1ff;
}
.searchArea{
    margin:20px 0 60px 0;
    font-size: 14px;
    border:1px solid #e0f1ff;
    border-radius: 10px;
    padding: 20px 40px;
}
.searchArea li{
    height: 40px;
    line-height: 40px;
}
.searchArea li a{
    padding: 3px 8px;
    color: #00aeff;
    border:1px solid #00aeff;
    border-radius: 3px;
    margin-left: 8px;
}
.searchArea li a:hover{
    background: #00aeff;
    text-decoration: none;
    color: #fff;
}
.searchArea li .cur_a{
    background: #00aeff;
    text-decoration: none;
    color: #fff;
}
.introImg .city2{
    position: absolute;
    z-index: 11111111;
    color: #fff;
    top: 35%;
    left: 40%;
    width: 140px;
    height:140px;
    line-height: 90px;
    text-align: center;
    font-size: 18px;
}
.introImg .lbl2 {
    position: absolute;
    top: 28%;
    left:40%;
    width: 140px;
    height:140px;
    line-height: 140px;
    color: #ffffff;
    padding-left: 10px;
    background:#000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    border-radius: 45px;
    transition: all 0.5s ease;
    z-index: 88;
    border-radius: 70px;
}
.add_left .left {
    height: 297px;
    width:530px
}
.add_left .left .mapBox {
    width: 100%;
    height: 100%;
}
#warehouseDetail .introImg .flex-viewport,
#warehouseDetail .introImg .flex-viewport .slides,
#warehouseDetail .introImg .flex-viewport .slides li{
    height: 100%;
    /*background-size: cover!important;*/
}

.new_first{ width:100%; height:140px; display:block; float:left;  border-bottom:1px dotted #CCC; margin-bottom:10px; }
.new_first_title{ width:100%; height:40px; line-height:40px; font-size:20px; color:#333; text-align:center; font-weight:bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.new_first_intro{ width:100%;  line-height:30px; text-indent:2em;color:#666;  overflow: hidden; text-overflow: ellipsis;display:-webkit-box;
    -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.new_first_intro a{display: block; text-align: right;}
.zheng{ width:1170px; display:block; margin:0 auto; height:300px; margin-bottom:10px; }
.zhengwu{ width:210px; height:300px; display:block; float:left; /*border-left:1px solid #d8d8d8;*/ }
.zhengwu_title{ font-size:20px; font-weight:bold; color:#333; height:30px; padding-left:10px; border-left:3px solid #00aeff; }
.zhengwu_cont{ width:210px; margin-top:10px; height:260px; display:block; float:left; background:#58afff; }
.zhengwu_cont a{ width:105px; height:83px; display:block; float:left; text-decoration:none; }
.zhengwu_cont a img{ width:auto; height:40px; display:block; margin:15px auto; margin-bottom:0px; }
.zhengwu_cont a span{ width:105px; height:30px; font-size:14px; display:block; font-weight:bold; font-family:"微软雅黑"; line-height:20px; text-align:center; color:#fff; }
.zhengwu_cont a:hover span{ font-weight:bold; text-decoration:underline; }

.zhengwu2{ width:450px; height:300px; display:block; float:left; border-left:1px solid #d8d8d8; margin-left:15px;}
.zhengwu2_title{ width:440px; font-size:20px; font-weight:bold; color:#333; height:30px; padding-left:10px; border-left:3px solid #00aeff; }
.zhengwu2_cont{ width:450px; margin-top:10px; height:250px; display:none; float:left;position: relative; }
#zhengwu2_cont1{
    display:block;
}
.zhengwu2_cont ul{ display:block; margin:0px; padding:0px; }
.zhengwu2_cont li{ width:440px; display:block; height:35px; line-height:35px; margin-left:10px; }
.zhengwu2_cont li a{ width:350px; display:block; float:left; color:#333; padding-left:10px; background:url(../images/circle.png) left no-repeat; text-decoration:none;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.zhengwu2_cont li a:hover{ color:#0e81e2; }
.zhengwu2_cont li span{  display:block; float:right; color:#999; height:35px; line-height:35px; margin-right: 10px;}
.zw_title_tab{ width:auto; height:30px; display:inline-block; float:right; font-size:16px; color:#333333; }
.zw_title_tab span{ cursor:pointer; width:86px; height:30px; padding-left:15px; display:inline-block;
    float:left; background:url(../images/circle2.png) left no-repeat; line-height:30px; font-weight:normal;   }
.zw_title_tab .cur{ background:url(../images/circle3.png) left no-repeat; font-weight:bold; color:#00aeff  }
.information-tab{ background:url(../images/blue_bg_03.png) 30px 20px repeat-x; }
.btn-info {
    color: #fff;
    background-color: #00d1f0;
    border-color: #00d1f0;
}

.dsf_wrap{ padding:30px 0px}
.bank_bg{margin-bottom: 15px; height: 188px; text-align: center; border: 1px solid #d3dcdc;
    position: relative;}
.col-ma{ margin-left: 2%; width: 48%!important;}
.bank_bg img{ margin-top:20px!important; display: block; margin: 0 auto; }
.bank_bg h4{  height: 28px;font-size: 16px;line-height: 22px;}
.bank_list{border: 1px solid #d8d8d8; position: relative; margin-bottom: 15px;}
.bank_list img{float: left; border:1px solid #d8d8d8; margin: 10px 20px; border-radius: 50%;width: 96px;height: 96px;}
.bank_list span{ position: absolute; top:0px; right: 0px; color: #fff; padding: 3px 10px; background: #00aeff;}

.bank_list h4{ height: 32px; line-height:32px; margin-bottom: 0px!important;}
.bank_list p{ line-height: 28px;text-decoration: none;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.bank_list:hover{ background: #f4f5f5;}

.line-back{ height: 50px; line-height: 50px!important; position: absolute; bottom: 0; left: -1px; width: 100%; line-height: 60px; border-top: 1px solid #d3dcdc;;}
.line-back a{ width: 50%; float: left;border-left: 1px solid #d3dcdc; }
.line-back a:hover{ background: #0ec7e2; color: #fff; text-decoration: none;}


.investment_f .investment_title {
    height: 44px;
    overflow: hidden;
    background: #f0f1f1;
}

.investment_title div {
    width: 120px;
    height: 44px;
    float: left;
    margin-right: 6px;
    display: inline;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 46px;
    color: #555;
    cursor: pointer;
}

.investment_title a,
.investment_title a:link,
.investment_title a:visited,
.investment_title a:hover {
    color: #555;
    width: 131px;
    height: 44px;
    display: inline-block
}

.investment_title div.on a,
.investment_title div.on a:link,
.investment_title div.on a:visited,
.investment_title div.on a:hover {
    color: #fff
}

.investment_title div.on {
    background: #00aeff;
    color: #fff
}

.investment_con {
    clear: both;
    background: #fff;
    min-height: 250px;
    margin-top:15px;
}
.investment_con_list {
    display: none
}

/*首页-贸易管理*/
.aniu_ik{border: 1px solid #ececec; height: 280px!important;color: #333; border-radius: 5px;
    float: left;  width: 32%; padding-left: 4%; margin-right: 1.3%; font-size: 22px; padding-top:50px;}
.aniu_ik p{ color: #999; font-size: 18px;}
.chu01{background: url(../images/chu01.png) no-repeat bottom right;}
.chu02{background: url(../images/chu02.png) no-repeat bottom right;}
.chu03{background: url(../images/chu03.png) no-repeat bottom right;}
.aniu_ik:hover{color: #fff; text-decoration: none;}
.aniu_ik:hover p {
    color: #fff;
    text-decoration: none;
}

.chu01:hover {
    background: #f3c557 url(../images/chu01_cur.png) no-repeat bottom right;
}

.chu02:hover {
    background: #f3c557 url(../images/chu02_cur.png) no-repeat bottom right;
}

.chu03:hover {
    background: #f3c557 url(../images/chu03_cur.png) no-repeat bottom right;
}

/*电子政务*/
.dzzw_cont {
    text-align: center;
    margin-top: 30px;
}

.dzzw_cont .col-md-4 {
    border-right: 1px solid #dddada;
    margin-bottom: 50px;
    padding-top: 20px !important;
    line-height: 50px;
    color: #333;
    font-size: 18px;
}

.dzzw_cont .col-md-4 img {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    background: url(../images/dazf_ico2.png) center 0px no-repeat;
    padding: 35px;
    transition: all 0.5s ease;
}

.dzzw_cont .col-md-4:hover img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    text-decoration: none;
}

.dzzw_cont1 {
    text-align: center;
    background: #f7f7f7;
    margin-bottom: 80px;
    padding-top: 50px !important;
}

.dzzw_cont1 .col-md-4 {
    border-right: 1px solid #dddada;
    margin-bottom: 50px;
    padding-top: 20px !important;
    line-height: 50px;
    color: #333;
    font-size: 18px;
}

.dw_zheng6 img {
    padding: 40px;
    background: #3fc610;
    display: block;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.dzzw_cont a:hover, .dzzw_cont1 a:hover {
    text-decoration: none;
}

.dzzw_cont1 .col-md-4:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    text-decoration: none;
}


/*news 左侧导航*/
.hyxo a {
    display: block;
    padding-left: 20px;
    line-height: 40px !important;
    color: #333;
}

.hyxo a:hover {
    text-decoration: none;
    background: #00aeff;
    color: #fff;
}

/*footer*/
.dark-grey .col-md-2 {
    padding-right: 0px !important;
    margin-bottom: 15px;
}

.dark-grey .col-md-2 img {
    width: 100% !important;
    overflow: hidden;
    background: red;
}

/*蓝线长度修改*/
.hero-text .line {
    width: 190px;
}
@media screen and (max-width: 768px){
    .main-quote .overlay-box{ width: 86%;}
    .overlay-box .content-box{ margin-top: 0px}
    .tab-block .tab-buttons .tab-button{font-size: 12px;}
    .aniu_ik{ width: 100%; margin-bottom: 15px; height: 200px!important;}
    .divClass1{ width: 80px;  margin-right: 8px; height: 22px; line-height: 22px}
    .divClass .divClass1 a{font-size: 8px !important;}
    .flex-control-nav{display: none}
    .top-header ul.links li{font-size: 12px; padding:0 3px}
    .flex-direction-nav li a.flex-prev{ background-size: 40%; left: 20px }
    .flex-direction-nav li a.flex-next{background-size: 40%; right: 20px }
    .flex-direction-nav{ position: absolute; top:30%}
    .flex-direction-nav li a{width: 30px; height: 30px}

    .trade-box .form-inline .form-box{
        width: 100%;
    }
    .trade-box .form-inline input.form-control {
        width: 100%;
    }
    .trade-box .form-inline select.form-control {
        width: 100%;
    }
    .trade-box .form-inline .btn-info{ width: 100%}
    .information-tab .pull-left{
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .overlay-box .content-box a h3{ font-size: 14px}
    .hero-text h1{font-size:18px}
    .investment_con_list .col-xs-12{ padding: 0px}
    .investment_con_list .col-md-12{ padding: 0px}
    .dark-grey .col-md-2 { width: 32%;}
    .zhengwu2{ width: 100%; height: auto; padding-bottom: 20px; margin-bottom: 20px; margin-left: 0px; }
    .zhengwu2_title{ width: 100%; height: 25px; line-height: 25px; font-size: 14px; }
    .zhengwu2_cont{ width: 100%; height: auto}
    .zhengwu2_cont li{width: 100%;}
    .zhengwu2_cont li a{ width: 60%}
    .zw_title_tab{font-size: 14px; height: 25px; line-height: 25px; width: 100%}
    .zhengwu2 .mored{text-align: right; height: 30px;  bottom: -30px;}
    .zhengwu_title{width: 100%; height: 25px; line-height: 25px; font-size: 14px;}
    .zhengwu{ width: 100%; height: auto}
    .zhengwu_cont a img{ margin-top:22px}
    .zhengwu_cont a{    width: 28%;
        margin-right: 5%;
        text-align: center;
        margin-bottom: 15px;
        background: #ffc600;
        height: 109px;
       }
    .zhengwu_cont{width: 100%; height: auto; background: none; margin-bottom: 15px}
    .zhengwu_cont a span{width: 80%; margin: 0 auto}
    .new_first{ height: auto;}
    .imksul ul li{width: 100%; margin-left: 0px}
    .new_first_intro{    -webkit-line-clamp: 4;}
    .imksul{ min-height:445px;}
    .dzzw_cont{ margin-top: 0px}
    .dzzw_cont .col-md-4{    font-size: 16px;
        width: 48%!important;
        display: block;
        float: left;
        text-align: center;
        border: 0px;
        margin-bottom: 10px;
    }
    .imksul .more{bottom: 5px}
   .about-list .about-contact{ margin-bottom: 15px}
   .img-box img{width: 100%}
   .market-one .col-md-6 .market-main .col-md-4{display: none}
   .market-one .market-main .col-md-8 ul li:last-child{    text-align: right;
       margin-top: 0px;
       margin-bottom: 0px;
       padding: 0px;}
    .market-main .market-new ul li a{ width: 70%}
    .market-one{ padding-bottom: 0px}
    .market-box{ margin:0px}
    .market-four .col-md-4 img{width: 100%}
    .market-four .case-text h3{font-size: 14px;}
    .main-new .new-nav .new-item h3{font-size: 14px;
        line-height: 22px;}
    .value-list .value-word .img-box img{width: 100%; height: auto}
    .value-list .value-word .img-box{width: 100%; height: auto}
    .about-list .about-img img{display: none}
    .main-new .nav-outer li.current a, .main-new .nav-outer li:hover a, .main-new .nav-outer li:focus a{font-size: 14px}
    .table_card .tab li{    float: left;
        cursor: pointer;
        height: 40px;
        line-height: 40px;
        background: #ccc;
        width: 47%;
        margin-right: 3%;
        margin-bottom: 15px;
        text-align: center;
        font-size: 14px;
    }
    .table_card .tab li.active {
        background: #00aeff;
        color: #fff;
    }
    .table_card .tab{height: auto; border: none}
    .product-tab .table_card .tabCon{ border: none; clear: both}
    .product-tab .table_card .tabCon img{display: block; margin-bottom: 10px; width: 100%}
    .product-tab .table_card .tabCon div.tabrow{
         margin-right: 3%;
        margin-left: 0px;
        box-shadow: none;
    }
    .product-tab .table_card .tabCon{ box-shadow: none}
    .table_card .product-img{margin-top: 0px}
    .product-tab .table_card .tabCon div.tabrow-one{
        margin-right: 3%;
        box-shadow: none;
        margin-left: 0px;
    }

    .about-box{ padding-top:15px; padding-bottom: 0px}
    .about-box .hero-text h1{ margin-top: 10px;}
    .main-new .center h3{font-size: 16px; line-height: 28px;}
    .main-new{ margin-top: 15px; margin-bottom: 0px}
    .trade-box .list-li p{text-align: center}
    .tabCon .nav-outer li.current a, .tabCon .nav-outer li:hover a, .tabCon .nav-outer li:focus a{font-size: 14px}
    .tabCon .nav-outer ul li a{font-size: 14px}
    .show_s_ui{  width: 496px; height: 100%; position: relative;}
    .show_s_ui>li>div{bottom: 0;  width: 100%; font-size: 12px}
    .banner_tree {
        width: 600px;
        height: 120px;
        top: 20px;
    }
    #middel_shows{width: 200px; height: 120px;}
    .show_s_ui>li{width:160px; height: 110px; font-size: 12px;}
    .pre_banner_3d .product-tab{padding-top:150px}
    .oversea-box{padding: 0px}
    .oversea-box .center{padding-bottom: 15px}
    .pre_banner_3d{ top:0px}
    .bjui-pageFooter ul{padding:0px; text-align: center}
    .styled-pagination li a.next, .styled-pagination li a.prev{padding: 4px 6px;}
    #pagerForm{padding-bottom: 0px; margin-bottom: 0px}
    .talent-box h3{ margin-top:0px}

    .tab-block.information-tab .tabs{ height: auto}
    .tab-item .imgks img{ height:280px; width: 100%; overflow: hidden}
    .imksul ul{height: auto;}
    .investment_con{ min-height: auto}
    .mbannerd{ background-size: 200% 100%}
    .tab-item .imgks a{ height: auto;}
    .hero-text h2{
        display: none;
    }
    .bjui-pageFooter ul>li:not(:first-child):not(:last-child){
        display: none;
    }
    .main-new .nav-outer ul li a i{
        display: none;
    }
    .pxClass{ width: 100%; height: 160px; overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:6;
        -webkit-box-orient: vertical;
    }
    .talent-main{ height: auto;}
    .talent-box .talent-main img{display: none}
    .talent-box .talent-main img{ display: none}
    .talent-box .talent-new{width: 100%}
    .talent-box .talent-new table{margin:15px 0}
    .hot_zt{margin-top:20px}
    .sorry_rt {
        margin-top:0px;
        padding-left: 0px;
        text-align: center;
    }
    .soyyr_tit {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .step_success{ padding-top: 0px}
    .sorry_rt h1{font-size: 26px; text-align: center; font-weight: bold}
    .sorry_bg img{ display: block; width: 80%; margin:0 auto}
    .tab-block .tab-buttons .tab-button{width: 30.3%; margin-right: 3%;
        margin-bottom: 10px;background: #ccc; color: #333}
    .information-tab{background: none; padding-top:0px }
    .tab-block .tab-buttons .tab-button.cur{background: #00aeff; color: #fff;}
    .investment_title div{ width: 30.33%; margin-right: 3%; margin-bottom: 10px; background:#ccc; font-size: 12px}
    .investment_f .investment_title{ height: auto; background: none}
    .prv-nxt .pull-left{ display: block; width: 100%; line-height: 32px}
    .prv-nxt .pull-right{ display: block; width: 100%}
    .market-main .fxfb ul li a{display: block; width: 100%}
    .main-new .content-box .text img{display: block; width: 100%;}
    .market-one .market-main .col-md-8 ul li:last-child a{
        color: #00aeff;
        display: block;
        margin-top:20px;
        margin-right: 20px;
    }
    .tab-item .imgks{ width: 100%; height: 280px}
}
.hyxo dl{padding-bottom:0px}
.main-new .content-box .text img{display: block; margin: 0 auto}
.main-new .content-box .text table{ margin:0 auto}
.about-word h5{
    font-size: 19px;
    font-weight: 600;
    text-indent: 26px;
}
.new-media{ padding-left: 0; margin-left: 0}
.seowhy{display: block;height: 0;width: 0;overflow: hidden;background-color: #002957;color: #002957;}

/*湖北省贸促会简介及服务指南*/
.guide-box .item-text{
    text-align: center;
}
.guide-box .item-text h2{
    font-size: 18px;
    color: #333333;
    margin-top: 30px;
}
.guide-box .item-text p{
    font-size: 14px;
    color: #666;
    margin: 0 24px;
    margin-bottom: 15px;
    line-height: 22px;
}
.guide-box .item-text .line{
    height: 2px;
    width: 25px;
    background-color: #333;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
}
.guide-tab .nav-tabs {
    border: none;
}
.guide-tab .nav-tabs>li>a {
    font-size: 24px;
    color: #333333;
    padding: 0;
    padding-left: 280px;
    margin-top: 60px;
    font-weight: bold;
}
.guide-tab .nav-tabs>li.active>a,.guide-tab .nav-tabs>li.active>a:focus,
.guide-tab .nav-tabs>li.active>a:hover,.guide-tab .nav-tabs>li>a:hover {
    border: none;
    background: none;
}
.guide-tab .nav-tabs>li {
    width: 520px;
    height: 144px;
    margin: 0 24px;
    background: url(../images/pic1.png) no-repeat center;
}
.guide-tab .nav-tabs>li>a i{
    border: 1px #333 solid;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    margin-left: 10px;
    font-size: 20px;
}
.guide-tab .nav-tabs>li.pic2{
    background-image: url(../images/pic2.png);
}
.guide-tab .tab-content{
    margin: 22px 0;
}
.guide-tab .tab-content  .col-md-2{
    padding-left: 5px;
    padding-right: 5px;
}
.guide-tab .tab-content .tab-ico{
    background: #FFFFFF;
    cursor: pointer;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.10);
    text-align: center;
    padding: 30px 10px;
    height: 164px;
    margin-top: 8px;
}
.guide-tab .tab-content .row{
    position: relative;
}
.guide-tab .tab-content .col-md-2{
    position: static;
}
.guide-tab .tab-content .tab-ico .my-tooltip{
    display: none;
    background: #1775C3;
    color: #fff;
    padding: 20px 30px;
    position: absolute;
    z-index: 1;
    width: 1170px;
    top: 174px;
    left: 0;
    text-align: left;
}
.guide-tab .tab-content .tab-ico:hover{
    background: #E8F7FF;
    border: 1px solid #02AEFF;
    box-shadow: 0 2px 7px 0 rgba(22,134,186,0.40);
}
.guide-tab .tab-content .tab-ico p {
    margin: 0;
    margin-top: 16px;
    font-size: 16px;
    color: #666666;
}
.guide-tab .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #1775C3;
}
.guide-tab .tooltip-inner {
    background: #1775C3;
    width: 364px;
    padding: 20px;
    font-size: 14px;
    line-height: 21px;
}
.col-md-9 {
    width: 75%;
    float: left;
    min-height: 400px;
    margin-bottom: 40px;
}
/****/

.tabCon .nav-outer ul .nav-outer-li a,
.tabCon .nav-outer ul .nav-outer-li:hover a,
.tabCon .nav-outer ul .nav-outer-li:focus a{
    font-size: 16px;
    text-decoration: none;
    color: #333;
    background: #fff;
    border-left: 0;
    font-weight: 700;
}
.container .nav-outer ul .nav-outer-li a,
.container .nav-outer ul .nav-outer-li:hover a,
.container .nav-outer ul .nav-outer-li:focus a{
    font-size: 16px;
    text-decoration: none;
    color: #333;
    background: #fff;
    border-left: 0;
    font-weight: 700;
}

