@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

html {
	overflow-y: auto;
	
}

body{
	
	font-family: "Microsoft Yahei", Arial, Helvetica, Verdana, Geneva, sans-serif, tahoma, sans-serif;
}

div{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-size:100%;
	*font-size: 100%;
	outline:none;
	border: none;
	vertical-align: middle;
}

table{
	outline:none;
	border-collapse: collapse;
}

th,td,tr{
	margin: 0;
	padding: 0;
}

ul,ol,li,dl,dd {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
}

a,a:hover, a:visited {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
	/* transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s; */
}

img{
	font-size: 12px;
	line-height: 1.0;
}
.mt5{
	margin-top:5px;
}

.mt10{
	margin-top:10px;
}

.mt15{
	margin-top:15px;
}

.mt20{
	margin-top:20px;
}

.mt25{
	margin-top:25px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.left_fl ,.left,.fl_left{
	float: left;
	display: inline;
}

.right_fl ,.right,.fl_right{
	float: right;
	display: inline;
}

.clear,.clr{
	clear:both;
	overflow:hidden;
	height: 0;
}

.clear:after,.clr:after{
	content: " "; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.main{
	width:100%; 
	height:auto; 
	margin-left: auto;
	margin-right: auto;
}

.container{ 
	margin-left: auto;
	margin-right: auto;
	/*padding-left:2%;*/
	/*padding-right:2%;*/
}
.w1300{
	width:1300px;
}
.w1200,.w1300{
	margin-left: auto;
	margin-right: auto;
}

.w1200{
	width:1200px;
}

.w100p,.w90p,.w80p,.w70p,.w60p,.w50p,.w40p,.w30p,.w20p{
	margin-left: auto;
	margin-right: auto;
}
.w100p{
	width:100%;
}
.w90p{
	width:90%;
}
.w80p{
	width:80%;
}
.w70p{
	width:70%;
}
.w60p{
	width:60%;
}
.w50p{
	width:50%;
}
.w40p{
	width:340%;
}
.w30p{
	width:30%;
}
.w20p{
	width:20%;
}

.mauto{
	margin-left: auto;
	margin-right: auto;
}

/* 基础样式 */

.bg-f{
	background: #fff;
}

.bg-f5{
	background: #f5f5f5;
}

h2{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.3;
	color: #404040;
}

p{
	/* font-size: 16px; */
	/* font-weight: normal;
	line-height: 22px;
	color: #404040; */
}

.wrapper{
	width: 1200px;
}
.bg_blue {
    background: #004ea2;
}
/* .wrapper a:hover{
	color: #20a7f6;
} */

/* top */

.flexbox{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.top{
	align-items: center;
	margin: 10px auto;
}
.top-left{
	height: 104px;
	/*background: url(../images/top_map.jpg) no-repeat center left;*/
	display: inline-block;
	vertical-align: top;
	padding: 30px 0 0 100px;
	text-align: center;
}
.top-left p{
	font-size: 25px;
	color: #20a7f6;
}
.top-left p span{
	font-size: 14px;
	display: block;
    text-align: center;
    line-height: 30px;
}
/* header */

.header{
	height: 50px;
	margin-top: 10px;
}
.nav{
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
}
.nav ul.navul{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}

.nav ul.navul li.navli{
	position: relative;
}

.nav ul.navul li.navli h5 a{
	display: block;
	height: 50px;
	width: 150px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}

.nav ul.navul li.navli,.nav ul.navul li.navli h5 a{
	line-height: 50px;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.nav ul.navul li.active h5 a,.nav ul.navul li.navli h5 a:hover,.nav ul.navul li.navli:hover h5 a{
	background-color: #004ea2;
	color: #ffffff;
	font-size: 16px;
}
.nav > ul ul {
	display: none;
}
.nav .sub-menu{
	position: absolute;
	background-color: #FFF;
	z-index: 9999;
	left:0;
	top:50px;
	width: 100%;
	border-top: 4px solid #8ec63f;
}
.nav .sub-menu a {
	font-size: 16px;
	display: block;
	text-align: center;
	height:50px;
	line-height:50px;
}
.nav .sub-menu li{
	position: relative;
}
.nav-swt{
	width: 131px;
	height: 33px;
	line-height: 33px;
	background-color: #8ec63f;
	border-radius: 16px;
	text-align: center;
}
.nav-swt img{
	margin-right: 4px;
}
.nav-swt>h5>a{
	color: #ffffff;
	font-size: 16px;
}
/*.nav_box {
	height:45px;
	position:relative;
	z-index:10;
}
.nav_box ul.nav_list {
	text-align:center;
	line-height:45px;
	zoom:1;
}
.nav_list .only{
	width: 201px;
	background-color: #8ec63f;
}
.nav_box .nav_list .nLi {
	float:left;
	height:45px;
	line-height:45px;
	position:relative;
	z-index:15;
}
.nav_box ul.nav_list li.nLi h3 {
	font-weight:500;
	overflow:hidden;
}
.nav_box ul.nav_list li.nLi:hover em {
	display:block;
	z-index:-1;
}
.nav_box ul.nav_list li.nLi h3 em {
	z-index:-1;
	width:100%;
	height:45px;
	position:absolute;
	left:0;
	top:0;
	display:none;
	-webkit-animation:shake 1s 0.2s ease both;
	-moz-animation:shake 1s 0.2s ease both;
	animation:shake 1s 0.2s ease both;
}
.nav_box ul.nav_list li.nLi h3 a {
	z-index:20;
	display:block;
	text-align:center;
	font-size:16px;
	color:#fff;
	padding: 0 30px;
	border-right:1px solid #3a8fca;
	transition:all 0.3s 0s ease-in-out;
	-webkit-transition:all 0.3s 0s ease-in-out;
}
.nav_box ul.nav_list li.nLi .sub {
	display:none;
	padding:5px 0 15px;
	width:435px;
	height:320px;
	left:0;
	top:45px;
	position:absolute;
	background:#fff;
	border-radius:0 0 10px 10px;
	line-height:32px;
	z-index:99;
	opacity:0.93;
	overflow:hidden;
}
.nav_box ul.nav_list li.nLi .sub ul.left_fl {
	width:120px;
	height:280px;
	float:left;
	margin-top:10px;
}
.nav_box ul.nav_list li.nLi .sub ul.left_fl li {
	zoom:1;
	text-align:left;
}
.nav_box ul.nav_list li.nLi .sub ul.left_fl li a {
	color:#333;
	font-size:14px;
	line-height:24px;
	margin-left:24px;
	border-bottom:2px solid #fff;
	white-space:nowrap;
}
.nav_box ul.nav_list li.nLi .sub ul.left_fl li a:hover {
	color:#2d8bef;
	border-bottom:2px solid #2d8bef;
}
.nav_box ul.nav_list li.nLi .sub dl.left_fl {
	width:110px;
	line-height:40px;
	text-align:center;
	margin:20px 0 0 5px;
	height:50px;
}
.nav_box ul.nav_list li.nLi .sub dl.left_fl dt {
	display:block;
	width:252px;
	height:162px;
}
.nav_box ul.nav_list li.nLi .sub dl.left_fl dt img {
	display:block;
	width:252px;
	height:162px;
}
.nav_box ul.nav_list li.nLi .sub dl.left_fl dd {
	width:252px;
	padding-top:25px;
}
.nav_box ul.nav_list li.nLi .sub dl.left_fl dd p {
	font-size:12px;
	line-height:20px;
	color:#9b9b9b;
	text-align:left;
}*/

/* banner */

.banner{
	position:relative; 
	 overflow: hidden;
	height:450px; 
	background:#e5e5e5;
	/*border-bottom: 20px solid #f0f0f1;*/
}

.banner .bd{
	margin:0 auto; 
	position:relative; 
	z-index:0; 
	overflow:hidden;
}

.banner .bd ul{
	width:100% !important;
}

.banner .bd ul li{
	width:100% !important;  
	height:450px; 
	overflow:hidden; 
	text-align:center;
}

.banner .bd ul li a{
	display:block; 
	height:450px;
}

.banner .hd{
	width:100%;  
	position:absolute; 
	z-index:1; 
	bottom:20px; 
	/* left:0; */
	height:30px; 
	line-height:30px; 
	text-align:center;
}

.banner .hd ul{
	text-align: center;
	
}

.banner .hd ul li{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	font-size: 0;
	border-radius: 50%;
	border: solid 2px #cccccc;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.banner .hd ul li.on,.banner .hd ul li:hover{
	border: solid 2px #f15b5a;
	background-color: #f15b5a;
}

.banner a.prev,.banner a.next,.ny-banner a.prev,.ny-banner a.next{
	position: absolute;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	overflow: hidden;
	top: 50%;
	margin-top: -26px;
	filter: grayscale(1);
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}

.banner a.prev,.ny-banner a.prev{
	left: 100px;
	background: url(../images/icon-prev-l.png) center no-repeat;
}

.banner a.next,.ny-banner a.next{
	right: 100px;
	background: url(../images/icon-next-l.png) center no-repeat;
}

.banner a.prev:hover,.ny-banner a.next:hover,.ny-banner a.prev:hover,.ny-banner a.next:hover{
	filter: grayscale(0);
}

.ny-banner{
	position:relative; 
	 overflow: hidden;
	height:300px; 
	background:#e5e5e5;
}

.ny-banner .bd{
	margin:0 auto; 
	position:relative; 
	z-index:0; 
	overflow:hidden;
}

.ny-banner .bd ul{
	width:100% !important;
}

.ny-banner .bd ul li{
	width:100% !important;  
	height:300px; 
	overflow:hidden; 
	text-align:center;
}

.ny-banner .bd ul li a{
	display:block; 
	height:300px;
}

/* banner-btm */
.banner-btm{
	/*position: relative;*/
	/*padding-top: 60px;*/
}
.banner-yygh{
	/*width: 933px;*/
	height: 94px;
	background-color: #004ea2;
	/*position: absolute;
	top: -47px;
	left: 50%;
	margin-left: -466px;*/
	padding: 15px 50px;
	align-items: center;
	margin: 10px auto;
}
.banner-yygh p{
	font-size: 23px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.banner-yygh p span{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
}
.banner-yygh a{
	width: 229px;
	height: 41px;
	line-height: 41px;
	background-color: #ffffff;
	border-radius: 21px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #595959;
	text-align: center;
}
.bg-bule{
	background:#004ea2;
}
.lay-row{
	height: 110px;
	background-color: #004ea2;
	align-items:center
}
.lay-row em{
	width: 1px;
	height: 40px;
	display: inline-block;
	color: #fff;
	background: #fff;
}
.lay-row li a{
	width: 123px;
	display: flex;
	height: 88px;
	flex-direction: column;
	justify-content:space-around;
}
.lay-row li:hover{
	height: 101px;
	padding-top:12px;
	background-color: #8ec63f;
}
.lay-row li img{
	width:71px;
	margin: 0 auto;
}
.lay-row li:hover img{
   	animation:rot 0.5s; 
	-webkit-animation:rot 0.5s;   
}
@keyframes rot{ 
	0% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
	25% { transform:rotate(5deg); -webkit-transform:rotate(5deg); }
	50% { transform:rotate(-5deg); -webkit-transform:rotate(-5deg); }
	75% { transform:rotate(5deg); -webkit-transform:rotate(5deg); }
	100% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
}
@-webkit-keyframes rot{
	0% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
	25% { transform:rotate(5deg); -webkit-transform:rotate(5deg); }
	50% { transform:rotate(-5deg); -webkit-transform:rotate(-5deg); }
	75% { transform:rotate(5deg); -webkit-transform:rotate(5deg); }
	100% { transform:rotate(0deg); -webkit-transform:rotate(0deg); }
}
.lay-row li span{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
}
/*.banner-item{
	background: url(../images/line.jpg) no-repeat bottom center;
}
.lay-row{
	height: 110px;
	align-items:center
}
.lay-row em{
	width: 1px;
	height: 40px;
	display: inline-block;
	color: #585858;
	background: #585858;
}
.lay-row li a{
	width: 123px;
	display: flex;
	height: 88px;
	flex-direction: column;
	justify-content:space-around;
}


.lay-row li img{
	width:71px;
	margin: 0 auto;
}
.lay-row li span{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #585858;
	line-height: 36px;
	text-align: center;
}
.lay-row li:hover span{
	color: #004ea2;
}*/
/* column one */
.ind-news-btn {
	position: relative;
}
.ind-news-btn a{
	width: 79px;
	height: 32px;
	display: block;
	background-color: #8ec63f; 
	border-radius: 5px;
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 10px 0;
}
.ind-news-btn .wechat-img{
	display: none;
}
.ind-news-btn:hover .wechat-img{
	display: block;
	position: absolute;
    left: 80px;
    top: -35px;
}
.inx-cola-box{
	background-color:#f6f6f6;
	padding: 0 17px;
}
.news-left{
	width: 393px;
	height: 500px;
}
.inx-cola-box h3{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 54px;
	letter-spacing: 0px;
	color: #333333;
}
.news-left h3{
	text-indent: 1em;
}

.inx-cola-box h3 span{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #bbbbbb;
	margin-left: 10px;
}
.news-left .news-video{
	width: 393px;
	text-align: center;
	position:relative;
	overflow: hidden;
	height:189px; 
	background:#e5e5e5;
}

.news-video .bd{
	margin:0 auto; 
	position:relative; 
	z-index:0; 
	overflow:hidden;
}

.news-video .bd{
	width:100% !important;
}

.news-video .bd li{
	width:100% !important;  
	height:189px; 
	overflow:hidden; 
	text-align:center;
}

.news-video .bd li a{
	display:block; 
	height:189px; 
}

.news-video .hd{
	width:100%;  
	position:absolute; 
	z-index:1; 
	bottom:10px; 
	height:20px; 
	line-height:20px; 
	text-align:right;
}

.news-video .hd ul{
	text-align:right;
	padding-right: 10px;
}

.news-video .hd ul li{
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 6px;
	font-size: 0;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
	background: #fff;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.news-video .hd ul li.on,.news-video .hd ul li:hover{
	background-color: #8ec63f;
	width: 20px;
}
.news-left .news-img{
	width: 393px;
	position:relative;
	overflow: hidden;
	background:#fff;
	margin-top: 5px;
	border:1px solid #d7d7d7;
}
.news-img ul{
	justify-content: space-around;
}
.news-img li{
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}
.news-img img{
	width: 180px;
	height: 180px;
}

/*.news-box {
	width: 505px;
}
.news-box .hd ul{
	height: 54px;
	line-height: 54px;
	text-align: center;
}
.news-box .hd ul li{
	width: 50%;
}
.news-box .hd ul li.on{
	background-color: #fff;
}
.news-box .hd ul li.on h3{
	border-bottom: 3px solid #0e78e8;
}
.news-box .hd ul li h3{
	display: inline-block;
	line-height: 45px;
}
.news-box .bd{
	background-color: #fff;
	padding: 10px 7px;
	width: 505px;
	height: 431px;
	overflow: hidden;
}
.news-item{
	height: 135px;
}
.news-item img{
	width: 176px;
	height: 124px;
}
.news-item-info{
	margin-left: 20px;
}
.news-item-info h4{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin: 15px 0;
}
.news-item-info p{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	line-height: 28px;
}
.news-item-info p a{
	font-weight: normal;
	letter-spacing: 0px;
	color: #e60620;
}

.news-list li{
	display: flex;
	justify-content: space-between;
	height: 45px;
	line-height: 45px;
	border-bottom:1px solid #d7d7d7;
}
.news-list li p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	line-height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-list li p:before{
	content: '';
	display: inline-block;
	width:3px;
	height:3px;
	border-radius: 50%;
	background-color: #666666;
	margin: 0 5px;
	vertical-align: middle;
}

.news-list li span{
	width: 95px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	flex-shrink:0;
}
.news-list li:nth-child(1) span{
	background: url(../images/icon_hot1.png) no-repeat no-repeat 85px 3px;
}*/
.news-item{
	width: 756px;
	height: 140px;
	background-color: #e5e5e5;
	padding: 0 28px;
}
.news-item h3{
	font-size: 19px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #004ea2;
	line-height:48px;
	padding-top: 18px;
}
.news-item p{
	/*text-indent: 2em;*/
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 28px;
}
.news-item p a{
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #004ea2;
}
.news-box .news-box-line{
	width: 100%;
	display: block;
	height: 4px;
	border-top:1px dashed #7f7f7f;
	border-bottom:1px dashed #7f7f7f;
	margin: 20px auto;
}

.news-list li{
	display: flex;
	justify-content: space-between;
	height: 40px;
	line-height: 40px;
	border-bottom:1px dashed #7f7f7f;
}
.news-list li p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 40px;
}
.news-list li p:before{
	content: '';
	display: inline-block;
	width:5px;
	height:5px;
	border-radius: 50%;
	background-color: #004ea2;
	margin: 0 12px;
	vertical-align: middle;
}

.news-list li span{
	width: 120px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.news-list li:nth-child(1) span,.news-list li:nth-child(2) span{
	background: url(../images/icon_hot.png) no-repeat center right;
}

.news-info-box{
	background-color: #fff;
	width: 273px;
	height: 430px;
}
.news-info-box ul li{
	display: flex;
	align-items: center;
}
.news-info-box ul li img{
	margin: 15px 21px 8px 10px;
}
.news-info-box p{
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #000000;
}
.news-info-box p span{
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #000000;
}
.news-info-btn{
	margin: 23px 0 18px;
}
.news-info-btn a{
	display: block;
	width: 116px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background-color: #004eab;
	border-radius: 5px;
	font-size: 18px;
	letter-spacing: 0px;
	color: #ffffff;
}
.ind-adv{
	margin-top: 52px;
}
/* coloum two */
.inx-col-title{
	text-align: center;
	background: url(../images/tit_line.png) no-repeat bottom center;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-top: 40px;
}
.inx-col-title h2{
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #004ea2;
}
.inx-col-title p{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 36px;
}
.inx-col-title p span{
	color: #004ea2;
}
.inx-colb{
	margin-top: 60px;
	margin-bottom: 80px;
}

.inx-colb-box{
	width: 792px;
	flex-wrap: wrap;
}

.icb-item{
	width: 396px;
	margin-bottom: 3px;
}
.icb-item dl{
	display: block;
	background: #f1f1f1;
	text-align: center;
	height: 198px;
	width: 198px;
	position: relative;
}
.icb-item img{
	width: 198px;
	height: 198px;
}
.icb-item dl img{
	width: 62px;
	height: 62px;
	margin-top: 25px;
}

.icb-item dl dt h5{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 5px;
}
.icb-item dl dt em{
	display: block;
	width: 64px;
	height: 1px;
	background-color: #9fa1a0;
	margin: 15px auto;
}

.icb-item dl dt p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}

.icb-item dl a,.icb-item dl dt span{
	width: 80px;
	height: 32px;
	line-height: 32px;
	display: block;
	background-color: #8ec63f;
	border-radius: 5px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;	
	margin: 15px auto 0;
	cursor:pointer;
}
.icb-item dl dd{
	display: none;
}
.icb-item dl dd{
	position: absolute;
	height: 198px;
	width: 198px;
	overflow: hidden;
	top:0;
	left: 0;
	background:rgba(51, 51, 51, 0.83);
	padding-top: 80px;
	box-sizing: border-box;
}
.icb-item dl dd a{
	width: 76px;
	height: 19px;
	line-height: 19px;
	font-size: 6px;
	margin-top: 30px;
}
.inx-colb-right{
	text-align: right;
}
.inx-colb-right p{
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #b8b8b8;
}
.inx-colb-right h3{
	font-size: 31px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #000000;
}
.inx-colb-right em{
	display: inline-block;
	width: 37px;
	height: 4px;
	background-color: #000000;
	margin-top: 20px;
}
.inx-colb-right span{
	display: block;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #000000;
}
.inx-colb-right ul li{
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #808080;
}
.inx-colb-btn{
	margin-top: 60px;
}
.inx-colb-right .colb-btn-zx{
	width: 124px;
	height: 44px;
	display: inline-block;
	border: solid 2px #a0a0a0;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
.inx-colb-right .colb-btn-more{
	width: 231px;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	background-color: #8ec63f;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
/* colomn three */

.inx-colc{
	overflow: hidden;
	/* height: 526px; */
}
.slideColc {
	position: relative;
}
.slideColc .hd ul{
	position: absolute;
	top: 0;
	width: 119px;
	height: 152px;
	z-index: 999;
}
.slideColc .hd ul li a{
	font-size: 19px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 64px;
	height: 76px;
	letter-spacing: 0px;
	color: #ffffff;
	width: 108px;
	display: block;
	text-align: center;
	background-color: #004ea2;
}
.slideColc .hd ul li.on{
	background: url(../images/icon_16.png) no-repeat  center;
}
.slideColc .hd ul li.on a{
	background-color: unset;
}
.slideColc .bd{
	height:530px ;
}
.colc-doc{
	background: url(../images/colc_bg01.jpg) no-repeat top center;
	text-align: center;
}
.colc-doc-info{
	position: relative;
	top: -10px;
	height: 102px;
	background-color: #004ea2;
	padding-left:350px;
	padding-right: 100px;
	display: block;
}
.colc-doc-info .colc-doc-box{
	position: absolute;
	top:-47px ;
	left:190px;
	height: 135px;
	width: 156px;
	background-color: #b1c5db;
}
.colc-doc-info .colc-doc-box h3{
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	letter-spacing: 0px;
	color: #000000;
	background-color: #FFF;
	border-top: 4px solid #5b668f;
	border-right: 6px solid #5b668f;
	border-left: 6px solid #5b668f;
}
.colc-doc-info .colc-doc-box p{
	border-bottom: 5px solid #fff;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
}
.colc-doc-info .colc-doc-box p span{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height:30px;
	letter-spacing: 0px;
	color: #010101;
	display: block;
}
.colc-doc-info .colc-doc-box p b{
	font-family: FZHZGBJW--GB1-0;
	font-size: 45px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: -1px;
	color: #515f85;
}
.colc-doc-info .colc-doc-box p b em{
	font-size: 28px;
}
.colc-doc-info ol{
	justify-content: space-around;
	align-items: center;
}
.colc-doc-info ol li{
	width: 210px;
	height: 102px;
}
.colc-doc-info ol li p{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #f7ea80;
}
.colc-doc-info ol li span{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
}
.colc-doc-info ol em{
	width: 1px;
	height: 66px;
	display: inline-block;
	background-color: #ffffff;
}
/* colomn four */
.slide-doctor{
	position:relative;
	margin-top:40px;
}

.slide-doctor a.prev-doc,.slide-doctor a.next-doc{
	position: absolute;
	cursor: pointer;
	-webkit-user-select: none; 
	width: 53px;
	height: 53px;
	border-radius: 50%;
	overflow: hidden;
	top: 200px;
	filter: grayscale(1);
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}

.slide-doctor a.prev-doc{
	left: -8%;
	background: url(../images/icon-prev-l.png) center no-repeat;
}

.slide-doctor a.next-doc{
	right: -8%;
	background: url(../images/icon-next-l.png) center no-repeat;
}

.slide-doctor a.prev-doc:hover,.slide-doctor a.next-doc:hover{
	filter: grayscale(0);
}

.slide-doc-bd{
	overflow:hidden;
}

.slide-doc-bd ul{
	overflow:hidden; 
	zoom:1;
	/*height: 600px;*/
}

.slide-doc-bd ul>li{
	width: 300px;
	position: relative;
	margin-left: 50px;
	margin-right: 50px;
	float: left;
}

.slide-doc-bd ul li dl{
	height: 550px;
	background: #fff;
}

.slide-doc-bd ul li dl dt{
	width: 300px;
	height: 300px;
	overflow: hidden;
	/* margin-bottom: 19px; */
}

.slide-doc-bd ul li dl dt img{
	display: block;
	width: 100%;
	transition:all 0.8s; 
	-webkit-transition:all 0.8s;  
	-moz-transition:all 0.8s; 
	transform:scale(1,1); 
	-webkit-transform:scale(1,1); 
	display:block; 
}
.slide-doc-bd ul li:hover dl dt img{
	transform:scale(1.05,1.05); 
	-webkit-transform:scale(1.05,1.05); 
	-moz-transform:scale(1.05,1.05);  
}

.slide-doc-bd ul li dl dd{
	height:260px;
	position: relative;
	text-align: center;
}

.slide-doc-bd ul li dl dd h5{
	font-size: 20px;
	font-weight: bold;
	line-height:36px;
}
.slide-doc-bd ul li dl dd b{
	font-size: 16px;
	font-weight: bold;
	display: block;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
}
.slide-doc-bd ul li dl dd ol li{
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
}
.slide-doc-bd ul li dl dd em{
	width: 25px;
	height: 25px;
	display: block;
	margin-bottom: 12px;
	position: relative;
	margin: 10px auto;
	background: url(../images/icon-slogo.jpg) center no-repeat;
}

.slide-doc-bd ul li dl dd em:before,.slide-doc-bd ul li dl dd em:after{
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	width:123px;
	height: 1px;
	background-color: #dcdee4;
}

.slide-doc-bd ul li dl dd em:before{
	left: -58px;
	transition:all 0.8s; 
	-webkit-transition:all 0.8s;  
	-moz-transition:all 0.8s; 
}
.slide-doc-bd ul li:hover dl dd em:before{
	left: -118px;
}
.slide-doc-bd ul li dl dd em:after{
	right: -50px;
	transition:all 0.8s; 
	-webkit-transition:all 0.8s;  
	-moz-transition:all 0.8s; 
}
.slide-doc-bd ul li:hover dl dd em:after{
	right: -118px;
	transition:all 0.8s; 
	-webkit-transition:all 0.8s;  
	-moz-transition:all 0.8s; 
}
.slide-doc-bd ul li dl dd span{
	font-size: 16px;
	font-weight:bold;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #666666;
}
.slide-doc-bd ul li dl dd p{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.btn-large a{
	width: 130px;
	height: 30px;
	background-color: #8ec63f;
	border-radius: 5px;
	text-align: center;
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	margin: 0 auto;
}

.hov-ctrl:hover{
	filter:brightness(0.9);
	-webkit-filter:brightness(0.9); 
}

.hov-ctrl:active{
	filter:brightness(0.75);
	-webkit-filter:brightness(0.75); 
}

.hov-ctrl:hover a,.hov-ctrl:active a,.hov-ctrl a:hover{
	color: #fff;
}

.inx-cold{
	/*padding-top: 80px;*/
}
/*.wrapDoc{
	position: relative;
}
.wrapDoc .hd{
	border-bottom: 1px solid  #dcdcdc;
	height: 30px;
}

.wrapDoc .hd ul li{
	width: 150px;
	height: 36px;
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	cursor: pointer;
}
.wrapDoc .hd ul li.on{
	background: url(../images/icon_14.png) no-repeat center 29px;
}
.wrapDoc .bd{
	height: 600px;
	overflow: hidden;
}
.inDoc{
	margin-top: 30px;
}
.doc-big{
	width: 730px;
	height: 572px;
	background: #f9f9f9 url(../images/doc_bg1.png) no-repeat center bottom;
	align-items: center;
	justify-content: space-around;
}
.doc-big .doc-big-left img{
	width: 325px;
}
.doc-big .doc-big-left p{
	font-family: 'SourceHanSerifCN-Bold',serif;
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: -1px;
	color: #788da5;
	text-align: center;
}
.doc-big .doc-big-left span{
	font-size: 28px;
	display: block;
}
.doc-big .doc-big-right{
	width: 390px;
}
.doc-big .doc-big-right h3{
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: -1px;
	color: #000000;
}
.doc-big .doc-big-right h3 span{
	font-size: 14px;
}
.doc-big .doc-big-right h4{
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: -1px;
	color: #04558f;
}
.doc-big .doc-big-right b{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #13963b;
}
.doc-big .doc-big-right ol li{
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #73757a;
}
.doc-big .doc-big-right p.doc-p{
	border: dashed 1px #7e92aa;
	padding: 25px 25px 25px 15px;
	margin: 28px auto;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #73757a;
}
.doc-big .doc-big-right .doc-big-btn a{
	width: 100px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 14px;
}
.doc-big .doc-big-right .doc-big-btn .bg-green{
	background-color: #3fad7a;
	margin-right: 15px;
}
.doc-big .doc-big-right .doc-big-btn .bg-blue{
	background-color: #007ec7;
}

.doc-right{
	width: 440px;
	height: 400px;
	background-color: #dddddd;
	overflow: hidden;
}
.inHd ul{
	flex-wrap: wrap;
	text-align: center;
	justify-content: flex-start;
	align-items: center;
	width: 440px;
}
.inHd ul li{
	margin: 7px 7px 0;
}
.inHd ul li img{
	width: 130px;
	height: 140px;
	margin-bottom: 3px;
	border:1px solid #dddddd;
	cursor: pointer;
}
.inHd ul li.on img{
	border:1px solid #007ec7;
}
.inHd ul li p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height:22px;
	letter-spacing: 1px;
	color: #333333;
}
.inHd ul li span{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height:20px;
	letter-spacing: 0px;
	color: #666666;
	display: inline-block;
	width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.doc-right{
	position: relative;
}
.inPoint{
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 5px;
}
.inPoint ul li{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	font-size: 0;
	border-radius: 50%;
	border: solid 2px #cccccc;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.inPoint ul li.on, .inPoint ul li:hover{
	border: solid 2px #f15b5a;
	background-color: #f15b5a;
}
.inx-cold-box{
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/img3.jpg) no-repeat center;
	width: 440px;
	height: 158px;
	text-align: center;
	color: #fff;
}
.inx-cold-box p{
	font-size: 24px;	
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	margin-top: 10px;
}
.inx-cold-box em{
	display: inline-block;
	width: 63px;
	height: 1px;
	line-height: 1px;
	background: #fff;
}
.inx-cold-box span{
	display: block;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	margin-bottom: 10px;
}
.inx-cold-box .cold-box-input{
	width: 260px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	font-size: 12px;
	letter-spacing: 0px;
	color: #04558f;
	background-color: #ffffff;	
	padding: 0 10px;
	text-align: left;
}
.inx-cold-box .cold-box-submit{
	display: inline-block;
	width: 114px;
	height: 30px;
	border: solid 1px #ffffff;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}*/
/* colomn five*/
.inx-cole-box {
	margin: 60px auto;
}
.inx-cole-box .hd li{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	background-color:#004ea2;
	width: 296px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	color: #fff;
}
.inx-cole-box .hd li.on{ 
	background-color: #8ec63f;
	color: #ffffff;
}
.inx-cole-box .hd img{
	margin-right: 10px;
}
.inx-cole-box .bd img{
	/*width: 262px;
	height: 158px;
	margin:10px 0;*/
	width: 100%;
	height: 100%;
}
.inx-cole-box .bd{
	width: 1120px;
	margin:30px auto;
}
.inx-cole-box .bd li{
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
/* footer */

.footer{
	padding-top: 50px;
	background: #303030;
}
.footer .footer-info{
	align-items: center;
	border-bottom: solid 1px #949494;
	padding-bottom: 23px;
} 
.footer-nav{
	width: 900px;
	padding-left: 10px;
	justify-content: flex-start;
}
.footer-logo{
	margin-bottom: 20px;
}
.footer-left{
	width:570px ;
	height: 212px;
	border-right: solid 1px #ffffff;
	padding-right: 44px;
}

.footer-left .footer-add p{
	width: 370px;
	margin-top: 20px;
}
.footer-left .footer-add  p img{
	margin-right: 18px;
	display: inline-block;
	vertical-align: middle;
}
.footer-left .footer-add p span{
	display: inline-block;
	width:300px;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #999999;
	vertical-align:middle;
}
.footer-zlxm {
	text-align: center;
}
.footer-zlxm p{
	font-size: 27px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	margin: 25px auto 15px;
}
.footer-zlxm span{
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
}

.footer-nav dl{
	width: 140px;
}
.footer-nav dl dd{
	padding-left: 27%;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
}

.footer-nav dl dd a{
	color: #999999;
}

.footer-link{
	width: 300px;
	box-sizing: content-box;
	text-align: center;
}

.footer-link .footer-link-img{
	width:181px;
	height: 181px;
	margin: 0 auto;
}

.footer-link .footer-link-img img{
	display: block;
	width: 100%;
}

.footer-link p{
	margin-top: 20px;
	font-size: 20px;
	line-height: 29px;
	color: #999999;
}

/* bottom */

.bottom{
	/* height: 100px; */
	text-align: center;
	padding-top: 30px;
	padding-bottom: 60px;
	background-color: #303030;
}

.bottom p,.bottom p a{
	font-size: 16px;
	line-height:36px;
	color: #999999;
}
.bottom p span{
	display: inline-block;
	margin: 0 5px ;
}
@media screen and (max-width:1199px){
	.wrapper{
		width: 100%;
		min-width: 1000px;
	}
}

/*面包屑导航*/

.content{
    margin: 20px auto;
    font-size: 14px;
}

.position{
    background: #f3f3f3;
    height: 60px;
    overflow: hidden;
    margin: 20px auto;
}

.posi_link{
	
}

.posi_link em{
	display: inline-block;
    float: left;
    background: url(../images/mbg.png);
    width: 60px;
    height: 60px;
}

.posi_link span{
    display: inline;
    padding: 0px 20px;
    height: 60px;
    color: #6a6a6a;
    line-height: 60px;
}

.posi_link span a:nth-child(1){
	font-size: 18px;
    color: #0565c8;
}

.posi_link span a:nth-child(1):hover{
	color: #0565c8;
}

.posi_link span a{
	color: #6A6A6A;
    transition: all 0.3s 0s ease-in-out;
    -webkit-transition: all 0.3s 0s ease-in-out;
    margin: 0 10px;
}

.posi_link span a:hover{
	color: #484848;
}

.posi_search{
	
}

.posi_stxt{
	width: 200px;
    margin: 15px 0px 0px 0px;
    height: 28px;
    float: left;
    vertical-align: middle;
    padding-left: 10px;
    color: #c3c3c3;
    line-height: 28px;
    -webkit-box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
    box-shadow: 1px 1px 1px 1px #f0f0f0 inset;
    outline: none;
    border: 1px solid #dadada;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}

.posi_stxt:focus,.posi_stxt:hover{
	border: 1px solid #2d8bef;
}

.posi_sbtn{
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background: url(../images/sub.png) no-repeat center;
    border: none;
    float: left;
    vertical-align: middle;
    margin-top: 15px;
}
/*文章列表页*/
.ny-center{
	padding: 0 20px;
}
.ny-center li{
	height:171px;
	margin:auto; 
	border-bottom:#bcbcbc 1px dashed;
}
.ny-center li:last-child{
	border-bottom: 0;
}
.list-img{
	width:202px; 
	height:131px; 
	float:left;
	margin-top:20px;
	overflow: hidden;
}
.list-img img{
	width:202px; 
	height:131px; 
}
.list-right{
	width:565px; 
	height:131px; 
	float:left; 
	margin:20px 0 0 10px;
}
.list-right h4{
	font-size:16px; 
    font-weight:bold;
	color:#454545; 
	font-weight:normal;
}
.list-right p{
	font-size:14px; 
	color:#666666; 
	/**text-indent:2em; **/
	line-height:23px; 
	margin:6px 0;
}
.list-right a {
	color:#666666; 
}
.list-right span{ 
	font-size:12px; 
	color:#9c9c9c;
    float:right;
}
.hj-center img{
	width:370px;
	margin:10px;
}
/*文章页与内容页*/

.article_main{
	width: 830px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-top: 3px solid #0d6acb;
}

.article_cont{
    padding: 20px;
}
.article_cont h1{ 
	line-height:1.5; 
	text-align:center; 
	font-size:30px; 
	display:block; 
	padding-top:20px;
	font-weight: bold;
}
.article_cont h2{
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}
.article_cont h2 a.yellow{
	color: #ff6c00;
    text-decoration: none;
}
.article_cont p{
	margin: 1em 0;
}
.article_cont p,.article_cont span{
	line-height: 1.75em!important;
	font-size: 15px!important;
	font-family: Microsoft YaHei, applez!important;
}
.article_cont img{
	max-width: 100%;
}
.atl_day{
	width: 60px;
}

.atl_day h5{
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #458eda;
}

.atl_day h6{
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #0d6acb;
}

.atl_cont{
    width: 90%;
}

.atl_cont article{
	
    color: #333;
    line-height: 28px;
    padding-bottom: 10px;
}
.atl_cont article img{
	max-width: 100%;
}
.atl_cont article h1{
	font-size: 18px;
    color: #3a3a3a;
    margin-bottom: 10px;
}

.atl_cont article p{
	font-size: 14px;
	line-height: 28px;
}

.atl_link{
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.atl_link a{
	margin-left: 20px;
	margin-right: 20px;
    display: inline-block;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    padding: 0px 30px 0px 50px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s 0s ease-in-out;
    -webkit-transition: all 0.3s 0s ease-in-out;
    
}

.atl_link a:first-child{
	background: #0565c8 url(../images/online.png) 20% center no-repeat;
}

.atl_link a:last-child{
	background: #0d9900 url(../images/order.png) 20% center no-repeat;
}

.atl_link a:first-child:hover{
	background: #0d9900 url(../images/online.png) 20% center no-repeat;
}

.atl_link a:last-child:hover{
	background: #0565c8 url(../images/order.png) 20% center no-repeat;
}

.kindly{
    padding: 10px;
    border: 1px solid #dedede;
    background: #f8f8f8;
    font-size: 14px;
}

.kindly h6{
    color: #6a6a6a;
    font-size: 14px;
    line-height: 21px;
}

.kindly p{
    color: #a0a0a0;
    font-size: 14px;
    line-height: 21px;
}

.other_atl{
	margin-top: 20px;
    border-top: 1px solid #dedede;
    padding: 10px 0px;
}

.other_atl ul{
	
}

.other_atl ul li{
	font-size: 14px;
	line-height: 21px;
	color: #000;
}

/*.other_atl ul li:first-child{
	float: left;
}

.other_atl ul li:last-child{
	float: right;
}*/

.other_atl ul li a{
	color: #6a6a6a;
    transition: all 0.3s 0s ease-in-out;
    -webkit-transition: all 0.3s 0s ease-in-out;
} 

.other_atl ul li a:hover{
	color: #0565c8; 
}

/* list_right */
.list_right{width:360px; height:auto; overflow:hidden;}

.right_hd{width:358px; height:350px; border:1px solid #cbcbcb; position: relative;overflow: hidden;}

.right_hd .bd{
	margin:0 auto; 
	height:350px;
	position:relative; 
	z-index:0; 
	overflow:hidden;
}

.right_hd .bd ul{
	width:100% !important;
}

.right_hd .bd ul li{
	width:100% !important;  
	height:350px; 
	overflow:hidden; 
	text-align:center;
}

.right_hd .bd ul li a{
	display:block; 
	height:350px;
}

.right_hd .hd{
	width:100%;  
	position:absolute; 
	z-index:1; 
	bottom:20px; 
	/* left:0; */
	height:30px; 
	line-height:30px; 
}

.right_hd .hd ul{
	text-align: center;
	
}

.right_hd .hd ul li{
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	font-size: 0;
	border-radius: 50%;
	border: solid 2px #cccccc;
	margin-left: 5px;
	margin-right: 5px;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.right_hd .hd ul li.on,.right_hd .hd ul li:hover{
	border: solid 2px #f15b5a;
	background-color: #f15b5a;
}
/* 本例子css */
	.TB-focus{ width:358px; height:350px; border:1px solid #D8D8D8; position:relative;  overflow:hidden; }
	.TB-focus .hd { position:absolute; right:9px; bottom:10px; z-index:1; padding-left:2px; }
	.TB-focus .hd li { color:#f60; cursor:pointer; margin-left:3px; width:18px; height:18px; background:#fff; float:left; font-size:13px; line-height:18px; overflow:visible; text-align:center; opacity:.7; filter:alpha(opacity=70); border:1px solid #d8d8d8; margin-left:-1px; }
	.TB-focus .hd li.on { background:#f60; color:#fff; font-weight:bold; opacity:1; filter:alpha(opacity=100); z-index:2; position:relative; }

.right_hospital{width:358px; height:auto; overflow:hidden; border:1px solid #cbcbcb; margin:15px auto;}
.right_hospital dl{width:358px; height:40px; background:#004ea2; border-bottom:2px solid #ff6c00;}
.right_hospital dl b{width:auto; height:40px; display:block; margin-left:10px;line-height: 40px;color:#fff;font-size: 18px;}
.right_hospital_pic{width:325px; border:1px solid #cbcbcb; margin:10px auto;}
.right_hospital_pic img{width: 100%}
.right_hospital_wz{width:325px; height:auto; line-height:24px; text-indent:2em; margin:10px auto; display:block; font-size:14px;}
.right_hospital_zx{width:330px; margin:15px auto 0; display:block; height:auto; overflow:hidden;background:#014da1;}
.right_hospital_zx li{width:109px; height:86px;  display:block; float:left;}
.right_hospital_tel{width:330px; height:68px; margin:0 auto 15px;background: #014da1;}

.right_doctor{width:358px; height:auto; overflow:hidden; border:1px solid #cbcbcb; margin:15px auto;}
.right_doctor dl{width:358px; height:40px; background:#004ea2; border-bottom:2px solid #ff6c00;}
.right_doctor dl b{width:auto; height:40px; line-height:40px; font-size:20px; color:#ffffff; display:block; margin-left:15px; float:left; letter-spacing:2px;}
.right_doctor dl p{width:115px; height:26px; line-height:26px; background:#ff6c00; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; display:block; float:right; margin-left:15px; margin-top:5px; text-align:center; font-size:14px;}
.right_doctor_zj{width:340px; height:200px; margin:15px auto; border-bottom:1px dashed #666666;}
.right_doctor_zj b{width:134px; height:176px; display:block; border:1px solid #cbcbcb; float:left;}
.right_doctor_zj h1{width:195px; height:34px; line-height:34px; display:block; float:right; letter-spacing:2px;}
.right_doctor_zj h2{width:195px; height:26px; line-height:26px; display:block; float:right; letter-spacing:2px; font-size:16px;}
.right_doctor_zj p{width:195px; line-height:20px; font-size:12px; display:block; float:right;}
.right_doctor_nr{width:340px; height:auto; overflow:hidden; margin:5px auto;}
.right_doctor_nr h1{width:340px; height:32px; background:#eeeeee;}
.right_doctor_nr h1 b{width:216px; height:28px; line-height:28px; background:#0a4f9c; display:block; float:left; margin-top:2px; padding-left:10px; font-size:14px; color:#ffffff; font-weight:normal;}
.right_doctor_nr h1 u{width:auto; height:32px; line-height:32px; display:block; float:right; padding-right:10px; text-decoration:none; font-size:14px;}
.right_doctor_nr p{width:340px; height:26px; line-height:26px; display:block; margin:10px auto; font-size:16px;}
.right_doctor_nr p a{width:73px; height:26px; text-align:left; display:block; float:left; border-right:1px solid #cbcbcb; padding-left:10px; }


/*设备列表页*/
.sb-list{
	width: 590px;
	height: 363px;
	
	
	border: 1px solid #d2d2d2;
	font-size: 14px;
	margin-bottom: 17px;
}
.sb-list:nth-of-type(odd){
	margin-right: 20px;
}
.sb-list:hover{
	border-color: #0a9a03;
}
.sb-list:hover .info{
	background-color: #8ec63f;
}
.sb-list .sb-left img{
	width: 255px;
	height: 359px;
}
.sb-list .sb-right img{
	display: inherit;
}
.sb-list div h1{
	color: #0c40ba;
	font-size: 18px;
	padding-bottom: 12px;
	font-weight: bold;
}
.sb-list>div{
	float: left;
}
.sb-right{
	width: 333px;
	padding-left: 18px;
	padding-top: 17px;
	padding-right: 16px;
	position: relative;
	height: 359px;
	line-height: 24px;
	background:#f5f5f5;
}
.sb-right p{
	font-size: 14px!important;
}
.sb-right span{
	color: #0a9a03;
	font-size: 14px!important;
	font-weight: bold;
}
.sb-right  .info{
	display: inline-block;
	width: 182px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-color: #004ea2;
	color: #fff;
	position: absolute;
	bottom: 26px;
	margin-left: 70px;
}

/*预约挂号页*/
.yygh_container{width: 1000px;background: #fff;margin: 0 auto;}
.online_header{ width: 100%; height: 69px; background: #23599b;}
.online_logo{ width: 466px; height: 100%; margin: 0 auto;}
.online_logo .logo_pic{ width: 174px; height: 45px; float: left; margin-top: 12px; background: url(../images/online_logo.png) no-repeat center;}
.online_logo .logo_pic img{width: 100%;}
.online_logo h2{ width: 277px; height: 33px; float: right; border-left: 2px solid #fff; margin-top: 18px; font-size: 26px; line-height: 33px; text-align: right; color: #fff;}
.online_main{ width: 900px; margin: 20px auto 0;}
.online_left{ width: 300px; padding-left: 6px; float: left; border-right: 1px solid #dedada; background: url(../images/online_bg_left.png) no-repeat center bottom;}
.online_left h3{ width: 100%; line-height: 50px; font-size: 22px; color: #970d00; margin-bottom: 10px;}
.online_left p{ color: #000; padding-right: 55px; margin-bottom: 20px; line-height: 26px;}
.online_right{width: 540px;float: right;background: #ffffff;}
.online_right h3{ height: 18px; line-height: 18px; font-size: 18px; color: #f37446; border-left:3px solid #fb8038; text-indent: 10px;}
.online_right h3 span{ display: block; float: left; margin-top: -1px;}
.error_info{ width: 100%; height: 20px; font-size: 15px; color: #f00; margin:5px 0 4px 0; padding-left: 10px;}
.online_form{ width: 100%; color: #5e5e5e; padding-bottom: 30px;  margin-bottom: 35px;}
.online_form p{ width: 244px; height: 30px; line-height: 30px; margin:0 0 14px 13px; position: relative;}
#timeline{width:500px;}
.online_form p label{ width: 90px; float: left;}
.online_form p label#input1-error{width: 99px!important;}
.online_form p input,.online_form p select{ width: 140px; height:30px;background: #f4f4f4; border: none; text-indent: 10px; color: #666; float: left; line-height: 30px;}
.online_form p input:focus,.online_form p select:focus,.form_describe textarea:focus{ box-shadow: 0 0 3px #23599b; transition: all 0.3s;}
.online_form p input.online_sex{ width: auto; margin-left: 10px; vertical-align: middle; float: none; background: none;}
.online_form p i{ display: block; width:16px; height: 15px; position: absolute; right: 8px; top: 7px; background: url(../images/date_icon.jpg) no-repeat center;}
.form_describe{ width: 100%;}
.form_describe label{ width: 90px; float: left; margin-left: 13px;}
.form_describe textarea{ width: 420px; border: none; height: 100px; resize: none; background: #f4f4f4; float: left; text-indent: 10px; font-size: 14px; color: #666; font-family: "微软雅黑";}
.online_btn{ width: 100%; text-align: center; height: 30px; margin-top: 30px; font-size: 14px; }
.online_btn input{ width: 70px; height: 100%; display: inline-block; margin: 0 5px; border: none; color: #fefefe;}
.online_btn .btn_sub{ background: #980d00;}
.online_btn .btn_res{ background: #fb8038;}
.form-yygh{
	width: 1100px;
	margin: 20px auto;
}
.form-title{
	background:url(../images/title_bg.jpg) no-repeat center;
	height: 76px;
	line-height: 76px;
	text-align: center;
}
.form-title h1{
	font-size: 39px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.w600{
	width: 600px;
	margin-left: auto;
	margin-right:auto;
}
.ghyh h2{
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #004ea1;
	margin-top: 20px;
}
.ghyh p{
	font-size: 8px;
	color: #004ea1;
}
.form-item{
	margin-top: 20px;
}

.form-box label{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #004ea2;
	vertical-align:top;
}
.form-box label b{
	color: #ce000d;
	font-size:20px;
	display: inline-block;
	margin: 0 8px;
}
.form-box input[type=text],.form-box input[type=date]{
	width: 202px;
	height: 35px;
	border: solid 1px #c9c9c9;
}
.form_sex img{
	width: 13px;
}
.form-box .title-bg{
	height: 41px;
	background-color: #f1f1f1;
}
.radio-bz label,.radio-doc label{
	display: inline-block;
	margin:15px 10px 0 0;
	
}
.radio-bz input[type="radio"],.radio-doc input[type="radio"] {
	display: none;
}
.radio-bz input[type="radio"]+span,.radio-doc input[type="radio"]+span {
	display: inline-block;
	height: 31px;
	line-height: 31px;
	border-radius: 15px;
	text-align: center;
	border: solid 1px #c9c9c9;
	background-color: #fff;
	font-size:17px;
	padding: 0 30px;
	color:  #7d7d7d;
}
.radio-bz input[type="radio"]:checked+span,.radio-doc input[type="radio"]:checked+span {
	border: 1px solid #c9c9c9;
	color: #fff;
	background-color: #8ec63f;
}
.form-box select{
	background-color: inherit;
}
.form-box textarea{
	width:480px;
	height: 125px;
	border: solid 1px #c9c9c9;
}
.btn_sub{
	width: 304px;
	height: 45px;
	background-color: #004ea2;
	border-radius: 22px;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	margin: 25px 0;
	float: right;
}
.form-msg.title-bg{
	background-color: #f1f1f1;
	padding: 20px 150px 29px 200px;
}
.form-msg p{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ff3737;
}
.form-msg ul li{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #6f6f6f;
}

/*网站地图*/
.sitemap ul{
	padding-top: 20px;
}
.sitemap ul li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: block;
	border-bottom: 1px solid #333;
}
.sitemap ul li dl dt{
	margin-bottom: 15px;
	display: block;
	/* background: #ddd; */
	border-radius: 5px;
	border-left: 5px solid #0565c9;
}
.sitemap ul li dl dt a{
	text-align: left;
	color: #333333;
	font-size: 24px;
	display: block;
	text-indent: 1em;
	font-weight: 700;
	line-height: 2;
}
.sitemap ul li dl dd{
	margin-bottom: 15px;
	text-align: left;
	font-size: 16px;
	display: inline-block;
	margin-left: 20px;
	line-height: 2;
}
.sitemap ul li dl dd a{
	display: block;
	color: #333;
	line-height: 2;
	padding:0 15px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}