* {
	margin: 0;
	padding: 0;
	list-style: none;
}

.banner {
	width: 100%;
	height: 640px;
}

.banner ul {
	width: 100%;
	height: 100%;
}

.banner ul li {
	width: 100%;
	height: 100%;
}

/*经典案例*/
.height_css {
	width: 100%;
	height: 90px;
}

.slides_in {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 30%;
	left: 0px;
}

.slides_auto {
	width: 1200px;
	margin: auto;
}

.slides_auto p.lit {
	font-size: 28px;
}

.slides_li {
	position: relative;
}

.slides_in p {
	font-size: 48px;
	color: #fff;
	margin-bottom: 25px;
}

.slides_in a {
	display: inline-block;
	width: 180px;
	height: 40px;
	background: #004ea2;
	background: linear-gradient(to right, #e95c1a, #fe8727);
	text-align: center;
	line-height: 40px;
	color: #fff;
	margin-top: 10px;
	cursor: pointer;
	float: left;
	margin-right: 10px;
	font-size: 18px;
	border-radius: 5px;
}

.slides_in .other_style {
	background: rgba(255, 255, 255, 0.8);
	color: #004ea2;
}

.slides_in p:nth-child(2) {
	font-weight: bold;
	font-size: 36px;
}

.slides_in p:nth-child(1) span {
	color: #f8c48a
}

.slides_in .font_ms {
	font-size: 18px;
	line-height: 180%;
	width: 59%;
}

.two_content {
	width: 1200px;
	margin: auto;
	padding-top: 70px;
	padding-bottom: 70px;
}

.two_flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 16px;
	color: #525252;
}

.two_flex .flex_in {
	width: 590px;
	padding-bottom: 30px;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	margin-bottom: 20px;
}

.two_flex_other .flex_in {
	width: 590px !important;
}

.two_flex .flex_in div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	border: 8px solid #fff;
	padding-top: 30px;
}

.two_flex .flex_in div:hover {
	border-top: 8px solid #004ea2;
}

.two_flex div img {
	margin-left: 50px;
	margin-right: 35px;
}

.two_flex div p {
	margin-right: 30px;
	line-height: 26px;
}

.slides_other p {
	color: #525252;
}

.slides_other p:nth-child(1) span {
	color: #004ea2;
}

.slides_other .other_style {
	border: 1px solid #525252;
	color: #525252;
}

.flex_other .flex_in {
	width: 32%;
}

.flex_other div img {
	margin-left: 20px;
}

.main_title {
	text-align: center;
	font-size: 30px;
	color: #5d5d5d;
	font-weight: bold;
	margin-bottom: 20px;
}

.main_title_lit {
	line-height: 180%;
	margin-bottom: 70px;
	font-size: 18px;
	text-align: center;
	color: #757575;
}





.box {
	width: 1200px;
	margin: 70px auto 0;
	overflow: hidden;
	position: relative;
	padding-top: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

.box_con {
	position: absolute;
	left: 35.5%;
	top: 38%;
	width: 300px;
	text-align: center;
	font-size: 16px;
	line-height: 180%;
}

.box_con span {
	font-size: 28px;
	color: #004ea2;
}

.box li {
	float: left;
	width: 48%;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-top: 40px;
	box-sizing: border-box;
	background: #fff;
	margin-right: 1.3333%;
	cursor: pointer;
	min-height: 170px;
	padding: 1%;
	padding-top: 2%;
	text-align: center;
	box-shadow: 0px 0px 10px #c9ccd9;
}

.box .box_con_rig {
	width: 75%;
	display: inline-block;
}

.box .box_con_rig h3 {
	font-size: 22px;
	color: #696d82;
	margin-bottom: 10px;
	color: #004ea2;
	font-weight: bold;
}

.box .box_con_rig p {
	font-size: 16px;
	color: #757575;
	line-height: 180%;
}

.sdkh {
	position: absolute;
	left: 42%;
	top: 23%;
	display: inline-block;
}

.zxtt {
	overflow: hidden;
}

.zxtt ul {
	margin-left: 28%;
	margin-top: 50px;
}

.zxtt li {
	width: 136px;
	height: 40px;
	float: left;
	font-size: 20px;
	margin-left: 10%;
	border-radius: 5px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

.zxtt li a {
	width: 136px;
	height: 40px;
	display: inline-block;
}

.zxtt li:nth-of-type(1) {
	background: #246bc3;
	color: #fff;
}

.zxtt li:nth-of-type(2) {
	background: #fff;
	color: #fff;
	border: 1px solid #246bc3;
	color: #246bc3;
}






.cooper-header-title {
	font-size: 30px;
	font-weight: bold;
}

.cooper-nav-lit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
	padding-bottom: 2px;
}

.cooper-nav-lit>li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 25%;
	color: #fff;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ccc;

}

