@charset "UTF-8";

/*头部导航开始*/

.top {
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    border-bottom: 1px solid #e5e4e4;
    z-index: 2;
    position: relative;
}

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

.topMain a.fr,
.topMain div.fr {
    display: flex;
    align-items: center;
}

.topMain div.mytrade {
    cursor: pointer;
    position: relative;
}

.topMain div.mytrade .navTradeList {
    top: 34px;
}

.topMain div.mytrade a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    line-height: 200%;
    color: #333;
}

.topMain div.mytrade:hover,
.topMain div.mytrade a:hover {
    color: #536775;
}

.topMain>span.mr0 {
    margin-right: 0;
}

.loginOprateBox {
    margin-left: 6px;
}

.loginOprateBox a {
    padding: 0 12px;
}

.loginOprateBox a:hover {
    opacity: 0.7;
}

.loginOprateBox a .iconfont {
    font-size: 16px;
}

.lineColorific {
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #999;
    position: relative;
    top: 2px;
}


/* head */

.headBox {
    width: 100%;
    background: #fff;
    height: 190px;
    box-shadow: 0px 0px 6px 1px rgba(23, 4, 8, 0.05);
    position: relative;
}

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

.homeLogo {
    padding: 30px 0;
    float: left;
}

.homeLogo_fr {
    padding-top: 30px;
    float: right;
}

.homeLogo_fr a {
    display: block;
    width: 100px;
    border: 1px solid #dfdfdf;
    padding: 3px;
    text-align: center;
}

.homeLogo_fr a img {
    height: 33px;
}

.headSearch {
    margin-left: 60px;
    padding-top: 16px;
    float: left;
}

.tabBtn {
    overflow: hidden;
}

.tabBtn li {
    width: 55px;
    height: 27px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    float: left;
    color: #999;
    text-align: center;
}

.tabBtn li.hover {
    color: #536775
}

.searchInput {
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    border: 2px solid #536775;
    border-radius: 2px;
}

.searchInput input {
    width: 470px;
    float: left;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
}

.searchInput button {
    width: 110px;
    background: #536775;
    color: #fff;
    float: right;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
}

.searchInput button:hover {
    opacity: 0.8;
}

.searchInput .icon-sousuo:before {
    font-size: 22px;
    position: relative;
}

.hotSearch li {
    padding-right: 5px;
    height: 30px;
    line-height: 30px;
    float: left;
}

.hotSearch li a {
    color: #333;
    margin-right: 10px;
}

.hotSearch li a:hover {
    color: #536775;
}

