* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 12px;
    font-family: "Microsoft YaHei", "Hiragino Sans GB", Arial, Simsun, "Heiti SC", Helvetica, Tahoma, Arial, "PingFang SC", "WenQuanYi Micro Hei";
    background-color: #f9f9f9;
    /*height:100%;*/
}

li {
    list-style-type: none;
}

/*页面头部样式开始*/
header .container-fluid {
    margin: 0px;
    padding: 0px;
}

header .header {
    height: 28px;
    line-height: 28px;
    background-color: #e3e4e5;
    color: #666;
}

header .head_top {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

header .register {
    float: left;
}

header .loginbar {
    float: right;
}

header .loginbar li {
    float: left;
    margin-left: 20px;
}

header .loginbar li:nth-child(2) {

    margin-left: 10px;
}

header .loginbar li a {
    color: #666;
    text-decoration: none;
}

header .loginbar li:nth-child(1) a {
    color: #41a2f6;

}

header .header_main {
    margin: auto;
    height: 90px;
    background-color: #fff;
}

header .header_main > div {
    width: 1200px;
    margin: 0px auto;
    height: 90px;
    box-sizing: border-box;
}

header .header_main .logo {
    float: left;
}

header .logo_img {
    margin-top: 30px;
    width: 100px;
    margin-left: 3px;
}

header .logo_easy_img {
    margin-top: 25px;
    margin-left: 20px;
}

header .header_main .search {
    float: left;
    width: 50%;
    height: 46px;
    overflow: hidden;
    margin-top: 23px;
    /*margin-left:10%;*/
}

header .header_main .logo_weixin {
    float: right;
    position: relative;
    top: 8px;
}

header .header_main .logo_weixin > div {
    float: left;
    margin-left: 20px;
}

header .search-input-group .search_select {
    border-left: 1px solid #eee;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    height: 46px;
    box-sizing: border-box;
    color: #1a1a1a;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
header .search_select select::-ms-expand {
    display: none;
}

header .search_select select {
    border: 0px;
    height: 44px;
    width: 110px;
    padding: 0px;
    padding-left: 30px;
    outline: medium none;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/daosanjiao.png") no-repeat scroll right center #fff;
    background-position: 80px;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
}

header .search-input-group .search_button {
    background: #41a2f6;
    border: 1px solid #41a2f6;
    border-left: 0px;
    cursor: pointer;
    width: 46px !important;
    height: 46px !important;
    padding: 0px;
}

header .search-input-group .form-control {
    padding-left: 15px !important;
    box-shadow: 0 0 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-right: 0px;
    height: 46px;
    line-height: 46px;
    border-bottom-left-radius: 0px;
}

.nav {
    position: relative;
    width: 100%;
    height: 36px;
    background-color: #41a2f6;
    margin-top: 0px;
}
.loginOutTop{
    width: 1200px;
    margin: 0px auto;
    text-align: right;
}
.loginOutTop a{
    color:#41a2f6;
    text-decoration: none;
    height:18px;
    line-height:18px;
    margin-right:20px;
}
.navbar_b {
    width: 1200px;
    margin: 0px auto;
    position: relative;
}

.nav-fenlei {
    float: left;
    height: 36px;
    line-height: 36px;
    width: 200px;
    color: #fff;
}

.nav-fenlei a {
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
    text-decoration: none;
}

.nav-fenlei a span {
    float: right;
    font-size: 16px;
    margin-right: 30px;
    margin-top: 10px;
}

.nav .nav-ul {
    padding: 0px;
    margin: 0px;
}

.nav .nav-ul li {
    padding: 0px 16px;
    height: 36px;
    line-height: 36px;
    float: left;
    overflow: hidden;
}

.nav .nav-ul li:hover {
    background-color: #277fcc;
}

.nav .nav-ul .li_active {
    background-color: #277fcc;
}

.nav .nav-ul li a {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.nav .nav-ul li a:hover {
    text-decoration: none;
}

.nav .customer_hotline {
    color: #fff;
    float: right;
    line-height: 36px;
}

.nav .nav-ul li:nth-child(2):hover .level_menu {
    display: block;
}

.nav .nav-ul li:nth-child(7):hover .level_menu {
    display: block;
}

.nav .level_menu {
    display: none;
    padding: 0px;
    background: #fff;
    text-align: center;
    width: 88px;
    position: absolute;
    top: 36px;
    margin-left: -16px;
    z-index: 99;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.nav .nav-ul li:nth-child(7) .level_menu {
    width: 102px;
}

.nav .nav-ul li:nth-child(7) .level_menu > div {
    width: 102px;
}

.nav .nav-ul li:nth-child(7) .level_menu > div a {
    width: 102px;
}

.nav .level_menu > div {
    width: 88px;
    height: 38px;
    line-height: 38px;
}

.nav .level_menu > div:hover {
    cursor: pointer;
}

.nav .level_menu > div a {
    display: inline-block;
    width: 88px;
    height: 38px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.nav .level_menu > div:hover {
    color: #333;
    background-color: #f0f0f0;
    cursor: pointer;
}

/*导航栏样式结束*/
/*轮播部分内容样式开始*/
.swiper-banner {
    min-width: 1200px;
    margin: auto;
    position: relative;
    height: 450px;
    /*margin-bottom: 20px;*/
}

.banner_box {
    width: 1200px;
    height: 450px;
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -600px;
}

.bannrer_left {
    z-index: 10;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 190px;
    background: #2d2e3e;
    opacity: .8;
    height: 450px;
}

.subchannel {
    padding: 8px 0 8px 20px;
}

.subchannel:hover {
    background: #232328;
}

.trade_name a {
    line-height: 32px;
    font-size: 16px;
    text-decoration: none;
    color: #999;
}

.channels li {
    float: left;
    list-style-type: none;
    line-height: 24px;
    margin-right: 10px;
}

.channels li a {
    display: inline-block;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.category a:hover {
    color: #41a2f6;
}

.channels ul {
    overflow: hidden;
    margin-bottom: 0px;
}

.bannrer_right {
    z-index: 10;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 390px;
    width: 260px;
    overflow: hidden;
    margin-top: 30px;
    background-color: #f4f4f4;
}

.sidebar {
    background-color: #fff;
    height: 190px;
}

.sidebar_header {
    background-color: #fff;
    padding-top: 30px;
    margin-bottom: 0px;
}

.user {
    margin: auto;
    color: #333;
    text-align: center;
}

.user img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.bannrer-right .sideber_href {
    background-color: #eee;
    overflow: hidden;
}

.sideber_href > div {
    float: left;
    height: 90px;
    overflow: hidden;
    width: 125px;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    padding-top: 14px;
    background-color: #fff;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -o-transition: all 1s; /* Opera */
}

.sideber_href > div:hover {
    background-color: #41a2f6;
}

.sideber_href > div:nth-of-type(odd) {
    margin-right: 10px;
}

.sideber_href > div a {
    text-decoration: none;
}

.sideber_href > div P {
    margin-top: 6PX;
    color: #333;
    fontisize: 12px;
}

.sideber_href > div:hover P {
    color: #fff;
}

.sideber_href .img {
    height: 37px;
    width: 40px;
    margin: auto;
}

.sideber_href .img_1 {
    background: url("../images/shopping_car_icon.png") no-repeat;
}

.sideber_href .img_2 {
    background: url("../images/Release_supply_img.png") no-repeat;
}

.sideber_href .img_3 {
    background: url("../images/find_goods_img.png") no-repeat;
}

.sideber_href .img_4 {
    background: url("../images/Service_img.png") no-repeat;
}

.sideber_href > div:hover .img_1 {
    background: url("../images/shopping_car_img_2.png") no-repeat;
}

.sideber_href > div:hover .img_2 {
    background: url("../images/Release_supply_img_2.png") no-repeat;
}

.sideber_href > div:hover .img_3 {
    background: url("../images/find_goods_img_2.png") no-repeat;
}

.sideber_href > div:hover .img_4 {
    background: url("../images/Service_img_2.png") no-repeat;
}

.land_and_register {
    padding: 28px 9% 50px;
}

.land_and_register .btn {
    width: 90px;
    height: 30px;
    color: #333;
    font-size: 12px;
    border: 2px solid #41a2f6;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0px;
    text-align: center;
}

.land_and_register .btn:nth-child(2) {
    line-height: 0.429;
}

.land_and_register .land_button {
    color: #fff;
    background-color: #41a2f6;
    border: 0px;

}

.land_and_register .land_button:hover {
    color: #fff;
    background-color: #318fe2;
    border: 0px;
}

.land_and_register .register_button {
    float: right;
}

.land_and_register .register_button:hover {
    color: #fff;
    background-color: #41a2f6;
}

.inquiry-order {
    height: 105px;
    padding-top: 15px;
}

.inquiry-order > div {
    width: 50%;
    float: left;
}

.inquiry-order > div > div {
    border: 1px solid #41a2f6;
    width: 90px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #41a2f6;
    border-radius: 27px;
    margin: auto;
    margin-bottom: 15px;
}

.buyer-href a,
.seller-href a,
.news_buttons a,
.margin_buttons a {
    display: inline-block;
    width: 90px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 27px;
    color: #41a2f6;
    position: relative;
}

.buyer-href a:hover,
.seller-href a:hover,
.news_buttons a:hover,
.margin_buttons a:hover {
    background: #41a2f6;
    color: #fff;
    text-decoration: none;
}

.href-num {
    display: none;
    /*display: block;*/
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 20px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #f64;
    color: #fff;
}

.margin_buttons a {
    display: inline-block;
    width: 90px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 27px;

}

.margin_buttons span {
    display: inline-block;
}

.margin_buttons .margin-span {
    border-radius: 27px;
    width: 90px;
    height: 27px;
}

.margin_buttons .margin-btn {
    display: none;
    border-radius: 27px;
    width: 90px;
    height: 27px;
}

/*.banner .inquiry-order > div > div span a {*/
/*color: #41a2f6 !important;*/
/*}*/

.swiper-banner .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-banner .swiper-slide {
    height: 450px;
    position: relative;
    overflow: hidden;
}

.swiper-banner .swiper-slide img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    height: 450px;
}

.swiper-banner .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    display: inline-block;
    margin-right: 7px;
    background: #fff;
    opacity: .8;
    border-radius: 3px;
    cursor: pointer;
}

.swiper-banner .swiper-pagination-bullet-active {
    background: #007aff;
}

.layer_customer_2 {
    font-size: 14px;
    padding: 0px 65px;
    height: 95px;
    width: 350px;
    border-right: 10px;
}

.customer {
    margin-left: 15px;
    margin-top: 25px;
    font-size: 16px;
    color: #41a2f6;
}

.layer_customer_2 span {
    display: inline-block;
}

.layer_customer_2 .service {
    height: 30px;
    width: 30px;
    position: relative;
    top: 9px;
    display: inline-block;
    background: url("../images/service.png") no-repeat center #fff;
}

/*合作伙伴*/
.cooperative_partner {
    overflow: hidden;
}

.partner_head {
    text-align: center;
    position: relative;
    height: 48px;
    margin: 10px 0;
}

.line {
    position: relative;
    top: 24px;
    height: 2px;
    background-color: #ddd;
}

.partner_font {
    background-color: #f9f9f9;
    font-weight: bolder;
    line-height: 48px;
    width: 140px;
    letter-spacing: 3px;
    font-size: 24px;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -70px;
    z-index: 1;
    color: #666;
    font-family: "Times New Roman", Georgia, Serif;
}
.partner_font_saas{
    background-color: #f9f9f9;
    font-weight: bolder;
    line-height: 48px;
    width: 400px;
    letter-spacing: 3px;
    font-size: 24px;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -200px;
    z-index: 1;
    color: #666;
    font-family: "Times New Roman", Georgia, Serif;
}

.cooperative_partner a {
    float: left;
    overflow: hidden;
    display: block;
    height: 54px;
}

.cooperative_partner span img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

/*页面底部样式开始*/
footer {
    height: 192px;
    background-color: #eaeaea;
    font-size: 12px;
    width: 100%;
}

.div-ul {
    width: 75% !important;
    float: left;
}

.div-ul div {
    width: 25%;
    float: left;
    text-align: center;
    padding-left: 6%;
}

.contact_way {
    width: 25%;
    float: left;
}

footer .footer-nav {
    height: 192px;
    width: 1200px;
    margin: auto;
    padding: 20px 0px;
    position: relative;
}

footer .footer-nav li {
    list-style-type: none;
    text-align: left;
    line-height: 22px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
}

footer .footer-nav ul li:nth-child(1) {
    margin-bottom: 5px;
    color: #333;
}

footer .footer-nav li a,
footer .footer-nav li a:hover,
footer .footer-nav li a:focus {
    line-height: 22px;
    color: #666;
    font-size: 12px;
    text-decoration: none;
}

.weixinhao > div {
    float: left;
    height: 80px;
    /*margin-top:10px;*/
}

.weixinhao > div:nth-child(2) {
    margin-left: 15px;
}

.weixinhao > div > div {
    margin-top: 4px;
}

/*联系方式*/
footer .contact_way {
    color: #333;
}

.lxfs {
    margin-bottom: 5px;
}

.rexian_logo {
    width: 15px;
    height: 15px;
    position: relative;
    top: -2px;
}

footer .gongshanghao {
    padding-top: 10px;
    color: #333;
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.navbar .nav > li > a {
    padding: 0px 25px;
}

header .logo_img {
    margin-top: 20px;
    width: 149px;
}

.banner .channels li {
    font-size: 14px;
    line-height: 21px;
}

.banner .sidebar_header {
    background-color: #fff;
}

.american_cotton_tubiao {
    position: relative;
    border: 1px solid #eee;
    padding: 10px 10px;
}

.american_cotton_tubiao img {
    width: 360px;
    height: 230px;
}

.watermark_hide {
    background-color: #fff;
    position: absolute;
    right: 35px;
    top: 29px;
    width: 50px;
    height: 30px;
}

.hover-show-h {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    display: none;
    width: 200px;
    height: 200px;
    border: 1px solid #e8e8e8;
    background: url("../images/weChat-2.png") no-repeat center center;
    background-size: 100%;
}

.hover-show-xh {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
    display: none;
    width: 200px;
    height: 200px;
    border: 1px solid #e8e8e8;
    background: url("../images/weChat-w-2.png") no-repeat center center;
    background-size: 100%;
}

.hover-show-f {
    position: absolute;
    top: -150px;
    right: 105px;
    z-index: 99;
    display: none;
    width: 200px;
    height: 200px;
    border: 1px solid #e8e8e8;
    background: url("../images/weChat-2.png") no-repeat center center;
    background-size: 100%;
}

.hover-show-xf {
    position: absolute;
    top: -150px;
    right: 105px;
    z-index: 99;
    display: none;
    width: 200px;
    height: 200px;
    border: 1px solid #e8e8e8;
    background: url("../images/weChat-w-2.png") no-repeat center center;
    background-size: 100%;
}

.logo_weixin_img:hover {
    cursor: pointer;
}

.prompt_sy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 99;
}

.prompt_sy .prompt_hide {
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
    -moz-opacity: 0.5; /*Firefox私有，透明度50%*/
    opacity: 0.5; /*其他，透明度50%*/
}

.prompt_sy .prompt_con {
    width: 300px;
    height: 190px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border-radius: 4px;
    background-color: #fff;
}

.prompt_sy .prompt_icon {
    height: 60px;
    width: 60px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 14px;
    line-height: 14px;
    border-radius: 60px;
    background: url("../images/prompt_icon.png") no-repeat center center #f64;
    background-size: 50%;
}

.prompt_sy .prompt_words {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.prompt_sy .prompt_btn {
    padding: 0px 20px;
}

.prompt_sy .block-btn {
    width: 120px;
    height: 32px;
    border-radius: 4px;
    background: none;
    padding: 0px;
    margin: 0px;
    border: none;
    border-radius: 4px;
    position: relative;
    top: 25px;
    outline: none;
}

.prompt_sy .prompt_a {
    margin-right: 16px;
    border: 2px solid #41a2f6;
    box-sizing: border-box;
    color: #41a2f6;
}

.prompt_sy .prompt_b {
    color: #fff;
    background: #41a2f6;
}

/*图表*/
/*.formatter_box_blue{*/
/*border:2px solid #41a2f6;*/
/*color:#333;*/
/*padding:5px;*/
/*}*/
/*.formatter_box_orange{*/
/*border:2px solid #f64;*/
/*color:#333;*/
/*padding:5px;*/
/*}*/
/*.formatter_icon_blue{*/
/*display:inline-block;*/
/*margin-right:5px;*/
/*border-radius:10px;*/
/*width:9px;*/
/*height: 9px;*/
/*background-color:#41a2f6;*/
/*}*/
/*.formatter_icon_orange{*/
/*display:inline-block;*/
/*margin-right:5px;*/
/*border-radius:10px;*/
/*width:9px;*/
/*height:9px;*/
/*background-color:#f64;*/
/*}*/
/*.formatter_font{*/
/*color:#333;*/
/*}*/
/*轮播左右切换按钮*/
/*#myCarousel_t_1 .carousel-control,*/
/*#myCarousel_t_2 .carousel-control,*/
/*#myCarousel_t_3 .carousel-control,*/
/*#myCarousel_t_4 .carousel-control{*/
/*display:none;*/
/*width:30px;*/
/*height:30px;*/
/*border-radius: 30px;*/
/*position:absolute;*/
/*top:120px;*/
/*color: #fff;*/
/*font-size: 32px;*/
/*line-height: 24px;*/
/*justify-content: center;*/
/*align-items: Center;*/
/*text-shadow:none;*/
/*}*/
/*#myCarousel_t_1:hover .carousel-control,*/
/*#myCarousel_t_2:hover .carousel-control,*/
/*#myCarousel_t_3:hover .carousel-control,*/
/*#myCarousel_t_4:hover .carousel-control{*/
/*display: block;*/
/*}*/
/*#myCarousel_t_1 .carousel-control.right,*/
/*#myCarousel_t_1 .carousel-control.left{*/
/*background-image: none;*/
/*background-color: #41a2f6;*/

/*}*/
/*#myCarousel_t_2 .carousel-control.right,*/
/*#myCarousel_t_2 .carousel-control.left{*/
/*background-image: none;*/
/*background-color: #f64;*/

/*}*/
/*#myCarousel_t_3 .carousel-control.right,*/
/*#myCarousel_t_3 .carousel-control.left{*/
/*background-image: none;*/
/*background-color: #f64;*/

/*}*/
/*#myCarousel_t_4 .carousel-control.right,*/
/*#myCarousel_t_4 .carousel-control.left{*/
/*background-image: none;*/
/*background-color: #41a2f6;*/

/*}*/

/*.advertisement{*/
/*width:678px;*/
/*height:46px;*/
/*float:left;*/
/*color:#666;*/
/*margin-left:380px;*/
/*background: #f9f9f9;*/
/*z-index: 1;*/
/*overflow: hidden;*/
/*}*/
/*.swiper-container {*/
/*width:678px;*/
/*}*/
/*.swiper-slide {*/
/*margin:11px 0px 9px 0px;*/
/*background: #f9f9f9;*/
/*height:24px;*/
/*line-heihgt:24px;*/
/*}*/
/*.swiper-slide a{*/
/*text-decoration: none;*/
/*}*/
/*.swiper-slide img{*/
/*max-width:24px;*/
/*max-height:24px;*/
/*margin:0px 10px;*/
/*}*/
/*.swiper-slide span{*/
/*position: relative;*/
/*top:2px;*/
/*font-size:14px;*/
/*color:#333;*/
/*}*/
/*.swiper-button-prev, .swiper-container-rtl .swiper-button-next,*/
/*.swiper-button-next, .swiper-container-rtl .swiper-button-prev{*/
/*width:30px;*/
/*margin-top:-15px!important;*/
/*height: 30px!important;*/
/*opacity: 0.7;*/
/*background-size: 100%;*/
/*border-radius: 30px;*/
/*background-color:#f0f5fe!important;*/
/*}*/
/*.swiper-button-prev,.swiper-button-next{*/
/*display: none;*/
/*}*/

.seach_bottom_box {
    position: absolute;
    border: 1px solid #ccc;
    border-top: 0px;
    width: 443px;
    z-index: 100;
    background: #fff;
    display: none;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 14px;
}

.seach_bottom_box div {
    padding-left: 15px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

.seach_bottom_box a {
    min-width: 100px;
    display: inline-block;
    color: #999;
    padding: 0px 10px;
    margin: 5px;
    border-radius: 10px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
}

.seach_bottom_box a:hover {
    background-color: #f0f5fe;
    text-decoration: none;
}

.seach_bottom_box div:hover {
    background-color: #f0f5fe;
}

/*.swiper-container:hover .swiper-button-prev,*/
/*.swiper-container:hover .swiper-button-next{*/
/*display: block;*/
/*}*/

/*大二维码*/
/*.layer_customer_xcx{*/
/*height: 300px;*/
/*width: 300px;*/
/*background:url("../images/weChat.png") no-repeat center center;*/
/*background-size: 85%;*/
/*}*/
/*.layer_customer_gzh{*/
/*height: 300px;*/
/*width: 300px;*/
/*background:url("../images/weChat.png") no-repeat center center;*/
/*background-size: 85%;*/
/*}*/
/*#layui-layer1 {*/
/*border-radius: 20px;*/
/*}*/

/*}*/
.table_more,
.table_more:hover {
    display: inline-block;
    width: 800px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #999;
    text-decoration: none;
    cursor: pointer;
    display: none;

}

.more-icon {
    display: inline-block;
    width: 10px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-left: 5px;
    background: url(../images/triangle2.png) no-repeat scroll right center #fff;
}

/* Paging */
#paging {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    color: #333;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#paging .first,
#paging .last,
#paging .prev,
#paging .next,
#paging .list li {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin: 0 4px;
    padding: 0 10px;
    border: 1px solid #ddd;
    cursor: default;
    vertical-align: top;
    cursor: pointer;

}

#paging .list {
    display: inline-block;
    vertical-align: top;
}

#paging .list li {
    width: 32px;
    padding: 0;
    text-align: center;
    cursor: pointer;
}

#paging .list li.cur {
    color: #fff;
    background-color: #41A2F6;
    border-color: #428bca;
}

#paging .go {
    display: none;
    position: relative;
    max-width: 100px;
    height: 30px;
    border-radius: 4px;
}

#paging .go input {
    float: left;
    width: 60%;
    padding: 0 6px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    box-sizing: border-box;
    color: #ddd;
    cursor: pointer;
    outline: none;
    border: none;
    border: 1px solid #ddd;
}

