* {
    margin: 0;
    padding: 0;
}

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

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

.w1170_center {
    width: 1170px;
    margin: 0 auto;
}

/*Header*/

.header_top {
    height: 40px;
    background: #000;
}

.header_top .w1170_center {
    position: relative;
}

.header_contact {
    overflow: hidden;
    float: left;
}

.header_contact li {
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.header_contact li p {
    float: left;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.header_contact li p::before {
    content: '';
    float: left;
    margin-right: 5px;
    width: 40px;
    height: 40px;
}

.header_contact li.head_tel p::before {
    background: url('../images/head_tel.png') center center no-repeat;
}

.header_contact li.head_email p::before {
    background: url('../images/head_email.png') center center no-repeat;
}

.header_top .login_lang_wrap {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 0px;
    width: 380px;
    height: 47px;
    background: url('../images/login_bg.png') center center no-repeat;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
}

.header_top .login_lang_wrap .login_container {
    display: inline-block;
}

.header_top .login_lang_wrap .login_container a {
    display: inline-block;
    margin: 0 2px;
    color: #fff;
    line-height: 20px;
}

.header_top .login_lang_wrap .login_container p {
    display: inline-block;
    margin: 0 2px;
    color: #fff;
    line-height: 20px;
}

.header_top .login_lang_wrap .en_cn {
    display: inline-block;
}

.header_top .login_lang_wrap .en_cn a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    color: #fff;
    font-size: 0;
    vertical-align: top;
}

.header_top .login_lang_wrap .en_cn a.cn {
    background: url('../images/cn.png') center center no-repeat;
}

.header_top .login_lang_wrap .en_cn a.en {
    background: url('../images/en.png') center center no-repeat;
}

.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 #43a373;
    box-sizing: border-box;
}

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

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

.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: #43a373;
}

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

.login_reg_wrap .login .login_wrap a {
    color: #43a373;
}

