* {
	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: 60px;
	padding-bottom: 60px;
}
.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: 10px;
}
.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;
}
@media only screen and (max-width:690px) {
	.page_main_01 .main_in{
		width: 90%;
		margin: auto;
	}
	.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: 65% !important;
	}
	.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;
	}
	.slides_in{
		bottom: 50px;
	}
	.page_main_04 .case_in_img div img{
		width: 70%;
	}





	.flexslider .slides_li .bottom_01{
		bottom: 15px !important;
	}
	.flexslider .slides_li .p_01{
		margin-top: 10px;
		font-weight: bold; 
		font-size: 15px;
	}
	.flexslider .slides_li .p_02{
		font-size: 13px;
	}
	.flexslider .slides_li .span_01{
		color: #fff; 
		font-size: 12px;
	}
	.flexslider .span_bg{
		padding: 2px 5px 2px 5px;
		background: #e35c56;
		font-size: 12px;
		color: #fff;
		border-radius: 15px;
	}
	.vm_in{
		width: 95% !important;
		margin: auto;
	}
	.content_vm{
		width: 100%;
		height: 460px !important;
	}
	.content_vm .p_Title{
		font-size: 20px;
		padding-top: 30px;
		margin-bottom: 10px;
	}
	.content_vm .p_Phone{
		font-size: 16px;
	}
	.content_vm .vm_img img{
		margin-top: 20px;
		width: 100%;
	}
	.zs_case .zscase_in{
		width: 90%;
	}
	.zs_case .zscase_in .casediv{
		width: 100%;
	}
	.zs_case .casediv{
		margin-top: 20px;
	}
	.zs_case .casediv div{
		height: 300px;
	}
	.zs_case .casediv div img{
		width: 80%;
	}
	.zs_case .casein_in .casediv:nth-child(4) img{
		width: 50% !important;
	}
	.casein_in .casedivbg div{
		width: 48%;
		height: auto;
		padding-bottom: 20px;
		margin-top: 15px;
	}
	.ve_img{
		padding-top: 20px !important;
	}
	.p_Title{
		padding-top: 30px !important;
	}
	.case_al{
		width: 90% !important;
		margin:auto;
	}
	.caseal_in{
		width: 100% !important;
	}
	.caseal_in img{
		width: 60%;
	}
	.caseal_in div{
		width: 46% !important;
	}
	.tabcase_in{
		width: 100% !important;
	}
	.tabcase_in .tabcase_list .list_nav ul{
		width: 90%;
	}
	.tabcase_list ul li{
		font-size: 14px;
	}
	.tabcase_list .list_nav{
		margin-top: 20px !important;
	}
	.tabcase_list .nr_left{
		width: 100%;
	}
	.tabcase_list .nr_right{
		width: 100%;
	}
	.tabcase_list .nr_right img{
		width: 100%;
	}
	.tabcase_list .list_all{
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.tabcase_list .list_nr{
		width: 100%;
	}
	.tabcase_list .list_nr .listnr{
		width: 100%;
	}
	.listnr div img{
		width: 90%;
	}
	.tabcase_list .yh_div div{
		width: 33.33%;
	}
	.flexsliderli{
		padding-bottom: 80px !important;
	}
	.img_css_li{
		margin-top: 20px !important;
	}
	.vin_in{
		width: 90% !important;
		margin: auto;
	}
	.vin_list{
		margin-bottom: 20px !important;
	}
	.vin_list p{
		font-size: 13px !important;
	}
	.img_vin_img img{
		width: 100% !important;
	}
	.img_vin{
		height: auto !important;
	}
	.img_vin_img img{
		margin-bottom: 20px;
	}
		

}

