@charset "UTF-8";
*{
	margin: 0;
	padding: 0;
}
/*版心区域*/

#box1{
	height: auto;
	margin:auto;
	padding: 1px;
	background-color: #D2DFDA;
}
#box2{
	margin:auto;
	padding: 1px;
	background-color: #F1ECEC;
}

#box3{
	margin:auto;
	padding-top: 1px;
	background-color: #D2DFDA;
}
#box4{
	margin: auto;
	background-color: #C1BFBF;
	padding: 1px;
	background: url(../img/page_bg/1.png)		
}
.box{
	width:70%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1px;
	padding: 1px;

}
.box .box_title{
	float: inherit;
    width: 100%;
    margin: 0px auto 0;
	padding: 1px;
/*	align-content: stretch;*/
}
.box .box_title .h2{
	color: #333;
    font: bold 29px "微软雅黑";
    text-align: center;
    margin: 20px 0;
}
.box .box_title .line_style{
	width: 100%;
    text-align: center;
    height: 0;
    margin-bottom: 10px;
}

.box .box_title .line_style .down_line1{
	display: inline-block;
    width: 60px;
    height: 3px;
    background-color: #ffd400;
}
.box .box_title .line_style .down_line2{
    display: inline-block;
    width: 180px;
    height: 3px;
    background-color: #2284f1;
    margin: 0 5px;
}
.box .box_title .line_style .down_line3{
	display: inline-block;
    width: 60px;
    height: 3px;
    background-color: #ff3838;
}
.box .box_text{
	display: flex;
/*
	width: auto;
	height: auto;
*/
	margin: 20px 20px;
}
.box .box_text .p{
	color: #666666;
    font: normal 16px "微软雅黑";
    margin: 0;
    line-height: 24px;
    text-align: left;
}
.p span{
	color: #FC070B;
}

.box .box_show{
	width: 100%;
	margin: 10px 1px;
	padding: 1px 1px 1px 1px;
	border-radius:1px;
	background-color: #fff;
}

.box .box_show .showcie_left{
	float: left;
	height: auto;
	margin: 10px 10px;;

}
.box .box_show .showcie_right{
	float: right;
	height: auto;
	margin: 10px 10px;;

}

.box .box_show .img{
	align-content: center;
	width: 98%;
	margin: auto;
	
}
.box .box_show .showbox{
	display: flex;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 1px;
}


.box .box_show .showbox img{
	float: left;
	width: auto;
	height: auto;
	margin: 50px 5px 30px 10px ; 
}


.box .box_show .showbox h3{
	color: #333;
    font: bolder 24px "微软雅黑";
    text-align: center;
    margin: 100px 0 20px 20px;
}

.box .box_show .showbox h4{
	color: #333;
    font: normal 16px "微软雅黑";
    margin: 10px 20px;
    line-height: 24px;
    text-align: center;
}

.box .box_show .showbox p{
	color: #666666;
    font: normal 16px "微软雅黑";
    margin: 30px;
    line-height: 24px;
    text-align: left;
}



.downloadbox{
	width: 1200px;
	height:120px;
	border-radius:10px;
	margin: 30px auto ;
	padding: 1px;
	background-color: #fff;
}

.downloadbox .title{
	width: 100%;
	height: 80px;
	margin: 10px;
	color: #73EC12;
}
.downloadbox h2{
	color: #666666;
	font-size: 24px;
	margin: 30px;
	padding: 20px;
	border-style: none none none solid;
	border-color: chartreuse;
	border-width: 5px;
}

.downloadbox .main{
	width: 100%;
	height: auto;
	margin: 10px;
	background-color: #fffff;
}
.downloadbox .icon{
	float: left;
	width: 100px;
	height: 100px;
	margin-left: 30px;
}

.downloadbox .icon img{
	width: 100%;
	height: 100%;
}

.downloadbox .text{
	float: left;
	width: 1000px;
	height: 100px;
	margin-left: 30px;

}
.downloadbox .text h4{
	color: #333;
	margin: 10px;
}

.downloadbox .text p{
	color: #666;
	margin: 10px;
}

.downloadbox .text a{

	margin: 10px;
}