/*--banner--*/
.fullwidthbanner-container img{max-width:none !important; overflow:hidden;}
.fullwidthbanner-container{width:100% !important;position:relative;padding:0;max-height:500px !important;overflow:hidden;}
.fullwidthbanner-container .fullwidthabnner	{width:100% !important;max-height:500px !important;position:relative;}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected{background:#00a4e3!important;}
.tp-leftarrow:hover,.tp-rightarrow:hover{background-color:#00a4e3 !important;}
/** BULLETS **/
.tp-bullets { z-index: 1001;position: absolute;bottom: 0px;}
.tp-bullets.simplebullets.round .bullet {cursor:pointer;
    position: relative;background:#eee;width:150px;height:5px; float: left; margin-right:5px;
    -webkit-transition: background 0.1s linear; -moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;transition: color, background 0.1s linear;}
.tp-leftarrow.large {z-index:100;cursor: pointer;position: relative;
	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
	width: 42px;height: 43px;margin-left: 0px;margin-top: -21px;-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;-o-transition: color, background 0.1s linear;transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);}
.tp-rightarrow.large { z-index: 100;cursor: pointer;    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;width: 42px;height: 43px; margin-left: 0;margin-top: -21px;
    -webkit-transition: background 0.1s linear;-moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear; transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);}
.tp-bullets.tp-thumbs {z-index: 100;position: absolute;padding:3px;background-color:#fff;width:500px;height:50px;margin-top:-50px;}
.fullwidthbanner-container .tp-thumbs { padding:3px;}
.tp-bullets.tp-thumbs .tp-mask {width:500px;height:50px;overflow:hidden;position:relative;}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {width: 5000px;position: absolute;}
.tp-bullets.tp-thumbs .bullet {width: 100px; height: 50px;cursor: pointer; overflow: hidden; background: none;
    margin: 0;  float: left;  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;-khtml-opacity: 0.5;opacity: 0.5;-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-ms-transition: all 0.2s ease-out;}
.tp-bullets.tp-thumbs .bullet:hover,.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}
.tp-thumbs img { width:100%;}
.tp-bannertimer {width:100%;height: 10px;position: absolute;z-index: 200;z-index: 5000;}
.tp-bannertimer.tp-bottom {bottom: 0px !important; height: 5px;}

