.fl {
	float: left;
}

.fr {
	float: right;
}



.index p,
.index h1,.index h2,.index h3,.index h4,.index h5,.index h6,.index dl{
	margin: 0;
	padding: 0;
}

.ly_title {
    width: 100%;
    overflow: hidden;
    margin:0 auto;
    padding:0 0 45px  0;
}
.ly_title p {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    color: #000000;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.ly_title p font {
    color: #000;
}
.ly_title span {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    margin:8px auto 0;
    padding: 0;
    color: #aaa;
    font-size: 14px;
    font-family: "Arial";
    text-align: center;
}
.ly_title2 p {
    color: #fff;
}
.ly_title2 p font {
    color: #fff;
}
.ly_title2 span {
    color: #fff;
}




/* flex */
.flex {
	display: flex;
}

.flex-a {
	flex: 1;
}

.flex-b {
	display: flex;
	justify-content: space-between;
}

.flex-c {
	display: flex;
	justify-content: center;
}

.flex-e {
	display: flex;
	justify-content: flex-end;
}

.flex-w {
	display: flex;
	flex-wrap: wrap;
}

.flex-ac {
	display: flex;
	align-items: center;
}

.flex-cb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-cc {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-ce {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.flex-cs {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-shr {
	flex-shrink: 0;
}

.banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	margin: 0 5px;
	background: rgba(255, 2545, 255, .8);
}

.banner .swiper-pagination-bullet-active {
	background: #00479d;
	opacity: 1;
}

/*搜索栏*/
.search_main {
	width: 100%;
	overflow: hidden;
	margin: 35px 0 0;
}

.search_main .wrap {
	background: #F5F5F5;
	padding:15px 30px;
	overflow: hidden;
}

.search_main .skey {
	float: left;
}

.search_main .skey p {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.search_main .skey p a {
	display: inline-block;
	font-weight: normal;
	color: #333;
	border-right: 1px solid #e8e8e8;
	line-height: 15px;
	padding: 0 12px;
}

.search_main .skey p a:last-of-type {
	border-right: none;
}

.search_main .skey p a:hover {
	color: #01479D;
}

.search_main .search_form {
	float: right;
	width: 338px;
	height: 34px;
	border: 1px solid #ccc;
	position: relative;
	border-radius: 3px;
	position: relative;
}

.search_main .search_form input {
	background-color: none;
	border: none;
	outline: none;
}

.search_main .search_form .stxt {
	width: 300px;
	height: 32px;
	line-height: 32px;
	display: block;
  background:none;
	text-indent: 10px;
	color: #999;
}

.search_main .search_form .sbtn {
	width: 40px;
	height: 36px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: -1px;
	right: -1px;
	font-size: 0;
	background: #01479D url(../images/search.png) center no-repeat;
	border-radius: 3px;
}


/*服务优势*/


.index .service ul {
	box-sizing: border-box;
}

.index .service ul li {
	width: 19%;
	float: left;
}

.index .service ul li .box {
	padding-bottom: 35px;
	background: #f4f3f3;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}

.index .service ul li img {
	margin-top: 40px;
	width: 200px;
	height: 158px;
}

.index .service ul li:hover img {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	/* IE 9 */
	-moz-transform: rotateY(180deg);
	/* Firefox */
	-webkit-transform: rotateY(180deg);
	/* Safari å’Œ Chrome */
	-o-transform: rotateY(180deg);
	/* Opera */
	transition: all .5s;
}

.index .service ul li p {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	padding: 0 10px;
}

.index .service ul li i {
	width: 60px;
	height: 1px;
	background: #595757;
	display: block;
	margin: auto;
	margin-bottom: 36px;
	transition: all .5s;
}

.index .service ul li span {
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding: 0 10px;
	height: 52px;
	overflow: hidden;
}

.index .service ul li .box:hover {
	background: #01479D;
	box-shadow: 0px 0px 20px #aaa;
	color: #fff;
}

.index .service ul li:hover i {
	background: #fff;
}

@media (max-width: 1600px) {
	.index .service {
		padding-top: 40px;
	}

	.index .service ul li .box {
		padding-bottom: 30px;
	}

	.index .service ul li img {
		margin-top: 30px;
		width: 120px;
		height: 120px;
	}

	.index .service ul li p {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.index .service ul li i {
		margin-bottom: 20px;
	}

	.index .service ul li span {
		font-size: 13px;
		line-height: 22px;
		height: 44px;
	}
}

.index .power .swiper-wrapper {
	padding-bottom: 50px;
}

.index .power ul {}

.index .power ul li {
	float: left;
	width: 25%;
	height: 515px;
	position: relative;
	background: #f2f2f2;
}

.index .power ul li .img {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}

.index .power ul li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
	transition: all .5s;
}

.index .power ul li .img i {
	position: absolute;
	top: 318px;
	left: 50%;
	margin-left: -16px;
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-top: 0;
	border-bottom-color: #f2f2f2;
}

.index .power ul li .txt {
	padding: 0 30px;
	padding-top: 30px;
}

.index .power ul li .txt p {
	color: #01479D;
	font-size: 24px;
	line-height: 28px;
	transition: all .5s;
}

.index .power ul li .txt span {
	font-size: 18px;
	line-height: 28px;
	display: block;
	margin-top: 26px;
	text-align: justify;
	transition: all .5s;
}

.index .power ul li:nth-child(2n) .img {
	position: absolute;
	bottom: 0;
}

.index .power ul li:nth-child(2n) .img i {
	top: 0;
	border-top: 16px solid #f2f2f2;
	border-bottom: 0;
}

.index .power ul li:hover .img img {
	transform: scale(1.1);
}

@media (max-width: 1600px) {

	.index .power ul li .txt {
		padding: 0 40px;
		padding-top: 40px;
	}

	.index .power ul li .txt p {
		font-size: 20px;
		line-height: 30px;
	}

	.index .power ul li .txt span {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}
}

/*slip*/
.index_slip {
	height: 180px;
	background: url("../images/ixbannerbg1.png") no-repeat center center;
}

.index_slip .slip_tit {
	width: 772px;
}

.index_slip .slip_tit .tit1 {
	padding-top: 50px;
	font: bold 32px "microsoft yahei";
	color: #64c5ff;
}

.index_slip .slip_tit .tit2 {
	margin-top: 14px;
	font-size: 24px;
	color: #fff;
}

.index_slip .slip_btn {
	display: block;
	margin-left: 124px;
	margin-top: 64px;
	width: 202px;
	height: 57px;
	background: url("../images/ixbanner-btn.png") no-repeat;
	font: bold 20px "microsoft yahei";
	line-height: 56px;
	text-align: center;
	color: #10479f;
}

.index_slip1 {
	background: url("../images/ixbannerbg.jpg") no-repeat center center;
}

.index_slip1 .slip_tit {
	width: 900px;
}

.index_slip1 .slip_btn {
	margin-left: 94px;
}

.index_slip .slip_btn:hover {
	background: url("../images/ixbanner-btn1.png") no-repeat;
}


.adv{
	background:#F5F5F5;
}
.adv .list{
	margin:10px 0 35px;
}
.adv .swiper-wrapper{
	padding-bottom:25px;
}
.adv .bd ul{
	border:1px solid #DADADA;
	overflow: hidden;
	width:calc(25% - 12px);
	float:left;
}
.adv .bd ul li {

	float: left;

	height: 255px;


	box-sizing: border-box;

	border-bottom: 1px solid #DCDCDC;

	padding:25px 30px;

	box-sizing: border-box;

	transition: .5s;
}



.adv .bd ul li .tit {

	display: flex;

	align-items: center;

	justify-content: flex-start;

}



.adv .bd ul li .tit img {

	display: block;

	margin-right: 15px;

}

.adv .bd ul li .tit h4 {

	color: #178ee8;

	font-size: 20px;

}



.adv .bd ul li .tit p {

	color: #999999;

	font-size: 12px;

	text-transform: uppercase;

	margin-top: 3px;

}



.adv .bd ul li .info {

	width: 100%;

	height: auto;

	overflow: hidden;

	margin-top: 30px;

	color: #666666;

	font-size: 16px;

	line-height: 24px;

}

.adv .bd ul li .tel {

	margin-top: 20px;

}



.adv .bd ul li .tel b {

	color: #178ee8;

	font-size: 43px;

	text-align: center;

	font-family: 'DIN-BOLD';

	letter-spacing: -1px;

	font-weight: normal;

}



.adv .bd ul li .tel p {

	font-size: 15px;

	color: #999999;

	padding-left: 40px;

	position: relative;

}



.adv .bd ul li .tel p:after {

	content: "";

	width: 30px;

	height: 1px;

	position: absolute;

	left: 0;

	background: #DCDCDC;

	top: 50%;



}

/*case*/
.index-highlights {
	
	height: auto;
	/* margin-top: 70px */
}

.index-highlights .title {
	background: url(../images/index_icon.png) 0 2px no-repeat;
	/* padding-left: 56px */
}

.index-highlights .title .t {
	font-size: 30px;
	line-height: 30px;
	color: #333
}

.index-highlights .title .t1 {
	font-size: 14px;
	line-height: 24px;
	font-family: Arial;
	color: #c3c3c3;
	margin-top: 4px
}

.index-highlights .list {
	width: 100%;
	height: auto;
	position: relative
}

.index-highlights .list .bd {
	width: 100%;
	height: auto
}

.index-highlights .list .bd ul {
	width: 100%;
	height: auto
}

.index-highlights .list .bd ul li {
	
	overflow:hidden;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.index-highlights .list .bd ul li dl {
	width: 100%;
	height: auto
}

.index-highlights .list .bd ul li dl dd {
	width: 14.28%;
	height: 131px;
  margin:0;
  padding:0;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	float: left;
	position: relative;
  padding:5px;
  box-sizing:border-box;
  overflow:hidden;
}

.index-highlights .list .bd ul li dl dd a {
	width: 100%;
	height: auto;
	display: block;
  overflow:hidden;
}

.index-highlights .list .bd ul li dl dd a img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition:.5s;
}
.index-highlights .list .bd ul li dl dd a img:hover{
	transform: scale(1.2);
	transition:.5s;
}

.index-highlights .list .hd {
	width: 74px;
	height: 31px;
	position: absolute;
	right: 0;
	top: -72px
}
.clear{
    clear:both;
}
.index-highlights .list .hd a {
	width: 32px;
	height: 31px;
	display: block;
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.1)
}

.index-highlights .list .hd .prev {
	float: left;
	background: url(../images/index_prev.png) no-repeat
}

.index-highlights .list .hd .next {
	float: right;
	background: url(../images/index_next.png) no-repeat
}

.index-highlights .list .hd .prev:hover {
	background: url(../images/index_prev_h.png) no-repeat
}

.index-highlights .list .hd .next:hover {
	background: url(../images/index_next_h.png) no-repeat
}

/*关于我们*/
.index .about {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	background: url(../images/about_bg.jpg) center no-repeat;
	background-size: cover;
	height: 660px;
}
.index .about .about_con {
	width: 700px;
	padding-right: 74px;
}
.index .about .about_con .title {
	padding-top: 120px;
	padding-bottom: 45px;
}
.index .about .about_con .title h3 {
	color: #01479D;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.index .about .about_con .title p {
	display: block;
	font-style: normal;
	font-size: 16px;
	margin-bottom: 15px;
}
.index .about .about_con .title span {
	font-style: normal;
	text-transform: uppercase;
	display: block;
	color: #888;
}
.index .about .about_con .txt {
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	height: 210px;
	overflow: hidden;
}
.index .about .about_con ul {
	padding-top: 60px;
}
.index .about .about_con ul li {
	float: left;
	margin-right: 1px;
}
.index .about .about_con ul li a {
	display: block;
	width: 160px;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	background: #fff;
}
.index .about .about_con ul li:hover {
	background: #01479D;
}
.index .about .about_con ul li:hover a {
	color: #fff;
}
.index .about .about_con ul li.on a, .index .about .about_con ul li:hover a {
	color: #fff;
	background: #01479D;
}
@media (max-width: 1600px) {
.index .about {
	height: 475px;
}
.index .about .about_con {
	width: 550px;
	padding-right: 30px;
}
.index .about .about_con .title {
	padding-top: 50px;
	padding-bottom: 20px;
}
.index .about .about_con .title h3, .index .about .about_con .title p {
	margin-bottom: 10px;
}
.index .about .about_con .txt {
	font-size: 13px;
	line-height: 28px;
	height: 168px;
}
.index .about .about_con ul {
	padding-top: 30px;
}
}

.liuc{position: relative;overflow: hidden;}
.liuc .list{width: 108%;}
.liuc li{float: left;width:16.66%;}
.liuc li .Piece{width:calc(100% - 60px);height: 188px;background: #f5f5f5;border: 1px solid #ddd;float: left;font-size: 20px;text-align: center;-webkit-transition: all .3s ease;transition: all .3s ease;box-shadow: 0 0 0 #fff;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.liuc li .jtou{width:55px;height: 188px;background: url(../images/jtou.png) no-repeat center;float: left;display: block;}
.liuc li img{max-width: 100px;max-height: 80px;display: block;margin: 0 auto;}
.liuc li p{text-align: center;padding-top: 40px;height:78px;}
.liuc li:last-child .jtou{display: none;}
.liuc li:hover .Piece{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);box-shadow: 0 15px 30px rgba(0,0,0,.1);-webkit-transform: translate3d(0, -2px, 0);transform: translate3d(0, -2px, 0);}
.row_8{padding:10px 0 40px 0;overflow: hidden;}

.index .tab {
	text-align: center;
	margin-bottom:35px;
}
.index .tab a {
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	background:#fff;
	border:1px solid #ddd;
	border-radius:3px;
	font-size: 18px;
	display: inline-block;
	margin: 0 10px;
	color: #333;
}
.index .tab .on a{
	background: #1048a0;
	border-color:#01479D;
	color:#fff;
}

.youshi{background:#F5F5F5;overflow: hidden;}



