@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
abbr,
del,
dfn,
em,
img,
ins,
strike,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
object,
col,
colgroup,
caption,
summary,
tbody,
tfoot,
thead,
th {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: Hind, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444;
    line-height: 23px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #0eb8b7;
}

ul,
dl,
dt,
dd,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    height: auto;
    border: 0;
}

input,
button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
em {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #222
}

.l {
    float: left
}

.r {
    float: right
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.top {
    /* overflow: hidden; */
    background: #0eb8b7;
    height: 90px;
}

.logo {
    float: left;
}

.logo a {
    display: block;
}

.logo img {
    width: 240px;
}

.nav {
    width: 80%;
    width: 80% \9;
    *width: 80%;
    float: right;
    position: relative;
    top: 30px;
}

.nav li {
    float: left;
    padding: 0 3%;
    height: 59px;
    position: relative;
}

.nav li a {
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.nav li a:hover {
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.nav li .s_navbox {
    display: none;
    position: absolute;
    left: -15px;
    top: 26px;
    width: 123%;
    background: #fff;
    background-color: #0eb8b7;
    z-index: 9999;
    box-sizing: border-box;
}

.nav li .s_navbox .s_a {
    width: 100%;
}

.nav li .s_navbox .s_a a {
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #fff;
}

.nav .choose {
    border-bottom: 3px solid #ffffff;
    padding-bottom: 5px;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.footer {
    background: #0eb8b7;
    margin-top: 40px;
}

.foot_copy {
    background: #0ea7a6;
    text-align: center;
    color: #fff;
    color: #fff;
    padding: 10px 0
}

.foot_copy .w1200 {
    color: #fff
}

.foot_up {
    overflow: hidden;
    *height: 245px;
    padding: 50px 0px;
    height: 245px \9;
}

.foot_comp {
    width: 22%;
    float: left;
    *margin-bottom: 45px;
}

.foot_comp p {
    line-height: 22px;
    color: #ebebeb;
    font-size: 14px
}

.foot_comp p span {
    display: inline-block;
    float: left;
    width: 48%;
    margin: 1%
}

.foot_comp p span img {
    width: 100%
}

.foot_link {
    width: 17%;
    float: left;
    margin-left: 4%
}

.footer h4 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 6px;
    margin-bottom: 20px
}

.foot_link li {
    margin-bottom: 11px;
    font-size: 18px;
    padding-left: 50px;
}

.foot_link li a {
    color: #ebebeb
}

.foot_link h4 {
    padding-left: 50px;
}

.foot_contact {
    width: 22%;
    float: left;
    margin-left: 4%
}

.foot_contact li {
    margin-top: 22px;
    color: #fff;
    font-size: 16px
}

.foot_contact li:first-child {
    margin-top: 0;
}

.foot_contact li img {
    float: left;
    margin-top: 3px;
    margin-right: 10px
}

.foot_contact .email img {
    margin-top: 6px;
}

.foot_contact .email a {
    color: #fff;
}

.foot_email {
    width: 19%;
    margin-left: 5%;
    float: left
}

.foot_email p {
    color: #fff;
    font-size: 15px
}

.foot_email form {
    margin-top: 10px
}

.foot_email input {
    display: inline-block;
    float: left;
    background: #fff
}

.foot_email input.email {
    width: 100%;
    line-height: 34px;
    height: 34px;
    *height: 34px;
    height: 34px \9;
    padding-left: 5px;
    font-size: 15px;
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
}

.foot_email input.btn {
    background: #0ea7a6;
    line-height: 28px;
    *height: 40px;
    height: 40px \9;
    width: 76px;
    *width: 65px;
    width: 65px \9;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    width: 30%;
}

.right_float {
    width: 100px;
    position: fixed;
    right: 10px;
    top: 80%;
    z-index: 9999;
    -webkit-transition: width linear .4s;
    -moz-transition: width linear .4s;
    -ms-transition: width linear .4s;
    transition: width linear .4s;
}

.right_float a {
    display: block;
    width: 96px;
    padding: 2px 0
}

.right_float .business {
    background: url(../images/business.png) no-repeat center;
    height: 156px;
}

.right_float .message_right {
    background: url(../images/message.png) no-repeat center;
    height: 85px;
}

.right_float .back_top {
    background: url(../images/pc-top.png) no-repeat center;
    height: 40px;
}

.foot_email textarea.email {
    width: 100%;
    line-height: 34px;
    height: 34px;
    *height: 34px;
    height: 34px \9;
    padding-left: 5px;
    font-size: 15px;
    color: #444;
    resize: none;
    overflow-y: hidden;
    font-family: Arial, Helvetica, sans-serif;
}


/*banner*/
.banner {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
}

.index_banner {
    position: relative;
}

.index_banner ul {
    overflow: hidden;
}

.index_banner li {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}

.index_banner li img {
    width: 100%;
}

.index_banner li a {
    display: block;
    margin: 0 auto;
}

.index_banner cite {
    position: absolute;
    bottom: 20px;
    *bottom: 40px;
    left: 50%;
    z-index: 999;
    text-align: center;
    display: block;
    margin-left: -36px;
    width: 112px;
    height: 15px;
    _display: none;
}

.index_banner cite span {
    float: left;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    border: solid 2px #f5f5f5;
    text-indent: -999em;
    cursor: pointer;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.index_banner cite span:hover {
    background: #f0f0f0;
}

.index_banner cite span.cur {
    background: #0eb8b7;
    border-color: #ffffff;
    cursor: default;
    width: 38px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

/*banner*/

/*index*/
.index_profile {
    width: 100%;
}

.index_profile-box_video {
    float: left;
    width: 40%;
}

.index_profile-box_txt {
    float: left;
    width: 60%;
    color: #fff;
    padding-left: 45px;
    background-color: #0eb8b7;
    /* padding: 0 0 0 50px; */
    height: 360px;
    overflow: hidden;
}

.index_profile-box_txt_btn a {
    display: inline-block;
    width: 140px;
    height: 34px;
    line-height: 34px;
    border: 1px #fff solid;
    color: #fff;
    transition: all 0.5s ease;
    font-size: 14px;
    transition: all 0.5s ease;
    text-align: center;
    margin: 0px auto;
    margin-top: 30px;
}

.index_profile-box_txt-p1 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 20px;
}

.index_profile-box_txt-p2 {
    margin-top: 20px;
    font-size: 16px;
    padding-right: 30px;
}

.index_profile-box_txt-p3 {
    margin-top: 20px;
    font-size: 16px;
    padding-right: 30px;
}

#index_form {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.index_form .form-group textarea {
    font-size: 16px;
    height: 100%;
    color: #707070;
    display: table-cell;
    width: 100%;
    padding: 18px 15px 0px 15px;
    border-radius: 0;
    overflow-y: hidden;
    resize: none;
    font-family: Arial, Helvetica, sans-serif;
}

input.form-control {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    display: table-cell;
    width: 100%;
    padding: 16px 20px;
    border-radius: 0;
}

.form-group {
    border: 1px solid #ddd;
    flex: 1;
    margin-left: 10px;
}

.form-control-btn {
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    font-size: 17px;
}

.form-control-btn-img {
    position: relative;
    top: 3px;
}

.index_advantages ul {
    overflow: hidden;
}

.index_advantages ul li {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.index_advantages ul li ._img {
    width: 100%;
}

.index_advantages ul li ._img img {
    width: 100%;
}

.index_advantages_text p {
    text-align: left;
}

.index_pnav {
    padding: 50px 0;
    background: #f5f5f5;
}

.index_pn_bg {
    width: 100%
}

.index_pnav ul {
    overflow: hidden;
}

.index_pnav li {
    position: relative;
    overflow: hidden;
    margin-left: 1%;
    *margin-left: 2.8%;
    margin-left: 2.8% \9;
    float: left;
    width: 24%;
}

.index_pnav img {
    width: 100%;
    height: auto
}

.index_pnav ._img {
    position: relative;
    left: 0;
    transition: all ease-in .3s;
}

.index_pnav ._img h3 {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    background: rgba(14, 183, 183, 0.8) url(../images/h_bg.png) no-repeat;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.index_pnav ._img h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
}

.index_pnav ._txt {
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 92%;
    background: rgba(14, 183, 183, 1) url(../images/about_corner_bg.png) right top no-repeat;
    z-index: 2;
    transition: all ease-in .3s;
    color: #fff;
}

.index_pnav ._txt p {
    color: #fff
}

.index_pnav ._txt .more {
    font-size: 16px;
    color: #fff;
    display: block;
    background: url(../images/jt_icon_hover.png) right center no-repeat;
    width: 76px;
    margin-top: 15px;
}

.index_pnav li:hover ._txt {
    left: 0;
}

.index_pnav li:hover ._img {
    left: 100%;
}

.index_pnav ._txt {
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

.index_pnav li:hover ._img {
    left: 0;
}

.index_pnav li:hover ._img h3 {
    display: none;
}

.index_pnav li:hover ._txt {
    filter: alpha(opacity=100);
    opacity: 1;
}

.index_pnav ._txt {
    padding: 32% 5% 16%;
    width: 100%;
}

.index_pnav ._txt h3 {
    position: absolute;
    top: 8%;
    padding-bottom: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.index_pnav ._txt h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #fff;
}


.index_t {
    margin: 60px auto 50px;
    text-align: center;
}

.index_t h3 {
    font-size: 36px;
    line-height: 38px;
    color: #222;
    margin: 5px 0 15px 2%;
    font-weight: bold;
}

.index_t h3:after {
    content: "";
    display: block;
    width: 60px;
    margin: 15px auto 0px;
    border: 0px;
    border-top: 3px solid #0eb8b7;
    height: 0px;
}

.index_t p {
    font-size: 16px;
    color: #555;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 0px 15%;
}

.index_pro ul {
    margin-left: -1.1%;
    overflow: hidden
}

.index_pro ul li {
    width: 30.233%;
    float: left;
    margin-left: 1.1%;
    margin-bottom: 0.5%;
    padding: 1%
}

.index_pro ul li img {
    width: 100%;
    height: auto
}

.index_pro ul li h4 a {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin: 10px 0 10px 0;
    color: #2b2b2b;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index_pro ul li p {
    font-size: 15px;
    line-height: 23px;
}

.index_pro ul li span a {
    font-size: 18px;
    display: block;
    margin: 15px 0 0 0;
    background: url(../images/jt_icon.png) right center no-repeat;
    width: 85px;
}

.index_pro ul li span a:hover {
    text-decoration: underline;
    background: url(../images/jt_icon_hover.png) right center no-repeat;
}

.index_pro ul li:hover {
    background: #0eb8b7;
}

.index_pro ul li:hover h4 a,
.index_pro ul li:hover p {
    color: #fff;
}

.index_news ul {
    margin: 20px 0 0 -4%;
    overflow: hidden;
}

.index_news li {
    width: 29.333%;
    margin-left: 4%;
    float: left;
}

.index_news li h3 {
    font-size: 18px;
    font-size: 18px \9;
    *font-size: 18px;
    height: 46px;
    font-weight: normal;
}

.index_news li:hover h3 a {
    color: #0eb8b7;
}

.index_news li p {
    width: 100%;
    margin: 12px 0 10px;
    overflow: hidden;
    color: #555;
    line-height: 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index_news li .date {
    float: left;
    font-size: 14px;
    background: url(../images/rili.jpg) left center no-repeat;
    text-indent: 22px;
    background-size: 21px 21px;
    color: #666;
    height: auto;
    padding: 1px 0 \9;
    *padding: 1px 0;
    background-size: 16px 16px;
}

.index_news li p a {
    float: right;
    font-size: 14px;
    display: block;
    background: url(../images/jt_icon.png) right center no-repeat;
    background-size: 14px 8px;
    padding-right: 18px;
    color: #666;
}

.index_news li p a:hover {
    color: #0eb8b7;
}

.index_about {
    background: url(../images/about_02.jpg) no-repeat top center;
    margin-top: 30px;
    padding: 60px 0px;
}

.index_about .index_t {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

.index_about .index_t h3 {
    color: #fff;
    margin: 0px 0;
    line-height: 1;
}

.index_about .index_t h3:after {
    content: initial
}

.index_about li {
    width: 18%;
    width: 17.5% \9;
    *width: 17.5%;
    float: left;
    margin: 50px 1% 0;
    text-align: center;
}

.index_about p {
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 20px;
}

.index_about h4 {
    font-size: 45px;
    line-height: 1;
    font-weight: normal;
    color: #fecd06;
    font-family: Impact, Arial;
    margin-bottom: 25px;
}

.cont_ban {
    width: 100%;
    position: relative;
}

.cont_ban img {
    width: 100%;
}

.located {
    width: 100%;
    background: rgba(246, 246, 246, .9);
    background: #fff \0;
    *background: #fff;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    position: static \9;
    *position: static
}

.loca_pro {
    position: static;
    margin-bottom: 60px
}

.located span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0px 10px;
}

.located span strong {
    color: #666;
    font-weight: normal;
}

.icon1 {
    background: url(../images/icon1.png) no-repeat left center;
    display: block;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 9px;
}

/*pro_center*/
.pro_box {
    overflow: hidden
}

.pro_top {
    overflow: hidden;
    margin-bottom: 30px
}

.pro_img {
    width: 49.2%;
    max-width: 430px;
    float: left;
    margin-left: 6%;
}

.pro_img img {
    width: 100%;
    height: auto
}

.pro_text {
    width: 48%;
    float: right
}

.pro_text h1 {
    font-size: 30px;
    margin-bottom: 17px;
    line-height: 30px
}

.pro_text_t {
    color: #888;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    font-size: 17px;
    margin-bottom: 12px
}

.pro_text p {
    margin-bottom: 12px;
    font-size: 15px;
    background-size: 15px auto;
    overflow: hidden;
    color: #333
}

.pro_text p strong {
    width: 30%;
    float: left;
    text-align: left;
}

.pj_top p b {
    font-weight: 600;
    width: 27%;
    float: left;
    text-align: right
}

.pro_text p span {
    float: right;
    text-align: left;
    width: 67%;
}

.pro_email {
    background: url(../images/pro_email.png) left center no-repeat;
    margin-bottom: 10px;
    font-size: 18px;
    color: #555;
    font-weight: 600;
    padding: 8px 0 8px 24px;
    margin-top: 20px;
    background-size: 18px;
}

.pro_email a {
    color: #0eb8b7;
    margin-left: 4px
}

.pro_talk {
    margin-top: 15px;
    overflow: hidden
}

.pro_talk a {
    width: 49%;
    font-size: 20px;
    font-weight: 500;
    padding: 0 0%;
    line-height: 42px;
    float: left;
    width: 34% \9;
    *width: 34%;
    padding: 0 6% \9;
    *padding: 0 6%;
    text-align: center;
}

.pro_talk a img {
    margin-top: 2px;
    margin-right: 5px;
    vertical-align: top;
}

.pro_talk .pro_talk_l {
    background: #f2ce00;
    border: solid 2px #f2ce00;
    color: #111;
}

.pro_talk .pro_talk_r {
    background: #fff;
    border: solid 2px #0eb8b7;
    float: right;
    color: #0eb8b7;
}

.pro_cont_l {
    width: 63%;
    float: left;
    margin-bottom: 55px;
    margin-top: 15px;
    margin-right: 7%;
}

.pro_guide1 ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.pro_guide1 {
    border-top: 2px solid #424354;
    overflow: hidden;
    margin-bottom: 25px;
}

.pro_guide1 ul li a {
    display: block;
    font-size: 16px;
    color: #000;
    padding: 20px 0;
    border-right: 2px solid #f2f2f2
}

.pro_guide1 ul li a.cur0,
.pro_guide1 ul li a:hover {
    background: #424354;
    color: #fff;
}

.pro_cont_l h3,
.pro_cont_l h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 22px;
    line-height: 48px;
    color: #2e2f42;
    overflow: hidden;
    /* background: url(../images/icon01.jpg) no-repeat left center;
    padding-left: 15px; */
    border-bottom: 1px solid #ddd;
}

.pro_cont_l p {
    margin-bottom: 12px;
    line-height: 23px;
}

.pro_cont_r {
    margin-top: 80px;
}

.pro_cont_r .pro_r_list {
    margin-top: 20px;
    border: solid 1px #ebebeb;
}

.pro_cont_r .pro_r_list dt {
    line-height: 46px;
    font-size: 20px;
    color: #333;
    margin: 0 10px;
    border-bottom: solid 1px #ebebeb;
    font-weight: 600;
    font-family: 'Open Sans', Arial, Verdana;
    margin-bottom: 20px;
}

.pro_cont_r .pro_r_list dd {
    line-height: 24px;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    margin: 0px 10px;
    transition: all .5s;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.pro_cont_r .pro_r_list dd img {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.pro_cont_r .pro_r_list dd:last-child {
    border: 0px;
}

.pro_cont_r .pro_r_list dd a {
    color: #666;
    display: block;
    font-size: 15px;
    text-align: left;
    line-height: 20px;
}

.pro_cont_r .pro_r_list dd:hover {
    border-bottom: 1px solid #ff3a3a;
    transition: all .5s;
}

.pro_cont_r .pro_r_list dd:hover a {
    color: #ff3a3a;
}

.order_email {
    background: url(../images/order_bg.jpg) top no-repeat #f7f7f7;
    background-size: 100% auto;
    padding: 40px 0 40px;
    padding-top: 30px \9;
    *padding-top: 30px;
    margin-top: 80px;
    clear: both
}

.order_email h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 1.5%;
    text-transform: uppercase;
    line-height: 30px;
}

.order_email p {
    line-height: 24px;
    color: #333;
    font-size: 16px;
    margin: 20px 2% 20px 2%;
}

.order_email p strong {
    color: #ff0606;
    font-weight: 600;
    margin-right: 3px
}

.order_email p a {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    padding: 0 4px;
    text-decoration: underline
}

.order_email ul {
    overflow: hidden;
    width: 95%;
    margin: 0px auto 0px;
    padding-top: 30px;
}

.order_email li {
    width: 47%;
    margin: 0 1.5% 17px;
    float: left
}

.order_email .order_text {
    width: 97%;
    clear: both;
    margin-bottom: 0
}

.order_email li span {
    font-size: 18px;
    display: block;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333
}

.order_email li input {
    width: 100%;
    border: 1px solid #d9d9d9;
    color: #555;
    padding: 14px 0 14px 40px;
    font-size: 17px;
}

.order_email .icon_pro {
    background: url(../images/icon-text-pro.png) no-repeat 10px center #fff;
    background-size: 22px;
}

.order_email .icon_user {
    background: url(../images/icon-text-user.png) no-repeat 10px center #fff;
    background-size: 20px;
}

.order_email .icon_email {
    background: url(../images/icon-text-email.png) no-repeat 10px center #fff;
    background-size: 22px;
}

.order_email .icon_tel {
    background: url(../images/icon-text-tel.png) no-repeat 12px center #fff;
    background-size: 20px;
}

.order_email .icon-text-app {
    background: url(../images/icon16.png) no-repeat 8px center #fff;
    background-size: 28px;
}

.order_email .icon-text-Cap {
    background: url(../images/icon17.png) no-repeat 8px center #fff;
    background-size: 26px;
}

.order_email .icon_message {
    background: url(../images/icon-text-message.png) no-repeat 10px 17px #fff;
    padding: 17px 18px 17px 39px;
    font-size: 17px;
    background-size: 19px;
    width: 100%;
    border: 1px solid #d9d9d9;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    min-height: 120px;
    line-height: 21px;
}

.order_email .btn_email {
    width: 200px;
    height: 46px;
    line-height: 46px;
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
    background: #ffd800;
    padding: 0;
    border: none 0;
    color: #333
}

.order_email li.me2 {
    width: 97%;
}

@media screen and (max-width:768px) {

    .order_email li,
    .order_email li.me2 {
        float: none;
        clear: both;
        display: block;
        width: 100%;
        margin: 0px 0px 17px 0px;
    }

    .order_email li>span {
        display: none;
    }
}

.me2 .metwobox01 .choose_uldiv input.radio_input[type="checkbox"]+label span,
.me2 .metwobox02 .choose_uldiv input.radio_input[type="checkbox"]+label span {
    font-weight: normal;
}

/**/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

.me2 {
    clear: both;
    background: #fff;
    border: 1px dashed #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 25px 20px;
}

.me2 strong {
    font-size: 18px;
    color: #1a1a1a;
    display: block;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
    font-family: proximanova-light;
    font-weight: bold;
}

.me2 .metwobox01 .choose_uldiv {
    width: auto;
    position: relative;
    float: left;
    line-height: 30px;
    cursor: pointer;
    height: 30px;
    margin: 8px 30px 8px 0px;
}

.me2 .metwobox01 .choose_uldiv input.radio_input {
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 3;
    vertical-align: middle;
}

.me2 .metwobox01 .choose_uldiv input.radio_input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.me2 .metwobox01 .choose_uldiv input.radio_input[type="checkbox"]+label {
    padding-left: 30px;
    display: block;
}

.me2 .metwobox01 .choose_uldiv input.radio_input[type="checkbox"]+label font {
    display: block;
    line-height: 30px;
    color: #555;
    font-size: 16px;
    font-family: proximanova-light;
}

.me2 .metwobox01 .choose_uldiv input.radio_input[type="checkbox"]+label::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url(../images/icon05.png) no-repeat left bottom;
}

.me2 .metwobox01 .choose_uldiv input.radio_input[type="checkbox"]+label::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 21px;
    height: 20px;
}

.me2 .metwobox01 .choose_uldiv input.radio_input[type="checkbox"]+label::after {
    background: url(../images/icon06.png) no-repeat left bottom;
    display: none;
}

.me2 .metwobox01 .choose_uldiv input.radio_input[type="checkbox"]:checked+label::after {
    display: block;
    cursor: pointer;
}

.me2 .metwobox01 .choose_uldiv input.radio_input[type="checkbox"]:checked+label::before,
.choose_ul li .choose_uldiv input.radio_input[type="checkbox"]:checked+label::after {
    -webkit-animation: cd-bounce 0.3s;
    -moz-animation: cd-bounce 0.3s;
    animation: cd-bounce 0.3s;
}

/**/
.me2 .metwobox02 .choose_uldiv {
    width: auto;
    position: relative;
    float: left;
    line-height: 30px;
    cursor: pointer;
    height: 30px;
    margin: 0px 0px 5px 0px;
}

.me2 .metwobox02 .choose_uldiv input.radio_input {
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 3;
    vertical-align: middle;
}

.me2 .metwobox02 .choose_uldiv input.radio_input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0px;
    bottom: 0px;
    margin: 0;
    padding: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.me2 .metwobox02 .choose_uldiv input.radio_input[type="radio"]+label {
    padding-left: 20px;
    display: block;
    margin-right: 30px;
}

.me2 .metwobox02 .choose_uldiv input.radio_input[type="radio"]+label font {
    display: block;
    line-height: 30px;
    color: #333;
    font-size: 17px;
    font-family: proximanova-light;
}

.me2 .metwobox02 .choose_uldiv input.radio_input[type="radio"]+label::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url(../images/icon07.png) no-repeat left bottom;
}

.me2 .metwobox02 .choose_uldiv input.radio_input[type="radio"]+label::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
}

.me2 .metwobox02 .choose_uldiv input.radio_input[type="radio"]+label::after {
    background: url(../images/icon08.png) no-repeat left bottom;
    display: none;
}

.me2 .metwobox02 .choose_uldiv input.radio_input[type="radio"]:checked+label::after {
    display: block;
    cursor: pointer;
}

.me2 .metwobox02 .choose_uldiv input.radio_input[type="radio"]:checked+label::before,
.choose_ul li .choose_uldiv input.radio_input[type="checkbox"]:checked+label::after {
    -webkit-animation: cd-bounce 0.3s;
    -moz-animation: cd-bounce 0.3s;
    animation: cd-bounce 0.3s;
}

.me2 .metwobom {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
}

.me2 .metwobom font {
    display: inline-block;
    padding-right: 10px;
}

.me2 .metwobom .metwobom {
    width: 310px;
    height: 34px;
    line-height: 32px;
    font-family: proximanova-light;
    padding: 0px 10px;
    font-size: 17px;
}

/**/
@media(min-width:992px) {
    .me2 .metwobox01 .choose_uldiv {
        margin: 0px 60px 5px 0px;
    }

    .me2 .metwobox02 .choose_uldiv {
        margin: 0px 0px 10px 0px;
    }
}

/*about*/
.about h3 {
    font-size: 36px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 36px;
}

.about p {
    font-size: 15px;
    margin: 0px auto;
    color: #666;
    line-height: 24px;
}

.about_intro {
    overflow: hidden;
    padding: 60px 10px 50px 10px;
}

.about_intro .l {
    width: 44%;
}

.about_intro .l img {
    width: 100%
}

.about_intro .r {
    width: 52%;
}

.about_intro h3 {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 21px;
    border-bottom: #c9c9c9 1px solid;
    text-align: left
}

.about_intro p {
    line-height: 28px;
    margin-top: 30px;
}

.about_up {
    overflow: hidden;
}

.about_up li {
    width: 18%;
    *width: 16.5%;
    padding: 30px 10px;
    margin: 0px;
    float: left;
    text-align: center;
    background: #f2f2f2;
    margin: 0px 1%;
}

.about_up li {
    width: 18%;
    *width: 16.5%;
    padding: 30px 10px;
    margin: 0px;
    float: left;
    text-align: center;
    background: #f2f2f2;
    margin: 0px 1%;
}

.about_up li img {
    width: 68px;
    height: auto;
    margin-bottom: 20px;
}

.about_up li h4 {
    color: #2e2f42;
    font-size: 26px;
    line-height: 40px;
}

.about_up li p {
    margin-bottom: 0;
    font-size: 15px;
}

.about_nl {
    padding: 60px 0px 0px 0px;
}

.about_nl p {
    clear: both;
    text-align: center;
    padding: 0px 5%;
}

.about_nl ul {
    margin-top: 40px;
    margin-left: -3%;
}

.about_nl li {
    width: 22%;
    *width: 23.5%;
    float: left;
    margin-left: 3%;
    margin-bottom: 30px;
}

.about_nl li img {
    width: 100%;
    height: auto
}

.about_cor {
    background: url(../images/index_cor_bg.jpg) center no-repeat;
    background-size: 100% 100%;
    padding: 70px 0 58px 0;
    margin-top: 60px;
}

.about_cor p,
.about_cor h3 {
    color: #fff
}

.about_cor ul {
    overflow: hidden;
    margin-top: 50px;
    margin-left: -2%;
}

.about_cor li {
    text-align: center;
    width: 23%;
    *width: 15.5%;
    padding: 0px 15px 0px 15px;
    float: left;
    background: #fff;
    height: 180px;
    margin-left: 2%;
}

.about_cor li img {
    width: 60px;
    margin-top: 30px;
}

.about_cor li p {
    color: #555;
    line-height: 20px;
    font-size: 16px;
    *font-size: 15px;
    font-size: 15px \9;
    margin-top: 20px
}

/*contact*/
.contact {
    overflow: hidden;
    padding-top: 60px;
}

.contact h3 {
    font-size: 36px;
    margin-bottom: 3px;
    text-align: center;
    line-height: 36px;
    padding: 0 1%;
    color: #0eb8b7;
}

.contact p {
    padding: 12px 10% 60px 10%;
    font-size: 16px;
    text-align: center;
}

.contact dl {
    width: 23%;
    width: 22.6% \9;
    *width: 22.6%;
    float: left;
    margin: 0 1%;
}

.contact dl img {
    width: 60px;
    height: auto;
}

.contact dl dt {
    text-align: center;
    margin-bottom: 20px;
}

.contact dl dd {
    margin-top: 10px;
    text-align: center
}

.contact dl dd p {
    padding: 0;
    line-height: 20px
}

.contact dd span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact dd .cont_email {
    color: #0eb8b7;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
}

.contact dd .cont_talk {
    display: block;
    background: #0eb8b7;
    color: #fff;
    text-align: center;
    margin-left: 7%;
    font-size: 18px;
    width: 86%;
    padding: 6px 0;
    font-weight: 600;
}

/*news*/
.news_list {
    padding: 60px 0px 30px 0px;
    overflow: hidden;
}

.news_list li {
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.news_list li h4 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.news_list li h4 a {
    color: #333;
}

.news_list li:hover h4 a {
    color: #ff3a3a;
}

.news_list li p {
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.news_list li .date {
    color: #666;
    font-size: 15px;
    height: auto;
    background: url(../images/rili01.jpg) left center no-repeat;
    text-indent: 22px;
    background-size: 16px 16px;
    margin: 8px 0px;
}

.news_list li .more {
    display: block;
    width: 200px;
    padding: 4px 0;
    border: solid 1px #ffd800;
    text-align: center;
    margin-top: 10px;
}

.pages {
    color: #999;
    margin: 25px 15px 15px;
    clear: both;
}

.pages a,
.pages .cpb {
    text-decoration: none;
    padding: 3px 12px;
    margin: 2px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 11px;
    color: #000;
    display: inline-block;
    font-size: 15px
}

.pages a:hover {
    background-color: #ed1c24;
    color: #fff;
    border: 1px solid #E61636;
    text-decoration: none;
}

.pages .cpb {
    font-weight: bold;
    color: #fff;
    background: #ed1c24;
    border: 1px solid #ed1c24;
}

.news_cont {
    overflow: hidden
}

.news_cont h1 {
    font-size: 27px;
    line-height: 27px;
    color: #2b2b2b;
    margin-bottom: 17px;
    text-align: center
}

.news_cont_l .news_tip {
    text-align: center;
    margin-bottom: 30px;
    padding: 10px 0;
    background: #f5f5f5
}

.news_cont_l p {
    margin-bottom: 10px;
    line-height: 23px;
}

.news_cont_l h3 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 22px;
    line-height: 24px;
    color: #ff3a3a;
    overflow: hidden;
}

.news_tip span {
    display: inline-block;
}

.news_tip .date {
    font-style: italic;
    font-size: 16px;
    color: #4f4f4f;
    margin-right: 50px
}

.news_tip .email {
    padding-left: 30px;
    background: url(../images/news_email.png) left 0px no-repeat;
    background-size: 25px;
    font-size: 18px
}

.news_tip .email a {
    color: #ff3a3a;
    font-size: 17px;
    font-weight: 600;
    margin-left: 3px;
}

.news_cont_l {
    width: 75%;
    float: left
}

.news_cont_r {
    width: 19%;
    width: 20% \9;
    *width: 20%;
    float: right;
    border: 1px solid #f1f1f1;
    padding: 1%;
}

.news_cont_r h3 {
    color: #424354;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin: 10px auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.news_cont_r li img {
    width: 100%
}

.news_cont_r li p {
    text-align: center;
    margin: 6px 0 15px;
}

.news_rela {
    width: 100%;
    padding: 20px 0 0;
    overflow: hidden;
}

.news_rela .l a {
    display: block;
    width: 70px;
    height: 28px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    margin-right: 10px;
    color: #fff;
    background-color: #0eb8b7;
}

.news_rela .l a:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #b9b9b9;
}

.news_rela .r {
    width: 85px;
}

.news_rela .r a {
    background: url(../images/news_back.png) left center no-repeat;
    width: auto;
    padding-left: 32px;
    font-size: 18px;
    cursor: pointer;
}

/*product_list*/
.plist_nav {
    overflow: hidden;
    padding: 60px 0px 50px 0px;
}

.plist_nav a {
    display: inline-block;
    float: left;
    padding: 15px 4%;
    padding: 15px 3% \9;
    *padding: 15px 3%;
    color: #111;
    background: #f0f0f0;
    margin-right: 3px;
    font-size: 16px
}

.plist_nav .choose {
    background: #ffd200
}

.pro_list ul {
    overflow: hidden;
    margin-left: -3%;
}

.pro_list li {
    width: 30.3333%;
    width: 30.3333% \9;
    *width: 30.3333%;
    float: left;
    margin-left: 3%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.pro_list li img {
    width: 100%
}

.pro_list li h4 {
    font-size: 16px;
    margin: 15px 0 10px;
    display: block;
    line-height: 19px;
    height: 38px;
}

.pro_list li p {
    margin-bottom: 2px;
}

.pro_list li .pro_listfloat {
    position: absolute;
    left: -100%;
    top: 0px;
    padding: 60px 40px 0px 40px;
    background: url(../images/h_bg.png) repeat center center;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.pro_list li:hover .pro_listfloat {
    left: 0px;
    transition: all .5s;
}

.pro_list li .pro_listfloat h4 {
    color: #fff;
    font-size: 24px;
    padding-bottom: 30px;
    line-height: 30px;
    height: auto;
}

.pro_list li .pro_listfloat h4 a {
    color: #fff;
}

.pro_list li .pro_listfloat h4 a:hover {
    text-decoration: underline;
}

.pro_list li .pro_listfloat p {
    color: #fff;
    font-size: 18px;
}

/*project*/
.pj_list ul {
    overflow: hidden;
    margin-left: -3%;
    padding-top: 60px;
}

.pj_list li {
    width: 30.333%;
    width: 30% \9;
    *width: 30%;
    float: left;
    margin-left: 3%;
    margin-bottom: 30px;
}

.pj_list li img {
    width: 100%
}

.pj_list li .pj_listbomdiv {
    border: 1px solid #ddd;
    border-top: 0px;
    padding: 10px 20px 15px 20px;
    background: #fff;
}

.pj_list li:hover .pj_listbomdiv {
    background: #f0f0f0;
}

.pj_list li h4 {
    font-size: 17px;
    margin: 10px 0 10px;
    display: block;
    line-height: 20px
}

.pj_list li p {
    font-size: 15px;
    margin-bottom: 2px;
}

.pj_list li:hover .pj_listbomdiv {
    border: 1px solid #2e2f42;
    background: #2e2f42;
    color: #fff;
}

.pj_list li:hover .pj_listbomdiv h4 a {
    color: #fff;
}

.proj_intro p strong,
.proj_intro p b {
    width: auto;
    text-align: left;
    float: none;
    margin-right: 3px;
}

.proj_intro p span {
    float: none;
    width: auto
}

.proj_intro h1 {
    margin-bottom: 25px
}

.proj_intro p {
    font-size: 16px
}

.proj_cont {
    width: 76%
}

.sol_guide {
    margin-top: 40px;
    overflow: hidden;
}

.sol_guide ul li {
    float: left;
    width: 20%;
    text-align: center;
    margin-right: 4px;
}

.sol_guide ul li a {
    display: block;
    background: #f3f3f3;
    padding: 18px 0;
    font-size: 16px;
}

.sol_guide ul li a.active1 {
    background: #ffd800;
}

.sol_guide ul li a:hover {
    background: #ffd800;
}


@media screen and (max-width:1200px) {
    .nav {
        width: 76%;
    }

    .nav li {
        padding: 0 3%
    }

    .plist_nav a {
        padding: 15px 3%
    }

    .pro_talk a {
        width: 36%;
        padding: 0 6%
    }

    .pro_text p strong,
    .pj_top p b {
        width: 33%
    }

    .pro_text p span {
        width: 65%
    }

    .pro_cont_r .pro_r_list dt {
        font-size: 18px
    }

    .order_email {
        padding-top: 25px
    }

    .index_news li h3,
    .news_cont_r h3 {
        font-size: 18px
    }

    .foot_email input.email {
        width: 69%
    }

    .about_cor li p {
        font-size: 15px
    }

    .pro_list li h4 {
        height: 44px
    }

    .news_cont_r {
        width: 20%
    }

    .order_email h3 {
        margin-bottom: 16px
    }

}

/*lcadd*/
.csccc h5 {
    width: auto;
    background: #fff;
    font-size: 16px;
    color: #222222;
    font-weight: normal;
    text-align: center;
    padding: 5px 15px;
    margin: 0 20px 20px 0;
    display: inline-block;
    box-shadow: 0 0 0.8rem #cfe2ff inset;
    border-radius: 50px;
    cursor: pointer;
}

.csccc h5.on {
    box-shadow: 0 0 0.8rem #4890fd inset;
}

/* about */
.about-wbox {
    width: 100%;
}

.about-box {
    width: 1200px;
    margin: 0 auto;
    border-top: 1px dashed #222222;
    border-bottom: 1px dashed #222222;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.about-box h2 {
    margin-top: 10px;
    text-align: left;
}

.about-box p {
    margin-top: 10px;
    text-align: left;
    font-size: 17px;
}

.about-timeline {
    width: 100%;
    margin-top: 50px;
}

.about-timeline img {
    width: 100%;
}

.time_dev {
    margin-top: 50px;
}

.time_dev .top_char li {
    float: left;
    font-size: 18px;
    color: #333333;
    margin-right: 12%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.time_dev .bottom_char li {
    float: left;
    font-size: 18px;
    color: #333333;
    margin-left: 12%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-intr {
    margin-top: 50px;
    display: flex;
}

.about-intr_div1 {
    width: 40%;
}

.about-intr_div1 img {
    width: 100%;
}

.about-intr_div2 {
    width: 60%;
    padding: 0px 10px;
}

.about-intr_div2 h2 {
    margin-top: 0;
}

.about-intr_div2 p {
    margin-top: 7px;
}

.about-factory {
    margin-top: 50px;
}

.about-factory-box {
    display: flex;
    margin-top: 25px;
}

.about-factory-box_div1 {
    width: 40%;
}

.about-factory-box_div1 img {
    width: 100%;
}

.about-factory-box_div2 {
    width: 60%;
    padding: 0px 10px;
    position: relative;
}

.about-factory-box_div2 p {
    margin-top: 0px;
}

.about-advantage {
    margin-top: 50px;
}

.about-advantage-btn {
    background-color: #0eb8b7;
    color: #fff;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 24px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.about-advantage-btn:hover {
    color: #fff;
}

.banner_1 #dl_wt_1 {
    height: 354px;
}

.banner_1 #dl_wt_1 div {
    margin-top: 38px;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 40px;
}

.banner_1 #dl_wt_1 .fl {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.banner_1 #dl_wt_1 .fl .left_1 {
    width: 154px;
    height: auto;
    float: left;
}

.banner_1 #dl_wt_1 .fl .left_2 {
    margin-left: 55px;
}

.banner_1 #dl_wt_1 .fl .left_1 span {
    display: block;
    margin-top: 27px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.services-sections_1 {
    width: 1200px;
    height: auto;
    margin: 3% auto;
}

.services-sections_1 .left {
    width: 100%;
    height: auto;
}

.services-sections_1 .left .left_1 {
    width: 50%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}

.services-sections_1 .left .left_1 li {
    margin-bottom: 10px;
}

.services-sections_1 .left .left_2 {
    float: left;
    margin-top: 0px;
}

.services-sections_1 .left .left_3 {
    float: right;
    margin: 0px 0px auto;
}

.left {
    float: left;
}

.services-sections_1 .left .left_1 li span {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: -24px;
    display: inline-block;
    width: 520px;
}

.services-sections_1 .right {
    width: 100%;
    height: 272px;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.services-sections_1 .right .right1 {
    float: left;
}

.services-sections_1 .right .right2 {
    float: left;
    margin-left: 15px;
}

.services-sections_1 .right .right3 {
    float: left;
    margin-left: 15px;
}

.services-sections_1 .right .right_1 {
    width: 50%;
    height: auto;
    float: right;
    position: absolute;
    left: 620px;
}

.services-sections_1 .right .right_1 li {
    margin-bottom: 9px;
}

.services-sections_1 .right .right_1 li span {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: -24px;
    display: inline-block;
    width: 510px;
}

.bjt {
    width: 1200px;
    height: auto;
    background-color: #f5f5f5;
    margin: 0 auto;
    overflow: hidden;
}

.bjt .bdys_2 {
    display: block;
    margin-top: 56px;
    width: 100%;
    height: auto;
}

.bjt .bdys_2 li {
    width: 285px;
    height: 248px;
    float: left;
    margin-left: 10px;
    margin-bottom: 24px;
}

.bjt .bdys_2 li:nth-child(1) {
    background-image: url(../images/8dys_1.png);
}

.bjt .bdys_2 li:nth-child(2) {
    background-image: url(../images/8dys_2.png);
}

.bjt .bdys_2 li:nth-child(3) {
    background-image: url(../images/8dys_3.png);
}

.bjt .bdys_2 li:nth-child(4) {
    background-image: url(../images/8dys_4.png);
}

.bjt .bdys_2 li:nth-child(5) {
    background-image: url(../images/8dys_5.png);
}

.bjt .bdys_2 li:nth-child(6) {
    background-image: url(../images/8dys_6.png);
}

.bjt .bdys_2 li:nth-child(7) {
    background-image: url(../images/8dys_7.png);
}

.bjt .bdys_2 li:nth-child(8) {
    background-image: url(../images/8dys_8.png);
}

.bjt .bdys_2 li img {
    margin-top: 46px;
    margin-left: 48px;
}

.bjt .bdys_2 li span {
    display: block;
    width: 166px;
    height: 34px;
    border-bottom: solid 2px #fff;
    float: right;
    text-align: center;
    font-size: 18px;
    position: relative;
    right: 96px;
    top: 52px;
    color: #fff;
}

.bjt .bdys_2 li p {
    width: 186px;
    height: auto;
    margin-left: 48px;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}

.rxcp {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.rxcp .rxcp_1 {
    width: 133px;
    height: 46px;
    background-color: #007b5f;
    margin: 24px auto;
    position: relative;
}

.rxcp .rxcp_lit {
    display: block;
    width: 1200px;
    height: 280px;
    margin-top: 70px;
}

.rxcp .rxcp_lit li:nth-child(1) {
    margin-left: 0px;
}

.rxcp .rxcp_lit li {
    width: 280px;
    height: 280px;
    float: left;
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: 26px;
}

.rxcp .rxcp_lit li img {
    width: 100%;
    height: 207.92px;
    align-items: center;
    border: solid 1px #bfbfbf;
}

.scnl {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    /* padding-bottom: 60px; */
}

.scnl .scnl-img {
    margin-top: 90px;
    width: 1200px;
    height: 396px;
    position: relative;
}

.scnl .scnl-img li:nth-child(1) {
    float: left;
}

.scnl .scnl-img li:nth-child(2) {
    float: left;
    margin-left: 18px;
    margin-bottom: 14px;
}

.scnl .scnl-img li:nth-child(3) {
    float: left;
    margin-left: 18px;
    margin-bottom: 20px;
}

.scnl .scnl-img li:nth-child(4) {
    float: left;
    margin-left: 18px;
}

.scnl .scnl-img li:nth-child(5) {
    float: left;
    margin-left: 18px;
}

.scnl .scnl-img li:nth-child(6) {
    float: right;
    position: absolute;
    right: 0px;
}

.cpmc {
    overflow: hidden;
}

.jrwm {
    width: 1200px;
    height: 460px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 140px;
}

.jrwm .left {
    width: 50%;
    height: 460px;
    float: left;
}

.jrwm .left .left_1 {
    width: 133px;
    height: 46px;
    background-color: #0eb8b7;
    margin: 70px 226px 50px 80px;
    position: relative;
}

.jrwm .left .left_1 .left_2 {
    width: 124px;
    height: 36px;
    border: solid 1px #fff;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.jrwm .left .left_1 .left_2 h4 {
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    font-size: 20px;
}

.jrwm .left .left_3 {
    display: block;
    width: 463px;
    height: 118px;
    margin-left: 78px;
}

.jrwm .left .left_3 li {
    height: 23px;
    margin-top: 10px;
    line-height: 23px;
}

.jrwm .left .left_3 li img {
    float: left;
    margin-right: 10px;
}

.jrwm .left .left_3 li span {
    display: block;
    margin-left: 10px;
    font-size: 14px;
}

.product-box {
    width: 100%;
    margin-top: 30px;
}

.product-left {
    float: left;
    width: 30%;
}

.product-left-prod {
    width: 100%;
    margin-bottom: 20px;
    background-color: #f2f4f6;
}

.product-left-prod-title {
    color: #03132b;
    font-size: 17px;
    padding: 17px 26px;
    border-left: 5px solid #0eb8b7;
    margin-bottom: 0;
}

.product-left-prod ul li {
    padding: 12px;
    border-top: 1px solid #ffffff;
    display: flex;
}

.product-left-prod ul li .entry-header {
    width: 100%;
    padding-left: 5%;
}

.product-left-prod ul li .entry-header h4 {
    font-size: 16px;
    color: #363636;
    margin-bottom: 0px;
}

.product-left-prod ul li .entry-header h4 span {
    float: right;
    padding-right: 5%;
    font-size: 16px;
}

.product-left-news {
    width: 100%;
    margin-bottom: 20px;
    background-color: #f2f4f6;
}

.product-left-news-title {
    color: #03132b;
    font-size: 17px;
    padding: 17px 26px;
    border-left: 5px solid #0eb8b7;
    margin-bottom: 0;
}

.product-left-news ul li {
    padding: 12px;
    border-top: 1px solid #ffffff;
    display: flex;
}

.product-left-news ul li .entry-header {
    width: 100%;
    padding-left: 5%;
}

.product-left-news ul li .entry-header h4 {
    font-size: 16px;
    color: #363636;
    margin-bottom: 0px;
}

.product-left-news ul li .entry-header h4 p {
    font-size: 12px;
    color: #666;
    height: 47px;
    margin: 5px 0;
    overflow: hidden;
}

.product-left-news ul li .entry-header h4 p a:hover {
    color: #0eb8b7;
}

.product-left-form {
    width: 100%;
    margin-bottom: 20px;
    background-color: #f2f4f6;
}

.product-left-form-title {
    color: #03132b;
    font-size: 17px;
    padding: 17px 26px;
    border-left: 5px solid #0eb8b7;
    margin-bottom: 0;
}

.product-left-form-flex {
    display: flex;
}

.product-left-form-flex input.form-control {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    display: table-cell;
    width: 100%;
    padding: 16px 20px;
    border-radius: 0;
    border: 1px solid #e1e1e1;
}

.product-left-form-flex textarea {
    height: 77px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #707070;
    display: table-cell;
    width: 100%;
    padding: 16px 20px;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    font-family: Arial, Helvetica, sans-serif;
}

.product-left-form-flex .form-control-btn {
    background-color: #0eb8b7;
    text-align: center;
    width: 200px;
    line-height: 40px;
}

.product-right {
    float: left;
    width: 68%;
    margin-left: 2%;
}

.product-right-list {
    width: 100%;
}

.product-right-list ul {
    display: flex;
    flex-wrap: wrap;
}

.product-right-list ul li {
    float: left;
    width: 31%;
    text-align: center;
    margin-top: 20px;
    margin-left: 3.4%;
}

.product-right-list ul li:nth-child(3n+1) {
    margin-left: 0;
}

.product-right-list-div1 {
    width: 252.95px;
    height: 242.3px;
}

.product-right-list-div1 img {
    width: 100%;
    height: 100%;
}

.product-right-list-div2 {
    color: #fff;
    background-color: #0eb8b7;
    overflow: hidden;
}

.page-list {
    width: 100%;
    font-size: 15px;
    color: #222;
    font-weight: 400;
    margin-top: 75px;
}

.page {
    clear: both;
    zoom: 1;
    letter-spacing: 0;
    line-height: 1.7em;
    text-align: center;
}

.page:after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    content: ".";
}

.page-list .page ul .active {
    background-color: #0eb8b7;
}

.page-list .page ul .active a {
    color: #fff;
}

.paging {
    text-align: center;
}

.page-list .page ul li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.page-list .page ul li a {
    border: 1px solid #c9caca;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    min-width: 28px;
    font-size: 14px;
    color: #898989;
    padding: 0 10px;
}

.page-list .page ul li:hover {
    background-color: #0eb8b7;
}

.page-list .page ul li:hover a {
    color: #fff;
}

.active1 {
    color: #fff;
}

.pro_cont_l img {
    width: 100% !important;
    max-width: 100% !important;
}

.pro_cont_l table {
    width: 100% !important;
    max-width: 100% !important;
}

.oem-right-list {
    width: 100%;
    margin-top: 0px;
}

.oem-right-list ul li {
    width: 95%;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    margin-top: 20px;
    padding: 10px 30px;
}

.oem-right-list ul li>h1 {
    font-size: 24px;
    /* margin-top: 10px; */
}

.oem-right-list ul li>h1:hover {
    color: #0eb8b7;
    cursor: pointer;
}

.oem-right-list-img {
    margin-top: 5px;
}

.oem-right-list-img i {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 3px;
}

.oem-right-list-img i img {
    width: 100%;
    height: 100%;
}

.oem-right-list-desc {
    margin-top: 3px;
}

.oem-right-list-desc a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.oem-right-list-more {
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
}

.oem-right-list-more i {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 6px;
}

.oem-right-list-more i img {
    width: 100%;
    height: 100%;
}

.oem-right-list-more a {
    color: #444;

}

.oem-right-list-more a:hover {
    cursor: pointer;
    color: #0eb8b7;
}

.news_xq_div {
    border-bottom: 1px dashed #000;
    padding-bottom: 20px;
}

.news_xq_div p {
    margin-top: 10px;
    text-align: left;
    font-size: 16px;
}

.contact-box {
    width: 100%;
}

.contact-bottom {
    margin-top: 60px;
}

.contact-bottom h1 {
    font-size: 30px;
}

.contact-bottom p {
    line-height: 24px;
    color: #333;
    font-size: 16px;
    margin: 20px 0 20px 0;
    border-bottom: 2px dashed #e1e1e1;
    padding-bottom: 15px;
}

.contact-bottom p a {
    color: #0eb8b7;
}

.contact-bottom p strong {
    color: #0eb8b7;
    font-weight: 600;
    margin-right: 3px;
}

.contact-bottom form ul {
    overflow: hidden;
    width: 100%;
    margin: 0px auto 0px;
    padding-top: 10px;
}

.contact-bottom form ul li {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.contact-bottom form ul li:nth-child(1) {
    margin-left: 0;
}

.contact-bottom form ul li input {
    width: 100%;
    border: 1px solid #d9d9d9;
    color: #555;
    padding: 14px 0 14px 40px;
    font-size: 17px;
}

.contact-bottom-input_name {
    background: url(../images/icon-input-name.png) no-repeat 10px center #fff;
    background-size: 22px;
}

.contact-bottom-input_tel {
    background: url(../images/icon-input-tel.png) no-repeat 10px center #fff;
    background-size: 22px;
}

.contact-bottom-input_email {
    background: url(../images/icon-input-email.png) no-repeat 10px center #fff;
    background-size: 22px;
}

.contact-bottom-div {
    width: 100%;
}

.contact-bottom-div textarea {
    background: url(../images/icon-input-textarea.png) no-repeat 10px 17px #fff;
    padding: 17px 18px 17px 39px;
    font-size: 17px;
    background-size: 19px;
    width: 100%;
    border: 1px solid #d9d9d9;
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    margin-top: 2%;
    resize: none;
}

.contact-bottom-div1 {
    width: 100%;
    margin-top: 1%;
}

.contact-bottom-div1-btn {
    width: 200px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    font-weight: 600;
    background: #0eb8b7;
    padding: 0;
    border: none 0;
    color: #fff;
}

.news-right-list {
    width: 100%;
}

.news-right-list ul li {
    float: left;
    width: 32%;
    margin-left: 2%;
    margin-top: 15px;
    border: 1px solid #e1e1e1;
    padding-bottom: 13px;
    height: 449.11px;
}

.news-right-list ul li:nth-child(3n+1) {
    margin-left: 0;
}

.news-right-list ul li:hover {
    border: 1px solid #0eb8b7;
}

.news-right-list-img {
    width: 100%;
    min-height: 268.11px;
}

.news-right-list-img img {
    width: 100%;
    height: auto;
}

.news-right-list-cont {
    margin-top: 10px;
    padding: 0 10px;
}

.news-right-list-cont h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 46px;
}

.news-right-list ul li:hover .news-right-list-cont h3 a {
    color: #0eb8b7;
}

.news-right-list-time i {
    position: relative;
    top: 6px;
}

.news-right-list-nr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
}

.news-right-list ul li:hover .news-right-list-nr a {
    color: #0eb8b7;
}

/* 减肥贴专题页面 */
.slimming-box {
    width: 100%;
}

.slimming-box-prod {
    width: 100%;
}

.title {
    text-align: center;
}

.title a {
    display: inline-block;
    position: relative;
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Conv_langdon';
    font-weight: 600;
    color: #0eb8b7;
}

.title a:before,
.title a:after {
    content: '';
    display: inline-block;
    width: 200px;
    height: 1px;
    background: #bbb;
    position: absolute;
    top: 12px;
}

.title a:before {
    left: -202px;
}

.title p {
    display: inline-block;
    width: 100%;
    color: #666;
    line-height: 30px;
}

.slim_product-div1-div1 {
    width: 100%;
    cursor: pointer;
}

.slim_product-div1-div1 img {
    width: 100%;
}

.slim_product-div1-div1 p {
    background-color: #0eb8b7;
    text-align: center;
    width: 100%;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    top: -7px;
}

.slim_product-div2-div1 {
    width: 100%;
    cursor: pointer;
}

.slim_product-div2-div1 img {
    width: 100%;
}

.slim_product-div2-div1 p {
    background-color: #0eb8b7;
    text-align: center;
    width: 100%;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    top: -7px;
}

.slim_product-div3-div1 {
    width: 100%;
    cursor: pointer;
}

.slim_product-div3-div1 img {
    width: 100%;
}

.slim_product-div3-div1 p {
    background-color: #0eb8b7;
    text-align: center;
    width: 100%;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    top: -7px;
}

.slim_product-div4-div1 {
    width: 100%;
    cursor: pointer;
}

.slim_product-div4-div1 img {
    width: 100%;
}

.slim_product-div4-div1 p {
    background-color: #0eb8b7;
    text-align: center;
    width: 100%;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    top: -7px;
}

.slim_product-div5-div1 {
    width: 100%;
    cursor: pointer;
}

.slim_product-div5-div1 img {
    width: 100%;
}

.slim_product-div5-div1 p {
    background-color: #0eb8b7;
    text-align: center;
    width: 100%;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    top: -7px;
}

.slim_product-div6-div1 {
    width: 100%;
    cursor: pointer;
}

.slim_product-div6-div1 img {
    width: 100%;
}

.slim_product-div6-div1 p {
    background-color: #0eb8b7;
    text-align: center;
    width: 100%;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    top: -7px;
}

.quality {
    margin-top: 33px;
}

.quality_img img {
    width: 85%;
    height: 270px;
}

.p_title-l {
    width: 508px;
    font-size: 27px;
    font-weight: 600;
    font-style: italic;
    float: left;
    text-align: left;
    padding: 0 0 12px 23px;
    color: #0eb8b7;
}

.p_left {
    width: 500px;
    float: left;
    text-align: left;
    background: url(../images/ico01.gif) no-repeat 2px 9px;
    padding: 0 0 12px 23px;
    font-size: 16px;
}

.p_title-r {
    width: 508px;
    font-size: 27px;
    font-weight: 600;
    font-style: italic;
    float: right;
    text-align: right;
    padding: 0 0 12px 23px;
    color: #0eb8b7;
}

.p_right {
    width: 500px;
    float: right;
    text-align: right;
    background: url(../images/ico01.gif) no-repeat 2px 9px;
    padding: 0 0 12px 23px;
    font-size: 16px;
}

.quality .row {
    margin-top: 50px;
}

.company {
    width: 100%;
    margin-top: 33px;
}

.company-div p {
    margin-top: 10px;
    font-size: 17px;
}

.honor {
    width: 100%;
    margin-top: 33px;
}

.hzlc {
    width: 100%;
    margin-top: 33px;
}

.zt-row {
    display: flex;
}

.zt-col-md-4 {
    width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.zt-col-md-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.zt-col-md-2 {
    width: 16.66667%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.zt-col-md-3 {
    width: 24%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.zt-col-md-12 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.zt-col-md-1 {
    width: 8.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.quality .zt-col-md-6 {
    margin-top: 50px;
}

.hzlc_div .zt-row {
    margin-top: 50px;
}

.hzlc_div-p1 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #0eb8b7;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.hzlc_div-p2 {
    width: 100%;
    height: 200px;
    position: relative;
}

.hzlc_img1 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    position: absolute;
    top: 0px;
}

.capsicum-prod a img {
    width: 100%;
}

.capsicum_usage-p {
    width: 100%;
    height: 40xp;
    line-height: 40px;
    text-align: center;
    background-color: #0eb8b7;
    color: #fff;
}

.gyjg_ys {
    width: 100%;
    background: #0eb8b7;
}

.Advantage .zt-row {
    margin-top: 20px;
}

.Advantage .zt-row div {
    text-align: center;
}

.Advantage .zt-row div p {
    color: #fff;
    margin-top: 10px;
}

.pain_why .zt-row {
    margin-top: 60px;
}

.pain_blue {
    min-height: 160px;
    background-color: #1b98ea;
    position: relative;
}

.pain_green {
    min-height: 160px;
    background-color: #73b755;
    position: relative;
    margin-left: 4%;
}

.pain_qing {
    min-height: 160px;
    background-color: #14bdcc;
    position: relative;
    margin-left: 4%;
}

.pain_purple {
    min-height: 160px;
    background-color: #6f74f1;
    position: relative;
}

.pain_pink {
    min-height: 160px;
    background-color: #ba62e3;
    position: relative;
    margin-left: 4%;
}

.pain_red {
    min-height: 160px;
    background-color: #e46161;
    position: relative;
    margin-left: 4%;
}

.No {
    width: 40PX;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #f66e00;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -22px;
}

.pain_why-p1 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    margin-left: 10px;
}

.pain_why-p2 {
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
}

.pain_usage {
    margin-top: 40px;
}

.pain_usage .zt-row {
    margin-top: 30px;
}

.pain_usage .zt-row div img {
    width: 100%;
}

.pain_usage-p {
    width: 100%;
    height: 40xp;
    line-height: 40px;
    text-align: center;
    background-color: #0eb8b7;
    color: #fff;
    position: relative;
    top: -7px;
}

.pain_hot {
    margin-top: 40px;
}

.Q_A {
    margin-top: 40px;
}

.Q_A .row {
    border-bottom: 1px dashed #666;
}

.Q {
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #dd524a;
    font-weight: bold;
    display: inline-block;
    border-radius: 50%;
}

.A {
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #32abe3;
    display: inline-block;
    border-radius: 50%;
}

.Q_A-div1 {
    margin-top: 20px;
}

.Q_A-div2 {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
}

.Q_A-p {
    position: relative;
    top: 0px;
    left: 10px;
}

.Q_A-p2 {
    display: inline-block;
    position: relative;
    top: 10px;
    left: 10px;
    width: 100%;
}

.zt-table {
    width: 100%;
    margin-top: 40px;
}

.zt-table table {
    width: 100%;
    border: 1px solid #000;
    border-collapse: collapse;
    text-align: center;
    margin-top: 20px;
}

.zt-table table td {
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 8px;
}