
#fullpage {
    height: 100%;
}

.header {
    position: fixed;
}

#fullpage .slide {
    position: relative;
}

#fullpage .slide .slide-pic img {
    height: 100vh;
    width: 100%;
}

#fullpage .slide .slide-info {
    font-size: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#fullpage .slide .slide-info:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

#fullpage .slide .slide-info-box {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 100%;
    color: #242424;
}

#fullpage .slide .slide-info-box .tip {
    font-size: 14px;
    font-weight: bold;
}

#fullpage .slide .slide-info-box h2 {
    font-size: 40px;
    padding: 12px 0 24px;
}

#fullpage .slide .slide-info-box p {
    font-size: 16px;
    line-height: 24px;
}

#fullpage .slide .slide-info-box .more {
    color: #fff;
    display: inline-block;
    width: 214px;
    height: 58px;
    line-height: 58px;
    margin-top: 40px;
    text-align: center;
    border: 1px solid #13956b;
    border-radius: 30px;
    background-color: #13956b;
}

#fullpage .slide .slide-info-box .more:hover {
    background-color: transparent;
    color: #13956b;
}

#fullpage .section {
    position: relative;
    overflow: hidden;
}

#fullpage .section .page-bg {
    position: absolute;
    bottom: 0;
    height: 100%;
    left: 0;
    top: 0;
	width:100%;
}

#fullpage .section .page-bg img {
    display: block;
    float: left;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#fullpage .section .section-cont {
    position: absolute;
    top: 40px;
    width: 100%;
    padding: 96px 0 0;
    color: #13956b;
}

#fullpage .section .section-cont h2 {
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    line-height: 100%;
}

#fullpage .section .section-cont h3 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-top: 28px;
    line-height: 100%;
}

#fullpage .section .section-cont.colorF {
    color: #fff;
}

