﻿/****/
* {
    margin: 0;
    padding: 0;
    word-break: break-all;
    transition: opacity .4s, border-color .4s;
    -webkit-transition: opacity .4s, border-color .2s;
}

body {
    color: #333;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    font: 13px/2 arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
    background: #fff;
}

ul, li {
    list-style-type: none;
}

input, button, select, textarea {
    outline: none;
    resize: none;
    font: 13px/2 arial, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
    background: none;
    color: #999;
    text-indent: 5px;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
}

img {
    border: 0;
    vertical-align: middle;
}

small, i, em {
    font-style: normal;
}

table {
    border-color: #e5e5e5;
    width: 99% !important;
    border-collapse: collapse;
}

table td {
    padding: 5px !important;
    border: 1px solid #dedede !important;
}	
td, th {
    border-color: #e5e5e5;
    padding: 10px;
}

hr {
    height: 1px;
    border: none;
    background-color: #efefef;
}

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

a:hover {
    color: #009fd7;
}

.hide, .ad h4, .ad p {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mb_15 {
    margin-bottom: 15px;
}

.mt_15 {
    margin-top: 15px;
}

.w {
    width: 1300px;
    margin: 0 auto;
}

.main {
    width: 1200px;
    margin: 20px auto 50px;
    height: auto;
    min-height: 400px;
    overflow: hidden;
}

.container {
    margin: 1px auto 0;
    width: 100%;
    overflow: hidden;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}


/*头部+导航*/

.header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    padding: 0 10%
}

.header .log {
    width: 244px;
}

.header .log img {
    width: 100%;
    margin-top: 17px
}

.header .log a {
    display: block;
}

.header .phone{
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 50px;
    margin-top: 34px;
    background-size: 42px;
    margin-left: 30px;
}

.header .phone h4 {
    font-size: 22px;
    color: #0490d3;
    line-height: 30px;
}

.menu {
    width: 62%;
    line-height: 100px;
}

.nav {
    display: block;
    text-align: center;
}

.nav>li {
    float: left;
    width: 12.5%;
    position: relative;
}
.nav_sy{
    display: block;
    color: #333;
    position: relative;
    font-size: 16px;
	background: #2c98e7;
    color: #fff;
	}
.nav_sy:hover{
	color:#fff;
	}

.nav .nav_cp.curr .nav_a, .nav .nav_cp:hover .nav_a, .nav .subnav_a:hover {
    background: #2c98e7;
    color: #fff;
}

.nav .nav_a {
    display: block;
    color: #333;
    position: relative;
    font-size: 16px
}

.cur, .cur a, .cur a:hover, .cur:hover {
    background: #009fd7;
    color: #fff;
    display: block;
    font-size: 16px
}

.nav .subnav {
    display: none;
    position: absolute;
    background: #009fd7;
    left: -30px;
    right: -30px;
    z-index: 99;
    top: 100px;
}

.nav .subnav_li {
    display: block;
}

.nav .subnav_a {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 50px;
    border-bottom: 1px #0092c5 solid;
}

.nav>li:hover .subnav {
    display: block;
}

.sosu {
    color: #333;
    background: #eaeaea;
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 10px 0
}

.h_keyword {
    width: 633px;
    float: left;
    margin-left: 30px
}

.h_keyword a {
    margin-right: 5px;
}

.search_box {
    width: 330px;
    float: left;
    padding-top: 7px;
}

.search_box form .input_txt {
    width: 250px;
    height: 30px;
    border: 1px solid #999;
    background: #fff;
    float: left;
}

.search_box form .input_btn {
    width: 76px;
    height: 32px;
    background: #df5818;
    border: 0;
    color: #fff;
    float: left;
}



/*banner*/
.Carouse .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #fff;
}

.Carouse .swiper-button-next, .Carouse .swiper-button-prev {
    color: #fff
}

.Carouse img {
    width: 100%;
}

/*=======================首页部分start=======================*/
.t {
    height: 65px;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #999;
    text-align: center;
    background: url(../images/t_bg.png) no-repeat center 56px;
}

.t span {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    display: block;
    line-height: 35px;
    margin-bottom: 8px;
}

.t a {
    float: right;
    font-size: 12px;
    color: #b5b5b5;
    padding-top: 10px;
}

.t a:hover {
    color: #666;
}



.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    padding: 0;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 33%;
    width: 30px;
    height: 58px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    _display: none;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    color: #666;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -60px;
    background: url(../images/l.png) no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -60px;
    background: url(../images/r_1.png) no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background: url(../images/l_hover_1.png) no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background: url(../images/r_hover.png) no-repeat center center;
}


/*产品切换*/
.cp_cpzs{
    padding: 80px 0 20px;
	background: url(../images/bg_line.jpg) repeat;
}

.cp_cpzs .cp_menu {
    background: none;
    padding-bottom: 0
}

.cp_cpzs .cp_menu .fir_li li {
    width: 14.28%;
    float: left;
    padding: 10px;
    box-sizing: border-box
}

.cp_cpzs .cp_menu .fir_li a {
    border: none;
    padding: 0;
    background: #2c98e7;
    color: #fff;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px
}

.cp_cpzs .cp_menu .fir_li {
    text-align: center
}



.cp_cpzs .fr {
    float: inherit
}

.cp_cpzs .item {
    width: 25%;
    float: left;
    padding: 0 10px 20px;
    box-sizing: border-box;
    background: #fff;
}

.cp_cpzs .item a {
    display: block;
    border: 1px #fff solid;
    position: relative;
}

.cp_cpzs .item a:hover em {
    display: block;
}

.cp_cpzs .item span {
    display: block;
    border: 1px #e5e5e5 solid;
    overflow: hidden;
}

