.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 68px;
    line-height: 68px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    z-index: 999;
    background: #fff;
}
.h_menu {
    position: absolute;
    left: 16px;
    font-size: 1.5rem;
    color: #999;
}
.abot .h_menu{
	top: 20px;
}
.h_logo {
    width: 260px;
    position: absolute;
    left: 42%;
    margin-left: -108px;
    text-align: center;
}
.abot .h_logo{
	top: 15px;
}
.h_logo img {
    width: 100%;
    vertical-align: middle;
}
.h_tel {
    position: absolute;
    right: 16px;
    top: 9px;
    font-size: 1.5rem;
    color: #999;
}
.abot .h_tel{
	top: 15px;
}
.banner {
    width: 100%;
    margin-top: 68px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.banner img {
    display: block;
    width: 100%;
}
.banner .swiper-pagination  .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    transition: all .2s ease-out;
    opacity: 1;
    border-radius: 0%;
}
.banner .swiper-pagination  .swiper-pagination-bullet:hover {
    background-color: #3764af;
    opacity: 1;
}
.banner .swiper-pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0298f9;
}
.content {
    margin: 0 auto;
    /*width: 95%;*/
	padding: 0 2.5%;
    overflow: hidden;
    position: relative;
    padding-top: 1.5rem;
}
.content img {
    width: 100%;
}
.only_img {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.only_img img {
    width: 100%;
    display: block;
}
.container {
    /*width: 90%;
    margin: 0 5%;*/
    position: relative;
    overflow: hidden;
}
.btit {
    font-size: 1.4rem;
    color: #333;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
}
.bstit {
    font-size: 0.85rem;
    color: #999;
    line-height: 1.6rem;
    text-align: center;
    margin-bottom: 0.6rem;
}
.bt_pic {
    text-align: center;
}
.index_nav {
    position: relative;
    overflow: hidden;
}
.index_nav li {
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 5.5%;
    width: 18%;
    text-align: center;
    margin-bottom: 1rem;
}
.index_nav_icon {
    position: relative;
    overflow: hidden;
    width: 86%;
    color: #fff;
    border-radius: 10px;
    height: 3.6rem;
    line-height: 3.6rem;
    font-size: 1.8rem;
    margin: 0 auto;
}
.color1 {
    background: #2588d9;
}
.color2 {
    background: #f15e4c;
}
.color3 {
    background: #fa4977;
}
.color4 {
    background: #eeb33d;
}
.color5 {
    background: #34d5cf;
}
.color6 {
    background: #5392ef;
}

.index_nav_tit {
    color: #4a4a4a;
    font-size: 0.8rem;
    margin-top: 0.4rem;
}

.index_news_list {
    position: relative;
    overflow: hidden;
    margin-left: 2%;
}
.index_news_list li {
    width: 100%;
}
.inl_circle {
    position: relative;
    overflow: hidden;
    z-index: 11;
}
.b_circle {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    background: #fff;
}
.s_circle {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    background: #2588d9;
    z-index: 11;
    position: relative;
    margin-top: 21px;
}
.inl_info {
    position: relative;
    overflow: hidden;
    width: 88%;
    border-left: 1px solid #d5d5d5;
    text-indent: 1.5rem;
    z-index: auto;
    margin-left: -4px;
    padding-top: 12px;
}
.inl_tit {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 0.95rem;
}
.inl_time {
    margin-top: 3px;
    font-size: 0.75rem;
    color: #666;
}
.ld_bg {
    position: relative;
    overflow: hidden;
    background: #f4f4f4;
    padding: 1.5rem 0;
}
.icon_lab {
    background: url(../images/icon_lab.png) left no-repeat;
    width: 35px;
    height: 35px;
    background-size: 30px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 3px;
}
.servicescroll {
    margin-top: 1rem;
    overflow: hidden;
}
.servicescroll .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 50%;

}
.servicescroll .swiper-slide img {
    width: 100%;
}
.service-pagination {
    position: relative;
    text-align: center;
    margin-top: 0.65rem;
}
.service-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #3764af;
}
.sep_line {
    position: relative;
    width: 100%;
    height: 1px;
    display: block;
    background: #d6d6d6;
}
.index_p {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.6rem;
    color: #787878;
}
.index_more {
    margin: 1rem auto;
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
    width: 35%;
    height: 40px;
    line-height: 40px;
    background: #3764af;
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    border-radius: 28px;
}


.index_product {
    margin-top: 0 !important;
    padding-top: 15px;
    background: url(../images/index_p_bg.png) center no-repeat;
    width: 100%;
    min-height: 200px;
    padding-bottom: 15px;
}
.index_p_c_img {
    width: 45%;
    overflow: hidden;
    position: relative;
    margin-top: 1rem;
}

.index_p_c_info {
    position: relative;
    overflow: hidden;
    text-align: right;
}
.index_p_c_tit {
    margin-top: 2rem;
    font-size: 1.4rem;
    color: #848484;
    font-weight: 300;
}
.index_p_c_stit {
    font-size: 1rem;
    color: #848484;
    font-weight: 300;
    margin-top: 5px;
}
.index_p_c_line {
    position: relative;
    display: block;
    overflow: hidden;
    width: 25%;
    margin: 1rem 0;
    height: 1px;
    background: #999898;
}
.index_p_c_w {
    color: #999898;
    font-size: 0.85rem;
}
.index_p_c_btn {
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 300;
    color: #fff;
    height: 35px;
    width: 100px;
    line-height: 35px;
    background: #3764af;
    border-radius: 30px;
    float: right;
    margin-top: 13%;
}


