/* CSS Document */

*{text-overflow: ellipsis;word-break:break-all;}
html{ width:100%; text-align:center}
body{
	margin: auto;
	position:relative;
	font-size: 14px;
	line-height: 2;
	color: #666666;
	min-width:1200px;
	max-width:100%;
	text-align:left;
	overflow-x:hidden;/* background-color:#eeeeee;*/
	font-family: Arial, Helvetica, sans-serif;
}
body>div{ max-width:100%; overflow:hidden;}
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: #01406B;
}
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:1250px;
	margin:auto;
	min-width:1250px;

}





.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{
	float:left; width:100%; z-index:2; 

}
#header .logo{ padding-top:17px; padding-bottom:17px; padding-left:0px;}
#nav{
	float:left;
	width:100%;
	font-size:16px;
	line-height:40px;
	background-color:#01406B;
	bottom:-20px;
	position: absolute;
	left: 0px;

}
.navkl{
	z-index:99;
	position: relative; clear:both; height:40px;
}
 #nav ul{ float:left; z-index:2; width:100%;}
 #nav >ul >li{

	position: relative; width:14%; float:left; text-align:center;
}
#nav >ul >li> a{
	text-transform: uppercase;
}
 #nav ul li a{ display:block; padding-left:10px; padding-right:10px; color:#ffffff;}
 #nav ul >li>ul{
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 0px;
	top: 40px;background-color:#01406B; z-index:1; display:none;
}
 #nav> ul >li>ul ul{ position: absolute;
	z-index: 2;
	width: 100%;
	background-color:#01406B; z-index:1;
	left:100%; top:0px;}
#nav ul li:hover>ul{
background-color:#BFBFBF; font-size:14px; line-height:1.5; display:block;
}
#nav ul li:hover>ul>li>a{ color:#000000; padding-top:5px; padding-bottom:5px; display:block; padding-left:20px; text-align:left; padding-right:20px;}
#nav ul li:hover>ul>li>a:hover{ background-color:#01406B; color:#ffffff}
#nav ul li a.select,#nav ul li a:hover,#nav ul li:hover >a{ background-color:#BFBFBF; color:#000000;}
.lan{ padding-top:50px;}
.lan a{ float:left; margin-right:10px;}
.lan img{ float:left; margin-right:5px;}

.searchform{
color:#ffffff; padding-top:20px; padding-bottom:20px; float:right;
}


.searchform form>div{ width:100%; float:left; text-align:center; padding-bottom:10px; padding-top:10px;}
.searchform form>div input[type='text']{ height:38px; width:300px; float:left; padding-left:10PX; padding-right:10PX;}
.searchform form>div select{ min-width:200px; height:32px;}
.searchbtn>span{ display:inline-block;}
.searchform form>div.searchbtn button{
	background-image: url(ss.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 41px;
	width: 41px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; float:left;
}
.searchform form>div.xiala button{
	background-color:#EF8909;
	color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; width:60px; height:32px; margin-right:5px;
}
.searchform>div .layui-form-item .layui-input-inline{ display:inline-block;}
.searchform>div .layui-form-item .layui-input-inline span{ display:block; text-align:left; font-weight:bold; font-size:14px;}
.searchform>div .layui-form-item .layui-input-inline  input{ display:block}


/*内页底部*/
.pagination{ clear:both; text-align:center; padding-bottom:0px;}
.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:#01406B; color:#FFFFFF}

.pagination li a{ color:#333333}


#left{ background-color:#F2F2F2; width:220px; float:left; margin-top:25px;}
#left.fixed{ position:fixed; top:0px; left:0px;}
#left .ptitle,#right .etitle{
	background-color:#BFBFBF;
	line-height:45px;
	padding-left:20px;
	color:#000000;
	text-transform: uppercase;
	font-weight: bold;
}
#right .etitle >a{
	float:right;

	line-height:17px;
	width:17px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center center; background-color:#01406B; text-align:center; color:#FFFFFF; margin-top:16px; margin-right:15px;
}
#right .etitle .postion a,#right .etitle .postion { color:#FFFFFF; font-size:12px}
#right .etitle .postion a{ margin-left:2px; margin-right:2px;}
#right .etitle .postion{ margin-right:10px;}
#left .leftdh ul li a{
	display:block;
	padding-left:20px;
	padding-right:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF; line-height:1.5; padding-top:6px; padding-bottom:6px;
}
#left .leftdh ul li a:hover,#left .leftdh ul li a.hover{ background-color:#01406B; color:#FFFFFF}

#left .leftdh ul li ul li a{ padding-left:40px; background-color:#FFFFFF; font-size:12px; color:#666666; position:relative;}
#left .leftdh ul li ul li a:before{ content:''; background-color:#999999; height:5px; width:5px; position:absolute; left:30px; top:50%; margin-top:-2.5px;border-radius:100%;}
#left .leftdh ul li ul li a:hover:before,#left .leftdh ul li ul li a.hover:before{background-color:#ffffff; }

