@charset "utf-8";
@import url(base.css);
@import url(../font/stylesheet.css);
@import url(../font/font.css);

/*公共样式*/
* {
	padding: 0;
	margin: 0;
}
#vsb_content table{margin:0px auto;}
ul li,
a,
p {
	border: none;
	text-decoration: none;
	list-style: none;
	font-family: VERDANA;
	padding: 0;
	margin: 0px;
}

body {
	font-size: 16px;
	color: #333333;
	font-family: "arial";
}

img {
	border: none;
}

a {
	color: #333333;
	/* font-family: 微软雅黑 !important; */
}

.center {
	width: 1300px;
	margin: 0px auto;
}

.clear {
	clear: both;
}
@font-face {
	font-family: 'CANDARAI';
	src: url('../font/CANDARAI.eot'); 
	src: url('../font/CANDARAI.eot?#iefix') format('embedded-opentype'), 
	url('../font/CANDARAI.woff') format('woff'), 
	url('../font/CANDARAI.ttf')  format('truetype'), 
	url('../font/CANDARAI.svg#DFPHaiBaoW12-GB') format('svg'); 
}
@font-face {
	font-family: 'VERDANAB';
	src: url('../font/VERDANAB.eot'); 
	src: url('../font/VERDANAB.eot?#iefix') format('embedded-opentype'), 
	url('../font/VERDANAB.woff') format('woff'), 
	url('../font/VERDANAB.ttf')  format('truetype'), 
	url('../font/VERDANAB.svg#DFPHaiBaoW12-GB') format('svg'); 
}

.ss {
	font-size: 16px;
	cursor: pointer;
	position: relative;
	float: right;
	/* margin: 0px 0px 0px 25px; */
	/* display: block; */
	/* width: 200px; */
	margin-top: 10px;
}

.ss .inp {
	border: none;
	height: 30px;
	outline: none;
	color: #999999;
	border: 1px solid #16356c;
	outline: none;
	background:none;
	width: 230px;
	border-radius: 5px;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 6px;
	right: 8px;
	width: 20px;
	height: 20px;
	outline: none;
	background: url(../img/search.png) no-repeat 0px 0px;
}
input::-webkit-input-placeholder {
	color: #999999;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999999;
}
/*页面样式*/
.top {
	width: 100%;
	min-height: 120px;
	overflow: hidden;
}

.topbox {
	border-top: 5px solid #16356c;
}

.logo {
	overflow: hidden;
	float: left;
	padding: 30px 0px;
}

.logo img {
	max-width: 100%;
	height: auto;
}

.logo-r {
	float: right;
	padding: 42px 0px;
}

.logo-r .lj {
	color: #999999;
	font-size: 18px;
	float: left;
	margin-top: 0px;
	text-align: right;
}

.logo-r .lj a {
	color: #999999;
	margin-left: 5px;
	font-size: 18px;
	font-family: CANDARA;
}
.logo-r .lj a:hover{color: #16356c;}
.search {
	padding-left: 33px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	float: right;
	color: #16356c;
}

.search input {
	border: 1px solid #16356c;
	height: 28px;
	line-height: 28px;
	color: #16356c;
	border-radius: 14px;
	width: 0px;
	opacity: 0;
}

.search i.active {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #16356c;
}

.search button {
	display: none;
}

.search.active input {
	width: 150px;
	opacity: 1;
	color: #16356c;
}

.search.active i.active {
	position: absolute;
	right: 10px;
	top: 0px;
}

.search.active i.active:before {
	content: '\ea1f';
	margin-top: 8px;
}

/*大图*/
.wrapper {
	position: relative;
	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;
	float: left;
	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;
	max-height: 450px;
	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: 19%;
	background: url(../img/datu_l.png) no-repeat center center;
}

.slide_nav.next {
	right: 19%;
	background: url(../img/datu_r.png) no-repeat center center;
}

.slide1_tabs {
	position: absolute;
	bottom: 15px;
	right: 50%;
	z-index: 100;
	text-align: center;
}

.slide2_tabs {
	position: absolute;
	/* right:10px; */
	bottom: 10px;
	z-index: 100;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-radius: 10px;
	background-color: #16356c;
	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: #fff;
}

/*导航*/
#nav {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
}
#nav ul{
	height: 50px;
	background: url(../img/navbg.png) no-repeat center 0px;
}
#nav ul li {
	float: left;
	width: 13.5%;
	position: relative;
}

