/*common start*/
html,
body {
	width: 100%;
	height: 100%;
}

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input,
button,
textarea,
dl,
dt {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
	font-family: normal;
	font-weight: normal;
}

body {
	font-size: 14px;
	color: #111;
	overflow-x: hidden;
}

a img {
	border: 0;
}

em {
	font-style: normal;
}
strong {
font-weight:bold;
}
a {
	text-decoration: none;
	color: #333;
	transition: all .3s;
}

* {
	box-sizing: border-box;
}

input,
textarea {
	outline: none;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

*::-webkit-scrollbar {
	width: 3px;
	border-radius: 1.5px;
}

*::-webkit-scrollbar-button {
	display: none;
}

*::-webkit-scrollbar-track {
	background-color: #eee;
}

*::-webkit-scrollbar-thumb {
	background-color: #666;
}

.wapper {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.wapper1 {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
	box-sizing: border-box;
}

@media only screen and (min-width: 1200px) {
	.wapper {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.wapper1 {
		width: 1420px;
		max-width: 100%;
		margin: 0 auto;
	}
}

/* 轮播图通用 */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
}

.overflow1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
}

.overflow2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.overflow3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


:root {
    --main-color: #076ce0;
    --white: #fff;
    --main-color-white: #fff;
    --red: #d63530;
    --black: #000;
    --c666: #666;
    --main-transition: all 500ms ease;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.mainFull {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mainFull .fullSwiper .swiper-wrapper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fullSwiper {
	width: 100%;
	height: 100%;
}

.mainFull .swiper-pagination-bullet {
	background: #8c8c8c;
	opacity: 0.9;
	position: relative;
}

.mainFull .swiper-pagination-bullet-active:after {
	content: "";
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 100%;
}

.mainFull .swiper-pagination-bullet:nth-child(1):before,
.mainFull .swiper-pagination-bullet:nth-child(2):before,
.mainFull .swiper-pagination-bullet:nth-child(3):before,
.mainFull .swiper-pagination-bullet:nth-child(4):before {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font: 16px arial;
	color: #8c8c8c;
	text-transform: uppercase;
}

.mullPage {
	right: 2% !important;
}

.mullPage .swiper-pagination {
	z-index: 9;
}

.mullPage .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 15px auto !important;
	transition: 0.3s;
}

.mullPage .swiper-pagination-bullet:last-child {
	opacity: 0;
}

.mullPage .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.6);
}

.mullPage .swiper-pagination-bullet:hover {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 0.6);
}

.footerbox {
	height: auto !important;
	width: 100%;
}


.index1box {
	width: 100%;
	display: block !important;
}

/* 头部 */
.headerbox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
	padding-top: 23px;
}

.headerbox .header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .logo img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
	max-height: 45px;
}

.header_right {
	display: flex;
	align-items: center;
}

.menu_btn {
	width: 31px;
	height: 22px;
	background: url(../images/toggle.png) center center no-repeat;
	border: none;
	outline: none;
	position: relative;
	margin-right: 20px;
	cursor: pointer;
}

.menu_btn:after {
	content: "MENU";
	font: 16px arial;
	color: var(--white);
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
}

.search_btn {
	background-color: transparent;
	width: 27px;
	height: 25px;
	background: url(../images/search.png) center center no-repeat;
	transition: var(--main-transitions);
	cursor: pointer;
}

.searchbox {
	line-height: normal;
	position: fixed;
	top: 0;
	left: 0;
	background: var(--white);
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
}

.searchbox .search {
	position: absolute;
	top: 45%;
	left: 50%;
	width: 60%;
	margin-left: -30%;
}

.searchbox .search input[type="text"] {
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	font-size: 24px;
	color: #000;
	padding: 10px 0;
}

.searchbox .search .close {
	width: 30px;
	height: 30px;
	background: url(../images/close.png) no-repeat;
	position: absolute;
	right: 25px;
	top: 15px;
	cursor: pointer;
}

.search_btn.on {
	margin-right: 270px;
}

.menubox {
	position: fixed;
	right: -270px;
	top: 0;
	padding-top: 40px;
	width: 270px;
	height: 100%;
	background-color: #333;
	overflow: auto;
	transition: var(--main-transitions);
	z-index: 999;
}

.menubox.on {
	right: 0;
}

.menubox ul li {
	padding: 0 15px;
	text-align: left;
}

.menubox ul li a {
	display: block;
	font: 18px/40px arial;
	color: var(--white);
	text-transform: uppercase;
}

