/*index_banner*/

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 100px 0 0 0;
}

.banner .img-box {
	z-index: 0;
	padding-bottom: 33.33333333333333%;
}

.banner .slick-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	margin: 0 5px;
}

.banner .slick-dots li:before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	content: ' ';
	width: 4px;
	height: 4px;
	background-color: #ffffff;
}

.banner .slick-dots li.slick-active {
	border: 1px solid rgba(255, 255, 255, .5);
}

.banner .slick-dots li button {
	display: none;
}

@media (max-width:1469px) {
	.banner {
		padding: 100px 30px 0 30px;
	}
}

@media (max-width:1199px) {
	.banner {
		padding: 100px 0 0 0;
	}
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

@media (max-width:991px) {
	.banner .slick-dots {
		bottom: 15px;
	}
}


/*title*/

.title {
	position: relative;
	text-align: center;
}

.title b {
	display: block;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 2px;
	color: #0c0d0c;
	padding-bottom: 5px;
}

.title p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.title span {
	font-size: 40px;
	color: #0c0d0c;
	opacity: 0.03;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.title:after {
	display: block;
	content: '';
	margin: 0 auto;
	width: 50px;
	height: 4px;
	background-color: #b30f08;
	border-radius: 2px;
	margin-top: 5px;
}

.padd {
	padding: 20px 0;
}

.lists {
	padding-top: 20px;
}

@media (max-width:1199px) {
	.padd {
		/*padding: 80px 0;*/
	}
	.title b {
		font-size: 20px;
	}
	.title span {
		font-size: 50px;
	}
}

@media (max-width:991px) {
	.padd {
		/*padding: 30px 0;*/
	}
	.title:after {
		margin-top: 10px;
	}
	.title b {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.title p {
		line-height: 22px;
	}
	.title span {
		font-size: 40px;
	}
	.lists {
		padding-top: 15px;
	}
}

@media (max-width:767px) {
	.padd {
		padding: 10px 0;
	}
	.title b {
		font-size: 16px;
		padding-bottom: 5px;
	}
	.title p {
		font-size: 12px;
		line-height: 20px;
	}
	.title:after {
		width: 40px;
		height: 2px;
		margin-top: 5px;
	}
	.lists {
		padding-top: 10px;
	}
}


/*index_main*/

.index_main.padd {
	padding: 15px 0;
}

.index_main .main_container {
	width: 1050px;
	margin: auto;
	overflow: hidden;
}

.index_main .item {
	display: block;
}

.index_main .item .main_title {
	position: relative;
	text-align: center;
}

.index_main .item .main_title b {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #000000;
}


/*.index_main .item .main_title b:before {
	display: inline-block;
	font-family: 'iconfont' !important;
	font-size: 25px;
	content: '\e6b8';
	font-weight: normal;
	margin-right: 10px;
	color: #262a56;
}

.index_main ul li:nth-child(2) .item .main_title b:before {
	content: '\e6bc';
}

.index_main ul li:nth-child(3) .item .main_title b:before {
	content: '\e6b9';
}*/

.index_main .item .main_title span {
	font-size: 35px;
	line-height: 1;
	color: #0c0d0c;
	opacity: 0.03;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_main .item .pic {
	width: 45%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	z-index: 20;
}

@media (max-width:1199px) {
	.index_main .main_container {
		width: 100%;
		padding: 0 15px;
	}
}

@media (max-width:991px) {
	.index_main .item .main_title span {
		font-size: 30px;
	}
}

@media (max-width:767px) {
	.index_main.padd {
		padding: 10px 0 5px 0;
	}
	.index_main .item .pic {
		width: 80%;
	}
	.index_main .item .main_title b {
		font-size: 16px;
	}
}


/*index_process*/

.index_process {
	overflow: hidden;
	background: url(../images/img/process_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_process .title p {
	width: 75%;
	margin: auto;
}

.index_process ul {
	margin: 0 -25px;
}

.index_process ul li {
	position: relative;
	padding: 0 25px;
}

.index_process ul li:first-child:after {
	display: none;
}

.index_process ul li:after {
	position: absolute;
	top: 50%;
	left: -12px;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	font-family: 'iconfont' !important;
	font-size: 28px;
	font-weight: bold;
	content: '\e728';
	color: #b7b7b7;
}

.index_process .item {
	display: block;
	position: relative;
	overflow: hidden;
}

.index_process .item .pic .img-box {
	padding-bottom: 137.5%;
}

.index_process .item .info_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_process .item .info_bg .note {
	text-align: center;
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_process .item:hover .info_bg .note {
	top: 50%;
}

.index_process .item .info_bg .note b {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}

.index_process .item .info_bg .note b:before {
	/*display: block;
	font-family: 'iconfont' !important;
	font-size: 35px;
	content: '\e6b6';
	margin-bottom: 5px;*/
}


/*.index_process ul li:nth-child(2) .item .info_bg .note b:before {
	content: '\e6b8';
}

.index_process ul li:nth-child(3) .item .info_bg .note b:before {
	content: '\e6ba';
}

.index_process ul li:nth-child(4) .item .info_bg .note b:before {
	content: '\e6b9';
}

.index_process ul li:nth-child(5) .item .info_bg .note b:before {
	content: '\e6bb';
}

.index_process ul li:nth-child(6) .item .info_bg .note b:before {
	content: '\e6b5';
}*/

.index_process .item .info_bg .note p {
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	display: -webkit-box;
	overflow: hidden;
	opacity: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	padding: 0px 20px;
	margin-top: 10px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.index_process .item .info_bg .note:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #ffffff;
	margin: auto;
	margin-top: 10px;
}

.index_process .item .info_bg .num {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 2;
	background-color: #005cad;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_process .item:hover .info_bg {
	background-color: rgba(0, 92, 173, .9);
}

.index_process .item:hover .info_bg .note p {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_process .item:hover .info_bg .num {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

@media (max-width:1199px) {
	.index_process .item .info_bg .note {
		top: 40%;
	}
	.index_process .item .info_bg .note b:before {
		font-size: 30px;
	}
	.index_process .item .info_bg .num {
		font-size: 16px;
	}
	.index_process .item .info_bg .note p {
		display: none;
	}
	.index_process .item .info_bg .note:after {
		display: none;
	}
}

@media (max-width:991px) {
	.index_process .title p {
		width: 100%;
	}
	.index_process ul li:nth-child(4):after {
		display: none;
	}
	.index_process .item {
		margin-bottom: 10px;
	}
	.index_process .item .info_bg .num {
		font-size: 14px;
		line-height: 1.8;
	}
}

@media (max-width:767px) {
	.index_process .item .info_bg .note b:before {
		font-size: 25px;
		margin-bottom: 0;
	}
	.index_process ul li:nth-child(4):after {
		display: block;
	}
	.index_process .item .info_bg .note b {
		font-size: 14px;
	}
}


/*index_product*/

.index_product {
	overflow: hidden;
}

.index_product .title p {
	color: rgba(0, 0, 0, .5);
}

.index_product .lists .prod_title {
	text-align: center;
}

.index_product .lists .prod_title a {
	display: block;
	font-size: 16px;
	color: #000000;
}

.index_product .lists .pic_lists {
	padding-top: 15px;
	margin: 0 -5px;
}

.index_product .lists .pic_lists:after {
	display: table;
	clear: both;
	content: '';
}

.index_product .lists .pic_lists li {
	width: 50%;
	float: left;
	padding: 0 5px;
}

.index_product .lists .pic_lists .item {
	display: block;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}

.index_product .lists .pic_lists .item .pic .img-box {
	/*padding-bottom: 70.58823529411765%;*/
}

.index_product .lists .pic_lists .item .info {
	width: 100%;
	height: 18%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 111, 192, .9);
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.index_product .lists .pic_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 .lists .pic_lists .item .info .note {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.index_product .lists .pic_lists .item .info .note b {
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3;
	color: #ffffff;
}

/*.index_product .lists .pic_lists .item .info .note b:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #ffffff;
	margin: auto;
	margin-top: 20px;
}

.index_product .lists .pic_lists .item .info .note span {
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: auto;
	margin-top: 30px;
}

.index_product .lists .pic_lists .item .info .note span:before {
	display: block;
	line-height: 28px;
	text-align: center;
	font-family: 'iconfont' !important;
	content: '\e728';
	font-size: 22px;
	color: #FFFFFF;
}*/

@media (max-width:1199px) {
	.index_product .lists .pic_lists .item .info .note b {
		font-size: 18px;
	}
	.index_product .lists .pic_lists .item .info .note span {
		width: 30px;
		height: 30px;
	}
	.index_product .lists .pic_lists .item .info .note span:before {
		line-height: 30px;
		font-size: 20px;
	}
}

@media (max-width:991px) {
	.index_product .lists .pic_lists .item .info .note b {
		font-size: 16px;
	}
}

@media (max-width:767px) {
	.index_product .lists .prod_title b {
		font-size: 15px;
	}
	.index_product .lists .pic_lists li {
		width: 100%;
		float: none;
		padding: 0;
	}
	.index_product .lists .pic_lists {
		padding-top: 10px;
	}
	.index_product .lists .pic_lists .item .info .note b {
		font-size: 14px;
	}
}


/*index_equipment*/

.index_equipment {
	overflow: hidden;
}

.index_equipment .lists ul {
	margin: 0 -1px;
}

.index_equipment .lists ul li {
	width: 20%;
	float: left;
	padding: 0 1px;
}

.index_equipment .lists .item {
	display: block;
	position: relative;
	overflow: hidden;
}

.index_equipment .lists .item .pic .img-box {
	padding-bottom: 152.6315789473684%;
}

.index_equipment .lists .item .info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
}

.index_equipment .lists .item .info .note {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_equipment .lists .item:hover .info .note {
	top: 50%;
}

.index_equipment .lists .item .info .note:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #ffffff;
	margin: auto;
	margin-top: 30px;
	opacity: 0;
	-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_equipment .lists .item:hover .info .note:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_equipment .lists .item .info .note b {
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	color: #ffffff;
}

.index_equipment .lists .item .info .note b:after {
	display: block;
	opacity: 1;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #ffffff;
	margin: auto;
	margin-top: 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_equipment .lists .item:hover .info .note b:after {
	opacity: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_equipment .lists .item .info .note p {
	width: 70%;
	font-size: 15px;
	line-height: 1.466666666666667;
	height: 65px;
	color: #ffffff;
	opacity: 0;
	margin: auto;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	-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_equipment .lists .item:hover .info .note p {
	opacity: .5;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_equipment .lists .item .info .more span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	display: block;
	width: 32px;
	height: 32px;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	margin: auto;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.index_equipment .lists .item .info .more span:before {
	display: block;
	line-height: 30px;
	text-align: center;
	font-family: 'iconfont' !important;
	content: '\e728';
	font-size: 22px;
	color: #FFFFFF;
}

.index_equipment .lists .item:hover .info .more span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media (max-width:1469px) {
	.index_equipment .lists .item .info .note p {
		width: 55%;
	}
}

@media (max-width:1199px) {
	.index_equipment .lists .item .info .note p {
		width: 80%;
		padding-top: 10px;
	}
	.index_equipment .lists .item:hover .info .note b:after {
		display: none;
	}
	.index_equipment .lists .item .info .note:after {
		margin-top: 10px;
	}
	.index_equipment .lists .item .info .more span {
		width: 30px;
		height: 30px;
		bottom: 20px;
	}
	.index_equipment .lists .item .info .more span:before {
		line-height: 28px;
		font-size: 18px;
	}
}

@media (max-width:991px) {
	.index_equipment .lists .item .info .note b {
		font-size: 16px;
	}
	.index_equipment .lists .item .info .note b:after {
		margin-top: 10px;
	}
	.index_equipment .lists .item .info .note p {
		font-size: 14px;
		line-height: 20px;
		padding-top: 5px;
	}
	.index_equipment .lists .item .info .more span {
		width: 25px;
		height: 25px;
	}
	.index_equipment .lists .item .info .more span:before {
		line-height: 22px;
	}
}

@media (max-width:767px) {
	.index_equipment .lists ul {
		margin: 0 -5px;
	}
	.index_equipment .lists ul li {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 5px;
	}
}


/*index_news*/

.index_news .item .pic .img-box {
	padding-bottom: 53.33333333333333%;
}

.index_news .item .info {
	padding-top: 10px;
}

.index_news .item .info a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_news .item:hover .info a {
	color: #005bab;
}

.index_news .item .info p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	padding-top: 5px;
	height: 80px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index_news .item .info span {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #999999;
	padding-top: 5px;
}

.index_news .more {
	margin: auto;
	margin-top: 20px;
	width: 160px;
	border-radius: 20px;
	border: solid 1px #dddddd;
	opacity: 0.8;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_news .more a {
	display: block;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #aaaaaa;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_news .more:hover {
	border: solid 1px #005bab;
}

.index_news .more:hover a {
	color: #005bab;
}

@media (max-width:991px) {
	.index_news .item {
		margin-bottom: 20px;
	}
	.index_news .item .info {
		padding-top: 10px;
	}
	.index_news .item .info p {
		padding-top: 8px;
	}
	.index_news .more {
		margin-top: 10px;
	}
	.index_news .item .info span {
		font-size: 14px;
	}
}

@media (max-width:767px) {
	.index_news .more {
		margin-top: 0;
	}
}


/*pagebanner*/

.pagebanner {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 100px;
}

.pagebanner .img-box {
	padding-bottom: 5.20833333333333% !important;
}

.pagebanner .page_title {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pagebanner .page_title b {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 32px;
	font-weight: normal;
	color: #ffffff;
}

@media (max-width:1199px) {
	.pagebanner {
		padding-top: 100px;
	}
	.pagebanner .item {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
	.pagebanner .page_title b {
		font-size: 36px;
	}
}

@media (max-width:991px) {
	.pagebanner .item {
		width: 160%;
		max-width: 160%;
		margin-left: -30%;
	}
	.pagebanner .page_title b {
		font-size: 28px;
	}
}

@media (max-width:767px) {
	.pagebanner .page_title b {
		font-size: 22px;
	}
}


/*product*/

.product {
	padding: 30px 0;
}

.product .prod_category ul {
	text-align: center;
}

.product .prod_category ul li {
	display: inline-block;
	padding: 0 50px;
}

.product .prod_category ul li a {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	border-bottom: 2px solid #fff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product .prod_category ul li.active a,
.product .prod_category ul li:hover a {
	color: #000000;
	border-bottom: 2px solid #006fc0;
}

.product .lists .item {
	display: block;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.product .lists .item .pic .img-box img{
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.product .lists .item:hover .pic .img-box img{
	-webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.product .lists .item .info {
	width: 100%;
	height: 20%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 111, 192, .9);
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.product .lists .item:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.product .lists .item .info .note {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.product .lists .item .info .note b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	color: #ffffff;
}

@media (max-width:991px) {
	.product {
		/*padding: 50px 0;*/
	}
	.product .prod_category ul li a {
		font-size: 16px;
	}
	.product .lists .item .info .note b {
		font-size: 18px;
	}
}

@media (max-width:767px) {
	.product {
		/*padding: 40px 0;*/
	}
	.product .prod_category ul li {
		padding: 0 30px;
	}
	.product .prod_category ul li a {
		font-size: 15px;
	}
	.product .lists .item {
		margin-bottom: 20px;
	}
}


/*equipment*/

.equipment {
	padding: 40px 0;
}

.equipment .equipment_category .scroll {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
}

.equipment .equipment_category ul {
	font-size: 0;
	position: relative;
	white-space: nowrap;
	text-align: center;
}

.equipment .equipment_category ul li {
	display: inline-block;
	padding: 0 15px;
}

.equipment .equipment_category ul li a {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #666666;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.equipment .equipment_category ul li.active a,
.equipment .equipment_category ul li:hover a {
	color: #000000;
	border-bottom: 2px solid #006fc0;
}

.equipment .equipment_cate {
	padding: 10px 0;
	border-bottom: 1px dashed #dddddd;
}

.equipment .equipment_cate .cate_title {
	text-align: center;
}

.equipment .equipment_cate .cate_title b {
	display: block;
	font-size: 22px;
	line-height: 1;
	font-weight: normal;
	color: #000000;
}

.equipment .equipment_cate .cate_title b:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #005bab;
	border-radius: 50%;
	margin-right: 20px;
}

.equipment .equipment_cate .cate_title b:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #005bab;
	border-radius: 50%;
	margin-left: 20px;
}

.equipment .equipment_cate .pic_list {
	padding-top: 20px;
}

.equipment .equipment_cate .pic_list .item {
	display: block;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}

.equipment .equipment_cate .pic_list .item .pic .img-box {
	padding-bottom: 72.72727272727273%;
}

.equipment .equipment_cate .pic_list .item .info {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 111, 192, .85);
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.equipment .equipment_cate .pic_list .item:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.equipment .equipment_cate .pic_list .item .info .note {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.equipment .equipment_cate .pic_list .item .info .note b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	color: #ffffff;
}

.equipment .equipment_cate .pic_list .item .info .note b:after {
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #ffffff;
	margin: auto;
	margin-top: 20px;
}

.equipment .equipment_cate .equipment_table {
	margin: 0 -5px;
}

.equipment .equipment_cate .equipment_table table>tbody>tr:first-child {
	background-color: #e3e3e3 !important;
}

.equipment .equipment_cate .equipment_table table>tbody>tr:first-child td {
	background-color: #e3e3e3 !important;
}

.equipment .equipment_cate .equipment_table table>tbody tr td {
	background-color: #f6f6f6;
	border: 10px solid #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #666666;
	text-align: center;
	word-break: normal;
	/*white-space: nowrap;*/
}

@media (max-width:1199px) {
	.equipment .equipment_category ul li {
		padding: 0 30px;
	}
	.equipment .equipment_cate .pic_list .item .info .note b {
		font-size: 20px;
	}
}

@media (max-width:991px) {
	.equipment {
		/*padding: 50px 0;*/
	}
	.equipment .equipment_cate {
		/*padding: 40px 0;*/
	}
	.equipment .equipment_category ul li {
		padding: 0 20px;
	}
	.equipment .equipment_category ul li a {
		font-size: 16px;
	}
	.equipment .equipment_cate .cate_title b {
		font-size: 20px;
	}
	.equipment .equipment_cate .cate_title b:before {
		margin-right: 18px;
	}
	.equipment .equipment_cate .cate_title b:after {
		margin-left: 18px;
	}
	.equipment .equipment_cate .pic_list .item .info .note b {
		font-size: 18px;
	}
}

@media (max-width:767px) {
	.equipment {
		padding: 30px 0;
	}
	.equipment .equipment_cate {
		/*padding: 30px 0;*/
	}
	.equipment .equipment_category ul li {
		padding: 0 15px;
	}
	.equipment .equipment_category ul li a {
		font-size: 15px;
	}
	.equipment .equipment_cate .cate_title b {
		font-size: 18px;
	}
	.equipment .equipment_cate .cate_title b:before {
		margin-right: 15px;
		width: 6px;
		height: 6px;
	}
	.equipment .equipment_cate .cate_title b:after {
		margin-left: 15px;
		width: 6px;
		height: 6px;
	}
	.equipment .equipment_cate .pic_list {
		padding-top: 20px;
	}
	.equipment .equipment_cate .pic_list .item {
		margin-bottom: 20px;
	}
	.equipment .equipment_cate .pic_list .item .info .note b {
		font-size: 16px;
	}
}


/*contact*/

.contact {}

.contact .contact_box {
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
}

.contact .contact_title {
	/*padding-bottom: 10px;*/
}

.contact .contact_title b {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 10px;
}

.contact .contact_title p {
	font-size: 16px;
	color: #333;
}

.contact .contact_box .text p.address,
.contact .contact_box .text p.postcode,
.contact .contact_box .text p.people,
.contact .contact_box .text p.tel,
.contact .contact_box .text p.email,
.contact .contact_box .text p.website,
.contact .contact_box .text p.phone,
.contact .contact_box .text p.fax {
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	color: #333333;
	line-height: 30px;
}

.contact .contact_box .text p.postcode:before,
.contact .contact_box .text p.address:before,
.contact .contact_box .text p.tel:before,
.contact .contact_box .text p.email:before,
.contact .contact_box .text p.people:before,
.contact .contact_box .text p.website:before,
.contact .contact_box .text p.phone:before,
.contact .contact_box .text p.fax:before {
	text-align: center;
	font-family: 'iconfont' !important;
	font-size: 18px;
	position: absolute;
	top: 0px;
	left: 0;
	color: #666;
}

.contact .contact_box .text p.tel a,
.contact .contact_box .text p.phone a,
.contact .contact_box .text p.email a,
.contact .contact_box .text p.website a {
	color: #333333;
}

.contact .contact_box .text p.tel a:hover,
.contact .contact_box .text p.phone a:hover,
.contact .contact_box .text p.email a:hover,
.contact .contact_box .text p.website a:hover {
	color: #005bab;
	text-decoration: underline !important;
}

.contact .contact_box .text p.postcode:before {
	content: '\e645';
	font-size: 20px;
}

.contact .contact_box .text p.address:before {
	content: '\e62a';
	font-size: 20px;
}

.contact .contact_box .text p.tel:before {
	content: '\e626';
}

.contact .contact_box .text p.email:before {
	content: '\e66f';
}

.contact .contact_box .text p.people:before {
	content: '\e720';
	font-size: 20px;
}

.contact .contact_box .text p.website:before {
	content: '\e658';
}

.contact .contact_box .text p.phone:before {
	content: '\e694';
}

.contact .contact_box .text p.fax:before {
	content: '\e61c';
}

.contact .message_box {
	padding: 40px 0 40px 0;
}

.contact .message_form {
	padding-top: 20px;
}

.contact .message_form ul {
	margin: 0 -15px;
}

.contact .message_form ul li {
	float: left;
	margin-bottom: 16px;
	width: 33.33333333%;
	padding: 0 15px;
}

.contact .message_form ul li:nth-child(4),
.contact .message_form ul li:last-child {
	width: 100%;
	min-height: 45px;
}

.contact .message_form ul li:last-child {
	margin-bottom: 0;
}

.contact .message_form ul li input {
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 45px;
	min-height: 45px;
	padding: 0px 20px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
}

.contact .message_form ul li textarea {
	width: 100%;
	font-size: 14px;
	color: #666666;
	min-height: 100px;
	line-height: 30px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
	padding: 10px 20px;
}

.contact .message_form ul li input::-webkit-input-placeholder,
.contact .message_form ul li textarea::-webkit-input-placeholder {
	color: #999999;
}

.contact .message_form ul li input:-o-placeholder,
.contact .message_form ul li textarea:-o-placeholder {
	color: #999999;
}

.contact .message_form ul li input::-moz-placeholder,
.contact .message_form ul li textarea::-moz-placeholder {
	color: #999999;
}

.contact .message_form ul li input:-ms-input-placeholder,
.contact .message_form ul li textarea:-ms-input-placeholder {
	color: #999999;
}

.contact .message_form ul li input:focus::-webkit-input-placeholder,
.contact .message_form ul li textarea:focus::-webkit-input-placeholder {
	color: #DDDDDD;
}

.contact .message_form ul li input:focus::-o-placeholder,
.contact .message_form ul li textarea:focus::-o-placeholder {
	color: #DDDDDD;
}

.contact .message_form ul li input:focus::-moz-placeholder,
.contact .message_form ul li textarea:focus::-moz-placeholder {
	color: #DDDDDD;
}

.contact .message_form ul li input:focus::-ms-input-placeholder,
.contact .message_form ul li textarea:focus::-ms-input-placeholder {
	color: #DDDDDD;
}

.contact .message_form ul li button {
	padding: 0 72px;
	background-color: #005bab;
	line-height: 45px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.contact .message_form ul li button:hover {
	background-color: #0a7bde;
	text-decoration: underline !important;
}

.contact .map .map-content {
	width: 100%;
	height: 220px;
}

@media (max-width:1199px) {
	.contact .contact_box {
		/*padding: 60px 0;*/
	}
	.contact .message_box {
		/*padding: 60px 0 70px 0;*/
	}
	.contact .contact_title b {
		font-size: 22px;
	}
}

@media (max-width:991px) {
	.contact .contact_box {
		/*padding: 50px 0;*/
	}
	.contact .message_box {
		padding: 30px 0;
	}
	.contact .contact_title b {
		font-size: 20px;
	}
	.contact .map {
		padding-top: 20px;
	}
	.contact .message_form ul li {
		width: 50%;
	}
	.contact .contact_box .text p.address,
	.contact .contact_box .text p.postcode,
	.contact .contact_box .text p.people,
	.contact .contact_box .text p.tel,
	.contact .contact_box .text p.email,
	.contact .contact_box .text p.website,
	.contact .contact_box .text p.phone,
	.contact .contact_box .text p.fax {
		font-size: 15px;
	}
}

@media (max-width:767px) {
	.contact .contact_box {
		/*padding: 40px 0;*/
	}
	.contact .message_box {
		padding: 20px 0;
	}
	.contact .contact_title b {
		font-size: 18px;
	}
	.contact .contact_title p {
		font-size: 15px;
		padding-top: 10px;
	}
	.contact .message_form ul li {
		width: 100%;
	}
	.contact .message_form {
		padding-top: 10px;
	}
	.contact .message_form ul li button {
		padding: 0 52px;
	}
}


/*about*/

.about .about_title {
	text-align: center;
}

.about .about_title b {
	display: block;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	line-height: 1;
}

.about .about_title b:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #005bab;
	border-radius: 50%;
	margin-right: 20px;
}

.about .about_title b:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #005bab;
	border-radius: 50%;
	margin-left: 20px;
}

.about .info {
	padding-top: 20px;
}

.about .info p {
	font-size: 16px;
	line-height: 2;
	color: #333333;
}

.about .lists .pic {
	margin-bottom: 30px;
}

.about .lists .left .pic .img-box {
	padding-bottom: 104.4444444444444%;
}

.about .lists .right .pic .img-box {
	padding-bottom: 23.65591397849462%;
}

.about .lists .right ul li .pic .img-box {
	padding-bottom: 48.88888888888889%;
}

.about .about_bg {
	padding: 90px 0 120px 0;
	background: url(../images/img/about_bg.jpg) no-repeat center;
	background-size: cover;
}

.about .about_bg .about_title b {
	color: #FFFFFF;
}

.about .about_bg .about_title b:before,
.about .about_bg .about_title b:after {
	background-color: #FFFFFF;
}

.about .about_bg .info {
	text-align: center;
}

.about .about_bg .info p {
	font-size: 20px;
	line-height: 2.4;
	color: #ffffff;
}

.about .about_partner .lists .pic {
	margin-bottom: 15px;
}

.about .about_partner .lists .pic .img-box {
	padding-bottom: 61.9047619047619%;
}

.about .about_partner .lists .pic p {
	font-size: 12px;
	/*	height: 40px;*/
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.about .about_partner .lists .pic p:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #005bab;
	border-radius: 50%;
	margin-right: 10px;
}

.about .about_partner .part_box .part_icon {
	margin-bottom: 20px;
}

.about .about_partner .part_box .part_icon img {
	max-width: 100%;
	height: auto !important;
}


/*.about .about_partner .lists .pic:hover {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}*/

.about_honor {
	padding: 20px 0;
}

.about_honor .pic {
	display: block;
	width: 300px;
	margin: auto;
}

.about_honor .pic .img-box {
	padding-bottom: 142.4242424242424%;
}

@media (max-width:1199px) {
	.about .lists .pic {
		margin-bottom: 10px;
	}
}

@media (max-width:991px) {
	.about .about_title b {
		font-size: 20px;
	}
	.about .about_title b:before {
		margin-right: 18px;
	}
	.about .about_title b:after {
		margin-left: 18px;
	}
	.about .info {
		padding-top: 10px;
	}
	.about .about_bg .info p {
		font-size: 15px;
	}
	.about .about_bg {
		padding: 50px 0 80px 0;
	}
}

@media (max-width:767px) {
	.about_honor {
		padding: 20px 0 0 0;
	}
	.about .about_title b {
		font-size: 18px;
	}
	.about .about_title b:before {
		margin-right: 15px;
		width: 6px;
		height: 6px;
	}
	.about .about_title b:after {
		margin-left: 15px;
		width: 6px;
		height: 6px;
	}
	.about .info p {
		font-size: 14px;
	}
	.about .about_bg .info p {
		font-size: 16px;
		line-height: 35px;
	}
	.about_honor .pic {
		margin-bottom: 20px;
		width: 90%;
	}
}


/*news*/

.news {
	padding: 40px 0;
}

.news .item {
	margin-bottom: 20px;
}

.news .item .pic .img-box {
	padding-bottom: 53.33333333333333%;
}

.news .item .info {
	padding-top: 20px;
}

.news .item .info a {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.news .item:hover .info a {
	color: #005bab;
}

.news .item .info p {
	font-size: 14px;
	line-height: 1.714285714285714;
	color: #666666;
	padding-top: 10px;
	min-height: 80px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.news .item .info span {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #999999;
	padding-top: 5px;
}

@media (max-width:1199px) {
	.news .item {
		margin-bottom: 40px;
	}
	.news {
		padding: 50px 0;
	}
}

@media (max-width:991px) {
	.news {
		padding: 40px 0;
	}
	.news .item {
		margin-bottom: 25px;
	}
	.news .item .info {
		padding-top: 10px;
	}
	.news .item .info p {
		padding-top: 8px;
	}
	.news .more {
		margin-top: 20px;
	}
	.news .item .info span {
		font-size: 14px;
		padding-top: 5px;
	}
}

@media (max-width:767px) {
	.news {
		padding: 30px 0;
	}
}


/*news_detail*/

.news_detail {
	padding: 60px 0;
}

.news_detail .news_title {
	padding-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}

.news_detail .news_title b {
	display: block;
	font-size: 28px;
	font-weight: normal;
	color: #000000;
}

.news_detail .news_title p {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	padding-top: 10px;
}

.news_detail .info {
	padding-top: 40px;
}

.news_detail .info p {
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}

.news_detail .info p img {
	max-width: 100%;
	height: auto !important;
}

@media (max-width:1199px) {
	.news_detail {
		padding: 50px 0;
	}
	.news_detail .news_title b {
		font-size: 24px;
	}
}

@media (max-width:991px) {
	.news_detail {
		padding: 40px 0;
	}
	.news_detail .news_title b {
		font-size: 22px;
	}
	.news_detail .info {
		padding-top: 30px;
	}
}

@media (max-width:767px) {
	.news_detail {
		padding: 30px 0;
	}
	.news_detail .news_title b {
		font-size: 20px;
	}
}


/*process*/

.process {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.process .process_line {
	position: absolute;
	top: 7%;
	left: 0;
	right: 0;
	margin: auto;
	width: 2px;
	height: 88%;
	background-color: #eaeaea;
	z-index: 1;
}

.process ul li {
	padding: 20px 0;
	position: relative;
	background-color: #FFFFFF;
}

.process ul li:nth-child(2n) {
	background-color: #f6f6f6;
}

.process ul li .process_icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #FFFFFF;
	border: 2px solid #005bab;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
	z-index: 5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.process ul li:hover .process_icon {
	background-color: #005bab;
}

.process ul li:nth-child(2n) .process_icon {
	background-color: #f6f6f6;
}

.process ul li:nth-child(2n):hover .process_icon {
	background-color: #005bab;
}

.process ul li .process_icon img {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	margin-top: 30px;
}

.process ul li:last-child .process_icon img {
	display: none;
}

.process ul li .process_icon:before {
	display: block;
	line-height: 80px;
	font-family: 'iconfont';
	content: '\e6b7';
	font-size: 42px;
	color: #005bab;
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.process ul li:hover .process_icon:before {
	color: #FFFFFF;
}

.process ul li:nth-child(2) .process_icon:before {
	content: '\e6b6';
}

.process ul li:nth-child(3) .process_icon:before {
	content: '\e6b8';
}

.process ul li:nth-child(4) .process_icon:before {
	content: '\e6bc';
}

.process ul li:nth-child(5) .process_icon:before {
	content: '\e6ba';
}

.process ul li:nth-child(6) .process_icon:before {
	content: '\e6b9';
}

.process ul li:nth-child(7) .process_icon:before {
	content: '\e6bb';
}

.process ul li:nth-child(8) .process_icon:before {
	content: '\e6b5';
}

.process ul li .process_icon:after {
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	margin: auto;
	margin-top: -220px;
	background: url(../images/img/icon_arrow.png) no-repeat center;
	background-size: cover;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.process ul li:first-child .process_icon:after {
	display: none;
}

.process ul li:last-child .process_icon:after {
	margin-top: -160px;
}

.process ul li .container {
	position: relative;
}

.process ul li .info {
	width: 40%;
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px 0;
	-webkit-transition: all .35s;
	transition: all .35s;
}

.process ul li:nth-child(2n) .info {
	left: auto;
	right: 0;
}

.process ul li .info h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 15px;
}

.process ul li .info p {
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #666666;
	padding-left: 15px;
}

.process ul li .info p:before {
	position: absolute;
	top: 13px;
	left: 0;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	background-color: #005bab;
	border-radius: 50%;
}

.process ul li .item_img {
	width: 35%;
	float: right;
}

.process ul li:nth-child(2n) .item_img {
	float: left;
}

.process ul li .item_img .img-box {
	padding-bottom: 52.63157894736842%;
}

@media (max-width:1199px) {
	.process ul li .info h1 {
		font-size: 22px;
	}
}

@media (max-width:991px) {
	.process ul li .info h1 {
		font-size: 20px;
	}
	.process ul li .process_icon {
		width: 70px;
		height: 70px;
	}
	.process ul li .process_icon:before {
		line-height: 70px;
		font-size: 36px;
	}
	.process ul li .process_icon:after {
		margin-top: -200px;
	}
	.process ul li:last-child .process_icon:after {
		margin-top: -130px;
	}
	.process ul li .info p {
		line-height: 26px;
	}
}

@media (max-width:767px) {
	.process ul li .info h1 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.process .process_line {
		left: 40px;
		right: auto;
	}
	.process ul li .process_icon {
		width: 60px;
		height: 60px;
		left: 10px;
		right: auto;
	}
	.process ul li .process_icon:before {
		line-height: 60px;
		font-size: 32px;
	}
	.process ul li .info {
		width: 100%;
		position: static;
		padding: 0 0 10px 75px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.process ul li .info p {
		font-size: 14px;
		line-height: 24px;
	}
	.process ul li .item_img {
		width: 80%;
		margin-top: 10px;
	}
	.process ul li:nth-child(2n) .item_img {
		float: right;
	}
	.process ul li .process_icon:after {
		margin-top: -180px;
	}
	.process ul li .process_icon img,
	.process ul li .process_icon:after {
		width: 25px;
		height: 25px;
	}
}


/*2020.6.19添加*/


/*resources*/

.resources .cate ul {
	text-align: center;
}

.resources .cate ul li {
	display: inline-block;
	padding: 0 50px;
}

.resources .cate ul li a {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.resources .cate ul li.active a,
.resources .cate ul li:hover a {
	color: #000000;
	border-bottom: 2px solid #006fc0;
}

.resources_box,
.resour_box {
	margin-top: 30px;
}

.resources .resources_box .info p {
	font-size: 16px;
	line-height: 2.25;
	color: #333333;
}

.resources .resources_box .info p img {
	max-width: 100%;
	height: auto !important;
}

.resources .resources_box .pic_img {
	margin-top: 40px;
}

.resources .resources_box .pic_img li:first-child .pic .img-box {
	padding-bottom: 49.27536231884058%;
}

.resources .resources_box .pic_img li:nth-child(2) .pic .img-box,
.resources .resources_box .pic_img li:last-child .pic .img-box {
	padding-bottom: 103.030303030303%
}

.resour_box .left {
	width: 23.5%;
	float: left;
	padding: 40px 0 30px 50px;
	background-color: #f6f6f6;
}

.resour_box .left .titl b {
	display: block;
	font-size: 22px;
	font-weight: normal;
	line-height: 2;
	color: #000000;
}

.resour_box .left .nav_scroll {
	margin-top: 10px;
}

.resour_box .left .nav_scroll ul li {
	font-size: 16px;
	line-height: 3.125;
	color: #666666;
	cursor: pointer;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.resour_box .left .nav_scroll ul li.active,
.resour_box .left .nav_scroll ul li:hover {
	color: #004097;
}

.resour_box .left .nav_scroll ul li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	background-color: #f6f6f6;
	margin-right: 10px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.resour_box .left .nav_scroll ul li:hover:before,
.resour_box .left .nav_scroll ul li.active:before {
	background-color: #004097;
}

.resour_box .right {
	width: 76.5%;
	float: right;
	padding-left: 60px;
}

.resour_box .right .item .note {
	padding: 45px 0;
	border-bottom: 1px dashed #AAAAAA;
}

.resour_box .right .item .note:first-child {
	padding: 0 0 45px 0;
}

.resour_box .right .item .note:last-child {
	border-bottom: none;
}

.resour_box .right .item .res_title b {
	font-size: 22px;
	font-weight: normal;
	line-height: 2.2;
	color: #000000;
}

.resour_box .right .item .text {
	margin-top: 20px;
}

.resour_box .right .item .text .msg p {
	font-size: 14px;
	line-height: 2.285714285714286;
	color: #181818;
}

.resour_box .right .item .text .msg p a {
	color: #181818;
	margin-left: 10px;
}

.resour_box .right .item .text .msg p a:hover {
	color: #004097;
	text-decoration: underline !important;
}

@media (max-width:1469px) {
	.resour_box .left {
		padding: 30px 0 30px 30px;
	}
}

@media (max-width:1199px) {
	.resour_box .left {
		width: 28%;
	}
	.resour_box .left .nav_scroll ul li {
		line-height: 2.8;
	}
	.resour_box .right {
		width: 72%;
		padding-left: 40px;
	}
	.resour_box .left .titl b,
	.resour_box .right .item .res_title b {
		font-size: 20px;
	}
	.resour_box .right .item .note:first-child {
		padding: 0 0 30px 0;
	}
	.resour_box .right .item .note {
		padding: 30px 0;
	}
	.resour_box .right .item .text {
		margin-top: 8px;
	}
}

@media (max-width:991px) {
	.resour_box .left .titl b,
	.resour_box .right .item .res_title b {
		font-size: 18px;
	}
	.resour_box .left .nav_scroll {
		margin-top: 0;
	}
	.resour_box .left {
		width: 100%;
		padding: 20px 15px 20px 20px;
	}
	.resour_box .left .nav_scroll ul li {
		display: inline-block;
		padding-right: 10px;
	}
	.resour_box .right {
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}
	.resources .resources_box .pic_img {
		margin-top: 20px;
	}
	.resources .resources_box .info p {
		font-size: 15px;
		line-height: 2;
	}
}

@media (max-width:767px) {
	.resour_box .right .item .note:first-child {
		padding: 0 0 20px 0;
	}
	.resour_box .right .item .note {
		padding: 20px 0;
	}
	.resour_box .left .nav_scroll ul li {
		font-size: 15px;
		line-height: 2.4;
	}
	.resources .resources_box .pic_img .pic {
		margin-bottom: 15px;
	}
}