.cp_cpzs .item p {
    background: #f5f5f5;
    border: 1px #e5e5e5 solid;
    border-top: none;
    line-height: 50px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

.cp_cpzs .item img {
    width: 100%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.cp_cpzs .item a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.cp_cpzs .item em {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 80px;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
    background: rgba(0, 0, 0, .5) url(../images/searchicon.png) no-repeat center center;
}



/*视频中心*/
.spzx {
    background: url(../images/bg2.jpg) no-repeat center top;
    background-size: cover;
    padding: 40px 0;
    overflow: hidden;
}

.video_box .w {
    position: relative;
}

.video_box .swiper {
    padding: 20px 0;
}

.video_box .swiper-slide a {
    display: block;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    overflow: hidden;
    background: #fff;
}

.video_box .swiper-slide span:after {
    content: "";
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    top: 50%;

    margin: -23px 0 0 -23px;
    background: url(../images/icon22.png) no-repeat center;
    background-size: cover
}

.video_box .swiper-slide p {
    line-height: 46px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #333;
}

.video_box .swiper-slide img {
    width: 100%
}

.video_box .swiper-button-next:after, .video_box .swiper-button-prev:after {
    display: none;
}

.video_box .swiper-button-prev {
    left: -50px;
    width: 40px;
    height: 40px;
    background: url(../images/prev1.png) no-repeat center;
    background-size: cover;
    margin-top: 0px;
}

.video_box .swiper-button-next {
    right: -50px;
    width: 40px;
    height: 40px;
    background: url(../images/next1.png) no-repeat center;
    background-size: cover;
    margin-top: 0px;
}

/*检测方案开始*/
.plan {
    background: url(../images/index_about.jpg) no-repeat top center;
    padding: 40px 0;
}

.jcfa {
    text-align: center;
}

.means_bg .w {
    background: #fff;
    padding: 30px 30px 0;
    border-radius: 10px;
    box-sizing: border-box
}

.hyfa {
    width: 20%;
    padding-top: 10px;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
}

.bt {
    font-size: 12px;
    display: block;
}

.bt li {
    text-align: center;
    width: 100%;
    float: left;
    color: #333;
    display: block;
    border: 3px solid #2c98e7;
    margin-bottom: 20px;
    line-height: 65px;
}

.bt li b {
    font-size: 20px;
    display: block;
}


.bt li.hover a {
    display: block;
    color: #fff;
    background: #2c98e7;
}


.box2_con {
    width: 75%;
    float: right;
    margin-top: 35px;
    margin-bottom: 25px;
}

.painting_box {
    overflow: hidden;
    width: 100%;
}

.painting_box li {
    float: left;
    margin-top: 5px;
    margin-bottom: 30px;
}

.painting_box li .fa_pic {
    width: 30%;
    float: left;
}

.painting_box li .fa_pic img {
    width: 100%;
    height: inherit;
}

.painting_box li .fa_right_txt {
    width: 70%;
    float: right;
    display: block;
    padding-left: 30px;
    box-sizing: border-box;
}

.painting_box li .fa_right_txt b a {
    font-size: 18px;
    color: #2c98e7;
}

.painting_box li .fa_right_txt p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 5px;
}

.painting_box li .fa_right_txt span a {
    width: 90px;
    line-height: 30px;
    display: block;
    background: #2c98e7;
    color: #fff;
    text-align: center;
    margin-top: 8px;
    border-radius: 4px;
}


/*四大优势*/
.ysBox {
    margin-top: 50px
}

.Advantage_box {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.Advantage_box .box {
    width: 35%;
    position: absolute;
    overflow: hidden;
}

.Advantage_box .box1, .Advantage_box .box2 {
    top: 0;
}

.Advantage_box .box3, .Advantage_box .box4 {
    bottom: 0;
}

.Advantage_box .box span {
    display: block;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    float: left;
}

.Advantage_box .box h3 {
    font-size: 22px;
    margin-left: 90px;
}

.Advantage_box .box p {
    font-size: 15px;
    margin-left: 90px;
    line-height: 30px;
}

.Advantage_box .box:nth-child(odd) {
    left: 0;
}

.Advantage_box .box:nth-child(odd) span {
    background: #2c98e7;

}

.Advantage_box .box:nth-child(even) span {
    background: #e25716;

}

.Advantage_box .box:nth-child(even) {
    right: 0;
}

.Advantage_box .pic {
    width: 400px;
    margin: 0 auto;
    border-radius: 50%;
}

.Advantage_box .pic img {
    width: 100%;

}

/*客户案例*/
.khal {
    margin-top: 55px;
}


/*关于我们*/
.i_abbg {
    background: url(../images/aboutbg.jpg) no-repeat center;
    background-size: cover;
    padding: 40px 0;
    overflow: hidden;
    margin-top: 25px;
}

.i_about_box {
    padding-top: 20px;
    background: url(../images/building_1.png) no-repeat right top;
    background-size: 35%;
}


.gywm {
    width: 75%;
}

.gywm h3 {
    color: #2c98e7;
    margin-bottom: 10px;

    font-size: 25px;
}

.gywm p {
    line-height: 40px;
    font-size: 16px;
}

.gywm a {
    color: #fff;
    background: #2c98e7;
    border-radius: 4px;
    float: right;
    display: block;
    width: 120px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
}

.i_about_box .w {
    width: 1200px;
}

.ry_box {
    width: 100%;
}

.ry_title {
    width: 100%;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    position: relative;
}

.ry_title span {
    position: relative;
    z-index: 100;
    color: #fff;
    text-align: center;
    display: block;
    width: 160px;
    line-height: 50px;
}

.ry_title b {
    display: block;
    width: 160px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 6px 6px 0 0;
    line-height: 50px;
    background: #009fd7;
    z-index: 1;
}

.ry_kj {
    overflow: hidden;
    margin-top: 30px;
}

.ry_list {
    overflow: hidden;
}

.ry_list li {
    width: 20%;
    float: left;
    padding: 10px 10px;
    box-sizing: border-box;
}

.ry_list li img {
    width: 100%
}

.ry_list li p {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 48px;
    background: #fff;
}













/*关于*/
.about_box {
    background: #f5f5f5;
    padding: 44px 0;
}

.about_box .fl {
    width: 510px;
    height: 320px;
    overflow: hidden;
    background: #000;
    margin-top: 20px;
}

.about_box .fr {
    width: 660px;
    margin-top: 15px;
    line-height: 32px;
}

.about_box .fr a {
    color: #009fd7;
}

/*新闻列表*/
.news {
    padding: 55px 0 15px;
    background: url(../images/bg3_1.jpg) no-repeat center;
    background-size: cover;
}

.news .list {
    margin-top: 44px;
}

.news .ul1 li {
    width: 48.5%;
    float: left;
    margin-right: 3%;
}

.news .ul1 li a {
    display: block;
    background: url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
    border-radius: 8px;
    padding: 15px;
    overflow: hidden;
}

.news .ul1 li:last-child {
    margin-right: 0;
}

.news .ul1 li .image {
    display: block;
    float: left;
    width: 36%;
}

.news .ul1 li .image img {
    width: 100%;
}

.news .ul1 li .ntitle {
    width: 64%;
    padding-left: 20px;
    box-sizing: border-box;
    display: block;
    line-height: 30px;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}

.news .ul1 li .desc {
    width: 64%;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    padding-top: 5px;
    overflow: hidden;
	font-size: 15px;
    line-height: 32px;
    color: #555;
}

.news li a {
    display: block;
    overflow: hidden
}

.news .ul2 {
    margin: 20px 0;
    background: rgba(255, 255, 255, .6);
    padding: 15px
}

.news .ul2 li {
    width: 50%;
    float: left;
    padding: 0px 20px;
    box-sizing: border-box;
}

.news .ul2 li a {
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    line-height: 48px;
    padding-left: 24px;
    position: relative
}

.news .ul2 li a:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #009fd7;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 17px;
}

.news .ul2 li h4 {
    font-size: 16px;
    color: #444;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 90px
}

.news .ul2 li a span {
    display: block;
    position: absolute;
    right: 4px;
    top: 0;
    color: #777;
    font-size: 14px;
}


.more a {
    display: block;
    width: 140px;
    line-height: 40px;
    border-radius: 8px;
    border: 2px solid #2c98e7;
    color: #2c98e7;
    margin: 20px auto;
    font-size: 15px;
    text-align: center;
}

.more a:hover {
    background: #2c98e7;
    color: #fff;
    border-color: #2c98e7;
}

.more1 a {
    color: #fff;
    border-color: #fff;
}

/*友链*/
.yqlj {
    padding: 40px 0 15px;
}

.yqlj a {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}



/*底部*/

.footer {
    margin: 0 auto;
    clear: both;
    width: 100%;
    overflow: hidden;
	background: url(../images/bg.jpg) repeat;
}

.footer .ft_fd {
    width: 595px;
    min-height: 260px;
    margin-bottom: 20px;
    padding: 0 50px;
    border-right: 1px #414045 solid;
}

.footer h4 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 15px;
    background: url(../images/ft_line_1.png) no-repeat left 35px;
    padding-bottom: 25px;
}


