﻿body{
	font-size:14px; 
	font-family:"Microsoft YaHei","微软雅黑",'&#20013;&#20449;&#31934;&#24425;&#51;&#54;&#53;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#26032;&#25163;&#24320;&#25143;&#25351;&#21335;&#95;&#51;&#54;&#53;&#30452;&#25773;&#32593;&#32593;&#32476;&#30005;&#35270;&#21488;&#19979;&#36733;','Arial',sans-serif;
	margin: 0; padding: 0;
	background:#fff;
	color:#000;
	/**background:#F2F2F2;**/
}
html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, ol,ul,li,code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {margin: 0;padding: 0;}
ul,li{list-style:none;}

a{color:#333;text-decoration:none;}
a:hover{color:#c30;text-decoration:underline;}
a img{border:none;}
.button {
	  color: #fff;
	  background-color: #B90017; 
	  border-color: #EEE;
	  font-weight: 300;
	  font-size: 16px;
	  text-decoration: none;
	  text-align: center;
	  line-height: 32px;
	  height: 32px;
	  padding: 0 40px;
	  margin: 0;
	  display: inline-block;
	  appearance: none;
	  cursor: pointer;
	  border: none;
	  -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			  box-sizing: border-box;
	  -webkit-transition-property: all;
			  transition-property: all;
	  -webkit-transition-duration: .3s;
			  transition-duration: .3s;
  /*
  * Disabled State
  *
  * The disabled state uses the class .disabled, is-disabled,
  * and the form attribute disabled="disabled".
  * The use of !important is only added because this is a state
  * that must be applied to all buttons when in a disabled state.
  */ }
  .button:visited {color: #fff; }
  .button:hover, .button:focus {
    background-color: #D3242D;
    text-decoration: none;
    outline: none;
}
  .button:active, .button.active, .button.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    text-decoration: none;
    background-color: #0E67C9;
    border-color: #cfcfcf;
    color: #fff;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
  .button.disabled, .button.is-disabled, .button:disabled {
    top: 0 !important;
    background: #EEE !important;
    border: 1px solid #DDD !important;
    text-shadow: 0 1px 1px white !important;
    color: #CCC !important;
    cursor: default !important;
    appearance: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    opacity: .8 !important; }
.header .button:active{backgroud:#B90017;}

.fleft{float:left;}
.fright{float:right;}
.clear{clear:both;}
.container{width:1200px; margin:0 auto;/* margin-top:15px; *//* background:#fff;margin-top: 261px; */}
.import_news{width: 1200px;margin: 0 auto;text-align: right;padding: 14px 0;background: rgba(255, 255, 255, 0)}
.header{background: url(../images/banner.png) no-repeat; height:183px; position:relative;}
.logo{margin-top:10px;width:650px;float:left;}
.searchbox{height:40px;min-width:240px;position:absolute; right:0px; top:40px;}
.headerinfo{width:400px;height:20px;padding:5px;position:absolute; right:0px; bottom:10px;background:rgba(255,255,255,.7);}
.headerinfo .weather{margin-right:20px;float:right;}
.weatherpic{height:20px;vertical-align:middle}
.weatherinfo{position:absolute;right:3px;bottom:5px;width:270px;text-align:right}
.main{overflow:hidden;margin-bottom:10px;}
.left{width:880px; float:left;}
.sidebar{width:300px;float:right;}
.footer{height:80px; background: url(../images/footerbg.jpg) repeat-x; color:#fff;padding:10px; text-align:center;position:relative;}
.content {padding:20px;border:1px solid #f2f2f2; min-height:815px;}
.content .head{ border-bottom:1px solid #ccc; padding-bottom:10px; text-align:center;}
.content .head h3{color:#CA0011;text-align:center;font-size:20px;font-weight:normal}
.contentbody{padding-top:20px;font-size:16px;}
.contentbody p{text-indent:2em; font-size:16px;margin-bottom:18px;line-height:200% !important;}
.contentbody p img{max-width:100%;}

.contentbody ul,.contentbody ol{margin-left:10px;}
.contentbody ul li{list-style:disc;margin:10px;}
.contentbody ol li{list-style:decimal;margin:10px;}
.contentbody li{display: list-item;}
.navbar{background:url(../images/navbg.png) bottom repeat-x;height:38px;padding:4px 20px 0 20px;}

ul.nav>li{float:left;position:relative;	font-size:1.15em; z-index:99999}
ul.nav>li a{display:block;height:38px;line-height:38px;color:#fff;text-decoration:none;}
ul.nav>li>a{border-top-left-radius:5px;border-top-right-radius:5px;width:165px;text-align:center;font-weight:bold;}
ul.nav>li a:hover {background:#F0EFE7; color:#BB2023;text-decoration:none;}
/*ul.nav>li:last-of-type >a{border-right:0;}
.first{border-top-left-radius:10px;border-bottom-left-radius:10px;}
.last{border-top-right-radius:10px;border-bottom-right-radius:10px;}
*/
ul.subnav{display:none;}
ul.subnav li{width:165px; font-size:0.9em}
ul.subnav li a{height:38px;line-height:38px;border-right:0;background:#CD0001;border-bottom:1px solid #fff;padding:0 10px;}
.subnav li:last-of-type a{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-bottom:none;}
ul.nav>li:hover > .subnav{position:absolute;top:38px; left:0;z-index:1001;display:block;}
.triangle{background:url(../images/triangle.png) no-repeat; width:11px; height:8px; position:absolute; top:-9px;left:90px;}
h1,h2,h3,h4,h5,h6{	
	padding: 5px 0px 5px;
	margin: 0px;
	font-weight: 600;
	
}
.sitemap{margin-left:30px;}
.sitemap ul{margin-left:30px;}
.width100box{
	padding: 0;
	min-height:125px;
	border:1px solid #f2f2f2;
	margin-bottom:10px;
}
.boxtitle{ background:#F5EEEA;border-bottom:2px solid #B90017;}
.boxtitle h3{padding-left:5px;color:#B91B29;}
a.more{float:right;margin-right:5px; font-size:14px;color:#B91B29;}

.sideboxheader em, .panel-header em{font-style:normal;}
.sideboxheader a.more{color:#fff;margin-right:0;font-weight:normal}
.sideboxheader a.more:hover{color:#fff;}
.boxbody{padding:0 5px;}
.articlelink{padding:5px 0; border-bottom:1px dashed #f2f2f2;}
.articlelink:last-of-type{border-bottom:0;}
.footer a{color:#fff;}
.footer a:hover{color:#fff;text-decoration:underline;}
.date{font-size:0.9em;line-height:22px;}
.width50box{
	padding: 0;
	min-height:125px;
	margin-bottom:10px;
	width:49%;
	float:left;	
	border:1px solid #f2f2f2;
}
.width50box:nth-child(odd){float:right;}

input[type='text'],select{
	-web-kit-appearance:none;
	-moz-appearance: none;
	font-size:14px;    	
	height:32px; 
	line-height:32px;	
    padding-left:5px;
	border:1px solid #c8cccf;
	color:#333; 
	outline: 0;
}
input[type='radio'],input[type='checkbox'] {
    height: 26px;
    border: none;
    background: #eaeaea;
    vertical-align: middle;
    line-height: 26px;
	margin-right:10px;
}
textarea{color:#333;border:1px solid #c8cccf;padding:5px;outline:none;font-size:14px;font-family: "Microsoft YaHei","微软雅黑",'&#20013;&#20449;&#31934;&#24425;&#51;&#54;&#53;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#26032;&#25163;&#24320;&#25143;&#25351;&#21335;&#95;&#51;&#54;&#53;&#30452;&#25773;&#32593;&#32593;&#32476;&#30005;&#35270;&#21488;&#19979;&#36733;','Arial',sans-serif;}
select{padding:2px;height:2em;outline:0;}
select.linkdropdown{width:100%;margin-bottom:10px;}
.form-wrapper{position:absolute; top:6px; right:0;}    
    .form-wrapper input {
        width: 150px;
        height: 28px;
        padding-left:  5px;
        background:#fff !important;
		line-height:28px;
        float: left;      
        border: 1px solid #B7001E;
        background: #f2f2f2;          

    }   
.form-wrapper button {
		overflow: visible;
        position: relative;
        float: left;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 28px;
        line-height:28px;
        width: 80px;
		font-size: 14px;
       
    }  	
   /* .form-wrapper button {
		overflow: visible;
        position: relative;
        float: left;
        border: 0;
        padding: 0;
        cursor: pointer;
        height: 32px;
        width: 80px;
        color: #fff;
        text-transform: uppercase;
        background: #B90017;        
        border-radius: 0 3px 3px 0;   
		 outline:0;
        text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
    }   */
      
    .form-wrapper button:hover{		
        background: #D10017;
    }	
      
    .form-wrapper button:active,
    .form-wrapper button:focus{   
        background: #0E67C9;    
    }
 /*   
    .form-wrapper button:before {
        content: '';
        position: absolute;
        border-width: 8px 8px 8px 0;
        border-style: solid solid solid none;
        border-color: transparent #B90017 transparent;
        top: 8px;
        left: -6px;
    }
    
    .form-wrapper button:hover:before{
        border-right-color: #D10017;
    }
    
    .form-wrapper button:focus:before{
        border-right-color: #0E67C9;
    }    
   */ 
    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
.formlogin label{display:inline-block; width:50px;height:32px;}
.formlogin input{margin-bottom:10px; display:inline-block; width:200px; }
.red{color:#B91B29;}
.errormsg{color:#f00;margin-bottom:20px;font-weight:bold;}
.success{color:#2B952B;margin-bottom:20px;font-weight:bold;}
.center{text-align:center;margin-left:auto;margin-right:auto;}
.right{text-align:right;}
.bread{height:40px;line-height:40px; background:#f2f2f2;}
.sidebox{margin-bottom:15px;}
.sideboxheader{background: url(../images/block1.png) 0px 0px repeat-x; color:#fff;padding:0 10px; font-size:16px;line-height:34px;}
.sideboxbody{padding:10px;border:1px solid #C61F35; border-top:0;}
.min200{min-height:200px;}
.w100{width:100%}



.panel {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin-bottom:10px;
}
.panel-default {
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
   
}
.minheight{min-height:201px;}
.w50{width:49%; float:left;min-height:295px;}
.w50:nth-of-type(even){float:right;}
.w50:last-of-type:nth-of-type(odd){width:878px;}
.panel-header {
    background: url(../images/block1.png) 0px -100px repeat-x;
    color: #333;
    padding: 0;
    border-bottom: #cf0000 3px solid;
    height: 32px;
    background-color: transparent;
}

.headertitle{
	height: 32px;
	min-width:60px;
	line-height:32px;
	color:#fff;
	padding-left:15px;

	font-size:16px;
	float:left;
	background: url(../images/block1.png) 0px 0px repeat-x;
}
.feedback .headertitle{
	background: url(../images/block2.png) 0px 0px repeat-x;
}
.headermid{
	height: 32px;
	width:51px;
	float:left;
	background: url(../images/block1.png) 0px -50px no-repeat;
}
.panel-header em{float:right; line-height:32px;}
.panel-body{padding:10px;}
p.yj{text-indent:2em;line-height:26px;text-align:justify;margin:10px 0;}

ul.general>li{border-bottom:1px dashed #f2f2f2;padding:2px 2px 2px 15px;background: url(../images/dot.png) no-repeat left 8px;position:relative;}
ul.general>li>a{display:block;margin-right:90px;}
ul.general>li:nth-child(10n){border-bottom:1px dashed #f00}
ul.general>li:nth-child(10n):last-child{border-bottom:1px dashed #f2f2f2;}
ul.general>li  em {
	position:absolute;
	bottom:3px;
	right:0; 
    display: block;
    text-decoration: none;
    font-style: normal;
    font-size: 0.9em;
	/**margin-top:-24px;*/

}

.breadcrumb { 
    display: block;
    list-style: none;
    padding-left:5px;
}
.breadcrumb>li {
    display: inline;
    text-shadow: 0 1px 0 #fff;
}
.breadcrumb>li span {
    padding: 0 5px;
    color: #ccc;
}

.listpage{min-height:720px;}
.cat{color:#0E67C9;}
.kewords{font-weight:bold;color:#f00;}
.page{padding:40px 20px;}
.paging{margin:30px auto;}
.paging a,.paging span{border:1px solid #ccc;padding:2px 5px;margin-right:3px;}
.paging a[disabled]{color: #ccc;}
.paging a.current{background:#aaa;}
.customform>div{
        margin-bottom: 20px;
      }
.customform>div:last-child{margin-bottom:0;}     
.customform label{
        display: inline-block;
		width:80px;
		padding-right:20px;
        vertical-align: middle;
		text-align:right;
        font-weight: normal;
      }
 .customform input{
        vertical-align: middle;
        width: 80%;
        height: 36px;
      }
.customform textarea{
        width: 80%;
        height: 200px;
        resize:none;
        vertical-align: middle;
      }
#tp-weather-widget{position:absolute; right:5px; top:0px;}
.mainheader{overflow:hidden;margin-bottom:10px;}
.slideBox{ width:530px; height:300px;text-align:left;position:relative;}
.slideBox .hd{  position:absolute; bottom:0px;right:0px;z-index:15; }
.slideBox .hd ul{ float:left; height:20px;}
.slideBox .hd ul li{float: left; width: 12px;height: 12px;border-radius: 6px;background: #fff;margin: 0 5px;}
.slideBox .hd ul li.on{ background:#D3242D;}

.slideBox .bd li p{background:rgba(0,0,0,.5); color: #fff; position:absolute; bottom:3px; width: 560px; padding: 5px 10px; font-size: 14px  }
.slideBox .next{display: inline-block;
    width: 40px;
    height: 76px;
    background: url(../images/news-right.png) no-repeat center;
    position: absolute;
    top: 36%;
    right: 0;
    opacity: 0;
    transition: all 0.3s linear 0s;
}
.slideBox .prev{
	display: inline-block;
    width: 40px;
    height: 76px;
    background: url(../images/news-prev.png) no-repeat center;
    position: absolute;
    top: 36%;
    left: 0;
    opacity: 0;
    transition: all 0.3s linear 0s;
}
.slideBox:hover .prev{ opacity:1;}
.slideBox:hover .next{ opacity:1;}
.mainheaderleft{width:530px;float:left;height:300px;margin-right:10px;}
.mainheadermid{width:650px;float:right;max-height:300px;overflow:hidden;}
.mainheaderright{width:300px;float:right;max-height:300px;overflow:hidden;}
.headheight{height:298px;}
.toppanel{height:300px;}
.toppanel-header{background:#E96161;padding:6px 10px;font-size:16px;color:#fff;border-top-left-radius:10px;border-top-right-radius:10px; }
.toppanel-body{border:1px solid #DDDDDD;padding:10px;height:245px}
.link{text-align:center;}
.link img{margin:5px 0;}
#_ideConac{position:absolute; top:15px;right:40px;}
ul.hdjlnav{margin: 15px 0;}
ul.hdjlnav > li {width:33%; float:left;}
ul.hdjlnav > li a{
    margin: 5px 15px;
    
}
ul.hdjlnav > li a:hover{	
	background:#B7001E;
}

/*二维码样式*/
.erweima {
	z-index: 10001;
    width: 120px;
    /* height: 150px; */
    padding: 12px 2px 2px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    /* bottom: 90px;
    right: 5px;
    bottom: 300px; */
    bottom: 15%;
    right: 1px;
}
.erweima img {
	width: 100px;
    display: block;
    margin: 0 auto;
    border: 1px solid #e9e9e9;
}
.erweima p {
	/* height: 48px; */
    font: normal 12px/24px Arial;
    text-align: center;
}
.box-shadow {
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 80%);
    -webkit-border-radius: 4px;
}

