@charset "utf-8";
/* CSS Document */

.home,
.sponsor, .menu > .navbar,
.highlight, .fullwidth-image,
.news-overlay, .supporter,
.team-overlay, .blog .plus-overlay,
.project-overlay{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

ol,ul,li{list-style:none;}
.clear{
	clear:both;
}
/* FEATURE */
.feature{
	padding: 50px 0;
}

.feature h1{
	font-size: 34px;
	margin-bottom: 15px;
	font-weight: 600;
}

.feature h1 span{
	color: #2796de;
}

.feature .tagline{
	font-size: 21px;
	color: #999;
	margin-bottom: 30px;
	font-family: 'Alegreya Sans', serif;
	line-height: 1.3;
}

.feature h3{
	font-size: 22px;
	font-weight: 600; 
	line-height: 34px;
	text-transform: uppercase;
	color: #333;
}

.feature h3 .fa{
	width: 35px;
	height: 35px;
	color: #fff;
	padding-top: 10px;
	text-align: center;
	font-size: 15px;
	border-radius: 2px;
	background-color: #2796de;
	margin-right: 10px;
}
.feature .fangan{
	width: 120px;
    height: 120px;
    color: #333;
    padding-top: 10px;
    text-align: center;
    font-size: 100px;
    border-radius: 2px; 
    margin:0 auto;
    line-height: 100px;
    display: block;
}
.feature .scheme {
	cursor: pointer;
}
.feature .scheme:hover  .text-center,
.feature .scheme:hover  .text-center,
.feature .scheme:hover  .fangan {
    color: #D8282B;
}
 
.feature p{
	font-size: 18px;
	color: #999;
	line-height: 1.7;
}

.feature a{
	font-size: 14px;
	margin: 10px 0; 
	display: inline-block;
	    float: right;
}

.feature a:hover{
	color: #2796de;
	text-decoration: none;
}

.feature a .fa{
	margin-left: 6px;
}


/* FEATURE PROJECT */
.feature-project{
	padding-top: 5rem;
	padding-bottom: 8rem;
}

.feature-project h1{
	font-size: 28px;
	margin-bottom: 15px;
	
}

.feature-project .tagline{
	font-size: 15px;
	color: #999;
	margin-bottom: 30px;
}

.project-img{
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 285px;
	overflow: hidden;
}

.col-md-4 .project-img{
	height: 400px;
}

.project-img:hover .project-overlay{
	top: 0;
	opacity: 1;
}

.project-img img{
	width: 100%;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.2);
	-webkit-transition: all 7s ease-in-out;
	-moz-transition: all 7s ease-in-out;
	-ms-transition: all 7s ease-in-out;
	-o-transition: all 7s ease-in-out;
	transition: all 7s ease-in-out;
}

.project-img:hover img{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 7s ease-in-out;
	-moz-transition: all 7s ease-in-out;
	-ms-transition: all 7s ease-in-out;
	-o-transition: all 7s ease-in-out;
	transition: all 7s ease-in-out;
}

.project-overlay{
	color: #fff;
	position: absolute;
	border-radius: 0;
	background-color: rgba(61, 160, 225, 0.8);
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;	
}	

.project-overlay .fa {
	background-color: #fff;
	border-radius: 1px;
	color: #2b8ecf;
	font-size: 11px;
	height: 32px;
	margin: 0 8px;
	padding-top: 10px;
	width: 32px;
}

.project-overlay h4{
	margin-top: 25px;
}

.project-overlay p{
	color: #fff;
}

.feature-project .carousel-indicators {
  	bottom: -70px;
	margin-left: -31.2%;
}

.feature-project .carousel-indicators li {
  	border: 0;
	text-indent: 0;
	height: 0;
	margin: 0 20px;
	width: 0;
}

.feature-project .carousel-indicators li.active .btn{
	background-color: #2b8ecf;
	color: #fff;
}

.feature-project .carousel-indicators li .btn{
	background-color: #fdfbfc;
	color: #222;
	border: 1px solid rgba(224, 215, 220, 0.4);
	border-radius: 3px;
	font-size: 12px;
	padding: 8px 11px;
} 
.p-x-0 {
    padding-left: 0;
    padding-right: 0;
}

