/**********  所有页面都要共用的样式  **********/

/*头部导航栏设置*/
.header-top {
    font-size: 25px;
     position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    width: 80%;
    margin-left:10%;
    z-index: 1000;
   font-family: 微软雅黑;
    text-align: center;
    /*border: 0.5px solid #fff;*/
}

.header-top a,.dropdown-menu li a{
    color: #fff;
    
}

.header {
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

ul{
	padding:0 0;
	margin:0 0;	
}

li{
	padding:0 0;
	margin:0 0;	
}
.dropdown-menu li a{
     padding: 0.5em 0;
    font-size: 23px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #FAEE0D;
    text-decoration: none;
    background-color: transparent;
    border-top: 4px solid #FAEE0D;
    border: 2px solid #FFFFFF;
    padding: 0.5em 0;
}
ul.dropdown-menu {
    background: rgba(0, 0, 0, 0.2); !important;
    top: 90%;
    left: -10%;
    text-align: center;
    min-width: 100%;
    padding: 0px;
    /*border: 2px solid #FFFFFF;*/
}

.dropdown-menu li{
    margin: 0;
    
}
.navbar {
     min-height: 0; 
     margin-bottom: 0; 
}
/*.top-menu {
   float:left;
}*/

.top-menu-li {
  display: inline-block;
    padding: 0.8em 1em;
 }
 .top-menu-li a:hover {
  border-top: 4px solid #FAEE0D;
  color:#FAEE0D;
}

.header-active {
  border-top: 4px solid #FAEE0D;
  color:#FAEE0D!important;
}
.logo {
    text-align: center;
    width: 100%;
    /*margin: 17em auto 0;*/
}
.logo a {
    font-size: 9em;
    text-transform: capitalize;
    text-decoration: none;
    color:#fff;
    font-family: 仿宋, cursive;
}

/*自定义基础通用样式*/
body{
    background: #f8f8f8;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 300;
}
a:visited{
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}
/*所有按钮加渐变动画*/
.btn{
    -webkit-transition: all 0.225s ease-in-out;
    -moz-transition: all 0.225s ease-in-out;
    -o-transition: all 0.225s ease-in-out;
    transition: all 0.225s ease-in-out;
}
/*所有按钮加渐变动画*/

/*幽灵按钮*/
.btn-outline-inverse{
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.btn-outline-inverse:hover{
    color: #07ae3b;
    text-shadow: none;
    background-color: #fff;    
}

.btn-outline-blue{
    color: #07ae3b;
    background: transparent;
    border-color:#07ae3b;
}
.btn-outline-blue:hover{
    color: #fff;
    text-shadow: none;
    background-color: #07ae3b;    
}
/*幽灵按钮*/

/*标题下方的短下划线*/
.line{
    border-top: 1px solid #07ae3b;
    width: 30px;
}
.line-big{
    margin: 30px auto 26px;
    border-width: 2px;
    width:80px;
}

/*标题下方的短下划线*/

/*复写引用样式*/

/*自定义基础通用样式 */

/*所有页面共享的样式如导航,页脚等 */
/*手机超小屏幕下的单独样式 xs < 768px */
@media (max-width: 767px){
    /*全部-导航*/
    body{
        padding-top: 0;/*移动端若固定顶部导航的话高度为52px*/
        padding-bottom: 55px;
    }
    #header .navbar{/*移动端导航不固定顶部*/
        position: relative !important;
    }
    #header .navbar{
        padding-bottom: 0;
    }
    /*全部-导航*/
    /*全部-页脚*/
    #footer .footer-wechat p{
        text-align: left !important;
    }
    /*全部-页脚*/   
}
/*手机超小屏幕下的单独样式 xs < 768px */

/*大于手机屏幕时的样式 sm >= 768px */
@media (min-width: 768px){
    body{
        padding-top:0px;/*顶部固定导航条的空间*/
    }
    /*全部-导航*/
    #header .navbar{
        border-radius: 0;
        padding: 15px 0;
    }
    #header .navbar-nav>li>a{
        padding: 15px 0;
    }
    /*全部-导航*/
}
/*大于手机屏幕时的样式 sm >= 768px */