.login_reg_wrap .reg .reg_wrap {
    width: calc(100% - 100px);
    margin: 20px auto;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap ul.r_item_fc {
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap ul.r_item_fc li {
    width: 100%;
    display: inline-block;
    padding: 0 20px;
    overflow: hidden;
    box-sizing: border-box;
}

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

.login_reg_wrap .reg .reg_wrap ul.r_item_fc li span.lbl {
    width: 100px;
    line-height: 48px;
    padding: 5px 10px;
    text-align: right;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap ul.r_item_fc li span.inp {
    width: calc(100% - 100px);
}

.login_reg_wrap .reg .reg_wrap ul.r_item_fc li span.reg_yzm_inp {
    width: calc(100% - 200px);
}

.login_reg_wrap .reg .reg_wrap ul.r_item_fc li span.img_yzm {
    width: 100px;
    padding: 0 0 0 10px;
}

.login_reg_wrap .reg .reg_wrap ul.r_item_fc li span.img_yzm img {
    width: 100%;
    height: 48px;
    display: block;
    margin: 5px 0;
    box-sizing: border-box;
}

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

.login_reg_wrap .reg .reg_wrap .reg_op_btn_wrapper {
    margin-top: 10px;
    padding-left: 120px;
    padding-right: 20px;
    overflow: hidden;
}

.login_reg_wrap .reg .reg_wrap .reg_op_btn_wrapper a {
    width: 47%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.login_reg_wrap .reg .reg_wrap .reg_op_btn_wrapper a.reg_submit_btn {
    float: left;
    color: #fff;
    background: #43a373;
}

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

.login_reg_wrap .reg .reg_wrap .back_login_ui {
    width: 100%;
    display: inline-block;
    line-height: 48px;
    text-align: left;
    padding-left: 120px;
}

.login_reg_wrap .reg .reg_wrap .back_login_ui p {
    display: inline-block;
    margin-top: 5px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}

.login_reg_wrap .reg .reg_wrap .back_login_ui .go_login {
    padding-left: 20px;
    color: #43a373;
}


.login_reg_wrap .forget {
    position: relative;
    display: none;
    margin: 10vh auto;
    width: 560px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #43a373;
    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;
    margin-bottom: 20px;
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #acacac;
    box-sizing: border-box;
}

.login_reg_wrap .forget_wrap a.a_btn {
    width: 120px;
    height: 30px;
    display: inline-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;
}

.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: #43a373;
    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;
}

.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 {
    width: 100%;
    overflow: hidden;
}

.header .logo {
    float: left;
    height: 125px;
    padding: 25px 0;
    box-sizing: border-box;
}

.header .logo img {
    display: block;
    height: 75px;
}

.header .nav {
    float: right;
    height: 125px;
}

.header .nav ul {
    overflow: hidden;
    height: 125px;
}

.header .nav ul li {
    float: left;
    height: 125px;
}

.header .nav ul li a {
    display: block;
    line-height: 125px;
    padding: 0 25px;
    font-size: 16px;
    color: #000;
    transition: .3s;
}

.header .nav ul li a:hover {
    color: #fff;
    background: rgba(0, 0, 0, .1);
}

.main.home_bg {
    background: url('../images/bg-2.png') center 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    /* background-position: 0 bottom; */
}

.main.common_bg {
    background: url('../images/bg-4.png') center 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/*Header End*/
.main .poster {
    margin: 0 auto 150px;
    width: 92%;
}

.main .poster > img {
    display: block;
    width: 100%;
}

.main .poster .w1170_center {
    position: relative;
}

.main .poster .poster_pro {
    width: 700px;
    position: absolute;
    bottom: -110px;
    right: -150px;
}

.main .poster .poster_pro img {
    display: block;
    width: 100%;
}

.main .common_title {
    overflow: hidden;
}

.main .common_title .site {
    float: left;
    padding-left: 25px;
    background: url('../images/site.png') 0 center no-repeat;
}

.main .common_title .site p,
.main .common_title .site p a {
    font-size: 14px;
    color: #777;
    line-height: 30px;
}

.main .common_title .search {
    float: right;
    border: 1px #40a173 solid;
    overflow: hidden;
}

.main .common_title .search input {
    float: left;
    padding: 5px 10px;
    width: 175px;
    height: 30px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.main .common_title .search .submit {
    float: left;
    width: 30px;
    height: 30px;
    background: #40a173 url('../images/search.png') center center no-repeat;
    font-size: 0;
}

/*Footer*/
.footer {
    padding: 40px 0;
    background: #292d30;
    overflow: hidden;
}

.footer .footer_logo {
    float: left;
    padding: 0 40px;
}

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

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

.footer .footer_center .nav li {
    float: left;
    margin-right: 20px;
    color: #fff;
}

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

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

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

.footer .footer_follow {
    position: relative;
    overflow: hidden;
    padding: 40px 0 40px 200px;
    height: 140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .footer_follow p {
    float: left;
    color: #fff;
    line-height: 28px;
}

.footer .footer_follow ul {
    float: left;
    overflow: hidden;
}

.footer .footer_follow ul li {
    float: left;
    margin: 0 5px;
    width: 28px;
    height: 28px;
}

.footer .footer_follow ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 14px;
}

.footer .footer_follow ul li a.wb {
    background: url('../images/wb.png') center center no-repeat;
}

.footer .footer_follow ul li a.wx {
    background: url('../images/wx.png') center center no-repeat;
}

.footer .footer_follow ul li a.yk {
    background: url('../images/yk.png') center center no-repeat;
}

.footer .footer_follow .arrow {
    position: absolute;
    left: 0;
    bottom: 0;
}

/*Footer End*/
/*Home*/
.banner {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    min-height: 580px;
    overflow: hidden;
}

.banner ul.bd {
    height: 100%;
    min-height: 580px;
    overflow: hidden;
}

.banner ul.bd li img {
    width: 80%;
    height: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    transform: scale(1);
    transition: .3s;
}

.banner ul.hd {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 9;
    text-align: center;
}

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

.banner ul.hd li.on {
    background: #fff;
}

.main .home_about {
    min-height: 600px;
}

.main .home_about .w1170_center {
    position: relative;
}

.main .home_about .w1170_center .ab_img {
    width: 100%;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

.main .home_about .home_about_left {
    position: absolute;
    left: 0;
    margin-top: 80px;
    width: 650px;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}

.main .home_about .home_about_left img {
    display: block;
    width: 100%;
}

.main .home_about .home_about_right {
    position: absolute;
    right: 0;
    margin-top: -50px;
    width: 650px;
    height: 480px;
    background: url('../images/home_about_2.jpg') center center no-repeat;
    border-radius: 10px;
}

.main .home_about .home_about_right span {
    float: right;
    margin-top: 100px;
    padding: 0 5%;
    width: 80%;
    box-sizing: border-box;
    color: #898989;
}

.main .home_about .home_about_right span h1 {
    font-size: 40px;
}

.main .home_about .home_about_right span i {
    display: block;
    margin-top: 30px;
    font-weight: 400;
    font-size: 22px;
}

.main .home_about .home_about_right span p {
    margin-top: 30px;
    line-height: 2;
}

.main .home_about .home_about_right span a {
    margin-top: 15px;
    display: block;
    width: 110px;
    float: right;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #43a373;
    line-height: 26px;
    border-radius: 13px;
}

.main .home_products_type {
    margin-top: -20px;
    padding-top: 170px;
    overflow: hidden;
}

.main .home_products_type .w1170_center {
    position: relative;
}

.main .home_products_type .title_img {
    position: absolute;
    right: -80px;
    top: -165px;
}

.main .home_title {
    overflow: hidden;
}

.main .home_title h1 {
    float: left;
    background-image: -webkit-linear-gradient(bottom left, #40a173, #72c872);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 44px;
}

.main .home_title i {
    display: block;
    margin-top: 65px;
    font-size: 22px;
    clear: both;
    color: #777;
}

.main .home_title u {
    display: block;
    margin: 25px 0;
    width: 83px;
    height: 8px;
    background-image: -webkit-linear-gradient(bottom left, #40a173, #72c872);
    clear: both;
}

.main .home_products_type ul {
    overflow: hidden;
}

.main .home_products_type ul li {
    float: left;
    margin-right: 30px;
    width: 270px;
    transition: .5s;
}

.main .home_products_type ul li:nth-last-child(1) {
    margin-right: 0;
}

.main .home_products_type ul li .top {
    position: relative;
    height: 290px;
    background: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .5s;
}

.main .home_products_type ul li .top img {
    display: block;
    margin-top: 5px;
    width: 270px;
    transition: .3s;
    position: absolute;
    bottom: 0;
    right: 0;
}

.main .home_products_type ul li .top span {
    position: relative;
    display: block;
    padding: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s;
    z-index: 1;
}

.main .home_products_type ul li .bottom {
    padding: 25px 0;
    background-image: -webkit-linear-gradient(bottom left, #40a173, #72c872);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main .home_products_type ul li .bottom p {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.main .home_products_type ul li .bottom a {
    display: block;
    margin: 15px auto 0;
    width: 90px;
    line-height: 26px;
    color: #43a373;
    background: #fff;
    border-radius: 13px;
    text-align: center;
}

.main .home_products_type ul li.on {
    width: 570px;
}

.main .home_products_type ul li.on .top {
    position: relative;
    padding: 30px 0;
}

.main .home_products_type ul li.on .top span {
    float: left;
    padding: 0 15px;
    width: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main .home_products_type ul li .top span h1 {
    font-size: 36px;
    font-weight: 400;
    color: #43a373;
}

.main .home_products_type ul li .top span p {
    color: #777;
    margin-top: 10px;
}

.main .home_products_type ul li.on .top img {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 345px;
}

.main .home_products {
    position: relative;
    margin-top: 60px;
}

.main .home_products .bd {
    overflow: hidden;
}

.main .home_products .bd li {
    float: left;
    width: 25%;
}

.main .home_products .bd li .img {
    position: relative;
    overflow: hidden;
}

.main .home_products .bd li .img::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .2) url('../images/more.png') center center no-repeat;
    -webkit-background-size: 0;
    background-size: 0;
    opacity: 0;
    transition: .3s ease-in-out;
    z-index: 1;
}

.main .home_products .bd li .img:hover::before {
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: 15%;
    background-size: 15%;
}

.main .home_products .bd li img {
    display: block;
    width: 100%;
    transition: .3s ease-in-out;
}

.main .home_products .bd li .img:hover img {
    transform: scale(1.1);
}

.main .home_products .bd li p {
    display: block;
    background-image: -webkit-linear-gradient(bottom left, #40a173, #72c872);
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
}

.main .home_products .hd {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 152px);
}

.main .home_products .hd a {
    position: absolute;
    display: block;
    margin-top: -30px;
    width: 60px;
    top: 50%;
    height: 60px;
    z-index: 999;
    transition: .3s;
    opacity: 0;
    transition: .3s;
}

.main .home_products:hover .hd a {
    opacity: 1;
}

.main .home_products .hd a.prev {
    background: rgba(0, 0, 0, .2) url('../images/prev.png') center center no-repeat;
    left: 0;
}

.main .home_products .hd a.next {
    background: rgba(0, 0, 0, .2) url('../images/next.png') center center no-repeat;
    right: 0;
}

.main .home_news {
    padding: 60px 0;
}

.main .home_news .w1170_center {
    position: relative;
}

.main .home_news .news_wrap {
    padding: 40px;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main .home_news .news_wrap h1 {
    clear: both;
}

.main .home_news .news_wrap i {
    float: left;
    padding: 5px;
    color: #fff;
    background: #40a173;
}

.main .home_news .news_wrap p {
    margin-top: 40px;
    line-height: 2;
    clear: both;
}

.main .home_news .home_news_pro {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 500px;
}

/*Home End*/

/*Products*/


/*Products End*/

/*News*/
.main .news_list_wrap {
    overflow: hidden;
}

.main .list_type {
    margin: 40px 0;
}

.main .list_type ul {
    text-align: center;
}

.main .list_type ul li {
    display: inline-block;
    margin: 0 10px;
}

.main .list_type ul li a {
    display: block;
    padding: 0 20px;
    line-height: 30px;
    color: #777;
    transition: .3s;
}

.main .list_type ul li.on a,
.main .list_type ul li:hover a {
    background: #40a173;
    color: #fff;
}

.main .news_list_wrap .news_list ul li {
    margin-bottom: 30px;
    overflow: hidden;
}

.main .news_list_wrap .news_list ul li .img {
    float: left;
    position: relative;
}

.main .news_list_wrap .news_list ul li .img img {
    display: block;
    width: 500px;
    height: 375px;
}

.main .news_list_wrap .news_list ul li .img p {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 50px;
    background: #40a173;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.main .news_list_wrap .news_list ul li .news_wrap {
    float: left;
    padding: 40px 70px;
    width: 670px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main .news_list_wrap .news_list ul li .news_wrap h1 {
    display: block;
    font-size: 30px;
    clear: both;
}

.main .news_list_wrap .news_list ul li .news_wrap i {
    float: left;
    padding: 5px;
    color: #fff;
    background: #40a173;
}

.main .news_list_wrap .news_list ul li .news_wrap p {
    margin-top: 60px;
    line-height: 2;
    clear: both;
}

.main .news_list_wrap .news_list ul li .news_wrap a {
    float: right;
    margin-top: 40px;
    padding: 5px 10px;
    background: #40a173;
    color: #fff;
}

.main .news_details_wrap {
    margin-bottom: 40px;
    min-height: 600px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 20px #ccc;
}

.main .news_details_wrap .news_details_title {
    width: 100%;
}

.main .news_details_wrap .news_details_title h1 {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: #40a173;
    font-size: 30px;
}

.main .news_details_wrap .news_details_title i {
    display: block;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    color: #bbb;
}

.main .news_details_wrap .content {
    margin: 20px;
}

.main .news_details_wrap .content p {
    line-height: 1.8;
    margin-top: 10px;
    color: #777;
}

/*News End*/
/*Video*/
.main .video_list_wrap {
    overflow: hidden;
}

.main .video_list_wrap .video_list {
    margin-bottom: 25px;
}

.main .video_list_wrap .video_list ul {
    overflow: hidden;
}

.main .video_list_wrap .video_list ul li {
    position: relative;
    float: left;
    margin-right: 45px;
    margin-bottom: 20px;
    width: 360px;
}

.main .video_list_wrap .video_list ul li img {
    display: block;
    width: 100%;
}

.main .video_list_wrap .video_list ul li:nth-child(3n) {
    margin-right: 0;
}

.main .video_list_wrap .video_list ul li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    opacity: 0;
    transition: .3s;
}

.main .video_list_wrap .video_list ul li 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%;
}

.main .video_list_wrap .video_list ul li:hover a {
    opacity: 1;
}

/*Video End*/
/*Contact*/
.contact_about_wrap {
    overflow: hidden;
    padding: 25px 0 40px;
}

.contact_about_wrap .left {
    float: left;
    width: 280px;
}

.contact_about_wrap .left ul li {
    margin-bottom: 15px;
}

.contact_about_wrap .left ul li a {
    display: block;
    line-height: 70px;
    text-align: center;
    font-size: 26px;
    color: #40a173;
    background: #fff;
}

.contact_about_wrap .left ul li.on a {
    background-image: -webkit-linear-gradient(bottom left, #40a173, #72c872);
    color: #fff;
}

.contact_about_wrap .left ul li a::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 70px;
    vertical-align: top;
}

.contact_about_wrap .left ul li.about a::before {
    background: url('../images/about.png') center center no-repeat;
}

.contact_about_wrap .left ul li.contact a::before {
    background: url('../images/contact.png') center center no-repeat;
}

.contact_about_wrap .left ul li.download a::before {
    background: url('../images/download.png') center center no-repeat;
}

.contact_about_wrap .left ul li.feedback a::before {
    background: url('../images/feedback.png') center center no-repeat;
}

.contact_about_wrap .left ul li.about.on a::before {
    background: url('../images/about_on.png') center center no-repeat;
}

.contact_about_wrap .left ul li.contact.on a::before {
    background: url('../images/contact_on.png') center center no-repeat;
}

.contact_about_wrap .left ul li.download.on a::before {
    background: url('../images/download_on.png') center center no-repeat;
}

.contact_about_wrap .left ul li.feedback.on a::before {
    background: url('../images/feedback_on.png') center center no-repeat;
}

.contact_about_wrap .right {
    float: right;
    padding: 15px 20px;
    width: 830px;
    min-height: 880px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 20px #ccc;
}

.contact_about_wrap .right .title {
    padding-bottom: 5px;
    border-bottom: 2px solid #40a173;
}

.contact_about_wrap .site {
    padding-left: 25px;
    background: url('../images/site.png') 0 center no-repeat;
}

.contact_about_wrap .site p,
.contact_about_wrap .site p a {
    font-size: 14px;
    color: #777;
    line-height: 30px;
}

.contact_about_wrap .right .contact .contact_title {
    padding-left: 15px;
    margin-top: 25px;
    border-left: 5px solid #40a173;
}

.contact_about_wrap .right .contact .contact_title h1 {
    color: #40a173;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
}

.contact_about_wrap .right .contact .contact_title p {
    margin-top: 10px;
    font-size: 14px;
    color: #656565;
    line-height: 14px;
}

.contact_about_wrap .right .contact_content ul {
    overflow: hidden;
    margin-top: 30px;
}

.contact_about_wrap .right .contact_content ul li {
    float: left;
    min-width: 40%;
    margin-top: 10px;
    overflow: hidden;
}

.contact_about_wrap .right .contact_content ul li p {
    float: left;
    font-size: 16px;
    color: #898989;
    line-height: 23px;
}

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

.contact_about_wrap .right .contact_content ul .fax i {
    background-position: 0 -23px;
}

.contact_about_wrap .right .contact_content ul .mail i {
    background-position: 0 -69px;
}

.contact_about_wrap .right .contact_content ul .address i {
    background-position: 0 -46px;
}

.contact_about_wrap .right .contact_content .contact_map {
    display: block;
    margin-top: 80px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

/*Contact End*/
/*About*/
.contact_about_wrap .right .about .about_content p {
    margin-top: 30px;
    line-height: 1.8;
    color: #656565;
}

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

/*About End*/
/*Feedback*/
/*Feedback End*/
/*Download*/
.main-cert .cert-list {

}

.contact_about_wrap .right .download_wrap ul li {
    display: block;
    padding: 20px 0;
    border-bottom: 1px dashed #dedede;
    overflow: hidden;
}

.contact_about_wrap .right .download_wrap ul li:nth-last-child(1) {
    border-bottom: 0;
}

.contact_about_wrap .right .download_wrap ul li .down_img {
    float: left;
    width: 180px;
    height: 120px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}

.contact_about_wrap .right .download_wrap ul li .content {
    float: left;
    width: 400px;
    height: 120px;
    padding: 0 10px;
    box-sizing: border-box;
}

.contact_about_wrap .right .download_wrap ul li .content h1 {
    display: block;
    font-size: 24px;
    color: #40a173;
    font-weight: 400;
    line-height: 40px;
}

.contact_about_wrap .right .download_wrap ul li .content p {
    display: block;
    margin-top: 10px;
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact_about_wrap .right .download_wrap ul li .download_btn {
    float: right;
    height: 120px;
}

.contact_about_wrap .right .download_wrap ul li .download_btn a {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    width: 132px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    box-sizing: border-box;
    background: #40a173;
    text-align: center;
}

.contact_about_wrap .right .download_wrap ul li .download_btn a::after {
    content: '';
    display: inline-block;
    margin-left: 20px;
    height: 48px;
    width: 20px;
    background: url('../images/down.png') center center no-repeat;

    vertical-align: bottom;
}

.contact_about_wrap .right .download_wrap ul li .download_btn i {
    display: block;
    text-align: center;
    margin-top: 5px;
}

/*Download End*/
/*Cart*/
.cart_wrap .cart {
    display: block;
    width: 95%;
    margin: 25px auto;
    background: rgba(255, 255, 255, .5);
}

.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 .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: #40a173;
}

.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 tr {
    height: 40px;
}

/*Cart End*/

a.user_login_btn {
    color: #d70916;
}