/* wei CSS styles */

.detail{background:#fff}
.detail-h2{margin:40px 0;text-align:center;font-size:150%}
.detail-h3{color:#1f8dd6}
.detail-p{color:#7f8c8d}
.detail-mb{margin-bottom:30px}
.hope{padding:50px 0;background:#0bb59b}
.hope-img{text-align:center}
.hope-hr{border-color:#149C88}
.hope-title{font-size:140%}
.about{padding:40px 0;background:#fff;color:#7f8c8d}
.about-color{color:#34495e}
.about-title{padding:30px 0 50px 0;text-align:center;font-size:180%}
.footer p{margin:0;padding:15px 0;background:#2d3e50;color:#7f8c8d;text-align:center}

.am-topnav {
margin: 0 auto;
width: 100%;
}
/* LOGO */
.am-logo {
margin: 0;
float: left;
padding: 0 0 0 30px;
font-size:0rem;
height: 86px;
line-height: 86px;
}

.am-logo a { display:block;}
.am-logo a:hover img { animation: moveLogo 1s ease-in-out; -webkit-animation: moveLogo 1s ease-in-out; }

@-webkit-keyframes moveLogo {
    0% { -webkit-transform: rotateY(0deg); }
    20% { opacity: 1; }
    25% { opacity: 0; }
    30% { opacity: 1; }
    50% { -webkit-transform: rotateY(180deg); }
    70% { opacity: 1; }
    75% { opacity: 0; }
    80% { opacity: 1; }
    100% { -webkit-transform: rotateY(0deg); }
}

@keyframes moveLogo {
    0% { transform: rotateY(0deg); }
    20% { opacity: 1; }
    25% { opacity: 0; }
    30% { opacity: 1; }
    50% { transform: rotateY(180deg); }
    70% { opacity: 1; }
    75% { opacity: 0; }
    80% { opacity: 1; }
    100% { transform: rotateY(0deg); }
}

/* NAV-R */
.navr-a1 { margin-right:20px;}
.navr-a1 a {
color: #fff;
display: inline-block;
border-radius: 1000px;
margin-bottom: 0;
padding: .4em 1.5em;
font-size: 1.6rem;
font-weight: 400;
line-height: 1.2;
text-align: center;
white-space: nowrap;
background-image: none;
cursor: pointer;
outline: 0;
-webkit-appearance: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: background-color .3s ease-out,border-color .3s ease-out;
transition: background-color .3s ease-out,border-color .3s ease-out;
}

.navr-img { background:url(../../images/navrimgf.jpg) left center no-repeat;}
.navr-img a { width:61px; height:86px; display:block;-webkit-transition: background-color .3s ease-out,border-color .3s ease-out;transition: background-color .3s ease-out,border-color .3s ease-out; }
.navr-img a:hover { background-color:#01a6ff;}
a.icon-kf { background: url(../../images/navkf.png) no-repeat center center;}
a.icon-kf:hover { background-image:url(../../images/navkfbai.png);}
a.icon-hover { text-align:center; color:#b6b6b6; line-height:86px; font-size:25px;-webkit-text-stroke-width: 0.2px;}
a.icon-hover:hover { color:#FFF;}

/* NAV-R-search */

.sb-search {
	position: relative;
	width: 0;
	min-width: 61px;
	height: 86px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	outline: none;
	background-color:#01a6ff;
	width: 100%;
	height: 86px;
	margin: 0;
	z-index: 10;
	padding: 20px 20px 20px 65px;
	font-family: inherit;
	font-size: 14px;
	color: #fff;
	
}

.sb-search-input::-webkit-input-placeholder {
	color: #fff;
}

.sb-search-input:-moz-placeholder {
	color: #fff;
}

.sb-search-input::-moz-placeholder {
	color: #fff;
}

.sb-search-input:-ms-input-placeholder {
	color: #fff;
}

.sb-search .am-icon-search,
.sb-search-submit  {
	width: 61px;
	height: 86px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 86px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #01a6ff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
}

.sb-search .am-icon-search {
	color: #b6b6b6;
	z-index: 90;
	font-size: 22px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color .3s ease-out,border-color .3s ease-out;transition: background-color .3s ease-out,border-color .3s ease-out; 
}
.sb-search .am-icon-search:hover {background: #01a6ff;color: #fff;}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 280px;;
}

.sb-search.sb-search-open .am-icon-search,
.no-js .sb-search .am-icon-search {
	background: #01a6ff;
	color: #fff;
	z-index: 11;
	
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

.sb-search .sb-search-input { display:none;}
.sb-search-open .sb-search-input { display: block;}


/* MENU */
.menuon { margin-top:15px;}
.menuBtn{width:50px; height:50px; position:relative; z-index:51; cursor:pointer;}
.menuBtn .line{-webkit-transition:300ms;-moz-transition:300ms;transition:300ms; width:34px; height:3px; margin:0 0 0 -17px; border-radius:10px; background:#01a6ff; position:absolute; left:50%;}
.menuBtn .line1{ -webkit-transition:300ms 50ms;-moz-transition:300ms 50ms;transition:300ms 50ms; top:14px;}
.menuBtn .line2{ -webkit-transition:300ms 100ms;-moz-transition:300ms 100ms;transition:300ms 100ms; top:24px;}
.menuBtn .line3{ -webkit-transition:300ms 150ms;-moz-transition:300ms 150ms;transition:300ms 150ms; top:34px;}
.menuBtn .line4{ -webkit-transition:300ms 50ms;-moz-transition:300ms 50ms;transition:300ms 50ms; top:24px; opacity:0; margin:-21px 0 0 -37px; -webkit-transform:rotate(45deg);-moz-transform: rotate(45deg);transform: rotate(45deg);}
.menuBtn .line5{ -webkit-transition:300ms;-moz-transition:300ms;transition:300ms; top:24px; opacity:0; margin:-21px 0 0 4px;-webkit-transform:rotate(-45deg);-moz-transform: rotate(-45deg);transform: rotate(-45deg);}

.menuBtnShow .line1{ -webkit-transition:300ms;-moz-transition:300ms;transition:300ms; opacity:0; margin:0 0 0 -41px;}
.menuBtnShow .line2{ -webkit-transition:300ms 50ms;-moz-transition:300ms 50ms;transition:300ms 50ms; opacity:0; margin:0 0 0 7px;}
.menuBtnShow .line3{ -webkit-transition:300ms 100ms;-moz-transition:300ms 100ms;transition:300ms 100ms; opacity:0; margin:0 0 0 -41px;}
.menuBtnShow .line4{ -webkit-transition:300ms 200ms;-moz-transition:300ms 200ms;transition:300ms 200ms; opacity:1; margin:0 0 0 -17px;}
.menuBtnShow .line5{ -webkit-transition:300ms 250ms;-moz-transition:300ms 250ms;transition:300ms 250ms; opacity:1; margin:0 0 0 -17px;}
.menuBtnShow-low{ background:url(../../images/close.png) no-repeat center;}
.menuBtnShow-low .line{ display:none;}


/* BANNER */

.slide{ width:100%;background:#fff; height:100%; overflow:hidden; position: fixed; left:0; top:0;z-index: -1;}
.slide .imgs{ width:9999px; height:100%; position:absolute; left:0; top:0; padding:0; margin:0;list-style: none;}
.slide li{ width:1920px; height:100%; float:left; overflow:hidden; position:relative;}
.slide li img { position:relative;}

.banner{ overflow:hidden; position:relative; margin-top:-86px;}
.banner .slideText{ width:886px; text-align:center; position:absolute;left: 50%;bottom: 20px;margin: 0 0 0 -280px;}
.banner .bannfbt{ width:100%; text-align:center; position:absolute;left:0;bottom:10%; display:none;}
.banner .r1Img{ width:100%; height:262px; overflow:hidden; position:relative;}
.banner .r1Img .ban-txt { background:url(../../images/bannerfbg.png) center no-repeat;display:none; width:100%; height:100%; position:absolute; left:0; top:0;}
.banner .r1Img .ban-txt .ban-nr {width:350px; float:right; text-align:left; margin-top:45px; margin-right:30px; overflow:hidden;}
.banner .r1Img .ban-txt  h3 { color:#FFF; font-size:24px; font-weight:300; margin-bottom:1rem;}
.banner .r1Img .ban-txt  p { color:#FFF; font-size:14px;margin-top:1rem;}

.banner .btns{ width:48px;height:32px; text-align:center;  position:relative;display: inline-block;}
.banner .btns span{ width:28px; height:32px; position:absolute; left:0; margin:0 10px; display:none;}
.banner .btns .cur{display:block; color:#FFF;}
.banner .btns .cur i { color:#01a6ff; font-style:normal;}

.banner .btnlr { text-align:right;margin:20px 0;}
.banner .btnlr a{ background-image:url(../../images/btnsico.png);width:18px; height:32px; display: inline-block;transition:200ms;}
.banner .btnlr a.btnLeft { background-position:0 0;}
.banner .btnlr a.btnRight {background-position:-54px 0;}
.banner .btnlr a.btnLeft:hover { background-position:-18px 0;}
.banner .btnlr a.btnRight:hover {background-position:-36px 0;}


/* PROJECT-MAIN */

.indx-center { background:#FFF;}

.menu-w{ width:100%; text-align:left; padding-top:17px; padding-bottom:30px;}
.menu-w .am-nav-tabs { border:none;text-align: right;padding: 0 60px;}
.menu-w .am-tabs-bd { overflow:hidden; border:none;}
.menu-w .am-nav-tabs>li { display:inline-block; float:none; margin:0;}
.menu-w .am-nav-tabs>li>a {padding:0 18px; cursor:pointer; color:#555;font-size:14px; margin:0px 3px;-webkit-transition: background-color .3s ease-out,border-color .3s ease-out;transition: background-color .3s ease-out,border-color .3s ease-out;border-radius: 1000px;height:26px; border:0;line-height: 26px;outline:none;}
.menu-w .am-nav-tabs>li>a:hover,.am-nav-tabs>li.am-active>a {background:#01a6ff; color:#FFF;border:0; }
.menu-w .am-tabs-bd .am-tab-panel { padding:0;}
.menu-w .am-nav-tabs > li.am-active > a,.menu-w .am-nav-tabs > li.am-active > a:focus,.menu-w .am-nav-tabs > li.am-active > a:hover {background:#01a6ff; color:#FFF;border:0; outline:none; }

/*.menu-w .hd{ height:26px; line-height:26px; padding:0 20px;position:relative;  }
.menu-w .hd ul{ float:left; position:absolute; right:60px; top:0; height:26px; list-style:none;}
.menu-w .hd ul li{ float:left; padding:0 18px; cursor:pointer; color:#555;font-size:14px; margin:0px 3px;-webkit-transition: background-color .3s ease-out,border-color .3s ease-out;transition: background-color .3s ease-out,border-color .3s ease-out;border-radius: 1000px;height:26px; }
.menu-w .hd ul li:hover,.menu-w .hd ul li.on{background:#01a6ff; color:#FFF; }
*/
.menu-n .inhd{position:relative;z-index:99; margin-top:5px; padding-top:24px; padding-bottom:28px;}
.menu-n .inhd ul{ background-color:#01a6ff; zoom:1;list-style:none; padding:0px 36px 0px 36px;; margin:0; display:inline-block;}
.menu-n .inhd ul li{ margin:15px 36px; text-align:center; float:left; cursor:pointer; color:#FFF;position:relative;z-index:99;}
.menu-n .inhd ul li h4 { width:108px; height:32px;font-weight:normal; font-size:1.6rem; margin:0; line-height:32px; text-align:left; padding-left:13px;}
.menu-n .inhd ul li.on,.menu-n .inhd ul li:hover{ background:url(../../images/menunbt.png) #0160b0 90px center no-repeat;color:#fff;-webkit-transition: background-color .3s ease-out;transition: background-color .3s ease-out;}

.menu-n .inbd ul { margin-top:24px;}
.menu-n .inbd li { display:inline-block; width:330px; height:400px; border:1px #b6b6b6 solid; padding:9px; position:relative; margin:16px 17px;text-align: left;vertical-align: top;}
.menu-n .inbd li::before {width:41px; height:41px;content:'';border-left:3px #01a6ff solid;border-top:3px #01a6ff solid; position:absolute;top:-2px; left:-2px;}
.menu-n .inbd li::after {width:41px; height:41px;content:''; border-right:3px #01a6ff solid;border-bottom:3px #01a6ff solid; position:absolute;bottom:-2px; right:-2px;}

.indx-imglb { text-align: center;}
a.indx-xm { color:#555555; font-weight:600; position:relative; display:block;line-height: 2em; padding:0 15px;}
a.indx-xm::before{ width:36px; height:2px;content:''; background-color:#cccccc; position:absolute;bottom:0; left:15px;}
.am-list-news-default .am-list .indx-jj { color:#888;-webkit-line-clamp: 4; font-size:1.2rem; line-height:1.7em;max-height: 6.8em; margin-top:1em;padding:0 15px;}
.menu-n .inbd li .indx-nr { height:100%;background-color:#f6f6f6;-webkit-transition: background-color .3s ease-out;transition: background-color .3s ease-out;}
.menu-n .inbd li:hover .indx-nr{ background-color:#01a6ff}
.menu-n .inbd li:hover a.indx-xm::before{ background-color:#fff}
.menu-n .inbd li:hover .indx-jj,.menu-n .inbd li:hover .indx-xm{ color:#FFF;}

.indx-lbmo a { width:120px; height:50px; background:url(../../images/menunbt.png) #01a6ff 90px center no-repeat; display:block; color:#FFF; float:right; line-height:50px; padding-left:25px; margin-right:60px;-webkit-transition: background-color .3s ease-out;transition: background-color .3s ease-out;}
.indx-lbmo a:hover { background-color:#0385cb;}

/*.inhd figcaption{position:absolute;top:-39px;left:40px;z-index:-1;width:104px;height:120px;color:#FFF;text-transform:uppercase;font-size:1.25em;backface-visibility:hidden;}
.inhd figcaption::after,.inhd figcaption::before{position:absolute;top:0;right:0;bottom:0;left:0;content:'';opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;}
.inhd figcaption::before{border-top:1px solid #048ce2;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;transform-origin:0 0;}
.inhd figcaption::after{border-left:1px solid #048ce2;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 100%;transform-origin:100% 100%;}
.inhd li.on figcaption::after,.inhd li.on figcaption::before,.inhd li:hover figcaption::after,.inhd li:hover figcaption::before{border-width:4px;opacity:1;-webkit-transform:scale(1);transform:scale(1);}

.inhd span{position:absolute;top:-39px;left:40px;z-index:-1;width:104px;height:120px;color:#FFF;text-transform:uppercase;font-size:1.25em;backface-visibility:hidden;}
.inhd span::after,.inhd span::before{position:absolute;top:0;right:0;bottom:0;left:0;content:'';opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;}
.inhd span::before{border-bottom:1px solid #048ce2;-webkit-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:100% 0;transform-origin:100% 0;}
.inhd span::after{border-right:1px solid #048ce2;-webkit-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;transform-origin:100% 0;}
.inhd li.o.in span::after,nhd li.on span::before,.inhd li:hover span::after,.inhd li:hover span::before{border-width:4px;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
*/
/* NEWS-MAIN */

.indx-news {padding-top:30px; padding-bottom:10px; padding-left:1%;padding-right:1%;position:relative}

.indx-news .am-slider {width:100%;height:auto;border:1px #b6b6b6 solid; padding:10px; margin:0;}
.indx-news .am-slider::before {width:41px; height:41px;content:'';border-left:3px #01a6ff solid;border-top:3px #01a6ff solid; position:absolute;top:-2px; left:-2px;}
.indx-news .am-slider::after {width:41px; height:41px;content:''; border-right:3px #01a6ff solid;border-bottom:3px #01a6ff solid; position:absolute;bottom:-2px; right:-2px;}

.slide-navdiy { z-index:99; margin-left:-10px}
.slide-navdiy .news-fdcent { position:absolute; top:80px; left:0; color:#888; font-size:1.6rem; line-height:2.2rem;text-indent:0; text-align:left; opacity:0;-webkit-transition:opacity .6s;transition:opacity .6s; z-index:1; background-color:#f6f6f6; padding:20px 30px 45px 20px;}
.slide-navdiy .news-fdcent time { margin-top:10px;}
.slide-navdiy .news-fdcent h2 { font-size:1.8rem; color:#01a6ff; margin:5px 0px; padding-left:10px;-webkit-transition:color .7s .5s,padding-left 0.5s;transition:color .7s .5s,padding-left 0.5s;}
.slide-navdiy .news-fdcent p { margin:15px 0 0; font-size:1.4rem;}
.slide-navdiy a.am-active .news-fdcent { opacity:1; z-index:9;color:#888;}
.slide-navdiy a.am-active .news-fdcent h2 {color:#555;padding-left:0;}

.indx-newslb { list-style:none;}
.indx-newslb li { margin-left:20px;}
.indx-newslb li a { display:block; background-color:#f6f6f6;margin-right:10%; padding:20px 0;-webkit-transition: all .5s ease-out;transition: all .5s ease-out;}

.indx-newslb li .indxnew-l { font-family:Arial, "Microsoft YaHei"; padding:0px 30px; text-align:center;}
.indx-newslb li .indxnew-l .indx-newnum { font-size:86px; color:#bdbdbd;  line-height:74px; height:74px; margin-top:4px;}
.indx-newslb li .indxnew-l time {color:#bdbdbd;border-top:2px #bdbdbd solid; padding-top:3px;}

.indx-newslb li .indxnew-r { padding:0px 40px; }
.indx-newslb li .indxnew-r .indxnr-bt { color:#555; font-size:1.6rem;position:relative;}
.indx-newslb li .indxnew-r .indxnr-bt::before{ width:36px; height:2px;content:''; background-color:#cccccc; position:absolute;bottom:-5px; left:0;}

.indx-newslb li .indxnew-r .indxnr-txt { font-size:1.2rem; color:#888; line-height:2em;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; height:46px;}
.indx-newslb li a:hover {background-color:#01a6ff;  margin-right:0; padding-right:10%;}
.indx-newslb li a:hover .indx-newnum,.indx-newslb li a:hover time,.indx-newslb li a:hover .indxnr-bt,.indx-newslb li a:hover .indxnr-txt { color:#FFF;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.indx-newslb li a:hover time {border-top:2px #fff solid;}
.indx-newslb li a:hover .indxnew-r .indxnr-bt::before {background-color:#fff;}

.indx-newmo a{ margin-right:100px; margin-top:20px;}

/* PERIO-MAIN */
.mart3 { margin-top:30px;}
.indx-perio { padding:0px 40px 10px;}
.indx-perio .indx-perlink img { width:100%; height:auto; display:block;}
.indx-perio .indx-perlink {background-color:#f6f6f6; display:block; margin:0px 30px;-webkit-transition: all .5s ease-out;transition: all .5s ease-out;}
.indx-perio .indx-perlink .indx-pernr{ padding:15px 30px 0px 50px; color:#888; position:relative;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.indx-perio .indx-perlink .indx-pernr time { border-bottom:2px #888 solid; padding-bottom:3px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.indx-perio .indx-perlink .indx-pernr h2 { margin:15px 0 0; color:#555; font-size:1.8rem;-webkit-transition: all .3s ease-out;transition: all .3s ease-out; height:30px; line-height:30px; overflow:hidden;}
.indx-perio .indx-perlink .indx-pernr p { font-size:1.2rem; overflow : hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.indx-perio .indx-perlink .indx-pernr .pronum { position:absolute; top:0; left:-29px; width:58px; height:58px; background-color:#01a6ff; font-size:4.6rem; font-family:Arial, "Microsoft YaHei"; color:#FFF; text-align:center; line-height:58px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.indx-perio a.indx-perlink:hover {background-color:#01a6ff;}
.indx-perio a.indx-perlink:hover .indx-pernr,.indx-perio a.indx-perlink:hover .indx-pernr h2 {color:#fff;}
.indx-perio a.indx-perlink:hover time{border-bottom:2px #fff solid;}
.indx-perio a.indx-perlink:hover .pronum{background-color:#048ce2;}

.indx-periomo a{ margin-right:30px; margin-top:30px;}

/* FOOT */
.footer { background-color:#555555; padding:0px 40px;}
.fo-coope { border-left:5px #454545 solid; padding-left:10px; line-height:20px; margin:20px 0px; color:#fff; font-size:1.4rem;}
.fo-coope a { color:#bdbdbd; font-size:1.2rem; margin:0px 15px;}
.fo-coope a:hover { color:#fff}
.fo-copy {color:#bdbdbd;font-size:1.2rem; padding:30px 15px; position:relative;}
.fo-copy::before {width:90%;height:100%;border-top:1px #696969 solid;position:absolute;top:0; left:5%;}
.fo-copy a {color:#bdbdbd;}

/* FLOAT */

.top-mo { position:fixed; right:20px; bottom:5%; width:80px; height:180px; overflow:hidden; z-index:999}
.top-mo .btn-top { position:relative; z-index:9; display:block; height:70px; line-height:70px; text-align:center; border-bottom:1px #676767 solid;-webkit-transition:line-height .35s;transition:line-height .35s;}
.top-mo .fdwm {  position:relative;z-index:9; color:#FFF; font-size:1.2rem; text-align:center; padding-top:10px;}
.top-mo span::after{position:absolute;top:0;right:0;bottom:0;left:0;content:''; background-color:#000; opacity:0.7;-webkit-transition:opacity .35s;transition:opacity .35s;}
.top-mo:hover span::after {opacity:0.9;}
.top-mo .btn-top:hover{ line-height:60px;}


/* About */
.abouthd { background-repeat:no-repeat; background-color:#333; background-size:cover; background-position:center;}
.abouthd-txt { max-width:960px; width:90%; margin:0 auto; height:100%; background:url(../../images/abobg.png); color:#FFF; padding:77px;}
.abouthd-txt .abo-bt { font-size:2.4rem; border-bottom:1px #9b9c9e solid; border-top:1px #9b9c9e solid; padding:5px 0px; margin-top:2rem;}
.abouthd-txt .abo-nr { font-size:1.2rem; line-height:26px; width:100%; /*height:370px;*/ overflow:hidden; margin-top:5rem;}

.abo-slider { max-width:710px; margin:0 auto;height: auto; position:relative; background:none;}
.abo-slider ul li { margin-right:1px;}
.abo-slider .am-direction-nav a {background-image:url(../../images/btnsico.png);width:18px; height:32px; margin:-16px 0 0 0;}
.abo-slider .am-direction-nav a::before { display:none;}
.abo-slider .am-direction-nav .am-prev {left:-30px;background-position:0 0;}
.abo-slider .am-direction-nav .am-next {right: -30px;background-position:-54px 0;}
.abo-slider .am-direction-nav a.am-prev:hover {background-position:-18px 0;}
.abo-slider .am-direction-nav a.am-next:hover {background-position:-36px 0;}
.abo-manjt{ margin-top:50px; text-align:center;}
.abo-hd { overflow:hidden; height:144px;}

/* Hinor */
.abo-honor {background-repeat:no-repeat; background-color:#333; background-size:cover; background-position:center;text-align: center;padding-bottom:150px;}

.abo-honor .hon-bt {border-bottom:1px #7d7d7d solid; border-top:1px #7d7d7d solid; color:#333; font-size:2.4rem; margin:120px auto; display:inline-block; padding:3px 0;}

.abo-honor .hon-nr{ padding-bottom:150px;position:relative;overflow:hidden; height:476px;}

.hon-date { width:90%; margin:0 auto;background:none;height: auto;border-radius:0;
-webkit-box-shadow:none;box-shadow:none;}

.hon-date .am-control-nav { left:0; bottom:50px;}
.hon-date .am-control-nav::before { position:absolute; width:100%; left:0; top:50%; height:2px; background-color:#888; margin-top:-1px;content:'';}
.hon-date .am-control-nav li { width:10%;z-index: 99;position: relative;display: inline-block;}
.hon-date .am-control-nav li a {width: 20px;height: 20px;display: block;background-color: #888;background-color: rgba(136,136,136,1);line-height: 20px;font-size: 2rem;border-radius: 50px;-webkit-box-shadow: none;box-shadow: none;text-indent: inherit; margin:0 auto; position:relative;-webkit-transition:background .35s;transition:background .35s;outline: none;}
.hon-date .am-control-nav li a:hover {background:url(../../images/honbuty.png) no-repeat;}
.hon-date .am-control-nav li a.am-active { background:url(../../images/honbuty.png) no-repeat;cursor: pointer;}

.hon-date .am-control-nav li a .hon-ytxt { color:#888; position:absolute; left:-12px; top:30px;-webkit-transition:top .2s,color .2s;transition:top .2s,color .2s;}
.hon-date .am-control-nav li a.am-active .hon-ytxt {color:#01a6ff;top:-35px;}
.hon-date .am-direction-nav .am-disabled  { opacity:1; opacity:1!important; cursor:pointer;outline: none;}


.honimg{position:relative;margin:0 auto 40px;width:100%;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:-moz-none;-o-user-select:none;user-select:none;}
.honimg .frame{position:relative;overflow:hidden;margin:0 auto;max-width:1200px;white-space:nowrap;font-size:0;line-height:0;}
.honimg li{margin-right:120px;width:320px;}
.honimg .frame li{position:relative;display:inline-block;padding:5px 0;color:#fff;vertical-align:text-top;text-align:center;font-size:15px;line-height:30px;}
.honimg .frame .slides{display:inline-block;margin:0;padding:0;}
.honimg .frame .slides li img{-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);}
.honimg .frame .slides li h3{margin-top:16px;margin-bottom:10px;color:#555;font-weight:400;font-size:1.8rem;}
.honimg .frame .slides li p{display:-webkit-box;overflow:hidden;margin-top:5px;margin-bottom:0;max-height:50px;color:#888;text-overflow:ellipsis;white-space:pre-wrap;font-size:1.2rem;line-height:24px;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.honimg li:last-child{margin-right:0;}
.honimg .next,.honimg .prev{position:absolute;top:50%;display:block;margin-top:-55px;width:55px;height:109px;cursor:pointer;-webkit-transition:all .3s;transition:all .3s;}
.honimg .next{right:5px;background-image:url(../../images/honnfr.png); background-repeat:no-repeat;}
.honimg .prev{left:5px;background-image:url(../../images/honnfl.png);background-repeat:no-repeat;}
.honimg .next:hover{right:0;background-image:url(../../images/honnfron.png);background-repeat:no-repeat;}
.honimg .prev:hover{left:0;background-image:url(../../images/honnflon.png);background-repeat:no-repeat;}


.hon-date .am-direction-nav { position:absolute;left:16%;bottom:50px;width:68%;height:30px;}
.hon-date .am-direction-nav a {width:30px; height:30px; margin:0; top:0; opacity:1;outline:none;}
.hon-date .am-direction-nav a::before { display:none;}
.hon-date .am-direction-nav .am-prev {left:1%;background:url(../../images/honfl.png) no-repeat;}
.hon-date .am-direction-nav .am-next {right:1%;background:url(../../images/honfr.png) no-repeat;}
.hon-date .am-direction-nav a.am-prev:hover {background:url(../../images/honflon.png) no-repeat;}
.hon-date .am-direction-nav a.am-next:hover {background:url(../../images/honfron.png) no-repeat;}
.hon-date:hover .am-prev{opacity:1;left:1%}
.hon-date:hover .am-next{opacity:1;right:1%}

/* Team */
.abo-team {background-repeat:no-repeat; background-color:#333; background-size:cover; background-position:center;padding-bottom:50px;}
.team-main { max-width:1200px; margin:0 auto; padding:60px 0;}
.team-bt {border-bottom:1px #b3b3b3 solid; border-top:1px #b3b3b3 solid; color:#fff; font-size:2.4rem;  padding:3px 0;}


.slideTxtBox{ width:100%; text-align:left; margin-top:10px; }
.slideTxtBox .hd{ height:52px; line-height:52px;  position:relative; }
.slideTxtBox .bd {margin:20px 0 0}
.slideTxtBox .bd ul{  zoom:1; list-style:none; margin:0; padding:0;}
.slideTxtBox .bd li{ height:190px; position:relative; overflow:hidden; width:190px; z-index:3; float:left; margin-right:30px; margin-top:30px;}
.slideTxtBox .bd li img {position: relative;z-index: 3;background: #000;transition: 600ms;-webkit-transition:600ms;}
.slideTxtBox .bd li .team-tt{ color:#fff; width:290px; height:190px; position:absolute; left:-100px; top:0; padding-left:30px;}
.slideTxtBox .bd li .team-tt h3 { font-size:1.8rem; border-bottom:2px #FFFFFF solid; display:table;}
.slideTxtBox .bd li .team-tt span { font-size:1.2rem;}
.slideTxtBox .bd li .team-tt p { font-size:1.2rem;}
.slideTxtBox .bd li:hover img{-webkit-transform:scale(1.1); transform:scale(1.1);}
.slideTxtBox .arrow{  position:absolute; left:0; top:0; }
.slideTxtBox .arrow a{width:18px; height:32px; margin-right:30px; margin-top:10px;  overflow:hidden;cursor:pointer; background-image:url(../../images/btnsico.png); display:inline-block;-webkit-transition:all .3s;transition:all .3s; }
.slideTxtBox .arrow .prev{background-position:0 0; }
.slideTxtBox .arrow .next{background-position:-54px 0; }
.slideTxtBox .arrow a.prev:hover {background-position:-18px 0;}
.slideTxtBox .arrow a.next:hover {background-position:-36px 0;}

/* Teamshow */
.team-show {background-repeat:no-repeat; background-color:#333; background-size:cover; background-position:center;padding-bottom:100px;}
.team-show .teshow-main {max-width:1200px; margin:0 auto;}
.team-show .teshow-main .fanhui { text-align:right;}
.team-show .teshow-main .fanhui a{ display: inline-block; width:88px; height:35px; background-color:#FFF; margin:60px 0 26px; text-align:center; color:#888888; font-size:1.4rem; line-height:35px;}
.team-show .teshow-main .fanhui a img { margin-top:-4px;}
.team-show .teshow-main .teshow-nr { color:#FFF;}
.team-show .teshow-main .teshow-nr h3{font-size:1.8rem; border-bottom:2px #FFFFFF solid; display:table; margin:0;}
.team-show .teshow-main .teshow-nr span { font-size:1.2rem; margin:8px 0px 30px; display:block;}

.tes-rb { padding-left:0; position:relative;}
.tes-rb::before {content:'';border-right:1px #a2a2a2 solid; width:1px; height:100%; position:absolute;top:0; right:40px;}
.tes-txt { font-size:1.2rem; line-height:2.2rem;}


/* JOIN-CONTACT */
.join-main { max-width:1200px; margin:0 auto;}
.top-map{width:100%;height:510px;border:none;}
.join-nr {background:rgba(255,255,255,0.4); margin:-50px 30px 0; position:relative; padding:10px;}
.join-nr::before {width:65px; height:65px;content:'';border-left:3px #01a6ff solid;border-top:3px #01a6ff solid; position:absolute;top:0; left:0;}
.join-nr::after {width:65px; height:65px;content:''; border-right:3px #01a6ff solid;border-top:3px #01a6ff solid; position:absolute;top:0; right:0;}
.join-txt{min-height:330px; background-color:#FFF; padding:60px 40px; line-height:40px;}

.join-txt .join-lxdh { color:#333; font-size:1.2rem; width:50%; float:left; border-right:1px #ccc solid;}
.join-txt .join-lxdh img { margin-right:10px; vertical-align:middle}
.join-txt .join-weix { color:#666; font-size:1.2rem; width:50%; float:left; padding-left:50px; padding-top:20px;}
.join-txt .join-weix i { font-size:2rem;color:#999; vertical-align:middle; margin-right:10px;}
.join-txt .join-weix .wwm { float: left; margin-top:-6px; margin-left:20px;}
.join-txt .join-weix .weinr{ float: left}

/* JOIN-jia */
.jia-main {max-width:1200px; margin:0 auto; padding:50px 0 150px;}

.jia-nav { position:relative;}
.jia-nav ul{ list-style:none;position:relative; z-index:2; padding-left:32px; padding-bottom:15px;}
.jia-nav ul li { margin:16px 0px 32px;}
.jia-nav ul li a { font-size:1.8rem; color:#555; background-color:#ccc; padding:7px 24px;-webkit-transition: all .3s ease-out;transition: all .3s ease-out; display: inline-block;}
.jia-nav ul li a:hover,.jia-nav ul li a.jnavact {color:#fff; background-color:#01a6ff;}
.jia-nav .jia-bx { position:absolute; z-index:1; top:0; left:0; width:120px; height:100%; border:1px #ccc solid;}

.jia-main .jia-cen { padding-left:20px;}
.jia-ssk h4{float:left;font-size:1.8rem; color:#333; line-height:37px; margin:0;}
.jia-ssk .sel-gw { float:left; margin-left:10px;margin-bottom:20px;}

.sel-gw .am-active .am-btn-default.am-dropdown-toggle {background-color: #01a6ff; color:#FFF; border:1px #01a6ff solid;}
.jia-ssk .sel-qy { float:left; margin-left:10px;margin-bottom:20px;}
.sel-qy .am-selected .am-selected-content { display:none}
.sel-qy .am-active>.am-dropdown-content {display: block;}
.sel-qy .am-active .am-btn-default.am-dropdown-toggle {background-color: #01a6ff; color:#FFF; border:1px #01a6ff solid;}
.jia-ssk .sel-ss {float:left; margin-left:10px;margin-bottom:20px;}
.sel-ss .am-form-group { margin:0;}
.sel-ss input[type=text] {border-color: #e6e6e6; padding-bottom:0.4em;}
.jia-ssk  .sel-sub { margin-left:10px; background-color:#cccccc; color:#FFF; font-size:2rem;padding:0.3em 1.6em; border:none; margin-bottom:20px;  float: left;}
.jia-ssk  .sel-sub:hover {background-color:#01a6ff;}
.jias-r { float:right;}
.jias-r .am-selected .am-selected-content { position: absolute;
top: 100%;
left: 0;
z-index: 1020;
display: none;
float: left;
min-width: 160px;
padding: 15px;
margin:0;
text-align: left;
line-height: 1.6;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
-webkit-background-clip: padding-box;
background-clip: padding-box;
-webkit-animation-duration: .15s;
animation-duration: .15s;}
.jias-r .am-dropdown {
position: relative;
display: inline-block;
}
.jias-r .am-active>.am-dropdown-content {display: block;}

.jia-nr { min-height:420px;}
.jia-nr thead{background-color: #01a6ff;color: #fff; font-size:1.4rem; }
.jia-nr thead th {font-weight:normal;}
.jia-nr tbody{ font-size:1.2rem; color:#888;}
.jia-nr .am-table>thead>tr>th { border-bottom:none;} 

/* REC-SHOW */
.jia-rec { width:100%;}
.rec-main {max-width:1200px; margin:0 auto; padding-bottom:60px;}
.rec-main .fanhui { text-align:right;}
.rec-main .fanhui a{ display: inline-block; width:88px; height:35px; background-color:#01a6ff; margin:60px 0 26px; text-align:center; color:#fff; font-size:1.4rem; line-height:35px;}
.rec-main .fanhui a img { margin-top:-4px;}

.rec-lf { border:1px #ccc solid; font-size:1.2rem; color:#555; padding:20px; line-height:26px; margin-right:30px;}
.rec-pr { padding-left:30px;}
.rec-rf h3{ font-size:1.8rem; color:#555; font-weight:normal; position:relative; padding-bottom:8px; margin:0;}
.rec-rf h3::before  {position:absolute;left:0; bottom:0; width:50%; height:1px;content:''; background-color:#888;}
.rec-rf span { font-size:1.4rem; color:#888; position:relative; left:5%; padding:8px 0; display:block;}
.rec-nr { padding:50px 0px; min-height:400px; font-size:1.4rem; color:#555;}
.rec-nr  img{max-width: 100%;height: auto;}

/* NEWS */

.news-list {background-repeat:no-repeat; background-color:#333; background-size:cover; background-position:center;padding-bottom:60px; padding-top:100px;}
.news-main {max-width:1200px; margin:0 auto;}
.news-nav { list-style:none; margin:0;}
.news-nav li { float:left; margin-right:80px;}
.news-nav li a { color:#FFF; border-bottom:1px #fff solid; border-top:1px #FFFFFF solid; padding:8px 0; font-size:1.8rem;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}
.news-nav li a:hover,.news-nav li a.nnavact { background-color:#01a6ff; border:none; padding:8px 20px;}

.news-lb { padding-left:0; list-style:none; margin-top:50px;}
.news-lb li { width:85%; background-color:#FFF; position:relative;-webkit-transition: all .5s ease-out;transition: all .5s ease-out;}
.news-lb li a{ display:block; position: absolute; width:100%; height:100%; top:0; left:0;}
.news-lb .news-lbimg {padding:20px; background-color:#FFF}
.news-lb .news-lbnr { color:#888;padding:20px 80px 0 50px;-webkit-transition: color .5s ease-out;transition: color .5s ease-out;}
.news-lb .news-lbnr time { border-bottom:2px #888 solid;-webkit-transition: border-bottom .5s ease-out;transition: border-bottom .5s ease-out;}
.news-lb .news-lbnr h3 { font-size:1.8rem; color:#555; margin-top:1rem;-webkit-transition: color .5s ease-out;transition: color .5s ease-out;}
.news-lb .news-lbnr p { font-size:1.2rem; margin-bottom:0;}

.news-lb li:hover { left:5%; width:95%; padding-right:10%; background-color:#01a6ff;}
.news-lb li a::before {background: url(../../images/newsrjt.png) right center no-repeat; position:absolute; right:5%; top:50%; width:27px; height:57px; margin-top:-28px;content:'';opacity:0.3;}
.news-lb li:hover a::before { opacity:1;}
.news-lb li:hover h3 {color:#FFF;}
.news-lb li:hover time { border-bottom:2px #fff solid;}
.news-lb li:hover .news-lbnr { color:#FFF;}


/* PAGES */
.lb_pages { text-align:right; margin-top:40px;}
.lb_pages a { display:inline-block; padding:5px; color:#FFF; margin:0px 5px; font-size:1.7rem; line-height:32px;vertical-align: middle;}
.lb_pages .a1,.lb_pages .a3 {background-image:url(../../images/btnsico.png);width:18px; height:32px; line-height:0;
font-size:0;
overflow:hidden;}
.lb_pages .a1{background-position:0 0;}
.lb_pages .a3 {background-position:-54px 0;}
.lb_pages .a1:hover {background-position:-18px 0;}
.lb_pages .a3:hover {background-position:-36px 0;}
.lb_pages a:hover,.lb_pages .actpag { color:#01a6ff;}

/* PAGES-H */
.hlb_pages { text-align: center; margin-top:40px;}
.hlb_pages a { display:inline-block; padding:5px; color:#888; margin:0px 5px; font-size:1.7rem; line-height:32px;vertical-align: middle;}
.hlb_pages .a1,.hlb_pages .a3 {background-image:url(../../images/hbtnsico.png);width:18px; height:32px;line-height:0;
font-size:0;
overflow:hidden;}
.hlb_pages .a1{background-position:0 0;}
.hlb_pages .a3 {background-position:-54px 0;}
.hlb_pages .a1:hover {background-position:-18px 0;}
.hlb_pages .a3:hover {background-position:-36px 0;}
.hlb_pages a:hover,.hlb_pages .actpag { color:#01a6ff;}

/* NSHOW */
.news-show { width:100%;}
.show-main {max-width:1200px; margin:0 auto; padding-bottom:60px;}
.show-main .fanhui { text-align:right;}
.show-main .fanhui a{ display: inline-block; width:88px; height:35px; background-color:#01a6ff; margin:60px 0 26px; text-align:center; color:#fff; font-size:1.4rem; line-height:35px;}
.show-main .fanhui a img { margin-top:-4px;}

.show-main h2 { font-size:1.8rem; color:#555; font-weight:normal; text-align:center;}
.show-main time { color:#888; text-align:center; display:block; border-bottom:1px #888 solid; padding-bottom:6px;}
.newsshow-nr { min-height:390px;padding:30px 15px; font-size:1.2rem; line-height:2rem; color:#888;}
.newsshow-nr img{max-width: 100%;height: auto;}


/* ANAL */
.analhd { background-repeat:no-repeat; background-color:#333; background-size:cover; background-position:center;}
.analhd-txt { max-width:960px; width:90%; margin:0 auto; height:100%; background:url(../../images/abobg.png); color:#FFF; padding:15rem 7rem;}
.analhd-txt .anal-bt { font-size:2.4rem; border-bottom:1px #9b9c9e solid; border-top:1px #9b9c9e solid; padding:5px 0px; margin-top:2rem;}
.analhd-txt .anal-nr { font-size:1.2rem; line-height:26px; width:100%; overflow:hidden; margin-top:5rem;}
.anal-manjt{ margin-top:100px; text-align:center;}
.anal-main { padding:70px 0; margin:0 4%;}
.anal-nav { max-width:960px; margin:0 auto; text-align:center; position:relative;}
.anal-nav h3 { text-align:center; font-size:2.4rem; color:#333; border-bottom:1px #828282 solid; font-weight:normal; display:inline-block; padding:6px 0; margin-bottom:2rem;}
.anal-nav ul { padding:0; margin:0; list-style:none; position:relative; z-index:3;}
.anal-nav ul li { display:inline-block; margin:15px;}
.anal-nav ul li a { font-size:1.8rem; color:#555; background-color:#ccc; padding:8px 30px;-webkit-transition: all .35s ease-out;transition: all .35s ease-out;}
.anal-nav ul li a:hover,.anal-nav ul li a.analact { color:#FFF;background-color:#01a6ff; }
.analbgx { position:absolute; top:0; left:0; width:100%; border:1px #555 solid; height:105px;z-index:1;}

/* PPRES */

.wl-ppslider .am-slider-desc {background-color: rgba(0,0,0,.7);}
.wl-ppslider .am-control-nav li a {width: 10px;height: 10px;-webkit-box-shadow:none;box-shadow: none;}
.wl-ppslider .am-control-nav {bottom: 20px;}

.ppres-main {padding:70px 0; margin:0 4%;}
.ppres-nav { max-width:1200px; margin:0 auto; position:relative; border:1px #ccc solid;}
.ppr-sx { border-bottom:1px #eaeaea solid;}
.ppr-sx .ppnav-on { background-color:#01a6ff; padding-left:15px; padding-right:5px; color:#FFF; display:inline-block; font-size:1.4rem; line-height:30px; margin-right:20px;}
.ppr-sx .ppnav-on .am-close { color:#FFF;text-shadow: none;opacity:1;}
.ppr-sx .ppnav-on .am-close:hover {color:#ccc;}

.ppr-lx {border-bottom:1px #eaeaea solid; margin-top:-1px;}
.ppr-lx .ppnav-bt { background-color:#f6f6f6; border-top:1px #ccc solid;border-right:1px #ccc solid;}

.ppr-sj {border-bottom:1px #eaeaea solid; margin-top:-1px;}
.ppr-sj .ppnav-bt { background-color:#f6f6f6;border-right:1px #ccc solid;}
.ppr-lx a,.ppr-sj a { display:inline-block; padding:5px 10px; margin:0px 25px; font-size:1.4rem; color:#555;}
.ppr-lx a:hover,.ppr-sj a:hover {color:#01a6ff;} 

.ppnav-bt { width:110px; text-align:center; display:inline-block; font-size:1.4rem; line-height:50px;}
.wl-ico { font-size:2rem; color:#666; margin-left:10px;line-height: 1.6rem;}

/* PPRES-SHOW */
.ppres-show { width:100%; background-color:#f6f6f6;}
.ppsow-main {max-width:1200px; margin:0 auto; padding-bottom:60px;}
.ppsow-main .fanhui { text-align:right;}
.ppsow-main .fanhui a{ display: inline-block; width:88px; height:35px; background-color:#01a6ff; margin:60px 0 26px; text-align:center; color:#fff; font-size:1.4rem; line-height:35px;}
.ppsow-main .fanhui a img { margin-top:-4px;}
.ppsow-main h2 { font-size:2rem; color:#555; padding-left:15px; font-weight:normal; background:url(../../images/dian.png) no-repeat left center; margin-top:0;}

.ppres-hd { background-color:#FFF; padding:10px;}
.ppres-hd .am-slider-default .am-direction-nav a:before{ display:none;}

.ppres-hd .am-slider-default .am-direction-nav .am-prev { background:url(../../images/pprbtl.png) left center no-repeat; width:38px; height:67px; margin-top:-33px;opacity: .6;}
.ppres-hd .am-slider-default .am-direction-nav .am-prev:hover { opacity:1; left:15px;}
.ppres-hd .am-slider-default .am-direction-nav .am-next{background:url(../../images/pprbtr.png) left center no-repeat; width:38px; height:67px; margin-top:-33px;opacity: .6;}
.ppres-hd .am-slider-default .am-direction-nav .am-next:hover { opacity:1; right::15px;}
.ppres-hd .am-slider-default { margin-bottom:0;}

.ppres-txt span{ /*display:block;*/ margin-top:30px; margin-bottom:10px; /*border-left:4px #888 solid; */line-height:1.4rem; padding-left:10px; color:#555;}
.ppres-txt p{ color:#888; font-size:1.4rem; line-height:2.4rem;}

.ppsow-main .ppr-tj { padding-left:10px;}
.picScroll-top{ margin:0 auto;width:100%;overflow:hidden; position:relative;  border:1px solid #ccc; background-color:#fff; padding:15px;}
.picScroll-top h3 { color:#555; font-weight:normal;}

.picScroll-top .bd{}
.picScroll-top .bd ul{ overflow:hidden; zoom:1; list-style:none; padding:0; margin:0;}
.picScroll-top .bd ul li{ text-align:center; zoom:1;display:block;}
.picScroll-top .bd ul li .pic{ text-align:center; position:relative;}
.picScroll-top .bd ul li .pic img{ width:100%; height:auto; display:block;}
.picScroll-top .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-top .bd ul li .title{ line-height:44px; font-size:1.4rem; color:#fff; position:absolute; bottom:0; left:0; z-index:99; background:url(../../images/pprtjbg.png); width:100%; height:40px;}

.picScroll-top .hd{ overflow:hidden;  height:60px; background:#fff; }
.picScroll-top .hd .prev,.picScroll-top .hd .next{ display:block; background-image:url(../../images/hbtnsico.png);width:18px; height:32px; float:right; margin-left:35px; margin-top:20px;  overflow:hidden;cursor:pointer;}
.picScroll-top .hd .next{ background-position:-54px 0;}
.picScroll-top .hd .prev:hover{ background-position:-18px 0; }
.picScroll-top .hd .next:hover{ background-position:-36px 0; }


/* IMGlb */
.anlilb-nr { margin-top:50px; width:100%;}
.anlilb-nr ul { padding:0; list-style:none; text-align:center;}
.anlilb-nr ul li { display:inline-block; margin:15PX; background-color:#000;}
.anlilb-nr ul li a { display: block; position:relative;}
.anlilb-nr ul li a img {-webkit-transition: all .35s ease-out;transition: all .35s ease-out;}
/*.anliname {color:#FFF; position:absolute;bottom:0;left:0; opacity:1; height:50px; width:100%; text-align:center; line-height:50px; background:url(../../images/huiyybg.png) bottom repeat-x;-webkit-transition: all .35s ease-out;transition: all .35s ease-out;}*/
.anliname {color:#FFF; position:absolute;bottom:0;left:0; opacity:1; height:50px; width:100%; text-align:center; line-height:50px;-webkit-transition: all .35s ease-out;transition: all .35s ease-out;}

.anlilb-nr ul li a::before { position:absolute;top:50%; left:50%; margin:-25px 0px 0px -25px; width:50px; height:50px; background:url(../../images/anlimo.png) center no-repeat;content:''; z-index:99;filter: alpha(opacity=0);opacity: 0;-webkit-transition: all .35s ease-out;transition: all .35s ease-out;}
.anlilb-nr ul li a::after { position:absolute;top:50%; left:50%;  width:50px; height:50px;content:''; z-index:99;filter: alpha(opacity=0);opacity: 0;border-radius: 50%; background-color:#FFF;}
.anlilb-nr ul li a:hover::before{filter: alpha(opacity=100);opacity: 1;
transform:rotate(135deg);
-ms-transform:rotate(135deg); 
-moz-transform:rotate(135deg); 	
-webkit-transform:rotate(135deg); 
-o-transform:rotate(135deg); }
.anlilb-nr ul li a:hover .anliname { opacity:1;filter: alpha(opacity=1);}
.anlilb-nr ul li a:hover img {opacity:0.4;filter: alpha(opacity=40);}

.anlilb-nr ul li a:hover::after {-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
        -webkit-animation: waveRaidus 2s ease-out 0s infinite;
                animation: waveRaidus 2s ease-out 0s infinite;
    }
    @-webkit-keyframes waveRaidus {
        0% {
            width: 50px;height: 50px;
            opacity: 0;
        }
        65% {
            width: 50px;height: 50px;
            opacity: 0;
        }
        66% {
            width: 50px;height: 50px;
            opacity: 0.8;
        }
        100% {
            width: 80px;height: 80px;
            opacity: 0;
        }

	}
@keyframes waveRaidus {
        0% {
            width: 50px;height: 50px;
            opacity: 0;
        }
        65% {
            width: 50px;height: 50px;
            opacity: 0;
        }
        66% {
            width: 50px;height: 50px;
            opacity: 0.8;
        }
        100% {
            width: 80px;height: 80px;
            opacity: 0;
        }

	}





/* IMG-HUI 
a.pale img {-webkit-filter: grayscale(100%);-webkit-filter: grayscale(1);filter: grayscale(100%);filter: url('gray.svg#grayscale');filter: gray;}  
a.pale:hover img{-webkit-filter: grayscale(0%);-webkit-filter: grayscale(0);filter: grayscale(0%);filter: url('gray.svg#nograyscale');filter: none;}  
*/

/* MIN */
/* TOP-NAV */
@media only screen and (min-width:1341px){
.am-logo {
padding: 0 70px 0 50px;
}
.am-topbar-nav a.tit::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,0);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
}

.am-topbar-nav a.tit:hover::after,
.am-topbar-nav a.tit:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.subnav{
	width: 100%;
	height: 48px;
	position: absolute;
	left: 0;
	top: 86px;
	background: #fff;
	background:rgba(255,255,255,0.8);
	line-height: 48px;
	display: none;
	border-top:1px #01a6ff solid;
}
.subnav.fixed{
	display: block;
	position: fixed;
	top: 0;
	z-index: 10;
}
.subnav-main{
	position: relative;
	margin: 0 auto;
}
.subnav-main a{
	display: inline-block;
	margin: 0 27px;
	color: #555555;
}
.subnav-main a:hover{
	color: #01a6ff;
}

.nav-sm1 .nav-n1 { margin-left:280px;}
.nav-sm2 .nav-n1 { margin-left:510px;}
.nav-sm3 .nav-n1 { margin-left:550px;}
.nav-sm4 .nav-n1 { margin-left:620px;}

}


@media only screen and (max-width:810px){
.indx-newslb {padding: 0;}
.indx-newslb li { margin-left:0; border-bottom:1px #CCCCCC solid;}
.indx-newslb li .indxnew-l {padding: 0;}
.top-map{height:300px;}
}
@media only screen and (max-width:1024px){
.tes-rb::before { display:none;}
.ppsow-main h2 { margin-left:30px;}
.top-map{height:400px;}
}

@media only screen and (max-width:1340px){
	.am-dropdown-content:after,.am-dropdown-content:before {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border: 8px dashed transparent;
	z-index: 1;
	border-bottom-style: solid;
	border-width: 0 8px 8px;
	left: 10px;
	top: -8px;
	pointer-events: none
}

.am-dropdown-content {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1020;
	display: none;
	float: left;
	min-width: 160px;
	padding: 15px;
	text-align: left;
	line-height: 1.6;
	background-color: #fff;
	border-radius: 0;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-animation-duration: .15s;
	animation-duration: .15s
}
.subnav-main a{
	display:block;
	padding:5px 0px;
	margin:10px 0px;
	text-align:center;
	border-bottom:1px #eeeeee solid;
}
.subnav-main a:hover{
	color: #fff;
	background-color: #01a6ff;
	border-bottom:1px #FFFFFF solid;;
}
.am-topbar-nav>li.am-dropdown>a:after{display:none}

.am-topbar-right { float:right;}
.am-topbar-nav { border-bottom:3px #cfe4f0 solid;}
}
@media only screen and (min-width:641px){
.wl-minnav { display:none;}
}
@media only screen and (min-width: 641px) and (max-width: 1024px){
.indx-newslb { padding-left:0;}
.tes-rb img{width:90%;height: auto;}
}

/* MAX */
@media only screen and (max-width:640px){
.am-with-topbar-fixed-top {padding-top:84px;}
.banner .slideText{ display:none;}
.menu-n .inbd li { display:inline-block; width:100%; height:auto; border:1px #b6b6b6 solid; padding:9px; position:relative; margin:16px 0;text-align: left;}
.indx-perio {padding: 0px 10px 10px;}
.menu-w .am-nav-tabs {text-align: center;padding: 0 20px;}
.inhd figcaption { display:none;}
.inhd span { display:none;}
.am-slider-default .am-slider-desc { font-size:1.4rem;}
.slideTxtBox .bd li { float:none; display:block; width:100%; text-align: center; height:auto;}
.slideTxtBox .bd li .team-tt {height: auto;vertical-align: middle;position: relative;display: inline-block;left: 0;top: 0;padding-left: 20px;text-align: left;}
.hon-date .am-direction-nav {left: 5%; width: 90%;}
.jia-nav ul li {margin:0; padding:1px;float:left;width:33.3333333%;}
.jia-nav {margin-bottom: 20px;}
.jia-main .jia-cen {padding-left: 10px; padding-right:10px; padding-top:10px; border-top:1px #eee solid;}
.join-txt .join-lxdh { width:100%; float:left; border-right:0;}
.join-txt .join-weix { width:100%; padding-left: 0;}
.team-show .teshow-main .teshow-nr { padding:0px 20px;}
.anlilb-nr ul li a img { width:100%; height:auto; display:block;}
.anlilb-nr ul li {display: block;}
.ppres-main {padding: 20px 0;}
.news-lb li {padding: 10px 0;border-bottom: 1px #ccc solid;}
.tes-rb { text-align:center;}
.tes-rb img{width: 100%;height: auto;}
.news-list { padding-top:0;}
.news-nav { background-color:#FFF; padding:40px 0px 20px;}
.news-nav li {float: left;margin:0px 10px;}
.news-nav li a{display: block;margin: 10px 0;  color: #515151;border-bottom: 1px #01a6ff solid;border-top: 1px #01a6ff solid;}
.news-nav li a:hover, .news-nav li a.nnavact {background-color: #01a6ff;border: none;padding: 8px 0px; color:#FFF;}
.analhd-txt { padding:60px 5%;}
.rec-pr{margin-top: 30px;padding-left:1rem;}
.top-mo { display:none;}
.ppr-lx {text-align: center;}
.ppr-sj .ppnav-bt { background-color:#01a6ff;border-right:none; display:block;width:100%; color:#FFF;}
.ppr-lx .ppnav-bt { background-color:#01a6ff;border-right:none; display:block;width:100%;color:#FFF;}
.ppr-lx a { display:block; padding:10px 10px;  margin: 5px; font-size:1.6rem; color:#088cd3; border-bottom:1px #eeeeee solid;}
.ppr-sj a { display:inline-block; padding:10px 10px; margin:5px 10px; font-size:1.4rem; color:#555;}
.team-main {padding: 60px 10px;}
.jia-nav .jia-bx { display:none;}
.jia-nav ul { padding-left:0; text-align:center;}
.jia-main {padding: 20px 0 50px;}
.jias-r { margin-top:20px;padding: 0 10px;}
.jia-ssk .sel-gw {float: left;margin-bottom: 10px; margin-left:0; width:100%;}
.jia-ssk .sel-qy {float: left;margin-bottom: 10px; margin-left:0; width:100%;}
.jias-r .am-dropdown { width:100%;}
.jia-ssk .sel-ss {float: left; width: 100%;margin-left:0;margin-bottom: 10px;}
.jia-ssk .sel-sub {margin-left:0;background-color: #01a6ff;padding: 0.4em 1.6em;margin-bottom: 20px; width:100%;}
.jia-nr {min-height:0px; padding-top:20px; border-top:1px #eee solid;}
.menu-n .inhd ul li {margin: 10px 5px;}
.abouthd-txt {padding:60px 20px;}
.honimg .next{background-position:0px -20px; margin-top: -35px;height: 69px;}
.honimg .prev{background-position:0px -20px; margin-top: -35px;height: 69px;}
.news-lb li {width:100%;}
.news-lb li:hover { left:0; width:100%; padding-right:0; background-color:#01a6ff;}
.news-lb { padding:0px;margin-top:0;}
.news-lb .news-lbimg {padding: 10px;text-align: center;}
.news-lb .news-lbimg img{max-width:100%;}
.news-lb .news-lbnr {padding: 20px}
.show-main { padding:0px 10px;}
.lb_pages {text-align: center;}
.rec-lf {margin-right:0;}
.abo-honor .hon-bt { margin:50px 0px;}
.menu-n .inhd {padding-top: 10px;padding-bottom: 12px;}
.am-topbar-fixed-top {position:fixed;}
/* MIN-NAV */
.am-topbar { display:none;}
.am-nav-pills>li+li { margin-left:0;}
.am-nav>li>a {padding:0.8em .4em; color:#FFF;font-size:1.6rem;}
.wl-minnav {background-color: rgba(0,0,0,0.7);}
.wl-minfnav { margin:0;background-color: rgba(255,255,255,0.1);}
.wl-minfnav>li>a {padding:.4em .4em; color:#FFF; font-size:1.4rem;}
.am-dropdown-content {width: 100%; min-width: 160px;background-color: rgba(255,255,255,0.9);}
.banner .bannfbt { display:block;}
}