
@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;list-style-type:none; font-family:微软雅黑;}
img{max-width:100%; height:auto;}

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

a:hover{ 
    text-decoration:none; 
} 
h1, h2, h3, h4, h5, h6 {
    font-family: open sans,microsoft yahei,sans-serif;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.05em;
    margin-bottom: 20px;
}
/*头部*/
.logo{width: 72%; margin: -8px 0px;}
.nav>li>a{padding: 16px 36px;}
.caret{display: none;}
.page-header h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin: 0px;
    text-transform: uppercase;
}
.page-header p {
    font-family: 微软雅黑;
    text-align: center;
    padding-top: 5px;
    font-size: 18px;
    color: #999;
    margin-bottom: 5px;
    font-weight: 500;
}
/*产品*/
.cp{background: url(../images/bg15.jpg) no-repeat; height: 510px;}
.cpzx{overflow: hidden; position: relative; margin-bottom: 40px;}
.cpzx ul li{float: left; width: 275px; margin: 12px 5px; text-align: center; line-height: 40px; height: 300px; margin-bottom: 30px;}
.cpzx ul li img{width: 100%; height: 283px;}
/*优势*/
.ys{margin-bottom: 30px;}
.ys .ysBox {
	overflow:hidden;
	margin-top:20px;
	position:relative;
	height:342px
}
.ys .dl {
    background: url(../images/ysdlbg.jpg) no-repeat bottom center;
	height:342px;
}
.ys .dl dt {
	float:right;
    width: 46%;
}
.ys .dl dd {
	float:left;
	width:40%;
	padding:0 40px
}
.ys dd h3 {
	font-size:20px;
	color:#333;
	margin-top:75px
}
.ys dd h3 span {
	font-weight:400;
    display:block;
    margin-bottom: 10px;
}
.ys dd i {
	display:block;
	width:33px;
	height:3px;
	background-color:#cacaca;
	margin-top:25px
}
.ys dd p {
	line-height:25px;
	font-size:14px;
	color:#666;
	margin-top:28px
}
.ys .navList {
	overflow:hidden;
	width:100%;
	margin-top:30px
}
.ys .navList li {
	width:25%;
	float:left;
	border-left:1px solid #fff;
	line-height:76px;
	font-size:16px;
	color:#fff;
	background-color:#373838
}
.ys .navList li img {
	display:block;
	float:left;
	margin-right:10px
}
.ys .navList li:hover{
	background-color:#2383cf;
}
.ys .navList li:first-child {
	border-left:none;
    width:25%;
}
.ys .dl:first-child {
	display:block
}
/*关于我们*/
.about{background: url(../images/tubiao1.jpg) no-repeat; padding-bottom: 25px;}
.a_l{float: left; width: 43%;}
.a_r{float: right; width: 55%;}
.media-heading{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 44px;
}
.a_r span{color: #f00;}
.a_r p{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 24px;
	text-indent: 35px;
}
.a_r a{
	float: right;
    display: block;
    width: 100px;
    height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 30px;
}
/*案例*/
#wrap{
    overflow: hidden;
    top:0; 
    left:0; 
    right:0; 
    bottom:0;
    margin:auto;
    width: 100%;
    height: 400px;
}
#wrap > ul{
    width: 120%;
    list-style: none;
}
#wrap > ul > li{
    float: left;
    width: 100px;
    height: 400px;
    cursor: pointer;
    position: relative;
}
#wrap > ul > li img{width: 100%; height:400px;}	
#wrap > ul > li > .text{
    width: 100px;
    height: 100%;
    background: #f2f2f2;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}
#wrap > ul > li > .text p{
    padding: 20px 40px;
    font-family: 'Microsoft yahei';
    color: #000;
    font-size: 18px;
}
.sglist{display: none;}
.thumbnail .caption{padding: 0px;}
.caption h3{
    display: block;
    text-align: center;
    height: 48px;
    color: rgb(57, 57, 57);
    font: 16px/48px 微软雅黑;
    background: rgb(235, 235, 235);
    padding: 0px;
    margin: 0px;
}
/*新闻*/
.info {
	width: 100%;
	margin: auto;
	padding: 33px 0 0;
	clear: both;
	height: 380px;
	overflow: hidden;
}
.infoLeft {
	width: 66%;
	float: left;
	overflow: hidden;
}
.infoLeftNav {
	width: 100%;
	float: left;
	border-bottom: #a8a8a8 1px solid;
	margin-bottom: 20px;
}
.infoLeftNav span {
	float: right;
	margin-top: 15px;
}
.infoLeftNav li {
	width: 100px;
	float: left;
	text-align: center;
    cursor: pointer;
}
.infoLeftNav li a {
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #333;
	line-height: 40px;
}
.infoLeftNav li:hover {
	border-bottom: #246cd7 2px solid;
	font-size: 18px;
	font-weight: bold;
}
.infoLeftCon {
	width: 100%;
	float: left;
}

