@charset "utf-8";

/*重置默认样式*/
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Open Sans, Roboto, Helvetica, Tahoma, Arial, "Microsoft YaHei";
    font-size: 14px;
    background: #f2f2f2;
    background: linear-gradient(to bottom, #ffe7e0,#f5f5f5 25%);
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #DDDDDD;
}

input:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #DDDDDD;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #DDDDDD;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #DDDDDD;
}

.fl-clr {
    zoom: 1;
}

.fl-clr:after {
    display: block;
    clear: both;
    height: 0;
    content: '';
}

.wrapper {
    width: 1500px;
    margin: auto;
}

.icon {
    display: inline-block;
    position: relative;
}

/*header*/
.header {
    width: 100%;
    min-width: max-content;
    min-width: -moz-max-content;
    height: 34px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    background-color: #f0f0f0;
}

.header-left {
    width: 600px;
    float: left;
    line-height: 34px;
    color: #666666;
}

.header-left a {
    color: #1570CC;
    margin: 0 5px;
}

.header-left a:hover {
    color: #216CC9;
}

.header-right {
    width: 80px;
    float: right;
}

.header-right li {
    float: left;
    position: relative;
}

.header-right>li:after {
    width: 1px;
    height: 10px;
    display: inline-block;
    content: '';
    background: #C1C1C1;
}

.header-right>li:last-child:after {
    width: 0;
}

/*卖家服务*/
.header-right li>ul {
    position: absolute;
    border: 1px solid #DCDCDC;
    background: #fff;
    z-index: 1;
    width: 148px;
    padding: 10px 0;
    border-radius: 3px;
    right: -9px;
    z-index: 3;
}

/*For Buyers*/
.header-right li>ul.buyer {
    width: 187px;
}

/*help*/
.header-right li>ul.help {
    width: 130px;
}

.header-right li>ul.english {
    width: 85px;
}

.header-right li>ul li {
    margin-left: 10px;
}

.header-right li>ul:before {
    content: '';
    width: 14px;
    height: 9px;
    display: block;
    background: url(/images/arrow_03.png) no-repeat;
    position: absolute;
    top: -9px;
    right: 20px;
}

.header-right li>.hide {
    display: none;
}

.header-right li:hover ul {
    display: block;
}

.header-right li>ul li a:hover {
    font-weight: bold;
}

.header-right a {
    padding: 0 12px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    color: #666666;
}

.header-right .english li {
    width: 85px;
}

/*.header-right a:hover{
    font-weight: bold;
}*/
.icon-arrow-down {
    width: 7px;
    height: 4px;
    background: url('/images/icon-arrow-down.png');
    top: -2px;
}

/*logo*/
.logobar {
    background: #fff;
    padding-bottom: 24px;
    width: 100%;
    min-width: max-content;
    min-width: -moz-max-content;
    height: 97px;
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: 24px;
}

.logo {
    float: left;
}

.logo img {
    margin-top: 30px;
    margin-right: 150px;
}

/*搜索*/
.search {
    width: 970px;
    float: left;
    margin-top: 20px;
    position: relative;
}

.search li {
    float: left;
}

.search-menu a {
    color: #666666;
    margin-left: 17px;
    position: relative;
    bottom: -1px;
    padding-bottom: 10px;
}

.search-menu a.current {
    color: #ef1f1f;
    font-weight: bold;
    background: url('/images/search-arrow_03.png') no-repeat center bottom;
    display: inline-block;
}

.search input {
    width: 858px;
    height: 40px;
    border: 1px solid #ef1f1f;
    color: #656565;
    padding: 0 15px;
    outline: none;
}

.btn-search {
    width: 80px;
    height: 42px;
    display: inline-block;
    background: #ef1f1f url('/images/icon-search.png') no-repeat center center;
}

.search {
    width: 1040px;
}

.btn-postsourcingrequest {
    width: 200px;
    height: 42px;
    background: #fff;
    border: 1px solid #dae0e5;
    border-radius: 3px;
    line-height: 42px;
    display: block;
    color: #d41313;
    cursor: pointer;
    box-sizing: border-box;
}

