/* CSS Document */

*{text-overflow: ellipsis;word-break:break-all;}
body{
	margin: auto;

	font-size: 14px;
	line-height: 2;
	color: #666666;
	min-width:1200px;

}
body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,button,textarea,p,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{ margin-left:auto; margin-right:auto; margin-top:5px; margin-bottom:5px;}

table{
border-collapse: collapse;
}
a{
color: #000000;
text-decoration: none;	text-decoration: none;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;
}

a:hover{
	color: #d5030f;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img[align="left"]{ margin-right:10px;}
img[align="right"]{ margin-left:10px;}
ul,li,p,dl,dt{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div,span{text-overflow: ellipsis;}
@-webkit-keyframes mycolor{
		0%{
				
				}
				30%{
		
					transform: rotate(90deg);
					
				}
				
				60%{
		
					transform: rotate(270deg);
					
				}
				
				100%{
			
					transform: rotate(360deg);
				
				}
	}

.clear{ clear:both}
/*垂直居中*/
.center{ display: flex;
    justify-content:center;
    align-items:center;}
/*图片放大*/
.fd img{    transition: all 0.3s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;}
.fd:hover img{    transform: scale(1.2);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);}

.fl{ float:left}
.fr{ float:right}
.box{
	width:1200px;
	margin:auto;
	min-width:1200px;

}





.app_header{ display:none;border-top-style: solid;
border-top-color: rgba(0,0,0,0.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.3);}


.app_top{width:100%;height:112px; float:left; display:none}

.app_top2{width:100%;height:112px; float:left;}
.app_top3{width:100%;height:80px; float:left;}
#menu{ z-index:22}


.header {
	
	text-align:center;
	position: absolute; z-index:2;
	left: 0px;
	top: 0px; width:100%; float:left;background-color: #FFFFFF;background-color:rgba(255,255,255,0.95);
}
.fixed{position: fixed;}
.header >div.box{/*background-color: #FFFFFF; background-color:rgba(255,255,255,0.95);*/ width:100%;  margin:auto; position:relative;}

.header .logo{ float:left; padding-top:5px; }
.header >div.box>div{ width:1200px; margin:auto;}
.headers{ float:right; padding-top:20px; padding-bottom:20px;}

.headers ul,.headers ul li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.headers ul li{
	float:left;
	line-height:34px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	font-size:15px;
	position: relative;
}
.headers ul li a{
	color: #333333;
	text-decoration: none;
	display:inline-block;
	position: relative;
}
/*.headers ul li:after{
	content:'';
	position: absolute;
	left: 0px;
	top: 50%;
	height: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c6c6c6;
	margin-top: -6px;
}*/
.headers ul li.nbg:after{ display:none}
.headers ul li a:hover:after,.headers ul li a.select:after{content:'';
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D5030F;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -1em;
	width: 2em;
}

.headers ul ul li a:hover:after,.headers ul ul li a.select:after{ display:none}
.headers ul ul li a:hover{ background-color:#D5030F; color:#FFFFFF;}
.header{z-index:333;
font-size:16px;
line-height:60px;  float:right; margin-top:0px;
}
.headers ul li ul li{ padding:0px;}

.header> ul >li> a{

	position: relative;
}
.header ul li  ul li a{ padding:0px; margin-left:0px; margin-right:0px; }
.header ul ul{
	font-size:14px;
	line-height:1.5; z-index:2;
	text-align:center;
	float: left;
	width: 120%;
	position: absolute;
	z-index:333;
	left: 0px;
	top: 35px; background-color:#ffffff;background-color:rgba(255,255,255,0.9); display:none; font-size:14px;
}
.header ul ul ul{ left:100%; top:0px;z-index:333;}
.header ul li ul li{ float:left; width:100%;}
.header ul li ul li:after{ display:none}
.header ul li ul li>a{ line-height:2;
	float:left;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(0,0,0,0.1);
	border-bottom-color:  rgba(255,255,255,0.3); color:#333333; font-size:12px;
}

.header ul li{	position: relative;}
.header ul li:hover>ul{ display:block}

	#top{
	background-color:#019a6b;
	color:#FFFFFF;
	font-size:12px;
	line-height:32px; text-align:left; width:100%; float:left;

}
	#top,#top a{ color:#FFFFFF}
.lang{ margin-left:20px; color:#666666; font-size:14px; padding-top:5px; float:right}	
.lang i{
	border-radius:100%;
	border: 1px solid #aaaaaa;
	margin-right: 10px; padding:4px;font-size:15px; color:#aaaaaa; font-weight:bold;
}
.lang  b{ color:#F43433}
#footnav{
	position: fixed; z-index:2;
	left: 0px;
	bottom: 0px; float:left; width:100%; background-color:rgba(0,0,0,0.6); display:none;
}
#footnav a{
	float:left;
	width:33.3333%;
	text-align:center;
	position: relative; line-height:35px; color:#FFFFFF;
}
#footnav a i{ margin-right:5px;}
#footnav a:after{ content:'';
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:rgba(0,0,0,0.8);
}
#footnav a:before{content:'';	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:rgba(255,255,255,0.1);
	position: absolute;
	height: 100%;
	right: 0px;
	top: 0px;
}


