* { list-style: none; margin: 0; padding: 0; outline: none;}
body { min-width: 1300px; font-size: 12px; font-family: Microsoft YAHEI, Arial, Helvetica, sans-serif; color: #333; margin: 0 auto;}
a { color: #333; text-decoration: none;}
a:hover { text-decoration: none; color: #eb2914;}
img { border: 0;}
.clear { clear: both;}
.fl { float: left;}
.fr { float: right;}
.warp { width: 1300px; margin: 0 auto;} 
#VCode { cursor: pointer;}
input[type=button],
input[type=submit],
input[type=file],
button { cursor: pointer; -webkit-appearance: none;}
textarea { -webkit-appearance: none;}
::-webkit-input-placeholder { color: #999;} 
:-moz-placeholder { color: #999;} 
::-moz-placeholder { color: #999;}
:-ms-input-placeholder { color: #999;} 

@font-face {
	font-family: 'FontAwesome';
		    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	        src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
			     url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
				 url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
				 url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
				 url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	 font-style: normal;
}

/*头部*/
.header { width: 100%; height: 80px; background: rgba(0,0,0,0.4); position: absolute; top: 0; left: 0; z-index: 999;}
.header .logo { float: left; width: 300px; height: 60px; margin: 10px 0; overflow: hidden;}
.header .logo img { display: block; height: 100%;}
.header .srch { float: right; width: 50px; height: 80px; margin-left: 20px; position: relative;}
.header .srch span { display: block; width: 50px; height: 50px; cursor: pointer; margin: 15px 0; border-radius: 50%; background: #da251d url(../images/sw01.png) no-repeat center;}
.header .srch .nrs { display: none; width: 380px; height: 45px; border: 5px solid #da251d; border-radius: 2px; overflow: hidden; background: #fff; position: absolute; right: 0; top: 80px; z-index: 2;}
.header .srch .nrs input { display: block; float: left; width: calc(100% - 95px); height: 45px; line-height: 45px; font-size: 14px; color: #333; padding: 0 10px; border: none; background: #fff;}
.header .srch .nrs .btn { display: block; width: 75px; padding: 0; overflow: hidden; background: #da251d url(../images/sw01.png) no-repeat center / 20px;}
.header .srch.on .nrs { display: block;}
.header .nav { float: right; max-width: calc(100% - 350px); height: 80px; position: relative; z-index: 2;}
.header .nav li { float: left; line-height: 80px; position: relative;}
.header .nav li::after { display: block; content: ""; width: 0; height: 35px; margin: auto; background: url(../images/sw02.png) no-repeat center; position: absolute; left: 0; right: 0; bottom: 0; -webkit-transition: all .5s ease; transition: all .5s ease;}
.header .nav li a { display: block; font-size: 16px; color: #fff; padding: 0 20px; position: relative; z-index: 2; -webkit-transition: all .5s ease; transition: all .5s ease;}
.header .nav li:hover::after,
.header .nav .on::after { width: 25px;}
.header .nav .on a { color: #da251d;}
.header .nav li p { display: none; width: 100%; text-align: center; position: absolute; left: 0; top: 80px;}
.header .nav li p a { line-height: 35px; font-size: 12px; color: #666 !important; padding: 0 10px; border-top: 1px solid #f5f5f5; overflow: hidden; background: #fff; text-overflow: ellipsis; white-space: nowrap;}
.header .nav li p a:hover { color: #da251d !important; background: #f8f8f8;}
.header .nav li:hover p { display: block;}

/*banner*/
.banner { width: 100%; margin: 0 auto; overflow: hidden;}
.banner .swiper-slide { width: 100%;}
.banner .swiper-slide a,
.banner .swiper-slide img { display: block; width: 100%;}
.banner .swiper-button-prev,
.banner .swiper-button-next { width: 70px; height: 70px; filter: alpha(opacity=50); opacity: 0.5; border: 1px solid #fff; border-radius: 50%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after { font-size: 20px; color: #fff;} 
.banner .swiper-button-prev { left: 5%;}
.banner .swiper-button-next { right: 5%;}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover { filter: alpha(opacity=100); opacity: 1;}
.banner .warp { height: 120px; margin: auto; position: absolute; left: 0; right: 0; bottom: 0; z-index: 9;}
.banner .warp .swiper-pagination-fraction { font-size: 16px; color: #fff; text-align: left; bottom: 0;}
.banner .warp .swiper-pagination-fraction span { height: 120px; line-height: 120px; margin: 0 5px;}
.banner .warp .swiper-pagination-fraction .swiper-pagination-current { font-weight: bold; font-size: 30px;}
.banner .tant { width: 340px; height: 340px; margin: auto; border-radius: 50%; background: #da251d; position: absolute; left: 0; right: 0;}
.banner .tant::after { display: block; content: ""; width: 295px; height: 295px; margin: auto; border-radius: 50%; background: rgba(218,37,29,0.6); position: absolute; left: -90px; top: 20px;}
.banner .tant span { display: block; width: 100%; height: 25px; line-height: 25px; font-size: 14px; color: #fff; text-align: center; padding-top: 70px; animation: updown 2s linear 0s infinite; background: url(../images/sw03.png) no-repeat center top; position: relative; z-index: 2;}
@keyframes updown {
	0% { transform: translateY(0);}
	50% { transform: translateY(-15px);}
	100% { transform: translateY(0);}
}

/*二级banner*/
.banner_ej { width: 100%; height: 300px; margin: 0 auto; background-position: center top; background-repeat: no-repeat; background-size: cover;}

/*脚部*/
.footer { width: 100%; padding-top: 50px; background: #1b1b1b;}
.footer .msg { float: left; width: 70%;}
.footer .msg .logo { width: 215px; height: 60px; overflow: hidden;}
.footer .msg .logo img { display: block; height: 100%;}
.footer .msg .nva { display: flex; flex-direction: row; width: 100%; height: 45px; margin: 15px 0;}
.footer .msg .nva a { display: block; line-height: 45px; font-size: 18px; color: #fff; margin-right: 45px;}
.footer .msg p { line-height: 30px; font-size: 14px; color: rgba(255,255,255,0.7); padding-left: 30px; background-repeat: no-repeat; background-position: left 6px;}
.footer .msg .tel { background-image: url(../images/sw09.png);}
.footer .msg .adr { background-image: url(../images/sw10.png);}
.footer .imgs { float: right; width: 270px; margin-top: 20px;}
.footer .imgs .img { float: left; width: 120px; margin-left: 15px;}
.footer .imgs .img img { display: block; width: 120px; height: 120px; overflow: hidden;}
.footer .imgs .img p { height: 25px; line-height: 25px; font-size: 14px; color: rgba(255,255,255,0.6); text-align: center; margin-top: 10px;}
.footer .copy { line-height: 30px; font-size: 14px; color: rgba(255,255,255,0.4); margin-top: 30px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,0.1);}
.footer .copy a { color: rgba(255,255,255,0.4); -webkit-transition: all .5s ease; transition: all .5s ease;}
.footer .copy a:hover { color: #fff;}

/*右侧客服*/
.webonline { width: 60px; position: fixed; right: 0; bottom: 10%; z-index: 9999;}
.webonline li { width: 100%; text-align: center; padding: 10px 0 5px 0; margin-top: 3px; border-radius: 4px; background: #da251d; position: relative;}
.webonline li .ontop { width: 100%; cursor: pointer;}
.webonline li .ontop i { display: block; width: 25px; height: 20px; line-height: 20px; font-family: FontAwesome; font-style: normal; font-size: 22px; color: #fff; text-align: center; padding-top: 5px; margin: 0 auto;}
.webonline li .ontop p { line-height: 25px; font-size: 11px; color: #fff;}
.webonline li .airlines i { height: 25px; line-height: 25px; padding-top: 0;}
.webonline li .onlft { display: none; padding: 5px; margin: auto; border-radius: 4px; background: #da251d; position: absolute; right: 70px; top: 10px;}
.webonline li .onlft::after { display: block; content: ""; width: 0; height: 0; margin: auto; border-style: solid; border-width: 6px 0 6px 6px; border-color: transparent transparent transparent #da251d; line-height: 0px; _border-color: #000 #000 #000 #da251d; _filter: progid: DXImageTransform.Microsoft.Chroma(color='#000000'); position: absolute; right:-6px; top: 16px;}
.webonline li .onlft p { width: 145px; height: 35px; line-height: 35px; font-size: 18px; color: #fff;}
.webonline li .onlft img { display: block; width: 120px; border: 3px solid #fff;}
.webonline li:hover .onlft { display: block;}
.webonline li.btn_top { display: none;}

/*公共标题*/
.tits { width: 100%; height: 100px; margin-bottom: 50px;}
.tits h3 { float: left; line-height: 100px; font-weight: bold; font-size: 40px; color: #000; position: relative;}
.tits h3::after { display: block; content: ""; width: 30px; height: 2px; background: #000; position: absolute; left: 0; bottom: 0;}
.more { display: flex; flex-direction: row; justify-content: space-between; width: 200px; height: 55px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.more label { display: block; width: 145px; height: 55px; line-height: 55px; font-size: 16px; color: #fff; cursor: pointer; text-align: center; border-radius: 30px; overflow: hidden; background: #da251d;}
.more i { display: block; width: 55px; height: 55px; cursor: pointer; border-radius: 50%; background: #da251d url(../images/sw04.png) no-repeat center;}
.more:hover { width: 215px;}

/*关于我们*/
.abouts { width: 100%; padding: 95px 0; background: url(../images/sw05.jpg) no-repeat center top;}
.abouts .msg { float: left; width: 600px; margin-top: 110px;}
.abouts .msg h1 { width: 100%; height: 60px; line-height: 60px; font-size: 40px; color: #000; letter-spacing: 2px;}
.abouts .msg span { display: block; width: 100%; height: 55px; line-height: 55px; font-size: 28px; color: #da251d;}
.abouts .msg p { width: 100%; height: 245px; line-height: 35px; font-size: 15px; color: #666; margin: 30px 0 60px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.abouts .img { float: right; width: 630px; height: 680px; overflow: hidden;}
.abouts .img img { display: block; width: 630px; height: 680px;}

/*业务范围*/
.scope { width: 100%; height: 990px; padding-top: 175px; background: url(../images/sw06.png) no-repeat center top;}
.scope .msg { float: left; width: 490px;}
.scope .msg h1 { width: 100%; height: 100px; line-height: 100px; font-size: 40px; color: #fff; letter-spacing: 2px; position: relative;}
.scope .msg h1::after { display: block; content: ""; width: 30px; height: 2px; background: #fff; position: absolute; left: 0; bottom: 0;}
.scope .msg span { display: block; width: 100%; line-height: 45px; font-size: 26px; color: #fff; margin: 30px 0;}
.scope .msg p { width: 100%; height: 240px; line-height: 40px; font-size: 16px; color: #fff; margin-bottom: 60px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.scope .lst { float: right; width: 643px;}
.scope .lst li { float: left; width: 195px; height: 195px; border-radius: 50%; overflow: hidden; background: #f09630; position: relative;}
.scope .lst li::after { display: block; content: ""; width: 175px; height: 175px; filter: alpha(opacity=0); opacity: 0; border: 1px solid #fff; border-radius: 50%; position: absolute; top: 9px; left: 9px; z-index: 1; -webkit-transition: all .5s ease; transition: all .5s ease;}
.scope .lst li a { display: flex; flex-direction: row; justify-content: center; align-items: center; width: 145px; height: 180px; padding: 15px 25px 0 25px; position: relative; z-index: 2;}
.scope .lst li a p { width: 100%; text-align: center;}
.scope .lst li a p span { display: block; line-height: 35px; font-weight: bold; font-size: 26px; color: #fff; margin: 0 auto 15px auto;}
.scope .lst li a p i { display: block; width: 0; height: 0; margin: 0 auto; border-radius: 50%; background: #da251d url(../images/sw04.png) no-repeat center; -webkit-transition: all .5s ease; transition: all .5s ease;}
.scope .lst li:nth-child(2) { transform: translateY(195px); background: #b81822;}
.scope .lst li:nth-child(3) { transform: translateY(400px);}
.scope .lst li:nth-child(4) { transform: translateY(200px);}
.scope .lst li:nth-child(5) { margin-left: 12.5px; transform: translateY(400px);}
.scope .lst li:nth-child(6) { margin-left: 25px; transform: translateY(600px);}
.scope .lst li:nth-child(5),
.scope .lst li:nth-child(6) { width: 170px; height: 170px;}
.scope .lst li:nth-child(5)::after,
.scope .lst li:nth-child(6)::after { width: 150px; height: 150px;}
.scope .lst li:nth-child(5) a,
.scope .lst li:nth-child(6) a { width: 120px; height: 155px;}
.scope .lst li:hover::after { filter: alpha(opacity=100); opacity: 1;}
.scope .lst li:hover a p i { width: 40px; height: 40px;}

/*经典案例*/
.cases { width: 100%; padding: 60px 0; background: #fff;}
.cases .nam { height: 100px; line-height: 100px; font-weight: bold; font-size: 40px; color: #000; text-align: center; margin-bottom: 50px; position: relative;}
.cases .nam::after { display: block; content: ""; width: 30px; height: 2px; margin: auto; background: #000; position: absolute; left: 0; right: 0; bottom: 0;}
.cases .swiper-wrapper { padding-bottom: 60px;}
.cases .swiper-slide {}
.cases .swiper-slide:nth-child(4n-1) { transform: translateY(60px);}
.cases .swiper-slide:nth-child(4n) { transform: translateY(60px);}
.cases .swiper-slide a { display: block; width: 100%; height: px; border-radius: 10px; overflow: hidden; position: relative;}
.cases .swiper-slide a img { display: block; width: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.cases .swiper-slide a h3 { width: calc(100% - 130px); line-height: 30px; font-size: 18px; color: #fff; text-align: center; padding: 50px 65px 20px 65px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8)); position: absolute; left: 0; bottom: 0; z-index: 2;}
.cases .swiper-slide a:hover img { transform: scale(1.1,1.1);}
.cases .more { margin: 50px auto 0 auto;}

/*新闻资讯*/
.news { width: 100%; padding: 80px 0; background: #f7f7f7 url(../images/sw07.jpg) no-repeat center top;}
.news .tits .more { float: right; margin-top: 25px;}
.news li { width: 100%; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #eee;}
.news li:last-child { margin-bottom: 0;}
.news li a { display: flex; flex-direction: row; align-items: center; width: 100%;}
.news li .tim { width: 110px; height: 90px; line-height: 30px; font-size: 16px; color: rgba(255,255,255,0.85); text-align: center; padding-top: 20px; border-radius: 50%; background: #da251d url(../images/sw08.png) no-repeat center;}
.news li .tim b { display: block; height: 40px; line-height: 40px; font-size: 36px; color: #fff;}
.news li .msg { flex: 1 1 0%; padding: 0 80px; position: relative;}
.news li .msg::after { display: block; content: ""; width: 1px; height: 150px; margin: auto; background: #eee; position: absolute; left: 40px; top: 0; bottom: 0;}
.news li .msg h3 { line-height: 40px; font-weight: 500; font-size: 26px; color: #000; margin-bottom: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; -webkit-transition: all .5s ease; transition: all .5s ease;}
.news li .msg p { height: 60px; line-height: 30px; font-size: 16px; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news li .img { width: 385px; height: 230px; border-radius: 8px; overflow: hidden; background: #eee;}
.news li .img img { display: block; width: 385px; height: 230px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.news li:hover .msg h3 { color: #da251d;}
.news li:hover .img img { transform: scale(1.1,1.1);}

/*************** 子页公用 *******************/
.content { width: 1300px; margin: 0 auto; padding: 40px 0; position: relative; z-index: 2;}

.comtop { width: 100%; height: 65px; line-height: 65px; border-bottom: 1px solid #e5e5e5;}
.comtop .warp { display: flex; flex-direction: row; justify-content: space-between;}
.comtop .navs { flex: 1 1 0%;}
.comtop .navs a { display: block; float: left; font-size: 16px; color: #333; padding: 0 25px; border-right: 1px solid #e5e5e5; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comtop .navs a:first-child { border-left: 1px solid #e5e5e5;}
.comtop .navs a:hover { color: #da251d;}
.comtop .navs a.on { color: #fff; background: #da251d;}
.comtop p { font-size: 12px; color: #999;}
.comtop p a { color: #999; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comtop p a:hover { color: #da251d;}

/*详情页公用*/
.lh { min-height: 300px; line-height: 35px; font-size: 15px; color: #666; text-align: justify;}
.lh img { max-width: 100%; height: auto !important;}
.lh ul,
.lh ol { padding: revert; padding-left: 25px;}
.lh li { list-style: inherit;}
.lh table { border-spacing: 0px; border-top: 1px solid #ccc; border-left: 1px solid #ccc;}
.lh table td { text-align: center; vertical-align: middle; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.shows { width: 100%;}
.show_h3 { width: 100%; text-align: center; margin-bottom: 40px; padding-bottom: 10px; border-bottom: 1px solid #f4f4f4;}
.show_h3 h3 { line-height: 40px; font-size: 24px; color: #000;}
.show_h3 p { width: 100%; height: 40px; line-height: 40px;}
.show_h3 p span { display: inline-block; font-size: 13px; color: #666; margin: 0 15px;}
.show_sxp { line-height: 25px; font-size: 15px; color: #999; margin-top: 30px; padding-top: 20px; border-top: 1px solid #eee;}
.show_sxp p { width: 45%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.show_sxp a { color: #333; -webkit-transition: all .5s ease; transition: all .5s ease;}
.show_sxp .fr { text-align: right;}
.show_sxp p a:hover { color: #da251d;}

/*分页*/
.scott { overflow: hidden; text-align: center; padding: 15px 0; background: rgba(255,255,255,0.85);}
.scott li { display: inline-block; width: 50px; height: 50px; line-height: 50px; margin: 0 5px; border-radius: 4px; background: #ededed; -webkit-transition: all .5s ease; transition: all .5s ease;}
.scott a,
.scott span { display: block; width: 100%; font-size: 16px; color: #666; cursor: pointer;}
.scott li:hover a,
.scott li:hover span { color: #da251d;}
.scott .active { background: #da251d;}
.scott .active:hover span,
.scott .active span { color: #fff;}

/*新闻列表*/
.newlist { width: 100%;}
.newlist li { float: left; width: calc(100% / 3 - 20px); margin: 0 30px 30px 0; border-radius: 10px; overflow: hidden;}
.newlist li:nth-child(3n) { margin-right: 0;}
.newlist li .img { width: 100%; height: 245px; overflow: hidden; background: #eee; position: relative;}
.newlist li .img img { display: block; width: 100%; min-height: 245px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.newlist li .img p { width: 70px; height: 60px; line-height: 20px; font-size: 12px; color: rgba(255,255,255,0.65); text-align: center; padding-top: 10px; border-radius: 50%; overflow: hidden; background: #da251d url(../images/sw08.png) no-repeat center / 100%; position: absolute; bottom: 10px; right: 10px; z-index: 2;}
.newlist li .img p b { display: block; height: 30px; line-height: 30px; font-size: 22px; color: #fff;}
.newlist li .msg { padding: 20px; background: #f6f6f6; position: relative;}
.newlist li .msg h3 { height: 50px; line-height: 25px; font-size: 16px; color: #000; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; -webkit-transition: all .5s ease; transition: all .5s ease;}
.newlist li .msg p { height: 50px; line-height: 25px; font-size: 14px; color: #666; margin-top: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.newlist li:hover .msg h3 { color: #da251d;}
.newlist li:hover .img img { transform: scale(1.1,1.1);}

/*图片列表*/
.piclist { width: 100%;}
.piclist li { float: left; width: calc(100% / 3 - 15px); height: 315px; margin: 0 20px 20px 0; border-radius: 10px; overflow: hidden; position: relative;}
.piclist li:nth-child(3n) { margin-right: 0;}
.piclist li img { display: block; width: 100%; min-height: 315px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.piclist li h3 { width: calc(100% - 40px); line-height: 30px; font-size: 18px; color: #fff; text-align: center; padding: 50px 20px 20px 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8)); position: absolute; left: 0; bottom: 0; z-index: 2;}
.piclist li:hover img { transform: scale(1.1,1.1);}