.logo img {
    margin-right: 50px;
}

.search input {
    width: 928px;
    height: 40px;
    border: 1px solid #e80100;
    color: #656565;
    padding: 0 15px;
    outline: 0;
}

.search-right {
    float: left;
    width: 200px;
    margin: 46px 0 0 10px;
}

.search-popular {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
}

.icon-plan {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(/images/icon-plan.png) no-repeat;
    margin-left: 15px;
    margin-right: 5px;
    vertical-align: -2px;
}

.icon {
    display: inline-block;
    position: relative;
}

.search-right i {
    float: none;
}

.search-popular a {
    color: #666;
    margin-right: 8px;
}

.header-right {
    width: 80px;
}

.view {
    float: left;
    width: 300px;
    position: relative;
}

.order {
    font-size: 10px;
    overflow: hidden;
}
    .menu ul li a {
        line-height:22px;
    }

/*搜索历史 or 搜索推荐*/
.record {
    width: 887px;
    border: 1px solid #E4E4E4;
    background: #fff;
    padding: 15px 0;
    position: absolute;
    top: 70px;
    z-index: 17;
}

.record .title {
    color: #999999;
    margin-left: 15px;
    margin-bottom: 15px;
    display: block;
}

.search .record-list li {
    float: none;
    line-height: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0 15px;
}

.search .record-list li:hover {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
}

.record li span {
    width: 812px;
    display: block;
    cursor: pointer;
}

.record .btn-delete {
    float: right;
    color: #666;
    display: none;
    cursor: pointer;
}

.record .btn-clear {
    float: right;
    color: #D21215;
    cursor: pointer;
    padding: 15px 15px 0 0;
}

.search-right div {
    float: left;
}

.search-right div span {
    display: inline-block;
}