.top_release {
    width: 114px;
    height: 44px;
    line-height: 44px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #536775;
    margin-top: 64px;
    color: #536775;
    font-size: 16px;
    margin-top: 44px;
    text-align: center;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.top_en_logo {
    height: 46px;
    line-height: 46px;
    background-color: #ffffff;
    border-radius: 2px;
    margin-top: 23px;
    margin-right: 45px;
    color: #999;
    font-size: 16px;
    text-align: center;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.top_en_logo img {
    width: 165px;
}

.top_release:hover {
    background-color: #536775;
    background-image: linear-gradient(90deg, #536775 26%, #384c5a 100%);
    border: solid 1px #536775;
    color: #fff;
}


/* nav */

.homeNav {
    width: 100%;
    float: left;
    height: 52px;
    border-top: 1px solid #f0f0f0;
}

.homeNav>ul {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
}

.homeNav>ul li {
    padding: 0 26px;
    float: left;
    line-height: 52px;
    color: #333;
    position: relative;
}

.homeNav>ul li .hot {
    position: absolute;
    right: 0;
    top: -4px;
}

.homeNav>ul li>a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.homeNav>ul li a.color_red {
    color: #536775;
    background: url(../images/shareIcon.png) no-repeat 0px -413px;
    padding-left: 20px;
}

.homeNav>ul li.cur>a,
.homeNav>ul li.cur {
    color: #536775
}

.homeNav>ul li::after {
    opacity: 0;
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 30%;
    margin-left: -20px;
    background: #536775;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.homeNav>ul li:hover::after {
    opacity: 1;
    margin-left: -20px;
    background: #536775;
    bottom: 5px;
    left: 50%;
}

.homeNav>ul li:hover a,
.homeNav>ul li:hover .iconfont {
    color: #536775
}

.homeNav>ul li a:hover {
    color: #536775;
    opacity: 1;
}

.homeNav>ul li.cur::after {
    opacity: 1;
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -20px;
    background: #536775
}

.homeNav>ul>a {
    float: right;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background-image: linear-gradient(90deg, #536775 26%, #384c5a 100%);
    border-radius: 15px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}

.triangle {
    width: 9px;
    height: 8px;
    position: relative;
    top: 1px;
    left: 56px;
    background: url(../images/shareIcon.png) no-repeat 0px -118px
}

.navTradeList {
    /* display: none; */
    width: 160px;
    padding-top: 6px;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 999;
    margin-left: -60px;
}

.navTradeList ul {
    padding: 10px 20px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 10%);
}

.navTradeList ul.ac {
    padding: 10px;
    line-height: 20px;
}

.homeNav ul li .navTradeList a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    line-height: 200%;
    font-size: 16px;
    color: #333;
}

.homeNav ul li:hover .navTradeList a {
    color: #333;
}

.homeNav ul li .navTradeList a:hover {
    color: #536775
}


/* 主体内容 */

.homeMain {
    width: 1200px;
    margin: 0 auto 20px;
    overflow: hidden;
}


/* 分类 */

.calssesMain .pc_con ul {
    width: 220px;
    height: 440px;
    background: #fff;
    box-sizing: border-box;
    padding: 0px;
    z-index: 500;
    position: relative;
    float: left;
    margin-top: 10px;
    padding-top: 6px;
}

.calssesMain ul li .classesfl {
    padding: 8px 15px;
    overflow: hidden;
}


/*.calssesMain ul li {
	margin-bottom: 5px;
}*/

.calssesMain ul li .classesfl>a {
    color: #323434;
    line-height: 160%;
    font-size: 16px;
    padding-bottom: 5px;
    display: block;
}

.calssesMain ul li .classesfl>a:hover,
.secondClasses>a:hover {
    color: #536775;
}

.calssesMain ul li .classesfl>a i {
    font-size: 16px;
    vertical-align: -1px;
    margin-right: 5px;
    color: #536775;
}

.calssesMain ul li .classesfl>a i.icon-caigou {
    font-size: 20px;
}

.menu_pc .pc_con ul {
    width: 220px;
    height: 440px;
    background: #fff;
    box-sizing: border-box;
    padding: 0px;
    z-index: 500;
    position: relative;
    float: left;
    margin-top: 22px;
    padding-top: 6px;
}

.menu_pc ul li .classesfl {
    padding: 2.2px 5px;
    overflow: hidden;
}

.menu_pc ul li .classesfl>a {
    color: #323434;
    line-height: 160%;
    font-size: 14px;
    padding-bottom: 5px;
    display: block;
}

.menu_pc ul li .classesfl>a:hover,
.secondClasses>a:hover {
    color: #536775;
}

.menu_pc ul li .classesfl>a i {
    font-size: 16px;
    vertical-align: -1px;
    margin-right: 5px;
}

.menu_pc ul li .classesfl>a i.icon-caigou {
    font-size: 20px;
}

.secondClasses {
    line-height: 20px;
    /*padding-left: 20px;*/
}

.secondClasses>a {
    float: left;
    color: #666666;
    margin-right: 15px;
    font-size: 12px;
}

.calssesMain ul li.hover .classesfl {
    /* border: 1px solid #536775; */
    width: 220px;
    position: relative;
    z-index: 11;
    box-sizing: border-box;
    background: #fff;
    border-right: 0px;
    -webkit-box-shadow: -11px 0px 14px 0px hsla(0, 0%, 77.3%, .5);
    box-shadow: -11px 0px 14px 0px hsla(0, 0%, 77.3%, .5);
}

.calssesMain ul li.hover .classesfl_none {
    border: 1px solid #fff;
}

.classesfl {
    border: 1px solid #fff;
}

.calssesMain .item-list {
    display: none;
    position: absolute;
    width: 730px;
    height: 438px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #FFF;
    left: 219px;
    top: 0;
    z-index: 10;
    /* border: 1px solid #536775; */
    box-shadow: 0 0 16px 0 hsla(0, 0%, 77.3%, .5);
    background: #fff;
}

.item-list .subitem {
    float: left;
    width: 700px;
    padding: 0px 4px 0px 13px;
}

.item-list .subitem dl {
    border-bottom: 1px dotted #dadada;
    padding: 10px 0px;
    overflow: hidden;
    zoom: 1;
    margin: 0;
}

.item-list .subitem dt {
    line-height: 19px;
    text-align: left;
    padding: 0px 6px 0px 0px;
    font-weight: 700;
    color: #536775;
}

.item-list .subitem dd {
    padding: 3px 0px 0px;
    overflow: hidden;
    margin-left: -8px;
    max-height: 64px;
    margin-bottom: 5px;
}

.item-list .subitem dt a {
    color: #323434;
    text-decoration: none;
}

.item-list .subitem dd em {
    float: left;
    height: 17px;
    line-height: 17px;
    padding: 0px 8px;
    margin-top: 4px;
    white-space: nowrap;
    font-style: normal;
}

.item-list .subitem dd em a,
.item-list .cat-right dd a {
    color: #666;
    text-decoration: none;
}

.item-list .subitem dd em a:hover,
.item-list .cat-right dd a:hover {
    color: #536775;
}


/* 地图banner */

.index_map {
    float: left;
    width: 678px;
    height: 440px;
    border-radius: 5px;
    margin: 16px 0 0 16px;
}

.slideBox {
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #536775;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 678px;
    height: 440px;
    display: block;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    display: none;
    width: 32px;
    height: 60px;
    background-color: #00000030;
    text-align: center;
    line-height: 60px;
    color: #fff;
}

.slideBox:hover .prev,
.slideBox:hover .next {
    display: block;
}

.slideBox .prev i,
.slideBox .next i {
    font-size: 24px;
}

.slideBox .next {
    left: auto;
    right: 0;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    background-color: #00000050;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.index_title {
    line-height: 60px;
    height: 60px;
}

.index_title h1 {
    font-size: 18px;
    color: #333333;
    float: left;
}

.index_title h1.index_title_xh {
    padding-left: 50px;
    background: url(../images/shareIcon.png) no-repeat 0px -454px;
}

.index_title h1.index_title_qt {
    float: left;
    padding-left: 10px;
    position: relative;
}

.index_title h1.index_title_qt::after {
    content: '';
    width: 4px;
    height: 18px;
    background-color: #536775;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 21px;
}

.index_title h1.index_title_qt_icon {
    background: none;
    color: #536775;
    padding-left: 0;
}

.index_title h1.index_title_qt_icon i {
    color: #536775;
    font-size: 20px;
    margin-right: 10px;
}

.index_title a.more {
    font-size: 12px;
    color: #999999;
    float: right;
}

.index_title a.more i {
    font-size: 8px;
}

.index_title a.more:hover {
    color: #536775;
}

.floorSearch {
    float: left;
    padding-top: 20px;
    margin-left: 140px;
}

.floorSearch input,
.floorSearch select {
    float: left;
}

.floorSearch select {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 80px;
}

.floorSearch input,
.floorSearchBtn {
    position: relative;
    left: -1px;
}

.floorSearch .button_orange_small {
    height: 22px;
    line-height: 21px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.index_map_con {
    overflow: hidden;
    width: 100%;
}

.index_map_con .hd {
    background-color: #f8f8f8;
    width: 162px;
    height: 360px;
    padding: 5px 0;
    float: left;
}

.index_map_con .hd li {
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    color: #666666;
    cursor: pointer;
    position: relative;
}

.index_map_con .hd li i {
    position: absolute;
    top: 0;
    right: -10px;
    display: none;
    font-size: 10px;
    color: #536775;
}

.index_map_con .hd li:hover,
.index_map_con .hd li.on {
    background-color: #536775;
    color: #ffffff;
}

.index_map_con .hd li:hover i,
.index_map_con .hd li.on i {
    display: block;
}

.index_map_con .bd {
    float: right;
}

.index_map_con .bd li {
    width: 457px;
    height: 370px;
}

.index_map_con .bd li a img {
    width: 100%;
    height: 100%;
}


/* 右侧 用户入口 */

.index_entrance {
    float: right;
    width: 270px;
    height: 440px;
    margin-top: 16px;
    background: #fff;
    border-radius: 5px;
}

.index_entrance_top {
    height: 130px;
}

.index_entrance_top h1 {
    line-height: 26px;
    text-align: center;
    padding: 20px 10px 10px;
    color: #666666;
    height: 50px;
}

.index_entrance_top a {
    width: 100px;
    height: 28px;
    background-color: #536775;
    border-radius: 2px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    border: solid 1px #536775;
}

.index_entrance_top a.fr {
    background-color: #fff;
    color: #536775;
}

.index_entrance .index_title {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
}

.index_entrance .index_title ul li {
    float: left;
    font-size: 16px;
    color: #333333;
    padding-right: 25px;
    position: relative;
    cursor: pointer;
}

.index_entrance .index_title ul li::after {
    opacity: 0;
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: 10px;
    left: 0;
    background: #536775;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.index_entrance .index_title ul li.on,
.index_entrance .index_title ul li:hover {
    color: #536775;
}

.index_entrance .index_title ul li.on::after,
.index_entrance .index_title ul li:hover::after {
    opacity: 1;
}

.index_entrance_news {
    padding: 0 15px;
}

.index_entrance_news li {
    line-height: 32px;
    position: relative;
    padding-left: 10px;
}

.index_entrance_news li i {
    position: absolute;
    left: 0;
    top: 14px;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #666666;
    text-indent: 10000px;
}

.index_entrance_news li a {
    color: #666666;
}

.index_entrance_news li a:hover {
    color: #536775;
    text-decoration:underline;
}

.index_video {
    padding: 0 10px;
}

.index_video a {
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    height: 93px;
    overflow: hidden;
    position: relative;
}

.index_video a img {
    width: 100%;
    height: 100%;
}

.index_video a .btn,
.news_list li>a.news_video .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -19px;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 30px;
    background-color: rgb(0, 0, 0);
    border: solid 3px rgba(255, 255, 255, 0.59);
    opacity: 0.5;
    z-index: 9;
}


/* 楼层 */

.floor_title {
    text-align: center;
    padding-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
    color: #536775;
    position: relative;
}

.floor_title::after {
    content: "\e617";
    width: 40px;
    height: 3px;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -20px;
    border-radius: 3px;
}

.floor_box {
    background-color: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    padding: 0 15px 15px;
}

.homeListTable thead th {
    background: #f4f4f4;
    height: 46px;
    line-height: 18px;
    font-weight: normal;
    text-align: center;
}

.homeListTable tbody td {
    height: 58px;
    line-height: 20px;
    text-align: center;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    padding: 8px;
    box-sizing: border-box;
}

.homeListTable thead th.text_l,
.homeListTable tbody td.text_l {
    text-align: left;
}

.homeListTable a.button_light_orange_small,
.homeListTable a.button-line-orange-small {
    display: inline-block;
    margin: 0 2px;
    clear: both;
    min-width: 42px;
}

.homeListTable tbody tr:nth-child(even) td {
    background: #fbfbfb;
}

.homeListTable tbody tr:nth-child(odd) td {
    background: #fff;
}

.homeListTable tbody tr:hover td {
    background: #edf0f1
}

.button_ban,
.button_ban:hover {
    background-color: #e1e1e1;
    border: solid 1px #999999;
    color: #666666;
}

.img_pro {
    width: 110%;
}

.img_pro li {
    float: left;
    /*box-sizing: border-box !important;*/
    border: 1px solid #fff;
    padding: 7px;
    overflow: hidden;
    background-color: #fbfbfb;
    margin-right: 6px;
    height: 315px;
}

.img_pro li:hover {
    -moz-box-shadow: 0px 0px 3px 1px rgba(23, 4, 8, 0.04);
    -webkit-box-shadow: 0px 0px 3px 1px rgba(23, 4, 8, 0.04);
    box-shadow: 0px 0px 3px 1px rgba(23, 4, 8, 0.04);
    border: solid 1px #f2f2f2;
}

.img_pro li>a.img_pro_top {
    display: block;
    width: 212px;
    height: 212px;
    overflow: hidden;
    margin: 10px auto;
    background-color: #fff !important;
}

.img_pro li p {
    padding: 8px 0;
}

.floor_box_o {
    height: 390px !important;
    overflow: hidden !important;
}

.price {
    font-size: 14px;
    color: #bb2015;
    font-family: Arial, Helvetica, sans-serif;
}

.price i {
    font-size: 18px;
}

.img_pro li p>span.img_pro_pos {
    float: right;
    color: #999999;
}

.img_pro li a {
    display: block;
    padding: 2px 0;
}

.index_ad_item {
    height: 75px;
    width: 110%;
}

.index_dealers_box {
    height: 320px;
    overflow: hidden;
}

.index_dealers_box li {
    height: 320px;
}

.index_dealers_box li>a.img_pro_top {
    height: 90px;
}

.index_dealers_box li a.title {
    text-align: center;
    display: block;
    color: #333;
    font-size: 16px;
    padding: 10px 0;
}

.index_dealers_box li a.title:hover {
    color: #536775;
}

.index_dealers_box li p.content {
    width: 212px;
    height: 38px;
}

.index_dealers_box li .button_orange_large {
    width: 140px;
    margin: 10px auto;
}

.index_ad_item li {
    float: left;
    margin-right: 12px;
    position: relative;
}

.index_ad_item li.w6_1 {
    width: 190px;
}

.index_ad_item li.w6_2 {
    width: 392px;
}

.index_ad_item li.w6_3 {
    width: 594px;
}

.index_ad_item li.w6_4 {
    width: 796px;
}

.index_ad_item li.w6_5 {
    width: 998px;
}

.index_ad_item li.w6_6 {
    width: 1200px;
}

.index_ad_item li img {
    width: 100%;
    height: 75px;
}

.index_ad_icon {
    width: 40px;
    height: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    background: #00000042;
    border-top-right-radius: 10px;
}

.index_ad_icon::after {
    content: '广告';
    color: #fff;
    position: absolute;
    left: 8px;
    font-size: 12px;
}

.w395 {
    width: 395px;
}

.w764 {
    width: 764px;
}

.w360 {
    width: 360px;
}

.w359 {
    width: 359px;
}

.h370 {
    height: 370px;
}

.h395 {
    height: 395px;
}

.exsup,
.purman {
    width: 400px;
    overflow: hidden;
    height: 279px;
}

.exsup a,
.purman a {
    float: left;
    overflow: hidden;
    display: block;
    padding: 10px 6px;
    background-color: #f5f5f5;
    border-radius: 2px;
    margin: 0 16px 10px 0;
}

.exsup a span {
    float: left;
    display: block;
    height: 44px;
    width: 44px;
    border-radius: 22px;
    overflow: hidden;
}

.exsup a p {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
    width: 104px;
    color: #333333;
    line-height: 18px;
}

.exsup a:hover,
.purman a:hover {
    background-color: #536775;
    background-image: linear-gradient(90deg, #536775 26%, #384c5a 100%);
}

.exsup a:hover p {
    color: #fff;
}

.purman a {
    width: 158px;
    color: #333;
    line-height: 22px;
}

.purman a:hover,
.purman a:hover p {
    color: #fff;
}


/* 首页品牌 */

.index_brand {
    padding-top: 15px;
}

.index_brand p {
    float: left;
    width: 184px;
    height: 360px;
    text-align: center;
    background: url('../images/brand.png') no-repeat;
}

.index_brand p a.more {
    display: block;
    margin-top: 190px;
    color: #d5e3ff;
}

.index_brand p a.join {
    display: block;
    margin: 60px auto 0;
    width: 100px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.index_brand p a.join:hover,
.index_brand p a.more:hover {
    opacity: .8;
}

.index_brand_con {
    width: 580px;
    float: left;
}

.index_brand_con ul {
    overflow: hidden;
    height: 360px;
}

.index_brand_con ul li {
    float: left;
    width: 180px;
    padding: 0 0 12px 13px;
    line-height: 34px;
}

.index_brand_con ul li a.brand_img {
    border: solid 1px #f2f2f2;
    padding: 1px;
    /*width: 178px;*/
    height: 76px;
    overflow: hidden;
}

.index_brand_con ul li a.brand_img:hover {
    Border: 1px solid #536775;
}

.index_brand_con ul li a {
    display: block;
    text-align: center;
    color: #333333;
}

.brand_list_box {
    padding-bottom: 0;
}

.brand_list li {
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden;
    width: 100%;
}

.brand_list_s:hover p a {
    color: #536775;
}

.brand_list_s:hover p a {
    color: #536775;
}

.brand_list li:last-child {
    border-bottom: none;
}

.brand_list li .brand_list_d {
    display: block;
    height: 46px;
    line-height: 46px;
}

.brand_list li .brand_list_d p {
    float: left;
    width: 40%;
}

.brand_list li .brand_list_d p span {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #536775;
}

.brand_list li .brand_list_d>a {
    float: left;
    width: 55%;
    text-align: right;
    margin-left: 5%;
}

.brand_list li .brand_list_s {
    display: none;
    padding: 15px 0;
    overflow: hidden;
    width: 100%;
}

.brand_list li .brand_list_s span {
    display: block;
    float: left;
    width: 32px;
    height: 28px;
    background: url(../images/shareIcon.png) no-repeat 2px -566px;
    font-size: 16px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    padding-top: 10px;
    padding-right: 12px;
    margin-top: 12px;
    letter-spacing: -1px;
}

.brand_list li .brand_list_s a.brand_logo {
    float: left;
    width: 128px;
    height: 56px;
    padding: 1px;
    border: solid 1px #f2f2f2;
    margin-right: 12px;
    overflow: hidden;
}

.brand_list li .brand_list_s p {
    float: left;
    width: 172px;
    line-height: 26px;
    padding-top: 5px;
}

.brand_list li .brand_list_s p a {
    display: block;
}

.brand_list li.on .brand_list_d {
    display: none;
}

.brand_list li.on .brand_list_s {
    display: block;
}

.index_data h1 {
    color: #333;
    text-align: center;
    padding: 10px 20px;
}

.index_news a.index_news_img {
    height: 140px;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
}

.index_news a.index_news_title {
    font-size: 16px;
    color: #333333;
    width: 100%;
    display: block;
    padding-top: 10px;
}

.index_news span.index_news_des {
    line-height: 22px;
    display: block;
    padding: 5px 0 10px;
    color: #999999;
    height: 46px;
}

.index_news .index_entrance_news {
    padding: 0;
}

.index_news .index_entrance_news li {
    line-height: 26px;
}


/* 合作弹出层 */

.cooprateLyer {
    width: 90%;
    margin: 5px auto 5px auto;
}

.cooprateLyer td {
    padding: 7px 0;
}

.cooprateLyer textarea {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    font-family: ArialT;
    padding: 5px;
    outline: none;
}


/* 登录注册TOP */

.homeTop {
    width: 100%;
    padding: 24px 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 1px rgba(23, 4, 8, 0.1);
    overflow: hidden;
    height: 75px;
}

.homeTop a {
    display: block;
}

.homeTop a img {
    height: 70px;
}

.homeTop h1 {
    border-left: 1px solid #f3f3f3;
    padding-left: 28px;
    margin-top: 18px;
    margin-left: 28px;
    font-size: 24px;
    color: #333333;
}

.homeTop p {
    float: right;
    margin-top: 22px;
}

.homeTop p i {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
    background-color: #536775;
    text-align: center;
    margin-right: 4px;
    margin-top: 8px;
}

.loginBox {
    width: 100%;
    min-height: 652px;
    background: #939aa2 url(../images/bg.png) no-repeat center center
}

.loginMain {
    float: right;
    width: 378px;
    background: #ffffff;
    box-shadow: 0px 0px 7px 1px rgba(23, 4, 8, 0.1);
    padding: 20px 40px;
    box-sizing: border-box;
    margin-top: 100px;
}

.loginMain ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding-left: 8px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
}

.loginMain ul li i {
    position: relative;
    float: left;
    margin-right: 3px;
}

.loginMain ul li input {
    float: left;
    height: 38px;
    line-height: 38px;
    width: 90%;
}

.loginMain ul li input.w166 {
    width: 166px;
}

.loginMain .loginArticle {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 24px;
    color: #333333;
    margin-top: 20px;
}

.detailLoginMain {
    width: 320px;
}

.detailLoginMain ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding-left: 8px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.detailLoginMain ul li i {
    position: relative;
    float: left;
    margin-right: 3px;
}

.detailLoginMain ul li input {
    float: left;
    height: 38px;
    line-height: 38px;
    width: 90%;
}

.detailLoginMain ul li input.w166 {
    width: 166px;
}

.detailLoginMain .loginArticle {
    display: none;
}

.loginBtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #536775;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 2px;
}

.loginBtn:hover {
    opacity: 0.8;
}

.loginA a {
    margin-top: 10px;
    font-size: 12px;
    line-height: 24px;
    color: #666;
}

.loginA a:hover {
    color: #536775;
}

.verification {
    width: 110px;
    height: 38px;
    background-color: #f4f4f4;
    border: 0px;
    float: right;
}

.VerificationA {
    float: right;
    padding-right: 5px;
    font-size: 14px;
    color: #536775
}


/* 注册和忘记密码样式 */

.registeBox {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    min-height: 500px;
    overflow: hidden;
}

.registerSteps {
    margin: 0 auto;
    width: 870px;
    padding: 40px 0 70px;
}

.registerSteps li {
    float: left;
    width: 290px;
    padding-top: 30px;
    color: #666;
    text-align: center;
    position: relative;
}

.registerSteps li.registerSteps_hover {
    color: #536775;
}

.registerSteps li::after {
    content: "";
    display: block;
    width: 290px;
    height: 3px;
    background-color: #eaeaea;
    position: absolute;
    top: 10px;
    left: 0;
}

.registerSteps li.registerSteps_hover::after {
    background-color: #536775;
}

.registerSteps li p {
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: -2px;
    width: 26px;
    height: 26px;
    background-color: #eaeaea;
    border-radius: 13px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #999999;
    z-index: 99;
}

.registerSteps li.registerSteps_hover p {
    background-color: #536775;
    color: #fff;
}

.registerForm {
    width: 100%;
    overflow: hidden;
    padding: 25px 0;
}

.registerForm ul li {
    width: 100%;
    padding: 12px 0;
    float: left;
}

.registerForm ul li input::placeholder {
    color: #999;
}

.registerForm ul li .button_orange_big {
    width: 300px;
}

.registerFromCon input {
    /*padding-right: 124px;*/
    box-sizing: border-box;
    width: 300px;
}

.registerForm ul li .regbtn .button_orange_big {
    width: 162px;
    float: none;
}

.registerForm ul li .regbtn .button_orange_big_bor {
    background: #fff;
    color: #536775;
}

.registerFormTitle {
    text-align: left;
    width: 90px;
    padding-right: 5px;
    float: left;
    line-height: 20px;
    padding: 10px 0;
    padding-left: 330px;
    color: #999;
}

.registerFromCon {
    position: relative;
    float: left;
}

.registerFromCon>p {
    line-height: 40px;
}

.registerForm .registerFromCon input {
    float: left;
}

.registerForm .reminderRight,
.registerForm .reminderWrong {
    float: left;
    line-height: 40px;
    padding-left: 8px;
}

.registerForm .radioBox {
    padding: 10px 0;
}

.register_l {
    width: 600px;
    float: left;
}

.register_l .registerFormTitle {
    padding-left: 100px;
}

.register_r {
    float: left;
    padding: 280px 30px 0 30px;
    color: #333;
}

.orderList {
    color: #333;
}

.perchaseOperate {
    padding: 12px 0;
    overflow: hidden;
}

.OprateArea .checkBoxBlock {
    float: left;
    margin-right: 10px;
    padding: 2px 0 2px 12px;
}

.orderList .checkBox .check-on {
    padding-right: 6px;
}

.OprateBtn a {
    float: left;
    margin-right: 8px;
}

.adressBox select {
    width: 100px;
    height: 40px;
    border: solid 1px #e7e7e7;
    margin-right: 10px;
    color: #999;
    font-size: 14px;
    padding-left: 15px;
}

.regstyle select {
    width: 332px;
}

.imgVerification {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 110px;
    height: 38px;
    overflow: hidden;
}

.imgVerification img {
    width: 100%;
    height: 100%;
}

.VerificationBtn {
    position: absolute;
    width: 138px;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    color: #536775;
    top: 1px;
    left: 160px;
    text-align: right;
    padding: 0 8px;
    box-sizing: border-box
}

#diag_agreement {
    width: 920px;
    text-align: center;
    font-size: 16px;
    padding-bottom: 25px;
    text-align: left;
    padding: 20px 30px;
    line-height: 180%;
    font-size: 14px;
}

.detailCon_feedback .pl50 {
    padding-left: 50px;
}

.detailCon_feedback .w100 {
    width: 100px;
}


/* 页尾 */

.footBox {
    background: #536779;
    color: #fff;
    width: 100%;
}

.registerFoot p.registerFoot_links {
    padding-bottom: 10px;
}

.registerFoot p a {
    text-align: center;
    padding: 0 16px;
    color: #fff;
}

.registerFoot p span {
    color: #fff;
}

.registerFoot p a:hover {
    color: #dddede;
}

.registerFoot {
    padding: 40px 0;
    position: relative;
}

.registerFoot p {
    text-align: center;
    color: #fff;
    line-height: 200%;
}

.modifySuccess {
    width: 100%;
    text-align: center;
}

.modifySuccess>p {
    color: #333333;
    line-height: 180%;
    padding: 10px 0;
    font-size: 22px;
}

.modifySuccess>span {
    color: #333333;
    padding: 10px 0;
}

.homeFootBox {
    width: 100%;
    overflow: hidden;
    background: #3e3e3e;
    padding: 20px 0;
}

.homeFoot {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    color: #9c9c9c;
    line-height: 22px;
}

.homeFoot h1 {
    float: left;
}

.homeFoot a {
    float: left;
    color: #9c9c9c;
    word-break: break-all;
    margin-right: 30px;
}

.homeFoot a:hover {
    color: #f1f1f1;
}


/* layui弹出层 优化 */

.layui-layer-btn {
    text-align: center;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #536775;
    background-color: #536775;
    height: 36px;
    line-height: 36px;
    width: 120px;
    font-size: 16px;
    text-align: center;
    width: 80px;
}

.layui-layer-btn .layui-layer-btn1 {
    height: 36px;
    line-height: 36px;
    margin: 5px 5px 0;
    width: 80px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}

.layui-layer-btn .layui-layer-btn1:hover {
    border: 1px solid #536775;
    color: #536775;
}

.layui-layer-btn {
    text-align: center;
}

.layui-layer-setwin .layui-layer-close1 {
    background-position: -87px -39px;
}

.layui-layer-title {
    background-color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}


/* 关于我们 */

.homeLisyMenu {
    width: 217px;
    overflow: hidden;
    background: #fff;
    margin-top: 20px;
    padding: 10px 0;
}

.homeLisyMenu li {
    float: left;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 17px;
    line-height: 46px;
    position: relative;
    text-align: center;
}

.homeLisyMenu li a {
    color: #333;
    font-size: 14px;
}

.homeLisyMenu .bigMenu li a {
    color: #333;
    font-size: 16px;
}

.homeLisyMenu .bigMenu li {
    line-height: 60px;
}

.homeLisyMenu li.cur a,
.homeLisyMenu li:hover a {
    color: #536775;
    font-weight: 700;
}

.homeLisyMenu li.cur::after,
.homeLisyMenu li a:hover::after {
    content: "";
    position: absolute;
    width: 42px;
    height: 2px;
    background: #536775;
    left: 50%;
    bottom: 10px;
    margin-left: -21px;
}

.homeSection {
    width: 965px;
    background: #fff;
    margin-top: 20px;
    box-sizing: border-box;
}

.detailArticle {
    width: 100%;
    color: #333;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    line-height: 160%;
    padding: 20px 0;
}

.detailCon {
    box-sizing: border-box;
    line-height: 32px;
    color: #666;
    padding: 30px;
    min-height: 569px;
    overflow: hidden;
}

.detailCon>img {
    width: 100%;
    display: block;
    margin: 0 auto;
}


/* .detailCon h1 {
    padding: 30px 50px 15px;
} */

.detailCon .partner {
    width: 1000px;
}

.detailCon .partner a {
    float: left;
    display: block;
    width: 152px;
    height: 152px;
    padding: 10px;
    border: solid 1px #f2f2f2;
    margin: 0 8px 14px 0;
}

.menuArticle>span {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #f4f4f4;
    line-height: 50px;
}

.version {
    margin: 20px;
    position: relative;
}

.version::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #536775;
    position: absolute;
    left: 10px;
    top: 10px;
}

.version a {
    padding-left: 30px;
    font-size: 16px;
    color: #000000;
    z-index: 1;
    position: relative;
}

.version a i {
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/shareIcon.png) no-repeat 0px -306px;
    top: 2px;
    left: 2px;
}
.version_time{
    line-height: 20px;
    padding: 4px 0px;
    margin: 0 3px 0 5px;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
}

