@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr,span{
font-weight: normal;
margin:0;padding:0;}
body{font-size:14px;font-family: "Arial" ! important;color:#000000;background:#fff;margin:0 auto;padding:0px;}
a{text-decoration:none;color:#235aa7;outline:none;}
a:active{star:expression(this.onFocus=this.blur());}
img{border:0px;vertical-align: middle;}
li{list-style: none;}


.w1200{
	width: 1200px;
	margin: auto;
}

body{
	min-width: 1200px;
}


.top{
	line-height: 32px;
	
	height: 32px;
	overflow: hidden;
	background: #2b2b2b;
	font-size: 12px;
	color: #999999
}
.top .wel_words{
	float: left;
		font-size: 12px;

}
.top .links{
	float: right;
}
.top .links a{
float: left;
padding-left: 29px;
position: relative;
top: -1px;
color: #999;

}
.top .links a img{
display: inline-block;
vertical-align: middle;
margin-right: 2px;
}
.top .links a span{

display: inline-block;
vertical-align: middle;
}

       
.head{
	height: 122px;

	-webkit-box-shadow:0px 0px 10px #ccc;
-moz-box-shadow:0px 0px 10px #ccc;
-o-box-shadow:0px 0px 10px #ccc;
-ms-box-shadow:0px 0px 10px #ccc;
box-shadow:0px 0px 10px #ccc;

}          
.head .logo{
	float: left;
	padding-top: 25px;
	width: 400px;
}          
.head .logo img{
	max-width: 100%;
}         
.head .nav{
	float: left;
}        
.head .nav li{
	float: left;
	padding: 0px 16px;
	text-align: center;
	line-height: 122px;
}
.head .nav li .h2tit{
	
}
.head .nav li .h2tit a{
	position: relative;
	font-weight: normal;
	display: inline-block;
	padding: 0px 4px;
	font-size: 15px;
	color: #333333;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	/*  */
}
.head .nav li .h2tit a:after{
position: absolute;
left: 0px;
bottom: 0px;

transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
width: 0%;
height: 4px;
background: #e62129;
content: "";

}
.head .nav li:hover .h2tit a{
color: #e62129
}

.head .nav li:hover .h2tit a:after{
width: 100%;
}
.head .nav li.current .h2tit a{
color: #e62129;
}

.head .nav li.current .h2tit a:after{
width: 100%;
}
.head .search{
float: right;
/* width: 	30px; */
/* height: 30px; */
/* display: inline-block; */
/* margin-top: 46px; */
/* padding-bottom: 10px; */
/* position: relative; */
}
.head .search .h2tit{
height: 30px;	
background: url(../images/se.png) no-repeat center center;
cursor: pointer;
}
.head .search .slide{

-webkit-transition:all 0.4s;

-o-transition:all 0.4s;

-moz-transition:all 0.4s;

-ms-transition:all 0.4s;

transition:all 0.4s;

position: absolute;

right: 0px;

width: 200px;

visibility: hidden;

opacity: 0;

background: #fff;

top: 50px;

border-radius: 40px;

z-index: 4;

height: 30px;

border: 1px solid #ccc;

overflow: hidden;
}
.head .search:hover .slide{
opacity: 1;
top: 40px;
visibility: inherit;
}
.head .search .slide .words{
	float: left;
	width: 170px;
	height: 30px;
	border: none;
	text-indent: 15px;
	font-size: 13px;
}
*{
	outline: none;
	resize: none;
}
.head .search .slide .send{
	float: left;
	width: 28px;
	height: 30px;
	cursor: pointer;
	background: none;
	border: none;
	cursor: pointer;
	background: url(../images/se1.png) no-repeat center center;
}


.banner{
text-align: center;
position: relative;
height: 580px;
}
.banner .fullSlide{   position:relative;  height:580px; overflow:hidden;   }
.banner .fullSlide .bd{ position:relative; z-index:0;  }
.banner .fullSlide .bd ul{ width:100% !important; }
.banner .fullSlide .bd li{ width:100% !important;  height:580px; }

.banner .prev{
	display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -45px;
    left: 17%;
    z-index: 1;
    width: 40px;
    height: 90px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

    background: url(../images/left1.png) center no-repeat;
}
.banner:hover .prev{
opacity: 1;
}
.banner .next{
	display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -45px;
    right: 17%;
    z-index: 1;
    width: 40px;
        -webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;opacity: 0;
    height: 90px;
    cursor: pointer;
    background: url(../images/right1.png) center no-repeat;
}
.banner:hover .next{
opacity: 1;
}

.banner .fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center; }
.banner .fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:11px; height:11px; margin:4px; background:url(images/dot-black.png) 0 0; overflow:hidden; 
		line-height:9999px;

		border-radius: 50px;
		background: #fff;
	}
