﻿body {
position: relative;
overflow-x: hidden;
margin: 0 auto;
width: 100%;
max-width: 1920px;
}

.w1600 {
margin: 0 auto;
width: 100%;
max-width: 1600px;
}

.w1400 {
margin: 0 auto;
width: 100%;
max-width: 1400px;
}

td, th {
word-wrap: break-word;
word-break: break-all;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 20px;
}

.swiper-button-next, .swiper-button-prev {
width: 48px;
height: 48px;
border-radius: 50%;
background: url(../images/jo-prev.jpg) no-repeat center center;
background-size: cover;
}

.swiper-button-prev {
left: 50px;
}

.swiper-button-next {
right: 50px;
background: url(../images/jo-next.jpg) no-repeat center center;
background-size: cover;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
opacity: .6;
}

.videobox:hover {
animation: swing 1s;
}

.popvideo iframe {
width: 100%;
}

.popvideo video {
width: 100%;
object-fit: fill;
}

.popvideobg {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 999;
display: none;
margin: auto;
width: 100%;
height: 100%;
background: rgba(0,0,0,.6);
}

.popvideobox {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
transform: translate(-50%,-50%);
}

.popvideo {
position: relative;
margin: 0 auto;
padding: 0 20px;
max-width: 1000px;
}

.close-video-btn {
position: absolute;
top: -15px;
right: 45px;
z-index: 9;
display: block;
margin: -20px -20px 0 0;
width: 25px;
height: 25px;
cursor: pointer;
}

.close-video-btn::after {
position: absolute;
top: 10px;
width: 20px;
height: 2px;
background-color: #fff;
content: '';
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-ms-transform: rotate(45deg);
}

.close-video-btn::before {
position: absolute;
top: 10px;
width: 20px;
height: 2px;
background-color: #fff;
content: '';
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}

.headfixed.top {
top: 0;
}

.btn-phone, .full-main-nav {
display: none;
}

.headfixed {
position: fixed;
top: 0;
left: 0;
z-index: 999;
padding: 0;
width: 100%;
background: #fff;
box-shadow: 0 0 27px 0 rgba(222,225,231,.44);
transition: all .5s;
}

.headfixed > div {
align-items: center;
}

.headfixed .logo {
overflow: hidden;
width: 23%;
}

.headfixed .logo a {
align-items: center;
}

.headfixed .logo-img {
width: 160px;
border-right: 1px solid #e2e2e2;
}

.headfixed .logo-img img {
display: inline-block;
}

.headfixed .logo-font {
padding-left: 4%;
width: calc(100% - 160px);
color: #1c4e8d;
font-weight: 700;
font-size: 18px;
line-height: 28px;
}

.headfixed .menu-list {
width: 77%;
align-items: center;
}

.headfixed .menu-list > ul {
padding-right: 3%;
padding-left: 20%;
width: 81%;
}

.headfixed .menu-list > ul > li {
position: relative;
vertical-align: top;
}

.headfixed .menu-list > ul > li:hover .nav-two {
display: block !important;
}

.headfixed .mobile-nav-box > ul > li > a {
color: #282828;
text-align: center;
letter-spacing: 2px;
font-size: 14px;
}

.headfixed .mobile-nav-box ul li {
padding: 12px 0;
width: 100%;
border-bottom: 1px solid #ddd;
}

.headfixed .mobile-nav-box > ul li a {
color: #716b61;
text-align: left;
line-height: 30px;
}

.headfixed .mobile-nav-box > ul > li > h3.cur > i::before {
-webkit-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
-ms-transform: rotate(135deg);
}

.headfixed .btn-list {
width: 19%;
text-align: center;
align-items: center;
}

.headfixed .btn-list .btn-right {
width: 100%;
align-items: center;
}

.headfixed .btn-list .tel {
position: relative;
width: calc(100% - 21px);
align-items: center;
}

.headfixed .btn-list .tel img {
width: 18px;
height: 18px;
}

.headfixed .btn-list .tel a {
margin-left: 15px;
width: calc(100% - 18px);
color: #1c4e8d;
text-align: left;
font-weight: 700;
font-size: 20px;
font-family: Roboto-Regular;
line-height: 36px;
}

.headfixed .btn-menu {
display: none;
margin: 0 auto;
}

.headfixed .btn-menu .mobile-nav {
display: block;
width: 36px;
height: 36px;
color: #fff;
text-align: center;
font-size: 13px;
line-height: 36px;
}

input::-webkit-input-placeholder {
font-size: 12px;
}

.headfixed .toggle-btn {
position: relative;
display: block;
width: 100%;
height: 30px;
}

.headfixed .toggle-btn span {
position: absolute;
left: 50%;
width: 26px;
height: 2px;
background: #333;
-webkit-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.headfixed .toggle-btn span:first-child {
top: 8px;
}

.headfixed .toggle-btn span:nth-child(2) {
top: 50%;
width: 20px;
}

.headfixed .toggle-btn span:last-child {
bottom: 6px;
}

.headfixed .toggle-btn.cur span:first-child {
-webkit-transform: translate(-50%,7px) rotate(45deg);
-o-transform: translate(-50%,7px) rotate(45deg);
transform: translate(-50%,7px) rotate(45deg);
-ms-transform: translate(-50%,7px) rotate(45deg);
}

.headfixed .toggle-btn.cur span:nth-child(2) {
opacity: 0;
}

.headfixed .toggle-btn.cur span:last-child {
bottom: 10px;
-webkit-transform: translate(-50%,-3px) rotate(-45deg);
-o-transform: translate(-50%,-3px) rotate(-45deg);
transform: translate(-50%,-3px) rotate(-45deg);
-ms-transform: translate(-50%,-3px) rotate(-45deg);
}

.mobile-nav-box {
position: fixed;
top: 70px;
left: 0;
z-index: 99;
display: none;
overflow-y: auto;
padding: 0 0 60px 0;
width: 100%;
height: 100%;
border-top: 1px solid #ddd;
background: #fff;
}

.headfixed .mobile-nav-box > ul > li > h3 {
position: relative;
padding: 0 30px;
}

.headfixed .mobile-nav-box .head-subnav {
display: none;
padding: 8px 40px;
width: 100%;
background: #f5f5f5;
}

.headfixed .mobile-nav-box .head-subnav .link-tit {
position: relative;
text-align: left;
}

.headfixed .mobile-nav-box .head-subnav .link-tit a {
display: block;
width: 100%;
color: #333;
text-align: left;
font-size: 15px;
line-height: 45px;
}

.headfixed .mobile-nav-box > ul > li > h3 > a {
padding: 5px 0;
color: #333;
text-align: center;
text-align: left;
letter-spacing: 2px;
font-size: 16px;
}

.headfixed .mobile-nav-box .head-suba {
display: none;
}

.headfixed .mobile-nav-box .head-suba > a, .headfixed .mobile-nav-box .head-subnav > a {
display: block;
padding: 0 15px;
padding-left: 15px;
color: #333;
text-align: center;
text-align: left;
letter-spacing: 2px;
font-size: 14px;
}

.headfixed .mobile-nav-box .link-tit > i, .headfixed .mobile-nav-box > ul > li > h3 > i {
position: absolute;
top: 0;
right: 30px;
width: 80px;
height: 100%;
}

.headfixed .mobile-nav-box .link-tit > i {
right: -10px;
}

.headfixed .mobile-nav-box .link-tit > i::before, .headfixed .mobile-nav-box > ul > li > h3 > i::before {
position: absolute;
top: 10px;
right: 0;
width: 10px;
height: 10px;
border-bottom: solid 1px #aaa;
border-left: solid 1px #aaa;
content: "";
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}

.app-lanu {
display: none;
}

.btn-search {
width: 21px;
height: 21px;
}

.header-button, .headfixed .header-button {
position: relative;
z-index: 1;
display: block;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0 auto;
padding: 0;
width: 100%;
height: 100%;
outline: 0;
border: none;
background: url(../images/in-ssicon.png) no-repeat center center;
text-align: left;
text-indent: -119988px;
text-transform: capitalize;
cursor: pointer;
}

.headfixed.headerbgm .header-button {
background: url(../images/in-ssicon.png) no-repeat center center;
}

#toggle-search.open:after {
top: 40px;
color: #fff;
}

