@charset "UTF-8";
/*zwp 2017-10-39*/
/*公共部分开始*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
/*声明 WebFont*/
@font-face {
	font-family: 'zwp';
	src: url('../font/OSWALD-BOLD.eot');
	src: url('../font/OSWALD-BOLD.eot') format('embedded-opentype'),
		 url('../font/OSWALD-BOLD.woff') format('woff'),
		 url('../font/OSWALD-BOLD.ttf') format('truetype'),
		 url('../font/OSWALD-BOLD.svg') format('svg');
}
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
	overflow: hidden;
	overflow-y:auto;
} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/
a {
	text-decoration: none;
	color: #828385
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #828385;
}/* 未访问的链接 */
a:visited {
	color: #828385;
}/* 已访问的链接 */
a:hover {
	color: #4e9cd8;
}/* 鼠标在链接上 */
a:active {
	color: #828385;
blr:expression(this.onFocus=this.blur());
}/* 点击激活链接 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #828385;
	background:#fff;
	min-width:1260px;
}
textarea,select, input {
	vertical-align: middle;
	outline: none;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
}


/*浏览器滚动条*/
::-webkit-scrollbar {width:8px;background:#f0f0f0;}
::-webkit-scrollbar-button {}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-track-piece {}
::-webkit-scrollbar-thumb {width:8px;background:#0079d6;}
::-webkit-scrollbar-corner {background:#f0f0f0;}
::-webkit-resizer {}
::-webkit-scrollbar:horizontal{height:9px;}
/************/
::-webkit-input-placeholder{}    /* 使用webkit内核的浏览器 */
:-moz-placeholder{}                  /* Firefox版本4-18 */
::-moz-placeholder{}                  /* Firefox版本19+ */
:-ms-input-placeholder{}           /* IE浏览器 */

.clear {
	clear: both;
}
.h10 {
	clear: both;
	height: 10px;
}
.h15 {
	clear: both;
	height: 16px;
}
.h20 {
	clear: both;
	height: 20px;
}
.h25 {
	clear: both;
	height: 25px;
}
.h30 {
	clear: both;
	height: 30px;
}
.h35 {
	clear: both;
	height: 35px;
}
.h40 {
	clear: both;
	height: 40px;
}
.h45 {
	clear: both;
	height: 45px;
}
.h50 {
	clear: both;
	height: 50px;
}
.h55 {
	clear: both;
	height: 55px;
}
.h60 {
	clear: both;
	height: 60px;
}
.h65 {
	clear: both;
	height: 65px;
}
.h80 {
	clear: both;
	height: 80px;
}
.h100 {
	clear: both;
	height:100px;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}

/*公共部分结束*/
/*^
 * 框架
 * @return
 */	
.wrap{
	clear:both;
	width:1200px;
	margin:0 auto;
	}
.minH{
	min-height:350px;
	height:auto !important;
	height:350px;
	}
.pic img{
	transform: scale(1);
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.pic:hover img{transform: scale(1.05)}
/*
///////////////top
*/	
.headBox{
	clear: both;
	height: 130px;
	position: relative;
	z-index: 999;
}
.logo{
	overflow: hidden;
	margin-top:30px;
}
.logo a img{
	display: block;
	height:60px;
}
.telBox{
	clear: both;
	height: 35px;
	overflow: hidden;
	padding-left: 31px;
	background-image: url(../images/tel.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 20px;
	color: #0079d6;
	line-height: 35px;
	margin-top: 30px;
}
/*导航*/
.menuDl{
	clear: both;
}
.menuDl dd{
	float: left;
	position: relative;
}
.menuDl dd .a1{
	display: block;
	height: 45px;
	overflow: hidden;
	line-height: 35px;
	padding: 0 25px;
	color: #424242;
	font-size: 14px;
}
.menuDl dd.hover .a1{color: #0064ba}
.menuDl dd .div_a{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top:45px;
	left: 0;
	background: rgba(255,255,255,0.8);
	display: none;
}
.menuDl dd .div_a a{
	display: block;
	line-height:18px;
	padding:5px 0;
	color: #666;
	text-align: center;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.menuDl dd .div_a a:hover{background: #1a7fdd;color: #fff;}
/*
///////////////banner
*/
.bannerBox{
	clear: both;
	overflow: hidden;
	position: relative;
}
.bannerBox .bd{
	clear: both;
	overflow: hidden;
}
.bannerBox .bd dl dd{
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	overflow:hidden;
}
.bannerBox .hd{
	width: 100%;
	height: 34px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}
.bannerBox .hd ul{display: inline-block}
.bannerBox .hd ul li{
	float: left;
	width: 10px;
	height: 10px;
	line-height:99999px;
	overflow: hidden;
	margin: 0 3px;
	border-radius:100%;
	border: 1px solid #fff;
	cursor: pointer;
}
.bannerBox .hd ul li.on{background: #fff}
/*
///////////////foot
*/
.foot{clear: both}
.footBox1{
	clear: both;
	overflow:hidden;
	padding-top:75px;
	padding-bottom: 40px;
	background: #373737;
}
.footUl{width: 1300px}
.footUl li{
	float: left;
	width: 360px;
	overflow: hidden;
	margin-right: 60px;
}
.footUl li .divT{
	clear: both;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #8f8f8f;
	color: #e9e9e9;
	font-size: 24px;
	position: relative;
}
.footUl li .divT:after{
	content: "";
	display: block;
	width: 70px;
	height: 4px;
	background:#8f8f8f;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.liBox1T{
	clear: both;
	height: 32px;
	overflow: hidden;
	color: #b0b0b0;
	font-size: 22px;
	line-height: 32px;
}
.liBox1T2{
	clear: both;
	height: 24px;
	overflow: hidden;
	color: #767676;
	font-size:13px;
	line-height: 24px;
}
.liBox1Txt{
	clear: both;
	overflow: hidden;
	color: #8c8c8c;
	font-size: 14px;
	line-height: 22px;
}

.liBox1 .bdsharebuttonbox a{
	float: left;
	width: 19px;
    height: 36px;
	overflow: hidden;
	margin: 0 3px;
}
.liBox1 .bdsharebuttonbox .popup_sqq{background:url(../images/share.png) no-repeat left center !important;}
.liBox1 .bdsharebuttonbox .bds_tsina{background:url(../images/share.png) no-repeat -42px center !important;}
.liBox1 .bdsharebuttonbox .bds_weixin{background:url(../images/share.png) no-repeat -84px center !important;}
.liBox2 .div_a{
	clear: both;
	overflow: hidden;
}
.liBox2 .div_a a{
	display: block;
	float: left;
	height: 40px;
	width: 165px;
	line-height: 40px;
	overflow: hidden;
	padding-left: 14px;
	color: #9e9d9d;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position:left center;
}
.liBox2 .div_a a:hover{color: #fff}
.liBox3{
	background-image: url(../images/icon5.png);
	background-position:center bottom;
	background-repeat: no-repeat;
	min-height: 315px;
}
.liBox3Dl dd{
	clear: both;
	padding: 10px 0;
	line-height: 22px;
	color: #acacac;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position:left center;
}
.liBox3Dl dd.dd1{background-image: url(../images/icon2.png)}
.liBox3Dl dd.dd2{background-image: url(../images/icon3.png);background-position:2px center;}
.liBox3Dl dd.dd3{background-image: url(../images/icon4.png)}
.footBox2{
	clear: both;
	height:65px;
	overflow: hidden;
	background: #000;
	line-height: 65px;
	color: #919191;
}
.footBox2 a{color: #919191}
.footBox2 a:hover{color: #fff}
/*首页通栏内容*/
/*标题*/
.ixBoxT{
	clear: both;
	overflow: hidden;
}
.ixBoxT .div1{
	clear: both;
	height: 77px;
	overflow: hidden;
	line-height: 77px;
	text-align: center;
	color: #cccccc;
	font-size: 42px;
	letter-spacing:3px;
	position: relative;
}
.ixBoxT .div1:after{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #d5d5d5;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left:-20px;
}
.ixBoxT .div2{
	clear: both;
	height:56px;
	overflow: hidden;
	line-height: 56px;
	text-align: center;
	color: #404040;
	font-size:20px;
	font-weight: bold;
}
/*1*/
.ixBox1{
	clear: both;
	height: 640px;
	overflow: hidden;
}
.ixBox1Dl dd{
	float: left;
	overflow: hidden;
	width:25%;
	margin-bottom:48px;
}
.ixBox1Dl{margin:0 -17px}
.ixBox1Dl dd a{
	display: block;
	overflow: hidden;
	margin: 0 17px;
}
.ixBox1Dl dd a .icon{
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 100%;
	background-position: center center;
	background-repeat:no-repeat;
	background-color:#0082d6;
	margin:0 auto;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.ixBox1Dl dd:hover a .icon{background-color:#ff9c00}
.ixBox1Dl dd a .divT{
	clear: both;
	height: 45px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	color: #404040;
	position: relative;
}
.ixBox1Dl dd a .divT:after{
	content:"";
	display: block;
	width: 20px;
	height: 1px;
	background: #285ea4;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left:-10px;
}
.ixBox1Dl dd a .txt{
	clear: both;
	overflow: hidden;
	line-height: 22px;
	text-align: center;
	color: #a6a6a6;
	font-size: 13px;
	margin-top: 10px;
}
/*2*/
.ixBox2{
	clear: both;
	height: 850px;
	overflow: hidden;
	background:#fcfcfc;
}
.ixBox2Slide{
	position: relative;
}
.ixBox2Slide .bd{
	overflow: hidden;
	height:544px;
}
.ixBox2Slide .bt{
	display: block;
	width: 32px;
	height: 64px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top:-32px;
	background-image: url(../images/icon14.png);
	background-repeat: no-repeat;
	display: none;
}
.ixBox2Slide .bt.prev{left:-95px;background-position:left center}
.ixBox2Slide .bt.next{right:-95px;background-position:right center}
.ixBox2Dl{
	clear:both;
	display:block;
	overflow:hidden;
	width:1250px;
	}
.ixBox2Dl dd{
	display:inline;
	float:left;
	width:290px;
	height:544px;
	overflow:hidden;
	margin:0 13px 0 0;
	position:relative;
	}
.ixBox2Dl dd p{
	display:block;
	width:290px;
	height:385px;
	background:#e4e4e4;
	overflow:hidden;
	}
.ixBox2Dl dd p span{
	display:block;
	width:290px;
	height:385px;
}
.ixBox2Dl dd p a{
	display:block;
	width:290px;
	height:385px;
	line-height: 385px;
	display: table-cell; 
	vertical-align: middle;
}
.ixBox2Dl dd p img{
	display:inline-block;
	width:290px;
	height:auto;
	}
.ixBox2Dl dd .dd_box{
	clear:both;
	overflow:hidden;
	}
.ixBox2Dl dd .dd_box span{
	clear:both;
	display:block;
	height:50px;
	margin:20px 0 0 0;
	overflow:hidden;
	line-height: 50px;
	color: #273039;
	font-size: 40px;
	text-align: center;
    font-family: "Arial";
    font-weight: bold;
    transform: scaleY(1.2);
	}
.ixBox2Dl dd .dd_box span img{
	display:block;
	height:35px;
	margin:0 auto;
	}
.ixBox2Dl dd .dd_box em{
	clear:both;
	display:block;
	height:27px;
	margin:22px 0 0 0;
	line-height:27px;
	text-align:center;
	overflow:hidden;
	color:#4c4c4c;
	font-size:16px;
	font-style: normal
	}
.ixBox2Dl dd .dd_box .txt{
	clear:both;
	overflow:hidden;
	padding:0 15px;
	color:#737373;
	text-align:center;
	line-height:24px;
	}
.ixBox2Dl dd .dd_box2{
	width:290px;
	height:0px;
	overflow:hidden;
	background:#0079d6;
	position:absolute;
	bottom:157px;
	left:0;
	z-index:11;
	}
.ixBox2Dl dd .dd_box2 span{
	clear:both;
	display:block;
	height:50px;
	margin:30px 0 0 0;
	overflow:hidden;
	color: #ffffff;
	font-size: 40px;
	text-align: center;
	line-height: 50px;
    font-family: "Arial";
    font-weight: bold;
    transform: scaleY(1.2);
	}
.ixBox2Dl dd .dd_box2 span img{
	display:block;
	height:35px;
	margin:0 auto;
	}
.ixBox2Dl dd .dd_box2 em{
	clear:both;
	display:block;
	height:27px;
	margin:22px 0 0 0;
	line-height:27px;
	text-align:center;
	overflow:hidden;
	color:#cee3fe;
	font-size:18px;
	font-style: normal
	}
.ixBox2Dl dd .dd_box2 strong{
	clear:both;
	display:block;
	height:27px;
	line-height:27px;
	text-align:center;
	overflow:hidden;
	color:#cee3fe;
	font-weight:normal;
	}
.ixBox2Dl dd .dd_box2 .txt{
	clear:both;
	overflow:hidden;
	padding:0 15px;
	height:75px;
	color:#cee3fe;
	text-align:center;
	line-height:24px;
	margin:25px 0 0 0;
	}
.ixBox2Dl dd .dd_box2 .more{
	display:block;
	width:35px;
	height:35px;
	background:url(../images/more.png) no-repeat center center;
	margin:0 auto;
	}
/*3*/
.ixBox3{
	clear: both;
	height:670px;
	overflow:hidden;
}
.ixBox3Dl{width:1300px}
.ixBox3Dl dt{
	float: left;
	overflow: hidden;
	width: 392px;
	height: 302px;
	padding: 25px;
	background: #0079d6;
}
.ixBox3Dl dt .divT1{
	clear: both;
	height: 29px;
	overflow: hidden;
	line-height: 29px;
	color: #cadffb;
	font-size: 14px;
	font-family: "Arial";
}
.ixBox3Dl dt .divT2{
	clear: both;
	height:34px;
	overflow: hidden;
	line-height: 34px;
	color: #e9f2ff;
	font-size: 18px;
	font-family: "Arial";
	line-height: 20px;
	position: relative;
}
.ixBox3Dl dt .divT2:after{
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background: #7baae7;
	position: absolute;
	bottom: 0;
	left: 0;
}
.ixBox3Dl dt .txt{
	clear: both;
	height: 144px;
	overflow:hidden;
	font-size: 13px;
	line-height: 24px;
	color: #cbe0fc;
}
.ixBox3Dl dt .more{
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #0e66a9;
	font-size: 14px;
	color: #cbe0fc;
}
.ixBox3Dl dt .more:hover{opacity: 0.9}
.ixBox3Dl dd{
	float: left;
	overflow: hidden;
	width:240px;
	height: 352px;
	background: #f4f4f4;
	margin-left: 12px;
}
.ixBox3Dl dd a{
	display: block;
	width:240px;
	height: 352px;
	overflow:hidden;
	position: relative;
	z-index:1;
}
.ixBox3Dl dd a:after{
	content: "";
	display: block;
	width:240px;
	height: 352px;
	background:#0079d6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transform: scale(0.001);
	transform-origin:center center;
	border-radius: 100%;
	transition-duration: 0.5s;
	transition-property: all;
	transition-timing-function: linear;
}
.ixBox3Dl dd:hover a:after{opacity: 1;transform:scale(2);}
.ixBox3Dl dd a .pic{
	width: 180px;
	height: 180px;
	overflow: hidden;
	margin:0 auto;
	border-radius:100%;
	clear: both;
	margin-top: 24px;
}
.ixBox3Dl dd a .pic img{
	display: block;
	width: 180px;
	height: 180px;
}
.ixBox3Dl dd a .divT{
	clear: both;
	height: 45px;
	overflow:hidden;
	line-height: 45px;
	margin-top: 10px;
	text-align: center;
	color: #666666;
	font-size: 16px;
	position: relative;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.ixBox3Dl dd:hover a .divT{color:#daeafe}
.ixBox3Dl dd a .divT:after{
	content:"";
	display: block;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left:-25px;
	background: #d9d9d9;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.ixBox3Dl dd:hover a .divT:after{background: #6796d3}
.ixBox3Dl dd a .txt{
	clear: both;
	height: 44px;
	font-size: 13px;
	color: #999999;
	line-height: 22px;
	text-align: center;
	padding: 0 22px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.ixBox3Dl dd:hover a .txt{color:#cbe0fc}
/*4*/
.ixBox4{
	height: 550px;
	clear: both;
	overflow: hidden;
	background: #fcfcfc;
}
.ixBox4L{
	width: 590px;
	overflow: hidden;
}
.ixBox4L .divT{
	height: 35px;
	overflow: hidden;
	line-height: 35px;
	color: #555555;
	font-size: 18px;
	margin-top: -9px;
}
.ixBox4L .txt{
	height: 270px;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #b2b2b2;
	font-size: 14px;
}
a.ixMore2{
	display:block;
	width: 70px;
	height: 25px;
	overflow: hidden;
	text-align: center;
	line-height: 25px;
	color: #fff;
	background: #0079d6;
}
a.ixMore2 i{font-family:"宋体";font-style:normal}
a.ixMore2:hover{opacity:0.9}
.ixBox4R{
	width: 568px;
	height: 324px;
	overflow: hidden;
}
.ixBox4R a{
	display: block;
	width: 568px;
	height: 324px;
}
.ixBox4R a img{
	display: block;
	width: 568px;
	height: 324px;
}
/*5*/
.ixBox5{
	clear: both;
	height:825px;
	overflow: hidden;
}
.ixBox5Dl{margin:0 -1px;}
.ixBox5Dl dd{
	float: left;
	width:25%;
	overflow: hidden;
	margin-bottom:1px;
}
.ixBox5Dl dd a{
	display: block;
	overflow:hidden;
	margin:0 1px;
	position: relative;
}
.ixBox5Dl dd a .pic{
	width: 100%;
	padding-top:66.44%;
	overflow: hidden;
	position: relative;
}
.ixBox5Dl dd a .pic img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ixBox5Dl dd a .divBox{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;	
	background-color:rgba(35,101,191,0.9);
	background-image: url(../images/icon15.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear
} 
.ixBox5Dl dd a:hover .divBox{opacity: 1}
.ixBox5Dl dd a .divBox:after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	top: 11px;
	left: 11px;
	border-top:1px solid #afcef9;
	border-right:1px solid #afcef9;
	visibility: hidden;
}
.ixBox5Dl dd a .divBox:before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 10px;
	right: 10px;
	border-bottom:1px solid #afcef9;
	border-left:1px solid #afcef9;
	visibility: hidden;
}
.ixBox5Dl dd a:hover .divBox:after{
	animation-delay:0.3s;
	animation-duration:0.5s;
    animation-fill-mode: both;
	animation-name:ant1;
	animation-timing-function: linear;
}
.ixBox5Dl dd a:hover .divBox:before{
	animation-duration:0.5s;
    animation-fill-mode: both;
	animation-name:ant1;
	animation-timing-function: linear;
	animation-delay:0.8s;
}
@keyframes ant1 {
  50% {
	visibility:visible;
	width: 276px;
	height: 0;
  }
  100% {
	visibility:visible;
    width: 276px;
	height: 176px;
  }
}
.ixBox5Dl dd a .divBox .divT{
	clear: both;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	color: #fffefe;
	font-size: 18px;
	margin-top: 48px;
}
.ixBox5Dl dd a .divBox .divT2{
	clear: both;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	text-align: center;
	color: #dceaff;
	font-size: 14px;
	margin-top: 40px;
}
.ixBoxMore a{
	display: block;
	width: 298px;
	height: 52px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	line-height: 52px;
	border: 1px solid #d7d7d7;
	color: #999999;
	font-size: 16px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.ixBoxMore a:hover{
	border: 1px solid #1a7fdd;
	color: #fff;
	background: #1a7fdd;
}
/*6*/
.ixBox6{
	clear: both;
	height: 550px;
	overflow:hidden;
	background: #fcfcfc;
}
.ixBox6L{
	width:560px;
	overflow: hidden;
}
.ixBox6L .pic{
	width: 560px;
	height: 180px;
	overflow: hidden;
}
.ixBox6L .pic a{
	display: block;
	width: 560px;
	height: 180px;
	overflow: hidden;
	position: relative;
}
.ixBox6L .pic a img{
	display: block;
	width: 560px;
	height: 180px;
}
.ixBox6L .pic a .day{
	padding:5px;
	overflow: hidden;
	background: #285da3;
	position: absolute;
	top: 0;
	left: 0;
}
.ixBox6L .pic a .day span{
	display: block;
	height: 26px;
	overflow: hidden;
	text-align: center;
	color: #fefeff;
	font-size: 24px;
	line-height: 26px;
}
.ixBox6L .pic a .day em{
	display: block;
	height: 17px;
	overflow: hidden;
	text-align: center;
	color: #c3ddff;
	line-height: 17px;
	font-style: normal;
}
.ixBox6L .divT{
	clear: both;
	height: 38px;
	overflow: hidden;
	line-height: 38px;
}
.ixBox6L .divT a{
	font-size: 18px;
	color: #595959;
}
.ixBox6L .divT:hover a{color: #1a7fdd}
.ixBox6L .txt{
	clear: both;
	line-height: 21px;
	margin-top: 3px;
	color:#8c8c8c;
}
.ixBox6R{
	width: 600px;
	overflow: hidden;
}
.ixBox6Dl dd{
	clear: both;
	overflow:hidden;
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #d9d9d9;
}
.ixBox6Dl dd .day{
	width: 55px;
	overflow: hidden;
	margin-right:13px;
}
.ixBox6Dl dd .day span{
	display: block;
	clear: both;
	height: 37px;
	overflow: hidden;
	line-height: 37px;
	color: #8c8c8c;
	font-size:50px;
	font-family: "宋体";
}
.ixBox6Dl dd .day em{
	display: block;
	clear: both;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	color: #999999;
	font-style: normal;
}
.ixBox6Dl dd .divR{
	overflow: hidden;
}
.ixBox6Dl dd .divR .divT{
	clear: both;
	height: 16px;
	overflow: hidden;
}
.ixBox6Dl dd .divR .divT a{
	line-height: 16px;
	color: #4c4c4c;
	font-size: 14px;	
}
.ixBox6Dl dd:hover .divR .divT a{color: #1a7fdd}
.ixBox6Dl dd .divR .txt{
	clear: both;
	height: 36px;
	overflow: hidden;
	line-height: 18px;
	color: #999999;
	margin-top: 5px;
}
/*7*/
.ixBox7{
	clear: both;
	height: 620px;
	overflow: hidden;
}
.ixBox7Dl{
	width: 445px;
	overflow: hidden;
}
.ixBox7Dl dd{
	clear: both;
	overflow: hidden;
}
.ixBox7Dl dd .ddBox{
	clear: both;
	overflow: hidden;
	background: #f2f2f2;
}
.ixBox7Dl dd .ddBox .divT{
	height: 45px;
	overflow:hidden;
	line-height:45px;
	color: #f54336;
	font-size: 16px;
	padding-left: 15px;
}
.ixBox7Dl dd .ddBox input{
	float: left;
	width:400px;
	height: 45px;
	overflow:hidden;
	line-height: 45px;
	border: none;
	background: none;
	color: #666;
	font-size: 16px;
	margin-left:5px;
	font-family: "microsoft yahei"
}
.ixBox7Dl dd .ddBox textarea{
	float: left;
	width: 400px;
	height: 79px;
	overflow:hidden;
	line-height:22px;
	padding-top:10px;
	border: none;
	background: none;
	color: #666;
	font-size: 16px;
	margin-left:5px;
	font-family: "microsoft yahei"
}
.ixBox7Dl dd .ddBox input::-webkit-input-placeholder{color: #a6a6a6}    /* 使用webkit内核的浏览器 */
.ixBox7Dl dd .ddBox input:-moz-placeholder{color: #a6a6a6}                  /* Firefox版本4-18 */
.ixBox7Dl dd .ddBox input::-moz-placeholder{color: #a6a6a6}                  /* Firefox版本19+ */
.ixBox7Dl dd .ddBox input:-ms-input-placeholder{color: #a6a6a6}           /* IE浏览器 */
.ixBox7Dl dd .ddBox textarea::-webkit-input-placeholder{color: #a6a6a6}    /* 使用webkit内核的浏览器 */
.ixBox7Dl dd .ddBox textarea:-moz-placeholder{color: #a6a6a6}                  /* Firefox版本4-18 */
.ixBox7Dl dd .ddBox textarea::-moz-placeholder{color: #a6a6a6}                  /* Firefox版本19+ */
.ixBox7Dl dd .ddBox textarea:-ms-input-placeholder{color: #a6a6a6}           /* IE浏览器 */
.ixBox7Dl dd .bt{
	display: block;
	width: 214px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
	background:#0079d6;
	color: #ffffff;
	font-size: 16px;
}
.ixBox7Dl dd .bt:hover{opacity:0.9}
.ixBox7Dl dd .code{
	display: block;
	width:150px;
	height: 45px;
}
.ixBox7Dl dd .code img{
	display: block;
	width: 150px;
	height: 45px;
}
.ixBox7R{
	width: 705px;
	height: 332px;
	overflow: hidden;
}
.ixMapBox{
	width: 480px;
	height: 332px;
	overflow: hidden;
}
.ixBox7R .txtBox{
	width: 225px;
	height: 332px;
	overflow: hidden;
	background: #0079d6;
}
.ixBox7R .txtBox .divT{
	clear: both;
	height: 75px;
	background: #0073cf;
	line-height: 75px;
	overflow: hidden;
	text-align: center;
	color: #8db5e1;
	font-size:28px;
}
.ixBox7RDl{padding:0 10px;padding-top: 30px}
.ixBox7RDl dd{
	clear: both;
	overflow: hidden;
	line-height: 24px;
	color: #d0e4ff;
}
.ixBox7RDl dd .div2{overflow: hidden}
/*右侧*/
.floatRBox{
	position: fixed;
	top: 50%;
	right: 5px;
	z-index: 999;
	width: 70px;
}
.floatRBox a{
	display: block;
	width: 68px;
	height: 68px;
	border: 1px solid #dfdfdf;
	margin-bottom: 7px;
	background-color: #f7f8fa;
	background-position: center center;
	background-repeat: no-repeat;
}
.floatRBox a.a1{background-image:url(../images/icon16h.png);position:relative}
.floatRBox a.a2{background-image:url(../images/icon17.png)}
.floatRBox a:hover{background-color: #2d6cc2}
.floatRBox a1:hover{background-image:url(../images/icon16.png)}
.floatRBox a.a1 .ewmBox{
	width: 127px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	left: -130px;
	top: 0;
	background-image: url(../images/icon18.png);
	background-repeat: no-repeat;
	background-position: center center;
	visibility: hidden;
	transform: scale(0.001);
	transform-origin:right 10px;
	opacity: 0;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.floatRBox a.a1:hover .ewmBox{
	visibility:visible;
	transform: scale(1);
	opacity: 1;
}
.floatRBox a.a1 .ewmBox img{
	display: block;
	width: 110px;
	height: 110px;
	margin:4px 0 0 8px;
}
/*
////////////////////////////内页部分
*/
/*subBanner*/
.subBanner{
	clear: both;
	width: 100%;
	padding-top:20.83%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}
/*左侧*/
.leftBox{
	width:240px;
	position: relative;
	z-index: 1;
}
.leftBoxBg{
	width:240px;
	height:50px;
	background:#0079d6;
	position: absolute;
	left: 0;
	top:-50px;
}
.leftDl{
	width: 240px;
	border-bottom:1px solid #bcd5f7;
}
.leftDl dt{
	display: block;
	clear: both;
	overflow: hidden;
	background:#0079d6;
	height: 95px;
	border-bottom: 1px solid #bcd5f7;
}
.leftDl dt span{
	display: block;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	margin-top:10px; 
	color: #ffffff;
	font-size: 24px;
	padding-left: 29px;
}
.leftDl dt em{
	display: block;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #ffffff;
	font-size:16px;
	padding-left: 29px;
	font-style: normal;
}
.leftDl dd{
	border-left:1px solid #bcd5f7; 
	border-right:1px solid #bcd5f7; 
	height:47px;
}
.leftDl dd a{
	display: block;
	height:47px;
	border-top:1px solid #bcd5f7; 
	position: relative;
	top: -1px;
	padding-left: 29px;
	line-height: 47px;
	font-size: 16px;
	color: #666666;
}
.leftDl dd:hover a{color: #0060e3}
.leftDl dd.hover a{color: #0060e3}
/************/
.pageBoxR{
	width:932px;
	background: #fff;
	position: relative;
	z-index: 11;
}
/*当前位置*/
.locationBox{
	height: 42px;
	border-bottom:1px solid #cccccc;
	overflow: hidden;
}
.locationBox .divT{
	height:42px;
	line-height:42px;
	color: #005ad4;
	font-size: 18px;
} 
.locationBox .divR{
	overflow: hidden;
	line-height: 42px;
	color: #888888;
	font-size: 14px;
	padding-left: 20px;
	background-image: url(../images/icon19.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.locationBox .divR a{color: #888888}
.locationBox .divR a.hover{color: #005ad4}
.locationBox .divR a:hover{color: #005ad4}
.pageBoxRC{
	overflow: hidden;
}
/*分页*/
.page{padding:5px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 10px;color:#999999;background: #e8e8e8;margin: 0 2px;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #1a7fdd;color: #fff;}
.page a.hover{background: #1a7fdd;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/icon_p1.png)}
.page a.prevPage div{background-image: url(../images/icon_p2.png)}
.page a.nextPage div{background-image: url(../images/icon_p3.png)}
.page a.lastPage div{background-image: url(../images/icon_p4.png)}

.page a.firstPage:hover div{background-image: url(../images/icon_p1h.png)}
.page a.prevPage:hover div{background-image: url(../images/icon_p2h.png)}
.page a.nextPage:hover div{background-image: url(../images/icon_p3h.png)}
.page a.lastPage:hover div{background-image: url(../images/icon_p4h.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/icon_p1.png)}
.page a.prevPage.disabled div{background-image: url(../images/icon_p2.png)}
.page a.nextPage.disabled div{background-image: url(../images/icon_p3.png)}
.page a.lastPage.disabled div{background-image: url(../images/icon_p4.png)}

/********内页列表*******/
/*全图列表*/
.imgList{margin:0 -10px}
.imgList dd{
	float: left;
	width: 33.333%;
	overflow: hidden;
	margin-bottom:15px;
}
.imgList dd a{
	display: block;
	overflow: hidden;
	margin: 0 10px;
}
.imgList dd a .pic{
	width: 100%;
	padding-top:65.51%;
	overflow: hidden;
	position: relative;
}
.imgList dd a .pic img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.imgList dd a span{
	display: block;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	text-align: center;
	color: #666666;
	font-size: 16px;
}
.imgList dd a:hover span{color: #1a7fdd}
/*单篇+新闻*/
.articleT{
	clear:both;
	line-height:30px;
	font-size:24px;
	color:#141414;
	text-align:center;
	}
.articleT2{
	clear:both;
	font-size:14px;
	color:#666666;
	line-height:30px;
	text-align:center;
	margin-top:10px;
	}
.articleT2 span{color:#ffa200}
.articleBox{
	clear:both;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#666666;
	}
.article img{ max-width:100%;}
/* 文章阅读页——大图*/
#play{
	width:785px;
	height:525px;
	position:relative;
	overflow: hidden;
	background:#fff;
	border:1px solid #e9e9e9;
	margin:0 auto;
}
#play .change_a {
	width:40%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
	width: 24px;
	height: 43px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -21px;
	display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
	position: relative;
	z-index: 1;
	width:785px;
	height:525px;
}
#play .img_ul li{
	position: relative;
	z-index: 1;
	width:785px;
	height:525px;
	background:#fff;
	margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:797px;clear:both;margin:20px auto;position:relative;}
.img_hd {
	margin:0 auto;
	overflow: hidden;
	height:90px;
	position:relative;
}
.img_hd ul {
	position: absolute;
	z-index: 1
}
.img_hd ul li {
	float: left;
	width:124px;
	height:82px;
	padding:3px;
	margin:0 5px;
	cursor: pointer;
	background:#fff;
	border:1px solid #d4d4d4;
	position:relative;
}
.img_hd ul li p{
	width:124px;
	height:82px;
	display:block;
	background:#fff;
	position:relative;
	}
.img_hd ul li i{
	display:block;
	clear:both;
	line-height:20px;
	padding:0 5px;
	background:#000;
	color:#fff;
	position:absolute;
	right:3px;
	bottom:3px;
	z-index:99999999999999;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	}
.img_hd ul li img {position:absolute;width:90px;width:124px;
	height:82px;}
.img_hd ul li.on {border:1px solid #1a7fdd;background:#1a7fdd;}
.imgMove .prev_a {margin-top: 15px; display:block;width:30px; height:60px; position:absolute; left:0px; top:0px; background:url(../images/article_icon.png) no-repeat 10px 15px;}
.imgMove .next_a {margin-top: 15px;display:block; width:30px; height:60px; position:absolute; right:0px; top:0px; background:url(../images/article_icon.png) no-repeat -37px 15px;}
.article_pageUp{font-size:14px;line-height:30px;color:#666666;}
.article_pageUp a{color:#666666}
.article_pageUp a:hover{color:#1a7fdd}
/**/
.articleB_box{
	clear:both;
	height:30px;
	overflow:hidden;
	background:#f8f9fb;
	color:#666;
	font-size:14px;
	line-height:30px;
	}
.articleB_box i{color:#ad1214}
.articlePage{
	clear:both;
	height:30px;
	text-align:center;
	font-family:Arial;
	}
.articlePage a{
	margin:0 1px;
	background:#ccc;
	padding:5px 10px;
	}
.articlePage a:hover{
	color:#fff;
	background:#e99211;
	}
.articlePage a.hover{
	color:#fff;
	background:#1a7fdd;
	}
.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:0 20px 10px 30px;
    float:left;
	background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt{background:url(../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/zip.png) no-repeat left 3px; color:#ff9779 !important; }
/*share*/
.share{
	overflow: hidden;
	padding:15px 0;
	background: #f4f4f4;
	text-align: center;
}
.share .bdsharebuttonbox{display:inline-block}
.share .bdsharebuttonbox a{
	float: left;
	width: 16px;
	height: 33px;
	overflow: hidden;
	margin: 0 7px;
}
.share .bdsharebuttonbox .popup_sqq{background:url(../images/share.png) no-repeat left center !important;}
.share .bdsharebuttonbox .bds_tsina{background:url(../images/share.png) no-repeat -48px center !important;}
.share .bdsharebuttonbox .bds_weixin{background:url(../images/share.png) no-repeat -92px center !important;}
.articlePageUp{
	clear: both;
	overflow: hidden;
	font-size: 14px;
	color: #747474;
	line-height: 26px;
	padding-top: 25px;
}
.articlePageUp a{color: #747474}
.articlePageUp a:hover{color: #1a7fdd}
/*图文列表*/
.textImg dd{
	clear: both;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}
.textImg dd .pic{
	width: 197px;
	height: 137px;
	overflow: hidden;
	margin-right: 18px;
}
.textImg dd .pic img{
	display: block;
	width: 197px;
	height: 137px;
}
.textImg dd .divR{
	overflow: hidden;
}
.textImg dd .divR .divT{
	clear: both;
	height:50px;
	overflow: hidden;
	line-height: 50px;
	color: #333333;
	font-size: 18px;
}
.textImg dd:hover .divR .divT{color:#116dc2}
.textImg dd .divR .txt{
	clear: both;
	height: 78px;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}
/*图文列表2*/
.textImg2{padding: 0 25px}
.textImg2 dd{
	clear: both;
	overflow: hidden;
	margin-bottom:45px;
}
.textImg2 dd .pic{
	width:360px;
	height:230px;
	overflow: hidden;
	margin-left:50px;
}
.textImg2 dd .pic img{
	display: block;
	width:360px;
	height:230px;
}
.textImg2 dd .divR{
	overflow: hidden;
}
.textImg2 dd .divR .div1{
	clear: both;
	float: left;
	height:24px;
	padding: 0 8px;
	overflow: hidden;
	line-height: 24px;
	color: #fff;
	font-size: 18px;
	background: #0079d6;
}
.textImg2 dd .divR .div2{
	clear: both;
	height:24px;
	overflow: hidden;
	line-height: 24px;
	color: #4c4c4c;
	font-size: 16px;
	padding: 10px 0;
}
.textImg2 dd .divR .txt{
	clear: both;
	height:24px;
	overflow: hidden;
	color: #8c8c8c;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	border-top: 1px solid #e4e4e4;
	padding-top: 20px;
}
.textImg2 dd .divR .divT3{
	width: 50px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	text-align: center;
	background: #0063e8;
	color: #ffffff;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
	margin-top: 28px;
}
.textImg2 dd:hover .divR .divT3{background: #0f7fe6}
/*全文列表*/
.textList dd{
	clear: both;
	overflow: hidden;
	margin-bottom: 22px;
}
.textList dd a{
	display: block;
	overflow:hidden;
	padding: 30px;
	background: #fcfcfc;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.textList dd a:hover{background: #268ded}
.textList dd a .day{
	width: 145px;
	overflow: hidden;
}
.textList dd a .day .divT1{
	clear: both;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	text-align: right;
	color: #666666;
	font-size: 30px;
	margin-top: 15px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.textList dd a:hover .day .divT1{color:#fff}
.textList dd a .day .divT2{
	clear: both;
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	text-align: right;
	color: #999999;
	font-size: 14px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.textList dd a:hover .day .divT2{color:#fff}
.textList dd a .divText{
	overflow: hidden;
}
.textList dd a .divText .divT{
	clear: both;
	height: 32px;
	overflow:hidden;
	line-height: 32px;
	color: #333333;
	font-size: 18px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.textList dd a:hover .divText .divT{color:#fff}
.textList dd a .divText .txt{
	clear: both;
	height: 44px;
	overflow: hidden;
	color: #666666;
	line-height: 22px;
	margin-top: 10px;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: linear;
}
.textList dd a:hover .divText .txt{color:#fff}
/*在线预约*/
.rstDl dd{
	clear: both;
}
.rstDl dd .divT{
	float: left;
	width: 105px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	font-size: 14px;
	color: #a3a3a3;
	text-align: right;
}
.rstDl dd .inputT{
	float: left;
	width: 328px;
	padding: 0 5px;
	height: 38px;
	border: 1px solid #e5e5e5;
	background: none;
	line-height: 38px;
	font-family: "microsoft yahei";
	color: #666;
}
.rstDl dd textarea{
	float: left;
	width:753px;
	padding:5px;
	height:180px;
	border: 1px solid #e5e5e5;
	background: none;
	line-height:24px;
	font-family: "microsoft yahei";
	color: #666;
}
.rstDl dd .code{
	padding-left: 5px;
	overflow: hidden;
	height: 40px;
	cursor: pointer;
}
.rstDl dd .code img{
	float: left;
	width: 85px;
	height: 40px;
}
.rstDl dd .code span{
	display: inline;
	float: left;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #acacac;
	font-size: 14px;
	padding-left: 5px;
	text-decoration: underline;
}
.rstDl dd .code:hover span{color: #0f7fe6}
.rstDl dd .bt{
	display: block;
	width: 136px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #0f7fe6;
	font-size: 14px;
	color: #fff;
	margin-left: 105px;
}
.rstDl dd .bt:hover{opacity: 0.9}
/**/
.prctBox{
	clear: both;
	overflow: hidden;
}
.prctBoxL{
	width: 405px;
	height: 240px;
	overflow: hidden;
	margin-right: 28px;
}
.prctBoxL img{
	display: block;
	width: 405px;
	height: 240px;
}
.prctBoxR{
	overflow: hidden;
}
.prctBoxR .divT{
	clear: both;
	height: 62px;
	line-height: 55px;
	border-bottom: 1px solid #e4e4e4;
	font-size: 16px;
	color: #4c4c4c;
}
.prctBoxR .txt{
	clear: both;
	height: 150px;
	overflow: hidden;
	font-size: 14px;
	color: #777777;
	line-height: 30px;
	margin-top: 20px;
}
.prctBoxView{
	clear: both;
	overflow:hidden;
	line-height: 30px;
	color: #666;
	font-size: 14px;
}
.prctBoxView img{max-width: 100%}
/*招聘*/
.rmtDl dt{
	clear: both;
	height: 48px;
	background: #0079d6;
	overflow: hidden;
}
.rmtDl dt span{
	float: left;
	overflow: hidden;
	width: 25%;
	height: 48px;
	text-align: center;
	color: #f7f7f7;
	font-size: 16px;
	line-height: 48px;
}
.rmtDl dt span i{
	display: block;
	font-style: normal;
	padding-left:20px
}
.rmtDl dd .divT{
	clear: both;
	height:50px;
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
}
.rmtDl dd .divT span{
	float: left;
	overflow: hidden;
	width: 25%;
	height: 50px;
	text-align: center;
	color: #989898;
	font-size: 14px;
	line-height: 50px;
}
.rmtDl dd .divT span em{
	display: block;
	font-style: normal;
	padding-left:20px
	
}
.rmtDl dd .divT span .bt{
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-right: 25px;
	cursor: pointer;
	font-style: normal;
	background-image: url(../images/icon20.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.rmtDl dd .divT span .bt.bg{background-image: url(../images/icon21.png)}
.rmtDl dd .ddBox{
	clear: both;
	overflow: hidden;
	color: #666666;
	font-size: 15px;
	line-height: 34px;
	padding:10px 0;
	padding-left: 55px;
	border-bottom: 1px solid #e3e3e3;
	display: none;
}
.rmtDl dd .ddBox img{max-width:100%}
.rmtBox2{
	clear: both;
	height: 34px;
	line-height: 34px;
	color: #ff0000;
	font-size: 14px;
	padding-left: 55px;
}
/*招聘*/
.courseL{
	width: 250px;
	height: 820px;
	overflow:hidden;
}
.courseDl{
	position: relative;
	width: 210px;
	overflow: hidden;
	background-image: url(../images/crBg.jpg);
	background-repeat: repeat-y;
	background-position:33px top;
	padding-bottom:530px
}
.courseDl dd{
	display: block;
	clear: both;
	overflow: hidden;
}
.courseDl dd span{
	display: block;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	font-size: 22px;
	font-weight: bold;
	color: #0079d6;
	padding-left: 44px;
	background-image: url(../images/crIcon1.png);
	background-repeat:no-repeat;
	background-position:left center;
	cursor:pointer;
}
.courseDl dd.hover span{background-image: url(../images/crIcon2.png)}
.courseDl dd.dd1 span{margin:98px 0 0 26px;}
.courseDl dd.dd2 span{margin:122px 0 0 42px;}
.courseDl dd.dd3 span{margin:145px 0 0 48px;}
.courseDl dd.dd4 span{margin:145px 0 0 32px;}
.courseR{
	overflow: hidden;
	width: 545px;
	height: 772px;
	overflow:hidden;
	padding-left: 53px;
	border-left:1px solid #bce2ff;
	margin-top:30px;
	margin-right: 50px;
}
.courseRBox{
	width: 545px;
	height: 772px;
	overflow:hidden;
}
.courseRC{
	height: 772px;
	overflow:hidden;
	position: relative;
}
.courseBox{
	float: left;
	overflow: hidden;
	width: 545px;
	height: 772px;
	margin-right:20px;
}
.courseBoxC{
	width: 545px;
	height: 772px;
	overflow: hidden;
	overflow-y: auto;
	padding-right: 6px;
}
.courseBoxC .divT{
	clear: both;
	height: 46px;
	overflow: hidden;
	color:#0079d6;
	font-size: 22px;
	line-height: 46px;
}
.courseBoxC .txt{
	clear: both;
	overflow:hidden;
	color: #777777;
	font-size: 18px;
	line-height: 36px;
}
.courseBoxC .txt img{max-width:100%}
/*联系我们*/
.mapBox{
	width: 930px;
	height: 500px;
	overflow: hidden;
}
.ctsT1{
	clear: both;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #333333;
	font-size: 26px;
}
.ctsT2{
	clear: both;
	height:24px;
	overflow: hidden;
	line-height: 24px;
	color: #888888;
	font-size:14px;
}
.ctsTxt{
	clear: both;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	line-height:35px;
}