#translateSelectLanguage{
    display:none;
}

.banner {
    position: relative;
    z-index: 2; 
    line-height: 0;
    font-size: 0;
}
.banner {
   
}


.contact-top {
    position: relative;
    width: 100%;
}

.container {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}


.banner_solo {
    width: 100%;
    position: absolute;
    z-index: 999999;
    color: #ffffff;
    font-size: 6.6rem;
    font-weight: 500;
    top:35%; 
    left: 50%;  
    transform: translate(-50%, -50%); 
    font-family: Poppins; 
}



.sec-page-btn .btnn {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 120px;
    height: 50px;
    border: 0;
    background: #be2f31;

    color: white;
    font-size: 1.4rem;
   
    outline: none;
    position: relative;
    transition: border-radius 0.8s;
    -webkit-transition: border-radius 0.8s;
    margin: 0 auto;
    line-height: 50px;
    transition: all 0.5s;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}


.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {

	left: 10px;
	right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
	
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {

}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
	
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {

}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: none;
	left: 0px;
	right: auto;
}

.swiper-button-prev::before {
	content: "\e72c";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: none;
	right: 0px;
	left: auto;
}

.swiper-button-next::before {
	content: "\e72d";
}

.swiper-button-next, .swiper-button-prev {
	font-family: "iconfont";
	font-size: 18px;
	text-align: center;
	color: #333;
	z-index: 10;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
}

html {
	font-size: 62.5%;
	height: 100%
}

body {
	margin: 0 auto;
	font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	height: 100%;
	background: #fff;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden
}

img {
	border: none;
}

ul li {
	list-style-type: none;
}

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
}

a:hover, button:hover {
	color: #be2f31;
}

h1,h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333;
}

.clear {
	clear: both;
}

.maln {
	margin-left: auto !important
}

input, textarea, select {
	font-family: Poppins-Regular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	color: #999999;
	border: none;
	outline: none;
}

input, textarea {
	border: none;
	background: none;
}

input[type="submit"], textarea[type="submit"] {
	cursor: pointer;
}

input[type="checkbox"], textarea[type="checkbox"] {
	cursor: pointer;
}

input[type="radio"], textarea[type="radio"] {
	cursor: pointer;
}

input:focus, textarea:focus {
	outline: none;
}

