@font-face {
	font-family: "DIN-RegularItalic";
	src: url("../fonts/DIN-RegularItalic.otf");
}

@font-face {
	font-family: "DIN-RegularItalicAlt";
	src: url("../fonts/DIN-RegularItalicAlt.otf");
}

@font-face {
	font-family: "iconfont";
	src: url('../fonts/iconfont.woff2?t=1646793877917') format('woff2'), url('../fonts/iconfont.woff?t=1646793877917') format('woff'), url('../fonts/iconfont.ttf?t=1646793877917') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400 !important;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
p {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a:hover {
	cursor: pointer;
}

html {
	width: 100%;
	overflow-x: hidden;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {

	-webkit-appearance: none;

}

@font-face {
	font-family: '';
	src: url("../fonts/SOURCEHANSANSCN-LIGHT.OTF");
}

.banner {
	overflow: hidden;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.banner .swiper-slide img {
	width: 100%
}

textarea {
	-webkit-appearance: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both
}

body {
	width: 100%;
	*cursor: default;
	font: 16px/1.5 "Microsoft YaHei", Helvetica, STHeiti STXihei, Microsoft JhengHei, Arial;
	overflow-x: hidden;
}

img {
	border: 0px;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	outline: none
}

div {
	outline: none
}

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

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.main {
	margin: 0 auto;
	max-width: 92%;
	width: 1485px
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	height: 76px;
	background:#0505059e;
	padding: 10px 45px 10px 40px;
}

header .lan {
	color: #fff;
	height: 66px;
	line-height: 66px;
	margin-right: 100px;
}

header .lan a {
	color: #fff;
}

header .lan i {
	font-style: normal;
}

header .lan a.red {
	color: #ff7200
}

.banner .swiper-slide img {
	display: block;
}

.navlist li {
	float: left;
	padding: 0 30px;
	position: relative
}

.navlist li a {
	color: #fff;
	display: block;
	position: relative;
	height: 56px;
	line-height: 56px;
}

.navlist li a span {
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease
}

.navlist li a span {
	height: 2px;
	background: #e3b347;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
}

.navlist li a:hover span,
.navlist li.active a span {
	width: 100%
}

.navlist li:hover a {
	color: #ffd664
}

.navlist li:hover .son_menu a {
	color: #666
}

.section1 {
	background: url('../images/sec1.jpg') no-repeat center top;
	padding: 65px 0
}

.title {
	text-align: center;
}

.title p {
	font-size: 40px;
	color: #000000;
	background: url('../images/tit.jpg') no-repeat center bottom;
	margin-bottom: 2px
}

.title span {
	text-transform: uppercase;
	color: #000000;
	font-size: 16px;
	display: block;
}

.sec1_left {
	width: 671px;
	border: 7px solid #d2d2d2;
	max-width: 48%
}

.video_pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 66%;
	overflow: hidden
}

.video_pic video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video_pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.video_pic i {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/play.png) no-repeat center;
	background-color:
		rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.sec1_nr {
	padding-top: 70px;
	padding-bottom: 65px
}

.sec1_right {
	width: 754px;
	float: right;
	max-width: 50%
}

.sec1_right_tit {
	font-size: 30px;
	font-weight: bold;
	color: #000
}

.sec1_right_nr {
	color: #000000;
	font-size: 16px;
	line-height: 38px;
	margin-top: 25px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.sec1_right_list li {
	float: left;
	font-size: 20px;
	color: #000000;
	width: 33.3%;
	text-align: center;
}

.sec1_right_list li p {
	font-size: 32px;
	font-weight: bold;
	color: #ff7200;
	margin-bottom: 15px
}

.sec1_right_list {
	margin-top: 55px
}

.more {
	display: block;
	width: 146px;
	height: 33px;
	text-align: center;
	line-height: 33px;
	font-size: 19px;
	color: #5a5a5a;
	border: 1px solid #aaaaaa;
	border-radius: 20px;
	margin: 0 auto;
}

.more span {
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	position: relative;
	overflow: hidden;
	display: block;
	color: #5a5a5a;
	font-size: 19px;
	text-transform: uppercase;
}

.more span:before {
	content: "";
	background: url('../images/more.png') no-repeat center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: -30px;
	width: 30px;
	height: 100%;

	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	text-align: center;
}

.more:hover {
	color: #d79f3e;
	border: 1px solid #d79f3e;
}

.more:hover span {
	color: #d79f3e;
}

.more:hover span {
	text-indent: -30px;
}

.more:hover span:before {
	right: 26px;
	text-indent: 0px;
}

.section2 {
	width: 100%;
	background: url('../images/sec2.jpg') no-repeat center top;
	padding: 55px 0;
	height: 935px
}

.section2 .more {
	margin-top: 95px;
	color: #fff;
	border: 1px solid #fff;
}

.section2 .more span {
	color: #fff
}

.section2 .more:hover {
	border: 1px solid #ffe687;
}

.section2 .more:hover span {
	color: #ffe687
}

.section2 .more span::before {
	background: url('../images/more2.png') no-repeat center;
}

.sec2_tit {
	text-align: center;
	font-size: 42px;
	color: #fff;
	margin-bottom: 5px;
}

.sec2_tit span {
	font-size: 18px;
	color: #00a3eb;
	display: block;
}

.sec2_pic {
	width: 426px;
	height: 430px;
	background: url('../images/sec2_pic.png') no-repeat center
}

.sec2_nr {
	position: relative;
	width: 426px;
	height: 430px;
	margin: 155px auto 0;
	border-radius: 50%
}

.sec2_nr li a {
	display: inline-block;
}

.sec2_nr li p {
	font-size: 38px;
	font-weight: bold;
	color: #c8f0ff;
	line-height: 45px;
	margin-bottom: 3px;
	display: inline-block;
}

.sec2_nr li span {
	display: block;
	font-size: 16.03px;
	color: #fff
}

.sec2_pic .sec2_pic_nr {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 147px;
	height: 165px
}

.sec2_nr li i {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(35, 155, 194, 0.7);
}

.sec2_nr li:nth-child(1) i {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -8px
}

.sec2_nr li:nth-child(1) a {
	position: absolute;
	top: -75px;
	left: 141px;
}

.sec2_nr li:nth-child(2) i {
	position: absolute;
	top: 108px;
	right: 17px;
}

.sec2_nr li:nth-child(2) a {
	position: absolute;
	top: 85px;
	right: -280px;
}

.sec2_nr li:nth-child(3) i {
	position: absolute;
	top: 108px;
	left: 20px;
}

.sec2_nr li:nth-child(3) a {
	position: absolute;
	top: 85px;
	left: -235px;
}

.sec2_nr li:nth-child(4) i {
	position: absolute;
	top: 324px;
	right: 22px;
}

.sec2_nr li:nth-child(4) a {
	position: absolute;
	top: 308px;
	right: -268px;
}



.sec2_nr li:nth-child(5) i {
	position: absolute;
	top: 324px;
	left: 24px;
}

.sec2_nr li:nth-child(5) a {
	position: absolute;
	top: 308px;
	left: -268px;
}




.section3 {
	width: 100%;
	background: url('../images/sec3.jpg') no-repeat center;
	padding: 55px 0
}

.section3 .more {
	margin-top: 50px;
}

.sec3_list {
	margin-top: 45px
}

.sec3_list .gallery-top .sec3_top_pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 37%;
}

.sec3_list .gallery-top .sec3_top_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec3_list .gallery-thumbs .swiper-slide .sec3_bot_pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 57%;
	overflow: hidden;
}

.sec3_list .gallery-thumbs .swiper-slide .sec3_bot_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec3_list .gallery-thumbs .swiper-slide {
	border: 5px solid #fff;
	transition: all 1s;
}

.sec3_list .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border: 5px solid #d2d2d2;
}

.section3 .gallery-thumbs {
	margin-top: 10px;
}

.sec3_top_info {
	position: absolute;
	right: 75px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	color: #000000;
	line-height: 34px;
	width: 410px;
}

.sec3_top_tit {
	font-size: 26px;
	margin-bottom: 20px
}

.sec3_top_nr {
	padding: 60px 32px;
	background: rgba(255, 255, 255, 0.7);
}

.sec3_top_jian {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.section4 .more {
	margin-top: 50px;
}

.section4 li {
	float: left;
	width: 20%;
	position: relative;
}

.section4 li .sec4_pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 204%;
}

.section4 li .sec4_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.section4 li .jia {
	display: block;
	background: url('../images/jia.png') no-repeat center top;
	width: 44px;
	height: 44px;
	margin: 25px auto 0;
}

.sec4_bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 34px;
	text-align: center;
}

.sec4_front_nr {
	position: absolute;
	top: 38%;
	left: 0;
	width: 100%;
}

.sec4_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/sec4_back.jpg') no-repeat center;
	background-size: cover;
	color: #fff;
}

.sec4_back_nr {
	width: 65%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sec4_back_pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
	border: 3px solid #17213a;
	border-radius: 50%;
}

.sec4_back_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}



