@charset "utf-8";
/* CSS Document */
html,body{ width:100%; height:100%;}
body{ font-family:"Microsoft YaHei","微软雅黑","Helvetica Neue", Helvetica, Arial, sans-serif; font-size:16px; line-height:1.5; color:#333; background-color:#f3f8ff; overflow-x:hidden; background-size:100% auto; background-repeat:no-repeat;}
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:#fff;} 
input:-moz-placeholder,textarea:-moz-placeholder{ color:#fff;} 
input::-moz-placeholder,textarea::-moz-placeholder{ color:#fff;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ color:#fff;} 
input,select,textarea{ -webkit-appearance:none; color:#333;}
input[type=radio]{ -webkit-appearance:radio;}
input[type=checkbox]{ -webkit-appearance:checkbox;}

/*header*/
@media screen and (min-width:1440px){
.header{ width:100%; height:116px; background-color:#fff; position:fixed; left:0; top:0; z-index:99; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.header.pos{ height:96px; box-shadow:0 0 20px rgba(0,0,0,.1);}
.header .head{ width:94%; max-width:1410px; height:100%; margin:auto;}
.header .logo{ height:100%; z-index:3; float:left; display:flex; align-items:center; justify-content:center;}
.header .logo a{ height:56px; display:block;}
.header .logo img{ display:block; height:56px;}
.header .menuBox{ height:100%; float:left; position:relative;}
.header .menuBox dl{ width:100%; height:100%;}
.header .menuBox dl dt{ margin-left:50px; float:left; height:100%; display:flex; align-items:center; position:relative;}
.header .menuBox dl dt>a{ font-weight:bold; display:block; z-index:3; position:relative; line-height:56px; height:56px; font-size:16px;}
.header .menuBox dl dt:hover>a,.header .menuBox dl dt.on>a{ color:#1777F2;}
.header .menuBox dl dt span{ display:none;}
.header .menuBox dl dt p{ width:250px; box-sizing:border-box; padding:10px; background-color:#fff; position:absolute; left:-20px; top:70px;-webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; opacity:0; height:0; overflow:hidden; border-radius:6px; box-shadow:0 0 20px rgba(0,0,0,.1);}
.header .menuBox dl dt:hover p{ top:90px; opacity:1; height:auto;}
.header .menuBox dl dt p a{ padding:0 20px; display:block; overflow:hidden; font-size:16px; line-height:36px; height:36px; position:relative;}
.header .menuBox dl dt p a:hover{ color:#0f4cbc;}
.header .menuBox dl dd{ float:left; margin-left:50px; height:100%; display:flex; align-items:center;}
.header .menuBox dl dd a{ padding:0 20px; height:40px; line-height:40px; font-size:16px; color:#fff; background:linear-gradient(to right,#1777F2,#66C4E3); text-transform:uppercase; text-align:center; border-radius:40px; overflow:hidden; font-weight:bold;}
.header .menuBox dl dd a:hover{ background:linear-gradient(to right,#1777F2,#1777F2);}
.header .menuBox dl dd a:last-child{ display:none;}
.header .mNav{ display:none;}
.header .yu{ height:100%; display:flex; align-items:center; float:right; position:relative;}
.header .yu dt{ display:block; overflow:hidden; height:28px; cursor:pointer;}
.header .yu dt>img{ height:28px; float:left; display:block;}
.header .yu dt p{ min-width:70px; height:28px; line-height:28px; display:block; overflow:hidden; float:left; margin-left:15px; color:#1777F2; font-size:16px;}
.header .yu dt p b{ width:7px; height:6px; display:block; margin-top:11px; margin-left:5px; float:right;}
.header .yu dt p b img{ width:100%; display:block;}
.header .yu dd{ width:96px; background-color:#fff; position:absolute; right:0; top:70px; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; opacity:0; height:0; overflow:hidden; border-radius:6px; box-shadow:0 0 20px rgba(0,0,0,.1);}
.header .yu.open dd{ top:90px; opacity:1; height:auto; padding:10px 0;}
.header .yu dd a{ padding:0 15px; display:block; overflow:hidden; font-size:14px; line-height:30px; height:30px; position:relative;}
.header .yu dd a:hover,.header .yu dd a.on{ color:#1777F2;}
.header .deng{ height:100%; display:flex; align-items:center; float:right; position:relative;}
.header .deng a{ display:block; font-size:16px; height:40px; line-height:40px; border-radius:40px; background-color:#f5f5f5; padding:0 20px; overflow:hidden; margin-right:1.3vw;}
.header .deng a:hover{ color:#1777F2;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.header{ width:100%; height:96px; background-color:#fff; position:fixed; left:0; top:0; z-index:99; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.header.pos{ height:76px; box-shadow:0 0 15px rgba(0,0,0,.1);}
.header .head{ width:94%; max-width:1410px; height:100%; margin:auto;}
.header .logo{ height:100%; z-index:3; float:left; display:flex; align-items:center; justify-content:center;}
.header .logo a{ height:56px; display:block;}
.header .logo img{ display:block; height:56px;}
.header .menuBox{ height:100%; float:left; position:relative;}
.header .menuBox dl{ width:100%; height:100%;}
.header .menuBox dl dt{ margin-left:2.6vw; float:left; height:100%; display:flex; align-items:center; position:relative;}
.header .menuBox dl dt>a{ font-weight:bold; display:block; z-index:3; position:relative; line-height:56px; height:56px; font-size:16px;}
.header .menuBox dl dt:hover>a,.header .menuBox dl dt.on>a{ color:#1777F2;}
.header .menuBox dl dt span{ display:none;}
.header .menuBox dl dt p{ width:250px; box-sizing:border-box; padding:10px; background-color:#fff; position:absolute; left:-20px; top:70px;-webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; opacity:0; height:0; overflow:hidden; border-radius:6px; box-shadow:0 0 20px rgba(0,0,0,.1);}
.header .menuBox dl dt:hover p{ top:86px; opacity:1; height:auto;}
.header .menuBox dl dt p a{ padding:0 20px; display:block; overflow:hidden; font-size:16px; line-height:36px; height:36px; position:relative;}
.header .menuBox dl dt p a:hover{ color:#0f4cbc;}
.header .menuBox dl dd{ float:left; margin-left:2.6vw; height:100%; display:flex; align-items:center;}
.header .menuBox dl dd a{ padding:0 20px; height:40px; line-height:40px; font-size:16px; color:#fff; background:linear-gradient(to right,#1777F2,#66C4E3); text-transform:uppercase; text-align:center; border-radius:40px; overflow:hidden; font-weight:bold;}
.header .menuBox dl dd a:hover{ background:linear-gradient(to right,#1777F2,#1777F2);}
.header .menuBox dl dd a:last-child{ display:none;}
.header .mNav{ display:none;}
.header .yu{ height:100%; display:flex; align-items:center; float:right; position:relative;}
.header .yu dt{ display:block; overflow:hidden; height:28px; cursor:pointer;}
.header .yu dt>img{ height:28px; float:left; display:block;}
.header .yu dt p{ min-width:70px; height:28px; line-height:28px; display:block; overflow:hidden; float:left; margin-left:15px; color:#1777F2; font-size:16px;}
.header .yu dt p b{ width:7px; height:6px; display:block; margin-top:11px; margin-left:5px; float:right;}
.header .yu dt p b img{ width:100%; display:block;}
.header .yu dd{ width:96px; background-color:#fff; position:absolute; right:0; top:70px; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; opacity:0; height:0; overflow:hidden; border-radius:6px; box-shadow:0 0 20px rgba(0,0,0,.1);}
.header .yu.open dd{ top:86px; opacity:1; height:auto; padding:10px 0;}
.header .yu dd a{ padding:0 15px; display:block; overflow:hidden; font-size:14px; line-height:30px; height:30px; position:relative;}
.header .yu dd a:hover,.header .yu dd a.on{ color:#1777F2;}
.header .deng{ height:100%; display:flex; align-items:center; float:right; position:relative;}
.header .deng a{ display:block; font-size:16px; height:40px; line-height:40px; border-radius:40px; background-color:#f5f5f5; padding:0 20px; overflow:hidden; margin-right:1.3vw;}
.header .deng a:hover{ color:#1777F2;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.header .logo a{ height:50px;}
.header .logo img{ height:50px;}
.header .menuBox dl dt>a{ font-size:15px;}
.header .menuBox dl dd a{ height:34px; line-height:34px; font-size:15px;}
.header .yu dt>img{ height:24px; margin:2px 0;}
.header .yu dt p{ margin-left:10px; font-size:15px;}	
.header .deng a{ display:block; font-size:15px; height:34px; line-height:34px; margin-right:1.3vw;}
}
@media only screen and (max-width:1023px){
.header{ width:100%; height:60px; background-color:#fff; position:fixed; left:0; top:0; z-index:99;}
.header.pos{ box-shadow:0 0 10px rgba(0,0,0,.1);}
.header .head{ width:100%; height:60px;}
.header .logo{ position:relative; z-index:3; float:left;}
.header .logo img{ display:block; height:34px; margin:13px 14px;}
.header .mNav{ display:block; position:relative; z-index:3; height:60px; float:right; width:60px;}
.header .mNav .burger{ width:32px; height:1px; background-color:#333; position:absolute; top:19px; left:50%; margin:0 0 0 -16px; -webkit-transform-origin:center; transform-origin:center; -webkit-transition:.3s; transition:.3s;}
.header .mNav .burger:nth-of-type(2){ top:30px;}
.header .mNav .burger:nth-of-type(3){ top:41px;}
.header .mNav.on .burger:first-of-type{ top:30px; -webkit-transform:rotate(225deg); transform:rotate(225deg);}
.header .mNav.on .burger:nth-of-type(2){ left:-100%; opacity:0;}
.header .mNav.on .burger:nth-of-type(3){ top:30px; -webkit-transform:rotate(-225deg); transform:rotate(-225deg);}
.header .menuBox{ width:100%; height:0; position:absolute; left:0; top:0; z-index:1; background-color:#fff; overflow:hidden; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.header .open.menuBox{ height:calc(100vh - 60px); padding-top:60px;}
.header .menuBox dl{ display:block; padding:30px 3%; width:100%; height:100%; overflow:hidden; box-sizing:border-box; background-color:#f5f5f5;}
.header .menuBox dl dd{ width:94%; position:absolute; left:3%; bottom:30px; display:block;}
.header .menuBox dl dd a{ width:100%; height:46px; line-height:46px; font-size:16px; color:#fff; background:linear-gradient(to right,#1777F2,#66C4E3); text-transform:uppercase; text-align:center; border-radius:4px; overflow:hidden; font-weight:bold; display:block; margin-top:20px;}
.header .menuBox dl dd a:last-child{ background:linear-gradient(to right,#fff,#fff); color:#333;}
.header .menuBox dl dd a:hover{ background:linear-gradient(to right,#1777F2,#1777F2); color:#fff;}
.header .menuBox dl dt{ font-size:16px; line-height:26px; display:block; border-top:1px solid #ddd; position:relative;}
.header .menuBox dl dt:first-child{ border-top:none;}
.header .menuBox dl dt>a{ color:#333; display:block; padding:15px 0;}
.header .menuBox dl dt.on>a{ color:#1777F2;}
.header .menuBox dl dt.active>a{ color:#1777F2;}
.header .menuBox dl dt span{ display:block; width:16px; padding:17px 15px; position:absolute; right:0; top:0; -webkit-transition:all .3s; -o-transition:all .3s; transition:all .3s;}
.header .menuBox dl dt svg{ height:16px; display:block;}
.header.pos .menuBox dl dt svg{ color:#666;}
.header .menuBox dl dt.active span{ transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); -webkit-transform:rotate(180deg); -o-transform:rotate(180deg);}
.header .menuBox dl dt p{ padding:10px 25px; background-color:#fff; display:none; text-align:left; overflow:hidden;}
.header .menuBox dl dt p a{ padding:10px 0; border-bottom:1px top #ddd; font-size:14px; line-height:18px; display:block; text-transform:capitalize;}
.header .menuBox dl dt p a:hover{ color:#1777F2;}
.header .menuBox dl dt p a:first-child{ border-top:none;}
.header .yu{ height:100%; display:flex; align-items:center; float:right; position:relative; z-index:9;}
.header .yu dt{ display:block; overflow:hidden; height:30px; cursor:pointer;}
.header .yu dt>img{ height:24px; float:left; display:block; margin:3px 0;}
.header .yu dt p{ height:30px; line-height:30px; display:block; overflow:hidden; float:left; margin-left:8px; font-size:14px; -webkit-transition:.3s; transition:.3s;}
.header .yu dt p b{ width:7px; height:6px; display:block; margin-top:12px; margin-left:5px; float:right;}
.header .yu dt p b img{ width:100%; display:block;}
.header .yu dd{ width:88px; background-color:#fff; position:absolute; right:0; top:50px; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; opacity:0; height:0; overflow:hidden; border-radius:4px; box-shadow:0 0 10px rgba(0,0,0,.1);}
.header .yu.open dd{ top:100%; opacity:1; height:auto; padding:10px 0;}
.header .yu dd a{ padding:0 15px; display:block; overflow:hidden; font-size:14px; line-height:30px; height:30px; position:relative;}
.header .yu dd a:hover,.header .yu dd a.on{ color:#1777F2;}
.header .deng{ display:none;}
}

/*banner*/
@media screen and (min-width:1440px){
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}
.hbg{ width:100%; height:116px;}
.banner{ width:100%; position:relative; z-index:1;}
.banner .swiper-slide{ width:100%; position:relative; display:block; overflow:hidden;}
.banner .swiper-slide .bg{ width:100%; position:relative; z-index:1;}
.banner .swiper-slide .bg img{ width:100%; display:block;}
.banner .swiper-slide .tu{ width:94%; height:100%; max-width:1410px; position:absolute; top:0; left:50%; transform:translateX(-50%); z-index:2;}
.banner .swiper-slide .tu .tu01{ width:100%; height:100%; position:relative; display:flex; align-items:center; z-index:1;}
.banner .swiper-slide .tu .tu01 img{ width:55.81%; margin-left:47.3%; display:block;}
.banner .swiper-slide .tu .tu02{ width:4.33%; max-width:61px; position:absolute; left:50%; top:21.2%; z-index:3;}
.banner .swiper-slide .tu .tu03{ width:3.19%; max-width:45px; position:absolute; right:5.32%; top:64.94%; z-index:3;}
.banner .swiper-slide .tu .tu04{ width:2.34%; max-width:33px; position:absolute; left:70.21%; bottom:16.87%; z-index:3;}
.banner .swiper-slide .tu .fu img{ width:100%; display:block; animation: float 4s ease-in-out infinite;}
.banner .swiper-slide .wen{ width:94%; max-width:1410px; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); z-index:9;}
.banner .swiper-slide .wen .w01{ width:44.68%; font-size:46px; line-height:54px; color:#1777F2; font-weight:bold; text-transform:uppercase;}
.banner .swiper-slide .wen .w02{ width:39.71%; font-size:20px; line-height:28px; color:#3f3f3f; margin-top:1.5625vw;}
.banner .swiper-slide .wen .w03{ margin-top:6.98vw; padding-bottom:5px;}
.banner .swiper-slide .wen .w03 a{ width:250px; height:48px; line-height:48px; text-align:center; display:block; border-radius:50px; font-size:20px; color:#fff; text-transform:uppercase; font-weight:bold; background-color:#1777f2;}
.banner .swiper-slide .wen .w03 a:hover{ background-color:#f4a525;}

.banner .swiper-pagination{ position:absolute; bottom:0; left:50%; transform:translateX(-50%); z-index:9; height:3.125vw; max-height:60px;}
.banner .swiper-pagination span{ width:60px; height:4px; display:block; border-radius:5px; background-color:#E7E7E7; float:left; margin:0 10px; cursor:pointer;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ background-color:#1777F2;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}
.hbg{ width:100%; height:96px;}
.banner{ width:100%; position:relative; z-index:1;}
.banner .swiper-slide{ width:100%; position:relative; display:block; overflow:hidden;}
.banner .swiper-slide .bg{ width:100%; position:relative; z-index:1;}
.banner .swiper-slide .bg img{ width:100%; display:block;}
.banner .swiper-slide .tu{ width:94%; height:100%; max-width:1410px; position:absolute; top:0; left:50%; transform:translateX(-50%); z-index:2;}
.banner .swiper-slide .tu .tu01{ width:100%; height:100%; position:relative; display:flex; align-items:center; z-index:1;}
.banner .swiper-slide .tu .tu01 img{ width:55.81%; margin-left:47.3%; display:block;}
.banner .swiper-slide .tu .tu02{ width:4.33%; max-width:61px; position:absolute; left:50%; top:21.2%; z-index:3;}
.banner .swiper-slide .tu .tu03{ width:3.19%; max-width:45px; position:absolute; right:5.32%; top:64.94%; z-index:3;}
.banner .swiper-slide .tu .tu04{ width:2.34%; max-width:33px; position:absolute; left:70.21%; bottom:16.87%; z-index:3;}
.banner .swiper-slide .tu .fu img{ width:100%; display:block; animation: float 4s ease-in-out infinite;}
.banner .swiper-slide .wen{ width:94%; max-width:1410px; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%); z-index:9;}
.banner .swiper-slide .wen .w01{ width:44.68%; font-size:40px; line-height:48px; color:#1777F2; font-weight:bold; text-transform:uppercase;}
.banner .swiper-slide .wen .w02{ width:39.71%; font-size:19px; line-height:27px; color:#3f3f3f; margin-top:1.5625vw;}
.banner .swiper-slide .wen .w03{ margin-top:5vw; padding-bottom:5px;}
.banner .swiper-slide .wen .w03 a{ width:230px; height:44px; line-height:44px; text-align:center; display:block; border-radius:50px; font-size:19px; color:#fff; text-transform:uppercase; font-weight:bold; background-color:#1777f2;}
.banner .swiper-slide .wen .w03 a:hover{ background-color:#f4a525;}

.banner .swiper-pagination{ position:absolute; bottom:0; left:50%; transform:translateX(-50%); z-index:9; height:3.125vw; max-height:50px;}
.banner .swiper-pagination span{ width:40px; height:3px; display:block; border-radius:5px; background-color:#E7E7E7; float:left; margin:0 7px; cursor:pointer;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ background-color:#1777F2;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.banner .swiper-slide .wen .w01{ font-size:36px; line-height:44px;}
.banner .swiper-slide .wen .w02{ font-size:18px; line-height:26px;}
.banner .swiper-slide .wen .w03{ margin-top:3.5vw;}
.banner .swiper-slide .wen .w03 a{ width:200px; height:40px; line-height:40px; font-size:18px;}
}
@media only screen and (max-width:1023px){
@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0); }
}
.hbg{ width:100%; height:60px;}
.banner{ width:100%; position:relative; z-index:1;}
.banner .swiper-slide{ width:100%; position:relative; display:block; overflow:hidden;}
.banner .swiper-slide .bg{ width:100%; height:calc(100vh - 110px); position:relative; z-index:1;}
.banner .swiper-slide .bg img{ width:100%; height:100%; display:block; object-fit:cover;}
.banner .swiper-slide .tu{ width:94%; position:absolute; left:3%; bottom:20px; z-index:2;}
.banner .swiper-slide .tu .tu01{ width:100%; position:relative; z-index:1;}
.banner .swiper-slide .tu .tu01 img{ width:105%; display:block;}
.banner .swiper-slide .tu .tu02{ width:8.21%; max-width:61px; position:absolute; left:6.86%; top:0; z-index:3;}
.banner .swiper-slide .tu .tu03{ width:6.06%; max-width:45px; position:absolute; right:9.69%; bottom:15.33%; z-index:3;}
.banner .swiper-slide .tu .tu04{ width:4.44%; max-width:33px; position:absolute; left:45.36%; bottom:5%; z-index:3;}
.banner .swiper-slide .tu .fu img{ width:100%; display:block; animation: float 4s ease-in-out infinite;}
.banner .swiper-slide .wen{ width:94%; position:absolute; left:3%; top:20px; z-index:9;}
.banner .swiper-slide .wen .w01{ width:100%; font-size:24px; line-height:32px; color:#1777F2; font-weight:bold; text-transform:uppercase;}
.banner .swiper-slide .wen .w02{ width:100%; font-size:16px; line-height:24px; color:#3f3f3f; margin-top:5px;}
.banner .swiper-slide .wen .w03{ margin-top:10px;}
.banner .swiper-slide .wen .w03 a{ width:150px; height:36px; line-height:36px; text-align:center; display:block; border-radius:50px; font-size:16px; color:#fff; text-transform:uppercase; font-weight:bold; background-color:#1777f2;}
.banner .swiper-slide .wen .w03 a:hover{ background-color:#f4a525;}

.banner .swiper-pagination{ position:absolute; bottom:0; left:50%; transform:translateX(-50%); z-index:9; height:20px;}
.banner .swiper-pagination span{ width:20px; height:2px; display:block; border-radius:5px; background-color:#E7E7E7; float:left; margin:0 4px; cursor:pointer;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ background-color:#1777F2;}
}

/*product*/
@media screen and (min-width:1440px){
.title{ width:94%; max-width:1410px; margin:auto; position:relative; z-index:3;}
.title .t01{ font-size:46px; line-height:56px; font-weight:bold;}
.title .t02{ font-size:24px; line-height:34px; margin-top:10px;}
.pbox{ width:100%; padding-top:90px; padding-bottom:100px; position:relative; z-index:1; background-color:#fff;}
.pbox .box{ width:94%; max-width:1410px; margin:auto; margin-top:50px; display:flex; flex-wrap:wrap; position:relative; z-index:3;}
.pbox .box .item{ width:48.79%; padding:40px 3.55%; background:#E7ECF3; border:1px solid #D0DBE9; border-radius:20px; box-sizing:border-box; position:relative; box-shadow:inset 3px 3px 4px 0 rgba(0,0,0,.15);}
.pbox .box .item:nth-child(2){ margin-left:2.42%;}
.pbox .box .item .w01{ font-size:32px; line-height:40px; font-weight:bold;}
.pbox .box .item .w02{ font-size:16px; line-height:24px; min-height:52px; text-align:justified; margin-top:20px;}
.pbox .box .item .w03{ margin-top:35px;}
.pbox .box .item .w03 img{ display:block; margin:auto; max-width:100%; border-radius:20px; box-shadow:18px 18px 22px 0px rgba(0,0,0,0.08), inset 1px 2px 4px 0px rgba(0,0,0,0.03);}
.pbox .box .item .w04{ position:absolute; right:0; bottom:0; opacity:0;}
.pbox .box .item .w04 img{ display:block;}
.pbox .box .item:hover .w04{ opacity:1;}
.pbox .box .item01{ width:100%; margin-top:30px; padding:50px 3.55%; padding-right:6.38%; background:#E7ECF3; border:1px solid #D0DBE9; border-radius:20px; box-sizing:border-box; position:relative; box-shadow:inset 3px 3px 4px 0 rgba(0,0,0,.15);}
.pbox .box .item01 .wen{ width:30.19%; float:left;}
.pbox .box .item01 .w01{ font-size:32px; line-height:40px; font-weight:bold;}
.pbox .box .item01 .w02{ font-size:16px; line-height:24px; text-align:justified; margin-top:20px;}
.pbox .box .item01 .w03{ width:66.81%; float:right;}
.pbox .box .item01 .w03 img{ display:block; margin:auto; max-width:100%; border-radius:20px; box-shadow:18px 18px 22px 0px rgba(0,0,0,0.08), inset 1px 2px 4px 0px rgba(0,0,0,0.03);}
.pbox .box .item01 .w04{ position:absolute; right:0; bottom:0; opacity:0;}
.pbox .box .item01 .w04 img{ display:block;}
.pbox .box .item01:hover .w04{ opacity:1;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.title{ width:94%; max-width:1410px; margin:auto; position:relative; z-index:3;}
.title .t01{ font-size:36px; line-height:46px; font-weight:bold;}
.title .t02{ font-size:20px; line-height:30px; margin-top:5px;}
.pbox{ width:100%; padding-top:60px; padding-bottom:70px; position:relative; z-index:1; background-color:#fff;}
.pbox .box{ width:94%; max-width:1410px; margin:auto; margin-top:35px; display:flex; flex-wrap:wrap; position:relative; z-index:3;}
.pbox .box .item{ width:48.79%; padding:30px 3.55%; background:#E7ECF3; border:1px solid #D0DBE9; border-radius:15px; box-sizing:border-box; position:relative; box-shadow:inset 3px 3px 4px 0 rgba(0,0,0,.15);}
.pbox .box .item:nth-child(2){ margin-left:2.42%;}
.pbox .box .item .w01{ font-size:26px; line-height:34px; font-weight:bold;}
.pbox .box .item .w02{ font-size:15px; line-height:23px; min-height:50px; text-align:justified; margin-top:15px;}
.pbox .box .item .w03{ margin-top:25px;}
.pbox .box .item .w03 img{ display:block; margin:auto; max-width:100%; border-radius:15px; box-shadow:18px 18px 22px 0px rgba(0,0,0,0.08), inset 1px 2px 4px 0px rgba(0,0,0,0.03);}
.pbox .box .item .w04{ position:absolute; right:0; bottom:0; opacity:0;}
.pbox .box .item .w04 img{ display:block; height:100px;}
.pbox .box .item:hover .w04{ opacity:1;}
.pbox .box .item01{ width:100%; margin-top:25px; padding:40px 3.55%; padding-right:6.38%; background:#E7ECF3; border:1px solid #D0DBE9; border-radius:15px; box-sizing:border-box; position:relative; box-shadow:inset 3px 3px 4px 0 rgba(0,0,0,.15);}
.pbox .box .item01 .wen{ width:30.19%; float:left;}
.pbox .box .item01 .w01{ font-size:26px; line-height:34px; font-weight:bold;}
.pbox .box .item01 .w02{ font-size:15px; line-height:23px; text-align:justified; margin-top:15px;}
.pbox .box .item01 .w03{ width:66.81%; float:right;}
.pbox .box .item01 .w03 img{ display:block; margin:auto; max-width:100%; border-radius:15px; box-shadow:18px 18px 22px 0px rgba(0,0,0,0.08), inset 1px 2px 4px 0px rgba(0,0,0,0.03);}
.pbox .box .item01 .w04{ position:absolute; right:0; bottom:0; opacity:0;}
.pbox .box .item01 .w04 img{ display:block; height:100px;}
.pbox .box .item01:hover .w04{ opacity:1;}
}
@media only screen and (max-width:1023px){
.title{ width:94%; margin:auto; position:relative; z-index:3;}
.title .t01{ font-size:26px; line-height:36px; font-weight:bold;}
.title .t02{ font-size:16px; line-height:26px;}
.pbox{ width:100%; padding-top:35px; padding-bottom:40px; position:relative; z-index:1; background-color:#fff;}
.pbox .box{ width:94%; max-width:1410px; margin:auto; display:flex; flex-wrap:wrap; position:relative; z-index:3;}
.pbox .box .item{ width:48.5%; padding:15px; background:#E7ECF3; border:1px solid #D0DBE9; border-radius:10px; box-sizing:border-box; position:relative; margin-top:15px; box-shadow:inset 3px 3px 4px 0 rgba(0,0,0,.15);}
.pbox .box .item:nth-child(2){ margin-left:3%;}
.pbox .box .item .w01{ font-size:20px; line-height:28px; font-weight:bold;}
.pbox .box .item .w02{ font-size:14px; line-height:22px; min-height:48px; text-align:justified; margin-top:5px;}
.pbox .box .item .w03{ margin-top:10px;}
.pbox .box .item .w03 img{ display:block; margin:auto; max-width:100%; border-radius:10px; box-shadow:9px 9px 11px 0px rgba(0,0,0,0.08), inset 1px 2px 4px 0px rgba(0,0,0,0.03);}
.pbox .box .item .w04{ position:absolute; right:0; bottom:0; opacity:0;}
.pbox .box .item .w04 img{ display:block; height:70px;}
.pbox .box .item:hover .w04{ opacity:1;}
.pbox .box .item01{ width:100%; margin-top:15px; padding:15px; background:#E7ECF3; border:1px solid #D0DBE9; border-radius:10px; box-sizing:border-box; position:relative; box-shadow:inset 3px 3px 4px 0 rgba(0,0,0,.15);}
.pbox .box .item01 .wen{ width:100%; float:left;}
.pbox .box .item01 .w01{ font-size:20px; line-height:28px; font-weight:bold;}
.pbox .box .item01 .w02{ font-size:14px; line-height:22px; text-align:justified; margin-top:5px;}
.pbox .box .item01 .w03{ width:100%; float:right; margin-top:10px;}
.pbox .box .item01 .w03 img{ display:block; margin:auto; max-width:100%; border-radius:10px; box-shadow:9px 9px 11px 0px rgba(0,0,0,0.08), inset 1px 2px 4px 0px rgba(0,0,0,0.03);}
.pbox .box .item01 .w04{ position:absolute; right:0; bottom:0; opacity:0;}
.pbox .box .item01 .w04 img{ display:block; height:70px;}
.pbox .box .item01:hover .w04{ opacity:1;}
}

/*service*/
@media screen and (min-width:1440px){
.sbox{ width:100%; padding-top:90px; padding-bottom:100px; position:relative; z-index:1; background-color:#e7ecf3;}
.sbox .title{ padding-right:140px; box-sizing:border-box;}
.sbox .title .t01{ color:#006de6;}
.sbox .swiper-button-prev{ width:40px; position:absolute; right:60px; top:5px;}
.sbox .swiper-button-prev img{ width:100%; display:block;}
.sbox .swiper-button-next{ width:40px; position:absolute; right:0; top:5px;}
.sbox .swiper-button-next img{ width:100%; display:block;}
.sbox .box{ width:94%; max-width:1410px; margin:auto; margin-top:50px; position:relative; z-index:3;}
.sbox .box .swiper-container{ overflow:visible;}
.sbox .box .swiper-slide{ width:31.82%; border-radius:20px; background-color:#ecf0f6; border:1px solid #fff; box-sizing:border-box; box-shadow:18px 18px 22px 0 rgba(0,0,0,.08);}
.sbox .box .swiper-slide a{ display:block; box-shadow:inset 1px 2px 4px 0 rgba(0,0,0,.03); border-radius:20px;}
.sbox .box .swiper-slide .wen{ flex:1; padding:45px 11.16%; padding-bottom:75px;}
.sbox .box .swiper-slide .wen .w01{ font-size:36px; line-height:44px; font-weight:bold; height:138px;}
.sbox .box .swiper-slide .wen .w02{ width:100%; display:block; padding-top:45px;}
.sbox .box .swiper-slide .wen .w02 img{ display:block; height:44px;}
.sbox .box .swiper-slide .wen .w02 img.img02{ display:none;}
.sbox .box .swiper-slide .tu{ width:calc(100% + 2px); margin:-1px; position:relative; border-radius:20px;}
.sbox .box .swiper-slide .tu:before{ width:100%; display:block; content:''; padding-top:54.3%;}
.sbox .box .swiper-slide .tu img{ width:100%; height:100%; display:block; object-fit:cover; position:absolute; left:0; top:0;}
.sbox .box .swiper-slide:hover{ background-color:#006de6; border:1px solid #006de6; box-shadow:none;}
.sbox .box .swiper-slide:hover .w01{ color:#fff;}
.sbox .box .swiper-slide:hover .w02 img.img01{ display:none;}
.sbox .box .swiper-slide:hover .w02 img.img02{ display:block;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.sbox{ width:100%; padding-top:60px; padding-bottom:70px; position:relative; z-index:1; background-color:#e7ecf3;}
.sbox .title{ padding-right:120px; box-sizing:border-box;}
.sbox .title .t01{ color:#006de6;}
.sbox .swiper-button-prev{ width:36px; position:absolute; right:51px; top:5px;}
.sbox .swiper-button-prev img{ width:100%; display:block;}
.sbox .swiper-button-next{ width:36px; position:absolute; right:0; top:5px;}
.sbox .swiper-button-next img{ width:100%; display:block;}
.sbox .box{ width:94%; max-width:1410px; margin:auto; margin-top:35px; position:relative; z-index:3;}
.sbox .box .swiper-container{ overflow:visible;}
.sbox .box .swiper-slide{ width:31.82%; border-radius:15px; background-color:#ecf0f6; border:1px solid #fff; box-sizing:border-box; box-shadow:18px 18px 22px 0 rgba(0,0,0,.08);}
.sbox .box .swiper-slide a{ display:block; box-shadow:inset 1px 2px 4px 0 rgba(0,0,0,.03); border-radius:15px;}
.sbox .box .swiper-slide .wen{ flex:1; padding:35px 11.16%; padding-bottom:55px;}
.sbox .box .swiper-slide .wen .w01{ font-size:30px; line-height:38px; font-weight:bold; height:120px;}
.sbox .box .swiper-slide .wen .w02{ width:100%; display:block; padding-top:35px;}
.sbox .box .swiper-slide .wen .w02 img{ display:block; height:40px;}
.sbox .box .swiper-slide .wen .w02 img.img02{ display:none;}
.sbox .box .swiper-slide .tu{ width:calc(100% + 2px); margin:-1px; position:relative; border-radius:15px;}
.sbox .box .swiper-slide .tu:before{ width:100%; display:block; content:''; padding-top:54.3%;}
.sbox .box .swiper-slide .tu img{ width:100%; height:100%; display:block; object-fit:cover; position:absolute; left:0; top:0;}
.sbox .box .swiper-slide:hover{ background-color:#006de6; border:1px solid #006de6; box-shadow:none;}
.sbox .box .swiper-slide:hover .w01{ color:#fff;}
.sbox .box .swiper-slide:hover .w02 img.img01{ display:none;}
.sbox .box .swiper-slide:hover .w02 img.img02{ display:block;}
}
@media only screen and (max-width:1023px){
.sbox{ width:100%; padding-top:35px; padding-bottom:40px; position:relative; z-index:1; background-color:#e7ecf3;}
.sbox .title{ box-sizing:border-box;}
.sbox .title .t01{ color:#006de6;}
.sbox .swiper-button-prev{ width:32px; position:absolute; right:42px; top:5px;}
.sbox .swiper-button-prev img{ width:100%; display:block;}
.sbox .swiper-button-next{ width:32px; position:absolute; right:0; top:5px;}
.sbox .swiper-button-next img{ width:100%; display:block;}
.sbox .box{ width:94%; max-width:1410px; margin:auto; margin-top:15px; position:relative; z-index:3;}
.sbox .box .swiper-container{ overflow:visible;}
.sbox .box .swiper-slide{ width:70%; border-radius:10px; background-color:#ecf0f6; border:1px solid #fff; box-sizing:border-box; box-shadow:9px 9px 11px 0 rgba(0,0,0,.08);}
.sbox .box .swiper-slide a{ display:block; box-shadow:inset 1px 2px 4px 0 rgba(0,0,0,.03); border-radius:10px;}
.sbox .box .swiper-slide .wen{ flex:1; padding:15px; padding-bottom:25px;}
.sbox .box .swiper-slide .wen .w01{ font-size:22px; line-height:30px; font-weight:bold; height:96px;}
.sbox .box .swiper-slide .wen .w02{ width:100%; display:block; padding-top:15px;}
.sbox .box .swiper-slide .wen .w02 img{ display:block; height:34px;}
.sbox .box .swiper-slide .wen .w02 img.img02{ display:none;}
.sbox .box .swiper-slide .tu{ width:calc(100% + 2px); margin:-1px; position:relative; border-radius:10px;}
.sbox .box .swiper-slide .tu:before{ width:100%; display:block; content:''; padding-top:54.3%;}
.sbox .box .swiper-slide .tu img{ width:100%; height:100%; display:block; object-fit:cover; position:absolute; left:0; top:0;}
.sbox .box .swiper-slide:hover{ background-color:#006de6; border:1px solid #006de6; box-shadow:none;}
.sbox .box .swiper-slide:hover .w01{ color:#fff;}
.sbox .box .swiper-slide:hover .w02 img.img01{ display:none;}
.sbox .box .swiper-slide:hover .w02 img.img02{ display:block;}
}

/*why*/
@media screen and (min-width:1440px){
.wbox{ width:100%; padding-top:90px; padding-bottom:100px; position:relative; z-index:1; background-color:#fff;}
.wbox .box{ width:94%; max-width:1410px; margin:auto; display:flex; flex-wrap:wrap; position:relative; z-index:3;}
.wbox .box .item{ width:23.26%; border-radius:20px; background:linear-gradient(to top,#F0F4F7,#fff); padding:1px; box-sizing:border-box; overflow:hidden; position:relative; margin-top:50px; margin-left:2.32%; box-shadow:18px 18px 22px 0 rgba(0,0,0,.08);}
.wbox .box .item:nth-child(4n+1){ margin-left:0;}
.wbox .box .item a{ display:block; padding:40px 7.62%; padding-bottom:35px; background-color:#fff; width:100%; height:100%; box-sizing:border-box; overflow:hidden; border-radius:20px; box-shadow:inset 1px 2px 4px 0 rgba(0,0,0,.03);}
.wbox .box .item .w01{ height:54px;}
.wbox .box .item .w01 img{ display:block; height:54px; -webkit-transition:-webkit-transform 1s,height 1s,width 1s;}
.wbox .box .item a:hover .w01 img{ -webkit-transform:rotateY(-360deg);}
.wbox .box .item .w02{ font-size:24px; line-height:32px; font-weight:bold; margin-top:15px;}
.wbox .box .item .w03{ font-size:16px; line-height:24px; color:rgba(0,0,0,.9); margin-top:8px; min-height:48px;}
.wbox .box .item .w04{ display:block; padding-top:5px;}
.wbox .box .item .w04 li{ display:block; margin-top:6px; overflow:hidden;}
.wbox .box .item .w04 li img{ display:block; height:18px; float:left; margin-top:3px;}
.wbox .box .item .w04 li p{ width:calc(100% - 30px); float:right; font-size:16px; line-height:24px;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.wbox{ width:100%; padding-top:60px; padding-bottom:70px; position:relative; z-index:1; background-color:#fff;}
.wbox .box{ width:94%; max-width:1410px; margin:auto; display:flex; flex-wrap:wrap; position:relative; z-index:3;}
.wbox .box .item{ width:23.26%; border-radius:15px; background:linear-gradient(to top,#F0F4F7,#fff); padding:1px; box-sizing:border-box; overflow:hidden; position:relative; margin-top:35px; margin-left:2.32%; box-shadow:18px 18px 22px 0 rgba(0,0,0,.08);}
.wbox .box .item:nth-child(4n+1){ margin-left:0;}
.wbox .box .item a{ display:block; padding:30px 7.62%; padding-bottom:25px; background-color:#fff; width:100%; height:100%; box-sizing:border-box; overflow:hidden; border-radius:15px; box-shadow:inset 1px 2px 4px 0 rgba(0,0,0,.03);}
.wbox .box .item .w01{ height:54px;}
.wbox .box .item .w01 img{ display:block; height:54px; -webkit-transition:-webkit-transform 1s,height 1s,width 1s;}
.wbox .box .item a:hover .w01 img{ -webkit-transform:rotateY(-360deg);}
.wbox .box .item .w02{ font-size:20px; line-height:28px; font-weight:bold; margin-top:10px;}
.wbox .box .item .w03{ font-size:15px; line-height:23px; color:rgba(0,0,0,.9); margin-top:4px; min-height:46px;}
.wbox .box .item .w04{ display:block; padding-top:5px;}
.wbox .box .item .w04 li{ display:block; margin-top:4px; overflow:hidden;}
.wbox .box .item .w04 li img{ display:block; height:17px; float:left; margin-top:3px;}
.wbox .box .item .w04 li p{ width:calc(100% - 25px); float:right; font-size:15px; line-height:23px;}
}
@media only screen and (max-width:1023px){
.wbox{ width:100%; padding-top:35px; padding-bottom:40px; position:relative; z-index:1; background-color:#fff;}
.wbox .box{ width:94%; max-width:1410px; margin:auto; display:flex; flex-wrap:wrap; position:relative; z-index:3;}
.wbox .box .item{ width:48.5%; border-radius:10px; background:linear-gradient(to top,#F0F4F7,#fff); padding:1px; box-sizing:border-box; overflow:hidden; position:relative; margin-top:15px; margin-left:3%;  box-shadow:9px 9px 11px 0 rgba(0,0,0,.08);}
.wbox .box .item:nth-child(2n+1){ margin-left:0;}
.wbox .box .item a{ display:block; padding:15px; padding-top:20px; background-color:#fff; width:100%; height:100%; box-sizing:border-box; overflow:hidden; border-radius:10px; box-shadow:inset 1px 2px 4px 0 rgba(0,0,0,.03);}
.wbox .box .item .w01{ height:54px;}
.wbox .box .item .w01 img{ display:block; height:54px; -webkit-transition:-webkit-transform 1s,height 1s,width 1s;}
.wbox .box .item a:hover .w01 img{ -webkit-transform:rotateY(-360deg);}
.wbox .box .item .w02{ font-size:16px; line-height:24px; font-weight:bold; margin-top:5px;}
.wbox .box .item .w03{ font-size:14px; line-height:22px; color:rgba(0,0,0,.9); min-height:44px;}
.wbox .box .item .w04{ display:block; padding-top:5px;}
.wbox .box .item .w04 li{ display:block; margin-top:2px; overflow:hidden;}
.wbox .box .item .w04 li img{ display:block; height:16px; float:left; margin-top:3px;}
.wbox .box .item .w04 li p{ width:calc(100% - 25px); float:right; font-size:14px; line-height:22px;}
}

/*who*/
@media screen and (min-width:1440px){
.abox{ width:100%; padding-top:100px; padding-bottom:100px; position:relative; z-index:1; background-color:#fff; background-image:url(../images/abg.jpg); background-position:center; background-size:cover;}
.abox .box{ width:94%; max-width:1410px; margin:auto; position:relative; z-index:3;}
.abox .box .left{ width:48.72%; float:left;}
.abox .box .left .w01{ font-size:46px; line-height:56px; font-weight:bold;}
.abox .box .left .w02{ font-size:16px; line-height:24px; margin-top:35px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:15;}
.abox .box .left .w03{ margin-top:45px;}
.abox .box .left .w03 a{ display:block; float:left; overflow:hidden;}
.abox .box .left .w03 img{ display:block; height:44px;}
.abox .box .left .w03 img.img02{ display:none;}
.abox .box .left .w03 a:hover img.img01{ display:none;}
.abox .box .left .w03 a:hover img.img02{ display:block;}
.abox .box .right{ width:47.31%; float:right;}
.abox .box .right img{ display:block; max-width:100%; float:right;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.abox{ width:100%; padding-top:70px; padding-bottom:70px; position:relative; z-index:1; background-color:#fff; background-image:url(../images/abg.jpg); background-position:center; background-size:cover;}
.abox .box{ width:94%; max-width:1410px; margin:auto; position:relative; z-index:3;}
.abox .box .left{ width:48.72%; float:left;}
.abox .box .left .w01{ font-size:36px; line-height:46px; font-weight:bold;}
.abox .box .left .w02{ font-size:15px; line-height:23px; margin-top:20px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:15;}
.abox .box .left .w03{ margin-top:30px;}
.abox .box .left .w03 a{ display:block; float:left; overflow:hidden;}
.abox .box .left .w03 img{ display:block; height:40px;}
.abox .box .left .w03 img.img02{ display:none;}
.abox .box .left .w03 a:hover img.img01{ display:none;}
.abox .box .left .w03 a:hover img.img02{ display:block;}
.abox .box .right{ width:47.31%; float:right;}
.abox .box .right img{ display:block; max-width:100%; float:right;}
}
@media only screen and (max-width:1023px){
.abox{ width:100%; padding-top:35px; padding-bottom:40px; position:relative; z-index:1; background-color:#fff; background-image:url(../images/abg.jpg); background-position:center; background-size:150% auto;}
.abox .box{ width:94%; max-width:1410px; margin:auto; position:relative; z-index:3;}
.abox .box .left{ width:100%; float:left;}
.abox .box .left .w01{ font-size:26px; line-height:36px; font-weight:bold;}
.abox .box .left .w02{ font-size:14px; line-height:22px; margin-top:10px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:15;}
.abox .box .left .w03{ margin-top:15px;}
.abox .box .left .w03 a{ display:block; float:left; overflow:hidden;}
.abox .box .left .w03 img{ display:block; height:34px;}
.abox .box .left .w03 img.img02{ display:none;}
.abox .box .left .w03 a:hover img.img01{ display:none;}
.abox .box .left .w03 a:hover img.img02{ display:block;}
.abox .box .right{ width:100%; float:right; margin-top:20px;}
.abox .box .right img{ display:block; max-width:100%; float:right;}
}

/*contact*/
@media screen and (min-width:1440px){
.cbox{ width:100%; padding-top:100px; padding-bottom:100px; position:relative; z-index:1; background-color:#fff;}
.cbox .box{ width:94%; max-width:1410px; height:580px; border-radius:8px; margin:auto; position:relative; z-index:3; background-position:center; background-size:cover;}
.cbox .box .w01{ margin-left:3.54%; width:43.97%; font-size:46px; line-height:54px; font-weight:bold; padding-top:90px;}
.cbox .box .w02{ margin-left:3.54%; width:43.97%; font-size:16px; line-height:24px; padding-top:15px;}
.cbox .box .w03{ position:absolute; left:3.54%; bottom:100px; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.cbox .box .w03 img{ display:block; height:48px;}
.cbox .box .w03:hover{ padding-bottom:10px;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.cbox{ width:100%; padding-top:70px; padding-bottom:70px; position:relative; z-index:1; background-color:#fff;}
.cbox .box{ width:94%; max-width:1410px; height:480px; border-radius:6px; margin:auto; position:relative; z-index:3; background-position:center; background-size:cover;}
.cbox .box .w01{ margin-left:3.54%; width:43.97%; font-size:36px; line-height:44px; font-weight:bold; padding-top:60px;}
.cbox .box .w02{ margin-left:3.54%; width:43.97%; font-size:15px; line-height:23px; padding-top:10px;}
.cbox .box .w03{ position:absolute; left:3.54%; bottom:70px; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.cbox .box .w03 img{ display:block; height:42px;}
.cbox .box .w03:hover{ padding-bottom:10px;}
}
@media only screen and (max-width:1023px){
.cbox{ width:100%; padding-top:40px; padding-bottom:40px; position:relative; z-index:1; background-color:#fff;}
.cbox .box{ width:94%; max-width:1410px; height:480px; border-radius:4px; margin:auto; position:relative; z-index:3; background-position:center; background-size:cover;}
.cbox .box .w01{ padding:35px 15px; padding-bottom:5px; font-size:26px; line-height:34px; font-weight:bold;}
.cbox .box .w02{ padding:0 15px; font-size:14px; line-height:22px;}
.cbox .box .w03{ margin-left:15px; margin-top:25px;}
.cbox .box .w03 img{ display:block; height:36px;}
}

@media screen and (min-width:1440px){
.footer{ width:100%; position:relative; z-index:1; background-color:#3F3F3F;}
.footer .foot{ width:94%; max-width:1410px; margin:95px auto; display:flex;}
.footer .foot .f01{ width:13.76%; padding-top:5px; margin-right:5.55%;}
.footer .foot .f01 img{ width:100%; display:block;}
.footer .foot .f02{ margin-left:2.55%; width:14%;}
.footer .foot .f02 .t01{ font-weight:bold; font-size:18px; line-height:28px; color:#F4A525;}
.footer .foot .f02 .t02 a{ clear:left; float:left; display:block; font-size:18px; line-height:24px; margin-top:40px; color:#fff; position:relative;}
.footer .foot .f02 .t02 a:hover:before{ width:100%; height:2px; display:block; content:''; background:linear-gradient( 90deg, #1777F2 0%, #F4A525 100%);; position:absolute; left:0; bottom:-3px; overflow:hidden;}
.footer .foot .f03{ margin-left:2.55%; flex:1;}
.footer .foot .f03 .t01{ font-weight:bold; font-size:18px; line-height:28px; color:#F4A525;}
.footer .foot .f03 .t02{ display:block; font-size:18px; line-height:24px; color:#fff; position:relative;}
.footer .foot .f03 .t02 p{ display:block; margin-top:40px;}
.footer .bq{ width:100%; border-top:1px solid rgba(35,36,42,.2);}
.footer .bq .box{ width:94%; max-width:1410px; margin:25px auto; text-align:center; font-size:16px; line-height:24px; color:rgba(255,255,255,.55);}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.footer{ width:100%; position:relative; z-index:1; background-color:#3F3F3F;}
.footer .foot{ width:94%; max-width:1410px; margin:65px auto; display:flex;}
.footer .foot .f01{ width:13.76%; padding-top:5px; margin-right:5.55%;}
.footer .foot .f01 img{ width:100%; display:block;}
.footer .foot .f02{ margin-left:2.55%; width:14%;}
.footer .foot .f02 .t01{ font-weight:bold; font-size:16px; line-height:26px; color:#F4A525;}
.footer .foot .f02 .t02 a{ clear:left; float:left; display:block; font-size:16px; line-height:22px; margin-top:30px; color:#fff; position:relative;}
.footer .foot .f02 .t02 a:hover:before{ width:100%; height:2px; display:block; content:''; background:linear-gradient( 90deg, #1777F2 0%, #F4A525 100%);; position:absolute; left:0; bottom:-3px; overflow:hidden;}
.footer .foot .f03{ margin-left:2.55%; flex:1;}
.footer .foot .f03 .t01{ font-weight:bold; font-size:16px; line-height:26px; color:#F4A525;}
.footer .foot .f03 .t02{ display:block; font-size:16px; line-height:22px; margin-top:; color:#fff; position:relative;}
.footer .foot .f03 .t02 p{ display:block; margin-top:30px;}
.footer .bq{ width:100%; border-top:1px solid rgba(35,36,42,.2);}
.footer .bq .box{ width:94%; max-width:1410px; margin:20px auto; text-align:center; font-size:15px; line-height:23px; color:rgba(255,255,255,.55);}
}
@media only screen and (max-width:1023px){
.footer{ width:100%; position:relative; z-index:1; background-color:#3F3F3F;}
.footer .foot{ width:94%; max-width:1410px; margin:35px auto;}
.footer .foot .f01{ width:100%; padding-top:5px; padding-bottom:10px; float:left;}
.footer .foot .f01 img{ max-width:100%; max-height:56px; display:block; margin:auto;}
.footer .foot .f02{ margin-left:3%; width:48.5%; float:left; margin-top:10px;}
.footer .foot .f02:nth-child(2n){ clear:left; float:left; margin-left:0;}
.footer .foot .f02 .t01{ font-weight:bold; font-size:14px; line-height:24px; color:#F4A525;}
.footer .foot .f02 .t02{ margin-top:-5px;}
.footer .foot .f02 .t02 a{ display:block; font-size:14px; line-height:20px; margin-top:7px; color:#fff; position:relative;}
.footer .foot .f02 .t02 a:hover:before{ width:100%; height:2px; display:block; content:''; background:linear-gradient( 90deg, #1777F2 0%, #F4A525 100%);; position:absolute; left:0; bottom:-3px; overflow:hidden;}
.footer .foot .f03{ width:100%; margin-top:10px; float:left;}
.footer .foot .f03 .t01{ font-weight:bold; font-size:16px; line-height:26px; color:#F4A525;}
.footer .foot .f03 .t02{ display:block; font-size:14px; line-height:20px; margin-top:; color:#fff; position:relative;}
.footer .foot .f03 .t02 p{ display:block; margin-top:7px;}
.footer .bq{ width:100%; border-top:1px solid rgba(35,36,42,.2);}
.footer .bq .box{ width:94%; max-width:1410px; margin:15px auto; text-align:center; font-size:14px; line-height:22px; color:rgba(255,255,255,.55);}
}

/*products*/
@media screen and (min-width:1440px){
.ban{ width:100%; position:relative; z-index:1; padding-top:70px;}
.ban .box{ width:94%; max-width:1410px; margin:auto; position:relative; z-index:2;}
.ban .box .tu{ width:52.62%; float:right; position:relative;}
.ban .box .tu .tu01{ width:100%; position:relative; z-index:1;}
.ban .box .tu .tu01 img{ width:104%; display:block;}
.ban .box .tu .tu02{ width:8.22%; max-width:61px; position:absolute; left:-9.15%; top:35.77%; z-index:3;}
.ban .box .tu .tu03{ width:5.8%; max-width:43px; position:absolute; right:-2.6%; top:18.35%; z-index:3;}
.ban .box .tu .fu img{ width:100%; display:block; animation: float 4s ease-in-out infinite;}
.ban .box .wen{ width:37.59%; float:left; padding-top:1.82vw;}
.ban .box .wen .w01{ width:100%; font-size:46px; line-height:54px; color:#333; font-weight:bold;}
.ban .box .wen .w02{ width:100%; font-size:20px; line-height:28px; min-height:112px; color:#3f3f3f; margin-top:0.78125vw;}
.ban .box .wen .w03{ margin-top:2.6vw;}
.ban .box .wen .w03 a{ width:250px; height:48px; line-height:48px; text-align:center; display:block; border-radius:50px; font-size:20px; color:#fff; text-transform:uppercase; font-weight:bold; background-color:#f4a525;}
.ban .box .wen .w03 a:hover{ background-color:#1777f2;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.ban{ width:100%; position:relative; z-index:1; padding-top:50px;}
.ban .box{ width:94%; max-width:1410px; margin:auto; position:relative; z-index:2;}
.ban .box .tu{ width:52.62%; float:right; position:relative;}
.ban .box .tu .tu01{ width:100%; position:relative; z-index:1;}
.ban .box .tu .tu01 img{ width:104%; display:block;}
.ban .box .tu .tu02{ width:8.22%; max-width:61px; position:absolute; left:-9.15%; top:35.77%; z-index:3;}
.ban .box .tu .tu03{ width:5.8%; max-width:43px; position:absolute; right:-2.6%; top:18.35%; z-index:3;}
.ban .box .tu .fu img{ width:100%; display:block; animation: float 4s ease-in-out infinite;}
.ban .box .wen{ width:37.59%; float:left; padding-top:1.82vw;}
.ban .box .wen .w01{ width:100%; font-size:40px; line-height:48px; color:#333; font-weight:bold;}
.ban .box .wen .w02{ width:100%; font-size:19px; line-height:27px; min-height:108px; color:#3f3f3f; margin-top:0.78125vw;}
.ban .box .wen .w03{ margin-top:2.6vw; padding-bottom:5px;}
.ban .box .wen .w03 a{ width:230px; height:44px; line-height:44px; text-align:center; display:block; border-radius:50px; font-size:19px; color:#fff; text-transform:uppercase; font-weight:bold; background-color:#f4a525;}
.ban .box .wen .w03 a:hover{ background-color:#1777f2;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.ban .box .wen .w01{ font-size:36px; line-height:46px;}
.ban .box .wen .w02{ font-size:18px; line-height:28px; min-height:140px;}
.ban .box .wen .w03{ margin-top:3.5vw;}
.ban .box .wen .w03 a{ width:200px; height:40px; line-height:40px; font-size:18px;}
}
@media only screen and (max-width:1023px){
.ban{ width:100%; position:relative; z-index:1; padding-top:30px;}
.ban .box .tu{ width:94%; margin:auto; position:relative; margin-top:20px;}
.ban .box .tu .tu01{ width:100%; position:relative; z-index:1;}
.ban .box .tu .tu01 img{ width:104%; display:block;}
.ban .box .tu .tu02{ width:8.22%; max-width:61px; position:absolute; left:-2.6%; top:35.77%; z-index:3;}
.ban .box .tu .tu03{ width:5.8%; max-width:43px; position:absolute; right:-2.6%; top:18.35%; z-index:3;}
.ban .box .tu .fu img{ width:100%; display:block; animation: float 4s ease-in-out infinite;}
.ban .box .wen{ width:94%; margin:auto; position:relative; z-index:9;}
.ban .box .wen .w01{ width:100%; font-size:24px; line-height:32px; color:#333; font-weight:bold;}
.ban .box .wen .w02{ width:100%; font-size:16px; line-height:24px; min-height:96px; color:#3f3f3f; margin-top:5px;}
.ban .box .wen .w03{ margin-top:10px;}
.ban .box .wen .w03 a{ width:150px; height:36px; line-height:36px; text-align:center; display:block; border-radius:50px; font-size:16px; color:#fff; text-transform:uppercase; font-weight:bold; background-color:#f4a525;}
.ban .box .wen .w03 a:hover{ background-color:#1777f2;}
}

@media screen and (min-width:1440px){
.index{ width:100%; position:relative; z-index:1; left:0; top:-96px;}
.pro{ width:94%; max-width:1410px; margin:auto; margin-top:100px; background-color:#fff; border-radius:20px; display:flex;}
.pro .left{ padding:95px 3.19%; width:48.79%; box-sizing:border-box;}
.pro .left .w01{ font-size:40px; line-height:48px; font-weight:bold;}
.pro .left .w02{ margin-top:50px; display:flex; align-items:center;}
.pro .left .w02 .tu{ width:60px;}
.pro .left .w02 .tu img{ width:100%; display:block;}
.pro .left .w02 .wen{ flex:1; margin-left:10px;}
.pro .left .w02 .wen .wz01{ font-size:26px; line-height:34px; font-weight:bold; color:#1777f2;}
.pro .left .w02 .wen .wz02{ font-size:16px; line-height:24px; margin-top:8px;}
.pro .right{ width:51.21%; background-color:#e7ecf3;}
.pro .right img{ width:100%; display:block;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.index{ width:100%; position:relative; z-index:1; left:0; top:-76px;}
.pro{ width:94%; max-width:1410px; margin:auto; margin-top:70px; background-color:#fff; border-radius:15px; display:flex;}
.pro .left{ padding:65px 3.19%; width:48.79%; box-sizing:border-box;}
.pro .left .w01{ font-size:30px; line-height:38px; font-weight:bold;}
.pro .left .w02{ margin-top:30px; display:flex; align-items:center;}
.pro .left .w02 .tu{ width:50px;}
.pro .left .w02 .tu img{ width:100%; display:block;}
.pro .left .w02 .wen{ flex:1; margin-left:10px;}
.pro .left .w02 .wen .wz01{ font-size:22px; line-height:30px; font-weight:bold; color:#1777f2;}
.pro .left .w02 .wen .wz02{ font-size:15px; line-height:23px; margin-top:6px;}
.pro .right{ width:51.21%; background-color:#e7ecf3;}
.pro .right img{ width:100%; display:block;}
}
@media only screen and (max-width:1023px){
.index{ width:100%; position:relative; z-index:1; left:0; top:-60px;}
.pro{ width:94%; max-width:1410px; margin:auto; margin-top:40px; background-color:#fff; border-radius:10px;}
.pro .left{ padding:35px 15px; width:100%; box-sizing:border-box;}
.pro .left .w01{ font-size:20px; line-height:28px; font-weight:bold;}
.pro .left .w02{ margin-top:10px; display:flex; align-items:center;}
.pro .left .w02 .tu{ width:40px;}
.pro .left .w02 .tu img{ width:100%; display:block;}
.pro .left .w02 .wen{ flex:1; margin-left:10px;}
.pro .left .w02 .wen .wz01{ font-size:18px; line-height:26px; font-weight:bold; color:#1777f2;}
.pro .left .w02 .wen .wz02{ font-size:14px; line-height:22px; margin-top:4px;}
.pro .right{ width:100%; background-color:#e7ecf3;}
.pro .right img{ width:100%; display:block;}
}

/*solutions*/
@media screen and (min-width:1440px){
.ban01{ width:100%; position:relative; z-index:1; padding-top:100px;}
.ban01 .box{ width:94%; max-width:1410px; margin:auto; position:relative; z-index:2;}
.ban01 .box .tu01{ width:8.22%; max-width:61px; position:absolute; left:9.92%; top:42px; z-index:1;}
.ban01 .box .tu02{ width:3.33%; max-width:47px; position:absolute; left:19.15%; bottom:45px; z-index:1;}
.ban01 .box .tu03{ width:8.22%; max-width:61px; position:absolute; right:18.58%; bottom:38px; z-index:1;}
.ban01 .box .tu04{ width:3.62%; max-width:51px; position:absolute; right:7.52%; top:18.35%; z-index:1;}
.ban01 .box .fu img{ width:100%; display:block; animation: float 4s ease-in-out infinite;}
.ban01 .box .wen{ width:100%; text-align:center; position:relative; z-index:3;}
.ban01 .box .wen .w01{ width:53.97%; margin:auto; font-size:46px; line-height:54px; color:#333; font-weight:bold;}
.ban01 .box .wen .w02{ width:41.77%; margin:auto; font-size:16px; line-height:24px; color:#3f3f3f; margin-top:1.3vw;}
.ban01 .box .wen .w03{ margin-top:3.65vw;}
.ban01 .box .wen .w03 a{ width:250px; height:48px; line-height:48px; text-align:center; display:block; border-radius:50px; font-size:20px; color:#fff; text-transform:uppercase; font-weight:bold; background-color:#f4a525; margin:auto;}
.ban01 .box .wen .w03 a:hover{ background-color:#1777f2;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.ban01{ width:100%; position:relative; z-index:1; padding-top:90px;}
.ban01 .box{ width:94%; max-width:1410px; margin:auto; position:relative; z-index:2;}
.ban01 .box .tu01{ width:8.22%; max-width:61px; position:absolute; left:9.92%; top:42px; z-index:1;}
.ban01 .box .tu02{ width:3.33%; max-width:47px; position:absolute; left:19.15%; bottom:45px; z-index:1;}
.ban01 .box .tu03{ width:8.22%; max-width:61px; position:absolute; right:18.58%; bottom:38px; z-index:1;}
.ban01 .box .tu04{ width:3.62%; max-width:51px; position:absolute; right:7.52%; top:18.35%; z-index:1;}
.ban01 .box .fu img{ width:100%; display:block; animation: float 4s ease-in-out infinite;}
.ban01 .box .wen{ width:100%; text-align:center; position:relative; z-index:3; text-align:center;}
.ban01 .box .wen .w01{ width:53.97%; margin:auto; font-size:40px; line-height:48px; color:#333; font-weight:bold;}
.ban01 .box .wen .w02{ width:41.77%; margin:auto; font-size:15px; line-height:23px; color:#3f3f3f; margin-top:0.78125vw;}
.ban01 .box .wen .w03{ margin-top:3.65vw;}
.ban01 .box .wen .w03 a{ width:230px; height:44px; line-height:44px; text-align:center; display:block; border-radius:50px; font-size:19px; color:#fff; text-transform:uppercase; font-weight:bold; background-color:#f4a525; margin:auto;}
.ban01 .box .wen .w03 a:hover{ background-color:#1777f2;}
}
@media screen and (min-width:1024px) and (max-width:1279px){
.ban01 .box .wen .w01{ font-size:36px; line-height:46px;}
.ban01 .box .wen .w02{ font-size:14px; line-height:24px;}
.ban01 .box .wen .w03{ margin-top:3.65vw;}
.ban01 .box .wen .w03 a{ width:200px; height:40px; line-height:40px; font-size:18px;}
}
@media only screen and (max-width:1023px){
.ban01{ width:100%; position:relative; z-index:1; padding-top:35px;}
.ban01 .box .tu01{ width:8.22%; max-width:61px; position:absolute; left:3%; top:42px; z-index:1;}
.ban01 .box .tu02{ width:3.33%; max-width:47px; position:absolute; left:5.15%; bottom:25px; z-index:1;}
.ban01 .box .tu03{ width:8.22%; max-width:61px; position:absolute; right:4.58%; bottom:18px; z-index:1;}
.ban01 .box .tu04{ width:3.62%; max-width:51px; position:absolute; right:3%; top:18.35%; z-index:1;}
.ban01 .box .fu img{ width:100%; display:block; animation: float 4s ease-in-out infinite;}
.ban01 .box .wen{ width:70%; margin:auto; position:relative; z-index:9; text-align:center;}
.ban01 .box .wen .w01{ width:100%; font-size:24px; line-height:32px; color:#333; font-weight:bold;}
.ban01 .box .wen .w02{ width:100%; font-size:14px; line-height:22px; color:#3f3f3f; margin-top:5px;}
.ban01 .box .wen .w03{ margin-top:10px;}
.ban01 .box .wen .w03 a{ width:150px; height:36px; line-height:36px; text-align:center; display:block; border-radius:50px; font-size:16px; color:#fff; text-transform:uppercase; font-weight:bold; background-color:#f4a525; margin:auto;}
.ban01 .box .wen .w03 a:hover{ background-color:#1777f2;}
}

@media screen and (min-width:1440px){
.case{ width:94%; max-width:1410px; margin:auto; margin-top:100px; border:1px solid #d6d8db; background-color:rgba(255,255,255,.22); box-sizing:border-box; border-radius:20px; box-shadow:18px 18px 22px 0 rgba(0,0,0,.08); position:relative;}
.case:before{ width:100%; height:100%; display:block; content:''; position:absolute; left:0; top:0; box-shadow:inset 1px 2px 4px 0 rgba(0,0,0,.03); z-index:9;}
.case .tu{ width:calc(100% + 2px); height:272px; margin:-1px; border-radius:20px; position:relative;}
.case .tu img{ display:block; float:right; height:272px; position:relative; z-index:1;}
.case .tu strong{ width:100%; height:100%; display:block; position:absolute; left:0; top:0; z-index:2; background-image:url(../images/case.png); background-size:100% auto;}
.case .tu b{ display:block; position:absolute; left:3.12%; top:50%; transform:translateY(-50%); z-index:3; font-size:36px; line-height:44px; color:#fff;}
.case .cont{ padding:100px 3.12%;}
.case .cont .list{ width:100%; display:block;}
.case .cont .list dt{ width:15.34%; display:block; float:left; font-weight:bold; font-size:28px; line-height:36px; text-transform:uppercase;}
.case .cont .list dd{ width:39.91%; display:block; float:left;}
.case .cont .list dd:nth-child(3){ margin-left:4.84%;}
.case .cont .list dd .w01{ width:100%;}
.case .cont .list dd .w01 img{ display:block; height:56px;}
.case .cont .list dd .w02{ width:100%; font-size:26px; line-height:34px; font-weight:bold; margin-top:5px;}
.case .cont .list dd .w03{ width:100%; font-size:16px; line-height:24px; color:rgba(0,0,0,.85); margin-top:10px;}
.case .cont .list01{ width:100%; display:block; margin-top:90px;}
.case .cont .list01 dt{ width:15.34%; display:block; float:left; font-weight:bold; font-size:28px; line-height:36px; text-transform:uppercase; color:#1777F2;}
.case .cont .list01 dt b{ display:block; width:90px; height:4px; margin-top:15px; background-color:#1777F2;}
.case .cont .list01 dd{ width:39.91%; display:block; float:left;}
.case .cont .list01 dd:nth-child(3){ margin-left:4.84%;}
.case .cont .list01 dd .w01{ width:100%; height:168px; padding:0 7.57%; box-sizing:border-box; background-size:cover; border-radius:20px; display:flex; align-items:center; font-size:26px; line-height:34px; font-weight:bold;}
.case .cont .list01 dd .w02{ width:100%; font-size:16px; line-height:24px; color:rgba(0,0,0,.85); margin-top:30px;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.case{ width:94%; max-width:1410px; margin:auto; margin-top:70px; border:1px solid #d6d8db; background-color:rgba(255,255,255,.22); box-sizing:border-box; border-radius:15px; box-shadow:18px 18px 22px 0 rgba(0,0,0,.08);}
.case:before{ width:100%; height:100%; display:block; content:''; position:absolute; left:0; top:0; box-shadow:inset 1px 2px 4px 0 rgba(0,0,0,.03); z-index:9;}
.case .tu{ width:calc(100% + 2px); height:242px; margin:-1px; border-radius:15px; position:relative;}
.case .tu img{ display:block; float:right; height:242px; position:relative; z-index:1;}
.case .tu strong{ width:100%; height:100%; display:block; position:absolute; left:0; top:0; z-index:2; background-image:url(../images/case.png); background-size:100% auto;}
.case .tu b{ display:block; position:absolute; left:3.12%; top:50%; transform:translateY(-50%); z-index:3; font-size:30px; line-height:38px; color:#fff;}
.case .cont{ padding:70px 3.12%;}
.case .cont .list{ width:100%; display:block;}
.case .cont .list dt{ width:15.34%; display:block; float:left; font-weight:bold; font-size:24px; line-height:32px; text-transform:uppercase;}
.case .cont .list dd{ width:39.91%; display:block; float:left;}
.case .cont .list dd:nth-child(3){ margin-left:4.84%;}
.case .cont .list dd .w01{ width:100%;}
.case .cont .list dd .w01 img{ display:block; height:50px;}
.case .cont .list dd .w02{ width:100%; font-size:22px; line-height:30px; font-weight:bold; margin-top:5px;}
.case .cont .list dd .w03{ width:100%; font-size:15px; line-height:23px; color:rgba(0,0,0,.85); margin-top:5px;}
.case .cont .list01{ width:100%; display:block; margin-top:60px;}
.case .cont .list01 dt{ width:15.34%; display:block; float:left; font-weight:bold; font-size:24px; line-height:32px; text-transform:uppercase; color:#1777F2;}
.case .cont .list01 dt b{ display:block; width:65px; height:4px; margin-top:10px; background-color:#1777F2;}
.case .cont .list01 dd{ width:39.91%; display:block; float:left;}
.case .cont .list01 dd:nth-child(3){ margin-left:4.84%;}
.case .cont .list01 dd .w01{ width:100%; height:128px; padding:0 7.57%; box-sizing:border-box; background-size:cover; border-radius:15px; display:flex; align-items:center; font-size:22px; line-height:30px; font-weight:bold;}
.case .cont .list01 dd .w02{ width:100%; font-size:15px; line-height:23px; color:rgba(0,0,0,.85); margin-top:20px;}
}
@media only screen and (max-width:1023px){
.case{ width:94%; max-width:1410px; margin:auto; margin-top:40px; border:1px solid #d6d8db; background-color:rgba(255,255,255,.22); box-sizing:border-box; border-radius:10px; box-shadow:9px 9px 11px 0 rgba(0,0,0,.08);}
.case:before{ width:100%; height:100%; display:block; content:''; position:absolute; left:0; top:0; box-shadow:inset 1px 2px 4px 0 rgba(0,0,0,.03); z-index:9;}
.case .tu{ width:calc(100% + 2px); height:160px; margin:-1px; border-radius:10px; position:relative;}
.case .tu img{ display:block; float:right; height:120px; position:relative; z-index:1;}
.case .tu strong{ width:100%; height:100%; display:block; position:absolute; left:0; top:0; z-index:2; background-image:url(../images/case.png); background-size:100% auto;}
.case .tu b{ display:block; position:absolute; left:15px; top:50%; transform:translateY(-50%); z-index:3; font-size:22px; line-height:30px; color:#fff;}
.case .cont{ padding:35px 15px; padding-bottom:20px;}
.case .cont .list{ display:block; position:relative; padding-left:90px;}
.case .cont .list dt{ width:80px; display:block; font-weight:bold; font-size:20px; line-height:28px; text-transform:uppercase; position:absolute; left:0; top:0;}
.case .cont .list dd{ width:100%; display:block; margin-bottom:15px;}
.case .cont .list dd .w01{ width:100%;}
.case .cont .list dd .w01 img{ display:block; height:50px;}
.case .cont .list dd .w02{ width:100%; font-size:18px; line-height:26px; font-weight:bold;}
.case .cont .list dd .w03{ width:100%; font-size:14px; line-height:22px; color:rgba(0,0,0,.85);}
.case .cont .list01{ display:block; position:relative; padding-left:90px; margin-top:10px;}
.case .cont .list01 dt{ width:80px; display:block; font-weight:bold; font-size:20px; line-height:28px; text-transform:uppercase; color:#1777F2; position:absolute; left:0; top:0;}
.case .cont .list01 dt b{ display:block; width:60px; height:2px; margin-top:5px; background-color:#1777F2;}
.case .cont .list01 dd{ width:100%; display:block; margin-bottom:15px;}
.case .cont .list01 dd .w01{ width:100%; height:100px; padding:0 15px; box-sizing:border-box; background-size:cover; border-radius:10px; display:flex; align-items:center; font-size:18px; line-height:26px; font-weight:bold;}
.case .cont .list01 dd .w02{ width:100%; font-size:14px; line-height:22px; color:rgba(0,0,0,.85); margin-top:10px;}
}

/*about*/
@media screen and (min-width:1440px){
.ab01{ width:100%; padding-top:100px; padding-bottom:100px; position:relative; z-index:1; background-color:#fff; background-image:url(../images/abg.jpg); background-position:center; background-size:cover;}
.ab01 .box{ width:94%; max-width:1410px; margin:auto; position:relative; z-index:3;}
.ab01 .box .left{ width:43.97%; float:left;}
.ab01 .box .left .w01{ font-size:46px; line-height:56px; font-weight:bold;}
.ab01 .box .left .w02{ margin-top:20px; width:145px; height:6px; background: linear-gradient(to right,#67DEFF,#1777F2);}
.ab01 .box .left .w03{ font-size:16px; line-height:24px; margin-top:35px;}
.ab01 .box .right{ width:49.65%; float:right;}
.ab01 .box .right img{ display:block; max-width:100%; float:right;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.ab01{ width:100%; padding-top:70px; padding-bottom:70px; position:relative; z-index:1; background-color:#fff; background-image:url(../images/abg.jpg); background-position:center; background-size:cover;}
.ab01 .box{ width:94%; max-width:1410px; margin:auto; position:relative; z-index:3;}
.ab01 .box .left{ width:43.97%; float:left;}
.ab01 .box .left .w01{ font-size:36px; line-height:46px; font-weight:bold;}
.ab01 .box .left .w02{ margin-top:15px; width:125px; height:4px; background: linear-gradient(to right,#67DEFF,#1777F2);}
.ab01 .box .left .w03{ font-size:15px; line-height:23px; margin-top:25px;}
.ab01 .box .right{ width:49.65%; float:right;}
.ab01 .box .right img{ display:block; max-width:100%; float:right;}
}
@media only screen and (max-width:1023px){
.ab01{ width:100%; padding-top:35px; padding-bottom:40px; position:relative; z-index:1; background-color:#fff; background-image:url(../images/abg.jpg); background-position:center; background-size:150% auto;}
.ab01 .box{ width:94%; max-width:1410px; margin:auto; position:relative; z-index:3;}
.ab01 .box .left{ width:100%; float:left;}
.ab01 .box .left .w01{ font-size:26px; line-height:36px; font-weight:bold;}
.ab01 .box .left .w02{ margin-top:10px; width:105px; height:2px; background: linear-gradient(to right,#67DEFF,#1777F2);}
.ab01 .box .left .w03{ font-size:14px; line-height:22px; margin-top:15px;}
.ab01 .box .right{ width:100%; float:right; margin-top:20px;}
.ab01 .box .right img{ display:block; max-width:100%; float:right;}
}

@media screen and (min-width:1440px){
.ab02{ width:100%; position:relative; z-index:1;}
.ab02>img{ display:block; width:100%; position:relative; z-index:1;}
.ab02 .dw{ position:absolute; z-index:3; font-size:20px; line-height:28px; font-weight:bold; margin-top:-5px; cursor:pointer;  -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.ab02 .dw:hover{ 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);}
.ab02 .dw.d01{ right:52.65625%; top:12.63%; color:#1777F2;}
.ab02 .dw.d02{ right:38.91%; top:31.58%;}
.ab02 .dw.d03{ left:71.40625%; top:43.68%; color:#1777F2;}
.ab02 .dw.d04{ right:39.6875%; top:46.32%;}
.ab02 .dw.d05{ left:65.1%; bottom:24.21%; color:#1777F2;}
.ab02 .dw.d06{ right:37.03125%; bottom:35.26%;}
.ab02 .dw img{ display:block; height:18px; margin-top:5px; float:right; margin-left:8px;}
.ab02 .dw.d03 img,.ab02 .dw.d05 img{ float:left; margin-left:0; margin-right:8px;}
.ab02 .box{ width:94%; max-width:1410px; position:absolute; top:100px; left:50%; transform:translateX(-50%); z-index:2;}
.ab02 .box .w01{ font-size:46px; line-height:56px; font-weight:bold;}
.ab02 .box .w02{ margin-top:20px; width:145px; height:6px; background: linear-gradient(to right,#67DEFF,#1777F2);}
.ab02 .box .w03{ width:100%; display:block; padding-top:30px;}
.ab02 .box .w03 dt{ clear:left; float:left; display:block; float:left; margin-top:15px; font-size:20px; line-height:28px; font-weight:bold; width:150px; color:#1777F2;}
.ab02 .box .w03 dd{ display:block; float:left; margin-top:15px; font-size:20px; line-height:28px; font-weight:bold; width:150px; margin-left:20px;}
.ab02 .box .w04{ display:none;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.ab02{ width:100%; position:relative; z-index:1;}
.ab02>img{ display:block; width:100%; position:relative; z-index:1;}
.ab02 .dw{ position:absolute; z-index:3; font-size:18px; line-height:26px; font-weight:bold; margin-top:-5px; cursor:pointer;  -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.ab02 .dw:hover{ 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);}
.ab02 .dw.d01{ right:52.65625%; top:12.63%; color:#1777F2;}
.ab02 .dw.d02{ right:38.91%; top:31.58%;}
.ab02 .dw.d03{ left:71.40625%; top:43.68%; color:#1777F2;}
.ab02 .dw.d04{ right:39.6875%; top:46.32%;}
.ab02 .dw.d05{ left:65.1%; bottom:24.21%; color:#1777F2;}
.ab02 .dw.d06{ right:37.03125%; bottom:35.26%;}
.ab02 .dw img{ display:block; height:16px; margin-top:5px; float:right; margin-left:6px;}
.ab02 .dw.d03 img,.ab02 .dw.d05 img{ float:left; margin-left:0; margin-right:6px;}
.ab02 .box{ width:94%; max-width:1410px; position:absolute; top:70px; left:50%; transform:translateX(-50%); z-index:2;}
.ab02 .box .w01{ font-size:36px; line-height:46px; font-weight:bold;}
.ab02 .box .w02{ margin-top:15px; width:125px; height:4px; background: linear-gradient(to right,#67DEFF,#1777F2);}
.ab02 .box .w03{ width:100%; display:block; padding-top:20px;}
.ab02 .box .w03 dt{ clear:left; float:left; display:block; float:left; margin-top:10px; font-size:18px; line-height:26px; font-weight:bold; width:150px; color:#1777F2;}
.ab02 .box .w03 dd{ display:block; float:left; margin-top:10px; font-size:18px; line-height:26px; font-weight:bold; width:150px; margin-left:20px;}
.ab02 .box .w04{ display:none;}
}
@media only screen and (max-width:1023px){
.ab02{ width:100%; position:relative; z-index:2;}
.ab02>img{ display:none;}
.ab02 .dw{ display:none;}
.ab02 .box{ padding-top:35px;}
.ab02 .box .w01{ width:94%; margin:auto; font-size:26px; line-height:36px; font-weight:bold;}
.ab02 .box .w02{ width:94%; margin-left:3%; margin-top:10px; width:105px; height:2px; background: linear-gradient(to right,#67DEFF,#1777F2);}
.ab02 .box .w03{ width:94%; margin:auto; display:block; padding-top:10px; overflow:hidden;}
.ab02 .box .w03 dt{ clear:left; float:left; display:block; float:left; margin-top:5px; font-size:16px; line-height:24px; font-weight:bold; width:48.5%; color:#1777F2;}
.ab02 .box .w03 dd{ display:block; float:left; margin-top:5px; font-size:16px; line-height:24px; font-weight:bold; width:48.5%; margin-left:3%;}
.ab02 .box .w04{ width:100%; margin-top:20px;}
.ab02 .box .w04 img{ width:100%; display:block;}
}

@media screen and (min-width:1440px){
.ab03{ width:100%; position:relative; z-index:1; background-position:center; background-size:cover;}
.ab03 .box{ width:94%; max-width:1410px; min-height:280px; margin:auto; padding:100px 0; position:relative; z-index:3;}
.ab03 .box .w01{ width:68.09%; font-size:46px; line-height:56px; font-weight:bold;}
.ab03 .box .w02{ margin-top:20px; width:145px; height:6px; background: linear-gradient(to right,#67DEFF,#1777F2);}
.ab03 .box .w03{ width:68.09%; margin-top:20px; font-size:28px; line-height:36px; font-weight:bold;}
.ab03 .box .w04{ position:absolute; right:0; top:50%; margin-top:-24px;}
.ab03 .box .w04 a{ width:400px; height:48px; line-height:48px; display:block; text-align:center; font-size:20px; font-weight:bold; background-color:#1777F2; color:#fff; border-radius:48px; overflow:hidden;}
.ab03 .box .w04 a:hover{ background-color:#f4a525;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.ab03{ width:100%; position:relative; z-index:1; background-position:center; background-size:cover;}
.ab03 .box{ width:94%; max-width:1410px; min-height:240px; margin:auto; padding:70px 0; position:relative; z-index:3;}
.ab03 .box .w01{ width:68.09%; font-size:36px; line-height:46px; font-weight:bold;}
.ab03 .box .w02{ margin-top:15px; width:125px; height:4px; background: linear-gradient(to right,#67DEFF,#1777F2);}
.ab03 .box .w03{ width:68.09%; margin-top:15px; font-size:24px; line-height:32px; font-weight:bold;}
.ab03 .box .w04{ position:absolute; right:0; top:50%; margin-top:-20px;}
.ab03 .box .w04 a{ width:300px; height:40px; line-height:40px; display:block; text-align:center; font-size:18px; font-weight:bold; background-color:#1777F2; color:#fff; border-radius:48px; overflow:hidden;}
.ab03 .box .w04 a:hover{ background-color:#f4a525;}
}
@media only screen and (max-width:1023px){
.ab03{ width:100%; position:relative; z-index:1; background-position:center; background-size:cover;}
.ab03 .box{ width:94%; max-width:1410px; min-height:200px; margin:auto; padding:35px 0; position:relative; z-index:3;}
.ab03 .box .w01{ width:100%; font-size:26px; line-height:36px; font-weight:bold;}
.ab03 .box .w02{ width:100%; margin-top:10px; width:105px; height:2px; background: linear-gradient(to right,#67DEFF,#1777F2);}
.ab03 .box .w03{ width:100%; margin-top:10px; font-size:20px; line-height:28px; font-weight:bold;}
.ab03 .box .w04{ margin-top:15px;}
.ab03 .box .w04 a{ width:200px; height:36px; line-height:36px; display:block; text-align:center; font-size:16px; font-weight:bold; background-color:#1777F2; color:#fff; border-radius:48px; overflow:hidden;}
.ab03 .box .w04 a:hover{ background-color:#f4a525;}
}

/*contact*/
@media screen and (min-width:1440px){
.lx{ width:100%; padding-top:100px; padding-bottom:100px; position:relative; z-index:1; background-color:#fff;}
.lx .box{ width:94%; max-width:1410px; margin:auto; position:relative; z-index:3;}
.lx .box .left{ width:32.2%; float:left; border-radius:0px 30px 0px 30px; overflow:hidden;}
.lx .box .left img{ width:100%; display:block;}
.lx .box .right{ width:60%; float:right; margin-left:7.8%; overflow:hidden;}
.lx .box .w01{ width:100%; float:left; font-size:46px; line-height:56px; font-weight:bold;}
.lx .box .w02{ width:100%; float:left; font-size:20px; line-height:28px; margin-top:15px; padding-bottom:15px;}
.lx .box .w03{ float:left; margin-top:25px; width:48.58%; margin-left:2.84%;}
.lx .box .w03:nth-child(2n+1){ clear:left; float:left; margin-left:0;}
.lx .box .w04{ float:left; margin-top:25px; width:100%;}
.lx .box span{ line-height:26px; font-weight:bold; font-size:16px;}
.lx .box span b{ color:#E50012;}
.lx .box p{ width:100%; display:block; padding:0 20px; box-sizing:border-box; margin-top:10px; background-color:#f5f5f5; border-radius:4px; overflow:hidden; border:1px solid #ddd;}
.lx .box p input{ display:block; width:100%; font-size:16px; height:46px; line-height:46px; overflow:hidden; background-color:transparent;}
.lx .box .w05{ width:100%; float:left; margin-top:60px;}
.lx .box .w05 input{ width:430px; height:48px; line-height:48px; font-size:20px; font-weight:bold; border-radius:48px; background-color:#1777F2; color:#fff; display:block; cursor:pointer; margin:auto;}
.lx .box .w05 input:hover{ background-color:#f4a525;}
}
@media screen and (min-width:1024px) and (max-width:1439px){
.lx{ width:100%; padding-top:70px; padding-bottom:70px; position:relative; z-index:1; background-color:#fff;}
.lx .box{ width:90%; max-width:1410px; margin:auto; position:relative; z-index:3;}
.lx .box .left{ width:32.2%; float:left; border-radius:0px 20px 0px 20px; overflow:hidden;}
.lx .box .left img{ width:100%; display:block;}
.lx .box .right{ width:63%; float:right; margin-left:4.8%; overflow:hidden;}
.lx .box .w01{ width:100%; float:left; font-size:36px; line-height:46px; font-weight:bold;}
.lx .box .w02{ width:100%; float:left; font-size:18px; line-height:26px; margin-top:10px; padding-bottom:10px;}
.lx .box .w03{ float:left; margin-top:15px; width:48.58%; margin-left:2.84%;}
.lx .box .w03:nth-child(2n+1){ clear:left; float:left; margin-left:0;}
.lx .box .w04{ float:left; margin-top:15px; width:100%;}
.lx .box span{ line-height:25px; font-weight:bold; font-size:15px;}
.lx .box span b{ color:#E50012;}
.lx .box p{ width:100%; display:block; padding:0 15px; box-sizing:border-box; margin-top:7px; background-color:#f5f5f5; border-radius:4px; overflow:hidden; border:1px solid #ddd;}
.lx .box p input{ display:block; width:100%; font-size:15px; height:40px; line-height:40px; overflow:hidden; background-color:transparent;}
.lx .box .w05{ width:100%; float:left; margin-top:40px;}
.lx .box .w05 input{ width:330px; height:42px; line-height:42px; font-size:18px; font-weight:bold; border-radius:48px; background-color:#1777F2; color:#fff; display:block; cursor:pointer; margin:auto;}
.lx .box .w05 input:hover{ background-color:#f4a525;}
}
@media only screen and (max-width:1023px){
.lx{ width:100%; padding-top:35px; padding-bottom:40px; position:relative; z-index:1; background-color:#fff;}
.lx .box{ width:94%; max-width:1410px; margin:auto; position:relative; z-index:3;}
.lx .box .left{ width:100%; max-width:454px; margin:auto; border-radius:0px 10px 0px 10px; overflow:hidden;}
.lx .box .left img{ width:100%; display:block;}
.lx .box .right{ width:100%; overflow:hidden; margin-bottom:30px;}
.lx .box .w01{ width:100%; float:left; font-size:26px; line-height:36px; font-weight:bold;}
.lx .box .w02{ width:100%; float:left; font-size:16px; line-height:24px; margin-top:5px; padding-bottom:5px;}
.lx .box .w03{ float:left; margin-top:10px; width:48.5%; margin-left:3%;}
.lx .box .w03:nth-child(2n+1){ clear:left; float:left; margin-left:0;}
.lx .box .w04{ float:left; margin-top:10px; width:100%;}
.lx .box span{ line-height:24px; font-weight:bold; font-size:14px;}
.lx .box span b{ color:#E50012;}
.lx .box p{ width:100%; display:block; padding:0 10px; box-sizing:border-box; margin-top:4px; background-color:#f5f5f5; border-radius:4px; overflow:hidden; border:1px solid #ddd;}
.lx .box p input{ display:block; width:100%; font-size:14px; height:36px; line-height:36px; overflow:hidden; background-color:transparent;}
.lx .box .w05{ width:100%; float:left; margin-top:20px;}
.lx .box .w05 input{ width:230px; height:38px; line-height:38px; font-size:16px; font-weight:bold; border-radius:48px; background-color:#1777F2; color:#fff; display:block; cursor:pointer; margin:auto;}
.lx .box .w05 input:hover{ background-color:#f4a525;}
}