.banner .fullSlide .hd ul .on{ background: #e62129}


.banner .words{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	color: #fff;
	padding-top: 180px;
}
.banner .words .w1200{
overflow: hidden;
}
.banner .words .h2tit{
	
}
.banner .words .desc{
	font-size: 32px;
	font-weight: bold;

	font-family: "Arial Black";
	text-transform: uppercase;
	line-height: 68px;
}
.banner .words .infor{
	line-height: 40px;
font-size: 24px;
margin-bottom: 15px;
}
.banner .words .infor strong{

	font-size: 36px;
}
.banner .words .more{
	display: inline-block;
	width: 233px;
	height: 45px;
	-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
	background: url(../images/more.png) ;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-indent: 18px;
	line-height: 43px;
	text-align: left;
}

.banner .words .more:hover{

	-webkit-box-shadow:0px 0px 20px #e62129;
-moz-box-shadow:0px 0px 20px #e62129;
-o-box-shadow:0px 0px 20px #e62129;
-ms-box-shadow:0px 0px 20px #e62129;
box-shadow:0px 0px 20px #e62129;

}

.main{
	
}
.main .section_1{
	height: 595px;
	background: url(../images/sec1.png) no-repeat left center;
}
.w1200{

}
.main .section_1 .side{
	float: left;
	width: 385px;
}
.main .section_1 .side .title_pic{
	padding-left: 26px;
	padding-top: 98px;
	margin-bottom: 48px;
}
.main .section_1 .side .title_pic img{
	
}
.main .section_1 .side ul{
	
}

.main .section_1 .side ul a{
	display: block;
	line-height: 58px;
	font-size: 18px;
transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	text-indent: 45px;
	background: url(../images/rig.png) no-repeat 358px center;
	color: #333333;
	font-weight: bold;
}
.main .section_1 .side ul a:hover{
color: #c82029;
	background: url(../images/rig.png) no-repeat 368px center;

}


.main .section_1 .right_pro_list{
	float: right;
	margin-right: 23px;
	width: 780px;
}
.main .section_1 .right_pro_list .hd{
	padding-left: 57px;
	padding-top: 73px;
	line-height: 26px;
	zoom: 1;
	overflow: hidden;
}
.main .section_1 .right_pro_list .hd li{
	display: inline;

	margin-right: 15px;

}
.main .section_1 .right_pro_list .hd li a{
		padding-right: 12px;
		display: inline;
background: url(../images/lg.png) no-repeat right center;
		color: #666666;
		-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
font-size: 14px;
font-weight: bold;
word-wrap:break-word; 
}
.main .section_1 .right_pro_list .hd li:last-child a{
background: none !important
}
.main .section_1 .right_pro_list .hd li a:hover{

background: url(../images/lr.png) no-repeat right center;
		color: #e62129;
}
.main .section_1 .right_pro_list .hd li a.current{

background: url(../images/lr.png) no-repeat right center;
		color: #e62129;
}
.main .section_1 .right_pro_list .bd{
padding-top: 39px;
}

.main .section_1 .right_pro_list .bd .model{
	
}
.main .section_1 .right_pro_list .bd .model ul{
		zoom: 1;
	overflow: hidden;
}

.main .section_1 .right_pro_list .bd .model ul li{
	float: left;
	width: 333px;
	margin-left: 57px;
	text-align: center;
}
.main .section_1 .right_pro_list .bd .model ul li .imgbox{
	overflow: hidden;
}

.main .section_1 .right_pro_list .bd .model ul li .imgbox{
	
}

.main .section_1 .right_pro_list .bd .model ul li .imgbox img{
width: 100%;	
height: 263px;
}


.main .section_1 .right_pro_list .bd .model ul li .h2tit{
	padding-top: 19px;
	line-height: 29px;
	font-size: 20px;

	font-weight: bold;
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

}

.main .section_1 .right_pro_list .bd .model ul li .h2tit a{
	color: #333333;	
}
.main .section_1 .right_pro_list .bd .model ul li .h2tit:hover a{
	color: #e62129;	
}

.main .section_1 .right_pro_list .bd .model ul li .desc{
	font-size: 12px;
	color: #999999;
	line-height: 25px;
	margin-bottom: 8px;
	
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

}
.main .section_1 .right_pro_list .bd .model ul li .desc a{
		color: #333333;
}

.main .section_1 .right_pro_list .bd .model ul li .more{
	display: block;
	margin: auto;
	width: 110px;
	height: 26px;
	border: 1px solid #5f5f5f;
	line-height: 24px;
	font-size: 16px;
	color: #5e5e5e;
	position: relative;
	-webkit-transition:all 0.2s;
-o-transition:all 0.2s;
-moz-transition:all 0.2s;
-ms-transition:all 0.2s;
transition:all 0.2s;

}
.main .section_1 .right_pro_list .bd .model ul li .more:hover{
color: #fff;
border-color: #e62129
}
.main .section_1 .right_pro_list .bd .model ul li .more span{
position: relative;
z-index: 3;
}

.main .section_1 .right_pro_list .bd .model ul li .more:after{
position: absolute;
left: 0px;
top: 0px;
width: 0%;
height: 100%;
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;

background: #e62129;
content: ""
}

.main .section_1 .right_pro_list .bd .model ul li .more:hover:after{
width: 100%;
}

.main .section_1 .right_pro_list .bd .model ul li *{
	
transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main .section_1 .right_pro_list .bd .model ul li:hover img{
	

 -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.main .section_2{
padding-top: 50px;	
}
.main .titlemodel{
	text-align: center;
}
.main .titlemodel .h2tit{
	font-size: 43px;
	font-weight: bold;
	color: #2b2b2b;

line-height: 56px;
	text-transform: uppercase;
}
.main .titlemodel .h3tit{
	line-height: 30px;
	color:#999999;
	font-size: 14px;
	font-family: "微软雅黑"
}
.main .section_2 .list{
	padding-top: 55px;
	zoom: 1;
	overflow: hidden;
	padding-bottom: 39px;
}
.main .section_2 .list li{
	margin-bottom: 27px;
	text-align: center;
	float: left;
	width: 285px;
	margin-right: 20px;
	border-bottom: 6px solid #2b2b2b;
}
.main .section_2 .list li *{

transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main .section_2 .list li:nth-child(4n){
	margin-right: 0px;
}
.main .section_2 .list li .imgbox{
	
}
.main .section_2 .list li .imgbox img{
	height: 142px;
}
.main .section_2 .list li:hover .imgbox img{
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);

}
.main .section_2 .list li .title{
	padding-top: 14px;
line-height: 30px;

font-size: 14px;
font-weight: bold;
color: #333333
}
.main .section_2 .list li .desc{
line-height: 21px;
font-size: 13px;
height: 120px;
padding-left: 19px;
padding-right: 19px;

color: #666666	
}


.main .section_3{
	text-align: center;
	background: url(../images/sec3.png) no-repeat center top;
	height: 817px;
	background-size: cover;
}
.main .section_3 .titlemodel{
	padding-top: 80px;
	margin-bottom: 15px;
}
.main .section_3 .titlemodel *{
	color: #fff;
}
.main .section_3 .more{
	display: inline-block;
	width: 102px;
	line-height: 26px;
	font-size: 16px;
	color: #bd1e23;
margin-bottom: 30px;
	text-transform: uppercase;
	background: #fff;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);

}
.main .section_5{
	overflow: hidden;
}
.main .section_3 .more:hover{

	background:  #bd1e23;
	color: #fff


}

.main .section_3 .list{

}
.main .section_3 .list li{
	float: left;
	margin-right: 12px;
	width: 291px;
}
.main .section_3 .list li:hover{
		-webkit-box-shadow:0px 0px 20px #ccc;
-moz-box-shadow:0px 0px 20px #ccc;
-o-box-shadow:0px 0px 20px #ccc;
-ms-box-shadow:0px 0px 20px #ccc;
box-shadow:0px 0px 20px #ccc;

}
.main .section_3 .list li,.main .section_3 .list li *{ 
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
.main .section_3 .list li:last-child{
margin-right: 0px;

}
.main .section_3 .list li .imgbox{
	overflow: hidden;
	position: relative;
}
.main .section_3 .list li .imgbox img{
	width: 100%;
	height: 232px;
}
.main .section_3 .list li:hover .imgbox img{
 -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);


}
.main .section_3 .list li .imgbox span{
display: none;
}

.main .section_3 .list li .content{
background: url(../images/bj.png) no-repeat center center;
height: 293px;
position: relative;
z-index: 34;
padding-left: 17px;
padding-right: 17px;
margin-top: -13px;
}

.main .section_3 .list li .h2tit{
	padding-top: 29px;
	line-height: 29px;
font-size:16px;

font-weight:bold;
height: 58px;
overflow: hidden;
margin-bottom: 6px;
}
.main .section_3 .list li .h2tit a{
color:#333333;	
display: block;
}
.main .section_3 .list li:hover .h2tit a{
color:#c82028;	
display: block;
}
.main .section_3 .list li .desc{
	border-top: 1px solid #d8d8d8;
	padding-top: 15px;
	line-height: 20px;
	font-size: 12px;
	height: 80px;
	overflow: hidden;
	padding-bottom: 30px;
}
.main .section_3 .list li .more1{
	display: inline-block;
	width: 162px;
	line-height: 36px;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	border-radius: 40px;
	border:2px solid #333333;
}
.main .section_3 .list li .more1:hover{
background: #333333;
color: #fff;
}



.main .section_4{
	background: url(../images/pl.png) no-repeat left 286px;
	padding-top: 19px;
}
.main .section_4 .table{
	border: 1px solid #cecece;
	margin-bottom: 39px;
margin-top: 23px;
}
.main .section_4 .table .title{
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background: #cecece;
}
.main .section_4 .table .title li{
	float: left;
	width: 16.6666%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333333
}
.main .section_4 .table .title li img{
	vertical-align: middle;
	display: inline-block;
}
.main .section_4 .table .title li span{
	vertical-align: middle;
	display: inline-block;
}
.main .section_4 .table .item{
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	height: 30px;
}
.main .section_4 .table .item:nth-child(odd){
	background: #f2f2f2
}

.main .section_4 .table .item li{
	float: left;
	width: 16.6666%;
}
.main .section_4 .table .item li:first-child{
text-align:left;
text-indent: 50px;
}
.main .section_4 .h4tit{
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-indent: 50px;
	background: url(../images/fly.png) no-repeat left center;
}
.main .section_4 .list{
	zoom: 1;
	overflow: hidden;
	padding-top: 35px;
}
.main .section_4 .list li{
	float: left;
	width: 200px;
	margin-right: 50px;
	text-align: center;
}
.main .section_4 .list li:last-child{
margin-right: 0px;
}
.main .section_4 .list li .loading{
	height: 170px;
}
.main .section_4 .list li h2{
	padding-top: 20px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #333333
}
.main .section_4 .list li .time{
	line-height: 42px;
	font-size: 16px;
	color: #666666;
	padding-bottom: 84px;
}
.main .section_5{
	height: 478px;
	background: url(../images/bj2.png) repeat-x left center;
}
.main .section_5 .play_video{
	display: inline-block;
	float: left;
	margin-top: 50px;
	width: 660px;


	-webkit-box-shadow:0px 0px 20px #ccc;
-moz-box-shadow:0px 0px 20px #ccc;
-o-box-shadow:0px 0px 20px #ccc;
-ms-box-shadow:0px 0px 20px #ccc;
box-shadow:0px 0px 20px #ccc;

}
.main .section_5 .play_video{
	cursor: pointer;
}
.main .section_5 .content{
	float: right;
	width: 418px;
	margin-right: 49px;
	padding-top: 28px;

}
.main .section_5 .content .h2tit{
	height: 66px;
	 font-size: 30px;
	 font-weight: bold;
	 color: #333333
	line-height: 66px;
	padding-bottom: 11px;
	background: url(../images/lines.png) no-repeat bottom left;
}
.main .section_5 .content .h2tit span{
display: inline-block;
text-transform: uppercase;
height: 30px;
padding-left: 14px;
margin-top: 20px;
border-left: 4px solid #fe0202;
}
.main .section_5 .content .desc{
	 padding-top: 14px;
	 line-height: 25px;
	 font-size: 16px;
	 color: #777777;
	 height: 250px;
	 overflow: hidden;
	 margin-bottom: 20px;
	 word-break:break-all;
}

.main .section_5 .content .more{
	 font-size: 16px;
	 color: #333333;
	 -webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;


	 text-decoration: underline;

}
.main .section_5 .content .more:hover{
	color: #fe0202
}
.main .section_5 {
	margin-bottom: 30px;
}
.main .section_6{
	
}
.main .section_6 .w1200{
	/* overflow-x: inherit; */
}
.main .section_6 .list{
	
}
.main .section_6 .list .scrollBox{  position:relative; }
.main .section_6 .list .scrollBox .piclist{ overflow:hidden; zoom:1;}
.main .section_6 .list .scrollBox .ohbox{overflow:hidden; position:relative;}
.main .section_6 .list .scrollBox {position:relative;/* overflow:hidden; *//* zoom:1; */}
.main .section_6 .list .scrollBox .piclist li{float:left; 
	display:inline; width:285px;
	background:#fff;
	margin-right:20px;
text-align: center;
}
.main .section_6 .list .scrollBox .piclist li *{
	-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;


}
.main .section_6 .list .scrollBox .piclist li .imgbox{
	overflow: hidden;
}
.main .section_6 .list .scrollBox .piclist li .imgbox img{
	width: 100%;
	height: 200px;
}

.main .section_6 .list .scrollBox .piclist li:hover .imgbox img{

 -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);

}

.main .section_6 .list .scrollBox .piclist li .h2tit{
line-height: 44px;
font-size: 14px;	
}

.main .section_6 .list .scrollBox .piclist li .h2tit a{
	color: #666666
}
.main .section_6 .list .scrollBox .piclist li:hover .h2tit a{
	color: #c81f28
}
.main .section_6 .list .list{
display: none;
}
.main .section_6 .list .scrollBox .pageBtn span{
	position:absolute;
	top:85px;
	width: 20px;
	z-index: 3;
	height: 40px;
	background-color: #cccccc;
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	transition:all 0.4s;
	cursor:pointer;
	text-indent:-999em;
	overflow:hidden;
}
.main .section_6 .list .scrollBox .pageBtn span:hover{ 
background-color: #e62129


}
.main .section_6 .list .scrollBox .pageBtn .prev{left:-40px;

background: url(../images/left.png) no-repeat center center #cccccc;
}
.main .section_6 .list .scrollBox .pageBtn .next{right:-40px;

background: url(../images/right.png) no-repeat center center #cccccc;}

.main .section_6 .list{
	padding-bottom: 34px;
}





.main .section_6{
	zoom: 1;
	overflow: hidden;

}
.main .section_6 .left{
float: left;width: 797px;
}
.main .section_6 .h4tit{
height: 47px;
line-height: 47px;
padding-bottom: 11px;
background: url(../images/lines2.png) no-repeat left bottom;
}
.main .section_6 .h4tit .title{

color: #333333;
font-size: 24px;
float: left;
padding-left: 10px;
border-left: 4px solid #fe0202;
height: 24px;
line-height: 24px;
text-transform: uppercase;
font-weight: bold;
position: relative;
top: 12px;
}
.main .section_6 .h4tit .more{
float: right;
font-size: 14px;
color: #333333;
font-family: "微软雅黑";
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;


}
.main .section_6 .h4tit .more:hover{

color: #c81f28;


}
.main .section_6 .left .infor_list{
padding-top: 14px;
}
.main .section_6 .left .infor_list .infor{
float: left;
width: 402px;
position: relative;
padding-bottom: 8px;
}
.main .section_6 .left .infor_list .infor .imgbox{
overflow: hidden;
}
.main .section_6 .left .infor_list .infor .imgbox img{
width: 100%;
}
.main .section_6 .left .infor_list .infor:hover .imgbox img{


 -webkit-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);

}
.main .section_6 .left .infor_list .infor .h3tit{
padding-top: 8px;
line-height: 31px;
font-size: 13px;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

}
.main .section_6 .left .infor_list .infor .h3tit a{

color: #484848
}
.main .section_6 .left .infor_list .infor .h3tit:hover  a{

color: #c81f28
}
.main .section_6 .left .infor_list .infor .desc{
line-height: 21px;
font-size: 12px;
color: #787878;
}
.main .section_6 .left .infor_list .infor .more{
position: absolute;
right: 0px;
bottom: 0px;
width: 62px;
line-height: 18px;
border-radius: 50px;
text-align: center;
border: 1px solid #3f3f3f;
font-size: 14px;
background: #fff;
color: #333333;

}
.main .section_6 .left *,.main .section_6 .right *{
-webkit-transition:all 0.4s;
-o-transition:all 0.4s;
-moz-transition:all 0.4s;
-ms-transition:all 0.4s;
transition:all 0.4s;
}
.main .section_6 .left .infor_list .infor .more:hover{
background: #c81f28;
color: #fff;
border-color: #c81f28

}
.main .section_6 .left .infor_list .rightlist{
float: right;
width: 367px;
}
.main .section_6 .left .infor_list .rightlist li{
zoom: 1;
overflow: hidden;
padding-bottom: 5px;
border-bottom: 1px solid #dfdfdf;
margin-bottom: 13px;
}
.main .section_6 .left .infor_list .rightlist li .time{
float: left;
width: 58px;
color: #333333;
}
.main .section_6 .left .infor_list .rightlist li .time .day{
font-weight: bold;

font-size: 40px;
height: 30px;

line-height: 30px;
}
.main .section_6 .left .infor_list .rightlist li .time .mounch{
line-height: 45px;
font-size: 20px;
text-transform: uppercase;
}
.main .section_6 .left .infor_list .rightlist li .con{
float: right;
width:308px; 
}
.main .section_6 .left .infor_list .rightlist li .con .h3tit{
line-height: 13px;
font-size: 13px;
font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.main .section_6 .left .infor_list .rightlist li .con .h3tit a{

color: #333333
}
.main .section_6 .left .infor_list .rightlist li:hover .con .h3tit a{
	color: #c81f28
}
.main .section_6 .left .infor_list .rightlist li .con .desc{
padding-top: 9px;
line-height: 21px;
font-size: 12px;
color: #787878;
height: 42px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.main .section_6 .left .infor_list .rightlist li .con .desc a{

color: #787878;
}

.main .section_6 .right{
	float: right;
	width: 344px;
}


.main .section_6 .right .list2{
/* padding-top: 4px; */
}
.main .section_6 .right .list2 li{

margin-bottom: 6px;
}

.main .section_6 .right .list2 li a{
display: block;
line-height: 41px;
height: 41px;
font-size: 13px;
color: #787878;
overflow: hidden;
background: url(../images/db.png) no-repeat left center;
text-overflow: ellipsis;
white-space: nowrap;
border-bottom: 1px dashed #dfdfdf;
padding-left: 19px;
}
.main .section_6 .right .list2 li a:hover{
	color: #c81f28
}
.main .section_6 {
	padding-bottom: 37px;
}

.footer{
	background: #333333
}
.footer .flink{
	line-height: 56px;
	height: 56px;
	border-bottom: 1px solid #3b3b3b;
}
.footer .flink strong{
	float: left;
	width: 100px;
	height: 16px;
	line-height: 16px;
	position: relative;
	font-weight: normal;
	top: 20px;
	border-left: 4px solid #fe0202;
	padding-left: 14px;
	font-size: 16px;
	color: #999999
}
.footer .flink a{
	float: left;
	width: 107px;
	text-align: center;
	font-size: 14px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);

	color: #555555
}

.footer .flink a:hover{
color: #ccc
}

.footer .con_tj{
	zoom: 1;
	overflow: hidden;
	padding-top: 71px;
}
.footer .con_tj .Navigation{
float: left;
margin-left: 52px;
width: 252px;
margin-right: 67px;	
}
.footer .con_tj  .h2tit{
	
}
.footer .con_tj .Navigation ul{
	padding-top: 19px;
	line-height: 30px;
	font-size: 14px;

}
.footer .con_tj .Navigation ul li{
	float: left;
	width: 50%;
}
.footer .con_tj .Navigation ul li a{
	color: #999999;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
-webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);

}
.footer .con_tj .Navigation ul li a:hover{
color: #fff;

}

.footer .con_tj .Navigation ul li a span{
font-family: "楷体";
font-size: 12px;
margin-right: 4px;
}

.footer .con_tj .contact{
	float: left;
	width: 406px;
}
.footer .con_tj .contact .list{
	padding-top: 19px;
}
.footer .con_tj .contact .list li{
	line-height: 18px;
	font-size: 14px;color: #999999;
	margin-bottom: 10px;
	zoom: 1;
	overflow: hidden;
}
.footer .con_tj .contact .list li .imgbox{
	float: left;
	height: 18px;
	width: 25px;
}
.footer .con_tj .contact .list li .imgbox img{
	vertical-align: middle;
	position: relative;
	top: 3px;
}

.footer .con_tj .contact .list li span{
	float: left;
	width: 381px;
}
.footer .con_tj .follow{
	float: right;
	width: 375px;
	margin-right: 48px;
}
.footer .con_tj .follow .share{
	padding: 17px 0px;
	zoom: 1;
	overflow: hidden;
}
.footer .con_tj .follow .share a{
	float: left;
	margin-right: 6px;
}
.footer .con_tj .follow form{
	
}
.footer .con_tj .follow form textarea{
	display: block;
	width: 345px;
	height: 104px;
	background: #3e3e3e;
	border: none;
	color: #555555;
	font-size: 16px;
	padding-right: 15px;
	padding-top: 16px;
	padding-left: 15px;
}

.footer{
	padding-bottom: 43px;
}
input,textarea{
	font-family: "Arial"
}
.main .section_1 .w1200{
	overflow: hidden;
}

.loading {
	border-radius: 600px;
	overflow: hidden;
	background: url(../images/ty.png) no-repeat center center;
-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

.header .tb{ 
	float:right; 
	width:70px; height:70px; 
	margin:22px 0 0;
	position:relative; z-index:3;right: -18px;
}
.search-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.search-wrapper .input-holder {
    overflow: hidden;
    height: 70px;
    background: rgba(255,255,255,0);
    border-radius: 6px;
    position: relative;
    width: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.search-wrapper .input-holder .search-input {
    width: 100%;
    height: 50px;
    padding: 0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFF;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.search-wrapper .input-holder .search-icon {
    width: 70px;
    height: 70px;
    border: none;
    background: url(../images/se.png) center no-repeat;
    border-radius: 6px;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.search-wrapper .close:before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
    content:''
}
.search-wrapper .close:after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
    content:''
}
.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0px;
    text-align: center;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 14px;
    display: none;
    color: #B7B7B7;
}
.search-wrapper.active {
left: -173px;}
.search-wrapper.active .input-holder {
    border-radius: 50px;
    width: 450px;
    background: rgba(0,0,0,0.85);
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height: 50px;
    background-color: #E6E6E6;
    margin: 10px;
    border-radius: 30px;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position: absolute;
    content: '';
    background: #ccc;
    border-radius: 2px;
}

.search-wrapper.active .close {
    right: -50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
