* {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*经典案例*/
.content{
	width: 1200px;
	margin: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
.content h2{
	font-size: 30px;
	color: #525252;
	font-weight: bold;
	text-align: center;
}
.content .flexslider{
	width: 100%;
	margin-top: 60px;
	height: 560px;
	background: #f9f9f9;
	margin-bottom: 60px;
}
.slides .slide_left{
	width: 35%;
	float: left;
	margin-left: 5%;
	margin-top: 5%;
}
.slides .slide_left img{
	width: 100%;
}
.slide_right{
	width: 50%;
	float: left;
	margin-left: 5%;
	margin-top: 5%;
}
.content .slide_right .img_logo{
	width: 70px;
	/*height: 47px;*/
	display: block;
	margin: auto;
}
.slide_right h3{
	font-size: 18px;
	color: #525252;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content .flex-direction-nav{
	display: none;
}
.slide_right .font_title{
	font-size: 14px;
	color: #7d7a7a;
	line-height: 28px;
}
.case_sort{
	padding: 30px;
	padding-right: 0;
	border:1px solid #dadada;
	margin-top: 30px;
	border-radius: 4px;
	overflow: hidden;
}
.case_sort .sort_left{
	width: 48%;
	float: left;
	border-right:1px solid #dadada;
}
.sort_right{
	width: 46%;
	float: right;
}
.sort_in{
	float: left;
	width: 70%;
}
.sort_in p{
	font-size: 16px;
	color: #004ea2;
	font-weight: bold;
	margin-bottom: 10px;
}
.sort_in span{
	font-size: 12px;
	color: #7d7a7a;
	font-weight: bold;
}
.content .case_sort img{
	width: 18%;
	margin-top: 5%;
	display: block;
	float: left;
	margin-right: 5%;
}
.button_menu{
	width: 70%;
	margin: auto;
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
}
/*.list_content{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}*/
.button_menu a{
	display: block;
	width: 45%;
	height: 40px;
	border: 1px solid #125ba8;
	text-align: center;
	line-height:40px;
	font-size: 16px;
	color: #125ba8;
}
.button_menu .a_color02{
	background: #125ba8;
	color: #fff;
}
.list_menu{
	position: relative;
	height: 40px;
	overflow: hidden;
}
.list_menu ul{
	width: 1000%;
	position: absolute;
	left: 0;
	top: 0;
	/*z-index: 999;*/
}
.list_menu li{
	float: left;
	width: 140px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}
.cur_active{
	background: #125ba8;
	color: #fff;
}
.list_content{
	overflow: hidden;
}
.list_content a{
	display: block;
	width: 285px;
	float: left;
	margin-top:50px;
	overflow: hidden;
	background: #f9f9f9;
	margin-right:20px 
}
.list_content a .list_in img{
	transition: all 1s;
}
.list_content a:hover .list_in img{
	transform: scale(1.2); 
}
.conimg_hover{
	width: 285px;
	height: 212px;
	overflow: hidden;
}
.list_content a:nth-child(4n){
	margin-right: 0px;
}
.list_in img{
	width: 100%;
}
.list_in p{
	line-height: 60px;
	font-size: 16px;
	color: #525252;
	text-align: center;
	width: 100%;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tab_img{
	position: absolute;
	right: 0;
	top: 5px;
	background: #fff;
}
.tab_img img{
	margin-left: 10px;
	cursor: pointer;
}
@media only screen and (max-width:690px) {
	.content{
		width: 100%;
		margin: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.content .flexslider{
		margin-top: 20px;
	}
	.content .flexslider{
		margin-top: 20px;
	}
}

/*经典案例内容*/
.logo_img{
	width: 100%;
	margin: auto;
	margin-top: 10px;
}
.logo_img img{
	width: 100%;
	border-radius: 3px;
	display: block;
}
.article_con h4{
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 20px;
}
.logo_content{
	text-align: center;
}
.logo_content p{
	font-size: 22px;
	color: #525252;
	margin-top: 30px;
}
.logo_content span{
	font-size: 18px;
	color: #525252;
	margin-top: 10px;
}
.logo_content a{
	display: block;
	text-align: center;
	width: 258px;
	height: 50px;
	font-size: 16px;
	background: #1160a4;
	color: #fff !important;
	line-height: 50px;
	margin: auto;
	margin-top:30px;
	border-radius: 3px;
}
.hot_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	border: 1px solid #f2f2f2;
	padding: 20px;
	margin-top:50px;
}
.logo_content img{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 15px;
}
.xg_list{
	border: 1px solid #f2f2f2;
	padding: 20px;
	margin-top:30px;
}
.hot_list a{
	width: 45%;
	margin-bottom: 20px;
}
.hot_content p{
	width: 100%;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 10px;
    color: #5d5d5d;
}
.hot_content img{
	width: 100%;
	border-radius: 3px;
}
.title_bg{
	width: 258px;
	height: 45px;
	background: #1160a4;
	color: #fff;
	line-height: 45px; 
	border-radius: 3px;
	margin: auto;
	margin-bottom: 30px;
}
.title_bg img{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
	margin-left: 20px;
}
.hot_content a p{
	font-size: 14px;
	margin-top: 10px;
	color: #5d5d5d;
}
.hot_content a{
	display: block;
}
.hot_content p:hover{
	color: #125ba8 !important;
}
.imghover{
	width: 100%;
	height: 87px;
	overflow: hidden;
}
.hot_content img:hover{
	transition: all 0.6s;
	transform: scale(1.2);
}
.xg_list a{
	color: #777;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}
.xg_list a:hover{
	color: #004ea2;
}
.xg_list a span{
	margin-right: 15px;
}
.mbx_con a{
	display: inline-block !important;
}
/*.xg_list p a{
	width: 100%;
	overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}*/
.widthclass{
	border: 1px solid #f2f2f2;
	padding: 20px;
	margin-top:30px;
}


/*解决方案底层页面*/
.tab_change{
	width: 100%;
	background: #fff;
	height: 70px;
	border-bottom: 1px solid #e8e8e8;
}
.tab_change ul{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
.tab_change ul li{
	float: left;
	width: 75px;
	text-align: center;
	height: 64px;
	line-height: 64px;
	margin-right: 40px;
	cursor: pointer;
}
.active_cur{
	border-bottom: 6px solid #004ea2;
}
.page_main_01{
	width: 100%;
	background: #fafafa;
}
.page_main_01 .main_in{
	width: 1200px;
	margin: auto;
	padding-top: 70px;
	padding-bottom: 30px;
}
.page_main_01 h3{
	text-align: center;
	font-size: 30px;
	color: #525252;
	font-weight: bold;
}
.page_main_01 .main_p{
	text-align: center;
	font-size: 14px;
	color: #666666;
	margin-top: 25px;
	margin-bottom: 30px;
}
.page_main_01 .main_bor{
	border: 1px solid #e8e8e8;
	margin-bottom: 30px;
}
.page_main_01 .main_img{
	width: 32%;
}
.page_main_01 .main_img img{
	display: block;
	width: 101%;
	border: none;
}
.page_main_01 .main_content{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.page_main_01 .main_bor p{
	font-size: 18px;
	width: 90%;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}
.page_main_01 .main_bor span{
	font-size: 14px;
	color: #525252;
	display: block;
	width: 90%;
	margin: auto;
	line-height: 25px;
	margin-bottom: 30px;
}
.page_main_01 .main_bg{
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.page_main_01 .main_img .go_big img{
	transition: all 1s;
}
.page_main_01 .main_img:hover .go_big img{
	transform: scale(1.2); 
}
.page_main_01 .go_big{
	overflow: hidden;
}
.page_main_02{
	width: 100%;
	background: #fff;
}
.page_main_02 .main_02_in{
	width: 1200px;
	margin: auto;
}
.page_main_02 .main_02_div{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.page_main_02 h3{
	margin-bottom: 40px;
}
.page_main_02 .div_block{
	width: 585px;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	height: 190px;
	margin-bottom: 30px;
}
.page_main_02 .div_block:hover{
	border: 1px solid #125ba8;
}
.page_main_02 .div_block img{
	display: block;
	float: left;
	margin-left: 30px;
	margin-top: 40px;
}
.page_main_02 .div_font{
	float: right;
	width: 80%;
	margin-top: 40px;
	margin-right: 15px;
}
.page_main_02 .div_font p{
	font-size: 20px;
	color: #525252;
	margin-bottom: 15px;
	font-weight: bold;
}
.page_main_02 .div_font span{
	font-size: 14px;
	color: #525252;
	display: block;
	line-height: 25px;
}
.pager-current{
    background: #004d9b;
    color: #fff;
 }
.page_main_03{
	padding-bottom: 50px;
}
.page_main_03 .service_img{
	margin-top: 60px;
}
.page_main_03 .service_img img{
	width: 100%;
}
.page_main_04{
	width: 100%;
	background: #fff;
}
.page_main_04 .case_in_img{
	width: 220px;
}
.page_main_04 .case_in_img div{
	width: 100%;
	height: 120px;
	border: 1px solid #e8e8e8;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.page_main_04 .zx_case{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.page_main_04 .case_in_img div img{
	display:block;
}
.page_main_04 .case_in_img p{
	text-align: center;
	color: #525252;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.case_in_img .case_big img{
	transition: all 1s;
}
.case_in_img:hover .case_big img{
	transform: scale(1.2);
}
.pos_cur{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.slides_in{
	width: 100%;
	position: absolute;
	bottom: 30%;
	left: 0px;
}
.slides_auto{
	width: 1200px;
	margin: auto;
}
.slides_li{
	position: relative;
}
.slides_in p{
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px;
}
.slides_in a{
	display: block;
	/* width: 230px; */
	height: 40px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin-top: 40px;
}
.slides_in p:nth-child(1){
	font-weight: bold;
}
.sort_other .main_img{
	width: 49%;
}
.othercolor .slides_in p{
	color: #525252;
}
.othercolor .slides_in a{
	color: #525252;
	border: 1px solid #525252;
	cursor: pointer;
}
@media only screen and (max-width:690px) {
	.page_main_01 .main_in{
		width: 90%;
		margin: auto;
		padding-bottom: 0px;
	}
	.page_main_04 .zx_case{
		margin-top: 30px !important;
	}
	.page_main_04 .zx_case{
		padding-bottom: 30px;
	}
	.page_main_01 .main_img{
		width: 100%;
	}
	.page_main_02 .main_02_in{
		width: 90%;
		margin: auto;
	}
	.tab_change ul{
		width: 100%;
		margin: auto;
	}
	.tab_change ul li{
		width: 25%;
		margin-right: 0;
	}
	.tab_change{
		display: none;
	}
	.div_block{
		height: auto !important;
		padding-bottom: 20px;
	}
	.case_in_img{
		width: 95% !important;
	}
	.zx_case{
		width: 100% !important;
	}
	.zx_case a{
		display: block;
		width: 48%;
	}
	.zx_case{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.div_font{
		width: 75% !important;
	}
	.page_main_02 .div_font span{
		margin-left: -22%;
		margin-top: 20px;
	}
	.main_in{
		padding-top: 30px !important;
	}
	.page_main_03 .service_img{
		margin-top: 30px;
	}
	.page_main_03{
		padding-bottom: 20px;
	}
	.slides_auto{
		width: 90% !important;
	}
	.slides_in p{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.slides li a{
		margin-top: 20px;
		cursor: pointer;
	}
	.slides_in{
		bottom: 50px;
	}
	.page_main_04 .case_in_img div img{
		width: 70%;
	}
	.page_main_02 .div_block img{
		margin-left: 10px;
    	margin-top: 12px;
	}
	.page_main_02 .div_font p{
		width: 100%;
		overflow:hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
	}
	.page_main_02 .div_font p{
		font-size: 16px;
	}
	.page_main_01 .main_bor{
		margin-bottom: 20px;
	}
	.page_main_02 .div_font {
	    width: 80%;
	    margin-top: 25px;
	    margin-right: 10px;
	}
}