textarea {
	resize: none;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.clear {
	clear: both;
}

.fix {
	*zoom: 1;
}

.fix:after, .fix:before {
	display: block;
	content: "clear";
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu {
	display: block
}

::selection {
	color: #fff;
	background: #be2f31;
}

* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.self-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.self-ellipsis-2 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.self-ellipsis-3 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.self-ellipsis-4 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.self-ellipsis-5 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.self-ellipsis-6 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.self-ellipsis-7 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.self-ellipsis-8 {
	display: -webkit-box !important;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.common-vc {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.common-hc {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.common-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

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

.nlazy {
	min-width: 20%;
}

::-webkit-scrollbar {
	width: 4px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}

.email {
	word-break: break-all;
}

.scale-big img {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
}

.scale-big:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.scale-small img {
	-webkit-transition: all 350ms;
	-o-transition: all 350ms;
	-moz-transition: all 350ms;
	transition: all 350ms;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.scale-small:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

[class*="-item"] .item-pic, [class*="-item"] .item-pics {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}
[class*="-item"] .item-pic a, [class*="-item"] .item-pics a {
	position: relative;
	display: block;
	text-align: center;
	overflow: hidden;
}
[class*="-item"] .item-title a {
	display: block;
	overflow: hidden;
	color: #333;
}

[class*="-item"] .item-title a:hover {
	color: #be2f31;
}

[class*="-item"] .item-subt {
	overflow: hidden;
}

[class*="-item"] .item-subt a {
	display: block;
}

[class*="-item"] .item-subt a:hover {
	color: #be2f31 !important;
}

[class*="-item"] .item-desc {
	overflow: hidden;
	color: #666;
}

[class*="-item"] .item-desc a {
	display: block;
	color: #666;
}

[class*="-item"] .item-desc a:hover {
	color: #be2f31;
}

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0,0,0,.8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
	box-shadow: 0 0 8px rgba(0,0,0,.6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease,-webkit-transform .4s ease;
	transition: left .4s ease,-moz-transform .4s ease;
	transition: left .4s ease,transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50,50,50,.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50,50,50,.9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {
	0%,100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {
	0%,100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

::-webkit-input-placeholder {
/* WebKit browsers */
	color: #666666;
	opacity: 1
}

:-o-placeholder {
/* Mozilla Firefox 4 to 18 */
	color: #666666;
	opacity: 1
}

::-moz-placeholder {
/* Mozilla Firefox 19+ */
	color: #666666;
	opacity: 1
}

:-ms-input-placeholder {
/* Internet Explorer 10+ */
	color: #666666;
	opacity: 1
}

.sousuo input::-webkit-input-placeholder {
/* WebKit browsers */
	color: #fff;
	opacity: 1
}

.sousuo input:-o-placeholder {
/* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1
}

.sousuo input::-moz-placeholder {
/* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1
}

.sousuo input:-ms-input-placeholder {
/* Internet Explorer 10+ */
	color: #fff;
	opacity: 1
}

.container {
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

@media (min-width:768px) {
	.container {
		width: 750px;
	}
}

@media (min-width:992px) {
	.container {
		width: 980px;
	}
}

@media (min-width:1260px) {
	.container {
		width: 1230px;
	}
}

@media (min-width:1460px) {
	.container {
		width: 1430px;
	}
}

@media (min-width:1660px) {
	.container {
		width: 1630px;
	}
}

.contain {
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

@media (min-width:768px) {
	.contain {
		width: 750px;
	}
}

@media (min-width:992px) {
	.contain {
		width: 980px;
	}
}

@media (min-width:1260px) {
	.contain {
		width: 1230px;
	}
}

.at-resp-share-element .at4-share-count-container {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	line-height: 25px !important;
}

.at-resp-share-element .at-icon {
	width: 24px!important;
	height: 24px!important;
}

.at-style-responsive .at-share-btn {
	padding: 0!important;
	border-radius: 2px!important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px!important;
	height: 24px!important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0!important;
	margin-right: 3px!important;
}

.at-resp-share-element .at-icon {
	width: 24px!important;
	height: 24px!important;
}

.at-style-responsive .at-share-btn {
	padding: 0!important;
	border-radius: 2px!important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
	width: 24px!important;
	height: 24px!important;
}

.at-resp-share-element .at-share-btn {
	margin-bottom: 0!important;
	margin-right: 3px!important;
}

.an-bd3 {
	position: relative;
}

.an-bd3 .item-backdrop {
	content: '';
	background-color: #000;
	background: rgba(1, 50, 129, .88);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

@media screen and (min-width: 992px) {
	.an-bd3 .item-backdrop {
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
	}
}

@media screen and (min-width: 992px) {
	.an-bd3:hover .item-backdrop {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.item-table {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.item-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/*  head  */
.head {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99;
	font-family: Poppins-Bold;
	transition: all 0.3s;
}

.head-fixed { 
	background: rgba(0, 0, 0, 0.5);
}

.page .head {
	background: rgba(190, 47, 49, 0.5);
}

.page .banner {
	padding-top: 100px;
}

.logo {
	display: block;
	float: left;
	width: 200px;
	font-size: 0px;
	letter-spacing: 0;
}

.head-logo {
	display: block;
	float: left;
	height: 100px;
	font-size: 0px;
	text-align: center;
}

.head-logo img {
	display: block;
	max-height: 100px;
	width: 100%;
	max-width: 200px;
	margin: auto;
}

.yvn {
	position: relative;
	min-width: 100px;
	padding: 36px 0;
	margin-left: 58px;
}

.yvzhonga {
	display: block;
	padding-left: 30px;
	padding-right: 12px;
	line-height: 24px;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Poppins-Regular;
	color: #fff;
	cursor: pointer;
	position: relative;
	z-index: 9
}

a.yvzhonga:hover {
	color: #fff;
}

.yvzhonga:before {
	content: "\e72f";
	font-family: iconfont;
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 10px;
	line-height: 24px;
}

.yvn i {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%)
}

.yvul {
	min-width: 140px;
	position: absolute;
	top: 101%;
	left: 0px;
	background: rgba(0, 50, 128, .5);
	display: none;
	padding: 6px 0 8px;
}

.yvul a {
	display: block;
	padding: 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 28px;
	position: relative;
	padding-left: 50px;
	text-transform: uppercase;
	color: #fff;
}

.yvul a i {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #ffffff;
}

.yvul a:hover {
	text-decoration: underline #ededed;
}

/*  sousuo  */
.sousuo {
	float: right;
	position: relative;
	z-index: 9;
	padding: 33px 0 40px;
	margin-left: 60px;
}

.sou2 {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 26px;
	line-height: 26px;
	font-size: 14px !important;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	z-index: 99990;
	display: none;
}

.sousuo form {
	position: relative;
	width: 160px;
	height: 27px;
	padding-right: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	overflow: hidden;
	color: #fff;
	transition: 0.5s;
	z-index: 99999
}

.sou {
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	font-family: Poppins-Light;
}

.suo {
	width: 20px;
	height: 26px;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999999;
	cursor: pointer;
}

.sou1 {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 26px;
	line-height: 26px;
	font-size: 14px !important;
	background: transparent;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99990
}


/*  ynav  */
.ynav .dangqiandao>a::before {
	display: block !important;
}

.ynav {
	float: right;
	padding: 40px 0;
	margin-left: 58px;
	position: relative;
	cursor: pointer;
}

.yvnava {
	position: relative;
	width: 25px;
	height: 20px;
	background: transparent;
}

.yvnava img {
	width: 100%;
}

.ysp1 {
	display: block;
	width: 25px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 1px;
}

.ysp2 {
	display: block;
	width: 25px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ysp3 {
	display: block;
	width: 25px;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: 1px;
}

.yyiji {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -9999px;
	width: 160px;
	background: #013281;
	padding: 18px 0;
	z-index: 99;
}

.yerji {
	position: absolute;
	right: 101%;
	top: -9999px;
	width: 266px;
	background: #013281;
	padding: 18px 0;
	z-index: 88;
}

.yyiji li {
	position: relative;
	width: 100%;
	word-break: break-word;
	padding: 12px 20px;
}

.yyiji li a {
	position: relative;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	line-height: 0px;
	color: #fff;
	z-index: 22;
	padding-left: 14px;
}

.yyiji li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	border-radius: 50%;
	display: none;
}

.yyiji li a:hover::before {
	display: block;
}

.ynav:hover .yyiji {
	top: 100%;
}

.ynav:hover .yyiji>li>a {
	line-height: 28px;
}

.yyiji li:hover .yerji {
	top: 0px;
}

.yyiji li:hover .yerji>li>a {
	line-height: 28px
}

.daoz {
	float: right;
	position: relative;
	padding-top: 32px;
}

.daohang {
	max-width: 840px;
	width: 100%;
	position: relative;
}

.daohang>li {
	float: left;
	position: relative;
	margin-right: 60px;
	padding-bottom: 19px;
	transition: all .5s;
}

.daohang>li:nth-last-of-type(1) {
	margin-right: 0 !important;
}

.daohang>li>a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 1.8rem;
	color: #fff;
	line-height: 30px;
	padding-bottom: 16px;
	font-family: Poppins;
}

.daohang>li>a::before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #FFFFFF;

	display: none;
}

.daohang>li:hover>a::before {
	display: block;
}

.dangqiandao>a::before {
	display: block!important;
}

.yijiw {
	position: absolute;
	width: 240px;
	top: -99999px;
	left:-80px;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
	padding: 10px 0;
	text-align: center;
	z-index: 9;
}

.yiji li {
	position: relative;
	transition: 0.5s;
	padding: 5px 15px;
}

.yiji li a {
	position: relative;
	display: block;

	font-size: 1.6rem;
	line-height: 0px;
	color: #333;
	font-family: Poppins-Regular;
	padding: 10px;
}

.yiji li:hover>a {
	background: #be2f31;
	color: #fff;
}

.erji {
	position: absolute;
	width: 270px;
	top: -9999px;
	left: 102%;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
	padding: 18px 0;
}

.sanji {
	position: absolute;
	width: 270px;
	top: -9999px;
	left: 102%;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
	padding: 18px 0;
}

.daohang>li:hover .yijiw {
	top: 102%;
}

.daohang>li:hover .yiji>li>a {
	line-height: 1.3;
}

.yiji>li:hover .erji {
	top: 0px;
}

.yiji>li:hover .erji>li>a {
	line-height: 30px;
}

.erji>li:hover .sanji {
	top: 0px;
}

.erji>li:hover .sanji>li>a {
	line-height: 30px;
}

.matn {
	margin-top: auto !important;
}

.xnav {
	display: none
}
/*  banner  */
.banner {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	display: block !important;
	top: 50%;
	text-align: center;
	margin-top: -24px;
	width: 48px;
	height: 48px;
	line-height: 46px;
	color: #be2f31;
	border: 1px solid #be2f31;
	border-radius: 50%;
	background: #fff;
}

.banner .slick-prev {
	left: 15px;
	cursor: pointer;
}

.banner .slick-next {
	right: 15px;
	cursor: pointer;
}

.banner .slick-arrow:hover {
	background: #be2f31;
	color: #fff;
}

.banner .slick-prev::before {
	content: "\e730";
	font-family: "iconfont";
	font-size: 22px;
}

.banner .slick-next::before {
	content: "\e731";
	font-family: "iconfont";
	font-size: 22px;
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 40px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.banner .slick-dots li {
	margin: 0 7px;
	display: inline-block;
	vertical-align: top;
}

.banner .slick-dots li.slick-active a {
	color: #C20A14;
	border-color: #C20A14;
}

.banner .slick-dots a {
	display: block;
	width: 16px;
	border-bottom: 2px solid #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	font-family: Bahnschrift-Light;
	text-align: center;
	color: #fff;
}

.banner.hide {
	display: none;
}

@media screen and (max-width: 1559px) {
	.banner .slick-dots {
		bottom: 36px;
	}

	.banner .slick-dots li {
		margin: 0 7px;
	}

	.banner .slick-dots a {
		width: 16px;
		font-size: 14px;
		line-height: 20px;
	}

	.banner .slick-arrow {
		margin-top: -22px;
		width: 44px;
		height: 44px;
		line-height: 42px
	}

	.banner .slick-prev::before {
		font-size: 22px;
	}

	.banner .slick-next::before {
		font-size: 22px;
	}
}

@media screen and (max-width: 1259px) {
	.banner .slick-dots {
		bottom: 30px;
	}

	.banner .slick-dots li {
		margin: 0 6px;
	}

	.banner .slick-dots a {
		width: 14px;
		font-size: 13px;
		line-height: 18px;
	}

	.banner .slick-arrow {
		margin-top: -20px;
		width: 40px;
		height: 40px;
		line-height: 38px
	}

	.banner .slick-prev::before {
		font-size: 18px;
	}

	.banner .slick-next::before {
		font-size: 18px;
	}
}

@media screen and (max-width: 959px) {
	.banner {
		display: block;
	}

	.banner.hide {
		display: block;
	}

	.banner .slick-arrow {
		display: none !important;
	}

	.banner .slick-dots {
		bottom: 24px;
	}

	.banner .slick-dots li {
		margin: 0 7px;
	}

	.banner .slick-dots a {
		width: 14px;
		font-size: 12px;
		line-height: 18px;
	}

	.banner2 {
		display: none;
	}
}

.slick-list,.slick-slider, .slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots .slide-count {
	display: none;
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

@media screen and (max-width: 991px) {
	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}
}

@media screen and (max-width:1659px) {
	.page .banner {
		padding-top: 90px;
	}

	.logo {
		width: 180px;
	}

	.head-logo {
		height: 90px;
	}

	.head-logo img {
		max-height: 90px;
		max-width: 180px;
	}

	.yvn {
		min-width: 96px;
		padding: 33px 0;
		margin-left: 42px;
	}

	.yvzhonga {
		padding-left: 28px;
		padding-right: 12px;
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.yvzhonga:before {
		font-size: 10px;
		line-height: 24px;
	}

	/*  sousuo  */
	.sousuo {
		padding: 28px 0 35px;
		margin-left: 48px;
	}

	.sou2 {
		width: 12px;
		height: 26px;
		line-height: 26px;
		font-size: 14px !important;
	}

	.sousuo form {
		width: 160px;
		height: 27px;
		padding-right: 30px;
	}

	.sou {
		height: 26px;
		line-height: 26px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.suo {
		width: 20px;
		height: 26px;
	}

	.sou1 {
		width: 16px;
		height: 26px;
		line-height: 26px;
		font-size: 14px !important;
	}
	/*  ynav  */
	.ynav {
		padding: 35px 0;
		margin-left: 42px;
	}

	.yvnava {
		width: 25px;
		height: 20px;
	}

	.ysp1 {
		width: 25px;
		height: 3px;
	}

	.ysp2 {
		width: 25px;
		height: 3px;
	}

	.ysp3 {
		width: 25px;
		height: 3px;
	}

	.yyiji {
		width: 152px;
		padding: 16px 0;
	}

	.yerji {
		width: 240px;
		padding: 16px 0;
	}

	.yyiji li {
		padding: 10px 15px;
	}

	.yyiji li a {
		font-size: 18px;
		font-size: 1.8rem;
		padding-left: 14px;
	}

	.ynav:hover .yyiji>li>a {
		line-height: 28px;
	}

	.yyiji li:hover .yerji>li>a {
		line-height: 28px
	}

	.daoz {
		padding-top: 30px;
	}

	.daohang {
		max-width: 750px;
	}

	.daohang>li {
		margin-right: 44px;
		padding-bottom: 18px;
	}

	.daohang>li>a {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
		padding-bottom: 14px;
	}

	.yijiw {
		width: 256px;
		padding: 18px 0;
	}

	.yiji li {
		padding: 3px 20px;
	}

	.yiji li a {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0 10px;
	}

	.erji {
		width: 256px;
		padding: 16px 0;
	}

	.sanji {
		width: 256px;
		padding: 16px 0;
	}

	.daohang>li:hover .yiji>li>a {
		line-height: 28px;
	}

	.yiji>li:hover .erji>li>a {
		line-height: 28px;
	}

	.erji>li:hover .sanji>li>a {
		line-height: 28px;
	}
}

@media screen and (max-width:1459px) {
	.page .banner {
		padding-top: 80px;
	}

	.logo {
		width: 160px;
	}

	.head-logo {
		height: 80px;
	}

	.head-logo img {
		max-height: 80px;
		max-width: 160px;
	}

	.yvn {
		min-width: 92px;
		padding: 30px 0;
		margin-left: 34px;
	}

	.yvzhonga {
		padding-left: 28px;
		padding-right: 12px;
		line-height: 20px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.yvzhonga:before {
		font-size: 10px;
		line-height: 20px;
	}

	/*  sousuo  */
	.sousuo {
		padding: 24px 0 30px;
		margin-left: 36px;
	}

	.sou2 {
		width: 12px;
		height: 26px;
		line-height: 26px;
		font-size: 14px !important;
	}

	.sousuo form {
		width: 140px;
		height: 26px;
		padding-right: 28px;
	}

	.sou {
		height: 25px;
		line-height: 25px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.suo {
		width: 20px;
		height: 25px;
	}

	.sou1 {
		width: 16px;
		height: 25px;
		line-height: 25px;
		font-size: 14px !important;
	}
	/*  ynav  */
	.ynav {
		padding: 31px 0;
		margin-left: 30px;
	}

	.yvnava {
		width: 22px;
		height: 18px;
	}

	.ysp1 {
		width: 22px;
		height: 3px;
	}

	.ysp2 {
		width: 22px;
		height: 3px;
	}

	.ysp3 {
		width: 22px;
		height: 3px;
	}

	.yyiji {
		width: 140px;
		padding: 14px 0;
	}

	.yerji {
		width: 200px;
		padding: 14px 0;
	}

	.yyiji li {
		padding: 8px 10px;
	}

	.yyiji li a {
		font-size: 16px;
		font-size: 1.6rem;
		padding-left: 14px;
	}

	.ynav:hover .yyiji>li>a {
		line-height: 26px;
	}

	.yyiji li:hover .yerji>li>a {
		line-height: 26px
	}

	.daoz {
		padding-top: 28px;
	}

	.daohang {
		max-width: 680px;
	}

	.daohang>li {
		margin-right: 36px;
		padding-bottom: 14px;
	}

	.daohang>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 26px;
		padding-bottom: 12px;
	}

	.yijiw {
		width: 234px;
		padding: 16px 0;
	}

	.yiji li {
		padding: 3px 18px;
	}

	.yiji li a {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0 8px;
	}

	.erji {
		width: 234px;
		padding: 14px 0;
	}

	.sanji {
		width: 234px;
		padding: 14px 0;
	}

	.daohang>li:hover .yiji>li>a {
		line-height: 26px;
	}

	.yiji>li:hover .erji>li>a {
		line-height: 26px;
	}

	.erji>li:hover .sanji>li>a {
		line-height: 26px;
	}
}

@media screen and (max-width:1259px) {
   
	.page .banner {
		padding-top: 70px;
	}

	.logo {
		width: 140px;
	}

	.head-logo {
		height: 70px;
	}

	.head-logo img {
		max-height: 70px;
		max-width: 140px;
	}

	.yvn {
		min-width: 88px;
		padding: 25px 0;
		margin-left: 20px;
	}

	.yvzhonga {
		padding-left: 28px;
		padding-right: 12px;
		line-height: 20px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.yvzhonga:before {
		font-size: 10px;
		line-height: 20px;
	}

	/*  sousuo  */
	.sousuo {
		padding: 25px 0;
		margin-left: 24px;
	}

	.sou2 {
		width: 12px;
		height: 20px;
		line-height: 20px;
		font-size: 14px !important;
		display: block;
	}

	.sousuo form {
		position: absolute;
		right: 0px;
		top: 100%;
		height: 0px;
		border: 0;
		background: rgba(1, 50, 129, .5);
		padding-left: 5px;
		border-radius: 15px;
	}

	.sou {
		width: 100%;
		height: 28px;
		line-height: 28px;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 5px 0;
	}

	.suo {
		width: 20px;
		height: 28px;
	}

	.sou1 {
		width: 16px;
		height: 28px;
		line-height: 28px;
		font-size: 14px !important;
	}

	.sousuof form {
		height: 30px;
		border: 1px solid rgba(0,0,0,4);
	}

	/*  ynav  */
	.ynav {
		padding: 27px 0;
		margin-left: 20px;
	}

	.yvnava {
		width: 20px;
		height: 16px;
	}

	.ysp1 {
		width: 20px;
		height: 2px;
	}

	.ysp2 {
		width: 20px;
		height: 2px;
	}

	.ysp3 {
		width: 20px;
		height: 2px;
	}

	.yyiji {
		width: 130px;
		padding: 12px 0;
	}

	.yerji {
		width: 180px;
		padding: 12px 0;
	}

	.yyiji li {
		padding: 5px 10px;
	}

	.yyiji li a {
		font-size: 15px;
		font-size: 1.5rem;
		padding-left: 14px;
	}

	.ynav:hover .yyiji>li>a {
		line-height: 24px;
	}

	.yyiji li:hover .yerji>li>a {
		line-height: 24px
	}

	.daoz {
		padding-top: 24px;
	}

	.daohang {
		max-width: 600px;
	}

	.daohang>li {
		margin-right: 28px;
		padding-bottom: 10px;
	}

	.daohang>li>a {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-bottom: 12px;
	}

	.yijiw {
		width: 210px;
		padding: 14px 0;
	}

	.yiji li {
		padding: 2px 15px;
	}

	.yiji li a {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0 8px;
	}

	.erji {
		width: 210px;
		padding: 12px 0;
	}

	.sanji {
		width: 210px;
		padding: 12px 0;
	}

	.daohang>li:hover .yiji>li>a {
		line-height: 24px;
	}

	.yiji>li:hover .erji>li>a {
		line-height: 24px;
	}

	.erji>li:hover .sanji>li>a {
		line-height: 24px;
	}
}

@media screen and (min-width:992px) {
	.carousel,.nav,.clear3 {
		display: none
	}
}

@media screen and (max-width:991px) {
	.head {
		position: fixed;
		background: rgb(0 0 0 / 50%);
	}

	.logo {
		width: 120px;
	}

	.head-logo {
		height: 60px;
	}

	.head-logo img {
		max-height: 60px;
		max-width: 120px;
	}

	.banner {
		padding-top:0% !important;
	}

	.yvn {
		min-width: 88px;
		padding: 20px 0;
		margin-left: 8px;
		margin-right: 36px;
	}

	.yvzhonga {
		padding-left: 28px;
		padding-right: 12px;
		line-height: 20px;
		font-size: 12px;
		font-size: 1.2rem;
	}

	.yvzhonga:before {
		font-size: 8px;
		line-height: 20px;
	}

	.het {
		padding: 0px;
	}

	.daoz,.yijiw,.yiji2,.htag,.hexin,.shejiao,.sousuo {
		display: none
	}

	.clear3 {
		clear: both;
	}

	.ynav {
		display: none
	}

	.banner {
		margin-top: 0;
		
	}

	.xnav {
		display: block
	}

	.nav {
		position: fixed;
		width: 26px;
		height: 22px;
		background: #fff;
		right: 8px;
		top: 18px;
		cursor: pointer;
		z-index: 999999999
	}

	.nav span {
		display: block;
		width: 18px;
		height: 3px;
		background:#be2f31;
		position: absolute;
		left: 50%;
		margin-left: -9px;
		top: 50%;
		transition: 0.5s;
		z-index: 99999991
	}

	.nav .nav1 {
		margin-top: -1px;
	}

	.nav .nav2 {
		margin-top: -8px;
	}

	.nav .nav3 {
		margin-top: 6px;
	}



	.navh .nav1 {
		transform: rotate(45deg)
	}

	.navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	.navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}



	.smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: #000;
		background: rgba(0,0,0,0.8);
		z-index: 9999999;
		transition: 0.5s;
		text-align: center;
	}

	.smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	.topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	ul.topnav li {
		text-align: left;
		position: relative;
	}

	ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
	}

	ul.topnav ul {
		display: none;
	}

	ul.topnav ul li {
		clear: both;
	}

	ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}

	ul.topnav ul li a:hover {
	}

	ul.topnav ul ul li a {
		padding-left: 40px;
	}

	ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255,255,255,0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	.slick-dots {
		bottom: 10px;
	}

	.slick-dots li button {
		margin: 0 5px;
		width: 6px;
		height: 6px;
	}

	.slick-dots li.slick-active button::before {
		width: 12px;
		border: 3px solid #78B7FE;
		height: 12px;
	}

	.smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	.smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	.smdaohang form .ipsc {
		width: 20%;
		height: 26px;
		line-height: 26px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	.smdaohang form i {
		position: absolute;
		right: 10px;
		top: 5px;
	}
}

.footer {
	position: relative;
	overflow: hidden;
	background: #181717;
}

@media screen and (max-width: 767px) {
	.footer {
		padding-bottom: 60px;
	}
}

.footer, .footer a {
	color: #999;
}

.footer .footer-title {
	color: #FFFFFF;
}

.footer a:hover {
	color: #fff;
}

.footer .foot-top {
	background: #161616;
	padding: 14px 0;
}

.footer .f-follow {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	padding-top: 9px;
}

.footer .f-follow .follow-title {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	font-family: Poppins-Bold;
	color: #FFFFFF;
	line-height: 36px;
	text-transform: uppercase;
	margin-right: 32px;
}

.footer .f-follow a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	line-height: 36px;
	width: 26px;
margin-top: 3px;
	margin-right: 35px;

	-webkit-transition: all .35s;
	-o-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.footer .f-follow a:last-child {
	margin-right: 0 !important;
}

.footer .f-follow .iconfont {
	font-size: 22px;
	font-size: 2.2rem;
	position: relative;
	display: block;
	color: #fff;
}

.footer .f-follow a:hover {
	border-color: #be2f31;
}

.footer .f-follow a:hover .iconfont {
	color: #be2f31;
	margin-top: -10px;
}

@media (max-width: 1659px) {
	.footer .foot-top {
		padding: 13px 0;
	}

	.footer .f-follow {
		padding-top: 8px;
	}

	.footer .f-follow .follow-title {
		font-size: 22px;
		line-height: 34px;
		margin-right: 28px;
	}

	.footer .f-follow a {
		line-height: 34px;
		width: 20px;
		height: 34px;
		margin-right: 30px;
		margin-bottom: 8px;
		margin-top: 5px;
	}

	.footer .f-follow .iconfont {
		font-size: 20px;
		font-size: 2rem;
	}

	.footer .f-follow a:hover .iconfont {
		margin-top: -9px;
	}
}

@media (max-width: 1459px) {
	.footer .foot-top {
		padding: 12px 0;
	}

	.footer .f-follow {
		padding-top: 7px;
	}

	.footer .f-follow .follow-title {
		font-size: 22px;
		line-height: 34px;
		margin-right: 28px;
	}

	.footer .f-follow a {
		line-height: 34px;
		width: 20px;
		height: 34px;
		margin-right: 30px;
		margin-bottom: 7px;
	}

	.footer .f-follow .iconfont {
		font-size: 20px;
		font-size: 2rem;
	}

	.footer .f-follow a:hover .iconfont {
		margin-top: -8px;
	}
}

@media (max-width: 1259px) {
	.footer .foot-top {
		padding: 10px 0;
	}

	.footer .f-follow {
		padding-top: 6px;
	}

	.footer .f-follow .follow-title {
		font-size: 20px;
		line-height: 32px;
		margin-right: 24px;
	}

	.footer .f-follow a {
		line-height: 32px;
		width: 18px;
		height: 32px;
		margin-right: 26px;
		margin-bottom: 6px;
	}

	.footer .f-follow .iconfont {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.footer .f-follow a:hover .iconfont {
		margin-top: -8px;
	}
}

@media (max-width: 991px) {
	.footer .foot-top {
		padding: 8px 0;
	}

	.footer .f-follow {
		padding-top: 6px;
	}

	.footer .f-follow .follow-title {
		font-size: 20px;
		line-height: 32px;
		margin-right: 20px;
	}

	.footer .f-follow a {
		line-height: 32px;
		width: 18px;
		height: 32px;
		margin-right: 22px;
		margin-bottom: 6px;
	}

	.footer .f-follow .iconfont {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.footer .f-follow a:hover .iconfont {
		margin-top: -6px;
	}
}

@media (max-width: 767px) {
	.footer .foot-top {
		padding: 8px 0;
	}

	.footer .f-follow {
		padding-top: 6px;
		text-align: center;
	}

	.footer .f-follow .follow-title {
		font-size: 20px;
		line-height: 32px;
		margin-right: 18px;
	}

	.footer .f-follow a {
		line-height: 32px;
		width: 18px;
		height: 32px;
		margin-right: 15px; 
		margin-bottom: 6px;
	}

	.footer .f-follow .iconfont {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.footer .f-follow a:hover .iconfont {
		margin-top: -6px;
	}
}

.footer .fo-top {
	font-size: 0;
	letter-spacing: 0;
	position: relative;
	width: 100%;
	padding-top: 65px;
	padding-bottom: 55px;
}

.footer .flist1 {
	width: 558px;
	padding-right: 30px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.footer .flist2 {
	width: 300px;
	padding-right: 30px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.footer .flist3 {
	width: 350px;
	padding-right: 30px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

.footer .flist4 {
	width: 390px;
	margin-bottom: 10px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1659px) {
	.footer .fo-top {
		padding-top: 48px;
		padding-bottom: 40px;
	}

	.footer .flist1 {
		width: 450px;
		padding-right: 30px;
		margin-bottom: 10px;
	}

	.footer .flist2 {
		width: 280px;
		padding-right: 30px;
		margin-bottom: 10px;
	}

	.footer .flist3 {
		width: 350px;
		padding-right: 30px;
		margin-bottom: 10px;
	}

	.footer .flist4 {
		width: 320px;
		margin-bottom: 10px;
	}
}

@media (max-width: 1459px) {
	.footer .fo-top {
		padding-top: 42px;
		padding-bottom: 34px;
	}

	.footer .flist1 {
		width: 380px;
		padding-right: 20px;
		margin-bottom: 10px;
	}

	.footer .flist2 {
		width: 240px;
		padding-right: 20px;
		margin-bottom: 10px;
	}

	.footer .flist3 {
		width: 290px;
		padding-right: 20px;
		margin-bottom: 10px;
	}

	.footer .flist4 {
		width: 290px;
		margin-bottom: 10px;
	}
}

@media (max-width: 1259px) {
	.footer .fo-top {
		padding-top: 36px;
		padding-bottom: 28px;
	}

	.footer .flist1 {
		width: 260px;
		padding-right: 20px;
		margin-bottom: 10px;
	}

	.footer .flist2 {
		width: 200px;
		padding-right: 20px;
		margin-bottom: 10px;
	}

	.footer .flist3 {
		width: 250px;
		padding-right: 20px;
		margin-bottom: 10px;
	}

	.footer .flist4 {
		width: 240px;
		margin-bottom: 12px;
	}
}

@media (max-width: 991px) {
	.footer .fo-top {
		padding-top: 28px;
		padding-bottom: 20px;
	}

	.footer .flist1 {
		width: 50%;
		padding-right: 20px;
		margin-bottom: 10px;
	}

	.footer .flist2 {
		width: 50%;
		padding-right: 0px;
		margin-bottom: 10px;
	}

	.footer .flist3 {
		width: 50%;
		padding-right: 20px;
		margin-bottom: 10px;
	}

	.footer .flist4 {
		width: 50%;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.footer .fo-top {
		padding-top: 16px;
		padding-bottom: 10px;
	}

	.footer .flist4, .footer .flist2, .footer .flist3 {
		width: 100%;
		padding-right: 0;
		display: none;
	}

	.footer .flist1 {
		width: 100%;
		text-align: center;
	}
}

.footer .footer-title {
	position: relative;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: Poppins-Bold;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 12px;
}

.footer .foot-list {
	font-size: 16px;
	line-height: 30px;
	font-family:Poppins-Light;
}

.footer .foot-nav {
	font-size: 16px;
	line-height: 30px;
	font-family:Poppins-Light;
}

.footer .foot-logo {

	text-align: left;
	margin-bottom: 26px;
}

.footer .foot-logo .pic {
	display: block;
}

.footer .foot-logo img {
	display: inline-block;
	vertical-align: top;
}

.foot-text {
	position: relative;
	width: 100%;
	max-width: 370px;
	font-size: 16px;
	font-family: Poppins-Light;
	line-height: 30px;
}

.footer .keywords a {
	margin-left: 4px;
}

.footer .links a {
	margin-left: 8px;
}

@media (min-width:1460px) and (max-width: 1659px) {
	.footer .footer-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.footer .foot-list {
		font-size: 16px;
		line-height: 30px;
	}

	.footer .foot-nav {
		font-size: 16px;
		line-height: 30px;
	}

	.footer .foot-logo {
		padding-top: 6px;
		margin-bottom: 20px;
	}

	.foot-text {
		font-size: 16px;
		line-height: 30px;
	}
}

@media (min-width:1260px) and (max-width: 1459px) {
	.footer .footer-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.footer .foot-list {
		font-size: 16px;
		line-height: 28px;
	}

	.footer .foot-nav {
		font-size: 16px;
		line-height: 28px;
	}

	.footer .foot-logo {
		padding-top: 6px;
		margin-bottom: 16px;
	}

	.foot-text {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.footer .footer-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.footer .foot-list {
		font-size: 15px;
		line-height: 26px;
	}

	.footer .foot-nav {
		font-size: 15px;
		line-height: 26px;
	}

	.footer .foot-logo {
		padding-top: 4px;
		margin-bottom: 12px;
	}

	.foot-text {
		font-size: 15px;
		line-height: 26px;
	}
}

@media (max-width: 991px) {
	.footer .footer-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.footer .foot-list {
		font-size: 14px;
		line-height: 24px;
	}

	.footer .foot-nav {
		font-size: 14px;
		line-height: 24px;
	}

	.footer .foot-logo {
		padding-top: 4px;
		margin-bottom: 12px;
	}

	.foot-text {
		font-size: 14px;
		line-height: 24px;
		max-width: none;
	}
}

@media (max-width: 767px) {
	.footer .footer-title {
		display: none;
	}

	.footer .links {
		display: none;
	}

	.footer .foot-logo {
	    margin-top: 3%;
		text-align: center;
	}
}

.pro-item {
	position: relative;
}

.pro-item .item-box {
	position: relative;
	width: 100%;
}

.pro-item .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
	background: #F2F5F9;
}

.pro-item .item-pic img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.pro-item .item-pic .item-btn {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	transition: all .3s;
	background: rgba(0, 50, 128, .9);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-item .item-box:hover  .item-pic .item-btn {
	top: 0;
	bottom: 0;
}

.pro-item .item-pic .item-btn .btnn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	min-width: 200px;
	padding: 5px 15px;
	padding-right: 66px;
	line-height: 39px;
	font-size: 23px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.pro-item .item-pic .item-btn .btnn i {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 51px;
	text-align: center;
	border-left: 1px solid #fff;
	padding: 5px;
	font-style: normal;
}

.pro-item .item-body {
	position: relative;
	width: 100%;
}

.pro-item .item-body .item-title {
	position: relative;
	width: 100%;
	text-align: center;
	background: #be2f31;
	color: #fff;
	font-size: 1.6rem;
	line-height: 30px;
	padding: 12px;
transition: all 0.5s;
 font-family: Poppins;
}

.pro-item .item-body .item-title a {
	color: #fff;
}

.pro-item .item-body .item-title:hover {
	background: #910b0d;
}

.pro-item .item-body .item-btn {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-top: 14px;
	text-align: center;
}

.pro-item .item-body .item-btn input {
	display: inline-block;
	vertical-align: top;
	width: 8px;
	height: 8px;
	margin-top: 12px;
	margin-right: 8px;
}

.pro-item .item-body .item-btn a, .pro-item .item-body .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	font-family: Poppins-Light
}

.pro-item .item-body .item-btn a:hover, .pro-item .item-body .item-btn a.btnn:hover {
	color: #be2f31;
}

@media (min-width:1460px) and (max-width: 1659px) {
	.pro-item .item-pic .item-btn .btnn {
		min-width: 180px;
		padding: 4px 14px;
		padding-right: 62px;
		line-height: 36px;
		font-size: 22px;
	}

	.pro-item .item-pic .item-btn .btnn i {
		width: 46px;
		padding: 4px;
	}

	.pro-item .item-body .item-title {
		font-size: 18px;
		line-height: 30px;
		padding: 6px;
	}

	.pro-item .item-body .item-btn {
		margin-top: 12px;
	}

	.pro-item .item-body .item-btn input {
		width: 8px;
		height: 8px;
		margin-top: 11px;
		margin-right: 8px;
	}

	.pro-item .item-body .item-btn a, .pro-item .item-body .item-btn .btnn {
		line-height: 28px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media (min-width:1260px) and (max-width: 1459px) {
	.pro-item .item-pic .item-btn .btnn {
		min-width: 160px;
		padding: 3px 12px;
		padding-right: 56px;
		line-height: 36px;
		font-size: 20px;
	}

	.pro-item .item-pic .item-btn .btnn i {
		width: 44px;
		padding: 3px;
	}

	.pro-item .item-body .item-title {
		font-size: 16px;
		line-height: 28px;
		padding: 5px;
	}

	.pro-item .item-body .item-btn {
		margin-top: 10px;
	}

	.pro-item .item-body .item-btn input {
		width: 8px;
		height: 8px;
		margin-top: 10px;
		margin-right: 8px;
	}

	.pro-item .item-body .item-btn a, .pro-item .item-body .item-btn .btnn {
		line-height: 26px;
		font-size: 15px;
		font-size: 1.5rem;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.pro-item .item-pic .item-btn .btnn {
		min-width: 140px;
		padding: 3px 12px;
		padding-right: 52px;
		line-height: 32px;
		font-size: 18px;
	}

	.pro-item .item-pic .item-btn .btnn i {
		width: 40px;
		padding: 3px;
	}

	.pro-item .item-body .item-title {
		font-size: 15px;
		line-height: 26px;
		padding: 4px;
	}

	.pro-item .item-body .item-btn {
		margin-top: 10px;
	}

	.pro-item .item-body .item-btn input {
		width: 8px;
		height: 8px;
		margin-top: 10px;
		margin-right: 8px;
	}

	.pro-item .item-body .item-btn a, .pro-item .item-body .item-btn .btnn {
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media (max-width: 991px) {
	.pro-item .item-pic .item-btn .btnn {
		min-width: 124px;
		padding: 3px 12px;
		padding-right: 52px;
		line-height: 28px;
		font-size: 16px;
	}

	.pro-item .item-pic .item-btn .btnn i {
		width: 36px;
		padding: 3px;
	}

	.pro-item .item-body .item-title {
		font-size: 15px;
		line-height: 26px;
		padding: 8px;
	}

	.pro-item .item-body .item-btn {
		margin-top: 8px;
	}

	.pro-item .item-body .item-btn input {
		width: 8px;
		height: 8px;
		margin-top: 10px;
		margin-right: 8px;
	}

	.pro-item .item-body .item-btn a, .pro-item .item-body .item-btn .btnn {
		line-height: 24px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}


/* ****************************    index    ********************************* */

.section {
	position: relative;
	width: 100%;
}

.secs-top {
	position: relative;
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
}

.sec-title {
	position: relative;

	font-size: 4.5rem;
	font-family: Poppins-Bold;
	color: #be2f31;
	line-height: 46px;
	text-transform: uppercase;
}

.sec-title a {
	color: #be2f31;
}

.sec-title a:hover {
	color: #333;
}

.sec-title.white a {
	color: #fff;
}

.sec-title.white a:hover {
	color: #cbcbcb;
}

.sec-text {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 2px;
}

.sec-text.text-center {
	width: 100%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.sec-text a {
	color: #666;
}

.sec-text a:hover {
	color: #be2f31;
}

.sec-text.white a {
	color: #fff;
}

.sec-text.white a:hover {
	color: #cbcbcb;
}

.secs-top.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.secs-top-left {
	width: 71.25%;
	position: relative;
}

.secs-top-right {
	position: relative;
	width: 27.5%;
	text-align: right;
	padding-top: 10px;
}

.secs-top-left .sec-text {
	margin-top: 12px;
}

@media screen and (max-width: 1659px) {
	.sec-title {
	
		font-size: 3.8rem;
		line-height: 44px;
	}

	.sec-text {
		font-size: 16px;
		cline-height: 30px;
		margin-top: 2px;
	}

	.secs-top-left .sec-text {
		margin-top: 10px;
	}
}

@media screen and (max-width: 1459px) {


	.secs-top-left {
		width: 72.5%;
	}

	.secs-top-right {
		width: 26.5%;
		padding-top: 10px;
	}

	.secs-top-left .sec-text {
		margin-top: 10px;
	}
}

@media screen and (max-width: 1259px) {
	.sec-title {

		font-size: 3rem;
		line-height: 40px;
	}

	.sec-text {
		font-size: 15px;
		cline-height: 26px;
		margin-top: 2px;
	}

	.secs-top-left {
		width: 72%;
	}

	.secs-top-right {
		width: 26.5%;
		padding-top: 8px;
	}

	.secs-top-left .sec-text {
		margin-top: 8px;
	}
}

@media screen and (max-width: 991px) {
	.sec-title {

		line-height: 36px;
	}

	.sec-text {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 1px;
	}

	.secs-top-left {
		width: 70%;
	}

	.secs-top-right {
		width: 28%;
		padding-top: 6px;
	}

	.secs-top-left .sec-text {
		margin-top: 6px;
	}
}

@media screen and (max-width: 720px) {
	.sec-title {

		font-size: 2.6rem;
		line-height: 32px;
	}

	.sec-text {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 1px;
	}

	.secs-top-left {
		width: 100%;
	}

	.secs-top-right {
		width: 100%;
		padding-top: 12px;
		text-align: left;
	}

	.secs-top-left .sec-text {
		margin-top: 6px;
	}
}

@media screen and (max-width: 560px) {
	.sec-title {
		font-size: 2.5rem;
		line-height: 30px;
	}

	.sec-text {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 0px;
	}

	.secs-top-left .sec-text {
		margin-top: 4px;
	}
}

.sec1 {
	position: relative;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 100px;
}

.sec1-tbody {
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec1-tbody-left {
	position: relative;
	width: 31.25%;
}

.sec1-tbody-right {
	position: relative;
	width: 66.75%;
	margin-top: -10px;
}

.sec1-tbody-swiper {
	position: relative;
	width: 100%;
}

.swiper-sec1, .swiper-sec1-list {
	position: relative;
	width: 100%;
}

.sec1-tbody-item {
	position: relative;
	width: 100%;
}

.sec1-tbody-item .item-box {
	position: relative;
	width: 100%;
}

.sec1-tbody-item .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
	background: rgba(0, 50, 128, .05);
}

.sec1-tbody-item .item-pic img {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.sec1-tbody-item .item-body {
	position: relative;
	width: 100%;
}

.sec1-tbody-item .item-body .item-title {
	position: relative;
	width: 100%;
	text-align: center;
	background: #be2f31;
	color: #fff;
	font-size: 1.8rem;
	font-family: Poppins;
	line-height: 36px;
	padding: 12px;
}

.sec1-tbody-item .item-body .item-title a {
	color: #fff;
}

.sec1-tbody-item .item-body .item-title a:hover {
	color: #bdbdbd;
}

.swiper-sec1-list .sec1-tbody-item .item-pic {
	background: #F2F5F9;
	border: 1px solid #F2F5F9;
}

.swiper-sec1-list .sec1-tbody-item .item-body .item-title {
	font-size: 1.6rem;
	line-height: 30px;
	padding: 10px;
}

.sec1-tbody-list {
	position: relative;
	width: 100%;
	margin-top: 14px;
}

.sec1-swiper-button {
	position: relative;
	width: 140px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #999;
	margin-bottom: 32px;
}

.sec1-swiper-button::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 30px;
	background: #999;
}

.sec1-swiper-button .swiper-button {
	width: 66px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	top: 0;
	margin-top: 0;
	font-size: 14px;
	color: #999;
}

.sec1-swiper-button .swiper-button:hover {
	color: #be2f31;
}

.sec1-bottom {
	position: relative;
	width: 100%;
	background: #F2F5F9;
	padding: 50px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 60px;
}

.sec1-bottom-left {
	position: relative;
	width: 320px;
}

.sec1-bottom-right {
	position: relative;
	width: calc(100% - 352px);
	padding-top: 10px;
}

.sec1-bottom .sec-title, .sec1-bottom .sec-title a {
	color: #333;
	text-align: center;
}

.sec1-bottom .sec-title a:hover {
	color: #be2f31;
}

.sec1-bottom-menu {
	position: relative;
	margin-top: 16px;
	font-size: 0;
	letter-spacing: 0;
}

.sec1-menu-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 11px;
}

.sec1-menu-item .item-title {
	display: block;
	width: 100%;
	background: #FFFFFF;
	text-align: center;
	padding: 13px;
	font-size: 18px;
	line-height: 30px;
	font-family: Poppins-Bold;
	color: #333333;
}

.sec1-menu-item.active .item-title {
	background: #be2f31;
	color: #fff;
}

.sec1-bottom-content {
	position: relative;
	width: 100%;
}

.sec1-content-item {
	position: relative;
	width: 100%;
	display: none;
}

.sec1-content-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -12px;
	margin-right: -13px;
	display: flex;
	flex-wrap: wrap;
}

.sec1-list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 14px;
	margin-bottom: 10px;
}

.sec1-list-item .item-body .item-title {
	font-size: 16px;
	line-height: 28px;
	padding: 6px;
}

.pro-item .item-pic .item-btn .btnn {
	min-width: 180px;
	padding: 5px 15px;
	padding-right: 62px;
	line-height: 34px;
	font-size: 21px;
}

.pro-item .item-pic .item-btn .btnn i {
	width: 47px;
	padding: 5px;
}

@media screen and (max-width: 1659px) {
	.sec1 {
		padding-top: 86px;
		padding-bottom: 86px;
	}

	.sec1-tbody-left {
		width: 32%;
	}

	.sec1-tbody-right {
		width: 66%;
		margin-top: -8px;
	}

	.sec1-tbody-item .item-body .item-title {
		font-size: 22px;
		line-height: 32px;
		padding: 10px;
	}

	.swiper-sec1-list .sec1-tbody-item .item-body .item-title {
		font-size: 18px;
		line-height: 30px;
		padding: 4px;
	}

	.sec1-tbody-list {
		margin-top: 12px;
	}

	.sec1-swiper-button {
		width: 132px;
		height: 36px;
		margin-bottom: 28px;
	}

	.sec1-swiper-button::before {
		height: 28px;
	}

	.sec1-swiper-button .swiper-button {
		width: 64px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}

	.sec1-bottom {
		padding: 36px 28px;
		margin-top: 48px;
	}

	.sec1-bottom-left {
		width: 310px;
	}

	.sec1-bottom-right {
		width: calc(100% - 330px);
		padding-top: 8px;
	}

	.sec1-bottom-menu {
		margin-top: 14px;
	}

	.sec1-menu-item {
		margin-bottom: 10px;
	}

	.sec1-menu-item .item-title {
		padding: 11px;
		font-size: 17px;
		line-height: 30px;
	}

	.sec1-content-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec1-list-item {
		width: 25%;
		padding: 0 8px;
		margin-bottom: 10px;
	}

	.sec1-list-item .item-body .item-title {
		font-size: 16px;
		line-height: 28px;
		padding: 5px;
	}

	.pro-item .item-pic .item-btn .btnn {
		min-width: 164px;
		padding: 4px 12px;
		padding-right: 54px;
		line-height: 32px;
		font-size: 19px;
	}

	.pro-item .item-pic .item-btn .btnn i {
		width: 42px;
		padding: 4px;
	}
}

@media screen and (max-width: 1459px) {
	.sec1 {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.sec1-tbody-left {
		width: 33%;
	}

	.sec1-tbody-right {
		width: 65%;
		margin-top: -8px;
	}

	.sec1-tbody-item .item-body .item-title {
		font-size: 20px;
		line-height: 30px;
		padding: 10px;
	}

	.swiper-sec1-list .sec1-tbody-item .item-body .item-title {
		font-size: 16px;
		line-height: 28px;
		padding: 4px;
	}

	.sec1-tbody-list {
		margin-top: 10px;
	}

	.sec1-swiper-button {
		width: 128px;
		height: 32px;
		margin-bottom: 24px;
	}

	.sec1-swiper-button::before {
		height: 26px;
	}

	.sec1-swiper-button .swiper-button {
		width: 60px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.sec1-bottom {
		padding: 28px 15px;
		margin-top: 36px;
	}

	.sec1-bottom-left {
		width: 292px;
	}

	.sec1-bottom-right {
		width: calc(100% - 312px);
		padding-top: 8px;
	}

	.sec1-bottom-menu {
		margin-top: 12px;
	}

	.sec1-menu-item {
		margin-bottom: 10px;
	}

	.sec1-menu-item .item-title {
		padding: 10px;
		font-size: 16px;
		line-height: 28px;
	}

	.sec1-content-list {
		margin-left: -4px;
		margin-right: -4px;
	}

	.sec1-list-item {
		width: 25%;
		padding: 0 4px;
		margin-bottom: 10px;
	}

	.sec1-list-item .item-body .item-title {
		font-size: 15px;
		line-height: 26px;
		padding: 4px;
	}

	.pro-item .item-pic .item-btn .btnn {
		min-width: 148px;
		padding: 3px 10px;
		padding-right: 48px;
		line-height: 30px;
		font-size: 17px;
	}

	.pro-item .item-pic .item-btn .btnn i {
		width: 38px;
		padding: 3px;
	}
}

@media screen and (max-width: 1259px) {
	.sec1 {
		padding-top: 58px;
		padding-bottom: 58px;
	}

	.sec1-tbody-left {
		width: 39%;
	}

	.sec1-tbody-right {
		width: 58%;
		margin-top: -8px;
	}

	.sec1-tbody-item .item-body .item-title {
		font-size: 18px;
		line-height: 28px;
		padding: 8px;
	}

	.swiper-sec1-list .sec1-tbody-item .item-body .item-title {
		font-size: 15px;
		line-height: 26px;
		padding: 3px;
	}

	.sec1-tbody-list {
		margin-top: 8px;
	}

	.sec1-swiper-button {
		width: 124px;
		height: 30px;
		margin-bottom: 18px;
	}

	.sec1-swiper-button::before {
		height: 24px;
	}

	.sec1-swiper-button .swiper-button {
		width: 58px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
	}

	.sec1-bottom {
		padding: 20px 15px;
		margin-top: 30px;
	}

	.sec1-bottom-left {
		width: 100%;
	}

	.sec1-bottom-right {
		width: 100%;
		padding-top: 12px;
	}

	.sec1-bottom-menu {
		margin-top: 12px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec1-menu-item {
		margin-bottom: 10px;
		width: 25%;
		padding: 0 6px;
	}

	.sec1-menu-item .item-title {
		padding: 10px;
		font-size: 16px;
		line-height: 28px;
	}

	.sec1-content-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec1-list-item {
		width: 25%;
		padding: 0 8px;
		margin-bottom: 10px;
	}

	.sec1-list-item .item-body .item-title {
		font-size: 15px;
		line-height: 26px;
		padding: 4px;
	}

	.pro-item .item-pic .item-btn .btnn {
		min-width: 140px;
		padding: 3px 10px;
		padding-right: 46px;
		line-height: 28px;
		font-size: 16px;
	}

	.pro-item .item-pic .item-btn .btnn i {
		width: 36px;
		padding: 3px;
	}
}

@media screen and (max-width: 991px) {
	.sec1 {

		padding: 60px 0;
	}

	.sec1-tbody-left {
		display: none;
	}

	.sec1-tbody-right {
		width: 100%;
		margin-top: 0px;
	}

	.sec1-tbody-item .item-body .item-title {
		font-size: 18px;
		line-height: 28px;
		padding: 8px;
	}

	.swiper-sec1-list .sec1-tbody-item .item-body .item-title {
		font-size: 14px;
		line-height: 24px;
		padding: 3px;
	}

	.sec1-tbody-list {
		margin-top: 8px;
	}

	.sec1-swiper-button {
		width: 124px;
		height: 30px;
		margin-bottom: 18px;
	}

	.sec1-swiper-button::before {
		height: 24px;
	}

	.sec1-swiper-button .swiper-button {
		width: 58px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
	}

	.sec1-bottom {
		padding: 20px 15px;
		margin-top: 30px;
	}

	.sec1-bottom-left {
		width: 100%;
	}

	.sec1-bottom-right {
		width: 100%;
		padding-top: 12px;
	}

	.sec1-bottom-menu {
		margin-top: 12px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec1-menu-item {
		margin-bottom: 10px;
		width: 50%;
		padding: 0 6px;
	}

	.sec1-menu-item .item-title {
		padding: 10px;
		font-size: 16px;
		line-height: 28px;
	}

	.sec1-content-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec1-list-item {
		width: 33.33333%;
		padding: 0 8px;
		margin-bottom: 10px;
	}

	.sec1-list-item .item-body .item-title {
		font-size: 15px;
		line-height: 26px;
		padding: 4px;
	}

	.pro-item .item-pic .item-btn .btnn {
		min-width: 140px;
		padding: 3px 10px;
		padding-right: 46px;
		line-height: 28px;
		font-size: 16px;
	}

	.pro-item .item-pic .item-btn .btnn i {
		width: 36px;
		padding: 3px;
	}
}

@media screen and (max-width: 720px) {
	.sec1 {
		padding: 60px 0;
	}

	.sec1-tbody-left {
		display: none;
	}

	.sec1-tbody-right {
		width: 100%;
		margin-top: 0px;
	}

	.sec1-tbody-item .item-body .item-title {
		font-size: 18px;
		line-height: 28px;
		padding: 8px;
	}

	.swiper-sec1-list .sec1-tbody-item .item-body .item-title {
		font-size: 16px;
		line-height: 24px;
		padding: 10px;
	}

	.sec1-tbody-list {
		margin-top: 8px;
	}

	.sec1-swiper-button {
		width: 124px;
		height: 30px;
		margin-bottom: 18px;
	}

	.sec1-swiper-button::before {
		height: 24px;
	}

	.sec1-swiper-button .swiper-button {
		width: 58px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
	}

	.sec1-bottom {
		padding: 20px 15px;
		margin-top: 20px;
	}

	.sec1-bottom-left {
		width: 100%;
	}

	.sec1-bottom-right {
		width: 100%;
		padding-top: 12px;
	}

	.sec1-bottom-menu {
		margin-top: 12px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec1-menu-item {
		margin-bottom: 10px;
		width: 50%;
		padding: 0 6px;
	}

	.sec1-menu-item .item-title {
		padding: 10px;
		font-size: 15px;
		line-height: 26px;
	}

	.sec1-content-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec1-list-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 10px;
	}

	.sec1-list-item .item-body .item-title {
		font-size: 14px;
		line-height: 24px;
		padding: 4px;
	}

	.pro-item .item-pic .item-btn .btnn {
		min-width: 130px;
		padding: 3px 10px;
		padding-right: 46px;
		line-height: 28px;
		font-size: 16px;
	}

	.pro-item .item-pic .item-btn .btnn i {
		width: 36px;
		padding: 3px;
	}
}

@media screen and (max-width: 560px) {
	.sec1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.sec1-tbody-left {
		display: none;
	}

	.sec1-tbody-right {
		width: 100%;
		margin-top: 0px;
	}

	.sec1-tbody-item .item-body .item-title {
		font-size: 18px;
		line-height: 28px;
		padding: 8px;
	}

	.swiper-sec1-list .sec1-tbody-item .item-body .item-title {
		font-size: 14px;
		line-height: 24px;
		padding: 3px;
	}

	.sec1-tbody-list {
		margin-top: 8px;
	}

	.sec1-swiper-button {
		width: 124px;
		height: 30px;
		margin-bottom: 18px;
	}

	.sec1-swiper-button::before {
		height: 24px;
	}

	.sec1-swiper-button .swiper-button {
		width: 58px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
	}

	.sec1-bottom {
		padding: 20px 15px;
		margin-top: 20px;
	}

	.sec1-bottom-left {
		width: 100%;
	}

	.sec1-bottom-right {
		width: 100%;
		padding-top: 12px;
	}

	.sec1-bottom-menu {
		margin-top: 12px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec1-menu-item {
		margin-bottom: 10px;
		width: 50%;
		padding: 0 6px;
	}

	.sec1-menu-item .item-title {
		padding: 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.sec1-content-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec1-list-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 10px;
	}

	.sec1-list-item .item-body .item-title {
		font-size: 14px;
		line-height: 24px;
		padding: 4px;
	}

	.pro-item .item-pic .item-btn {
		display: none;
	}

	.pro-item .item-pic .item-btn .btnn {
		min-width: 130px;
		padding: 3px 10px;
		padding-right: 46px;
		line-height: 28px;
		font-size: 16px;
	}

	.pro-item .item-pic .item-btn .btnn i {
		width: 36px;
		padding: 3px;
	}
}

.sec-page {
	position: relative;
	width: 100%;
	background: url(../images/sec-page-bgi.jpg) no-repeat center center;
	background-size: cover;
	padding: 63px 0 73px;
	margin:2% 0;
	background-attachment: fixed;
}

.sec-page-tbody {
	position: relative;
	width: 100%;
	text-align: center;
}

.sec-page-text {
	position: relative;
	width: 100%;
	font-size: 2rem;
	color: #FFFFFF;
	line-height: 36px;
	margin-top: 14px;
	text-align: center;
}

.sec-page-text a {
	color: #fff;
}

.sec-page-text a:hover {
	color: #bdbdbd;
}

.sec-page-btn {
	position: relative;
	text-align: center;
	margin-top: 3%;
}

.sec-page-btn .btnn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	min-width: 168px;
	padding: 0 15px;
	font-size: 2rem;
	color: #FFFFFF;
}

.sec-page-btn a.btnn:hover {
	background: #fff;
	color: #be2f31;
}

  .sologs {
        margin-top:11%;

        font-size:5rem;
        text-align:center; 
    }
    

@media screen and (max-width: 1659px) {
        .sologs {
        margin-top: 11%;
        font-size: 4.4rem;
        text-align: center;
    }
    
    
	.sec-page {
		padding: 50px;
	}

	.sec-page-text {
		font-size: 18px;
		line-height: 34px;
		margin-top: 12px;
	}



	.sec-page-btn .btnn {
		min-width: 168px;
		padding: 0 14px;
		font-size: 20px;
	}
}


@media screen and (max-width: 1459px) {
	.sec-page {
		padding: 52px 0 62px;
	}

	.sec-page-text {
		font-size: 22px;
		line-height: 34px;
		margin-top: 12px;
	}



	.sec-page-btn .btnn {
		min-width: 150px;
		padding: 0 12px;
		font-size: 18px;
	}
}

@media screen and (max-width: 1259px) {
	.sec-page {
		padding: 46px 0 56px;
	}

	.sec-page-text {
		font-size: 20px;
		line-height: 32px;
		margin-top: 10px;
	}

	.sec-page-btn {

		margin-top: 1%;
	}

	.sec-page-btn .btnn { 
		min-width: 144px;
		line-height: 32px;
		padding: 0 10px;
		font-size: 16px;
	
	}
	

    
    .container{
        padding:0 15px;
    }
      
    
 
    .banner_solo {
        width: 100%;
        position: absolute;
        top: 50%;
        z-index: 999999;
        color: #ffffff;
        font-size: 2rem;
 
        text-align:center;
    }
    
    .sologs {
        font-size: 4rem;
        margin-top: 0px;
    }
    
    .sec-page-btn .btnn {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 100px;
        height: 40px;
        border: 0;
        background: #be2f31;
        text-transform: uppercase;
        color: white;
        font-weight: bold;
        outline: none;
        position: relative;
        transition: border-radius 0.8s;
        -webkit-transition: border-radius 0.8s;
        margin: 0 auto;
        line-height: 40px;
        margin-top:4%;
        line-height:40px;
        
    }
}

@media screen and (max-width: 991px) {
    .sologs{
         font-size: 3rem;
    }
	.sec-page {
		padding: 40px 0 50px;
	}

	.sec-page-text {
		font-size: 18px;
		line-height: 30px;
		margin-top: 10px;
	}

	

	.sec-page-btn .btnn {
		min-width: 136px;

		padding: 0 10px;
		font-size: 16px;

	}
}

@media screen and (max-width: 720px) {
    .sologs{
        font-size: 2.2rem;
        
    }
	.sec-page {
		padding: 34px 0 44px;
	}

	.sec-page-text {
		font-size: 16px;
		line-height: 28px;
		margin-top: 8px;
	}



	.sec-page-btn .btnn {
		min-width: 128px;

		padding: 0 8px;
		font-size: 15px;
	
	}
}

@media screen and (max-width: 560px) {
	.sec-page {
		padding: 28px 0 36px;
	}

	.sec-page-text {
		font-size: 14px;
		line-height: 26px;
		margin-top: 8px;
	}


	.sec-page-btn .btnn {
		min-width: 100px;
		line-height:40px;
		padding: 0 8px;
		font-size: 12px;
	
	}
}

.sec2 {
	position: relative;
	width: 100%;
	padding-bottom: 100px;
}

.sec2-tbody {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec2-tbody-left {
	position: relative;
	width: 42%;
}

.sec2-tbody-right {
	position: relative;
	width: 51.5%;
}

.sec2-tbody-img {
	position: relative;
	width: 100%;
	padding-right: 40px;
	padding-bottom: 42px;
}

.sec2-tbody-img .item-pic {
	position: relative;
	width: 100%;
	padding-bottom: 62.5%;
	z-index: 22;
	overflow: hidden;
}

.sec2-tbody-img .item-pic .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.sec2-tbody-img::before {
	position: absolute;
	content: '';
	left: 40px;
	right: 0;
	bottom: 0;
	height: 120px;
	background: #be2f314f;
}

.sec2-tbody-text {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	;margin-top: 22px;
}

.sec2-tbody-text a {
	color: #666;
}

.sec2-tbody-text a:hover {
	color: #be2f31;
}

.sec2-tbody-btn {
	position: relative;
	margin-top: 88px;
}

.sec-tbody-btn .btnn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	min-width: 180px;
	padding: 5px 15px;
	padding-right: 62px;
	font-size: 1.8rem;
	line-height: 34px;
	color: #be2f31;
	border: 1px solid #be2f31;
	font-family: Poppins-Regular;
}

.sec-tbody-btn .btnn i {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 47px;
	text-align: center;
	border-left: 1px solid #be2f31;
	padding: 5px;
	font-style: normal;
}

.sec-tbody-btn .btnn:hover {
	border-color: #fff;
	color: #fff;
	background: #be2f31;
}

.sec-tbody-btn .btnn:hover i {
	border-color: #fff;
}

.sec-tbody-btn.white .btnn {
	color: #fff;
	border-color: #fff;
}

.sec-tbody-btn.white .btnn i {
	border-color: #fff;
}

.sec-tbody-btn.white .btnn:hover {
	border-color: #be2f31;
	color: #be2f31;
	background: #fff;
}

.sec-tbody-btn.white .btnn:hover i {
	border-color: #be2f31;
}

.sec2-bottom {
	position: relative;
	width: 100%;
	padding-top: 30px;
}

.sec2-bottom-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: -16px;
	margin-right: -16px;
}

.sec2-list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 30px 15px 0;
	margin-bottom: 20px;
}

.sec2-list-item .item-box {
	position: relative;
	width: 100%;
	background: #F2F5F9;
	padding: 30px 4px 37px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.sec2-list-item:hover .item-box {
	background: #be2f31;
	margin-top: -30px;
}

.sec2-list-item .item-box .item-icon {
	position: relative;
	width: 158px;
	text-align: center;
}

.sec2-list-item .item-box .item-icon img {
	display: inline-block;
	vertical-align: top;
	width: 38px;
}

.sec2-list-item .item-box .item-icon .img1 {
	display: inline-block;
}

.sec2-list-item .item-box .item-icon .img2 {
	display: none;
}

.sec2-list-item:hover .item-box .item-icon .img1 {
	display: none;
}

.sec2-list-item:hover .item-box .item-icon .img2 {
	display: inline-block;
}

.sec2-list-item .item-box .item-body {
	position: relative;
	width: calc(100% - 162px);
}

.sec2-list-item .item-box .item-num {
	font-size:58px;
	font-family: Poppins-Bold;
	color:#be2f31;
	line-height: 72px;
	display: block;
}

.sec2-list-item .item-box .item-name {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	margin-top: 11px;
	font-family: Poppins-Regular;
	color: #666;
}

.sec2-list-item .item-box .item-name a {
	color: #666;
}

.sec2-list-item .item-box .item-name a:hover {
	color: #be2f31;
}

.sec2-list-item:hover .item-box .item-num, .sec2-list-item:hover .item-box .item-name, .sec2-list-item:hover .item-box .item-name a {
	color: #fff;
}

@media screen and (max-width: 1659px) {
	.sec2 {
		padding-top: 50px;
		padding-bottom: 36px;
	}

	.sec2-tbody-left {
		width: 42%;
	}

	.sec2-tbody-right {
		width: 54%;
	}

	.sec2-tbody-img {
		padding-right: 32px;
		padding-bottom: 36px;
	}

	.sec2-tbody-img::before {
		left: 36px;
		height: 110px;
	}

	.sec2-tbody-text {
		font-size: 16px;
		line-height: 30px;
		;margin-top: 20px;
	}

	.sec2-tbody-btn {
		margin-top: 20px;
	}

	.sec-tbody-btn .btnn {
		min-width: 172px;
		padding: 5px 14px;
		padding-right: 60px;
		font-size: 20px;
		line-height: 32px;
	}

	.sec-tbody-btn .btnn i {
		width: 46px;
		padding: 5px;
	}

	.sec2-bottom {
		padding-top: 28px;
	}

	.sec2-bottom-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec2-list-item {
		width: 25%;
		padding: 28px 10px 0;
		margin-bottom: 20px;
	}

	.sec2-list-item .item-box {
		padding: 26px 4px 32px;
	}

	.sec2-list-item:hover .item-box {
		margin-top: -28px;
	}

	.sec2-list-item .item-box .item-icon {
		width: 144px;
	}

	.sec2-list-item .item-box .item-icon img {
		width: 38px;
	}

	.sec2-list-item .item-box .item-body {
		width: calc(100% - 148px);
	}

	.sec2-list-item .item-box .item-num {
		font-size: 58px;
		line-height: 66px;
	}

	.sec2-list-item .item-box .item-name {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 30px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 1459px) {
	.sec2 {
		padding-top: 72px;
		padding-bottom: 32px;
	}

	.sec2-tbody-left {
		width: 44%;
	}

	.sec2-tbody-right {
		width: 54%;
	}

	.sec2-tbody-img {
		padding-right: 28px;
		padding-bottom: 30px;
	}

	.sec2-tbody-img::before {
		left: 28px;
		height: 96px;
	}

	.sec2-tbody-text {
		font-size: 16px;
		line-height: 28px;
		;margin-top: 16px;
	}

	.sec2-tbody-btn {
		margin-top: 18px;
	}

	.sec-tbody-btn .btnn {
		min-width: 158px;
		padding: 4px 12px;
		padding-right: 53px;
		font-size: 18px;
		line-height: 30px;
	}

	.sec-tbody-btn .btnn i {
		width: 42px;
		padding: 4px;
	}

	.sec2-bottom {
		padding-top: 24px;
	}

	.sec2-bottom-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec2-list-item {
		width: 25%;
		padding: 24px 8px 0;
		margin-bottom: 20px;
	}

	.sec2-list-item .item-box {
		padding: 22px 4px 28px;
	}

	.sec2-list-item:hover .item-box {
		margin-top: -24px;
	}

	.sec2-list-item .item-box .item-icon {
		width: 100px;
	}

	.sec2-list-item .item-box .item-icon img {
		width: 36px;
	}

	.sec2-list-item .item-box .item-body {
		width: calc(100% - 108px);
	}

	.sec2-list-item .item-box .item-num {
		font-size: 50px;
		line-height: 58px;
	}

	.sec2-list-item .item-box .item-name {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		margin-top: 8px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.sec2 {
		padding-top: 58px;
		padding-bottom: 28px;
	}

	.sec2-tbody-left {
		width: 44%;
	}

	.sec2-tbody-right {
		width: 54%;
	}

	.sec2-tbody-img {
		padding-right: 24px;
		padding-bottom: 28px;
	}

	.sec2-tbody-img::before {
		left: 24px;
		height: 80px;
	}

	.sec2-tbody-text {
		font-size: 15px;
		line-height: 26px;
		;margin-top: 12px;
	}

	.sec2-tbody-btn {
		margin-top: 16px;
	}

	.sec-tbody-btn .btnn {
		min-width: 144px;
		padding: 4px 10px;
		padding-right: 50px;
		font-size: 17px;
		line-height: 30px;
	}

	.sec-tbody-btn .btnn i {
		width: 40px;
		padding: 4px;
	}

	.sec2-bottom {
		padding-top: 20px;
	}

	.sec2-bottom-list {
		margin-left: -15px;
		margin-right: -15px;
	}

	.sec2-list-item {
		width: 33.3333333%;
		padding: 20px 15px 0;
		margin-bottom: 20px;
	}

	.sec2-list-item .item-box {
		padding: 20px 4px 24px;
	}

	.sec2-list-item:hover .item-box {
		margin-top: -20px;
	}

	.sec2-list-item .item-box .item-icon {
		width: 80px;
	}

	.sec2-list-item .item-box .item-icon img {
		width: 32px;
	}

	.sec2-list-item .item-box .item-body {
		width: calc(100% - 86px);
	}

	.sec2-list-item .item-box .item-num {
		font-size: 42px;
		line-height: 50px;
	}

	.sec2-list-item .item-box .item-name {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 6px;
	}
}

@media (max-width: 991px) {
	.sec2 {
		padding-top: 44px;
		padding-bottom: 24px;
	}

	.sec2-tbody-left {
		width: 100%;
	}

	.sec2-tbody-right {
		width: 100%;
		margin-top: 20px;
	}

	.sec2-tbody-img {
		padding-right: 0;
		padding-bottom: 20px;
	}

	.sec2-tbody-img::before {
		left: 0;
		height: 60px;
	}

	.sec2-tbody-text {
		font-size: 14px;
		line-height: 24px;
		;margin-top: 10px;
	}

	.sec2-tbody-btn {
		margin-top: 16px;
	}

	.sec-tbody-btn .btnn {
		min-width: 136px;
		padding: 3px 10px;
		padding-right: 46px;
		font-size: 16px;
		line-height: 28px;
	}

	.sec-tbody-btn .btnn i {
		width: 36px;
		padding: 3px;
	}

	.sec2-bottom {
		padding-top: 18px;
	}

	.sec2-bottom-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec2-list-item {
		width: 33.3333333%;
		padding: 0 8px;
		margin-bottom: 20px;
	}

	.sec2-list-item .item-box {
		padding: 18px 4px 20px;
	}

	.sec2-list-item:hover .item-box {
		margin-top: 0px;
	}

	.sec2-list-item .item-box .item-icon {
		width: 60px;
	}

	.sec2-list-item .item-box .item-icon img {
		width: 32px;
	}

	.sec2-list-item .item-box .item-body {
		width: calc(100% - 64px);
	}

	.sec2-list-item .item-box .item-num {
		font-size: 36px;
		line-height: 48px;
	}

	.sec2-list-item .item-box .item-name {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 6px;
	}
}

@media (max-width: 660px) {
	.sec2 {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.sec2-tbody-left {
		width: 100%;
	}

	.sec2-tbody-right {
		width: 100%;
		margin-top: 20px;
	}

	.sec2-tbody-img {
		padding-right: 0;
		padding-bottom: 20px;
	}

	.sec2-tbody-img::before {
		left: 0;
		height: 60px;
	}

	.sec2-tbody-text {
		font-size: 14px;
		line-height: 24px;
		;margin-top: 10px;
	}

	.sec2-tbody-btn {
		margin-top: 16px;
	}

	.sec-tbody-btn .btnn {
		min-width: 128px;
		padding: 2px 8px;
		padding-right: 44px;
		font-size: 15px;
		line-height: 26px;
	}

	.sec-tbody-btn .btnn i {
		width: 32px;
		padding: 2px;
	}

	.sec2-bottom {
		padding-top: 18px;
	}

	.sec2-bottom-list {
		margin-left: -12px;
		margin-right: -12px;
	}

	.sec2-list-item {
		width: 50%;
		padding: 0 12px;
		margin-bottom: 18px;
	}

	.sec2-list-item .item-box {
		padding: 18px 4px 20px;
	}

	.sec2-list-item:hover .item-box {
		margin-top: 0px;
	}

	.sec2-list-item .item-box .item-icon {
		width: 60px;
	}

	.sec2-list-item .item-box .item-icon img {
		width: 32px;
	}

	.sec2-list-item .item-box .item-body {
		width: calc(100% - 64px);
	}

	.sec2-list-item .item-box .item-num {
		font-size: 30px;
		line-height: 42px;
	}

	.sec2-list-item .item-box .item-name {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 6px;
	}
}

@media (max-width: 500px) {
	.sec2 {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.sec2-tbody-left {
		width: 100%;
	}

	.sec2-tbody-right {
		width: 100%;
		margin-top: 20px;
	}

	.sec2-tbody-img {
		padding-right: 0;
		padding-bottom: 20px;
	}

	.sec2-tbody-img::before {
		left: 0;
		height: 60px;
	}

	.sec2-tbody-text {
		font-size: 14px;
		line-height: 24px;
		;margin-top: 10px;
	}

	.sec2-tbody-btn {
		margin-top: 16px;
	}

	.sec-tbody-btn .btnn {
		min-width: 128px;
		padding: 2px 8px;
		padding-right: 44px;
		font-size: 15px;
		line-height: 26px;
	}

	.sec-tbody-btn .btnn i {
		width: 32px;
		padding: 2px;
	}

	.sec2-bottom {
		padding-top: 18px;
	}

	.sec2-bottom-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec2-list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 16px;
	}

	.sec2-list-item .item-box {
		padding: 18px 4px 20px;
	}

	.sec2-list-item:hover .item-box {
		margin-top: 0px;
	}

	.sec2-list-item .item-box .item-icon {
		width: 48px;
	}

	.sec2-list-item .item-box .item-icon img {
		width: 32px;
	}

	.sec2-list-item .item-box .item-body {
		width: calc(100% - 54px);
	}

	.sec2-list-item .item-box .item-num {
		font-size: 24px;
		line-height: 36px;
	}

	.sec2-list-item .item-box .item-name {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 24px;
		margin-top: 6px;
	}
}

@media (max-width: 360px) {
	.sec2-list-item {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 16px;
	}
}

.sec3 {
	position: relative;
	width: 100%;
	padding:110px 0;
}

.sec3-tbody {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 0;
	letter-spacing: 0;
	padding-top: 34px;
}

.sec3-tbody-left {
	position: relative;
	width:100%;
	display:flex;
	justify-content:space-between;
    flex-wrap:wrap;
}

.sec3-tbody-right {
	position: relative;
	width: 50%;
	display:none;
}

.sec3-tbody-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	letter-spacing: 0;
}

.sec3-tbody-item {
	position: relative;
	width:32%;
	margin-bottom: 30px;
}

.sec3-tbody-list .sec3-tbody-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-left: 20px;
	margin-bottom: 30px;
}

.sec3-tbody-item .item-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.sec3-tbody-item .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
}

.sec3-tbody-item .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.sec3-tbody-item .item-body {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 22px;
    background: rgb(0 0 0 / 59%);
}

.sec3-tbody-item .item-body .item-title {
	line-height: 36px;
	font-size: 2.3rem;
	color: #FFFFFF;
	text-align: center;
	font-family:Poppins;
}

.sec3-tbody-item .item-body .item-title a {
    text-align: center;
	color: #fff;
}

.sec3-tbody-item .item-body .item-title a:hover {
	color: #dbdbdb;
}

.sec3-tbody-item .item-body .item-body-hover {
	position: relative;
	width: 100%;
	display: none;
	transition: all .5s;
}

.sec3-tbody-item .item-body .item-desc {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 18px;
}

.sec3-tbody-item .item-body .item-desc a {
	color: #fff;
}

.sec3-tbody-item .item-body .item-desc a:hover {
	color: #dbdbdb;
}

.sec3-tbody-item .item-body .item-btn {
	position: relative;
	margin-top: 20px;
}

.sec3-tbody-item .item-body .item-btn .btnn {
	font-size: 18px;
	font-family: Poppins-Bold;
	line-height: 24px;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
}

.sec3-tbody-item .item-body .item-btn a.btnn:hover {
	color: #dbdbdb;
	border-color: #dbdbdb;
}

.sec3-tbody-item .item-box:hover .item-body {
	padding: 29px 41px 34px;
	display: none;
}

.sec3-tbody-item .item-box:hover .item-body .item-title {
	text-align: left;
}

.sec3-tbody-item .item-box:hover .item-body-hover {
	display: block;
}

.sec3-tbody-item .item-body-hover {
	position: absolute;
	width: 100%;
	transition: all .5s;
	bottom: -100%;
	display: block;
	left: 0;
	right: 0;
}

.sec3-tbody-item .item-box:hover .item-body-hover {
	top: auto;
	bottom: 0;
}

.sec3-tbody-item .item-box:hover .item-body-hover .item-title {
	text-align: left;
}

@media screen and (max-width: 1659px) {
	.sec3 {
		padding: 60px 0;
	}

	.sec3-tbody {
		padding-top: 30px;
	}

	.sec3-tbody-left {
		width:100%;
	}

	.sec3-tbody-right {
		width: 50%;
	}

	.sec3-tbody-item {
		margin-bottom: 24px;
	}

	.sec3-tbody-list .sec3-tbody-item {
		width: 50%;
		padding-left: 16px;
		margin-bottom: 24px;
	}

	.sec3-tbody-item .item-body {
		padding: 20px;
	}

	.sec3-tbody-item .item-body .item-title {
		line-height: 34px;
		font-size: 22px;
	}

	.sec3-tbody-item .item-body .item-desc {
		font-size: 16px;
		line-height: 30px;
		margin-top: 16px;
	}

	.sec3-tbody-item .item-body .item-btn {
		margin-top: 18px;
	}

	.sec3-tbody-item .item-body .item-btn .btnn {
		font-size: 18px;
		line-height: 24px;
	}

	.sec3-tbody-item .item-box:hover .item-body {
		padding: 22px 36px 28px;
	}
}

@media screen and (max-width: 1459px) {


	.sec3-tbody {
		padding-top: 26px;
	}

	.sec3-tbody-left {
		width:100%;
	}

	.sec3-tbody-right {
		width: 50%;
	}

	.sec3-tbody-item {
		margin-bottom: 18px;
	}

	.sec3-tbody-list .sec3-tbody-item {
		width: 50%;
		padding-left: 12px;
		margin-bottom: 18px;
	}

	.sec3-tbody-item .item-body {
		padding: 18px;
	}

	.sec3-tbody-item .item-body .item-title {
		line-height: 30px;
		font-size: 20px;
	}

	.sec3-tbody-item .item-body .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 8px;
	}

	.sec3-tbody-item .item-body .item-btn {
		margin-top: 12px;
	}

	.sec3-tbody-item .item-body .item-btn .btnn {
		font-size: 16px;
		line-height: 24px;
	}

	.sec3-tbody-item .item-box:hover .item-body {
		padding: 18px 24px 20px;
	}
}

@media screen and (max-width: 1259px) {
	.sec3 {
		padding: 60px 0;
	}

	.sec3-tbody {
		padding-top: 20px;
	}

	.sec3-tbody-left {
		width: 50%;
	}

	.sec3-tbody-right {
		width: 50%;
	}

	.sec3-tbody-item {
		margin-bottom: 12px;
		width:100%;
	}

	.sec3-tbody-list .sec3-tbody-item {
		width: 50%;
		padding-left: 8px;
		margin-bottom: 12px;
	}

	.sec3-tbody-item .item-body {
		padding: 15px;
	}

	.sec3-tbody-item .item-body .item-title {
		line-height: 28px;
		font-size: 18px;
	}

	.sec3-tbody-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
	}

	.sec3-tbody-item .item-body .item-btn {
		margin-top: 8px;
	}

	.sec3-tbody-item .item-body .item-btn .btnn {
		font-size: 15px;
		line-height: 22px;
	}

	.sec3-tbody-item .item-box:hover .item-body {
		padding: 10px 15px 10px;
	}
}

@media(max-width: 1000px) {
	.sec3 {
		padding: 60px 0;
	}

	.sec3-tbody {
		padding-top: 20px;
	}

	.sec3-tbody-left {
		width: 100%;
	}

	.sec3-tbody-right {
		width: 100%;
	}

	.sec3-tbody-item {
		margin-bottom: 18px;
	}

	.sec3-tbody-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec3-tbody-list .sec3-tbody-item {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 18px;
	}

	.sec3-tbody-item .item-body {
		padding: 15px;
	}

	.sec3-tbody-item .item-body .item-title {
		line-height: 28px;
		font-size: 20px;
	}

	.sec3-tbody-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
	}

	.sec3-tbody-item .item-body .item-btn {
		margin-top: 10px;
	}

	.sec3-tbody-item .item-body .item-btn .btnn {
		font-size: 14px;
		line-height: 22px;
	}

	.sec3-tbody-item .item-box:hover .item-body {
		padding: 12px 24px 16px;
	}
}

@media (max-width: 767px) {
	.sec3 {
		padding: 60px 0;
	}

	.sec3-tbody {
		padding: 0 15px;
		padding-top: 20px;
	}

	.sec3-tbody-left {
		width: 100%;
	}

	.sec3-tbody-right {
		width: 100%;
	}

	.sec3-tbody-item {
		margin-bottom: 18px;
	}

	.sec3-tbody-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec3-tbody-list .sec3-tbody-item {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 18px;
	}



	.sec3-tbody-item .item-body .item-title {
		line-height: 28px;
		font-size: 22px;
	}

	.sec3-tbody-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
	}

	.sec3-tbody-item .item-body .item-btn {
		margin-top: 10px;
	}

	.sec3-tbody-item .item-body .item-btn .btnn {
		font-size: 14px;
		line-height: 22px;
	}



	.sec3-tbody-item .item-box .item-body .item-title {
		text-align: left;
	}

	.sec3-tbody-item .item-box .item-body .item-body-hover {
		display: block;
	}
}

@media (max-width: 520px) {
    .sologs{
        font-size: 1.8rem;
    }
	.sec3 {
		padding: 60px 0;
	}

	.sec3-tbody {
		padding: 0 15px;
		padding-top: 20px;
	}

	.sec3-tbody-left {
		width: 100%;
	}

	.sec3-tbody-right {
		width: 100%;
	}

	.sec3-tbody-item {
		margin-bottom: 18px;
	}

	.sec3-tbody-list {
		margin-left: -6px;
		margin-right: -6px;
	}

	.sec3-tbody-list .sec3-tbody-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 18px;
	}



	.sec3-tbody-item .item-body .item-title {
		line-height: 28px;
		font-size: 16px;
	}

	.sec3-tbody-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
	}

	.sec3-tbody-item .item-body .item-btn {
		margin-top: 10px;
	}

	.sec3-tbody-item .item-body .item-btn .btnn {
		font-size: 14px;
		line-height: 22px;
	}



	.sec3-tbody-item .item-box .item-body .item-title {
		text-align: left;
	}

	.sec3-tbody-item .item-box .item-body .item-body-hover {
		display: block;
	}
}

.sec4 {
	position: relative;
	width: 100%;
	padding: 50px 0 70px;
}

.sec4-tbody {
	position: relative;
	width: 100%;
	padding-top: 24px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec4-tbody-left {
	position: relative;
	width: 68.75%;
}

.sec4-tbody-right {
	position: relative;
	width: 26.5%;
}

.sec4-tbody-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
}

.sec4-tbody-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-bottom: 24px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 30px;
}

.sec4-tbody-item .item-box {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec4-tbody-item .item-box .item-pic {
	position: relative;
	width: 360px;
	text-align: center;
	overflow: hidden;
	background: #fff;
}

.sec4-tbody-item .item-box .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.sec4-tbody-item .item-box .item-body {
	position: relative;
	width: calc(100% - 390px);
}

.sec4-tbody-item .item-body .item-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: Poppins-Bold;
	color: #333;
	line-height: 36px;
}

.sec4-tbody-item .item-body .item-desc {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 16px;
	height: 120px;
	overflow: hidden;
}

.sec4-tbody-item .item-body .item-date {
	font-size: 14px;
	color: #999;
	line-height: 26px;
	margin-bottom: 18px;
}

.sec4-tbody-item .item-body .item-date .iconfont {
	font-size: 24px;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	color: #999;
}

.sec4-tbody-item .item-body .item-btn {
	position: relative;
	width: 100%;
	margin-top: 32px;
}

.sec4-tbody-item .item-body .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	text-decoration: underline;
	color: #be2f31;
	line-height: 30px;
}

.sec4-tbody-right .sec4-tbody-item {
	padding-bottom: 22px;
}

.sec4-tbody-right .sec4-tbody-item .item-box .item-pic {
	width: 100%;
}

.sec4-tbody-right .sec4-tbody-item .item-box .item-body {
	width: 100%;
	padding-top: 25px;
}

.sec4-tbody-right .sec4-tbody-item .item-body .item-date {
	margin-bottom: 20px;
}

.sec4-tbody-right .sec4-tbody-item .item-box .item-body .item-btn {
	margin-top: 15px;
}

@media screen and (max-width: 1659px) {
	.sec4 {
		padding: 28px 0 94px;
	}

	.sec4-tbody {
		padding-top: 48px;
	}

	.sec4-tbody-left {
		width: 68.75%;
	}

	.sec4-tbody-right {
		width: 26.5%;
	}

	.sec4-tbody-item {
		padding-bottom: 22px;
		margin-bottom: 28px;
	}

	.sec4-tbody-item .item-box .item-pic {
		width: 320px;
	}

	.sec4-tbody-item .item-box .item-body {
		width: calc(100% - 344px);
	}

	.sec4-tbody-item .item-body .item-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
	}

	.sec4-tbody-item .item-body .item-desc {
		font-size: 16px;
		line-height: 30px;
		margin-top: 14px;
		height: 120px;
	}

	.sec4-tbody-item .item-body .item-date {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 14px;
	}

	.sec4-tbody-item .item-body .item-date .iconfont {
		font-size: 24px;
		line-height: 24px;
	}

	.sec4-tbody-item .item-body .item-btn {
		margin-top: 24px;
	}

	.sec4-tbody-item .item-body .item-btn .btnn {
		font-size: 18px;
		line-height: 30px;
	}

	.sec4-tbody-right .sec4-tbody-item {
		padding-bottom: 20px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-pic {
		width: 100%;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-body {
		width: 100%;
		padding-top: 22px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-body .item-date {
		margin-bottom: 18px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-body .item-btn {
		margin-top: 14px;
	}
}

@media screen and (max-width: 1459px) {
   
	.sec4 {
		padding: 24px 0 50px;
	}

	.sec4-tbody {
		padding-top: 42px;
	}

	.sec4-tbody-left {
		width: 67.5%;
	}

	.sec4-tbody-right {
		width: 28.5%;
	}

	.sec4-tbody-item {
		padding-bottom: 20px;
		margin-bottom: 24px;
	}

	.sec4-tbody-item .item-box .item-pic {
		width: 300px;
	}

	.sec4-tbody-item .item-box .item-body {
		width: calc(100% - 320px);
	}

	.sec4-tbody-item .item-body .item-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.sec4-tbody-item .item-body .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 12px;
		height: 112px;
	}

	.sec4-tbody-item .item-body .item-date {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.sec4-tbody-item .item-body .item-date .iconfont {
		font-size: 22px;
		line-height: 24px;
	}

	.sec4-tbody-item .item-body .item-btn {
		margin-top: 20px;
	}

	.sec4-tbody-item .item-body .item-btn .btnn {
		font-size: 17px;
		line-height: 28px;
	}

	.sec4-tbody-right .sec4-tbody-item {
		padding-bottom: 18px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-pic {
		width: 100%;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-body {
		width: 100%;
		padding-top: 18px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-body .item-date {
		margin-bottom: 16px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-body .item-btn {
		margin-top: 12px;
	}
}

@media screen and (max-width: 1259px) {
	.sec4 {
		padding: 20px 0 62px;
	}

	.sec4-tbody {
		padding-top: 36px;
	}

	.sec4-tbody-left {
		width: 67.5%;
	}

	.sec4-tbody-right {
		width: 30%;
	}

	.sec4-tbody-item {
		padding-bottom: 18px;
		margin-bottom: 16px;
	}

	.sec4-tbody-item .item-box .item-pic {
		width: 280px;
	}

	.sec4-tbody-item .item-box .item-body {
		width: calc(100% - 300px);
	}

	.sec4-tbody-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.sec4-tbody-item .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 8px;
		height: 104px;
	}

	.sec4-tbody-item .item-body .item-date {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.sec4-tbody-item .item-body .item-date .iconfont {
		font-size: 20px;
		line-height: 20px;
	}

	.sec4-tbody-item .item-body .item-btn {
		margin-top: 16px;
	}

	.sec4-tbody-item .item-body .item-btn .btnn {
		font-size: 16px;
		line-height: 26px;
	}

	.sec4-tbody-right .sec4-tbody-item {
		padding-bottom: 16px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-pic {
		width: 100%;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-body {
		width: 100%;
		padding-top: 16px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-body .item-date {
		margin-bottom: 14px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-body .item-btn {
		margin-top: 10px;
	}
}

@media screen and (max-width: 991px) {
	.sec4 {
		padding: 50px 0 46px;
	}

	.sec4-tbody {
		padding-top: 30px;
	}

	.sec4-tbody-left {
		width: 100%;
	}

	.sec4-tbody-right {
		width: 100%;
	}

	.sec4-tbody-item {
		padding-bottom: 18px;
		margin-bottom: 16px;
	}

	.sec4-tbody-item .item-box .item-pic {
		width: 280px;
	}

	.sec4-tbody-item .item-box .item-body {
		width: calc(100% - 300px);
	}

	.sec4-tbody-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.sec4-tbody-item .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 8px;
		height: 104px;
	}

	.sec4-tbody-item .item-body .item-date {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.sec4-tbody-item .item-body .item-date .iconfont {
		font-size: 20px;
		line-height: 20px;
	}

	.sec4-tbody-item .item-body .item-btn {
		margin-top: 16px;
	}

	.sec4-tbody-item .item-body .item-btn .btnn {
		font-size: 16px;
		line-height: 26px;
	}

	.sec4-tbody-right .sec4-tbody-item {
		padding-bottom: 16px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-pic {
		width: 280px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-body {
		width: calc(100% - 300px);
		padding-top: 0px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-body .item-date {
		margin-bottom: 8px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-body .item-btn {
		margin-top: 16px;
	}
}

@media screen and (max-width: 700px) {
	.sec4 {
		padding: 20px 0 40px;
	}

	.sec4-tbody {
		padding-top: 28px;
	}

	.sec4-tbody-left {
		width: 100%;
	}

	.sec4-tbody-right {
		width: 100%;
	}

	.sec4-tbody-item {
		padding-bottom: 16px;
		margin-bottom: 16px;
	}

	.sec4-tbody-item .item-box .item-pic {
		width: 248px;
	}

	.sec4-tbody-item .item-box .item-body {
		width: calc(100% - 262px);
	}

	.sec4-tbody-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.sec4-tbody-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
		height: 96px;
	}

	.sec4-tbody-item .item-body .item-date {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.sec4-tbody-item .item-body .item-date .iconfont {
		font-size: 20px;
		line-height: 20px;
	}

	.sec4-tbody-item .item-body .item-btn {
		margin-top: 10px;
	}

	.sec4-tbody-item .item-body .item-btn .btnn {
		font-size: 15px;
		line-height: 26px;
	}

	.sec4-tbody-right .sec4-tbody-item {
		padding-bottom: 16px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-pic {
		width: 248px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-body {
		width: calc(100% - 262px);
		padding-top: 0px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-body .item-date {
		margin-bottom: 8px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-body .item-btn {
		margin-top: 10px;
	}
}

@media screen and (max-width: 500px) {
	.sec4 {
		padding: 20px 0 40px;
	}

	.sec4-tbody {
		padding-top: 28px;
	}

	.sec4-tbody-left {
		width: 100%;
	}

	.sec4-tbody-right {
		width: 100%;
	}

	.sec4-tbody-item {
		padding-bottom: 16px;
		margin-bottom: 16px;
	}

	.sec4-tbody-item .item-box .item-pic {
		width: 100%;
	}

	.sec4-tbody-item .item-box .item-body {
		width: 100%;
		padding-top: 14px;
	}

	.sec4-tbody-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.sec4-tbody-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
		height: 96px;
	}

	.sec4-tbody-item .item-body .item-date {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.sec4-tbody-item .item-body .item-date .iconfont {
		font-size: 20px;
		line-height: 20px;
	}

	.sec4-tbody-item .item-body .item-btn {
		margin-top: 10px;
	}

	.sec4-tbody-item .item-body .item-btn .btnn {
		font-size: 15px;
		line-height: 26px;
	}

	.sec4-tbody-right .sec4-tbody-item {
		padding-bottom: 16px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-pic {
		width: 100%;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-body {
		width: 100%;
		padding-top: 14px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-body .item-date {
		margin-bottom: 8px;
	}

	.sec4-tbody-right .sec4-tbody-item .item-box .item-body .item-btn {
		margin-top: 10px;
	}
}

.sec5 {
	position: relative;
	width: 100%;
	padding: 42px 0 100px;
}

.sec5-tbody {
	position: relative;
	width: 100%;
	font-size: 0;
	line-height: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec5-tbody-left {
	position: relative;
	width: 46.25%;
}

.sec5-tbody-right {
	position: relative;
	width: 50%;
	margin-top: -8px;
}

.sec5-tbody-img {
	position: relative;
	width: 100%;
}

.sec5-tbody-img .item-pic {
	position: relative;
	width: 100%;
	padding-bottom: 43px;
}

.sec5-tbody-img .item-pic .pic {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 22;
}

.sec5-tbody-img .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.sec5-tbody-img .item-pic::before {
	position: absolute;
	content: '';
	left: 40px;
	right: -30px;
	bottom: 0;
	height: 120px;
	background: #be2f31;
}

.sec5-tbody-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-top: 22px;
	border-top: 1px solid #F2F5F9;
}

.sec5-tbody-item {
	position: relative;
	width: 100%;
}

.sec5-tbody-item .item-box {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #F2F5F9;
	padding: 10px 0;
}

.sec5-tbody-item .item-box.active {
	border-color: #be2f31;
}

.sec5-tbody-item .item-name {
	position: relative;
	width: 100%;
	font-size: 24px;
	font-size: 2.4rem;
	color: #333;
	line-height: 36px;
	font-family: Poppins-Bold;
	padding: 14px 0;
	padding-right: 36px;
	cursor: pointer;
}

.sec5-tbody-item .item-name::before {
	content: "\e608";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #be2f31;
	background: #F2F5F9;
	border-radius: 50%;
	text-align: center;
	font-family: "iconfont";
	text-align: center;
	display: block;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	box-sizing: border-box;
}

.sec5-tbody-item .item-name.active:before {
	content: "\e600";
}

.sec5-tbody-item .item-name.active {
	color: #be2f31;
}

.sec5-tbody-item .item-name:hover {
	color:#be2f31;
}

.sec5-tbody-item .item-text {
	position: relative;
	width: 100%;
	display: none;
}

.sec5-tbody-item .item-text .text {
	position: relative;
	font-size: 16px;
	color: #666666;
	padding: 4px 0 14px;
	line-height: 30px;
}

.sec5-tbody-btn {
	position: relative;
	margin-top: 24px;
}

@media screen and (max-width: 1659px) {
	.sec5 {
		padding: 36px 0 86px;
	}

	.sec5-tbody-left {
		width: 46.5%;
	}

	.sec5-tbody-right {
		width: 50%;
		margin-top: -8px;
	}

	.sec5-tbody-img .item-pic {
		padding-bottom: 36px;
	}

	.sec5-tbody-img .item-pic::before {
		left: 36px;
		right: -27px;
		height: 106px;
	}

	.sec5-tbody-list {
		margin-top: 20px;
	}

	.sec5-tbody-item .item-box {
		padding: 8px 0;
	}

	.sec5-tbody-item .item-name {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
		padding: 12px 0;
		padding-right: 36px;
	}

	.sec5-tbody-item .item-name::before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}

	.sec5-tbody-item .item-text .text {
		font-size: 16px;
		padding: 4px 0 12px;
		line-height: 30px;
	}
}

@media screen and (max-width: 1459px) {
	.sec5 {
		padding: 32px 0 72px;
	}

	.sec5-tbody-left {
		width: 46.5%;
	}

	.sec5-tbody-right {
		width: 50%;
		margin-top: -8px;
	}

	.sec5-tbody-img .item-pic {
		padding-bottom: 30px;
	}

	.sec5-tbody-img .item-pic::before {
		left: 32px;
		right: -20px;
		height: 90px;
	}

	.sec5-tbody-list {
		margin-top: 20px;
	}

	.sec5-tbody-item .item-box {
		padding: 8px 0;
	}

	.sec5-tbody-item .item-name {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
		padding: 10px 0;
		padding-right: 36px;
	}

	.sec5-tbody-item .item-name::before {
		width: 26px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}

	.sec5-tbody-item .item-text .text {
		font-size: 16px;
		padding: 4px 0 12px;
		line-height: 28px;
	}
}

@media screen and (max-width: 1259px) {
	.sec5 {
		padding: 28px 0 56px;
	}

	.sec5-tbody-left {
		width: 48%;
	}

	.sec5-tbody-right {
		width: 50%;
		margin-top: -6px;
	}

	.sec5-tbody-img .item-pic {
		padding-bottom: 24px;
	}

	.sec5-tbody-img .item-pic::before {
		left: 24px;
		right: -15px;
		height: 80px;
	}

	.sec5-tbody-list {
		margin-top: 16px;
	}

	.sec5-tbody-item .item-box {
		padding: 8px 0;
	}

	.sec5-tbody-item .item-name {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding: 8px 0;
		padding-right: 32px;
	}

	.sec5-tbody-item .item-name::before {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}

	.sec5-tbody-item .item-text .text {
		font-size: 15px;
		padding: 4px 0 10px;
		line-height: 26px;
	}
}

@media (max-width:991px) {
	.sec5 {
		padding: 24px 0 40px;
	}

	.sec5-tbody-left {
		width: 100%;
	}

	.sec5-tbody-right {
		width: 100%;
		margin-top: 16px;
	}

	.sec5-tbody-img .item-pic {
		padding-bottom: 20px;
	}

	.sec5-tbody-img .item-pic::before {
		left: 0;
		right: 0px;
		height: 60px;
	}

	.sec5-tbody-list {
		margin-top: 16px;
	}

	.sec5-tbody-item .item-box {
		padding: 8px 0;
	}

	.sec5-tbody-item .item-name {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding: 8px 0;
		padding-right: 32px;
	}

	.sec5-tbody-item .item-name::before {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}

	.sec5-tbody-item .item-text .text {
		font-size: 15px;
		padding: 4px 0 10px;
		line-height: 26px;
	}
}

@media (max-width: 720px) {
	.sec5 {
		padding: 20px 0 28px;
	}

	.sec5-tbody-left {
		width: 100%;
	}

	.sec5-tbody-right {
		width: 100%;
		margin-top: 16px;
	}

	.sec5-tbody-img .item-pic {
		padding-bottom: 18px;
	}

	.sec5-tbody-img .item-pic::before {
		left: 0;
		right: 0px;
		height: 60px;
	}

	.sec5-tbody-list {
		margin-top: 12px;
	}

	.sec5-tbody-item .item-box {
		padding: 6px 0;
	}

	.sec5-tbody-item .item-name {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding: 6px 0;
		padding-right: 32px;
	}

	.sec5-tbody-item .item-name::before {
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 12px;
	}

	.sec5-tbody-item .item-text .text {
		font-size: 14px;
		padding: 4px 0 10px;
		line-height: 24px;
	}
}

.sec6 {
	position: relative;
	width: 100%;
	padding: 68px 0 76px;
	background: #F2F5F9;
}

.sec6-tbody {
	position: relative;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin-top: 32px;
}

.sec6-tbody-swiper {
	position: relative;
	width: 100%;
}

.sec6-tbody-swiper .swiper-button-box {
	position: relative;
	width: 140px;
	margin: 0 auto;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #999;
	margin-top: 60px;
}

.sec6-tbody-swiper .swiper-button-box::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 30px;
	background: #999;
}

.sec6-tbody-swiper .swiper-button-box .swiper-button {
	width: 66px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	top: 0;
	margin-top: 0;
	font-size: 14px;
	color: #999;
}

.sec6-tbody-swiper .swiper-button-box .swiper-button:hover {
	color: #be2f31;
}

.swiper-sec6 {
	position: relative;
	width: 100%;
	padding-bottom: 60px;
}

.sec6-tbody-item {
	position: relative;
	width: 100%;
}

.sec6-tbody-item .item-box {
	position: relative;
	width: 100%;
}

.sec6-tbody-item .item-box .item-pic {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	z-index: 22;
	overflow: hidden;
}

.sec6-tbody-item .item-box .item-pic .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.sec6-tbody-item .item-box .item-body {
	position: absolute;
	bottom: -60px;
	right: 0;
	width: 100%;
	max-width: 600px;
	background: #be2f31;
	padding: 32px 26px;
	z-index: 24;
	display: none;
}

.sec6-tbody-item .item-box .item-title {
	position: relative;
	font-size: 24px;
	font-family: Poppins-Bold;
	color: #FFFFFF;
	line-height: 36px;
	padding-bottom: 16px;
}

.sec6-tbody-item .item-box .item-title::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 80px;
	height: 2px;
	background: #FFFFFF;
}

.sec6-tbody-item .item-body .item-desc {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 14px;
	height: 90px;
	overflow: hidden;
}

.sec6-tbody-item .item-box .item-title a, .sec6-tbody-item .item-box .item-desc a {
	color: #fff;
}

.swiper-sec6 .swiper-slide {
	display: inline-block;
	vertical-align: top;
	width: 62.5%;
}

.swiper-sec6 .swiper-slide-active .sec6-tbody-item .item-box .item-body {
	display: block;
}

.swiper-sec6 .swiper-slide .sec6-tbody-item .item-box .item-pic .video {
	top: 175px;
}

.swiper-sec6 .swiper-slide-active .sec6-tbody-item .item-box .item-pic .video {
	top: 0;
}

@media screen and (max-width: 1859px) {
	.sec6 {
		padding: 56px 0 64px;
	}

	.sec6-tbody {
		margin-top: 28px;
	}

	.sec6-tbody-swiper .swiper-button-box {
		width: 136px;
		height: 36px;
		margin-top: 54px;
	}

	.sec6-tbody-swiper .swiper-button-box::before {
		height: 28px;
	}

	.sec6-tbody-swiper .swiper-button-box .swiper-button {
		width: 64px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}

	.swiper-sec6 {
		padding-bottom: 54px;
	}

	.sec6-tbody-item .item-box .item-body {
		bottom: -54px;
		max-width: 560px;
		padding: 30px 24px;
	}

	.sec6-tbody-item .item-box .item-title {
		font-size: 22px;
		line-height: 34px;
		padding-bottom: 12px;
	}

	.sec6-tbody-item .item-box .item-title::before {
		width: 72px;
		height: 2px;
	}

	.sec6-tbody-item .item-body .item-desc {
		font-size: 16px;
		line-height: 30px;
		margin-top: 12px;
		height: 90px;
	}

	.swiper-sec6 .swiper-slide {
		width: 62.5%;
	}

	.swiper-sec6 .swiper-slide .sec6-tbody-item .item-box .item-pic .video {
		top: 150px;
	}

	.swiper-sec6 .swiper-slide-active .sec6-tbody-item .item-box .item-pic .video {
		top: 0;
	}
}

@media screen and (max-width: 1659px) {
	.sec6 {
		padding: 48px 0 52px;
	}

	.sec6-tbody {
		margin-top: 24px;
	}

	.sec6-tbody-swiper .swiper-button-box {
		width: 130px;
		height: 36px;
		margin-top: 54px;
	}

	.sec6-tbody-swiper .swiper-button-box::before {
		height: 28px;
	}

	.sec6-tbody-swiper .swiper-button-box .swiper-button {
		width: 60px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}

	.swiper-sec6 {
		padding-bottom: 48px;
	}

	.sec6-tbody-item .item-box .item-body {
		bottom: -48px;
		max-width: 540px;
		padding: 28px 20px;
	}

	.sec6-tbody-item .item-box .item-title {
		font-size: 20px;
		line-height: 32px;
		padding-bottom: 12px;
	}

	.sec6-tbody-item .item-box .item-title::before {
		width: 64px;
		height: 2px;
	}

	.sec6-tbody-item .item-body .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 10px;
		height: 84px;
	}

	.swiper-sec6 .swiper-slide {
		width: 70%;
	}

	.swiper-sec6 .swiper-slide .sec6-tbody-item .item-box .item-pic .video {
		top: 120px;
	}

	.swiper-sec6 .swiper-slide-active .sec6-tbody-item .item-box .item-pic .video {
		top: 0;
	}
}

@media screen and (max-width: 1459px) {
	.sec6 {
		padding: 40px 0 40px;
	}

	.sec6-tbody {
		margin-top: 20px;
	}

	.sec6-tbody-swiper .swiper-button-box {
		width: 124px;
		height: 32px;
		margin-top: 44px;
	}

	.sec6-tbody-swiper .swiper-button-box::before {
		height: 26px;
	}

	.sec6-tbody-swiper .swiper-button-box .swiper-button {
		width: 56px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.swiper-sec6 {
		padding-bottom: 40px;
	}

	.sec6-tbody-item .item-box .item-body {
		bottom: -40px;
		max-width: 540px;
		padding: 24px 20px;
	}

	.sec6-tbody-item .item-box .item-title {
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 10px;
	}

	.sec6-tbody-item .item-box .item-title::before {
		width: 56px;
		height: 2px;
	}

	.sec6-tbody-item .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 10px;
		height: 78px;
	}

	.swiper-sec6 .swiper-slide {
		width: 80%;
	}

	.swiper-sec6 .swiper-slide .sec6-tbody-item .item-box .item-pic .video {
		top: 100px;
	}

	.swiper-sec6 .swiper-slide-active .sec6-tbody-item .item-box .item-pic .video {
		top: 0;
	}
}

@media screen and (max-width: 1259px) {
	.sec6 {
		padding: 30px 0 30px;
	}

	.sec6-tbody {
		margin-top: 20px;
	}

	.sec6-tbody-swiper .swiper-button-box {
		width: 124px;
		height: 32px;
		margin-top: 44px;
	}

	.sec6-tbody-swiper .swiper-button-box::before {
		height: 26px;
	}

	.sec6-tbody-swiper .swiper-button-box .swiper-button {
		width: 56px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.swiper-sec6 {
		padding-bottom: 0px;
	}

	.sec6-tbody-item .item-box .item-body {
		position: relative;
		bottom: 0px;
		max-width: 100%;
		padding: 20px 15px;
	}

	.sec6-tbody-item .item-box .item-title {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 8px;
	}

	.sec6-tbody-item .item-box .item-title::before {
		width: 56px;
		height: 2px;
	}

	.sec6-tbody-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
		height: 72px;
	}

	.swiper-sec6 .swiper-slide {
		width: 50%;
	}

	.swiper-sec6 .swiper-slide .sec6-tbody-item .item-box .item-pic .video {
		top: 80px;
	}

	.swiper-sec6 .swiper-slide-active .sec6-tbody-item .item-box .item-pic .video {
		top: 0;
	}
}

@media screen and (max-width: 991px) {
	.sec6 {
		padding: 20px 0 20px;
	}

	.sec6-tbody {
		margin-top: 20px;
	}

	.sec6-tbody-swiper .swiper-button-box {
		width: 120px;
		height: 32px;
		margin-top: 44px;
	}

	.sec6-tbody-swiper .swiper-button-box::before {
		height: 26px;
	}

	.sec6-tbody-swiper .swiper-button-box .swiper-button {
		width: 56px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.swiper-sec6 {
		padding-bottom: 0px;
	}

	.sec6-tbody-item .item-box .item-body {
		position: relative;
		bottom: 0px;
		max-width: 100%;
		padding: 20px 15px;
		display: block;
	}

	.sec6-tbody-item .item-box .item-title {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 8px;
	}

	.sec6-tbody-item .item-box .item-title::before {
		width: 56px;
		height: 2px;
	}

	.sec6-tbody-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
		height: 72px;
	}

	.swiper-sec6 .swiper-slide {
		width: 50%;
	}

	.swiper-sec6 .swiper-slide .sec6-tbody-item .item-box .item-pic .video {
		top: 0px;
	}

	.swiper-sec6 .swiper-slide-active .sec6-tbody-item .item-box .item-pic .video {
		top: 0;
	}
}

.sec7 {
	position: relative;
	width: 100%;
	padding: 92px 0 71px;
}

.sec7-tbody {
	position: relative;
	width: 100%;
	padding-top: 54px;
}

.sec7-tbody-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.sec7-tbody-item {
	position: relative;
	width: 50%;
	margin-bottom: 30px;
	padding: 0 15px;
}

.sec7-tbody-item .item-box {
	position: relative;
	width: 100%;
	background: #F2F5F9;
	padding: 40px 20px 36px 30px;
	border-bottom: 1px solid transparent;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.sec7-tbody-item .item-box:hover {
	border-color: #013281;
}

.sec7-tbody-item .item-box .item-btn {
	position: relative;
	width: 60px;
}

.sec7-tbody-item .item-box .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 34px;
	text-align: center;
	color: #be2f31;
	background: #FFFFFF;
	border-radius: 50%;
}

.sec7-tbody-item .item-box .item-btn .btnn .iconfont {
	font-size: 34px;
}

.sec7-tbody-item .item-box:hover .item-btn .btnn, .sec7-tbody-item .item-box .item-btn .btnn:hover {
	color: #FFFFFF;
	background: #be2f31;
}

.sec7-tbody-item .item-box .item-body {
	position: relative;
	width: calc(100% - 90px);
}

.sec7-tbody-item .item-title {
	position: relative;
	width: 100%;
	font-size: 24px;
	font-size: 2.4rem;
	color: #be2f31;
	line-height: 36px;
	font-family: Poppins-Bold;
}

.sec7-tbody-item .item-title a {
	color: #be2f31;
}

.sec7-tbody-item .item-desc {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 7px;
	height: 60px;
	overflow: hidden;
}

@media screen and (max-width: 1659px) {
	.sec7 {
		padding: 80px 0 62px;
	}

	.sec7-tbody {
		padding-top: 48px;
	}

	.sec7-tbody-list {
		margin-left: -12px;
		margin-right: -12px;
	}

	.sec7-tbody-item {
		width: 50%;
		margin-bottom: 24px;
		padding: 0 12px;
	}

	.sec7-tbody-item .item-box {
		padding: 36px 18px 32px 24px;
	}

	.sec7-tbody-item .item-box .item-btn {
		width: 56px;
	}

	.sec7-tbody-item .item-box .item-btn .btnn {
		width: 56px;
		height: 56px;
		line-height: 56px;
		font-size: 32px;
	}

	.sec7-tbody-item .item-box .item-btn .btnn .iconfont {
		font-size: 32px;
	}

	.sec7-tbody-item .item-box .item-body {
		width: calc(100% - 80px);
	}

	.sec7-tbody-item .item-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
	}

	.sec7-tbody-item .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 7px;
		height: 56px;
	}
}

@media screen and (max-width: 1459px) {
	.sec7 {
		padding: 66px 0 44px;
	}

	.sec7-tbody {
		padding-top: 40px;
	}

	.sec7-tbody-list {
		margin-left: -8px;
		margin-right: -8px;
	}

	.sec7-tbody-item {
		width: 50%;
		margin-bottom: 20px;
		padding: 0 8px;
	}

	.sec7-tbody-item .item-box {
		padding: 30px 16px 28px 20px;
	}

	.sec7-tbody-item .item-box .item-btn {
		width: 50px;
	}

	.sec7-tbody-item .item-box .item-btn .btnn {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
	}

	.sec7-tbody-item .item-box .item-btn .btnn .iconfont {
		font-size: 30px;
	}

	.sec7-tbody-item .item-box .item-body {
		width: calc(100% - 70px);
	}

	.sec7-tbody-item .item-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.sec7-tbody-item .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 5px;
		height: 56px;
	}
}

@media screen and (max-width: 1259px) {
	.sec7 {
		padding: 54px 0 36px;
	}

	.sec7-tbody {
		padding-top: 32px;
	}

	.sec7-tbody-list {
		margin-left: -5px;
		margin-right: -5px;
	}

	.sec7-tbody-item {
		width: 50%;
		margin-bottom: 20px;
		padding: 0 5px;
	}

	.sec7-tbody-item .item-box {
		padding: 24px 12px 20px 16px;
	}

	.sec7-tbody-item .item-box .item-btn {
		width: 44px;
	}

	.sec7-tbody-item .item-box .item-btn .btnn {
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 24px;
	}

	.sec7-tbody-item .item-box .item-btn .btnn .iconfont {
		font-size: 24px;
	}

	.sec7-tbody-item .item-box .item-body {
		width: calc(100% - 60px);
	}

	.sec7-tbody-item .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.sec7-tbody-item .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 5px;
		height: 52px;
	}
}

@media screen and (max-width:991px) {
	.sec7 {
		padding: 42px 0 28px;
	}

	.sec7-tbody {
		padding-top: 26px;
	}

	.sec7-tbody-list {
		margin-left: -5px;
		margin-right: -5px;
	}

	.sec7-tbody-item {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 5px;
	}

	.sec7-tbody-item .item-box {
		padding: 20px 12px 20px 16px;
	}

	.sec7-tbody-item .item-box .item-btn {
		width: 44px;
	}

	.sec7-tbody-item .item-box .item-btn .btnn {
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 24px;
	}

	.sec7-tbody-item .item-box .item-btn .btnn .iconfont {
		font-size: 24px;
	}

	.sec7-tbody-item .item-box .item-body {
		width: calc(100% - 60px);
	}

	.sec7-tbody-item .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.sec7-tbody-item .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 5px;
		height: 52px;
	}
}

@media screen and (max-width:720px) {
	.sec7 {
		padding: 30px 0 20px;
	}

	.sec7-tbody {
		padding-top: 20px;
	}

	.sec7-tbody-list {
		margin-left: -5px;
		margin-right: -5px;
	}

	.sec7-tbody-item {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 5px;
	}

	.sec7-tbody-item .item-box {
		padding: 20px 12px 20px 16px;
	}

	.sec7-tbody-item .item-box .item-btn {
		width: 44px;
	}

	.sec7-tbody-item .item-box .item-btn .btnn {
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 24px;
	}

	.sec7-tbody-item .item-box .item-btn .btnn .iconfont {
		font-size: 24px;
	}

	.sec7-tbody-item .item-box .item-body {
		width: calc(100% - 60px);
	}

	.sec7-tbody-item .item-title {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 30px;
	}

	.sec7-tbody-item .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
		height: 48px;
	}
}

@media screen and (max-width:560px) {
	.sec7 {
		padding: 30px 0 20px;
	}

	.sec7-tbody {
		padding-top: 20px;
	}

	.sec7-tbody-list {
		margin-left: -5px;
		margin-right: -5px;
	}

	.sec7-tbody-item {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 5px;
	}

	.sec7-tbody-item .item-box {
		padding: 16px 12px;
	}

	.sec7-tbody-item .item-box .item-btn {
		width: 100%;
		text-align: center;
	}

	.sec7-tbody-item .item-box .item-btn .btnn {
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 24px;
	}

	.sec7-tbody-item .item-box .item-btn .btnn .iconfont {
		font-size: 24px;
	}

	.sec7-tbody-item .item-box .item-body {
		width: 100%;
		margin-top: 10px;
	}

	.sec7-tbody-item .item-title {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 30px;
	}

	.sec7-tbody-item .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
		height: 48px;
	}
}

.sec8 {
	position: relative;
	width: 100%;
	padding-top: 94px;
	padding-bottom: 96px;
	background: url(../images/sec7-bgi.png) no-repeat center center;
	background-size: cover;
	margin-bottom: 62px;
}

.sec8-tbody {
	position: relative;
	width: 100%;
	padding-top: 54px;
}

#box {
	position: relative;
	margin: 0 auto;
	max-width: 1600px;
}

#box .prev, #box .next {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	overflow: hidden;
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #FFFFFF;
	font-size: 14px;
	text-align: center;
	z-index: 99;
	transition: 0.5s;
	padding: 0;
	color: #fff;
}

#box .prev:hover, #box .next:hover {
	color: #fff;
}

#box .prev {
	left: 566px;
}

#box .next {
	right: 566px;
}

#box ul {
	position: relative;
	margin: auto;
	height: 454px;
}
/* @media screen and (min-width: 1260px){#box ul{margin:auto !important;}} */
#box li {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 0;
	cursor: pointer;
	overflow: hidden;
	-moz-box-sizing: content-box;
	box-sizing: content-box !important;
}

#box li a {
	display: block;
	position: relative;
	background: #FFFFFF;
	text-align: center;
}

#box li a img {
	width: 100%;
	max-width: 296px;
	opacity: 1;
}

#box li>span {
	display: block;
	font-size: 18px;
	line-height: 30px;
	position: absolute;
	width: 100%;
	margin: auto;
	left: 0px;
	top: 410px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

#copyright {
	padding-top: 10px;
	text-align: center;
}

.ab3zi {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	margin-top: 12px;
	transition: 0.5s;
	opacity: 1;
}

@media screen and (max-width: 1659px) {
	#box .prev {
		left: 496px;
	}

	#box .next {
		right: 496px;
	}
}

@media screen and (max-width: 1459px) {
	#box {
		width: auto;
	}

	#box li {
		position: relative;
		left: auto;
		top: auto;
		width: 0.2385% !important;
		height: auto !important;
		padding: 0px;
	}

	.img-scroll6 {
		position: relative;
		width: 100%;
		margin-top: 28px;
		z-index: 9;
	}

	#box .prev {
		left: 0px;
	}

	#box .prev, #box .next {
		font-size: 16px;
		margin-top: -18px;
		width: 36px;
		height: 36px;
		line-height: 34px;
	}

	#box .next {
		right: 0px;
		z-index: 99;
	}

	.img-list6 {
		position: relative;
		overflow: hidden;
		z-index: 90;
	}

	.img-list6 ul {
		width: 10000% !important;
		height: auto !important;
	}

	.img-list6 li {
		float: left;
		display: inline;
		margin-right: 0.015% !important;
		margin-left: auto;
		opacity: 1;
	}

	.img-list6 li:after {
		content: "";
		clear: both;
		display: block;
	}

	.img-list6 li img {
		opacity: 1 !important
	}

	#box li a {
		box-shadow: none
	}

	#box li span {
		position: relative;
		top: auto;
	}

	.ab3zi {
		opacity: 1;
	}
}

@media screen and (max-width: 1259px) {
	#box {
		width: auto;
	}

	#box li {
		position: relative;
		left: auto;
		top: auto;
		width: 0.32333% !important;
		height: auto !important;
		padding: 0px;
	}

	.img-scroll6 {
		position: relative;
		width: 100%;
		margin-top: 28px;
		z-index: 9;
	}

	#box .prev {
		left: 0px;
	}

	#box .prev, #box .next {
		font-size: 16px;
		margin-top: -16px;
		width: 32px;
		height: 32px;
		line-height: 30px;
	}

	#box .next {
		right: 0px;
		z-index: 99;
	}

	.img-list6 {
		position: relative;
		overflow: hidden;
		z-index: 90;
	}

	.img-list6 ul {
		width: 10000% !important;
		height: auto !important;
	}

	.img-list6 li {
		float: left;
		display: inline;
		margin-right: 0.015% !important;
		margin-left: auto;
		opacity: 1;
	}

	.img-list6 li:after {
		content: "";
		clear: both;
		display: block;
	}

	.img-list6 li img {
		opacity: 1 !important
	}

	#box li a {
		box-shadow: none
	}

	#box li span {
		position: relative;
		top: auto;
	}

	.ab3zi {
		opacity: 1;
	}
}

@media screen and (max-width: 589px) {
	#box {
		margin-top: 20px;
		width: auto;
	}

	#box li {
		width: 0.49% !important;
		margin-right: 0.02% !important;
	}
}

@media screen and (max-width: 359px) {
	#box li {
		width: 1% !important;
		margin-right: 0.02% !important;
	}
}

#box li .item-pics {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	opacity: 1;
}

#box li:nth-of-type(4) .item-pics {
	border: 1px solid #002439;
}