.newswrap {
    margin: 0 auto;
    margin-top: 1.5em;
    position: relative;
    overflow: hidden;
    width: 95%;
    margin-bottom: 1.5em;
}
.newslist li {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    display: block;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}
.newimg {
    width: 38%;
    position: relative;
    overflow: hidden;
    margin-right: 3%;
}
.newimg img {
    width: 100%;
}
.newinfo {
    position: relative;
    overflow: hidden;
    width: 59%;
}
.newtit {
    width: 96%;
    position: relative;
    font-size: 1.2em;
    color: #333;
}
.newtime {
    color: #999;
    margin-top: 1.5em;
    position: relative;
    font-size: 0.8em;
}
.newdesc {
    margin-top: 0.8em;
    font-size: 1em;
    color: #666;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_form_bg {
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
    padding-top: 15px;
}
.feedform {
    width: 100%;
    margin: 1.5em auto;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.form-inpt {
    width: 90%;
    position: relative;
    margin-bottom: 1.3em;
}
.form-inpt input {
    width: 100%;
    border: none;
    outline: none;
    font-size: 1.1em;
    color: #999;
    padding: 0.4em 0;
    padding-left: 3%;
    background: #dfdfdf;

}
.form-textarea {
    width: 90%;
    position: relative;
    margin-bottom: 1.3em;
    text-align: center;
}
.form-textarea textarea {
    width: 100%;
    border: none;
    font-size: 1.1em;
    color: #999;
    padding: 0.4em 0;
    background: #dfdfdf;
    padding-left: 3%;
}
.form-btn {
    width: 92%;
    position: relative;
}
.form-btn button {
    width: 100%;
    border: none;
    background: #3764af;
    color: #fff;
    padding: 0.6em 0;
    font-size: 1.2em;
    border-radius: 30px;
}
.index_form_line {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 1px;
    background: #cecece;
}
.index_form_con_info {
    position: relative;
    text-align: center;
}
.i_f_i_tit {
    color: #888;
    font-size: 0.9rem;
    margin-top: 1rem;
}
.i_f_i_stit {
    color: #888;
    font-size: 0.75rem;
    text-align: center;
}
.i_f_i_stit .fa {
    margin-right: 5px;
}
.i_f_i_stit a {
    color: #3764af;
}
.i_f_i_wechat {
    width: 25%;
    margin: 0 auto;
    margin-top: 10px;
}
.i_f_i_bg_img {
    position: absolute;
    right: 0;
    bottom: -6px;
    width: 45%;
    z-index: 0;
}
.index_form_front {
    position: relative;
    overflow: hidden;
    z-index: 555;
}


.joinnav {
    position: fixed;
    top:68px;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 5588;
}
.joinall {
    color: #fff;
    font-size: 1.2em;
    background: #3764af;
    line-height: 2.8em;
    padding-left: 1em;
}
.joinlist {
    display: none;
}
.joinlist {
    background: #fff;
    font-size: 1.2em;
    line-height: 2.8em;
    width: 100%;
    text-align: center;
}
.joinlist li {
    padding-left: 1em;
    border-bottom: 1px solid #ccc;
}
.joinlist li.on {
    background: #f2f2f2;
}
.joinlist li a {
    color: #555;
    line-height: 2.8em;
    width: 100%;
    display: inline-block;
}
.joinlist li.active a {
    color: #3764af;
}
.joinall .fa {
    line-height: 2.8em;
    margin-right: 5%;
}

.con_tit {
    width: 100%;
    font-size: 1.1rem;
    color: #333;
    text-align: center;
}
.con_stit {
    width: 100%;
    font-size: 0.8rem;
    color: #999;
    text-align: center;
}

.mgt {
    margin-top: 1rem;
}

.container p {
    font-size: 0.85rem;
    color: #777;
    line-height: 1.5rem;
    margin: 0.6rem 0;
    word-break: break-all;
}
.con_only_tit p {
    color: #444;
    font-size: 1rem;
}

.sepline {
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #888;
    margin: 2.5em 0;
}

.masubtit {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-size: 0.85rem;
    color: #555;
    margin-top: 1.3em;
}

/*honor*/

.honor1-prev ,.honor2-prev {
    background: url(../images/index-service-prev.png);
    width: 36px;
    height: 36px;
    position: relative;
    margin-left: 1em;
    margin-top: -14em;
    z-index: 250;
    float: left;
}
.honor1-next, .honor2-next {
    background: url(../images/index-service-next.png);
    width: 36px;
    height: 36px;
    position: relative;
    margin-right: 1em;
    margin-top: -14em;
    z-index: 250;
    float: right;
}
.honor2-prev {
    background: url(../images/index-service-prev.png);
    width: 36px;
    height: 36px;
    position: relative;
    margin-left: 1em;
    margin-top: -17em;
    z-index: 250;
    float: left;
}
.honor2-next {
    background: url(../images/index-service-next.png);
    width: 36px;
    height: 36px;
    position: relative;
    margin-right: 1em;
    margin-top: -17em;
    z-index: 250;
    float: right;
}


.service-item {
    width: 60%;
    position: relative;
    overflow: hidden;
    margin: 2em auto;
}
.serviceimg {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.serviceimg img {
    width: 100%;
}
.servicetit {
    font-size: 1.6em;
    color: #333;
    text-align: center;
    margin: 0.6em auto;
    margin-bottom: 0;
}

.h_scroll_p {
    text-align: center;
    color: #666;
    font-size: 0.85rem;
}

.as2_service {
    width: 100%;
    overflow: hidden;
    display: block;
}
.as2_service img {
    width: 50%;
}

.as2_btn {
    width: 70%;
    display: block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: #3764af;
    border-radius: 34px;
    font-size: 0.85rem;
    text-align: center;
}

.info_list {
    position: relative;
    overflow: hidden;
}
.info_list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #dbdbdb;
}
.info_list li > a {
    color: #555;
}
.info_list li .fa {
    float: right;
    line-height: 40px;
}

.article-list-page {
    width: 100%;
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    text-align: center;
}
.article-list-page li {
    display: inline-block;

}
.article-list-page li a, .article-list-page li.first.hidden a, .article-list-page li.last.hidden a  {
    background: #f1f1f1;
    color: #666;
    display: inline-block;
    padding: 0.2rem 0.5rem;
    font-size: 0.6rem;
}
.article-list-page li a:hover, .article-list-page li.selected a {
    color: #fff;
    background: #2588d9;
}
.article-list-page li.first a,.article-list-page li.last a  {
    color: #fff;
    background: #2588d9;
}
.con_content {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5rem;
    margin-top: 1rem;
}
.con_content p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5rem;
}
.con_content img {
    width: 100%;
    display: block;
}

.cdtitle {
    color: #888;
    font-size: 1.2em;
    text-indent: 0.8em;
    margin-top: 0.4em;
}
.cd-change {
    position: relative;
    margin: 1em auto;
    text-align: left;
    font-size: 1.1em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cd-change a {
    color: #888;
}

.pro_c_tit {
    position: relative;
    overflow: hidden;
    color: #333;
    font-size: 1.1rem;
}

.pro_c1_l {
    position: relative;
    overflow: hidden;
    width: 52%;
    margin-top: 1rem;
}
.pro_c1_r {
    position: relative;
    overflow: hidden;
    width: 48%;
    margin-top: 1rem;
}
.pro_c2_list {
    position: relative;
    overflow: hidden;
    width: 50%;
}
.pro_c2_list img {
    display: block;
}


.cataimg {
    position: relative;
    overflow: hidden;
    font-size: 0;
    display: block;
}
.cataimg img {
    display: block;
    width: 100%;
}

.ut8-btn {
    position: absolute;
    left: 26%;
    z-index: 666;
    margin-top: 33%;
    width: 100%;
}
.ut8-btn a {
    display: inline-block;
    width: 5rem;
    height: 12rem;
    z-index: 666;
}
.ut8img {
    display: block;
    position: relative;
    z-index: 0;
}

.pro_index_nav {
    position: fixed;
    overflow: hidden;
    top: 107px;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 32px;
    line-height: 32px;
    background: #e9e9e9;
    padding-left: 3%;
    border-bottom: 1px solid #ccc;
}
.pro_index_nav li {
    float: left;
    margin-right: 2%;
}

.pro_index_nav li > a {
    color: #5a5a5a;
    font-size: 0.8rem;
    height: 32px;
    line-height: 32px;
    display: block;
}

.pro_index_nav li.on > a {
    color: #3764af;
}



#map {
    margin-top: 68px;
    position: relative;
    height: 300px;
    width: 100%;
}


