* { margin: 0; padding: 0; outline: none; list-style: none;}
body { min-width: 1280px; font-family: Microsoft YAHEI,Poppins,Arial,Helvetica,sans-serif; font-size: 12px; color: #333; margin: 0 auto; background: #f9f9f9;}
a { color: #333; text-decoration: none;}
a:hover { text-decoration: none; color: #173fb8;}
.clear { clear: both;}
.warp { width: 85%; min-width: calc(1280px - 15%); margin: 0 7.5%; position: relative;}
.content { width: 85%; min-width: calc(1280px - 15%); margin: 0 7.5%; padding: 40px 0;}
.swiper-container { overflow: hidden;}
#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: 95px; margin: 0 auto; box-shadow: 0 5px 5px rgba(0,0,0,0.025); background: #fff; position: relative;  z-index: 9999999;}
.header .logo { float: left; width: 280px; height: 55px; margin-top: 20px;}
.header .logo img { display: block; height: 100%;}

/*导航*/
.header .nav { float: right; max-width: calc(100% - 320px);}
.header .nav li { float: left; height: 95px; margin-right: 45px; text-align: center; position: relative;}
.header .nav li::after { display: block; content: ""; width: 0; height: 3px; margin: auto; border-radius: 3px 3px 0 0; background: #173fb8; position: absolute; left: 0; right: 0; bottom: 0; -webkit-transition: all .5s ease; transition: all .5s ease;}
.header .nav li:last-child { margin-right: 0;}
.header .nav li:last-child::after { display: none;}
.header .nav li a { display: block; line-height: 95px; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.header .nav li:hover a { color: #173fb8;}
.header .nav li.on a { font-weight: bold; color: #173fb8;}
.header .nav li:hover::after,
.header .nav .on::after { width: 100%;}
.header .nav li p { display: none; min-width: 165px; padding: 10px 0; border-radius: 0 0 4px 4px; overflow: hidden; background: #fff; position: absolute; top: 95px; left: -50px; box-shadow: 0 5px 10px rgba(0,0,0,0.05); -webkit-transition: all .5s ease; transition: all .5s ease;}
.header .nav li p a { line-height: 40px; font-weight: 500 !important; font-size: 14px; color: #666 !important; padding: 0 10px;}
.header .nav li p a::after { display: none;}
.header .nav li:hover p { display: block;}
.header .nav li p a:hover { color: #173fb8 !important;}

.header .nav .serch { float: left; margin-right: 30px; position: relative;}
.header .nav .serch::after { display: block; content: ""; width: 1px; height: 15px; background: #ccc; position: absolute; right: -16px; top: 42px;}
.header .nav .serch span { display: block; height: 95px; line-height: 95px; font-size: 16px; color: #666; cursor: pointer; padding-left: 25px; background: url(../images/sw01.png) no-repeat left center;}
.header .nav .serch .souo { display: none; width: 360px; height: 50px; padding: 15px; box-shadow: 0 5px 10px rgba(0,0,0,0.05); background: #fff; position: absolute; right: 0; top: 95px; z-index: 9;}
.header .nav .serch .souo input { display: block; float: left; width: calc(100% - 96px); height: 44px; line-height: 44px; font-size: 14px; color: #333; padding: 0 10px; border: 3px solid #173fb8; background: #fff;}
.header .nav .serch .souo .btn { width: 70px; height: 50px; line-height: 50px; color: #fff; padding: 0; border: none; background: #173fb8;}
.header .nav .serch.on .souo { display: block;}

.header .nav .langu { float: right; position: relative;}
.header .nav .langu span { display: block; width: 40px; height: 95px; line-height: 95px; font-size: 16px; color: #333; cursor: pointer; padding: 0 15px 0 22px; background: url(../images/sw02.png) no-repeat left center; position: relative;}
.header .nav .langu span::after { display: block; content: ""; width: 6px; height: 6px; border-right: 1px solid #666; border-bottom: 1px solid #666; border-radius: 0 0 2px 0; -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transform: rotate(45deg); transform: rotate(45deg); overflow: hidden; position: absolute; right: 2px; top: 43px;}
.header .nav .langu label { display: none; width: 145px; padding: 5px 0; border-radius: 0 0 4px 4px; overflow: hidden; background: #fff; position: absolute; top: 95px; left: -40px; box-shadow: 0 5px 10px rgba(0,0,0,0.05); -webkit-transition: all .5s ease; transition: all .5s ease;}
.header .nav .langu label a { line-height: 35px; font-size: 14px; color: #999 !important; padding: 0 10px;}
.header .nav .langu label a.on { color: #173fb8 !important;}
.header .nav .langu:hover label { display: block;}

/*banner*/
.banner { width: 100%; margin: 0 auto; overflow: hidden; position: relative;}
.banner .swiper-slide { overflow: hidden;}
.banner .swiper-slide img { display: block; width: 100%; animation: fang 5s linear infinite; -webkit-transition: all .5s ease; transition: all .5s ease;}
.banner .bottom { width: 100%; height: 160px; position: absolute; left: 0; bottom: 0;}
.banner .bottom .lft { float: left; width: 160px; height: 60px; margin-top: 50px; position: relative;}
.banner .bottom .lft .swiper-pagination { height: 60px; line-height: 60px; font-size: 14px; color: rgba(255,255,255,0.6); bottom: 5px; z-index: 2;}
.banner .bottom .lft .swiper-pagination span { display: inline-block; font-size: 16px; margin: 0 5px;}
.banner .bottom .lft .swiper-pagination .swiper-pagination-current { font-size: 24px; color: #fff;}
.banner .bottom .lft .swiper-button-prev,
.banner .bottom .lft .swiper-button-next { width: 40px; height: 60px; filter: alpha(opacity=60); opacity: 0.6; margin: 0; top: 0; z-index: 9; -webkit-transition: all .5s ease; transition: all .5s ease;}
.banner .bottom .lft .swiper-button-prev::after,
.banner .bottom .lft .swiper-button-next::after { font-size: 16px; color: #fff;} 
.banner .bottom .lft .swiper-button-prev { left: 0;}
.banner .bottom .lft .swiper-button-next { right: 0;}
.banner .bottom .lft .swiper-button-prev:hover,
.banner .bottom .lft .swiper-button-next:hover { filter: alpha(opacity=100); opacity: 1;}
.banner .bottom .shub { float: right; width: 320px; height: 125px; padding-top: 35px; overflow: hidden; position: relative;}
.banner .bottom .shub::after { display: block; content: ""; width: 320px; height: 320px; border-radius: 50%; overflow: hidden; background: rgba(255,255,255,0.2); position: absolute; top: 0; right: 0; z-index: 1;}
.banner .bottom .shub i { display: block; width: 25px; height: 45px; margin: 0 auto 30px auto; border: 3px solid #fff; border-radius: 20px; position: relative; z-index: 2;}
.banner .bottom .shub i::after { display: block; content: ""; width: 4px; height: 6px; margin: auto; border-radius: 2px; overflow: hidden; background: #fff; position: absolute; top: 0; left: 0; right: 0; animation: hua 1.5s linear infinite;}
.banner .bottom .shub p { width: 30px; height: 30px; margin: 0 auto; background: url(../images/sw03.png) no-repeat center; position: relative; z-index: 3; animation: updown 2s linear infinite;}
@keyframes fang {
    0% { transform: scale(1);}
    50% { transform: scale(1.05);}
    100% { transform: scale(1);}
}
@keyframes hua {
    0% { transform: translateY(10px); filter: alpha(opacity=100); opacity: 1;}
    100% { transform: translateY(30px); filter: alpha(opacity=0); opacity: 0;}
}
@keyframes updown {
    0% { transform: translateY(-20px);}
    50% { transform: translateY(0px);}
    100% { transform: translateY(-20px);}
}

/*二级banner*/
.banner_ej { width: 100%; overflow: hidden;}
.banner_ej .img { width: 100vw; overflow: hidden;}
.banner_ej .img img { display: block; width: 100%; animation: fang 5s linear infinite;}

/*脚部*/
.footer { width: 100%; border-top: 1px solid #eee; background: #fff;}
.footer a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.footer a:hover { color: #173fb8 !important;}
.footer .msg { padding: 40px 0;}
.footer .msg .lft { float: left; width: 360px;}
.footer .msg .lft .logo { height: 55px; overflow: hidden;}
.footer .msg .lft .logo img { display: block; height: 55px;}
.footer .msg .lft p { float: left; width: 50%; line-height: 25px; font-size: 14px; color: #333; margin-top: 15px;}
.footer .msg .lft p span { display: block; line-height: 30px; font-size: 14px; color: #828a8f;}
.footer .msg .lft p b { display: block; line-height: 25px; font-size: 18px; color: #333;}
.footer .msg .lft .wh100 { width: 100%;}
.footer .msg .rgt { float: right; width: calc(100% - 360px);}
.footer .msg .rgt ul { display: flex; flex-direction: row; justify-content: flex-end; width: 100%;}
.footer .msg .rgt li { display: block; margin: 10px 0 0 5%;}
.footer .msg .rgt li h3 { width: 100%; height: 40px;}
.footer .msg .rgt li h3 a { display: block; line-height: 40px; font-weight: 500; font-size: 16px; color: #333;}
.footer .msg .rgt li p { width: 100%; margin-top: 10px;}
.footer .msg .rgt li p a { display: block; width: 100%; height: 35px; line-height: 35px; font-size: 14px; color: #828a8f;}
.footer .msg .rgt li:nth-child(3) p { width: 200px;}
.footer .msg .rgt li:nth-child(3) p a { float: left; width: 100px;}
.footer .copy { width: 100%; padding: 15px 0; border-top: 1px solid #ededed;}
.footer .copy p { line-height: 30px; font-size: 14px; color: #828a8f;}
.footer .copy p a { color: #828a8f;}
.footer .copy .fr { display: flex; justify-content: flex-end;}
.footer .copy .fr a { display: block; margin-left: 30px; overflow: initial; position: relative;}
.footer .copy .fr a::after { display: block; content: ""; width: 1px; height: 12px; background: #999; position: absolute; left: -15px; top: 11px;}
.footer .copy .fr a:first-child { margin-left: 0;}
.footer .copy .fr a:first-child::after { display: none;}

/*右侧客服*/
.webonline { width: 40px; position: fixed; right: 0; bottom: 10%; z-index: 99999999;}
.webonline li { width: 40px; height: 40px; text-align: center; cursor: pointer; margin-top: 10px; border-radius: 4px; background: #f8961d; position: relative;}
.webonline li i { display: block; width: 40px; height: 35px; line-height: 35px; font-family: FontAwesome; font-style: normal; font-size: 22px; color: #fff; text-align: center; padding-top: 5px; margin: 0 auto;}
.webonline li:first-child { margin-top: 0;}
.webonline li:first-child i { height: 40px; line-height: 40px; padding-top: 0;}
.webonline li p { display: none; width: 120px; line-height: 30px; font-size: 16px; color: #fff; padding: 10px; margin: auto; text-align: center; border-radius: 4px; background: #f8961d; position: absolute; right: 45px; bottom: 0;}
.webonline li p::after { display: block; content: ""; width: 0; height: 0; line-height: 0px; margin: auto; border-style: solid; border-width: 5px 0 5px 5px; border-color: transparent transparent transparent #f8961d; position: absolute; right: -5px; bottom: 15px;}
.webonline li p img { display: block; width: 120px; height: 120px;}
.webonline li:hover p { display: block;}

/**栏目标题**/
.tits { display: flex; flex-direction: row; justify-content: space-between; align-items: center; width: 100%; height: 90px; margin-bottom: 50px;}
.tits .lft { max-width: 70%;}
.tits .lft h3 { width: 100%; height: 60px; line-height: 60px; font-size: 38px; color: #000;}
.tits .lft p { width: 100%; line-height: 30px; font-size: 16px; color: #666;}

.more { display: block; width: 165px; height: 55px; line-height: 55px; font-size: 16px; color: #fff !important; margin-top: 10px; padding-right: 12px; border-radius: 30px; background: rgba(0,0,0,0.25); position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.more i { display: block; float: left; width: 55px; height: 55px; margin-right: 10px; border-radius: 30px; background: #173fb8 url(../images/sw04.png) no-repeat center; -webkit-transition: all .5s ease; transition: all .5s ease;}
.more:hover i { -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transform: rotate(45deg); transform: rotate(45deg); background-color: #006cff;}

/*简介*/
.about { width: 100%; height: 900px; overflow: hidden; background: url(../images/sw05.jpg) no-repeat center bottom;}
.about .warp { height: 100%;}
.about .warp::after { display: block; content: ""; width: 320px; height: 320px; border-radius: 50%; overflow: hidden; background: #173fb8; position: absolute; top: -160px; right: 0; z-index: 1;}
.about .msg { float: left; width: 45%; padding-top: 115px; position: relative; z-index: 3;}
.about .msg h1 { width: 100%; height: 80px; line-height: 80px; font-size: 38px; color: #000;}
.about .msg h3 { width: 100%; height: 70px; line-height: 70px; font-size: 26px; color: #173fb8;}
.about .msg .lh { height: 360px; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 12; -webkit-box-orient: vertical;}
.about .msg .lh p { margin-bottom: 0;}
.about .msg .more { margin-top: 50px;}
.about .numb { float: right; width: 320px; height: calc(100% - 280px); margin-top: 220px; padding-top: 60px; border-radius: 200px 0 0 0; overflow: hidden; background: #173fb8; position: relative; z-index: 1;}
.about .numb li { line-height: 35px; font-size: 16px; color: #fff; margin: 35px 0 0 120px;}
.about .numb li h3 { display: flex; flex-direction: row; width: 100%; height: 50px;}
.about .numb li h3 b { display: block; line-height: 50px; font-weight: 500; font-size: 38px; color: #fff;}
.about .numb li h3 sup { display: block; line-height: 25px; font-size: 20px; color: #fff; margin: 5px 0 0 5px;}
.about .img { width: 65%; animation: shang 10s linear infinite; position: absolute; right: 0; bottom: 0; z-index: 2;}
.about .img img { display: block; width: 100%;}
@keyframes shang {
    0% { transform: translateY(100%); filter: alpha(opacity=0); opacity: 0;}
    35% { transform: translateY(0); filter: alpha(opacity=100); opacity: 1;}
    80% { transform: translateY(0); filter: alpha(opacity=100); opacity: 1;}
    100% { transform: translateY(0); filter: alpha(opacity=0); opacity: 0;}
}

/*业务*/
.busnss { width: 100%; overflow: hidden; position: relative;}
.busnss .tits { height: 120px;}
.busnss .tits .lft { width: 570px;}
.busnss .tits .lft h3 { color: #fff;}
.busnss .tits .lft p { color: #fff;}
.busnss .swiper-slide { width: 100%; overflow: hidden;}
.busnss .swiper-slide img { display: block; width: 100%; animation: fang 5s linear infinite;}
.busnss .warp { height: calc(100% - 200px); padding-top: 200px; margin: auto; position: absolute; left: 0; right: 0; top: 0; z-index: 9;}
.busnss .tabs { width: 100%; position: absolute; left: 0; bottom: 90px;}
.busnss .tabs li { float: left; width: calc(100% / 4); -webkit-transition: all .5s ease; transition: all .5s ease;}
.busnss .tabs li a { display: block; padding: 30px 35px; position: relative;}
.busnss .tabs li b { display: block; height: 100px; line-height: 100px; font-size: 84px; color: rgba(255,255,255,0.1); text-align: right; position: absolute; top: 15px; right: 20px; z-index: 1;}
.busnss .tabs li .img { width: 55px; height: 55px; margin-bottom: 10px; padding: 10px 0; border: 1px solid rgba(255,255,255,0); border-radius: 50%; overflow: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.busnss .tabs li .img img { display: block; width: 55px; height: 55px;}
.busnss .tabs li h3 { width: 100%; height: 60px; line-height: 60px; font-size: 26px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.busnss .tabs li p { width: 100%; height: 50px; line-height: 25px; font-size: 14px; color: rgba(255,255,255,0.65); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.busnss .tabs li:first-child { background: rgba(23,63,184,0.8);}
.busnss .tabs li:nth-child(2) { background: rgba(248,150,29,0.8);}
.busnss .tabs li:nth-child(3) { background: rgba(0,127,114,0.8);}
.busnss .tabs li:last-child { background: rgba(0,118,244,0.8);}
.busnss .tabs li:hover { transform: translateY(-30px);}
.busnss .tabs li:hover:first-child { background: rgba(23,63,184,1);}
.busnss .tabs li:hover:nth-child(2) { background: rgba(248,150,29,1);}
.busnss .tabs li:hover:nth-child(3) { background: rgba(0,127,114,1);}
.busnss .tabs li:hover:last-child { background: rgba(0,118,244,1);}
.busnss .tabs li:hover .img { padding: 10px; border-color: rgba(255,255,255,0.65);}

/*案例*/
.cases { width: 100%; height: 700px; padding: 65px 0; overflow: hidden; background: url(../images/sw07.jpg) no-repeat center bottom;}
.cases .swiper { width: 100vw; padding: 10px 0;}
.cases .swiper-wrapper { align-items: flex-end;}
.cases .swiper-slide { width: 335px; border-radius: 15px; box-shadow: 0 0 10px rgba(0,0,0,0.1); overflow: hidden; background: #fff;}
.cases .swiper-slide a { display: block; width: 295px; padding: 20px; position: relative;}
.cases .swiper-slide .msg { display: flex; flex-direction: row; align-items: flex-end; width: 100%; overflow: hidden;}
.cases .swiper-slide .msg .nr { width: 100%;}
.cases .swiper-slide .msg .nr h3 { width: 100%; height: 40px; line-height: 40px; font-size: 24px; color: #000; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.cases .swiper-slide .msg .nr p { width: 100%; height: 50px; line-height: 25px; font-size: 15px; color: #666; margin: 5px 0 20px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.cases .swiper-slide .msg .nr span { display: none;}
.cases .swiper-slide .img { width: 100%; height: 200px; overflow: hidden;}
.cases .swiper-slide .img img { display: block; width: 100%; height: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.cases .btms { width: 100%; height: 40px; margin-top: 50px; position: relative;}
.cases .btms .swiper-pagination { width: 100%; height: 3px; margin-top: 18px; background: #dae4ee; z-index: 1;}
.cases .btms .swiper-pagination .swiper-pagination-progressbar-fill { background: #173fb8;}
.cases .btms .swiper-button-prev,
.cases .btms .swiper-button-next { width: 40px; height: 40px; border-radius: 50%; overflow: hidden; background: #173fb8; left: auto; z-index: 2; -webkit-transition: all .5s ease; transition: all .5s ease;}
.cases .btms .swiper-button-prev { right: 80px;}
.cases .btms .swiper-button-next { right: 30px;}
.cases .btms .swiper-button-prev::after,
.cases .btms .swiper-button-next::after { font-size: 14px; color: #fff;}
.cases .btms .swiper-button-prev:hover,
.cases .btms .swiper-button-next:hover { background: #f8921c;}
.cases .swiper-slide-active { width: 690px;}
.cases .swiper-slide-active a { width: 100%; padding: 0;}
.cases .swiper-slide-active .msg { width: 240px; height: calc(100% - 80px); padding: 40px; position: absolute; top: 0; left: 0; z-index: 2;}
.cases .swiper-slide-active .msg::after { display: block; content: ""; width: 100%; height: 100%; -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); background: rgba(23,63,184,0.85); position: absolute; top: 0; left: 0; z-index: 1;}
.cases .swiper-slide-active .msg .nr { position: relative; z-index: 2;}
.cases .swiper-slide-active .msg .nr h3 { height: 70px; line-height: 70px; font-size: 30px; color: #fff !important;}
.cases .swiper-slide-active .msg .nr p { color: rgba(255,255,255,0.8); margin: 0;}
.cases .swiper-slide-active .msg .nr span { display: inline-block; height: 30px; line-height: 30px; font-size: 14px; color: #fff; margin-top: 40px; padding-right: 20px; background: url(../images/sw04.png) no-repeat right 12px / 10px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.cases .swiper-slide-active .img { height: 470px;}
.cases .swiper-slide:hover .msg .nr h3 { color: #173fb8;} 
.cases .swiper-slide:hover .msg .nr span { padding-right: 30px;}
.cases .swiper-slide:hover .img img { transform: scale(1.1,1.1);}

/*新闻*/
.news { width: 100%; padding: 65px 0; overflow: hidden; background: url(../images/sw08.jpg) no-repeat center bottom;}
.news .tabs { margin-top: 20px;}
.news .tabs li { float: left; height: 45px; margin-left: 20px; border: 1px solid #173fb8; border-radius: 25px; overflow: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.news .tabs li a { display: block; line-height: 45px; font-size: 16px; color: #173fb8; padding: 0 20px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.news .tabs li.on { border-color: #f8961d; background: #f8961d;}
.news .tabs li.on a { color: #fff;}
.news .swiper-slide {}
.news .swiper-slide .lft { float: left; width: 65%;}
.news .swiper-slide .lft li { float: right; width: calc(50% - 45px); margin-right: 45px;}
.news .swiper-slide .lft li .img { width: 100%; margin-bottom: 15px; overflow: hidden;}
.news .swiper-slide .lft li .img img { display: block; width: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.news .swiper-slide .lft li h3 { width: 100%; height: 60px; line-height: 30px; font-weight: 500; font-size: 18px; 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;}
.news .swiper-slide .lft li p { width: 100%; height: 50px; line-height: 25px; font-size: 14px; color: #999; margin: 10px 0 20px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news .swiper-slide .lft li span { display: block; height: 25px; line-height: 25px; font-size: 14px; color: #888; background: url(../images/sw10.png) no-repeat right center;}
.news .swiper-slide .lft li:hover .img img { transform: scale(1.1,1.1);}
.news .swiper-slide .lft li:hover h3 { color: #173fb8;}
.news .swiper-slide .lft li:hover span { background-image: url(../images/sw10h.png);}
.news .swiper-slide .rgt { float: right; width: 35%;}
.news .swiper-slide .rgt li { width: 100%; margin-bottom: 20px;}
.news .swiper-slide .rgt li:last-child { margin-bottom: 0;}
.news .swiper-slide .rgt li .img { float: left; width: 240px; height: 135px; overflow: hidden;}
.news .swiper-slide .rgt li .img img { display: block; width: 100%; min-height: 135px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.news .swiper-slide .rgt li .msg { float: right; width: calc(100% - 260px);}
.news .swiper-slide .rgt li .msg h3 { width: 100%; height: 60px; line-height: 30px; font-weight: 500; font-size: 18px; color: #000; margin: 15px 0; 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 .swiper-slide .rgt li .msg p { display: block; height: 25px; line-height: 25px; font-size: 14px; color: #888;}
.news .swiper-slide .rgt li:hover .img img { transform: scale(1.1,1.1);}
.news .swiper-slide .rgt li:hover .msg h3 { color: #173fb8;}

/*************** 子页公用 *******************/
.fl { float: left;}
.fr { float: right;}
.posits { height: 60px; line-height: 60px; font-size: 12px; color: #999;}
.posits a { color: #333;}
.posits a:last-child { color: #173fb8;}

.comnav { float: left; width: 200px;}
.comnav h3 { width: 100%; line-height: 40px; font-size: 30px; color: #000; text-transform: Uppercase; margin-bottom: 15px;}
.comnav li { width: 100%; padding: 10px 0; border-bottom: 1px solid #eee; overflow: hidden; background: url(../images/sw10.png) no-repeat right center / 8px;}
.comnav li a { display: block; line-height: 30px; font-size: 15px; color: #666; padding-right: 20px; 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;}
.comnav li:hover,
.comnav .on { background-image: url(../images/sw10h.png);}
.comnav li:hover a { color: #173fb8;}
.comnav .on a { font-weight: bold; color: #173fb8;}

.comrgt { float: right; width: calc(100% - 360px); padding-left: 75px; border-left: 1px solid #eee;}

/*详情页公用*/
.lh { line-height: 30px; font-size: 14px; color: #333; text-align: justify;}
.lh p { margin-bottom: 15px;}
.lh p:last-child { margin-bottom: 0;}
.lh img { max-width: 100%; height: auto !important;}
.show_h3 { width: 100%; margin-bottom: 30px; border-bottom: 1px solid #eee;}
.show_h3 h3 { line-height: 45px; font-size: 30px; color: #000;}
.show_h3 p { line-height: 50px; font-size: 14px; color: #999;}
.show_h3 p span { display: inline-block; margin-right: 30px;}
.show_sxp { line-height: 25px; font-size: 14px; color: #999; margin: 40px 0; 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;}
.show_sxp .fr { text-align: right;}
.show_sxp p a:hover { color: #173fb8;}
.serchms { line-height: 60px; font-size: 22px; color: #173fb8; text-align: center; letter-spacing: 2px; padding-top: 30px;}

/*分页*/
.scott { text-align: center; margin-top: 20px; overflow: hidden;}
.scott li { display: inline-block; line-height: 45px; margin: 0 5px; border: 1px solid #eee; border-radius: 4px; overflow: hidden; background: #fff; -webkit-transition: all .5s ease; transition: all .5s ease;}
.scott a,
.scott span { display: block; padding: 0 20px; font-size: 16px; color: #666; cursor: pointer; -webkit-transition: all .5s ease; transition: all .5s ease;}
.scott li:hover,
.scott .active { color: #173fb8; border-color: #173fb8; background: #173fb8;}
.scott li:hover a,
.scott li:hover span,
.scott .active span { color: #fff;}

/*公共列表*/
.comlst { width: 100%;}
.comlst li { float: left; width: calc(100% / 3 - 20px); margin: 0 30px 30px 0; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); overflow: hidden; background: #fff; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comlst li:nth-child(3n) { margin-right: 0;}
.comlst li::after { display: block; content: ""; width: 0%; height: 3px; background: #173fb8; position: absolute; left: 0; bottom: 0; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comlst li .img { width: 100%; overflow: hidden;}
.comlst li .img img { display: block; width: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comlst li .msg { padding: 15px 20px 20px 20px;}
.comlst li .msg h3 { width: 100%; height: 30px; line-height: 30px; font-size: 18px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.comlst li .msg p { width: 100%; height: 30px; line-height: 30px; font-size: 14px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.comlst li:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.1);}
.comlst li:hover .img img { transform: scale(1.1,1.1);}
.comlst li:hover .msg h3 { color: #173fb8;}

/*产品列表*/
.prolst { width: 100%;}
.prolst li { float: left; width: calc(100% / 3 - 20px); margin: 0 30px 30px 0; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); overflow: hidden; background: #fff; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.prolst li:nth-child(3n) { margin-right: 0;}
.prolst li::after { display: block; content: ""; width: 0%; height: 3px; background: #173fb8; position: absolute; left: 0; bottom: 0; -webkit-transition: all .5s ease; transition: all .5s ease;}
.prolst li .img { width: 100%; overflow: hidden;}
.prolst li .img img { display: block; width: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.prolst li .msg { padding: 15px 20px 20px 20px;}
.prolst li .msg h3 { width: 100%; height: 30px; line-height: 30px; font-size: 18px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.prolst li .msg p { width: 100%; height: 30px; line-height: 30px; font-size: 14px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.prolst li:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.1);}
.prolst li:hover .img img { transform: scale(1.1,1.1);}
.prolst li:hover .msg h3 { color: #173fb8;}

/*图片列表*/
.piclst { width: 100%;}
.piclst li { float: left; width: calc(100% / 3 - 20px); margin: 0 30px 30px 0; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); overflow: hidden; background: #fff; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.piclst li:nth-child(3n) { margin-right: 0;}
.piclst li::after { display: block; content: ""; width: 0%; height: 3px; background: #173fb8; position: absolute; left: 0; bottom: 0; -webkit-transition: all .5s ease; transition: all .5s ease;}
.piclst li .img { width: 100%; overflow: hidden;}
.piclst li .img img { display: block; width: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.piclst li .msg { padding: 15px 20px 20px 20px;}
.piclst li .msg h3 { width: 100%; height: 30px; line-height: 30px; font-size: 18px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.piclst li .msg p { width: 100%; height: 30px; line-height: 30px; font-size: 14px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.piclst li:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.1);}
.piclst li:hover .img img { transform: scale(1.1,1.1);}
.piclst li:hover .msg h3 { color: #173fb8;}

/*新闻列表*/
.newlist { width: 100%;}
.newlist li { float: left; width: calc(100% / 3 - 20px); margin: 0 30px 30px 0; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); overflow: hidden; background: #fff; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.newlist li:nth-child(3n) { margin-right: 0;}
.newlist li::after { display: block; content: ""; width: 0%; height: 3px; background: #173fb8; position: absolute; left: 0; bottom: 0; -webkit-transition: all .5s ease; transition: all .5s ease;}
.newlist li .img { width: 100%; overflow: hidden;}
.newlist li .img img { display: block; width: 100%; -webkit-transition: all .5s ease; transition: all .5s ease;}
.newlist li .msg { padding: 15px 20px 20px 20px;}
.newlist li .msg h3 { width: 100%; height: 50px; line-height: 25px; font-size: 18px; color: #333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.newlist li .msg p { width: 100%; height: 50px; line-height: 25px; font-size: 14px; color: #999; margin: 10px 0 15px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.newlist li .msg span { display: block; height: 25px; line-height: 25px; font-size: 14px; color: #999; background: url(../images/sw10.png) no-repeat right center / 12px;}
.newlist li:hover { box-shadow: 0 5px 20px rgba(0,0,0,0.1);}
.newlist li:hover::after { width: 100%;}
.newlist li:hover .img img { transform: scale(1.1,1.1);}
.newlist li:hover .msg h3 { color: #173fb8;}
.newlist li:hover .msg span { background-image: url(../images/sw10h.png);}

/*联系我们*/
.contact { width: 100%; margin-bottom: 40px;}
.contact p { line-height: 40px; font-size: 16px; color: #333; padding-left: 30px; background-position: left 12px; background-repeat: no-repeat;}
.contact p span { color: #666;}
.contact .tel { background-image: url(../images/sw11.png);}
.contact .mal { background-image: url(../images/sw12.png);}
.contact .add { background-image: url(../images/sw13.png);}

/*表单*/
.books { width: 100%; margin-top: 40px;}
.books h3 { height: 45px; line-height: 45px; font-size: 22px; color: #333; margin-bottom: 10px; border-bottom: 2px solid #e5e5e5;}
.books li { width: 100%; margin-top: 15px;}
.books li span { display: block; width: 100%; height: 40px; line-height: 40px; font-size: 16px; color: #333;}
.books li span i { display: inline-block; line-height: 40px; font-style: normal; font-size: 18px; color: #d63637; margin-left: 5px;}
.books li .msg { flex: 1 1 0%;}
.books li .msg input { display: block; width: calc(100% - 22px); height: 50px; line-height: 50px; font-size: 14px; color: #333; padding: 0 10px; border: 1px solid #e5e5e5; border-radius: 4px; overflow: hidden; background: #fff;}
.books li .msg textarea { display: block; width: calc(100% - 22px); line-height: 25px; font-family: Microsoft YAHEI; font-size: 14px; color: #333; padding: 10px; border: 1px solid #e5e5e5; border-radius: 4px; overflow: hidden; background: #fff;}
.books li .msg label { display: block; float: left; height: 52px; line-height: 52px; font-size: 14px; color: #333; margin-right: 30px;}
.books li .msg label input { float: left; width: 20px; height: 20px; line-height: 20px; margin: 17px 10px 0 0; padding: 0;}
.books li .marbt input { margin-top: 10px;}
.books li .marbt p { display: flex; flex-direction: row; height: 52px; line-height: 52px; font-size: 14px; color: #333;}
.books li .marbt p input { width: 200px; margin: 0 0 0 15px;}
.books .btn { display: block; height: 50px; line-height: 50px; font-size: 16px; color: #fff; margin: 30px 0 50px; padding: 0 50px; border: none; border-radius: 4px; overflow: hidden; background: #173fb8;}



@media screen and (max-width: 1680px) {
	.header { height: 60px;}
	.header .logo { width: 210px; height: 40px; margin-top: 10px;}
	.header .nav { max-width: calc(100% - 225px);}
	.header .nav li { height: 60px; margin-right: 30px;}
	.header .nav li a { line-height: 60px;}
	.header .nav li p { top: 60px;}
	.header .nav .serch span { height: 60px; line-height: 60px;}
	.header .nav .serch::after { top: 25px;}
	.header .nav .serch .souo { top: 60px;}
	.header .nav .langu span { height: 60px; line-height: 60px;}
	.header .nav .langu span::after { top: 25px;}
	.header .nav .langu label { top: 60px;}
	.footer .msg .rgt li { margin-left: 4%;}	
	.footer .msg .rgt li:nth-child(3) p { width: 160px;}
	.footer .msg .rgt li:nth-child(3) p a { width: 80px;}
}
@media screen and (max-width: 1460px) {
	.warp { width: 95%; min-width: calc(1280px - 5%); margin: 0 2.5%;}
	.header .nav li a,
	.header .nav .serch span,
	.header .nav .langu span { font-size: 15px;}
}
@media screen and (max-width: 1360px) {
	.footer .msg .rgt { width: calc(100% - 380px);}	
	.footer .msg .rgt li h3 a { font-size: 15px;}
	.footer .msg .rgt li p a { font-size: 12px;}
	.footer .msg .rgt li:nth-child(3) p { width: 140px;}
	.footer .msg .rgt li:nth-child(3) p a { width: 70px;}
}