﻿@charset "utf-8";
/* CSS Document */
html{font-size: 14px;}
body{margin:0px; padding:0px; font-size:14px; font-family:"Noto Sans SC","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif; color:#666;}
a{color:#666; text-decoration:none;}
a:active{star:expression(this.onFocus=this.blur());} 
img{border:0px; vertical-align:middle;}
a:link {text-decoration: none; }
/*a:visited{text-decoration: none; outline:none;}*/
a:hover{text-decoration:none; color:#0480c8; }
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
ul, p, dl, dt, dd{padding:0px; margin:0px;}
li{list-style-position:outside; list-style-type:none;}
h1, h2, h3, h4, h5{font-size:14px; padding:0px; margin:0px;}
h1{font-size:16px;}
h5{font-size:12px;}
.fl{float:left;}
.fr{float:right;}
.ovh{overflow: hidden;}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


table{padding: 0;border-spacing:0;-webkit-border-horizontal-spacing: 0;-webkit-border-vertical-spacing:0;}
.table_1{border-collapse:collapse;}
.table_1 th,.table_1 td{border:1px solid #ccc;padding: 5px; height: 40px; color:#333;}


.td_table table{ width:100%;border-spacing: 0px; margin: 20px 0;}
.td_table td img{ height: auto;max-width:90%; }
.bk01 img {padding: 3px; border: 1px solid #ddd;}
.anniu01{ padding:8px 60px; background: #e9f4fa; color:#444; border-radius: 30px;  margin: 0px 30px 20px 0; font-size: 15px;}
.tu100 img{ height: auto;max-width:90%; }


.td_table2 table{ width:100%;border-spacing: 0px; margin: 20px 0;}
.td_table2 td img{ height: auto;max-width:100%; }


input, textarea{background:transparent; padding:0px; font-size:14px; color:#666; outline:none; border:0px;font-family: Arial, "微软雅黑";}
em{font-style:normal;}
input[type=button], input[type=submit],input[type=file], button { cursor: pointer;-webkit-appearance: none; } 
/*通用*/
.switcher{display: -webkit-box;  display: -moz-box;  display: -ms-flexbox;   display: -webkit-flex; display: flex; -webkit-justify-content:center; -moz-justify-content: center; -ms-justify-content:center; -o-justify-content:center; justify-content: center; padding: 0 0 78px; border-bottom: 2px solid #05C8C8; margin-top: 62px; text-align: center;}

textarea::-webkit-input-placeholder{font-family: Arial, "微软雅黑";color: #666;} 
textarea:-moz-placeholder{font-family: Arial, "微软雅黑";color: #666; } 
textarea::-moz-placeholder{font-family: Arial, "微软雅黑";color: #666; } 
textarea:-ms-input-placeholder{font-family: Arial, "微软雅黑";color: #666; }

input:focus {outline: none; } 
input:focus::-webkit-input-placeholder {text-indent: 100%; opacity: 0; -webkit-transition: .4s; transition: .4s; } 
input:focus::-moz-placeholder {text-indent: 100%; opacity: 0; -moz-transition: .4s; } 
input:focus:-ms-input-placeholder {text-indent: 100%; opacity: 0; -webkit-transition: .4s; transition: .4s; }
textarea:focus {outline: none; } 
textarea:focus::-webkit-input-placeholder {text-indent: 100%; opacity: 0; -webkit-transition: .4s; transition: .4s; } 
textarea:focus::-moz-placeholder {text-indent: 100%; opacity: 0; -moz-transition: .4s; } 
textarea:focus:-ms-input-placeholder {text-indent: 100%; opacity: 0; -webkit-transition: .4s; transition: .4s; }
i{font-style: normal;}

.pagenavph{ display:none;}

.wal{width: 1200px;margin:0 auto; } 
.pc-show{display: block!important;}
.pc-hide{display: none!important;}

.l1{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.l2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.l3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.l4{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}

/*图片放大*/
.icb{overflow: hidden;}
.icb img{transition: all .5s;}
.icb:hover img{-webkit-transform: scale(1.2);transform: scale(1.2);}

.icb1{overflow: hidden;}
.icb1 img{transition: all .5s;}
.icb1:hover img{-webkit-transform: scale(1.08);transform: scale(1.08);}

/*按钮动画--start*/
.ico_h {display: inline-block; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } 
.ico_h:before {pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity; } 
.ico_h:hover, .ico_h:focus, .ico_h:active {-webkit-transform: translateY(-6px); transform: translateY(-6px); -webkit-animation-name: hover; animation-name: hover; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } 
.ico_h:hover:before, .ico_h:focus:before, .ico_h:active:before {opacity: .4; -webkit-transform: translateY(6px); transform: translateY(6px); -webkit-animation-name: hover-shadow; animation-name: hover-shadow; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }
/*按钮动画--end*/

.tran_2{-webkit-transition: all .2s;-moz-transition: all .2s;-o-transition: all .2s;transition: all .2s;}
.tran_3{-webkit-transition: all .3s;-moz-transition: all .3s;-o-transition: all .3s;transition: all .3s;}

/*模拟下划线动画*/
.lm:after{content:' '; display: block; width: 0%; height: 1px; background: #004ea1; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } 
.lm:hover:after{width: 100%; } 

.img_qz{ width:100%; height:auto;overflow: hidden;}
.img_qz img{transition: 300ms; width:100%; }
.fangda{ }
.fangda:hover{ transform:scale(1.05);-webkit-transform:scale(1.05);}
a:hover .img_qz img{transform: scale(1.1);
	-webkit-transition: 0.8s ease-in;  
        -moz-transition: 0.8s ease-in;  
        -o-transition: 0.8s ease-in;  
        transition: 0.8s ease-in; }

/*头部*/
.header{
	width:264px;
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	background: url(../images/left_bg.jpg) top no-repeat #fff;
	z-index:889;
	box-shadow:3px 0 5px -2px rgba(0,0,0,0.1);
	}
.logo{
	display:block;
	width:192px;
	margin:0 auto;
	margin-top:40px;
	}
.logo img{width:100%;}

.nav{margin-top:45px;}
.nav a{
	color:#333333;
	display:block;
	text-align:left;
	text-indent: 66px;
	line-height:45px;
	text-decoration: none;
	font-size: 16px;
	}
.nav li{	
	transition:300ms;
	-webkit-transition:300ms;
	}
.nav li:first-child{
	border-top:none;
	}
.nav li:hover,
.nav .cnav{
	background-color: rgba(4,128,200,1);
	}
.nav li:hover a,
.nav .cnav a{
	color:#fff;
	}	

.tool{
	text-align:center;
	padding-top:25px;
	margin:15px 0 20px 0;
	 color:#999;
	font-size: 16px; font-weight: bold;
	}
.tool a{margin:0 10px ;color:#fff; }
.tool a:hover{color:#0480c8; }

.hbtxs{
	font-size:12px;
	color:#dbf2ff;
	text-align:left;
	background: #0480c8;
	padding: 18px 20px;
	line-height: 22px;
	}
.hbtxs a{
	color:#dbf2ff;
	transition:300ms;
	-webkit-transition:300ms;
	}
.hbtxs a:hover{
	color: #ffffff;
	}
.hbc{
	position:absolute;
	left:0;
	right:0;
	bottom:0px;
	}	


.foot_n { display:block; margin-left: 240px; background: #487e47; position:relative; text-align: right;bottom: 0px; padding: 10px 2%; font-size: 12px; line-height: 22px;color: #bdceb6;}
.foot_n a { color: #a3b2a3;}
.foot_n a:hover { color: #fff;}
.foot_n .zi { display: none;}
.foot_n .zi2 {  float: left;}




/*******************************
    -------[=手机导航]-------
********************************/
.header_tel{ height:65px; width:100%; position: fixed;top:0; left: 0; z-index: 999; display: none; background: #fff;}
.header_tel .logo_m img{ height:65px; width:auto;}

.menuBtn {
    position: fixed;top: 22px;
    right:2.5%;width: 28px;height: 20px;
    display: none;cursor: pointer;z-index: 1000;
}
.menuBtn em {margin-bottom: 6px;display: block;height: 3px;background-color: #333333;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.menuBtn.on em {display: none;margin: -2px 0 0; position: absolute;top: 50%;width: 30px;}
.menuBtn.on em:first-child {display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.on em:last-child {display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);}
#aside {
    display: none;
    position: fixed;
    top: 65px;left: 0;right: 0;
    background-color: #fff;
    z-index: 110;
    border-top: 1px solid #e9e9e9;
    -moz-box-shadow:0px 2px 5px rgba(0,0,0,.1); 
    -webkit-box-shadow:0px 2px 5px rgba(0,0,0,.1); 
    box-shadow:0px 2px 5px rgba(0,0,0,.1);
}
#aside .menu {}
#aside .menu li{
    font-size: 16px;
}
#aside .menu li a{
    display: block;
    color: #888;
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#aside .menu li > a{
    color: #353535;
    padding: 0 10px;
}
#aside .menu li.h-sub > a{
    background: url(../images/icon-close3.png) 95% center no-repeat;
    background-size: auto 14px;
}
#aside .menu li.h-sub.open > a{
    background: url(../images/icon-open.png) 95% center no-repeat;
    background-size: 14px auto;
}
#aside .menu li a:hover{color: #000;}
#aside .sub-nav{display: none;}
#aside .sub-nav dd{padding-left: 10px;font-size: 14px;}


#aside .lg{
    padding: 10px 0 30px;
    text-align: center;
}
#aside .lg a{
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    color: #353535;
    border-bottom: 1px solid #353535;
}
#aside .lg a.on{
    color: #e84044;
    border-bottom: 1px solid #e84044;
}



.footer_tabbar{width:100%; height:42px; margin:0 auto; position:fixed; z-index: 99999; bottom:0; left:0; background:#333; z-index:1000; font-family:'iconfont' }
.footer_tabbar a{display:block; width:33.333%; height:42px; line-height: 42px; float:left; text-align:center; color: #fff; font-size: 18px;}
.footer_tabbar { display: none;}
/*矢量图标*/
@font-face {
  font-family: 'iconfont';
  src: url('font/iconfont.eot');
  src: url('font/iconfont.eot?#iefix') format('embedded-opentype'),
  url('font/iconfont.woff') format('woff'),
  url('font/iconfont.ttf') format('truetype'),
  url('font/iconfont.svg#iconfont') format('svg');
}

.iconfont{
  font-family:"iconfont" !important;
  font-size:22px;
  font-style:normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;*/
}




/*分页*/
#pages {
    text-align: center;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
	width: auto;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #0480c8;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #19b1d0;
}

#pages li:hover a {
    color: #fff;
}