#box li .item-pics .item-box {
	opacity: 1 !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#box li .item-pics img {
	max-width: 100% !important;
	max-height: 100% !important;
}

#box li .item-pics .item-backdrop .iconfont {
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	position: relative;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: top;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid transparent;
}

@media screen and (max-width: 999px) {
	#box li .item-pics .item-backdrop {
		display: none;
	}
}

@media screen and (max-width: 1659px) {
	.sec8 {
		padding-top: 80px;
		padding-bottom: 82px;
		margin-bottom: 56px;
	}

	.sec8-tbody {
		padding-top: 48px;
	}
}

@media screen and (max-width: 1459px) {
	.sec8 {
		padding-top: 66px;
		padding-bottom: 68px;
		margin-bottom: 48px;
	}

	.sec8-tbody {
		padding-top: 42px;
	}
}

@media screen and (max-width: 1259px) {
	.sec8 {
		padding-top: 52px;
		padding-bottom: 54px;
		margin-bottom: 40px;
	}

	.sec8-tbody {
		padding-top: 36px;
	}
}

@media screen and (max-width: 991px) {
	.sec8 {
		padding-top: 38px;
		padding-bottom: 40px;
		margin-bottom: 32px;
	}

	.sec8-tbody {
		padding-top: 30px;
	}
}

