﻿@charset "utf-8";
a {
	color: rgba(68, 68, 68, 1);
}
.right {
	float: right;
}
.indus-header {
	width: 100%;
	height: 400px;
}
.header-bg {
	width: 100%;
	height: 100%;
	background-image: url(../images/hycj_banner.jpg);
	background-size: cover;
}
.al-bg {
	width: 100%;
	height: 100%;
	background-image: url(../images/al_banner.jpg);
	background-size: cover;
}

.indus-summary {
	width: 1200px;
	height: 180px;
	margin: -200px auto 0;
}
.summary {
	width: 600px;
	height: 180px;
	background: rgba(0, 0, 0, .4);
	color: #FFFFFF;
}
.indus-summary h3 {
	padding: 20px 40px 0;
	font-size: 36px;
	font-weight: normal;
}
.indus-summary p {
	padding: 20px 40px 0;
	font-size: 16px;
	line-height: 36px;
}
.indus-anchor {
	width: 100%;
	height: 160px;
	background:#fff;
	z-index:99999
	}
.indus-anchor ul {
	width: 1200px;
	height: 160px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	text-align: center;
}
.indus-anchor ul li {
	width: 80px;
	height: 160px;
}
.indus-anchor ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.indus-anchor li a img {
	width: 40px;
	height: 40px;
	margin: 40px 0 15px;
}
.fw-left {
	width: 100%;
	background: url(../images/fw-p-1.jpg) no-repeat center;
	height: 500px;
}
.fw-hp-left {
	width: 100%;
	background: url(../images/fw-h-1.jpg) no-repeat center;
	height: 500px;
}
.fw-cp-left {
	width: 100%;
	background: url(../images/fw-c-1.jpg) no-repeat center;
	height: 500px;
}
.fw-xq-left {
	width: 100%;
	background: url(../images/fw-x-1.jpg) no-repeat center;
	height: 500px;
}
.indus-left {
	width: 100%;
	background-color: rgba(249, 249, 249, 1);
}
.indus-right {
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
}
.indus-left .indus-details, .indus-right .indus-img {
	float: left;
}
.indus-right .indus-details, .indus-left .indus-img {
	float: right;
}
.indus-vessel {
	width: 1200px;
	height: 500px;
	padding: 0 30px;
	margin: 0 auto;
}
.indus-details {
	width: 520px;
	height: 500px;
}
.indus-details h3 a {
	display: block;
	padding: 94px 0 12px;
	font-size: 32px;
	line-height: 32px;
}
.indus-details p {
	font-size: 18px;
}
.indus-details span {
	font-size: 14px;
	color: rgba(102, 102, 102, 1);
	margin: 26px 0 16px;
	display: block;
}
.indus-details ul {
	width: 520px;
	height: 165px;
}
.indus-details ul li {
	display: block;
	height: 55px;
	float: left;
}
.indus-details li img {
	float: left;
	width: 30px;
	height: 30px;
	margin: 12px 25px 0 0;
}
.indus-details li span {
	height: 55px;
	float: left;
	color: rgba(51, 51, 51, 1);
	width: 450px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
}
.indus-details a {
	/*display: none;*/
	padding: 6px 20px;/*background: #eeeeee;*/
}
.indus-details a.indus-case-btn {
	padding: 10px 200px;
	background: #eeeeee;
	color: #000000;
	cursor: pointer;
	border-radius: 3px;
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
}
.indus-img {
	width: 600px;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.indus-left .indus-img {
	justify-content: flex-end;
}
.indus-right .indus-img {
	justify-content: flex-start;
}
.indus-img a {
	display: block;
	width: 530px;
}
.indus-img a img {
	display: block;
	width: 100%;
	height: auto;
}
.nyal {
	width: 100%;
	padding: 60px 0px;
	background: #f4f4f4;
	height: 540px;
}
.nyal ul {
	width: 1200px;
	margin: 0 auto;
}
.nyal ul li {
	width: 288px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 195px;
	padding: 3px;
	border: 1px #ddd solid;
}
.nyal ul li img {
	width: 280px;
	height: 187px;
}
.nyal ul li:nth-child(4n) {
	margin-right: 0px;
}
.nyal h3 {
	text-align: center;
	line-height: 55px;
	font-size: 36px;
	color: #333;
}
.nyal p {
	font-size: 15px;
	color: #555;
	line-height: 40px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}
.news-bg {
	width: 100%;
	height: 100%;
	background-image: url(../images/news_banner.jpg);
	background-size: cover;
}
.about-bg {
	width: 100%;
	height: 100%;
	background-image: url(../images/about_banner.jpg);
	background-size: cover;
}
.contact-bg {
	width: 100%;
	height: 100%;
	background-image: url(../images/contact_banner.jpg);
	background-size: cover;
}
.news {
	width: 1200px;
	margin: 0 auto;
	min-height: 400px;
}
.news_left {
	width: 375px;
	float: left;
	padding-top: 30px;
}
.news_tit {
	background: #fafafa;
	padding-top: 15px;
	margin-bottom: 25px;
}
.news_tit h3 {
	background: url(../images/g-tit-j1.png) no-repeat left center;
	padding-left: 22px;
	color: #333333;
	font-size: 20px;
	line-height: 42px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.news_tit h3 a {
	margin-right: 17px;
	line-height: 42px;
	float: right;
	font-size: 12px;
	color: #555;
	font-weight: normal;
}
.news_tit ul {
	margin-bottom: 27px;
	padding-top: 21px;
}
.news_tit ul li {
	float: left;
	width: 49%;
	padding-right: 18px;
	height: 51px;
	background: #fafafa;
	*padding-right:0px;
}
.news_tit ul li a {
	font-size: 15px;
	text-align: center;
	display: block;
	line-height: 51px;
	border-bottom: 1px solid #e1e1e1;
}
.news_tit p {
	font-size: 14px;
	line-height: 51px;
	padding: 0 30px;
}
.news_right {
	width: 765px;
	float: right;
	margin-top: 30px;
}
.about_right {
	width: 765px;
	float: right;
	margin-top: 30px;
}
.contact_right {
	width: 765px;
	float: right;
	margin-top: 30px;
}
.news_right ul li {
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #f0f0f0;
}
.news_right ul li img {
	width: 225px;
	height: 128px;
	overflow: hidden;
	float: left;
}
.news_right ul li .txt {
	margin-left: 257px;
}
.news_right ul li .txt h4 {
	margin-bottom: 4px;
}
.news_right ul li .txt h4 a {
	display: block;
	color: #000;
	line-height: 42px;
	overflow: hidden;
	font-size: 18px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.news_right ul li .txt h4 a span {
	float: right;
	font-size: 14px;
	line-height: 40px;
	color: #555;
	font-weight: normal;
	padding-right: 10px;
}
.news_right ul li .txt p {
	overflow: hidden;
	font-size: 14px;
	line-height: 27px;
	height: 80px;
	position: relative;
	color: #777;
}
.yw li {
	padding-top: 27px;
	float: left;
	width: 50%;
	height: 136px!important;
}
.yw li a {
	padding-top: 65px;
	text-align: center;
	display: block;
	font-size: 15px;
	color: #000;
}
.yw li .yw1 {
	background: url(../images/pic-j2-6.png) no-repeat center top;
}
.yw li .yw2 {
	background: url(../images/pic-j2-4.png) no-repeat center top;
}
.yw li .yw3 {
	background: url(../images/pic-j2-5.png) no-repeat center top;
}
.yw li .yw4 {
	background: url(../images/pic-j2-3.png) no-repeat center top;
}
.news_right h1 {
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #555;
	margin-bottom: 20px;
}
.news_xqjs, .about_xqjs {
	color: #555;
	font-size: 15px;
	margin-top:30px;
	line-height: 30px;
}
.about_right h3 {
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #555;
	margin-bottom: 50px;
	line-height: 30px;
}

.wrjzl{
	background:#fff;
}
.syzl{
	background:#fff;
}

.newsDate{
	font-size:13px;
	line-height:30px;
	text-align:center;
}
.prevNext{
	margin:20px 0;
}
.prev,.next{
	font-size:13px;
	line-height:30px;
}
.biaoti{
	height:50px;
	border-bottom:1px #eee solid;
	font-size:18px;
	color:#333;
	text-align:left;
	line-height:50px;
	margin-bottom:50px;
}
.biaoti span{
	float:right;
	font-size:13px;
	color:#777;
	line-height:50px;
}

.sssrk{
	width:240px;
	height:35px;

}

.ycss{
	display:none;
	position:absolute;
	top:94px;
	right:0px;
	width:360px;
	height:90px;
	padding:30px;
	background:#fff;
    opacity:0.8;	
	z-index:9999
}
.ssan:hover .ycss{
	display:block;
}
.nav-container{
	position:relative;
}
.btn_search{
	height:35px;
	width:50px;
	border:none;
}

.content{
	width:1200px;
	margin:30px auto;
}

.ipro1 div{ float:left; width:386px;  margin-right:20px; margin-bottom:20px; background:#f8f8f8; text-align:center; border:1px #eee solid; padding:2px;}
.ipro1 div:nth-child(3n){ margin-right:0px;}
.ipro1 div h3{ width:380px; height:259px; background:#fff; overflow:hidden;}
.ipro1 div h3 a{ display:block; width:380px; height:259px;}
.ipro1 div p{ height:50px; line-height:50px; padding:0 25px; background:#2b2c31}
.ipro1 div p a{ color:#fff; font-size:18px; text-align:center;display:block;}

.ipro2 div{ float:left; width:286px;  margin-right:15px; margin-bottom:15px; background:#f8f8f8; text-align:center; border:1px #eee solid; padding:2px;}
.ipro2 div:nth-child(4n){ margin-right:0px;}
.ipro2 div h3{ width:280px; height:125px; background:#fff; overflow:hidden;}
.ipro2 div h3 a{ display:block; width:280px; height:125px;}

.vrqj,.wrjhp,.gqps,.xqyzz{
	width:200px!important;
}

.ycfl{
	width:90px;
	z-index:99999;
	background:#fff;
	position:fixed;
	left:0px;
	top:20%;
	border:1px #eee solid;
}
.ycfl ul{}
.ycfl ul li a{
    font-size: 12px;
    text-align: center;
    display: block;
    border-bottom: 1px solid #e1e1e1;
	height:100px;
	padding-top:70px;
}
.ycfl ul li .yw1 {
	background: url(../images/pic-j2-6.png) no-repeat center top;
}
.ycfl ul li .yw2 {
	background: url(../images/pic-j2-4.png) no-repeat center top;
}
.ycfl ul li .yw3 {
	background: url(../images/pic-j2-5.png) no-repeat center top;
}
.ycfl ul li .yw4 {
	background: url(../images/pic-j2-3.png) no-repeat center top;
}
	
	
	
.alfl{
	width:70px;
	z-index:99999;
	background:#fff;
	position:fixed;
	left:0px;
	top:15%;
	border:1px #eee solid;
}
.alfl ul{}
.alfl ul li a{
    font-size: 12px;
    text-align: center;
    display: block;
	height:85px;
}
.alfl ul li a img{
	width:45px;
	height:45px;
}
	

.vrqj img,.wrjhp img,.gqps img,.xqyzz img{
	width:70px !important;
	height:70px !important;
}


.pagination{
	margin-top:30px;
	margin-bottom:50px;
	float:right;
}
.pagination li{
	width:30px;
	height:30px;
	float:left;
	margin:0 5px;
}
.pagination li a{
	width:30px;
	height:30px;
	display:block;
	border:1px #eee solid;
	line-height:30px;
	text-align:center;
}

.spzs{
	width:100%;
	display:none;
	height:auto;
}