@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(../fonts/OpenSans-Regular.ttf);
	font-family:"myfont";
}
@font-face{
	src:url(../fonts/OpenSans-Semibold.ttf);
	font-family:"title";
}
@font-face {
  font-family: 'iconfont';
  src:url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'),
  url(../icons/iconfont.woff) format('woff'),
  url(../icons/iconfont.ttf) format('truetype'),
  url(../icons/iconfont.svg#iconfont) format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
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;
    outline: 0;
    color:#666;
    font-weight: inherit;
    font-style: inherit;
	list-style:none;
	font-size:12px;
	font-size:62.5%; 
	line-height:24px;
	font-family:"myfont",sans-serif;
	}
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;
	}
html,body{
	height: 100%;
	/*background-color:#fafbfc*/
	}
.w_all{
	width:80%;
	margin:auto;}
.header_b{
	position:fixed;
	left:0;
	top:0;
	z-index:99999;
	width:100%;
	}
.header_b.header_c{
	background:rgba(255,255,255,0.96);
	box-shadow:0 0 5px rgba(0,0,0,0.1);
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.header_b.header_c .logo{
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	width:140px;
	padding:15px 3%;}
.header_b .logo{
	display:block;
	width:150px;
	padding:15px 3%;
	position:relative;
	z-index:9999;
	}
.header_b .logo img{
	display:block;
	width:100%;
	}
.navBtn{
	position:absolute;
	right:2%;
	top:4%;
	z-index:99999;
	cursor:pointer;
	padding:20px;
}
.navBtn span{
	display: block;
	width: 30px;
	height: 2px;
	background:#fff;
	margin:6px auto;
}
.nav_btn_active{
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	margin-top:1.5%;
}
.nav_btn_active span{
	background:#fff !important;}
.nav_btn_active span:nth-of-type(1){
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.nav_btn_active span:nth-of-type(2){
	opacity:0;
	}
.nav_btn_active span:nth-of-type(3){
	margin-top:-54%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.nav_list{
	position:absolute;
	right:7%;
	top:50%;
	-webkit-transform:translate(0%,-50%);
	transform:translate(0%,-50%);
	display:none;
}
.nav_list ul li strong{
    height: 0px;
    width: 0px;
    border-top: 4px solid transparent;
    border-left: 5px solid #888;
    border-bottom: 4px solid transparent;
    z-index: 9;
	display:block;
	float:right;
	margin-left:8px;
	margin-top:3px;
}
.search{
	position: absolute;
	right: 104px;
	top: 26px;
	margin-left: 20px;
	cursor: pointer;
}
.search img{
	width: 24px;
}
.se_box{
	background: rgba(0,127,83,0.96);
	position: fixed;
	left: 0;
	top:0;
	height: 100%;
	width: 100%;
	border-bottom: 4px solid #e67817;
	box-sizing: border-box;
	display: none;
	z-index: 9999999;
}
.se_box .se1{
	float: left;
	width: 26px;
	margin-right: 20px;
	position: absolute;
	left: 0;
	top: -38px;
}

.se_box .box2{
	position: absolute;
	left: 50%;
	top:50%;
	-webkit-transform: translate(-50%,-46%);
	transform: translate(-50%,-46%);
	width: 80%;
}
.se_box .box2 input{
	display: block;
	width: 90%;
	position: absolute;
	left: 0;
	bottom: 0;
	box-shadow: none;
	background: none;
	border: none;
	line-height: 46px;
	font-size: 1.6rem;
	color: #fff;
}
.se_box .box2 a{
	width: 36px;
	display: block;
	margin-right: 0;
	position: absolute;
	right: 0;
	top: -0px;
	z-index: 9;
}
.se_box .box2 a input{
	width: 36px;
	background: url(../images/jt.png) no-repeat;
	display: block;
	height: 36px;
	z-index: 9;
	background-size: 36px;
}
.se_box .box2 .search_b{
	padding: 0 5%;
	border-bottom: 1px solid rgba(255,255,255,0.8);
	z-index: 2;
	}
::-webkit-input-placeholder {
	color: rgba(255,255,255,0.8);
}
::-moz-placeholder {
	color: rgba(255,255,255,0.8);
}
:-ms-input-placeholder {
	color: rgba(255,255,255,0.8);
}
.se_box .close{
	position: absolute;
	right: 3%;
	top:4%;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.se_box .close:before{
	content: "";
	position: absolute;
	right: 2.5%;
	top:0;
	width: 100%;
	height: 2px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #e67817;
}
.se_box .close:after{
	content: "";
	position: absolute;
	right: 2.5%;
	top:0;
	width: 100%;
	height: 2px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #e67817;
}
.nav_list{
	background:rgba(0,146,63,0.95);
	width:60%;
	height:100%;
	position:fixed;
	right:-10%;
	top:50%;
	z-index:9999;
	border-radius:50%;
	-webkit-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
	}
.nav_list.active{
	width:120%;
	height:250%;}
.nav_list .logo2{
	position:absolute;
	left:10.5%;
	top:31%;
	z-index:999;
	opacity:0;
	}
.nav_list .logo2 img{
	display:block;
	height:50px;
	margin-top: 10px;
}
.nav_list ul{
	position:absolute;
	left:40%;
	top:50%;
	-webkit-transform:translate(0%,-50%);
	transform:translate(0%,-50%);
	opacity:0;
	width:40%;
	}
.nav_list ul li{
	margin:40px 0;
}
.nav_list ul li h1{
	font-size: 24px;
	font-family: "title";
	position: relative;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	color:rgba(255,255,255,0.8);
	line-height:12px;
	box-sizing:border-box;
}
.nav_list ul li:hover h1{
	color: #fff;
}
.nav_list ul li.active h1{
	color: #e67817;
	}
.nav_list ul li.active h1:before{
	content:"";
	width:8px;
	height:8px;
	background:#e67817;
	border-radius:50%;
	position:absolute;
	left:-20px;
	top:2px;
	}
.nav_list ul .right{
	width:40%;
	position:absolute;
	right:0;
	top:10%;
	border-left:1px solid rgba(255,255,255,0.2);
	padding-left:10%;
	}
.nav_list ul .right h2{
	font-size:1.8rem;
	color:#fff;
	margin:20px 0 10px;
	}
.nav_list ul .right h2:first-of-type{
	margin-top:0;}
.nav_list ul .right p{
	font-size:1.4rem;
	color:#fff;
	opacity:0.8;
	}
.nav_list2 ul{
	position:absolute;
	right:3%;
	top:0px;
	display:none;
	}
.nav_list2 ul li{
	position: relative;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	box-sizing:border-box;
	margin:0 26px;
	float:left;
}
.nav_list2 ul li a{
	font-size: 1.6rem;
	color:#333;
	display: block;
	line-height:76px;
	}
.nav_list2 ul li a:hover {
	color: #e67817;
}
.nav_list2 ul li a.active{
	color: #e67817;
	}
.nav_list2 ul a:before{
	content:"";
	width:5px;
	height:5px;
	background:#e67817;
	border-radius:50%;
	position:absolute;
	left:-14px;
	top:50%;
	transform: translateY(-50%);
	opacity: 0;
	}
.nav_list2 .s_menu2{
	position:fixed;
	left:0;
	top:76px;
	background:rgba(255,255,255,0.98);
	padding:2% 3% ;
	width:94%;
	border-top:1px solid #0095da;
	box-shadow:0 0 5px rgba(0,0,0,0.1);
	display:none;
	}
.nav_list2 .s_menu2 dl{
	float:left;
	width:25%;
	border-right:1px solid #eee;
	padding:0 2%;
	box-sizing:border-box;
	min-height:350px;
	}
.nav_list2 .s_menu2 dl:first-of-type{
	padding:0;
	}
.nav_list2 .s_menu2 dl:last-of-type{
	border:none;}
.nav_list2 .s_menu2 dt{
	font-size:1.5rem;
	color: #0095da;
	line-height:20px;
	margin-bottom:10px;
	}
.nav_list2 .s_menu2 dd{
	font-size:1.3rem;
	margin:5px 0;
	line-height:18px;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	cursor:pointer;
	}
.nav_list2 .s_menu2 dd:hover{
	color:#e67817;}
.banner{
	width:100%;
	height:100%;
	position:relative;
	overflow: hidden;
}
.banner .video {
    display: block;
    object-fit: cover;
    border: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
	margin-left: -17%;
	margin-top: -2%;
}
.banner ul{
	width:100%;
	height:100%;
	position:relative;
	}
.banner ul:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.02);
	z-index:4;}
.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;
	-webkit-transition:all 6s;
	transition:all 6s;
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	}

.banner li .img.turn_active{
	-webkit-transform:scale(1) ;
	transform:scale(1);
	}
.banner .p_box{
	position:absolute;
	top:2%;
	left:220px;
	z-index:9999;
	width:360px;
	}
.banner .p_box dl dd img{
	display:block;
	width:100%;
	}
.banner_scroll_btn{
	position: fixed;
	bottom: 4%;
	width: 40px;
	height:40px;
	left: 50%;
	margin-left:-20px;
	z-index:9999;
}
.banner_scroll_btn span img{
	display: block;
	width: 26px;
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -13px;
}
.banner_scroll_btn span img{
	-webkit-animation:myfirst 2.8s ease-in-out 0s infinite;
	animation:myfirst 2.8s ease-in-out 0s infinite;
}
@keyframes myfirst
{
    0%,100% {top: 18px; opacity: 1;}
    50% {top: 26px; opacity: 0.8;}
}
@-webkit-keyframes myfirst
{
    0%,100% {top: 18px; opacity: 1;}
    50% {top: 26px; opacity: 0.8;}
}
.index_map{
	background:#ccc;
	}
.index_map .contain{
	position:relative;
	padding:6% 0 0;
	}
.index_map .box img{
	margin:auto;
	width:75%;
	display:block;
	}
.index_map .c_box b{
	position:absolute;
	right:26%;
	top:55%;
	width:50px;
	display:block;
	}
.index_map .c_box b img{
	display:block;
	width:100%;
	}
.index_map .c_box span {
	left:0;
	top:0;
	border:1px solid rgba(255, 0, 0, 0.5) ;
	border-radius: 50%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	opacity: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: history-circle 1s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite;
	animation: history-circle 1s cubic-bezier(1, 2, 0.66, 3) infinite; 
	}
.index_map .c_box i {
	left:0;
	top:0;
	border:1px solid rgba(255, 0, 0, 0.5) ;
	border-radius: 50%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	opacity: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: history-circle2 1.5s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite;
	animation: history-circle2 1.5s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite; 
	}
@keyframes history-circle {
  0% {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0.5; 
   }
  50% {
	opacity: 1.0; 
   }
  100% {
	-webkit-transform: scale(1.2);
			transform: scale(1.2);
	opacity: 0; } 
}
@keyframes history-circle2 {
  0% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.4; 
   }
  50% {
	opacity: 0.8; 
   }
  100% {
	-webkit-transform: scale(4.2);
			transform: scale(4.2);
	opacity: 0; } 
}
.index_bar2{
	width:100%;
	height:100%;
	position:relative;
	}
.index_bar2:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(239,123,69,0);}
.index_bar2:after{
	content:"";
	width:48%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0);
	z-index:2;}
