* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑", "Calibri", "LatoBold", "LatoRegular", "LatoItalic";
	transition: all 0.6s;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

/*
 | ------------------------------------------
 | Glide styles
 | ------------------------------------------
 | Here are slider styles
 |
*/
.slider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

/*盒子带容器*/
.slides {
	height: auto;
	/* Simple clear fix */
	overflow: hidden;
	/**
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	/**
		 * Here is CSS transitions
		 * responsible for slider animation in modern broswers
		 */
	-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	-o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide {
	height: auto;
	float: left;
	clear: none;
	width: 100%;
}

.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	text-indent: 10em;
	border-radius: 50%;
	overflow: hidden;
}

/*左右按钮样式及放置位置*/
.slider-arrow--right {
	bottom: 50%;
	right: 30px;
	background: url(../images/img3.png) no-repeat center;
	transition: all 0.6s;
}

.slider-arrow--right:hover {
	background: url(../images/img4.png) no-repeat center;
	transition: all 0.6s;
}

.slider-arrow--left {
	bottom: 50%;
	left: 30px;
	background: url(../images/img1.png) no-repeat center;
	transition: all 0.6s;
}

.slider-arrow--left:hover {
	background: url(../images/img2.png) no-repeat center;
	transition: all 0.6s;
}

/*
background:url(img/.png) no-repeat;
*/

.slider-nav {
	position: absolute;
	bottom: 30px;
}

.slider-nav__item {
	/*nva样式*/
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 100%;
}

.slider-nav__item:hover {
	background: #2E3191;
	transition: all 0.6s;
}

.slider-nav__item--current {
	background: #2E3191;
	transition: all 0.6s;
}

/*被选中后的样式*/

@font-face {
	font-family: 'LatoBold';
	src: url('../font/Lato-Bold.eot');
	/* IE9 Compat Modes */
	src: url('../font/Lato-Bold.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/Lato-Bold.woff') format('woff'),
		/* Modern Browsers */
		url('../font/Lato-Bold.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../font/Lato-Bold.svg#YourWebFontName') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'LatoRegular';
	src: url('../font/Lato-Regular.eot');
	/* IE9 Compat Modes */
	src: url('../font/Lato-Regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/Lato-Regular.woff') format('woff'),
		/* Modern Browsers */
		url('../font/Lato-Regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../font/Lato-Regular.svg#YourWebFontName') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'LatoItalic';
	src: url('../font/Lato-Italic.eot');
	/* IE9 Compat Modes */
	src: url('../font/Lato-Italic.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../font/Lato-Italic.woff') format('woff'),
		/* Modern Browsers */
		url('../font/Lato-Italic.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../font/Lato-Italic.svg#YourWebFontName') format('svg');
	/* Legacy iOS */
}

.register_parent {
    float: right;
    border: 1px solid #2E3191;
    margin-top: 8px;
    border-radius: 30px;
}
.register_parent li:first-child {
	border-right: 1px solid #2E3191;
	padding-right: 10px;
}
.register_parent li:last-child {
	margin-right: 15px;
	padding-left: 5px;
}
.inh_ul.register_parent li a {
	line-height: 30px;
}
/*首页*/
.ind_head,
.ind_head1 {
	transition: all 0.6s;
}

.ind_lun {
	width: 100%;
	height: 700px;
	/* position: fixed; */
	left: 0;
	top: 0;
	right: 0;
	z-index: -1;
}

.ind_lun .slider,
.ind_lun .slides,
.ind_lun .slides,
.ind_lun .box {
	height: 700px;
}

.ind_lun .box h2 {
	font-size: 56px;
	color: #fff;
	line-height: 63px;
	text-align: center;
}

.ind_lun .ind_cen {
	width: 100%;
	margin: 0 auto;
	padding-top: 15%;
}
.ind_lun .ind_cen h2 > font.wow2 {
	font-size: 20px;
	text-align: center;
	height: 35px;
	line-height:35px;
	margin-top: 10px;
	background:#000000;
	opacity: 60%;
	border-radius: 18px;
}
.ind_lun .ind_cen h2 > font.wow2 i {
	padding: 0 15px;
}

