﻿html {
	font-size: 62.5%; /*10 ÷ 16 × 100% = 62.5%*/
}
body {
	font-family: "microsoft yahei", "sans-serif", "华文细黑", "黑体" !important;
}
ol, li {
	list-style: none;
}
#header, footer, #main {
	overflow: hidden;
	width: 100%;
}
.center-wrap{
	max-width: 1200px;
	margin: 0 auto;
}
/*css3*/
/*header*/
.swiper-container1, .swiper-container2 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.banner {
	top: -35px;
	position: relative;
	border-top: 0px solid #1A1A1A;
}
.banner .container {
	position: relative;
	height: 100%;
}
.banner .container h3 {
	position: absolute;
	left: 0;
	top: -30px;
	background: #F43136;
	color: #fff;
	line-height: 30px;
	width: 78px;
	text-align: center;
	z-index: 1000;
}
/*正常屏幕*/
.h-logo {
	display: table;
	vertical-align: middle;
	padding: 0px 0;
}
.h-logo img {
	display: table-cell;
	vertical-align: middle;
}
.h-logo p {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width:100%;
}
.h-logo p span {
	font-size: 14px;
	color: #777777;
	margin-left: 20px;
	margin-top: 5px;
}
.h-logo p span i {
	margin-right: 5px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #777777;
	color: #fff;
	font-size: 30px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	margin-top: -2px;
}
.h-logo p span small {
	font-size: 18px;
}
.h-nav {
	height: 55px;
	background: #1a1a1a;
	position: relative;
	padding: 0;
	border-radius: 5px;
	z-index: 10;
}
.h-nav:after {
	display: block;
	content: '';
	clear: both;
}
.h-nav ul > li {
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
	transition: 300ms;
	-webkit-transition: 300ms; line-height:55px;
	height: 55px;
}
.h-nav ul > li small {
	display: block;
}
.h-nav ul > li:first-child {
	border-radius: 5px 0 0 5px;
}
.h-nav ul > li:last-child {
	border-radius: 0 5px 5px 0;
}
.h-nav ul > li a {
	color: #fff;
	font-size: 14px;
	display: block;
}
.h-nav ul > li:hover {
	background: #015cb5;
}

/*小屏幕手机*/
.hidden-g {
	position: relative;
}
.hidden-g .h-nav-g {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 60px;
	background: #fff;
	transition: 300ms;
	-webkit-transition: 300ms;    
	box-shadow: 0px 1px 1px #b5b5b5
}
.hidden-g .h-nav-g img {
	max-height: 96%;
	margin-left: 15px;
}
.hidden-g .h-nav-g .btn_i {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.hidden-g .h-nav-g .btn_i small, .hidden-g .h-nav-g .btn_i:before, .hidden-g .h-nav-g .btn_i:after {
	display: block;
	content: '';
	width: 24px;
	height: 2px;
	background: #000000;
	border-radius: 4px;
	margin: 6px 0;
}
.hidden-g .h-nav-g .btn_i_click small {
	opacity: 0;
}
.hidden-g .h-nav-g .btn_i_click:before {
	transform: rotateZ(45deg);
	transform-origin: 0px 6px;
}
.hidden-g .h-nav-g .btn_i_click:after {
	transform: rotateZ(-45deg);
	transform-origin: 5px -1px;
}
.hidden-g .h-nav-g .i_tel {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-image: url("../images/tel.png");
	position: absolute;
	right: 15px;
	top: 0;
	height: 60px;
	width: 40px;
}
.hidden-g .ul-small {
	background: #3a3a3a;
	width: 220px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	transform: translateX(220px);
	transition: 300ms;
	-webkit-transition: 300ms;
	-webkit-transform: translateX(220px);
}
.hidden-g .ul-small input {
	width: 160px;
	line-height: 40px;
	background: #fff;
	border: 0;
	border-radius: 20px;
	margin: 20px 30px 0 30px;
	text-indent: 10px;
}
.hidden-g .ul-small ul {
	margin-top: 20px;
}
.hidden-g .ul-small ul li a {
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 50px;
	display: block;
}
.hidden-g .translate {
	transform: translateX(-220px);
	-webkit-transform: translateX(-220px);
}
.hidden-g .translate2 {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
/*banner*/
.banner .swiper-pagination-bullet {
	width: 24px;
	height: 4px;
	display: inline-block;
	border-radius: 5px;
	background: #919190;
	opacity: .4;
}
.banner .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}
.banner .swiper-slide {
	position: relative;
	background-size: 240px;
}
/*main*/
#main {
	margin-top: 5px;
}
.main-title {
	text-align: center;
	position: relative;
	padding: 30px 0 20px 0;

}
.main-title h3 {
	font-size: 32px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
	background: url("../images/title.png") no-repeat center;
}
.main-title small {
	font-size: 14px;
	color: #6a6a6a;
    margin-top:35px;
}
.advantage_bg{
    background-color: #f6f6f7;
    background: url(../images/advantage_bg.png) top center;
    padding-bottom: 30px;
}
.advantage_head{
    margin-bottom:40px;
    margin-top: 60px;
}
.advantage_head h2{
    font-size:32px;
    text-align: center;
    font-weight: bold;
    color: #666666;
}
.advantage_head p{
    text-align: center;
    color: #999999;
    margin-top:15px;
}
.advantage_ehead p{
    margin-top:0px;
}
.advantage_list{
    background-color: #fff;
    margin-bottom: 30px;
}
.advantage_clear{
    clear: both;
}
.advantage_h3{
    margin:30px 0px 10px 0px;
    font-size: 20px;
    color: #3f3f3f;
    font-weight: bold;
}
.advantage_h3 a{
    text-decoration: none;
    color: #3f3f3f;
}
.advantage_h3 a:hover{
    text-decoration: none;
    color: #4b73b1;
}
.advantage_p{
    color: #a5a5a5;
}
.advantage_img{
    float: right;
    margin: 25px 20px 30px 0px;
    max-width: 90px;
    max-height: 90px;
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    -ms-transition: -ms-transform 0.6s ease-out;
}
.advantage_img:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

/*首页-公司简介*/
.about_head{
    margin-bottom: 40px;
    margin-top: 50px;
}
.about_head h2{
    text-align: center; 
    margin-top: 30px; 
    font-size:32px;
    color: #333;
    font-weight: bold;
}
.about_head p{
    text-align: center;
    color: #999999;
    margin-top:15px;
}
.about_ehead p{
    margin-top:0px;
}
.about_h3{
    font-family: Arial;
    color: #e71305;
    font-size: 54px;
    font-weight: bold;
    margin: 0px;
}
.about_p{
    font-size: 16px;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
}
.about_content{
    line-height: 30px;
    color: #555;
    margin-top:20px;
}
.about_btn{
    display: block;
    text-align: center;
    width: 140px;
    padding: 7px 0px;
    color: #fff;
    text-decoration: none;
    border-radius:5px;
    background-color: #e71305;
    margin-top: 20px;
}
.about_btn:hover,.about_btn:focus{
    color: #fff;
    text-decoration: none;
    background-color: #3f3f3f;
}
.about_video{
    width: 100%;
}

/*产品中心定义样式*/
.product {
	position:relative;
	width:100%;
}
.product .title-container{
	max-width:1200px;
	margin:0 auto 30px;
	text-align:center;
}
.product .title-container p{
  text-align:center;
}
.product .news-container{
	margin:40px auto;
}
.product .news-container ul {
    margin: 10px 10px;

}
.product .news-container li {
    width: calc(100% / 3 - 10px);
    margin: 0 5px;
    line-height: 40px;
    border: 1px solid #dedede;
}
	
.product .title-container h3{
	font-size:36px;
	color:#666;
	line-height:54px;
	font-weight:bold;
}
.product .title-container h3:after{
	content:"";
	display:block;
	width:24px;
	height:1px;
	background:red;
	margin:0 auto;

}
.news-a 
.news-title h3:after,
.news-a 
.rele-news h3:after,
.news-a 
.product-groom h3:after,
.news-a 
.news-p h3:after{
	display:none;
}