.contact_list {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 1.5rem;
}
.contact_list li {
    float: left;
    width: 30%;
    overflow: hidden;
    position: relative;
    margin-left: 3%;
}
.contact_list li .con_l_img {
    position: relative;
    margin: 0 auto;
    width: 60%;
    vertical-align: middle;
}
.contact_list li .con_l_img img {
    vertical-align: middle;
}
.contact_list .con_tit {
    margin-top: 1rem;
    color: #444;
    font-size: 1rem;
}
.contact_list .con_info {
    font-size: 0.6rem;
    margin-top: 0.6rem;
    color: #6d6d6d;
}
.buy_tit {
    color: #555;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 70px;
}

.buy_stit {
    color: #999;
    font-size: 0.8rem;
    text-align: center;
    margin: 0;
    margin-top: 0.8rem;
}
.buy_img {
    margin-top: 1.2rem;

}
.buy_price {
    color: #3764af;
    font-size: 1.2rem;
    text-align: center;
    font-weight: bold;
}
.buy_sel_t {
    color: #444;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
}

.buy_c_img {
    width: 55%;
    overflow: hidden;
    position: relative;
    margin-top: 1rem;
}

.buy_c_img button {
    background: none;
    border: none;
    outline: none;
    display: block;
    width: 50%;
    height: 42px;
    position: absolute;
    z-index: 54;
}
.buy_c_btn2 {
    margin-left: 55%;
}
.b_c_sel select {
    width: 15%;
    font-size: 0.8rem;
    color: #666;
}
.b_c_sel_tips {
    font-size: 0.8rem;
    color: #666;
}

.buy_people_info {
    background: #f3f3f3;
    width: 100%;
    padding: 2% 3% 5% 3%;
    margin-top: 1rem;
}

.b_p_i_t {
    font-size: 0.9rem;
    color: #666;
}
.b_p_ipt {
    position: relative;
    margin-top: 1rem;
    width: 100%;
    font-size: 0.85rem;
    color: #999;
}
.b_p_ipt input{
    width: 94%;
    font-size: 0.8rem;
    color: #999;
    background: none;
    border: 1px solid #cfcfcf;
    outline: none;
    padding: 5px 0;
    text-indent: 0.5rem;
}
.b_p_ipt input.ipt_half{
    width: 44.5%;
}
.b_p_ipt input.mrl {
    margin-left: 3%;
}
.b_p_address {
    position: relative;
    overflow: hidden;
    margin: 1rem 0;
}

.b_p_address select {
    background: none;
    color: #999;
    border: 1px solid #cfcfcf;
    outline: none;
    padding: 5px 0;
    margin-right: 20px;
}

.b_c_pay_method_tips {
    font-size: 0.8rem;
    color: #666;
    margin-left: 5px;
}
.b_c_b_note {
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
    line-height: 1.1rem;
    color: #666;
}
.b_c_b_note span {
    color: #3764af;
    font-weight: bold;
}
.b_c_order_btn {
    margin-left: 5%;
    margin-top: 1.2rem;
    position: relative;
    overflow: hidden;
    width: 88%;
    background: #3764af;
    border: none;
    outline: none;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 32px;
    font-size: 1rem;
}


.or_success_img {
    position: relative;
    overflow: hidden;
    width: 25%;
    margin: 0 auto;
    margin-top: 100px;
}

.or_success_tit {
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    color: #666;
}
.or_success_tit span {
    color: #3764af;
}

.or_success_btn1, .or_success_btn2 {
    position: relative;
    display: block;
    width: 40%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 32px;
    font-size: 0.9rem;
}
.or_success_btn1 {
    background: #3764af;
    color: #fff;
    border: 1px solid #3764af;
    margin-left: 5%;
}
.or_success_btn2 {
    background: #fff;
    color: #666;
    border: 1px solid #a1a1a1;
    margin-right: 5%;
}

.om_m_img img {
    display: block;
}

.con_search {
    color: #656565;
    font-size: 1rem;
    margin: 1rem 0;
}

.con_search span {
    color: #242424;
}


#address.error, #username.error, #tel.error {
    border: 1px solid #f33;
}

.m_c_s_l {
    width: 50%;
    overflow: hidden;
    position: relative;
}

.m_c_s_l.wechat_img {
    text-align: center;
    vertical-align: middle;
}

.m_c_s_l.tjcp_img {
    text-align: center;
    vertical-align: middle;
}

.tjcp_img img {
    width: 95%;
    overflow: hidden;
    position: relative;
}


.subtit {
    width: 100%;
    border-left: 2px solid #2588d9;
    overflow: hidden;
    position: relative;
    padding-left: 1em;
}

.sub1 {
    font-size: 1.5em;
    color: #333;
    text-align: left;
}
.sub2 {
    font-size: 0.95em;
    color: #999;
    text-align: left;
}



/*video*/
.video_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #f1f1f1;
    text-indent: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
}


/* video */
#video{padding-top: 2rem}
#video .videoContainer{
    margin:2rem 0;
    width:100%;
    background:#f0edcc;
}
#video .playerContainer{
    float:left;
    width: 100%;
}
#video #player{margin:0 auto;}
#video #player img{width:100%;}
#video .caption{
    float:left;
    width:90%;
    padding:23px 21px;
}
#video .caption h6{
    font-weight: normal;
    font-size:0.85rem;
    line-height:20px;
    text-transform:uppercase;
    color: #333;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#video .caption p{
    font-size:0.85rem;
    line-height:20px;
}
#video .caption p:last-child{margin-bottom:0px;}

#video .clip{
    width:48%;
    float:left;
    margin-right: 3%;
    margin-bottom: 5%;
}
#video .clip:nth-child(2n)
{
    margin-right: 0px;
}
#video .clip .imgWrapper{
    width:100%;
    position:relative;
}
#video .clip .imgWrapper .mask{position:absolute;}
#video .clip img{
    width:100%;
    height: 100px;
}

#video .clip .caption{
    float:none;
    width:100%;
    padding:0px 0px;
}
#video .clip img{margin-bottom:8px;}
#video .clip .caption h1{font-weight:bold;}


#willesPlay .playContent {
    background: #000;
}
.over_floor {
    position: relative;
    z-index: auto;
}
.over_lay {
    position: absolute;
    z-index: 10;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: rgba(2,152,249,0.56);
    color: #fff;
    margin-top: -30px;
    font-size: 0.85rem;
    width: 100%;
}

.index_fw_item {
    position: relative;
    margin-bottom: 0.5rem;
}

.blue_bg {
    background: #2588d9;
    position: relative;
    overflow: hidden;
    padding: 1.5rem 0;
    padding-bottom: 0.5rem;
}

.sdys_list {
    position: relative;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}

.sdys-pagination {
    position: relative;
    text-align: center;
    margin-top: 0.5rem;
}
.sdys-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
.sdys-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