.ind_head {
	width: 100%;
	height: 50px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
	background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.inh_cen {
	width: 95%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.logo {
	display: block;
	height: 50px;
	float: left;
}

.logo img {
	display: block;
	height: 50px;
	padding: 0 0;
}

.inh_ul {
	float: right;
	width: auto;
	height: auto;
	text-align: right;
	/* margin-top: 10px; */
}

.inh_ul li {
	display: inline-block;
	margin-left: 15px;
	position: relative;
}

.inh_ul li a {
	transition: all 0.6s;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	line-height: 47px;
	padding: 0 15px;
}

.inh_ul li.inh_ac span {
	background: #fff;
}

.inh_ul li span {
	display: inline-block;
	width: 100%;
	height: 3px;
	background: transparent;
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
}

.inh_ul li:hover span {
	background: #2E3191;
	animation: test;
	animation-duration: 0.3s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
}

.ind_lun {
	position: unset;
}
.inh_ul li.inh_ac a {
    color: #2E3191;
}

.inh_ul li.inh_ac span {
    background: #2E3191;
}

.ind_head:hover {
	background: #fff;
}

.ind_head:hover .logo img:last-child {
	display: block;
}

.ind_head:hover .logo img:first-child {
	display: none;
}

/* .ind_head1 {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
} */
.ind_head:hover .inh_ac a {
    color: #2E3191;
}

.ind_head:hover .inh_ac span {
    background: #2E3191;
}

.inh_ul li a {
    color: #2E3191;
}

.til_span {
    background: #2E3191;
}
@keyframes test {
	0% {
		width: 0px;
	}

	20% {
		width: 20%;
	}

	40% {
		width: 40%;
	}

	60% {
		width: 60%;
	}

	80% {
		width: 80%;
	}

	100% {
		width: 100%;
	}
}

.inh_ul li:hover a {
	transition: all 0.6s;
}

.til_cen {
	width: auto;
	height: auto;
	padding-left: 48%;
	padding-top: 22%;
}

.til_cen h2 {
	font-size: 40px;
	color: #333333;
	line-height: 40px;
	position: relative;
}

.til_cen img {
	display: block;
	margin-top: 20px;
}

.til_right {
	width: 59%;
	float: left;
	height: 100%;
	overflow-y: auto;
	margin-left: 41%;
}

.til_right::-webkit-scrollbar {
	width: 16px;
	height: 16px;
	background-color: transparent;
}

.til_right::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;
}

.til_right::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: transparent;
}

.til_ul {
	margin-top: 70px;
	margin-left: 40px;
	background: url(../images/img6.png) repeat-y left;
	background-position-x: 5px;
}

.til_ul li {
	padding-bottom: 30px;
	padding-left: 30px;
	background: url(../images/img8.jpg) no-repeat left top;
}

.til_ul li b {
	font-size: 24px;
	color: #2E3191;
	font-weight: normal;
	line-height: 24px;
	margin-top: -7px;
	display: block;
	float: left;
}

.til_ul li p {
	display: block;
	font-size: 14px;
	line-height: 21px;
	display: block;
	margin-top: 20px;
	font-family: 'LatoRegular';
}

.lea_div {
	width: 100%;
	height: auto;
	padding: 80px 0;
	background: #fff;
}

