﻿/*重置样式*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
}

body,
button,
input,
select,
textarea {
    outline: none;
    font-family: '微软雅黑', "Microsoft YaHei";
    font-size: 9pt;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    font-family: '微软雅黑', "Microsoft YaHei";
    font-weight: 400;
}

li {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

q:before,
q:after {
    content: "";
}

button,
input,
select,
textarea {
    font-size: 100%;
}

legend {
    color: #000000;
}

small {
    font-size: 9pt;
}

hr {
    border: none;
    height: 1px;
}

a {
    color: #000;
    text-decoration: none;
    font-family: '微软雅黑', "Microsoft YaHei";
    font-weight: 400;
}

i,
em {
    font-style: normal;
}

input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    appearance: none;
}

html body {
    font-family: '微软雅黑', "Microsoft YaHei";
    font-weight: 400;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img:link,
img:visited,
img:hover,
img:active {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearBoth {
    clear: both;
    width: 100%;
    height: 1px;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    float: none;
}

.to {
    overflow: hidden;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
    height: 100% !important;
}

.toooo {
    overflow: hidden !important;
    height: 100% !important;
}

.t1::-webkit-scrollbar {
    width: 0;
    height: 0;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #222222;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #222222;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #222222;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #222222;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    float: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

body {
    width: 640px;
    margin: auto;
}

.load {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 999999999999;
}

.load video {
    position: fixed;
    right: 0px;
    bottom: 0px;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    /*åŠ æ»¤é•œ*/
    /*-webkit-filter:grayscale(100%);
	*/
    /*filter:grayscale(100%);
	*/
}

.load source {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
}

