* { margin: 0; padding: 0; list-style: none; outline: none;}
body { min-width: 1300px; font-size: 12px; font-family: Microsoft YAHEI,Arial,Helvetica,sans-serif; color: #091221; margin: 0 auto; background: #eff6ff;}
a { color: #091221; text-decoration: none;}
a:hover { text-decoration: none; color: #eb2914;}
input[type=button],
input[type=submit],
input[type=file],
button { cursor: pointer; -webkit-appearance: none;}
textarea { -webkit-appearance: none;}
::-webkit-input-placeholder { color: #5b6c83;} 
:-moz-placeholder { color: #5b6c83;} 
::-moz-placeholder { color: #5b6c83;}
:-ms-input-placeholder { color: #5b6c83;} 

#VCode { cursor: pointer;}
.clear { clear: both;}
.warp { width: 1300px; margin: 0 auto; position: relative;} 

@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;
}

/**微信弹框**/
.onlines { width: 100vw; height: 100vh; background: rgba(0,0,0,0.2); position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99999;}
.onlines .nr { width: 340px; height: 455px; margin: auto; padding: 25px 35px; border-radius: 25px; box-shadow: 0 10px 40px rgba(0,0,0,0.3); background: #fff url(../images/zc14.jpg) no-repeat center top; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.onlines .close { width: 30px; height: 30px; cursor: pointer; border: 1px solid #fff; border-radius: 50%; background: rgba(9,18,33,0.4); position: absolute; top: -25px; right: -25px; z-index: 2; -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.8s ease; transition: all 0.8s ease;}
.onlines .close::before,.onlines .close::after { display: block; content: ""; margin: auto; background: #fff; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1;}
.onlines .close::before { width: 10px; height: 1px;}
.onlines .close::after { width: 1px; height: 10px;}
.onlines .close:hover { -webkit-transform-origin: 50%; transform-origin: 50%; -webkit-transform: rotate(315deg); transform: rotate(315deg);}
.onlines h1 { width: 100%; height: 60px; font-size: 35px; color: rgba(255,255,255,0.1); margin-top: 5px; position: relative;}
.onlines h1 span { display: block; height: 35px; line-height: 35px; font-weight: 500; font-size: 30px; color: #fff; letter-spacing: 4px; text-shadow: 2px 2px 0 rgba(0,0,0,0.1); position: absolute; left: 0; top: 20px;}
.onlines .msg { width: 100%; text-align: center; margin-top: 80px;}
.onlines .msg h3 { width: 100%; height: 40px; line-height: 40px; font-weight: 500; font-size: 24px; color: #091221; letter-spacing: 2px;}
.onlines .msg p { width: 100%; height: 30px; line-height: 30px; font-size: 15px; color: #888; letter-spacing: 1px;}
.onlines .img { width: 175px; height: 175px; margin: 10px auto; padding: 10px; border: 1px solid #e6e6e6; border-radius: 4px; overflow: hidden;}
.onlines .img img { display: block; width: 175px; height: 175px;}
.onlines .tp { width: 100%; height: 25px; line-height: 25px; font-size: 15px; color: #888; text-align: center;}


/*新春广告条*/
.newyear { width: 100%; height: 70px; text-align: center; background: url(../images/newyear.jpg) no-repeat center top;}
.newyear b { display: block; line-height: 70px; font-family: 宋体; font-size: 38px; color: transparent; background: linear-gradient(#edfef3,#feed9b); -webkit-background-clip: text;}


/*头部*/
.head { width: 100%; height: 65px;}
.header { width: 100%; height: 65px; border-bottom: 1px solid #e3e4e5; background: #fff; /*position: fixed;*/ position: relative; top: 0; left: 0; z-index: 99999;}
.header .logo { float: left; width: 135px; height: 35px; margin: 15px 0; overflow: hidden;}
.header .logo img { display: block; width: 135px; height: 35px;}
.header .popup { display: block; float: right; width: 90px; height: 35px; line-height: 35px; font-size: 14px; color: #fff; text-align: center; margin-top: 15px; border-radius: 4px; overflow: hidden; background-image: linear-gradient(to right,#0088ff,#0042ff,#0052ff); -webkit-transition: all .5s ease; transition: all .5s ease;}
.header .popup:hover { border-radius: 20px;}
.header .tel { float: right; width: 125px; height: 65px; line-height: 65px; font-size: 16px; color: #091221; margin: 0 25px; padding-left: 25px; background: url(../images/zc01.png) no-repeat left center;}
.header .nav { float: left; max-width: calc(100% - 335px);}
.header .nav li { float: left; height: 65px; margin-left: 35px;}
.header .nav li a { display: block; line-height: 65px; font-size: 16px; color: #091221; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.header .nav li a::after { display: block; content: ""; width: 0; height: 3px; margin: auto; border-radius: 3px 3px 0 0; overflow: hidden; background-image: linear-gradient(to right,#0e94ff,#2c53ff); position: absolute; left: 0; right: 0; bottom: 0; -webkit-transition: all .5s ease; transition: all .5s ease;}
.header .nav li:hover a,
.header .nav li.on a { color: #1364ed;}
.header .nav li:hover a::after,
.header .nav li.on a::after { width: 100%;}
.header .nav li p { display: flex; flex-direction: row; flex-wrap: wrap; width: calc(100% - 30px); height: 0; padding: 0 15px; /*border-top: 1px solid #e3e4e5;*/ box-shadow: 0 10px 10px rgba(177,199,229,0.25); overflow: hidden; background: #fff; position: absolute; left: 0; top: 65px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.header .nav li p a { display: block; height: 30px; line-height: 30px; font-size: 15px; color: #333 !important; margin: 20px 30px;}
.header .nav li p a::after { display: none;}
.header .nav li p a img { display: block; float: left; width: 20px; height: 20px; margin: 5px 10px 5px 0;}
.header .nav li p a:hover { color: #1364ed !important;}
.header .nav li:hover p { height: auto;}

/*banner*/
.banner { width: 100%; margin: 0 auto; position: relative; z-index: 2;}
.banner .swiper-slide { width: 100%; overflow: hidden; position: relative;}
.banner .swiper-slide img { display: block; width: 100%;}
.banner .swiper-slide .warp { margin: auto; position: absolute; top: 20%; right: 0; left: 0; z-index: 2;}
.banner .swiper-slide .warp h1 { width: 100%; height: 75px; line-height: 75px; font-weight: 500; font-size: 50px; color: #091221;}
.banner .swiper-slide .warp p { width: 100%; height: 35px; line-height: 35px; font-size: 16px; color: rgba(9,18,33,0.9);}
.banner .swiper-slide .warp a { display: block; width: 160px; height: 50px; margin-top: 45px; border-radius: 8px; overflow: hidden; background-image: linear-gradient(to right,#0088ff,#003cff,#0052ff); -webkit-transition: all .5s ease; transition: all .5s ease;}
.banner .swiper-slide .warp a span { display: block; width: 65px; line-height: 50px; font-size: 16px; color: #fff; margin: 0 auto; padding-right: 25px; background: url(../images/zc02.png) no-repeat right center; -webkit-transition: all .5s ease; transition: all .5s ease;}
.banner .swiper-slide .warp a:hover { border-radius: 25px;}
.banner .swiper-slide .warp a:hover span { padding-right: 40px;}
.banner .swiper-pagination-bullets { bottom: 60px;}
.banner .swiper-pagination-bullet { width: 25px; height: 3px; margin: 0 5px !important; border-radius: 0; filter: alpha(opacity=100); opacity: 1; background: #fff; position: relative; -webkit-transition: 0.4s; transition: 0.4s;}
.banner .swiper-pagination-bullet-active { background: #003cff;}

/*二级banner*/
.banner_ej { width: 100%; height: 350px; margin: 0 auto; background-repeat: no-repeat; background-position: center bottom; background-size: cover;}
.banner_ej h3 { width: 60%; height: 55px; line-height: 55px; font-size: 34px; color: #091221; margin-bottom: 10px; padding-top: 100px;}
.banner_ej h3 span { color: #003cff;}
.banner_ej p { width: 60%; line-height: 30px; font-size: 15px; color: #565c6c; filter: alpha(opacity=80); opacity: 0.8;}

/*脚部*/
.footer { width: 100%; font-size: 14px; color: #5b6c83; padding-top: 45px; background: #f7f9fc;}
.footer a { color: #5b6c83; -webkit-transition: all .5s ease; transition: all .5s ease;}
.footer a:hover { color: #1364ed;}
.footer h3 { line-height: 40px; font-size: 14px; color: #fff; margin-bottom: 5px; position: relative;}
.footer h3::after { display: block; content: ""; width: 15px; height: 1px; background: #fff; position: absolute; left: 0; top: 0;}
.footer .msg { float: left; width: 245px;}
.footer .msg .logo { width: 100%; height: 35px; overflow: hidden;}
.footer .msg .logo img { display: block; height: 35px;}
.footer .msg .tel { width: 100%; color: #5b6c83; margin: 25px 0;}
.footer .msg .tel b { display: block; height: 35px; line-height: 35px; font-size: 22px; color: #091221;}
.footer .msg p { width: 100%; line-height: 25px; margin-bottom: 5px;}
.footer .nvs { float: right; max-width: calc(100% - 320px); border-left: 1px solid #e2e4e7;}
.footer .nvs li { float: left; margin-left: 100px;}
.footer .nvs li p { height: 30px; line-height: 30px; font-size: 16px; color: #091221; margin-bottom: 10px;}
.footer .nvs li a { display: block; width: 100%; line-height: 35px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.footer .copy { margin-top: 45px; padding: 20px 0; border-top: 1px solid #e2e4e7; position: relative; z-index: 9;}
.footer .copy .lft { float: left; width: 80%;}
.footer .copy .lft p { line-height: 25px; font-size: 13px;}
.footer .copy .lft p .wan { display: inline-block; padding-left: 25px; background: url(../images/zc12.png) no-repeat left center;}
.footer .copy .link { float: right; width: 190px; height: 45px; position: relative;}
.footer .copy .link span { display: block; height: 36px; line-height: 36px; font-size: 14px; margin-top: 5px; padding: 0 10px; border: 2px solid #fff; border-radius: 4px; box-shadow: 0 5px 15px rgba(177,199,229,0.5); overflow: hidden; position: relative;}
.footer .copy .link span::after { display: block; content: ""; width: 0; height: 0; border-style: solid; border-width: 5px 5px 0 5px; border-color: #cdcfd3 transparent transparent transparent; position: absolute; right: 10px; top: 15px;}
.footer .copy .link p { display: none; width: calc(100% - 24px); padding: 0 10px; border: 2px solid #fff;  box-shadow: 0 -5px 15px rgba(177,199,229,0.5); overflow: hidden; background-image: linear-gradient(#f3f5f8,#fff); position: absolute; right: 0; bottom: 45px; z-index: 2;}
.footer .copy .link p a { display: block; line-height: 35px; font-size: 12px; border-bottom: 1px solid #eee; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.footer .copy .link p a:last-child { border-bottom: none;}
.footer .copy .link:hover p { display: block;}

/*右侧客服*/
.webonline { width: 40px; position: fixed; right: 10px; bottom: 10%; z-index: 9999;}
.webonline li { width: 40px; height: 40px; margin-top: 10px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 5px 15px rgba(177,199,229,0.25); background-image: linear-gradient(#f3f5f8,#fff); position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.webonline li .ontop { width: 100%; width: 40px; height: 40px; line-height: 45px; font-family: FontAwesome; font-style: normal; font-size: 22px; color: #1364ed; text-align: center; cursor: pointer; overflow: hidden;}
.webonline li .ontop img { display: block; width: 40px; height: 40px; margin: 0 auto;}
.webonline li.btn_top { display: none;}
.webonline li.btn_top .ontop { line-height: 40px;}
.webonline li .onlft { display: none; margin: auto; padding: 10px 15px; border: 2px solid #fff; border-radius: 4px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); background-image: linear-gradient(#fff,#f3f5f8); position: absolute; right: 50px; bottom: 0;}
.webonline li .onlft::after { display: block; content: ""; width: 0; height: 0; margin: auto; border-style: solid; border-width: 8px 0 8px 8px; border-color: transparent transparent transparent #fff; position: absolute; right: -8px; bottom: 8px;}
.webonline li .onlft p { width: 100%; height: 30px; line-height: 30px; font-size: 14px; color: #091221;}
.webonline li .onlft p i { display: block; float: left; height: 20px; line-height: 20px; font-style: normal; font-family: FontAwesome; font-size: 14px; margin: 7px 7px 0 0;}
.webonline li .onlft p b { display: inline-block; font-size: 16px; color: #1364ed;}
.webonline li .onlft .ewm { width: 260px; margin-top: 10px; padding-top: 10px; border-top: 1px solid #eee;}
.webonline li .onlft .ewm .img { float: left; width: 125px; text-align: center; margin-top: 5px;}
.webonline li .onlft .ewm .img.popup { margin-right: 10px;}
.webonline li .onlft .ewm .img img { display: block; width: 115px; margin: 0 auto; border-radius: 4px; box-shadow: 0 0 15px rgba(177,199,229,0.25); overflow: hidden;}
.webonline li .onlft .ewm .img span { display: block; line-height: 20px; font-size: 12px; color: #5b6c83; margin-top: 5px;}
.webonline li .onlft .ewm .img span em { display: block; line-height: 15px; font-style: normal; font-size: 10px; filter: alpha(opacity=65); opacity: 0.65;}
.webonline li:hover .onlft { display: block;}

/*公共标题*/
.tits { width: 100%; text-align: center; margin-bottom: 30px;}
.tits h3 { height: 55px; line-height: 55px; font-weight: 500; font-size: 30px; color: #091221; letter-spacing: 2px;}
.tits p { height: 30px; line-height: 30px; font-size: 16px; color: #565c6c; filter: alpha(opacity=80); opacity: 0.8;}

/*推荐系统*/
.recomapp { width: 100%; background: #f5f7fa; position: relative; z-index: 9;}
.recomapp li { float: left; width: calc(100% / 5 - 20px); margin-top: -45px; margin-right: 20px; border: 2px solid #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.6); overflow: hidden; background-image: linear-gradient(#f3f5f8,#fff);}
.recomapp li:last-child { margin-right: 0;}
.recomapp li a { display: block; padding: 15px 20px;}
.recomapp li h3 { height: 35px; line-height: 35px; font-weight: 500; font-size: 18px; color: #091221; margin-bottom: 5px; padding-left: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background-repeat: no-repeat; background-position: left center; -webkit-transition: all .5s ease; transition: all .5s ease;}
.recomapp li p { width: 100%; height: 20px; line-height: 20px; font-size: 14px; color: #5b6c83; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.recomapp .bn01 h3 { background-image: url(../images/zc03.png);}
.recomapp .bn02 h3 { background-image: url(../images/zc04.png);}
.recomapp .bn03 h3 { background-image: url(../images/zc05.png);}
.recomapp .bn04 h3 { background-image: url(../images/zc06.png);}
.recomapp .bn05 h3 { background-image: url(../images/zc07.png);}
.recomapp li:hover h3 { color: #1364ed;}

/*业务范围*/
.scopes { width: 100%; padding: 45px 0; background: #f5f7fa;}
.scopes li { float: left; width: calc(100% / 3 - 18px); margin: 0 20px 20px 0; border: 2px solid #fff; border-radius: 20px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background-image: linear-gradient(#f3f5f8,#fff); -webkit-transition: all .5s ease; transition: all .5s ease;}
.scopes li:nth-child(3n) { margin-right: 0;}
.scopes li a { display: block; padding: 20px 25px;}
.scopes li .nam { display: flex; flex-direction: row; width: 100%; height: 40px; margin-bottom: 10px;}
.scopes li .nam img { display: block; width: 40px; height: 40px; margin-right: 10px;}
.scopes li .nam h3 { line-height: 40px; font-weight: 500; font-size: 22px; color: #091221; letter-spacing: 1px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.scopes li span { display: inline-block; height: 20px; line-height: 20px; font-size: 12px; color: #5b6c83; filter: alpha(opacity=80); opacity: 0.8; margin: 0 5px 5px 0; padding: 0 5px; border: 1px solid #a1a9b8; border-radius: 2px; overflow: hidden;}
.scopes li p { width: 100%; height: 25px; line-height: 25px; font-size: 14px; color: #5b6c83; filter: alpha(opacity=80); opacity: 0.8; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.scopes li .lst { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%;}
.scopes li .lst label { display: block; width: calc(50% - 25px); height: 35px; line-height: 35px; font-size: 14px; color: #5b6c83; filter: alpha(opacity=80); opacity: 0.8; padding-left: 25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: url(../images/zc08.png) no-repeat left 15px;}
.scopes li:hover { box-shadow: 0 5px 15px rgba(177,199,229,0.6);}
.scopes li:hover .nam h3 { color: #1364ed;}

/*解决方案*/
.solution { width: 100%; padding: 45px 0 65px 0; background: #fff;}
.solution .tops { width: 100%;}
.solution .tops li { float: left; width: 180px; height: 430px; margin-right: 20px; border: 2px solid #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.solution .tops li:last-child { margin-right: 0;}
.solution .tops li .lst { width: 130px; height: 380px; padding: 25px; border-radius: 10px; overflow: hidden; background-repeat: no-repeat; background-position: center bottom; background-size: 100%; position: absolute; left: 0; z-index: 1; -webkit-transition: all .5s ease; transition: all .5s ease;}
.solution .tops li .lst::after { display: block; content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1;}
.solution .tops li .lst h3 { width: 100%; height: 60px; line-height: 30px; font-size: 20px; color: #fff; position: relative; margin-bottom: 50px; position: relative; z-index: 2;}
.solution .tops li .lst h3::after { display: block; content: ""; width: 15px; height: 3px; border-radius: 3px; overflow: hidden; background: rgba(255,255,255,0.8); position: absolute; left: 0; bottom: -15px;}
.solution .tops li .lst p { line-height: 25px; font-size: 14px; color: #fff; position: relative; z-index: 2;}
.solution .tops li:nth-child(1) .lst::after { background-image: linear-gradient(rgba(30,124,241,1) 45%,rgba(30,124,241,0));}
.solution .tops li:nth-child(2) .lst::after { background-image: linear-gradient(rgba(0,179,254,1) 45%,rgba(0,179,254,0));}
.solution .tops li:nth-child(3) .lst::after { background-image: linear-gradient(rgba(11,186,206,1) 45%,rgba(11,186,206,0));}
.solution .tops li:nth-child(4) .lst::after { background-image: linear-gradient(rgba(30,124,241,1) 45%,rgba(30,124,241,0));}
.solution .tops li:nth-child(5) .lst::after { background-image: linear-gradient(rgba(33,71,173,1) 45%,rgba(33,71,173,0));}
.solution .tops li .msg { width: 430px; height: 385px; padding: 20px 25px 25px 25px; border-radius: 10px; overflow: hidden; background-repeat: no-repeat; background-position: right bottom; position: absolute; top: 0; left: 480px; z-index: 2; -webkit-transition: all .5s ease; transition: all .5s ease;}
.solution .tops li .msg::after { display: block; content: ""; width: 100%; height: 100%; background-image: linear-gradient(to right,#f4f6f9,rgba(202,219,244,0.9)); position: absolute; top: 0; left: 0; z-index: 1;}
.solution .tops li .msg h3 { width: 100%; height: 38px; line-height: 38px; font-size: 20px; color: #091221; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; z-index: 2;}
.solution .tops li .msg p { width: 100%; height: 50px; line-height: 25px; font-size: 14px; color: #5b6c83; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; position: relative; z-index: 2;}
.solution .tops li .msg .lt { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; margin: 20px 0; position: relative; z-index: 2;}
.solution .tops li .msg .lt .st { width: 50%; height: 50px; line-height: 50px; font-size: 15px; color: #091221; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.solution .tops li .msg .lt .st img { display: block; float: left; width: 25px; height: 25px; margin: 12.5px 10px 0 0;}
.solution .tops li .msg .imgs { width: 100%; position: relative; z-index: 2;}
.solution .tops li .msg .imgs h4 { width: 100%; height: 35px; line-height: 35px; font-weight: 500; font-size: 16px; color: #091221;}
.solution .tops li .msg .imgs .nr { width: 100%; margin-top: 10px;}
.solution .tops li .msg .imgs .nr .img { float: left; width: calc(100% / 4 - 10px); height: 55px; margin-left: 10px; border: 1px solid #fff; border-radius: 4px; overflow: hidden;}
.solution .tops li .msg .imgs .nr .img:first-child { margin-left: 0;}
.solution .tops li .msg .imgs .nr .img img { display: block; width: 100%; min-height: 55px;}
.solution .tops .on { width: 480px;}
.solution .tops .on .lst { left: -100%;}
.solution .tops .on .msg { left: 0;}
.solution .list { width: 100%;}
.solution .list ul { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%;}
.solution .list li { display: block; margin: 20px 20px 0 0; border: 2px solid #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background-image: linear-gradient(#f3f5f8,#fff); -webkit-transition: all .5s ease; transition: all .5s ease;}
.solution .list li:nth-child(1),
.solution .list li:nth-child(2),
.solution .list li:nth-child(3),
.solution .list li:nth-child(4) { width: 306px;}
.solution .list li:nth-child(5),
.solution .list li:nth-child(6),
.solution .list li:nth-child(7),
.solution .list li:nth-child(8),
.solution .list li:nth-child(9) { width: 240px;}
.solution .list li:nth-child(4),
.solution .list li:nth-child(9) { margin-right: 0;}
.solution .list li a { display: flex; flex-direction: row; align-items: center; padding: 20px;}
.solution .list li img { display: block; width: 40px; height: 40px; margin-right: 10px;}
.solution .list li .msg { flex: 1 1 0%;}
.solution .list li .msg h3 { width: 100%; height: 35px; line-height: 35px; font-weight: 500; font-size: 18px; color: #091221; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.solution .list li .msg p { width: 100%; height: 25px; line-height: 25px; font-size: 14px; color: #4b5b76; filter: alpha(opacity=80);
  opacity: 0.8; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.solution .list li:hover { box-shadow: 0 5px 15px rgba(177,199,229,0.6);}
.solution .list li:hover .msg h3 { color: #1364ed;}

/*最新客户案例*/
.latcase { width: 100%; padding: 45px 0 65px 0; background: #f7f9fc;}
.latcase .nrs { padding: 30px; border-radius: 20px; overflow: hidden; background-image: linear-gradient(to right,#d5e9fe,#eadefc);}
.latcase .nrs .lft { float: left; width: 265px;}
.latcase .nrs .lft .tabs { width: 100%;}
.latcase .nrs .lft .tabs li { cursor: pointer; margin-bottom: 10px; padding: 12px 15px; border-radius: 10px; overflow: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.latcase .nrs .lft .tabs li .nam { width: 100%; height: 30px; margin-bottom: 5px;}
.latcase .nrs .lft .tabs li .nam img { display: block; float: left; width: 30px; height: 30px; margin-right: 5px;}
.latcase .nrs .lft .tabs li .nam h3 { line-height: 30px; font-weight: 500; font-size: 18px; color: #091221; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.latcase .nrs .lft .tabs li p { width: 100%; height: 25px; line-height: 25px; font-size: 14px; color: #4b5b76; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.latcase .nrs .lft .tabs li:hover,
.latcase .nrs .lft .tabs .on { background: rgba(255,255,255,0.5);}
.latcase .nrs .lft .tabs li:hover .nam h3,
.latcase .nrs .lft .tabs .on .nam h3 { color: #1364ed;}
.latcase .nrs .lft .more { display: flex; flex-direction: row; justify-content: space-between; width: 100%; height: 45px; padding-top: 13px;}
.latcase .nrs .lft .more a { display: block; width: 40%; height: 45px; line-height: 45px; font-size: 16px; color: #1364ed; text-align: center; border: 1px solid #003cff; box-sizing: border-box; border-radius: 10px; overflow: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.latcase .nrs .lft .more .popup { width: 54%; background-image: linear-gradient(to right,#0088ff,#0042ff,#0052ff);}
.latcase .nrs .lft .more .popup span { display: inline-block; color: #fff; padding-right: 25px; background: url(../images/zc02.png) no-repeat right center; overflow: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.latcase .nrs .lft .more a:hover { border-radius: 25px;}
.latcase .nrs .lft .more a:hover span { padding-right: 50px;}
.latcase .nrs .rgt { float: right; width: calc(100% - 315px); padding: 10px; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.2); overflow: hidden; background: rgba(255,255,255,0.7);}
.latcase .nrs .rgt .swiper-slide {}
.latcase .nrs .rgt li { float: left; width: calc(100% / 3 - 20px); margin: 10px; border: 2px solid #fff; box-sizing: border-box; border-radius: 10px; box-shadow: 0 5px 10px rgba(177,199,229,0.05); overflow: hidden; background: #fff; -webkit-transition: all .5s ease; transition: all .5s ease;}
.latcase .nrs .rgt li .img { width: 100%; height: 160px; overflow: hidden;}
.latcase .nrs .rgt li .img img { display: block; width: 100%; min-height: 160px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.latcase .nrs .rgt li .msg { padding: 5px 10px 10px 10px;}
.latcase .nrs .rgt li .msg h3 { width: 100%; height: 30px; line-height: 25px; font-weight: 500; font-size: 16px; color: #091221; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.latcase .nrs .rgt li .msg p { width: 100%; height: 25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.latcase .nrs .rgt li .msg p span { line-height: 25px; font-size: 12px; color: #5b6c83; margin-right: 5px; padding: 5px 10px; border-radius: 2px; overflow: hidden; background: #f4f6f9;}
.latcase .nrs .rgt li:hover { box-shadow: 0 5px 10px rgba(177,199,229,0.15);}
.latcase .nrs .rgt li:hover .img img { transform: scale(1.1,1.1);}
.latcase .nrs .rgt li:hover .msg h3 { color: #1364ed;}

/*最新资讯*/
.latnews { width: 100%; padding-top: 45px; background: #fff;}
.latnews .tabs { width: 100%;}
.latnews .tabs ul { display: flex; flex-direction: row; justify-content: center; width: 100%;}
.latnews .tabs li { display: flex; flex-direction: row; align-items: center; height: 80px; cursor: pointer; margin: 0 65px;}
.latnews .tabs li img { display: block; width: 35px; height: 35px; margin-right: 10px;}
.latnews .tabs li span { display: block; line-height: 80px; font-size: 18px; color: #091221; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.latnews .tabs li span::after { display: block; content: ""; width: 0; height: 3px; margin: auto; border-radius: 3px 3px 0 0; background-image: linear-gradient(to right,#0e94ff,#2c53ff); position: absolute; left: 0; right: 0; bottom: 0; -webkit-transition: all .5s ease; transition: all .5s ease;}
.latnews .tabs li:hover span,
.latnews .tabs .on span { color: #1364ed;}
.latnews .tabs li:hover span::after,
.latnews .tabs .on span::after { width: 100%;}
.latnews .nr { width: 100%; padding: 45px 0; background-image: linear-gradient(to right,#e4f2ff,#def0fe);}
.latnews .nr .nvas { display: flex; flex-direction: row; justify-content: center; width: calc(100% - 20px); margin: 0 10px 25px 10px;}
.latnews .nr .nvas a { flex: 1 1 0%; display: block; height: 40px; line-height: 40px; font-size: 15px; color: #091221; text-align: center; margin: 0 5px; padding: 0 10px; border-radius: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: #dbe7f3; -webkit-transition: all .5s ease; transition: all .5s ease;}
.latnews .nr .nvas a:hover { color: #1364ed;}
.latnews .nr .nvas .on { color: #fff !important; background: linear-gradient(to right,#0088ff,#0042ff,#0052ff);}
.latnews .nr .imgs { float: left; width: 650px;}
.latnews .nr .imgs li { float: left; width: calc(50% - 24px); margin: 10px; border: 2px solid #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(177,199,229,0.25); background-image: linear-gradient(#f3f5f8,#fff); -webkit-transition: all .5s ease; transition: all .5s ease;}
.latnews .nr .imgs li a { display: block; padding: 10px;}
.latnews .nr .imgs li .img { width: 100%; height: 155px; margin-bottom: 5px; border-radius: 10px; overflow: hidden;}
.latnews .nr .imgs li .img img { display: block; width: 100%; min-height: 155px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.latnews .nr .imgs li p { width: calc(100% - 10px); height: 50px; line-height: 25px; font-size: 16px; color: #091221; padding: 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.latnews .nr .imgs li:hover { box-shadow: 0 0 15px rgba(177,199,229,0.65);}
.latnews .nr .imgs li:hover .img img { transform: scale(1.1,1.1);}
.latnews .nr .imgs li:hover p { color: #1364ed;}
.latnews .nr .list { float: right; width: calc(100% - 670px);}
.latnews .nr .list li { margin-top: 15px; border: 2px solid #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(177,199,229,0.25); background-image: linear-gradient(to right,#f9fcff,#f7fbff); -webkit-transition: all .5s ease; transition: all .5s ease;}
.latnews .nr .list li:first-child { margin-top: 10px;}
.latnews .nr .list li a { display: block; padding: 16px;}
.latnews .nr .list li .tim { float: left; width: 70px; height: 60px; line-height: 20px; font-size: 14px; color: #464c5d; text-align: center; margin-top: 10px;}
.latnews .nr .list li .tim b { display: block; height: 40px; line-height: 40px; font-weight: 500; font-size: 30px; color: #091221; -webkit-transition: all .5s ease; transition: all .5s ease;}
.latnews .nr .list li .msg { float: right; width: calc(100% - 100px); padding-left: 20px; border-left: 1px solid #e9ecf0;}
.latnews .nr .list li .msg h3 { width: 100%; height: 30px; line-height: 30px; font-weight: 500; font-size: 16px; color: #091221; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.latnews .nr .list li .msg p { width: 100%; height: 45px; line-height: 22px; font-size: 12px; color: #5b6c83; margin-top: 5px; filter: alpha(opacity=85); opacity: 0.85;}
.latnews .nr .list li:hover { box-shadow: 0 0 15px rgba(177,199,229,0.65);}
.latnews .nr .list li:hover .tim b,
.latnews .nr .list li:hover .msg h3 { color: #1364ed;}

/*************** 子页公用 *******************/
.fl { float: left;}
.fr { float: right;}
.content { width: 1300px; margin: 0 auto; padding: 40px 0;}

.chose { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; width: 100%; margin-bottom: 20px;}
.chose a { display: block; height: 45px; line-height: 41px; font-size: 15px; color: #5b6c83; margin: 0 5px 10px 5px; padding: 0 25px; border: 2px solid #fff; box-sizing: border-box; border-radius: 5px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background-image: linear-gradient(#fff,#f3f5f8);}
.chose a:hover { color: #1364ed;}
.chose .on { color: #fff !important; line-height: 45px; border: none; background-image: linear-gradient(to right,#0088ff,#0042ff,#0052ff);}

.comnav { width: 1300px; margin: -40px auto 0 auto; padding: 15px; border: 2px solid #fff; box-sizing: border-box; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background-image: linear-gradient(#f3f5f8,#fff); position: relative; left: 0; right: 0; z-index: 999;}
.comnav .lst { display: flex; flex-direction: row; justify-content: center; width: 100%;}
.comnav .lst a { flex: 1 1 0%; display: block; height: 45px; line-height: 43px; font-size: 15px; color: #5b6c83; text-align: center; margin-right: 15px; padding: 0 15px; border: 1px solid rgba(91,108,131,0.15); box-sizing: border-box; border-radius: 4px; overflow: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comnav .lst a:last-child { margin-right: 0;}
.comnav .lst a:hover { color: #1364ed; border-color: #1364ed;}
.comnav .lst a.on { color: #fff; border: none; background-image: linear-gradient(to right,#0088ff,#0042ff,#0052ff);}
.comnav p { height: 45px; line-height: 45px; font-size: 14px; color: #999; padding-left: 20px; background: url(../images/posit.png) no-repeat left center;}
.comnav p a { color: #565c6c;}
.comnav p a:hover,
.comnav p a:last-child { color: #1364ed;}

.comrgt { float: right; width: 340px;}
.comrgt .nam { width: 100%; height: 50px; line-height: 50px; font-weight: bold; font-size: 16px; color: #091221; margin-bottom: 15px; border-bottom: 1px solid rgba(91,108,131,0.15);}
.comrgt .lst { margin-bottom: 20px; padding: 0 15px; border: 2px solid #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background-image: linear-gradient(#fff,#f3f5f8);}
.comrgt .lst li { width: 100%; margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dashed rgba(91,108,131,0.25);}
.comrgt .lst li:last-child { padding-bottom: 0; border-bottom: none;}
.comrgt .lst li .img { float: left; width: 115px; height: 65px; border-radius: 4px; overflow: hidden;}
.comrgt .lst li .img img { display: block; float: left; width: 115px; min-height: 65px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comrgt .lst li .msg { float: right; width: calc(100% - 130px);}
.comrgt .lst li .msg h3 { height: 20px; line-height: 20px; font-weight: 500; font-size: 15px; color: #091221; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comrgt .lst li .msg p { height: 40px; line-height: 20px; font-size: 12px; color: #565c6c; filter: alpha(opacity=80); opacity: 0.8; 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;}
.comrgt .lst li:hover .img img { transform: scale(1.1,1.1);}
.comrgt .lst li:hover .msg h3 { color: #1364ed;}
.comrgt .hots { padding: 0 15px; border: 2px solid #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background-image: linear-gradient(#f3f5f8,#fff);}
.comrgt .hots li { width: 100%; margin-bottom: 15px; border-radius: 8px; overflow: hidden; position: relative;}
.comrgt .hots li::after { display: block; content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2;}
.comrgt .hots li img { display: block; max-width: 100%; height: 130%; position: absolute; right: 0; bottom: 0; z-index: 1;}
.comrgt .hots li a { display: block; padding: 15px 20px; position: relative; z-index: 3;}
.comrgt .hots li h3 { width: 100%; height: 30px; line-height: 30px; font-size: 16px; color: #fff; margin-bottom: 20px; position: relative;}
.comrgt .hots li h3::after { display: block; content: ""; width: 15px; height: 2px; border-radius: 2px; overflow: hidden; background: #fff; position: absolute; left: 0; bottom: -10px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.comrgt .hots li p { width: 100%; height: 25px; line-height: 25px; font-size: 12px; color: rgba(255,255,255,0.85); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.comrgt .hots li:nth-child(1)::after { background-image: linear-gradient(to right,rgba(30,124,241,1) 60%,rgba(30,124,241,0.5));}
.comrgt .hots li:nth-child(2)::after { background-image: linear-gradient(to right,rgba(0,179,254,1) 60%,rgba(0,179,254,0.5));}
.comrgt .hots li:nth-child(3)::after { background-image: linear-gradient(to right,rgba(11,186,206,1) 60%,rgba(11,186,206,0.5));}
.comrgt .hots li:nth-child(4)::after { background-image: linear-gradient(to right,rgba(30,124,241,1) 60%,rgba(30,124,241,0.5));}
.comrgt .hots li:nth-child(5)::after { background-image: linear-gradient(to right,rgba(33,71,173,1) 60%,rgba(33,71,173,0.5));}
.comrgt .hots li:hover h3::after { width: 30px;}

/*详情页公用*/
.lh { line-height: 30px; font-size: 14px; color: #3d446e; text-align: justify;}
.lh img { display: block; max-width: 100%; height: auto !important; margin: 15px auto;}
.lh ul,
.lh ol { padding: revert; padding-left: 25px;}
.lh li { list-style: inherit;}
.lh table { border-spacing: 0px; border-top: 1px solid #eee; border-left: 1px solid #eee;}
.lh table td { text-align: center; vertical-align: middle; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}

.shows { float: left; width: calc(100% - 400px); padding: 20px; border: 2px solid #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background-image: linear-gradient(#fff,#f3f5f8);}
.shows .lh { min-height: 600px;}
.show_h3 { width: 100%; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #f4f4f4;}
.show_h3 h3 { line-height: 40px; font-size: 28px; color: #091221;}
.show_h3 p { line-height: 25px; font-size: 12px; color: #565c6c; margin-top: 5px; filter: alpha(opacity=65); opacity: 0.65;}

.show_sxp { line-height: 30px; font-size: 14px; color: #999; padding-top: 25px;}
.show_sxp p { width: 45%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.show_sxp p span { display: inline-block;}
.show_sxp a { color: #565c6c;}
.show_sxp .fr { text-align: right;}
.show_sxp p a:hover { color: #1364ed; text-decoration: underline;}

/*分页*/
.scott { text-align: center; padding-top: 25px; overflow: hidden;}
.scott li { display: inline-block; line-height: 45px; margin: 0 5px; border: 1px solid rgba(86,92,108,0.25); 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: #091221; text-shadow: 0 2px 6px rgba(250,58,92,0.2); cursor: pointer;}
.scott li:hover { border-color: #1364ed;}
.scott li:hover a,
.scott li:hover span { color: #1364ed;}
.scott .active { border-color: #1364ed; background: #1364ed;}
.scott .active:hover span,
.scott .active span { color: #fff;}

/*业务范围*/
.business { width: 100%;}
.business li { float: left; width: calc(100% / 2 - 59px); margin: 0 30px 30px 0; padding: 20px; border: 2px solid #fff; border-radius: 20px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background-image: linear-gradient(#f3f5f8,#fff); -webkit-transition: all .5s ease; transition: all .5s ease;}
.business li:nth-child(2n) { margin-right: 0;}
.business li .msg { width: 100%;}
.business li .msg .nam { display: flex; flex-direction: row; width: 100%; height: 40px; margin-bottom: 10px;}
.business li .msg .nam img { display: block; width: 40px; height: 40px; margin-right: 10px;}
.business li .msg .nam h3 { line-height: 40px; font-weight: 500; font-size: 22px; color: #091221; letter-spacing: 1px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.business li .msg span { display: inline-block; height: 25px; line-height: 25px; font-size: 12px; color: #5b6c83; filter: alpha(opacity=80); opacity: 0.8; margin-right: 10px; padding: 0 10px; border: 1px solid #a1a9b8; border-radius: 2px; overflow: hidden;}
.business li .msg p { width: 100%; height: 25px; line-height: 25px; font-size: 14px; color: #5b6c83; margin: 5px 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.business li .msg .lst { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%;}
.business li .msg .lst label { display: block; height: 25px; line-height: 25px; font-size: 14px; color: #5b6c83; filter: alpha(opacity=80); opacity: 0.8; margin-right: 15px; padding-left: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: url(../images/zc08.png) no-repeat left 10px / 14px;}
.business li .msg .lst label:last-child { margin-right: 0;}
.business li .msg:hover .nam h3 { color: #1364ed;}
.business li .imgs { width: 100%; margin-top: 15px; padding-top: 15px; border-top: 1px solid rgba(91,108,131,0.1);}
.business li .imgs .tit { width: 100%; height: 30px; line-height: 20px; font-size: 15px; color: #091221;}
.business li .imgs .nr { display: flex; flex-direction: row; width: 100%}
.business li .imgs .nr .img { width: calc(100% / 4 - 11px); margin-right: 15px;}
.business li .imgs .nr .img:last-child { margin-right: 0;}
.business li .imgs .nr .img img { display: block; width: 100%; height: 80px; border: 2px solid #fff; box-sizing: border-box; border-radius: 8px; box-shadow: 0 5px 10px rgba(177,199,229,0.15); -webkit-transition: all .5s ease; transition: all .5s ease;}
.business li .imgs .nr .img p { height: 20px; line-height: 20px; font-size: 12px; color: #5b6c83; text-align: center; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.business li .imgs .nr .img:hover img { box-shadow: 0 5px 15px rgba(177,199,229,0.55);}
.business li .imgs .nr .img:hover p { color: #1364ed;}
.business li:hover { box-shadow: 0 5px 15px rgba(177,199,229,0.6);}

/*新闻列表*/
.newlist { width: 100%;}
.newlist li { width: 100%; margin-bottom: 30px; border: 2px solid #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background-image: linear-gradient(#f3f5f8,#fff); -webkit-transition: all .5s ease; transition: all .5s ease;}
.newlist li a { display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 20px;}
.newlist li .tim { width: 110px; line-height: 30px; font-size: 14px; color: #565c6c; text-align: center; padding: 12px 0 14px 0; border: 2px solid #fff; border-radius: 10px; box-sizing: border-box; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background-image: linear-gradient(#fff,#f3f5f8);}
.newlist li .tim b { display: block; height: 50px; line-height: 50px; font-weight: 500; font-size: 32px; color: #091221;}
.newlist li .img { width: 200px; height: 110px; margin: 0 30px; border-radius: 10px; overflow: hidden;}
.newlist li .img img { display: block; width: 200px; min-height: 110px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.newlist li .msg { flex: 1 1 0%;}
.newlist li .msg h3 { width: 100%; height: 30px; line-height: 30px; font-size: 18px; color: #091221; margin-bottom: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.newlist li .msg p { width: 100%; height: 50px; line-height: 25px; font-size: 14px; color: #565c6c; filter: alpha(opacity=80); opacity: 0.8; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.newlist li:hover { box-shadow: 0 5px 15px rgba(177,199,229,0.5);}
.newlist li:hover .tim { color: rgba(255,255,255,0.85); background-image: linear-gradient(#0042ff,#0088ff);}
.newlist li:hover .tim b { color: #fff;}
.newlist li:hover .img img { transform: scale(1.1,1.1);}
.newlist li:hover .msg h3 { color: #1364ed;}

/*图片列表*/
.piclist { width: 100%;}
.piclist li { float: left; width: calc(100% / 4 - 21px); margin: 0 20px 20px 0; border: 3px solid #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.15); overflow: hidden; background: #fff; -webkit-transition: all .5s ease; transition: all .5s ease;}
.piclist li:nth-child(4n) { margin-right: 0;}
.piclist li .img { width: 100%; height: 170px; overflow: hidden;}
.piclist li .img img { display: block; width: 100%; min-height: 170px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.piclist li .msg { padding: 10px;}
.piclist li .msg h3 { width: 100%; height: 35px; line-height: 25px; font-weight: 500; font-size: 16px; color: #091221; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.piclist li .msg p { width: 100%; height: 25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.piclist li .msg p span { line-height: 25px; font-size: 12px; color: #5b6c83; margin-right: 5px; padding: 5px 10px; border-radius: 2px; overflow: hidden; background: #eff1f4;}
.piclist li:hover { box-shadow: 0 5px 15px rgba(177,199,229,0.45);}
.piclist li:hover .img img { transform: scale(1.1,1.1);}
.piclist li:hover .msg h3 { color: #1364ed;}

/*解决方案*/
.sollist { width: 100%;}

.sollist .list { width: 100%; padding: 40px 0 60px 0;}
.sollist .list li { float: left; width: calc(100% / 5 - 20px); margin-right: 20px; border: 2px solid #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background-repeat: no-repeat; background-position: right bottom; background-size: 100%; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.sollist .list li:last-child { margin-right: 0;}
.sollist .list li::after { display: block; content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2;}
.sollist .list li a { display: block; height: 350px; padding: 25px; position: relative; z-index: 3;}
.sollist .list li h3 { width: 100%; height: 70px; line-height: 35px; font-size: 22px; color: #fff; position: relative; margin-bottom: 50px; position: relative; z-index: 2;}
.sollist .list li h3::after { display: block; content: ""; width: 20px; height: 3px; border-radius: 3px; overflow: hidden; background: #fff; position: absolute; left: 0; bottom: -20px;}
.sollist .list li p { line-height: 25px; font-size: 14px; color: #fff; position: relative; z-index: 2;}
.sollist .list li:nth-child(1)::after { background-image: linear-gradient(rgba(30,124,241,1) 35%,rgba(30,124,241,0));}
.sollist .list li:nth-child(2)::after { background-image: linear-gradient(rgba(0,179,254,1) 35%,rgba(0,179,254,0));}
.sollist .list li:nth-child(3)::after { background-image: linear-gradient(rgba(11,186,206,1) 35%,rgba(11,186,206,0));}
.sollist .list li:nth-child(4)::after { background-image: linear-gradient(rgba(30,124,241,1) 35%,rgba(30,124,241,0));}
.sollist .list li:nth-child(5)::after { background-image: linear-gradient(rgba(33,71,173,1) 35%,rgba(33,71,173,0));}
.sollist .list li:hover { box-shadow: 0 5px 15px rgba(177,199,229,0.85);}

.sollist .tabs { width: 100%; padding-top: 40px; background: #fff;}
.sollist .tabs .tits { margin-bottom: 15px;}
.sollist .tabs p { display: flex; flex-direction: row; width: 100%; padding-top: 5px; overflow: hidden;}
.sollist .tabs p a { display: block; text-align: center; margin-right: 10px; padding: 10px 15px; border: 2px solid #eff6ff; border-bottom: none; border-radius: 8px 8px 0 0; box-sizing: border-box; box-shadow: 0 -5px 10px rgba(177,199,229,0.1); -webkit-transition: all .5s ease; transition: all .5s ease;}
.sollist .tabs p a:last-child { margin-right: 0;}
.sollist .tabs p a img { display: block; width: 40px; height: 40px; margin: 5px auto; -webkit-transition: all .5s ease; transition: all .5s ease;}
.sollist .tabs p a span { display: block; height: 25px; line-height: 25px; font-size: 14px; color: #5b6c83; -webkit-transition: all .5s ease; transition: all .5s ease;}
.sollist .tabs p a:hover img { transform: rotateY(360deg);}
.sollist .tabs p a.on { background-image: linear-gradient(#fff,#eff6ff);}
.sollist .tabs p a:hover span,
.sollist .tabs p a.on span { color: #1364ed;}
.sollist .martb { padding: 45px 0 25px 0 !important;}

.sollist .lst { width: 100%; padding: 45px 0;}
.sollist .lst li { float: left; width: calc(100% / 3 - 19px); margin: 0 20px 20px 0; border: 2px solid #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background-image: linear-gradient(#f3f5f8,#fff); -webkit-transition: all .5s ease; transition: all .5s ease;}
.sollist .lst li:nth-child(3n) { margin-right: 0;}
.sollist .lst li a { display: block; padding: 30px 35px 25px 35px;}
.sollist .lst li .img { width: 30px; height: 30px; padding: 15px; border-radius: 8px; overflow: hidden; background-image: linear-gradient(135deg,#0088ff,#0042ff,#0052ff);}
.sollist .lst li .img img { display: block; width: 30px; height: 30px; filter: grayscale(100) brightness(100);}
.sollist .lst li .msg { width: 100%; margin-top: 15px;}
.sollist .lst li .msg h3 { width: 100%; height: 30px; line-height: 30px; font-size: 18px; color: #091221; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.sollist .lst li .msg p { width: 100%; height: 25px; line-height: 25px; font-size: 14px; color: #4b5b76; filter: alpha(opacity=80); opacity: 0.8; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.sollist .lst li:hover { box-shadow: 0 5px 15px rgba(177,199,229,0.6);}
.sollist .lst li:hover .msg h3 { color: #1364ed;}

.sollist .cst { width: 100%; padding: 45px 0 20px 0; background: #fff;}
.sollist .cst li { float: left; width: calc(100% / 4 - 15px); margin: 0 20px 20px 0;}
.sollist .cst li:nth-child(4n) { margin-right: 0;}
.sollist .cst li .img { width: 100%; height: 170px; border: 2px solid #fff; box-sizing: border-box; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.sollist .cst li .img img { display: block; width: 100%; min-height: 170px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.sollist .cst li p { width: 100%; height: 30px; line-height: 30px; font-size: 15px; color: #091221; text-align: center; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.sollist .cst li:hover .img { box-shadow: 0 5px 15px rgba(177,199,229,0.65);}
.sollist .cst li:hover .img img { transform: scale(1.1,1.1);}
.sollist .cst li:hover p { color: #1364ed;}

.sollist .abt { width: 100%; padding: 65px 0; background: #fff url(../images/zc36.jpg) no-repeat center top;}
.sollist .abt .msg { float: left; width: calc(100% - 500px);}
.sollist .abt .msg h1 { line-height: 50px; font-size: 32px; color: #091221;}
.sollist .abt .msg .lh { height: 120px; font-size: 15px; margin: 10px 0 40px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.sollist .abt .msg .btn { display: flex; flex-direction: row; width: 100%;}
.sollist .abt .msg .btn a { display: block; width: 145px; height: 45px; line-height: 45px; font-size: 16px; color: #1364ed; text-align: center; margin-right: 20px; border: 1px solid #003cff; box-sizing: border-box; border-radius: 4px; overflow: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.sollist .abt .msg .btn .popup { background-image: linear-gradient(to right,#0088ff,#0042ff,#0052ff);}
.sollist .abt .msg .btn .popup span { display: inline-block; color: #fff; padding-right: 25px; background: url(../images/zc02.png) no-repeat right center; overflow: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.sollist .abt .msg .btn a:hover { border-radius: 25px;}
.sollist .abt .msg .btn a:hover span { padding-right: 50px;}
.sollist .abt .img { display: flex; flex-direction: row; justify-content: flex-end; align-items: flex-end; float: right; width: 350px; height: 265px; border: 2px solid #fff; border-radius: 10px; box-shadow: 0 10px 30px rgba(177,199,229,0.85); overflow: hidden; background-image: linear-gradient(to right,#f4f6f9,rgba(202,219,244,0.9)); position: relative;}
.sollist .abt .img::after { display: block; content: ""; width: 100%; height: 100%; background-image: linear-gradient(135deg,rgba(0,66,255,1),rgba(0,66,255,0)); position: absolute; top: 0; left: 0; z-index: 2;}
.sollist .abt .img img { display: block; width: 100%; min-height: 100%;}

/*产品列表*/
.prolist { width: 100%;}

.prolist .comchose { display: flex; flex-direction: row; flex-wrap: wrap; margin-bottom: 30px; padding: 15px 8px 0 8px; border: 2px solid #fff; box-sizing: border-box; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background-image: linear-gradient(#f3f5f8,#fff);}
.prolist .comchose a { display: block; height: 45px; line-height:43px; font-size: 15px; color: #5b6c83; cursor: pointer; text-align: center; margin: 0 7px 10px 7px; padding: 0 20px; border: 1px solid rgba(91,108,131,0.15); border-radius: 4px; overflow: hidden; background-image: linear-gradient(#fff,#f3f5f8,#fff); -webkit-transition: all .5s ease; transition: all .5s ease;}
.prolist .comchose a:hover { color: #1364ed; border-color: #1364ed;}
.prolist .comchose a.on { color: #fff; background-image: linear-gradient(to right,#0088ff,#0042ff,#0052ff);}

.prolist li { float: left; width: calc(100% / 3 - 19px); margin: 0 20px 20px 0; border: 2px solid #fff; border-radius: 10px; overflow: hidden; background: #fff; position: relative; -webkit-transition: all .5s ease; transition: all .5s ease;}
.prolist li::after { display: block; content: ""; width: 100%; height: 0%; border-radius: 8px; overflow: hidden; background-image: linear-gradient(#f3f5f8,#fff); position: absolute; top: 0; left: 0; z-index: 1; -webkit-transition: all .5s ease; transition: all .5s ease;}
.prolist li:nth-child(3n) { margin-right: 0;}
.prolist li a { display: block; padding: 30px 35px 25px 35px; position: relative; z-index: 2;}
.prolist li .img { width: 30px; height: 30px; padding: 15px; border-radius: 8px; overflow: hidden; background-image: linear-gradient(135deg,#0088ff,#0042ff,#0052ff);}
.prolist li .img img { display: block; width: 30px; height: 30px; filter: grayscale(100) brightness(100);}
.prolist li .msg { width: 100%; margin-top: 15px;}
.prolist li .msg h3 { width: 100%; height: 30px; line-height: 30px; font-size: 18px; color: #091221; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.prolist li .msg p { width: 100%; height: 25px; line-height: 25px; font-size: 14px; color: #4b5b76; filter: alpha(opacity=80); opacity: 0.8; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.prolist li:hover { box-shadow: 0 5px 10px rgba(177,199,229,0.25);}
.prolist li:hover::after { height: 100%;}
.prolist li:hover .msg h3 { color: #1364ed;}

/*产品详情*/
.proshows { width: 100%;}
.proshows .abt { width: 100%; padding: 65px 0; background: #fff url(../images/zc36.jpg) no-repeat center top;}
.proshows .abt .msg { float: left; width: calc(100% - 550px);}
.proshows .abt .msg h1 { line-height: 50px; font-size: 32px; color: #091221;}
.proshows .abt .msg .lh { height: 120px; font-size: 15px; margin: 10px 0 40px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.proshows .abt .msg .btn { display: flex; flex-direction: row; width: 100%;}
.proshows .abt .msg .btn a { display: block; width: 145px; height: 45px; line-height: 45px; font-size: 16px; color: #1364ed; text-align: center; margin-right: 20px; border: 1px solid #003cff; box-sizing: border-box; border-radius: 4px; overflow: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.proshows .abt .msg .btn .popup { background-image: linear-gradient(to right,#0088ff,#0042ff,#0052ff);}
.proshows .abt .msg .btn .popup span { display: inline-block; color: #fff; padding-right: 25px; background: url(../images/zc02.png) no-repeat right center; overflow: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.proshows .abt .msg .btn a:hover { border-radius: 25px;}
.proshows .abt .msg .btn a:hover span { padding-right: 50px;}
.proshows .abt .img { display: flex; flex-direction: row; justify-content: flex-end; align-items: flex-end; float: right; width: 470px; height: 265px; border: 2px solid #fff; border-radius: 10px; box-shadow: 0 10px 30px rgba(177,199,229,0.85); overflow: hidden; background-image: linear-gradient(to right,#f4f6f9,rgba(202,219,244,0.9));}
.proshows .abt .img img { display: block; width: 100%; min-height: 100%;}

.proshows .caks { width: 100%; padding: 45px 0;}
.proshows .caks li { float: left; width: calc(100% / 4 - 21px); margin: 0 20px 20px 0; border: 3px solid #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background: #fff; -webkit-transition: all .5s ease; transition: all .5s ease;}
.proshows .caks li:nth-child(4n) { margin-right: 0;}
.proshows .caks li .img { width: 100%; height: 170px; overflow: hidden;}
.proshows .caks li .img img { display: block; width: 100%; min-height: 170px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.proshows .caks li .msg { padding: 10px;}
.proshows .caks li .msg h3 { width: 100%; height: 35px; line-height: 25px; font-weight: 500; font-size: 16px; color: #091221; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.proshows .caks li .msg p { width: 100%; height: 25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.proshows .caks li .msg p span { line-height: 25px; font-size: 12px; color: #5b6c83; margin-right: 5px; padding: 5px 10px; border-radius: 2px; overflow: hidden; background: #eff1f4;}
.proshows .caks li:hover { box-shadow: 0 5px 15px rgba(177,199,229,0.45);}
.proshows .caks li:hover .img img { transform: scale(1.1,1.1);}
.proshows .caks li:hover .msg h3 { color: #1364ed;}

.proshows .news { width: 100%; padding: 45px 0; background: #e3f3ff;}
.proshows .news .tits { margin-bottom: 10px;}
.proshows .news .tabs { width: 100%; margin-bottom: 30px; border-bottom: 1px solid rgba(0,0,0,0.1);}
.proshows .news .tabs ul { display: flex; flex-direction: row; justify-content: center; width: 100%;}
.proshows .news .tabs li { display: flex; flex-direction: row; align-items: center; height: 70px; cursor: pointer; margin: 0 65px; position: relative;}
.proshows .news .tabs li::after { display: block; content: ""; width: 0; height: 5px; margin: auto; border-radius: 3px; background-image: linear-gradient(to right,#0e94ff,#2c53ff); position: absolute; left: 0; right: 0; bottom: -3px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.proshows .news .tabs li img { display: block; width: 35px; height: 35px; margin-right: 10px;}
.proshows .news .tabs li span { display: block; line-height: 70px; font-size: 18px; color: #091221; -webkit-transition: all .5s ease; transition: all .5s ease;}
.proshows .news .tabs li:hover::after,
.proshows .news .tabs .on::after { width: 70%;}
.proshows .news .tabs li:hover span,
.proshows .news .tabs .on span { color: #1364ed;}
.proshows .news .imgs { float: left; width: 650px;}
.proshows .news .imgs li { float: left; width: calc(50% - 24px); margin: 0 20px 20px 0; border: 2px solid #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(177,199,229,0.25); background-image: linear-gradient(#f3f5f8,#fff); -webkit-transition: all .5s ease; transition: all .5s ease;}
.proshows .news .imgs li a { display: block; padding: 10px;}
.proshows .news .imgs li .img { width: 100%; height: 155px; margin-bottom: 5px; border-radius: 10px; overflow: hidden;}
.proshows .news .imgs li .img img { display: block; width: 100%; min-height: 155px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.proshows .news .imgs li p { width: calc(100% - 10px); height: 50px; line-height: 25px; font-size: 16px; color: #091221; padding: 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.proshows .news .imgs li:hover { box-shadow: 0 0 15px rgba(177,199,229,0.65);}
.proshows .news .imgs li:hover .img img { transform: scale(1.1,1.1);}
.proshows .news .imgs li:hover p { color: #1364ed;}
.proshows .news .list { float: right; width: calc(100% - 670px);}
.proshows .news .list li { margin-bottom: 15px; border: 2px solid #fff; border-radius: 15px; overflow: hidden; box-shadow: 0 5px 15px rgba(177,199,229,0.25); background-image: linear-gradient(to right,#f9fcff,#f7fbff); -webkit-transition: all .5s ease; transition: all .5s ease;}
.proshows .news .list li a { display: block; padding: 16px;}
.proshows .news .list li .tim { float: left; width: 70px; height: 60px; line-height: 20px; font-size: 14px; color: #464c5d; text-align: center; margin-top: 10px;}
.proshows .news .list li .tim b { display: block; height: 40px; line-height: 40px; font-weight: 500; font-size: 30px; color: #091221; -webkit-transition: all .5s ease; transition: all .5s ease;}
.proshows .news .list li .msg { float: right; width: calc(100% - 100px); padding-left: 20px; border-left: 1px solid #e9ecf0;}
.proshows .news .list li .msg h3 { width: 100%; height: 30px; line-height: 30px; font-weight: 500; font-size: 16px; color: #091221; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all .5s ease; transition: all .5s ease;}
.proshows .news .list li .msg p { width: 100%; height: 45px; line-height: 22px; font-size: 12px; color: #5b6c83; margin-top: 5px; filter: alpha(opacity=85); opacity: 0.85;}
.proshows .news .list li:hover { box-shadow: 0 0 15px rgba(177,199,229,0.65);}
.proshows .news .list li:hover .tim b,
.proshows .news .list li:hover .msg h3 { color: #1364ed;}

/*公司简介*/
.abouts { width: 100%;}
.abouts .content { padding-bottom: 0; position: relative; z-index: 9;}
.abouts .nrs { padding: 50px 70px 80px 70px; border-radius: 10px; overflow: hidden; background: #fbfcff url(../images/zc15.png) no-repeat center top; position: relative;}
.abouts .nrs::after { display: block; content: ""; width: 100%; height: 65px; background: url(../images/zc16.png) no-repeat 0 0; position: absolute; left: 0; bottom: 0; z-index: 1;}
.abouts .nrs .nam { width: 100%; height: 40px; line-height: 40px; font-size: 18px; color: #091221; margin-bottom: 30px;}
.abouts .nrs .nam b { font-size: 30px; color: transparent; letter-spacing: 2px; background: linear-gradient(to right,#0086ff,#0052ff); -webkit-background-clip: text;}
.abouts .nrs .nam span { display: inline-block; color: #9a9ea6; margin: 0 10px 0 15px;}
.abouts .nrs .imgs { width: 565px; height: 350px; box-shadow: 0 5px 15px rgba(177,199,229,0.05); background: #fff; position: absolute; right: 70px; top: 260px;}
.abouts .nrs .imgs .swiper-slide { width: 565px; height: 350px; overflow: hidden;}
.abouts .nrs .imgs .swiper-slide img { display: block; width: 565px; height: 350px;}
.abouts .nrs .imgs .swiper-pagination { width: 100%; bottom: -35px;}
.abouts .nrs .imgs .swiper-pagination span { width: 55px; height: 4px; margin: 0 5px; border-radius: 0; background: #000;}
.abouts .nrs .imgs .swiper-pagination .swiper-pagination-bullet-active { background: #1364ed;}
.abouts .nmbs { width: 100%; margin-top: -30px; padding: 80px 0 50px 0; background: #1d78ff; position: relative; z-index: 1;}
.abouts .nmbs li { display: flex; flex-direction: row; justify-content: center; align-items: center; float: left; width: calc(100% / 4);}
.abouts .nmbs li img { display: block; width: 70px; height: 70px;}
.abouts .nmbs li .msg { letter-spacing: 2px; margin-left: 20px;}
.abouts .nmbs li .msg h3 { width: 100%; height: 40px; line-height: 40px; font-weight: 500; font-size: 16px; color: #fff;}
.abouts .nmbs li .msg h3 b { display: inline-block; font-size: 38px; margin-right: 5px; position: relative; top: 2px;}
.abouts .nmbs li .msg p { width: 100%; height: 30px; line-height: 30px; font-size: 14px; color: rgba(255,255,255,0.85);}

/*企业文化*/
.culture { width: 100%; padding: 40px 0 60px 0; background: url(../images/zc21.png) no-repeat center top;}
.culture .tits { text-align: left;}
.culture .bank1 { width: 100%; margin-bottom: 45px;}
.culture .bank1 li { float: left; width: calc(100% / 4 - 79px); height: 245px; margin-right: 25px; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background: #fff; -webkit-transition: all .5s ease; transition: all .5s ease;}
.culture .bank1 li:last-child { margin-right: 0;}
.culture .bank1 li img { display: block; width: 80px; height: 80px;}
.culture .bank1 li h3 { width: 100%; height: 35px; line-height: 35px; font-weight: 500; font-size: 22px; color: #091221; margin: 5px 0 10px 0;}
.culture .bank1 li p { width: 100%; line-height: 30px; font-size: 16px; color: #5b6c83;}
.culture .bank1 li:hover { box-shadow: 0 5px 15px rgba(177,199,229,0.65);}
.culture .bank2 { width: 100%;}
.culture .bank2 li { display: flex; flex-direction: row; align-items: center; float: left; width: calc(50% - 73px); margin-right: 25px; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background: #fff; -webkit-transition: all .5s ease; transition: all .5s ease;}
.culture .bank2 li:last-child { margin-right: 0;}
.culture .bank2 li img { display: block; width: 75px; height: 75px;}
.culture .bank2 li .msg { flex: 1 1 0%; margin-left: 20px;}
.culture .bank2 li .msg h3 { width: 100%; height: 30px; line-height: 30px; font-weight: 500; font-size: 22px; color: #091221; margin-bottom: 10px;}
.culture .bank2 li .msg p { width: 100%; line-height: 30px; font-size: 16px; color: #5b6c83;}
.culture .bank2 li:hover { box-shadow: 0 5px 15px rgba(177,199,229,0.65);}

/*荣誉资质*/
.honors { width: 100%;}
.honors .lst { width: 100%;}
.honors .lst li { float: left; width: calc(100% / 5 - 16px); margin: 0 20px 20px 0; padding: 15px; border: 2px solid #fff; box-sizing: border-box; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background-image: linear-gradient(#f3f5f8,#fff);}
.honors .lst li:nth-child(5n) { margin-right: 0;}
.honors .lst li .img { width: calc(100% - 30px); height: 195px; padding: 15px; border-radius: 8px; overflow: hidden; background: #fff;}
.honors .lst li .img img { display: block; max-width: 100%; height: 195px; margin: 0 auto; -webkit-transition: all .5s ease; transition: all .5s ease;}
.honors .lst li p { display: flex; flex-direction: row; justify-content: center; align-items: center; width: calc(100% - 30px); height: 50px; line-height: 22px; font-size: 15px; color: #091221; text-align: center; padding: 0 15px; -webkit-transition: all .5s ease; transition: all .5s ease;}
.honors .lst li p span { display: block; width: 100%;}
.honors .lst li:hover .img img { transform: scale(0.95,0.95);}
.honors .lst li:hover p { color: #1364ed;}
#zoom { display: none; width: 100%; height: 100%; background: rgba(0,0,0,.8); filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; -ms-filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; position: fixed; top: 0; left: 0; z-index: 9999999;}
#zoom .content { width: 200px; height: 200px; min-height: auto; background: #fff no-repeat 50% 50%; padding: 0; margin: -100px 0 0 -100px; box-shadow: -20px 20px 20px rgba(0,0,0,.3); border-radius: 4px; position: absolute; top: 50%; left: 50%; z-index: 99991;}
#zoom .content.loading { background-image: url(../images/loading.gif);}
#zoom img { display: block; max-width: none; height: 100vh; margin: 0 auto; background: #ececec; box-shadow: 0 1px 3px rgba(0,0,0,.25); border-radius: 4px;}
#zoom .close { width: 49px; height: 49px; cursor: pointer; background: transparent url(../images/close.png) no-repeat 50% 50%; opacity: 1; filter: alpha(opacity=100); border-radius: 0 0 0 4px; position: absolute; top: 0; right: 0; z-index: 99993;}
#zoom .next,
#zoom .previous { display: block; width: 49px; height: 49px; margin-top: -25px; overflow: hidden; position: absolute; top: 50%; z-index: 99992;}
#zoom .previous { background: url(../images/arrows.png) no-repeat 0 0; border-radius: 0 4px 4px 0; left: 0;}
#zoom .next{ background: url(../images/arrows.png) no-repeat 100% 0; border-radius: 4px 0 0 4px; right: 0;}
#zoom .close:hover { background-color: #0066ff;}
#zoom .next:hover,
#zoom .previous:hover { background-color: #0066ff;}

/*联系我们*/
.contact { width: 100%; background: url(../images/zc28.png) no-repeat center top;}
.contact .lst { width: 100%; padding: 25px 0 50px 0;}
.contact .lst li { float: left; width: calc(100% / 4 - 19px); margin-right: 20px; border: 2px solid #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(177,199,229,0.25); overflow: hidden; background-image: linear-gradient(#fff,#e8f6ff); -webkit-transition: all .5s ease; transition: all .5s ease;}
.contact .lst li:last-child { margin-right: 0;}
.contact .lst li .nr { height: 210px; padding: 30px; background-repeat: no-repeat; background-position: right bottom; position: relative; z-index: 2;}
.contact .lst li .nr h3 { height: 30px; line-height: 30px; font-size: 20px; color: #091221;}
.contact .lst li .nr p { line-height: 25px; font-size: 14px; color: #565c6c; margin-top: 15px;}
.contact .lst li .nr p b,
.contact .lst li .nr p a { display: block; height: 30px; line-height: 30px; font-weight: bold; font-size: 18px; color: #1364ed;}
.contact .lst .ct01 .nr { background-image: url(../images/zc29.png);}
.contact .lst .ct02 .nr { background-image: url(../images/zc30.png);}
.contact .lst .ct03 .nr { background-image: url(../images/zc31.png);}
.contact .lst .ct04 .nr { background-image: url(../images/zc32.png);}
.contact .lst li:hover { transform: translateY(-10px); box-shadow: 0 5px 15px rgba(177,199,229,0.65);}
.contact .msg { width: 100%; margin-bottom: 30px;}
.contact .msg h3 { height: 30px; line-height: 30px; font-size: 18px; color: #091221; margin-bottom: 10px; padding-left: 40px; background-repeat: no-repeat; background-position: left center;}
.contact .msg.ct05 h3 { background-image: url(../images/zc33.png);}
.contact .msg.ct06 h3 { background-image: url(../images/zc34.png);}
.contact .msg.ct07 { margin-bottom: 0;}
.contact .msg.ct07 h3 { background-image: url(../images/zc35.png);}
.contact .msg p { line-height: 30px; font-size: 14px; color: #565c6c;}
.contact .botms { width: 100%; text-align: center; padding: 75px 0; background: url(../images/zc36.jpg) no-repeat center top;}
.contact .botms h1 { width: 100%; height: 70px; line-height: 70px; font-size: 46px; color: transparent; letter-spacing: 8px; background: linear-gradient(to right,#0088ff,#003cff); -webkit-background-clip: text;}
.contact .botms a { display: inline-block; width: 165px; height: 45px; margin-top: 35px; border-radius: 8px; overflow: hidden; background-image: linear-gradient(to right,#0088ff,#003cff,#0052ff); -webkit-transition: all .5s ease; transition: all .5s ease;}
.contact .botms a span { display: block; width: 65px; line-height: 45px; font-size: 16px; color: #fff; margin: 0 auto; padding-right: 25px; background: url(../images/zc02.png) no-repeat right center; -webkit-transition: all .5s ease; transition: all .5s ease;}
.contact .botms a:hover { border-radius: 25px;}
.contact .botms a:hover span { padding-right: 60px;}