.menubox ul li dl dd a {
	display: block;
	font: 16px/35px arial;
	color: var(--white);
	padding-left: 15px;
	text-transform: capitalize;
}

.search_box2 {
	padding: 15px;
}

.search_box2 input {
	width: 80%;
	height: 40px;
	border: none;
	font: 16px arial;
	color: #000;
	padding-left: 15px;
}

.search_box2 form {
	display: flex;
	align-items: center;
}

.search_box2 button {
	width: 20%;
	height: 40px;
	border: none;
	background-color: #004391;
}

.search_box2 button i {
	font-size: 18px;
	color: var(--white);
}

.languagebox {
	padding: 10px;
}

.languagebox .title {
	font: 18px arial;
	color: var(--white);
	text-transform: uppercase;
	margin-bottom: 15px;
}

.languagebox .link {
	display: flex;
	justify-content: space-around;
}

.languagebox .link a {
	font: 16px arial;
	color: var(--white);
	padding-left: 40px;
}



/* banner */
.bannerbox {
	width: 100%;
	position: fixed;
	height: 100%;
}

.bannerbox .mySwiper1 {
	width: 100%;
	height: 100%;
}

.bannerbox .mySwiper1 .swiper-slide {
	display: block;
	font-size: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

.bannerbox .mySwiper1 .swiper-slide img {
	width: 100%;
}

.bannerbox .mySwiper1 .prev_btn {
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 5%;
	width: 20px;
	text-align: center;
	margin-top: -25px;
	vertical-align: middle;
	cursor: pointer;
	color: white;
}

.bannerbox .mySwiper1 .next_btn {
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 5%;
	width: 20px;
	text-align: center;
	margin-top: -25px;
	vertical-align: middle;
	cursor: pointer;
	color: white;
}

.bannerbox .mySwiper1 .prev_btn img,
.bannerbox .mySwiper1 .next_btn img {
	width: 100%;
}

.bannerbox .mySwiper1 .swiper-slide .inner {
	position: absolute;
	max-width: 540px;
	width: 100%;
	left: 10%;
	top: 50%;
	text-align: left;
	transform: translateY(-50%);
}

.bannerbox .mySwiper1 .swiper-slide .inner h1 {
	font-size: 48px;
	font-weight: bold;
	color: var(--white);
	text-transform: uppercase;
}

.bannerbox .mySwiper1 .swiper-slide .inner p {
	font-size: 24px;
	line-height: 46px;
	font-family: Arial, Helvetica, sans-serif;
	color: var(--white);
	text-transform: uppercase;
	padding-bottom: 30px;
	position: relative;
}

    .bannerbox .mySwiper1 .swiper-slide .inner p:after {
        content: "";
        position: absolute;
        width: 69px;
        height: 3px;
        background: var(--main-color);
        left: 0;
        bottom: 0;
    }

.lan {
	display: block;
	position: absolute;
	z-index: 999;
	width: 51px;
	height: 32px;
	border: 1px solid var(--white);
	right: 60px;
	bottom: 70px;
	font: 16px/30px arial;
	color: var(--white);
	text-align: center;
	transition: 300ms;
}

.lan:hover {
	background: var(--white);
	color: #333;
}

.video_tc{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	bottom: 0;
	background-color: rgb(0, 0, 0,0.7);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 99;
}
.video_tc.active{
	display: flex;
}

.video_tc .video{
	width: 60%;
	padding: 50px 0;
	box-sizing: border-box;
	position: relative;
	background-color: #000;
}
.video_tc .video .close{
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.video_tc .video .close i{
	font-style: normal;
}
.video_tc .video video{
	width: 100%;
	max-height: 500px;
	object-fit: contain;
}
.video_tc .video .icon5{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	transform: translate(-50%,-50%);
	z-index: 9;
	cursor: pointer;
}


/* index2 */
.index2box {
	width: 100%;
	display: block !important;
	height: 100%;
}

.index2_topbox {
	padding: 15px;
	width: 100%;
	height: 25%;
}

.mySwiper_top2 .swiper-wrapper .swiper-slide a {
	display: block;
	width: 100%;
	padding: 10px 0;
	border-bottom: 4px solid transparent;
}

    .mySwiper_top2 .swiper-wrapper .swiper-slide a:hover {
        border-bottom: 4px solid var(--main-color);
    }

.mySwiper_top2 .swiper-wrapper .swiper-slide a .imgbox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

.mySwiper_top2 .swiper-wrapper .swiper-slide a .imgbox img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
	max-height: 150px;
}

.mySwiper_top2 .swiper-wrapper .swiper-slide a .textbox {
	font: 20px arial;
	color: var(--black);
	text-transform: uppercase;
	margin-top: 18px;
}

.index2_botbox {
	width: 100%;
	margin: 0 auto;
	height: 75%;
}

.index2_botbox .index2_bot {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}

.index2_botbox .index2_bot .index2_bot_left {
	width: 50%;
	height: 100%;
	background: var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;

}

.index2_bot_left .inner_text {
	max-width: 800px;
	width: 100%;
	padding-left: 15px;
	text-align: left;
}

.index2_bot_left .inner_text h1 {
	font: 34px arial;
	color: var(--white);
	text-transform: uppercase;
	padding-top: 30px;
	position: relative;
	margin-bottom: 10px;
}

.index2_bot_left .inner_text p {
	font: 18px/36px arial;
	color: var(--white);
	margin-bottom: 50px;
}

.index2_bot_left .inner_text a {
	display: block;
	width: 121px;
	height: 37px;
	background: black;
	font: 16px/37px arial;
	color: var(--white);
	text-align: center;
	text-transform: uppercase;
}

.index2_bot_right {
	width: 50%;
	height: 100%;
}

.index2_bot_right img {
	width: 100%;
	height: 100%;
	object-fit: contain !important;
}



/* index3 */
.index3box {
	width: 100%;
	height: 100%;
}

.index3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.index3_item {
	width: 33.33%;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
}

.index3_item .imgbox {
	width: 100%;
	font-size: 0;
}

.index3_item .imgbox img {
	width: 100%;
}

.index3_item .title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.index3_item:nth-child(2) .title {
	margin-bottom: 30px;
	margin-top: 0;
}

.index3_item .title h3 {
	font: bold 34px arial;
	color: var(--black);
	text-transform: uppercase;
	margin-top: 5px;
}

    .index3_item .title a {
        display: block;
        width: 42px;
        height: 42px;
        border-radius: 100%;
        border: 2px solid var(--main-color);
        text-align: center;
    }

        .index3_item .title a i {
            font-size: 30px;
            color: var(--main-color);
            line-height: 37px;
        }



/* index4 */
.index4 h1 {
	font: bold 36px arial;
	color: var(--black);
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 25px;
	position: relative;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

    .index4 h1:after {
        content: "";
        position: absolute;
        width: 90px;
        height: 3px;
        background: var(--main-color);
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 0;
    }

.index4_content {
	box-sizing: border-box;
	width: 100%;
}

.index4_content ul li {
	width: 100%;
	transition: 300ms;
	padding: 50px 0;
}

.index4_content ul li:hover {
	background: var(--main-color);
}

.index4_content ul li .li_inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 80%;
	margin: 0 auto;
}

.index4_content ul li .imgbox {
	width: 23%;
}

.index4_content ul li .imgbox img {
	width: 100%;
	height: 100%;
	max-height: 170px;
}

.index4_content ul li .textbox {
	width: 70%;
	padding: 0 70px 0 40px;
	text-align: left;
}

.index4_content ul li .textbox h3 a {
	font: 24px arial;
	color: var(--black);
	margin-bottom: 15px;
	display: block;
}

.index4_content ul li .textbox p {
	font: 16px/36px arial;
	color: var(--c666);
}

.index4_content ul li:hover .textbox h3 a {
	color: var(--white);
}

.index4_content ul li:hover .textbox p {
	color: var(--white);
}

.index4_content ul li .date {
	width: 7%;
	text-align: left;
}

.index4_content ul li .date h3 {
	font: 28px arial;
	color: var(--c666);
	margin-bottom: 10px;
	transition: 300ms;
}

.index4_content ul li .date span {
	font: 20px arial;
	color: #999;
	display: block;
	transition: 300ms;
}

.index4_content ul li:hover .date h3 {
	color: var(--white);
}

.index4_content ul li:hover .date span {
	color: var(--white);
}

.more_btn{width: 100%;text-align: center;margin-top: 50px;}
.more_btn a{display: inline-block;border: 1px solid var(--main-color);text-align: center;font-size: 16px;padding: 15px 25px;border-radius: 50px;color: var(--main-color);}
.more_btn a:hover{background-color: var(--main-color);color: #fff;}



.bottom {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    background: #076ce0;
}

.bottom_left p {
	font: 14px/33px arial;
	color: #b8b8b8;
	margin-bottom: 10px;
}

.bottom_left p a {
	color: #b8b8b8;
}

.bottom_left p a:hover {
	color: #ff0000;
}

.bottom_right ul {
	display: flex;
	align-items: center;
}

.bottom_right ul li {
	width: 33px;
	height: 33px;
	border-radius: 100%;
	border: 1px solid var(--white);
	text-align: center;
	margin-right: 12px;
	transition: 300ms;
}

.bottom_right ul li a {
	display: block;
	width: 100%;
}

.bottom_right ul li a i {
	font-size: 16px;
	line-height: 31px;
	color: var(--white);
}


/* 通用内页 */
.inbannerbox {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 450px;
}

.inbannerbox h1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 60px;
	font-weight: bold;
	color: var(--white);
	text-transform: uppercase;
	padding-bottom: 15px;
	white-space: nowrap;
}

.inbannerbox h1 span {
	color: var(--red);
	font-weight: bold;
}

    .inbannerbox h1:after {
        position: absolute;
        content: "";
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        height: 3px;
        width: 60px;
        background-color: var(--main-color);
    }


.insidebox {
	width: 100%;
	margin: 0 auto;
}

.insidebox .inside {
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
}



/* about */
.about1box {
	padding: 80px 0;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.about1box .about1 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about1_left {
	width: 65%;
	overflow: auto;
	padding-top: 40px;
	padding-right: 25px;
}

.about1_left h1 {
	font: bold 30px arial;
	color: var(--black);
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 95px;
}

    .about1_left h1:after {
        content: "";
        width: 118px;
        height: 6px;
        position: absolute;
        background: var(--main-color);
        left: 0;
        bottom: 0;
    }

.about1_left h1:before {
	content: "";
	width: 246px;
	height: 148px;
	position: absolute;
	left: 50px;
	top: -30px;
	z-index: -1;
	background: url(../images/atitbg.png) center center no-repeat;
}

.about1_left h3 {
	font: bold 28px arial;
	color: var(--black);
	text-transform: uppercase;
	margin-bottom: 35px;
}

.about1_left .desc {
	font: 16px/36px arial;
	color: var(--c666);
	height: 300px;
	overflow: auto;
}

.about1_right {
	width: 35%;
	padding-left: 20px;
}

.about1_right img {
	width: 100%;
}

.about2 {
	padding-top: 50px;
}

.about2 ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.about2 ul li {
	width: 33.33%;
	position: relative;
	display: flex;
	align-items: center;
}

.about2 ul li p {
	font: 16px/25px arial;
	color: var(--c666);
	text-align: right;
	margin-right: 12px;
}

.about2 ul li h2 {
	font-size: 44px;
	color: var(--red);
	font-weight: bold;
	display: inline-block;
}

.about2 ul li:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 30px;
	background: #d5d5d5;
	right: 23%;
	top: 50%;
	transform: translateY(-50%) skew(-30deg);
}

.about2 ul li:last-child:after {
	display: none;
}



.about3box {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
}

.about3box ul {
	display: flex;
	flex-wrap: wrap;
}

.about3box ul li {
	width: 33.33%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about3box ul li .li_inner {
	text-align: center;
}

.about3box ul li .li_inner .imgbox {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about3box ul li .li_inner .imgbox img {
	max-width: 100%;
	width: auto;
}

.about3box ul li .li_inner .textbox {
	width: 100%;
}

.about3box ul li .li_inner .textbox h3 {
	font: 20px arial;
	color: var(--white);
	margin: 35px 0 8px 0;
	text-transform: uppercase;
}

.about3box ul li .li_inner .textbox p {
	font: 18px arial;
	color: var(--white);
}


.about4box {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
}

.about4box .about4 {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.about4box .about4 h1 {
	font: bold 30px arial;
	color: var(--black);
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 85px;
}

.about4box .about4 h1:after {
	content: "";
	position: absolute;
	width: 118px;
	height: 6px;
	background: var(--red);
	left: 0;
	bottom: 0;
}

.about4_content .swiper-wrapper .swiper-slide {
	text-align: left;
}

.about4_content .swiper-wrapper .swiper-slide h3 {
	font: 60px b;
	color: #333;
	transition: 300ms;
}

.about4_content .swiper-wrapper .swiper-slide p {
	font: 16px/28px arial;
	color: #333;
}

.about4_pagination {
	bottom: -30px !important;
}



.about5box {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
}

.about5box .about5 {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.about5_title {
	text-align: center;
}

.about5_title h1 {
	display: inline-block;
	font: bold 30px arial;
	color: var(--white);
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
	text-align: center;
}

.about5_title h1:after {
	content: "";
	position: absolute;
	width: 118px;
	height: 6px;
	background: var(--red);
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}

.about5_content {
	width: 100%;
	padding: 50px 0 !important;
}

.about5_next_btn {
	font-size: 25px;
	color: var(--white);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5%;
	width: 42px;
	height: 42px;
	line-height: 38px;
	text-align: center;
	border-radius: 100%;
	border: 2px solid var(--white);
	background-image: none;
	cursor: pointer;
}

.about5_prev_btn {
	font-size: 25px;
	color: var(--white);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
	width: 42px;
	height: 42px;
	line-height: 38px;
	text-align: center;
	border-radius: 100%;
	border: 2px solid var(--white);
	background-image: none;
	cursor: pointer;
}


.about6box {
	padding: 100px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.about6box .about6 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.about6box .about6 .about6_left {
	width: 50%;
	position: relative;
}

.about6box .about6 .about6_left img {
	width: 100%;
}

.about6box .about6 .about6_left .textbox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.about6box .about6 .about6_left .textbox h3 {
	font: 24px arial;
	color: var(--white);
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.about6box .about6 .about6_left .textbox a {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	border: 2px solid var(--white);
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: var(--white);
}

.about6box .about6 .about6_right {
	width: 50%;
}

.about6box .about6 .about6_right img {
	width: 100%;
}



/* Plant equipment */
.plantbox {
	padding: 80px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.plant {
	width: 100%;
	margin: 0 auto;
}

.plant ul {
	display: flex;
	flex-wrap: wrap;
}

.plant ul li {
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 15px;
}

.plant_item {
	width: 100%;
}

.plant_item .imgbox {
	width: 100%;
	font-size: 0;
	position: relative;
}

.plant_item .imgbox img {
	width: 100%;
}

.zhao {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 99;
}

.plant_item:hover .zhao {
	opacity: 1;
}

.buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

.buttons a {
	transform: scale(0);
	opacity: 0;
	background-color: rgb(256, 256, 256);
	-webkit-box-shadow: 0 0 1px rgb(0 0 0 / 30%);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 1px rgb(0 0 0 / 30%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 40px;
	height: 40px;
	margin: 0 1px;
	color: rgba(50, 50, 50, 0.9);
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}

.plant_item:hover .buttons a {
	transform: scale(1);
	opacity: 1;
}

.plant_item a .imgbox img {
	width: 100%;
}

.plant_item .textbox {
	font: 18px arial;
	color: var(--c666);
	padding-left: 30px;
	padding-right: 60px;
	position: relative;
	border: 1px solid #e4e4e4;
	border-top: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 20px;
}

.plant_item .textbox a {
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	border: 1px solid var(--red);
	text-align: center;
	position: absolute;
	right: 37px;
	top: 50%;
	transform: translateY(-50%);
}

.plant_item .textbox a i {
	font-size: 18px;
	color: var(--red);
	line-height: 24px;
}



/* product */
.product_tabbox {
	width: 100%;
	position: relative;
	top: -121px;
}

.product_tabbox .product_tab {
	width: 100%;
	margin: 0 auto;
}

.product_tabbox .product_tab ul {
	background: #f3f5f7;
	font-size: 0;
}

.product_tabbox .product_tab ul li {
	display: inline-block;
	padding: 48px 28px;
	font: bold 16px/25px arial;
	color: var(--c666);
	text-transform: uppercase;
	position: relative;
}

.product_tabbox .product_tab ul li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: var(--red);
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: 300ms;
}

.product_tabbox .product_tab ul li:hover:before {
	opacity: 1;
}

.product_tabbox .product_tab ul li:after {
	content: "";
	width: 2px;
	height: 15px;
	background: #d3d3d3;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.product_tabbox .product_tab ul li:last-child:after {
	opacity: 0;
}

.product_tabbox .product_tab ul li a {
	font-size: 16px;
	color: var(--c666);
}

.productbox {
	padding-bottom: 80px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.productbox .imgbox1 {
	overflow: hidden;
}

.productbox .imgbox1 img {
	transition: 300ms;
}

.productbox .plant ul li:hover .plant_item a .imgbox1 img {
	transform: scale(1.1);
}



/* news */
.news_tabbox {
	width: 100%;
	position: relative;
	top: -121px;
}

.news_tab {
	width: 100%;
	margin: 0 auto;
}

.news_tab ul {
	padding: 0 75px;
	background: #f2f4f5;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.news_tab ul li {
	width: 50%;
	font: bold 18px/121px arial;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
	position: relative;
}

.news_tab ul li:before {
	content: "";
	width: 100%;
	height: 2px;
	background: var(--red);
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: 300ms;
}

.news_tab ul li:hover:before {
	opacity: 1;
}

.news_tab ul li:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 15px;
	background: #d3d3d3;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.news_tab ul li:last-child:after {
	opacity: 0;
}

.newsbox {
	width: 100%;
	padding-bottom: 80px;
	margin: 0 auto;
}

.newsbox .news {
	width: 100%;
	margin: 0 auto;
}

.newsbox .news ul li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 20px;
}

.newsbox .news ul li .img_item {
	display: block;
	width: 36%;
	overflow: hidden;
}

.newsbox .news ul li .img_item .imgbox {
	width: 100%;
	font-size: 0;
}

.newsbox .news ul li .img_item .imgbox img {
	width: 100%;
	transition: 300ms;
}

.newsbox .news ul li .img_item:hover .imgbox img {
	transform: scale(1.1);
}

.news_text {
	width: 64%;
	padding: 60px 55px 0 60px;
}

.news_text h3 {
	font: 28px arial;
	color: var(--black);
	margin-bottom: 45px;
}

.news_text span {
	display: block;
	font: 16px arial;
	line-height: 30px;
	color: #999999;
	margin-bottom: 20px;
}

.news_text p {
	font: 16px/36px arial;
	color: var(--c666);
}

.newsbox .news ul li .more {
	display: block;
	width: 187px;
	height: 41px;
	background: #404040;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	font: 16px/41px arial;
	color: var(--white);
	text-transform: uppercase;
	transition: 300ms;
}

.newsbox .news ul li:hover .more {
	background: var(--red);
}

.newsbox .news ul li .more img {
	vertical-align: middle;
	margin-left: 20px;
}

.newsbox .news ul li:hover {
	background: var(--white);
	box-shadow: 0 0 20px 10px rgb(0 0 0 / 8%);
}


/* faq */
.faqbox {
	padding: 80px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}

.faq {
	width: 100%;
	margin: 0 auto;
}

.faq ul li {
	width: 100%;
	margin-bottom: 20px;
}

.faq ul li .faq_title {
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 50%);
	padding: 16px 30px 14px;
	background-color: #343434;
	font-size: 18px;
	cursor: pointer;
	color: #9e9e9e;
	margin-bottom: 12px;
	transition: 0.5s ease;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.faq ul li.on .faq_title {
	background: #1170d5;
	color: var(--white);
}

.faq ul li .faq_box {
	display: none;
	font-size: 14px;
	line-height: 22px;
	color: #757575;
	padding: 15px 30px;
	margin-bottom: 12px;
}

.faq ul li.on .faq_btn:after {
	display: none;
}

.faq_btn {
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
}

.faq_btn:after {
	height: 60%;
	content: "";
	width: 4px;
	background-color: #9e9e9e;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.faq_btn:before {
	width: 60%;
	height: 4px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #9e9e9e;
	content: "";
}

.faq ul li.on .faq_btn:before {
	background-color: var(--white);
}


/* why */
.whybox {
	position: relative;
	top: -121px;
}

.whybox .why ul li {
	background: #f5f5f5;
}

.whybox .why ul li .news_text h3 {
	margin-bottom: 15px;
}


/* contact */
.contact1box {
	width: 100%;
	padding: 80px 0;
	box-sizing: border-box;
	margin: 0 auto;
}

.contact1box .contact1 {
	width: 100%;
	margin: 0 auto;
}

.contact1box .contact1 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.contact1box .contact1 ul li {
	width: 25%;
	margin-bottom: 20px;
}

.contact1box .contact1 ul li h3 {
	color: rgb(51, 51, 51);
	text-transform: uppercase;
	margin-bottom: 15px;
	font: bold 20px  ;
}

.contact1box .contact1 ul li dl dd {
	color: rgb(51, 51, 51);
	font: 16px / 40px  ;
}

.contact1box .contact1 ul li .imgbox {
	width: 100%;
	font-size: 0;
}

.contact1box .contact1 ul li .imgbox img {
	max-width: 100%;
	width: auto;
}

.map {
	width: 100%;
	font-size: 0;
}

.map img {
	width: 100%;
}


.contact2box {
	width: 100%;
	padding: 80px 0;
	margin: 0 auto;
	box-sizing: border-box;
}

.contact2box .contac2 {
	width: 100%;
	margin: 0 auto;
}

.contact2box .contac2 h1 {
	color: rgb(51, 51, 51);
	text-transform: uppercase;
	font: bold 36px  ;
}

.contact2box .contac2 h1 span {
	font-weight: bold;
	color: var(--red);
}

.contact2_content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 60px;
}

.contact2_content input {
	width: 30%;
	height: 62px;
	color: rgb(153, 153, 153);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(222, 222, 222);
	border-image: initial;
	outline: none;
	font: 18px / 60px  ;
	padding: 0px 25px;
	margin-bottom: 15px;
}

.contact2_content textarea {
	width: 100%;
	height: 152px;
	color: rgb(153, 153, 153);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(222, 222, 222);
	border-image: initial;
	outline: none;
	font: 18px / 60px  ;
	padding: 0px 25px;
	margin-bottom: 15px;
}

.contact2_content .contact_btn {
	height: 62px;
	color: var(--white);
	text-align: center;
	text-transform: uppercase;
	font: 18px / 62px  ;
	background: rgb(215, 53, 48);
	outline: none;
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	transition: all 300ms ease 0s;
}

.contact2_content .contact_btn:hover {
	background: #333;
}



/*  */
.pro_detail1 {
	display: flex;
	flex-wrap: wrap;
}

.pro1_left {
	width: 63%;
	padding-right: 65px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-height: 500px;
}

.pro1_left .swiper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.pro1_left .swiper-slide {
	background-size: cover;
	background-position: center;
}

.pro1_left .swiper_box .swiper-slide {
	background-color: transparent;
}

.pro1_left .swiper_box .swiper-slide {
	width: 100%;
}

.pro1_left .swiper_box .swiper-slide img {
	width: 100%;
}

.pro1_left .swiper_box {
	width: 75%;
	height: 100%;
}

.pro1_left .swiper_tab {
	width: 20%;
	max-height: 400px;
	box-sizing: border-box;
	padding: 10px 0;
}

.pro1_left .swiper_tab .swiper-slide {
	width: 100%;
	overflow: auto;
	font-size: 0;
	background-color: transparent;
}

.pro1_left .swiper_tab .swiper-slide img {
	position: relative;
	border: 1px solid transparent;
}

.pro1_left .swiper_tab .swiper-slide-thumb-active img {
	border: 1px solid var(--red);
}

.pro1_left .swiper_tab .swiper-slide a img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: var(--white);
	opacity: 0;
	visibility: visible;
	transition: opacity 0.1s linear;
	z-index: 100;
	max-width: 100%;
	width: auto;
	border: 0;
}

.pro1_left .swiper_tab .swiper-slide:hover img {
	opacity: 0.8;
}

.pro1_left .swiper_tab .swiper-slide:hover .zhao {
	visibility: visible;
	background: var(--black);
}

.pro1_left .swiper_tab .zhao {
	visibility: hidden;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0.4;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.pro1_right {
	width: 37%;
}

.pro1_right h1 {
	font: bold 30px arial;
	color: #333333;
	padding: 20px 0;
	border-bottom: 1px solid #d7d7d7;
}



.pro_detail2box {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
}

.pro_detail2box .pro_detail2 {
	width: 100%;
	margin: 0 auto;
}

.pro_detail2box .pro_detail2 h3 {
	font: bold 24px arial;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 90px;
}

.pro_detail2box .pro_detail2 .pro_detail2_content {
	width: 100%;
}

.pro_detail2_content .detail2 .swiper-wrapper .swiper-slide a {
	width: 100%;
	display: block;
}

.detail2 .swiper-wrapper .swiper-slide a .imgbox {
	width: 100%;
	font-size: 0;
}

.detail2 .swiper-wrapper .swiper-slide a .imgbox img {
	width: 100%;
}

.detail2 .swiper-wrapper .swiper-slide a .textbox {
	font: 18px arial;
	color: var(--c666);
	position: relative;
	border: 1px solid #e4e4e4;
	border-top: none;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	padding-left: 20px;
	padding: 15px 0;
	padding-left: 20px;
	text-overflow: ellipsis;
}














@media only screen and (max-width: 980px) {
	.fullSwiper {
		width: 100%;
		height: auto;
	}

	.fullSwiper .swiper-wrapper-main {
		height: auto;
		display: block !important;
	}

	.inbannerbox {
		min-height: 250px;
	}
	.header .logo img {max-height: 60px;}
	.index1box,
	.index2box,
	.index3box,
	.index4box {
		height: auto !important;
		width: 100%;
	}

	.mainFull {
		overflow: visible !important;
		height: auto;
	}

	.headerbox {
		background-color: var(--black);
		position: inherit;
		height: 70px;
		padding-top: 0;
	}

	.headerbox .header {
		height: 70px;
	}

	.search_btn {
		display: none;
	}

	.menubox {
		top: 70px;
		background: rgba(0, 0, 0, 0.8);
	}

	.bannerbox {
		position: unset;
		height: 400px;
	}

	.bannerbox .mySwiper1 .swiper-slide .inner h1 {
		font-size: 40px;
	}

	.bannerbox .mySwiper1 .swiper-slide .inner p {
		font-size: 20px;
		line-height: 30px;
	}

	.index2_botbox .index2_bot .index2_bot_left {
		width: 100%;
		padding-bottom: 30px;
	}

	.index2_botbox .index2_bot .index2_bot_right {
		width: 100%;
	}

	.index3_item {
		width: 100%;
		margin-bottom: 30px;
	}

	.index3_item .imgbox {
		order: 0;
	}

	.index3_item .title {
		order: 1;
		margin-bottom: 0 !important;
        margin-top: 30px !important;
	}
    .index3_item .title a 
    {
        width:30px;
        height:30px;
    }
    .index3_item .title a i {
        font-size: 22px;
        color: var(--red);
        line-height: 26px;
    }
	.index3_item .title h3 {
		font: bold 20px arial;
	}

	.index4 h1 {
		font: bold 25px arial;
		color: var(--black);
	}

	.index4_content ul li .imgbox {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

	.index4_content ul li .date {
		display: none;
	}

	.index4_content ul li .textbox {
		width: 100%;
		padding: 0;
	}
	.index4_content ul li .textbox h3 a {
         font: 16px arial;
	}
	.index4_content ul li .textbox p {
        font: 14px/29px arial;
        color: var(--c666);
    }

	.about6box .about6 .about6_left {
		width: 100%;
		font-size: 0;
	}

	.about6box .about6 .about6_right {
		width: 100%;
	}

	.about3box ul li {
		width: 100%;
	}

	.about2 ul li p {
		font: 13px/20px arial;
		color: var(--c666);
		text-align: right;
		margin-right: 12px;
	}

	.about2 ul li h2 {
		font-size: 20px;
		color: var(--red);
		font-weight: bold;
		display: inline-block;
	}

	.about1_left {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.about1_right {
		width: 100%;
	}

	.about1_left h3 {
		font: bold 20px arial;
	}

	.inbannerbox h1 {
		font-size: 40px;
	}

	.plant ul li {
		width: 50%;
	}

	.newsbox .news ul li .img_item {
		display: block;
		width: 100%;
	}

	.news_text {
		width: 100%;
		padding: 60px 55px 60px 60px;
	}

	.product_tabbox {
		display: none;
	}

	.news_tabbox {
		display: none;
	}

	.newsbox {
		padding: 80px 0;
	}

	.productbox {
		padding: 80px 0;
	}

	.contact1box .contact1 ul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.contact2_content input {
		width: 100%;
	}

	.pro1_left {
		width: 100%;
		padding-right: 0px;
	}

	.pro1_right {
		width: 100%;
	}

	.pro1_left .swiper_tab {
		width: 100%;
		height: 20%;
		padding: 0;
	}

	.pro1_left .swiper_box {
		width: 100%;
		height: 80%;
	}

	.pro1_left .swiper_tab .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.pro1_right h1 {
		font: bold 20px arial;
	}

	.pro_detail2box .pro_detail2 h3 {
		margin-bottom: 30px;
	}

	.pro_detail1box {
		padding: 80px 0;
		box-sizing: border-box;
		width: 100%;
	}

	.about4_content .swiper-wrapper .swiper-slide h3 {
		font: 40px b;
	}

	.about1box {
		padding: 40px 0;
	}

	.about3box {
		padding: 40px 0;
	}

	.about4box {
		padding: 40px 0;
	}

	.about4box .about4 h1 {
		margin-bottom: 45px;
	}

	.about4box .about4 h1 {
		padding: 50px 0;
	}
}


@media only screen and (max-width: 680px) {
	.header .logo img {max-height: 25px;}
	.bannerbox .mySwiper1 .swiper-slide .inner h1 {
		font-size: 25px;
	}

	.bannerbox .mySwiper1 .swiper-slide .inner p {
		font-size: 15px;
		line-height: 22px;
		max-width: 90%;
	}

	.index3_item .title h3 {
		font: bold 16px arial;
	}

	.about5_next_btn {
		opacity: 0;
	}

	.about5_prev_btn {
		opacity: 0;
	}


	.inbannerbox h1 {
		font-size: 30px;
	}

	.plant ul li {
		width: 100%;
	}

	.index2_bot_left .inner_text p {
		margin-bottom: 25px;
	}

	.index2_bot_left .inner_text h1 {
		font-size: 34px
	}

	;

	.index4_content ul li {
		padding: 25px 0;
	}
}