@media screen and (max-width: 720px) {
	.sec8 {
		padding-top: 24px;
		padding-bottom: 26px;
		margin-bottom: 24px;
	}

	.sec8-tbody {
		padding-top: 24px;
	}
}

@media screen and (max-width: 560px) {
	.sec8 {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 18px;
	}

	.sec8-tbody {
		padding-top: 16px;
	}
}

.bread {
	position: relative;
	width: 100%;
	background-image: url('../images/bread-bannerimg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	padding: 240px 0 65px;
	padding-top:180px;
	 color:#ffffff;
}

.bread-title {
	font-size:4rem;
	text-align: center;
	font-family:Poppins;
	color: #333;
	line-height: 44px;
    margin-bottom:1%;
    color:#ffffff;
    font-weight: 600;
}

.bread-href {
	font-size: 18px;
	font-size: 1.5rem;
	font-family: Poppins-Regular;
	color: #333;
	line-height: 28px;
	color:#ffffff;
}

.bread-href a {
	color: #ffffff;
}

.bread a:hover, .bread a.bread-active {
	color: #ffffff;
}

@media (min-width:1460px) and (max-width: 1659px) {
	.bread {
		padding: 150px 0 50px;
	}

	.bread-title {
		font-size: 36px;
		line-height: 42px;
	}

	.bread-href {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 28px;
		margin-top: 2px;
	}
}

@media (min-width:1260px) and (max-width: 1459px) {
	.bread {
		padding: 140px 0 50px;
	}

	.bread-title {
		font-size: 32px;
		line-height: 40px;
	}

	.bread-href {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		margin-top: 2px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.bread {
		padding: 150px 0 40px;
	}

	.bread-title {
		font-size: 30px;
		line-height: 36px;
	}

	.bread-href {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 26px;
		margin-top: 2px;
	}
}

@media (max-width: 991px) {
	.bread {
		padding: 120px 0 50px;
	}

	.bread-title {
		font-size: 25px;
		line-height: 32px;
	}

	.bread-href {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 2px;
	}
}

@media (max-width: 767px) {
	.bread {
		padding: 120px 0 40px;
	}

	.bread-title {
		font-size: 24px;
		line-height: 30px;
	}

	.bread-href {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}
}

@media (max-width: 560px) {
	.bread {
		padding: 120px 0 30px;
	}

	.bread-href {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 22px;
	}
}

.page-con-top {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}

.boxs-titles {
	font-size: 26px;
	font-size: 2.6rem;
	color: #333;
	font-family:Poppins-Bold;
	line-height: 38px;
}

.page-con-top .przhan {
	position: relative;
	overflow: hidden;
	max-height: 60px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	font-family: Poppins-Light;
	color: #666;
	margin-top: 7px;
	margin-bottom: 23px;
	word-wrap: break-word;
}

.przhanh {
	max-height: none !important;
}

.page-con-top .przhan a {
	color: #be2f31;
}

.page-con-top .przhan a:hover {
	color: #333;
}

.page-con-top .more .zhankai {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	min-width: 150px;
	padding: 5px 15px;
	background: #be2f31;
	font-size: 16px;
	font-family: Poppins-Bold;
	color: #fff;
	line-height: 28px;
	border: 1px solid #be2f31;
}

.page-con-top .more .zhankai:hover {
	color: #be2f31;
	background: #fff;
}

.page-bottom {
	position: relative;
	width: 100%;
	margin-top: 80px;
}

.page-bottom-tbody {
	position: relative;
	width: 100%;
	background: #be2f31;
	padding: 50px;
	padding-left: 30px;
}

.page-bottom-box {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page-bottom-box .page-bottom-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 70%;
	font-size: 30px;
	font-family: Poppins-Bold;
	color: #fff;
	line-height: 42px;
}

.page-bottom-box .page-bottom-title a {
	color: #fff;
}

.page-bottom-box .page-bottom-title a:hover {
	color: #dbdbdb;
}

.page-bottom-box .page-bottom-btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 28%;
	text-align: right;
}

@media screen and (max-width: 1659px) {
	.page-con-top {
		margin-bottom: 36px;
	}

	.boxs-titles {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.page-con-top .przhan {
		max-height: 60px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 30px;
		margin-top: 6px;
		margin-bottom: 20px;
	}

	.page-con-top .more .zhankai {
		min-width: 146px;
		padding: 4px 15px;
		font-size: 16px;
		line-height: 28px;
	}

	.page-bottom {
		margin-top: 54px;
	}

	.page-bottom-tbody {
		padding: 26px 42px;
		padding-left: 30px;
	}

	.page-bottom-box .page-bottom-title {
		width: 68%;
		font-size: 24px;
		line-height: 34px;
	}

	.page-bottom-box .page-bottom-btn {
		width: 30%;
	}
}

@media screen and (max-width: 1459px) {
	.page-con-top {
		margin-bottom: 32px;
	}

	.boxs-titles {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
	}

	.page-con-top .przhan {
		max-height: 56px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		margin-top: 6px;
		margin-bottom: 18px;
	}

	.page-con-top .more .zhankai {
		min-width: 140px;
		padding: 4px 12px;
		font-size: 16px;
		line-height: 28px;
	}

	.page-bottom {
		margin-top: 48px;
	}

	.page-bottom-tbody {
		padding: 24px 36px;
		padding-left: 24px;
	}

	.page-bottom-box .page-bottom-title {
		width: 68%;
		font-size: 24px;
		line-height: 34px;
	}

	.page-bottom-box .page-bottom-btn {
		width: 30%;
	}
}

@media screen and (max-width: 1259px) {
	.page-con-top {
		margin-bottom: 28px;
	}

	.boxs-titles {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.page-con-top .przhan {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		max-height: 52px;
		margin-top: 6px;
		margin-bottom: 16px;
	}

	.page-con-top .more .zhankai {
		min-width: 136px;
		padding: 3px 10px;
		font-size: 15px;
		line-height: 26px;
	}

	.page-bottom {
		margin-top: 42px;
	}

	.page-bottom-tbody {
		padding: 20px 24px;
	}

	.page-bottom-box .page-bottom-title {
		width: 68%;
		font-size: 22px;
		line-height: 32px;
	}

	.page-bottom-box .page-bottom-btn {
		width: 30%;
	}
}

@media screen and (max-width: 991px) {
	.page-con-top {
		margin-bottom: 24px;
	}

	.boxs-titles {

		font-size: 2.2rem;
		line-height: 30px;
	}

	.page-con-top .przhan {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		max-height: 72px;
		margin-top: 6px;
		margin-bottom: 16px;
	}

	.page-con-top .more .zhankai {
		min-width: 130px;
		padding: 3px 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.page-bottom {
		margin-top: 36px;
	}

	.page-bottom-tbody {
		padding: 18px 20px;
	}

	.page-bottom-box .page-bottom-title {
		width: 68%;
		font-size: 18px;
		line-height: 30px;
	}

	.page-bottom-box .page-bottom-btn {
		width: 30%;
	}
}

@media screen and (max-width: 720px) {
	.page-con-top {
		margin-bottom: 20px;
	}

	.boxs-titles {

		font-size: 2.2rem;
		line-height: 28px;
	}

	.page-con-top .przhan {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		max-height: 72px;
		margin-top: 6px;
		margin-bottom: 12px;
	}

	.page-con-top .more .zhankai {
		min-width: 124px;
		padding: 3px 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.page-bottom {
		margin-top: 24px;
	}

	.page-bottom-tbody {
		padding: 16px 20px;
		text-align: center;
	}

	.page-bottom-box .page-bottom-title {
		width: 100%;
		font-size: 16px;
		line-height: 28px;
	}

	.page-bottom-box .page-bottom-btn {
		width: 100%;
		text-align: center;
		margin-top: 12px;
	}
}

.cer-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -16px;
	margin-right: -16px;
	padding-bottom: 30px;
}

.cer-list .list-item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 24px;
}

.cer-list .list-item .item-pics {
	position: relative;
	padding-bottom: 100%;
	background: #F2F5F9;
}

.cer-list .list-item .item-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.cer-list .list-item .item-pics img {
	max-width: 100% !important;
	max-height: 100% !important;
}

.cer-list .list-item .item-backdrop .iconfont {
	font-size: 27px;
	font-size: 2.7rem;
	color: #fff;
	position: relative;
	width: 36px;
	height: 36px;
	display: inline-block;
	vertical-align: top;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid transparent;
}

@media screen and (max-width: 999px) {
	.list-item .item-backdrop {
		display: none;
	}
}

.cer-list .list-item .item-body {
	padding-top: 12px;
	text-align: center;
	position: relative;
}

.cer-list .list-item .item-body .item-name {
	font-size: 18px;
	color: #333;
	line-height: 28px;
	text-align: center;
	font-family: Poppins-Bold;
}

@media screen and (max-width: 1659px) {
	.cer-list {
		margin-left: -12px;
		margin-right: -12px;
		padding-bottom: 28px;
	}

	.cer-list .list-item {
		width: 25%;
		padding: 0 12px;
		margin-bottom: 22px;
	}

	.cer-list .list-item .item-icon .iconfont {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 26px;
		font-size: 2.6rem;
	}

	.cer-list .list-item .item-body {
		padding-top: 12px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 17px;
		line-height: 28px;
	}
}

@media screen and (max-width: 1459px) {
	.cer-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 24px;
	}

	.cer-list .list-item {
		width: 25%;
		padding: 0 6px;
		margin-bottom: 20px;
	}

	.cer-list .list-item .item-icon .iconfont {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 26px;
		font-size: 2.6rem;
	}

	.cer-list .list-item .item-body {
		padding-top: 10px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width: 1259px) {
	.cer-list {
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 24px;
	}

	.cer-list .list-item {
		width: 33.333333%;
		padding: 0 15px;
		margin-bottom: 20px;
	}

	.cer-list .list-item .item-icon .iconfont {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 26px;
		font-size: 2.6rem;
	}

	.cer-list .list-item .item-body {
		padding-top: 10px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width: 991px) {
	.cer-list {
		margin-left: -8px;
		margin-right: -8px;
		padding-bottom: 20px;
	}

	.cer-list .list-item {
		width: 33.333333%;
		padding: 0 8px;
		margin-bottom: 18px;
	}

	.cer-list .list-item .item-icon .iconfont {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 26px;
		font-size: 2.6rem;
	}

	.cer-list .list-item .item-body {
		padding-top: 10px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width: 700px) {
	.cer-list {
		margin-left: -14px;
		margin-right: -14px;
		padding-bottom: 20px;
	}

	.cer-list .list-item {
		width: 50%;
		padding: 0 14px;
		margin-bottom: 18px;
	}

	.cer-list .list-item .item-icon .iconfont {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 26px;
		font-size: 2.6rem;
	}

	.cer-list .list-item .item-body {
		padding-top: 8px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 560px) {
	.cer-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 14px;
	}

	.cer-list .list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 16px;
	}

	.cer-list .list-item .item-body {
		padding-top: 10px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 360px) {
	.cer-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 10px;
	}

	.cer-list .list-item {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 16px;
	}

	.cer-list .list-item .item-body {
		padding-top: 8px;
	}

	.cer-list .list-item .item-body .item-name {
		font-size: 13px;
		line-height: 22px;
	}
}

.about {
	position: relative;
	
}

.about-top {
	position: relative;
	width: 100%;
	    padding: 60px 0 100px 0;
}

.about-name {
	position: relative;

	font-size: 3.4rem;
	font-family:Poppins-Bold;
	color: #333;
	line-height: 42px;
}

.about-top-text {
	margin-top: 8px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.about-top-text a {
	color: #be2f31;
}

.about-top-text a:hover {
	color: #666;
}

.about-top-text img {
	display: inline-block;
	vertical-align: top;
}

.contact-top-list {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 18px;
}

.contact-top-list a {
	color: #666;
}

.contact-top-list a:hover {
	color: #be2f31;
}

.about-form {
	position: relative;
	width: 100%;
	margin-bottom: 80px;
}

.about-form .xunbiao {
text-align: center;
	font-size: 4rem;
	font-family: Poppins-Bold;
	color: #be2f31;
	line-height: 42px;
	margin-bottom: 20px;
}

.about-form-box {
	position: relative;
	width: 100%;
background: #efefef;
	padding: 80px 132px;
}

.about-form form {
	width: 100%;
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about-form .item-input {
	width: 49.5%;
	position: relative;
	margin-bottom: 30px;
	padding-left: 111px;
}

.about-form .item-input1 {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	padding-left: 111px;
}

.about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
	font-size: 16px;
	color: #999;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	width: 110px;
	font-family: Poppins-Regular;
	padding-right: 10px;
}

.about-form .item-input .label span, .about-form .item-input1 .label span, .about-form .item-input3 .label span {
	color: #FF0000;
	margin-right: 5px;
}

.about-form .item-input input {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 50px;
	background: #fff;
}

.about-form .item-input1 textarea {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	height: 210px;
	background: #fff;
}

.about-form .attachment {
	width: 100%;
}

.attachment .file-group {
	width: 100%;
	height: 50px;
	position: relative;
	overflow: hidden;
}

.attachment .file-group .file-btn {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border: 1px solid #be2f31;
	color: #be2f31;
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	transition: 0.5s;
	padding: 0 24px;
	font-family: Poppins-Regular;
}

.attachment .file-group .file-single {
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 111;
}

.about-form .item-input3 {
	float: left;
	width: 662px;
	position: relative;
	margin-bottom: 0;
	padding-left: 111px;
}

.about-form .item-input3 input {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	background: #fff;
}

.about-form .item-input3 .yanzheng {
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 146px;
	max-height: 50px;
	height: 100%;
}

.about-form .item-btn {
	width: 585px;
	float: right;
	height: 50px;
}

.about-form .item-btn .item-btn-input {
	width: 100%;
	height: 50px;
	background:#be2f31;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Poppins-Bold;
	    transition: all 0.35s;
}

.about-form .item-btn .item-btn-input:hover {
	background: #910b0d;
}

.map {
	position: relative;
	width: 100%;
}

.map img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.map iframe {
	display: block;
	width: 100%;
	height: 100%;
}

@media (min-width:1460px) and (max-width: 1659px) {


	.about-top {
		padding-bottom: 42px;
	}

	.about-name {

		font-size: 3.2rem;
		line-height: 40px;
	}

	.about-top-text {
		margin-top: 14px;
		font-size: 16px;
		line-height: 30px;
	}

	.contact-top-list {
		font-size: 16px;
		line-height: 30px;
		margin-top: 16px;
	}



	.about-form .xunbiao {

		font-size: 3.2rem;
		line-height: 40px;
		margin-bottom: 18px;
	}

	.about-form-box {
		padding: 50px 96px;
	}

	.about-form .item-input {
		margin-bottom: 28px;
		padding-left: 105px;
	}

	.about-form .item-input1 {
		margin-bottom: 28px;
		padding-left: 105px;
	}

	.about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
		font-size: 16px;
		line-height: 48px;
		width: 105px;
	}

	.about-form .item-input input {
		padding: 9px;
		font-size: 16px;
		line-height: 30px;
		height: 48px;
	}

	.about-form .item-input1 textarea {
		padding: 9px;
		font-size: 16px;
		line-height: 28px;
		height: 188px;
	}

	.attachment .file-group {
		height: 48px;
	}

	.about-form .item-input3 {
		width: 620px;
		margin-bottom: 0px;
		padding-left: 105px;
	}

	.about-form .item-input3 input {
		padding: 9px;
		font-size: 16px;
		line-height: 30px;
	}

	.about-form .item-input3 .yanzheng {
		width: 138px;
		max-height: 48px;
	}

	.about-form .item-btn {
		width: 550px;
		height: 48px;
		font-size: 20px;
	}

	.about-form .item-btn .item-btn-input {
		font-size: 22px;
	}
}

@media (min-width:1260px) and (max-width: 1459px) {


	.about-top {
		padding-bottom: 40px;
	}

	.about-name {
		font-size: 3.3rem;
		line-height: 38px;
	}

	.about-top-text {
		margin-top: 14px;
		font-size: 16px;
		line-height: 28px;
	}

	.contact-top-list {
		font-size: 16px;
		line-height: 28px;
		margin-top: 16px;
	}

	

	.about-form .xunbiao {

		font-size: 3rem;
		line-height: 36px;
		margin-bottom: 16px;
	}

	.about-form-box {
		padding: 40px 54px;
	}

	.about-form .item-input {
		margin-bottom: 24px;
		padding-left: 100px;
	}

	.about-form .item-input1 {
		margin-bottom: 24px;
		padding-left: 100px;
	}

	.about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
		font-size: 16px;
		line-height: 48px;
		width: 100px;
	}

	.about-form .item-input input {
		padding: 9px;
		font-size: 16px;
		line-height: 30px;
		height: 48px;
	}

	.about-form .item-input1 textarea {
		padding: 9px;
		font-size: 16px;
		line-height: 28px;
		height: 188px;
	}

	.attachment .file-group {
		height: 48px;
	}

	.about-form .item-input3 {
		width: 570px;
		margin-bottom: 0px;
		padding-left: 100px;
	}

	.about-form .item-input3 input {
		padding: 9px;
		font-size: 16px;
		line-height: 30px;
	}

	.about-form .item-input3 .yanzheng {
		width: 136px;
		max-height: 48px;
	}

	.about-form .item-btn {
		width: 500px;
		height: 48px;
		font-size: 20px;
	}

	.about-form .item-btn .item-btn-input {
		font-size: 22px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {


	.about-top {
		padding-bottom: 36px;
	}

	.about-name {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 34px;
	}

	.about-top-text {
		margin-top: 12px;
		font-size: 15px;
		line-height: 26px;
	}

	.contact-top-list {
		font-size: 15px;
		line-height: 26px;
		margin-top: 14px;
	}



	.about-form .xunbiao {

		font-size: 3rem;
		line-height: 34px;
		margin-bottom: 14px;
	}

	.about-form-box {
		padding: 28px 28px;
	}

	.about-form .item-input, .about-form .item-input1 {
		width: 100%;
		margin-bottom: 14px;
		padding-left: 114px;
	}

	.about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
		font-size: 14px;
		line-height: 44px;
		width: 112px;
	}

	.about-form .item-input input {
		padding: 8px;
		font-size: 14px;
		line-height: 28px;
		height: 44px;
	}

	.about-form .item-input1 textarea {
		padding: 8px;
		font-size: 14px;
		line-height: 28px;
		height: 172px;
	}

	.about-form .attachment {
		margin-bottom: 16px;
	}

	.attachment .file-group {
		height: 44px;
	}

	.about-form .item-input3 {
		width: 490px;
		margin-bottom: 0px;
		padding-left: 114px;
	}

	.about-form .item-input3 input {
		padding: 8px;
		font-size: 14px;
		line-height: 28px;
	}

	.about-form .item-input3 .yanzheng {
		width: 132px;
		max-height: 44px;
	}

	.about-form .item-btn {
		width: 390px;
		height: 44px;
		font-size: 18px;
	}

	.about-form .item-btn .item-btn-input {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
    
    .news-text{
        margin-top:0px;
    }
    
    .app-list-item .item-box{
        height:auto;
    }
    

    .footer .foot-logo img{
        width:50%;
    }
    
	#item-title{
	     display:none;
	}
	
	#item-desc{
	    display:none;
	}
	
	.about{
	    padding-top:0px;
	}

	.about-top {
		padding-bottom: 50px;
	}

	.about-name {

		font-size: 2.2rem;
		line-height: 30px;
	}

	.about-top-text {
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.contact-top-list {
		font-size: 14px;
		line-height: 24px;
		margin-top: 12px;
	}


	.about-form .xunbiao {

		font-size: 2.6rem;
		line-height: 30px;
		margin-bottom: 14px;
	}

	.about-form-box {
		padding: 20px 16px 36px;
	}

	.about-form .item-input, .about-form .item-input1 {
		margin-bottom: 14px;
		padding-left: 98px;
		width: 100%;
	}

	.about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
		font-size: 14px;
		line-height: 44px;
		width: 96px;
	}

	.about-form .item-input input {
		padding: 8px;
		font-size: 14px;
		line-height: 28px;
		height: 44px;
	}

	.about-form .item-input1 textarea {
		padding: 8px;
		font-size: 14px;
		line-height: 28px;
		height: 172px;
	}

	.about-form .attachment {
		margin-bottom: 14px;
	}

	.attachment .file-group {
		height: 44px;
	}

	.about-form .item-input3 {
		width: 100%;
		margin-bottom: 14px;
		padding-left: 98px;
	}

	.about-form .item-input3 input {
		padding: 8px;
		font-size: 14px;
		line-height: 28px;
	}

	.about-form .item-input3 .yanzheng {
		width: 130px;
		max-height: 44px;
	}

	.about-form .item-btn {
		width: 100%;
		height: 44px;
		font-size: 18px;
		padding-left: 98px;
	}

	.about-form .item-btn .item-btn-input {
		min-width: auto;
		width: 100%;
		font-size: 18px;
	}
}

@media (max-width: 620px) {

	

	.about-name {

		font-size: 2rem;
		line-height: 28px;
	}

	.about-top-text {
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.contact-top-list {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.about-form .xunbiao {
		font-size:2.5rem;
		line-height: 28px;
		margin-bottom: 14px;
	}

	.about-form-box {
		padding: 16px 12px 30px;
	}

	.about-form .item-input, .about-form .item-input1 {
		padding-left: 0px;
	}

	.about-form .item-input .label, .about-form .item-input1 .label, .about-form .item-input3 .label {
		font-size: 14px;
		line-height: 24px;
		width: 100%;
		text-align: left;
		position: relative;
	}

	.about-form .item-input3 {
		width: 100%;
		margin-bottom: 16px;
		padding-left: 0;
		float: none;
	}

	.about-form .item-btn {
		width: 100%;
		padding-left: 0;
		height: 42px;
		font-size: 14px;
		margin-left: 0px;
		float: none;
	}

	.about-form .item-btn .item-btn-input {
		min-width: auto;
		width: 100%;
		font-size: 14px;
	}
}

/**************** product *****************/
/**************** product *****************/
.product {
	position: relative;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 6.25%;
}

.pro-contain {
	width: 100%;
	position: relative;
}

.pro-contain .pro-main {
	float: right;
	width: 1270px;

}

.pro-contain .pro-slide {
	float: left;
	width: 260px;
}

@media screen and (max-width: 1659px) {
	.product {
		padding-top: 52px;
		padding-bottom: 6.25%;
	}

	.pro-contain .pro-main {
		width: 1100px;
	}

	.pro-contain .pro-slide {
		width: 260px;
	}
}

@media screen and (max-width: 1459px) {
	.product {
		padding-top: 44px;
		padding-bottom: 6.25%;
	}

	.pro-contain .pro-main {
		width: 900px;
	}

	.pro-contain .pro-slide {
		width: 260px;
	}
}

@media screen and (max-width: 1259px) {
	.product {
		padding-top: 36px;
		padding-bottom: 6%;
	}

	.pro-contain .pro-main {
		width: 680px;
	}

	.pro-contain .pro-slide {
		width: 240px;
	}
}

@media (max-width: 991px) {
	.product {
		padding-top:0px;
		
		padding-bottom: 6%;
	}

	.pro-contain .pro-main {
	    margin-top:50px;
		float: none;
		width: 100%;
	}

	.pro-contain .pro-slide {
		float: none;
		width: 100%;
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.product {
		padding-bottom: 8%;
	}

	.pro-contain .pro-main {
		float: none;
		width: 100%;
	}

	.pro-contain .pro-slide {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
}

@media (max-width: 560px) {
	.product {
	
		padding-bottom: 50px;
	}
}

.pro-main-tbody {
	position: relative;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 30px;
}

.pro-tbody-title {
	font-size: 26px;
	font-size: 2.6rem;
	color: #333;
	line-height: 40px;
	font-family:Poppins-Bold;
}

.pro-tbody-list {
	position: relative;
	width: 100%;
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 30px;
	padding-top: 24px;
}

.pro-tbody-list .swiper-pro {
	position: relative;
	width: 100%;
}

.pro-tbody-list .swiper-button-box {
	position: absolute;
	right: 0;
	top: 0px;
	transform: translateY(-100%);
	width: 140px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #999;
}

.pro-tbody-list .swiper-button-box::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 30px;
	background: #999;
}

.pro-tbody-list .swiper-button-box .swiper-button {
	width: 68px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	top: 0;
	margin-top: 0;
	font-size: 14px;
	color: #999;
}

.pro-tbody-list .swiper-button-box .swiper-button:hover {
	color: #be2f31;
}

.pro-list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.pro-list-item .item-box {
	position: relative;
	width: 100%;
	background: #F2F5F9;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pro-list-item .item-box .item-pic {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 298px;
	text-align: center;
	background: #F2F5F9;
	;overflow: hidden;
}

.pro-list-item .item-box .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.pro-list-item .item-box .item-body {
	position: relative;
	width: calc(100% - 299px);
	padding: 18px;
}

.pro-list-item .item-body .item-title {
	font-size: 20px;
	font-size: 2rem;
	color: #333;
	line-height: 32px;
	font-family: Poppins-Bold;
}

.pro-list-item .item-body .item-desc {
	font-size: 16px;
	font-size: 1.6rem;
	color: #666;
	line-height: 30px;
	margin-top: 8px;
	height: 90px;
	overflow: hidden;
}

.pro-list-item .item-body .item-btn {
	position: relative;
	margin-top: 28px;
	padding-bottom: 4px;
}

.pro-list-item .item-body .item-btn .btnn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	font-size: 18px;
	font-family: Poppins-Bold;
	line-height: 22px;
	color: #333;
	border-bottom: 1px solid #333;
}

.pro-list-item .item-box:hover {
	background: #be2f31;
}

.pro-list-item .item-box:hover .item-body .item-title, .pro-list-item .item-box:hover .item-body .item-title a, .pro-list-item .item-box:hover .item-body .item-desc, .pro-list-item .item-box:hover .item-body .item-desc a, .pro-list-item .item-box:hover .item-body .item-btn .btnn {
	color: #fff;
}

.pro-list-item .item-box:hover .item-body .item-btn .btnn {
	border-color: #fff;
}

.pro-form {
	display: block;
	position: relative;
	width: 100%;
}

.pro-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	transition: 0.5s;
	padding-bottom: 31px;
	margin-left: -16px;
	margin-right: -16px;
}

.pro-list .pro-item {
	width: 25%;
	padding: 0 16px;
	margin-bottom: 4%;
	display: inline-block;
	vertical-align: top;
	transition: 0.5s;
}

.fenye {
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}

.fenyen {
	display: inline-block;
	vertical-align: top;
}

.fenyen a {
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	min-width: 36px;
	line-height: 28px;
	padding: 4px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	background: #F2F5F9;
	margin-bottom: 10px;
	font-family: Poppins-Bold;
	margin-right: 6px;
}

.fenyen a.iconfont {
	font-size: 14px;
	font-size: 1.4rem;
}

.fenyen a.icons {
	padding: 0 18px;
}

.fenyen a:hover, .fenyen a.active {
	color: #fff;
	background: #be2f31;
}

.fenyen a.active {
	cursor: default;
}

.fuxuan {
	display: inline-block;
	vertical-align: top;
}

.fuxuan>div {
	display: inline-block;
	vertical-align: top;
	padding: 6px 0;
	margin-bottom: 10px;
}

.fuxuan input {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	padding: 0px 14px;
	padding-right: 26px;
	background: url(../images/jian.png) no-repeat right center;
	background-color: #013281;
}

.fuxuan>div input {
	margin-bottom: 0 !important;
}

.fuxuan input:hover {
	background-color: #F2F5F9;
	color: #333;
}

@media (min-width:1460px) and (max-width: 1659px) {
	.pro-main-tbody {
		padding-top: 10px;
		padding-bottom: 28px;
	}

	.pro-tbody-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.pro-tbody-list {
		margin-bottom: 28px;
		padding-top: 22px;
	}

	.pro-tbody-list .swiper-button-box {
		width: 136px;
		height: 38px;
	}

	.pro-tbody-list .swiper-button-box::before {
		height: 30px;
	}

	.pro-tbody-list .swiper-button-box .swiper-button {
		width: 66px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}

	.pro-list-item .item-box .item-pic {
		width: 280px;
	}

	.pro-list-item .item-box .item-body {
		width: calc(100% - 280px);
		padding: 15px;
	}

	.pro-list-item .item-body .item-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 30px;
	}

	.pro-list-item .item-body .item-desc {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		margin-top: 8px;
		height: 84px;
	}

	.pro-list-item .item-body .item-btn {
		margin-top: 24px;
		padding-bottom: 4px;
	}

	.pro-list-item .item-body .item-btn .btnn {
		font-size: 18px;
		line-height: 22px;
	}

	.pro-list {
		padding-bottom: 28px;
		margin-left: -10px;
		margin-right: -10px;
	}

	.pro-list .pro-item {
		width: 25%;
		padding: 0 10px;
		margin-bottom: 3%;
	}

	.fenyen a {
		min-width: 34px;
		line-height: 28px;
		padding: 3px;
		font-size: 18px;
		font-size: 1.8rem;
	}

	.fuxuan>div {
		padding: 5px 0;
	}

	.fuxuan input {
		line-height: 24px;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 0px 14px;
		padding-right: 26px;
	}
}

@media (min-width:1260px) and (max-width: 1459px) {
	.pro-main-tbody {
		padding-top: 10px;
		padding-bottom: 24px;
	}

	.pro-tbody-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
	}

	.pro-tbody-list {
		margin-bottom: 24px;
		padding-top: 20px;
	}

	.pro-tbody-list .swiper-button-box {
		width: 130px;
		height: 36px;
	}

	.pro-tbody-list .swiper-button-box::before {
		height: 28px;
	}

	.pro-tbody-list .swiper-button-box .swiper-button {
		width: 64px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}

	.pro-list-item .item-box .item-pic {
		width: 260px;
	}

	.pro-list-item .item-box .item-body {
		width: calc(100% - 260px);
		padding: 15px;
	}

	.pro-list-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.pro-list-item .item-body .item-desc {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		margin-top: 8px;
		height: 78px;
	}

	.pro-list-item .item-body .item-btn {
		margin-top: 20px;
		padding-bottom: 4px;
	}

	.pro-list-item .item-body .item-btn .btnn {
		font-size: 17px;
		line-height: 22px;
	}

	.pro-list {
		padding-bottom: 24px;
		margin-left: -5px;
		margin-right: -5px;
	}

	.pro-list .pro-item {
		width: 25%;
		padding: 0 5px;

	}

	.fenyen a {
		min-width: 32px;
		line-height: 26px;
		padding: 3px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.fuxuan>div {
		padding: 4px 0;
	}

	.fuxuan input {
		line-height: 24px;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0px 12px;
		padding-right: 24px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.pro-main-tbody {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.pro-tbody-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.pro-tbody-list {
		margin-bottom: 20px;
		padding-top: 18px;
	}

	.pro-tbody-list .swiper-button-box {
		width: 124px;
		height: 32px;
	}

	.pro-tbody-list .swiper-button-box::before {
		height: 24px;
	}

	.pro-tbody-list .swiper-button-box .swiper-button {
		width: 60px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.pro-list-item .item-box .item-pic {
		width: 240px;
	}

	.pro-list-item .item-box .item-body {
		width: calc(100% - 240px);
		padding: 14px;
	}

	.pro-list-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.pro-list-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 8px;
		height: 72px;
	}

	.pro-list-item .item-body .item-btn {
		margin-top: 18px;
		padding-bottom: 4px;
	}

	.pro-list-item .item-body .item-btn .btnn {
		font-size: 16px;
		line-height: 20px;
	}

	.pro-list {
		padding-bottom: 20px;
		margin-left: -12px;
		margin-right: -12px;
	}

	.pro-list .pro-item {
		width: 33.33333%;
		padding: 0 12px;
		margin-bottom: 20px;
	}

	.fenyen a {
		min-width: 32px;
		line-height: 26px;
		padding: 3px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.fuxuan>div {
		padding: 4px 0;
	}

	.fuxuan input {
		line-height: 24px;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0px 12px;
		padding-right: 24px;
	}
}

@media (max-width: 991px) {
	.pro-main-tbody {
		padding-top: 8px;
		padding-bottom: 16px;
	}

	.pro-tbody-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.pro-tbody-list {
		margin-bottom: 18px;
		padding-top: 12px;
	}

	.pro-tbody-list .swiper-button-box {
		width: 118px;
		height: 30px;
	}

	.pro-tbody-list .swiper-button-box::before {
		height: 24px;
	}

	.pro-tbody-list .swiper-button-box .swiper-button {
		width: 56px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}

	.pro-list-item .item-box .item-pic {
		width: 100%;
	}

	.pro-list-item .item-box .item-body {
		width: 100%;
		padding: 12px;
	}

	.pro-list-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.pro-list-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		margin-top: 8px;
		height: 72px;
	}

	.pro-list-item .item-body .item-btn {
		margin-top: 12px;
		padding-bottom: 4px;
	}

	.pro-list-item .item-body .item-btn .btnn {
		font-size: 16px;
		line-height: 20px;
	}

	.pro-list {
		padding-bottom: 20px;
		margin-left: -8px;
		margin-right: -8px;
	}

	.pro-list .pro-item {
		width: 33.33333%;
		padding: 0 8px;
		margin-bottom: 18px;
	}

	.fenyen a {
		min-width: 30px;
		line-height: 24px;
		padding: 3px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.fuxuan>div {
		padding: 3px 0;
	}

	.fuxuan input {
		line-height: 24px;
		font-size: 15px;
		font-size: 1.5rem;
		padding: 0px 12px;
		padding-right: 24px;
	}
}

@media (max-width: 700px) {
	.pro-main-tbody {
		padding-top: 8px;
		padding-bottom: 16px;
	}

	.pro-tbody-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.pro-tbody-list {
		margin-bottom: 18px;
		padding-top: 12px;
	}

	.pro-tbody-list .swiper-button-box {
		width: 112px;
		height: 30px;
	}

	.pro-tbody-list .swiper-button-box::before {
		height: 24px;
	}

	.pro-tbody-list .swiper-button-box .swiper-button {
		width: 54px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}

	.pro-list-item .item-box .item-pic {
		width: 100%;
	}

	.pro-list-item .item-box .item-body {
		width: 100%;
		padding: 10px;
	}

	.pro-list-item .item-body .item-title {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.pro-list-item .item-body .item-desc {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 22px;
		margin-top: 8px;
		height: 66px;
	}

	.pro-list-item .item-body .item-btn {
		margin-top: 12px;
		padding-bottom: 0px;
	}

	.pro-list-item .item-body .item-btn .btnn {
		font-size: 15px;
		line-height: 18px;
	}

	.pro-list {
		padding-bottom: 20px;
		margin-left: -8px;
		margin-right: -8px;
	}

	.pro-list .pro-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 20px;
	}

	.fenyen a {
		min-width: 28px;
		line-height: 24px;
		padding: 2px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.fuxuan>div {
		padding: 3px 0;
	}

	.fuxuan input {
		line-height: 22px;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0px 10px;
		padding-right: 24px;
	}
}

@media (max-width: 360px) {
	.pro-list .pro-item {
		width: 100%;
	}

	.pro-list-item {
		width: 100%;
	}
}

.j-nextshow {
	position: relative;
}

.proslide_menubtn {
	display: none;
	width: 24px;
	height: 18px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 5px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 9999;
}

.proslide_menubtn span {
	display: block;
	width: 100%;
	height: 3px;
	margin-bottom: 3px;
	background-color: #fff;
}

@media screen and (max-width: 991px) {
	.proslide_menubtn {
		display: block;
	}
}

.pro-slide-title {
    position: relative;
    font-size: 2.2rem;
    line-height: 36px;
    padding: 10px 20px;
    font-family: Poppins-Bold;
    color: #fff;
	background: #be2f31;
}

.pro-slide-title a {
	color: #fff;
}

.pro-slide-title a:hover {
	color: #dedede;
}

.pryiji {
	margin-bottom: 8px;
	width: 100%;
	position: relative;
	padding-top: 4px;
}

.pryiji>li {
	position: relative;
	transition: 0.5s;
}

.pryiji>li>a {
	position: relative;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	padding-right: 26px;
	color: #333;
	padding: 16px 0;
	line-height: 1.3;
}

.pryiji>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #be2f31;
	border-radius: 50%;
	display: none;
}

.pryiji>li>.iconfont {
	position: absolute;
	z-index: 8;
	right: 0px;
	width: 10px;
	top: 6px;
	font-size: 10px;
	line-height: 28px;
	transition: 0.5s;
	color: #999;
	cursor: pointer;
}

.pryiji>li>a .iconfont {
	position: absolute;
	z-index: 8;
	right: 0px;
	width: 10px;
	top: 6px;
	font-size: 10px;
	line-height: 28px;
	transition: 0.5s;
	color: #999;
}

.pryiji>li>a:hover {
	color: #be2f31;
	padding-left: 14px;
}

.pryiji>li>a:hover::before {
	display: block;
}

.pryiji>li>a span {
	transition: 0.5s;
	position: relative;
}

.prerji {
	padding-left: 24px;
}

.prerji>li {
	position: relative;
	transition: 0.5s;
}

.prerji>li>a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	padding: 4px 0;
	position: relative;
	color: #666;
}

.prerji>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #013281;
	border-radius: 50%;
	display: none;
}

.prerji>li>.iconfont {
	position: absolute;
	z-index: 8;
	right: 0px;
	width: 10px;
	top: 4px;
	font-size: 10px;
	line-height: 28px;
	transition: 0.5s;
	color: #999;
	cursor: pointer;
}

.prerji>li>a .iconfont {
	position: absolute;
	z-index: 8;
	right: 0px;
	width: 10px;
	top: 4px;
	font-size: 10px;
	line-height: 28px;
	transition: 0.5s;
	color: #999;
}

.prerji>li>a:hover {
	color: #013281;
	padding-left: 12px;
}

.prerji>li>a:hover::before {
	display: block;
}

.prsanji {
	padding-left: 20px;
}

.prsanji>li>a {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 28px;
	padding: 4px 0;
	position: relative;
	color: #666;
	padding-left: 12px;
}

.prsanji>li>a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #013281;
	border-radius: 50%;
	display: none;
}

.prsanji>li>a:hover {
	color: #013281;
}

.prsanji>li>a:hover::before {
	display: block;
}

a.prbiao:hover {
	color: #013281;
}

.dangpryi>a {
	color: #013281 !important;
	padding-left: 14px !important;
}

.dangpryi>.iconfont {
	color: #013281 !important;
	transform: rotate(90deg) !important;
}

.dangpryi>a .iconfont {
	color: #013281 !important;
	transform: rotate(90deg) !important;
}

.pryiji>li.dangpryi>a::before {
	display: block;
}
/* .dangpryi>.iconfont::before, .dangpryi>a .iconfont::before {content: "\e600" !important;} */
/* .dangpryi>a i{ transform:rotate(180deg) !important; color:#fff !important} */
.dangprer>a {
	color: #013281!important;
	padding-left: 12px !important;
}

.dangprer>.iconfont {
	color: #013281 !important;
	transform: rotate(90deg) !important;
}

.dangprer>a .iconfont {
	color: #013281 !important;
	transform: rotate(90deg) !important;
}

.dangprer>a::before {
	display: block !important;
}
/* .dangprer>.iconfont::before, .dangprer>a .iconfont::before {content: "\e600" !important;} */

.attribute {
	margin-top: 24px;
}

.attribute .name {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	margin-top: 14px;
	position: relative;
	padding-right: 24px;
	word-wrap: break-word;
	word-break: break-word;
	cursor: pointer;
}

.attribute .name i {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
}

.attribute .name i:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background: #333;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -1px;
}

.attribute .name i:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	background: #333;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -1px;
	transform: rotate(90deg);
}

.attribute .name.active, .attribute .name:hover {
	color: #013281;
}
/* .attribute .name:hover i:before, .attribute .name:hover i:after{background: #fff;}
.attribute .name.active span{color: #fff;} */
.attribute .name.active i:after {
	transform: rotate(180deg);
/* background: #fff; */
}

.attribute .item-box {
	box-sizing: border-box;
	max-height: 180px;
	overflow-y: auto;
	cursor: pointer;
	display: none;
}

.attribute .item-box label {
	display: inline-block;
	cursor: pointer;
}

.attribute .item-box>div {
	color: #333;
	display: block;
	vertical-align: top;
	margin-bottom: 0px;
	position: relative;
}

.attribute .item-box p input {
}

.attribute .item-box div span {
	overflow-y: hidden;
	display: inline-block;
	vertical-align: middle;
	max-height: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	line-height: 30px;
}

.attribute .check-box-div {
	display: inline-block;
	vertical-align: middle;
}

.attribute .check-box-div .icon {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.attribute .item-box.active {
	display: block
}

.prtags {
	position: relative;
	margin-top: 24px;
}

.prtags .tags-list {
	position: relative;
	margin-top: 21px;
	max-height: 430px;
	overflow: auto;
	font-size: 0;
	letter-spacing: 0;
	margin-right: -8px;
}

.prtags .tags-list a {
	display: inline-block;
	vertical-align: top;
	padding: 6px 16px;
	background: #F2F5F9;
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 14px;
	margin-right: 8px;
}

.prtags .tags-list a:hover {
	background: #013281;
	color: #fff;
}
/* .prnews{position: relative;margin-top: 54px;}
.pro-news-list{margin-top: 13px;width: 100%;background: rgba(238, 238, 238, .4);border: 1px solid #CCCCCC;}
.pro-news-item{width: 100%;padding: 24px 20px;border-bottom: 1px solid #ccc;}
.pro-news-item .item-title{font-size: 16px;color: #333333;line-height: 26px;position: relative;padding-left: 26px;}
.pro-news-item .item-title .iconfont{font-size: 18px;line-height: 26px;color: #3FD9D9;width: 18px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.pro-news-item .item-desc{font-size: 16px;color: #666666;line-height: 24px;margin-top: 10px;} */
@media (min-width:1460px) and (max-width: 1659px) {
	.pro-slide-title {
		font-size: 2rem;
		line-height: 36px;
		padding:8px 16px;
	}

	.pryiji>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding-right: 26px;
		padding: 10px 0;
	}

	.pryiji>li>.iconfont {
		top: 5px;
		line-height: 28px;
	}

	.pryiji>li>a .iconfont {
		top: 5px;
		line-height: 28px;
	}

	.pryiji>li>a:hover {
		padding-left: 14px;
	}

	.prerji {
		padding-left: 20px;
	}

	.prerji>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 26px;
		padding: 4px 0;
	}

	.prerji>li>.iconfont {
		top: 4px;
		line-height: 26px;
	}

	.prerji>li>a .iconfont {
		top: 4px;
		line-height: 26px;
	}

	.prerji>li>a:hover {
		padding-left: 12px;
	}

	.prsanji {
		padding-left: 18px;
	}

	.prsanji>li>a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 26px;
		padding: 4px 0;
		padding-left: 12px;
	}
}

