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

.BMap_Marker img {
	width: auto;
	display: inline-block;
}

.BMap_bubble_content img {
	width: auto;
	display: inline-block;
}

@font-face {
	font-family: 'NotoSansHans-Thin';
	src: url('https://www.yeefung.com/Public/Home/default/fonts/NotoSansHans-Thin.otf') format('opentype'), url('https://www.yeefung.com/Public/Home/default/fonts/notosanshansthin.svg') format('svg'), local('Noto Sans S Chinese Thin'), local('NotoSansHans-Thin'), local('Microsoft YaHei'), local('微软雅黑');
}

@font-face {
	font-family: 'PingHei-light';
	src: url('../font/PingHei-light.eot');
	src: url('../font/PingHei-light.eot') format('embedded-opentype');
	src: url('../font/PingHei-light.woff') format('woff'), url('../font/PingHei-light.ttf') format('truetype'), url('https://www.yeefung.com/Public/Home/default/fonts/NotoSansHans-Thin.otf') format('opentype'), url('https://www.yeefung.com/Public/Home/default/fonts/notosanshansthin.svg') format('svg'), local('Microsoft YaHei'), local('微软雅黑');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-wrap: break-word !important;
	word-break: normal !important;
}

html,
body {
	font-family: NotoSansHans-Thin, "Noto Sans S Chinese Thin", "Microsoft YaHei", 微软雅黑, 微軟雅黑, Arial, Helvetica, 宋体;
	background: #fff;
	font-size: 14px;
	color: #333;
	margin: 0 auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}


/*默认样式*/

#ascrail2000 {
	padding: 20px 0;
}

.nicescroll-cursors {
	border: none !important;
}

.nicescroll-rails {
	cursor: pointer !important;
}

.swiper-container .swiper-slide {
	background: #fff;
}

.BMap_cpyCtrl {
	display: none;
}

.anchorBL {
	display: none;
}

.body_flex {
	position: fixed;
}


/*#ascrail2000 {*/


/*    height: calc(100vh - 20px) !important;*/


/*    top: 10px!important;*/


/*    right: 3px!important;*/


/*    overflow: hidden!important;*/


/*}*/

.BMap_cpyCtrl {
	display: none;
}

.anchorBL {
	display: none;
}

.body_flex {
	position: fixed;
}

img {
	border: none;
	display: block;
	width: 100%;
}

i {
	font-style: normal;
}

div {
	display: block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
	border-collapse: collapse;
}

a {
	display: block;
	text-decoration: none;
	color: #000;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

video {
	outline: none;
}

a:focus {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
	list-style: none;
}

input,
select,
button,
textarea {
	vertical-align: middle;
	border-radius: 0;
	outline: none;
	background: none;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-family: "思源黑体 CN ligth", "Source-Hei", "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
}

select::-ms-expand {
	display: none;
}

textarea {
	resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

textarea {
	resize: vertical;
}


/*清除浮动*/

.clear:after {
	content: "";
	width: 0;
	height: 0;
	clear: both;
	display: block;
}


/*input高亮*/

.salient-input {
	padding: 7px 0 7px 5px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.salient-input:focus {
	border-color: #4faad6;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(10, 201, 245, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(10, 201, 245, .6);
}

.duo {
	position: absolute;
	bottom: 23%;
	display: block;
	width: 180px;
	background: #ac2124;
	font-size: 18px;
	color: white;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	left: 44%;
	transform: translate(50%);
}


/*单行超出省略*/

.space-over {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*多行超出省略*/

.space-list-over {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #8c8c8c;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #8c8c8c;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #8c8c8c;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #8c8c8c;
}

.imgs img {
	width: 100%;
	display: block;
	margin: 20px auto;
}

.cover {
	position: relative;
	height: 0;
	overflow: hidden;
}

.cover img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
}

.flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}


/*!*滚动条整体部分，可以设置宽度等*!*/


/*::-webkit-scrollbar {*/


/*}*/


/*!*滚动条两端的按钮*!*/


/*::-webkit-scrollbar-button {*/


/*}*/


/*!*外层轨道*!*/


/*::-webkit-scrollbar-track {*/


/*}*/


/*!*内层滚动槽*!*/


/*::-webkit-scrollbar-track-piece {*/


/*}*/


/*!*滚动的滑块*!*/


/*::-webkit-scrollbar-thumb {*/


/*}*/


/*!*边角*!*/


/*::-webkit-scrollbar-corner {*/


/*}*/


/*!*定义右下角拖动块的样式*!*/


/*::-webkit-resizer {*/


/*}*/


/*css play*/

.web_center {
	padding: 0 10%;
	position: relative;
	width: 100%;
}

.header_logo {
	width: 200px;
	position: relative;
	z-index: 9999;
}

.head_top {
	margin-top: 70px;
}

.head_one {
	background: #111111;
	padding: 10px 0;
	text-align: right;
	position: relative;
	z-index: 99;
}

.head_one span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	color: white;
}

.head_one span img {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
}

.header_wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99999;
	background: #fff;
}

.header_wrap.indexlogo {
	/* 	position: relative; */
	background: transparent;
}

.header_wrap:after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 1px;
	background: #e5e5e5;
	z-index: 99999;
	pointer-events: none;
}

.header_wrap.indexlogo:after {
	display: none;
}

.header_active {
	box-shadow: 0 0 10px #1265c1;
}

.header_active.indexlogo {
	box-shadow: none;
}

.header_active.indexlogo.on {
	background: #FFFFFF;
	box-shadow: 0 0 10px #1265c1;
}

.imglog2 {
	display: none;
}

.header_active.indexlogo.on .imglog2 {
	display: block;
}

.header_active.indexlogo.on .imglog {
	display: none;
}

