@charset "utf-8";
/* CSS Document */

/*热门关键词*/
.Popular {
    background: rgba(255,255,255,0.9);
    z-index: 999;
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
	border-bottom: 1px solid #eee;
    top: -5px;
}
.Popular .search {
    position: relative;
}
.Popular .search .input {
    height: 30px;
    width: 308px;
    line-height: 30px;
    padding-left: 10px;
	border: none;
    background: #eee;
	margin-top: -3px;
}
.Popular .words a {
    padding: 0 10px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}
.Popular .words a:hover {
    color: #000;
}
.Popular .words p{
    color: #888;
    font-size: 14px;
    float: left;
}
.Popular .words p span{
    color: #333333;
    font-weight: bold;
}
.Popular .search .btn {
    background: url("../images/ico.png")no-repeat -25px -25px;
    height: 26px;
    width: 26px;
    border: none;
    position: absolute;
    right: 12px;
    top: 17px;
    cursor: pointer;
}



/* 轮播图css */
.slideBox {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    z-index: 555;
    height: 600px;
}
.slideBox .hd {
    display: inline-block;
    position: relative;
    bottom: -560px;
    z-index: 1;
}
.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slideBox .hd ul li {
    float: left;
    margin: 0 3px;
    width: 45px;
    height: 5px;
    border-radius: 10px;
    text-align: center;
    background:rgba(255,255,255,0.50);
    cursor: pointer;
}
.slideBox .hd ul li.on {
    background: #e62f2c;
}
.slideBox .bd {
    position: relative;
    z-index: 0;
    top: -23px;
}
.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    display: block;
    height: 600px;
}
.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 6%;
	top: 50%;
    margin-top: -33px;
    display: block;
    width: 65px;
    height: 65px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 789;
}
.slideBox .prev{
	background: url("../images/dl_23.png") no-repeat;
}
.slideBox .next {
    left: auto;
    right: 6%;
    background: url("../images/dl_25.png") no-repeat;
}
.slideBox .prev:hover, .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 0.9;
}
.slideBox .prev:hover{
	background: url("../images/dl_24.png") no-repeat;
}

.slideBox .next:hover{
	background: url("../images/dl_26.png") no-repeat;
}
.slideBox .prevStop {
    display: none;
}
.slideBox .nextStop {
    display: none;
}
/* 轮播图css结束 */
/*标题*/
.ttitle{
    text-align: center;
}
.ttitle h3{
    font-size: 35px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.ttitle h3 em{
    color: #e62f2c;
	font-weight: bold;
}
.ttitle i{
    width: 100%;
    height: 1px;
    text-align: center;
    background:url("../images/dl_12.png")no-repeat center center;
    margin: 20px auto;
	display: block;
}

.ttitle p{
    font-size: 16px;
    color: #666;
}

/*留言*/
.iliuyan{
	padding: 60px 0 0px;
}
.iliuyan .ttitle h3{
	margin-bottom: 30px;
	
}
.iliuyan  .lyshuju .ttitle h3{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}


.imessage{
	background: #205eab;
	padding: 0px 20px;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.imessage input{
	border: none;
	width: 19%;
	height: 35px;
	padding: 0px 10px;
	margin-right: 10px;
	border-radius: 5px;
	background: #fff;
}
.imessage input#content{
	/* width: 350px; */
	background: #fff;
}
.imessage input#_chkcode{
	/* width: 185px; */
}
.imessage #update_vcode{
	position: relative;
    left: -90px;
}
.imessage input.submit{
	float: right;
    margin-top: 12px;
    background: #e62f2c;
    color: #fff;
	height: 39px;
	position: absolute;
	right: 10px;
	cursor: pointer;
}

.iliuyan .lyshuju .bd{
	border: 1px solid #eee;
	padding:0;
	width: 100%;
	overflow: hidden;
}
.iliuyan .lyshuju .bd ul{
	overflow: hidden;
}
.iliuyan .lyshuju li{
    width: 45.9%;
    float: left;
    display: block;
    padding: 10px 2%;
} 

.iliuyan .lyshuju li span{
	margin-right: 30px;
}
.iliuyan .lyshuju li span:last-of-type{
	float: right;
	margin-right: 0;
}
.iliuyan .lyshuju li:nth-of-type(2n) {
	border-left: 1px solid #eee;
}