#paging .go button {
    float: left;
    width: 40%;
    border: none;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    color: #fff;
    background-color: #41A2F6;
    margin-top: 0px;
}

#paging .disable {
    color: #bfbfbf;
    cursor: not-allowed;
}

#paging input::-webkit-input-placeholder {
    color: #bfbfbf;
}

/*#paging input::-moz-input-placeholder {*/
    /*color: #bfbfbf;*/
/*}*/

#paging input:-ms-input-placeholder {
    color: #bfbfbf;
}

#paging .few_pages {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 4px;
    padding: 0 10px;
    cursor: default;
    border-radius: 4px;
    vertical-align: top;
    color: #999;
    font-size: 14px;
}

#paging .few_pages span {
    margin: 0px 5px;
}

.homepage {
    width: 1200px;
    margin: 0px auto;
}

.homepagerow {
    width: 1200px;
    overflow: hidden;
    margin: 5px auto;
}

.echars .homepagecol {
    float: left;
    width: 25%;
}

.col_title {
    float: left;
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    overflow: hidden;
    font-family: "Times New Roman", Georgia, Serif;
    font-weight: bolder;
    margin-right: 5px;
}

.echars .homepagecol:nth-child(1) .col_title {
    color: #5d86d7;
}

.echars .homepagecol:nth-child(2) .col_title {
    color: #74bbf8;
}

