.clear{
	clear: both;
}
.header{
	width:100%;
	height:80px;
}
.header .headBox{
	width:70%;
	margin:0 15%;
	height: 100%;
	position: relative;
}
.header .headBox .leftNav{
	width:30%;
	height:80px;
	float: left;
	overflow: hidden;
}
.header .headBox .leftNav .logoBox{
	overflow: hidden;
    border-color: transparent;
    border-width: 0px;
    width: 80px;
    height: 80px;
    float:left;
}
.header .headBox .leftNav .logoBox img{
	width:100%;
	height:100%;
}
.header .headBox .leftNav .Navtext{
	margin-top:8%;
	float:left;
	text-indent: 10px;
	font-family: 微软雅黑;
    font-size: 20px;
    color: rgb(102, 102, 102);
}
.header .headBox .navMenu{
	float:right;
	width:70%;
	height:85%;
	position: absolute;
	top:15%;
	right: 0px;
}
.header .headBox .navMenu ul li{
	width:15%;
	float:left;
	text-align: center;
	line-height:52px;
}
.header .headBox .navMenu ul li a{
	font-size:14px;
}
.header .headBox .navMenu ul .Cutcolor{
	background-color: #4a86e8;
	transition: width 0.5s;
	-moz-transition: width 0.5s;	/* Firefox 4 */
	-webkit-transition: width 0.5s;	/* Safari 和 Chrome */
	-o-transition: width 0.5s;	/* Opera */
}
.header .headBox .navMenu ul .Cutcolor a{
	color:white;
	transition: width 0.5s;
	-moz-transition: width 0.5s;	/* Firefox 4 */
	-webkit-transition: width 0.5s;	/* Safari 和 Chrome */
	-o-transition: width 0.5s;	/* Opera */
}
/*当分辨率小于1000*/
.header .headBox .navMenu .mobileBox{
	float:right;
	width:50%;
	height: 100%;
	position:relative;
	z-index:999;
}
.header .headBox .navMenu .mobileBox> span{
	display:block;
	width:20%;
	position:absolute;
	top:20%;
	right:10%;
}
.header .headBox .navMenu .mobileBox ul{
	width:100%;
	position:absolute;
	top:100%;
	left:1em;
	z-index:100;
	clear:both;
	background:white;
}
.header .headBox .navMenu .mobileBox ul li{
	width:100%;
	clear: both;
}
.header .headBox .navMenu .mobileBox> span i{
	display:inline-block;
	width: 35px;
	height:35px;
	background:url(../images/menu_icon.png);
	position: relative;
}
.header .headBox .navMenu  .mobileBox> span i:after{
	content: "菜单";
	font-size:1.5em;
	position: absolute;
	left:-2.2em;
	top:0.25em;
	color: rgb(28, 69, 135);
}
.header .headBox .navMenu .mobileBox> span:hover{
	cursor:pointer;
}

#banner-index{width:100%;height:680px;position:relative;z-index:1;overflow:hidden;}