.cooper-nav-lit>li a {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	font-size: 16px;
	height: 30px;
	line-height: 10px;
	color: #fff;
}

.cooper-nav-lit>li a img {
	text-align: center;
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 10px;
}

.cooper-nav-lit>li a.active {
	color: #fff;
	font-size: 18px;
	font-weight: bold;

}

.cooper-nav-lit>li a .cooper-nav-lit-line {
	width: 0;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0%;
	display: inline-block;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.fwkh {
	overflow: hidden;
	text-align: center;
	width: 100%;
	margin-top: 50px;
}

.fwkh.xfz {
	width: 100%;
	margin-top: 50px;
}

.fwkh h2 {
	text-align: left;
	font-size: 24px;
	color: #525252;

}

.two_content {
	width: 1200px;
	margin: 0px auto;
}

.cooper-nav-lit a:hover {
	color: #789ac2;
}

.cooper-nav-lit a:hover .cooper-nav-lit-line {
	width: 100%;
	left: 0;
}

.cooper-customer-lit {
	display: none;
}

.cooper-customer-lit.block {
	display: block !important;
}


.cooper-customer-lit div ul {
	float: left;
	margin-top: 30px;
	width: 100%;
}


.cooper-customer-lit div ul li {
	font-size: 18px;
	color: #555;
	margin-bottom: 20px;
	line-height: 180%;
}






.case {
	width: 100%;
	margin: 0 auto;
	background: #f0f1f7;
}

.case_con {
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
}

.case_con .tit {
	font-size: 30px;
	color: #5d5d5d;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.case_con .tit_p {
	text-align: center;
	font-size: 18px;
	line-height: 180%;
}

.case_tit {
	margin-bottom: 20px;
	overflow: hidden;
}

.case_tit span {
	font-size: 24px;
	color: #125ba8;
	display: inline-block;
	float: left;
}

.case_tit b {
	width: 66px;
	height: 105px;
	display: inline-block;
	float: left;
}

.case_tit b img {
	width: 100%;
}

.case_left {
	position: relative;
}

.case_left h2 {
	margin-bottom: 5px;
	font-size: 28px;
	font-weight: bold;
	color: #256bc3;
}

.case_p {
	overflow: hidden;
	text-align: center;
}

.case_p ul li {
	float: left;
	width: 23%;
	margin-bottom: 30px;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
	cursor: pointer;
}

.case_p ul li:hover span {
	top: 0;
	height: 100%;
	padding-top: 30%;
	font-size: 16px;
	box-sizing: border-box;
}

.case_p ul li span {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0;
	background: #004ea2;
	opacity: 0.9;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

.case_p ul li img {
	width: 100%;
}

.case_left p {
	line-height: 180%;
	margin-bottom: 20px;
}

.case_p span {
	display: inline-block;
}

.case_p p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 180%;
}

.cptx_con {
	width: 1200px;
	box-sizing: border-box;
	margin: 80px auto 0;
	overflow: hidden;
	padding-bottom: 50px;
}

.case_more {
	position: absolute;
	left: 0;
	bottom: 48px;
}

.cptil {
	width: 280px;
	text-align: left;
	float: left;
	margin-right: 70px;
}

.cptil li {
	text-align: center;
	font-size: 16px;
	color: #696969;
	height: 70px;
	line-height: 70px;
	margin-bottom: 12px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	background: #fff url(../img/circle.png) no-repeat 70px center;
}

.cptil li a {
	color: #696969;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #f0f0f0;
}

.cptil li.cur a {
	color: #fff;
}

.cptil li.cur {
	color: #fff;
	background: #125ba8 url(../img/circle.png) no-repeat 70px center;
}

.cptil li.noMargin {
	margin-bottom: 0;
	background: none;
	margin-top: 30px;
	background-image: none;
}

.case_more_select {
	text-align: center;
	margin-top: 30px;
}

.cptx_nr {
	height: 530px;
	width: 850px;
	float: left;
}

.cptx_nr .case_left {
	float: left;
	height: 530px;
	width: 100%;
}

.cptx_nr .case_right {
	float: left;
	width: 325px;
}

.case_left .button {
	margin-left: 32%;
	margin-top: 30px;
}

.case_left .button a {
	float: left;
	width: 136px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
}

.case_left .button a:nth-of-type(1) {
	color: #256bc3;
	background: url(../img/btn_bg.png) no-repeat;
	margin-right: 40px;
}

.case_left .button a:nth-of-type(2) {
	background: #246bc3;
	color: #fff;
	cursor: pointer;
}






.manage_four {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px;
}

.four_content {
	width: 1200px;
	margin: auto;
}

.four_flex .slides li {
	padding-top: 5px;
	/*padding-left: 5px;*/
}

.four_flex .slides li img {
	width: auto;
}

.four_flex .slides li a {
	width: 380px;
	height: 460px;
	box-sizing: border-box;
	padding: 25px;
	box-shadow: 0px 0px 5px #dadada;
	cursor: pointer;
	float: left;
	margin-right: 15px;
	margin-left: 5px;
}

.four_flex .slides li:nth-child(3n) {
	margin-right: 0px;
}

.listyle {
	display: flex;
	justify-content: center;
}

.four_in div {
	width: 100%;
	height: 140px;
	background-color: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.four_in p {
	text-align: center;
	color: #333;
	line-height: 80px;
	font-size: 20px;
}

.four_in span {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

.four_in img {
	transition: all 1s;
}

.four_in:hover img {
	transform: scale(1.2);
}

.manage_four .flex-control-nav {
	/*left: 10px;*/
}

.manage_four .flex-control-nav li {
	width: 10px;
	height: 10px;
}

.manage_four .flex-control-paging li a {
	width: 10px;
	height: 10px;
	border: 1px solid #ccc;
}

.manage_four .flex-control-paging li a.flex-active {
	background: #125ba8;
}

.manage_four .flex-control-nav {
	bottom: 0px;
}

.manage_four .flex-direction-nav {
	display: none;
}

.four_content .width_01 {
	width: 800px;
	margin: auto;
}

.four_content .width_02 {
	width: 400px;
	margin: auto;
}


.four_content .flexslider {
	height: 500px;
}

.flex_in p span {
	display: block;
	margin-bottom: 5px;
}

.three_flex_other div p {
	width: 82%;
}

.other_a_css {
	width: 380px !important;
	margin: auto !important;
	float: none !important;
}

.flex_in_width .flex_in {
	/*height: 200px;*/
}

.flex_in_width_other .flex_in {
	height: 250px;
}

.spanblod {
	font-weight: bold;
	font-size: 18px;
	color: #525252;
}

.span_blod {
	font-weight: bold;
	font-size: 18px;
	color: #525252;
	display: block;
	margin-bottom: 5px;
}

.span_block div p {
	width: 80%;
}

.hide_style {
	display: none !important;
}

/*.pro_tab ul li:hover{
	background-color: #004ea2;
	font-weight: bold;
}*/
.box_sj {
	display: none;
}

.four_case {
	width: 1200px;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.four_case div {
	width: 18%;
	height: 100px;
	border: 1px solid #dfdfdf;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}


.sjdc p {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}

.sjdc ul {
	margin-bottom: 30px;
}

.sjdc ul li {
	margin-bottom: 5px;
}

.sjdc ul li b {
	width: 3px;
	height: 3px;
	border-radius: 10px;
	display: inline-block;
	background: #004ea2;
	margin-top: -10px;
	margin-right: 10px;
}

.hysl {
	overflow: hidden;
}

.hysl_left {
	float: left;
	width: 45%;
	margin-right: 5%;
}

.hysl_rig {
	float: left;
	width: 50%;
}

.hysl_left p {
	margin-bottom: 20px;
	line-height: 180%;
	font-size: 16px;
}

.hysl_left p b {
	margin-top: 9px;
	float: left;
	margin-right: 5px;
}

.hysl_left h3 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #004EA2;
}

.hysl_left h3 b {
	margin-right: 10px;
}


.zz {
	width: 100%;
	background: url(../img/ggw.jpg) no-repeat;
}

.zz_con {
	padding-top: 70px;
	padding-bottom: 70px;
	margin: 0 auto;
	width: 1200px;
}

.zz_con .tit {
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 70px;
}

.zz_con ul {
	overflow: hidden;
}

.zz_con ul li {
	float: left;
	width: 25%;
	text-align: center;
	color: #fff;
}

.zz_con ul li p {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 48px;
}

/*兆信优势*/

.case_ys {
	width: 100%;
	margin: 0 auto;
}

.case_con_ys {
	width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 70px;
}

.case_con_ys .tit {
	font-size: 30px;
	color: #5d5d5d;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.case_con_ys .tit_p {
	text-align: center;
	font-size: 18px;
	line-height: 180%;
}


.cptx_con_ys {
	width: 1200px;
	box-sizing: border-box;
	margin: 80px auto 0;
	overflow: hidden;
}

.cptil_ys {
	width: 310px;
	text-align: left;
	float: right;
	margin-right: 30px;
}

.cptil_ys ul {
	background: #f0f1f7;
}

.cptil_ys li {
	text-align: center;
	font-size: 16px;
	color: #fff;
	height: 70px;
	line-height: 70px;
	padding: 3%;
	margin-bottom: 12px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	position: relative;
}

.cptil_ys li:hover {
	background: #004ea2;
	color: #fff;
}

.cptil_ys li.tabcur {
	background: #004ea2;
	color: #fff;
}

.cptil_ys li.tabcur a {
	color: #fff;
	font-weight: bold;
}

.cptil_ys li:hover a {
	color: #fff;
	font-weight: bold;
}

.cptil_ys li a {
	color: #686d84;
	text-decoration: none;
	cursor: pointer;
}

.cptil_ys li.cur a {
	color: #fff;
}

.cptil_ys li.cur {
	color: #fff;
	background: #f2f3fa;
}

.cptil_ys li.noMargin {
	margin-bottom: 0;
	background: none;
	margin-top: 30px;
	background-image: none;
}

.cptx_nr_ys {
	height: 460px;
	width: 850px;
	float: right;
}

.cptx_nr_ys .case_left {
	float: left;
	height: 530px;
	width: 100%;
}

.cptx_nr_ys .case_right {
	float: left;
	width: 325px;
}

/*兆信优势*/



.hxyw ul {
	overflow: hidden;

}

.hxyw ul li {
	float: left;
	width: 199px;
	height: 338px;
	color: #004EA2;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
}

.hxyw ul li .not-hover {
	width: 199px;
	height: 338px;
	box-sizing: border-box;
	padding-top: 80px;
	padding-left: 30px;
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background: url(../img/yw1.jpg) no-repeat left center;
	cursor: pointer;
	float: left;
	color: #fff;
}

.hxyw ul li:nth-of-type(2) .not-hover {
	background: url(../img/yw2.jpg) no-repeat left center;
}

.hxyw ul li:nth-of-type(3) .not-hover {
	background: url(../img/yw3.jpg) no-repeat left center;
}

.hxyw ul li:nth-of-type(4) .not-hover {
	background: url(../img/yw4.jpg) no-repeat left center;
}

.hxyw ul li:nth-of-type(5) .not-hover {
	background: url(../img/yw5.jpg) no-repeat left center;
}

.hxyw ul li:nth-of-type(6) .not-hover {
	background: url(../img/yw6.jpg) no-repeat left center;
}

.hxyw ul li h3 {
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}

.hxyw ul li span {
	width: 15px;
	height: 2px;
	background: #fff;
	display: inline-block;
}

.hxyw ul li .hover {
	width: 199px;
	height: 338px;
	background: #fff;
	color: #004EA2;
	padding: 30px;
	box-sizing: border-box;
	line-height: 180%;
	font-size: 14px;
	position: absolute;
	bottom: -338px;

}

.hxyw ul li .hover h3 {
	margin-bottom: 20px;
}

.hxyw ul li:hover .hover {
	bottom: 0;
	z-index: 1;
	transition: all 0.2s;
}

@media only screen and (max-width:690px) {

	.manage .two_content {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.manage .manage_three {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.manage .manage_four {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.slides_auto {
		width: 90% !important;
	}

	.slides_in p.lit {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.slides_in p:nth-child(2) {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.slides_in .font_ms {
		font-size: 14px;
		width: 90%;
	}

	.cooper-nav-lit>li a {
		padding-left: 5px;
		padding-right: 5px;
		line-height: 180%;
	}

	.fwkh img {
		width: 100%;
	}

	.case_con_ys {
		width: 90%;
		margin-top: 30px;
		padding-top: 0;
	}

	.case_con_ys .tit {
		font-size: 20px;
	}

	.case_con_ys .tit_p {
		font-size: 14px;
	}

	.cptx_con_ys {
		width: 90%;
		margin-top: 30px;
	}

	.cptil_ys {
		width: 100%;
		text-align: left;
		margin-right: 0;
	}

	.cptil_ys ul {
		width: 100%;
		margin-top: 30px;
	}

	.cptil_ys li {
		height: auto;
		width: 27%;
		float: left;
		line-height: 30px;
	}

	.cptx_nr_ys {
		width: 100%;
		height: auto;
	}

	.cptx_nr_ys img {
		width: 100%;
	}

	.sjdc p {
		font-size: 16px;
	}

	.sjdc img {
		width: 100%;
	}

	.sjdc ul li {
		font-size: 14px;
	}

	.show_style {
		display: none !important;
	}

	.hide_style {
		display: block !important;
	}

	.slides li a {
		margin-top: 20px;
	}

	.slides_in {
		bottom: 20px;
	}

	.slides_in a {
		width: 130px;
		font-size: 12px;
	}

	.main_title {
		margin-bottom: 30px;
		font-size: 20px;
	}

	.main_title_lit {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.box {
		width: 100%;
		margin-top: 30px;
	}

	.box li {
		width: 48%;
	}

	.box .box_con_rig {
		width: 100%;
	}
	.box .box_con_rig p{
		font-size: 14px;
	}
	.box .box_con_rig h3 {
		font-size: 18px;
	}

	.box img {
		width: 30%;
	}

	.zxtt li {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.box_sj img {
		width: 100%;
	}

	.case_con {
		width: 90%;
		padding-top: 30px;
		padding-bottom: 0px;
	}

	.case_con .tit {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.case_con .tit_p {
		font-size: 14px;
		line-height: 180%;
	}

	.case_tit {
		margin-bottom: 0px;
	}

	.case_tit b img {
		width: 50%;
	}

	.case_tit span {
		margin-top: 0px;
		font-size: 18px;
		margin-left: -10px;
	}

	.case_left h2 {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.case_p p:before {
		content: "";
		width: 5px;
		height: 5px;
		display: inline-block;
		background: #5d5d5d;
		border-radius: 50px;
		margin-right: 10px;
	}

	.case_p {
		padding: 10px;
	}

	.case_left .button {
		margin-left: 14%;
		margin-top: 10px;
	}

	.case_left .button a {
		width: 100px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}

	.case_p p {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.cptx_con {
		width: 100%;
		margin: 30px auto 0;
	}

	.cptil {
		width: 100%;
		margin-right: 0;
	}

	.cptil li {
		width: 33.33333%;
		float: left;
		font-size: 14px;
		height: 50px;
		line-height: 50px;
		margin-bottom: 0;
		transition: 1s;
		-webkit-transition: 1s;
		-moz-transition: 1s;
		-o-transition: 1s;
		background: #fff;
		background-image: none;
	}

	.cptil li a {
		color: #696969;
		text-decoration: none;
		cursor: pointer;
		border-right: 1px solid #f0f0f0;
	}

	.cptil li.cur a {
		color: #fff;
	}

	.cptil li.cur {
		background-image: none;
	}

	.cptil li.noMargin {
		margin-bottom: 0;
		background: none;
		margin-top: 30px;
		background-image: none;
	}

	.case_more_select {
		margin-top: 115px;
	}

	.cptx_nr {
		height: auto;
		width: 100%;
	}

	.cptx_nr .case_left {
		width: 100%;
		height: 420px;
		margin-right: 0;
		margin-top: 30px;
	}

	.cptx_nr .case_right {
		float: left;
		width: 100%;
	}

	.cptx_nr .case_right img {
		display: none;
	}


	.hxyw ul li {
	    width: 48%;
		padding: 0;
	}
	
	.hysl_left {
	    width:100%;
	    margin-right:0;
	}
	.hysl_rig{
		width: 100%;
	}
	.hysl_rig img{
		width: 100%;
	}

	.hysl_left h3{
		font-size: 16px;
	}
	.hysl_left p{
		font-size: 14px;
	}
	
	.zz_con .tit {
	    font-size: 20px;
	    margin-bottom: 30px;
	    line-height: 180%;
	}
	.zz_con {
	    padding-top: 50px;
	    padding-bottom: 50px;
	    width: 90%;
	}
	.zz_con ul li {
	    font-size: 14px;
	}
	.zz_con ul li img {
	     width: 50%;
	}
	.zz_con ul li p {
	    margin-top: 10px;
	    margin-bottom: 10px;
	    font-size: 26px;
	}
	.zz_con ul li p span {
	    font-size: 16px;
	}
	
	
	
	
	
	
	.zxtt ul {
		margin-top: 30px;
		margin-left: 5%;
	}

	.zxtt li:nth-of-type(2) {
		margin-left: 3%;
	}

	.manage_four .flexslider {
		margin-top: 0px;
	}

	.two_content {
		width: 90%;
		margin: auto;
	}

	.three_content {
		width: 90%;
		margin: auto;
	}

	.three_content .three_flex {
		display: block;
		overflow: hidden;
	}

	.three_flex p.manage_three_tit {
		font-size: 16px;
		margin-top: 30px;
	}

	.three_content .three_flex div {
		width: 50%;
		float: left;
		padding-bottom: 20px;
	}

	.three_flex div img {
		margin-top: 20px;
	}

	.four_content {
		width: 90%;
		margin: auto;
	}

	.manage_four .flexslider {
		overflow: inherit;
		height: auto;
	}

	.manage_four .slides li {
		height: auto;
		float: none !important;
	}

	.manage_four {
		overflow: hidden;
	}

	.flex_other .flex_in {
		width: 100%;
	}

	.four_content .width_01 {
		width: 100%;
		margin: auto;
	}

	.four_content .width_02 {
		width: 100%;
		margin: auto;
	}

	.height_css {
		height: 60px;
	}

	.banner {
		height: 380px;
	}

	.manage_two .tabchange {
		width: 100% !important;
		margin: auto !important;
	}

	.four_case {
		width: 100% !important;
	}

	.four_case div {
		width: 24% !important;
		background: #fff;
		margin-bottom: 10px;
	}

	.four_case div img {
		width: 100%;
	}
}
