@charset "utf-8";
/* CSS Document */

body,
p,
table,
tr,
th,
td,
form,
fieldset,
input,
textarea,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
}
body{font-size: 14px; line-height: 28px; color: #222;}
img {
	border: 0;
}

a {
	text-decoration: none; color: #222;
}
a:hover{color: #0000FF;}

.ybd-fl-l {
	float: left;
}

.ybd-fl-r {
	float: right !important;
}
.ybd-text-c{text-align: center;}
.ybd-text-r{text-align: right;}
.ybd-text-l{text-align: left;}
.ybd-clear:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.ybd-clear {
	zoom: 1
}
.ybd-pad-t-xl{padding-top: 25px;}
ul,
li {
	list-style: none;
}

.ybd-main-cont {
	width: 1200px;
	margin: 0 auto;
}

.ybd-top {
	padding-top: 16px;
}

.ybd-nav {
	height: 62px;
	line-height: 60px;
	padding-top: 10px;
}

.ybd-nav ul li {
	display: inline-block; float: left;
}

.ybd-nav>ul>li>a {
	display: block;
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding: 0 23px;
}
.ybd-nav>ul>li>a i{
    font-size: 24px;
    vertical-align: -2px;
    margin-right: 5px;}
.ybd-nav>ul>li>a:hover {
	background: #1b5ea9;
}

.ybd-nav>ul>li.ybd-active>a{
	background: #1b5ea9;
}

.huaguo {		
	position: absolute;
	z-index: 1;
	opacity: 0.9;
	filter: alpha;
	display: none;
}
.huaguo dd + dd{border-top: 1px solid #0775bb;}
.huaguo dd a{
	    display: block;
	    background-color: #1b5ea9;
	    padding: 0 28px;
	    color: #fff;
	    font-size: 16px;
}
.huaguo dd a:hover{background-color:#2786f1}
/* .ybd-nav>ul>li.ybd-active .huaguo{
	display: block;
} */

.ybd-form {
	height: 40px;
	line-height: 40px;
	background-color: #f1f1f1;

	font-size: 0;
	margin-top: 22px;
}

.ybd-form .layui-input {
	margin-left: 0;
	display: inline-block;
	width: 270px;
	border: none;
	background: transparent;
	padding-left: 10px;
	height: 38px;
	border-radius: 2px;
	font-size: 14px;
}

.ybd-form button {
	text-align: center;
	border: none;
	background: transparent;
	cursor: pointer;
	background: #0070e8;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 49px;
	vertical-align: top;
}

.ybd-form i {
	font-size: 24px;
	color: #fff;
	vertical-align: -4px;
}


/*.ybd-banner{
	height: 536px;
}*/

.flexslider {
	margin: 0px auto 20px;
	position: relative;
	width: 100%;
	height: 482px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides img {
	width: 100%;
	height: 482px;
	display: block;
}

.ybd-banner img {
	width: 100%;
}

.banner img {
	width: 100%;
}

.ybd-announcement {
	
	margin-top: 40px;
	margin-bottom: 40px;
	height: 60px;
	line-height: 60px;
	background: #03A9F4;
	    color: #fff;
	    border-radius: 6px;
}

.ybd-announcement .ybd-tubiao .ybd-more {
	float: right;
	margin-top: 26px;
}
.ybd-announcement a{color: #fff;}
.ybd-tubiao {
	width: 190px;
	    font-size: 20px;
	    display: inline-block;
	    text-align: center;
	    background: #098cbd;
	    border-radius: 6px 0 0 6px;
	    margin-right: 20px;
	    line-height: 58px;
		vertical-align: 5px;
}

.ybd-tubiao a {
	color: #fff;
	
}
.ybd-tubiao i{    font-size: 28px;
    vertical-align: -3px;
    margin-left: 10px;}
.ybd-tubiao span {
	height: 24px;
	display: block;
	float: left;
	margin: 18px 15px;
}

.ybd-new {
	margin-top: 20px;
	width: 960px;
	display: inline-block;
}

.ybd-new ul li {
	list-style: none;
	float: left;
	width: 50%;
	line-height: 55px;
}

.ybd-new ul li a {
	
}

.ybd-new i {
	margin-left: 45px;
	font-style: normal;
}

.ybd-news {
	
	margin-bottom: 40px;
}

.top-left-cont {
	width: 700px;
}

.fl-l {
	float: left;
}

.ybd-news-rightd {
	float: right;
	width: 470px;
}

.ybd-news-right {
	height: 40px;
border-bottom: 1px solid #e6e3e3;
}

.ybd-new-nr {
	padding-top: 15px;
}

.ybd-new-nr dl {
	clear: both;
	padding:5px 0
}

.ybd-new-nr dt {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	border-bottom: 1px solid #f5f5f5;
	font-weight: bold;
}

.ybd-new-nr a {
	
}

.ybd-new-nr dt span {
	    float: right;
	    color: #666;
	    font-size: 14px;
	    font-weight: normal;
}

.ybd-new-nr dd {
	clear: both;
	line-height: 24px;
	padding: 5px 0 0 14px;
	color: #444;
}

.ybd-newa {
	width: 220px;
	height: 35px;
	float: left;
}
.ybd-newa span a i{
	font-size: 30px;
	    margin-right: 5px;
	    vertical-align: 2px;
	    color: #de004b;
}

.ybd-more {
	float: right;
	margin-top: 8px;
}

.ybd-newa a {
	color: #2267c2;
	text-decoration: none;
	font-size: 20px;
	font-weight: 800;
}

.ybd-newa span {
	margin: 0px 15px;
	display: block;
	float: left;
}

.ybd-mores {
	float: right;
	margin-top: 5px;
}



.ybd-bannera {
	height: 230px;
	background: url(../images/main2-bg.jpg) repeat-x;
}

.ybd-bj {
	width: 1290px;
	height: 140px;
	margin: auto;
	padding-top: 48px;
	line-height: 1.6;
}

.ybd-bj li {
	float: left;
	list-style: none;
	margin: 0px 80px;
}

.ybd-bj li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 98px;
	font-weight: 600;
	transition-property: transform;
		transition-duration: .3s;
		-moz-transition-property: transform;
		-moz-transition-duration: .3s;
		-webkit-transition-property: transform;
		-webkit-transition-duration: .3s;
		-o-transition-property: transform;
		-o-transition-duration: .3s;
}

.ybd-bj li a:hover {
	transform: translateY(-10px);
	
}

.ybd-newb {
	margin-bottom: 40px;
	margin-top: 60px;
}

.ybd-neia {
	float: left;
	width: 370px;
	
	margin-bottom: 25px;
}

.ybd-mar-c{margin-left: 44px;}
.ybd-neia span a {
	display: block;
	width: 370px;
	height: 185px;
	overflow: hidden;
}

.ybd-neia img {
	width: 370px;
	height: 185px;
}

.ybd-neia img:hover {
	width: 400px;
	height: 190px;
	transform: scale(2.05, 2.05);
}

/* 中心变形*/
.ybd-neia img {
	transition: all 0.5s ease-out;
	/* 过度 所有css属性 1秒过度 结束慢*/
	-moz-transition: all 0.5s ease-out;
	/* Firefox 4 */
	-webkit-transition: all 0.5s ease-out;
	/* Safari 和 Chrome */
	-o-transition: all 0.5s ease-out;
	/* Opera */
}

.ybd-newb .ybd-neia dt a {
	color: #2267c2;
	text-decoration: none;
	font-size: 17px;
	font-weight: 800;
	height: 45px;
	display: block;
	line-height: 45px;
}

.ybd-newb .ybd-neia dd {
	line-height: 2.1;
	color: #7f7e7e;

}

.ybd-newb .ybd-neia dd a {
	color: #7f7e7e;
	text-decoration: none;
	font-size: 14px;
float: left;
}

.ybd-newb .ybd-neia dd span {
	float: right;
	font-size: 14px;
}

.ybd-newb .ybd-neia i {
	font-style: normal;
	float: right;
}

.ybd-newb .ybd-neia i a {
	line-height: 40px;
	font-size: 15px;
	text-decoration: none;
	color: #6a6969;
}

.ybd-newb .ybd-neia i a:hover {
	font-weight: 600;
	color: #2267c2;

}

.ybd-neib {
	float: right;
	width: 370px;
	height: 312px;
	margin: 0;
	margin-bottom: 25px;
}

.fooer {

	height: 200px;
	background: url(../images/footer-bg.jpg) repeat-x;

}

.ybd-fooer {
	padding-top: 15px;
	color: #fff;
}

.fooer-left {
	float: left;
	
}

.ybd-xue {
	
	color: #FFF;
	line-height: 33px;
	
	
	margin-top: 30px;
}

.erwm {
	margin-top: 15px;
	float: right;
}

.erwm img {
	width: 120px;
	
}
.ybd-singe{    background: #fff;
    
    padding: 30px;}
/*这里是列表页面*/

.ybd-list {
	height: 287px;
}

.ybd-lanm {
	overflow: hidden;
	padding: 23px 0px;
	background: #fff;
	box-shadow: 1px 1px 4px 3px #ebebeb;
}

.ybd-qie {
	width: 1200px;
	margin: 0 auto;
	/*text-align: center;*/
}

.ybd-qie li {
	
	display: inline-block;
	padding: 0px 25px;
	float: left;
}
.ybd-qie li + li{border-left: 1px solid #c1c1c1;}


.ybd-qie li a {
	text-decoration: none;
	color: #000000;
	font-size: 18px;
}

.ybd-qie ul li.on a,
.ybd-qie ul li a:hover {
	color: #0d4686;
	font-weight: 800;
}

.page-list {
	width: 1290px;
	margin: auto;
	margin-bottom: 100px;
}

.page {
	overflow: hidden;
	padding-top: 50px;
}

.page a {
	display: inline-block;
	border: 1px solid;
	padding: 2px 9px;
	margin: 0 10px;
	line-height: 20px;
	background: #fff;
	color: #999;
	text-decoration: none;
}

.ybd-bi {
	background: #f8f8f8;
}

.page_tit {
	margin-bottom: 40px;
	text-align: center;
}

.page_tit h3 {
	font-size: 40px;
	margin: 0;
	margin-bottom: 20px;
	font-weight: normal;
}

.page_tit h3:before {
	width: 101px;
	height: 7px;
	background: url(../images/xt1.png) no-repeat center;
	position: absolute;
	content: '';
	padding: 25px;
	left: 540px;
}

.page_tit h3:after {
	width: 101px;
	height: 7px;
	background: url(../images/xt2.png) no-repeat center;
	position: absolute;
	content: '';
	padding: 25px;
	right: 540px;
}

.page_tit p {
	color: #999;
}

.ybd-nei {
	width: 900px;
	margin: auto;
	line-height: 2.5;
	font-size: 15px;
	overflow: hidden;

}

.ybd-ld {
	width: 1290px;
	margin: auto;
}

.ybd-nei ul li {
	list-style: none;
	/* width: 100%; */
	overflow: auto;
	margin-bottom: 30px;
}

.ybd-nei span {
	float: left;
}

.ybd-nei p {
	float: right;
	width: 760px;
}

.news-box {
	  
	    margin: 30px auto;
	    width: 1200px;
	    /* background: #fff; */
	    border-radius: 6px;
		/* padding: 30px; */
		min-height: 200px;
}
.news-box h1{text-align: center; margin-bottom: 30px;}
#pages {
	
	margin: auto;
	text-align: center;
}

.current {
	border: 1px solid;
	padding: 2px 9px;
	background: #1f5da1;
	color: #fff;
}

.list-News {
	overflow: hidden;
	margin: 28px auto;
}

.list-News li {
	overflow: hidden;
	padding: 32px 0px;
}

.list-News .time {
	width: 152px;
	background: url(../images/ico43.jpg) repeat-x center;
	float: left;
	text-indent: 20px;
}

.list-News .time h3 {
	color: #a50f14;
	line-height: 84px;
	font-size: 60px;
}

.list-News .time p {
	font-size: 18px;
	color: #000000;
	line-height: 39px;
}

.list-News li:hover {
	background: #d1d1d1;
}

.list-News li:hover {
	cursor: pointer;
}

.list-News li {
	overflow: hidden;
	    padding: 32px 30px;
	    background: #fff;
	    margin-bottom: 26px;
	    border-radius: 6px;
}

.list-News .info {
	font-size: 14px;
	color: #000000;
	line-height: 28px;
}

.list-News .info {
	width: 965px;
	height: auto;
	float: right;
}

.list-News .info h3 {
	font-size: 24px;
	color: #000000;
	line-height: 50px;
}

.list-News .info span {
	font-size: 14px;
	color: #000000;
	line-height: 34px;
}

.list-News .info p {
	padding: 0 20px 0 0;
}

a:hover {
	text-decoration: none;
}

.info a {
	text-decoration: none;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.div_pos {
	line-height: 65px;
	color: #515151;
}

.div_pos a {
	color: #000;
	text-decoration: none;
}

.div_pos a a:hover {
	color: #2267c2;
}

.news_details {
	    padding: 10px 25px;
	    padding-bottom: 60px;
	    background: #fff;
	    box-shadow: 0 0 10px rgba(169, 169, 169, 0.1);
	    border-radius: 8px;
}

.news_details .box {
	/* width: 90%; */
	margin: 0 auto;
}

.news_details .tit {
	/* padding: 55px 0; */
	text-align: center;
}

.news_details .pages {
	text-align: center;
	margin-top: 20px;
	height: 35px;
	line-height: 35px;
}

.news_details .pages a {
	text-decoration: none;
	margin: 0 10px;
}

.tit {
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
	line-height: 30px;
}

.news_details .tit h2 {
	    font-size: 28px;
	    
	    line-height: 46px;
	    padding: 12px 45px;
}

.news_details .tit p {
	/* font-size: 18px; */
	/* color: #333; */
}

.news_details .texta {
	font-size: 16px;
	    color: #444;
	    line-height: 32px;
	    padding: 30px;
}

.list-tu li {
	list-style: none;
	width: 359px;
	float: left;
	margin-right: 35px;
}

.list-tu li p {
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.list-tu {
	overflow: hidden;
	margin: 28px auto;
}

.ybd-list-tu {
	margin-bottom: 100px;
}

.activea {
	color: #0d4686 !important;
	font-weight: 800;
}

.smallBanner img {
	display: block;
	width: 711px;
	height: 442px;
}


/*搜索*/
.title {
	height: 32px;
	line-height: 32px;
	border-bottom: 2px solid #eaeaea;
	margin-bottom: 20px;
}

.title span.fl-l {
	border-bottom: 2px solid #008af0;
	padding-right: 10px;
	font-size: 18px;
}

.sub-r-list {
	font-size: 14px;
}

.sub-r-list ul li {
	list-style: none;
	clear: both;
	border-bottom: 1px solid #f1f1f1;
	height: 42px;
	line-height: 42px;
}

.sub-r-list ul li span {
	float: right;
	font-size: 12px;
	color: #666;
	font-size: Arial;
}

.sub-r-list ul li a {
	text-decoration: none;
	float: left;
	color: #222;
}

.sub-r-list ul li a i {
	color: #007be8;
}

/* fenye */
.ybd-pages {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.ybd-pages a,
.ybd-pages span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	border: none;
	border-radius: 6px;
}

.ybd-pages span.current,
.ybd-pages a:hover {
	background-color: #1e659e;
	color: #fff;
}

.ybd-pages a,
.ybd-simple-cont .ybd-pages span {
	/* background-color: #f1f1f1; */
}

/* .ybd-simple-cont.ybd-simple-cont.ybd-simple-cont */
.ybd-pages span.current,
.ybd-pages a:hover {
	background-color: #1e659e;
	color: #fff;
}
.ybd-mar-b-xl{margin-bottom: 30px;}
.pre-next{    border-top: 1px solid #e8e8e8;
    padding-top: 26px;
    margin-top: 20px;}
	/* 本例子css */
		.txtScroll-left{ position:relative; }
		
		.txtScroll-left .bd{width:960px; overflow:hidden;    }
		.txtScroll-left .bd ul{ overflow:hidden; zoom:1; height: 24px; }
		.txtScroll-left .bd ul li{ margin-right:20px;  float:left; height:24px; line-height:24px;  text-align:left; _display:inline;}
		.txtScroll-left .bd ul li span{ color:#999;  }