.sec3_bot_pic img {
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.sec3_list .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .sec3_bot_pic img {
	transform: scale(1.03);
}

.sec4_back_tit {
	text-align: center;
	font-size: 34px;
	margin-top: 30px;
	line-height: 35px;
}

.sec4_back_jian {
	font-size: 16px;
	line-height: 32px;
	margin-top: 25px;
	margin-bottom: 50px
}

.down {
	display: block;
	background: url('../images/down.png') no-repeat center;
	width: 29px;
	height: 21px;
	margin: 0 auto;
}

.section4 .sec4_back {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
	transform: rotateY(90deg);
	overflow: hidden;
}

.section4 li:hover .sec4_back {
	transform: rotateY(0);
	transition: 0.5s;
}

.section5 {
	width: 100%;
	background: url('../images/sec5.jpg') no-repeat center top;
	padding: 145px 0 55px;
}

.sec5_left {
	width: 736px;
	max-width: 48%;
	float: left;
}

.sec5_tit {
	position: relative;
}

.sec5_tit p {
	font-size: 42px;
	font-weight: bold;
	color: #2a2a2a;
	position: absolute;
	top: 0px;
	left: 0;
	background: url('../images/l.jpg') no-repeat center bottom;
	line-height: 42px;
	padding-bottom: 10px;
	z-index: 10;
}

.sec5_tit span {
	display: block;
	color: #c6c6c6;
	font-weight: bold;
	font-size: 97px;
	text-transform: uppercase;
	line-height: 97px;
}

.news_more {
	display: block;
	font-size: 16px;
	color: #232323;
	margin-top: 80px;
}

.sec5_news1 .sec5_left_nr {
	float: left;
	max-width: 49%;
	padding: 28px 25px 0;
}

.sec5_l_right {
	width: 348px;
	float: right;
	max-width: 48%;
	float: right;
}

.sec5_news1 li a {
	display: block;
}

.sec5_left_tit {
	color: #121212;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 10px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec5_left_jian {
	font-size: 16px;
	color: #2f2f2f;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec5_news1 li {
	background: #fff;
}

.news_pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 68.61%;
	display: block;
}

.news_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec5_news1 ul {
	margin-top: 25px
}

.sec5_left_more {
	display: block;
	background: url('../images/sec5_left_more.png') no-repeat center;
	width: 58px;
	height: 16px;
	margin-top: 25px;
}

.sec5_right {
	width: 685px;
	max-width: 49%;
	float: right;
}

.sec5_right li {
	width: 100%;
	margin-bottom: 20px
}

.sec5_r_top {
	line-height: 25px;
}

.sec5_r_top a {
	display: block;
	color: #282828;
	font-size: 22px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 95px)
}

.sec5_r_d {
	font-size: 16px;
	color: #252525;
	float: right;
	width: 85px;
}