.echars .homepagecol:nth-child(3) .col_title {
    color: #5d86d7;
}

.echars .homepagecol:nth-child(4) .col_title {
    color: #74bbf8;
}

.tab_title {
    overflow: hidden;
    padding-left: 5px;
    margin-bottom: 5px;
}

.title_lists {
    float: left;
    font-size: 12px;
    cursor: pointer;
    height: 18px;
    line-height: 18px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    margin-top: 5px;
    color: #999;
}

.resources .section-title {
    margin: 0px;
}

.resources .section-title .title-topic {
    width: 140px;
    margin-left: -70px;
}

.resources_title_lists {
    float: left;
    font-size: 14px;
    cursor: pointer;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 32px;
    line-height: 32px;
    width: 100px;
    text-align: center;
    border: 1px solid #41a4f5;
    color: #41a4f5;
    margin-right: 10px;
}

.resources_title_lists:hover {
    font-size: 15px!important;
}

.echars_lists {
    display: none;
    cursor: pointer;
    height: 180px;
    width: 300PX;
}

.resources .active_key {
    background-color: #41a4f5;
    color: #fff;
}

.highquality {
    display: none;
    width: 1200PX;
    /*height: 352px;*/
}

.active_target {
    display: block;
}

.formatter_box_orange {
    padding: 5px;
}