.product .title-container li{
	width:calc(100% / 4);
	float:left;
	border-right:1px solid #666;
}
.product p{
	font-size:15px;
	line-height:26px;
	color:#5e5757;
}
.product>.top-title{
	margin-bottom:32px;
}
.product>.top-title:before{
	content:"";
	display:block;
	border-bottom:1px solid #dedede;
	position:relative;
	top:60px;
}

.product .top-title .title-center {
	max-width:1200px;
	margin:0 auto;
	padding:20px 0;
	height:60px;
	position:relative;
}
.product .top-title .title-center .title-left{
	float:left;
   padding-left: 20px;
   background: url(../images/icon.png) no-repeat left center;
}
.product .title-center .title-left img{
  display:none;
}
.product .top-title .title-center .title-right{
	float:right;
}
.product .title-wrap{
	width:100%;
	position:relative;
	padding-top:34px;
	padding-bottom:80px;
	background:#ededee;
	background-size:100% 100%;
}
.product .title-container0{
	max-width:1200px;
	margin:0 auto 30px;
	text-align:center;
}


.product .dry-develop{
	background:white;
}
.product .st-groom{
	background:#f6f6f6;
}
.product .dry-adv{
	background:#f6f6f6;
}
.product .dry-groom{
	background:#f6f6f6;
}
.product .product-list{
	max-width:1200px;
	margin:30px auto;
}
.product .product-list li{
	width:calc(100%  / 7);
	float:left;
	background:#f6f6f6;
	border:1px solid #e7e6e6;
	text-align:center;
}
.product .product-list li.current{
	border-bottom-color:#e71305;
	font-weight:bold;
}
.product .product-list li>a{
	display:block;
	color:#5e5757;
	padding:10px 0;
}
.case .title-wrap{
	padding-bottom:0;
}
.product .area{
	background:#ededee;
}
.product .about{
	background:url(../images/about-bg.jpg);background-size:100% 100%;
}
.product .contact{
	background:url(../images/contact-bg.jpg);
	padding-bottom:40px;
}
.product .promise{
	background:white;
}
.product .groom{
	background:#f6f6f6;
}
.contact .route{
	background:white;
}
.product .scope{
	background:#f6f6f6;
}
.product .mate{
	background:white;
}
.product .case1{
	background:#fff;
}
.product .after-server{
padding-bottom:0;	background:white;
}
.case .online-sale{
	background:#f6f6f6;
}
.product .about-honor{
	background:url(../images/about-honor.jpg);
}
.product .pex1{
	background:#ededee;
}
.product .e-bg1{
	background:url(../images/e-bg1.jpg) no-repeat top center;
	background-size:100% 100%;
}
.product .e{
	background:url(../images/e-bg1.jpg) no-repeat center;
}
.product .energy{
	background:#fff9f9;
}
.product .fanji3{
	background:url(../images/fanji-bg.jpg);
}
.product .pyzs-bh{
	background:url(../images/pyzs-bh.jpg);
}
.product .fanji4{
	background:white;
}
.product .e-invest{
	background:url(../images/bg1.jpg) no-repeat center;
}
.product .fanji5{
	background:url(../images/fanji-bg1.jpg);
}
.product .fanji6{
	background:white;
}
.product .work{
	background:url(../img/bg2.jpg);
}

.pruduct .produ{
	position:relative;
	background:url(../img/bg1.jpg) no-repeat top center;
	background-size:100% 100%;
}
.product .sand{
	background:white;
}
.product .service{
	background:url(../img/bg2.jpg);
}
.product .invest{
	background:white;
}
.product .stru{
	background:url(../images/bg4.png);
}
.product .fanji7{
	background:url(../img/fanji-bg2.jpg);
}
.product .pex5{
	background:url(../images/pex-bg.jpg);
}
.product .pex6{
	background:url(../img/pex-bg1.jpg);
}

.product .prin{
	background:white;
}

.product .sand1{
	background:url(../img/bg4.png);
}
.product .modu{
	background:white;
}

.product .bright{
	background:url(../img/bg4.png);
}
.product .tec{
	background:white;
}
.product .pex7{
	background:url(../img/pex-bg3.jpg);
}
.zsf b{
	display:block;
	max-width:1200px;
	margin:0 auto;
}
.product .fanji9{
	background:url(../img/fanji-bg3.jpg);
}
.product .pyx-tec{
	background:url(../img/pyx-tec.jpg) no-repeat top center;
	background-size:100% 100%;
}
.product .sand1 img{
	display:block;
	width:311px;
	margin:0 auto;
	margin-bottom:35px;
}
.square:before{
	content:"";
	width:44px;
	height:22px;
	display:block;
	background:url(../img/square.png) no-repeat;
	position:absolute;
	z-index:1;
	left:calc(50% - 22px);
	top:0;
}
.product .title-wrap .youshi-img1>img{
	width:100%;	display:block;
}
.product .adv{
	background:#fff;
	margin-top:-40px;
}

.product .title-wrap .flag{
	width:98px;
	display:block;
	margin:0 auto;
	margin-top:36px;
	margin-bottom:20px;
}
.cert{
	width:40%;
	display:block;
	margin:35px auto;
	position:relative;	
padding-bottom:32px;}.cert .cert{margin:0;padding:0;}
.prin-tu{
	width:60%;
}

.cert img{
	display:block;
	width:100%;
}
.product .title-wrap .energy-img1>img{
	width:100%;
	display:block;
}
.title-wrap .text-e{
	font-weight:bold;
	margin-bottom:30px;
}
.product .title-wrap h3{
	text-align:center;
	font-size:36px;
font-weight:bold;
}
.product .title-wrap>h3:after,.news-a .title-center>.title-container>h3:after{
	content:"";
	display:block;
	width:126px;
	height:1px;
	margin:7px auto;
	background:red;
}
.product .dry-develop>h3:after{
	width:214px;
}
.product .dry-develop>.text-e:before{
	content:"";
	display:block;
	width:58px;
	height:5px;
	background:red;
	margin:0 auto;
	margin-top:-10px;
}
.product .invest-text h3,.product .title-wrap h3,.product .title-wrap .adv-title h3,.product .title-wrap h3 a{
	color:#5e5757;
}
.product .title-wrap .adv-title h3{
	font-size:24px;
	margin-bottom:20px;
}
p.line:before,p.line:after{
	content:"";
	display:block;
	width:200px;
	height:1px;
	background:#d5d3d3;
	position:absolute;
	top:50%;
}
p.line:before,p.line1:before{
	left: -210px;
}
p.line:after,p.line1:after{
	right: -210px;
}
.product .title-wrap .text-p,.product .dry-develop .text-t{
	max-width:1200px;
	margin:0 auto;
	text-align:justify;
	line-height:26px;
	margin-bottom:9px;
}
.product .title-wrap .text-p{
	text-indent:30px;	
}
.product .title-wrap>p{
	text-align:center;
}
.product .invest-text h3,.product .invest-text p{
	width:1050px;
	margin:0 auto;
	font-size:15px;
	text-align:left;
}
.product .youshi-img p,.product .tec .tec-text p{
	text-align:justify;
}

.product .tec .XLD-p{max-width:1200px;margin:0 auto;text-align:left;}
.product .adv-title{
	margin-bottom:23px;
   text-align:center;
}
.product .adv-title,.product .adv-title p{
  text-align:center;
}
.product .adv-title p:first-of-type{
   display: inline-block;
   margin: 0 auto;
   position: relative;
}
.product .zs-img{
	text-align:center;
	margin-bottom:35px;
}
.product .zs-img img{
	display:inline-block;
}
.product .top-title .title-center .title-right ul{
	float:left;
	margin-right:30px;
}
.product .top-title .title-center .title-right .consult{
	float:right;
	margin-top:-4px;
}
.consult img{
	display:block;
}
.product .top-title .title-center .title-right a{
	/*display:block;*/
	padding:0 10px;
	border-right:1px solid #ccc;
	color:#5e5757;
}
.product .top-title .title-center .title-right>a{border:none;}
.product .top-title .title-center .title-right li{
	float:left;
	text-align:center;
}

