@charset "utf-8";
/* CSS Document */
body{
	text-align: center;
	font-family: "微软雅黑";
	/* [disabled]font-size: 16px; */
	color: #3f3b3b;
	line-height: 28px;
}
#center{  
 text-align:center;  
 vertical-align:middle;  
 height:200px;  
 line-height:200px;  
 width:400px;  
 border:#000000 dotted 1px;  
 }
.banner-box{
	position: relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.banner-box>.banner-inner{
	position: relative;
	width:100%;
	overflow: visible;
	margin: 0 auto;
}
.banner-box>.banner-inner>.banner{
	position: absolute;
	width:100%;
	top:0;
	left:0;
	margin: 0 auto;
}
 #top {WIDTH: 100%; 
 HEIGHT: 60px;
/* display:block;*/
 overflow:hidden;
 margin:0 auto;
 text-align:center;
 RIGHT: 0px; 
 top: 0px;
 POSITION:fixed;/*固定定位*/
 z-index:9999;
 color:#ffffff; 
 line-height:15PX;
}
#top1{background:#FFFFFF; height:500px; width:100%; margin:0 auto; background:url(../images/banner2.jpg) no-repeat center top;}
a{color:#0a355f}
a:link {
	color: #0a355f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0a355f;
}
a:hover {
	text-decoration: underline;
	color: #d90313;
}
a:active {
	text-decoration: none;
	color: #095481;
}

.contbz {
	width:100%;
	height:auto;
	margin:0 auto;
	padding-top:40px;
	background-color:#fff;
}
.txtpv {
    width: 860px;
    font-size: 18px;
    color: #333;
    line-height: 35px;
    text-align: justify;
}
.contbz span {
	font-weight:bold;
    color: #b00;
}
  /*圆*/
.cir {
	width:1000px;
	height:310px;
	margin:0 auto;
}

.bqty {
	background-color:#933;
	border-radius:20px;
	border:#900 1px solid;margin:20px 20px;
}
.bj0{
	width:900px;
	height:150px;
	font-weight:bold;
	background: url(../images/bj01.png) no-repeat; 
	margin:0 auto;
	background-position: center 60px ;
}
.bj0 h1{
	font-size:32px;
	line-height:50px;
}

.bj1 {
    width: 100%;
    height: 550px;
    background: url(../images/bj02b.jpg) no-repeat center top;
    margin: 0 auto;
}

.bj2 {
    width: 100%;
    height: 717px;
    padding: 50px 0 0 0;
    background: url(../images/bj03.jpg) no-repeat top;
    margin: 0 auto;
}
.bj3{
	width:380px;
    height: 800px;
    background: url(../images/bj04.jpg) no-repeat top;
    margin: 25px 15px 30px 10px;
    padding:6px 40px 0 40px;
    float: left;
}
.bj3-4{
	width:960px;
	height:900px;
	margin:0 auto;
}
.bj3-4 h1{
	font-size:20px;
	color:#FFF;
}
.bj3-4 p{
	font-size:18px;
	color:#333;
	line-height:32px;
	text-align:justify;
	padding-top:15px;
}

.bj4 {
    width: 900px;
    height: 40px;
    background: url(../images/bj04.png) no-repeat left;
    background-size: 40%;
    padding: 10px 0 0 12px;
    margin: 20px auto;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: left;
}
.bj4div {
	width: 900px;
    margin: 20px auto;
    font-size: 18px;
    color: #333;
    text-align: justify;
}
.bj4flo {
    width: 440px;
    height: 156px;
    float: left;
    margin: 5px;
}

.bj4txt {
    width: 220px;
    height: 140px;
    padding: 0 0 0 220px;
    font-size: 18px;
    color: #333;
    text-align: justify;
    line-height: 28px;
}

.bj4txt h1{
	font-size:22px;
    color:#133966;
	line-height: 10px;
    text-align: justify;
	font-weight:bold;
}

.bj5div {
    width: 430px;
    height: 320px;
    margin: 0 auto;
    padding: 160px 40px 0 430px;
    background: url(../images/bj09.jpg) no-repeat top;
}
.bj5div h1 {
    font-size: 21px;
    color: #333;
    text-align: justify;
    line-height: 35px;
    margin-bottom: 25px;
}
.bj5div p {
    color: #fff;
    line-height: 40px;
    margin-top: 15px;
}
.bj5div a{
	font-size:16px;
	color:#fff;
}
.bj5div a:visited {
    text-decoration: none;
    color: #fafafa;
}
.bj6 {
    width: 900px;
    height: 40px;
    background: url(../images/bj13.png) no-repeat left;
    background-size: 49%;
    padding: 10px 0 0 12px;
    margin: 20px auto;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: left;
}
.bj6div {
	width: 900px;
	height:240px;
    margin: 20px auto;
	background: url(../images/bj10.jpg) #faf8f9 no-repeat left;
	padding: 15px 25px 0 450px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
	line-height:35px;
    text-align: justify;
}

.dv {
	width: 940px;
    height:580px;
    margin: 0 auto;
}
/*透明层*/
.dis {
            background: rgba(238,243,246, 0.8) none repeat scroll !important;/* rgba(0, 0, 0, 0.2) 前三个确定颜色，最后0.2确定透明度 */
            /*实现FireFox背景透明，文字不透明*/
            background: #ffffff;
            filter: Alpha(opacity=20);
            /*实现IE背景透明,文字不透明*/
            color: #333;
            font-size:18px;
			line-height:30px;
			float:left;
			text-align:justify;
			padding:26px;
			margin:5px;
        }

.dis p {
            position: relative;
        }

        /*实现IE文字不透明*/
.dv table{
	width:960px;
	height:300px;
	border:0;
	margin-top:35px;
	font-size:18px;
	line-height:30px;
	font-weight:bold;
	color:#333;
}

.bj7{
	background: url(../images/bj08.png) no-repeat 25px center;
	background-color:#f5f5f5;
	padding-left:100px;
	width:300px;
	margin:0 auto;
}
.bj8{
	background: url(../images/bj09.png) no-repeat 25px center;
	background-color:#e8edf3;
	padding-left:100px;
	width:300px;
	margin:0 auto;
}
.bj9{
	background: url(../images/bj10.png) no-repeat 25px center;
	background-color:#f5f5f5;
	padding-left:100px;
	width:300px;
	height:135px;
	margin:0 auto;
}
.bj10{
	background: url(../images/bj11.png) no-repeat 25px center;
	background-color:#e8edf3;
	padding-left:100px;
	width:300px;
	margin:0 auto;
}
.bj11{
	background: url(../images/bj12.png) no-repeat 25px center;
	background-color:#f5f5f5;
	padding-left:100px;
	width:300px;
	margin:0 auto;
}
.bj12{
	width:900px;
	height:300px;
}
.bj12 .btxt{
	width:100%;
	font-size:22px;
    color:#133966;
	line-height: 35px;
    text-align: center;
	font-weight:bold;
	margin:25px auto;
}
.bj12 .flbox{
	width:900px;
	height:180px;
	font-size:16px;
	color:#FFF;
	font-weight: bold;
}
.bj12 .flbox .flxf, .flxr {
    width: 430px;
    height: 50px;
    float: left;
    margin: 5px 0 10px 0;
    padding: 15px;
    box-sizing: border-box;
	border-radius: 5px;
    background-color: #003665;
}
.bj12 .flbox .flxr{
	background-color:#cc0d38;
}
.font36blue{
	font-family: "微软雅黑";
	color: #003346;
	line-height:45px;
	font-weight:bold;
	font-size: 36px;
}
.font36red{font-family: "微软雅黑";
	font-size:36px;
	color:#bf213c;
	line-height:45px;
	font-weight:bold;
}

.conv {
	width:850px;
	height:700px;
	margin:0 auto;
	padding-bottom:20px;
}
.ti {
    width: 100%;
    height: 60px;
    background: url(../images/bja2.png) no-repeat center;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
    position: relative;
    top: -670px;
}	
.contxt {
    width: 98%;
    background-color: #FFF;
    box-shadow: 10px 10px 20px -5px #999;
    color:#333;
    font-size: 18px;
    padding: 60px 15px 15px 15px;
    margin-top: 80px;
}
.contxt table{
	width:95%;
	font-size:18px;
	color:#333;
	line-height:32px;
	font-weight:normal;
}
.contxt table td{
	padding-left:20px;
}
.bgtt {
	color:#039;
	font-weight:bold;
}
.bg2{
	width:780px;
	height:120px;
	font-size:18px;
	color:#333;
	line-height:32px;
	text-align:justify;
	margin:30px auto;
	background:url(../images/jled.png) no-repeat left 20px;
	padding:15px 0 0 160px;
	box-sizing:border-box;
}
.redtxt {
	font-weight:bold;
	color:#a00b0b;
}
.zxzj {
	width:800px;
	height:80px;
	margin:0 auto;
}
.txc2019 {
	width:940px;
	height:390px;
	margin:0 auto;
	border:0;
	top:0;
}
.font18 {font-family: "微软雅黑";
	font-size:18px;
	color: #3c3c3c;
	line-height: 30px;
}

.font20w {
	color: #FFF;
	font-size: 20px;
	font-family:"微软雅黑";
	font-weight:bold;
}
.font20blue{
	font-family: "微软雅黑";
	color:#0c3966;
	line-height:36px;
	font-weight:bold;
	font-size:20px;
}

.font26y{
	color: #f89111;
	font-size: 26px;
	font-family: "微软雅黑";
	line-height: 30px;
	font-weight: bold;
}
.font26blue{
	color: #0f657b;
	font-size:26px;
	font-family:"微软雅黑";
	font-weight:bold;
}
.font28y{
	font-family: "微软雅黑";
	color:#f89111;
	line-height: 30px;
	font-weight:bold;
	font-size:28px;
}