.search-right div .name {
    width: 50px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-right .user div div {
    margin-top: 5px;
}

.user {
    width: 95px;
    height: 50px;
    margin-right: 40px;
    position: relative;
}

.icon-user {
    width: 26px;
    height: 28px;
    background: url('/images/icon-user.png');
    margin-right: 9px;
    margin-top: 6px;
}

.user .icon-arrow-down {
    margin-top: 32px;
}

.user-container {
    width: 200px;
    padding: 23px 23px 16px;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    position: absolute;
    top: 44px;
    transform: translateX(-100px);
    display: none;
    z-index: 16;
}

.user-my {
    font-size: 18px;
    color: #333;
}

.btn-sign,
.btn-post,
.btn-send {
    height: 35px;
    display: block;
    background: #E70105;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 3px;
    margin: 10px 0;
    cursor: pointer;
}

.search-right div .user-join {
    font-size: 12px;
    border-bottom: 1px solid #E9E9E9;
    display: block;
    padding-bottom: 10px;
}

.user-join a {
    color: #E60004;
}

.user-join a:hover {
    color: #c80100;
}

.user-container ul {
    padding-top: 10px;
}

.user-container li a {
    color: #656565;
    line-height: 24px;
}

.search-right div .user-submit {
    font-size: 12px;
    border-top: 1px solid #E9E9E9;
    display: block;
    margin-top: 10px;
    padding-top: 10px;
    line-height: 20px;
    cursor: pointer;
}

.user:hover .user-container {
    display: block;
}

.cart {
    width: 86px;
    height: 50px;
    position: relative;
}

.tip {
    position: relative;
}

.number {
    width: 25px;
    height: 20px;
    display: inline-block;
    background: #e90200;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    position: absolute;
    right: -6px;
    z-index: 2;
    border: 2px solid #fff;
}

.icon-cart {
    width: 34px;
    height: 30px;
    background: url('/images/icon-cart.png');
    margin-right: 9px;
    margin-top: 6px;
}

.cart .icon-arrow-down {
    margin-top: 32px;
}

.cart .cart-name {
    margin-top: 20px;
    width: 30px;
}

.cart .cart-name:hover {
    color: #ef1f1f;
}

.cart-container {
    width: 300px;
    padding: 23px 23px 16px;
    background: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    position: absolute;
    top: 44px;
    transform: translateX(-150px);
    display: none;
    z-index: 16;
}

.cart-container span {
    color: #333333;
    font-size: 18px;
}

.cart-container ul {
    margin-bottom: 14px;
}

.cart-container ul li {
    margin-top: 15px;
}

.cart-container ul li .empty {
    font-size: 14px;
    text-align: center;
    display: block;
}

.cart-container ul li input {
    float: left;
    margin-top: 20px;
    margin-right: 15px;
    cursor: pointer;
}

.cart-container ul li a {
    float: left;
    font-size: 0;
}

.cart-container ul li img {
    width: 64px;
    height: 64px;
    border-radius: 3px;
}

.cart-container ul li .cart-title {
    color: #999999;
    width: 186px;
    height: 34px;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 0 0 10px;
    font-size: 14px;
}

.cart-container ul li .cart-delete {
    float: left;
    cursor: pointer;
}

.cart-container ul li .cart-delete .icon-close {
    width: 12px;
    height: 12px;
    display: block;
    background: url(/images/icon-close.png);
}

.cart:hover .cart-container {
    display: block;
}

/*logobar fixed*/
.logobar-fixed {
    background: #fff;
    width: 100%;
    height: 82px;
    position: fixed;
    top: 0;
    z-index: 17;
    box-shadow: 5px 5px 10px rgba(115, 115, 115, 0.1);
    display: none;
}

.logobar-fixed .logo img {
    margin-top: 10px !important;
}

.logobar-fixed .search input {
    border: 1px solid #dddee3;
}

/*row*/
/*menu*/
.menu {
    width: 300px;
    height: 390px;
    background: #fff;
    border-right: 0;
    float: left;
    padding: 14px 0;
    border: 1px solid #DCDEE3;
}

.icon-menu {
    width: 16px;
    height: 12px;
    background: url('/images/icon-menu.png');
    margin: 0 6px 0 18px;
}

.menu ul {
    margin-top: 14px;
}

.menu ul li {
    padding: 0 18px;
}

.menu ul li a {
    color: #555555;
    line-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 31px;
    display: block;
}

.menu ul li:hover {
    background: #f5f5f5;
}

.menu ul li:hover a {
    color: #ef1f1f;
}

.menu-more {
    color: #1570CC;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 17px 0 0 18px;
}

/*banner*/
.banner {
    float: left;
    width: 920px;
    height: 420px;
}

.banner img {
    width: 920px;
    height: 420px;
    object-fit: cover;
}

/*carousel样式覆盖*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 70px;
}

.carousel-indicators {
    bottom: 25px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    margin-right: 5px;
}

.carousel-indicators li.active {
    background-color: #e70005;
}

/*leads-industries*/
.leads-industries {
    width: 240px;
    height: 388px;
    float: left;
    border-left: none;
    background: #fff;
    padding: 15px 18px;
    border: 1px solid #DCDEE3;
}

.leads-industries .title {
    color: #2D2E32;
    font-weight: bold;
    border-bottom: 1px solid #DCDEE3;
    display: block;
    padding: 10px 0;
    margin-top: 5px;
}

.leads-industries .title a {
    color: #999999;
    font-size: 12px;
    float: right;
}

.leads ul li {
    margin-top: 10px;
    overflow: hidden;
}

.leads ul li img {
    width: 20px;
    height: 14px;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

.leads ul li a {
    width: 215px;
    height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    color: #666666;
}

.leads ul li a:hover {
    color: #ef1f1f;
}

.industries {
    margin-top: 15px;
}

.industries ul li {
    border-bottom: 1px solid #DCDEE3;
    overflow: hidden;
    padding-bottom: 15px;
}

.industries ul li:last-child {
    border-bottom: none;
}

.industries div {
    width: 170px;
    float: left;
    font-size: 12px;
}

.industries div a {
    display: block;
}

.industries ul li .industries-title {
    width: 170px;
    height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666666;
    line-height: 15px;
    margin-top: 19px;
}

.industries ul li .industries-shop {
    color: #999999;
    margin-top: 18px;
}

.industries div:hover a {
    color: #ef1f1f;
}

.industries img {
    width: 70px;
    height: 70px;
    float: left;
    margin-top: 15px;
}

/*view*/
.machinery span,
.automobiles span,
.electronic span,
.tell span.title,
.tell span.title h3,
.recommend span.title,
.recommend span.title h3,
.recently span.title,
.recently span.title h3,
.more span.title,
.more span.title h3 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    display: block;
    margin: 27px 0 15px;
}

.machinery span,
.automobiles span,
.electronic span,
.tell span.title h3,
.recommend span.title,
.recently span.title,
.more span.title {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    display: block;
    margin: 27px 0 15px;
}

.machinery span::before,
.automobiles span::before,
.electronic span::before,
.recommend span.title h3::before,
.recently span.title::before,
.more span.title h3::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    margin-right: 5px;
    background: #f40;
}