.index_dy_bg {
    background: url(../images/p14.png) no-repeat center rgba(0,0,0,0.6);
    width: 100%;
    position: relative;
    padding: 1.5rem 0;
}
.index_dy_nav {
    position: relative;
    overflow: auto;
    border-top: 1px solid #c2c0bd;
    border-bottom: 1px solid #c2c0bd;
    margin-top: 1rem;
    padding: 0.5rem 0;
    text-align: center;
    white-space: nowrap;
    overflow-x: scroll;
}
.index_dy_nav a {
    display: inline-block;
    text-align: center;
    width: 30%;
    color: #fff;
    margin-left: 5%;
    font-size: 0.8rem;
    height: 1.4rem;
    line-height: 1.4rem;
    transition: 0.3s all ease-in-out;
}
.index_dy_nav a.on {
    color: #2588d9;
    background: #fff;
    border-radius: 15px;
}
.index_dy_list {
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
}
.index_dy_list li {
    position: relative;
    margin-bottom: 0.6rem;
    width: 100%;
}
.index_dy_list li.sep .tit {
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.85rem;
    color: #4e4e4e;
}
.index_dy_list li.sep .time {
    font-size: 0.8rem;
    color: #4e4e4e;
    margin-top: 1px;
    margin-bottom: 1px;
}
.index_dy_list li.sep .desc {
    width: 100%;
    white-space: normal;
    color: #999;
    font-size: 0.75rem;
    line-height: 1.3rem;
}

.index_dy_list li .tit span.con{
    width: 75%;
    color: #757575;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    line-height: 1rem;
}
.index_dy_list li .tit span.con .fa {
    margin-right: 2px;
}
.index_dy_list li .tit span.date{
    color: #a0a0a0;
    font-size: 0.75rem;
}
.more_btn {
    position: relative;
    overflow: hidden;
    display: block;
    width: 45%;
    height: 1.8rem;
    line-height: 1.8rem;
    color: #fff;
    font-size: 0.85rem;
    background: #2588d9;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto;
}
.index_partner_list {
    position: relative;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    margin-top: 1rem;
}
.index_partner_list .ipl_item {
    position: relative;
    width: 30%;
    margin-left: 5%;
    display: inline-block;
}
.index_partner_list .ipl_item img {
    display: inline-block;
    border: 1px solid #ccc;
}
.index_qrcode {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 30%;
    margin: 0 auto;
}

.only_word {
    color: #6e6e6e;
    font-size: 0.85rem;
    text-align: center;
}

.only_word_s {
    color: #cccccc;
    font-size: 0.65rem;
    text-align: center;
}

/*search*/
.search_fixed {
    display: none;
    position: fixed;
    z-index: 222;
    left: 0;
    top: 68px;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
}
.color_red {
    color: red;
}
.search_inpt {
    margin: 0 auto;
    display: block;
    width: 92%;
    height: 30px;
    background: #fff;
    outline: none;
    border: 1px solid #cccccc;
    border-radius: 16px;
    margin-top: 15px;
    position: relative;
    text-indent: 1rem;
    font-size: 0.8rem;
    color: #999;
}
.search_btn {
    position: absolute;
    right: 30px;
    margin-top: -30px;
    background: transparent;
    outline: none;
    border: none;
    font-size: 1rem;
    color: #999;
}
.search_links {
    position: relative;
    width: 92%;
    margin: 0 auto;
    margin-top: 3px;
}
.search_links a {
    display: block;
    float: left;
    font-size: 0.6rem;
    color: #a6a6a6;
    margin-right: 0.8rem;
}

/*nav*/
.navfixed {
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    transition: 0.3s all ease-in-out;
}
.nav_bar {
    position: absolute;
    left: 16px;
    font-size: 1.5rem;
    line-height: 68px;
}
.nav_logo {
    position: absolute;
    width: 130px;
    overflow: hidden;
    left: 50%;
    margin-left: -65px;
    margin-top: 25px;
}
.nav_logo img {
    display: block;
    width: 100%;
}
.nav_links {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 90px;
}
.nav_links a {
    display: inline-block;
    width: 96%;
    color: #606060;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    text-align: center;
    font-size: 0.85rem;
    line-height: 1.5rem;
    height: 1.5rem;
    border-radius: 15px;
    margin-bottom: 1.5rem;
    margin-left: 2%;
}
.nav_cells {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 1rem;
}
.nav_cells li {
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 2.4%;
    width: 22%;
    text-align: center;
    margin-bottom: 1rem;
}
.nav_cells li .index_nav_icon {
    height: 3.5rem;
    line-height: 3.5rem;
    width: 70%;
    font-size: 1.6rem;
}
/*nav bottom*/
.navfixed_bottom {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 666;
    background: #0467b8;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.20);
}
.navwrap li {
    display: inline-block;
    border-right: 1px solid #03b7fb;
    width: 23.9%;
    text-align: center;
    vertical-align: middle;
    height: 55px;
}
.navwrap li:last-child
{
    border-right: none;
}
.navwrap li a {
    color:#fff;
    font-size: 0.85rem;
}
.navwrap li .fa {
    font-size: 1.1rem;
    vertical-align: middle;
    margin-top: 11px;
}

/*二级页面下拉菜单*/
.nav_down {
    font-size: 1.2rem;
    color: #2588d9;

}
.nav_down .fa {
    margin-left: 5px;
    font-size: 1.5rem;
}
.sub_nav {
    position: fixed;
    left: 0;
    top: 110px;
    width: 100%;
    height: 0;
    background: rgba(0,0,0,0.56);
    z-index: 888;
    transition: 0.3s all ease-in-out;
    overflow: hidden;
}
.sbu_nav_wrap {
    position: relative;
    overflow: hidden;
    padding: 1rem 0;
    background: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
}
.sbu_nav_wrap a {
    display: block;
    color: #999;
    margin-bottom: 0.5rem;
}
.sbu_nav_wrap a.on {
    color: #2588d9;
}
.sbu_nav_wrap a:last-child {
    margin-bottom: 0;
}
.sub_nav_close {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}



/*公司简介*/
.gsjj_info {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.gsjj_tit {
    position: relative;
    overflow: hidden;
    background: #fff;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
    border-left: 0.5rem solid #2588d9;
    text-indent: 0.5rem;
    width: 8rem;
}
.gsjj_line {
    position: relative;
    margin-bottom: 0.8rem;
}
.gsjj_info p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-indent: 2rem;
}

/*荣誉资质*/
.ryzz_nav {
    position: relative;
    overflow: auto;
    width: 80%;
    margin: 0 auto;
}
.ryzz_nav a {
    display: block;
    width: 45%;
    font-size: 0.9rem;
    line-height: 2rem;
    height: 2rem;
    text-align: center;
    color: #666;
    background: #f1f1f1;
}
.ryzz_nav a.on {
    color: #fff;
    background: #2588d9;
}
.ryzz_list {
    position: relative;
    overflow: auto;
    margin-top: 1.5rem;
}
.ryzz_list li {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 1rem;
    color: #666;
    font-size: 0.6rem;
    margin-left: 3%;
    float: left;
    width: 45%;
}

