/*header*/
.header
{
	height: 550px;
        background:url("../img/banner.png") no-repeat;
        background-size:100% 100%;
        position: relative;
}
/*head*/
.head
{
	height: 80px;
	background: #1b3663;
	opacity: 0.8;
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	position: absolute;
        z-index: 9999;
        width: 100%;
}
.head .content
{
	position: relative;
	height: 80px;
}
/*content*/
.content
{
	width: 1200px;
	margin: 0 auto;
}
.content:after
{
	content: "";
	display: block;
	clear: both;
}
/*logo*/
.logo
{
	margin-top:12px;
}
/*导航*/
/*当前选中*/

.head_nav
{
	margin: 0 auto;
	position: absolute;
	right: 40px;
	padding: 18px 0;
}
.menu
{
	height: 45px;
	width: 100%;
}
.menu li
{
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height: 45px;
        height:60px\0;
    text-align: center;
    /*padding-bottom: 16px;*/
}
.menu>li:hover a
{
	color: #ffffff;
}
/* Links */

.menu>li>a
{
	display: block;
	padding: 0 8px;
	line-height: 45px;
	text-decoration: none;
	font-size: 17px;
	color: #bed8ee;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.active
{
	color:#ffffff!important;
}
.menu li:first-child a
{
	border-left: none;
}
.menu li:last-child a
{
	border-right: none;
}

/* Sub Menu */

.menu li ul
{
        width:210px;
	overflow: hidden;
	position: absolute;
	top: 60px;
	left: -35px;
	opacity: 0;
	background: #1f2024;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
.menu li:hover > ul
{
	opacity: 1;
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80)
}
.menu li ul li
{
	width: 100%;
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
.menu li:hover > ul li
{
	height: 45px;
	overflow: visible;
	padding: 0;
	width: 100%;
}
.menu ul li a
{
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #353539;
	line-height: 45px;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
/*搜索*/
.search
{
	margin-top: 30px;
	width: 22px;
	height: 22px;
	background: url("../img/search.png") no-repeat;
	cursor: pointer;
}
/*搜索框*/
.searchbox
{
	padding: 20px 0;
	background: #eaecee;
	display: none;
	position: absolute;
	top: 80px;
	z-index: 9999!important;
	width: 100%;
}
.sebox
{
	border: none;
    height: 40px;
    width: 87.5%;
    font-size: 15px;
    padding-left: 10px;
    color: #3d3d3d;
    line-height: 40px\0;
}
.submit
{
	border: none;
    height: 40px;
    width: 120px;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    right: 10px;
    top: 20px;
    background: #ffab33;
    font-size: 18px;
    outline: none;
}
/*Introduction*/
.introd,.organ
{
	background: #eaecee;
	padding-bottom: 20px;
}
.introd .content
{
	padding: 50px 0;
}
.intit
{
	font-family: Verdana;
	font-size: 32px;
	color: #000000;
}
.introdcont:after
{
	content: "";
	display: block;
	clear: both;
}
.introdcont
{
	margin-top: 30px;
}
.introdl
{
	position: relative;
	width: 60%;
	height: 450px;
	background: #ffffff;
}
.introdl img
{
	position: absolute;
	right: -36px;
	top: 25px;
	z-index: 10;
}
.introdlcont
{
	padding: 15px 50px;
}
.introdlcont>p:hover a
{
	color: #999;
}
.introdlcont span
{
	display: block;
	font-size: 37px;
	background: url("../img/xian.png") no-repeat left;
	background-position-y:10px;
	margin: 25px 0;

}
.introdlcont span a
{
	display: block;
	margin-left:20px;
	color: #004483;
        overflow:hidden;
       text-overflow:ellipsis; 
       white-space:nowrap;
}
.introdlcont p
{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:6;
	font-size: 16px;
	line-height: 36px;
	color: #424242;
	max-height: 230px\0;
	line-height: 37px\0;
}
.make
{
	width: 100%;
	height: 230px;
	background: #999999;
	opacity: 0.5;
	position: absolute;
	top: 0;
	display: none;
}
.makeimg
{
	width: 100px!important;
	height: 100px!important;
	position: absolute;
	top: 50px;
    left: calc(100% - 250px);
    display: none!important;
}
.more
{
	width: 114px;
	height: 39px!important;
	border: solid 1px #303030;
	margin-top: 25px;
}
.more:hover
{
	background: #1b3663;
}
.more:hover p
{
	color: #FFFFFF;
	background: url("../img/more2.png") no-repeat center;
	background-position-x:75px;
}
.more P
{
	font-size: 16px;
	font-weight: 550;
	line-height: 39px;
	color: #242424;
	margin-left: 10px;
	background: url("../img/more.png") no-repeat center;
	background-position-x:75px;
}
.introdr
{
	width: 40%;
	height: 450px;
	position: relative;
}
.introdr img
{
	width: 100%;
	height: 100%;
}
.introdbt
{
	position: absolute;
	bottom: 35px;
	width: 100%;
}
.introdbt ul:after
{
	content: "";
	display: block;
	clear: both;
}
.introdbt ul li
{
    float: left;
    width: 45%;
    text-align: center;
    background: url(../img/jiantou.png) no-repeat;
    background-position-x: 30px;
    background-position-y: 4px;
    margin-left: 15px;
}
.introdbt ul li a
{
    font-size: 17px;
    display: block;
    color: #ffffff;
    margin-left: 35px;
}
/*wheel*/
.wheel
{
	height: 450px;
	background: url("../img/WheelBJ.png") no-repeat;
	background-size: 100% 100%;
	padding: 70px 0;
}
.wheelstit
{
	font-family: Verdana;
	font-size: 32px;
	color: #ffffff;
}
.picScroll-left
{
	position:relative;
}

.pic
{
	width: 385px;
	position: relative;
}
.picimgs
{
	width: 385px;
	 height: 230px;
	 overflow: hidden;
}
.pic a p
{
	text-align: left;
	padding: 20px 15px;
	background: #2270b6;
	font-family: Verdana;
	font-size: 18px;
	line-height: 32px;
	color: #fafafa;
	word-wrap:break-word
}
.picScroll-left .hd .prev
{
	display:block;
	width:47px;
	height:93px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("../img/left.png") 0 0 no-repeat;
	position: absolute;
	left: -60px;
	top: 130px;
}
.picScroll-left .hd .next
{
	display:block;
	width:47px;
	height:93px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("../img/right.png") 0 0 no-repeat;
	position: absolute;
	right: -70px;
	top: 130px;
}

.picScroll-left .hd .prevStop
{
	background-position:-60px 0;
}
.picScroll-left .hd .nextStop
{
	background-position:-60px -50px;
}
.picScroll-left .hd ul
{
	float:right;
	overflow:hidden;
	zoom:1;
	margin-top:10px;
	zoom:1;
}
.picScroll-left .hd ul li
{
	float:left;
	width:9px;
	height:9px;
	overflow:hidden;
	margin-right:5px;
	text-indent:-999px;
	cursor:pointer;
}
.picScroll-left .hd ul li.on
{
	background-position:0 0;
}

.picScroll-left .bd ul
{
	overflow:hidden; zoom:1; 
}
.picScroll-left .bd ul li
{
	margin:0 8px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.picScroll-left .bd ul li .pic
{
	text-align:center;
}
.picScroll-left .bd ul li .pic img
{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}
.picScroll-left .bd ul li .pic img:hover
{
	transform: scale(1.1);
}

.picScroll-left .bd ul li .title
{
	line-height:24px;
}




/*Organization*/
.organs
{
	margin-top: 30px;
}
.organs:after
{
	content:"";
	display: block;
	clear: both;
}
.organsl,.organsr
{
	width: 49%;
	background: #ffffff;
}
.organsltxt
{
	padding: 20px 30px;
        height:395px;
}
.organsltit
{
	border-bottom: 1px solid #c4c4c4;
    line-height: 60px;
}
.organsltxt ul li:hover a
{
	color: #999;
}
.organsltit a
{
	font-family: Verdana;
	font-size: 24px;
	color: #165cbb;
}
.organsltxt ul li
{
	margin: 25px 0;
}
.organsltxt ul li a
{
	font-family: Verdana;
	font-size: 18px;
	line-height: 26px;
	color: #343434;
}
.organsltxt ul li span
{
	font-family: Rambla-Regular;
	font-size: 14px;
	line-height: 26px;
	color: #777777;
	margin-left: 12px;
	display: inline-block;
}
.organ .content
{
	padding: 60px 0;
}


/*列表页*/
.contleft
{
	width: 22%;
	background: #eaecee;
}
.contright
{
	width: 75%;
	border: 1px solid #e1e1e1;
	padding-bottom: 20px;
}
.newLists
{
	margin: 0 15px 0 15px;
	position: relative;
    padding: 22px 20px 18px 8px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
}
.contright ul
{
    margin: 0 15px 0 15px;
}
.contright>ul>li {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #e0e9e5;
    background: url("../img/yuandian.png") no-repeat;
    background-position-x: -20px;
    background-position-y: 2px;
}
.contright ul li span {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #bcbcbc;
    line-height: 25px;
}
.contright>ul>li>a {
    display: block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
}
.newxian
{
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    background: #1b3663;
}
.sl_new_List
{
    font-size: 25px;
    color: #333333;
    float: left;
}
.smallNav
{
    float: right;
    margin-top: 5px;
}
.newLists:after
{
	content: "";
	display: block;
	clear: both;
}
.lists
{
	padding-top: 1px;
}
.lists .content
{
	margin-top: 80px;
	margin-bottom: 50px;
}
.context
{
    background: #1b3663;
    padding: 10px;
}
.cleafix
{
	padding: 0 0 200px 0;
}
.cleafix  li {
    height: 50px;
    line-height: 50px;
    text-indent: 22px;
    overflow:hidden;
}
.cleafix li.hover {
    background-color: #fff;
    border-left: 6px solid #eb261f;
}
.cleafix li:hover {
    background-color: #fff;
    border-left: 6px solid #eb261f;
}
.page {
    position: relative;
    margin-top: 30px;
    text-align: center;
}
.paginations {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}
.paginations>li {
    display: inline;
    float: left;
}
h2 {
    font-size: 20px;
    color: #ffffff;
}

.paginations a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #fff;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}
/*内容页*/
/*当前位置*/
.wzs
{
	background: #ffffff!important;
}
.wz .content
{
    height: 36px;
    line-height: 36px;
    padding:20px 0;
}
.wz .content img
{
    margin-top: 8px;
    margin-left: 26px;
}
.wz .content ul li.dqwe_fir
{
    text-indent: 24px;
}
.dqwe_fir a
{
	margin-left: 8px;
}
.contents,.wz
{
	background: #eaecee;
}
.contenteds:after
{
	content: "";
	display: block;
	clear: both;
}
.contented
{
	padding: 0 25px;
}
.contenteds
{
	border: 1px solid #d5d5d5;
    min-height: 600px;
    padding: 18px 38px;
    background-color: #fff;
}
.con_nav h2
{
    text-align: center;
    line-height:50px;
    font-size: 30px;
    color: #2f73bf;
    font-weight: normal;
    margin-bottom:20px;
    margin-top:25px;
}
.con_nav .ly
{
    height: 54px;
    line-height: 54px;
    background-color: #f9f9f9;
    text-align: center;
    border-top: 1px solid #d5d5d5;
    margin-bottom: 20px;
}
.con_nav .ly span
{
    padding: 0px 20px;
    color: #898989;
}

.paged
{
    padding: 0px 30px;
    width: 70%;
}
hr
{
	height: 1px;
    background: #eee;
    margin-bottom: 25px!important;
}
.searched
{
	width: 100%;
}


.introdlcont div
{
    height: 219px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-size: 16px;
    line-height: 36px;
    color: #424242;
    max-height: 230px\0;
    line-height: 37px\0;
}

.seache
{
margin: 0 15px 0 15px;

}

.v_news_content>p
{
    text-indent: 2em;
    color: #5e5e5e;
    margin-bottom: 20px;
    line-height: 40px;
    font-size:18px;
}
.hznr div p
{

    text-align: left;
    color: #333;
    margin-bottom: 20px;
    line-height: 30px;
}
.vsbcontent_img
{
    text-align: center!important;
}
#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:750px; margin:20px auto}
#vsb_content table tr td{ border-left:0px; border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
#vsb_content table tr td p{text-indent:0em; padding:0px; margin:0px; text-align:center; }





.device {
  height: 550px;
}
.device .arrow-lefts {
  background: url("../img/bzuo.png") no-repeat left center;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 64px;
  height:64px;
 z-index:999;
}
.device .arrow-rights {
  background: url("../img/byou.png") no-repeat right center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 64px;
  height:64px;
 z-index:999;

}
.swiper-container {
  height: 550px;
}
.content-slide {
  padding: 20px;
  color: #fff;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
  z-index:999;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
    background: #1b3663;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.swiper-slide img
{
	width: 100%;
	height: 100%;
}