@charset "utf-8";
/* Base Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* 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;}
input::-webkit-input-placeholder {
color: #ccc;
}
input::-moz-input-placeholder {
color: #ccc;
}
input::-ms-input-placeholder {
color: #ccc;
}

/******************************************************************************************************************************************/

/**布局开始**/

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: #333333; */
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
}

.wrapper .inner {
	/**页面全局宽度**/
	width: 1200px;
	margin: 0 auto;
}

/*新闻列表*/
.post {
	
}
.post .banner {
	margin: 0 auto;
	line-height: 40px;
	/* padding: 20px 0; */
	/* border-bottom: 1px solid #105c9e; */
}
.post .banner .title {
	font-size: 22px;
	float: left;
	display: block;
	text-align: center;
	padding: 0 30px;
	font-weight: 400;
	color: #ffffff;
}

.post .more-btn {
	float: right;
	display: block;
	text-align: center;
	font-size: 14px;
}
.post .con {
	margin:0 auto;
}
.post .news-list .news {
	overflow: hidden;
	display: block;
	line-height: 34px;
	padding-left: 15px;
	background: url(images/li_dian.png) left center no-repeat;
	border-bottom: 1px #d1d1d1 dotted;
}
.post .news-list .news .news-title {
	display: block;
	float: left;
	width: 74%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: left;

}
.post .news-list .news .news-date {
	display: block;
	float: right;
	font-size: 14px;
	width: 26%;
	text-align: right;
}

#normalcon1 .news1{}
#normalcon1 .news1 .news-title{display: block;width: 75%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: left;float: left;font-size: 18px;font-weight: bold;color: #1C6EB8;line-height: 40px;}
#normalcon1 .news1 .news-date{display: block;float: right;/* font-size: 14px; */width: 25%;text-align: right;color: #1C6EB8;line-height: 40px;}
#normalcon1 .news1 .jj{font-size: 12px;color: #888888;line-height: 22px;}

/*学院新闻*/

/*头部*/
#header {background: #1953d0;}
#header .inner { position: relative;}

.logo {
	position: relative;
	padding: 14px 0;
	overflow: hidden;
}
.logo-l{float: left;/* margin: 14px 0; */}

.logo img {
	max-width: 100%;
	height: auto;
}
.logo-r{float: right;/* width: 580px; */margin: 26px 0;}


.logo-rt .ss{float: right;}

.ss{
	/* height: 24px; */
	/* background: url(images/ss_bg.png) center center no-repeat; */
	/* float: right; */
	/* border: 1px solid #ffffff; */
	/* border-radius: 20px; */
}

.ssk {
	float: left;
	/* width: 0px; */
	height: 38px;
	padding: 0;
	margin: 0;
	border: 1px solid #ffffff;
	color: #ffffff;
	border-right: 0;
	background: #1953d0;
	width: 200px;
	border-radius: 20px 0 0 20px;
	text-indent: 10px;
	transition: all 1s ease .1s;
	-webkit-transition: all 1s ease .1s;
	-moz-transition: all 1s ease .1s;
	-ms-transition: all 1s ease .1s;
	-o-transition: all 1s ease .1s;
}

.ss_btn {
	width: 50px;
	height: 40px;
	cursor: pointer;
	border: 1px solid #ffffff;
	border-left: 0;
	padding: 0;
	margin: 0;
	border-radius: 0 20px 20px 0;
	background: url(images/ss_btn.png) center center no-repeat;
}



