
/* CSS Document */
@font-face{
	src:url(/Public/Home/fonts/SourceHanSansCN-Regular.otf);
	font-family:"myfont";
	}
@font-face{
	src:url(../font/Rajdhani-SemiBold.ttf);
	font-family:"Rajdhani";
	}
html, body, div,  h1, h2, h3, h4, h5, h6, a, em, img, hr, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color:#666;
    font-weight: inherit;
    font-style: inherit;
	list-style:none;
	line-height:24px;
	font-family:Arial,"myfont",sans-serif;
	}
html{
	font-size:62.5%; 
	}
img{
	display:block;
	}
p{
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
	list-style:none;
	font-size:12px;
	line-height:24px;
	}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, dir, section {
    margin: 0;
    padding: 0;
    display: block;	
}
.clear{
	clear:both;
	}
a{
	text-decoration:none !important;
	}
.w_all{
	width:78%;
	margin:auto;
	}
.header_t{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	}
.header{
	width:86%;
	margin:auto;
	}
.header .logo{
	width:25%;
	float:left;
	}
.header .logo img{
	display:block;
	height:62px;
	margin:12px 0;
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in;
	}
.header .others{
	position:fixed;
	right:7%;
	top:32px;
	z-index:99999;
}
.header .others b{
	float:left;
	display:block;
	font-size:14px;
	position:relative;
	line-height:32px;
	padding-right:25px;
	color:#fff;
	margin-right:0PX;
	}
.header .others b:before{
	content:"";
	position:absolute;
	right:10px;
	top:9px;
	width: 1px;
    height: 14px;
	background:#fff;
	opacity:0.3;
	}
/*.header .others a:last-of-type b:before{
	display:none;}
.header .others a:last-of-type b{
	margin-right:15px;}*/
.header .others img{
	float:right;
	display:block;
	width:16px;
	}
/*子菜单*/
.header .menu1 h2{
	overflow:hidden;
	}

/*隐藏菜单*/
.Navs{
	float:right;
	display:block;
	position: relative;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	cursor: pointer;
	z-index:33333;
}
.navBtn{
	width:60px;
	height: 30px;
	position: relative;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background:url(../image/nav-tit1.png) no-repeat;
}
.navBtn.active{
	background:url(../image/nav-tit2.png) no-repeat;
}
html[lang="en"] .navBtn{
	background:url(../image/nav-tit1e.png) no-repeat;
	}
html[lang="en"] .navBtn.active{
	background:url(../image/nav-tit2.png) no-repeat;
}
html[lang="jp"] .navBtn{
	background:url(../image/nav-tit1j.png) no-repeat;
	}
html[lang="jp"] .navBtn.active{
	background:url(../image/nav-tit2.png) no-repeat;
}
/*导航Box*/
.NavBox{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(2,80,155,0.92);
	z-index:6999;
	box-sizing: border-box;
	padding-bottom: 0;
	display: none;
	
}
.Nav{
	margin:0 10% 0 10%;
	height:100%;
}
.Nav dl{
	width: 16.666%;
	float: left;
	height:100%;
	position:relative;
	padding: 18% 0px;
}
html[lang="en"] .Nav dl{
	}
.Nav dl:before{
	content:"";
	width:1px;
	height:100%;
	background: rgba(255,255,255,0.2);
	position:absolute;
	left:0px;
	top:0;
}
.Nav dl dt h1{
	font-size: 22px;
	color: #fff;
	line-height: 32px;
	letter-spacing: 2px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	margin-bottom:10px;
	padding-left:20px;
}
html[lang="en"] .Nav dl dt h1{
	letter-spacing:0;
	line-height: 24px;
   }