@media (min-width:1260px) and (max-width: 1459px) {


	.pryiji>li>a {

		font-size: 1.5rem;
		line-height: 26px;
		padding-right: 26px;
		padding: 10px 0;
	}

	.pryiji>li>.iconfont {
		top: 5px;
		line-height: 26px;
	}

	.pryiji>li>a .iconfont {
		top: 5px;
		line-height: 26px;
	}

	.pryiji>li>a:hover {
		padding-left: 14px;
	}

	.prerji {
		padding-left: 20px;
	}

	.prerji>li>a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 4px 0;
	}

	.prerji>li>.iconfont {
		top: 4px;
		line-height: 26px;
	}

	.prerji>li>a .iconfont {
		top: 4px;
		line-height: 26px;
	}

	.prerji>li>a:hover {
		padding-left: 12px;
	}

	.prsanji {
		padding-left: 18px;
	}

	.prsanji>li>a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 4px 0;
		padding-left: 12px;
	}

	.attribute {
		margin-top: 22px;
	}

	.attribute .name {
		font-size: 16px;
		line-height: 24px;
		margin-top: 14px;
	}

	.prtags {
		margin-top: 20px;
	}

	.prtags .tags-list {
		margin-top: 18px;
		margin-right: -8px;
	}

	.prtags .tags-list a {
		padding: 4px 14px;
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
		margin-right: 8px;
	}

	.prnews {
		margin-top: 48px;
	}

	.pro-news-list {
		margin-top: 12px;
	}

	.pro-news-item {
		padding: 22px 18px;
	}

	.pro-news-item .item-title {
		font-size: 16px;
		line-height: 26px;
		padding-left: 24px;
	}

	.pro-news-item .item-title .iconfont {
		font-size: 18px;
		line-height: 26px;
		width: 18px;
	}

	.pro-news-item .item-desc {
		font-size: 15px;
		line-height: 24px;
		margin-top: 8px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.pro-slide-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
		padding: 8px 12px;
	}

	.pryiji>li>a {

		font-size: 1.5rem;
		line-height: 26px;
		padding-right: 26px;
		padding: 8px 0;
	}

	.pryiji>li>.iconfont {
		top: 5px;
		line-height: 26px;
	}

	.pryiji>li>a .iconfont {
		top: 5px;
		line-height: 26px;
	}

	.pryiji>li>a:hover {
		padding-left: 14px;
	}

	.prerji {
		padding-left: 18px;
	}

	.prerji>li>a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 3px 0;
	}

	.prerji>li>.iconfont {
		top: 4px;
		line-height: 26px;
	}

	.prerji>li>a .iconfont {
		top: 4px;
		line-height: 26px;
	}

	.prerji>li>a:hover {
		padding-left: 12px;
	}

	.prsanji {
		padding-left: 16px;
	}

	.prsanji>li>a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 3px 0;
		padding-left: 12px;
	}

	.attribute {
		margin-top: 20px;
	}

	.attribute .name {
		font-size: 16px;
		line-height: 24px;
		margin-top: 14px;
	}

	.prtags {
		margin-top: 18px;
	}

	.prtags .tags-list {
		margin-top: 16px;
		margin-right: -8px;
	}

	.prtags .tags-list a {
		padding: 4px 12px;
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 10px;
		margin-right: 8px;
	}

	.prnews {
		margin-top: 40px;
	}

	.pro-news-list {
		margin-top: 12px;
	}

	.pro-news-item {
		padding: 18px 16px;
	}

	.pro-news-item .item-title {
		font-size: 15px;
		line-height: 24px;
		padding-left: 24px;
	}

	.pro-news-item .item-title .iconfont {
		font-size: 16px;
		line-height: 24px;
		width: 16px;
	}

	.pro-news-item .item-desc {
		font-size: 14px;
		line-height: 22px;
		margin-top: 8px;
	}
}