#search-form {
position: absolute;
top: 98%;
right: 8%;
overflow: hidden;
width: 400px;
max-height: 0;
background: #fff;
-webkit-transition: max-height,.5s;
-moz-transition: max-height,.5s;
-o-transition: max-height,.5s;
transition: max-height,.5s;
}

#search-form.open {
max-height: 50px;
border: 1px solid #f1f1f1;
}

#search-form fieldset {
position: relative;
z-index: 9;
margin: 0 60px 0 0;
padding: 0;
width: 85%;
border: none;
}

#search-form input {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
height: 50px;
}

#search-form .search {
z-index: 9;
padding: 0 5px 0 22px;
width: 100%;
border: none;
background: #fff;
color: #04a4e5;
font-size: 14px;
}

#search-form .header-btn {
position: absolute;
right: 0;
bottom: 0;
z-index: 11;
margin: 0;
padding: 0;
width: 15%;
border: none;
background: url(../images/in-hssicon.png) no-repeat center #04a4e5;
color: #fff;
text-transform: uppercase;
font-weight: 700;
cursor: pointer;
}

.headfixed.headerbgm .menu-list > ul > li.cur h3 a, .headfixed.headerbgm .menu-list > ul > li:hover h3 a, .menu-list > ul > li.cur h3 a, .menu-list > ul > li:hover h3 a {
color: #038bd5;
}

.menu-list > ul > li.cur h3 a::after, .menu-list > ul > li:hover h3 a::after {
width: 55px;
}

.menu-list h3::before {
position: absolute;
top: 50%;
right: -25px;
width: 1px;
height: 10px;
background: url(../images/in-xxicon.png) no-repeat center center;
background-size: 100%;
content: "";
transform: translateY(-50%);
}

.menu-list > ul > li:last-child h3::before {
opacity: 0;
}

.menu-list h3 .icon-down {
position: absolute;
top: 53%;
right: -20px;
color: #1460ad;
font-weight: 700;
font-size: 14px;
opacity: 0;
transform: translateY(-53%);
}

.headfixed.headerbgm .menu-list > ul > li:hover h3 .icon-down, .menu-list > ul > li:hover h3 .icon-down {
opacity: 1;
}

.menu-list > ul > li {
margin: 0 2%;
}

.menu-list h3 a {
position: relative;
display: block;
height: 100px;
color: #687688;
text-align: center;
font-weight: 700;
font-size: 16px;
line-height: 100px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}