/*发展历程*/
.hi_tit {
    color: #2588d9;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: bold;
    margin-top: -6px;
}
.hi_con, .hi_con p {
    font-size: 0.85rem;
    color: #777;
    line-height: 1.4rem;
    word-break: break-all;
    margin: 0;
}
.hi_line {
    position: relative;
    overflow: hidden;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #afafaf;
    border-radius: 50%;
    background: #fff;
    z-index: 22;
}
.hi_dot {
    position: relative;
    overflow: hidden;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #afafaf;
    margin: 4px;
}
.hi_cell {
    width: calc(100% - 45px);
    position: relative;
    border-left: 1px solid #afafaf;
    padding-left: 15px;
    z-index: auto;
    margin-left: -8px;
    padding-bottom: 1rem;
}
/*联系我们*/
.lxwm_lf {
    position: relative;
    overflow: hidden;
    margin-top: 8px;
}
.ll_company, .llr_tit {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.llr_tit {
    margin-bottom: 0.5rem;
}
.ll_info p {
    margin: 0;
    line-height: 1.4rem;
}
.ll_info a {
    color: #777;
}
.lxwm_rt {
    position: relative;
    margin-top: 1.2rem;
}
.llr_inpt input {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0.6rem;
    width: 97%;
    font-size: 0.85rem;
    color: #666;
    line-height: 1.8rem;
    height: 1.8rem;
    text-indent: 0.8rem;
    border: 1px solid #ccc;
}
.llr_inpt textarea {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0.6rem;
    width: 99%;
    font-size: 0.85rem;
    color: #666;
    line-height: 1.5rem;
    height: 5rem;
    text-indent: 0.8rem;
    border: 1px solid #ccc;
}
.llr_inpt span {
    color: red;
}
.llr_btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0.6rem;
    width: 100%;
    font-size: 0.85rem;
    line-height: 2.2rem;
    height: 2.2rem;
    outline: none;
    border: none;
    text-indent: 0.8rem;
    text-align: center;
    color: #fff;
    background: #2588d9;
}

/*案例列表*/
.page_case_list {
     position: relative;
     overflow: hidden;
 }
.page_case_list li {
     margin-left: 3.2%;
     width: 45%;
     position: relative;
     overflow: hidden;
     float: left;
     margin-bottom: 1.5rem;
}
.pcl_cover img {
     width: 100%;
     height: 140px;
     display: block;
}
.pcl_con {
     position: relative;
     overflow: hidden;
     margin-top: 5px;
 }
.pcl_tit {
     width: 96%;
     position: relative;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     color: #4e4e4e;
     font-size: 1rem;
     line-height: 1.5rem;
}
.pcl_date {
     font-size: 0.8rem;
     color: #939393;
}
.position_here {
     position: relative;
     width: 94%;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
}
.position_here a {
     color: #777;
}
.position_here a.on {
    color: #2588d9;
}
.cd_tit {
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: #414141;
    margin-top: 0.5rem;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    margin-bottom: 0.2rem;
}
.cd_asset {
    position: relative;
    color: #696969;
}
.cda_view {
    margin-left: 15px;
}
.cda_view .fa {
    margin-right: 5px;
}

.con_likely {
    position: relative;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    font-size: 0.9rem;
    color: #7a7a7a;
    font-weight: bold;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.con_likely a {
    color: #7a7a7a;
}
.con_up_down {
    position: relative;
    overflow: hidden;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.con_up_down a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 96%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.8rem;
    margin-top: 6px;
    line-height: 1.2rem;
    color: #696969;
}

.cr_head {
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.8rem;
}
.crh_tit {
    position: relative;
    font-size: 0.95rem;
    font-weight: bold;
    line-height: 1.2rem;
}
.crh_bline {
    width: 3.5rem;
    height: 2px;
    display: block;
    position: relative;
    overflow: hidden;
    background: #2588d9;
    margin-top: 0.4rem;
}
.cr_read {
    position: relative;
    overflow: hidden;
}
.cr_read li {
    margin-bottom: 0.6rem;
}
.crr_lf {
    position: relative;
    overflow: hidden;
    width: 35%;
}
.crr_lf img {
    display: block;
}
.crr_rt {
    width: 60%;
    position: relative;
    overflow: hidden;
    margin-left: 2%;
}
.crr_tit {
    margin-top: 0.6rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    line-height: 1.2rem;
    color: #606060;
}
.crr_asset {
    font-size: 0.7rem;
    line-height: 0.9rem;
    margin-top: 0.8rem;
    color: #898989;
}
.crr_asset .fa {
    margin-left: 10px;
    margin-right: 6px;
}
.crh_tit_a a {
    font-size: 0.8rem;
    line-height: 1rem;
    color: #666;
}
.cr_topic a {
    position: relative;
    overflow: hidden;
    float: left;
    display: block;
    padding: 0.3rem 0.6rem;
    font-size: 0.8rem;
    margin-right: 0.5rem;
    line-height: 1rem;
    text-align: center;
    color: #7f7e7e;
    border: 1px solid #c2c2c2;
    margin-bottom: 0.5rem;
}

.ccm_inpt input {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 0.8rem;
    height: 1.4rem;
    line-height: 1.4rem;
    border: 1px solid #ccc;
    width: 45%;
    text-indent: 0.5rem;
    margin-bottom: 0.5rem;
}

.ccm_txt_area textarea {
    position: relative;
    overflow: hidden;
    width: 90%;
    border: 1px solid #ccc;
    font-size: 0.8rem;
    line-height: 1.2rem;
    height: 4rem;
    padding: 0.5rem;
}
.ccm_text_note {
    position: relative;
    font-size: 0.6rem;
    color: #ccc;
    margin-bottom: 0.5rem;
}

.captchaImage {
    position: absolute;
    margin-left: 47%;
}

.ccmf_not {
    position: relative;
    overflow: hidden;
    color: #666;
}
.color-red {
    color: red;
}
.ccmf_btn button {
    position: relative;
    display: block;
    overflow: hidden;
    background: #2588d9;
    border: none;
    outline: none;
    font-size: 0.8rem;
    width: 4.5rem;
    color: #fff;
    line-height: 1.5rem;
    height: 1.5rem;
    text-align: center;

}

.flash-success {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: green;
    height: 68px;
    line-height: 68px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
}

.ccm_list li {
    position: relative;
    overflow: hidden;
    width: 90%;
    border: 1px dotted #ccc;
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding: 0.5rem;
    margin-top: 0.8rem;
}
.ccml_h_name {
    color: #cc0000;
    font-size: 0.8rem;
    line-height: 0.9rem;
    text-decoration: underline;
    margin-bottom: 0.3rem;
}
.ccml_h_time {
    margin-left: 0.3rem;
    color: #666666;
    font-size: 0.8rem;
    line-height: 0.9rem;
    margin-bottom: 0.3rem;
}
.ccm_con {
    position: relative;
    overflow: hidden;
    color: #666;
    font-size: 0.85rem;
    line-height: 1.1rem;
    margin-top: 0.3rem;
}

.only_blue_bg {
    background: #2588d9;
}
.center {
    text-align: center;
}
.color_white {
    color: #fff;
}
.wu_stit {
    font-size: 1rem;
    color: #fff;
    line-height: 1.2rem;
    font-weight: 300;
}

.wu_btit {
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.5rem;
    margin: 0.3rem auto;
}

.wu_words {
    color: #fff;
    font-size: 0.6rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}

.down_tangle {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 15px solid #2588d9;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.color_blue {
    color: #2588d9;
}
.wu_td_line {
    margin-top: 1rem;
    position: relative;
    overflow: hidden;
    padding: 0.5rem 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.wu_td_tit {
    font-size: 1.3rem;
    color: #333;
    line-height: 2rem;
    font-weight: bold;
}
.wu_td_sline {
    width: 3rem;
    height: 3px;
    background: #2588d9;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-top: -2px;
}
.wu_t1 {
    font-size: 1.4rem;
    line-height: 1.5rem;
    color: #333;
    margin-top: 1rem;
}
.wu_t2 {
    line-height: 1.5rem;
    font-size: 1rem;
    margin-top: 0.5rem;
    font-weight: bold;
    color: #000;
}
.wu_t3 {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #222;
    line-height: 1.2rem;
}
.wu_t3 span {
    color: #d62121;
    font-weight: bold;
}
.wu_tf_bg {
    position: relative;
    overflow: hidden;
    background: url(../images/p29.png) no-repeat left;
    width: 100%;
    padding: 1rem 0;
    margin: 1.2rem auto;
}

.wu_hxt_bg {
    position: relative;
    overflow: hidden;
    background: url(../images/p36.png) no-repeat center;
    width: 100%;
    padding: 2.5rem 0;
    margin: 1.2rem auto;
}

.cn_t1 {
    color: #292828;
    font-size: 0.85rem;
}
.cn_t1 span {
    font-size: 1.2rem;
    color: #2588d9;
    font-weight: bold;
    line-height: 1.5rem;
}
.cn_t2 {
    color: #292828;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3rem;
}
.cn_t2 span {
    color: #2588d9;
}
.cn_t3 {
    font-size: 0.95rem;
    color: #292828;
    font-weight: 300;
    line-height: 1.2rem;
}
.cn_t4 {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #2588d9;
    font-weight: bold;
}
.wu_fz_bg {
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
    width: 100%;
    padding: 1rem 0;
}
.wu_js_tit {
    font-size: 0.9rem;
    line-height: 1rem;
    color: #333;
    font-weight: bold;
    margin-top: 0.8rem;
}

.wu_yhal_tit {
    color: #fff;
    font-size: 1.1rem;
    margin-top: 1rem;
    line-height: 1.5rem;
}
.wu_yhal_con p {
    color: #fff;
}
.yhal-pagination {
    position: relative;
    text-align: center;
    margin-top: 0.5rem;
}
.yhal-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
.yhal-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}
.wu_rylist {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 1rem;
    width: 95%;
}
.wu_rylist .swiper-slide {
    width: 48%;
}
.wu_rytit {
    position: relative;
    overflow: hidden;
    color: #555;
    text-align: center;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
}
.rylist-pagination {
    position: relative;
    text-align: center;
    margin-top: 0.5rem;
}
.rylist-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2588d9;
}
.rylist-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #2588d9;
    opacity: 1;
}