.project-overlay h3 a{ color:#fff;}

/* title line*/
.border {
    width: 80px;
    height: 1px;
    background-color: rgba(224, 215, 220, 0.5);
    margin-bottom: 15px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/* SPONSOR */
.sponsor{
	
	padding: 3rem 0; 
}

.sponsor h1{
	font-size: 34px;
	margin: 15px 0;
	font-weight: 600
}
.sponsor p{
	font-size: 18px;
    color: #999;
    line-height: 1.7;
 text-transform: uppercase;
}

.bottom-footer{ border-top:1px solid #f0ebee; /*line-height:50px; */background:#333; color:#fff; padding: 20px 0;}
.thumbnail:hover .thumbnail>img{
    transform: scale(1.2);
}
.thumbnail>img{
    transition: all .5s ;
}
.bottom-footer a{
	color: #fff;
}
.bottom-footer .foot_h4{
	line-height: 34px;
}

.bottom-footer .foot_p p{
	line-height: 28px;
}
.bottom-footer .foot_ul li{
	line-height: 24px;
}

/* about PAGE */
.page-header{
	background: #f0f0f0;	
	margin: 0;
	padding: 25px  0;
	border: 0;
}

.page-header h1{
	color: #33383f; 
	font-size: 26px; 
	text-align: left; 
	text-transform: capitalize;
	font-weight: 100; 
	letter-spacing: 1px; 
	word-spacing: 2px;
}

.page-header p{
	color: #999; 
	font-size: 16px; 

	font-style: oblique;
	letter-spacing: 0.4px; 
	word-spacing: 2px;
	
}
.blog .thumbnail .caption {
    padding: 30px 20px;
}
.caption{ margin-bottom:30px;/* background:#f0f0f0;*/}
.caption2{ margin-bottom:0 !important;/* background:#f0f0f0;*/}

/*tubiao*/
.feature-hex,
.feature-hex:before,
.feature-hex:after{
    background-color: #2796de;
    border-style: solid;
    border-color: transparent;
    border-width: 1px;
    border-top: none;
    border-bottom: none;
    height: 16px;
    width: 30px;
	line-height: 12px;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}


.feature-hex{
	float: left;
    text-align: center;
    position:relative;
    z-index:0;
    margin-right: 10px;
}

.feature-hex:after,
.feature-hex:before{
    content: "";
    position: absolute;
    top:0;
    left: -1px;
    z-index: -1;
}

.feature-hex:before{
    -webkit-transform: rotate(60deg);
       -moz-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
            transform: rotate(60deg);
}

.feature-hex:after{
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
         -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
}

.pull-left{ margin-top:5px;}
.feature-hex .fa {
    color: #fff;
	font-size:14px;

}
.contact_in .contact_left{
	width: 100px;
	float: left;
	margin-left: 40px;
} 
.contact_in .contact_right{
	margin-left: 60px;
	float: left;
} 
.contact_right h3{
	font-size: 26px;
	line-height: 52px;
	margin-top: 12px;
}
.contact_right p{
	font-size: 18px;
	line-height: 36px;
	text-transform: none;
}
.contact_right_c{
	    padding-top: 45px
}
.contact_in i{
	margin-left: 10px;
	width: 120px;
    height: 120px;
    color: #333; 
    text-align: center;
    font-size: 80px;
    border-radius: 2px;
    margin: 0 auto;
    line-height: 120px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 120px;
 
}  
/*lianxiwomen*/
.contact-form h1{ font-size:26px;}
.contact-form p {
    margin-bottom: 25px;
    color: #999;
    font-size: 15px;
	margin-top:18px;
}

.sponsor .fangan2{
	width: 120px;
    height: 120px;
    color: #333;
    padding-top: 10px;
    text-align: center;
    font-size: 100px;
    border-radius: 2px;
    margin: 0 auto;
    line-height: 100px;
 
}
.pub_banner img{
	width: 100%;
	display: block;
}

.about_box{
	margin: 20px 0px; 
	/*border-left: 1px solid #D8282B;*/
}
.about_box li{
	font-size: 18px;
	color:#333;
	line-height: 50px;
	margin-top: 5px;
}
.about_box li:hover{
	color: #ffffff;
	background: #D8282B;
	border-radius: 0 20px 20px 0;
}
.about_box li:nth-child(1){
	margin-top: 0px;
}
.about_box .active{
	color: #ffffff;
	background: #D8282B;
	border-radius:  0 50px 50px 0;
}
.about_content{
	background: url(../img/about-b.png)  no-repeat;
	    background-position: center bottom;
	    background-size: 600px 500px;
}
	
		/* 图片无缝滚动-左例子css */

		.picMarquee-left{ overflow:hidden; position:relative;  border:1px solid #ccc;  height:278px }
		.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#db7093; padding:0 10px; color: yellow;  }
		.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("__STATIC__/Home/img/arrow.png") no-repeat;}
		.picMarquee-left .hd .next{ background-position:0 -50px;  }
		.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
		.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }

		.picMarquee-left .bd{ padding:10px;   }
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picMarquee-left .bd ul li .pic{ text-align:center; }
		.picMarquee-left .bd ul li .pic img{ width:300px; height:226px; display:block; padding:2px; border:1px solid #ccc; }
		.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
		.picMarquee-left .bd ul li .title{ line-height:32px;overflow: hidden; font-size:20px;}
