.w92{
	max-width:92%;
	margin: 0 auto;
}
.header{
	position: fixed;
	left:0;
	top:0;
	z-index: 99;
	background: #fff;
	width: 100%;
	box-shadow:0px 0px 5px #999;
}
.header .flex{
	-webkit-align-items: center;
	align-items: center;
}
.nav{
	max-width:1000px;
}
.nav li{
	margin-right: 45px;
	position: relative;
}
.nav li:last-child{
	margin-right: 0;
}
.nav li a.big_tit{
	/* width: 106px; */
	font-size: 16px;
	height:70px;
	color: #555555;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.nav li a.big_tit::after{
	content:'';
	position: absolute;
	width:0;
	height:4px;
	background: #5A8CC6;
	z-index: 3;
	left:50%;
	bottom:0;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.nav li a.big_tit p{
	-webkit-transform:rotateZ(90deg);
	-ms-transform:rotateZ(90deg);
	-o-transform:rotateZ(90deg);
	transform:rotateZ(90deg);
	margin-left: 5px;
	color: #999;
	margin-top: 3px;
}
.nav li:hover a.big_tit::after{
	width: 100%;
	left:0;
}
.nav li.active a.big_tit::after{
	width: 100%;
	left:0;
}
.nav li dl{
	position: absolute;
	width: 146px;
	left:calc(50% - 73px);
	top:100%;
	z-index: 16;
	padding:10px 0;
	background: rgba(0,0,0,0.7);
	display: none;
}
.nav dd a{
	display: block;
	text-align: center;
	line-height:normal;
	padding:10px 0;
	font-size: 16px;
	color: #fff;
	-webkit-transition: ease-in-out .2s;
	-o-transition: ease-in-out .2s;
	transition: ease-in-out .2s;
}
.nav dd a:hover{
	background:#006db6;
}
.language{
	width: 62px;
	height: 32px;
	border:1px solid #dcdcdc;
	border-radius: 20px;
}
.language a{
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.language p{
	font-size: 15px;
	color: #777;
	margin-left:5px;
}
.header_right aside{
	margin:0 5px;
}
.header_right i{
	display: block;
	font-size: 16px;
	height:16px;
	color: #999;
}
.search{
	width: 30px;
	height: 30px;
	border-radius:30px;
	border:1px solid #dcdcdc;
	cursor: pointer;
}
.search i{
	font-size: 18px;
	color: #999;
	height:30px;
	text-align: center;
	line-height:62px;
}
.tel{
	width: 30px;
	height: 30px;
	border-radius:30px;
	border:1px solid #dcdcdc;
}
.tel i{
	font-size: 16px;
	color: #999;
	height:30px;
	text-align: center;
	line-height:56px;
}
.header_right h6{
	font-size: 18px;
	font-weight: lighter;
	color: #000000;
	margin-left: 5px;
}
.module_page1{
	width: 100%;
	height:840px;
	padding:110px 0 100px 0;
	background:url(../images/module_page.jpg) no-repeat center;
}
.w1600{
	max-width:1600px;
	margin: 0 auto;
}
.inpor_swiper{
	position: relative;
	padding-left: 240px;
	display: -webkit-flex;
	display:flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.inpor_swiper .gallery-thumbs{
	width: 70px;
	height:290px;
	margin:0;
	margin-right: 15px;
}
.inpor_swiper .gallery-thumbs .swiper-slide{
	border:1px solid #E5E5E5;
	text-align:center;
}
.inpor_swiper .gallery-thumbs .swiper-slide-thumb-active{
	border:1px solid #006DB6;
}
.inpor_swiper .gallery-top{
	height:650px;
	margin:0;
}
.inpor_swiper .gallery-top .swiper-slide{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.inpor_swiper .gallery-top .swiper-slide figure{
	margin-right: 80px;
	height:inherit;
}
.inpor_swiper .gallery-top .swiper-slide figure img{

	height:100%;
}
.inpor_swiper .gallery-thumbs .swiper-slide img{
	height:100%;
}
.inpor_swiper .gallery-top figcaption{
	min-width:280px;
}
.inpor_swiper .gallery-top figcaption h3{
	font-size: 24px;
	color: #333333;
	line-height:45px;
}
.inpor_swiper .gallery-top figcaption h3 span{
	font-size: 26px;
	text-transform: uppercase;
}
.inpor_swiper .gallery-top figcaption p{
	font-size: 15px;
	color: #333333;
	line-height:2;
	margin-top: 20px;
}
.inpor_swiper .swiper-button-prev{
	width: 140px;
	height: 50px;
	border:1px solid #333333;
	left:auto;
	right:139px;
	top:auto;
	bottom:140px;
}
.inpor_swiper .swiper-button-next{
	width: 140px;
	height: 50px;
	border:1px solid #333333;
	right:0;
	top:auto;
	bottom:140px;
}
.inpor_swiper .swiper-button-prev::after{
	content: '';
	width: 138px;
	height: 48px;
	background: url(../images/left1.png) no-repeat;
}
.inpor_swiper .swiper-button-next::after{
	content: '';
	width: 138px;
	height: 48px;
	-webkit-transform:rotateZ(180deg);
	-ms-transform:rotateZ(180deg);
	-o-transform:rotateZ(180deg);
	transform:rotateZ(180deg);
	background: url(../images/left1.png) no-repeat;
}
.inpor_swiper .swiper-button-prev:hover{
	background: #006DB6;
}
.inpor_swiper .swiper-button-prev:hover::after{
	background: url(../images/left2.png) no-repeat center;
}
.inpor_swiper .swiper-button-next:hover{
	background: #006DB6;
}
.inpor_swiper .swiper-button-next:hover::after{
	background: url(../images/left2.png) no-repeat center;
}
.module_page1 .w1600{
	position: relative;
}
.module_page1 .index_title{
	position: absolute;
	left:0;
	top:0;
	z-index: 3;
}
.index_title b{
	display: block;
	width: 44px;
	height: 3px;
	background: #006DB6;
}
.index_title h3{
	font-size: 50px;
	font-weight: bold;
	color: #666666;
	line-height:60px;
	text-transform: uppercase;
	margin-top: 30px;
}
.index_title h4{
	font-size: 63px;
	color: #333333;
	margin-top: 15px;
	font-weight:bold;
}
.module_page2{
	width: 100%;
	height:690px;
	background: url(../images/module_page2.jpg) no-repeat center;
}
.module_page2 .index_title b{
	background: #fff;
}
.module_page2 .index_title h3{
	color: #fff;
}
.module_page2 .index_title h4{
	color: #fff;
}
.module_page2 figcaption{
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
}
.module_page2 figcaption .index_title{
	position: absolute;
	right:20%;
	top:calc(50% - 106px);
	z-index: 3;
}
.module_page2 figure{
	width: 50%;
	float: right;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}
.module_page2 figure video{
	width:100%;
}
.module_page3{
	background:url(../images/module_page3.jpg) no-repeat center;
	padding:80px 0 100px 0;
}
.module_page3 .w1600{
	padding-right: 30px;
}
.news_left{
	float: left;
	max-width:615px;
}
.news_right{
	float: right;
	width: 100%;
	max-width: 915px;
}
.news_left figcaption{
	background: #fff;
	height: 220px;
	padding:0 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}
.module_page3 figcaption span.time{
	font-size: 16px;
	color: #000000;
}
.module_page3 figcaption h3{
	font-size: 16px;
	color: #000000;
}
.module_page3 figcaption b{
	display: block;
	width: 36px;
	height: 2px;
	background: #000;
	margin:25px 0;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.module_page3 figcaption p{
	font-size: 16px;
	color: #666666;
	line-height:24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_right li{
	border-bottom:1px solid #E9E9E9;
}
.news_right li a{
	padding:27px 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.news_left figure{
	height:388px;
	overflow:hidden;
}
.news_right li figure{
	width:42%;
	
	overflow:hidden;
}
.news_right li:first-child a{
	padding-top: 0;
}
.news_right li a figcaption{
	max-width:510px;
}
.news_right li:hover figcaption b{
	width: 85%;
	background:#006DB6;
}
.news_left:hover figcaption b{
	width: 85%;
	background:#006DB6;
}
.footer_top{
	background: #EEEEEE;
	padding:60px 0;
}
.footer ul{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.footer li h3{
	margin-bottom:15px;
	font-size: 18px;
	color: #444444;
}
.footer li a{
	display: block;
	font-size: 15px;
	color: #999999;
	line-height:36px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.footer li a:hover{
	color: #000;
}
.ewm{
	border:6px solid #C9C9C9;
	margin-top:26px;
}
.w1520{
	max-width:1520px;
	margin: 0 auto;
}
.inside_banner{
	position: relative;
}
.inside_banner figcaption{
	position: absolute;
	left:0;
	top:0;
	z-index: 3;
	padding-bottom: 55px;
	width: 100%;
	height: 100%;
	display:-webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}
.inside_banner figcaption h3{
	font-size: 60px;
	color: #fff;
	text-align: center;
}
.inside_banner figcaption p{
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.inside_banner figcaption a{
	font-size: 14px;
	color: #ffffff;
}
.second_nav{
	width: 100%;
	height:55px;
	margin-top: -55px;
	position: relative;
	z-index:21;
	background: rgba(0,0,0,0.65);
}
.second_nav li {
	margin:0;
	padding:0;
}
.second_nav li a{
	display: block;
	padding:17px 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.second_nav li.active a{
	background: #006DB6;
}
.second_nav li:hover a{
	background: #006DB6;
}
.about_page1{
	width: 100%;
	padding:100px 0 130px 0;
	background: url(../images/about_page1.jpg) no-repeat center top;
}
.about_page1 figcaption{
	float: left;
	width:57%;
	padding:0 50px 0 200px;
}
.about_page1 figure{
	float: right;
	width: 43%;
	position: relative;
}
.about_tit b{
	display: block;
	width: 20px;
	height: 4px;
	background: #006DB6;
}
.about_tit h4{
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	margin-top:20px;
}
.about_tit h3{
	font-size: 36px;
	color: #006db6;
	margin-top: 5px;
}
.about_enitor{
	max-height:400px;
	overflow-y:scroll;
	font-size: 16px;
	color: #666;
	line-height:42px;
	padding-right: 90px;
	margin-top: 40px;
}
.about_enitor::-webkit-scrollbar {
    width: 12px;
    height: 2px;
    scrollbar-arrow-color: red;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.about_enitor::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    background: rgba(0, 109, 182,1);
    scrollbar-arrow-color: red;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.about_enitor::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}
.about_page1 figure picture{
	position: relative;
	z-index:3;
}
.mark{
	width: 750px;
	height: 550px;
	position: absolute;
	right:0;
	bottom:-50px;
	z-index:1;
	background: #EEEEEE;
}
.about_page2{
	width: 100%;
	padding:100px;
	text-align: center;
	background: url(../images/about_page2.jpg) no-repeat center;
}
.about_page3{
	/*height:680px;*/
	padding-top:40px;
	background:url(../images/about_page3.jpg) no-repeat center top;
}
.ab_tit{
	color: #333333;
	font-size: 36px;
	text-align: center;
}
.histy_swiper .gallery-thumbs{
	margin-top: 100px;
}
.histy_swiper .gallery-thumbs .swiper-slide span{
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 39px;
	margin-top: 25px;
	background:url(../images/point.png) no-repeat center 16px;
}
.histy_swiper .gallery-thumbs .swiper-slide p{
	font-size: 28px;
	color: #777;
	line-height:40px;
	text-align: center;
}
.histy_swiper .gallery-thumbs .swiper-slide-thumb-active p{
	font-size: 48px;
    color: #006db6;
}
.histy_swiper .gallery-thumbs .swiper-slide-thumb-active span{
	background:url(../images/point2.png) no-repeat center bottom;
}
.histy_swiper .gallery-top .swiper-slide aside{
	text-align: center;
	color: #666666;
	line-height:42px;
	min-height:168px;
	font-size:18px;
}
.histy_swiper .gallery-top .swiper-slide aside p{
	
	font-size:18px;
}
.histy_swiper .gallery-top{
	margin-top: 70px;
}
.histy_swiper{
	position: relative;
	z-index: 9;
}
.about_page3 .w1520{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	height: 100%;
}
.about_page3{
	position: relative;
}
.line{
	position: absolute;
	width: 100%;
	height: 1px;
	left:0;
	top:332px;
	z-index: 3;
	background: #dcdcdc;
}
.histy_swiper .swiper-button-next{
	width: 42px;
	height: 42px;
	border-radius:42px;
	border:1px solid #DCDCDC;
	top:43%;
	background:#fff;
}
.histy_swiper .swiper-button-next::after{
	color: #999;
	font-size:20px;
}
.histy_swiper .swiper-button-prev{
	width: 42px;
	height: 42px;
	border-radius:42px;
	border:1px solid #DCDCDC;
	top:43%;
	background:#fff;
}
.histy_swiper .swiper-button-prev::after{
	color: #999;
	font-size:20px;
}
.histy_swiper{
	padding: 0 100px;
	position: relative;
}
.about_page4{
	background: #F4F4F5;
	padding:50px 0 80px 0;
}
.w1535{
	max-width:1535px;
	margin: 0 auto;
}
.cul_list li{
	width: calc((100% - 15px) / 4);
	margin-right: 5px;
	margin-bottom: 0;
	padding:0;
	position: relative;
}
.cul_list li figcaption{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 3;
	padding:24px 16px;
}
.cul_list li figcaption aside{
	width: 100%;
	height: 100%;
	background:none;
	text-align: center;
	padding-top: 80%;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.cul_list li figcaption aside h3{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	margin:30px 0;
}
.cul_list li figcaption aside p{
	font-size: 15px;
	color: #fff;
	line-height:24px;
	opacity:0;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.cul_list li:hover figcaption aside{
	background:rgba(0,102,205,0.8);
	padding-top: 30%;
}
.cul_list li:hover figcaption aside p{
	opacity:1;
}
.cul_list{
	margin-top: 40px;
}
.about_page5{
	padding:70px 0 80px 0;
}
.emp_list li{
	width:calc((100% - 50px ) / 3);
	margin-right: 25px;
	margin-bottom: 0;
	padding:0;
}
.emp_list li:nth-child(3n){
	margin-right: 0;
}
.emp_list{
	margin-top: 40px;
}
.emp_list li figcaption h3{
	font-size: 18px;
	color: #0066cc;
	margin-top: 20px;
}
.emp_list li figcaption p{
	font-size: 15px;
	line-height: 2;
	color: #999999;
	margin-top: 5px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.tac{
	text-align: center;
}
.inside_tit h3{
	font-size: 36px;
	color: #333333;
}
.details{
	padding:65px 0 80px 0;
}
.inside_tit b{
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 7px;
	background: #006db6;
	margin-top: 25px;
}
.news_list{
	margin-top: 50px;
}
.news_list li{
	width:calc((100% - 40px) / 2);
	margin-right: 40px;
	margin-bottom: 40px;
	box-shadow:0px 0px 5px #ccc;
	padding:20px;
	border:1px solid #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news_list li:nth-child(2n){
	margin-right: 0;
}
.news_list li a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.news_list li  figcaption{
	max-width:335px;
	padding-left:3%;
}
.news_list li figure{
	width: 330px;
	height:248px;
	overflow: hidden;
}
.news_list li figure img{
	min-width:100%;
	min-height: 100%;
	object-fit: contain;
}
aside.time {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
aside.time span {
    font-size: 14px;
    color: #999999;
    font-family: 'Humanst521 BT Roman';
    display: block;
    margin-left: 10px;
}
aside.time img:nth-child(3) {
    margin-left: 30px;
}
.page_content{
	padding:2.5% 0 0;
	line-height:1.8;
	color:#555;
}
.page_content table td{
	padding:5px;
}
.news_list li figcaption h3{
	font-size: 18px;
	color: #000000;
	margin:20px 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.news_list li figcaption p{
	font-size: 15px;
	color: #777777;
	line-height:27px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news_list li figcaption button{
	display: block;
	width: 105px;
	height: 33px;
	border:1px solid #DCDCDC;
	text-align: center;
	line-height:31px;
	background:none;
	font-size: 12px;
	color: #999999;
	margin-top: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news_list li:hover{
	border-color: #006DB6;
}
.news_list li:hover figcaption button{
	color: #fff;
	background: #006DB6;
}
.news_list li:hover figcaption h3{
	color: #006DB6;
}
.news_list li:hover figcaption p{
	color: #000;
}
.news_date{
	padding:100px 0 80px 0;
}
.news_box{
	border:1px solid #DCDCDC;
}
.date_name{
	width: 92%;
	margin: 0 auto;
	text-align: center;
	padding:40px 0;
	border-bottom:1px dashed #DCDCDC;
}
.date_name h3{
	font-size: 30px;
	font-weight: lighter;
	color: #333333;
}
.date_name aside.time{
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 30px;
}
.news_enitor{
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	color: #666;
	line-height: 2;
	padding-top: 30px;
}
.news_control{
	margin-top: 60px;
	border-top:1px solid #dcdcdc;
}
.news_control li{
	height: 100px;
	width:calc((100% - 200px) / 2);
}
.news_control li:nth-child(2){
	width:200px;
	border-left:1px solid #DCDCDC;
	border-right:1px solid #DCDCDC;
	background: #006DB6;
}
.news_control li a{
	height: 100%;
	width: 100%;
	padding:0 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}
.news_control li h4{
	font-size: 15px;
	color: #fff;
	text-align: center;
}
.news_control li span{
	font-size: 12px;
	color: #999999;
}
.news_control li h6{
	font-size: 14px;
	color: #666666;
	line-height:1.6;
	margin-top: 10px;
}
.porduct_second{
	margin-top: 30px;
}
.porduct_second ul{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.porduct_second li{
	width:auto;
	border:1px solid #EEEEEE;
	border-right:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 2%;
	min-width:200px;
}
.porduct_second li:last-child{
	border-right:1px solid #eee;
}
.porduct_second li a{
	display: block;
	
	padding:12px 0;
	text-align: center;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.porduct_second li.active{
	background: #006DB6;
}
.porduct_second li.active a{
	color: #fff;
}
.porduct_second li:hover{
	background: #006DB6;
	color: #fff;
}
.porduct_second li:hover a{

	color: #fff;
}
.product_list{
	padding:40px 0 20px 0;
	border-bottom:1px solid #EEEEEE;
}
.product_list li{
	width: calc((100% - 90px) / 4);
	margin-right: 30px;
	margin-bottom: 30px;
	padding:0;
	position: relative;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.product_list li figcaption{
	font-size: 17px;
	color: #333333;
	line-height:60px;
	text-align: center;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.product_list li::after{
	content:'';
	position: absolute;
	right:0;
	bottom:0;
	width: 0;
	height: 3px; 
	background: #006DB6;
	z-index: 3;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.product_list li:hover{
	box-shadow:0px 0px 5px #ccc;
}
.product_list li:hover figcaption{
	color: #006DB6;
}
.product_list li:hover::after{
	width: 100%;
	right:auto;
	left:0;
}
.control ul{
	-webkit-justify-content: center;
	justify-content: center;
}
.control li{
	width: 41px;
	height: 41px;
	border-radius:3px;
	border:1px solid #eee;
	margin:0 5px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.control li a{
	display: block;
	line-height:39px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #999;
	font-size: 20px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.control li:nth-child(2n){
	margin-right: 5px;
}
.control{
	margin-top:30px;
}
.control li a i{
	display: block;
	text-align: center;
	line-height:70px;
	width: 100%;
	height: 100%;
	font-size: 18px;
	-webkit-transform:rotateZ(0deg);
	-ms-transform:rotateZ(0deg);
	-o-transform:rotateZ(0deg);
	transform:rotateZ(0deg);
}
.control li:first-child a i{
	-webkit-transform:rotateZ(-180deg);
	-ms-transform:rotateZ(-180deg);
	-o-transform:rotateZ(-180deg);
	transform:rotateZ(-180deg);
}
.control li:hover{
	border-color:#eee;
	background: #006DB6;
}
.control li:hover a{
	color: #fff;
}
.control li:hover a i{
	color: #fff;
}
.control li.active a{
	color: #006DB6;
}
.control li.active:hover a{
	color: #fff;
}
.pro_leftimg{
	width:650px;
	height:720px;
	padding:1%;
	box-shadow:0px 0px 5px #ccc;
}
.pro_leftimg .gallery-top{
	width: 90%;
	margin: 0 auto 20px auto;
}
.pro_leftimg .gallery-thumbs .swiper-wrapper{
	-webkit-justify-content: center;
	justify-content: center;
}
.pro_leftimg .gallery-thumbs .swiper-slide{
	cursor: pointer;
}
.pro_rightpar{
	width: 550px;
	padding-left: 45px;
}
.pro_rightpar h3{
	font-size: 30px;
	color: #797979;
	line-height:60px;
	border-bottom:1px solid #DCDCDC;
	width: 100%;
}
.pro_rightpar table{
	border:none;
	width: 100%;
	margin-bottom: 30px;
}
.pro_rightpar table tr{
	border-bottom:1px dashed #D2D2D2;
}
.pro_rightpar table tr > td{
	border:none;
	line-height:40px;
	font-size: 15px;
	color: #444;
	padding-left: 30px;
}
.pro_rightpar table td:first-child{
	font-size: 15px;
	color: #999999;
	width:127px;
	padding-left: 5px;
	position: relative;
}
.pro_rightpar table td::after{
	position: absolute;
	content:'';
	width: 1px;
	height: 16px; 
	background: #EEEEEE;
	right:0;
	top:calc(50% - 8px);
	z-index: 3;
}
.pro_control ul{
	display: -webkit-flex;
	display: flex;
}
.pro_control li{
	width: calc(100% / 3);
	border:1px solid #eee;
	border-right:none;
}
.pro_control li:last-child{
	border-right:1px solid #eee;
}
.pro_control li a{
	display: block;
	text-align: center;
	line-height: 56px;
	font-size: 17px;
	color: #999999;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.pro_control li a:hover{
	background: #006DB6;
	color: #fff;
}
.ht{
	width: 100%;
	margin-top: 50px;
	background: #EEEEEE;
	display: none;
}
.ht p{
	line-height:55px;
	background: #006DB6;
	color: #fff;
	font-size: 22px;
	width: fit-content;
	padding:0 70px;
}
.product_entior{
	color:#666;
	line-height:1.8;
	font-size: 16px;
	padding:30px  20px 0 20px;
	display: none;
}
.w1400{
	max-width:1400px;
	margin: 0 auto;
}
.map{
	width: 100%;
	height:600px;
}
.map img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact_page{
	padding:70px 0;
}
.message{
	width: 750px;
	padding: 30px 65px 20px 65px;
	background:#006DB6;
	margin-top: 80px;
}
.message h3{
	text-align: center;
	font-size: 24px;
	color: #ffffff;
}
.message li{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}
.message li input{
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	height:45px;
	background: #fff;
	border-radius:5px;
	padding-left: 20px;
}
.message li input:nth-child(3){
	margin-right: 0;
}
.message li input::-webkit-input-placeholder{
	font-size: 14px;
	color: #999999;
}
.message li textarea{
	width: 100%;
	height:190px;
	border-radius:5px;
	padding-left: 20px;
	padding-top: 15px;
}
.message li .yzm{
	width:44%;
	height:45px;
	position: relative;
	border-radius:5px;
	background: #fff;
	overflow:hidden;
}
.message li .yzm input{
	width: 100%;
	border-radius:0;
}
.message li .yzm img{
	position: absolute;
	right:10px;
	top:0;
	z-index:3;
}
.message button{
	width:31%;
	line-height:45px;
	background: #e67a18;
	border-radius:5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.message h3{
	margin-bottom: 40px;
}
.contact_text h3{
	font-size: 36px;
	color: #006db6;
	margin-bottom: 30px;
}
.contact_text li h4{
	font-size: 18px;
	font-weight: bold;
	color: #006db6;
	line-height:42px;
	padding-left: 22px;
}
.contact_text li p{
	font-size: 18px;
	color: #333333;
	line-height:42px;
	position: relative;
	padding-left: 22px;
}
.contact_text li p t{
	display:block;
	padding-left:197px;
}
.contact_text li p::after{
	content:'';
	position: absolute;
	width: 0;
	border:7px solid #BFBFBF;
	left:0;
	top:13px; 
	border-top-color:transparent;
	border-bottom-color:transparent;
	border-right-color:transparent;
}
.down_List li{
	box-shadow:0px 0px 5px #ccc;
	background: #fff;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border:1px solid #fff;
}
.down_List li h3{
	font-size: 18px;
	color: #000000;
	margin:25px 0 20px 0;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.down_List li p{
	font-size: 15px;
	color: #777777;
	line-height:27px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.down_List li button{
	display: block;
    width: 105px;
    height: 33px;
    border: 1px solid #DCDCDC;
    text-align: center;
    line-height: 31px;
    background: none;
    font-size: 12px;
    color: #999999;
    margin-top:70px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.down_List{
	margin-top: 40px;
}
.down_List li:hover {
	border-color:#006DB6;
}
.down_List li:hover h3{
	color: #006DB6;
}
.down_List li:hover p{
	color: #000;
}
.down_List li:hover button{
	color: #fff;
	background: #006DB6;
}
.suspension_mov{
	position: fixed;
	right:0;
	bottom:240px;
	z-index: 999;
}
.suspension_mov2{
	position: fixed;
	right:0;
	bottom:197px;
	z-index: 999;
}
.suspension_tel i{
	font-size: 2.2rem;
	color: #fff;
}
.suspension_tel{
    width: 42px;
    height: 42px;
    line-height: 42px;
    /*background: #ed1f23;*/
    background:#7a6e6e;
    /*position: fixed;
    right: 0;*/
    /*bottom:183px;*/
    /*bottom:314px;*/
    cursor: pointer;
    text-align: center;
    z-index: 999;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
    margin-bottom: 1px;
}
.moveqq i{
	font-size: 2.2rem;
	color: #fff;
}
.moveqq{
    width: 42px;
    height: 42px;
    line-height: 42px;
    background:#7a6e6e;
    cursor: pointer;
    text-align: center;
    z-index: 999;
}
.movewm{
	background:#7a6e6e;
}
.movelink{
	background:#7a6e6e;
}
.movelink i{
	font-size: 1.8rem;
}
.suspension_inpu i{
	font-size: 2.2rem;
	color: #fff;
}
.suspension_inpu{
    width: 42px;
    height: 42px;
    line-height: 42px;
    background:#7a6e6e;
    cursor: pointer;
    text-align: center;
    z-index: 999;
     border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}
.ewmmm{
		position: fixed;
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		background:rgba(0,0,0,.7);
		z-index: 999;
		display: none;
	}
	.ewmmmin{
		background: #fff;
		text-align: center;
		width:220px;
		margin:30% auto 0 auto;
    	-webkit-transition: ease-in-out .3s;
    	-o-transition: ease-in-out .3s;
    	transition: ease-in-out .3s;
    	opacity: 0;
    	filter: alpha(opacity=0);
	}
	.transform{
    	animation:mymove 1s;
-webkit-animation:mymove 1s; 
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
	} 
	@keyframes mymove
	{
	from {margin-top:5%;opacity: 0;}
	to {margin-top:15%;opacity: 1;}
	}

	@-webkit-keyframes mymove /*Safari and Chrome*/
	{
	from {margin-top:5%;opacity: 0;}
	to {margin-top:15%;opacity: 1;}
	}
	.ewmmmin img{
		width:220px;
	}
	.ewmmmin p{
		padding-bottom: 15px;
		font-size: 14px;
	}



/*10/12*/
.suspe_ot{
	position: absolute;
	left:0px;
	top:0;
	background:#006DB6;
	color: #fff;
	font-size: 13px;
	padding-left:10px;
	width:73px;
	z-index: -1;
	line-height: 42px;
	text-align: left;
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.supot{
	position: relative;
}
.suspension_tel:hover{
	background:#006DB6;	
}
.supot_addcs{
	left:-73px;
}
.suspe_ot2{
	width: 110px;
}
.supot_addcs2{
	left:-110px;
}
.suspe_ot3{
	display: none;
	position: absolute;
	left:-130px;
	bottom:0;
	width:110px;
	z-index: -1;
	line-height: 42px;
	text-align: left;
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
	padding:5px;
	background: #fff;
	color:#000;
	text-align: center;
	line-height: 1.5;
}
.suspe_ot3 p{
	padding:0 10px;
	font-size: 12px;
}
.suspension_tel a{
	display: block;
}
.menu{
	display: none;
}
.menu_down{
	display: none;
}
.search_box{
	position:absolute;
	width: 100%;
	height:60px;
	right:0;
	top:100%;
	z-index:10;
	display: none;
}
.search_mod{
	width: 370px;
	float: right;
	margin-right:3%;
	background: #fff;
	border:1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.search_mod form{
	width:100%;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.search_mod i{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height:100px;
	color: #999;
	font-size:20px;
}
.search_mod input{
	width:calc(100% - 60px);
	line-height:60px;
}
.search_box button{
	width: 60px;
	height: 60px;
	background: #fff;
	    cursor: pointer;
}
.banner{
	margin-top: 70px;
}
.inside_banner{
	margin-top: 70px;
}
.banner .swiper-container{
	margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.banner .swiper-slide{
	overflow: hidden;
}
.banner .scalePic{
	position: relative;
    left: auto;
    top: auto;
    transform: translate(0) scale(1);
    width: 100%;
    max-width: none;
    transition: all 5.2s cubic-bezier(1, 1,1, 1);
}
.banner .swiper-slide.swiper-slide-active .scalePic{
	transform: translate(0) scale(1.3);
}
#map{
	width:100%;
	height: 600px;
}
.page_content h1{
	font-size: 22px;
	font-weight: bold;
}
.page_content h2{
	font-size: 18px;
	font-weight: bold;
	padding:1% 0;
	color:#666;
}
.equ_swiper .swiper-slide{
	position: relative;
	overflow:hidden;
	height:350px;
	background:#fff;
}
.equ_swiper img{
	width: 100%;
	height:100%;
	object-fit: contain;
}
.equ_swiper .eq_name{
	position: absolute;
	bottom:-40px;
	left:0;
	width: 100%;
	height:40px;
	line-height:40px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	font-size: 16px;
	color: #fff;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	padding:0 12px;
}
.equ_swiper .swiper-slide:hover .eq_name{
	bottom:0;
}
.equ_swiper .swiper-button-next{
	right:-50px;
}
.equ_swiper .swiper-button-prev{
	left:-50px;
}
.equ_swiper .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius:10px;
	background: #999999;
	margin:0 5px;
}
.equ_swiper .swiper-pagination-bullet-active{
	background: #0080cc;
}
.equ_swiper .swiper-pagination{
	bottom:-60px;
	text-align: center;
	width: 100%;
}
.eq_con{
	position: relative;
	height: 266px;
}
.equ_swiper{
	width: 100%;
	opacity:1;
	margin-top: 40px;
	position: relative;
}
.vr360{
	width:100%;
	height:481px;
	position: relative;
    z-index: 3;
}

.about2 .abtn{margin: 50px 0 30px;text-align: center;}

.about2 .abtn li{display: inline-block;color: #999;border-bottom: 1px solid #f5f5f5;font-size: 22px;margin: 0 60px;cursor: pointer;}

.about2 .abtn li span{font-size: 24px;color: #333;}

.about2 .abtn li.act,.about2 .abtn li:hover{color: #005bac;border-bottom: 1px solid #005bac;}

.about2 .abtn li.act span,.about2 .abtn li:hover span{color: #005bac;}

.about2 .atc{font-size: 16px;color: #666;line-height: 1.8;width: 90%;margin: 0 auto 40px;max-width: 1300px;text-align: left;}

.about2 .atc .abx{display: none;}

.about2 .atc .abx:nth-child(1){display: block;}

.about2 .swiper2{width: 91.5%;margin-left: 4.2%;}

.about2 .swiper2 .swiper-slide{width: 450px;padding: 10px;cursor: pointer;}

.about2 .swiper2 .swiper-slide .sbox{background: #f0f0f0;position:relative;overflow:hidden;}

.about2 .swiper2 .swiper-slide .sbox .img,.about2 .swiper2 .swiper-slide .sbox .img img{display: block;width: 100%;overflow: hidden;}

.about2 .swiper2 .swiper-slide .sbox .img img{transform: scale(1.001);-webkit-transform: scale(1.001);}

.about2 .swiper2 .swiper-slide .sbox .txt{padding: 40px 30px;}

.about2 .swiper2 .swiper-slide .sbox .txt .num{display: block;font-size: 24px;font-family: Helvetica-Condensed-Bold;}

.about2 .swiper2 .swiper-slide .sbox .txt .xian{padding-left: 16px;height: 16px;background: url(../images/ab3_5.png) center left no-repeat;margin: 10px 0;}

.about2 .swiper2 .swiper-slide .sbox .txt .xian s{display: block;width: 100%;height: 1px;background: #c6c6c6;position: relative;top: 8px;}

.about2 .swiper2 .swiper-slide .sbox .txt .stc{font-size: 16px;line-height: 1.8;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;height: 56px;}

.about2 .swiper2 .swiper-slide .sbox:hover{-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.5); -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.5); box-shadow:0px 0px 10px rgba(0,0,0,0.5);background: #005bac;}

.about2 .swiper2 .swiper-slide .sbox:hover .txt .num,.about2 .swiper2 .swiper-slide .sbox:hover .txt .stc{color: #fff;}

.about2 .swiper2 .swiper-slide .sbox:hover .txt .xian{background: url(../images/ab3_5_1.png) center left no-repeat;}

.about2 .swiper2 .swiper-slide .sbox:hover .txt .xian s{background: #fff;}

.about2 .swiper2 .zzc{display: block;width: 350px;height: 100%;position: absolute;top: 0;right: 0;z-index: 3;background: url(../images/ab3_6.png ) center left no-repeat;background-size: cover;}

.about2 .sbtn{width: 80px;float: right;cursor: pointer;margin-top: -10px;position: relative;z-index: 5;}

.about2 .sbtn div{width: 40px;height: 40px;float: left;background: #d8d8d8;outline: none;}

.about2 .sbtn div img{display: block;width: 100%;}

.about2 .sbtn div:hover{background: #005bac;}
.about2 .swiper2 .swiper-slide .sbox .txts{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:100%;
	background:#005BAC;
	-webkit-transition:ease-in-out .3s;
	transition:ease-in-out .3s;
}
.about2 .swiper2 .swiper-slide .sbox .txts{padding: 40px 30px;color:#fff;}

.about2 .swiper2 .swiper-slide .sbox .txts .num{display: block;font-size: 24px;font-family: Helvetica-Condensed-Bold;}

.about2 .swiper2 .swiper-slide .sbox .txts .xian{padding-left: 16px;height: 16px;background: url(../images/ab3_5.png) center left no-repeat;margin: 10px 0;}

.about2 .swiper2 .swiper-slide .sbox .txts .xian s{display: block;width: 100%;height: 1px;background: #c6c6c6;position: relative;top: 8px;}

.about2 .swiper2 .swiper-slide .sbox .txts .stc{font-size: 16px;line-height: 1.8;}

.about2 .swiper2 .swiper-slide .sbox:hover .txts{
	top:0;
}

.container {
    margin: 0 auto;
    min-height: 1px;
    width: 90%;
    max-width: 1600px;
    min-width: 1200px;
}
#eq1{
	position: relative;
}

.newslc ul{
	justify-content:space-around;
}

/*-s-*/
.module_one{
	background:url(../images/modelonebg.jpg) no-repeat center top;
	padding:80px 0;
}
.module_onecontent{
	max-width:1585px;
	margin:0 auto;
}
.module_one article{
	width:768px;
	height:770px;
}
.module_oneleft{
	background:#fff;
}
.module_oneright{
	background:url(../images/index_modelone_img.jpg) no-repeat center top;
}
.module_top{
	padding:55px 50px 0px 60px;
}
.module_top h3{
	font-size:34px;
}
.module_top a{
	width:230px;
	padding:0 1%;
	height:42px;
	background:#4A4A4A;
	border-radius:42px;
	overflow:hidden;
	align-items:center;
}
.module_top a span{
	color:#fff;
	font-size:23px;
	display:inline-block;
	text-align:right;
	letter-spacing:3px;
	width:calc(100% - 45px);
}
.module_top a i{
	vertical-align:middle;
	display:inline-block;
	width:32px;
	height:32px;
	background:#fff;
	position:relative;
	border-radius:32px;
	overflow:hidden;
}
.module_top a i:after{
	position: absolute;
    top: 9px;
    left: 13px;
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid black;
    border-bottom: 7px solid transparent;
}

.module_oneleft .module_content{
	width:485px;
	height:485px;
	margin:0 auto;
	padding:160px 0 0;
}
.module_content img{
	
}
.module_oneright .module_content {
	padding:23px 0 0 ;
}
.module_oneright .module_content .customimg_title{
		text-align:center;
		font-size:37px;
		font-weight:bold;
		padding-top:15px;
}
.jsimagesc{
	width:100%;
	text-align:center;
	margin:0 auto;
}
.module_oneright .module_content  hr{
	width:410px;
	height:3px;
	background:#000;
}
.module_oneright .module_content .customimg_titles{
		text-align:center;
		font-size:21px;
}
.module_oneright .module_content .customimg{
		margin:0 auto;
		width:660px;
		padding-top:56px;
}

.myadvantage{
	display:none;
}

