﻿@charset "utf-8";

* {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Arial';
    font-size: 14px;
    background: #f5f5f5;
    color: #333
}

ul li {
    list-style: none
}

a {
    text-decoration: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ddd
}

input:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #ddd
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ddd
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #ddd
}

.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 {
    width: 100%;
    min-width: max-content;
    min-width: -moz-max-content;
    height: 34px;
    font-size: 12px;
    border-bottom: 1px solid #ddd
}

.header-left {
    width: 600px;
    float: left;
    line-height: 34px;
    color: #666
}

.header-left a {
    color: #1570cc;
    margin: 0 5px
}

.header-left a:hover {
    color: #216cc9
}

.header-right {
    /*width: 333px;*/
    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
}

.header-right li>ul.buyer {
    width: 187px;
}

.header-right li>ul.help,
.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(https://timg.china.cn/img/env2/supplier/index/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: #666
}

.header-right .english li {
    width: 110px
}

.icon-arrow-down {
    width: 7px;
    height: 4px;
    background: url('/images/icon-arrow-down.png');
    top: -2px
}

.logobar {
    background: #fff;
    padding-bottom: 24px;
    width: 100%;
    min-width: max-content;
    min-width: -moz-max-content;
    height: 97px;
    margin-bottom: 24px
}

.logo {
    float: left
}

.logo img {
    margin-top: 30px;
    margin-right: 50px
}

.search {
    width: 970px;
    float: left;
    margin-top: 20px;
    position: relative
}

.search li {
    float: left
}

.search-menu a {
    color: #666;
    margin-left: 17px;
    position: relative;
    bottom: -1px;
    padding-bottom: 10px
}

.search-menu a.current {
    color: #e80100;
    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 #e80100;
    color: #656565;
    padding: 0 15px;
    outline: 0
}

.btn-search {
    width: 80px;
    height: 42px;
    display: inline-block;
    background: #ef1f1f url('/images/icon-search.png') no-repeat center center
}

.record {
    width: 887px;
    border: 1px solid #e4e4e4;
    background: #fff;
    padding: 15px 0;
    position: absolute;
    top: 67px;
    z-index: 17
}

.record .title {
    color: #999;
    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
}

.footer {
    width: 100%;
    min-width: max-content;
    min-width: -moz-max-content;
    padding-bottom: 10px;
    background: #3f3f3f;
    margin-top: 42px
}

.footer .wrapper {
    width: 100%;
}

.footer .footer-menu {
    padding-bottom: 30px;
    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 a {
    color: #d9d9d9;
    line-height: 24px
}

.footer .footer-menu li .title {
    font-size: 18px;
    font-weight: bold;
    color: #d9d9d9;
    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.png') no-repeat
}

.footer .icon-instagram:hover {
    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: 26px;
    margin-top: 28px
}

.footer .footer-bottom img {
    border-radius: 3px;
    opacity: .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 {
    padding-top: 18px;
    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: 14px;
    border-top: 1px solid #7e7e7f;
    padding-top: 15px;
}

.footer .footer-copyright,
.footer .footer-copyright a {
    color: #d9d9d9
}

.footer .footer-copyright a,
.footer .footer-copyright span {
    margin-right: 20px
}

@media screen and (max-width:1440px) {
    .wrapper {
        width: 1200px
    }

    .search {
        width: 670px
    }

    .search input {
        width: 558px
    }

    .record {
        width: 587px
    }

    .record li span {
        width: 512px
    }

    .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
    }

    .footer .footer-menu li {
        padding-left: 0;
        width: 209.5px
    }

    .footer .footer-copyright a,
    .footer .footer-copyright span {
        margin-right: 1px
    }
}