#left .leftdh ul li ul{ display:none}
#left .leftdh ul li  a.select+ul{ display:block}
#right{background-color:#F2F2F2; float:right; margin-top:25px; width:1000px;}
#right .econtent{ padding:20px;}
#cms  .list{
	float:left;
	width:30%;
	margin-left: 5%; margin-bottom:20px;
}
#cms  .list:nth-child(3n+1){ clear:both; margin-left:0px;}
#cms  .list .img{ overflow:hidden; background-color:#FFFFFF; }
#cms  .list .img *{ max-width:100%; max-height:100%;}
#cms  .list .ntitle{ background-color:#D9D9D9; line-height:1.5; padding:10px; min-height:3em; max-height:3em;}
#cms  .list:hover .ntitle{ background-color:#01406B}
#cms  .list:hover .ntitle a{ color:#FFFFFF}

#footer{
	clear:both;
	width:100%;
	background-color:#F5F5F5;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #01406B; margin-top:25px; padding-top:25px; line-height:1.5; padding-bottom:25px;
}
#footer,#footer a{ color:#666666}
#footer .flx{ width:30%;}
#footer .fnav{ width:40%}
#footer .fnav ul li{ float:left; width:50%;}
#footer .fnav2{ width:30%;}
.copy{
	clear:both;
	width:100%;
	background-color:#01406B; color:#FFFFFF; padding-top:10px; padding-bottom:10px;

}
#footer .fnav2 .item{ padding-bottom:10px;}
#footer .fnav2 .icon-dainhau{ font-size:14px}
#footer .fnav2 .icon-dizhi{ font-size:22px}
#footer .fnav2 .iconfont{ margin-right:5px;}
#footer .fnav2 .t{ font-weight:bold}
.copy .copys{ float:left; width:500px; margin-top:20px; text-align:center;}
#share a{
	display:inline-block;
	line-height:30px;height:30px;
	width:30px;
	margin-left:5px;
	background-image: url(share1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#share a{
	display:inline-block;
	line-height:30px;height:30px;
	width:30px;
	margin-left:5px;
	background-image: url(share1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#share a{
	display:inline-block;
	line-height:30px;height:30px;
	width:30px;
	margin-left:5px;
	background-image: url(share1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#share a{
	display:inline-block;
	line-height:30px;height:30px;
	width:30px;
	margin-left:5px;

	background-repeat: no-repeat;
	background-position: center center;
}
#share a.share1{	background-image: url(share1.png);}
#share a.share2{	background-image: url(share2.png);}
#share a.share3{	background-image: url(share3.png);}
#share a.share4{	background-image: url(share4.png);}
#share a.share5{	background-image: url(share5.png);}


.flash .swiper-wrapper a{
	width:100%;
	min-height:310px;max-height:380px;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
}
.flash .swiper-wrapper a img{ display:none}

#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;
}


#cms .picli{
	float: left;
	width: 98%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	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.3);

	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: #01406B; 
-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;}
#cms .downli{
	clear:both;
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
#cms .downli .img{
	float:left;
	width:58px;
	height:58px;
	display: flex;
	justify-content:center;
	align-items:center;
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
}
#cms .downli .img img{ max-height:100%; max-width:100%;}
#cms .downli .right{
	margin-left:80px;
	position: relative;
}
#cms .downli .right .btn{
	position: absolute;
	top: 10px;
	right: 0px;
}
#cms .downli .right .btn a{ background-color:#00406C; display:inline-block; color:#FFFFFF; padding-left:10px; padding-right:10px;}
#cms .downli .right .btn a i{ margin-right:5px;}

#cms:after,#cms1:after{
	content:'';
	clear:both;
	height:30px;
	
	width:100%;
	float: left;
}



#cms1 .content{ width:98%; margin:auto;

	overflow-x:auto;
	margin-top: 10px;
	padding-bottom: 10px; color:#333333;
}



.back a{
	background-color: #666666;

	padding-right: 15px;

	padding-left: 15px; color:#fff; clear:both; font-size:12px; display:inline-block;
}
.back a:hover{ background-color:#D63403; color:#FFFFFF}

.back { text-align:right; clear:both; line-height:32px; 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;}

.proshow .right .h1{ font-size:18px; color:#000000;}
.proshow .right .item{ padding-bottom:5px;}
.proshow .right .prono{ color:#555555;}
.proshow .right .xq{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd; margin-top:5px; padding-top:10px; line-height:1.5;
}
.proshow .right .sha{ width:300px;	position: relative; max-width:100%;}
.proshow .right .sha>div{
	margin-top:5px;position: relative;	font-size:18px;

}
.proshow .right .sha .b1 a{
	display:block;
	background-color:#E88C05;
	color:#FFFFFF;
	text-align:center;

	text-transform: uppercase;
}
.proshow .right .sha .b2> a{	display:block;

	color:#FFFFFF;
	text-align:center;

	text-transform: uppercase; background-color:#01406B}
	
.proshow .right .sha div.downli{ display:none; font-size:12px;
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 38px; padding-left:10px; padding-right:10px;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
}
.proshow .right .sha div.downli a{ display:block; color:#666666}	
.proshow .right .sha div.downli a i{ margin-right:5px; color:#666666}
.tvshow{
	background-color:#FFFFFF;
	border: 1px solid #dddddd;
}
.jqzoom{ overflow:hidden; padding:0px;height:380px;}

.keyword{ padding:20px;}
.keyword span{ display:inline-block; background-color:#dddddd; padding-left:5px; padding-right:5px;}

