/*index_banner*/

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

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


/*.banner .slick-dots {
	position: absolute;
	bottom: 117px;
	right: 80px;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.banner .slick-dots li {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 5px;
	left: 0;
}

.banner .slick-dots li:before {
	display: block;
	content: '';
	margin: 0 auto;
	width: 1px;
	height: 40px;
	background-color: #ffffff;
}

.banner .slick-dots li.slick-active button {
	opacity: 1;
}

.banner .slick-dots li button {
	font-size: 20px;
	line-height: 30px;
	padding: 0;
	opacity: 0;
	color: #fefefe;
	background: none;
}

.banner .slick-dots li button:before {
	content: '0';
}*/

.banner .slick-dots {
	position: absolute;
	bottom: 35px;
	width: 100%;
	text-align: center;
}

.banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: solid 1px #ffffff;
	cursor: pointer;
	margin: 0 6px;
}

.banner .slick-dots li.slick-active {
	border: solid 1px #106fb4;
	background-color: #106fb4;
	opacity: 1;
}

.banner .slick-dots li button {
	display: none;
}

.banner_news {
	width: 100%;
	background: url(../images/img/news_bg.jpg) no-repeat center;
	background-size: cover;
	box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.35);
}

.banner_news span {
	display: block;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #264d9a;
	line-height: 30px;
}

.banner_news #news_scroll {
	display: block;
	float: left;
	width: 85%;
	height: 30px;
	overflow: hidden;
}

.banner_news ul li a {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #000;
	line-height: 30px;
}

.banner_news ul li a:hover {
	text-decoration: underline !important;
}

.banner_news a.more {
	display: block;
	float: right;
	text-decoration: none !important;
	font-size: 18px;
	color: #000;
	line-height: 30px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.banner_news a.more:after {
	display: inline-block;
	vertical-align: bottom;
	font-family: 'iconfont';
	content: '\e628';
	font-size: 12px;
	color: #f70101;
	font-weight: bold;
	margin-left: 3px;
}

.banner_news a.more:hover {
	text-decoration: underline !important;
}

@-webkit-keyframes zoomIn1 {
	0% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes zoomIn1 {
	0% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}


/*.zoomIn1 {
	-webkit-animation-name: zoomIn1;
	animation-name: zoomIn1;
}

.banner .slick-current img {
	-webkit-animation: zoomIn1 6s 0s ease both;
	animation: zoomIn1 6s 0s ease both;
}*/

@media (max-width: 1460px) {
	.banner_news #news_scroll {
		width: 75%;
	}
}

@media (max-width: 1199px) {
	.banner {
		padding-top: 70px;
	}
	.banner_news #news_scroll {
		width: 60%;
	}
}

@media (max-width: 991px) {
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
	/*.banner .slick-dots li button {
		font-size: 18px;
	}*/
	.banner .slick-dots {
		bottom: 20px;
	}
	.banner .slick-dots li {
		width: 8px;
		height: 8px;
		margin: 0 6px;
	}
}

@media (max-width: 767px) {
	/*.banner .slick-dots {
		bottom: 60px;
		right: 20%;
	}
	.banner .slick-dots li button {
		font-size: 16px;
	}*/
}

@media (max-width: 480px) {
	.banner_news #news_scroll {
		width: 50%;
	}
}

@media (max-width: 360px) {
	.banner_news #news_scroll {
		width: 40%;
	}
}


/*title*/

.title {
	text-align: center;
}

.title b {
	font-size: 60px;
	font-weight: normal;
	color: #000;
	line-height: 60px;
}

.title b span {
	font-family: 'Open Sans';
	font-weight: bold;
}

.padt {
	padding-top: 150px;
}

@media (max-width: 1469px) {
	.title b {
		font-size: 55px;
	}
	.padt {
		padding-top: 130px;
	}
}

@media (max-width: 1199px) {
	.title b {
		font-size: 36px;
		line-height: 40px;
	}
	.padt {
		padding-top: 90px;
	}
}

@media (max-width: 991px) {
	.title b {
		font-size: 28px;
	}
	.padt {
		padding-top: 60px;
	}
}

@media (max-width: 767px) {
	.title b {
		font-size: 24px;
	}
	.padt {
		padding-top: 30px;
	}
}


/*index_technology*/

.index_technology .lists {
	padding-top: 100px;
}

.index_technology .item {
	position: relative;
	overflow: hidden;
	background-color: #f3f7fc;
	padding: 105px 25px;
}

.index_technology ul li:nth-child(2) .item {
	background-color: #f6f6f6;
}

.index_technology .item .msg b {
	display: block;
	font-size: 35px;
	font-weight: bold;
	line-height: 70px;
	color: #264d9a;
	text-align: center;
}

.index_technology .item .msg b:before {
	display: block;
	font-family: 'iconfont';
	font-weight: normal;
	font-size: 60px;
	content: '\e701';
}

.index_technology ul li:nth-child(2) .item .msg b:before {
	font-size: 82px;
	content: '\e600';
}

.index_technology ul li:last-child .item .msg b:before {
	font-size: 82px;
	content: '\e756';
}

.index_technology .item .msg .num {
	text-align: center;
}

.index_technology .item .msg .num:before {
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #264d9a;
	margin: 15px 0;
}

.index_technology .item .msg .num span {
	font-size: 55px;
	font-weight: bold;
	color: #264d9a;
}

.index_technology .item .msg .num sup {
	top: -.8em;
	font-size: 30px;
	font-weight: normal;
	color: #264d9a;
}

.index_technology .item .msg p {
	font-size: 30px;
	color: #264d9a;
	text-align: center;
	padding-top: 10px;
}

.index_technology .item .info_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background-color: #405c9d;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
}