.lea_cen {
	width: 95%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.lea_top {
	text-align: center;
}

.lea_top h2 {
	color: #2E3191;
	margin-bottom: 0px;
}
.lea_top h2:first-child {
	font-size: 40px;
	line-height: 45px;
	display: inline-block;
	padding-bottom: 10px;
    border-bottom: 2px solid #EADCA4;
}
.lea_top h2:last-child {
	padding-top: 10px;
	font-size: 18px;
	line-height: 24px;
}

.lea_ul {
	width: 100%;
	height: auto;
	margin-top: 80px;
}

.lea_ul li {
	width: 31%;
	float: left;
	height: auto;
	margin-left: 3.5%;
}

.lea_ul li:first-child {
	margin-left: 0%;
}

.lea_a {
	display: block;
	width: auto;
	height: auto;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.leu_top {
	width: 100%;
	height: 268px;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

.leu_text {
	transition: all 1s;
	position: absolute;
	left: 0px;
	top: 100%;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	padding: 25px;
	background: #2E3191;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.leu_text p {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-family: 'LatoRegular';
	margin-bottom: 15px;
	background: url(../images/img10.jpg) no-repeat left top;
	background-position-y: 8px;
	display: block;
	padding-left: 25px;
}

.leu_p {
	display: block;
	padding: 23px 0;
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	color: #666;
	font-family: 'LatoRegular';
}

.lea_a:hover .leu_text {
	top: 0;
	transition: all 1s;
}

.lea_a:hover .leu_p {
	color: #333;
	transition: all 0.6s;
}

.lea_a:hover {
	border: 1px solid #2E3191;
	transition: all 0.6s;
}

.pro_div {
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 100px;
	background: url(../images/home_global.jpg) no-repeat center;
	background-size: contain;
}

.pro_cen {
	width: 95%;
	margin: 0 auto;
	height: auto;
	max-width: 1200px;
}

.pro_top {
	width: 100%;
	text-align: center;
	height: auto;
}

.pro_top h2 {
	font-size: 40px;
	color: #fff;
	line-height: 45px;
	margin-bottom: 10px;
}

.pro_ul {
	width: 100%;
	height: auto;
	margin-top: 80px;
}

.pro_ul li {
	width: 40%;
	float: left;
	height: auto;
	margin-left: 20%;
}

.pro_ul li:first-child {
	margin-left: 0%;
}

.pro_a {
	text-align: center;
}

.pro_a > div {
	padding-top: 190px;
}
.pro_a h2 {
	font-size: 20px;
	color: #2E3191;
	line-height: 25px;
	margin-bottom: 20px;
}

.pro_a p {
	font-size: 16px;
	color: #3A3A3A;
	line-height: 30px;
}

.pro_a:hover {
	transform: scale(1.1);
    transition: all .6s;
}


.ver_top {
	overflow: hidden;
	transition: all 0.6s;
}

.ver_top img {
	transition: all 0.6s;
}

.ver_top img:hover {
	transform: scale(1.1);
	transition: all 0.6s;
}

.ver_top:hover {
	transform: scale(1.1);
	transition: all 0.6s;
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    color: white;
    font-size: 10px;
    background: #2E3191;
	padding: 10px 0px;
}
.footer a {
    color: white;
}

.footer span {
    line-height: 20px;
	text-align: center;
}
.footer img.ipv6 {
    border-radius: 5px;
	opacity: 0.5;
}

.pro_a2 p {
	display: inline-block;
	padding-right: 4%;
	width: 39%;
}

.pro_a2 p:nth-child(2n) {
	margin-right: 0%;
}

.yd_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.6);
}

.yd_right {
	width: 100%;
	position: fixed;
	top: 50px;
	right: 0;
	height: auto;
	background: #333;
	z-index: 9999;
}

.yd_right>img {
	display: block;
	width: 30px;
	float: right;
	margin-right: 5%;
	margin-top: 15px;
}

.yd_ul {
	width: 90%;
	margin-left: 5%;
	height: auto;
	margin-top: 20px;
}

.yd_ul li {
	height: 50px;
	line-height: 50px;
}

.yd_ul li a {
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 14px;
}

.ind_head1 {
	background: #fff;
}

.ind_head1 .logo img:first-child {
	display: none !important;
}

.ind_head1 .logo img:last-child {
	display: block !important;
}

.ind_head .logo img:first-child {
	display: block;
}

.ind_head .logo img:last-child {
	display: none;
}

.ind_cen {
	position: relative;
}

.ind_cen span {
	width: 95px;
	height: 3px;
	position: absolute;
	bottom: -45px;
	left: 50%;
	margin-left: -47.5px;
	background: #fff;
}

.ind_cen span,
.ban_cen span {
	animation: test1;
	animation-duration: 0.6s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
}

@keyframes test1 {
	0% {
		width: 0px;
	}

	20% {
		width: 19px;
	}

	40% {
		width: 38px;
	}

	60% {
		width: 57px;
	}

	80% {
		width: 76px;
	}

	100% {
		width: 95px;
	}
}

.til_span {
	position: absolute;
	display: block;
	width: 60px;
	height: 3px;
	background: #2E3191;
	animation: test2;
	animation-duration: 0.6s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	margin-top: 5px;
}

.til_span2 {
	left: 50%;
	margin-left: -30px;
}

@keyframes test2 {
	0% {
		width: 0px;
	}

	10% {
		width: 0px;
	}

	20% {
		width: 0px;
	}

	30% {
		width: 0px;
	}

	40% {
		width: 0px;
	}

	50% {
		width: 10px;
	}

	60% {
		width: 20px;
	}

	70% {
		width: 30px;
	}

	80% {
		width: 40px;
	}

	90% {
		width: 50px;
	}

	100% {
		width: 60px;
	}
}

.ind_nav {
	display: block;
	width: 25px;
	height: auto;
	float: right;
	margin-top: 13px;
}

.ind_nav span {
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 6px;
	transition: all 0.6s;
}

.ind_nav2 span:nth-child(2) {
	opacity: 0;
}

.ind_nav2 span:nth-child(1) {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
}

.ind_nav2 span:nth-child(3) {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-moz-transform: rotate(-45deg);
	/* Firefox */
	-webkit-transform: rotate(-45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-45deg);
	/* Opera */
	margin-top: -18px;
}

.ind_nav2 {
	margin-top: 23px;
}

.ind_nav {
	display: none;
}

.top {
	width: 50px;
	height: 50px;
	background: url(../images/img18.png) #465069 no-repeat center;
	position: fixed;
	right: 0;
	bottom: 10px;
	transition: all 0.6s;
}

.top:hover {
	background: url(../images/img18.png) #31394b no-repeat center;
}

/*联系我们*/
.banner {
	width: 100%;
	height: 320px;
	margin-top: 70px;
}

.ban_cen {
	width: 80%;
	height: auto;
	;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding-top: 145px;
}

.ban_cen h2 {
	font-size: 28px;
	color: #fff;
}

.ban_cen span {
	width: 95px;
	height: 3px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -47.5px;
	background: #fff;
}

@keyframes mad1 {
	0% {
		height: 0%;
	}

	20% {
		height: 20%;
	}

	40% {
		height: 40%;
	}

	60% {
		height: 60%;
	}

	80% {
		height: 80%;
	}

	100% {
		height: 100%;
	}
}

.lea_top2 .til_span {
	margin-top: 8px;
}

.lea_form {
	width: 100%;
	height: auto;
	margin-top: 70px;
}

.lea_form label.lea_lab {
	width: 48.5%;
	height: auto;
	float: left;
	margin-right: 3%;
}

.lea_form label:nth-child(2n) {
	margin-right: 0%;
}

.lea_form label b {
	display: block;
	padding-bottom: 10px;
	font-size: 16px;
	color: #333;
}

.lea_lab input {
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-indent: 1em;
	outline: none;
	transition: all 0.3s;
	font-family: 'LatoRegular';
	color: #333;
}

.lea_form label {
	margin-bottom: 20px;
}

.lea_lab input:focus,
.lea_text textarea:focus {
	border: 1px solid #2E3191;
	transition: all 0.3s;
}

.lea_lab b i {
	display: inline-block;
	font-size: 13px;
	color: #ff2322;
	float: left;
	line-height: 20px;
	margin-right: 5px;
}

.lea_text textarea {
	height: 180px;
	width: 98%;
	border-radius: 5px;
	resize: none;
	outline: none;
	background: #fff;
	border: 1px solid #ddd;
	padding: 1%;
	font-family: 'LatoRegular';
	color: #333;
}

.lea_btn {
	width: 185px;
	height: 50px;
	border: none;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	line-height: 50px;
	background: #29aaf2;
	font-size: 16px;
	color: #fff;
	display: block;
	cursor: pointer;
	transition: all 0.6s;
}

.lea_btn:hover {
	background: #2E3191;
	transition: all 0.6s;
}

.lea_lab .lea_false,
.lea_text .lea_false {
	border: 1px solid #fc3768 !important;
	color: #fc3768 !important;
}


@keyframes mad2 {
	0% {
		width: 0px;
	}

	20% {
		width: 12px;
	}

	40% {
		width: 24px;
	}

	60% {
		width: 36px;
	}

	80% {
		width: 48px;
	}

	100% {
		width: 60px;
	}
}


.lae_span {
	display: block;
	font-size: 14px;
	color: #fc3768;
	padding-top: 4px;
	text-indent: 0.5em;
}

/*product*/
.prod_div {
	width: 100%;
	height: auto !important;
	background: #fff;
	padding: 80px 0;
}

.prod_ul {
	width: 95%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.prod_ul li {
	width: 25%;
	height: 380px;
	float: left;
	position: relative;
	cursor: pointer;
	transition: all 0.6s;
}

.prod_ul {
	margin-top: 70px;
}

.prod_p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	padding: 0 10px;
	font-family: 'LatoRegular';
	line-height: 60px;
	overflow: hidden;
}

.prod_text {
	position: absolute;
	left: 0%;
	bottom: 0;
	right: 0;
	top: 100%;
	background: rgba(46, 49, 145, 0.9);;
	overflow: hidden;
	transition: all 0.6s;
}

.pro_ext {
	width: auto;
	height: auto;
	padding: 30px 20px;
}

.pro_ext span {
	display: block;
	width: 40px;
	height: 4px;
	background: #fff;
	margin-bottom: 25px;
}

.pro_ext p {
	display: block;
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
	font-family: 'LatoRegular';
}

.prod_ul li:hover .prod_text {
	top: 0%;
}


.lea_white {
	color: #fff !important;
}

.lea_white2 {
	background: #fff !important;
}


.ver_div {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 80px 0;
}

.ver_cen {
	width: 95%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.ver_ul {
	width: 100%;
	height: auto;
	margin-top: 70px;
}

.ver_ul li {
	width: 49%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 50px;
}

.ver_ul li:nth-child(2n) {
	margin-right: 0%;
}

.ver_top {
	width: auto;
	height: auto;
	border: 1px solid #eeeeee;
}

.ver_top img {
	display: block;
	width: 100%;
	height: auto;
}

.ver_bot {
	width: 100%;
	height: auto;
	padding-top: 20px;
}

.ver_bot h3 {
	font-size: 22px;
	color: #333;
	font-weight: normal;
	font-family: 'LatoRegular';
}

.ver_bot p {
	display: block;
	font-size: 14px;
	font-family: 'LatoRegular';
	color: #666;
	margin-top: 10px;
	line-height: 22px;
	height: 110px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.dot {
	width: 5px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 5px;
    display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width:1280px) {
	.inh_ul li a {
		font-size: 15px;
	}

	.ind_lun .box h2 {
		font-size: 48px;
	}

	.ind_lun .ind_cen {
		padding-top: 20%;
	}

	.til_cen {
		padding-left: 30%;
	}

	.lea_top h2,
	.pro_top h2 {
		font-size: 32px;
	}

	.leu_p {
		font-size: 20px;
		line-height: 25px;
	}

	.pro_ul li {
		width: 30%;
		margin-left: 9%;
	}

	.lea_div,
	.pro_div {
		padding: 5% 0;
	}

	.leu_text p {
		font-size: 14px;
		line-height: 22px;
	}

	.pro_a h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.pro_a p {
		line-height: 24px;
	}

	.top {
		width: 40px;
		height: 40px;
		bottom: 10px;
	}

	.til_ul li b {
		font-size: 20px;
	}

	.til_ul li p {
		margin-top: 15px;
	}

	.par_div {
		padding: 5% 0;
	}

	.prod_div {
		padding: 5% 0;
	}

	.ver_div {
		padding: 5% 0;
	}
}

@media only screen and (min-width:1025px) {
	.yd_right {
		display: none !important;
	}
}

@media only screen and (max-width:1024px) {
	.ind_lun .box h2 {
		font-size: 36px;
		line-height: 50px;
	}

	.ind_lun .ind_cen {
		width: 100%;
	}

	.til_cen h2 {
		font-size: 32px;
	}

	.lea_top h2,
	.pro_top h2 {
		font-size: 26px;
	}

	.leu_p {
		font-size: 16px;
	}

	.leu_text {
		padding: 5% 10%;
		height: 90%;
		overflow-y: auto;
	}

	.leu_top {
		height: 240px;
	}

	.pro_ul li {
		width: 49%;
		margin-left: 2%;
	}

	.yd_right {
		background: #fff;
	}

	.yd_ul li a {
		color: #2E3191;
		border-top: 1px solid #2E3191;
	}
	.yd_ul li:last-child a {
		border-bottom: 1px solid #2E3191;
	}

	.ind_lun .ind_cen {
		padding-top: 30%;
	}

	.yd_right {
		top: 65px;
	}

	.prod_p {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}

	.prod_ul li {
		width: 30%;
	}
}

@media only screen and (max-width:767px) {
	.inh_ul {
		display: none;
	}

	.ind_head {
		background: #fff;
		height: 70px;
	}

	.ind_head .logo img:first-child {
		display: none;
	}

	.ind_head .logo img:last-child {
		display: block;
	}

	.ind_nav span {
		background: #2E3191;
	}

	.ind_nav {
		display: block;
	}

	.ind_nav {
		margin-top: 35px;
	}

	.ind_lun .slider,
	.ind_lun .slides,
	.ind_lun .slides,
	.ind_lun .box,
	.ind_lun {
		height: 355px;
	}

	.til_cen {
		padding-left: 12%;
	}

	.til_cen h2 {
		font-size: 24px;
		line-height: 30px;
	}

	.til_right {
		width: 68%;
		margin-left: 30%;
	}

	.lea_top h2,
	.pro_top h2 {
		font-size: 24px;
	}

	.lea_ul li {
		width: 80%;
		float: none;
		margin: 0 auto !important;
		margin-bottom: 15px !important;
	}

	.pro_ul li {
		width: 80%;
		margin: 0 auto !important;
		margin-bottom: 15px !important;
		float: none;
	}

	.ind_lun .ind_cen {
		padding-top: 13%;
	}

	.ind_cen span {
		bottom: -10px;
	}

	.ind_head {
		background: #fff;
		height: 50px;
	}

	.ind_nav {
		margin-top: 15px;
	}

	.ind_lun .box h2 {
		font-size: 24px;
		line-height: 40px;
	}

	.slider-nav {
		bottom: 15px;
	}

	.slider-arrow--right,
	.slider-arrow--left {
		bottom: 40% !important;
	}

	.banner {
		margin-top: 50px;
	}

	.yd_right {
		top: 50px;
	}

	.ind_nav2 {
		margin-top: 23px;
	}

	.lea_form label.lea_lab {
		width: 100%;
	}

	.lea_form {
		margin-top: 50px !important;
	}

	.lea_top h2 {
		margin-bottom: 0px;
	}

	.banner {
		height: 205px;
	}

	.ban_cen {
		padding-top: 70px;
	}

	.prod_ul {
		margin-top: 50px;
	}

	.footer_cen .copyright {
		float: none;
	}

	.footer_cen .icons {
		display: none;
	}
}

@media only screen and (max-width:480px) {
	.ind_lun .box h2 {
		font-size: 24px;
		line-height: 36px;
	}

	.arrowsWrapper {
		display: none;
	}

	.til_cen {
		padding-top: 7%;
	}

	.til_right {
		width: 100%;
		height: 315px;
		margin-left: 0%;
		margin-top: 135px;
	}

	.lea_top h2,
	.pro_top h2 {
		font-size: 20px;
		line-height: 36px;
	}
	.lea_top h2:first-child {
		font-size: 30px;
		line-height: 36px;
	}

	.lea_ul li,
	.pro_ul li {
		width: 100%;
	}

	.pro_ul,
	.lea_ul {
		margin-top: 30px;
	}

	.til_ul {
		margin-top: 20px;
	}

	.til_ul {
		margin-left: 15px;
	}

	.til_cen {
		padding-left: 15px;
	}

	.lea_div,
	.pro_div {
		padding: 10% 0;
	}

	.ind_lun .ind_cen {
		width: 100%;
		padding-top: 34%;
	}

	.ind_lun .box h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.ind_lun .ind_cen img {
		margin-top: 5px;
	}

	.footer {
		height: auto;
		line-height: 25px;
		padding: 15px 0;
	}

	.ind_cen h2 span {
		bottom: -10px;
	}

	.prod_ul li {
		width: 100%;
	}

	.prod_div {
		padding: 10% 0;
	}

	.ver_ul li {
		width: 100%;
		margin-right: 0%;
		float: none;
		margin-bottom: 20px;
	}

	.ver_bot p {
		height: auto;
		overflow: inherit;
		display: inherit;
		-webkit-box-orient: inherit;
		-webkit-line-clamp: inherit;
	}

	.ver_div {
		padding: 10% 0;
	}

	.footer_cen .copyright {
		float: none;
	}

	.footer_cen .icons {
		display: none;
	}
	.lea_top h2:first-child {
		font-size: 28px;
		line-height: 36px;
	}
	.lea_top h2:last-child {
		font-size: 16px;
		line-height: 22px;
	}
	.ind_lun .ind_cen h2 > font.wow2 {
		font-size:12px;
	}
}

@media only screen and (max-width:320px) {
	.lea_top h2:first-child {
		font-size: 22px;
		line-height: 30px;
	}
	.lea_top h2:last-child {
		font-size: 12px;
		line-height: 20px;
	}
	.ind_lun .ind_cen h2 > font.wow2 {
		font-size:16px;
	}
}