.xinwen {
    width: 100%;
    float: left;
}
.xinwen ul li {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    height: 136px;
    float: left;
}
.xinwen img {
    width: 178px;
    height: 121px;
    padding-right: 20px;
}
.xinwen h4 {
    color: #FF0000;
    margin-left: 193px;
    padding-top: 15px;
}
.xinwen span {
    font-size: 14px;
    line-height: 34px;
    display: block;
    margin-left: 193px;
    overflow: hidden;
    padding-right: 2px;
}
.xinwen dl{width: 50%; float: left; margin-bottom: 10px;}
.xinwen dt {width: 80%; font-weight: 500; overflow:hidden; text-overflow:ellipsis;  white-space:nowrap;}
.xinwen dt a{font-size: 15px; }
.xinwen dd{width: 20%; float: right; margin-top: -20px;}
.infoRight {
	width: 30%;
	float: right;
	overflow: hidden;
}
.infoRightTitle {
	width: 100%;
	float: left;
	border-bottom: #a8a8a8 1px solid;
	margin-bottom: 20px;
	line-height: 44px;
	font-size: 18px;
	font-weight: bold;
}
.infoRightTitle span {
	float: right;
}
.infoRightTitle span a {
	font-weight: normal;
}
.infoRightCon {
	width: 100%;
	float: left;
	height: 272px;
	overflow: hidden;
}
.infoRightCon li {
	width: 100%;
	float: left;
}
.infoRightCon li h3{overflow:hidden; text-overflow:ellipsis;  white-space:nowrap;}
.infoRightCon li h3 a {
	background: url(../images/faq_q.gif) no-repeat;
	padding-left: 30px;
	color: #034091;
	font-size: 14px;
}
.infoRightCon li h3 a:hover {
	text-decoration: underline;
}
.infoRightCon li p {
	background: url(../images/faq_a.gif) no-repeat;
	padding-left: 30px;
	color: #666;
	margin: 10px 0;
	line-height: 24px;
}
.link{border-top:4px solid #d6d6d6; overflow:hidden; margin:0 auto; margin-top:20px;}
.link h2{ width:12%; background:url(../images/linkx.gif) no-repeat right 40px;float: left;}
.link h2 a{ color:#282828; font:22px "微软雅黑";}
.link h2 em{ padding:0 0 0 8px; color:#b7b7b7; font:16px Arial, Helvetica, sans-serif;}
.ls{ width:87%; height:130px; overflow:hidden; padding:16px 0 0 0; float: right;}
.ls a{ color:#4b4b4b; font:16px/40px "微软雅黑"; padding:0 0 0 2px;}


/*简介*/

.ban{padding: 0px;}
.lban{height: 300px;}
.g-cur {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
}
.g-cur .wz {
    background: url(../images/home.png) left center no-repeat;
    padding-left: 20px;
    box-sizing: border-box;
}
.g-cur .wz a {
    color: #2f2f2f;
}
.row-b1 .col-l {
    width: 22%;
    float: left;
    margin-bottom: 10px;
}
.g-titIns1 {
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    position: relative;
    background-color: #029ed9;
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 0px;
}
.work_list {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.work_list h4 {
    line-height: 44px;
    text-indent: 0px;
    background-size: auto 10px;
    border: 1px solid #ccc;
    width: 93%;
    float: left;
    margin: 10px;
    padding-left: 10px;
}
.work_list h4 span {
    font-size: 10px;
    color: #029ed9;
    display: inline-block;
    margin-right: 8px;
    float: left;
    top: 16px;
}
.work_list h4 a {
    float: left;
    line-height: 44px;
    color: #666;
    font-size: 16px;
    text-indent: 0;
    font-weight: normal;
}
.dbn{overflow: hidden; margin-top: 20px;}
.ul-newslist {
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.ul-newslist li {
    font-size: 14px;
    padding: 10px 10px;
    border-bottom: #dddddd 1px dotted;
    width: 100%;
    float: right;
}
.m-info{border: 1px solid #ccc;}
.m-info p{padding-left: 15px;}
.row-b1 .col-r {
    width: 75%;
    float: right;
}
.g-titIns2 {
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    color: #545454;
    border-bottom: 1px solid #ebebeb;
    font-weight: normal;
    position: relative;
}
.g-titIns2::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #029ed9;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.txt {padding: 15px 0; line-height: 28px;color: #2F2F2F; font-size: 14px;clear: both;}
#txt { padding: 0px;}
/*新闻*/
.ny-news {
    margin-top: 20px;
    width: 100%;
    height: 116px;
    background: #fff;
    box-shadow: 0px 2px 4px #ccc, 0px 0px 6px #ccc;
}
.ny-news dl {
    width: 93%;
    margin: 0 auto;
    height: 116px;
}
.ny-news dl dt {
    line-height: 40px;
    font-size: 16px;
    color: #333;
    height: 100px;
    border-bottom: 1px solid #ccc;
}
.ny-news dl dt h4 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 10px 0 0 0;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ny-news dl dt h4 a {
    color: #333;
}
.ny-news dl dt h4 a span {
    float: right;
    font-size: 14px;
}
.ny-news dl dt p {
    font-size: 14px;
    line-height: 24px;
    display: block;
    width: 93%;
    height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: normal;
}
.page{height:24px; line-height:24px; text-align:center; margin-top:30px; clear:both;}
.page li{display:inline; padding:5px 6px; border:1px solid #ddd; margin-right:5px; color: #555;}
.page li a{color: #555;}
.page li a:hover{background:#f5f5f5; color:#0064c4;}
.page li.thisclass{background:#9A9FA5; color: #fff;}
.page li.thisclass a{text-decoration:none; cursor:default; border-color:#0064c4; color: #fff;}
.page .pageinfo strong{font-weight:normal; color: #555;}
.list2 {overflow: hidden;}
#lcp{width: 100%; height: 211px;}
#lsg{width: 100%; height: 145px;}
#caption{text-align: center;}
#caption p{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

/*环境*/
.hjlist li{float: left; width:31%;text-align: center; margin: 12px 9px; line-height: 40px;}
.hjlist li p{
    display: block;
    text-align: center;
    height: 48px;
    color: rgb(57, 57, 57);
    font: 16px/48px 微软雅黑;
    background: rgb(235, 235, 235);
}
.hjlist li img{width:100%; height: 200px;}
/*产品*/
.cplist li{float: left; width:31%;text-align: center; margin: 12px 9px; line-height: 40px;}
.cplist li p{
    display: block;
    text-align: center;
    height: 48px;
    color: rgb(57, 57, 57);
    font: 15px/48px 微软雅黑;
    background: rgb(235, 235, 235);
}
.cplist li img{width:100%; height: 300px;}
.newlist li {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: #dddddd 1px dotted;
}
.newlist li .tit {
    overflow: hidden;
}
.newlist li .tit .rt {
    float: right;
    height: 41px;
    line-height: 46px;
    font-size: 14px;
    margin-right: 5px;
}
.newlist li .tit a {
    float: left;
    display: block;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
}
.newlist li .tit a>span {
    width: 6px;
    font-size: 10px;
    vertical-align: middle;
    margin-right: 14px;
    color: #404040;
}
.newlist li .txt p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ul-news1 {
    overflow: hidden;
}
.ul-news1 li {
    float: left;
    width: 50%;
    padding: 0;
}

/*新闻内容*/
.content h1{line-height: 34px; color: #434343; margin-bottom: 15px;text-align: center; font-size: 24px;}
.content .desc { text-align: center;}
.desc span { display: inline-block; font-size: 14px; margin: 0 10px;}
.txt { padding: 15px 0;line-height: 28px; color: #2F2F2F; font-size: 14px;}
#txt{padding: 0px;}
.txt1{margin-top: 10px;}
.txt1 .tabel { overflow: hidden; color: #5a5a5a; border-top: 1px dashed #999; border-bottom: 1px dashed #999; font-size: 14px;}
.txt1 .tabel span { float: left; height: 42px; line-height: 42px; margin-right: 10px;}
.txt1 .tabel ul { overflow: hidden;}
.txt1 .tabel li { float: left; margin-top: 10px; font-size: 14px; margin-left: 5px; padding-left: 5px;}
.ul-txt2 {
    overflow: hidden;
    margin: 20px 0 50px;
}
.ul-txt2 li {
    float: left;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ul-txt2 li:last-child {
    float: right;
}

/*产品内容*/
.showpic_box, .proinfo_box {
    margin: 30px 0 20px;
}
.showpic_box, .proinfo_box {
    margin: 30px 0 20px;
}
.product_h1 {
    margin: 0;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.product_info p {
    line-height: 28px;
}
.page-btn {
    display: inline-block;
    float: left;
    background-color: #029ed9;
    border-radius: 0;
    border: none;
    transition: background .3s;
    margin-right: 15px;
}
.page-btn:hover,.page-btn:focus {
	background-color:#f00;
}
.cp-content-tit {
    border-bottom: 2px solid #029ed9;
    font-size: 0;
    margin-bottom: 20px;
    clear: both;
    overflow: auto;
}
.cp-content-tit span {
    display: inline-block;
    color: #fff;
    background-color: #029ed9;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 3px 3px 0 0;
    line-height: 32px;
    margin-top: 15px;
}

/*尾部*/
.footer {
    position: relative;
    background-image: none;
    padding-top: 10px;
    background: url(../images/botmbg.jpg) #029ed9 no-repeat center 0;
    padding: 30px 0;
    clear: both;
    padding-bottom: 40px;
}
.pageDBox h3 {
    line-height: 40px;
    border-bottom: 1px solid #0ab0ee;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.subNav {
    clear: both;
    height: 40px;
    line-height: 40px;
    background-color: #00adef;
    text-align: center;
    color: #fff;
}
.subNav a {
    color: #fff;
    margin: 0 10px;
}
.pageBText {
    background-image: url(../images/subnavbg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 150px;
    padding-top: 40px;
    overflow: hidden;
    box-sizing: border-box;
}
.f_logo {
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.pageBText p {
    float: left;
    width: 60%;
    margin-left: 60px;
    line-height: 26px;
    color: #fff;
}
.pageBText p a {
    color: #fff;
    margin-right: 20px;
}
.fb{display: none;}
@media screen and (max-width: 767px) and (min-width: 0px){
    .caret{display: block; float: right; margin-top: 4%; margin-right: -20px;}
    .ys .navList li{width: 100%;}
    .ys .navList li:first-child{width: 100%;}
    .ys .ysBox{height: auto;}
    .ys .dl{height: auto;}
    .ys .dl dt{width: 100%;}
    .ys .dl dd{width: 100%;}  
    .a_l{width: 100%;}
    .a_r{width: 100%;}
    #wrap{display: none;}
    .sglist{display: block;}
    .sgt{width: 100%; height: 115px !important;}
    .info {
        width: 100%;
        margin: auto;
        padding: 0 1%;
        clear: both;
        height: auto;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .infoLeft {
        width: 100%;
        float: left;
        overflow: hidden;
    }
    .xinwen ul li {display: none;}
    .xinwen dl {width: 100%;}
    .infoRight {
        width: 100%;
        float: left;
        overflow: hidden;
    }
    .infoRightTitle {
        width: 100%;
        float: left;
        border-bottom: #a8a8a8 1px solid;
        margin-bottom: 5px;
        line-height: 44px;
        font-size: 18px;
        font-weight: bold;
    }
    .infoRightTitle span {
        float: right;
    }
    .infoRightTitle span a {
        font-weight: normal;
    }
    .infoRightCon {
        width: 100%;
        float: left;
        height: 245px;
        overflow: hidden;
    }
    .infoRightCon li {
        width: 100%;
        float: left;
    }
    .infoRightCon li h3 a {
        background: url(../images/faq_q.gif) no-repeat;
        padding-left: 30px;
        color: #034091;
        font-size: 14px;
    }
    .infoRightCon li h3 a:hover {
        text-decoration: underline;
    }
    .infoRightCon li p {
        background: url(../images/faq_a.gif) no-repeat;
        padding-left: 30px;
        color: #666;
        margin: 10px 0;
        line-height: 24px;
    }
    .link{display: none;}
    .subNav{display: none;}
    .f_logo{display: none;}
    .pageBText{height: auto;}
    .pageBText p {width: 100%;  margin-left: 0px;} 
    .fb { display: block!important; width: 100%; background: #0f438c; color: #fff;  height: 56px;  position: fixed; bottom: 0;}
    .fb a { width: 33.3%; display: block; height: 56px;float: left; text-align: center; color: #fff; padding: 5px 0; font-size: 12px;line-height: 1;}
    .fb a i { display: block; height: 28px; background: no-repeat center; background-size: contain; margin-bottom: 5px; }
    .fb a i.i4 { background-image: url(../images/f_ico4.png);}
    .fb a i.i3 { background-image: url(../images/f_ico3.png); }
    .fb a i.i1 { background-image: url(../images/f_ico1.png); }

    .ban{display: none;}
    .row-b1 .col-l{display: none;}
    .row-b1 .col-r{width: 100%;}
    #lcp{height: 145px;}
    #lsg{height: 110px;}
    .hjlist li{width: 47%; margin: 12px 4px;}
    .hjlist li img{height: 115px;}
    .ul-news1 li{width:100%;}
    .cplist li{width: 47%; margin: 12px 4px;}
    .cplist li img{height: 145px;}
    .hjlist li p{font: 14px/25px 微软雅黑;}
    .cplist li p{font: 14px/25px 微软雅黑;}
    .ul-txt2 li{width: 100%;}
}
@media screen and (max-width: 1024px) and (min-width: 768px){
    .nav>li>a { padding: 16px 6px;}
    .xinwen h4 {margin: 0; padding: 0;}
    .xinwen span {line-height: 25px; padding-top: 10px;}
    .link{display: block;}
    .link h2{width: 21%;}
    .ls {width: 78%;}
    .ys .navList li img{margin-right: 0px;}
    .ys .ysBox{height: auto;}
    .ys .dl{height: auto;}
    .ys .dl dd{width: 54%;}
    .ys .dl dt{margin-top: 30px;}
    #wrap{display: none;}
    .sglist{display: block;}
    .sgt{width: 100%; height: 115px !important;}
    .lban{background-size: 100%; height: 124px;}
    .ban{display: block;}
    .row-b1 .col-l{width: 22%;}
    .row-b1 .col-r{width: 75%;}
    .work_list h4{width: 88%;}
    .work_list h4 a{font-size: 14px;}
    #lcp{height: 130px;}
    #lsg{height: 86px;}
    .hjlist li{float: left; width:30%;margin: 12px 9px;}
    .hjlist li img{height: 121px;}
    .ul-news1 li{width:50%;}
    .cplist li{float: left; width:30%;margin: 12px 9px;}
    .cplist li img{height: 176px;}
    .hjlist li p{font: 14px/25px 微软雅黑;}
    .cplist li p{font: 14px/25px 微软雅黑;}
    .ul-txt2 li{width: 50%;}
}
 @media screen and (max-width: 1366px) and (min-width: 1024px){
    .nav>li>a { padding: 16px 21px;}
    .link{display: block;}
    .link h2{width: 15%;}
    .ls {width: 84%;}
    .newl{width: 47%;}
    .newr{width: 50%;}
    #wrap{display: none;}
    .sglist{display: block;}
    .sgt{width: 100%; height: 154px !important;}
    .lban{background-size: 100%; height: 163px;}
    .ban{display: block;}
    .row-b1 .col-l{width: 22%;}
    .row-b1 .col-r{width: 75%;}
    .work_list h4{width: 91%;}
    .work_list h4 a{font-size: 14px;}
    #lcp{height: 180px;}
    #lsg{height: 117px;}
    .hjlist li{float: left; width:30%;margin: 12px 9px;}
    .hjlist li img{height: 200px;}
    .ul-news1 li{width:50%;}
    .cplist li{float: left; width:30%;margin: 12px 9px;}
    .cplist li img{height: 230px;}
    .hjlist li p{font: 14px/25px 微软雅黑;}
    .cplist li p{font: 14px/25px 微软雅黑;}
    .ul-txt2 li{width: 50%;}
}