.index_technology .item:hover .info_bg {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_technology .item .info_bg .info {
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	padding: 0 50px;
	/*-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.index_technology .item .info_bg .info b {
	display: block;
	font-size: 35px;
	font-weight: normal;
	line-height: 30px;
	color: #ffffff;
}

.index_technology .item .info_bg .info p {
	font-size: 22px;
	line-height: 45px;
	color: #ffffff;
	padding-top: 20px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

@media (max-width: 1469px) {
	.index_technology .lists {
		padding-top: 80px;
	}
}

@media (max-width: 1199px) {
	.index_technology .lists {
		padding-top: 70px;
	}
	.index_technology .item {
		padding: 80px 20px;
	}
	.index_technology .item .info_bg .info {
		top: 40px;
		padding: 0 20px;
	}
	.index_technology .item .msg .num span {
		font-size: 50px;
	}
}

@media (max-width: 991px) {
	.index_technology .lists {
		padding-top: 40px;
	}
	.index_technology .item {
		margin-bottom: 20px;
		padding: 80px 40px;
	}
	.index_technology .item .info_bg .info {
		padding: 0 40px;
	}
	.index_technology .item .msg b {
		font-size: 30px;
		line-height: 55px;
	}
	.index_technology .item .msg b:before {
		font-size: 50px;
	}
	.index_technology .item .msg .num span {
		font-size: 40px;
	}
	.index_technology .item .msg .num:before {
		margin: 10px 0;
	}
	.index_technology .item .msg p {
		font-size: 22px;
		padding-top: 0;
	}
	.index_technology ul li:nth-child(2) .item .msg b:before,
	.index_technology ul li:last-child .item .msg b:before {
		font-size: 75px;
	}
	.index_technology .item .info_bg .info b {
		font-size: 30px;
	}
	.index_technology .item .info_bg .info p {
		font-size: 20px;
		line-height: 40px;
	}
}

@media (max-width: 767px) {
	.index_technology .lists {
		padding-top: 20px;
	}
	.index_technology .item .msg b,
	.index_technology .item .info_bg .info b {
		font-size: 25px;
	}
	.index_technology .item .info_bg .info {
		top: 0px;
		padding: 30px;
	}
	.index_technology .item .info_bg .info p {
		padding-top: 10px;
		font-size: 18px;
		line-height: 35px;
	}
	.index_technology .item .msg p {
		font-size: 20px;
	}
}


/*index_product*/

.index_product {
	/*padding-bottom: 60px;*/
}

.index_product .first_bg {
	position: relative;
	background: url(../images/banner/index_bg1.jpg) no-repeat center;
	background-size: cover;
	margin-top: 55px;
	padding-bottom: 31.687%;
}

.index_product .first_bg .info {
	text-align: center;
}

.index_product .pro_info {
	text-align: center;
	padding-top: 55px;
	padding-bottom: 10px;
}

.index_product .first_bg .info p,
.index_product .pro_info p {
	font-size: 47px;
	color: #101010;
	line-height: 47px;
}

.index_product .first_bg .right_img {
	width: 21%;
	position: absolute;
	right: 18%;
	bottom: 40px;
}

.index_product .first_bg .right_img .img-box {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_product .first_bg .right_img:hover .img-box {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.item_lists {
	padding-top: 160px;
}

.item_lists ul li {
	width: 25%;
	float: left;
}

.item_lists .item {
	text-align: center;
}

.item_lists .item .pro_icon {
	display: block;
	margin: 0 auto;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	border: solid 2px #1E3E87;
}

.item_lists .item .pro_icon:before {
	display: block;
	font-family: 'iconfont' !important;
	font-size: 55px;
	font-weight: normal;
	content: '\e6f7';
	line-height: 105px;
	color: #1E3E87;
}

.item_lists ul li:nth-child(2) .item .pro_icon:before {
	content: '\e65c';
	font-size: 65px;
	font-weight: bold;
}

.item_lists ul li:nth-child(3) .item .pro_icon:before {
	display: block;
	content: '';
	width: 62px;
	height: 62px;
	margin: auto;
	margin-top: 20px;
	background: url(../images/img/icon_avg1.jpg) no-repeat center;
	background-size: cover;
}

.item_lists ul li:nth-child(4) .item .pro_icon:before {
	display: block;
	content: '';
	width: 70px;
	height: 50px;
	margin: auto;
	margin-top: 25px;
	background: url(../images/img/icon_avg2.jpg) no-repeat center;
	background-size: cover;
}

.item_lists .item p {
	font-size: 35px;
	color: #101010;
	line-height: 35px;
	padding-top: 50px;
	padding-bottom: 80px;
}

.item_lists .item:hover .pro_icon:before {
	-webkit-animation: swing 1s 0s ease both;
	animation: swing 1s 0s ease both;
}

.item_lists .more {
	width: 250px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #264d9a;
}

.item_lists .more:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #264d9a;
	z-index: -1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.item_lists .more a {
	display: block;
	font-size: 27px;
	line-height: 60px;
	text-align: center;
	color: #264d9a;
}

.item_lists .more:hover:before {
	width: 100%;
}

.item_lists .more:hover a {
	color: #FEFEFE;
}

@media (max-width: 1469px) {
	.index_product {
		padding-bottom: 0;
	}
	.index_product .first_bg .info p {
		font-size: 38px;
	}
	.item_lists {
		padding-top: 90px;
	}
	.item_lists .item p {
		font-size: 30px;
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

@media (max-width: 1199px) {
	.index_product {
		padding-bottom: 0px;
	}
	.index_product .first_bg .info p {
		font-size: 30px;
	}
	.item_lists {
		padding-top: 60px;
	}
	.item_lists .item p {
		font-size: 25px;
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.item_lists .more a {
		font-size: 25px;
	}
	.item_lists .item .pro_icon {
		width: 80px;
		height: 80px;
	}
	.item_lists .item .pro_icon:before {
		font-size: 35px;
		line-height: 80px;
	}
	.item_lists ul li:nth-child(2) .item .pro_icon:before {
		font-size: 46px;
	}
	.item_lists ul li:nth-child(3) .item .pro_icon:before {
		width: 40px;
		height: 40px;
	}
	.item_lists ul li:nth-child(4) .item .pro_icon:before {
		width: 50px;
		height: 36px;
		margin-top: 22px;
	}
	.index_product .third_bg .right_img {
		bottom: 45px;
	}
}

@media (max-width: 991px) {
	.index_product {
		padding-bottom: 30px;
	}
	.index_product .first_bg .info p {
		font-size: 24px;
	}
	.item_lists {
		padding-top: 40px;
	}
	.item_lists .item p {
		font-size: 22px;
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.item_lists .more a {
		font-size: 22px;
		line-height: 45px;
	}
}

@media (max-width: 767px) {
	.index_product {
		padding-bottom: 20px;
	}
	.index_product .first_bg .info {
		margin-bottom: 30px;
	}
	.index_product .first_bg .info p {
		font-size: 20px;
		line-height: 30px;
	}
	.item_lists {
		padding-top: 30px;
	}
	.item_lists ul li {
		width: 50%;
	}
	.item_lists .item .pro_icon {
		width: 60px;
		height: 60px;
	}
	.item_lists .item .pro_icon:before {
		font-size: 28px;
		line-height: 60px;
	}
	.item_lists ul li:nth-child(2) .item .pro_icon:before {
		font-size: 38px;
	}
	.item_lists ul li:nth-child(3) .item .pro_icon:before {
		width: 32px;
		height: 32px;
		margin-top: 12px;
	}
	.item_lists ul li:nth-child(4) .item .pro_icon:before {
		width: 38px;
		height: 28px;
		margin-top: 15px;
	}
	.item_lists .item p {
		font-size: 18px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.item_lists .more {
		width: 220px;
		margin-top: 10px;
	}
	.item_lists .more a {
		font-size: 18px;
		line-height: 40px;
	}
	.index_product .first_bg .right_img {
		width: 32%;
		position: absolute;
		right: 12%;
		bottom: 16px;
	}
}

@media (max-width: 360px) {
	.item_lists .item p {
		font-size: 16px;
	}
}


/*index_product2*/

.item_second {
	/*padding-top: 100px !important;*/
}

.index_product .second_bg {
	position: relative;
	background: url(../images/banner/index_bg2.jpg) no-repeat center !important;
	background-size: cover !important;
	margin-top: 0;
	padding-bottom: 34.157%;
}

.index_product .second_bg .right_img {
	bottom: 60px;
}

.item_second ul li:first-child .item .pro_icon:before {
	font-size: 60px;
	font-weight: normal;
	content: '\e6a1';
}

.item_second ul li:nth-child(2) .item .pro_icon:before {
	font-size: 55px;
	font-weight: normal;
	content: '\e6f7';
}

.item_second ul li:nth-child(3) .item .pro_icon:before {
	font-size: 65px;
	content: '\e606';
	background: none;
	margin-top: 0;
	font-weight: bold;
}

.item_second ul li:last-child .item .pro_icon:before {
	font-size: 50px;
	font-weight: bold;
	content: '\e66d';
	background: none;
	margin-top: 0;
}

.item_second .more {
	width: 320px;
}

@media (max-width: 1199px) {
	.item_second ul li:first-child .item .pro_icon:before {
		font-size: 37px;
		font-weight: bold;
	}
	.item_second ul li:nth-child(2) .item .pro_icon:before,
	.item_second ul li:last-child .item .pro_icon:before {
		font-size: 35px;
	}
	.item_second ul li:nth-child(3) .item .pro_icon:before {
		font-size: 45px;
		width: 100%;
	}
	.index_product .fourth_bg .right_img {
		bottom: 30px;
	}
}

@media (max-width: 991px) {
	.index_product .second_bg {
		margin-top: 25px;
	}
}

@media (max-width: 767px) {
	.index_product .second_bg {
		margin-top: 10px;
		padding-bottom: 42% !important;
	}
	.index_product .second_bg .right_img {
		bottom: 20px;
		width: 28%;
	}
	.item_second ul li:first-child .item .pro_icon:before,
	.item_second ul li:nth-child(2) .item .pro_icon:before,
	.item_second ul li:last-child .item .pro_icon:before {
		font-size: 30px;
	}
	.item_second ul li:nth-child(3) .item .pro_icon:before {
		font-size: 38px;
	}
	.item_second .more {
		width: 260px;
	}
}


/*index_product3*/

.index_product .third_bg {
	position: relative;
	background: url(../images/banner/index_bg3.jpg) no-repeat center !important;
	background-size: cover !important;
	margin-top: 0;
	padding-bottom: 34.157%;
}

.index_product .third_bg .right_img {
	bottom: 120px;
}

.item_third ul li:first-child .item .pro_icon:before {
	font-size: 60px;
	content: '\e6e2';
	font-weight: bold;
}

.item_third ul li:nth-child(2) .item .pro_icon:before {
	font-size: 55px;
	font-weight: normal;
	content: '\e61b';
}

.item_third ul li:nth-child(3) .item .pro_icon:before {
	font-size: 65px;
	content: '\e606';
	background: none;
	margin-top: 0;
	font-weight: bold;
}

.item_third ul li:nth-child(4) .item .pro_icon:before {
	font-size: 60px;
	content: '\e602';
	margin-top: 0;
	background: none;
}

.item_third .more {
	width: 320px;
}

@media (max-width: 1199px) {
	.item_third ul li:first-child .item .pro_icon:before {
		font-size: 40px;
	}
	.item_third ul li:nth-child(2) .item .pro_icon:before {
		font-size: 35px;
		font-weight: bold;
	}
	.item_third ul li:nth-child(3) .item .pro_icon:before {
		font-size: 45px;
		width: 100%;
	}
	.item_third ul li:nth-child(4) .item .pro_icon:before {
		font-size: 43px;
	}
	.index_product .third_bg .right_img {
		bottom: 60px;
	}
}

@media (max-width: 991px) {
	.index_product .third_bg .right_img {
		bottom: 60px;
	}
}

@media (max-width: 767px) {
	.third_bg {
		padding-top: 10px !important;
		padding-bottom: 40% !important;
	}
	.index_product .third_bg .right_img {
		bottom: 15px;
		width: 28%;
	}
	.item_third ul li:first-child .item .pro_icon:before {
		font-size: 30px;
	}
	.item_third ul li:nth-child(2) .item .pro_icon:before {
		font-size: 28px;
	}
	.item_third ul li:nth-child(3) .item .pro_icon:before {
		font-size: 38px;
	}
	.item_third ul li:nth-child(4) .item .pro_icon:before {
		font-size: 34px;
	}
	.item_third .more {
		width: 260px;
	}
}


/*index_product4*/

.index_product .fourth_bg {
	position: relative;
	background: url(../images/banner/index_bg4.jpg) no-repeat center !important;
	background-size: cover !important;
}

.index_product .fourth_bg .right_img {
	bottom: 110px;
}

.item_fourth ul li:first-child .item .pro_icon:before {
	content: '\e65c';
	font-size: 65px;
	font-weight: bold;
}

.item_fourth ul li:nth-child(2) .item .pro_icon:before {
	font-size: 65px;
	content: '\e606';
	font-weight: bold;
}

.item_fourth ul li:nth-child(3) .item .pro_icon:before {
	font-size: 60px;
	content: '\e6e2';
	font-weight: bold;
	background: none;
	margin-top: 0;
}

.item_fourth ul li:last-child .item .pro_icon:before {
	font-size: 38px;
	content: '\e609';
	margin-top: 0;
	background: none;
}

.item_fourth .more {
	width: 370px;
}

@media (max-width: 1469px) {
	.index_product .first_bg .info p,
	.index_product .pro_info p {
		font-size: 38px;
	}
}

@media (max-width: 1199px) {
	.index_product .first_bg {
		margin-top: 25px;
	}
	.index_product .pro_info {
		padding-top: 25px;
	}
	.index_product .first_bg .info p,
	.index_product .pro_info p {
		font-size: 30px;
	}
	.item_fourth ul li:first-child .item .pro_icon:before,
	.item_fourth ul li:nth-child(2) .item .pro_icon:before {
		font-size: 45px;
	}
	.item_fourth ul li:nth-child(3) .item .pro_icon:before {
		font-size: 40px;
		width: 100%;
	}
	.item_fourth ul li:last-child .item .pro_icon:before {
		font-size: 26px;
	}
	.index_product .fourth_bg .right_img {
		bottom: 30px;
	}
}

@media (max-width: 991px) {
	.index_product .fourth_bg .right_img {
		bottom: 30px;
	}
}

@media (max-width: 767px) {
	.fouth_bg {
		padding-top: 25px !important;
	}
	.index_product .fourth_bg .right_img {
		bottom: 20px;
		width: 28%;
	}
	.item_fourth ul li:first-child .item .pro_icon:before,
	.item_fourth ul li:nth-child(2) .item .pro_icon:before {
		font-size: 38px;
	}
	.item_fourth ul li:nth-child(3) .item .pro_icon:before {
		font-size: 30px;
	}
	.item_fourth ul li:last-child .item .pro_icon:before {
		font-size: 20px;
	}
	.item_fourth .more {
		width: 260px;
	}
}


/*index_product5*/

.index_product .fifth_bg {
	position: relative;
	background: url(../images/banner/index_bg5.jpg) no-repeat center !important;
	background-size: cover !important;
}

.index_product .fifth_bg .right_img {
	bottom: 80px;
}

.item_fifth ul li:first-child .item .pro_icon:before {
	content: '\e65c';
	font-size: 65px;
	font-weight: bold;
}

.item_fifth ul li:nth-child(2) .item .pro_icon:before {
	font-size: 55px;
	font-weight: normal;
	content: '\e6f7';
}

.item_fifth ul li:nth-child(3) .item .pro_icon:before {
	/*font-size: 65px;
	content: '\e606';*/
	background: none;
	margin-top: 0;
	font-size: 55px;
    font-weight: normal;
    content: '\e61b';
}

.item_fifth ul li:nth-child(4) .item .pro_icon:before {
	font-size: 65px;
    content: '\e606';
    font-weight: bold;
    background: none;
    margin-top: 0;
}

.item_fifth .more {
	width: 320px;
}

@media (max-width: 1199px) {
	.item_fifth ul li:first-child .item .pro_icon:before {
		font-size: 45px;
	}
	.item_fifth ul li:nth-child(2) .item .pro_icon:before {
		font-size: 35px;
	}
	.item_fifth ul li:nth-child(3) .item .pro_icon:before {
		font-size: 35px;
	}
	.item_fifth ul li:nth-child(4) .item .pro_icon:before {
		font-size: 45px;
	}
}

@media (max-width: 991px) {
	.index_product .pro_info {
		padding-top: 10px;
		padding-bottom: 0;
	}
	.index_product .first_bg {
		margin-top: 10px;
	}
	.index_product .first_bg .info p,
	.index_product .pro_info p {
		font-size: 22px;
	}
	.index_product .fifth_bg .right_img {
		bottom: 60px;
	}
}

@media (max-width: 767px) {
	.index_product .fifth_bg .right_img {
		bottom: 20px;
		width: 28%;
		right: 6%;
	}
	.index_product .first_bg .info p,
	.index_product .pro_info p {
		font-size: 18px;
		line-height: 30px;
	}
	.item_fifth ul li:first-child .item .pro_icon:before {
		font-size: 38px;
	}
	.item_fifth ul li:nth-child(2) .item .pro_icon:before {
		font-size: 30px;
	}
	.item_fifth ul li:nth-child(3) .item .pro_icon:before {
		font-size: 30px;
	}
	.item_fifth ul li:nth-child(4) .item .pro_icon:before {
		font-size: 38px;
	}
	.item_fifth .more {
		width: 260px;
	}
}


/*index_case*/

.index_case {
	padding-bottom: 150px;
}

.index_case .title_info {
	padding-top: 50px;
	text-align: center;
}

.index_case .title_info p {
	font-size: 47px;
	color: #101010;
	line-height: 47px;
}

.index_case .lists {
	padding-top: 80px;
}

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

.index_case .item .img-box {
	padding-bottom: 126.6666666666667%;
}

.index_case .item .case_name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 10px solid #FFFFFF;
	background-color: #264d9a;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

.index_case .item:hover .case_name {
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

.index_case .item .case_name p {
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
}

.index_case .item .info_bg {
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #264d9a;
	opacity: 0.8;
	-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_case .item:hover .info_bg {
	height: 100%;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.index_case .item .info_bg .info {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 50px;
	opacity: 0;
}

.index_case .item:hover .info_bg .info {
	opacity: 1;
}

.index_case .item .info_bg .info .info_title b {
	display: block;
	font-size: 35px;
	font-weight: normal;
	color: #FFFFFF;
}

.index_case .item .info_bg .info p {
	font-size: 22px;
	color: #FFFFFF;
	padding-top: 30px;
}

.index_case .item .info_bg .info p:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 5px;
	height: 1px;
	background-color: #FFFFFF;
	margin-right: 10px;
}

.index_case .item .info_bg .more {
	display: block;
	position: absolute;
	right: 30px;
	bottom: 10px;
	opacity: 0;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.index_case .item:hover .info_bg .more {
	opacity: 1;
}

.index_case .item .info_bg .more:after {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-family: 'iconfont' !important;
	font-size: 30px;
	content: '\e6cd';
	color: #FFFFFF;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.index_case .lists .more_case {
	width: 250px;
	border: solid 1px #264d9a;
	margin: 0 auto;
	margin-top: 80px;
	position: relative;
}

.index_case .lists .more_case a {
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 27px;
	color: #264d9a;
}

.index_case .lists .more_case:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #264d9a;
	z-index: -1;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.index_case .lists .more_case:hover:before {
	width: 100%;
}

.index_case .lists .more_case:hover a {
	color: #FEFEFE;
}

@media (max-width: 1469px) {
	.index_case .title_info p {
		font-size: 38px;
	}
}

@media (max-width: 1199px) {
	.index_case {
		padding-bottom: 80px;
	}
	.index_case .title_info {
		padding-top: 25px;
	}
	.index_case .title_info p {
		font-size: 30px;
	}
	.index_case .item .case_name p {
		font-size: 25px;
	}
	.index_case .item .info_bg .info {
		padding: 0 20px;
	}
	.index_case .item .info_bg .info .info_title b {
		font-size: 24px;
	}
	.index_case .item .info_bg .info p {
		font-size: 18px;
		padding-top: 15px;
	}
	.index_case .item .info_bg .more:after {
		font-size: 25px;
	}
	.index_case .lists .more_case {
		margin-top: 50px;
	}
	.index_case .lists .more_case a {
		font-size: 25px;
	}
	.index_case .lists {
		padding-top: 50px;
	}
	.index_case {
		padding-bottom: 100px;
	}
}

@media (max-width: 991px) {
	.index_case {
		padding-bottom: 50px;
	}
	.index_case .title_info {
		padding-top: 10px;
	}
	.index_case .title_info p {
		font-size: 22px;
	}
	.index_case .item {
		margin-bottom: 20px;
	}
	.index_case .lists .more_case {
		margin-top: 30px;
	}
	.index_case .lists .more_case a {
		font-size: 22px;
		line-height: 50px;
	}
}

@media (max-width: 767px) {
	.index_case {
		padding-bottom: 40px;
	}
	.index_case .title_info {
		padding-top: 10px;
	}
	.index_case .item .case_name p {
		font-size: 22px;
		line-height: 50px;
	}
	.index_case .lists {
		padding-top: 20px;
	}
	.index_case .title_info p {
		font-size: 18px;
		line-height: 30px;
	}
	.index_case .lists .more_case {
		margin-top: 10px;
		width: 200px;
	}
	.index_case .lists .more_case a {
		font-size: 18px;
		line-height: 45px;
	}
}


/*pagebanner*/

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

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

.contactpagebanner .img-box {
	padding-bottom: 15.625% !important;
}

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


/*page_location*/

.page_location {
	background-color: #FFFFFF;
	border-bottom: 1px solid #264d9a;
}

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

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

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

.page_location ul li:hover a {
	text-decoration: underline !important;
}

.page_location ul li:first-child:before {
	display: inline-block;
	font-family: 'iconfont' !important;
	content: '\e654';
	font-size: 24px;
	color: #264d9a;
	margin-right: 30px;
}

.page_location ul li a {
	font-size: 16px;
	line-height: 80px;
	color: #264d9a;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page_location ul li a:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 1px;
	height: 17px;
	background-color: #264D9A;
	margin: 0 25px;
}

.page_location ul li:last-child a:after {
	display: none;
}

@media (max-width: 991px) {
	.page_location ul li:first-child:before {
		margin-right: 12px;
	}
	.page_location ul li a {
		line-height: 50px;
	}
	.page_location ul li a:after {
		margin: 0 15px;
	}
}


/*product*/

.product {
	padding: 40px 0 80px 0;
}

.product .product_main .page_left {
	float: left;
	width: 23.4%;
}

.product .product_main .page_right {
	width: 76.6%;
	padding-left: 60px;
}

.product .product_main .page_left .page_nav {
	padding: 0;
	border-top: 10px solid #FFFFFF;
}

.product .product_main .page_left .product_like {
	padding-top: 30px;
}

.product .product_main .page_left .product_like p {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	line-height: 60px;
	padding-left: 28px;
	background-color: #264d9a;
}

.product .product_main .page_left .product_like ul {
	padding: 10px 0 30px 0;
}

.product .product_main .page_left .product_like ul li a {
	display: block;
	font-size: 22px;
	color: #000000;
	line-height: 80px;
	padding-left: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product .product_main .page_left .product_like ul li a:hover {
	color: #264d9a;
	text-decoration: underline !important;
}

.product .product_main .page_left .product_contact .title p {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	line-height: 60px;
	padding-left: 28px;
	text-align: left;
	background-color: #264d9a;
}

.product .product_main .page_left .product_contact .prod_form ul {
	margin: 0 -4px;
}

.product .product_main .page_left .product_contact .prod_form ul li {
	width: 50%;
	float: left;
	padding: 0 4px;
	margin-top: 20px;
}

.product .product_main .page_left .product_contact .prod_form ul li:nth-child(3),
.product .product_main .page_left .product_contact .prod_form ul li:nth-child(4),
.product .product_main .page_left .product_contact .prod_form ul li:last-child {
	width: 100%;
}

.product .product_main .page_left .product_contact .prod_form ul li input {
	width: 100%;
	line-height: 40px;
	border: solid 1px rgb(102, 102, 102);
	padding: 0 10px 0 28px;
}

.product .product_main .page_left .product_contact .prod_form ul li textarea {
	width: 100%;
	min-height: 85px;
	line-height: 25px;
	border: solid 1px rgb(102, 102, 102);
	padding: 10px 10px 0 28px;
}

.product .product_main .page_left .product_contact .prod_form ul li input::-webkit-input-placeholder,
.product .product_main .page_left .product_contact .prod_form ul li textarea::-webkit-input-placeholder {
	color: rgb(172, 172, 172);
}

.product .product_main .page_left .product_contact .prod_form ul li input:-o-placeholder,
.product .product_main .page_left .product_contact .prod_form ul li textarea:-o-placeholder {
	color: rgb(172, 172, 172);
}

.product .product_main .page_left .product_contact .prod_form ul li input::-moz-placeholder,
.product .product_main .page_left .product_contact .prod_form ul li textarea::-moz-placeholder {
	color: rgb(172, 172, 172);
}

.product .product_main .page_left .product_contact .prod_form .page_left .product_contact .prod_form ul li input:-ms-input-placeholder,
.product .product_main .page_left .product_contact .prod_form .page_left .product_contact .prod_form ul li textarea:-ms-input-placeholder {
	color: rgb(172, 172, 172);
}

.product .product_main .page_left .product_contact .prod_form ul li input:focus::-webkit-input-placeholder,
.product .product_main .page_left .product_contact .prod_form ul li textarea:focus::-webkit-input-placeholder {
	color: #CCCCCC;
}

.product .product_main .page_left .product_contact .prod_form ul li input:focus::-o-placeholder,
.product .product_main .page_left .product_contact .prod_form ul li textarea:focus::-o-placeholder {
	color: #CCCCCC;
}

.product .product_main .page_left .product_contact .prod_form ul li input:focus::-moz-placeholder,
.product .product_main .page_left .product_contact .prod_form ul li textarea:focus::-moz-placeholder {
	color: #CCCCCC;
}

.product .product_main .page_left .product_contact .prod_form ul li input:focus::-ms-input-placeholder,
.product .product_main .page_left .product_contact .prod_form ul li textarea:focus::-ms-input-placeholder {
	color: #CCCCCC;
}

.product .product_main .page_left .product_contact .prod_form ul li button {
	background-color: #FFFFFF;
	line-height: 40px;
	font-size: 16px;
	color: #000000;
	cursor: pointer;
	padding-right: 10px;
	border: 1px solid #264d9a;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product .product_main .page_left .product_contact .prod_form ul li button:before {
	font-family: 'iconfont' !important;
	display: inline-block;
	width: 40px;
	background-color: #264d9a;
	font-size: 18px;
	line-height: 42px;
	color: #FFFFFF;
	content: '\e6a0';
	margin-right: 10px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product .product_main .page_left .product_contact .prod_form ul li button:hover {
	/*-webkit-animation: swing 1s 0s ease both;
	animation: swing 1s 0s ease both;*/
	color: #264d9a;
}

.product .product_main .page_nav .menu {
	position: relative;
}

.product .product_main .page_nav .menu .menu1>li.more>a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: -10px;
	display: block;
	content: '\e67d';
	color: #c5c5c5;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-50%) rotateZ(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotateZ(90deg);
	opacity: 0;
}

.product .product_main .page_nav .menu .menu1>li.nomore>a:before {
	font-family: 'iconfont' !important;
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: -10px;
	display: block;
	content: '\e67d';
	color: #c5c5c5;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	-webkit-transform: translateY(-50%) rotateZ(0);
	-ms-transform: translateY(-50%) rotate(0);
	transform: translateY(-50%) rotateZ(0);
	opacity: 0;
}

.product .product_main .page_nav .menu .menu1>li:hover>a,
.product .product_main .page_nav .menu .menu1>li.active>a {
	color: #264d9a;
	opacity: 1;
	left: 0;
}

.product .product_main .page_nav .menu .menu1>li:hover>a:before,
.product .product_main .page_nav .menu .menu1>li.active>a:before {
	color: #264d9a;
	opacity: 1;
	left: 0;
}

.product .product_main .page_nav .menu .menu1>li:hover>a:before,
.product .product_main .page_nav .menu .menu1>li.active>a:before {
	-webkit-transform: translateY(-50%) rotateZ(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotateZ(90deg);
}

.product .product_main .page_nav .menu .nomore .menu2 {
	display: none;
}

.product .product_main .page_nav .menu .menu1>li>a {
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 0px;
	color: #000;
	padding: 0 0 0 40px;
	position: relative;
	display: block;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product .product_main .page_nav .menu .menu1>li>.menu2 {
	padding: 0px 0 20px 40px;
}

.product .product_main .page_nav .menu ul.menu2>li {
	line-height: 30px;
	position: relative;
	cursor: pointer;
}

.product .product_main .page_nav .menu ul.menu2>li.more>a {
	position: relative;
}

.product .product_main .page_nav .menu ul.menu2>li.active>a,
.product .product_main .page_nav .menu ul.menu2>li:hover>a {
	text-decoration: underline !important;
}

.product .product_main .page_nav .menu ul.menu2>li>a {
	font-size: 16px;
	line-height: 40px;
	color: #2e2e2e;
	opacity: .8;
	display: inline-block;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.product .product_main .page_nav .menu ul.menu3 {
	padding: 0 0 0 12px;
	display: none;
}

.product .product_main .page_nav .menu ul.menu3>li>a {
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #595757;
	opacity: .7;
}

.product .product_main .page_nav .menu ul.menu3>li>a:hover {
	text-decoration: underline !important;
}

.product .product_main .page_right .product_lists {
	padding-top: 70px;
}

.product .product_main .page_right .product_lists .item {
	position: relative;
	display: block;
	margin-bottom: 40px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.product .product_main .page_right .product_lists .item .img-box img {
	-webkit-transition: all 1s;
	transition: all 1s;
}

.product .product_main .page_right .product_lists .item:hover .img-box img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.product .product_main .page_right .product_lists .item .name {
	padding-top: 15px;
}

.product .product_main .page_right .product_lists .item .name b {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #264d9a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product .product_main .page_right .product_lists .item .name b:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 1px;
	background-color: #264d9a;
	margin-right: 10px;
}

.product .product_main .page_right .product_lists .item .prod_more {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.product .product_main .page_right .product_lists .item .prod_more p {
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	background-color: #264d9a;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);
	opacity: 0;
}

.product .product_main .page_right .product_lists .item:hover .prod_more p {
	opacity: 1;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 1469px) {
	.product .product_main .page_left {
		width: 30%;
	}
	.product .product_main .page_right {
		width: 70%;
		padding-left: 30px;
	}
	.product .product_main .page_right .product_lists .item .prod_more p {
		font-size: 26px;
		line-height: 50px;
	}
}

@media (max-width: 1199px) {
	.product .product_main .page_left {
		width: 32%;
	}
	.product .product_main .page_right {
		width: 68%;
		padding-left: 20px;
	}
	.product .product_main .page_nav .menu .menu1>li>a {
		font-size: 18px;
		line-height: 60px;
	}
	.product .product_main .page_right .product_lists {
		padding-top: 30px;
	}
	.product .product_main .page_nav .menu .menu1>li.nomore>a:before {
		font-size: 18px;
	}
	.product .product_main .page_right .product_lists .item .prod_more p {
		font-size: 20px;
		line-height: 40px;
	}
}

@media (max-width: 991px) {
	.product {
		padding: 20px 0 60px 0;
	}
	.product .product_main .page_left {
		width: 100%;
	}
	.product .product_main .page_nav .menu .menu1>li>a {
		line-height: 50px;
		padding: 0 0 0 30px;
	}
	.product .product_main .page_right {
		width: 100%;
		padding-left: 0;
		padding-top: 20px;
	}
	.product .product_main .page_right .product_lists {
		padding-top: 25px;
	}
	.product .product_main .page_right .product_lists .item {
		margin-bottom: 30px;
	}
	.product .product_main .page_right .product_lists .item .name {
		padding-top: 10px;
	}
	.product .product_main .page_right .product_lists .item .prod_more p {
		line-height: 50px;
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.product .product_main .page_left .title b {
		font-size: 22px;
	}
	.product .product_main .page_nav .menu .menu1>li>a {
		font-size: 18px;
		line-height: 38px;
		padding: 0 0 0 25px;
	}
	.product .product_main .page_nav .menu .menu1>li.nomore>a:before {
		font-size: 14px;
	}
	.product .product_main .page_right {
		padding-top: 10px;
	}
	.product .product_main .page_right .product_lists .item .prod_more p {
		font-size: 20px;
	}
}


/*prod_details*/

.product_box {
	padding-top: 15px;
}

.product_box .left {
	width: 47.058%;
	overflow: hidden;
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
}

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

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

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

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

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

.product_box .pro-show .album .slider-nav {
	position: relative;
	padding: 15px 50px;
	margin-top: -123px;
}

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

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

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

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

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

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

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

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

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

.product_box .right .product_sign {
	float: right;
	display: block;
	width: 150px;
	line-height: 50px;
	background-color: #ff6003;
	border-radius: 6px;
}

.product_box .right .product_sign:before {
	display: block;
	font-family: 'iconfont';
	content: '\e60b';
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
}

.product_box .right .prod_info .title h1 {
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	line-height: 50px;
	text-align: left;
	padding: 10px 20px;
	background-color: #264d9a;
}

.product_box .right .prod_info .note {
	padding-top: 10px;
}

.product_box .right .prod_info .note p {
	font-size: 20px;
	line-height: 40px;
	color: #1b1b1b;
}

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

.product_box .right .prod_info .info .features_title b {
	display: block;
	font-size: 27px;
	line-height: 50px;
	color: #1b1b1b;
}

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

.product_box .right .prod_info .info .features_msg p {
	font-size: 20px;
	line-height: 50px;
	color: #1b1b1b;
}

.product_box .right .prod_info .info .features_msg p:before {
	font-family: 'iconfont';
	display: inline-block;
	content: '\e62e';
	color: #264d9a;
	margin-right: 10px;
}

.product_box .right .prod_info .share_tips {
	padding-top: 20px;
}

.product_box .right .prod_info .share_main {
	line-height: 50px;
	float: left;
}

.product_box .right .prod_info .share_main span {
	display: inline-block;
	font-size: 14px;
	color: #666666;
}

.product_box .right .prod_info .share_main .share_box {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

@media (max-width: 1469px) {
	.product_box .left {
		width: 52%;
	}
	.product_box .right {
		width: 48%;
	}
	.product_box .right .prod_info .title h1 {
		font-size: 25px;
		line-height: 55px;
	}
	.product_box .right .prod_info .note p {
		font-size: 18px;
		line-height: 32px;
	}
	.product_box .right .prod_info .info {
		padding-top: 10px;
	}
	.product_box .right .prod_info .info .features_msg p {
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.product_box .right .prod_info .info .features_title b {
		font-size: 22px;
		line-height: 30px;
	}
	.product_box .right .prod_info .share_main .share_box {
		margin-left: 0;
	}
	.product_box .right .prod_info .share_tips {
		padding-top: 10px;
	}
	.product_box .right .product_sign {
		width: 105px;
	}
	.product_box .right .product_sign:before {
		font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.product_box .left {
		width: 100%;
	}
	.product_box .right {
		width: 100%;
		padding: 25px 0 0 0;
	}
	.product_box .right .prod_info .pro_btn a#addshop_btn {
		float: none;
		margin-top: 10px;
	}
}

@media (max-width: 991px) {
	.product_box {
		padding-top: 15px;
	}
	.product_box .pro-show .album {
		float: none;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.product_box .right .prod_info .title span {
		font-size: 16px;
	}
	.product_box .right .prod_info .note {
		font-size: 10px;
	}
}

.product .tab_box .table_title {
	padding-top: 50px;
}

.product .tab_box .table_title p {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
	padding: 0 30px;
	background-color: #264d9a;
}

.product .tab_box .row {
	margin: 0;
}

.product .tab_box .tab_item {
	margin-top: 30px;
	padding: 0;
}

.product .tab_box table tr>th {
	border: 1px solid #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	line-height: 32px;
	background-color: #5171ae;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product .tab_box table tr>td {
	border: 1px solid #FFFFFF;
	font-size: 20px;
	color: #000;
	text-align: left;
	line-height: 32px;
	background-color: #e9f0fe;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product .tab_box table tr>td p {
	text-indent: 0 !important;
}

.product .tab_box table tr>td p span {
	font-size: 18px !important;
}

.product .tab_box .tab_item .prod_information p {
	font-size: 18px;
	line-height: 32px;
	color: #333;
	text-align: justify;
}

.product .tab_box .tab_item .pro_download {
	padding-top: 15px;
}

.product .tab_box .tab_item .pro_download span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #333;
}

.product .tab_box .tab_item .pro_download a {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #264d9a;
	text-decoration: underline !important;
}

.product .tab_box .tab_item .pro_download a:hover {
	opacity: .8;
}

.features_img {
	margin-top: 30px;
}

.features_img img {
	max-width: 100%;
	height: auto !important;
}

.application_scenario {
	padding-top: 50px;
}

.application_scenario .scenario_title p {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
	padding: 0 30px;
	background-color: #264d9a;
}

.application_scenario .lists ul li {
	float: left;
}

.application_scenario .lists .lists_img {
	width: 67.645%;
	float: left;
}

.application_scenario .lists .list_img {
	width: 32.352%;
	float: right;
	padding-left: 30px;
}

.application_scenario .lists .list_img .pic .img-box {
	padding-bottom: 210%;
}

.application_scenario .lists .lists_img .pic .img-box {
	padding-bottom: 90.90909090909091%;
}

.application_scenario .lists .lists_img ul li:last-child .pic .img-box {
	padding-bottom: 43.47826086956522%;
}

.application_scenario .lists .pic {
	margin-top: 30px;
}

@media (max-width: 1469px) {
	.application_scenario .lists .list_img .pic .img-box {
		padding-bottom: 219%;
	}
	.product .product_main .page_left .product_contact .title p,
	.product .product_main .page_left .product_like p,
	.product .tab_box .table_title p,
	.application_scenario .scenario_title p {
		font-size: 25px;
		line-height: 55px;
	}
}

@media (max-width: 1199px) {
	.product .product_main .page_left .product_like p,
	.product .product_main .page_left .product_contact .title p,
	.product .tab_box .table_title p,
	.application_scenario .scenario_title p {
		font-size: 22px;
		line-height: 55px;
		padding-left: 25px;
	}
	.product .product_main .page_left .product_like ul li a {
		font-size: 18px;
		line-height: 50px;
	}
	.product_box .right .prod_info .title h1 {
		font-size: 22px;
		line-height: 40px;
		padding: 10px 20px;
	}
	.product_box .right .prod_info .info .features_title b {
		font-size: 18px;
	}
	.product_box .right .prod_info .note p {
		font-size: 16px;
		line-height: 32px;
	}
	.product_box .right .prod_info .info .features_msg p {
		font-size: 16px;
		line-height: 28px;
		padding-bottom: 5px;
	}
	.product .tab_box table tr>td p span {
		font-size: 16px !important;
	}
	.product .tab_box .tab_item .prod_information p {
		font-size: 16px;
		line-height: 30px;
	}
}

@media (max-width: 991px) {
	.product .tab_box {
		padding-top: 0px;
	}
	.product .product_main .page_left .product_like p,
	.product .product_main .page_left .product_contact .title p,
	.product .tab_box .table_title p,
	.application_scenario .scenario_title p {
		font-size: 20px;
		line-height: 50px;
		padding-left: 20px;
	}
	.product_box .right .prod_info .title h1 {
		font-size: 22px;
		line-height: 35px;
	}
	.product .tab_box .table_title {
		padding-top: 30px;
	}
	.product .tab_box .tab_item {
		margin-top: 15px;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.application_scenario .lists .lists_img {
		width: 100%;
	}
	.application_scenario .lists .list_img {
		width: 100%;
		padding-left: 0;
	}
	.product_box .right .prod_info .title h1 {
		font-size: 20px;
		line-height: 32px;
	}
	.product .product_main .page_left .product_like ul li a {
		font-size: 18px;
		line-height: 40px;
	}
	.product .product_main .page_left .product_like p,
	.product .product_main .page_left .product_contact .title p,
	.product .tab_box .table_title p,
	.application_scenario .scenario_title p {
		font-size: 18px;
		line-height: 45px;
		padding-left: 20px;
	}
	.product .tab_box .tab_item .table-responsive {
		border: none;
		margin-bottom: 0;
	}
	.features_img {
		margin-top: 20px;
	}
	.application_scenario .lists .pic {
		margin-top: 20px;
	}
	.application_scenario {
		padding-top: 35px;
	}
}


/*contact*/

.contact {
	padding: 80px 0;
}

.contact .title p {
	font-size: 30px;
	color: #989595;
	padding-top: 15px;
}

.contact .lists {
	padding-top: 45px;
	border-bottom: 1px solid #4c4b4b;
}

.contact .lists .item {
	padding: 0 50px 75px 50px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.contact .lists ul li:last-child .item {
	padding: 0 30px 75px 0px;
}

.contact .lists .item:hover {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.contact .lists .item .title b {
	font-size: 35px;
	letter-spacing: 2px;
	color: #000000;
}

.contact .lists .item .title:before {
	display: block;
	font-family: 'iconfont' !important;
	content: '\e60c';
	font-size: 75px;
	color: #264d9a;
	line-height: 100px;
}

.contact .lists ul li:nth-child(2) .item .title:before {
	content: '\e605';
	font-size: 60px;
}

.contact .lists ul li:last-child .item .title:before {
	content: '\e667';
	font-size: 60px;
}

.contact .lists .item .info {
	padding-top: 20px;
}

.contact .lists ul li:nth-child(2) .item .info {
	padding-left: 40px;
}

.contact .lists .item .info p {
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #000000;
}

.contact .lists ul li:last-child .item p {
	text-align: center;
}

.contact .lists .item .info a {
	color: #000000;
}

.contact .lists .item .info a:hover {
	color: #264d9a;
	text-decoration: underline !important;
}

.contact .contact_lists {
	padding-top: 80px;
}

.contact .contact_lists .item_title b {
	display: block;
	font-size: 25px;
	font-weight: normal;
	color: #000000;
}

.contact .contact_lists .item_title p {
	font-size: 14px;
	color: #595757;
	padding-top: 15px;
}

.contact .message_form {
	margin-top: 20px;
}

.contact .message_form ul {
	margin: 0 -15px;
}

.contact .message_form ul li {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	padding: 0 15px;
}

.contact .message_form ul li:first-child,
.contact .message_form ul li:nth-child(4),
.contact .message_form ul li:last-child {
	width: 100%;
}

.contact .message_form ul li input {
	width: 100%;
	font-size: 16px;
	line-height: 45px;
	min-height: 45px;
	color: #4a4949;
	border: none;
	padding: 0 10px;
	background-color: #eeecec;
}

.contact .message_form ul li textarea {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	min-height: 120px;
	color: #4a4949;
	border: none;
	padding: 10px;
	background-color: #eeecec;
}

.contact .message_form ul li input::-webkit-input-placeholder,
.contact .message_form ul li textarea::-webkit-input-placeholder {
	color: #797e8b;
}

.contact .message_form ul li input:-o-placeholder,
.contact .message_form ul li textarea:-o-placeholder {
	color: #797e8b;
}

.contact .message_form ul li input::-moz-placeholder,
.contact .message_form ul li textarea::-moz-placeholder {
	color: #797e8b;
}

.contact .message_form ul li input:-ms-input-placeholder,
.contact .message_form ul li textarea:-ms-input-placeholder {
	color: #797e8b;
}

.contact .message_form ul li input:focus::-webkit-input-placeholder,
.contact .message_form ul li textarea:focus::-webkit-input-placeholder {
	color: #ddd;
}

.contact .message_form ul li input:focus::-o-placeholder,
.contact .message_form ul li textarea:focus::-o-placeholder {
	color: #ddd;
}

.contact .message_form ul li input:focus::-moz-placeholder,
.contact .message_form ul li textarea:focus::-moz-placeholder {
	color: #ddd;
}

.contact .message_form ul li input:focus::-ms-input-placeholder,
.contact .message_form ul li textarea:focus::-ms-input-placeholder {
	color: #ddd;
}

.contact .message_form ul li button {
	background-color: #FFFFFF;
	line-height: 30px;
	font-size: 16px;
	color: #000000;
	cursor: pointer;
	padding-right: 10px;
	border: 1px solid #264d9a;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.contact .message_form ul li button:before {
	font-family: 'iconfont' !important;
	display: inline-block;
	width: 40px;
	background-color: #264d9a;
	font-size: 18px;
	line-height: 32px;
	color: #FFFFFF;
	content: '\e6a0';
	margin-right: 10px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.contact .message_form ul li button:hover {
	color: #264d9a;
}

.contact .contact_lists .item .map {
	padding-top: 20px;
}

.contact .contact_lists .item .map .map-content {
	height: 350px;
}

.contact .contact_lists .item .info {
	padding-top: 10px;
}

.contact .contact_lists .item .info p {
	font-size: 22px;
	line-height: 45px;
	color: #595757;
	text-align: justify;
}

@media (max-width: 1469px) {
	.contact .lists .item {
		padding: 0 30px 75px 30px;
	}
	.contact .lists ul li:nth-child(2) .item .info {
		padding-left: 20px;
	}
}

@media (max-width: 1199px) {
	.contact .lists {
		padding-top: 30px;
	}
	.contact .lists .item {
		padding: 0 20px 60px 20px;
	}
	.contact .lists .item .title b {
		font-size: 30px;
	}
	.contact .lists .item .title:before {
		font-size: 60px;
	}
	.contact .lists ul li:nth-child(2) .item .title:before,
	.contact .lists ul li:last-child .item .title:before {
		font-size: 50px;
	}
	.contact .lists ul li:nth-child(2) .item .info {
		padding-left: 0;
	}
	.contact .contact_lists .item .info p {
		font-size: 20px;
		line-height: 40px;
		color: #595757;
	}
	.contact .contact_lists {
		padding-top: 60px;
	}
}

@media (max-width: 991px) {
	.contact {
		padding: 40px 0;
	}
	.contact .title p {
		font-size: 20px;
		padding-top: 10px;
	}
	.contact .lists {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.contact .lists .item {
		padding: 0 0 20px 0 !important;
	}
	.contact .lists .item .title:before {
		font-size: 50px;
		line-height: 70px;
	}
	.contact .lists ul li:nth-child(2) .item .title:before,
	.contact .lists ul li:last-child .item .title:before {
		font-size: 40px;
	}
	.contact .lists .item .info {
		padding-top: 5px;
		text-align: center;
	}
	.contact .lists .item .title b {
		font-size: 22px;
	}
	.contact .lists .item .info p {
		font-size: 18px;
	}
	.contact .contact_lists {
		padding-top: 30px;
	}
	.contact .contact_lists .item {
		margin-bottom: 30px;
	}
	.contact .contact_lists .item_title b {
		font-size: 22px;
	}
	.contact .message_form ul li:last-child {
		margin-bottom: 0;
	}
	.contact .contact_lists .item .map .map-content {
		height: 280px;
	}
}

@media (max-width: 767px) {
	.contact .title p {
		font-size: 18px;
		padding-top: 0px;
	}
	.contact .message_form ul li {
		margin-bottom: 15px;
	}
	.contact .contact_lists .item .info p {
		font-size: 18px;
		line-height: 38px;
	}
	.contact .contact_lists ul li:last-child .item {
		margin-bottom: 0;
	}
}


/*news*/

.news {
	padding: 80px 0;
}

.news .item {
	margin-bottom: 80px;
}

.news .item .pic {
	display: block;
	float: left;
	width: 49%;
}

.news .item:nth-child(2n) .pic {
	float: right;
}

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

.news .item .info {
	float: right;
	width: 51%;
	padding-left: 30px;
}

.news .item:nth-child(2n) .info {
	float: left;
	padding-left: 0;
	padding-right: 30px;
}

.news .item .info .time span {
	display: block;
	font-size: 48px;
	font-weight: bold;
	color: #264d9a;
	line-height: 55px;
}

.news .item .info .time p {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #264d9a;
	padding-top: 10px;
}

.news .item .info .tips {
	width: 120px;
	line-height: 30px;
	background-color: #264d9a;
	padding: 0 0 0 10px;
	font-size: 18px;
	color: #ffffff;
	margin-top: 5px;
}

.news .item .info .news_title {
	padding-top: 20px;
}

.news .item .info .news_title:before {
	content: '';
	display: block;
	width: 92%;
	height: 1px;
	background-color: #666666;
}

.news .item .info .news_title a {
	display: block;
	font-size: 35px;
	line-height: 40px;
	color: #000;
	padding-top: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .item .info .note {
	padding-top: 15px;
}

.news .item .info .note p {
	font-size: 20px;
	line-height: 35px;
	color: #666666;
	text-align: justify;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.news .item .info .more {
	position: relative;
	float: right;
	width: 120px;
	height: 40px;
	cursor: pointer;
	border: solid 1px #264d9a;
	margin-top: 30px;
}

.news .item .info .more:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #264d9a;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news .item .info .more:hover:before {
	width: 100%;
}

.news .item .info .more a {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 auto;
	width: 66px;
	height: 12px;
	background-size: 100% 100% !important;
	background: url(../images/img/icon_arr.png) no-repeat;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.news .item .info .more:hover a {
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
	background: url(../images/img/icon_arrow.png) no-repeat;
}

.news .item .info a.more:hover:after {
	opacity: 1;
}

@media (max-width: 1469px) {
	.news .item .pic {
		width: 56%;
	}
	.news .item .info {
		width: 44%;
	}
	.news .item .info .time span {
		line-height: 45px;
	}
	.news .item .info .time p {
		padding-top: 0;
	}
	.news .item .info .note p {
		-webkit-line-clamp: 3;
	}
	.news .item .info .more {
		margin-top: 30px;
	}
}

@media (max-width: 1199px) {
	.news .item .pic {
		width: 59%;
	}
	.news .item .info {
		width: 41%;
	}
	.news .item .info .time span {
		font-size: 38px;
	}
	.news .item .info .news_title a {
		font-size: 28px;
		padding-top: 10px;
	}
	.news .item .info .news_title {
		padding-top: 15px;
	}
	.news .item .info .note {
		padding-top: 5px;
	}
	.news .item .info .more {
		margin-top: 15px;
		width: 110px;
		height: 35px;
	}
}

@media (max-width: 991px) {
	.news {
		padding: 40px 0 40px 0;
	}
	.news .item {
		margin-bottom: 40px;
	}
	.news .item .pic {
		width: 100%;
	}
	.news .item .info {
		width: 100%;
		padding: 10px 0 0 0;
	}
	.news .item:nth-child(2n) .info {
		padding-right: 0;
	}
	.news .item .info .news_title {
		padding-top: 10px;
	}
	.news .item .info .time span {
		font-size: 32px;
	}
	.news .item .info .tips {
		width: 100px;
		line-height: 26px;
		padding: 0 0 0 10px;
		font-size: 16px;
	}
	.news .item .info .news_title a {
		font-size: 22px;
	}
	.news .item .info .note {
		padding-top: 0;
	}
	.news .item .info .note p {
		font-size: 16px;
		line-height: 30px;
	}
	.news .item .info .more {
		width: 100px;
		height: 30px;
	}
	.news .item .info .more a {
		width: 55px;
	}
}

@media (max-width: 767px) {
	.news .item {
		/*margin-bottom: 30px;*/
	}
	.news .item .info .news_title {
		padding-top: 5px;
	}
	.news .item .info .time span {
		font-size: 30px;
	}
	.news .item .info .news_title a {
		font-size: 20px;
	}
}


/*news_detail*/

.news_detail .title h1 {
	font-size: 35px;
	font-weight: normal;
	color: #000;
	line-height: 1.714285714285714;
}

.news_detail .title p {
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	opacity: .4;
	padding-top: 10px;
}

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

.news_detail .info p {
	font-size: 22px;
	line-height: 45px;
	color: #666666;
	text-align: justify;
}

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

.news_detail .news_page {
	margin-top: 30px;
	border-top: 1px solid #585858;
}

.news_detail .news_page .page_item.prev {
	padding-top: 20px;
	padding-bottom: 10px;
}

.news_detail .news_page .page_item span {
	font-size: 14px;
	color: #585858;
}

.news_detail .news_page .page_item a {
	font-size: 14px;
	color: #585858;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_detail .news_page .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;
}

.news_detail .news_page .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);
}

.news_detail .news_page .page_item a:hover {
	text-decoration: underline !important;
}

@media (max-width: 1199px) {
	.news_detail .title h1 {
		font-size: 28px;
	}
	.news_detail .info {
		padding-top: 20px;
	}
	.news_detail .info p {
		font-size: 20px;
		line-height: 40px;
	}
}

@media (max-width: 991px) {
	.news_detail .title h1 {
		font-size: 22px;
	}
	.news_detail .info {
		padding-top: 15px;
	}
	.news_detail .info p {
		font-size: 18px;
		line-height: 35px;
	}
}

@media (max-width: 767px) {
	.news_detail {
		padding: 40px 0;
	}
	.news_detail .title h1 {
		font-size: 20px;
	}
	.news_detail .info {
		padding-top: 10px;
	}
	.news_detail .info p {
		font-size: 16px;
		line-height: 32px;
	}
}