.menu-list h3 a::after {
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 3px;
background-color: #04a4e5;
content: "";
opacity: 0;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.body-shadow {
position: fixed;
top: 0;
left: 0;
z-index: 98;
width: 100%;
height: 100%;
background: rgba(0,0,0,.7);
animation: shadows cubic-bezier(.215,.61,.355,1) 1s;
}

.menu-dl {
position: absolute;
top: 120px;
left: 0;
z-index: 100;
display: none;
width: 160%;
line-height: 33px;
}

.menu-dl a {
display: block;
padding: 2px 0;
color: #687688;
font-size: 16px;
}

.menu-dl a:hover {
color: #04a4e5;
}

.navBox-bgm {
position: fixed;
top: 0;
left: 0;
z-index: 99;
display: none;
overflow: hidden;
padding: 100px 0 0;
width: 100%;
min-height: 480px;
background: #fff;
}

.navBox-bgm .navbox-bgmLi {
position: relative;
padding: 5% 0;
border-top: 1px solid #04a4e5;
}

.navBox-bgm .navbox-bgmLi::before {
position: absolute;
bottom: -40%;
left: -10%;
width: 1025px;
height: 670px;
background: url(../images/in-bbgm.png) no-repeat center center;
background-size: cover;
content: "";
}

.navBox-bgm .navbox-bgmLi .line {
display: block;
margin-bottom: 20px;
width: 40px;
height: 2px;
background: #333;
display: none;
}

.navBox-bgm .navbox-bgmLi .tag {
padding: 5px 0;
color: #687688;
font-size: 18px;
line-height: 2;
}

.mainer {
margin-top: 100px;
}

.mainer, .mainer .banner .banner-img {
position: relative;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
bottom: 10px;
}

.mainer .banner .banner-img img {
margin: 0 auto;
width: 100%;
}

.mainer .banner .swiper-container-horizontal > .swiper-pagination-bullets, .mainer .banner .swiper-pagination-custom, .mainer .banner .swiper-pagination-fraction {
bottom: 30px;
}

.banner .swiper-fontlist {
position: absolute;
top: 50%;
left: 50%;
z-index: 3;
width: 100%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
}

.banner .pub-mbanner, .banner .pub-pbanner {
width: 100%;
}

.banner .pub-mbanner {
display: none;
}

.banner .swiper-font {
width: 52%;
text-align: left;
}

.banner .swiper-font .swiper-h2 h2 {
color: #fff;
font-weight: lighter;
font-size: .48rem;
font-family: HarmonyOS_Sans_SC_Medium;
line-height: 1.46;
}

.banner .swiper-font .swiper-h2 h2 span {
vertical-align: middle;
font-size: 70px;
}

.banner .swiper-font .swiper-p {
margin-top: 15px;
color: #fff;
font-size: 22px;
font-family: SourceHanSansSC;
line-height: 24px;
}

.banner .swiper-pagination {
right: 8%;
bottom: 20px !important;
}

.banner .loading {
position: relative;
margin: 0 5px;
width: 24px;
height: 24px;
border: 1px solid transparent;
border-radius: 50%;
background: 0 0;
}

.banner .loading.swiper-pagination-bullet-active {
border-color: rgba(255,255,255,.2);
border-radius: 50%;
}

.banner .loading .c-progress {
position: absolute;
top: 50%;
left: 50%;
width: 6px;
height: 6px;
border-radius: 50%;
background-color: #fff;
text-align: center;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
}

.banner .loading.swiper-pagination-bullet-active .c-progress {
background-color: #fff;
}

.banner .loading .left, .banner .loading .right {
position: absolute;
top: -1px;
left: -1px;
overflow: hidden;
overflow: hidden;
width: 12px;
height: 24px;
opacity: 0;
}

.banner .loading.swiper-pagination-bullet-active .left, .banner .loading.swiper-pagination-bullet-active .right {
opacity: 1;
}

.banner .loading .right {
top: -1px;
right: -1px;
left: auto;
}

.banner .loading .left:after, .banner .loading .right:after {
position: absolute;
top: 0;
left: 0;
display: block;
width: 12px;
height: 24px;
border: 1px solid #fff;
border-right: 0;
border-radius: 12px 0 0 12px;
content: "";
}

.banner .loading .right:after {
position: absolute;
display: block;
border: 1px solid #fff;
border-left: 0;
border-radius: 0 12px 12px 0;
content: "";
}

.banner .loading.swiper-pagination-bullet-active .left:after {
transform-origin: right center;
animation-fill-mode: forwards;
animation-duration: 3.9s;
animation-timing-function: linear;
animation-name: spin-left;
}

.banner .loading.swiper-pagination-bullet-active .right:after {
transform-origin: left center;
animation-duration: 3.9s;
animation-timing-function: linear;
animation-name: spin-right;
}

.swiper-pagination-bullet {
width: 9px;
height: 9px;
background-color: #c7c7c7;
opacity: 1;
}

.swiper-pagination-bullet-active {
background-color: #038bd5;
}

@keyframes spin-right {
0% {
transform: rotate(180deg);
}

50% {
transform: rotate(360deg);
}

100% {
transform: rotate(360deg);
}
}

@keyframes spin-left {
0% {
transform: rotate(180deg);
}

50% {
transform: rotate(180deg);
}

100% {
transform: rotate(360deg);
}
}

.banner .swiper-slide-active .swiper-font .swiper-h2 h2 {
-webkit-animation: fadeInDown 2.8s;
animation: fadeInDown 2.8s;
}

.banner .swiper-slide-active .swiper-font .more {
-webkit-animation: fadeInUp 4.5s;
animation: fadeInUp 4.5s;
}

.banner-img .swiper-button-next, .banner-img .swiper-button-prev {
display: none;
}

.more {
display: block;
width: 200px;
border: solid 3px #fff;
border-radius: 25px;
color: #fff;
text-align: center;
font-size: 18px;
line-height: 44px;
-webkit-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-ms-transition: .5s;
}

.more:hover {
border: solid 3px rgba(255,255,255,.7);
color: rgba(255,255,255,.7);
}

.banner .more {
margin-top: 65px;
}

.banner .swiper-scBox {
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
}

.banner .bd ul li {
flex: 1;
}

.banner .swiper-scft {
color: rgba(255,255,255,.8);
font-family: HarmonyOS_Sans_SC_Medium;
}

.banner .tempWrap {
width: 100% !important;
}

.banner .swiper-scBox > div {
margin-top: 20px;
}

.banner .swiper-scft1, .banner .swiper-scft2, .banner .swiper-scft4 {
font-size: 20px;
line-height: 36px;
}

.banner .swiper-scft3, .banner .swiper-scft6 {
color: rgba(255,255,255,.65);
}

.banner .swiper-scft1 span, .banner .swiper-scft3 {
font-size: 24px;
}

.banner .swiper-scft2 span, .banner .swiper-scft6 span {
font-size: 26px;
}

.banner .swiper-scft3 span, .banner .swiper-scft7 span {
font-size: 30px;
}

.banner .swiper-scft5, .banner .swiper-scft6 {
font-size: 18px;
}

.banner .swiper-scft5 span {
font-size: 36px;
}

.banner .swiper-scft7, .banner .swiper-scft8, .banner .swiper-scft9 {
font-size: 22px;
}

.banner .swiper-scft8 span {
font-size: 32px;
}

.banner .swiper-scft9 span {
font-size: 28px;
}

.mainer .banner .banner-img .swiper-scimgBox {
position: absolute;
bottom: 0;
left: 18%;
z-index: 2;
}

.mainer .banner .banner-img .swiper-scimg {
position: relative;
overflow: hidden;
width: 850px;
height: 695px;
}

.mainer .banner .banner-img .swiper-scimg img {
width: auto;
}

.mainer .banner .banner-img .swiper-scimg .img2 {
z-index: 2;
}

.mainer .banner .banner-img .swiper-scimg .img3 {
z-index: 3;
}

.mainer .banner .banner-img .swiper-slide-active .swiper-scimg .img2 {
-webkit-animation: fadeIn 4s;
animation: fadeIn 4s;
}

.mainer .banner .banner-img .swiper-slide-active .swiper-scimg .img3 {
-webkit-animation: flash 3.5s;
animation: flash 3.5s;
}

.in-tit {
text-align: center;
}

.in-tit h3 {
position: relative;
color: #333;
font-size: .48rem;
}

.in-tit h3 span {
vertical-align: -5px;
font-size: .58rem;
}

.in-tit .dec {
color: #888;
font-size: 18px;
line-height: 30px;
}

.in-tit .dec a {
position: relative;
display: inline-block;
color: #04a4e5;
}

.in-tit .dec a b {
border-bottom: 2px solid #04a4e5;
}

.in-tit .dec a em {
display: inline-block;
margin-left: 6px;
vertical-align: -6px;
font-size: 28px;
}

.section1 .section1-tpul a {
color: #666;
}

.section1 .section1-tit .tit {
color: #333;
font-weight: 700;
font-size: 18px;
}

.section1 .section1-tit .dec {
display: inline-block;
margin-top: 8px;
color: #888;
-webkit-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-ms-transition: .5s;
}

.section1 .section1-tit .dec span {
display: inline-block;
margin-right: 5px;
vertical-align: middle;
-webkit-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-ms-transition: .5s;
}

.section1 .section1-tit .dec em {
display: inline-block;
width: 20px;
height: 20px;
border: solid 1px #c7c7c7;
border-radius: 50%;
color: #888;
vertical-align: middle;
text-align: center;
font-weight: 700;
font-size: 12px;
line-height: 20px;
-webkit-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-ms-transition: .5s;
}

.section1 .section1-tpul li {
position: relative;
margin-right: 5%;
}

.section1 .section1-tpul li:last-child {
margin-right: 0;
}

.section1 .section1-tpul li::before {
position: absolute;
top: 5px;
right: -20px;
width: 1px;
height: 16px;
background-color: #c3c3c3;
content: "";
transform: rotate(30deg);
}

.section1 .section1-tpul li:last-child::before {
opacity: 0;
}

.section1 .section1-list {
position: relative;
margin-top: 2.5%;
}

.section1 .section1-left {
position: relative;
width: 48%;
}

.section1 .section1-right {
position: relative;
padding-left: 4%;
width: 52%;
}

.section1 .section1-tit {
margin-bottom: 5px;
}

.section1 .section1-font {
position: relative;
padding: 4%;
background-color: #f8f8f8;
}

.section1 .section1-font .tit {
color: #333;
font-size: 22px;
line-height: 33px;
}

.section1 .section1-swiper .section1-font .tit {
padding-right: 13%;
}

.section1 .section1-font .dec {
margin-top: 10px;
margin-bottom: 6%;
color: #888;
line-height: 26px;
}

.section1 .tag {
position: absolute;
right: 0;
bottom: 0;
padding: 5px 10px;
background-color: #038bd5;
color: #fff;
text-align: center;
font-weight: lighter;
font-size: 14px;
font-family: Roboto-Regular;
}

.section1 .section1-img {
width: 100%;
}

.section1 .section1-top {
position: relative;
}

.section1 .swiper-pagination {
padding: 0 3.5%;
text-align: left;
}

.section1 .section1-rtli .section1-font .tit {
font-size: 18px;
}

.section1 .section1-rtli {
position: relative;
margin-right: 4.3%;
width: 47.8%;
}

.section1 .section1-rtli .swiper-pagination, .section3 .section3-right .swiper-pagination {
display: none;
}

.section1 .section1-rtli .swiper-container {
margin-top: 25px;
}

.section1 .section1-swiper {
margin-top: 35px;
background-color: #f8f8f8;
}

.section1 .section1-rtli:last-child {
margin-right: 0;
}

.section1 .section1-rtli .section1-font {
padding: 5% 0;
background: #fff;
}

.section1 .section1-rtbot {
margin-top: 4.5%;
}

.section1 .section1-simg .img1 {
margin-right: 15px;
}

.section1 .section1-rtbtop .section1-tit {
margin-bottom: 0;
}

.section1 .section1-rtul {
margin-top: 30px;
}

.section1 .section1-rtul li {
position: relative;
padding: 2.5% 0;
border-bottom: 1px solid #ededed;
}

.section1 .section1-rtul li:first-child {
border-top: 1px solid #ededed;
}

.section1 .section1-rtul-tit {
padding-right: 20px;
width: calc(100% - 70px);
color: #333;
font-size: 18px;
}

.section1 .section1-rtul li:hover .section1-rtul-tit {
color: #038bd5;
font-weight: 700;
}

.section1 .section1-rtul-time {
width: 70px;
color: #666;
font-weight: lighter;
font-size: 14px;
font-family: Roboto-Regular;
}

.section2 {
background-color: #f6f6f6;
}

.section2 .in-tit, .section5 .in-tit {
text-align: left;
}

.section2 .tit {
position: relative;
color: #333;
font-size: 26px;
line-height: 28px;
}

.section2 .section2-tit {
margin-top: 4%;
}

.section2 .section2-btn span {
display: inline-block;
margin-right: 5px;
color: #888;
vertical-align: middle;
line-height: 28px;
-webkit-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-ms-transition: .5s;
}

.section1 .section1-tit .dec:hover span, .section2 .section2-btn:hover span {
margin-right: 15px;
}

.section2 .section2-btn em {
display: inline-block;
width: 37px;
height: 37px;
border: solid 1px #c7c7c7;
border-radius: 50%;
color: #888;
vertical-align: middle;
text-align: center;
font-weight: 700;
font-size: 12px;
line-height: 37px;
}

.section1 .section1-tit .dec:hover em, .section2 .section2-btn:hover em {
border: solid 1px #038bd5;
}

.section2 .section2-tit .tit {
padding-bottom: 20px;
width: 50%;
}

.section2 .section2-tit .tit::after, .section2 .section2-ul .tit::after {
position: absolute;
bottom: 0;
left: 0;
width: 40px;
height: 3px;
border-radius: 1px;
background-color: #388de8;
content: "";
}

.section2 .section2-ul {
position: relative;
overflow: hidden;
margin-top: 40px;
padding-top: 20px;
border-radius: 2px;
background-color: #fff;
box-shadow: 0 0 51px 0 rgba(31,31,31,.1);
}

.section2 .section2-ul .tit {
padding-bottom: 20px;
}

.section2 .section2-ul .tit, .section3 .section3-ctli {
display: none;
}

.section2 .section2-ul li {
position: relative;
width: 50%;
}

.section2 .section2-ul::after {
position: absolute;
top: 50%;
right: 13%;
z-index: 1;
width: 715px;
height: 420px;
background: url(../images/in-bgm1.png) no-repeat 90% center;
background-size: 100%;
content: "";
transform: translateY(-50%);
}

.section2 .section2-name .name {
color: #333;
font-weight: 700;
font-size: 22px;
line-height: 28px;
}

.section2 .section2-name .name-dec {
margin-top: 5px;
margin-bottom: 10px;
color: #666;
font-size: 18px;
}

.section2 .section2-dec {
color: #666;
line-height: 28px;
}

.section2 .section2-font, .section2 .section2-img {
position: relative;
z-index: 3;
width: 50%;
}

.section2 .section2-ul li:hover .section2-img img {
-webkit-transform: scale(1.125);
-moz-transform: scale(1.125);
-o-transform: scale(1.125);
transform: scale(1.125);
-ms-transform: scale(1.125);
}

.section2 .section2-font {
padding-right: 9%;
}

.section3 .in-tit .dec, .section3 .in-tit h3, .section4 .in-tit .dec, .section4 .in-tit h3 {
color: #fff;
}

.section3 .section3-left {
position: relative;
padding-top: 2.5%;
padding-right: 5%;
padding-left: 8%;
width: 50%;
}

.section3 .section3-list {
margin-top: 2.3%;
}

.section3 .section3-tab {
margin-bottom: 7%;
flex-wrap: wrap;
}

.section3 .section3-tab li {
position: relative;
margin-right: 7%;
}

.section3 .section3-tab a {
color: rgba(255,255,255,.2);
font-weight: 700;
font-size: .34rem;
}

.section3 .section3-tab li.active a {
color: #fff;
}

.section3 .section3-right {
position: relative;
width: 50%;
}

.section3 .section3-ctdec {
color: rgba(255,255,255,.75);
line-height: 30px;
}

.section3 .section3-num {
margin-bottom: 10px;
color: #fff;
font-size: .32rem;
font-family: Roboto-Regular;
}

.section3 .section3-num span {
font-size: .42rem;
font-family: Roboto-Regular;
line-height: 54px;
}

.section3 .section3-numb span {
font-size: .26rem;
line-height: 48px;
}

.section3 .section3-number {
position: absolute;
bottom: 12%;
left: 50%;
z-index: 3;
padding: 0 5%;
width: 100%;
transform: translate(-50%);
}

.section3 .swiper-slide::after {
position: absolute;
bottom: 0;
left: 50%;
width: 100%;
height: 260px;
background: url(../images/in-ftbgm.png) no-repeat center center;
background-size: cover;
content: "";
transform: translateX(-50%);
}

.section3 .section3-number .dec {
display: block;
overflow: hidden;
min-height: 48px;
color: #fff;
text-overflow: ellipsis;
font-size: 16px;
-webkit-line-clamp: 2;
}

.section3 .section3-number li {
position: relative;
margin: 0 1.5%;
width: 22%;
}

.section3 .section3-right .swiper-slide-active .section3-number li {
-webkit-animation: fadeInUp 2.5s;
animation: fadeInUp 2.5s;
}

.section4, .section5 {
position: relative;
}

.section4 .in-tit {
position: absolute;
left: 50%;
z-index: 3;
transform: translateX(-50%);
}

.section4 .section4-ul {
align-items: flex-start;
}

.section4 .section4-ul li {
position: relative;
padding: 17.5% 2.5% 7.3% 2.5%;
width: 20%;
}

.section4 .section4-bgm1, .section4 .section4-bgm2, .section4 .section4-bgm3, .section4 .section4-bgm4, .section4 .section4-bgm5 {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
background: rgba(255,139,21,.7);
-webkit-transition: 1.5s;
-moz-transition: 1.5s;
-o-transition: 1.5s;
transition: 1.5s;
-ms-transition: 1.5s;
}

.section4 .section4-bgm2 {
background: rgba(231,83,78,.8);
}

.section4 .section4-bgm3 {
background: rgba(161,38,136,.7);
}

.section4 .section4-bgm4 {
background: rgba(24,133,205,.7);
}

.section4 .section4-bgm5 {
background: rgba(35,95,144,.7);
}

.section4 .section4-font .tit {
position: relative;
z-index: 2;
display: block;
overflow: hidden;
color: #fff;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 26px;
}

.section4 .section4-font .dec {
position: relative;
z-index: 2;
overflow-x: hidden;
overflow-y: auto;
margin-top: 5px;
margin-bottom: 86px;
height: 185px;
color: #fff;
font-size: 16px;
line-height: 30px;
}

.section4 .section4-font .num {
position: relative;
z-index: 2;
color: #fff;
text-align: right;
font-weight: 700;
font-size: .6rem;
font-family: Roboto-Regular;
line-height: 1.2;
-webkit-transition: all 1.5s;
-moz-transition: all 1.5s;
-o-transition: all 1.5s;
transition: all 1.5s;
-ms-transition: all 1.5s;
}

.section4 .section4-ul li:hover .section4-font .tit {
font-weight: 700;
}

.section4 .section4-ul li:hover .section4-font .num {
transform: translateY(-40%);
}

.section5 {
overflow: hidden;
}

.section5::before {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 0;
background: url(../images/in-bgm5.png) no-repeat center center;
background-size: cover;
content: "";
transition: all 4s;
}

.section5.box-on::before {
height: 530px;
}

.section5 > div {
align-items: flex-start;
}

.section5 .section5-left {
position: relative;
margin-top: 11%;
width: 25%;
}

.section5 .section5-right {
position: relative;
padding-right: 6.3%;
padding-left: 12.5%;
width: 75%;
flex-wrap: wrap;
}

.section5 .section5-ul {
width: 48.2%;
}

.section5 .section5-ul1 {
margin-top: 6.5%;
margin-right: 3.5%;
}

.d2 {
animation-delay: .4s;
-webkit-animation-delay: .4s;
}

.section5 .section5-ul li {
position: relative;
margin-bottom: 8%;
padding: 8% 18% 11% 11%;
width: 100%;
border-radius: 10px;
background-color: #fff;
box-shadow: 0 0 95px 0 rgba(18,48,85,.15);
}

.section5 .section5-ul li:last-child {
margin-bottom: 0;
}

.section5 .section5-icon {
position: relative;
width: 100px;
height: 100px;
}

.section5 .section5-font .tit {
margin-top: 10px;
margin-bottom: 12px;
color: #333;
font-size: .26rem;
}

.section5 .section5-font .dec {
color: #666;
line-height: 30px;
}

.section6 {
background-color: #f7f7f7;
}

.section6 .section6-img {
width: 65px;
height: 65px;
border-radius: 50%;
background-color: #d9d9d9;
}

.section6 .section6-font, .section6 .section6-name {
color: #666;
line-height: 26px;
}

.section6 .section6-name {
margin-top: 10px;
}

.section6 .section6-left {
width: 65px;
text-align: center;
}

.section6 .section6-right {
padding-left: 20px;
width: calc(100% - 65px);
}

.section6 .section6-li {
width: 490px;
}

.section6 .section6-font {
padding: 16px 30px;
border-radius: 6px;
background-color: #fff;
}

.section6 .section6-list {
position: relative;
margin-top: 4.5%;
}

.section6 .section6-ul li {
margin-right: 2%;
}

.section6 .picMarquee-left {
overflow: hidden;
}

.section6 .picMarquee-right {
overflow: hidden;
margin-top: 4%;
padding-left: 4%;
}

.footer {
position: relative;
padding-top: 3.8%;
background-color: #2b85d3;
box-shadow: 0 7px 51px 0 rgba(18,48,85,.14);
}

.footer .foot-top {
position: relative;
align-items: flex-start;
}

.footer .footerphone-menu {
position: relative;
padding-right: 10%;
width: calc(100% - 320px);
}

.footer .footerphone-menu h3, .footer .footerphone-menu li {
position: relative;
}

.footer .footerphone-menu li:last-child .footer-subnav a:last-child em, .footer .footerphone-menu li:last-child .footer-subnav a:nth-last-child(2) em {
opacity: 0;
}

.footer .footerphone-menu h3 a {
color: #fff;
font-size: 20px;
line-height: 36px;
}

.footer .foot-ewm {position: relative;padding-top: 10px;width: 300px;}

.footer .foot-ewm .img {
margin: 0 10px;
}

.footer .foot-ewm .img img {
overflow: hidden;
width: 100px;
height: 100px;
border: 3px solid #78c0ff;
border-radius: 6px;
}

.footer .foot-ewm .img p {
margin-top: 10px;
color: rgba(255,255,255,.3);
text-align: center;
line-height: 30px;
}

.footer .foot-bot {
position: relative;
padding: 20px 0;
align-items: center;
}

.footer .foot-bot .right {
position: relative;
padding-left: 3.5%;
}

.footer .foot-copy, .footer .foot-copy a, .footer .foot-copy span {
color: rgba(255,255,255,.9);
line-height: 30px;
}

.footer .foot-copy a {
margin-right: 3px;
}

.footer .foot-ct, .footer .foot-ct a, .footer .foot-ct span {
color: rgba(255,255,255,.6);
font-size: 14px;
}

.footer .footerphone-menu h3 i {
position: absolute;
top: 0;
right: 0;
display: none;
width: 40px;
height: 100%;
}

.footer .footerphone-menu h3 i::before {
position: absolute;
top: 50%;
right: 11px;
margin-top: -1px;
width: 15px;
height: 2px;
background: #dfdfdf;
content: '';
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

.footer .footerphone-menu h3 i::after {
position: absolute;
top: 50%;
right: 17px;
margin-top: -7px;
width: 2px;
height: 15px;
background: #dfdfdf;
content: '';
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}

.footer .footerphone-menu h3.cur i::after {
opacity: 0;
}

.footer .footer-subnav {
margin-top: 10%;
}

.footer .footer-subnav a {
position: relative;
display: block;
color: rgba(255,255,255,.7);
font-size: 16px;
line-height: 36px;
-webkit-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-ms-transition: .5s;
}

.footer .foot-copy a:hover, .footer .foot-ct a:hover, .footer .foot-ewm .img:hover p, .footer .footer-subnav a:hover {
color: #fff;
}

.footer .foot-cen {
padding-top: 5.5%;
border-bottom: 1px solid rgba(255,255,255,.1);
align-items: center;
}

.footer .foot-share {
display: none;
}

.foot-cenb {
padding-bottom: 2.5%;
align-items: center;
}

.foot-cenb span {
padding-left: 10px;
color: #fff;
font-size: 18px;
font-family: Roboto-Regular;
}

.foot-cenb img {
display: inline-block;
max-width: 30px;
vertical-align: bottom;
}

.footer .foot-cen dd img, .footer .foot-cen dd span {
display: inline-block;
vertical-align: middle;
}

.foot-dl {
width: 100%;
}

.footer .foot-cen dd {
margin-right: 5%;
}

.footer .foot-cen dd:last-child {
margin-right: 0;
}

.footer .foot-cen dd span {
padding-left: 5px;
color: #fff;
font-size: 18px;
font-family: Roboto-Regular;
line-height: 30px;
}

.footer .foot-cen dd:first-child span {
padding-left: 15px;
font-weight: 700;
font-size: 24px;
}

.footer .foot-cen dd:hover span {
font-weight: 700;
}

.foot-share a {
float: left !important;
display: block;
margin: 0 !important;
margin-right: 10px !important;
width: 32px;
height: 32px;
border-radius: 2px;
background-color: rgba(255,255,255,.5);
color: #fff;
text-align: center;
font-size: 22px;
line-height: 32px;
opacity: 1 !important;
-webkit-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
-ms-transition: .5s;
}

.foot-share a:last-child {
margin-right: 0 !important;
}

.foot-share a:hover {
background-color: #fff;
color: #038bd5;
}

.right-flex {
position: fixed;
top: 50%;
right: 0;
z-index: 10;
display: none;
margin-top: -201px;
width: 50px;
height: auto;
}

.right-flex ul {
width: 100%;
}

.right-flex li {
position: relative;
float: right;
margin-bottom: 5px;
width: 50px;
height: 50px;
border-radius: 4px 0 0 4px;
background: #a7afb9;
line-height: 50px;
transition: width .3s,background .3s,margin .3s;
}

.right-flex li .ico {
position: absolute;
top: 0;
right: 0;
width: 50px;
height: 50px;
transition: right .3s;
}

.right-flex li a {
display: block;
width: 100%;
height: 100%;
}

.right-flex li p {
padding: 0 20px;
color: #fff;
font-size: 15px;
line-height: 50px;
transition: transform .3s;
}

.right-flex li.one {
width: 90px;
height: 50px;
border-radius: 4px;
background-color: #038bd5;
}

.right-flex li.one p {
padding: 3px 10px;
text-align: center;
font-size: 16px;
line-height: 22px;
}

.right-flex li.four .ico, .right-flex li.li-three .ico, .right-flex li.two .ico {
left: 0;
}

.right-flex li.four p, .right-flex li.li-three p, .right-flex li.two p {
padding: 0 20px 0 50px;
}

.right-flex li.two {
margin-right: -150px;
width: 200px;
}

.right-flex li .ico.ico02 {
background: url(../images/dhicon.png) no-repeat center;
}

.right-flex li .ico.ico03 {
background: url(../images/wxicon.png) no-repeat center;
}

.right-flex li .ico.ico04 {
background: url(../images/dxicon.png) no-repeat center;
}

.right-flex li .ico.ico08 {
background: url(../images/zdicon.png) no-repeat center -3px;
}

.right-flex .right-close {
width: 100%;
height: 40px;
}

.right-flex .close-icon {
display: block;
margin: 0 auto;
margin-bottom: 10px;
width: 32px;
height: 32px;
border-radius: 50%;
background: #a7afb9 url(../images/kf-close.png) no-repeat center;
background-size: 15px;
cursor: pointer;
transition: all .3s;
transform: rotate(45deg);
}

.right-flex.show .close-icon {
transform: rotate(0);
}

.right-flex .to-top em {
display: block;
padding-top: 10px;
color: #fff;
text-align: center;
}

@media(min-width:1025px) {
.right-flex li:hover {
width: 50px;
background: #038bd5;
}

.right-flex li.one:hover {
width: 90px;
background-color: #a7afb9;
}

.right-flex li.four:hover .ico, .right-flex li.li-three:hover .ico, .right-flex li.two:hover .ico, .right-flex li:hover .ico {
right: 0;
left: auto;
}

.right-flex li.two:hover {
margin-right: 0;
width: 200px;
}

.right-flex li.three:hover {
margin-right: 0;
width: 150px;
}

.right-flex li.four:hover {
margin-right: 0;
width: 175px;
}

.right-flex li.li-three:hover p, .right-flex li.two:hover p {
padding: 0 20px;
}

.right-flex li.four:hover p:last-child {
padding: 0 53px 0 0;
}

.right-flex li.four:hover p:last-child img {
border: 3px solid #78c0ff;
border-radius: 6px;
}

.navBox-bgm {
display: none;
}
}

@media(max-width:1100px) {
.right-flex .four, .right-flex .right-close, .right-flex .two, .right-flex li.one {
display: none !important;
}

.right-flex, .right-flex li {
width: 40px;
height: 40px;
}

.right-flex li .ico {
width: 40px;
height: 20px;
}

.right-flex .to-top em {
margin-top: 0;
font-size: 12px;
line-height: 30px;
}

.right-flex {
top: 100%;
}

.right-flex li .ico.ico08 {
background: url(../images/zdicon.png) no-repeat center center;
background-size: 60%;
}
}

@media screen and (max-width:1679px) {
.w1600 {
width: 90%;
}

.section5 .section5-ul li {
padding: 8% 15% 11% 11%;
}

.section4 .section4-font .dec {
height: 220px;
}

.section4 .section4-ul li {
padding: 17.5% 2% 7.3% 2%;
}

#search-form {
right: 5%;
}

.headfixed .menu-list > ul {
padding-left: 12%;
}

.headfixed .btn-list {
width: 21%;
}

.banner .swiper-pagination {
right: 5%;
}

.headfixed .logo {
width: 25%;
}

.headfixed .menu-list {
width: 75%;
}

.section3 .section3-left {
padding-left: 5%;
width: 47%;
}

.section3 .section3-right {
width: 53%;
}

.mainer .banner .banner-img .swiper-scimg {
width: 700px;
height: 550px;
}

.banner .swiper-scft5 span {
font-size: 30px;
}

.banner .swiper-scft2 span, .banner .swiper-scft3 span, .banner .swiper-scft6 span, .banner .swiper-scft7 span, .banner .swiper-scft9 span {
font-size: 24px;
}

.banner .swiper-scft1 span, .banner .swiper-scft3, .banner .swiper-scft7, .banner .swiper-scft8, .banner .swiper-scft9 {
font-size: 20px;
}

.banner .swiper-scft8 span {
font-size: 28px;
}
}

@media screen and (max-width:1459px) {
.mainer {
margin-top: 80px;
}

.menu-list h3 a {
height: 80px;
line-height: 80px;
}

.headfixed .logo-img {
padding-right: 20px;
}

.headfixed .logo-img img {
width: 100%;
}

.navBox-bgm {
padding: 80px 0 30px;
}

.menu-dl {
top: 100px;
}

.w1400 {
width: 90%;
}

.headfixed .logo-font {
width: calc(100% - 120px);
font-size: 16px;
}

.headfixed .logo {
width: 27%;
}

.headfixed .menu-list {
width: 73%;
}

.headfixed .menu-list > ul {
padding: 0 2%;
width: 75%;
}

.headfixed .btn-list {
width: 25%;
}

.section2 .section2-ul::after {
right: 5%;
}

.section3 .section3-tab a {
font-size: 26px;
}

.section3 .section3-num span {
font-size: 32px;
line-height: 46px;
}

.section3 .section3-numb span {
font-size: 24px;
}

.section5 .section5-right {
padding-right: 2.5%;
padding-left: 10.5%;
}

.section5 .section5-ul li {
padding: 8% 11% 11% 11%;
}

.section1 .section1-left .section1-font {
padding: 4% 4% 9% 4%;
}

.menu-list h3::before {
right: -20px;
}

.mainer .banner .banner-img .swiper-scimg {
width: 650px;
height: 500px;
}

.banner .swiper-scft5 span {
font-size: 24px;
}

.banner .swiper-scft1, .banner .swiper-scft2, .banner .swiper-scft4 {
font-size: 16px;
line-height: 30px;
}

.banner .swiper-scft2 span, .banner .swiper-scft3 span, .banner .swiper-scft6 span, .banner .swiper-scft7 span, .banner .swiper-scft9 span {
font-size: 20px;
}

.banner .swiper-scft8 span {
font-size: 24px;
}

.banner .swiper-scBox {
padding: 0;
}

.banner .swiper-scBox > div {
margin-top: 10px;
}
}

@media screen and (max-width:1366px) {
.section2 .section2-btn em {
width: 32px;
height: 32px;
line-height: 32px;
}

.section1 .section1-left .section1-font {
padding: 4% 4% 10% 4%;
}

.section1 .section1-swiper .section1-font .tit {
padding-right: 6%;
}

.section2 .section2-ul::after {
right: 2%;
}

.section3 .section3-left {
padding-right: 3%;
}

.menu-list h3::before {
right: -25px;
}

.headfixed .menu-list > ul {
padding: 0 3%;
}

.headfixed .logo-font {
display: none;
}

.headfixed .logo-img {
border-right: 0;
}

.headfixed .logo {
width: auto;
}

.headfixed .menu-list {
width: 85%;
}

.mainer .banner .banner-img .swiper-scimg {
width: 550px;
height: 450px;
}

.banner .bd ul li {
width: auto;
flex: none;
}

.footer .footerphone-menu {
padding-right: 5%;
}
}

@media screen and (max-width:1259px) {
.menu-list h3::before {
right: -23px;
}

.menu-list h3 a {
height: 80px;
line-height: 80px;
}

.headfixed .logo-img {
width: auto;
}

.mainer {
margin-top: 80px;
}

.section1 .section1-rtul-tit {
font-size: 16px;
}

.section1 .section1-swiper .section1-font .tit {
font-size: 20px;
}

.section1 .section1-left .section1-font {
padding: 4% 4% 11% 4%;
}

.section2 .section2-font {
padding-right: 6%;
}

.section2 .section2-tit {
margin-top: 2%;
}

.section1 .tag {
font-size: 12px;
}

.section3 .section3-list, .section4 .section4-ul {
flex-wrap: wrap;
}

.section3 .in-tit, .section3 .section3-left {
margin: 0 auto;
padding-right: 0;
padding-left: 0;
width: 90%;
}

.section3 .section3-right {
margin: 0 auto;
margin-top: 30px;
width: 80%;
}

.section3 .section3-tab {
margin-bottom: 20px;
}

.section3 .section3-tab li {
margin-right: 5%;
margin-bottom: 10px;
}

.section6 .section6-ul li {
margin-right: 1%;
}

.section6 .section6-font {
padding: 10px 20px;
font-size: 14px;
}

.section6 .section6-name {
margin-top: 5px;
font-size: 14px;
}

.footer .footerphone-menu h3 a {
font-size: 18px;
}

.footer .foot-cen dd:first-child span {
font-size: 22px;
}

.foot-cenb span {
padding-left: 5px;
font-size: 16px;
}

.foot-cenb img {
width: 26px;
}

.section5 .section5-left {
margin-top: 15%;
}

.section4 .section4-ul li {
padding: 17.5% 2% 4.3% 2%;
}

.menu-list h3 {
margin: 0 10px;
}

.section2 .tit {
font-size: 24px;
}

.in-tit .dec {
margin-top: 5px;
font-size: 16px;
line-height: 28px;
}

.in-tit h3 span {
vertical-align: -3px;
font-size: 36px;
line-height: 26px;
}

.section4 .section4-font .num {
font-size: 34px;
}

.section4 {
background-image: none !important;
}

.section4 .section4-font .dec {
height: 150px;
}

.section5 .section5-right {
padding-right: 0;
}

.section5 .section5-left {
width: 30%;
}

.section5 .section5-right {
padding-left: 4%;
width: 70%;
}

.section5.box-on::before {
height: 450px;
}

.section3 .section3-num span {
font-size: 32px;
}

.section3 .section3-num {
font-size: 22px;
}

.section4 .section4-ul li {
width: 33.333%;
}

.section4 .section4-ul li:last-child, .section4 .section4-ul li:nth-last-child(2) {
padding: 9.5% 2% 4.3% 2%;
width: 50%;
}

.section4 .section4-ul li:last-child .section4-font .dec, .section4 .section4-ul li:nth-last-child(2) .section4-font .dec {
height: 100px;
}

.section4 .section4-font .tit, .section5 .section5-font .tit {
font-size: 24px;
}

.headfixed .menu-list > ul {
padding: 0;
}

.navBox-bgm {
padding: 80px 0 90px;
}

.headfixed .logo-img img {
max-width: 100px;
}

.menu-list h3 {
margin: 0;
}

.headfixed .menu-list > ul, .section2 .section2-tit {
display: none;
}

.btn-phone, .full-main-nav {
display: block;
width: 30px;
}

.headfixed .menu-list {
width: 30%;
}

.headfixed .mobile-nav-box > ul > li > h3 {
padding: 15px 30px;
text-align: left;
}

.headfixed .mobile-nav-box > ul > li > h3 > a {
display: inline;
}

.headfixed .btn-list {
width: 100%;
}

.headfixed {
padding: 8px 0;
box-shadow: 0 1px 4px 1px #f1f1f1;
}

.headfixed .mobile-nav-box .link-tit > i, .headfixed .mobile-nav-box > ul > li > h3 > i {
top: 15px;
right: 50px;
}

.headfixed .mobile-nav-box .head-subnav {
padding: 20px 50px;
}

.headfixed .mobile-nav-box .head-suba > a, .headfixed .mobile-nav-box .head-subnav > a {
padding: 6px 0;
}

.mobile-nav-box {
top: 72px;
}

.menu-list .head-subnav a::before {
display: none;
}

.menu-list .head-subnav a.active, .menu-list .head-subnav a:hover {
background-color: transparent;
}

.headfixed .mobile-nav-box .head-suba > a, .headfixed .mobile-nav-box .head-subnav > a {
padding-left: 0;
}

.headfixed .mobile-nav-box ul li {
padding: 0;
}

.menu-list h3 a {
height: auto;
}

.headfixed.headerbgm .menu-list h3 a {
height: auto;
line-height: 30px;
}

.headfixed .btn-list .btn-right {
margin-right: 10%;
width: calc(100% - 30px);
}

.headfixed {
padding: 10px 0;
}

.mainer {
margin-top: 72px;
}

.headfixed.top {
top: 0;
}
}

@media screen and (max-width:1100px) {
.section1 .section1-rtli .swiper-container {
margin-top: 20px;
}

.section1 .section1-swiper {
margin-top: 25px;
}

.section1 .section1-left .section1-font {
padding: 4% 4% 14% 4%;
}

.section1 .section1-rtli .section1-font .tit {
font-size: 16px;
line-height: 28px;
}

.in-tit h3 {
font-size: 28px;
}

.section2 .tit {
font-size: 22px;
}

.section2 .section2-ul {
flex-wrap: wrap;
}

.section2 .section2-ul li {
width: 100%;
}

.section2 .section2-ul li {
padding: 4% 4% 0 4%;
}

.section2 .section2-ul .tit {
display: block;
}

.section2 .section2-ul {
margin-top: 25px;
padding-top: 0;
}

.section2 .section2-ul .tit {
margin-bottom: 40px;
}

.section2 .section2-font {
padding-right: 0;
}

.section2 .section2-ul::after {
top: 100%;
transform: translateY(-100%);
}

.section3 .section3-tab a {
font-size: 24px;
}

.section3 .section3-tab li {
margin-right: 3.5%;
}

.section3 .section3-right {
width: 90%;
}

.section3 .section3-number {
padding: 0 4%;
}

.footer .footerphone-menu h3 a {
font-size: 16px;
}

.section4 .in-tit {
position: static;
margin: 0 auto;
margin-bottom: 30px;
width: 90%;
transform: translateY(0);
}

.section4 .section4-ul li {
padding: 10.5% 2% 4.3% 2%;
}

.section5 .section5-left {
margin-top: 20%;
padding-right: 1.5%;
}

.section4 .in-tit h3 {
color: #333;
}

.section4 .in-tit .dec {
color: #888;
}

.section5.box-on::before, .section5::before {
height: 300px;
}

.menu-list .head-subnav a {
margin-bottom: 0;
}

.footer {
padding-top: 50px;
}

.pic:hover img, .section1 .swiper-slide:hover .section1-img img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-ms-transform: scale(1);
}

.section3 li:hover .section3-icon img, .section5 .section5-ul li:hover .section5-icon img, .section8 .section8-list li:hover .section8-icon img {
transform: translateY(0);
}

.headfixed .menu-list {
width: 40%;
}

.mainer .banner .banner-img .swiper-scimg {
width: 450px;
height: 350px;
}
}