/*===FlexSlider幻灯片  开始===*/
.banner {width:100%; }
/*幻灯片标题*/
 .flex-caption { width:100%; padding:3px 0px; position: absolute; bottom: 3px;color: #fff;text-align: right;font-size: 14px;line-height: 22px;height:22px;}
/* FlexSlider Necessary Styles*/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {  border: 0px solid #fff; position: relative;  zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
/*.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}*/
.flex-control-nav{ width: 100%;position:absolute; bottom:50px;  margin:0px; text-align: center; border:0px dashed red}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block;  background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.5); -moz-box-shadow: inset 0 0 3px rgba(255,255,255,0.5); -o-box-shadow: inset 0 0 3px rgba(255,255,255,0.5); box-shadow: inset 0 0 3px rgba(255,255,255,0.5); }
.flex-control-paging li a:hover { background: #da251c; }
.flex-control-paging li a.flex-active { background: #da251c;  cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/*===FlexSlider幻灯片  结束===*/

.index_title{width:1200px; margin:20px auto; display:table; font-size:20px;color:#005bab; font-weight:bold; max-width:1200px;}
.proclass{width:1200px; margin:30px auto; display:table;max-width:1200px;}
.proclass ul{margin:0px; padding:0px;}
.proclass ul li{width:23.5%; margin-right:2%; float:left; margin-bottom: 20px;}
.proclass ul li:nth-child(4n+4){margin-right:0px;}
.proclass ul li img{width:100%; height: 282px; float:left;}
.proclass ul li span{width:100%; height:40px; line-height:40px;  overflow: hidden; font-size:16px; color:#005bab; text-align:center; float:left;}
.proclass ul li:hover span{background:#005bab; color:#fff;}



.hidden
{
	display: none;
}
.visible
{
	display: block;
}
.thumbnail-active
{
	filter: alpha(opacity=100);
	opacity: 1.0;
	cursor: pointer;
}
.thumbnail-inactive
{
	filter: alpha(opacity=90);
	opacity: 0.9;
	cursor: pointer;
}
.thumbnail-text
{
	color: #7A7677;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 10px 2px 2px 0px;
}

.solution .row{margin:30px auto;}

.solution .page-cen {
	width:1200px;
    position: relative;
    margin-top: 50px;
}

.solution .nav_sol {
    position: absolute;
    left: 0;
    top: 128px;
    width: 102px;
    border: 1px solid #ccc;
    padding: 25px 10px;
    z-index: 2;
    background: #f2f2f2;
}

.solution .nav_sol li {
    border: 2px solid #7e7c7c;
    border-radius: 6px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    font-size: 16px;
    color: #7e7c7c;
    text-align: center;
    cursor: pointer;
}

.solution .nav_sol li.active {
    border-color: #13956b;
    color: #13956b;
}

.solution .cont_sol {
    position: relative;
    left: 0;
    top: 0;
    /* padding-left: 170px; */
}

.solution .cont_sol li {
    /* position: absolute; */
    /* left: 0; */
    padding-bottom: 20px;
    position: relative;
}

.solution .cont_sol li .tip {
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 68px;
    color: #fff;
    padding: 30px 10px;
    /*background: url(../images/arrow_ttop.png) no-repeat 56px 30px #13956b;*/
	background:#13956b;
    font-size: 32px;
    line-height: 100%;
}

.solution .cont_sol li .tip i {
    font-style: normal;
    padding-left: 8px;
    font-weight: lighter;
}

.solution .cont_sol li .tip span {
    display: block;
    font-size: 13px;
    margin-top: 18px;
    text-align: center;
}

.solution .cont_sol li .content h4 {
    font-size: 18px;
    font-weight: bold;
    color: #13956b;
}

.solution .cont_sol li .content h6 {
    font-size: 16px;
    font-weight: lighter;
    color: #666;
    padding-top: 16px;
}

.solution .cont_sol li .content h6:after {
    content: '';
    width: 34px;
    height: 2px;
    display: block;
    background-color: #13956b;
    margin-top: 26px;
}

.solution .cont_sol li .content .spel {
    font-size: 16px;
    color: #13956b;
    padding: 24px 0;
}

.solution .cont_sol li .content p {
    color: #666;
    line-height: 26px;
    width: 456px;
}
.partner .content {
    position: relative;
    height: 420px;
	margin-top:50px;
}
.partner .par_text{font-size:16px; margin-bottom:50px; color:#666; line-height:30px;}
@media screen and (max-width:1280px) {
.partner .par_text{font-size:14px; margin-bottom:20px;}	
}
.choose .content {
    position: relative;
    height: 420px;
	margin-top:100px;
}
.whychooseus{width:1200px; margin:0 auto; overflow:hidden; padding:50px 0;}
.whychooseus .company_pic{width:570px; height:300px; overflow:hidden; float:left;}
.whychooseus .company_pic img{width:100%;}
.whychooseus .company_intro{float:right; width:570px;}
.whychooseus .company_intro h4{font-size:36px; line-height:36px; margin-bottom:20px; color:#222; font-weight:bold;}
.whychooseus .company_intro p{margin:8px 0; font-size:15px; color:#444; line-height:45px;}


.Map .content {
    position: relative;
    height: 520px;
}

.Map #containMap {
    position: absolute;
    width: 1200px;
    height: 100%;
    margin-top: 80px;
    z-index: 200;
}

.Map .tooltip {
    position: absolute;
    z-index: 999;
    height: 100%;
    right: 10%;
    top: 0;
}

.Map .tooltip:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.Map .tooltip .tooltip_box {
    display: inline-block;
    width: 280px;
    padding: 22px 30px;
    border: 1px solid #00fcff;
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
    vertical-align: middle;
}

.Map .tooltip .tooltip_box .title {
    margin-bottom: 10px;
    font-size: 18px;
}

.Map .tooltip .tooltip_box .title:after {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
}

.Map .tooltip .tooltip_box p {
    line-height: 30px;
}

.Map .tooltip .tooltip_box p span {
    display: inline-block;
    width: 196px;
    vertical-align: top;
}

.sample .page-cen {
    position: relative;
}

.sample .sampleBox {
    /*margin: 0 -115px;*/
    overflow: hidden;
    padding-top: 50px;
}

.sample .sampleList {
    overflow: hidden;
}

.sample li {
    float: left;
    width: 700px;
    padding: 0 15px;
    /* margin-right: 30px; */
}
.sample li .pic {
        height: 400px;
        overflow: hidden;
    }
.sample li img {
    /*width: 700px;*/
    height: 400px;
    width: 100%;
}

.caroul .info {
    padding: 24px 40px;
}

.caroul .info h4 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.caroul .info .date {
    color: #13956b;
    margin-top: 15px;
    margin-bottom: 25px;
    line-height: 100%;
}

.caroul .info .date:after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background-color: #005bab;
    margin-top: 25px;
}

.caroul .info p {
    font-size: 15px;
    color: #666;
    line-height: 30px;
}

.caroul .info .more {
    /* margin-top: 40px; */
    padding-left: 20px;
    background: url(../images/icon_a.jpg) no-repeat 0 50%;
    color: #666;
    display: block;
}

.caroul .info .more:hover {
    color: #13956b;
}

.prevSample,
.nextSample {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 63px;
    margin-top: -32px;
    background: url(../images/arrow.png) no-repeat 0 0;
    cursor: pointer;
}

.prevSample {
    left: -103px;
}

.nextSample {
    background-position: -64px 0;
    right: -103px;
}

.nextSample:hover {
    background-position: -64px -64px;
}

.prevSample:hover {
    background-position: 0 -64px;
}

.newsList_rel {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.newsList {
    /*margin: 50px 0;*/
    /*width: 100%;*/
}

.newsList li {
    float: left;
}

.newsList li .pic {
    overflow: hidden;
	 height: 480px; 
}
.newsList li .pic img{height:100%;}
.newsList li img {
    width: 100%;
}

.prevNews,
.nextNews {
    position: absolute;
    top: 0;
    width: 342px;
    height: 595px;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    cursor: pointer;
}

.prevNews:before,
.nextNews:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.prevNews:after,
.nextNews:after {
    content: '';
    display: inline-block;
    height: 65px;
    width: 65px;
    background: url(../images/arrow_news.png) no-repeat 0 50%;
}

.prevNews {
    left: 0;
}

.nextNews {
    right: 0;
}

.nextNews:after {
    background-position: 100% 50%;
}

body.wfEditorMode .solution a.wfEditorMode {
    float: left;
    margin-top: 0;
}

.about {
    height: 660px !important;
}

.about .pic {
    position: absolute;
    bottom: 0;
    left: 0;
}

.about .pic img {
    display: block;
}

.about .info {
    width: 800px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 30px;
    margin-top: 60px;
    text-align: center;
	text-shadow: 2px 2px 2px #000;
}

.about ul {
    text-align: center;
    margin-top: 50px;
}

.about ul li {
    display: inline-block;
    width: 150px;
    vertical-align: top;
}

.about ul li .num {
    font-size: 54px;
    line-height: 62px;
}

.about ul li .sep {
    height: 134px;
    background: url(../images/icon_sep.png) no-repeat 50%;
}

.gundong {
    width: 18px;
    height: 26px;
    background: url(../images/mouse.png) no-repeat center left;
    position: fixed;
    animation: gunmove 1.5s infinite;
    -moz-animation: gunmove 1.5s infinite;
    -o-animation: gunmove 1.5s infinite;
    -webkit-animation: gunmove 1.5s infinite;
    -o-animation: gunmove 1.5s infinite;
    left: 50%;
    margin-left: -17px;
    bottom: 10px;
    cursor: pointer;
}

.gundong.style02 {
    background-position: right center;
}

@keyframes gunmove {
    0% {
        margin-bottom: 20px;
        opacity: 1;
    }
    100% {
        margin-bottom: 0px;
        opacity: 0;
    }
}

@-webkit-keyframes gunmove {
    0% {
        bottom: 15%;
        opacity: 1;
    }
    100% {
        bottom: 13%;
        opacity: 0;
    }
}

@-moz-keyframes gunmove {
    0% {
        bottom: 15%;
        opacity: 1;
    }
    100% {
        bottom: 13%;
        opacity: 0;
    }
}

@-o-keyframes gunmove {
    0% {
        bottom: 15%;
        opacity: 1;
    }
    100% {
        bottom: 13%;
        opacity: 0;
    }
}

@media screen and (max-width:1600px) {
    .sample li .pic {
        height: 250px;
        overflow: hidden;
    }
	.sample li img {
    /*width: 700px;*/
    height: 250px;
    width: 100%;
}
     .newsList li .pic {
        height: 350px;
    } 
	.newsList li .pic img{height:100%;}
    .sample .sampleBox {
        padding-top: 50px;
    }
    .sample li {
        width: 400px;
    }
    .sample .page-cen {
        width: 880px;
    }
    .Map #containMap {
        margin-top: 38px;
    }
    #fullpage .section .section-cont {
        padding-top: 64px;
    }
    .solution .page-cen {
        margin-top: 40px;
    }
    #fullpage .section .section-cont h2 {
        font-size: 34px;
        line-height: 40px;
    }
    #fullpage .section .section-cont h3 {
        font-size: 28px;
        margin-top: 5px;
    }
    #fullpage .slide .slide-info-box .page-cen {
        width: 1000px;
    }
    .page-cen {
        width: 1200px;
    }
    .solution .page-cen {
        width: 1200px;
    }
    .newsList_rel {
        margin-top: 28px;
    }
    .caroul .info {
        padding: 14px 20px;
    }
    .caroul .info .date {
        color: #13956b;
        margin-top: 14px;
        margin-bottom: 14px;
    }
    .caroul .info .date:after {
        margin-top: 18px;
    }
    .caroul .info .more {
        margin-top: 10px;
    }
}
@media screen and (max-width:1366px) {
	 .page-cen {
        width: 1000px;
    }
    .solution .page-cen {
        width: 1000px;
    }
}
@media screen and (max-width:1280px) {
    #fullpage .slide .slide-info-box .page-cen {
        width: 800px;
    }
	 .page-cen {
        width: 1000px;
    }
    .solution .page-cen {
        width: 1000px;
    }
    .solution .page-cen {
        width: 1000px;
		margin-top:10px;
    }
    .Map .page-cen {
        width: 1000px;
    }
    .sample .page-cen {
        width: 700px;
    }
    .sample li .pic {
        height: 194px;
    }
	
	.sample li img {
    height: 100%;
    width: 100%;
}
    .sample li {
        height: 400px;
    }
    .newsList li .pic {
        height: 250px;
    }
}



.probox2{width:238px; padding:30px 18px; display: table-cell;  background:#fff; border-right:1px solid #e8e8e8;}
.probox2 .title{width:238px; height:80px; color:#666; font-size:12px; line-height:20px; }
.probox2 .title .xh{font-size:20px; height:40px; line-height:40px; width:100%; border-bottom:1px solid #666; float:left; overflow:hidden;}
.probox2 span{float:left; text-align:center; width:100%; line-height:30px;}
.probox2 .img{width:100%;margin-top: 20px;}
.probox2 .img img{width:100%; height:100%;}
.probox2 .text{width:100%; margin:10px 0 20px; color:#666; height:50px; line-height:25px; overflow:hidden;}
.probox2 .more{width:120px; margin:20px auto 10px; background:#13956b; color:#fff; font-size:14px; height:30px; line-height:30px;text-align:center; box-shadow:2px 2px 5px #ccc;}
.probox2 .more:hover{background:#000;}

.prevPro,
.nextPro {
    position: absolute;
    top: 50%;
    width: 64px;
    height: 63px;
    margin-top: -32px;
    background: url(../images/arrow.png) no-repeat 0 0;
    cursor: pointer;
}

.prevPro {
    left: -103px;
}

.nextPro {
    background-position: -64px 0;
    right: -103px;
}

.nextPro:hover {
    background-position: -64px -64px;
}

.prevPro:hover {
    background-position: 0 -64px;
}

.index_cooperations {
    overflow: hidden;
}

.index_cooperations>li {
    float: left;
    overflow: hidden;
    margin-right: 19px;
    margin-bottom: 15px;
    cursor: pointer;
}

@media screen and (max-width:1280px) {
 .index_cooperations>li img{width:180px;}	
	
}
/*Alternative home  about block*/


.about-home-block{
	position:relative;
	/*overflow:hidden;*/
	margin-bottom:15px;
}

.about-home-block .caps{
	position:absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	padding: 0 .2em .2em .5em;	
	background-color:white;
	opacity:.9;
	filter:alpha(opacity=90); /* IE transparency */ 

}

.about-home-block .caps h3{
	font-size:1em;
}

@media only screen and (min-width:768px){
	
	.about-home-block .caps{
		padding: 0 1em .5em 1em;	
	}
	
	.about-home-block .caps h3{
		font-size:1.3em;
	}
	

}

.caps-full{
	top:0;
	bottom:0;
	left:0;
	position:absolute;
	width:100%; 
	padding:1em;
	color:#444;
}


.img-wrap img{
	vertical-align: top;
	-webkit-transition: all .2s ease-in-out;
	  -moz-transition: all .2s ease-in-out;
	  -o-transition: all .2s ease-in-out;
	  transition: all .2s ease-in-out;
	
}


.img-wrap {
    display: block;
    padding: 0px;
    vertical-align: top;
    overflow: hidden;
}

.l-wrap {
	position: relative;
	display: block;
	cursor:pointer;
	overflow: hidden;
}

span.more .read-more{
	color:#2e59a7;
	font-size:smaller;
}



.l-wrap:hover .img-wrap img {
	-webkit-transform:scale(1.1);
	transform: scale(1.1);
	
}

.l-wrap:hover .more{
	opacity:1;
	filter:alpha(opacity=100); /* IE transparency */ 
	display:block;
}

.more{
  opacity:0;
  display:none;
  font-size:.9em;
  color:#444;
  line-height:1.2em;
  padding-bottom: 5px;
}

.more-full{
	font-size:.9em;
	line-height:1.2em;
}

.full-btn{
	position: absolute;
	width: 82%;
	bottom: 1em;
	right: 1em;
	left: 1em;
	margin: 0 auto;
}


/*end Alternative about block*/