.footer .ftt {
    width: 324px;
    min-height: 300px;
    color: #909090;
    border-right: 1px #4bb8e4 solid;
    padding-right: 10px;
    padding-top: 30px;
}

.footer .ftt h3 {
    font-size: 32px;
    color: #009fd7;
    line-height: 50px;
}

.footer .ftt p, .footer .ftt p a, .footer .ftt p a:hover {
    line-height: 32px;
    color: #fff;
}

.footer .ftt p {
    width: 48%;
    display: inline-block;
}

.footer .ftt1 {
    width: 162px;
    min-height: 300px;
    color: #909090;
    border-right: 1px #4bb8e4 solid;
    padding-right: 10px;
    padding-left: 64px;
    padding-top: 30px;
}

.footer .ftt1 h3 {
    font-size: 32px;
    color: #009fd7;
    line-height: 50px;
}

.footer .ftt1 p, .footer .ftt1 p a, .footer .ftt1 p a:hover {
    line-height: 32px;
    color: #fff;
}


.footer .ft_contact {
    width: 258px;
    min-height: 300px;
    color: #909090;
    border-right: 1px #4bb8e4 solid;
    padding-right: 10px;
    padding-left: 64px;
    padding-top: 30px;
}

.footer .ft_contact h3 {
    font-size: 32px;
    color: #009fd7;
    line-height: 50px;
}

.footer .ft_contact p {
    line-height: 24px;
    color: #fff;
}

.footer .ft_contact b {
    font-size: 30px;
    line-height: 35px;
    color: #e8f9ff;
    text-align: left;
}


.footer .ft_ewm {
    width: 157px;
    padding-top: 30px;
}

.footer .ft_ewm img {
    width: 157px;
    height: 157px;
}


.copyright {
    background: #005e7f;
    line-height: 33px;
    color: #717171;
    color: #fff;
    text-align: center;
}



.copyright_text a {
    color: #fff;
}


/*=======================首页部分end=======================*/



/*=======================内页部分start=======================*/
/*内页banner*/
.ny_banner {
    position: relative;
    width: 2560px;
    left: 50%;
    margin: 0 auto 0 -1280px;
    text-align: center;
    height: auto;
    overflow: hidden;
    background: #eee;
}

/*左侧*/
#left {
    width: 240px;
    float: left;
    margin-top: 20px
}

#left h2 {
    font-size: 20px;
    font-weight: normal;
    padding-left: 20px;
    line-height: 70px;
    background: #2c98e7;
    color: #fff;
}

.cp_menu, .contact {
    background: #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.cp_menu ul ul {
    display: none;
}

.cp_menu li {
    position: relative;
}

.cp_menu em {
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    right: 0;
    top: 0;
    z-index: 1
}

.cp_menu em.inactive {
    background: url(../images/arr_d.png) no-repeat center center;
}

.cp_menu em.active {
    background: url(../images/arr_u_1.png) no-repeat center center;
}

.cp_menu a {
    display: block;
    padding-left: 20px;
    line-height: 50px;
    font-size: 16px
}

.cp_menu a:hover, .cp_menu a.category_active {
    background: #fff;
    color: #009fd7
}

.cp_menu li li a {
    display: block;
    text-decoration: none;
    text-indent: 30px;
    background: #f6f6f6;
    color: #999;
    border-left: 3px solid #f6f6f6;
    font-size: 15px
}



/*右侧*/
#right {
    float: left;
    width: 930px;
    margin-left: 30px;
    display: inline-block;
}

#right .content {
    padding: 20px 0;
    height: auto;
    overflow: hidden;
}
#right .content p {
	font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}
#right_so {
    float: left;
    width: 1100px;
    margin-left: 30px;
    display: inline-block;
}

/*面包屑样式*/
.xzwz {
    height: 60px;
    border-bottom: 1px solid #ededed;
    line-height: 60px;
	margin-bottom: 20px;
	background:#2c98e7;
	
}

.xzwz .span_left {
    float: right;
    color: #2c98e7
}

.xzwz .span_right {
  line-height:58px;
  padding-left: 30px;
  background: url(../images/icon17.png) no-repeat left center;
  background-size: auto;
  background-size: 19px;
  font-size: 15px;
  color:#FFF;
  margin-bottom: 20px;
  position: relative;
}