.iliuyan .lyshuju li span em{
	color: #e62f2c;
}

/*担心*/
.danxin{
	padding: 80px;
}
.danxin .allin{
	background: url("../images/dl_16.jpg")no-repeat center center;
	height: 555px;
	position: relative;
	margin-top: 50px;
}

.danxin ul{
	
}
.danxin li{
	position: absolute;
}
.danxin li h4{
	font-size: 38px;
	color: #205eab;
}
.danxin li p{
	border: 1px dashed #dcdcdc;
	padding: 10px;
	font-size: 16px;
	color: #333;
	margin-top: 10px;
	width: 288px;
	line-height: 25px;
}

.danxin li:nth-of-type(1){
	left: 0px;
	top: 50px;
	text-align: right;
}
.danxin li:nth-of-type(2){
	left: 0px;
	top: 235px;
	text-align: right;
}
.danxin li:nth-of-type(3){
	left: 0px;
	top: 410px;
	text-align: right;
}
.danxin li:nth-of-type(4){
	left: 890px;
	top: 50px;
}
.danxin li:nth-of-type(5){
	left: 938px;
	top: 235px;
}
.danxin li:nth-of-type(6){
	left: 890px;
	top: 410px;
}
.danxin li:nth-of-type(2) p,.danxin li:nth-of-type(5) p{
	width: 240px;
}
/*优势*/
.youshi{
	padding: 80px;	
	background: url("../images/dl_19.jpg")no-repeat center center;
	height: 700px;
}
.youshi .allin{
	padding-top: 130px;
}

.youshi li{
	position:relative;
	float: left;
	width: 250px;
	height: 300px;
	background: #205eab;
    margin-right: 66px;
	text-align: center;
}
.youshi li:last-of-type{
	margin-right: 0;
}
.youshi li i{
    margin: auto;
    display: block;
    width: 125px;
    height: 125px;
    border-radius: 80px;
    border: 5px solid #fff;
    background: #205eab;
    margin-top: -70px;
}
.youshi li i img{
	margin-top: 13px;
	opacity: .8
}


.youshi li h4{
	font-size: 20px;
	color: rgba(255,255,255,1);
	margin-top: 32px;
}
.youshi li h4:after{
	content: "";
	width: 25px;
	height: 1px;
	display: block;
	background:rgba(255,255,255,0.50);
	margin: auto;
    margin-top: 25px;
}
.youshi li p{
	padding: 10px;
	font-size: 14px;
	color: rgba(255,255,255,0.70);
	margin-top: 10px;
	line-height: 25px;
}
.youshi li:hover{
	background: #e62f2c;
}
.youshi li:hover i{
	background: #e62f2c;
}
.youshi li:hover i img{
	opacity: 1;
}

.btn01{
	text-align: center;
	margin-top: 70px;
}
.btn01 p{
	font-size: 16px;
	color: #666;
	margin-bottom: 25px;
}
.btn01 a{
	background: #333;
    padding: 12px 25px;
    display: inline-block;
    margin: 5px;
	color: #fff;
	font-size: 16px;
	height: 22px;
	line-height: 22px;
}
.btn01 a span{
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, "sans-serif", "微软雅黑";
}
.blue{
	background: #205eab !important;
}

/*服务项目*/
.fuwu{
	padding: 100px;	
}
.fuwu .allin{
	margin-top: 50px;
	position: relative;
}
.fuwu-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.fuwu .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.fuwu-button-prev{
	width: 65px;
	height: 65px;
	background: url("../images/dl_23.png")no-repeat;
	position: absolute;
	top: 42%;
	left: -85px;
	cursor: pointer;
}
.fuwu-button-next{
	width: 65px;
	height: 65px;
	background: url("../images/dl_25.png")no-repeat;
	position: absolute;
	top: 42%;
	right: -85px;
	cursor: pointer;
}

