body{
	background: white;
}
@media only screen and (min-width: 1200px){
	#nav{
	width: 1200px;
	height: 60px;
	color:#C1C1C1;
	margin: auto;
	line-height: 60px;
}
#nav span{
	color:#757575 ;
}
#nav a{
	color:#C1C1C1 ;
}
.tops{
	width: 1200px;
	height:300px;
	overflow: hidden;
	margin:100px auto ;
	/*border: 1px solid red;*/
}
.sb{
	width:600px;
	height: 300px;
	float: left;
}
.tops-div{
	width:520px;
	height: 220px;
	float: left;
	padding: 40px;
	overflow: hidden;
}
.tops-div div{
	width:520px;
	height: 220px;
	overflow: hidden;
	margin: auto;
}
.tops-div h2{
	color:#5C5C5C ;
	font-size: 24px;
}
.tops-div .p1{
	margin-top: 30px;
	text-indent: 2rem;
	font-size: 14px;
	line-height: 25px;
	color: #939393;
	 overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
     -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical;
}
.tops-div span{
	width: 20px;
	height: 2px;
	display: block;
	background:#939393 ;
	margin-top: 40px;
}
.sbjj{
	width: 100%;
	min-width: 1200px;
	height: 700px;
	margin:0 auto 60px;
	background: url(../images/sbjj.png)center no-repeat;
	background-size: 100%;
	position: relative;
	
}
.sbjj div{
	width: 900px;
	height: 150px;
	padding: 50px;
	position: absolute;
	top: 50%;
	margin-top: -125px;
	left: 50%;
	margin-left: -500px;
	background: rgba(225,225,225,0.9);
	z-index: 99;
	overflow: hidden;
}
.sbjj div h1{
	text-align: center;
	line-height: 60px;
	color:#3C3C3C ;
	margin-bottom: 20px;
}
.sbjj div p{
	line-height: 25px;
	color:#949494 ;
	font-size: 14px;
	text-align: center;
}





.article-end{
	width: 1200px;
	margin: 120px auto 0;
}
.article-end h1{
	text-align: center;
	color: #333333;
}
.aside-rt{
	width: 1200px;
	height: 110px;
	margin-top: 60px;
}
.aside-rt .layui-form{
	width:1200px;
	height: 105px;
	padding-top: 5px;

}
.aside-rt .layui-form ul{
	width: 1040px;
	height: 105px;
	float: left;
}
.aside-rt .layui-form li{
	float: left;
	margin-right: 40px;
}
.aside-rt .layui-form-item{
	width: 480px;
	margin-top: 5px;
	
	display: block;
	float: left !important;
}
.aside-rt .layui-input-block {
	width: 480px;
    margin-left: 0;
    min-height: 36px;
    float:left;
    border-radius: 3px;
}
.aside-rt .layui-input-block  input{
	background:#F5F5F5 ;
	 border-radius: 3px;
}
.aside-rt .layui-input-inline{
	width: 480px;
	height: 38px;
}
.aside-rt .submit{
	width: 68px;
	height: 68px;
	float: right;
	background: #3B4443;
	color: white;
	text-align: center;
	font-size: 24px;
	padding: 20px;
	cursor: pointer;
}
.aside-rt .layui-form-item .layui-input-inline {
    float: left;
    width: 480px;
    /*margin-right: 10px;*/
}
.aside-rt .layui-form-select dl dd.layui-this {
    background-color: #38BBAB;
    color: #fff;
}
.bf{
	width:320px ;
	height: 40px;

}
.bf1{
	margin-right: 20px !important;
}

.bf .layui-form-item .layui-input-inline {
    float: left;
    width: 320px;
    /* margin-right: 10px; */
}
.bf .layui-form-item {
    width: 320px;
    margin-top: 5px;
    display: block;
    float: left !important;
}
.sbjj-img{
	display: none;
}
}
@media only screen and (min-width: 768px) and (max-width:1200px) {
	#nav{
	width: 100%;
	height: 60px;
	color:#C1C1C1;
	margin: auto;
	padding-left: 2rem;
	line-height: 60px;
	border-top: 1px solid gainsboro;
}
#nav span{
	color:#757575 ;
}
#nav a{
	color:#C1C1C1 ;
}
.tops{
	width: 98%;
	overflow: hidden;
	margin:20px auto ;
}
.sb{
	width:50%;
	float: left;
}
.tops-div{
	width:48%;
	/*height: 220px;*/
	float: left;
	padding:0 1%;
	overflow: hidden;
}
.tops-div div{
	width:100%;
	height: 220px;
	overflow: hidden;
	margin: auto;
}
.tops-div h2{
	color:#5C5C5C ;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
}
.tops-div .p1{
	margin-top: 20px;
	text-indent: 2rem;
	font-size: 14px;
	line-height: 25px;
	color: #939393;
	 overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
     -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical;
}
.tops-div span{
	width: 20px;
	height: 2px;
	display: block;
	background:#939393 ;
	margin-top: 40px;
}
.sbjj{
	width: 100%;
	margin:0 auto 60px;
	position: relative;
}
.sbjj-img{
	display: block;
	width: 100%;
}
.sbjj div{
	width:70%;
	height: 150px;
	padding: 20px 5%;
	position: absolute;
	top: 50%;
	margin-top: -95px;
	left:10%;
	background: rgba(225,225,225,0.9);
	z-index: 99;
	overflow: hidden;
}
.sbjj div h1{
	text-align: center;
	line-height: 60px;
	color:#3C3C3C ;
	margin-bottom: 20px;
}
.sbjj div p{
	line-height: 25px;
	color:#949494 ;
	font-size: 14px;
	text-align: center;
}