/*检测报价*/
.sncjq_calc_rt {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    background: #2588d9;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-bottom: 1rem;
}
.sncjq_already {
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    line-height: 2.2rem;
    margin-top: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #f1f1f1;
}
.sncjq_already span {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2.2rem;
    background: #fff;
    border-radius: 5px;
    color: #2588d9;
    padding: 0.2rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
.sncjq_calc_rtit, .sncjq_calc_rtbox {
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.sncjq_calc_rtit {
    font-size: 1rem;
    margin: 0.6rem auto;
}
.sncjq_calc_fee {
    font-size: 0.8rem;
    line-height: 1.6rem;
}
.sncjq_calc_lf {
    position: relative;
    overflow: hidden;
    border: 1px solid #2588d9;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 1rem 0;
}
.sncjq_calc_tit {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    margin-bottom: 0.6rem;
    color: #333;
}
.sncjq_form_element {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.sncjq_form_element select {
    display: inline-block;
    position: relative;
    width: 25.5%;
    border: 1px solid #2588d9;
    color: #555;
    height: 2.2rem;
    font-size: 0.8rem;
    line-height: 2.2rem;
    margin-right: 1%;
    border-radius: 3px;
    background: #fff;
}

.sncjq_form_element input {
    margin: 0 auto;
    margin-top: 0.6rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 80%;
    border: 1px solid #2588d9;
    height: 2.2rem;
    font-size: 0.8rem;
    line-height: 2.2rem;
    text-indent: 0.5rem;
    border-radius: 3px;
}
.sncjq_form_element .pp {
    position: absolute;
    color: #555;
    display: inline-block;
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-top: 0.8rem;
    margin-left: -2rem;
}
.sncjq_form_choose {
    width: 80%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 0.6rem;
    text-align: left;
}
.sncjq_form_choose .cjqzt_c_item {
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #333;
    font-size: 0.8rem;
    line-height: 1.6rem;
    margin-right: 1rem;
}
.sncjq_form_choose .cjqzt_c_item.on {
    color: #2588d9;
    font-weight: bold;
}

.calc-btn {
    position: relative;
    overflow: hidden;
    display: block;
    width: 80%;
    height: 2.2rem;
    line-height: 2.2rem;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    background: #2588d9;
    border-radius: 3px;
    margin: 1rem auto;
}

.sncjq_modal {
    display: none;
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
}
.sncjq_mbox {
    background: #fff;
    border: 1px solid #2588d9;
    width: 100%;
    height: 4rem;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-top: 100%;
    font-size: 0.8rem;
    line-height: 1.1rem;
}

.sncjq_notice_close {
    position: relative;
    overflow: hidden;
    margin-left: 90%;
    margin-top: 0.3rem;
    color: #f33;
    font-size: 1.1rem;
}


/*室内甲醛治理*/
.sncjq_tab_list {
    position: relative;
    overflow: hidden;
    margin-top: 0.5rem;
    width: 100%;
}
.sncjq_tab {
    width: 48%;
    text-align: center;
}
.sncjq_tab .sncjq_ti_t {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 0.85rem;
    line-height: 1.8rem;
    height: 1.8rem;
    background: #cdcdcd;
    color: #555;
    text-align: center;
}
.sncjq_tab.on .sncjq_ti_t {
    background: #2588d9;
    color: #fff;
}
.sncjq_tab.on .sncjq_ti_triangle_down {
    opacity: 1;
}
.sncjq_ti_triangle_down {
    opacity: 0;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 0;
    height: 0;
    display: block;
    border-top: 0.5rem solid #2588d9;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
}
.sncjq_ti_contain .title {
    text-align: center;
    font-size: 1rem;
    color: #333;
    line-height: 1.5rem;
    font-weight: bold;
    margin-top: 1rem;
}
.sncjq_ti_contain .date {
    font-size: 0.75rem;
    color: #666;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 0.5rem;
}
.ifc_tit {
    position: relative;
    overflow: hidden;
    font-size: 1rem;
    color: #333;
    line-height: 1rem;
    padding-right: 1rem;
    border-right: 0.2em solid #2588d9;
    width: 4rem;
    margin: 0.6rem 0;
    background: #fff;
    z-index: 22;
}
.ifc_line {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 1px;
    background: #c5c5c5;
    margin-top: -1.1rem;
    z-index: auto;
}
.ifc_desc {
    margin-top: 1rem;
}
.ifc_desc p {
    font-size: 0.75rem;
    color: #777;
    line-height: 1.2rem;
    margin: 0.2rem 0;
}
.sn_cjqcplist {
    position: relative;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
}
.sn_cjqcplist li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: 3%;
}

/*汽车除甲醛*/
.cjqzt_form {
    background: #2588d9;
    position: relative;
    padding: 1.5rem 0;
}
.cjqzt_form input {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.85rem;
    color: #333;
    text-indent: 0.5rem;
    background: #fff;
    border: none;
    outline: none;
    margin-bottom: 0.8rem;
}

.cjqzt_choose {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.8rem;
}
.cjqzt_choose .cjqzt_c_item {
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 0.85rem;
    line-height: 1rem;
    margin-right: 1rem;
}
.cjqzt_c_item .cjqzt_c_cicle {
    position: relative;
    overflow: hidden;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 0.2rem;
    line-height: 1rem;
    margin-top: 0.2rem;
}
.cjqzt_c_item.on .cjqzt_c_cicle {
    background: #fff;
}
.cjqzt_select {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.8rem;
}
.cjqzt_select select {
    position: relative;
    overflow: hidden;
    display: block;
    width: 32.1%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.85rem;
    color: #333;
    text-indent: 0.5rem;
    background: #fff;
    border: none;
    outline: none;
    margin-right: 1.2%;
}
button.cjqzt_btn {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.85rem;
    color: #fff;
    text-indent: 0.5rem;
    background: #ff9c00;
    border: none;
    outline: none;
}

.qccjq_gsbg {
    background: url(../images/p65.png) no-repeat center;
    width: 100%;
    padding: 1.5rem 0;
}
.qccjq_zz {
    position: relative;
    overflow: hidden;
    overflow-x: scroll;
    margin-top: 1.2rem;
    white-space: nowrap;
}
.qccjq_zz li {
    display: inline-block;
    width: 35%;
    position: relative;
    overflow: hidden;
    margin-right: 2%;
}
.qccjq_zz li img {
    width: 100%;
}

.qccjq_ppbg {
    position: relative;
    overflow: hidden;
    background: url(../images/p72.png) left no-repeat #f7f7f7;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.qccjq_ppbg .title {
    width: 90%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.qccjq_ppbg .title img {
    width: 100%;
    display: block;
}
.qccjq_logo {
    position: relative;
    overflow: hidden;
    margin-top: 1rem;
}

.qccjql-pagination {
    position: relative;
    text-align: center;
    margin-top: 1rem;
}
.qccjql-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
.qccjql-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

.xxcjq_t_stitle {
    position: relative;
    overflow: hidden;
    font-weight: bold;
    color: #222;
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.bgc_ldbx {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.bgc_ldbx_item {
    position: relative;
    width: 30%;
    margin-left: 2.5%;
    overflow: hidden;
    float: left;
    margin-bottom: 1rem;
}
.cjqys_list {
    position: relative;
    overflow: hidden;
    overflow-x: scroll;
    margin: 0.6rem auto;
    white-space: nowrap;
}
.cjqys_list li {
    display: inline-block;
    width: 30%;
    position: relative;
    margin-left: 5%;
}
.cjqys_list_2 {
    position: relative;
    overflow: hidden;
    overflow-x: scroll;
    margin: 0.6rem auto;
    white-space: nowrap;
}
.cjqys_list_2 li {
    display: inline-block;
    width: 40%;
    position: relative;
    margin-left: 1.5%;
}

.line_0_5{
    width: 100%;
    height: 0.5rem;
    overflow: hidden;
}
.line_1{
    width: 100%;
    height: 1rem;
    overflow: hidden;
}
.line_1_5{
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
}

.line_2{
    width: 100%;
    height: 2rem;
    overflow: hidden;
}

.line_25{
    width: 100%;
    height: 25px;
    overflow: hidden;
}
.line_34{
    width: 100%;
    height: 34px;
    overflow: hidden;
}
.line_40{
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.line_50{
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.line_54{
    width: 100%;
    height: 54px;
    overflow: hidden;
}
.line_83{
    width: 100%;
    height: 83px;
    overflow: hidden;
}

/*首页*/
.brand_title{
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #3d3d3d;
}
.brand_eng{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #7e7e7e;
    text-align: center;
}
.my-video-dimensions{
    width: 100%;
    height: 220px
}

.brand_xian{
    width: 74px; height: 1px;margin: 0 auto;background: #2588d9
}

.brand_nei .brand_left_nei{
    font-size: 0.95rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #555555;
    text-indent:2em;
}
.brand_nei  .brand_left_button{
    width: 157px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #2c8de0;
    font-size: 0.85rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #666666;
    padding: 0.65rem 2rem;
}
.brand_nei  .brand_left_button:hover{
    background:#2c8de0 ;
    color: white;
}
/*服务项目*/
.brand_neis{
    background: #0083d8;
}
.brand_neis .serve_left{
    float: left;
    width:50%;
}
.brand_neis .serve_right{
    float: right;
    width: 50%;
}
.brand_neis .serve_right .service_title{
    color: white;
    font-size: 0.8rem;
    margin-left: 1.5rem;
    margin-top: 0.5rem;
    font-weight: bold;
    text-align: left;
}
.brand_neis .serve_right .service_nei{
    color: white;
    font-size:0.7rem ;
    margin-left: 1.5rem;
    margin-top: 0.3rem;
    text-align: left;
}
.brand_neis .serve_right .service_more{
    margin-left: 1.5rem;
    margin-top: 0.3rem;
    text-align: left;
}
.brand_neis .serve_right .service_more a {
    color: white;
    border: 1px solid white;
    padding: 0.2rem 0.5rem;
    border-radius:5px ;
    font-size:0.7rem ;
}

/* 除甲醛案例 */
.slideTxtBox{   width:100%; overflow:hidden;  background:#fff;  text-align:left;  }
.slideTxtBox .hd{ height:33px; line-height:33px;  font-size:14px; }
.slideTxtBox .hd ul{ overflow:hidden; zoom:1; width: 100%;margin: 0 auto }
.slideTxtBox .hd ul li{
    float:left;
    width: 24%;
    height: 33px;
    background-color: #e9e9e9;
    border-radius: 25px;
    margin-left: 0.2rem;

}
.slideTxtBox .hd ul li a{
    display:block;
    height: 33px;
    font-size: 0.8rem;
    border-radius: 25px;
    line-height: 33px;
    text-align: center;
    color: #555555;
}
.slideTxtBox .hd ul li a:hover{ text-decoration:none;  }
.slideTxtBox .hd ul li.on a{ background:#39A4DC; color:#fff;  }
.slideTxtBox .bd{  }
.slideTxtBox .bd li .date{ float:right; color:#999;  }

.web{width:100%;margin:0px auto;}
.conaaa{width:100%;background:#fff;margin:27px auto;}
.conaaa ul li{width:48%;float:left;position:relative;overflow:hidden;cursor:pointer;margin-right: 1%;margin-bottom: 5%}
.anli_tu{
    width:100%;
    position: relative;
    background-color: #fff;
    background-size: cover;
    background-position: 50% 50%;
}

.txt{width:100%;height:35px;background:#f5f5f5;font-family:"微软雅黑";}
.txt h3{
	font-size: 14px;
    font-weight: 500;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: black;
}

.wuxing{
    width: 50%;
    margin: 0 auto
}

/*为什么选择我们*/
.whys{
    border-bottom: 1px solid #e5e5e5;
}
.whys .whys_left{
    float: left;
    width: 10%;
    margin-left: 1rem;
}
.whys .whys_right{
    float: left;
}
.whys .whys_right .relieved{
    color: #4f4f4f;
    font-size: 1rem;
    line-height: 13px;
    margin-left: 1rem;
}
.whys .whys_right .sj{
    color: #696868;
    font-size: 0.9rem;
    margin-left: 1rem;
    margin-top: 0.3rem;
}
.whys .whys_1{
    color: #7f7f7f;
    font-size: 0.8rem;
    width: 92%;
    margin:0.2rem auto 0;
}
.viewport{
    width: 500%;
    height: 100%;
    display: -webkit-box;
    overflow: hidden;
    /*pointer-events: none; 去掉这句话*/
    -webkit-transform: translate3d(0,0,0);
    backface-visibility: hidden;
    position: relative;
}
.pageview{
    -webkit-box-flex: 1;
    width: 0;
    margin: 0 5px;
}
.pagenumber{
    display: -webkit-box;
    position: absolute;
    bottom: 5%;
    left: 35%;
    height: 1em;
    width: 30%;
}
.pagenumber div{
    -webkit-box-flex: 1;
    width: 0;
    position: relative;
}
.pagenumber .now:after {
    background: rgba(255,255,255,1) !important;
}
.pagenumber div:after{
    content: "";
    width: 6px;
    height: 6px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
}

/*除甲醛答疑*/
.answer{
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 1rem;
}
.answer_left{
    float: left;
    width: 30%;
    height:86px;
    overflow: hidden;
}
.answer_right{
    float: right;
    width: 67%;
}
.answer_right .answer_title{
    color: #606060;
    font-size: 14px;
}
.answer_right .answer_shi .answer_time{
    color: #898989;
    font-size: 14px;
}
.answer_right .answer_shi .answer_yan{
    background: url(../images/answer_yan.png)0px 0px  no-repeat;
    background-size: 21px 13px ;
    color: #898989;
    font-size: 14px;
    padding-left: 30px;
    margin-left: 20px;
}
.answer_more{
    text-align: center;
	margin-top: 15px;
}
.answer_more a{
    color: #666666;
    font-size: 0.85rem;
    border: solid 1px #2c8de0;
    border-radius: 4px;
    padding: 0.7rem 1.8rem;
}

/*合作伙伴*/
.partner{
    width: 20%;
    margin:0 2.5%;
    float: left;
}


/* 多图滚动 */
.scrollBox{ margin:10px auto; text-align:center;  }
.scrollBox .bd li{ width:100%; font-size:14px; }
.scrollBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */
.scrollBox .bd li img{ width:94%; background:url(../images/loading.gif) #fff center center no-repeat;  }
.scrollBox .hd{ height:20px; overflow:hidden; font-size:0; margin-top: 10px;}
.scrollBox .hd ul{ display:inline-block; padding-top:5px; }
.scrollBox .hd li{ display:inline-block; width:8px; height:8px; background:#D0D0D0; margin:0 5px; vertical-align:top; overflow:hidden;
    -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;
}
.scrollBox .hd .on{ background:#BA2636;  }
.scrollBox .prev,.scrollBox .next{ display:inline-block; width:25px; height:20px; background:url(../images/wyicons.png) no-repeat; overflow:hidden; margin:0 5px;  vertical-align:top; }
.scrollBox .next{ background-position:-105px 0; }
.llr_inpt{
	width: 100%;
}
.brand_nei{
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 24px;
}
.brand_nei h3{
	font-size: 16px;
}
.foot{
	margin-bottom: 55px;
}
.ny_nav{
	color: #fff;
	font-size: 1.2em;
	line-height: 2.8em;
	padding-left: 1em;
}
.tubiao{
	float: right;
	margin-right: 1em;
	margin-top: 0.3em
}
 .content_left h1 {
        font-size: 1.4rem !important;
        font-weight: bold !important;
        margin: 5px 0px !important;
    }
    .content_left h2 {
        font-size: 1.2rem !important;
        font-weight: bold !important;
        margin: 5px 0px !important;
    }
    .content_left h3 {
        font-size: 1rem !important;
        font-weight: bold !important;
        margin: 5px 0px !important;
    }
	.content_left h4 {
        font-size: 0.9rem !important;
        font-weight: bold !important;
        margin: 5px 0px !important;
    }
    .content_left h1 span {
        font-size: 1.4rem !important;
        font-weight: bold !important;
        margin: 5px 0px !important;
    }
    .content_left h2 span {
        font-size: 1.2rem !important;
        font-weight: bold !important;
        margin: 5px 0px !important;
    }
    .content_left h3 span {
        font-size: 1rem !important;
        font-weight: bold !important;
        margin: 5px 0px !important;
    }
    .content_left h4 span {
        font-size: 0.9rem !important;
        font-weight: bold !important;
        margin: 5px 0px !important;
    }
    .content_left strong {
        font-weight: bold !important;
    }
    .content_left em {
        font-weight: bold !important;
    }
	 .content_left strong span {
        font-weight: bold !important;
    }
    .content_left span strong {
        font-weight: bold !important;
    }
    .cda_view a {
        color: #696969;
    }
.indextt h3 {
    height: 34px;
    line-height: 33px;
    font-size: 20px;
    text-transform: uppercase;
    color: #0467b8;
}
.indextt h3 span {
    color: #ff0000;
    margin-right: 5px;
    font-size: 26px;
}
.indextt .lineth {
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    height: 14px;
    line-height: normal;
}
.indextt .lineth span {
    height: 6px;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -3px;
    background: #0467b8;
}
.indextt .aboutdesc {
    margin-top: 12px;
    text-align: left;
}
.cont_del p {
    margin-bottom: 10px;
}
.aboutdesc p span {
    color: #0467b8;
    font-size: 16px;
    font-weight: 600;
}
.why_box {
    background: #2196F3;
	padding-bottom: 30px;
}
.why_title h3 {
    padding: 0 0 20px 0;
    text-align: center;
    color: #fff;
    margin: 0;
	font-size: 20px;
}
.why_ul_box p {
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
	color: #fff
}
.why_list {
    background: #fff;
}
.why_list p {
    padding-bottom: 10px;
    padding-left: 5px;
    line-height: 30px;
}
.why_list p span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #e74f06;
    float: left;
    margin-right: 5px;
}
.aboutbox{
	text-align: center;
}
.cp_box{
	padding-bottom: 1.5rem;
}
.weixin{
	margin-top: 10px;
    text-align: center;
}
.weixin img{
	width: 110px;
}