.fuwu .swiper-slide a{
	display:contents;
	position: relative;
}
.fuwu .swiper-slide span{
    background: rgba(0,0,0,0.80);
    display: block;
    color: #fff;
    padding: 15px 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.fuwu-button-prev:hover{
	background: url("../images/dl_24.png")no-repeat;
}
.fuwu-button-next:hover{
	background: url("../images/dl_26.png")no-repeat;
}
.fuwu .swiper-slide:hover img{
	-webkit-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
	-webkit-transition: -webkit-transform 0.6s ease 0;
	transition: transform 0.6s ease 0;
}
.fuwu .swiper-slide:hover span{
	background: rgba(216, 26, 26, 0.80);
}

/*流程*/
.liucheng{
	padding: 80px 0;	
	background:#205eab;
}
.liucheng #lyhr{
	width: 100%;
	height: 1px;
	display: block;
	background: rgba(255,255,255,0.30);
	position: relative;
	border: none;
	top: 240px;
}
.liucheng .ttitle h3{
	color: #fff;
}
.liucheng .ttitle i{
	background: url(../images/dl_13.png)no-repeat center center;
}
.liucheng .ttitle p{
	color: rgba(255,255,255,0.60);
}
.liucheng .allin{
	padding-top: 60px;
}

.liucheng li{
	position:relative;
	float: left;
	width: 180px;
	background: url("../images/dl_29.png") no-repeat;
    margin-right: 66px;
	text-align: center;
}
.liucheng li:last-of-type{
	margin-right: 0;
}
.liucheng li i{
    margin: auto;
    display: block;
    width: 50px;
    height: 50px;
	margin-top: 35px;
}
.liucheng li i img{
	
	opacity: .8
}


.liucheng li h4{
	font-size: 18px;
	color:#205eab;
	margin-top: 32px;
}

.liucheng li p{
	padding: 10px 0;
	font-size: 14px;
	color: rgba(255,255,255,0.70);
	margin-top: 20px;
	line-height: 25px;
}
/*风采*/
.fengcai{
	padding: 80px 0 0;
}
.fengcai .allin{
	position: relative;
	margin-top: 50px;
}
.fengcai-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fengcai-container .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.fengcai-container .swiper-slide a{
	border: 1px solid #e5e5e5;
    color: #333;
}
.fengcai-container .swiper-slide a i{
	display: block;
	overflow: hidden;
}
.fengcai-container .swiper-slide a i img{
}
.fengcai-container .swiper-slide span{
	font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    height: 50px;
    line-height: 50px;
}
.fengcai .swiper-slide:hover img{
	-webkit-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
	-webkit-transition: -webkit-transform 0.6s ease 0;
	transition: transform 0.6s ease 0;
}
.fengcai .swiper-slide:hover a{
	border: 1px solid #e62f2c;
	background: #e62f2c;
	color: #fff;
}


/*案例*/
.anli{
	padding: 100px;	
}
.anli .allin{
	margin-top: 50px;
	position: relative;
}
.anli-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.anli .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.anli-button-prev,.anli-button-more,.anli-button-next{
    width: 65px;
    height: 50px;
    display:inline-block;
	margin-top: 50px;
	cursor: pointer;
}

.anli-button-prev{
	background: url("../images/ico_left.png")#205eab no-repeat;
}
.anli-button-next{
	background: url("../images/ico_right.png")#205eab no-repeat;
}
.anli-button-more{
	background: #205eab;
    width: auto;
	margin: 0 10px;
	overflow: hidden;
}
.anli-button-more a{
	display: block;
    line-height: 50px;
    font-size: 16px;
    padding: 0 50px;
	color: #fff;
}
.anli .swiper-slide a{
	border: 1px solid #e5e5e5;
}
.anli .swiper-slide a i{
	overflow: hidden;
	display: block;
}
.anli .swiper-slide span{
    display: block;
	font-size: 14px;
    color: #333;
    padding: 15px 0;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap; display:block; 
}
.anli-button-prev:hover,.anli-button-more:hover,.anli-button-next:hover{
	background-color:#d81a1a;
}

.anli .swiper-slide:hover img{
	-webkit-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
	-webkit-transition: -webkit-transform 0.6s ease 0;
	transition: transform 0.6s ease 0;
}
.anli .swiper-slide:hover a{
	border-color: #d81a1a;
}
.anli .swiper-slide:hover a span{
	color: #d81a1a;
}
.anli #anlihr{
	position: absolute;
    top: 67px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    width: 100%;
    z-index: -1;
}