/*平板小屏幕样式 768px <= sm < 992px */
@media (min-width: 768px) and (max-width: 991px){
    /*全部-页脚*/
    #footer .footer-contact h2{
        font-size: 26px !important;
    }
    /* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #footer .footer-contact h2{
            padding-left: 0;
            font-size: 22px !important;
        }
    }
    /*全部-页脚*/
}
/*平板小屏幕样式 768px <= sm < 992px */

/*大于992px以上固定宽度为970px md >= 992px */
@media (min-width: 992px){
    /*全部-最大宽度*/
    .container {
        width: 970px;
    }
    /*全部-最大宽度*/
    /*全部-页脚*/
    #footer .footer-item-last{
        border-right: 2px solid #c1c1c1;
    }
    #footer .footer-contact h2{
        padding-left: 20px;
    }
    /* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #footer .footer-contact h2{
            padding-left: 10px !important;
        }
    }
    /*全部-页脚*/
}
/*大于992px以上固定宽度为970px md >= 992px */



/*全部-导航条样式复写*/
/*全部-导航条样式复写*/
/**********  所有页面都要共用的样式  **********/
/**********  首页单独的样式  **********/
/*首页样式开始*/
/*首页-行板块*/

.index-row .main-title{
    text-align: center;
    margin-bottom:20px;
}
.main-title1{
    overflow: hidden;
    background-color: #fff;
    width:100%;
    text-align: center;
}

/*首页-行板块*/
/*首页-项目活动*/

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.inner-box{
    border: 1px solid #61a93e;
    box-shadow: -10px 10px 8px 0 #9e9e9e;
}

.column{
	position:relative;
	display:block;
	float:left;
    margin:20px 0;
    
}

.default-featured-column .inner-box{
	position:relative;
	background:#ffffff;	
}

.default-featured-column .image-box{
	position:relative;
	overflow:hidden;	
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}