.xzwz .span_right a {
    color:#FFF;
}

/*产品列表*/
.pBox .tab a {
    display: table;
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
}

.pBox .tab a .box {
    display: table-cell;
    vertical-align: middle;
    padding: 12px 8px;
    box-sizing: border-box;
    font-size: 16px;
    color: #555;
    text-align: center;
    border: 1px solid #dedede;
    border-top: none;
}


.pBox .tab:first-child .box:after {
    display: none;
}

.pBox .tab a .box1 {
    width: 25%;
}

.pBox .tab a .box1 img {
    width: 85%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.pBox .tab a .box2 {
    width: 20%;
    position: relative;
}

.pBox .tab a .box2 h3 {
    font-weight: 500;
    position: relative;
    z-index: 100;
    font-size: 16px;
}

.pBox .tab a .box2 h3 b {
    font-weight: 500;
}

.pBox .tab a .box3 {
    width: 10%;
}

.pBox .tab a .box4 {
    width: 25%;
}


/*产品详情*/
.main_photo {
    float: left;
    margin: 25px 0px 0px 0;
}

.product_group {
    margin: 25px 0px 0px 400px;
    overflow: hidden
}

.product_group h1 {
    color: #555;
    font-size: 24px;
    line-height: 60px;
    background: #efefef;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;

}

.product_group h1:before {
    content: "";
    width: 26px;
    height: 6px;
    border-radius: 0 3px 3px 0;
    position: absolute;
    left: 0;
    top: 28px;
    background: #009fd7
}

.product_group .time {
    font-size: 15px;
    color: #666;
    line-height: 40px;
    padding-left: 10px;
    margin-top: 10px
}

.product_group p.xg {
    font-size: 15px;
    line-height: 30px;
    color: #666;
    position: relative;
    padding-left: 30px;
}

.product_group p.xg:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #009fd7;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 8px;
}

.product_group .attr {
    margin-top: 15px;
    background: #f3f3f3;
    padding: 8px 15px 0;
}

.product_group li {
    list-style: none;
    line-height: 28px;
    color: #666
}

.product_group .desc {
    color: #666;
    font-size: 15px;
    line-height: 28px;
    margin-top: 10px
}

.product_group .download {
    padding-top: 10px;
    border-top: 1px #e5e5e5 dashed;
    margin-top: 20px;
}

.product_group .download li {
    float: left;
    margin-right: 20px;
}

.product_group .download a {
    color: #999;
    background: url(../images/attch.png) no-repeat left center;
    padding: 3px 0 3px 12px;
}

.product_group .download a:hover {
    color: #333;
}

.product_content {
    clear: both;
    width: 100%;
    overflow: hidden;
    line-height: 26px;
    padding-top: 25px;
}

.pro_show {
    padding: 15px 5%;
    box-sizing: border-box;
    border: 1px solid #ededed;
    border-top: none;
}

.product_content p img {
    width: 100% !important;
    max-width: 750px !important;
    height: inherit !important;
    display: block;
    margin: 0 auto !important;
}

.product_content h2 {
    margin: 8px 0 !important
}

.introduce, .eintroduce {
    color: #333;
    margin-bottom: 20px;
    border-bottom: 1px #e8e8e8 solid;
    font-size: 18px;
    line-height: 50px;
}



.buy a {
    color: #fff;
    background: #009fd7;
    padding: 5px 15px;
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0 0;
}

.buy a:hover {
    color: #fff;
    background: #004980;
}

.product_group .pdt_tel {
    background: #f4f4f4;
    margin-top: 30px;
    padding: 20px;
    overflow: hidden
}

.product_group .pdt_tel p {
    font-size: 18px;
    color: #009fd7;
    float: left;
    width: 140px;
    line-height: 35px;
    border: 2px solid #009fd7;
    background: #fff;
    border-radius: 20px;
    text-align: center
}

.product_group span.fd a {
    display: block;
    background: #009fd7;
    width: 140px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    float: right;
    border-radius: 20px;
    text-align: center
}

/*图片列表*/
.photo_list {
    width: 102%;
    padding-top: 20px;
}

.photo_list li {
    width: 31.3333%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.photo_list a {
    display: block;
    width: 100%;
}

.photo_list span {
    width: 100%;
    display: block;
    overflow: hidden;
}

.photo_list img {
    width: 100%;
    height: inherit !important
}

.photo_list a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.photo_list p {
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.photo_list a:hover p {
    color: #009fd7;
}

/*相册放大*/
body.over-flow-x {
    overflow: hidden;
}

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

#lightbox-container-image {
    padding: 10px;
}

#lightbox-loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 0;
    background: url(../images/loading_1.gif) no-repeat center center;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    float: left;
}

#lightbox-nav-btnNext {
    float: right;
}

#lightbox-container-image-data-box {
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 20px;
    float: right;
    padding: 0 10px 10px 0;
}

/*分页样式*/
.page {
    clear: both;
    margin: 25px 0px;
    text-align: center;
    font-size: 13px;
}

.page li {
    display: inline-block;
    margin: 0 3px;
}

.page li a {
    display: block;
    padding: 5px 15px;
    background: #ebebeb;
    border-radius: 3px;
    -webkit-border-radius: 5px;
    margin: 0 3px;
}

.page a:hover, .page .active a {
    background: #009fd7;
    color: #fff;
}


/*上一个下一个*/
.point {}

.point span {
    display: block;
    width: 60px;
    height: 150px;
}

.point span a {
    display: block;
    width: 60px;
    height: 150px;
    text-indent: -999999px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    background: url(../images/prev_next.png) no-repeat center top
}

.point span.to_prev {
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 1000;
}

.point span.to_next {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 1000;
}

.point span.to_prev a {
    background-position: 0 0
}

.point span.to_next a {
    background-position: -80px 0
}

.point span a:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


/*新闻列表*/
#right .news_list {
    padding: 30px 0;
}

#right .news_list li {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px #e5e5e5 dashed;
    margin-bottom: 20px;
}

#right .news_list .image {
    display: block;
    width: 200px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    border: 1px #e5e5e5 solid;
}

#right .news_list .image img {
    width: 200px;
}

#right .news_list h4 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

#right .news_list a {
    display: block;
    overflow: hidden
}

#right .news_list a:hover h4 {
    color: #009fd7
}

#right .news_list .list_time {
    display: block;
}

#right .news_list .desc {
    color: #444242;
}