.version_number{
    line-height:20px;
    padding: 5px 0px;
    margin: 0 5px 0 20px;
    float: left;
    font-size: 16px;
}

.version a span {
    /*width: 102px;*/
    display: inline-block;
}

.version p {
    padding: 20px 140px 20px;
    line-height: 32px;
    color: #666666;
}

.version_tab {
    padding: 15px 5px;
}

.version_tab a {
    float: left;
    margin: 0 1px;
    font-size: 16px;
    line-height:20px;
    padding: 5px 10px;
    color: #666;
}

.version_tab a:hover,
.version_tab a.hover {
    background-color: #536775;
    color: #fff;
    border-radius: 4px;
}

/* 翻页 */

.pageHomeBox {
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 23px 0;
    text-align: center;
}

.homeMain>.pageHomeBox {
    padding-bottom: 0;
}

.pageHomeBox ul {
    display: inline-block;
}

.pageHomeBox ul li {
    display: inline-block;
    margin: 0 2px;
    float: left;
    border-bottom: 0;
}

.pageHomeBox ul li a {
    display: inline-block;
    padding: 0 5px;
    height: 26px;
    line-height: 26px;
    min-width: 18px;
    border: 1px solid #e8e8e8;
    color: #666;
    background: #fff;
}

.pageHomeBox ul li.cur a {
    border-color: #fff;
    color: #536775;
}