@media screen and (max-width:980px) {
.headfixed .menu-list {
width: 45%;
}

.headfixed {
padding: 6px 0;
}

.mainer {
margin-top: 62px;
}

.mobile-nav-box {
top: 62px;
}

.footer .foot-bot, .footer .foot-cen, .section1 .section1-list, .section5 > div {
flex-wrap: wrap;
}

.footer .foot-copy, .footer .foot-ct, .footer .foot-dl, .footer .foot-share, .section1 .section1-left, .section1 .section1-right, .section5 .section5-left, .section5 .section5-right {
width: 100%;
}

.section1 .section1-right, .section5 .section5-right {
padding-left: 0;
}

.section1 .section1-right, .section5 .section5-right {
margin-top: 40px;
}

.section1 .section1-left .section1-font {
padding: 4% 4% 7% 4%;
}

.section3 .section3-number {
padding: 0;
}

.section3 .section3-num span {
font-size: 36px;
}

.section3 .section3-number .dec {
font-size: 14px;
}

.section4 .section4-font .dec {
margin-bottom: 50px;
height: 200px;
}

.footer .foot-copy, .footer .foot-ct, .section5 .in-tit {
text-align: center;
}

.section5 .section5-left {
margin-top: 0;
padding-left: 0;
}

.section2 .section2-btn em {
width: 26px;
height: 26px;
line-height: 26px;
}

.section1 .section1-tit .dec span, .section2 .section2-btn span {
font-size: 14px;
}

.section1 .section1-tit .dec {
margin-top: 3px;
}

.section2 .section2-name .name {
font-size: 20px;
}

.banner .pub-pbanner, .footer .footerphone-menu {
display: none;
}

.banner .pub-mbanner {
display: block;
}

.footer .foot-ewm {
margin: 0 auto;
}

.footer .foot-dl, .footer .foot-share .bshare-custom {
justify-content: center;
}

.footer .foot-dl {
margin-bottom: 30px;
}

.footer .foot-copy {
margin-top: 10px;
}

.in-tit h3 {
font-size: 26px;
}

.section4 .section4-ul li:last-child .section4-font .dec, .section4 .section4-ul li:nth-last-child(2) .section4-font .dec {
height: 120px;
}

.banner .swiper-scBox {
top: 10%;
}
}

