/*banner样式开始*/
.banner{
	width:100%;
    /*height: 422px;*/
    overflow: hidden;
    position:relative;
    margin-top: 106px;
}
.main_visual{height:422px;overflow:hidden;position:relative;}
/*.main_visual{height:422px;border-top:1px solid #d7d7d7;overflow:hidden;position:relative;}*/
.main_image{height:422px;overflow:hidden;position:relative;}
.main_image ul{width:9999px;height:422px;overflow:hidden;position:absolute;top:0;left:0}
.main_image li{float:left;width:100%;height:422px;}
.main_image li span{display:block;width:100%;height:422px}
.main_image li a{display:block;width:100%;height:422px}
.main_image li .img_1{background:url('../images/img_main_01.jpg') center top no-repeat}
.main_image li .img_2{background:url('../images/img_main_02.jpg') center top no-repeat}
.main_image li .img_3{background:url('../images/img_main_03.jpg') center top no-repeat}
/*.main_image li .img_4{background:url('../images/img_main_04.jpg') center top no-repeat}
.main_image li .img_5{background:url('../images/img_main_05.jpg') center top no-repeat}*/

div.flicking_con{position:absolute;top:360px;left:50%;z-index:800;width:300px;height:21px;margin:0 0 0 -50px;}
div.flicking_con a{float:left;width:21px;height:21px;margin:0;padding:0;background:url('../images/btn_main_img.png') 0 0 no-repeat;display:block;text-indent:-1000px}
div.flicking_con a.on{background-position:0 -21px}
#btn_prev,#btn_next{z-index:900;position:absolute;display:block;width:50px!important;height:50px!important;top:50%;margin-top:-25px;display:none;}
#btn_prev{background:url(../images/hover_left.png) no-repeat left top;left:100px;}
#btn_next{background:url(../images/hover_right.png) no-repeat right top;right:100px;}
/*banner样式结束*/
.aboutUsBox{
	width:100%;
	margin-top: 70px;
}
.aboutUs{
	width:1100px;
	margin:0 auto;
	display: flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.aboutUsTitle{
	font-size: 21px;
	letter-spacing: 2px;
    color: #333;
    margin-bottom: 14px;
}
.aboutUs p{
	width: 1100px;
	font-size: 14px;
    color: #777;
    /*text-indent: 2.2em;*/
    line-height: 2;
}
.toAboutUsMore{
	color: #0668b3;
}
.toAboutUsMore:hover{
	color:#023180;
}
.sixBox{
	width:100%;
	margin-top: 28px;
}
.six{
	width:1100px;
	margin:0 auto;
	display: flex;
	justify-content:space-between;
}
.sixBoxPart{
	flex:1;
    height: 230px;
    border: 1px solid #dedede;
    margin-right: 20px;
    display: flex;
    flex-direction:column;
    align-items:center;
    padding-left: 11px;
    padding-right: 10px;
}
.sixBoxPart img{
	margin-top: 36px;
	margin-bottom: 24px;
	width:40px;
	height: 40px;
}
.sixBoxPart p{
	line-height: 1.7;
	margin-bottom: 14px;
	font-size: 13px;
	width: 144px;
}
.firstP{
	color: #333;
}
.lastP{
	color: #777;
}
.blue{
	color: #0668b3;
}
.six :last-child{
	margin-right: 0;
}
.productBox{
	width:100%;
	/*height: 500px;*/
	
	margin-top: 0px;
}
.product{
	width: 1100px;
	margin:0 auto;
	display: flex;
	flex-direction:column;
	align-items:center;
}
.productTitle{
	margin-top: 70px;
}
.productClass{
	margin-top: 18px;
	margin-bottom: 38px;
}
.productClass a{
	color: #444;
	font-size: 13px;
}
.productClass a:hover{
	color: #0668b3;
	cursor: pointer;
}
.productClass em{
	font-style: normal;
	margin-left: 15px;
	margin-right: 15px;
	color: #999;
	font-size: 12px;
}
.productPic{
	width: 1100px;
	display: flex;
	flex-direction:row;
	justify-content:space-between;
	margin-top: 36px;
}
.fourBox{
	flex:1;
    margin-right: 36px;
    position: relative;
    overflow: hidden;
}
.productPic :last-child{
	margin-right: 0;
}
.fourBox img{
	width: 100%;
	height: 100%;
	transition:2s;
}
.fourBox img:hover{
	-webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -transform:scale(1.3);
}
.fourBox p{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 13px;
	color:white;
	width: 100%;
	background: rgba(0,0,0,0.4);
	height: 28px;
	position: absolute;
	bottom: 0;
	line-height: 28px;
	text-align: center;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.toMoreProduct{
	display: block;
	font-size: 14px;
	color: #0668b3;
	margin-top: 20px;
	margin-bottom: 28px;
}
.toMoreProduct:hover{
	color:#023180;
}
.caseBox{
	width:100%;
	/*height: 500px;*/
	margin-top: 50px;
	background: #f2f7f9;
	padding: 50px 0;
}
.caseMain{
	width: 1100px;
	margin:0 auto;
	display: flex;
	flex-direction:column;
	align-items:center;
}
.caseTitle{
	margin-bottom: 36px;
}
.scrollleft{
	width: 100%;
}
.scrollleft ul{
	width: 100%;
}
.scrollleft li{
	/*background: red;*/
	float: left;
	margin-right: 26px;
}
.scrollleft li a{
	display: block;
	position: relative;
}
.scrollleft li a p{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 13px;
	color:white;
	width: 100%;
	background: rgba(0,0,0,0.4);
	height: 28px;
	letter-spacing: 1px;
	position: absolute;
	bottom: 0;
	line-height: 28px;
	text-align: center;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.twoPart{
	width: 100%;
	background: #252d3c;
	margin-top: 70px;
	border-bottom: 1px solid #303844;
}
.w1100{
	width: 1100px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:20px;
	display: flex;
	justify-content:space-between;
}
.w1100 > div{
	flex:1;
	/*border:1px solid white;*/
	margin-right: 76px;
}
.w1100 :last-child{
	margin-right: 0;
}
.infoTop{
	font-size: 18px;
	color:white;
	font-weight: normal;
	letter-spacing: 1px;
}
.infoBox{
	display: flex;
	flex-direction:column;
	margin-top: 6px;
}
.infoBox :last-child{
	border-bottom: none;	
}
.infoItems{
	display: block;
	color: white;
	font-size: 12px;
	color:#c8d1e0;
	height: 33px;
	line-height: 33px;
	border-bottom: 1px dotted #3d4756;	
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	padding-right: 6px;
}
.infoItems em{
	padding-right: 10px;
	padding-left: 5px;
	font-style: normal;
}
.infoItems:hover{
	color: white;
}
.theCode{
	
}
.theCode img{
	height: 155px;
	width: 155px;
	margin-top: 14px;
}
.contactP{
	color: white;
	font-size: 12px;
	margin-top: 8px;
	color:#c8d1e0;
}
.newsbox{
margin: 0;
padding: 0;
color: #7d7d7d;
font-size: 14px;
height:auto;
overflow:hidden;
margin-top: 70px;
padding-bottom: 30px;
}

/*关于我们*/
.more{
	width: 100%;
	padding-top: 50px;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}
.more>div{
	width: 1100px;
	margin: 0 auto;
}
.i_title_title{
	float: left;
    text-align: left;
    font-size: 18px;
    color: #333333;
    border-bottom: 2px solid #0668b3;
    padding-bottom: 15px;
}
.i_title_title span{
	font-size: 14px;
	color: #999999;
}
.i_title_more{
	float: right;
}
/*视屏*/
.i_con{
width: 1100px;
margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
.i_con div{
	float: left;
}
.text{
	margin-left: 60px;
	line-height:1.6; 
	width:700px; 
	float:right;
}
/*新闻中心*/
.i_con .i_news_left {
    width: 700px;
    float: left;
    height: 196px;
    background: #ffffff;
}
.i_con .i_news_left .i_news_left_right {
    width: 400px;
    padding: 30px;
    float: right;
}
.i_con .i_news_left .i_news_left_right dl a {
    font-size: 18px;
    color: #333333;
}
.i_con .i_news_left .i_news_left_right dd {
    text-align: right;
    color: #999999;
}
.i_con .i_news_right {
    width: 380px;
    float: right;
}
.i_con .i_news_right ul li {
    border-bottom: 1px solid #e1e1e1;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}
.i_con .i_news_right ul li a {
    overflow: hidden;
    width: 280px;
    float: left;
	 font-size: 14px;
    color: #7d7d7d;
    text-decoration: none;
}
.i_con .i_news_right ul li span {
    float: right;
    color: #999999;
    display: inline-block;
}

/*产品中心*/
#rotate {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#rotate a {
    font-size: 14px;
    color: #7d7d7d;
}
#rotate a:hover {
    font-size: 14px;
    color: #fff;
}
#rotate ul li{
	padding: 6px 15px;
    margin-right: 15px;
    float: left;
}
#rotate ul li:hover{
	background: #0668b3;
	color: #ffffff;
}
#rotate ul li:hover a{
	color: #ffffff;
}
#rotate ul li.on{
	background: #0668b3;
	color: #ffffff;
}
#rotate > div{
    clear: both;
    margin-top: 26px;
    margin-left: -8px;
    margin-right: -8px;
    display: none;
}
#rotate > div.on{
	display: block;
}
.product_list{
	width: 263px;
    float: left;
    background: #f5f5f5;
    margin: 0px 8px;
	margin-top: 15px;
}
.product_list:hover{
	background: #0668b3;
	color: white;
}
.product_list .product_list_img {
    width: 263px;
    height: 190px;
}
.product_list .product_list_title {
	width: 100%;
    text-align: center;
    line-height: 2.6;
}
.product_list_title:hover{
	background: #0668b3;
	color: white;
}
.product_list .product_list_title dl {
    font-size: 16px;
}
.product_list .product_list_title:hover dl {
    color: white;
}