/*index_banner*/

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 130px;
}

.banner .img-box {
	z-index: 0;
	padding-bottom: 31.25%;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 5%;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

@media (max-width: 1560px) {
	.banner .slick-arrow {
		left: 0;
	}
}

@media (max-width: 991px) {
	.banner .slick-arrow {
		left: 15px;
	}
}

.banner .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 50px;
	display: block;
	content: '\eb60';
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	color: #FFFFFF;
}

@media (max-width: 991px) {
	.banner .slick-arrow:before {
		font-size: 26px;
	}
}

.banner .slick-arrow.slick-next {
	right: 5%;
	left: auto;
}

@media (max-width: 1560px) {
	.banner .slick-arrow.slick-next {
		right: 0;
	}
}

@media (max-width: 991px) {
	.banner .slick-arrow.slick-next {
		right: 15px;
	}
}

.banner .slick-arrow.slick-next:before {
	content: '\e62a';
}

.banner .slick-arrow:hover:before {
	color: #1e96d8;
}


/*.banner .slick-dots {

	position: absolute;

	bottom: 40px;

	width: 100%;

	text-align: center;

}



.banner .slick-dots li {

	position: relative;

	display: inline-block;

	width: 7px;

	height: 7px;

	background-color: #ffffff;

	border-radius: 50%;

	cursor: pointer;

	margin: 0 6px;

	-webkit-transition: all .35s;

	-moz-transition: all .35s;

	transition: all .35s;

}



.banner .slick-dots li.slick-active {

	width: 28px;

	background-color: #ffffff;

	border-radius: 3px;

}



.banner .slick-dots li button {

	display: none;

}*/

@media (max-width: 1199px) {
	.banner {
		padding-top: 100px;
	}
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

@media (max-width: 991px) {
	/*.banner .slick-dots {

		bottom: 15px;

	}*/
}


/*title*/

.title {
	/*text-align: center;*/
}

.title b {
	display: block;
	font-size: 35px;
	font-weight: normal;
	line-height: 1;
	color: #1a1a1a;
}

.title p {
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	padding-top: 5px;
}

.padd {
	padding: 100px 0;
}

.padt {
	padding: 60px 0 100px 0;
}

.lists {
	padding-top: 40px;
}

@media (max-width: 1199px) {
	.padd {
		padding: 60px 0;
	}
	.title b {
		font-size: 26px;
	}
	.lists {
		padding-top: 30px;
	}
	.padt {
		padding: 30px 0 60px 0;
	}
}

@media (max-width: 991px) {
	.padd {
		padding: 50px 0;
	}
	.title b {
		font-size: 24px;
	}
	.lists {
		padding-top: 25px;
	}
	.padt {
		padding: 30px 0 50px 0;
	}
}

@media (max-width: 767px) {
	.padd {
		padding: 40px 0;
	}
	.title b {
		font-size: 22px;
	}
	.lists {
		padding-top: 20px;
	}
	.padt {
		padding: 30px 0 40px 0;
	}
}


/*index_num*/

.index_num .box-number .number {
	padding: 60px 0;
	overflow: hidden;
	box-shadow: 0px 0px 9px 0px rgba(4, 0, 0, 0.28);
}

.index_num .box-number .number ul {
	font-size: 0;
	margin: 0 -10px;
}

.index_num .box-number .number ul li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 30px;
	border-right: solid 1px #dddddd;
}

.index_num .box-number .number ul li:last-child {
	border-right: none;
}

.index_num .box-number .number ul li:nth-child(3) {}

.index_num .box-number .number .item {
	position: relative;
	text-align: center;
}

.index_num .box-number .number .item b {
	display: block;
	vertical-align: middle;
	font-size: 60px;
	font-weight: normal;
	line-height: 1;
	color: #1e96d8;
}

.index_num .box-number .number .item b span {
	font-family: 'Arctic';
	font-size: 60px;
}

.index_num .box-number .number .item b sup {
	font-size: 40%;
	top: -1.2em;
}

.index_num .box-number .number .item p {
	font-size: 16px;
	line-height: 1.428571428571429;
	color: #666;
	text-align: center;
	padding-top: 10px;
}

@media (max-width: 1470px) {
	.index_num .box-number .number {
		padding: 50px 0;
	}
	.index_num .box-number .number .item b span {
		font-size: 50px;
	}
}

@media (max-width: 1199px) {
	.index_num .box-number .number ul li {
		padding: 0 20px;
	}
	.index_num .box-number .number .item b span {
		font-size: 40px;
	}
	.index_num .box-number .number .item b sup {
		font-size: 30%;
	}
}

@media (max-width: 991px) {
	.index_num .box-number .number {
		padding: 30px 0;
	}
	.index_num .box-number .number ul li {
		width: 50%;
		margin-bottom: 20px;
		border: none;
	}
	.index_num .box-number .number ul li:last-child {
		margin-bottom: 0;
	}
	.index_num .box-number .number .item b span {
		font-size: 35px;
	}
	.index_num .box-number .number .item b sup {
		font-size: 40%;
		top: -.5em;
	}
}

@media (max-width: 767px) {
	.index_num .box-number .number {
		padding: 10px 0 30px 0;
	}
	.index_num .box-number .number .item b span {
		font-size: 30px;
	}
	.index_num .box-number .number .item b sup {
		font-size: 35%;
	}
}


/*index_product*/

.index_product {
	overflow: hidden;
}

.index_product .title {
	float: left;
}

.index_product .pro_tab {
	float: right;
	padding-top: 25px;
}

.index_product .pro_tab ul li {
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	color: #1e96d8;
	padding: 5px 20px;
	border-bottom: 1px solid #1e96d8;
	cursor: pointer;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}


/*.index_product .pro_tab ul li.active,*/

.index_product .pro_tab ul li:hover {
	color: #FFFFFF;
	background-color: #1e96d8;
}

.index_product .product_main {
	padding-top: 30px;
}

.index_product .product_main .product_lists {
	margin: 0 -150px;
}

.index_product .product_main .product_lists .item {
	position: relative;
	padding: 0 15px;
	overflow: hidden;
}

.index_product .product_main .product_lists .item .pic {
	display: block;
	position: relative;
	overflow: hidden;
}

.index_product .product_main .product_lists .item .pic .img-box {
	padding-bottom: 75.75757575757576%;
}

