ul {
    list-style:none;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;


}
body{
	background: #f4f7f7;
}
header{
	background: #fff;
}
.container-fluid{
	padding:0;
	margin:0;
}
.container{
	padding:0;
}
.col-md-2{
	padding:0;
}
.clear{
	clear:both;
}
.logo{
	padding:32px 0;
	text-align: center;
}

.nav_top{
	height:40px;
	line-height: 40px;
	background: #80b7aa;
	color:#fff;
	font-size:16px;
}
.nav_top_left{
	float: left;
}
.nav_top_right{
	float: right;
}
.nav_top_right a{
	color:#fff;
	text-decoration:none;
}
.nav_top_right span{
	padding:0 10px;
}

.nav_navbar{
	background: #fff;
	height:60px;
	line-height: 60px;
}
.nav_navbar ul{
    align-items: center;
    justify-content: center;
   display:box;
    width: 100%;
}
.nav_navbar ul li{
	float:left;
	width:20%;
}
.nav_navbar ul li a{
	color:#333;
	font-size:16px;
	text-decoration: none;
}
.nav_navbar ul li.active a{
	color:#41998c;
	font-weight: bold;
}
.nav_navbar ul li:hover a{
	color:#41998c;

}
 /*banner*/
.banner img{
	width:100%;
	
}
/*about*/
.about {

	}
.about {
	box-shadow: 5px 5px 8px #c4c7c7;
	background: #FFFFFF;
	margin-top: 0;
    padding: 60px;
    position: relative;
}
.about2 {
    position: relative;
}
.about .about_left{
	float:left;
	width:50%;
}
.about2 .about_left2{
	float:left;
	width:47%;
}
.about .about_left p{
	font-size: 22px;
	line-height: 40px;
}
.about .about_left p span{
	color:#CC0000;
	font-weight: 800;
	font-size: 32px;
	line-height: 75px;
}
.about .about_video{
	float:right;
	width:48%;
	/*border: 10px solid #CC0000;*/
}
.about2 .about_image{
	float:right;
	width:50%;
	/*border: 10px solid #CC0000;*/
}
/*经典案例*/

.case{
	margin-top: 35px;
}
.case .case_img{
	margin-bottom:20px;
}
.case .case_img img{
	width:100%;
}
.case_position {
	position:relative;
}
.case_position .caption{
	position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 15px;
    color: #fff;
    height:78px;
    transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
}
.case_position:hover .caption{
	height:100%;
 	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
}
.case_position .caption .name{
	font-size:18px;
	padding-bottom: 5px;
}
.case_position .caption .time{
	font-size: 50px;
}
/*新闻中心*/
.news{
	margin-top: 20px;
}
.news .media_item:nth-child(even){
	
/*padding-right:25px;*/
}
.news .media_item:nth-child(odd){
/*	/*
padding-left:25px;*/
}
.news .media_item .media{
    background: #FFFFFF;
    margin-bottom:35px;
    height:170px;
    max-height:170px;
	border-bottom:ridge 5px #A1080B;
}
.news .media_item .media:hover{
    background: #FFC1C1;
    margin-bottom:35px;
    height:170px;
    max-height:170px;
	border-bottom:ridge 5px #A1080B;
}
.news .media_item .media .media-body{
	padding: 20px;
}
.news .media_item .media .media-body a{
	text-decoration: none;
}
.news .media_item .media .media-body a:hover .name{
	color:#FFFFFF;
}
.news .media_item .media .media-body .time{
 font-size: 18px;
 font-weight: bold;
 color:#610706;
 padding-bottom: 12px;
}
.news .media_item .media .media-body .name{
    font-size: 18px;
    color: #000000;
	font-weight: bold;
    padding-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 350px;
}
.news .media_item .media .media-body .text{
 font-size: 13px;
 color: #747474;
 line-height: 22px;
 height: 45px;
 overflow: hidden;
}
.news .media_item .media-object{
	width:170px;
}
/*合作伙伴*/
.partner .row{
margin:0;
border-right:1px solid #41998c;
border-bottom:1px solid #41998c;
}
.partner_img{
border-top: 1px solid #41998c;
    border-left: 1px solid #41998c;
    height: 193px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.partner_img img{
    width: 193px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/*footer*/
footer{
	background: #610706;
	padding: 30px 0;
}
footer .footer_left{
	float:left;
	width:50%;
}
footer .footer_left .link{
	padding-bottom:50px;
}
footer .footer_left .link a{
	color:#fff;
	padding:0 10px;
	text-decoration: none;
	font-size:14px;
}
footer .footer_left .link span{
	color:#fff;
}
footer .footer_copy{
	color:#FFFFFF;
	font-size:18px;
	text-align: center;
	line-height: 23px
}


footer .footer_right{
	float:right;
	width:50%;
	text-align: right;
}


.news_title {
	font-size: 28px;
	font-weight: 700;
	color: #A1080B;
	text-align: center;
	padding-bottom: 40px
}

.context {
	color: #000000;
	padding-left: 66px;
	padding-right: 66px;
	padding-bottom: 30px;
	font-size: 22px;
	line-height: 40px;
}



.image_center {
	padding-top: 16px;
	padding-bottom: 18px;
	text-align: center;
}

.name_right {
	padding-right: 85px;
	padding-bottom: 50px;
	text-align: right;
	font-size: 18px;
}