﻿.w_96 { width: 96%; max-width: 1720px; }
.Htitle { text-align: center; }
.Htitle span { position: relative; font-size: 45px; color: #000; padding: 30px; letter-spacing: 5px; }
.Htitle span:before, .Htitle span:after { position: absolute; content: ""; height: 1px; width: 10vw; background: #ccc; top: 50%; }
.Htitle span:before { right: 100%; }
.Htitle span:after { left: 100%; }
.Htitle span b { font-weight: normal; color: #003b8f; }
@media(max-width:1400px) {
.Htitle span { font-size: 36px;}	
}
@media(max-width:1024px) {
.Htitle span { font-size: 32px;}	
}
@media(max-width:640px) {
.Htitle span { font-size: 26px; padding:0;}	
}

.ycenter {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/*网站头部 */
.header { position: fixed; left: 0; top: 0; width: 100%; z-index: 200; transition: 0.3s; }
.header .auto { position: relative; }
.header menu li span a { color: #fff; font-size: 20px; }
.header menu li .sub { display: none; }
.header menu li .sub dl { position: relative; }
.header menu li .sub dt { line-height: 24px; font-size: 15px; padding: 5px 10px; margin: 0 5px; }
.header menu li .sub dt a:hover { color: #003b8f; }
.header .logo { display: table; }
.header .logo a { display: table-cell; vertical-align: middle; }
.header .logo a .hover-img { display: none; }
.header .top-right { position: absolute; right: 0; top: 0; height: 100%; }
.header .top-right dl { display: table; height: 100%; }
.header .top-right dl > * { display: table-cell; vertical-align: middle; }
.header .top-right dt { padding-right: 20px; color: #333; }
.header .top-right dt a { border-radius: 50%; width: 40px; line-height: 40px; text-align: center; display: inline-block; margin-left: 20px; font-size: 16px; color: #fff; background: #003b8f; }
.header .top-search { overflow: hidden; padding-right: 0; }
.header .top-search > * { float: left; }
.header .top-search .text { width: 0; height: 38px; line-height: 38px; overflow: hidden; padding: 0; transition: width 0.3s; }
.header .top-search .btn-area { position: relative; }
.header #TopBtn { position: absolute; left: 0; top: 0; height: 100%; width: 100%; z-index: 10; display: none; }
.header .open-sbox { display: block; width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; background: url("../images/icon_search.png") no-repeat center center; }
.search-show .header #TopBtn { display: block; }
.search-show .header .top-search .text { padding: 0 10px; border-radius: 5px; border: 1px solid #ccc; }
.search-show .top-search .btn-area { padding-left: 10px; }
.header_hasbg, .header:hover { background-color: #fff; box-shadow: 0 4px 4px 0 rgb(0 0 0 / 8%); }
.header_hasbg .logo a .init-img, .header:hover .logo a .init-img { display: none; }
.header_hasbg .logo a .hover-img, .header:hover .logo a .hover-img { display: inline-block; }
.header_hasbg menu li span a, .header:hover menu li span a { color: #000; }
.header_hasbg .open-sbox, .header:hover .open-sbox { border: 1px solid #ccc; background-image: url("../images/icon_search-hover.png"); }


.dp .header{position: relative;}
.dp .header menu li span a {color: #000;}
.dp .header .logo a .hover-img{display: block;}
.dp .header .logo a .init-img{display: none;}
.dp .header:hover .open-sbox { border: 1px solid #ccc; background-image: url("../images/icon_search-hover.png"); }
.dp .header{ background-color: #fff; box-shadow: 0 4px 4px 0 rgb(0 0 0 / 8%); }
.dp .header menu,.dp .header .top-right,.right-box ul,.footer .bottom .btm_nav{display: none !important;}


@media(min-width:1025px) {
.header { height: 100px; }
.search-show .header .auto { padding-right: 12.5vw; }
.search-show .header .top-search .text { width: 12vw; }
.header .logo { position: absolute; left: 0; top: 0; height: 100px; }
.header menu { display: table; margin: 0 10vw 0 auto; }
.header menu li { float: left; position: relative; }
.header menu li:not(:last-child) { margin-right: 2.5vw; }
.header menu li span { display: block; line-height: 100px; }
.header menu li .sub { position: absolute; top: 100%; left: 50%; width: 200%; margin-left: -100%; background: #fff; box-shadow: 0 4px 4px 0 rgb(0 0 0 / 8%); text-align: center; padding: 15px 0 20px 0; }
.header menu li .sub dt a { color: #333; font-size: 16px; line-height: 30px; }
}
@media(min-width:1025px) and (max-width:1500px) {
.header menu li:not(:last-child) { margin-right: 2vw; }
}
@media(min-width:1025px) and (max-width:1366px) {
.search-show .header .top-right dt { font-size: 0; }
.search-show .header .top-right dt a { font-size: 16px; }
}
@media(min-width:1025px) and (max-width:1280px) {
.header menu li span a { font-size: 18px; }
.header .top-right dt { font-size: 0; }
.header .top-right dt a { font-size: 16px; }
.search-show .header .top-right dt { opacity: 0; }
}
@media(min-width:1025px) and (max-width:1100px) {
.header menu li span a { font-size: 17px; }
}
@media(max-width:1024px) {
.header, .header .logo { height: 70px; }
.header menu { position: fixed; left: -100%; opacity: 0; top: 70px; bottom: 0; overflow: auto; background: #fff; z-index: 99; width: 200px; box-shadow: 0 10px 10px rgba(0,0,0,0.1); padding: 20px 0; transition: 0.5s; }
.menu-show .header menu { left: 0; opacity: 1; }
.header menu li span { display: block; position: relative; line-height: 40px; padding: 0 40px 0 20px; border-bottom: 1px solid rgba(0,0,0,0.05); }
.header .has-sub span .op:before, .header .has-sub span .op:after { background: #ccc; }
.header .open-menu span { position: relative; display: block; width: 40px; height: 40px; border: 6px solid #003b8f; background: #003b8f; margin: 0 auto; }
.header .top-right dt { font-size: 0; padding-right: 0; }
.header .top-right dt a { font-size: 14px; }
.header menu li .sub { padding: 20px 30px; background: #f1f5fa; }
.header .top-search { padding-left: 10px; padding-right: 10px; }
.header .open-sbox { font-size: 0; background-position: center center; }
}
@media(max-width:640px) {
.search-show .header .logo { opacity: 0.2 }
.search-show .header .top-search .text { width: 43vw; }
}
/*ban-box */
.ban-box { position: relative; z-index: 1; }
.ban-box li.slick-slide { position: relative; }
.ban-box li.slick-slide .pic { overflow: hidden;}
.ban-box li.slick-slide img { display: block; width: 100%;transform: scale(1.2);transition: 10s; }
.ban-box li.ani-show img { transform: scale(1);}
.ban-box li.slick-slide video { position: absolute; z-index: 10; left: 50%; top: 50%; transform: translate(-50%, -50%); min-height: 100%; min-width: 100%; }
.ban-box li.has-video:before { position: absolute; content: ""; width: 100%; height: 100%; z-index: 50; left: 0; top: 0; background-color: rgba(0,0,0,.2); }
.ban-box li.has-video .txt { position: absolute; z-index: 100; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff; text-align: center; }
.ban-box li.has-video .txt h2, .ban-box li.has-video .txt h3 { margin: 0; font-size: 50px; letter-spacing: 10px; line-height: 80px; }
.ban-box li .text { position: absolute; width: 100%; height: 100%;top:0;left:0;}
.ban-box li .text .auto { position: relative;max-width:1500px; height: 100%;}
.ban-box li .text .auto .cont { position: absolute;top:50%;left:0;max-width:55%;transform: translateY(-50%);}
.ban-box li .text h3,
.ban-box li .text p ,
.ban-box li .text span { opacity: 0;transition: 1s 1s;transform: translateY(30px);}
.ban-box li .text h3 {margin:0; font-size: 48px;color:#fff;letter-spacing: 4px;}
.ban-box li .text p { margin: 3% 0 10%;font-size: 30px;color:#fff;letter-spacing: 4px;transition-delay:1.5s;}
.ban-box li .text span {display: inline-block;padding: 20px 55px;font-size: 16px;color:#fff;border-radius:30px;background:rgba(0,0,0,0.3);transition-delay:2s;}
.ban-box li.ani-show .text h3 { transform: translateY(0); opacity: 1;}
.ban-box li.ani-show .text p  { transform: translateY(0); opacity: 1;}
.ban-box li.ani-show .text span  { transform: translateY(0); opacity: 1;}
@media(min-width:1025px) {
.ban-box li.slick-slide img.wap { display: none; }
}
@media(max-width:1440px) {
	.ban-box li .text .auto {margin: 0 12%;}
	.ban-box li .text h3 { font-size: 40px;}
	.ban-box li .text p { font-size: 24px;}
}
@media(max-width:1024px) {
.ban-box li.slick-slide img.pc { display: none; }
.ban-box li.slick-slide video { left: -100%; top: 100%; opacity: 0; }
.ban-box li.slick-slide .open-video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3) url(../images/icon_play.png) no-repeat center center; background-size: auto 50px; z-index: 20; }
.ban-box li.video-show .open-video { left: -100%; opacity: 0; transform: translateX(-100%); }
.ban-box li.video-show video { left: 50%; top: 50%; opacity: 1; }
}
.ban-box .slick-arrow { position: absolute; z-index: 30; top: 50%; width: 36px; height: 36px; background-color: rgba(0,0,0,.2); padding: 0; margin-top: -18px; border-radius: 50%; transition: 0.3s; }
.ban-box .slick-prev { left: 0; opacity: 0; }
.ban-box .slick-next { right: 0; opacity: 0; }
.ban-box .slick-arrow:before { position: absolute; content: ''; width: 10px; height: 10px; border-bottom: 1px solid #fff; border-left: 1px solid #fff; left: 50%; top: 50%; margin: -5px 0 0 -3px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.ban-box .slick-next:before { margin: -5px 0 0 -7px; transform: rotate(-135deg); -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); }
.ban-box:hover .slick-prev { left: 5%; opacity: 1; }
.ban-box:hover .slick-next { right: 5%; opacity: 1; }
.ban-box .slick-dots { position: absolute; left: 50%; transform: translateX(-50%); bottom: 5%; z-index: 20; }
.ban-box .slick-dots { overflow: hidden; padding: 5px 15px; background-color: rgba(0,0,0,0.2); border-radius: 50px; }
.ban-box .slick-dots li { list-style: none; position: relative; float: left; width: 24px; height: 24px; }
.ban-box .slick-dots li button { padding: 0; width: 8px; height: 8px; background: rgba(255,255,255,0.5); border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 0; border: 0; }
.ban-box .slick-dots li.slick-active button { background: #fff; }
@media(max-width:480px) {
	.ban-box li .text { display: none;}
}

/* 核心业务 */
.home-one-box { overflow-x: hidden; background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; background-attachment: fixed; }
.home-one-box .auto { padding: 0!important; width: 96%; }
.home-one-box .main { position: relative; }
.home-one-box .main ul { position: relative; z-index: 10;  }
.home-one-box .main ul:before, .home-one-box .main ul:after { position: absolute; content: ""; left: 0; height: 1px; width: 100%; background: rgba(0, 0, 0, 0.1); }
.home-one-box .main ul:before { top: 33.333%; }
.home-one-box .main ul:after { bottom: 33.333%; }
.home-one-box .main li { padding: 5% 2%; position: relative; }
.home-one-box .main li:before { position: absolute; content: ''; left: 0; top: 0; height: 0; background-image: linear-gradient(rgba(158, 216, 245, 0.85), rgba(0, 59, 143, 0.65)); right: 0; opacity: 0; -webkit-opacity: 0; transition: 0.3s ease-in-out; }
.home-one-box .main li:hover:before { opacity: 1; -webkit-opacity: 1; height: 100%; }
.home-one-box .main li .inner { position: relative; z-index: 10; text-align: center; height: 100%; }
.home-one-box .main li dl { height: 0; opacity: 0; -webkit-opacity: 0; transition: 0.3s ease-in-out; margin-bottom: 30px; }
.home-one-box .main li dd a { display: block; color: #fff; background: rgba(255, 255, 255, 0.1); width: 60%; padding: 10px 20px; margin: 8px auto; font-size: 16px; transition: 0.3s ease-in-out; }
.home-one-box .main li dd:hover a { background: #003b8f; color: #fff; }
.home-one-box .main li .icon img { width: 120px; height: 120px; }
.home-one-box .main li .title { max-width: 90%; margin: 0 auto; font-size: 18px; color: #555; }
.home-one-box .main li h2 { margin-top: 15px; margin-bottom: 20px; font-size: 36px; font-weight: normal; color: #fff; }
.home-one-box .main li .title span { line-height: 30px; height: 60px; overflow: hidden; color: #fff; }
.home-one-box .main li .title span img { display: inline-block; max-height: 50px; margin: 30px 4%; max-width: 40%;}
.home-one-box .main li:hover .title h2, .home-one-box .main li:hover .title { color: #fff; }
.home-one-box .main li:hover dl { height: auto; opacity: 1; -webkit-opacity: 1; line-height: 26px; }
.home-one-box .more a { display: inline-block; border: 1px solid #fff; color: #fff; line-height: 50px; height: 55px; border-radius: 50px; padding: 0 35px; transition: 0.3s; font-size: 18px; }
.home-one-box .main li:hover .more a { background: #fff; color: #003b8f; border-color: #fff; }
@media(max-width:1400px) {
.home-one-box .main li h2 { font-size: 30px;}	
}
@media(min-width:1025px) {
.home-one-box .main ul { height: 50vw; }
.home-one-box .main ul:before, .home-one-box .main ul:after { left: auto; top: 0; height: 100%; width: 1px; }
.home-one-box .main ul:before { left: 33.333%; }
.home-one-box .main ul:after { right: 33.333%; }

.home-one-box .main li { float: left; width: 33.333%; height: 50vw; }
}
@media(max-width:1024px) {
.home-one-box .main li h2 { font-size: 24px;}	
.home-one-box .main li .title { font-size: 16px; }
.home-one-box .more a { line-height: 40px; height: 42px; font-size: 16px; }
}
@media(max-width:640px) {
.home-one-box .more a { font-size: 4vw; }
}
@media(max-width:1100px) {
.home-one-box .main { margin-bottom: 50px; }
}
/* 特选方案 */
.home-two-box { margin-top: 4vw; }
.home-two-box .auto { position: relative; }
.home-two-box .name { font-size: 46px; color: #000; text-align: center; padding-bottom: 2.86vw; }
@media(min-width:1025px) and (max-width:1366px) {
.home-two-box .name { font-size: 3vw; }
}
@media(max-width:640px) {
.home-two-box .name { font-size: 7vw; }
}
.home-two-box .sy_desc { text-align: center; font-size: 18px; margin: 2% 0; }
.home-two-box .sy_desc p { font-size: 20px; line-height: 1.875em; margin: 0 auto; width: 95%; max-width: 1000px; color: #333; }
@media(max-width:1400px) {
.home-two-box .sy_desc p { font-size: 18px; }
}
@media(max-width:1024px) {
.home-two-box .sy_desc p { font-size: 16px; }
}
.home-two-box .slider li a { color: #000; display: block; margin: 0 auto; width: 95.715%; padding-bottom: 4vw; }
.home-two-box .slider li .pic { overflow: hidden; }
.home-two-box .slider li .Ispic { padding-bottom: 61.195%; transition: 0.3s; }
.home-two-box .slider li a:hover .Ispic { transform: scale(1.2); }
.home-two-box .slider li .txt { position: relative; z-index: 10; background-color: #fff; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); padding: 2.5vw 3.33vw; }
.home-two-box .slider li .txt aside.dot { font-size: 24px; line-height: 1.5em; max-height: 3em; }
.home-two-box .slider li .txt pre { font-size: 16px; line-height: 1.625em; max-height: 3.25em; margin: 1.2vw 0; }
.home-two-box .slider li .txt span { display: inline-block; font-weight: 100; transition: 0.3s; font-size: 12px; line-height: 30px; height: 30px; }
.home-two-box .slider li a:hover .txt span { padding: 0 10px; background: #003b8f; color: #fff; }
.home-two-box .slick-arrow { width: 46px; height: 46px; position: absolute; top: 50%; margin-top: -23px; border: 1px solid #003b8f; z-index: 150; background: url("../images/home-two-box_prev.png") no-repeat center center #fff; transition: 0.3s; }
.home-two-box .slick-arrow:hover { border-radius: 50%; }
.home-two-box .slick-prev { left: -60px; }
.home-two-box .slick-next { right: -60px; background-image: url("../images/home-two-box_next.png"); }
@media(max-width:1800px) {
.home-two-box .slick-prev { left: 0; }
.home-two-box .slick-next { right: 0; }
}
@media(max-width:640px) {
.home-two-box .sy_desc{text-align: left;}
.home-two-box .slider li a { padding-bottom: 5vw; }
.home-two-box .slider li .txt aside.dot { font-size: 4.5vw; }
.home-two-box .slider li .txt pre { font-size: 3.5vw; margin: 4vw 0; }
.home-two-box .slider li .txt { margin-top: -10vw; }
.home-two-box .slick-prev,.home-two-box .slick-next{ margin:0; top:54%;}
}
/* 核心优势 */
.home-three-box { background-repeat: no-repeat; background-position: center top; background-size: cover; background-attachment: fixed; overflow: hidden; padding: 120px 0; }
.home-three-box .Htitle span { color: #fff; }
.home-three-box .Htitle span b { color: #fff; }
.home-three-box .Htitle span:before, .home-three-box .Htitle span:after { background: rgba(255,255,255,0.2); }
.home-three-box figure { text-align: center; color: #fff; font-size: 20px; margin-top: 20px; margin-bottom: 50px; }
.home-three-box .slider { position: relative; z-index: 1; }
.home-three-box .slider .contorls { position: relative; overflow: hidden; border-right: 1px solid rgba(0,189,264,0.5) }
.home-three-box .slider .dots li { height: 6vw; list-style: none; position: relative; padding: 0 30px; }
.home-three-box .slider .dots li img { max-height: 5vw; max-width: 60%; display: inline-block; vertical-align: middle; }
.home-three-box .slider .dots li span { color: #fff; font-size: 24px; margin-left: 20px; display: inline-block; vertical-align: middle; }
.home-three-box .slider .dots li aside.ytable { height: 100%; position: relative; z-index: 3; }
@media(min-width:1025px) {
.home-three-box .slider .dots li:not(:last-child) { margin-bottom: 10px; }
.home-three-box .slider .dots li:after { position: absolute; right: -1px; top: 0; height: 100%; width: 300%; background: linear-gradient(90deg, rgba(0,189,264,0) 0%, rgba(0,189,264,0) 50%, rgba(0,189,253,0.5) 100%); border-right: 2px solid #00bdfd; content: ''; z-index: 1; opacity: 0; transform: 0.3s; }
.home-three-box .slider .dots li.slick-active:after { opacity: 1; }
}
@media(max-width:1024px) {
.home-three-box .slider .contorls { border-right: none ; border-top: 1px solid rgba(0,189,264,0.5); margin-top: 3%; }
.home-three-box .slider .dots { overflow: hidden; }
.home-three-box .slider .dots li { float: left; width: 25%; text-align: center; position: relative; padding: 0 20px; }
.home-three-box .slider .dots li:after { position: absolute; top: -1px; top: 0; height: 100%; width: 300%; background: linear-gradient(to top, rgba(0,189,264,0) 0%, rgba(0,189,264,0) 50%, rgba(0,189,253,0.5) 100%);  content: ''; z-index: 1; opacity: 0; transform: 0.3s; }
.home-three-box .slider .dots li.slick-active:after { opacity: 1; }
.home-three-box .slider .dots li { height: 9vw; }
.home-three-box .slider .dots li img { max-height: 7vw; }
}
.home-three-box .slider .slick-arrow { margin-left: 30px; }
.home-three-box .slider .slick-arrow { float: left; width: 55px; border: 1px solid #00bdfd; background: #00bdfd; border-radius: 50%; cursor: pointer; height: 55px; position: relative; }
.home-three-box .slick-arrow:before { position: absolute; content: ''; width: 10px; height: 10px; border-bottom: 2px solid #fff; border-left: 2px solid #fff; left: 50%; top: 50%; margin: -5px 0 0 -3px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.home-three-box .slick-next:before { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); margin-left: -7px; }
.home-three-box .slider .slick-disabled { background: none; }
.home-three-box .slider .slick-disabled:before { border-color: #00bdfd; }
.home-three-box .box .pic, .home-three-box .box .text { width: 50%; }
.home-three-box .box .text h3 { position: relative; font-size: 36px; color: #fff; font-weight: normal; padding-bottom: 30px; }
.home-three-box .box .text h3:after { position: absolute; content: ''; width: 60px; height: 3px; bottom: 0; left: 0; background: #fff; }
.home-three-box .box .text p { margin: 0; font-size: 18px; color: #fff; line-height: 32px; }
.home-three-box .box .text .more { margin-top: 60px; }
.home-three-box .box .text .more a { display: inline-block; background: #00bdfd; color: #fff; line-height: 55px; height: 55px; border-radius: 50px; padding: 0 35px; transition: 0.3s; font-size: 18px; }
.home-three-box .box .text .more a:hover { opacity: .7; }
@media(max-width:640px) {
.home-three-box{ padding:7% 0;}	
.home-three-box .box .text .more a { font-size: 4vw; }
.home-three-box .box .pic, .home-three-box .box .text{ width:100%;}
.home-three-box .ytable,.home-three-box .ytable-cell{ display:block;}
.home-three-box .slider .dots li{ width:50%; margin-bottom:5%;}
}
@media(min-width:1025px) {
.home-three-box .slider { overflow: hidden; }
.home-three-box .slider .list-box { float: right; width: 80%; background: rgba(0,0,0,.2); padding: 4.45vw; }
.home-three-box .slider .contorls { float: left; width: 18.373%; padding-bottom: 80px; }
.home-three-box .slider .btn { position: absolute; bottom: 0; left: 0; overflow: hidden; }
}
@media(max-width:1024px) {
.home-three-box .slider .slick-dots { overflow: hidden; }
.home-three-box .slider .dots li { text-align: left; float: left; }
.home-three-box .slider .btn { display: table; margin: 3vw auto 0; }
}
/* 生态联盟 */
.home-four-box { padding: 4vw 0; font-size: 16px; background: #f5f5f5; }
.home-four-box .slider { margin-top: 3%; cursor: move; }
.home-four-box .slick-slide > div { float: left; background: #fff; border-bottom: 1px solid #ebebeb; border-top: 1px solid #ebebeb; margin-top: -1px; display: table; height: 9.9vw; }
.home-four-box .slick-slide .logo { display: table-cell!important; vertical-align: middle; text-align: center; }
.home-four-box .slick-slide .logo a { display: block; cursor: move; }
.home-four-box .slick-slide .logo img { max-height: 7vw; max-width: 80%; }
.home-four-box .slick-dots { text-align: center; margin-top: 3vw; }
.home-four-box .slick-dots li { display: inline-block; position: relative; width: 28px; height: 28px; }
.home-four-box .slick-dots li button { padding: 0; width: 28.572%; height: 28.572%; background: #c9c9c9; border-radius: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 0; border: 0; }
.home-four-box .slick-dots li.slick-active button { background: #003b8f; width: 50%; height: 50%; }
.home-four-box .slick-dots li.slick-active:before { position: absolute; content: ''; left: 0; top: 0; width: 100%; height: 100%; border: 2px solid #003b8f; border-radius: 50%; clip: rect(0 28px 7px 0); animation: zhuan 2s infinite linear; }
@keyframes zhuan {
0% {
transform: rotate(-360deg);
}
100% {
transform: rotate(0);
}
}
@media(min-width:1025px) {
.home-four-box .slick-slide > div { width: 20%; }
.home-four-box .slick-slide > div:not(:nth-child(5n)) {
border-right: 1px solid #ebebeb;
}
}
@media(min-width:641px) and (max-width:1024px) {
.home-four-box .slick-slide > div { width: 25%; height: 15vw; }
.home-four-box .slick-slide > div:not(:nth-child(4n)) {
border-right: 1px solid #ebebeb;
}
.home-four-box .slick-slide .logo img { max-height: 12vw; }
}
@media(max-width:640px) {
.home-four-box .slick-slide > div { width: 50%; height: 20vw; }
.home-four-box .slick-slide > div:not(:nth-child(2n)) {
border-right: 1px solid #ebebeb;
}
.home-four-box .slick-slide .logo img { max-height: 15vw; }
}
/*home-five-box */
.home-five-box { padding: 3vw 0 90px 0; }
.home-five-box .desc { text-align: center; font-size: 18px; margin-top: 20px; }
.home-five-box .desc p { font-size: 20px; line-height: 1.875em; margin: 0 auto; width: 95%; max-width: 800px; }
.home-five-box .desc .more a { display: inline-block; margin: 20px auto 0 auto; border: 2px solid #003b8f; color: #003b8f; line-height: 55px; border-radius: 50px; padding: 0 35px; transition: 0.3s; font-size: 18px; }
.home-five-box .desc .more a:hover { background: #003b8f; color: #fff; border-color: #003b8f; text-decoration: none; }

@media(max-width:640px) {
.home-five-box .desc p { font-size: 3.5vw; }
.home-five-box .desc .more { font-size: 3.2vw; }
}

.home-five-box a:hover { color: #003b8f; text-decoration: underline; }
.home-five-box ul { margin: 0 -30px; padding-top: 50px; }
.home-five-box li { position: relative; overflow: hidden; }
.home-five-box li .inner { background: #fff; box-shadow: 0 0 30px rgb(8 30 118 / 10%); }
.home-five-box li .Ispic { padding-bottom: 64%; transition: 0.3s ease-out; position: relative; }
.home-five-box li .Ispic:before { position: absolute; content: ''; left: 0; bottom: 0; width: 100%; height: 100%; background: url(../images/h-five-box-hover.png) no-repeat; background-size: cover;  transition: 0.3s ease-out; }
.home-five-box li .name { background: #fff; bottom: 0; left: 0; width: 100%; height: 25%; z-index: 10; transition: 0.3s ease-out; }
.home-five-box li .desc { position: absolute; left: 4vw; right: 4vw; bottom: 4vw; text-align: left; }
.home-five-box li .name section { position: absolute; left: 4vw; right: 4vw; bottom: 3.5vw; }
.home-five-box li .name time { font-size: 18px; color: #003b8f; display: block; }
.home-five-box li .name b { display: block; font-weight: normal; font-size: 14px; margin-top: 10px; color: #666; }
.home-five-box li .name .dot { font-size: 24px; line-height: 1; color: #222; margin-bottom: 10px; }
.home-five-box li .desc { color: #fff; z-index: 20; }
.home-five-box li .desc span { display: block; color: #fff; opacity: .6; margin-top: 10px; }
.home-five-box li .desc span:hover { opacity: 1; }
.home-five-box li a:hover .desc { opacity: 1; transform: translateY(0); transition: 0.3s 0.3s ease-out; }
.home-five-box li .desc time { font-size: 16px; color: #333; background: #fff; border-radius: 4px; padding: 5px 10px; }
.home-five-box li .desc .dot { font-size: 24px; line-height: 1; color: #fff; margin-top: 20px; }	

@media(min-width:641px) {
.home-five-box li { float: left; width: 33.333%; position: relative; padding: 0 30px 30px; }
.home-five-box li .Ispic { padding-bottom: 100%; transform: translateY(-25%); }
.home-five-box li a:hover .Ispic { transform: translateY(0); }
.home-five-box li .Ispic:before { opacity: 0; }
.home-five-box li a:hover .Ispic:before { opacity: 1; }
.home-five-box li a:hover .name { transform: translateY(100%); }
.home-five-box li .desc { opacity: 0; transform: translateY(100%);}
}
@media(max-width:640px) {
.home-five-box { font-size: 3vw; padding: 4vw 0;}
.home-five-box ul { margin: 0 ; }
.home-five-box li { margin-bottom: 6vw; }
.home-five-box li aside { margin-top: 4vw; font-size: 3.5vw }
}
/* 生态圈 */
.home-six-box { overflow-x: hidden; }
.home-six-box, .home-six-box a { color: #333; }
.home-six-box .desc { text-align: center; font-size: 18px; margin-top: 20px; }
.home-six-box .desc p { font-size: 20px; line-height: 1.875em; margin: 0 auto; width: 95%; max-width: 800px; }
.home-six-box .desc .more a { display: inline-block; margin: 20px auto 0 auto; border: 2px solid #003b8f; color: #003b8f; line-height: 55px; border-radius: 50px; padding: 0 35px; transition: 0.3s; font-size: 18px; }
.home-six-box .desc .more a:hover { background: #003b8f; color: #fff; border-color: #003b8f; }
@media(max-width:640px) {
.home-six-box .desc p { font-size: 3.5vw; }
.home-six-box .desc .more { font-size: 3.2vw; }
}
.home-six-box .slick-arrow { position: absolute; z-index: 30; top: 0; width: 50px; height: 100%; background-color: rgba(0,0,0,.2); padding: 0; transition: 0.3s; }
.home-six-box .slick-prev { left: 0; opacity: 0; }
.home-six-box .slick-next { right: 0; opacity: 0; }
.home-six-box .slick-arrow:before { position: absolute; z-index: 5; content: ''; width: 20px; height: 20px; border-bottom: 3px solid #fff; border-left: 3px solid #fff; left: 50%; top: 50%; margin: -10px 0 0 -7px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.home-six-box .slick-next:before { margin: -10px 0 0 -13px; transform: rotate(-135deg); -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); }
.home-six-box:hover .slick-prev { opacity: 1; }
.home-six-box:hover .slick-next { opacity: 1; }
.home-six-box .main { position: relative; margin-top: 50px; }
.home-six-box .slider { position: relative; z-index: 10; }
.home-six-box .slider li.slick-slide { position: relative; height: auto; }
.home-six-box .slider li:before { position: absolute; content: ''; z-index: 5; top: 0; width: 100%; height: 100%; background: url(../images/h-six-box-hover.png) no-repeat left bottom; background-size: cover; transition: 0.3s ease-in-out; }
.home-six-box .slider li:hover:before { background: rgba(0,134,255,0.65); }
.home-six-box .slider li a { position: relative; z-index: 10; text-align: center; height: 32.3vw; padding: 0 15%; }
.home-six-box .slider li p { height: 0; opacity: 0; -webkit-opacity: 0; color: #fff; font-size: 18px; }
.home-six-box .slider li .icon img { width: 105px; height: 105px; }
.home-six-box .slider li .icon .off { display: none; }
.home-six-box .slider li .title { max-width: 90%; margin: 0 auto; font-size: 16px; color: #555; }
.home-six-box .slider li h2 { margin-bottom: 10px; font-size: 24px; font-weight: normal; color: #fff; }
.home-six-box .slider li figure { position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; }
.home-six-box .slider li a:hover .title h2, .home-six-box .slider li a:hover .title { color: #fff; }
.home-six-box .slider li a:hover .icon .on { display: none; }
.home-six-box .slider li a:hover .icon .off { display: inline-block; }
.home-six-box .slider li a:hover p { height: 56px; opacity: 1; -webkit-opacity: 1; line-height: 28px; transition: 0.3s ease-in-out; }
.home-six-box .slick-dots { position: absolute; left: 0; bottom: -40px; width: 100%; z-index: 10; }
@media(max-width:640px) {
.home-six-box .slider li a {height: 60vw;}
}
/* 网站底部 */
.footer { background-color: #fff; border-top: 1px solid #ededed; }
.footer a:hover { color: #003b8f; }
.footer .bottom .btm_nav { border-bottom: 1px solid #CCC; }
.footer .bottom .btm_nav .fl { width: 60%;}
.footer .bottom .btm_nav .fr { width: 34%; margin-right:4%;}
.footer .bottom nav { padding: 4vw 0; }
.footer .bottom nav dl { float: left; max-width: 160px; }
.footer .bottom nav dt { font-size: 20px; margin-bottom: 1.4vw; }
.footer .bottom nav dt a { color: #222; }
.footer .bottom nav dd { padding: 5px 0; line-height: 24px; font-size: 16px; text-align: center;}
.footer .bottom nav dd a:not(:hover) { color: #666; }

.footer .btm_contact { padding: 4vw 0;}
.footer .btm_contact .tit {font-size: 20px; margin-bottom: 1.4vw; color: #222;}
.footer .fp { z-index: 20; }
.footer .fp .con { width: 100%; display: flex; justify-content: space-between; }
.footer .fp .left { width: 100%; }
.footer .fp .left .text { width: 100%; display: flex; align-items: flex-start; margin-bottom: 28px; }
.footer .fp .left .text:last-child { margin-bottom: 0; }
.footer .fp .left .text .img { line-height: 32px;}
.footer .fp .left .text .d_text { color: #222; font-size: 16px;line-height: 32px;  margin: 0 15px 0 8px; flex-shrink: 0;}
.footer .fp .left .text .c_text { color: #666; font-size: 16px; line-height: 32px; }
.footer .fp .right { width: 30%; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.footer .fp .right .text { font-size: 18px; }
.footer .fp .right .img { border: 1px solid #ededed; }
.footer .fp .right .s_img { margin: 17px 0; }

.footer .copyright { padding: 30px 0; font-size: 15px; }
.footer .copyright, .footer .copyright a:not(:hover) { color: #666; }
.footer .copyright dd a:not(:last-child):after { display: inline-block; content: ''; width: 1px; height: 12px; background: #ccc; margin: 0 12px; vertical-align: middle; }
@media(max-width:1024px) {
.footer .bottom nav { display: none; }
.footer .copyright { text-align: center; }
.footer .copyright dd { padding-top: 10px; }

	.footer .fp { height: auto; position: static; top: auto; transform: translateY(0); left: auto; right: auto;  padding: 4vw 2%;}
	.footer .fp .left .text .d_text { font-size: 20px; margin: 0 20px 0 20px; }
	.footer .fp .left .text .c_text { font-size: 16px; }
}
@media(max-width:640px) {
	.footer .fp .con { width: 100%; display: block; justify-content: space-between; }
	.footer .fp .right { margin-top: 20px;}
	.footer .bottom .btm_nav .fr { width: 100%;padding: 6vw;}
	.footer .fp .left .text { margin-bottom: 8px;}
	.footer .fp .left .text .d_text { font-size: 15px;}
	.footer .fp .right { width: 100%;}
}
/* 右侧浮动 */
.right-box ul { position: fixed; right: 10px; z-index: 110; bottom: 6%; }
.right-box li { position: relative; margin-bottom: 8px; }
.right-box li > a { display: block; width: 64px; height: 64px; border-radius: 2px; background: url(../images/right-box_icon.png) no-repeat center top #fff; box-shadow: 0 1px 2px 0 #b1b1b1; transition: 0.3s; }
.right-box li > a:hover { background-image: url(../images/right-box_icon-hover.png); background-color: #0086ff; border-color: #0086ff; }
.right-box li.li_wx .wap, .right-box li.li_kf .wap, .right-box li.li_vip .wap { display: none; }
.right-box li.li_kf aside, .right-box li.li_message aside, .right-box li.li_vip aside { display: none; position: absolute; right: 100%; line-height: 62px; white-space: nowrap; text-overflow: ellipsis; top: 1px; margin-right: 10px; padding: 0 20px; font-size: 18px; background: #fff; -webkit-box-shadow: 0px 2px 20px rgb(0 0 0 / 16%); box-shadow: 0px 2px 20px rgb(0 0 0 / 16%); border-radius: 8px; }
.right-box li.li_wx .code { display: none; position: absolute; right: 100%; width: 200px; background: #fff; top: 1px; margin-right: 10px; padding: 30px; font-size: 18px; text-align: center; -webkit-box-shadow: 0px 2px 20px rgb(0 0 0 / 16%); box-shadow: 0px 2px 20px rgb(0 0 0 / 16%); border-radius: 8px; }
.right-box li.li_wx .code span { display: block; margin-top: 8px; }
.right-box li.li_kf a { background-position: center -130px; }
.right-box li.li_message a { background-position: center -195px; }
.right-box li.li_gettop a { background-position: center -260px; }
.right-box li.join_li a { background-position: center -64px; }
@media(min-width:1025px) {
.right-box li.li_message:hover aside, .right-box li.li_wx:hover .code, .right-box li.li_kf:hover aside, .right-box li.li_vip:hover aside { display: block; }
}
@media(max-width:1024px) {
.right-box li.li_wx a, .right-box li.li_kf a, .right-box li.li_vip a { display: none; }
.right-box li.li_wx .wap, .right-box li.li_kf .wap, .right-box li.li_vip .wap { display: block; }
}
.right-box .pop-up{ display:none; position:fixed; z-index:150; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8);}
.right-box .pop-up .ycenter{ height:100%;}
.right-box .pop-up .main{ position:relative; width:90%; margin:0 auto; max-width:600px; background:#fff; border-radius:10px; padding:2%;}
.right-box .pop-up .close{ position:absolute; width:30px; height:30px; right:-15px; top:-15px; border-radius:50%; background:#0086ff; cursor:pointer;}
.right-box .pop-up .close::before,
.right-box .pop-up .close::after{ position:absolute; content:''; left:20%; top:50%; width:60%; height:3px; background:#fff; margin-top:-1px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.right-box .pop-up .close::before{ transform:rotate(45deg);-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.right-box .pop-up#form td{ padding-top:4%; vertical-align:top;}
.right-box .pop-up#form td.f-name{ text-align:right; width:90px; line-height:32px;}
.right-box .pop-up#form td .text{ width:100%; line-height:32px; height:32px; border:1px solid #eee; border-radius:3px; padding:0 5px;}
.right-box .pop-up#form td .btn{ width:40%; margin-right:3%; height:40px; cursor:pointer; border:none; border-radius:3px;color:#fff; background:#0086ff; max-width:120px;}
.right-box .pop-up#form td .btn_reset{ background:#999;}
.right-box .pop-up#form td textarea.text{ height:90px;}
.right-box .pop-up#form p{ margin:0; text-align:center; font-size:18px; color:#000;}
.right-box .pop-up#map .main{ padding:15px;}
.right-box .pop-up .map{ height:300px;}

@media(max-width:640px) {
.right-box { display: none; }
}
/*Banner003069 */
.Banner003069 { position: relative; z-index: 1;  height: 765px; overflow: hidden;}
.Banner003069 .txt .auto { max-width: 1400px; }

.Banner003069 > .Ispic{
	height: 765px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	        transform: scale(1.5);
}
.Banner003069.active > .Ispic{
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.Banner003069 .txt { position: absolute; left: 0; top: 48%; transform: translateY(-50%); width: 100%; z-index: 10; color: #fff; font-size: 50px; text-align: center; }
.Banner003069 .txt .subtit { font-size: 0.5em; line-height: 40px; margin-top: 0.4em; }
@media(max-width:1440px) {
.Banner003069 .txt { font-size: 40px; }
}
@media(max-width:1024px) {
.Banner003069 { height: 640px; }
.Banner003069 > .Ispic{ height: 640px; }	
.Banner003069 .txt { font-size: 36px; }
}
@media(max-width:640px) {
.Banner003069 { height: 400px; }
.Banner003069 > .Ispic{ height: 400px; }	
}
.Banner003069 .Menu { position: absolute; left: 0; bottom: 0; width: 100%;background-image: linear-gradient(to right, #097cfe 0%, #166dcc 100%); color: #fff; font-size: 16px; }
.Banner003069 .Menu .nav-menu ul { display: none; }
.Banner003069 .Menu .current { padding-left: 25px; background: url(../images/Menu-icon.png) no-repeat left center; font-size: 16px; }
.Banner003069 .Menu .current a { color: #fff; padding: 0 13px 0 10px; position: relative; line-height: 45px; }
.Banner003069 .Menu .current a:hover { opacity: .7; }
.Banner003069 .Menu .current span { padding-left: 10px; text-decoration: underline;opacity: .7; }

@media screen and (min-width:1024px ) {
.Banner003069 .Menu .nav-menu ul { display: block; float: left; }
.Banner003069 .Menu .nav-menu ul li { float: left; line-height: 60px; padding: 0 5px; border-bottom: 4px solid transparent; }
.Banner003069 .Menu .nav-menu ul li:first-child { margin-left: 0; }
.Banner003069 .Menu .nav-menu ul li a { color: #fff; }
.Banner003069 .Menu .nav-menu ul li.on { border-color: #00bdfd; }
.Banner003069 .Menu .nav-menu .location { float: right; }
.Banner003069 .Menu .current a { line-height: 60px; }
}

@media screen and (min-width:1200px ) {
.Banner003069 .Menu {font-size: 18px; }
.Banner003069 .Menu .nav-menu ul li { padding: 0 10px; line-height: 75px; }
.Banner003069 .Menu .current a { line-height: 75px; }
}
@media screen and (min-width:1400px ) {
.Banner003069 .Menu {font-size: 20px; }
.Banner003069 .Menu .nav-menu ul li { padding: 0 15px; }
}
.content { padding-top: 6vw; }
.txt-area { text-align: center; margin-bottom: 3vw; }
.txt-area .title { line-height: 1; font-size: 40px; color: #000; letter-spacing: 5px; position: relative; padding-bottom: 35px; }
.txt-area .title:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; width: 60px; height: 3px; background: #003b8f; margin: 0 auto; }
.txt-area .desc { color: #666; font-size: 20px; margin-top: 20px; line-height: 1.875em; }
@media(max-width:1400px) {
.txt-area .title { font-size: 36px;  }
}
@media(max-width:1024px) {
.txt-area .title { font-size: 28px; padding-bottom: 20px; }
.txt-area .desc { font-size: 18px; }
}
/*集团介绍 */
.video-box { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 300; background: rgba(0,0,0,0.85); }
.video-box .close { cursor: pointer; width: 40px; height: 40px; position: fixed; z-index: 4; right: 20px; top: 20px; }
.video-box .close::before, .video-box .close::after { position: absolute; content: ''; width: 80%; left: 10%; height: 3px; top: 50%; margin-top: -1.5px; background: #fff; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }
.video-box .close::before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.video-box .ytable { height: 100%; }
.video-box .ytable-cell { text-align: center; }
.video-box video { width: 90%; max-width: 900px; }
.Floor002841 { overflow: hidden; padding: 6vw 0; }
.Floor002841 .ytable { background: #fff; box-shadow: 0 0 30px rgb(8 30 118 / 10%); }
.Floor002841 .info { color: #333; font-size: 18px; line-height: 32px; padding: 4vw; }
.Floor002841 .info .tit { font-size: 30px; color: #003b8f; letter-spacing: 3px; padding-bottom: 20px; }
.Floor002841 .video { position: relative; z-index: 1; }
.Floor002841 .open-video { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); cursor: pointer; z-index: 10; }
.Floor002841 .open-video i { display: block; width: 60px; height: 60px; border-radius: 50%; background: #003b8f url(../images/Floor002841_btn.png) no-repeat center center; position: relative; z-index: 4; }
.Floor002841 .open-video:before, .Floor002841 .open-video:after { position: absolute; content: ''; border-radius: 50%; background: #003b8f; opacity: 0.2; -webkit-opacity: 0.2; animation: scale 3s infinite; -webkit-animation: scale 3s infinite; }
.Floor002841 .open-video:before { left: -15px; top: -15px; bottom: -15px; right: -15px; animation-delay: 0.3s; }
.Floor002841 .open-video:after { left: -30px; top: -30px; bottom: -30px; right: -30px; }

@media(min-width:1025px) {
.Floor002841 .video { width: 50%; }
}
@media(max-width:1024px) {
.Floor002841 .ytable, .Floor002841 .ytable-cell { display: block; }
.Floor002841 .info .tit { font-size: 24px;}
}

@keyframes scale {
 0% {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}
 50% {
transform: scale(0.8);
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
}
 100% {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}
}
@-webkit-keyframes scale {
 0% {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}
 50% {
transform: scale(0.8);
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
}
 100% {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}
}
@-ms-keyframes scale {
 0% {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}
 50% {
transform: scale(0.8);
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
}
 100% {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}
}
/*发展历程 */

.Timeline000913 { padding: 6vw 0 0 0;  background: #f1f2f7; }

@media(max-width:640px) {
.Timeline000913 .title .cn { font-size: 6vw; }
}


.Timeline000913 .lc_futi_list ul{overflow: hidden;margin: 3% 0 1.5% 0;list-style: none;}
.Timeline000913 .lc_futi_list ul li{float: left;width: 31%;margin-right: 3.5%;}
.Timeline000913 .lc_futi_list ul li:nth-child(3n){margin-right: 0;}
.Timeline000913 .lc_futi_list ul li .lc_futi{font-size: 20px;color: #333;margin: 2% 0 4% 0;text-align: center;font-weight: 100;line-height: 1.6em;background: #fff;padding:10%;box-shadow:inset 0 0 10px 2px #013c8f63;border-radius:10px;}
.Timeline000913 .lc_futi_list ul li .lc_futi figure { line-height:normal; margin-bottom: 30px;font-size: 70px;font-family: DINCond-Bold; color:#003b8f;}

@media(max-width:768px) {
.Timeline000913 .lc_futi_list ul li{float: none;width: 100%;margin-right: 0; margin-bottom: .5%;}
.Timeline000913 .lc_futi_list ul li .lc_futi{font-size: 18px;margin: 0;padding:3vw}
}


.Timeline000913 .main { position: relative; z-index: 1; padding-bottom: 7.396vw; }
.Timeline000913 .main .quan { display: block; width: 10px; height: 10px; border-radius: 50%; background: #fff; border: 1px solid #dedede; }
.Timeline000913 .main:before { position: absolute; content: ''; width: 1px; top: 10px; bottom: 0; background: #d9d9d9; }

@media(min-width:1025px) {
.Timeline000913 .main .quan { margin: 0 auto; }
.Timeline000913 .main:before { left: 50%; }
.Timeline000913 .outer > .ytable-cell { width: 50%; }
}

@media(max-width:1024px) {
.Timeline000913 .outer, .Timeline000913 .outer > .ytable-cell { display: block; }
.Timeline000913 .main:before { left: 5px; }
}
.Timeline000913 .item { position: relative; z-index: 4; }
.Timeline000913 .item:not(:last-child) { margin-bottom: 2.08vw; }
.Timeline000913 .info { position: relative; }
.Timeline000913 .info:before { position: absolute; content: ''; top: 50%; margin-top: -16px; border: 16px solid transparent; }
.Timeline000913 .info .inner { background: #fff; padding: 1.5vw 2vw; border-radius: 5px; box-shadow: 0 0 30px rgba(0,0,0,0.06); opacity: .9; }
.Timeline000913 .pic { width: 32.787%; }
.Timeline000913 .pic img { display: block; border-radius: 5px; width: 100%; }
.Timeline000913 .pre pre { font-size: 16px; line-height: 1.8em; color: #000; }
.Timeline000913 .year { font-family: 'DIN-Medium'; }
.Timeline000913 .year aside { color: #000; font-size: 26px;}
.Timeline000913 .year b { font-weight: normal; }
.Timeline000913 .year span { font-size: 18px; color: #666; }

@keyframes scale {
	0% {transform: scale(1);}
	100% {transform: scale(1.2);}
}
@keyframes scale2 {
	0% {transform: scale(1)}
	50% {transform: scale(1.1)}
	100% {transform: scale(1)}
}
@keyframes blink {
	0% {opacity: 0}
	50% {opacity: 1}
	100% {opacity: 0}
}
@media(min-width:1025px) {
.Timeline000913 .item:nth-of-type(2n-1) .info { padding-right: 32px; }
.Timeline000913 .item:nth-of-type(2n) .info { padding-left: 32px; }
.Timeline000913 .item:nth-of-type(2n-1) .info:before { right: 0; border-left-color: #fff; }
.Timeline000913 .item:nth-of-type(2n) .info:before { left: 0; border-right-color: #fff; }
.Timeline000913 .item:nth-of-type(2n-1) .pre { padding-left: 2vw; }
.Timeline000913 .item:nth-of-type(2n) .pre { padding-right: 2vw; }
.Timeline000913 .item:nth-of-type(2n-1) .year aside { margin-left: -10px; background-position: left center; }
.Timeline000913 .item:nth-of-type(2n-1) .year aside:before, .Timeline000913 .item:nth-of-type(2n) .year aside:after { display: inline-block; content: ''; width: 30px; height: 1px; vertical-align: middle; background: #d9d9d9; margin: -10px 32px 0; }
.Timeline000913 .item:nth-of-type(2n-1) .year aside:before, .Timeline000913 .item:nth-of-type(2n) .year aside:after { display: inline-block; content: ''; width: 30px; height: 1px; vertical-align: middle; background: #d9d9d9; margin: -10px 32px 0; }
.Timeline000913 .item:nth-of-type(2n) .year aside { background-position: right center; margin-right: -11px; text-align: right; }
.Timeline000913 .year aside { font-size: 28px;  }
.Timeline000913 .year:before{ position:absolute; margin-left:-0.5%; margin-top:0.5%; content:""; background-repeat: no-repeat; background-image: url("../images/Timeline000913_icon.png"); width:21px; height:21px; animation: blink 3s infinite;}
.Timeline000913 .year:nth-of-type(2n-1):before{ left:50%;}
}
@media(min-width:1280px) {
.Timeline000913 .year aside { font-size: 32px;  }
}

@media(max-width:1024px) {
.Timeline000913 .main { margin-left: 3vw; }
.Timeline000913 .year { font-size: 7vw; }
.Timeline000913 .year aside { padding-left: 32px; background-position: left center; margin-left: -5px; }
.Timeline000913 .year aside:before { display: inline-block; content: ''; width: 30px; height: 1px; vertical-align: middle; background: #d9d9d9; margin: -1vw 3vw 0; }
.Timeline000913 .info { padding: 3vw; }
.Timeline000913 .pre { padding-left: 3vw; }
.Timeline000913 .info .inner { padding: 3vw; }
.Timeline000913 .pre pre { font-size: 0.8rem; }
}

@media(max-width:768px) {
.Timeline000913 .pic { width: 45%; }
.Timeline000913 .year aside { font-size: 24px; }
}

/* 企业文化 */
.Floor002357 { background: #f5f5f5; padding: 6vw 0; }
.Floor002357 .txt-area .title { color: #333; }
.Floor002357 li { position: relative; padding: 5vw 2vw; text-align: center; margin-bottom: 2%; background: #fff; }
.Floor002357 li .img img { -webkit-transition: all ease 0.5s; transition: all ease 0.5s; position: relative; top: 0; }
.Floor002357 li:hover .img img { top: -10px; }
.Floor002357 li h3 { margin: 20px 0 0; font-size: 22px; font-weight: normal; padding-bottom: 5%; color: #333; }
.Floor002357 li h3:after { display: block; margin: 0 auto; width: 100%; height: 5px; background: url(../images/Floor002437-line2.png) no-repeat center center; margin-top: 30px; content: ''; }
.Floor002357 li p { margin: 0; text-align: center; color: #666; font-size: 18px; line-height: 40px; height: 80px; overflow: hidden; }

@media(min-width:769px) and (max-width:1024px) {
.Floor002357 li {
width: calc((100% - 20px * (2 - 1) - 1px)/ 2); margin-right: 20px; float: left; }
.Floor002357 li:nth-child(2n) { margin-right: 0; }
.Floor002357 li h3 { font-size: 24px; }
}
@media(min-width:1025px) {
.Floor002357 li {
width: calc((100% - 20px * (4 - 1) - 1px)/ 4); margin-right: 20px; float: left; }
.Floor002357 li:nth-child(4n) { margin-right: 0; }
}


.Floor002357 .box-1{ margin-top: 100px;}
.Floor002357 .box-1 .title_c { margin-bottom: 2vw; }
.Floor002357 .box-1 .title_c span{ display: block;}
.Floor002357 .box-1 .title_c .cn { font-size: 44px; color: #003b8f; padding-bottom: 2%; }
.Floor002357 .box-1 .title_c .en { color: #ccc; font-size: 20px; text-transform: uppercase; letter-spacing: 10px; }
@media(max-width:1400px) {
.Floor002357 .box-1 .title_c .cn { font-size: 36px; }
}
@media(max-width:1024px) {
.Floor002357 .box-1 .title_c .cn { font-size: 28px; }
.Floor002357 .box-1 .title_c .en { font-size: 18px; }
}

.Floor002357 .box-1 { background: #fff; margin-bottom: 1.786%; }
.Floor002357 .box-1 .intro { font-size: 24px; color: #333; line-height: 2; font-weight: 100; }
.Floor002357 .box-1 .intro span { color: #003b8f; border-bottom: 2px solid #003b8f; display: inline-block; }

@media(min-width:1025px) {
.Floor002357 .box-1 .pic { width: 50%; }
.Floor002357 .box-1 .info .inner { width: 70%; margin: 0 auto; }
}

@media(max-width:1024px) {
.Floor002357 .box-1 { margin-bottom: 3vw; }
.Floor002357 .box-1 .ytable, .Floor002357 .box-1 .ytable-cell { display: block; }
.Floor002357 .box-1 .info { padding: 4vw; }
.Floor002357 .box-1 .intro { font-size: 20px;}
}

@media(max-width:640px) {
.Floor002357 .box-1 .intro { font-size: 5vw;}
}

/* 荣誉资质 */
.Timeline003059 { padding: 6vw 0; }
.Timeline003059 .honor-pic .item ul { padding: 0 40px; }
.Timeline003059 .honor-pic .item li a { display: block; position: relative; margin: 25px 20px; background: #fff; box-shadow: 0 0 30px rgb(8 30 118 / 10%); padding: 20px; }
.Timeline003059 .honor-pic .item li a .text { width: 100%; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; background: rgba(0,134,255,0.95); opacity: 0; padding: 0px 10px; transition: .3s; }
.Timeline003059 .honor-pic .item li a .text .tit { width: 100%; color: #fff; font-size: 24px; margin-bottom: 40px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.Timeline003059 .honor-pic .item li:hover a .text { opacity: 1; }
.Timeline003059 .honor-pic .item li .Ispic { padding-bottom: 100%; background-size: contain; }
.Timeline003059 .honor-pic .slider-vertical { padding-top: 2vw;}
.Timeline003059 .honor-pic .slider-vertical .item li .Ispic { padding-bottom: 140%;}
.Timeline003059 .slick-arrow { position: absolute; top: 45%; border: solid 4px #8696a9; width: 32px; height: 32px; transform: rotate(45deg); border-right: 0; border-top: 0; border-radius: 4px; }
.Timeline003059 .slick-prev { left: 5px; }
.Timeline003059 .slick-next { right: 5px; transform: rotate(-135deg); }
.Timeline003059 .slick-arrow:hover { border-color: #1e66f0; }

@media(max-width:640px) {
.Timeline003059 .slick-arrow { width: 5vw; height: 5vw; margin-top: -2.5vw; }
.Timeline003058 .honor-pic .item ul { padding: 0 5vw; }
.Timeline003059 .honor-pic .item li a { margin: 3vw; padding: 3vw; }
}

/* 加入蓝鸟 */
.TextList0002862 { padding: 6vw 0; background: #f5f5f5; }
.TextList0002862 .txt-area .title { color: #333; }
.TextList0002862 .txt-area .desc { color: #333; }
.TextList0002862 .txt-area .desc b { font-size: 40px; color: #013c8f;}
.TextList0002862 li .inner { background: #fff; padding: 2vw 3vw; font-size: 16px; padding-right: 20%;position:relative; }
.TextList0002862 li .inner:after{position: absolute;content:'';left:calc(92% - 40px);top:50%;width:40px;height:40px; background:url(../images/icon_more.png) no-repeat center center;margin-top:-20px;transition: .3s;}
.TextList0002862 li:hover .inner:after{transform: rotate(360deg);}
.TextList0002862 li .inner a{position: absolute; left:0;top:0;width:100%;height:100%;z-index:10;}
.TextList0002862 li .title { color: #333; }
.TextList0002862 li .title b { font-size: 24px; color: #333; font-weight: normal; }
.TextList0002862 li p { margin-bottom: 0; position: relative; line-height: 30px; color: #333; }
.TextList0002862 li p span.price { color: #00bdfd; font-size: 20px; }

@media(min-width:641px) {
.TextList0002862 li p span { float: left; }
.TextList0002862 li p span.price { margin-right: 3%; max-width: 25%; }
.TextList0002862 li p span.other { max-width: 70% }
}

@media(min-width:1025px) {
.TextList0002862 li { float: left; width: 49%; margin-top: 2vw; }
.TextList0002862 li:nth-child(1), .TextList0002862 li:nth-child(2) { margin-top: 0; }
.TextList0002862 li:nth-child(2n) { float: right; }
}

@media(max-width:1024px) {
.TextList0002862 .txt-area .desc b { font-size: 32px; }
.TextList0002862 li .title b { font-size: 20px; }
.TextList0002862 li { margin-bottom: 3vw; }
}

@media(max-width:640px) {
.TextList0002862 li p span.other { white-space: initial; text-overflow: initial; line-height: 20px; }
}


/* 联系我们  */
.Map002858 { padding-top: 6vw; }
.Map002858 .main { position: relative; }
.Map002858 #allmap { height: 620px; }
.Map002858 #allmap, .Map002858 #allmap * { box-sizing: content-box; }
.Map002858 #allmap img { max-width: inherit; }
.Map002858 .BMap_bubble_content b { font-size: 18px; display: block; padding-bottom: 5px; }

@media(max-width:1024px) {
.Map002858 #allmap { height: 40vw; }
}

@media(max-width:480px) {
.Map002858 #allmap { height: 70vw; }
}
.Map002858 .fp {background: #fff;   margin: 0 auto;  z-index: 20; display: none;  }
.Map002858 .fp.show { display: block;}
.Map002858 .fp .left .text {width: 100%; display: table;}
.Map002858 .fp .left .text:not(:last-child){margin: 0 0 43px 0;}
.Map002858 .fp .left .text > *{display: table-cell; }
.Map002858 .fp .left .text .img{width: 22px;}
.Map002858 .fp .left .text .d_text { color: #222; font-size: 24px; padding: 0 30px 0 20px; width: 99px;}
.Map002858 .fp .left .text .c_text { color: #666; font-size: 18px; line-height: 32px; }
.Map002858 .fp .right {text-align: center;}
.Map002858 .fp .right .text { font-size: 18px; }
.Map002858 .fp .right .img { border: 1px solid #ededed; max-width: 130px;margin: 0 auto;}
.Map002858 .fp .right .s_img { margin: 17px 0; }
@media(max-width:1400px) {
.Map002858 .fp { left: 30%; right: 10%;  }
}
@media(min-width:1025px) {
.Map002858 .fp {position: absolute; top: 50%; transform: translateY(-50%); left: 38.5%; right: 12%;width: 50%; max-width: 600px;padding: 30px 20px;}
.Map002858 .fp .con { width: 100%; display: table; }
.Map002858 .fp .con > div{display: table-cell; vertical-align: top; table-layout: fixed; }
.Map002858 .fp .right { width: 30%;}
}
@media(max-width:1024px) {
.Map002858 .fp {padding: 4vw 2%;}
.Map002858 .fp .left .text .d_text { font-size: 20px; padding: 0 20px;width: 84px;}
.Map002858 .fp .left .text .c_text { font-size: 16px; }	
}
@media(max-width:640px) {
.Map002858 .fp .right { margin-top: 20px;}
.Map002858 .fp .left .text:not(:last-child){margin: 0 0 20px 0;}
}

/* 核心业务 */
.RighInfo002927 .tabone { background: url(../images/Floor002732_bg2.jpg) no-repeat center center; background-size: cover; }
.RighInfo002927 .tabone .auto { position: relative; }
.RighInfo002927 .tabone .auto:before, .RighInfo002927 .tabone .auto:after { position: absolute; content: ""; left: 0; height: 1px; width: 100%; background: rgba(0, 0, 0, 0.1); }
.RighInfo002927 .tabone .auto:before { top: 33.333%; }
.RighInfo002927 .tabone .auto:after { bottom: 33.333%; }
.RighInfo002927 .tabone li {  transition: 0.3s; text-align: center; }
.RighInfo002927 .tabone li a { display: block; padding: 90px; transition: 0.3s; cursor: pointer; }
.RighInfo002927 .tabone li:hover a { background: #f3f8fb; }
.RighInfo002927 .tabone li .icon img { height: 105px; }
.RighInfo002927 .tabone li.active a { background-image: linear-gradient(rgba(158, 216, 245, 0.85), rgba(0, 59, 143, 0.65)); color: #fff; }
.RighInfo002927 .tabone li .title { max-width: 90%; margin: 0 auto; font-size: 18px; color: #555; }
.RighInfo002927 .tabone li h2 { margin-top: 15px; margin-bottom: 20px; font-size: 36px; font-weight: normal; color: #003b8f; }
.RighInfo002927 .tabone li .title span { display: block; height: 48px; overflow: hidden; }
.RighInfo002927 .tabone li.active .title h2, .RighInfo002927 .tabone li.active .title { color: #fff; }
@media(max-width:1400px) {
.RighInfo002927 .tabone li h2 { font-size: 30px;}	
}
@media(max-width:1024px) {
.RighInfo002927 .tabone li h2 { font-size: 24px;}	
}

@media(min-width:1025px) {
.RighInfo002927 .tabone .auto:before, .RighInfo002927 .tabone .auto:after { left:auto; top: 0; height: 100%; width: 1px; }
.RighInfo002927 .tabone .auto:before { left: 33.333%; }
.RighInfo002927 .tabone .auto:after { right: 33.333%; }
.RighInfo002927 .tabone li {float: left; width: 33.333%; }
}

@media(max-width:1024px) {
.RighInfo002927 .tabone li a { padding: 3vw; }
}





.RighInfo002927 .tabtwo { overflow: hidden; }
.RighInfo002927 .tabtwo dd { display: block; float: left; line-height: 60px; border: 1px solid #ddd; padding: 0 5%; color: #333; font-size: 16px; margin-top: 5%; }
.RighInfo002927 .tabtwo dd:hover,.RighInfo002927 .tabtwo dd.on { background-image: linear-gradient(rgba(158, 216, 245, 0.85), rgba(0, 59, 143, 0.65));}
.RighInfo002927 .tabtwo dd a{ color: #333}
.RighInfo002927 .tabtwo dd:hover a,.RighInfo002927 .tabtwo dd.on a{ color: #fff;}

.RighInfo002927 .box { padding: 50px 0 100px 0; }
.RighInfo002927 .box ul { margin: 0 -1%; }
.RighInfo002927 .box li { float: left; width: 23%; position: relative; background: #fff; box-shadow: 0 0 30px rgb(8 30 118 / 10%); padding: 30px; margin: 1%; }
.RighInfo002927 .box li h3 { font-size: 24px; font-weight: normal; text-align: center; margin-bottom: 0; }
.RighInfo002927 .box li h3 a { color: #222 }
.RighInfo002927 .box li figure { height: 172px;}
.RighInfo002927 .box li figure a { display: block; width: 100%;}

@media(min-width:1024px) {
	.RighInfo002927 .box li h3 { height: 31px; line-height: 31px;}
}
@media(max-width:1024px) {
.RighInfo002927 .box li { width: 48%;  }
	.RighInfo002927 .box li figure {height:auto; padding-bottom: 50%;}
}

@media(max-width:480px) {
.RighInfo002927 .box li { float: none; width: 98%; }
}




/*核心业务详情 */
/*标签 */
.Menu003070{ padding: 30px 0; background: #fff;box-shadow: 15px 0 30px rgba(0,0,0,0.06);}
.Menu003070 li{float: left; padding: 0 15px;}
.Menu003070 li a{display: block;line-height: 52px;font-size: 18px;color: #222; padding: 0 35px;}
.Menu003070 li.aon a,
.Menu003070 li a:hover{color: #fff;background-color: #003b8f;}
@media(min-width:641px){
.Menu003070 ul{display: table; margin: 0 auto;}
}
@media(max-width:1440px){
.Menu003070 li{padding: 0 1vw;}
.Menu003070 li a{padding:  0 2vw;}
}
@media(max-width:640px){
.Menu003070 li a{font-size: 3.5vw;}
.Menu003070 li{margin-bottom: 1vw; width: 32%;}
.Menu003070 li:not(:nth-child(3n)){margin-right: 2%;}
}
.RighInfo003072 { padding-top: 6vw; font-size: 18px; }

@media(max-width:640px) {
.RighInfo003072 { font-size: 3.5vw; }
}
.RighInfo003072 .tips { font-size: 18px; margin-top: 50px; }
.RighInfo003072 .tips a { color: #003b8f; }
.RighInfo003072 .box1 { margin-bottom: 100px; }

@media(min-width:1024px) {
.RighInfo003072 .box1 .txt-info { width: 42.715%; }
}

@media(max-width:1024px) {
.RighInfo003072 .box1 .txt-info { margin-bottom: 4vw; }
}
.RighInfo003072 .title { text-align: center; width: 100%; display: flex; justify-content: center; align-items: center; margin-bottom: 50px; }
.RighInfo003072 .title span { display: inline-block; margin: 0 25px; font-size: 40px; color: #000; }
.RighInfo003072 .edit-info { line-height: 32px; font-size: 18px; color: #666; }
.css-3072 .name { color: #222; font-size: 30px; margin: 2em 0 1em 0; }

@media(max-width:640px) {
.css-3072 .name { font-size: 6vw; }
.RighInfo003072 .edit-info { font-size: 3.5vw; }
}
.RighInfo003072 .box2 { background: #f3f8fb; text-align: center; padding: 100px 0; }
.RighInfo003072 .box2 h3 { font-weight: normal; color: #222; font-size: 36px; margin: 0; }
.RighInfo003072 .box2 dl { margin: 50px 0; }
.RighInfo003072 .box2 dd { position: relative; float: left; text-align: left; padding: 3vw; margin-right: 10px; width: calc((100% - 10px * (5 - 1) - 1px)/ 5);
background: #fff; box-shadow: 0 0 30px rgb(8 30 118 / 10%); color: #222; }
.RighInfo003072 .box2 dd:nth-child(5n) { margin-right: 0; }
.RighInfo003072 .box2 dd i { display: inline-block; font-style: normal; margin-right: 15px; width: 6px; height: 6px; background-color: #003b8f; border-radius: 6px; }
.RighInfo003072 .box3 { padding: 100px 0; }
.RighInfo003072 .box3 .item { position: relative; box-shadow: 0 0 30px rgb(8 30 118 / 10%); padding: 0 3%; margin-bottom: 30px; padding-left: 150px; }
.RighInfo003072 .box3 .left { width: 110px; height: 60px; position: absolute; left: 3%; top: 10px; }
.RighInfo003072 .box3 .num { font-size: 60px; color: #dbdbdb; font-weight: bold; }
.RighInfo003072 .box3 .left .img { position: absolute; bottom: -6px; right: 27px; }
.RighInfo003072 .box3 .item .tit { line-height: 30px; padding: 30px 0; font-size: 24px; color: #222; cursor: pointer; position: relative; }
.RighInfo003072 .box3 .item .tit i { position: absolute; width: 40px; height: 40px; border: 1px solid #003b8f; border-radius: 50%; right: 0; top: 50%; margin-top: -11px; }
.RighInfo003072 .box3 .item .tit i::before, .RighInfo003072 .box3 .item .tit i::after { position: absolute; content: ''; background: #003b8f; }
.RighInfo003072 .box3 .item .tit i::before { left: 20%; width: 60%; height: 1px; top: 50%; margin-top: -1px; }
.RighInfo003072 .box3 .item .tit i::after { left: 50%; margin-left: -1px; width: 1px; top: 20%; height: 60%; }
.RighInfo003072 .box3 .item .tit.select i::after { display: none; }
.RighInfo003072 .box3 .item .tit.select { color: #003b8f; }
.RighInfo003072 .box3 .item .main { display: none; padding-bottom: 30px; }



/* 创新研发 */
.Floor_yanfa { padding: 6vw 0 0; }
.Floor_yanfa .box-2 { padding: 6vw 0; }
.Floor_yanfa .list li { text-align: center; padding: 4vw 2vw; margin: 0 0 30px 0; background: #fff; box-shadow: 0 0 30px rgb(8 30 118 / 10%); transition: all .3s; }
.Floor_yanfa .list li>* { position: relative; z-index: 2; }
.Floor_yanfa .list li img { width: 100%; display: block; }
.Floor_yanfa .list li .word { padding-top: 20px; }
.Floor_yanfa .list li .word h3 { font-weight: normal; font-size: 24px; color: #222; margin: 0 0 20px 0; padding-bottom: 35px; background: url(../images/Floor002437-line.png) no-repeat bottom center; background-size: auto 5px; }
.Floor_yanfa .list li .word h3 a { color: #222; }
.Floor_yanfa .list li .word figure { text-indent: 2em; font-size: 15px; color: #666; line-height: 26px; height: 78px; overflow: hidden; text-align: justify; text-justify: inter-ideograph; }
.Floor_yanfa .list li .word .yanjiu_p { font-size: 20px; color: #333; line-height: 30px; height: 60px; overflow: hidden; }



@media(min-width:769px) {
.Floor_yanfa .list li { float: left;
width: calc((100% - 30px * (3 - 1) - 1px)/ 3); margin: 0 30px 30px 0; }
.Floor_yanfa .list li:nth-child(3n) { margin-right: 0; }
}





/* 合作客户 */
.Linklist002316 { padding-top: 6vw; }
.Linklist002316 ul { margin: 0 -2%; }
.Linklist002316 ul li { float: left; width: 29.333%; margin: 0 2% 3%; background: #fff; box-shadow: 0 0 30px rgb(8 30 118 / 10%); padding: 1vw; }
.Linklist002316 ul li a { display: block; text-align: center; padding-bottom: 50%; position: relative; }
.Linklist002316 ul li img { max-width: 100%; max-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

@media screen and (min-width:1024px ) {
.Linklist002316 ul li { width: 16%; }
}


/* 精选案例 */
.Floor002620 { background: #f4f4f4; padding: 6vw 0; }
.Floor002620 .main .pic { width: 50%; }
.Floor002620 .main .pic img { display: block; width: 100%; }
.Floor002620 .main .txt { width: 50%; text-align: center; padding: 0 5%; }
.Floor002620 .main .name { position: relative; padding: 10% 0; }
.Floor002620 .main .name::before { position: absolute; left: 50%; top: 15%; content: ''; width: 2px; height: 70%; background: #ddd; transform: rotate(45deg); }
.Floor002620 .main .name span { font-size: 36px; padding-bottom: 10px; position: relative; z-index: 3; background: #f4f4f4; color: #003b8f; }
.Floor002620 .main .name span i { font-size: 16px; text-transform: uppercase; font-style: normal; }
.Floor002620 .main .txt p { font-size: 24px; color: #888; font-weight: 100; line-height: 24px; margin-top: 0; }
.Floor002620 .main .more { text-align: center; padding-top: 3%; }
.Floor002620 .main .more a { position: relative; width: 54px; display: inline-block; border: 1px solid #d5d5d5; border-radius: 50%; overflow: hidden; }
.Floor002620 .main .more a::before { border-radius: 50%; position: absolute; content: ''; z-index: 1; left: -4px; top: -4px; right: -4px; bottom: -4px; background: #003b8f; transform: scale(0); transition: 0.3s; }
.Floor002620 .main .more a span { display: block; height: 52px; background: url(../images/Floor002620_more.png) no-repeat center center; position: relative; z-index: 2; transition: 0.2s; }
.Floor002620 .main .more a:hover { border-color: #003b8f; }
.Floor002620 .main .more a:hover span { background-image: url(../images/Floor002620_more_hover.png); }
.Floor002620 .main .more a:hover::before { transform: scale(1); }
.Floor002620 .detail { position: relative; width: 44.45%; background: #003b8f; }
.Floor002620 .detail::before { position: absolute; content: ''; z-index: 1; height: 100%; width: 0; transition: 0.3s; background: #1d2087; }
.Floor002620 .detail:hover::before { width: 100%; }
.Floor002620 .detail a { padding: 15% 0; color: #fff; position: relative; z-index: 2; }
.Floor002620 .detail aside { font-size: 28px; text-align: center; }
.Floor002620 .detail aside b { display: block; font-size: 30px; font-family: "AkzidenzGroteskBQ-LigExt"; text-transform: uppercase; }
.Floor002620 .detail i { width: 15%; height: 1px; background: #fff; margin-left: 2%; position: relative; opacity: 0.5; }
.Floor002620 .detail i::after { position: absolute; content: ''; border: 7px solid transparent; border-left-color: #fff; top: 50%; margin-top: -7.5px; right: -8px; }

@media(max-width:1200px) {
.Floor002620 .main .name span { font-size: 28px; }
.Floor002620 .main .name span i { font-size: 16px; }
}

@media(max-width:768px) {
.Floor002620 .main ul { display: block; }
.Floor002620 .detail, .Floor002620 .main .pic, .Floor002620 .main .txt { width: auto; }
.Floor002620 .main .txt { padding: 3%; }
.Floor002620 .main .pic { padding: 0 3%; }
.Floor002620 .main .pic img { border: 1px solid #e6e5e5; padding: 3%; }
.Floor002620 .detail a { padding: 5% 0; }
.Floor002620 .main .txt p { font-size: 16px; }
}

@media(max-width:640px) {
.Floor002620 .title { font-size: 30px; }
.Floor002620 .title span { font-size: 24px; }
.Floor002620 .detail aside { font-size: 22px; }
.Floor002620 .detail aside b { font-size: 18px; font-weight: normal; }
}


/* 精选案例列表 */
.PicList001234 { margin-top:6vw; }
.PicList001234 li { float: left; width: 31.5%; margin-right: 2.75%; margin-bottom: 2.75%; }
.PicList001234 li a { display: block; }
.PicList001234 li a:hover h2 { color: #003b8f; }
.PicList001234 li:nth-child(3n) { margin-right: 0; }
.PicList001234 li div { padding: 3%; background-color: #f2f2f2; }
.PicList001234 li h2 { font-size: 18px; margin: 0; font-weight: normal; }
.PicList001234 li p { font-size: 14px; line-height: 20px; height: 40px; overflow: hidden; margin-bottom: 0; color: #999; }
.PicList001234 li figure { position: relative; }
.PicList001234 li figure img { display: block; width: 100%; }
.PicList001234 li figure i { width: 40px; height: 40px; border-radius: 50%; border: 3px solid #003b8f; position: absolute; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px; background-color: rgba(255,255,255,0.7); }
.PicList001234 li figure i::before { position: absolute; content: ''; width: 0; height: 0; border: 6px solid #003b8f; border-top-color: transparent; border-bottom-color: transparent; border-right: 0; left: 50%; top: 50%; margin-top: -5px; margin-left: -3px; }
@media(max-width:1024px) {
.PicList001234 li { width: 47.5%; margin-right: 2.5%; margin-bottom: 2.5%; }
.PicList001234 li:nth-child(3n) { margin-right: 2.5%; }
.PicList001234 li:nth-child(2n) { margin-right: 0; }
}
@media(max-width:640px) {
.PicList001234 li { width: auto; margin-right: 0 !important; float: none; }
}

/* 精选案例详情 */
.RighInfo002851 { padding-top: 6vw;padding-bottom: 6vw; }
.RighInfo002851 .singlePage { line-height: 32px; color: #666; font-size: 16px; overflow: hidden;}
.RighInfo002851 .singlePage img { max-width: 100%; height: auto!important;}
.RighInfo002851 .singlePage .img { margin: 20px 0;}
.RighInfo002851 .title { padding-bottom: 1vw; color: #333; font-size: 100px; }
.RighInfo002851 .title .cn { font-size: 0.34em; }
.RighInfo002851 .title .en { font-size: 0.42em; font-family: "DINBold"; }

@media(min-width:1001px) {
	.RighInfo002851 .singlePage .img { max-width:50%; margin:0 0 0 40px;}
}
@media(max-width:640px) {
.RighInfo002851 .title { font-size: 80px; }
}
.RighInfo002851 .page_sx { margin-top: 2%; padding-top: 2%; border-top: 1px solid #ddd; font-size: 14px; line-height: 30px; }
.RighInfo002851 .page_sx a { display: block; }



/* 行业案例 */
.PicList002951 { padding-top: 3vw; }
.PicList002951 .item { margin: 3vw 0; box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); }
.PicList002951 .pic { width: 60%; }
.PicList002951 .item a:hover { color: #003b8f; }
.PicList002951 .txt .inner { padding: 0 4vw; }
.PicList002951 .txt figure { margin: 20px 0; line-height: 2.142em; color: #666; font-size: 16px; }
.PicList002951 .tit { font-size: 24px; }
.PicList002951 .item a:hover .tit:after { background: #003b8f; }
.PicList002951 .item .more { padding-right: 25px; display: inline-block; background: url("../images/PicList002951_more.png") no-repeat right center; color: #999; }
.PicList002951 .item a:hover .more { background-image: url("../images/PicList002951_more_on.png"); }


@media(max-width:768px) {
.PicList002951 .ytable, .PicList002951 .ytable-cell { display: block; width: 100%; }
.PicList002951 .txt .inner { padding: 5vw; }
.PicList002951 .tit { font-size: 20px; }
}


/* 新闻资讯 */
.PicList002273 { padding-top: 6vw; }
.PicList002273 .left img { width: 100%; }
.PicList002273 .right .time { font-size: 18px; color: #003b8f; display: inline-block; }
.PicList002273 .right .h3 { color: #222; font-size: 20px; font-weight: normal; margin: 10px 0; }
.PicList002273 .right .p { color: #666; font-size: 16px; line-height: 2; }
.PicList002273 ul li { margin-bottom: 60px; background: #fff; box-shadow: 0 0 30px rgb(8 30 118 / 10%); padding: 2vw; }
.PicList002273 ul li .Ispic { padding-bottom: 64%; }

@media screen and (min-width:769px ) {
.PicList002273 .left { float: left; width: 35%; }
.PicList002273 .right { float: left; width: 65%; padding: 2% 5vw;  }
}

@media screen and (min-width:1025px ) {
.PicList002273 ul li { position: relative; }
.PicList002273 .left { float: left; width: 25%; }
.PicList002273 .right { width: 68%; border-right: 1px solid #ededed; }
.PicList002273 .right .h3 { font-size: 24px; }
.PicList002273 .right .p { font-size: 18px; }
.PicList002273 ul li .right_btn { width: 20px; height: 35px; background: url(../images/PicList002273-arrow_right.png) no-repeat center; display: inline-block; position: absolute; top: 50%; right: 60px; cursor: pointer; margin-top: -18px }
}
@media(max-width:768px) {
.PicList002273 .left { margin-bottom: 3%;}
}



/* 服务宗旨 */
.Floor002505 { background: #F5F5F5; padding: 6vw 0; }
.Floor002505 .auto { max-width: 1800px; }
.Floor002505 .title { padding-bottom: 20px; }

@media(max-width:1800px) {
.Floor002505 .title { padding-left: 2%; padding-right: 2%; }
}
.Floor002505 .title ol { float: left; background: url(../images/Floor002505_titlebg.png) no-repeat left top; font-size: 32px; color: #000; padding-left: 30px; line-height: 30px; }
.Floor002505 .title li { float: right; }
.Floor002505 .title li a { float: left; margin-left: 30px; color: #999; }
.Floor002505 .title li a:hover { color: #003b8f; }

.Floor002505 .slick-arrow { position: absolute; z-index: 30; top: 50%; transform: translateY(-50%); width: 35px; height: 65px;  background-position: 0 0; background-repeat: no-repeat; line-height: 1000px; cursor: pointer; background-size: contain; }
.Floor002505 .slick-prev { left: 2%; background-image: url(../images/Floor002505_btn_prev.png); }
.Floor002505 .slick-next { right: 2%; background-image: url(../images/Floor002505_btn_next.png); }
.Floor002505 .slick-prev:hover { background-image: url(../images/Floor002505_btn_prev_hover.png); }
.Floor002505 .slick-next:hover { background-image: url(../images/Floor002505_btn_next_hover.png); }




.Floor002505 .items { position: relative; }
.Floor002505 .items a{ margin: 0 2px; padding-top: 5vw; background: #fff;}
.Floor002505 .items .hover { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; z-index: 3; transition: 0.3s; }
.Floor002505 .items .txt { text-align: center; padding: 0 5vw; }
.Floor002505 .items h2 { font-size: 24px; font-weight: 100; color: #333; }
.Floor002505 .items p { text-align: center; font-size: 18px; color: #666; line-height: 32px; height: 160px; overflow: hidden; }
.Floor002505 .items a { display: block; }
.Floor002505 .items a:hover .hover { opacity: 1; }
.Floor002505 .items img { display: block; width: 80px; margin: 0 auto 4vw auto; }
.Floor002505 .items .hover img { height: 100%; }
.Floor002505 .items .hover::before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: url(../images/Floor002505_imghover.png) repeat; }

@media(max-width:768px) {
.Floor002505 .title ol, .Floor002505 .title li { float: none; overflow: hidden; }
.Floor002505 .title li a { margin: 10px 20px 0 0; }
.Floor002505 .owl-carousel .owl-nav div { height: 45px; }
}

@media(max-width:480px) {
.Floor002505 .title ol { font-size: 28px; }
}
/*end*/


/* 社区互动-全部文章 */
.TextList000286 .main { background: #fff; box-shadow: 0 0 30px rgb(8 30 118 / 10%); padding: 25px; }
.TextList000286 .tab { border-bottom: 1px solid #ededed; }
.TextList000286 .tab li { position: relative; display: inline-block; margin-right: 3vw; }
.TextList000286 .tab li a { display: block; font-size: 20px; color: #666; line-height: 54px; border-bottom: 2px solid transparent; transition: .3s; }
.TextList000286 .tab li:not(:last-child):after { position: absolute; top: 20px; right: -21px; content: ""; width: 1px; height: 16px; background: #ededed; }
.TextList000286 .tab li.aon a { color: #003b8f; border-color: #003b8f; }
.TextList000286 .list ul { padding: 20px 0; }
.TextList000286 .list li .inner { padding: 3vw 0; }
.TextList000286 .list li+li .inner { border-top: 1px solid #ededed; }
.TextList000286 .list li .tit { color: #bbb; width: 100%; margin-bottom: 15px; }
.TextList000286 .list li .tit > * { float: left; }
.TextList000286 .list li .tit a { font-size: 20px; line-height: 28px; font-weight: normal; color: #222; max-width: 70%; }
.TextList000286 .list li .tit span { max-width: 25%; margin-left: 10px; line-height: 18px; font-size: 16px; padding: 5px 8px; color: #0081c8; background: #e1f4ff; border-radius: 4px; }
.TextList000286 .list li p { margin: 0; color: #666; font-size: 16px; line-height: 28px; height: 56px; overflow: hidden; }
.TextList000286 .list li time { display: block; color: #999; font-size: 16px; margin-top: 1.5vw; }
.TextList000286 .list li:hover .tit a { color: #003b8f; }

@media(min-width:641px) {
.TextList000286 .list li p span { float: left; }
.TextList000286 .list li p span.other { max-width: 70% }
}

@media(max-width:640px) {
.TextList000286 .tab li a { font-size: 18px;}
.TextList000286 .list li p a { bottom: 0; }
.TextList000286 .list li p span.other { white-space: initial; text-overflow: initial; line-height: 20px; }
}


/* 社区互动-技术文档 */
.jishu_list .list ul li a { display: block; }
.jishu_list .list ul li a .tit { color: #333; font-size: 16px; }
.jishu_list .list ul li a:hover .tit { color: #003b8f; }
.jishu_list .list ul li .inner { overflow: hidden; margin: 30px 0; background: #eee; color: #333 !important; padding: 2% 5%; border-radius: 6px; }
.jishu_list .list ul li .tit { margin: 0; line-height: 2rem; margin-bottom: 1vw; height: 2rem; overflow: hidden; }
.jishu_list .list ul li span { line-height: 30px; color: #888; height: 30px; }
.jishu_list .list ul li b { display: block; width: 80px; height: 30px; line-height: 28px; font-weight: normal; font-size: 12px; color: #999; text-align: center; border: 1px solid #d5d5d5; border-radius: 50px; }
.jishu_list .list ul li b:hover { background: #003b8f; border: 1px solid #003b8f; color: #fff; }

@media(max-width:960px) {
.jishu_list .list ul li .inner { padding: 5%; }
}


/* 社区互动-视频课程 */
.PicList_spkc { padding-top: 2%; }
.PicList_spkc ul { }
.PicList_spkc ul li { float: left; width: 22%; margin: 0 4% 3% 0; }
.PicList_spkc ul li a { display: block; border-radius: 5px; }
.PicList_spkc ul li:nth-child(4n) { margin-right: 0; }
.PicList_spkc ul li .title { margin-top: 10px; }
.PicList_spkc ul li .kcti_1 { font-size: 14px; color: #555; line-height: 24px; height: 48px; overflow: hidden; }
.PicList_spkc ul li .pic img { display: block; width: 100%; border-radius: 6px; transition: 0.2s; }
.PicList_spkc ul li:hover .kcti_1 { color: #003b8f; }
.PicList_spkc ul li:hover img { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); position: relative; bottom: 5px; }
@media(max-width:1024px) {
.PicList_spkc ul li { width: 48%; margin: 0 4% 2% 0;  }
.PicList_spkc ul li:nth-child(2n) { margin-right: 0; }
}

@media(max-width:640px) {
.PicList_spkc ul li { float: none; width: 100%; margin-right: 0; }
.PicList_spkc ul li { margin-bottom: 3%; }
}


/* 社区互动-在线问答 */
.TextList001335 { padding: 4% 0; }
.TextList001335 li { box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); padding: 4% 0; border-radius: 10px; margin-bottom: 3%; }
.TextList001335 li span { position: absolute; width: 36px; height: 36px; left: 0; top: 50%; margin-top: -18px; background: url(../images/TextList001335-q.jpg) no-repeat center center; overflow: hidden; line-height: 100px; }
.TextList001335 li div span { background-image: url(../images/TextList001335-a.jpg); margin-top: 0; top: 10px; }
.TextList001335 li figure, .TextList001335 li div { position: relative; padding-left: 50px; padding-right: 15px; }
.TextList001335 li figure { margin: 0 0 2% 4%; overflow: hidden; line-height: 40px; color: #333; font-size: 18px; }
.TextList001335 li div { border-top: 1px #ddd dotted; padding-top: 15px; padding-bottom: 15px; margin: 2% 4% 0 4%; }
.TextList001335 li p { margin: 0; line-height: 26px; overflow: hidden; font-size: 16px; color: #666; }

@media(max-width:960px) {
.TextList001335 li span { background-size: 20px; }
.TextList001335 li figure, .TextList001335 li div { padding-left: 40px; }
}


/* 社区互动-课程推荐 */
.PicList002323 { padding-top: 2%; }
.PicList002323 ul { }
.PicList002323 ul li { float: left; width: 50%; padding: 0 1vw; margin-bottom: 60px; }
.PicList002323 ul li a { display: block; background: #fff; box-shadow: 0 0 30px rgba(0, 0, 0, 0.15); border-radius: 10px; overflow: hidden; }
.PicList002323 ul li .title { padding: 1vw; }
.PicList002323 ul li h2 { margin: 0; font-size: 16px; font-weight: normal; color: #333; }
.PicList002323 ul li .pic { padding-bottom: 75%; transition: .3s; position: relative; overflow: hidden; }
.PicList002323 ul li figure { position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: 0.3s; }
.PicList002323 ul li:hover figure { transform: scale(1.05); }
.PicList002323 ul li:hover a { background-image: linear-gradient(120deg, #0086ff 0%, #003b8f 100%); color: #fff; }
.PicList002323 ul li:hover .title h2 { color: #fff; }
.PicList002323 ul li:hover .title .tag { color: #003b8f; background: #fff; }

@media screen and (min-width:641px ) {
.PicList002323 ul li { width: 33.333%; }
}

@media(max-width:640px) {
.PicList002323 ul li { float: none; width: 100%;  margin-bottom: 3%; }
.PicList002323 ul li .title { padding: 3vw; }
}



/* 社区互动-课程推荐详情 */
.RighInfo002851_kc { padding: 2vw 0; }
.RighInfo002851_kc .singlePage { line-height: 32px; color: #666; font-size: 16px; min-height: 25vw;}
.RighInfo002851_kc .singlePage img { max-width:100%; height: auto !important;}
.RighInfo002851_kc .singlePage video { width:100% !important; height: 600px !important;}
.RighInfo002851_kc .title { padding-bottom: 1vw; color: #333; font-size: 100px; }
.RighInfo002851_kc .title .cn { font-size: 0.34em; }
.RighInfo002851_kc .title .en { font-size: 0.42em; font-family: "DINBold"; }

@media(max-width:640px) {
.RighInfo002851_kc .title { font-size: 80px; }
	.RighInfo002851_kc .singlePage video { width:100% !important; height: 200px !important;}
}
.RighInfo002851_kc .page_sx { margin-top: 4%; padding-top: 4%; border-top: 1px solid #ddd; font-size: 14px; line-height: 30px; }
.RighInfo002851_kc .page_sx a { display: block; }



/* 社区互动-热点话题 */
.Floor002369 .box { background: #fff; box-shadow: 0 0 30px rgb(8 30 118 / 10%); padding: 25px; }
.Floor002369 .tit { font-size: 20px; color: #003b8f; margin: 0 0 10px 0; border-bottom: 1px solid #ededed; }
.Floor002369 .tit span { display: inline-block; line-height: 54px; border-bottom: 2px solid #003b8f; }
.Floor002369 li { line-height: 60px; position: relative; padding-left: 25px; }
.Floor002369 li:not(:last-child) { border-bottom: 1px solid #ededed; }
.Floor002369 li a { font-size: 16px; color: #222; }
.Floor002369 li a:hover { color: #003b8f; }
.Floor002369 .hot_li { background: url(../images/hot.png) no-repeat left; }

@media(max-width:480px) {
.Floor002369 li { font-size: 3vw; line-height: 10vw; }
.Floor002369 li a { font-size: 3.5vw; }
}




/*Page002623 */
.Page002623 { padding: 2vw 0 4vw 0; text-align: center; font-family: Arial; font-size: 18px; }
.Page002623 .Pages a.a_first, .Page002623 .Pages a.a_end, .Page002623 .Pages > span:not(.p_page) { display: none; }
.Page002623 .Pages em { float: left; margin: 0 3vw; font-style: normal; }
.Page002623 .Pages .p_page { display: table; margin: 0 auto; }
.Page002623 .Pages a { float: left; line-height: 50px; width: 50px; border-radius: 50%; margin: 0 1px; }
.Page002623 .Pages a.a_cur, .Page002623 .Pages a:hover { color: #fff; background: #003b8f; }
.Page002623 .Pages .p_page > a { font-size: 0; height: 50px; position: relative; }
.Page002623 .Pages .p_page > a:before { position: absolute; content: ''; border: 5px solid transparent; left: 50%; top: 50%; margin: -5px 0 0 -10px; }
.Page002623 .Pages .p_page > a.a_prev:before { border-right-color: #000; border-right-width: 8px; }
.Page002623 .Pages .p_page > a.a_next:before { border-left-color: #000; border-left-width: 8px; margin-left: -4px; }
.Page002623 .Pages a.a_prev:hover:before { border-right-color: #fff; }
.Page002623 .Pages a.a_next:hover:before { border-left-color: #fff; }

@media(max-width:640px) {
.Page002623 { padding: 6vw 0 8vw 0; }
.Page002623 .Pages em { display: none; }
.Page002623 .Pages a { background-color: #eee; }
}


/* 单篇 */
.Single{ min-height:150px; padding:6vw 0;}
.Single span a {color:#666;}
.Single .sub_txt {color:#337FE5;font-size:18px;line-height:1;}
.Single .sub_txt > a {color:#337FE5;}

/* 搜索 */
.TextList000591{ padding:6vw 0 0;}
.TextList000591 ul{padding:0 2%; background-color:#fff;}
.TextList000591 li{border-bottom:1px solid #d1d1d1; padding:15px 0;}









.Floor002717{padding: 6vw 0;}
.Floor002717 img { max-width:100%; height: auto !important;} 
.Floor002717 .list{ position:relative; z-index:10;}
.Floor002717 .list:before{ position:absolute; left:0; width:100%; background:url(../images/Floor002717_bg.jpg) repeat; top:0; height:50%; top:25%; content:'';}
.Floor002717 .list .auto{ position:relative; z-index:3;}
.Floor002717 .list ul{ float:left; width:50%;}
.Floor002717 .list li{margin:0 3.75% 7.5%;position:relative;color: #fff}
.Floor002717 .list li:after{ transition:0.3s; position:absolute; left:0; bottom:0; height:100%; right:0; z-index:3; content:'';
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 37%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */}
.Floor002717 .list li .txt{ transition:0.3s; position:absolute; left:5%; right:5%; bottom:5%; z-index:10;}
.Floor002717 .list li .txt h3{ font-weight:normal; font-size:24px; margin:0;}
.Floor002717 .list li .txt p{ margin:0; font-size:20px;}
.Floor002717 .list li img{width: 100%;}
.Floor002717 .list li .Ispic{ padding-bottom:60.812%;}
.Floor002717 .list li:hover:after{ background:rgba(0,0,0,0.5);}
.Floor002717 .list li:hover .txt{ bottom:45%; text-align:center;}
.Floor002717 .list ul:nth-child(2){ margin-top:7%;}
@media(max-width:640px){
.Floor002717 .list li .txt h3{font-size:18px;}
.Floor002717 .list li .txt p{ font-size:15px;}
}
@media(max-width:480px){
.Floor002717 .list{ margin-top:0 !important;}
.Floor002717 .list ul:nth-child(2){ margin-top:0;}
.Floor002717 .list li .txt h3{font-size:15px;}
.Floor002717 .list li .txt p{ font-size:12px;}
}

.case-search{padding-top: 50px; }
.case-search .auto{max-width: 1000px;}
.case-search dt a{color: #fff;display: block;line-height: 50px;background-color: #003b8f;text-align: center;}
.case-search dd{position: relative;z-index: 20;}
.case-search dd.text input{width: 100%;line-height: 48px; height: 50px;border: 1px solid #ccc;background: none;padding: 0 20px;color: #999;}
.case-search dd.text input.focus{color: #333;}
.case-search dd.category > aside{border: 1px solid #ccc;line-height: 48px;padding: 0 20px;background:url(../images/select.gif) no-repeat right 10px center; }
.case-search #select{display: none;position: absolute;top: 100%;border: 1px solid #ccc;border-top: 0;left: 0;right:0;padding: 20px;z-index:50;background-color:#fff;}
.case-search #select li aside{cursor: pointer;}
.case-search #select li aside:hover{color: #003b8f;}
.case-search ul{border-left: 1px solid #ccc;}
.case-search li{padding-left:20px;position:relative;line-height:2}
.case-search ul ul{margin-left:10px}
.case-search li:before{position:absolute; content:'';left:0; top:1em;width:10px; height:1px;background-color:#ccc;}
.case-search li.all{padding-left:0;margin-left:-1px;background-color:#fff;}
.case-search li.all:before{display:none;}
@media (min-width:641px){
.case-search{font-size: 18px;}
.case-search dl{position: relative;padding-right: 120px;}
.case-search dt{position: absolute;right: 0; top:0; width: 110px;}
.case-search dd.text input{font-size: 18px;}
.case-search dd.text{width: 70%;}
.case-search dd{float: left;}
.case-search dd.category{padding-left: 10px;width: 30%;}
.case-search #select{left: 10px;}
}
@media(max-width:640px){
.case-search dl dd{margin-bottom:10px;}
}




