/*index_banner*/

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 130px;
}

.banner .img-box {
	z-index: 0;
	padding-bottom: 43.22916666666667%;
}

.banner .slick-dots {
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin: 0 6px;
}

.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: 10px;
	height: 10px;
	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: 1199px) {
	.banner {
		padding-top: 70px;
	}
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

@media (max-width: 991px) {
	.banner .slick-dots {
		bottom: 15px;
	}
	.banner .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	.banner .slick-dots li:before {
		width: 4px;
		height: 4px;
	}
}


/*title*/

.title {
	position: relative;
}

.title b {
	display: block;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	color: #25252f;
}

.title p {
	font-size: 25px;
	line-height: 1;
	color: #e3e0e0;
	padding: 15px 0 10px 0;
}

.title .icon_dots span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #065e9c;
}

.padd {
	padding: 80px 0;
}

.lists {
	padding-top: 50px;
}

@media (max-width: 1199px) {
	.padd {
		padding: 60px 0;
	}
	.title b {
		font-size: 30px;
	}
	.title p {
		font-size: 20px;
	}
	.lists {
		padding-top: 40px;
	}
}

@media (max-width: 991px) {
	.padd {
		padding: 50px 0;
	}
	.title b {
		font-size: 26px;
	}
	.title p {
		font-size: 16px;
		padding: 10px 0 0 0;
	}
	.title .icon_dots span {
		width: 6px;
		height: 6px;
	}
	.lists {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.padd {
		padding: 40px 0;
	}
	.title b {
		font-size: 20px;
	}
	.title p {
		font-size: 14px;
	}
	.lists {
		padding-top: 20px;
	}
}


/*index_product*/

.index_product.padd {
	padding: 80px 0 50px 0;
}

.index_product .item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.index_product .item .img-box {
	padding-bottom: 70%;
}

.index_product .lists ul li:nth-child(2) .item .img-box {
	padding-bottom: 146.6666666666667%;
}

.index_product .lists ul li:last-child .item .img-box {
	padding-bottom: 44.44444444444444%;
}

.index_product .item .note {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 10px;
	background-color: #3361CC;
	text-align: center;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_product .item:hover .note {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.index_product .item .note b {
	display: block;
	font-size: 25px;
	font-weight: normal;
	line-height: 2;
	color: #ffffff;
}

.index_product .item .name {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(51, 97, 204, .7);
	text-align: center;
	-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 .item:hover .name {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}


.index_product .item .name b {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	font-size: 35px;
	font-weight: bold;
	color: #fefefe;
}

@media (max-width: 1469px) {
	.index_product .item {
		margin-bottom: 24px;
	}
}

@media (max-width: 1199px) {
	.index_product.padd {
		padding: 60px 0 30px 0;
	}
	.index_product .item {
		margin-bottom: 20px;
	}
	.index_product .item .note b {
		font-size: 22px;
	}
	.index_product .item .name b {
		font-size: 30px;
	}
}

@media (max-width: 991px) {
	.index_product.padd {
		padding: 50px 0 20px 0;
	}
	.index_product .item .note b {
		font-size: 20px;
	}
	.index_product .item .name b {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.index_product.padd {
		padding: 40px 0 20px 0;
	}
	.index_product .item .note b {
		font-size: 18px;
	}
	.index_product .item .name b {
		font-size: 24px;
	}
}


/*index_num*/

.index_num {
	background: url(../images/img/num_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_num .box-number .number {
	width: 100%;
	overflow: hidden;
}

.index_num .box-number .number ul {
	font-size: 0;
	padding: 60px 0 70px 0;
	margin: 0 -35px;
}

.index_num .box-number .number ul li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 35px;
}

.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: 40px;
	color: #ffffff;
	border-top: 1px solid #FFFFFF;
}

.index_num .box-number .number .item span {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
}

.index_num .box-number .number .item b sup {
	top: -16px;
	font-weight: bold;
	font-size: 20px;
	margin-left: 5px
}

.index_num .box-number .number .item p {
	font-size: 25px;
	color: #ffffff;
	line-height: 1.2;
	padding-top: 10px;
}

.index_num .box-number .number .item:before {
	display: block;
	font-family: 'iconfont';
	font-size: 45px;
	line-height: 70px;
	content: '\e600';
	text-align: center;
	color: #FFFFFF;
}

.index_num .box-number .number ul li:nth-child(2) .item:before {
	content: '\e725';
}

.index_num .box-number .number ul li:nth-child(3) .item:before {
	content: '\e6ca';
}

.index_num .box-number .number ul li:nth-child(4) .item:before {
	content: '\e6f3';
	font-size: 40px;
}

.index_num .box-number .number ul li:last-child .item:before {
	content: '\e607';
	font-size: 40px;
}

@media (max-width: 1199px) {
	.index_num .box-number .number ul li {
		padding: 0 30px;
	}
	.index_num .box-number .number .item span {
		font-size: 30px;
	}
	.index_num .box-number .number .item b sup {
		font-size: 18px;
	}
	.index_num .box-number .number .item p {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.index_num .box-number .number ul {
		padding: 30px 0 10px 0;
	}
	.index_num .box-number .number ul li {
		width: 50%;
		margin-bottom: 20px;
		padding: 0 50px;
	}
	.index_num .box-number .number .item:before {
		font-size: 40px;
	}
	.index_num .box-number .number ul li:nth-child(4) .item:before,
	.index_num .box-number .number ul li:last-child .item:before {
		font-size: 35px;
	}
	.index_num .box-number .number .item span {
		font-size: 28px;
	}
	.index_num .box-number .number .item b sup {
		font-size: 16px;
	}
	.index_num .box-number .number .item p {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.index_num .box-number .number ul {
		padding: 20px 0 10px 0;
	}
	.index_num .box-number .number ul li {
		margin-bottom: 15px;
		padding: 0 20px;
	}
	.index_num .box-number .number .item:before {
		font-size: 35px;
		line-height: 50px;
	}
	.index_num .box-number .number ul li:nth-child(4) .item:before,
	.index_num .box-number .number ul li:last-child .item:before {
		font-size: 30px;
	}
	.index_num .box-number .number .item span {
		font-size: 24px;
		line-height: 1;
	}
	.index_num .box-number .number .item b sup {
		font-size: 16px;
	}
	.index_num .box-number .number .item p {
		font-size: 16px;
		padding-top: 0;
	}
}


/*index_about*/

.index_about {
	overflow: hidden;
	padding-top: 80px;
	background: url(../images/img/about_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_about .about_content .left {
	float: left;
	margin-left: 19%;
	width: 36.5%;
}

.index_about .about_content .left .info .about_title {
	padding-top: 80px;
}

.index_about .about_content .left .info .about_title h1 {
	display: block;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.2;
	color: #282727;
}

.index_about .about_content .left .info .note {
	padding-top: 30px;
}

.index_about .about_content .left .info .note p {
	font-size: 16px;
	line-height: 1.875;
	color: #414040;
}

.index_about .about_content .left .info .more {
	padding-top: 50px;
}

.index_about .about_content .left .info .more a {
	display: block;
	width: 150px;
	border: solid 1px #3361cc;
	font-size: 25px;
	line-height: 2;
	text-align: center;
	color: #3361cc;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_about .about_content .left .info .more a:hover {
	color: #fff;
	background-color: #3361cc;
}

.index_about .about_content .right {
	float: right;
	width: 43.353%;
}

.index_about .about_content .right .video {
	position: relative;
}

.index_about .about_content .right .video .video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(51, 97, 204, .4);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 1;
}

.index_about .about_content .right .video:hover .video-cover {
	opacity: 0;
}

.index_about .about_content .right .video .img-box {
	z-index: 0;
	padding-bottom: 66.66666666666667%;
	background-color: #000;
}

.index_about .about_content .right .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.index_about .about_content .right .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.index_about .about_content .right .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.index_about .about_content .right .video .play {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	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_content .right .video .play:before {
	font-family: 'iconfont';
	font-size: 85px;
	display: block;
	color: #FFFFFF;
	content: '\e699';
}

@media (max-width: 1469px) {
	.index_about .about_content .left {
		float: left;
		margin-left: 13%;
		width: 42%;
	}
	.index_about .about_content .left .info .about_title {
		padding-top: 30px;
	}
	.index_about .about_content .left .info .more {
		padding-top: 30px;
	}
}

@media (max-width: 1199px) {
	.index_about {
		padding-top: 60px;
	}
	.index_about .about_content .left .info .about_title h1 {
		font-size: 22px;
	}
	.index_about .about_content .left .info .note {
		padding-top: 20px;
	}
}

@media (max-width: 991px) {
	.index_about {
		padding-top: 50px;
	}
	.index_about .about_content {
		padding: 0 25px;
	}
	.index_about .about_content .left {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.index_about .about_content .right {
		width: 100%;
		float: none;
		padding-top: 30px;
	}
	.index_about .about_content .left .info .about_title {
		padding-top: 20px;
	}
	.index_about .about_content .left .info .about_title h1 {
		font-size: 20px;
	}
	.index_about .about_content .left .info .more a {
		font-size: 20px;
	}
	.index_about .about_content .left .info .more {
		padding-top: 20px;
	}
	.index_about .about_content .right .video .play:before {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.index_about {
		padding-top: 40px;
	}
	.index_about .about_content {
		padding: 0 15px;
	}
	.index_about .about_content .left .info .about_title {
		padding-top: 20px;
	}
	.index_about .about_content .left .info .about_title h1 {
		font-size: 18px;
	}
	.index_about .about_content .left .info .more a {
		width: 130px;
		font-size: 16px;
	}
	.index_about .about_content .left .info .more {
		padding-top: 15px;
	}
	.index_about .about_content .left .info .note p {
		font-size: 15px;
	}
	.index_about .about_content .right .video .play:before {
		font-size: 50px;
	}
}


/*index_choose*/

.index_choose {
	overflow: hidden;
	background: url(../images/img/choose_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_choose .item {}

.index_choose .item .img-box {
	padding-bottom: 78.78787878787879%;
}

.index_choose .item .info {
	padding: 30px 15px;
	background: url(../images/img/choos_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_choose .item .info b {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	padding-bottom: 15px;
}

.index_choose .item .info b:before {
	display: block;
	font-weight: normal;
	font-family: 'iconfont';
	font-size: 70px;
	line-height: 70px;
	content: '\e66b';
	text-align: center;
	margin-bottom: 15px;
}

.index_choose .lists ul li:nth-child(2) .item .info b:before {
	content: '\e661';
	font-size: 65px;
}

.index_choose .lists ul li:nth-child(3) .item .info b:before {
	content: '';
	margin: auto;
	width: 61px;
	height: 72px;
	background: url(../images/img/icon_choose.png) no-repeat center;
	background-size: cover;
	margin-bottom: 13px;
}

.index_choose .lists ul li:last-child .item .info b:before {
	content: '\e621';
	font-size: 60px;
}

.index_choose .item .note {
	height: 150px;
	padding: 15px 10px 0 10px;
	border-top: 1px solid #FFFFFF;
}

.index_choose .item .note p {
	font-size: 14px;
	line-height: 1.571428571428571;
	color: #ffffff;
}

.index_choose .item .note p:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #FFFFFF;
	margin-right: 5px;
}

@media (max-width: 1469px) {
	.index_choose .item .note {
		height: 195px;
	}
}

@media (max-width: 1199px) {
	.index_choose .item .info b {
		font-size: 16px;
	}
	.index_choose .item .info b:before {
		font-size: 60px;
		line-height: 60px;
	}
	.index_choose .lists ul li:nth-child(2) .item .info b:before {
		font-size: 50px;
	}
	.index_choose .lists ul li:nth-child(3) .item .info b:before {
		width: 51px;
		height: 60px;
	}
	.index_choose .lists ul li:last-child .item .info b:before {
		font-size: 45px;
	}
	.index_choose .item .note {
		height: 240px;
	}
}

@media (max-width: 991px) {
	.index_choose .item {
		margin-bottom: 20px;
	}
	.index_choose ul li:nth-child(3) .item,
	.index_choose ul li:last-child .item {
		margin-bottom: 0;
	}
	.index_choose .item .info b:before {
		font-size: 50px;
		line-height: 50px;
	}
	.index_choose .lists ul li:nth-child(2) .item .info b:before {
		font-size: 45px;
	}
	.index_choose .lists ul li:nth-child(3) .item .info b:before {
		width: 41px;
		height: 50px;
	}
	.index_choose .lists ul li:last-child .item .info b:before {
		font-size: 40px;
	}
	.index_choose .item .note {
		height: 160px;
	}
}

@media (max-width: 768px) {
	.index_choose .item,
	.index_choose ul li:nth-child(3) .item {
		margin-bottom: 20px;
	}
	.index_choose ul li:last-child .item {
		margin-bottom: 0;
	}
	.index_choose .item .info b:before {
		font-size: 45px;
		line-height: 45px;
	}
	.index_choose .lists ul li:nth-child(2) .item .info b:before {
		font-size: 40px;
	}
	.index_choose .lists ul li:nth-child(3) .item .info b:before {
		width: 38px;
		height: 45px;
	}
	.index_choose .lists ul li:last-child .item .info b:before {
		font-size: 35px;
	}
}


/*index_case*/

.index_case {
	padding: 80px 0 0 0;
	overflow: hidden;
	background: url(../images/img/case_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_case .lists {
	padding-top: 115px;
}

.index_case .left {
	position: relative;
}

.index_case .left .case_arrow {
	width: 80px;
	margin: auto;
	padding-top: 110px;
}

.index_case .left .case_arrow .item {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
	border: solid 1px #ffffff;
	cursor: pointer;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_case .left .case_arrow .item:hover {
	background-color: #FFFFFF;
}

.index_case .left .case_arrow .item:before {
	display: block;
	font-family: 'iconfont';
	font-size: 65px;
	font-weight: bold;
	line-height: 80px;
	content: '\e605';
	color: #FFFFFF;
	text-align: center;
}

.index_case .left .case_arrow .item:hover:before {
	color: #264C99;
}

.index_case .left .case_arrow .item.next {
	margin-top: 30px;
}

.index_case .left .case_arrow .item.next:before {
	content: '\e606';
}

.index_case .slick-case .slick-dots {
	position: absolute;
	bottom: 33%;
	left: -20%;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.index_case .slick-case .slick-dots li {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

.index_case .slick-case .slick-dots li.slick-active button {
	opacity: 1;
}

.index_case .slick-case .slick-dots li button {
	font-size: 25px;
	line-height: 30px;
	padding: 0;
	opacity: 0;
	color: #e3e0e0;
	background: none;
}

.index_case .slick-case .slick-dots li button:before {
	content: '0';
}

.index_case .left .slick-num {
	padding-top: 70px;
	padding-left: 15px;
	text-align: center;
}

.index_case .left .slick-num:before {
	display: inline-block;
	font-size: 14px;
	content: '/';
	color: #e3e0e0;
}

.index_case .left .slick-num span.dots_number {
	font-size: 16px;
	line-height: 35px;
	color: #e3e0e0;
}

.index_case .left .slick-num span.dots_number:before {
	content: '0';
}

.index_case .right .slick-case {
	margin: 0 -15px;
}

.index_case .right .slick-case .slick-slide {
	padding: 0 15px;
}

.index_case .right .item {
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_case .right .item .img-box {
	padding-bottom: 121.2121212121212%;
}

.index_case .right .item .info {
	position: relative;
	padding: 20px 10px 20px 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #264c99;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_case .right .item:hover .info {
	background-color: #3361cc;
}

.index_case .right .item .info b {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #3b3b3b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_case .right .item:hover .info b {
	color: #FFFFFF;
}

.index_case .right .item .info p {
	position: relative;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 80px;
	font-size: 14px;
	line-height: 1.571428571428571;
	color: #414040;
	padding-top: 10px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_case .right .item:hover .info p {
	color: #FFFFFF;
}

.index_case .right .item .info span {
	position: relative;
	display: block;
	margin-top: 20px;
	padding-bottom: 10px;
}

.index_case .right .item .info span:before {
	float: right;
	display: block;
	font-family: 'iconfont';
	font-size: 48px;
	line-height: 20px;
	content: '\e679';
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_case .right .item:hover .info span:before {
	color: #FFFFFF;
}

.index_case .right .more {
	margin-top: 50px;
	float: right;
}

.index_case .right .more a {
	display: block;
	width: 150px;
	border: solid 1px #3361cc;
	font-size: 25px;
	line-height: 2;
	text-align: center;
	color: #3361cc;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_case .right .more a:hover {
	color: #fff;
	background-color: #3361cc;
}

@media (max-width: 1469px) {
	.index_case .slick-case .slick-dots {
		bottom: 22%;
	}
	.index_case .left .slick-num {
		padding-left: 30px;
	}
}

@media (max-width: 1199px) {
	.index_case {
		padding: 60px 0 0 0;
	}
	.index_case .left .case_arrow .item {
		width: 70px;
		height: 70px;
	}
	.index_case .left .case_arrow .item:before {
		line-height: 70px;
		font-size: 55px;
	}
	.index_case .slick-case .slick-dots {
		bottom: 16%;
	}
	.index_case .left .slick-num {
		padding-left: 40px;
	}
}

@media (max-width: 991px) {
	.index_case {
		padding: 50px 0 0 0;
	}
	.index_case .lists {
		padding-top: 0;
	}
	.index_case .left .case_arrow {
		float: right;
		width: auto;
		padding-top: 0;
	}
	.index_case .left .case_arrow .item {
		width: 50px;
		height: 50px;
		display: inline-block;
		border: 1px solid #264C99;
	}
	.index_case .left .case_arrow .item:before {
		line-height: 50px;
		font-size: 35px;
		color: #264C99;
	}
	.index_case .left .case_arrow .item.next {
		margin-top: 0;
	}
	.index_case .left .slick-num,
	.index_case .slick-case .slick-dots {
		display: none;
	}
	.index_case .right {
		padding-top: 20px;
	}
	.index_case .right .item .info b {
		font-size: 18px;
	}
	.index_case .right .more {
		margin-top: 30px;
	}
	.index_case .right .more a {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.index_case {
		padding: 40px 0 0 0;
	}
	.index_case .left .case_arrow .item {
		width: 35px;
		height: 35px;
	}
	.index_case .left .case_arrow .item:before {
		line-height: 35px;
		font-size: 20px;
	}
	.index_case .right {
		padding-top: 10px;
	}
	.index_case .right .item .info b {
		font-size: 16px;
	}
	.index_case .right .more {
		margin-top: 15px;
	}
	.index_case .right .more a {
		width: 130px;
		font-size: 16px;
	}
}


/*index_news*/

.index_news {
	overflow: hidden;
	background: url(../images/img/news_bg.jpg) no-repeat center;
	background-size: cover;
}

.index_news .lists ul li:first-child .pic .img-box {
	padding-bottom: 120%;
}

.index_news .lists ul li:nth-child(2) .info {
	padding: 10px 50px;
	background-color: #FFFFFF;
}

.index_news .lists ul li:nth-child(2) .info span {
	display: block;
	font-size: 14px;
	line-height: 2.142857142857143;
	color: #e3e0e0;
}

.index_news .lists ul li:nth-child(2) .info span:before {
	display: inline-block;
	font-size: 16px;
	font-family: 'iconfont';
	content: '\e6d1';
	margin-right: 5px;
}

.index_news .lists ul li:nth-child(2) .info a.news_title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #3b3b3b;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-top: 20px;
}

.index_news .lists ul li:nth-child(2) .info:hover a.news_title {
	color: #264c99;
}

.index_news .lists ul li:nth-child(2) .info p {
	font-size: 14px;
	line-height: 1.785714285714286;
	color: #414040;
	padding-top: 30px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	height: 175px;
}

.index_news .lists ul li:nth-child(2) .info a.more {
	display: block;
	margin-top: 70px;
}

.index_news .lists ul li:nth-child(2) .info a.more:before {
	float: right;
	display: block;
	font-family: 'iconfont';
	font-size: 48px;
	line-height: 20px;
	content: '\e679';
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_news .lists ul li:nth-child(2) .info:hover a.more:before {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
}

.index_news .lists ul li:last-child .item {
	display: block;
	position: relative;
	overflow: hidden;
}

.index_news .lists ul li:last-child .item:first-child {
	margin-bottom: 30px;
}

.index_news .lists ul li:last-child .item .img-box {
	padding-bottom: 56.66666666666667%;
}

.index_news .lists ul li:last-child .item .note {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(38, 76, 153, .6);
	text-align: center;
	padding: 70px 80px 0 80px;
	-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_news .lists ul li:last-child .item:hover .note {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_news .lists ul li:last-child .item .note p {
	font-size: 14px;
	line-height: 2.142857142857143;
	color: #e3e0e0;
}

.index_news .lists ul li:last-child .item .note p:before {
	display: inline-block;
	font-size: 16px;
	font-family: 'iconfont';
	content: '\e6d1';
	margin-right: 5px;
}

.index_news .lists ul li:last-child .item .note b {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_news .lists ul li:last-child .item .note span {
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.index_news .lists ul li:last-child .item .note span:before {
	float: right;
	display: block;
	font-family: 'iconfont';
	font-size: 48px;
	line-height: 20px;
	content: '\e679';
	color: #e3e0e0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_news .news_more {
	margin-top: 50px;
}

.index_news .news_more a {
	position: relative;
	display: block;
	width: 150px;
	margin: auto;
	background-color: #264c99;
	font-size: 25px;
	line-height: 2;
	color: #fefefe;
	text-align: center;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_news .news_more a:hover {
	opacity: .8;
}

.index_news .news_more a:before {
	content: '';
	display: block;
	width: 140px;
	height: 3px;
	background-color: #061d4c;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	margin: auto;
}

@media (max-width: 1469px) {
	.index_news .lists ul li:nth-child(2) .info {
		padding: 30px;
	}
	.index_news .lists ul li:nth-child(2) .info a.news_title {
		padding-top: 10px;
	}
	.index_news .lists ul li:nth-child(2) .info p {
		padding-top: 20px;
		height: 200px;
		-webkit-line-clamp: 6;
	}
	.index_news .lists ul li:nth-child(2) .info a.more {
		margin-top: 68px;
	}
	.index_news .lists ul li:last-child .item:first-child {
		margin-bottom: 24px;
	}
}

@media (max-width: 1199px) {
	.index_news .lists ul li:nth-child(2) .info {
		padding: 20px 30px;
	}
	.index_news .lists ul li:nth-child(2) .info p {
		padding-top: 15px;
		height: 145px;
		-webkit-line-clamp: 5;
	}
	.index_news .lists ul li:nth-child(2) .info a.more {
		margin-top: 43px;
		padding-bottom: 20px;
	}
	.index_news .lists ul li:last-child .item:first-child {
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.index_news .news_more a {
		font-size: 20px;
	}
	.index_news .lists ul li:nth-child(2) .info {
		margin: 20px 0;
	}
	.index_news .lists ul li:nth-child(2) .info a.news_title {
		font-size: 18px;
	}
	.index_news .lists ul li:nth-child(2) .info p {
		height: auto;
	}
	.index_news .lists ul li:nth-child(2) .info a.more {
		margin-top: 20px;
	}
	.index_news .news_more {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.index_news .lists ul li:nth-child(2) .info a.news_title {
		font-size: 16px;
	}
	.index_news .lists ul li:nth-child(2) .info p {
		padding-top: 10px;
	}
	.index_news .news_more {
		margin-top: 25px;
	}
	.index_news .news_more a {
		font-size: 16px;
	}
}


/*pagebanner*/

.pagebanner {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 130px;
}

.pagebanner .img-box {
	padding-bottom: 23.4375% !important;
}

@media (max-width: 1199px) {
	.pagebanner {
		padding-top: 70px;
	}
	.pagebanner .item {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
}

@media (max-width: 767px) {
	.pagebanner {
		/*padding-top: 120px;*/
	}
}


/*product*/

.product .pro_nav {
	padding: 40px 0;
	background: url(../images/img/pro_bg.jpg) no-repeat center;
	background-size: cover;
}

.product .pro_nav .title {
	float: left;
}

.product .pro_nav .title b {
	color: #FFFFFF;
}

.product .pro_nav .pro_cate {
	float: right;
}

.product .pro_nav .pro_cate ul {
	font-size: 0;
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

.product .pro_nav .pro_cate ul li {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}

.product .pro_nav .pro_cate ul li a {
	font-size: 25px;
	color: #FFFFFF;
	line-height: 1.6;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product .pro_nav .pro_cate ul li:before {
	display: block;
	content: '';
	width: 1px;
	height: 25px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product .pro_nav .pro_cate ul li:first-child:before {
	display: none;
}

.product .pro_nav .pro_cate ul li:hover a,
.product .pro_nav .pro_cate ul li.active a {
	color: #011c59;
}

.product .pro_lists .item {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.product .pro_lists .item .pic {
	position: relative;
	overflow: hidden;
}

.product .pro_lists .item .img-box {
	padding-bottom: 91.11111111111111%;
}

.product .pro_lists .item .info_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(51, 97, 204, .7);
	-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 .pro_lists .item:hover .info_bg {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.product .pro_lists .item .info_bg .info {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.product .pro_lists .item .info_bg .info b {
	display: block;
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
	color: #fffcfc;
}

.product .pro_lists .item .name {
	text-align: center;
	padding-top: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.product .pro_lists .item:hover .name {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.product .pro_lists .item .name b {
	display: block;
	font-size: 25px;
	font-weight: normal;
	line-height: 1;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product .pro_lists .page {
	padding-top: 50px;
}

@media (max-width: 1469px) {
	.product .pro_nav .pro_cate ul li a {
		font-size: 22px;
		line-height: 1.818181818181818;
	}
	.product .pro_nav .pro_cate ul li:before {
		height: 22px;
	}
}

@media (max-width: 1199px) {
	.product .pro_nav {
		padding: 20px 0 20px 0;
	}
	.product .pro_nav .title,
	.product .pro_nav .pro_cate {
		float: none;
	}
	.product .pro_nav .pro_cate {
		margin-top: 20px;
	}
	.product .pro_nav .pro_cate ul li:first-child {
		padding: 0 20px 0 0;
	}
	.product .pro_nav .pro_cate ul li a {
		font-size: 20px;
		line-height: 1;
	}
	.product .pro_nav .pro_cate ul li:before {
		height: 20px;
	}
	.product .pro_lists .item .info_bg .info b {
		font-size: 24px;
	}
	.product .pro_lists .item .name {
		padding-top: 20px;
	}
	.product .pro_lists .item .name b {
		font-size: 22px;
	}
	.product .pro_lists .page {
		padding-top: 30px;
	}
}

@media (max-width: 991px) {
	.product .pro_nav {
		padding: 15px 0 10px 0;
	}
	.product .pro_nav .pro_cate .scroll {
		position: relative;
		z-index: 2;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.product .pro_nav .pro_cate ul {
		padding-bottom: 10px;
	}
	.product .pro_nav .pro_cate ul li a {
		font-size: 18px;
	}
	.product .pro_nav .pro_cate ul li {
		padding: 0 15px;
	}
	.product .pro_lists .item .info_bg .info b {
		font-size: 22px;
	}
	.product .pro_lists .item .name {
		padding-top: 15px;
	}
	.product .pro_lists .item .name b {
		font-size: 20px;
	}
	.product .pro_lists .page {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.product .pro_nav .pro_cate ul li a {
		font-size: 16px;
	}
	.product .pro_nav .pro_cate ul li:before {
		height: 15px;
	}
	.product .pro_lists .item .info_bg .info b {
		font-size: 20px;
	}
	.product .pro_lists .item .name {
		padding-top: 15px;
	}
	.product .pro_lists .item .name b {
		font-size: 18px;
	}
	.product .pro_lists .page {
		padding-top: 10px;
	}
}


/*prod_details*/

.prod_details .product_box .left {
	width: 57.447%;
}

.prod_details .product_box .right {
	width: 42.553%;
	padding-left: 30px;
}

.prod_details .product_box .item .img-box {
	z-index: 0;
	border: none;
	padding-bottom: 91.11111111111111%;
}

.prod_details .product_box .right .prod_info .album {
	position: relative;
	width: 100%;
}

.prod_details .product_box .right .prod_info .album .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.prod_details .product_box .right .prod_info .album .slider-nav {
	padding: 30px 70px;
}

.prod_details .product_box .right .prod_info .album .slider-nav .slick-current .item .pic {
	border: 1px solid #3361cc;
}

.prod_details .product_box .right .prod_info .album .slider-nav div:focus {
	outline: none;
	border: none;
}

.prod_details .product_box .right .prod_info .album .slider-nav .item {
	padding: 0 3px;
}

.prod_details .product_box .right .prod_info .album .slider-nav .item .pic {
	border: solid 1px #FFFFFF;
}

.prod_details .product_box .right .prod_info .album .slider-nav .slick-arrow {
	width: 45px;
	height: 45px;
	overflow: hidden;
	border-radius: 50%;
	border: solid 1px #264c99;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.prod_details .product_box .right .prod_info .album .slider-nav .slick-arrow:before {
	display: block;
	line-height: 45px;
	font-family: 'iconfont' !important;
	font-weight: bold;
	font-size: 34px;
	content: '\e605';
	text-align: center;
	color: #264c99;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.prod_details .product_box .right .prod_info .album .slider-nav .slick-arrow.slick-next {
	right: 0;
	left: auto;
}

.prod_details .product_box .right .prod_info .album .slider-nav .slick-arrow.slick-next:before {
	content: '\e606';
}

.prod_details .product_box .right .prod_info .album .slider-nav .slick-arrow:hover {
	background: #264c99;
}

.prod_details .product_box .right .prod_info .album .slider-nav .slick-arrow:hover:before {
	color: #fff;
}

.prod_details .product_box .right .prod_info .pro_title {
	padding: 20px 40px 20px 20px;
	background-color: #3361cc;
}

.prod_details .product_box .right .prod_info .pro_title h1 {
	font-weight: normal;
	font-size: 34px;
	line-height: 1;
	color: #ffffff;
}

.prod_details .product_box .right .prod_info .pro_info {
	padding-top: 30px;
}

.prod_details .product_box .right .prod_info .pro_info p {
	font-size: 18px;
	line-height: 1.666666666666667;
	color: #414040;
}

.prod_details .product_box .right .prod_info .pro_box {
	margin-top: 70px;
}

.prod_details .product_box .right .prod_info .pro_arrow {
	float: right;
}

.prod_details .product_box .right .prod_info .pro_arrow .item {
	display: inline-block;
	vertical-align: middle;
}

.prod_details .product_box .right .prod_info .pro_arrow .item a {
	display: block;
	width: 60px;
	height: 60px;
	border: solid 1px #3361cc;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.prod_details .product_box .right .prod_info .pro_arrow .item a:before {
	display: block;
	text-align: center;
	font-family: 'iconfont';
	font-size: 45px;
	content: '\e605';
	text-align: center;
	font-weight: bold;
	color: #3361cc;
	line-height: 60px;
}

.prod_details .product_box .right .prod_info .pro_arrow .item.next a:before {
	content: '\e606';
}

.prod_details .product_box .right .prod_info .pro_arrow .item a:hover {
	background-color: #3361cc;
}

.prod_details .product_box .right .prod_info .pro_arrow .item a:hover:before {
	color: #FFFFFF;
}

.prod_details .product_title {
	padding: 17px 30px;
	margin-top: 50px;
	background-color: #3361cc;
}

.prod_details .product_title b,
.product_relate .product_title b {
	font-size: 35px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
}

.prod_details .product_msg .info {
	padding-top: 25px;
}

.prod_details .product_msg .info p {
	font-size: 18px;
	line-height: 1.666666666666667;
	color: #414040;
}

.prod_details .product_msg .info p img,
.prod_details .product_msg .info_msg p img {
	max-width: 100%;
	height: auto !important;
}

.prod_details .product_msg .info_msg {
	padding-top: 30px;
	padding-left: 30px;
}

.prod_details .product_msg .info_msg p {
	font-size: 18px;
	line-height: 1.666666666666667;
	color: #414040;
}

.prod_details .product_msg .info_msg p:before {
	display: inline-block;
	font-family: 'iconfont';
	content: '\e62e';
	font-size: 12px;
	margin-right: 5px;
}

.prod_details .pro_table .tab_box {
	margin-top: 30px;
}

.prod_details .pro_table .tab_box table td {
	padding: 12px 20px !important;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.388888888888889;
	letter-spacing: 0px;
	color: #000;
	border: 1px solid #FFFFFF !important;
	background-color: #cad6f2;
	white-space: nowrap;
}

.prod_details .pro_table .tab_box table td:first-child,
.prod_details .pro_table .tab_box table td:nth-child(3) {
	color: #ffffff;
	background-color: #3361cc;
}

.prod_details .pro_list .pic {
	margin-top: 30px;
	position: relative;
}

.prod_details .pro_list .pic .img-box {
	padding-bottom: 84.84848484848485%;
}

.prod_details .pro_list ul li:first-child .pic:first-child .img-box {
	padding-bottom: 178.7878787878788%;
}

.prod_details .pro_list .pic .note {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(51, 97, 204, .8);
	padding: 10px 30px;
}

.prod_details .pro_list .pic .note p {
	font-size: 18px;
	line-height: 1.666666666666667;
	color: #fefefe;
}

.prod_details .product_relate {
	padding-top: 30px;
}

.prod_details .product_relate .slick-relate {
	margin: 0 -15px;
}

.prod_details .product_relate .slick-relate .slick-slide {
	padding: 0 15px;
}

.prod_details .product_relate .item {
	display: block;
	overflow: hidden;
}

.prod_details .product_relate .item .pic {
	position: relative;
	overflow: hidden;
}

.prod_details .product_relate .item .img-box {
	padding-bottom: 91.11111111111111%;
}

.prod_details .product_relate .item .info_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(51, 97, 204, .7);
	-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;
}

.prod_details .product_relate .item:hover .info_bg {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.prod_details .product_relate .item .info_bg .info {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	padding-top: 0;
}

.prod_details .product_relate .item .info_bg .info b {
	display: block;
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
	color: #fffcfc;
}

.prod_details .product_relate .item .name {
	text-align: center;
	padding-top: 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.prod_details .product_relate .item:hover .name {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.prod_details .product_relate .item .name b {
	display: block;
	font-size: 25px;
	font-weight: normal;
	line-height: 1;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod_details .product_relate .slick-relate .slick-arrow {
	width: 65px;
	height: 65px;
	overflow: hidden;
	border-radius: 50%;
	border: solid 1px #264c99;
	position: absolute;
	z-index: 9;
	top: 42%;
	left: -80px;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.prod_details .product_relate .slick-relate .slick-arrow:before {
	display: block;
	line-height: 65px;
	font-family: 'iconfont' !important;
	font-weight: bold;
	font-size: 45px;
	content: '\e605';
	text-align: center;
	color: #264c99;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.prod_details .product_relate .slick-relate .slick-arrow.slick-next {
	right: -80px;
	left: auto;
}

.prod_details .product_relate .slick-relate .slick-arrow.slick-next:before {
	content: '\e606';
}

.prod_details .product_relate .slick-relate .slick-arrow:hover {
	background: #264c99;
}

.prod_details .product_relate .slick-relate .slick-arrow:hover:before {
	color: #fff;
}

@media (max-width: 1469px) {
	.prod_details .product_box .right .prod_info .pro_title h1 {
		font-size: 30px;
	}
	.prod_details .product_box .right .prod_info .pro_box {
		margin-top: 30px;
	}
	.prod_details .product_box .right .prod_info .pro_arrow .item a {
		width: 50px;
		height: 50px;
	}
	.prod_details .product_box .right .prod_info .pro_arrow .item a:before {
		font-size: 40px;
		line-height: 50px;
	}
	.prod_details .product_relate .slick-relate .slick-arrow {
		width: 50px;
		height: 50px;
		left: -60px;
	}
	.prod_details .product_relate .slick-relate .slick-arrow:before {
		font-size: 40px;
		line-height: 50px;
	}
	.prod_details .product_relate .slick-relate .slick-arrow.slick-next {
		right: -60px;
	}
}

@media (max-width: 1330px) {
	.prod_details .product_relate .slick-relate {
		padding: 0 60px;
	}
	.prod_details .product_relate .slick-relate .slick-arrow {
		left: 0;
	}
	.prod_details .product_relate .slick-relate .slick-arrow.slick-next {
		right: 0;
	}
}

@media (max-width: 1199px) {
	.prod_details .product_box .right .prod_info .pro_title h1 {
		font-size: 26px;
	}
	.prod_details .product_box .right .prod_info .pro_info {
		padding-top: 20px;
	}
	.prod_details .product_box .right .prod_info .album .slider-nav .slick-arrow {
		width: 35px;

		height: 35px;
	}
	.prod_details .product_box .right .prod_info .album .slider-nav .slick-arrow:before {
		line-height: 35px;
		font-size: 25px;
	}
	.prod_details .product_box .right .prod_info .album .slider-nav {
		padding: 20px 50px;
	}
	.prod_details .product_box .right .prod_info .pro_box {
		margin-top: 20px;
	}
	.prod_details .product_box .right .prod_info .pro_arrow .item a {
		width: 40px;
		height: 40px;
	}
	.prod_details .product_box .right .prod_info .pro_arrow .item a:before {
		font-size: 30px;
		line-height: 40px;
	}
	.prod_details .product_title b,
	.product_relate .product_title b {
		font-size: 26px;
	}
	.prod_details .pro_list .pic .note {
		padding: 10px 15px;
	}
	.prod_details .product_relate .slick-relate .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.prod_details .product_relate .slick-relate .slick-arrow:before {
		font-size: 30px;
		line-height: 40px;
	}
	.prod_details .product_relate .item .info_bg .info b {
		font-size: 24px;
	}
	.prod_details .product_relate .item .name {
		padding-top: 20px;
	}
	.prod_details .product_relate .item .name b {
		font-size: 22px;
	}
	.prod_details .product_title {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.prod_details .product_box .left {
		width: 100%;
		float: none;
	}
	.prod_details .product_box .right {
		width: 100%;
		float: none;
		padding-top: 30px;
		padding-left: 0;
	}
	.prod_details .product_box .right .prod_info .pro_title {
		padding: 15px 30px;
	}
	.prod_details .product_box .right .prod_info .pro_title h1 {
		font-size: 22px;
	}
	.prod_details .product_box .right .prod_info .pro_info,
	.prod_details .product_msg .info {
		padding-top: 15px;
	}
	.prod_details .product_box .right .prod_info .pro_info p,
	.prod_details .product_msg .info p,
	.prod_details .product_msg .info_msg p {
		font-size: 16px;
	}
	.prod_details .product_box .right .prod_info .pro_box {
		margin-top: 0;
	}
	.prod_details .product_box .right .prod_info .pro_arrow .item a {
		width: 30px;
		height: 30px;
	}
	.prod_details .product_box .right .prod_info .pro_arrow .item a:before {
		font-size: 25px;
		line-height: 30px;
	}
	.prod_details .product_title {
		margin-top: 30px;
		padding: 10px 20px;
	}
	.prod_details .product_title b,
	.product_relate .product_title b {
		font-size: 20px;
	}
	.prod_details .pro_table .tab_box {
		margin-top: 20px;
	}
	.prod_details .product_msg .info_msg {
		padding: 15px 0 0 0;
	}
	.prod_details .pro_list .pic .note p {
		font-size: 16px;
	}
	.prod_details .product_relate .item .info_bg .info b {
		font-size: 22px;
	}
	.prod_details .product_relate .item .name {
		padding-top: 15px;
	}
	.prod_details .product_relate .item .name b {
		font-size: 20px;
	}
	.prod_details .product_relate .slick-relate {
		padding: 0 30px;
	}
	.prod_details .product_relate .slick-relate .slick-arrow {
		top: 40%;
	}
	.prod_details .product_relate .slick-relate .slick-arrow {
		width: 30px;
		height: 30px;
	}
	.prod_details .product_relate .slick-relate .slick-arrow:before {
		font-size: 25px;
		line-height: 30px;
	}
	.prod_details .pro_list .pic {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.prod_details .product_box .right {
		padding-top: 15px;
	}
	.prod_details .product_box .right .prod_info .pro_title {
		padding: 15px 20px;
	}
	.prod_details .product_box .right .prod_info .pro_title h1 {
		font-size: 20px;
	}
	.prod_details .product_box .right .prod_info .album .slider-nav .slick-arrow {
		width: 30px;
		height: 30px;
	}
	.prod_details .product_box .right .prod_info .album .slider-nav .slick-arrow:before {
		line-height: 30px;
		font-size: 16px;
	}
	.prod_details .product_title b,
	.product_relate .product_title b {
		font-size: 18px;
	}
	.prod_details .product_box .right .prod_info .pro_info p,
	.prod_details .product_msg .info p,
	.prod_details .product_msg .info_msg p {
		font-size: 15px;
	}
	.prod_details .pro_table .tab_box table td {
		font-size: 15px;
	}
	.prod_details .product_relate .slick-relate .slick-arrow {
		top: 45%;
	}
	.prod_details .product_relate .slick-relate .slick-arrow {
		left: 10px;
	}
	.prod_details .product_relate .slick-relate .slick-arrow.slick-next {
		right: 10px;
	}
	.prod_details .product_relate .item .info_bg .info b {
		font-size: 20px;
	}
	.prod_details .product_relate .item .name b {
		font-size: 18px;
	}
	.prod_details .product_relate .slick-relate .slick-arrow:before {
		font-size: 16px;
	}
	.prod_details .product_box .pro-show img{ width:100%;}
}


/*about*/

.about_num {
	width: 85%;
	margin: auto;
	position: relative;
	overflow: hidden;
	z-index: 2;
	margin-top: -80px;
}

.about_num .index_num {
	background: url(../images/img/aboutnum_bg.jpg) no-repeat center;
	background-size: 100% 100%;
}

.about_num .index_num .box-number .number ul {
	margin: 0;
}


/*about_nav*/

.about_nav {
	margin-top: 30px;
	border-bottom: 1px solid #666666;
}

.about_nav .scroll {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.about_nav ul {
	font-size: 0;
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

.about_nav ul li {
	position: relative;
	display: inline-block;
	padding: 0 20px;
}

.about_nav ul li:first-child {
	padding: 0 20px 0 0;
}

.about_nav ul li:before {
	display: block;
	content: '';
	width: 1px;
	height: 20px;
	background-color: #666;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about_nav ul li:first-child:before {
	display: none;
}

.about_nav ul li:hover:hover a,
.about_nav ul li.active a {
	color: #3361cc;
}

.about_nav ul li a {
	font-size: 22px;
	line-height: 2;
	color: #666666;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.about .index_about .about_content .left .info .about_title {
	padding-top: 60px;
}

.about .about_box {
	background: url(../images/img/about_bg1.jpg) no-repeat center;
	background-size: cover;
}

.about .about_box .ab_title b {
	display: block;
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
	color: #282727;
}

.about .about_box .ab_box {
	padding-top: 50px;
}

.about .about_box .ab_box .pic .img-box {
	padding-bottom: 68.11594202898551%;
}

.about .about_box .ab_box .ab_info {
	padding-top: 80px;
}

.about .about_box .ab_box .ab_info b,
.about .about_box .ab_box .ab_mg b {
	display: block;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.2;
	color: #282727;
	padding-bottom: 20px;
}

.about .about_box .ab_box .ab_info p,
.about .about_box .ab_box .ab_mg p {
	font-size: 16px;
	line-height: 1.875;
	color: #414040;
	opacity: 0.9;
}

.about .about_box .ab_box .ab_mg {
	padding-top: 30px;
}

.about .about_box .ab_box .ab_mg b {
	text-align: center;
}

.about .about_box .ab_box .ab_mg p img {
	max-width: 100%;
	height: auto !important;
}

.about .about_develop {
	background: url(../images/img/develop_bg.jpg) no-repeat center;
	background-size: cover;
}

.about .about_develop .about_timeline {
	position: relative;
	padding: 80px 0 30px 0;
}

.about .about_develop .about_timeline .timeline {
	position: relative;
	width: 100%;
	margin: auto;
	height: 400px;
}

.about .about_develop .about_timeline .timeline:before {
	content: "";
	position: absolute;
	top: 27%;
	left: 0;
	width: 100%;
	height: 285px;
	background: url(../images/img/line.png) no-repeat;
	background-size: cover;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.about .about_develop .about_timeline ul {
	position: relative;
}

.about .about_develop .about_timeline ul li {
	width: 16%;
	display: block;
	position: absolute;
	top: 170px;
	left: 1%;
}

.about .about_develop .about_timeline ul li:nth-child(2) {
	left: 18%;
}

.about .about_develop .about_timeline ul li:nth-child(3) {
	left: 35%;
}

.about .about_develop .about_timeline ul li:nth-child(4) {
	left: 50%;
	top: -45px;
}

.about .about_develop .about_timeline ul li:nth-child(5) {
	top: -110px;
	left: auto;
	right: 18%;
}

.about .about_develop .about_timeline ul li:last-child {
	top: -110px;
	left: auto;
	right: 2%;
}

.about .about_develop .about_timeline .item {
	position: relative;
	text-align: center;
}

.about .about_develop .about_timeline .item .item_time {
	position: relative;
	width: 120px;
	margin: auto;
	background-color: #3361cc;
	border-radius: 5px;
}

.about .about_develop .about_timeline .item .item_time:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -12px;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #3361cc;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.about .about_develop .about_timeline .item .item_time p {
	font-size: 25px;
	font-weight: bold;
	line-height: 2;
	color: #ffffff;
}

.about .about_develop .about_timeline .item .item_dot {
	width: 15px;
	height: 15px;
	background-color: #3361cc;
	border-radius: 50%;
	margin: auto;
	margin-top: 20px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.about .about_develop .about_timeline .item .info .msg {
	padding: 15px 15px 0 15px;
}

.about .about_develop .about_timeline ul li:nth-child(4) .item .info .msg {
	padding: 15px 0 0 85px;
}

.about .about_develop .about_timeline .item .info .msg p {
	font-size: 16px;
	line-height: 1.75;
	color: #000;
	text-align: left;
	word-break: break-word;
}

.about .about_develop .about_timeline .index_more {
	margin: auto;
}

@media (max-width: 1469px) {
	.about .index_about .about_content .left .info .about_title {
		padding-top: 30px;
	}
	.about .about_box .ab_box .ab_info {
		padding-top: 30px;
	}
	.about .about_develop .about_timeline ul li:nth-child(4) {
		left: 50%;
		top: 110px;
	}
	.about .about_develop .about_timeline ul li:nth-child(5) {
		top: -70px;
		left: auto;
		right: 18%;
	}
	.about .about_develop .about_timeline ul li:nth-child(4) .item .info .msg {
		padding: 15px 0 0 60px;
	}
}

@media (max-width: 1199px) {
	.about_nav ul li a {
		font-size: 20px;
	}
	.about .about_box .ab_title b {
		font-size: 26px;
	}
	.about .about_box .ab_box .ab_info b,
	.about .about_box .ab_box .ab_mg b {
		font-size: 22px;
	}
	.about .about_develop .about_timeline {
		padding: 40px 0 30px 0;
	}
	.about .about_develop .about_timeline .timeline {
		height: 100%;
	}
	.about .about_develop .about_timeline .timeline:before {
		background: none;
		width: 100%;
		top: 24.5%;
		height: auto;
		border-bottom: 2px dashed #3361cc;
	}
	.about .about_develop .about_timeline .timeline .scroll {
		width: 100%;
		position: relative;
		z-index: 2;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-top: 10px;
	}
	.about .about_develop .about_timeline .timeline .scroll::-webkit-scrollbar {
		width: 6px;
		height: 6px;
		border-radius: 10px;
		background-color: #188a68;
	}
	.about .about_develop .about_timeline .timeline .scroll::-webkit-scrollbar-track {
		border-radius: 5px;
		background-color: #fefefe;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	}
	.about .about_develop .about_timeline .timeline .scroll::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: rgba(0, 0, 0, .1);
	}
	.about .about_develop .about_timeline .timeline .scroll::-webkit-scrollbar-thumb:hover {
		border-radius: 5px;
		background: rgba(0, 0, 0, .3);
	}
	.about .about_develop .about_timeline ul {
		position: relative;
		display: inline-block;
		white-space: nowrap;
		padding-bottom: 15px;
	}
	.about .about_develop .about_timeline ul li {
		width: 20%;
		display: inline-block;
		vertical-align: top;
		position: static;
	}
	.about .about_develop .about_timeline .item .info .msg p {
		white-space: normal;
	}
	.about .about_develop .about_timeline ul li:nth-child(4) .item .info .msg {
		padding: 15px 15px 0 15px;
	}
}

@media (max-width: 991px) {
	.about_num {
		margin-top: -30px;
	}
	.about_nav {
		margin-top: 20px;
	}
	.about_num .index_num .box-number .number ul {
		padding: 30px 0;
	}
	.about .about_box .ab_box {
		padding-top: 20px;
	}
	.about .about_box .ab_title b {
		font-size: 24px;
	}
	.about .about_box .ab_box .ab_info b,
	.about .about_box .ab_box .ab_mg b {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.about .about_box .ab_box .ab_info {
		padding-top: 20px;
	}
	.about .about_develop .about_timeline ul li {
		width: 25%;
	}
}

@media (max-width: 767px) {
	.about_num {
		width: 90%;
		margin-top: -20px;
	}
	.about_nav ul li a {
		font-size: 16px;
	}
	.about_nav ul li:before {
		height: 16px;
	}
	.about_nav ul li:first-child {
		padding: 0 15px 0 0;
	}
	.about_nav ul li {
		padding: 0 15px;
	}
	.about .index_about .about_content .left .info .about_title {
		padding-top: 20px;
	}
	.index_about .about_content .left .info .note {
		padding-top: 10px;
	}
	.about .about_box .ab_title b {
		font-size: 20px;
	}
	.about .about_box .ab_box .ab_info b,
	.about .about_box .ab_box .ab_mg b {
		font-size: 18px;
	}
	.about .about_box .ab_box .ab_info p,
	.about .about_box .ab_box .ab_mg p {
		font-size: 15px;
	}
	.about .about_develop .about_timeline {
		padding: 20px 0 10px 0;
	}
	.about .about_develop .about_timeline .timeline:before {
		top: 27.5%;
	}
	.about .about_develop .about_timeline ul li {
		width: 30%;
	}
	.about .about_develop .about_timeline .item .item_dot {
		margin-top: 25px;
	}
	.about .about_develop .about_timeline .item .item_time {
		width: 100px;
	}
	.about .about_develop .about_timeline .item .item_time p {
		font-size: 20px;
	}
	.about .about_develop .about_timeline .item .info .msg p {
		font-size: 15px;
	}
}


/*lead*/

.lead_main .lead_box {
	padding-top: 80px;
	background: url(../images/img/about_bg.jpg) no-repeat center;
	background-size: cover;
}

.lead_main .lead_box .lead_content .pic1,
.lead_main .lead_box .lead_content .pic2 {
	float: right;
}

.lead_main .lead_box .lead_content .pic1 {
	width: 43.353%;
}

.lead_main .lead_box .lead_content .pic1 .img-box {
	padding-bottom: 63.03030303030303%;
}

.lead_main .lead_box .lead_content .pic2 {
	width: 36.259%;
	box-shadow: -4px 3px 9px 1px rgba(43, 51, 56, 0.41);
	margin-right: 30px;
}

.lead_main .lead_box .lead_content .pic2 .img-box {
	padding-bottom: 75.36231884057971%;
}

.lead_main .lead_care .lead_info {
	padding-top: 40px;
}

.lead_main .lead_care .lead_info p {
	font-size: 25px;
	line-height: 1.6;
	color: #414040;
}

.lead_main .lead_care .list .item {
	margin-top: 30px;
}

.lead_main .lead_care .list .item .img-box {
	padding-bottom: 66.66666666666667%;
}

.lead_main .lead_care .list .item .note {
	height: 60px;
	padding: 10px 30px 0 30px;
}

.lead_main .lead_care .list .item .note p {
	font-size: 16px;
	line-height: 1.875;
	color: #414040;
}

@media (max-width: 1199px) {
	.lead_main .lead_box {
		padding-top: 60px;
	}
	.lead_main .lead_care .lead_info {
		padding-top: 30px;
	}
	.lead_main .lead_care .lead_info p {
		font-size: 20px;
	}
	.lead_main .lead_care .list .item .note {
		padding: 10px 15px 0 15px;
	}
}

@media (max-width: 991px) {
	.lead_main .lead_box {
		padding-top: 50px;
	}
	.lead_main .lead_care .lead_info {
		padding-top: 20px;
	}
	.lead_main .lead_care .lead_info p {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.lead_main .lead_box {
		padding-top: 40px;
	}
	.lead_main .lead_box .lead_content {
		padding-top: 20px;
	}
	.lead_main .lead_box .lead_content .pic1 {
		width: 100%;
	}
	.lead_main .lead_box .lead_content .pic2 {
		width: 100%;
		margin-right: 0;
	}
	.lead_main .lead_care .lead_info {
		padding-top: 15px;
	}
	.lead_main .lead_care .lead_info p {
		font-size: 15px;
	}
	.lead_main .lead_care .list .item {
		margin-top: 20px;
	}
	.lead_main .lead_care .list .item .note p {
		font-size: 15px;
	}
}


/*honor*/

.honor .honor_main .honor_info {
	padding-top: 50px;
}

.honor .honor_main .honor_info p {
	font-size: 25px;
	line-height: 1.6;
	color: #414040;
}

.honor .honor_main .honor_lists .item,
.honor .honor_main .honor_lists .item_pic {
	display: block;
	margin-top: 30px;
}

.honor .honor_main .honor_lists .item .img-box {
	padding-bottom: 65.15151515151515%;
}

.honor .honor_main .honor_lists .item_pic .img-box {
	padding-bottom: 136.6666666666667%;
}

.honor .honor_main .page {
	padding-top: 80px;
}

@media (max-width: 1199px) {
	.honor .honor_main .honor_info {
		padding-top: 30px;
	}
	.honor .honor_main .honor_info p {
		font-size: 20px;
	}
	.honor .honor_main .page {
		padding-top: 60px;
	}
}

@media (max-width: 991px) {
	.honor .honor_main .honor_info {
		padding-top: 20px;
	}
	.honor .honor_main .honor_info p {
		font-size: 18px;
	}
	.honor .honor_main .page {
		padding-top: 50px;
	}
}

@media (max-width: 767px) {
	.honor .honor_main .honor_lists .item,
	.honor .honor_main .honor_lists .item_pic {
		margin-top: 20px;
	}
	.honor .honor_main .honor_info p {
		font-size: 15px;
	}
	.honor .honor_main .page {
		padding-top: 40px;
	}
}


/*about_strength*/

.about_strength .strength .strength_info {
	padding-top: 50px;
}

.about_strength .strength .strength_info h3 {
	line-height: 2;
}

.about_strength .strength .strength_info p {
	font-size: 16px;
	line-height: 2.5;
	color: #414040;
}

.about_strength .strength_lists .item,
.about_strength .strength_lists .item_pic {
	margin-top: 30px;
}

.about_strength .strength_lists .item .img-box {
	padding-bottom: 57.97101449275362%;
}

.about_strength .strength_lists .item_pic .img-box {
	padding-bottom: 78.78787878787879%;
}

.about_strength .strength_lists .page {
	padding-top: 80px;
}

@media (max-width: 1199px) {
	.about_strength .strength .strength_info {
		padding-top: 30px;
	}
	.about_strength .strength_lists .page {
		padding-top: 60px;
	}
}

@media (max-width: 991px) {
	.about_strength .strength .strength_info {
		padding-top: 20px;
	}
	.about_strength .strength_lists .page {
		padding-top: 50px;
	}
}

@media (max-width: 767px) {
	.about_strength .strength_lists .item,
	.about_strength .strength_lists .item_pic {
		margin-top: 20px;
	}
	.about_strength .strength .strength_info p {
		font-size: 15px;
		line-height: 2;
	}
	.about_strength .strength_lists .page {
		padding-top: 40px;
	}
}


/*contact*/

.contact {
	padding-top: 130px;
}

.contact .map .map-content {
	height: 450px;
}

.contact .contact_box {
	margin: -80px 0 80px 0;
	box-shadow: 5px 6px 5px 0px rgba(1, 18, 53, 0.22);
}

.contact .contact_box .row {
	margin: 0;
}

.contact .contact_box .left {
	padding: 30px 50px;
	background-color: #FFFFFF;
}

.contact .contact_box .right {
	padding: 30px 50px 112px 50px;
	background-color: #264c99;
}

.contact .contact_box .contact_title b {
	display: block;
	font-size: 25px;
	font-weight: normal;
	line-height: 1;
	color: #282727;
}

.contact .contact_box .contact_title p {
	font-size: 16px;
	color: #282727;
	line-height: 1;
	opacity: 0.8;
	padding-top: 15px;
}

.contact .contact_box .left .contact_form ul li {
	width: 100%;
	margin-top: 18px;
}

.contact .contact_box .left .contact_form ul li input {
	width: 100%;
	padding: 0 15px;
	min-height: 50px;
	line-height: 50px;
	border: solid 1px #9c9c9e;
	font-size: 16px;
	color: #9c9c9e;
}

.contact .contact_box .left .contact_form ul li textarea {
	width: 100%;
	min-height: 115px;
	padding: 0 15px;
	line-height: 50px;
	border: solid 1px #9c9c9e;
	font-size: 16px;
	color: #9c9c9e;
}

.contact .contact_box .left .contact_form ul li input::-webkit-input-placeholder,
.contact .contact_box .left .contact_form ul li textarea::-webkit-input-placeholder {
	color: #9c9c9e;
}

.contact .contact_box .left .contact_form ul li input:-o-placeholder,
.contact .contact_box .left .contact_form ul li textarea:-o-placeholder {
	color: #9c9c9e;
}

.contact .contact_box .left .contact_form ul li input::-moz-placeholder,
.contact .contact_box .left .contact_form ul li textarea::-moz-placeholder {
	color: #9c9c9e;
}

.contact .contact_box .left .contact_form ul li input:-ms-input-placeholder,
.contact .contact_box .left .contact_form ul li textarea:-ms-input-placeholder {
	color: #9c9c9e;
}

.contact .contact_box .left .contact_form ul li input:focus::-webkit-input-placeholder,
.contact .contact_box .left .contact_form ul li textarea:focus::-webkit-input-placeholder {
	color: #CCCCCC;
}

.contact .contact_box .left .contact_form ul li input:focus::-o-placeholder,
.contact .contact_box .left .contact_form ul li textarea:focus::-o-placeholder {
	color: #CCCCCC;
}

.contact .contact_box .left .contact_form ul li input:focus::-moz-placeholder,
.contact .contact_box .left .contact_form ul li textarea:focus::-moz-placeholder {
	color: #CCCCCC;
}

.contact .contact_box .left .contact_form ul li input:focus::-ms-input-placeholder,
.contact .contact_box .left .contact_form ul li textarea:focus::-ms-input-placeholder {
	color: #CCCCCC;
}

.contact .contact_box .left .contact_form ul li button {
	line-height: 2;
	border: none;
	background: #3361cc;
	font-size: 25px;
	color: #fefefe;
	margin-top: 10px;
	padding: 0 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.contact .contact_box .left .contact_form ul li button:before {
	display: inline-block;
	font-family: 'iconfont' !important;
	content: '\e6a0';
	color: #FFFFFF;
	margin-right: 10px;
}

.contact .contact_box .left .contact_form ul li button:hover {
	text-decoration: underline !important;
}

.contact .contact_box .right .contact_title b {
	color: #FFFFFF;
}

.contact .contact_box .right .contact_info {
	padding: 0 0 20px 30px;
}

.contact .contact_box .right .contact_info p {
	font-size: 16px;
	line-height: 3.125;
	color: #ffffff;
}

.contact .contact_box .right .contact_info p a {
	color: #ffffff;
}

.contact .contact_box .right .contact_info p a:hover {
	text-decoration: underline !important;
}

.contact .contact_box .right .contact_info p.tel a:first-child {
	margin-right: 5px;
}

.contact .contact_box .right .contact_info p:before {
	width: 20px;
	display: inline-block;
	font-family: 'iconfont' !important;
	content: '\e602';
	color: #FFFFFF;
	margin-right: 10px;
}

.contact .contact_box .right .contact_info p.tel:before {
	content: '\e61a';
}

.contact .contact_box .right .contact_info p.fax:before {
	content: '\e604';
}

.contact .contact_box .right .contact_info p.mail:before {
	content: '\e76e';
}

.contact .contact_box .right .pic_code {
	margin: 20px 0 0 30px;
	width: 200px;
}

@media (max-width: 1199px) {
	.contact {
		padding-top: 100px;
	}
	.contact .contact_box {
		margin: -60px 0 60px 0;
	}
	.contact .contact_box .contact_title b,
	.contact .contact_box .left .contact_form ul li button {
		font-size: 24px;
	}
	.contact .contact_box .right {
		padding: 30px 30px 120px 30px;
	}
	.contact .contact_box .right .contact_info {
		padding-left: 20px;
	}
	.contact .contact_box .right .pic_code {
		width: 160px;
	}
}

@media (max-width: 991px) {
	.contact {
		padding-top: 100px;
	}
	.contact .map .map-content {
		height: 350px;
	}
	.contact .contact_box {
		margin: -50px 0 50px 0;
	}
	.contact .contact_box .contact_title b,
	.contact .contact_box .left .contact_form ul li button {
		font-size: 22px;
	}
	.contact .contact_box .right {
		padding: 30px 30px 40px 30px;
	}
}

@media (max-width: 767px) {
	.contact {
		padding-top: 120px;
	}
	.contact .contact_box {
		margin: -40px 0 40px 0;
	}
	.contact .contact_box .contact_title b,
	.contact .contact_box .left .contact_form ul li button {
		font-size: 20px;
	}
	.contact .contact_box .left {
		padding: 30px 20px;
	}
	.contact .contact_box .right {
		padding: 30px;
	}
	.contact .contact_box .contact_title p {
		font-size: 15px;
	}
	.contact .contact_box .left .contact_form ul li {
		margin-top: 15px;
	}
	.contact .contact_box .left .contact_form ul li input {
		line-height: 45px;
		min-height: 45px;
	}
	.contact .contact_box .left .contact_form ul li button {
		margin-top: 0;
	}
	.contact .contact_box .right .contact_info {
		padding: 10px 0 20px 0;
	}
	.contact .contact_box .right .contact_info p {
		line-height: 2.5;
	}
	.contact .contact_box .right .pic_code {
		width: 130px;
		margin: 20px 0 0 0;
	}
}


/*case*/

.case .lists .item {
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.case .lists .item .img-box {
	padding-bottom: 121.2121212121212%;
}

.case .lists .item .info {
	position: relative;
	padding: 20px 10px 20px 10px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #264c99;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.case .lists .item:hover .info {
	background-color: #3361cc;
}

.case .lists .item .info b {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #3b3b3b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.case .lists .item:hover .info b {
	color: #FFFFFF;
}

.case .lists .item .info p {
	position: relative;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 80px;
	font-size: 14px;
	line-height: 1.571428571428571;
	color: #414040;
	padding-top: 10px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.case .lists .item:hover .info p {
	color: #FFFFFF;
}

.case .lists .item .info span {
	position: relative;
	display: block;
	margin-top: 20px;
	padding-bottom: 10px;
}

.case .lists .item .info span:before {
	float: right;
	display: block;
	font-family: 'iconfont';
	font-size: 48px;
	line-height: 20px;
	content: '\e679';
	color: #3b3b3b;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.case .lists .item:hover .info span:before {
	color: #FFFFFF;
}

.case .lists .page {
	padding-top: 50px;
}

@media (max-width: 1199px) {
	.case .lists .page {
		padding-top: 30px;
	}
}

@media (max-width: 991px) {
	.case .lists .item .info b {
		font-size: 18px;
	}
	.case .lists .page {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.case .lists .item .info b {
		font-size: 16px;
	}
	.case .lists .item .info span {
		margin-top: 10px;
	}
	.case .lists .page {
		padding-top: 10px;
	}
}


/*case_detail*/

.case_detail .case_title {
	text-align: center;
}

.case_detail .case_title h1 {
	display: block;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.071428571428571;
	color: #414040;
}

.case_detail .case_title p {
	font-size: 14px;
	line-height: 2.142857142857143;
	color: #000000;
	opacity: 0.4;
	padding-top: 20px;
}

.case_detail .case_title p:before {
	display: inline-block;
	font-family: 'iconfont';
	content: '\e6d1';
	margin-right: 10px;
}

.case_detail .case_group {
	padding-top: 50px;
	width: 65.958%;
	margin: auto;
}

.case_detail .case_group .item .img-box {
	padding-bottom: 91.11111111111111%;
}

.case_detail .case_group .slider-nav {
	margin-top: 40px;
	padding: 0px 90px 30px 90px;
}

.case_detail .case_group .slider-nav .item {
	padding: 0 12px;
}

.case_detail .case_group .slick-arrow {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	border: solid 1px #264c99;
	position: absolute;
	z-index: 9;
	top: 42%;
	left: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: none;
}

.case_detail .case_group .slick-arrow:before {
	display: block;
	line-height: 60px;
	font-family: 'iconfont' !important;

	font-weight: bold;
	font-size: 45px;
	content: '\e605';
	text-align: center;
	color: #264c99;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.case_detail .case_group .slick-arrow.slick-next {
	right: 0;
	left: auto;
}

.case_detail .case_group .slick-arrow.slick-next:before {
	content: '\e606';
}

.case_detail .case_group .slick-arrow:hover {
	background: #264c99;
}

.case_detail .case_group .slick-arrow:hover:before {
	color: #fff;
}

.case_detail .info p {
	font-size: 16px;
	line-height: 1.875;
	color: #414040;
}

.case_detail .info p img {
	max-width: 100%;
	height: auto !important;
}

.case_detail .case_video {
	margin-top: 50px;
}

.case_detail .case_video .name b {
	display: block;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.071428571428571;
	color: #414040;
}

.case_detail .case_video .video {
	position: relative;
	margin-top: 30px;
}

.case_detail .case_video .video .video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(51, 97, 204, .4);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 1;
}

.case_detail .case_video .video:hover .video-cover {
	opacity: 0;
}

.case_detail .case_video .video .img-box {
	z-index: 0;
	padding-bottom: 44.68085106382979%;
	background-color: #000;
}

.case_detail .case_video .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.case_detail .case_video .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.case_detail .case_video .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.case_detail .case_video .video .play {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.case_detail .case_video .video .play:before {
	font-family: 'iconfont';
	font-size: 85px;
	display: block;
	color: #FFFFFF;
	content: '\e699';
}

.case_detail .case_page {
	margin-top: 20px;
	border-top: 1px solid #585858;
}

.case_detail .case_page .item {
	padding-top: 10px;
}

.case_detail .case_page .item span {
	display: block;
	float: left;
	font-size: 14px;
	color: #585858;
}

.case_detail .case_page .item span:before {
	display: inline-block;
	font-size: 15px;
	font-family: 'iconfont' !important;
	content: '\e730';
	color: #167fdf;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

.case_detail .case_page .item:hover span:before {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.case_detail .case_page .item a {
	display: block;
	float: left;
	width: 80%;
	font-size: 14px;
	color: #585858;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.case_detail .case_page .item a:hover {
	text-decoration: underline !important;
}

@media (max-width: 1199px) {
	.case_detail .case_title h1,
	.case_detail .case_video .name b {
		font-size: 24px;
	}
	.case_detail .case_title p {
		padding-top: 10px;
	}
	.case_detail .case_group {
		padding-top: 30px;
	}
	.case_detail .case_group .slick-arrow {
		width: 40px;
		height: 40px;
		top: 40%;
	}
	.case_detail .case_group .slick-arrow:before {
		line-height: 40px;
		font-size: 30px;
	}
	.case_detail .case_group .slider-nav {
		margin-top: 20px;
		padding: 0px 60px 30px 60px;
	}
	.case_detail .case_video {
		margin-top: 30px;
	}
	.case_detail .case_video .video .play:before {
		font-size: 70px;
	}
}

@media (max-width: 991px) {
	.case_detail .case_title h1,
	.case_detail .case_video .name b {
		font-size: 22px;
	}
	.case_detail .case_group {
		padding-top: 20px;
	}
	.case_detail .case_group .slick-arrow {
		width: 30px;
		height: 30px;
		top: 35%;
	}
	.case_detail .case_group .slick-arrow:before {
		line-height: 30px;
		font-size: 20px;
	}
	.case_detail .case_group .slider-nav {
		margin-top: 15px;
		padding: 0px 30px 20px 30px;
	}
	.case_detail .case_video,
	.case_detail .case_video .video {
		margin-top: 20px;
	}
	.case_detail .case_video .video .play:before {
		font-size: 60px;
	}
}

@media (max-width: 767px) {
	.case_detail .case_title h1,
	.case_detail .case_video .name b {
		font-size: 20px;
	}
	.case_detail .case_group {
		width: 90%;
	}
	.case_detail .case_group .slider-nav .item {
		padding: 0 5px;
	}
	.case_detail .case_group .slick-arrow {
		width: 25px;
		height: 25px;
		top: 40%;
	}
	.case_detail .case_group .slick-arrow:before {
		line-height: 25px;
		font-size: 16px;
	}
	.case_detail .info p {
		font-size: 15px;
	}
	.case_detail .case_video .video .play:before {
		font-size: 50px;
	}
	.case_detail .case_page .item a {
		width: 70%;
	}
	.case_detail .case_group .item .pic img { width:100%;
}
}


/*service*/

.service {
	background: url(../images/img/service_bg.jpg) no-repeat center;
	background-size: cover;
}

.service .note b {
	display: block;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.2;
	color: #282727;
	text-align: center;
	padding-bottom: 30px;
}

.service .note p {
	font-size: 16px;
	line-height: 1.875;
	color: #414040;
	opacity: 0.9;
}

.service .service_box {
	padding-top: 80px;
}

.service .service_box .msg b {
	display: block;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.2;
	color: #414040;
	text-align: center;
	padding: 15px 0;
}

.service .service_box .msg b a {
	color: #414040;
	margin-left: 5px;
}

.service .service_box .msg b a:hover {
	text-decoration: underline !important;
}

.service .service_box .ser_box .left {
	width: 29.787%;
	float: left;
}

.service .service_box .ser_box .pic {
	width: 40.426%;
	float: left;
}

.service .service_box .ser_box .right {
	width: 29.787%;
	float: left;
}

.service .service_box .ser_box .left .info {
	text-align: right;
	padding-right: 15px;
}

.service .service_box .ser_box .right .info {
	padding-left: 15px;
}

.service .service_box .ser_box .info {
	padding-top: 110px;
}

.service .service_box .ser_box .info p {
	font-size: 25px;
	line-height: 2;
	color: #414040;
	padding-bottom: 5px;
}

.service .service_box .ser_box .pic .img-box {
	padding-bottom: 76.31578947368421%;
}

.index_news .page {
	padding-top: 80px;
}

.news_detail .info {
	padding-top: 40px;
}

@media (max-width: 1469px) {
	.service .service_box .ser_box .info {
		padding-top: 85px;
	}
	.service .service_box .ser_box .info p {
		font-size: 21px;
		padding-bottom: 3px;
	}
}

@media (max-width: 1199px) {
	.service .service_box {
		padding-top: 50px;
	}
	.service .note b {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.service .service_box .ser_box .info {
		padding-top: 70px;
	}
	.service .service_box .ser_box .info p {
		font-size: 17px;
		padding-bottom: 3px;
	}
	.service .service_box .msg b {
		font-size: 22px;
	}
	.index_news .page {
		padding-top: 60px;
	}
	.news_detail .info {
		padding-top: 30px;
	}
}

@media (max-width: 991px) {
	.service .service_box {
		padding-top: 20px;
	}
	.service .note b {
		font-size: 22px;
		padding-bottom: 15px;
	}
	.service .service_box .msg b {
		font-size: 20px;
		text-align: left;
	}
	.service .service_box .ser_box .pic {
		display: none;
	}
	.service .service_box .ser_box .left,
	.service .service_box .ser_box .right {
		width: 100%;
		float: none;
	}
	.service .service_box .ser_box .info {
		padding-top: 0;
	}
	.service .service_box .ser_box .left .info {
		text-align: left;
		padding-right: 0;
	}
	.service .service_box .ser_box .right .info {
		padding-left: 0;
	}
	.service .service_box .ser_box .info p {
		font-size: 18px;
		padding-bottom: 0;
		position: relative;
	}
	.service .service_box .ser_box .info p:before {
		content: '';
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #2e89f9;
		border: 3px solid #87bbfc;
		margin-right: 10px;
	}
	.index_news .page {
		padding-top: 50px;
	}
	.news_detail .info {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.service .service_box {
		padding-top: 10px;
	}
	.service .note b {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.service .service_box .msg b {
		font-size: 18px;
	}
	.service .note p {
		font-size: 15px;
	}
	.service .service_box .ser_box .info p {
		font-size: 16px;
	}
	.news_detail .info {
		padding-top: 10px;
	}
}
