.menu{
	display: none;
}
.menu_down{
	display: none;
}
.language i{
	margin-right:5px;
}
.header{
	background: #fff;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 80px;
	max-width:1500px;
	margin:0 auto;
}
.index_logo img{
	max-width:143px;
}
.nav ul{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 190px;
	height: 100%;
}
.nav ul li{
	margin-right:40px;
	height: 100%;
}
.nav ul li a{
	font-size: 18px;
	color: #333;
	font-weight: 400;
	display: block;
	height: 80px;
	line-height: 80px;
	padding:0 10px;
	position: relative;
	text-transform:capitalize;
}
.nav ul li a::after{
	content: '';
	position: absolute;
	left:59%;
	bottom: 0;
	width:0;
	height: 4px;
	background: #ff0000;
	z-index: 99;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.nav ul li:hover a::after{
	width: 100%;
	left:0;
}
.language{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.language a{
	display: block;
	font-size: 14px;
	color: #333;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.language p{
	font-size: 14px;
	color: #333;
	padding: 0 3px;	
}
.language a:hover{
	color:#ff0000;
}
.w1400{
	max-width: 1400px;
	margin: 0 auto;
}
.module_page1{
	padding: 90px 0 100px 0;
}
.title h3{
	font-size: 30px;
	color: #333;
	text-align: center;
	padding-bottom:40px;
	position: relative;
}
.title h3::after{
	content: '';
	position: absolute;
	left:calc(50% - 79px);
	bottom:0;
	width: 158px;
	height: 18px;
	background: url(../images/title.jpg) no-repeat center center;
}
.in_about{
	margin-top: 60px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 456px;
}
.in_about figure{
	width: 625px;
	height: 100%;
	overflow: hidden;
}
.in_about figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.in_about figcaption{
	width: 780px;
	height: 100%;
	background: #f6f6f6;
	padding:0 38px 0 42px;
	text-align: left;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.in_about figcaption div h3{
	margin-top: 18px;
}
.in_about figcaption div p{
	margin-top:5px;
}
.eninabout{
	text-indent:2em;
}
.in_about figcaption h3{
	font-size: 36px;
	color: #333;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	line-height: 36px;
	height: 36px;
}
.in_about figcaption h3 span{
	font-size: 24px;
	color: #999;
	padding-left: 10px;
	display: block;
	line-height: 20px;
}
.in_about figcaption p{
	font-size: 18px;
	color: #333;
	line-height: 36px;
	padding-top: 30px;
}
a.more{
	display: block;
	width: 160px;
	height: 50px;
	background:rgba(255,0,0,0);
	color: #666;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	border:1px solid #666666;
	margin-top: 40px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
a.more:hover{
	background: #ff0000;
	color: #fff;
	border:1px solid #ff0000;
}
.module_page2{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 600px;
}
.module_page2 figure{
	width: 57%;
	height: 100%;
	overflow: hidden;
}
.module_page2 figure video{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.module_page2 iframe{
	width: 100%;
	height: 100%;
}
.module_page2 figure img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.module_page2 figcaption{
	width: 43%;
	background: #000;
	position: relative;
	height: 100%;
}
.module_page2 figcaption .video_more{
	position: absolute;
	z-index: 99;
	left:50%;
	top:100px;
	margin-left:-80px;
}
.title2 h3{
	margin-top: 100px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	padding-bottom:40px;
	position: relative;
}
.title2 h3::after{
	content: '';
	position: absolute;
	left:calc(50% - 79px);
	bottom:0;
	width: 158px;
	height: 18px;
	background: url(../images/title2.png) no-repeat center center;
}
.video_more a{
	display: block;
	width: 160px;
	height: 50px;
	background:#000;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	border:1px solid #fff;
	margin: 0 auto;
	margin-top: 70px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.video_more a:hover{
	background:#ff0000;
	border-color:#ff0000;
}
.module_page3{
	padding: 90px 0 100px 0;
}
.in_pro{
	width: 100%;
	margin-top: 60px;
}
.inpro_mod{
	width: 100%;
	height: 350px;
}
/*.in_pro ul{
	display: -webkit-flex;
	display:flex;
	justify-content: space-between;
	align-items: center;
}*/
.in_pro .inpro_mod:last-child{
	margin-top: 10px;
}
.module_page3 a.more{
	margin: 70px auto 0 auto;
	display: none;
}
.innews_title{
	width: 100%;
	height: 160px;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size:cover;
	background:url(../images/innews_bg.jpg) repeat center center;
}
.innews_title .title2 h3{
	margin-top:14px;
}
.in_news{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
}
.in_news figcaption{
	width: 540px;
	padding-left:56px;
}
.in_news figcaption li a{
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	align-items:center;
}
.in_news figcaption li a p{
	font-size: 18px;
	color: #333;
	margin-left: 30px;
}
.in_news figcaption li a .time{
	width: 78px;
	height: 78px;
	border:1px solid #333333;
}
.in_news figcaption li a .time h6{
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: #fff;
	color: #e30313;
	font-size: 24px;
	text-align: center;
}
.in_news figcaption li a .time h5{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #333;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.in_news figcaption li{
	border-bottom: 2px solid #eee;
	margin-top: 30px;
	padding-bottom:10px;
}
.module_page4{
	padding-bottom: 100px;
}
.footer_ewm{
	width: 100%;
	height: 360px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/footer_bg.jpg) no-repeat center center;
	background-size: cover;
}
.footer_ewm2{
	width: 100%;
	height: 360px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/footer_bg2.jpg) #1e1e1e no-repeat center center;
	background-size: cover;
}
.footer_ewm3{
	width: 100%;
	height: 360px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/footer_bg3.jpg) no-repeat #1e1e1e center center;
	background-size: cover;
}
.footer_bg2{
	background: url(../images/footer_bg2.jpg) no-repeat center center;
	background-size: cover;
}
.footer_bg3{
	background: url(../images/footer_bg3.jpg) no-repeat center center;
	background-size: cover;
}
.ewm{
	padding-top:160px;
}
.ewm .img{
	width:60%;
	margin: 0 auto;
	text-align: center;
}
.ewm p{
	font-size: 15px;
	color: #fff;
	line-height: 1.7;
	padding-top:8px;

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

.about_nav{
	margin-top: 60px;
	width: 100%;
	border-bottom:1px solid #ccc;
}
.about_nav ul{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
}
.about_nav ul li{
	width: 160px;
	height: 50px;
	border:1px solid #ccc;
	line-height: 48px;
	text-align: center;
	border-right: none;
	border-bottom: none;
}
.about_nav ul li:last-child{
	border-right:1px solid #ccc;
}
.about_nav ul li a{
	display: block;
	width: 100%;
	line-height: 48px;
	text-align: center;
	font-size: 15px;
	color: #999;
	position: relative;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.about_nav ul li a::after{
	position: absolute;
	content: '';
	left:50%;
	bottom: 0;
	width:0;
	height: 4px;
	background: #ff0000;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.about_nav ul li:hover a{
	color: #333;
}
.about_nav ul li:hover a::after{
	width: 100%;
	left:0;
}
.about_nav ul li.hover2 a{
	color: #333;
}
.about_nav ul li.hover2 a::after{
	width: 100%;
	left:0;
}
.fz22 h3{
	font-size: 22px;
}
.inside_page1{
	padding: 92px 0 100px 0;
}
.about{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 70px;
}
.about figcaption{
	width: 600px;
	padding: 0 25px 0 75px;
}
.about figcaption p{
	font-size: 14px;
	color: #333;
	line-height:25px;
	/*height:600px;
	overflow-y:scroll;*/
	/* padding-right: 20px; */
}
.about figcaption p::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    scrollbar-arrow-color: red;

}

.about figcaption p::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    scrollbar-arrow-color: red;
}

.about figcaption p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
}
.about figure{
	box-shadow: 0px 0px 10px 2px #ccc;
}


.about_Culture{
	margin-top: 70px;
}
.about_Culture ul{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	
}
.about_Culture ul li{
	width:279px;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	box-shadow: 0px 0px 3px #eee;
	height: 280px;

	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.about_Culture ul li div{
	padding-top:50px;
}
.about_Culture ul li figure{
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}
.about_Culture ul li figcaption{
	width: 100%;
	text-align: center;
}
.about_Culture ul li figcaption h6{
	font-size: 20px;
	color: #333;
	padding-bottom: 7px;
}
.about_Culture ul li figcaption p{
	font-size: 14px;
	color: #999;
	line-height: 17px;
	text-align:center;
	min-height:102px;
}

.about_Culture ul li:hover{
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.about_Framework{
	margin-top: 70px;
}
.about_Framework .img{
	text-align: center;
}
.about_Framework .img img{
	width: 100%;
}
.about_honor{
	margin-top: 70px;
}
.about_honor ul{
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.about_honor ul li{
	width: 260px;
	position: relative;
	overflow: hidden;
	margin-right: 25px;
	margin-bottom: 25px;
}
.about_honor ul li:nth-child(5n){
	margin-right: 0;
}
.about_honor ul li p{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #333;
	padding-top: 10px;
}
.ws_rseach{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	left:0%;
	top:-100%;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	cursor: pointer;
	pointer-events:none;
}
.about_honor ul li:hover .ws_rseach{
	left:0;
	top:-29px;
}
.about_honor ul.honor_list2{
	margin-top: 50px;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
.about_honor ul.honor_list2 li{
	height: auto;
}
.about_honor ul.honor_list2 li a img{
	height: 332px
}


.about_qual ul{
	display: -webkit-flex;
	display: flex;
	margin-top: 70px;
	flex-wrap: wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1000px;
	margin:70px auto 0 auto;
}
.about_qual ul li{
	width: 300px;
	margin-right: 50px;
	position: relative;
	overflow: hidden;
	margin-bottom: 52px;
}
.about_qual ul li img{
	box-shadow: 0px 0px 8px #ccc;
}
.about_qual ul li:nth-child(3n){
	margin-right: 0;
}
.about_qual ul li:hover .ws_rseach{
	left:0;
	top:-29px;
}
.about_qual ul li p{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #333;
	padding-top: 10px;
}
.w1004{
	max-width:1004px;
	margin: 0 auto;
}
.contact{
	margin-top: 70px;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
}
.contact figcaption{
	width: 580px;
	padding-left: 120px;
}
.contact figcaption h3{
	font-size: 26px;
	color: #333;
	padding-bottom: 15px;
}
.contact figcaption ul li{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.contact figcaption ul li span{
	color: #e31313;
	font-size: 20px;
}
.contact_mod h6{
	font-size: 18px;
	color: #333;
	padding-bottom: 10px;
	padding-left: 8px;
	position: relative;
}
.contact_mod h6::after{
	position: absolute;
	content: '';
	width: 4px;
	height: 18px;
	left:0;
	top:3px;
	z-index: 99;
	background: #e0170b;
}
.contact_mod{
	margin-bottom: 50px;
}
.mb0{
	margin-bottom: 0;
}
.jion{
	margin-top: 70px;
}
.jion ul{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.jion ul li{
	width: 440px;
	height: 290px;
	box-shadow: 0px 0px 13px #eee;
	margin-right: 40px;
	padding-left: 50px;
	padding-top: 46px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.jion ul li:nth-child(3n){
	margin-right: 0;
}
.jion ul li .jion_title{
	display: -webkit-flex;
	display: flex;
	justify-content:space-between;
	align-items:flex-start;
	padding-right: 50px;
}
.jion ul li .jion_title h3{
	font-size: 22px;
	color: #333;
	padding-bottom: 42px;
	position: relative;
}
.jion ul li .jion_title h3::after{
	position: absolute;
	content: '';
	left:0;
	bottom:22px;
	width: 40px;
	height: 4px;
	background: #e31313;
}
.jion ul li p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.jion ul li:hover{
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.news{
	margin-top: 70px;
}
.news ul{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news ul li{
	width: 680px;
	height: 200px;
	border: 1px solid #eee;
	margin-right: 40px;
	margin-bottom: 40px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.news ul li:nth-child(2n){
	margin-right: 0;
}
.news ul li a{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	padding: 25px
}
.news ul li a figure{
	width: 200px;
	height: 150px;
	overflow: hidden;
}
.news ul li a figcaption{
	width: 410px;
	padding-left: 32px;
}
.news ul li a figcaption h3{
	font-size: 22px;
	color: #333;
	padding-bottom: 5px;
}
.news ul li a figcaption p{
	font-size: 14px;
	color: #999;
	line-height: 18px;
	margin-bottom: 25px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 0;
}
.news ul li a figcaption h6{
	font-size: 12px;
	color: #999;
	padding-bottom: 6px;
	border-bottom: 1px solid #eee;
}
.news_more{
	display:-webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 5px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.news_more h5{
	color: #e31313;
	font-size: 12px;
	padding-right: 3px;
}
.news ul li:hover{
	border:1px solid #ccc;
}
.news ul li:hover .news_more{
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);
}
.product{
	margin-top: 70px;
}
.product ul{
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
}
.product ul li{
	width: 440px;
	margin-right: 40px;
	margin-bottom: 40px;
}
.product ul li figure{
	border: 1px solid #eee;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	overflow: hidden;
}
.product ul li figure img{
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;

}
.product ul li:nth-child(3n){
	margin-right: 0;
}
.product ul li figcaption{
	font-size: 22px;
	color: #333;
	padding-top: 16px;
	text-align:center;
}
.product ul li:hover figure{
	border: 1px solid #ff0000;
}
.product ul li:hover figure img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
























.fenyeqi ul{
	margin-top: 30px;
	display: -webkit-flex;
	display: flex;
	justify-content:center;
}
.fenyeqi ul li{
	width: 40px;
	height: 40px;
	border:1px solid #999;
	margin-right: 16px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.fenyeqi ul li:first-child{
	width: 100px;
}
.fenyeqi ul li:last-child{
	width: 100px;
}
.fenyeqi ul li a{
	display: block;
	width: 100%;
	height:100%;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #999;
	padding: 0;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.fenyeqi ul li:nth-child(2n){
	margin-right: 16px;
}
.fenyeqi ul li:nth-child(3n){
	margin-right: 16px;
}
.fenyeqi ul li.hover2{
	background: #666;
}
.fenyeqi ul li.hover2 a{
	color: #fff;
}
.fenyeqi ul li:hover{
	border:1px solid #666;
}
.fenyeqi ul li:hover a{
	color: #666;
}

.about_video{
	margin-top: 70px;
}
.about_video video{
	width: 100%;
	height: 600px;
	object-fit:cover;
	cursor: pointer;
}
.about_video iframe{
	width:100%;
	height:800px;
}
.about_Events{
	margin-top: 70px;
}
.about_Events p{
	font-size: 14px;
	color: #333;
	line-height:24px;
	margin-top: 50px;
}
.FrontProducts_list01-d1_c1 .mainul{
	height: 100%;
}
/* 首页滚动图hover大小 */
.FrontProducts_list01-d1_c1 .mainul li:hover{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.protion{
	background: #1e1e1e;
}
.protion_page1{
	padding-top: 100px;
}
.pro_title h3{
	font-size: 50px;
	color: #fff;
	padding-bottom: 44px;
	font-weight: bold;
	position: relative;
	text-align: center;
	position:relative;
}
.pro_title h3 span{
	font-size: 16px;
	padding-left: 15px;
}
.pro_title h3::after{
	position: absolute;
	content: '';
	width: 306px;
	height: 33px;
	background: url(../images/pro_title.jpg) no-repeat center center;
	bottom:0;
	left:calc(50% - 153px);
}
.pro_title h3.trs_left::after{
	left:calc(50% - 153px);
	
}
.page_body{
	max-width:1920px;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 120px;
}
.page1_lr h4{
	font-size: 30px;
	color: #fff;
	padding-right: 110px;
}
.protion_page2{
	padding-top: 140px;
}
.page2_left{
	width: 57%;
	display:inline-block;
	overflow:hidden;
}
.page_right{
	width: 43%;
	padding-left: 5px;
	overflow:hidden;
}
.page2_body{
	max-width:1920px;
	margin:0 auto;
	margin-top: 60px;
	align-items: stretch;
}
.page2_title h3{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 20px;
}
.page2_picture{
	height:800px;
	overflow: hidden;
}
.page2_picture ul{
	width: 100%;
	height: auto;
}
.page2_picture ul li{
	width: 100%;
	height:400px;
	display: flex;
    justify-content: right;
    overflow: hidden;
	position:relative;
}
.page2_picture ul li:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
}
.page2_picture ul li img{
	display:inline-block;
	vertical-align:middle;
	max-width:none;
	width:1098px;
	height:414px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:9;
}
.protion_page3{
	padding-top: 140px;
}
.protion_page3 h4{
	font-size: 20px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	width: 58%;
	margin: 0 auto;
	padding: 50px 0 100px 0;
}
.copy p{
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	padding: 32px 0;
}
.protion_page3img{
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
}
.w1000{
	max-width: 1000px;
	margin: 0 auto;
}
.newsdea_title h3{
	font-size: 32px;
	color: #333;
	text-align: center;
	font-weight: 400;
}
.newsdea_title p{
	font-size: 16px;
	color: #999;
	text-align: center;
	margin-top: 12px;
}
.newsdea_title p span{
	color: #333;
}
.newsdea_title{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}
.newsdea_body{
	margin-top: 20px;
}
.newsdea_body h3{
	font-size: 30px;
	color: #333;
	text-align: center;
}
.newsdea_body p{
	margin-top:20px;
	font-size: 15px;
	line-height: 2;
}


/*新加*/
.protion_page4{
	padding: 140px 0 100px 0;
}
.protion_page3img ul{
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;

}
.protion_page4_mod{
	width:100%;
	overflow:hidden;
}
.protion_page4_mod ul{
		width:auto;
	-webkit-transition:transition: 1s;
	transition: 1s;
	width:10000px;
}
.gbottom ul{
	margin-left:-400px;
}
.gbottom li img{
	height:295px;
}
.gtop ul{
	margin-left:100px;
}
.gtop li img{
	height:295px;
}
.protion_page4_mod ul li{
	margin-right: 4px;
	margin-bottom: 40px;
	display:inline-block;
}
/* .protion_page4_mod ul li img{
	height:235px;
} */
.protion_page4_mod ul li:last-child{
	margin-right: 0;
}
.protion_page4_mod ul li p{
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding-top: 10px;
}
.protion_page4 .pro_title{
	padding-bottom: 70px;
}
.lr1{
	display: none;
}
.protion_ipone{
	display: none;
}
.page2_picture .swiper-container{
	width: 100%;
	height:100%;
}
.page2_picture .swiper-container .swiper-slide{
	height:400px!important;
	position:relative;
	content: '';
    display: inline-block;
    vertical-align: middle;
	overflow:hidden;
}
.page2_picture .swiper-slide img{
	display: inline-block;
    vertical-align: middle;
    max-width: none;
    width: 818px;
    height: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.page2_picture .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: auto;
	left:100px;
	top:calc(50% + 30px);
	background:url(../images/down_jt.png) no-repeat center center;
}
.page2_picture .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	right: auto;
	left:100px;
	top:calc(30% - -90px);
	background:url(../images/top_jt.png) no-repeat center center;
}
.page2_picture .swiper-button-next{
	opacity:0.3;
	width: 84px;
	height: 84px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.page2_picture .swiper-button-prev{
	opacity:0.3;
	width: 84px;
	height: 83px;
	-webkit-transition: ease-in-out .3;
	-o-transition: ease-in-out .3;
	transition: ease-in-out .3;
}
.page2_picture ul.disnone{
	display:none;
}
.contact figure{
	width: 820px;
}
.language{
	-webkit-transform:translateY(1px);
	-ms-transform:translateY(1px);
	-o-transform:translateY(1px);
	transform:translateY(1px);
}
.language .ipone_lang{
	display: none;
}
.language li{
	display: none;
}
.language img{
	width: 18px;
	height: 18px;
}

.prodetailimg{
	width:100%;
	text-align:center;
	padding:3% 0;
}

.page2_picture .swiper-button-prev.swiper-button-disabled{
	opacity: 0.3;
}
.page2_picture .swiper-button-prev.swiper-button-disabled{
	opacity: 0.3;
}
.page2_picture .swiper-button-next:hover{
	opacity:1;
}
.page2_picture .swiper-button-prev:hover{
	opacity: 1;
}
.banner .swiper-container{
	height:100%;
	width: 100%;
}
.banner .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-pagination-bullet {
    width: 25px;
    height: 6px;
    border-radius: 3px;
    margin: 0 5px;
}
.copy p a{
	color:#fff;
}