.index_bar2 .box{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:9;
	}
.title1 h1{
	font-size:30px;
	color:#fff;
	margin:30px 0;
	}
.title1 h2{
	font-size:50px;
	text-transform:uppercase;
	line-height:90px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin-bottom:50px;
	position: relative;
	}
.title1 h2::after{
	content: '';
	background:#fff;
	height: 5px;
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	border-radius: 20px;
	}
.title1 h2::before{
	content: '';
	height: 5px;
	position: absolute;
	right:  0;
	bottom:0;
	width: 50%;
	background:#0095da;
	opacity: 0;
	}
.index_bar2 .left{
	width:45%;
	float:left;
	}
.index_bar2 p{
	font-size:14px;
	color:#fff;
	margin:10px 0;
	line-height:24px;
	text-shadow: 0 2px 10px rgba(0,0,0,0.1);
	}
.index_bar2 ul li{
	float:left;
	text-align:center;
	margin:15px 0;
	border-right:1px solid rgba(255,255,255,0.5);
	box-sizing:border-box;
	margin-right: 3%;
	padding-right: 3%;
	}
.index_bar2 ul li:first-of-type{
	padding-left:0;}
.index_bar2 ul li:last-of-type{
	border:none;
	padding-right: 0;
	margin-right: 0;
}
.index_bar2 ul li h2{
	margin:auto;
	font-size:26px;
	color:#fff;
	font-weight:bold;
	display: flex;
	align-items: center;
	}
.index_bar2 ul li h2 strong{
	font-size:46px;
	color:#fff;
	margin-right:5px;
	font-weight:bold;
	line-height:18px;
	}
.index_bar2 ul li h3{
	width:80%;
	margin:auto;
	font-size:16px;
	color:#fff;
	margin-top:15px;
	text-shadow: 0 2px 10px rgba(0,0,0,0.1);
	}
.index_bar2 .right{
	width:48%;
	height:100%;
	float:right;
	position:absolute;
	right:0;
	top:0;
	}
.index_bar2 .right .vd{
	position:absolute;
	right:0;
	bottom:0%;
	width:90%;
	height: 90%;
	margin-top:20%;
}
.index_bar2 .right .vd video{
	display:block;
	width:100%;
	border-radius: 20px;
	}
.index_bar2 .right .v_btn{
	width:50px;
	display:block;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	display:none;
	}