.title-nav {
	max-width:1200px;
	margin:0 auto;
	margin-bottom:20px;
}
.title-nav .top-title{
	padding:14px 0;
	background-color:#e71305;
	float:left;
	width:100%;
	padding-left:16px;
	margin-bottom:1px;
	border-top:1px solid #b4b4b4;
	position:relative;
}
.product .title-wrap .picture-container{
	position:relative;
	padding:0 50px;
}
.product .picture-container img{
	width:100%;
	display:block;
}
.product .picture-container .btn-wrap{
	width:37px;
	height:52px;
	cursor:pointer;
	position:absolute;
	top:calc(50% - 26px);
}
.product .picture-container .btn-wrap.left-btn{
	left:0;
	background:url(../images/left-btn.png) no-repeat left top;
}
.product .picture-container .btn-wrap.right-btn{
	right:0;
	background:url(../images/right-btn.png) no-repeat left top;
}
/*项目案例定义样式*/
.case .title-nav .top-title{
	background-color:#F00;
	margin-top:20px;
}
.title-nav h3,.title-nav span{
	float:left;
	font-size:15px;
	color:white;
}
.case .title-nav .top-title h3,.case .title-nav .top-title span{
	color:white;
}
.product1 h3{
	color:#727272;
}
.title-nav .top-title span{
	color:#fff;
	position:absolute;
	right:20px;
	margin-left:25px;
}
.news-a .title-nav .top-title span{
	float:right;
	margin-right:20px;
		
}

.product-title {
	width:10%;height:49px;
	float:left;
	background:#f6f6f6;
	padding:14px 0;
	padding-left:16px;
	box-sizing: border-box;
}.title-nav>.product1:nth-of-type(7) .product-title{height:99px;}
.case-title{
	width:10%;
}

.title-nav .product1 {
	float:left;
	width:100%;
}

.product1 .product-1 {
	float:left;

	width:calc(90% - 1px);
	margin-left:1px;
	padding:14px 0;
	padding-left:16px;
	background:#f6f6f6;
	box-sizing:border-box;
	margin-bottom:1px;
	position:relative;
}
.product1 .case-list{
	width:calc(90% - 1px);
}
.product1 .product-1 .menu{
	cursor:pointer;
	position:absolute;
	right:5px;
	top:calc(50% - 13px);
}
.product .product-1 a{
	color:#727272;
	font-size:15px;
}

.product-list .product-1 {
	width:100%;
	background:#f6f6f6;
}
.product-1 li{
	float:left;
	margin-left:20px;
}

.product2 .product-title{
height:199px;
}