/*sou列表*/
#right_so .news_list {
    padding: 30px 0;
}

#right_so .news_list li {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px #e5e5e5 dashed;
    margin-bottom: 20px;
}

#right_so .news_list .image {
    display: block;
    width: 200px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    border: 1px #e5e5e5 solid;
}

#right_so .news_list .image img {
    width: 200px;
}

#right_so .news_list h4 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

#right_so .news_list a {
    display: block;
    overflow: hidden
}

#right_so .news_list a:hover h4 {
    color: #009fd7
}

#right_so .news_list .list_time {
    display: block;
}

#right_so .news_list .desc {
    color: #999;
}

/*下载列表*/
#right .download_list {
    padding: 30px 0;
}

#right .download_list li {
    margin-bottom: 20px;
    border-bottom: 1px #eee dashed;
    padding-bottom: 20px;
}

#right .download_list h4 {
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

#right .download_list a {
    display: block;
}

#right .download_list a:hover h4 {
    color: #009fd7
}

#right .download_list .list_time {
    display: block;
}

#right .download_list .desc {
    color: #999;
}


/*新闻详情*/
.news_info {
    border-top: 1px #e5e5e5 dashed;
    padding: 20px 10% 0;
    margin-top: 20px;
    overflow: hidden;
    font-size: 16px
}

h1.content_title {
    font-size: 24px;
    font-weight: normal;
    line-height: 45px;
    color: #000;
    text-align: center
}

small.time {
    display: block;
    text-align: center;
	font-size:13px;
}

.down_btn {
    display: inline-block;
    padding: 8px 25px;
    background: #0490d3;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 10px;
}

.down_btn:hover {
    color: #fff;
    background: #CE7A00;
}

.news_info img {
    margin: 0 auto !important;
    display: block;
    width: auto !important;
    max-width: 750px !important;
}

.news_info video {
    width: 100%;
}

/*订单留言*/
dl.table {
    margin: 30px 0 0;
}

dl.table dt {
    float: left;
    width: 75px;
    height: 40px;
    line-height: 40px;
}

dl.table dd {
    height: 40px;
    margin-bottom: 20px;
}

dl.table dd input {
    border: 1px solid #ebebeb;
    width: 360px;
    height: 40px;
}

dl.table dd.biezhu {
    height: 130px;
}

dl.table dd.biezhu textarea {
    height: 115px;
    width: 360px;
    border: 1px solid #ebebeb;
}

.codeimg {
    background-color: #000;
    margin: 0 0 0 10px;
    cursor: pointer;
}

dl.table dd .submit_btn {
    width: 160px;
    margin-right: 20px;
    background: #009fd7;
    color: #fff;
    cursor: pointer;
    border: none;
    text-indent: 0;
}

/*网站地图*/
.ul_sitemap {
    margin: 10px 0 30px 30px;
}

.ul_sitemap li {
    list-style: none;
    line-height: 26px;
}

li.small_li_sitemap {
    clear: both;
    padding-left: 12px;
}

li.small_li2_sitemap {
    float: left;
    padding-left: 20px;
}

.blk-main {
    width: 1200px;
    margin: 0 auto;
}

.blk-md {
    width: 100%;
    clear: both;
}

.plc {
    background-position: -66px -1034px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    margin-bottom: 10px;
}

.p4-titlel-1 {
    height: 55px;
    font-size: 20px;
    font-weight: normal;
    color: #242424;
    line-height: 52px;
    margin-bottom: 24px;
}




.p4-titlel-1 i a {
    margin: 0 10px;
}

.p4-titlel-1 span {
    width: 36px;
    height: 2px;
    background: #db261d;
    display: block;
}

.p4-titlel-1 i {
    float: right;
    font-size: 14px;
    font-style: normal;
}

.p4-sitemap {
    overflow: hidden;
}

.p4-sitemap-con {
    overflow: hidden;
}

.p4-sitemap-con p {
    height: 46px;
    font-size: 20px;
    color: #333;
}

.p4-sitemap-con p a {
    color: #333;
}

.p4-sitemap-con ul {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 24px;
    overflow: hidden;
}

.p4-sitemap-con li {
    float: left;
    min-width: 12.5%;
    margin-right: 20px;
    height: 30px;
    line-height: 30px;
}

.p4-sitemap-con-a {
    height: 40px;
    line-height: 20px;
    text-align: right;
}

.p4-sitemap-con-a a {
    display: inline-block;
    padding: 0 10px;
}

.blk2 {
    margin-bottom: 30px;
}

.blk-main {
    width: 1200px;
    margin: 0 auto;
}

.blk-md {
    width: 100%;
    clear: both;
}

h3.tit {
    background: #009fd7;
    color: #fff;
    padding-left: 20px;
    line-height: 48px;
    font-size: 20px;
    margin-top: 20px;
}

.lkBox ul {
    overflow: hidden
}

.lkBox .ul1 li {
    width: 25%;
    float: left;
    padding: 20px 10px 10px;
    box-sizing: border-box
}

.lkBox .ul1 li a {
    display: block;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    background: #fff
}

.lkBox .ul1 li img {
    width: 100%
}

.lkBox .ul1 li p {
    line-height: 46px;
    font-size: 15px;
    border-top: 1px solid #efefef;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.lkBox .ul2 li {
    width: 50%;
    float: left;
    padding: 0 8px;
    box-sizing: border-box
}

.lkBox .ul2 li a {
    display: block;
    position: relative;
    line-height: 42px;
    border-bottom: 1px dashed #efefef;
}

.lkBox .ul2 li a p {
    padding: 0 90px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #444
}

.lkBox .ul2 li a p:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 3px;
    top: 16px;
    border: 1px solid #009fd7;
    border-radius: 50%;
}

.lkBox .ul2 li a span {
    display: block;
    position: absolute;
    right: 4px;
    top: 0;
    font-size: 14px;
    color: #999
}

#left .a1 {
    border: 1px solid #ccc
}

#left .a2 {
    background: #2c98e7;
    line-height: 60px;
    color: #fff;
    height: inherit
}

#left .a2 span {
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px
}

#left .a1 .a3 li {
    padding: 0 8px 0 30px;
    line-height: 42px;
    position: relative;
    height: inherit
}

#left .a1 .a3 li span {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 7px;
    top: 14px;
    border: 2px solid #009fd7;
    opacity: 0.7
}

#left .a1 .a3 li a {
    display: block;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fy {
    margin-top: 15px
}