.posTxt{
	position: absolute;
	top:20%;
	right: 25%;
	width:20%;
	height:200px;
	z-index:10;
}
.posTxt .posBox{
	width:100%;
	height:100%;
	position: relative;
}
.posTxt .posBox .bColor{
	/*position:absolute;*/
	width:100%;
	height:100%;
	background:#ccc;
	opacity: 0.8;
}
.posTxt .posBox .bText{
	background: white;
	position:absolute;
	top:10%;
	left: 7%;
	width:86%;
	height:80%;

}
.posTxt .posBox .bText .title{
	line-height:30px;
	font-weight: bold;
	font-size: 20px;
	color: rgb(28, 69, 135);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "微软雅黑";
	margin-top:10%;
}
.posTxt .posBox .bText .Tbody{
	margin-top:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.posTxt .posBox .bText .Tbody hr{
	width:15%;
	height:1px;
	display: inline-block;
	background: rgb(28, 69, 135);
	margin:0px 4%;
	margin-bottom: 1%;
}

.posTxt .posBox .bText .Tbody span{
	width:60%;
	font-size:14px;
	color: rgb(28, 69, 135);
}
.posTxt .posBox .bText .Tfoot{
	margin-top:8%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.posTxt .posBox .bText .Tfoot span{
	display: inline-block;
	background: rgb(28, 69, 135);
	z-index:999;
	width:43%;
	height:20px;
	margin:0 3%;
	position:relative;
	color:white;
	font-size:12px;
	text-align:center;
	line-height: 20px;

}
.posTxt .posBox .bText .Tfoot span i:nth-child(1){
	/*display:inline-block;*/
	position:absolute;
	top:0px;
	left:-8px;
	 width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 20px solid rgb(28, 69, 135);
    border-left: 8px solid transparent;
    z-index: 998;
}
.posTxt .posBox .bText .Tfoot span i:nth-child(2){
	position:absolute;
	top:0px;
	right:-8px;
	 width: 0;
    height: 0;
    border-top: 20px solid rgb(28, 69, 135);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    z-index: 998;
}
.idea{
	width:100%;
	margin-bottom:8%;
}
.idea .ideaBox{
	height:500px;
	background:url(../images/back.jpg);
	position: relative;
}
.idea .ideaBox .Box_1{
	width:40%;
	height:50%;
	background:white;
	overflow: hidden;
}
.idea .ideaBox .Box_1 .title{
	width:100%;
	height:100%;
	position:relative;
}
.idea .ideaBox .Box_1 .title p{
	 font-size: 20px;
    text-align: center;
     line-height:1.5; 
}
.idea .ideaBox .Box_1 .title p:last-child{
	color: rgb(30, 80, 174);
    font-family: 微软雅黑;
    font-size: 30px;
    line-height:140%;
    font-weight:bold;
    width:100%;
    position:absolute;
    bottom:10%;
    text-align:center;
}
.idea .ideaBox .Box_1> p{
	 display: none;
}
.idea .ideaBox .Box_2{
	width: 50%;
    height: 90%;
    position: absolute;
    top:5%;
    right:5%;
}
.idea .ideaBox .Box_2 img{
	width: 100%;
    height: 100%;
}
.idea .ideaBox .Box_3{
	width:40%;
	height:50%;
}
.idea .ideaBox .Box_3 img{
	width:100%;
	height:100%;
}

/*about*/
.about{
	width:100%;
	height:450px;
	background:url(../images/1.png);
	margin:8% 0px;
}
.about .aboutBox{
	width:100%;
	height:100%;
	position:relative;
}
.about .aboutBox .leftBox{
	width:45%;
	height: 82%;
	position:absolute;
	top:8%;
}
.about .aboutBox .leftBox .abImg{
	width:100%;
	height:100%;
	position:relative;
}
.about .aboutBox .leftBox .abImg> img{
	width:100%;
	height:100%;
}
.about .aboutBox .leftBox .abImg .logoBox{
	width:20%;
	height:80px;
	overflow: hidden;
	position:absolute;
	bottom: -8%;
	right: 0px;
}
.about .aboutBox .leftBox .abImg .logoBox img{
	width:100%;
	height:100%;
}
.about .aboutBox .upbj{
	width:45%;
	height: 82%;
	position: absolute;
	right:5%;
	top:8%;
}
.about .aboutBox .upbj .topNav{
	overflow: hidden;
}
.about .aboutBox .upbj .topNav .bac{
	width:100%;
	height:8%;
	background:white;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	padding:2%;
	float:left;
}
.about .aboutBox .upbj .topNav .topText{
	display:none;
}
.about .aboutBox .upbj .topNav .topText p:first-child{
	font-family: 微软雅黑;
    font-size: 27px;
    line-height: normal;
    text-align: left;
}
.about .aboutBox .upbj .topNav .topText p:last-child{
	font-size: 12px;
    line-height: 140%;
    overflow: hidden;
    text-align: left;
}
.about .aboutBox .upbj .imgBox{
	width:100%;
	height:50%;
	margin-top:2%;
}
.about .aboutBox .upbj .imgBox img{
	width:100%;
	height:100%;
}
.about .aboutBox .upbj .up_text{
	margin:2% 0px;
	min-height: 10%;
	max-height:23%;
	overflow:hidden;
}
.about .aboutBox .upbj .up_text p{
	font-size:12px;
	line-height:20px;
}
.about .aboutBox .upbj .mroe{
	width:60%;
	height:7%;
	text-align: left;
}
.about .aboutBox .upbj .mroe span{
	display:inline-block;
	padding:5px 8px;
}
.about .aboutBox .upbj .mroe span a{
	font-size:12px;
	line-height:20px;
}
.about .aboutBox .upbj .mroe span:hover{
	background: rgb(30, 80, 174);
	border-radius:5px;
}
.about .aboutBox .upbj .mroe span:hover a{
	color:white;
}
.about .aboutBox .rightBox{
	width:25%;
	height:82%;
	position: absolute;
	right:0px;
	top:8%;
}
.about .aboutBox .rightBox .posBox{
	width:100%;
	height:100%;
	position: relative;
}
.about .aboutBox .rightBox .posBox .borBox{
	width:100%;
	height: 80%;
	border:1px solid #ccc;
}
.about .aboutBox .rightBox .posBox .bigBox{
	width:60%;
	height:140%;
	position:absolute;
	bottom:-12%;
	left:20%;
	background: rgb(30, 80, 174); 
}
.about .aboutBox .rightBox .posBox .bigBox .contents{
	width:80%;
	height:40%;
	margin-left:10%;
	position: relative;
}
.about .aboutBox .rightBox .posBox .bigBox .contents hr{
	background:white;
	height: 1px;
}
.about .aboutBox .rightBox .posBox .bigBox .contents img{
	margin:5% 0px;
}
.about .aboutBox .rightBox .posBox .bigBox .contents .h1{
	margin-top:15%;
	width:50%;
}
.about .aboutBox .rightBox .posBox .bigBox .contents .h2{
	margin-bottom:10%;
	width:80%;
}
.about .aboutBox .rightBox .posBox .bigBox .contents p{
	text-align: center;
	font-size:18px;
	color:white;
	line-height: 2.0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.about .aboutBox .rightBox .posBox .bigBox .contents .contact_but{
	width:80%;
	margin:0 10%;
	height:20%;
	border:1px solid white;
	text-align: center;
	line-height: 300%;
	position:absolute;
	bottom:4%;
}
.about .aboutBox .rightBox .posBox .bigBox .contents .contact_but a{
	color:white;
}
.about .aboutBox .rightBox .posBox .bigBox .contents .contact_but:hover{
	transition: background 1s;
	-moz-transition: background 1s;	/* Firefox 4 */
	-webkit-transition: background 1s;	/* Safari 和 Chrome */
	-o-transition: background 1s;	/* Opera */
	background:#ccc;
}
.about .aboutBox .rightBox .posBox .bigBox .contents .contact_but:hover a{
	color:black;
}
.about .aboutBox .rightBox .posBox .bigBox .sildeImg{
	width:90%;
	height:50%;
	margin:0px 5%;
	position:relative;
}
.about .aboutBox .rightBox .posBox .bigBox .sildeImg #text{
	height:80%!important;
}

/*product*/
.product{
	width:100%;
	height:380px;
	margin-bottom:8%; 
}
.product .productBox{
	width:100%;
	height:100%;
	background:rgb(30,80,174);
	position:relative;
}
.product .productBox .proLeft{
	width:45%;
	height:100%;
}
.product .productBox .proLeft img{
	width:100%;
	height:100%;
}
.product .productBox .proShow{
	position:absolute;
	top:0px;
	right:0px;
	width:54%;
	height:100%;
}
.product .productBox .proShow .ShowBox{
	width:100%;
	height:100%;
}
.product .productBox .proShow .ShowBox ul{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.product .productBox .proShow .ShowBox ul li{
	width:90%;
	height:40%;
	position:relative;
	margin-top:2%;
	margin-left:4%;
	margin-bottom:20%;
}
.product .productBox .proShow .ShowBox ul .moblieLi{
	width:100%;
	height: 50%;
	margin-bottom:0px;
}

.product .productBox .proShow .ShowBox> ul> li> p{
	color:white;
	line-height:2.0;
	text-indent:10%;
}
.product .productBox .proShow .ShowBox ul li hr{
	background:white;
	height:3%;
	width:25%;
	margin-left:10%;
	margin-top: 5%;
}
.product .productBox .proShow .ShowBox ul li .name{
	font-size:20px;
	font-weight:bold;
}
.product .productBox .proShow .ShowBox ul li .mroe a{
	display: inline-block;
	text-align: center;
	width:50%;
	line-height:300%;
	color:white;
	position: absolute;
	bottom: 0px;
	text-indent:0!important;
}
.product .productBox .proShow .ShowBox ul li .mroe a:hover{
	transition: background 1s;
	-moz-transition: background 1s;	/* Firefox 4 */
	-webkit-transition: background 1s;	/* Safari 和 Chrome */
	-o-transition: background 1s;	/* Opera */
	background:#ccc;
	color:black;
}
.product .productBox .proShow .ShowBox ul li img{
	width:100%;
	height:100%;
}
/*wmys*/
.wmys{
	width:100%;
	height:500px;
	margin-bottom: 8%;
}
.wmys .wmysColorBox{
	width:100%;
	height:40%;
	background:rgb(30,80,174);
}
.wmys .wmysBox{
	width:100%;
	position:relative;
	height: 60%;
}
.wmys .wmysBox .posBox{
	position: absolute;
	top:-30%;
	height: 130%;
	width:100%;
}
.wmys .wmysBox .posBox .wmysLeft,.wmys .wmysBox .posBox .wmysRight{
	float: left;
	height: 100%;
}
.wmys .wmysBox .posBox .wmysLeft{
	width:45%;
	height:90%;
}
.wmys .wmysBox .posBox .wmysLeft img{
	width:100%;
	height: 100%;
}
.wmys .wmysBox .posBox .wmysRight{
	width:55%;
	height:90%;
	background:white;
}
.wmys .wmysBox .posBox .wmysRight .textBox{
	width:90%;
	height: 100%;
	overflow:hidden;
	margin-left: 5%;
}
.wmys .wmysBox .posBox .wmysRight .textBox .title{
	height:23%;
	margin-top: 4%;
}
.wmys .wmysBox .posBox .wmysRight .textBox> div{
	margin-left: 4%;
}
.wmys .wmysBox .posBox .wmysRight .textBox .title .name1{
    color: rgb(222, 222, 222);
    font-size:20px;
    line-height:1.5;
}
.wmys .wmysBox .posBox .wmysRight .textBox .title .name2{
	font-size:22px;
	line-height: 2.0;
}
.wmys .wmysBox .posBox .wmysRight .textBox .listBox{
	margin-top:10%;
	height:18%;
	width:100%;
}
.wmys .wmysBox .posBox .wmysRight .textBox .listBox .listNum {
	width:15%;
	height:100%;
	float:left;
}
.wmys .wmysBox .posBox .wmysRight .textBox .listBox .listNum span{
	font-size:22px;
	line-height: 1.1;
}
.wmys .wmysBox .posBox .wmysRight .textBox .listBox .listText{
	width:85%;
	float:left;
	height:100%;
	overflow: hidden;
	font-size:12px;
	line-height:1.5;
	text-indent:14px;
	text-overflow: ellipsis;
}
/* news*/
.news{
	width:100%;
	height:520px;
	overflow: hidden;
	margin-bottom: 8%;
}
.news .newsBox{
	width:100%;
	height: 100%;
}
.news .newsBox> .title{
	width: 90%;
	height: 15%;
	margin:0px 5%;
}
.news .newsBox .title .hr{
	height:100%;
	width:5px;
	background:rgb(30,80,174);
	float:left;
}
.news .newsBox .title .text{
	float:left;
	width:80%;
	height:100%;
	text-indent:2%;
}
.news .newsBox .title .text .name1{
	font-weight:bold;
	font-size:28px;
	line-height: 1.2;
}
.news .newsBox .title .text .name2{
	font-size:16px;
	line-height:2.5;
}
.news_content{
	width: 100%;
	height:85%;
}
.news_content ul{
	width:100%;
	height: 100%;
	margin-top:5%;
}
.news_content ul li{
	width:100%;
	height:100px;
	border-bottom: 1px solid #ccc;
	position:relative;
}
.news_content ul li .content{
	width:94%;
	height: 90%;
	margin:0 2%;
	overflow: hidden;
	position:absolute;
	bottom:-2%;
}
.news_content ul li .content .dateBox{
	float:left;
	width:20%;
	height:100%;
}
.news_content ul li .content .dateBox .date_sum{
	width:90%;
	height:80%;
	background:#ccc;
}
.news_content ul li .content .dateBox .date_sum span{
	display:block;
	text-align:center;
	font-size:12px;
	line-height:2.0;
}
.news_content ul li .content .dateBox .date_sum .bigFont{
	font-size:1.3em;
}
.news_content ul li .content .newText{
	width:80%;
	height: 100%;
	float:left;
	overflow:hidden;
}
.news_content ul li .content .newText .title a{
	font-size:1.3em;
}
.news_content ul li .content .newText .title a:hover{
	color:rgb(30,80,174);
}
.news_content ul li .content .newText .text{
	margin-top:1%;
}
.news_content ul li .content .newText .text p{
	font-size:14px;
	line-height:1.5;
}
.news_content ul li .content .mroeBox{
	position:absolute;
	bottom:0px;
	right:0px;
	height:20px;
	width:80%;
}
.news_content ul li .content .mroeBox span{
	font-size:12px;
	color:#ccc;
}
.news_content ul li .content .mroeBox span a{
	font-size:12px;
	color:#ccc;
}
.news_content ul li .content .mroeBox span:first-child{
	float:left;
}
.news_content ul li .content .mroeBox span:last-child{
	float:right;
}
/*.footer*/
.footer{
	width:100%;
	overflow: hidden;
	background: rgb(30,80,174);
}
.footer .footBox{
	width:68%;
	height: 100%;
	margin:0px 16%;
	overflow: hidden;
}
.footer .footBox .posBox{
	width:68%;
	height:400px;
	margin:0px 16%;
	overflow: hidden;
	position:relative;
}
.footer .footBox .posBox .leftBox{
	width:40%;
	height: 80%;
	position:absolute;
	top:10%;
}
.footer .footBox .posBox .leftBox p{
	color:white;
	line-height:2.0;
}
.footer .footBox .posBox .leftBox .big{
	font-size:24px;
	line-height: 3.0;
}
.footer .footBox .posBox .rightBox{
	width:40%;
	height:80%;
	position:absolute;
	right:0px;
	top:10%;
}
.footer .footBox .posBox .rightBox .fromBox label{
	display: block;
	color:white;
	line-height: 2.0;
}

.footer .footBox .posBox .rightBox .fromBox input{
	color:white;
	border: none;
	background-color: #cccccc;
	    font-family: '微软雅黑';
    border: 1px solid #00aff1;
    font-size: 12px;
    text-indent: 5px;
    height: 38px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.footer .footBox .posBox .rightBox .fromBox textarea{
	min-width:100%;
	max-width: 100%;
	min-height:80px;
	display: block;
	color:white;
	border: none;
	background-color: #cccccc;
	font-family: '微软雅黑';
    border: 1px solid #00aff1;
    font-size: 12px;
    text-indent: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.footer .footBox .posBox .rightBox .fromBox #mit{
	margin-top:3%;
	background-color: #1bc1ff;
}
.footer .footBox .posBox .rightBox .fromBox input:focus{
	background-color: #fff;
	color:black;

}
.footer .footBox .posBox .rightBox .fromBox textarea:focus{
	background-color: #fff;
	color:black;
}

.footer .footBox .posBox .rightBox .fromBox #mit:hover{
	background: rgb(30,80,174);
	border:1px solid #ccc;
	color:white;
}
.footer .footBox .bmBox{
	width:100%;
	height: 10%;
	text-align: center;
}
.footer .footBox .bmBox p{
	color:white;
	font-size:16px;
	line-height:2.0;
}

.info_slide_dots{
	left:50%!important;
}
.proNav{
	width:100%;
	overflow: hidden;
}
.proNav .proNavBox{
	width:100%;
	height:150px;
}
.proNav .proNavBox .pBox{
	text-align:center;
	width:100%;
	height:20%;
	position:relative;
	margin-bottom:10px;
}
.proNav .proNavBox .pBox .span1{
	width:18%;
	height:100%;
	display:inline-block;
	border:1px solid #ccc;
}
.proNav .proNavBox .pBox .span2{
	width:14%;
	height:70%;
	background:white;
	display:inline-block;
	position:absolute;
	font-size: 12px;
	line-height: 2.9;
	bottom:-7%;
	left:43%;
	color:#ccc;
}
.proNav .proNavBox p{
}
.proNav .proNavBox .p1{
	color:#ccc;
	font-size:28px;
	text-align:center;
	line-height:1.5;
}
.proNav .proNavBox .p2{
	color:#ccc;
	text-align:center;
	font-size:18px;
}
.products{
	width:100%;
	overflow:hidden;
	margin-bottom:8%;
}
.products .productsBox{
	width:100%;
}
.products .productsBox .proNavMenu ul{
	width:96%;
	height:50px;
	padding:0px 2%;
	background:#ccc;
	overflow:hidden;
}
.products .productsBox .proNavMenu ul li{
	float:left;
	margin:0px 8px; 
	text-align:center;
}
.products .productsBox .proNavMenu ul li a{
	font-size:14px;
	line-height:50px;
}
.products .productsBox .proNavMenu ul li:hover{
    background: rgb(30,80,174);
}
.products .productsBox .proNavMenu ul li:hover a{
	color:white;
}
.products .productsBox .proMain ul{
	width:100%;
	overflow: hidden;
	margin-bottom:20px;
	text-align: center;
}
.products .productsBox .proMain ul li{
	width:100%;
	margin-right:2%;
	margin-top:2%;
}
.products .productsBox .proMain ul li a img{
    height: 250px;
    width: 250px;
}
.products .productsBox .proMain ul li a p{
	line-height:2.0;
	font-size:16px;
	text-align:center;
}
.products .productsBox .siteBox{
	width:90%;
	margin-left: 5%;
	height:40px;
	overflow:hidden;
	border-bottom:1px dashed #ccc;
}
.products .productsBox .siteBox h1{
	float:left;
	width:15%;
	font-size:14px;
	line-height:40px;
}
.products .productsBox .siteBox .lv_tree_con{
	width:85%;
	font-size:14px;
	float: left;
	line-height:40px;
	text-align:right;
}
.products .productsBox .content{
	text-align: center;
	width:90%;
	margin-left:5%;
}
.products .productsBox .content .title{
	font-size:20px;
	line-height: 2.0;
}
.products .productsBox .content .time{
	color:#ccc;
	font-size:16px;
	line-height: 2.0;
}
.products .productsBox .content p{
	text-indent:28px;
	line-height: 2.0;
	overflow:hidden;
}

.m-page a{
	padding:5px;
	margin: 2px;
	background:#ccc;
	color:white;
}
.m-page a:hover{
	background: rgb(30,80,174);
}
.m-pg-ln{
	margin-top:20px;
}
.m-pg-ln> div{
	line-height:1.8;
	font-size:14px;
	text-indent:10%;
}
/*about*/
.aboutUs{
	width:100%;
	margin-bottom: 8%;
	overflow:hidden;
}
.aboutUs .aboutUsBox{
	width:100%;
}
.aboutUs .aboutUsBox p img{
	width:50%;
}
.aboutUs .aboutUsBox .content{
 	text-align: center;
 	font-size:16px;
 	line-height:1.5;
}
.aboutUs .aboutUsBox .content> p{
	text-align: center;
 	font-size:16px;
 	line-height:1.5;
}.aboutUs .aboutUsBox .content .img{
	width:100%;
	overflow:hidden;
}
.aboutUs .aboutUsBox .content .img img{
	width:95%;
	height: 95%;
}
.aboutUs .aboutUsBox .content .TextBox{
	width:90%;
	margin-left:5%;
	overflow: hidden;
}
.aboutUs .aboutUsBox .content> ul{
	overflow:hidden;
	width:100%;
	margin-top:5%;
}
.aboutUs .aboutUsBox .content> ul> li{
	overflow:hidden;
	width:90%;
	margin-left:5%;
}
.aboutUs .aboutUsBox .content ul li .TextBox .title{
	text-align:left;
	text-align:center;
	font-size:28px;
	line-height:3.0;
}
.aboutUs .aboutUsBox .content ul li .TextBox .text{
	color:#666;
	font-size:16;
	line-height:1.5;
}
/*about轮播*/
.honor{margin-top:4%;}
.honor .picMarquee-left{width:100%;  overflow:hidden; position:relative;}
.honor .picMarquee-left .hd{ overflow:hidden; position:relative; height:30px; background:#f4f4f4; padding:0 10px;  }
.honor .picMarquee-left .hd a{ display:block; width:5px; height:9px;margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.honor .picMarquee-left .hd .next{ background-position:0 -50px; position:absolute;right:45%;top:0px; }
.honor .picMarquee-left .hd .prev{ background-position:-50 -50px;position:absolute;left:45%;top:0px;}
.honor .picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.honor .picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.honor .picMarquee-left .bd{ padding:10px;   }
.honor .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.honor .picMarquee-left .bd ul li{ width:50%;height:280px;float:left;overflow:hidden; text-align:center;  }
.honor .picMarquee-left .bd ul li .pic{ text-align:center;height:80%;}
.honor .picMarquee-left .bd ul li .pic img{width:100%;height:100%;}
.honor .picMarquee-left .bd ul li .pic a{display:inline-block;text-align:center;width:100%;height:100%;}
.honor .picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.honor .picMarquee-left .bd ul li .title{width:100%;height:20%;text-align:center;overflow:hidden;line-height:3.0;font-size:16px;}




.newsCenter{
	width:100%;
	overflow:hidden;
	margin-bottom:8%;
}
.newsCenter .newsBox{
	width:100%;
	overflow: hidden;
}
.newsCenter .newsBox .content{
	overflow: hidden;

}
.newsCenter .newsBox .content .newsNavMenu ul{
	width: 96%;
    height: 50px;
    padding: 0px 2%;
    background: #ccc;
}
.newsCenter .newsBox .content .newsNavMenu ul li{
	width:33.33%;
	float:left;
	height:100%;
	text-align: center;
}
.newsCenter .newsBox .content .newsNavMenu ul li a{
	font-size: 14px;
    line-height: 50px;
}
.newsCenter .newsBox .content .newsNavMenu ul li:hover{
	background: rgb(30,80,174);
}
.newsCenter .newsBox .content .newsNavMenu ul li:hover a{
	color:white;
}
.newsCenter .newsBox .content .NewsTextBox{
	text-align: center;
}
.newsCenter .newsBox .content .NewsTextBox .title{
	font-size: 20px;
    line-height: 2.0;
}
.newsCenter .newsBox .content .NewsTextBox .time{
	color: #ccc;
    font-size: 16px;
    line-height: 2.0;
}
.newsCenter .newsBox .content .NewsTextBox p img{
	display:block;
	margin:0 auto;
}
.newsCenter .newsBox .content .NewsTextBox p{
	text-indent: 28px;
    line-height: 2.0;
    overflow: hidden;
    overflow: hidden;
}
/*recruit*/
.contentCenter{
	width:100%;
	overflow:hidden;
	margin-bottom:8%;
}

.contentCenter .contentBox{
	width:90%;
	margin:0px 5%;
	overflow: hidden;
}

.newsCenter .newsBox .content .contact> p{
	font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: rgb(90, 90, 90);
    font-size: 12px;
    font-family: 微软雅黑;
    line-height: 280%;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    width:90%;
    margin-left:5%;
}
/*首页轮播*/
.box_skitter .next_button {
    right: 10px!important;
}
.box_skitter .prev_button {
    left:10px!important;
}
#banner-index {
    height: 400px!important;
    margin-bottom: 8%; 
}
.box_skitter {
    height: 400px!important;
}
