body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: "微软雅黑";
	width: 100%;
}


ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}
header{
	width: 100%;
	
}
.header{
	width: 1200px;
	margin: auto;
	padding: 20px 0;
}
.headerlogo{
	height: 70px;
	float: left;
}
.header1right{
	float: right;
	margin-top: 20px;
}
.header1rightan{
	width: 30px;
	text-align: center;
	display: block;
	margin-right: 20px;
	float: left;
	height: 30px;
	background-color: #000000;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.header1rightan:hover{
	background-color: #E9420D;
}
.header1rightan i{
	font-size: 15px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
}
.header1rightan1:hover{
	background-color: #4caf50;
}
.header1rightan2:hover{
	background-color: #00bcd4;
}
.header1rightan1{
	position: relative;
}
.header1rightan1 img{
	width: 130px;
    position: absolute;
    top: 45px;
    left: -48px;
    z-index: 9;
    border: 1px solid #dddddd;
    display: none;
}
.header1rightan1:after{
	content: '';
    position: absolute;
    top: 33px;
    left: 4px;
    display: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid #dddddd;
}
.header1rightan1:hover> img{
	display: block;
}
.header1rightan1:hover:after{
	display: block;
}
.header1righttel{
	font-size: 20px;
	color: #666;
	font-weight: bold;
	float: left;
	line-height: 30px;
}
.header2{
	width: 100%;
	height: 50px;
	overflow: hidden;
	background-color: #015cb5;
}
.header2main{
	width: 1200px;
	margin: auto;
}
.header2main a{
	width: 16.66666%;
	float: left;
	display: block;
	position: relative;
	text-align: center;
	line-height: 50px;
	font-size: 17px;
	color: #FFFFFF;
	transition: all 0.3s ease;
}
.header2main a:hover{
	color: #51e4f7;
}
.header2main .header3menu{
	color: #51e4f7;
}
.header2main a img{
	position: absolute;
	height: 50px;
	right: 0;
	top: 4px;
}
.index01{
	width: 1200px;
	margin: auto;
	padding: 50px 0;
	margin-bottom: 110px;
}
.index01left{
	width: 560px;
    height: 530px;
    float: left;
    background: url(../images/aboutbj1.jpg);
    background-size: 100% 100%;
    margin-top: -99px;
    position: relative;
    z-index: 9;
}
.index01lefttit{
	margin-top: 50px;
	margin-left: 100px;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.index01lefttit span{
	display: block;
	font-size: 16px;
	margin-top: 20px;
}
.aboutvideo1{
	width: 400px;
	height: 230px;
	margin-left: 100px;
	margin-top: 50px;
	background: #222222;
}
.ckgd{
	width: 200px;
	display: block;
	line-height: 50px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
	position: relative;
	transition: all 0.3s ease;
}
.ckgd i{
	margin-left: 10px;
	
}
.index01left .ckgd{
	margin-top: 60px;

}
.ckgd:hover{
	background-color: #10a3b6;
}
.ckgd:after{
	width: 380px;
    height: 1px;
    position: absolute;
    content: '';
    left: 160px;
    top: 24px;
    background-color: #ffffff;
    opacity: 0.6;
}
.index01right{
	width: 560px;
	float: right;
}
.index01right h4{
	font-size: 30px;
	margin-bottom: 50px;
}
.aboutvideo2{
	width: 560px;
	height: 350px;
	background: #222222;
}
.index01js{
	margin-top: 30px;
}
.index01js1{
	width: 25%;
	padding: 0 1%;
	float: left;
}
.index01js1 img{
	width: 33%;
	display: block;
	margin: auto;
	margin-bottom: 5px;
}
.index01js1 h4{
	font-size: 23px;
	text-align: center;
	color: #444554;
	font-weight: bold;
	margin-bottom: 25px;
}
.index01js1 p{
	font-size: 15px;
    line-height: 20px;
    color: #666666;
    text-align: center;
}
.index02{
	width: 100%;
	background-color: #f5f5f5;
	padding: 50px 0;
}
.index02main{
	width: 1200px;
	margin: auto;
}
.swiper-pagination1{
	
}
.index02left{
	width: 560px;
	float: left;
	margin-top: -120px;
}
.swiper-container1 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.cptit{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 40px;
	background-color: rgba(0,0,0,0.5);
	color: #FFFFFF;
	text-align: center;
}
.index02right{
	width: 560px;
	float: right;
}
.index02righttit{
	font-size: 27px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
	margin-top: -110px;
}
.index02left .ckgd{
	margin-top: 50px;
	background-color: #464646;
}
.index02left .ckgd:hover{
	background-color: #10a3b6;
}
.index02rightmain{
	width: 100%;
	float: left;
}
.index02rightmain a{
	display: block;
	width: 48%;
	margin-bottom: 20px;
	float: left;
}
.index02rightmain a:nth-child(2n){
	float: right;
}
.index02rightmain a img{
	width: 100%;
}
.index03{
	width: 100%;
}
.index03main{
	width: 1200px;
	margin: auto;
}
.index03lefttit{
	font-size: 27px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 50px;
    margin-top: 50px;
}
.index03left{
	width: 65%;
	float: left;
}
.swiper-container2 {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.newsimg{
	width: 36% !important;
	float: left;
}
.newsright{
	width: 60%;
	float: right;
}
.newsright h4{
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsright p{
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	color: #666666;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical; 
	display: -moz-box; 
	-moz-line-clamp: 3; 
	-moz-box-orient: vertical; 
	display: -o-box; 
	-o-line-clamp: 3; 
	-o-box-orient: vertical; 
}
.index01js1qh{
	width: 10%;
	position: absolute;
	left: 45%;
	bottom: 0;
	z-index: 9;
}
.index01js1qh .swiper-button-next1, .index01js1qh .swiper-button-prev1{
	width: 50%;
	float: left;
	cursor: pointer;
	text-align: center;
}
.index01js1qh div i{
	font-size: 30px;
	text-align: center;
	color: #aaaaaa;
}
.swiper-container2 .ckgd{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
}
.index03right{
	width: 30%;
	float: right;
	background-color: #015cb5;
	padding: 20px 10px;
}
.index03rightlb{
	width: 100%;
	float: left;
}
.index03rightlb1{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.index03rightlb1:last-child{
	margin-bottom: 0;
}
.index03rightlb1 a{
	width: 100%;
	display: block;
}
.index03rightlb1time{
	width: 20%;
	float: left;
	background-color: #0255a8;
	padding: 10px 5px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.index03rightlb1time span{
	display: block;
	margin-top: 10px;
	font-size: 15px;
}
.index03rightlb1ms{
	width: 76%;
	float: right;
}
.index03rightlb1ms1{
	font-size: 15px;
	color: #FFFFFF;
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.index03rightlb1ms2{
	font-size: 13px;
	line-height: 20px;
	height: 40px;
	color: #FFFFFF;
	display: block;
	overflow: hidden; 
text-overflow: ellipsis; 
display: -webkit-box; 
-webkit-line-clamp: 2; 
-webkit-box-orient: vertical; 
display: -moz-box; 
-moz-line-clamp: 2; 
-moz-box-orient: vertical; 
display: -o-box; 
-o-line-clamp: 2; 
-o-box-orient: vertical; 
}
.index04{
	width: 1200px;
	padding: 50px 0;
	margin: auto;
	margin-top: 30px;
}
.index04main{
	width: 100%;
	float: left;
}
.index04mainleft{
	width: 58%;
	height: 404px;
	float:left;
}
.index04mainright{
	width: 40%;
	float: right;
}
.index04mainrightmain{
	width: 100%;
	padding:17px 10px;
	background-color: #F5F5F5;
}
.index04mainrightmain h4{
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
.index04mainrightmain p{
	font-size: 13px;
	line-height: 22px;
	color: #222222;
}
.index04mainrightmain .ckgd{
	margin-top: 80px;
}
.index04caselb{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.index04caselb1{
	width: 24%;
	float: left;
	margin-right: 1.333%;
}
.index04caselb1:last-child{
	margin-right: 0;
}
.index04caselb1 a img{
	width: 100%;
}
.index04caselb1 a p{
	font-size: 15px;
	text-align: center;
	color: #000000;
	line-height: 25px;
}
footer{
	width: 100%;
	background-color: #333333;
}
.footer{
	width: 1200px;
	margin: auto;
	padding-top: 20px;
}
.footer1{
	height: 50px;
}
.footer1 a{
	width: 16.66666%;
    float: left;
    display: block;
    position: relative;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    color: #858484;
    transition: all 0.3s ease;
    border-bottom: 1px solid #858484;
}
.footer2{
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid #858484;
}
.footer2left{
	width: 30%;
	float: left;
}
.footer2left img{
	display: block;
	margin: auto;
}
.footer2left h4{
	font-size: 20px;
    text-align: center;
    color: #989494;
    line-height: 65px;
    font-weight: bold;
}
.footer2left p{
	font-size: 14px;
	text-align: center;
	color: #858484;
}

.footer2tit{
	font-size: 18px;
    color: #858484;
    font-weight: bold;
    margin-bottom: 15px;
}
.footer2center{
	width: 22%;
    float: left;
    margin-left: 12%;
}
.footer2main{
	width: 100%;
	float: left;
	margin: 12px 0;
}
.footer2main i{
	font-size: 28px;
    width: 40px;
    text-align: center;
    float: left;
    margin-right: 15px;
    height: 40px;
    line-height: 40px;
    color: #858484;
}
.footer2mainright{
	float: left;
}
.footer2mainright h4{
	font-size: 14px;
    margin-bottom: 8px;
    color: #858484;
}
.footer2mainright p{
	font-size: 14px;
	color: #858484;
}
.footerfwtime{
	font-size: 14px;
    color: #858484;
}
.footer2center img{
	width: 145px;
	margin-top: 17px;
}
.footer3{
	padding: 8px 0;
}
.footer3 p{
	font-size: 14px;
	text-align: center;
	color: #858484;
	line-height: 18px;
}
.footer3 p a{
	color: #858484;
}
.mbxdh{
	width: 1200px;
	margin: auto;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
}
.mbxdh a{
	color: #666666;
}
.mbxdh i{
	color: #666666;
	margin-right: 3px;
}
.mbxdh1{
	width: 100%;
	background-color: #f5f5f5;
}
.about01{
	width: 100%;
	padding: 50px 0;
}
.about01main{
	width: 1200px;
	margin: auto;
}
.about01tit{
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	color: #222222;
	margin-bottom: 20px;
}
.about01main p{
	font-size: 15px;
	line-height: 25px;
	color: #666666;
}
.about01lb{
	width: 100%;
	margin-top: 30px;
}
.about01lb1{
	width: 20%;
	float: left;
}
.about01lb1 img{
	width: 70%;
	display: block;
	margin: auto;
	margin-bottom: 5px;
}
.about01lb1 p{
	font-size: 15px;
	text-align: center;
}
.about02{
	width: 100%;
	background-color: #F5F5F5;
	padding: 50px 0;
}
.about02main{
	width: 1200px;
	margin: auto;
}
.about02mainleft{
	width: 48%;
	float: left;
}
.about02mainright{
	width: 48%;
	float: right;
}
.about02mainright h4{
	font-size: 32px;
	color: #666666;
	margin-top: 50px;
	margin-bottom: 30px;
}
.about02mainright p{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	text-align: justify;
}
.about03{
	width: 100%;
	padding: 50px 0;
}
.about03main{
	width: 1200px;
	margin: auto;
}
.about03mainleft{
	width: 48%;
	float: left;
}
.about03mainright{
	width: 48%;
	float: right;
}
.about03mainleft h4{
	font-size: 32px;
	color: #222222;
	margin-top: 80px;
	margin-bottom: 30px;
}
.about03mainleft p{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	text-align: justify;
}
.about03mainleft a{
	display: block;
	width: 150px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #70a94d;
	border: 1px solid #70a94d;
	margin-top: 30px;
	transition: all 0.3s ease;
}
.about03mainleft a:hover{
	background-color: #70a94d;
	color: #FFFFFF;
}
.aboutpro{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.aboutpro1{
	width: 23%;
	float: left;
	margin-right: 2.66666%;
}
.aboutpro1:nth-child(3){
	margin-right: 0;
}
.aboutpro1 a img{
	width: 100%;
}
.aboutpro1 a p{
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #666666;
}
.productmain{
	width: 1200px;
	margin: auto;
	padding-bottom: 30px;
}
.productmainlb{
	width: 100%;
}
.productmainlb1{
	width: 100%;
}
.promainlb1tit{
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #cfcece;
}
.promainlb1tit h4{
	font-size: 22px;
    font-weight: bold;
    color: #000000;
    line-height: 50px;
    float: left;
}
.promainlb1tit h4 i{
	width: 30px;
    height: 30px;
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    background-color: #000000;
    border-radius: 50%;
}
.promainlb1tit p{
	font-size: 15px;
	line-height: 50px;
	float: right;
	color: #333333;
}
.bllb{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.bllb1{
	width: 23%;
	float: left;
	margin-right: 2.666%;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	border-bottom: 2px solid #f3f3f4;
}
.bllb1 p {
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #222222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bllb1:hover{
	border-bottom: 2px solid #222222;
}
.bllb1:nth-child(4n){
	margin-right: 0;
}
.bllb1 a img{
	width: 100%;
	height: 160px;
}
.bllb1 a p{
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.promainlb1tit a{
	font-size: 14px;
	float: right;
	display: block;
	line-height: 50px;
	color: #000000;
	font-weight: bold;
	transition: all 0.3s ease;
}
.promainlb1tit a:hover{
	color: #015CB5;
}
.prodetail{
	width: 1200px;
	margin: auto;
	padding: 50px 0;
}
.prodetail1{
	width: 100%;
}
.prodetail1left{
	width: 48%;
	float: left;
}
.prodetail1right{
	width: 48%;
	float: right;
}
.prodetail1righttit{
	font-size: 30px;
	font-weight: bold;
	line-height: 80px;
}
.prodetail1righttit1{
	font-size: 17px;
	color: #666666;
	line-height: 30px;
	height: 150px;
	overflow: hidden;
}
.prodetail1righttit1 p{
	font-size: 17px;
	color: #666666;
	line-height: 30px;
}
.fwbz{
	width: 100%;
	height: 20px;
	margin-top: 15px;
}
.fwbz1{
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #dddddd;
}
.fwbz1:last-child{
	border: none;
}
.fwbz1 img{
	width: 20px;
	float: left;
	margin-right: 3px;
}
.fwbz1 p{
	line-height: 20px;
	float: left;
	font-size: 14px;
	color: #666666;
}
.probj{
	margin-top: 20px;
}
.probj button{
	padding: 10px 15px;
    border-radius: 5px;
    background-color: #015cb5;
    font-size: 22px;
    color: #FFFFFF;
    float: left;
    transition: all 0.3s ease;
}
.probj button:hover{
	background-color: #c61407;
}
.probj button i{
	font-size: 20px;
	margin-right: 3px;
}
.probj2{
	float: left;
	margin-left: 15px;
}
.probj2 h4{
	font-size: 15px;
    color: #000000;
    margin-bottom: 6px;
    margin-top: 5px;
}
.probj2 p{
	color: #015cb5;
	font-size: 22px;
	font-weight: bold;
}
.prodetail2{
	margin-top: 50px;
}
.prodetail2tit{
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 1px solid #DDDDDD;
}
.prodetail2tit span{
	border-left: 5px solid #015CB5;
	padding-left: 5px;
}
.prodetail2main{
	padding: 10px 0;
}
.rightmenu{
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 99;
}
.rightmenu1{
	width: 80px;
	background-color: #015cb5;
	margin-bottom: 3px;
	cursor: pointer;
	position: relative;
}
.rightmenu1 a img{
	width: 100%;
}
.rightmenu1 a p{
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	line-height: 25px;
}
.rightmenu2 img{
	width: 50%;
	margin-left: 25%;
	margin-top: 10px;
}
.rightmenu2 p{
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	line-height: 25px;
}
.rightmenutel{
	position: absolute;
    right: 83px;
    top: 0;
    height: 77px;
    width: 170px;
    padding: 0 20px;
    background-color: #015cb5;
    color: #FFFFFF;
    display: none;
}
.rightmenutel h4{
	font-size: 17px;
    font-weight: bold;
    margin-top: 16px;
}
.rightmenutel h5{
	font-size: 15px;
	margin-top: 9px;
}
.rightmenu2:hover> .rightmenutel{
	display: block;
}
.baojiamain{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	display: none;
	background-color: rgba(0,0,0,0.5);
}
.baojiamain1{
	width: 400px;
	position: fixed;
	top: 20%;
	right: 0;
	left: 0;
	margin: auto;
	background-color: #FFFFFF;
	padding: 10px 20px;
}
.baojiamain2tit{
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	border-bottom: 1px dashed #DDDDDD;
	margin-bottom: 15px;
}
.baojiamain2 input{
	width: 100%;
	height: 30px;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 0 10px;
}
.baojiamain2 textarea{
	width: 100%;
	height: 100px;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 10px;box-sizing: border-box;
}
.surebj{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.surebj1{
	width: 120px;
	height: 40px;
	background-color: #000000;
	color: #FFFFFF;
	border: none;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	transition: all 0.3s ease;
}
.surebj1:hover{
	background-color: #C61407;
}
.surebj2{
	width: 120px;
	height: 40px;
	background-color: #666666;
	color: #FFFFFF;
	border: none;
	border-radius: 5px;
	display: inline-block;
}
.newsdetail{
	width: 1200px;
	margin: auto;
}
.newsdetail1{
	width: 100%;
	margin-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #DDDDDD;
}
.newsdetail1 h4{
    font-size: 25px;
    text-align: center;
    color: #004882;
    margin-bottom: 5px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsdetail1 p{
	text-align: center;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.newsdetail1 p img{
	width: 16px;
	margin-top: 5px;
	display: inline-block;
    margin-right: 5px;
    vertical-align: sub;
}
.newsdetail2 p{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.newsdetail2 p img{
	max-width: 100%;
}
.video01{
	width: 600px;
	height: 370px;
	margin-left: 300px;
}
.wuzhou{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.wuzhou1{
	width: 32.3%;
	float: left;
	margin-right: 1.5%;
	margin-bottom: 20px;
}
.wuzhou1:nth-child(3n){
	margin-right: 0;
}
.wuzhou1 iframe{
	width: 100%;
	height: 250px;
}
.fenye{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    text-align: center;
    }
    .fenye li{
    	display: inline-block;
    	width: auto;
    	line-height: 22px;margin-right: 5px;
    	padding:0px 8px;
    }
    .active{
    	background-color: #222222;
    }
    .fenye li .current{
    	color: #ffffff !important;
    }
    .fenye li a{
    	color: #222222 !important;
    }
    .bllb1 video{
    	background: #222222;
    	width: 100% !important;
    	height: 180px !important;
    }
.newsmainlb {
	width: 100%;
	margin: 20px 0;
}

.newsmainlb1 {
	padding: 20px 0;
	border-bottom: 1px dotted #DDDDDD;
}

.newsmainlb1left {
	width: 20%;
	float: left;
	padding: 5px;
	border: 1px solid #DDDDDD;
}

.newsmainlb1right {
	width: 78%;
	float: right;
}

.newsmainlb1right h3 {
	font-size: 18px;
	color: #015cb5;
	margin-bottom: 10px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newsmainlb1right h4 {
	font-size: 13px;
	color: #AAAAAA;
	margin-bottom: 10px;
}

.newsmainlb1right h4 i {
	margin-right: 4px;
}

.newsmainlb1right p {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.newsmainlb1right a {
	display: block;
	width: 90px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #015cb5;
	border: 1px solid #015cb5;
	margin-top: 20px;
	border-radius: 1px;
	transition: all 0.3s ease;
}

.newsmainlb1right a i {
	margin-left: 3px;
}

.newsmainlb1right a:hover {
	background-color: #015cb5;
	color: #FFFFFF;
}

.newsmainlb1:last-child {
	border-bottom: 0px;
}
.newdeailtit {
	font-size: 20px;
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #015cb5;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newdeailtit1 {
	font-size: 14px;
	color: #AAAAAA;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
}

.newdeailtit1 i {
	margin-right: 5px;
}

.newdeailmain {
	width: 100%;
}

.newdeailmain p {
	font-size: 15px;
	color: #666666;
	line-height: 20px;
	text-indent: 2em;
	margin-bottom: 14px;
}

.newdeailmain p img {
	width: 100%;
}

.newdeailmain img {
	width: 100%;
}
.aboutjstit1{
	font-size: 20px;
	text-align: center;
	color: #222222;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #DDDDDD;
}
.index01wzjs{
	width: 400px;
    height: 230px;
    margin-left: 100px;
    margin-top: 50px;
    overflow: hidden;
}
.index01wzjs p{
	font-size: 14px;
	color: #FFFFff;
	line-height: 25px;
	text-align: justify;
}
.title-wrap .energy-img1>img{
	width:100%;
	display:block;
}
.title-wrap .text-e{
	font-weight:bold;
	margin-bottom:30px;
}
.title-wrap h3{
	text-align:center;
	font-size:36px;
}
.title-wrap>h3:after,.news-a .title-center>.title-container>h3:after{
	content:"";
	display:block;
	width:126px;
	height:1px;
	margin:7px auto;
	background:#015cb5;
}
.dry-develop>h3:after{
	width:214px;
}
.dry-develop>.text-e:before{
	content:"";
	display:block;
	width:58px;
	height:5px;
	background:#015cb5;
	margin:0 auto;
	margin-top:-13px;
}
.invest-text h3,.title-wrap h3,.title-wrap .adv-title h3{
	color:#5e5757;
	line-height: 47px;
    margin-bottom: 10px;
}
.title-wrap .adv-title h3{
	font-size:24px;
	margin-bottom:20px;
}
p.line:before,p.line:after{
	content:"";
	display:block;
	width:15%;
	height:1px;
	background:#015cb5;
	position:absolute;
	top:226px;
}
p.pcx-line1:before,p.pcx-line1:after{
	width:18%;
	top:216px;
}
p.line:before{
	left:calc(30% - 7.5%);
}
p.pex-line:before,p.pex-line:after{
	width:18%;
}
p.line:after{
	right:calc(30% - 7.5%);
}
p.line1:before{
	left:calc(36% - 7.5%);
	top:98px;
}
p.line1:after{
	right:calc(36% - 7.5%);
	top:98px;
}
p.pcx-line1:before{
	left:23%;
}
p.pcx-line1:after{
	right:23%;
}
.title-wrap .text-p,.dry-develop .text-t{
	max-width:1200px;
	margin:0 auto;
	text-align:justify;
	line-height:26px;
	margin-bottom:9px;
}
.title-wrap .text-p{
	text-indent:30px;	
}
.prodcut .dry-devolop .text-t{
	
}

.title-wrap>p{
	text-align:center;
}
.invest-text h3,.invest-text p{
	width:1050px;
	margin:0 auto;
	font-size:15px;
	text-align:left;
}
.adv-img p,.tec .tec-text p{
	text-align:justify;
	font-size: 14px;
    line-height: 24px;
}

.tec .XLD-p{max-width:1200px;margin:0 auto;text-align:left;}.adv-title{
	margin-bottom:23px;
}
.adv-title p{
	text-align:center;
}
.zs-img{
	text-align:center;
	margin-bottom:35px;
}
.zs-img img{
	display:inline-block;
}
.top-title .title-center .title-right ul{
	float:left;
	margin-right:30px;
}
.top-title .title-center .title-right .consult{
	float:right;
	margin-top:-4px;
}
.consult img{display:block;}
.top-title .title-center .title-right a{
	/*display:block;*/
	padding:0 10px;
	border-right:1px solid #ccc;
	color:#5e5757;
}.top-title .title-center .title-right>a
{border:none;}.top-title .title-center .title-right li{
	float:left;
	text-align:center;
}
.wzmain1{
	padding: 50px 0;
}
.st-groom{
	padding: 50px 0;
}
.st-wrap img{
	max-width: 100%;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.st-wrap p{
	font-size: 14px;
    line-height: 24px;
}
.center-wrap b{
	display:block;
	width:210px;
	height:50px;
	color:white;
	background:#015cb5;
	margin-bottom:20px;
	text-align:center;
	line-height:50px;
	border-radius:4px;
}
.center-wrap .tu img{
	display: table;
    margin: auto;
    width: 100%;
    padding: 0 160px;
    box-sizing: border-box;
}
.adv-img1 img{
	width: 100%;
}
.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;
}
.adv-img .adv-img1{
	width:calc(50% - 20px);
	float:left;
	margin:10px;
	margin-bottom:10px;
	position:relative;
	overflow:hidden;
}
.st-adv .adv-img1{
	overflow:visible;
}
.st-img .adv-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;
	background:url(../img/menu-more.jpg);
}
.dry-case .more:hover img{
	display:none;
}
.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 .adv-text{
	position:relative;
	padding:0 30px;
	text-align:justify;
}
.adv-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;
}
.adv-img1 p{
	margin-bottom:28px;
	font-size: 14px;
	line-height: 20px;
	
}
.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;
}
.wzmain01{
	width: 1200px;
	margin: auto;
}
.dry-groom{
	background:#f6f6f6;
	padding: 50px 0;
}
.product-list{
	max-width:1200px;
	margin:30px auto;
}
.product-list li{
	width:calc(100%  / 7);
	float:left;
	background:#f6f6f6;
	border:1px solid #e7e6e6;
	text-align:center;
}
.product-list li.current{
	border-bottom-color:#e71305;
	font-weight:bold;
}
.product-list li>a{
	display:block;
	color:#5e5757;
	padding:10px 0;
}


.case .title-wrap{
	padding-bottom:0;
}

.st-wrap{
	max-width:1200px;
	margin:0 auto;
}
.st-wrap .adv-img1{
	width: 15%;
	padding: 0;
}
.gl{
	position: relative;
	background:url(../images/gl-banner.jpg) no-repeat top center;
}
.dry .banner-center{
	width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    top: 655px;
    z-index: 999;
}
.dry .banner-text{
	max-width:1200px;
	margin:0 auto;
}
.dry .dry-text{
	width:100%;
	padding-top:15px;
	height:150px;
}
.dry .dry-text h3{
	max-width: 60%;
	border-radius:5px;
	font-size:15px;
	padding:8px 12px;
	background:white;
	color:#5e5757;
	margin-bottom:10px;
}
.st .dry-text h3{
	display: inline-block;
	max-width: 60%;
}
.waste .dry-text h3{
	width:142px;
}
.dry .dry-text p{
	line-height:26px;
	color: #ffffff;
}

