img{
	max-width: 100%;
}
.com_bg{
	background: #f5f5f5;
}
.banner img{
	display: block;
	width: 100%;
	margin:0 auto;
}
.lab_nav{
	box-shadow: 0 10px 10px -10px rgba(0,0,0,.2);
}
.lab_nav a{
	float: left;
    width: 25%;
    height: 70px;
    line-height:70px;
    font-size: 16px;
    color: #666;
    text-align: center;
    border-right: #ebebeb solid 1px;
    background-color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.lab_nav a:last-child{
	border:0;
}
.lab_nav a:hover,.lab_nav a.on{
	background: #d6000f;
	color: #fff;
	border-color: #d6000f;
}
.comm_title{
	padding:90px 0 45px 0;
}
.comm_title h1{
	font-size: 33px;
	color: #333;
	line-height: 40px;
	padding:0 40px 16px 40px;
	border-bottom: 1px solid #ccc;
	position: relative;
	display: table;
	margin: 0 auto 10px auto;
}
.comm_title h1:after{
	content: "";
	display: block;
	width: 36px;
	height: 2px;
	background: #d6000f;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin:0 auto;
}
.comm_title span{
	font-size: 16px;
	color: #777;
	line-height: 20px;
	display: block;
	text-align:center;
	margin-bottom: 30px;
}
.comm_title p{
	font-size: 16px;
	color: #666;
	line-height: 26px;
	text-align:center;
	padding:0 30px;
}
.about_wrapper .section1{
	padding-bottom:4%;
}
.about_wrapper .section1 .items{
	margin-top: 0;
}
.about_sec2{
	background-image: url(../images/about_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about_sec2 .items{
	text-align: center;
	margin: 0 -55px;
	padding:95px 0;
}
.about_sec2 .items .item{
	width: 40%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	margin:0 70px;
	text-align: left;
}
.about_sec3{
	padding:5% 0;
}
.about_sec3 .ab_l{
	width: 40%;
	float: left;
	overflow: hidden;
}
.about_sec3 .ab_l img{
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.about_sec3 .ab_l:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.about_sec3 .ab_r{
	padding:4.3% 65px;
	width: 57%;
	float: right;
	background: #fff;
}
.about_sec3 .ab_r p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 104px;
	margin-bottom: 9.2%;
}
.about_sec3 .ab_r ul li{
	float: left;
	width: 25%;
	border-right: 1px solid #e5e5e5;
}
.about_sec3 .ab_r ul li i{
	display: block;
	width: 53px;
	height: 64px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto 20px auto;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.about_sec3 .ab_r ul li:nth-child(1) i{
	background-image: url(../images/about_ico1.png);
}
.about_sec3 .ab_r ul li:nth-child(2) i{
	background-image: url(../images/about_ico2.png);
}
.about_sec3 .ab_r ul li:nth-child(3) i{
	background-image: url(../images/about_ico3.png);
}
.about_sec3 .ab_r ul li:nth-child(4) i{
	background-image: url(../images/about_ico4.png);
}
.about_sec3 .ab_r ul li:last-child{
	border-right: 0;
}
.about_sec3 .ab_r ul li span{
	color: #666;
	font-size: 14px;
	line-height: 20px;
	display: block;
	text-align: center;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.about_sec3 .ab_r ul li:hover i{
	transform: translateY(-5px);
}
.about_sec3 .ab_r ul li:hover span{
	color: #d6000f;
}
.about_sec4{
	background-image: url(../images/about_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.about_sec4 .inner{
	padding:7% 0 9% 0;
}
.about_sec4 .inner i{
	display: block;
	width: 59px;
	height: 56px;
	background-image: url(../images/about_ico5.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 auto 20px auto;
}
.about_sec4 .inner p{
	font-size: 36px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.honor_sec{
	padding-bottom: 6%;
}
.honor_sec .items{
	margin: 0 -12px;
}
.honor_sec .items .item{
	width: 33.33%;
	float: left;
	margin-bottom: 40px;
}
.honor_sec .items .item .inner{
	margin:0 12px;
	background:#fff;
	padding:20px ;
	box-shadow: 0px 4px 22px 3px rgba(4,0,0,0.1);
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.honor_sec .items .item .inner .pic img{
	display: block;
	width: 100%;
}
.honor_sec .items .item .txt{
	height: 40px;
	line-height: 20px;
	text-align: center;
    overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.honor_sec .items .item .txt p{
	font-size: 14px;
	color: #444;
	position: absolute;
	top:50%;
	left:0;
	right: 0;
	transform: translateY(-50%);
	margin: 0 auto;
}
.honor_sec .items .item:hover .inner{
	transform: translateY(-10px);
}
/* pageBar */
.PageBar{border: 1px solid #d7d7d7; overflow: hidden;}
.PageBar li{width: 68px; height: 68px; float: left; border-right: 1px solid #d7d7d7; text-align: center;}
.PageBar li a{display: block; width: 100%; height: 100%; font-size: 22px; line-height: 68px; color: #666;}
.PageBar li.active a{color: #fff; background: #d6000f;}
.PageBar li a:hover{color: #d6000f;}
.PageBar li.prev,.PageBar li.next{float: right; border-right: none; border-left: 1px solid #d7d7d7;}
.PageBar li.prev a,.PageBar li.next a{background-position: center; background-repeat: no-repeat; background-size: 8px 14px;}
.PageBar li.prev a{background-image: url(../images/page_prve.png);}
.PageBar li.next a{background-image: url(../images/page_next.png);}
.PageBar li.prev a:hover{background-image: url(../images/page_prve2.png);}
.PageBar li.next a:hover{background-image: url(../images/page_next2.png);}
@media screen and (max-width: 1500px){
	.PageBar li{width: 46px; height: 46px;}
	.PageBar li a{font-size: 12px; line-height: 46px;}
}
@media screen and (max-width: 992px){
	.PageBar li{width: 36px; height: 36px;}
	.PageBar li a{font-size: 12px; line-height: 36px;}
}
/* /pageBar */
.linian_sec .tit h1{
	font-size: 22px;
	color: #444;
	line-height: 30px;
	text-align: center;
	margin-bottom: 25px;
}
.linian_sec .tit p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	text-align: center;
}
.linian_sec ul{
	margin: 0 -12px;
	padding-top: 13%;
	padding-bottom: 8%;
}
.linian_sec ul li{
	float: left;
	width: 25%;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.linian_sec ul li .inner{
	margin: 0 12px;
	position: relative;
}
.linian_sec ul li .inner .img{
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.linian_sec ul li img{
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.linian_sec ul li .inner .pic{
	width: 140px;
	height: 140px;
	border:1px solid #e7e7e7;
	transform: rotate(45deg);
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top:-70px;
	line-height: 140px;
	text-align: center;
	z-index: 4;
	transition: all 800ms ease;
	-webkit-transition:all 800ms ease;
}
.linian_sec ul li .inner .pic i{
	display: inline-block;
	width: 44px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	transform: rotate(-45deg);
	transition: all 800ms ease;
	-webkit-transition:all 800ms ease;
}
.linian_sec ul li:nth-child(1) .inner .pic i{
	background-image: url(../images/linian_ico1.png);
}
.linian_sec ul li:nth-child(2) .inner .pic i{
	background-image: url(../images/linian_ico2.png);
}
.linian_sec ul li:nth-child(3) .inner .pic i{
	background-image: url(../images/linian_ico3.png);
}
.linian_sec ul li:nth-child(4) .inner .pic i{
	background-image: url(../images/linian_ico4.png);
}
.linian_sec ul li:hover .inner .pic i{
	transform: rotate(315deg);
}
.linian_sec ul li .inner .txt{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	padding:25px 15px;
	z-index: 4;
}
.linian_sec ul li .inner .txt span{
	color: #fff;
	font-size: 18px;
	display: table;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
}
.linian_sec ul li .inner .txt span:before{
	width: 10px;
	height: 2px;
	display: block;
	content: "";
	float: left;
	background: #fff;
	margin-top: 16px;
	margin-right: 3px;
}
.linian_sec ul li .inner .txt span:after{
	width: 10px;
	height: 2px;
	display: block;
	content: "";
	float: right;
	background: #fff;
	margin-top: 16px;
	margin-left: 3px;
}
.linian_sec ul li:hover img{
	transform: scale(1.1;);
	-webkit-transform: scale(1.1);
}
.sm_sec .items{
	padding-bottom: 8%
}
.sm_sec .items img{
	display: block;
	width: 100%;
}
.case_wrapper .lab_nav a{
	width: 12.5%;
}
/*
#endtxt{
    overflow: hidden;
    text-align: justify;
    text-justify: inter-ideograph;
    clear: both;
    font-size: 14px;
    line-height: 180%;
    word-wrap: break-word;
    color: #6e6d6d;
}
#endtxt h1,
#endtxt h2,
#endtxt h3,
#endtxt h4,
#endtxt h5,
#endtxt h6{
	font-weight: bold;
}
#endtxt h1{
	font-size: 28px;
}
#endtxt h2{
	font-size: 24px;
}
#endtxt h3{
	font-size: 18px;
}
#endtxt h4{
	font-size:12px;
}
#endtxt img{
	margin: 0;
}*/
.case_con{
	padding:5% 0 9% 0;
}
.case_con ul{
	margin: 0 -12px;
}
.case_con ul li{
	width: 33.33%;
	float: left;
	margin-bottom: 30px;
}
.case_con ul li .inner{
	margin:0 12px;
	background: #fff;
}
.case_con ul li .inner .pic{
	display: block;
	width: 100%;
	overflow: hidden;
}
.case_con ul li .inner .pic img{
	display: block;
	width: 100%;
	transition: all 800ms ease;
	-webkit-transition:all 800ms ease;
}
.case_con ul li:hover .inner .pic img{
	transform: scale(1.1);
	-webkit-transform:scale(1.1);
}
.case_con ul li .inner .txt{
	padding:40px 30px;
}
.case_con ul li .inner .txt h1{
	font-size: 22px;
	color: #444;
	line-height: 30px;
	margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.case_con ul li .inner .txt p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 92px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin-bottom: 20px;
}
.case_con ul li .inner .txt .mor{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	background-color: #999;
	background-image: url(../images/yey.png);
	background-repeat: no-repeat;
	background-position: 18px center;
	padding: 12px 24px 12px 50px;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.case_con ul li:hover .inner .txt h1{
	color: #d6000f;
}	
.case_con ul li:hover .inner .txt .mor{
	background-color: #d6000f;
}	
.case_con .show_con h1{
	color: #444;
	font-size: 26px;
	line-height: 30px;
}
.case_con .show_con img{
	display: block;
	width: 100%;
}
.case_con .article {
	background: #fff;
	padding: 55px 75px 70px 75px;
}
.case_con .show_con span{
	color: #444;
	font-size: 14px;
	line-height: 26px;
	display: block;
	font-weight: bold;
	margin-top: 30px;
}
.case_con .show_con p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.case_con .show_con img{
	margin:25px auto;
	display: block;
}
.case_con .show_title{font-size: 0;}
.case_con .show_title .tit{width: 33.33%; display: inline-block; vertical-align: top; font-size: 16px; padding: 10px; border-right: 1px solid #ccc;}
.case_con .show_title .tit:nth-of-type(3n){border: none;}
.case_con .show_title .tit:last-of-type{border: none;}
@media screen and (max-width: 992px){
	.case_con .show_title .tit{width: 100%; border-right: none; border-bottom: 1px solid #ccc !important;}
}
.PageControl{
	overflow: hidden;
	margin-top: 55px;
}
.PageControl .list{
	float: left;
	overflow: hidden;
}
.PageControl .list a{
	float: left;
	margin-right: 30px;
	width: 36px;
	height: 36px;
	line-height: 34px;
	border-radius: 18px;
	border: #9b9b9b solid 1px;
	font-size: 14px; color: #9b9b9b;
	background-repeat: no-repeat;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.PageControl .list .golist{
	width: 130px;
  background-position: 20px center;
  background-image: url(../images/case_icon3.png);
  text-indent: 50px;
}
.PageControl .list .prev{
	background-position:center;
	background-image:url(../images/case_icon1.png);
}
.PageControl .list .next{
	background-position:center;
	background-image:url(../images/case_icon2.png);
}
.PageControl .list a:hover{
	border-color:#d6000f;
	color:#d6000f;
}
.PageControl .list .prev:hover{
	background-image:url(../images/case_icon1_on.png);
}
.PageControl .list .next:hover{
	background-image:url(../images/case_icon2_on.png);
}
.PageControl .list .golist:hover{
	background-image:url(../images/case_icon3_on.png);
}
.PageControl .share{
	float:right;
	font-size:0;
	letter-spacing:-100px;
}
.PageControl .share span,
.PageControl .share a{
	display:inline-block;
	vertical-align:middle;
	letter-spacing:0;
}
.PageControl .share span{
	margin-right:12px;
	padding-right:26px;
	font-size:16px;
	color:#666;
	background:url(../images/case_icon4.png) no-repeat right center;
}
.PageControl .share a{
	margin: 0 0 0 8px;
	width:36px;
	height:36px;
	border-radius:50%;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center;
	float: none;
	padding: 0;
}
.PageControl .share .ico1{
	background-color:#da3c3c;
	background-image:url(../images/case_icon5.png);
}
.PageControl .share .ico2{
	background-color:#21ba41;
	background-image:url(../images/case_icon6.png);
}
.PageControl .share .ico3{
	background-color:#3e91ee;
	background-image:url(../images/case_icon7.png);
}
.PageControl .share .ico4{
	background-color:#234980;
	background-image:url(../images/case_icon8.png);
}
.PageControl .share .ico5{
	background-color:#f4c50b;
	background-image:url(../images/case_icon9.png);
}
.PageControl .share a:hover{
	-webkit-transition-timing-function:cubic-bezier(0.6,4,0.3,0.8);
	transition-timing-function:cubic-bezier(0.6,4,0.3,0.8);
	-webkit-animation:shake 0.5s;animation:shake 0.5s;
}
.news_wrapper .lab_nav a{
	width: 33.333%;
}
.news_con{
	padding-top: 5%;
}
.news_con ul.lists{
	margin: 0 -12px;
}
.news_con ul.lists li{
	float: left;
	width: 33.33%;
	margin-bottom: 30px;
}
.news_con ul.lists li .inner{
	margin: 0 12px;
	background: #fff;
}
.news_con ul.lists li .inner .pic{
	display: block;
	overflow: hidden;
}
.news_con ul.lists li .inner .pic img{
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.news_con ul.lists li:hover .inner .pic img{
	transform: scale(1.1);
	-webkit-transform:scale(1.1);
}
.news_con ul.lists li .inner .txt{
	padding:35px 20px;
}
.news_con ul.lists li .inner .txt h1{
	font-size: 18px;
	color: #444;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}
.news_con ul.lists li .inner .txt p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 15px;
}
.news_con ul.lists li .inner .txt .mor:before{
	display: inline-block;
	content: "";
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #999999;
	background-image: url(../images/news_more.png);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.news_con ul.lists li .inner .txt .mor{
	font-size: 14px;
	color: #666;
	line-height: 22px;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.news_con ul.lists li:hover .inner .txt .mor{
	color: #d6000f;
	margin-left: 10px;
}
.news_con ul.lists li:hover .inner .txt .mor:before{
	background-color: #d6000f;
	transform: translateX(10px);
}
.news_con ul.lists li:hover .inner{
	box-shadow: 0 1px 30px rgba(0,0,0,.1);
}
.news_wrapper{
	padding-bottom: 7%;
}
.news_show {
	margin:-60px auto 0 auto;
	background: #fff;
	position: relative;
	z-index: 0;
	padding:50px 0 80px 0;
}
.news_show .content{
	max-width: 900px;
    margin: 0 auto;
    width: 90%;
}
.news_show .show_con .tit{
	text-align: center;
	margin-bottom: 20px;
}
.news_show .show_con .tit h1{
	font-size: 26px;
	color: #333;
	line-height: 30px;
	text-align:center;
	margin-bottom: 20px;
}
.news_show .show_con .tit span{
	display: inline-block;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin:0 30px;
	padding-left: 25px;
}
.news_show .show_con .tit span:nth-child(2){
	background: url(../images/news_ico1.png) no-repeat left center;
}
.news_show .show_con .tit span:last-child{
	background: url(../images/news_ico2.png) no-repeat left center;
}
.news_show .show_con p{
	font-size: 16px;
	color: #666;
	line-height: 28px;
	/*text-indent: 32px;*/
	/*word-break: break-all;*/
}
.news_show .show_con img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.news_wrapper .content .control{
	margin-top: 70px;
}
.news_wrapper .content .control .return{
	float: left;
	width: 130px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	border: #666 solid 1px;
	border-radius: 18px;
	background-image: url(../images/case_icon3.png);
	background-position: 22px center;
	background-repeat: no-repeat;
	text-indent: 52px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.news_wrapper .content .control .return:hover{
	background-image: url(../images/case_icon3_on.png);
	border-color: #d6000f;
	color: #d6000f;
}
.news_wrapper .content .share{
	float: right;
}
.news_wrapper .content .share span{
	float: left;
	margin-right: 20px;
	line-height: 36px;
	padding-right: 25px;
	background: url(../images/case_icon4.png) no-repeat right center;
}
.news_wrapper .content .share .icon{
	float: left;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 8px 0 0;
}
.news_wrapper .content .share .icon1{
	background-color: #da3c3c;
	background-image: url(../images/case_icon5.png);
}
.news_wrapper .content .share .icon2{
	background-color: #21ba41;
	background-image: url(../images/case_icon6.png);
}
.news_wrapper .content .share .icon3{
	background-color: #3e91ee;
	background-image: url(../images/case_icon7.png);
}
.news_wrapper .content .share .icon4{
	background-color: #234980;
	background-image: url(../images/case_icon8.png);
}
.news_wrapper .content .share .icon5{
	background-color: #f4c50b;
	background-image: url(../images/case_icon9.png);
}
.news_wrapper .content .share .icon:hover{
	/*-webkit-transition-timing-function:cubic-bezier(0.6,4,0.3,0.8);*/
	/*transition-timing-function:cubic-bezier(0.6,4,0.3,0.8);*/
	/*-webkit-animation:shake 0.5s;animation:shake 0.5s;*/
}
.news_wrapper .pagelist {
	margin-top: 30px;
}
.news_wrapper .pagelist p{
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.news_wrapper .pagelist p span{
	padding-right: 10px;
	color: #d6000f;
}
.news_wrapper .pagelist p:hover a{
	color: #d6000f;
	text-decoration: underline;
}
.text_wrapper{
	padding-bottom: 8%;
}
.text_wrapper .lab_nav{
	margin-bottom: 30px;
}
.text_wrapper .lab_nav a{
	width: 33.33%;
}
.text_con{
	background: #fff;
	padding:55px 65px 100px 65px;
}
.text_con .top{
	margin-bottom: 35px;
}
.text_con .top h1{
	font-size: 22px;
	color: #333;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/text_ico8.png) no-repeat left center;
	padding-left: 30px;
}
.text_con .top p{
	color: #d6000f;
	font-size: 14px;
	line-height: 30px;
	float: right;
	display: inline-block;
}
.text_con table{
	width: 100%;
	border-top: 1px solid #aaaaaa;
}
.text_con table thead th{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding:15px 15px;
	background: #f7f7f7;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	text-align: center;
	font-weight: normal;
}
.text_con table thead tr:nth-child(1) th:last-child {
	border-right:0;
}
.text_con table tbody td{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding:15px 15px;
	background: #fff;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	text-align: center;
}
.text_con table tbody tr:first-child td{
	border-left:0;
}
.text_con table tbody td.red{
	color: #d6000f;
}
.text_con .item{
	margin-top: 70px;
}
.text_con .item .con_l{	
	float: left;
	width: 250px;
}
.text_con .item .con_l h1{
	font-size: 22px;
	color: #333;
	line-height: 30px;
}
.text_con .item .con_l h1:after{
	height: 2px;
	width: 20px;
	background: #d6000f;
	display: block;
	content: "";
	margin:20px 0;
}
.text_con .item .con_l span{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	display: block;
}
.text_con .item .con_r{
	margin-left: 300px;
}
.text_con .item .con_r h1.tit{
	color: #d6000f;
	line-height: 30px;
	font-size: 22px;
	background:url(../images/text_ico9.png) no-repeat left center;
	padding-left: 35px;
	display: block;
}
.text_con .item .con_r h1.t2{
	background:url(../images/text_ico10.png) no-repeat left center;
}
.text_con .item .con_r h1.t3{
	background:url(../images/text_ico11.png) no-repeat left center;
	margin-top: 60px;
}
.text_con .item .con_r h1.t4{
	background:url(../images/text_ico12.png) no-repeat left center;
	margin-bottom: 30px;
}
.text_con .item .con_r h1.t5{
	background:url(../images/text_ico13.png) no-repeat left center;
	margin-top:50px;
	margin-bottom: 30px;
}
.text_con .item .con_r h1.t6{
	background:url(../images/text_ico14.png) no-repeat left center;
	margin-bottom: 30px;
	padding-left: 38px;
}
.text_con .item .con_r h1.t7{
	background:url(../images/text_ico15.png) no-repeat left center;
	margin-top:50px;
	margin-bottom: 30px;
	padding-left: 38px;
}
.text_con .item .con_r img{
	margin-top: 0;
}
.text_con .item .con_r h2{
	font-size: 18px;
	color: #333;
	line-height: 24px;
	margin-bottom: 30px;
	margin-top: 30px;
}
.text_con .item .con_r p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.text_con .item .con_r p.mad{
	margin-top: 20px;
}
.text_con .item .con_r .zx{
	width: 160px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #d6000f;
	display: block;
	margin-top: 40px;
}
.text_con .item .con_r .zx:hover{
	background: #8d050f;
}
.text_con img{
	display: block;
	max-width: 100%;
	margin-top: 70px;
}
.text_con .item .con_r .r_top{
	padding:42px 40px;
	background: #d6000f url(../images/text_bg1.png) no-repeat right bottom;
	position: relative;
	margin-bottom: 60px;
}
.text_con .item .con_r .r_top h1{
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
}
.text_con .item .con_r .r_top p{
	font-size: 16px;
	color: #fff;
	line-height:30px;
}
.text_con .item .con_r .r_top .bg{
	width: 87px;
	height: 72px;
	background: url(../images/text_bg2.png) no-repeat center;
	position: absolute;
	top: 32%;
	right: 8%;
}
/*.actGotop{
	position: fixed;
	right:5%;
	top: 60%;
	z-index: 999;
}
.actGotop a{
	display: block;
	width: 70px;
	height: 70px;
	background-color: #d6000f;
	background-image: url(../images/news_top.png);
	background-repeat: no-repeat;
	background-position: center 16px;
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	padding-top: 34px;
	text-align: center;
}
.actGotop a:hover{
	background-color: #bf0210;
}*/
.title_bar{
	background: #333;
	padding:40px 45px;
	margin-bottom: 45px;
	margin-top: 60px;
}
.title_bar h1{
	font-size: 26px;
	color: #fff;
	line-height: 40px;
	padding-left:48px;
	background: url(../images/text_ico2.png) no-repeat left center;
	margin-bottom: 20px;
}
.title_bar p{
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}
.sb_con{
	/*padding-top: 5%;*/
}
.sb_con ul {
	margin: 0 -7px;
}
.sb_con ul li{
	float: left;
	width: 25%;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	margin-bottom: 30px;
}
.sb_con ul li .inner{
	margin: 0 7px;
	background: #fff;
}
.sb_con ul li .inner .pic{
	width: 100%;
	overflow: hidden;
}
.sb_con ul li .inner .pic img{
	display: block;
	width: 100%;
}
.sb_con ul li .inner .txt{
	padding: 25px 20px;
	background: #fff;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.sb_con ul li .inner .txt h1{
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.sb_con ul li .inner .txt h1:after{
	width: 30px;
	height: 23px;
	background-image: url(../images/text_ico3.png);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	content: "";
	float: right;
	position: absolute;
	top:50%;
	right: 0;
	margin-top: -11px;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.sb_con ul li .inner .txt h1 span{
	color: #666;
	font-size: 18px;
	line-height: 30px;
	display: block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sb_con ul li .inner .txt h1 span:after{
	display: none;
}
.sb_con ul li .inner .txt span{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	display: block;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.sb_con ul li .inner .txt span:after{
	width: 85px;
	height: 1px;
	background: #ccc;
	display: inline-block;
	content: "";
	float: right;
	position: absolute;
	right: 0;
	top:50%;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.sb_con ul li:hover .inner .txt{
	background: #d6000f;
}
.sb_con ul li:hover .inner .txt h1:after{
	background-image: url(../images/text_ico4.png);
}
.sb_con ul li:hover .inner .txt span:after{
	background: #fff;
}
.sb_con ul li:hover .inner .txt h1,.sb_con ul li:hover .inner .txt span{
	color: #fff;
}
.lc_con .box{
	padding-top: 3%;
}
.lc_con .container{
}
.lc_con .lc_l{
	float: left;
	width: 77%;
	padding:5% 0;
	background: #fff;
}
.lc_con .lc_l img{
	display: block;
	margin: 0 auto;
}
.lc_con .lc_r{
	float: right;
	width: 20%;
}
.lc_con .lc_r ul{
	margin-bottom:25px;
}
.lc_con .lc_r ul li{
	padding:30px 30px;
	background: #373542;
	margin-bottom: 15px;
	position: relative;
/*	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;*/
}
.lc_con .lc_r ul li.on,.lc_con .lc_r ul li:hover{
	background: #d6000f;
}
.lc_con .lc_r ul li:hover:before,.lc_con .lc_r ul li.on:before {
	position: absolute; 
    left:0; 
    top: 50%;
    margin-top: -10px;
    border-top: 10px transparent solid; 
    border-bottom: 10px transparent solid; 
    border-left: 10px solid #f6f6f6; 
    content: '';
    background: #d6000f;
    z-index: 5;
}
.lc_con .lc_r ul li a{
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	display: block;
	text-align:center;
}
.lc_con .lc_r ul li:nth-child(1) a{
	background: url(../images/text_ico5.png) no-repeat left center;
}
.lc_con .lc_r ul li:nth-child(2) a{
	background: url(../images/text_ico6.png) no-repeat left center;
}
.lc_con .lc_r ul li:nth-child(3) a{
	background: url(../images/text_ico7.png) no-repeat left center;
}
.lc_con .lc_r .r_fix{
	position: relative;
	overflow: hidden;
}
.lc_con .lc_r .r_fix a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.lc_con .lc_r .r_fix img{
	display: block;
	width: 100%;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.lc_con .lc_r .r_fix:hover img{
	transform: scale(1.1);
	-webkit-transition:scale(1.1);
}
.lc_con .lc_r .r_fix span{
	display: block;
	position: absolute;
	width: 100%;
	left:0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding:12px 0;
}
.cx_wrapper{
	padding:5% 0;
}
.cx_form{
	max-width: 480px;
	width: 80%;
	margin: 0 auto 80px auto;
}
.cx_form .cx_con{
	overflow: hidden;
	margin-bottom: 20px;
}
.cx_form .cx_con .cx_l{
	color: #333;
	font-size: 16px;
	line-height: 42px;
	float: left;
}
.cx_form .cx_con .cx_l span{
	font-size: 14px;
	color: #cf0000;
	display: inline-block;
	margin-right: 5px;
}
.cx_form .cx_con .cx_r{
	margin-left: 100px;
}
.cx_form .cx_con .cx_r input{
	line-height: 42px;
	color:#333;
	border:1px solid #ddd;
	width: 100%;
	padding:0 15px;
	background: none;
}
.cx_form .cx_con .cx_r input:focus{
	border:1px solid #d6000f;
}
.cx_form .cx_btn{
	font-size: 14px;
	color: #333;
	line-height: 22px;
	padding:10px 50px;
	display: block;
	border-radius:5px;
	border:1px solid #333;
	background: none;
	margin: 40px auto 0 auto;
	cursor:pointer;
}
.cx_form .cx_on{
	background: #d6000f;
	color: #fff;
	border-color: #d6000f;
}
.cx_form .cx_btn:hover{
	background: #d6000f;
	color: #fff;
	border-color: #d6000f;
}
.cx_form .tit{
	font-size: 16px;
	color: #999;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	margin-top: 20px;
}
.result{
	border-top:1px solid #bbbaba;
	width: 100%;
}
.result th{
	font-size: 16px;
	color:#333;
	line-height: 24px;
	padding:30px 0;
	text-align: left;
}
.result td{
	font-size: 16px;
	color:#666;
	line-height: 24px;
	padding:30px 0;
	text-align: left;
	border-top:1px solid #bbbaba;
}
.result td.cur{
	color: #d6000f;
}
.contact_con{
	padding:4% 0;
}
.contact_con .container{
	background-image: url(../images/contact_bg1.png);
	background-repeat: no-repeat;
	background-position:bottom right;
}
.contact_con .tit{
	border-bottom: 1px solid #eae8e8;
	padding-bottom: 20px;
	width: 50%;
}
.contact_con .tit h1{
	font-size: 30px;
	color: #d6000f;
	line-height: 30px;
	margin-bottom: 10px;
}
.contact_con .tit h2{
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.contact_con .items{
	width: 55%;
	overflow: hidden;
}
.contact_con .items .item{
	float: left;
	width: 50%;
}
.contact_con .items .item{
	padding-top: 60px;
}
.contact_con .items .item h1{
	font-size: 20px;
	color: #444;
	line-height: 30px;
	margin-bottom: 15px;
}
.contact_con .items .item p{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	height: 40px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position:left top;
}
.contact_con .items .item:nth-child(1) p{
	background-image: url(../images/contact_ico1.png);
	padding-left: 28px;
}
.contact_con .items .item:nth-child(2) p{
	background-image: url(../images/contact_ico2.png);
	padding-left: 22px;
}
.contact_con .items .item:nth-child(3) p{
	background-image: url(../images/contact_ico3.png);
	padding-left: 24px;
}
.contact_con .items .item:nth-child(4) p{
	background-image: url(../images/contact_ico4.png);
	padding-left: 26px;
}
.contact_con .items .item:nth-child(5) p{
	background-image: url(../images/contact_ico5.png);
	padding-left: 38px;
}
.contact_con .items .item:nth-child(6) p{
	background-image: url(../images/contact_ico6.png);
}
.contact_con .items .item:nth-child(7) p{
	background-image: url(../images/contact_ico7.png);
	padding-left: 28px;
}
.con_map {
    width: 100%;
    height: 500px;
}
.con_map .baiduMap {
    width: 100%;
    height: 100%;
}
.con_map .baiduMap .map_content{
	text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 18px;
    margin-top: 12px;
    border: 0;
    margin-bottom: 12px;
    height: 77px;
}
.con_map .baiduMap .map_content img{
	float: left;
    border-right: 1px solid #e6e6e6;
    margin-right: 10px;
    padding-right: 10px;
}
.con_map .baiduMap .map_content span{
	display: block;
	margin-top: 5px;
}
/*search*/
.search_main .s_banner{background: url(../images/search_banner.jpg) center no-repeat; background-size: cover; padding: 10% 0;}
.search_main .s_banner .main{max-width: 1200px; margin: 0 auto; padding: 0 30px; text-align: center;}
.search_main .s_banner .main h3{font-size: 42px; color: #fff;}
.search_main .s_banner .main form{width: 480px; display: block; margin: 30px auto 0; background: #fff; position: relative; padding-right: 50px;}
.search_main .s_banner .main form input{width: 100%; height: 50px; font-size: 16px; color: #999999; padding: 0 10px;}
.search_main .s_banner .main form button{width: 50px; height: 50px; background-color: transparent; background-image: url(../images/search_icon.png); background-position: center; background-repeat: no-repeat; border: none; position: absolute; right: 0; top: 0; cursor: pointer;}
.search_main .items{background: #f6f6f6;}
.search_main .items .main{max-width: 1400px; margin: 0 auto; width: 80%; padding: 20px 0 50px;}
.search_main .item{background: #fff; padding: 30px 20px; overflow: hidden; margin-top: 30px;}
.search_main .item .img_block{width: 350px; float: left;}
.search_main .item .img_block img{width: 100%; display: block;}
.search_main .item .txt_block{margin-left: 380px;}
.search_main .item h3 a{font-size: 20px; color: #333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block;}
.search_main .item .label{margin: 10px 0; font-size: 0;}
.search_main .item .label span{display: inline-block; vertical-align: top; padding-left: 25px; background-position: left center; background-repeat: no-repeat; font-size: 14px; color: #999999; margin-right: 30px;}
.search_main .item .label span:nth-of-type(1){background-image: url(../images/search_icon2.png);}
.search_main .item .label span:nth-of-type(2){background-image: url(../images/search_icon3.png);}
.search_main .item p{font-size: 16px; color: #505050; text-align: justify; line-height: 26px; max-height: 52px;}
@media screen and (max-width: 992px){
	.search_main .s_banner .main h3{font-size: 24px;}
	.search_main .s_banner .main form{width: 100%;}
	.search_main .s_banner .main form input{height: 40px;}
	.search_main .s_banner .main form button{height: 40px;}
	.search_main .items .main{padding: 10px 0; overflow: hidden;}
	.search_main .item{margin-top: 10px; padding: 0;}
	.search_main .item .img_block{width: 100%; float: none; padding: 10px;}
	.search_main .item .txt_block{margin: 0; padding: 5px 10px;}
	.search_main .item h3 a{font-size: 16px;}
	.search_main .item p{font-size: 14px;}
}