.article-end{
	width: 98%;
	margin: 40px auto;
}
.article-end h1{
	text-align: center;
	color: #333333;
}
.aside-rt{
	width: 100%;
	height: 110px;
	margin-top: 60px;
}
.aside-rt .layui-form{
		width: 100%;
	height: 105px;
	padding-top: 5px;
	
}
.aside-rt .layui-form ul{
	width:85%;
	height: 105px;
	float: left;
}
.aside-rt .layui-form .shu{
	float: left;
	width: 48%;
	margin-right:1%;
	margin-left: 1%;
}
.aside-rt .layui-form-item{
	width:100%;
	margin-top: 5px;
	display: block;
	float: left !important;
}
.aside-rt .layui-input-block {
	width:100%;
    margin-left: 0;
    min-height: 36px;
    float:left;
    border-radius: 3px;
}
.aside-rt .layui-input-block  input{
	background:#F5F5F5 ;
	 border-radius: 3px;
}
.aside-rt .layui-input-inline{
	width: 100%;
	height: 38px;
}
.aside-rt .submit{
	width: 68px;
	height: 68px;
	float: right;
	background: #3B4443;
	color: white;
	text-align: center;
	font-size: 24px;
	padding: 20px;
	cursor: pointer;
}
.aside-rt .layui-form-item .layui-input-inline {
    float: left;
    width: 31%;
    margin: 0 1%;
}
.aside-rt .layui-form-select dl dd.layui-this {
    background-color: #38BBAB;
    color: #fff;
}
.bf{
	width:31% ;
	height: 40px;
	margin: 0 1% 10px;
	float: left;
}

.bf .layui-form-item .layui-input-inline {
    float: left;
    width: 100%;
    /*margin: 0 1%;*/
}
.bf .layui-form-item {
    margin: 0 1%;
    margin-top: 5px;
    display: block;
    float: left !important;
}
}
@media only screen and (max-width: 768px) {
		#nav{
	width: 100%;
	height: 60px;
	color:#C1C1C1;
	margin: auto;
	padding-left: 2rem;
	line-height: 60px;
	border-top: 1px solid gainsboro;
}
#nav span{
	color:#757575 ;
}
#nav a{
	color:#C1C1C1 ;
}
.tops{
	width: 98%;
	overflow: hidden;
	margin:20px auto ;
}
.sb{
	width:90%;
	display: block;
	margin: auto;
}
.tops-div{
	width:94%;
	padding:0 3%;
	overflow: hidden;
}
.tops-div div{
	width:100%;
	overflow: hidden;
	margin: auto;
}
.tops-div h2{
	color:#5C5C5C ;
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.tops-div .p1{
	text-indent: 2rem;
	font-size: 14px;
	line-height: 25px;
	color: #939393;
}
.tops-div span{
	display: none;
}

.sbjj{
	width: 98%;
	margin:0 auto 20px;
}
.sbjj-img{
	display: block;
	width: 90%;
	margin: auto;
}
.sbjj div{
	width:94%;
	padding: 0 3%;
}
.sbjj div h1{
	text-align: center;
	line-height: 40px;
	color:#3C3C3C ;
	font-size: 16px;
	font-weight: 700;
}
.sbjj div p{
	line-height: 25px;
	color:#949494 ;
	font-size: 14px;
	text-indent: 2rem;
}
.article-end{
	width: 98%;
	margin: 20px auto;
	padding: 1px 0;
	overflow: hidden;
}
.article-end h1{
	text-align: center;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
}
.aside-rt{
	width: 100%;
	margin-top: 20px;
}
.aside-rt .layui-form{
	width: 100%;
	padding-top: 5px;
	background: yellowgreen;
}
.aside-rt .layui-form ul{
	width:100%;
	float: left;
}
.aside-rt .layui-form .shu{
	float: left;
	width: 100%;
}
.aside-rt .layui-form-item{
	width:100%;
	margin-top: 5px;
	display: block;
	float: left !important;
}
.aside-rt .layui-input-block {
	width:100%;
    margin-left: 0;
    min-height: 36px;
    float:left;
    border-radius: 3px;
}
.aside-rt .layui-input-block  input{
	background:#F5F5F5 ;
	 border-radius: 3px;
}
.aside-rt .layui-input-inline{
	width: 100%;
	height: 38px;
}
.aside-rt .submit{
	width: 100%;
	height: 38px;
	float: right;
	background: #3B4443;
	color: white;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	cursor: pointer;
}
.aside-rt .layui-form-item .layui-input-inline {
    float: left;
    width:100%;
    margin: 0 auto;
}
.aside-rt .layui-form-select dl dd.layui-this {
    background-color: #38BBAB;
    color: #fff;
}
.bf{
	width:100% ;
	height: 40px;
	margin: 0 auto 10px;
	float: left;
}

.bf .layui-form-item .layui-input-inline {
    float: left;
    width: 100%;

}

}