.slides_li .bottom_01{
	bottom: 25%;
}
.slides_li .p_01{
	margin-top: 10px;
	font-weight: bold; 
	font-size: 60px;
}
.slides_li .p_02{
	font-size: 36px;
}
.slides_li .span_01{
	color: #fff; 
	font-size: 20px;
}
.span_bg{
	padding: 5px 10px 5px 10px;
	background: #e35c56;
	font-size: 15px;
	color: #fff;
	border-radius: 15px;
}
.a_hover_01{
	border-radius: 5px;
	cursor: pointer;
}
.a_hover_01:hover{
	background: #fff;
	color: #031e67;
	box-shadow: 0px 2px 10px #000;
}
.content_vm{
	width: 100%;
	height: 1230px;
	background: url(../img/case/contentbg.png) center no-repeat;
	background-size:100% 100%;
}
.vm_in{
	width: 1200px;
	margin: auto;
}
.p_Title{
	font-size: 36px;
	color: #1d1d1d;
	font-weight: bold;
	text-align: center;
	padding-top: 100px;
	margin-bottom: 20px;
}
.p_Phone{
	font-size: 20px;
	line-height: 30px;
	font-size: 20px;
	color: #757575;
	text-align: center;
}
.p_fontSize{
	font-size: 16px;
	line-height: 30px;
	color: #757575;
	text-align: center;
}
.vm_img img{
	margin-top: 50px;
	width: 100%;
}
.zs_case{
	width: 100%;
	background: #fff;
}
.zscase_in{
	width: 1200px;
	margin: auto;
}
.casein_in{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
.casediv{
	width: 560px;
	background: #f8fafc;
	margin-top: 80px;
	border-radius: 4px;
}
.casediv:hover{
	box-shadow: 0px 2px 8px #d1dee6;
}
.casediv p{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	color: #fff;
	background: #012689;
	padding-left: 20px;
	box-sizing: border-box;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.casediv p span{
	margin-right: 20px;
	font-size: 22px;
	font-weight: bold;
}
.casediv div{
	width: 100%;
	height: 420px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zs_a{
	display: block;
	margin:auto;
	width: 238px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 5px;
	background: #012689;
	cursor: pointer;
}
.zs_a:hover{
	color: #fff;
	box-shadow: 0px 2px 8px #27438d;
}
.casedivbg{
	width: 1200px;
	margin: auto;
	display:flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.casedivbg div{
	width: 360px;
	height: 160px;
	background: #f8fafc;
	margin-top: 50px;
}
.casedivbg div:hover{
	box-shadow: 0px 2px 8px #d1dee6;
}
.casedivbg div img{
	display: block;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.casedivbg div span{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #555a69;
}
.ve_img{
	width: 100%;
	background: #fff;
	padding-top: 100px;
}
.ve_img img{
	width: 100%;
}
.case_al{
	width: 100%;
	background: #fff;
}
.caseal_in{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	margin: auto;
	margin-top: 50px;
	padding-bottom: 50px;
}
.caseal_in div{
	width: 250px;
	height: 110px;
	background: #fff;
	border: 1px solid #d6d6d6;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.caseal_in div img{
	transition: all 1s;
}
.caseal_in div:hover img{
	transform: scale(1.1);
}
.tab_case{
	width: 100%;
	background: #f8fafc;
}
.tabcase_in{
	width: 1200px;
	margin:auto;
}
.tabcase_list{
	width: 100%;
}
.tabcase_list .list_nav{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #bec6cf;
	margin-top: 50px;
}
.tabcase_list .list_nav ul{
	width: 900px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.list_all{
	width: 90%;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.nr_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
}
.tabcase_list ul li{
	line-height: 45px;
	cursor: pointer;
}
.nr_left{
	width: 48%;
}
.nr_right{
	width: 48%;
}
.tabcur{
	border-bottom: 1px solid #012689;
	color: #012689;
	font-weight: bold;
}
.list_nr li{
	font-size: 24px;
}
.list_nr li:before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #012689;
    /* border-radius:；圆角，使方形div变圆形 */
    border-radius: 50%;
    margin-right:10px;
    vertical-align: middle;
}
.list_nr p{
	font-size: 16px;
	color: #757575;
	line-height: 28px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 18px;
}
.yh_div{
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 1px 10px #ccc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 20px;
	padding-bottom: 20px;
}
.yh_div div{
	width: 12%;
	text-align: center;
}
.yh_div div span{
	font-size: 14px;
	color: #757575;
	display: block;
	margin-top: 10px;
}
.flex_bottom{
	margin-top: 50px;
}
.right_in{
	width: 350px;
	height: 230px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0px 1px 10px #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
}
.list_nr{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.list_nr .listnr{
	width: 42%;
	margin-bottom: 50px;
}
.listnr div{
	width: 50%;
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0px 1px 6px #d1dee6;
	margin-left: 20px;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.flexsliderli li:before{
    display: none;
}
.flexsliderli li img{
	width: 20%;
}
.flexsliderli{
	margin-top: 0px;
	padding-bottom: 100px;
}
.flexsliderli .slides img{
	width: 80%;
	margin: auto;
}
.flexsliderli li{
	width: 20px;
}
.flexsliderli .flex-control-nav a{
	width: 10px;
	height: 10px;
	background-color: #cad0e0;
	border-radius: 50%;
	margin-right: 10px;
}
.flexsliderli .flex-direction-nav li a{
	display: block;
}
.flexsliderli:hover .flex-prev{
	opacity: 1;
}
.flexsliderli .flex-prev{
	left: 0;
	margin-top: -60px;
	background: url(../img/case/flex-prev.png) no-repeat;
	background-size: 100% 100%;
}
.flexsliderli .flex-next{
	right: 0px;
	margin-top: -60px;
	background: url(../img/case/flex-next.png) no-repeat;
	background-size: 100% 100%;
}
.flexsliderli .flex-control-paging li a.flex-active{
	background: #012689;
}
.vin_in{
	width: 1200px;
	margin: auto;
}
.vin_div{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 50px;
}
.vin_list{
	width: 370px;
	height: 140px;
	border-radius: 6px;
	box-shadow: 0px 1px 6px #d1dee6;
	margin-bottom: 50px;
}
.vin_list li{
	margin-left: 30px;
	padding-top: 20px;
	color: #012689;
	font-size: 20px;
	font-weight: bold;
}
.vin_list p{
	margin-left: 45px;
	width: 80%;
	margin-top: 10px;
	font-size: 16px;
	color: #757575;
	line-height: 24px;
}
.vin_list li:before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #012689;
    /* border-radius:；圆角，使方形div变圆形 */
    border-radius: 50%;
    margin-right:10px;
    vertical-align: middle;
}
.img_vin{
	width: 100%;
	height: 335px;
	box-shadow: 0px 1px 6px #d1dee6;
	border-radius: 6px;
	margin-bottom: 20px;
}
.img_vin p{
	font-size: 20px;
	color: #757575;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 40px;
}
.img_vin_img{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	width: 92%;
	margin: auto;
}
.img_vin_img img{
	width: 30%;
}