* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    font-family: Microsoft YaHei, Arial;
    font-size: 12px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    list-style: none;
}

dl, dd {
    margin: 0;
    list-style: none;
}

a {
    cursor: pointer;
    transition: color .3s linear;
    color: #000;
}

a, a:link, a:visited {
    text-decoration: none;
}

form {
    margin: 0px
}

a img {
    border: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

hr {
    border: 0;
    border-bottom: 1px solid #eee;
    height: 0px;
    overflow: hidden;
}

i, em, u {
    text-decoration: none;
    font-style: normal;
}

p {
    margin: 0;
}

body {
    background-color: #f9f9f9;
    background-image: url(../images/bg_top.png), url(../images/bg_bottom.png);
    background-position: center top, center bottom;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

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

/*header*/
.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    top: 85px;
    width: 70px;
    height: 285px;
}

.suspension .suspension_box {
    position: relative;
    float: right;
}

.suspension .suspension_box a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #353535;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
}

.suspension .suspension_box > a:hover {
    background-color: #F05352;
}

.suspension .suspension_box a i {
    float: left;
    width: 44px;
    height: 44px;
    background-image: url(../images/side_icon.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.suspension .suspension_box a i.server {
    background-position: 0 0;
}

.suspension .suspension_box a i.tel {
    display: block;
    width: 20px;
    height: 20px;
    margin: 12px;
    background: url(../images/suspension-bg.png) no-repeat -27px 0;
}


.suspension .suspension_box a i.qrc {
    background-position: -44px 0;
}

.suspension .suspension_box a i.member {
    display: block;
    width: 20px;
    height: 20px;
    margin: 12px;
    background: url(../images/member_2.png) no-repeat;
    background-size: cover;
}

.suspension .suspension_box a i.shopping_cart {
    background-position: -88px 0;
}

.suspension .suspension_box a i.top {
    background-position: -132px 0;
}

.suspension .suspension_box a div.suspension_content {
    position: absolute;
    top: 10px;
    left: -250px;
    width: 240px;
    padding: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 5px #777;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: .3s;
    overflow: hidden;
}

.suspension .suspension_box a div.suspension_content img {
    display: block;
    width: 100%;
}

.suspension .suspension_box a.tel div.suspension_content p {
    color: #777;
    font-size: 16px;
    line-height: 24px;
}

.suspension .suspension_box a.member_btn div.suspension_content {
    top: 90px;
    width: 160px;
    left: -170px;
}

.suspension .suspension_box a.member_btn div.suspension_content span {
    min-width: 140px;
    height: 40px;
    display: block;
    line-height: 40px;
    float: left;
    margin: 2px 0;
    padding: 0 40px;
    border: 1px #ddd dashed;
    text-align: center;
    color: #3c75c7;
    background-position: 8px 10px;
    background-repeat: no-repeat;
    overflow: hidden;
    box-sizing: border-box;
}

.suspension .suspension_box a.member_btn div.suspension_content span:hover {
    color: #cc0033;
    border-color: #cc0033;
}

.suspension .suspension_box a.member_btn div.suspension_content span.order_link {
    background-image: url("../images/order_on.png");
}

.suspension .suspension_box a.member_btn div.suspension_content span.cart_link {
    background-image: url("../images/cart_on.png");
}

.suspension .suspension_box a.member_btn div.suspension_content span.out_link {
    background-image: url("../images/out.png");
}

.suspension .suspension_box a:hover div.suspension_content {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.header_top {
    /*overflow: hidden;*/
    background-image: linear-gradient(#fcfcfc, #e9e9e9);
    height: 40px;
}

.header_top p {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    padding: 0;
    color: #898989;
}

.header_top p.welcome {
    float: left;
}

.header_top div.contact_info_w {
    float: left;
    margin-left: 20px;
}

.header_top div.contact_info_w i {
    float: left;
    margin: 0 3px;
}

.header_top div.contact_info_w i.top_icon {
    width: 20px;
    height: 20px;
    display: block;
    margin: 10px 2px auto 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.header_top div.contact_info_w i.top_icon img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.header_top div.contact_info_w i.top_contact_text {
    height: 40px;
    display: block;
    line-height: 40px;
    float: left;
    padding: 0;
    color: #333;
    font-size: 12px;
    overflow: hidden;
    box-sizing: border-box;
}

.lang {
    float: right;
}

.lang p {
    float: left;
}

.lang a {
    float: left;
    margin: 10px 5px;
    width: 20px;
    height: 20px;
    background: url('../images/lang.png') 0 0 no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.lang .en {
    background-position: -20px 0;
}

.login_on_welcome {
    float: right;
    margin-right: 20px;
}

.login_on_welcome p {
    float: left;
    margin-right: 10px;
}

.login_on_welcome a {
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding: 13px 0;
    color: #898989;
    transition: .3s;
}

.login_on_welcome a:hover {
    color: #d12b3c;
}

.header .logo_login {
    overflow: hidden;
}

.header .logo_login .logo {
    float: left;
    margin: 44px 0;
}

/*.header .logo_login .login {
    float: right;
    width: 190px;
    height: 170px;
    padding: 10px 15px 0 15px;
    margin: 23px 40px;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
.header .logo_login .login {
    float: right;
    padding: 69px 0;
    overflow: hidden;
}

.header .logo_login .login a {
    float: left;
    margin-left: 15px;
    width: 130px;
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    transition: .3s;
    opacity: .8;
}

.header .logo_login .login a::before {
    content: '';
    display: inline-block;
    margin: 5px;
    width: 30px;
    height: 30px;
    vertical-align: top;
}

.header .logo_login .login a:hover {
    opacity: 1;
}

.header .logo_login .login .login_show_btn {
    background: linear-gradient(#558fd9, #4781d3);
}

.header .logo_login .login .login_show_btn::before {
    background: url(../images/member_2.png) center no-repeat;
}

.header .logo_login .login .order {
    background: linear-gradient(#f44f5f, #d12b3c);
}

.header .logo_login .login .cart {
    background: linear-gradient(#558fd9, #4781d3);
}

.header .logo_login .login .order::before {
    background: url(../images/order.png) center no-repeat;
}

.header .logo_login .login .cart::before {
    background: url(../images/cart.png) center no-repeat;
}

.header .logo_login .login span.login_s {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.header .logo_login .login span.login_s a {
    display: block;
    float: left;
    padding: 3px 16px;
    line-height: 32px;
    border: 1px #fff none;
}

.header .logo_login .login span.login_s a:hover {
    border: 1px #cc0033 dashed;
    border-radius: 5px;
    color: #cc0033;
}

.header .logo_login .login span {
    float: left;
    width: 160px;
}

.header .logo_login .login span input {
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    width: 100%;
    height: 30px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    color: #777;
    line-height: 30px;
}

.header .logo_login .login span input::-webkit-input-placeholder {
    color: #e5e5e5;
}

.header .logo_login .login .code {
    overflow: hidden;
    width: 160px;
}

.header .logo_login .login .code input {
    margin-bottom: 0;
    margin-right: 5px;
    float: left;
    width: 60px;
    height: 30px;
    line-height: 30px;
}

.header .logo_login .login .code input::-webkit-input-placeholder {
    color: #e5e5e5;
}

.header .logo_login .login .code img {
    float: left;
    height: 30px;
}

/*
.header .logo_login .login .login_btn {
    width: 100%;
    height: 28px;
    display: block;
    float: left;
    line-height: 28px;
    margin: 5px 0;
    color: #fff;
    background: linear-gradient(#ff8e1b, #ff640a);
    border-radius: 4px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
*/

.header .logo_login .login .reg_btn {
    float: left;
    width: 100%;
    color: #777;
}

.header .logo_login .login .reg_btn a {
    color: #ff263e;
}

.header .logo_login .login_in .title {
    padding-bottom: 5px;
    border-bottom: 2px solid #dfdfdf;
    text-align: center;
}

.header .logo_login .login_in .title p {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #437cd0;
    line-height: 20px;
}

.header .logo_login .login_in .title p::before {
    content: '';
    display: inline-block;
    margin: 2px 5px;
    width: 16px;
    height: 16px;
    background: url(../images/member.png) center no-repeat;
    vertical-align: top;
}

.header .logo_login .login_in .welcome {
    padding: 5px 0;
}

.header .logo_login .login_in .welcome p {
    display: block;
    margin-top: 2px;
    font-size: 14px;
    color: #777;
    line-height: 20px;
}

.header .logo_login .login_in .order_cart_out ul {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.header .logo_login .login_in .order_cart_out ul li {
    float: left;
    margin-bottom: 10px;
    width: 50%;
}

.header .logo_login .login_in .order_cart_out ul li a {
    display: inline-block;
    color: #777;
    line-height: 20px;
    font-size: 12px;
}

.header .logo_login .login_in .order_cart_out ul li a::before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
}

.header .logo_login .login_in .order_cart_out ul li.order a::before {
    background: url(../images/order.png) center center no-repeat;
}

.header .logo_login .login_in .order_cart_out ul li.cart a::before {
    background: url(../images/cart.png) center center no-repeat;
}

.header .logo_login .login_in .order_cart_out ul li.out a::before {
    background: url(../images/out.png) center center no-repeat;
}

.dp_none {
    display: none;
}

.dp_block {
    display: block !important;
}

.login_reg_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.login_reg_wrap div.header_title {
    display: block;
    width: calc(100% - 120px);
    padding: 15px;
    margin: 0 auto;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap div.header_title h1 {
    width: 124px;
    margin: 0 auto;
    padding-left: 33px;
    font-size: 22px;
    background: url('../images/member.png') 8px 10px no-repeat;
    text-align: center;
    color: #3c75c7;
    user-select: none;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .login_close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    transition: .3s;
    cursor: pointer;
}

.login_reg_wrap .login_close:hover {
    transform: rotate(90deg);
}

.login_reg_wrap .login_close::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 30px;
    height: 2px;
    background: #777;
    transform: rotate(-45deg);
}

.login_reg_wrap .login_close::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 30px;
    height: 2px;
    background: #777;
    transform: rotate(45deg);
}

.login_reg_wrap .login {
    display: none;
    position: relative;
    margin: 10vh auto;
    width: 560px;
    min-height: 480px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #3c75c7;
    box-sizing: border-box;
}

.login_reg_wrap .login .login_wrap {
    margin: 20px auto 0;
    width: 300px;
}

.login_reg_wrap .login .login_wrap > input {
    display: block;
    padding: 5px 10px;
    margin: 10px 0;
    width: 100%;
    height: 48px;
    border: 1px solid #acacac;
    box-sizing: border-box;
    outline: none;
}

.login_reg_wrap .login .login_wrap span {
    display: block;
    width: 100%;
    overflow: hidden;
}

.login_reg_wrap .login .login_wrap span input {
    float: left;
    margin: 19px 5px 17px 0;
    width: 14px;
    height: 14px;
}

.login_reg_wrap .login .login_wrap span p {
    float: left;
    line-height: 50px;
}

.login_reg_wrap .login .login_wrap span a {
    float: right;
    line-height: 50px;
    color: #3c75c7;
}

.login_reg_wrap .login .login_wrap span.other_op {
}

.login_reg_wrap .login .login_wrap span.other_op u {
    float: left;
    line-height: 50px;
}

.login_reg_wrap .login .login_wrap span.other_op a {
    float: left;
    line-height: 50px;
    margin: 0 10px;
    padding: 0 8px;
    color: #3c75c7;
}

.login_reg_wrap .login .login_wrap span.other_op a:hover {
    color: #c03;
}

.login_reg_wrap .login .login_wrap .login_btn {
    width: 100%;
    height: 48px;
    display: block;
    line-height: 38px;
    margin: 10px 0;
    padding: 5px 10px;
    background: #3c75c7;
    color: #fff;
    border: 0;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .login .login_wrap a {
    color: #3c75c7;
}

/*============================reg==============================*/
.login_reg_wrap .reg {
    position: relative;
    display: none;
    margin: 10vh auto;
    width: 860px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #3c75c7;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 10px 60px;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap ul.reg_item_list {
    width: 100%;
    padding: 5px;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap ul.reg_item_list li {
    width: 50%;
    display: block;
    float: left;
    margin: 3px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap ul.reg_item_list li span {
    display: block;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap ul.reg_item_list li span.reg_label {
    width: 80px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    font-weight: bold;
    text-align: right;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap ul.reg_item_list li span.reg_inp_wrap {
    width: calc(100% - 80px);
}

.login_reg_wrap .reg .reg_wrap ul.reg_item_list li span.reg_inp_wrap input {
    display: block;
    padding: 2px 10px;
    margin: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #acacac;
    box-sizing: border-box;
    outline: none;
}

.login_reg_wrap .reg .reg_wrap ul.reg_item_list li span.reg_inp_wrap input.need_inp {
    border-left-color: #cc0033;
}

.login_reg_wrap .reg .reg_wrap ul.reg_item_list li span.reg_inp_wrap input.reg_yzm {
    width: calc(100% - 68px);
    float: left;
    overflow: hidden;
}

.login_reg_wrap .reg .reg_wrap ul.reg_item_list li span.reg_inp_wrap input[type='radio'] {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap ul.reg_item_list li span.reg_inp_wrap dd {
    height: 36px;
    display: block;
    float: left;
    line-height: 36px;
    padding: 0 8px;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap ul.reg_item_list li span.reg_inp_wrap img.reg_yzm_img {
    width: 60px;
    height: 36px;
    display: block;
    float: left;
    margin-left: 8px;
    padding: 1px 0;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap div.hint_msg {
    width: 100%;
    display: none;
    padding: 8px 15px;
    text-align: left;
    color: #cc0033;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap div.reg_wop {
    width: 100%;
    padding: 10px 90px;
    border-top: 1px #dfdfdf solid;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap div.reg_wop a {
    height: 36px;
    line-height: 36px;
    float: left;
    padding: 0 15px;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap div.reg_wop a.reg_submit_btn {
    color: #fff;
    background: #3c75c7;
    border: 1px solid #3c75c7;
    border-right: none;
}

.login_reg_wrap .reg .reg_wrap div.reg_wop a.reg_submit_btn:hover {
    color: #3c75c7;
    background: #fff;
}

.login_reg_wrap .reg .reg_wrap div.reg_wop a.reg_reset_btn {
    color: #3c75c7;
    background: #ffff;
    border: 1px solid #3c75c7;
}

.login_reg_wrap .reg .reg_wrap div.reg_wop a.reg_reset_btn:hover {
    color: #fff;
    background: #3c75c7;
}

.login_reg_wrap .reg .reg_wrap u {
    height: 36px;
    line-height: 36px;
    margin: 0 8px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap div.reg_wop a.back_login_btn {
    color: #3c75c7;
}

/*----------------forget--------------------------*/
.login_reg_wrap .forget {
    position: relative;
    display: none;
    margin: 10vh auto;
    width: 560px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #3c75c7;
    box-sizing: border-box;
}

.login_reg_wrap .forget_wrap {
    width: 300px;
    margin: 20px auto 60px;
}

.login_reg_wrap .forget_wrap span.yzm_wrap {
    display: inline-block;
    float: left;
    width: 100%;
}

.login_reg_wrap .forget_wrap div.hint_msg {
    width: 100%;
    display: none;
    padding: 8px 15px;
    text-align: left;
    color: #cc0033;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .forget_wrap input {
    display: block;
    padding: 5px 10px;
    margin: 10px 0;
    width: 100%;
    height: 48px;
    border: 1px solid #acacac;
    box-sizing: border-box;
    outline: none;
}

.login_reg_wrap .forget_wrap a.b_btn {
    width: 50%;
    display: block;
    float: left;
    line-height: 28px;
    margin-top: 10px;
    padding: 5px 10px;
    color: #c03;
    border: 1px #d70916 solid;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .forget_wrap a.a_btn {
    width: 50%;
    display: block;
    line-height: 30px;
    margin-top: 10px;
    padding: 5px 10px;
    float: right;
    text-align: center;
    border: 0;
    background: #d70916;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .forget_wrap input.code {
    width: 130px;
}

.login_reg_wrap .forget_wrap input.submit_btn {
    width: 155px;
    display: inline-block;
    margin-top: 10px;
    border: 0;
    background: #3c75c7;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.login_reg_wrap .forget_wrap h2 {
    display: inline-block;
}

.login_reg_wrap .forget_wrap h2,
.login_reg_wrap .forget_wrap p {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: #777;
}

.login_reg_wrap .code {
    overflow: hidden;
    margin: 10px 0;
    width: 100%;
    height: 48px;
}

.login_reg_wrap .code input {
    float: left;
    margin: 0;
    padding: 5px 10px;
    width: 100px;
    height: 48px;
    border: 1px solid #acacac;
    box-sizing: border-box;
    outline: none;
}

.login_reg_wrap .code img {
    float: right;
    height: 48px;
}

.nav {
    width: 100%;
    height: 66px;
    background: url(../images/nav_bg.png) center center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav ul {
    overflow: hidden;
    text-align: center;
}

.nav ul li {
    position: relative;
    display: inline-block;
    width: 160px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/nav_bg_2.png) center center no-repeat;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.nav ul li a {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 66px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    transition: .3s;
    background: none;
    z-index: 2;
}

.nav ul li:hover::before {
    opacity: 1;
    visibility: visible;
}

.nav ul li a:hover {

    color: #3c75c7;
}

/*header End*/
/*Footer*/
.footer {
    padding: 100px 30px 0;
    margin: 0 auto 25px;
    width: 1209px;
    height: 217px;
    background: url(../images/footer_bg.png) 0 0 no-repeat;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer span {
    float: left;
    width: 50%;
    font-size: 12px;
    color: #fff;
}

.footer span i {
    font-size: 12px;
}

.footer span a {
    color: #fff;
}

.footer .qr_code {
    float: right;
}

/*Footer*/
/*Home*/
.banner_news {
    margin-top: 30px;
    width: 100%;
    min-height: 500px;
}

.banner_news .w1200_center {
    position: relative;
}

.banner {
    position: absolute;
    top: 0;
    left: -160px;
    background: url(../images/banner_bg.png) 0 0 no-repeat;
    width: 890px;
    height: 497px;
    padding-top: 25px;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner .bd img {
    display: block;
    width: 750px;
}

.banner .hd {
    position: absolute;
    width: 36px;
    height: 150px;
    left: 40px;
    bottom: 80px;
}

.banner .hd li {
    position: absolute;
    width: 36px;
    height: 50px;
    cursor: pointer;
}

.banner .hd li:nth-child(1) {
    left: 0;
    top: 0;
}

.banner .hd li:nth-child(2) {
    left: 18px;
    top: 53px;
    transform: rotate(-4deg);
}

.banner .hd li:nth-child(3) {
    left: 15px;
    top: 120px;
    transform: rotate(-11deg);
}

.banner_news .home_news {
    position: absolute;
    top: 90px;
    padding-top: 90px;
    padding-left: 70px;
    right: -160px;
    width: 717px;
    height: 391px;
    background: url(../images/home_news_bg.png) 0 0 no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner_news .home_news ul {
    width: 500px;
}

.banner_news .home_news ul li {
    overflow: hidden;
    border-bottom: 1px dashed #626262;
}

.banner_news .home_news ul li a {
    float: left;
    line-height: 38px;
    font-size: 12px;
}

.banner_news .home_news ul li i {
    float: right;
    line-height: 38px;
    font-size: 10px;
}

.banner_news .home_news ul li u {
    float: left;
    margin: 9px 5px;
    font-size: 12px;
    width: 36px;
    height: 20px;
    line-height: 20px;
    color: blue;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    text-align: center;
}

.banner_news .home_news ul li u.gg {
    border: 1px solid #d2b952;
    background-image: linear-gradient(#eccb4a, #e4bc1e);
}

.banner_news .home_news ul li u.th {
    border: 1px solid #7bb81d;
    background-image: linear-gradient(#b1cd69, #9fc730);
}

.banner_news .home_news ul li u.hd {
    border: 1px solid #cf8481;
    background-image: linear-gradient(#e3a8a4, #d98885);
}

.new_products {
    margin: 50px auto 30px;
    padding: 60px 0;
    width: 1310px;
    height: 312px;
    background: url(../images/home_products_bg.png) 0 0 no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.new_products .w1200_center {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.new_products .bd li {
    width: 160px;
    margin: 0 15px;
    overflow: hidden;
    box-sizing: border-box;
}

.new_products .bd li img {
    width: 100%;
    display: block;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    box-sizing: border-box;
}

.new_products .bd li span {
    display: block;
    padding: 10px 0;
}

.new_products .bd li span u {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #626262;
}

.new_products .bd li span p {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #626262;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

.new_products .bd li a {
    display: block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.new_products .bd li a::before {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: rgba(0, 0, 0, .3) url('../images/more.png') center center no-repeat;
    opacity: 0;
    transition: .5s;
}

.new_products .bd li a:hover::before {
    opacity: 1;
}

.new_products .hd {
    position: relative;
}

.new_products .hd a {
    position: absolute;
    display: block;
    top: 70px;
    width: 18px;
    height: 34px;
    z-index: 999;
    transition: .3s;
}

.new_products .hd a.prev {
    background: url('../images/prev.png') center center no-repeat;
    left: -34px;
}

.new_products .hd a.next {
    background: url('../images/next.png') center center no-repeat;
    right: -34px;
}

.new_products .date {
    position: absolute;
    top: -20px;
    right: 15px;
    width: 498px;
    height: 77px;
    background: url('../images/date_bg.png') 0 0 no-repeat;
}

.new_products .date ul {
    width: 498px;
    height: 50px;
}

.new_products .date li {
    float: left;
    width: 83px;
}

.new_products .date li:nth-child(1) {
    transform: rotate(-10deg);
}

.new_products .date li:nth-child(2) {
    transform: rotate(10deg);
}

.new_products .date li:nth-child(3) {
    transform: rotate(-10deg);
}

.new_products .date li:nth-child(4) {
    transform: rotate(10deg);
}

.new_products .date li:nth-child(5) {
    transform: rotate(-10deg);
}

.new_products .date li:nth-child(6) {
    transform: rotate(10deg);
}

.new_products .date li a {
    display: block;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.home_video_search {
    overflow: hidden;
}

.home_video_search .video_bg {
    float: left;
    padding: 45px;
    width: 449px;
    height: 383px;
    background: url(../images/home_video_bg.png) 0 0 no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.home_video_search .video {
    position: relative;
    width: 360px;
}

.home_video_search .video img {
    display: block;
    width: 100%;
}

.home_video_search .video a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    transition: .3s;
}

.home_video_search .video a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: url('../images/play.png') center center no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.home_video_search .video:hover a {
    opacity: 1;
}

.products_search_bg {
    float: right;
    padding: 20px 30px;
    width: 725px;
    height: 355px;
    background: url(../images/home_search_bg.png) 0 0 no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.products_search_wrap {
    background: #fff;
    padding: 20px 0 10px;

    width: 665px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.products_search_wrap .search_left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 2px solid #ddd;
    overflow: hidden;
}

.products_search_wrap .search_left ul {
    margin: 0 auto;
    width: 250px;
}

.products_search_wrap .search_left ul li {
    overflow: hidden;
    margin-bottom: 10px;
}

.products_search_wrap .search_left ul li p {
    float: left;
    width: 60px;
    line-height: 26px;
    text-align: left;
    font-size: 12px;
    color: #747474;
}

.products_search_wrap .search_left ul li input {
    float: left;
    padding: 5px 10px;
    width: 185px;
    height: 26px;
    border: 0;
    box-sizing: border-box;
    background: #ddd;
    border-radius: 13px;
    outline: none;
    font-size: 12px;
}

.products_search_wrap .search_left ul li input.inp_price {
    width: 80px;
}

.products_search_wrap .search_left ul li i.separator {
    width: 20px;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
    color: #898989;
}

/*
.products_search_wrap .search_left ul li.price input:nth-last-child(1) {
    margin-left: 20px;
}
*/

.products_search_wrap .search_left ul li select {
    float: left;
    padding: 0 10px;
    width: 185px;
    height: 26px;
    border: 0;
    box-sizing: border-box;
    background: #ddd;
    border-radius: 13px;
    outline: none;
    font-size: 12px;
}

.products_search_wrap .search_left .search_btn_wrap {
    text-align: center;
}

.products_search_wrap .search_left .search_btn_wrap a {
    display: inline-block;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.products_search_wrap .search_left .search_btn {
    background: #8ab301;
    margin-right: 15px;
}

.products_search_wrap .search_left .search_reset {
    background: #f65161;
}

.products_search_wrap .search_right {
    float: right;
    padding: 0 40px;
    width: 50%;
    box-sizing: border-box;
}

.products_search_wrap .search_right p {
    display: block;
    line-height: 26px;
    text-align: left;
    font-size: 12px;
    color: #747474;
}

.products_search_wrap .search_right textarea {
    display: block;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    height: 170px;
    background: #ddd;
    resize: none;
    box-sizing: border-box;
    border: none;
    border-radius: 10px;
    outline: none;
}

.products_search_wrap .search_right a {
    display: block;
    float: left;
    margin: 5px 8px;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.products_search_wrap .search_right a.m_search_btn {
    background: #8ab301;
}

.products_search_wrap .search_right a.m_search_reset {
    background: #f65161;
}

.common_wrap {
    margin: 30px auto;
    padding: 20px;
    width: 1220px;
    overflow: hidden;
}

.common_wrap .common_left {
    width: 260px;
    float: left;
}

.common_wrap .common_left .common_contact {
    margin-bottom: 20px;
    padding: 20px 35px;
    width: 100%;
    background-image: linear-gradient(#5b95dd, #76a3de, #3b75c5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
}

.common_wrap .common_left .common_contact h1 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.common_wrap .common_left .common_contact h1:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 28px;
    vertical-align: top;
    background: url('../images/contact.png') center center no-repeat;
}

.common_wrap .common_left .common_contact ul {
    margin-top: 20px;
}

.common_wrap .common_left .common_contact ul li {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.common_wrap .common_left .common_contact ul li p {
    float: left;
    width: 160px;
    color: #fff;
}

.common_wrap .common_left .common_contact ul li i {
    float: left;
    margin-right: 5px;
    width: 23px;
    height: 23px;
    background: url('../images/icon_1.png') 0 0 no-repeat;
}

.common_wrap .common_left .common_contact ul .fax i {
    background-position: 0 -23px;
}

.common_wrap .common_left .common_contact ul .mail i {
    background-position: 0 -69px;
}

.common_wrap .common_left .common_contact ul .address i {
    background-position: 0 -46px;
}

.common_wrap .common_left .pro_type_list {
    width: 100%;
    box-sizing: border-box;
}

.common_wrap .common_left .pro_type_list h1 {
    width: 100%;
    height: 56px;
    border-radius: 17px;
    background: url(../images/pro_type_list_bg.png) center center no-repeat;
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    line-height: 56px;
}

.common_wrap .common_left .pro_type_list .type_list {
    width: 100%;
    padding: 20px 20px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;

}

.common_wrap .common_left .pro_type_list .big_type {
    margin-top: 10px;
    border-bottom: 1px dashed #939393;

}

.common_wrap .common_left .pro_type_list .big_type .type_name {
    position: relative;
    width: 100%;
    height: 34px;
    box-sizing: border-box;
    line-height: 32px;
    cursor: pointer;

}

.common_wrap .common_left .pro_type_list .big_type .type_name p {
    font-size: 12px;
    width: 100%;
    padding-left: 32px;
    text-align: left;
    color: #333;
    overflow: hidden;
    box-sizing: border-box;
}

.common_wrap .common_left .pro_type_list .big_type .type_name i {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
}

.common_wrap .common_left .pro_type_list .big_type .type_name i::before,
.common_wrap .common_left .pro_type_list .big_type .type_name i::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -4px;
    display: block;
    width: 8px;
    height: 2px;
    background: #939393;
    transition: all .5s;
}

.common_wrap .common_left .pro_type_list .big_type .type_name i::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.common_wrap .common_left .pro_type_list .current .type_name i::before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.common_wrap .common_left .pro_type_list .big_type ul {
    display: none;
}

.common_wrap .common_left .pro_type_list .big_type ul li {
    /*margin-top: 5px;*/
    width: 100%;
    height: 34px;
    border-radius: 17px;
    box-sizing: border-box;
    line-height: 32px;
}

.common_wrap .common_left .pro_type_list .big_type ul li a {
    display: block;
    width: 100%;
    padding-left: 36px;
    text-align: left;
    color: #444;
    font-size: 12px;
    overflow: hidden;
    box-sizing: border-box;
}

.common_wrap .common_left .pro_type_list .big_type ul li a:hover {
    color: #ff5b00;
}

.common_wrap .common_left .pro_type_list .current .type_name {
    border-bottom: 1px dashed #939393;

}

.common_wrap .common_right {
    width: 910px;
    float: right;
}

.home_products_wrap {
    width: calc(100% - 270px);
    margin-left: 10px;
    float: left;
    /*overflow: hidden;*/
    box-sizing: border-box;
}

.products_list_wrap {
    position: relative;
    overflow: hidden;
    padding: 25px 14px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    box-sizing: border-box;
}

.products_list_wrap .products_gird_list {
    overflow: hidden;

}

.products_list_wrap .products_gird_list li {
    display: block;
    float: left;
    width: calc(25% - 10px);
    margin: 20px 5px;
    /*padding: 5px;*/
    /*border: 1px solid #e5e5e5;*/
    overflow: hidden;
    box-sizing: border-box;
}

.products_list_wrap .products_gird_list li a {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.products_list_wrap .products_gird_list li a img {
    display: block;
    width: 100%;
    padding: 5px;
    /*border-radius: 4px;*/
    border: 1px solid #e5e5e5;
    overflow: hidden;
    box-sizing: border-box;
}

.products_list_wrap .products_gird_list li p {
    width: 100%;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000;
}

.products_list_wrap .products_gird_list li u {
    width: 100%;
    height: 26px;
    line-height: 26px;
    display: block;
    margin-bottom: 8px;
    text-align: center;
    font-size: 12px;
    color: #000;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

.products_list_wrap .products_gird_list li i {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #dadada;
    font-size: 20px;
    color: #0058e2;
    box-sizing: border-box;
    line-height: 18px;
    background: linear-gradient(#e6e6e5, #fff);
    cursor: pointer;
}

.home_products_wrap .products_search_wrap {
    margin-top: 20px;
}

/*Home End*/


/*Products*/
.poster {
    padding: 35px;
    margin: 30px auto 20px;
    width: 1299px;
    height: 468px;
    background: url('../images/poster_bg.png') 0 0 no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.common_search_bg {
    padding: 40px 50px;
    width: 910px;
    height: 366px;
    background: url(../images/common_search_bg.png) 0 0 no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.common_search_wrap {
    background: #fff;
    padding: 20px 0 10px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.common_search_wrap .search_left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 2px solid #ddd;
    overflow: hidden;
}

.common_search_wrap .search_left ul {
    margin: 0 auto;
    width: 310px;
}

.common_search_wrap .search_left ul li {
    overflow: hidden;
    margin-bottom: 10px;
}

.common_search_wrap .search_left ul li p {
    float: left;
    width: 60px;
    line-height: 26px;
    text-align: left;
    font-size: 12px;
    color: #747474;
}

.common_search_wrap .search_left ul li input {
    float: left;
    padding: 5px 10px;
    width: 250px;
    height: 26px;
    border: 0;
    box-sizing: border-box;
    background: #ddd;
    border-radius: 13px;
    outline: none;
    font-size: 12px;
}

.common_search_wrap .search_left ul li.price input {
    width: 115px;
}

.common_search_wrap .search_left ul li.price input:nth-last-child(1) {
    margin-left: 20px;
}

.common_search_wrap .search_left ul li select {
    float: left;
    padding: 0 10px;
    width: 250px;
    height: 26px;
    border: 0;
    box-sizing: border-box;
    background: #ddd;
    border-radius: 13px;
    outline: none;
    font-size: 12px;
}

.common_search_wrap .search_left .search_btn_wrap {
    text-align: center;
}

.common_search_wrap .search_left .search_btn_wrap a {
    display: inline-block;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.common_search_wrap .search_left .search_btn {
    background: #8ab301;
    margin-right: 15px;
}

.common_search_wrap .search_left .search_reset {
    background: #f65161;
}

.common_search_wrap .search_right {
    float: right;
    padding: 0 40px;
    width: 50%;
    box-sizing: border-box;
}

.common_search_wrap .search_right p {
    display: block;
    line-height: 26px;
    text-align: left;
    font-size: 12px;
    color: #747474;
}

.common_search_wrap .search_right textarea {
    display: block;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    height: 170px;
    background: #ddd;
    resize: none;
    box-sizing: border-box;
    border: none;
    border-radius: 10px;
    outline: none;
    overflow: hidden;
}

.common_search_wrap .search_right a {
    display: block;
    margin-top: 10px;
    width: 80px;
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    background: #8ab301;
}


.products_wrap {
    padding: 10px 20px;
    width: 910px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
    border-radius: 5px;
    background: #4781d3;
}

.products_wrap .title {
    padding-bottom: 5px;
}

.products_wrap .site {
}

.products_wrap .site p,
.products_wrap .site p a {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}

.products_wrap .products .easy_search {
    padding: 8px 15px;
    border: 1px solid #bbbbbb;
    background: #f2f2f2;
    box-sizing: border-box;
    color: #777;
    overflow: hidden;
}

.products_wrap .products .easy_search .search_item {
    display: inline-block;
    line-height: 30px;
    float: left;
    overflow: hidden;
}

.products_wrap .products .easy_search .search_item input,
.products_wrap .products .easy_search .search_item select {
    padding: 0 5px;
    margin: 0 10px;
    width: 100px;
    height: 25px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    outline: none;
}

.products_wrap .products .easy_search .search_item input.price {
    width: 45px;
}

.products_wrap .products .easy_search .search_item button {
    margin-left: 15px;
    width: 65px;
    height: 30px;
    border: 0;
    border-radius: 3px;
    background: #0d6fb8;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.products_wrap .products .easy_search .search_item button.reset {
    background: #555555;
}

.products_wrap .products .number_sort {
    margin-top: 15px;
    padding: 0 15px;
    border: 1px solid #bbbbbb;
    background: #f2f2f2;
    color: #777;
    box-sizing: border-box;
    overflow: hidden;
}

.products_wrap .products .number_sort .number {
    float: left;
    margin-right: 30px;
    padding: 8px 0;
    overflow: hidden;
}

.products_wrap .products .number_sort .number p {
    float: left;
    line-height: 30px;
}

.products_wrap .products .number_sort .number span {
    float: left;
    line-height: 30px;
    overflow: hidden;
}

.products_wrap .products .number_sort .number span a {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 28px;
    margin: 0 5px;
    float: left;
    text-align: center;
    border: 1px solid #a0a0a0;
    background: #f2f2f2;
    color: #333;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s;
}

.products_wrap .products .number_sort .number span a:nth-child(1) {
    margin-left: 10px;
}

.products_wrap .products .number_sort .number span a.on,
.products_wrap .products .number_sort .number span a:hover {
    background: #ccc;
    color: #fff;
}

.products_wrap .products .number_sort .sort {
    float: left;
    padding: 8px 0;
    height: 30px;
    line-height: 30px;
}

.products_wrap .products .number_sort .sort p {
    float: left;
}

.products_wrap .products .number_sort .sort span {
    float: left;
    line-height: 30px;
    overflow: hidden;
}

.products_wrap .products .number_sort .number span a {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 28px;
    margin: 0 5px;
    float: left;
    text-align: center;
    border: 1px solid #a0a0a0;
    background: #f2f2f2;
    color: #333;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s;
}

.products_wrap .products .number_sort .number span a:nth-child(1) {
    margin-left: 10px;
}

.products_wrap .products .number_sort .number span a.on,
.products_wrap .products .number_sort .number span a:hover {
    background: #ccc;
    color: #fff;
}

.products_wrap .products .number_sort .sort {
    float: left;
    padding: 8px 0;
    height: 30px;
    line-height: 30px;
}

.products_wrap .products .number_sort .sort p {
    float: left;
}

.products_wrap .products .number_sort .sort span {
    float: left;
    line-height: 30px;
    overflow: hidden;
}

.products_wrap .products .number_sort .sort span a {
    margin: 0 5px;
    padding-right: 20px;
    height: 30px;
    background: url('../images/sort.png') right center no-repeat;
    border: 0;
    color: #777;
    cursor: pointer;
}

.products_wrap .products .number_sort .sort span a.on {
    background-image: url('../images/sort-on.png');
}

.products_wrap .products .gird_list {
    float: right;
    overflow: hidden;
}

.products_wrap .products .gird_list a {
    float: left;
    width: 48px;
    height: 48px;
    background: url('../images/gird.png') center center no-repeat;
    box-sizing: border-box;
}

.products_wrap .products .gird_list a.on {
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    background-color: #fff;
}

.products_wrap .products .gird_list .list {
    background-image: url('../images/list.png');
}

.products_wrap .products .select {
    overflow: hidden;
    margin: 10px 0;
}

.products_wrap .products .select p {
    float: left;
    overflow: hidden;
    line-height: 23px;
    color: #fff;
}

.products_wrap .products .select span {
    overflow: hidden;
    float: right;
    line-height: 23px;
}

.products_wrap .products .select span button {
    background: #fff;
    color: #0d6fb8;
    padding: 3px 10px;
    display: inline-block;
    border: 0;
    cursor: pointer;
}


.products_wrap .products .filter_page {
    /*margin: 0 9px;*/
    position: static;
    z-index: auto;
    border: medium none;
    box-shadow: none;
    padding-bottom: 0;
}

.products_wrap .products .filter_page .product_cart {
    width: 100%;
    overflow: hidden;
    background: #fff;
    position: relative
}

.products_wrap .products .filter_page .product_cart .fixed-cart {
    border-bottom: 1px solid #EEE;
    box-shadow: 0 4px 5px #DDD;
    padding: 10px 12px;
}

.products_wrap .products .filter_page .cart_info {
    cursor: default;
    line-height: 30px;
    font-size: 12px;
    height: 30px;
    font-weight: 700;
    position: relative;
    margin-top: 5px
}

.products_wrap .products .filter_page .cart_info .selected_num {
    display: inline-block;
    font-weight: bold;
    float: left;
    overflow: hidden;
}

.products_wrap .products .filter_page .cart_info .bot_btn {
    width: 400px;
    overflow: hidden;
    margin: 0 36px 0 0;
    float: right;
    line-height: 23px;
}

.products_wrap .products .filter_page .cart_info .bot_btn u {
    float: left;
    line-height: 36px;
}

.products_wrap .products .filter_page .cart_info .bot_btn span {
    float: right;
}

.products_wrap .products .filter_page .cart_info .bot_btn span a {
    display: inline-block;
    margin: 0 3px;
    padding: 3px 10px;
    background-color: #fff;
    color: #0d6fb8;
    border: 1px #fff dashed;
    border-radius: 3px;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    box-sizing: border-box;
}

.products_wrap .products .filter_page .cart_info .bot_btn span a:hover {
    /*background-color: #f9bc2c;*/
    border-color: #cc0033;
}

.products_wrap .products .filter_page .cart_info .bot_btn span .bot_btn-zx {
    background: #f5bf02;
}

.products_wrap .products .filter_page .cart_info .bot_btn span .bot_btn-cart {
    background: #D82232;
}

.products_wrap .products .filter_page .cart_info .toogle-select-list {
    position: absolute;
    right: 10px;
    top: 8px;
    cursor: pointer
}

.products_wrap .products .filter_page .cart_area {
    width: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
    box-sizing: border-box;
}

.products_wrap .products .filter_page .cart_select {
    width: 100%;
    height: 62px;
    display: inline-block;
    line-height: 62px;
    margin-left: 10px;
    float: left;
    overflow: hidden;
}

/*缩略图左右滚动*/
.scroll-content-left, .scroll-content-right {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    width: 16px;
    height: 26px;
    padding: 8px 0;
    visibility: hidden;
    float: left;
}

.scroll-content-main ul {
    width: 95%;
    border: none;
    padding: 0;
    margin: 10px 0;
    float: left;
}

.scroll-content-main ul:hover {
    /*background-color: #fff;*/
}

.scroll-content-main ul li {
    position: relative;
    float: left;
    margin-right: 20px;
    background: #FFF;
    width: 40px;
    height: 40px;
    border: 1px solid #DDD
}

.scroll-content-main ul li.savm {
    visibility: hidden;
}

.scroll-content-main ul li img {
    width: 40px;
    height: 40px
}

.scroll-content-main ul li .icon-product-item-close {
    position: absolute;
    display: none;
    background-color: #fdfdfd;
    cursor: pointer;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.scroll-content-main ul li a:hover .icon-product-item-close, .scroll-content-main ul li a:focus .icon-product-item-close {
    display: block
}

.savm {
    width: 100%;
    height: 100%;
    display: block;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    box-sizing: border-box;
}

a.price_login_btn {
    color: #d70916;
}

/*图标*/
.main-icon {
    display: inline-block;
    background-image: url("../images/sprites-v2.png");
    background-repeat: no-repeat;
}

.icon-show-cart-area-fold {
    background-position: 0px -445px;
    width: 15px;
    height: 15px;
}

.icon-show-cart-area-unfold {
    background-position: -15px -445px;
    width: 15px;
    height: 15px;
}

.icon-prev-btn-large {
    background-position: 0px -470px;
    width: 16px;
    height: 26px;
}

.icon-next-btn-large {
    background-position: -60px -470px;
    width: 16px;
    height: 26px;
}

.icon-product-item-add {
    background-position: -36px -505px;
    width: 36px;
    height: 36px;
}

.icon-product-item-add:hover {
    background-position: 0px -505px;
}

.icon-product-item-checked {
    background-position: -108px -505px;
    width: 36px;
    height: 36px;
}

.icon-product-item-checked:hover {
    background-position: -72px -505px
}

.icon-product-item-close {
    background-position: -180px -505px;
    width: 23px;
    height: 23px;
}

.products_wrap .products .pro_list {
    background: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.products_wrap .products .pro_list > ul {
    overflow: hidden;
}

.products_wrap .products .pro_list .pro_info {
    float: right;
    width: 470px;
}

.products_wrap .products .pro_list ul li {
    overflow: hidden;
}

.products_wrap .products .pro_list .list_item:hover div.chk {
    display: block;
}

.products_wrap .products .pro_list .list-item-hover .icon-product-item-add {
    background-position: 0 -505px;
}

.products_wrap .products .pro_list ul li .pro_img {
    width: calc(100% - 490px);
    height: 310px;
    position: relative;
    float: left;
    margin: 0 10px;
    transition: .3s;
    border: 1px solid #ccc;
    box-sizing: border-box;
    overflow: hidden;
}

.products_wrap .products .pro_list ul li .pro_img img {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.products_wrap .products .pro_list ul li .pro_img div.chk {
    width: 36px;
    height: 36px;
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
}

.products_wrap .products .pro_list .pro_info .info_top {
    width: 100%;
    border: 1px solid #a1a0a0;
    border-collapse: collapse;
    background: #fff;
    text-align: center;
}

.products_wrap .products .pro_list .pro_info .info_top td {
    border: 1px solid #a1a0a0;
    height: 36px;
    text-align: center;
    font-size: 12px;
}

.products_wrap .products .pro_list .pro_info .info_top td span.inpn {
    float: left;
    padding-left: 5px;
}

.products_wrap .products .pro_list .pro_info .info_top td i {
    display: block;
}

.products_wrap .products .pro_list .pro_info .info_top td i.col1 {
    min-width: 90px;
}

.products_wrap .products .pro_list .pro_info .info_top td i.col2 {
    max-width: 230px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.products_wrap .products .pro_list .pro_info .info_top td i.col3 {
    min-width: 55px;
}

.products_wrap .products .pro_list .pro_info .info_top td i.col4 {
    min-width: 90px;
}

.products_wrap .products .pro_list .pro_info .info_top li {
    float: left;
    height: 36px;
    text-align: center;
    line-height: 32px;
}

.products_wrap .products .pro_list .pro_info .info_bottom {
    margin-top: 12px;
    width: 100%;
    border: 1px solid #a1a0a0;
    border-collapse: collapse;
    background: #fff;
}

.products_wrap .products .pro_list .pro_info .info_bottom td {
    width: 20%;
    border: 1px solid #a1a0a0;
    height: 36px;
    text-align: center;
    font-size: 12px;
}

.products_wrap .products .pro_list .pro_info .info_bottom td input {
    width: 50%;
    border: none;
    text-align: center;
    outline: none;
}

.products_wrap .products .pro_gird_list {
    background: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.products_wrap .products .pro_gird_list ul {
    overflow: hidden;
    border-bottom: 1px #ddd solid;
}

.products_wrap .products .pro_gird_list ul li {
    float: left;
    margin: 10px 5px;
    width: calc(25% - 10px);
}

.products_wrap .products .pro_gird_list ul li img {
    display: block;
    width: 100%;
}

.products_wrap .products .pro_gird_list li a {
    position: relative;
    display: block;
    padding: 10px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.products_wrap .products .pro_gird_list li span {
    height: 20px;
    display: block;
    padding: 0 8px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.products_wrap .products .pro_gird_list li span.cart_btn_w {
    height: 26px;
}

.products_wrap .products .pro_gird_list li span i {
    width: auto;
    display: block;
    padding: 0 8px;
    overflow: hidden;
    box-sizing: border-box;
}

.products_wrap .products .pro_gird_list li span a.lst_style_cbtn {
    width: auto;
    display: block;
    padding: 3px 8px;
    color: #cc0033;
    border: 1px #fff dashed;
    overflow: hidden;
    box-sizing: border-box;
}

.products_wrap .products .pro_gird_list li span a.lst_style_cbtn:hover {
    border-color: #cc0033;
}


.products_wrap .products .pro_gird_list li p {
    display: block;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    color: #777;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.products_wrap .products .pro_gird_list li u {
    display: block;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    color: #777;
}

.products_wrap .seek_add {
    overflow: hidden;
    padding: 25px 0;
    width: 100%;
    color: #777;
}

.products_wrap .seek_add p {
    float: left;
    line-height: 30px;
}

.products_wrap .seek_add span {
    float: right;
}

.products_wrap .products .seek_add span a {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    line-height: 30px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin: 0 8px;
    background: #0d6fb8;
}

.products_wrap .products .seek_add span a.seek::after {
    content: '';
    float: right;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    background: url('../images/seek.png') center center no-repeat;
    text-align: center;
}

.products_wrap .products .seek_add span a.cart::after {
    content: '';
    float: right;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    background: url('../images/cart3.png') center center no-repeat;
    text-align: center;
}


.pro_list_page {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
    border: 1px solid #a6a6a6;
    background: #f2f2f2;
    box-sizing: border-box;
    clear: both;
    overflow-x: hidden;
}

.pro_list_page .page {
    float: left;
    overflow: hidden;
}

.pro_list_page .page li {
    float: left;
    margin: 0 2px;
    width: 30px;
    height: 30px;
}

.pro_list_page .page li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #ccc;
    color: #fff;
    text-align: center;
    line-height: 30px;
    transition: .3s;
}

.pro_list_page .page li:hover a,
.pro_list_page .page li.on a {
    background: #0d6fb8;
}

.pro_list_page .page button {
    float: left;
    width: 86px;
    height: 30px;
    border: 1px solid #cfcfcf;
    background: #f8f8f8;
    color: #777;
    cursor: pointer;
}

.pro_list_page p {
    float: left;
    margin-left: 70px;
    line-height: 30px;
}

.pro_list_page span {
    float: right;
    color: #777;
}

.pro_list_page span input {
    padding: 5px;
    margin: 3px 10px;
    width: 40px;
    height: 24px;
    border: 1px solid #707070;
    text-align: center;
    box-sizing: border-box;
}

.pro_list_page span button {
    width: 48px;
    height: 25px;
    border: 0;
    color: #0d6fb8;
    box-sizing: border-box;
    cursor: pointer;
}

.products_gird_list {
    background: #fff;
}

.products_gird_list ul {
    overflow: hidden;
    padding: 10px 5px;

}

.products_gird_list ul li {
    float: left;
    width: 195px;
    margin: 0 10px 10px;
}

.products_gird_list ul li img {
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.products_gird_list ul li p {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000;
    line-height: 30px;
}

.products_gird_list ul li u {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000;
    line-height: 20px;
}

.products_gird_list ul li i {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #dadada;
    font-size: 20px;
    color: #0058e2;
    box-sizing: border-box;
    line-height: 18px;
    background: linear-gradient(#e6e6e5, #fff);
    cursor: pointer;
}

.products_details_wrap {
    width: 100%;
    padding: 15px 10px;
    overflow: hidden;
    background: #4781d3;
    border-radius: 10px;
    box-sizing: border-box;
}

.products_details_wrap .products_img {
    float: left;
    position: relative;
    overflow: hidden;
}

.products_details_wrap .products_img .bd {
    display: block;
    width: 400px;
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
}


.products_details_wrap .products_img .bd img {
    width: 100%;
    display: block;
}

.products_details_wrap .products_img .hd {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
}

.products_details_wrap .products_img .hd ul {
    margin-right: -5px;
    overflow: hidden;
}

.products_details_wrap .products_img .hd ul li {
    padding-top: 5px;
    float: left;
    text-align: center;
}

.products_details_wrap .products_img .hd ul li img {
    width: 90px;
    height: 90px;
    cursor: pointer;
    margin-right: 5px;
    border: 3px solid #fff;
    border-radius: 10px;
}

.products_details_wrap .products_img .hd ul li.on {
    /*background: url("images/icoUp.gif") no-repeat center 0;*/
}

.products_details_wrap .products_img .hd ul li.on img {
    border: 3px solid #ff8a00;
}


.products_details_wrap .products_info {
    float: left;
    margin: 45px 0 0 40px;
    color: #fff;
}

.products_details_wrap .products_info h1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 72px;
    border-bottom: 2px dashed #fff;
    color: #fff;
}

.products_details_wrap .products_info p {
    line-height: 40px;
    border-bottom: 2px dashed #fff;
    color: #fff;
    font-size: 12px;
}

.products_details_wrap .products_info .add_cart {
    display: block;
    margin-top: 15px;
    width: 145px;
    height: 44px;
    border-radius: 22px;
    border: 2px solid #000;
    line-height: 44px;
    font-size: 20px;
    background: #fcdc1c;
    color: #000;
    text-align: center;
}

.products_list_wrap .products_list {
    overflow: hidden;
}

.products_list_wrap .products_list li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #dcdcdc;
}

.products_list_wrap .products_list .products_img {
    float: left;
    width: 230px;
    height: 186px;
    border: 1px solid #a1a0a0;
    box-sizing: border-box;
}

.products_list_wrap .products_list .products_img img {
    display: block;
    width: 100%;
    height: 100%;
}

.products_list_wrap .products_list .pro_info {
    width: 535px;
    float: right;
}

.products_list_wrap .products_list .pro_info table {
    width: 100%;
    border: 1px solid #a1a0a0;
    border-collapse: collapse;
    text-align: center;
}

.products_list_wrap .products_list .pro_info td {
    border: 1px solid #a1a0a0;
    height: 36px;
    text-align: center;
}

.products_list_wrap .products_list span {
    float: right;
    margin-top: 10px;
    overflow: hidden;
}

.products_list_wrap .products_list span a {
    float: left;
    width: 150px;
    height: 40px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.products_list_wrap .products_list span a.more {
    background: #8ab301;
    margin-right: 15px;
}

.products_list_wrap .products_list span a.add_cart {
    background: #f65161;
}

.common_right .products_content {
    padding: 35px 20px;
    margin-top: 20px;
    width: 100%;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #4680d1;
}

.common_right .products_content .products_img_wrap {
    overflow: hidden;
    border-radius: 10px;
}

.common_right .products_content img {
    display: block;
    width: 100%;
}

/*Products End*/

/*About*/
.common_left .left_nav ul {
    padding: 10px;
}

.common_left .left_nav ul li {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
}

.common_left .left_nav ul li a {
    display: block;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background-image: linear-gradient(#609adf, #3c75c7, #609adf);
}

.common_left .left_nav ul li a::before {
    margin-right: 5px;
    content: '';
    display: inline-block;
    width: 30px;
    height: 48px;
    vertical-align: top;
    background: url('../images/icon_2.png') center center no-repeat;
}

.common_right_wrap {
    margin-bottom: 30px;
    padding: 20px 20px;
    width: 910px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
    overflow: hidden;
    border-radius: 5px;
    background: #4781d3;
}

.common_right_wrap .site {
    margin-bottom: 20px;
}

.common_right_wrap .site p,
.common_right_wrap .site a {
    color: #fff;
}

.common_right_wrap .about_wrap {
    width: 100%;
    min-height: 600px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}

/*About End*/

/*Contact*/
.common_right_wrap .contact_wrap {
    width: 100%;
    min-height: 600px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}

.common_right_wrap .contact_wrap .map {
    padding: 0 15px;
    padding-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #c0c0c0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.common_right_wrap .contact_wrap .map img {
    display: block;
    width: 100%;
}

.common_right_wrap .contact_wrap .contact_content {
    overflow: hidden;
    padding: 0 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c0c0c0;
}

.common_right_wrap .contact_wrap .contact_content .contact_info {
    float: left;
}

.common_right_wrap .contact_wrap .contact_content .contact_info {
    overflow: hidden;
}

.common_right_wrap .contact_wrap .contact_content .contact_info li {
    margin-top: 20px;
}

.common_right_wrap .contact_wrap .contact_content .contact_info li p {
    font-size: 12px;
    color: #777;
}

.common_right_wrap .contact_wrap .contact_content .contact_logo {
    float: right;
    margin-top: 50px;
}

.common_right_wrap .contact_wrap .feedback {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.common_right_wrap .contact_wrap .feedback .hint_msg {
    width: 100%;
    height: 30px;
    margin-top: -35px;
    text-align: left;
    text-indent: 8px;
    color: #cc0033;
}

.common_right_wrap .contact_wrap .feedback h1 {
}

.common_right_wrap .contact_wrap .feedback .fb_item_wrap {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.common_right_wrap .contact_wrap .feedback .fb_item_wrap .w_item {
    display: block;
    width: calc(100% - 100px);
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.common_right_wrap .contact_wrap .feedback .fb_item_wrap .w_item ul {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.common_right_wrap .contact_wrap .feedback .fb_item_wrap .w_item ul li {
    float: left;
    width: 100%;
    padding: 3px;
    overflow: hidden;
    box-sizing: border-box;
}

.common_right_wrap .contact_wrap .feedback .fb_item_wrap .w_item ul li input {
    width: 100%;
    display: block;
    float: left;
    text-indent: 8px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    font-size: 12px;
    outline: none;
    overflow: hidden;
}

.common_right_wrap .contact_wrap .feedback .fb_item_wrap .w_item ul li input.fby {
    width: calc(100% - 80px);
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.common_right_wrap .contact_wrap .feedback .fb_item_wrap .w_item ul li img.fbyzm {
    display: block;
    width: 60px;
    height: 30px;
    float: right;
    margin-left: 10px;
    overflow: hidden;
    box-sizing: border-box;
}


.common_right_wrap .contact_wrap .feedback .fb_item_wrap .qr_code {
    float: right;
    padding: 10px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    box-sizing: border-box;
}

.common_right_wrap .contact_wrap .feedback .fb_item_wrap .qr_code img {
    display: block;
    width: 100%;
}

.common_right_wrap .contact_wrap .feedback .fb_content_wrap {
}

.common_right_wrap .contact_wrap .feedback .fb_content_wrap textarea {
    display: block;
    margin-top: 15px;
    padding: 7px 10px;
    width: 100%;
    height: 150px;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    font-size: 12px;
    resize: none;
    outline: none;
}

.common_right_wrap .contact_wrap .feedback .fb_op_bar {
}

.common_right_wrap .contact_wrap .feedback .fb_op_bar .feedback_btn {
    float: left;
    margin-top: 25px;
    width: 100px;
    height: 32px;
    font-size: 12px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: #454348;
}


/*Contact End*/

/*News*/
.common_right_wrap .news_wrap {
    width: 100%;
    padding: 0 20px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.news_wrap .news_list {
    padding: 20px 0;
}

.news_wrap .news_list li {
    display: block;
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #b5b5b5;
}

.news_wrap .news_list li img {
    float: left;
    width: 34%;
}

.news_wrap .news_list li span {
    float: right;
    width: 61%;
}

.news_wrap .news_list li span h1 {
    display: block;
    font-size: 24px;
    color: #595757;
    font-weight: 400;
    line-height: 30px;
}

.news_wrap .news_list li span p {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    line-height: 25px;
    color: #898989;
}

.news_wrap .news_list li span i {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    line-height: 25px;
    color: #898989;
}

.common_right_wrap .page {
    text-align: center;
    margin: 20px 0;
}

.common_right_wrap .page p,
.common_right_wrap .page a {
    display: inline-block;
    font-size: 12px;
    color: #595757;
}

.common_right_wrap .page p,
.common_right_wrap .page > a {
    margin: 0 10px;
}

.common_right_wrap .page a:hover,
.common_right_wrap .page li.on a {
    color: #4781d3;
}

.common_right_wrap .page ul {
    display: inline-block;
}

.common_right_wrap .page ul li {
    display: inline-block;
    margin: 0 5px;
}

.news_details .news_title h1 {
    display: block;
    margin-top: 35px;
    font-size: 24px;
    color: #777;
    text-align: center;
}

.news_details .news_title p {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.news_details .news_title i {
    display: inline-block;
    margin: 0 5px;
    color: #cdcece;
    font-size: 12px;
}

.news_details .news_content {
    margin: 30px 0 45px;
}

.news_details .news_content p {
    color: #777;
    font-size: 12px;
}

.news_details .news_content span {
    display: block;
    overflow: hidden;
}

/*News End*/

/*Video*/
.common_right_wrap .video_wrap {
    width: 100%;
    padding: 0 20px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.common_right_wrap .video_wrap .video_play_wrap {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.common_right_wrap .video_wrap .video_play_wrap video {
    display: block;
    width: 100%;
}

.video_wrap .video_list {
    overflow: hidden;
    margin-top: 20px;
    padding: 0 10px;
}

.video_wrap .video_list li {
    margin: 10px 5px;
    float: left;
    width: 260px;
    overflow: hidden;
}

.video_wrap .video_list .video_img {
    position: relative;
}

.video_wrap .video_list .video_img img {
    display: block;
    width: 100%;
}

.video_wrap .video_list .video_img span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    transition: .3s ease-in-out;
}

.video_wrap .video_list .video_img span a {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-top: -18px;
    margin-left: -28px;
    width: 56px;
    height: 56px;
    background: url('../images/play.png') center center no-repeat;
    transition: .3s ease-in-out;
    transition-delay: .3s;
    visibility: hidden;
    opacity: 0;
}

.video_wrap .video_list li:hover .video_img span {
    visibility: visible;
    opacity: 1;
}

.video_wrap .video_list li:hover .video_img span a {
    visibility: visible;
    opacity: 1;
    margin-top: -28px;
}

.video_wrap .video_list li > span {
    display: block;
    margin-top: 20px;
}

.video_wrap .video_list li > span p {
    display: block;
    text-align: center;
    color: #666;
    font-size: 12px;
    line-height: 25px;
}

.video_wrap .video_list li > span i {
    display: block;
    text-align: center;
    color: #b2b2b2;
    font-size: 12px;
    line-height: 25px;
}

/*Video End*/
/*Member*/
.member_login_wrap {
    width: 100%;
    min-height: 600px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}

.member_login_wrap {
    padding: 55px 10px;
    width: 100%;
    box-sizing: border-box;
}

.member_login_wrap h1 {
    font-size: 14px;
    color: #777;
    font-weight: 600;
}

.member_login_wrap .login {
    margin: 35px auto 0;
    width: 580px;
}

.member_login_wrap .login div.hint_msg {
    width: 100%;
    display: none;
    padding: 8px 15px;
    text-align: left;
    color: #cc0033;
    overflow: hidden;
    box-sizing: border-box;
}

.member_login_wrap .login i {
    display: block;
    padding: 5px 0 5px 130px;
    text-align: center;
    color: #444;
    font-weight: bold;
    font-size: 14px;
    overflow: hidden;
    box-sizing: border-box;
}

.member_login_wrap .login span {
    display: block;
    margin-top: 12px;
    width: 100%;
    overflow: hidden;
}

.member_login_wrap .login span p {
    float: left;
    padding-right: 10px;
    width: 130px;
    line-height: 40px;
    color: #333;
    text-align: right;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
}

.member_login_wrap .login span input {
    width: 448px;
    height: 40px;
    line-height: 40px;
    float: left;
    padding: 5px;
    border: 1px #ddd solid;
    background: #efefef;
    color: #777;
    text-indent: 8px;
    outline: none;
    overflow: hidden;
    box-sizing: border-box;
}

.member_login_wrap .login .code input {
    width: 350px;
}

.member_login_wrap .login .code img {
    float: right;
    width: 80px;
    height: 40px;
}


.member_login_wrap .btn {
    margin-top: 30px;
    padding-left: 130px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.member_login_wrap .btn a {
    display: block;
    float: left;
    margin-right: 10px;
    width: 70px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.member_login_wrap .reg h1 {
    font-size: 20px;
    text-align: center;
    color: #777;
}

.member_login_wrap .login .btn a.submit {
    background: #4781d3;
}

.member_login_wrap .login .btn a.reg {
    background: #5c5c5c;
}

.member_login_wrap .login .go_forget {
    float: right;
    text-align: center;
    color: #333;
}

/*Member End*/
/*Cart*/
.cart_wrap .cart {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.cart_wrap .cart thead tr {
    background: #e4e4e4;
    line-height: 40px;
    border: 1px solid #e4e4e4;
}

.cart_wrap .cart tbody tr {
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    background: #fff;
    box-sizing: border-box;
}

.cart_wrap .cart td {
    text-align: center;
}

.cart_wrap .cart .delete {
    cursor: pointer;
    transition: .3s;
}

.cart_wrap .cart .delete:hover {
    color: red;
}

.cart_wrap .cart .count {
    display: inline-block;
    overflow: hidden;
}

.cart_wrap .cart .count span {
    float: left;
    width: 27px;
    height: 23px;
    border: 1px solid #dcdcdc;
    cursor: pointer;
}

.cart_wrap .cart .count input {
    float: left;
    width: 27px;
    height: 23px;
    border: none;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}

.cart_wrap .cart .subtotal {
    color: red;
}

.cart_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.cart_wrap table thead {
    font-size: 12px;
}

.cart_wrap .cart_img {
    display: block;
}

.cart_wrap .cart_img img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
}

.cart_wrap .cart ul {
    overflow: hidden;
    background: #e4e4e4;
}

.cart_wrap .cart ul li {
    float: left;
    width: 20%;
    color: #666;
    line-height: 50px;
    text-align: center;
}

.cart_wrap .cart ul li a {
    color: #666;
}

.cart_wrap .cart ul li.closing {
    background: #ec5051;
}

.cart_wrap .cart ul li.closing a {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}

.cart_wrap .cart tfoot {
    height: 40px;
    border: 1px solid #e4e4e4;
}

.cart_wrap .cart tfoot td {
    height: 40px;
}

.more_products_wrap {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.common_right_wrap .common_title {
    margin-bottom: 20px;
    color: #fff;
}

/*Cart End*/

.page_wrapper {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ddd;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
}

.page_wrapper span.previous_seg_btn,
.page_wrapper span.next_seg_btn {
    display: block;
    float: left;
    margin: 0 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.page_wrapper > nav {
    display: block;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.page_wrapper > nav > ul.pagelist {
    display: block;
    float: left;
    padding: 0;
    margin: 0 10px;
    border: none !important;
    overflow: hidden;
    box-sizing: border-box;
}

.page_wrapper > nav > ul.pagelist > li {
    width: auto !important;
    display: block;
    float: left;
    margin-left: -1px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.page_wrapper > nav > ul.pagelist > li:first-child {
    margin-left: 0 !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page_wrapper > nav > ul.pagelist > li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page_wrapper > nav > ul.pagelist > li.active {
}

.page_wrapper > nav > ul.pagelist > li a {
    width: auto !important;
    display: block;
    float: left;
    padding: 0 !important;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    user-select: none;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
}

.page_wrapper > nav > ul.pagelist > li a:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.page_wrapper > nav > ul.pagelist > li.disabled > a,
.page_wrapper > nav > ul.pagelist > li.disabled > a:focus,
.page_wrapper > nav > ul.pagelist > li.disabled > a:hover,
.page_wrapper > nav > ul.pagelist > li.disabled > span,
.page_wrapper > nav > ul.pagelist > li.disabled > span:focus,
.page_wrapper > nav > ul.pagelist > li.disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page_wrapper > nav > ul.pagelist > li.active > a,
.page_wrapper > nav > ul.pagelist > li.active > a:focus,
.page_wrapper > nav > ul.pagelist > li.active > a:hover,
.page_wrapper > nav > ul.pagelist > li.active > span,
.page_wrapper > nav > ul.pagelist > li.active > span:focus,
.page_wrapper > nav > ul.pagelist > li.active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.page_wrapper > nav > ul.pagelist > li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page_wrapper > nav > ul.pagelist > li:last-child a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page_wrapper > nav > ul.pagelist > li a span {
    height: auto !important;
    display: block;
    float: left;
    padding: 6px 12px !important;
    user-select: none;
    overflow: hidden;
    box-sizing: border-box;
}

.page_wrapper > nav > span {
    display: block;
    float: left;
    padding: 6px 12px;
    border-radius: 4px;
}

.page_wrapper > span a.seg {
    display: block;
    padding: 6px 14px;
    color: #3fbbbd;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
}

.page_wrapper > span a.seg:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.page_wrapper > span a.next_seg {
    float: left;
}

.page_wrapper > span a.previous_seg {
    float: right;
}

.page_wrapper > span a.disabled, .page_wrapper > span a.disabled:focus, .page_wrapper > span a.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.page_wrapper > span.total_pages {
    display: inline-block;
    padding: 7px 14px;
    background-color: #fff;
    margin: 10px 20px;
    float: left;
}

.page_wrapper > span.total_pages i {
}

.page_wrapper > span.total_pages u {
    color: #3fbbbd;
}

.page_wrapper > span.total_p {
    display: inline-block;
    padding: 7px 14px;
    background-color: #fff;
    margin: 10px 20px;
    float: left;
}

.page_wrapper > span.total_p i {
}

.page_wrapper > span.total_p u {
    color: #3fbbbd;
}