.header_box {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.header_content_box {
	-webkit-align-items: center;
	align-items: center;
}

.header_nav_item {
	margin-right: 32px;
	position: relative;
}

.header_nav_link {
	height: 80px;
	font-size: 16px;
	text-align: center;
	color: #898989;
	line-height: 70px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.header_wrap.indexlogo .header_nav_link {
	color: white;
}

.header_wrap.indexlogo.on .header_nav_link {
	color: black;
}

.header_nav_link span {
	display: block;
	text-align: center;
	margin-top: -28px;
	height: 30px;
	line-height: 30px;
}

.header_nav_link:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	z-index: 9999999;
	background: #3caef2;
	pointer-events: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.header_item_back {
	width: 100%;
	position: absolute;
	left: 0;
	background: rgba(255, 255, 255, .95);
	height: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/*.header_nav_down {
	position: fixed;
	z-index: 1;
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-left: -100px;
}*/
.header_nav_down {
    position: fixed;
    z-index: 1;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* margin-left: -88px; */
    background: white;
    padding: 0 20px;
    transform: translate(-30%, 0px);
}
.header_down_item{
	padding: 10px 0;
}
.header_down_item a {
    padding: 0px 35px 0px 0;
    line-height: 30px;
    font-size: 16px;
    color: #898989;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header_down_item a:hover {
	color: #3caef2;
}

.header_nav_focus .header_nav_link:after {
	width: 100%;
}

.header_nav_focus .header_nav_link {
	color: #000;
}

.header_nav_default .header_nav_link:after {
	width: 0;
}

.header_nav_default .header_nav_link {
	color: #898989;
}

.header_nav_hover .header_nav_link:after {
	width: 100%;
}

.header_nav_hover .header_nav_link {
	color: #000;
}

.header_language a {
	font-size: 16px;
	line-height: 70px;
	color: #3caef2;
}

.header_wap_nav {
	width: 32px;
	display: none;
}

.header_wap_nav span {
	display: block;
	width: 100%;
	height: 2px;
	background: #3caef2;
	margin-bottom: 6px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.header_wap_nav span:last-child {
	margin-bottom: 0;
	width: 50%;
	margin-left: 50%;
}

.banner {
	margin-top: 42px;
}


.index_banner_box {
	height: calc(100vh - 70px);
	position: relative;
}

.index_banner_video {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index_banner_video video {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}

.index_banner_content {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../image/banner_sodh-zzbg1.png) repeat;
	z-index: 1;
	left: 0;
	top: 0;
	-webkit-align-items: center;
	align-items: center;
}

.index_banner_en {
	font-size: 41px;
	color: #fff;
	line-height: 64px;
	text-transform: Uppercase;
}

.index_banner_en strong {
	display: block;
	font-weight: bold;
	letter-spacing: 3px;
}

.index_banner_cn {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	margin-top: 30px;
}

.index_banner_icon {
	position: absolute;
	left: 50%;
	bottom: 60px;
	width: 25px;
	height: 14px;
	margin-left: -12px;
	z-index: 99999;
}

.index_text_item {
	width: 50%;
}

.index_text_item:nth-child(2n+1) {
	padding-right: 90px;
}

.index_text_item:nth-child(2n) {
	padding-left: 90px;
}

.index_text_title {
	font-size: 40px;
	line-height: 50px;
	height: 70px;
}

.index_text_read {
	font-size: 15px;
	line-height: 30px;
	height: 120px;
	margin: 30px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.index_text_button a {
	width: 180px;
	line-height: 52px;
	height: 52px;
	font-size: 15px;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.index_button_box {
	width: 100%;
	height: 100%;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	color: #3caef2;
}

.index_button_focus {
	background: #666;
	color: #fff;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index_button_top {
	-webkit-transition: all .3s .15s ease-in-out;
	transition: all .3s .15s ease-in-out;
}

.index_text_button a:hover .index_button_focus {
	left: 0;
	-webkit-transition: all .3s .15s ease-in-out;
	transition: all .3s .15s ease-in-out;
}

.index_text_button a:hover .index_button_top {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index_text_box {
	position: relative;
}

.index_text_content {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_button_icon {
	margin-left: 5px;
	width: 11px;
}

.index_banner_read {
	width: 100%;
}

.index_text_item:nth-child(2n+1) .index_text_title {
	color: #fff;
}

.index_text_item:nth-child(2n+1) .index_text_read {
	color: #fff;
}

.index_text_item:nth-child(2n) .index_text_title {
	color: #3caef2;
}

.index_text_item:nth-child(2n) .index_text_read {
	color: #3caef2;
}

.index_advert_box {
	position: relative;
}

.index_advert_back {
	padding-bottom: 33.33333%;
}

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

.index_advert_title {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
}

.index_advert_icon {
	width: 38px;
	margin: 0 auto;
}

.index_advert_text {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	text-align: center;
}

.index_advert_list {
	padding-top: 40px;
}

.index_advert_item:first-child {
	margin: 0 16px 0 0;
}

.index_advert_item {
	margin: 0 16px;
}

.index_news_wrap {
	margin-top: 50px;
	background-image: url(../image/bganli.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.index_advert_button {
	margin-top: 100px;
	width: 110px;
	position: relative;
}

.index_advert_button a {
	height: 34px;
	border: 1px solid #fff;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.index_advert_img {
	display: block;
	width: 140px;
	position: absolute;
	right: -160px;
	top: -70px;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index_advert_label {
	position: absolute;
	right: -20px;
	top: 7px;
	width: 0;
	height: 0;
	border-right: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	pointer-events: none;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index_advert_button:hover .index_advert_img,
.index_advert_button:hover .index_advert_label {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	pointer-events: auto;
}

.index_pro_box {
	padding: 60px 0;
	background: #ffffff;
}

.index_pro_content {
	text-align: center;
}

.index_pro_title {
	font-size: 45px;
	color: #222222;
	line-height: 72px;
	padding-bottom: 20px;
	font-weight: bold;
	text-align: center;
}

.index_pro_text {
	font-size: 16px;
	color: #a7a7a7;
	line-height: 42px;
	text-align: center;
	text-indent: 2em;
}

.about_mose {
	display: block;
	width: 200px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	margin: auto;
	border: 1px solid #818181;
	color: #545454;
	border-radius: 10px;
}

.index_pro_button_wrap {
	-webkit-justify-content: center;
	justify-content: center;
	padding: 20px 0 50px 0;
}

.prolis {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

.prolis ul {
	margin-left: -2%;
}

.prolis ul li {
	width: 48%;
	margin-left: 2%;
	float: left;
	overflow: hidden;
	margin-top: 80px;
}

.prolis ul li .fl {
	width: 48%;
	float: left;
}

.prolis ul li .fr {
	width: 48%;
	float: right;
}

.prolis ul li h6 {
	font-size: 16px;
	color: #222222;
	margin-bottom: 20px;
}

.prolis ul li p {
	font-size: 14px;
	color: #505050;
	line-height: 20px;
}

.prolis ul li a {
	font-size: 12px;
	color: white;
	display: block;
	background: #18b8ed;
	text-align: center;
	width: 80%;
	line-height: 30px;
	border-radius: 20px;
	max-width: 120px;
	margin: 20px 0;
}

.prolis ul li h5 {
	font-size: 16px;
	color: #222222;
	margin-bottom: 20px;
}

.prolis ul li .zhan {
	margin-right: -4px;
}

.prolis ul li .zhan .imgli {
	width: 48%;
	border: 2px solid #A7A7A7;
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	display: block;
	position: relative;
}

.prolis ul li .zhan img {
	width: 100%;
	display: block;
}

.prolis ul li .zhan span {
	position: absolute;
	bottom: 6px;
	right: 6px;
	font-size: 12px;
	color: white;
}

.index_pro_item_button a {
	font-size: 18px;
	color: #3caef2;
	line-height: 36px;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 16px;
}

.index_pro_item_icon {
	width: 11px;
	margin-left: 5px;
}

.index_pro_img {
	width: 100%;
	margin: 30px auto;
}

.index_pro_img img {
	max-width: 100%;
	width: auto;
}

.index_artisan_title {
	font-size: 45px;
	color: #fff;
	line-height: 66px;
}

.index_artisan_box {
	position: relative;
}

.index_artisan_content {
	/* position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
}

.index_artisan_read {
	width: 520px;
}

.index_artisan_text {
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	margin-top: 100px;
}

.news337_wrap {
	padding-bottom: 310px;
}

.news337_wrap:after {
	content: '';
	clear: both;
	height: 0;
	overflow: hidden;
	display: table;
}

.news337_wrap .lnk {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 460px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	border: 1px solid #ddd;
	color: #2f343a;
	font-size: 18px;
}

.news337_wrap .lnk-left {
	float: left;
	margin-left: 57px;
}

.news337_wrap .lnk-right {
	float: right;
	margin-right: 57px;
}

.index_news_item {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.index_news_tab .index_news_img {
	position: relative;
	float: left;
	width: 58%;
	margin-right: 30px;
}


.index_news_wrap .index_news_tab.swiper-container .swiper-slide {
	background: none;
}

.index_news_tab .index_news_title {
	float: right;
	width: 40%;
}

.index_news_tab .index_news_title h4 {
	font-size: 36px;
	color: #222222;
	margin-bottom: 10px;
}

.index_news_tab .index_news_title p {
	font-size: 16px;
	color: #505050;
	line-height: 26px;
}

.index_news_tab .index_news_title h6 {
	font-size: 22px;
	color: #000004;
	margin: 16px 0;
}

.index_news_tab .index_news_title .mp4 {
    height: auto;
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.index_news_tab .index_news_title .mp4 video {
	height: 100%;
	width: 100%;
}

.index_news_img .video_flag:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5) url(../image/video_bfbut.png) no-repeat center;
	background-size: 60px 60px;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index_news_img .video_flag:hover:after {
	opacity: 1;
}

.index_zi_tab .cover {
	height: auto;
	padding-bottom: 0;
}

.index_zi2_tab .cover {
	height: auto;
	padding-bottom: 0;
}

.index_zi_pagination .swiper-pagination-bullet {
	margin: 0 4px;
}

.index_zi_pagination {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
}

.index_zi2_pagination .swiper-pagination-bullet {
	margin: 0 4px;
}

.index_zi2_pagination {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
}

.index_zi_tab img {
	position: relative;
}

.index_zi2_tab img {
	position: relative;
}

.index_news_icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index_news_icon img {
	width: 56px;
}


/* .index_news_img a {
	padding-bottom: 48.3050847%;
}
 */

.index_news_img a img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index_news_img:hover a img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.index_news_img:hover .index_news_icon {
	opacity: 1;
}

.index_news_list {
	position: relative;
	margin-top: 44px;
	/*display: none*/
}

.zinav {
	position: relative;
	margin-top: 40px;
}

.zinav:before {
	position: absolute;
	width: 100%;
	content: "";
	height: 2px;
	top: -10px;
	background: #707070;
}

.zinav ul {
	text-align: center;
}


/*.index_zi_wrap .index_news_list{
	display: none;
}*/

.zinav ul li {
	display: inline-block;
	text-align: center;
	margin: 10px;
	font-size: 18px;
	position: relative;
	cursor: pointer;
}

.zinav ul li:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	width: 23px;
	height: 23px;
	background: url(../image/zi_w.jpg)no-repeat;
	transform: translate(-50%, 0);
}

.zinav ul li.on::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	width: 23px;
	height: 23px;
	background: url(../image/zi_b.jpg)no-repeat;
	transform: translate(-50%, 0);
}

.index_news_button {
	width: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -73px;
	z-index: 30;
	cursor: pointer;
	background: #dcdcdc;
	outline: none;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.index_news_prev {
	left: -100px;
}

.index_news_next {
	right: -100px;
}

.index_news_max_title {
	font-size: 30px;
	line-height: 48px;
	color: #222222;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}

.index_news_time {
	font-size: 15px;
	color: #969696;
	line-height: 50px;
}

.gongp {
	text-align: center;
	font-size: 30px;
	margin: 30px 0;
}

.index_news_line {
	height: 1px;
	width: 100%;
	background: #3caef2;
}

.index_news_title a {
	font-size: 18px;
	color: #2f343a;
	height: 48px;
	line-height: 48px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.index_news_title a:hover {
	color: #3caef2;
}

.index_news_text {
	font-size: 16px;
	color: #979797;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_news_box {
	padding: 100px 0;
}

.index_news_more {
	-webkit-justify-content: center;
	justify-content: center;
	padding-top: 70px;
}

.index_news_more a {
	background: #3caef2;
}

.index_more_read {
	-webkit-align-items: center;
	align-items: center;
	padding: 0 58px;
}

.index_more_icon {
	width: 23px;
}

.index_more_text {
	line-height: 42px;
	height: 42px;
	padding-left: 17px;
	font-size: 16px;
	color: #fff;
}

.index_gong_wrap {
	background: url(../picture/gongimg.jpg) no-repeat;
	background-size: 100%;
}

.index_gong_wrap .index_news_max_title {
	color: white;
	padding-bottom: 100px;
}

.gonglist {
	overflow: hidden;
}

.gonglist ul {
	margin-right: -2%;
	overflow: hidden;
}

.gonglist ul li {
	width: 31.3%;
	margin-right: 2%;
	float: left;
	margin-bottom: 16px;
}

.gonglist ul li img {
	width: 100%;
	display: block;
}

.gonglist ul li:first-child {
	width: 64.5%;
	margin-bottom: 10px;
	overflow: hidden;
}

.gonglist ul li:first-child img {
	width: 100%;
}

.jishulist {
	overflow: hidden;
}

.jishulist ul li {
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
}

.jishulist .fl {
	width: 32%;
	float: left;
}

.jishulist .fr {
	width: 66%;
	float: right;
}

.jishulist ul li a {
	display: block;
}

.jishulist .fr h4 {
	font-size: 30px;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 30px;
}

.jishulist .fr p {
	font-size: 18px;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 30px;
	margin-bottom: 30px;
}

.jishulist .fr span {
	font-size: 18px;
	color: #A0A0A0;
}

.jishulist .fr .time {
	width: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.jishulist .about_mose {
	margin-top: 40px;
}

.index_zixun_wrap {
	background: url(../image/bganli.jpg) no-repeat;
	overflow: hidden;
	background-size: 100%;
}

.index_zixun_wrap .form {
	width: 600px;
	margin: auto;
}

.index_zixun_wrap .index_news_max_title {
	margin-top: 30px;
}

.index_zixun_wrap .form label {
	display: block;
	margin-bottom: 20px;
}

.index_zixun_wrap .form span {
	font-size: 20px;
	color: #333333;
}

.index_zixun_wrap .form span em {
	color: red;
	font-style: normal;
}

.index_zixun_wrap .form input {
	background: white;
	outline: none;
	border: 1px solid #C9C9C9;
	line-height: 40px;
	padding: 0 10px;
	width: 500px;
	border-radius: 5px;
	margin-top: 10px;
}

.tijiao {
	width: 576px;
	display: block;
	margin: 40px 0;
	background: #ac2124;
	color: white;
	font-size: 26px;
	line-height: 50px;
	border-radius: 30px;
	cursor: pointer;
}

.footer_wrap {
	padding: 60px 0 30px 0;
	background: #1b1b1b;
}

.footer_list {
	width: 74%;
}

.footer_share {
	width: 26%;
}

.footer_ul {
	margin-right: 6%;
}

.footer_li {
	padding: 5px 0;
}

.footer_li a {
	font-size: 16px;
	color: #8f8993;
	line-height: 26px;
}

.footer_ul .footer_li:first-child a {
	font-size: 18px;
	color: #ffffff;
}

.footer_icon_item .footer_icon_click {
	width: 26px;
	position: relative;
	cursor: pointer;
}

.footer_icon_item .footer_icon_click:hover .footer_img_show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
}

.footer_img_show {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.footer_img_box {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	opacity: 0;
	pointer-events: none;
}

.footer_img_text {
	position: absolute;
	top: 100%;
	right: 0;
	width: 180px;
	opacity: 0;
	pointer-events: none;
	text-align: center;
	background: #3caef2;
}

.footer_img_text a {
	line-height: 32px;
	font-size: 24px;
	color: #fff;
}

.footer_img_close {
	display: none;
}

.footer_icon_item {
	margin: 0 15px;
	position: relative;
}

.footer_icon_list {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	height: 44px;
}

.footer_ys_box {
	color: #8f8993;
	font-size: 14px;
	line-height: 24px;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	width: 70%
}

.footer_ys_box a {
	color: #8f8993;
	font-size: 14px;
	margin: 0 15px;
	line-height: 24px;
	display: inline-block;
}

.footer_bq_box {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.footer_bq_box {
	padding-top: 70px;
}

.footer_bq_made {
	color: #8f8993;
	font-size: 14px;
	line-height: 60px;
	display: block;
	width: 100%;
	text-align: center;
}

.footer_bq_made a {
	color: #8f8993;
	font-size: 14px;
	line-height: 60px;
	display: inline-block;
}

.foof_phone {
	overflow: hidden;
}

.foof_phone .tell {
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

.foof_phone .twen {
	display: inline-block;
	vertical-align: middle;
}

.foof_phone .twen h6 {
	color: white;
	font-size: 16px;
}

.foof_phone .twen h5 {
	color: #f6dc60;
	font-size: 30px;
	font-weight: bold;
}

.foof_phone p {
	color: #8f8993;
	font-size: 14px;
	margin-top: 10px;
}

.f_ma img {
	width: 104px;
	display: block;
	margin: 30px auto;
}

.f_ma {
	width: 70%;
	text-align: center;
	color: white;
	font-size: 16px;
	margin-bottom: 20px;
}

.xiang {
	margin: 30px 0;
	background: #eeeeee;
	padding: 20px;
}

.xiang h6 {
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;

}

.xiang p {
	font-size: 14px;
	line-height: 26px;
	color: #282828;

}

.liaolist {
	position: fixed;
	top: 30%;
	right: 10px;
	width: 136px;
	background: url(../image/liaobg.jpg) no-repeat;
	background-size: 100% 100%;
	z-index: 9999;
	border-radius: 8px;
}

.liaolist ul {
	margin-top: 50px;
	padding: 10px;
}

.liaolist ul li {
	margin-top: 20px;
	font-size: 12px;
	position: relative;
	padding-left: 14px;
}

.liaolist ul li a {
	border: 1px solid #03a1f3;
	border-left: none;
	line-height: 30px;
	padding-left: 20px;
}

.liaolist ul li img {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	margin-right: 4px;
	position: absolute;
	left: 0px;
}

.pro_nav {
	background: #003450;
	margin-top: 128px;
	overflow: hidden;
	padding: 50px 0;
}

.lius {
	display: flex;
	align-items: center;
}

.pro_nav .fl {
	float: left;
	width: 32%;
}

.pro_nav .fr {
	width: 66%;
	float: right;
	text-align: right;
}

.pro_nav.aboutswen .fl {
	width: 42%;
}

.pro_nav.aboutswen .fr {
	width: 56%;
}

.pro_nav .fr ul {
	width: 100%;
}

.pro_nav .fr ul li {
	display: inline-block;
	/* padding: 0 10px; */
	background: white;
	font-size: 22px;
	line-height: 40px;
	margin-bottom: 10px;
	width: 23.5%;
	text-align: center;
}

.pro_nav .fr ul li a {
	color: #2690d0;
	font-size:16px;
}

.pro_nav.aboutswen .fr ul li {
	display: inline-block;
	/* padding: 0 10px; */
	background: white;
	font-size: 24px;
	line-height: 52px;
	margin-bottom: 10px;
	width: 20.5%;
	text-align: center;
	margin-right: 4%;
}

.pro_nav.jiao .fr ul li {
	display: inline-block;
	/* padding: 0 10px; */
	background: white;
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 10px;
	width: 23.5%;
	text-align: center;
}

.prolist {
	overflow: hidden;
}

.protop {
	padding-top: 30px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
}

.protop h4 {
	font-size: 48px;
	line-height: 60px;
	color: #222222;
	margin-bottom: 20px;
}

.protop p {
	font-size: 18px;
	color: #222222;
}

.prolist .fl {
	float: left;
	width: 45%;
}

.prolist .fl img {
	width: 70%;
	display: block;
}

.prolist .fr {
	float: right;
	width: 52%;
}

.prolist .fr h3 {
	font-size: 28px;
	font-weight: bold;
	color: #222222;
	margin: 20px 0;
}

.prolist .fr p {
	font-size: 22px;
	line-height: 32px;
	color: #444444;
}

.pro_te {
	overflow: hidden;
	margin-top: 50px;
}

.pro_te .fl {
	float: left;
	width: 58%;
}

.tebox .fl p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}

.pro_te .fr {
	float: right;
	width: 40%;
}

.pro_te .tebox {
	margin-top: 30px;
	overflow: hidden;
}

.pro_te .tebox {
	margin-top: 10px;
	overflow: hidden;
}

.abtext h3 {
	font-size: 48px;
	color: #333333;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
}

.tebox .fr ul {
	margin-right: -2%;
	margin-bottom: 20px;
}

.tebox .fr ul li {
	float: left;
	width: 31.3%;
	margin-right: 2%;
	text-align: center;
}

.tebox .fr ul li h6 {
	margin: 10px 0;
	font-size: 16px;
}

.tebox .fr p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}

.allflex {
	padding: 0px 0;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
}

.liuflex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #a7a7a7;
	padding: 0px 0;
}

.liuflex .ali {
	position: relative;
	border-right: 1px solid #a7a7a7;
	width: 20%;
	/* text-align: center; */
	padding: 0 2px;
}

.liuflex .ali p {
	margin-bottom: 0;
}

.anli {
	overflow: hidden;
	background: #f4f4f4;
	padding: 40px 0;
}

.anli h3 {
	font-size: 48px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.anli ul {
	margin-right: -4%;
}

.anli ul li {
	float: left;
	width: 29.3%;
	margin-right: 4%;
	position: relative;
	margin-bottom: 30px;
}

.anli ul li span {
	text-align: center;
	width: 60px;
	background: #007AFF;
	border: 4px solid #FFFFFF;
	color: white;
	font-size: 38px;
	line-height: 54px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.anli ul li img {
	width: 100%;
	display: block;
}
.anli ul li p{text-align: center;
font-size: 16px;
line-height: 30px;
}



 .xiang_nav .swiper-container{
            width: auto!important;
            height: 100%;
            text-align: center;
            line-height: 50px;
            color: #000;
            font-size: 20px;
        }
      .xiang_nav  .swiper-wrapper{
            position: relative;
            width: auto!important;
            height: 100%;
        }
       .xiang_nav  .swiper-slide {
            list-style: none;
            display: flex;
            justify-content: flex-start;
            flex-wrap: nowrap;
            cursor: pointer;
        }
     .xiang_nav   .swiper-wrapper span{
            position: absolute;
            height: 3px;
            background: #000;
            left: 1%;
            top: 85%;
        }
       .xiang_nav  .swiper-slide{
            width: auto!important;
            margin-right: 15px!important;
            padding: 0 18px;
        }


.jie h3 {
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}

.tebiao h5 {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.pages {
	text-align: center;
	margin-top: 50px;
}

.pages a {
	display: inline-block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background: #eeeeee;
}

.pages a.prev {
	color: white;
	background: #000000;

}

.pages a.next {
	color: white;
	background: #000000;
}

.pages a:hover {
	color: white;
	background: #000000;

}

.pages a.on {
	color: white;
	background: #000000;

}

.case_dal {
	overflow: hidden;
	padding: 50px 0;
}

.case_dal h5 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

.shi {
	text-align: center;
	font-size: 16px;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.shi img {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.boxnew .ps {
	font-size: 18px;
	background: #f2f2f2;
	line-height: 30px;
	padding: 20px;
	color: #666666;
}

.boxnew p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 4px;
}

.boxnew img {
	width: 100%;
	max-width: 100%;
}

.mos {
	padding: 30px 0;
}

.mos a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}

.mos a:hover {
	color: #00aaff;
}

.chanpin {
	overflow: hidden;
}

.chanpin h4 {
	font-size: 20px;
}

.chanpin h3 {
	font-size: 48px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

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

.chanpin .info p {
	font-size: 16px;
	line-height: 30px;
}

.imgbos {
	text-align: left;
	display: flex;
	align-content: center;
	justify-content: center;
	margin-bottom: 30px;
}

.imgbos img {
	display: inline-block;
	width: auto;
	max-width: 100%;
	float: left;
}

.banlist ul li {
	display: inline-block;
	width: 48%;
}

.banlist ul li img {
	display: block;
	width: 100%;
}

.jielist {
	overflow: hidden;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.jielist ul {
	margin-right: -3%;
}

.jielist ul li {
	width: 22%;
	float: left;
	padding: 2%;
	margin-right: 3%;
	background: #0f6bb6;
	text-align: center;
	position: relative;
	height: 300px;
	border-radius: 5px;
}

.jielist ul li img {
	width: 80px;
	display: block;
	margin: 10px auto;
}

.jielist ul li h6 {
	font-size: 24px;
	color: white;
	margin-bottom: 10px;
}

.jielist ul li p {
	font-size: 16px;
	color: white;
	text-align: left;
	line-height: 26px;
}

.jielist ul li i {
	font-size: 30px;
	display: block;
	color: white;
	width: 60px;
	height: 60px;
	line-height: 54px;
	border-radius: 50%;
	border: 2px solid white;
	text-align: center;
	font-style: normal;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -30px;
	background: #0f6bb6;
}

.biao img {
	width: 100%;
	display: block;
}

.ying {
	margin-top: 30px;
	overflow: hidden;
	clear: both;
	padding-bottom: 40px;
}

.ying h4 {
	font-size: 36px;
	color: #444444;
	margin-bottom: 20px
}

.ying ul {
	margin-right: -2%;
}

.ying ul li {
	float: left;
	width: 23%;
	margin-right: 2%;
	text-align: center;
}

.ying ul li img {
	width: 100%;
	display: block;
	margin-bottom: 12px;
}

.ying ul li span {
	font-size: 24px;
	color: #444444;
}


.park .ying {
	margin-top: 30px;
	overflow: hidden;
	clear: both;
	padding-bottom: 40px;
}

.park .ying h4 {
	font-size: 36px;
	color: #444444;
	margin-bottom: 20px
}

.park .ying ul {
	margin-right: -2%;
}

.park .ying ul li {
	float: left;
	width: 31.3%;
	margin-right: 2%;
	text-align: center;
	margin-top: 40px;
}

.park .ying ul li img {
	width: 100%;
	display: block;
	margin-bottom: 12px;
}

.park .ying ul li span {
	font-size: 24px;
	color: #444444;
}

.page_banner_img {
	padding-bottom: 33.33333333%;
}

.machine_hi_video_back {
	padding-bottom: 33.33333333%;
}

.machine_hi_video_wrap {
	position: relative;
}

.machine_hi_video_box {
	position: absolute;
	bottom: 70px;
	right: 0;
	width: 100%;
}

.machine_hi_video_read {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.machine_hi_video_text {
	height: 56px;
	line-height: 28px;
	font-size: 20px;
	color: #fff;
	padding-left: 12px;
}

.machine_hi_video_icon {
	height: 28px;
	-webkit-align-items: center;
	align-items: center;
}

.machine_hi_video_icon img {
	width: 11px;
}

.machine_hi_video_button {
	cursor: pointer;
}

.machine_hi_box {
	text-align: center;
	padding: 80px 0 80px 0;
	position: relative;
	z-index: 1;
}

.about_content_box {
	text-align: center;
	padding: 80px 0 0 0;
	position: relative;
	z-index: 1;
}

.machine_hi_title {
	padding-top: 15px;
	margin-bottom: 40px;
	font-size: 40px;
	color: #333333;
}

.machine_hi_text {
	font-size: 20px;
	color: #7d7d7d;
	line-height: 40px;
}

.machine_about_max_img {
	padding-top: 50px;
}

.machine_about_max_img img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

.machine_about_read {
	width: 50%;
}

.machine_about_width {
	width: 50%;
}

.machine_about_img {
	padding-bottom: 94.4%;
}

.machine_about_title {
	font-size: 40px;
	color: #333333;
	padding-bottom: 40px;
}

.machine_about_text {
	font-size: 18px;
	color: #7d7d7d;
	line-height: 40px;
}

.machine_about_read {
	padding: 140px 20px 0 140px;
}

.machine_position_img {
	padding-bottom: 54.88%;
}

.machine_about_position {
	position: relative;
}

.machine_position_read {
	position: absolute;
	width: 100%;
	top: 0;
	text-align: center;
}

.machine_position_title {
	font-size: 40px;
	color: #333333;
	padding: 90px 0 40px 0;
}

.machine_position_text {
	font-size: 20px;
	color: #7d7d7d;
	line-height: 40px;
}

.machine_show_tab {
	width: 100%;
}

.machine_show_tab .swiper-slide {
	background: none;
}

.machine_show_tab .swiper-slide:nth-child(3n+1) {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.machine_show_tab .swiper-slide:nth-child(3n+2) {
	-webkit-justify-content: center;
	justify-content: center;
}

.machine_show_tab .swiper-slide:nth-child(3n) {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.machine_show_pagination {
	display: none;
}

.machine_show_wrap {
	background: #1a1a1a;
}

.machine_show_box {
	padding: 105px 0;
}

.machine_show_img img {
	height: 234px;
	width: auto;
}

.machine_show_text {
	margin-top: 35px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}

.machine_details_max_title {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.machine_details_max_left {
	font-size: 30px;
	color: #000000;
}

.machine_details_max_item {
	font-size: 16px;
	line-height: 44px;
	color: #a0a0a0;
	height: 46px;
	width: 180px;
	float: left;
	text-align: center;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}

.machine_details_max_cur {
	background-color: #f6f6f6;
	color: #26232a;
}

.tab_details_title,
.machine_tab_title {
	font-size: 25px;
	color: #404040;
}

.tab_details_item_title,
.tab_details_item_text,
.machine_tab_item {
	font-size: 18px;
	color: #727171;
	line-height: 45px;
	;
}

.machine_tab_item {
	width: 50%;
}

.machine_details_content {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 55px;
}

.machine_details_read {
	width: 18.888%;
}

.machine_details_pro {
	width: 49.92%;
}

.machine_details_img {
	padding-bottom: 45.03205%;
}

.machine_details_line {
	height: 1px;
	width: 100%;
	margin: 18px 0;
	background: #c9c9c9;
}

.machine_details_box {
	padding: 90px 0 0 0;
}

.tab_details_content {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 140px;
}

.tab_details_left {
	width: 44.4%;
}

.tab_details_right {
	width: 42%;
}

.tab_details_item_title {
	width: 34.6%;
}

.tab_details_item_text {
	width: 65.4%;
}

.machine_case_wrap {
	background: #fafafa;
	padding: 80px 0px;
	margin-top: 150px;
}

.machine_case_read {
	text-align: center;
}

.machine_case_title {
	font-size: 40px;
	color: #333333;
	margin-bottom: 25px;
}

.machine_case_text a {
	font-size: 18px;
	color: #0b63c5;
	display: inline-block;
}

.pro_program_item {
	width: 50%;
	position: relative;
}

.pro_program_max_title {
	font-size: 40px;
	color: #333333;
	padding-bottom: 40px;
	margin-top: 90px;
	text-align: center;
}

.pro_program_img {
	padding-bottom: 60.8%;
}

.pro_program_img img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.pro_program_img:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.pro_program_title {
	font-size: 35px;
	line-height: 36px;
}

.pro_program_text {
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}

.pro_program_read {
	z-index: 1;
	position: relative;
	color: #707070;
}

.pro_program_li:nth-child(1) .pro_program_content,
.pro_program_li:nth-child(4) .pro_program_content,
.pro_program_li:nth-child(5) .pro_program_content {
	padding: 120px 0 0 120px;
}

.pro_program_li:nth-child(2) .pro_program_content,
.pro_program_li:nth-child(3) .pro_program_content {
	padding: 120px 0 0 240px;
}

.pro_program_li:nth-child(1) .pro_program_read,
.pro_program_li:nth-child(3) .pro_program_read {
	color: #fff !important;
}

.pro_program_content {
	position: relative;
	z-index: 1;
}

.pro_program_li:nth-child(1) .pro_program_content:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-right: 12px solid #3caef2;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.pro_program_li:nth-child(2) .pro_program_content:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 12px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.pro_program_li:nth-child(3) .pro_program_content.pro_program_read_none {
	padding-left: 290px;
}

.pro_program_li:nth-child(4) .pro_program_content.pro_program_read_none {
	padding-left: 240px;
}

.pro_program_li:nth-child(4) .pro_program_content.pro_program_read_none .pro_program_read {
	color: #fff;
}

.pro_program_li:nth-child(3) .pro_program_content:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-left: 12px solid #81ce68;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.pro_program_li:nth-child(3) .pro_program_read_none.pro_program_content:after {
	display: none;
}

.pro_program_li:nth-child(4) .pro_program_content:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-right: 12px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.pro_program_li:nth-child(5) .pro_program_content:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-right: 12px solid #01ffff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

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

.pro_program_li {
	margin-bottom: 20px;
}

.pro_parameter_title {
	font-weight: normal;
	margin-top: 120px;
	margin-bottom: 40px;
	font-size: 35px;
	color: #333333;
	height: 70px;
	line-height: 68px;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}

.pro_parameter_left {
	width: 63.2%;
	padding-right: 40px;
}

.pro_parameter_right {
	width: 36.8%;
}

.pro_parameter_left .pro_parameter_tips {
	width: 36.7%;
}

.pro_parameter_left .pro_parameter_text {
	width: 63.3%;
}

.pro_parameter_right .pro_parameter_tips {
	width: 50%;
}

.pro_parameter_right .pro_parameter_text {
	width: 50%;
}

@media screen and (min-width:1200px) {
	.pro_parameter_box_table {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.pro_parameter_box_cell {
		display: table-cell;
		vertical-align: top;
	}

	.pro_parameter_box_cell1,
	.pro_parameter_box_cell1 img {
		width: 393px;
	}

	.pro_parameter_box_cell1 .pro_parameter_img {
		margin-top: 60px;
	}

	.pro_parameter_box_cell2 {
		width: 446px;
	}

	.pro_parameter_box_cell2 .pro_parameter_left {
		width: 100%;
		padding-right: 0;
	}

	.pro_parameter_box_cell2 .pro_parameter_title {
		margin-top: 65px;
	}
}

.pro_parameter_tips,
.pro_parameter_text {
	font-size: 18px;
	color: #727171;
	line-height: 50px;
}

.pro_parameter_content {
	padding-bottom: 40px;
}

.pro_parameter_img {
	margin-top: 90px;
}

.pro_parameter_img img {
	width: auto;
	max-width: 100%;
}

.sub_nav_list {
	font-size: 16px;
	color: #7d7d7d;
	line-height: 65px;
	-webkit-justify-content: center;
	justify-content: center;
}

.sub_nav_item {
	font-size: 16px;
	color: #7d7d7d;
	padding: 0 20px;
	line-height: 65px;
	position: relative;
}

.sub_nav_max_item {
	padding: 0 40px;
}

.sub_nav_item .sub_nav_link {
	font-size: 16px;
	color: #7d7d7d;
	line-height: 65px;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sub_nav_jt {
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #999;
	margin-left: 10px;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sub_nav_hide {
	position: absolute;
	left: 0;
	top: 65px;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	padding: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sub_nav_ul {
	padding: 15px 0;
}

.sub_nav_li a {
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	color: #7d7d7d;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.sub_nav_li a:hover {
	color: #3caef2;
}

.sub_nav_wrap {
	background: #f2f2f2;
	position: relative;
	z-index: 99;
}

.sub_nav_active .sub_nav_link .sub_nav_jt {
	border-left: 7px solid #3caef2;
}

.sub_nav_active .sub_nav_link,
.sub_nav_active .sub_nav_current a {
	color: #3caef2;
}

.sub_nav_default .sub_nav_link {
	color: #7d7d7d;
}

.sub_nav_default .sub_nav_link .sub_nav_jt {
	border-left: 7px solid #999;
}

.sub_nav_cur .sub_nav_link .sub_nav_jt {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	border-left: 7px solid #3caef2;
}

.sub_nav_cur .sub_nav_link {
	color: #3caef2;
}

.case_page_item {
	width: 48%;
	margin: 0 4% 80px 0;
}

.case_page_item:nth-child(2n) {
	margin: 0 0 80px 0;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
}

.case_page_item:nth-child(2n+1) {
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
}

.case_page_head {
	padding: 30px 0;
}

.case_page_img a {
	padding-bottom: 67.76859%;
}

.case_page_img a img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.case_page_label,
.case_page_title a {
	font-size: 30px;
	line-height: 38px;
	color: #959595;
}

.case_page_title a {
	color: #000;
}

.case_page_text a {
	font-size: 15px;
	color: #959595;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.case_page_list {
	padding: 90px 0;
}

.case_page_img:hover a img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.page_banner_box {
	position: relative;
}

.page_banner_center {
	position: absolute;
	width: 100%;
	top: 50%;
	padding: 0 50px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 30;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	pointer-events: none;
}

.page_banner_button {
	width: 19px;
	cursor: pointer;
	outline: none;
	pointer-events: auto;
}

.page_banner_pagination {
	position: absolute;
	width: 100%;
	z-index: 30;
	bottom: 40px;
	-webkit-justify-content: center;
	justify-content: center;
	pointer-events: none;
}

.page_banner_pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, .3);
	opacity: 1;
	margin: 0 6px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	pointer-events: auto;
}

.page_banner_pagination .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
}

.case_content_title {
	font-size: 40px;
	line-height: 50px;
	color: #000000;
	margin-bottom: 30px;
}

.case_content_button {
	padding-top: 50px;
}

.case_content_button a {
	line-height: 52px;
	font-size: 18px;
	color: #FFFFFF;
	width: 140px;
	text-align: center;
	background-color: #3caef2;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.case_content_button a:hover {
	background: #2a7dae;
}

.case_content_left {
	width: 26.4%;
}

.case_content_right {
	width: 48.8%;
}

.case_content_box {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 90px 0 90px 0;
	min-height: 600px;
}

.case_content_read,
.case_content_bjq,
.case_content_bjq p {
	font-size: 18px;
	color: #898989;
	line-height: 30px;
}

.case_content_bjq img {
	width: auto;
	max-width: 100%;
	padding: 30px 0;
}

.about_show_text {
	font-size: 18px;
	line-height: 60px;
	color: #3caef2;
	text-align: center;
	position: relative;
	margin-top: 60px;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.about_show_button {
	width: 36px;
	height: 36px;
	background: #3caef2;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	cursor: pointer;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.about_show_button:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 18px;
	height: 2px;
	background: #fff;
}

.about_show_button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 2px;
	height: 18px;
	background: #fff;
}

.about_show_box {
	position: relative;
	background: #e5e5e5;
	display: none;
}

.about_show_content {
	font-size: 18px;
	color: #000;
	line-height: 36px;
	padding: 140px 0 90px 0;
}

.about_show_animate {
	padding-bottom: 120px;
	-webkit-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.about_show_active {
	padding-bottom: 0;
}

.about_show_active .about_show_text {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
}

.about_show_active .about_show_button {
	-webkit-transform: translate(0px, 86px) rotateZ(225deg);
	transform: translate(0px, 86px) rotateZ(225deg);
}

.about_list_wrap {
	background: #f2f2f2;
	width: 100%;
	overflow: hidden;
}

.about_item_read {
	width: 50%;
	-webkit-align-items: center;
	align-items: center;
}

.about_item_photo {
	width: 50%;
}

.about_item_img {
	padding-bottom: 66.05263%;
}

.about_item_title {
	font-size: 30px;
	color: #333333;
	line-height: 48px;
	padding-bottom: 40px;
}

.about_item_text {
	font-size: 20px;
	color: #898989;
	line-height: 36px;
	text-align: justify;
}

.about_list_item:nth-child(2n+1) .about_item_read {
	padding: 0 110px 0 335px;
}

.about_list_item:nth-child(2n) .about_item_read {
	padding: 0 335px 0 110px;
}

.about_advantage_box {
	padding: 100px 0;
}

.about_advantage_head {
	padding: 20px 0 60px 0;
	text-align: center;
}

.about_advantage_title {
	font-size: 30px;
	color: #333;
	line-height: 48px;
	padding-bottom: 30px;
}

.about_advantage_text {
	font-size: 20px;
	color: #898989;
	line-height: 36px;
}

.about_advantage_img img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.about_tab_title {
	font-size: 30px;
	text-align: center;
	color: #333;
	line-height: 48px;
	padding-bottom: 60px;
}

.about_advantage_ul {
	width: 50%;
}

.about_advantage_ul:nth-child(2n+1) {
	padding-left: 200px;
}

.about_advantage_ul:nth-child(2n) {
	padding-right: 200px;
}

.about_advantage_li {
	width: 100%;
	font-size: 22px;
	color: #333;
	padding: 16px;
	line-height: 48px;
}

.about_advantage_tab {
	padding-top: 100px;
}

.about_tab_img {
	padding-top: 100px;
}

.about_tab_img img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.page_banner_content {
	position: absolute;
	top: 180px;
	width: 100%;
	left: 0;
	z-index: 9;
}

.page_banner_title {
	font-size: 50px;
	color: #fff;
	line-height: 70px;
	padding-bottom: 20px;
}

.title_pd {
	padding-bottom: 80px;
}

.page_banner_play a {
	-webkit-align-items: center;
	align-items: center;
}

.page_banner_text {
	font-size: 20px;
	color: #00adef;
	line-height: 37px;
	padding-right: 14px;
}

.news_list_wrap {
	padding: 80px 0 100px 0;
}

.news_list_box {
	padding: 0 0 50px 0;
}

.news_list_box .index_news_item {
	width: 47.2%;
	margin: 0 5.6% 40px 0;
}

.news_list_box .index_news_item:nth-child(2n) {
	margin: 0 0 40px 0;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
}

.news_list_box .index_news_item:nth-child(2n+1) {
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
}

.news_more_button {
	margin-top: 50px;
}

.news_more_button a {
	margin: 0 auto;
	line-height: 52px;
	font-size: 18px;
	color: #FFFFFF;
	width: 140px;
	text-align: center;
	background-color: #3caef2;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.news_more_button a:hover {
	background: #2a7dae;
}

.contact_box {
	padding: 140px 0;
}

.contact_content_fun {
	-webkit-align-items: center;
	align-items: center;
}

.contact_content_icon {
	width: 24px;
}

.contact_content_text {
	width: calc(100% - 24px);
	padding-left: 26px;
}

.contact_content_text,
.contact_content_text a {
	line-height: 48px;
	font-size: 32px;
	font-weight: bold;
	color: #3caef2;
}

.contact_li_title,
.contact_li_text {
	font-size: 16px;
	line-height: 28px;
}

.contact_content_li {
	padding-top: 28px;
}

.contact_li_title {
	color: #000;
}

.contact_li_text,
.contact_li_text a {
	color: #7d7d7d;
}

.contact_content_wrap {
	width: 50%;
	padding: 0 40px 0 140px;
}

.contact_ewm_wrap {
	width: 50%;
	padding-right: 140px;
}

.contact_ewm_img {
	padding-top: 20px;
}

.contact_ewm_img img {
	width: 335px;
	max-width: 100%;
}

.contact_ewm_title {
	font-size: 17px;
	line-height: 30px;
	color: #000;
	margin-top: 30px;
}

.index_artisan_back {
	padding-bottom: 50.78125%;
}

.index_news_pagination {
	display: none;
}

.sub_wrp_wrap {
	display: none;
}

.news_content_item {
	background: #fafafa;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.news_content_item:nth-child(2n) {
	background: #ffffff;
}

.news_content_item:hover {
	background: #f2f2f2;
}

.news_content_box {
	padding: 40px 0;
}

.news_content_time {
	font-size: 20px;
	color: #808080;
	width: 21%;
}

.news_content_read {
	width: 79%;
}

.news_content_title {
	font-size: 18px;
	line-height: 30px;
	color: #2f343a;
	margin-bottom: 10px;
}

.news_content_text {
	font-size: 18px;
	color: #979797;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.page_news_read {
	width: 60.4%;
}

.content_news_left {
	width: 60.4%;
}

.content_news_right {
	width: 39.6%;
	padding-left: 140px;
}

.page_news_box {
	background: #3caef2;
}

.page_news_title {
	font-size: 35px;
	color: #fff;
	line-height: 50px;
	padding: 160px 0 60px 0;
}

.content_news_box {
	padding: 80px 0 120px 0;
	position: relative;
}

.content_news_time {
	line-height: 38px;
	font-size: 18px;
	color: #a0a0a0;
}

.content_news_bjq,
.content_news_bjq p {
	font-size: 18px;
	color: #898989;
	line-height: 35px;
}

.content_news_bjq img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	padding: 35px 0;
}

.content_news_bjq a {
	display: inline;
}

.wenbox {
	overflow: hidden;
	padding: 50px 0;
	display: flex;
	align-items: center;
}

.wenbox .fl {
	float: left;
	width: 56%;
	margin-right: 20px;
}

.wenbox .fl h4 {
	font-size: 30px;
	color: #333333;
	margin: 30px 0;
	font-weight: bold;
}

.wenbox .fl p {
	font-size: 18px;
	color: #333333;
	line-height: 34px;
	text-indent: 2em;
}

.wenbox .fr {
	float: right;
	width: 42%;
}

.wenbox .fr .mp4 {
	width: 100%;
	height: 100%;
	margin-top: 30px;
}

.wenbox .fr .mp4 video {
	width: 100%;
	height: 100%;
}

.yingwen p {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
}

.zilist {
	overflow: hidden;
}

.zilist .boxs {
	overflow: hidden;
}

.zilist .boxs ul {
	margin-right: -2%;
}

.zilist .boxs ul li {
	margin-right: 2%;
	width: 18%;
	float: left;
}

.zilist .boxs2 {
	margin-top: 30px;
}

.zilist .boxs2 ul {
	margin-right: -2%;
}

.zilist .boxs2 ul li {
	width: 23%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}

.zilist .boxs2 ul li:nth-child(1) {
	width: 31.3%;
	text-align: center;
}

.zilist .boxs2 ul li:nth-child(2) {
	width: 31.3%;
	text-align: center;
}
.zilist .boxs2 ul li:nth-child(3) {
	width: 31.3%;
	text-align: center;
}

.zilist img {
	display: block;
	width: 100%;
	margin: auto;
}

.zilist .boxs2 ul li:nth-child(1) img {
	max-width: 444px;
	margin: auto;
}

.zilist .boxs2 ul li:nth-child(2) img {
	max-width: 444px;
	margin: auto;
}
.zilist .boxs2 ul li:nth-child(3) img {
	max-width: 444px;
	margin: auto;
}

@media screen and (max-width: 1200px) {
	.zilist .boxs2 {
		margin-top: 50px;
	}

	.pro_nav.aboutswen .fr ul li {
		display: inline-block;
		/* padding: 0 10px; */
		background: white;
		font-size: 20px;
		line-height: 52px;
		margin-bottom: 10px;
		width: 25.5%;
		text-align: center;
		margin-right: 4%;
	}
}

@media screen and (max-width: 667px) {
	.pro_nav.jiao .fr ul li {
		display: inline-block;
		/* padding: 0 10px; */
		background: white;
		font-size: 14px;
		line-height: 40px;
		margin-bottom: 10px;
		width: 49.2%;
		text-align: center;
	}

	.wenbox {
		display: block;
	}

	.wenbox .fl {
		float: left;
		width: 100%;
		margin-right: 0;
	}

	.wenbox .fr {
		float: right;
		width: 100%;
	}

	.wenbox {
		padding: 30px 0;
	}

	.wenbox .fl p {
		font-size: 16px;
		line-height: 30px;
	}

	.wenbox .fl h4 {
		font-size: 24px;
		color: #333333;
		margin: 10px 0;
		font-weight: bold;
	}

	.prolis ul li {
		width: 100%;
	}

	.prolis ul li .fr {
		width: 100%;
	}

	.prolis ul li .fl {
		width: 100%;
	}

	.banner {
		margin-top: 102px;
		position: relative;
	}

	.gongp {
		text-align: center;
		font-size: 16px;
		margin: 18px 0;
	}

	.index_news_wrap {
		background-image: none
	}

	.index_news_item {
		display: block;

	}

	.index_news_tab .index_news_img {
		position: relative;
		float: left;
		width: 100%;
		margin-right: 0;
	}

	.index_news_tab .index_news_title {
		float: right;
		width: 100%;
		margin-top: 30px;
	}

	.index_news_tab .index_news_title .mp4 {
		height: auto;
		overflow: hidden;
		width: 100%;
	}

	.index_news_tab .index_news_title .mp4 video {
		height: 100%;
		width: 100%;
	}

	.duo {
		position: absolute;
		bottom: 9%;
		display: block;
		width: 136px;
		background: #ac2124;
		font-size: 14px;
		font-size: 14px;
		color: white;
		border-radius: 20px;
		line-height: 30px;
		text-align: center;
		left: 28%;
		transform: translate(50%);
	}

	.about_mose {
		line-height: 40px;
	}

	.index_news_tab .index_news_title h4 {
		font-size: 20px;
		color: #222222;
		margin-bottom: 10px;
	}

	.index_news_tab .index_news_title p {
		font-size: 14px;
		color: #505050;
		line-height: 26px;
	}

	.index_news_box {
		padding: 14px 0;
	}

	.prolis ul li {
		margin-top: 30px;
	}

	.index_gong_wrap .index_news_box {
		padding: 18px 0;
	}

	.gonglist ul li:first-child {
		width: 100%;
	}

	.gonglist ul li {
		width: 48%;
		margin-right: 2%;
		float: left;
		margin-bottom: 16px;
	}

	.index_gong_wrap .index_news_max_title {
		color: white;
		padding-bottom: 40px;
	}

	.jishulist .fl {
		width: 100%;
		float: left;
	}

	.jishulist .fr {
		width: 100%;
		float: left;
	}

	.jishulist .fr h4 {
		font-size: 18px;
		color: #333333;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.jishulist .fr p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 12px;
	}

	.jishulist .fr span {
		font-size: 14px;
		color: #A0A0A0;
	}

	.index_zixun_wrap .form {
		width: 100%;
		margin: auto;
	}

	.index_zixun_wrap .form input {
		width: 100%;
	}

	.tijiao {
		width: 100%;
		line-height: 40px;
		font-size: 16px;
	}

	.index_zixun_wrap .index_news_max_title {
		margin-top: 0px;
	}

	.index_zixun_wrap .form span {
		font-size: 14px;
		color: #333333;
	}

	.index_zixun_wrap .form input {
		line-height: 28px;
	}

	.index_zixun_wrap .index_news_box {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.index_zixun_wrap {
		background-size: 100% 100%;
	}

	.footer_ys_box {
		width: 100%;
	}

	.protop h4 {
		font-size: 20px;
		line-height: 40px;
		color: #222222;
		margin-bottom: 10px;
	}

	.protop p {
		font-size: 14px;
		color: #222222;
	}

	.prolist .fl {
		float: left;
		width: 100%;
	}

	.prolist .fr {
		float: right;
		width: 100%;
	}

	.prolist .fr h3 {
		font-size: 20px;
		margin: 10px 0;
	}

	.prolist .fr p {
		font-size: 14px;
		line-height: 24px;
		color: #444444;
	}

	.ying h4 {
		font-size: 18px;
		color: #444444;
		margin-bottom: 20px
	}

	.ying ul li {
		width: 48%;
		margin-bottom: 20px;
	}

	.ying ul li span {
		font-size: 14px;
		color: #444444;
	}

	.tebox .fr p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.pro_nav {
		background: #003450;
		margin-top: 102px;
		padding-top: 4px;
		padding-bottom: 10px;
	}

	.pro_te .fl {
		float: left;
		width: 100%;
	}

	.tebox .fl p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 20px;
	}

	.pro_te .fr {
		float: right;
		width: 100%;
	}

	.pro_nav.aboutswen .fl {
		width: 100%;
	}

	.pro_nav.aboutswen .fr {
		width: 100%;
	}

	.tebox .fr ul li h6 {
		margin: 10px 0;
	}

	.pro_nav .fl {
		float: left;
		width: 100%;
	}

	.pro_nav .fr {
		width: 100%;
		float: right;
	}

	.pro_nav .fr ul li {
		background: white;
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
		width: 49%;
		text-align: center;
	}

	.tebiao h5 {
		font-size: 16px;
	}

	.index_zixun_wrap .form label {
		display: block;
		margin-bottom: 8px;
	}

	.header_nav_link span {
		display: none;
	}

	.f_ma {
		width: 100%;
	}

	.lius {
		align-items: center;
		display: block;
	}

	.pro_nav.aboutswen .fr ul li {
		display: block;
		/* padding: 0 10px; */
		background: white;
		font-size: 16px;
		line-height: 36px;
		margin-bottom: 10px;
		width: 31.33%;
		text-align: center;
		margin-right: 2%;
		float: left;
	}

	.abtext h3 {
		font-size: 22px;
		color: #333333;
		font-weight: bold;
		margin-top: 40px;
		text-align: center;
	}

	.anli h3 {
		font-size: 22px;
		color: #333333;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}

	.jie h3 {
		font-size: 22px;
		color: #333333;
		font-weight: bold;
		text-align: center;
		margin-bottom: 20px;
	}

	.anli ul {
		margin-right: -2%;
	}

	.anli ul li {
		float: left;
		width: 48%;
		margin-right: 2%;
		position: relative;
		margin-bottom: 20px;
	}

	.anli ul li span {
    width: 28px;
    border: 2px solid #FFFFFF;
    font-size: 14px;
    line-height: 24px;
    top: auto;
    left: 14px;
    bottom: 0;
    transform: translate(-50%, 0%);
}

	.chanpin h3 {
		font-size: 22px;
		color: #333333;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.imgbos {
		text-align: left;
		display: flex;
		align-content: center;
		justify-content: center;
		display: block;
	}

	.jielist ul li {
		width: 47%;
		float: left;
		padding: 2%;
		margin-right: 3%;
		background: #0f6bb6;
		text-align: center;
		position: relative;
		height: 300px;
		margin-bottom: 40px;
		border-radius: 5px;
	}

	.jielist {
		margin-bottom: 0;
	}

	.jielist ul li i {
		font-size: 20px;
		display: block;
		color: white;
		width: 40px;
		height: 40px;
		line-height: 36px;
		border-radius: 50%;
		border: 2px solid white;
		text-align: center;
		font-style: normal;
		position: absolute;
		bottom: -18px;
		left: 50%;
		margin-left: -20px;
		background: #0f6bb6;
	}

	.jielist ul li h6 {
		font-size: 18px;
		color: white;
		margin-bottom: 10px;
	}

	.jielist ul li p {
		font-size: 14px;
		color: white;
		text-align: left;
		line-height: 26px;
	}

	.case_dal h5 {
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		margin-bottom: 16px;
	}

	.boxnew .ps {
		font-size: 16px;
		background: #f2f2f2;
		line-height: 30px;
		padding: 20px;
		color: #666666;
	}

	.mos a {
		display: block;
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.park .ying ul li span {
		font-size: 14px;
		color: #444444;
	}

	.park .ying h4 {
		font-size: 20px;
		color: #444444;
		margin-bottom: 0px;
	}

	.park .ying ul li {
		float: left;
		width: 48%;
		margin-right: 2%;
		text-align: center;
		margin-top: 10px;
	}
	.park .ying {
		padding-top: 0;
	}
	.pro_te {
    overflow: hidden;
    margin-top: 10px;
}
.xiang_nav .swiper-slide {
    width: auto!important;
    margin-right: 15px!important;
    padding: 0 18px;
    font-size: 16px;
}
}