@media screen and (max-width:767px) {
.headfixed .btn-list .tel, .section2 .section2-btn em, .section3 .swiper-slide::after {
display: none;
}

.headfixed .mobile-nav-box > ul > li > h3 {
padding: 10px 20px;
}

.headfixed .mobile-nav-box .link-tit > i, .headfixed .mobile-nav-box > ul > li > h3 > i {
top: 8px;
right: 30px;
}

.in-tit .dec {
margin-top: 3px;
}

.footer .foot-cen dd, .section1 .section1-left .section1-tit .tit, .section2 .section2-font, .section3 .section3-number li {
text-align: center;
}

.section1 .section1-tpul {
justify-content: center;
}

.section1 .section1-tpul li {
margin-right: 10%;
}

.section1 .section1-tpul li::before {
right: -16px;
}

.section1 .section1-list {
margin-top: 15px;
}

.section1 .section1-right, .section1 .section1-rtul, .section1 .section1-swiper, .section2 .section2-ul, .section3 .section3-right, .section5 .section5-right {
margin-top: 20px;
}

.section1 .section1-swiper .section1-font .tit {
font-size: 18px;
line-height: 30px;
}

.section1 .section1-left .section1-font {
padding: 20px 20px 50px 20px;
}

.headfixed .btn-list .btn-right {
margin-right: 20%;
}

.banner .swiper-pagination {
bottom: 10px !important;
}

.section1 .section1-swiper .section1-font .tit {
padding-right: 0;
}

.section1 .section1-right .section1-rttop .section1-tit {
display: flex;
flex-direction: row;
justify-content: space-between;
}

.footer .foot-dl, .section1 .section1-rttop, .section2 .section2-li, .section5 .section5-right {
flex-wrap: wrap;
}

.footer .foot-cen dd, .section1 .section1-rtli, .section2 .section2-font, .section2 .section2-img, .section4 .section4-ul li:last-child, .section4 .section4-ul li:nth-last-child(2), .section5 .section5-ul, .section5 .section5-ul li {
width: 100%;
}

.section1 .section1-rtbot {
display: block;
}

.footer .foot-cen dd, .section1 .section1-rtli, .section5 .section5-ul {
margin-right: 0;
margin-bottom: 10px;
}

.section1 .section1-rtli:last-child {
margin-bottom: 0;
}

.section1 .section1-simg .img1 img, .section1 .section1-simg .img2 img {
max-width: 35px;
}

.section1 .section1-simg .img1 {
margin-right: 10px;
}

.section2 .section2-ul .tit {
margin-bottom: 20px;
padding-bottom: 15px;
}

.section2 .section2-tit .tit::after, .section2 .section2-ul .tit::after {
width: 30px;
}

.section3 .section3-num {
font-size: 16px;
}

.section3 .section3-number .dec {
min-height: 45px;
white-space: unset;
font-size: 14px;
}

.section2 .section2-name .name-dec {
margin-top: 10px;
font-size: 16px;
}

.section2 .section2-img img {
max-width: 220px;
}

.section2 .section2-font {
margin-top: 25px;
}

.section2 .section2-ul li {
padding: 0;
padding-bottom: 30px;
}

.section2 .section2-ul li:last-child {
padding-bottom: 0;
}

.section2 .section2-ul {
padding: 50px 20px;
}

.footer .foot-ewm .img p {
margin-top: 5px;
}

.section3 .section3-tab {
margin-bottom: 5px;
}

.section3 .section3-number {
position: static;
z-index: 3;
transform: translate(0);
flex-wrap: wrap;
}

.section3 .section3-number li, .section4 .section4-ul li {
width: 50%;
}

.section3 .section3-number li {
width: 47%;
}

.section3 {
padding-bottom: 35px;
}

.footer .foot-dl, .section4 .in-tit, .section5 .section5-ul, .section5 .section5-ul li {
margin-bottom: 20px;
}

.footer .foot-cen dd:last-child, .section5 .section5-ul li:last-child, .section5 .section5-ul:last-child {
margin-bottom: 0;
}

.headfixed .menu-list {
width: 55%;
}

.section4 .section4-font .dec {
margin-top: 10px;
}

.section4 .section4-font .num {
font-size: 30px;
}

.section4 .section4-font .dec, .section4 .section4-ul li:last-child .section4-font .dec, .section4 .section4-ul li:nth-last-child(2) .section4-font .dec {
margin-bottom: 20px;
height: auto;
}

.section4 .section4-ul li, .section4 .section4-ul li:last-child, .section4 .section4-ul li:nth-last-child(2) {
padding: 40px 20px;
width: 100%;
}

.section5 .section5-ul li {
padding: 30px 20px;
}

.section5 .section5-icon {
width: 60px;
height: 60px;
}

.section5 .section5-font .tit {
margin: 6px 0;
}

.headfixed .mobile-nav-box .head-subnav {
padding: 10px 30px;
}

.footer .foot-cen {
padding: 15px 0 20px 0;
}

.footer {
padding-top: 30px;
}

.footer .foot-dl {
justify-content: center;
}

#search-form {
width: 90%;
}

