body{
	background: #fff;
}
.center{
	margin: 0 auto;
}
.w1200{
	width:1200px;
	overflow: hidden;
}
.nav{
	background: #e50516;
	height: 70px;
	width: 100%;
}
.nav ul li{
	width: 14.28%;
	float:left;
	line-height: 70px;
	text-align: center;
}
.nav ul li a{
	color: #fff;
	font-size: 21px;
	font-weight: bold;
}
.nav ul li:hover{
	background: #fff;
}
.nav ul li:hover a{
	color: #e50516;
}
.menu {
				font-family: "微软雅黑";
				width: 1200px;
				margin: 0 auto;
			}

			/* remove the bullets and set the margin and padding to zero for the unordered list */
			.menu ul {
				padding: 0;
				margin: 0;
				list-style-type: none;
			}

			/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
			.menu ul li {
				float: left;
				position: relative;
				width:300px;
			}

			/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
			.menu ul li a,
			.menu ul li a:visited {
				display: block;
				text-align: center;
				text-decoration: none;
				height: 70px;
				color: #fff;
				line-height: 70px;
				font-size: 21px;
				width: 300px;
			}
			.menu ul li ul li a,
			.menu ul li ul li a:visited {
				display: block;
				text-align: center;
				text-decoration: none;
				height: 40px;
				color: #fff;
				border: 1px solid #e50516;
				border-width: 0px 0px 1px 0;
				line-height: 40px;
				font-size: 17px;
				width: 300px;
			}

			/* make the dropdown ul invisible */
			.menu ul li ul {
				display: none;
				position: relative;
				z-index: 999;
			}

			/* specific to non IE browsers */
			/* set the background and foreground color of the main menu li on hover */
			.menu ul li:hover {
				background: #fff;
			}
			.menu ul li:hover a {
				color: #333;
			}

			/* make the sub menu ul visible and position it beneath the main menu list item */
			.menu ul li:hover ul {
				display: block;
				position: absolute;
				top: 70px;
				left: 0;
				width: 105px;
			}

			/* style the background and foreground color of the submenu links */
			.menu ul li:hover ul li a {
				display: block;
				background: #ff9494;
				color: #fff;
			}

			/* style the background and forground colors of the links on hover */
			.menu ul li:hover ul li a:hover {
				background: #fff;
				color: #333;
			}
.rili{
	height: 48px;
	margin-top: 15px;
}
.rili>span{
	line-height: 48px;
	font-size: 17px;
	margin-right: 8px;
}
/* 搜索 */
.search {
    width: 330px;
    height: 48px;
	margin-top: 15px;
}
.search_input {
    width: 282px;
    border: solid 1px #d9d9d9;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-right: none;
    height: 48px;
    line-height: 48px;
    padding-left: 24px;
    color: #cccccc;
    background-color: transparent;
	font-size: 17px;
}
.search_right {
    background: url(search.png) no-repeat left 50%;
    height: 48px;
    color: #999999;
    padding-right: 24px;
    width: 48px;
    border: solid 1px #d9d9d9;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    float: right;
    border-left: none;
}

/* 图片新闻 */
.picnews_box{
	width: 660px;
	margin-top: 15px;
}
.picnews{width: 660px; height: 440px;}
#focus {width:660px; height:440px; overflow:hidden; position:relative;margin:0 auto; z-index:1}
#focus ul {height:660px; position:absolute;margin:0;padding:0;}
#focus ul li {float:left; width:660px; height:440px; overflow:hidden; position:relative; background:#000;}
#focus ul li div.photo_bt {position:absolute; bottom:-2px; left:12px; font-size:18px; color:#ffffff; z-index:1; line-height:58px;}
#focus .btnBg {position:absolute; width:660px; height:58px; left:0; bottom:0; background:#e50516;}
#focus .btn {position:absolute; width:250px; height:12px; padding:14px 10px; right:5px; bottom:25px; text-align:right;}
#focus .btn span {display:inline-block; _display:inline; _zoom:1; width:12px; height:12px; _font-size:0; margin-left:5px; cursor:pointer; background:#fff;border-radius: 6px;}
#focus .btn span.on {background:#fff; width: 40px;border-radius: 6px;}
#focus .preNext {width:45px; height:100px; position:absolute; top:45px; cursor:pointer;}
#focus .pre {left:0;}
#focus .next {right:0; background-position:right top;}
.news{
	width: 500px;
}
.news2{
	width: 370px!important;
	margin-top: 20px;
}
.news_title{
	border-bottom: 1px solid #e5e5e5;
	height: 48px;
}
.news_title h3{
	background: transparent;
	font-weight: bold;
	font-size: 25px;
	color: #e50516;
	height: 48px;
	line-height: 48px;
	border-bottom: 5px solid #e50516;
	float: left;
	padding: 0 10px;
}