@media (max-width: 991px) {
	.pro-slide-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding: 10px;
	}

	.pryiji>li>a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding-right: 26px;
		padding: 3px 0;
	}

	.pryiji>li>.iconfont {
		top: 5px;
		line-height: 26px;
	}

	.pryiji>li>a .iconfont {
		top: 5px;
		line-height: 26px;
	}

	.pryiji>li>a:hover {
		padding-left: 14px;
	}

	.prerji {
		padding-left: 18px;
	}

	.prerji>li>a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 2px 0;
	}

	.prerji>li>.iconfont {
		top: 4px;
		line-height: 26px;
	}

	.prerji>li>a .iconfont {
		top: 4px;
		line-height: 26px;
	}

	.prerji>li>a:hover {
		padding-left: 12px;
	}

	.prsanji {
		padding-left: 16px;
	}

	.prsanji>li>a {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 2px 0;
		padding-left: 12px;
	}

	.attribute {
		margin-top: 32px;
	}

	.attribute .name {
		font-size: 16px;
		line-height: 24px;
		margin-top: 14px;
	}

	.prtags {
		margin-top: 16px;
	}

	.prtags .tags-list {
		margin-top: 12px;
		margin-right: -8px;
	}

	.prtags .tags-list a {
		padding: 4px 10px;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
		margin-right: 8px;
	}

	.prnews {
		margin-top: 32px;
	}

	.pro-news-list {
		margin-top: 12px;
	}

	.pro-news-item {
		padding: 16px 12px;
	}

	.pro-news-item .item-title {
		font-size: 14px;
		line-height: 24px;
		padding-left: 24px;
	}

	.pro-news-item .item-title .iconfont {
		font-size: 16px;
		line-height: 24px;
		width: 16px;
	}

	.pro-news-item .item-desc {
		font-size: 13px;
		line-height: 22px;
		margin-top: 8px;
	}
}

@media (max-width: 767px) {
	.pryiji {
		display: none;
		margin-bottom: 0;
	}

	.attribute {
		margin-bottom: 20px;
	}
}

.pro-related {
	position: relative;
	width: 100%;
	padding-top: 48px;
	padding-bottom: 18px;
}

.news-related {
	position: relative;
	width: 100%;
	padding-top: 42px;
}

.news .pro-related {
	padding-bottom: 0 !important;
}

.app-related {
	position: relative;
	width: 100%;
	padding-top: 45px;
}

.faq-related {
	position: relative;
	width: 100%;
	padding-top: 52px;
}

.related-title {
	font-size: 30px;
	font-size: 3rem;
	color: #333;
	line-height: 42px;
	font-family: Poppins-Bold;
}

.related-swiper {
	position: relative;
	width: 100%;
	padding-top: 22px;
}

.app-related .related-swiper {
	padding-top: 24px;
}

.faq-related .related-swiper {
	padding-top: 23px;
}

.related-swiper .swiper-button-box {
	position: absolute;
	right: 0;
	top: 0px;
	transform: translateY(-100%);
	width: 140px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #999;
}

.related-swiper .swiper-button-box::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1px;
	height: 30px;
	background: #999;
}

.related-swiper .swiper-button-box .swiper-button {
	width: 68px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	top: 0;
	margin-top: 0;
	font-size: 14px;
	color: #999;
}

.related-swiper .swiper-button-box .swiper-button:hover {
	color:#be2f31;
}

.related-swiper .swiper-related {
	position: relative;
	width: 100%;
}

.related-swiper .swiper-slide {
	display: inline-block;
	vertical-align: top;
	width: auto;
	max-width: 100%;
}

.related-swiper .swiper-slide>* {
	padding: 0;
	margin-bottom: 0;
	width: 100%;
}

.related-swiper .swiper-slide .sec5-tbody-list {
	margin-top: -30px;
	border: 0;
}

.news-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.news-item .item-box {
	position: relative;
	width: 100%;
}

.news-item .item-box .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	background: #fff;
}

.news-item .item-box .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.news-item .item-box .item-body {
	position: relative;
	width: 100%;
	padding-top: 28px;
}

.news-item .item-box .item-body .item-date {
	font-size: 14px;
	color: #999;
	line-height: 26px;
	margin-bottom: 18px;
}

.news-item .item-box .item-body .item-date .iconfont {
	font-size: 24px;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	color: #999;
}

.news-item .item-box .item-body .item-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: Poppins-Bold;
	color: #333;
	line-height: 36px;
}

.news-item .item-box .item-body .item-desc {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 8px;
	height: 60px;
	overflow: hidden;
}

.news-item .item-box .item-body .item-btn {
	position: relative;
	width: 100%;
	margin-top: 6px;
}

.news-item .item-box .item-body .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	text-decoration: underline;
	color: #be2f31;
	line-height: 30px;
}

@media (min-width:1460px) and (max-width: 1659px) {
	.pro-related {
		padding-top: 46px;
		padding-bottom: 16px;
	}

	.news-related {
		padding-top: 36px;
	}

	.app-related {
		padding-top: 40px;
	}

	.faq-related {
		padding-top: 48px;
	}

	.related-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
	}

	.related-swiper {
		padding-top: 20px;
	}

	.app-related .related-swiper {
		padding-top: 20px;
	}

	.faq-related .related-swiper {
		padding-top: 20px;
	}

	.related-swiper .swiper-button-box {
		width: 136px;
		height: 40px;
	}

	.related-swiper .swiper-button-box::before {
		height: 30px;
	}

	.related-swiper .swiper-button-box .swiper-button {
		width: 66px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
	}

	.related-swiper .swiper-slide .sec5-tbody-list {
		margin-top: -28px;
		border: 0;
	}

	.news-item .item-box .item-body {
		padding-top: 24px;
	}

	.news-item .item-box .item-body .item-date {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 16px;
	}

	.news-item .item-box .item-body .item-date .iconfont {
		font-size: 24px;
		line-height: 26px;
	}

	.news-item .item-box .item-body .item-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
	}

	.news-item .item-box .item-body .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 8px;
		height: 56px;
	}

	.news-item .item-box .item-body .item-btn {
		margin-top: 6px;
	}

	.news-item .item-box .item-body .item-btn .btnn {
		font-size: 18px;
		line-height: 30px;
	}
}

@media (min-width:1260px) and (max-width: 1459px) {
	.pro-related {
		padding-top: 40px;
		padding-bottom: 12px;
	}

	.news-related {
		padding-top: 32px;
	}

	.app-related {
		padding-top: 36px;
	}

	.faq-related {
		padding-top: 42px;
	}

	.related-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.related-swiper {
		padding-top: 20px;
	}

	.app-related .related-swiper {
		padding-top: 20px;
	}

	.faq-related .related-swiper {
		padding-top: 20px;
	}

	.related-swiper .swiper-button-box {
		width: 130px;
		height: 38px;
	}

	.related-swiper .swiper-button-box::before {
		height: 30px;
	}

	.related-swiper .swiper-button-box .swiper-button {
		width: 64px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}

	.related-swiper .swiper-slide .sec5-tbody-list {
		margin-top: -24px;
		border: 0;
	}

	.news-item .item-box .item-body {
		padding-top: 20px;
	}

	.news-item .item-box .item-body .item-date {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 14px;
	}

	.news-item .item-box .item-body .item-date .iconfont {
		font-size: 22px;
		line-height: 24px;
	}

	.news-item .item-box .item-body .item-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.news-item .item-box .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 8px;
		height: 52px;
	}

	.news-item .item-box .item-body .item-btn {
		margin-top: 6px;
	}

	.news-item .item-box .item-body .item-btn .btnn {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.pro-related {
		padding-top: 36px;
		padding-bottom: 10px;
	}

	.news-related {
		padding-top: 28px;
	}

	.app-related {
		padding-top: 30px;
	}

	.faq-related {
		padding-top: 36px;
	}

	.related-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
	}

	.related-swiper {
		padding-top: 18px;
	}

	.app-related .related-swiper {
		padding-top: 18px;
	}

	.faq-related .related-swiper {
		padding-top: 18px;
	}

	.related-swiper .swiper-button-box {
		width: 124px;
		height: 36px;
	}

	.related-swiper .swiper-button-box::before {
		height: 28px;
	}

	.related-swiper .swiper-button-box .swiper-button {
		width: 60px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}

	.related-swiper .swiper-slide .sec5-tbody-list {
		margin-top: -22px;
		border: 0;
	}

	.news-item .item-box .item-body {
		padding-top: 16px;
	}

	.news-item .item-box .item-body .item-date {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 12px;
	}

	.news-item .item-box .item-body .item-date .iconfont {
		font-size: 20px;
		line-height: 22px;
	}

	.news-item .item-box .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.news-item .item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
		height: 48px;
	}

	.news-item .item-box .item-body .item-btn {
		margin-top: 6px;
	}

	.news-item .item-box .item-body .item-btn .btnn {
		font-size: 15px;
		line-height: 26px;
	}
}

@media(max-width: 991px) {
	.pro-related {
		padding-top: 32px;
		padding-bottom: 10px;
	}

	.news-related {
		padding-top: 24px;
	}

	.app-related {
		padding-top: 28px;
	}

	.faq-related {
		padding-top: 32px;
	}

	.related-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.related-swiper {
		padding-top: 18px;
	}

	.app-related .related-swiper {
		padding-top: 18px;
	}

	.faq-related .related-swiper {
		padding-top: 18px;
	}

	.related-swiper .swiper-button-box {
		width: 124px;
		height: 36px;
	}

	.related-swiper .swiper-button-box::before {
		height: 28px;
	}

	.related-swiper .swiper-button-box .swiper-button {
		width: 60px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
	}

	.related-swiper .swiper-slide .sec5-tbody-list {
		margin-top: -22px;
		border: 0;
	}

	.news-item .item-box .item-body {
		padding-top: 12px;
	}

	.news-item .item-box .item-body .item-date {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	.news-item .item-box .item-body .item-date .iconfont {
		font-size: 18px;
		line-height: 20px;
	}

	.news-item .item-box .item-body .item-title {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 30px;
	}

	.news-item .item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
		height: 48px;
	}

	.news-item .item-box .item-body .item-btn {
		margin-top: 6px;
	}

	.news-item .item-box .item-body .item-btn .btnn {
		font-size: 15px;
		line-height: 26px;
	}
}

.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}

.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #ccc;
	z-index: 110;
}

.zoomWrapperTitle {
	display: block;
	background: #999;
	color: #FFF;
	height: 18px;
	line-height: 18px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}

.m-prob {
	position: relative;
	width: 100%;
	padding-bottom: 52px;
}

.m-propic {
	margin: 0 auto;
	width: 640px;
	float: left;
}

.m-propic .pic-big {
	width: 520px;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9
}

.m-propic .big-img {
	display: block;
	line-height: 0;
	font-size: 0;
	background: #F2F5F9;
}

.m-propic .big-img .zoomPad {
	float: none;
	z-index: 8;
}

.m-propic .zoomWrapperImage img {
	max-width: 1920px;
	z-index: 99
}

.m-propic .pic-small {
	position: relative;
	float: right;
	width: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	z-index: 1
}

.m-propic .pic-btn {
	display: block;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	font-size: 22px;
	line-height: 24px;
	height: 24px;
	background: #F5F5F5;
	color: #aaa;
	cursor: pointer;
	z-index: 9
}

.m-propic .pic-btn.prev {
	top: 0px;
}

.m-propic .pic-btn.next {
	bottom: 0px;
}

.m-propic .pic-btn:hover {
	background: #be2f31;
	color: #fff;
}

.m-propic .pic-list {
	width: 100%;
	height: 460px;
	overflow: hidden;
}

.m-propic .pic-list ul {
	height: 50000px;
}

.m-propic .list-item {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	display: block;
}

.m-propic .item-pics,.m-propic .pic-list .item-video {
	position: relative;
	display: block;
	background: #F2F5F9;
}

.m-propic .item-pics img,.m-propic .pic-list .item-video img {
	width: 100%;
	display: block;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
}

.m-propic .item-pics:hover {
}

.m-propic .item-pics.zoomThumbActive {
	border: 1px solid #be2f31;
}

.m-propic .item-pics.zoomThumbActive:before,.m-propic .item-video.active:before {
	left: -8px;
}

.m-propic2 {
	display: none;
}