.formatter_icon_orange {
    display: inline-block;
    margin-right: 5px;
    border-radius: 10px;
    width: 9px;
    height: 9px;
}

.cooperative_partner {
    overflow: hidden;
    margin-bottom:20px;

}

.colbox {
    font-family: Arial, 'Hiragino Sans GB', "Microsoft Yahei", "微软雅黑", Tahoma, Helvetica, STHeiti;
    widthL: 1200px;
    overflow: hidden;
}

.Transaction_dynamics {
    float: left;
    width: 320px;
    background: #fff;
    height: 250px;
}

.Advertisement {
    float: left;
    width: 540px;
    margin: 0px 20px;
    background: #fff;
    padding: 20px 0;
    height: 250px;
}

.Service_dynamics {
    float: left;
    width: 300px;
    background: #fff;
    padding-top: 20px;
    height: 200px;
}

.colbox_title {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 20px;
    font-family: "Times New Roman", Georgia, Serif;
    font-weight: bolder;
}

.Service_dynamics
.colbox_title {
    color: #ee4533;
}

.Advertisement
.colbox_title {
    color: #5d86d7;
}

.Service_dynamics
.swiper-container {
    height: 200px;
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
}

.Advertisement
.swiper-container {
    height: 200px;
    width: 100%;
    overflow: hidden;
    background-color: #f9f9f9;
}