/*导航*/
#nav{
    background: #1349bf;
}
.nav {height: 45px;/* position: absolute; *//* z-index: 100; */width: 100%;/* background:url(images/nav_bg.png) left center repeat-x; */}
.navList{width:100%;overflow:hidden;}
.navList > li{float:left;width: 11.11%;}
.navList li a{display:block;text-align:center;height: 100%;font-size: 18px;line-height: 45px;/* font-weight: bold; */color: #ffffff;}
.navList li > a{/* background: url(images/nav_li_bg.png) 90% center no-repeat; */}
.navList li a:hover{background: #0c3896;color: #FFFFFF;}

.navList .subnav{ z-index: 100; position: relative; display: none;}
.navList .subnav li{background:url(images/subnav_bg.png);}
.navList .subnav a{ background: none;line-height: 36px; font-size: 14px; color: #FFFFFF;}

/*汉堡包样式*/
/**aside导航**/
.navi-aside-page {position: fixed;}
.navi-aside-toggle {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;}
.wp-navi-aside {display: none;position: fixed;left: 0;top: 0;bottom: 0;right: 0;z-index: 1000;}
.wp-navi-aside .navi-aside-mask {width: 100%;height: 100%;background: rgba(0,0,0,.1);}
.wp-navi-aside-active {display: block;}
.wp-navi-aside .aside-inner {position: fixed;top: 0;bottom: 0;right: -216px;z-index: 1002;width: 216px;max-width: 100%;background: #252525;overflow-y: auto;-webkit-overflow-scrolling: touch;}
.wp-navi-aside .aside-inner:after {content: "";display: block;position: absolute;top: 0;bottom: 0;right: 0;width: 1px;background: rgba(0,0,0,.6);box-shadow: 0 0 5px 2px rgba(0,0,0,.6);}
.wp-navi-aside .navi-aside-head {margin-top: 0;border-top: 1px solid rgba(0,0,0,.3);background: #333;box-shadow: inset 0 1px 0 rgba(255,255,255,.05);text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.wp-navi-aside .navi-aside-head .navi-aside-title {padding: 7px 10px;font-weight: normal;color: #777;font-size: 14px;}
.wp-navi-aside .navi-aside-wrap {color: #aaa;border-bottom: 1px solid rgba(0,0,0,.3);box-shadow: 0 1px 0 rgba(255,255,255,.05);}
.wp-navi-aside .navi-aside-wrap li {position: relative;}
.wp-navi-aside .navi-aside-wrap li span {display: none;}
.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {display: block;cursor: pointer;width: 50px;height: 35px;position: absolute;right: 0;top: 0px;color: #f6f6f6;font-size: 14px;background: url(images/nav_li_bg.png) no-repeat center center;}
.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {}
.wp-navi-aside .navi-aside-wrap li a {display: block;text-decoration: none;color: #c7c7c7;font-size: 14px;line-height: 20px;padding: 8px 30px 8px 15px;border-top: 1px solid rgba(0,0,0,.3);box-shadow: inset 0 1px 0 rgba(255,255,255,.05);text-shadow: 0 1px 0 rgba(0,0,0,.5);}
.wp-navi-aside .navi-aside-wrap li a:hover, .wp-navi-aside .navi-aside-wrap li a:focus {background-color: #404040;color: #fff;outline: 0;}
.wp-navi-aside .navi-aside-wrap li .sub-menu {display: none;background-color: #2e2e2e;}
.wp-navi-aside .navi-aside-wrap li .sub-menu li a {padding-left: 20px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {background-color: #333}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {padding-left: 30px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {background-color: #343434;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {padding-left: 40px;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {background-color: #373737;}
.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {padding-left: 50px;}



/*大图*/
#dt .inner{ width: 100%; overflow: hidden;}
.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;

  width: 100%;
  }

.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;
  }
  
#dt .dtxt{width:1200px;position:absolute;left:50%;margin-left:-600px;bottom: 30px;z-index: 999;}
#dt .dtxt a{background: rgba(0,33,76,0.8);color: #FFFFFF;font-size: 20px;padding: 0 30px;line-height: 36px;display: block;float: left;}

.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: 20px;left: 0;right: 0;margin: auto;/* margin-left: -105px; */z-index:100;text-align: center;}
.slide1_tabs li,.slide2_tabs li{display:inline-block;width: 12px;height: 12px;margin-left: 12px;border-radius:10px;/* border:1px solid #FFF; */position:relative;}
.slide1_tabs li a,.slide2_tabs li a{display:inline-block;width: 12px;height: 12px;border-radius: 6px;position:absolute;left:0;z-index:1000;color:rgba(100,200,300,0);color:transparent;background: #ffffff;}
.slide1_tabs li.slide_here a,.slide2_tabs li.slide_here a{background: #0c7bd8;}
  
  
/*选项卡*/
.tab{/* border: 4px solid #0574d0; */overflow: hidden;}
/* tabbtn */
.tabbtn {
	/* height: 30px; */
	width: 15%;
	float: left;
	background:url(images/tabbtn_bg.png) center top no-repeat #1953d0;
	/* border-left: solid 1px #ddd; */
	/* border-right: solid 1px #ddd; */
	padding: 160px 5% 65px;
	height: 275px;
}

.tabbtn li {
	/* float: left; */
	/* position: relative; */
	/* margin: 0 0 0 -1px; */
	/* background: #0574d0; */
	margin: 15px 0;
}

.tabbtn li a {
	display: block;
	/* float: left; */
	height: 50px;
	line-height: 50px;
	/* overflow: hidden; */
	/* width: 180px; */
	/* background: #0574d0; */
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	border-radius: 15px;
	/* border-bottom: 1px solid #004883; */
}

.tabbtn li.current {
	/* border-left: solid 1px #d5d5d5; */
	/* border-right: solid 1px #d5d5d5; */
	/* border-top: solid 1px #c5c5c5; */
	/* background:#eaf3f9; */
}

.mod3l .tabbtn li.current {
	/* 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 {
	/* border-top: solid 2px #ff6600; */
	/* height: 27px; */
	/* line-height: 27px; */
	/* background: #eaf3f9; */
	/* color: #0574d0; */
	/* font-weight: 800; */
	background: #b2d2fc;
}

/* tabcon */
.tabcon {
	/* border-width: 0 1px 1px 1px; */
	/* border-color: #ddd; */
	/* border-style: solid; */
	/* position: relative; */
	/*必要元素*/
	/* height: 180px; */
	/* overflow: hidden; */
	float: left;
	width: 75%;
	/* 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;
}





/*中间*/
#mod0 .inner{width: 100%;}

#mod1{background: url(images/ksbg.png);}
.mod1{padding: 17px 0;}
.mod1 ul{overflow: hidden;}
.mod1 ul li{width: 16.66%;float: left;}
.mod1 ul li .tu{padding: 25.5px 0;display: block;background:url(images/yuan.png) center center no-repeat;}
.mod1 ul li .tu img{margin: 0 auto;display: block;}
.mod1 ul li .bt{text-align: center;line-height: 30px;display: block;font-size: 16px;}


#mod2{/* background: url(images/mod2bg.png) top center; */}
.mod2.clearfix {padding: 35px 0 0;}
.mod2l{width: 20.83%;float: left;}
.mod2m{width: 37.5%;float: left;margin: 0 2.08%;}
.mod2r{width: 37.5%;float: right;}
.zndy{background: #1953d0;padding: 30px 20px;}
.zndy .tit {font-size: 28px;color: #ffffff;background: url(images/zndy_tit.png) left bottom no-repeat;display: block;padding-bottom: 24px;}
.zndy ul{position: relative;background: url(images/znwd1.png) right 60% no-repeat;height: 335px;}
.zndy ul li{position: absolute;width: 60px;}
.zndy ul li *{display: block;}
.zndy ul li .tu{}
.zndy ul li .tu img{    width: 50px;    height: 50px;    margin: auto;}
.zndy ul li .bt{color: #FFFFFF;line-height: 30px;text-align: center;}
.zndy ul .li1{top: 10%; left: 20%;}
.zndy ul .li2{top: 40%;left: 0%;}
.zndy ul .li3{top: 70%;left: 20%;}
.mod2 .post .banner {margin: 0 auto;/* line-height: 40px; *//* padding: 20px 0; *//* border-bottom: 1px solid #105c9e; */padding: 15px 0 115px;}
.mod2 .post .banner .title {background: url(images/post2_titbg.png) left center no-repeat;font-size: 20px;float: left;display: block;text-align: center;padding: 0px 20px;/* font-weight: bold; */}
.mod2 .post .more-btn {float: right;display: block;text-align: center;/* font-size: 14px; */color: #ffffff;line-height: 26px;padding: 0 10px;margin: 7px 10px 7px 0;border-radius: 13px;background: #1953d0;}
.mod2 .post .con {margin:0 auto;padding: 30px 15px 25px;border: 1px solid #f0f0f0;}
.mod2 .post li{overflow:hidden;margin-bottom: 35px;}
.mod2 .post li *{display: block;/* float: left; */}
.mod2 .post li .xx{float: left;width: calc(100% - 80px);margin-left: 20px;}
.mod2 .post li .sj {float: left;}
.mod2 .post li .dd{width: 58px;height: 23px;line-height: 23px;text-align:center;/* background: #1094e8; */border: 1px solid #bf3434;color: #bf3434;/* border-radius: 5px 5px 0 0; */font-size: 20px;/* font-weight: bold; */}
.mod2 .post li .mm{width: 60px;height: 25px;/* border: 1px solid #1094e8; */line-height: 25px;text-align: center;color: #ffffff;/* border-radius: 0 0 5px 5px; */font-size: 12px;background: #bf3434;}
.mod2 .post li .bt{line-height: 25px;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;/* text-align: left; */}
.mod2 .post li .jj{   line-height: 25px;    font-size: 13px;    overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;    color: #888888;}
.post2 .banner{background: url(images/post2_bg.png) center top no-repeat;}
.post3 .banner{background: url(images/post3_bg.png) center top no-repeat;}

#mod3{}
.mod3{padding-top: 50px;}
.mod3 .ztzl li{width: 25%;float: left;overflow:hidden;}
.mod3 .ztzl li > div {width: 285px;margin: 0 auto;position: relative;}
.mod3 .ztzl li *{display: block;}
.mod3 .ztzl li img{width: 100%;}
.mod3 .ztzl .bt{/* display: block; *//* width: 100%; */color: #FFFFFF;font-size: 22px;font-weight: bold;/* text-indent: 10px; */position: absolute;top: 30%;/* bottom: 0; */left: 0;right: 0;margin: 0 auto;text-align: center;padding-bottom: 20px;background: url(images/bt_bg.png) center bottom no-repeat;}
.mod3 .ztzl .li1 div{border-bottom: 5px solid #0d5cd7;}
.mod3 .ztzl .li2 div{border-bottom: 5px solid #db671c;}
.mod3 .ztzl .li3 div{border-bottom: 5px solid #3f2dc7;}
.mod3 .ztzl .li4 div{border-bottom: 5px solid #2927b4;}

#mod4{}
.mod4{    padding-top: 50px;}
.mod4 .post .banner {margin: 0 auto;/* line-height: 40px; *//* padding: 20px 0; *//* border-bottom: 1px solid #105c9e; *//* padding: 15px 0 115px; */background: #eaf2f6;}
.mod4 .post .banner .title {background: url(images/post2_titbg.png) left center no-repeat;font-size: 20px;float: left;display: block;text-align: center;padding: 0px 20px;/* font-weight: bold; */}
.mod4 .post .more-btn {float: right;display: block;text-align: center;/* font-size: 14px; */color: #666666;line-height: 40px;padding: 0 10px;/* margin: 7px 10px 7px 0; *//* border-radius: 13px; *//* background: #1953d0; */}
.mod4 .post .con {margin:0 auto;/* padding: 30px 15px 25px; *//* border: 1px solid #f0f0f0; */}
.mod4 .post li{overflow:hidden;margin-bottom: 35px;width: 31%;float: left;margin: 4% 1% 0;}
.mod4 .post li *{display: block;/* float: left; */}
.mod4 .post li .xx{float: left;width: calc(100% - 80px);margin-left: 20px;}
.mod4 .post li .sj {float: left;border: 1px solid #1953d0;}
.mod4 .post li .dd{width: 58px;height: 29px;line-height: 40px;text-align:center;/* background: #1094e8; *//* border: 1px solid #bf3434; */color: #1953d0;/* border-radius: 5px 5px 0 0; */font-size: 25px;/* font-weight: bold; */}
.mod4 .post li .mm{width: 58px;height: 29px;/* border: 1px solid #1094e8; */line-height: 30px;text-align: center;color: #1953d0;/* border-radius: 0 0 5px 5px; *//* font-size: 14px; *//* background: #bf3434; */}
.mod4 .post li .bt{line-height: 30px;font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;/* text-align: left; */}
.mod4 .post li .jj{line-height: 30px;font-size: 13px;/* overflow: hidden; *//* text-overflow: ellipsis; *//* white-space: nowrap; */color: #888888;min-height: 90px;}

#mod5{/* background: #eeeeee; */}
.mod5{padding-top: 50px;padding-bottom: 50px;}
.sp {}
.sp li {width: 25%;float: left;}
.sp li a {    display: block;}
.sp li a img{height: 500px;width: 100%;display: block;}
.sp1 li{width:100% !important;}
.sp1 li a img{height:100%;}
.mod5 .sp li {
    width: 75%;
    max-height: 500px;
}

#mod7{background: url(images/mod7_bg.png) center top;}
.mod7{padding: 35px 0;}
.mod7l{float: left;width: 30%;/* padding: 48px 0; */}
.mod7l dl {overflow: hidden;line-height: 30px;}
.mod7l dt {color: rgb(255, 255, 255);font-size: 16px;}
.mod7l dd {/* float: left; *//* margin-right: 10px; *//* width: 33.33%; */}
.mod7l dl dd a {color: rgb(255, 255, 255);}

.mod7m{float: left;width: 45%;}
.mod7m dl {overflow: hidden;line-height: 30px;}
.mod7m dt {color: rgb(255, 255, 255);font-size: 16px;}
.mod7m dd {/* float: left; *//* margin-right: 10px; *//* width: 33.33%; */}
.mod7m dl dd a {color: rgb(255, 255, 255);}

.mod7r{float: right;width: 25%;/* padding: 15px 0; */}
.mod7r *{display: block;}
.mod7r ul li{width: 50%;float: left;}
.mod7r ul .li1 img{/* padding: 6px 0; */}
.mod7r ul .tu img{margin: 0 auto;}
.mod7r ul  .bt{text-align: center;color: #FFFFFF;line-height: 40px;}

#mod45{background: #eeeeee;}
.post10 .banner .title{background: url(images/post10_titbg.png) left center no-repeat;}
.post10 .banner .more-btn{color: #1C6EB8;}

/*页脚*/
#footer {background: #0e43b7;}
.foot {padding: 10px 0;}
.foot p{line-height: 30px;color: #fff;text-align: center;}


/*视频页*/
#mod20 .inner{width: 100%;}
.mod20{position: relative;}
.mod20 img{width: 100%;}
.mod20 *{display: block;}

.mod20 .top{position: absolute;top: 5%;left: 25%;width: 43.6%;padding: 3.7% 3.1%;background: url(images/spy_tbg.png) center center;background-size: 100% 100%;/* min-height: 436px; */}

.mod20 .top img{max-height:160px;width:auto;display:block;margin:0 auto}
.mod20 .top #xxjj{margin-top: 20px;line-height: 50px;font-size: 20px;color: #FFFFFF;text-indent: 43px;background: url(images/xxjj.png) left center no-repeat;border-bottom:1px dashed #FFFFFF;}
.mod20 .top #jjzw p{color: #FFFFFF;font-size: 16px;line-height: 30px;margin-top: 20px;}
@media screen and (max-width: 1280px){
	.mod20 .top{
    width: 80%;
    left: 5%;
}.mod20 .top img{max-height:100px;}
}
#nav2{background: #006fce;}
#nav2 .nav{height: 65px;}
#nav2 .navList > li{width: 25%;background: url(images/nav2_li_bg.png) right center no-repeat;}
#nav2 .navList li a{font-size: 20px;line-height: 55px;padding-top: 10px;}
#nav2 .navList li a:hover{background: url(images/nav2_li_bgh.png) center bottom no-repeat;}

.spbt{background: url(images/spbt1.png) center center no-repeat;
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 70px 0 6px;
    display: block;
    width: 350px;
    margin: auto;
    text-align: center;}
#mod21{background: url(images/mod21_bg.png) center bottom no-repeat;background-size: 100% 100%;}
.mod21{padding: 40px 0 80px;}
.mod21 .xxsp{text-align: center;margin-top: 40px;}
.mod21 .xxsp video{width: 900px;height: 500px;border: 5px solid #8fa1af;-moz-box-shadow:20px 20px 0px #004A89; -webkit-box-shadow:20px 20px 0px #004A89; box-shadow:20px 20px 0px #004A89;}

#mod22{background: url(images/mod22_bg.png) center top no-repeat;background-size: 100% 100%;}
.mod22{padding: 40px 0;}
.mod22 .spbt{background: url(images/spbt2.png) center center no-repeat;color: #0053AA;}
.mod22 .xysp{width: 64%;padding: 30px 2.7% 150px;margin: auto;background: url(images/jsj.png) center top no-repeat;margin-top: 40px;background-size: 100% 100%;}
#slider2 li video{width: 100%;object-fit: fill;height: 435px;}

#mod23{}
.mod23{padding: 40px 0;}
.mod23b{}
.jsjzy{overflow: hidden;margin-top: 40px;}
.jsjzy1{width: 70.84%;float: left;}
.jsjzy1 video{width: 100%;height: 560px;object-fit: fill;}
.jsjzy2{/* width: 27.92%; *//* float: right; */}
.jsjzy2 ul{    overflow: hidden;}
.jsjzy2 ul *{display: block;}
.jsjzy2 ul li{margin-bottom: 10px;width: 15.66%;float: left;margin: 10px .5%;}
.jsjzy2 ul li a{}
.jsjzy2 ul li a img{/* height: 180px; */width: 100%;}

.jsjzy3{/* width: 27.92%; *//* float: right; */}
.jsjzy3 ul{    overflow: hidden;}
.jsjzy3 ul *{display: block;}
.jsjzy3 ul li{margin-bottom: 10px;width: 19%;float: left;margin: 10px .5%;}
.jsjzy3 ul li a{}
.jsjzy3 ul li a img{ height: 240px; width: 100%;}

#mod24{background:url(images/mod24_bg.png) center top no-repeat;background-size: 100% 100%;}
.mod24{padding: 40px 0;}
.mod24 .spbt{background: url(images/spbt2.png) center center no-repeat;color: #0053AA;}
.mod24 .qtsp{margin-top: 40px;}

/*图片滚动切换*/
.slideBox{overflow:hidden;zoom:1;padding: 0 40px;/* padding: 80px 0 60px; */position:relative;/* background: #FFFFFF; */}
.sPrev,.sNext{position:absolute;left:0;top:0;display:block;width: 40px;height: 100%;background:url(images/iconleft.png) center center no-repeat;}
.sNext{ left:auto; right:0; background:url(images/iconright.png) center center no-repeat; }
.sPrev:hover,.sNext:hover{ border-color:#f60;}
.slideBox ul{ overflow:hidden; zoom:1;   }
.slideBox ul li{margin:0;float:left;_display:inline;overflow:hidden;text-align:center;/* background: url(images/gd_bor.png) right center no-repeat; */}
.slideBox ul li .pic{background: url(images/quan.png) center center no-repeat;text-align:center;width: 280px;/* height: 270px; */text-align: center;/* line-height: 130px; */position: relative;/* margin-bottom: 20px; */}
.slideBox ul li .pic a{display: block;}
.slideBox ul li .pic img{/* position: absolute; *//* left: 0; *//* right: 0; *//* top: 0; *//* bottom: 0; *//* display: block; */margin: auto;width: 90%;}
.slideBox ul li .pic a:hover img{ border-color:#999;  }
.slideBox ul li .title a{display: block;line-height:30px;font-size: 18px;/* font-weight: bold; */color: #ffffff;}


/*查询页*/
.bao,.baobei2{
    width:750px;
    min-height: 420px;
    margin: 35px auto;
    border: 1px solid #EEEEEE;
    border-radius:0px  0px 5px 5px;
    background: #f6f7fa;
    }
.bao2{
    width: 750px;}
.bao2 a,.bao4 a{color:#f1d3d3;}
.bao_nav {height: 65px;}
.bao_nav{
    margin: 0px;
    background-color: #1953d0;
    height:60px;
    color: #ffffff;
    }
.bao_nav {
    float: left;
    width: 100%;
    font-size: 24px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    position: relative;}

.login{
    width: 600px;
    margin: 30px auto;}
.red{color: red;}
.login .zc div{
    height: 40px;
    border-radius: 5px;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
    border: 1px solid #ccc;
    background: #ffffff;
    }
.login .zc div label{
    font-size: 16px;
    font-weight: normal;
    padding-left: 15px;
    line-height: 40px;}
.login .zc div input{
    max-height: 35px;
    line-height:35px;
    outline: none;
    width: 80%;
    background:none;
    border:none;
    }
.login_btn{
    width: 200px;
    height: 50px;
    line-height:50px;
    background-color: #1953d0;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    border:none;
    font-weight:bold;
    }
.bao_nav .bao4{
   color:#f1d3d3;}




/*列表页*/
#listdt .inner{width: 100%;}
.col {
	/* padding-top: 30px; */
	padding-bottom: 40px;
}

.col-menu { /**列表页左侧栏目**/
	width: 25%;
	float:left;
	/* background: #FFFFFF; */
	/* margin-top: -80px; */
	z-index: 100;
	position: relative;
} 

.col-menu-head { /*列表头部*/
	width: 100%;
	margin: 0 auto;
	background: url(template_files/1/images/l_titbg.png) no-repeat;
}
.col-menu-head .col-name {/**位置栏目字体栏目名称图标**/
	color: #FFFFFF;
	background:url(images/col_name_bg.png) repeat-x;
	display: block;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
}




/*多级栏目列表*/
#listdt img{width: 100%;display: block;}
.col-menu-con{width: 100%;}
.col-list{background: #f1f1f1;}
.col-list li{border-left: 5px solid #1c6eb8;}
.col-list .column-1 a {/* margin: 10px 15px 0; */font-weight: 100;color: #000000;display: block;height: 50px;line-height: 50px;font-size: 18px;/* background: url(images/list-l-li-bg.png) 80% center no-repeat rgba(246, 246, 246, 0.7); */text-align: center;} 	/**一级子栏目及图标**/
.col-list  .column-1 a:hover,.col-list  .column-1 a.selected {color: #ffffff;background: #ff9c00;font-weight: bold;} 	/**鼠标经过或选中一级子栏目**/
.col-list  .column-1 .wp_subcolumn .column-1-1 a{ height: 26px; line-height: 26px; font-size: 16px;}



.col-news { /**列表页右侧新闻**/
	width: 100%;
	float:right;
	background: #FFFFFF;
	min-height: 790px;
	padding-top: 50px;
} 
.col-news-head {
	/* margin-top: 50px; */
	padding: 9px 0;
	border-bottom: 1px solid #d4d7de;
}
 .col-path { /**当前位置**/
	display:inline-block;
	white-space:nowrap;
	/* height: 49px; */
	/* line-height: 50px; */
	line-height: 22px;
	text-align: right;
	float: right;
} 
.col-path a {
	/* color: #aaaaaa; */
	/* font-size: 14px; */
}

.col-title { /**当前栏目**/
	display:inline-block;
	white-space:nowrap;
	/* height: 49px; */
	/* line-height:50px; */
	float: left;
	font-size: 22px;
	/* color: #1c6eb8; */
	padding-left: 10px;
	border-left: 10px solid #1953d0;
	/* border-bottom: 3px solid #0066be; */
	/* padding: 0 10px; */
} 

.col-news-con {
	margin:0px;
	padding: 0 ;
}
.col-news-list {}
 /**栏目新闻列表**/
.col-news-list  .list_item{display: block;overflow: hidden;padding: 0 0 0 15px;background: url(images/li_dian.png) left center no-repeat;border-bottom: 1px solid #e5e5e5;}
.col-news-list  .list_item *{display: block;height: 45px; line-height: 45px; font-size: 14px;}
.col-news-list  .list_item .news-title{float: left;width: 80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.col-news-list  .list_item .news-date{float: right;width: 20%;}
.fenye,.fenye table{margin: 0 auto; text-align: center;}

/*英文列表*/


/*图文标题*/
.twlb .tbtw *{display:block;}
.twlb .tbtw {overflow: hidden;/* background: #f0f0f0; */padding: 30px 0;border-bottom: 1px dashed #acb4c6;}
.tbtw .sj {float: left;border: 2px solid #1349bf;}
.tbtw .dd{width: 86px;height: 40px;line-height: 40px;text-align:center;background: #ffffff;color: #1349bf;/* border-radius: 5px 5px 0 0; */font-size: 26px;font-weight: bold;}
.tbtw .mm{width: 86px;height: 40px;/* border: 1px solid #1094e8; */line-height: 40px;text-align: center;color: #ffffff;/* border-radius: 0 0 5px 5px; */font-size: 16px;background: #1349bf;}
.tbtw .btjj {float: left;/* margin-left: 20px; *//* width: 660px; */padding: 0 15px;width: calc(100% - 120px);}
.tbtw .btjj a.bt {color: #000000;font-size: 20px;line-height: 42px;font-weight: 400;}
.tbtw .btjj a.jj {font-size: 16px;color: #666666;line-height: 25px;}


/*单片标题*/
.dpbt{font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;}

/*图片列表*/
.pic-list{ overflow: hidden; padding-top:20px;}
.pic-list a{display: block;}
.pic-list .pic-news{ width:33.33%; float:left; text-align: center;    margin: 2% 0;}
.pic-list .pic-news .pic_xx{width: 90.1%;margin: auto;position: relative;}
.pic-list .pic-news .pic_xx .sj {display: block;/* border: 2px solid #1349bf; */position: absolute;left: 5%;bottom: 10%;}
.pic-list .pic-news .pic_xx .dd{display: block;width: 70px;height: 35px;line-height: 40px;text-align:center;background: #1349bf;color: #ffffff;/* border-radius: 5px 5px 0 0; */font-size: 20px;/* font-weight: bold; */}
.pic-list .pic-news .pic_xx .mm{display: block;width: 70px;height: 35px;/* border: 1px solid #1094e8; */line-height: 30px;text-align: center;color: #ffffff;/* border-radius: 0 0 5px 5px; */font-size: 13px;background: #1349bf;}
.pic-list .pic-news .news-pic img{margin: 0 auto;display: block;width: 100%;max-height: 240px;}
.pic-list .pic-news .news-name{line-height: 60px;font-weight: 400;font-size: 16px;background: #eaf0f4;}

/*快速访问*/

.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;}


/*文章页*/
.infobox {
	margin:0px auto;
	background-color:#FFF;
}
.article {/* padding: 0 20px; */}
.article h1.arti_title { /**文章标题**/
	font-family: Microsoft YaHei;
	text-align:center;
	/* font-weight: bold; */
	font-size: 24px;
	/* color:#333333; */
	line-height: 50px;
} 
.article .arti_metas {
	padding:10px 0;
	text-align:center;
	/* background: #f4f4f4; */
	font-size: 16px;
	border-bottom: 1px dashed  #cccccc;
}
.article .arti_metas span { /**文章其他属性**/
	margin:0 5px; 
	color:#787878;
} 
.article .read{
padding-top: 20px;
}  
.article .read p {
	line-height:2;
	font-size:16px;
	color:#333;
}
.article .read table{display: table;margin: 0 auto!important;width:auto!important;max-width:100%;}
.article  .read img { /**文章阅读部分图片大小限制**/
	max-width:800px; _width:expression(this.width > 800 ? "800px" : this.width); 
}


/* 大屏幕（大桌面显示器，小于等于 1200px） */

@media only screen and (max-width: 1199px) {
	.wrapper .inner{width:99%;}
	
	.tabbtn{width: auto;float: none;}
	.tabbtn li{    width: 25%;    float: left;margin: 0;}
	.tabcon{ width: 100%;float: none;}
	#normalcon1{width: calc(100% - 600px);}
	.mod3 .ztzl li > div{width: 98%;}
	
	#mod3 {background: url(images/mod3_bg.png) 57% top;}
	.mod3l{width: 59%;}
	.mod3r{width: 39%;}
	.mod4 .ztzl li{width: 33.33%;padding: 5px 0;}
	
	.mod20 .top{display: none;}
	
}
@media only screen and (max-width: 1024px) {
		.logo-r{ display:none;}
		.slideBox ul li .pic{width: 314.6px;}
		.slideBox ul li .pic img{width: 80%;}
		#normalcon1{width: 100%;float: none;}
}
/* 小屏幕（平板，小于等于 768px） */
@media only screen and (max-width: 768px) {
	
	.navi-aside-toggle {display: block;}
	.navBtns {display: block;}
	.navList {}
	#nav {display: none;}
	.mod2l{width: 100%;float: none;margin-bottom: 20px;background: #1953d0;}
	.zndy{width: 280px;margin: auto;}
	.mod2m{width: 100%;float: none;margin: 0 0 20px 0;}
	.mod2 .post .banner{background-size: 100% 100%;}
	.mod2r{width: 100%;float: none;margin: 0;}
	.mod4 .post li{width: 48%;}
	.sp li a img{height: auto;}

	.mod7l{display: none;}
	.mod7m{width: 50%;}
	.mod7r{width: 50%;}
	#mod45{display:none;}
	#mod5{background: #ffffff;}
	/*列表页*/
	.col-menu{display: none;}
	.col-news{ width: 100%;float: none;}
	
	/*sp*/
	.mod21 .xxsp video{width: 100%;height: 100%;}
	.slideBox ul li .pic{width: 230px;}
	.slideBox ul li .pic img{width: 70%;}	
	.mod22 .xysp{width: auto;}
	.jsjzy1{width: 100%;float: none;}
	.jsjzy2{width: 100%;float: none;}
.jsjzy3{width: 100%;float: none;}
	.jsjzy2 ul li{/* width: 31%; *//* float: left; *//* margin: 10px 1%; */}
	/*文章页*/
	.read #vsb_content_2 IMG{width: 95% !important;height: auto !important;}
	.article .read img{width: 95% !important;height: auto !important;}
}
@media only screen and (max-width: 700px) {
	.sp li{width: 33.33%;}
}
@media only screen and (max-width: 600px) {
	#mod1{background-size:100% 100%;}
	.mod4 .post li{width: 100%;}
	.mod1 ul li{width: 33.33%;}
	.mod3 .ztzl li{width: 50%; margin: 1% 0;}
	
	#nav2 .navList > li{width: 33.33%;}
	#nav2 .nav{height: auto;}
	
	.mod7m{width: 100%;float: none;}
	.mod7r{width: 100%;float: none;}
}
@media only screen and (max-width: 500px) {
	.mod4 .ztzl li{width: 100%;float: none;}
	.tabbtn{    padding: 120px 5%;}
	.tabbtn li{width: 50%;}
	
	.slideBox ul li .pic{width: 345px;}
	.jsjzy2 ul li{width: auto;float: none;}
.jsjzy3 ul li{width: auto;float: none;}
}
@media only screen and (max-width: 400px) {
 	.slideBox ul li .pic{width: 295px;}
}
@media only screen and (max-width: 350px) {
	.slideBox ul li .pic{width: 240px;}
	.spbt{width: 100%;background-size: 100% 100%;}
}

.lqcx_result{
	width: 100%;
	height: auto;
}
.lqcx_result tr {
	height: 36px;
	line-height: 36px;
border: 1px solid #069;
}

.lqcx_result .dec {
	width: 20%;
    
    color: #069;
    font-size: 16px;
    text-align: center;
    border: 1px solid #069;
}
.lqcx_result tr td {
	padding-left: 30px;}
.register .tit {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 60px;
}



/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;/* background-color:#25aab2;margin-bottom:4px; */cursor:pointer;outline:none;}
.suspension .a.active,
/* .suspension .a:hover{background:#24e3c7;} */
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:123px;background:#fff;position:absolute;right:61px;min-height:90px;border:1px solid #E0E1E5;border-radius:0px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:-20px;background: none;border: none;right:53px}
.suspension .d-service-phone{top:34px;background: none;border: none;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{/* padding:8px 22px 12px; */}
.suspension .d-service-item{/* border-bottom:1px solid #eee; */padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{/* float:left;width:112px; */line-height:44px;font-size:15px;/* margin-left:12px; */text-align: center;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;background: none;border: none;right:52px;top: 62px;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

@media only screen and (min-width: 1190px) {
	.col-news-con .pic-list .pic-news{height:240px;}
}

.mod5 .sublist .xyxcp4{/* width: 27.92%; *//* float: right; */}
.mod5 .sublist .xyxcp4 ul{    overflow: hidden;}
.mod5 .sublist .xyxcp4 ul *{display: block;}
.mod5 .sublist .xyxcp4 ul li{margin: 0px;width: 20%;float: left;margin: 0px;padding: 0px;}
.mod5 .sublist .xyxcp4 ul li a{}
.mod5 .sublist .xyxcp4 ul li a img{height: 250px;width: 100%;}


.picScroll-left{width: 1200px;overflow:hidden;position:relative;/* border:1px solid #ccc; */}
.picScroll-left .hd{overflow:hidden;height: 60px;/* background:#f4f4f4; */margin: 0 20px;position: absolute;width: 1160px;top: 79px;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{display:block; width: 40px; height: 60px; float:right; z-index: 1000; cursor:pointer; position: absolute; }
.picScroll-left .prev {left: 0px; background: url(images/datu_l.png) no-repeat center center;}
.picScroll-left .next { right: 0; background: url(images/datu_r.png) no-repeat center center;}
.picScroll-left .hd .next{/* background-position:0 -50px; */right: 0px;}
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .bd{/* padding:10px; */}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{margin: 0 0px;float:left;_display:inline;overflow:hidden;text-align:center;}
.picScroll-left .bd ul li .pic{text-align:center;position: relative;height: 204px;}
.picScroll-left .bd ul li .pic img{z-index: 1;width: 360px;height: 204px;display:block;padding: 0 20px;/* border:1px solid #ccc; */position: relative;top: -204px;}
.picScroll-left .bd ul li .pic video{width: 360px;height: 204px;display:block;padding: 0 20px;position: relative;/* border:1px solid #ccc; *//* top: -204px; */z-index: 0;}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{line-height:24px;font-size: 18px;}