* {
	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: 20px;
	line-height: 180%;
	width: 50%;
}

.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: 36px;
	color: #1d1d1d;
	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:32%;
	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%;
}
.box li:hover{
	box-shadow: 0px 0px 10px #c9ccd9;
}
.box img{
	float: left;
	width: 84px;
	margin-right: 5%;
}
.box .box_con_rig{
	float: left;
	width: 65%;
	display: inline-block;
}
.box .box_con_rig h3{
	font-size: 22px;
	color: #696d82;
	margin-bottom: 10px;
}
.box .box_con_rig p{
	font-size: 14px;
	color: #757575;
	line-height: 180%;
}
.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: #1e1e1e;
	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;
	background: #fff;
	font-size: 16px;
	height: 30px;
	line-height: 10px;
}
.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: #686d84;
	font-size: 18px;
	font-weight: bold;

}

.cooper-nav-lit>li a .cooper-nav-lit-line {
	width: 0;
	height: 3px;
	background: #0b44a2;
	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:80px;
}
.fwkh.xfz{
	width: 100%;
	margin-top: 80px;
}

.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: 36px;
	color: #1d1d1d;
	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{
	/* background: #fff;
	padding: 50px 40px 30px; */
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.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: #4fa6ff;
	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;
}

.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;
}




/*兆信优势*/

.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:520px;
	text-align: left;
	float: right;
}

.cptil_ys li {
	text-align: left;
	font-size: 16px;
	color: #696969;
	height: 70px;
	line-height: 180%;
	padding: 3%;
	margin-bottom: 12px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	position: relative;
}
.cptil_ys li:hover{
	background: #f2f3fa;
}

.cptil_ys li:hover .line {
    width: 30%;
    left: 0;
}
.cptil_ys li .line{
    width: 0;
    height: 3px;
    background: #0b44a2;
    position: absolute;
    bottom: -2px;
    left: 0%;
    display: inline-block;
    -webkit-transition: all 1s;
    transition: all 1s;
}



.cptil_ys li a {
	color: #686d84;
	text-decoration: none;
	cursor: pointer;
}

.cptil_ys li.cur a {
	color: #686d84;
}

.cptil_ys li.cur {
	color: #686d84;
	background:#f2f3fa;
}

.cptil_ys li.noMargin {
	margin-bottom: 0;
	background: none;
	margin-top: 30px;
	background-image: none;
}

.cptx_nr_ys {
	height: 460px;
	width: 670px;
	float: left;
}

.cptx_nr_ys .case_left {
	float: left;
	height: 530px;
	width: 100%;
}

.cptx_nr_ys .case_right {
	float: left;
	width: 325px;
}

/*兆信优势*/






@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%;
	}
	.cptil_ys li{
		height: auto;
	}
	.cptx_nr_ys{
		width: 100%;
		height: auto;
	}
	.cptx_nr_ys img{
		width: 100%;
	}
	
	
	
	
	.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 h3{
		font-size: 18px;
	}
	.box img{
		width:30%;
	}
	.zxtt li{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.sf p{
		font-size: 16px;
		margin-top: 30px;
	}
	.sf p span{
		font-size: 24px;
	}
	.sf img{
		width: 100%;
	}
	.sf p:nth-of-type(2){
		font-size: 16px;
		margin-bottom: 20px;
	}
	.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;
	}
	
	
	
	
	
	.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%;
	}
}