.pageHomeBox ul li a:hover {
    border-color: #536775;
    color: #536775;
}

.pageHomeBox ul li a.iconfont {
    font-size: 12px;
}

.pageHomeBox ul li a.forbidden {
    background: #ecedef;
    color: #cccccc;
}

.pageHomeBox ul li a.forbidden:hover {
    border-color: #e8e8e8;
    opacity: 1;
    cursor: auto
}

.pageDomain>span {
    line-height: 28px;
}

.pageDomain input {
    width: 40px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e8e8e8;
    margin: 0 5px;
    text-align: center;
}

.pageDomain button {
    width: 50px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #536775;
    background: #536775;
    position: relative;
    color: #fff;
}

.pageDomain button:hover {
    background: #536775;
    color: #fff;
    border-color: #536775
}


/* 商家入驻 */

.tenants {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.tenants::after {
    content: '';
    width: 1px;
    height: 390px;
    background-color: #ececec;
    position: absolute;
    left: 50%;
    top: 70px;
}

.tenants li {
    float: left;
    width: 50%;
}

.tenantsFormTitle {
    width: 140px;
    padding-left: 250px;
}


/* 列表页 */

.page_pos {
    color: #999999;
    padding: 15px 0;
}


/* 新闻 */

.list_left {
    float: left;
    width: 880px;
    background-color: #ffffff;
    border-radius: 2px;
    min-height: 710px;
    overflow: hidden;
}

.list_middle {
    float: left;
    width: 1200px;
    background-color: #ffffff;
    border-radius: 2px;
    min-height: 320px;
    overflow: hidden;
}

.list_right {
    float: right;
    width: 304px;
    background-color: #ffffff;
    border-radius: 2px;
    min-height: 320px;
    overflow: hidden;
}

.list_right .index_title {
    padding: 0 15px;
}

.list_right .index_entrance_news li {
    line-height: 42px;
}

.list_right .index_entrance_news li i {
    top: 19px;
}

.news_list li {
    padding: 25px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.news_list li>a {
    float: left;
    margin-right: 18px;
    width: 182px;
    height: 110px;
    overflow: hidden;
}

.news_list li>a.news_video {
    position: relative;
}

.news_list li>a.news_video span {
    display: block;
    position: absolute;
    background-color: #000000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}

.news_list li p {
    float: left;
    width: 630px;
}

.news_list li p a {
    float: left;
    width: 80%;
    color: #333333;
    font-size: 18px;
}

.news_list li p a:hover {
    color: #536775;
}

.news_list li p i {
    float: left;
    width: 20%;
    color: #999;
    text-align: right;
}

.news_list li p span {
    float: left;
    display: block;
    padding-top: 10px;
    line-height: 24px;
    color: #999;
    width: 100%;
}

.news_list li.none_img p {
    width: 830px;
}

.bg_white .news_list li p {
    width: 950px;
}

.bg_white .news_list li.none_img p {
    width: 1150px;
}

.list_right .index_data {
    padding: 0 15px 15px;
}


/* 新闻详情 */

.news_detail_title {
    padding: 30px 50px 20px;
    border-bottom: 1px solid #f2f2f2;
    color: #999999;
    text-align: center;
    position: relative;
}

.news_detail_title h1 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 20px;
}

.news_detail_con {
    padding: 30px;
    color: #666666;
    line-height: 200%;
    min-height: 200px;
}

.news_detail_con img {
    display: block;
    margin: 15px auto;
    max-width: 100%;
}

.news_detail_con video {
    width: 100%;
    margin-bottom: 10px;
}

.news_list_right li {
    padding: 15px;
}

.news_list_right li:first-child {
    padding-top: 0;
}

.news_list_right li>a {
    margin-right: 12px;
    width: 108px;
    height: 66px;
}

.news_list_right li p {
    width: 154px;
    color: #999;
    line-height: 22px;
    padding-top: 5px;
}

.news_list_right li h1 a {
    display: block;
    font-size: 16px;
    color: #333333;
    padding-bottom: 10px;
}


/* 分享 */

.detail_share {
    position: absolute;
    right: 30px;
    bottom: 10px;
    width: 115px;
    line-height: 38px;
    color: #333;
    cursor: pointer;
}

.detail_share:hover {
    background-color: #f5f5f5;
}

.detail_share i {
    color: #999;
}

.detail_share p {
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px rgba(10, 2, 4, 0.11);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(10, 2, 4, 0.11);
    padding: 10px;
    position: absolute;
    left: 0;
    top: 38px;
    background-color: #fff;
    width: 95px;
    z-index: 100;
}

.detail_share p a {
    display: block;
    padding: 5px 0;
    overflow: hidden;
    line-height: 24px;
}

.detail_share p a span {
    color: #999;
    float: left;
    padding-left: 10px;
}

.detail_share p a i {
    height: 24px;
    width: 24px;
    border-radius: 12px;
    color: #fff;
    float: left;
}

.detail_share p a i.icon-kongjian {
    background-color: #ffc201;
}

.detail_share p a i.icon-QQ {
    background-color: #0596f8;
}

.detail_share p a i.icon-weixin2 {
    background-color: #27cc2c;
}

.detail_share p a i.icon-sinaweibo {
    background-color: #df4d69;
}


/* 品牌列表 */

.list_right .brand_list {
    padding: 0 10px;
}

.list_right .brand_list li .brand_list_s a.brand_logo {
    width: 90px;
    height: 40px;
}

.list_right .brand_list li .brand_list_s span {
    margin-top: 0;
}

.list_right .brand_list li .brand_list_s p {
    width: 136px;
    line-height: 20px;
    padding-top: 2px;
}

.list_brand {
    padding: 30px 30px 0;
    border-bottom: 1px solid #f4f4f4;
    width: 110%;
    float: none;
}

.list_brand ul {
    height: auto;
}

.list_brand ul li {
    width: 196px;
    padding: 0 12px 20px 0;
}

.list_brand ul li a.brand_img {
    width: 194px;
    height: 84px;
}

.list_ranking {
    padding: 4px 20px 0;
    border-bottom: none;
    height: 276px;
}

.list_ranking ul li {
    width: 214px;
    padding: 0 15px 20px 0;
}

.list_ranking ul li:hover .ell {
    color: #536775;
}

.list_ranking ul li a.brand_img {
    width: 212px;
    height: 92px;
}

.fl .brand_list li .brand_list_s p {
    width: 171px;
}

.list_ranking_b {
    padding: 0 15px;
}

.list_ranking_b .brand_list li .brand_list_d {
    height: 50px;
    line-height: 50px;
}


/* 进出口数据 开始*/

.statistics_fl {
    float: left;
    width: 800px;
    position: relative;
}

.statistics_fr {
    float: right;
    width: 340px;
    overflow: hidden;
}

.statistics_fr_select {
    padding-top: 30px;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
}

.statistics_fr_select i {
    color: #666;
    padding-right: 6px;
    vertical-align: 2px;
}

.statistics_fr_select_box {
    padding: 20px;
    display: none;
}

.statistics_fr_select_box ul li {
    float: left;
    color: #666666;
    margin-right: 60px;
    font-size: 22px;
    cursor: pointer;
}

.statistics_fr_select_box ul li:hover,
.statistics_fr_select_box ul li.hover {
    color: #536775;
    position: relative;
}

.statistics_fr_select_box ul li:hover::after,
.statistics_fr_select_box ul li.hover::after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #536775;
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -16px;
}

.statistics_fr_select_box_con {
    clear: both;
    overflow: hidden;
    padding-top: 20px;
}

.statistics_fr_select_box_con>li {
    overflow: hidden;
    padding-top: 24px;
}

.statistics_fr_select_box_con>li>h1>a {
    display: block;
    font-size: 18px;
    color: #333;
    padding-bottom: 4px;
    width: 100%;
}

.statistics_fr_select_box_con>li>h1 {
    padding-bottom: 5px;
}

.statistics_fr_select_box_con>li>a {
    float: left;
    color: #999999;
    padding-right: 20px;
    word-break: break-all;
    padding-bottom: 6px;
}

.statistics_fr_select_box_con>li>h1>a:hover,
.statistics_fr_select_box_con>li>a:hover {
    color: #536775;
}

.statistics_fr_charts_title {
    padding-bottom: 10px;
    font-size: 16px;
    color: #000000;
}

.statistics_fr_charts_title a {
    float: right;
    background-image: linear-gradient(90deg, #536775 26%, #384c5a 100%);
    width: 66px;
    height: 24px;
    border-radius: 2px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.statistics_fr_charts_add {
    display: none;
    position: absolute;
    right: 0;
    top: 242px;
    width: 120px;
    height: 500px;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    overflow: auto;
    padding: 18px 0 18px 18px;
    z-index: 99;
}

.statistics_fr_charts_add a {
    display: block;
    width: 100%;
    color: #666666;
    padding-bottom: 10px;
}

.statistics_fr_charts_add a:hover {
    color: #536775;
}

.statistics_fr_charts {
    width: 100%;
    height: 500px;
    padding-bottom: 60px;
}

.statistics_fr_title {
    padding: 46px 0 60px;
    line-height: 28px;
    color: #536775;
    text-align: center;
    font-size: 20px;
}

.statistics_fr_table {
    background-color: #f9f9f9;
    overflow: hidden;
}

.statistics_fr_table h1 {
    font-size: 16px;
    color: #000000;
    padding: 30px 0 24px 10px;
}

.statistics_fr_table .dl_title {
    background-color: #f2f2f2;
    padding: 16px 0;
    overflow: hidden;
}

.statistics_fr_table .dl_title dt,
.statistics_fr_table .dl_box dl dd {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 10px;
}

.statistics_fr_table .dl_box {
    height: 1014px;
    padding: 15px 0;
}

.statistics_fr_table .dl_box dl {
    height: 26px;
}

.statistics_fr_table .dl_box dl:hover {
    background: #fff;
}

.statistics_fr_table .dl_box dl dd {
    font-weight: normal;
    line-height: 26px;
    color: #666666;
}

.statistics_fr_download {
    background-color: #f9f9f9;
    margin: 15px 0 45px;
}

.statistics_fr_download h1 {
    line-height: 42px;
    background-color: #536775;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.statistics_fr_download p {
    padding: 0 20px 26px;
    overflow: hidden;
}

.statistics_fr_download p span {
    display: block;
    float: left;
    width: 50%;
    font-size: 18px;
    padding-top: 24px;
    text-align: center;
}

.statistics_fr_download p span a {
    width: 116px;
    line-height: 44px;
    text-align: center;
    border: solid 1px #536775;
    color: #536775;
    padding: 10px 15px;
    border-radius: 2px;
}

.statistics_fr_download p span a:hover {
    background: #536775;
    color: #fff;
}

.statistics_fr_table .statistics_fr_table_w_1 {
    width: 40%;
}

.statistics_fr_table .statistics_fr_table_w_2 {
    width: 30%;
}


/* 进出口数据 结束*/


/* 筛选 */

.screening {
    background-color: #ffffff;
    border-radius: 2px;
    padding: 0 10px;
}

.screening>li {
    border-bottom: 1px solid #f4f4f4;
    line-height: 30px;
    padding: 12px 10px;
    display: inline-block;
}

.screening>li:last-child {
    border-bottom: none
}

.screening_left {
    float: left;
    width: 84px;
    color: #666666;
    text-align: right;
    padding-right: 10px;
}

.screening_right {
    float: left;
    width: 1066px;
}

.screening_right a,
.screening_right .hd li,
.screening_right .bd li {
    color: #999999;
    float: left;
    margin-right: 14px;
    cursor: pointer;
}

.screening_right a:hover,
.screening_right a.hover,
.screening_right .hd li:hover,
.screening_right .hd li.on,
.screening_right .bd li:hover,
.screening_right .bd li.hover {
    color: #536775;
}

.screening_right .hd li {
    position: relative;
}

.screening_right .hd li::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #536775;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    display: none;
}

.screening_right .hd li:hover::after,
.screening_right .hd li.on::after {
    display: block;
}

.screening_right .bd ul {
    padding: 5px 0;
    overflow: hidden;
    border-radius: 2px;
    margin-top: 4px;
}

.screening_right p {
    float: left;
}

.screening_right p select {
    width: auto;
    min-width: 100px;
    outline: none;
    max-width: 152px;
}

.screening_right p .button_orange_large {
    box-sizing: border-box;
    height: 32px;
    width: 70px;
    vertical-align: -2px;
}

.list_box {
    padding: 15px 15px 0;
}


/* 我的采购单 */

.perchaseOperate {
    padding: 15px 12px;
    overflow: hidden;
}

.news_list li:hover {
    background: #f3f6f9
}

.OprateArea .checkBoxBlock {
    float: left;
    margin-right: 30px;
    padding: 2px 0 2px 0;
}

.orderList .checkBox .check-on {
    padding-right: 6px;
}

.OprateBtn a {
    float: left;
    margin-right: 8px;
}

.purchaseList {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.purchaseListTable thead td {
    background: #f4f4f4;
    height: 44px;
    line-height: 20px;
    text-align: center;
    padding: 0px;
    border-bottom: 0px;
}

.purchaseListTable td {
    text-align: center;
    background: #f9f9f9;
    padding: 15px 12px;
    border-bottom: 1px solid #e5e5e5
}

.purchaseListTable tbody tr:hover td,
.purchaseListTable tbody tr.bg_orange td {
    background: #fff6f2;
}

.purchaseListTable tbody tr.PurchaseCompanyName:hover td {
    background: #fff;
}

.PurchaseCompanyName td {
    height: 52px;
    text-align: left;
    font-family: ArialMT;
    background: #fff;
    padding: 0px 12px;
    border-bottom: 0px;
    color: #333;
}

.purchaseListTable tbody tr:last-child td {
    border-bottom: 0px;
}

td.namePurchase {
    text-align: left;
}

td.namePurchase a.pro_img {
    float: left;
    display: block;
    border: 1px solid #f4f4f4;
    padding: 2px;
    width: 72px;
    height: 72px;
    overflow: hidden;
    background-color: #fff;
    margin-right: 10px;
}

.v_align {
    display: table;
    height: 78px;
}

.v_align label,
.v_align p {
    display: table-cell;
    vertical-align: middle;
}

.purchaseListTable .button_light_orange_small,
.purchaseListTable .button_gray_small {
    margin: 0 2px;
}

.blockBox {
    text-align: center;
    width: 100%;
}

.numPlus {
    margin: 10px 0;
    display: inline-block;
}

.numPlus a {
    display: inline-block;
    width: 30px;
    text-align: center;
    float: left;
    cursor: pointer;
    color: #999;
    font-size: 14px;
}

.homeOrderOprateBox {
    width: 100%;
    padding: 18px 34px;
    background: #fff;
    margin-top: 16px;
    overflow: hidden;
    box-sizing: border-box;
}

.homeOrderOprateBox a {
    margin-left: 10px;
}

.homeOrderOprateBox .OprateArea {
    overflow: hidden;
    padding-top: 4px;
    display: inline-block;
    width: 200px;
}

.priceSum {
    font-size: 24px;
    font-weight: bold;
}

.sumBox {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: #ea5413;
    padding-right: 20px;
    overflow: hidden;
}


/* 提交订单 */

.sub_order_box {
    background: #fff;
    padding: 20px 30px;
    overflow: hidden;
    margin-bottom: 16px;
}

p.c_service {
    padding: 10px 0;
    color: #404040;
    text-align: center;
}

.sub_order_box .registerSteps {
    padding: 20px 0 0;
    width: 100%;
}

.sub_order_box .registerSteps li {
    width: 25%;
}

.sub_order_good {
    overflow: hidden;
}

.sub_order_good>a {
    float: left;
    display: block;
    width: 116px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    padding: 5px;
}

.sub_order_good p {
    float: left;
    width: 992px;
    padding-left: 20px;
}

.sub_order_good p>a {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    padding-top: 10px;
}

.sub_order_good p>span.sub_order_good_con {
    display: block;
    color: #666666;
    line-height: 24px;
    padding: 5px 0 15px;
}

.sub_order_box p.title {
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    font-weight: 700;
}

.sub_order_type a {
    float: left;
    width: 124px;
    height: 36px;
    line-height: 36px;
    border: solid 1px #999;
    color: #999;
    margin-right: 15px;
    text-align: center;
    border-radius: 2px;
}

.sub_order_type a:hover,
.sub_order_type a.hover {
    border: solid 1px #536775;
    color: #536775;
}

.sub_order_number {
    padding-top: 20px;
}

.sub_order_bottom {
    padding: 20px 0 15px;
    overflow: hidden;
}

.sub_order_bottom>a,
.sub_order_info>a {
    float: right;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #536775;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
}

.sub_order_bottom .checkBox {
    float: right;
    margin: 10px 56px 0 0;
    color: #333333;
}

.sub_order_bottom p {
    float: right;
    color: #333;
    margin-right: 56px;
}

.addressBox {
    padding: 10px 0;
}

.addressBox li {
    padding: 10px 9px;
    box-sizing: border-box;
    margin-top: 5px;
    overflow: hidden;
}

.addressBox li.cur,
.addressBox li:hover {
    background: #fbfbfb;
    color: #536775;
}

.addressBox li.tc:hover {
    background: #fff;
}

.addressBox li.tc>a>i {
    margin-right: 5px;
    font-size: 18px;
}

.adressOprateBox {
    display: none;
    float: right;
}

.adressOprateBox a {
    margin-right: 8px;
    float: left;
}

.addressBox li.cur .adressOprateBox,
.addressBox li:hover .adressOprateBox {
    display: inline-block;
}

.addressBox li label {
    width: 72%;
    float: left;
    padding: 3px 0 2px 0;
}

.addressBox .radio span:last-child {
    width: 95%
}

.addressBox li.add a {
    margin: 0 auto;
}

.t_addifom {
    padding: 15px;
    display: none;
}

.t_addifom .managerFormTable td {
    height: 32px;
    padding: 5px 3px;
}

.t_addifom .managerFormTable td.color_gray6 {
    text-align: right;
}

.sub_order_info {
    padding-top: 30px;
}

.sub_order_info li {
    padding-bottom: 20px;
    overflow: hidden;
}

.sub_order_info li p {
    float: left;
    color: #333;
    padding-right: 15px;
    width: 70px;
}

.sub_order_info li>span {
    float: left;
    width: 1055px;
}

.sub_order_info>a {
    float: none;
    display: block;
    margin: 20px auto;
    cursor: pointer;
}

.vercood_btn {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}

.vercood_btn_send {
    min-width: 84px;
    border: 1px solid #d2d2d2;
    background-color: #d2d2d2;
    color: #333;
}

.OrderListTable {
    margin-top: 10px;
}

.OrderListTable thead th {
    background: #f4f4f4;
    height: 44px;
    line-height: 18px;
    font-weight: normal
}

.OrderListTable tbody td {
    height: 48px;
    line-height: 20px;
    text-align: center;
    color: #333;
    background: #f9f9f9;
    padding: 8px 5px;
}

.OrderListTable td>p {
    line-height: 0 15px 10px;
    padding: 2px 0;
}

.OrderListTable td>p.t_left {
    padding: 15px;
    line-height: 26px;
}

.OrderListTable a.button_light_orange_small,
.OrderListTable a.button-line-orange-small {
    display: inline-block;
    margin: 0 2px;
    clear: both;
}

.OrderListTable tbody tr:last-child td {
    border-bottom: 0px;
}

.OrderListTable textarea {
    height: 50px;
}

.sub_order_bottom .price i {
    font-size: 28px;
}

.detail_add button {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f1f1f1;
    border: 1px solid #cccccc;
    font-size: 18px;
}

.detail_add button:hover {
    background-color: #536775;
    border: 1px solid #536775;
    color: #fff;
}

.detail_add input {
    float: left;
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #cccccc;
    border-left: none;
    border-right: none;
    color: #666666;
}


/* 右侧导航 */

.t_baywindow {
    position: fixed;
    display: none;
    top: 20px;
    right: 50%;
    margin-right: -700px;
    background-color: #fefefe;
    border: solid 1px #eee;
    width: 60px;
    background: #fff;
    z-index: 9;
}

.t_baywindow li {
    display: block;
    height: 60px;
    text-align: center;
    line-height: 20px;
}

.t_baywindow li a {
    display: block;
    height: 40px;
    color: #333;
    padding: 10px 0;
}

.t_baywindow li a.color_redgo {
    color: #536775;
}

.t_baywindow li a.color_red{
    width: 60px;
    background: #536775;
    color: #fff;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #ffffff;
}

.t_baywindow li a.color_redgo i {
    height: 20px;
    text-align: center;
    margin-left: 5px;
}

.fastChannelLayer {
    width: 90%;
    margin: 20px auto 15px auto;
}

.fastChannelLayer td {
    padding: 8px 0;
}

.fastChannelLayer textarea {
    width: 100%;
    height: 70px;
    border: 1px solid #d2d2d2;
    font-family: ArialT;
    padding: 5px;
    box-sizing: border-box;
    outline: none;
}

.fastChannelLayer input[type=text],
.fastChannelLayer input[type=email] {
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
    width: 165px;
}

#applyToJoin .fastChannelLayer input[type=text],
#applyToJoin .fastChannelLayer input[type=email] {
    width: 300px;
}

.fastChannelLayer input[type=button] {
    border: 0px;
}

.news_list_noneimg li p {
    float: none;
    width: 100%;
}

.trade_title {
    padding: 0 30px;
    line-height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
}

.trade_title a {
    float: left;
    font-size: 16px;
    padding-right: 50px;
    color: #333;
}

.trade_title a.hover,
.trade_title a:hover {
    color: #536775;
    font-weight: 700;
}

.index_news a.index_news_title:hover {
    color: #536775
}

.type_tip {
    border: 1px solid #536775;
    color: #536775;
    padding: 2px 5px;
    border-radius: 2px;
}

.pro_company_title,
.pro_company_title_letter {
    overflow: hidden;
    padding: 20px 10px;
}

.pro_company_title li {
    float: left;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    width: 70px;
}

.pro_company_title li::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #536775;
    bottom: -8px;
    left: 16px;
    opacity: 0;
}

.pro_company_title li.hover,
.pro_company_title li:hover {
    color: #536775;
    font-weight: 700;
}

.pro_company_title li.hover::after,
.pro_company_title li:hover::after {
    opacity: 1;
}

.pro_company_title p {
    float: left;
    padding-top: 2px;
    padding-left: 10px;
}

.pro_company_title p a {
    color: #666;
    padding-right: 30px;
    float: left;
    cursor: pointer;
    cursor: pointer;
    font-size: 16px;
}

.pro_company_title p a:hover,
.pro_company_title p a.hover {
    color: #536775;
}

.pro_company_list {
    padding: 10px 10px 0;
}

.pro_company_list ul li {
    width: 222px;
}

.pro_company_list ul li a.brand_img {
    width: 210px;
    height: 100px;
}

.pro_company_list_letter>li {
    overflow: hidden;
}

.pro_company_list_letter>li h1 {
    box-sizing: border-box;
    padding: 15px 20px;
}

.pro_company_list_letter>li h1 span {
    display: block;
    background-color: #536775;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    height: 30px;
    width: 85px;
    line-height: 30px;
    text-align: center;
}

.pro_company_list_letter>li h1 span.number {
    font-size: 14px;
    min-width: 70px;
}

.pro_company_list_letter {
    overflow: hidden;
}


/*.pro_company_list_letter .list_ranking {*/


/*    padding: 0 30px 0 0;*/


/*}*/

#ranking,
#letter {
    min-height: 500px;
}

