@charset "utf-8";

/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;border:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#3573b5;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#3573b5;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
.mt_30{margin-top:30px;}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/
.w{width: 1200px; margin: 0 auto;}




/*当前位置*/
.position{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #000000;
}
.position .position-txt{
	padding-left: 25px;
	font-size: 13px;
	color: #454545;
}

/*内容*/
.con{
	margin-top: 30px;
	margin-bottom: 30px;
}
/*左侧*/
.con .con-left{
	float: left;
	width: 300px;
	/*height: 820px;*/
	margin-right: 30px;
	background-color: #efefef;
}
.con-left .con-left-title{
	width: 300px;
	height: 50px;
	line-height: 50px;
	padding-left: 45px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color:#e51f1f;
}


/*右侧*/
.con .con-right{
	float: left;
	width: 870px;
	min-height: 650px;
	font-size: 17px;
	color: #333;
	padding: 10px 0 0 25px;
	background-color: #f9f9f9;
}

.title_box {
    height: 400px;
    background: url(bg.png) no-repeat;
    width: 100%;
    background-position: center;
    background-size: 100% 100%;
}
.title_bt {
    height: 1.8rem;
    line-height: 1.3rem;
    color: #ffffff;
    font-size: 0.24rem;
}

.title_bt h1 {
    outline: none;
    line-height: 1.8rem;
    font-size: 72px;
    font-weight: bold;
    text-align: center;
	padding-top: 200px;
}
.kstb_sxbl_banner {
    width: 1.4rem;
    height: 1rem;
    margin: 0 auto;
    position: relative;
}

.kstb_sxbl_banner h1 {
    opacity: 0.08;
    font-size: 0.84rem;
    color: #1492FF;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.84rem;
    position: absolute;
    z-index: -1;
    left: 0.18rem;
}

.kstb_sxbl_banner .kstb_sxbl_title {
    width:300px;
    font-size: 40px;
    color: #363A44;
    letter-spacing: 0;
    text-align: center;
    line-height: 0.28rem;
    position: absolute;
    bottom: 0.16rem;
}

.kstb_sxbl_banner .kstb_sxbl_title strong {
    display: block;
    width: 0.8rem;
    height: 0.04rem;
    background: #1492FF;
    margin: 0.06rem auto 0;
}

.wsyzb_subtitle {
    text-align: center;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 0.16rem;
    color: #666666;
    letter-spacing: 0;
}

.jcwz {
    font-size: 0.28rem;
    color: #333333;
    background-color: #fff;
    letter-spacing: 0.03rem;
    height: 2rem;
}

.jcsz {
    color: #EBF2FA;
    font-size: 0.87rem;
    font-weight: bold;
    text-align: center;
    display: block;
    height: 0.32rem;
    border-bottom: 0.05rem solid #1677ff;
}

.qnb {
    height: 2rem;
    background-color: #f4f9ff;
    margin-top: -0.5rem;
    border-radius: 0.1rem;
}

.jczw_border1 {
    width: 1.8rem;
    padding-top: 0.3rem;
    float: left;
}

.jczw_border {
    /*width: 1.8rem;*/
    padding-top: 0.5rem;
    float: left;
}

