@charset "utf-8";

/* Base Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, figure, figcaption, code, del, dfn, em, button, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tf, tr, th {
  border: 0px;
  padding: 0px;
  font-size: 100%;
  margin: 0px;
  font-family: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
  word-break: break-word;
  }


/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section 
{
	display: block;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.logo-rb input {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear{
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}
.db{display: block !important;}
.dn{display: none !important;}
.mb0{margin-bottom: 0 !important;}
/******************************************************************************************************************************************/

/**布局开始**/

body {
	background:#fff;
}

body,
p {
	font: 14px/1 "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
	color: #3c3c3c;
}

a {
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper .inner {
	/**页面全局宽度**/
	width: 1300px;
	margin: 0 auto;
}

/*新闻列表*/
.post {
	
}
.post .banner {
	margin: 0 auto;
	line-height: 38px;
	border-bottom: 1px solid #e8e8e8;
	height: 40px;
	box-sizing: border-box;
}
.post .banner .title {
	font-size: 18px;
	float: left;
	display: block;
	text-align: center;
	color: #1495e6;
	border-bottom: 2px solid #1495e6;
	/* height: 36px; */
	box-sizing: border-box;
	font-weight: bold;
	padding-left: 30px;
}

.post .more-btn {
	float: right;
	display: block;
	text-align: center;
	color: #888888;
}
.post .con {
	padding:15px 0 0 0;
	margin:0 auto;
}
.post .news-list .news {
	overflow: hidden;
	display: block;
	line-height: 34px;
	background: url(images/li_dian.png) left center no-repeat;
	padding-left: 10px;
}
.post .news-list .news .lmbt{float: left;color: #1495e6;}
.post .news-list .news .news-title {
	width: calc(100% - 102px);
	display: block;
	float: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.post .news-list .news .news-date {
	display: block;
	float: right;
	font-size: 12px;
	color: #666666;
}


/*头部*/

#header {background:url(images/logo_bg.png) center top repeat-x;position: fixed;z-index: 10;top: 0;}
#header .inner {height: 120px;}

.logo {
	width: 306px;
	float: left;
	background-color: #0574d0;
}
.logo > a {display: block;}
.logo > a img{display: block;}
.logo a.index {
	width: 300px;
	height: 48px;
	float: left;
}
.lang {
	/* width: 100%; */
	height: 38px;
	float: left;
	margin-left: 60px;
	margin-bottom: 2px;
	padding-left: 10px;
	border-left: 1px solid #ffffff;
	/* background-color: #0574d0; */
	display: none;
}
.lang span {
	font-size: 12px;
	line-height: 19px;
	color: #ffffff;
	float: left;
	width: 220px;
	height: 19px;
}
.lang span a {
	padding-left: 14px;
	height: 19px;
	float: left;
	background: url(images/lang_select_bg.png) no-repeat 0 0;
	font-size: 12px;
	line-height: 19px;
	margin-right: 10px;
	cursor: pointer;
	color: #ffffff;
	font-weight: 700;
} 
.lang span a:hover {
	color: #FFEDC5;
}
.lang span a.lang_selected {
	background-position: 0 -20px;
	color: #FFEDC5;
}
.top-links {
	width: 994px;
	float: left;
}

.animate-area {
	width: 710px;
	height: 50px;
	position: absolute;
	z-index: 100;
}
.aa-content {
	width: 100%;
	float: left;
	display: none;
	padding: 10px 0;
	background: #1e4e95;
}
.aa-content a {
	float: left;
	height: 25px;
	color: #ffffff;
	/* padding: 0 0 0 8px; */
	font-size: 12px;
	line-height: 25px;
	/* min-width: 80px; */
	width: 33%;
	text-align: center;
}
.aa-content a:hover {
	color: #593939;
}
.aa-content div.two {
	float: left;
	height: 20px;
	color: #FFECC5;
	padding: 0 0 0 8px;
	font-size: 12px;
	line-height: 20px;
	min-width: 80px;
}
.aa-content div.two a {
	float: left;
	height: 20px;
	color: #FFECC5;
	font-size: 12px;
	line-height: 20px;
        min-width: 5px;
        padding:0;
        text-align:center;
}
.aa-content div.two a:hover {
	color: #593939;
}
.aa-content-en {
	width: 275px;
	float: left;
	display: none;
	padding: 10px 10px 10px 15px;
}
.aa-content-en a {
	float: left;
	height: 20px;
	color: #FFECC5;
	font-size: 12px;
	line-height: 20px;
	width: 230px;
    padding-left:20px;
}
.aa-content-en a:hover {
	color: #593939;
}
.sum, .sum-en {
	float: left;
	width: 25%;
	height: 50px;
}
.sum span {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	/* text-indent: -100000px; */
	background: #1e4e95;
}
.sum-en span {
	float: left;
	width: 300px;
	height: 36px;
	text-indent: -100000px;
	background: url(images/summ_en.png) no-repeat 0 0;
}
.deps, .deps-en {
	width: 25%;
	float: left;
	height: 50px;
}
.deps span {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    /* text-indent: -100000px; */
    background: #0465c2;
}
.deps-en span {
	float: left;
	width: 300px;
	height: 36px;
	text-indent: -100000px;
	
}

.serv, .serv-en {
	width: 25%;
	float: left;
	height: 50px;
}
.serv span {float: left;width: 100%;height: 50px;line-height: 50px;color: #ffffff;text-align: center;font-size: 15px;/* text-indent: -100000px; */background: #0583dd;}
.serv-en span {
	float: left;
	width: 300px;
	height: 36px;
	text-indent: -100000px;
	
}

.xzzq, .xzzq-en {
	width: 25%;
	float: left;
	height: 50px;
}
.xzzq span {float: left;width: 100%;height: 50px;line-height: 50px;color: #ffffff;text-align: center;font-size: 15px;/* text-indent: -100000px; */background: #0da7ee;}
.xzzq-en span {
	float: left;
	width: 300px;
	height: 36px;
	text-indent: -100000px;
	
}


.visitruc-en {
	width: 200px;
	float: left;
	height: 36px;
}
.visitruc-en span {
	float: left;
	width: 300px;
	height: 36px;
	text-indent: -100000px;
	
}
.changebg {
	background-position: 0 -36px !important;
}
.links {
	width: 284px;
	float: right;
	height: 50px;
	background: #cce3f4;
}
.links a {
	font-size: 12px;
	line-height: 50px;
	/* color: #593939; */
	float: left;
	/* margin: 0 22px; */
	height: 50px;
	width: 24%;
	text-align: center;
}
.links a:hover {
	text-decoration: underline;
}
.links a.bord {
	font-weight: 700;
}
.links a.link2tv {
	width:30px;
	background:url(images/tv.png) 0 0 no-repeat;
}
.links a.link2tv:hover {
	background:url(images/tv.png) 0 -36px no-repeat;
}
.links span {
	float: left;
	/* color: #593939; */
	font-size: 12px;
	line-height: 50px;
}
.searchbox {
	/* width: 200px; */
	/* height: 50px; */
	float: left;
	display: none;
	background-color: #cce3f4;
	padding: 10px 42px;
}
.searchbox-en {
	height: 30px;
        padding: 6px 45px 0px 54px;
}
.searchbox input.inputtext {
	width: 162px;
	height: 23px;
	float: left;
	border: none;
	padding: 0 30px 0 5px;
	/* background: url(images/searchbox_bg.png) no-repeat 0 0; */
	color: #AB8A6C;
	font-size: 14px;
	line-height: 24px;
border: 1px solid #AB8A6C;}
.searchbox input.submit {
	float: left;
	width: 24px;
	height: 24px;
	margin-left: -24px;
	 background: url(images/searchbox.png) no-repeat 0 0;
}
.searchbox input:focus {
	background-position: 0 -24px;
	color: #593939;
}

.focusonsinaweibo {
	width: 95px;
	height: 20px;
	float: right;
	margin-top: 60px;
}
a.weibo-link {
	width: 95px;
	height: 20px;
	
	float: left;
}
a.weibo-link:hover {
	background-position: 0px -20px;
}




.bb{ color: #FFFFFF; text-align: right;line-height: 20px;}
.bb a{ font-size: 16px; color: #FFFFFF;}

.ss{
	/* height: 24px; */
	margin-top: 25px;
	
	float: right;
}

.ssk {
	float: left;
	width: 0px;
	height: 34px;
	padding: 0;
	margin: 0;
	border: 0;
	background: #FFFFFF;
	width: 226px;
	text-indent: 10px;
	border-radius:5px 0 0 5px;
}

.ss_btn {
	width: 34px;
	height: 34px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: 0;
	background:url(images/ss_btn.png) center center no-repeat #e89615;
	border: 1px solid #FFFFFF;
	border-radius:0 5px 5px 0;
}


/*导航*/
#nav {background: rgba(0, 0, 0, .4);position: absolute;top: 130px;z-index: 999;}
.nav {height: 46px;}
.navList{width:100%;overflow:hidden;}
.navList > li{float:left;width: 10%;height:100%;line-height:46px;font-size:16px;background: url(images/nav_li_bg.png) right center no-repeat;}
.navList li a{display:block;text-align:center;color: #FFFFFF;}
.navList li a:hover{background: url(images/nav_li_bg.png) right center no-repeat rgba(0, 0, 0, .4);}

.navList .subnav{z-index: 100;position: relative;display: none;}
.navList .subnav li{background: rgba(0, 0, 0, 0.4);}
.navList .subnav a{ background: none;line-height: 36px; font-size: 14px; color: #FFFFFF;}

/*汉堡包样式*/
.navBtns{position: absolute; right:0; bottom:0;width:30px;height:30px;background: url(images/menu-button-bg.png) no-repeat center center; background-size: 60% 60%; display:none; }
/*--------------------------- welcome ----------------------------*/
.welcome{width:100%;height:100%;background:#fff;z-index:200;}
.welBox{}
.welList a{font:20px/1em "微软雅黑";color:#333;display:block;text-align: center;padding:15px 0;}
.welList a:hover{color:#EF3333;background:#ccc;}
.comeList{width:100%;display:none;}
.comeList a{font:16px/1em "微软雅黑";display:block;padding:10px 0;}



/*大图*/
#dt .inner{width: 100%;overflow: hidden;padding: 0;}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  position: relative;
  float: left;
  width: 100%;
  }
.slbanner{display: block;
  position: relative;
  list-style: none;
  width: 100%;
height:308px;
  padding: 0;
  margin: 0;margin-top: 50px;
  }
.slbanner .hd{position: absolute;
  width: 100%;
  left: 0;
  bottom:30px;z-index: 9;}
.slbanner .hd ul{width:100%; text-align:center;}
.slbanner .hd ul li{display:inline-block;width:10px;height:10px;margin-left:5px;border-radius:10px;border:1px solid #FFF;position:relative;}
.slbanner .hd ul li.on{background:#0574d0;}
.slbanner .bd{ position:relative;float:left; width:100%;}
.slbanner .bd ul{float:left;width: 100% !important;}
.slbanner .bd ul li{position:relative !important;float:left;width: 100%;}
.slbanner .bd ul li img{display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;}
.slbanner .prev{position: absolute; top:0;  left: 0; width:50px; height:100%;
	background: url(images/datu_l.png) no-repeat left center;}
.slbanner .next{position: absolute; top:0;right: 0; width:50px; height:100%;
  background: url(images/datu_r.png) no-repeat right center;}
.slide_pic{
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 350px;
  padding: 0;
  margin: 0;
  }
.slide_pic .hd{position: absolute;
  width: 60px;
  right:10px;
  bottom:20px;z-index: 9;}
.slide_pic .hd ul{width:100%; text-align:center;}
.slide_pic .hd ul li{display:inline-block;width:10px;height:10px;margin-left:5px;border-radius:10px;border:1px solid #FFF;position:relative;}
.slide_pic .hd ul li.on{background:#0574d0;}
.slide_pic .bd{ position: relative;float:left; width:100%;}
.slide_pic .bd ul{float: left;width: 100% !important;}
.slide_pic .bd ul li{float: left;width: 100% !important;height: 350px;}
.slide_pic .bd ul li .bt{z-index:100;position: absolute;left: 0;bottom:0;z-index: 22;display: block;color: #FFFFFF;font-size: 16px;text-align: left;line-height: 50px;background: rgba(51,51,51,0.5);width: 100%;text-indent: 10px;}
.slide_pic .bd ul li img{
  display: block;
  position: relative;
  z-index: 1;
  /* height: auto; */
  width: 100%;
  border: 0;
  }
.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }
 

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 65px;
  width: 34px;
  margin-top: -30px;
  }
  
.slide_nav:active {
  opacity: 1.0;
  }
  
.slide_nav.prev {
	left: 0;
	background: url(images/datu_l.png) no-repeat center center;
}

.slide_nav.next {
  right: 0;
  background: url(images/datu_r.png) no-repeat center center;
}
  
.slide1_tabs{position:absolute;bottom:30px;right: 50%;z-index:100;text-align: center;}
.slide2_tabs{position:absolute; right:10px;bottom:8px;z-index:100; text-align: center;}
.slide1_tabs li,.slide2_tabs li{display:inline-block;width:10px;height:10px;margin-left:5px;border-radius:10px;border:1px solid #FFF;position:relative;}
.slide1_tabs li a,.slide2_tabs li a{display:inline-block;width:10px;height:10px;border-radius:10px;position:absolute; left:0; z-index:1000; color:rgba(100,200,300,0);color:transparent;}
.slide1_tabs li.slide_here a,.slide2_tabs li.slide_here a{background:#0574d0;}
.slide li  .bt{z-index:100;position: absolute;left: 0;bottom:0;display: block;color: #FFFFFF;font-size: 16px;text-align: left;line-height: 50px;background: rgba(51,51,51,0.5);width: 100%;text-indent: 10px;}

#slider1 li img {
    height: 350px;
}

/*选项卡*/
.tab{border: 4px solid #0574d0;overflow: hidden;}
.tab2{overflow: hidden;}
/* tabbtn */
.tabbtn,.tab2 .hd{
	/* height: 30px; */
	width: 170px;
	float: left;
	
	/* border-left: solid 1px #ddd; */
	/* border-right: solid 1px #ddd; */
}
.tab2 .hd{width:70px;}
.tabbtn li,.tab2 .hd ul li{
	/* float: left; */
	/* position: relative; */
	/* margin: 0 0 0 -1px; */
	background: #0574d0;
}
.mod3l{width: 680px;float: left;}
.mod3r{width: 550px;float: right;}
ul#normaltab1{width: auto;}
ul#normaltab1 li,.tab2 .hd ul li{width: 70px;height: 175px;}
ul#normaltab1  li a,.tab2 .hd ul li a{
    height: auto;
    line-height: 22px;
    text-indent: 0;
    border-bottom: 0;
    padding: 60px 25px 21px;
    border: 3px solid #0574d0;
}
div#normaltab1{}
#normaltab1 .sublist{}#normaltab1 li.t1.current a, .tab2 .hd ul .t1.on a{background: url(images/tab6h.png) 22px 25px no-repeat !important;}
#normaltab1 li.t2.current a,.tab2 .hd ul li.t2.on a{    background: url(images/tab7h.png) 22px 25px no-repeat !important;}
#normaltab1 .t1 a,.tab2 .hd ul li.t1 a{background: url(images/tab6.png) 22px 25px no-repeat;}
#normaltab1 .t2 a,.tab2 .hd ul li.t2 a{background: url(images/tab7.png) 22px 25px no-repeat;}

#normalcon1{width: 610px;}
#normalcon1 .sublist{
    padding: 0 0 0 30px;
    height: 350px;
    background: #ffffff;
}
.tabbtn li a,.tab2 .hd ul li a {
	display: block;
	/* float: left; */
	height: 90px;
	line-height: 90px;
	/* overflow: hidden; */
	/* width: 108px; */
	/* background: #0574d0; */
	color: #ffffff;
	text-indent: 70px;
	font-size: 20px;
	cursor: pointer;
	border-bottom: 1px solid #004883;
}

.tabbtn li.current,.tab .hd ul li.on,.tab2 .hd ul li.on{
	/* border-left: solid 1px #d5d5d5; */
	/* border-right: solid 1px #d5d5d5; */
	/* border-top: solid 1px #c5c5c5; */
	background:#eaf3f9;
}

.mod3l .tabbtn li.current,.tab .hd ul li.on,.tab2 .hd ul li.on{
	/* border-left: solid 1px #d5d5d5; */
	/* border-right: solid 1px #d5d5d5; */
	/* border-top: solid 1px #c5c5c5; */
	background: url(images/xz.png) right center no-repeat #eaf3f9;
}

.tabbtn li.current a,.tab .hd ul li.on a,.tab2 .hd ul li.on a{
	/* border-top: solid 2px #ff6600; */
	/* height: 27px; */
	/* line-height: 27px; */
	/* background: #eaf3f9; */
	color: #0574d0;
	/* font-weight: 800; */
}

/* tabcon */
.tabcon {
	/* border-width: 0 1px 1px 1px; */
	/* border-color: #ddd; */
	/* border-style: solid; */
	/* position: relative; */
	/*必要元素*/
	/* height: 180px; */
	/* overflow: hidden; */
	float: left;
	width: 1092px;
	/* height: 455px; */
	background: #eaf3f9;
}

.tabcon .subbox {
	position: absolute;
	/*必要元素*/
	left: 0;
	top: 0;
}

.tabcon .sublist {
	padding: 30px 40px;
	height: 395px;
	overflow: hidden;
	background: url(images/xx.png) 40px 75px no-repeat;
}

.tabbtn .t1 a{background: url(images/tab1.png) 30px center no-repeat;}
.tabbtn .t2 a{background: url(images/tab2.png) 30px center no-repeat;}
.tabbtn .t3 a{background: url(images/tab3.png) 30px center no-repeat;}
.tabbtn .t4 a{background: url(images/tab4.png) 30px center no-repeat;}
.tabbtn .t5 a{background: url(images/tab5.png) 30px center no-repeat;}

.tabbtn li.t1.current a,.tab .hd ul li.t1.on a{background: url(images/tab1h.png) 30px center no-repeat;}
.tabbtn li.t2.current a,.tab .hd ul li.t2.on a{background: url(images/tab2h.png) 30px center no-repeat;}
.tabbtn li.t3.current a,.tab .hd ul li.t3.on a{background: url(images/tab3h.png) 30px center no-repeat;}
.tabbtn li.t4.current a,.tab .hd ul li.t4.on a{background: url(images/tab4h.png) 30px center no-repeat;}
.tabbtn li.t5.current a,.tab .hd ul li.t5.on a{background: url(images/tab5h.png) 30px center no-repeat;}

/*中间*/
#mod{background: url(images/mod_bg.png) center top;}
.mod1{padding: 15px;height: auto;overflow: hidden;background: #ffffff;}
.col_4{width: 25%;float: left;}
.col_3{width: 27%;margin: 0 3.1%;float: left;}
.col_2{width: 50%;float: left;}
.col_1{width: 100%;float: left;}
.yuan{
    background: url(img/rsdak.png) center top no-repeat;
    /* height: 180px; */
    text-align: center;
    padding-top: 100px;
    font-size: 24px;
    line-height: 30px;
    /*color: #8d1607;*/
    display: block;
}
.kj .yuan{background: url(images/kjda.png) center top no-repeat;}
.rz .yuan{background: url(images/darz.png) center top no-repeat;}
.rs .yuan{background: url(images/rsda.png) center top no-repeat;}
.ws .yuan{background: url(images/wsda.png) center top no-repeat;}
.gd .yuan{background: url(images/dagd.png) center top no-repeat;}
.lg .yuan{background: url(images/lgbg.png) center top no-repeat;}

.fwsj1 .yuan{background: url(images/fwsj1.png) center top no-repeat;}
.fwsj2 .yuan{background: url(images/fwsj2.png) center top no-repeat;}
.fwsj3 .yuan{background: url(images/fwsj3.png) center top no-repeat;}

.lb{display: block;/* max-width: 212px; */margin: 0 auto;}
.lb li{
    /* min-height: 50px; */
    overflow: hidden;
    display: block;
    line-height: 30px;
    padding: 6px 20px;
    /* padding-top:10px; */
    background: url(images/lb_icon.png) no-repeat 5px center;
    /* padding-left: 15px; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    }
.lb li a{ color: #333; font-size:16px;  }

.mod2{
	padding: 15px;
	/* border: 4px solid #0574d0; */
	height: auto;
	overflow: hidden;
	background: #ffffff;
}
.mod2 .col_3 {
    width: 32%;
    margin: 0 .66%;
}
/*手风琴*/
	/* UNLESS YOU KNOW WHAT YOU'RE DOING, DO NOT CHANGE THE FOLLOWING RULES */

.easy-accordion {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0
}

.easy-accordion dt,
.easy-accordion dd {
	margin: 0;
	padding: 0
}

.easy-accordion dt,
.easy-accordion dd {
	position: absolute
}

.easy-accordion dt {
	margin-bottom: 0;
	margin-left: 0;
	z-index: 5;
	/* Safari */
	/* -webkit-transform: rotate(-90deg); */
	/* Firefox */
	-moz-transform: rotate(-90deg);
	-moz-transform-origin: 20px 0px;
	cursor: pointer;
	-o-transform: rotate(-90deg);
	/*opera*/
}

.easy-accordion dd {
	z-index: 1;
	opacity: 0;
	overflow: hidden
}

.easy-accordion dd.active {
	opacity: 1;
}

.easy-accordion dd.no-more-active {
	z-index: 2;
	opacity: 1
}

.easy-accordion dd.active {
	z-index: 3
}

.easy-accordion dd.plus {
	z-index: 4
}

.easy-accordion .slide-number {
	position: absolute;
	bottom: 0;
	left: 10px;
	font-weight: normal;
	font-size: 1.1em;
	/* Safari */
	-webkit-transform: rotate(90deg);
	/* Firefox */
	-moz-transform: rotate(90deg);
}
#accordion-3 {
	/* width: 700px; */
	/* height: 195px; */
	/* padding: 30px; */
	background: #fff;
	border: 4px solid #0574d0;
	/* border: 1px solid #b5c9e8; */
}

#accordion-3 h2 {
	font-size: 2.5em;
	margin-top: 10px
}

#accordion-3 dl {
	/* width: 700px; */
	height: 270px;
}

#accordion-3 dt {
	height: 260px;
	width: 70px;
	/* line-height: 44px; */
	/* text-align: right; */
	/* padding: 10px 15px 0 0; */
	font-size: 0;
	/* font-weight: bold; */
	/* font-family: Tahoma, Geneva, sans-serif; */
	/* text-transform: uppercase; */
	/* letter-spacing: 1px; */
	
	/* color: #26526c; */
}

#accordion-3 dt.active {
	/* cursor: pointer; */
	/* color: #fff; */
	
}

#accordion-3 dt.hover {
	/*color: #68889b;*/
}

#accordion-3 dt.active.hover {
	/*color: #fff*/
}

#accordion-3 dd {
	/* padding: 25px; */
	padding: 30px 40px;
	background: url(images/xx.png) 40px 75px no-repeat #eaf3f9;
	/* border: 1px solid #000000; */
	/* border-left: 0; */
	/* margin-right: 3px */
}

#accordion-3 .slide-number {
	color: #68889b;
	left: 13px;
	font-weight: bold
}

#accordion-3 .active .slide-number {
	color: #fff
}

#accordion-3 a {
	color: #68889b
}

#accordion-3 dd img {
	float: right;
	margin: 0 0 0 30px;
	position: relative;
	top: -20px
}

.sfq1{background: url(images/sfq1.png) left top no-repeat;}
.sfq2{background: url(images/sfq2.png) left top no-repeat;}

dt.sfq1.active{background: url(images/sfq1h.png) left top no-repeat;}
dt.sfq2.active{background: url(images/sfq2h.png) left top no-repeat;}

#accordion-3 dd .yuan{padding-top:90px;}
#accordion-3 dd .lb li{padding: 0;background: none;text-align: center;}
#accordion-3 .dd2 .lb li {
    text-align: left;
}




.news-list li{overflow:hidden;padding: 17.5px 0;/* border-bottom: 1px solid #eaeaea; */}
.news-list li *{display: block;/* float: left; */}
.news-list li .sj {float: left;padding-right: 3px;border-right: 1px solid #0574d0;}
.news-list li .dd{width: 66px;height: 40px;line-height: 40px;text-align: right;/* background: #0066cc; */color: #0574d0;/* border-radius: 5px 5px 0 0; */font-size: 36px;/* font-weight: bold; */}
.news-list li .mm{width: 66px;height: 20px;/* border: 1px solid #1094e8; */line-height: 20px;text-align: right;color: #0574d0;/* background: #06c; *//* border-radius: 0 0 5px 5px; */font-size: 16px;}
.news-list li .bt{/* float: left; *//* width: calc(100% - 85px); *//* margin-left: 15px; *//* line-height: 33px; */font-size: 18px;/* overflow: hidden; *//* text-overflow: ellipsis; *//* white-space: nowrap; *//* text-align: left; */}
.xx { float: left;    width: calc(100% - 85px);    margin-left: 15px;    line-height: 33px;    /* font-size: 18px; */}
.news-list li .jj {    font-size: 14px;    line-height: 24px;}
.mod3.clearfix {padding: 15px;background: #ffffff;}
.mod4 {padding: 15px;background: #ffffff;}

/* 本例子css */
.picScroll-left{ width:1270px;overflow:hidden; position:relative;}
.picScroll-left .bd{ }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 6px; float:left; _display:inline; overflow:hidden; text-align:center; position: relative;}
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:244px; height:166px; display:block; }
.picScroll-left .bd ul li .pic a:hover img{ transform: scale(1.1);transition:all .4s; }
.picScroll-left .bd ul li .title{display: block;line-height:35px;/* background:rgba(5,116,208,.6); */color: #000000;/* position: absolute; *//* bottom: 0; *//* left: 0; */font-size: 16px;width: 100%;text-align: center;}



.mod5{background: #0574d0;border-top: 5px solid #424242;padding: 15px;}

.mod5l{float: left;width: 480px;}
.mod5l ul{margin: 0 auto;overflow: hidden;}
.mod5l ul li{/* width: 33.33%; *//* float: left; */}
.mod5l ul .li1{float: none;width: 100%;}
.mod5l ul li span{display: block;color: #FFFFFF;line-height: 34px;}

.mod5m{float: left;width: 300px;}
.mod5m *{display: block;}
.mod5m ul li{
    float: left;
    margin-right: 20px;
}
.mod5m ul .tu img{margin: 0 auto;width: 100px;}
.mod5m ul .bt{text-align: center;color: #FFFFFF;line-height: 40px;}

.mod5r{float: right;width: 350px;overflow: hidden;}
.mod5r ul{width: 50%;float: left;}
.mod5r ul li{}
.mod5r ul li a{display: block;color: #FFFFFF;line-height: 27px;}

.mod5 .tit{font-size: 16px;color: #FFFFFF;line-height: 50px;float: none;width: 100%;}

#mod5{background: #0574d0;border-top: 5px solid #424242;}
#mod5 .mod5{background:none;border-top: none;}

/*页脚*/
#footer{background: #055496;}
.foot {background: #055496;padding: 15px 0;}
.copyright{line-height: 30px;color: #fff;text-align: center;/* font-size: 16px; */}

/*二维码*/
.ewm{position: relative;overflow: hidden;padding: 11px 0;}
.ewm .tp{ float: left; text-align: center;width: 33.33%;}
.ewm .tp img{margin: 0 auto;}
.ewm .tp a{display: block;color: #333333;font-size: 12px;line-height: 20px;}

/*列表页*/
#listdt .inner{ width: 100%;overflow: hidden;}
div#container {
    background: url(images/container_bg.png)center bottom no-repeat #eaf1f4;
}
.col {
	padding: 0 0 40px 0;
	/* background-color:#FFF; */
}

.col-menu { /**列表页左侧栏目**/
	width: 300px;
	float:left;
	/* margin-top:-102px; */
	/* z-index: 100; */
	/* position: relative; */
} 
.col-menu-head {/*列表头部*/
	width: 100%;
	font-size: 24px;
	background: #0574d0;
	color: #fff;
	display: block;
	line-height: 70px;
	text-align: center;
	/* text-indent: 20px; */
	/* border-bottom:2px solid #00427f; */
	/* font-weight: bold; */
}

/*多级栏目列表*/
 .listcolumn { }
 .listcolumn .column-1{}
 .listcolumn .column-1 a {font-weight: 100;color: #0574d0;background: url(images/icon_blue.png) center center no-repeat #d9e9ef;/* text-indent:20px; */text-align: center;display: block;height: 59px;line-height: 59px;font-size: 18px;border-bottom: 1px solid #b7d0e4;} 	/**一级子栏目及图标**/
.listcolumn .column-1 a:hover,.listcolumn .column-1 a.selected {color: #0574d0;} 	/**鼠标经过或选中一级子栏目**/
.wp_subcolumn{ margin-top: 2px;}
.listcolumn .column-1 .wp_subcolumn .column-1-1 a{ height: 26px; line-height: 26px; font-size: 16px;}


.col-news { /**列表页右侧新闻**/
	width: 940px;
	float:right;
} 
.col-news-head {
	margin: 0px;
	border-bottom: 1px solid #b7d0e4;
}

.col-list{padding:40px 0;}

span.col-tit {
    display: block;
    font-size: 30px;
    color: #0574d0;
    text-align: center;
    line-height: 70px;
    padding-top: 41px;
    background: url(images/col-tit.png) center top no-repeat;
}
 .col-path { /**当前位置**/
	display:inline-block;
	white-space:nowrap;
	height: 60px;
	line-height: 60px;
	/* text-align: right; */
	float: left;
	padding-left: 30px;
	background: url(images/icon_dz.png) left center no-repeat;
} 
.col-path a {
	color: #999999;
	font-size: 14px;
}

.col-title { /**当前栏目**/
	display:inline-block;
	white-space:nowrap;
	height: 48px;
	line-height: 48px;
	float: left;
	/* display:inline-block; */
	font-size: 18px;
	color: #0084d8;
} 
.col-news-con {
	padding: 0px;
	margin:0px;
}

.col-news-con .jj p {
    LINE-HEIGHT: 180%;
    text-indent: 2em;
    font-size: 14pt;
}

.col-news-con .jj {
    padding: 20px 0;
}

 /**栏目新闻列表**/
.col-news-list {/* padding-top: 20px; */}
.col-news-list  .list_item{display: block;overflow: hidden;padding: 0 0 0 20px;background: url(images/icon_dian.png) left center no-repeat;border-bottom: 1px solid #b7d0e4;}
.col-news-list  .list_item *{display: block;height: 69px;line-height: 69px;font-size: 16px;}
.col-news-list  .list_item .news-title{ float: left; color: #333333;}
.col-news-list  .list_item .news-date{float: right;/* color: #696969; */}
.fenye{margin: 50px 0;}
.fenye table{margin: 0 auto;}
.list-pic img{ width: 100%;}

/*英文列表*/


/*单片标题*/
.dpbt{font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;}

/*图片列表*/
.pic-list{ overflow: hidden; padding-top: 20px;}
.pic-list .pic-news{ width: 20%; height: 250px; float:left; text-align: center;}
.pic-list .pic-news .news-pic img{ margin: 0 auto;border: 2px solid #DDDDDD; display: block;}
.pic-list .pic-news .news-name{ line-height: 30px;}


.pic-list2{ overflow: hidden; padding-top: 20px;}
.pic-list2 .pic-news{ width: 33%; height: 240px; float:left; text-align: center;}
.pic-list2 .pic-news .news-pic img{ margin: 0 auto;display: block;}
.pic-list2 .pic-news .news-name{line-height: 30px;}


/*快速访问*/

.teacher{overflow: hidden; border-bottom: 1px solid #dddddd;}

.teacher h1 {
    line-height: 36px;
    font-size: 18px;
    color: #0574d0;
    text-indent: 10px;
    margin-top: 10px;
}

.teacher_ul {
	overflow: hidden;
    width: 100%;
}

.teacher_ul li {
    float: left;
    padding:20px 30px
}
.teacher_ul li a{ font-size: 16px; color: #666666;}

/*现任领导*/
.xrld{}
.xrld li{ width: 48%; float: left; margin: 1%;}
.xrld li .tu{ display: block; float: left;}
.xrld li .tw{ float: right; width: 60%; padding: 40px 0;}
.xrld li .tw a{ display: block;}
.xrld li .tw .xm{ font-size: 18px;}
.xrld li .tw .zw{ font-size: 16px;color: #0574d0; margin: 20px 0;}
.xrld li .tw .jj{ line-height: 24px;}

/*文章页*/
.wzy .col-news {
    width: 100%;
    float: none;
}
.infobox {
	margin:0px auto;
	/* background-color:#FFF; */
}
.article {/* padding: 0 20px; */    min-height: 500px;
    _height: 500px;}
.article h1.arti_title { /**文章标题**/
	font-family: "Microsoft YaHei";
	text-align:center;
	font-size: 30px;
	color:#333333;
	line-height: 50px;
} 
.article .arti_metas {
	padding:10px 0 20px 0;
	text-align:center;
	border-bottom: 1px dashed #dcdcdc;
	font-size: 16px;
}
.article .arti_metas span { /**文章其他属性**/
	margin:0 5px;
	color: #888888;
} 
.article .read{
padding-top: 20px;
}  
.article .read #vsb_content_2 p {
	line-height: 2.5;
	font-size: 16px;
	color: #000;
}
.article  .read img { /**文章阅读部分图片大小限制**/
	max-width:800px; _width:expression(this.width > 800 ? "800px" : this.width); 
}