.m-propic .provideo-box {
	border-radius: 0;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.m-propic .provideo-box .provideo {
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
	height: 0;
}

.m-propic .provideo-box .provideo iframe, .pro2-box .m-propic .provideo-box .provideo video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.m-propic .provideo-box .provideo iframe body {
	margin: 0px !important;
}

.m-propic .item-pics:hover, .m-propic .item-pics.active,
.m-propic .item-video:hover, .m-propic .item-video.active {
	border-color: #be2f31;
}

@media screen and (max-width:1659px) {
	.m-prob {
		padding-bottom: 44px;
	}

	.m-propic {
		width: 580px;
	}

	.m-propic .pic-big {
		width: 472px;
	}

	.m-propic .pic-small {
		width: 95px;
		padding-top: 20px;
		padding-bottom: 21px;
	}

	.m-propic .pic-btn {
		width: 20px;
		font-size: 20px;
		line-height: 20px;
	}

	.m-propic .pic-list {
		height: 430px;
	}

	.m-propic .list-item {
		margin-bottom: 17px;
	}
}

@media screen and (max-width:1459px) {
	.m-prob {
		padding-bottom: 36px;
	}

	.m-propic {
		width: 480px;
	}

	.m-propic .pic-big {
		width: 386px;
	}

	.m-propic .pic-small {
		width: 78px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.m-propic .pic-btn {
		width: 20px;
		font-size: 18px;
		line-height: 20px;
	}

	.m-propic .pic-list {
		height: 346px;
	}

	.m-propic .list-item {
		margin-bottom: 11px;
	}
}

@media screen and (max-width:1259px) {
	.m-prob {
		padding-bottom: 30px;
	}

	.m-propic {
		width: 580px;
		float: none;
		margin: 0 auto;
	}

	.m-propic .pic-big {
		width: 472px;
	}

	.m-propic .pic-small {
		width: 95px;
		padding-top: 20px;
		padding-bottom: 21px;
	}

	.m-propic .pic-btn {
		width: 20px;
		font-size: 20px;
		line-height: 20px;
	}

	.m-propic .pic-list {
		height: 430px;
	}

	.m-propic .list-item {
		margin-bottom: 17px;
	}
}

@media screen and (max-width:999px) {
	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.prob-pic {
		float: none;
		margin: 0 auto;
	}

	.m-prob {
		padding-bottom: 30px;
	}
}

@media screen and (max-width:991px) {
	.m-prob {
		padding-bottom: 24px;
	}

	.m-propic1 {
		display: none;
	}

	.m-propic2 {
		position: relative;
		display: block;
		overflow: hidden;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: none;
	}

	.m-propic2 .box-btn {
		position: absolute;
		top: 50%;
		margin-top: -12px;
		display: block;
		width: 17px;
		height: 32px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
		color: #aaa;
		font-size: 18px;
		line-height: 32px;
	}

	.m-propic2 .box-btn.prev {
		left: 0;
	}

	.m-propic2 .box-btn.next {
		right: 0;
		;
	}

	.m-propic2 .box-btn.prev:hover {
		color: #be2f31;
	}

	.m-propic2 .box-btn.next:hover {
		color: #be2f31;
	}

	.m-propic2 .box-list {
		overflow: hidden;
	}

	.m-propic2 .box-list ul {
		width: 1000%;
	}

	.m-propic2 .list-item {
		float: left;
		margin-left: .1%;
		margin-right: .1%;
		margin-bottom: 0;
		width: 3.13%;
		padding: 0px;
	}
}

@media only screen and (max-width:500px ) {
	.m-propic2 .list-item {
		float: left;
		margin-left: .1%;
		margin-right: .1%;
		margin-bottom: 0;
		width: 4.8%;
	}
}

@media only screen and (max-width:350px ) {
	.m-propic2 .list-item {
		float: left;
		margin-left: .1%;
		margin-right: .1%;
		margin-bottom: 0;
		width: 9.8%;
	}
}

.prob-info {
	width: 590px;
	float: right;
	margin-top: -8px;
}

.jianjie h1 {

	font-size: 3rem;
	color: #333;
	line-height: 36px;
	font-family:Poppins-Bold;
}

.jiann {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	color: #666;
	height: 330px;
	overflow: hidden;
	margin-top: 18px;
	margin-bottom: 29px;
	font-family: Poppins-Light;
}

.jiann p,.jiann span,.jiann li,.jiann strong {
	color: #666;
}

.jiann a {
	color: #be2f31;
}

.jiann a:hover {
	color: #666;
}

.sharen {
	display: inline-block;
	padding: 0 20px;
}

.share1 {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	vertical-align: middle;
	color: #999;
	font-family:Poppins-Regular;
}

.share2 {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}

.share2 img {
	display: inline-block;
	vertical-align: top;
}

.share a.prpdf {
	font-size: 16px;
	font-size: 1.6rem;
	color: #be2f31;
	margin-left: 26px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	line-height: 20px;
	font-family:Poppins-Bold;
}

.share a.prpdf .iconfont {
	display: inline-block;
	vertical-align: top;
	font-size: 34px;
	margin-right: 10px;
	line-height: 20px;
}

.share a.prpdf:hover {
	color: #be2f31;
}

.inno {
	letter-spacing: 0;
	font-size: 0px;
	margin-top: 31px;
	margin-left: -27px;
	margin-right: -27px;
	margin-bottom: -10px;
}

.inno a {
	display: inline-block;
	vertical-align: top;
	min-width: 160px;
	padding: 6px 16px;
	line-height: 28px;
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
	background: #ADADAD;
	font-family: Poppins-Bold;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 27px;
	margin-right: 27px;
}

.inno a:hover {
	color: #fff;
	background: #be2f31;
}

@media screen and (max-width:1659px) {
	.prob-info {
		width: 500px;
		margin-top: -8px;
	}

	.jianjie h1 {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
	}

	.jiann {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		height: 280px;
		margin-top: 16px;
		margin-bottom: 24px;
	}

	.share1 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.share a.prpdf {
		font-size: 16px;
		font-size: 1.6rem;
		margin-left: 22px;
	}

	.share a.prpdf .iconfont {
		font-size: 32px;
		margin-right: 8px;
	}

	.inno {
		margin-top: 24px;
		margin-left: -16px;
		margin-right: -16px;
		margin-bottom: -8px;
	}

	.inno a {
		min-width: 142px;
		padding: 5px 14px;
		line-height: 28px;
		font-size: 20px;
		font-size: 2rem;
		margin-bottom: 16px;
		margin-left: 16px;
		margin-right: 16px;
	}
}

@media screen and (max-width:1459px) {
	.prob-info {
		width: 400px;
		margin-top: -8px;
	}

	.jianjie h1 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.jiann {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		height: 244px;
		margin-top: 14px;
		margin-bottom: 20px;
	}

	.share1 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.share a.prpdf {
		font-size: 15px;
		font-size: 1.5rem;
		margin-left: 20px;
	}

	.share a.prpdf .iconfont {
		font-size: 28px;
		margin-right: 8px;
	}

	.inno {
		margin-top: 20px;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: -8px;
	}

	.inno a {
		min-width: 120px;
		padding: 4px 12px;
		line-height: 28px;
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 14px;
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width:1259px) {
	.prob-info {
		width: 100%;
		float: none;
		padding-top: 20px;
		margin-top: 0;
	}

	.jianjie h1 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.jiann {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		height: auto;
		margin-top: 14px;
		margin-bottom: 20px;
	}

	.share1 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.share a.prpdf {
		font-size: 15px;
		font-size: 1.5rem;
		margin-left: 20px;
	}

	.share a.prpdf .iconfont {
		font-size: 28px;
		margin-right: 8px;
	}

	.inno {
		margin-top: 20px;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: -8px;
	}

	.inno a {
		min-width: 120px;
		padding: 4px 12px;
		line-height: 28px;
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 14px;
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width:991px) {
	.prob-info {
		width: 100%;
		float: none;
		padding-top: 20px;
		margin-top: 0;
	}

	.jianjie h1 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.jiann {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		height: auto;
		margin-top: 12px;
		margin-bottom: 20px;
	}

	.share1 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.share a.prpdf {
		font-size: 14px;
		font-size: 1.4rem;
		margin-left: 20px;
	}

	.share a.prpdf .iconfont {
		font-size: 28px;
		margin-right: 8px;
	}

	.inno {
		margin-top: 20px;
		margin-left: -8px;
		margin-right: -8px;
		margin-bottom: -8px;
	}

	.inno a {
		min-width: 140px;
		line-height: 28px;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 5px 16px;
		margin-bottom: 14px;
		margin-left: 8px;
		margin-right: 8px;
	}
}

@media screen and (max-width:767px) {
	.prob-info {
		width: 100%;
		float: none;
		padding-top: 16px;
	}

	.jianjie h1 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.jiann {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		height: auto;
		margin-top: 8px;
		margin-bottom: 16px;
	}

	.share1 {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
	}

	.inno {
		margin-top: 12px;
		margin-left: -4px;
		margin-right: -4px;
		margin-bottom: 0px;
	}

	.inno a {
		min-width: 132px;
		line-height: 26px;
		font-size: 14px;
		font-size: 1.4rem;
		padding: 3px 12px;
		margin-bottom: 10px;
		margin-left: 4px;
		margin-right: 4px;
	}
}

@media screen and (max-width:480px) {
	.share a.prpdf {
		display: block;
		margin-top: 12px;
		margin-left: 0;
	}
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 24px;
}

.table table tr td {
	padding: 5px;
	border: 1px solid #eaeaea;
}

.pro-main-title {
	font-size: 30px;
	font-size: 3rem;
	color: #333;
	line-height: 42px;
	font-family: Poppins-Bold;
	border-bottom: 1px solid #F2F5F9;
	padding-bottom: 20px;
}

.product-attribute {
	position: relative;
	width: 100%;
	margin-bottom: 44px;
}

.product-attribute .pattlist {
	padding-top: 25px;
}

.patitem {
	position: relative;
	width: 100%;
	margin-bottom: 14px;
}

.patitem span {
	display: inline-block;
	vertical-align: top;
	min-width: 60px;
	padding: 0 10px;
	line-height: 26px;
	margin-right: 26px;
	font-size: 16px;
	color: #333;
	background: #F2F5F9;
	margin-bottom: 10px;
	font-family: Poppins-Regular;
	text-align: center;
}

.patitem-name {
	display: inline-block;
	vertical-align: top;
	min-width: 50px;
	font-size: 18px;
	color: #333;
	line-height: 26px;
	margin-right: 10px;
	font-family: Poppins-Bold;
}

.product-detail {
	position: relative;
	z-index: 1;
}

.prodetails-desc {
	position: relative;
	padding-top: 14px;
	padding-bottom: 22px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

.prodetails-desc a {
	color: #be2f31;
}

.prodetails-desc a:hover {
	color: #666;
}

.prodetails-desc img {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}

.tag {
	width: 100%;
	position: relative;
}

.tag-list {
	position: relative;
	margin-top: 24px;
	margin-bottom: 12px;
	font-size: 0;
	letter-spacing: 0;
	margin-right: -18px;
}

.tag-list a {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 30px;
	padding: 5px 20px;
	margin-right: 18px;
	color: #333;
	font-family: Poppins-Bold;
	background: #F2F5F9;
	margin-bottom: 10px;
	text-align: center;
}

.tag-list a:hover {
	color: #fff;
	background:#be2f31;
}

.tag .prtag {
	position: relative;
	max-height: 150px;
	overflow: hidden;
}

.tag .prtagh {
	max-height: none !important;
}

.tag .mores .zhankais {
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	min-width: 150px;
	padding: 5px 15px;
	background: #be2f31;
	font-size: 16px;
	font-family:Poppins-Bold;
	color: #fff;
	line-height: 28px;
	border: 1px solid #be2f31;
}

.tag .mores .zhankais:hover {
	color: #be2f31;
	background: #fff;
}

@media screen and (max-width:1659px) {
	.pro-main-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
		padding-bottom: 18px;
	}

	.product-attribute {
		margin-bottom: 32px;
	}

	.product-attribute .pattlist {
		padding-top: 22px;
	}

	.patitem {
		margin-bottom: 10px;
	}

	.patitem span {
		min-width: 54px;
		padding: 0 10px;
		line-height: 26px;
		margin-right: 22px;
		font-size: 16px;
		margin-bottom: 8px;
	}

	.patitem-name {
		min-width: 48px;
		font-size: 17px;
		line-height: 26px;
		margin-right: 10px;
	}

	.prodetails-desc {
		padding-top: 12px;
		padding-bottom: 18px;
		font-size: 16px;
		line-height: 28px;
	}

	.tag-list {
		margin-top: 20px;
		margin-bottom: 10px;
		margin-right: -16px;
	}

	.tag-list a {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding: 5px 20px;
		margin-right: 16px;
		margin-bottom: 10px;
	}

	.tag .prtag {
		max-height: 150px;
	}

	.tag .mores .zhankais {
		min-width: 150px;
		padding: 5px 15px;
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1459px) {
	.pro-main-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
		padding-bottom: 16px;
	}

	.product-attribute {
		margin-bottom: 32px;
	}

	.product-attribute .pattlist {
		padding-top: 22px;
	}

	.patitem {
		margin-bottom: 10px;
	}

	.patitem span {
		min-width: 54px;
		padding: 0 10px;
		line-height: 26px;
		margin-right: 22px;
		font-size: 16px;
		margin-bottom: 8px;
	}

	.patitem-name {
		min-width: 48px;
		font-size: 17px;
		line-height: 26px;
		margin-right: 10px;
	}

	.prodetails-desc {
		padding-top: 12px;
		padding-bottom: 18px;
		font-size: 16px;
		line-height: 28px;
	}

	.tag-list {
		margin-top: 16px;
		margin-bottom: 8px;
		margin-right: -12px;
	}

	.tag-list a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 4px 18px;
		margin-right: 12px;
		margin-bottom: 10px;
	}

	.tag .prtag {
		max-height: 138px;
	}

	.tag .mores .zhankais {
		min-width: 136px;
		padding: 4px 14px;
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width:1259px) {
	.pro-main-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 32px;
		padding-bottom: 14px;
	}

	.product-attribute {
		margin-bottom: 28px;
	}

	.product-attribute .pattlist {
		padding-top: 18px;
	}

	.patitem {
		margin-bottom: 8px;
	}

	.patitem span {
		min-width: 48px;
		padding: 0 8px;
		line-height: 24px;
		margin-right: 18px;
		font-size: 15px;
		margin-bottom: 8px;
	}

	.patitem-name {
		min-width: 44px;
		font-size: 16px;
		line-height: 24px;
		margin-right: 10px;
	}

	.prodetails-desc {
		padding-top: 10px;
		padding-bottom: 16px;
		font-size: 15px;
		line-height: 26px;
	}

	.tag-list {
		margin-top: 12px;
		margin-bottom: 8px;
		margin-right: -10px;
	}

	.tag-list a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 3px 16px;
		margin-right: 12px;
		margin-bottom: 10px;
	}

	.tag .prtag {
		max-height: 132px;
	}

	.tag .mores .zhankais {
		min-width: 128px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:991px) {
	.pro-main-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
		padding-bottom: 12px;
	}

	.product-attribute {
		margin-bottom: 24px;
	}

	.product-attribute .pattlist {
		padding-top: 14px;
	}

	.patitem {
		margin-bottom: 8px;
	}

	.patitem span {
		min-width: 46px;
		padding: 0 8px;
		line-height: 24px;
		margin-right: 16px;
		font-size: 14px;
		margin-bottom: 8px;
	}

	.patitem-name {
		min-width: 42px;
		font-size: 16px;
		line-height: 24px;
		margin-right: 10px;
	}

	.prodetails-desc {
		padding-top: 8px;
		padding-bottom: 16px;
		font-size: 14px;
		line-height: 24px;
	}

	.tag-list {
		margin-top: 12px;
		margin-bottom: 8px;
		margin-right: -10px;
	}

	.tag-list a {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 3px 14px;
		margin-right: 12px;
		margin-bottom: 10px;
	}

	.tag .prtag {
		max-height: 132px;
	}

	.tag .mores .zhankais {
		min-width: 128px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:600px) {
	.pro-main-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding-bottom: 10px;
	}

	.product-attribute {
		margin-bottom: 20px;
	}

	.product-attribute .pattlist {
		padding-top: 12px;
	}

	.patitem {
		margin-bottom: 8px;
	}

	.patitem span {
		min-width: 46px;
		padding: 0 8px;
		line-height: 24px;
		margin-right: 16px;
		font-size: 14px;
		margin-bottom: 8px;
	}

	.patitem-name {
		min-width: 42px;
		font-size: 16px;
		line-height: 24px;
		margin-right: 10px;
	}

	.prodetails-desc {
		padding-top: 8px;
		padding-bottom: 16px;
		font-size: 14px;
		line-height: 24px;
	}
}

/* ************** news ***************** */
.news {
	position: relative;
	padding: 52px 0 6.875%;
}

.news-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	padding-bottom: 15px;
	margin-top: -43px;
	margin-left: -25px;
	margin-right: -25px;
	display: flex;
	flex-wrap: wrap;
}

.news-list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 25px;
}

.news-list .news-list-item:nth-last-of-type(1) .new-item-box, .news-list .news-list-item:nth-last-of-type(2) .new-item-box {
	border-bottom: 0;
}

.new-item-box {
	position: relative;
	width: 100%;
	height: 100%;
	border-bottom: 1px dashed #ccc;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 43px 0;
}

.new-item-box:hover {
	border-bottom: 1px solid #be2f31;
}

.new-item-box .item-pic {
	position: relative;
	width: 340px;
	text-align: center;
	overflow: hidden;
	background: #fff;
}

.new-item-box .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.new-item-box .item-body {
	position: relative;
	width: calc(100% - 370px);
}

.new-item-box .item-body .item-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: Poppins-Bold;
	color: #333;
	line-height: 36px;
}

.new-item-box .item-body .item-desc {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 16px;
	height: 90px;
	overflow: hidden;
}

.new-item-box .item-body .item-date {
	font-size: 14px;
	color: #999;
	line-height: 26px;
	margin-bottom: 20px;
}

.new-item-box .item-body .item-date .iconfont {
	font-size: 24px;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	color: #999;
}

.new-item-box .item-body .item-btn {
	position: relative;
	width: 100%;
	margin-top: 44px;
}

.new-item-box .item-body .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	text-decoration: underline;
	color: #be2f31;
	line-height: 30px;
}

@media screen and (max-width:1659px) {
	.news {
		padding: 46px 0 6.75%;
	}

	.news-list {
		padding-bottom: 14px;
		margin-top: -38px;
		margin-left: -20px;
		margin-right: -20px;
	}

	.news-list-item {
		width: 50%;
		padding: 0 20px;
	}

	.new-item-box {
		padding: 38px 0;
	}

	.new-item-box .item-pic {
		width: 320px;
	}

	.new-item-box .item-body {
		width: calc(100% - 344px);
	}

	.new-item-box .item-body .item-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 14px;
		height: 84px;
	}

	.new-item-box .item-body .item-date {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 18px;
	}

	.new-item-box .item-body .item-date .iconfont {
		font-size: 24px;
		line-height: 26px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 40px;
	}

	.new-item-box .item-body .item-btn .btnn {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:1459px) {
	.news {
		padding: 40px 0 6.5%;
	}

	.news-list {
		padding-bottom: 12px;
		margin-top: -30px;
		margin-left: -12px;
		margin-right: -12px;
	}

	.news-list-item {
		width: 50%;
		padding: 0 12px;
	}

	.new-item-box {
		padding: 30px 0;
	}

	.new-item-box .item-pic {
		width: 300px;
	}

	.new-item-box .item-body {
		width: calc(100% - 320px);
	}

	.new-item-box .item-body .item-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 12px;
		height: 78px;
	}

	.new-item-box .item-body .item-date {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.new-item-box .item-body .item-date .iconfont {
		font-size: 22px;
		line-height: 24px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 36px;
	}

	.new-item-box .item-body .item-btn .btnn {
		font-size: 17px;
		line-height: 30px;
	}
}

@media screen and (max-width:1259px) {
	.news {
		padding: 36px 0 6.5%;
	}

	.news-list {
		padding-bottom: 12px;
		margin-top: -24px;
		margin-left: -5px;
		margin-right: -5px;
	}

	.news-list-item {
		width: 50%;
		padding: 0 5px;
	}

	.new-item-box {
		padding: 24px 0;
	}

	.new-item-box .item-pic {
		width: 240px;
	}

	.new-item-box .item-body {
		width: calc(100% - 256px);
	}

	.new-item-box .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
		height: 72px;
	}

	.new-item-box .item-body .item-date {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 12px;
	}

	.new-item-box .item-body .item-date .iconfont {
		font-size: 20px;
		line-height: 22px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 20px;
	}

	.new-item-box .item-body .item-btn .btnn {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:991px) {
	.news {
		padding: 36px 0 6.5%;
	}

	.news-list {
		padding-bottom: 12px;
		margin-top: 0;
		margin-left: -12px;
		margin-right: -12px;
	}

	.news-list-item {
		width: 50%;
		padding: 0 12px;
		margin-bottom: 20px;
	}

	.new-item-box {
		padding: 0;
		border: 0;
	}

	.new-item-box .item-pic {
		width: 100%;
	}

	.new-item-box .item-body {
		width: 100%;
		padding-top: 14px;
	}

	.new-item-box .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
		height: 72px;
	}

	.new-item-box .item-body .item-date {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 8px;
	}

	.new-item-box .item-body .item-date .iconfont {
		font-size: 20px;
		line-height: 22px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 20px;
	}

	.new-item-box .item-body .item-btn .btnn {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:720px) {
	.news {
		padding: 30px 0 6.5%;
	}

	.news-list {
		padding-bottom: 10px;
		margin-top: 0;
		margin-left: -8px;
		margin-right: -8px;
	}

	.news-list-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 20px;
	}

	.new-item-box {
		padding: 0;
		border: 0;
	}

	.new-item-box .item-pic {
		width: 100%;
	}

	.new-item-box .item-body {
		width: 100%;
		padding-top: 14px;
	}

	.new-item-box .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 28px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
		height: 72px;
	}

	.new-item-box .item-body .item-date {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.new-item-box .item-body .item-date .iconfont {
		font-size: 20px;
		line-height: 20px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 16px;
	}

	.new-item-box .item-body .item-btn .btnn {
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width:560px) {
	.news {
		padding: 24px 0 6.5%;
	}

	.news-list {
		padding-bottom: 10px;
		margin-top: 0;
		margin-left: -6px;
		margin-right: -6px;
	}

	.news-list-item {
		width: 50%;
		padding: 0 6px;
		margin-bottom: 20px;
	}

	.new-item-box {
		padding: 0;
		border: 0;
	}

	.new-item-box .item-pic {
		width: 100%;
	}

	.new-item-box .item-body {
		width: 100%;
		padding-top: 12px;
	}

	.new-item-box .item-body .item-title {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 28px;
	}

	.new-item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 8px;
		height: 72px;
	}

	.new-item-box .item-body .item-date {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.new-item-box .item-body .item-date .iconfont {
		font-size: 20px;
		line-height: 20px;
	}

	.new-item-box .item-body .item-btn {
		margin-top: 12px;
	}

	.new-item-box .item-body .item-btn .btnn {
		font-size: 15px;
		line-height: 26px;
	}
}

@media screen and (max-width:374px) {
	.news-list-item {
		width: 100%;
	}
}

.new-contain {
	width: 100%;
	position: relative;
}

.news-main {
	position: relative;
	float: left;
	width: 1200px;
}

.news-main2 {
	position: relative;
	float: none;
	width: 100% !important;
}

.news-slide {
	position: relative;
	float: right;
	width: 350px;
	padding-top: 116px;
}

.news-title {
	font-size: 30px;
	font-size: 3rem;
	color: #333;
	line-height: 42px;
	font-family: Poppins-Bold;
}

.new-contain .share {
	margin-top: 26px;
	padding-bottom: 29px
}

.new-contain .share>div {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.6rem;
	font-family:Poppins-Regular;
	color: #999;
}

.new-contain .share .date {
	font-size: 16px;
	font-size: 1.6rem;
	color: #013281;
	line-height: 20px;
	margin-right: 36px;
}

.news-text {
	position: relative;
	width: 100%;
background: #f8f8f8;
	padding:50px;
	font-size: 1.6rem;
	color: #666;
	line-height: 30px;
	font-family:Poppins-Light;
}

.news-text img {
	display: inline-block;
	vertical-align: top;
		margin-bottom: 30px;
}

.news-text a {
	color: #be2f31;
}

.news-text a:hover {
	color: #333;
}

.fanpian {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	padding-bottom: 1px;
}

.fanpian li {
	position: relative;
	width: calc(50% - 15px);
	background: #F2F5F9;
	border-radius: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 26px;
	color: #999;
	padding: 14px 108px;
	cursor: pointer;
	margin-bottom: 10px;
}

.fanpian li:nth-last-of-type(1) {
	text-align: right;
}

.fanpian li span, .fanpian li a {
	color: #999;
	display: inline-block;
	vertical-align: top;
}

.fanpian li span.no {
	color: #999;
}

.fanpian li span.name {
	text-transform: uppercase;
	font-family:Poppins-Bold;
	display: block;
	color: #333;
}

.fanpian li:hover {
	background: #be2f31;
	color: #fff;
}

.fanpian li:hover span, .fanpian li:hover a {
	color: #fff;
}

.fanpian li:hover span.no {
	color: #eee;
	width: auto
}

.fanpian li:hover span.name {
	color: #fff;
}

.fanpian li i {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	background: #be2f31;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.fanpian li:hover i {
	background: #FFFFFF;
	color: #be2f31;
}

.fanpian li:nth-of-type(odd) i {
	left: 28px;
}

.fanpian li:nth-of-type(even) i {
	right: 28px;
}

.fanpian li:nth-of-type(odd) {
	padding-right: 0;
}

.fanpian li:nth-of-type(even) {
	padding-left: 0;
}

.news-slide-title {
	position: relative;
	width: 100%;
	font-family: Poppins-Bold;
	font-size: 30px;
	font-size: 3rem;
	color: #333333;
	line-height: 42px;
}

.news-slide-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	padding-top: 20px;
}

.news-slide-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-bottom: 24px;
}

.news-slide-item .item-box {
	position: relative;
	width: 100%;
}

.news-slide-item .item-box .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	background: #fff;
}

.news-slide-item .item-box .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.news-slide-item .item-box .item-body {
	position: relative;
	width: 100%;
	padding-top: 18px;
}

.news-slide-item .item-box .item-body .item-date {
	font-size: 14px;
	color: #999;
	line-height: 26px;
	margin-bottom: 10px;
}

.news-slide-item .item-box .item-body .item-date .iconfont {
	font-size: 24px;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	color: #999;
}

.news-slide-item .item-box .item-body .item-title {
	font-size: 22px;
	font-size: 2.2rem;
	font-family:Poppins-Bold;
	color: #333;
	line-height: 32px;
}

.news-slide-item .item-box .item-body .item-desc {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin-top: 8px;
	height: 48px;
	overflow: hidden;
}

.news-slide-item .item-box .item-body .item-btn {
	position: relative;
	width: 100%;
	margin-top: 10px;
}

.news-slide-item .item-box .item-body .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	text-decoration: underline;
	color: #be2f31;
	line-height: 30px;
}