.more{
	border:1px solid rgba(255,255,255,0.5);
	padding:10px 30px;
	width:140px;
	overflow:hidden;
	border-radius: 30px;
	margin-top:50px;
	cursor:pointer;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.more span{
	float:left;
	color:#fff;
	font-size:12px;
	}
.more img{
	float:right;
	display:block;
	width:24px;
	margin-top:-1px;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.more:hover{
	background:#e67817; 
	border:1px solid rgba(255,255,255,0.1);
	}
.more:hover img{
	margin-right:-5px;
	}
.index_bar3{
	background:#fff url(../images/bg2.jpg) no-repeat right top;
	width:100%;
	height: 100%;
	position:relative;
	}
.index_bar3 .box{
	width:70%;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-35%);
	transform:translate(-50%,-35%);
	background:rgba(255,255,255,0.98);
	box-shadow:0 2px 10px rgba(0,0,0,0.1);
	padding:2% 5%;
	background:#f9f9f9;
	}
.index_bar3 .title1{
	text-align: center;
}
.index_bar3 .title1 h2{
	text-align:center;
	color:#1a1a1a;
	font-size: 46px;
	}
.index_bar3 .title1 h2::after{
	background:#e67817;
	}
.index_bar3 .title1 h2::before{
	opacity: 1;
	z-index: 2;
}
.index_bar3 .contain{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.index_bar3 .contain ul li{
	float:left;
	width:33.3%;
	margin-bottom:30px;
	cursor:pointer;
	}
.index_bar3 .contain ul li .txt{
	width:80%;
	margin:auto;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	position:relative;
	box-sizing:border-box;
	}
.index_bar3 .contain ul li .txt:before{
	content:"";
	width:0;
	height:1px;
	position:absolute;
	left:0;
	bottom:-1px;
	background:#e67817;
	opacity:0;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;}
.index_bar3 .contain ul li .imgs img{
	width:100%;
	display:block;
	border-radius: 10px;
	}
.index_bar3 .contain ul li .txt b{
	font-size:16px;
	color:#0095da;
	margin-top:20px;
	display:block;
	}
.index_bar3 .contain ul li .txt h2{
	font-size:18px;
	margin:5px 0 10px;
	color:#333;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.index_bar3 .contain ul li .txt p{
	font-size:13px;
	line-height:18px;
	color:#888;
	margin:3px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.index_bar3 .contain ul li .txt {
    font-size:13px;
	line-height:18px;
	color:#888;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index_bar3 .contain ul li:hover .txt h2{
	color:#e67817;
	}
.index_bar3 .contain ul li:hover .txt:before{
	width:100%;
	opacity:1;
	}
.index_bar3 .more {
    border: 1px solid rgba(0,0,0,0.5);
	margin:30px auto ;}
.index_bar3 .more:hover {
	border:1px solid #fff;}
.index_bar3 .more span {
    color: #333;}
.index_bar3 .more:hover span {
    color: #fff;}
.index_bar3 .left img{
	position:absolute;
	left:4%;
	top:50%;
	width:30px;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	z-index:99;
	cursor:pointer;
	}
.index_bar3 .right img{
	position:absolute;
	right:4%;
	top:50%;
	width:30px;
	cursor:pointer;
	}
.index_bar4{
	background:#fafafa;
	width:100%;
	background-size:cover;
	position:relative;
	height: 100%;
	}
.index_bar4:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,0.1);}
.index_bar4 .box{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	}
.index_bar4 .title1{
	text-align: center;
	}
.index_bar4 .title1 h2{
	margin-bottom: 1%;
	color: #0095da;
	}
.index_bar4 .title1 h2::after{
	background: #e67817;
}
.index_bar4 .title1 h2::before{
	opacity: 1;
	z-index: 2;
}
.index_bar4 ul li{
	float:left;
	width:23.5%;
	margin-right: 2%;
	margin-top:3%;
	overflow:hidden;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	background: #fff;
	border-radius: 20px;
	
	}
.index_bar4 ul a:nth-of-type(4n) li{
	margin-right: 0;
}
.index_bar4 ul li .top{
	text-align:center;
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index:9;
	min-height: 40vh;
	}
.index_bar4 ul li .top b img{
	width:100%;
	display:block;
	}
.index_bar4 ul li:hover{
	background:#e67817;
	transform: translateY(-5px);
}
.index_bar4 ul li .top .txt{
	margin: auto;
	width:80%;
	}
.index_bar4 ul li .top .txt span{
	width:86px;
	height:86px;
	overflow:hidden;
	margin:auto;
	display:block;
	}
.index_bar4 ul li .top .txt img{
	width:86px;
	margin:auto;
	display:block;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	}
.index_bar4 ul li:hover .top .txt img{
	margin-top:-86px;}
.index_bar4 ul li .top h2{
	font-size:16px;
	color:#111;
	margin-top:20%;
	line-height:1.6;
	}
.index_bar4 ul li:hover .top h2{
	color:#fff;
	}
.index_bar4 ul li .bottom {
	position:relative;
	display: none;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	overflow: hidden;
	}
.index_bar4 ul li .bottom:before{
	content: "";
    height: 0px;
    width: 0px;
    border-left: 6px solid transparent;
    border-top: 7px solid #fff;
    border-right: 6px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: -2px;
    z-index: 9;
	display: none;
	}
.index_bar4 ul li:nth-of-type(2n) .bottom:before{
	border-top:inherit;
	border-bottom: 7px solid #eee;
	top:inherit;
	bottom:-2px;
	}
.index_bar4 ul li .bottom img{
	display:block;
	width:100%;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	}
.index_bar4 ul li:hover .bottom{
	opacity:1;
	}
.index_bar4 ul li:hover .bottom img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	}
.footer{
	width:100%;
	position:relative;
	background-color:#333;
	overflow:hidden;
	z-index:9999;
	}
.footer_con_top{
	padding:50px 0 20px;
	}
.footer_con_top .left{
	width:22%;
	float:left;
	position:relative;
	}
.footer_con_top .left img{
	width:60%;
	display:block;
	margin-top:8%;
	}
.footer_con_top .right{
	width:78%;
	float:right;
	}
.footer_con_top dl{
	float:left;
	position:relative;
	margin-top:0px;
	margin-bottom:10px;
	min-height:180px;
	box-sizing: border-box;
	padding :0 4%;
	border-left:1px solid rgba(255,255,255,0.1);
	}
.footer_con_top .right dl{
	width:21.5%;
	}
.footer_con_top .right dl:last-of-type{
	border-right:none;
	width:35%;
	}
.footer_con_top dl dt h3{
	display:inline-block;
	color:#fff;
	font-size:15px;
	font-size:1.5rem;
	margin-bottom:4px;
	position:relative;
	font-weight:bold;
	line-height: 1.2;
	}
.footer_con_top dl dd{
	color:#999;
	margin-top:5px;
	cursor:pointer;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-transition:all .5s;
	transition:all .5s;
	line-height:14px;
	}
.footer_con_top dl dd:hover{
	color:#eee
	}
.footer_con_top dl:last-of-type dd{
	cursor:default;
	}
.copy_right{
	padding:20px 0 20px;
	position:relative;
	background:#fff;
	}
.copy_right p{
	color:#555;
	font-size: 12px;
	font-size: 1.2rem;
	text-align:center;
	}
.copy_right span{
	color:#555;
	-webkit-transition:all .4s;
	transition:all .4s;
	font-size: 12px;
	font-size: 1.2rem;
	margin-left:10px;
}
.copy_right span:hover{
	color:#e67817;
}
.copy_right ul{
	margin:5px auto 0;
	width:76px;
	}
.copy_right ul li{
	margin-left:10px;
	float:left;
	width:28px;
	height:28px;
	border-radius:50%;
	position:relative;
	}
.copy_right ul li:before{
	content:"";
	width:0;
	height:0;
	position:absolute;
	left:50%;
	top:50%;
	opacity:0;
	background-color:#e67817;
	-webkit-transition:all .4s ease-out;
	transition:all .4s ease-out;
	border-radius:50%;
	}
.copy_right ul li img{
	display:block;
	width:100%;
	position:absolute;
	left:0%;
	top:0%;
	}
.copy_right ul li:hover:before{
	opacity:1;
	width:100%;
	height:100%;
	top:0;
	left:0;
	}
.o_ban{
	height:360px;
	overflow:hidden;
	position:relative;
	}
.o_ban > img{
	display:block;
	width:100%;
	}
.o_ban .slogan {
    position: absolute;
    top: 5%;
    left: 220px;
    z-index: 9999;
    width: 360px;
}
.o_ban .o_nav{
	position:absolute;
	left:50%;
	-webkit-transform:translate(-50%,0%);
	transform:translate(-50%,0%);
	bottom:0%;
	background:rgba(0,146,63,0.8);
	padding:10px 0;
	display:none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
.o_ban  h1{
	text-align:center;
	font-size:5rem;
	color:#fff;
	left:50%;
	position:absolute;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	top:50%;
	opacity: 0;
	text-shadow:0 2px 5px rgba(0,0,0,0.2);}
.o_ban .o_nav p{
	font-size:1.3rem;
	color:#fff;
	margin:2px 5px;
	float:left;
	line-height:16px;
	}
.o_ban .o_nav a{
	font-size:1.3rem;
	color:#fff;
	line-height:16px;
	}
.o_ban .o_nav img{
	display:block;
	width:20px;
	margin:auto;
	}
.o_ban .o_nav p:last-of-type{
	color:#e67817;}
.product{
	margin:5% 0;
	}
.product .left{
	width:25%;
	float:left;
	border-left:1px solid #0095da;
	}
.product .left.active{
	width:20%;
	position:fixed;
	left:10%;
	top:30%;
	padding-top:2%;
	}
.product .left dt{
	background:#0095da;
	color:#fff;
	font-size:2rem;
	padding:15px 35px 20px 15px;
	display:none;}
.product .left dd{
	cursor:pointer;}
.product .left h1{
	color:#333;
	font-size:1.54rem;
	padding:15px 35px 0px 15px;
	position:relative;
	line-height:20px;
	position:relative;
	cursor:default;
	}
.product .left dd.active h1{
	color:#0095da;
	background:#fff;
	}
.product .left h1:before{
	content:"";
	width:9px;
	height:9px;
	border-radius:50%;
	background:#0095da;
	position:absolute;
	left:-5px;
	top:20px;
	}
.product .left dd h1 i{
	position:absolute;
	right:10px;
	top:18px;
	display:block;
	color:#222;
	font-size:2rem;
	display:none;
	}
.product .left dd.active h1 i{
	color:#0095da;
	}
.product .left .s_menu{
	display:none;
	background:#fff;
	padding:0px 15px;
	}
.product .left dd.active .s_menu{
	display: block;
}
.product .left .s_menu p{
	margin:8px 0;
	line-height:16px;
	font-size:1.3rem;
	position:relative;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.product .left .s_menu p:before{
	content:"";
	width:5px;
	height:5px;
	border-radius:50%;
	background:#777;
	position:absolute;
	left:-18px;
	top:7px;
	z-index:6;
	display:none; 
	}
.product .left .s_menu p:hover{
	color:#e67817;
	}
.product .left .s_menu p.active{
	color:#e67817;
	font-size:1.36rem;
	}
.product .left .s_menu p.active:before{
	background:#e67817;
	}
.product .right{
	float:right;
	width:62%;
	background:#f6f7f7;
	padding:4%;
	}
.product .right .top{
	border-bottom:1px solid #ddd;
	padding-bottom:3%;
	}
.product .right .top h2{
	color:#0095da;
	font-size:2rem;
	font-weight:bold;
	}
.product .right .top p{
	color:#333;
	font-size:1.3rem;
	margin-top:10px;
	line-height:20px;
	}
.product .right .middle{
	padding:3% 0;
	}
.product .right .middle h3{
	color:#333;
	font-size:1.4rem;
	float:left;
	position:relative;
	}
.product .right .middle h3:before{
	content:"";
	width:14px;
	height:14px;
	background:url(../images/choose1.png) no-repeat center center;
	position:absolute;
	right:-24px;
	top:6px;
	opacity:0.8;
	border-radius:50%;
	}
.more_p{
	float:right;
	background:#0095da;
	color:#fff;
	padding:5px 25px;
	border-radius:30px;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	cursor:pointer;
	margin-top:-5px;
	}
.more_p img{
	display:inline-block;
	width:20px;
	float:right;
	margin-top:2px;
	margin-left:10px;
	}
.more_p:hover{
	background:#e67817;
	}
.product .right .middle .imgs{
	overflow:hidden;}
.product .right .middle .imgs img{
	float:left;
	width:15%;
	margin-right:2%;
	cursor:pointer;
	margin-top:2%;
	}
.product .right .middle .imgs p{
	display:none;
}
.product .right .middle .imgs .selectedInfor:nth-of-type(6n) img{
	margin-right:0;
	}
.product .right .contain{
	padding:2% 0;}
.product .right .contain ul{
    display: flex;
    flex-wrap: wrap;
}
.product .right .contain ul li{
	width:23.5%;
	margin-top:2%;
	margin-right:2%;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.product .right .contain ul li:hover{
	background:#fff;
	}
.product .right .contain ul li:nth-of-type(4n){
	margin-right:0;
	}
.product .right .contain ul li b{
	display:block;
	width:100%;
	border:1px solid #eee;
	position:relative;
	border-radius:3px;
	overflow:hidden;
	}
.product .right .contain ul li b img{
	display:block;
	width:100%;
	}
.product .right .contain ul li b span{
	display:block;
	width:16px;
	height:16px;
	background:url(../images/choose1.png) no-repeat center center;
	position:absolute;
	right:10px;
	bottom:10px;
	opacity:0.8;
	border-radius:50%;
	box-sizing:border-box;
	z-index:9;
	}
.product .right .contain ul li.active b span{
	background:url(../images/choose2.png) no-repeat center center;
	}
.product .right .contain .txt{
	padding:3%;
	overflow:hidden;}
.product .right .contain h6{
	color:#0095da;
	font-size:1.3rem;
	float:left;
	width:100%;
	margin-top:10px;
	line-height:18px;
	max-height:36px;
	overflow:hidden;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.product .right .contain ul li:hover h6{
	color:#e67817;}
.product .right .contain p{
	float:right;
	font-size:1.15rem;
	color:#333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	width:50%;
	}
.product .right .contain p:nth-of-type(2){
	float:left;
	}
.p_nav{
	position:absolute;
	left:50%;
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
	bottom:0;
	border-top:1px solid rgba(4,146,220,0.7);
	background:rgba(4,146,220,0.7);
	padding:15px 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
.p_nav p{
	font-size:1.3rem;
	color:#fff;
	float:left;
	text-align:center;
	position:relative;
	padding:0px 20px;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.p_nav p:before{
	content:"";
	width:8px;
	height:1px;
	position:absolute;
	left:-2px;
	top:12px;
	background:#fff;
	opacity:0.6;
	}
.p_nav2 p{
	margin:0 10px;
	padding:0 30px;}
.p_nav2 p:before{
	display:none;}
.p_nav2 p:after{
	content:"";
	width:5px;
	height:5px;
	position:absolute;
	left:16px;
	top:10px;
	background:#fff;
	border-radius:50%;
	opacity:0.6;
	}
.p_nav2 p.active:after{
	opacity:1;
	background:#e67817;}
.p_nav p.active{
	color:#e67817;
	font-weight:bold;
	}
.p_nav p img{
	width:20px;
	opacity:0.9;
	}
.p_nav p:hover img{
	opacity:1;
	}
.p_nav p.home:before{
	display:none;
	}
.product_d{
	padding:4% 0;
	background:#f6f7f7;
	}
.product_d .left{
	width:36%;
	float:left;
	}
.product_d .left .imgs .vds{
	width:100%;
	position:relative;
	}
.product_d .left .imgs .vds video{
	width: 100%;
    display: block;
	}
.product_d .left .imgs {
	position:relative;
	cursor:pointer;
	}
.product_d .left .imgs > img{
	display:block;
	width:100% !important;
	}
.product_d .left .imgs .v_btn{
	display:block;
	width:46px !important;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	}
.product_d .left .imgs:before{
	content:"";
	position:absolute;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background:url(../images/search.png) no-repeat center center;
	width:32px;
	height:32px;
	opacity:0;
	top:60%;
	}
.product_d .left .imgs:hover:before{
	opacity:1;
	top:50%;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.product_d .left .imgs.active:before{
	opacity:0;
	top:60%;
	}
.product_d .left .imgs .img2 img{
	width:100% !important;
	display:block;
	}
.product_d .left .bigbox{
	position:absolute;
	left:100%;
	top:0;
	background:#0095da;
	display:none;
	z-index:99;
	}
.product_d .left .bottom{
	position:relative;
	background:#f0f0f0;
	padding:3% 0;
	}
.product_d .left .box{
	overflow:hidden;
	width:90%;
	margin:auto;}
.product_d .left .box dd{
	
	}
.product_d .left .box dl img{
	display:block;
	margin:auto;
	float:left;
	width:25%;
	position:relative;
	margin:0 5px;
	box-sizing:border-box;
	}
.product_d .left .box img:hover{
	border:1px solid #0095da;
	border-bottom:2px solid #0095da !important;
	}
.product_d .left .box img.active{
	border:1px solid #0095da;
	}
.product_d .left .ll i{
	position:absolute;
	left:0.5%;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	font-size:2.4rem;
	color:#333;
	-webkit-transition:all 0.3 linear;
	transition:all 0.3 linear;
	opacity:0.6;
	}
.product_d .left .r_btn i{
	left:inherit;
	right:0.5%;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	top:40%;
	}
.product_d .left .ll i:hover{
	color:#e67817;
	opacity:1;
	}
.vds2{
	float:left;
	margin: 0 5px;}
.vds2 video{
	display:block;
	}
.product_d .right{
	float:right;
	width:56%;
	background:#f6f7f7;
	padding:0% 0% 4% 4%;
	}
.product_d .right .top{
	padding:4% 0 3%;
	position:relative;
	}
.product_d .right .top .back{
	position:absolute;
	top:0;
	right:0;
	font-size:1.2rem;
	cursor:pointer;
	}
.product_d .right .top .back i{
	font-size:1.4rem;
	padding:3px;
	background:#0095da;
	color:rgba(255,255,255,0.8);
	border-radius:50%;
	margin-right:10px;
	-webkit-transition:all 0.3 linear;
	transition:all 0.3 linear;
	}
.product_d .right .top .back:hover i{
	background:#e67817;
	}
.product_d .right .top h1{
	color:#0095da;
	font-size:2.2rem;
	}
.product_d .right .top p{
	color:#333;
	font-size:1.3rem;
	margin-top:10px;
	line-height:20px;
	}
.product_d .right .middle{
	border-bottom:1px solid #ddd;
	padding:3% 0;
	}
.product_d .right .middle p{
	color:#333;
	font-size:1.4rem;
	float:left;
	position:relative;
	width:50%;
	margin:2px 0;
	}
.product_d .right .middle p strong{
	font-size:1.3rem;
	color:#666;
	margin-right:8px;
	}
.product_d .right .middle .more_p{
	float:none;
	float:left;
	margin-top:3%;}
.product_d .right .bottom{
	padding:3% 0;
	}
.product_d .right .bottom img{
	float:left;
	margin-right:10px;
	width:26px;
	opacity:0.5;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.product_d .right .bottom img:hover{
	opacity:1;
	}
.product_d2{
	background:#fff;
	padding:3% 0;}
.pd_nav{
	margin:0 auto;
	border-bottom:1px solid #0095da;
	text-align:center;
	}
.product_d2 h6{
	font-size:1.6rem;
	color:#0095da;
	position:relative;
	background: #f6f6f6;
	padding: 12px 20px;
	font-weight: bold;
	box-sizing: border-box;
	}
.pd_nav span.active{
	color:#e67817;
	font-size:1.6rem;}
.pd_nav span:hover{
	color:#e67817;
	}
.product_d2 .bar{
    margin-bottom: 3%;
	}
.product_d2 .bar .txt{
	padding:2%;
	}
.product_d2 .bar .txt p{
	font-size:1.3rem;
	position:relative;
	margin:2px 0;
	}
.product_d2 .bar .txt p:before{
	content:"";
	width:3px;
	height:3px;
	border-radius:50%;
	background:#666;
	font-size:1.3rem;
	position:absolute;
	left:-10px;
	top:12px;
	}
.product_d2 .bar table{
	padding: 2%;
	width: 100%;
	box-sizing: border-box;
}
.product_d2 .bar table td{
    background: #f3f3f3;
	padding: 8px 20px;
	font-size: 1.3rem;
	box-sizing: border-box;
}
.product_d2 .bar table tr:first-of-type td{
	font-size: 1.4rem;
	color: #1a1a1a;
	font-family: "title";
}
.product_d3{
	padding:4% 0;
	background:#fff;
	}
.product_d3 h1{
	text-align:center;
	font-size:2.2rem;
	color:#0095da;
	margin-bottom:2%;
	}
.product_d3 .contain{
	overflow:hidden;
	position:relative;}
.product_d3 .contain ul li{
	float:left;
	width:25%;
	}
.product_d3 .contain ul li:hover .txt{
	background:#fff;
	}
.product_d3 .contain ul li b{
	display:block;
	width:90%;
	margin:auto;
	border:1px solid #eee;
	position:relative;
	border-radius:3px;
	overflow:hidden;
	}
.product_d3 .contain ul li b img{
	display:block;
	width:100%;
	}
.product_d3 .contain ul li b span{
	display:block;
	width:12px;
	height:12px;
	background:#0095da;
	position:absolute;
	right:10px;
	bottom:10px;
	opacity:0.8;
	border-radius:50%;
	box-sizing:border-box;
	z-index:9;
	}
.product_d3 .contain ul li.active b span{
	background:#e67817;
	}
.product_d3 .contain .txt{
	margin:0 5%;
	width:80%;
	padding:2% 5% 4%;
	overflow:hidden;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;}
.product_d3 .contain h6{
	color:#0095da;
	font-size:1.3rem;
	float:left;
	margin-top:10px;
	line-height:18px;
	height:36px;
	overflow:hidden;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.product_d3 .contain ul li:hover h6{
	color:#e67817;}
.product_d3 .contain p{
	float:right;
	font-size:1.2rem;
	color:#333;
	}
.product_d3 .contain p:nth-of-type(2){
	float:left;
	}
.product_d3 .box{
	position:relative;
	}
.product_d3 .box .ll i{
	position:absolute;
	left:-2%;
	top:40%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	font-size:3rem;
	color:#333;
	-webkit-transition:all 0.3 linear;
	transition:all 0.3 linear;
	opacity:0.6;
	cursor:pointer;
	}
.product_d3 .box .r_btn i{
	left:inherit;
	right:-2%;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	top:40%;
	}
.product_d3 .box .ll i:hover{
	color:#e67817;
	opacity:1;
	}
.product_d4{
	padding:4% 0;
	background:#f6f6f6;
	}
.product_d4 .message h1{
	color:#0095da;
	font-size:2.6rem;
	text-align:center;
	margin-bottom:20px;}
.product_d4 .message h2{
	color:#333;
	font-size:1.4rem;
	text-align:center;
	float:left;
	width:46%;
	margin:10px 2%;
	position:relative;}
.product_d4 .message h2.lr{
	width:100%;
	margin:20px 0 0;}
.product_d4 .message h2 strong{
	color:#e67817;
	display:inline-block;
	margin-right:5px;
	margin-left:-10px;
	}
.product_d4 .message h2 input{
	box-shadow:none;
	border:none;
	background:none;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.1);
	color:#e67817;
	text-align:center;
	opacity:0.8;
	line-height:32px;
	}
.product_d4 .message h2 textarea{
	box-shadow:none;
	border:none;
	background:none;
	width:90%;
	height:100px;
	background:rgba(255,255,255,0.5);
	border:1px solid rgba(0,0,0,0.02);
	color:#e67817;
	padding:3%;
	opacity:0.8;}
.product_d4 ::-webkit-input-placeholder {
	color: rgba(0,0,0,0.8);
}
.product_d4 ::-moz-placeholder {
	color: rgba(0,0,0,0.8);
}
.product_d4 :-ms-input-placeholder {
	color: rgba(0,0,0,0.8);
}
.product_d4 .message input.submit{
	box-shadow:none;
	border:none;
	background:none;
	color:#fff;
	margin:auto;
	display:block;
	background:#0095da;
	margin-top:2%;
	padding:10px 40px;
	cursor:pointer;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	border-radius: 30px;
	}
.product_d4 .message input.submit:hover{
	background:#e67817;
	color:#fff;}
.news .right .box{
	display:none;
	}
.news .right .box:first-of-type{
	display:block;}
.news ul li{
	width:31.3%;
	float:left;
	margin-right:3%;
	position:relative;
	margin-top:3%;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.news ul a:nth-of-type(3n+1) li{
	margin-right:0;}
.news ul a:first-of-type li{
	width:100%;
	background:#fff;
	}
.news ul li:hover{
	background:#fff;
	box-shadow:0 2px 5px rgba(0,0,0,0.0.05);
	}
.news ul li b img{
	display:block;
	width:100%;}
.news ul li .txt{
	padding:4% 3%;
	overflow:hidden;
	}
.news ul a:first-of-type li .txt{
	padding:2% 3%;
	}
.news ul li .txt h3{
	font-size:1.4rem;
	line-height: 1.2;
	color:#0095da;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.news ul li:hover .txt h3{
	color:#e67817;
	}
.news ul li .txt .time{
	overflow:hidden;
	font-size:1.2rem;
	letter-spacing:0.4px;
	opacity:0.8;
	}
.news ul li .txt .time img{
	float:left;
	width:14px;
	margin-right:8px;
	margin-top:4px;
	opacity:0.8;
	}
.news ul li .more_p{
	margin-top:20px;
	float:left;}
.news_d .right{
	width:100%;
	float:none;
	padding:0;
	}
.news_d .right .top{
	padding:0 10%;
	text-align:center;
	border:none;
	}
.news_d .time{
	overflow:hidden;
	font-size:1.2rem;
	letter-spacing:0.4px;
	opacity:0.8;
	width:90px;
	margin:10px auto;
	}
.news_d .time img{
	float:left;
	width:14px;
	margin-right:8px;
	margin-top:4px;
	opacity:0.8;
	}
.news_d .n_contain{
	background:#fff;
	padding:5%;
	margin-top:2%;
	}
.news_d .n_contain img{
	max-width:100%;
	margin:auto;
	}
.news_d .n_contain p{
	font-size:1.3rem;
	color:#333;
	margin:10px 0;
	line-height:20px;
	}
.header_c .navBtn{
	top:8%}
.header_c .navBtn span{
	background:#0095da;}
.map .con{
	background:rgba(239,123,69,0.96);
	width:400px;
	height:400px;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:45%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	}
.con .txt{
	width:60%;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	}
.con .txt h2{
	font-size: 1.6rem;
	color:#fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.con .txt p{
	color:rgba(255,255,255,0.9);
	font-size:1.3rem;
	line-height:18px;
	margin:10px 0;
	text-align:left;
	}
.con .txt p:first-of-type{
	border-left:2px solid #fff;
	padding-left:8%;
	color:#fff;
	margin:20px 0 30px;
	text-align:left;
	}
.con .txt p i{
	font-size:2rem;
	margin-right:10px;
}
.m_box{
	background:#0393da;
	padding:4% 0;
	}
.m_box .message h1{
	color:#fff;
	font-size:2.6rem;
	text-align:center;
	margin-bottom:20px;}
.m_box .message h2{
	color:#fff;
	font-size:1.4rem;
	text-align:center;
	float:left;
	width:48%;
	margin:10px 1%;
	position:relative;
	height:60px;}
.m_box .message h2.lr{
	width:100%;
	margin-top:20px;}
.m_box .message h2 strong{
	color:#fff;
	display:inline-block;
	margin-right:5px;
	margin-left:-10px;
	}
.m_box .message h2 input{
	box-shadow:none;
	border:none;
	background:none;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.5);
	color:#fff;
	text-align:center;
	opacity:0.8;
	line-height:32px;
	}
.m_box .message h2 textarea{
	box-shadow:none;
	border:none;
	background:none;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.5);
	color:#fff;
	opacity:0.8;}
.m_box ::-webkit-input-placeholder {
  color: #fff;
}

.m_box ::-moz-placeholder {
  color: #fff;
}

.m_box :-ms-input-placeholder {
  color: #fff;
}
::-webkit-input-placeholder {
  font-family: "myfont";
}

::-moz-placeholder {
  font-family: "myfont";
}

:-ms-input-placeholder {
  font-family: "myfont";
}
.m_box .message input.submit{
	box-shadow:none;
	border:none;
	background:none;
	margin:auto;
	display:block;
	background:#e67817;
	margin-top:3%;
	padding:15px 50px;
	color:#fff;
	cursor:pointer;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	border-radius:30px;
	}
.m_box .message input.submit:hover{
	background:#017e53;
	color:#fff;}
input:focus{
	outline:none;
	}
textarea:focus{
	outline:none;
	}
.about3 .bar7{
	position:relative;
	padding:3% 0 6%;
	}
.about3 .bar7 .box{
	width:60%;
	overflow:hidden;
	position:relative;
	}
.about3 .bar7 ul li{
	text-align:center;
	width:100%;
	float:left;
	}
.about3 h3{
	text-align: center;
    font-size: 3.6rem;
    color: #e67817;
    letter-spacing: 0.1px;
    position: relative;
    font-family: "title";
    z-index: 9;
	padding: 5% 0 0%;
	}
.about3 h4{
	text-align: center;
	display: block;
    background: #ef7b45;
    border-radius: 50%;
    width: 80px;
    line-height: 80px;
    padding: 10px;
    margin:3% auto 0;
	color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
	}
.about3 .bar7 h2{
	font-size:1.8rem;
	letter-spacing: 0;
	color:#1a1a1a;
	font-family: "title";
	margin-bottom: 20px;
	}
.about3 .bar7 p{
	font-size:1.4rem;
	margin:auto;
	margin-top:6px;
	width:80%;
	line-height:1.7;
	}
.about3 .bar7 dl{
	position:absolute;
	left:50%;
	bottom:50px;
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
	}
.about3 .bar7 dl dd{
	width:8px;
	height:8px;
	background:#017e53;
	border-radius:50%;
	margin:6px;
	float:left;}
.about3 .bar7 dl dd.active{
	background:#ef7b45;
	}
.about3 .bar7 .btn .ll{
	position:absolute;
	left:0;
	top:50%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	}
.about3 .bar7 .btn .ll i{
	font-size:2.4rem;
	}
.about3 .bar7 .btn .b_right{
	left:inherit;
	right:0;
	-webkit-transform:rotate(180deg) translateY(15px);
	transform:rotate(180deg) translateY(15px);
	}
.why {
    background: #f6f7f7;
}
.why .bar0{
	position: relative;
}
.why .bar0 b{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: blur(1px);
}
.why .bar0 ul {
	padding: 8% 0;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.why .bar0 ul li{
	width: 31%;
	text-align:left;
	font-size:1.4rem;
	color:#666;
	cursor:default;
	line-height: 1.5;
	padding: 4% 3%;
	box-sizing: border-box;
	background: rgba(255,255,255,0.84);
	border-radius:30px;
	letter-spacing: 0;
	transition: all 0.4s linear;
	box-shadow: 0 10px 20px rgba(0,0,0,0.0.05);
	}
.why .bar0 ul li h6{
	font-size: 2rem;
	color:#0095da;
	font-family: "title";
	margin-bottom: 2rem;
	text-align: center;
	transition: all 0.4s linear;
	}
.why .bar0 ul li:hover{
	background: #fff;
	transform: translateY(-10px);
}
.why .bar0 ul li:hover h6{
	color: #ef7b45;
}
.why .bar ul {
	padding: 4% 0;
	display: flex;
	justify-content: center;
}
.why .bar ul li{
	margin: 0 5%;
	text-align:center;
	font-size:1.5rem;
	color:#0095da;
	cursor:default;
	line-height: 1.4;
	}
.why .bar ul li img{
	margin:0 auto 15px;
	width:38px;
	border:2px solid #0095da;
	border-radius:50%;
	padding:12px;
	}
.why .bar2{
	position: relative;
}
.why .bar2::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70%;
	background: #fff;
}
.why .bar2 dl {
	position: relative;
	z-index: 2;
	padding: 0 0 4%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.why .bar2 dl dd{
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 3%;
	}
.why .bar2 dl dd:nth-of-type(3n){
	margin-right: 0;
}
.why .bar2 dl dd img{
	width: 100%;
}
.about {
    background: #f6f7f7;	
}
.about .bar2 {
	padding: 5% 0;
}
.about .bar2 h1{
	text-align:center;
	font-size:3.6rem;
	color:#e67817;
	letter-spacing:0.1px;
	position:relative;
	font-family: "title";
	z-index:9;
}
.about .bar2 .txt{
	width:90%;
	background:rgba(255,255,255,0.7);
	padding:5%;
	margin:3% auto 0;
	position:relative;
}
.about .bar2 .txt p{
	line-height:1.8;
	font-size:1.34rem;
	color:#333;
	margin:15px 0;
	position:relative;
	z-index:9;
}
.about .bar2 .txt b img{
	position:absolute;
	left:40%;
	top:6%;
	width:20%;
	z-index:0;
	opacity:0;
	}
.about .bar3{
	padding: 5% 0;
}
.about .bar3 .left{
	float:right;
	width:56%;
	}
.about .bar3 .left h1{
	font-size:2.1rem;
	color:#e67817;
	margin-bottom:20px;
	font-family: "title";
	line-height: 1.3;
	}
.about .bar3 .left p{
	font-size:1.34rem;
	color:#666;
	margin:6px 0;
	line-height:1.7;
	}
.about .bar3 .left p strong{
	font-size:1.5rem;
	color:#0193de;
	display: block;
	margin: 15px 0 10px;
	line-height:1.6;
	font-weight: bold;
	}
.about .bar3 .right{
	float:left;
	width:38%;
	overflow:hidden;
	position:relative;
	}
.about .bar3 .right .imgbox{
	position:relative;
	border-radius: 10px;
	overflow: hidden;
	}
.about .bar3 .right img{
	width:100%;
	display:block;
	}
.about .bar3 .right li{
	position:relative;
	float:left;
	width:100%;
	overflow: hidden;
	}
.about .bar3 .right li p{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background:rgba(0,149,63,0.8);
	text-align:center;
	border-radius:50%;
	width:100px;
	height:100px;
	}
.about .bar3 .right li p strong{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	color:#fff;
	line-height:18px;
	font-size:1.3rem;
	}
.about .bar3 .right .txt2{
	border-left:5px solid #0193de;
	padding-left:5%;
	border-radius: 10px;
	margin-top:30px;
	}
.about .bar3 .right .txt2 p{
	font-size:1.7rem;
	color:#017e53;
	margin:10px 0;
	line-height: 1.4;
	letter-spacing: 0;
	font-family: "title";
	font-weight: bold;
	}
.about .bar3 .btn{
	position:absolute;
	left:50%;
	bottom:2%;
	-webkit-transform:translate(-50%,0%);
	transform:translate(-50%,0%);
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.about .bar3 .btn span{
	background:#fff;
	margin:5px;
	width:8px;
	height:8px;
	border-radius:50%;
	display:block;
	float:left;
	}
.about .bar3 .btn span.active{
	background:#e67817;
	}
.about3 .bar5{
	background:#fff;
	padding:4% 2%;
	position:relative;}
.about3 .bar5 .ltx b{
	display:block;
	background:#017e53;
	border-radius:50%;
	width:80px;
	height:80px;
	padding:10px;
	margin:auto;
	}
.about3 .bar5 .ltx span{
	color:#fff;
	font-size:2rem;
	text-align:center;
	line-height:80px;
	font-weight:normal;
	display:block;
	text-transform:uppercase;
	}
.about3 .bar5 .ltx:before{
	content:"";
	position:absolute;
	right:50%;
	height:1px;
	background:#017e53;
	width:20%;
	top:50%;
	z-index:-1;
	}
.about3 .bar5 .rtx{
	text-align:center;
	width:65%;
	margin:auto;
	}
.about3 .bar5 .rtx p{
	font-size:2rem;
	color:#0192e1;
	line-height:1.8;
	margin:15px 0 0;
	letter-spacing: 0;
	font-family: "title";
	}
.about3 .bar4 {
	padding: 4% 0;
}
.about3 .bar4 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about3 .bar4 ul li{
	width:31%;
	text-align:center;
	background:#fff;
	padding:3% 5%;
	box-sizing: border-box;
	margin:1.5% 0;
	box-shadow:0 3px 20px rgba(0,0,0,0.05);
	border-radius: 20px;
	cursor: default;
	}
.about3 .bar4 ul li b{
	display:block;
	background:#e67817;
	border-radius:50%;
	width:60px;
	height:60px;
	padding:5%;
	margin:auto;
	margin-top:-30%;
	display:none;
	}
.about3 .bar4 ul li b img{
	display:block;
	width:50px;
	padding:10%;
	margin:auto;
	}
.about3 .bar4 ul li h2{
	font-size:2rem;
	color:#0192e1;
	margin-bottom: 15px;
	font-family: "title";
	text-transform:uppercase;
	transition: all 0.4s linear;
	}
.about3 .bar4 ul li p{
	font-size:1.4rem;
	color:#333;
	line-height:1.4;
	margin:6px 0;
	}
.about3 .bar4 ul li:hover h2{
	color: #e67817;
}
.about4 .bar2{
	position:relative;
	}
.about4 .bar2 h1{
	color:#0192e1;
}
.about4 .imgbox{
	margin: auto ;
	overflow:hidden;
	position:relative;
	padding-top:8%;
	padding-bottom:4%;
	}
.about4 .bar2:before{
	content:"";
	width:30%;
	height:72.8%;
	background:#00923f;
	position:absolute;
	left:50%;
	top:55%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	border-radius:50%;
	opacity:0.8;
	}
.about4 ul li{
	float:left;
	width:33.3%;
	text-align:center;
	z-index:3;
	position:relative;
	}
.about4 ul li img{
	display:block;
	width:50%;
	margin:0 auto 10px;
	opacity:0.1;}
.about4 ul li strong{
	display:block;
	font-size:1.4rem;
	color:#fff;
	position:absolute;
	left:50%;
	bottom:-15%;
	-webkit-transform:translate(-50%,-0%);
	transform:translate(-50%,-0%);
	}
.about4 ul li.active img{
	-webkit-transform:scale(1.18);
	transform:scale(1.18);
	opacity:1;
	-webkit-transition:all 0.6s linear;
	transition:all 0.6s linear;
	}
.about4  .btn .ll{
	position:absolute;
	left:16%;
	top:55%;
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
	z-index:6;
	}
.about4  .btn .ll i{
	font-size:4rem;
	color:#e67817;
	-webkit-transition:all 0.4s linear;
	transition:all 0.4s linear;
	cursor: pointer;
	}
.about4  .btn .ll:hover i{
	color: #e67817;
}
.about4  .btn .b_right{
	left:inherit;
	right:16%;
	top:50%;
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
	}
.about5 img{
	max-width: 90%;
	width:  auto;
	margin:5% auto;
	display: block;
}
.ps_box{
	position:fixed;
	left:0;
	top:0;
	background:rgba(255,255,255,0.8);
	width:100%;
	height:100%;
	display:none;
	z-index:9999;
}
.pr_box{
	position:absolute;
	left:50%;
	top:50%;
	background:#e67817;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	padding:5%;
	border-radius:50%;
	width:500px;
	height:500px;
	
	}
.ps_box .message{
	position:absolute;
	left:50%;
	top:60%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width:80%;
	opacity:0;
	}
.ps_box .message h1{
	color:#fff;
	font-size:2.6rem;
	text-align:center;
	margin-bottom:20px;}
.ps_box .message p{
	color:#fff !important;
	font-size:1.4rem;
	text-align:center;
	float:left;
	width:48%;
	margin:2% 1%;
	position:relative;}
.ps_box .message p.lr{
	width:100%;}
.ps_box .message p strong{
	color:#fff;
	display:inline-block;
	margin-right:5px;
	margin-left:-10px;
	}
.ps_box .message p input{
	box-shadow:none;
	border:none;
	background:none;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.5);
	color:#fff;
	text-align:center;
	opacity:0.8;
	}
.ps_box .message p textarea{
	box-shadow:none;
	border:none;
	background:none;
	width:94%;
	border-bottom:1px solid rgba(255,255,255,0.5);
	color:#fff;
	text-align:center;
	opacity:0.8;}
.ps_box .message input.submit{
	box-shadow:none;
	border:none;
	background:none;
	margin:auto;
	display:block;
	background:#fff;
	margin-top:3%;
	padding:10px 50px;
	border-radius: 30px;
	color:#017e53;
	cursor:pointer;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.ps_box .message input.submit:hover{
	background:#017e53;
	color:#fff;}
.big_box {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.big_box .close {
    position: fixed;
    top: 10%;
    right: 3.5%;
    z-index: 100;
    cursor: pointer;
	display:none;
}
.big_box .close img {
    width: 36px;
}
.big_imgss {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
}
.big_imgss img {
    display: block;
    max-width: 100%;
    margin: auto;
	box-shadow:0 0px 5px rgba(0,0,0,0.05);
}
.partner {
	padding:5% 0 3%;
	background:#f6f6f6;}
.partner h1 {
    text-align: center;
    font-size: 1.4rem;
    color: #333;
	margin-bottom:20px;
}
.partner ul li{
	float:left;
	margin:1% 2%;
	width:16%;
	}
.partner ul li img{
	display:block;
	width:100%;
	border-radius:50%;
	box-shadow:0 1px 5px rgba(0,0,0,0.08);
}
.partner ul li p {
    text-align: center;
    font-size: 2rem;
    color: #0095da;
    cursor: default;
	margin-top:15px;
	height: 4.6rem;
	line-height: 2.3rem;
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.about5 {
	padding:3% 0;}
.about5 .b5_img img{
	display:block;
	width:50%;
	margin:auto;
	}
.pages{
    text-align: center;
    margin: 50px 0 0;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.pages span{
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #0095da;
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    margin: 0 5px;
}
.pages a{
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #eee;
    color: #333;
    display: inline-block;
    font-size: 1.1rem;
    margin: 5px 5px;
}
.pages a.next,.pages a.prev{
    width: inherit;
    height: inherit;
    border-radius: 0;
    background: none;
}
.rows{
	display:none;
}
.pdf{
	padding: 3% 0;
}
.pdf ul li img{
	border-radius: inherit;
}
.pdf ul li {
    width: 21%;
}
.searchBox{
	padding: 3% 0;
}
.searchBox p{
	text-align: center;
	font-size: 1.3rem;
	color: #333;
}
.searchBox p strong{
	font-size: 1.4rem;
	color: #0095da;
	font-weight: bold;
}
.searchBox ul li{
	width: 22%;
	margin: 1.5% 1.5% 0;
}
.searchBox ul li h6{
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-top: 10px;
	color: #333;
}
.searchBox ul li h6 strong{
	color: #e67817;
}