.index_product .product_main .product_lists .item .name {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_product .product_main .product_lists .item:hover .name {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.index_product .product_main .product_lists .item .name b {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #ffffff;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: rgba(30, 150, 216, .65);
}

.index_product .product_main .product_lists .item .info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(30, 150, 216, .65);
	padding: 20px;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_product .product_main .product_lists .item:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_product .product_main .product_lists .item .info b {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_product .product_main .product_lists .item .info p {
	font-size: 14px;
	line-height: 1.428571428571429;
	color: #ffffff;
	margin-top: 15px;
	height: 100px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.index_product .product_main .product_lists .item .info span {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ffffff;
	margin: auto;
	margin-top: 20px;
}

.index_product .product_main .product_lists .item .info span:before {
	display: block;
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e616';
	text-align: center;
	color: #1e96d8;
	line-height: 2.2;
}

.index_product .product_main .prod_arrow,
.index_product .product_main .pro_arrow {
	margin-top: 20px;
	text-align: center;
}

.index_product .product_main .prod_arrow span,
.index_product .product_main .pro_arrow span {
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}

.index_product .product_main .prod_arrow span:before,
.index_product .product_main .pro_arrow span:before {
	display: block;
	font-family: 'iconfont';
	font-size: 30px;
	content: '\e9b7';
	text-align: center;
	color: #999;
}

.index_product .product_main .prod_arrow span.next:before,
.index_product .product_main .pro_arrow span.next:before {
	content: '\e619';
}

.index_product .product_main .prod_arrow span:hover:before,
.index_product .product_main .pro_arrow span:hover:before {
	color: #1e96d8;
}

@media (max-width: 1470px) {
	.index_product .product_main .product_lists .item .info p {
		height: 60px;
		-webkit-line-clamp: 3;
	}
}

@media (max-width: 1370px) {
	.index_product .product_main .product_lists .item .info p {
		margin-top: 10px;
	}
	.index_product .product_main .product_lists .item .info span {
		width: 35px;
		height: 35px;
		margin-top: 10px;
	}
	.index_product .product_main .product_lists .item .info span:before {
		font-size: 18px;
	}
}

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.index_product .pro_tab ul li {
		font-size: 18px;
	}
	.index_product .product_main .prod_arrow span:before,
	.index_product .product_main .pro_arrow span:before {
		font-size: 25px;
	}
	.index_product .product_main .product_lists .item .info {
		display: none;
	}
}

@media (max-width: 767px) {
	.index_product .product_main .product_lists {
		margin: 0;
	}
	.index_product .pro_tab ul li {
		font-size: 16px;
		padding: 5px 15px;
	}
	.index_product .product_main .prod_arrow,
	.index_product .product_main .pro_arrow {
		margin-top: 10px;
	}
}


/*index_group*/

.index_group {
	background: url(../images/img/gas_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_gas .title {
	text-align: center;
}

.index_gas .title b,
.index_gas .title p {
	color: #FFFFFF;
}

.index_gas .lists .item {
	display: block;
	position: relative;
	overflow: hidden;
}

.index_gas .lists .item .img-box {
	padding-bottom: 147.7777777777778%;
}

.index_gas .lists .item .note {
	position: absolute;
	right: 0;
	left: 60px;
	bottom: 100px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_gas .lists .item:hover .note {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	bottom: 0;
}

.index_gas .lists .item .note span {
	display: block;
	font-family: 'Arctic';
	font-size: 150px;
	line-height: 1;
	color: #ffffff;
}

.index_gas .lists .item .note b {
	display: block;
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	color: #ffffff;
}

.index_gas .lists .item .info {
	width: 90%;
	height: 92%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	background-color: rgba(30, 150, 216, .8);
	padding: 100px 0 0 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_gas .lists .item:hover .info {
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_gas .lists .item .info b {
	display: block;
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	color: #ffffff;
	text-align: center;
}

.index_gas .lists .item .info b:after {
	display: block;
	content: '';
	width: 1px;
	height: 255px;
	background-color: #dddddd;
	margin: auto;
	margin-top: 30px;
}

.index_gas .lists .item .info span {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ffffff;
	margin: auto;
	margin-top: 30px;
}

.index_gas .lists .item .info span:before {
	display: block;
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e616';
	text-align: center;
	color: #1e96d8;
	line-height: 2.2;
}

@media (max-width: 1469px) {
	.index_gas .lists .item .info {
		padding: 50px 0 0 0;
	}
	.index_gas .lists .item .note span {
		font-size: 120px;
	}
	.index_gas .lists .item .note b {
		font-size: 35px;
	}
}

@media (max-width: 1199px) {
	.index_gas .lists .item .note span {
		font-size: 80px;
	}
	.index_gas .lists .item .note b,
	.index_gas .lists .item .info b {
		font-size: 26px;
	}
	.index_gas .lists .item .note {
		left: 30px;
		bottom: 60px;
	}
	.index_gas .lists .item .info b:after {
		height: 150px;
	}
}

@media (max-width: 991px) {
	.index_gas .lists .item .note {
		left: 30px;
		bottom: 40px;
	}
	.index_gas .lists .item .info b:after {
		height: 80px;
	}
	.index_gas .lists .item .note span {
		font-size: 65px;
	}
	.index_gas .lists .item .note b,
	.index_gas .lists .item .info b {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.index_gas .lists .item {
		margin-bottom: 20px;
	}
	.index_gas .lists ul li:last-child .item {
		margin-bottom: 0;
	}
}


/*index_engineering*/

.index_engineering {
	padding-top: 100px;
}

.index_engineering .title {
	text-align: center;
}

.index_engineering .lists .row {
	margin: 0 -7.5px;
}

.index_engineering .lists .row li {
	padding: 0 7.5px;
}

.index_engineering .lists .row li:first-child .img-box {
	padding-bottom: 83.0869565217391%;
}

.index_engineering .lists .row li:nth-child(2) .img-box {
	padding-bottom: 168.4782608695652%;
}

.index_engineering .lists .row li:last-child .img-box {
	padding-bottom: 61.95652173913043%;
}

.index_engineering .lists .row li:last-child .item:last-child .img-box {
	padding-bottom: 40.21739130434783%;
}

.index_engineering .lists .item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.index_engineering .lists .item .info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px;
}

.index_engineering .lists .item .info b {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #ffffff;
}

.index_engineering .lists ul li:last-child .item .info .note {
	position: absolute;
	top: 50%;
	left: 25%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_engineering .lists ul li:last-child .item .info .msg {
	float: left;
}

.index_engineering .lists ul li:last-child .item .info .msg p {
	font-size: 20px;
	line-height: 1.5;
	color: #ffffff;
	text-align: right;
}

.index_engineering .lists ul li:last-child .item .info .more {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	margin-left: 20px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_engineering .lists ul li:last-child .item .info .more:before {
	display: block;
	font-family: 'iconfont';
	font-size: 30px;
	line-height: 2.2;
	content: '\e616';
	text-align: center;
	color: #FFFFFF;
}

.index_engineering .lists ul li:last-child .item:hover .info .more {
	background-color: #1e96d8;
	border: 1px solid #1e96d8;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}

@media (max-width: 1469px) {
	.index_engineering .lists .item {
		margin-bottom: 8px;
	}
}

@media (max-width: 1199px) {
	.index_engineering {
		padding-top: 60px;
	}
	.index_engineering .lists .item {
		margin-bottom: 7px;
	}
	.index_engineering .lists ul li:last-child .item .info .msg p {
		font-size: 18px;
	}
	.index_engineering .lists ul li:last-child .item .info .more {
		width: 50px;
		height: 50px;
	}
	.index_engineering .lists ul li:last-child .item .info .more:before {
		font-size: 25px;
	}
}

@media (max-width: 991px) {
	.index_engineering {
		padding-top: 50px;
	}
	.index_engineering .lists .item {
		margin-bottom: 5px;
	}
	.index_engineering .lists .item .info b {
		font-size: 18px;
	}
	.index_engineering .lists ul li:last-child .item .info .note {
		left: 15%;
	}
	.index_engineering .lists ul li:last-child .item .info .msg p {
		font-size: 15px;
	}
	.index_engineering .lists ul li:last-child .item .info .more {
		width: 40px;
		height: 40px;
		margin-top: 3px;
	}
	.index_engineering .lists ul li:last-child .item .info .more:before {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.index_engineering .lists .item {
		margin-bottom: 10px;
	}
}


/*index_about*/

.index_about {
	padding: 100px 0 160px 0;
	background: url(../images/img/about_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_about .title {
	text-align: center;
}

.index_about .about_main {
	margin-top: 30px;
	position: relative;
}

.index_about .about_main:before {
	width: 80%;
	height: 100%;
	display: block;
	content: '';
	position: absolute;
	top: 60px;
	left: 9%;
	border: 10px solid rgba(30, 150, 216, .5);
}

.index_about .about_main .left {
	width: 57.447%;
	float: left;
	position: relative;
}


/*20200713修改开始*/

.index_about .about_main .left .video {
	position: relative;
}

.index_about .about_main .left .video .video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(43, 49, 65, .37);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.index_about .about_main .left .video:hover .video-cover {
	opacity: 0;
}

.index_about .about_main .left .video .img-box {
	z-index: 0;
	padding-bottom: 64.19753086419753%;
	background-color: #000;
}

.index_about .about_main .left .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.index_about .about_main .left .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.index_about .about_main .left .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.index_about .about_main .left .video .play {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_about .about_main .left .video:hover .play {
	opacity: 1;
}

.index_about .about_main .left .video .play:before {
	font-family: 'iconfont';
	font-size: 60px;
	display: block;
	content: '\e62c';
}


/*20200713修改结束*/

.index_about .about_main .right {
	width: 51%;
	float: right;
	padding: 60px;
	background-color: #FFFFFF;
	margin-top: -395px;
	position: relative;
}

.index_about .about_main .right .info p {
	font-size: 14px;
	line-height: 1.857142857142857;
	color: #666666;
	text-align: justify;
}

.index_about .about_main .right .more {
	margin-top: 40px;
	float: right;
	border-bottom: 1px solid #1e96d8;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_about .about_main .right .more a {
	font-size: 14px;
	line-height: 1.857142857142857;
	color: #999999;
}

.index_about .about_main .right .more a:after {
	font-family: 'iconfont';
	content: '\e616';
	text-align: center;
	padding-left: 5px;
}

.index_about .about_main .right .more:hover a {
	color: #1e96d8;
}

@media (max-width: 1469px) {
	.index_about .about_main .right {
		margin-top: -320px;
	}
}

@media (max-width: 1199px) {
	.index_about {
		padding: 60px 0 100px 0;
	}
	.index_about .about_main .right {
		margin-top: -260px;
		padding: 40px;
	}
	.index_about .about_main .right .more {
		margin-top: 20px;
	}
	.index_about .about_main:before {
		top: 40px;
	}
}

@media (max-width: 991px) {
	.index_about {
		padding: 50px 0 80px 0;
	}
	.index_about .about_main .left {
		width: 100%;
		float: none;
	}
	.index_about .about_main .right {
		width: 100%;
		margin-top: 20px;
		padding: 30px;
	}
	.index_about .about_main:before {
		top: 25px;
	}
}

@media (max-width: 767px) {
	.index_about {
		padding: 50px 0 70px 0;
	}
	.index_about .about_main .left .video .play:before{
		font-size: 50px;
	}
}

@media (max-width: 480px) {
	.index_about .about_main .left .video .play:before{
		font-size: 40px;
	}
}


/*index_news*/

.index_news .title {
	text-align: center;
}

.index_news .lists .left .msg {
	display: block;
	padding: 50px;
	background-color: #f2f2f2;
}

.index_news .lists .left .msg span {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #999999;
}

.index_news .lists .left .msg b {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #1a1a1a;
	padding-top: 15px;
}

.index_news .lists .left .msg .pic {
	margin-top: 20px;
}

.index_news .lists .left .msg .pic .img-box {
	padding-bottom: 54.23728813559322%;
}

.index_news .lists .right .item {
	display: block;
	padding: 20px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_news .lists .right .item:hover {
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.41);
}

.index_news .lists .right .item .info {
	width: 80%;
	float: left;
	padding-right: 30px;
	border-right: 1px solid #EEEEEE;
}

.index_news .lists .right .item .info b {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #1a1a1a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_news .lists .right .item:hover b {
	color: #1e96d8;
}

.index_news .lists .right .item .info p {
	font-size: 14px;
	line-height: 1.428571428571429;
	color: #666666;
	padding-top: 15px;
	height: 55px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_news .lists .right .item .note {
	width: 20%;
	float: left;
	padding-left: 30px;
}

.index_news .lists .right .item .note span {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #999999;
}

.index_news .lists .right .item .note .more {
	margin-top: 20px;
}

.index_news .lists .right .item .note .more:before {
	display: block;
	font-family: 'iconfont';
	font-size: 20px;
	content: '\e616';
	color: #999999;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_news .lists .right .item:hover .note .more:before {
	color: #1e96d8;
}

@media (max-width: 1469px) {
	.index_news .lists .right .item .note {
		padding-left: 20px;
	}
}

@media (max-width: 1199px) {
	.index_news .lists .left .msg {
		padding: 30px;
	}
	.index_news .lists .left .msg span {
		font-size: 28px;
	}
	.index_news .lists .right .item .info b,
	.index_news .lists .right .item .note span {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.index_news .lists .left .msg {
		padding: 20px;
	}
	.index_news .lists .left .msg span {
		font-size: 24px;
	}
	.index_news .lists .left .msg b {
		font-size: 18px;
	}
	.index_news .lists .right {
		margin-top: 20px;
	}
	.index_news .lists .right .item .info b,
	.index_news .lists .right .item .note span {
		font-size: 16px;
	}
	.index_news .lists .right .item .info p {
		padding-top: 10px;
		height: 50px;
	}
}

@media (max-width: 767px) {
	.index_news .lists .right {
		margin-top: 10px;
	}
	..about_strength .strength .customer_team .customer_arrow .lists .right .item .info {
		padding-right: 20px;
	}
	.index_news .lists .right .item .note {
		padding-left: 15px;
	}
	.index_news .lists .right .item .note span {
		font-size: 14px;
	}
	.index_news .lists .right .item .note .more:before {
		font-size: 15px;
	}
	.index_news .lists .left .msg span {
		font-size: 18px;
	}
}


/*pagebanner*/

.pagebanner {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 130px;
}

.pagebanner .img-box {
	padding-bottom: 20.83333333333333% !important;
}


/*.pagebanner .page_title {

	position: absolute;

	top: 50%;

	left: 0;

	right: 0;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);

	text-align: center;

}



.pagebanner .page_title b {

	display: block;

	font-size: 40px;

	font-weight: bold;

	color: #ffffff;

}*/

@media (max-width: 1199px) {
	.pagebanner {
		padding-top: 100px;
	}
	.pagebanner .item {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

@media (max-width: 991px) {
	.pagebanner .item {
		width: 160%;
		max-width: 160%;
		margin-left: -30%;
	}
}


/*product*/

.product {
	overflow: hidden;
}

.product .left {
	width: 23.405%;
}

.product .right {
	width: 76.595%;
}

.product .left .menu {
	position: relative;
}

.product .left .menu .menu1>li {
	margin-bottom: 5px;
}

.product .left .menu .menu1>li>a {
	font-size: 18px;
	color: #1a1a1a;
	line-height: 30px;
	padding: 15px 0 15px 30px;
	position: relative;
	display: block;
	background-color: #f2f2f2;
	-webkit-transition: .3s;
	transition: .3s;
}


/*.product .left .menu .menu1>li.more>a:before {
	font-family: 'iconfont' !important;
	font-size: 12px;
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	content: '\e67f';
	color: #1d4d9e;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

}*/

.product .left .menu .menu1>li.nomore>a:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	right: 30px;
	display: block;
	content: '\e629';
	color: #1e96d8;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product .left .menu .menu1>li:hover>a,
.product .left .menu .menu1>li.active>a {
	color: #FFFFFF;
	background-color: #1e96d8;
}

.product .left .menu .menu1>li.nomore:hover>a:before,
.product .left .menu .menu1>li.nomore.active>a:before {
	color: #FFFFFF;
	content: '\e628';
}

.product .left .menu .nomore .menu3,
.product .left .menu .nomore .menu2 {
	display: none;
}

.product .left .menu ul.menu2>li,
.product .left .menu ul.menu3>li {
	line-height: 30px;
	position: relative;
	cursor: pointer;
	padding-left: 0;
	border-bottom: solid 1px #dddddd;
}

.product .left .menu ul.menu2>li:last-child {
	border-bottom: none;
}

.product .left .menu ul.menu2>li.more>a,
.product .left .menu ul.menu3>li.more>a {
	position: relative;
}

.product .left .menu .nomore .menu2 {
	border: solid 1px #dddddd;
}

.product .left .menu ul.menu2>li>a {
	position: relative;
	left: -10px;
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 40px;
	padding-left: 30px;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .left .menu ul.menu2>li>a:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 15px;
	height: 1px;
	background-color: #1e96d8;
	margin-right: 5px;
	opacity: 0;
}

.product .left .menu ul.menu2>li.active>a,
.product .left .menu ul.menu2>li:hover>a {
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
	color: #1f96d8;
}

.product .left .menu ul.menu2>li.active>a:before,
.product .left .menu ul.menu2>li:hover>a:before {
	opacity: 1;
}

.product .left .menu ul.menu3>li>a:before {
	display: none;
}

.product .left .menu ul.menu3>li>a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	padding-left: 50px;
	-webkit-transition: .3s;
	transition: .3s;
}

.product .left .menu ul.menu3>li>a:hover {
	color: #1e4e9e;
	text-decoration: underline !important;
}


/*5.27修改*/

.product .left .menu .menu1>li.active .menu2 {
	display: block;
}

.product .left .menu .menu2>li.active .menu3 {
	display: block;
}

.product .left .menu .menu3>li.active {
	display: block;
}


/*5.27修改*/

.product .prod_lists {
	padding: 0 0 0 30px;
}

.product .prod_lists .item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.product .prod_lists .item .img-box {
	padding-bottom: 75.75757575757576%;
}

.product .prod_lists .item .name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/*background-color: rgba(30, 150, 216, .5);*/
	padding: 0 10px;
	/*-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);*/
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.product .prod_lists .item:hover .name {
	/*-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);*/
}

.product .prod_lists .item .name b {
	display: block;
	font-size: 20px;
	line-height: 2;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product .page {
	padding-top: 30px;
}

@media (max-width: 1469px) {
	.product_content .left {
		width: 25%;
	}
	.product_content .right {
		width: 75%;
	}
	.product .left .menu ul.menu2>li>a {
		padding-left: 20px;
	}
}

@media (max-width: 1199px) {
	.product_content .left {
		width: 28%;
	}
	.product_content .right {
		width: 72%;
	}
	.product .left .menu .menu1>li>a {
		padding: 15px 0 15px 20px;
	}
	.product .left .menu .menu1>li.nomore>a:before {
		right: 20px;
	}
	.product .prod_lists .item .name b {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.product .left {
		display: none;
	}
	.product .right {
		width: 100%;
	}
	.product .prod_lists {
		padding: 0;
	}
}


/*prod_details*/

.product_box {
	padding-bottom: 30px;
}

.product_box .left {
	width: 48.937%;
}

.product_box .right {
	width: 51.063%;
	padding-left: 30px;
}

.product_box .pro-show {
	overflow: hidden;
}

.product_box .pro-show .album {
	position: relative;
	float: left;
	width: 100%;
}

.product_box .pro-show .album .item .img-box {
	z-index: 0;
	border: none;
	padding-bottom: 75.75757575757576%;
}

.product_box .pro-show .album .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.product_box .pro-show .album .slider-nav {
	position: relative;
	margin-top: 20px;
	padding: 0 30px;
}

.product_box .pro-show .album .slider-nav .slick-arrow {
	width: 40px;
	height: 30px;
	overflow: hidden;
	background-color: transparent;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product_box .pro-show .album .slider-nav .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 40px;
	font-weight: normal;
	line-height: 30px;
	display: block;
	content: '\e9b5';
	text-align: center;
	color: #bababa;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.product_box .pro-show .album .slider-nav .slick-arrow.slick-next {
	right: 0;
	left: auto;
}

.product_box .pro-show .album .slider-nav .slick-arrow.slick-next:before {
	content: '\e72f';
}

.product_box .pro-show .album .slider-nav .slick-arrow:hover:before {
	color: #1e96d8;
}

.product_box .pro-show .album .slider-nav .slick-current .item .pic {
	border: 1px solid #1e96d8;
}

.product_box .pro-show .album .slider-nav div:focus {
	outline: none;
	border: none;
}

.product_box .pro-show .album .slider-nav .item {
	padding: 0 5px;
}

.product_box .pro-show .album .slider-nav .item .pic {
	border: solid 1px #FFFFFF;
}

.product_box .right .prod_info .pro_title h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
	color: #1a1a1a;
	margin: 0;
}

.product_box .right .prod_info .info {
	padding-top: 40px;
}

.product_box .right .prod_info .info p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}

.product_box .right .prod_info .pro_btn {
	padding-top: 25px;
}

.product_box .right .prod_info .pro_btn a#inquiry_btn {
	display: inline-block;
	padding: 0 46px;
	background-color: #1e96d8;
	border: 1px solid #1e96d8;
	font-size: 14px;
	line-height: 2.857142857142857;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.product_box .right .prod_info .pro_btn a#inquiry_btn:hover {
	color: #1e96d8;
	background-color: #FFFFFF;
}

.product_box .right .prod_info .pro_share p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #999999;
	padding-top: 15px;
}

.product_box .right .prod_info .pro_share .share_box {
	margin-top: 18px;
}

.pro_detial .product_title {
	margin-top: 30px;
	padding: 0 20px;
	background-color: #1e96d8;
}

.pro_detial .product_title b {
	display: block;
	font-size: 18px;
	line-height: 3.333333333333333;
	color: #ffffff;
}

.pro_detial .product_msg .info {
	padding: 20px 0;
}

.pro_detial .product_msg .info b {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}

.pro_detial .product_msg .info p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}

.pro_detial .product_msg .info p img {
	max-width: 100%;
	height: auto !important;
}

.pro_detial .product_msg .pro_table b {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}

.pro_detial .product_msg .pro_table .table-responsive {
	margin-top: 20px;
	border: none;
}

.pro_detial .product_msg .pro_table .table-responsive table td {
	background-color: #FFFFFF;
	border: solid 1px #dddddd;
	font-size: 14px;
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pro_detial .product_msg .pro_table .table-responsive table tr:first-child td {
	font-weight: bold;
	color: #666666;
}

.pro_detial .inquire_form .inquire_ipt {
	margin-top: 30px;
}

.pro_detial .inquire_form .inquire_ipt ul li {
	float: left;
	margin-bottom: 20px;
}

.pro_detial .inquire_form .inquire_ipt ul li input {
	width: 100%;
	line-height: 40px;
	min-height: 40px;
	padding: 0px 20px;
	background-color: #f2f2f2;
	border: none;
	font-size: 16px;
	color: #181919;
}

.pro_detial .inquire_form .inquire_ipt ul li textarea {
	width: 100%;
	font-size: 16px;
	color: #181919;
	min-height: 220px;
	line-height: 30px;
	background-color: #f2f2f2;
	border: none;
	padding: 10px 20px;
}

.pro_detial .inquire_form ul li input::-webkit-input-placeholder,
.pro_detial .inquire_form ul li textarea::-webkit-input-placeholder {
	color: #181919;
}

.pro_detial .inquire_form ul li input:-o-placeholder,
.pro_detial .inquire_form ul li textarea:-o-placeholder {
	color: #181919;
}

.pro_detial .inquire_form ul li input::-moz-placeholder,
.pro_detial .inquire_form ul li textarea::-moz-placeholder {
	color: #181919;
}

.pro_detial .inquire_form ul li input:-ms-input-placeholder,
.pro_detial .inquire_form ul li textarea:-ms-input-placeholder {
	color: #181919;
}

.pro_detial .inquire_form ul li input:focus::-webkit-input-placeholder,
.pro_detial .inquire_form ul li textarea:focus::-webkit-input-placeholder {
	color: #999;
}

.pro_detial .inquire_form ul li input:focus::-o-placeholder,
.pro_detial .inquire_form ul li textarea:focus::-o-placeholder {
	color: #999;
}

.pro_detial .inquire_form ul li input:focus::-moz-placeholder,
.pro_detial .inquire_form ul li textarea:focus::-moz-placeholder {
	color: #999;
}

.pro_detial .inquire_form ul li input:focus::-ms-input-placeholder,
.pro_detial .inquire_form ul li textarea:focus::-ms-input-placeholder {
	color: #999;
}

.pro_detial .inquire_form ul li:last-child {
	margin-bottom: 0;
}

.pro_detial .inquire_form ul li button {
	width: 120px;
	background-color: #1e96d8;
	display: block;
	line-height: 2;
	font-size: 20px;
	color: #FFFFFF;
	border-radius: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.pro_detial .inquire_form ul li button:hover {
	opacity: .8;
}

.pro_detial .back {
	float: right;
}

.pro_detial .back a {
	display: block;
	font-size: 16px;
	color: #1e96d8;
	padding: 0 30px;
	border: 1px solid #1e96d8;
	line-height: 2.222222222222222;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.pro_detial .back a:hover {
	background-color: #1e96d8;
	color: #fff;
}

@media (max-width: 1199px) {
	.product_box .right .prod_info .pro_title h1 {
		font-size: 25px;
	}
	.product_box .right .prod_info .info,
	.product_box .right .prod_info .pro_btn {
		padding-top: 20px;
	}
	.product_box .right .prod_info .pro_share .share_box {
		margin-top: 10px;
	}
	.product_box {
		padding-bottom: 20px;
	}
	.pro_detial .product_title b {
		line-height: 2.5;
	}
	.pro_detial .product_title {
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.pro_detial .left {
		width: 100%;
		display: block;
	}
	.product_box .right {
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
	}
	.product_box .right .prod_info .pro_title h1 {
		font-size: 22px;
	}
	.pro_detial .inquire_form ul li button {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.product_box .pro-show .album .slider-nav {
		margin-top: 10px;
	}
	.product_box .right .prod_info .pro_title h1 {
		font-size: 20px;
	}
	.product_box .right .prod_info .info p,
	.pro_detial .product_msg .info p {
		font-size: 15px;
	}
	.pro_detial .product_msg .info {
		padding: 10px 0;
	}
	.pro_detial .product_title b {
		font-size: 16px;
	}
	.pro_detial .inquire_form .inquire_ipt {
		margin-top: 20px;
	}
	.pro_detial .inquire_form .inquire_ipt ul li {
		margin-bottom: 10px;
	}
	.pro_detial .inquire_form .inquire_ipt ul li textarea {
		min-height: 100px;
	}
	.pro_detial .inquire_form ul li button {
		font-size: 16px;
	}
}


/*page_nav*/

.page_nav {
	text-align: center;
	border-bottom: 1px solid #dddddd;
}

.page_nav .scroll {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.page_nav ul {
	font-size: 0;
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

.page_nav ul li {
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page_nav ul li a {
	font-size: 16px;
	line-height: 2.857142857142857;
	color: #666;
	padding: 0 40px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page_nav ul li:hover:hover a {
	color: #1e96d8;
	text-decoration: underline !important;
}

.page_nav ul li.active a {
	color: #1e96d8;
	font-weight: bold;
	text-decoration: underline !important;
}

.page_title {
	text-align: center;
}

.page_title b {
	display: block;
	font-size: 40px;
	line-height: 1;
	color: #137bb4;
}

@media (max-width: 1199px) {
	.page_title b {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.page_nav ul li a {
		padding: 0 20px;
	}
	.page_title b {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.page_nav ul li a {
		padding: 0 12px;
	}
	.page_title b {
		font-size: 24px;
	}
}


/*about*/

.about .about_info {
	margin-top: 30px;
}

.about .about_info p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	text-align: justify;
}

.about .lists .pic .img-box {
	padding-bottom: 75.75757575757576%;
}

@media (max-width: 991px) {
	.about .about_info {
		margin-top: 20px;
	}
	.about .lists .pic {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.about .about_info p {
		font-size: 15px;
	}
}


/*about_development*/

.about_develop {
	padding: 60px 0 300px 0;
}

.about_develop .timeline {
	position: relative;
	padding: 80px 0 0 0;
	margin: auto;
	margin-top: 40px;
}

.about_develop .timeline:before {
	width: 30px;
	height: 100%;
	content: "";
	position: absolute;
	top: 45px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #34a9e0;
}

.about_develop .timeline:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-left: 28px solid transparent;
	border-right: 28px solid transparent;
	border-bottom: 45px solid #34a9e0;
}

.about_develop .item {
	margin-bottom: 40px;
	position: relative;
}

.about_develop .item:after {
	content: "";
	clear: both;
	display: table;
}

.about_develop .item_dot {
	width: 150px;
	height: 150px;
	background-color: #34a9e0;
	box-shadow: 0px 0px 35px 0px rgba(8, 93, 133, 0.46);
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 50%;
	z-index: 5;
	font-size: 40px;
	font-weight: bold;
	line-height: 150px;
	color: #ffffff;
	text-align: center;
	margin-left: -75px;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.about_develop .item_content {
	float: left;
	width: 45%;
	height: 150px;
	/*border: solid 2px #d1e8fe;*/
	padding: 10px 0;
	position: relative;
	z-index: 3;
	background: url(../images/img/develop_leftbg.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.about_develop .item:nth-child(2n) .item_content {
	float: right;
	text-align: right;
	background: url(../images/img/develop_rightbg.png) no-repeat center;
	background-size: 100% 100%;
}

.about_develop .item_content .info {
	width: 80%;
	float: left;
	position: absolute;
	left: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about_develop .item:nth-child(2n) .item_content .info {
	left: auto;
	right: 50px;
}

.about_develop .item_content .item_description {
	font-size: 20px;
	line-height: 1.2;
	color: #34a9e0;
	text-align: right;
}

.about_develop .item:nth-child(2n) .item_content .info .item_description {
	text-align: left;
}

.about_develop .item .item_content .item_img {
	width: 44%;
	float: left;
	margin-left: 53%;
	overflow: hidden;
}

.about_develop .item:nth-child(2n) .item_content .item_img {
	float: left;
	margin-left: 0;
	margin-top: 25%;
}

.about_develop .item_img img {
	max-width: 100%;
	height: auto !important;
	border: solid 1px #ffffff;
}

@media (max-width: 1469px) {
	.about_develop {
		padding: 60px 0 230px 0;
	}
	.about_develop .item:nth-child(2n) .item_content .item_img {
		margin-top: 30%;
	}
}

@media (max-width: 1199px) {
	.about_develop {
		padding: 50px 0 260px 0;
	}
	.about_develop .timeline {
		width: 100%;
		margin-top: 50px;
	}
	.about_develop .timeline:before {
		width: 25px;
		margin-left: 50px;
	}
	.about_develop .timeline:after {
		margin-left: 34px;
	}
	.about_develop .item {
		margin-bottom: 20px;
	}
	.about_develop .item_content {
		width: 85%;
		height: 130px;
		margin-left: 100px;
		float: none;
		position: static;
		background: url(../images/img/develop_rightbg.png) no-repeat center;
		background-size: 100% 100%;
	}
	.about_develop .item:nth-child(2n) .item_content {
		float: none;
		text-align: left;
	}
	.about_develop .item_content .info {
		position: static;
		width: 100%;
		float: none;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		padding-left: 60px;
	}
	.about_develop .item_content .item_description {
		text-align: left !important;
	}
	.about_develop .item_content .item_description {
		padding-top: 10px;
	}
	.about_develop .item .item_content .item_img {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 20px;
	}
	.about_develop .item:nth-child(2n) .item_content .item_img {
		float: none;
	}
	.about_develop .item_dot {
		width: 120px;
		height: 120px;
		line-height: 120px;
		font-size: 30px;
		left: 75px;
	}
	.about_develop .item:nth-child(2n) .item_content .item_img {
		margin-top: 10%;
	}
}

@media (max-width: 991px) {
	.about_develop {
		padding: 50px 0 260px 0;
	}
	.about_develop .timeline {
		width: 100%;
		margin-top: 15px;
		padding: 60px 0 0 0;
	}
	.about_develop .timeline:before {
		width: 20px;
		margin-left: 35px;
		top: 35px;
	}
	.about_develop .timeline:after {
		margin-left: 20px;
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-bottom: 35px solid #34a9e0;
	}
	.about_develop .item_dot {
		width: 100px;
		height: 100px;
		line-height: 100px;
		font-size: 26px;
		left: 70px;
	}
	.about_develop .item_content {
		height: 110px;
	}
	.about_develop .item .item_content .item_img {
		margin-top: 15px;
	}
	.about_develop .item_content .item_description {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.about_develop {
		padding: 40px 0 230px 0;
	}
	.about_develop .item_dot {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 22px;
		left: 80px;
	}
	.about_develop .item_content .item_description {
		padding: 10px 20px 10px 0px;
		font-size: 15px;
	}
	.about_develop .item_content {
		width: 70%;
		height: 80px;
		margin-left: 90px;
	}
	.about_develop .item_content .info {
		padding-left: 25px;
	}
	.about_develop .item:nth-child(2n) .item_content .item_img {
		margin-top: 15%;
	}
}


/*about_honor*/

.about_honor .item {
	display: block;
	margin-bottom: 30px;
}

.about_honor .item .pic .img-box {
	padding-bottom: 133.3333333333333%;
}

@media (max-width: 767px) {
	.about_honor .lists ul li:last-child .item {
		margin-bottom: 0;
	}
}


/*about_business*/

.about_business .left .img-box {
	padding-bottom: 47.10144927536232%;
}

.about_business .right .info p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	text-align: justify;
}

@media (max-width: 991px) {
	.about_business .right {
		padding-top: 20px;
	}
}

@media (max-width: 991px) {
	.about_business .right .info p {
		font-size: 15px;
	}
}


/*gas_lng*/

.gas_title b {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #1a1a1a;
}

.gas_title b:after {
	display: block;
	content: '';
	width: 7%;
	height: 4px;
	background-color: #259cdb;
	margin-top: 3px;
}

.gas_title p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #999999;
	padding-top: 10px;
}

.gas_lng .gas_info,
.gas_lng .gas_info .item {
	margin-top: 30px;
}

.gas_lng .gas_info .gas_title b {
	display: block;
	font-size: 18px;
	line-height: 1.333333333333333;
	color: #1a1a1a;
}

.gas_lng .gas_info .info_item {
	margin-top: 20px;
}

.gas_lng .gas_info .info_item .left .pic .img-box {
	padding-bottom: 75.43859649122807%;
}

.gas_lng .gas_info .info_item .right .note p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}

.gas_lng .gas_adv {
	margin-top: 30px;
}

.gas_lng .gas_adv p {
	font-size: 16px;
	line-height: 1.375;
	color: #666666;
}

.gas_lng .gas_adv p img {
	max-width: 100%;
	height: auto !important;
}

.gas_lng .gas_table .table-responsive {
	margin-top: 20px;
	border: none;
}

.gas_lng .gas_table .table-responsive table td {
	background-color: #FFFFFF;
	border: solid 1px #dddddd;
	font-size: 14px;
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.gas_lng .gas_table .table-responsive table tr:first-child td {
	font-weight: bold;
	color: #666666;
}

.gas_lng .gas_table p {
	font-size: 14px;
	line-height: 1.2;
	color: #999999;
	margin-top: 10px;
}

@media (max-width: 991px) {
	.gas_title b {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.gas_title b {
		font-size: 16px;
	}
	.gas_lng .gas_info .info_item .right {
		padding-top: 15px;
	}
	.gas_lng .gas_info .info_item .right .note p,
	.gas_lng .gas_adv p {
		font-size: 15px;
	}
}


/*gas_cng*/

.gas_cng .cng_info {
	margin-top: 30px;
}

.gas_cng .cng_info .in_title b {
	display: block;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.333333333333333;
	color: #1a1a1a;
}

.gas_cng .cng_info .cng_note {
	padding-top: 20px;
}

.gas_cng .cng_info .cng_note p {
	font-size: 16px;
	line-height: 1.375;
	color: #666666;
}

.gas_cng .cng_info .cng_note p img {
	max-width: 100%;
	height: auto !important;
}

@media (max-width: 991px) {
	.gas_cng .cng_info .in_title b {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.gas_cng .cng_info {
		margin-top: 20px;
	}
}


/*gas_lpg*/

.gas_lpg .lpg_info {
	margin-top: 30px;
}

.gas_lpg .lpg_info .lpg_title b {
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.333333333333333;
	color: #1a1a1a;
}

.gas_lpg .lpg_info .lpg_note {
	padding-top: 15px;
}

.gas_lpg .lpg_info .lpg_note p {
	font-size: 16px;
	line-height: 2;
	color: #666666;
}

.gas_lpg .lpg_info .lpg_note p img {
	max-width: 100%;
	height: auto !important;
}

@media (max-width: 991px) {
	.gas_lpg .lpg_info .lpg_title b {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.gas_cng .cng_info {
		margin-top: 20px;
	}
	.gas_lpg .lpg_info .lpg_note p {
		font-size: 15px;
	}
	.gas_lpg .lpg_info .lpg_note {
		padding-top: 10px;
	}
}


/*news*/

.news .lists .item {
	position: relative;
	margin-bottom: 30px;
}

.news .lists .item .pic {
	display: block;
	width: 28.724%;
	position: absolute;
	/*top: 0;*/
	left: 30px;
	bottom: 20px;
}

.news .lists .item .pic .img-box {
	padding-bottom: 54.32098765432099%;
}

.news .lists .item .info {
	overflow: hidden;
}

.news .lists .item .info .news_title {
	padding: 20px 50px 20px 0;
}

.news .lists .item .info .news_title a {
	width: 90%;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 1.333333333333333;
	color: #1a1a1a;
	padding-right: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .lists .item .info .news_title span {
	width: 10%;
	display: block;
	float: right;
	font-size: 14px;
	line-height: 1.333333333333333;
	color: #1e96d8;
}

.news .lists .item .info .news_distance {
	width: 65%;
	float: right;
}

.news .lists .item .info .news_info {
	padding: 30px 50px 20px 0;
	background-color: #f2f2f2;
	border-top: 4px solid #1e96d8;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news .lists .item:hover .info .news_info {
	background-color: #1e96d8;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.46);
}

.news .lists .item .info .news_info p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	height: 96px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news .lists .item:hover .info .news_info p {
	color: #FFFFFF;
}

.news .lists .item .info .news_info a {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 1.857142857142857;
	color: #999999;
	border-bottom: 1px solid #1e96d8;
	margin-top: 10px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news .lists .item:hover .info .news_info a {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.news .lists .item .info .news_info a:after {
	display: inline-block;
	font-family: 'iconfont';
	content: '\e616';
	text-align: center;
	margin-left: 5px;
}

.news .page {
	padding-top: 20px;
}

@media (max-width: 1469px) {
	.news .lists .item .pic {
		top: 0;
	}
}

@media (max-width: 1199px) {
	.news .lists .item .pic {
		top: 10px;
		left: 20px;
	}
	.news .lists .item .info .news_title {
		padding: 15px 40px 15px 0;
	}
	.news .lists .item .info .news_title a {
		font-size: 18px;
	}
	.news .lists .item .info .news_info {
		padding: 20px 40px 20px 0;
	}
}

@media (max-width: 767px) {
	.news .lists .item .pic {
		width: 100%;
		position: static;
	}
	.news .lists .item .info .news_distance {
		width: 100%;
		float: none;
	}
	.news .lists .item .info .news_title {
		padding: 15px 0;
	}
	.news .lists .item .info .news_title a {
		width: 100%;
		padding: 0 10px;
		font-size: 16px;
	}
	.news .lists .item .info .news_title span {
		width: auto;
		margin-top: 10px;
		padding: 0 10px;
	}
	.news .lists .item .info .news_info {
		padding: 15px 20px;
	}
	.news .lists .item .info .news_info p {
		font-size: 15px;
		height: 90px;
	}
	.news .page {
		padding-top: 0;
	}
}


/*news_detail*/

.news_detail .new_title {
	padding-bottom: 40px;
	text-align: center;
	border-bottom: solid 1px #dddddd;
}

.news_detail .new_title h1 {
	display: block;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.4;
	color: #191919;
	margin: 0;
}

.news_detail .new_title span {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #1e96d8;
	padding-top: 20px
}

.news_detail .news_text {
	padding-top: 40px;
}

.news_detail .news_text p {
	font-size: 16px;
	line-height: 1.8;
	color: #666666;
}

.news_detail .news_text p img {
	max-width: 100%;
	height: auto !important;
}

.news_detail .news_relate {
	padding: 30px 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
}

.news_detail .news_relate ul li {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news_detail .news_relate ul li a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news_detail .news_relate ul li a span {
	color: #666666;
}

.news_detail .news_relate ul li.next {
	text-align: right;
}

.news_detail .news_relate ul li:hover a {
	color: #003c7f;
}

@media (max-width: 1469px) {
	.news_detail .new_title {
		padding-bottom: 30px;
	}
	.news_detail .new_title h1 {
		font-size: 28px;
	}
}

@media (max-width: 1199px) {
	.news_detail .new_title {
		padding-bottom: 20px;
	}
	.news_detail .new_title h1 {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.news_detail .new_title h1 {
		font-size: 24px;
	}
	.news_detail .news_text {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.news_detail .news_text {
		padding-top: 20px;
	}
	.news_detail .new_title h1 {
		font-size: 20px;
	}
	.news_detail .news_text p {
		font-size: 15px;
	}
	.news_detail .news_relate ul li.next {
		text-align: left;
		margin-top: 10px;
	}
}


/*videos*/

.videos .item {
	position: relative;
	margin-bottom: 30px;
}

.videos .item .video {
	position: relative;
}

.videos .item .video .video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .3);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
}

.videos .item .video:hover .video-cover {
	opacity: 1;
}

.videos .item .video .img-box {
	z-index: 0;
	padding-bottom: 75.75757575757576%;
	background-color: #000;
}

.videos .item .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.videos .item .video .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.videos .item .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.videos .item .video .play {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.videos .item .video:hover .play {
	opacity: 1;
}

.videos .item .video .play:before {
	font-family: 'iconfont';
	font-size: 40px;
	display: block;
	content: '\e62c';
}

.videos .item .name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/img/video_bg.png) no-repeat center;
	background-size: cover;
	padding: 0 20px;
}

.videos .item .name b {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 3.214285714285714;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.videos .page {
	padding-top: 20px;
}

@media (max-width: 991px) {
	.videos .item {
		margin-bottom: 20px;
	}
}


/*hsm*/

@-webkit-keyframes slideInDown2 {
	from {
		visibility: visible;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown2 {
	from {
		visibility: visible;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.download-wrap .slideInDown2 {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.download-wrap .img-box {
	padding-bottom: 57.44680851%;
}

.download-wrap .list {
	font-size: 0;
	padding: 35px 0 10px;
	letter-spacing: -8px;
}

@media (max-width: 767px) {
	.download-wrap .list {
		padding: 30px 0 5px;
	}
}

.download-wrap .list li {
	font-size: 14px;
	display: inline-block;
	float: none;
	margin-bottom: 30px;
	vertical-align: top;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.download-wrap .list li {
		margin-bottom: 20px;
	}
}

.download-wrap .item {
	position: relative;
	zoom: 1;
	padding: 29px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.download-wrap .item:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

@media (min-width: 1200px) {
	.download-wrap .item img {
		-webkit-transition: transform .7s;
		-webkit-transition: -webkit-transform .7s;
		transition: -webkit-transform .7s;
		transition: transform .7s;
		transition: transform .7s, -webkit-transform .7s;
	}
	.download-wrap .item:hover img {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07);
	}
}

@media (max-width: 480px) {
	.download-wrap .item {
		padding: 29px 15px;
	}
}

.download-wrap .item .pic-box {
	max-width: 100%;
}

@media (min-width: 481px) {
	.download-wrap .item .pic-box {
		float: left;
		width: 235px;
		margin-right: 30px;
	}
}

@media (min-width: 481px) and (max-width: 1199px) {
	.download-wrap .item .pic-box {
		margin-right: 20px;
	}
}

@media (max-width: 480px) {
	.download-wrap .item .pic-box {
		width: 470px;
		margin: 0 auto 20px;
	}
}

.download-wrap .item p {
	font-size: 18px;
	line-height: 1.22222222;
	display: -webkit-box;
	overflow: hidden;
	height: 88px;
	color: #666;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

@media (max-width: 480px) {
	.download-wrap .item p {
		font-size: 15px;
		line-height: 1.46666667;
		height: auto;
		max-height: 88px;
	}
}

.download-wrap .item .download {
	float: right;
	padding-top: 10px;
	text-align: right;
}

.download-wrap .item .download a {
	display: inline-block;
	padding-bottom: 2px;
	-webkit-transition: .4s;
	transition: .4s;
	border-bottom: 1px solid #0a3578;
}

.download-wrap .item .download a span,
.download-wrap .item .download a:after {
	display: inline-block;
	vertical-align: middle;
}

.download-wrap .item .download a:after {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-weight: bold;
	margin-top: -1px;
	margin-left: 10px;
	content: '\e667';
	color: #022c71;
}

.download-wrap .item .download a span {
	font-size: 16px;
	color: #999;
}

@media (min-width: 1200px) {
	.download-wrap .item .download a:hover:after {
		-webkit-animation: slideInDown2 1s 0s ease both;
		animation: slideInDown2 1s 0s ease both;
	}
	.download-wrap .item .download a:hover span {
		color: #0a3578;
	}
}

@media (max-width: 1199px) {
	.download-wrap .item .download a:active:after {
		-webkit-animation: slideInDown2 1s 0s ease both;
		animation: slideInDown2 1s 0s ease both;
	}
	.download-wrap .item .download a:active span {
		color: #0a3578;
	}
}

@media (max-width: 480px) {
	.download-wrap .item .download {
		padding-top: 0;
	}
	.download-wrap .item .download a:after {
		font-size: 17px;
	}
	.download-wrap .item .download a span {
		font-size: 15px;
	}
}

.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
	color: #181919;
}

.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
	color: #181919;
}

.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
	color: #181919;
}

.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
	color: #181919;
}

.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
	color: #afa7a7;
}

.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
	color: #afa7a7;
}

.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
	color: #afa7a7;
}

.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
	color: #afa7a7;
}

.inquiry-form form input,
.inquiry-form form textarea {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #181919;
	background: #f2f2f2;
}

@media (max-width: 767px) {
	.inquiry-form form input,
	.inquiry-form form textarea {
		padding: 10px 15px;
	}
}

.inquiry-form form .pro-name {
	font-weight: bold;
	color: #333;
	background: #d8d8d8;
}

.inquiry-form form textarea {
	height: 240px;
}

@media (max-width: 767px) {
	.inquiry-form form textarea {
		height: 180px;
	}
}

.inquiry-form form .submit {
	font-size: 20px;
	line-height: 40px;
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	color: #fff;
	background-color: #1e96d8;
}

@media (max-width: 767px) {
	.inquiry-form form .submit {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.inquiry-form form .submit {
		-webkit-transition: .4s;
		transition: .4s;
	}
	.inquiry-form form .submit:hover {
		text-decoration: underline;
		box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
	}
}

@media (max-width: 1199px) {
	.inquiry-form form .submit:active {
		text-decoration: underline;
		box-shadow: inset 0 2px 10px rgba(0, 0, 0, .4);
	}
}

.contact-list {
	font-size: 0;
	padding-top: 10px;
	letter-spacing: -8px;
}

.contact-list li {
	font-size: 14px;
	line-height: 1.71428571;
	display: inline-block;
	width: 25%;
	margin-top: 20px;
	padding: 0 15px;
	vertical-align: top;
	letter-spacing: 0;
	color: #666;
}

@media (max-width: 991px) {
	.contact-list li {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.contact-list li {
		width: 100%;
	}
}

.contact-list li .item {
	position: relative;
	padding: 9px 20px 9px 70px;
	border-radius: 10px;
	background-color: #f2f2f2;
}

.contact-list li .item:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	font-style: normal;
	line-height: 40px;
	position: absolute;
	top: 50%;
	left: 20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-radius: 50%;
	background-color: #1e96d8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contact-list li p {
	line-height: 1.28571429;
	position: relative;
	display: table-cell;
	width: 100%;
	height: 72px;
	margin: 0;
	vertical-align: middle;
	word-break: break-all;
	color: #4b4a48;
}

@media (max-width: 767px) {
	.contact-list li p {
		height: 54px;
	}
}

@media (min-width: 1200px) {
	.contact-list li p a:hover {
		text-decoration: underline;
		color: #1e96d8;
	}
}

@media (max-width: 1199px) {
	.contact-list li p a:active {
		text-decoration: underline;
		color: #1e96d8;
	}
}

.contact-list li.tel .item:before {
	content: '\e633';
}

.contact-list li.skype .item:before {
	content: '\e641';
}

.contact-list li.fax .item:before {
	content: '\edd8';
}

.contact-list li.mail .item:before {
	content: '\e634';
}

.contact-list li.url .item:before {
	content: '\e835';
}

.contact-list li.address .item:before {
	content: '\e62f';
}

.contact-list li.name .item:before {
	content: '\e612';
}

.contact-list li.phone .item:before {
	content: '\e633';
}

.contact-wrap .info>div {
	margin-top: 35px;
}

.contact-wrap .inquiry-form p {
	color: #4b4a48;
}

.contact-wrap .inquiry-form form {
	margin-top: 35px;
}

@media (max-width: 767px) {
	.contact-wrap .inquiry-form form {
		margin-top: 20px;
	}
}

.contact-wrap .map-content {
	height: 480px;
}

@media (max-width: 767px) {
	.contact-wrap .map-content {
		height: 300px;
		height: 58vmin;
	}
}

.recruitment-wrap .list-wrap {
	margin: 40px 0 0;
	text-align: center;
	color: #666;
}

@media (max-width: 767px) {
	.recruitment-wrap .list-wrap {
		margin-top: 15px;
	}
}

.recruitment-wrap .list-wrap span {
	display: inline-block;
	width: 24%;
	padding: 19px 5px;
	vertical-align: middle;
	letter-spacing: 0;
}

@media (max-width: 1199px) {
	.recruitment-wrap .list-wrap span {
		padding: 19px 15px;
	}
}

@media (max-width: 991px) {
	.recruitment-wrap .list-wrap span {
		padding: 19px 18px;
	}
}

@media (max-width: 767px) {
	.recruitment-wrap .list-wrap span {
		width: 100%;
		padding: 5px;
		text-align: left;
	}
}

.recruitment-wrap .list-wrap dt,
.recruitment-wrap .list-wrap .list {
	font-size: 0;
	display: block;
	width: 100%;
	padding: 0 5px 0 35px;
	text-align: justify;
	text-justify: distribute-all-lines;
	letter-spacing: -8px;
}

.recruitment-wrap .list-wrap dt:after,
.recruitment-wrap .list-wrap .list:after {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 0;
	margin: 0;
	content: '';
}

@media (max-width: 767px) {
	.recruitment-wrap .list-wrap dt,
	.recruitment-wrap .list-wrap .list {
		padding: 15px 0;
	}
}

.recruitment-wrap .list-wrap dt span:first-child,
.recruitment-wrap .list-wrap .list span:first-child {
	text-align: left;
}

@media only screen and (min-width: 768px) {
	.recruitment-wrap .list-wrap dt span,
	.recruitment-wrap .list-wrap .list span {
		text-align: center;
	}
	.recruitment-wrap .list-wrap dt span:last-child,
	.recruitment-wrap .list-wrap .list span:last-child {
		width: 125px;
	}
}

.recruitment-wrap .list-wrap dt {
	color: #666;
	background-color: #eee;
}

@media (max-width: 767px) {
	.recruitment-wrap .list-wrap dt {
		display: none;
	}
}

.recruitment-wrap .list-wrap dt>span {
	font-size: 16px;
}

.recruitment-wrap .list-wrap dd:last-child .list {
	border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 1200px) {
	.recruitment-wrap .list-wrap dd:hover .list {
		border-color: #1e96d8;
	}
	.recruitment-wrap .list-wrap dd:hover .list span {
		color: #1e96d8;
	}
	.recruitment-wrap .list-wrap dd:hover .list:after {
		color: #1e96d8;
	}
	.recruitment-wrap .list-wrap dd:hover+dd .list {
		border-top-color: #1e96d8;
	}
}

.recruitment-wrap .list-wrap dd .list {
	position: relative;
	display: block;
	-webkit-transition: .3s;
	transition: .3s;
	color: #888;
	border: 1px solid #eee;
	border-bottom: none;
}

@media (max-width: 767px) {
	.recruitment-wrap .list-wrap dd .list {
		border: none;
		border-bottom: 1px solid #eee;
	}
}

.recruitment-wrap .list-wrap dd .list>span {
	font-size: 14px;
	letter-spacing: 0;
	color: #999;
}

@media (max-width: 767px) {
	.recruitment-wrap .list-wrap dd .list>span:before {
		font-size: 15px;
		font-weight: bold;
		display: inline-block;
		margin-right: 15px;
		content: attr(data-dt);
		vertical-align: top;
		color: #666;
	}
}

.recruitment-wrap .list-wrap .more a {
	position: relative;
	display: inline-block;
}

.recruitment-wrap .list-wrap .more a:after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 1px;
	content: '';
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1e96d8;
}

@media (min-width: 1200px) {
	.recruitment-wrap .list-wrap .more a:hover {
		color: #1e96d8;
	}
	.recruitment-wrap .list-wrap .more a:hover:after {
		width: 100%;
	}
}

@media (max-width: 1199px) {
	.recruitment-wrap .list-wrap .more a {
		color: #1e96d8;
	}
	.recruitment-wrap .list-wrap .more a:after {
		width: 100%;
	}
}

.recruitment-details-wrap h1 {
	font-size: 30px;
	margin: 35px 0 15px;
	padding-bottom: 15px;
	color: #191919;
	border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {
	.recruitment-details-wrap h1 {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
	.recruitment-details-wrap h1 {
		font-size: 22px;
	}
}

.recruitment-details-wrap .intro p {
	line-height: 2.375;
	margin: 0;
	color: #666;
}

@media (max-width: 991px) {
	.recruitment-details-wrap .inquiry-form {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.recruitment-details-wrap .inquiry-form {
		margin-top: 20px;
	}
}

.table-box {
	width: 100%;
	max-width: 100%;
	padding: 0 5px;
	overflow: auto;
}

table {
	width: 100%;
	/*width: auto;*/
	max-width: 98%;
	border-spacing: 0;
	border-collapse: collapse;
}

table tr,
table td {
	width: auto !important;
	height: auto !important;
	// word-break: break-word;
}

table tr:nth-child(odd) {
	//  background-color: rgb(242, 242, 242);
}

table td {
	padding: 8px !important;
	border: 1px solid #ccc !important;
}

table tr p,
table tr span {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gas_lng .gas_table .table-box table td {
	background-color: #FFFFFF !important;
}

.product_msg p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}


/*engineer_main*/

.engineer_main {
	margin-top: 40px;
}

.engineer_main .right .engineer_lists {
	padding-left: 30px;
}

.engineer_main .right .engineer_lists .item {
	display: block;
	margin-bottom: 30px;
}

.engineer_main .right .engineer_lists .item .img-box {
	padding-bottom: 83.33333333333333%;
}

.engineer_main .right .engineer_lists .item .info {
	padding: 20px;
	background-color: #f2f2f2;
}

.engineer_main .right .engineer_lists .item .info b {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #1a1a1a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.engineer_main .right .engineer_lists .item .info p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 5px;
}

@media (max-width: 1199px) {
	.engineer_main .right .engineer_lists .item .info b {
		font-size: 18px;
	}
	.engineer_main .right .engineer_lists .item .info p {
		font-size: 15px;
	}
}

@media (max-width: 991px) {
	.engineer_main {
		margin-top: 30px;
	}
	.engineer_main .right .engineer_lists {
		padding-left: 0;
	}
	.engineer_main .right .engineer_lists .item {
		margin-bottom: 20px;
	}
}


/*engineer_detail*/

.engineer_detail .engineer_main {
	margin-top: 0;
}

.engineer_detail .engineer_main .engineer_info {
	padding-left: 30px;
}

.engineer_detail .engineer_main .engineer_info .engineer_title {
	text-align: center;
	padding-bottom: 30px;
	border-bottom: solid 1px #dddddd;
}

.engineer_detail .engineer_main .engineer_info .engineer_title h1 {
	font-size: 30px;
	line-height: 1.333333333333333;
	color: #191919;
	margin: 0;
}

.engineer_detail .engineer_main .engineer_info .engineer_text {
	padding-top: 30px;
}

.engineer_detail .engineer_main .engineer_info .engineer_text p {
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
}

.engineer_detail .engineer_main .engineer_info .engineer_text p img {
	max-width: 100%;
	height: auto !important;
}

@media (max-width: 1199px) {
	.engineer_detail .engineer_main .engineer_info .engineer_title h1 {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.engineer_detail .engineer_main .engineer_info {
		padding-left: 0;
	}
	.engineer_detail .engineer_main .engineer_info .engineer_title {
		padding-bottom: 20px;
	}
	.engineer_detail .engineer_main .engineer_info .engineer_title h1 {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.engineer_detail .engineer_main .engineer_info .engineer_text {
		padding-top: 20px;
	}
	.engineer_detail .engineer_main .engineer_info .engineer_title h1 {
		font-size: 22px;
	}
	.engineer_detail .engineer_main .engineer_info .engineer_text p {
		font-size: 15px;
	}
}