.section3 .section3-tab a, .section5 .section5-font .tit {
font-size: 22px;
}

.section1 .section1-rtul li {
padding: 12px 0;
}

.mainer .banner .banner-img .swiper-scimg {
width: 320px;
height: 220px;
}

.mainer .banner .banner-img .swiper-scimgBox {
left: 8%;
}

.banner .swiper-scBox {
top: 0;
}

.banner .swiper-scft1 span, .banner .swiper-scft2 span, .banner .swiper-scft3, .banner .swiper-scft3 span, .banner .swiper-scft5, .banner .swiper-scft5 span, .banner .swiper-scft6, .banner .swiper-scft6 span, .banner .swiper-scft7, .banner .swiper-scft7 span, .banner .swiper-scft8, .banner .swiper-scft9, .banner .swiper-scft9 span {
font-size: 16px;
}

.banner .swiper-scft1, .banner .swiper-scft2, .banner .swiper-scft4 {
font-size: 14px;
}

.foot-tjdm {
width: 100%;
}

.section3 .section3-numb {
margin-bottom: 0px;
}

.section3 .section3-numb span {
font-size: 22px;
}
}

@media screen and (max-width:360px) {
.section2 .section2-btn em {
display: none;
}

.section2 .section2-btn span {
margin-right: 0;
}

.section2 .section2-ul {
padding: 30px 15px;
}

.mainer .banner .banner-img .swiper-scimg {
width: 280px;
height: 180px;
}
}

.syly {
margin-top: 5%;
text-align: center;
}

.syly button {
display: inline-block;
padding: 8px 8%;
border: 1px solid #2b85d3;
background-color: #2b85d2;
color: #fff;
font-size: 16px;
cursor: pointer;
}

.syly button:hover {
background-color: #4c9de3;
color: #fff;
}

.joinfo-tag {
display: none;
}

.zsns .swiper-pagination {
position: static;
}