.list_company {
    padding-bottom: 15px;
    overflow: hidden;
}

.list_company_title {
    float: left;
    position: relative;
    width: 184px;
}

.list_company_title h1 {
    position: absolute;
    top: 75px;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    line-height: 36px;
}

.list_company_title span {
    position: absolute;
    top: 196px;
    width: 60px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    margin-left: -30px;
}

.list_company_title a {
    position: absolute;
    top: 260px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.list_company .index_brand_con {
    width: 986px;
}

.list_company .index_brand_con ul li {
    padding: 0 0 12px 17px;
}

.index_brand_con ul li:hover .ell {
    color: #536775;
}

.floor_box .list_ranking {
    height: auto;
}

#exupload {
    padding: 30px;
}

.index_company_tab {
    float: left;
    padding-left: 80px;
}

.index_company_tab li {
    cursor: pointer;
    float: left;
    color: #999;
    padding-right: 64px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.index_company_tab li::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #536775;
    bottom: 14px;
    right: 50%;
    margin-right: 22px;
    opacity: 0;
}

.index_company_tab li::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #d8d8d8;
    top: 22px;
    right: 32px;
}

.index_company_tab li:last-child::after {
    display: none;
}

.index_company_tab li:hover,
.index_company_tab li.hover {
    color: #536775;
    font-size: 16px;
}