.product-wrap {
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
.product-wrap .hlth{height:30px;}.device-wrap .device-title {
	width:100%;
	background-color:#5e5757;
	padding:16px;
	margin-bottom:20px;
}
.device-wrap .device-title h3{
	float:left;
	font-size:16px;
	color:white;
}
.device-wrap .device-title a{
	float:right;
	color:#f1f1f1;
	font-size:15px;
}

.device-wrap .device-img {
	width:calc(50% - 15px);
	float:left;
	overflow:hidden;
	margin-bottom:20px;
}
.device-wrap .device-img p{
	line-height:40px;
	width:100%;
	text-align:center;
	background:#f6f6f6;
	border-bottom:1px solid #bababa;
}
.device-wrap .device-img1{
	margin-right:15px;
}
.device-wrap .device-img img{
	width:100%;
	display:block;
}
.device-wrap .device-img2 {
	margin-left:15px;
}

.title-center .title-left a {
	color:#727272;
}

.product-container {

	max-width:1200px;
	margin:40px auto;
}
.product-container img{
	display:block;
}
.product-container .product-1{
	border-bottom:1px solid #eaeaea;
	padding:20px 0 20px 20px;
}
.product-container .product-1:hover{
	background:#f1f1f2;
}
.case .product-container .product-1:hover{
	background:#fff;
}
.product-container .product-1:hover .product-text img{
	display:none;
}
.case .product-container .product-1:hover img{
	display:block;
}
.product-container .news-lt:hover .product-text a{
	text-decoration:underline;
	color:red;
}
.product-container .product-1 .product-text{
	padding-left:30px;
}

.product-container .product-1 .product-img,.product-container .product-1 .product-text{
	float:left;
	position:relative;
}
.product-container .product-1 .product-img{
	padding-bottom:32px;
}
.product-container .product-text h3{
	font-size:15px;
	color:#5e5757;
	font-weight:bold;
	line-height:30px;
}
.product-container .product-text p{
	text-align:justify;
	width:100%;
	max-width:620px;
	font-size:15px;
	color:#5e5757;
	line-height:26px;



}
.product-container .product-text .more{
	display:block;
	width:170px;
	height:40px;
	margin-top:10px;
	background:url(../images/more0.png) no-repeat;
}


.product-container .product-1:hover .product-text1 img{
	display:none;
}
.product-container .news-lt:hover .product-text1 a{
	text-decoration:underline;
	color:red;
}
.product-container .product-1 .product-text1{
	padding-left:30px;
}
.product-container .product-1 .product-img,.product-container .product-1 .product-text1{
	float:left;
	position:relative;
}
.product-container .product-text1 h3{
	font-size:15px;
	color:#5e5757;
	font-weight:bold;
	line-height:30px;
}
.product-container .product-text1 p{
	text-align:justify;
	width:100%;
	max-width:780px;
	font-size:15px;
	color:#5e5757;
	line-height:26px;
}
.product-container .product-text1 .more{
	display:block;
	width:170px;
	height:40px;
	margin-top:10px;
	background:url(../images/more0.png) no-repeat;
}

.top-right {
	float:right;
	position:relative;
	top:12px;
}
.top-right .search:hover .down-search{
	display:block;
}
.top-right .nav{
	position:relative;
	padding-right:28px;
	padding-left:5px;
	line-height:30px;
}
.top-right .nav img{
	position:absolute;
	right:0;
	top:11px;
}
.top-right img{
	display:block;
}
.top-right a{
	float:left;
	margin-right:10px;
	color:white;
}

.youshi-img,.prin-img{
	max-width:1050px;
	margin:0 auto;
	text-align:center;
}
.gl-img{
	max-width:1200px;
	margin:0 auto;
	text-align:left;
	margin-top:10px;
}

.waste-img{
	max-width:1230px;
}
.dry-img{
	max-width:680px;
}
.st-img{
	max-width:900px;
}
.invest-img{
	max-width:1200px;
}
.product .prin-img img{

}
.prin-img p{
	text-align:left;
}

.youshi-img p{
	line-height:26px;
}
.youshi-img .youshi-img1,.youshi-img .youshi-wenben{
	width:calc(50% - 20px);
	float:left;
	margin:10px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.st-adv .youshi-img1{
	overflow:visible;
}
.st-img .youshi-img1{
	width:calc(100% / 3 - 20px);
	padding-bottom:28px;

}
.waste-img .harm-img{
	width:calc(100% / 3 - 40px);
	margin:0 20px;
}
.harm-img img{
	width:100%;
}
.harm-img h3{
	text-align:left;
	font-size:24px;
	color:#5e5757;
	margin-top:10px;
	margin-bottom:20px;
}
.invest-img .dry-case{
	padding:10px;
	border:1px solid #dddddd;
}
.dry-case .more,.case .more{
	width:182px;
	height:44px;
}
.invest-img .st-case{
	background:white;
}
.invest-img .waste-case{
	background:white;
}
.invest-img .waste-case img{
	width:100%;
}
.invest-img .waste-case{
	background:white;
}
.dry-case>a{
	display:block;
	width:182px;
	height:44px;
	margin:30px auto;
}

.invest-adv .youshi-text{
	position:relative;
	padding:0 30px;
	text-align:justify;
}
.youshi-img1 span{
	position:absolute;
	left:0;
	top:3px;
	background:#ff3f3c;
	padding:0 2px;
	color:white;
}
.st-adv span{
	width:60px;
	height:60px;
	border-radius:50%;
	background:#ff3f3c;
	left:calc(50% - 30px);
	line-height:60px;
}
.youshi-img1 p{
	margin-bottom:28px;
}
.dry-case p{
	margin-bottom:0;
}
.dry-img .dry-img1{
	width:100%;
	position:relative;
}
.down-img .img .huikuang{
width: calc(100% - 20px);
left: 10px;
background-color: rgba(1,1,1,0.5);
	
	}
.huikuang{
	width:100%;
	height:32px;
	background:#7c7777;
	position:absolute;
	left:0px;
	bottom:0px;
	color:white;
	line-height:32px;
	text-align:center;
	overflow: hidden;/*超出部分隐藏*/
	text-overflow:ellipsis;/* 超出部分显示省略号 */
	white-space: nowrap;/*规定段落中的文本不进行换行 */
}.product 

.huikuang a{color:#fff;}.dry-develop .huikuang{
	background:#5e5757;
}

.energy-img .energy-img1,.energy-img .llzy-text{
	width:calc(100% / 3 - 20px);
	float:left;
	margin:0 10px;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
}
.energy-img .energy-text{
	width:calc(50% - 20px);
	float:left;
}
.energy-img .energy-text1{
	margin-right:20px;
}
.energy-img .energy-text2{
	margin-left:20px;
}
.energy-img1 .kuang{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.45);
	position:absolute;
	left:0;
	top:0;
	display:none;
}

.energy-img1:hover .kuang{
	display:block;
	transform:scale(1.5);
}
.kuang img{
	position:absolute;
	left:calc(50% - 30px);
	top:calc(50% - 42px);
}
.energ
.product .energy-img1 img{
	width:100%;
}

.energy-img {
	max-width:1200px;
	margin:0 auto;
}
.energy-img p{
	line-height:26px;
}
.prin .energy-img{
	max-width:1000px;
}

.product .energy-img p{
	text-align:left;
}

.product td{
	text-align:center;
}
.modu td{
	width:calc(100% / 15);
	background:#e6e5e5;
	color:#5e5757;
	font-size:15px;
}
.tec td{
	width:calc(100% / 15);
}
.invest-text .title td,.modu .row1 td,.modu .row2 td,.modu .row3 td,.fanji9 tr td:nth-child(1){
	background:#5e5757;
	color:white;
}
.invest-text .title-text td{
	background:#e7e6e6;
	color:#5e5757;
}
.invest-text table td:nth-child(1),.invest-text table td:nth-child(2){
	width:20%;
}
.fanji9 td{
	background:#dbdadb;
}
.fanji9 tr td{
	width:calc(100% / 5);
}
.e-fanji tr td{
	width:calc(100% / 6);
}
.yidong tr td{
	width:calc(100% / 3);
}
.pex7 tr td{
	width:calc(100% / 8);
}
.hzsl tr td{
	width:calc(100% / 5);
}
.hzsl tr td:nth-child(1),.hzsl tr td:nth-child(2),.hzsl tr td:nth-child(5){
	width:10%;
}
.pex7 tr:nth-child(1) td{
	background:#5e5757;
	color:white;
}
.sand1 .sand1-text{
	width:960px;
	margin:0 auto;
}
.sand1 .sand1-text .sand1-t{
	border:1px solid #c8c7c9;
	background:white;
	width:calc(100% / 3 - 20px);
	height:128px;
	float:left;
	padding:10px 14px;
	margin:0 10px;
}
.sand1 .sand1-text .sand1-t h3,.sand1 .sand1-text .sand1-t p{
	font-size:15px;
	text-align:left;
	line-height:26px;
}


.stru-img {
	max-width:900px;
	margin:0 auto;
}
.pex-img{
	text-align:center;
}
.product .pex-img img{
	display:inline-block;
}
.stru-img .stru-img1{
	width:50%;
	float:left;
}
.stru-img .fr{
	padding-left:180px;
}

.tec-text {
	max-width:1200px;
	margin:20px auto 0;
	font-size:15px;
}
.tec-text p{
	line-height:26px;
}
@media(max-width:1366px){
	p.line:before{
		left:calc(27% - 7.5%);
	}
	p.line:after{
		right:calc(27% - 7.5%);
	}
	p.line1:before{
		left:280px;
}
	p.line1:after{
		right:280px;
	}
}

/*product*/
.product {
	background: #fff;
	padding-bottom: 0px;
}
.pro-type {
	margin-bottom: 30px;
}
.pro-type ul {
	margin: 0 auto;
	width: auto;
}
.pro-type ul li {
	display: inline-block;
	width: 200px;
	line-height: 32px;
	background: #eeeeee;
	margin: 10px 12px 10px 12px;
	text-align: center;
}
.pro-type ul li a {
	color: #4e4e4e;
	font-size: 14px;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.pro-type ul li a:hover {
	background: #015cb5;
	color: #fff;
}
.pdc-list {
	overflow: hidden;
	
}
.pdc-list li {
	margin-bottom: 13px;
}
.pdc-list li b {
	display: block;
	width: 100%;

	position: relative;
}
.pdc-list li b img {/*position: absolute; top: 50%; left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%); max-height: 100%;*/
	height: 100%;
	width: 100%;
	transition: 300ms;
	-webkit-transition: 300ms;
	display: block;
}
.pdc-list li b i {
	display: block;
	width: 38px;
	height: 38px;
	background: url("../images/more.png");
	position: absolute;
	left: 50%;
	margin-left: -19px;
	top: 50%;
	margin-top: -19px;
	opacity: 0;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.pdc-list li span {
	display: block;
	line-height: 38px;
	text-align: center;
	border-bottom: 3px solid #e5e5e5;
	font-size: 14px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.pdc-list li:hover img {
	opacity: 0.5;
}
.pdc-list li:hover i {
	opacity: 1;
}
.pdc-list li:hover span {
	background: #e71305;
	color: #fff;
	border-bottom: 3px solid #e71305;
}
/*time*/
.indexcoo {
	background: url(../images/coop.jpg) no-repeat center center;
	height: 289px;
}
.indexcoo .list {
	padding-top: 105px;
	padding-bottom: 300px;
}
.indexcoo .list li {
	float: left;
	width: 25%;
	text-align: center;
	color: #fff;
}
.indexcoo .list li .num p {
	width: auto;
	display: inline;
	position: relative;
}
.indexcoo .list li .num p strong {
	font-size: 18px;
	padding-left: 14px;
}
.indexcoo .list li .num p span {
	animation: r_x 4s ease-in-out infinite;
	-webkit-animation: r_x 4s ease-in-out infinite;
	display: inline-block;
	font-size: 36px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}
.indexcoo .list li .num small {
	display: block;
	position: absolute;
	font-size: 30px;
	line-height: 1;
	right: 13px;
	top: -21px;
	color: #fff;
}
.indexcoo .list li .line {
	margin-left: auto;
	margin-right: auto;
	width: 29px;
	height: 3px;
	margin-top: 15px;
	background: #fff;
}
.indexcoo .list li .text {
	line-height: 50px;
	font-size: 16px;
	color: #fefefe;
}
@keyframes r_x {
75% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(360deg);
}
}
@-webkit-keyframes r_x {
75% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(360deg);
}
}
.time2 {
	height: 125px;
	background: url("../images/b3.jpg") no-repeat center;
	background-size: cover;
}
/*新闻定义样式*/
/*新闻页面定义样式*/
.news-1 .product-img,.news-lt .product-img{
	border:1px solid #eaeaea;
	padding:10px;
	padding-bottom:50px;
}
.news-lt .news-list{
	padding-bottom:10px;
}
.news-1 .product-text h3{
	font-size:24px;
}

.news-1 .product-text p,.news-lt .product-text p{
	width:96%;
	white-space: nowrap;      /*超出的空白区域不换行*/
	overflow: hidden;         /*超出隐藏*/
	text-overflow: ellipsis;  /*文本超出显示省略号*/
}

.product-container .product-1 .news1 {
	width:40%;
	position:relative;
   padding-bottom:10px;
}
.product-container .news1 ul{
	position:absolute;
	left:calc(50% - 48px);
	bottom:20px;
}
.product-container .news1 ul li{
	width:12px;
	height:12px;
	background:#d4d4d4;
	border-radius:50%;
	float:left;
}
.product-container .news1 ul li.current{
	background:red;
}
.product-container .product-1 .news-list {
	width:30%;
   padding-bottom:10px;
}
.product-container .news-1 .product-text{
	width:60%;
}
.product-container .news-lt .product-text{
	width:70%;
}
.product-container .product-1 img{
	width:100%;
}

.product-container ol li{
	float:left;
	margin:0 5px;
	border:1px solid #dedede;padding:10px 14px;color:#e2dbdb
}
.product-container ol li a.current{
	background:red;
	color:white;
}
.product-container ol li:last-of-type {
    padding: 10;
}

.product-container ol li select{
    border:none;height:auto;
}
.product-container ol li:last-of-type select {
    padding: 11px;
}
.product-container ol li a{
	display:block;
	color:#666;
	
}

.product-container ol {
	position:relative;
	
	margin:36px auto;
}

/*news*/
.news ul {
	margin-bottom: 45px;

}
.news ul li {
	position: relative;


}
.news ul li:after {
	
	display: block;
	content: '';
	width: 100%;
	left: 0;
	overflow:hidden;


}
.news ul li a {
	font-size: 14px;
	color: #5f5f5f;
	position: relative;
	z-index: 10;
	
}
.news ul li a > span {
	display: block;
	font-size: 14px;
	padding: 10px 0;
	transition: 300ms;
	-webkit-transition: 300ms;


}
.news ul li a div {
	position: relative;
	padding-bottom:15px;
	width: 105px;
	
}
.news ul li a div:after {
	position: absolute;
	display: block;
	content: '';
	width: 2px;
	height: 100%;
	background: #999999;
	left: 50%;
	margin-left: -1px;
	top: 0;
	transition: 300ms;
	-webkit-transition: 300ms;
	
}
.news ul li a div:before {
	position: absolute;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	background: #999999;
	left: 50%;
	bottom: -6px;
	border-radius: 50%;
	z-index: 2;
	margin-left: -6px;
	transition: 300ms;
	-webkit-transition: 300ms;

}
.news ul li a div small {
	display: block;
	font-size: 14px;
	width: 100%;
	line-height: 30px;
	border-radius: 3px;
	background: #999999;
	color: #fff;
	text-align: center;
	transition: 300ms;
	-webkit-transition: 300ms;

}
.news ul li a > small {
	display: block;
	font-size: 14px;
	line-height: 25px;
	margin-top: 20px;
	
}
.news ul li:hover a > span {
	color: #015cb5;
}
.news ul li:hover div:after, .news ul li:hover div:before {
	background: #015cb5;

}
.news ul li:hover div small {
	background: #015cb5;
	
}
/*company*/
.company {
	height: 656px;
	background: url("../images/about.jpg") no-repeat center;
	padding-top: 88px;
	margin-top: 20px;
}
.company .com-right {
	width: 50%;
	float: left;
}
.company .com-right .com-title {
	margin-bottom: 25px;
}
.company .com-right .com-title b {
	font-size: 36px;
	color: #015cb5;
	font-weight: 500;
	position: relative;
	display: inline-block;
}
.company .com-right .com-title b:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background: #8b8b8b;
}
.company .com-right .com-title small {
	font-size: 18px;
	color: #878787;
}
.company .com-right span {
	display: block;
	font-size: 30px;
	color: #575757;
	margin-bottom: 75px;
}
.company .com-right p {
	width: 285px;
	height: 50px;
	line-height: 50px;
	background: #015cb5;
	text-align: center;
	font-size: 24px;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 25px;
}
.company .com-right small {
	line-height: 30px;
}
.company .container {
	position: relative;
	height: 100%;
}
.company .container > p {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 24px;
	color: #fff;
	background: url("../images/tel2.png") no-repeat right center;
	padding-right: 85px;
	line-height: 88px;
}
.company .container > p b {
	font-size: 40px;
}
/*adv*/
.adv ul li {
	margin-bottom: 40px;
}
.adv ul li:after {
	display: block;
	content: '';
	clear: both;
}
.adv ul li p {
	float: left;
	margin-right: 20px;
	position: relative;
	width: 50px;
	line-height: 50px;
}
.adv ul li p:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: #015cb5;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotateZ(45deg);
}
.adv ul li p span {
	font-size: 30px;
	color: #fff;
	z-index: 10;
	display: block;
	text-align: center;
	position: relative;
}
.adv ul li div {
	float: left;
	width: 85%;
}
.adv ul li div strong {
	display: block;
	font-size: 25px;
	color: #015cb5;
}
.adv ul li div b {
	display: block;
	font-size: 13px;
	color: #6a6a6a;
}
/*contact*/
.contact {
	height: 200px;
	background: url("../images/zx.jpg") no-repeat center;
	color: #fff;
}
.contact .container {
	position: relative;
}
.contact h2 {
	background: url("../img/text.png") no-repeat center;
	width: 433px;
	height: 34px;
	text-indent: -999rem;
	margin-top: 55px;
}
.contact small {
	font-size: 20px;
	display: block;
	margin-top: 15px;
}
.contact a {
	width: 198px;
	height: 53px;
	background: url("../img/zxbtn.png") no-repeat center;
	text-indent: -999rem;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
/*footer*/
footer {
	background: #1a1a1a;
	font-size: 14px;
	color: #888888;
}
footer .container {
	position: relative;
}
footer a {
	color: #888888;
}
footer .row {
	padding: 10px 0 0px 0;
}
footer .row ul li:first-child {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #383838;
}
footer .f-nav {
	overflow: hidden;
	padding-top: 10px;
}
footer .f-nav li {
	float: left;
	width: 10%;
	text-align: center;
	line-height: 35px;
	margin-right: 5px;
}
footer .f-nav li a {
	display: block;
	color: #888888;
}
footer .f-nav li:hover {
	background: #424242;
}
footer .f-links {
	margin-top: 25px;
}
footer .f-links img {
	float: left; margin-right:20px; height:150px
}
footer .f-links ul {
	float: left;
	border-left: 0px solid #000000;
}
footer .f-links ul li {
	float: left;
	width: 95%;
	margin-bottom: 5px;
}
footer .f-ewm p {
	float: right;
	padding: 0; margin-top:25px;
}
footer .f-ewm span {
	display: block;
	text-align: center;
	font-size: 12px; margin-top:5px;
}
footer .f-bottom {
	padding: 5px 0;
	text-align: center
}
footer .f-bottom span {
	float: right;
}
footer .gtop {
	position: absolute;
	right: 30px;
	top: 0;
	background: #f43136;
	color: #fff;
	text-align: center;
	width: 48px;
	height: 48px;
	z-index: 200;
	line-height: 48px;
	font-size: 24px;
	cursor: pointer;
}

/*友情链接*/
.link  
{
    background: #101010;
    color: #6b6262;
    padding: 20px 0;
}
.yqlink
{width:100%; margin:auto; text-align: center;}

/*info*/
.container {
	position: relative;
}
.container .info-title {
	position: absolute;
	top: -70px;
	left: 0;
	z-index: 100;
	width: 267px;
	height: 70px;
	background:#337ab7;
	color: #fff;
	text-align: center;
	line-height: 77px;
	font-size: 30px;
}
.location {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	line-height: 35px;
	padding: 30px 0;
}
.location ul li {
	float: left;
	width: 10%;
	text-align: center;/* background: #909090; */
	color: #000;
	margin-right: 5px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.location ul li:hover {
	background: #337ab7;
	color: #fff;
}
.location ul li:hover a {
	color: #fff;
}
.location ul li.li_active {
	background: #337ab7;
	color: #fff;
}
.location ul li.li_active a {
	color: #fff;
}
.location ul li a {
	color: #383838;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.location p {
	float: right;
	font-size: 14px;
	color: #484848;
}
.location p i {
	color: #015cb5;
	font-size: 24px;
	padding-right: 5px;
}
.location p a {
	color: #484848;
}
.location p a:hover {
	color: #015cb5;
}
.p_content {
	font-size: 14px;
	line-height: 35px;
	width: 100%;
	overflow: hidden;
	text-align: justify;
}
.p_content p {
	word-break: break-all;
}
.p_content img {
	max-width: 100%;
	height: auto!important
}
#info {
	margin-top: -35px;
}
.info2 {
	padding-bottom: 0px;
}
.info2 .location {
	margin-bottom: 30px;
}
.info-pro {
	padding-top: 45px;
}
.info-pro .pro-type ul {
	margin: 1px;
	width: 100%;
}
/*关于我们详情页*/
.info_com {
	padding-top: 25px;
}
.info_contact {
	background: #f1f1f1;
	padding: 25px 0;
	margin-top: 10px;
}
.info_contact ul {
	overflow: hidden;
}
.info_contact ul li {
	width: 25%;
	float: left;
	border-left: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: 18px center;
	padding: 18px 0 18px 110px;
}
.info_contact ul li:nth-of-type(1) {
	background-image: url("../img/ft1.png");
	border-left: 0;
}
.info_contact ul li:nth-of-type(2) {
	background-image: url("../img/ft2.png");
}
.info_contact ul li:nth-of-type(3) {
	background-image: url("../img/ft3.png");
}
.info_contact ul li:nth-of-type(4) {
	background-image: url("../img/ft4.png");
}
.info_contact ul li b {
	display: block;
	font-size: 18px;
}
.info_contact ul li small {
	font-size: 16px;
	color: #5f5d5d;
	margin-top: 10px;
}
/*联系我们定义样式*/
.contact-wrap {
	max-width:1200px;
	margin:30px auto;
}
.contact-wrap .contact-add,.contact-wrap .contact-tel{
	width:calc(50% - 10px);
	float:left;
}
.contact-add img,.contact-tel img{
	position:absolute;
	left:calc(50% - 14px);
	top:32px;
}
.contact-add span,.contact-tel span{
	position:relative;
	top:24px;
}
.contact-wrap .contact-add{
	margin-right:10px;
}
.contact-wrap .contact-tel{
	margin-left:10px;
}
.contact-wrap .contact-add dt,.contact-wrap .contact-add dd,.contact-wrap .contact-tel dt,.contact-wrap .contact-tel dd{
	float:left;
}
.contact-wrap .contact-add dt,.contact-wrap .contact-tel dt{
	width:20%;
	background:#f0f0f0;
	line-height:140px;
	position:relative;
}
.contact-wrap .contact-add dd,.contact-wrap .contact-tel dd{
	width:80%;
	background:#f5f5f5;
	line-height:140px;
}

.contact-left,.contact-right,.contact-emil,.contact-weixin,.contact-qq,.contact-online{
	width:calc(50% - 10px);
	float:left;
}
.contact-left,.contact-right{
	margin-top:20px;
}
.contact-emil,.contact-qq{
	margin-right:10px;
}
.contact-weixin,.contact-online{
	margin-left:10px;
}
.contact-emil,.contact-weixin,.contact-qq,.contact-online{
	background:#f5f5f5;
	height:140px;
	position:relative;
}
.contact-left{
	margin-right:10px;
}
.contact-left img,.contact-right img{
	position:absolute;
	left:calc(50% - 14px);
	top:32px;
}
.contact-left p,.contact-right p{
	position:relative;
	top:88px;
}
.contact-right{
	margin-left:10px;
}

.contact .server-t {
	font-size:14px;
}

.weizhi {
	font-size:14px;
	text-align:left;
}
.weizhi select{
	width:150px;
	height:40px;
	padding-left:10px;
	color:#666;
}
/*服务中心定义样式*/
.server-t {
	font-size:14px;
	margin-top:12px;
}

.server-wrap {
width:100%;
	max-width:1200px;
	margin:0 auto;
}
.case1 .server-wrap{margin:0 auto;}.server-wrap td{
	text-align:center;
	color:#5e5757;
}
.server-wrap tr:nth-child(1) td:nth-child(5){
	position:relative;
}
.server-wrap tr:nth-child(1) td:nth-child(5) input{
	height:200px;
	width:100%;
	opacity:0;
	color:transparent;
	position:absolute;
	left:0;
	top:0;
}
.server-wrap tr:nth-child(1) td:nth-child(5) button{
	width:90%;
	height:314px;
	border:none;
	background:transparent url(../images/server-file.png) no-repeat;
	background-size:100%;
	padding:0 10px;
}
.server-wrap tr:nth-child(1) td:nth-child(5) button p{
	position:absolute;
	text-align:left;
	left:5px;
	bottom:32px;
}
.server-wrap tr td:nth-child(1),.server-wrap tr td:nth-child(3){
	width:8%;
}
.server-wrap tr td:nth-child(2),.server-wrap tr td:nth-child(4){
	width:20%;
}
.news-company-tab tr td:nth-child(2){
	width:10%;
}
.server-wrap tr td:nth-child(2) input{
	width:300px;
	height:46px;
	background:#fbfbfb;
	color:#b1b1b1;
	border:1px solid #dedede;
}
.server-wrap tr td:nth-child(4) textarea{
	width:300px;
	height:320px;
	background:#fbfbfb;
	border:1px solid #dedede;
	color:#b1b1b1;
	resize:none;
}
.server-wrap tr td .sub{
	width:300px;
	height:46px;
	background:red;
	outline:none;
	border:none;
	color:white;
	margin-top:20px;
}
.server-wrap .server-promise{
	width:calc(100% / 4 - 50px);
	float:left;
	margin:20px;
}
.server-wrap .server-promise:hover .times{
	border-color:red;
}
.server-promise .times{
	width:70%;
	height:auto;
	margin:0 auto;
	font-size:0.14rem;
	color:#5e5757;
	border:1px solid #d8d6d6;
	border-radius:50%;
	text-align:center;
	line-height:380%;
}
.server-promise p{
	font-size:14px;
	text-align:center;
	margin-top:20px;
}.case .case{height:100%;}

.server-score {
	float:left;
	width:calc(100% / 3 - 10px);
	padding:14px;
	margin:0 5px;
	border:1px solid #d8d6d6;
	overflow: hidden;/*超出部分隐藏*/
	text-overflow:ellipsis;/* 超出部分显示省略号 */
	white-space: nowrap;/*规定段落中的文本不进行换行 */
}
.case{
	padding:0;
	padding-bottom:5px;
	position:relative;
	text-align:center;
}
.case-wrap>a,.case-wrap>a>img{
	display:inline-block;
}
.case-wrap>a{
	margin:30px 0;
}
.case{
	background:white;
}
.case p{
	text-align:center;
}

.case .score-img{
	margin:10px;
	overflow:hidden;

}
.score-img img{
	width:100%;	display:block;
}
.case >.swt a img{
	position:absolute;
	right:10px;
	bottom:10px;
}
.server-wrap .server-score h3{
	font-size:18px;
	margin:10px 0;
}
.server-score>a{
	display:block;
	width:182px;
	height:44px;
	margin:20px auto;
}
/*在线留言详情页*/
.input-group {
	margin-bottom: 10px;
	clear: both; /*overflow: hidden;*/
}
.input-group:after {
	display: block;
	content: '';
	clear: both;
}
.input-group label {
	width: 62px;
	font-size: 15px;
	display: inline-block;
	text-align-last: justify;
	color: #606060;
	font-weight: bold;
}
.input-group input[type=text] {
	border: 1px solid #aaa;
	border-radius: 2px;
	line-height: 30px;
	height: 30px;
	width: 276px;
	text-indent: 1em;
	font-family: "microsoft yahei", "sans-serif";/* background: #f0f2ef; */
	transition: 300ms;
	-webkit-transition: 300ms;
	outline: none;
}
.input-group input[type=text]:focus {
	width: 300px;
	box-shadow: 0 0 5px #015cb5;
	border: 1px solid #015cb5;
}
.input-group textarea:focus {
	width: 440px;
	box-shadow: 0 0 5px #015cb5;
	border: 1px solid #015cb5;
}
.input-group input[type=text]#captcha:focus {
	width: 90px;
	box-shadow: 0 0 5px #015cb5;
	border: 1px solid #015cb5;
}
.input-group textarea {
	transition: 300ms;
	-webkit-transition: 300ms;
	width: 420px;
	border: 1px solid #aaa;
	border-radius: 2px;
	text-indent: 1em;
	padding-top: 5px;
	font-family: "microsoft yahei", "sans-serif";
	outline: none;
}
#submit {
	display: block;
	clear: both;
	width: 80px;
	line-height: 30px;
	background: #015cb5;
	border: 0;
	color: #ffffff;
	font-size: 14px;
	font-family: "microsoft yahei";
	margin-left: 64px;
}
#submit:hover {
	background: #BB0000;
}
/*page*/
div.page {
	margin: 20px 0 20px 0;
	clear: both;
	text-align: center;
	font-size: 12px;
}
div.page a {
	padding: 2px 5px;
	margin: 2px;
	color: #0E0E0E;
	text-decoration: none;
	background: #fff;
	border: 1px solid #908A8A;
	margin-bottom: 5px;
	display: inline-block;
}
div.page a:hover {
	border: 1px solid #015cb5;
}
div.page span.current {
	padding: 3px 10px;
	font-weight: bold;
	margin: 2px;
	color: #fff;
	background-color: #015cb5;
}
div.page span.disabled {
	padding: 2px 5px;
	margin: 2px;
	color: #ddd;
}
#prev_next {
	list-style: none;
	margin-top: 20px;
	margin-right: 10px;
}
#prev_next a {
	color: #3e3e3e;
}
#prev_next a:hover {
	color: #015cb5;
}
#prev_next {
	font-size: 14px;
	margin-top: 25px;
}
.prev_page, .next_page {
	font-size: 14px;
	border-top: 1px solid #ccc;
	padding: 5px 25px;
}
.prev_page a:hover, .next_page a:hover {
	color: #1c4dbe;
}
.prev_page {
	margin-top: 20px;
	background: url("../img/prev_bg.png") no-repeat left center;
	background-size: 18px;
}
.next_page {
	border-bottom: 1px solid #ccc;
	background: url("../img/next_bg.png") no-repeat left center;
	background-size: 18px;
}
/*联系我们详情页*/
.contact_info_list ul li {
	font-size: 14px;
	list-style: none;
	line-height: 30px;
}
.contact_info_list b {
	font-size: 22px;
	color: #b00;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
}
.contact_info_list b span {
	display: block;
	font-size: 12px;
	color: grey;
	margin-top: 5px;
	letter-spacing: -1px;
}
.info_maps {
	border: 1px solid #ccc;
	height: 315px;
	padding: 0;
}
/*产品详情页*/
.info_content_left h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.pdc_time {
	color: #999; /*margin: 0 0 30px 0; padding-bottom: 20px; border-bottom: 1px solid #EDEDED; */
	font-size: 12px;
}
.info_content_right h4 {
	font-size: 16px;
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #EDEDED;
	font-weight: bold;
}
.info_content_right ul li a, .info_content_right ol li {
	color: #9E9E9E;
	line-height: 35px;
}
.info_content_right ul li a:hover {
	text-decoration: underline;
}
.p_info_title {
	margin-bottom: 15px;
}