#nav ul li>a {
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	display: block;
	font-weight: bold;
	font-family: VERDANA;
}
#nav ul li:nth-child(4){
	width: 19%;
}
#nav ul li.on>a,
#nav ul li:hover>a {
	color: #fff;
	background: #16356c;
}

#nav ul li.on .subNav {
	display: block;
}

#nav ul li:hover .subNav {
	display: block;
}

.subNav {
	width: 100%;
	border-top: 2px solid #EAB410;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 48px;
	display: none;
	width: 100%;
	z-index: 999;
}

.subNav a {
	background: #16356c;
	color: #fff;
	width: 100%;
	display: block;
	line-height: 36px;
	text-align: center;
	white-space: normal;
	font-size: 14px;
}

.subNav a:hover {
	background: #00628F;
	color: #FFFFFF;
}

/* new */
.new{
	overflow: hidden;
	margin: 30px 0px 40px;
}
.new .newtit{
	font-size: 24px;
	font-family: VERDANA;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	/* color: #043285; */
}
.new ul li{
	float: left;
	width: 300px;
	margin-right: 33px;
}
.new ul .wt{margin-right: 0px;}
.new ul li .tu{
	width: 300px;
	height: 210px;
	position: relative;
}
.new ul li .tu img{
	width: 300px;
	height: 210px;
	transition: all 2s;
	position: relative;
	z-index: 9;
}
/* .new ul li:hover img{
	transform: scale(1.1);
	transition: all 2s;
} */
.new ul li a{
	font-size: 16px;
	font-family: "VERDANA" !important;
	/* font-weight: bold; */
}
.new ul li:hover a{color: #16356c;}
.new .btbox{
	border: 1px solid #cdcccb;
	border-top: none;
	padding: 35px 10px 20px;
}
.new .rq{
	position: absolute;
	bottom: -22px;
	left: 10px;
	width: 60px;
	height: 50px;
	background: #f3a601;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding: 5px 0px;
	box-sizing: border-box;
	font-family: arial;
	z-index: 99;
}
.new .rq span{
	font-size: 25px;
	display: block;
	font-family: arial;
}
.events{
	margin: 0px 0px 40px;
}
.events ul{
	border-top: 1px solid #cdcccb;
	border-bottom: 1px solid #cdcccb;
	overflow: hidden;
	padding: 30px 0px;
}
.events ul li{
	width: 375px;
	float: left;
	margin-right: 87px;
}
.events ul .wt{margin-right: 0px;}
.events ul li .zrq{
	float:left;
	width: 70px;
	text-align: center;
	font-family:"CANDARAI";
	font-size: 45px;
	color: #16356c;
}
.events ul li .zrq span{
	width: 70px;
	height: 25px;
	background: #16356c;
	font-family: "微软雅黑";
	color: #FFFFFF;
	display: block;
	border-radius: 3px;
	font-size: 16px;
}
.events ul li .btzy{
	float: right;
	width: 280px;
}
.events ul li .bt{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* font-weight: bold; */
	margin-top: 2px;
	font-size: 16px;
	font-family: VERDANA;
}
.events  ul li .zy{
	font-size: 14px;
	color: #888888;
	line-height: 22px;
	margin-top: 10px;
	font-family: arial;
	height: 44px;
	overflow: hidden;
}
.events  ul li:hover .bt{color: #16356c;}
.more{
	text-align: center;
	margin-top: 40px;
}
.more a{
	font-size: 16px;
	color: #666666;
	font-family: VERDANA;
}
.more a:hover{color: #16356c;}


/* link */
.link{
	background: #16356c;
	overflow: hidden;
	padding: 20px;
}
.link .linkbt{
	font-size: 30px;
	color: #FFFFFF;
	font-family: VERDANA;
}
.linkto{
	float: left;
	width: 80%;
	background: url(../img/sx.png) no-repeat right 15px;
}

.linkto ul li{
	float: left;
	text-indent: 10px;
	margin-right: 50px;
	margin-top: 13px;
	background: url(../img/dian.png) no-repeat 0px center;
}
.linkto ul li a{
	color: #FFFFFF;
	font-family: VERDANA;
	font-size: 16px;
}
.rwm{
	float: right;
	margin-top: 20px;
}
.rwm ul li{
	float: left;
	margin-left: 25px;
}
.footbox {
	width: 100%;
	min-height: 50px;
	background: #14243f;
	font-size: 13px;
	color: #fff;
	box-sizing: border-box;
	padding: 16px 0px;
	text-align: center;
	overflow: hidden;
	font-family: VERDANA;
}


.nav {
	height: 100%;
	
	transition: all .3s;
}

.nav .nav-item>a {
	display: block;
	overflow: hidden;
	padding-left: 25px;
	line-height: 60px;
	max-height: 60px;
	color: #0a2167;
	transition: all .3s;
	font-size: 18px;
	font-family: VERDANA;
}

.nav a span {
	margin-left: 30px;
}

.nav-item {
	position: relative;
	border-bottom: 1px solid #cccfd9;
	background: #eaebf0;
	margin-bottom: 1px;
}

.nav-item.nav-show {
	border-bottom: none;
}

.nav-item ul {
	display: none;
	background: #dddee5;
}

.nav-item.nav-show ul {
	display: block;
}
.nav-item a ul li a{
	color:#666666;
}
/* .nav-item>a:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 2px;
	height: 50px;
	background: #94272a;
	opacity: 0;
	transition: all .3s;
} */

.nav .nav-icon {
	font-size: 20px;
	position: absolute;
	margin-left: -1px;
}

/* 此处修改导航图标 可自定义iconfont 替换*/
.icon_1::after {
	content: "\e62b";
}

.icon_2::after {
	content: "\e669";
}

.icon_3::after {
	content: "\e61d";
}

/*---------------------*/
.nav-more {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	transition: transform .3s;
}

/* 此处为导航右侧箭头 如果自定义iconfont 也需要替换*/
.nav-more::after {
	content: "\e621";
}

/*---------------------*/
.nav-show .nav-more {
	transform: rotate(90deg);
}

.nav-show,
.nav-item>a:hover {
	color: #0a2167;
	font-weight: bold;
	/* background: rgba(0, 0, 0, .1); */
}

.nav-show>a:before,
.nav-item>a:hover:before {
	opacity: 1;
}

.nav-item li:hover a {
	color: #0a2167;
	/* background: rgba(0, 0, 0, .1); */
}

/* nav-mini */
.nav-mini.nav {
	width: 60px;
}

.nav-mini.nav .nav-icon {
	/* margin-left:-2px; */
}

.nav-mini.nav .nav-item>a span {
	display: none;
}
.nav-item ul li a{color:#666666;font-size:16px;font-weight:normal;height:50px;display:block;line-height:50px;text-indent: 30px;}
.nav-item ul .ac a{
	color: #1a45c9;
}
.nav-mini.nav .nav-more {
	margin-right: -20px;
}

.nav-mini.nav .nav-item ul {
	position: absolute;
	top: 0px;
	left: 60px;
	/* width: 180px; */
	z-index: 99;
	background: #3C474C;
	overflow: hidden;
}

.nav-mini.nav .nav-item:hover {
	/* background: rgba(255, 255, 255, .1); */
}

.nav-mini.nav .nav-item:hover .nav-item a {
	/* color: #FFF; */
}

.nav-mini.nav .nav-item:hover a:before {
	opacity: 1;
}

.nav-mini.nav .nav-item:hover ul {
	display: block;
}

/* 列表页 */
.listcon {
	margin-top: 30px;
}

.conleft {
	width: 260px;
	float: left;
	overflow: hidden;
}

.conleft .yj {
	height: 70px;
	background: #0a2167;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	/* text-indent: 54px; */
	line-height: 70px;
	position: relative;
	z-index: 999;
	letter-spacing: 1px;
	font-family: VERDANA;
	font-weight: bold;
}

.conright {
	float: right;
	width:990px;
	margin: 0px 0px 30px;
}

.ggtop{
	margin-bottom: 10px;
	overflow: hidden;
	height: 56px;
	line-height: 56px;
	border-bottom: 2px solid #e9e7e7;
}
.ggtop .lm{
	font-size: 20px;
	color: #333;
	float: left;
	font-family: VERDANA;
}


.dq {
	float: right;
	color: #333333;
	text-indent: 30px;
	background: url(../img/dq.png) no-repeat 0px center;
	font-size: 14px;
	font-family: CANDARA;
}

.dq a {
	font-size: 14px;
	color: #333333;
}

.listul li{
	overflow: hidden;
	width: 100%;
	border-bottom: 1px dashed #cccccc;
	padding: 30px 0px;
}
.listul li .zrq{
	float:left;
	width: 70px;
	text-align: center;
	font-family:"CANDARAI";
	font-size: 45px;
	color: #16356c;
}
.listul li .zrq span{
	width: 70px;
	height: 25px;
	background: #16356c;
	font-family: "微软雅黑";
	color: #FFFFFF;
	display: block;
	border-radius: 3px;
	font-size: 16px;
}
.listul li .btzy{
	float: right;
	width: 90%;
}
.listul li .bt{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: VERDANA;
	/* font-weight: bold; */
	margin-top: 2px;
	width: 100%;
	font-size: 20px;
}
.listul li .zy{
	font-size: 14px;
	color: #888888;
	line-height: 22px;
	margin-top: 10px;
	font-family: arial;
	height: 44px;
	overflow: hidden;
}
.listul li:hover .bt{color: #16356c;}
.fan {
	margin: 30px 0px;
	text-align: center;
}
/* tp */
.piclist {
	
}

.piclist li {
	float: left;
	margin-right: 45px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.piclist .wlast {
	margin-right: 0px;
}

.piclist li .tp {
	width: 300px;
	height: 180px;
	overflow: hidden;
	transition: all 2s;
}

.piclist li .tp img {
	width: 300px;
	height: 180px;
}

.piclist li p {
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background: #eaebf0;
}

.piclist li .tp:hover img {
	transform: scale(1.1);
	transition: all 2s;
}

.piclist li:hover p {
	color: #FFFFFF;
	background: #0a2167;
}
/* 内容页 */
.article .arti-title {
	text-align: center;
	font-size: 22px;
	line-height: 35px;
	margin-top: 30px;
	color: #333333;
	font-weight: bold;
	font-family: VERDANA;
}

.article .arti_metas {
	padding: 20px 0px 22px 0px;
	text-align: center;
	border-bottom: 1px dashed #cccccc;
}

.article .arti_metas span {
	color: #888888;
	font-size: 14px;
	text-indent: 16px;
	display: inline-block;
	margin: 5px;
}

.article .read {
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}

.nx {
	color: #333;
	font-size: 14px;
}

.nx a {
	color: #333333;
	font-size: 14px;
	margin-bottom: 20px;
	display: inline-block;
}

.nx .up:hover a,
.nx .down:hover a {
	color: #0a2167;
}




.xy-biaoti {
    background: url(../img/bj.png);
    width: 299px;
    height: 40px;
    /* margin-top: 30px; */
}
.xy-biaoti > p {
    font-size: 20px;
    color: #fff;
    margin-left: 20px;
    line-height: 40px;
}
.xy-qiehuani {
            background: url('../img/bj.png');
            background-position: -1337px -121px;
            width: 15px;
            height: 7px;
            display: block;
            margin: 0 auto;
        }

        .xy-zhiwei {
            margin-top: 30px;
            margin-left: 20px;
        }

       .xy-zhiwei > p {
            font-size: 18px;
            margin-top: 20px;
        }

       .xy-zhiwei > ul {
            margin-top: 20px;
            overflow: hidden;
        }

       .xy-zhiwei > ul > li {
            margin-top: 20px;
        }

      .xy-zhiwei > ul > li > span {
            font-size: 16px;
            display: inline-block;
            margin-left: 38px;
        }

        .xy-zhiwei > ul > li > span:first-child {
            font-weight: 800;
            width: 80px;
            margin-left: 0;
        }

 .sz-sznr {
            margin-top: 5px;
            overflow: hidden;
        }

        .sz-sznr > ul {
            overflow: hidden;
            margin-left: 20px;
        }

        .sz-sznr > ul > li {
            display: inline-block;
            width: 24%;
            margin-top: 20px;
        }

        .sz-sznr > ul > li > a {
            color: #333;
        }

        .sz-sznr > ul > li.sz-sznrulli {
            /* display: none; */
        }

        .sz-xianshi:first-child {
            margin-top: 0;
        }

        .sz-xianshi {
            margin-top: 15px;
            margin-bottom: 25px;
        }

        .sz-ldlt {
            width: 930px;
            margin: 0 auto;
            overflow: hidden;
        }

        .sz-xmjc {
            border-bottom: 1px solid #e1e1e1;
            height: 40px;
        }

        .sz-xmjc > ul {
            margin-top: 20px;
        }

        .sz-xmjc > ul > li {
            display: inline-block;
            width: 30px;
            text-align: center;
            cursor: pointer;
        }

        .sz-xmjculli {
            background: #db8200;
            color: #fff;
        }

        .sz-kuang {
            overflow: hidden;
        }

        .sz-szdw {
            position: relative;
        }

        .sz-szdw > div {
            overflow: hidden;
        }

        .sz-szdw > div > ul {
            float: left;
            margin-bottom: 20px;
            width: 900px;
        }

        .sz-szdw > div {
            border-bottom: 1px dashed #cccccc;
            /*height: 45px;*/
            margin-top: 20px;
        }

        .sz-szdw > div > span {
            display: inline-block;
            background: #253f9c;
            text-align: center;
            width: 26px;
            height: 26px;
            line-height: 26px;
            color: #fff;
            float: left;
        }

        .sz-szdw > div > ul > li {
            display: inline-block;
            margin-left: 30px;
            line-height: 30px;
        }

        .sz-szdw > div > ul > li > a {
            font-size: 16px;
            color: #333333;
        }

        .kongzhiyincang, .sz-szdw > div > ul > li.fujiaoshou, .sz-szdw > div > ul > li.jiangshi, .sz-szdw > div > ul > li.jiaoshou,
        .sz-szdw > div > ul > li.gaojigongchengshi, .sz-szdw > div > ul > li.gongchengshi, .sz-szdw > div > ul > li.gaojijiangshi
        {
            display: none;
        }

        .sz-ldlt > ul {
            overflow: hidden;
        }

        .sz-ldlt > ul > li:nth-child(3n+1) {
            margin-left: 0;
        }

        .sz-ldlt > ul > li:hover.xuanzhong {
            background: #e7e7e7;
        }

        .sz-ldlt > ul > li {
            border: 1px solid #ececec;
            width: 280px;
            height: 348px;
            margin-top: 20px;
            display: inline-block;
            margin-left: 35px;
            overflow: hidden;
        }

        .sz-ldlt > ul > li > a > img {
            display: block;
            margin: 0 auto;
            width: 150px;
            height: 210px;
            margin-top: 10px;
        }

        .sz-ldlt > ul > li > a > p, .xy-nrqynr > p {
            text-align: center;
            font-size: 20px;
            color: #333333;
            margin-top: 20px;
        }

        .sz-ldlt > ul > li > a > span, .xy-nrqynr > span {
            display: block;
            margin-left: 20px;
            color: #545454;
            font-size: 16px;
            margin-top: 20px;
        }

        .sz-ldlt > ul > li > a > span {
            text-align: center;
            margin-left: 0;
        }

        .xy-nrqy1 {
            overflow: hidden;
            width: 930px;
            margin: 0 auto;
            margin-top: 35px;
        }

        .xy-nrqynr {
            float: left;
            background: #e7e7e7;
            width: 300px;
            height: 490px;
        }

        .xy-nrqynr > img {
            display: block;
            margin: 0 auto;
        }

        .xy-nrqynr1 {
            float: left;
            margin-left: 30px;
        }

        .xy-nrqynr1 > ul {
            width: 600px;
        }

        .xy-nrqynr1 > ul > li {
            line-height: 45px;
            border-bottom: 1px dashed #eaeaea;
            color: #333333;
            overflow: hidden;
        }

        .xy-nrqynr1 > ul > li > p {
            display: inline-block;
            width: 100px;
            float: left;
        }

        .xy-nrqynr1 > ul > li > span {
            display: inline-block;
            width: 490px;
            float: left;
        }

        .sz-xq {
            margin-top: 30px;
        }

        .sz-xq > p {
            overflow: hidden;
        }

        .sz-xq > p > i {
            display: inline-block;
            width: 6px;
            height: 25px;
            background: #253f9c;
            float: left;
        }

        .sz-xq > p > span {
            float: left;
            margin-left: 10px;
            font-size: 20px;
            color: #253f9c;
            font-weight: 800;
        }

        .sz-xq > ul {
            margin-left: 0;
            line-height: 30px;
        }

        .sz-xq > ul > li {
            font-size: 14px;
            color: #555555;
            margin-top: 10px;
        }