.index_company_tab li:hover::before,
.index_company_tab li.hover::before {
    opacity: 1;
}

.mt-15 {
    margin-top: -15px;
}


/* v4.0 修改 start */

.con_top {
    width: 100%;
    height: 460px;
    min-width: 1200px;
    margin-bottom: 20px;
}

.cont_top_con {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.homeNav ul:nth-child(1) {
    background: #fff;
    width: 966px;
    /*修改*/
    margin: 0 auto;
    position: relative;
    /*新增*/
    left: 110px;
    /*新增*/
}

.homeNav ul:nth-child(1) li {
    padding: 0 23px;
    /*修改*/
    float: left;
    line-height: 48px;
    color: #333;
    position: relative;
}

.homeNav2 ul:nth-child(1) {
    background: #fff;
    margin: 0 auto;
    position: relative;
    left: 0 !important;
    width: 1200px !important;
}

.homeNav2 ul:nth-child(1) li {
    padding: 0 38px;
    float: left;
    line-height: 52px;
    color: #333;
    position: relative;
}

.pc_con {
    width: 220px;
    height: 460px;
    margin-top: -3px;
    background-color: #fff;
    float: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.res {
    position: relative;
}

.abs {
    position: absolute;
}

.menu_tap {
    width: 220px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 10px;
    background-color: #536775;
    box-sizing: border-box;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: -44px;
    color: #fff;
}

.menu_pc {
    width: 220px;
    height: 480px;
    left: 0;
    top: 49px;
    background-color: #fff;
    /* 	border-top-left-radius: 6px;
        border-top-right-radius: 6px; */
}

.menu_pc ul {
    margin-top: 28px;
    display: block;
    height: 421px;
    overflow: hidden;
}

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


/* v4.0 修改 end */


/* v4.0 add 20201109 st */

.homeNav ul:nth-child(1) li>a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.homeNav ul:nth-child(1) li>a:hover,
.homeNav ul:nth-child(1) li.cur>a {
    color: #536775;
}

.homeNav ul:nth-child(1) li.cur::after,
.homeNav ul:nth-child(1) li:hover::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #536775;
}

.homeNav ul:nth-child(1)>a {
    float: right;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background-image: linear-gradient(90deg, #536775 26%, #384c5a 100%);
    border-radius: 15px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}


/* v4.0 add 20201109 en */

.index_dealers_list {
    height: auto;
}

.index_dealers_list li {
    margin-bottom: 20px;
}

.detail_permission {
    background-color: #f8f8f8;
    margin: 60px 20px;
    padding: 28px 95px;
    overflow: hidden;
}

.detail_permission h1 {
    background-color: #536775;
    border-radius: 2px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.detail_permission p {
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 30px 18px;
    margin-top: 20px;
}

.detail_permission p a {
    width: 200px;
    font-size: 14px;
    border-radius: 2px;
}

.detail_permission .p_vip {
    background-color: #fff;
    border-radius: 6px;
    margin-top: 20px;
    padding: 30px 50px;
    overflow: hidden;
}

.detail_permission .p_vip .fl {
    width: 270px;
}

.detail_permission .p_vip .input_form_larger {
    background-color: #f8f8f8;
    width: 270px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
}

.detail_permission .p_vip .button_orange_big {
    width: 270px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
    box-sizing: border-box;
}

.detail_permission .p_vip .fr img {
    margin: 0 auto;
}

.list_ranking_b .brand_list {
    height: 558px;
}


/*首页轮播优化*/

.floor_box .hd {
    width: 100%;
    top: 50%;
    margin-top: -17px;
    z-index: 9999;
    position: absolute;
}

.floor_box .hd .next,
.floor_box .hd .prev {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0C0C0C30;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.floor_box:hover .hd .next,
.floor_box:hover .hd .prev {
    display: block;
}

.floor_box .hd .next:hover,
.floor_box .hd .prev:hover {
    background: #0C0C0C60;
}

.floor_box .hd i {
    font-size: 20px;
    color: #fff;
    line-height: 34px;
}

.floor_box .hd .next {
    right: 17px;
}

.floor_box .hd .prev {
    left: -14px;
}
.registerFoot .net_map {
    display: none;
    position: absolute;
    left: 50%;
    top: 100px;
    width: 1200px;
    margin-left: -600px;
    background-color: #536779;
    z-index: 9;
}

.registerFoot .net_map li {
    float: left;
    margin-left: 80px;
    padding-top: 20px;
}

.registerFoot .net_map li a.title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.registerFoot .net_map li a.link {
    display: block;
    color: #fff;
    margin-bottom: 6px;
}
.detail_disclaimer {
    margin: 30px auto 0;
    border: 1px dashed #536775;
}

.detail_disclaimer h1 {
    color: #536775;
    font-size: 24px;
    text-align: center;
    padding: 10px 0px;
}

.detail_disclaimer h1::before {
    margin-right: 5px;
}

.detail_disclaimer p {
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    text-indent: 28px;
    box-sizing: border-box;
    padding: 0px 20px 20px;
}

.search_left {
    float: left;
    width: 800px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 25px;
}

.search_list li {
    margin-top: 20px;
    overflow: hidden;
}

.search_list li a.title_big {
    display: block;
    font-size: 18px;
    color: #3073a2;
    text-decoration: underline;
    padding-bottom: 10px;
}

.search_list li a.title_big:hover,
.search_list li .search_con p a.title_small:hover {
    color: #bb2015;
}

.search_list li .search_con {
    overflow: hidden;
    line-height: 24px;
    color: #666;
}

.search_list li .search_con a.img {
    float: left;
    overflow: hidden;
    width: 128px;
    height: 85px;
    border-radius: 10px;
    margin-right: 20px;
    background-color: #F2F2F2;
    position: relative;
}
.search_list li .search_con a.img span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -19px;
    margin-top: -19px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 30px;
    background-color: rgb(0, 0, 0);
    border: solid 3px rgba(255, 255, 255, 0.59);
    opacity: 0.5;
    z-index: 9;
}

.search_list li .search_con p {
    float: left;
    width: 602px;
}

.search_list li .search_con p.w100p {
    width: 100%;
}

.search_list li .search_con p a.title_small {
    display: block;
    color: #333333;
    font-size: 16px;
    padding-bottom: 10px;
}

.company_search{
    padding: 0 10px;
}
.company_search li {
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    padding: 15px 0;
}

.company_search li a.img {
    float: left;
    box-sizing: border-box;
    padding: 5px;
    width: 200px;
    height: 96px;
    background-color: #f9f9f9;
    border: solid 1px #f0f0f0;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.company_search li .company_search_right{
    float: left;
    width: 930px;
}
.company_search li .company_search_right a{
    display: block;
    font-size: 18px;
    color: #333;
}
.company_search li .company_search_right p{
    margin-top: 15px;
}
.t_baywindow li a:hover{
    width: 60px;
    color: #fff;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #ffffff;
    -webkit-transition: all .6s;
    background-color: #536775;
    background-image: linear-gradient(90deg, #536775 26%, #384c5a 100%);
}

.new_hover{
    width: 55px;
    height: 27px;
    background: #536775;
    border-radius: 2px 2px 0px 0px;
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #FFF !important;
}

.success{
    width: 1202px;
    height: 690px;
    background: #ffffff;
    margin: 20px auto;
    padding-top: 30px;
}
.tips{
    width: 1142px;
    height: 46px;
    margin: 0 auto;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tips a{
    width: 51px;
    height: 20px;
    background: #526876;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #ffffff;
    margin-left: 34px;
    margin-right: 5px;
}
.success_icon{
    width: 206px;
    height: 119px;
    display:block;
    margin: 0 auto;
    margin-top: 140px;
    margin-bottom: 40px;
}

.complete{
    font-size: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 24px;
}

.reminder{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 48px;
}

.word_time{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 24px;
}
.Important_tips{
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #fe2626;
    line-height: 48px;
}
.back_home{
    width: 91px;
    height: 31px;
    background: #ffffff;
    border: 1px solid #526876;
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #526876;
    line-height: 31px;
    margin: 0 auto;
    display: block;
}
.ulb_img_cover{
    width: 200px !important;
    height: 210px !important;
    object-fit: cover !important;
}
.news_list_img_cover{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.temp_img_cover{
    width: 210px;
    height: 210px;
    object-fit: cover;
}
.news_img_cover{
    width: 320px;
    height: 140px;
    object-fit: cover;
}
.animation{
    animation: skin .6s ;
}

@keyframes skin {
    0% {
        left: 217px;
    }
    30% {
        left: 218px;
    }
    50% {
        left: 219px;
    }
}

.top_animation{
    animation: topIndex .6s ;
}

@keyframes topIndex {
    0% {
        top: 48px;
    }
    30% {
        top: 49px;
    }
    50% {
        top: 50px;
    }
}


.jianru_animation{
    animation: jianruIndex 2s ;
}

@keyframes jianruIndex {
    0% {
        opacity: 0;
    }
    30% {.content_Back
        opacity: 0.3;
    }
    40%{
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}
.search_type{
    margin-left: 8px;
}
.font_big{
    font-size: 16px !important;
    font-weight: 700 !important;
}
.font_small{
    font-size: 13px !important;
}
.LineHeight{
    line-height: 40px !important;
}


.u-flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.button_orange_large_sell{
    text-align: center;
    width: 78px;
    line-height: 30px;
    padding: 0px 10px;
    background: #a84f49;
    color: #fff;
    border: 1px solid #a84f49;
    border-radius: 2px;
    margin-top: 1px;
    display: block;
}
.u-m-left{
    margin-left: 350px;
}
.u-m-t-m{
    margin: 5px 0 20px 0;
}

.publicedition {
    width: 965px;
    background: #fff;
    box-sizing: border-box;
}
.version_search{
    float: left;
    margin-left: 10px;
    font-size: 16px;
    line-height: 30px;
}
.version_search_input{
    border: 1px solid #e8e8e8;
    width: 110px;
    height: 22px;
    margin-right: 5px;
    padding: 0 10px;
}

.yyj_type {
    background: none;
    box-sizing: content-box;
    color: #b4b4b4;
    height: 22px;
    border: 1px solid #e8e8e8;
}

/* 数据统计样式 */
.PieClass {
    width:100%;
    height: 350px;
    margin: auto;
}

.visualization_copywriting {
    font-size: 14px;
    color: #333;
    background: #f5f8ff;
    margin: 35px 0;
    padding: 20px 40px;
}

.visualization_copywriting span, .visualization span {
    font-size: 18px;
    color: #eb2428;
}

.red
{
    color: #D43030;
}
.company_search li .company_search_right a:hover{
    Color:#536775
}