/*新闻*/
.xinwen{
	padding: 100px;	
	background: #eee;
}
.xinwen .fl{
	width: 600px;
	height: 560px;
	background: #fff;
}
.xinwen .fl .xwt{
	background: url("../images/dl_33.png")#205eab no-repeat 20px;
	padding-left: 70px;
}
.xinwen .fl .xwt a{
	height:70px;
	line-height: 70px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	display: block;
}
.xinwen .fl .xwt span{
	float: right;
	font-weight: normal;
	font-size: 16px;
	margin-right: 20px;
	color: rgba(255,255,255,0.70);
}

.Scroll-top{overflow:hidden; position:relative;}
.Scroll-top .bd{ padding:10px 30px;}
.Scroll-top .bd ul{ overflow:hidden; zoom:1; }
.Scroll-top .bd ul li{ 
	zoom:1;
	padding-bottom: 30px;
	border-bottom: 1px dashed #eee;
	margin-top: 30px;
}
.Scroll-top .bd ul li .pic{ 
	text-align:center;
	float: left;
}
.Scroll-top .bd ul li .pic i{ 
	width: 26px;
	height: 21px;
	display: block;
	background: url("../images/dl_44.png") no-repeat center center;
}
.Scroll-top .bd ul li .pic i:first-of-type{ 
	background: url("../images/dl_41.png") no-repeat center center;
	margin-bottom: 20px;
}
.Scroll-top .bd ul li .txt{
	margin-left: 40px;
}
.Scroll-top .bd ul li .txt span{
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.Scroll-top .bd ul li .txt p{
	font-size: 14px;
	color: #777;
	line-height: 23px;
}
.Scroll-top .bd ul li:hover .txt span{
	color: #d71818;
}

.xinwen .fr{
	width: 570px;
	height: 560px;
	background: #fff;
}
.slidetxt{  }
.slidetxt .hd{ 
	height: 65px;
    line-height: 65px;
    background: #fff;
    position: relative;
    border-bottom: 5px solid #205eab;
}
.slidetxt .hd ul{
}
.slidetxt .hd ul li{
	 float:left; 
	 cursor:pointer;
}
.slidetxt .hd ul li a{
	font-size: 20px;
	color: #333;
	padding:0 25px; 
	display: block;
}
.slidetxt .hd ul li.on{ 
	font-weight: bold;
	border-bottom: 5px solid #d71818;
}
.slidetxt .hd ul #newm span{
	position: absolute;
	right: 20px;
	font-weight: normal;
    font-size: 16px;
    color: #666;
}