.default-featured-column .image-box img{
	display:block;
	width:100%;
	opacity: 0.8;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.default-featured-column:hover .image-box img{
	opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.default-featured-column .inner-box{
	position:relative;
	background:#ffffff;	
}

.default-featured-column .image-box{
	position:relative;
	overflow:hidden;	
}



.default-featured-column:hover .image-box:before{
	left:0px;
	top:0px;
}

.default-featured-column:hover .image-box:after{
	right:0px;
	bottom:0px;
}



.default-featured-column .content-box{
	position:relative;
	padding:20px 20px 20px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 1px 30px rgba(7, 76, 213, 0.07);	
}

.list-view .default-featured-column .content-box{
	padding-top:0px;	
}

.default-featured-column .content-box .text{
	position:relative;
	margin-bottom:25px;
}

.default-featured-column h3{
	font-size:18px;
	text-transform:uppercase;
	font-weight:800;
	margin-bottom:5px;
}

.default-featured-column .detail-header h2{
	font-size:32px;
	text-transform:uppercase;
	font-weight:800;
	margin:5px 0px 10px 0px;
}

.default-featured-column .bigger-text{
	font-size:18px;
	margin-bottom:20px;	
}

.default-featured-column.style-two h3{
	font-family: "Poppins",sans-serif;
	font-size:24px;
	font-weight:600;
	text-transform:capitalize;
}

.default-featured-column h3 a{
	font-family: "Poppins",sans-serif;
	font-size:24px;
	font-weight:600;
	text-transform:capitalize;
	color:#25292f;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.default-featured-column h3 a:hover{
	color:#61a93e;	
}

.default-featured-column .column-info{
	position:relative;
	font-size:15px;
	margin-bottom:15px;
	color:#61a93e;	
}

.default-featured-column .text{
	position:relative;
	font-size:15px;
	color:#8d8d8d;
}

.project-details .default-featured-column h3{
	font-size:24px;
	font-weight:800;
	margin-bottom:20px;
}

.btn-style-three{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 25px;
	font-family: "Montserrat",sans-serif;
	letter-spacing: 1px;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	background:none;
	color:#374853 !important;
	border:1px solid #e0e0e0 !important;
	border-radius:1px;
}

.btn-style-three:hover{
	background:#25292f;
	color:#ffffff !important;
	border-color:#25292f !important;	
}
.our-news{
    background:url("../jpg/stats.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.our-achi{
    margin-top: 20px;
    background: url("../jpg/banner2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

.our-action-item{
    -webkit-transition: all 0.225s ease-in-out;
    -moz-transition: all 0.225s ease-in-out;
    -o-transition: all 0.225s ease-in-out;
    transition: all 0.225s ease-in-out;
    text-align: center;
    background-color: #fafafa;
    border:1px solid #c1c1c1;
    padding:10px;
}
.our-action-item:hover{
    background-color: #07ae3b;
    border:1px solid #07ae3b;
    box-shadow: 0 0 20px 0 rgba(45,183,245,.5);
    color: #fff;
}
.our-action-item:hover > .glyphicon{
    color: #fff;
}
.our-action-item .glyphicon{
    color: #07ae3b;
    font-size: 80px;
    line-height: 1.5em;
}
.our-action-item h3{
    line-height: 1.5em;
}
.our-action-item p{
    line-height: 1.5em;
}
/*首页-项目活动*/

/*首页-项目成果*/
/*手机超小屏幕下的单独样式 xs < 768px */
@media (max-width: 767px) {
    .card-item {
        width: 100% !important;
    }

    .card-area .card-active {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;;
        -o-transform: scale(1) !important;;
        -ms-transform: scale(1) !important;;
        z-index: 10 !important;
    }
}
.our-achi{
    background-color: #ffffff;
}
.card-box{
    padding-top: 20px;
    padding-bottom: 60px;
}
.card-area {
    padding: 0;
    margin: 0;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.card-area .card-item{
    float:left;
    position:relative;
    list-style:none;
    width: 25%;
    background-color: #fafafa;
    border:1px solid #c1c1c1;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.card-area .card-item .card-title{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c1c1c1;
}
.card-area .card-item .card-title h4{
    font-weight: bold;
    color: #07ae3b;
}
.card-area .card-item .card-title h4,.card-area .card-item .card-title p{
    margin: 0;
    line-height: 2em;
}
.card-area .card-item .card-content{
    padding-top:20px;
    padding-bottom: 30px;
}
.card-area .card-item .card-content p{
    line-height: 3em;
}
.card-area .card-item .card-content a{
    padding-left: 20px;
    padding-right: 20px;
}
.card-area .card-active {
    background-color: #07ae3b;
    border:1px solid #07ae3b;
    box-shadow: 0 0 20px 0 rgba(45,183,245,.5);
    color: #fff;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 11;
}
.card-area .card-active .card-title{
    border-color: #ffffff;
}
.card-area .card-active .card-title h4{
    color: #fff;
}
/*首页-项目成果*/
@media (max-width: 768px) {
  .bd-home-dynamic-content {
    margin: 0;
  }
  .bd-dynamic-news {
    margin: 0 2rem;
  }
  .topic-title {
    margin: 0 2rem;
  }
}

.bd-home-dynamic-content .row {
  margin: 0 0 0 -2.5rem;
}

.bd-home-dynamic-content .row .col-sm-5,
.bd-home-dynamic-content .row .col-sm-7,
.bd-home-dynamic-content .row .col-xs-12 {
  padding: 0 0 0 2.5rem;
}

.bd-dynamic-news,
.bd-dynamic-topic {
  font-size:20px;
  color:#100f0f;
  letter-spacing: 0;
  line-height: 1.5rem;
  text-align: left;
}
.news-box{
  display: table-cell;
  line-height: 3rem;
  width: 80%;
  vertical-align: middle;
  color: #000;
  padding-left: 15px;
  position: relative;
  border-radius: 2px;
}
.news-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 1.2rem;
  line-height: 3rem;
}

.news-item {
  display: table-row;
  width: 100%;
}

.decoration:before,
.decoration:after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  background: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.news-item:nth-child(1) .decoration:before {
  display: none;
}

.news-item:nth-last-child(1) .decoration:after {
  display: none;
}

.decoration:before {
  top: 0;
}

.decoration:after {
  bottom: 0;
}

.decoration {
  display: table-cell;
  width: 10%;
  position: relative;
  vertical-align: middle;
  text-align: center;
}

.news-item:hover .news-box {
  background-color: #64b7f7;
  color: #fff;
}

.news-item:hover .news-box:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #64b7f7;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.news-item:hover .solid-circle {
  background: #64b7f7;
}

.news-item .news-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
	color: #100f0f;
	font-size:16px;
}

.news-item:hover .news-title {
  color: #fff;
  text-decoration: underline;
}

.news-item:hover .news-time {
  color: #fff;
}

.news-box {
  display: table-cell;
  line-height: 3rem;
  width: 80%;
  vertical-align: middle;
  color: #000;
  padding-left: 15px;
  position: relative;
  border-radius: 2px;
}

.news-circle {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #fff;
  vertical-align: middle;
}

.solid-circle {
  background: #ccc;
  border-radius: 50%;
  width: 0.6rem;
  height: 0.6rem;
  overflow: hidden;
  margin: 0.3rem;
}

.more-news {
  padding-top: 2rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
}

.more-news-tip {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  padding-right: 3em;
  color: #100f0f;
  font-size:16px;
  background: url(../jpg/gray_right.png) right 1em center/ auto 100% no-repeat;
}

.more-news-tip:hover {
  background-image: url(../img/gray_right_01.png?v=12);
}

.news-time {
  color: #999999;
  font-size: 1rem;
  line-height: 2rem;
}

.more-news-img {
  display: inline-block;
  vertical-align: middle;
  height: 1.2rem;
  padding-left: 0.5rem;
}

.dynamic-title1 {
  line-height: 3;
  font-size: 1.7rem;
}

.bd-dynamic-topic .row {
  margin: -1.5rem 0 0 -1.5rem;
}

.bd-dynamic-topic .row .col-xs-6,
.bd-dynamic-topic .row .col-sm-6 {
  padding: 1.5rem 0 0 1.5rem;
}

@media (max-width: 768px) {
  .bd-dynamic-topic .row {
    margin: -1px 0 0 -1px;
  }
  .bd-dynamic-topic .row .col-xs-6,
  .bd-dynamic-topic .row .col-sm-6 {
    padding: 1px 0 0 1px;
  }
}

.bd-topic-items {
  /* min-width: 786px;*/
  /*    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;*/
  /*width: 310px;
    height: 225px;*/
}

.bd-dynamic-topic .item {
  margin: 0;
  display: block;
}

.item {
  position: relative;
  margin-top: 2rem;
}

.item .img-outer {
  padding-bottom:35%;
}

.item .card-img {
  width: 100%;
  height: 100%;
}

.item:hover {
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.50);
  color: #333;
}

.item:hover .card-img-bottomlay {
  color: #000000;
}

.card-img-bottomlay {
  position: absolute;
  bottom:60px;
  left: 0;
  width: 100%;
  height: 4rem;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 4rem;
  color: #100f0f;
	font-size:10px;

}

.bd-dynamic-timeline {
  float: left;
  margin-top: 3.5rem;
  /* margin-left: 4.5rem;*/
  padding: 1px 3px;
  background: url(../img/timeline.png?v=12) center top/2px 100% no-repeat;
  overflow: hidden;
}

.bd-dynamic-timeline li {
  position: relative;
  list-style-type: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 4.3rem;
  /* border: 1px #666 solid; */
  border-radius: 100%;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 1px 3px 0 #999999;
}

.bd-dynamic-timeline li span {
  display: block;
  border-radius: 100%;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #c0c0c0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bd-dynamic-event {
  float: left;
  width: 81%;
  margin-top: 1.6rem;
}

.bd-dynamic-event div {
  padding: 1.3rem 0 1.3rem 1.8rem;
  font-size: 1.3rem;
  color: #333333;
  background-repeat: no-repeat;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