.Transaction_dynamics
.swiper-container {
    height: 170px;
    width: 100%;
    overflow: hidden;
    padding: 10px 10px 20px 10px;
}

.swiper-slide {
    cursor: pointer;

}
.lists_recommendation,
.lists_recommendation:active,
.lists_recommendation:visited,
.lists_recommendation:hover {
    display: block;
    color: #999!important;
    font-size: 12px;
    text-decoration: none;
    height: 32px;
    line-height: 32px;
    text-decoration: none!important;
    cursor: pointer;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lists_recommendation .serial_number{
    display: inline-block;
    color: #fff;
    width: 18px;
    height:18px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    background-color: #8eb9f5;
    margin-right:3px;
    border-radius: 3px;
}
.lists_recommendation .serial_classification{
    padding: 1px 5px;
    border: 1px solid #8eb9f5;
    color: #8eb9f5;
    font-size: 12px;
    border-radius: 5px;
}
.news_more:active,
.news_more:visited,
.news_more,
.news_more:hover{
    text-decoration: none!important;
    display: inline-block;
    height:18px;
    line-height:18px;
    font-size:12px;
    color: #999!important;
    float: right;
    overflow: hidden;
    position: relative;
    top:4px;
    /*right:20px;*/
}
.news_more>span:last-child{
    display: inline-block;
    width: 7px;
    height: 12px;
    margin-left:3px;
    position: relative;
    top: 2px;
    background: url(../images/triangle.png) no-repeat scroll right center #fff;
    background-size: 100%;
}
.swiper-slide_td {
    float: left;
    height: 100%;
    overflow: hidden;
}

.Transaction_dynamics .colbox_title {
    color: #fe9b3a;
}

.toheadul {
    padding: 0 10px;
    overflow: hidden;
    background: linear-gradient(to right, #ffad5b, #ffd3a8);
    border-radius: 5px;
}

.swiper-slide .swiper-slide_td:nth-child(1),
.toheadul .swiper-slide_td:nth-child(1) {
    width: 70px;
    padding-left: 10px;
}

.swiper-slide .swiper-slide_td:nth-child(2),
.toheadul .swiper-slide_td:nth-child(2) {
    width: 140px;
    text-align: right;
    padding: 0px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toheadul .swiper-slide_td:nth-child(3) {
    width: 90px;
    text-align: right;
    padding-right: 10px;
    color: #fff;
}

.swiper-slide .swiper-slide_td:nth-child(3) {
    width: 90px;
    text-align: right;
    padding-right: 10px;
    color: #fe9b3a;
}

.toheadul .swiper-slide_td {
    line-height: 32px;
    color: #fff;
    font-weight: bolder;
    font-size: 14px;
}

.Advertisement
.colboxlists .top,
.Advertisement
.colboxlists .bottom {
    overflow: hidden;
    width: 100%;
    /*margin: 10px 0px;*/
}

.colboxlists .left {
    float: left;
}

.colboxlists .right {
    float: right;
}

.PublisherName {
    font-size: 14px;
    line-height: 32px;
    color: #333;
    width: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Purchaseamount {
    font-size: 14px;
    color: #f64;
    line-height: 32px;
    font-weight: bolder;
}

.Publisher {
    line-height: 18px;
    color: #999;
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#swiperbox2
.swiper-button-next,
#swiperbox2
.swiper-button-prev {
    background: none;
    display: none;
    width: 32px;
    height: 40px;
    top: 102px;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    justify-content: center;
    align-items: Center;
    background-color: rgba(99, 99, 99, .5);
    text-shadow: none;
}

#swiperbox4
.swiper-button-next,
#swiperbox4
.swiper-button-prev {
    background: none;
    display: none;
    width: 32px;
    height: 40px;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    justify-content: center;
    align-items: Center;
    background-color: rgba(99, 99, 99, .5);
    text-shadow: none;
}

#swiperbox2:hover .swiper-button-next,
#swiperbox2:hover .swiper-button-prev,
#swiperbox4:hover .swiper-button-next,
#swiperbox4:hover .swiper-button-prev {
    display: block;
}

.swiperli {
    float: left;
    width: 160px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
    margin: 10px;
}

.swiperli .detail-mask {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
}

.swiperli .detail-mask .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: auto;
}

.swiperli .detail-mask .middle {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.swiperli .detail-mask a.red {
    background: #5d86d7;
}

.swiperli .detail-mask a {
    display: inline-block;
    width: 96px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

.swiperli img {
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-top: -1px;
}

.swiperli:hover .detail-mask {
    display: block;
}

.Publishertime {
    line-height: 20px;
    color: #999;
}

.highquality .table {
    margin: 5px 0px 0px 5px;
    width: 1190px;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Hiragino Sans GB", Arial, Simsun, "Heiti SC", Helvetica, Tahoma, Arial, "PingFang SC", "WenQuanYi Micro Hei";
    color: #2e3e4e;
}

.highquality .table thead tr {
    width: 100%;
    background-color: #eee;
    /*background: -webkit-linear-gradient(to right, #91a0f9, #be83f9); !* Safari 5.1 - 6.0 *!*/
    /*background: -o-linear-gradient(to right, #91a0f9, #be83f9); !* Opera 11.1 - 12.0 *!*/
    /*background: -moz-linear-gradient(to right, #91a0f9, #be83f9); !* Firefox 3.6 - 15 *!*/
    /*background: linear-gradient(to right, #91a0f9, #be83f9); !* 标准的语法 *!*/
}

.highquality .table thead tr th {
    /*color: #fff;*/
}

.highquality .table th {
    min-width: 60px;
    height: 43px;
    line-height: 43px;
    font-weight: bold;
    text-align: center;
    border: 0px;
    padding: 0px;
}

.highquality .table td {
    padding: 0px;
    min-width: 60px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border: 0px;
    border-bottom: 1px solid #e0e5ea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.highquality .table tbody tr td:nth-child(3) {
    color: #41a4f5;
}

.highquality .table tr th:first-child,
.highquality .table tr td:first-child {
    text-align: left;
    padding-left: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.highquality .table tr th:last-child,
.highquality .table tr td:last-child {
    text-align: right;
    padding-right: 20px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.highquality .table tbody .nobody td {
    text-align: center;
    border-bottom: 0px;
}

.highquality .table tbody .nobody img {
    width: 426px;
    height: 48px;
    margin-top: 50px;
}

.highquality a {
    color: #2e3e4e;
    text-decoration: none;
    font-size: 14px;
}

.highquality .table tr td:last-child a {
    color: #41a4f5;
}

.highquality img {
    margin-right: 4px;
    width: 12px;
    height: 12px;
    position: relative;
    top: -1px;
}

.morebox {
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    overflow: hidden;
    float: right;
}

.seemore {
    display: none;
}

.seemore a,
.seemore a:hover {
    text-decoration: none;
    color: #41a4f5;
}

.section-title {
    text-align: center;
    position: relative;
    height: 48px;
    margin: 20px 0;
}

.section-title .title-topic {
    font-family: "Times New Roman", Georgia, Serif;
    font-weight: bolder;
    line-height: 48px;
    background-color: #f9f9f9;
    width: 280px;
    letter-spacing: 3px;
    font-size: 24px;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -140px;
    z-index: 1;
    color: #666;
}

.section-title .line {
    position: relative;
    top: 24px;
    height: 2px;
    background-color: #ddd;
}

.product-description {
    overflow: hidden;
    width: 1500px;
    height: 380px;
}

.product-description li.tablists {
    width: 240px;
    height: 380px;
    float: left;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    -webkit-transition: all 1s 0s;
    -o-transition: all 1s 0s;
}

.product-description .des1 {
    background: url(../images/ad/c/1.jpg) no-repeat center;
}

.product-description .des2 {
    background: url(../images/ad/c/2.jpg) no-repeat center;
}

.product-description .des3 {
    background: url(../images/ad/c/3.jpg) no-repeat center;
}

.product-description .des4 {
    background: url(../images/ad/c/4.jpg) no-repeat center;
}

.product-description .des5 {
    background: url(../images/ad/c/5.jpg) no-repeat center;
}

.product-description .des-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product-description .des-mask {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.product-description .des-text {
    text-align: center;
    margin-top: 140px;
}

.product-description .des-text h5 {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.product-description .des-text .text-bottom {
    display: inline-block;
    width: 170px;
    height: 53px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.des1 .des-mask {
    background: url(../images/ad/c/1_bg.png) no-repeat center;
}

.des2 .des-mask {
    background: url(../images/ad/c/2_bg.png) no-repeat center;
}

.des3 .des-mask {
    background: url(../images/ad/c/3_bg.png) no-repeat center;
}

.des4 .des-mask {
    background: url(../images/ad/c/4_bg.png) no-repeat center;
}

.des5 .des-mask {
    background: url(../images/ad/c/5_bg.png) no-repeat center;
}

.des-mask .view-detail-wrap {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.des-mask .view-detail-wrap .title {
    margin: 58px 0 9px;
    position: relative;
    height: 34px;
    line-height: 34px;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    width: 220px;
    display: inline-block;
}

.des-mask .view-detail-wrap .title .line-left {
    left: 0;
}

.des-mask .view-detail-wrap .title .line-right {
    right: 0;
}

.des-mask .view-detail-wrap .title .line {
    border-top: 2px solid #fff;
    width: 35px;
    position: absolute;
    top: 16px;
}

.des-mask .view-detail-wrap .title-des {
    height: 60px;
}

.des-mask .view-detail-wrap .list > p {
    lheight: 22px;
    width: 100%;
    text-align: center;
}

.des-mask .view-detail-wrap .view-detail {
    margin-top: 50px;
    display: inline-block;
    width: 84px;
    height: 34px;
    line-height: 34px;
    color: #2271B2;
    text-align: center;
    background: #F2F9FF;
    text-decoration: none;
}

.des-mask .view-detail-wrap .view-detail:hover {
    background: #EEEEEE;
}

#seakey {
    position: relative;
    width: 470px;
}

.batchSear {
    position: absolute;
    right: 45px;
    top: 0px;
    width: 50px;
    text-align: center;
    color: #41a4f5;
    cursor: pointer;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.batchsearch-box .batchsearch-place {
    color: #999;
    line-height: 20px;
    margin-bottom: 10px;
}

.batchsearch-box .batchsearch-info {
    height: 242px;
}

.batchsearch-info .el-textarea {
    line-height: 30px;
    font-size: 16px;
}

.batchsearch-info .textarea_inner {
    resize: none;
    padding: 5px 5px;
    width: 460px;
    height: 230px;
    margin-left: 15px;
    line-height: 23px;
    /*overflow-y: hidden;*/
    color: #1f2d3d;
    background-color: #fff;
    border: 1px solid #bfcbd9;
    border-radius: 4px;
    outline: none;
    text-align: left;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    -o-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.batchBtn {
    height: 30px;
    text-align: center;
    width: 475px;
    margin: 0 auto;
}

.batchBtn .btnSmall {
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
    outline: none;
    border: none;
    background: #ccc;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.09px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    text-decoration: none !important;
}

.batchBtn .search_btn,
.batchBtn .search_btn_mall{
    background: #FF6710;
    padding:0px 10px;
}

.batchBtn .reset_btn {
    /*margin-right: 0;*/
    background: #41a4f5;
    width: 90px;
}
.delete_btn{
    width: 90px;
}

.regionSub {
    width: 1200px;
    margin: 20px auto 0;
    min-height: 500px;
}

.leftBox {
    width: 100%;
    height: 35px;
    margin-bottom: 20px;
}

.leftTotal {
    color: #333;
    font-size: 18px;
    margin: 5px 0;
}

.fl {
    float: left;
}

.rt {
    float: right;
}

.rightTotal .shareWei {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    border: 1px solid #41a4f5;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-right: 10px;
    float: Left;
}

.shareWei .shareImg {
    float: left;
    margin: 4px 5px;
}

.shareWei .shareText {
    color: #41a4f5;
    font-size: 16px;
}
.shareWei .shareText a{
    color: #41a4f5;
    font-size: 16px;
    text-decoration: none;
}


.feature {
    width: 1200px;
    height: 117px;
    border-radius: 4px;
}

.feature .col {
    width: 25%;
    height: 47px;
    float: left;
    margin-top: 35px;
    text-align: left;
    position: relative;
}
.feature .col .left {
    float: left;
    margin-left: 24px;
    margin-right: 15px;
}
.feature-line{
    display: inline-block;
    width:1px;
    height:48px;
    background-color:#d7d7d7;
    position: absolute;
    right:0px;
}
.feature .col .right {
    float: right;
    text-align: left;
    width: 215px;
}

.feature .col .sub-title {
    font-size: 20px;
    color: #0090ff;
}

.feature .col .desp {
    font-size: 14px;
    color: #999;
    transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    -webkit-transition: all 1s 0s;
    -o-transition: all 1s 0s;
}

.feature .col:hover .desp{
    color: #41a4f5;
}
.feature .col .animation {
    float: left;
    overflow: hidden;
    transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    -webkit-transition: all 1s 0s;
    -o-transition: all 1s 0s;
}

.feature .col:hover .animation {
    margin-top: -20px;
}

.iconNew{
    display: inline-block;
    position: relative;
    height: 48px;
    width: 48px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    background: url(../images/ad/c/icon.png) no-repeat;
}

.iconNew-transport{
    background-position:0px -55px;
}

.iconNew-storage{
    background-position:-5px -110px;
}

.iconNew-process{
    background-position:0px -160px;
}

.iconNew-search{
    background-position:0px -3px;
}

.floor-products .products {
    margin: 0 35px;
    padding-top: 14px
}

.floor-products .products .product {
    float: left;
    position: relative;
    margin-right: 30px;
}

.floor-products .products .product:hover {
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    transform: translate3d(0,-2px,0);
}

.floor-products .products .product .tag-buy-most,.floor-products .products .product .tag-recommend {
    position: absolute;
    top: 0;
    left: 90px;
    width: 80px;
    height: 20px;
    background: hsla(0,0%,100%,.4481);
    font-size: 12px;
    color: #000;
    line-height: 20px;
    text-align: center;
    margin: auto;
}

.floor-products .products .product .head-row {
    width: 260px;
    height: 120px;
    border-radius: 8px 8px 0 0;
    padding-top:32px;
}

.floor-products .products .product .head-row .title {
    height: 33px;
    font-size: 24px;
    color: #fff;
    line-height: 33px;
    margin: auto;
    /*padding-top: 32px;*/
    text-align: center;
}

.floor-products .products .product .head-row .price {
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: auto;
    margin-top: 4px;
    color: #fff;
}

.floor-products .products .product .head-row .price span {
    font-size: 30px;
}

.floor-products .products .product .head-row.mgr40 {
    margin-right: 40px;
}

.floor-products .products .product .head-row.bgcolor1 {
    background: #00c85b;
}

.floor-products .products .product .head-row.bgcolor2 {
    background: #00c29e;
}

.floor-products .products .product .head-row.bgcolor3 {
    background: #0fade3;
}

.floor-products .products .product .head-row.bgcolor4 {
    background: #0092f2;
}

.floor-products .products .product .head-row.bgcolor5 {
    background: #176ff2;
}

.floor-products .products .product .body-row {
    height: 750px;
    width: 258px;
    border: 1px solid #e5e5ea;
    border-top: 0;
    display: none;
}

.floor-products .products .product .body-row .module {
    height: 20px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-top: 14px;
    margin-left: 71px;
}

.floor-products .products .product .body-row .item {
    font-size: 14px;
    color: rgba(0,0,0,.84);
    line-height: 20px;
    margin-left: 10px;
    text-indent: 20px;
    margin-top: 5px;
}

.floor-products .products .product .body-row .item.dui-icon {
    background: url(https://jf-image.oss-cn-hangzhou.aliyuncs.com/website_v2/img/dui.png?d9158d8) no-repeat;
    background-position: 0 6px;
}

.floor-products .products .product .body-row .item.cuo-icon {
    background: url(https://jf-image.oss-cn-hangzhou.aliyuncs.com/website_v2/img/cuo.png?5b26f8f) no-repeat;
    background-position: 0 6px;
}

.floor-products .products .product .body-row .item.cuo-color {
    color: rgba(0,0,0,.44);
}

.floor-products .products .product .foot-row {
    height: 55px;
    border-radius: 0 0 8px 8px;
    width: 258px;
    border: 1px solid #e5e5ea;
    border-top: 0;
}

.floor-products .products .product .foot-row .button {
    width: 140px;
    height: 36px;
    background: #fff;
    border-radius: 17px;
    margin:20px  auto;
    border: 1px solid #1890ff;
    color: #1890ff;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.floor-products .operate {
    /*padding-bottom: 20px;*/
    cursor: pointer;
}
.layerbox .content {
    margin-top: 36px;
}
.layerbox .apply-user-form{
    width: 252px;
    height: 250px;
    margin-left: 100px;
}
.layerbox .apply-user-form .rowline {
    height: 36px;
}
.layerbox .apply-user-form .rowline .labelspan{
    float: left;
    width: 42px;
    font-size: 14px;
    line-height: 36px;
}
.layerbox .apply-user-form .rowline .input {
    float: right;
    width: 190px;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 4px;
    height: 36px;
}
.layerbox .apply-user-form .rowline input {
    width: 180px;
    border: 0;
    outline: none;
    height: 34px;
    padding-left:5px;
}
.layerbox .apply-user-form .rowline .validate-code-col{
    float: right;
    width: 190px;
    height: 36px;
}
.layerbox .apply-user-form .rowline .validate-code-col .validate-input {
    width: 90px;
    height: 36px;
    float: left;
    background: #fff;
    border: 1px solid #cacaca;
    border-radius: 4px;
}
.layerbox .apply-user-form .rowline .validate-code-col .validate-button {
    width: 90px;
    height: 36px;
    background: #fff;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    color: #f3382d;
    border: 1px solid #f3382d;
    float: right;
    font-size: 14px;
    cursor: pointer;
}
.layerbox .apply-user-form .rowline .save-button {
    width: 190px;
    height: 36px;
    border-radius: 23px;
    border: 1px solid #f3382d;
    color: #f3382d;
    line-height: 36px;
    margin: auto;
    margin-top: 60px;
    margin-left: 60px;
    cursor: pointer;
    text-align: center;
}
.layerbox .layertettle{
    height: 33px;
    font-size: 24px;
    font-family: PingFangSC-Regular;
    color: #000;
    margin-bottom:30px;
    text-align: center;
    margin-top: 30px;
    line-height: 33px;
}
.warning-tips-name,
.warning-tips-place,
.warning-tips-phone,
.warning-tips-code{
    font-size: 12px;
    text-align: left;
    padding: 4px 5px;
    color: #f3382d;
}




.transport-cont {
    width:1200px;
    margin:auto;
    height: 141px;
    /*background-color:#424a55;*/

    background: url(../images/ad/c/tranpsport.jpg) no-repeat center;
}
.transport-cont li:first-child {
    margin-left: 0;
}
.transport-cont li {
    width: 279px;
    height: 141px;
    cursor: pointer;
    margin-left: 21px;

    background: url(../images/ad/c/bgLine.png) repeat center;
    float: left;
    position: relative;
}
.transport-cont li .describe {
    display: inline-block;
    padding: 30px 30px 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    -webkit-transition: all 1s 0s;
    -o-transition: all 1s 0s;
}
.transport-cont li .describe h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.transport-cont li .detail {
    transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    -webkit-transition: all 1s 0s;
    -o-transition: all 1s 0s;
    position: absolute;
    left: 100px;
    top: 34px;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 0 46px 0 31px;
    border-left: 2px solid #fff;
}
.transport-cont li .detail h4 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 16px;
}
.transport-cont li .detail p {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}
.transport-cont li:hover .describe{
    opacity: 0;
    filter: alpha(opacity=0);
}
.transport-cont li:hover .detail {
    left: 2px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all 1s 0s;
    -moz-transition: all 1s 0s;
    -webkit-transition: all 1s 0s;
    -o-transition: all 1s 0s;
}

.table-details{
    display: none;
}
.table-details table{
    text-align: center;
    border-collapse: collapse;
    margin: 5px 0px 0px 5px;
    width: 1190px;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Hiragino Sans GB", Arial, Simsun, "Heiti SC", Helvetica, Tahoma, Arial, "PingFang SC", "WenQuanYi Micro Hei";
    color: #2e3e4e;
}

.table-details table thead{
font-weight: bolder;
}


.table-details table td{
    padding: 0px;
    border: 1px solid #ddd;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
}
.table-details table .text-left{
    text-align: left;
    padding-left:20px;
}

.finance .floor-products .products {
     margin:0px;
    padding-top: 14px;
}
.finance .floor-products .product {
    width: 300px;
    height: 320px;
    background-color: #fff;
    float: left;
    margin-right:0px;
}

.finance .floor-products .product:hover {
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    transform: translate3d(0,-2px,0);
}
.finance .floor-products {
    margin-top: 14px;
    height: 320px;
}
.finance .product .hot {
    font-size: 12px;
    width: 80px;
    height: 20px;
    background: #ee4533;
    color: #fff;
    line-height: 20px;
    margin: auto;
    text-align: center;
}

.finance .product .name {
    font-size: 16px;
    width: 112px;
    height: 18px;
    margin: auto;
    margin-top: 15px;
    color: #383c41;
    text-align: center;
}

.finance .product .desp {
    width: 245px;
    height: 14px;
    font-size: 12px;
    color: #9c9c9c;
    margin: auto;
    margin-top: 20px;
    line-height: 14px;
    text-align: center;
}

.finance .product .progress-val {
    width: 34px;
    height: 19px;
    background: rgba(0,89,255,.1);
    border-radius: 17px;
    text-align: center;
    line-height: 16px;
    margin: auto;
    margin-top: 10px;
}

.finance .product .progress-val span {
    color: #41a4f5;
    font-size: 10px;
    -webkit-text-size-adjust: none;
}

.finance .product .progress {
    margin: auto;
    width: 250px;
    height: 10px;
    border-radius: 100px;
}

.ivu-progress-bg {
    border-radius: 100px;
    background-color: #41a4f5;
    transition: all .2s linear;
    position: relative;
    height: 10px;
}
.finance .product .money {
    width: 200px;
    height: 16px;
    font-size: 12px;
    color: rgba(0,0,0,.45);
    margin: auto;
    margin-top: 10px;
    text-align: center;
}

.finance .product .money-kind {
    margin: auto;
    width: 257px;
    margin-top: 10px;
}

.finance .product .money-kind .col1 {
    width: 130px;
}

.finance .product .money-kind .col1,.floor-product .product .money-kind .col2 {
    height: 14px;
    font-size: 12px;
    color: #000;
    float: left;
    line-height: 14px;
}

.finance .product .button {
    width: 140px;
    height: 36px;
    background: #fff;
    border: 1px solid #0090ff;
    text-align: center;
    border-radius: 17px;
    margin: auto;
    margin-top: 20px;
    font-size: 14px;
    color: #0090ff;
    cursor: pointer;
    line-height: 36px;
}