.fy ul {
    overflow: hidden
}

.fy li {
    width: 50%;
    float: left;
    line-height: 35px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    padding: 0 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media all and (min-width:1024px) and (max-width:1680px) {
    .header {
        padding: 0 5%
    }
}

@media all and (min-width:1024px) and (max-width:1600px) {
    .header {
        padding: 0 6%
    }

    .nav .subnav_a {
        line-height: 40px;
        font-size: 14px
    }

    .gywm {
        width: 70%
    }

    .gywm a {
        margin-top: 20px;
        line-height: 36px;
        font-size: 14px
    }

    .gywm p {
        line-height: 32px
    }

    .header .tel {
        margin-left: 0px
    }

    .means_bg .w {
        padding: 10px 40px 0
    }

    .bt li {
        line-height: 60px;
        border-width: 2px;
    }

    .bt li b {
        font-size: 18px;
    }

    .Advantage_box .pic {
        width: 360px
    }
}

@media all and (min-width:1024px) and (max-width:1440px) {
    .header {
        padding: 0 4%
    }

    .header .log {
        width: 220px
    }

    .header .log img {
        margin-top: 21px
    }

    .w {
        width: 1200px
    }

    .bt li {
        line-height: 55px;
        margin-bottom: 15px;
    }

    .Advantage_box .box span {
        width: 60px;
        line-height: 60px;
        font-size: 32px
    }

    .Advantage_box .box h3 {
        margin-left: 70px;
        font-size: 20px
    }

    .Advantage_box .box p {
        margin-left: 70px;
        line-height: 26px
    }

    .t span {
        font-size: 30px
    }

    .news .ul2 li h4 {
        font-size: 15px;
    }

    .cp_menu li li a {
        text-indent: 18px
    }

}

@media all and (min-width:1024px) and (max-width:1400px) {
    .w, .main {
        width: 1100px;
    }

    #left {
        width: 230px
    }

    #right {
        width: 830px
    }

    #left .a1 {
        width: 100% !important
    }

    #left .a3 li a {
        width: 85%
    }

    #left .a3 li {
        overflow: hidden
    }

    .news_info img {
        width: 100% !important;
        max-width: 600px !important;
        height: inherit !important
    }
}


.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 40%;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}

.yb_bar .yb_top {
    background: #009fd7 url(../images/fixcont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
    background: #009fd7 url(../images/fixcont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background: #009fd7 url(../images/fixcont.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
    background: #009fd7 url(../images/fixcont.png) no-repeat 0 -169px;
}

.yb_bar .yb_ercode img {
    width: 80%;
    display: block;
    margin: 5px auto 0;
}

.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}

@media all and (min-width:1024px) and (max-width:1200px) {
    .header .phone {
        display: none
    }
}

.sp {
    display: none;
}