.sec5_r_jian {
	font-size: 16px;
	color: #696969;
	line-height: 29px;
	margin-top: 13px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec5_more {
	margin: 30px auto 0;
}

.sec5_right li .sec5_li {
	transition: all 0.4s;
	transform: scale(1);
	padding: 22px 30px 23px;
	background: #fff
}

.sec5_right li:hover .sec5_li {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.bot1_code {
	width: 174px
}

.bot {
	width: 100%;
	background: url('../images/bot.jpg') no-repeat center top;
	padding-top: 55px
}

.bot2 {
	border-top: 1px solid #484848;
	font-size: 16px;
	color: #777e84;
	padding: 26px 0
}

.bot1_left {
	margin-top: 10px;
	width: calc(100% - 680px)
}

.bot1_left li {
	float: left;
	min-width: 80px;
	width: 16.6%
}

.bot1_li_a {
	display: block;
	font-size: 16px;
	color: #dfefff
}

.bot1_left li .two dd a {
	font-size: 14px;
	color: #ffffff;
}

.bot1_left li .two dd {
	margin-top: 15px;
	line-height: 15px;
}

.bot1_left li .two {
	margin-top: 5px
}

.bot1 {
	padding-bottom: 30px
}

.bot1_zx,
.bot1_code {
	color: #fff;
	text-transform: uppercase;
}

.bot1_code {
	text-align: center;
	margin-left: 35px
}

.bot1_tel {
	color: #fdbc54;
	font-size: 60px;
	font-weight: bold;
	font-family: Arial;
	line-height: 70px;
}

.bot1_zx {
	text-align: right;
	margin-top: 10px;
}

.bot1_zx p {
	font-size: 24px;
}

.bot1_zx span {
	display: block;
	font-size: 13.22px;
}

/*.top{display: block;width: 53px;height: 51px;background:url('../images/top.jpg') no-repeat center;}*/
.banner2 {
	position: relative;
}

.banner2 img {
	display: block;
}

.lanmu {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #000;
	width: 100%;
	margin-top: 37.5px
}

.lanmu p {
	font-size: 39px;
	font-weight: bold;
	display: inline-block;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	color: #ff7200;
}

.lanmu span {
	display: block;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.main2 {
	width: 1655px;
	margin: 0 auto;
	max-width: 92%;
}

.nail {
	border-bottom: 1px solid #cfcfcf;
	line-height: 55px;
	margin-top: 15px
}

.type li {
	float: left;
	font-size: 18px;
	color: #050505;
	margin-right: 55px
}

.type li a {
	display: block;
	color: #050505;
	position: relative;
}

.pos {
	font-size: 14px;
	color: #000000
}

.pos a {
	color: #000000
}

.type li a span {
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease
}

.type li a span {
	height: 4px;
	background: #ff7200;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
}

.type li a:hover span,
.type li.active a span {
	width: 100%
}

.type li a:hover,
.type li.active a {
	color: #ff7200
}

.overflow {
	overflow: hidden;
}

.news_list li {
	width: 805px;
	max-width: 48.5%;
	margin-bottom: 45px;
}

.news_list li:nth-child(2n+1) {
	float: left;
}

.news_list li:nth-child(2n) {
	float: right;
}

.news_left {
	width: 513px;
	float: left;
	max-width: 68%
}

.news_right {
	width: 213px;
	float: right;
	max-width: 30%;
	float: right;
}

.news_list {
	padding-top: 59px
}

.news_tit {
	font-size: 20px;
	font-weight: bold;
	color: #2e2c2c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.news_left p {
	font-size: 16px;
	color: #868686;
	margin-top: 5px
}

.news_jian {
	display: block;
	font-size: 15px;
	color: #919191;
	line-height: 2;
	margin-top: 15px;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.gengduo {
	display: block;
	width: 515px;
	height: 63px;
	text-align: center;
	line-height: 63px;
	border: 2px solid #ff7200;
	border-radius: 5px;
	font-size: 24px;
	color: #ff7200;
	margin: 0 auto;
}

.news {
	padding-bottom: 115px;
	padding-top: 40px
}

.news_list li .news_li {
	transition: all 0.4s;
	transform: scale(1);
	border: 1px solid #eaeaea;
	padding: 35px 25px;
}

.news_list li:hover .news_li {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.tanchu {
	width: 120px;
	height: 40px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.7);
	text-align: center;
	color: #fff;
	font-size: 14px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	z-index: 9999;
	display: none;
	line-height: 40px;
	border-radius: 4px
}

.news_list ul {
	padding-bottom: 40px
}

.news_list1 li {
	width: calc(33.3% - 40px);
	float: left;
	margin-right: 60px;
	margin-bottom: 50px;
}

.news_list1 li:nth-child(3n) {
	margin-right: 0
}

.news_list1 li .news1_li {
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news_list1 li .news1_tit {
	color: #202020;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 25px;
	width: 100%;
	display: block;
}

.news_list1 li p {
	font-size: 16px;
	color: #8d8d8d;
	margin: 15px 0 20px;
}

.news_list1 li .news1_more {
	font-size: 13px;
	color: #ff7200;
	display: inline-block;
	border-bottom: 1px solid #ff7200;
	padding-bottom: 3px
}

.news_list1 li .news1_li {
	transition: all 0.5s;
	padding: 15px 17px 40px;
}

.news_list1 li:hover .news1_li {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}


.news1_pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 47%;
	margin-bottom: 20px;
	overflow: hidden;
}

.news1_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}


.news_list1 li img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.5s;
}

.news_list1 li:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.news_list1 li:hover .news1_tit {
	color: #ff7200
}

.news_list1 ul {
	padding-bottom: 40px;
	padding-top: 30px;
}


.news_list2 li {
	width: 790px;
	max-width: 48.5%;
	margin-bottom: 45px;
}

.news_list2 li:nth-child(2n+1) {
	float: left;
}

.news_list2 li:nth-child(2n) {
	float: right;
}

.news2_left {
	width: 326px;
	float: left;
	max-width: 43%
}

.news2_pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 64%;
	display: block;
}

.news2_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news2_right {
	width: 405px;
	float: right;
	max-width: 54%;
	float: right;
	margin-right: 5px;
	padding-top: 10px
}

.news2_tit {
	color: #ff7200;
	font-size: 28.56px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url('../images/x.jpg') no-repeat left bottom;
	line-height: 30px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	display: block;
}

.news2_keywords {
	color: #2b2525;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news2_jian {
	display: block;
	font-size: 14px;
	color: #919191;
	line-height: 25px;
	margin-top: 13px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.news_list2 li .news2_li {
	transition: all 0.5s;
	padding: 30px 18px;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #fff
}

.news_list2 li:hover .news2_li {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.news_list2 ul {
	padding-bottom: 40px;
	padding-top: 30px;
}


.news_list2 li .news2_li {
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	background: -webkit-linear-gradient(180deg, rgba(255, 214, 68, 1), rgba(255, 214, 68, 1), rgba(255, 214, 68, 0), rgba(255, 214, 68, 0));
	background-position: 1% 50%;
	background-size: 300% 300%;
}

.news_list2 li:hover .news2_li {
	background-position: 99% 50%;
}

.news_list2 li:hover .news2_tit {
	color: #fff
}

.news_list2 li:hover .news2_keywords {
	color: #fff
}

.news_list2 li:hover .news2_jian {
	color: #fff
}

.ns_title {
	text-align: center;
	font-size: 25px;
	color: #3c3c3c;
	padding-top: 65px
}

.ns_date {
	font-size: 16px;
	color: #636363;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 35px;
}

.ns_nr {
	font-size: 18px;
	color: #090909;
	padding: 25px 0 100px;
	border-top: 1px solid #e7e7e7;
	line-height: 2;
}

.fenye {
	margin-bottom: 200px
}

.fenye li {
	width: 743px;
	height: 63px;
	line-height: 63px;
	border: 1px solid #c9c9c9;
	border-radius: 4px;
	padding: 0 25px;
	font-size: 18px;
	color: #515a61;
	max-width: 48.5%
}

.fenye li a {
	color: #515a61;
}

.fenye li:hover {
	color: #ff7200;
	border: 1px solid #ff7200;
}

.fenye li:hover a {
	color: #ff7200
}

.fenye li span {
	display: block;
	width: 80px;
	float: left;
}

.fenye li p {
	display: block;
	width: calc(100% - 100px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.prod_list {
	padding-top: 65px;
	padding-bottom: 100px
}

.prod1_list li {
	width: 780px;
	max-width: 48.5%;
	margin-bottom: 45px;
	border: 6px solid #fff;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: relative;
}

.prod1_list li:nth-child(2n+1) {
	float: left;
}

.prod1_list li:nth-child(2n) {
	float: right;
}

.prod1_pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56%;
}

.prod1_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.prod1_info {
	background: #ff7200eb;
	position: absolute;
	right: 0px;
	bottom: 20%;
	width: 400px;
	padding: 8px 16px;
	color: #fff;
	text-align: center;
}

.prod1_tit {
	font-size: 24px;
}

.prod1_jian {
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.prod1_list {
	padding-bottom: 45px
}



.prod2_list li .prod2_pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 57%;
}

.prod2_list li .prod2_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.prod2_list li {
	width: calc(33.3% - 23px);
	float: left;
	margin-right: 34px;
	margin-bottom: 50px;
	background: #eeecec
}

.prod2_list li:nth-child(3n) {
	margin-right: 0
}

.prod2_tit {
	text-align: center;
	height: 50px;
	line-height: 48px;
	font-size: 18px;
	color: #050505;
	padding: 0 5px;
}

.prod2_list li .prod2_pic {
	overflow: hidden;
}

.prod2_list li .prod2_pic img {
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.prod2_list li .prod2_pic .prod2_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 300ms;
	-webkit-transition: 300ms;
	background: rgba(0, 0, 0, 0.5);
}

.prod2_list li .prod2_pic .line {
	display: block;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transition: 400ms;
	-webkit-transition: 400ms;
}

.prod2_list li .prod2_pic .line_1 {
	width: 52px;
	height: 1px;
	margin: -1px 0px 0px -26px;
	transform: translateX(-55px);
	-webkit-transform: translateX(-55px);
}

.prod2_list li .prod2_pic .line_2 {
	width: 1px;
	height: 52px;
	margin: -26px 0px 0px -1px;
	transform: translateY(55px);
	-webkit-transform: translateY(55px);
}

.prod2_list li:hover .prod2_bg {
	opacity: 1;
	visibility: visible;
}

.prod2_list li:hover .line {
	transform: translate(0);
	-webkit-transform: translate(0);
	opacity: 1;
	visibility: visible;
}

.prod2_list li:hover .prod2_pic img {
	transform: scale(1.05);
}

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

.prod2_list li:hover .prod2_tit {
	color: #ff7200
}

.ps {
	padding-top: 75px;
}

.ps1 {
	padding-bottom: 80px
}

.ps1_top_left {
    width: 45%
}

.ps1_top_left img {
	width: 100%
}

.ps1_top_right {

	width: 50%
}

.ps1_top_tit {
	font-size: 34px;
	font-weight: bold;
	color: #ff7200;
	padding-top: 10px;
	margin-bottom: 5px
}

.ps1_top_key {
	font-size: 18px;
	font-weight: bold;
	color: #363636;
	margin-bottom: 15px
}

.ps1_top_des {
	font-size: 16px;
	color: #727272;
	margin-bottom: 15px
}

.ps1_top_link a {
	display: inline-block;
	width: 110px;
	height: 24px;
	line-height: 24px;
	background: #ececec;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	color: #000000;
	padding: 0 5px;
	margin-right: 15px
}

.ps1_bot {
	margin-top: 45px
}

.ps1_bot_nr {
	border: 1px solid #e3e3e3;
	padding: 45px 50px;
}

.ps1_bot_con {
	display: ;
}

.ps1_bot_type a {
	display: block;
	width: 170px;
	height: 45px;
	float: left;
	background: #f6f6f6;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	text-align: center;
	font-size: 17px;
	color: #2f2f2f;
	line-height: 45px;
	position: relative;
}

.ps1_bot_type a.active {
	background: #fff
}

.ps1_bot_type a.active span {
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	z-index: 1;
}

.ps2_tit {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea
}

.ps2_pic {
	text-align: center;
	padding: 60px 0 50px;
}

.ps2_xq {
	font-size: 20px;
	font-weight: bold;
	color: #2b2b2b;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea
}

.ps2_nr {
	padding: 55px 0;
	line-height: 2;
}

.ps2 {
	padding-bottom: 45px
}

.about1 {
	padding-top: 50px;
	padding-bottom: 85px
}

.about1_tit p {
	font-size: 36px;
	font-weight: bold;
	color: #d3d3d3;
	text-transform: uppercase;
	line-height: 40px;
}

.about1_tit span {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #ff7200
}

.about1_tit {
	margin-bottom: 25px;
}

.about1_left {
	width: 1067px;
	max-width: 70%;
	font-size: 16px;
	color: #0f0f0f;
	line-height: 44px;
}

.about1_right {
	width: 496px;
	max-width: 28%;
}

.about_tit {
	text-align: center;
	margin-bottom: 35px
}

.about_tit p {
	font-size: 36px;
	font-weight: bold;
	color: #ff7200;
	background: url('../images/about_tit.png') no-repeat center bottom;
	padding-bottom: 2px
}

.about_tit span {
	display: block;
	font-size: 16px;
	color: #a3b4d4;
	display: block;
	text-transform: uppercase;
}

.about3 {
	width: 100%;
	background: url('../images/about3.jpg') no-repeat center top;
	padding-bottom: 70px;
	padding-top: 40px
}

.about3_list li {
	width: 33.3%;
	float: left;
	background: #fff
}

.about3_pic {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 61%;
}

.about3_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.about3_nr {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 61%;
}

.about3_nr .about3_info {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
	color: #1a1a1a;
	font-size: 32.75px;
}

.about3_info span {
	display: block;
	color: #818181;
	font-size: 20px;
	margin-top: 10px;
}

.ab-cdxn {
	display: block;
	width: 100%;
	height: 240px;
	position: relative;
}

.swiper-button-prev-abcd,
.swiper-button-prev-abcdsj {
	left: 0;
	background: url(../images/ab-cdj1.png) center center no-repeat;
}

.swiper-button-next-abcd,
.swiper-button-next-abcdsj {
	right: 1px;
	background: url(../images/ab-cdj2.png) center center no-repeat;
}

.ab-cdxn1 {
	background: url(../images/ab-cdxbg1.png) center center no-repeat;
	background-size: 100% 100% !important;
	padding: 30px 40px 30px;
}

.ab-cdxn2 {
	margin-top: 262px;
	background: url(../images/ab-cdxbg2.png) center center no-repeat;
	background-size: 100% 100% !important;
	padding: 54px 40px 30px;
}

.ab-cdxn-tit {
	display: block;
	margin-bottom: 22px;
	line-height: 1.1;
	font-size: 42px;
	color: #434343;
	font-family: '';
}

.ab-cdxn-text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.5;
	font-size: 16px;
	color: #434343;
	font-family: '';
}

.swiper-container-abcd {
	display: block;
	background: url(../images/ab-cdtt.png) left center repeat-x;
}

.ab-cdxnq1,
.ab-cdxnq2 {
	display: block;
	position: absolute;
	left: 70px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	border: 3px solid #0c8ef2;
}

.ab-cdxnq1 {
	bottom: -22px;
}

.ab-cdxnq2 {
	top: -16px;
}

.swiper-button-next-abcd,
.swiper-button-prev-abcd {
	display: block;
	width: 50px;
	height: 50px;
	background-size: contain !important;
}

@media all and (min-width: 768px) and (max-width: 960px) {
	.ab-cdxn1 {
		padding: 34px 30px 30px;
	}

	.ab-cdxn2 {
		margin-top: 253px;
		padding: 44px 40px 30px;
	}

	.ab-cdxn-tit {
		font-size: 30px;
		margin-bottom: 14px;
	}

	.ab-cdxn {
		height: 230px;
	}
}


/*.search{width:25px;height: 25px;float: right;margin-top:22px;margin-left: 25px;cursor: pointer;}*/

.navlist {
	margin-right: 10px
}

.search-wrapper.active::before {
	display: none;
}

.search {
	position: absolute;
	top: 25px;
	right: 75px;
	z-index: 100;
}

.search_span {
	color: #fff;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: -35px;
	top: 0;
	display: block;
}

.search-wrapper .input-holder {
	width: 45px;
	overflow: hidden;
	border-radius: 6px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder {
	border-radius: 50px;
	width: 350px;
	background: #fff;
	-webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
	width: 100%;

	padding: 0px 70px 0 20px;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-family: "Open Sans", Arial, Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #333;
	-webkit-transform: translate(0, 60px);
	-moz-transform: translate(0, 60px);
	transform: translate(0, 60px);
	-webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);

	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
	opacity: 1;
	-webkit-transform: translate(0, 10px);
	-moz-transform: translate(0, 10px);
	transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
	width: 30px;
	height: 40px;
	margin-right: 10px;
	border: none;
	background: transparent;
	padding: 0px;
	outline: none;
	position: relative;
	z-index: 2;
	float: right;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.search-wrapper.active .input-holder .search-icon {
	width: 30px;
	height: 40px;
	border-radius: 30px;
}

.search-wrapper .input-holder .search-icon span {
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
	-moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
	transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);

}

.search-wrapper.active .input-holder .search-icon span {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
	position: absolute;
	content: '';
}

.search-wrapper .input-holder .search-icon span::before {
	width: 2px;
	height: 8px;
	left: 11px;
	top: 20px;
	border-radius: 2px;
	background: #fff;
}

.search-wrapper .input-holder .search-icon span::after {
	width: 19px;
	height: 19px;
	left: 0px;
	top: -3px;
	border-radius: 22px;
	border: 2px solid #fff;
}


.search-wrapper.active .input-holder .search-icon span::before {
	background: #ff7200;
}

.search-wrapper.active .input-holder .search-icon span::after {
	border: 2px solid #ff7200;
}

.search-wrapper .close {
	position: absolute;
	opacity: 0;
	z-index: 1;
	top: 3px;
	right: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	-moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.search-wrapper.active .close {
	opacity: 1;
	right: -30px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
	position: absolute;
	content: '';
	background: #FFF;
	border-radius: 2px;
}

.search-wrapper .close::before {
	width: 2px;
	height: 25px;
	left: 17px;
	top: 3px;
}

.search-wrapper .close::after {
	width: 25px;
	height: 2px;
	left: 6px;
	top: 15px;
}

.search-wrapper .result-container {
	width: 100%;
	position: absolute;
	top: 80px;
	left: 0px;
	text-align: center;
	font-family: "Open Sans", Arial, Verdana;
	font-size: 14px;
	display: none;
	color: #B7B7B7;
}


.search_list {
	overflow: hidden;
}

.search_list li {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.search_list li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.search_list {
	padding: 50px 0 70px
}

.search_list li {
	position: relative;
	display: block;
	font-size: 16px;
	color: #2b2b2b;
	height: 89px;
	line-height: 87px;
	border: 1px solid #dbdbdb;
	padding: 0 30px 0 120px;
	background: url(../images/icon-rj.png) 37px center no-repeat #f8f8f8;
	border-radius: 0 0 14px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 98%;
	margin: 22px auto 0;
}

.search_list li a {
	color: #2b2b2b;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 150px);
	float: left;
}

.search_list li:hover {
	border: 1px solid #ff7200;
	background-image: url(../images/icon-rj-on.png);
}

.search_list li:hover a {
	color: #ff7200;
}

.search_list li a::before {
	content: '';
	position: absolute;
	left: 93px;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #dbdbdb;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.search_list li:hover a::before {
	background-color: #ff7200;
}


.side li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.side {
	position: fixed;
	right: 0;
	bottom: 5%;
	width: 77px;
	z-index: 100000;
}

.side li {
	height: 65px;
	position: relative;
	padding-left: 77px;
	position: relative;
	cursor: pointer;
	margin-bottom: 1px
}

.side li:nth-child(1) {
	background: #d79f3e url('../images/s1.png') no-repeat center left 14px;
	cursor: pointer;
}

.side li:nth-child(3) {
	background: #d79f3e url('../images/s3.png') no-repeat center left 19px;
}

.side li:nth-child(4) {
	background: #d79f3e url('../images/s4.png') no-repeat center left 14px;
	cursor: pointer;
}

.side li:nth-child(1):hover {
	background: #d79f3e url('../images/s1.png') no-repeat center left 14px;
}

.side li:nth-child(3):hover {
	background: #d79f3e url('../images/s3.png') no-repeat center left 19px;
}

.side li:nth-child(4):hover {
	background: #d79f3e url('../images/s4.png') no-repeat center left 14px;
}

.side ul li .sidebox img {
	width: 52px;
	height: 41px;
	margin: 11px 15px;
	float: left;
}

.side ul li .sidebox {
	position: absolute;
	width: 77px;
	height: 65px;
	line-height: 65px;
	font-size: 15px;
	color: #fff;
	top: 0;
	right: 0;
	transition: all 0.5s;
	background: #d79f3e;
	overflow: hidden;
}

.side li .ewm {
	opacity: 0;
	left: -120px;
	position: absolute;
	width: 120px;
	background: #d79f3e;
	text-align: center;
	height: 120px;
}

.side li .ewm img {
	width: 120px;
}

.section2 li p {
	transition: all 0.5s;
}

.section2 li:hover p {
	transform: translateY(-3px);
}

.section2 li span {
	transition: all 0.5s;
}

.section2 li:hover span {
	transform: translateY(3px);
}

.sec4_back a {
	color: #fff;
	display: block;
}


.down {
	animation: moveTop 4s linear infinite;
	-webkit-animation: moveTop 4s linear infinite;
}

@-webkit-keyframes moveTop {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	30% {
		-webkit-transform: translate3d(0px, -15px, 0);
		transform: translate3d(0px, -15px, 0);
	}

	60% {
		-webkit-transform: translate3d(0px, 15px, 0);
		transform: translate3d(0px, 15px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes moveTop {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	30% {
		-webkit-transform: translate3d(0px, -15px, 0);
		transform: translate3d(0px, -15px, 0);
	}

	60% {
		-webkit-transform: translate3d(0, 15px, 0);
		transform: translate3d(0, 15px, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}




.sec5_news1 li {
	transition: all 0.5s;
	margin-top: 0px;
	position: relative;
}

.sec5_news1 li:hover {
	margin-top: -5px
}

.sec5_news1 li:hover .sec5_left_tit {
	color: #1b59bc
}

.sec5_right li:hover .sec5_r_tit {
	color: #1b59bc
}

.news_more:hover {
	color: #1b59bc
}

.bot1_left li .two dd a:hover {
	color: #fff
}

.news_list li:hover .news_tit {
	color: #1b59bc
}

.gengduo {
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    background: -webkit-linear-gradient(180deg, #ff7200, #ff7200, rgba(0, 105, 176, 0), rgba(0, 105, 176, 0));
    background-position: 1% 50%;
    background-size: 300% 300%;
}

.gengduo:hover {
	color: #fff;
	background-position: 99% 50%;
}

.prod1_list li {
	overflow: hidden;
}

.prod1_list li .prod1_info {
	transition: all 1s;
}

.prod1_list li:hover .prod1_info {
	right: -100%
}

.prod1_list li .prod1_pic img {
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.prod1_list li:hover .prod1_pic img {
	transform: scale(1.03);
}

.logo {
	margin-top: 2px
}

.logo img {
	display: block;
	height: 60px;
}

html {
	height: 100%;
}

body.open {
	height: 100%;
	overflow: hidden;
}

#sidebar {
	width: 0%;
	height: 100%;
	background: #956929e0;
	position: absolute;
	top: 0;
	overflow-x: hidden;
	overflow-y: auto;

	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	z-index: 10;
}

#sidebar ul li {
	display: block;
	min-height: 49px;
	border-bottom: 1px solid #ff7200;
	font-size: 14px;
	width: 100%;
}

.agent-mobile #sidebar ul li {
	border-color: rgba(255, 255, 255, .05);
}

#sidebar ul li a {
	display: block;
	color: #fff;
	padding: 0 25px;
	height: 49px;
	line-height: 49px;

}

.nr {
	position: relative;
	z-index: 10;
	height: 100%;
	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#close {
	position: absolute;
	right: 10px;
	top: 10px;
}

#close img {
	height: 15px;
}

li.navitem {
	position: relative;
	top: 100px;
	opacity: 0;
	transition: .3s;
	transitino-delay: 1s;
}

body.open li.navitem {
	top: 0px;
	opacity: 1;
	transition: 1s;
}

body.open li.navitem:nth-child(2) {
	transition-delay: 0.2s;
}

body.open li.navitem:nth-child(3) {
	transition-delay: 0.4s;
}

body.open li.navitem:nth-child(4) {
	transition-delay: 0.6s;
}

body.open li.navitem:nth-child(5) {
	transition-delay: 0.8s;
}

body.open li.navitem:nth-child(6) {
	transition-delay: 1s;
}

body.open li.navitem:nth-child(7) {
	transition-delay: 1.2s;
}

body.open li.navitem:nth-child(8) {
	transition-delay: 1.4s;
}

body.open li.navitem:nth-child(9) {
	transition-delay: 1.6s;
}

body.open li.navitem:nth-child(10) {
	transition-delay: 1.8s;
}

body.open li.navitem:nth-child(11) {
	transition-delay: 2s;
}

body.open li.navitem:nth-child(12) {
	transition-delay: 2.2s;
}

body.open li.navitem:nth-child(13) {
	transition-delay: 2.4s;
}

body.open li.navitem:nth-child(14) {
	transition-delay: 2.6s;
}

.ss {
	width: 0;
	height: 35px;
	position: absolute;
	left: 0;
	top: 50px;
	overflow: hidden;
	z-index: 7;
}

.ss_bd {
	width: 80%;
	height: 35px;
	border: none;
	background: #fff;
	float: left;
	color: #333333;
	padding: 0 0 0 12%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
}

.ss_btn {
	width: 20%;
	float: left;
	line-height: 35px;
	background: #d79f3e;
	border: none;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 15px;
}

.section4 .title {
	padding: 55px 0 45px;
}

.section6 {
	width: 100%;
	background: #91919136;
	background-size: cover;
	
	position: relative;
	padding-top: 55px
}

.sec6_nr {
	width: 100%;
	position: relative;
	margin: 60px auto 55px;
	
}

.sec6_con {
	background: #0654b9;
	width: 404px;
	height: 404px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 213px;
	z-index: 10;
}

.sec6_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 335px;
	max-width: 90%;
	color: #fff
}

.sec6_bt {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	background: url('../images/sec6_bt.png') no-repeat center bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-align: center;
}

.sec6_jian {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 25px;
	text-indent: 2em;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.sec6_more {
	display: block;
	width: 145px;
	height: 33px;
	line-height: 31px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #fff;
	margin: 0 auto;
}

.sec6_pic {
	position: relative;
}

.sec6_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sec6_pic1 {
	width: 268px;
	height: 268px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 186px;
	left: 0px;
}

.sec6_pic2 {
	width: 268px;
	height: 268px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 356px;
	z-index: 1;
}

.sec6_pic3 {
	width: 444px;
	height: 444px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 60px;
	right: 0px;
}

.section6 .more {
	color: #fff;
	border: 1px solid #fff;
}

.section6 .more span {
	color: #fff
}

.section6 .more:hover {
	border: 1px solid #ffe687;
}

.section6 .more:hover span {
	color: #ffe687
}

.section6 .more span::before {
	background: url('../images/more2.png') no-repeat center;
}

.danye_tit {
	padding-bottom: 20px;
}

.newstype_des {
	text-align: center;
	font-size: 22px;
	padding-top: 45px;
}


@media (max-width:1600px) {
	.news2_jian {
		-webkit-line-clamp: 3;
	}
}

@media (max-width:1500px) {
	.navlist li {
		margin: 0;
	}

	header .lan {
		margin-right: 80px;
	}

	.news_jian {
		margin-top: 10px;
		font-size: 14px;
	}

	.search {
		right: 65px
	}

	.sec4_back_nr {
		width: 80%
	}

	.sec4_back_tit,
	.sec4_tit {
		font-size: 20px;
	}

	.sec4_back_jian {
		font-size: 14px;
		line-height: 2;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		margin-top: 15px
	}

	.sec1_right_list {
		margin-top: 40px
	}

	.section1 {
		padding: 60px 0 50px;
	}

	.sec1_nr {
		padding-top: 50px
	}

	.section2 {
		padding-bottom: 100px;
	}

	.sec3_top_nr {
		font-size: 14px;
		padding: 40px 25px;
	}

	.sec5_tit span {
		font-size: 70px;
	}

	.section2 .more {
		margin-top: 80px;
	}

	.sec5_news1 .sec5_left_nr {
		padding: 20px 20px 0;
		max-width: 52%
	}

	.sec5_left_tit {
		font-size: 18px;
		line-height: 1.7;
	}

	.sec5_left_jian {
		font-size: 14px;
		line-height: 1.7;
	}

	.sec5_r_top a {
		font-size: 18px;
	}

	.sec5_r_jian {
		font-size: 14px;
		line-height: 1.7;
	}

	.bot1_right {
		margin-right: 25px;
	}

	.news_list1 li .news1_tit {
		font-size: 18px;
	}

	.news_list1 li {
		width: calc(33.3% - 27px);
		margin-right: 40px;
		margin-bottom: 40px;
	}

	.news_list1 li .news1_li {
		padding: 14px 14px 30px;
	}

	.news2_jian {
		-webkit-line-clamp: 3;
	}

	.news2_tit {
		font-size: 25px;
	}

	.news2_right {
		padding-top: 0;
		max-width: 53%
	}

	.news_list2 li .news2_li {
		padding: 20px;
	}

	.ps1_top_tit {
		padding-top: 0
	}

	.ps1_top_key {
		margin-bottom: 10px
	}

	.ns_title {
		padding-top: 45px
	}

	.bot1_left li .two dd a {
		font-size: 13px;
	}
}

@media (max-width:1366px) {
	header .lan {
		margin-right: 60px;
	}

	.fenye {
		margin-bottom: 150px;
	}

	.search {
		right: 50px
	}

	.sec2_nr li p {
		font-size: 28px;
	}

	.navlist li {
		margin: 0 16px;
	}

	.sec1_right_tit {
		font-size: 28px;
	}

	.sec1_right_nr {
		font-size: 15px;
		margin-top: 20px;
		line-height: 2.2
	}

	.about3_nr .about3_info {
		font-size: 28px;
	}

	.news2_jian {
		margin-top: 7px
	}

	.sec5_right li .sec5_li {
		padding: 15px 25px 15px;
	}

	.news_more {
		margin-top: 45px
	}

	.news_list li .news_li {
		padding: 25px 20px;
	}

	.news_jian {
		margin-top: 7px;
		font-size: 14px;
	}

	.news_tit {
		font-size: 18px;
	}

	.news_list {
		padding-top: 30px
	}

	.sec2_nr li:nth-child(1) a {
		position: absolute;
		top: -70px;
		left: 162px;
	}

	.sec2_nr li:nth-child(2) a {
		position: absolute;
		top: 87px;
		right: -210px;
	}

	.sec2_nr li:nth-child(3) a {
		position: absolute;
		top: 87px;
		left: -180px;
	}

	.sec2_nr li:nth-child(4) a {
		position: absolute;
		top: 306px;
		right: -210px;
	}

	.sec2_nr li:nth-child(5) a {
		position: absolute;
		top: 306px;
		left: -210px;
	}

	.bot1_left {
		margin-top: 10px;
		width: calc(100% - 520px);
	}

	.bot1_tel {
		font-size: 44px;
	}
}

@media (max-width:1280px) {
	header .lan {
		margin-right: 50px;
	}

	.search {
		right: 40px
	}

	.sec5_left_more {
		margin-top: 10px
	}

	.sec5_right li {
		margin-bottom: 15px;
	}

}

@media (max-width:1200px) {
	.navlist li {
		margin: 0 15px;
		font-size: 15px;
	}

	.type li {
		margin-right: 30px;
	}

	.logo img {
		height: 50px;
	}

	header {
		height: 70px;
	}

	.lanmu {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		color: #000;
		width: 100%;
		margin-top: 35px
	}

	.navlist li a {
		height: 60px;
		line-height: 60px;
	}

	header .lan {
		height: 60px;
		line-height: 60px;
	}

	.search {
		top: 20px;
	}

	.sec1_right_tit {
		font-size: 22px;
	}

	.sec1_right_list li p {
		font-size: 25px;
		margin-bottom: 10px
	}

	.sec1_right_list li {
		font-size: 16px;
	}

	.sec5_tit span {
		font-size: 50px;
	}

	.news_more {
		margin-top: 66px;
	}

	.sec5_left_tit {
		-webkit-line-clamp: 1;
	}

	.sec2_nr li p {
		font-size: 25px;
	}

	.news2_jian {
		-webkit-line-clamp: 2;
	}

	.news2_tit {
		font-size: 22px;
	}

	.bot1_tel {
		font-size: 34px;
	}

	.bot1_left {
		margin-top: 10px;
		width: calc(100% - 430px);
	}

	.bot1_left li .two dd a {
		font-size: 12px;
	}

}

.head_3g {
	display: none;
}

.head_3g .lan {
	color: #fff;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
}

.head_3g .lan a {
	color: #fff;
}

.head_3g .lan i {
	font-style: normal;
}

.head_3g .lan a.red {
	color: #ff7200
}

.head_3g .search2 {
	margin: 7px 10px 0;
}

.head_3g .main {
	max-width: 96%
}

@media (max-width:1100px) {
	.prod2_tit {
		font-size: 16px;
	}

	header {
		display: none;
	}

	.head_3g {
		width: 100%;
		display: block;
		position: fixed;
		top: 0px;
		left: 0;
		z-index: 100;
		background: rgba(0, 0, 0, 0.5);
		padding-top: 10px
	}

	.logo_3g img {
		height: 45px
	}

	.nav img {
		height: 25px;
		margin-top: 7.5px;
		display: block;
	}

	body.open #sidebar {
		width: 30%
	}

	body.open .nr {
		transform: translate3d(30%, 0, 0);
		-webkit-transform: translate3d(30%, 0, 0)
	}

	.sec1_left {
		float: none;
		max-width: 100%;
		margin: 0 auto;
	}

	.sec1_right {
		width: 100%;
		float: none;
		max-width: 100%;
		margin-top: 30px
	}

	.sec1_right_tit {
		text-align: center;
	}

	.title p {
		font-size: 30px;
	}

	.title span {
		font-size: 14px;
	}

	.sec2_tit {
		font-size: 30px;
	}

	.sec2_tit span {
		font-size: 14px;
	}

	.sec1_nr {
		padding-top: 30px;
	}

	.section1 {
		background: url('../images/sec1.jpg') no-repeat center top;
		background-size: cover;
		padding: 50px 0;
	}

	.sec3_top_nr {
		padding: 25px 20px;
	}

	.sec3_top_jian {
		-webkit-line-clamp: 5;
	}

	.sec3_top_tit {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.section5 {
		width: 100%;
		background: url('../images/sec5.jpg') no-repeat center top;
		padding: 50px 0;
		background-size: cover
	}

	.sec5_left {
		width: 100%;
		max-width: 100%;
		float: none;
	}

	.news_more {
		display: none
	}

	.sec5_news1 {
		margin-bottom: 15px;
	}

	.sec5_left_tit {
		-webkit-line-clamp: 2;
	}

	.sec5_news1 .sec5_left_nr {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		padding: 0 20px;
	}

	.sec5_right {
		max-width: 100%;
		width: 100%
	}

	.bot1_left {
		display: none
	}

	.bot1_right {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}

	.bot1_zx {
		text-align: left;
	}

	.about1_right {
		display: none
	}

	.about1_left {
		max-width: 100%
	}

	.about3_info span {
		font-size: 15px;
	}

	.about3_nr .about3_info {
		font-size: 20px;
	}

	.news_list li {
		width: 100%;
		max-width: 100%;
		float: none;
	}

	.news_list1 li {
		width: 48.5%;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.news_list1 li:nth-child(2n+1) {
		float: left;
	}

	.news_list1 li:nth-child(2n) {
		float: right;
	}

	.lanmu p {
		font-size: 25px;
	}

	.lanmu span {
		font-size: 15px;
	}

	.news_list2 li {
		width: 100%;
		max-width: 100%;
		float: none;
		margin-bottom: 30px;
		position: relative;
	}

	.news2_right {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}

	.news2_right {
		width: calc(100% - 350px)
	}

	.type li {
		margin-right: 20px;
		font-size: 15px;
	}

	.ps1_top_left {
		max-width: 100%;
		float: none;
		margin: 0 auto;
	}

	.ps1_top_right {
		max-width: 100%;
		width: 100%;
		font: none;
	}

	.fenye {
		margin-bottom: 50px;
	}

	.ps1_top_tit,
	.ps1_top_key,
	.ps1_top_des {
		text-align: center;
	}

	.section3 {
		width: 100%;
		background: url('../images/sec3.jpg') no-repeat center;
		padding: 45px 0 55px;
	}

	.sec2_nr {
		position: relative;
		width: 300px;
		height: 303px;
		margin: 70px auto 0;
		border-radius: 50%;
	}

	.sec2_pic {
		width: 300px;
		height: 303px;
		background: url('../images/sec2_pic.png') no-repeat center;
		background-size: cover
	}

	.section2 {
		background: url('../images/sec2.jpg') no-repeat center top;
		padding: 50px 0 70px;
		height: auto;
		background-size: cover
	}

	.sec2_nr li p {
		font-size: 18px;
		display: inline-block;
	}

	.sec2_nr li span {
		font-size: 14px;
	}

	.sec2_nr li i {
		width: 10px;
		height: 10px;
	}

	.section2 li span {
		width: 180px;
	}

	.section2 .more {
		margin-top: 95px
	}

	.sec2_nr li:nth-child(1) i {
		position: absolute;
		top: -1px;
		left: 50%;
		margin-left: -5px;
	}

	.sec2_nr li:nth-child(1) a {
		position: absolute;
		top: -50px;
		left: 115px;
	}

	.sec2_nr li:nth-child(2) i {
		position: absolute;
		top: 90px;
		right: 6px;
	}

	.sec2_nr li:nth-child(2) a {
		position: absolute;
		top: 70px;
		right: -135px;
	}

	.sec2_nr li:nth-child(3) i {
		position: absolute;
		top: 90px;
		left: 6px;
	}

	.sec2_nr li:nth-child(3) a {
		position: absolute;
		top: 71px;
		left: -118px;
	}

	.sec2_nr li:nth-child(4) i {
		position: absolute;
		top: 240px;
		right: 30px;
	}

	.sec2_nr li:nth-child(4) a {
		position: absolute;
		top: 222px;
		right: -110px;
	}


	.sec2_nr li:nth-child(5) i {
		position: absolute;
		top: 240px;
		left: 30px;
	}

	.sec2_nr li:nth-child(5) a {
		position: absolute;
		top: 222px;
		left: -110px;
	}

	.section2 .more {
		margin-top: 50px;
	}


	.lanmu {
		margin-top: 30px
	}

	.sec6_nr {
	
	}

	.section6 {
		
	}

	.sec6_con {
		width: 300px;
		height: 300px;
		left: 85px;
	}

	.sec6_jian {
		font-size: 14px;
	}

	.sec6_bt {
		font-size: 22px;
	}

	.sec6_content {
		max-width: 75%
	}

	.sec6_pic1 {
		width: 180px;
		height: 180px;
		top: 150px;
	}

	.sec6_pic2 {
		width: 180px;
		height: 180px;
		top: 250px;
		left: 125px;
	}

	.sec6_pic3 {
		width: 300px;
		height: 300px;
		top: 100px;
		right: 0px;
	}

}

.section4_3g {
	display: none;
}

@media screen and (max-width:800px) {
	body.open #sidebar {
		width: 70%
	}

	body.open .nr {
		transform: translate3d(70%, 0, 0);
		-webkit-transform: translate3d(70%, 0, 0)
	}

	.sec3_top_nr {
		padding: 20px 15px;
	}

	.sec3_top_jian {
		-webkit-line-clamp: 4;
		font-size: 14px;
		line-height: 1.7;
	}

	.sec3_top_tit {
		margin-bottom: 5px;
	}

	.section4 {
		display: none
	}

	.section4_3g {
		display: block;
	}

	.section4_3g .title {
		padding: 30px 0 25px;
	}

	.section4_3g li {
		width: 49%;
		margin-bottom: 10px;
	}

	.section4_3g li a {
		display: block;
		position: relative;
		width: 100%
	}

	.section4_3g li:nth-child(2n+1) {
		float: left;
	}

	.section4_3g li:nth-child(2n) {
		float: right;
	}

	.sec4_nr {
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.sec4_pic {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 58%;
	}

	.sec4_pic img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.section4_3g li .jia {
		display: block;
		background: url('../images/jia.png') no-repeat center top;
		width: 40px;
		height: 40px;
		margin: 15px auto 0;
		background-size: 100%
	}

	.sec4_gd {
		display: inline-block;
		position: absolute;
		right: 10%;
		bottom: 15%;
		color: #fff;
		background: url('../images/l2.jpg') no-repeat center bottom;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 5px
	}

	.sec5_tit p {
		font-size: 30px;
	}

	.sec5_tit span {
		font-size: 40px;
	}

	.about3_info span {
		font-size: 13px;
	}

	.ns_nr {
		padding-bottom: 50px
	}

	.fenye li {
		width: 100%;
		float: none;
		height: 45px;
		line-height: 45px;
		max-width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.fenye li span {
		width: 60px;
	}

	.fenye li p {
		display: block;
		width: calc(100% - 70px);
	}

	.gengduo {
		width: 170px;
		height: 45px;
		line-height: 43px;
		font-size: 16px;
	}

	.news {
		padding-bottom: 80px
	}

	.news_list1 li .news1_tit {
		font-size: 16px;
	}

	.news_list1 li p {
		font-size: 14px;
	}

	.prod2_list li {
		width: 48.5%;
		float: left;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.prod2_list li:nth-child(2n+1) {
		float: left;
	}

	.prod2_list li:nth-child(2n) {
		float: right;
	}

	.ps {
		padding-top: 40px
	}

	.ps2_tit {
		font-size: 22px;
	}

	.ps2_xq {
		font-size: 18px;
	}

	.ps2_nr {
		padding: 35px 0;
	}

	.prod1_list li .prod1_info {
		background: transparent;
		color: #333;
		position: static;
		width: 100%;
		height: auto;
		padding: 8px;
	}

	.prod1_list li {
		margin-bottom: 20px
	}

	.prod1_list {
		padding-bottom: 30px;
	}

	.prod_list {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.pos {
		display: none;
	}

	.news {
		padding-bottom: 50px;
		padding-top: 20px;
	}

	.search_list {
		padding: 20px 0 40px;
	}

	.search_list li {
		font-size: 14px;
		height: 50px;
		line-height: 48px;
		padding: 0 30px 0 80px;
		background: url(../images/icon-rj.png) 20px center no-repeat #f8f8f8;
		margin: 15px auto 0;
	}

	.search_list li a::before {
		left: 58px;
	}

	.sec2_pic .sec2_pic_nr {
		width: 100px;
		height: 112px;
	}

	.sec2_pic .sec2_pic_nr img {
		width: 100%
	}

	.head_3g .lan {
		line-height: 38px;
	}

	.news2_right {
		width: 52%;
		right: 10px
	}
}

.banner_3g {
	display: none;
}

.banner2_3g {
	display: none;
	position: relative;
}

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

	.banner_3g {
		display: block;
	}

	.banner2 {
		display: none;
	}

	.banner2_3g {
		display: block;
	}

	.banner_3g .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 20px
	}

	.banner_3g .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 3px;
	}

	.banner_3g .swiper-pagination-bullet {
		background: #fff;
		width: 8px;
		height: 5px;
		opacity: 1;
		transition: all 0.8s;
		border-radius: 8px;
	}

	.banner_3g .swiper-pagination-bullet-active {
		width: 20px
	}

	.banner_3g .swiper-slide img {
		display: block;
		width: 100%
	}

	.sec3_top_info {
		max-width: 80%;
		right: 5%
	}

	.news2_right {
		width: 50%;
		right: 5px
	}

	.ps1_bot_nr {
		border: 1px solid #e3e3e3;
		padding: 10px;
	}

	.ps1_bot_con {
		font-size: 14px;
	}
}

.his_3g {
	display: none
}

.find_nav {
	display: block;
	width: 100%;
	height: 40px;
	z-index: 9999;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	border-bottom: 1px solid #cfcfcf;
}

.find_nav_left {
	height: 40px;
	position: relative;
	overflow: hidden;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.find_nav_list {
	position: absolute;
	left: 0px;
}

.find_nav_list ul {
	position: relative;
	white-space: nowrap;
	font-size: 0;
}

.find_nav_list ul li {
	display: inline-block;
	padding: 0;
	margin: 0 7px;
}

.find_nav_list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	color: #050505;
}

.find_nav_list li.find_nav_cur {
	border-bottom: 1px solid #ff7200;
	color: #ff7200;
	position: relative;
}

.find_nav_list li.find_nav_cur a {
	color: #ff7200;
	display: block;
	min-width: 40px
}

.sideline {
	display: block;
	position: absolute;
	border: 0;
	height: 2px;
	background: #ff7200;
	top: 38px;
	width: 100%;
	pointer-events: none;
}

.find_nav {
	display: none;
}

@media screen and (max-width:400px) {
	.sec3_list {
		margin-top: 25px;
	}

	.section4_3g .title {
		padding: 20px 0 20px;
	}

	.prod_nail {
		display: none
	}

	.find_nav {
		display: block;
	}

	.logo_3g img {
		height: 37px;
	}

	.nav img {
		height: 18px;
		margin-top: 9.5px
	}

	.head_3g .search2 img {
		height: 20px;
	}

	.head_3g .lan {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}

	.head_3g .search2 {
		margin: 8px 5px 0;
	}

	.head_3g {
		padding-top: 7px
	}

	.side {
		display: none
	}

	.title p {
		font-size: 22px;
		background: url('../images/tit.jpg') no-repeat center bottom;
		background-size: auto 2px;
		padding-bottom: 3px;
		margin-bottom: 2px
	}

	.title span {
		font-size: 12px;
	}

	.sec1_nr {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.section1 {
		padding: 20px 0 30px;
		background: url('../images/sec11.jpg') no-repeat center;
		background-size: cover;
	}

	.sec1_right_list {
		display: none
	}

	.sec1_right_tit {
		font-size: 18px;
	}

	.sec1_right {
		margin-top: 13px;
	}

	.sec1_right_nr {
		margin-top: 7px;
		line-height: 2;
		font-size: 14px;
		-webkit-line-clamp: 6;
	}

	.more {
		display: block;
		width: 120px;
		height: 30px;
		text-align: center;
		line-height: 29px;
		font-size: 14px;
	}

	.more span {
		font-size: 14px;
	}

	.more:hover span:before {
		display: none
	}

	.more:hover span {
		text-indent: 0px;
	}

	.section2 {
		padding: 25px 0 30px;
		background: url('../images/sec2.jpg') no-repeat center center;
		background-size: auto 130%
	}

	.sec2_tit {
		font-size: 22px;
	}

	.sec2_tit span {
		font-size: 12px;
	}

	.section2 .more {
		margin-top: 35px;
	}

	.section3 .more {
		margin-top: 25px;
	}


	.sec2_pic {
		width: 180px;
		height: 180px;
	}

	.sec2_nr {
		position: relative;
		width: 180px;
		height: 180px;
		margin: 50px auto 0;
	}

	.section2 li span {
		display: none
	}

	.sec2_pic .sec2_pic_nr {
		width: 65px;
		height: 73px;
	}

	.sec2_nr li p {
		font-size: 14px;
		line-height: 1.5;
	}

	.sec2_nr li i {
		width: 6px;
		height: 6px;
	}

	.section2 li p {
		width: auto;
	}

	.sec2_nr li:nth-child(1) i {
		position: absolute;
		top: -1px;
		left: 50%;
		margin-left: -3px
	}

	.sec2_nr li:nth-child(1) a {
		position: absolute;
		top: -30px;
		left: 61px;
	}

	.sec2_nr li:nth-child(2) i {
		position: absolute;
		top: 50px;
		right: 9px;
	}

	.sec2_nr li:nth-child(2) a {
		position: absolute;
		top: 25px;
		right: -80px;
	}

	.sec2_nr li:nth-child(3) i {
		position: absolute;
		top: 50px;
		left: 9px;
	}

	.sec2_nr li:nth-child(3) a {
		position: absolute;
		top: 37px;
		left: -80px;
	}

	.sec2_nr li:nth-child(3) p {
		max-width: 100px;
	}

	.sec2_nr li:nth-child(4) i {
		position: absolute;
		top: 148px;
		right: 21px;
	}

	.sec2_nr li:nth-child(4) a {
		position: absolute;
		top: 137px;
		right: -83px;
	}



	.sec2_nr li:nth-child(5) i {
		position: absolute;
		top: 148px;
		left: 21px;
	}

	.sec2_nr li:nth-child(5) a {
		position: absolute;
		top: 137px;
		left: -83px;
	}




	.sec3_top_info {
		max-width: 70%
	}

	.sec3_top_nr {
		padding: 10px;
	}

	.sec3_top_tit {
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
	}

	.sec3_top_jian {
		-webkit-line-clamp: 2;
		font-size: 13px;
		line-height: 1.5;
	}

	.sec3_list .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
		border: 2px solid #d2d2d2;
	}

	.sec3_list .gallery-thumbs .swiper-slide {
		border: 2px solid #fff;
	}

	.section3 {
		background: url('../images/sec3.jpg') no-repeat center;
		padding: 25px 0 30px;
		background-size: cover
	}

	.sec4_tit {
		font-size: 15px;
	}

	.section4_3g li .jia {
		width: 20px;
		height: 20px;
		margin: 7px auto 0;
	}

	.sec1_left {
		border: 4px solid #d2d2d2;
	}

	.section5 {
		padding: 25px 0;
	}

	.sec5_news1 .sec5_left_nr {
		padding: 0 10px;
	}

	.sec5_left_tit {
		-webkit-line-clamp: 1;
	}

	.sec5_left_more {
		display: none
	}

	.sec5_left_tit {
		margin-bottom: 5px;
		font-size: 16px;
	}

	.sec5_left_jian {
		font-size: 12px;
	}

	.sec5_right li .sec5_li {
		padding: 10px;
	}

	.sec5_r_jian {
		font-size: 12px;
		margin-top: 5px;
	}

	.sec5_r_top a {
		font-size: 16px;
	}

	.sec5_r_d {
		font-size: 14px;
	}

	.sec5_more {
		margin: 10px auto 0;
	}

	.sec5_tit span {
		font-size: 30px;
		line-height: 60px;
	}

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

	.sec5_news1 ul {
		margin-top: 0
	}

	.bot1_tel {
		font-size: 28px;
		line-height: 60px;
	}

	.bot1_zx span {
		font-size: 12px;
	}

	.bot1_zx p {
		font-size: 16px;
	}

	.bot1_code {
		margin-left: 0;
		width: 32%;
		font-size: 14px;
	}

	.bot2 {
		padding: 15px 0;
		font-size: 14px;
	}

	.bot {
		background: url('../images/bot.jpg') no-repeat center top;
		padding-top: 20px;
		background-size: cover
	}

	.bot1 {
		padding-bottom: 20px
	}

	.sec5_news1 {
		margin-top: 5px;
	}


	.lanmu p {
		font-size: 20px;
	}

	.lanmu span {
		font-size: 12px;
	}

	.lanmu {
		margin-top: 24px
	}

	.about3_info span {
		display: none
	}

	.about3_nr .about3_info {
		font-size: 14px;
	}

	.about_tit p {
		font-size: 22px;
	}

	.about_tit span {
		font-size: 12px;
	}

	.about3 {
		padding: 20px 0 30px;
	}

	.about_tit {
		margin-bottom: 20px
	}

	.about1_tit p {
		font-size: 25px;
		line-height: 25px;
	}

	.about1_tit span {
		font-size: 22px;
	}

	.about1_left {
		font-size: 14px;
		line-height: 2;
	}

	.about1 {
		padding-top: 25px;
		padding-bottom: 30px;
	}

	.about1_tit {
		margin-bottom: 10px
	}

	.nail {
		margin-top: 0;
		line-height: 40px;
	}

	.type li {
		margin-right: 14px;
		font-size: 14px;
	}

	.his_3g {
		display: block;
	}

	.block-pc {
		display: none;
	}

	.his_3g ul {
		padding-bottom: 15px;
		border-left: 1px solid #1a1a1a;
		margin-left: 13px;
	}

	.his_3g li {
		padding: 0 0 15px 20px;
		position: relative;
	}

	.his_3g .event {
		display: block;
		font-size: 13px;
		color: #898989;
		line-height: 1.7;
	}

	.his_3g .time {
		color: #a9a9a9;
		font-size: 22px;
		font-family: Impact;
	}

	.his_3g li span {
		display: block;
		width: 25px;
		height: 1px;
		background: #1a1a1a;
		position: absolute;
		top: 15px;
		left: -17px;
	}

	.news_list li .news_li {
		padding: 10px;
	}

	.news_tit {
		font-size: 15px;
	}

	.news_left p {
		display: none
	}

	.news_jian {
		margin-top: 2px;
		font-size: 12px;
		line-height: 1.5;
	}

	.news_list li {
		margin-bottom: 10px
	}

	.news_list {
		padding-top: 5px
	}

	.news_list li:hover .news_li {
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}

	.news_list ul {
		padding-bottom: 20px
	}

	.gengduo {
		width: 120px;
		height: 35px;
		line-height: 33px;
		font-size: 14px;
	}

	.news {
		padding-bottom: 30px
	}

	.ns_title {
		padding-top: 20px;
		font-size: 18px;
	}

	.ns_date {
		font-size: 13px;
		margin-top: 10px;
		margin-bottom: 15px;
	}

	.ns_nr {
		font-size: 14px;
		padding: 15px 0 25px;
		line-height: 2;
	}

	.fenye li {
		height: 40px;
		line-height: 40px;
		max-width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
		padding: 0 10px;
	}

	.fenye {
		margin-bottom: 30px
	}

	.news_list1 li .news1_li {
		padding: 7px 7px 15px;
	}

	.news1_pic {
		margin-bottom: 7px
	}

	.news_list1 li .news1_tit {
		font-size: 14px;
	}

	.news_list1 li p {
		font-size: 12px;
		margin: 0px 0 5px;
	}

	.news_list1 li .news1_more {
		font-size: 12px;
	}

	.news_list1 li:hover .news1_li {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
	}

	.news_list1 ul {
		padding-bottom: 20px;
		padding-top: 10px;
	}

	.news_list1 li {
		margin-bottom: 10px
	}

	.news2_keywords {
		display: none
	}

	.news_list2 li .news2_li {
		padding: 8px;
	}

	.news2_tit {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 7px;
		margin-bottom: 5px;
	}

	.news2_jian {
		margin-top: 0;
		font-size: 12px;
		line-height: 1.7;
	}

	.news_list2 ul {
		padding-top: 0;
	}

	.news_list2 li:hover .news2_li {
		background-position: 1% 50%;
	}

	.news_list2 li:hover .news2_tit {
		color: #ff7200
	}

	.news_list2 li:hover .news2_jian {
		color: #919191
	}

	.news_list2 li {
		margin-bottom: 10px
	}

	.news {
		padding-top: 20px;
	}

	.news_list2 ul {
		padding-bottom: 20px;
	}

	.prod2_tit {
		height: 35px;
		line-height: 33px;
		font-size: 14px;
		padding: 0 5px;
	}

	.prod2_list li:hover .prod2_bg {
		opacity: 0;
		visibility: hidden;
	}

	.prod2_list li:hover .line {
		transform: translate(0);
		-webkit-transform: translate(0);
		opacity: 1;
		visibility: hidden;
	}

	.prod_list {
		padding-top: 25px;
		padding-bottom: 30px;
	}

	.prod2_list li {
		margin-bottom: 15px
	}

	.ps2_pic {
		padding: 20px 0 20px;
	}

	.ps2_tit {
		font-size: 18px;
		padding-bottom: 10px;
	}

	.ps {
		padding-top: 20px;
	}

	.ps2_nr {
		padding: 20px 0;
	}

	.ps2_xq {
		font-size: 16px;
		padding-bottom: 5px
	}

	.ps2_nr {
		padding: 15px 0;
		font-size: 14px;
		line-height: 2;
	}

	.ps2 {
		padding-bottom: 15px;
	}

	.prod1_jian {
		display: none
	}

	.prod1_tit {
		font-size: 15px;
		margin-bottom: 0;
		text-align: center;
		line-height: 35px;
	}

	.prod1_list li .prod1_info {
		padding: 0 8px;
	}

	.prod1_list li {
		border: 3px solid #fff;
		border-bottom: 0;
		margin-bottom: 10px
	}

	.prod1_list {
		padding-bottom: 15px;
	}

	.ps1_top_tit {
		font-size: 22px;
		margin-bottom: 2px;
		margin-top: 5px;
	}

	.ps1_top_key {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.ps1_top_des {
		font-size: 13px;
		margin-bottom: 5px;
	}

	.ps1_top_link {
		padding: 10px 0;
	}

	.ps1_top_link a {
		font-size: 12px;
		width: auto;
		margin: 0 3px;
		padding: 0 7px;
	}

	.ps1_top_nr {
		font-size: 14px;
	}

	.ps1_bot_type a {
		width: 33.3%;
		font-size: 35px;
		font-size: 14px;
		height: 35px;
		line-height: 35px;
	}

	.ps1 {
		padding-bottom: 30px;
	}

	.search_list li {
		background: transparent;
		padding: 0 10px;
	}

	.search_list li:hover {
		background: transparent;
	}

	.search_list li a::before {
		display: none
	}

	.search_list li span {
		font-size: 13px;
	}

	.search_list li a {
		width: calc(100% - 95px);
	}

	.search_list {
		padding: 10px 0 30px;
	}

	.section6 {
		
		background-size: cover;
		height: auto;
		padding-bottom: 60px
	}

	.sec6_nr {
		height: 410px;
		margin: 30px auto;
	}

	.sec6_con {
		width: 220px;
		height: 220px;
		left: -20px;
	}

	.sec6_jian {
		font-size: 13px;
		-webkit-line-clamp: 4;
	}

	.sec6_pic1 {
		width: 130px;
		height: 130px;
		left: -65px;
		top: 115px;
		z-index: 3;
	}

	.sec6_pic3 {
		right: -65px;
		top: 80px;
		width: 190px;
		height: 190px;
	}

	.sec6_pic2 {
		left: 25px;
		top: 195px;
		width: 130px;
		height: 130px;
	}

	.newstype_des {
		font-size: 18px;
		padding-top: 25px
	}
}

.sonmenuBox {
	position: absolute;
	top: 66px;
	left: 0px;
	width: 124px;
	height: 0;
	overflow: hidden;
	background: #fff;
}

.sonmenuBox .son_menu {
	/* padding: 10px 27px 33px; */
}

.sonmenuBox .son_menu a {
	display: block;
	margin: 0 auto;
	width: 100px;
	color: #666;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	padding: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	transition: all 0.2s linear;
	text-align: center;
}

.ps1_top_key span {
	color: #a30505;
	font-size: 28px;
	font-weight: bold;
}

.qiyue_img_1 {
	float: right
}

.d-flex {
	display: flex !important;
}

.Home-ytl-liucheng>li .item a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.Home-ytl-liucheng>li {
	min-width: 0;
	position: relative;
	flex: 0 0 90px;
	text-align: center;
	overflow: hidden
}

.Home-ytl-liucheng>li .item {
	position: relative
}

.Home-ytl-liucheng>li .item .icon {
	text-align: center;
	width: 100px;
	height: 78px;
	border-radius: 50%;
	color: #fff;
	background-color: var(--bs-secondary);
	margin: 0 auto 8px;
	position: relative;
	z-index: 1
}

.Home-ytl-liucheng>li .item .icon:before,
.Home-ytl-liucheng>li .item .icon:after {
	content: "";
	display: block;
	width: 120px;
	height: 1px;
	/*background-color: #efe6db;*/
	position: absolute;
	top: 50%;
	z-index: -1
}

.Home-ytl-liucheng>li .item .icon:before {
	right: 100%
}

.Home-ytl-liucheng>li .item .icon:after {
	left: 100%
}

.Home-ytl-liucheng>li:after {
	content: "\e621";
	width: auto;
	height: auto;
	background-color: transparent;
	font-family: iconfont;
	color: #efe6db;
	transform: translateY(-50%);
	font-size: 12px;
	margin-top: 1px;
	position: absolute;
	top: 20px;
	right: 0
}

.Home-ytl-liucheng>li:first-child .item .icon:before,
.Home-ytl-liucheng>li:last-child .item .icon:after,
.Home-ytl-liucheng>li:last-child:after {
	display: none
}

.Home-ytl-liucheng>li .item .icon i {
	font-size: 24px;
	line-height: 40px;
}

.Home-ytl-liucheng>li .item .title {
	line-height: 1
}

.Home-ytl-liucheng>li .item .title a {
	color: #231816;
}

.Home-ytl-liucheng>li .item .num {
	font-family: "DIN-RegularItalic";
	color: var(--bs-gray-600);
	display: none
}

@media (min-width: 769px) {
	.Home-ytllc-wrapper {
		overflow-x: visible;
	}

	.Home-ytl-liucheng>li {
		flex: 0 0 11.1111%;
	}
	.Home-ytl-liucheng>li .item .num:before, .Home-ytl-liucheng>li .item .num:after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background-color: var(--bs-gray-300);
    position: absolute;
    top: 50%;
}
.Home-ytl-liucheng>li .item .num:after {
    left: 100%;
}
}

.Home-ytl-liucheng>li .item .num {
	text-align: center;
	width: 28px;
	height: 28px;
	line-height: 26px;
	margin: 16px auto 0;
	font-size: 14px;
	border: 1px solid var(--bs-gray-300);
	border-radius: 50%;
	position: relative;
	background-color: #fff;
	display: block
}

.Home-ytl-liucheng>li .item .num:before,
.Home-ytl-liucheng>li .item .num:after {
	content: "";
	display: block;
	width: 120px;
	height: 1px;
	background-color: var(--bs-gray-300);
	position: absolute;
	top: 50%;
}

.Home-ytl-liucheng>li .item .num:before {
	right: 100%;
}

.Home-ytl-liucheng>li .item .num:after {
	left: 100%
}

.Home-ytl-liucheng>li:nth-child(1) .item .num:before,
.Home-ytl-liucheng>li:nth-child(9) .item .num:after {
	display: none
}

.Home-ytl-liucheng>li:after {
	top: 28px
}

.home-liucheng-tips {
	padding-left: 120px;
	display: inline-block;
	padding-right: 0
}

.home-liucheng-tips:before {
	bottom: -40px;
}
@media (max-width: 750px){
    .bot1_tel{font-size:28px}
    .bot1_code{margin:0}
}