/*内页底部*/
.pagination{ clear:both; text-align:center}
.pagination li{
	display:inline-block;
	border: 1px solid #dddddd;
	padding-left:12px;
	padding-right:10px;
	margin: 0px; overflow:hidden;
}

.pagination li+li{
	border-left-style: none;
}
.pagination li:first-child+li{border: 1px solid #dddddd;border-radius:3px 0 0 3px;}
.pagination li:last-child,.pagination li:first-child{border: 1px solid #dddddd;border-radius:3px;}
.pagination li:nth-last-child(2){border-radius:0 3px 3px 0;}
.pagination li.disabled{}
.pagination li.active{ background-color:#e9060f; color:#FFFFFF}

.pagination li a{ color:#333333}


#footer2{ background-color:#1260B3; clear:both; padding-top:30px; padding-bottom:30px; color:#FFFFFF; float:left; width:100%;}
#footer2 .h1{ font-size:36px;}
#footer2 .h2{ font-size:16px;}
#footer2 .left{ float:left}
#footer2 .more{
	float:right;
	padding-top:50px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
}
#footer2 .more a{ display:inline-block; padding-left:20px; padding-right:20px; background-color:#ffffff;border-radius:30px;}
#footer{ background-color:#262F36; padding-top:60px; padding-bottom:20px; clear:both;}

#footer,#footer a{ color:#cccccc; font-size:14px;}
.flx,.fnav{ float:left; margin-right:20px;}
.flx .hc,.fnav .hc,.qrcode .hc{ padding-top:10px;}
.flx .title b,.fnav .title b,.qrcode b{ font-weight:lighter}
.flx .title,.qrcode .title{ font-size:22px; color:#FFFFFF}
.fnav .title{ font-size:22px; color:#FFFFFF}
.fnav{
	width:120px;
	padding-left:20px;
	padding-right:20px;

}


.flx{ padding-right:100px;}
.flx i{ margin-right:10px;}

.fnav.f2 .hc li{ float:left; width:98%; margin-right:1%; margin-left:1%; }
#footer .fnav .hc a:hover{ color:#ffffff}
.copy{
	text-align:left;
	padding-top:20px;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #313D46;
	background-color: #262F36; margin-top:20px;
}

.qrcode .hc .item{
	float:left;
	width:100%;
	line-height:65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.1);
	padding-top: 10px;
	padding-bottom: 10px;
}
.qrcode .hc .item:last-child{ border:none}
.qrcode .hc .item img{ float:right}
.qrcode .title{
	background-image: url(../image/1_r2_c2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}


.qrcode{ width:200px;}
.gotop{
	background-image: url(../image/gotop.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 38px;
	width: 38px;
	border: 2px solid #BEC1C3;/*border: 3px solid rgba(255,255,255,0.5);*/
	position:fixed;
	right: 10px;
	bottom: 10px; z-index:22; background-color:#28323A; cursor:pointer;
}

	
	/*首页*/
.hot{
	line-height: 56px;
	background-image: url(../image/hotbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.hot .fl{}
.hot .fl .title{
	float:left;
	background-image: url(../image/hot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-weight: bold; color:#CC0000;
}
.hot .fl .hc{

	margin-left:95px;
	max-width:680px;

}
.hot .fl .hc .ntitle{	white-space: nowrap;
	overflow: hidden; width:100%;text-overflow: ellipsis;word-break:break-all; float:left;}
.hot .fl .hc a{
	color:#666666;
	position: relative;
}
.hot .fl .hc a:after{
	content:'';
	background-color: #666666;

	width:3px;
	height:3px;
	position: absolute;
	left: -5px;
	top: 50%; margin-top:-1.5px;
}
.hot .fl .hc a:hover:after{background-color: #CC0000;}
.hot .fl .hc a:hover{ color:#CC0000}
.hot .search form{ float:left; padding-top:10px; }
.hot .search input{
	border: 1px solid #cccccc;
	height: 26px; float:left; margin-top:1px; padding-left:10px; padding-right:10px; width:250px;
}
.hot .search button{ float:left;
	background-image: url(../image/searchbtn.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.etitle{
	text-align:center;
	padding-bottom:15px;
	padding-top:30px;
	font-size:30px;
	color:#000000;
	position: relative;
}
.etitle a{
	position: absolute;
	top: 50%;
	right: 0px;
	font-size:16px;
	color: #999999; line-height:16px; margin-top:-8px;
}
.etitle b{ position:relative; display:inline-block;}
.etitle b:after{
	content:'';
	width: 2em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	height:1px;
	position:absolute;
	left: 50%;
	bottom: 0%;
	margin-left: -1em;
}
.etitle+.h2{ color:#666666; text-align:center; font-size:15px; padding-bottom:15px;}
.etitle+.h2+.econtent,.etitle+.econtent{ padding-top:20px;}
.fuwu{ padding-bottom:50px;}
.fuwu .econtent .picli{ float:left; width:30%; margin-left:5%; background-color:#EFEFEF}
.fuwu .econtent .picli:nth-child(1){ margin-left:0px;}
.fuwu .econtent .picli .title{ text-align:center; color:#000000; font-size:18px; padding-top:10px;}
.fuwu .econtent .picli .dp{ padding-left:20px; padding-right:20px; padding-bottom:20px; line-height:1.5; min-height:4.5em; padding-top:10px;}
.fuwu .econtent .picli .dp li{ float:left; width:50%; font-size:14px; position:relative; padding-left:20px;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
.fuwu .econtent .picli .dp li a{ color:#666666}
.fuwu .econtent .picli img{ max-width:100%;}

.fuwu .econtent .picli .dp li:after{
content: '';
position: absolute;
left: 4px;
top: 3px;
z-index: 100;
width: 0;
height: 0;
border-width: 7px;
border-style: solid;
border-color: transparent transparent transparent #CC0000;
transition: .5s;
}
.fuwu .econtent .picli .dp li:before{
content: '';
position: absolute;
left: 2px;
top: 3px;
z-index: 101;
width: 0;
height: 0;
border-width: 7px;
border-style: solid;
border-color: transparent transparent transparent #EFEFEF;
transition: .5s;
}


.fuwu .econtent .picli:hover{ background-color:#34659F}
.fuwu .econtent .picli:hover .title{ color:#FFFFFF}
.fuwu .econtent .picli:hover .dp li a{ color:#FFFFFF}
.fuwu .econtent .picli:hover .dp li a:hover{ color:#FFFF00}
.fuwu .econtent .picli:hover .dp li:after{ border-color: transparent transparent transparent #34659F;}

.about {
	background-image: url(../image/bg_company.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #55789E; color:#FFFFFF; padding-bottom:50px; overflow:hidden; max-width:1366px; margin:auto;
}

.about video{ width:100%;  position:absolute; top:0px; left:0px; z-index:-2;}
.about .video:after{background-color:rgba(0,0,0,0.4); width:100%; height:100%; position:absolute; z-index:-1; top:0px; left:0px; content:'';}

.about .etitle{ color:#ffffff;}
.about .econtent{ font-size:18px;}
.about .block{ clear:both; padding-top:30px; clear:both}
.about .block .picli{ width:25%; text-align:center; float:left;}
.about .block .picli .img{
	display:inline-block;
	width:100px;
	height:100px;
	border-radius:100%;
	display: flex;
	justify-content:center;
	align-items:center;
	border: 1px solid #FFBD28; margin:auto;
}

.about .block .picli .ntitle{ clear:both; font-size:24px;}

.pro{ padding-bottom:50px;}
.pro .econtent *{ max-width:100%;}
.pro .econtent .left{ float:left; width:480px;}
.pro .econtent  .picli .img{ overflow:hidden;}
.pro .econtent  .picli .title{
	text-align: center;
	white-space: nowrap;
	overflow: hidden; padding-top:5px; padding-bottom:5px; font-size:18px;
}
.pro .econtent  .picli .title a{ color:#000000;}
.pro .econtent .left  .picli .img{ min-height:480px;max-height:480px;}
.pro .econtent .left+.right{ margin-left:480px;}

.pro .econtent .right .picli{ float:left; width:48%; float:left; margin-left:2%;}

.pro .econtent .right .picli .img{ height:217px; }


.news{ background-color:#f6f6f6; padding-bottom:50px;}
.news *{ max-width:100%;}
.news .econtent .picli{ float:left; width:400px;	border: 1px solid #eeeeee; padding:20px; background-color:#FFFFFF}
.news .econtent .picli .img{ overflow:hidden; max-height:275px;}
.news .econtent .picli +.nli{
	margin-left:460px;
	border: 1px solid #eeeeee; padding:20px; background-color:#FFFFFF;
}
.news .econtent .picli  .ntitle{
	font-size:18px;
	line-height:1.5;
	padding-top:15px;
	padding-bottom:15px;
	white-space: nowrap;
	overflow: hidden;
}
.news .econtent {  color:#999999; font-size:14px;}
.news .econtent .picli +.nli .li .ntitle{ font-size:16px;	white-space: nowrap;
	overflow: hidden;}
.news .econtent  .dp{ color:#999999; line-height:1.5; min-height:3em;max-height:3em; overflow:hidden;}
.news .econtent .picli .dp{min-height:4.5em;max-height:4.5em; }
.news .econtent .picli +.nli .li{
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #eeeeee;
} 
#postion{
	line-height: 35px;
	float: left;
	width: 100%;
	background-image: url(/public/tpl/default/static/in_r3_c3.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	position: relative;
}
#postion b{
	float: left;
	margin-left: 25px;
	font-size: 16px;
	/*	color: #FFFFFF;*/ font-weight:lighter;
	position: absolute;
	bottom: -5px;
	left: 5px;
	text-align: left;

	width: 50px;
	height: 5px;font-size:12px;
}

#postion div,#postion div a{
	color: #999999; 
}
#postion div span{
	color: #CC0000;
}
.ptitle{ text-align:center; line-height:1.2; padding-top:20px; padding-bottom:10px; clear:both;}
.ptitle .h1{ font-size:36px; color:#333333;}
.ptitle .h2{
	font-size:36px;
	text-transform: uppercase; color:#CCCCCC
}
#cms,#cms1{
	float: left;
	width: 100%;
	overflow: hidden;
	min-height:550px; 
	margin-top: 10px;
	padding-bottom: 80px; padding-top:10px;
}


#cms1 .content{ width:98%; margin:auto;

	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 10px; color:#333333;
}



.back a{
	background-color: #666666;

	padding-right: 25px;

	padding-left: 25px; color:#fff; clear:both; font-size:18px; display:inline-block;
}
.back a:hover{ background-color:#d21b24; color:#FFFFFF}

.back { text-align:right; clear:both; line-height:45px; padding-top:20px;
	
}

#info{
	font-size: 12px;
	color: #999999;
	text-align: center;
}
#cms1 *{ max-width:100%;}
#cms img,#cms1 img{ margin-bottom:5px; margin-top:5px;}
#cms1 h1.h1{ color:#333333;}




#cms .li{
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 15px;
	line-height: 32px;
	font-size: 14px; padding-top:10px;
	
}
#cms .li .img{ width:180px; height:120px; overflow:hidden; float:left;}
#cms .li .img img{ width:100%; height:100%;}
#cms .li .img+.right{ margin-left:200px; clear:none; float:none;}

#cms .li .ntitle{
	float: left;
	width: 80%;
	text-align: left;
	white-space: nowrap; font-size:18px;
	overflow: hidden;

	text-overflow: ellipsis;
	position: relative; padding-left:10px;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */ 
}
#cms .li .title{font-size:18px;}
/*#cms .li .ntitle:after{
	height: 4px;
	width: 4px;
	margin-top: -2px;
	position: absolute;
	left: 0px;
	top: 50%;
	background-color: #999999;content:'';
}*/
#cms .li .ntitle a,#cms .li .title a{
	color:#888888;
	font-weight: bold;
}
#cms .li i{ margin-right:5px;}
#cms .li .time{
	float: right;

	color: #999999;
	font-size: 14px;
}
#cms .li .img+.right .btn{

	color: #999999;
	font-size: 14px;
}


#cms .li .time i{ margin-right:5px; color:#999999}
#cms .li .time a{ color:#999999}
#cms .li .time a:hover{ color:#FF0000}
#cms .li .img+.right .btn{ padding-top:10px;}
#cms .li .img+.right .btn a{ background-color:#15529d; color:#FFFFFF; display:inline-block; padding-left:20px; padding-right:20px;}
#cms .li .img+.right .btn a:hover{color:#FFFFFF; background-color:#CC3300 }
#cms .li .img+.right .btn a i,#cms .li .img+.right .btn a{ color:#FFFFFF}
#cms .li .img+.right .btn a i{ margin-right:5px;}

#cms .list{ width:31.3333%; margin-left:1%; margin-right:1%;
overflow:hidden; float:left; margin-top:10px; margin-bottom:10px;
}

#cms .list .right{ padding: 20px; /*padding-bottom:30px; padding-top:20px;*/ clear:both;}
#cms .list .right .dp{ font-size:14px; line-height:1.5; color:#666666; height:3em; overflow:hidden; }
#cms .list.appli .right .dp{ display:none}

#cms .list:hover .right{ background-color:#d00021;}

#cms .list:nth-child(3n+1){ clear:both}
#cms .list  .ntitle{
	white-space: nowrap;
	overflow: hidden;
}

#cms .list .right .more{ text-align:center; padding-top:5px;}
#cms .list .right .more a{
	font-family: "新宋体";
	font-size: 12px;
	color: #606060;
}
#cms .list:hover .right .more a{ color:#FFFFFF}
/*#cms .list .item1{ color:#666666}
#cms .list .item2{ color:#666666}*/
#cms .list .img{ padding:5px;/*border-radius:3px;*/
	 
	border: 1px solid #dddddd; height:320px;overflow:hidden; background-color:#FFFFFF; text-align:center; 
	
}
#cms .list .proli{ height:280px;}
#cms .list .proli img{ width:100%; height:100%;}
#cms .list .img img{max-width:100%;  max-height:100%;}

#cms .list .img{ /*background-color:#e8e9eb*/
	position: relative;
}
/*#cms .list .img img{height:230px; width: 100%;}*/

#cms .list .img a:hover img,#cms .list:hover .img  img{opacity:1; }
#cms .list .ntitle{
	font-size:18px;
/*	padding-top:5px;*/
	padding-bottom:5px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;	 color:#000000;
}

#cms .list:hover .title{ color:#d00021}
#cms .list:hover .title,#cms .list:hover .dp{color:#ffffff;}


#cms .picli{
	float: left;
	width: 98%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	padding-left:1%;
	padding-right:1%;

}
#cms .picli:nth-child(2n+1){ clear:both}

/*#cms .picli:hover a{color: #0099FF;}*/
#cms .picli .img{

	overflow:hidden;
	padding: 2px;
	border: 1px solid #dddddd; border-radius:3px; overflow:hidden; float:left; background-color:#FFFFFF;
}
#cms .picli .img img{ width:235px; height:120px; }


#cms .picli .img+.right{ margin-left:270px; margin-right:10px;}
#cms .picli .right .dp{ float:left; width:100%; 
/*	font-family: "宋体";*/
	font-size: 14px;
	color: #999999; line-height:1.5; height:3em; overflow:hidden;
}
#cms .picli .img+ .right> .dp{ max-height:6em;}
#cms .picli .date+ .right> .dp{ height:3em;}
#cms .picli .right .ntitle{
	font-size: 18px;
	white-space: nowrap;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}
#cms .picli .right .ntitle a{	font-size: 18px;}
#cms .picli .date{
	float:left;
	overflow:hidden; background-color:#999999;
	background-color:rgba(0,0,0,0.6);

	width:90px;
	height:90px;
	text-align: center;border-radius:5px; font-size:12px;
}
#cms .picli .date+.right{ margin-left:100px;}	
#cms .picli .date>span{display:block; font-size:32px;background-color:rgba(255,255,255,0.2); color:#FFFFFF; line-height:60px;}
#cms .picli .date>i{
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	color: #ffffff; display:block;
}

#cms .picli:hover{background-color:rgba(72,72,72,1);
background-color:#d42e2b;
-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;}
#cms .picli img{    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;}
#cms .picli:hover img{    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);}


#cms .picli .right .ntitle{
	float: left;
	width: 80%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;

text-overflow: ellipsis;
}
#cms .picli .ntitle a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#cms .picli .time{
	float: right;
	width: 12%;
	color: #999999;
	font-size: 12px;
}
#cms .picli .title,#cms .picli .dp{ float:left; width:100%;}
#cms .picli .dp{ font-size:12px; color:#999999; line-height:1.5;  }
#cms .picli:hover a,#cms .picli:hover .dp,#cms .picli:hover .time{ color:#FFFFFF}
#cms .picli:hover{ margin-left:-5px;}

.hezuoin{}


#cms .hzli{
	box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; 
	float: left;
	width: 10%;

	text-align:center;
	font-size:14px;
	
	margin-left:-1px;
	margin-top:-1px;
	position: relative;height:100px; 

}

#cms .hzli>div{	box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; 
	width:100%;
	height:100px;
	float:left;
	position: absolute;
	left: 0px;
	top: 0px; background-color:#FFFFFF;	overflow:hidden;padding:5px;display: flex;font-size:16px;
    justify-content:center;
    align-items:center;border: 1px solid #dddddd;

}


#cms .hzli>div.img img{ max-width:100%; max-height:100%;}	
#cms .hzli:nth-child(10n+1){  clear:both;}
#cms .hzli  a{ color:#ffffff;}


/*翻转*/
#cms .hzli{	position:relative;text-align:center;transform-style:preserve-3d;transition:1s;}
#cms .hzli>div.ntitle{ background-color:#cccccc}
#cms .hzli,#cms .hzli>div{

	backface-visibility:hidden;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden; 
-ms-backface-visibility:hidden; 
}
#cms .hzli>div.ntitle,#cms .hzli:hover{
transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
-ms-transform:rotateY(180deg);

}




.leftdh{ clear:both; line-height:45px; padding-top:10px; text-align:center; padding-top:30px;}
.leftdh ul{ text-align:center;display:inline-block;}
.leftdh ul li{ display:inline-block; margin-left:5px; margin-bottom:5px;}
.leftdh ul li a{
	display:inline-block;
	background-color: #f5f5f5;
	padding-right: 40px;
	padding-left: 40px;color:#555555; font-size:16px;
}
.leftdh ul li a:hover,.leftdh ul li a.select{ background-color:#CA0109; color:#FFFFFF}
.leftdh ul:hover li a.select{background-color: #f5f5f5; color:#555555;}


/*移动端*/


.null{ line-height:50px; text-align:center; color:#999999;}





.bannerin{ text-align:center}
.bannerin img{ width:100%;}

.bannerin{
	clear:both;
	text-align: center;
	position: relative; margin:auto;
}
.bannerin:after{
	content:'';
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px; float:left; /*background-color:rgba(0,0,0,0.3);*/
}
.bannerin .h1{/* display:none;
*/
	text-align: center;
	position: absolute;

	width: 100%;
	left: 0px;
	top: 50%;
	color:#FFFFFF; 
	z-index:2;
	margin-top: -27px;  line-height:1.5;
}
.bannerin .h1 span{/*text-shadow:2px 2px 6px #000000;*/text-shadow:0 1px 2px rgba(0,0,0,0.6);
	display:inline-block;
	padding-left:15px;
	padding-right:15px;
	position: relative;font-size:36px;
/*	border: 1px solid #ffffff; border: 1px solid rgba(255,255,255,0.5);*/
}
/*.bannerin .h1 i{
	font-family: Arial, Helvetica, sans-serif;
	display:inline-block;
	clear:both;
	position: relative;
	font-size: 36px;
	font-style: normal;
	text-transform: capitalize; color:rgba(255,255,255,0.9);  
}
.bannerin .h1 span:before{content:'';
	float: left;
	width: 2em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	position: absolute;
	left: 50%; margin-left:-1em;
	bottom: 0px;
}
*/

