@charset "utf-8";
.box {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.m_head {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.head {
	width: 1100px;
	height: 90px;
	margin:0 auto;
	/*background-color: lightblue;*/
	
}
.head_logo {
	width: 356px;
	height: 90px;
	float: left;
	
}
.head_logo img {
	float: left;
	margin-top: 14px;
}
.head_nav {
	width: 725px;
	height: 90px;
	float: right;

}
.head_nav ul li {
	float: left;
}
.head_nav ul li a {
	font:14px Microsoft YaHei;
	color:#333;
	float: left;
	padding-top:35px;
	padding-left: 20px;
	padding-right: 25px;
	padding-bottom: 35px;
	/*background-color: pink;*/


}
.head_nav ul li.current a {
	
	background:url(../images/navbg.png) no-repeat ;
	color:#fff;
}
.head_nav ul li a:hover {
	color: #fff;
	background:url(../images/navbg.png) no-repeat ;
	
}






/*content1 css*/
.m_content1 {
	width: 100%;
	height: auto;
}
.content1 {
	width: 1100px;
	height: 320px;
	margin:0 auto;
	/*background-color: lightblue;*/
}
.content1_left {
	width: 350px;
	height: 320px;
	float: left;
	/*background-color: pink;*/

}
.content1_left_tit {
	width: 350px;
	height: 50px;
	background:url(../images/content101.jpg) no-repeat 0px 10px;
	margin-bottom: 20px;
}
.content1_left_tit h3 {
	font:18px Microsoft YaHei;
	color:#333;
	margin-left: 97px;
}
.content1_left_tit h4 {
	font:14px Microsoft YaHei;
	color:#1c81d3;
	text-transform: uppercase;
	margin-left: 83px;
}
.content1_left_wenzi {
	width: 350px;
	height: 250px;
	
}
.content1_left_wenzi ul li {
	width: 350px;
	height: 83px;
	float: left;
	/*background-color: red;*/
	overflow: hidden;
}
.content1_left_wenzi_left {
	width: 55px;
	height: 82px;
	float: left;
	
}
.content1_left_wenzi_left img {
	margin-top: 33px;
}


.content1_left_wenzi_right {
	width: 290px;
	height: 82px;
	float: right;
	/*background-color: #fff;*/
	font:13px Microsoft YaHei;
	color: #5a5a5a;

	border-bottom: 1px solid #e2e2e2;

}
.content1_left_wenzi_right h5 {
	font:13px Microsoft YaHei;
	color: #333;
	margin-bottom: 10px;
	margin-top: 10px
}
.content1_left_wenzi_right h5:hover {
	color: #1c81d3;
}
















.content1_center {
	width: 350px;
	height: 320px;
	float: left;
	/*background-color: pink;*/
	margin-left: 25px;
}
.content1_center_tit {
	width: 350px;
	height: 50px;
	background:url(../images/content101.jpg) no-repeat 0px 10px;
	margin-bottom: 20px;
}
.content1_center_tit h3 {
	font:18px Microsoft YaHei;
	color:#333;
	margin-left: 97px;
}
.content1_center_tit h4 {
	font:14px Microsoft YaHei;
	color:#1c81d3;
	text-transform: uppercase;
	margin-left: 65px;
}
.content1_center_wenzi {
	width: 350px;
	height: 250px;
	/*background-color: red;*/
}
.content1_center_wenzi_top {
	width: 350px;
	height: 177px;
	margin-bottom:10px;
}
.content1_center_wenzi_top img {
	width: 344px;
	height: 171px;
	margin:2px;
	border:1px solid #e5e4e4;
}
.content1_center_wenzi_bottom {
	width: 350px;
	height: 60px;
	font:13px Microsoft YaHei;
	color:#5a5a5a;
	overflow: hidden;
}












.content1_right {
	width: 345px;
	height: 320px;
	float: left;
	/*background-color: pink;*/
	margin-left: 25px;
}
.content1_right_tit {
	width: 345px;
	height: 50px;
	background:url(../images/content101.jpg) no-repeat 0px 10px;
	margin-bottom: 30px;
}
.content1_right_tit h3 {
	font:18px Microsoft YaHei;
	color:#333;
	margin-left: 97px;
}
.content1_right_tit h4 {
	font:14px Microsoft YaHei;
	color:#1c81d3;
	text-transform: uppercase;
	margin-left: 89px;
}


.content1_right_middle {
	width: 345px;
	height: 204px;
	background:url(../images/content106.jpg) no-repeat;
	border: 1px solid #e5e5e5;
}
.content1_right_middle h5 {
	font:18px Microsoft YaHei;
	color: #fff;
	padding-top: 13px;
padding-left: 85px;
}
.content1_right_middle h6 {
	font:16px Microsoft YaHei;
	color:#fff;
	padding-left: 85px;
padding-top: 3px;
}
.content1_right_middle ul {
	margin-top:33px;
}
.content1_right_middle ul li {
	width: 322px;
	height: 36px;
	float: left;
	
	border-bottom: 1px solid #e5e5e5;
	font:13px Microsoft YaHei;
	color: #a3a3a3;
	line-height: 36px;
	padding-left: 23px;
}
.content1_right_middle ul li.li1 {
	background:url(../images/content107.png) no-repeat 1% center;
}
.content1_right_middle ul li.li2 {
	background:url(../images/content108.png) no-repeat 1% center;
}

.content1_right_middle ul li.li3 {
	background:url(../images/content109.png) no-repeat 1% center;
}

.content1_right_middle ul li.li4 {
	display: none;
}





/*content2 css*/
.m_content2 {
	width: 100%;
	height: auto;
	background:url(../images/content201.png) no-repeat 50% 0%;
}
.content2 {
	width: 1100px;
	height: 750px;
	margin:0 auto;
	/*background-color: lightblue;*/
}
.content2_tit {
	width: 1100px;
	height: 80px;
	background:url(../images/content202.png) no-repeat 50% 55%;
	padding-top: 55px;
	/*background-color: pink;*/
}
.content2_tit h3 {
	font:18px Microsoft YaHei;
	color: #fff;
	text-align: center;
	margin-top: -14px;
}
.content2_tit h4  {
	font:14px Microsoft YaHei;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.content2_tit h5 {
	font:16px Microsoft YaHei;
	color: #fff;
	text-align: center;
	margin-top: 25px;
}
.content2_middle {
	width: 1100px;
	height: 410px;
	/*background-color: pink;*/
}



/*gundong                              */
  .rollfire
        {
            overflow: hidden;
            width: 1100px;
            height: auto;
        }

        .rollfire .Cont
        {
            float: left;
            overflow: hidden;
            width: 1100px;
        }
        .rollfire .ScrCont
        {
            width: 10000000px;
        }
        .rollfire #List3
        {
            float: left;
        }
        .rollfire #List4
        {
            float: left;
        }
        .pic
        {
           float: left;
            overflow: hidden;
            width: 1100px;

        }
        .pic ul
        {
           float: left;
            overflow: hidden;
            width: 1102px;
            


        }
        .pic ul li
        {
           width:1102px; height:196px;  float: left;
        }
         .pic_img{width:274px; height: 196px; float: left; border-right: 1px solid #1e6d9b;border-bottom:1px solid #1e6d9b;
         background: url(../images/content205.jpg) no-repeat 58% 24%;}
          .pic_img a{width:274px; height: 196px; float: left;  }
         .pic_img a img{width:221px;height:137px; ;display: block; margin:2px; border:none;margin-left:30px;margin-right:30px;padding-top: 13px;}
 .pic_img a span{width:275px; height: 40px; float: left; 

	font:16px Microsoft YaHei;
	text-align: center;
	color: #fff;
	line-height: 40px;

	
 }
  .pic_img a span.huise {
 	width:280px; height: 50px; float: left; background:url(../images/company2.jpg) no-repeat center top;
	font:16px Microsoft YaHei;
	text-align: center;
	color: #fff;
	padding-top: 15px;
 }



 /*gundong                   end           */



 .content2_bottom {
 	width: 	145px;
 	height:50px;
 	
 	margin-top:50px;
 	font:14px Microsoft YaHei;
 	color: #fff;
 	line-height: 50px;
 	text-align:center;
 	background:url(../images/content206.png) no-repeat;
 	margin-left: 476px;
 }





 /*content3 css*/
 .m_content3 {
 	width: 100%;
 	height: auto;

 }
 .content3 {
 	width: 1100px;
 	height: 380px;
 	margin:0 auto;
 	/*background-color: lightblue;*/
 }
 .content3_tit {
 	width: 1100px;
 	height: 45px;
 	background:url(../images/content301.png) no-repeat center 95%;
 	
 	margin-bottom:60px;
 }
 .content3_tit h3 {
 	font:18px Microsoft YaHei;
 	color: #787878;
 	text-align: center;
 }
  .content3_tit h4 {
  	font:14px Microsoft YaHei;
  	color:#c5c2c2;
  	text-transform: uppercase;
  	text-align: center;
  }

.content3_middle{
	width: 1100px;
	height: 270px;
	/*background-color: pink;*/
}
.content3_middle ul {
	margin-left:-12px;
}
.content3_middle ul li {
	width: 250px;
	height: 270px;
	float: left;
	overflow: hidden;
	margin-left: 23px;
	/*background-color: lightblue;*/
	border: 1px solid #eaeaea;

}
.content3_middle_top {
	width: 250px;
	height: 50px;
	
	font:15px Microsoft YaHei;
	color: #9a9a9a;
	text-align: center;
	line-height: 50px;
	
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;

}
.content3_middle_middle {
	width: 250px;
	height: 100px;
	background-color: #fff;
	margin-left: 15px;
	margin-bottom:20px;
}
.content3_middle_middle img {
	width: 220px;
	height: 100px;
	overflow: hidden;
}
.content3_middle_bottom {
	width: 210px;
	height: 69px;
	font:12px Microsoft YaHei;
	color: #9a9a9a;
	line-height: 24px;
	margin-left: 15px;
	overflow: hidden;


}


/*content4*/
.m_content4 {
	width: 100%;height: auto;
	overflow: hidden;
	background-color: #2987c7;
}
.content4 {
	width: 1100px;
	height: 290px;
	margin:0 auto;
	/*background-color: lightblue;*/
}
.content4_left {
	width: 200px;
	height: 170px;
	padding-top: 60px;
	/*background-color: pink;*/
	float: left;
	margin-right: 0px;
}
.content4_left img{
	margin-bottom:15px;
	margin-left: 14px;

}
.content4_left h6 {
	font:14px Microsoft YaHei;
	color: #fff;
	margin-left: 36px;
}


.content4_middle {
	width: 200px;
	height: 170px;
	padding-top: 60px;
	/*background-color: pink;*/
	float: left;
	margin-right: 0px;
}
.content4_middle img{
	margin-bottom:15px;
	margin-left: 45px;
}
.content4_middle h6 {
	font:14px Microsoft YaHei;
	color: #fff;
	margin-left: 20px;
}


.content4_middle2 {
	width: 250px;
	height: 170px;
	padding-top: 60px;
	/*background-color: pink;*/
	float: left;
	margin-right: 25px;
margin-left:-13px;
}
.content4_middle2 img{
	margin-bottom:15px;
	margin-left: 90px;
}
.content4_middle2 h6 {
	font:14px Microsoft YaHei;
	color: #fff;
	margin-left: 46px;
}


.content4_right {
	width: 250px;
	height: 170px;
	padding-top: 60px;
	/*background-color: pink;*/
	float: left;
	margin-right: 80px;
margin-left:-92px;
}

.content4_right img{
	margin-bottom:15px;

	margin-left: 135px;
}
.content4_right h6 {
	font:14px Microsoft YaHei;
	color: #fff;
	margin-left: 154px;
}









/*foot css*/
.m_foot {
	width: 100%;
	height: auto;
	background-color: #333;
}
.foot {
    position:relative;
	width: 1100px;
	height: 100px;
	margin:0 auto;
	/*background-color: lightblue;*/
}
.foot_right{
	float:right;
	margin-right:-40px;
}
.foot_right img{
	width:100px;
height:100px;

}
.foot_left {
	width: 400px;
	height: 100px;
	float: left;
	margin-left: 14px;

}
.foot_left h3 {
	font:12px Microsoft YaHei;
	color: #808080;
	margin-top: 32px;
}
.foot_left h4 {
	font:12px Microsoft YaHei;
	color: #808080;
}
.foot_right {
	width: 150px;
	height: 100px;
	float: right;
margin-right: -40px;
	
		/*background-color:pink;*/
}
.foot_right ul li {
	float: right;
	margin-left:5px;
	margin-top: 35px;
}