@media all and (min-width:0) and (max-width:767px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .header {
        padding: 10px 12px;
    }

    .header .log {
        width: 200px
    }

    .header .log img {
        margin-top: 0px;
    }

    .header .sptel {
        position: absolute;
        right: 54px;
        top: 50px;
        width: 36px;
        height: 36px;
        background: url(../images/tel1.png) no-repeat center;
        background-size: cover
    }

    .header .men {
        width: 33px;
        position: absolute;
        right: 10px;
        top: 50px;
    }

    .header .men span {
        display: block;
        margin-top: 6px;
        border-radius: 5px;
        height: 5px;
        background-color: #0490d3;
    }

    .daohang {
        width: 100%;
        position: absolute;
        left: 0;
        top: 73px;
        background: #fff;
        z-index: 100;
        line-height: 50px;
        padding: 20px;
        box-sizing: border-box;
        display: none;
    }

    .nav>li {
        text-align: left;
        width: 100%;
        float: inherit;
        border-bottom: 1px dashed #c1d8e0;
    }

    .nav .nav_cp.curr {
        border-bottom: none;
    }

    .nav .nav_a {
        padding: 0 20px;
        background: url(../images/jt.png) no-repeat right 10px center;
        background-size: 20px;
        display: block !important;
    }

    .nav>li:hover .subnav {
        display: block;
    }

    .nav .subnav {
        position: relative;
        left: 0px;
        top: 0px;
        right: 0;
        background: #fff;
        overflow: hidden;
    }

    .nav .subnav_li {
        width: 48%;
        margin: 5px 1%;
        float: left;
    }

    .nav .subnav_li a {
        line-height: 40px;
        border-bottom: none;
        text-align: center;
        background: #eaeaea;
        color: #555;

    }

    .nav .nav_cp.curr .nav_a:hover, .nav .nav_cp:hover .nav_a, .nav .subnav_a:hover {
        background: inherit;
        color: inherit
    }

    .nav .nav_cp.curr .nav_a {
        background: url(../images/jt1.png) #0490d3 no-repeat right 10px center !important;
        background-size: 20px !important;
        color: #fff !important;
    }

    .w {
        width: 100%;
        box-sizing: border-box;
    }

    .hotgjc {
        height: inherit;
        line-height: 32px;
        padding: 10px;
        box-sizing: border-box;
    }

    .h_keyword {
        width: 100%;
        float: inherit;
        margin-left: 0px;
        margin-top: 5px;
    }

    .h_keyword a {
        margin-right: 5px;
    }

    .search_box {
        width: 100%;
        float: inherit;
        padding-top: 0px;
        position: relative;
    }

    .search_box form .input_txt {
        width: 100%;
        box-sizing: border-box;
        float: inherit;
    }

    .search_box form .input_btn {
        width: 50px;
        height: 28px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 8px;
        float: inherit;
    }

    /*=======================首页部分start=======================*/
    .t {
        height: 50px;
        background: url(../images/t_bg.png) no-repeat center 44px;
    }

    .t span {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 0;
    }


    /*产品切换*/
    .pdt_switch {
        padding: 20px 0 20px;
    }


    .pdt_switch .cp_menu .fir_li li {
        width: 50%;
        padding: 6px 10px;
    }

    .pdt_switch .cp_menu .fir_li a {
        line-height: 40px;
        font-size: 15px
    }

    .pdt_switch .item {
        width: 50%;
    }

    .pdt_switch .item p {
        line-height: 40px;
        padding: 0 6px;
        font-size: 15px;
    }

    .more a {
        width: 120px;
        line-height: 30px;
        font-size: 14px;
        margin: 10px auto;
    }


    /*视频中心*/
    .spzx {
        padding: 30px;
    }

    .video_box .swiper-slide p {
        line-height: 40px;
        font-size: 15px;
    }

    .video_box .swiper-button-prev {
        left: -20px;
        background: url(../images/prev1.png) #fff no-repeat center;
        background-size: cover;
        border-radius: 50%;
    }

    .video_box .swiper-button-next {
        right: -20px;
        background: url(../images/next1.png) #fff no-repeat center;
        background-size: cover;
        border-radius: 50%;
    }

    /*检测方案开始*/
    .plan {
        background: url(../images/index_about.jpg) no-repeat bottom center;
        padding: 40px 0;
    }


    .means_bg .w {
        padding: 10px 10px 0;
        margin: 0 10px;
        width: auto;
    }

    .hyfa {
        width: 100%;
        padding-top: 0px;
        float: inherit;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .bt {
        overflow: hidden;
    }

    .bt li {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #009fd7;
        margin-bottom: 10px;
        line-height: 40px;
    }

    .bt li b {
        font-size: 16px;
        font-weight: 500;
    }

    .bt li:last-child {
        display: none;
    }


    .box2_con {
        width: 100%;
        float: inherit;
        margin-bottom: 0;
        margin-top: 10px;
    }


    .painting_box li {
        float: inherit;
        margin-top: 0px;
        border-bottom: 1px dashed #c0e1ec;
    }

    .painting_box li .fa_pic {
        width: 100%;
        float: inherit;
    }

    .painting_box li .fa_right_txt {
        width: 100%;
        float: inherit;
        padding: 15px 5px 50px
    }

    .painting_box li .fa_right_txt b a {
        font-size: 16px;
    }

    .painting_box li .fa_right_txt p {
        font-size: 14px;
        line-height: 22px;
    }

    .painting_box li .fa_right_txt span a {
        float: right;
    }


    /*四大优势*/
    .ysBox {
        display: none;
    }

    /*客户案例*/
    .khal {
        margin-top: 15px;
        padding: 0 30px;
    }


    /*关于我们*/
    .i_abbg {
        padding: 25px 0;
    }

    .i_about_box {
        padding: 20px 12px;
        background: url(../images/building_1.png) no-repeat right top;
        background-size: cover;
    }


    .gywm {
        width: 100%;
    }

    .gywm h3 {

        font-size: 20px;
    }

    .gywm p {
        line-height: 28px;
        font-size: 15px;
    }

    .gywm a {
        width: 100px;
        line-height: 30px;
        font-size: 14px;
    }

    .i_about_box .w {
        width: auto;
    }

    .ry_list {
        overflow: hidden;
    }

    .ry_list li {
        width: 50%;
    }


    .ry_list li p {
        font-size: 15px;
        line-height: 40px;
    }

    /*新闻列表*/
    .news {
        padding: 25px 0 15px;
    }

    .news .list {
        margin: 0 10px;
    }

    .news .ul1 li {
        width: 100%;
        float: inherit;
        margin: 20px 0 0;
    }

    .news .ul1 li a {
        padding: 0px;
    }

    .news .ul1 li .image {
        width: 40%;
    }

    .news .ul1 li .ntitle {
        width: 60%;
        padding-left: 10px;
        box-sizing: border-box;
        font-size: 16px;
        margin-top: 10px;
    }

    .news .ul1 li .desc {
        width: 60%;
        box-sizing: border-box;
        padding-left: 10px;
        font-size: 14px;
        height: 44px;
        padding-top: 0;
    }

    .news .ul2 {
        padding: 5px 0px
    }

    .news .ul2 li {
        width: 100%;
        float: inherit;
        padding: 0px 10px;
    }

    .news .ul2 li a {
        line-height: 40px;
        padding-left: 20px;
    }

    .news .ul2 li a:after {
        width: 10px;
        height: 10px;
        top: 15px;
    }

    .news .ul2 li h4 {
        font-size: 15px;
    }


    /*友链*/
    .yqlj {
        padding: 20px 10px 15px;
    }

    .yqlj a {
        margin: 0 10px 0px 0;
    }

    /*底部*/
    .footer {
        padding: 22px 10px;
        box-sizing: border-box;
    }

    .footer .ft_fd {
        width: 100%;
        min-height: inherit;
        margin-bottom: 20px;
        padding: 0 0px;
        border-right: nonr;
    }

    .footer h4 {
        font-size: 18px;
        font-weight: 600;
        padding-bottom: 0px;
    }


    .footer .ftt {
        width: 100%;
        min-height: inherit;
        border-right: none;
        padding-right: 0px;
        padding-top: 0px;
    }

    .footer .ftt h3 {
        font-size: 22px;
        line-height: 40px;
    }

    .footer .ftt p, .footer .ftt p a, .footer .ftt p a:hover {
        line-height: 26px;
    }

    .footer .ftt p, .footer .ftt1 p {
        width: 33.33%;
        float: left;
        display: block;
    }

    .footer .ftt1 {
        width: 100%;
        min-height: inherit;
        border-right: none;
        padding: 10px 0;
    }

    .footer .ftt1 h3 {
        font-size: 22px;
        line-height: 40px;
    }

    .footer .ftt1 p, .footer .ftt1 p a, .footer .ftt1 p a:hover {
        line-height: 22px;
    }


    .footer .ft_contact {
        width: 100%;
        min-height: inherit;
        color: #909090;
        border-right: none;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 0px;
    }

    .footer .ft_contact h3 {
        font-size: 22px;
        line-height: 40px;
    }

    .footer .ft_contact p {
        line-height: 24px;
        color: #fff;
    }

    .footer .ft_contact b {
        font-size: 20px;
        line-height: 35px;
    }


    .footer .ft_ewm {
        width: 100%;
        padding-top: 20px;
    }

    .footer .ft_ewm img {
        width: 132px;
        height: 132px;
        margin: 10px auto 0;
        display: block;
    }


    .copyright {
        overflow: hidden;
        line-height: 22px;
        height: inherit;
        color: #fff;
        padding: 6px;
    }

    .copyright_text p {
        float: inherit;
    }

    .copyright_text span {
        float: inherit;
    }

    .yb_conct {
        display: none;
    }

    /*内页banner*/
    .ny_banner {
        width: 100%;
        left: 0%;
        margin: 0;
    }

    .ny_banner img {
        width: 100%;
    }

    .main {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    /*左侧*/
    #left {
        width: 100%;
        float: inherit;
        margin-top: 20px;
        margin-bottom: 20px;
        box-shadow: 0 0 8px rgba(0, 0, 0, .2);
        overflow: hidden;
        border-radius: 10px;

    }

    #left h2 {
        font-size: 20px;
        line-height: 80px;
        font-weight: 600;
        background: url(../images/icon20.png) #009fd7 no-repeat right 10px center;
        background-size: 45px;
    }

    .cp_menu {
        display: none;
    }

    .cp_menu ul ul {
        display: none;
    }

    .cp_menu li {
        position: relative;
    }

    .cp_menu em {
        display: none;
        position: absolute;
        width: 50px;
        height: 50px;
        cursor: pointer;
        right: 0;
        top: 0;
        z-index: 1
    }

    .cp_menu em.inactive {
        background: url(../images/arr_d.png) no-repeat center center;
    }

    .cp_menu em.active {
        background: url(../images/arr_u_1.png) no-repeat center center;
    }

    .cp_menu a {
        display: block;
        padding-left: 20px;
        line-height: 50px;
        font-size: 16px
    }

    .cp_menu a:hover, .cp_menu a.category_active {
        background: #fff;
        color: #009fd7
    }

    .cp_menu li li a {
        display: block;
        text-decoration: none;
        text-indent: 30px;
        background: #f6f6f6;
        color: #999;
        border-left: 3px solid #f6f6f6;
        font-size: 15px
    }

    #left .a1 {
        display: none;
    }

    /*右侧*/
    #right {
        float: inherit;
        width: 100%;
        margin-left: 0px;
    }

    #right_so {
        float: inherit;
        width: 100%;
        margin-left: 0px;
        display: block;
    }

    /*面包屑样式*/
    .xzwz {
        height: inherit;
        line-height: 30px;
        overflow: hidden;
    }

    /*产品列表*/
    .pBox .tab {
        margin-bottom: 20px;
    }

    .pBox .tab a {
        display: block;
        overflow: hidden;
        border: 1px solid #dedede;
    }

    .pBox .tab a .box {
        display: block;
        padding: 12px 8px;
        font-size: 15px;
        border: none;
        border-top: none;
        text-align: center;
    }

    .pBox .tab:first-child {
        display: none;
    }

    .pBox .tab a .box1 {
        width: 100%;
    }

    .pBox .tab a .box1 img {
        width: 100%;
    }

    .pBox .tab a .box2 {
        width: 100%;
        padding: 0;
        line-height: 40px;
        text-align: center;
        position: relative;
        border-bottom: 1px solid #dedede;
    }

    .pBox .tab a .box2 h3 {
        font-size: 15px;
    }

    .pBox .tab a .box2 span {
        display: inline-block !important;
    }

    .pBox .tab a .box3 {
        width: 50%;
        text-align: center;
        float: left;
        padding: 0;
        padding-left: 5px;
        box-sizing: border-box;
        line-height: 40px;
        border-bottom: 1px solid #dedede;
    }

    .pBox .tab a .box4 {
        width: 100%;
        border-bottom: 1px solid #dedede;
        overflow: hidden;
    }

    .pBox .tab a .box:nth-child(5) {
        border-right: 1px solid #dedede;
        box-sizing: border-box;
        text-align: center;
        padding: 0;
    }

    .pBox .tab a .box:nth-child(6) {
        text-align: center;
        padding: 0;
    }

    h3.tit {
        padding-left: 14px;
        line-height: 40px;
        font-size: 20px;
        font-weight: 500;
    }


    .lkBox .ul1 li {
        width: 50%;
    }

    .lkBox .ul1 li p {
        line-height: 40px;
        font-size: 14px;
    }

    .lkBox .ul2 li {
        width: 100%;
        float: inherit;
    }

    .lkBox .ul2 li a {
        line-height: 40px;
    }

    .lkBox .ul2 li a p {
        font-size: 15px;
    }

    /*产品详情*/
    .main_photo {
        float: inherit;
    }

    .product_group {
        margin: 25px 0px 0px 0px;
        overflow: hidden
    }

    .product_group h1 {
        font-size: 21px;
        line-height: 42px;
        padding-left: 30px;

    }

    .product_group h1:before {
        width: 24px;
        height: 5px;
        top: 18px;
    }

    .product_group .time {
        line-height: 20px;
        margin-top: 0px
    }

    .product_group .desc {
        font-size: 14px;
        line-height: 25px;
        margin-top: 0px
    }

    .product_group .pdt_tel {
        background: #f4f4f4;
        margin-top: 10px;
        padding: 20px;
        overflow: hidden
    }

    .product_group .pdt_tel p {
        font-size: 16px;
        width: 130px;
        line-height: 30px;
        border: 1px solid #009fd7;
    }

    .product_group span.fd a {
        width: 130px;
        line-height: 32px;
    }

    .pro_show {
        padding: 15px 0;
        border: none;
    }

    .product_content p img {
        width: 100% !important;
        max-width: 750px !important;
        height: inherit !important;
        display: block;
        margin: 0 auto !important;
    }

    .product_content h2 {
        margin: 8px 0 !important
    }

    .fy {
        margin-top: 10px
    }


    .fy li {
        width: 100%;
        float: inherit;
        line-height: 30px;
        border: none;
        border-bottom: 1px dashed #c1d8e0;
    }

    /*新闻列表*/
    #right .news_list {
        padding: 20px 6px;
    }

    #right .news_list .image {
        width: 35%;
        margin-right: 10px;
        border: none;
    }

    #right .news_list .image img {
        width: 100%;
    }

    #right .news_list h4 {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #right .news_list .desc {
        color: #999;
        height: 20px;
        overflow: hidden;
    }

    /*新闻详情*/
    .news_info {
        padding: 20px 5px 0;
        margin-top: 10px;
        font-size: 14px
    }

    .news_info img {
        width: 100% !important;
    }

    /*图片列表*/
    .photo_list {
        width: 100%;
        padding-top: 20px;
    }

    .photo_list li {
        width: 50%;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
    }


    .photo_list a:hover img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }

    .photo_list p {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    #right .content img {
        width: 100% !important;
        height: inherit !important;
    }

    #map {
        width: 100% !important;
    }
}


@media all and (max-width:1024px) {
.menu{display: none; width: 100%;}
.xzwz{display: none;}
}