@media screen and (max-width:1659px) {
	.news-main {
		width: 1040px;
	}

	.news-slide {
		width: 320px;
		padding-top: 108px;
	}

	.news-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
	}

	.new-contain .share {
		margin-top: 24px;
		padding-bottom: 28px
	}

	.new-contain .share>div {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.new-contain .share .date {
		font-size: 16px;
		font-size: 1.6rem;
		margin-right: 32px;
	}

	.news-text {
		padding: 20px 28px 40px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 30px;
	}

	.fanpian {
		margin-top: 30px;
	}

	.fanpian li {
		width: calc(50% - 15px);
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 26px;
		padding: 12px 96px;
	}

	.fanpian li i {
		width: 54px;
		height: 54px;
		line-height: 54px;
		font-size: 14px;
	}

	.fanpian li:nth-of-type(odd) i {
		left: 24px;
	}

	.fanpian li:nth-of-type(even) i {
		right: 24px;
	}

	.fanpian li:nth-of-type(odd) {
		padding-right: 0;
	}

	.fanpian li:nth-of-type(even) {
		padding-left: 0;
	}

	.news-slide-title {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 40px;
	}

	.news-slide-list {
		padding-top: 18px;
	}

	.news-slide-item {
		margin-bottom: 20px;
	}

	.news-slide-item .item-box .item-body {
		padding-top: 16px;
	}

	.news-slide-item .item-box .item-body .item-date {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.news-slide-item .item-box .item-body .item-date .iconfont {
		font-size: 24px;
		line-height: 24px;
	}

	.news-slide-item .item-box .item-body .item-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.news-slide-item .item-box .item-body .item-desc {
		font-size: 16px;
		line-height: 24px;
		margin-top: 8px;
		height: 48px;
	}

	.news-slide-item .item-box .item-body .item-btn {
		margin-top: 10px;
	}

	.news-slide-item .item-box .item-body .item-btn .btnn {
		font-size: 17px;
		line-height: 30px;
	}
}

@media screen and (max-width:1459px) {
	.news-main {
		width: 880px;
	}

	.news-slide {
		width: 300px;
		padding-top: 98px;
	}

	.news-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.new-contain .share {
		margin-top: 20px;
		padding-bottom: 24px
	}

	.new-contain .share>div {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.new-contain .share .date {
		font-size: 15px;
		font-size: 1.5rem;
		margin-right: 28px;
	}

	.news-text {
		padding: 18px 24px 32px;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.fanpian {
		margin-top: 28px;
	}

	.fanpian li {
		width: calc(50% - 10px);
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 26px;
		padding: 10px 80px;
	}

	.fanpian li i {
		width: 48px;
		height: 48px;
		line-height: 48px;
		font-size: 14px;
	}

	.fanpian li:nth-of-type(odd) i {
		left: 20px;
	}

	.fanpian li:nth-of-type(even) i {
		right: 20px;
	}

	.fanpian li:nth-of-type(odd) {
		padding-right: 0;
	}

	.fanpian li:nth-of-type(even) {
		padding-left: 0;
	}

	.news-slide-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 36px;
	}

	.news-slide-list {
		padding-top: 16px;
	}

	.news-slide-item {
		margin-bottom: 18px;
	}

	.news-slide-item .item-box .item-body {
		padding-top: 14px;
	}

	.news-slide-item .item-box .item-body .item-date {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 8px;
	}

	.news-slide-item .item-box .item-body .item-date .iconfont {
		font-size: 22px;
		line-height: 24px;
	}

	.news-slide-item .item-box .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.news-slide-item .item-box .item-body .item-desc {
		font-size: 15px;
		line-height: 24px;
		margin-top: 8px;
		height: 48px;
	}

	.news-slide-item .item-box .item-body .item-btn {
		margin-top: 8px;
	}

	.news-slide-item .item-box .item-body .item-btn .btnn {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1259px) {
	.news-main {
		width: 650px;
	}

	.news-slide {
		width: 280px;
		padding-top: 56px;
	}

	.news-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
	}

	.new-contain .share {
		margin-top: 18px;
		padding-bottom: 20px
	}

	.new-contain .share>div {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.new-contain .share .date {
		font-size: 14px;
		font-size: 1.4rem;
		margin-right: 24px;
	}

	.news-text {
		padding: 16px 20px 28px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
	}

	.fanpian {
		margin-top: 24px;
	}

	.fanpian li {
		width: calc(50% - 10px);
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 10px 72px;
	}

	.fanpian li i {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 14px;
	}

	.fanpian li:nth-of-type(odd) i {
		left: 14px;
	}

	.fanpian li:nth-of-type(even) i {
		right: 14px;
	}

	.fanpian li:nth-of-type(odd) {
		padding-right: 0;
	}

	.fanpian li:nth-of-type(even) {
		padding-left: 0;
	}

	.news-slide-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 32px;
	}

	.news-slide-list {
		padding-top: 14px;
	}

	.news-slide-item {
		margin-bottom: 16px;
	}

	.news-slide-item .item-box .item-body {
		padding-top: 12px;
	}

	.news-slide-item .item-box .item-body .item-date {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 8px;
	}

	.news-slide-item .item-box .item-body .item-date .iconfont {
		font-size: 20px;
		line-height: 22px;
	}

	.news-slide-item .item-box .item-body .item-title {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.news-slide-item .item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 22px;
		margin-top: 8px;
		height: 44px;
	}

	.news-slide-item .item-box .item-body .item-btn {
		margin-top: 8px;
	}

	.news-slide-item .item-box .item-body .item-btn .btnn {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:991px) {
	.news-main {
		width: 100%;
	}

	.news-slide {
		width: 100%;
		padding-top: 20px;
	}

	.news-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.new-contain .share {
		margin-top: 16px;
		padding-bottom: 18px
	}

	.new-contain .share>div {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.new-contain .share .date {
		font-size: 14px;
		font-size: 1.4rem;
		margin-right: 20px;
	}

	.news-text {
		padding: 16px 20px 24px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
	}

	.fanpian {
		margin-top: 20px;
	}

	.fanpian li {
		width: calc(50% - 10px);
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 26px;
		padding: 10px 72px;
	}

	.fanpian li i {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}

	.fanpian li:nth-of-type(odd) i {
		left: 14px;
	}

	.fanpian li:nth-of-type(even) i {
		right: 14px;
	}

	.fanpian li:nth-of-type(odd) {
		padding-right: 0;
	}

	.fanpian li:nth-of-type(even) {
		padding-left: 0;
	}

	.news-slide-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.news-slide-list {
		padding-top: 14px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.news-slide-item {
		margin-bottom: 16px;
		width: 50%;
		padding: 0 15px;
	}

	.news-slide-item .item-box .item-body {
		padding-top: 12px;
	}

	.news-slide-item .item-box .item-body .item-date {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 8px;
	}

	.news-slide-item .item-box .item-body .item-date .iconfont {
		font-size: 20px;
		line-height: 22px;
	}

	.news-slide-item .item-box .item-body .item-title {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.news-slide-item .item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 22px;
		margin-top: 8px;
		height: 44px;
	}

	.news-slide-item .item-box .item-body .item-btn {
		margin-top: 8px;
	}

	.news-slide-item .item-box .item-body .item-btn .btnn {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:720px) {
	.news-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.new-contain .share {
		margin-top: 12px;
		padding-bottom: 14px
	}

	.new-contain .share>div {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.new-contain .share .date {
		font-size: 13px;
		font-size: 1.3rem;
		margin-right: 16px;
	}

	.news-text {
		padding: 16px 12px 20px;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
	}

	.fanpian {
		margin-top: 20px;
		padding: 6px 0;
	}

	.fanpian li {
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 20px;
		padding: 5px 52px;
		padding-right: 0;
	}

	.fanpian li i {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}

	.fanpian li:nth-of-type(even) {
		text-align: left;
		padding-left: 52px;
	}

	.fanpian li:nth-of-type(even) i {
		left: 14px;
		right: auto;
	}

	.fanpian li:nth-of-type(odd) i {
		left: 14px;
	}

	.news-slide-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.news-slide-list {
		padding-top: 14px;
		margin-left: -6px;
		margin-right: -6px;
	}

	.news-slide-item {
		margin-bottom: 16px;
		width: 50%;
		padding: 0 6px;
	}

	.news-slide-item .item-box .item-body {
		padding-top: 12px;
	}

	.news-slide-item .item-box .item-body .item-date {
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.news-slide-item .item-box .item-body .item-date .iconfont {
		font-size: 18px;
		line-height: 20px;
	}

	.news-slide-item .item-box .item-body .item-title {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.news-slide-item .item-box .item-body .item-desc {
		font-size: 14px;
		line-height: 22px;
		margin-top: 8px;
		height: 44px;
	}

	.news-slide-item .item-box .item-body .item-btn {
		margin-top: 8px;
	}

	.news-slide-item .item-box .item-body .item-btn .btnn {
		font-size: 15px;
		line-height: 26px;
	}
}

/* ***************   Download   *************** */
.downs {
	position: relative;
	padding: 52px 0 112px;
}

.down-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 30px;
}

.down-list-item {
	position: relative;
	width: 50%;
	margin-bottom: 30px;
	padding: 0 15px;
}

.down-list-item .item-box {
	position: relative;
	width: 100%;
	height: 100%;
	background: #F2F5F9;
	padding: 40px 20px 36px 30px;
	border-bottom: 2px solid transparent;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.down-list-item .item-box:hover {
	border-color: #013281;
}

.down-list-item .item-box .item-btn {
	position: relative;
	width: 60px;
}

.down-list-item .item-box .item-btn .btnn {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 34px;
	text-align: center;
	color: #be2f31;
	background: #FFFFFF;
	border-radius: 50%;
}

.down-list-item .item-box .item-btn .btnn .iconfont {
	font-size: 34px;
}

.down-list-item .item-box:hover .item-btn .btnn, .down-list-item .item-box .item-btn .btnn:hover {
	color: #FFFFFF;
	background: #be2f31;
}

.down-list-item .item-box .item-body {
	position: relative;
	width: calc(100% - 90px);
}

.down-list-item .item-title {
	position: relative;
	width: 100%;
	font-size: 24px;
	font-size: 2.4rem;
	color: #be2f31;
	line-height: 36px;
	font-family:Poppins-Bold;
}

.down-list-item .item-title a {
	color: #be2f31;
}

.down-list-item .item-desc {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 7px;
	height: 60px;
	overflow: hidden;
}

@media screen and (max-width: 1659px) {
	.downs {
		padding: 44px 0 96px;
	}

	.down-list {
		margin-left: -12px;
		margin-right: -12px;
		padding-bottom: 28px;
	}

	.down-list-item {
		width: 50%;
		margin-bottom: 28px;
		padding: 0 12px;
	}

	.down-list-item .item-box {
		padding: 36px 18px 32px 24px;
	}

	.down-list-item .item-box .item-btn {
		width: 56px;
	}

	.down-list-item .item-box .item-btn .btnn {
		width: 56px;
		height: 56px;
		line-height: 56px;
		font-size: 32px;
	}

	.down-list-item .item-box .item-btn .btnn .iconfont {
		font-size: 32px;
	}

	.down-list-item .item-box .item-body {
		width: calc(100% - 80px);
	}

	.down-list-item .item-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
	}

	.down-list-item .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 7px;
		height: 56px;
	}
}

@media screen and (max-width: 1459px) {
	.downs {
		padding: 38px 0 80px;
	}

	.down-list {
		margin-left: -8px;
		margin-right: -8px;
		padding-bottom: 24px;
	}

	.down-list-item {
		width: 50%;
		margin-bottom: 24px;
		padding: 0 8px;
	}

	.down-list-item .item-box {
		padding: 30px 16px 28px 20px;
	}

	.down-list-item .item-box .item-btn {
		width: 50px;
	}

	.down-list-item .item-box .item-btn .btnn {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 30px;
	}

	.down-list-item .item-box .item-btn .btnn .iconfont {
		font-size: 30px;
	}

	.down-list-item .item-box .item-body {
		width: calc(100% - 70px);
	}

	.down-list-item .item-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.down-list-item .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 5px;
		height: 56px;
	}
}

@media screen and (max-width: 1259px) {
	.downs {
		padding: 32px 0 66px;
	}

	.down-list {
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 20px;
	}

	.down-list-item {
		width: 50%;
		margin-bottom: 20px;
		padding: 0 5px;
	}

	.down-list-item .item-box {
		padding: 24px 12px 20px 16px;
	}

	.down-list-item .item-box .item-btn {
		width: 44px;
	}

	.down-list-item .item-box .item-btn .btnn {
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 24px;
	}

	.down-list-item .item-box .item-btn .btnn .iconfont {
		font-size: 24px;
	}

	.down-list-item .item-box .item-body {
		width: calc(100% - 60px);
	}

	.down-list-item .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.down-list-item .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 5px;
		height: 52px;
	}
}

@media screen and (max-width:991px) {
	.downs {
		padding: 26px 0 50px;
	}

	.down-list {
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 20px;
	}

	.down-list-item {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 5px;
	}

	.down-list-item .item-box {
		padding: 20px 12px 20px 16px;
	}

	.down-list-item .item-box .item-btn {
		width: 44px;
	}

	.down-list-item .item-box .item-btn .btnn {
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 24px;
	}

	.down-list-item .item-box .item-btn .btnn .iconfont {
		font-size: 24px;
	}

	.down-list-item .item-box .item-body {
		width: calc(100% - 60px);
	}

	.down-list-item .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.down-list-item .item-desc {
		font-size: 15px;
		line-height: 26px;
		margin-top: 5px;
		height: 52px;
	}
}

@media screen and (max-width:720px) {
	.downs {
		padding: 20px 0 36px;
	}

	.down-list {
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 16px;
	}

	.down-list-item {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 5px;
	}

	.down-list-item .item-box {
		padding: 20px 12px 20px 16px;
	}

	.down-list-item .item-box .item-btn {
		width: 44px;
	}

	.down-list-item .item-box .item-btn .btnn {
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 24px;
	}

	.down-list-item .item-box .item-btn .btnn .iconfont {
		font-size: 24px;
	}

	.down-list-item .item-box .item-body {
		width: calc(100% - 60px);
	}

	.down-list-item .item-title {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 30px;
	}

	.down-list-item .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
		height: 48px;
	}
}

@media screen and (max-width:560px) {
	.downs {
		padding: 16px 0 28px;
	}

	.down-list {
		margin-left: -5px;
		margin-right: -5px;
		padding-bottom: 16px;
	}

	.down-list-item {
		width: 100%;
		margin-bottom: 20px;
		padding: 0 5px;
	}

	.down-list-item .item-box {
		padding: 16px 12px;
	}

	.down-list-item .item-box .item-btn {
		width: 100%;
		text-align: center;
	}

	.down-list-item .item-box .item-btn .btnn {
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 24px;
	}

	.down-list-item .item-box .item-btn .btnn .iconfont {
		font-size: 24px;
	}

	.down-list-item .item-box .item-body {
		width: 100%;
		margin-top: 10px;
	}

	.down-list-item .item-title {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 30px;
	}

	.down-list-item .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
		height: 48px;
	}
}

.video-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

.video-list-item {
	display: inline-block;
	vertical-align: top;
	width: 33.3333333%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.video-list-item .video-item-box {
	width: 100%;
	position: relative;
	height: 100%;
}

.video-item-pic {
	position: relative;
	width: 100%;
}

.video-item-pic .item-pic {
	position: relative;
	width: 100%;
	padding-bottom: 56.335%;
	height: 0;
}

.video-item-pic .item-pic .video-play {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.video-list-item .item-body {
	display: block;
	position: relative;
	width: 100%;
	background: #F2F5F9;
	padding: 18px 20px;
}

.video-list-item .item-body .item-title {
	font-size: 24px;
	font-size: 2.4rem;
	color: #333;
	line-height: 36px;
	font-family:Poppins-Bold;
}

.video-list-item .item-body .item-desc {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 8px;
	color: #666;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.faq-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	padding-bottom: 34px;
	margin-top: -30px;
	margin-left: -15px;
	margin-right: -15px;
}

.faq-list .faq-item {
	position: relative;
	width: 50%;
	padding: 0 15px;
	display: inline-block;
	vertical-align: top;
}

.faq-list .faq-item:nth-of-type(odd) {
	float: left;
}

.faq-list .faq-item:nth-of-type(even) {
	float: right;
}

.faq-item .item-box {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #F2F5F9;
	padding: 19px 0;
}

.faq-item .item-box.active {
	border-color: #be2f31;
}

.faq-item-name {
	position: relative;
	width: 100%;
	font-size: 24px;
	font-size: 2.4rem;
	color: #333;
	line-height: 36px;
	padding: 8px 0;
	padding-right: 36px;
	cursor: pointer;
	font-weight: bold;
 /* font-family: Poppins-Bold; */
}

.faq-item-name::before {
	content: "\e608";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #be2f31;
	background: #F2F5F9;
	border-radius: 50%;
	text-align: center;
	font-family: "iconfont";
	text-align: center;
	display: block;
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	box-sizing: border-box;
}

.faq-item-name.active:before {
	content: "\e600";
}

.faq-item-name.active {
	color: #be2f31;
}

.faq-item-name:hover {
	color: #be2f31;
}

.faq-item-text {
	position: relative;
	width: 100%;
	display: none;
}

.faq-item-text .text {
	position: relative;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	max-height: 90px;
	overflow: auto;
}

@media (min-width:1460px) and (max-width: 1659px) {
	.video-list {
		margin-left: -12px;
		margin-right: -12px;
		padding-bottom: 28px;
	}

	.video-list-item {
		width: 33.333333%;
		padding: 0 12px;
		margin-bottom: 28px;
	}

	.video-list-item .item-body {
		padding: 16px 18px;
	}

	.video-list-item .item-body .item-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 34px;
	}

	.video-list-item .item-body .item-desc {
		font-size: 16px;
		font-size: 1.6rem;
		margin-top: 8px;
		line-height: 30px;
		height: 60px;
	}

	.faq-list {
		padding-bottom: 28px;
		margin-top: -24px;
		margin-left: -12px;
		margin-right: -12px;
	}

	.faq-list .faq-item {
		width: 50%;
		padding: 0 12px;
	}

	.faq-item .item-box {
		padding: 19px 0;
	}

	.faq-item-name {
		font-size: 21px;
		font-size: 2.1rem;
		line-height: 32px;
		padding: 7px 0;
		padding-right: 32px;
	}

	.faq-item-name::before {
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}

	.faq-item-text .text {
		font-size: 16px;
		line-height: 28px;
		max-height: 84px;
	}
}

@media (min-width:1260px) and (max-width: 1459px) {
	.video-list {
		margin-left: -8px;
		margin-right: -8px;
		padding-bottom: 24px;
	}

	.video-list-item {
		width: 33.333333%;
		padding: 0 8px;
		margin-bottom: 24px;
	}

	.video-list-item .item-body {
		padding: 14px 16px;
	}

	.video-list-item .item-body .item-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.video-list-item .item-body .item-desc {
		font-size: 16px;
		font-size: 1.6rem;
		margin-top: 8px;
		line-height: 28px;
		height: 56px;
	}

	.faq-list {
		padding-bottom: 24px;
		margin-top: -20px;
		margin-left: -8px;
		margin-right: -8px;
	}

	.faq-list .faq-item {
		width: 50%;
		padding: 0 8px;
	}

	.faq-item .item-box {
		padding: 19px 0;
	}

	.faq-item-name {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 32px;
		padding: 7px 0;
		padding-right: 30px;
	}

	.faq-item-name::before {
		width: 26px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}

	.faq-item-text .text {
		font-size: 16px;
		line-height: 28px;
		max-height: 84px;
	}
}

@media (min-width:992px) and (max-width: 1259px) {
	.video-list {
		margin-left: -16px;
		margin-right: -16px;
		padding-bottom: 24px;
	}

	.video-list-item {
		width: 50%;
		padding: 0 16px;
		margin-bottom: 24px;
	}

	.video-list-item .item-body {
		padding: 14px 16px;
	}

	.video-list-item .item-body .item-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 32px;
	}

	.video-list-item .item-body .item-desc {
		font-size: 15px;
		font-size: 1.5rem;
		margin-top: 6px;
		line-height: 26px;
		height: 52px;
	}

	.faq-list {
		padding-bottom: 20px;
		margin-top: 0px;
		margin-left: -8px;
		margin-right: -8px;
	}

	.faq-list .faq-item {
		width: 100%;
		padding: 0 8px;
	}

	.faq-item .item-box {
		padding: 12px 0;
	}

	.faq-item-name {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
		padding: 6px 0;
		padding-right: 30px;
	}

	.faq-item-name::before {
		width: 26px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}

	.faq-item-text .text {
		font-size: 15px;
		line-height: 26px;
		max-height: none;
	}
}

@media (max-width: 991px) {
	.video-list {
		margin-left: -8px;
		margin-right: -8px;
		padding-bottom: 20px;
	}

	.video-list-item {
		width: 50%;
		padding: 0 8px;
		margin-bottom: 20px;
	}

	.video-list-item .item-body {
		padding: 14px 15px;
	}

	.video-list-item .item-body .item-title {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 30px;
	}

	.video-list-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 6px;
		line-height: 24px;
		height: 48px;
	}

	.faq-list {
		padding-bottom: 20px;
		margin-top: 0px;
		margin-left: -8px;
		margin-right: -8px;
	}

	.faq-list .faq-item {
		width: 100%;
		padding: 0 8px;
	}

	.faq-item .item-box {
		padding: 10px 0;
	}

	.faq-item-name {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
		padding: 6px 0;
		padding-right: 30px;
	}

	.faq-item-name::before {
		width: 26px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}

	.faq-item-text .text {
		font-size: 14px;
		line-height: 24px;
		max-height: none;
	}
}

@media (max-width: 480px) {
	.video-list {
		margin-left: -6px;
		margin-right: -6px;
		padding-bottom: 20px;
	}

	.video-list-item {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 20px;
	}

	.video-list-item .item-body {
		padding: 12px 15px;
	}

	.video-list-item .item-body .item-title {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 28px;
	}

	.video-list-item .item-body .item-desc {
		font-size: 14px;
		font-size: 1.4rem;
		margin-top: 6px;
		line-height: 24px;
		height: 48px;
	}
}

/* ****************** application ****************** */

.page-app {
	position: relative;
	padding: 52px 0 6.25%;
}

.app-list {
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	transition: all .5s;
	padding-bottom: 31px;
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap;
}

.app-list-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin-bottom: 40px;
	padding: 0 15px;
}

.app-list-item .item-box {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.app-list-item .item-pic {
	position: relative;
	width: 100%;
	text-align: center;
}

.app-list-item .item-pic img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.app-list-item .item-body {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	padding: 22px;
	background: rgba(18, 71,53, .8);
}

.app-list-item .item-body .item-title {
	line-height: 36px;
	font-size: 1.8rem;
	color: #FFFFFF;
	text-align: center;
	font-family:Poppins;
}

.app-list-item .item-body .item-title a {
	color: #fff;
}

.app-list-item .item-body .item-body-hover {
	position: relative;
	width: 100%;
	display: none;
	transition: all .5s;
}

.app-list-item .item-body .item-desc {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 18px;
}

.app-list-item .item-body .item-desc a {
	color: #fff;
}

.app-list-item .item-body .item-btn {
	position: relative;
	margin-top: 20px;
}

.app-list-item .item-body .item-btn .btnn {
	font-size: 18px;
	font-family: Poppins-Bold;
	line-height: 24px;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
}

.app-list-item .item-box:hover .item-body {
	padding: 44px 44px 50px;
	display: none;
}

.app-list-item .item-box:hover .item-body .item-title {
	text-align: left;
}

.app-list-item .item-box:hover .item-body .item-body-hover {
	display: block;
}

.app-list-item .item-body .item-title a:hover, .app-list-item .item-body .item-desc a:hover, .app-list-item .item-body .item-btn a.btnn:hover {
	color: #dcdcdc;
}

.app-list-item .item-box:hover .item-body-hover {
	display: block;
}

.app-list-item .item-body-hover {
	position: absolute;
	width: 100%;
	transition: all .5s;
	bottom: -100%;
	display: block;
	left: 0;
	right: 0;
}

.app-list-item .item-box:hover .item-body-hover {
	top: auto;
	bottom: 0;
}

.app-list-item .item-box:hover .item-body-hover .item-title {
	text-align: left;
}

@media screen and (max-width: 1659px) {
	.page-app {
		padding: 46px 0 6.25%;
	}

	.app-list {
		padding-bottom: 28px;
		margin-left: -12px;
		margin-right: -12px;
	}

	.app-list-item {
		width: 50%;
		margin-bottom: 26px;
		padding: 0 12px;
	}

	.app-list-item {
		margin-bottom: 24px;
	}

	.app-list-item .item-body {
		padding: 20px;
	}

	.app-list-item .item-body .item-title {
		line-height: 34px;
		font-size: 22px;
	}

	.app-list-item .item-body .item-desc {
		font-size: 16px;
		line-height: 30px;
		margin-top: 16px;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 18px;
	}

	.app-list-item .item-body .item-btn .btnn {
		font-size: 18px;
		line-height: 24px;
	}

	.app-list-item .item-box:hover .item-body {
		padding: 40px 36px 44px;
	}
}

@media screen and (max-width: 1459px) {
	.page-app {
		padding: 40px 0 6.25%;
	}

	.app-list {
		padding-bottom: 24px;
		margin-left: -8px;
		margin-right: -8px;
	}

	.app-list-item {
		width: 50%;
		margin-bottom: 22px;
		padding: 0 8px;
	}

	.app-list-item .item-body {
		padding: 18px;
	}

	.app-list-item .item-body .item-title {
		line-height: 30px;
		font-size: 20px;
	}

	.app-list-item .item-body .item-desc {
		font-size: 16px;
		line-height: 28px;
		margin-top: 8px;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 12px;
	}

	.app-list-item .item-body .item-btn .btnn {
		font-size: 16px;
		line-height: 24px;
	}

	.app-list-item .item-box:hover .item-body {
		padding: 32px 28px 36px;
	}
}

@media screen and (max-width: 1259px) {
	.page-app {
		padding: 36px 0 6.25%;
	}

	.app-list {
		padding-bottom: 20px;
		margin-left: -5px;
		margin-right: -5px;
	}

	.app-list-item {
		width: 50%;
		margin-bottom: 18px;
		padding: 0 5px;
	}

	.app-list-item .item-body {
		padding: 15px;
	}

	.app-list-item .item-body .item-title {
		line-height: 28px;
		font-size: 18px;
	}

	.app-list-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 8px;
	}

	.app-list-item .item-body .item-btn .btnn {
		font-size: 15px;
		line-height: 22px;
	}

	.app-list-item .item-box:hover .item-body {
		padding: 24px 20px 30px;
	}
}

@media(max-width: 991px) {
	.page-app {
		padding: 30px 0 6.25%;
	}

	.app-list {
		padding-bottom: 18px;
		margin-left: -5px;
		margin-right: -5px;
	}

	.app-list-item {
		width: 50%;
		margin-bottom: 16px;
		padding: 0 5px;
	}

	.app-list-item .item-body {
		padding: 15px;
	}

	.app-list-item .item-body .item-title {
		line-height: 28px;
		font-size: 16px;
	}

	.app-list-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 10px;
	}

	.app-list-item .item-body .item-btn .btnn {
		font-size: 14px;
		line-height: 22px;
	}

	.app-list-item .item-box:hover .item-body {
		padding: 20px 15px 24px;
	}
}

@media (max-width: 767px) {
	.page-app {
		padding: 24px 0 6%;
	}

	.app-list {
		padding-bottom: 18px;
		margin-left: -5px;
		margin-right: -5px;
	}

	.app-list-item {
		width: 50%;
		margin-bottom: 16px;
		padding: 0 5px;
	}

	.app-list-item .item-body {
		padding: 12px 24px 16px;
		position: relative;
	}

	.app-list-item .item-body .item-title {
		line-height: 28px;
		font-size: 16px;
	}

	.app-list-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 10px;
	}

	.app-list-item .item-body .item-btn .btnn {
		font-size: 14px;
		line-height: 22px;
	}

	.app-list-item .item-box .item-body {
		padding: 12px 24px 16px;
	}

	.app-list-item .item-box .item-body .item-title {
		text-align: left;
	}

	.app-list-item .item-box .item-body .item-body-hover {
		display: block;
	}
}

@media (max-width: 520px) {
	.page-app {
		padding: 24px 0 5.75%;
	}

	.app-list {
		padding-bottom: 18px;
		margin-left: -5px;
		margin-right: -5px;
	}

	.app-list-item {
		width: 100%;
		margin-bottom: 16px;
		padding: 0 5px;
	}

	.app-list-item .item-body {
		padding: 12px 15px 16px;
		position: relative;
	}

	.app-list-item .item-body .item-title {
		line-height: 28px;
		font-size: 16px;
	}

	.app-list-item .item-body .item-desc {
		font-size: 14px;
		line-height: 24px;
		margin-top: 6px;
	}

	.app-list-item .item-body .item-btn {
		margin-top: 10px;
	}

	.app-list-item .item-body .item-btn .btnn {
		font-size: 14px;
		line-height: 22px;
	}

	.app-list-item .item-box .item-body {
		padding: 12px 15px 16px;
	}

	.app-list-item .item-box .item-body .item-title {
		text-align: left;
	}

	.app-list-item .item-box .item-body .item-body-hover {
		display: block;
	}
}

@media (max-width: 370px) {
	.app-list-item {
		width: 100%;
	}
}

.tankaung {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #000;
	background: rgba(0,0,0,0.5);
	display: none;
	z-index: 9999999999
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
}

.tankaungn2 iframe,.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}

.famain {
	padding-top: 70px;
	padding-bottom: 90px;
}

.top {
	width: 45px;
	height: 45px;
	margin: auto;
	background: #be2f31;
	border-radius: 16px 0px 16px 0px;
	cursor: pointer;
	position: fixed;
	right: 20px;
	bottom: -100px;
	color: #fff;
	font-size: 20px !important;
	text-align: center;
	line-height: 45px;
	transition: 0.9s;
	z-index: 999;
	-webkit-animation-name: top;
	animation-name: top;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.bottom {
	bottom: 80px;
}

.top:hover {
	border-radius: 0px 16px 0px 16px;
}

@media screen and (max-width:767px) {
	.top {
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 10px 0px 10px 0px;
		right: 0px;
		bottom: 80px;
	}

	.fotag {
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	.tankaungn2 {
		position: fixed;
		left: 5%;
		top: 15%;
		right: 5%;
		bottom: 15%;
	}
}

@font-face {
	font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
   
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: "iconfont"; 
  src: url('../fonts/iconfont.woff2') format('woff2'),
       url('../fonts/iconfont.woff') format('woff'),
       url('../fonts/iconfont.ttf') format('truetype');
}

@font-face {
	font-family: "iconfont"; 
  src: url('../fonts/iconfont.woff2') format('woff2'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype'),
		url('../fonts/iconfont.svg') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-a-youtube1:before {
	content: "\e529";
}

.icon-a-dianhua11:before {
	content: "\e528";
}

.icon-jiantou_youxia:before {
	content: "\e527";
}

.icon-notepad:before {
	content: "\e526";
}

.icon-a-dianhua1:before {
	content: "\e525";
}

.icon-rili:before {

}

.icon-dianhua1:before {
	content: "\e523";
}

.icon-a-youxiang1:before {
	content: "\e522";
}

.icon-yunxiazai_o:before {
	content: "\e521";
}

.icon-a-danjiantouchangjiantouzuo:before {
	content: "\e519";
}

.icon-changjiantou:before {
	content: "\e520";
}

.icon-a-danjiantouchangjiantouyou:before {
	content: "\e518";
}

.icon-xiazai:before {
	content: "\e517";
}

.icon-a-xiazai1:before {
	content: "\e516";
}

.icon-weibo:before {
	content: "\e515";
}

.icon-yuyan:before {
	content: "\e514";
}

.icon-duoqiyingxiang:before {
	content: "\e513";
}

.icon-a-weibo1:before {
	content: "\e512";
}

.icon-upload-cloud-2-line:before {
	content: "\e511";
}

.icon-a-lianjie1:before {
	content: "\e510";
}

.icon-daohang:before {
	content: "\e509";
}

.icon-a-rightlinefill-line:before {
	content: "\e508";
}

.icon-lianjie:before {
	content: "\e507";
}

.icon-send-plane-line:before {
	content: "\e506";
}

.icon-b2b-close:before {
	content: "\e505";
}

.icon-jiantou_youshang:before {
	content: "\e504";
}

.icon-dianhua:before {
	content: "\e501";
}

.icon-tik_tok:before {
	content: "\e502";
}

.icon-phone-Fill:before {
	content: "\e503";
}

.icon-twitter-new2:before {
	content: "\e800";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-twitter3:before {
	content: "\e7fd";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-top2:before {
	content: "\e637";
}

.icon-shangchuan:before {
	content: "\e602";
}

.icon-sousuo4:before {
	content: "\e610";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-up7:before {
	content: "\e722";
}

.icon-bottom7:before {
	content: "\e723";
}

.icon-left7:before {
	content: "\e724";
}

.icon-right7:before {
	content: "\e725";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-vk:before {
	content: "\e735";
}

.icon-jia2:before {
	content: "\e608";
}

.icon-jian2:before {
	content: "\e600";
}

.icon-home:before {
	content: "\e624";
}

.icon-edit:before {
	content: "\e611";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-twitter:before {
	content: "\e607";
}

.icon-bigger:before {
	content: "\e647";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-up1:before {
	content: "\e72e";
}

.icon-bottom1:before {
  
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-up:before {
	content: "\e73e";
}

.icon-bottom:before {
	content: "\e73f";
}

.icon-instagram:before {
	content: "\e79d";
}

.icon-tumblr:before {
	content: "\e79e";
}

.icon-download:before {
	content: "\e7a0";
}

.icon-download1:before {
	content: "\e7a7";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-contact:before {
	content: "\e7be";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-fax:before {
	content: "\e7c2";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-phone:before {
	content: "\e7c8";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-phone1:before {
	content: "\e7cb";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-contact1:before {
	content: "\e7c4";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-qq:before {
	content: "\e7ce";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-message:before {
	content: "\e7da";
}

.icon-calendar:before {
	content: "\e7e1";
}

.icon-calendar1:before {
	content: "\e7e3";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-youbian:before {
	content: "\e60f";
}

.lang-img {
	background: url(../images/lang.png)  no-repeat;
}

.en {
	height: 16px;
	width: 24px;
	background-position: 0 -848px;
}

.sec1-list-item .item-box a {
	color: #116AAF;
}

.lang-imgen {
	height: 16px;
	width: 24px;
	background: url(../images/English.jpg)  no-repeat;
}

.lang-imgenglish {
	height: 16px;
	width: 24px;
	background: url(../images/English.jpg)  no-repeat;
}

.lang-imgspanish {
	height: 16px;
	width: 24px;
	background: url(../images/Spanish.jpg)  no-repeat;
}

.lang-imgarabic {
	height: 16px;
	width: 24px;
	background: url(../images/Arabic.jpg)  no-repeat;
}

.lang-imgchinese_simplified {
	height: 16px;
	width: 24px;
	background: url(../images/chinese_simplified.jpg)  no-repeat;
}

.lang-imgrussian {
	height: 16px;
	width: 24px;
	background: url(../images/russian.jpg)  no-repeat;
}

.lang-imgportuguese {
	height: 16px;
	width: 24px;
	background: url(../images/portuguese.jpg)  no-repeat;
}

.lang-imgfrench {
	height: 16px;
	width: 24px;
	background: url(../images/french.jpg)  no-repeat;
}

.lang-imggerman {
	height: 16px;
	width: 24px;
	background: url(../images/german.jpg)  no-repeat;
}

.lang-imgturkish {
	height: 16px;
	width: 24px;
	background: url(../images/turkish.jpg)  no-repeat;
}

.lang-imgindonesian {
	height: 16px;
	width: 24px;
	background: url(../images/indonesian.jpg)  no-repeat;
}

.lang-imgthai {
	height: 16px;
	width: 24px;
	background: url(../images/thain.jpg)  no-repeat;
}

.lang-imgvietnamese {
	height: 16px;
	width: 24px;
	background: url(../images/vietnamese.jpg)  no-repeat;
}

.en {
	height: 16px;
	width: 24px;
	background: url(../images/English.jpg)  no-repeat;
}

.english {
	height: 16px;
	width: 24px;
	background: url(../images/Spanish.jpg)  no-repeat;
}

.spanish {
	height: 16px;
	width: 24px;
	background: url(../images/Spanish.jpg)  no-repeat;
}

.arabic {
	height: 16px;
	width: 24px;
	background: url(../images/Arabic.jpg)  no-repeat;
}

.chinese_simplified {
	height: 16px;
	width: 24px;
	background: url(../images/chinese_simplified.jpg)  no-repeat;
}

.Russian {
	height: 16px;
	width: 24px;
	background: url(../images/russian.jpg)  no-repeat;
}

.portuguese {
	height: 16px;
	width: 24px;
	background: url(../images/portuguese.jpg)  no-repeat;
}

.french {
	height: 16px;
	width: 24px;
	background: url(../images/french.jpg)  no-repeat;
}

.german {
	height: 16px;
	width: 24px;
	background: url(../images/german.jpg)  no-repeat;
}

.turkish {
	height: 16px;
	width: 24px;
	background: url(../images/turkish.jpg)  no-repeat;
}

.indonesian {
	height: 16px;
	width: 24px;
	background: url(../images/indonesian.jpg)  no-repeat;
}

.thai {
	height: 16px;
	width: 24px;
	background: url(../images/thain.jpg)  no-repeat;
}

.vietnamese {
	height: 16px;
	width: 24px;
	background: url(../images/vietnamese.jpg)  no-repeat;
}

.sec1-menu-item .item-title:hover {
	background: #be2f31;
	color: #fff;
}


.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex_wrap {
    -webkit-box-pack: wrap;
    -ms-flex-pack: wrap;
    -webkit-justify-content: wrap;
    flex-wrap: wrap;
}

.flex_j-s-b {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.list .item {
    width: 32%;
    position: relative;
    background: #efefef;
}


.list .item .ico {
    top: -2.75em;
    width: 5.25em;
    height: 5.25em;
}

.list .item .ico {
    position: absolute;
    left: 50%;
    top: -3.75em;
    width: 6.25em;
    height: 6.25em;
    margin-left: -3.125em;
    border-radius: 50%;
    background: #be2f31;
    padding: 1.5625em;
}

.list .item .ico img {
    width: 100%;
    height: 100%;
}

.list .item .txt {
    padding: 4em 3em;
    text-align: center;
}

.list .item .txt .tit {
    font-size: 2.2rem;
    margin-top: 0.2em;
    font-weight: 600;
}

.list .item .txt .info {
    padding-top: 1em;
}

.list .item .txt .info p {
    font-size: 1.8rem;
}


 @media screen and (max-width:1030px) {
    
    .unders_detail {
        padding: 0 3%;
        font-size: 1.3rem;
    }
    
    .unders_list {
        width: 100%;
        display: flex;
        margin-bottom: 5%;
    }
    
    .unders {
        width: 100%;
        height: auto;
        margin-top: 3%;
    }
    
    .tops {
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 2.8rem;
        font-family: "Poppins-Bold", Serif;
    } 
     
    .neiye_content_contact_top_list {
        width:100%;
        overflow: hidden;
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0 0 1.8em 0.3em rgb(0 0 0 / 10%);
        padding: 3%;
        margin-bottom:3%;
        
    }
     
    .neiye_content_contact_top {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
     
    .list {
        padding-bottom: 0;
    }
    
    .list .item {
        margin-top:15%;
    }
    
    
    .list .item {
        width: 100%;
        font-size: 0.875em;
    }
    
    
    .list .item .ico {
    }
    
    .list .item .ico img {
        width: 100%;
        height: 100%;
    }
    
    
   .list .item .txt {
        text-align: center;
    }
    
    .txt {
        margin-bottom: 2.75em;
    }
    
    .list .item .txt .tit {
        font-size: 2em;
        font-weight: 600;
        margin-bottom: 0.5em;
        text-align: center;
        line-height: 1.3;
    }
    
    .list .item .txt .info {
        padding-top: 1.6rem;
    }
    
    .list .item .txt .info p {
        font-size: 1.6rem;
        line-height: 1.25;
    }
}


 @media screen and (min-width:1031px) {
    .unders_detail {
        padding: 0 3%;
        font-size: 1.8rem;
    }
    
    .unders_list img{
        margin-top:5px;
    }
     
     .unders_list {
        width: 100%;
        display: flex;
        margin-bottom: 5%;
    }
     
    .unders {
        width: 100%;
        height: auto;
        margin-top: 3%;
    }
     
    .tops {
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 2.8rem;
        font-family: "Poppins-Bold", Serif;
    }
     
    .neiye_content_contact_top_list {
        width: 100%;
        overflow: hidden;
        background: #ffffff;
        margin:0 auto;
        border-radius: 20px;
        box-shadow: 0 0 1.8em 0.3em rgb(0 0 0 / 10%);
        padding: 3%;
    }
     
    .neiye_content_contact_top {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }
     
     .contact-top {
        position: relative;
        width: 100%;
        padding-top:8%;
    }
    
    .map{
        height:500px;
    }
    
  
    
    
 .service_list {
	width: 100%;
	height: auto;
	display: flex;

}

.service_list_left {
	width: 60%;
	height: auto;
	padding: 3% 0;
}

.service_list_left_big_title {
font-size: 3.4rem;
    font-weight: 600;
    font-family: 'Poppins';
    color: #333333;
    line-height: 1.2;
}

.service_lines {
	width: 80px;
	height: 2px;
	background: #333;
	margin-top: 3%;
}

.service_list_left_remarks {
	font-size: 1.3em;
	line-height: 1.4;
	    padding: 3% 4% 3% 0;
	color: #666;
}


.service_list_right {
	width: 40%;
	height: auto;
}

.service_list_right img {
	width: 100%;
}

.service_list_left_more a {
	display: block;
	margin-bottom: 25px;
	white-space: break-spaces;
	margin-right: 16px;

	padding: 8px 36px !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
	max-width: 440px;
	font-size: 1.6rem;
	background: #be2f31;
	color: #ffffff;
	margin-top: 4%;
}
.service_list_left_more a:hover {
    background: #be2f31;
    
}


.mobile_service {
	display: none;
}

.service_detail {
	width: 100%;
	height: auto;
}

.service_detail_top {
	width: 100%;
	height: auto;
	padding: 5% 0;
}

.service_detail_top_title {
	font-size: 3.4rem;
	font-weight: 600;
	font-family: Poppins;
}

.service_detail_top_remark {
	font-size: 1.6rem;
	line-height: 1.3;
	margin-top: 2%;
}

.detaillist {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.detaillist_left {
	width: 40%;
	height: auto;
}

.detaillist_left img {
	width: 100%;
}

.detaillist_right {
	width: 60%;
	height: auto;
	padding: 0 2%;
}

.detaillist_right_title {
	font-size: 2.2rem;
	font-weight: bold;
}

.detaillist_right_remark {
	font-size: 1.5rem;
	line-height: 1.3;
	margin-top: 2%;
}

.detaillist_liebiao {
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 2% 0;
}
    
    
 }
 
 
  @media screen and (max-width:1030px) {
 
    .pc_servicelist {
		display: none;
	}

	.mobile_service {
		width: 100%;
		display: block;

	}

	.service_list {
		width: 100%;
		height: auto;
		display: flex;
		padding: 2% 0;
		flex-wrap: wrap;
	}

	.service_list_left {
		width: 100%;
		height: auto;
		padding: 5% 3%;
	}

	.service_list_left_big_title {
		font-size: 2rem;
		font-weight: bold;
	}

	.service_lines {
		width: 80px;
		height: 2px;
		background: #333;
		margin-top: 2%;
	}

	.service_list_left_remarks {
	    color: #666;
		font-size: 1.6rem;
		line-height: 1.3;
		padding: 2% 0;
	}

	.service_list_right {
		width: 100%;
		height: auto;
		padding: 0 2%;
	}

	.service_list_right img {
		width: 100%;
	}

	.service_list_left_more a {
		display: block;
		margin-bottom: 25px;
		white-space: break-spaces;
		margin-right: 16px;

		padding: 10px 10px !important;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 130px;
		max-width: 440px;
		font-size: 1.6rem;
		background: #be2f31;
		color: #ffffff;
		margin-top: 5%;
	}

  }
 