.Nav dl dt h1:before{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: -36px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.Nav dl dt h1:hover:before{
	right: auto;
	left: -10px;
	width: 120px;
}
.Nav dl dt h1:after{
	content: "◆";
	font-size:14px;
	color:#eee;
	position:absolute;
	left:-7px;
	top:0;
	}
.Nav dl dd h2{
	font-size: 14px;
	color: #ddd;
	margin-top: 12px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	padding-left:20px;
}
.Nav dl dd h2:hover{
	text-decoration: underline;
	color: #eee;
}
.banner{
	width:100%;
	height:100%;
	position:relative;
	}
.banner ul{
	width:100%;
	height:100%;
	position:relative;
	}
.banner li{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display: none;
	overflow:hidden;
	}
.banner li .img{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0%;
	top:0%;
	}
.banner li p{
	position:absolute;
	top:50%;
	font-size:5.6rem;
	color:#fff;
	line-height:70px;
	letter-spacing:4px;
	left:20%;
	-webkit-transform:translate(0%,-80%);
	transform:translate(0%,-80%);
	text-align:center;
	text-shadow:0 3px 5px rgba(0,0,0,0.1);
	}
.banner li p i{
	font-style:normal;}
html[lang="en"] .banner li p{
	letter-spacing:0;
	}
.banner li p span{
	display:block;
	font-size:2.8rem;
	color:#fff;
	letter-spacing:0;
	font-weight:normal;
	text-shadow:0 0px 3px rgba(0,0,0,0.1);
	}
.ban_logo img {
    position: absolute;
    bottom: 6%;
    width: 180px;
    right: 1%;
}
.banner .txt2{
	font-size:1.4rem; color:#fff; position:absolute; right:2%; bottom:2%;
	text-shadow:0 0 5px rgba(0,0,0,0.2);
	opacity:0.98;
	}
.banner .btn{
	position: absolute;
	left: 50%;
	bottom: 3%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index: 8;
}
.banner .btn dd{
	width: 54px;
	height: 2px;
	background: rgba(255,255,255,0.6);
	margin: 7px;
	float: left;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
}
.banner .btn dd.btn_act{
	background: #fff;
}
.banner_scroll_btn{
	position: absolute;
	bottom: 2%;
	width: 30px;
	height:49px;
	right: 2.5%;
}
.banner_scroll_btn span{
	display: block;
	width: 16px;
	height: 16px;
	border-bottom:solid 2px #FFF;
	border-right:solid 2px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
	left: 50%;
	margin-left: -8px;
	opacity: 0;
}
.banner_scroll_btn span{
	-webkit-animation:myfirst 2.8s ease-in-out 0s infinite;
	animation:myfirst 2.8s ease-in-out 0s infinite;
}
@keyframes myfirst
{
    0%,100% {top: 16px; opacity: 1;}
    50% {top: 24px; opacity: 0.8;}
}
 
@-webkit-keyframes myfirst
{
    0%,100% {top: 16px; opacity: 1;}
    50% {top: 24px; opacity: 0.8;}
}
/*右边按钮*/
.indexRightNav{
	position: fixed;
	right: 3%;
	top:50%;
	z-index: 9;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.indexRightNav dl dd{
	height: 50px;
	width:2px;
	background:rgba(255,255,255,0.2);
	margin:20px 0;
	position: relative;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
.indexRightNav dl dd span{
	display: none;
	width: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	color:#fff;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	text-align:center;
}
.indexRightNav dl dd.active{
	background:#fff;
	height:54px;
	}

.slide .index_box{
	position:relative;
	height:100%;}
.index_bar1{
	width: 100%;
	position:relative;
	height:100%;
	background:url(../image/index_bar1_1.jpg) center top;
	background-size:cover;
}
.slide .txt{
	width:1100PX;
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translate(0%,-50%);
	transform:translate(0%,-50%);
	}
html[lang="en"] .slide .txt{
	width:100%;
	}
.slide .txt p{
	display: block;
    font-size: 4.6rem;
    line-height: 70px;
    color: #fff;
    margin-bottom: 55px;
	text-shadow:0 3px 5px rgba(0,0,0,0.1);
	}
html[lang="en"] .slide .txt p{
	line-height:50px;
	font-size:3.8rem;
	}
.slide .index_mores{
	width:200px;
	border:1px solid #fff;
	text-align:center;
	padding:10px 0;
	color:#fff;
	font-size:1.42rem;
	position:relative;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	letter-spacing:1px;
	margin-bottom:30px;
	}
.slide .index_mores{
	float:left;
	margin-right:30px;
	}
html[lang="en"] .slide  .index_mores{
	letter-spacing:0;
	}
html[lang="jp"] .slide  .index_mores{
	width:200px;
	}
.slide .index_mores:hover{
	background:rgba(255,255,255,0.15);
	border:1px solid rgba(255,255,255,0.5);
	box-shadow:0 10px 30px rgba(0,0,0,0.1)}
.slide .index_mores img{
	position:absolute;
	right:-15px;
	top:9px;
	display:block;
	width:26px;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	opacity:0.6;
	}
.slide .index_mores:hover img{
	right:-25px;
	opacity:0;
	}
.slide.area2_box  .txt p{
	margin-bottom:10px;}
.slide.area2_box .index_mores img {
    top: 11px;
    width: 22px;}
.area2_box h6{
	margin-bottom:20px;
    font-size: 2.52rem;
    color: #fff;
	line-height:3rem;
    text-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
.area2_box .index_mores{
	width:140px;
	text-align:left;
	border:none;
	}
.area2_box .index_mores:hover{
	background:none;}
.v_btn{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:70px;
	display:block;
	}
.index_bar2{
	position:relative;
	height:100%;
	background:url(../image/index_bar2_bc.jpg) top center;
	background-size:cover;
}
.index_bar3{
	position:relative;
	height:100%;
	background:url(../image/index_bar3_bc.jpg) top center;
	background-size:cover;
}
.index_bar4{
	/*width: 100%;
	position:relative;
	height:100%;
	background: -webkit-linear-gradient(#ccc, #eee);
    background: -o-linear-gradient(red, blue); 
    background: -moz-linear-gradient(red, blue); 
    background: linear-gradient(#dfdbdb, #eeeeee);*/
	position:relative;
	height:100%;
	background:url(../image/index_bar4_bc.jpg) top center;
	background-size:cover;
}
.index_bar4 .index_title{
	padding-bottom:40px;
	}
.index_news .contain h6{
	color:#fff;
	font-size:4.2rem;
	text-align:left;
	letter-spacing:0;
	margin-bottom:3%;
	}
.index_bar4 .box{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-42%);
	transform:translate(-50%,-42%);
	}
.index_news .contain{
	margin:0 auto 2%;
	}
.index_news .contain .left{
	float:left;
	width:48.5%;
	}
.index_news .contain .imgs{
	position:relative;
	width:100%;
	}
.index_news .contain .imgs b{
	position:absolute;
	left:0;
	top:0;
	display:none;
	width:100%;
	}
.index_news .contain .imgs b:nth-of-type(1){
	display:block;
	}
.index_news .contain .imgs img{
	width:100%;
	display:block;
	}
.index_news .contain .imgs p{
	background:rgba(2,80,155,0.7);
	padding:5px 5%;
	width:90%;
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	text-align:center;
	color:#fff;
	letter-spacing:1px;
	font-size:16px;
	}
.index_news .contain .imgs strong{
	font-size:14px;
	color:#fff;
	}
.index_news .contain .right{
	float:right;
	width:48.5%;
	background:rgba(255,255,255,0.96);
	border:1px solid rgba(0,0,0,0.04);
	overflow:hidden;
	}
.index_news .contain ul{
	width:86%;
	margin:5% auto;
	}
.index_news .contain ul li{
	margin:2.5% 0;
	border-bottom:1px solid #eee;
	padding-bottom:3%;
	display:none;
	}
.index_news .contain ul a:nth-of-type(1) li,.index_news .contain ul a:nth-of-type(2) li,.index_news .contain ul a:nth-of-type(3) li{
	display:block;}
.index_news .contain ul li h2{
	color:#e62129;
	letter-spacing:0;
	font-size:13px;
	}
.index_news .contain ul li h1{
	color:#333;
	position:relative;
	padding-left:12px;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	font-size:16px;
	letter-spacing:0.8px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	}
.index_news .contain ul li:hover h1{
	color:#02509b;
	text-decoration:underline;
	}
.index_news .contain ul li h1 span{
	display:block;
	width:0;
	top:0;
	border-top: 4px solid transparent;
    border-left: 5px solid #02509b;
    border-bottom: 4px solid transparent;
	position:absolute;
	left:0;
	top:7px;
	}
.index_news .index_mores {
    margin: 5% 0 0;}
.back_all{
	position:absolute;
	right:1.5%;
	bottom:9%;
	color:#555;
	font-size:1.2rem;
	letter-spacing:1PX;
	background:#e52028;
	width:60px;
	height:60px;
	z-index:99;
	text-align:center;
	line-height:60px;
	color:#fff;
	cursor:default;
}
.back_all b{
  height: 0px;
  width: 0px;
  border-left: 6px solid transparent;
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  display:block;
  margin:13px auto -10px;
  }
.footer_bottom{
	background:#0e1f2e;
	width: 100%;
	position: relative;
    z-index: 999;
}
.footer_list{
	width:100%;
	background:#13293D;
	padding: 50px 0 40px 0;
}
.footer{
	width:88%;
	margin:auto;
	}
.footer_list dl{
	float: left;
	width:13%;
}
.footer_list dl:last-of-type{
	margin-right: 3%;
	width:19%;
	float:right;
}
.footer_list dl:nth-of-type(4) h2{
	letter-spacing:0;
}
.footer_list dl dt{
	margin-bottom: 15px;
	position:relative;
	padding-bottom:10px;
}
.footer_list dl dt:before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width:36px;
	height:2px;
	background-color:#D0111B;
}
.footer_list dl h1{
	font-size: 16px;
	color: #FFF;
	letter-spacing: 2px;
	position:relative;
	line-height:30px;
	}
html[lang="en"] .footer_list dl h1{
	letter-spacing:0;
	line-height:20px;
	}
.footer_list dl dd{
	overflow:hidden;
	margin-bottom:5px;
	}
.footer_list dl dd h2{
	color: rgba(255,255,255,0.65);
	font-size: 12px;
	line-height:16px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	}
.footer_list dl a:hover dd h2{
	color: #fff;
	}
.footer_list .middle{
	width:100%;
	position:relative;
	color:#fff;
	position:relative;
	cursor:default;
	}
.footer_list .middle p a{
	color:#eee;}
.footer_list .middle h2{
	width:100%;
	height:30px;
	padding:5px 15px;
	background-color:rgba(2,66,135,0.2);
	position:relative;
	border:1px solid rgba(255,255,255,0.02);
	}
.footer_list .middle strong{
	line-height:30px;
	letter-spacing:0.5px;
	font-size:13px;
	color:#fff;
	}
.footer_list .middle span{
	display:block;
	width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
	position:absolute;
	right:16px;
	top:45%;
	}
#examples{
	overflow: hidden;
	margin:0;
}
.content{
	overflow: auto;
	position:absolute;
	left:0px;
	top:40px;
	z-index:999;
	background-color:#5A6A78;
	width:114%;
	border:1px solid rgba(255,255,255,0.1);
	box-sizing:border-box;
	display:none;
	padding:10px 10px;
	height: 170px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.content p{color:#ddd;font-size:12px;width:96%;
}
.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: 16px;
		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: 4px;
		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)"; 
	}
.footer_list .ss{
	width:114%;
	margin-top:8.5%;
	}
.footer_list .s1{
	width:50%;
	float:left;
	}
.footer_list .wx{
	float:right;
	}
.footer_list .s1 img{
	display:block;
	width:76%;
	margin:auto;
	}
.footer_list .s1 b{
	width:100%;
	display:block;
	text-align:center;
	color:#eee;
	margin-top:5%;
	font-weight:normal;
	}
.footer_last{
	width:88%;
	margin:auto;
	padding:10px;
	position: relative;
}
.footer_last ul{
	float:left;
	width:auto;
	}
html[lang="en"] .footer_last ul{
	width:300px;
	}
.footer_last ul li{
	float: left;
    margin-right: 12px;
    color: #bbb;
    border-right: 1px solid #999;
    line-height: 12px;
    padding-right: 12px;
    margin-top: 6px;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.footer_last ul a:last-of-type li{
	border:none;}
.footer_last ul li:hover{
	text-decoration:underline;
	color:#f6f6f6;
	}
.footer_last b{
	display: block;
	font-weight: normal;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin-left: 0px;
}
.footer_last b img{
	float: left;
	margin-right: 0px;
	margin-top: 3px;
}
.footer_last b a{
	color: #FFFFFF;
	opacity: 0.6;
	line-height: 24px;
}
.footer_last b a:hover{
	text-decoration:underline;
	opacity: 0.9;
	}
.footer_last p{
	float: right;
	color: #aaa;
}
.footer_last a{
	color: #aaa;
	margin-left:10px;
}

.area2 .contain{
	width:50%;
	position:absolute;
	left:21%;
	top:50%;
	opacity:0;
	background: rgba(2,80,155,0.76);
    padding: 4%;
    text-align: center;
	}
.area2 .title_alls {
    font-size: 29px;
    letter-spacing: 4px;
    color: #fff;
    text-align: center;
    padding-bottom: 4%;
    text-shadow: 0 0 2px rgba(0,0,0,0.2);
}
.area2 .contain p {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    line-height: 36px;
    font-size: 15px;
    letter-spacing: 1px;
}
.area2 .contain h2 {
    margin-top: 3%;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.8px;
    text-indent: 30px;
    text-align: left;
}
.title_alls{
	font-size:29px;
	letter-spacing:4px;
	color:#fff;
	text-align:center;
	padding-bottom:4%;
	text-shadow:0 0 2px rgba(0,0,0,0.2);
	}
.o_ban{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;}
.o_ban .contain{
	width:86%;
	position:absolute;
	left:7%;
	top:50%;
	opacity:0;
	}
.o_ban .contain .left{
	float:left;
	width:48.5%;
	}
.o_ban .contain .imgs{
	position:relative;
	width:100%;
	height:100%;
	}
.o_ban .contain .imgs b{
	position:absolute;
	left:0;
	top:0;
	display:none;
	}
.o_ban .contain .imgs b:nth-of-type(1){
	display:block;
	}
.o_ban .contain .imgs img{
	width:100%;
	display:block;
	}
.o_ban .contain .imgs p{
	background:rgba(2,80,155,0.7);
	padding:5px 0;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	}
.o_ban .contain .imgs strong{
	display:block;
	text-align:center;
	color:#fff;
	letter-spacing:1px;
	font-size:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
html[lang="en"] .o_ban .contain .imgs strong{
	width:90%;
	margin:auto;
	letter-spacing:0;}
.o_ban .contain .right{
	float:right;
	width:48.5%;
	background:rgba(255,255,255,0.96);
	border:1px solid rgba(0,0,0,0.04);
	overflow:hidden;
	}
.o_ban .contain ul{
	width:86%;
	margin:5% auto;
	}
.o_ban .contain ul li{
	margin:2.5% 0;
	border-bottom:1px dotted #ccc;
	padding-bottom:3%;
	}
.o_ban .contain ul li h2{
	color:#e62129;
	letter-spacing:0;
	font-size:13px;
	}
.o_ban .contain ul li h1{
	color:#333;
	position:relative;
	padding-left:12px;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	font-size:16px;
	letter-spacing:0.8px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	}
html[lang="en"] .o_ban .contain ul li h1{
	letter-spacing:0;}
.o_ban .contain ul li:hover h1{
	color:#02509b;
	text-decoration:underline;
	}
.o_ban .contain ul li h1 span{
	display:block;
	width:0;
	top:0;
	border-top: 4px solid transparent;
    border-left: 5px solid #02509b;
    border-bottom: 4px solid transparent;
	position:absolute;
	left:0;
	top:7px;
	}

.index_pro{
	width:100%;
	background:url(../image/bg_04.jpg) no-repeat center center;
	background-size:cover;
	}
.index_pro .b_box{
	overflow:hidden;
	width:80%;
	margin:auto;
	}
.index_pro dd{
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	position:relative;
	box-shadow:0 0 5px rgba(0,0,0,0.1);
	background:rgba(255,255,255,0.8);
	}
.index_pro dd b{
	width:100%;
	overflow:hidden;
	display:block;
	position:relative;
	height:100%;
	}
.index_pro dd b img{
	display:block;
	width:100%;
	-webkit-transition:all 0.8s linear;
	transition:all 0.8s linear;
	}
.index_pro .index_mores{
	width:200px;
	border: 1px solid #fff;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 1.42rem;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    letter-spacing: 1px;
	}
.index_pro .index_mores:hover{
	background: rgba(255,255,255,0.1);}
.index_pro .index_mores img{
	    position: absolute;
    right: -15px;
    top: 9px;
    display: block;
    width: 26px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.6;
	}
.index_pro .index_mores:hover img{
	right:-25px;
	opacity:0;
	}
.index_pro dd .top{
	position:absolute;
	left:10%;
	top:50%;
	width:900px;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	}
html[lang="en"] .index_pro dd .top{
	width:96%;
	overflow:hidden;
	padding-bottom:40px;
	}
html[lang="en"] .index_pro dd .top img{
	float:none;}
/*area*/
html[lang="en"] .index_pro.area3 dd .top h3 {
	line-height: 50px;
}
.index_pro.area3 .title_all{
	margin:0;}
.index_pro.area3 .all_more {
    line-height: 28px;
    width: 110px;
	}
.index_pro.area3 dd .top h3 {
	margin-left:0;
	float:none;
	margin-top:-8px;
	display: block;
    font-size: 4.6rem;
    line-height: 70px;
    color: #fff;
    margin-bottom: 55px;
    text-shadow: 0 3px 5px rgba(0,0,0,0.1);
	}
.index_pro.area3 .a_all{
	position:absolute;
	left:50%;
	width:130px;
	margin-left:-65px;
	line-height:32px;
	border-radius:20px;
	bottom:4%;
	background: linear-gradient(to bottom right, #02509B, #00B2CE);
	text-align:center;
	color:#fff;
	display:none;
	}
.area3 dd b{
	position:relative;
	overflow:hidden;}
.area3 .two{
	width:84%;
	height:96%;
	left:0;
	top:0;
	background:rgba(2,80,155,0.9);
	position:absolute;
	padding:5% 8%;
	opacity:0;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.area3 dl dd:hover .two{
	opacity:1;}
.area3 .two h1{
	padding-top:50%;
	font-size:20px;
	border-bottom:1px dotted rgba(255,255,255,0.2);
	margin-bottom:7%;
    padding-bottom: 3%;
	color:#fff;
	font-weight:bold;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.area3 .two p{
	color:rgba(255,255,255,0.94);
	font-size:14px;
	position:relative;
	padding-left:12px;
	line-height:20px;
	margin:3px 0;
	}
.area3 .two p:before{
	content:"·";
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	}
.area3 .two span{
	display:block;
	color:#fff;
	font-size:13px;
	text-decoration:underline;
	position:absolute;
	left:42px;
	letter-spacing:0.5px;
	top:90%;
	opacity:0;
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;}
.area3 dl dd:hover .two span{
	opacity:1;
	top:80%;
	}
.area3 .two span:before{
	content:"";
	width:15px;
	height:15px;
	position:absolute;
	left:-20px;
	top:5px;
	background:url(../image/more3_2.png) no-repeat;
	opacity:0.8;
	}
.area3 dl dd:hover .two h1{
	padding-top:10%;
	}
.area1 .contain{
	background:rgba(2,80,155,0.6);
	width:38%;
	padding:4%;
	text-align:center;
	left:27%;
	}
.area1 .contain i{
	color:#fff;
	font-size:18px;
	text-align:center;
	display:block;
	font-style:normal;
	font-weight:bold;
	margin-bottom:5px;
	}
.area1 .contain  h2 p{
	text-indent:30px;
	}
.area1 .contain  p{
	color:#fff;
	font-size:15px;
	margin-bottom:10px;
	}
html[lang="en"] .area1 .contain p{
    letter-spacing: 0;
}
.area1 .contain h2{
	margin-top:1%;
	color:#fff;
	font-size:15px;
	letter-spacing:0.8px;
	text-align:left;
	border-bottom:1px solid rgba(255,255,255,0.2);
	border-top:1px solid rgba(255,255,255,0.2);
	padding:20px 0 10px;
	}
html[lang="en"] .area1 .contain h2{
    letter-spacing: 0;
	text-indent:0;
	line-height:20px;
}
html[lang="en"] .area1 .contain h2 strong{
    color:#fff;
	font-size:15px;
	font-weight:bold;
}
.area1 .contain .bar{
	float:left;
	width:33.3%;
	margin-top:30px;
	}
.area1 .contain .bars{
	width:90%;
	margin:auto;
	}
.area1 .contain .bar h3{
	position:relative;
	color:#fff;
	font-size:1.6rem;
	}
.area1 .contain .bar h3 strong{
	text-align:center;
	font-size:4.6rem;
	color:#fff;
	letter-spacing:1px;
	margin-bottom:15px;
	}
.area3 .t_txt{
	position:absolute;
	right:7%;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	background: rgba(2,80,155,0.6);
	width:36%;
	padding:3%;
	z-index:6;
	}
.area3 .t_txt h2{
	color:#fff;
	font-size:14px;
	text-indent:28px;
	margin:8px 0;
	opacity:0.94;
	}
.area3 .t_txt h3{
	float:left;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin-right:30px;
	letter-spacing:0.5px;
	margin-top:30px;
	padding-left:16px;
	position:relative;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.area3 .t_txt h3:before{
	content:"·";
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	font-size:16px;
	}
.area3 .t_txt h3:hover{
	color:#e62129;
	text-decoration:underline;
	}