@charset "utf-8";
/* CSS Document */
html,body{ width:100%; height:100%;}
body{ font-family:"Microsoft YaHei","微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif; font-size:14px; line-height:1.7; color:#333; background-color:#fff; overflow-x:hidden;}
a{ text-decoration:none; color:#333; -webkit-tap-highlight-color:transparent;}
*{ list-style:none; margin:0; outline:none; padding:0; border:none;}
.fl{ float:left;}
.fr{ float:right;}
.ov{ overflow:hidden;}
.dis{ display:block !important;}
.dn{ display:none;}
.clear{ clear:both;}
.clear:after{ content:""; display:block; clear:both;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color:#999;} 
input:-moz-placeholder,textarea:-moz-placeholder{ color:#999;} 
input::-moz-placeholder,textarea::-moz-placeholder{ color:#999;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ color:#999;} 
input,select,textarea{ -webkit-appearance:none; color:#333; font-family:inherit;}
input[type=radio]{ -webkit-appearance:radio;}
input[type=checkbox]{ -webkit-appearance:checkbox;}
select,input[type=text]{
  -webkit-appearance:none; /* 清除iOS默认样式 */
  -moz-appearance:none;    /* 清除Firefox默认样式 */
  appearance:none;         /* 标准语法 */
  background-color:transparent; /* 透明背景 */
}

/*header*/
@media screen and (min-width:1600px){
.header{ width:100%; height:90px; position:fixed; left:0; top:20px; z-index:999; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.header.pos{ top:0; background-color:#fff; box-shadow:0 0.260vw 1.041vw 0 rgba(0, 0, 0, 0.08);}
.header .head{ width:86%; height:90px; margin:auto; display:flex; align-items:center; position:relative; z-index:3;}
.header .head .hamburger{ display:none;}
.header .head .logo{ height:60px;}
.header .head .logo img{ display:block; height:60px;}
.header .head .logo img.img02{ display:none;}
.header.pos .head .logo img.img01{ display:none;}
.header.pos .head .logo img.img02{ display:block;}
.header .head .ser{ height:100%; display:flex; align-items:center; position:relative; z-index:9;}
.header .head .ser dt{ padding:35px 0; height:20px; display:block; position:relative; z-index:1;}
.header .head .ser dt span{ height:20px; display:block; position:relative; cursor:pointer;}
.header .head .ser dt span b{ display:block; width:20px; height:20px; float:left; margin-right:0.52vw; background-image:url(../images/yu.png); background-position:center; background-repeat:no-repeat;}
.header.pos .head .ser dt span b{ background-image:url(../images/yu01.png);}
.header .head .ser dt span a{ font-size:18px; color:#fff; line-height:20px; height:20px; display:block; overflow:hidden; text-transform:uppercase;}
.header.pos .head .ser dt span a{ color:#333;}
.header .head .ser dt p{ width:100px; position:absolute; left:50%; margin-left:-50px; top:100%; background-color:rgba(255,255,255,.9); display:block; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; opacity:0; height:0; overflow:hidden; border-radius:5px; text-align:center; box-sizing:border-box;}
.header .head .ser dt p a{ display:block; font-size:16px; line-height:36px; height:36px; overflow:hidden; color:#333;}
.header .head .ser dt p a:hover{ color:#2e328d;}
.header .head .ser dt.active p{ top:100%; opacity:1; height:auto; padding:10px 15px;}

.header .head .ser dd{ width:20px; height:40px; display:block; position:relative; margin-left:1.5625vw; z-index:3;}
.header .head .ser dd b{ width:20px; height:40px; display:block; cursor:pointer; overflow:hidden; background-image:url(../images/ser.png); background-position:center; background-repeat:no-repeat;}
.header.pos .head .ser dd b{ background-image:url(../images/ser01.png);}
.header .head .ser dd p{ display:block; position:absolute; right:-300px; top:0; width:300px; height:40px; background-color:#f5f5f5; border-radius:40px; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; opacity:0;}
.header .head .ser dd p .close{ height:14px; display:block; float:left; margin:13px 10px; margin-left:15px; cursor:pointer;}
.header .head .ser dd p span{ display:block; width:calc(100% - 80px); height:40px; float:left;}
.header .head .ser dd p span input{ display:block; width:100%; font-size:16px; line-height:40px; height:40px; background-color:transparent; color:#333;}
.header .head .ser dd p a{ display:block; width:34px; height:34px; margin:3px; float:right; border-radius:100%;}
.header .head .ser dd p a input{ width:100%; height:34px; display:block; cursor:pointer; border-radius:100%; overflow:hidden; background-image:url(../images/ser.png); background-position:center; background-size:16px auto; background-repeat:no-repeat; background-color:#2e328d;}
.header .head .ser dd.cur b{ opacity:0;}
.header .head .ser dd.cur p{ right:0; opacity:1;}

.header .head .nav{ display:flex; justify-content:center; flex:1; height:90px; position:relative; z-index:1;}
.header .head .nav li{ margin:0 1.5625vw; position:relative; z-index:1;}
.header .head .nav li>a{ display:block; font-size:18px; line-height:90px; height:90px; color:#fff;}
.header.pos .head .nav li>a{ color:#333;}
.header.pos .head .nav li:hover>a,.header.pos .head .nav li.on>a{ color:#2e328d;}
.header .head .nav li p{ width:160px; position:absolute; left:50%; transform:translateX(-50%); top:100%; background-color:rgba(255,255,255,.9); display:block; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; opacity:0; height:0; overflow:hidden; border-radius:5px; text-align:center; box-sizing:border-box;}
.header .head .nav li:nth-child(2) p{ width:240px;}
.header .head .nav li p a{ display:block; font-size:16px; line-height:36px; height:36px; overflow:hidden; color:#333;}
.header .head .nav li p a:hover{ color:#2e328d;}
.header .head .nav li:hover p{ top:100%; opacity:1; height:auto; padding:10px 15px;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.header{ width:100%; height:80px; position:fixed; left:0; top:10px; z-index:999; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.header.pos{ top:0; background-color:#fff; box-shadow:0 0.260vw 1.041vw 0 rgba(0, 0, 0, 0.08);}
.header .head{ width:90%; height:80px; margin:auto; display:flex; align-items:center; position:relative; z-index:3;}
.header .head .hamburger{ display:none;}
.header .head .logo{ height:50px;}
.header .head .logo img{ display:block; height:50px;}
.header .head .logo img.img02{ display:none;}
.header.pos .head .logo img.img01{ display:none;}
.header.pos .head .logo img.img02{ display:block;}
.header .head .ser{ height:100%; display:flex; align-items:center; position:relative; z-index:9;}
.header .head .ser dt{ padding:31px 0; height:18px; display:block; position:relative; z-index:1;}
.header .head .ser dt span{ height:18px; display:block; position:relative; cursor:pointer;}
.header .head .ser dt span b{ display:block; width:18px; height:18px; float:left; margin-right:0.52vw; background-image:url(../images/yu.png); background-position:center; background-repeat:no-repeat; background-size:100% 100%;}
.header.pos .head .ser dt span b{ background-image:url(../images/yu01.png);}
.header .head .ser dt span a{ font-size:16px; color:#fff; line-height:18px; height:18px; display:block; overflow:hidden; text-transform:uppercase;}
.header.pos .head .ser dt span a{ color:#333;}
.header .head .ser dt p{ width:100px; position:absolute; left:50%; margin-left:-50px; top:100%; background-color:rgba(255,255,255,.9); display:block; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; opacity:0; height:0; overflow:hidden; border-radius:5px; text-align:center; box-sizing:border-box;}
.header .head .ser dt p a{ display:block; font-size:14px; line-height:30px; height:30px; overflow:hidden; color:#333;}
.header .head .ser dt p a:hover{ color:#2e328d;}
.header .head .ser dt.active p{ top:100%; opacity:1; height:auto; padding:10px 15px;}

.header .head .ser dd{ width:18px; height:36px; display:block; position:relative; margin-left:1.3vw; z-index:3;}
.header .head .ser dd b{ width:18px; height:36px; display:block; cursor:pointer; overflow:hidden; background-image:url(../images/ser.png); background-position:center; background-repeat:no-repeat; background-size:100% auto;}
.header.pos .head .ser dd b{ background-image:url(../images/ser01.png);}
.header .head .ser dd p{ display:block; position:absolute; right:-300px; top:0; width:250px; height:36px; background-color:#f5f5f5; border-radius:40px; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; opacity:0;}
.header .head .ser dd p .close{ height:14px; display:block; float:left; margin:11px 10px; margin-left:15px; cursor:pointer;}
.header .head .ser dd p span{ display:block; width:calc(100% - 80px); height:36px; float:left;}
.header .head .ser dd p span input{ display:block; width:100%; font-size:14px; line-height:36px; height:36px; background-color:transparent; color:#333;}
.header .head .ser dd p a{ display:block; width:30px; height:30px; margin:3px; float:right; border-radius:100%;}
.header .head .ser dd p a input{ width:100%; height:30px; display:block; cursor:pointer; border-radius:100%; overflow:hidden; background-image:url(../images/ser.png); background-position:center; background-size:14px auto; background-repeat:no-repeat; background-color:#2e328d;}
.header .head .ser dd.cur b{ opacity:0;}
.header .head .ser dd.cur p{ right:0; opacity:1;}

.header .head .nav{ display:flex; justify-content:center; flex:1; height:80px; position:relative; z-index:1;}
.header .head .nav li{ margin:0 1.3vw; position:relative; z-index:1;}
.header .head .nav li>a{ display:block; font-size:16px; line-height:80px; height:80px; color:#fff;}
.header.pos .head .nav li>a{ color:#333;}
.header.pos .head .nav li:hover>a,.header.pos .head .nav li.on>a{ color:#2e328d;}
.header .head .nav li p{ width:160px; position:absolute; left:50%; transform:translateX(-50%); top:100%; background-color:rgba(255,255,255,.9); display:block; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; opacity:0; height:0; overflow:hidden; border-radius:5px; text-align:center; box-sizing:border-box;}
.header .head .nav li:nth-child(2) p{ width:240px;}
.header .head .nav li p a{ display:block; font-size:14px; line-height:30px; height:30px; overflow:hidden; color:#333;}
.header .head .nav li p a:hover{ color:#2e328d;}
.header .head .nav li:hover p{ top:100%; opacity:1; height:auto; padding:10px 15px;}
}
@media only screen and (max-width:1023px){
.header{ width:100%; height:60px; position:fixed; left:0; top:0; z-index:999; background-color:#fff;}
.header.pos{ box-shadow:0 5px 10px 0 rgba(0, 0, 0, 0.08);}
.header .thead{ display:none;}
.header .head{ width:100%; height:60px;}
.header .head .hamburger{ height:22px; width:16px; border-radius:100%; background-color:#2e328d; float:right; transition:left 0.3s ease-out 0s, opacity 0.3s linear 0s; margin:12px 3%; padding:7px 10px;}
.header .head .hamburger .h-bar{ display:block; width:16px; height:1px; background-color:#fff; margin:5px auto; transform:rotate(0deg); opacity:1; transition:all 0.4s ease-out 0s;}
.header .head .hamburger.open-menu .h-bar{ margin-left:7px;}
.header .head .hamburger.open-menu .h-bar:nth-of-type(1){ transform:rotate(45deg) translateY(9px);}
.header .head .hamburger.open-menu .h-bar:nth-of-type(2){ opacity:0;}
.header .head .hamburger.open-menu .h-bar:nth-of-type(3){ transform:rotate(-45deg) translateY(-9px);}
.header .head .hamburger.open-menu .h-bar{ margin-bottom:0px;}
.header .head .logo{ display:block; padding:10px 3%; float:left;}
.header .head .logo img{ display:block; height:40px;}
.header .head .logo img.img01{ display:none;}
.header .head .ser{ height:60px; display:block; float:right;}
.header .head .ser dt{ padding:12px 0; height:36px; display:block; position:relative; z-index:1; float:left;}
.header .head .ser dt span{ height:18px; display:block; position:relative; cursor:pointer; padding:9px 15px; border-radius:36px; background-color:#f5f5f5;}
.header .head .ser dt span b{ display:block; width:18px; height:18px; float:left; margin-right:5px; background-image:url(../images/yu01.png); background-position:center; background-repeat:no-repeat; background-size:100% 100%;}
.header .head .ser dt span a{ font-size:16px; color:#333; line-height:18px; height:18px; display:block; overflow:hidden; text-transform:uppercase;}
.header .head .ser dt p{ width:100px; position:absolute; left:50%; margin-left:-50px; top:100%; background-color:rgba(255,255,255,.9); display:block; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; opacity:0; height:0; overflow:hidden; border-radius:5px; text-align:center; box-sizing:border-box;}
.header .head .ser dt p a{ display:block; font-size:14px; line-height:24px; height:24px; overflow:hidden; color:#333;}
.header .head .ser dt p a:hover{ color:#2e328d;}
.header .head .ser dt.active p{ top:100%; opacity:1; height:auto; padding:10px 15px;}
.header .head .ser dd{ height:36px; width:36px; padding:12px 0; float:left; margin-left:3vw;}
.header .head .ser dd b{ width:36px; height:36px; display:block; border-radius:100%; background-color:#e62129; overflow:hidden; background-image:url(../images/ser.png); background-position:center; background-size:16px auto; background-repeat:no-repeat;}
.header .head .ser dd p{ display:block; position:fixed; right:-100%; top:60px; width:100%; height:40px; background-color:#f5f5f5; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; opacity:0;}
.header .head .ser dd p .close{ height:14px; display:block; float:left; margin:13px 3%;}
.header .head .ser dd p span{ display:block; width:calc(91% - 54px); height:40px; float:left;}
.header .head .ser dd p span input{ display:block; width:100%; font-size:14px; line-height:40px; height:40px; background-color:transparent; color:#333;}
.header .head .ser dd p a{ display:block; width:40px; height:40px; float:right; border-radius:100%;}
.header .head .ser dd p a input{ width:100%; height:40px; display:block; cursor:pointer; overflow:hidden; background-image:url(../images/ser.png); background-position:center; background-size:16px auto; background-repeat:no-repeat; background-color:#2e328d;}
.header .head .ser dd.cur p{ right:0; opacity:1;}

.header .head .nav{ background-color:#f5f5f5; display:block; opacity:0; position:absolute; overflow-y:scroll; width:100%; height:calc(100vh - 60px); top:60px; left:-100vw; transition:left 0.3s ease-out 0s, opacity 0.3s linear 0s; z-index:222; padding:30px 3%; padding-bottom:64px; box-sizing:border-box; border-top:1px solid #eee;}
.header .head .nav.open-menu{ opacity:1; left:0px; transition:left 0.3s ease-out 0s;}
.header .head .nav li{ width:100%; display:block; overflow:hidden; border-bottom:1px solid #ddd; position:relative;}
.header .head .nav li a{ display:block; font-size:16px; color:#333; padding-left:20px; height:50px; line-height:50px;}
.header .head .nav li b{ display:inline-flex; -webkit-box-pack:center; justify-content:center; -webkit-box-align:center; align-items:center; height:50px; width:50px; position:absolute; right:0; top:0px; text-align:center;}
.header .head .nav li b::after{ content:"+"; background-color:transparent; font-size:24px; color:#333; transform:rotateZ(0deg); transition:transform 0.2s ease-out 0s, -webkit-transform 0.2s ease-out 0s; color:#999;}
.header .head .nav li.cur b::after{ transform:rotateZ(135deg);}
.header .head .nav li.cur>a,.header .head .nav li.on>a{ color:#2e328d;}
.header .head .nav li p{ display:none; width:100%; overflow:hidden; box-sizing:border-box; padding:10px 20px; margin-top:-20px;}
.header .head .nav li p a{ display:block; font-size:14px; line-height:30px; height:30px; color:#333; overflow:hidden;}
.header .head .nav li p a:hover{ color:#2e328d;}
}

/*banner*/
@media screen and (min-width:1600px){
.banner{ width:100%; height:100%; position:relative; z-index:1;}
.banner .swiper-container,.banner .swiper-wrapper{ width:100%; height:100%;}
.banner .swiper-slide{ width:100%; height:100%; position:relative; display:block; overflow:hidden;}
.banner .swiper-slide .tu{ width:100%; height:100%; position:relative; z-index:1;}
.banner .swiper-slide .tu img{ width:100%; height:100%; object-fit:cover; display:block;}
.banner .swiper-slide .wen{ width:86%; position:absolute; left:7%; z-index:3; top:50%; transform:translateY(-50%);}
.banner .swiper-slide .wen .w01{ width:860px; font-size:60px; line-height:80px; color:#fff; font-weight:bold; letter-spacing:8px;}
.banner .swiper-slide .wen .w02{ display:none; width:10px; height:10px; border:5px solid #e62129; border-radius:100%; margin-top:3.125vw;}
.banner .swiper-slide .wen .w03{ width:740px; font-size:16px; line-height:30px; height:90px; color:#fff; margin-top:1.2vw;}
.banner .swiper-slide .wen .w04{ margin-top:2.24vw;}
.banner .swiper-slide .wen .w04 a{ width:160px; height:40px; display:block; line-height:40px; font-size:14px; color:#fff; text-indent:30px; border-radius:40px; background-color:#e62129; cursor:pointer; overflow:hidden; letter-spacing:4px;}
.banner .swiper-slide .wen .w04 a b{ width:30px; height:30px; border-radius:100%; margin:5px; background-color:#ff464e; overflow:hidden; float:right; display:block; -webkit-transition:-webkit-transform 1s,height 1s,width 1s;}
.banner .swiper-slide .wen .w04 a b img{ display:block; height:10px; margin:10px auto;}
.banner .swiper-slide .wen .w04 a:hover b{ -webkit-transform:rotateX(-180deg);}

.banner .swi{ position:absolute; bottom:2.6vw; right:7%; z-index:9;}
.banner .swiper-button-white{ width:38px; height:38px; float:left; cursor:pointer; border:1px solid #fff; border-radius:100%; margin-left:20px;}
.banner .swiper-button-white:hover{ border:1px solid #e62129; background-color:#e62129;}
.banner .swiper-button-white img{ display:block; height:14px; margin:12px auto;}
.banner .swiper-pagination{ position:absolute; bottom:2.6vw; height:30px; left:7%; z-index:9;}
.banner .swiper-pagination span{ width:10px; height:30px; display:block; float:left; cursor:pointer; background-image:url(../images/bn.png); background-position:center; background-repeat:no-repeat; margin-right:20px;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ width:30px; background-image:url(../images/bn01.png);}

.banner .down{ position:absolute; left:50%; bottom:2.34375vw; text-align:center; transform:translateX(-50%); z-index:3; cursor:pointer; transition:all 0.5s;}
.banner .down img{ display:block; margin:4px auto;}
.banner .down p{ display:block; color:#fff; font-size:14px; line-height:24px; opacity:.5;}
.banner .down:hover{ bottom:2vw;}
.banner .down:hover p{ opacity:1;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.banner{ width:100%; height:56.25vw; position:relative; z-index:1;}
.banner .swiper-container,.banner .swiper-wrapper{ width:100%; height:100%;}
.banner .swiper-slide{ width:100%; height:100%; position:relative; display:block; overflow:hidden;}
.banner .swiper-slide .tu{ width:100%; height:100%; position:relative; z-index:1;}
.banner .swiper-slide .tu img{ width:100%; height:100%; object-fit:cover; display:block;}
.banner .swiper-slide .wen{ width:90%; position:absolute; left:5%; z-index:3; top:50%; transform:translateY(-50%);}
.banner .swiper-slide .wen .w01{ width:60%; font-size:46px; line-height:66px; color:#fff; font-weight:bold; letter-spacing:4px;}
.banner .swiper-slide .wen .w02{ display:none; width:8px; height:8px; border:4px solid #e62129; border-radius:100%; margin-top:3.125vw;}
.banner .swiper-slide .wen .w03{ width:55%; font-size:15px; line-height:27px; height:81px; color:#fff; margin-top:1.2vw;}
.banner .swiper-slide .wen .w04{ margin-top:2.24vw;}
.banner .swiper-slide .wen .w04 a{ width:140px; height:38px; display:block; line-height:38px; font-size:14px; color:#fff; text-indent:20px; border-radius:40px; background-color:#e62129; cursor:pointer; overflow:hidden; letter-spacing:2px;}
.banner .swiper-slide .wen .w04 a b{ width:28px; height:28px; border-radius:100%; margin:5px; background-color:#ff464e; overflow:hidden; float:right; display:block; -webkit-transition:-webkit-transform 1s,height 1s,width 1s;}
.banner .swiper-slide .wen .w04 a b img{ display:block; height:10px; margin:9px auto;}
.banner .swiper-slide .wen .w04 a:hover b{ -webkit-transform:rotateX(-180deg);}

.banner .swi{ position:absolute; bottom:2.6vw; right:5%; z-index:9;}
.banner .swiper-button-white{ width:36px; height:36px; float:left; cursor:pointer; border:1px solid #fff; border-radius:100%; margin-left:15px;}
.banner .swiper-button-white:hover{ border:1px solid #e62129; background-color:#e62129;}
.banner .swiper-button-white img{ display:block; height:12px; margin:12px auto;}
.banner .swiper-pagination{ position:absolute; bottom:2.6vw; height:26px; left:5%; z-index:9;}
.banner .swiper-pagination span{ width:9px; height:26px; display:block; float:left; cursor:pointer; background-image:url(../images/bn.png); background-position:center; background-repeat:no-repeat; margin-right:15px; background-size:100% auto;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ width:26px; background-image:url(../images/bn01.png);}

.banner .down{ position:absolute; left:50%; bottom:2.34375vw; text-align:center; transform:translateX(-50%); z-index:3; cursor:pointer; transition:all 0.5s;}
.banner .down img{ display:block; margin:4px auto;}
.banner .down p{ display:block; color:#fff; font-size:14px; line-height:24px; opacity:.5;}
.banner .down:hover{ bottom:2vw;}
.banner .down:hover p{ opacity:1;}
}
@media only screen and (max-width:1023px){
.banner{ width:100%; height:60vh; position:relative; z-index:1; border-top:60px solid #fff;}
.banner .swiper-container,.banner .swiper-wrapper{ width:100%; height:100%;}
.banner .swiper-slide{ width:100%; height:100%; position:relative; display:block; overflow:hidden;}
.banner .swiper-slide .tu{ width:100%; height:100%; position:relative; z-index:1;}
.banner .swiper-slide .tu img{ width:100%; height:100%; object-fit:cover; display:block;}
.banner .swiper-slide .wen{ width:94%; position:absolute; left:3%; z-index:3; top:10%;}
.banner .swiper-slide .wen .w01{ width:100%; font-size:24px; line-height:34px; color:#fff; font-weight:bold;}
.banner .swiper-slide .wen .w02{ display:none; width:6px; height:6px; border:2px solid #e62129; border-radius:100%; margin-top:15px;}
.banner .swiper-slide .wen .w03{ width:90%; font-size:14px; line-height:24px; height:72px; color:#fff; margin-top:10px;}
.banner .swiper-slide .wen .w04{ margin-top:15px;}
.banner .swiper-slide .wen .w04 a{ width:120px; height:34px; display:block; line-height:34px; font-size:14px; color:#fff; text-indent:15px; border-radius:40px; background-color:#e62129; cursor:pointer; overflow:hidden;}
.banner .swiper-slide .wen .w04 a b{ width:24px; height:24px; border-radius:100%; margin:5px; background-color:#ff464e; overflow:hidden; float:right; display:block; -webkit-transition:-webkit-transform 1s,height 1s,width 1s;}
.banner .swiper-slide .wen .w04 a b img{ display:block; height:10px; margin:7px auto;}
.banner .swiper-slide .wen .w04 a:hover b{ -webkit-transform:rotateX(-180deg);}

.banner .swi{ position:absolute; bottom:20px; right:3%; z-index:9;}
.banner .swiper-button-white{ width:32px; height:32px; float:left; cursor:pointer; border:1px solid #fff; border-radius:100%; margin-left:10px;}
.banner .swiper-button-white:hover{ border:1px solid #e62129; background-color:#e62129;}
.banner .swiper-button-white img{ display:block; height:10px; margin:11px auto;}
.banner .swiper-pagination{ position:absolute; bottom:20px; height:20px; left:3%; z-index:9;}
.banner .swiper-pagination span{ width:6px; height:20px; display:block; float:left; cursor:pointer; background-image:url(../images/bn.png); background-position:center; background-repeat:no-repeat; margin-right:10px; background-size:100% auto;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ width:20px; background-image:url(../images/bn01.png);}

.banner .down{ display:none;}
}

/*通用*/
@media screen and (min-width:1600px){
.title{ width:100%; position:relative; z-index:3; margin-top:-5px;}
.title .t01{ font-size:16px; line-height:26px; font-weight:bold; color:#2e328d;}
.title .t02{ font-size:30px; line-height:40px; font-weight:bold; margin-top:0.42vw;}
.title .t03{ margin-top:1.2vw; width:70px; height:2px; background-color:#e62129;}

.title .more{ position:absolute; right:0; bottom:5px;}
.title .more a{ width:160px; height:40px; display:block; line-height:40px; font-size:14px; color:#fff; text-indent:30px; border-radius:40px; background-color:#2e328d; cursor:pointer; overflow:hidden; letter-spacing:4px;}
.title .more a b{ width:30px; height:30px; border-radius:100%; margin:5px; background-color:#4547ac; overflow:hidden; float:right; display:block; -webkit-transition:-webkit-transform 1s,height 1s,width 1s;}
.title .more a b img{ display:block; height:10px; margin:10px auto;}
.title .more a:hover b{ -webkit-transform:rotateX(-180deg);}

.index{ width:100%; position:relative; z-index:1; top:-90px; left:0;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.title{ width:100%; position:relative; z-index:3; margin-top:-5px;}
.title .t01{ font-size:15px; line-height:25px; font-weight:bold; color:#2e328d;}
.title .t02{ font-size:24px; line-height:34px; font-weight:bold; margin-top:0.42vw;}
.title .t03{ margin-top:1.2vw; width:50px; height:2px; background-color:#e62129;}

.title .more{ position:absolute; right:0; bottom:5px;}
.title .more a{ width:140px; height:38px; display:block; line-height:38px; font-size:14px; color:#fff; text-indent:20px; border-radius:40px; background-color:#2e328d; cursor:pointer; overflow:hidden; letter-spacing:2px;}
.title .more a b{ width:28px; height:28px; border-radius:100%; margin:5px; background-color:#4547ac; overflow:hidden; float:right; display:block; -webkit-transition:-webkit-transform 1s,height 1s,width 1s;}
.title .more a b img{ display:block; height:10px; margin:10px auto;}
.title .more a:hover b{ -webkit-transform:rotateX(-180deg);}

.index{ width:100%; position:relative; z-index:1; top:-80px; left:0;}
}
@media only screen and (max-width:1023px){
.title{ width:100%; position:relative; z-index:3; margin-top:-5px;}
.title .t01{ font-size:14px; line-height:24px; font-weight:bold; color:#2e328d;}
.title .t02{ font-size:18px; line-height:28px; font-weight:bold; margin-top:1px;}
.title .t03{ margin-top:13px; width:30px; height:2px; background-color:#e62129;}

.title .more{ position:absolute; right:0; bottom:5px;}
.title .more a{ width:120px; height:34px; display:block; line-height:34px; font-size:14px; color:#fff; text-indent:15px; border-radius:40px; background-color:#2e328d; cursor:pointer; overflow:hidden;}
.title .more a b{ width:24px; height:24px; border-radius:100%; margin:5px; background-color:#4547ac; overflow:hidden; float:right; display:block; -webkit-transition:-webkit-transform 1s,height 1s,width 1s;}
.title .more a b img{ display:block; height:10px; margin:7px auto;}
.title .more a:hover b{ -webkit-transform:rotateX(-180deg);}

.index{ width:100%; position:relative; z-index:1; top:-60px; left:0;}
}

@media screen and (min-width:1600px){
.abox{ width:100%; position:relative; z-index:1; background-color:#fff; display:flex; background-position:left bottom; background-size:auto 100%; background-repeat:no-repeat;}
.abox .left{ width:35.4%; padding:5.2vw 7%; padding-right:0; display:flex; justify-content:center; flex-direction:column;}
.abox .left .wen{ width:100%; margin-top:1.5625vw; font-size:16px; line-height:36px; height:180px;}
.abox .left .more{ margin-top:3.125vw;}
.abox .left .more a{ width:160px; height:40px; display:block; line-height:40px; font-size:14px; color:#fff; text-indent:30px; border-radius:40px; background-color:#2e328d; cursor:pointer; overflow:hidden; letter-spacing:4px;}
.abox .left .more a b{ width:30px; height:30px; border-radius:100%; margin:5px; background-color:#4547ac; overflow:hidden; float:right; display:block; -webkit-transition:-webkit-transform 1s,height 1s,width 1s;}
.abox .left .more a b img{ display:block; height:10px; margin:10px auto;}
.abox .left .more a:hover b{ -webkit-transform:rotateX(-180deg);}
.abox .mil{ width:20.1%; display:flex; justify-content:center; align-items:center;}
.abox .mil ul{ display:block; padding:3.9vw 3vw;}
.abox .mil ul li{ display:block; padding:1.3vw 0;}
.abox .mil ul li .w01{ display:flex; align-items:flex-end; height:54px;}
.abox .mil ul li .w01 b{ display:block; font-size:54px; line-height:54px; height:54px;}
.abox .mil ul li .w01 p{ display:block; font-size:16px; line-height:26px; height:26px; margin-left:8px;}
.abox .mil ul li .w02{ font-size:16px; line-height:30px; margin-top:5px;}
.abox .mil ul li .w02 img{ height:20px; margin-top:5px; margin-right:10px; float:left; display:block;}
.abox .right{ width:37.5%; position:relative;}
.abox .right .tu{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:1;}
.abox .right .tu img{ width:100%; height:100%; display:block; object-fit:cover;}
.abox .right .click{ width:100%; height:100%; position:relative; z-index:3; background-color:rgba(0,0,0,.5); display:block; overflow:hidden; cursor:pointer;}
.abox .right .click img{ width:4.17vw; display:block; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);}
.abox .right:hover .click{ opacity:0;}

.shipin{ width:100%; height:100%; background-color:rgba(0,0,0,.7); position:fixed; top:0; left:0; z-index:999999; display:none;}
.shipin .box{ padding:10px; padding-bottom:0; background-color:#fff; border-radius:5px; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); box-sizing:border-box;}
.shipin .video{ width:100%;}
.shipin .video video{ background-color:#000; width:90vw; max-width:1000px; max-height:80vh; display:block; overflow:hidden;}
.shipin .wen{ margin:15px auto;}
.shipin .wen b{ font-size:16px; line-height:20px; display:block; float:left; margin:0 10px; width:calc(100% - 80px); overflow:hidden;}
.shipin .wen a{ cursor:pointer; display:block; float:right; height:20px; margin:0 10px;}
.shipin .wen a img{ display:block; height:20px; -webkit-transition:1s linear; transition:1s ease-in;}
.shipin .wen a img:hover{ transform:rotate(360deg); -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg);}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.abox{ width:100%; position:relative; z-index:1; background-color:#fff; display:flex; background-position:left bottom; background-size:auto 100%; background-repeat:no-repeat;}
.abox .left{ width:35.4%; padding:5.2vw 5%; padding-right:0; display:flex; justify-content:center; flex-direction:column;}
.abox .left .wen{ width:100%; margin-top:1.5625vw; font-size:15px; line-height:31px; height:186px;}
.abox .left .more{ margin-top:3.125vw;}
.abox .left .more a{ width:140px; height:38px; display:block; line-height:38px; font-size:14px; color:#fff; text-indent:20px; border-radius:40px; background-color:#2e328d; cursor:pointer; overflow:hidden; letter-spacing:2px;}
.abox .left .more a b{ width:28px; height:28px; border-radius:100%; margin:5px; background-color:#4547ac; overflow:hidden; float:right; display:block; -webkit-transition:-webkit-transform 1s,height 1s,width 1s;}
.abox .left .more a b img{ display:block; height:10px; margin:10px auto;}
.abox .left .more a:hover b{ -webkit-transform:rotateX(-180deg);}
.abox .mil{ width:22.1%; display:flex; justify-content:center; align-items:center;}
.abox .mil ul{ display:block; padding:3.9vw 3vw;}
.abox .mil ul li{ display:block; padding:1.3vw 0;}
.abox .mil ul li .w01{ display:flex; align-items:flex-end; height:46px;}
.abox .mil ul li .w01 b{ display:block; font-size:44px; line-height:46px; height:46px;}
.abox .mil ul li .w01 p{ display:block; font-size:15px; line-height:25px; height:25px; margin-left:6px;}
.abox .mil ul li .w02{ font-size:15px; line-height:25px; margin-top:3px;}
.abox .mil ul li .w02 img{ height:18px; margin-top:5px; margin-right:7px; float:left; display:block;}
.abox .right{ width:37.5%; position:relative;}
.abox .right .tu{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:1;}
.abox .right .tu img{ width:100%; height:100%; display:block; object-fit:cover;}
.abox .right .click{ width:100%; height:100%; position:relative; z-index:3; background-color:rgba(0,0,0,.5); display:block; overflow:hidden; cursor:pointer;}
.abox .right .click img{ width:4.17vw; display:block; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);}
.abox .right:hover .click{ opacity:0;}

.shipin{ width:100%; height:100%; background-color:rgba(0,0,0,.7); position:fixed; top:0; left:0; z-index:999999; display:none;}
.shipin .box{ padding:10px; padding-bottom:0; background-color:#fff; border-radius:5px; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); box-sizing:border-box;}
.shipin .video{ width:100%;}
.shipin .video video{ background-color:#000; width:90vw; max-width:1000px; max-height:80vh; display:block; overflow:hidden;}
.shipin .wen{ margin:15px auto;}
.shipin .wen b{ font-size:16px; line-height:20px; display:block; float:left; margin:0 10px; width:calc(100% - 80px); overflow:hidden;}
.shipin .wen a{ cursor:pointer; display:block; float:right; height:20px; margin:0 10px;}
.shipin .wen a img{ display:block; height:20px; -webkit-transition:1s linear; transition:1s ease-in;}
.shipin .wen a img:hover{ transform:rotate(360deg); -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg);}
}
@media only screen and (max-width:1023px){
.abox{ width:100%; position:relative; z-index:1; background-color:#fff; background-position:left bottom 50vw; background-size:134% auto; background-repeat:no-repeat;}
.abox .left{ width:94%; padding:40px 3%; padding-bottom:0;}
.abox .left .wen{ width:100%; margin-top:15px; font-size:14px; line-height:24px; height:168px;}
.abox .left .more{ margin-top:15px;}
.abox .left .more a{ width:120px; height:34px; display:block; line-height:34px; font-size:14px; color:#fff; text-indent:15px; border-radius:40px; background-color:#2e328d; cursor:pointer; overflow:hidden;}
.abox .left .more a b{ width:24px; height:24px; border-radius:100%; margin:5px; background-color:#4547ac; overflow:hidden; float:right; display:block; -webkit-transition:-webkit-transform 1s,height 1s,width 1s;}
.abox .left .more a b img{ display:block; height:10px; margin:7px auto;}
.abox .left .more a:hover b{ -webkit-transform:rotateX(-180deg);}
.abox .mil{ width:94%; padding:10px 3%; padding-bottom:25px;}
.abox .mil ul{ display:flex; flex-wrap:wrap; width:100%;}
.abox .mil ul li{ width:48.5%; display:block; margin-left:3%; margin-top:10px;}
.abox .mil ul li:nth-child(2n+1){ margin-left:0;}
.abox .mil ul li .w01{ display:flex; align-items:flex-end; height:38px;}
.abox .mil ul li .w01 b{ display:block; font-size:34px; line-height:38px; height:38px;}
.abox .mil ul li .w01 p{ display:block; font-size:14px; line-height:24px; height:24px; margin-left:4px;}
.abox .mil ul li .w02{ font-size:14px; line-height:26px;}
.abox .mil ul li .w02 img{ height:16px; margin-top:5px; margin-right:4px; float:left; display:block;}
.abox .right{ width:100%; position:relative; height:50vw;}
.abox .right .tu{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:1;}
.abox .right .tu img{ width:100%; height:100%; display:block; object-fit:cover;}
.abox .right .click{ width:100%; height:100%; position:relative; z-index:3; background-color:rgba(0,0,0,.5); display:block; overflow:hidden; cursor:pointer;}
.abox .right .click img{ width:40px; display:block; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);}
.abox .right:hover .click{ opacity:0;}

.shipin{ width:100%; height:100%; background-color:rgba(0,0,0,.7); position:fixed; top:0; left:0; z-index:999999; display:none;}
.shipin .box{ padding:5px; padding-bottom:0; background-color:#fff; border-radius:5px; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); box-sizing:border-box;}
.shipin .video{ width:100%;}
.shipin .video video{ background-color:#000; width:90vw; max-width:870px; max-height:80vh; display:block; overflow:hidden;}
.shipin .wen{ margin:10px auto;}
.shipin .wen b{ font-size:14px; line-height:20px; display:block; float:left; margin:0 10px; width:calc(100% - 80px); overflow:hidden;}
.shipin .wen a{ cursor:pointer; display:block; float:right; height:20px; margin:0 10px;}
.shipin .wen a img{ display:block; height:20px; -webkit-transition:1s linear; transition:1s ease-in;}
.shipin .wen a img:hover{ transform:rotate(360deg); -ms-transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg);}
}

/*经典案例*/
@media screen and (min-width:1600px){
.cbox{ width:86%; padding:5.2vw 7%; position:relative; z-index:1; background-color:#f5f5f5;}
.cbox .title .t02{ width:calc(97% - 160px);}
.cbox .box{ width:100%; margin-top:1.82vw;}
.cbox .box .swiper-slide{ width:31.52%;}
.cbox .box .swiper-slide .w01{ width:100%; position:relative; z-index:3;}
.cbox .box .swiper-slide .w01 a{ display:flex; align-items:center; justify-content:center; min-width:160px; height:46px; line-height:46px; font-size:16px; background-color:#2e328d; color:#fff; padding:0 1.04vw; float:left; box-sizing:border-box;}
.cbox .box .swiper-slide .w01 a img{ display:block; height:20px; margin-right:0.52vw;}
.cbox .box .swiper-slide .w02{ width:100%; position:relative; z-index:1; margin-top:-26px;}
.cbox .box .swiper-slide .w02 a{ width:100%; padding-top:73.07%; display:block; position:relative; overflow:hidden;}
.cbox .box .swiper-slide .w02 a img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.cbox .box .swiper-slide .w02 a:hover img{ transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}
.cbox .box .swiper-slide .w03{ width:100%; margin-top:0.78125vw;}
.cbox .box .swiper-slide .w03 a{ width:100%; font-size:20px; height:30px; line-height:30px; font-weight:bold; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.cbox .box .swiper-slide .w03 a:hover{ color:#2e328d;}
.cbox .box .swiper-slide .w04{ width:100%; margin-top:0.26vw; font-size:16px; line-height:30px; height:60px; color:#666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.cbox .box .swiper-slide .w05{ width:100%; margin-top:0.15625vw;}
.cbox .box .swiper-slide .w05 a{ display:block; float:right; font-size:16px; line-height:26px; color:#999;}
.cbox .box .swiper-slide .w05 a b{ width:10px; height:10px; display:block; float:right; margin:8px 10px; margin-right:0; background-image:url(../images/more01.png);}
.cbox .box .swiper-slide .w05 a:hover{ color:#2e328d;}
.cbox .box .swiper-slide .w05 a:hover b{ background-image:url(../images/more02.png);}

.cbox .swiper-pagination{ width:100%; margin-top:1.82vw; display:flex; flex-wrap:wrap; justify-content:center;}
.cbox .swiper-pagination span{ width:10px; height:10px; display:block; margin:0 5px; cursor:pointer; border-radius:10px; background-color:#999;}
.cbox .swiper-pagination span.swiper-pagination-bullet-active{ width:60px; background-color:#2e328d;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.cbox{ width:90%; padding:5.2vw 5%; position:relative; z-index:1; background-color:#f5f5f5;}
.cbox .title .t02{ width:calc(97% - 140px);}
.cbox .box{ width:100%; margin-top:1.82vw;}
.cbox .box .swiper-slide{ width:31.52%;}
.cbox .box .swiper-slide .w01{ width:100%; position:relative; z-index:3;}
.cbox .box .swiper-slide .w01 a{ display:flex; align-items:center; justify-content:center; min-width:140px; height:40px; line-height:40px; font-size:15px; background-color:#2e328d; color:#fff; padding:0 1.04vw; float:left; box-sizing:border-box;}
.cbox .box .swiper-slide .w01 a img{ display:block; height:18px; margin-right:0.52vw;}
.cbox .box .swiper-slide .w02{ width:100%; position:relative; z-index:1; margin-top:-20px;}
.cbox .box .swiper-slide .w02 a{ width:100%; padding-top:73.07%; display:block; position:relative; overflow:hidden;}
.cbox .box .swiper-slide .w02 a img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.cbox .box .swiper-slide .w02 a:hover img{ transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}
.cbox .box .swiper-slide .w03{ width:100%; margin-top:0.78125vw;}
.cbox .box .swiper-slide .w03 a{ width:100%; font-size:18px; height:28px; line-height:28px; font-weight:bold; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.cbox .box .swiper-slide .w03 a:hover{ color:#2e328d;}
.cbox .box .swiper-slide .w04{ width:100%; margin-top:0.26vw; font-size:15px; line-height:27px; height:54px; color:#666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.cbox .box .swiper-slide .w05{ width:100%; margin-top:0.15625vw;}
.cbox .box .swiper-slide .w05 a{ display:block; float:right; font-size:15px; line-height:25px; height:25px; color:#999;}
.cbox .box .swiper-slide .w05 a b{ width:10px; height:10px; display:block; float:right; margin:8px 7px; margin-right:0; background-image:url(../images/more01.png);}
.cbox .box .swiper-slide .w05 a:hover{ color:#2e328d;}
.cbox .box .swiper-slide .w05 a:hover b{ background-image:url(../images/more02.png);}

.cbox .swiper-pagination{ width:100%; margin-top:1.82vw; display:flex; flex-wrap:wrap; justify-content:center;}
.cbox .swiper-pagination span{ width:8px; height:8px; display:block; margin:0 4px; cursor:pointer; border-radius:10px; background-color:#999;}
.cbox .swiper-pagination span.swiper-pagination-bullet-active{ width:50px; background-color:#2e328d;}
}
@media only screen and (max-width:1023px){
.cbox{ width:94%; padding:40px 3%; position:relative; z-index:1; background-color:#f5f5f5;}
.cbox .title .t02{ width:calc(97% - 120px);}
.cbox .box{ width:100%; margin-top:15px;}
.cbox .box .swiper-slide{ width:100%;}
.cbox .box .swiper-slide .w01{ width:100%; position:relative; z-index:3;}
.cbox .box .swiper-slide .w01 a{ display:flex; align-items:center; justify-content:center; min-width:120px; height:34px; line-height:34px; font-size:14px; background-color:#2e328d; color:#fff; padding:0 15px; float:left; box-sizing:border-box;}
.cbox .box .swiper-slide .w01 a img{ display:block; height:16px; margin-right:5px;}
.cbox .box .swiper-slide .w02{ width:100%; position:relative; z-index:1; margin-top:-17px;}
.cbox .box .swiper-slide .w02 a{ width:100%; padding-top:73.07%; display:block; position:relative; overflow:hidden;}
.cbox .box .swiper-slide .w02 a img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.cbox .box .swiper-slide .w02 a:hover img{ transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}
.cbox .box .swiper-slide .w03{ width:100%; margin-top:10px;}
.cbox .box .swiper-slide .w03 a{ width:100%; font-size:16px; height:26px; line-height:26px; font-weight:bold; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.cbox .box .swiper-slide .w03 a:hover{ color:#2e328d;}
.cbox .box .swiper-slide .w04{ width:100%; margin-top:5px; font-size:14px; line-height:24px; height:48px; color:#666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.cbox .box .swiper-slide .w05{ width:100%; margin-top:5px;}
.cbox .box .swiper-slide .w05 a{ display:block; float:right; font-size:14px; line-height:24px; height:24px; color:#999;}
.cbox .box .swiper-slide .w05 a b{ width:10px; height:10px; display:block; float:right; margin:7px; margin-right:0; background-image:url(../images/more01.png);}
.cbox .box .swiper-slide .w05 a:hover{ color:#2e328d;}
.cbox .box .swiper-slide .w05 a:hover b{ background-image:url(../images/more02.png);}

.cbox .swiper-pagination{ width:100%; margin-top:15px; display:flex; flex-wrap:wrap; justify-content:center;}
.cbox .swiper-pagination span{ width:6px; height:6px; display:block; margin:0 3px; cursor:pointer; border-radius:10px; background-color:#999;}
.cbox .swiper-pagination span.swiper-pagination-bullet-active{ width:40px; background-color:#2e328d;}
}

/*技术创新*/
@media screen and (min-width:1600px){
.jbox{ width:100%; height:46.875vw; max-height:calc(100% - 90px); display:flex; position:relative; z-index:1; background-color:#fff;}
.jbox .item{ width:20.83%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.jbox .item.cur{ width:37.51%;}
.jbox .item a{ width:100%; height:100%; display:block; position:relative; overflow:hidden; background-color:rgba(0,0,0,.7); -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.jbox .item.cur a{ background-color:transparent;}
.jbox .item .wen{ position:absolute; bottom:0; left:0; padding:2.6vw 2.08vw; width:100%; box-sizing:border-box; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.jbox .item.cur .wen{ left:-100%;}
.jbox .item .wen .w01{ font-size:72px; line-height:80px; height:80px; color:#fff; opacity:.5;}
.jbox .item .wen .w02{ font-size:24px; line-height:34px; height:34px; color:#fff; margin-top:0.78125vw;}
.jbox .item .wen .w03{ width:40px; height:2px; background-color:#fff; margin-top:0.78125vw;}
.jbox .item .cont{ position:absolute; bottom:0; left:100%; padding:1.82vw 2.08vw; width:81.25%; box-sizing:border-box; background-color:#2e328d; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.jbox .item.cur .cont{ left:18.75%;}
.jbox .item .cont .w01{ font-size:24px; line-height:34px; color:#fff; position:relative; z-index:3;}
.jbox .item .cont .w02{ width:40px; height:2px; background-color:#fff; margin-top:0.78125vw; position:relative; z-index:3;}
.jbox .item .cont .w03{ font-size:16px; line-height:28px; height:56px; color:#fff; margin-top:1.2vw; position:relative; z-index:3;}
.jbox .item .cont .w04{ font-size:150px; line-height:150px; height:150px; color:#fff; opacity:.1; position:absolute; bottom:-15px; left:67.17%; z-index:1;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.jbox{ width:100%; height:46.875vw; max-height:calc(100% - 80px); display:flex; position:relative; z-index:1; background-color:#fff;}
.jbox .item{ width:20.83%; background-position:center; background-repeat:no-repeat; background-size:cover;}
.jbox .item.cur{ width:37.51%;}
.jbox .item a{ width:100%; height:100%; display:block; position:relative; overflow:hidden; background-color:rgba(0,0,0,.7); -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.jbox .item.cur a{ background-color:transparent;}
.jbox .item .wen{ position:absolute; bottom:0; left:0; padding:2.6vw 2.08vw; width:100%; box-sizing:border-box; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.jbox .item.cur .wen{ left:-100%;}
.jbox .item .wen .w01{ font-size:54px; line-height:64px; height:64px; color:#fff; opacity:.5;}
.jbox .item .wen .w02{ font-size:20px; line-height:30px; height:30px; color:#fff; margin-top:0.78125vw;}
.jbox .item .wen .w03{ width:30px; height:2px; background-color:#fff; margin-top:0.78125vw;}
.jbox .item .cont{ position:absolute; bottom:0; left:100%; padding:1.82vw 2.08vw; width:86.66%; box-sizing:border-box; background-color:#2e328d; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.jbox .item.cur .cont{ left:13.34%;}
.jbox .item .cont .w01{ font-size:20px; line-height:30px; color:#fff; position:relative; z-index:3;}
.jbox .item .cont .w02{ width:30px; height:2px; background-color:#fff; margin-top:0.78125vw; position:relative; z-index:3;}
.jbox .item .cont .w03{ font-size:15px; line-height:25px; height:50px; color:#fff; margin-top:1.2vw; position:relative; z-index:3;}
.jbox .item .cont .w04{ font-size:100px; line-height:100px; height:100px; color:#fff; opacity:.1; position:absolute; bottom:-10px; left:65.17%; z-index:1;}
}
@media only screen and (max-width:1023px){
.jbox{ width:100%; display:flex; flex-wrap:wrap; position:relative; z-index:1; background-color:#fff;}
.jbox .item{ width:50%; height:30vh; background-position:center; background-repeat:no-repeat; background-size:cover;}
.jbox .item a{ width:100%; height:100%; display:block; position:relative; overflow:hidden; background-color:rgba(0,0,0,.7); -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.jbox .item.cur a{ background-color:transparent;}
.jbox .item .wen{ position:absolute; bottom:0; left:0; padding:20px 3vw; width:100%; box-sizing:border-box; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.jbox .item.cur .wen{ left:-100%;}
.jbox .item .wen .w01{ font-size:36px; line-height:40px; height:40px; color:#fff; opacity:.5;}
.jbox .item .wen .w02{ font-size:16px; line-height:26px; height:26px; color:#fff; margin-top:5px;}
.jbox .item .wen .w03{ width:20px; height:2px; background-color:#fff; margin-top:10px;}
.jbox .item .cont{ position:absolute; bottom:0; left:100%; padding:15px; width:calc(100% - 3vw); box-sizing:border-box; background-color:#2e328d; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.jbox .item.cur .cont{ left:3vw;}
.jbox .item .cont .w01{ font-size:16px; line-height:26px; color:#fff; position:relative; z-index:3;}
.jbox .item .cont .w02{ width:20px; height:2px; background-color:#fff; margin-top:5px; position:relative; z-index:3;}
.jbox .item .cont .w03{ font-size:14px; line-height:24px; max-height:72px; color:#fff; margin-top:10px; position:relative; z-index:3;}
.jbox .item .cont .w04{ font-size:50px; line-height:50px; height:50px; color:#fff; opacity:.1; position:absolute; bottom:-5px; left:65.17%; z-index:1;}
}

/*旗下公司*/
@media screen and (min-width:1600px){
.qbox{ width:86%; padding:5.2vw 7%; position:relative; z-index:1; background-color:#fff;}
.qbox .title .t02{ width:calc(97% - 160px);}
.qbox .box{ width:100%; margin-top:1.82vw; border-top:1px solid #eee; padding-top:1.51vw; position:relative; z-index:3;}
.qbox .box .swiper-pagination{ position:absolute; right:0; top:1.51vw; margin-top:1px; z-index:1; font-size:18px; line-height:40px;}
.qbox .box .swiper-pagination span.swiper-pagination-current{ font-size:30px; color:#e62129;}
.qbox .box .gallery-thumbs{ width:calc(100% - 85px); position:relative; z-index:3;}
.qbox .box .gallery-thumbs .swiper-slide{ width:auto; padding:0 1.51vw; border:1px solid #eee; height:38px; line-height:38px; font-size:16px; border-radius:40px; margin-right:20px; cursor:pointer;}
.qbox .box .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{ border:1px solid #2e328d; background-color:#2e328d; color:#fff;}
.qbox .box .gallery-top{ width:58.18%; overflow:visible; margin-top:2.08vw;}
.qbox .box .gallery-top .swiper-slide .tu{ width:100%; position:relative; z-index:1;}
.qbox .box .gallery-top .swiper-slide .tu img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0;}
.qbox .box .gallery-top .swiper-slide .tu b{ width:100%; padding-top:50%; position:relative; z-index:3; display:block; background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.0)); overflow:hidden;}
.qbox .box .gallery-top .swiper-slide.swiper-slide-active .tu b{ background:linear-gradient(to top,rgba(46,50,141,.7),rgba(46,50,141,.0));}
.qbox .box .gallery-top .swiper-slide .wen{ padding:2.08vw; width:100%; box-sizing:border-box; position:absolute; left:0; bottom:0; z-index:9; text-align:center;}
.qbox .box .gallery-top .swiper-slide .wen .w01{ font-size:20px; line-height:30px; color:#fff;}
.qbox .box .gallery-top .swiper-slide .wen .w02{ font-size:16px; line-height:26px; color:#fff; margin-top:0.52vw; display:none;}
.qbox .box .gallery-top .swiper-slide.swiper-slide-active .wen .w02{ display:block;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.qbox{ width:90%; padding:5.2vw 5%; position:relative; z-index:1; background-color:#fff;}
.qbox .title .t02{ width:calc(97% - 140px);}
.qbox .box{ width:100%; margin-top:1.82vw; border-top:1px solid #eee; padding-top:1.51vw; position:relative; z-index:3;}
.qbox .box .swiper-pagination{ position:absolute; right:0; top:1.51vw; margin-top:1px; z-index:1; font-size:16px; line-height:38px;}
.qbox .box .swiper-pagination span.swiper-pagination-current{ font-size:24px; color:#e62129;}
.qbox .box .gallery-thumbs{ width:calc(100% - 75px); position:relative; z-index:3;}
.qbox .box .gallery-thumbs .swiper-slide{ width:auto; padding:0 1.51vw; border:1px solid #eee; height:36px; line-height:36px; font-size:15px; border-radius:40px; margin-right:15px; cursor:pointer;}
.qbox .box .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{ border:1px solid #2e328d; background-color:#2e328d; color:#fff;}
.qbox .box .gallery-top{ width:58.18%; overflow:visible; margin-top:2.08vw;}
.qbox .box .gallery-top .swiper-slide .tu{ width:100%; position:relative; z-index:1;}
.qbox .box .gallery-top .swiper-slide .tu img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0;}
.qbox .box .gallery-top .swiper-slide .tu b{ width:100%; padding-top:50%; position:relative; z-index:3; display:block; background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.0)); overflow:hidden;}
.qbox .box .gallery-top .swiper-slide.swiper-slide-active .tu b{ background:linear-gradient(to top,rgba(46,50,141,.7),rgba(46,50,141,.0));}
.qbox .box .gallery-top .swiper-slide .wen{ padding:2.08vw; width:100%; box-sizing:border-box; position:absolute; left:0; bottom:0; z-index:9; text-align:center;}
.qbox .box .gallery-top .swiper-slide .wen .w01{ font-size:18px; line-height:28px; color:#fff;}
.qbox .box .gallery-top .swiper-slide .wen .w02{ font-size:15px; line-height:25px; color:#fff; margin-top:0.52vw; display:none;}
.qbox .box .gallery-top .swiper-slide.swiper-slide-active .wen .w02{ display:block;}
}
@media only screen and (max-width:1023px){
.qbox{ width:94%; padding:40px 3%; position:relative; z-index:1; background-color:#fff;}
.qbox .title .t02{ width:calc(97% - 120px);}
.qbox .box{ width:100%; margin-top:15px; border-top:1px solid #eee; padding-top:15px; position:relative; z-index:3;}
.qbox .box .swiper-pagination{ position:absolute; right:0; top:15px; margin-top:1px; z-index:1; font-size:14px; line-height:34px;}
.qbox .box .swiper-pagination span.swiper-pagination-current{ font-size:20px; color:#e62129;}
.qbox .box .gallery-thumbs{ width:calc(100% - 65px); position:relative; z-index:3;}
.qbox .box .gallery-thumbs .swiper-slide{ width:auto; padding:0 14px; border:1px solid #eee; height:32px; line-height:32px; font-size:14px; border-radius:40px; margin-right:10px; cursor:pointer;}
.qbox .box .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{ border:1px solid #2e328d; background-color:#2e328d; color:#fff;}
.qbox .box .gallery-top{ width:100%; overflow:visible; margin-top:20px;}
.qbox .box .gallery-top .swiper-slide .tu{ width:100%; position:relative; z-index:1;}
.qbox .box .gallery-top .swiper-slide .tu img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0;}
.qbox .box .gallery-top .swiper-slide .tu b{ width:100%; padding-top:50%; position:relative; z-index:3; display:block; background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.0)); overflow:hidden;}
.qbox .box .gallery-top .swiper-slide.swiper-slide-active .tu b{ background:linear-gradient(to top,rgba(46,50,141,.7),rgba(46,50,141,.0));}
.qbox .box .gallery-top .swiper-slide .wen{ padding:15px; width:100%; box-sizing:border-box; position:absolute; left:0; bottom:0; z-index:9; text-align:center;}
.qbox .box .gallery-top .swiper-slide .wen .w01{ font-size:16px; line-height:26px; color:#fff;}
.qbox .box .gallery-top .swiper-slide .wen .w02{ font-size:14px; line-height:24px; color:#fff; margin-top:5px; display:none;}
.qbox .box .gallery-top .swiper-slide.swiper-slide-active .wen .w02{ display:block;}
}

/*新闻中心*/
@media screen and (min-width:1600px){
.nbox{ width:86%; padding:5.2vw 7%; position:relative; z-index:1; background-color:#f5f5f5;}
.nbox .title .t02{ width:calc(97% - 160px);}
.nbox .box{ width:100%; margin-top:1.82vw; position:relative; z-index:3; display:flex;}
.nbox .box .left{ width:43.64%;}
.nbox .box .left .w01{ font-size:16px; line-height:24px; height:24px; margin-top:-5px;}
.nbox .box .left .w02{ margin-top:0.52vw;}
.nbox .box .left .w02 a{ width:100%; font-size:20px; line-height:30px; height:30px; font-weight:bold; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.nbox .box .left .w02 a:hover{ color:#2e328d;}
.nbox .box .left .w03{ margin-top:0.4167vw; font-size:16px; line-height:30px; height:60px; color:#666;}
.nbox .box .left .w04{ margin-top:0.677vw;}
.nbox .box .left .w04 a{ width:100%; padding-top:62.5%; position:relative; z-index:3; display:block; overflow:hidden;}
.nbox .box .left .w04 img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0;}
.nbox .box .right{ width:50.3%; margin-left:6.06%; display:flex; flex-direction:column; justify-content:space-between;}
.nbox .box .right li{ width:100%; display:flex; align-items:center; overflow:hidden;}
.nbox .box .right li .tu{ width:32.53%; margin-right:3.61%;}
.nbox .box .right li .tu a{ width:100%; padding-top:62.5%; position:relative; z-index:3; display:block; overflow:hidden;}
.nbox .box .right li .tu img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0;}
.nbox .box .right li .wen{ width:63.86%;}
.nbox .box .right li .wen .w01{ font-size:16px; line-height:28px; height:28px;}
.nbox .box .right li .wen .w02{ margin-top:0.4167vw;}
.nbox .box .right li .wen .w02 a{ width:100%; font-size:20px; line-height:30px; height:30px; font-weight:bold; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.nbox .box .right li .wen .w02 a:hover{ color:#2e328d;}
.nbox .box .right li .wen .w03{ margin-top:0.4167vw; font-size:16px; line-height:30px; height:60px; color:#666;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.nbox{ width:90%; padding:5.2vw 5%; position:relative; z-index:1; background-color:#f5f5f5;}
.nbox .title .t02{ width:calc(97% - 140px);}
.nbox .box{ width:100%; margin-top:1.82vw; position:relative; z-index:3; display:flex;}
.nbox .box .left{ width:44%;}
.nbox .box .left .w01{ font-size:15px; line-height:23px; height:23px; margin-top:-5px;}
.nbox .box .left .w02{ margin-top:0.52vw;}
.nbox .box .left .w02 a{ width:100%; font-size:18px; line-height:28px; height:28px; font-weight:bold; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.nbox .box .left .w02 a:hover{ color:#2e328d;}
.nbox .box .left .w03{ margin-top:0.4167vw; font-size:15px; line-height:27px; height:54px; color:#666;}
.nbox .box .left .w04{ margin-top:0.677vw;}
.nbox .box .left .w04 a{ width:100%; padding-top:62.5%; position:relative; z-index:3; display:block; overflow:hidden;}
.nbox .box .left .w04 img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0;}
.nbox .box .right{ width:52%; margin-left:4%; display:flex; flex-direction:column; justify-content:space-between;}
.nbox .box .right li{ width:100%; display:flex; align-items:center; overflow:hidden;}
.nbox .box .right li .tu{ width:34%; margin-right:3%;}
.nbox .box .right li .tu a{ width:100%; padding-top:62.5%; position:relative; z-index:3; display:block; overflow:hidden;}
.nbox .box .right li .tu img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0;}
.nbox .box .right li .wen{ width:63%;}
.nbox .box .right li .wen .w01{ font-size:15px; line-height:25px; height:25px;}
.nbox .box .right li .wen .w02{ margin-top:0.4167vw;}
.nbox .box .right li .wen .w02 a{ width:100%; font-size:18px; line-height:28px; height:28px; font-weight:bold; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.nbox .box .right li .wen .w02 a:hover{ color:#2e328d;}
.nbox .box .right li .wen .w03{ margin-top:0.4167vw; font-size:15px; line-height:27px; height:54px; color:#666;}
}
@media only screen and (max-width:1023px){
.nbox{ width:94%; padding:40px 3%; position:relative; z-index:1; background-color:#f5f5f5;}
.nbox .title .t02{ width:calc(97% - 120px);}
.nbox .box{ width:100%; margin-top:10px; position:relative; z-index:3;}
.nbox .box .left{ width:100%;}
.nbox .box .left .w01{ font-size:14px; line-height:22px; height:22px;}
.nbox .box .left .w02{ margin-top:5px;}
.nbox .box .left .w02 a{ width:100%; font-size:16px; line-height:26px; height:26px; font-weight:bold; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.nbox .box .left .w02 a:hover{ color:#2e328d;}
.nbox .box .left .w03{ margin-top:5px; font-size:14px; line-height:24px; height:48px; color:#666;}
.nbox .box .left .w04{ margin-top:10px;}
.nbox .box .left .w04 a{ width:100%; padding-top:62.5%; position:relative; z-index:3; display:block; overflow:hidden;}
.nbox .box .left .w04 img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0;}
.nbox .box .right{ width:100%; display:block; padding-top:5px;}
.nbox .box .right li{ width:100%; display:flex; align-items:center; overflow:hidden; margin-top:15px;}
.nbox .box .right li .tu{ width:160px; margin-right:3%;}
.nbox .box .right li .tu a{ width:100%; padding-top:62.5%; position:relative; z-index:3; display:block; overflow:hidden;}
.nbox .box .right li .tu img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0;}
.nbox .box .right li .wen{ width:calc(97% - 160px);}
.nbox .box .right li .wen .w01{ font-size:14px; line-height:22px; height:22px;}
.nbox .box .right li .wen .w02{ width:100%;}
.nbox .box .right li .wen .w02 a{ width:100%; font-size:16px; line-height:26px; height:26px; font-weight:bold; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.nbox .box .right li .wen .w02 a:hover{ color:#2e328d;}
.nbox .box .right li .wen .w03{ font-size:14px; line-height:24px; height:48px; color:#666;}
}

/*业务范围*/
@media screen and (min-width:1600px){
.sbox{ width:86%; padding:5.2vw 7%; position:relative; z-index:1; background-position:center; background-repeat:no-repeat; background-size:cover;}
.sbox .bg{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:1; background-color:rgba(0,0,0,.7);}
.sbox .title .t01,.sbox .title .t02{ color:#fff;}
.sbox .title .t02{ width:calc(97% - 40px);}
.sbox .hd{ width:45%; padding-top:3.125vw; position:relative; z-index:3; padding-bottom:calc(4.94vw + 35px);}
.sbox .hd li{ display:block; margin-top:1.82vw; overflow:hidden;}
.sbox .hd li a{ display:block; float:left; padding-bottom:0.26vw; font-size:20px; line-height:30px; height:30px; overflow:hidden; color:#fff; cursor:pointer;}
.sbox .hd li.on a{ border-bottom:2px solid #e62129;}
.sbox .more{ width:40px; height:40px; border-radius:100%; position:absolute; left:7%; bottom:5.2vw; z-index:9;}
.sbox .more a{ width:100%; height:40px; border-radius:100%; background-color:#fff; overflow:hidden; position:relative; display:block;}
.sbox .more a:before{ width:12px; height:2px; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); background-color:#2e328d; display:block; content:''; overflow:hidden;}
.sbox .more a:after{ width:2px; height:12px; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); background-color:#2e328d; display:block; content:''; overflow:hidden;}
.sbox .more a:hover{ background-color:#e62129;}
.sbox .more a:hover:before,.sbox .more a:hover:after{ background-color:#fff;}
.sbox .anniu{ position:absolute; right:7%; top:11.2vw; z-index:3;}
.sbox .anniu a{ width:38px; height:38px; cursor:pointer; border:1px solid #fff; border-radius:100%; margin-bottom:30px; display:block; overflow:hidden;}
.sbox .anniu a:hover{ border:1px solid #e62129; background-color:#e62129;}
.sbox .anniu a img{ display:block; height:14px; margin:12px auto;}
.sbox .box{ width:50%; position:absolute; right:0; bottom:0; z-index:3; background-color:#2e328d; border-top-left-radius:1.5625vw;}
.sbox .box .conWrap,.sbox .box .con{ width:100% !important; height:auto !important; position:relative !important;}
.sbox .box .con{ padding:3.125vw 7.29%; padding-bottom:5.2vw; padding-right:14%; box-sizing:border-box;}
.sbox .box .con .w01{ font-size:16px; line-height:36px; height:108px; color:#fff;}
.sbox .box .con .w02{ margin-top:2.08vw;}
.sbox .box .con .w02 a{ width:140px; height:40px; line-height:40px; font-size:16px; text-align:center; background-color:#fff; border-radius:5px; overflow:hidden; display:block; color:#2e328d;}
.sbox .box .con .w02 a:hover{ color:#e62129;}
.sbox .box .con .w03{ font-size:120px; line-height:120px; height:120px; position:absolute; right:-25px; bottom:-12px; opacity:.1; color:#fff;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.sbox{ width:90%; padding:5.2vw 5%; position:relative; z-index:1; background-position:center; background-repeat:no-repeat; background-size:cover;}
.sbox .bg{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:1; background-color:rgba(0,0,0,.7);}
.sbox .title .t01,.sbox .title .t02{ color:#fff;}
.sbox .title .t02{ width:calc(97% - 38px);}
.sbox .hd{ width:45%; padding-top:3.125vw; position:relative; z-index:3; padding-bottom:calc(4.94vw + 33px);}
.sbox .hd li{ display:block; margin-top:1.82vw; overflow:hidden;}
.sbox .hd li a{ display:block; float:left; padding-bottom:0.26vw; font-size:18px; line-height:28px; height:28px; overflow:hidden; color:#fff; cursor:pointer;}
.sbox .hd li.on a{ border-bottom:2px solid #e62129;}
.sbox .more{ width:38px; height:38px; border-radius:100%; position:absolute; left:5%; bottom:5.2vw; z-index:9;}
.sbox .more a{ width:100%; height:38px; border-radius:100%; background-color:#fff; overflow:hidden; position:relative; display:block;}
.sbox .more a:before{ width:12px; height:2px; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); background-color:#2e328d; display:block; content:''; overflow:hidden;}
.sbox .more a:after{ width:2px; height:12px; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); background-color:#2e328d; display:block; content:''; overflow:hidden;}
.sbox .more a:hover{ background-color:#e62129;}
.sbox .more a:hover:before,.sbox .more a:hover:after{ background-color:#fff;}
.sbox .anniu{ position:absolute; right:5%; top:11.2vw; z-index:3;}
.sbox .anniu a{ width:36px; height:36px; cursor:pointer; border:1px solid #fff; border-radius:100%; margin-bottom:20px; display:block; overflow:hidden;}
.sbox .anniu a:hover{ border:1px solid #e62129; background-color:#e62129;}
.sbox .anniu a img{ display:block; height:12px; margin:12px auto;}
.sbox .box{ width:50%; position:absolute; right:0; bottom:0; z-index:3; background-color:#2e328d; border-top-left-radius:1.5625vw;}
.sbox .box .conWrap,.sbox .box .con{ width:100% !important; height:auto !important; position:relative !important;}
.sbox .box .con{ padding:3.125vw 6%; padding-bottom:5.2vw; padding-right:10%; box-sizing:border-box;}
.sbox .box .con .w01{ font-size:15px; line-height:29px; height:87px; color:#fff;}
.sbox .box .con .w02{ margin-top:2.08vw;}
.sbox .box .con .w02 a{ width:130px; height:38px; line-height:38px; font-size:15px; text-align:center; background-color:#fff; border-radius:5px; overflow:hidden; display:block; color:#2e328d;}
.sbox .box .con .w02 a:hover{ color:#e62129;}
.sbox .box .con .w03{ font-size:100px; line-height:100px; height:100px; position:absolute; right:-21px; bottom:-10px; opacity:.1; color:#fff;}
}
@media only screen and (max-width:1023px){
.sbox{ width:94%; padding:40px 3%; padding-bottom:0; position:relative; z-index:1; background-position:center; background-repeat:no-repeat; background-size:cover;}
.sbox .bg{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:1; background-color:rgba(0,0,0,.7);}
.sbox .title .t01,.sbox .title .t02{ color:#fff;}
.sbox .title .t02{ width:calc(97% - 78px);}
.sbox .hd{ width:100%; padding-top:5px; position:relative; z-index:3;}
.sbox .hd ul{ overflow:hidden; display:block;}
.sbox .hd li{ width:48.5%; margin-left:3%; display:block; margin-top:10px; overflow:hidden;}
.sbox .hd li:nth-child(2n+1){ clear:left; float:left; margin-left:0;}
.sbox .hd li a{ display:block; float:left; font-size:16px; line-height:26px; height:26px; overflow:hidden; color:#fff; cursor:pointer; border-bottom:2px solid rgba(255,255,255,0)}
.sbox .hd li.on a{ border-bottom:2px solid #e62129;}
.sbox .more{ position:relative; margin-top:15px; z-index:9;}
.sbox .more a{ width:34px; height:34px; border-radius:100%; background-color:#fff; overflow:hidden; position:relative; display:block;}
.sbox .more a:before{ width:12px; height:2px; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); background-color:#2e328d; display:block; content:''; overflow:hidden;}
.sbox .more a:after{ width:2px; height:12px; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); background-color:#2e328d; display:block; content:''; overflow:hidden;}
.sbox .more a:hover{ background-color:#e62129;}
.sbox .more a:hover:before,.sbox .more a:hover:after{ background-color:#fff;}
.sbox .anniu{ position:absolute; right:3%; top:65px; z-index:3;}
.sbox .anniu a{ width:32px; height:32px; cursor:pointer; border:1px solid #fff; border-radius:100%; margin-left:10px; display:block; overflow:hidden; float:left;}
.sbox .anniu a:hover{ border:1px solid #e62129; background-color:#e62129;}
.sbox .anniu a img{ display:block; height:10px; margin:11px auto;}
.sbox .box{ width:calc(100% + 3vw); position:relative; z-index:3; background-color:#2e328d; border-top-left-radius:15px; margin-top:20px;}
.sbox .box .conWrap,.sbox .box .con{ width:100% !important; height:auto !important; position:relative !important;}
.sbox .box .con{ padding:20px 3vw; padding-bottom:40px; box-sizing:border-box;}
.sbox .box .con .w01{ font-size:14px; line-height:24px; height:72px; color:#fff;}
.sbox .box .con .w02{ margin-top:15px;}
.sbox .box .con .w02 a{ width:120px; height:34px; line-height:34px; font-size:14px; text-align:center; background-color:#fff; border-radius:5px; overflow:hidden; display:block; color:#2e328d;}
.sbox .box .con .w02 a:hover{ color:#e62129;}
.sbox .box .con .w03{ font-size:80px; line-height:80px; height:80px; position:absolute; right:-18px; bottom:-8px; opacity:.1; color:#fff;}
}

/*footer*/
@media screen and (min-width:1600px){
.footer{ width:86%; padding:3.64vw 7%; padding-bottom:0; position:relative; z-index:1; background-color:#f5f5f5;}
.footer .top{ width:100%;}
.footer .top .left{ height:60px; float:left;}
.footer .top .left img{ display:block; height:60px;}
.footer .top .right{ height:60px; float:right;}
.footer .top .right span{ display:block; font-size:16px; line-height:26px; height:26px; text-align:right;}
.footer .top .right b{ display:block; font-size:30px; line-height:34px; height:34px; text-align:right;}
.footer .mil{ width:100%; padding-bottom:3.38vw; padding-top:2.34375vw; display:flex;}
.footer .mil .f01{ margin-right:2.85%;}
.footer .mil .f01 b{ display:block; font-size:20px; line-height:30px;}
.footer .mil .f01 span{ display:block; margin-top:0.26vw; width:20px; height:2px; background-color:#2e328d; overflow:hidden;}
.footer .mil .f01 p{ display:block; padding-top:0.3125vw;}
.footer .mil .f01 p a{ display:block; margin-top:0.3125vw; font-size:14px; line-height:24px; height:24px; overflow:hidden;}
.footer .mil .f01 p a:hover{ color:#2e328d;}
.footer .mil .f02{ flex:1; margin-right:1.82%;}
.footer .mil .f02 b{ display:block; font-size:20px; line-height:30px;}
.footer .mil .f02 span{ display:block; margin-top:0.26vw; width:20px; height:2px; background-color:#2e328d; overflow:hidden;}
.footer .mil .f02 p{ display:block; padding-top:0.3125vw;}
.footer .mil .f02 p a{ display:block; margin-top:0.3125vw; font-size:14px; line-height:24px; overflow:hidden;}
.footer .mil .f03{ display:block; padding-top:5px;}
.footer .mil .f03 li{ display:block; float:left; margin-left:1.04vw;}
.footer .mil .f03 li strong{ display:block; overflow:hidden;}
.footer .mil .f03 li strong img{ max-width:100%; max-height:100px; display:block;}
.footer .mil .f03 li p{ display:none; text-align:center; margin-top:0.52vw; font-size:14px; line-height:24px;}
.footer .bot{ width:100%; padding:1.14vw 0; border-top:1px solid #ddd;}
.footer .bot .left{ float:left; font-size:14px; line-height:24px;}
.footer .bot .left p{ display:block; float:left; margin-right:0.78125vw;}
.footer .bot .left p img{ height:16px; vertical-align:middle; margin-right:5px;}
.footer .bot .right{ float:right; font-size:14px; line-height:24px;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.footer{ width:90%; padding:3.64vw 5%; padding-bottom:0; position:relative; z-index:1; background-color:#f5f5f5;}
.footer .top{ width:100%;}
.footer .top .left{ height:50px; float:left;}
.footer .top .left img{ display:block; height:50px;}
.footer .top .right{ height:50px; float:right;}
.footer .top .right span{ display:block; font-size:15px; line-height:23px; height:23px; text-align:right;}
.footer .top .right b{ display:block; font-size:25px; line-height:27px; height:27px; text-align:right;}
.footer .mil{ width:100%; padding-bottom:3.38vw; padding-top:2.34375vw; display:flex;}
.footer .mil .f01{ margin-right:2%;}
.footer .mil .f01 b{ display:block; font-size:18px; line-height:28px;}
.footer .mil .f01 span{ display:block; margin-top:0.26vw; width:20px; height:2px; background-color:#2e328d; overflow:hidden;}
.footer .mil .f01 p{ display:block; padding-top:0.3125vw;}
.footer .mil .f01 p a{ display:block; margin-top:0.3125vw; font-size:14px; line-height:24px; height:24px; overflow:hidden;}
.footer .mil .f01 p a:hover{ color:#2e328d;}
.footer .mil .f02{ flex:1; margin-right:1%;}
.footer .mil .f02 b{ display:block; font-size:18px; line-height:28px;}
.footer .mil .f02 span{ display:block; margin-top:0.26vw; width:20px; height:2px; background-color:#2e328d; overflow:hidden;}
.footer .mil .f02 p{ display:block; padding-top:0.3125vw;}
.footer .mil .f02 p a{ display:block; margin-top:0.3125vw; font-size:14px; line-height:24px; overflow:hidden;}
.footer .mil .f03{ display:block; padding-top:5px;}
.footer .mil .f03 li{ height:100px; display:block; float:left; margin-left:1vw;}
.footer .mil .f03 li strong{ display:block; overflow:hidden;}
.footer .mil .f03 li strong img{ max-width:100%; max-height:90px; display:block;}
.footer .mil .f03 li p{ display:none; text-align:center; margin-top:0.52vw; font-size:14px; line-height:24px;}
.footer .bot{ width:100%; padding:1.14vw 0; border-top:1px solid #ddd;}
.footer .bot .left{ float:left; font-size:14px; line-height:24px;}
.footer .bot .left p{ display:block; float:left; margin-right:0.78125vw;}
.footer .bot .left p img{ height:16px; vertical-align:middle; margin-right:5px;}
.footer .bot .right{ float:right; font-size:14px; line-height:24px;}
}
@media only screen and (max-width:1023px){
.footer{ width:94%; padding:30px 3%; padding-bottom:0; position:relative; z-index:1; background-color:#f5f5f5;}
.footer .top{ width:100%;}
.footer .top .left{ height:30px;}
.footer .top .left img{ display:block; height:30px; margin:auto;}
.footer .top .right{ text-align:center; margin-top:10px;}
.footer .top .right span{ display:block; font-size:14px; line-height:24px; height:24px;}
.footer .top .right b{ display:block; font-size:24px; line-height:30px; height:30px;}
.footer .mil{ width:100%; padding-bottom:15px;}
.footer .mil .f01{ margin-right:3%; display:none;}
.footer .mil .f01 b{ display:block; font-size:18px; line-height:28px;}
.footer .mil .f01 span{ display:block; margin-top:0.26vw; width:20px; height:2px; background-color:#2e328d; overflow:hidden;}
.footer .mil .f01 p{ display:block; padding-top:0.3125vw;}
.footer .mil .f01 p a{ display:block; margin-top:0.3125vw; font-size:14px; line-height:24px; height:24px; overflow:hidden;}
.footer .mil .f01 p a:hover{ color:#2e328d;}
.footer .mil .f02{ width:100%; margin-top:10px;}
.footer .mil .f02 b{ display:block; font-size:16px; line-height:26px;}
.footer .mil .f02 span{ display:block; margin-top:5px; width:20px; height:2px; background-color:#2e328d; overflow:hidden;}
.footer .mil .f02 p{ display:block; padding-top:5px;}
.footer .mil .f02 p a{ display:block; margin-top:5px; font-size:14px; line-height:24px; overflow:hidden;}
.footer .mil .f03{ display:block; padding-top:5px; margin-left:-15px;}
.footer .mil .f03 li{ height:100px; display:block; float:left; margin-left:15px; margin-top:10px;}
.footer .mil .f03 li strong{ height:80px; display:block; overflow:hidden;}
.footer .mil .f03 li strong img{ height:80px; display:block;}
.footer .mil .f03 li p{ display:none; text-align:center; margin-top:5px; font-size:14px; line-height:24px;}
.footer .bot{ width:100%; padding:10px 0; border-top:1px solid #ddd;}
.footer .bot .left{ font-size:14px; line-height:24px; text-align:center;}
.footer .bot .left p{ display:inline-block; margin:0 5px;}
.footer .bot .left p img{ height:16px; vertical-align:middle; margin-right:5px;}
.footer .bot .right{ font-size:14px; line-height:24px; text-align:center;}
}

/*右侧客服*/
@media screen and (min-width:1600px){
.kefu{ position:fixed; z-index:99999; bottom:14%; right:1%; width:48px;}
.kefu ul li{ position:relative; margin-bottom:12px;}
.kefu ul li a.kf-gy{ width:48px; height:48px; background:#fff; border:1px solid #eee; display:block; text-align:center; line-height:48px; color:#333; border-radius:50px; box-shadow:0 4px 16px rgba(28,67,125,.08); transition:all 0.5s ease-out 0s; cursor:pointer;}
.kefu ul li:hover a.kf-gy{ background:#2e328d; color:#fff; border:1px solid #2e328d;}
.kefu ul li a.kf-a1{ background:url(../images/kf-a1.png) center no-repeat #fff; background-size:20px;}
.kefu ul li:hover a.kf-a1{ background:url(../images/kf-a2.png) center no-repeat #2e328d; background-size:20px;}
.kefu ul li a.kf-b1{ background:url(../images/kf-b1.png) center no-repeat #fff; background-size:20px;}
.kefu ul li:hover a.kf-b1{ background:url(../images/kf-b2.png) center no-repeat #2e328d; background-size:20px;}
.kefu ul li a.kf-c1{ background:url(../images/kf-c1.png) center no-repeat #fff; background-size:20px;}
.kefu ul li:hover a.kf-c1{ background:url(../images/kf-c2.png) center no-repeat #2e328d; background-size:20px;}
.kefu ul li a.kf-d1{ background:url(../images/kf-d1.png) center no-repeat #fff; background-size:20px;}
.kefu ul li:hover a.kf-d1{ background:url(../images/kf-d2.png) center no-repeat #2e328d; background-size:20px;}
.kefu ul li a.kf-e1{ background:url(../images/kf-e1.png) center no-repeat #fff; background-size:20px; margin-top:20px;}
.kefu ul li:hover a.kf-e1{ background:url(../images/kf-e2.png) center no-repeat #2e328d; border:1px solid #2e328d; background-size:20px;}
.kefu ul li span{ position:absolute; box-shadow:0 4px 16px rgba(28,67,125,.08); padding:9px 20px; color:#161616; font-size:14px; line-height:22px; white-space:nowrap; bottom:5px; text-align:center; background:#fff; border:1px solid hsla(226,9%,73%,.12); border-radius:4px; transition:all .3s ease; opacity:0; visibility:hidden; right:100px;}
.kefu ul li span a{ color:#2e328d;}	
.kefu ul li span a.kf-tel{ font-size:16px; color:#2e328d;}
.kefu ul li:hover span{ visibility:visible; opacity:1; right:60px;}
.kefu ul li span:after{ position:absolute; box-sizing:border-box; background-color:inherit; width:12px; height:12px; bottom:15px; transition:all 250ms ease-in-out 0s; right:-4.25px; transform:rotate(315deg); border-right:1px solid hsla(226,9%,73%,.12); border-bottom:1px solid hsla(226,9%,73%,.12); content:"";}
.kefu ul li span dl{ display:block; margin-left:-15px; margin-right:-15px;}
.kefu ul li span dl dt{ display:block; padding:10px;}
.kefu ul li span dl dt img{ display:block; height:60px;}
.kefu ul li span dl dd{ width:100%; font-size:14px;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.kefu{ position:fixed; z-index:99999; bottom:14%; right:1%; width:48px;}
.kefu ul li{ position:relative; margin-bottom:12px;}
.kefu ul li a.kf-gy{ width:44px; height:44px; background:#fff; border:1px solid #eee; display:block; text-align:center; line-height:44px; color:#333; border-radius:50px; box-shadow:0 4px 16px rgba(28,67,125,.08); transition:all 0.5s ease-out 0s; cursor:pointer;}
.kefu ul li:hover a.kf-gy{ background:#2e328d; color:#fff; border:1px solid #2e328d;}
.kefu ul li a.kf-a1{ background:url(../images/kf-a1.png) center no-repeat #fff; background-size:20px;}
.kefu ul li:hover a.kf-a1{ background:url(../images/kf-a2.png) center no-repeat #2e328d; background-size:20px;}
.kefu ul li a.kf-b1{ background:url(../images/kf-b1.png) center no-repeat #fff; background-size:20px;}
.kefu ul li:hover a.kf-b1{ background:url(../images/kf-b2.png) center no-repeat #2e328d; background-size:20px;}
.kefu ul li a.kf-c1{ background:url(../images/kf-c1.png) center no-repeat #fff; background-size:20px;}
.kefu ul li:hover a.kf-c1{ background:url(../images/kf-c2.png) center no-repeat #2e328d; background-size:20px;}
.kefu ul li a.kf-d1{ background:url(../images/kf-d1.png) center no-repeat #fff; background-size:20px;}
.kefu ul li:hover a.kf-d1{ background:url(../images/kf-d2.png) center no-repeat #2e328d; background-size:20px;}
.kefu ul li a.kf-e1{ background:url(../images/kf-e1.png) center no-repeat #fff; background-size:20px; margin-top:20px;}
.kefu ul li:hover a.kf-e1{ background:url(../images/kf-e2.png) center no-repeat #2e328d; border:1px solid #2e328d; background-size:20px;}
.kefu ul li span{ position:absolute; box-shadow:0 4px 16px rgba(28,67,125,.08); padding:7px 20px; color:#161616; font-size:14px; line-height:22px; white-space:nowrap; bottom:5px; text-align:center; background:#fff; border:1px solid hsla(226,9%,73%,.12); border-radius:4px; transition:all .3s ease; opacity:0; visibility:hidden; right:100px;}
.kefu ul li span a{ color:#2e328d;}	
.kefu ul li span a.kf-tel{ font-size:16px; color:#2e328d;}
.kefu ul li:hover span{ visibility:visible; opacity:1; right:60px;}
.kefu ul li span:after{ position:absolute; box-sizing:border-box; background-color:inherit; width:12px; height:12px; bottom:15px; transition:all 250ms ease-in-out 0s; right:-4.25px; transform:rotate(315deg); border-right:1px solid hsla(226,9%,73%,.12); border-bottom:1px solid hsla(226,9%,73%,.12); content:"";}
.kefu ul li span dl{ display:block; margin-left:-15px; margin-right:-15px;}
.kefu ul li span dl dt{ display:block;  padding:5px;}
.kefu ul li span dl dt img{ display:block; height:50px;}
.kefu ul li span dl dd{ width:100%; font-size:14px;}
}
@media only screen and (max-width:1023px){
.kefu{ position:fixed; z-index:99999; bottom:14%; right:1%; width:40px;}
.kefu ul li{ display:none; position:relative;}
.kefu ul li.kf-top{ display:block;}
.kefu ul li a.kf-gy{ width:38px; height:38px; background:#fff; border:1px solid #eee; display:block; text-align:center; line-height:38px; color:#333; border-radius:50px; box-shadow:0 4px 16px rgba(28,67,125,.08); transition:all 0.5s ease-out 0s; cursor:pointer;}
.kefu ul li:hover a.kf-gy{ background:#2e328d; color:#fff; border:1px solid #2e328d;}
.kefu ul li a.kf-e1{ background:url(../images/kf-e1.png) center no-repeat #fff; background-size:20px; margin-top:20px;}
.kefu ul li:hover a.kf-e1{ background:url(../images/kf-e2.png) center no-repeat #2e328d; border:1px solid #2e328d; background-size:20px;}
}

/*内页*/
@media screen and (min-width:1600px){
.ban{ width:100%; height:460px; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative; z-index:1;}
.ban .box{ width:86%; height:100%; padding:0 7%; position:relative; z-index:1; display:flex; align-items:center; background:rgba(46,50,141,.7);}
.ban .titles{ width:100%;}
.ban .titles .top{ width:100%;}
.ban .titles .top span{ display:block; float:left; font-size:36px; height:38px; line-height:38px; text-transform:uppercase; color:#fff;}
.ban .titles .top p{ display:block; float:left; margin-left:10px; padding-top:25px;}
.ban .titles .top p b{ display:block; background-color:#fff; width:20px; height:2px; border-radius:2px; overflow:hidden;}
.ban .titles .top p strong{ display:block; background-color:#fff; width:10px; height:2px; border-radius:2px; overflow:hidden; margin-top:4px;}
.ban .titles .bot{ width:100%; font-size:36px; line-height:46px; color:#fff; margin-top:10px;}
.ban .wei{ position:absolute; left:7%; z-index:3; bottom:20px; padding-left:26px; background-image:url(../images/home_03.png); background-position:left center; background-repeat:no-repeat; font-size:14px; line-height:24px; color:#fff;}
.ban .wei a{ color:#fff;}

.dao{ width:100%; background-color:#f5f5f5; display:flex; flex-wrap:wrap; justify-content:center;}
.dao a{ margin:0 20px; height:70px; line-height:70px; font-size:18px; font-weight:bold; position:relative;}
.dao a:hover,.dao a.on{ color:#2e328d;}
.dao a.on b{ width:100%; height:2px; display:block; position:absolute; left:0; bottom:0; background:#e62129;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.ban{ width:100%; height:330px; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative; z-index:1;}
.ban .box{ width:90%; height:100%; padding:0 5%; position:relative; z-index:1; display:flex; align-items:center; background:rgba(46,50,141,.7);}
.ban .titles{ width:100%;}
.ban .titles .top{ width:100%;}
.ban .titles .top span{ display:block; float:left; font-size:30px; height:32px; line-height:32px; text-transform:uppercase; color:#fff;}
.ban .titles .top p{ display:block; float:left; margin-left:10px; padding-top:19px;}
.ban .titles .top p b{ display:block; background-color:#fff; width:20px; height:2px; border-radius:2px; overflow:hidden;}
.ban .titles .top p strong{ display:block; background-color:#fff; width:10px; height:2px; border-radius:2px; overflow:hidden; margin-top:4px;}
.ban .titles .bot{ width:100%; font-size:30px; line-height:40px; color:#fff; margin-top:5px;}
.ban .wei{ position:absolute; left:5%; z-index:3; bottom:15px; padding-left:26px; background-image:url(../images/home_03.png); background-position:left center; background-repeat:no-repeat; font-size:14px; line-height:24px; color:#fff;}
.ban .wei a{ color:#fff;}

.dao{ width:100%; background-color:#f5f5f5; display:flex; flex-wrap:wrap; justify-content:center;}
.dao a{ margin:0 15px; height:60px; line-height:60px; font-size:16px; font-weight:bold; position:relative;}
.dao a:hover,.dao a.on{ color:#2e328d;}
.dao a.on b{ width:100%; height:2px; display:block; position:absolute; left:0; bottom:0; background:#e62129;}
}
@media only screen and (max-width:1023px){
.ban{ width:100%; height:200px; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative; z-index:1; border-top:60px solid #fff;}
.ban .box{ width:100%; height:100%; padding:0 3%; padding-bottom:30px; box-sizing:border-box; position:relative; z-index:1; display:flex; align-items:center; background:rgba(46,50,141,.7);}
.ban .titles{ width:100%;}
.ban .titles .top{ width:100%;}
.ban .titles .top span{ display:block; float:left; font-size:26px; height:30px; line-height:30px; text-transform:uppercase; color:#fff;}
.ban .titles .top p{ display:block; float:left; margin-left:10px; padding-top:17px;}
.ban .titles .top p b{ display:block; background-color:#fff; width:20px; height:2px; border-radius:2px; overflow:hidden;}
.ban .titles .top p strong{ display:block; background-color:#fff; width:10px; height:2px; border-radius:2px; overflow:hidden; margin-top:4px;}
.ban .titles .bot{ width:100%; font-size:24px; line-height:34px; color:#fff;}
.ban .wei{ position:absolute; left:3%; z-index:3; bottom:10px; padding-left:20px; background-image:url(../images/home_03.png); background-position:left center; background-repeat:no-repeat; font-size:14px; line-height:24px; color:#fff; background-size:14px auto;}
.ban .wei a{ color:#fff;}

.dao{ width:100%; padding:5px 0; background-color:#f5f5f5; display:flex; flex-wrap:wrap; justify-content:center;}
.dao a{ margin:3px 5px; line-height:24px; text-align:center; font-size:14px; font-weight:bold; position:relative;}
.dao a:hover,.dao a.on{ color:#2e328d;}
.dao a.on b{ width:100%; height:2px; display:block; position:absolute; left:0; bottom:0; background:#e62129;}
}

/*关于我们*/
@media screen and (min-width:1600px){
.main{ width:86%; padding:5.2vw 7%; position:relative; z-index:1;}
.main .ab01{ font-size:16px; line-height:36px; margin-top:1.5625vw;}
.main .ab01 img{ max-width:100%; height:auto !important;}
.main .ab02{ width:100%; margin-top:1.5625vw;}
.main .ab02 ul{ display:flex; justify-content:space-between; margin-top:-1.3vw;}
.main .ab02 ul li{ display:block; margin-top:1.3vw;}
.main .ab02 ul li .w01{ display:flex; align-items:flex-end; height:54px;}
.main .ab02 ul li .w01 b{ display:block; font-size:54px; line-height:54px; height:54px;}
.main .ab02 ul li .w01 p{ display:block; font-size:16px; line-height:26px; height:26px; margin-left:8px;}
.main .ab02 ul li .w02{ font-size:16px; line-height:30px; margin-top:5px;}
.main .ab02 ul li .w02 img{ height:20px; margin-top:5px; margin-right:10px; float:left; display:block;}

.main .ab03{ width:100%; display:flex; flex-wrap:wrap;}
.main .ab03 li{ width:47.5%; margin-left:5%; margin-top:1.5625vw;}
.main .ab03 li:nth-child(2n+1){ margin-left:0;}
.main .ab03 li img{ width:100%; display:block;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.main{ width:90%; padding:5.2vw 5%; position:relative; z-index:1;}
.main .ab01{ font-size:15px; line-height:31px; margin-top:1.5625vw;}
.main .ab01 img{ max-width:100%; height:auto !important;}
.main .ab02{ width:100%; margin-top:1.5625vw;}
.main .ab02 ul{ display:flex; justify-content:space-between; margin-top:-1.3vw;}
.main .ab02 ul li{ display:block; margin-top:1.3vw;}
.main .ab02 ul li .w01{ display:flex; align-items:flex-end; height:46px;}
.main .ab02 ul li .w01 b{ display:block; font-size:44px; line-height:46px; height:46px;}
.main .ab02 ul li .w01 p{ display:block; font-size:15px; line-height:25px; height:25px; margin-left:6px;}
.main .ab02 ul li .w02{ font-size:16px; line-height:30px; margin-top:5px;}
.main .ab02 ul li .w02 img{ height:20px; margin-top:5px; margin-right:10px; float:left; display:block;}

.main .ab03{ width:100%; display:flex; flex-wrap:wrap;}
.main .ab03 li{ width:47.5%; margin-left:5%; margin-top:1.5625vw;}
.main .ab03 li:nth-child(2n+1){ margin-left:0;}
.main .ab03 li img{ width:100%; display:block;}
}
@media only screen and (max-width:1023px){
.main{ width:94%; padding:40px 3%; position:relative; z-index:1;}
.main .ab01{ font-size:14px; line-height:24px; margin-top:15px;}
.main .ab01 img{ max-width:100%; height:auto !important;}
.main .ab02{ width:100%;}
.main .ab02 ul{ display:flex; flex-wrap:wrap;}
.main .ab02 ul li{ width:48.5%; display:block; margin-left:3%; margin-top:10px;}
.main .ab02 ul li:nth-child(2n+1){ margin-left:0;}
.main .ab02 ul li .w01{ display:flex; align-items:flex-end; height:38px;}
.main .ab02 ul li .w01 b{ display:block; font-size:34px; line-height:38px; height:38px;}
.main .ab02 ul li .w01 p{ display:block; font-size:14px; line-height:24px; height:24px; margin-left:4px;}
.main .ab02 ul li .w02{ font-size:16px; line-height:30px; margin-top:5px;}
.main .ab02 ul li .w02 img{ height:20px; margin-top:5px; margin-right:10px; float:left; display:block;}

.main .ab03{ width:100%; display:flex; flex-wrap:wrap;}
.main .ab03 li{ width:100%; margin-top:15px;}
.main .ab03 li img{ width:100%; display:block;}
}

@media screen and (min-width:1600px){
.ab04{ width:100%; margin:auto; margin-top:2.08vw; position:relative; z-index:3; overflow:hidden;}
.ab04 .an{ position:absolute; left:0; bottom:5px; z-index:2;}
.ab04 .an .swiper-button-white{ width:40px; height:40px; border-radius:100%; background-color:#333; overflow:hidden; display:block; float:left; margin-right:20px; background-position:center; background-repeat:no-repeat;}
.ab04 .an .swiper-button-white:hover{ background-color:#e62129;}
.ab04 .an .swiper-button-prev{ background-image:url(../images/prev.png);}
.ab04 .an .swiper-button-next{ background-image:url(../images/next.png);}
.ab04 .gallery-top{ width:100%; height:auto;}
.ab04 .gallery-top .swiper-slide{ width:100%; height:auto;}
.ab04 .gallery-top .swiper-slide .left{ width:49.02%; float:left; position:relative;}
.ab04 .gallery-top .swiper-slide .left:before{ width:100%; padding-top:64%; display:block; content:'';}
.ab04 .gallery-top .swiper-slide .left img{ width:100%; display:block; position:absolute; left:0; top:0;}
.ab04 .gallery-top .swiper-slide .right{ width:45.75%; float:right;}
.ab04 .gallery-top .swiper-slide .right .bt{ font-size:24px; line-height:34px; font-weight:bold; margin-top:25px;}
.ab04 .gallery-top .swiper-slide .right .wen{ font-size:16px; line-height:30px; color:#666; margin-top:18px;}
.ab04 .shu{ position:absolute; left:0; bottom:100px; z-index:9;}
.ab04 .shu p{ display:block; font-size:36px; height:40px; line-height:40px; color:#e62129; overflow:hidden; font-weight:bold;}
.ab04 .gallery-thumbs{ width:83.66%; float:right; margin-top:50px; position:relative; z-index:9;}
.ab04 .gallery-thumbs .swiper-slide{ width:18.75%; margin-right:1.5625%;}
.ab04 .gallery-thumbs .swiper-slide p{ width:80px; height:80px; border-radius:100%; background-color:#f6f6f6; margin:auto; overflow:hidden; padding:5px;}
.ab04 .gallery-thumbs .swiper-slide p a{ width:80px; height:80px; background-color:#eee; font-size:24px; line-height:80px; text-align:center; display:block; border-radius:100%; overflow:hidden;}
.ab04 .gallery-thumbs .swiper-slide span{ width:100%; margin-top:15px; display:block; text-align:center; overflow:hidden; font-size:16px; line-height:26px; height:26px;}
.ab04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p{ background-color:#7fa5cf;}
.ab04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p a{ background-color:#2e328d; color:#fff;}
.ab04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span{ color:#2e328d;}
.ab04 .line{ width:100%; height:2px; background-color:#eee; position:absolute; left:0; bottom:85px; z-index:1;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.ab04{ width:100%; margin:auto; margin-top:2.08vw; position:relative; z-index:3; overflow:hidden;}
.ab04 .an{ position:absolute; left:0; bottom:5px; z-index:2;}
.ab04 .an .swiper-button-white{ width:38px; height:38px; border-radius:100%; background-color:#333; overflow:hidden; display:block; float:left; margin-right:15px; background-position:center; background-repeat:no-repeat; background-size:auto 12px;}
.ab04 .an .swiper-button-white:hover{ background-color:#e62129;}
.ab04 .an .swiper-button-prev{ background-image:url(../images/prev.png);}
.ab04 .an .swiper-button-next{ background-image:url(../images/next.png);}
.ab04 .gallery-top{ width:100%; height:auto;}
.ab04 .gallery-top .swiper-slide{ width:100%; height:auto;}
.ab04 .gallery-top .swiper-slide .left{ width:49.02%; float:left; position:relative;}
.ab04 .gallery-top .swiper-slide .left:before{ width:100%; padding-top:64%; display:block; content:'';}
.ab04 .gallery-top .swiper-slide .left img{ width:100%; display:block; position:absolute; left:0; top:0;}
.ab04 .gallery-top .swiper-slide .right{ width:45.75%; float:right;}
.ab04 .gallery-top .swiper-slide .right .bt{ font-size:20px; line-height:30px; font-weight:bold; margin-top:15px;}
.ab04 .gallery-top .swiper-slide .right .wen{ font-size:15px; line-height:25px; color:#666; margin-top:10px;}
.ab04 .shu{ position:absolute; left:0; bottom:80px; z-index:9;}
.ab04 .shu p{ display:block; font-size:30px; height:40px; line-height:40px; color:#e62129; overflow:hidden; font-weight:bold;}
.ab04 .gallery-thumbs{ width:83.66%; float:right; margin-top:35px; position:relative; z-index:9;}
.ab04 .gallery-thumbs .swiper-slide{ width:18.75%; margin-right:1.5625%;}
.ab04 .gallery-thumbs .swiper-slide p{ width:60px; height:60px; border-radius:100%; background-color:#f6f6f6; margin:auto; overflow:hidden; padding:5px;}
.ab04 .gallery-thumbs .swiper-slide p a{ width:60px; height:60px; background-color:#eee; font-size:20px; line-height:60px; text-align:center; display:block; border-radius:100%; overflow:hidden;}
.ab04 .gallery-thumbs .swiper-slide span{ width:100%; margin-top:10px; display:block; text-align:center; overflow:hidden; font-size:15px; line-height:25px; height:25px;}
.ab04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p{ background-color:#7fa5cf;}
.ab04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p a{ background-color:#2e328d; color:#fff;}
.ab04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span{ color:#2e328d;}
.ab04 .line{ width:100%; height:2px; background-color:#eee; position:absolute; left:0; bottom:69px; z-index:1;}
}
@media only screen and (max-width:1023px){
.ab04{ width:100%; margin:auto; margin-top:20px; position:relative; z-index:3; overflow:hidden;}
.ab04 .an{ position:absolute; left:0; bottom:5px; z-index:2;}
.ab04 .an .swiper-button-white{ width:34px; height:34px; border-radius:100%; background-color:#333; overflow:hidden; display:block; float:left; margin-right:15px; background-position:center; background-repeat:no-repeat; background-size:auto 10px;}
.ab04 .an .swiper-button-white:hover{ background-color:#e62129;}
.ab04 .an .swiper-button-prev{ background-image:url(../images/prev.png);}
.ab04 .an .swiper-button-next{ background-image:url(../images/next.png);}
.ab04 .gallery-top{ width:100%; height:auto;}
.ab04 .gallery-top .swiper-slide{ width:100%; height:auto;}
.ab04 .gallery-top .swiper-slide .left{ width:100%; float:left; position:relative;}
.ab04 .gallery-top .swiper-slide .left:before{ width:100%; padding-top:64%; display:block; content:'';}
.ab04 .gallery-top .swiper-slide .left img{ width:100%; display:block; position:absolute; left:0; top:0;}
.ab04 .gallery-top .swiper-slide .right{ width:100%; float:right; overflow:auto;}
.ab04 .gallery-top .swiper-slide .right .bt{ font-size:16px; line-height:26px; font-weight:bold; margin-top:15px;}
.ab04 .gallery-top .swiper-slide .right .wen{ font-size:14px; line-height:24px; color:#666; margin-top:5px;}
.ab04 .shu{ position:absolute; left:0; bottom:65px; z-index:9;}
.ab04 .shu p{ display:block; font-size:24px; height:32px; line-height:32px; color:#e62129; overflow:hidden;}
.ab04 .gallery-thumbs{ width:calc(100% - 80px); float:right; margin-top:15px; height:99px; position:relative; z-index:9;}
.ab04 .gallery-thumbs .swiper-slide{ width:48.5%; margin-left:3%; height:99px;}
.ab04 .gallery-thumbs .swiper-slide p{ width:60px; height:60px; border-radius:100%; background-color:#f6f6f6; margin:auto; overflow:hidden; padding:5px;}
.ab04 .gallery-thumbs .swiper-slide p a{ width:60px; height:60px; background-color:#eee; font-size:16px; line-height:60px; text-align:center; display:block; border-radius:100%; overflow:hidden;}
.ab04 .gallery-thumbs .swiper-slide span{ width:100%; margin-top:5px; display:block; text-align:center; overflow:hidden; font-size:14px; line-height:24px; height:24px;}
.ab04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p{ background-color:#7fa5cf;}
.ab04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p a{ background-color:#2e328d; color:#fff;}
.ab04 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span{ color:#2e328d;}
.ab04 .line{ width:100%; height:2px; background-color:#eee; position:absolute; left:0; bottom:62px; z-index:1;}
}

@media screen and (min-width:1530px){
.main .ab05{ width:100%;}
.main .ab05 a{ width:22.8625%; display:block; margin-top:2.08vw; margin-left:2.85%; overflow:hidden; float:left; position:relative; cursor:pointer;}
.main .ab05 a:nth-child(4n+1){ clear:left; float:left; margin-left:0;}
.main .ab05 a strong{ width:100%; display:block; overflow:hidden; border:1px solid #eee; box-sizing:border-box;}
.main .ab05 a strong b{ width:100%; display:block; padding-top:143.24%; position:relative; overflow:hidden;}
.main .ab05 a img{ width:100%; display:block; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);}
.main .ab05 a:hover strong{ border:1px solid #e62129;}
.main .ab05 a span{ display:block; width:100%; line-height:26px; font-size:16px; text-align:center; margin-top:.52vw;}
.main .ab05 a:hover span{ color:#0254a6;}

.fanye{ width:100%; margin-top:2.08vw; text-align:center;}
.fanye li{ margin:0 5px; display:inline-block; font-size:18px;}
.fanye li a{ width:40px; height:40px; line-height:40px; background-color:#f7f7f7; border-radius:100%; display:block;}
.fanye li span{ width:40px; height:40px; line-height:40px; background-color:#f7f7f7; border-radius:100%; display:block;}
.fanye li.active span{ color:#fff; background-color:#2e328d;}
.fanye li.disabled span{ color:#aaa; background-color:#f2f2f2; cursor:no-drop;}
.fanye li a:hover{ color:#2e328d;}
}
@media screen and (min-width:1024px) and (max-width:1529px){
.main .ab05{ width:100%;}
.main .ab05 a{ width:22.8625%; display:block; margin-top:2.08vw; margin-left:2.85%; overflow:hidden; float:left; position:relative; cursor:pointer;}
.main .ab05 a:nth-child(4n+1){ clear:left; float:left; margin-left:0;}
.main .ab05 a strong{ width:100%; display:block; overflow:hidden; border:1px solid #eee; box-sizing:border-box;}
.main .ab05 a strong b{ width:100%; display:block; padding-top:143.24%; position:relative; overflow:hidden;}
.main .ab05 a img{ width:100%; display:block; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);}
.main .ab05 a:hover strong{ border:1px solid #e62129;}
.main .ab05 a span{ display:block; width:100%; line-height:25px; font-size:15px; text-align:center; margin-top:.52vw;}
.main .ab05 a:hover span{ color:#0254a6;}

.fanye{ width:100%; margin-top:2.08vw; text-align:center;}
.fanye li{ margin:0 5px; display:inline-block; font-size:16px;}
.fanye li a{ width:36px; height:36px; line-height:36px; background-color:#f7f7f7; border-radius:100%; display:block;}
.fanye li span{ width:36px; height:36px; line-height:36px; background-color:#f7f7f7; border-radius:100%; display:block;}
.fanye li.active span{ color:#fff; background-color:#2e328d;}
.fanye li.disabled span{ color:#aaa; background-color:#f2f2f2; cursor:no-drop;}
.fanye li a:hover{ color:#2e328d;}
}

@media only screen and (max-width:1023px){
.main .ab05{ width:100%; padding-top:5px;}
.main .ab05 a{ width:48.5%; display:block; margin-top:15px; margin-left:3%; overflow:hidden; float:left; position:relative; cursor:pointer;}
.main .ab05 a:nth-child(2n+1){ clear:left; float:left; margin-left:0;}
.main .ab05 a strong{ width:100%; display:block; overflow:hidden; border:1px solid #eee; box-sizing:border-box;}
.main .ab05 a strong b{ width:100%; display:block; padding-top:143.24%; position:relative; overflow:hidden;}
.main .ab05 a img{ width:100%; display:block; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);}
.main .ab05 a:hover strong{ border:1px solid #e62129;}
.main .ab05 a span{ display:block; width:100%; line-height:24px; font-size:14px; text-align:center; margin-top:5px;}
.main .ab05 a:hover span{ color:#0254a6;}

.fanye{ width:100%; margin-top:20px; text-align:center;}
.fanye li{ margin:0 3px; display:inline-block; font-size:14px;}
.fanye li a{ width:32px; height:32px; line-height:32px; background-color:#f7f7f7; border-radius:100%; display:block;}
.fanye li span{ width:32px; height:32px; line-height:32px; background-color:#f7f7f7; border-radius:100%; display:block;}
.fanye li.active span{ color:#fff; background-color:#2e328d;}
.fanye li.disabled span{ color:#aaa; background-color:#f2f2f2; cursor:no-drop;}
.fanye li a:hover{ color:#2e328d;}
}

@media screen and (min-width:1530px){
.ab06{ width:100%; margin-top:2.08vw; position:relative; z-index:3;}
.ab06 .right{ width:46.875%; overflow:hidden; float:left; position:relative;}
.ab06 .right img{ width:100%; display:block;}
.ab06 .left{ width:46.875%; float:right;}
.ab06 .left .w01{ margin-top:1.3vw; font-size:24px; line-height:34px; font-weight:bold;}
.ab06 .left .w02{ font-size:16px; line-height:36px; margin-top:0.78125vw;}

.ab07{ width:100%; margin:auto; display:flex; flex-wrap:wrap; position:relative; z-index:3;}
.ab07 li{ width:22.75%; padding:2.08vw; display:block; border:1px solid #ddd; border-radius:10px; box-sizing:border-box; float:left; margin-left:3%; margin-top:2.08vw;}
.ab07 li:nth-child(4n+1){ margin-left:0;}
.ab07 li .w01{ width:100%;}
.ab07 li .w01 img{ display:block; height:60px; margin:auto;}
.ab07 li .w02{ width:100%; text-align:center; font-size:24px; line-height:34px; margin-top:1.3vw;}
.ab07 li .w03{ width:100%; text-align:center; font-size:16px; line-height:26px; color:#666; margin-top:.5vw;}
.ab07 li:hover{ border:1px solid #e62129;}
.ab07 li:hover .w02{ color:#2e328d;}
}
@media screen and (min-width:1024px) and (max-width:1529px){
.ab06{ width:100%; margin-top:2.08vw; position:relative; z-index:3;}
.ab06 .right{ width:46.875%; overflow:hidden; float:left; position:relative;}
.ab06 .right img{ width:100%; display:block;}
.ab06 .left{ width:46.875%; float:right;}
.ab06 .left .w01{ margin-top:1.3vw; font-size:20px; line-height:30px; font-weight:bold;}
.ab06 .left .w02{ font-size:15px; line-height:31px; margin-top:0.78125vw;}

.ab07{ width:100%; margin:auto; display:flex; flex-wrap:wrap; position:relative; z-index:3;}
.ab07 li{ width:22.75%; padding:2.08vw; display:block; border:1px solid #ddd; border-radius:10px; box-sizing:border-box; float:left; margin-left:3%; margin-top:2.08vw;}
.ab07 li:nth-child(4n+1){ margin-left:0;}
.ab07 li .w01{ width:100%;}
.ab07 li .w01 img{ display:block; height:60px; margin:auto;}
.ab07 li .w02{ width:100%; text-align:center; font-size:20px; line-height:30px; margin-top:1.3vw;}
.ab07 li .w03{ width:100%; text-align:center; font-size:15px; line-height:25px; color:#666; margin-top:.5vw;}
.ab07 li:hover{ border:1px solid #e62129;}
.ab07 li:hover .w02{ color:#2e328d;}
}
@media only screen and (max-width:1023px){
.ab06{ width:100%; margin-top:20px; position:relative; z-index:3;}
.ab06 .right{ width:100%; overflow:hidden; float:left; position:relative;}
.ab06 .right img{ width:100%; display:block;}
.ab06 .left{ width:100%; float:right;}
.ab06 .left .w01{ margin-top:10px; font-size:16px; line-height:26px; font-weight:bold;}
.ab06 .left .w02{ font-size:14px; line-height:24px;}

.ab07{ width:100%; margin:auto; display:flex; flex-wrap:wrap; position:relative; z-index:3;}
.ab07 li{ width:48.5%; padding:10px; display:block; border:1px solid #ddd; border-radius:5px; box-sizing:border-box; float:left; margin-left:3%; margin-top:15px;}
.ab07 li:nth-child(2n+1){ margin-left:0;}
.ab07 li .w01{ width:100%;}
.ab07 li .w01 img{ display:block; height:30px; margin:5px auto;}
.ab07 li .w02{ width:100%; text-align:center; font-size:16px; line-height:26px; margin-top:5px;}
.ab07 li .w03{ width:100%; text-align:center; font-size:14px; line-height:24px; color:#666;}
.ab07 li:hover{ border:1px solid #e62129;}
.ab07 li:hover .w02{ color:#2e328d;}
}

/*旗下公司*/
@media screen and (min-width:1600px){
.qx01{ width:86%; padding:5.2vw 7%; position:relative; z-index:1;}
.qx01 .wen{ font-size:16px; line-height:36px; margin-top:1.5625vw;}
.qx01 .wen img{ max-width:100%; height:auto !important;}

.qx01 .list{ width:100%; display:flex; flex-wrap:wrap;}
.qx01 .list li{ width:47.5%; margin-left:5%; margin-top:1.5625vw;}
.qx01 .list li:nth-child(2n+1){ margin-left:0;}
.qx01 .list li img{ width:100%; display:block;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.qx01{ width:90%; padding:5.2vw 5%; position:relative; z-index:1;}
.qx01 .wen{ font-size:15px; line-height:31px; margin-top:1.5625vw;}
.qx01 .wen img{ max-width:100%; height:auto !important;}

.qx01 .list{ width:100%; display:flex; flex-wrap:wrap;}
.qx01 .list li{ width:47.5%; margin-left:5%; margin-top:1.5625vw;}
.qx01 .list li:nth-child(2n+1){ margin-left:0;}
.qx01 .list li img{ width:100%; display:block;}
}
@media only screen and (max-width:1023px){
.qx01{ width:94%; padding:40px 3%; position:relative; z-index:1;}
.qx01 .wen{ font-size:14px; line-height:24px; margin-top:15px;}
.qx01 .wen img{ max-width:100%; height:auto !important;}

.qx01 .list{ width:100%; display:flex; flex-wrap:wrap;}
.qx01 .list li{ width:100%; margin-top:15px;}
.qx01 .list li img{ width:100%; display:block;}
}

@media screen and (min-width:1600px){
.qx02{ width:86%; padding:5.2vw 7%; position:relative; z-index:1; background-color:#f5f5f5;}
.qx02 .box{ width:100%; margin:auto; margin-top:1.82vw; position:relative;}
.qx02 .box .gallery-thumbs{ width:100%; position:relative; z-index:1; overflow:hidden; border-bottom:1px solid #ddd; text-align:center;}
.qx02 .box .gallery-thumbs .swiper-slide{ flex:1; width:auto; display:block; cursor:pointer; margin-right:1.5625vw; font-size:18px; line-height:28px; height:28px; padding-bottom:.52vw;}
.qx02 .box .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{ border-bottom:2px solid #e62129; color:#2e328d;}
.qx02 .box .gallery-thumbs .swiper-slide:last-child{ margin-right:0;}
.qx02 .box .gallery-top{ width:100%; overflow:hidden; position:relative; z-index:1; margin-top:2.08vw; background-color:#fff;}
.qx02 .box .gallery-top .swiper-slide{ width:100%; display:block; overflow:hidden; padding:1.04vw;}
.qx02 .box .gallery-top .swiper-slide .left{ width:45%; float:left;}
.qx02 .box .gallery-top .swiper-slide .left img{ width:100%; display:block;}
.qx02 .box .gallery-top .swiper-slide .right{ width:50%; float:right; padding-top:1.82vw;}
.qx02 .box .gallery-top .swiper-slide .right .w01{ font-size:24px; line-height:34px; font-weight:bold; color:#2e328d;}
.qx02 .box .gallery-top .swiper-slide .right .w02{ font-size:16px; line-height:30px; color:#666; margin-top:.8675vw;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.qx02{ width:90%; padding:5.2vw 5%; position:relative; z-index:1; background-color:#f5f5f5;}
.qx02 .box{ width:100%; margin:auto; margin-top:1.82vw; position:relative;}
.qx02 .box .gallery-thumbs{ width:100%; position:relative; z-index:1; overflow:hidden; border-bottom:1px solid #ddd; text-align:center;}
.qx02 .box .gallery-thumbs .swiper-slide{ flex:1; width:auto; display:block; cursor:pointer; margin-right:1.5625vw; font-size:17px; line-height:27px; height:27px; padding-bottom:.52vw;}
.qx02 .box .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{ border-bottom:2px solid #e62129; color:#2e328d;}
.qx02 .box .gallery-thumbs .swiper-slide:last-child{ margin-right:0;}
.qx02 .box .gallery-top{ width:100%; overflow:hidden; position:relative; z-index:1; margin-top:2.08vw; background-color:#fff;}
.qx02 .box .gallery-top .swiper-slide{ width:100%; display:block; overflow:hidden; padding:1.04vw;}
.qx02 .box .gallery-top .swiper-slide .left{ width:45%; float:left;}
.qx02 .box .gallery-top .swiper-slide .left img{ width:100%; display:block;}
.qx02 .box .gallery-top .swiper-slide .right{ width:50%; float:right; padding-top:1.82vw;}
.qx02 .box .gallery-top .swiper-slide .right .w01{ font-size:20px; line-height:30px; font-weight:bold; color:#2e328d;}
.qx02 .box .gallery-top .swiper-slide .right .w02{ font-size:15px; line-height:27px; color:#666; margin-top:.8675vw;}
}
@media only screen and (max-width:1023px){
.qx02{ width:94%; padding:40px 3%; position:relative; z-index:1; background-color:#f5f5f5;}
.qx02 .box{ width:100%; margin:auto; margin-top:10px; position:relative;}
.qx02 .box .gallery-thumbs{ width:100%; position:relative; z-index:1; overflow:hidden; border-bottom:1px solid #ddd; text-align:center;}
.qx02 .box .gallery-thumbs .swiper-slide{ width:auto; display:block; cursor:pointer; margin-right:10px; font-size:16px; line-height:26px; height:26px; padding-bottom:.52vw;}
.qx02 .box .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{ border-bottom:2px solid #e62129; color:#2e328d;}
.qx02 .box .gallery-thumbs .swiper-slide:last-child{ margin-right:0;}
.qx02 .box .gallery-top{ width:100%; overflow:hidden; position:relative; z-index:1; margin-top:20px; background-color:#fff;}
.qx02 .box .gallery-top .swiper-slide{ width:100%; display:block; overflow:hidden; padding:15px;}
.qx02 .box .gallery-top .swiper-slide .left{ width:100%; float:left;}
.qx02 .box .gallery-top .swiper-slide .left img{ width:100%; display:block;}
.qx02 .box .gallery-top .swiper-slide .right{ width:100%; float:right; padding-top:10px;}
.qx02 .box .gallery-top .swiper-slide .right .w01{ font-size:16px; line-height:26px; font-weight:bold; color:#2e328d;}
.qx02 .box .gallery-top .swiper-slide .right .w02{ font-size:14px; line-height:24px; color:#666;}
}

@media screen and (min-width:1600px){
.qx03{ width:86%; padding:5.2vw 7%; position:relative; z-index:1; background-position:center; background-repeat:no-repeat; background-size:cover;}
.qx03 .bg{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:1; background-color:rgba(0,0,0,.7);}
.qx03 .title .t01,.qx03 .title .t02{ color:#fff;}
.qx03 .box{ width:100%; position:relative; z-index:3;}
.qx03 .box ul{ width:100%; display:flex; flex-wrap:wrap;}
.qx03 .box ul li{ width:31.52%; margin-left:2.72%; display:block; border:1px solid rgba(255,255,255,.5); text-align:center; padding:2.08vw; box-sizing:border-box; margin-top:2.08vw;}
.qx03 .box ul li:nth-child(3n+1){ margin-left:0;}
.qx03 .box ul li strong{ display:block;}
.qx03 .box ul li strong img{ display:block; margin:5px auto; height:50px;}
.qx03 .box ul li span{ font-size:20px; line-height:30px; color:#fff; margin-top:1vw; display:block;}
.qx03 .box ul li p{ font-size:16px; line-height:26px; color:#fff; margin-top:.52vw; display:block;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.qx03{ width:90%; padding:5.2vw 5%; position:relative; z-index:1; background-position:center; background-repeat:no-repeat; background-size:cover;}
.qx03 .bg{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:1; background-color:rgba(0,0,0,.7);}
.qx03 .title .t01,.qx03 .title .t02{ color:#fff;}
.qx03 .box{ width:100%; position:relative; z-index:3;}
.qx03 .box ul{ width:100%; display:flex; flex-wrap:wrap;}
.qx03 .box ul li{ width:31.52%; margin-left:2.72%; display:block; border:1px solid rgba(255,255,255,.5); text-align:center; padding:2.08vw; box-sizing:border-box; margin-top:2.08vw;}
.qx03 .box ul li:nth-child(3n+1){ margin-left:0;}
.qx03 .box ul li strong{ display:block;}
.qx03 .box ul li strong img{ display:block; margin:5px auto; height:50px;}
.qx03 .box ul li span{ font-size:18px; line-height:28px; color:#fff; margin-top:1vw; display:block;}
.qx03 .box ul li p{ font-size:15px; line-height:25px; color:#fff; margin-top:.52vw; display:block;}
}
@media only screen and (max-width:1023px){
.qx03{ width:94%; padding:40px 3%; position:relative; z-index:1; background-position:center; background-repeat:no-repeat; background-size:cover;}
.qx03 .bg{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:1; background-color:rgba(0,0,0,.7);}
.qx03 .title .t01,.qx03 .title .t02{ color:#fff;}
.qx03 .box{ width:100%; position:relative; z-index:3;}
.qx03 .box ul{ width:100%; display:flex; flex-wrap:wrap; padding-top:5px;}
.qx03 .box ul li{ width:100%; display:block; border:1px solid rgba(255,255,255,.5); text-align:center; padding:15px; box-sizing:border-box; margin-top:15px;}
.qx03 .box ul li:nth-child(3n+1){ margin-left:0;}
.qx03 .box ul li strong{ display:block;}
.qx03 .box ul li strong img{ display:block; margin:5px auto; height:50px;}
.qx03 .box ul li span{ font-size:16px; line-height:26px; color:#fff; margin-top:10px; display:block;}
.qx03 .box ul li p{ font-size:14px; line-height:24px; color:#fff; margin-top:5px; display:block;}
}

/*产品体系*/
@media screen and (min-width:1530px){
.main .tx{ width:100%;}
.main .tx a{ width:22.8625%; display:block; margin-top:2.08vw; margin-left:2.85%; overflow:hidden; float:left; position:relative; cursor:pointer;}
.main .tx a:nth-child(4n+1){ clear:left; float:left; margin-left:0;}
.main .tx a:before{ width:100%; display:block; padding-top:73.68%; content:''; overflow:hidden;}
.main .tx a img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.main .tx a:hover img{ transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -webkit-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05);}
.main .tx a span{ display:block; width:100%; height:46px; line-height:46px; background-color:rgba(0,0,0,0.7); font-size:16px; color:#fff; text-align:center; position:absolute; left:0; bottom:0; box-sizing:border-box; padding:0 20px;}
}
@media screen and (min-width:1024px) and (max-width:1529px){
.main .tx{ width:100%;}
.main .tx a{ width:22.8625%; display:block; margin-top:2.08vw; margin-left:2.85%; overflow:hidden; float:left; position:relative; cursor:pointer;}
.main .tx a:nth-child(4n+1){ clear:left; float:left; margin-left:0;}
.main .tx a:before{ width:100%; display:block; padding-top:73.68%; content:''; overflow:hidden;}
.main .tx a img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.main .tx a:hover img{ transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -webkit-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05);}
.main .tx a span{ display:block; width:100%; height:40px; line-height:40px; background-color:rgba(0,0,0,0.7); font-size:15px; color:#fff; text-align:center; position:absolute; left:0; bottom:0; box-sizing:border-box; padding:0 15px;}
}

@media only screen and (max-width:1023px){
.main .tx{ width:100%; padding-top:5px;}
.main .tx a{ width:48.5%; display:block; margin-top:15px; margin-left:3%; overflow:hidden; float:left; position:relative; cursor:pointer;}
.main .tx a:nth-child(2n+1){ clear:left; float:left; margin-left:0;}
.main .tx a:before{ width:100%; display:block; padding-top:73.68%; content:''; overflow:hidden;}
.main .tx a img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.main .tx a:hover img{ transform:scale(1.05, 1.05); -ms-transform:scale(1.05, 1.05); -moz-transform:scale(1.05, 1.05); -webkit-transform:scale(1.05, 1.05); -o-transform:scale(1.05, 1.05);}
.main .tx a span{ display:block; width:100%; height:34px; line-height:34px; background-color:rgba(0,0,0,0.7); font-size:14px; color:#fff; text-align:center; position:absolute; left:0; bottom:0; box-sizing:border-box; padding:0 10px;}
}

/*经典案例*/
@media screen and (min-width:1600px){
.main .case{ width:100%; display:block;}
.main .case li{ width:31.52%; margin-top:2.08vw; margin-left:2.72%; float:left; display:block;}
.main .case li:nth-child(3n+1){ clear:left; float:left; margin-left:0;}
.main .case li .w02{ width:100%; position:relative; z-index:1;}
.main .case li .w02 a{ width:100%; padding-top:73.07%; display:block; position:relative; overflow:hidden;}
.main .case li .w02 a img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.main .case li .w02 a:hover img{ transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}
.main .case li .w01{ padding:1.3vw; background-color:#f5f5f5;}
.main .case li .w03{ width:100%;}
.main .case li .w03 a{ width:100%; font-size:20px; height:30px; line-height:30px; font-weight:bold; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.main .case li .w03 a:hover{ color:#2e328d;}
.main .case li .w04{ width:100%; margin-top:0.26vw; font-size:16px; line-height:30px; height:60px; color:#666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.main .case li .w05{ width:100%; margin-top:0.15625vw;}
.main .case li .w05 a{ display:block; float:right; font-size:16px; line-height:26px; color:#999;}
.main .case li .w05 a b{ width:10px; height:10px; display:block; float:right; margin:8px 10px; margin-right:0; background-image:url(../images/more01.png);}
.main .case li .w05 a:hover{ color:#2e328d;}
.main .case li .w05 a:hover b{ background-image:url(../images/more02.png);}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.main .case{ width:100%; display:block;}
.main .case li{ width:31.52%; margin-top:2.08vw; margin-left:2.72%; float:left; display:block;}
.main .case li:nth-child(3n+1){ clear:left; float:left; margin-left:0;}
.main .case li .w02{ width:100%; position:relative; z-index:1;}
.main .case li .w02 a{ width:100%; padding-top:73.07%; display:block; position:relative; overflow:hidden;}
.main .case li .w02 a img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.main .case li .w02 a:hover img{ transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}
.main .case li .w01{ padding:1.3vw; background-color:#f5f5f5;}
.main .case li .w03{ width:100%;}
.main .case li .w03 a{ width:100%; font-size:18px; height:28px; line-height:28px; font-weight:bold; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.main .case li .w03 a:hover{ color:#2e328d;}
.main .case li .w04{ width:100%; margin-top:0.26vw; font-size:15px; line-height:27px; height:54px; color:#666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.main .case li .w05{ width:100%; margin-top:0.15625vw;}
.main .case li .w05 a{ display:block; float:right; font-size:15px; line-height:25px; height:25px; color:#999;}
.main .case li .w05 a b{ width:10px; height:10px; display:block; float:right; margin:8px 7px; margin-right:0; background-image:url(../images/more01.png);}
.main .case li .w05 a:hover{ color:#2e328d;}
.main .case li .w05 a:hover b{ background-image:url(../images/more02.png);}
}
@media only screen and (max-width:1023px){
.main .case{ width:100%; display:block;}
.main .case li{ width:100%; margin-top:20px;}
.main .case li .w02{ width:100%; position:relative; z-index:1;}
.main .case li .w02 a{ width:100%; padding-top:73.07%; display:block; position:relative; overflow:hidden;}
.main .case li .w02 a img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.main .case li .w02 a:hover img{ transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}
.main .case li .w01{ padding:15px; background-color:#f5f5f5;}
.main .case li .w03{ width:100%;}
.main .case li .w03 a{ width:100%; font-size:16px; height:26px; line-height:26px; font-weight:bold; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.main .case li .w03 a:hover{ color:#2e328d;}
.main .case li .w04{ width:100%; margin-top:5px; font-size:14px; line-height:24px; height:48px; color:#666; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;}
.main .case li .w05{ width:100%; margin-top:5px;}
.main .case li .w05 a{ display:block; float:right; font-size:14px; line-height:24px; height:24px; color:#999;}
.main .case li .w05 a b{ width:10px; height:10px; display:block; float:right; margin:7px; margin-right:0; background-image:url(../images/more01.png);}
.main .case li .w05 a:hover{ color:#2e328d;}
.main .case li .w05 a:hover b{ background-image:url(../images/more02.png);}
}

/*产品内页*/
@media screen and (min-width:1530px){
.ny{ width:86%; margin:4.9479vw auto; position:relative; z-index:1;}
.ny .bt{ width:100%;}
.ny .bt b{ display:block; font-size:24px; line-height:34px; color:#333;}
.ny .bt span{ display:block; font-size:14px; line-height:24px; color:#333; margin-top:10px;}
.ny .bt p{ display:block; margin-top:10px; width:100px; height:2px; background-color:#333;}
.ny .wen{ margin-top:25px; font-size:14px; line-height:24px;}
.ny .wen img{ max-width:100%; height:auto; margin-top:5px; margin-bottom:5px;}
#portfolio-nav{ width:100%; height:40px; padding:30px 0; margin:25px auto; margin-bottom:-30px; position:relative; vertical-align:middle; text-align:center; border-top:1px solid #cacaca;}
#portfolio-nav .fh{ display:block; width:40px; height:40px; position:absolute; left:50%; margin-left:-20px; top:50%; margin-top:-20px;}
#portfolio-nav .fh p{ cursor:pointer; display:block; margin:auto; float:left; margin-left:17px; margin-top:17px; position:relative; background-position:11px center; background-repeat:no-repeat; -webkit-transition:all 0.2s linear; transition:all 0.2s linear; font-size:20px; width:40px; height:40px;}
#portfolio-nav .fh i{ width:6px; height:6px; display:block; border-radius:0; transition:all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1); -webkit-transition:all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1); font-size:20px; left:18px; top:22px; color:#888; background-color:#888; box-shadow:-0.5em 0 #888, -0.5em 0.5em #888, 0.5em 0 #888, 0.5em -0.5em #888, 0 -0.5em #888, -0.5em -0.5em #888, 0 0.5em #888, 0.5em 0.5em #888;}
#portfolio-nav .fh:hover p i{ background-color:#333; color:#333; box-shadow:-0.6em 0 #333, -0.6em 0.6em #333, 0.6em 0 #333, 0.6em -0.6em #333, 0 -0.6em #333, -0.6em -0.6em #333, 0 0.6em #333, 0.6em 0.6em #333;}
#portfolio-nav .prev{ float:left; cursor:pointer; display:block; font-size:14px; line-height:40px; max-width:calc(50% - 40px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
#portfolio-nav .prev p{ display:block; float:left; width:30px; transition:all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2); position:relative; height:40px; margin-right:10px;}
#portfolio-nav .prev .ico{ display:block; float:left; width:30px; height:40px; background:url(../images/zz.png) no-repeat left center; background-size:10px 16px;}
#portfolio-nav .prev .line{ width:0px; height:2px; position:absolute; left:0; top:50%; transition:all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2); margin-top:-1px; background:#000;}
#portfolio-nav .prev:hover p{ width:40px;}
#portfolio-nav .prev:hover .line{ width:30px;}
#portfolio-nav .next{ float:right; cursor:pointer; display:block; font-size:14px; line-height:40px; max-width:calc(50% - 40px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
#portfolio-nav .next p{ display:block; float:right; width:30px; transition:all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2); position:relative; height:40px; margin-left:10px;}
#portfolio-nav .next .ico{ display:block; float:right; width:30px; height:40px; background:url(../images/yy.png) no-repeat right center; background-size:10px 16px;}
#portfolio-nav .next .line{ width:0px; height:2px; position:absolute; right:0; top:50%; transition:all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2); margin-top:-1px; background:#000;}
#portfolio-nav .next:hover p{ width:40px;}
#portfolio-nav .next:hover .line{ width:30px;}
}
@media screen and (min-width:1024px) and (max-width:1529px){
.ny{ width:90%; margin:4.9479vw auto; position:relative; z-index:1;}
.ny .bt{ width:100%;}
.ny .bt b{ display:block; font-size:20px; line-height:30px; color:#333;}
.ny .bt span{ display:block; font-size:14px; line-height:24px; color:#333; margin-top:5px;}
.ny .bt p{ display:block; margin-top:5px; width:80px; height:2px; background-color:#333;}
.ny .wen{ margin-top:20px; font-size:14px; line-height:24px;}
.ny .wen img{ max-width:100%; height:auto; margin-top:5px; margin-bottom:5px;}
#portfolio-nav{ width:100%; height:40px; padding:20px 0;  margin:20px auto; margin-bottom:-20px; position:relative; vertical-align:middle; text-align:center; border-top:1px solid #cacaca;}
#portfolio-nav .fh{ display:block; width:40px; height:40px; position:absolute; left:50%; margin-left:-20px; top:50%; margin-top:-20px;}
#portfolio-nav .fh p{ cursor:pointer; display:block; margin:auto; float:left; margin-left:17px; margin-top:17px; position:relative; background-position:11px center; background-repeat:no-repeat; -webkit-transition:all 0.2s linear; transition:all 0.2s linear; font-size:20px; width:40px; height:40px;}
#portfolio-nav .fh i{ width:6px; height:6px; display:block; border-radius:0; transition:all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1); -webkit-transition:all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1); font-size:20px; left:18px; top:22px; color:#888; background-color:#888; box-shadow:-0.5em 0 #888, -0.5em 0.5em #888, 0.5em 0 #888, 0.5em -0.5em #888, 0 -0.5em #888, -0.5em -0.5em #888, 0 0.5em #888, 0.5em 0.5em #888;}
#portfolio-nav .fh:hover p i{ background-color:#333; color:#333; box-shadow:-0.6em 0 #333, -0.6em 0.6em #333, 0.6em 0 #333, 0.6em -0.6em #333, 0 -0.6em #333, -0.6em -0.6em #333, 0 0.6em #333, 0.6em 0.6em #333;}
#portfolio-nav .prev{ float:left; cursor:pointer; display:block; font-size:14px; line-height:40px; max-width:calc(50% - 40px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
#portfolio-nav .prev p{ display:block; float:left; width:30px; transition:all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2); position:relative; height:40px; margin-right:10px;}
#portfolio-nav .prev .ico{ display:block; float:left; width:30px; height:40px; background:url(../images/zz.png) no-repeat left center; background-size:10px 16px;}
#portfolio-nav .prev .line{ width:0px; height:2px; position:absolute; left:0; top:50%; transition:all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2); margin-top:-1px; background:#000;}
#portfolio-nav .prev:hover p{ width:40px;}
#portfolio-nav .prev:hover .line{ width:30px;}
#portfolio-nav .next{ float:right; cursor:pointer; display:block; font-size:14px; line-height:40px; max-width:calc(50% - 40px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
#portfolio-nav .next p{ display:block; float:right; width:30px; transition:all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2); position:relative; height:40px; margin-left:10px;}
#portfolio-nav .next .ico{ display:block; float:right; width:30px; height:40px; background:url(../images/yy.png) no-repeat right center; background-size:10px 16px;}
#portfolio-nav .next .line{ width:0px; height:2px; position:absolute; right:0; top:50%; transition:all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2); margin-top:-1px; background:#000;}
#portfolio-nav .next:hover p{ width:40px;}
#portfolio-nav .next:hover .line{ width:30px;}
}
@media only screen and (max-width:1023px){
.ny{ width:94%; margin:35px auto; margin-bottom:20px; position:relative; z-index:1;}
.ny .bt{ width:100%;}
.ny .bt b{ display:block; font-size:16px; line-height:26px; color:#333;}
.ny .bt span{ display:block; font-size:14px; line-height:24px; color:#333;}
.ny .bt p{ display:block; margin-top:5px; width:60px; height:2px; background-color:#333;}
.ny .wen{ margin-top:10px; font-size:14px; line-height:24px;}
.ny .wen img{ max-width:100%; height:auto; margin-top:5px; margin-bottom:5px;}
#portfolio-nav{ width:100%; height:40px; padding:15px 0; margin:auto; margin-top:10px; position:relative; vertical-align:middle; text-align:center; border-top:1px solid #cacaca;}
#portfolio-nav .fh{ display:block; width:40px; height:40px; position:absolute; left:50%; margin-left:-20px; top:50%; margin-top:-20px;}
#portfolio-nav .fh p{ cursor:pointer; display:block; margin:auto; float:left; margin-left:17px; margin-top:17px; position:relative; background-position:11px center; background-repeat:no-repeat; -webkit-transition:all 0.2s linear; transition:all 0.2s linear; font-size:20px; width:40px; height:40px;}
#portfolio-nav .fh i{ width:6px; height:6px; display:block; border-radius:0; transition:all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1); -webkit-transition:all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1); font-size:20px; left:18px; top:22px; color:#888; background-color:#888; box-shadow:-0.5em 0 #888, -0.5em 0.5em #888, 0.5em 0 #888, 0.5em -0.5em #888, 0 -0.5em #888, -0.5em -0.5em #888, 0 0.5em #888, 0.5em 0.5em #888;}
#portfolio-nav .fh:hover p i{ background-color:#333; color:#333; box-shadow:-0.6em 0 #333, -0.6em 0.6em #333, 0.6em 0 #333, 0.6em -0.6em #333, 0 -0.6em #333, -0.6em -0.6em #333, 0 0.6em #333, 0.6em 0.6em #333;}
#portfolio-nav .prev{ float:left; cursor:pointer; display:block; font-size:14px; line-height:40px; max-width:calc(50% - 40px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
#portfolio-nav .prev p{ display:block; float:left; width:10px; transition:all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2); position:relative; height:40px; margin-right:10px;}
#portfolio-nav .prev .ico{ display:block; float:left; width:30px; height:40px; background:url(../images/zz.png) no-repeat left center; background-size:10px 16px;}
#portfolio-nav .prev .line{ width:0px; height:2px; position:absolute; left:0; top:50%; transition:all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2); margin-top:-1px; background:#000;}
#portfolio-nav .next{ float:right; cursor:pointer; display:block; font-size:14px; line-height:40px; max-width:calc(50% - 40px); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
#portfolio-nav .next p{ display:block; float:right; width:10px; transition:all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2); position:relative; height:40px; margin-left:10px;}
#portfolio-nav .next .ico{ display:block; float:right; width:30px; height:40px; background:url(../images/yy.png) no-repeat right center; background-size:10px 16px;}
#portfolio-nav .next .line{ width:0px; height:2px; position:absolute; right:0; top:50%; transition:all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2); margin-top:-1px; background:#000;}
}

/*技术创新*/
@media screen and (min-width:1600px){
.main .js{ width:100%; display:block; margin-top:-10px;}
.main .js li{ width:31.52%; margin-top:2.08vw; margin-left:2.72%; float:left; display:block; position:relative; overflow:hidden;}
.main .js li:nth-child(3n+1){ clear:left; float:left; margin-left:0;}
.main .js li:before{ width:100%; padding-top:64%; display:block; content:'';}
.main .js li img{ width:100%; display:block; position:absolute; left:0; top:0; z-index:1;}
.main .js li p{ display:flex; width:100%; height:100%; padding:1vw; align-items:center; justify-content:center; text-align:center; font-size:20px; color:#fff; background-color:rgba(46,50,141,.7); position:absolute; left:0; top:100%; z-index:3; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; box-sizing:border-box;}
.main .js li:hover p{ top:0;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.main .js{ width:100%; display:block; margin-top:-5px;}
.main .js li{ width:31.52%; margin-top:2.08vw; margin-left:2.72%; float:left; display:block; position:relative; overflow:hidden;}
.main .js li:nth-child(3n+1){ clear:left; float:left; margin-left:0;}
.main .js li:before{ width:100%; padding-top:64%; display:block; content:'';}
.main .js li img{ width:100%; display:block; position:absolute; left:0; top:0; z-index:1;}
.main .js li p{ display:flex; width:100%; height:100%; padding:1vw; align-items:center; justify-content:center; text-align:center; font-size:18px; color:#fff; background-color:rgba(46,50,141,.7); position:absolute; left:0; top:100%; z-index:3; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; box-sizing:border-box;}
.main .js li:hover p{ top:0;}
}
@media only screen and (max-width:1023px){
.main .js{ width:100%; display:block;}
.main .js li{ width:100%; margin-top:15px; position:relative; overflow:hidden;}
.main .js li:nth-child(3n+1){ clear:left; float:left; margin-left:0;}
.main .js li:before{ width:100%; padding-top:64%; display:block; content:'';}
.main .js li img{ width:100%; display:block; position:absolute; left:0; top:0; z-index:1;}
.main .js li p{ display:flex; width:100%; height:100%; padding:15px; align-items:center; justify-content:center; text-align:center; font-size:16px; color:#fff; background-color:rgba(46,50,141,.7); position:absolute; left:0; top:100%; z-index:3; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; box-sizing:border-box;}
.main .js li:hover p{ top:0;}
}

/*新闻中心*/
@media screen and (min-width:1600px){
.main .news{ width:100%; display:block;}
.main .news li{ width:31.52%; margin-top:2.08vw; margin-left:2.72%; float:left; display:block;}
.main .news li:nth-child(3n+1){ clear:left; float:left; margin-left:0;}
.main .news li .tu{ width:100%; position:relative; z-index:1;}
.main .news li .tu a{ width:100%; padding-top:62.5%; display:block; position:relative; overflow:hidden;}
.main .news li .tu a img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.main .news li:hover .tu a img{ transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}
.main .news li .wen{ padding:1.3vw; background-color:#f5f5f5;}
.main .news li .wen .w01{ font-size:16px; line-height:28px; height:28px;}
.main .news li .wen .w02{ margin-top:0.4167vw;}
.main .news li .wen .w02 a{ width:100%; font-size:20px; line-height:30px; height:30px; font-weight:bold; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.main .news li .wen .w02 a:hover{ color:#2e328d;}
.main .news li .wen .w03{ margin-top:0.4167vw; font-size:16px; line-height:30px; height:60px; color:#666;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.main .news{ width:100%; display:block;}
.main .news li{ width:31.52%; margin-top:2.08vw; margin-left:2.72%; float:left; display:block;}
.main .news li:nth-child(3n+1){ clear:left; float:left; margin-left:0;}
.main .news li .tu{ width:100%; position:relative; z-index:1;}
.main .news li .tu a{ width:100%; padding-top:62.5%; display:block; position:relative; overflow:hidden;}
.main .news li .tu a img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.main .news li:hover  .tu aimg{ transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}
.main .news li .wen{ padding:1.3vw; background-color:#f5f5f5;}
.main .news li .wen .w01{ font-size:16px; line-height:28px; height:28px;}
.main .news li .wen .w02{ margin-top:0.4167vw;}
.main .news li .wen .w02 a{ width:100%; font-size:20px; line-height:30px; height:30px; font-weight:bold; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.main .news li .wen .w02 a:hover{ color:#2e328d;}
.main .news li .wen .w03{ margin-top:0.4167vw; font-size:16px; line-height:30px; height:60px; color:#666;}
}
@media only screen and (max-width:1023px){
.main .news{ width:100%; display:block;}
.main .news li{ width:100%; margin-top:20px;}
.main .news li .tu{ width:100%; position:relative; z-index:1;}
.main .news li .tu a{ width:100%; padding-top:62.5%; display:block; position:relative; overflow:hidden;}
.main .news li .tu a img{ width:100%; height:100%; object-fit:cover; display:block; position:absolute; left:0; top:0; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.main .news li:hover .tu a img{ transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}
.main .news li .wen{ padding:15px; background-color:#f5f5f5;}
.main .news li .wen .w01{ font-size:14px; line-height:22px; height:22px;}
.main .news li .wen .w02{ width:100%;}
.main .news li .wen .w02 a{ width:100%; font-size:16px; line-height:26px; height:26px; font-weight:bold; display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.main .news li .wen .w02 a:hover{ color:#2e328d;}
.main .news li .wen .w03{ font-size:14px; line-height:24px; height:48px; color:#666;}
}

/*人力资源*/
@media screen and (min-width:1600px){
.main .job{ width:100%; display:block;}
.main .job .item{ width:100%; margin-top:2.08vw; display:flex; align-items:center; justify-content:space-between;}
.main .job .item:nth-child(2n+1){ flex-direction:row-reverse;}
.main .job .item .tu{ width:47.5%;}
.main .job .item .tu img{ width:100%; display:block;}
.main .job .item .wen{ width:47.5%;}
.main .job .item .wen .w01{ font-size:24px; line-height:34px; color:#2e328d; font-weight:bold; padding-bottom:1vw; margin-bottom:1vw; border-bottom:1px solid #eee; font-weight:bold; padding-top:5px;}
.main .job .item .wen .w02{ font-size:16px; line-height:36px;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.main .job{ width:100%; display:block;}
.main .job .item{ width:100%; margin-top:2.08vw; display:flex; align-items:center; justify-content:space-between;}
.main .job .item:nth-child(2n+1){ flex-direction:row-reverse;}
.main .job .item .tu{ width:47.5%;}
.main .job .item .tu img{ width:100%; display:block;}
.main .job .item .wen{ width:47.5%;}
.main .job .item .wen .w01{ font-size:20px; line-height:30px; color:#2e328d; font-weight:bold; padding-bottom:1vw; margin-bottom:1vw; border-bottom:1px solid #eee; font-weight:bold; padding-top:3px;}
.main .job .item .wen .w02{ font-size:15px; line-height:31px;}
}
@media only screen and (max-width:1023px){
.main .job{ width:100%; display:block;}
.main .job .item{ width:100%; margin-top:20px;}
.main .job .item .tu{ width:100%;}
.main .job .item .tu img{ width:100%; display:block;}
.main .job .item .wen{ width:100%; padding:15px; background-color:#f5f5f5; box-sizing:border-box;}
.main .job .item .wen .w01{ font-size:16px; line-height:26px; color:#2e328d; font-weight:bold; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #ddd; font-weight:bold;}
.main .job .item .wen .w02{ font-size:14px; line-height:24px;}
}

@media screen and (min-width:1600px){
.main .job01{ width:100%; display:block;}
.main .job01 .con{ width:100%; margin-top:2.08vw; box-shadow:0.476vw 0 1.428vw rgba(0, 0, 0, .1);}
.main .job01 .con .top{ overflow:hidden; padding:0 5.2vw 0 1.5625vw; position:relative; cursor:pointer; background-color:#fff; transition:.3s; -webkit-transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s;}
.main .job01 .con .top .icon{ font-size:22px; font-weight:bold; font-family:'宋体'; position:absolute; background-size:contain; z-index:2; right:1.5625vw; top:50%; transform:translateY(-50%) rotate(90deg); -webkit-transform:translateY(-50%) rotate(90deg); -moz-transform:translateY(-50%) rotate(90deg); -ms-transform:translateY(-50%) rotate(90deg); -o-transform:translateY(-50%) rotate(90deg); transition:.3s; -webkit-transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s;}
.main .job01 .con .qr{ width:22%; float:left; overflow:hidden; font-size:18px; color:#666; height:80px; line-height:80px; margin-left:3%; display:-webkit-box;}
.main .job01 .con .mark{ width:25%; margin-left:0;}
.main .job01 .con.on .top{ background-color:#2e328d;}
.main .job01 .con.on .top .qr{ color:#fff;}
.main .job01 .con.on .top .mark{ color:#fff;}
.main .job01 .con.on .top .icon{ color:#fff; transform:translateY(-50%) rotate(-90deg); -webkit-transform:translateY(-50%) rotate(-90deg); -moz-transform:translateY(-50%) rotate(-90deg); -ms-transform:translateY(-50%) rotate(-90deg); -o-transform:translateY(-50%) rotate(-90deg);}
.main .job01 .con .box{ padding:0 1.5625vw; position:relative; overflow:hidden;}
.main .job01 .con .item{ border-bottom:1px solid rgba(0, 0, 0, .1); padding:1.82vw 0;}
.main .job01 .con .item:last-child{ border:none;}
.main .job01 .con .bt{ font-size:24px; color:#333; line-height:34px; font-weight:bold; float:left; width:30%;}
.main .job01 .con .txt{ overflow:hidden; float:left; width:70%;}
.main .job01 .con .box p{ font-size:16px; line-height:26px; color:#333;}
.main .job01 .con .box a{ color:#066cde;}
.main .job01 .con .tit{ font-size:20px; line-height:30px; color:#333333; font-weight:bold; margin-bottom:.52vw;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.main .job01{ width:100%; display:block;}
.main .job01 .con{ width:100%; margin-top:2.08vw; box-shadow:0.476vw 0 1.428vw rgba(0, 0, 0, .1);}
.main .job01 .con .top{ overflow:hidden; padding:0 3vw 0 1.5625vw; position:relative; cursor:pointer; background-color:#fff; transition:.3s; -webkit-transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s;}
.main .job01 .con .top .icon{ font-size:20px; font-weight:bold; font-family:'宋体'; position:absolute; background-size:contain; z-index:2; right:1.5625vw; top:50%; transform:translateY(-50%) rotate(90deg); -webkit-transform:translateY(-50%) rotate(90deg); -moz-transform:translateY(-50%) rotate(90deg); -ms-transform:translateY(-50%) rotate(90deg); -o-transform:translateY(-50%) rotate(90deg); transition:.3s; -webkit-transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s;}
.main .job01 .con .qr{ width:22%; float:left; overflow:hidden; font-size:16px; color:#666; height:60px; line-height:60px; margin-left:3%; display:-webkit-box;}
.main .job01 .con .mark{ width:25%; margin-left:0;}
.main .job01 .con.on .top{ background-color:#2e328d;}
.main .job01 .con.on .top .qr{ color:#fff;}
.main .job01 .con.on .top .mark{ color:#fff;}
.main .job01 .con.on .top .icon{ color:#fff; transform:translateY(-50%) rotate(-90deg); -webkit-transform:translateY(-50%) rotate(-90deg); -moz-transform:translateY(-50%) rotate(-90deg); -ms-transform:translateY(-50%) rotate(-90deg); -o-transform:translateY(-50%) rotate(-90deg);}
.main .job01 .con .box{ padding:0 1.5625vw; position:relative; overflow:hidden;}
.main .job01 .con .item{ border-bottom:1px solid rgba(0, 0, 0, .1); padding:1.82vw 0;}
.main .job01 .con .item:last-child{ border:none;}
.main .job01 .con .bt{ font-size:20px; color:#333; line-height:30px; font-weight:bold; float:left; width:30%;}
.main .job01 .con .txt{ overflow:hidden; float:left; width:70%;}
.main .job01 .con .box p{ font-size:15px; line-height:25px; color:#333;}
.main .job01 .con .box a{ color:#066cde;}
.main .job01 .con .tit{ font-size:18px; line-height:28px; color:#333333; font-weight:bold; margin-bottom:.52vw;}
}
@media only screen and (max-width:1023px){
.main .job01{ width:100%; display:block;}
.main .job01 .con{ width:100%; margin-top:20px; box-shadow:0.476vw 0 1.428vw rgba(0, 0, 0, .1);}
.main .job01 .con .top{ overflow:hidden; padding:0 40px 0 15px; position:relative; cursor:pointer; background-color:#fff; transition:.3s; -webkit-transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s;}
.main .job01 .con .top .icon{ font-size:18px; font-weight:bold; font-family:'宋体'; position:absolute; background-size:contain; z-index:2; right:15px; top:50%; transform:translateY(-50%) rotate(90deg); -webkit-transform:translateY(-50%) rotate(90deg); -moz-transform:translateY(-50%) rotate(90deg); -ms-transform:translateY(-50%) rotate(90deg); -o-transform:translateY(-50%) rotate(90deg); transition:.3s; -webkit-transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s;}
.main .job01 .con .qr{ width:22%; float:left; overflow:hidden; font-size:14px; color:#666; height:40px; line-height:40px; margin-left:3%; display:none;}
.main .job01 .con .mark{ width:100%; margin-left:0; display:block;}
.main .job01 .con.on .top{ background-color:#2e328d;}
.main .job01 .con.on .top .qr{ color:#fff;}
.main .job01 .con.on .top .mark{ color:#fff;}
.main .job01 .con.on .top .icon{ color:#fff; transform:translateY(-50%) rotate(-90deg); -webkit-transform:translateY(-50%) rotate(-90deg); -moz-transform:translateY(-50%) rotate(-90deg); -ms-transform:translateY(-50%) rotate(-90deg); -o-transform:translateY(-50%) rotate(-90deg);}
.main .job01 .con .box{ padding:0 15px; position:relative; overflow:hidden;}
.main .job01 .con .item{ border-bottom:1px solid rgba(0, 0, 0, .1); padding:15px 0;}
.main .job01 .con .item:last-child{ border:none;}
.main .job01 .con .bt{ font-size:18px; color:#333; line-height:28px; font-weight:bold; margin-bottom:5px;}
.main .job01 .con .txt{ overflow:hidden;}
.main .job01 .con .box p{ font-size:14px; line-height:24px; color:#333;}
.main .job01 .con .box a{ color:#066cde;}
.main .job01 .con .tit{ font-size:16px; line-height:26px; color:#333333; font-weight:bold; margin-bottom:5px;}
}

@media screen and (min-width:1600px){
.main .cx{ width:100%; margin-top:3.64vw;}
.main .cx .w01{ width:500px; height:44px; padding:0 20px; height:44px; border-radius:44px; background-color:#f1f1f1; margin:auto; margin-top:40px;}
.main .cx .w01 input{ width:100%; display:block; height:44px; line-height:44px; display:block; overflow:hidden; background-color:#f1f1f1; text-align:center; font-size:16px;}
.main .cx .w02{ width:170px; height:44px; border-radius:44px; background-color:#2e328d; overflow:hidden; margin:auto; margin-top:30px; position:relative; display:flex; justify-content:center; align-items:center;}
.main .cx .w02:hover{ background-color:#e62129;}
.main .cx .w02 img{ display:block; height:16px; margin-left:2px;}
.main .cx .w02 span{ display:block; height:24px; line-height:24px; letter-spacing:2px; color:#fff; margin-left:10px; font-size:16px;}
.main .cx .w02 input{ width:100%; height:100%; position:absolute; left:0; top:0; cursor:pointer; display:block; opacity:0;}

.main .cx01{ width:100%; display:block; margin-top:3.64vw;}
.main .cx01 .tu{ width:30%; float:left;}
.main .cx01 .tu img{ width:100%; display:block;}
.main .cx01 .wen{ width:67%; float:right;}
.main .cx01 .wen .w01{ font-size:24px; line-height:34px; color:#2e328d; font-weight:bold; padding-bottom:1vw; margin-bottom:1vw; border-bottom:1px solid #eee; font-weight:bold; padding-top:1.82vw;}
.main .cx01 .wen .w02{ font-size:16px; line-height:36px;}
}
@media screen and (min-width:1024px) and (max-width:1599px){
.main .cx{ width:100%; margin-top:3.64vw;}
.main .cx .w01{ width:500px; height:44px; padding:0 20px; height:44px; border-radius:44px; background-color:#f1f1f1; margin:auto; margin-top:30px;}
.main .cx .w01 input{ width:100%; display:block; height:44px; line-height:44px; display:block; overflow:hidden; background-color:#f1f1f1; text-align:center; font-size:15px;}
.main .cx .w02{ width:160px; height:44px; border-radius:44px; background-color:#2e328d; overflow:hidden; margin:auto; margin-top:25px; position:relative; display:flex; justify-content:center; align-items:center;}
.main .cx .w02:hover{ background-color:#e62129;}
.main .cx .w02 img{ display:block; height:16px; margin-left:2px;}
.main .cx .w02 span{ display:block; height:24px; line-height:24px; letter-spacing:2px; color:#fff; margin-left:8px; font-size:15px;}
.main .cx .w02 input{ width:100%; height:100%; position:absolute; left:0; top:0; cursor:pointer; display:block; opacity:0;}	

.main .cx01{ width:100%; display:block; margin-top:3.64vw;}
.main .cx01 .tu{ width:30%; float:left;}
.main .cx01 .tu img{ width:100%; display:block;}
.main .cx01 .wen{ width:67%; float:right;}
.main .cx01 .wen .w01{ font-size:20px; line-height:30px; color:#2e328d; font-weight:bold; padding-bottom:1vw; margin-bottom:1vw; border-bottom:1px solid #eee; font-weight:bold; padding-top:1.82vw;}
.main .cx01 .wen .w02{ font-size:15px; line-height:31px;}
}
@media only screen and (max-width:1023px){
.main .cx{ width:100%; margin-top:30px;}
.main .cx .w01{ width:100%; box-sizing:border-box; height:40px; padding:0 15px; height:40px; border-radius:44px; background-color:#f1f1f1; margin:auto; margin-top:20px;}
.main .cx .w01 input{ width:100%; display:block; height:40px; line-height:40px; display:block; overflow:hidden; background-color:#f1f1f1; text-align:center;}
.main .cx .w02{ width:150px; height:40px; border-radius:40px; background-color:#2e328d; overflow:hidden; margin:auto; margin-top:15px; position:relative; display:flex; justify-content:center; align-items:center;}
.main .cx .w02:hover{ background-color:#e62129;}
.main .cx .w02 img{ display:block; height:16px; margin-left:2px;}
.main .cx .w02 span{ display:block; height:24px; line-height:24px; letter-spacing:2px; color:#fff; margin-left:6px;}
.main .cx .w02 input{ width:100%; height:100%; position:absolute; left:0; top:0; cursor:pointer; display:block; opacity:0;}
	
.main .cx01{ width:100%; display:block; margin-top:30px;}
.main .cx01 .tu{ width:100%;}
.main .cx01 .tu img{ max-width:100%; display:block; margin:auto;}
.main .cx01 .wen{ width:100%; margin-top:15px;}
.main .cx01 .wen .w01{ font-size:16px; line-height:26px; color:#2e328d; font-weight:bold; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #ddd; font-weight:bold;}
.main .cx01 .wen .w02{ font-size:14px; line-height:24px;}
}

/*联系我们*/
@media screen and (min-width:1600px){
.main .lx01{ width:100%; margin:auto; display:flex; padding-top:40px;}
.main .lx01 .left{ width:47.5%;}
.main .lx01 .left #map{ width:100%; height:100%;}
.main .lx01 .left img{ width:100%; height:100%; object-fit:cover;}
.main .lx01 .right{ width:47%; margin-left:5%;}
.main .lx01 .right dl{ display:block; overflow:hidden; margin-top:-30px;}
.main .lx01 .right dl dt{ margin-top:30px; overflow:hidden; display:flex; align-items:center;}
.main .lx01 .right dl dt strong{ width:60px;}
.main .lx01 .right dl dt strong img{ width:60px; display:block;}
.main .lx01 .right dl dt p{ width:calc(100% - 60px); display:block; margin-left:10px;}
.main .lx01 .right dl dt p span{ display:block; font-size:14px; line-height:24px; color:#999;}
.main .lx01 .right dl dt p a{ display:block; font-size:16px; line-height:26px; color:#333;}
.main .lx01 .right dl dd{ margin-top:25px; overflow:hidden; display:block;}
.main .lx01 .right dl dd span{ width:100%; font-size:16px; line-height:26px;}
.main .lx01 .right dl dd p{ display:flex; align-items:center; margin:10px 0;}
.main .lx01 .right dl dd strong{ height:100px; display:block; overflow:hidden; padding:20px; background-color:#f7f7f7;}
.main .lx01 .right dl dd strong img{ height:100%; display:block;}
.main .lx01 .right dl dd a{ display:none; font-size:14px; line-height:24px; margin-left:20px;}
}
@media screen and (min-width: 1024px) and (max-width: 1599px){
.main .lx01{ width:100%; margin:auto; display:flex; padding-top:30px;}
.main .lx01 .left{ width:48%;}
.main .lx01 .left #map{ width:100%; height:100%;}
.main .lx01 .left img{ width:100%; height:100%; object-fit:cover;}
.main .lx01 .right{ width:49%; margin-left:3%;}
.main .lx01 .right dl{ display:block; overflow:hidden; margin-top:-20px;}
.main .lx01 .right dl dt{ margin-top:20px; overflow:hidden; display:flex; align-items:center;}
.main .lx01 .right dl dt strong{ width:50px;}
.main .lx01 .right dl dt strong img{ width:50px; display:block;}
.main .lx01 .right dl dt p{ width:calc(100% - 60px); display:block; margin-left:10px;}
.main .lx01 .right dl dt p span{ display:block; font-size:14px; line-height:24px; color:#999;}
.main .lx01 .right dl dt p a{ display:block; font-size:16px; line-height:26px; color:#333;}
.main .lx01 .right dl dd{ margin-top:15px; overflow:hidden; display:block;}
.main .lx01 .right dl dd span{ width:100%; font-size:16px; line-height:26px;}
.main .lx01 .right dl dd p{ display:flex; align-items:center; margin:5px 0;}
.main .lx01 .right dl dd strong{ height:90px; display:block; overflow:hidden; padding:15px; background-color:#f7f7f7;}
.main .lx01 .right dl dd strong img{ height:100%; display:block;}
.main .lx01 .right dl dd a{ display:none; font-size:14px; line-height:24px; margin-left:20px;}
}

@media only screen and (max-width: 1023px){
.main .lx01{ width:100%; margin:auto; padding-top:20px;}
.main .lx01 .left{ width:100%;}
.main .lx01 .left #map{ width:100%; height:260px;}
.main .lx01 .right{ width:100%;}
.main .lx01 .right dl{ display:block; overflow:hidden;}
.main .lx01 .right dl dt{ margin-top:15px; overflow:hidden; display:flex; align-items:center;}
.main .lx01 .right dl dt strong{ width:50px;}
.main .lx01 .right dl dt strong img{ width:50px; display:block;}
.main .lx01 .right dl dt p{ width:calc(100% - 60px); display:block; margin-left:10px;}
.main .lx01 .right dl dt p span{ display:block; font-size:14px; line-height:24px; color:#999;}
.main .lx01 .right dl dt p a{ display:block; font-size:16px; line-height:24px; color:#333;}
.main .lx01 .right dl dd{ margin-top:15px; overflow:hidden; display:block;}
.main .lx01 .right dl dd span{ width:100%; font-size:16px; line-height:26px;}
.main .lx01 .right dl dd p{ display:flex; align-items:center; margin-top:5px;}
.main .lx01 .right dl dd strong{ height:80px; display:block; overflow:hidden; padding:10px; background-color:#f7f7f7;}
.main .lx01 .right dl dd strong img{ height:100%; display:block;}
.main .lx01 .right dl dd a{ display:none; font-size:14px; line-height:24px; margin-left:10px;}
}

@media screen and (min-width:1600px){
.index{ width:100%; position:relative; left:0; top:-90px;}
.main .lx02{ width:100%; margin:auto; padding-top:10px;}
.main .lx02 .left{ width:47.5%; float:left;}
.main .lx02 .right{ width:47.5%; float:right;}
.main .lx02 p{ width:100%; height:50px; line-height:50px; border-radius:46px; background-color:#fff; margin-top:30px; overflow:hidden; display:block; padding:0 30px; box-sizing:border-box;}
.main .lx02 p input{ width:100%; font-size:16px; line-height:50px; height:50px; display:block; background-color:transparent;}
.main .lx02 p select{ width:100%; font-size:16px; line-height:50px; height:50px; display:block; background-color:transparent; background-image:url(../images/sel01.png); background-position:right center; background-repeat:no-repeat;}
.main .lx02 span{ width:100%; background-color:#fff; border-radius:15px; overflow:hidden; display:block; margin-top:30px;}
.main .lx02 span textarea{ width:100%; height:130px; display:block; padding:12px 30px; box-sizing:border-box; font-size:16px; line-height:26px; overflow:auto; background-color:transparent; font-family:inherit;}
.main .lx02 .sub{ width:100%; float:left; margin-top:50px;}
.main .lx02 .sub input{ display:block; width:15%; margin:auto; text-align:center; line-height:56px; color:#fff; font-size:18px; height:56px; border-radius:56px; background:#2e328d; cursor:pointer;}
.main .lx02 .sub input:hover{ background:#e62129;}
}
@media screen and (min-width: 1024px) and (max-width: 1599px){
.index{ width:100%; position:relative; left:0; top:-80px;}
.main .lx02{ width:100%; margin:auto; padding-top:10px;}
.main .lx02 .left{ width:48.5%; float:left;}
.main .lx02 .right{ width:48.5%; float:right;}
.main .lx02 p{ width:100%; height:46px; line-height:46px; border-radius:46px; background-color:#fff; margin-top:20px; overflow:hidden; display:block; padding:0 20px; box-sizing:border-box;}
.main .lx02 p input{ width:100%; font-size:16px; line-height:46px; height:46px; display:block; background-color:transparent;}
.main .lx02 p select{ width:100%; font-size:16px; line-height:46px; height:46px; display:block; background-color:transparent; background-image:url(../images/sel01.png); background-position:right center; background-repeat:no-repeat;}
.main .lx02 span{ width:100%; background-color:#fff; border-radius:10px; overflow:hidden; display:block; margin-top:20px;}
.main .lx02 span textarea{ width:100%; height:112px; display:block; padding:10px 20px; box-sizing:border-box; font-size:16px; line-height:26px; overflow:auto; background-color:transparent; font-family:inherit;}
.main .lx02 .sub{ width:100%; float:left; margin-top:30px;}
.main .lx02 .sub input{ display:block; width:15%; margin:auto; text-align:center; line-height:56px; color:#fff; font-size:16px; height:46px; border-radius:46px; background:#2e328d; cursor:pointer;}
.main .lx02 .sub input:hover{ background:#e62129;}
}

@media only screen and (max-width: 1023px){
.index{ width:100%; position:relative; left:0; top:-60px;}
.main .lx02{ width:100%; margin:auto; padding-top:5px;}
.main .lx02 .left{ width:100%; float:left;}
.main .lx02 .right{ width:100%; float:right;}
.main .lx02 p{ width:100%; height:40px; line-height:40px; border-radius:40px; background-color:#fff; margin-top:15px; overflow:hidden; display:block; padding:0 15px; box-sizing:border-box;}
.main .lx02 p input{ width:100%; font-size:14px; line-height:40px; height:40px; display:block; background-color:transparent;}
.main .lx02 p select{ width:100%; font-size:14px; line-height:40px; height:40px; display:block; background-color:transparent; background-image:url(../images/sel01.png); background-position:right center; background-repeat:no-repeat;}
.main .lx02 span{ width:100%; background-color:#fff; border-radius:10px; overflow:hidden; display:block; margin-top:15px;}
.main .lx02 span textarea{ width:100%; height:136px; display:block; padding:8px 15px; box-sizing:border-box; font-size:14px; line-height:24px; overflow:auto; background-color:transparent; font-family:inherit;}
.main .lx02 .sub{ width:100%; float:left; margin-top:15px;}
.main .lx02 .sub input{ display:block; width:120px; margin:auto; text-align:center; line-height:40px; color:#fff; font-size:14px; height:40px; border-radius:40px; background:#2e328d; cursor:pointer;}
.main .lx02 .sub input:hover{ background:#e62129;}
}