.load .op {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.load .loi {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: 62px;
    height: 70px;
}

.load .loi img {
    -webkit-animation: change 2s linear infinite;
    -moz-animation: change 2s linear infinite;
    animation: change 2s linear infinite;
}

.load .loi p {
    font-size: 9pt;
    color: #535150;
    font-family: Demit;
}

.load .but {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 90px;
    height: 25px;
    display: block;
    border-radius: 5px;
    line-height: 25px;
    text-align: center;
    color: #535150;
    cursor: pointer;
    display: none;
}

.feedback {
    width: 75px;
    height: auto;
    position: fixed;
    z-index: 9999997;
    bottom: 100px;
    right: 0px;
    touch-action: none;
}

.feedback a {
    width: 56px;
    height: 56px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    border-radius: 28px;
    line-height: 56px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}

.feedback a i {
    font-size: 20pt;
}

.feedback a.feedback1 {
    margin-bottom: 5px;
    font-size: 16pt;
}

.feedback a.feedback2 {
    margin: 0 auto;
}

.feedback a.kaidian {
    margin: 0;
    background-color: none;
    background: url(/images/kaidian.gif) no-repeat center center;
    background-size: cover;
    width: 75px;
    height: 75px;
    margin-bottom: 5px;
    border-radius: 0px;
}

.feedback-menu {
    width: 442px;
    height: auto;
    /* background:#22272e;
	*/
    position: fixed;
    z-index: 9999997;
    top: 0px;
    right: 0;
    left: 0;
    padding: 20px;
    display: none;
    margin: auto;
}

.change {
    -webkit-animation-name: change;
    animation-name: change;
}

@-webkit-keyframes change {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes change {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframes change {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes change {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes opa {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes opa {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-moz-keyframes opa {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-o-keyframes opa {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes opa {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.main {
    width: 100%;
    height: auto;
    clear: both;
    /*margin-bottom:35px;
	*/
    position: relative;
}

.p_ad {
    width: 100%;
    height: auto;
    background: #dedede;
    padding: 10px 0;
}

.p_ad a {
    width: 100%;
    height: auto;
    text-decoration: none;
    display: inline-block;
}

.p_ad img {
    width: 100%;
    height: 154px;
}

.p_ad span.adver {
    position: absolute;
    display: inline-block;
    height: 20px;
    width: 40px;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 2;
    top: 0;
    color: #fff;
    font-size: 12pt;
    border-radius: 0 0px 5px 0;
    line-height: 20px;
    text-align: center;
}

.main .more {
    width: 100%;
    height: 50px;
    margin: 35px 0;
    text-align: center;
}

.main .more a {
    width: auto;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    padding: 0 35px;
    font-size: 18pt;
    color: #3f3f3f;
    border: 1px solid #ddd;
    margin: 0 15px;
}

.main h1.p_title {
    width: 100%;
    height: 60px;
    margin-bottom: 45px;
}

.main h1.p_title label {
    width: auto;
    height: 60px;
    display: inline-block;
    float: left;
    font-size: 22pt;
    line-height: 60px;
    color: #22272e;
    text-align: left;
    margin-bottom: 45px;
}

.main h1.p_title span {
    width: 50px;
    height: 36px;
    display: inline-block;
    float: left;
    margin-left: 7px;
    border-bottom: 8px solid #ed1437;
}

.main h1.p_title a {
    width: auto;
    height: 60px;
    display: inline-block;
    padding: 0 15px;
    float: right;
    line-height: 75px;
    color: #22272e;
    font-size: 20pt;
}

.main .nav {
    width: 100%;
    height: 950px;
    background: url(/images/bg.jpg) no-repeat center center;
}

.main .nav-top {
    text-align: center;
    height: 70px;
    line-height: 70px;
    position: relative;
}

.main .nav-top h1 {
    width: 100%;
    height: 70px;
    font-size: 35pt;
    color: #262626;
    text-align: center;
    line-height: 70px;
}

.main .nav-top h1 i {
    width: auto;
    height: 70px;
    display: inline-block;
    background: url(/images/carlogo.png) no-repeat left center;
    padding-left: 60px;
    font-size: 28pt;
    color: #555;
    line-height: 73px;
    font-weight: bold;
}

.main .mini_btn {
    width: 42px;
    float: right;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10;
    display: block;
    cursor: pointer;
}

.main .mini_btn p {
    height: 5px;
    width: 42px;
    background: #fff;
    margin-bottom: 4px;
    border-radius: 15px;
}

.main .diff p {
    background: #555;
}

.main .nav-line {
    margin-top: 80px;
    width: 100%;
    text-align: center;
}

.main .nav-line ul {
    overflow: hidden;
}

.main .nav-line ul li {
    width: 345px;
    height: 75px;
    line-height: 75px;
    background: rgba(88, 92, 98, 0.8);
    border-radius: 10px;
    margin: auto;
    margin-bottom: 20px;
}

.main .nav-line ul li a {
    display: block;
    font-size: 24pt;
    color: #fff;
}

.main .price {
    width: 100%;
    background: black;
}

.main .price .price-top {
    width: 100%;
    height: auto;
}

.main .price .price-top i {
    background: url(../images/1.png);
    display: block;
    width: 100%;
    height: 25px;
}

.main .price .price-top h1 {
    text-align: center;
    color: #ffffff;
    font-size: 35pt;
    font-weight: bold;
    margin: 35px;
    margin-bottom: 60px;
}

.main .price .price-ul {
    width: 595px;
    height: auto;
    margin: 0 auto;
    padding: 0px 20px 50px;
}

.main .price .price-ul li {
    width: 549px;
    height: 80px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
    border-bottom: 1px solid #25292e;
}

.main .price .price-ul li a {
    width: 100%;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    font-size: 22pt;
    color: #fff;
}

.main .price .price-ul li h4,
.main .price .price-ul li h5,
.main .price .price-ul li h6 {
    height: 80px;
    float: left;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    font-size: 22pt;
}

.main .price .price-ul li h4 {
    width: 255px;
}

.main .price .price-ul li h5 {
    width: 139px;
}

.main .price .price-ul li h6 {
    width: 139px;
}

.main .price .price-ul li h4.tit,
.main .price .price-ul li h5.tit,
.main .price .price-ul li h6.tit {
    color: #fff;
    font-size: 24pt;
    font-weight: bold;
}

.main .price .price-ul li h4 {
    text-align: left;
}

.main .price .price-ul li h5 {
    text-align: center;
}

.main .price .price-ul li h5 i {
    width: auto;
    height: 80px;
    display: inline-block;
    background: url(/images/down.png) no-repeat left center;
    line-height: 80px;
    padding-left: 30px;
}

.main .price .price-ul li h6 {
    text-align: right;
    color: red;
    margin-left: 5px;
}

.main .sement {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.main .sement-ul {
    width: 100%;
    height: auto;
}

.main .sement-ul li {
    width: 100%;
    height: 390px;
    border-top: 1px solid #ed1437;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.main .sement-ul li img {
    width: 100%;
    height: 100%;
}

.main .sement-ul li:nth-child(1) {
    border: none;
}

.main .sement-ul .sement-bg {
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    -webkit-opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
}

.main .sement-ul .sement-font {
    width: 570px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    left: 35px;
    bottom: 120px;
}

.main .sement-ul .sement-font h1 {
    width: 100%;
    height: 55px;
    font-size: 35pt;
    color: #fff;
    line-height: 55px;
}

.main .sement-ul .sement-font h4 {
    width: 100%;
    height: 30px;
    font-size: 20pt;
    color: #fff;
    line-height: 30px;
}

.main .sement-ul .sement-font h6 {
    width: 100%;
    height: 60px;
    margin-top: 15px;
}

.main .sement-ul .sement-font h6 a {
    width: auto;
    height: 60px;
    display: inline-block;
    background: #ed1437;
    color: #fff;
    line-height: 60px;
    font-size: 18pt;
    padding: 0 25px;
}

.main .sement-ul .sement-font h6 a:nth-child(1) {
    margin-right: 5px;
}

.main .sement-ul .font-left {
    text-align: left;
}

.main .sement-ul .font-right {
    text-align: right;
}

.main .distr {
    width: 595px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}

.main .distr ul {
    width: 100%;
    height: auto;
}

.main .distr ul li {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

.main .distr ul li .distr-left {
    width: 212px;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 15px;
}

.main .distr ul li .distr-left a {
    display: inline-block;
}

.main .distr ul li .distr-left img {
    border: 1px solid #efefef;
}

.main .distr ul li .distr-right {
    width: 360px;
    height: auto;
    float: right;
}

.main .distr ul li .distr-right h1 {
    width: 100%;
    height: auto;
    line-height: 1.5em;
    font-size: 26pt;
    text-align: left;
}

.main .distr ul li .distr-right h1 a {
    color: #22272e;
    font-size: 20pt;
}

.main .distr ul li .distr-right .distr-i {
    width: 100%;
    height: 16px;
    margin-bottom: 10px;
}

.main .distr ul li .distr-right .distr-i i {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(/images/3.png) no-repeat center center;
    margin-right: 3px;
}

.main .distr ul li .distr-right h2 {
    width: 100%;
    height: auto;
    background: url(/images/6.png) no-repeat left top;
    margin-bottom: 10px;
}

.main .distr ul li .distr-right h2 p {
    width: 335px;
    height: auto;
    font-size: 18pt;
    color: #7e878f;
    line-height: 27px;
    margin-left: 27px;
}

.main .distr ul li .distr-right h3 {
    width: 100%;
    height: 21px;
    background: url(/images/7.png) no-repeat left center;
    font-size: 18pt;
    color: #22272e;
    padding-left: 30px;
    line-height: 21px;
}

.main .distr02 {
    width: 595px;
    margin: auto;
    margin-top: 30px;
}

.main .distr02 h1 a {
    color: #22272e;
    font-size: 20pt;
}

.main .distr02 ul li {
    margin: 22px 0 22px 0;
    overflow: hidden;
}

.main .distr02 ul li .distr-left {
    float: left;
    /*border:2px solid #efefef;
	*/
    width: 210px;
    height: 140px;
    text-align: center;
}

.main .distr02 ul li .distr-left a {
    display: inline-block;
}

.main .distr02 ul li .distr-left img {
    width: 100%;
    border-radius: 6px;
}

.main .distr02 ul li .distr-right {
    float: left;
    margin-left: 25px;
    width: 356px;
}

.main .distr02 ul li .distr-right h1 {
    color: #22272e;
    font-size: 24pt;
    text-align: left;
    margin-bottom: 7px;
}

.main .distr02 ul li .distr-right h1 i {
    margin: 0 -10px 0 -20px;
}

.main .distr02 ul li .distr-right .distr-date {
    margin-top: 28px;
}

.main .distr02 ul li .distr-right .distr-date span {
    font-size: 17pt;
    color: #b4b3b3;
}

.main .distr02 ul li .distr-right .distr-date span:nth-child(1) {
    float: left;
}

.main .distr02 ul li .distr-right .distr-date span:nth-child(2) {
    float: right;
    margin-right: 5px;
}

.main .distr02 ul li .distr-right .distr-date span:nth-child(2) i {
    margin-right: 10px;
}

.main hr {
    height: 5px;
    width: 100%;
    border: 0;
    margin-top: -3px;
}

.nav-list {
    position: absolute;
    top: 0px;
    width: 442px;
    max-width: 640px;
    height: 0;
    margin: 0 auto;
    z-index: 9999999;
    right: 0;
    left: 0;
}

.nav-list ul {
    padding: 5px 0;
    margin-top: 10px;
    display: none;
    position: relative;
    z-index: 9999999999;
}

.nav-list ul .nav-logo {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease;
    /*position:absolute;
	*/
    right: 0;
    left: 0;
    margin: auto;
    top: 15px;
    width: 98px;
}

.nav-list ul .nav-del {
    color: #fff;
    font-size: 30pt;
    /* text-align:right;
	*/
    float: right;
    margin: 10px 0px 0 0;
    position: absolute;
    right: -65px;
    /* left:0;
	*/
    top: 0;
}

.nav-list ul div:nth-child(1) {
    transition-delay: 220ms;
}

.nav-list ul li {
    margin: 5px 20px 10px;
    opacity: 0;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease;
}

.nav-list ul li a b {
    float: right;
}

.nav-list ul li a i {
    float: right;
    font-size: 24pt;
}

.nav-list ul li a {
    display: block;
    height: 55px;
    padding: 5px 10px;
    font-size: 22pt;
    color: #fff;
    line-height: 50px;
    text-align: left;
    /* border-radius:8px;
	*/
    /* background-color:#4e4e4e;
	*/
    overflow: hidden;
    border-bottom: 1px solid #6F6E6E;
}

.nav-list ul li:nth-child(1) {
    transition-delay: 160ms;
}

.nav-list ul li:nth-child(2) {
    transition-delay: 240ms;
}

.nav-list ul li:nth-child(3) {
    transition-delay: 320ms;
}

.nav-list ul li:nth-child(4) {
    transition-delay: 400ms;
}

.nav-list ul li:nth-child(5) {
    transition-delay: 480ms;
}

.nav-list ul li:nth-child(6) {
    transition-delay: 560ms;
}

.nav-list ul li:nth-child(7) {
    transition-delay: 640ms;
}

.nav-list ul li:nth-child(8) {
    transition-delay: 720ms;
}

.nav-list ul li:nth-child(9) {
    transition-delay: 800ms;
}

.nav-list ul li:nth-child(10) {
    transition-delay: 880ms;
}

.seanoned {
    width: 100%;
    background: #22272e;
    position: absolute;
    top: 0px;
    max-width: 640px;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 97;
}

.z-index {
    width: 100%;
    background: #22272e;
    position: fixed;
    top: 0px;
    max-width: 640px;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
    z-index: 97;
}

.foot {
    width: inherit;
    height: auto;
    background: #22272e;
    text-align: center;
    margin-top: 83px;
}

.foot ul {
    width: 600px;
    height: 63px;
    padding: 10px 20px;
    background: #22272e;
    position: fixed;
    bottom: 0;
}

.foot ul li {
    width: 100px;
    height: 63px;
    float: left;
}

.foot ul li a {
    width: 100px;
    height: 67px;
    display: inline-block;
    position: relative;
}

.foot ul li p {
    width: 100px;
    height: 30px;
    display: inline-block;
    font-size: 17pt;
    color: #7e878f;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.foot ul li a i {
    font-size: 28pt;
}

.foot ul li a.a1 {
    color: #7a838b;
}

.foot ul li a.a1_on {
    color: #fff;
}

.foot ul li a.a2 {
    color: #7a838b;
}

.foot ul li a.a2_on {
    color: #fff;
}

.foot ul li a.a3 {
    color: #7a838b;
}

.foot ul li a.a3_on {
    color: #fff;
}

.foot ul li a.a4 {
    color: #7a838b;
}

.foot ul li a.a4_on {
    color: #fff;
}

.foot ul li a.a5 {
    color: #7a838b;
}

.foot ul li a.a5_on {
    color: #fff;
}

.foot ul li a.a6 {
    color: #7a838b;
}

.foot ul li a.a6_on {
    color: #fff;
}

.foot ul li a.a1_on p,
.foot ul li a.a2_on p,
.foot ul li a.a3_on p,
.foot ul li a.a4_on p,
.foot ul li a.a5_on p,
.foot ul li a.a6_on p {
    color: #fff;
}

.pro_list {
    overflow: hidden;
}

.pro_list li {
    width: 100%;
    height: 90px;
    border-bottom: solid 1px #dedede !important;
    overflow: hidden;
}

.pro_list li .pro_img {
    width: 28%;
    height: 90px;
    padding-top: 25px;
    float: left;
    padding-left: 45px;
}

.pro_list li .pro_img img {
    max-width: 100%;
    max-height: 100%;
}

.pro_list li .pro_price {
    float: left;
    margin-top: 35px;
    font-size: 21pt;
    padding-left: 15px;
    color: #666;
}

.pro_list li .pro_price span {
    font-weight: bold;
    color: red;
}

.p_ad {
    padding: 10px 0px;
    z-index: 0;
    position: relative;
}

.pro_list {
    overflow: hidden;
}

.pro_list li {
    width: 100%;
    height: 90px;
    border-bottom: solid 1px #dedede !important;
    overflow: hidden;
}

.pro_list li .pro_img {
    width: 28%;
    height: 90px;
    padding-top: 25px;
    float: left;
    padding-left: 45px;
}

.pro_list li .pro_img img {
    max-width: 100%;
    max-height: 100%;
}

.pro_list li .pro_price {
    float: left;
    margin-top: 35px;
    font-size: 21pt;
    padding-left: 15px;
    color: #666;
}

.pro_list li .pro_price span {
    font-weight: bold;
    color: red;
}

.p_ad {
    padding: 10px 0px;
}

.group_G1 {
    position: relative;
}

.group_GJ {
    position: absolute;
    border: 0;
    width: 100px;
    height: 70px;
    font-size: 20pt;
    color: #666;
    line-height: 70px;
    left: 60px;
    margin-top: 4px;
}

.group_GJ select {
    border: none;
    border-right: solid 1px #dedede;
    height: 70px;
    font-size: 20pt;
    color: #666;
    line-height: 70px;
    padding-right: 2px;
}

.group_GJ select option {
    width: 100px;
}

.group_input {
    padding-left: 270px !important;
}


/*海外国际分类*/
.chu-xing-body {
    height: 100%;
    min-height: 900px;
}

.chu-xing {
    background: url(../images/bg.png) repeat-x 0 0;
    height: 100%;
}

.main .nav-chuxing {
    width: 100%;
    height: 600px;
    background: url(../images/t1.jpg) no-repeat center center;
}

.chuxing-choose {
    height: auto;
}

.chuxing-choose ul {
    display: table;
    clear: both;
    width: 640px;
}

.chuxing-choose ul li {
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    float: left;
}

.chuxing-choose ul li:nth-child(1) {
    padding-left: 70px;
}

.chuxing-choose ul li a {
    display: inline-block;
    padding-top: 20px;
    width: 100%;
    color: #6b3e12;
    font-size: 24pt;
}

.chuxing-choose ul li a div {
    margin-top: 15px;
}

.chuxing-choose ul li:nth-child(2) a div {
    margin-top: 30px;
}

/*海外国际分类*/
.adevr-enter {
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.adevr-enter .swiper-slide a {
    display: inline-block;
    width: 600px;
    height: 80px;
    background: url(/images/adevr.jpg) 0 0 no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding-left: 110px;
    padding-top: 4px;
}

.adevr-enter .swiper-slide a .adevr-title {
    color: #fff;
    font-weight: bold;
    font-size: 20pt;
}

.adevr-enter .swiper-slide a .adevr-subtitle {
    color: #fff;
    font-size: 16pt;
}

.adevr-enter .swiper-slide:last-child a {
    background: url(/images/enter.jpg) 0 0 no-repeat;
    background-size: 100%;
}

.qualify {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #555;
    border-bottom: 1px solid #22272e;
}

.qualify a {
    margin: 0 20px;
    color: #ccc;
    font-size: 12pt;
}

.new_index {
    width: auto;
    margin: 0 3.25%;
}

.head_search {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head_search .head_search_input {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    background-color: #eee;
}

.head_search .iconfont {
    margin: 0 2%;
    color: #8c8c8c;
}

.head_search input {
    width: 90%;
    border: none;
    background-color: #eee;
    font-size: 16pt;
}

.head_search input::-webkit-input-placeholder {
    color: #666;
    font-size: 16pt;
}

.block {
    margin-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
}

.block .block_title {
    width: 100%;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22pt;
}

.swiper_img {
    width: 100%;
    height: 300px;
}

.swiper_img img {
    width: 100%;
    border-radius: 20px;
}

#index_swiper .swiper-slide a {
    width: 100%;
    height: 100%;
}

/* 轮播定制化  --begin*/
#index_swiper .swiper-slide {
    width: 90% !important;
    margin-right: 11%;
}

.swiper-slide-prev {
    right: -8%;
}

.swiper-slide-next {
    left: -8%;
}

#index_swiper .swiper-pagination-bullet {
    width: 10px;
    background: #d1d1d1;
    border-radius: 30px;
    box-shadow: 0rem 0rem 0.15rem 0rem rgba(0, 0, 0, 0.1);
    opacity: 0.7;
    transition: all 0.5s ease-in-out;
}

#index_swiper .swiper-pagination-bullet-active {
    width: 18px;
    background: #959595;
    opacity: 1;
}

/* 轮播定制化  --end*/

.index_nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_nav ul li {
    width: 20%;
}

.index_nav ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.index_nav ul li a .icon_nav {
    width: 80px;
    height: 80px;
}

.index_nav ul li a .icon_nav img {
    width: 100%;
}

.index_nav ul li a p {
    margin-top: 10px;
    font-size: 18pt;
    color: #8c8c8c;
}

.parts {
    width: 100%;
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.parts .parts_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.parts .parts_item .parts_img {
    width: 95%;
    height: 190px;
}

.parts .parts_item .parts_img img {
    width: 100%;
}

.parts .parts_item .title {
    position: absolute;
    top: 7%;
    font-size: 24pt;
    color: #fff;
    text-align: center;
}

.parts .parts_item .title p {
    font-size: 14pt;
}

.buying {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    box-shadow: 0px 0px 25px 5px #e5e5e5;
    min-height: 100px;
    border-radius: 15px;
}

.buying .buying_left {
    width: 50%;
}

.buying .buying_left {
    position: relative;
}

.buying .buying_left a {
    display: flex;
}

.buying .buying_left .buying_left_img {
    z-index: -1;
}

.buying .buying_left .buying_left_img img {
    width: 100%;
}

.buying .buying_left .buying_left_title {
    position: absolute;
    top: 6%;
    left: 10%;
    color: #ee615c;
    font-size: 20pt;
}

.buying .buying_left .buying_left_title p {
    color: #8c8c8c;
    font-size: 14pt;
}

.buying .buying_right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #eee;
}

.buying .buying_right a {
    position: relative;
    width: 100%;
    height: 159px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.buying .buying_right a:first-child {
    border-bottom: 1px solid #eee;
}

.buying .buying_right a .buying_right_title {
    width: 80%;
    color: #3ecce5;
    font-size: 20pt;
}

.buying .buying_right a:last-child .buying_right_title {
    color: #ffc667;
}

.buying .buying_right a .buying_right_title p {
    color: #8c8c8c;
    font-size: 14pt;
}

.buying .buying_right a .buying_right_btn {
    width: 36%;
    height: 25px;
    padding: 5px;
    line-height: 25px;
    text-align: center;
    font-size: 18pt;
    color: #3ecce5;
    border: 1px solid #3ecce5;
    border-radius: 30px;
}

.buying .buying_right a:last-child .buying_right_btn {
    color: #ffc667;
    border: 1px solid #ffc667;
}

.buying .buying_right a .buying_right_btn p {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #3ecce5;
    border-bottom: 6px solid transparent;
}

.buying .buying_right a:last-child .buying_right_btn p {
    border-left: 10px solid #ffc667;
}

.buying .buying_right a img {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.channel {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
}

#channel_swiper .swiper-slide {
    left: 0;
}

.channel>img {
    width: 20%;
    height: 42px;
}

.channel .channel_list {
    width: 80%;
    height: 80px;
    padding-left: 20px;
}

.channel .channel_list a {
    width: 100%;
    display: flex;
    align-items: center;
}

.channel .channel_list a .title {
    width: 70%;
    margin-right: 5%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #1a1a1a;
    font-size: 18pt;
}

.channel .channel_list a .swiper_img {
    width: 25%;
    height: 80px;
}

.channel .channel_list a .swiper_img img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 0;
}

.prduct_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.prduct_list .product_img {
    width: 200px;
    height: 200px;
}

.prduct_list .product_img img {
    height: 100%;
    border-radius: 10px;
}

.prduct_list a {
    width: 100%;
    margin: 10px 0;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #e0e0e0;
}

.prduct_list a:last-child {
    border-bottom: none;
}

.prduct_list .product_right {
    width: 60%;
    margin-left: 10px;
}

.prduct_list .product_right .product_title {
    height: 140px;
}

.prduct_list .product_right .product_title p {
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18pt;
}

.prduct_list .product_right p.product_subTitle {
    margin-top: 5px;
    font-size: 16pt;
    color: #f23030;
    -webkit-line-clamp: 1;
}

.prduct_list .product_right .product_price {
    position: relative;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
}

.prduct_list .product_right .product_price p {
    width: 100%;
    font-weight: bold;
    font-size: 22pt;
    color: #f23030;
}

.prduct_list .product_right .product_price p.product_price_original {
    max-width: 100px;
    font-size: 14pt;
    color: #666;
    font-weight: normal;
    text-decoration: line-through;
}

.prduct_list .product_right .product_price .product_buy {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 50px;
    background-color: #f23030;
    color: #fff;
    border-radius: 10px;
    font-size: 18pt;
    text-align: center;
    line-height: 50px;
}

.prduct_list.carefully {
    justify-content: space-between;
    align-items: center;
}

.prduct_list.carefully a {
    width: 30%;
    border-bottom: none;
}

.prduct_list.carefully .product_img {
    width: 100%;
    height: 170px;
}

.prduct_list.carefully .product_right {
    width: 100%;
}

.prduct_list.carefully .product_right .product_title {
    height: auto;
}

.prduct_list.carefully .product_right .product_price {
    height: auto;
    align-items: center;
}

.prduct_list.carefully .product_right .product_price p {
    float: left;
    width: auto;
    font-size: 18pt;
}

.prduct_list.carefully .product_right .product_price p.product_price_original {
    font-size: 14pt;
    margin-left: 10px;
}

.product_search {
    width: auto;
    margin: 0 3.25%;
}

.product_search .block_title {
    margin: 5% 0;
    text-align: center;
}

.sort {
    width: 100%;
    display: flex;
    border-top: 1px solid #aaaaaa;
}

.sort .sort_left {
    float: left;
    width: 25%;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #eee;
}

.sort .sort_left ul {
    display: flex;
    flex-wrap: wrap;
}

.sort .sort_left ul li {
    height: 75px;
    width: 100%;
    font-size: 18pt;
    text-align: center;
    display: table;
}

.sort .sort_left ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 18pt;
    color: #333;
}

.sort .sort_left ul li:hover a,
.sort .sort_left ul li.active a {
    color: red;
    background-color: #fff;
}

.sort .sort_right {
    float: left;
    width: 75%;
    overflow: scroll;
    overflow-x: hidden;
}

.sort .sort_right .sort_item {
    width: 98%;
    margin-left: 2%;
    padding-bottom: 2%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
}

.sort .sort_right .sort_item .sort_item_title {
    width: 100%;
    margin: 3% 2%;
    font-size: 16pt;
    font-weight: bold;
}

.sort .sort_right .sort_item .sort_item_list {
    width: 100%;
}

.sort .sort_right .sort_item .sort_item_list ul {
    display: flex;
    flex-wrap: wrap;
}

.sort .sort_right .sort_item .sort_item_list ul li {
    width: 30%;
}

.sort .sort_right .sort_item .sort_item_list ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sort .sort_right .sort_item .sort_item_list ul li a .sort_item_list_img {
    width: 100%;
    height: 80px;
    text-align: center;
}

.sort .sort_right .sort_item .sort_item_list ul li a .sort_item_list_img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.sort .sort_right .sort_item .sort_item_list ul li a .sort_item_list_name {
    font-size: 14pt;
    text-align: center;
    color: #8c8c8c;
}