.news_title a{
	color: #aaa;
	font-size: 12px;
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}
.news_title2{
	border-bottom: 2px solid #e50516;
	height: 48px;
}
.news_title2 h3{
	background: transparent;
	font-weight: bold;
	font-size: 25px;
	color: #e50516;
	height: 48px;
	line-height: 48px;
	float: left;
}

.news_title2 a{
	color: #aaa;
	font-size: 12px;
	float: right;
	margin-top: 15px;
	margin-right: 5px;
}
.news ul{
	margin-top: 5px;
}
.news ul li{
	background: url(liststyle.gif) left 50% no-repeat;
	line-height: 45px;
	padding: 0 0 0 15px;
	list-style: none;
}
.news ul li a{
	color: #000;
	font-size: 18px;
}
.date {
    color: #999999;
    font-size: 17px;
}
.hengfu{
	margin: 40px 0;
	width: 1200px;
	overflow: hidden;
	float: left;
}
.part2_box{
	width: 100%;
	background: url(ywbl_bg.png) no-repeat center;
	height: 532px;
}
.part2{
	padding-top: 50px;
}
.part2 ul{
	margin-right: -120px;
}
.part2 ul li{
	margin-right: 60px;
	margin-bottom: 40px;
	float: left;
}
.special ul{
	margin-right: -72px;
	margin-top: 20px;
}
.special ul li{
	margin-right: 36px;
	float: left;
}
/* 底部 */
.footer{
	width: 100%;
	background: #e50516;
	margin-top: 20px;
}
/* 友情链接 */
.link_box{
    width: 100%;
    border-top: #0f64ce solid 4px;
    margin-top: 20px;
    height: 187px;
    background: #dce9f2;
}
.link{
	border-bottom: #b0131f solid 1px;
	height: 84px;
}
.link .link-box .bot-title {
  display: block;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.link .link-box .link-subbox {
  display: block;
  width: 1200px;
  padding: 20px 0;
  font-size: 15px;
}
.link .link-box .link-subbox .link-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 191px;
  border: solid 1px #cccccc;
  background: #ffffff;
  cursor: pointer;
}
.link .link-box .link-subbox .link-item:hover .chose-box {
  display: block;
}
.link .link-box .link-subbox .link-item .show-box {
  position: relative;
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  color: #37694c;
  text-align: center;
}
.link .link-box .link-subbox .link-item .chose-box {
  display: none;
  position: absolute;
  left: -1px;
  right: 0;
  bottom: 42px;
  border: solid 1px #ddd;
  background: #fff;
  max-height: 120px;
  overflow: auto;
  width: 191px;
  padding: 10px;
}
.link .link-box .link-subbox .link-item .chose-box .chose-item {
  display: block;
  line-height: 36px;
  font-size: 14px;
}
.link .link-box .link-subbox .link-item .chose-box .chose-item:hover {
  color: #37694c;
}
.footer_info{
	margin-top: 20px;
	color: #fff;
	font-size: 15px;
	text-align: left;
}
.footer_info a{
	color: #fff;
}
.footer_01{
	margin-top: 30px;
	text-align: center;
}
.footer_02{
	margin: 25px 50px 0 50px;
}
.footer_03{
	margin: 15px 50px 0 0;
}
.footer_04{
	text-align: center;
	margin-bottom: 35px;
}
.news2{width: 570px !important;}
.m-slider{display: none;}
.link .link-box .link-subbox .link-item{width: 380px;margin-left: 30px;}
.link .link-box .link-subbox .link-item:first-child{margin-left: 0px;}
.link .link-box .link-subbox .link-item .chose-box{width: 380px;}
.bord1{display: none;}
/*手机端样式*/
@media screen and (max-width: 768px){
	body{min-width:100% !important;}
	.w1200{width: 100% !important;}
	.picnews_box{width: 100%;float: none !important;display: none;}
	#focus{width: 100%;}
	.part2_box{height: auto;}
	.news2{width: 100% !important;float: none;}
	.news{float: none !important;width: 100%;}
	.news ul{padding: 0px 10px;}
	.news ul li a{    display: inline-block;
    max-width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
	.part2 ul li{float: none;margin: auto;width: 360px; margin-bottom: 20px;}
	.yjjy{margin-left: 0px;float: none;}
	.special ul{margin-right: 0px;}
	.special ul li{float: none;margin: auto;width: 376px;}
	.part2 ul{margin-right: 0px;}
	.hengfu{width: 100% !important;float: none;display: none;}
	.bord{width: 100% !important;}
	.bord1{display: block;}
	.focusBox{width: 100% !important;}
	.focusBox .pic img{width: 100% !important;}
	.search{display: none;}
	.rili{line-height: 48px;height: auto;margin-top: 0px;}
	#focus ul li{width: 100% !important;}
	#focus ul li img{width: 100% !important;}
	.part2_box{background-repeat: repeat-y !important;}
	.footer{display: none;}
	.m-slider{display: block;}
	/* 图片新闻 */
.m-slider {
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.slider-item {
    width: 100%;
    height: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background:#f6f6f6;
}

.slider_text{
	text-align: center;
	line-height: 40px;
	color: #333;
	background:#e6e6e6;
	font-size: 0.25rem;
}
.slider-item img {
    width: 100%;
    height: 240px;
    display: block;
    border: none;
}

.slider-pagination {
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 50px;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-pagination > .slider-pagination-item {
    margin: 0 0.15rem;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(255,255,255,0.4);
}

.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
    background-color: #ffcc02;
    border-radius: 100%;
}
	
	.focusBox .pic img{height: 100px !important;}
	.focusBox{height: 100px !important;}
	.bord{height: 100px !important;}
	.focusBox .pic{height: 100px !important;}
	.hengfu{margin: 20px 0px;}
	.part2{padding-top: 20px;}
	.part2 ul li{margin-bottom: 10px;}
	.special ul li{margin: auto;width: 315px;}
	.special ul li img{width: 315px;height: 100px;}
	.part2 ul li{width: 180px;float: left;}
	.part2 ul li img{width: 100%;}
	.part2 ul li{margin-left: 15px;}
	.part2 ul li:nth-child(2n+1){margin-left: 0px;}
	.part2 ul{width: 375px;margin: auto;}
	
	
	.bord1{width:100%;height:120px;}    
.focusBox1 { position: relative; width:100%;height:120px; overflow: hidden; text-align: left; background: white; }    
.focusBox1 .pic1 { margin:0px; padding: 0px; list-style:none}
.focusBox1 .pic1 img { width:100%;height:120px;display: block; }    
.focusBox1 .txt-bg { position: absolute; bottom: 0; z-index: 1; height:36px; line-height:36px; width:100%;  background:#333; filter: alpha(opacity=40); opacity:0.4; overflow:hidden; }    
.focusBox1 .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; line-height:36px; }    
.focusBox1 .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}    
.focusBox1 .txt li a{ display: block; color:#FFFFFF;font-size:12px;  text-decoration: none; line-height:36px;padding: 0 0 0 10px;}    
.focusBox1 .num1 { position: absolute; z-index:3; bottom:8px; right:8px;}    
.focusBox1 .num1 li{ float: left; position: relative; width:20px; height:22px; line-height:22px; overflow: hidden; text-align: center; margin-right:-1px; cursor: pointer; }    
.focusBox1 .num1 li a,.focusBox .num li span { position: absolute; z-index:2; display: block; color: white; width:20px;; height:22px;top:0;left: 0; text-decoration: none;font-size: 12px; }    
.focusBox1 .num1 li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }    
.focusBox1 .num1 li.on a,.focusBox .num a:hover{ background:#f60;}    
}