/*产品详情页定义样式*/
	.adv-wrap{max-width:1200px;margin:0 auto;overflow:hidden;}
	.adv-wrap .ld-adv{width:calc(50% - 10px);float:left;background-color:#ececec;border:1px solid #dedede;border-radius:10px;padding:20px 40px;margin-bottom:20px;}
	.adv-wrap .same-height1,.adv-wrap .same-height2{height:230px;}
	.adv-wrap .same-height3{height:260px;}
	.adv-wrap .same-height4{height:300px;}
	.adv-wrap .adv-left{margin-right:10px;}
	.adv-wrap .adv-right{margin-left:10px;}
	.adv-wrap .no-float{width:100%;float:none;margin:20px 0 0;}
	.adv-wrap .texth3{border-bottom:1px solid #dedede;padding:10px 0 10px 40px;position:relative;}
	.adv-wrap .texth3 span{width:30px;height:30px;position:absolute;left:0;top:calc(50% - 15px);background:url(../images/number-icon.jpg) no-repeat;font-weight:bold;text-align: center;line-height: 30px;color:#fff;}
	.adv-wrap .texth3 h3{text-align:left;font-size:18px;}
	.adv-wrap .textp{padding-top:10px;text-align:justify;}
	.product td u a{color:#fff;}
	.case-gs td u a{color:#5e5757;}
	.product u a:hover{text-decoration:underline;}
/*新闻详情页*/
/*新闻子页面*/
.info_news_ul li {
	background: #f6f6f6;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.info_news_ul li img {
	display: block;
	width: 100%;
	max-width: 283px;
	height: 175px;
}
.info_news_ul li b {
	padding-left: 0;
}
.info_news_ul .col-md-2 {
	text-align: center;
	color: #4b4b4b;
	font-size: 14px;
	position: relative;
	top: 50%;
	margin-top: 55px;
}
.info_news_ul .col-md-2 small {
	display: block;
	width: 92px;
	height: 25px;
	margin: 10px auto 0 auto;
	line-height: 25px;
	text-align: center;
	background: #9A9A9A;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.info_news_ul .col-md-7 {
	font-size: 16px;
	color: #1f1f1f;
	padding: 5px 0;
	margin-top: 40px;
}
.info_news_ul .col-md-7 small {
	display: block;
	font-size: 12px;
	color: #444;
	line-height: 24px;
	padding-top: 10px;
	padding-right: 15px;
	text-align: justify;
}
.info_news_ul li:hover {
	background: #fff;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000000;
}
.news_tips {
	width: 83px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #1c4dbe;
	color: #fff;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
/*新闻详情页*/
.n_left {
	width: 71.5%;
	float: left;
	margin-top: 40px;
}
.n_left ._title {
	font-size: 36px;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: 400;
}
.news_time span {
	font-size: 12px;
	margin-right: 10px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news_time span:first-child {
	background: url("../img/time.png") no-repeat left center;
	padding-left: 20px;
}
.news_time span:first-child + span {
	background: url("../img/click.png") no-repeat left center;
	padding-left: 25px;
}
.info_news_right {
	width: 24%;
	float: right;
	padding-top: 40px;
}
.info_news_right ul {
	margin-top: 45px;
	border: #f3f3f3 10px solid;
	padding: 10px 7%;
}
.info_news_right ul li {
	padding: 27px 0;
	border-bottom: 1px #ececec solid;
}
.info_news_right ul li a {
	display: block;
	font-size: 16px;

	color: #5c5c5c;
}
.info_news_right ul li b {
	display: block;
	padding-bottom: 8px;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
.info_news_right ul li a span {
	display: block;
	font-size: 14px;
	line-height: 1.8;
	color: #555;
	font-weight: 400;
}
.info_news_right ul li b:before {
	display: block;
	content: '';
	float: left;
	margin-right: 5px;
}
.info_news_right ul li:first-child b:before {
	width: 30px;
	height: 26px;
	background: url("../img/up.png") no-repeat 0 -34px;
}
.info_news_right ul li:first-child + li b:before {
	width: 30px;
	height: 26px;
	background: url("../img/up.png") no-repeat 0 0;
}
.banner2 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 380px;
}
.p-banner {
	background-image: url("../img/p-banner.jpg");
}
.c-banner {
	background-image: url("../img/c-banner.jpg");
}
.co-banner {
	background-image: url("../img/co-banner.jpg");
}
.j-banner {
	background-image: url("../img/j-banner.png");
}
.a-banner {
	background-image: url("../img/a-banner.png");
}
.n-banner {
	background-image: url("../img/n-banner.jpg");
}
.m-banner {
	background-image: url("../img/m-banner.jpg");
}
.ok {
	background: #015cb5;
}
.ok1 {
	background:#337ab7;
}
.ok1 a{color: #fff !important
}
.pagebar { padding:20px; overflow:hidden}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 7px 8px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #337ab7;
  border: 1px solid #337ab7;
}
.pagination a.page-num-current {
  color: #fff;
  background: #337ab7;
  border: 1px solid #337ab7;
}
.text-secondary{ text-align:center; padding:20px 0}
.company-info{ margin-bottom:50px}
.info2{ margin-bottom:50px}
.news{ margin-bottom:50px}
.dibu{ line-height:40px}
.merji{ display:none}

@media screen and (max-width: 768px) {
   .merji{ display:block; margin-bottom:10px; overflow:hidden}
   .merji a{ width:24%; display:inline-block; background:#eeeeee; font-size:12px; text-align:center; margin-bottom:5px; padding:5px 4px;white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
   .merji a.on{ background:#337ab7; color:#fff}
   .info-pro{ padding-top:20px}
   .info_content img{ max-width:100%; height:auto !important}
}

/*首页新闻*/
.about,.about>.top-title,.news,.news>.top-title{
	margin-bottom:0;
}
.news .title-container ul{
	max-width:285px;
	margin:28px auto;
	margin-left: 40%;
}
.news ul a{
	color:#666;
}
.new-texts {
	
	text-align:left;
        background:#f6f6f6;
	border-bottom:1px solid #bababa;

}
.new-texts h3{
	font-size:15px;
	color:#666;
	text-decoration:underline;
	margin-bottom:2px;
	line-height:35px;
        padding:10px 0 0 10px;
}
.new-texts p{
  text-align:justify;
  word-break: break-all;
 padding:0px 10px 10px 10px;
}
.new-texts a{
	color:#666;
	text-decoration:underline;
	font-weight:bold;
	margin-top:10px;
}
.new-texts a:hover{
	color:red;
}
.new-top {
	width:86px;
	height:86px;
	background:red;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0;
	padding:10px 0;
}
.new-top h3{
	font-size:30px;
}
.new-top h3,.new-top p{
	color:white;
   text-align:center;
}

.content-list{padding:10px;background-color:#f6f6f6;border-bottom:1px solid #e71305;}
.content-list li{
	color: #e71305;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	list-style-type: square;
	list-style-position: inside;
	text-align:left;
       line-height:32px;
     position: relative;}
.content-list li span{position: absolute;right:0;top:5px;color: #ccc;font-size: 12px;}
.content-list a {
    color: #666;
    font-size: 14px;
}
.content-list a:hover{
	text-decoration:underline;
}
/*首页新闻更多按钮*/
.visit-wrap{
    padding:30px 0;
    text-align:center;

}
.visit-wrap a{
    color:#666;
    background-color:#fff;
    border:1px solid #bababa;
    padding:15px 30px;
    display:inline-block;
    transition:1s;
    border-radius:5px;
}
.visit-wrap a:hover{
    background-color: #e71305;
    color: #fff;
}

/*关于我们定义样式*/
.about-info{
	max-width:1200px;
	margin:0 auto;
}

.about-info .honor-img{padding-bottom:30px;}
.about-info  .about-img>img{
	width:100%;
}
.about-info .myvideo{
	position:absolute;
	left:calc(50% - 125px);
	top:calc(50% - 36px);
}
.about-info p{
	line-height:40px;
	text-align:center;
}

.about-img {
	background:#efefef;
	border-bottom:1px solid #bababa;
	margin-bottom:30px;
	position:relative;
}
.about-img p{
	line-height:40px;
	text-align:center;
	margin-top:5px;
}
.about .text-e{
	line-height:32px;
	margin-bottom:0;
}
.about .honor-img{
	text-align:center;
}
.about .about-info img{
	display:block;
}
.banner-video{
	width:40%;
	height:50%;
	position:fixed;
	z-index:999;
	left:calc(50% - 20%);
	top:calc(50% - 25%);
	background-color:rgba(0,0,0,1.00);
	padding:10px 0;
}
.banner-video h3{
	position:absolute;
	left:10px;
	top:5px;
	z-index:999;
	color:white;
}
button.closess{
	position:absolute;
	z-index:999;
	right:5px;
	top:7px;
	border:none;
	background:transparent;
	outline:none;
	color:#fff;
	font-size:18px;
}
button.close{
	position:absolute;
	z-index:999;
	right:5px;
	top:7px;
	border:none;
	background:transparent;
	outline:none;
	color:#fff;
	font-size:18px;
}
/*新增翻页样式*/
.cfpages{padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.cfpages ul{display:inline-block;margin:0 auto;padding:0}
.cfpages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;padding:0 10px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.cfpages ul li a{float:left;color:#555;display:block}
.cfpages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}
.cfpages ul li:hover a{color:#fff}
.cfpages ul li:hover a:hover{color:#fff;text-decoration:none}
.cfpages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid}
.cfpages ul li.thisclass a{color:#fff}
.cfpages .pageinfo{line-height:30px;padding-left:5px}
.cfpages strong{font-weight:400}


/*新闻内容页*/
.news-a .news-title {padding-top:30px;
	position:relative;
	border-bottom:1px solid #dedede;
}
.news-a .news-title h3{
	color:#5e5757;
	font-size:30px;
	font-weight:normal;
	margin-bottom:20px;
}

.news-title .share-icon {
	position:absolute;
	right:0;
	bottom:0;
}
.news-title .share-icon a{
	float:left;
	margin:5px;
	line-height:10px;
}
.news-title .share-icon a.add{
	margin-top:12px;
}

.product-container .news-p,.product-container .news-p p{
   color: #5e5757;
  	text-align:justify;
}
.product-container .news-p span{
  line-height:26px;
}
.product-container .news-img{
	margin:40px 0;
	text-align:center;
}
.product-container .news-img img{
	display:inline-block;
} 

.news-a .news-t li{

	border:1px solid #dedede;
	border-right:none;
	line-height:50px;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.news-a .news-t li a{
	color:#5e5757;
}
.news-t li:nth-child(1),.news-t li:nth-child(3){
	width:48%;
	border:1px solid #dedede;
}
.news-t li:nth-child(2){
	width:0%;
   border-left:none;
}
.rele-news{
	padding:35px 0;
	border-bottom:1px solid #dedede;
}
.news-a .rele-news h3{
	text-align:left;
	font-size:15px;
}
.news-a .rele-news li{
	width:33%;
	float:left;
	text-align:left;
	list-style:square;
	list-style-position:inside;
	border-right:none;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-a .rele-news li a{
	line-height:25px;
	color:#5e5757;
}

.news-a .product-groom h3{
	font-size:15px;
	text-align:left;
}

.news-a .product-groom .product-img{
	width:calc(100% / 4 - 20px);
	float:left;
	padding:10px 10px 0 10px;
	margin:0 10px;
	border:1px solid #dedede;
overflow: hidden;/*超出部分隐藏*/
text-overflow:ellipsis;/* 超出部分显示省略号 */
white-space: nowrap;/*规定段落中的文本不进行换行 */
}
.news-a .product-groom .case-img{
	background:white;
}
.news-a .product-groom .case-img p{
	line-height:50px;
}
.news-a .product-groom .product-img img{
	width:100%;
}


.news-company input,.news-company textarea{
	width:100%;
	background:#fbfbfb;
	border:1px solid #ccc;
	height:44px;
	padding-left:10px;
}

.news-company-tab tr td:nth-child(2) input,.news-company-tab tr td textarea{
	width:100%;
	height:100%
}

.case-text h3,.case-text p{
	text-align:left;
	font-size:15px;
	color:#5e5757;
}

.consult a{ display:inline-block;}


#maximg img{ max-width:100%; height:auto !important;text-align:left;}
#maximg{ font-size:14px;}
