@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	background:url(/skin/default/images/bady_bg.png) no-repeat center top #fff;
	/*background:url(/skin/default/images/bady_bg.png) no-repeat center top #EDE8E1;/*new year*/
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
	cursor: pointer;
bblr:expression(this.onFocus=this.blur());
}
a:hover {
	color: #030b81;
}
* {
	padding: 0px;
	margin: 0px;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
}
.clear {
	clear:both
}
.red{ color:#cd0206 !important}
/*头部*/
.header_all{ width:100%; min-width:1200px;}
.top_box {
	background:#fcfcfc;
	height:34px; border-bottom:solid 1px #edeef0; border-top: solid 1px #030b81;
}
.top {
	width:1200px;
	margin:0 auto;
	color:#4c4c4c;
}
.top .left {
	float:left;
	line-height:34px;
}
.top .left span {
	float:left;
	display:block; width:200px;
}
.top .left .time {
	float:left;
	margin-left:15px;
}
.top .right {
	float:right;
	height:14px;
	margin-top:10px;
}
.top .right ul{ float:left; margin-right:15px;}
.top .right ul li {
	float:left; margin-left:15px;
}
.top .right ul li a {
	color:#4c4c4c;
}
.top .right ul li a:hover {color: #030b81;}
.top .right ul .spacer {
	background:url(/skin/default/images/top_line.png) no-repeat;
	width:1px;
	margin:3px 10px 0;
	height:11px;
	overflow:hidden
}
.head-cl{ float:right}
.head-cl span{ float:left; color:#4c4c4c;}
.head-cl a{ width:20px; height:20px; margin-right:8px; display:block; float:left;transition: all 0.3s linear 0s;}
.head-cl-a1{ background: url(/skin/default/images/order-c1-ico.png)  0 0 no-repeat;}
.head-cl-a1:hover{ background:url(/skin/default/images/order-c1-ico.png) 0 -20px no-repeat;}
.head-cl-a2{ background:url(/skin/default/images/order-c1-ico.png) -20px 0 no-repeat;}
.head-cl-a2:hover{ background:url(/skin/default/images/order-c1-ico.png) -20px -20px no-repeat;}
.head-cl-a3{ background:url(/skin/default/images/order-c1-ico.png) -41px 0 no-repeat;}
.head-cl-a3:hover{ background:url(/skin/default/images/order-c1-ico.png) -41px -20px no-repeat;}
.head-cl-a4{ background:url(/skin/default/images/order-c1-ico.png) -62px 0 no-repeat;}
.head-cl-a4:hover{ background:url(/skin/default/images/order-c1-ico.png) -62px -20px no-repeat;}

.logo_box{ width:1200px; margin:30px auto 30px; overflow:hidden}
.logo{ 
	float:left;
	background: url(/skin/default/images/logo.png) center center no-repeat;
    background-size: 100% 100%; 
	width:230px; 
	height:54px; 
	margin:5px 0px 0px 20px; 
	display:block; 
}
.tag {
    float: left;
    background: url(/skin/default/images/tag.png) center center no-repeat;
    background-size: 100% 100%;
    width: 230px;
    height: 54px;
    margin: 5px 0px 0px 40px;
    display: block;
}
.middle_ban{ float:left; /*margin-left:72px; */width:682px; height:65px; display:block}
.middle_ban img{ width:682px; height:65px; display:block}
.right_ban{ float:right; /*margin-left:15px;*/ width:230px; height:65px; display:block}
.right_ban img{ width:230px; height:65px; display:block}







.nav{ 
	width:1200px; 
	margin:0 auto; 
	background:url(/skin/default/images/nav_bg.png) no-repeat; 
	height:44px; 
	line-height:44px; 
}

.nav ul li {
	float:left;
	position:relative;
	z-index:999;
}
.nav ul li::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    top: 88%;
    width: 0;
    background-color: #ff7e00;
}
.nav ul li.on::after {
	width: 100%;
}
.nav ul li a {
	 width:117px;/*120px;*/ display:inline-block; text-align:center; color:#fff; font-size:15px; text-align:center
}
/* .nav ul li a:hover,.nav ul li a.on{ background: url(/skin/default/images/nav_bg_hover.png) no-repeat} */
.nav ul li ul {
	display: none;
}
.nav ul li:hover ul {
	display:block;
	position:absolute;
	top:44px;
	left:0; z-index:999; overflow:hidden;
}
.nav ul li:hover ul li{ float:left;}
.nav ul li:hover ul li a {
	display:block;
	background:#ffedbd; word-wrap: break-word;
word-break: normal; line-height:34px; height:auto;
	color:#333; font-size:14px; border-bottom: dotted 1px #dcb346; 
}
.nav ul li:hover ul li a:hover {
	background:#ffdb7b;
	color:#000;
}





.main_box{ margin:0 auto; width:1200px;}
.roll_box{ background:url(/skin/default/images/roll_bg.png) no-repeat;
width:400px; 
height:45px; box-shadow:0 2px 2px #aaa; padding:0 15px; line-height:45px;}


/*.roll_box*/ .tongzhi {
	float:left;margin-top:16px;
	width:800px;
	display:block;
	overflow:hidden;
}
.tongzhi a {
	width:580px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/*.roll_box .tongzhi strong {
	font-size:15px;
	padding-left:20px;
	background: url(/skin/default/images/tz_icon.png) left no-repeat;
	color:#464646;
	float: left
}*/
.tongzhi a{ font-size:20px; font-weight:bold; background: url(/skin/default/images/tz_icon.png) left no-repeat; padding-left:20px;}
.leftLoop {
	overflow:hidden;
	float:left;
	margin-left:15px;
}
.leftLoop .bd ul {
	overflow:hidden;
	zoom:1;
}
.leftLoop .bd ul li {
	margin:0 10px;
	float:left;
	_display:inline;
	font-size:14px;
	background: url(/skin/default/images/icon02.png) left no-repeat;
	padding-left:10px;
}
.leftLoop .bd ul li a{ width:560px; display:block; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; }
.search_box {
	float:right;
	background:url(/skin/default/images/search_bg.png) no-repeat;
	width:332px;
	height:33px;
	margin-top:6px;
}
.search_box .input {
	border:none;
	background:none;
	width:236px;
	float:left;
	padding-left:35px;
	outline:none;
	padding-top:10px;
	color:#666
}
.search_box .search_btn {
	border:none;
	background:none;
	cursor:pointer;
	width:61px;
	height:33px; color:#fff;
	float:right
}
.main{ 
	background:#f5f5f5;  
	margin-top:15px; 
	overflow:hidden
}
.main_one{ 
	margin-bottom:15px; 
	padding:0 15px;
	overflow:hidden;
}
/* .main .left{ float:left; width: 340px;} */
.main .left .news_top{ height:35px; line-height:35px;}
/* .main .left .news_top span{ background:url(/skin/default/images/top_bg.png) no-repeat; width:104px; height:35px; float:left; display:block; padding-left:20px; font-size:15px; color:#fff;} */
.main .left .news_top .more{ float:right; background:url(/skin/default/images/more.png) no-repeat; width:53px; height:18px; display:block; margin-top:10px;}
/* .news_list{ border:solid 1px #cccccc; padding:11px 15px; overflow:hidden} */
.news_list li{ line-height:36px;}
.news_list li a{ 
	/* background:url(/skin/default/images/icon01.png) left no-repeat; 
	padding-left:15px;  */
	float: left;
	font-size:14px; 
	white-space:nowrap; 
	text-overflow: ellipsis; 
	overflow:hidden; 
	width: 250px; 
	display:block
}
.news_list li a:hover{ 
	font-size: 16px;
	color: #030b81;
}
.news_list li span{ 
	float: right;
	display:block;
    padding-left: 40px;
}
.main .main_one .left {
    float: left;
	width: 315px;
	background-color: #fff;
}
.top_title a:hover{
	color:#fff;
}

.main .main_two{ 
	margin-bottom:15px; 
	display: inline-block;
	width: 100%;
	overflow:hidden;
	background-image: linear-gradient(#acc1eb 10%, #f5f5f5 60%);
}
.main .main_two .left {
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
	padding: 15px 10px 15px 30px;
}
.main .main_two .right {
    /*float: right;*/
    float: none;
    display: inline-block;
    vertical-align: bottom;
	padding-top: 15px;
	padding-left: 15px;
	width:740px;
}
.main .main_two .left .news_top {
    height: 60px;
    line-height: 35px;
    padding: 10px 0;
}
.item {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #333;
	font-weight: bold;
}
.item span {
	padding: 0 10px;
	
	font-size: 15px;
	border-right:solid 1px  #a7b7f0;
}
.item:nth-last-child(1) span {
	border-right:none;
}

.main .main_two .left .news_top a.on {
	padding-bottom: 22px;
    border-bottom: solid 3px #ff7e00;
    color: #030b81;
}
.main .main_two .left .news_list{
	border-top: solid 1px #fff;
	padding: 11px 15px;
}
.strip{
	display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    width: 4px;
    height: 17px;
    margin-right: 4px;
	background-color: #ff7e00;
}



.main .main_one .middle{ 
	float:left; 
	margin-left:15px; 
	width:420px;
	position:relative;
	background-color: #fff;
}

.main .main_one .right{ 
	float:left; 
	margin-left:15px; 
	width:405px;
	position:relative;
	background-color: #fff;
}


.slideBox {
	width: 740px;
	height:380px;
	overflow:hidden;
	position:relative;
}
.slideBox .hd {
	height:25px;
	overflow:hidden;
	position:absolute;
	right:80px;
	bottom:10px;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li{ float:left} 
.slideBox .hd ul li a {
	float:left;
	margin-right:5px;
	width:10px;
	height:10px;
	line-height:14px;
	text-align:center;
	background:#fff;
	cursor:pointer; border-radius:20px;
}
.slideBox .hd ul li a.on {
	background:#ff7e00;
	color:#fff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li a {
	width:740px;
	display:block;
	overflow:hidden;
	position:relative
}
.slideBox .bd li a img {
	width:740px;
	height:380px;
	display:block
}
.black {
	background:url(/skin/default/images/black.png) repeat;
	width:740px;
	height:60px;
	line-height:60px;
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	padding-left:20px; font-size:14px;
}

.main .right{ float:right; width:288px;}
.main .right .banner_one{ 
	height: 66px;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}
.main .right .banner_two{ width:288px; height:82px; display:block; overflow:hidden;}


.main .middle .m_l{ float:left}
.main .middle .m_r{ float:right}


.w288px{ width:288px; float:left; margin-right:15px;}
.news_one{ border-bottom: dotted 1px #ccc; padding-bottom:10px; margin-bottom:10px;}
.news_one h1 a{ display:block; width:232px; overflow:hidden; font-size:16px;  white-space:nowrap; text-overflow: ellipsis; text-align:center; margin-bottom:6px;}
.news_one p{ line-height:20px; text-indent:2em; color:#666; height:40px; overflow:hidden}

/*.w288px*/ .top_title{ overflow:hidden; height:40px; line-height:40px; background-color: #030b81;}
/*.w288px*/ .top_title p{ float:left; padding-left: 20px; text-align:center; font-size:15px;color: #fff; }
/* .w288px .top_title .more{ float:right; background:url(/skin/default/images/more.png) no-repeat; width:53px; height:18px; display:block; margin-top:10px;} */
.title-tag {
	position: relative;
}
.title-tag.on:before {
	display: inline-block;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 24px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.w288px_list{ padding:15px;}
.w288px_list ul { 
	
}
.w288px_list ul:after { 
	display: block;
	content: " ";
	clear: both;
}
.w288px_list li{ line-height:34px;float:left}
.w288px_list li a{ 
	float: left;
	padding-left:15px; 
	font-size:14px; 
	white-space:nowrap; 
	text-overflow: ellipsis; 
	overflow:hidden; 
	width:273px; 
	display:block
}
.w288px_list li span{ 
	float: right;
	display:block;
	padding-left: 35px;
}
.w288px_list li a:hover{
	font-size: 16px;
	color: #030b81;
}

.fb_pic{ 
	padding: 15px 15px; 
	overflow: hidden;
}
.fb_pic li{ 
	float:left; 
	padding-top: 8px;
	margin-right:16px;
}
.fb_pic li:last-child{
	margin-right: 0;
}
.fb_pic li a{ width:80px; display:block; overflow:hidden}
.fb_pic li a img{ 
	width:82px; 
	height:118px;  
	display:block;
}
.fb_pic li a p{ margin-top:10px; width:80px; text-align:center; display:block; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.banner{ margin:20px 0 30px;}
.banner a{ width:1170px; height:90px; display:block; overflow:hidden}
.news_list .shou_btn{ background: url(/skin/default/images/shou_btn.png) no-repeat; float:left; width:98px; height:119px; display:block; margin:10px 5px}
.news_list .cai_btn{ background: url(/skin/default/images/cai_btn.png) no-repeat; float:right; width:98px; height:119px; display:block; margin:10px 5px}



.infoList{ padding:11px 0 12px; width:105%}
.infoList li{ line-height:31px; float:left}
.infoList li a{ background:url(/skin/default/images/icon01.png) left no-repeat; padding-left:15px; font-size:14px; white-space:nowrap; text-overflow: ellipsis; overflow:hidden; width:273px; display:block}
.slideTxtBox{ width:288px; text-align:left;  } 
.slideTxtBox .hd{ height:32px; line-height:32px; border-bottom:1px solid #ddd;  position:relative; border-top: solid 3px #676767 } 
.slideTxtBox .hd ul{ float:left; position:absolute; left:0; top:-3px; height:35px;   } 
.slideTxtBox .hd ul li{ float:left; height:32px;}
.slideTxtBox .hd ul li a{ float:left; width:98px; font-size:15px; text-align:center; line-height:35px;} 
.slideTxtBox .hd ul li a.on{ height:32px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; cursor:pointer; border-top:solid 3px #030b81;  line-height:32px;} 
.slideTxtBox .tempWrap{ margin:15px;  } 
.slideTxtBox .more{ float:right; background:url(/skin/default/images/more.png) no-repeat; width:53px; height:18px; display:block; margin-top:10px;}


.supermarket_box{ width:590px; text-align:left;  } 
.supermarket_box .hd{ height:32px; line-height:32px; border-bottom:1px solid #ddd;  position:relative; border-top: solid 3px #676767 } 
.supermarket_box .hd ul{ float:left; position:absolute; left:0; top:-3px; height:35px;   } 
.supermarket_box .hd ul li{ float:left; height:32px;}
.supermarket_box .hd ul li a{ float:left; width:98px; font-size:15px; text-align:center; line-height:35px;} 
.supermarket_box .hd ul li a.on{ height:32px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; cursor:pointer; border-top:solid 3px #030b81; line-height:32px;} 
.supermarket_box .tempWrap{ margin:15px;  } 
.supermarket_box .more{ float:right; background:url(/skin/default/images/more.png) no-repeat; width:53px; height:18px; display:block; margin-top:10px;}
.w400px{ width:400px !important; margin-right:15px;}
.h1_title{ font-size:20px; font-weight:bold; margin-bottom:6px; color:#333}
.service{ 
	/* background:url(/skin/default/images/top_line.png) top no-repeat;  */
	overflow:hidden
}
.service a{ 
	margin-top:7px; 
	display:block
}
.service img{ 
	width: 100%;
	height: 44px;
}


.main_six{ border-top:none; padding-top:15px; background-color: #fff;}
.links_top{ border-bottom:solid 1px #c8c8c8; font-size:16px; color:#0187ef; padding-bottom:8px;}
.links_img{ margin-bottom:15px; padding-bottom:15px; padding: 0 15px 15px}
.imgLoop{ overflow:hidden; position:relative;} 
.imgLoop .hd{ overflow:hidden;} 
.imgLoop .hd .prev,.imgLoop .hd .next{ 
	display: block;
    width: 22px;
    height: 40px;
    overflow: hidden;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    border: solid 1px #c8c8c8;
} 
/* .imgLoop .hd .next{ background:url(/skin/default/images/sr.png) no-repeat; }  */
.imgLoop .hd span{
	fo306nt-size: 20px;
	font-weight: bold;
	line-height: 37px;
}
.imgLoop .bd{ float:left; margin-left:33px;} 
.imgLoop .bd ul{ overflow:hidden; zoom:1; height:47px; } 
.imgLoop .bd ul li{text-align:center; float:left; _display:inline; } 
.imgLoop .bd ul .pic {width:138px;float:left;text-align:center; height:40px; position:relative; margin-right:15px; display:block; border:solid 1px #cfcfcf}
.imgLoop .bd ul .pic img{display:block;width:138px;height:40px;}
.chose_links{overflow:hidden;  padding: 0 15px 15px}
.top_yqljbox_kuan {
   /* float: left;*/
    height: 40px;
    margin-right: 20px; margin-left:20px;
    width: 244px; display:inline-block
}
.yqljkuan {
    height: 40px;
    width: 244px;
	text-align: center;
	background-color:#e6e6e6;
	border-radius:5px;
	/*padding-left: 30%;*/
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*background: url(/skin/default/images/right-select.png) no-repeat scroll center center #e6e6e6;
    background-size: 8% 55%;
    background-position-x: 58%;*/
}
.yqljkuan:after{
	content: "";
    width: 20px;
    height: 25px;
    position: absolute;
    background: url(/skin/default/images/right-select.png);
    background-size: 100% 100%;
    display: inline-block;
}
.main:after,
.main_one:after,
.chose_links {
	display: block;
	content: "";
	clear: both;
}
.chose_links,
.main,
.main_one {
	overflow: unset;
}
.dropdown-menu.show {
    display: block;
    right: 0;
    text-align: center;
    letter-spacing: 2px;
}
.chose_links .top_yqljbox_kuan:nth-child(3) .dropdown-menu.show{
	height: 350px;
	width: 304px;
    overflow-y: auto;
}
.chose_links .top_yqljbox_kuan:nth-child(4) .dropdown-menu.show{
	height: 350px;
    overflow-y: auto;
}
.chose_links .top_yqljbox_kuan {
	margin-left: 16px;
	margin-right: 16px;
}
.yqljkuan option{
	background-color: #fff;
	letter-spacing:10px;
}
.main_one .news_top01{ 
	overflow:hidden; 
	height:35px; 
	line-height:35px; 
	background-color: #030b81;
}
.main_one .news_top01 p{ float:left; width:98px;  text-align:center; font-size:15px; color: #fff; }
.main_one .news_top01 .more{ float:right; background:url(/skin/default/images/more.png) no-repeat; width:53px; height:18px; display:block; margin-top:10px; margin-right:15px;}




.footer_box{     
	margin-top: 30px;
	background:#3e77de; 
	padding-top:15px; 
	overflow:hidden;
	width: 100%;
}
.footer , .footer-icu{ margin:0 auto; width:1200px;}
.footer-icu{
	padding-top: 40px; 
	border-bottom: solid 1px #fff;
}
.footer-icu p{
	position: relative;
    float: left;
    background-color: #3e77de;
    display: block;
    bottom: 10px;
    left: 300px;
    padding: 0px 30px;
    color: #cbdbf6;
}
.footer-icu a{
	color: #cbdbf6;
}
/* .footer .left{ float:left; font-size:14px; width:21%; margin-left:50px;}
.footer .left ul { overflow:hidden}
.footer .left ul li{ float:left; display: inline-block; margin:0 5px;}
.footer .left p{ margin:10px 5px 0; color:#555;} */
/* .footer .right{ float:right; background:url(/skin/default/images/footer_bg.png) no-repeat; width:181px; height:40px; margin:20px 150px 0px 0px;} */
.footer .left{ 
	/*float: left; */
	display: inline-block;
	background:url(/skin/default/images/footer_img.png) no-repeat; 
	width:231px; 
	height:86px; 
	margin:20px 130px 0px 160px;
}
.footer .right {
	display: inline-block;
}
.footer .right .qrimg{ 
	/*float: left; */
	display: inline-block;
	background:url(/skin/default/images/qr_img.png) no-repeat; 
	background-size: 100% 100%;
    width: 80px;
    height: 80px;
    margin: 20px 30px 0px 0px;
}

.footer .right .phone-info{
	display: inline-block;
	vertical-align: super;
    /*float: left;*/
	margin: 20px 0px 0px;
	color: #cbdbf6;
	font-size: 14px
}
.footer .right .phone-info p{
	line-height: 12px;
}
.pro_name .blue{
	background-color: #030b81;
	margin-right: 13px;
}




/*新闻列表页 css样式*/
.page_box{ width:1140px; padding:15px 30px 0px; background:#fff; margin:15px auto 0; box-shadow: 0 0 3px #aaa; overflow:hidden}
.address{ height:36px; line-height:36px; border-bottom:solid 1px #e5e5e5;}
.pro_name{ 
	font-family:"微软雅黑"; 
	font-size:18px; 
	color:#333;
	font-weight: bold;
	height:36px; 
	line-height:40px;
}
.pro_name2{ background-color:#FF7E00;
    color: #fff; min-width:850px;
    font-weight: bold; float:left; font-family:"微软雅黑"; font-size:18px;  text-align:center; margin-left:6px; height:40px; line-height:40px;}
.add_box{ 
	font-size:11px; 
	float:right; 
	height:40px;
	line-height:40px; 
	overflow:hidden; 
	color:#c1c1c1;
	text-align: right;
}
.add_box .sj{
	background: url(/skin/default/images/icon03.png) center center no-repeat;
    background-size: 50% 100%;
    width: 15px;
    height: 10px;
    display: inline-block;

}
.add_box a{ color:#898989}
.add_box a:hover{ text-decoration:underline}
.detailed_box{ margin-top:15px; overflow:hidden}
.detailed_box .left{ 
	float:left; 
	width:866px; 
	padding-right:15px; 
	/* border-right:solid 1px #e0e0e0;  */
	margin-bottom:0px; 
	min-height:900px;
}
.pic_news{ background:#f6f6f6; padding:15px; overflow:hidden}
.pic_news .left_pic{ float:left; width:230px; height:132px; padding:5px; background:#fff;}
.pic_news .left_pic a img{ width:230px; height:132px; display:block}
.pic_news .right_pic{ float:right; width:576px;}
.pic_news .right_pic h1 a{ font-size:18px; font-weight:normal; color:#333; margin-top:10px; display:block; width:576px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis}
.pic_news .right_pic p{ margin-top:6px; font-size:14px; color:#666; line-height:24px; height:48px; overflow:hidden}
.pic_news .right_pic .look{ width:80px; height:30px; text-align:center; line-height:30px; color:#fff; background:#cd0206; border-radius:4px; display:block; margin-top:10px;}
.page_news_list{  padding:15px 0 30px;  min-height:1200px;}
.page_news_list li {
	border-bottom:dotted 1px #ddd;
	line-height:40px;
	overflow:hidden; font-size:14px;
}
.page_news_list li a {
	background: url(/skin/default/images/icon01.png) left no-repeat;
	padding-left:20px;
	float:left;
	display:block;
	overflow:hidden;
	text-overflow: ellipsis; width:540px;
	white-space: nowrap; font-size:15px; margin-left:15px;
}
.page_news_list li span {
	float:right;
	color:#999; font-size:13px; margin-right:15px;
}
.news_box .right{ float:right; width:291px;}
.nav_list{  overflow:hidden; margin-bottom:15px; }
.hot_top{ background:#0187ef; height:34px; line-height:34px; border-radius:4px 4px 0 0; border-bottom:solid 1px #005ed3; font-size:16px; color:#fff;}
.hot_top span{ float:left; margin-left:15px;}
.nav_list ul{ overflow:hidden; border:solid 1px #dcdcdc; border-top:none; border-bottom:none}
.nav_list li{ border-bottom:solid 1px #dcdcdc; }
.nav_list li a{ background:url(/skin/default/images/hot_list_bg.png) no-repeat 0 0; height:59px; line-height:59px; display:block; font-size:15px; padding-left:40px;}
.nav_list li a:hover,.nav_list li a.on{ background-position:0 -59px; color:#0187ef; font-weight:bold}

.hot_list ul{ overflow:hidden; border:solid 1px #dcdcdc; border-top:none; padding-top:10px;}
.hot_list ul li{ border-bottom: 1px solid #eeeeee;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden; width:289px;}

.hot_list ul li .number{background-color: #cacaca;
    border-radius: 10px;
    color: #ffffff;
    float: left;
    font-family: "Arial";
    font-style: italic;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-top:10px;
    text-align: center; margin-left:10px;
    width: 20px;}

.hot_list ul li .front{background-color: #ff7800;}
.hot_list ul li a{ float:left; margin-left:6px; font-size:14px; width:200px; display:block; overflow:hidden}
.hot_list ul li .read{ float:right; color:#ff7800; font-size:14px; margin-right:10px;}



.rmenu_list li{ margin-bottom:1px;}
.rmenu_list li a{ background:url(/skin/default/images/right_list_bg.png) no-repeat 0 -40px; height:40px; line-height:40px; display:block; font-size:14px; padding-left:40px;}
.rmenu_list li a:hover,.rmenu_list li a.on{ background-position:0 0; color:#fff; font-weight:bold}
.tz_list{ margin-top:10px;}
.tz_list a{ width:291px; height:60px; display:block; overflow:hidden}


.detailed_box .right{ float:right; width:258px;}
.page_nav_list{ 
	margin-bottom:15px;
	border-right: solid 1px #dbdbdb;
	border-left: solid 1px #dbdbdb;
}
.page_nav_top{  
	height:40px; 
	line-height:40px;
	background-color: #dbdbdb;
}
.page_nav_top .span-title{ 
	font-size:16px; 
	margin-left:15px; 
	padding-left:15px; 
	color:#333
}
.page_nav_top .span-title .blue{
	background-color: #030b81;
}
.page_nav_top p{
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
}

.page_nav_top_two{  
	margin-top: 20px;
    height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #dbdbdb;
}
.page_nav_top_two span{
	font-size:16px; 
	margin-left:15px; 
	color:#333;
	position: relative;
	font-weight: bold;
}
.page_nav_top_two span::after{
	content: "";
	position: absolute;
    bottom:-11px;
    left: 0;
    height: 4px;
    width: 116px;
    background-color: #ff7e00;
}

.page_nav_list ul li a{ 
	color: #333;
	border-bottom: solid 1px #dbdbdb;
	width:244px; 
	height:40px; 
	display:block;
	padding-left:55px; 
	margin-bottom:1px; 
	font-size:14px; 
	line-height:40px;
	background: url(/skin/default/images/icon03.png) 31px no-repeat;
    background-size: 3% 26%;
}

.page_nav_list ul li a:hover,.page_nav_list ul li a.on{ 
	background: url(/skin/default/images/icon08.png) 31px no-repeat;	
	background-size: 3% 26%;
    background-color: #030b81;
    color: #fff;
}
.hots{ margin-bottom:15px; overflow:hidden}
.hot_list{padding-left:10px; }
.hot_list li{ 
	line-height:34px; 
	/* border-bottom: dotted 1px #ddd; */
}
.hot_list li a{ 
	margin-left:6px; 
	width:255px; 
	display:block; 
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow: ellipsis; 
	font-size:14px;
}
.more{ float:right; width:53px; height:18px; display:block;color: #fff;}
.video_list{ margin-top:8px;}
/* .more:hover,.main .left .news_top .more:hover,.w288px .top_title .more:hover,.slideTxtBox .more:hover,.supermarket_box .more:hover,.main_one .news_top01 .more:hover{background:url(/skin/default/images/more_hover.png)} */
.video_list li{ float:left}
.video_list li a{ width:120px; height:70px; display:block; overflow:hidden; float:left; margin-left:15px; margin-bottom:15px; position:relative}
.video_list li a p{ height:24px; line-height:24px; text-align:center; padding: 0 10px ; overflow:hidden; display:block; position:absolute; left:0; bottom:0; background:url(/skin/default/images/black.png) repeat; width:105px; color:#fff}


/*新闻详细页*/
.content_box{ padding:10px 20px; overflow:hidden}
.content_box h1 {
	font-size:22px;
	text-align:center;
	color:#0187ef;
	margin-top:20px;
	overflow:hidden;
	font-weight:normal
}
.content_box p{ line-height:200%; font-size:15px; text-indent:2em; color:#333}
.wd_info {
	color: #999;
	line-height: 30px;
	text-align: center;
	margin-top:14px;
	border-bottom:dotted 1px #ddd;
	padding-bottom:14px;
}
.wd_info span {
	margin-right:14px;
}
.wd_jj {
	padding:14px;
	background:#f5f5f5;
	margin-top:14px;
	line-height:180%;
	font-size:14px;
	color:#777
}
.news_vdcon {
	font-size: 14px;
	line-height: 180%;
	min-height: 770px;
	padding: 40px 0 0;
}
.share {
    border-top: 1px dotted #ddd;
    margin-top: 20px;
    overflow: hidden;
    padding-top: 14px;
}
.share .left {
    background: #fff none repeat scroll 0 0;
    color: #999;
    float: left;
    padding-bottom: 0;
    width: 200px;
}
.share .right {
    float: left;
}
.share01 {
	margin-top:20px;
	overflow:hidden;
	border-top:dotted 1px #ddd;
	padding-top:14px; 
}
.share01 span{ float:left}
.page_up {
	background:#fbfbfb;
	border: 1px dashed #e5e5e5;
	height: 50px;
	margin-bottom: 0px;
	margin-top: 30px;
	padding: 10px 10px 30px 0px;
	color:#666
}
.page_up p {
	font-size: 15px;
	height: 25px;
	line-height: 25px;
}
.page_up p a {
	color:#0187ef
}
.csw_content_text_6 {
    background: url(/skin/default/images/content_10.jpg) no-repeat left;
    font-family: "微软雅黑";
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
	margin-top:15px;
}
.csw_content_text_6 a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-origin: padding-box;
    background-size: auto auto;
    border-color: #e1e1e3;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 3px #d3d3d3;
    color: #000;
    font-size: 12px;
    margin: 0 5px;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
}
.csw_content_text_6 a:hover {
    background: #030b81 none repeat scroll 0 0;
    color: #fff;
    height: 25px;
    line-height: 25px;
}
/*注册 css样式*/
.login{ width:1200px; margin:30px auto; overflow:hidden;}
.login_title{ border-bottom:dashed 1px #ddd; margin:0 auto 40px; font-size:20px; font-weight:bold; color:#666; background:url(/skin/default/images/icon05.png) left no-repeat; padding-left:35px; line-height:40px; }
.login_left{ float:left; width:50%; overflow:hidden; margin-left:20px; margin-bottom:50px; margin-top:40px; padding-right:4%;  border-right: solid 1px #e9e9e9; display:block}
.callbox{   margin:0px auto 0; overflow:hidden}
.callbox li {
    margin-bottom: 10px; border-bottom:none; overflow:hidden; 
}
.callbox li strong {
    color: #333;
    display: inline-block;
    float: left;
    font: bold 14px/30px "微软雅黑"; width:100px; text-align:right; margin-right:20px;
}
.callbox li em {
    color: #e35a3e;
    display: inline-block;
    font: 13px/30px "微软雅黑";
}
.callbox li input {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #aaa;
    color: #333;
    display: inline-block;
    float: left;
    font: 13px/20px "微软雅黑";
    height: 20px;
    margin: 0 5px;
    padding: 4px 10px;
}
.callbox li .txt1 {
    width: 545px;
}
.callbox li .txt2 {
    width: 430px;
}
.callbox li .txt4 {
    width: 650px;
}
.callbox li .txt5{
    width: 140px;
}

.callbox li span {
    display: inline-block;
    float: left;
    /*margin: 0 5px 0 25px;*/
}
.callbox li span label{  margin: 7px 5px; line-height:30px;}
.callbox li input.rad {
    display: inline-block;
    float: left;
    height: 13px;
    margin: 7px 5px;
    width: 13px;
}
.callbox li textarea {
    background: #fafafa;
    border: 1px solid #aaa;
    color: #333;
    display: inline-block;
    float: left;
    font: 13px/20px "微软雅黑";
    /*height: 178px;*/
    margin: 0 5px;
    outline: medium none;
    overflow-y: hidden;
    padding: 10px;
    width: 450px;
}
.callbox .zrxx-btn {
    height: 35px;
    margin-top: 30px;
    padding-left: 124px; margin-bottom:20px;
}
.callbox  a {
    
    display: inline-block;
    font: 14px/35px "微软雅黑";
    height: 35px;
}
.callbox .zrxx-btn .a1{ border:none; background:#030b81;  border-radius:4px; color:#fff; width: 110px; height: 35px;  text-align: center;  margin-right: 20px;}
.callbox .zrxx-btn .a2{ text-decoration: underline; color:#666}
.callbox .zrxx-btn .a3{ border:none; background:#e4e4e4;  border-radius:4px; color:#333; width: 110px; height: 35px;  text-align: center;  margin-right: 20px;}


.no_ueser{ margin-bottom:30px; margin-left:124px; font-size:13px; color:#666}

.login_right{ float:right; width:40%; margin-top:120px; }
.login_right p{ line-height:30px; font-size:15px; color:#888; margin-bottom:15px;}
.login_right p i{ background:url(/skin/default/images/icon06.png) no-repeat; width:28px; height:28px; display:block; float:left; margin-right:10px; background-position: 0 0;}
.tel{ background-position:0 -28px !important;}
.login_right img{ margin-top:35px;}

.register_title{ border-bottom: dotted 1px #d7d7d7; margin:40px auto; font-size:26px; color:#666; padding-bottom:10px;}
.height40px{ height:30px !important; border-radius:6px;}
.w20px{ width:20px !important;}
.shuoming{ line-height:200%; font-size:12px; margin-bottom:0px; background:#fafafa; padding:0px 30px; /*border-top: solid 2px #e9e9e9;*/ text-indent:2em; color:#333; margin-top:0px;}
.shuoming strong{ font-size:15px;}
.online_bg {
    color: #cd0206; font-weight:bold;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    /*margin: 20px;*/
    padding-left: 25px;
}
.upload{ background:none !important; border:none !important; height:auto !important}

.callbox li .word {
    background: #fafafa;
    border: 1px solid #eaeaea;
    color: #333;
    display: inline-block;
    float: left;
    font: 13px/20px "微软雅黑";
    height: 300px;
    margin: 0 5px;
    outline: medium none;
    overflow-y: hidden;
    padding: 10px;
    width: 650px;
}
.book_time{ margin-top:15px; border-bottom:dotted 1px #ddd; overflow:hidden; padding-bottom:15px; margin-bottom:15px;}
.book_time .new_book{ float:left; font-size:14px; margin-left:15px;}
.book_time .new_book span{ margin:0 5px}
.book_time .search_year{ float:right}
.book_time .search_year select{ width:100px; margin:0 5px; padding-left:10px;}
.book_list{ width:105%;}
.book_box{ float:left; margin-right:38px; width:384px; background:#f6f6f6; padding:15px; margin-bottom:15px;}
.book_img a{ float:left; border:solid 1px #fff; width:106px; display:block; overflow:hidden}
.book_img a img{ width:106px; height:142px; display:block}
.book_pre{ float:right; width:260px;}
.book_pre h1 a{ font-size:15px; width:260px; display:block; overflow:hidden; margin-bottom:6px;}
.book_pre p{ color:#666; line-height:30px; height:30px;}
.book_pre p em{ float:left}
.book_pre p span{display:block; width:194px;overflow:hidden; white-space:nowrap; text-overflow: ellipsis; float:right}
.book_download{ margin-top:10px; overflow:hidden}
.book_download a{ float:left; font-size:13px; margin-right:15px; background:url(/skin/default/images/book_icon.png) left no-repeat; background-position:0 0; padding-left:20px;}
.book_download .download{ background-position:0 -18px !important;}





.newsbox01{ padding:10px 15px 30px; overflow:hidden;}
.newsbox01_top{ height:40px; line-height:40px; border-bottom:solid 1px #eee}
.newsbox01_top span{ float:left; background:url(/skin/default/images/icon07.png) no-repeat left; padding-left:20px; font-size:16px; }
.newsbox01_top  a{ float:right; color:#666}
.newsbox01_top  a:hover {color: #030b81;}
.newsbox01_list{ margin-top:15px; width:105%}
.newsbox01_list li{ line-height:34px; float:left; width:400px; margin-right:36px;}
.newsbox01_list li a{ float:left; background:url(/skin/default/images/icon01.png) left no-repeat; padding-left:15px; font-size:14px; overflow:hidden; width:300px; display:block; text-overflow: ellipsis; white-space: nowrap;}
.newsbox01_list li span{ float:right; color:#666}

/*新闻列表页 css样式*/
.video_list img{width:120px; height:90px; }

.xian_box{ overflow:hidden; margin-top:20px; margin-bottom:20px; width:105%}
.xian_box li{ float:left; width:233px; height:119px; display:block; padding:15px;font-size:18px; border:solid 1px #ddd; margin-right:20px; border-radius:4px;}
.xian_box li img{ float:left; margin-right:15px;}
.xian_box li div{ float:left; width:260px;}
.all_look{ background:#cd0206; color:#fff; width:90px; height:28px; line-height:28px; font-size:14px; display:block; text-align:center; border-radius:4px; margin-top:38px;}
.all_look:hover{ color:#fff }
.xian_box li div p{ color:#333}
.xian_box li div i{ margin-top:5px; font-size:13px; color:#999; display:block}

.pdf_left a{display: block; float: left; padding:10px 30px;}
.pdf_right p {font-size:16px;}
/*分页*/
.epages {
    font: 11px/12px Tahoma;
    padding: 10px 0 40px;
    text-align: center;
}
.epages b {
    background: #0c8fe1 none repeat scroll 0 0;
    border: 1px solid #0c8fe1;
    color: #fff;
    padding: 4px 12px;
}
.epages a {
    border: 1px solid #ddd;
    font: 12px/14px verdana;
    margin: 0 1px 0 0;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
}
.epages a:hover {
    background: #f3f8ef none repeat scroll 0 0;
    border: 1px solid #659b28;
    color: #004c7d;
    text-decoration: none;
}
.epages input {
    border: 1px solid #659b28;
    color: #659b28;
    font: bold 12px/15px Verdana;
    height: 15px;
    margin-bottom: 0;
    margin-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}
.epages .pagetotal {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #0c8fe1;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    text-decoration: none;
}
.epages span {
    font-size: 12px;
}

.search_after{ padding:15px; margin-top:15px;}
.after_text{ border:solid 1px #ddd; height:34px; line-height:34px; outline:none; padding-left:15px; border-radius:4px; width:500px;}
.after_btn{ background:#030b81; border:none; border-radius:4px; height:34px; width:58px; color:#fff; text-align:center; line-height:33px; cursor:pointer; margin-left:10px; margin-right:10px;}
.search_all{ padding:0 15px 15px; color:#666; border-bottom: dotted 1px #ddd}

/*添加 CSS样式表*/
.w262px{ width:262px !important; margin-right:0 !important}
.w247px{ width:286px !important}


.bxzj_box{ width:262px; text-align:left;  } 
.bxzj_box .hd{ height:32px; line-height:32px; border-bottom:1px solid #ddd;  position:relative; border-top: solid 3px #676767 } 
.bxzj_box .hd ul{ float:left; position:absolute; left:0; top:-3px; height:35px;   } 
.bxzj_box .hd ul li{ float:left; height:32px;}
.bxzj_box .hd ul li a{ float:left; width:86px; font-size:15px; text-align:center; line-height:35px;} 
.bxzj_box .hd ul li a.on{ height:32px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; cursor:pointer; border-top:solid 3px #b60004; line-height:32px;} 
.bxzj_box .tempWrap{ margin:15px;  } 

/*图文列表*/
.imgnews_box{
	padding: 24px 0;
	font-size: 0;
	border-bottom: dashed 1px #dbdbdb;
}
.imgnews_box .left-box{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 194px;
    height: 120px;
    margin-right: 13px;
}
.imgnews_box .left-box .img-box{
	position: relative;
    width: 100%;
    height: 100%;
}
.img-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    max-width: 100%;
    *width: auto;
    width: 100%;
    max-height: 100%;
    *height: auto;
    height: 100%;
    margin: auto;
    border: none;
}
.ellipsis{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.imgnews_box .right-box{
	display: inline-block;
    vertical-align: middle;
    width: 649px;
    padding-left: 10px;
	min-height: 120px;
}
.imgnews_box .right-box h2{
	font-size: 16px;
	width: 500px;
    display: inline-block;
}
.imgnews_box .right-box span{
	font-size: 16px;
    display: inline-block;
}

.imgnews_box .right-box p{
	color: #c3c3c3;
	font-size: 14px;
	padding-top: 20px;
	overflow: hidden;
}

.page_news_list .advert_box{
	margin-right: 17px;
    display: inline-block;
    width: 414px;
    background: #f6f6f6;
    /*padding: 15px;*/
    margin-bottom: 15px;
}

.page_news_list .advert_box img{
	width: 100%;
    height: 119px;
    display: block;
}
.page_news_list .advert_title{
	text-align: center;
    padding: 5px;
    font-size: 14px;
}
.zt-img{
    width: 1200px;
    margin: 0 auto;
}




















@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑", "宋体";
	font-size: 12px;
	background:url(/skin/default/images/bady_bg.png) no-repeat center top #fff;
	background-size:100%;
	/*background:url(/skin/default/images/bady_bg.png) no-repeat center top #EDE8E1;/*new year*/
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
	cursor: pointer;
bblr:expression(this.onFocus=this.blur());
}
a:hover {
	color: #1c70b7;
}
* {
	padding: 0px;
	margin: 0px;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
}
.clear {
	clear:both
}
.red{ color:#cd0206 !important}
/*头部*/
.header_all{ width:100%; min-width:1200px;}
.top_box {
	background:#fcfcfc;
	height:34px; border-bottom:solid 1px #edeef0; border-top: solid 1px #1c70b7;
}
.top {
	width:1200px;
	margin:0 auto;
	color:#4c4c4c;
}
.top .left {
	float:left;
	line-height:34px;
}
.top .left span {
	float:left;
	display:block; width:200px;
}
.top .left .time {
	float:left;
	margin-left:15px;
}
.top .right {
	float:right;
	height:14px;
	margin-top:10px;
}
.top .right ul{ float:left; margin-right:15px;}
.top .right ul li {
	float:left; margin-left:15px;
}
.top .right ul li a {
	color:#4c4c4c;
}
.top .right ul li a:hover {color: #1c70b7;}
.top .right ul .spacer {
	background:url(/skin/default/images/top_line.png) no-repeat;
	width:1px;
	margin:3px 10px 0;
	height:11px;
	overflow:hidden
}
.head-cl{ float:right}
.head-cl span{ float:left; color:#4c4c4c;}
.head-cl a{ width:20px; height:20px; margin-right:8px; display:block; float:left;transition: all 0.3s linear 0s;}
.head-cl-a1{ background: url(/skin/default/images/order-c1-ico.png)  0 0 no-repeat;}
.head-cl-a1:hover{ background:url(/skin/default/images/order-c1-ico.png) 0 -20px no-repeat;}
.head-cl-a2{ background:url(/skin/default/images/order-c1-ico.png) -20px 0 no-repeat;}
.head-cl-a2:hover{ background:url(/skin/default/images/order-c1-ico.png) -20px -20px no-repeat;}
.head-cl-a3{ background:url(/skin/default/images/order-c1-ico.png) -41px 0 no-repeat;}
.head-cl-a3:hover{ background:url(/skin/default/images/order-c1-ico.png) -41px -20px no-repeat;}
.head-cl-a4{ background:url(/skin/default/images/order-c1-ico.png) -62px 0 no-repeat;}
.head-cl-a4:hover{ background:url(/skin/default/images/order-c1-ico.png) -62px -20px no-repeat;}

.logo_box{ width:1200px; margin:30px auto 30px; overflow:hidden}
.logo{ 
	float:left;
	background: url(/skin/default/images/logo.png) center center no-repeat;
    background-size: 100% 100%; 
	width:230px; 
	height:54px; 
	margin:5px 0px 0px 20px; 
	display:block; 
}
.tag {
    float: left;
    background: url(/skin/default/images/tag.png) center center no-repeat;
    background-size: 100% 100%;
    width: 230px;
    height: 54px;
    margin: 5px 0px 0px 40px;
    display: block;
}
.middle_ban{ float:left; /*margin-left:72px; */width:682px; height:65px; display:block}
.middle_ban img{ width:682px; height:65px; display:block}
.right_ban{ float:right; /*margin-left:15px;*/ width:230px; height:65px; display:block}
.right_ban img{ width:230px; height:65px; display:block}







.nav{ 
	width:1200px; 
	margin:0 auto; 
	/*background:url(/skin/default/images/nav_bg.png) no-repeat; */
	background:#1c70b7; 
	height:44px; 
	line-height:44px; 
}

.nav ul li {
	float:left;
	position:relative;
	z-index:999;
}
.nav ul li::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    top: 88%;
    width: 0;
    background-color: #fbba2d;
}
.nav ul li.on::after {
	width: 100%;
}
.nav ul li a {
	 width:170px;/*120px;*/ display:inline-block; text-align:center; color:#fff; font-size:15px; text-align:center
}
/* .nav ul li a:hover,.nav ul li a.on{ background: url(/skin/default/images/nav_bg_hover.png) no-repeat} */
.nav ul li ul {
	display: none;
}
.nav ul li:hover ul {
	display:block;
	position:absolute;
	top:44px;
	left:0; z-index:999; overflow:hidden;
}
.nav ul li:hover ul li{ float:left;}
.nav ul li:hover ul li a {
	display:block;
	background:#ffedbd; word-wrap: break-word;
word-break: normal; line-height:34px; height:auto;
	color:#333; font-size:14px; border-bottom: dotted 1px #dcb346; 
}
.nav ul li:hover ul li a:hover {
	background:#ffdb7b;
	color:#000;
}





.main_box{ margin:0 auto; width:1200px;}
.roll_box{ background:url(/skin/default/images/roll_bg.png) no-repeat;
width:400px; 
height:45px; box-shadow:0 2px 2px #aaa; padding:0 15px; line-height:45px;}


/*.roll_box*/ .tongzhi {
	float:left;margin-top:16px;
	width:800px;
	display:block;
	overflow:hidden;
}
.tongzhi a {
	width:580px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
/*.roll_box .tongzhi strong {
	font-size:15px;
	padding-left:20px;
	background: url(/skin/default/images/tz_icon.png) left no-repeat;
	color:#464646;
	float: left
}*/
.tongzhi a{ font-size:20px; font-weight:bold; background: url(/skin/default/images/tz_icon.png) left no-repeat; padding-left:20px;}
.leftLoop {
	overflow:hidden;
	float:left;
	margin-left:15px;
}
.leftLoop .bd ul {
	overflow:hidden;
	zoom:1;
}
.leftLoop .bd ul li {
	margin:0 10px;
	float:left;
	_display:inline;
	font-size:14px;
	background: url(/skin/default/images/icon02.png) left no-repeat;
	padding-left:10px;
}
.leftLoop .bd ul li a{ width:560px; display:block; overflow:hidden; white-space:nowrap; text-overflow: ellipsis; }
.search_box {
	float:right;
	background:url(/skin/default/images/search_bg.png) no-repeat;
	width:332px;
	height:33px;
	margin-top:6px;
}
.search_box .input {
	border:none;
	background:none;
	width:236px;
	float:left;
	padding-left:35px;
	outline:none;
	padding-top:10px;
	color:#666
}
.search_box .search_btn {
	border:none;
	background:none;
	cursor:pointer;
	width:61px;
	height:33px; color:#fff;
	float:right
}
.main{ 
	background:#f5f5f5;  
	margin-top:15px; 
	overflow:hidden
}
.main_one{ 
	margin-bottom:15px; 
	padding:0 15px;
	overflow:hidden;
}
/* .main .left{ float:left; width: 340px;} */
.main .left .news_top{ height:35px; line-height:35px;}
/* .main .left .news_top span{ background:url(/skin/default/images/top_bg.png) no-repeat; width:104px; height:35px; float:left; display:block; padding-left:20px; font-size:15px; color:#fff;} */
.main .left .news_top .more{ float:right; background:url(/skin/default/images/more.png) no-repeat; width:53px; height:18px; display:block; margin-top:10px;}
/* .news_list{ border:solid 1px #cccccc; padding:11px 15px; overflow:hidden} */
.news_list li{ line-height:36px;}
.news_list li a{ 
	/* background:url(/skin/default/images/icon01.png) left no-repeat; 
	padding-left:15px;  */
	float: left;
	font-size:14px; 
	white-space:nowrap; 
	text-overflow: ellipsis; 
	overflow:hidden; 
	width: 342px; 
	display:block
}
.news_list li a:hover{ 
	font-size: 16px;
	color: #1c70b7;
}
.news_list li span{ 
	float: right;
	display:block;
    padding-left: 40px;
}
.main .main_one .left {
    float: left;
	width: 315px;
	background-color: #fff;
}
.top_title a:hover{
	color:#fff;
}

.main .main_two{ 
	margin-bottom:15px; 
	display: inline-block;
	width: 100%;
	overflow:hidden;
	background-image: linear-gradient(#acc1eb 10%, #f5f5f5 60%);
}
.main .main_two .left {
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
	padding: 15px 10px 15px 30px;
	width:520px;
}
.main .main_two .right {
    float: right;
    /*float: none;*/
    display: inline-block;
    vertical-align: bottom;
	padding-top: 15px;
	padding-left: 15px;
	margin-right: 30px;
	width:640px;
}
.main .main_two .left .news_top {
    height: 60px;
    line-height: 35px;
    padding: 10px 0;
}
.item {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #333;
	font-weight: bold;
}
.item span {
	padding: 0 10px;
	
	font-size: 15px;
	border-right:solid 1px  #a7b7f0;
}
.item:nth-last-child(1) span {
	border-right:none;
}

.main .main_two .left .news_top a.on {
	padding-bottom: 22px;
    border-bottom: solid 3px #fbba2d;
    color: #1c70b7;
}
.main .main_two .left .news_list{
	border-top: solid 1px #fff;
	padding: 11px 15px;
}
.strip{
	display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
    width: 4px;
    height: 17px;
    margin-right: 4px;
	background-color: #fbba2d;
}



.main .main_one .middle{ 
	float:left; 
	margin-left:15px; 
	width:420px;
	position:relative;
	background-color: #fff;
}

.main .main_one .right{ 
	float:left; 
	margin-left:15px; 
	width:405px;
	position:relative;
	background-color: #fff;
}


.slideBox {
	width: 640px;
	height:380px;
	overflow:hidden;
	position:relative;
}
.slideBox .hd {
	height:25px;
	overflow:hidden;
	position:absolute;
	right:20px;
	bottom:10px;
	z-index:1;
}
.slideBox .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox .hd ul li{ float:left} 
.slideBox .hd ul li a {
	float:left;
	margin-right:5px;
	width:10px;
	height:10px;
	line-height:14px;
	text-align:center;
	background:#fff;
	cursor:pointer; border-radius:20px;
}
.slideBox .hd ul li a.on {
	background:#fbba2d;
	color:#fff;
}
.slideBox .bd {
	position:relative;
	height:100%;
	z-index:0;
}
.slideBox .bd li a {
	width:740px;
	display:block;
	overflow:hidden;
	position:relative
}
.slideBox .bd li a img {
	width:640px;
	height:380px;
	display:block
}
.black {
	background:url(/skin/default/images/black.png) repeat;
	width:640px;
	height:60px;
	line-height:60px;
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	padding-left:20px; font-size:14px;
}

.main .right{ float:right; width:288px;}
.main .right .banner_one{ 
	height: 80px;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}
.main .right .banner_two{ width:288px; height:82px; display:block; overflow:hidden;}


.main .middle .m_l{ float:left}
.main .middle .m_r{ float:right}


.w288px{ width:288px; float:left; margin-right:15px;}
.news_one{ border-bottom: dotted 1px #ccc; padding-bottom:10px; margin-bottom:10px;}
.news_one h1 a{ display:block; width:232px; overflow:hidden; font-size:16px;  white-space:nowrap; text-overflow: ellipsis; text-align:center; margin-bottom:6px;}
.news_one p{ line-height:20px; text-indent:2em; color:#666; height:40px; overflow:hidden}

/*.w288px*/ .top_title{ overflow:hidden; height:40px; line-height:40px; background-color: #1c70b7;}
/*.w288px*/ .top_title p{ float:left; padding-left: 20px; text-align:center; font-size:15px;color: #fff; }
/* .w288px .top_title .more{ float:right; background:url(/skin/default/images/more.png) no-repeat; width:53px; height:18px; display:block; margin-top:10px;} */
.title-tag {
	position: relative;
}
.title-tag.on:before {
	display: inline-block;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 24px;
    width: 0;
    height: 0;
    border-bottom: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.w288px_list{ padding:15px;}
.w288px_list ul { 
	
}
.w288px_list ul:after { 
	display: block;
	content: " ";
	clear: both;
}
.w288px_list li{ line-height:34px;float:left}
.w288px_list li a{ 
	float: left;
	padding-left:15px; 
	font-size:14px; 
	white-space:nowrap; 
	text-overflow: ellipsis; 
	overflow:hidden; 
	width:273px; 
	display:block
}
.w288px_list li span{ 
	float: right;
	display:block;
	padding-left: 35px;
}
.w288px_list li a:hover{
	font-size: 16px;
	color: #1c70b7;
}

.fb_pic{ 
	padding: 15px 15px; 
	overflow: hidden;
}
.fb_pic li{ 
	float:left; 
	padding-top: 8px;
	margin-right:5px;
}
.fb_pic li:last-child{
	margin-right: 0;
}
.fb_pic li a{ width:88px; display:block; overflow:hidden}
.fb_pic li a img{ 
	width:85px; 
	height:118px;  
	display:block;
	border:1px solid lightgray !important;
}
.fb_pic li a p{ margin-top:10px; width:80px; text-align:center; display:block; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.banner{ margin:20px 0 30px;}
.banner a{ width:1170px; height:90px; display:block; overflow:hidden}
.news_list .shou_btn{ background: url(/skin/default/images/shou_btn.png) no-repeat; float:left; width:98px; height:119px; display:block; margin:10px 5px}
.news_list .cai_btn{ background: url(/skin/default/images/cai_btn.png) no-repeat; float:right; width:98px; height:119px; display:block; margin:10px 5px}



.infoList{ padding:11px 0 12px; width:105%}
.infoList li{ line-height:31px; float:left}
.infoList li a{ background:url(/skin/default/images/icon01.png) left no-repeat; padding-left:15px; font-size:14px; white-space:nowrap; text-overflow: ellipsis; overflow:hidden; width:273px; display:block}
.slideTxtBox{ width:288px; text-align:left;  } 
.slideTxtBox .hd{ height:32px; line-height:32px; border-bottom:1px solid #ddd;  position:relative; border-top: solid 3px #676767 } 
.slideTxtBox .hd ul{ float:left; position:absolute; left:0; top:-3px; height:35px;   } 
.slideTxtBox .hd ul li{ float:left; height:32px;}
.slideTxtBox .hd ul li a{ float:left; width:98px; font-size:15px; text-align:center; line-height:35px;} 
.slideTxtBox .hd ul li a.on{ height:32px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; cursor:pointer; border-top:solid 3px #1c70b7;  line-height:32px;} 
.slideTxtBox .tempWrap{ margin:15px;  } 
.slideTxtBox .more{ float:right; background:url(/skin/default/images/more.png) no-repeat; width:53px; height:18px; display:block; margin-top:10px;}


.supermarket_box{ width:590px; text-align:left;  } 
.supermarket_box .hd{ height:32px; line-height:32px; border-bottom:1px solid #ddd;  position:relative; border-top: solid 3px #676767 } 
.supermarket_box .hd ul{ float:left; position:absolute; left:0; top:-3px; height:35px;   } 
.supermarket_box .hd ul li{ float:left; height:32px;}
.supermarket_box .hd ul li a{ float:left; width:98px; font-size:15px; text-align:center; line-height:35px;} 
.supermarket_box .hd ul li a.on{ height:32px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; cursor:pointer; border-top:solid 3px #1c70b7; line-height:32px;} 
.supermarket_box .tempWrap{ margin:15px;  } 
.supermarket_box .more{ float:right; background:url(/skin/default/images/more.png) no-repeat; width:53px; height:18px; display:block; margin-top:10px;}
.w400px{ width:400px !important; margin-right:15px;}
.h1_title{ font-size:20px; font-weight:bold; margin-bottom:6px; color:#333}
.service{ 
	/* background:url(/skin/default/images/top_line.png) top no-repeat;  */
	overflow:hidden
}
.service a{ 
	margin-top:7px; 
	display:block
}
.service img{ 
	width: 100%;
	height: 44px;
}


.main_six{ border-top:none; padding-top:15px; background-color: #fff;}
.links_top{ border-bottom:solid 1px #c8c8c8; font-size:16px; color:#0187ef; padding-bottom:8px;}
.links_img{ margin-bottom:15px; padding-bottom:15px; padding: 0 15px 15px}
.imgLoop{ overflow:hidden; position:relative;} 
.imgLoop .hd{ overflow:hidden;} 
.imgLoop .hd .prev,.imgLoop .hd .next{ 
	display: block;
    width: 22px;
    height: 40px;
    overflow: hidden;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    border: solid 1px #c8c8c8;
} 
/* .imgLoop .hd .next{ background:url(/skin/default/images/sr.png) no-repeat; }  */
.imgLoop .hd span{
	fo306nt-size: 20px;
	font-weight: bold;
	line-height: 37px;
}
.imgLoop .bd{ float:left; margin-left:33px;} 
.imgLoop .bd ul{ overflow:hidden; zoom:1; height:47px; } 
.imgLoop .bd ul li{text-align:center; float:left; _display:inline; } 
.imgLoop .bd ul .pic {width:138px;float:left;text-align:center; height:40px; position:relative; margin-right:15px; display:block; border:solid 1px #cfcfcf}
.imgLoop .bd ul .pic img{display:block;width:134px;height:38px;}
.chose_links{overflow:hidden;  padding: 0 15px 15px}
.top_yqljbox_kuan {
   /* float: left;*/
    height: 40px;
    margin-right: 20px; margin-left:20px;
    width: 244px; display:inline-block
}
.yqljkuan {
    height: 40px;
    width: 244px;
	text-align: center;
	background-color:#e6e6e6;
	border-radius:5px;
	/*padding-left: 30%;*/
	border: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*background: url(/skin/default/images/right-select.png) no-repeat scroll center center #e6e6e6;
    background-size: 8% 55%;
    background-position-x: 58%;*/
}
.yqljkuan:after{
	content: "";
    width: 20px;
    height: 25px;
    position: absolute;
    background: url(/skin/default/images/right-select.png);
    background-size: 100% 100%;
    display: inline-block;
}
.main:after,
.main_one:after,
.chose_links {
	display: block;
	content: "";
	clear: both;
}
.chose_links,
.main,
.main_one {
	overflow: unset;
}
.dropdown-menu.show {
    display: block;
    right: 0;
    text-align: center;
    letter-spacing: 2px;
}
.chose_links .top_yqljbox_kuan:nth-child(3) .dropdown-menu.show{
	height: 350px;
	width: 304px;
    overflow-y: auto;
}
.chose_links .top_yqljbox_kuan:nth-child(4) .dropdown-menu.show{
	height: 350px;
    overflow-y: auto;
}
.chose_links .top_yqljbox_kuan {
	margin-left: 16px;
	margin-right: 16px;
}
.yqljkuan option{
	background-color: #fff;
	letter-spacing:10px;
}
.main_one .news_top01{ 
	overflow:hidden; 
	height:35px; 
	line-height:35px; 
	background-color: #1c70b7;
}
.main_one .news_top01 p{ float:left; width:98px;  text-align:center; font-size:15px; color: #fff; }
.main_one .news_top01 .more{ float:right; background:url(/skin/default/images/more.png) no-repeat; width:53px; height:18px; display:block; margin-top:10px; margin-right:15px;}




.footer_box{     
	margin-top: 30px;
	background:#3e77de; 
	padding-top:15px; 
	overflow:hidden;
	width: 100%;
}
.footer , .footer-icu{ margin:0 auto; width:1200px;}
.footer-icu{
	padding-top: 40px; 
	border-bottom: solid 1px #fff;
}
.footer-icu p{
	position: relative;
    float: left;
    background-color: #3e77de;
    display: block;
    bottom: 10px;
    left: 300px;
    padding: 0px 30px;
    color: #cbdbf6;
}
.footer-icu a{
	color: #cbdbf6;
}
/* .footer .left{ float:left; font-size:14px; width:21%; margin-left:50px;}
.footer .left ul { overflow:hidden}
.footer .left ul li{ float:left; display: inline-block; margin:0 5px;}
.footer .left p{ margin:10px 5px 0; color:#555;} */
/* .footer .right{ float:right; background:url(/skin/default/images/footer_bg.png) no-repeat; width:181px; height:40px; margin:20px 150px 0px 0px;} */
.footer .left{ 
	/*float: left; */
	display: inline-block;
	background:url(/skin/default/images/footer_img.png) no-repeat; 
	width:231px; 
	height:86px; 
	margin:20px 130px 0px 160px;
}
.footer .right {
	display: inline-block;
}
.footer .right .qrimg{ 
	/*float: left; */
	display: inline-block;
	background:url(/skin/default/images/qr_img.png) no-repeat; 
	background-size: 100% 100%;
    width: 80px;
    height: 80px;
    margin: 20px 30px 0px 0px;
}

.footer .right .phone-info{
	display: inline-block;
	vertical-align: super;
    /*float: left;*/
	margin: 20px 0px 0px;
	color: #cbdbf6;
	font-size: 14px
}
.footer .right .phone-info p{
	line-height: 12px;
}
.pro_name .blue{
	background-color: #1c70b7;
	margin-right: 13px;
}




/*新闻列表页 css样式*/
.page_box{ width:1140px; padding:15px 30px 0px; background:#fff; margin:15px auto 0; box-shadow: 0 0 3px #aaa; overflow:hidden}
.address{ height:36px; line-height:36px; border-bottom:solid 1px #e5e5e5;}
.pro_name{ 
	font-family:"微软雅黑"; 
	font-size:18px; 
	color:#333;
	font-weight: bold;
	height:36px; 
	line-height:40px;
}
.pro_name2{ background-color:#fbba2d;
    color: #fff; min-width:850px;
    font-weight: bold; float:left; font-family:"微软雅黑"; font-size:18px;  text-align:center; margin-left:6px; height:40px; line-height:40px;}
.add_box{ 
	font-size:11px; 
	float:right; 
	height:40px;
	line-height:40px; 
	overflow:hidden; 
	color:#c1c1c1;
	text-align: right;
}
.add_box .sj{
	background: url(/skin/default/images/icon03.png) center center no-repeat;
    background-size: 50% 100%;
    width: 15px;
    height: 10px;
    display: inline-block;

}
.add_box a{ color:#898989}
.add_box a:hover{ text-decoration:underline}
.detailed_box{ margin-top:15px; overflow:hidden}
.detailed_box .left{ 
	float:left; 
	width:866px; 
	padding-right:15px; 
	/* border-right:solid 1px #e0e0e0;  */
	margin-bottom:0px; 
	min-height:900px;
}
.pic_news{ background:#f6f6f6; padding:15px; overflow:hidden}
.pic_news .left_pic{ float:left; width:230px; height:132px; padding:5px; background:#fff;}
.pic_news .left_pic a img{ width:230px; height:132px; display:block}
.pic_news .right_pic{ float:right; width:576px;}
.pic_news .right_pic h1 a{ font-size:18px; font-weight:normal; color:#333; margin-top:10px; display:block; width:576px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis}
.pic_news .right_pic p{ margin-top:6px; font-size:14px; color:#666; line-height:24px; height:48px; overflow:hidden}
.pic_news .right_pic .look{ width:80px; height:30px; text-align:center; line-height:30px; color:#fff; background:#cd0206; border-radius:4px; display:block; margin-top:10px;}
.page_news_list{  padding:15px 0 30px;  min-height:1200px;}
.page_news_list li {
	border-bottom:dotted 1px #ddd;
	line-height:40px;
	overflow:hidden; font-size:14px;
}
.page_news_list li a {
	background: url(/skin/default/images/icon01.png) left no-repeat;
	padding-left:20px;
	float:left;
	display:block;
	overflow:hidden;
	text-overflow: ellipsis; width:540px;
	white-space: nowrap; font-size:15px; margin-left:15px;
}
.page_news_list li span {
	float:right;
	color:#999; font-size:13px; margin-right:15px;
}
.news_box .right{ float:right; width:291px;}
.nav_list{  overflow:hidden; margin-bottom:15px; }
.hot_top{ background:#0187ef; height:34px; line-height:34px; border-radius:4px 4px 0 0; border-bottom:solid 1px #005ed3; font-size:16px; color:#fff;}
.hot_top span{ float:left; margin-left:15px;}
.nav_list ul{ overflow:hidden; border:solid 1px #dcdcdc; border-top:none; border-bottom:none}
.nav_list li{ border-bottom:solid 1px #dcdcdc; }
.nav_list li a{ background:url(/skin/default/images/hot_list_bg.png) no-repeat 0 0; height:59px; line-height:59px; display:block; font-size:15px; padding-left:40px;}
.nav_list li a:hover,.nav_list li a.on{ background-position:0 -59px; color:#0187ef; font-weight:bold}

.hot_list ul{ overflow:hidden; border:solid 1px #dcdcdc; border-top:none; padding-top:10px;}
.hot_list ul li{ border-bottom: 1px solid #eeeeee;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden; width:289px;}

.hot_list ul li .number{background-color: #cacaca;
    border-radius: 10px;
    color: #ffffff;
    float: left;
    font-family: "Arial";
    font-style: italic;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-top:10px;
    text-align: center; margin-left:10px;
    width: 20px;}

.hot_list ul li .front{background-color: #ff7800;}
.hot_list ul li a{ float:left; margin-left:6px; font-size:14px; width:200px; display:block; overflow:hidden}
.hot_list ul li .read{ float:right; color:#ff7800; font-size:14px; margin-right:10px;}



.rmenu_list li{ margin-bottom:1px;}
.rmenu_list li a{ background:url(/skin/default/images/right_list_bg.png) no-repeat 0 -40px; height:40px; line-height:40px; display:block; font-size:14px; padding-left:40px;}
.rmenu_list li a:hover,.rmenu_list li a.on{ background-position:0 0; color:#fff; font-weight:bold}
.tz_list{ margin-top:10px;}
.tz_list a{ width:291px; height:60px; display:block; overflow:hidden}


.detailed_box .right{ float:right; width:258px;}
.page_nav_list{ 
	margin-bottom:15px;
	border-right: solid 1px #dbdbdb;
	border-left: solid 1px #dbdbdb;
}
.page_nav_top{  
	height:40px; 
	line-height:40px;
	background-color: #dbdbdb;
}
.page_nav_top .span-title{ 
	font-size:16px; 
	margin-left:15px; 
	padding-left:15px; 
	color:#333
}
.page_nav_top .span-title .blue{
	background-color: #1c70b7;
}
.page_nav_top p{
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
}

.page_nav_top_two{  
	margin-top: 20px;
    height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #dbdbdb;
}
.page_nav_top_two span{
	font-size:16px; 
	margin-left:15px; 
	color:#333;
	position: relative;
	font-weight: bold;
}
.page_nav_top_two span::after{
	content: "";
	position: absolute;
    bottom:-11px;
    left: 0;
    height: 4px;
    width: 116px;
    background-color: #fbba2d;
}

.page_nav_list ul li a{ 
	color: #333;
	border-bottom: solid 1px #dbdbdb;
	width:244px; 
	height:40px; 
	display:block;
	padding-left:55px; 
	margin-bottom:1px; 
	font-size:14px; 
	line-height:40px;
	background: url(/skin/default/images/icon03.png) 31px no-repeat;
    background-size: 3% 26%;
}

.page_nav_list ul li a:hover,.page_nav_list ul li a.on{ 
	background: url(/skin/default/images/icon08.png) 31px no-repeat;	
	background-size: 3% 26%;
    background-color: #1c70b7;
    color: #fff;
}
.hots{ margin-bottom:15px; overflow:hidden}
.hot_list{padding-left:10px; }
.hot_list li{ 
	line-height:34px; 
	/* border-bottom: dotted 1px #ddd; */
}
.hot_list li a{ 
	margin-left:6px; 
	width:255px; 
	display:block; 
	overflow:hidden; 
	white-space:nowrap; 
	text-overflow: ellipsis; 
	font-size:14px;
}
.more{ float:right; width:53px; height:18px; display:block;color: #fff;}
.video_list{ margin-top:8px;}
/* .more:hover,.main .left .news_top .more:hover,.w288px .top_title .more:hover,.slideTxtBox .more:hover,.supermarket_box .more:hover,.main_one .news_top01 .more:hover{background:url(/skin/default/images/more_hover.png)} */
.video_list li{ float:left}
.video_list li a{ width:120px; height:70px; display:block; overflow:hidden; float:left; margin-left:15px; margin-bottom:15px; position:relative}
.video_list li a p{ height:24px; line-height:24px; text-align:center; padding: 0 10px ; overflow:hidden; display:block; position:absolute; left:0; bottom:0; background:url(/skin/default/images/black.png) repeat; width:105px; color:#fff}


/*新闻详细页*/
.content_box{ padding:10px 20px; overflow:hidden}
.content_box h1 {
	font-size:22px;
	text-align:center;
	color:#0187ef;
	margin-top:20px;
	overflow:hidden;
	font-weight:normal
}
.content_box p{ line-height:200%; font-size:15px; text-indent:2em; color:#333}
.wd_info {
	color: #999;
	line-height: 30px;
	text-align: center;
	margin-top:14px;
	border-bottom:dotted 1px #ddd;
	padding-bottom:14px;
}
.wd_info span {
	margin-right:14px;
}
.wd_jj {
	padding:14px;
	background:#f5f5f5;
	margin-top:14px;
	line-height:180%;
	font-size:14px;
	color:#777
}
.news_vdcon {
	font-size: 14px;
	line-height: 180%;
	min-height: 770px;
	padding: 40px 0 0;
}
.share {
    border-top: 1px dotted #ddd;
    margin-top: 20px;
    overflow: hidden;
    padding-top: 14px;
}
.share .left {
    background: #fff none repeat scroll 0 0;
    color: #999;
    float: left;
    padding-bottom: 0;
    width: 200px;
}
.share .right {
    float: left;
}
.share01 {
	margin-top:20px;
	overflow:hidden;
	border-top:dotted 1px #ddd;
	padding-top:14px; 
}
.share01 span{ float:left}
.page_up {
	background:#fbfbfb;
	border: 1px dashed #e5e5e5;
	height: 50px;
	margin-bottom: 0px;
	margin-top: 30px;
	padding: 10px 10px 30px 0px;
	color:#666
}
.page_up p {
	font-size: 15px;
	height: 25px;
	line-height: 25px;
}
.page_up p a {
	color:#0187ef
}
.csw_content_text_6 {
    background: url(/skin/default/images/content_10.jpg) no-repeat left;
    font-family: "微软雅黑";
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
	margin-top:15px;
}
.csw_content_text_6 a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-origin: padding-box;
    background-size: auto auto;
    border-color: #e1e1e3;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 3px #d3d3d3;
    color: #000;
    font-size: 12px;
    margin: 0 5px;
    overflow: hidden;
    padding: 0 5px;
    position: relative;
}
.csw_content_text_6 a:hover {
    background: #1c70b7 none repeat scroll 0 0;
    color: #fff;
    height: 25px;
    line-height: 25px;
}
/*注册 css样式*/
.login{ width:1200px; margin:30px auto; overflow:hidden;}
.login_title{ border-bottom:dashed 1px #ddd; margin:0 auto 40px; font-size:20px; font-weight:bold; color:#666; background:url(/skin/default/images/icon05.png) left no-repeat; padding-left:35px; line-height:40px; }
.login_left{ float:left; width:50%; overflow:hidden; margin-left:20px; margin-bottom:50px; margin-top:40px; padding-right:4%;  border-right: solid 1px #e9e9e9; display:block}
.callbox{   margin:0px auto 0; overflow:hidden}
.callbox li {
    margin-bottom: 10px; border-bottom:none; overflow:hidden; 
}
.callbox li strong {
    color: #333;
    display: inline-block;
    float: left;
    font: bold 14px/30px "微软雅黑"; width:100px; text-align:right; margin-right:20px;
}
.callbox li em {
    color: #e35a3e;
    display: inline-block;
    font: 13px/30px "微软雅黑";
}
.callbox li input {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #aaa;
    color: #333;
    display: inline-block;
    float: left;
    font: 13px/20px "微软雅黑";
    height: 20px;
    margin: 0 5px;
    padding: 4px 10px;
}
.callbox li .txt1 {
    width: 545px;
}
.callbox li .txt2 {
    width: 430px;
}
.callbox li .txt4 {
    width: 650px;
}
.callbox li .txt5{
    width: 140px;
}

.callbox li span {
    display: inline-block;
    float: left;
    /*margin: 0 5px 0 25px;*/
}
.callbox li span label{  margin: 7px 5px; line-height:30px;}
.callbox li input.rad {
    display: inline-block;
    float: left;
    height: 13px;
    margin: 7px 5px;
    width: 13px;
}
.callbox li textarea {
    background: #fafafa;
    border: 1px solid #aaa;
    color: #333;
    display: inline-block;
    float: left;
    font: 13px/20px "微软雅黑";
    /*height: 178px;*/
    margin: 0 5px;
    outline: medium none;
    overflow-y: hidden;
    padding: 10px;
    width: 450px;
}
.callbox .zrxx-btn {
    height: 35px;
    margin-top: 30px;
    padding-left: 124px; margin-bottom:20px;
}
.callbox  a {
    
    display: inline-block;
    font: 14px/35px "微软雅黑";
    height: 35px;
}
.callbox .zrxx-btn .a1{ border:none; background:#1c70b7;  border-radius:4px; color:#fff; width: 110px; height: 35px;  text-align: center;  margin-right: 20px;}
.callbox .zrxx-btn .a2{ text-decoration: underline; color:#666}
.callbox .zrxx-btn .a3{ border:none; background:#e4e4e4;  border-radius:4px; color:#333; width: 110px; height: 35px;  text-align: center;  margin-right: 20px;}


.no_ueser{ margin-bottom:30px; margin-left:124px; font-size:13px; color:#666}

.login_right{ float:right; width:40%; margin-top:120px; }
.login_right p{ line-height:30px; font-size:15px; color:#888; margin-bottom:15px;}
.login_right p i{ background:url(/skin/default/images/icon06.png) no-repeat; width:28px; height:28px; display:block; float:left; margin-right:10px; background-position: 0 0;}
.tel{ background-position:0 -28px !important;}
.login_right img{ margin-top:35px;}

.register_title{ border-bottom: dotted 1px #d7d7d7; margin:40px auto; font-size:26px; color:#666; padding-bottom:10px;}
.height40px{ height:30px !important; border-radius:6px;}
.w20px{ width:20px !important;}
.shuoming{ line-height:200%; font-size:12px; margin-bottom:0px; background:#fafafa; padding:0px 30px; /*border-top: solid 2px #e9e9e9;*/ text-indent:2em; color:#333; margin-top:0px;}
.shuoming strong{ font-size:15px;}
.online_bg {
    color: #cd0206; font-weight:bold;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    /*margin: 20px;*/
    padding-left: 25px;
}
.upload{ background:none !important; border:none !important; height:auto !important}

.callbox li .word {
    background: #fafafa;
    border: 1px solid #eaeaea;
    color: #333;
    display: inline-block;
    float: left;
    font: 13px/20px "微软雅黑";
    height: 300px;
    margin: 0 5px;
    outline: medium none;
    overflow-y: hidden;
    padding: 10px;
    width: 650px;
}
.book_time{ margin-top:15px; border-bottom:dotted 1px #ddd; overflow:hidden; padding-bottom:15px; margin-bottom:15px;}
.book_time .new_book{ float:left; font-size:14px; margin-left:15px;}
.book_time .new_book span{ margin:0 5px}
.book_time .search_year{ float:right}
.book_time .search_year select{ width:100px; margin:0 5px; padding-left:10px;}
.book_list{ width:105%;}
.book_box{ float:left; margin-right:38px; width:384px; background:#f6f6f6; padding:15px; margin-bottom:15px;}
.book_img a{ float:left; border:solid 1px #fff; width:106px; display:block; overflow:hidden}
.book_img a img{ width:106px; height:142px; display:block}
.book_pre{ float:right; width:260px;}
.book_pre h1 a{ font-size:15px; width:260px; display:block; overflow:hidden; margin-bottom:6px;}
.book_pre p{ color:#666; line-height:30px; height:30px;}
.book_pre p em{ float:left}
.book_pre p span{display:block; width:194px;overflow:hidden; white-space:nowrap; text-overflow: ellipsis; float:right}
.book_download{ margin-top:10px; overflow:hidden}
.book_download a{ float:left; font-size:13px; margin-right:15px; background:url(/skin/default/images/book_icon.png) left no-repeat; background-position:0 0; padding-left:20px;}
.book_download .download{ background-position:0 -18px !important;}





.newsbox01{ padding:10px 15px 30px; overflow:hidden;}
.newsbox01_top{ height:40px; line-height:40px; border-bottom:solid 1px #eee}
.newsbox01_top span{ float:left; background:url(/skin/default/images/icon07.png) no-repeat left; padding-left:20px; font-size:16px; }
.newsbox01_top  a{ float:right; color:#666}
.newsbox01_top  a:hover {color: #1c70b7;}
.newsbox01_list{ margin-top:15px; width:105%}
.newsbox01_list li{ line-height:34px; float:left; width:400px; margin-right:36px;}
.newsbox01_list li a{ float:left; background:url(/skin/default/images/icon01.png) left no-repeat; padding-left:15px; font-size:14px; overflow:hidden; width:300px; display:block; text-overflow: ellipsis; white-space: nowrap;}
.newsbox01_list li span{ float:right; color:#666}

/*新闻列表页 css样式*/
.video_list img{width:120px; height:90px; }

.xian_box{ overflow:hidden; margin-top:20px; margin-bottom:20px; width:105%}
.xian_box li{ float:left; width:233px; height:119px; display:block; padding:15px;font-size:18px; border:solid 1px #ddd; margin-right:20px; border-radius:4px;}
.xian_box li img{ float:left; margin-right:15px;}
.xian_box li div{ float:left; width:260px;}
.all_look{ background:#cd0206; color:#fff; width:90px; height:28px; line-height:28px; font-size:14px; display:block; text-align:center; border-radius:4px; margin-top:38px;}
.all_look:hover{ color:#fff }
.xian_box li div p{ color:#333}
.xian_box li div i{ margin-top:5px; font-size:13px; color:#999; display:block}

.pdf_left a{display: block; float: left; padding:10px 30px;}
.pdf_right p {font-size:16px;}
/*分页*/
.epages {
    font: 11px/12px Tahoma;
    padding: 10px 0 40px;
    text-align: center;
}
.epages b {
    background: #0c8fe1 none repeat scroll 0 0;
    border: 1px solid #0c8fe1;
    color: #fff;
    padding: 4px 12px;
}
.epages a {
    border: 1px solid #ddd;
    font: 12px/14px verdana;
    margin: 0 1px 0 0;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
}
.epages a:hover {
    background: #f3f8ef none repeat scroll 0 0;
    border: 1px solid #659b28;
    color: #004c7d;
    text-decoration: none;
}
.epages input {
    border: 1px solid #659b28;
    color: #659b28;
    font: bold 12px/15px Verdana;
    height: 15px;
    margin-bottom: 0;
    margin-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}
.epages .pagetotal {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #0c8fe1;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
    text-decoration: none;
}
.epages span {
    font-size: 12px;
}

.search_after{ padding:15px; margin-top:15px;}
.after_text{ border:solid 1px #ddd; height:34px; line-height:34px; outline:none; padding-left:15px; border-radius:4px; width:500px;}
.after_btn{ background:#1c70b7; border:none; border-radius:4px; height:34px; width:58px; color:#fff; text-align:center; line-height:33px; cursor:pointer; margin-left:10px; margin-right:10px;}
.search_all{ padding:0 15px 15px; color:#666; border-bottom: dotted 1px #ddd}

/*添加 CSS样式表*/
.w262px{ width:262px !important; margin-right:0 !important}
.w247px{ width:286px !important}


.bxzj_box{ width:262px; text-align:left;  } 
.bxzj_box .hd{ height:32px; line-height:32px; border-bottom:1px solid #ddd;  position:relative; border-top: solid 3px #676767 } 
.bxzj_box .hd ul{ float:left; position:absolute; left:0; top:-3px; height:35px;   } 
.bxzj_box .hd ul li{ float:left; height:32px;}
.bxzj_box .hd ul li a{ float:left; width:86px; font-size:15px; text-align:center; line-height:35px;} 
.bxzj_box .hd ul li a.on{ height:32px;  background:#fff; border:1px solid #ddd; border-bottom:2px solid #fff; cursor:pointer; border-top:solid 3px #b60004; line-height:32px;} 
.bxzj_box .tempWrap{ margin:15px;  } 

/*图文列表*/
.imgnews_box{
	padding: 24px 0;
	font-size: 0;
	border-bottom: dashed 1px #dbdbdb;
}
.imgnews_box .left-box{
	position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 194px;
    height: 120px;
    margin-right: 13px;
}
.imgnews_box .left-box .img-box{
	position: relative;
    width: 100%;
    height: 100%;
}
.img-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    max-width: 100%;
    *width: auto;
    width: 100%;
    max-height: 100%;
    *height: auto;
    height: 100%;
    margin: auto;
    border: none;
}
.ellipsis{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.imgnews_box .right-box{
	display: inline-block;
    vertical-align: middle;
    width: 649px;
    padding-left: 10px;
	min-height: 120px;
}
.imgnews_box .right-box h2{
	font-size: 16px;
	width: 500px;
    display: inline-block;
}
.imgnews_box .right-box span{
	font-size: 16px;
    display: inline-block;
}

.imgnews_box .right-box p{
	color: #c3c3c3;
	font-size: 14px;
	padding-top: 20px;
	overflow: hidden;
}

.page_news_list .advert_box{
	margin-right: 17px;
    display: inline-block;
    width: 414px;
    background: #f6f6f6;
    /*padding: 15px;*/
    margin-bottom: 15px;
}

.page_news_list .advert_box img{
	width: 100%;
    height: 119px;
    display: block;
}
.page_news_list .advert_title{
	text-align: center;
    padding: 5px;
    font-size: 14px;
}
.zt-img{
    width: 1200px;
    margin: 0 auto;
}




