.box{padding-bottom:2px; overflow:hidden;}
.shadow{position:relative;-webkit-transition:all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;margin-top: 5px;display: block;}
.shadow-line{background:#fff;left: 0;bottom:-10px;height:3px;width:100%;opacity: 0.8;filter:alpha(opacity=80);-moz-opacity:0.8;position: absolute;}
.shadow:hover{margin-top: 0; margin-bottom: 5px;}
.box:hover .shadow-line{background:#8DC21F;} 
.ibox .img { float: left;overflow: hidden; display: block;width:100%; }
.ibox .img h3{color:#8FC41F;font-size:0.825em;padding-top:3%;line-height:2em;word-wrap: break-word;word-break: normal;}
.ibox .img p{line-height:2em;color:#666666;font-size:0.75em;word-wrap: break-word;word-break: normal;}
.ibox .img img { width: 100%; display: block; opacity: 1; -webkit-transform: scale(1, 1); -webkit-transition-timing-function: ease-out; 
-webkit-transition-duration: 400ms; -moz-transform: scale(1, 1); -moz-transition-timing-function: ease-out; 
-moz-transition-duration: 400ms; transform: scale(1, 1); transition-timing-function: ease-out; transition-duration: 400ms; }
.ibox .img:hover img { opacity: 0.8; -webkit-transform: scale(1.1, 1.1); -webkit-transition-timing-function: ease-out; 
-webkit-transition-duration: 400ms; -moz-transform: scale(1.1, 1.1); -moz-transition-timing-function: ease-out; -moz-transition-duration: 400ms; 
transform: scale(1.1, 1.1); transition-timing-function: ease-out; transition-duration: 400ms; }
.image-wrap {position: relative;overflow: hidden;margin-bottom: 25px;cursor: pointer;}
.image-wrap  .hover-wrap {position: absolute;display: block;width: 100%;height: 100%;opacity: 0;filter: alpha(opacity=0);
-webkit-transition: all 450ms ease-out 0s;
-moz-transition: all 450ms ease-out 0s;
-o-transition: all 450ms ease-out 0s;
transition: all 450ms ease-out 0s;
-webkit-transform: rotateY(180deg) scale(0.5,0.5);
-moz-transform: rotateY(180deg) scale(0.5,0.5);
-ms-transform: rotateY(180deg) scale(0.5,0.5);
-o-transform: rotateY(180deg) scale(0.5,0.5);
transform: rotateY(180deg) scale(0.5,0.5);	}
.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {opacity: 1;filter: alpha(opacity=100);
-webkit-transform: rotateY(0deg) scale(1,1);
-moz-transform: rotateY(0deg) scale(1,1);
-ms-transform: rotateY(0deg) scale(1,1);
-o-transform: rotateY(0deg) scale(1,1);
transform: rotateY(0deg) scale(1,1);}
.image-wrap .hover-wrap .overlay-img {position: absolute;width: 100%;height: 100%;background: #0b8cd5;opacity: 0.80;filter: alpha(opacity=80);}
.image-wrap .hover-wrap .overlay-text-thumb {position:absolute;width: 100%;height:80px;top: 30%;margin: -16px 0 0 0;color: #FFFFFF;font-size:1em;line-height:65px;
text-transform: uppercase;text-align: center;opacity: 1;filter: alpha(opacity=100);}

.image-wrap img{width:100%;}
.view-title{font-weight:normal;text-align:center;width:100%;font-size:1.5em;color:#333;}
.view-element{text-align:center;height:40px;line-height:40px;border-bottom:1px dashed #EEEEEE;margin-bottom:30px;font-size:0.75em;}
.back{text-align:center;margin-top:10px;border-bottom:1px dashed #EEEEEE;padding-bottom:10px;}
.view-assoc .prev,.view-assoc .next{display: block;line-height:2.6em;color:#666666;}
.view-assoc{margin-top:10px;}
.pagination{ display: inline-block;padding-left:0px;margin: 20px 0px;border-radius: 4px;}
.pagination1 {text-align: center;position: absolute;bottom: -10px;z-index: 99;width: 100%;}
.pagination1 .swiper-pagination-switch {display: inline-block; width:15px; height: 15px; border-radius: 15px; background: #999; box-shadow: 0px 1px 2px #555 inset; margin: 0 8px; cursor: pointer; }
.pagination1 .swiper-active-switch {background:#fff;}
.n_about h1{color:#8FC41F;padding-bottom:10px;}
.con_line{width:100%;border-top:2px solid #8FC41F;margin-top:18px;}
.aidu_map{width:100%;}
.aidu_map img{width:100%;}
.btn{display:block;clear:both;width:100%;margin-bottom:30px;padding-top:30px;}
.btn-warning{cursor:pointer;color:#fff;background-color:#555555;border-color:#555555;width:100%;padding:10px 0;}
.form-control{height:30px;}
.form-control,.con_cont textarea {display: block;width: 100%;padding:6px 12px;font-size: 0.875em;line-height:30px;vertical-align: middle;
background-color: #fff;background-image: none;border: 1px solid #efefef;color:#999999;margin-top:20px;}
.col-md-offset-1{margin-left:5.33333333% !imortant;}
.join_style{margin-toP:25px;background:url(../images/joinbg.jpg) no-repeat center top;padding-top:25px;padding-bottom:20px;}
.join_cn{margin-top:160px;}
.develept li span{display:inline-block;background:#8FC41F;padding:0px 25px;margin-right:15px;color:#fff;font-size:1.125em;height:40px;line-height:40px;float:left;}
.develept li{display:block;clear:both;margin-top:30px;zoom:1;}
.develept li p{line-height:1.5em;}
.develept{margin-bottom:20px;}
.baidu_map{width:100%;position:relative;height:440px;overflow:hidden;}
.baidu_map img{max-width:none;}
.baidu_map .div1{position:absolute;margin-left:-960px;left: 50%;text-align:center;}
.entry-categories{padding:0 5px;}
.swiper-main{ display:none;}