* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    font-family: Microsoft YaHei, Arial;
    font-size: 14px;
    background: #fafafa;
    overflow-x: hidden;
}

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;
}

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;
}

.ovh {
    overflow: hidden;
}

.w1180_center {
    width: 1180px;
    margin: 0 auto;
}

.w1440_center {
    width: 1440px;
    margin: 0 auto;
}

.w1600_center {
    width: 1600px;
    margin: 0 auto;
}

.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 */
}

/*Header*/
.header_top {
    height: 40px;
    background: #eee;
    overflow: hidden;
}

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

.header_top p.welcome {
    float: left;
}

.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;
}

.tel_email {
    float: right;
    overflow: hidden;
}

.tel_email p {
    float: left;
    margin-right: 15px;
}

.tel_email p::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 10px 5px;
}

.tel_email p.tel::before {
    background: url(../images/header_tel.png) center center no-repeat;
}

.tel_email p.email::before {
    background: url(../images/header_email.png) center center no-repeat;
}

.member_is_login {
    float: right;
    font-size: 12px;
    margin-right: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.member_login_register {
    float: right;
    font-size: 12px;
    margin-right: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

.member_is_login a,
.member_is_login span,
.member_login_register a,
.member_login_register span {
    height: 40px;
    display: block;
    float: left;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.member_is_login a,
.member_login_register a {
    padding: 0 8px;
    margin: 0 3px;
}

.member_is_login a:hover,
.member_login_register a:hover {
    color: #cc0033;
}

.member_is_login span,
.member_login_register span {
    margin: 0;
    padding: 0;
}

.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 .login {
    display: none;
    position: relative;
    margin: 10vh auto;
    width: 560px;
    min-height: 480px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #1ec0ff;
    box-sizing: border-box;
}

.login_reg_wrap h1 {
    display: block;
    width: 390px;
    padding: 15px;
    margin: 0 auto;
    border-bottom: 1px solid #dfdfdf;
    font-size: 22px;
    /*background: url('../images/member.png') 125px center no-repeat;*/
    text-align: center;
    box-sizing: border-box;
    color: #1ec0ff;
}

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

.login_reg_wrap .login .login_wrap div {
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

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

.login_reg_wrap .login .login_wrap div img {
    float: left;
    height: 40px;
}

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

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

.login_reg_wrap .login .login_wrap div span.other_op {
}

.login_reg_wrap .login .login_wrap div span.other_op u {
    margin: 5px 8px;
    line-height: 24px;
    float: left;
}

.login_reg_wrap .login .login_wrap div span.other_op a {
    display: block;
    float: right;
    line-height: 24px;
    margin: 5px 8px;
    color: #1ec0ff;
    text-align: center;

}

/*
.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: #1ec0ff;
}*/
/*

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

.login_reg_wrap .login .login_wrap a {
    color: #1ec0ff;
}
*/

.login_reg_wrap .reg {
    position: relative;
    display: none;
    margin: 10vh auto;
    width: 760px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #1ec0ff;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap {
    margin: 20px auto;
    width: 300px;
}

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

.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 .btn_reset a {
    width: 47%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap .btn_reset {
    overflow: hidden;
}

.login_reg_wrap .reg .reg_wrap .btn_reset a.reg_submit_btn {
    float: left;
    color: #fff;
    background: #1ec0ff;
}

.login_reg_wrap .reg .reg_wrap .btn_reset a.reg_reset_btn {
    float: right;
    color: #1ec0ff;
    background: #ffff;
    border: 1px solid #1ec0ff;
}

.login_reg_wrap .reg .reg_wrap p {
    margin-top: 5px;
}

.login_reg_wrap .reg .reg_wrap .go_login {
    color: #1ec0ff;
}

.login_reg_wrap .forget {
    position: relative;
    display: none;
    margin: 10vh auto;
    width: 560px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #1ec0ff;
    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 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.a_btn {
    width: 120px;
    height: 48px;
    display: block;
    line-height: 38px;
    margin-top: 10px;
    padding: 5px 10px;
    float: right;
    text-align: center;
    border: 0;
    background: #d70916;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}

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

.login_reg_wrap .forget_wrap a.submit_btn {
    width: 155px;
    height: 48px;
    display: block;
    float: left;
    line-height: 38px;
    margin: 10px 0;
    padding: 5px 10px;
    border: 0;
    background: #1ec0ff;
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    box-sizing: border-box;
}

.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: 3px 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;
}

.dp_none {
    display: none;
}

.dp_block {
    display: block !important;
}

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

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

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

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

.header {
    overflow: hidden;
}

.header_wrap {
    overflow: hidden;
}

.header .logo {
    float: left;
    margin: 16px 0;
    width: 420px;
}

.header .logo img {
    display: block;
    width: 100%;
}

.header_right {
    float: right;
}

.header_right .search_wrap {
    overflow: hidden;
    margin: 30px 0;
}

.header_right .search_wrap .search {
    float: right;
    margin-right: 20px;
    height: 34px;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
}

.header_right .search_wrap .search .search_text {
    float: left;
    height: 100%;
    padding: 5px;
    border: none;
    outline: none;
    background: none;
    box-sizing: border-box;
}

.header_right .search_wrap .search .btn {
    float: left;
    width: 30px;
    height: 100%;
    outline: none;
    border: none;
    background: url(../images/search.png) center center no-repeat;
    font-size: 0;
    cursor: pointer;
    transition: .3s;
}

/*
.header_right .search_wrap .login_on {
    float: right;
}

.header_right .search_wrap .login_on ul {
    overflow: hidden;
}

.header_right .search_wrap .login_on ul li {
    float: left;
    margin-right: 10px;
    height: 34px;
    overflow: hidden;
}

.header_right .search_wrap .login_on ul li a::before {
    content: '';
    margin-right: 5px;
    float: left;
    width: 34px;
    height: 34px;
    background: url(../images/header_icon.png) 0 0 no-repeat;
}

.header_right .search_wrap .login_on ul .collect a::before {
    background-position: 0 -34px;
}

.header_right .search_wrap .login_on ul .cart a::before {
    background-position: 0 -68px;
}

.header_right .search_wrap .login_on ul li a {
    float: left;
    line-height: 34px;
    font-size: 14px;
    color: #000;
}
*/

/*
.header_right .search_wrap .un_login {
    float: right;
}

.header_right .search_wrap .un_login p,
.header_right .search_wrap .un_login a {
    line-height: 34px;
    font-size: 14px;
    color: #000;
}

.header_right .search_wrap .un_login a {
    color: #1ec0ff;
}
*/

.header .nav {
    width: 100%;
    overflow: hidden;
}

.header .nav ul.nav_menu_list {
    float: left;
    height: 48px;
}

.header .nav ul.nav_menu_list li {
    position: relative;
    float: left;
    transition: .3s;
}

.header .nav ul.nav_menu_list li a {
    display: block;
    line-height: 28px;
    margin: 0 10px;
    padding: 10px 25px;
    color: #fff;
    transition: .3s;
    font-size: 16px;
    color: #666;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.header .nav ul.nav_menu_list li:hover a {
    background: #1ec0ff;
    color: #fff;
}

.header .nav ul.nav_menu_list li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    margin: 17px 0;
    display: inline-block;
    width: 2px;
    height: 13px;
    background: #666;
    transform: rotate(15deg);
}

/*
.header .nav .user_login {
    float: right;
    line-height: 28px;
    margin: 0 10px;
    padding: 10px 40px;
    background: #1ec0ff;
    transition: .3s;
    font-size: 16px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
*/

/*Header End*/
/*Footer*/
.footer {
    padding: 40px 0;
    background: #434343;
    overflow: hidden;
}

.footer .footer_logo {
    float: left;
    width: 100px;
    margin: 20px 40px;
}

.footer .footer_center {
    float: left;
    padding: 20px 40px;
}

.footer .footer_center .nav {
    overflow: hidden;
}

.footer .footer_center .nav li {
    float: left;
    padding: 0 10px;
    color: #fff;
    border-left: 1px solid #fff;
}

.footer .footer_center .nav li:nth-child(1) {
    padding-left: 0;
    border-left: none;
}

.footer .footer_center .nav li a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.footer .footer_center p {
    margin-top: 15px;
    color: #fff;
}

.footer .footer_center a {
    color: #fff;
}

.footer .follow {
    float: right;
    margin-top: 110px;
}

.footer .follow ul {
    width: 102px;
    height: 30px;
}

.footer .follow ul li {
    float: left;
    position: relative;
    margin: 0 10px;
    width: 30px;
    height: 30px;
    background: url(../images/icon_2.png) 0 0 no-repeat;
}

.footer .follow ul li.wx {
    background-position: -31px 0;
}

.footer .follow ul li .qr_wrap {
    position: absolute;
    top: -105px;
    left: 50%;
    margin-left: -49px;
    width: 98px;
    height: 110px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    background: url(../images/qr_bg.png) 0 0 no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.footer .follow ul li img {
    display: block;
    margin: 3px;
    width: 91px;
}

.footer .follow ul li:hover .qr_wrap {
    top: -110px;
    opacity: 1;
    visibility: visible;

}

/*Footer End*/
/*Home*/
.banner {
    width: 100%;
    position: relative;
}

.banner .bd li a {
    display: block;
}

.banner .bd li img {
    display: block;
    width: 100%;
}

.banner .hd {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.banner .hd li {
    display: inline-block;
    margin: 0 5px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    background: none;
    cursor: pointer;
    box-sizing: border-box;
    background: #777;
    border: 2px solid #fff;
    transition: .3s;
}

.banner .hd li.on {
    width: 40px;
    background: #fff;
}

.banner .banner_button {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -37px;
    z-index: 1;
}

.banner .banner_button a {
    position: absolute;
    display: block;
    width: 74px;
    height: 92px;
    z-index: 1;
    transition: .3s;
    opacity: .4;
}

.banner .banner_button a:hover {
    opacity: .8;
}

.banner .banner_button a.prev {
    background: url('../images/prev.png') center center no-repeat;
    left: 115px;
}

.banner .banner_button a.next {
    background: url('../images/next.png') center center no-repeat;
    right: 115px;
}

.home_news_banner {
    position: relative;
    margin-top: -46px;
    padding: 0 10px;
    width: 100%;
    height: 46px;
    background: #fff;
    overflow: hidden;
    z-index: 1;
    box-sizing: border-box;
}

.home_news_banner h1 {
    float: left;
    color: #595757;
    line-height: 46px;
    font-size: 14px;
}

.home_news_banner .bd {
    float: left;
    margin-left: 30px;
    overflow: hidden;
}

.home_news_banner .bd li {
    overflow: hidden;
    width: 800px;
}

.home_news_banner .bd li a {
    display: block;
    overflow: hidden;
}

.home_news_banner .bd p {
    float: left;
    line-height: 46px;
    color: #595757;
}

.home_news_banner .bd i {
    float: right;
    margin-left: 30px;
    line-height: 46px;
    color: #595757;
}

.home_news_banner .btn_page {
    float: right;
    overflow: hidden;
}

.home_news_banner .btn_page a {
    float: left;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #595757;
}

.home_news_banner .btn_page .pageState {
    float: left;
    font-size: 0;
}

.home_news_banner .btn_page .pageState span {
    line-height: 46px;
    font-size: 16px;
    color: #595757;
}

.common_title {
    padding: 20px 0;
    height: 40px;
}

.common_title h1 {
    position: relative;
    float: left;
    font-size: 28px;
    line-height: 40px;
    color: #434343;
}

.common_title h1::before {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #ffd338;
    left: 0;
    bottom: -25px;
}

.common_title .date {
    float: right;
}

.common_title .date ul {
    overflow: hidden;
}

.common_title .date ul li {
    float: left;
    margin: 5px;
    border-radius: 5px;
    color: #fff;
    background: #1ec0ff;
    transition: .3s;
}

.common_title .date ul li a {
    display: block;
    color: #fff;
    padding: 0 15px;
    line-height: 30px;
    text-align: center;
}

.common_title .date ul li:hover {
    background: #ffd338;
}

.home_choose {
    padding: 40px 0;
    background: #fff;
}

.home_choose .title {
    position: relative;
    padding: 20px 0;
}

.home_choose .title h1 {
    display: block;
    font-size: 28px;
    color: #434343;
    text-align: center;
}

.home_choose .title::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 4px;
    border-radius: 2px;
    background: #ffd338;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}

.home_choose ul {
    overflow: hidden;
}

.home_choose ul li {
    position: relative;
    float: left;
    width: 295px;
    box-sizing: border-box;
    padding: 30px 20px;
}

.home_choose ul li::after {
    position: absolute;
    content: '';
    width: 230px;
    height: 10px;
    border-radius: 5px;
    background: #ffd338;
    bottom: 0;
    left: 50%;
    margin-left: -115px;
    opacity: 0;
    transition: .3s;
}

.home_choose ul li:hover::after {
    opacity: 1;
}

.home_choose ul li img {
    display: block;
    margin: 30px auto;
}

.home_choose ul li p {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.home_choose ul li i {
    display: block;
    margin: 20px 0;
    text-align: center;
}

.home_choose ul li.choose_1 p,
.home_choose ul li.choose_1 i {
    color: #1ec0ff;
}

.home_choose ul li.choose_2 p,
.home_choose ul li.choose_2 i {
    color: #f05c5c;
}

.home_choose ul li.choose_3 p,
.home_choose ul li.choose_3 i {
    color: #fb9130;
}

.home_choose ul li.choose_4 p,
.home_choose ul li.choose_4 i {
    color: #26ae0c;
}

.home_products_new .products_new_list {
    margin: 25px 0;
}

.home_products_new .products_new_list .bd li {
    margin: 5px;
    width: 224px;
    transition: .3s;
    background: #fff;
}

.home_products_new .products_new_list .bd li:hover {
    box-shadow: 0 0 5px #ddd;
}

.home_products_new .products_new_list .bd li a {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 5px;
}

.home_products_new .products_new_list .bd li a img {
    display: block;
    width: 100%;
}

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

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

.home_products_new .products_new_list .bd li span {
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

.home_products_new .products_new_list .bd li p {
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #626262;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .3s;
}

.home_products_new .products_new_list .bd li:hover p {
    color: #3cc8ff;
}

.home_products_new .products_new_list .bd li u {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #979898;
}

.home_products_new .products_new_list .hd {
    position: relative;
}

.home_products_new .products_new_list .hd a {
    position: absolute;
    display: block;
    width: 80px;
    top: 65px;
    height: 100px;
    z-index: 999;
    transition: .3s;
}

.home_products_new .products_new_list .hd a.prev {
    background: url('../images/prev_2.png') center center no-repeat;
    left: -80px;
}

.home_products_new .products_new_list .hd a.next {
    background: url('../images/next_2.png') center center no-repeat;
    right: -80px;
}


.main .home_products_type {
    margin: 30px 0;
    overflow: hidden;
}

.main .home_products_type .more {
    float: right;
    margin-top: 150px;
    width: 80px;
    height: 36px;
    color: #00a5ff;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    transition: .3s;
    background: url('../images/more.png') center center no-repeat;
}

.main .home_products_type .left {
    float: left;
}

.main .home_products_type .left .pro_type_list {
    width: 295px;
    padding: 0 10px;
    box-sizing: border-box;
}

.main .home_products_type .left .pro_type_list .title {
    padding: 20px 0;
    height: 40px;
}

.main .home_products_type .left .pro_type_list .title h1 {
    position: relative;
    float: left;
    font-size: 28px;
    line-height: 40px;
    color: #434343;
}

.main .home_products_type .left .pro_type_list .title h1::before {
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #ffd338;
    left: 0;
    bottom: -25px;
}

.main .home_products_type .left .pro_type_list ul {
    /*padding: 5px 0px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;*/
    margin-top: 20px;
    padding: 10px 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 5px #eee;
    border-radius: 5px;
    border: 1px solid #eee;
}

.main .home_products_type .left .pro_type_list ul li.big_type {
    margin-top: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}

.main .home_products_type .left .pro_type_list ul li.big_type .type_name {
    width: 100%;
    height: 34px;
    line-height: 34px;
    position: relative;
    padding-right: 10px;
    border: 1px solid #e4f3f8;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
}

.main .home_products_type .left .pro_type_list ul li.big_type .type_name.onsel {
    border: 1px #eb6100 solid;
    border-bottom: none;
    border-radius: 0;
}

.main .home_products_type .left .pro_type_list ul li.big_type .type_name p {
    width: 100%;
    padding-left: 34px;
    overflow: hidden;
    text-align: left;
    color: #8c8c8c;
    /*font-size: 12px;*/
    font-weight: normal;
    box-sizing: border-box;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .home_products_type .left .pro_type_list ul li.big_type .type_name i {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    border: 2px solid #ff5b00;
    box-sizing: border-box;
}

.main .home_products_type .left .pro_type_list ul li.big_type .type_name i::before,
.main .home_products_type .left .pro_type_list ul li.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: #ff5b00;
    transition: all .5s;
}

.main .home_products_type .left .pro_type_list ul li.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);
}

.main .home_products_type .left .pro_type_list ul li.current .type_name i::before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.main .home_products_type .left .pro_type_list ul li.big_type .type_name p u {
    color: #cc0033;
}

.main .home_products_type .left .pro_type_list ul li.big_type ul {
    display: none;
    margin: 0;
    padding: 0;
    border: 1px #eb6100 dashed;
    border-radius: 0;
    box-shadow: none;
}

.main .home_products_type .left .pro_type_list ul li.big_type ul li {
    width: 100%;
    height: 34px;
    line-height: 32px;
    margin: 0;
    border-bottom: 1px dashed #eb6100;
    border-radius: 0;
    box-sizing: border-box;
    color: #333;
}

.main .home_products_type .left .pro_type_list ul li.big_type ul li:last-child {
    border: none;
}

.main .home_products_type .left .pro_type_list ul li.big_type ul li:hover {
    background-color: #fff;
}

.main .home_products_type .left .pro_type_list ul li.big_type ul li a {
    width: 100%;
    display: block;
    padding: 0 10px;
    text-align: left;
    color: #333;
    /*font-size: 12px;*/
}

.main .home_products_type .left .pro_type_list ul li.big_type ul li a:hover {
    color: #f60;
}

.main .home_products_type .left .pro_type_list ul li.big_type ul li a u {
    color: #c03;
}


.main .home_products_type .type {
    width: 295px;
    padding: 0 10px;
    box-sizing: border-box;
}

.main .home_products_type .type .title {
    overflow: hidden;
}

.main .home_products_type .type .title h1 {
    float: left;
    font-size: 28px;
    line-height: 36px;
    color: #434343;
}

.main .home_products_type .type ul {
    margin-top: 20px;
    padding: 10px 15px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 5px #eee;
    border-radius: 5px;
    border: 1px solid #eee;
}

.main .home_products_type .type ul li {
    display: block;
    width: 100%;
    height: 35px;
    border-bottom: 2px solid #dfdfdf;
    box-sizing: border-box;
    transition: .3s;
}

.main .home_products_type .type ul li a {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #656565;
    line-height: 35px;
    font-size: 14px;
    transition: .3s;
}

.main .home_products_type .type ul li a::before {
    content: '';
    position: absolute;
    display: block;
    left: 5px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #8a8a8a;
    border-radius: 50%;
    transition: .3s;
}

.main .home_products_type .type ul li:hover a {
    color: #eb6100;
}

.main .home_products_type .type ul li:hover a::before {
    background: #eb6100;
}

.main .home_products_type .right {
    float: right;
    width: 870px;
}

.main .home_products_type .product_recommend .title {
    overflow: hidden;
}

.main .home_products_type .product_recommend .title h1 {
    float: left;
    font-size: 28px;
    line-height: 36px;
    color: #434343;
}

.main .home_products_type .product_recommend ul {
    margin-top: 20px;
    padding: 20px 26px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 5px #eee;
    border-radius: 5px;
    border: 1px solid #eee;
    overflow: hidden;
}

.main .home_products_type .product_recommend ul li {
    float: left;
    margin: 0 5px 10px;
    width: 194px;
    overflow: hidden;
}

.main .home_products_type .product_recommend ul li a {
    position: relative;
    display: block;
    padding: 10px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.main .home_products_type .product_recommend ul 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;
}

.main .home_products_type .product_recommend ul li a:hover::before {
    opacity: 1;
}

.main .home_products_type .product_recommend ul li img {
    display: block;
    width: 100%;
}

.main .home_products_type .product_recommend ul li span {
    display: block;
    width: 100%;
    text-align: center;
    transition: .5s ease-in-out;
}

.main .home_products_type .product_recommend ul li u {
    display: block;
    font-size: 14px;
    color: #777;
    line-height: 25px;
}

.main .home_products_type .product_recommend ul li p {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #777;
    line-height: 25px;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

.main .home_search_contact {
    padding: 30px 0;
    width: 100%;
    background: #fff;
}

.main .home_search_contact_title {
    overflow: hidden;
}

.main .home_search_contact_title .product_search_title {
    float: left;
    width: 700px;
}

.main .home_search_contact_title .home_contact_title {
    float: left;
    width: 450px;
}

.main .home_search_contact_title h1 {
    float: left;
    font-size: 28px;
    line-height: 36px;
    color: #434343;
}

.main .home_search_contact_wrap {
    margin-top: 20px;
    overflow: hidden;
}

.main .home_search_contact .product_search {
    float: left;
    padding: 20px 0;
    width: 700px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main .home_search_contact .product_search h1 {
    display: block;
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 35px;
    color: #fff;
}

.main .home_search_contact .product_search .product_search_wrap {
    padding: 0 20px;
    overflow: hidden;
    border-right: 1px solid #bfbfbf;
}

.main .home_search_contact .product_search .product_search_wrap ul.search_left {
    float: left;
}

.main .home_search_contact .product_search .product_search_wrap ul.search_left li {
    overflow: hidden;
    margin-bottom: 10px;
}

.main .home_search_contact .product_search .product_search_wrap ul.search_left li span {
    float: left;
    margin-right: 5px;
    width: 90px;
    font-size: 14px;
    color: #898989;
    line-height: 26px;
    height: 26px;
    text-align: right;
}

.main .home_search_contact .product_search .product_search_wrap ul.search_left li input {
    float: left;
    width: 180px;
    height: 26px;
    border: 1px solid #b5b5b5;
    font-size: 14px;
    padding: 5px;
    box-sizing: border-box;
    color: #898989;
    outline: none;
}

.main .home_search_contact .product_search .product_search_wrap ul.search_left li.short input {
    width: 60px;
}

.main .home_search_contact .product_search .product_search_wrap ul.search_left li.short i.separator {
    float: left;
    margin: 0 5px;
    font-size: 14px;
    line-height: 26px;
    color: #898989;
}

.main .home_search_contact .product_search .product_search_wrap ul.search_left li select {
    float: left;
    width: 180px;
    height: 26px;
    border: 1px solid #b5b5b5;
    font-size: 14px;
    color: #898989;
    outline: none;
}

.main .home_search_contact .product_search .search_right {
    float: right;
}

.main .home_search_contact .product_search .search_right p {
    display: block;
    font-size: 14px;
    color: #898989;
    line-height: 26px;
}

.main .home_search_contact .product_search .search_right textarea {
    display: block;
    margin-top: 10px;
    padding: 5px;
    width: 340px;
    height: 180px;
    resize: none;
    box-sizing: border-box;
    color: #898989;
    outline: none;
}

.main .home_search_contact .product_search .product_search_wrap .btn {
    overflow: hidden;
    margin-top: 26px;
}

.main .home_search_contact .product_search .product_search_wrap .btn button {
    float: left;
    margin-right: 30px;
    width: 80px;
    height: 40px;
    background: #1ec0ff;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}

.main .home_search_contact .product_search .product_search_wrap .btn .reset-btn {
    background: #434343;
}

.main .home_search_contact .home_contact {
    float: left;
    width: 450px;
    padding: 40px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main .home_search_contact .home_contact ul li {
    display: block;
    margin-top: 10px;
    overflow: hidden;
}

.main .home_search_contact .home_contact ul li p {
    float: left;
    width: 85%;
    font-size: 16px;
    color: #898989;
    line-height: 23px;
}

.main .home_search_contact .home_contact ul li i {
    float: left;
    margin-right: 10px;
    width: 23px;
    height: 23px;
    background: url('../images/icon.png') 0 0 no-repeat;
}

.main .home_search_contact .home_contact ul .fax i {
    background-position: 0 -23px;
}

.main .home_search_contact .home_contact ul .zip i {
    background-position: 0 -46px;
}

.main .home_search_contact .home_contact ul .mail i {
    background-position: 0 -69px;
}

.main .home_search_contact .home_contact ul .address i {
    background-position: 0 -92px;
}

/*Home End*/

/*Products*/
.common_wrap .common_left {
    position: relative;
    float: left;
    width: 230px;
    background: #fff;
    z-index: 1;
    border-radius: 5px;
}

.common_wrap .common_left .common_left_title {
    padding: 10px 20px;
    box-sizing: border-box;
}

.common_wrap .common_left .common_left_title h1 {
    position: relative;
    display: block;
    width: 100%;
    color: #333333;
    font-size: 24px;
    line-height: 40px;
}

.common_wrap .common_left .common_left_title h1::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 6px;
    border-radius: 3px;
    background: #ffd338;
    bottom: -10px;
    left: 0;
    z-index: 1;
}

.common_wrap .common_left .common_left_title h1::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #f2f2f2;
    left: 0;
    bottom: -10px;
}

.common_wrap .common_left .page_list li {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
}

.common_wrap .common_left .page_list li a {
    display: block;
    position: relative;
    line-height: 60px;
    font-size: 16px;
    color: #838383;
    transition: .3s;
    overflow: hidden;
}

.common_wrap .common_left .page_list li a::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 6px;
    border-radius: 6px;
    background: #ffd338;
    bottom: 0;
    left: -70px;
    z-index: 1;
    transition: .3s;
}

.common_wrap .common_left .page_list li a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 6px;
    border-radius: 6px;
    background: #f2f2f2;
    left: 0;
    bottom: 0;
}

.common_wrap .common_left .page_list li a:hover::before,
.common_wrap .common_left .page_list li.on a::before {
    left: 0;
}

.common_wrap .common_right {
    float: right;
    padding: 10px 40px;
    width: 940px;
    min-height: 580px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px #eee;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

.common_wrap .title {
    position: relative;
    padding-bottom: 25px;
    overflow: hidden;
}

.common_wrap .title h1 {
    position: relative;
    float: left;
    font-size: 24px;
    color: #4e4e4e;
    line-height: 55px;
}

.common_wrap .title h1::after {
    position: absolute;
    content: '';
    width: 70px;
    height: 6px;
    border-radius: 3px;
    background: #ffd338;
    bottom: -10px;
    left: 0;
}

.common_wrap .title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #f2f2f2;
    left: 0;
    bottom: 15px;
}

.common_wrap .site {
    float: right;
}

.common_wrap .site p,
.common_wrap .site p a {
    display: inline-block;
    font-size: 14px;
    line-height: 55px;
    color: #717171;
}

.common_wrap .common_left .pro_type {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.common_wrap .common_left .pro_type li {
    display: block;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #dfdfdf;
    box-sizing: border-box;
    transition: .3s;
}

.common_wrap .common_left .pro_type li a {
    position: relative;
    display: block;
    color: #626262;
    line-height: 35px;
    font-size: 14px;
    transition: .3s;
}

.common_wrap .common_left .pro_type li:hover a {
    color: #1f477e;
}

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

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

.common_wrap .common_right .products .easy_search .search_item input,
.common_wrap .common_right .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;
    color: #777;
}

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

.common_wrap .common_right .products .easy_search .search_item button {
    margin-left: 15px;
    width: 80px;
    height: 30px;
    border: 0;
    border-radius: 3px;
    background: #00afff;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.common_wrap .common_right .products .easy_search .search_item button.reset {
    background: #707070;
}

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

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

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

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

.common_wrap .common_right .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;
}

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

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

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

.common_wrap .common_right .products .number_sort .sort p {
    float: left;
}

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

.common_wrap .common_right .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;
}

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

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

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

.common_wrap .common_right .products .number_sort .sort p {
    float: left;
}

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

.common_wrap .common_right .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;
}

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

.common_wrap .common_right .products .gird_list {
    float: right;
    overflow: hidden;
}

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

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

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

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

.common_wrap .common_right .products .select p {
    float: left;
    font-weight: bold;
    overflow: hidden;
    line-height: 23px;
}

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

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

.common_wrap .common_right .products .select span button.cart {
    background: #00afff;
}

.common_wrap .common_right .products .pro_list > ul {
    overflow: hidden;
}

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

.common_wrap .common_right .products .pro_list ul li {
    overflow: hidden;
}

.common_wrap .common_right .products .pro_list ul li .pro_img {
    float: left;
    margin: 30px 10px;
    height: 250px;
    box-sizing: border-box;
    overflow: hidden;
    transition: .3s;
    border: 1px solid #ccc;
}

.common_wrap .common_right .products .pro_list ul li .pro_img img {
    display: block;
    height: 100%;
}

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

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

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

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

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

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

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

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

.common_wrap .common_right .seek_add span {
    float: right;
}

.common_wrap .common_right .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: #00afff;
}

.common_wrap .common_right .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;
}

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

.common_wrap .common_right .products .pro_gird_list ul {
    overflow: hidden;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.common_wrap .common_right .products .pro_gird_list ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    width: 270px;
    box-shadow: 0 0 10px #ccc;
}

.common_wrap .common_right .products .pro_gird_list ul li:nth-child(3n) {
    margin-right: 0;
}

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

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

.common_wrap .common_right .products .pro_gird_list 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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.common_wrap .common_right .products .pro_gird_list li a:hover::before {
    opacity: 1;
}

.common_wrap .common_right .products .pro_gird_list li span {
    display: block;
    padding: 5px 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #707070;
    transition: .3s;
}

.common_wrap .common_right .products .pro_gird_list li:hover span {
    background: #00afff;
}

.common_wrap .common_right .products .pro_gird_list li p {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

.common_wrap .common_right .products .pro_gird_list li u {
    display: block;
    font-size: 14px;
    color: #a7a7a7;
    line-height: 25px;
    color: #fff;
}*/

.pro_list_page {
    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;
    transition: .3s;
}

.pro_list_page .page button:hover {
    background: #0d6fb8;
    color: #fff;
}

.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;
    outline: none;
}

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

.products_class .big_class {
    overflow: hidden;
}

.products_class .big_class > li {
    width: calc(50% - 20px);
    display: inline-block;
    margin: 20px 10px 0;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.products_class .big_class > li h1 {
    display: block;
    padding-bottom: 12px;
    width: 100%;
    border-bottom: 2px solid #00afff;
    font-size: 14px;
    color: #777;
}

.products_class .big_class > li .small_class {
    overflow: hidden;
}

.products_class .big_class > li .small_class li {
    float: left;
    padding: 0 5px;
}

.products_class .big_class > li .small_class li a {
    float: left;
    line-height: 30px;
    margin-top: 5px;
    color: #777;
    overflow: hidden;
}

.products_class .big_class > li .small_class li a:hover {
    color: #cc0033;
}

.products_class .big_class > li .small_class li i {
    color: #ea3b3a;
}

.products_search {
    overflow: hidden;
    margin-top: 10px;
    padding: 20px 40px;
}

.products_search .search_left {
    float: left;
}

.products_search .search_left span {
    float: left;
    margin-right: 5px;
    width: 90px;
    font-size: 16px;
    color: #898989;
    line-height: 30px;
    height: 30px;
    text-align: right;
}

.products_search .search_left li {
    overflow: hidden;
    margin-bottom: 20px;
}

.products_search .search_left input {
    float: left;
    width: 180px;
    height: 30px;
    border: 1px solid #b5b5b5;
    font-size: 16px;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #898989;
    outline: none;
}

.products_search .search_left .short input {
    width: 60px;
    margin-right: 10px;
}

.products_search .search_left .short i {
    float: left;
    font-size: 18px;
    line-height: 30px;
    color: #898989;
    margin-right: 10px;
}

.products_search .search_left select {
    float: left;
    width: 180px;
    height: 30px;
    border: 1px solid #b5b5b5;
    font-size: 18px;
    color: #898989;
    outline: none;
}

.products_search .search_right {
    float: right;
}

.products_search .search_right p {
    display: block;
    font-size: 16px;
    color: #898989;
    line-height: 30px;
}

.products_search .search_right textarea {
    display: block;
    font-family: Microsoft YaHei;
    padding: 10px;
    width: 420px;
    height: 260px;
    resize: none;
    box-sizing: border-box;
    color: #898989;
    outline: none;
    border: 1px solid #b5b5b5;
}

.products_search .search_right .btn {
    overflow: hidden;
    margin-top: 50px;
}

.products_search .search_right .btn button {
    float: left;
    margin-right: 60px;
    width: 80px;
    height: 40px;
    background: #ea3b3a;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}

.products_search .search_right .btn .reset-btn {
    background: #707070;
}

/*Products End*/
/*About*/
.common_wrap {
    margin-top: -40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.common_wrap .common_center {
    padding: 20px 40px;
    min-height: 580px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px #eee;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}

.about .about_content {
    margin-top: 20px;
}

.about .about_content h1 {
    display: block;
    color: #535353;
    font-size: 28px;
    font-weight: 400;
}

.about .about_content p {
    display: block;
    margin-top: 20px;
    line-height: 1.8;
}

.about .about_content img {
    display: block;
    width: 100%;
    margin-top: 20px;
}

/*About*/
/*Contact*/
.contact .contact_info {
    margin-top: 30px;
}

.contact .contact_info h1 {
    display: block;
    font-size: 28px;
    font-weight: 400;
    color: #656565;
}

.contact .contact_info ul {
    display: block;
    margin: 40px 0;
    overflow: hidden;
}

.contact .contact_info ul li {
    float: left;
    width: 50%;
    margin: 10px 0;
    overflow: hidden;
}

.contact .contact_info ul li p {
    float: left;
    width: 85%;
    font-size: 16px;
    color: #898989;
    line-height: 23px;
}

.contact .contact_info ul li i {
    float: left;
    margin-right: 10px;
    width: 23px;
    height: 23px;
    background: url('../images/icon.png') 0 0 no-repeat;
}

.contact .contact_info ul .fax i {
    background-position: 0 -23px;
}

.contact .contact_info ul .zip i {
    background-position: 0 -46px;
}

.contact .contact_info ul .mail i {
    background-position: 0 -69px;
}

.contact .contact_info ul .address i {
    background-position: 0 -92px;
}

.contact .contact_info .map {
    display: block;
    margin-top: 20px;
    width: 100%;
}

/*Contact End*/

/*Video*/
.video .video_list {
    overflow: hidden;
}

.video .video_list li {
    float: left;
    position: relative;
    margin-bottom: 15px;
    margin-right: 2%;
    width: 23.5%;
}

.video .video_list li:nth-child(4n) {
    margin-right: 0;
}

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

.video .video_list li a {
    display: block;
    transition: .3s;
    position: relative;
}

.video .video_list li > a::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 0px solid #1ec0ff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    transition: .3s;
}


.video .video_list li > a:hover::after {
    opacity: 1;
    border: 5px solid #1ec0ff;
    background: rgba(0, 0, 0, .3);
}

.video .video_list li > a::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    display: block;
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    background: url(../images/play.png) center center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    transition: .3s;
    z-index: 1;
}

.video .video_list li > a:hover::before {
    opacity: 1;
}

.video .video_list li span {
    display: block;
    width: 100%;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.video .video_list li span p {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}

.video .video_list li span i {
    font-size: 14px;
    line-height: 1.5;
    color: #595757;
}

.video .video_list li span {
    position: relative;
}

.video .video_list li span .complete {
    position: absolute;
    padding: 0 5px;
    right: 10px;
    top: 20px;
    display: block;
    font-size: 16px;
    line-height: 25px;
    background: #1ec0ff;
    color: #fff;
    border: 1px #1ec0ff solid;
    transition: .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.video .video_list li span .complete:hover {
    background: none;
    color: #1ec0ff;
}

/*Video End*/
/*News*/
.news .news_list {
    margin-bottom: 20px;
}

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

.news .news_list li img {
    float: left;
    height: 165px;
}

.news .news_list li span {
    float: right;
    padding: 10px 0;
    width: 840px;
}

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

.news .news_list li span p {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #898989;
}

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

.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: 14px;
}

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

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

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

/*News End*/
/*Cart*/

.common_wrap .cart {
    display: block;
    background: rgba(255, 255, 255, .5);
}

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

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

.cart td {
    text-align: center;
}

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

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

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

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

.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 .subtotal {
    color: red;
}

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

.cart .cart_img {
    display: block;
    box-sizing: border-box;
    padding: 5px;
}

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

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

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

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

.cart ul li.closing {
    background: #1ec0ff;
}

.cart ul li.closing a {
    display: block;
    width: 100%;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}

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

.cart tfoot tr {
    height: 40px;
}

/*Cart End*/
.member_login_wrap {
    padding: 55px 30px;
    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: 390px;
}

.member_login_wrap .login i {
    display: block;
    text-align: center;
    color: #777;
    font-weight: 600;
}

.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: 100px;
    line-height: 30px;
    color: #777;
    text-align: right;
    box-sizing: border-box;
}

.member_login_wrap .login span input {
    float: left;
    padding: 5px;
    width: 290px;
    border: none;
    box-sizing: border-box;
    background: #efefef;
    line-height: 20px;
    color: #777;
    outline: none;
}

.member_login_wrap .login span input {
    float: left;
    padding: 5px;
    width: 290px;
    border: none;
    box-sizing: border-box;
    background: #efefef;
    line-height: 20px;
    color: #777;
    outline: none;
}

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

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

.member_login_wrap .login .go_forget {
    float: right;
    margin-top: 10px;
    text-align: right;
    color: #777;
    clear: both;
}

.member_login_wrap .btn {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    text-align: center;
}

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

.member_login_wrap .btn .submit {
    background: #ea3b3a;
}

.member_login_wrap .btn .reg {
    background: #707070;
}

.member_login_wrap .btn a.go_forget {
    float: right;
    margin: 0;
}

/*Member End*/