﻿@charset "utf-8";

 @font-face {
    font-family: 'stencilregular';
    src: url('stencil-webfont.woff2') format('woff2'),
         url('stencil-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'vijayaregular';
    src: url('vijaya-webfont.woff2') format('woff2'),
         url('vijaya-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'airstrip_fourregular';
    src: url('airstrip-four-webfont.woff2') format('woff2'),
         url('airstrip-four-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, table, caption, tbody, tfoot, thead, tr, th, td, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden;}
/* always display scrollbars */
body { font: 14px/1.8 "Microsoft Yahei","微软雅黑","微軟正黑體","Microsoft YaHei New","Hiragino Sans GB","冬青黑体","Arial","Helvetica","SimHei","黑体","STXihei","华文细黑",sans-serif; margin: 0 auto; color: #454545; width: 100%; height: 100%; overflow: hidden;-webkit-tap-highlight-color:transparent;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
input, select { vertical-align: middle; }
ol, ul, li{ list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
input { outline: none; padding:0;border: 0; }
img { border: 0; }
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] ,select{ -webkit-appearance: none; border-radius: 0;}
textarea { -webkit-appearance: none; border-radius: 0; background:none; outline:none; padding:0; margin:0; border:none;}
::-moz-selection { background: #f7a300; color: #fff; text-shadow: none; }
::selection { background: #f7a300; color: #fff; text-shadow: none; }
a { text-decoration: none; blr: expression(this.onFocus=this.blur()); cursor: pointer; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; color: #666; }
a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: none; color: #4dc3d5 }
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.fc { text-align: center; }
.fr { text-align: right; }
.l { float: left; display: inline-block; }
.r { float: right; display: inline-block; }
.vt { vertical-align: top; }
.vm { vertical-align: middle; }
.inner { width:1170px; margin: 0px auto; padding:0 15px;}
.inner_100{ width:100%;}
.bg_f0 { background: #f0f0f0;}
.img_qz{ width:100%; height:auto;overflow: hidden;}
.img_qz img{transition: 300ms; width:100%; }
a:hover .img_qz img{transform: scale(1.1);}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.header-box{ width:100%; }

.header{ padding:0px 0;  background:#fff; height: 110px; }

.logo{ float:left; line-height:1; overflow:hidden; width:476px; margin-top: 20px;}
.logo img{ display:block; width:100%; height:auto;}

.header2{ height:59px; width:100%; background:#4dc3d5;}


.nav {	
	margin:0 auto;
 	 height: 59px;
 	 z-index: 999999;
}
.nav ul {
	width:100%;
}
.nav li.ho {
  width: 110px;
}
.nav li { float:left;
  text-align: center;
  position: relative;
  font-size:15px;
  height: 59px;
  line-height:59px;
  width:11.11%;
  
}
.nav li:last-child {
  border-left: 0;
  background:none;
}
.nav li a {
  color: #fff;
  display: block;
  -webkit-transition: 0.4s ease 0s;
          transition: 0.4s ease 0s;
  height:59px;
  
}
.nav li .x a{
	 color:#fff;font-size:xx-small;
}
.nav li i {
  display: none;
  width: 35px;
  height: 59px;
  background: url(../img/ico_mouse.png) no-repeat center;
  position: absolute;
  left: 14px;
  bottom: -1px;
  opacity: 0;
}
.nav li:hover a.tit {
  color: #fff;
  background:#006e7e;
}
.nav li:hover .x {
  color: #fff;
}
.nav li:hover i {
  display: block;
  -webkit-animation: 1.5s ease 0s infinite running fadeleft;
          animation: 1.5s ease 0s infinite running fadeleft;
}
.nav li.hover a.tit {
  color: #fff;
  background:#006e7e;
}

.nav li.hover i {
  display: block;
  opacity: 1;
}
.nav li.right {
  width: 151px;
}
.nav li.right:hover a.tit {
  color: #fff;
  background:url(../images/008.jpg) repeat-x;
}
.nav .sub-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 59px;
  display: none;
  z-index:9999999
}
.nav .sub-box .topbg {
  width: 100%;
  background-color: #006e7e;
   padding-bottom:20px;
   border-radius:0 0px 5px 5px;
}
.nav .sub-box p {
  padding: 2px 0;
  border-bottom: 1px solid #0c8192;
  text-align: center;
  font-size: 14px;
  height:34PX;
}
.nav .sub-box p a {
  color: #fff;
  display: block;
  line-height: 34px;
  height:34PX;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.nav .sub-box p a:hover {
  background-color: #fff;
  color: #222;
  height:34PX;
}
.nav .sub-box .botbg {
  width: 100%;
  display: block;
  height: 12px;
  /*background: url(../images/bg_88.png) no-repeat center;*/
}
.header-ri{ float:right; margin-right: 0% ;}
.header-ri a{ display:block; width:63px; height:80px; float:left; margin-left:18px; margin-top: 0px; position: relative}
.header-ri a p {  width:100%; text-align: center ;float: left; position: absolute; bottom:-10px;;}
.header-ri a:nth-child(1){ background:url(../images/002.jpg) center no-repeat;}
.header-ri a:nth-child(2){ background:url(../images/003.png) center no-repeat;}
.header-ri a:nth-child(3){ background:url(../images/mailbox.png) center no-repeat;}
.header-ri a:hover{ margin-top:0px;}

#ewm{ width:210px; height:250px; padding:5px; line-height:40px; position:absolute; right:0%; border:1px solid #ccc; background:#fff; top:93px; text-align:center; color:#352920;z-index:99999999; }
#ewm img{width:210px; height:210px}

.header .so-btn{
}
.header .so-box{
    display: none;
    position: absolute;
    top: 93px; 
    right: 0;
	left: 0;
    font-size: 14px;
    color: #333;
    height: 45px;
    border-radius: 3px;
    overflow: hidden;
    border: 0px solid #e5e5e5;
    background-color: #fff;
}
.header .so-box .txt{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 56px 0 49px;
    height: 45px;
}
.header .so-box .txt::-webkit-input-placeholder {color: #333;}
.header .so-box .txt::-moz-placeholder {color: #333; }
.header .so-box .txt::-ms-input-placeholder {color: #333;}
.header .so-box .close{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 56px;
    cursor: pointer;
    background: url(../images/close1.png) center center no-repeat;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.header .so-box .btn{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 37px;
    cursor: pointer;
    background: url(../images/so-btn2.png) right center no-repeat;
}
.header .so-box .close:hover{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.header .so-btn-m {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 13px;
    right: 5px;
    background: url(../images/so-btn1.png) center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.mtop{ display:none;}
.flexmeun{ position:fixed; right:20px; bottom:79px; z-index:99;}
.flexlist li{ margin-bottom:1px; background:#4dc3d5; position:relative; transition:320ms ease-in-out;}
.flexlist li:last-child{ margin-bottom:0;}
.flexlist li:before{ content:""; width:100%; height:100%; background:#21acc1; position:absolute; left:0; top:0; opacity:
0; transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); visibility:hidden; transition:320ms;}
.flexlist li a{ display:block; position:relative; width:49px; height:49px;}
.flexlist li:nth-child(1) a{ background:url(../images/arrow4.png) center no-repeat;}
.flexlist li:nth-child(2) a{ background:url(../images/hi1.png) center no-repeat;}
.flexlist li:nth-child(3) a{ background:url(../images/use.png) center no-repeat;}
.flexlist li:nth-child(4) a{ background:url(../images/arrow4.png) center no-repeat;}
.flexlist li:hover:before{ opacity:1; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); visibility:visible;}

/*******************************
    -------[=手机导航]-------
********************************/
.menuBtn {
    position: fixed;top: 15px;
    right: 15px;width: 28px;height: 20px;
    display: none;cursor: pointer;z-index: 1000;
}
.menuBtn em {margin-bottom: 6px;display: block;height: 3px;background-color: #4dc3d5;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.menuBtn.on em {display: none;margin: -2px 0 0; position: absolute;top: 50%;width: 30px;}
.menuBtn.on em:first-child {display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.on em:last-child {display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);}
#aside {
    display: none;
    position: fixed;
    top: 50px;left: 0;right: 0;
    background-color: #fff;
    z-index: 110;
    border-top: 2px solid #e9e9e9;
    -moz-box-shadow:0px 2px 5px rgba(0,0,0,.1); 
    -webkit-box-shadow:0px 2px 5px rgba(0,0,0,.1); 
    box-shadow:0px 2px 5px rgba(0,0,0,.1);
}
#aside .menu {}
#aside .menu li{
    font-size: 16px;
}
#aside .menu li a{
    display: block;
    color: #888;
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#aside .menu li > a{
    color: #353535;
    padding: 0 10px;
}
#aside .menu li.h-sub > a{
    background: url(../images/icon-close.png) 95% center no-repeat;
    background-size: auto 14px;
}
#aside .menu li.h-sub.open > a{
    background: url(../images/icon-open.png) 95% center no-repeat;
    background-size: 14px auto;
}
#aside .menu li a:hover{color: #000;}
#aside .sub-nav{display: none;}
#aside .sub-nav dd{padding-left: 10px;font-size: 14px;}


#aside .lg{
    padding: 10px 0 30px;
    text-align: center;
}
#aside .lg a{
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    color: #353535;
    border-bottom: 1px solid #353535;
}
#aside .lg a.on{
    color: #e84044;
    border-bottom: 1px solid #e84044;
}





/*******************************
    -------[=banner]-------
********************************/

/*首页banner图*/
.banner {
    width: 100%;
    position: relative;
}

.focus {
    width: 100%;
    position: relative;
    zoom: 1;
    overflow: hidden;
    z-index: 9;
}

.f426x240, .f160x160 {
    width: 100%;
    overflow: hidden;
    z-index: 9;
}

.rslides li {
    width: 100%;
    float: left;
    display: none;
    z-index: 9;
}

.rslides li img {
	z-index: 9;
	display:block;
}

.rslides {
    width: 100%;
    position: relative;
    z-index: 9;
    margin: 0 auto;
}

.rslides_nav {
    height: 51px;
    width: 31px;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    opacity: 1.0;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    display: none;
}

.rslides_nav:active {
	opacity: 1.0;
}

.rslides_nav.next {
	left: auto;
	right: 0;
}

.rslides_tabs {
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 9;
    left: 0%;
	width:100%;
}

.rslides_tabs li {
	display: inline;
	float: none;
	_float: left;
	*float: left;
	margin:0 5px;
}

.rslides_tabs a {
	margin-top: 0px;
	text-indent: 9999px;
	overflow: hidden;
	background:url(../images/ico1_ban.png) no-repeat center;
	display: inline-block;
	_display: block;
	*display: block;
	width: 30px;
	height: 3px;
	z-index: 9;
	*z-index: 9;
}

.rslides_tabs .rslides_here a {
	background:url(../images/ico1_banon.png) no-repeat center;
}

.banner .prev{ position:absolute; left:5%; top:50%; margin-top:-25px; background:url(../images/banprev.png) center no-repeat; z-index:222; width:70px; height:50px; display:block;}
.banner .next{ position:absolute; right:5%; top:50%; margin-top:-25px; background:url(../images/bannext.png) center no-repeat; z-index:222; width:70px; height:50px; display:block;}
.banner .prev:hover{ background:url(../images/banprevon.png) center no-repeat;}
.banner .next:hover{ background:url(../images/bannexton.png) center no-repeat;}
.indexFlashTel{display:none;}
.btnDiv{display:none;}


.tongdao {width: 100%; padding: 50px 0 50px 0; }
.tongdao ul{}
.tongdao li { width: 22%; margin: 20px 1.5%; float: left; padding: 22px 0;}
.tongdao li .img{width: 30%; margin: 0 auto;}
.tongdao li .img img { width: 100%; height: auto }
.tongdao li .txt { width: 100%; text-align: center; font-size:20px; color: #fff;}
.td_bg01{ background: #f99755}
.td_bg02{ background: #41dd94}
.td_bg03{ background: #4f7dd5}
.td_bg04{ background: #82d44e}
.td_bg05{ background: #f1516b}
.td_bg06{ background: #57cef9}
.td_bg07{ background: #f3635a}
.td_bg08{ background: #efc648}


.indexPart3{ padding-top:55px; padding-bottom:50px;width: 100%; background: #f0f0f0; }
.indexPart3 .title{ text-align:center;}
.indexPart3 .title h2{ font-size:30px; color:#010101; font-weight:inherit; padding-bottom:16px; text-transform:uppercase;}
.indexPart3 .title p { width: 28px; height: 4px; background: #d3d3d3; margin: 0 auto 35px auto;}
.indexPart3 .more{ display:block; width:120px; height:35px; line-height:35px; text-align:center; margin:0 auto; background-color:#ccc; border-radius:35px; font-size:14px; color:#fff; margin-top:35px;}
.indexPart3 .more:hover{color:#fff; background-color:#4dc3d5;}
.indexPart3 .content{}
.indexPart3 .content .imglist{ float:left; width:45%; overflow: auto;}
.indexPart3 .content .imglist .imgDiv  {max-width: 100%; position: relative; overflow: hidden; }
.indexPart3 .content .imglist .imgDiv img{width: 100%}
.indexPart3 .content .imglist .imgDiv .text{ padding:20px 2%; position: absolute; bottom: 0; background:#4dc3d5; left:0; right:0 }
.indexPart3 .content .imglist .imgDiv .text h3{ font-size:18px; color:#fff; line-height:30px; font-weight:inherit;}
.indexPart3 .content .imglist .imgDiv .text h3 a{ color:#fff;}
.indexPart3 .content .imglist .imgDiv .text h3 a:hover{ color:#d4f5fa; }
.indexPart3 .content .imglist .imgDiv .text .time{ font-size:14px; color:#eee; padding-top:5px;}
.indexPart3 .content .imglist .slick-prev{ display:block; width:20px; height:20px; background:url(../images/ico1_2prev.png) no-repeat center; position:absolute; z-index:2; bottom:20px; right:50px;}
.indexPart3 .content .imglist .slick-prev:hover{ background:url(../images/ico1_2prevon.png) no-repeat center;}
.indexPart3 .content .imglist .slick-next{ display:block; width:20px; height:20px; background:url(../images/ico1_2next.png) no-repeat center; position:absolute; z-index:2; bottom:20px; right:20px;}
.indexPart3 .content .imglist .slick-next:hover{ background:url(../images/ico1_2nexton.png) no-repeat center;}
.indexPart3 .content .nlist{ width:51%; float:right;}
.indexPart3 .content .nlist li{ height:109px; margin-bottom:16px; background-color:#ffffff; position:relative;}
.indexPart3 .content .nlist li .time{ width:129px; height:109px; text-align:center; background-color:#4dc3d5; color:#fff; float:right;}
.indexPart3 .content .nlist li .time h3{width: 25px; height: 25px; background: url(../images/009.png); background-size: 100% auto; margin:30px auto 0 auto; }
.indexPart3 .content .nlist li .time p{ font-size:18px; color:#fff; font-family:  Arial," sans-serif";}
.indexPart3 .content .nlist li .text{ margin-left:22px; margin-right:170px; padding:20px 0;}
.indexPart3 .content .nlist li .text h3{ font-size:16px; color:#333; font-weight:inherit; padding-bottom:5px; height:28px; overflow: hidden; }
.indexPart3 .content .nlist li .text h3 a{ color:#333;}
.indexPart3 .content .nlist li .text p{ font-size:13px; line-height:20px; color: #b3b3b3; height: 40px; overflow: hidden;}
.indexPart3 .content .nlist li .imgDiv{ position:absolute; right:18px; top:50%; margin-top:-45px;}
.indexPart3 .content .nlist li:hover{ background-color:#fff;}
.indexPart3 .content .nlist li:hover .time{ background-color:#4dc3d5;}
.indexPart3 .content .nlist li:hover .text h3 a{ color:#12a1b7;}


.indexPart4{ padding-top:55px; padding-bottom:50px;width: 100%; background: #fff; }
.indexPart4 .title{ width: 100%; margin-bottom: 38px;}
.indexPart4 .title h2 { font-size: 24px; font-weight: normal;color: #000000;float: left;background: url(../images/011.png) no-repeat left; height: 36px; padding-left: 18px; line-height: 36px;}
.indexPart4 .title span { float: right; width: 36px; height: 36px;}
.indexPart4 .YWlist{}
.indexPart4 .YWlist .imgon{ display:none;}
.indexPart4 .YWlist .slick{ position:relative; margin:0 15px;}
.indexPart4 .YWlist .slick .zp_img {width: 100%; height: auto;}
.indexPart4 .YWlist .slick .zp_img img {width: 100%; height: auto;}
.indexPart4 .YWlist .slick .text{  background:#4ec3d5; height: 98px; text-align:center; width:100%;}
.indexPart4 .YWlist .slick .text .name{ font-size:20px; padding-bottom:3px; padding-top: 8px; color:#fff; font-weight: bold;}
.indexPart4 .YWlist .slick .text .ks{font-size:14px; line-height: 20px; padding-bottom:0px; padding-top: 0px; color:#fff; text-align: center}
.indexPart4 .YWlist .slick:hover .imgon{ display:inline-block;}
.indexPart4 .YWlist .slick:hover .imgoff{ display:none;}
.indexPart4 .YWlist .slick:hover .text .name{ color:#fff; background:url(../images/ico2_1hron.png) no-repeat bottom center;}
.indexPart4 .YWlist .slick-prev{ position:absolute; left:-50px; width:25px; height:20px; top:50%; margin-top:-10px; background:url(../images/ico2_1prev.png) no-repeat center;}
.indexPart4 .YWlist .slick-prev:hover{background:url(../images/ico2_1prevon.png) no-repeat center;}
.indexPart4 .YWlist .slick-next{ position:absolute; right:-50px; width:25px; height:20px; top:50%; margin-top:-10px; background:url(../images/ico2_1next.png) no-repeat center;}
.indexPart4 .YWlist .slick-next:hover{ background:url(../images/ico2_1nexton.png) no-repeat center;}


.indexPart5{ padding-top:55px; padding-bottom:50px;width: 100%; background:url(../images/005.jpg) no-repeat center top; }
.indexPart5 .title{ text-align:center;}
.indexPart5 .title h2{ font-size:30px; color:#ffffff; font-weight:inherit; padding-bottom:16px; text-transform:uppercase;}
.indexPart5 .title p { width: 28px; height: 4px; background: #d3d3d3; margin: 0 auto 25px auto;}
.indexPart5 .ksjs { width: 100}
.indexPart5 .ksjs  {width: 100%; padding: 0px 0 20px 0; }
.indexPart5 .ksjs  ul{}
.indexPart5 .ksjs  li { width: 17%; margin: 20px 1.5%; float: left; padding: 22px 0; background: #fff;}
.indexPart5 .ksjs  li .img{width: 40%; margin: 0 auto;-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;}
.indexPart5 .ksjs  li .img img { width: 100%; height: auto }
.indexPart5 .ksjs  li .txt { width: 100%; text-align: center; font-size:20px; color: #595959;}
.indexPart5 .ksjs  li:hover .img{-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);}
.indexPart5 .ksjs  li:hover .txt{ color: #4dc3d5;}


.indexPart6{padding-top:55px; padding-bottom:50px;}
.indexPart6 ul{}
.indexPart6 li {width: 30.3%; margin: 0 1.5%; float: left; position: relative;}
.indexPart6 li .img { width: 100%; height: auto;}
.indexPart6 li .img img { width: 100%; height: auto;}
.indexPart6 li .txt { color: #fff;font-size: 24px; position: absolute; top:15%; left: 10%;text-shadow: 1px 1px 1px #000; }


.links { width: 100%; height: 74px; background: #2d313d; text-align: left; color: #fff; line-height: 74px;}

.links h2 { font-size: 18px; margin-right: 2px; float: left; font-weight: normal;}
.links a{  padding: 0 10px; font-size: 14px; float: left; color: #fff;}
.links a:hover{color: #9fa3af;}


.foot { padding-top: 30px; padding-bottom: 10px; }
.foot .left { width: 70%; float: left;  line-height: 26px; font-size: 13px; color: #999999; text-align: left;}
.foot .left a{color: #999999; }
.foot .left a:hover{color: #4dc3d5;}
.foot .right{width: 30%; float:right; text-align: right;}
.foot .right img { width: 114px; }

.footer_tabbar{width:100%; height:42px; margin:0 auto; position:fixed; bottom:0; left:0; background:#4dc3d5; z-index:1000; font-family:'iconfont' }
.footer_tabbar a{display:block; width:33.333%; height:42px; line-height: 42px; float:left; text-align:center; color: #fff; font-size: 18px;}
.footer_tabbar { display: none;}
/*矢量图标*/
@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" !important;
  font-size:22px;
  font-style:normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;*/
}




.pbanner { position: relative; overflow: hidden;  color: #fff;  }
.pbanner a:link, .pbanner a:visited { color: #fff; }
.pbanner a:active, .pbanner a:hover { color: #fff; }
.pbanner .load-img { display: block; width: 100%; }
.pbanner-C a:link, .pbanner-C a:visited{ color: #fff;}
.pbanner-C a:active,.pbanner-C a:hover { color: #fff;}
.pbanner-C{ position: absolute; left: 10%; top: 35%; width: 80%; text-align: center; color: #fff;}
.pbanner-C article{ position: relative;}
.pbanner-C .c{ overflow: hidden;}
.pbanner-C .zh{ font-size: 30px; line-height: 1.2; font-weight: bold;}
.pbanner-C .en{ font-size: 36px; text-transform: uppercase; font-family: "Humanst521 BT";}
.pbanner-C .bot{ width: 0px; height: 4px; display: block; margin: 20px auto 0; background-color: #fff; opacity: 0; transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s; -webkit-transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s;}
.pbanner-C .c span{ display: block; opacity: 0; transform: translate(0px,100%); -webkit-transform: translate(0px,100%); transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s; -webkit-transition: all .5s cubic-bezier(0.445, 0.145, 0.355, 1) 0.2s;}
.pbanner-C.inview  .c span{ transform: translate(0px,0px); -webkit-transform: translate(0px,0px); opacity: 1;}
.pbanner-C.inview  .bot{ width: 50px; opacity: 1;}




.neiye { padding: 0px 0 60px 0; background:#fff; }
.n_title { width: 100%;  padding-bottom: 10px;   border-bottom: 1px solid #ccc; }
.n_title h2{font-size: 28px;margin-right: 15px;color: #333; float: left; font-weight: normal;}
.n_title span{font-size: 12px;padding-top: 20px;color: #999;float: left;}
.n_title span a{color: #999;}

.searchbar{ border: 1px solid #eeeeee;width:183px; height:26px; float:right; margin-top:15px; margin-right:0px; position:relative}
.searchbar input {
           
			height:20px;
	line-height: 26px;
			padding-left:10px;
            border: none;
			outline:none;
	font-family: "Microsoft Yahei","微软雅黑";
	color: #999;
	
        }
.searchbar input.search-btn{
	position:absolute;
	float:right;
	border: none;
	width: 16px;
	right:15px;
	top:15px;
	margin-top:-10px;
	height: 16px;
	background: url(../images/x_004.jpg) no-repeat center;
	cursor: pointer;
}
.pagenavph{ display:none;}
#n_content{overflow:hidden; zoom:1; margin-top: 40px;}
.n_left{width:20%; margin-bottom:-3000px; padding-bottom:3000px;float:left;}
.n_right{float:right;width:77%; border: 1px solid #eee; padding-bottom:40px;}
.n_right .n_add{height:62px; background:#eee; width:100%; font-size:14px; color:#999; text-indent: 1em; line-height:62px;}
.n_right .n_add a{color:#999; }
.n_right .n_add a:hover{color:#333; }
.n_r_bg{background:#eeeeee;}


/*左侧*/
.g_208{ float:left; width:100%;  position:relative; z-index:1; height:62px; background:#4dc3d5; line-height:62px; font-size:20px; color:#FFF; text-indent:30px;border:1px solid #4dc3d5; margin-bottom:20px;} 
.pz_SideLayer{ float:left; width:100%; border-top:0;}
.pz_SideLayer .l1{ float:left; width:100%;  line-height:48px; color:#333333; margin-bottom:10px; }

.pz_SideLayer .l1 .l1_a{ float:left; width:90%;border:1px solid #eee; height:48px; padding-left:10%; color:#333; font-size:14px;-webkit-transition: 0.4s ease 0s;
          transition: 0.4s ease 0s;;}
.pz_SideLayer .l1 .l1_a:hover,
.pz_SideLayer .l1 a.hover{ float:left; width:90%;border:1px solid #eee; height:48px; padding-left:10%; background:#f0f0f0; color:#21abc0; font-weight:bold;}
.pz_SideLayer .l1 .l1_a.l1_bg{ background:url(../images/g2.png) no-repeat 183px center;}
.pz_SideLayer .l1.on .l1_a.l1_bg,
.pz_SideLayer .l1 .l1_a:hover.l1_bg{ background:url(../images/g3.png) no-repeat 183px center #f0f0f0; color:#53b08a; font-weight:bold;}
.pz_SideLayer .l1_ul{ float:left; width:187px; padding:0 12px 9px 9px; background:#f0f0f0;}
.pz_SideLayer .l1_ul .l2{ float:left; width:187px; line-height:32px;}
.pz_SideLayer .l1_ul .l2  .l2_a{ float:left; width:165px; height:32px; padding-left:22px; color:#666666; background:url(../images/g4.png) no-repeat 13px center;}
.pz_SideLayer .l1_ul .l2  .l2_a:hover,
.pz_SideLayer .l1_ul .l2  .l2_a.hover{ float:left; width:165px; font-weight:bold; height:32px; padding-left:22px; color:#eb0c15s; background:url(../images/g5.png) no-repeat 13px center;}
.n-l-bot{ float:left; width:100%;border-left:1px solid #dedede; border-right:1px solid #dedede; border-bottom:4px solid #202a5c; height:300px; }

.n_title_x{float:right;width:77%;font-size: 18px;color: #333;padding-top: 10px;}
.n_right .title{ text-align:center; font-size:24px; color:#4dc3d5; margin-top:30px;}
.n_right .editBody{font-size: 14px;color: #666; padding:0px 30px; }
.n_right .editBody p{display: block;text-indent: 2em;  line-height:28px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px}
.n_right .editBody h2 {font-size: 18px;color: #333;text-indent: 1.7em; margin:30px 0 20px 0;}
.n_right .editBody h3 {font-size: 18px;color: #333; font-weight: normal;margin-top: 25px;line-height: 30px;}
.n_right .editBody img { max-width: 100%; height: auto;}

.n_tu {width:77%;height:auto; float:right; margin-bottom: 10px; }
.n_tu img{width: 100%;height: auto}


.honor1{ position:relative; }
.honor1 .contentBox{ padding-top:0px;}
.honor1 .box{ padding:30px 10px; }
.honor1 .box .text{ margin-bottom:10px; width: 33.3%; float: left;}

.gallery2{width:220px; height:auto;  margin:0 auto 20px auto;transition: 300ms; padding:10px; border: 1px solid #eee; border-radius: 8px;}
.gallery2 .img_box{ width:220px; height:166px; line-height:0px; margin:0 auto; text-align:center;vertical-align:middle;display:table-cell; }
.gallery2 .img_title{width:100%; text-align:center; padding:13px 0px;color: #57493d;font-size: 14px;line-height: 26px;background-color:#fff;transition: 300ms;}
.gallery2 .img_title a{color: #666;}
.gallery2:hover{background-color:#fafafa;color:#fff}
.gallery2:hover .img_title{background-color:#4dc3d5}
.gallery2:hover .img_title a{color: #fff;}

/*
-----------------[新闻动态]--------------*/
.news1{  padding:0 30px; margin-top:30px; }
.news1 li{ padding-bottom:30px; margin-bottom:30px; border-bottom:1px #cccccc solid; position: relative;}
.news1 li .imgDiv{ float:left; width:210px; overflow:hidden;}
.news1 li .imgDiv img{ width:100%; transition:ease 0.3s; -webkit-transition:ease 0.3s; -moz-transition:ease 0.3s; -o-transition:ease 0.3s;}
.news1 li .imgDiv:hover img{ transform:scale(1.2); -webkit-transform:scale(1.2);}
.news1 li .text{ float:left; width:580px; padding:0 0px 0 30px; background:url(../images/ico18_1hr.png) no-repeat right center;}
.news1 li .text h3{ font-weight:inherit; font-size:16px; color:#333; padding-bottom:0px; margin-bottom:10px; }
.news1 li .text h3 a{ color:#333;}
.news1 li .text h3 a:hover{ color:#4dc3d5;}
.news1 li .text p{ font-size:14px; color:#8b8b8c; line-height: 21px; height: 46px;  overflow: hidden;}
.news1 li .text .time{ font-size:13px; color:#8b8b8c; position: absolute; bottom: 35px;}

.phmore{ display:none;}
.pageNum{ text-align:center; font-size:14px; color:#8b8b8c; margin-top:50px; margin-bottom: 30px;}
.pageNum span a{ color:#8b8b8c; padding:5px 10px; margin:0 3px; border: 1px solid #dddddd;}
.pageNum span a:hover,.pageNum span a.aNow{ color:#fff; background:#4dc3d5;border: 1px solid #4dc3d5; background-size:100% 100%; box-shadow:0 0 0px rgba(236,108,33,0.5);}
.pageNum .imgon{ display:none;}
.pageNum .prev{ margin-right:10px;  }
.pageNum .prev:hover .imgoff{ display:none;}
.pageNum .prev:hover .imgon{ display:inline-block;}
.pageNum .next{ margin-left:10px; height: 25px;}
.pageNum .next:hover .imgoff{ display:none;}
.pageNum .next:hover .imgon{ display:inline-block;}

.info1{  padding:0 30px; margin-top:20px; }
.info1 li{ height:33px; line-height:33px; font-size:14px; color:#999; position:relative; }
.info1 li:nth-child(6n){ background:url(../images/xian.jpg) repeat-x left bottom;  margin-bottom: 20px;   padding-bottom: 20px;}
.info1 li .name{ padding-right:100px;}
.info1 li a{ color:#666; display:block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;    font-style: normal;background: url(../images/dot.png) no-repeat left center; padding-left: 12px;}
.info1 li a:hover{ color:#4dc3d5;}
.info1 li .time{ position:absolute; right:0; top:0;color: #ccc;}

.n_news_title { padding:0 30px;margin-top:20px;}
.n_news_title h2{font-size: 22px;text-align: center;color: #333;line-height: 180%; font-weight: normal;}
.n_news_title p{color: #999;font-size: 14px;margin-top: 10px;margin-bottom: 10px;text-align: center; border-bottom: 1px solid #cccccc; padding-bottom: 10px;}

.n_right .news_editBody{font-size: 14px;color: #666;  text-align: center;padding:0 30px;}
.n_right .news_editBody p{
    padding: 10px 0 10px 0;
    line-height: 21px;
    text-indent: 0em;
text-align: left;}
.n_right .news_editBody h2 {font-size: 14px;color: #333;}
.n_right .news_editBody h3 {font-size: 18px;color: #333; font-weight: normal;margin-top: 25px;line-height: 30px;}
.n_right .news_editBody img {max-width: 100%; height: auto; margin: 10px auto 0 auto;text-indent:0; text-align: center;}

.detailsshare{ position:relative; padding-top:30px; padding-right:30px;}
.detailsshare .share{ height:27px; padding:20px 0; border-bottom:1px #eee solid;}
.detailsshare .share em{ font-size:14px; color:#8d8d8d; line-height:27px; float:left; font-style:normal}
.detailsshare .share li{ float:left; margin-left:10px;}
.detailsshare .bottomDiv{ padding-top:20px;}
.detailsshare .bottomDiv a{ font-size:14px; color:#333;}
.detailsshare .bottomDiv em{ font-size:14px; color:#333; font-weight:bold; font-style:normal}
.detailsshare .bottomDiv a:hover{ color:#ef9117;}
.detailsshare .bottomDiv .left{ float:left; text-indent:10px;}
.detailsshare .bottomDiv .left .getDiv{ padding-bottom:10px;}
.detailsshare .bottomDiv .right{ float:right; margin-top:10px;}
.detailsshare .bottomDiv .right .backbtn{display:block; font-size:14px; text-align:center; color:#8b8b8c; line-height:40px; width:120px; height:40px; border:1px #eee solid;}
.detailsshare .bottomDiv .right .backbtn:hover{ color:#fff; background-color:#ec6c21; border:1px #ec6c21 solid;}
.detailsshare .flshare{ float:right; width:242px;}

.mapwr{ border:1px solid #ccc;width:100%; margin: 30px auto;}
.map{ width:100%; height:510px; text-indent: 0em;}


.ks_box{padding:0 30px; }
.ks_box .name{border-bottom: 1px solid #4dc3d5;  margin-bottom: 30px;margin-top:20px; }
.ks_box .name h2{ height: 40px; line-height: 40px; background:#4dc3d5; color: #fff; font-weight: normal; text-align: center;font-size: 20px; width: 150px;}
.ks_box ul{}
.ks_box li { width: 130px; text-align: center; line-height: 40px; margin-bottom: 20px; border: 1px solid #ddd; color:#333; margin-right: 20px; float: left;}
.ks_box li:hover{background:#4dc3d5;color: #fff;border: 1px solid #4dc3d5;}


.ks_box .editBody_ks{font-size: 14px;color: #666; }
.ks_box .editBody_ks p{display: block;text-indent: 2em;  line-height:28px;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px}
.ks_box .editBody_ks h2 {font-size: 18px;color: #333;text-indent: 1.7em; margin:30px 0 20px 0;}
.ks_box .editBody_ks h3 {font-size: 18px;color: #333; font-weight: normal;margin-top: 25px;line-height: 30px;}
.ks_box .editBody_ks img { max-width: 100%; height: auto;}

.experts1{ position:relative; }
.experts1 .contentBox{ padding-top:0px;}
.experts1 .box{ padding:30px 10px; }
.experts1 .box .text{ margin-bottom:10px; width: 33.3%; float: left;}

.gallery2_zj{width:220px; height:auto;  margin:0 auto 20px auto;transition: 300ms;  border: 1px solid #eee; }
.gallery2_zj .img_box{ width:220px; height:261px; line-height:0px; margin:0 auto; text-align:center;vertical-align:middle;display:table-cell; }
.gallery2_zj .img_title{width:100%; text-align:center; padding:13px 0px;color: #57493d;font-size: 14px;line-height: 26px;background-color:#f5f5f5;transition: 300ms;}
.gallery2_zj .img_title h2{font-size: 16px;line-height: 26px; color: #4dc3d5; }
.gallery2_zj .img_title h2 span{font-size: 14px; font-weight: normal; padding-left: 8px}
.gallery2_zj .img_title h3{color: #666;font-size: 12px;line-height: 26px;font-weight: normal; }
.gallery2_zj:hover{background-color:#fafafa;color:#fff}
.gallery2_zj:hover .img_title{background-color:#4dc3d5}
.gallery2_zj:hover .img_title h2,.gallery2_zj:hover .img_title h3{color: #fff;}


.m-details{ position: relative; padding: 0 30px;}
.m-details dl{overflow: hidden;padding: 30px 0px 20px; }
.m-details dt{float: left;width: 250px;}
.m-details dd{ margin-left:280px;color: #888;font-size: 14px;}
.m-details .pic{margin: 0px auto;overflow: hidden; width: 99%;}
.m-details .pic img{display: block;max-width:100%;margin: 0px auto;height:auto;}
.m-details .slider .item{outline: 0;}
.m-details .slick-dots{text-align: center; position: absolute ; }
.m-details .slick-dots li{display: inline-block;margin: 0 6px;}
.m-details .slick-dots button{display: block;width: 78px;height: 3px;background-color: #bfbfbf;border: none;text-indent: -9999em;outline: 0;cursor: pointer;}
.m-details .slick-dots .slick-active button{background-color: #68b92e;}
.m-details .txt{ margin-top: 30px;}
.m-details .txt h2{color: #4dc3d5;font-size: 24px;line-height: 32px;height: 40px;margin:0px 0 31px;}
.m-details .txt h2 span{font-size: 14px; font-weight: normal; padding-left: 8px}

.m-details .txt .dordescp{padding-top: 27px;border-top:1px solid #ccc;}

.hrList{ margin: 20px 30px 20px 30px; font-size: 14px;}
.hrList .hspan{ text-align:center;cursor:pointer; width: 16%; display: block; float: left; height: 50px; line-height: 50px;}
.hrList .hspan1{ text-align: left; padding-left: 5%; width:31%;}
.hrList .hrdt{ background-color: #4dc3d5; color: #fff;}
.hrList dd{ margin-bottom: 3px; position: relative; background-color: #fff;}
.hrList .hrdt{ height: 50px; overflow: hidden;}
.hrList .hrT{ background-color: #f2f2f2; color:#666666;}
.hrList .hrT .hspan{ line-height: 50px; height: 50px;}
.hrList .ib{ width:16px; height:16px; margin: 17px auto 0px; display: block; position:relative; transition:400ms;-webkit-transition:400ms;}
.hrList .ib i{ display:block; background-color:#999999;}
.hrList .ib .ic1{ width:2px; height:16px; margin-left:7px;}
.hrList .ib .ic2{ width:16px; height:2px; position:absolute; left:0; top:50%; margin-top:-1px;}
.hrList .hrB{ border: 1px solid #383635; display: none;}
.hrList .hrCon{ width: 91%; margin: 0px auto; padding:30px 0px 50px; overflow: hidden;}
.hrList dd.active .hrT,.hrList dd:hover .hrT{ background-color:#2d313d; color: #fff;}
.hrList .active .ib i,.hrList dd:hover .ib i{ background-color: #fff;}
.hrList .active .ib{transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-moz-transform:rotate(90deg);}
.hrList .active .ib .ic2{ display: none;}
.join-box-btn{ padding-top: 30px;}
.join-box-btn .btn{ float: left; display: block; background-color: #4dc3d5; color: #fff; padding: 10px 40px; font-size: 14px;}
.join-box-btn .btn:hover{ background-color: #2d313d; color: #fff;}


.n_right .editBody_zj{font-size: 14px;color: #888888; padding:0px 10px; margin-top: 10px; }
.n_right .editBody_zj .ptdan112{display: block;text-indent: 0em;  line-height:28px;border-bottom: 1px dashed #eee; padding-bottom: 20px; margin-bottom: 20px;}
.n_right .editBody_zj h2 {font-size: 18px;color: #333; margin-bottom:10px; }
.n_right .editBody_zj p span{}
.n_right .editBody_zj p h3 {font-size: 18px;color: #333; font-weight: normal;margin-top: 25px;line-height: 30px;}
.n_right .editBody_zj img { max-width: 100%; height: auto;}


/*分页样式*/

.page_nav{text-align:center; width:100%; padding: 20px 0 40px 0;}
.pages{ display:inline-block; margin:auto; font-size:12px; height:25px; line-height:25px;}
.pages li{display: inline-block;margin: 0 5px;}
.pages li.disabled a{color:#7b7b7b;}
.pages li.active a{color:#fff; background:#57b6e7;}
.pages li a{ display:inline-block;text-align:center; height:25px; line-height:25px; color:#7b7b7b;}
.pages li a.prev{ width:45px;}
.pages li a.last{ margin-left:8px;}
.pages li a:hover{ color:#fff; background:#57b6e7;}
.pages li a.prpage{ width:25px;}
.pages li a.pre{ margin-right:8px;}
.pages li a.nex{ margin-left:8px;}
.pages li a.nuble{ width:32px; margin-right:1px;}
.pages li a.act{ color:#fff; background:#57b6e7;}
.pages span.rows{float:left;  text-align:center; height:25px; line-height:25px; color:#7b7b7b; margin: 0px 10px; padding: 0px 10px;}





.content_pic{ width:100%; text-align:center; padding-bottom:20px; padding-top:30px; position:relative;text-align: center;}
.content_pic img{ max-width:800px; max-height: 500px}

.nexts{width:40px; height:100px; position:absolute; left:0; top:50%; margin-top: -50px}
.nextx{width:40px; height:100px; position:absolute; right:0; top:50%; margin-top: -50px}
.nexts a{ width:40px; height:100px; display:block; background:url(../images/jt.png) left top no-repeat}
.nextx a{ width:40px; height:100px; display:block; background:url(../images/jt.png) left bottom no-repeat}
.nexts a:hover{ background:url(../images/jt.png) center top no-repeat}
.nextx a:hover{background:url(../images/jt.png) center bottom no-repeat}
.nexts span{ width:40px; height:100px; display:block; background:url(../images/jt.png) right top no-repeat}
.nextx span{ width:40px; height:100px; display:block; background:url(../images/jt.png) right bottom no-repeat}