.view {
    float: left;
    width: 300px;
    position: relative;
}

.view img {
    width: 300px;
    height: 400px;
}

.view a {
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #E90100;
    position: absolute;
    bottom: 47px;
    left: 80px;
    font-weight: bold;
}

.view a:hover {
    background: #c80100;
}

.view-container {
    float: left;
    width: 1200px;
    height: 400px;
    background: #fff;
    overflow: hidden;
}

.view-container .section {
    float: left;
    width: 368.7px;
    height: 173.5px;
    padding: 25px 10px 0 20px;
    border: 1px solid #DCDEE3;
    margin-right: -1px;
    margin-bottom: -1px;
}

.view-container div a {
    color: #333333;
}

.view-container div a:hover {
    color: #E90100;
}

.sub-industry {
    font-weight: bold;
    font-size: 16px;
    width: 368.7px;
    height: 22px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.view-container div ul {
    float: left;
    margin-top: 15px;
}

.view-container div ul li a {
    font-size: 14px;
    line-height: 28px;
    width: 238.7px;
    height: 28px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.view-container div ul li a:hover {
    text-decoration: underline;
}

.view-container div .show-img {
    width: 120px;
    height: 120px;
    float: right;
    margin-top: 15px;
}

.view-container div .show-img img {
    transition: all 1s ease;
}

.view-container div img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.show-img img {
    width: 120px;
    height: 120px;
}

/*tell*/
.tell {
    height: 465px;
    background: url('/images/tell_66.jpg') left 46px no-repeat;
}

.tell form {
    width: 684px;
    height: 304px;
    background: #fff;
    padding: 22px 38px;
    margin: 34px 43px 34px 0;
    float: right;
}

.tell form span {
    font-size: 24px;
    color: #222222;
}

.tell form span strong {
    font-weight: normal;
}

.tell input[type="text"],
.tell textarea {
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    padding: 16px 9px;
    width: 665px;
    font-family: Roboto, Helvetica, Tahoma, Arial, "Microsoft YaHei";
    outline: none;
}

.tell input[type="text"] {
    height: 11px;
}

.tell textarea {
    height: 54px;
    resize: none;
    display: block;
}

.tell .btn-post {
    border: 0;
    height: 36px;
    padding: 0 15px;
    font-family: Roboto, Helvetica, Tahoma, Arial, "Microsoft YaHei";
    cursor: pointer;
    margin: 20px 0 0;
    outline: none;
}

.tell .error {
    color: #E70105;
    position: absolute;
    right: 10px;
    bottom: 12px;
}

.tell .error-container {
    position: relative;
    margin-top: 12px;
}

/*recommend*/
.recommend {
    margin-bottom: -35px;
}

.recommend ul {
    width: 1524px;
}

.recommend ul li {
    width: 228px;
    height: 340px;
    background: #fff;
    float: left;
    border: 1px solid #DCDEE3;
    margin: 0 24px 34px 0;
    transition: all 0.5s;
    overflow: hidden;
}

.recommend ul li:hover {
    box-shadow: 5px 5px 10px rgba(115, 115, 115, 0.4);
    transform: translateY(-5px);
}

.recommend ul li a {
    display: block;
    overflow: hidden;
}

.recommend ul li img {
    width: 214px;
    height: 214px;
    display: block;
    margin: 8px auto;
    transition: all 0.5s;
}

.recommend ul li:hover img {
    transform: scale(1.15);
}

.recommend ul li div {
    margin: 10px 18px;
}

.recommend ul li div a {
    width: 184px;
    height: 38px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333333;
    margin-bottom: 6px;
}

.recommend ul li:hover div a,
.recommend ul li:hover div span,
.recommend ul li:hover div span font {
    color: #E90100;
}

.recommend ul li div span {
    display: block;
    color: #666666;
    margin: 0px 0 2px;
}

.recommend ul li div span font {
    font-weight: bold;
    color: #333;
}

/*recently*/
.recently-list {
    position: relative;
    background: #fff;
    padding-left: 15px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 60px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    width: 30px;
    height: 60px;
    position: absolute;
    z-index: 2;
    display: block;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-next:after {
    content: '';
    background: #CCCCCC url('/images/icon-carousel-right.png') no-repeat center center;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-prev:after {
    content: '';
    background: #CCCCCC url('/images/icon-carousel-left.png') no-repeat center center;
}

.recently .recently-ul {
    height: 240px;
    margin-left: 0;
}

.recently .recently-ul .li {
    width: 190px;
    height: 190px;
    overflow: hidden;
}

.recently .recently-ul .li img {
    width: 190px;
    height: 190px;
    transition: all 1s ease;
}

.recently .recently-ul .li {
    width: 190px;
    margin-top: 24px;
    float: left;
}

.recently .recently-ul .li:hover img {
    transform: scale(1.1);
}

.recently .recently-ul .recently-title {
    width: 190px;
}

.recently-div {
    width: 1440px;
    height: 240px;
    overflow: hidden;
}

.swiper-container {
    width: 1435px;
    height: 100%;
    position: static;
}

/*ad*/
.ad {
    margin: 40px 0 32px;
}

.ad a {
    float: left;
}

.ad a:first-child {
    margin-right: 24px;
}

.ad img {
    width: 738px;
    height: auto;
    display: block;
}

/*more*/
.more ul {
    background: url('/images/more_80.jpg') no-repeat;
    height: 248px;
    column-count: 4;
}

.more ul li {
    width: 375px;
    text-align: center;
    padding-top: 40px;
    height: 190px;
}

.more ul li img {
    width: 90px;
    margin: 10px auto;
    display: block;
}

.more ul li span {
    color: #333333;
    font-weight: bold;
    display: block;
}

.more ul li:hover span {
    color: #ef1f1f;
}

.more ul li p {
    color: #999999;
    width: 237px;
    line-height: 22px;
    font-size: 12px;
    margin: 8px auto 0;
}

/*footer*/
.footer {
    width: 100%;
    min-width: max-content;
    min-width: -moz-max-content;
    padding-bottom: 10px;
    background: #ebebeb;
    margin-top: 42px;
    position: relative;
    z-index: 10;
}

.footer .wrapper {
    width: 100%;
}

.footer .wrapper .footer-menu {
    width: 1500px;
    margin: 0 auto;
}

.footer .footer-menu li {
    float: left;
    width: 243.5px;
    padding-left: 74px;
}

.footer .footer-menu li ul li {
    padding-left: 0;
}

.footer .footer-menu li ul li:hover a {
    color: #fff;
}

.footer .footer-menu li a {
    color: #999;
    line-height: 24px;
}

.footer .footer-menu li .title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 23px 0 10px;
    display: block;
}

.footer .footer-menu li:last-child {
    max-width: 140px;
    padding-left: 0;
}

.footer .footer-menu li:last-child ul li {
    width: 30px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.footer .footer-menu>li:last-child i {
    width: 30px;
    height: 30px;
    display: block;
}

.footer .footer-menu .attention {
    position: relative;
}

.footer .footer-menu .attention div {
    display: none;
    position: absolute;
    top: 0;
    left: 43px;
}

.footer .footer-menu .attention div img {
    width: 127px;
    height: 127px;
}

.footer .footer-menu .attention:hover div {
    display: block;
}

.footer .icon-facebook {
    background: url('/images/icon-facebook.png') no-repeat;
}

.footer .icon-facebook:hover {
    background: url('/images/icon-facebook-active.png') no-repeat;
}

.footer .icon-google {
    background: url('https://timg.china.cn/img/env2/main/index_v2/icon-google.png') no-repeat;
}

.footer .icon-google:hover {
    background: url('https://timg.china.cn/img/env2/main/index_v2/icon-google-active.png') no-repeat;
}

.footer .icon-weixin {
    background: url('/images/icon-weixin.png') no-repeat;
}

.footer .icon-weixin:hover {
    background: url('/images/icon-weixin-active.png') no-repeat;
}

.footer .icon-instagram {
    background: url('/images/icon-instagram-active.png') no-repeat;
}

.footer .icon-linkedin {
    background: url('/images/icon-linkedin.png') no-repeat;
}

.footer .icon-linkedin:hover {
    background: url('/images/icon-linkedin-active.png') no-repeat;
}

.footer .footer-bottom {
    border-top: 1px solid #7e7e7f;
    text-align: center;
    padding-top: 25px;
    margin-top: 25px;
}

.footer .footer-bottom img {
    border-radius: 3px;
    opacity: 0.4;
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    margin-right: 17px;
}

.footer .footer-bottom a img {
    margin-right: 0;
}

.footer .footer-bottom img:hover {
    opacity: 1;
}

.footer .footer-keywords {
    margin-top: 15px;
    text-align: center;
    line-height: 24px;
}

.footer .footer-keywords li {
    display: inline-block;
}

.footer .footer-keywords li a {
    color: #d9d9d9;
}

.footer .footer-keywords li a:after {
    display: inline-block;
    content: '';
    width: 1px;
    height: 15px;
    background: #d9d9d9;
    position: relative;
    left: 10px;
    top: 3px;
    margin-right: 15px;
}

.footer .footer-keywords li:last-child a:after {
    width: 0;
}

.footer .footer-copyright {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 15px;
}

.footer .footer-copyright,
.footer .footer-copyright a {
    color: #333;
}

.footer .footer-copyright a,
.footer .footer-copyright span {
    margin-right: 54px;
}

/*主体宽度1200*/
/*媒体查询*/
@media screen and (max-width: 1440px) {
    .wrapper {
        width: 1200px;
    }

    /*搜索*/
    .search {
        width: 670px;
    }

    .search input {
        width: 558px;
    }

    .record {
        width: 587px;
    }

    .record li span {
        width: 512px;
    }

    /*leads-industries*/
    .leads-industries {
        width: 240px;
        height: 420px;
        float: left;
        border: 1px solid #DCDEE3;
        border-left: none;
        background: #fff;
        padding: 0 18px;
    }

    /*banner*/
    .banner {
        width: 665px;
    }

    .banner img {
        width: 665px;
    }

    /*view-container*/
    .view-container {
        width: 900px;
    }

    .view-container .section {
        width: 268.7px;
    }

    .view-container .section .sub-industry {
        width: 268.7px;
    }

    .view-container div ul li a {
        width: 138.7px;
    }

    /*recommend*/
    .recommend {
        margin-bottom: -27px;
    }
    .recommend ul {
        width: 1224px;
    }

    .recommend ul li {
        width: 218px;
    }

    .recommend ul li img {
        width: 204px;
    }

    /*Recently*/
    .recently-div {
        width: 1140px;
        margin-left: 48px;
    }

    .swiper-container {
        width: 1140px;
    }

    .recently-list {
        padding-left: 38px;
    }

    /*ad*/
    .ad img {
        width: 588px;
    }

    /*more*/
    .more ul li {
        width: 300px;
    }

    /*footer*/
    .footer .footer-menu li {
        padding-left: 0;
    }

    .footer .footer-copyright a,
    .footer .footer-copyright span {
        margin-right: 45px;
    }
}

@media screen and (max-width: 1200px) {
    .wrapper {
        width: 980px;
    }

    /*搜索*/
    .search {
        width: 450px;
    }

    .search input {
        width: 338px;
    }

    .record {
        width: 367px;
    }

    .record li span {
        width: 292px;
    }

    /*meunu*/
    .menu {
        width: 299px;
    }

    /*banner*/
    .banner {
        width: 680px;
    }

    .banner img {
        width: 680px;
    }

    /*leads-industries*/
    .leads-industries {
        display: none;
    }

    /*view-container*/
    .view-container {
        width: 680px;
    }

    .view-container .section {
        width: 308.5px;
    }

    .view-container div ul li a {
        width: 138.7px;
    }

    /*tell*/
    .tell form {
        width: 540px;
    }

    .tell input[type="text"],
    .tell textarea {
        width: 521px;
    }

    /*recommend*/
    .recommend ul {
        width: 1224px;
    }

    .recommend ul li {
        width: 225px;
    }

    .recommend ul li img {
        width: 211px;
    }

    /*Recently*/
    .recently-div {
        width: 912px;
    }

    .swiper-container {
        width: 912px;
    }

    .recently-list {
        padding-left: 38px;
    }

    /*ad*/
    .ad img {
        width: 478px;
    }

    /*more*/
    .more ul li {
        width: 245px;
    }

    /*footer*/
    .footer .footer-menu li {
        padding-left: 0;
        width: 209.5px;
    }

    .footer .footer-copyright a,
    .footer .footer-copyright span {
        margin-right: 1px;
    }
}

/*主体宽度1200*/
/*媒体查询*/
@media screen and (max-width: 1440px) {
    .wrapper {
        width: 1200px;
    }

    /*搜索*/
    .search {
        width: 670px;
    }

    .search input {
        width: 558px;
    }

    .record {
        width: 587px;
    }

    .record li span {
        width: 512px;
    }

    /*banner*/
    .banner {
        width: 600px;
    }

    .banner img {
        width: 600px;
    }

    /*view-container*/
    .view-container {
        width: 900px;
    }

    .view-container .section {
        width: 268.7px;
    }

    .view-container div ul li a {
        width: 138.7px;
    }

    /*recommend*/
    .recommend ul {
        width: 1224px;
    }

    .recommend ul li {
        width: 218px;
    }

    .recommend ul li img {
        width: 204px;
    }

    /*Recently*/
    .recently-div {
        width: 1140px;
        margin-left: 48px;
    }

    .swiper-container {
        width: 1140px;
    }

    .recently-list {
        padding-left: 38px;
    }

    /*ad*/
    .ad img {
        width: 588px;
    }

    /*more*/
    .more ul li {
        width: 300px;
    }

    /*footer*/
    .footer .footer-menu li {
        padding-left: 0;
    }

    .footer .footer-copyright a,
    .footer .footer-copyright span {
        margin-right: 45px;
    }
}

@media screen and (max-width: 1200px) {
    .wrapper {
        width: 980px;
    }

    /*搜索*/
    .search {
        width: 450px;
    }

    .search input {
        width: 338px;
    }

    .record {
        width: 367px;
    }

    .record li span {
        width: 292px;
    }

    /*banner*/
    .banner {
        width: 677px;
    }

    .banner img {
        width: 677px;
    }

    /*leads-industries*/
    .leads-industries {
        display: none;
    }

    /*view-container*/
    .view-container {
        width: 680px;
    }

    .view-container .section {
        width: 308.5px;
    }

    .view-container div ul li a {
        width: 138.7px;
    }

    /*tell*/
    .tell form {
        width: 540px;
    }

    .tell input[type="text"],
    .tell textarea {
        width: 521px;
    }

    /*recommend*/
    .recommend ul {
        width: 1224px;
    }

    .recommend ul li {
        width: 225px;
    }

    .recommend ul li img {
        width: 211px;
    }

    /*Recently*/
    .recently-div {
        width: 912px;
    }

    .swiper-container {
        width: 912px;
    }

    .recently-list {
        padding-left: 38px;
    }

    /*ad*/
    .ad img {
        width: 478px;
    }

    /*more*/
    .more ul li {
        width: 245px;
    }

    /*footer*/
    .footer .footer-menu li {
        padding-left: 0;
        width: 209.5px;
    }

    .footer .footer-copyright a,
    .footer .footer-copyright span {
        margin-right: 1px;
    }
}