.slidetxt .bd ul{ 
	padding:20px 30px;  
	zoom:1;  
}
.slidetxt .bd ul dl{
	overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.slidetxt .bd ul dt{
	width: 200px;
	height: 150px;
	float: left;
	border: 1px solid #f1f1f1;
	overflow: hidden;
}
.slidetxt .bd ul dd{
	float: right;
	width: 285px;
	margin-left: 20px;
}
.slidetxt .bd ul dd span{
	font-size: 16px;
	color: #333;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap; display:block;
}
.slidetxt .bd ul dd p{
	font-size: 14px;
	color: #777;
	line-height: 21px;
	margin: 15px 0 20px;
}
.slidetxt .bd ul dd em{
	color: #e62f2c;
	font-size: 14px;
}
.slidetxt .bd ul dl:hover img{
	-webkit-transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
	-webkit-transition: -webkit-transform 0.6s ease 0;
	transition: transform 0.6s ease 0;
}

.slidetxt .bd li{ 
	height:50px; 
	line-height:50px;
	border-bottom: 1px solid #eee;
}
.slidetxt .bd li i{
    width: 5px;
    height: 5px;
    background: #205eab;
    display: block;
    border-radius: 10px;
    margin-right: 15px;
    margin-left: 10px;
    float: left;
    margin-top: 24px;
}
.slidetxt .bd li a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:block;
	color: #777;
}
.slidetxt .bd li:hover a{
	color: #e62f2c;
}
.headddiv{width: 80%;margin: 0 auto;}
@media  (max-width: 1600px){
	.headddiv{width: 1200px;}
}
/* ====================== */
.bxyyin .roof04{width: 100%;box-sizing: border-box;margin-top: 40px;margin-bottom: 40px;text-align: center;padding: 0 4px;}
.bxyyin .roof04 li{float: left;margin-bottom: 30px;width: 283px;margin-right: 20px;box-sizing: border-box;overflow: hidden;transition: all .3s;box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.2);}
.bxyyin .roof04 li:nth-child(4n){margin-right: 0;}
.bxyyin .roof04 li .imgbox{width: 100%;overflow: hidden;position: relative;}
.bxyyin .roof04 li .imgbox .big{display: block;width: 100%;}
.bxyyin .roof04 li .imgbox .icon{width: 134px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transform: translate(-50%,-50%);transition: all .3s;}
.bxyyin .roof04 li .text{width: 100%;height: auto;box-sizing: border-box;background-color: #FFFFFF;padding: 20px 0;}
.bxyyin .roof04 li .text h3{font-size: 20px;color: #333333;text-align: center;}
.bxyyin .roof04 li .text strong{display: block;width: 50px;height: 1px;background-color: #333333;margin: 10px auto;}
.bxyyin .roof04 li .text h4{font-size: 14px;color: #333333;text-transform: uppercase;text-align: center;font-weight: normal;margin-bottom: 5px;}
.bxyyin .roof04 li:hover .text h4{color: #cb0e16;}
.bxyyin .roof04 li:hover{transform: translateY(-20px);-webkit-transform: translateY(-20px);}
.bxyyin .roof04 li:hover .imgbox .icon{transform: translate(-50%,-50%) rotate(180deg);transform: translate(-50%,-50%) rotate(180deg);}


.bxyyi {
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 90px;
	background: #fff;
}
.bxyyin {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.bxyyi1 {
	width: 100%;
	text-align: center;
	color: #23479e;
	margin-bottom: 2px;
	font-size: 30px;
	font-family: "张海山锐线体简";
}
.bxyyi2 {
	width: 320px;
	text-align: center;
	color: #23479e;
	padding-bottom: 12px;
	font-size: 36px;
	border-bottom: 1px solid #b6b9bf;
	margin: 0 auto;
}
.bxyyi2 b {
	padding-bottom: 14px;
	background: url(../images/gang.jpg) no-repeat bottom center;
}

.bxyshan {
	width: 100px;
	height: 26px;
	line-height: 26px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	color: #fff;
	border: 1px solid #fff;
	display: block;
	margin: 0 auto;
	z-index: 3;
	font-size: 12px;
	text-align: center;
}
.bxyshan:hover {
	text-decoration: underline;
}
.titletong{text-align: center;}
/*第一部分结束*/

@media ( max-width:1199px){
	.bxyyin .roof04 li{
		width: calc(50% - 20px);
		margin-right: 10px;
		margin-left: 10px;
	}

	.imessage input.submit{

		margin-top: 12px;
		background: #e62f2c;
		color: #fff;
		height: 39px;
		right:0px;
		cursor: pointer;
	}
	.imessage form{
		width: 100%;
	}
	.imessage input {
		border: none;
		width: 19%;
		height: 35px;
		padding: 0px 10px;
		margin-right: 10px;
		border-radius: 5px;
		background: #fff;
	}
}

@media ( max-width:800px){
	.imessage input {
		border: none;
		width: 48%;
		height: 35px;
		padding: 0px 10px;
		margin-right: 10px;
		border-radius: 5px;
		background: #fff;
	}
	.imessage {
		background: #205eab;
		padding: 0px 20px;
		height: 145px;
		line-height: 47px;
		position: relative;
	}
	.imessage input.submit {
		margin-top: 0;
		background: #e62f2c;
		color: #fff;
		height: 33px;
		right: 20px;
		margin-right: 0;
		cursor: pointer;
		bottom: 10px;
		width: 90%;
	}


}
@media ( max-width:648px){
	.imessage input {
		border: none;
		width: 47%;
		height: 35px;
		padding: 0px 10px;
		margin-right: 10px;
		border-radius: 5px;
		background: #fff;
	}
}
@media ( max-width:452px){
	.imessage input {
		border: none;
		width: 49%;
		height: 35px;
		padding: 0px 10px;
		margin-right: 0;
		border-radius: 5px;
		background: #fff;
	}
}











