@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(https://images.enuoyopin.cn/chisage/fonts/AlibabaPuHuiTiR.woff2);
	font-family:"myfont";
	}
@font-face{
	src:url(https://images.enuoyopin.cn/chisage/fonts/AlibabaPuHuiTiH.woff2);
	font-family:"title";
	}
*{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	list-style:none;
	font-weight: normal;
	color:#555;
	font-family:"myfont",sans-serif;
	line-height: 20px;
	box-sizing: border-box;
	}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, dir, section {
    margin:0;
    padding:0;
    display:block;	
}
@font-face {
  font-family: 'iconfont';
  src: url(../font/iconfont.eot);
  src: url(../font/iconfont.eot?#iefix) format('embedded-opentype'),
  url(../font/iconfont.woff) format('woff'),
  url(../font/iconfont.ttf) format('truetype'),
  url(../font/iconfont.svg#iconfont) format('svg');
}
.iconfont{
	 font-family: 'iconfont';
}
a{
	text-decoration: none;
}
.clear{
	clear: both;
}
.page {
    text-align: center;
    width: 100%;
    clear: both;
    margin-top: 50px;
}
body,html{
    font-size: 62.5%;
}
.wall{
    width: 80%;
    margin: auto;
}
.w_1440{
    width: 80%;
    margin: auto;
}
/*固定导航*/
.header{
	width: 100%;
	position: fixed;
	z-index:99999;
	top: 0;
	left: 0;
	/*border-bottom: 1px solid #e6e6e6;*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	    
	}
.header.outside{
    top: -87px;
    
}
.NavTop{
	padding:10px 10%;
	background:#dc4e1c;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.NavTop:before{
    content: '';
    background: -webkit-radial-gradient(#d8d8d8 20%,transparent 60%);
    background: radial-gradient(#d8d8d8 20%,transparent 60%);
    height: 1px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.NavTop.active{
	background:#ffffff;}
.NavTop.active2{
	background:#dc4e1c;}
.NavTop.active ul li{
	color:#000000;}

.NavTop ul{
	width:740px;
	position: absolute;
    left: 50%;
    margin-left: -350px;
	}
.NavTop ul li{
	float:left;
	color:#fff;
	padding-left:25px;
	*padding-left:0;
	line-height:60px;
	font-size:1.5rem;
	width:20%;
	letter-spacing: 2px;
	}



.NavTop ul li m{
	display:block;
	width:0px;
	height:3px;
	background:#fff;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	margin-left:30px;
	margin-top:-3px
	}
.NavTop ul li:hover m{
	width:60px;
	margin-left:0px
	}	
.NavTop.active ul li:hover m{
	width:60px;
	margin-left:0px;
	background:#dc4e1c;
	}	
.NavTop ul a:first-of-type li:hover m{
	margin-left:-15px
	}
.NavTop ul a:first-of-type li.active m{
	margin-left:-13px
	}
.sub_menu{
	display:block;
	height:0px;
	width:100%;
	position:absolute;
	top:60px;
	left:0px;
	background: #ffffff;
	background:rgba(255,255,255,0.94);
    filter: alpha(opacity=94);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	display:none;
	}
.sub_menu.active{
	height:250px;
	background: #ffffff;
	background:rgba(255,255,255,0.94);
    filter: alpha(opacity=94);
	display:block;
	}
html[lang="en"]	.NavTop ul li{
    letter-spacing: 0;
}
html[lang="en"]	.sub_menu.active{
	height:330px;}
html[lang="jp"]	.sub_menu.active{
	height:280px;}
.sub_menu ul{
	width:740px;
	margin:0px -210px;
	padding:20px 0;
	opacity:0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	margin-top:-40px;
	}

.sub_menu.active ul{
	opacity:1;
	ilter: alpha(opacity=100);
	margin-top:0px
	}
	
.sub_menu ul li{
	width:20%;
	margin-right:0;
	border-right:1px solid #e7e7e7;
	opacity:0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	height:200px;
	letter-spacing: 0;
	}
html[lang="jp"] .sub_menu ul li{
	height:220px;}
.sub_menu ul li:first-of-type{
	border-left:1px solid #ddd;
	}
.sub_menu.active ul li{
	border-right:1px solid #ddd;
	opacity:1;
	}
.sub_menu ul li ol{
	color:#333;
	line-height:16px;
	margin:8px 0;
	font-size:14px;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;
	}
html[lang="en"] .sub_menu ul li ol{
    font-size: 12px;
}
.sub_menu ul li ol:hover{
	color:#dc4e1c;

	}
	
.NavTop .logo{
	height: 40px;
    margin-right: 80px;
}
.NavTop .logo img{
	display: block;
	height: 100%;
	cursor: pointer;
}
.NavTop .logo .logo1{
    display: block;
}
.NavTop .logo .logo_over{
	display:none
	}
.NavTop.active .logo .logo_over{
	display:block
	}
.NavTop.active .logo .logo1{
	display:none
	}
.navBtn{
	width: 60px;
	height: 60px;
	margin-right: 20px;
	position: absolute;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
	top:50%;
	-webkit-transform: translateY(-50%) scale(0.8);
	transform: translateY(-50%) scale(0.8);
	right:260px;
	z-index:33333

}
.navBtn:hover{
	background: #ffffff;
	background: rgba(255,255,255,0.2);
    filter: alpha(opacity=20);
}
.navBtn span{
	display: block;
	width: 58%;
	height: 3px;
	border-radius: 6px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 20%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.navBtn span.active{
	background: #555;


	}
.navBtn span:nth-of-type(1){
	margin-top: -10px;
}
.navBtn span:first-child{margin-top: -10px;}
.navBtn span:first-child+span+span{margin-top: 10px;}
.navBtn span:nth-of-type(3){
	margin-top: 10px;
}
.navBtn.active{
	background: #ffffff;
	background: rgba(255,255,255,0.2);
    filter: alpha(opacity=20);
}
.navBtn.active span{
	background:#333;}
.navBtn.active span:nth-of-type(2){
	opacity: 0;
}
.navBtn.active span:nth-of-type(1){
	margin-top: 0;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.navBtn.active span:nth-of-type(3){
	margin-top: 0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

.selectLanguage{
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.selectLanguage span{
	line-height: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-left: 14px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.selectLanguage span.active{
	color: #dc4e1c;
}
.selectLanguage span:hover{
	color: #dc4e1c;
	text-decoration: underline;
}
/*导航Box*/
.NavBox{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #2d2d33;
	background: #fff;
	z-index:338;
	box-sizing: border-box;
	/*padding:80px 5%;*/
	padding-bottom: 0;
	display: none;
	
}
.Nav{
	background:url(../images/banner4s.jpg) no-repeat;
	background-size:cover;
	margin:0px auto;
	height:100%;
}
.Nav dl{
	width: 25%;
	float: left;
	text-align:center;
	border-right:1px solid #eee;
	height:100%;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	background:#fff;
}
.Nav dl:hover{
	background:none;
	}
.Nav dl dt h1{
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 2px;
	cursor: default;
	display: inline-block;
	position: relative;
	margin-bottom:15px;
	padding-top:64%;
	color:#333;	
}
.Nav dl:hover h1{
	color:#fff;}
.Nav dl dt h1:before{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.Nav dl:hover dt h1:before{
	margin-left:-100px;
	width: 200px;
}
.Nav dl dd h2{
	font-size: 15px;
	margin-top: 15px;
	letter-spacing: 1px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.Nav dl:hover h2{
	color: #ffffff;
	color: rgba(255,255,255,0.8);
    filter: alpha(opacity=80);}
.Nav dl dd h2:hover{
	text-decoration: underline;
}
.Nav dl p{
	font-size: 14px;
	color: #ccc;
	letter-spacing: 1px;
	margin-top: 6px;
	white-space: nowrap;
}
.Nav dl p:first-of-type(){
	margin-top: 30px;
}

.Nav dl:nth-child(6){
	margin-top: 30px;
}




/*右固定导航*/
.fixedRightNav{
	position: fixed;
	z-index: 99;
	top: 50%;
	left: 0;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);


}
.fixedRightNav ul li:nth-child(1){

	}
.fixedRightNav ul li{
	width: 200px;
	font-size: 14px;
	line-height: 60px;
	height: 60px;

	text-indent: 60px;
	position: relative;
	cursor: pointer;
}
.fixedRightNav ul li span{
	background: #ffffff;
	background:rgba(255,255,255,0.9);
    filter: alpha(opacity=90);
}
.fixedRightNav ul li:before{
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background: #ffffff;
	background:rgba(255,255,255,0.6);
    filter: alpha(opacity=60);
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.fixedRightNav ul li.active span{
	color: #fff;
}
.fixedRightNav ul li.active:before{
	left: 0;
	width: 40px;
	background: #ffffff;
}
.fixedRightNav ul li:hover span{
	color: #fff;
}
.fixedRightNav ul li:hover:before{
	left: 0;
	width: 40px;
	background: #ffffff;
}

.fixedRightNav.active{
	border:none;
}
.fixedRightNav.active ul li{
	width: auto;
	border:none;
	height: 5px;
	margin:30px 0;
}
.fixedRightNav.active ul li span{
	display: none;
}
.fixedRightNav.active ul li.active{
	line-height: 15px;
	height: 15px;
	margin:0;
}
.fixedRightNav.active ul li.active span{
	display: inline-block;
	text-indent: 0;
}
.fixedRightNav.active ul li:hover:before{
	background: #ffffff;
	background:rgba(255,255,255,0.7);
    filter: alpha(opacity=70);
}

/*首页第一屏*/
.mainBar{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 2;
}
.mainBar .left img{
    position: absolute;
    left: 5%;
    bottom: 5%;
    height: 60px;
}
.mainTxt {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    top: 40%;
    z-index: 9;
}
.mainTxt span{
    color: #D63C1B;
    background: #fff;
    padding: 10px 40px;
    font-size: 19.4rem;
    font-family: "title";
    text-transform: uppercase;
    display: block;
    float: left;
    line-height: 1;
}
.mainTxt span:last-of-type{
    color: #000;
    font-size: 7rem;
    margin-top: -1px;
}
.mainTxt h4{
    color: #000000;
    padding: 10px 40px;
    font-size: 2.2rem;
    text-transform: uppercase;
    margin-top: 8%;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: "title";
}
.mainTxt h4 i{
    display: block;
    margin-left: 12px;
    width: 0;
    height: 0;
    border-left:10px solid transparent ;
    border-right:10px solid transparent ;
    border-top:16px solid #D63C1B; 
    border-radius: 3px;
}
.mainBar .right{
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 50%;
}
/*banner*/
.banner{
	width: 100%;
	height: 100vh;
	position: relative;
	background: #000;
	overflow: hidden;
}
.banner .video {
    display: block;
    object-fit: cover;
    border: 0;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.banner p{
    height: 12.5rem;
    position: absolute;
    text-align: center;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 20;
}
.banner  p img{
    max-width: 70%;
}
/*banner右方滚动动画*/
.rightScrollAnimate{
	width: 1px;
	height: 190px;
	position: absolute;
	top: 40%;
	right: 5%;
	margin-top: -95px;
	z-index:9999;
}
.rightScrollAnimate span{
	display: block;
	width: 19px;
	height: 30px;
	border-radius: 8px;
	border:solid 2px #eee;
	position: absolute;
	top: 20px;
	left: -9px;
	cursor: pointer;
	-webkit-animation: rightscrollblock 8s cubic-bezier(0.4,0,0.2,1) infinite;
	animation: rightscrollblock 8s cubic-bezier(0.4,0,0.2,1) infinite;
}
.rightScrollAnimate span i{
	border-radius: 8px;
		background:#e94425;
		width:6px ;
		height:9px;
		display:block;
		margin-top:4px;
		margin-left:5px
		
	}
.rightScrollAnimate:before{
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.4);
	-webkit-animation: rightscrollbefore 8s cubic-bezier(0.4,0,0.2,1) infinite;
	animation: rightscrollbefore 8s cubic-bezier(0.4,0,0.2,1) infinite;
}
.rightScrollAnimate:after{
	content: "";
	display: block;
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,0.4);
	-webkit-animation: rightscrollafter 8s cubic-bezier(0.4,0,0.2,1) infinite;
	animation: rightscrollafter 8s cubic-bezier(0.4,0,0.2,1) infinite;
}

@-webkit-keyframes rightscrollbefore{
	0%{
		height: 20px;
	}
	60%{
		height: 20px;
	}
	80%{
		height: 150px;
	}
	100%{
		height: 20px;
	}
}
@keyframes rightscrollbefore{
	0%{
		height: 20px;
	}
	60%{
		height: 20px;
	}
	80%{
		height: 150px;
	}
	100%{
		height: 20px;
	}
}

@-webkit-keyframes rightscrollafter{
	0%{
		height: 150px;
	}
	60%{
		height: 150px;
	}
	80%{
		height: 20px;
	}
	100%{
		height: 150px;
	}
}
@keyframes rightscrollafter{
	0%{
		height: 150px;
	}
	60%{
		height: 150px;
	}
	80%{
		height: 20px;
	}
	100%{
		height: 150px;
	}
}

@-webkit-keyframes rightscrollblock{
	0%{
		top: 20px;
	}
	60%{
		top: 20px;
	}
	80%{
		top: 150px;
	}
	100%{
		top: 20px;
	}
}
@keyframes rightscrollblock{
	0%{
		top: 20px;
	}
	60%{
		top: 20px;
	}
	80%{
		top: 150px;
	}
	100%{
		top: 20px;
	}
}



.industryBigBox{
	width:100%;
	height: 100vh;
	position: relative;
	margin-top: -3rem;
	z-index: 2;
}
.industryBigBox dl{
	position:relative;
	width:100%;
	height:100%;}
.industryBigBox dl dd{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:none;
}
.industryBigBox dl dd:first-child{
	display:block;
}
.industryBigBox dl dd:before{
	content:"";
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.58);
	position:absolute;
	left:0;
	top:0;
	}
.industryBox{
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.index_title h2{
	font-size: 36px;
	color: #fff;
	line-height: 50px;
	letter-spacing:4px;
	text-align:center;
}
html[lang="en"] .index_title h2{
	letter-spacing:1px;}
.index_title h3{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	letter-spacing:1px;
	font-family:"Raleway";
	text-align:center;
	
}
.index_title b {
   color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
    text-align: center;
	display:block;
	letter-spacing:0.5px;
}
.industryBox ul{
	margin-top: 6%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.industryBox ul li{
	/* width: 11.11%;
	*width: 11.11%;
	width: 11.11% \9;
	float: left; */
	position: relative;
	cursor:pointer;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
/*.industryBox ul li:hover{
	-webkit-transform:translateY(-20px);
	transform:translateY(-20px);
	}*/
.industryBox ul li > img,.industryBox ul li p img{
	width: 120px;
	margin:auto;
	display:block;

}
.industryBox ul li .img1{
	margin:auto;
	display:block;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;

}
.industryBox ul li h6{
	color: #fff;
	font-size: 17px;
	letter-spacing:1px;
	text-align:center;
}
html[lang="en"]	.industryBox ul li h6{
    letter-spacing: 0;
    font-size: 15px;
}
.industryBox ul li .industryIntro{
	width: 90%;
	position: absolute;
	top: 100%;
	padding-top: 60px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display:none;
}
.industryBox ul li .industryIntro p{
	background: #ffffff;
	background:rgba(255,255,255,0.8);
    filter: alpha(opacity=80);
	font-size: 13px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	line-height:25px;
	padding-left:15px
}
.industryBox ul li .industryIntro .btn{
	margin-top: 40px;
	padding-left:15px;
	width: 100%;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.industryBox ul li .industryIntro .btn img{
	display: block;
	width: 70px;
	cursor: pointer;
}
.industryBox ul li:hover .industryIntro{
	padding-top: 40px;
	display:block;
}
.industryBox ul li:hover .img1{
	margin-top: -50px;
}

.industryBox ul li:hover .industryIntro p{
	opacity: 1;
}
.industryBox ul li:hover .industryIntro .btn{
	margin-top: 20px;
	opacity: 1;
}

.indexAboutBigBox{
	background: url(../images/index2bg.jpg) no-repeat center center;
	background-size: cover;
}
.indexAbout{
	width: 800px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left:-400px;
	text-align:center;
	-webkit-transform:translate(0,-40%);
	transform:translate(0,-40%);
}
.indexAbout h6{
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	margin-top: 20px;
	text-align:center
}
.indexAbout ul{
	width:80%;
	margin:8% auto ;
	}
.indexAbout ul li{
	float:left;
	width:33.3%;
	text-align:center;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
}
.indexAbout ul li img{
	display:block;
	margin:auto;
	width:110px;
	}
.indexAbout ul li p{
	color:#fff;
	font-size:16px;
	}
.indexAbout .index_more{
	display: block;
	width:118px;
	height: 35px;
	border:solid 2px #fff;
	font-weight:bold;
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height:35px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
	margin-left:340px;
}
.indexAbout .index_more:hover{
	width:148px;
}



.home_news{
	background:#fff;
	height:120px;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	}

.home_news ul{
	margin:0px auto;
	}

.home_news ul li{
	float:left;
	width:25%;
	color:#fff;
	height:120px;
	font-size:17px;
	line-height:30px;
	letter-spacing:1px;
	background:#dc4e1c;
	padding-top:20px;
	padding-left:2%;
	padding-bottom:10px;
	}
.home_news ul li:nth-child(2){
	background:#4b9737;
	}
.home_news ul li:nth-child(3){
	background:#63a237;
	}
.home_news ul li:nth-child(4){
	background:#b0cc30;
	}
.home_news ul li span{
	font-size:13px;
	display:block;
	color:#fff;
	margin-bottom:6px
	}
.home_news ul li m{
	margin-top:10px;
	display:block;
	width:28px;
	height:10px;
	background:url(../images/tb.png)
	}


.home_news ul li:hover{
	text-decoration:underline
	}



.indexNewsBigBox{
	background: #222;
}
.indexNewBox{
	width: 100%;
	height: 100%;
	padding:0 150px;
	padding-bottom: 60px;
	padding-top: 120px;
	position: absolute;
	top: 0;
	box-sizing: border-box;
}
.indexNewBox .block{
	background: #013218;
	padding:30px;
	box-sizing: border-box;
	position:relative;
	cursor: pointer;
}
.indexNewBox .block:before{
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(to bottom,rgba(59,59,59,.5),transparent);
	background: linear-gradient(to bottom,rgba(59,59,59,.5),transparent);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.indexNewBox .block:hover:before{
	opacity: 0;
}

.indexnewone{
	width: 25%;
	height: 100%;
	float: left;
	margin-left:100px;
	
}
.indexnewtwo{
	width: 36%;
	height: 100%;
	float: left;
	margin-left: 2%;
}
.indexnewthree{
	width: 30%;
	height: 100%;
	float: right;
	position: relative;
}

.indexnewCon{
	position: relative;
	z-index: 2;
	height: 100%;
}
.indexnewCon h6{
	color: #fff;
	font-size: 13px;
	margin-bottom:20px
}
.indexnewCon p{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-top: 20px;
}
.indexnewCon p:hover{
	text-decoration:underline;
	}
.indexNewBox .block span{
	display: block;
	width:260px;
	height: 60px;
	background: #222;
	margin:auto;
	margin-top: 36px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 58px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
	position: absolute;
	bottom:2%;
	left:2%;
	cursor: pointer;
}
.indexnewthreeO.block{
	height: 48%;
	position: absolute;
	top: 0;
	left: 0;
}
.indexnewthreeT.block{
	height: 48%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.index_news{
    position: relative;
    background: #f1f1f1;
    z-index: 9;
}
.index_news ul{
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_news ul li{
    width: 32%;
    border-radius: 6px;
    overflow: hidden;
    margin: 1% 0;
    background: #fff;
}
.index_news ul li .left{
    width: 100%;
    overflow: hidden;
    height: 31rem;
}
.index_news ul li b{
    width: 100%;
    height: 100%;
    display:block;
}
.index_news ul li:hover b{
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    transition: all .4s cubic-bezier(.4,0,.25,1) 0ms;
}
.index_news ul li .right{
    padding: 3rem;
    width: 100%;
    box-sizing: border-box;
}
.index_news ul li .right h3 {
    color: #222;
    font-size: 2.2rem;
    height: 14rem;
    line-height: 1.4;
}
.index_news ul li .right p {
    border-top: .18rem solid #6b6890;
    color: #222;
    font-size: 1.4rem;
    padding-top: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index_news ul li:first-of-type{
    width: 66%;
}
.index_news ul li:first-of-type .left{
    height: 42rem;
}
.index_news ul li:first-of-type{
    background: #041098;
}
.index_news ul li:first-of-type .right h3  {
    height: auto;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    white-space: ellipsis;
}
.index_news ul li:first-of-type .right p {
    border: none !important;
    color: #fff;
}
.index_news ul li:first-of-type .right p span{
    display: none;
}
.index_news ul li:hover{
    background: #041098;
}
.index_news ul li:hover .right h3{
    color: #fff;
}
.index_news ul li:hover .right p{
    color: #fff;
    border-top: .18rem solid #fff;
}
.index_news ul li .right p span{
    width: 20px;
    height: 20px;
    background: url(../images/jts.png) no-repeat center right/76%;
}
.index_news ul li:hover .right p span{
    background: url(../images/jts2.png) no-repeat center right/76%;
}
.index_news .index_title{
    width: 100%;
    opacity: 0;
    -webkit-animation:all .9s cubic-bezier(.25, .46, .45, .94)  0.5s;
    animation:all .9s cubic-bezier(.25, .46, .45, .94) 0.5s
}
.index_news .index_title.active{
    opacity: 1;
}
.index_news .index_title h2{
    text-align: left;
    color: #222;
    padding-bottom: 10px;
}
/*移动动效*/
.index_news .b_box {
    position:relative;
    top:-12.2rem;
    z-index: 999;
}
.index_news .news-bg {
    background:#f1f1f1;
    height:500px;
    position:absolute;
    top:0;
    width:100%
}
.index_news .b_box.slide-top {
    -webkit-animation:slide-top .9s cubic-bezier(.25, .46, .45, .94) both;
   animation:slide-top .9s cubic-bezier(.25, .46, .45, .94) both
}
@-webkit-keyframes slide-top {
    0% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    to {
        -webkit-transform:translateY(-50px);
        transform:translateY(-50px)
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    to {
        -webkit-transform:translateY(-50px);
        transform:translateY(-50px)
    }
}
.index_news .news-bg.slide-top-bg {
    -webkit-animation:slide-top-bg .9s cubic-bezier(.25, .46, .45, .94) both;
    animation:slide-top-bg .9s cubic-bezier(.25, .46, .45, .94) both
}
@-webkit-keyframes slide-top-bg {
    0% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    to {
        -webkit-transform:translateY(-220px);
        transform:translateY(-220px)
    }
}
@keyframes slide-top-bg {
    0% {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
    to {
        -webkit-transform:translateY(-220px);
        transform:translateY(-220px)
    }
}
.index_news .b_box.slide-bottom {
    -webkit-animation:slide-bottom .9s cubic-bezier(.25, .46, .45, .94) both;
    animation:slide-bottom .9s cubic-bezier(.25, .46, .45, .94) both
}
@-webkit-keyframes slide-bottom {
    0% {
        -webkit-transform:translateY(-50px);
        transform:translateY(-50px)
    }
    to {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes slide-bottom {
    0% {
        -webkit-transform:translateY(-50px);
        transform:translateY(-50px)
    }
    to {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
.index_news .news-bg.slide-bottom-bg {
    -webkit-animation:slide-bottom-bg .9s cubic-bezier(.25, .46, .45, .94) both;
    animation:slide-bottom-bg .9s cubic-bezier(.25, .46, .45, .94) both
}
@-webkit-keyframes slide-bottom-bg {
    0% {
        -webkit-transform:translateY(-220px);
        transform:translateY(-220px)
    }
    to {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
@keyframes slide-bottom-bg {
    0% {
        -webkit-transform:translateY(-220px);
        transform:translateY(-220px)
    }
    to {
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}

.footer{
	width:100%;
	*width:80%;
	width:80%/0;
	background:#0d0d0d;
	padding:30px 10% 20px;
	font-size:12px;
	position:absolute;
	left:0;
	bottom:0;

	}
	
.footer ul{
		float:left;
		cursor:pointer;}
	
.footer ul li{
	float:left;
	color:#888;
	border-right:1px solid #5C5C5C;
	height:13px;
	line-height:10px;
	*line-height:18px;
	margin-right:30px;
	padding-right:30px;
}
.link b {
	display:block;
	float:right;
	background:#999;
	border-radius:50%;
	width:28px;
	height:28px;
	margin-top:-8px;
	margin-left:10px;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	position:relative;
	overflow:hidden;
	cursor: pointer;
	}
.link b img{
	width:20px;
	display:block;
	margin:4px auto;}
.link b .ewm{
	position:absolute;
	width: 120px;
    bottom: 15px;
    left: -50px;
	opacity:0;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.link b:hover .ewm{
	opacity:1;　
	filter: alpha(opacity=100);　　
	zoom: 1;
	bottom: 37px;
	}
.link b:hover{
	background:#dc4e1c;
	overflow:inherit;
	}

.footer > p{
	margin-top:40px;
	*margin-top:80px;
	border-top:1px solid #444;
	padding-top:20px;
	color:#555;
	position: relative;}
.footer > p a{
	font-size:12px;
	*margin-top:-20px;}
.footer > p .gx{
	margin-right: 20px;
	float: right;
}
.o_footer{
	position:static;
	position:relative;
	z-index:9;}
.o_ban img{
	display:block;
	width:100%}
.a1_ban{
	padding: 12% 0 5%;
	background:url(../images/ban_about.jpg) no-repeat top center;
	background-size:cover;
	position: relative;
	}
.a1_ban:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(9,18,38,0.2);
}
.enyp{
	float:right;
	}
/*人才招聘*/
.w_all{
	width:65%;
	margin:auto;
	}
.title{
	padding:0 0 3%;
	text-align:center;
	}
.title h1{
	color:#111;
	font-size:26px;
	letter-spacing:1px;
	position:relative;
	padding-bottom:30px;
	}
.title h1:before{
	content:"";
	width:160px;
	height:2px;
	background:#dc4e1c;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-80px;
	}
.title h1:after{
	content:"";
	width:50px;
	height:4px;
	background:#dc4e1c;
	position:absolute;
	left:50%;
	bottom:-1px;
	margin-left:-25px;
	}
.about{
    position: relative;
    z-index: 2;
	}
.about h1{
	color:#fff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.about p{
	color:rgba(255,255,255,0.9);
	*color:#eee;
	color:#eee \9;
	margin-top:10px;
	font-size:15px;
	text-align: justify;
	word-break: break-all;
	line-height: 1.8;
	text-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.about ul{
	margin-top:6%;
	overflow: hidden;}
.about ul li{
	float:left;
	text-align:center;
	width:33.3%;
	border-right:1px dashed rgba(255,255,255,0.6);
	box-sizing:border-box;
	padding:2% 0;
	}
.about ul li:last-of-type{
	border:none;}
.about ul li h2{
	color:#fff;
	font-size:20px;}
.about ul li h2 strong{
	color:#fff;
	font-size:62px;
	font-family:"HM Ampersand Bold";
	text-shadow: 0 2px 10px rgba(0,0,0,0.1);
	margin-right:10px;}
.about ul li h2 span{
	font-size:60px;
	text-shadow: 0 2px 10px rgba(0,0,0,0.1);
	color:#fff;}
.about ul li h3{
	color:#fff;
	margin-top:30px;
	font-size:16px;
	opacity:0.8;}
.about3 img{
    width: 100%;
}
.about3 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #051097;
    padding: 0 5%;
    box-sizing: border-box;
}
.about3 li{
    padding: 5% 0;
    box-sizing: border-box;
}
html[lang="en"] .about3 li{
    width: 23%;
}
.about3 li h3{
	margin:0px 0 30px;
	font-size:2.6rem;
	color:#fff;
	letter-spacing: 2px;
}
.about3 li p{
    line-height: 1.8;
	font-size:1.4rem;
	color:#fff;
}
.about4{
	width:100%;
	overflow:hidden;
	padding:5% 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.about4 .left{
    position: relative;
	width: 100%;
}
.about4 .left .imgs{
	display:none;
	width:100%;
}
.about4 .left .imgs img{
	display:block;
	width:100%;
	}
.about4 .his_nav{
    cursor: move;
	position:relative;
}
.about4 .his_nav:before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.about4 .his_nav ul{
    position: relative;
}
.about4 .his_nav ul li{
    float: left;
}
.about4 .his_nav ul li span{
    display: block;
    width: 60px;
    height: 60px;
    background: #AAAAAA;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
	border-radius:50%;
	position: relative;
}
.about4 .his_nav ul li:first-of-type span:after{
    content: "";
    background: url(../images/logotw.png) no-repeat center/contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
}
.about4 .his_nav ul li.active{
	margin-top:0;}
.about4 .his_nav ul li.active span{
    background: #dc4e1c;
    font-weight: bold;
    font-size: 16px;
	position:relative;
	width: 60px;
	line-height:60px;
    height: 60px;
	margin:auto;
}
.about4 .his_nav ul li.active span:before{
	content:"";
	position:absolute;
	left:50%;
	margin-left:-9px;
	top:-5px;
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #dc4e1c;
}
.about4 dl{
	/*padding:15px;*/
	padding-bottom:3%;
	*overflow:hidden;
	overflow:hidden \9;}
.about4 dl dd{
	float:left;
	margin-right:50px;
	font-size:16px;
	color:#333;
	cursor:default;
	font-weight:bold;
	position:relative;
}
/*.about4 dl dd:before{
	content:"■";
	position:absolute;
	left:-15px;
	font-size:14px;
	top:-3px;
	}*/
.about4 dl dd.active{
	color:#dc4e1c;
	padding-bottom:3px;
	font-weight:bold;
	border-bottom:2px solid #dc4e1c/**/}
.news{
	padding:9% 0 5%;
	background:#f8f8f8;}
.news dl{
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
	display: flex;
	flex-wrap: wrap;
	}
.news dd{
	width:33.3%;
	*width:27.25%;
	width:27.25%/0;
	padding:2% 3%;
	position:relative;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	*position:static;
	}
.news dd:nth-of-type(3n){
	margin-right:0;
	}
/*.news dd:before{
	content:"";
	width:1px;
	height:100%;
	background:#e6e6e6;
	position:absolute;
	left:0;
	top:0;
	}
.news dd:nth-of-type(3n):after{
	content:"";
	width:1px;
	height:100%;
	background:#e6e6e6;
	position:absolute;
	right:0;
	top:0;
	}*/
.news dd:hover{
	cursor:pointer;
	background:#fff;
	box-shadow:0px 10px 50px rgba(0,0,0,0.12);}
.news dd span{
	margin-bottom:10px;
	display:block;
	font-family:arial;
	font-size:12px;
	letter-spacing:0.5px;}
.news dd span img{
	width:12px;
	float:left;
	margin-right:6px;
	display:block;
	margin-top:3px;}
.news dd b {
	position:relative;
	display:block;
	width:100%;
}
.news dd b img{
	width:100%;
	display:block;}
.news dd h2{
	font-size:15px;
	margin:30px 0 10px;
	color:#333;
	font-weight:bold;
	padding-top:15px;
	height:36px;
	position:relative;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;}
.news dd h2:before{
	content:"";
	width:50px;
	height:2px;
	background:#dc4e1c;
	position:absolute;
	top:0;
	left:0;}
.news dd p{
	font-size:13px;
	margin:0px 0 10px;
	height:80px;
	overflow:hidden;
	text-align: justify;
	word-break: break-all;}
.news dd .more{
	font-size:12px;
	margin:20px 0 10px;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;}
.news dd .more img{
	width:24px;
	margin-left:12px;
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;}
.news dd:hover .more{
	color:#dc4e1c;}
.news dd:hover .more img{
	margin-left:20px;
	opacity:0;}
.video dd b:before{
	content:"";
	width:100%;
	height:100%;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.1);}
.video .v_btn{
	position:absolute;
	left:50%;
	top:50%;
	display:block;
	width:40px;
	z-index:8;
	margin-left:-20px;
	margin-top:-20px;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.video dd:hover .v_btn{
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
	}
.learn{
	padding:9% 0 5%;
	background:#f8f8f8;}
.learn ul{
	float:left;
	width:25%;
	border-left:1px solid #eee;
	box-sizing:border-box;
	min-height:400px;
	}
.learn li{
	position:relative;
	*position:static;
	padding:0px 80px ;
	margin:0 0 30px;
	font-size:15px;
	font-weight:bold;
	color:#333;
	cursor:pointer;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.learn li:before{
	content:"";
	width:6px;
	height:6px;
	background:#888;
	position:absolute;
	left:-3px;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	opacity:0;
	}
.learn li:after{
	content:"";
	width:65px;
	height:0.5px;
	background:#eee;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	}
.learn li:hover{
	color: #dc4e1c;
	}
.learn li.active:before{
	background: #dc4e1c;
	opacity:1;
	filter: alpha(opacity=100);
	}	
.learn li.active:after{
	background: #dc4e1c;
	}	
.learn li.active{
	color: #dc4e1c;
	}

.learn dl{
	float:right;
	width:67%;
	}
.learn dl dd{
	cursor:pointer;
	width:100%;
	border-right: 1px dotted #e6e6e6;
	padding:5% 5% 3%;
	}
.news dd:nth-of-type(3n):after{
	display:none;}
.learn dl dd h2{
	position:relative;
	padding:15px 0px;
	margin:0 0 5px;}
.learn dl dd p{
	min-height:inherit;}
	
/*产业*/
.bigbox{
	width:100%;
	overflow:hidden;
	position:relative;
	*height:100%;
	height:100% \9;
	}
.bigbox dl dd{
	width:100%;
	height:100%;
	float:left;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	*width:33.3%%;
	width:33.3% \9;
	}
.bigbox dl dd:before{
	content:"";
	width:1px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:#eee;}
.bigbox dl dd .pl1 img{
	width:100%;
	display:block;}
.bigbox dl dd .pls{
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	left:0;
	top:0;}
.bigbox dl dd .pbox{
	width:100%;
	height:100%;
	position:relative;}
.bigbox dl dd .pls img{
	opacity:0;
	display:block;
	margin:auto;
	width:100%;
	position:absolute;
	left:-20px;
	top:-20px;
	-webkit-transform:scale(1.08,1.08);
	transform:scale(1.08,1.08);
	}
/*.bigbox dl dd .pls img.active{
	-webkit-transform:scale(1,1);
	transform:scale(1,1);
	top:0;
	left:0;
	-webkit-transition:all 0.8s ease-out;
	transition:all 0.8s ease-out;
	}*/
.bigbox dl dd .one{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background: #000000;
	background:rgba(0,0,0,0.36);
    filter: alpha(opacity=36);
	z-index:9;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	}
.bigbox dl dd:hover .one{
	background:none;}
.bigbox dl dd img{
	width:100%;
	display:block;
	}
.bigbox dl dd h1{
	width:100%;
	position:absolute;
	left:0;
	bottom:-50%;
	background: #ffffff;
	background:rgba(255,255,255,0.8);
    filter: alpha(opacity=100);
	padding:10px 3% 5% 3%;
	z-index:99;
	font-size:22px;
	text-align:center;
	color:#222;
	letter-spacing:1px;
	opacity:0;
	
	}
.bigbox dl dd:hover:before{
	height:80%;
	opacity:0;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	}
.bigbox dl dd:hover h1{
	opacity:1;
	filter: alpha(opacity=100);
	bottom:0;
	*bottom:280px;
	bottom:280px \9;
	-webkit-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;}
.bigbox dl dd h1 b{
	width:66px;
	display:block;
	height:66px;
	border-radius:50%;
	background:#dc4e1c;
	margin:-43px auto 30px;
	position:relative;
	box-shadow:2px 3px 10px rgba(190,0,8,0.1)}
.bigbox dl dd h1 img{
	display:block;
	width:60px;
	position:absolute;
	left:50%;
	top:-12px;
	margin-left:-30px;
	}
.bigbox dl dd h1 span{
	display:block;
	margin:10px 0;
	font-size:13px;
	letter-spacing:0;
	color:#333;
	font-family:"Raleway";
	}
.bigbox dl dd h1 .more{
	width:58px;
	display:block;
	margin:10px auto;
	font-size:12px;
	letter-spacing:0;
	border-bottom:1px solid #999;
	}
html[lang="en"] .bigbox dl dd h1{
	letter-spacing:0;}
html[lang="en"] .bigbox dl dd h1 .more{
	width:100px;}
html[lang="jp"] .bigbox dl dd h1 .more{
	width:100px;}
.b_btn img{
	display:block;
	width:54px;
	opacity:0.5;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.b_btn .left{
	left:1%;
	position:absolute;
	top:50%;
	z-index:999;
	}
.b_btn .right{
	right:1%;
	position:absolute;
	top:50%;
	z-index:999;
	}
.b_btn img:hover{
	opacity:1;}
.p_ban{
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0;
	}
.p_ban ul{
	width:100%;
	height:100%;
	overflow:hidden;}
.p_ban ul img{
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	*left:0%;
	*top:0%;
	left:0% \9;
	top:0% \9;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	display:none;}
.p_ban:before{
	content:"";
	background:rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:5;
	}
.p_ban .bar{
	width:100%;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	text-align:center;
	z-index:6;
	}
.p_ban .title{
	padding-top:60px;}
.p_ban .bar b{
	width:90px;
	display:block;
	height:90px;
	border-radius:50%;
	background:#dc4e1c;
	/*background:none;*/
	margin:0 auto 0px;
	position:relative;
	/*box-shadow: 2px 3px 10px rgba(190,0,8,0.26);*/
    
}
.p_ban .bar b img{
	display:block;
	width:90px;
	position:absolute;
	left:50%;
	top:-22px;
	margin-left:-45px;
	}
.p_ban .title h1{
	color:#fff;}
html[lang="en"] .p_ban .title h1{
	letter-spacing:0px}
.p_ban .title p{
	margin:auto;
	color:#fff;
	margin-top:40px;
	font-size:16px;
	line-height:26px;
	width:60%;
	}
.scroll_btn{
	position:absolute;
	bottom:3%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:6;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #D63C1B;
    border-radius: 3px;
	}
.scroll_btn img{
    display: none;
}
.p_ban dl{
	position: absolute;
	bottom: 20%;
	left: 50%;
	z-index:6;
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
}
.p_ban dl dd{
	width: 12px;
	height: 4px;
	background: #FFF;
	border-radius: 20px;
	float: left;
	margin:0 8px;
}
.p_ban dl dd.active{
	background: #dc4e1c;
	-webkit-transform:scaleX(1.5);
	transform:scaleX(1.5);
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
}

.p_bar2{
	position:relative;
	z-index:9;
	background:#fff;
	overflow: hidden;
}
.allbars{
    padding: 6% 0;
}
.p_bar2:last-of-type{
    padding-bottom: 6%;
}
.p_bar2 .box{
	position:relative;
    border-top: 1px solid #e5e5e5;
    padding-top: 6%;
}
.p_bar2:nth-of-type(1) .box{
    border-top: none;
    padding-top: 0;
}
.p_bar2 .box .left{
	float:left;
	width:68%;
	position:relative;
	}
.p_bar2 .box .left img{
	display:block;
	width:100%;}
.p_bar2 .box .titlep{
    position:absolute;
	right:0;
	top:10%;
	font-size: 2.4rem;
	line-height: 1.2;
	font-family: "title";
	text-align: right;
	width: 20vw;
	letter-spacing: 3px;
}
.p_bar2 .box .titlep2{
	font-size: 2.4rem;
	line-height: 1.2;
	font-family: "title";
	color: #fff;
	letter-spacing: 3px;
	margin-bottom: 5%;
}
.p_bar2_1a .box .titlep2{
    text-align: right;
}
.p_bar2 .box .right{
	width:40%;
	padding:3% 4%;
	position:absolute;
	right:0;
	bottom:0;
	background:#fff;
	}
html[lang="en"] .p_bar2 .box .right{
	width:50%;}
.p_bar2 .box p{
	font-size:14px;
	color:#fff;
	line-height:1.9;
	margin:8px 0;
	text-align: justify;
	word-break: break-all;
	letter-spacing: 1px;
	}
html[lang="en"] .p_bar2 .box p{
	word-break:normal;
	text-indent:0;
	letter-spacing: 0;
}
html[lang="en"] .p_bar2_2b .box .titlep{
    letter-spacing: 0;
}
html[lang="en"] .p_bar2_2b .box p{
	font-size: 13px;
    line-height: 1.8;
    margin: 6px 0;
}
.p_bar2 p a{
    color:#fff;
    margin-top:-5px;
    display: block;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.p_bar2 p a:hover{
    text-decoration: underline;
	}
/*子公司样式*/
.p_bar2_2a .box .titlep{
    text-transform: uppercase;
    top: 0;
}
.p_bar2_2b .box .left{
    width: 42%;
}
.p_bar2_2b .box .titlep{
    position: static;
    margin-top: 5%;
    text-align: left;
    width: auto;
    line-height: 1.6;
}
.p_bar2_2b .box .right{
    position: relative;
    right: inherit;
    bottom: inherit;
    float: right;
    width: 52%;
    padding: 0;
}
.p_bar2_2b .box .right img{
    width: 100%;
    display: block;
}	
.p_bar2_2b .box .right .txt{
    position: absolute;
    left: 4%;
    top: 6%;
    width: 50%;
}
.p_bar2_2c .box .left{
    width: 65%;
    padding-top: 6%;
}
.p_bar2_2c .box .right{
    width: 35%;
}
.p_bar2_2d .box .left{
    width: 90%;
}
.p_bar2_2d .box .right{
    right: 15%;
    padding: 4% 6%;
    width: 44%;
}
.p_bar2_2d .box .titlep{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: left;
    right: -11%;
    top: 35%;
    width: auto;
}
.p_bar2_1a .box .left{
    width: 84%;
}
.p_bar2_1a .box .right{
    right: 16%;
    padding: 4% 6%;
    width: 44%;
}
.p_bar2_1a .box .titlep{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: left;
    right: -11%;
    top: 24%;
}
.p_bar2_1c .box .right .txt{
    width: 46%;
}
.p_bar2_1d .box .left{
    width: 82%;
}
.p_bar2_1d .box .right{
    right: 18%;
    padding: 5% 8%;
    width: 47%;
}
.p_bar2_1d .box .right p{
    color: #231814;
}
.titlep3{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 86%;
}
.titlep3 img{
    height: 100%;
}
.p_bar2_1e .titlep3{
    position: absolute;
    right: 0;
    top: 10%;
    height: 42px;
}
.p_bar2_3a .box .titlep{
    font-size: 3rem;
    letter-spacing: 4px;
    line-height: 1.3;
    width: auto;
    right: -18%;
    top: 39%;
}
.p_bar2_3a .box .right {
    right: 21%;
    padding: 4% 8%;
    width: 45%;
}
.p_bar2_3b .box .titlep{
    width: auto;
}
.p_bar2_3b .box .left {
    width: 62%;
}
.p_bar2_3b .box .right {
    width: 38%;
}
.p_bar2_3c .box .titlep {
    font-size: 3rem;
    letter-spacing: 4px;
    line-height: 1.3;
    width: 27vw;
    right: -15%;
    top: 43%;
}
.p_bar2_4a .box .titlep{
    width: auto;
    right: -18%;
    top: 39%;
    font-size: 3rem;
    letter-spacing: 4px;
    line-height: 1.3;
}
.p_bar2_4b .box .left{
    padding-top: 8%;
}
.p_bar2_4b .box .right {
    width: 32%;
}
.p_bar2_4b .box .titlep{
    width: 30vw;
}
.p_bar2_5a .box .right{
    right: inherit;
    left: 0;
    padding: 4% 4%;    
}
.p_bar2_5a .box .titlep2{
    text-align: left;
}
.p_bar2_5a .box .titlep{
    width: auto;
    right: -15%;
    top: 42%;
    font-size: 3rem;
    letter-spacing: 4px;
    line-height: 1.3;
}
.p_bar2_7a .box .left {
    width: 78%;
}
.p_bar2_7a .box .right {
    padding: 4% 8%;
    width: 45%;
}
.p_bar2_7a .titlep3{
    height: 100%;
}
.p_bar2_5d .box .left{
    padding-top: 8%;
}
.p_bar2_5d .box .titlep{
    width: 30vw;
}
.p_bar2_7b .box .left {
    padding-top: 6%;
}
.p_bar2_7b .box .titlep{
    width: 40vw;
    text-transform: uppercase;
}
.p_bar2_7c .box .titlep {
    font-size: 3rem;
    letter-spacing: 4px;
    line-height: 1.3;
    width: 27vw;
    right: -15%;
    top: 42%;
}
.p_bar2 ul{
	border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
	box-sizing:border-box;
	display: flex;
	flex-wrap: wrap;
	}
.p_bar2 ul li{
	width:16.666%;
	*width:16.579%;
	width:16.579%/0;
	border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
	box-sizing:border-box;
	position:relative;
	}
.p_bar2 ul li:nth-of-type(6n){
	margin-right:0;
	}
.p_bar2 ul li img{
	display:block;
	width:80%;
	margin:auto;
	}
.p_bar2 .pro3{
    border-color: #272424;
}
.p_bar2 .pro3 li {
    border-color: #272424;
    width: 20%;
    overflow: hidden;
}
.p_bar2 .pro3 li img{
	width:74%;
	padding: 10% 10%;
	box-sizing: border-box;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.pro3 li a:before{
	content:"";
	width:30px;
	height:30px;
	background:#dc4e1c url(../images/tb1.png) no-repeat center center;
	position:absolute;
	right:-2%;
	bottom:0;
	opacity:0;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	z-index:3;
	}
.pro3 li:hover a:before{
	opacity:1;
	right:0;
	}
.p_bar2 .box_zb{
    display: flex;
    justify-content: space-between;
}
.p_bar2 .box_zb .left{
    width: 42%;
}
.p_bar2 .box_zb .left img{
    display: block;
    width: 100%;
}
.p_bar2 .box_zb .right{
    padding: 3%;
    box-sizing: border-box;
    width: 35%;
}
.p_bar2 .box_zb .right h5{
    color: #fff;
    font-size: 2.8rem;
    font-family: "title";
    line-height: 1;
    margin-bottom: 3%;
    letter-spacing: 4px;
}
html[lang="en"] .p_bar2 .box_zb .right h5{
    letter-spacing: 1px;
}
.p_bar2 .box_zb .right h5 strong{
    color: #fff;
    font-size: 3.6rem;
    font-family: "title";
    line-height: 1;
    margin: 0 5px;
    margin-bottom: 3%;
}
.p_bar2 .box_zb .right p{
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 15%;
    text-align: justify;
}
.p_bar2 .box_zb .rrs{
    width: 23%;
    text-align: center;
    position: relative;
}
.p_bar2 .box_zb .rrs .titlep {
    font-size: 4rem;
    line-height: 2;
    font-family: "title";
    letter-spacing: 4px;
}
.p_bar2 .box_zb .rrs h6{
    position: absolute;
    color: #EB762A;
    right: -14%;
    bottom: 18%;
    font-size: 3rem;
    font-family: "title";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.parea{
	margin:0 auto 0;
	width: 86%;
	}
.parea .top{
    display: flex;
    align-items: center;
    margin: 0 auto 4%;
}
.parea h2{
	font-size: 5.4rem;
	letter-spacing:5px;
	font-family: "title";
    color: #EB762A;
    margin: 0 ;
	padding: 0;
	line-height: 1;
	}	
html[lang="en"] .parea h2{
    letter-spacing: 1px;
}
.parea h3{
	margin-left: 20px;
	}
.parea h3 p{
    color: #EB762A;
    line-height: 1.4;
    font-size: 2rem;
	letter-spacing:2px;
	font-family: "title";
}
.parea .box{
	margin:2% 0 4%;}
.parea .box .pa1{
	float:left;
	width:33.3%;
	position:relative;
	}
.parea .box .pa1 img{
	display:block;
	width:100%;
	}
.parea .box .pa1:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background:rgba(0,0,0,0.3);
	}
.parea .box .pa1 .txt{
	position:absolute;
	left:10%;
	top:50%;
	*top:40%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	z-index:3;
	}
.parea .box .pa1 .txt h4{
	color:#fff;
	font-size:3rem;
	font-family: "title";
	letter-spacing:4px;
	line-height: 1;
	}
html[lang="en"] .parea .box .pa1 .txt h4{
    letter-spacing: 1px;
}
.parea .box .pa1 .txt h5{
	color:#fff;
	font-size:12px;
	margin-top:10px;
	letter-spacing:1px;
	font-weight: bold;
	}
	
	
	
	
	
.job{
	padding:5% 0;
	background:#f0f0f0;}
.job li{
	position:relative;
	margin-top:5%;
	padding: 4% 0;
	}
.job li b{
	float:left;
	width:56%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;}
.job li .txt{
	padding:4%;
	background: #ffffff;
	background: rgba(255,255,255,0.98);
    filter: alpha(opacity=98);
	box-shadow:0 5px 10px rgba(0,0,0,0.05);
	width:50%;
	*width:40%;
	position: relative;
	z-index: 2;
	}
html[lang="en"] .job li .txt {
    padding: 3%;
	width:52%;
	}
.job li:first-child{
	margin-top:0%;}
.job li h2:nth-of-type(2){
	margin-top:30px;}
.job li:first-child +li .txt{
	float: right;
}
.job li:first-child +li b{
	right: inherit;
	left: 0;
}
.job li h2{
	font-size:17px;
	color:#222;
	margin:0px 0 20px;
	padding-left:12px;
	position:relative;
	font-weight:bold;
	padding-bottom:15px;}
.job li h2:first-child+h2{
	*margin-top:30px;
	}
.job li h2:before{
	content:"";
	width:50px;
	height:1px;
	background:#dc4e1c;
	position:absolute;
	left:12px;
	bottom:0;
	}
.job li p{
	font-size:13px;
	margin:5px 0;
	position:relative;
	padding-left:12px;
	text-align: justify;
	word-break: break-all;
	}
.job li p:before{
	content:"-";
	position:absolute;
	left:0;
	top:0;
	font-size:13px;
	color:#333;
	}
.job2{
	padding:5% 0;
	min-height:600px;
	}
.job2 .top{
	border-bottom:1px solid #f0f0f0;
	margin-bottom:30px;
	padding-bottom:40px;}
.job2 .j_box{
	float:left;
	width:48%;
	position:relative;
	cursor:default;}
.job2 .j_box h6{
	padding:15px 2%;
	color:#333;
	font-size:15px;
	font-weight:bold;
	background: #f5f5f5;
	background: #f5f5f5 \9;
    background:rgba(190,0,8,0.04) url(../images/arrow-down2.png) no-repeat scroll 98% center;
	}
.job2 .j_box2{
	float:right;
	}
.job2 .j_box ul{
	width:100%;
	position:absolute;
	left:0;
	top:50px;
	box-shadow:0 5px 10px rgba(0,0,0,0.15);
	background:#fff;
	padding:2% 3%;
	z-index:55;
	}
.job2 .j_box ul li{
	display:block;
	padding:4px 0;
	font-size:13px;
	}
.job2 .j_box ul li:hover{
	color:#dc4e1c}
.job2 table{
	text-align:center;}
.job2 table tr.l1 td{
	color:#111;
	font-size:16px;
	font-weight:bold;
	background:none;
	}
.job2 table td{
	background:#f3f3f3;
	padding:10px 0;
	font-size:14px;
	cursor:pointer;
	color:#333;}
.contact{
	padding:4% 0;
	background:#f3f3f3;
	}
.contact ul li{
	width:100%;
	border-bottom:2px solid #dc4e1c;
	margin-bottom:3%;
	position:relative;
	background:#fff;
	padding:3% 5%;
	min-height:150px;
	}
.contact ul li .left{
	float:left;
	width:70%;
	}
.contact ul li h2{
	color:#222;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;}
.contact ul li strong{
	color:#222;
	font-size:18px;
	font-weight:bold;
	margin-right:5px;}
.contact ul li p:first-of-type a{
	color:#dc4e1c;
	opacity:0.8;
	margin-left:10px;}
.contact ul li p a:hover{
	color:#dc4e1c;}
.contact ul li p{
	overflow:hidden;
	margin:10px 0;
	line-height:26px;
	color:#333;
	font-size:14px;
	padding-left:40px;
	position:relative;}
.contact ul li .left img{
	display:block;
	width:26px;
	margin-right:20px;
	opacity:0.8;
	position:absolute;
	left:0;
	top:0;
	}
.contact ul li .right img{
	width:221px;
	position:absolute;
	right:3%;
	top:50%;
	*top:20%;
	top:20% \9;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	}
.amap-icon {
    left: -148px;
    top: -194px;
}
	
.job2 table td.xq{
	background: #eeeeee;
	background:rgba(238,238,238,0.9);
    filter: alpha(opacity=90);
	padding:0;
}	
.xq{
	width:100%;
	height:100%;
	position:fixed;
	z-index:999999;
	background:#eee;
	background:rgba(238,238,238,0.9);
	left:0;
	top:0;
	display:none;
	overflow-y:scroll;
	filter: alpha(opacity=90);
	}
.xq .contain{
	padding: 5% 5% 5%;
    text-align: left;
    background: #fff;
	margin-top:69px;
	}
.xq .contain h1{
	color:#222;
	}
.xq .contain h2{
	border-top:1px solid #ddd;
	margin:0% 0 3%;
	padding-top:3%;
	}
.xq .contain h2 p{
	float:left;
	font-size:15px;
	margin-right:5%;
	}
.xq .contain h2 p strong{
	color:#dc4e1c;
	font-weight:bold;
	font-size:17px;
	}
.xq .contain h3{
	color:#222;
	font-size:18px;
	margin:3% 0 2%;
	letter-spacing:1px;
	font-weight:bold;}
.xq .contain h3 img{
	display:block;
	float:left;
	width:20px;
	margin-right:10px;
	margin-top:-1px;}
.xq .contain ul {
	padding:3%;
	background: #ffffff;
	background:rgba(255,255,255,0.8);
    filter: alpha(opacity=80);}
.xq .contain ul li{
	font-size:13px;
	margin-top:8px;
	color:#555;
	}
.xq .contain .bottom{
	padding-top:3%;
	border-top:1px solid #ddd;
	margin-top:3%;
	}
.xq .contain .bottom p{
	font-size:16px;
	color:#333;
	}
.xq .contain .bottom a{
	color:#dc4e1c;
	text-decoration:underline;}
.xq .close{
	width:36px;
	height:36px;
	position:fixed;
	right:10%;
	top:9.5%;
	z-index:7000;
	opacity:0;
	}
.xq .close:after{
	content:"";
	width:36px;
	height:2px;
	background:#dc4e1c;
	position:absolute;
	left:0;
	top:20px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.xq .close:before{
	content:"";
	width:36px;
	height:2px;
	background:#dc4e1c;
	position:absolute;
	left:0;
	top:20px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.news .xq .close{
	background:none}
.news .xq .contain h2 {
	font-size:20px;
	border:none;
	padding-top:2%;
	text-align:center;
	border-bottom: 1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:35px;
	overflow:inherit;
	white-space:inherit;
	text-overflow:inherit;
	line-height:28px;
	letter-spacing:1px;
	height:inherit
	}
.news .xq .contain h2:before{
	left:50%;
	margin-left:-25px;}
.news .xq .contain h2 span{
	width:100px;
	margin:auto;
	text-align:center;
	margin-top:10px;
	}
.news .xq .contain p{
	font-size:14px;
	color:#333;
	margin:8px 0;
	text-indent:28px;
	letter-spacing:0.2px;
	height:inherit;
	*height:auto;
	text-align: justify;
	word-break: break-all;
	}
.news .xq .contain .content h1,.news .xq .contain .content h2,.news .xq .contain .content h3,.news .xq .contain .content h4,.news .xq .contain .content h5{
    color:inherit;
    font-size:inherit;
    margin:inherit;
    letter-spacing:inherit;
    font-weight:inherit;
}
.news .xq .x_box{
	width:54%;
	}
.news .xq .contain .content{
	width: 80%;
	margin:auto;
	}
.news .xq .contain .content img{
	width: 90%;
    display: block;
    margin: 10px auto;}
.news .xq .contain .content p  span{
	width:inherit;
	color:inherit;
	height:inherit;
	margin:inherit;
    display: inline;
	letter-spacing:inherit;
	font-size:1.4rem;
	font-family:inherit;
	}
.news .xq .contain .content p span img{
	width: 90%;
    display: block;
	color:inherit;
	height:inherit;
	margin:inherit;
	float:none;
	margin: 10px auto;
	}
.news .xq .contain .content strong{
	font-weight:bold;}
.news .xq .contain .content p{
	font-size:1.4rem;
	color:inherit;
	margin:inherit;
	text-indent:inherit;
	letter-spacing:inherit;
	height:inherit;
	text-align: justify;
	word-break: break-all;
	margin-top:0;
	*height:auto;
	}
.video_close{
	width:36px;
	height:36px;
	position:fixed;
	right:-70px;
	top:0%;
	z-index:7000;
	cursor:pointer;
	}
.video_close:after{
	content:"";
	width:36px;
	height:2px;
	background:#dc4e1c;
	position:absolute;
	left:0;
	top:20px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.video_close:before{
	content:"";
	width:36px;
	height:2px;
	background:#dc4e1c;
	position:absolute;
	left:0;
	top:20px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
/*新闻分页*/
#pages{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page li{
    padding: 5px 15px;
    margin: 10px 0px;
	font-size:14px;
	position:relative;
	}
.page a{
    color: #333;
	font-size:14px;
	}
.page span{
    color: #333;
	font-size:16px;
	}
.page li.active span{
    color: #dc4e1c;
    text-decoration:underline;
}
.page li:before{
	content:"";
	position:absolute;
	left:1px;
	top:49%;
	width:3px;
	height:3px;
	background:#666;
	border-radius:50%;
	}
.page li:first-of-type:before{
    display: none;
}
.page a:hover{
	color:#dc4e1c;
	text-decoration:underline;}
.rows{
	margin-top:10px;
	font-size:13px;}
.video_box{
	width: 72%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
	}
	
	
/*招聘信息*/
.zp_box{
	padding-top:150px;
	min-height:500px;
	padding-bottom:30px;}
.zp_box .contain{
    text-align: left;
	}
.zp_box .contain h1{
	color:#222;
	*line-height:32px;
	font-size: 3rem;
	}
.zp_box .contain h2{
	margin:0% 0 3%;
	font-size: 20px;
    border: none;
    padding-top: 2%;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 35px;
	}
.zp_box .contain h2 p{
    color: #333;
    margin: 8px 0;
    text-indent: 28px;
    letter-spacing: 0.2px;
    min-height: inherit;
    text-align: justify;
    word-break: break-all;
	float:left;
	font-size:15px;
	margin-right:5%;
}
	
.zp_box .contain h2 p strong{
	color:#dc4e1c;
	font-weight:bold;
	font-size:17px;
	}
.zp_box .contain h3{
	color:#222;
	font-size:18px;
	margin:15px 0 ;
	letter-spacing:1px;
	font-weight:bold;}
.zp_box .contain h3 img{
	display:block;
	float:left;
	width:20px;
	margin-right:10px;
	margin-top:-1px;}
.zp_box .contain ul {
	padding:10px;
	background:rgba(255,255,255,0.8);}
.zp_box .contain ul li{
	font-size:13px;
	margin-top:8px;
	color:#555;
	}
.zp_box .contain ul p{
	font-size:14px;
	margin: 8px 0;
	}
.zp_box .contain .bottom{
	padding-top:3%;
	border-top:1px solid #ddd;
	margin-top:3%;
	}
.zp_box .contain .bottom p{
	font-size:16px;
	color:#333;
	}
.zp_box .contain .bottom a{
	color:#dc4e1c;
	text-decoration:underline;}
.zp_box .close{
	width:36px;
	height:36px;
	position:fixed;
	right:10%;
	top:12%;
	z-index:7000;
	}
.zp_box .close:after, .zp_box .close after{
	content:"";
	width:36px;
	height:2px;
	background:#dc4e1c;
	position:absolute;
	left:0;
	top:20px;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.zp_box .close:before, .zp_box .close before{
	content:"";
	width:36px;
	height:2px;
	background:#dc4e1c;
	position:absolute;
	left:0;
	top:20px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.footer .o_other{
	width: 226px;
	border: none;

	padding-right: 0;
}
.footer .middle{
	width:100%;
	position:relative;
	color:#fff;
	position:relative;
	cursor:default;
	}
.footer .middle p a{
	color:#eee;}
.footer .middle p:hover a{
	color:#fff;}
.footer .middle h2{
	width:100%;
	position:relative;
	line-height: 10px;
	margin-top: -7px;
	background-color:#222;
	padding: 3px 10px;
	}
.footer .middle strong{
	font-size:12px;
	color:#888;
	}
.footer .middle span{
	display:block;
	width: 0;
    height: 0;
    border-top: 6px solid #888;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
	position:absolute;
	right:8px;
	top:40%;
	}
#examples{
	overflow: hidden;
	margin:0;
}
.footer .content{
	overflow: auto;
	position:absolute;
	left:0px;
	bottom:27px;
	z-index:999;
	background-color:#222;
	width:100%;
	border:1px solid rgba(255,255,255,0.1);
	box-sizing:border-box;
	display:none;
	padding:10px 10px 20px;
	height: 170px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.footer .content p{
	color:#ddd;font-size:12px;width:98%;margin: 3px 0;
}
.p2024s_ph{
    display: none;
}
.pl_detail {
        background: #fff;
    }

    .p2024s .box {
        position: relative;
        border-top: 1px solid #e5e5e5;
        padding: 2.5% 0;
        background: #fff;

    }

    .p2024s .box:first-of-type {
        border: none;
    }

    .p2024s img {
        width: 100%;
        display: block;
    }
.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}
.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 2px;
		height: auto;
		left: auto;
		top: 0;
		right: 2.2%;
		bottom: 0;
	}
.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 8%;
		left: 0%;
		bottom: 0;
		right: 0; 
		height: auto;
	}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}
html[lang="jp"] .parea h2{
    font-weight: bold;
    font-family: "myfont";
}
