﻿body {
width: 100%;
max-width: 1920px;
margin: 0 auto;
overflow-x: hidden;
}

.w1600 {
width: 100%;
max-width: 1600px;
margin: 0 auto;
}

.w1500 {
width: 100%;
max-width: 1500px;
margin: 0 auto;
}

.w1400 {
width: 100%;
max-width: 1400px;
margin: 0 auto;
}

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-pagination {
width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
bottom: 0px;
text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
width: 50px;
height: 50px;
border-radius: 50%;
background: url(../images/in-hprev.png)#158add no-repeat center center;
}

.swiper-button-next {
background: url(../images/in-hnext.png)#158add no-repeat center center;
}

.swiper-button-prev:hover {
background: url(../images/in-hprev.png)#eb9228 no-repeat center center;
}

.swiper-button-next:hover {
background: url(../images/in-hnext.png)#eb9228 no-repeat center center;
}
/* è§†é¢‘å¼¹çª— */
.videobox:hover {
animation: swing 1s;
}

.popvideo iframe {
width: 100%;
}

.popvideo video {
width: 100%;
object-fit: fill;
}

.popvideobg {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 100%;
height: 100%;
z-index: 999;
background: rgba(0, 0, 0, 0.6);
display: none;
}

.popvideobox {
position: absolute;
top: 50%;
width: 100%;
left: 50%;
transform: translate(-50%, -50%);
}

.popvideo {
max-width: 1000px;
margin: 0px auto;
padding: 0px 20px;
position: relative;
}

.close-video-btn {
display: block;
width: 25px;
height: 25px;
position: absolute;
right: 45px;
top: -15px;
cursor: pointer;
margin: -20px -20px 0 0;
z-index: 9;
}

.close-video-btn::after {
content: '';
position: absolute;
top: 10px;
width: 20px;
height: 2px;
background-color: #FFF;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.close-video-btn::before {
content: '';
position: absolute;
top: 10px;
width: 20px;
height: 2px;
background-color: #FFF;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.headfixed.headerbgm {
background: rgba(255, 255, 255, 1);
}
/* .headfixed.headerbgm .menu-list h3 a {
height: 80px;
line-height: 80px;
color: #333;
} */
.headfixed.top {
top: 0px;
}

.btn-phone,
.full-main-nav {
display: none;
}

.headfixed {
position: fixed;
top: 15px;
left: 0;
width: 100%;
z-index: 99;
background: #ffffff;
/* background: rgba(255, 255, 255, 1); */
padding: 0px;
/* box-shadow: 0 1px 4px 1px #f1f1f1; */
transition: all 0.5s;
}

.headfixed > div {
align-items: center;
}

.headfixed-on {
display: none;
}

.headfixed .logo {
overflow: hidden;
}

.headfixed .logo a {
align-items: center;
}

.headfixed .menu-list {
width: 73.5%;
align-items: center;
}

.headfixed .menu-list > ul {
width: 100%;
padding-right: 9.5%;
}

.headfixed .menu-list > ul > li {
vertical-align: top;
position: relative;
}

.headfixed .menu-list > ul > li:hover .nav-two {
display: block !important;
}

.headfixed .mobile-nav-box > ul > li > a {
font-size: 14px;
text-align: center;
letter-spacing: 2px;
color: #282828;
}

.headfixed .mobile-nav-box ul li {
width: 100%;
padding: 12px 0px;
border-bottom: 1px solid rgb(221, 221, 221);
}

.headfixed .mobile-nav-box > ul li a {
color: #716b61;
line-height: 30px;
text-align: left;
}

.headfixed .mobile-nav-box > ul > li > h3.cur > i::before {
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.headfixed .btn-list {
width: 20px;
text-align: center;
align-items: center;
}

.headfixed .btn-list .btn-right {
width: 100%;
align-items: center;
margin-left: 20px;
}

.headfixed .btn-menu {
margin: 0 auto;
display: none;
}

.headfixed .btn-menu .mobile-nav {
color: #ffffff;
font-size: 13px;
display: block;
width: 36px;
height: 36px;
text-align: center;
line-height: 36px;
}

input::-webkit-input-placeholder {
font-size: 12px;
}

.headfixed .toggle-btn {
width: 100%;
height: 30px;
position: relative;
display: block;
}

.headfixed .toggle-btn span {
width: 26px;
height: 2px;
background: #333;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}

.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);
-ms-transform: translate(-50%, 7px) rotate(45deg);
-o-transform: translate(-50%, 7px) rotate(45deg);
transform: translate(-50%, 7px) rotate(45deg);
}

.headfixed .toggle-btn.cur span:nth-child(2) {
opacity: 0;
}

.headfixed .toggle-btn.cur span:last-child {
-webkit-transform: translate(-50%, -3px) rotate(-45deg);
-ms-transform: translate(-50%, -3px) rotate(-45deg);
-o-transform: translate(-50%, -3px) rotate(-45deg);
transform: translate(-50%, -3px) rotate(-45deg);
bottom: 10px;
}

.mobile-nav-box {
position: fixed;
top: 70px;
z-index: 99;
left: 0;
width: 100%;
height: 100%;
overflow-y: auto;
background: rgba(255, 255, 255, 1);
padding: 0 0 60px 0;
border-top: 1px solid rgb(221, 221, 221);
display: none;
}

.headfixed .mobile-nav-box > ul > li > h3 {
position: relative;
padding: 0 30px;
}

.headfixed .mobile-nav-box .head-subnav {
width: 100%;
display: none;
padding: 8px 40px;
background: #f5f5f5;
}

.headfixed .mobile-nav-box .head-subnav .link-tit {
text-align: left;
position: relative;
}

.headfixed .mobile-nav-box .head-subnav .link-tit a {
width: 100%;
line-height: 45px;
text-align: left;
font-size: 15px;
color: #333;
display: block;
}

.headfixed .mobile-nav-box > ul > li > h3 > a {
font-size: 16px;
text-align: center;
letter-spacing: 2px;
padding: 5px 0;
color: #333;
text-align: left;
}

.headfixed .mobile-nav-box .head-suba {
display: none;
}

.headfixed .mobile-nav-box .head-suba > a,
.headfixed .mobile-nav-box .head-subnav > a {
font-size: 14px;
display: block;
text-align: center;
letter-spacing: 2px;
color: #333;
text-align: left;
padding: 0 15px;
padding-left: 15px;
}

.headfixed .mobile-nav-box > ul > li > h3 > i,
.headfixed .mobile-nav-box .link-tit > i {
position: absolute;
top: 0;
right: 30px;
height: 100%;
width: 80px;
}

.headfixed .mobile-nav-box .link-tit > i {
right: -10px;
}

.headfixed .mobile-nav-box > ul > li > h3 > i::before,
.headfixed .mobile-nav-box .link-tit > i::before {
content: "";
position: absolute;
top: 10px;
right: 0px;
width: 10px;
height: 10px;
border-bottom: solid 1px #aaa;
border-left: solid 1px #aaa;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
/* app lanuage */
.app-lanu {
text-align: center;
padding: 20px 0;
display: none;
}

.app-lanu a {
display: inline-block;
padding: 0 10px;
line-height: 24px;
color: #333;
}

.app-lanu a.active {
color: white;
background: #2460b1;
border-radius: 30px;
}
/* æœç´ æŒ‰é’® */
.btn-search {
width: 20px;
height: 20px;
}

.header-button,
.headfixed .header-button {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-indent: -119988px;
overflow: hidden;
text-align: left;
text-transform: capitalize;
position: relative;
z-index: 1;
display: block;
width: 100%;
height: 100%;
margin: 0 auto;
padding: 0;
outline: none;
background: url(../images/in-ssicon.png) no-repeat right center;
border: none;
cursor: pointer;
}

.headfixed.headerbgm .header-button {
background: url(../images/in-ssicon.png) no-repeat right center;
}

#toggle-search.open:after {
top: 40px;
color: #ffffff;
}

#search-form {
-moz-transition: max-height, 0.5s;
-o-transition: max-height, 0.5s;
-webkit-transition: max-height, 0.5s;
transition: max-height, 0.5s;
position: absolute;
top: 98%;
right: 13.2%;
width: 400px;
max-height: 0;
overflow: hidden;
background: #ffffff;
}

#search-form.open {
max-height: 50px;
border: 1px solid #f1f1f1;
}

#search-form fieldset {
position: relative;
margin: 0 60px 0 0;
padding: 0;
border: none;
z-index: 9;
width: 85%;
}

#search-form input {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
height: 50px;
}

#search-form .search {
width: 100%;
padding: 0 5px 0 22px;
background: #ffffff;
border: none;
color: #666666;
font-size: 16px;
z-index: 9;
}

#search-form .header-btn {
position: absolute;
bottom: 0;
right: 0;
width: 15%;
margin: 0;
padding: 0;
font-weight: 700;
text-transform: uppercase;
color: #ffffff;
background: url(../images/in-hssicon.png) no-repeat center #0787d8;
border: none;
cursor: pointer;
z-index: 11;
}
/* nav */
.menu-list > ul > li:hover h3 a,
.menu-list > ul > li.cur h3 a,
.headfixed.headerbgm .menu-list > ul > li.cur h3 a,
.headfixed.headerbgm .menu-list > ul > li:hover h3 a {
color: #0787d8;
}

.menu-list > ul > li.cur h3 a::after,
.menu-list > ul > li:hover h3 a::after {
width: 55px;
}

.menu-list h3 {
margin: 0 15px;
position: relative;
}

.menu-list h3 .icon-down {
color: #0787d8;
font-weight: bold;
font-size: 14px;
position: absolute;
top: 53%;
right: -20px;
transform: translateY(-53%);
opacity: 0;
}

.menu-list > ul > li:hover h3 .icon-down,
.headfixed.headerbgm .menu-list > ul > li:hover h3 .icon-down {
opacity: 1;
}

.menu-list h3 a {
height: 80px;
line-height: 80px;
position: relative;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
color: #333333;
font-size: 18px;
display: block;
}

.menu-list h3 a::after {
content: "";
position: absolute;
bottom: 0px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
height: 3px;
width: 0;
background-color: #0787d8;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.menu-list > ul > li .head-subnav {
display: block !important;
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translate(-50%, 10px);
-ms-transform: translate(-50%, 10px);
-o-transform: translate(-50%, 10px);
transform: translate(-50%, 10px);
min-width: 180px;
background: rgba(255, 255, 255, 1);
padding: 10px 0;
pointer-events: none;
opacity: 0;
border-top: 0;
}

.menu-list > ul > li:hover .head-subnav {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
pointer-events: auto;
opacity: 1;
}

.menu-list .head-subnav a {
padding: 12px 0;
color: #333;
display: block;
font-size: 16px;
position: relative;
border-bottom: solid 1px #efefef;
text-align: center;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.menu-list .head-subnav a:last-child {
border-bottom: 0px;
}

.menu-list .lang-box {
top: 100%;
width: 100%;
}

.menu-list .lang-box a {
padding: 8px 0;
}
/* banner */
.mainer {
margin-top: 90px;
}

.mainer .banner .banner-img,
.mainer .banner {
position: relative;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
bottom: 10px;
}

.mainer .banner .banner-img img {
width: 100%;
margin: 0 auto;
}

.mainer .banner .swiper-container-horizontal > .swiper-pagination-bullets,
.mainer .banner .swiper-pagination-custom,
.mainer .banner .swiper-pagination-fraction {
bottom: 30px;
}

.banner .swiper-font {
width: 100%;
position: relative;
z-index: 3;
}

.banner .swiper-fontlist {
width: 100%;
z-index: 3;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%); /* display: none; */
}

.banner .pub-pbanner,
.banner .pub-mbanner {
width: 100%;
}

.banner .pub-mbanner {
display: none;
}

.banner .swiper-font .swiper-h2 {
margin-top: 10px;
}

.banner .swiper-font .swiper-h2 h2 {
font-size: 0.80rem;
line-height: 1.2;
letter-spacing: 2px;
font-weight: bold;
color: #ffffff;
position: relative;
}

.banner .swiper-font .swiper-h2 h2 span {
font-size: 70px;
vertical-align: middle;
}

.banner .swiper-font .swiper-h3 {
padding-top: 35px;
}

.banner .swiper-font .swiper-h3 h3 {
font-size: 0.40rem;
line-height: 1.2;
letter-spacing: 1px;
font-weight: lighter;
color: #ffffff;
}

.banner .swiper-font .swiper-p {
font-family: "SourceHanSansSC";
font-size: 22px;
line-height: 24px;
color: #ffffff;
margin-top: 15px;
}

.banner .swiper-pagination {
width: auto;
bottom: 20px !important;
left: 50%;
transform: translateX(-50%);
}

.banner .loading {
margin: 0 5px;
width: 24px;
height: 24px;
position: relative;
border: 1px solid transparent;
background: transparent;
border-radius: 50%;
}

.banner .loading.swiper-pagination-bullet-active {
border-color: rgba(255, 255, 255, .2);
border-radius: 50%;
}

.banner .loading .c-progress {
position: absolute;
width: 6px;
height: 6px;
background-color: #fff;
border-radius: 50%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
text-align: center;
}

.banner .loading.swiper-pagination-bullet-active .c-progress {
background-color: #FFFFFF;
}

.banner .loading .left,
.banner .loading .right {
opacity: 0;
width: 12px;
height: 24px;
overflow: hidden;
position: absolute;
left: -1px;
top: -1px;
overflow: hidden;
}

.banner .loading.swiper-pagination-bullet-active .left,
.banner .loading.swiper-pagination-bullet-active .right {
opacity: 1;
}

.banner .loading .right {
left: auto;
right: -1px;
top: -1px;
}

.banner .loading .left:after,
.banner .loading .right:after {
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
width: 12px;
height: 24px;
border: 1px solid #fff;
border-radius: 12px 0 0 12px;
border-right: 0;
}

.banner .loading .right:after {
content: "";
position: absolute;
display: block;
border-radius: 0 12px 12px 0;
border: 1px solid #fff;
border-left: 0;
}

.banner .loading.swiper-pagination-bullet-active .left:after {
transform-origin: right center;
/* animation-iteration-count: infinite; */
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-iteration-count: infinite; */
animation-timing-function: linear;
animation-name: spin-right;
}

.swiper-pagination-bullet {
width: 9px;
height: 9px;
margin: 0 6px;
background-color: rgba(7, 135, 216, 0.5);
opacity: 1;
}

.swiper-pagination-bullet-active {
background-color: #0787d8;
}

@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-num {
-webkit-animation: fadeInLeft 2.8s;
animation: fadeInLeft 2.8s;
}

.banner .swiper-slide-active .swiper-tag h4 {
-webkit-animation: fadeInDown 2.8s;
animation: fadeInDown 2.8s;
}

.banner .swiper-slide-active .swiper-font .swiper-h2 h2 {
-webkit-animation: fadeInDown 2.8s;
animation: fadeInDown 2.8s;
}

.banner .swiper-slide-active .swiper-font .swiper-h3 h3 {
-webkit-animation: fadeInDown 2.8s;
animation: fadeInDown 2.8s;
}

.banner .swiper-slide-active .en1 {
-webkit-animation: fadeInDown 3.5s;
animation: fadeInDown 3.5s;
}

.banner-img .swiper-button-prev,
.banner-img .swiper-button-next {
display: none;
}

.banner .banner-img .swiper-num {
width: 365px;
height: 305px;
}

.banner .banner-img .swiper-num img {
width: auto;
}

.banner .swiper-tag .en {
font-family: "ArialMT";
font-size: 34px;
line-height: 30px;
letter-spacing: 1px;
color: #ffffff;
font-weight: bold;
}

.banner .swiper-tag .cn {
font-size: 22px;
letter-spacing: 1px;
color: #ffffff;
}

.banner .en1 {
font-family: "Microsoft-Yi-Baiti";
font-size: 0.54rem;
line-height: 0.6;
letter-spacing: 1px;
color: rgba(255, 255, 255, 0.77);
}

.banner .swiper-ft {
width: calc(100% - 365px);
padding-left: 25px;
}

.more {
width: 300px;
padding: 15px;
background-color: #0787d8;
border-radius: 28px;
text-align: center;
position: relative;
font-size: 16px;
color: #ffffff;
overflow: hidden;
display: block;
margin: 0 auto;
margin-top: 50px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.more span {
position: relative;
z-index: 2;
}

.more::before,
.pmore::before,
.insrecruit-list .rectue-send::before {
content: "";
position: absolute;
left: 0px;
top: 0px;
width: 0%;
height: 100%;
background-color: #0076C0;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.more:hover::before,
.pmore:hover::before,
.insrecruit-list .rectue-send:hover::before {
width: 100%;
}

.pmore:hover em {
margin-left: 10px;
}

.more1 {
width: 180px;
margin: 0;
}

.in-tit {
text-align: center;
}

.in-tit h2 {
font-size: 0.50rem;
line-height: 1;
color: #000000;
position: relative;
}

.in-tit h2 span {
font-family: "ArialMT";
font-size: 0.60rem;
line-height: 1;
font-weight: bold;
color: #0787d8;
vertical-align: -4px;
}

.in-tit .dec {
font-family: "ArialMT";
font-size: 18px;
color: #666666;
margin-top: 10px;
}

.in-tit .dec span {
font-size: 20px;
color: #2460b1;
}

.in-tit .dec a {
color: #04a4e5;
position: relative;
display: inline-block;
}

.in-tit .dec a b {
border-bottom: 2px solid #04a4e5;
}

.in-tit .dec a em {
font-size: 28px;
margin-left: 6px;
display: inline-block;
vertical-align: -6px;
}

.d2 {
animation-delay: 400ms;
-webkit-animation-delay: 400ms;
}

.section1 {
background-color: #f7f7f7;
}

.section1 .section1-list {
align-items: flex-start;
position: relative;
}

.section1 .section1-left {
width: 260px;
position: relative;
background: #fff;
}

.section1 .section1-left .tit {
font-size: 0.34rem;
color: #ffffff;
background-color: #0787d8;
padding: 4.5% 13%;
}

.section1 .section1-tab {
padding: 0 13%;
height: 540px;
overflow-x: hidden;
overflow-y: auto;
}

.section1 .section1-tab li {
border-bottom: 1px solid #F0F0F0;
position: relative;
}

.section1 .section1-tab li::before {
content: "";
position: absolute;
left: 0px;
bottom: 0px;
width: 0%;
height: 1px;
background: #0787d8;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.section1 .section1-tab li:last-child::before {
display: none;
}

.section1 .section1-tab li.active::before {
width: 100%;
}

.section1 .section1-tab li:last-child {
border-bottom: none;
}

.section1 .section1-tab a {
font-size: 16px;
color: #999999;
padding: 11% 0;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}

.section1 .section1-tab li.active a {
color: #0787d8;
font-weight: bold;
}

.section1 .section1-right {
width: calc(100% - 260px);
}

.section1 .section1-cont {
flex-wrap: wrap;
}

.section1 .section1-cont li {
width: 31.3%;
margin-left: 2%;
margin-top: 2%;
background-color: #ffffff;
position: relative;
overflow: hidden;
}

.section1 .section1-cont li:nth-child(1),
.section1 .section1-cont li:nth-child(2),
.section1 .section1-cont li:nth-child(3) {
margin-top: 0px;
}

.section1 .section1-cont a {
display: block;
width: 100%;
height: 100%;
padding: 6.8%;
}

.section1 .section1-img {
padding: 9.3% 0;
}

.section1 .section1-tit {
color: #333333;
line-height: 1.3;
text-align: center;
margin-top: 15px;
font-size: 16px;
}

.section1 .section1-tag {
font-size: 12px;
color: #ffffff;
position: absolute;
top: 6px;
left: -20px;
transform: rotate(-35deg);
width: 110px;
height: 25px;
line-height: 25px;
padding: 0 38px 0 22px;
background-color: #F7AF24;
}

.section1 .section1-Ntag {
background-color: #0891E8;
}

.section1 .section1-rtli {
position: relative;
display: none;
}

.section1 .section1-rtli:first-child {
display: block;
}

.section2 .section2-list {
height: 775px;
position: relative;
}

.section2 .section2-tit {
font-size: 28px;
line-height: 1.3;
color: #ffffff;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
position: relative;
}

.section2 .section2-tit::before {
content: "";
position: absolute;
width: 0px;
height: 2px;
left: 50%;
transform: translateX(-50%);
bottom: 0px;
background-color: #ffffff;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.section2 .section2-ul li:hover .section2-tit::before {
width: 30px;
}

.section2 .section2-dec {
font-family: "ArialMT";
line-height: 28px;
color: #ffffff;
text-align: center;
position: relative;
min-height: 85px;
margin-top: -5px;
display: none;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.section2 .section2-ctbt {
margin-top: 35px;
}

.section2 .section2-icon {
width: 50px;
height: 50px;
position: relative;
margin: 0 auto;
opacity: 0;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.section2 .section2-ul {
height: 100%;
}

.section2 .section2-ul li {
width: 25%;
height: 100%;
position: relative;
border-right: 1px solid rgba(255, 255, 255, 0.2);
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.section2 .section2-cont {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
padding: 8%;
}

.section2 .section2-bnt {
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 50%;
margin: 0 auto;
position: relative;
background: rgba(255, 255, 255, 0.3);
color: #fff;
font-size: 22px;
}

.section2 .section2-ul li:hover .section2-icon {
opacity: 1;
}

.section2 .section2-ul li:hover .section2-dec {
display: block;
}

.section2 .section2-ul li:hover .section2-bnt {
display: none;
}

.section3 .in-tit {
text-align: left;
}

.section3 .in-tit .dec {
font-size: 24px;
line-height: 1.3;
color: #0787d8;
margin-top: 20px;
}

.section3 .section3-left {
width: 54.5%;
position: relative;
padding-left: 13.2%;
padding-right: 6%;
text-align: justify;
}

.section3 .section3-right {
width: 45.5%;
position: relative;
}

.section3 .section3-dec {
line-height: 1.875;
color: #777777;
margin-top: 25px;
margin-bottom: 45px;
}

.section4 {
background-color: #0076c0;
padding: 45px 0;
}

.section4 .section4-font {
font-family: "ArialMT";
line-height: 22px;
color: #fff;
min-height: 40px;
margin-top: 10px;
}

.section4 .section4-num span {
font-family: "ArialMT";
font-weight: bold;
font-size: 0.58rem;
line-height: 1.3;
color: #fff;
}

.section4 .section4-ul li:nth-child(3) .section4-num span em {
font-size: 0.38rem;
}

.section4 .section4-num span em {
font-family: "ArialMT";
font-weight: bold;
font-size: 0.40rem;
}

.section4 .section4-num sup {
font-size: 22px;
font-weight: bold;
color: #fff;
display: inline-block;
vertical-align: top;
}

.section4 .section4-num {
width: calc(100% - 65px);
}

.section4 .section4-icon {
width: 65px;
height: 65px;
position: relative;
}

.section4 .section4-ul li {
width: 20%;
border-right: 1px solid rgba(255, 255, 255, .1);
position: relative;
padding: 0 2%;
}

.section4 .section4-icon img {
left: auto;
}

.section5 .section5-pc {
position: relative;
height: 490px;
}

.section5 .section5-num {
width: 270px;
height: 270px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #0787d8;
}

.section5 .section5-ul li {
position: absolute;
max-width: 150px;
}

.section5 .section5-ul li:nth-child(1) {
left: 0%;
top: 45%;
}

.section5 .section5-ul li:nth-child(2) {
left: 11.5%;
top: 8%;
}

.section5 .section5-ul li:nth-child(3) {
left: 13%;
top: 82%;
}

.section5 .section5-ul li:nth-child(4) {
left: 24%;
top: 27%;
}

.section5 .section5-ul li:nth-child(5) {
left: 23.5%;
top: 51%;
}

.section5 .section5-ul li:nth-child(6) {
left: 36.5%;
top: 13%;
}

.section5 .section5-ul li:nth-child(7) {
left: 36.5%;
top: 66%;
}

.section5 .section5-ul li:nth-child(8) {
left: 29.5%;
top: 93%;
}

.section5 .section5-ul li:nth-child(9) {
left: 59.5%;
top: 26%;
}

.section5 .section5-ul li:nth-child(10) {
left: 58.5%;
top: 73%;
}

.section5 .section5-ul li:nth-child(11) {
left: 62%;
top: 91%;
}

.section5 .section5-ul li:nth-child(12) {
left: 68.5%;
top: 10.5%;
}

.section5 .section5-ul li:nth-child(13) {
left: 69.5%;
top: 55%;
}

.section5 .section5-ul li:nth-child(14) {
left: 82%;
top: 21%;
}

.section5 .section5-ul li:nth-child(15) {
left: 78%;
top: 74%;
}

.section5 .section5-ul li:nth-child(16) {
left: 90.5%;
top: 42%;
}

.section5 .section5-mobile {
display: none;
}

.section5 .section5-mobile .swiper-container {
padding-top: 4%;
padding-bottom: 6%;
}

.section5 .section5-simg {
width: 100%;
height: 100px;
position: relative;
border: 1px solid #0787d8;
}

.section6 {
overflow: hidden;
position: relative;
}

.section6 .section6-tab {
margin-top: 15px;
}

.section6 .section6-tab li {
margin-right: 3%;
position: relative;
}

.section6 .section6-tab li::before {
content: "";
width: 1px;
height: 18px;
position: absolute;
top: 22%;
transform: translateY(-50%);
right: -20px;
background: #666666;
transform: rotate(25deg);
-webkit-transform: rotate(25deg);
-moz-transform: rotate(25deg);
}

.section6 .section6-tab li:last-child::before {
display: none;
}

.section6 .section6-tab li:last-child {
margin-right: 0px;
}

.section6 .section6-tab li.active a {
font-weight: bold;
color: #0076c0;
}

.section6 .section6-tab a {
font-size: 18px;
color: #666666;
}

.section6 .section6-font .tit {
font-size: 22px;
color: #000000;
margin-top: 25px;
}

.section6 .section6-font .dec {
line-height: 28px;
color: #666666;
margin-top: 10px;
margin-bottom: 25px;
}

.section6 .section6-font .btn span,
.section6 .section6-font .btn em,
.section6 .section6-time p {
font-size: 14px;
line-height: 28px;
color: #999999;
display: inline-block;
vertical-align: middle;
}

.section6 .section6-font .btn em {
font-size: 18px;
margin-right: 5px;
}

.section6 .section6-time {
position: absolute;
top: 10px;
left: 10px;
width: 75px;
padding-top: 15px;
text-align: center;
background-color: #ffffff;
}

.section6 .section6-time h5 {
font-family: "ArialMT";
font-size: 0.40rem;
line-height: 0.8;
color: #333333;
}

.section6 .swiper-slide:hover .section6-time,
.new1 .new1-ul li:hover .section6-time {
background-color: #0787d8;
}

.section6 .swiper-slide:hover .section6-time h5,
.section6 .swiper-slide:hover .section6-time p,
.new1 .new1-ul li:hover .section6-time h5,
.new1 .new1-ul li:hover .section6-time p {
color: #fff;
}

.section6 .section6-swpBox {
position: relative;
}

.section6 .section6-swpli {
position: absolute;
left: 0px;
top: 0px;
opacity: 0;
filter: alpha(opacity=0);
overflow: hidden;
pointer-events: none;
}

.section6 .section6-swpli.active {
position: relative;
opacity: 1;
filter: alpha(opacity=100);
pointer-events: auto;
}

.section6 .swiper-pagination {
display: none;
}

.section7 {
padding-bottom: 35px;
}

.section7 .section7-left {
width: 66.7%;
}

.section7 .section7-icon {
width: 45px;
height: 45px;
border: solid 1px #ffffff;
border-radius: 50%;
text-align: center;
line-height: 45px;
color: #fff;
font-size: 22px;
display: block;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.section7 .section7-ct {
width: calc(100% - 45px);
position: relative;
padding-left: 15px;
}

.section7 .section7-tit {
font-size: 28px;
line-height: 1.3;
color: #ffffff;
}

.section7 .section7-ct h4 {
font-size: 16px;
line-height: 1.2;
color: #ffffff;
margin-bottom: 6px;
}

.section7 .section7-ct .tel a {
font-family: "ArialMT";
font-weight: bold;
font-size: 28px;
line-height: 36px;
color: #ffffff;
}

.section7 .section7-ct .tel span {
font-size: 18px;
line-height: 1.2;
color: #ffffff;
}

.section7 .section7-ct .email a,
.section7 .section7-ct .email {
font-family: "ArialMT";
font-size: 16px;
line-height: 24px;
color: #ffffff;
}

.section7 .section7-ul,
.section7 .section7-rtul {
margin-top: 30px;
flex-wrap: wrap;
}

.section7 .section7-ul li {
width: 68%;
margin-bottom: 40px;
}

.section7 .section7-ul li:nth-child(odd) {
width: 32%;
}

.section7 .section7-right {
width: 33.3%;
}

.section7 .section7-rtul li {
width: 48.4%;
margin-right: 3.2%;
margin-bottom: 15px;
}

.section7 .section7-rtul li:nth-child(3) {
margin-bottom: 10px;
}

.section7 .section7-rtul li:last-child {
width: 30%;
margin-bottom: 0px;
}

.section7 .section7-rtul li:nth-child(2n),
.section7 .section7-rtul li:nth-child(3),
.section7 .section7-rtul li:last-child,
.section7 .section7-ul li:nth-child(2n) {
margin-right: 0px;
}

.section7 .section7-rtul li:nth-child(3) {
width: 100%;
}

.section7 .section7-rtul input {
width: 100%;
height: 45px;
border-radius: 5px;
border: solid 1px rgba(255, 255, 255, .5);
padding: 0 15px;
font-size: 15px;
color: #ffffff;
cursor: pointer;
}

.section7 .section7-rtul textarea {
width: 100%;
height: 70px;
border-radius: 5px;
border: solid 1px rgba(255, 255, 255, .5);
padding: 10px 15px;
font-size: 15px;
color: #ffffff;
}

.section7 .sub {
width: 100%;
height: 40px;
border-radius: 5px;
border: solid 1px rgba(255, 255, 255, .5);
font-size: 16px;
color: #ffffff;
}

.section7 .sub:hover,
.section7 .section7-rtul input:focus,
.section7 .section7-rtul textarea:focus {
border: solid 1px rgba(255, 255, 255, 1);
}

.footer {
background-color: #1a1a1a;
position: relative;
padding-top: 4.5%;
}

.footer .foot-top {
align-items: flex-start;
padding-bottom: 8%;
border-bottom: 1px solid rgba(229, 229, 229, 0.1);
}

.footer .footerphone-menu {
width: calc(100% - 280px);
padding-right: 16.5%;
}

.footer .footerphone-menu li,
.footer .footerphone-menu h3 {
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 {
font-size: 18px;
line-height: 26px;
color: #ffffff;
}

.footer .footerphone-menu h3 i {
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 40px;
display: none;
}

.footer .footerphone-menu h3 i::before {
content: '';
position: absolute;
top: 50%;
height: 2px;
width: 15px;
background: #dfdfdf;
margin-top: -1px;
right: 11px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

.footer .footerphone-menu h3 i::after {
content: '';
position: absolute;
top: 50%;
height: 15px;
width: 2px;
background: #dfdfdf;
margin-top: -7px;
right: 17px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}

.footer .footerphone-menu h3.cur i::after {
opacity: 0;
}

.footer .footer-subnav {
margin-top: 20px;
}

.footer .footer-subnav a {
font-size: 16px;
display: block;
line-height: 34px;
color: #666666;
position: relative;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.footer .footer-subnav a:hover,
.footer .foot-cont a:hover,
.footer .foot-copy a:hover,
.footer .foot-ewm .ewm:hover p {
color: #fff;
}

.footer .foot-ewm {
width: 280px;
}

.footer .foot-ewm img {
width: 130px;
height: 130px;
}

.footer .foot-ewm p {
font-size: 14px;
text-align: center;
line-height: 24px;
color: #999999;
margin-top: 5px;
}

.footer .foot-ewm .ewm1 {
margin-right: 7%;
}

.footer .foot-bot {
padding: 20px 0;
}

.footer .foot-cont a,
.footer .foot-copy a,
.footer .foot-copy {
font-family: "ArialMT";
font-size: 14px;
line-height: 26px;
color: #666666;
display: inline-block;
}

.footer .foot-cont a {
margin-right: 25px;
}

.footer .foot-cont a:last-child {
margin-right: 0px;
}
/* Inner page */
.pub-banner {
position: relative;
}

.pub-pcbanner {
display: block;
width: 100%;
}

.pub-mbanner {
display: none;
width: 100%;
}

.pub-banner .pub-banner-font {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
color: #ffffff;
z-index: 9;
text-align: center;
}

.pub-banner .pub-banner-font h3 {
font-size: 0.50rem;
line-height: 1.3;
}

.pub-banner .pub-banner-font .dec {
font-family: "ArialMT";
font-size: 0.42rem;
line-height: 1.3;
color: #ffffff;
margin-bottom: 30px;
margin-top: 5px;
}

.pub-banner .pub-banner-font .dec1 {
font-size: 0.30rem;
color: #ffffff;
font-weight: lighter;
margin-top: 15px;
}

.pub-banner .line {
width: 60px;
height: 3px;
background-color: #ffffff;
margin: 0 auto;
}
/* nav-menu */
.nav-menu {
background-color: #ffffff;
border-bottom: 1px solid #eaeaea;
position: relative;
z-index: 5;
}

.nav-menu .nav-name {
background-color: #ffffff;
color: #333333;
display: block;
text-align: left;
display: block;
padding: 0 30px;
position: relative;
cursor: pointer;
line-height: 65px;
font-size: 18px;
border-bottom: 1px solid #d2d2d2;
display: none;
}

.nav-menu .nav-name .iconfont {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
}

.nav-menu .nav-menu-ul {
width: 100%;
overflow-x: auto;
overflow-y: hidden;
}

.nav-menu .nav-menu-ul a {
font-family: "ArialMT";
font-size: 18px;
line-height: 80px;
color: #333333;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 100%;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.nav-menu .nav-menu-ul li {
flex: 1;
min-width: 12.5%;
text-align: center;
position: relative;
border-right: 1px solid #e5e5e5;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.nav-menu .nav-menu-ul li:last-child {
border-right: 0px;
}

.nav-menu .nav-menu-ul li::before {
content: "";
position: absolute;
bottom: 0px;
left: 50%;
transform: translateX(-50%);
width: 0%;
height: 2px;
background-color: #0787d8;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.nav-menu .nav-menu-ul li.active::before,
.nav-menu .nav-menu-ul li:hover::before {
width: 100%;
}

.nav-menu .nav-menu-ul li.active a,
.nav-menu .nav-menu-ul li:hover a {
color: #0787d8;
}
/* åˆ†é¡µ */
.paging {
text-align: center;
width: 100%;
margin: 0 auto;
flex-wrap: wrap;
}

.paging a {
font-family: "ArialMT";
display: block;
margin: 0 3px;
font-size: 20px;
color: #666;
background: transparent;
font-family: "Arial";
transition: ease .5s;
/* border-right: 1px solid #f3f3f3; */
background: #eeeeee;
width: 46px;
height: 46px;
line-height: 46px;
}

.paging a:last-child {
border-right-color: transparent;
}

.search-cont-right .paging a {
background: #f5f5f5;
}

.paging a:hover,
.paging a.on {
color: #fff;
background-color: #0787d8;
}

.paging a i {
font-family: "ArialMT";
display: block;
font-size: 16px;
color: #666666;
width: 100%;
font-weight: bold;
}

.paging a:hover i {
color: #fff;
}

@media(max-width:790px) {
.paging a {
font-size: 14px;
width: 30px;
height: 30px;
line-height: 30px;
}

.paging a i {
font-size: 14px;
}
}

.ny-bread {
position: absolute;
width: 100%;
left: 0;
bottom: 3px;
}

.bread {
float: right;
font-size: 0;
font-size: 16px;
line-height: 30px;
color: #fff;
padding: 20px 0;
}

.bread p {
font-size: 14px;
color: #fff;
}

.bread a {
position: relative;
display: inline-block;
font-size: 16px;
line-height: 30px;
color: #fff;
}

.bread p em {
display: inline;
margin: 0 3px;
color: #fff;
font-size: 12px;
}

.bread p em.bread-hom {
font-size: 20px;
margin: 0 3px 0 0;
}

@media screen and (max-width: 1100px) {
.bread a {
font-size: 14px;
}

.bread p em.bread-hom {
font-size: 16px;
}

.bread {
padding: 5px 0;
}
}

@media screen and (max-width: 767px) {
.bread a {
font-size: 12px;
}

.bread p em.bread-hom {
font-size: 14px;
}
}
/* å·¦ä¾§è¾¹æ  */
.right-flex {
width: 50px;
position: fixed;
top: 50%;
right: 0;
z-index: 10;
height: auto;
margin-top: -201px
}

.right-flex ul {
width: 100%
}

.right-flex li {
margin-bottom: 5px;
position: relative;
width: 50px;
height: 50px;
border-radius: 4px 0px 0px 4px;
float: right;
line-height: 50px;
background: #A7AFB9;
transition: width .3s, background .3s, margin .3s
}

.right-flex li .ico {
width: 50px;
height: 50px;
position: absolute;
top: 0;
right: 0;
transition: right .3s
}

.right-flex li a {
display: block;
width: 100%;
height: 100%
}

.right-flex li p {
font-size: 15px;
color: #fff;
line-height: 50px;
padding: 0 20px;
transition: transform .3s
}

.right-flex li.one {
width: 90px;
height: 50px;
background-color: #038bd5;
border-radius: 4px;
}

.right-flex li.one p {
font-size: 16px;
padding: 3px 10px;
text-align: center;
line-height: 22px;
}

.right-flex li.two .ico,
.right-flex li.li-three .ico,
.right-flex li.four .ico {
left: 0
}

.right-flex li.two p,
.right-flex li.li-three p,
.right-flex li.four p {
padding: 0 20px 0 50px
}

.right-flex li.two {
width: 200px;
margin-right: -150px
}

.right-flex li.two p {
line-height: 25px;
}

.right-flex li.three p {
line-height: 50px;
}

.right-flex li.two span {
display: inline-block;
}

.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;
transform: rotate(45deg);
transition: all 0.3s;
}

.right-flex.show .close-icon {
transform: rotate(0);
}

.right-flex .to-top em {
display: block;
color: #fff;
text-align: center;
padding-top: 10px;
}

.inner-tit {
text-align: center;
}

.inner-tit .tit {
position: relative;
font-size: 0.46rem;
color: #333333;
}

.inner-tit .dec {
font-size: 16px;
line-height: 1.875;
color: #666666;
margin-top: 3px;
}

.inner-tit .dec span {
color: #0787d8;
}
/* product */
.product1 .product1-ul {
flex-wrap: wrap;
position: relative;
align-items: flex-start;
margin-bottom: 40px;
}

.product1 .product1-ul li {
width: 23.87%;
margin-right: 1.5%;
margin-bottom: 3%;
text-align: center;
position: relative;
background-color: #ffffff;
}

.product1 .product1-ul li a {
display: block;
width: 100%;
height: 100%;
padding: 8.5% 4%;
}

.product1 .product1-img {
width: 100%;
}

.product1 .product1-ul li:nth-child(4n) {
margin-right: 0px;
}

.product1 .product1-tit {
font-size: 16px;
line-height: 1.3;
color: #333333;
margin-top: 60px;
}
/* proinfo */
.proinfo1 .proinfo1-left {
width: 57.15%;
}

.proinfo1 .proinfo1-lf {
width: calc(100% - 180px);
height: 478px;
padding-right: 2.5%;
}

.proinfo1 .proinfo1-rt {
width: 180px;
position: relative;
}

.proinfo1 .proinfo1-right {
width: 42.85%;
position: relative;
padding-left: 5.7%;
}

.proinfo1 .proinfo1-Bimg {
display: none;
width: 100%;
height: 100%;
max-height: 100%;
max-width: 100%;
background: #fff;
position: relative;
}

.proinfo1 .proinfo1-rt::before {
content: "";
position: absolute;
right: 220px;
bottom: 20px;
width: 20px;
height: 20px;
background: url(../images/pro-fdicon.png) no-repeat center center;
background-size: 100%;
z-index: 1;
}

.proinfo1 .proinfo1-Bimg.active {
display: block;
}

.swiper-wrapper,
.swiper-slide {
height: auto !important;
}

.proinfo1 .swiper-slide {
border: 1px solid transparent;
cursor: pointer;
}

.proinfo1 .swiper-slide:last-child {
margin-bottom: 0px !important;
}

.proinfo1 .swiper-slide.active {
border: 1px solid #0787d8;
}

.proinfo1 .proinfo1-right .tit {
font-family: "ArialMT";
font-size: 0.40rem;
color: #333333;
position: relative;
padding-bottom: 7%;
}

.proinfo1 .proinfo1-right .line {
width: 60px;
height: 3px;
background-color: #0787d8;
}

.proinfo1 .proinfo1-right .dec {
font-family: "ArialMT";
font-size: 16px;
line-height: 2.25;
color: #666666;
margin-bottom: 6.5%;
margin-top: 5.8%;
}

.proinfo1 .proinfo1-right .dec span {
color: #0787d8;
}

.pmore {
width: 220px;
height: 60px;
background-color: #0787d8;
border-radius: 5px;
font-size: 16px;
line-height: 60px;
color: #ffffff;
overflow: hidden;
display: block;
text-align: center;
position: relative;
}

.pmore span,
.pmore em {
display: inline-block;
vertical-align: middle;
position: relative;
z-index: 2;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.pmore em {
margin-right: 5px;
}

.proinfo2 .inner-tit,
.proinfo3 .inner-tit {
text-align: left;
}

.proinfo2 .proinfo2-left,
.proinfo2 .proinfo2-right {
width: 50%;
}

.proinfo2 .proinfo2-left {
padding-right: 5.5%;
}

.proinfo2 .proinfo2-dec {
font-family: "ArialMT";
font-size: 16px;
line-height: 1.875;
color: #666666;
margin-top: 5%;
max-height: 300px;
width: 100%;
text-align: justify;
overflow-y: auto;
word-break: break-word;
padding: 10px;
}




.proinfo2 .proinfo2-dec::-webkit-scrollbar {
width: 3px;
background-color: #dcdbdb;
}


.proinfo2 .proinfo2-dec::-webkit-scrollbar-thumb {
background-color: #0787d8;
border-radius: 10px;
}


.proinfo3 .proinfo2-left {
padding-right: 0px;
padding-left: 5.5%;
}

.proinfo4,
.proinfo1 {
background-color: #f7f7f7;
}

.proinfo4 .proinfo4-ul li {
position: relative;
align-items: center;
width: 33.333%;
margin-top: 60px;
}

.proinfo4 .proinfo4-ul li:nth-child(3n) .proinfo4-font {
padding-right: 0px;
}

.proinfo4 .proinfo4-num {
width: 40px;
height: 40px;
border-radius: 50%;
font-family: "ArialMT";
font-size: 20px;
text-align: center;
line-height: 40px;
color: #0787d8;
position: relative;
}

.proinfo4 .proinfo4-num::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 68px;
height: 68px;
background: url(../images/pro-ificon1.png) no-repeat center center;
background-size: 100%;
}

.proinfo4 .proinfo4-font {
width: calc(100% - 44px);
font-family: "ArialMT";
font-size: 16px;
line-height: 28px;
color: #666666;
padding-left: 35px;
padding-right: 14%;
}

.proinfo4 .proinfo4-ul {
flex-wrap: wrap;
}

.proinfo4 .proinfo4-ul li:hover .proinfo4-num {
color: #ffffff;
background-color: #0787d8;
}

.proinfo5 .proinfo5-img {
position: relative;
overflow: hidden;
width: 85.72%;
margin: 0 auto;
margin-top: 3%;
}

.proinfo5 .inner-tit .dec {
margin-top: 2%;
}

.page {
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid #e4e4e4;
padding: 22px 0;
align-items: center;
margin-bottom: 80px;
}

.page-prev {
text-align: left;
}

.page-next {
text-align: right;
}

.page-prev,
.page-next {
font-size: 16px;
line-height: 30px;
color: #666;
width: 40%;
font-family: "ArialMT";
}

.page-prev span,
.page-next span {
display: inline-block;
vertical-align: middle;
width: calc(100% - 30px);
}

.page em {
font-size: 16px;
color: #666;
font-weight: bold;
display: inline-block;
vertical-align: -1px;
width: 30px;
}

.page-prev em {
padding-right: 15px;
}

.page-next em {
padding-left: 15px;
display: inline-block;
vertical-align: middle;
}

.page-all:hover img {
transform: rotate(90deg);
}
/* service */
.service1 .service1-left,
.service1 .service1-right {
width: 50%;
position: relative;
}

.service1 .service1-left {
padding-right: 6.5%;
}

.service1 .service1-ul {
flex-wrap: wrap;
position: relative;
}

.service1 .service1-ul li {
width: 46.25%;
position: relative;
margin-right: 7.5%;
margin-bottom: 6%;
}

.service1 .service1-ul li:last-child,
.service1 .service1-ul li:nth-last-child(2) {
margin-bottom: 0px;
}

.service1 .service1-ul li:nth-child(2n),
.service1 .service1-ul li:last-child,
.service1 .service1-ul li:nth-last-child(2) {
margin-right: 0px;
}

.service1 .service1-ul li:last-child,
.service1 .service1-ul li:nth-last-child(2) {
width: 100%;
}

.service1 .service1-ul li input {
height: 60px;
border-bottom: 1px solid #F0F0F0;
display: block;
width: 100%;
font-size: 16px;
line-height: 1.875;
color: #666666;
}

.service1 .service1-ul li textarea {
width: 100%;
height: 85px;
font-size: 16px;
line-height: 1.875;
padding: 2.6% 0;
color: #666666;
border-bottom: 1px solid #F0F0F0;
}

.service1 .service1-ul li input:focus,
.service1 .service1-ul li textarea:focus,
.contact3 .contact3-ul input:focus {
border-bottom: 1px solid #0787d8;
}

.service1 .pmore {
margin: 0;
margin-top: 8.5%;
}

.service2 {
background-color: #f7f7f7;
}

.service2 .inner-tit .dec,
.service3 .inner-tit .dec {
margin-top: 2.2%;
}

.service2 .service2-num {
font-family: "ArialMT";
font-size: 20px;
color: #1596f3;
background-image: -webkit-linear-gradient(bottom, #15def3, #1596f3);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.service2 .service2-num span {
font-size: 0.50rem;
line-height: 1.2;
color: #1596f3;
font-family: "ArialMT";
}

.service2 .service2-numdec {
font-size: 16px;
color: #666666;
}

.service2 .service2-ul {
margin-top: 3%;
margin-bottom: 3.5%;
padding: 0 13%;
align-items: flex-start;
}

.service2 .service2-ul li {
width: 33.333%;
position: relative;
text-align: center;
}

.service2 .service2-btul {
flex-wrap: wrap;
}

.service2 .service2-btul li {
width: 49.25%;
position: relative;
margin-right: 1.5%;
}

.service2 .service2-btul li:last-child {
margin-right: 0px;
}

.service3 .service3-font {
background-color: #f5f5f5;
padding: 7.5% 8.5%;
}

.service3 .service3-font .font {
width: calc(100% - 100px);
position: relative;
padding-right: 30%;
}

.service3 .service3-font .tit {
font-size: 24px;
font-weight: lighter;
color: #0787d8;
}

.service3 .service3-font .dec {
font-size: 16px;
line-height: 1.875;
color: #666666;
margin-top: 8px;
min-height: 90px;
}

.service3 .service3-font .icon {
width: 100px;
height: 100px;
position: relative;
}

.service3 .service3-swiper,
.about1 .about1-ul,
.about3 .about3-ul,
.culture3 .culture3-ul1,
.culture4 .culture4-ul {
margin-top: 3%;
}

.service3 .swiper-pagination {
display: none;
}

.service4 .service4-left {
width: 45%;
}

.service4 .service4-right {
width: 55%;
padding-left: 6.5%;
}

.service4 .inner-tit,
.about2 .inner-tit,
.talent3 .inner-tit {
text-align: left;
}

.service4 .service4-font p {
font-family: "ArialMT";
font-size: 16px;
line-height: 2.25;
color: #666666;
margin-top: 4%;
padding-left: 30px;
position: relative;
}

.service4 .service4-font p::before,
.talent1 .talent1-font p::before {
content: "";
position: absolute;
left: 0px;
top: 9px;
width: 18px;
height: 18px;
background: url(../images/se-xxicon.png) no-repeat center center;
background-size: 100%;
}
/* problem */
.problem1 {
background-color: #f5f5f5;
position: relative;
z-index: 3;
}

.problem1 .problem1-ul {
flex-wrap: wrap;
position: relative;
z-index: 5;
align-items: flex-start;
padding-bottom: 40px;
}

.problem1 .problem1-ul li {
width: 48.6%;
position: relative;
margin-right: 2.5%;
margin-bottom: 2.5%;
cursor: pointer;
}

.problem1 .problem1-ul li:nth-child(2n) {
margin-right: 0px;
}

.problem1 .problem1-tit {
background-color: #ffffff;
border: solid 1px #eeeeee;
border-radius: 10px;
padding: 4%;
align-items: center;
}

.problem1 .problem1-tit .tit {
font-size: 16px;
color: #666666;
width: calc(100% - 15px);
padding-right: 10px;
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
align-items: center;
position: relative;
padding-left: 20px;
}

.problem1 .problem1-tit .tit::before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0px;
width: 8px;
height: 8px;
background-color: #666666;
border-radius: 50%;
}

.problem1 .problem1-tit .icon {
width: 15px;
height: 15px;
position: relative;
}

.problem1 .problem1-tit .icon em {
position: absolute;
background: #666666;
width: 15px;
height: 2px;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
left: 53%;
top: 50%;
transform: translateX(-50%);
}

.problem1 .problem1-tit .icon em:nth-child(2) {
width: 2px;
height: 15px;
left: 50%;
top: 55%;
transform: translateY(-50%);
}

.problem1 .problem1-ul li.active em:nth-child(2) {
opacity: 0;
}

.problem1 .problem1-ul li.active .problem1-tit {
border: solid 1px #0787d8;
border-radius: 10px 10px 0px 0px;
border-bottom: 0px;
}

.problem1 .problem1-ul li.active .problem1-tit .tit::before,
.problem1 .problem1-ul li.active .icon em {
background-color: #0787d8;
}

.problem1 .problem1-ul li.active .problem1-tit .tit {
color: #0787d8;
}

.problem1 .problem1-dec .cont {
font-size: 16px;
line-height: 1.875;
color: #666666;
position: relative;
z-index: 3;
}

.problem1 .problem1-dec .ct-more {
font-size: 16px;
line-height: 26px;
color: #04a4e5;
}

.problem1 .problem1-dec .ct-more em {
font-size: 16px;
line-height: 26px;
font-weight: bold;
display: inline-block;
vertical-align: middle;
margin-left: 8px;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.problem1 .problem1-dec {
width: 100%;
position: absolute;
top: 95%;
left: 50%;
transform: translateX(-50%);
border-radius: 0px 0px 10px 10px;
background: #fff;
border: solid 1px #0787d8;
border-top: 0px;
padding: 0 7% 10% 7%;
display: none;
z-index: 999;
overflow-x: hidden;
overflow-y: auto;
height: 235px;
font-size: 16px;
line-height: 1.875;
color: #666666;
}

.problem1 .problem1-dec .ct-more:hover em {
margin-left: 12px;
}

.problem1 .problem1-dec .ct-more:hover {
font-weight: bold;
}
/* about */
.about1 .about1-ul {
flex-wrap: wrap;
align-items: flex-start;
}

.about1 .about1-ul li {
width: 25%;
padding-top: 5.5%;
padding-bottom: 6%;
text-align: center;
position: relative;
border-right: 1px solid rgba(255, 255, 255, .3);
border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.about1 .about1-num {
font-size: 0.38rem;
font-weight: lighter;
color: #fff;
}

.about1 .about1-ul li:nth-child(4) .about1-num {
font-size: 24px;
font-weight: normal;
}

.about1 .about1-num em {
font-size: 20px;
font-weight: normal;
}

.about1 .about1-num span {
font-family: "ArialMT";
font-size: 0.60rem;
line-height: 70px;
color: #fff;
}

.about1 .about1-num .number1 {
font-size: 0.42rem;
font-weight: normal;
}

.about1 .about1-numdec {
font-family: "ArialMT";
font-size: 16px;
color: #fff;
min-height: 50px;
}

.about2 {
background-color: #f7f7f7;
}

.about2 .about2-img,
.about2 .about2-font {
width: 50%;
position: relative;
}

.about2 .about2-font {
padding-right: 13.2%;
padding-left: 4%;
}

.about2 .about2-font .line {
width: 3px;
height: 70px;
background-color: #0787d8;
margin: 5% 0;
}

.about2 .about2-dec {
font-size: 16px;
line-height: 1.875;
color: #666666;
text-align: justify;
}

.about3 .about3-ul {
flex-wrap: wrap;
}

.about3 .about3-ul li {
flex-wrap: wrap;
width: 28.5%;
margin-right: 1.45%;
}

.about3 .about3-ul li:last-child {
margin-right: 0px;
}

.about3 .about3-ul li:nth-child(2) {
width: 40.1%;
}

.about3 .about3-img {
border-radius: 15px;
overflow: hidden;
max-width: 400px;
max-height: 520px;
}

.about3 .about3-ul li:nth-child(2) .about3-img {
margin-top: 3.55%;
margin-right: 3.55%;
width: 48.2%;
}

.about3 .about3-ul li:nth-child(2) .about3-img:nth-child(2n) {
margin-right: 0px;
}

.about3 .about3-ul li:nth-child(2) .about3-img:nth-child(1),
.about3 .about3-ul li:nth-child(2) .about3-img:nth-child(2) {
margin-top: 0px;
}

.about4 {
padding-left: 1%;
padding-right: 1%;
position: relative;
overflow: hidden;
}

.about4 .about4-tit,
.about4 .about4-tab a {
font-size: 18px;
text-align: center;
color: #333333;
}

.about4 .about4-tab {
padding: 3% 0;
}

.about4 .about4-tab li {
position: relative;
margin-right: 4%;
}

.about4 .about4-tab li::before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: -25px;
height: 18px;
width: 1px;
background: #333;
}

.about4 .about4-tab li:last-child {
margin-right: 0px;
}

.about4 .about4-tab li:last-child::before {
display: none;
}

.about4 .about4-tab li.active a {
color: #0787d8;
}

.about4 .about4-tit {
padding: 8% 4%;
padding-bottom: 5px;
}

.about4 .swiper-button-prev,
.about4 .swiper-button-next {
width: 16px;
height: 30px;
background: url(../images/ab-prev.png) no-repeat center center;
background-size: 100%;
left: 0px;
top: 43.5%;
}

.about4 .swiper-button-next {
background: url(../images/ab-next.png) no-repeat center center;
background-size: 100%;
left: auto;
right: 0px;
}

.about4 .swiper-button-prev:hover {
background: url(../images/ab-hprev.png) no-repeat center center;
background-size: 100%;
}

.about4 .swiper-button-next:hover {
background: url(../images/ab-hnext.png) no-repeat center center;
background-size: 100%;
}

.about4 .about4-swpli {
position: absolute;
left: 0px;
top: 0px;
opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
}

.about4 .about4-swpli.active {
position: relative;
opacity: 1;
filter: alpha(opacity=100);
pointer-events: auto;
}

.about4 .swiper-container {
padding: 0 2.46%;
}
/* cultrue */
.culture1 .inner-tit .tit {
text-align: left;
padding-bottom: 20px;
margin-bottom: 40px;
}

.culture1 .inner-tit .tit::before {
content: "";
position: absolute;
left: 0px;
bottom: 0px;
width: 40px;
height: 3px;
background-color: #0787d8;
}

.culture1 .culture1-left {
width: 57%;
position: relative;
padding-right: 7.5%;
}

.culture1 .culture1-dec {
font-family: "ArialMT";
font-size: 16px;
line-height: 2.25;
color: #666666;
}

.culture1 .culture1-dec span {
color: #0787d8;
}

.culture1 .culture1-right {
width: 43%;
align-items: flex-end;
position: relative;
}

.culture1 .culture1-img2 {
max-width: 600px;
max-height: 500px;
overflow: hidden;
position: relative;
}

.culture1 .culture1-img1 {
max-width: 350px;
max-height: 250px;
overflow: hidden;
position: absolute;
z-index: 1;
left: -80px;
}

.culture2 {
background-color: #0787d8;
padding: 60px 0;
}

.culture2 .culture2-ul li {
flex: 1;
min-width: 12.5%;
position: relative;
text-align: center;
}

.culture2 .culture2-icon {
width: 120px;
height: 120px;
border-radius: 50%;
background: rgba(255, 255, 255, .2);
position: relative;
margin: 0 auto;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.culture2 .culture2-iconBox {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
}

.culture2 .culture2-icon .culture2-sicon {
width: 36px;
height: 36px;
position: relative;
margin: 0 auto;
}

.culture2 .culture2-ul li:hover .culture2-icon .himg,
.culture2 .culture2-ul li.active .culture2-icon .himg,
.culture2 .culture2-ul li .culture2-icon .img {
opacity: 1;
}

.culture2 .culture2-ul li:hover .culture2-icon .img,
.culture2 .culture2-ul li.active .culture2-icon .img,
.culture2 .culture2-ul li .culture2-icon .himg {
opacity: 0;
}

.culture2 .culture2-tit,
.culture2 .icon-tit,
.culture3 .culture3-tit .tit {
font-size: 16px;
color: #ffffff;
margin-top: 16px;
}

.culture2 .culture2-tit {
opacity: 0;
pointer-events: none;
}

.culture2 .culture2-ul li.active .culture2-tit {
opacity: 1;
pointer-events: auto;
}

.culture2 .icon-tit {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 0 16%;
}

.culture2 .culture2-ul li:hover .culture2-icon,
.culture2 .culture2-ul li.active .culture2-icon {
background: rgba(255, 255, 255, 1);
}

.culture2 .culture2-ul li:hover .icon-tit,
.culture2 .culture2-ul li.active .icon-tit {
color: #0787d8;
}

.culture3 .culture3-tit {
width: 100%;
background: rgba(0, 0, 0, .4);
position: absolute;
left: 0px;
bottom: 0px;
}

.culture3 .culture3-tit .tit {
margin-top: 0px;
text-align: center;
padding: 13px 0;
}

.culture3 .culture3-ul {
flex-wrap: wrap;
position: relative;
}

.culture3 .culture3-ul li {
width: 22.15%;
margin-right: 1.4%;
position: relative;
}

.culture3 .culture3-ul1 {
margin-bottom: 1.4%;
}

.culture3 .culture3-ul1 li:last-child,
.culture3 .culture3-ul2 li:first-child {
flex: 1;
}

.culture3 .culture3-ul li:last-child {
margin-right: 0px;
}

.culture4 {
background-color: #f7f7f7;
}

.culture4 .culture4-dec {
line-height: 1.875;
color: #484848;
text-align: center;
margin-top: 2.5%;
}

.culture4 .culture4-tit {
font-size: 0.30rem;
color: #ffffff;
position: relative;
text-align: center;
padding: 25px 0;
margin-bottom: 25px;
}

.culture4 .culture4-sfont .culture4-tit {
padding-top: 15px;
}

.culture4 .culture4-hfont .culture4-tit::before {
content: "";
position: absolute;
width: 50px;
height: 2px;
background-color: #ffffff;
left: 50%;
bottom: 0px;
transform: translateX(-50%);
}

.culture4 .culture4-dec1 {
line-height: 1.875;
text-align: center;
color: #ffffff;
}

.culture4 .culture4-icon {
width: 80px;
height: 80px;
position: relative;
margin: 0 auto;
}

.culture4 .culture4-ul {
flex-wrap: wrap;
}

.culture4 .culture4-ul li {
width: 32.1%;
height: 550px;
position: relative;
overflow: hidden;
margin-right: 1.7%;
}

.culture4 .culture4-ul li::before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: rgba(0, 0, 0, 0.3);
}

.culture4 .culture4-ul li:last-child {
margin-right: 0px;
}

.culture4 .culture4-sfont {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
}

.culture4 .culture4-hfontbox {
width: 87%;
height: 85%;
background: rgba(7, 135, 216, 0.75);
position: absolute;
left: -100%;
top: 50%;
transform: translate(-100%, -50%);
-webkit-transition: .8s;
-ms-transition: .8s;
-moz-transition: .8s;
-o-transition: .8s;
transition: .8s;
}

.culture4 .culture4-ul li:hover .culture4-sfont {
opacity: 0;
}

.culture4 .culture4-ul li:hover .culture4-hfontbox {
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.culture4 .culture4-hfont {
width: 100%;
padding: 6% 13%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
/* new */
.new1 .new1-ul {
flex-wrap: wrap;
margin-bottom: 25px;
}

.new1 .new1-ul li {
width: 30.85%;
position: relative;
margin-right: 3.7%;
margin-bottom: 3.2%;
}

.new1 .new1-ul li:nth-child(3n) {
margin-right: 0px;
}
/* new-info */
.newinfo1 .newinfo1-top time {
font-family: "ArialMT";
font-size: 18px;
color: #999999;
}

.newinfo1 .newinfo1-top .tit {
font-size: 0.30rem;
color: #222222;
margin-bottom: 10px;
margin-top: 5px;
}

.newinfo1 .newinfo1-top .dec {
font-family: "ArialMT";
color: #0787d8;
display: none;
}

.newinfo1 .newinfo1-top {
text-align: center
}

.newinfo1 .newinfo1-top .dec span {
margin-right: 15px;
display: inline-block;
}

.newinfo1 .newinfo1-top .dec span:last-child {
margin-right: 0px;
}

.newinfo1 .newinfo1-bot {
font-size: 16px;
line-height: 32px;
color: #666666;
margin-top: 2.5%;
margin-bottom: 5%;
}

.newinfo1 .page {
margin-bottom: 0px;
}

.newinfo1 .newinfo1-bot img {
margin: 3% auto;
}
/* contact */
.contact1 {
position: relative;
overflow: hidden;
}

.contact1::before {
content: "";
position: absolute;
z-index: -1;
right: 0px;
bottom: -48%;
width: 845px;
height: 700px;
background: url(../images/co-bgm1.png) no-repeat center center;
background-size: 100%;
}

.contact1 .contact1-left {
width: 38%;
}

.contact1 .contact1-entit {
font-family: "DINCond-Black";
font-size: 0.72rem;
line-height: 1.4;
color: #0787d8;
}

.contact1 .contact1-tit {
font-size: 0.36rem;
line-height: 1.3;
color: #333333;
margin-top: 5px;
margin-bottom: 5px;
}

.contact1 .contact1-dec {
font-size: 20px;
font-weight: lighter;
color: #333333;
}

.contact1 .contact1-icon {
border-radius: 50%;
width: 90px;
height: 90px;
border: solid 1px #6e6e6e;
position: relative;
}

.contact1 .contact1-ul li {
margin-bottom: 3.5%;
position: relative;
}

.contact1 .contact1-ul li:last-child {
margin-bottom: 0px;
}

.contact1 .contact1-ul li:hover .contact1-icon {
border: solid 1px #0787d8;
}

.contact1 .contact1-icon .img,
.contact1 .contact1-ul li:hover .contact1-icon .himg {
opacity: 1;
}

.contact1 .contact1-icon .himg,
.contact1 .contact1-ul li:hover .contact1-icon .img {
opacity: 0;
}

.contact1 .contact1-right {
width: 62%;
position: relative;
padding-top: 25px;
padding-left: 14%;
}

.contact1 .contact1-font {
width: calc(100% - 90px);
position: relative;
color: #333333;
line-height: 38px;
padding-left: 20px;
}

.contact1 .contact1-font span {
font-family: "ArialMT";
font-size: 18px;
}

.contact3 .contact3-list {
width: 79%;
margin: 0 auto;
}

.contact3 .contact3-ul li {
margin-bottom: 4%;
}

.contact3 .contact3-ul li textarea {
height: 100px;
width: 100%;
border-bottom: 1px solid #c8c8c8;
font-size: 18px;
color: #666666;
padding: 0 3.5%;
line-height: 24px;
}

.contact3 .contact3-ul input {
height: 50px;
width: 100%;
border-bottom: 1px solid #c8c8c8;
font-size: 18px;
color: #666666;
padding: 0 3.5%;
}

.contact3 .pmore {
margin: 0 auto;
}
/* talent */
.talent1 .talent1-left {
width: 50.7%;
padding-right: 4%;
position: relative;
}

.talent1 .talent1-font p {
font-size: 16px;
line-height: 2.25;
color: #666666;
position: relative;
padding-left: 30px;
}

.talent1 .talent1-right {
width: 49.3%;
position: relative;
}

.talent2 {
position: relative;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.talent2 .talent2-ul {
align-items: flex-start;
margin-top: 6%;
}

.talent2 .talent2-ul li {
width: 33.333%;
position: relative;
}

.talent2 .talent2-ul li:nth-child(1) {
padding-right: 4%;
}

.talent2 .talent2-ul li:nth-child(2) {
padding: 0 2%;
}

.talent2 .talent2-ul li:nth-child(3) {
padding-left: 4%;
}

.talent2 .talent2-icon {
width: 65px;
height: 65px;
position: relative;
margin: 0 auto;
}

.talent2 .talent2-font {
text-align: center;
}

.talent2 .talent2-font .tit {
font-size: 0.30rem;
font-weight: lighter;
color: #333333;
margin-top: 30px;
margin-bottom: 25px;
}

.talent2 .talent2-font .dec {
font-size: 16px;
line-height: 1.875;
color: #666666;
}

.talent3 .talent3-dec {
font-size: 16px;
line-height: 2.25;
color: #666666;
margin-top: 4.5%;
}

.talent3 .talent3-dec:first-child {
margin-top: 0px;
}

.talent3 .talent3-left {
width: 35.75%;
}

.talent3 .talent3-right {
width: 64.25%;
padding-left: 5.5%;
}
/* join */
.insrecruit-list .insrecruit-list-tag {
padding: 2% 3%;
margin-bottom: 20px;
background-color: #f6f6f6;
}

.insrecruit-list .insrecruit-list-tag span {
font-size: 20px;
color: #333333;
display: block;
}

.insrecruit-list li {
margin-bottom: 30px;
background-color: #f7f7f7;
transition: all .5s;
}

.insrecruit-list li:last-child {
margin-bottom: 0px;
}

.insrecruit-list .rectue-top {
height: 150px;
font-family: "ArialMT";
padding: 2% 4%;
background-color: #f7f7f7;
cursor: pointer;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
align-items: center;
}

.insrecruit-list .rectue-top .name {
width: calc(100% - 30px);
text-align: left;
padding-right: 20px;
}

.insrecruit-list .rectue-top .name h5 {
font-family: "ArialMT";
font-size: 20px;
display: block;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
color: #333;
}

.insrecruit-list .rectue-top .post-dec {
padding: 0px;
margin-top: 1.5%;
}

.insrecruit-list .rectue-top .post-dec li {
font-size: 16px;
color: #666666;
padding: 0 25px;
position: relative;
margin-bottom: 0px;
}

.insrecruit-list .rectue-top .post-dec li:first-child {
padding-left: 0px;
}

.insrecruit-list .rectue-top .post-dec li:last-child {
padding-right: 0px;
}

.insrecruit-list .rectue-top .post-dec li span {
padding-right: 50px;
font-size: 16px;
color: #666666;
}

.insrecruit-list .rectue-top .icon {
width: 30px;
text-align: right;
}

.insrecruit-list .rectue-top .icon-em {
width: 30px;
height: 30px;
float: right;
position: relative;
border-radius: 50%;
overflow: hidden;
}

.insrecruit-list .rectue-top .icon em {
position: absolute;
background: #0787d8;
width: 30px;
height: 2px;
-webkit-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
left: 50%;
top: 50%;
transform: translateX(-50%);
}

.insrecruit-list .rectue-top .icon em:nth-child(2) {
width: 2px;
height: 30px;
left: 50%;
top: 50%;
transform: translateY(-50%);
}

.insrecruit-list .rectue-min {
padding: 0 4% 3.5% 4%;
color: #757575;
display: none;
position: relative;
}

.insrecruit-list .rectue-min .desc {
font-size: 16px;
line-height: 32px;
color: #666666;
padding-top: 1.5%;
border-top: 1px solid #e4e4e4;
}

.insrecruit-list .rectue-min .desc h5 {
font-size: 16px;
padding-bottom: 1%;
color: #666666;
}

.insrecruit-list .dec-item {
padding-bottom: 2.5%;
}

.insrecruit-list .rectue-send {
width: 350px;
height: 60px;
line-height: 60px;
background-color: #0787d8;
border-radius: 5px;
text-align: center;
overflow: hidden;
margin-top: 10px;
position: relative;
-webkit-transition: .5s;
-ms-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.insrecruit-list .rectue-send a {
width: 100%;
display: block;
font-size: 16px;
color: #fff;
transition: all .3s;
position: relative;
overflow: hidden;
}

.insrecruit-list .desc .dec-h5 {
font-size: 16px;
line-height: 32px;
color: #666666;
}

.insrecruit-list li.cur .rectue-top .icon em:nth-child(2) {
opacity: 0;
}

@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:hover .ico,
.right-flex li.two:hover .ico,
.right-flex li.li-three:hover .ico,
.right-flex li.four: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: 150px;
}

.right-flex li.two:hover p,
.right-flex li.li-three: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;
}
}

@media(max-width:1100px) {
.right-flex .two,
.right-flex .four,
.right-flex li.one,
.right-flex .right-close {
display: none !important;
}
}

@media(max-width:750px) {
.right-flex,
.right-flex li {
width: 40px;
height: 40px;
}

.right-flex li .ico {
width: 40px;
height: 20px;
}

.right-flex .to-top em {
font-size: 12px;
margin-top: 0px;
line-height: 30px;
}

.right-flex {
top: 100%;
}

.right-flex li .ico.ico08 {
background: url(../images/zdicon.png) no-repeat center center;
background-size: 60%;
}
}
/* responsive */
@media screen and (max-width: 1679px) {
.w1600 {
width: 90%;
}

#search-form {
right: 8%;
}

.section3 .section3-left {
padding-left: 8%;
}

.about2 .about2-font {
padding-right: 8%;
}

.service2 .service2-num span {
font-size: 44px;
}

.problem1 .problem1-ul li .problem1-dec {
width: 99.91%;
}

.problem1 .problem1-ul li:nth-child(2n) .problem1-dec {
width: 100.2%;
}
}

@media screen and (max-width: 1459px) {
.w1400 {
width: 90%;
}

.w1500 {
width: 95%;
}

.menu-list h3 {
margin: 0 10px;
}

#search-form {
right: 5%;
}

.section2 .section2-tit,
.section7 .section7-ct .tel a {
font-size: 24px;
}

.section3 .section3-left {
padding-left: 5%;
}

.about2 .about2-font {
padding-right: 5%;
}

.in-tit h2 span {
vertical-align: -2px;
}

.section5 .section5-num {
width: 240px;
height: 240px;
}

.section5 .section5-num img {
max-width: 135px;
}

.banner .banner-img .swiper-num {
width: 340px;
height: 285px;
}

.banner .swiper-ft {
width: calc(100% - 340px);
}

.headfixed .menu-list {
width: 72%;
}

.headfixed .menu-list > ul {
padding-right: 4.5%;
}

.service2 .service2-ul {
padding: 0 10%;
}

.service3 .service3-font .icon {
width: 80px;
height: 80px;
}

.service3 .service3-font .font {
width: calc(100% - 80px);
padding-right: 20%;
}

.problem1 .problem1-dec {
height: 250px;
}

.problem1 .problem1-ul li .problem1-dec,
.problem1 .problem1-ul li:nth-child(2n) .problem1-dec {
width: 100%;
}

.about1 .about1-num span {
font-size: 46px;
}

.about1 .about1-num .number1 {
font-size: 32px;
}

.culture4 .culture4-hfont {
padding: 3% 9%;
}

.culture4 .culture4-tit,
.newinfo1 .newinfo1-top .tit,
.talent2 .talent2-font .tit {
font-size: 22px;
}

.contact1::before {
width: 800px;
height: 700px;
}
}

@media screen and (max-width: 1366px) {
.menu-list h3 a {
line-height: 80px;
height: 80px;
font-size: 16px;
}

.mainer {
margin-top: 80px;
}

.headfixed .logo img {
max-width: 200px;
}

.banner .banner-img .swiper-num {
width: 320px;
height: 270px;
}

.banner .swiper-ft {
width: calc(100% - 320px);
}

.section1 .section1-left .tit {
padding: 3% 10%;
}

.section1 .section1-tab {
padding: 0 10%;
height: 480px;
}

.section1 .section1-tab a {
padding: 8.4% 0;
}

.more {
width: 240px;
}

.section3 .in-tit .dec,
.service3 .service3-font .tit {
font-size: 22px;
}

.footer .footerphone-menu h3 a {
font-size: 16px;
}

.footer .footer-subnav a {
font-size: 14px;
}

.section4 .section4-num span {
font-size: 42px;
}

.section4 .section4-num span em {
font-size: 30px;
}

.section4 .section4-ul li:nth-child(3) .section4-num span em {
font-size: 28px;
}

.section5 .section5-num {
width: 220px;
height: 220px;
}

.section5 .section5-num img {
max-width: 120px;
}

.section6 .section6-font .tit {
font-size: 20px;
}

.section7 .section7-tit {
font-size: 26px;
}

.section2 .section2-list {
height: 600px;
}

.section2 .section2-ctbt {
margin-top: 20px;
}

.section2 .section2-tit {
padding-top: 25px;
padding-bottom: 25px;
}

.section4 .section4-num {
width: calc(100% - 40px);
}

.section4 .section4-icon {
width: 40px;
height: 40px;
}

.section7 .section7-ct .tel a {
font-size: 22px;
}

.section7 .section7-ul li {
width: 63%;
}

.section7 .section7-ul li:nth-child(odd) {
width: 37%;
}

.section7 .section7-ul li {
margin-bottom: 20px;
}

.nav-menu .nav-menu-ul a {
font-size: 16px;
line-height: 65px;
}

.pmore {
width: 180px;
height: 52px;
line-height: 52px;
}

.service2 .service2-ul {
padding: 0 6%;
}

.about2 .about2-font .line {
height: 50px;
}

.about1 .about1-num {
font-size: 24px;
}

.culture1 .culture1-left {
padding-right: 12%;
}

.culture1 .culture1-img1 {
max-width: 270px;
max-height: 190px;
}

.culture4 .culture4-ul li {
height: 430px;
}

.culture4 .culture4-dec p {
display: inline;
}

.contact1::before {
width: 720px;
height: 700px;
}

.contact1 .contact1-icon {
width: 80px;
height: 80px;
}

.contact1 .contact1-font {
width: calc(100% - 80px);
}

.contact1 .contact1-icon img {
max-width: 30px;
}

.contact1 .contact1-entit {
font-size: 52px;
}

.contact1 .contact1-tit {
font-size: 26px;
}

.talent2 .talent2-font .tit {
margin-top: 20px;
margin-bottom: 15px;
}

.talent2 .talent2-ul li:nth-child(1) {
padding-right: 3%;
}

.talent2 .talent2-ul li:nth-child(3) {
padding-left: 3%;
}

.talent2 .talent2-ul li:nth-child(2) {
padding: 0 1%;
}
}

@media screen and (max-width: 1259px) {
.banner .banner-img .swiper-num {
width: 280px;
height: 235px;
}

.banner .swiper-ft {
width: calc(100% - 280px);
}

.banner .swiper-font .swiper-h3 {
padding-top: 15px;
}

.section1 .section1-tab a {
padding: 7.15% 0;
}

.section1 .section1-tab {
height: 440px;
}

.section1 .section1-left .tit,
.section2 .section2-tit {
font-size: 22px;
}

.section2 .section2-icon {
width: 45px;
height: 45px
}

.section5 .section5-ul li:nth-child(9) {
left: 60.5%;
}

.section5 .section5-ul li:nth-child(7) {
left: 34.5%;
}

.section5 .section5-ul li:nth-child(16) {
left: 86.5%;
}

.footer .footerphone-menu {
padding-right: 12.5%;
}

.proinfo1 .proinfo1-lf {
height: 400px;
width: calc(100% - 148px);
}

.proinfo1 .proinfo1-rt {
width: 148px;
}

.proinfo1 .proinfo1-rt::before {
right: 185px;
}

.proinfo1 .proinfo1-right .tit {
font-size: 26px;
}

.page {
margin-bottom: 60px;
}

.service2 .service2-ul {
padding: 0%;
}

.service3 .service3-font .icon {
width: 60px;
height: 60px;
}

.service3 .service3-font .font {
width: calc(100% - 60px);
padding-right: 10%;
}

.service2 .inner-tit .dec,
.service3 .inner-tit .dec {
margin-top: 1.2%;
}

.service3 .service3-swiper,
.about1 .about1-ul,
.about3 .about3-ul,
.culture3 .culture3-ul1,
.culture4 .culture4-ul {
margin-top: 20px;
}

.about1 .about1-ul li {
padding: 6% 1%;
}

.about1 .about1-num span {
font-size: 42px;
}

.about1 .about1-num .number1 {
font-size: 30px;
}

.about1 .about1-num em {
font-size: 16px;
}

.about1 .about1-ul li:nth-child(4) .about1-num {
font-size: 20px;
}

.pub-banner .pub-banner-font .dec1 {
font-size: 20px;
}

.about4 .about4-tab li {
margin-right: 4.5%;
}

.culture2 .culture2-icon {
width: 100px;
height: 100px;
}

.culture2 .icon-tit {
margin-top: 5px;
}

.contact1::before {
width: 650px;
height: 700px;
}

.contact3 .contact3-list {
width: 90%;
}

.contact1 .contact1-right {
padding-left: 6%;
padding-top: 18px;
}
}

@media screen and (max-width: 1100px) {
.menu-list h3 {
margin: 0px;
}

.headfixed .menu-list > ul {
display: none;
}

.btn-phone,
.full-main-nav {
display: block;
width: 30px;
}

.headfixed .menu-list {
width: 38%;
}

.headfixed .mobile-nav-box > ul > li > h3 {
text-align: left;
padding: 15px 30px;
}

.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 > ul > li > h3 > i,
.headfixed .mobile-nav-box .link-tit > i {
right: 50px;
top: 15px;
}

.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: 66px;
}

.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: 0px;
}

.headfixed .mobile-nav-box ul li {
padding: 0px;
}

.menu-list h3 a {
height: auto;
}

.headfixed.headerbgm .menu-list h3 a {
height: auto;
line-height: 30px;
}

.headfixed {
padding: 12px 0;
}

.headfixed .logo img {
max-width: 180px;
}

.mainer {
margin-top: 66px;
}

.headfixed .btn-list .btn-right {
width: calc(100% - 30px);
margin-right: 10%;
}

.in-tit h3 {
font-size: 28px;
}

.footer .footerphone-menu h3 a,
.in-tit .dec {
font-size: 16px;
}

.menu-list .head-subnav a {
margin-bottom: 0px;
}

.footer {
padding-top: 50px;
}

.in-tit h2,
.pub-banner .pub-banner-font h3,
.inner-tit .tit {
font-size: 26px;
}

.pub-banner .pub-banner-font .dec {
font-size: 22px;
margin-bottom: 15px;
margin-top: 10px;
}

.in-tit h2 span {
font-size: 32px;
vertical-align: -2px;
}

.banner .banner-img .swiper-num {
width: 260px;
height: 220px;
}

.banner .swiper-ft {
width: calc(100% - 260px);
}

.section1 .section1-cont li {
width: 48%;
}

.section2 .section2-list {
height: 500px;
}

.footer .foot-copy,
.footer .foot-cont {
text-align: center;
}

.section3,
.section7 .section7-list,
.footer .foot-top,
.footer .foot-bot,
.section4 .section4-ul,
.talent1 .talent1-list {
flex-wrap: wrap;
}

.section7 .section7-left,
.footer .footerphone-menu,
.footer .foot-copy,
.footer .foot-cont,
.talent1 .talent1-left {
width: 100%;
}

.talent1 .talent1-right {
width: 70%;
margin: 0 auto;
}

.talent1 .talent1-left {
padding-right: 0px;
margin-bottom: 30px;
}

.footer .footerphone-menu {
padding-right: 0px;
display: none;
}

.footer .foot-top {
padding-bottom: 25px;
}

.footer .foot-ewm {
margin: 0 auto;
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}

.section7 .section7-left,
.footer .footerphone-menu {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}

.section7 .section7-right {
width: 60%;
margin-bottom: 40px;
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}

.section3 .section3-left {
width: 100%;
padding: 5%;
}

.section3 .section3-right {
width: 90%;
margin: 0 auto;
margin-bottom: 5%;
}

.section2 .section2-tit {
font-size: 20px;
}

.section2 .section2-bnt {
width: 40px;
height: 40px;
line-height: 40px;
}

.section2 .section2-dec {
font-size: 14px;
}

.section4 .section4-ul li {
width: 33.333%;
margin-top: 45px;
}

.section4 {
padding-top: 0px;
}

.section4 .section4-ul li:last-child,
.section4 .section4-ul li:nth-child(3) {
border-right: 0px;
}

.section5 .section5-num {
width: 200px;
height: 200px;
}

.section5 .section5-num img {
max-width: 110px;
}

.section6 .section6-time h5 {
font-size: 22px;
}

.product1 .product1-tit {
margin-top: 40px;
}

.product1 .product1-ul li a {
padding: 12.5% 4%;
}

.nav-menu .nav-name {
display: block;
}

.nav-menu .nav-menu-ul {
width: 100%;
position: absolute;
z-index: 100;
background: #fff;
box-shadow: 0 1px 4px 1px #f1f1f1;
display: none;
}

.nav-menu .nav-menu-ul li {
width: 100%;
text-align: left;
border-bottom: 1px solid #d2d2d2;
}

.nav-menu .nav-menu-ul a {
padding: 15px 30px;
line-height: 26px;
}

.nav-menu,
.nav-menu .nav-menu-ul li:last-child {
border-bottom: 0px;
}

.nav-menu .nav-menu-ul li.active::before,
.nav-menu .nav-menu-ul li:hover::before {
display: none;
}

.nav-menu .nav-menu-ul li.active {
border-bottom: 1px solid #0787d8;
}

.proinfo1 .proinfo1-lf {
height: 330px;
width: calc(100% - 119px);
}

.proinfo1 .proinfo1-rt {
width: 119px;
}

.proinfo1 .proinfo1-rt::before {
right: 155px;
}

.proinfo1 .proinfo1-right .dec p,
.inner-tit .dec p {
display: inline;
}

.proinfo2 .proinfo2-dec {
margin-top: 3%;
font-size: 15px;
}

.proinfo2 .proinfo2-left {
padding-right: 4%;
}

.proinfo3 .proinfo2-left {
padding-right: 0px;
padding-left: 4%;
}

.proinfo4 .proinfo4-ul li {
width: 50%;
}

.proinfo4 .proinfo4-ul li:nth-child(3n) .proinfo4-font,
.proinfo4 .proinfo4-ul li:nth-child(2n) .proinfo4-font {
padding-right: 14%;
}

.proinfo5 .inner-tit .dec {
margin-top: 1%;
}

.proinfo4 .proinfo4-num::before {
width: 65px;
height: 65px;
}

.proinfo4 .proinfo4-num {
font-size: 16px;
width: 32px;
height: 32px;
line-height: 32px;
}

.service2 .service2-num span {
font-size: 40px;
}

.service3 .service3-font .tit {
font-size: 20px;
}

.service3 .service3-font .dec,
.problem1 .problem1-dec .cont {
font-size: 14px;
}

.service4 .service4-right {
padding-left: 3.5%;
}

.problem1 .problem1-ul {
padding-bottom: 20px;
}

.about2 .about2-font .line {
height: 35px;
margin: 3% 0;
}

.about4 .about4-tab li {
margin-right: 5.5%;
}

.culture1 .inner-tit .tit {
margin-bottom: 20px;
}

.culture3 .culture3-tit .tit {
font-size: 14px;
padding: 10px 0;
}

.culture4 .culture4-tit {
padding: 15px 0;
margin-bottom: 15px;
}

.culture4 .culture4-hfont .culture4-tit::before {
width: 30px;
}

.new1 .new1-ul li {
width: 48.1%;
}

.new1 .new1-ul li:nth-child(3n) {
margin-right: 3.7%;
}

.new1 .new1-ul li:nth-child(2n) {
margin-right: 0px;
}

.inner-tit .dec {
margin-top: 5px;
}

.talent3 .talent3-dec {
margin-top: 10px;
}
}

@media screen and (max-width: 980px) {
.section1 .section1-list,
.section2 .section2-ul,
.proinfo1 .proinfo1-list,
.proinfo2,
.proinfo3,
.page,
.service1 .service1-list,
.service4,
.about2,
.culture1,
.culture2 .culture2-ul,
.contact1,
.talent2 .talent2-ul,
.talent3 {
flex-wrap: wrap;
}

.section1 .section1-left,
.section1 .section1-right,
.proinfo1 .proinfo1-left,
.proinfo1 .proinfo1-right,
.proinfo2 .proinfo2-left,
.proinfo2 .proinfo2-right,
.proinfo5 .proinfo5-img,
.page-prev,
.page-next,
.service1 .service1-left,
.service1 .service1-right,
.service4 .service4-left,
.service4 .service4-right,
.problem1 .problem1-ul li,
.about2 .about2-img,
.about2 .about2-font,
.culture1 .culture1-left,
.culture1 .culture1-right,
.contact1 .contact1-left,
.contact1 .contact1-right,
.contact3 .contact3-list,
.talent1 .talent1-right,
.talent3 .talent3-right {
width: 100%;
}

.problem1 .problem1-ul li {
margin-right: 0px;
}

.about2 .about2-img {
width: 90%;
margin: 0 auto;
}

.service4 .inner-tit,
.about2 .inner-tit,
.talent3 .inner-tit {
text-align: center;
}

.page-next {
text-align: left;
}

.page .page-all {
display: none;
}

.proinfo2 .proinfo2-left,
.service1 .service1-left,
.culture1 .culture1-left {
padding-right: 0px;
}

.proinfo1 .proinfo1-right,
.proinfo3 .proinfo2-left,
.service4 .service4-right,
.contact1 .contact1-right,
.talent3 .talent3-right {
padding-left: 0px;
}

.proinfo1 .proinfo1-right,
.proinfo2 .proinfo2-right,
.service1 .pmore,
.service4 .service4-left,
.culture1 .culture1-right {
margin-top: 30px;
}

.headfixed .menu-list {
width: 45%;
}

.banner .swiper-font .swiper-h3 h3 {
font-size: 20px;
}

.banner .en1 {
font-size: 22px;
line-height: 26px;
}

.banner .swiper-font .swiper-h2 h2 {
font-size: 32px;
}

.banner .banner-img .swiper-num {
width: 230px;
height: 195px;
}

.banner .swiper-ft {
width: calc(100% - 230px);
}

.in-tit h3 {
font-size: 26px;
}

.section1 .section1-left {
margin-bottom: 20px;
}

.section2 .section2-ul li {
width: 50%;
height: 50%;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.section1 .section1-tab {
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
align-items: flex-start;
padding: 0 4%;
height: auto;
}

.section1 .section1-tab li {
width: 25%;
text-align: center;
}

.section1 .section1-left .tit {
padding: 2% 4%;
text-align: center;
}

.section1 .section1-tab a {
padding: 11% 0;
}

.section1 .section1-cont li:nth-child(1),
.section1 .section1-cont li:nth-child(2),
.section1 .section1-cont li:nth-child(3) {
margin-top: 2%;
}

.section2 .section2-icon {
opacity: 1;
}

.section2 .section2-dec,
.section5 .section5-mobile,
.section6 .swiper-pagination,
.banner .pub-mbanner,
.pub-mbanner,
.service3 .swiper-pagination {
display: block;
}

.section2 .section2-bnt,
.section5 .section5-pc,
.banner .pub-pbanner,
.pub-pcbanner,
.insrecruit-list .rectue-top .post-dec li em {
display: none;
}

.section2 .section2-tit::before {
width: 30px;
}

.section2 .section2-list {
height: 700px;
}

.section3 .section3-left {
padding: 7% 5%;
}

.section3 .section3-right {
margin-bottom: 7%;
}

.section4 .section4-ul li:nth-child(3) .section4-num span em {
font-size: 24px;
}

.section4 .section4-num span em {
font-size: 26px;
}

.section4 .section4-num span {
font-size: 36px;
}

.section4 .section4-num sup {
font-size: 18px;
}

.section4 .section4-icon {
width: 35px;
height: 35px;
}

.section4 .section4-font {
font-size: 14px;
}

.section5 {
background: #F5F5F5 !important;
}

.section6 .section6-tab a {
font-size: 16px;
}

.section6 .section6-tab li {
margin-right: 6%;
}

.section6 .swiper-container {
padding-bottom: 5%;
}

.section7 .section7-right {
width: 100%;
}

.section7 .section7-rtul textarea {
height: 150px;
}

.section7 .section7-tit {
font-size: 24px;
}

.section7 .section7-ct .tel a {
font-size: 20px;
line-height: 32px;
}

.section1 .section1-cont li {
margin-left: 0px;
margin-right: 2%;
}

.product1 .product1-ul li {
width: 32.3%;
}

.product1 .product1-ul li:nth-child(4n) {
margin-right: 1.5%;
}

.product1 .product1-ul li:nth-child(3n),
.section1 .section1-cont li:nth-child(2n) {
margin-right: 0px;
}

.product1 .product1-ul {
margin-bottom: 30px;
}

.pub-banner .line {
width: 50px;
height: 2px;
}

.proinfo1 .proinfo1-lf {
width: calc(100% - 152px);
height: 410px;
}

.proinfo1 .proinfo1-rt {
width: 152px;
}

.proinfo1 .proinfo1-rt::before {
right: 190px;
display: none;
}

.proinfo1 .proinfo1-right .tit {
padding-bottom: 20px;
}

.proinfo1 .proinfo1-right .dec {
margin-top: 20px;
margin-bottom: 20px;
}

.proinfo2 .proinfo2-right,
.page-next span,
.service4 .service4-left,
.about2 .about2-img,
.talent3 .talent3-left {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}

.proinfo3 .proinfo2-left,
.page-next em,
.service4 .service4-right,
.about2 .about2-font,
.talent3 .talent3-right {
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}

.proinfo5 .inner-tit .dec,
.culture4 .culture4-dec1 {
font-size: 14px;
}

.proinfo5 .proinfo5-img {
margin-top: 20px;
}

.page-next em {
padding-left: 0px;
padding-right: 15px;
}

.page-next,
.culture1 .culture1-right,
.contact1 .contact1-right {
margin-top: 20px;
}

.service1 .service1-ul li {
margin-bottom: 20px;
}

.service1 .service1-right {
margin-top: 50px;
}

.service2 .service2-ul li {
padding: 0 2%;
}

.service3 .swiper-container {
padding-bottom: 5%;
}

.problem1 .problem1-tit {
padding: 3%;
}

.problem1 .problem1-dec {
padding: 0 5% 10% 5%;
}

.problem1 .problem1-ul li .problem1-dec,
.problem1 .problem1-ul li:nth-child(2n) .problem1-dec {
width: 100.1%;
}

.about1 .about1-ul li {
width: 33.333%;
}

.about2 {
padding-top: 55px;
padding-bottom: 60px;
}

.about2 .about2-font {
margin-bottom: 30px;
}

.about2 .about2-font .line {
margin: 3% auto;
width: 35px;
height: 3px;
}

.about4 .about4-tit,
.about4 .about4-tab a {
font-size: 16px;
}

.about4 .about4-tab li {
margin-right: 6.5%;
}

.culture1 .culture1-img1 {
left: 0px;
}

.culture2 .culture2-ul li {
flex: auto;
width: 25%;
margin-top: 30px;
}

.culture2 {
padding: 30px 0 60px 0;
}

.culture2 .culture2-tit {
opacity: 1;
pointer-events: auto;
}

.culture3 .culture3-ul li,
.culture4 .culture4-ul li {
width: 49%;
margin-bottom: 1.4%;
}

.culture3 .culture3-ul1 {
margin-bottom: 0px;
}

.culture4 .culture4-tit {
font-size: 20px;
}

.culture4 .culture4-ul li {
margin-bottom: 1.7%;
}

.culture3 .culture3-ul li:nth-child(2n),
.culture4 .culture4-ul li:nth-child(2n) {
margin-right: 0px;
}

.contact1 .contact1-entit {
font-size: 44px;
}

.contact1 .contact1-tit {
font-size: 24px;
}

.contact1 .contact1-dec {
font-size: 18px;
}

.talent2 .talent2-ul li,
.talent2 .talent2-ul li:nth-child(2) {
width: 50%;
padding: 0 3%;
margin-bottom: 30px;
}

.talent3 .talent3-left {
width: 60%;
margin: 0 auto;
margin-top: 20px;
}

.insrecruit-list .rectue-top .post-dec li {
padding: 0 15px;
}

.insrecruit-list .rectue-top .post-dec li span {
padding-right: 30px;
}

.insrecruit-list .rectue-top .icon,
.insrecruit-list .rectue-top .icon em {
width: 20px;
}

.insrecruit-list .rectue-top .icon em:nth-child(2) {
height: 20px;
}

.insrecruit-list .rectue-top .icon-em {
width: 20px;
height: 20px;
}

.insrecruit-list .rectue-min .desc {
padding-top: 20px;
}

.talent2 {
background-attachment: unset !important;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
}

@media screen and (max-width: 767px) {
.banner .swiper-font,
.proinfo1 .proinfo1-left,
.service2 .service2-ul,
.culture1 .culture1-right,
.culture3 .culture3-ul li,
.insrecruit-list .rectue-top .post-dec {
flex-wrap: wrap;
}

.banner .swiper-ft,
.section2 .section2-ul li,
.section7 .section7-rtul li,
.section7 .section7-ul li,
.section7 .section7-ul li:nth-child(odd),
.proinfo1 .proinfo1-lf,
.proinfo1 .proinfo1-rt,
.proinfo4 .proinfo4-ul li,
.service1 .service1-ul li,
.service2 .service2-ul li,
.service2 .service2-btul li,
.about3 .about3-ul li,
.about3 .about3-ul li:nth-child(2),
.culture3 .culture3-ul li,
.culture4 .culture4-ul li,
.new1 .new1-ul li,
.talent2 .talent2-ul li,
.talent2 .talent2-ul li:nth-child(2),
.talent3 .talent3-left {
width: 100%;
}

.section2 .section2-ul li {
width: 100%;
height: 25%;
}

.section2 .section2-icon {
width: 36px;
height: 36px;
}

.section2 .section2-tit {
font-size: 18px;
padding: 15px 0 20px;
}

.section1 .section1-tab a,
.section1 .section1-tit,
.section3 .section3-dec,
.product1 .product1-tit,
.proinfo4 .proinfo4-font,
.page-prev,
.page-next,
.inner-tit .dec,
.about1 .about1-numdec,
.about2 .about2-dec,
.about4 .about4-tit,
.culture4 .culture4-dec {
font-size: 16px;
line-height: 1.875;
}

.proinfo1 .proinfo1-rt,
.service2 .service2-ul li,
.service2 .service2-btul li {
margin-top: 20px;
}

.service2 .service2-ul li:first-child {
margin-top: 10px;
}

.section7 .section7-rtul li,
.service1 .service1-ul li,
.service2 .service2-btul li,
.about3 .about3-ul li:nth-child(2),
.about3 .about3-ul li,
.culture3 .culture3-ul li,
.culture4 .culture4-ul li {
margin-right: 0px;
}

.proinfo1 .proinfo1-lf,
.proinfo4 .proinfo4-ul li:nth-child(3n) .proinfo4-font,
.proinfo4 .proinfo4-ul li:nth-child(2n) .proinfo4-font,
.proinfo4 .proinfo4-font,
.new1 .new1-ul li:nth-child(3n),
.new1 .new1-ul li {
padding-right: 0px;
}

.proinfo4 .proinfo4-ul li {
padding-left: 4%;
margin-top: 25px;
}

.banner .swiper-ft {
padding-left: 0px;
}

.banner .swiper-tag .en {
font-size: 24px;
margin-top: 5px;
}

.banner .swiper-pagination {
left: auto;
right: 0%;
}

.headfixed .mobile-nav-box > ul > li > h3 {
padding: 10px 20px;
}

.headfixed .mobile-nav-box > ul > li > h3 > i,
.headfixed .mobile-nav-box .link-tit > i {
right: 30px;
top: 8px;
}

.in-tit h3 {
font-size: 22px;
}

.in-tit .dec {
margin-top: 3px;
}

.headfixed .btn-list .btn-right {
margin-right: 20%;
margin-left: 0;
}

.banner .swiper-pagination {
bottom: 10px !important;
}

.in-tit h3 span {
font-size: 30px;
vertical-align: -2px;
}

.headfixed .menu-list {
width: 40%;
}

.headfixed .mobile-nav-box .head-subnav {
padding: 10px 30px;
}

.footer {
padding-top: 45px;
}

#search-form {
width: 90%;
}

.mobile-nav-box {
top: 54px;
}

.mainer {
margin-top: 54px;
}

.banner .swiper-font .swiper-h2 h2 {
font-size: 26px;
line-height: 1.4;
}

.banner .swiper-font .swiper-h3 h3 {
font-size: 16px;
}

.banner .swiper-font .swiper-h3 {
padding-top: 5px;
}

.headfixed .btn-list {
justify-content: flex-end;
}

.in-tit h2 {
font-size: 24px;
}

.in-tit .dec {
line-height: 26px;
margin-top: 10px;
}

.headfixed .logo img {
max-width: 120px;
}

.banner .banner-img .swiper-num {
width: 120px;
height: 105px;
margin: 0 auto;
}

.banner .swiper-ft,
.proinfo2 .inner-tit,
.proinfo3 .inner-tit,
.about2 .about2-dec {
text-align: center;
}

.section1 .section1-left .tit {
font-size: 20px;
}

.section1 .section1-tab li,
.section4 .section4-ul li {
width: 50%;
}

.section1 .section1-cont a {
padding: 10% 6%;
}

.section1 .section1-img {
padding: 10% 0;
}

.more {
width: 200px;
padding: 12px;
font-size: 14px;
margin-top: 30px;
}

.section2 .section2-list {
height: auto;
height: 1000px;
}

.section2 .section2-cont {
position: static;
transform: translate(0%, 0%);
}

.in-tit h2 span {
font-size: 30px;
}

.section3 .in-tit .dec {
font-size: 18px;
margin-top: 15px;
}

.section3 .section3-dec {
margin-top: 15px;
margin-bottom: 20px;
}

.more1 {
margin: 0;
}

.section3 .section3-left {
padding: 12% 5%;
}

.section3 .section3-right {
margin-bottom: 12%;
}

.section4 .section4-ul li {
padding: 0 5%;
}

.section4 .section4-ul li {
width: 100%;
margin: 0 auto;
}

.section4 .section4-ul li {
margin-top: 15px;
}

.section4 {
padding-top: 25px;
}

.section4 .section4-ul li:nth-child(3) {
border-right: 1px solid rgba(255, 255, 255, .1);
}

.section4 .section4-font {
min-height: auto;
margin-top: 5px;
}

.section5 .section5-simg {
height: 80px;
}

.section5 .section5-simg img {
padding: 20px;
}

.section5 .section5-mobile .swiper-container {
padding-right: 1px;
padding-top: 6%;
padding-bottom: 11%;
}

.section6 .section6-tab li {
margin-right: 13%;
}

.section7 .section7-rtul textarea {
height: 120px;
}

.section7 .section7-rtul li:last-child {
width: 50%;
}

.section7 .section7-ul,
.section7 .section7-rtul {
margin-top: 20px;
}

.footer .foot-cont a {
margin-right: 10px;
}

.pub-banner .pub-banner-font h3 {
font-size: 24px;
}

.pub-banner .pub-banner-font .dec {
font-size: 18px;
}

.nav-menu .nav-name {
line-height: 55px;
padding: 0 20px;
}

.nav-menu .nav-menu-ul a {
font-size: 14px;
padding: 12px 20px;
}

.product1 .product1-ul li {
width: 48.5%;
margin-right: 3%;
margin-bottom: 3%;
}

.product1 .product1-ul li:nth-child(3n) {
margin-right: 3%;
}

.product1 .product1-ul li:nth-child(2n) {
margin-right: 0px;
}

.product1 .product1-tit,
.contact3 .pmore {
margin-top: 25px;
}

.product1 .product1-ul,
.new1 .new1-ul li,
.contact3 .contact3-ul li,
.insrecruit-list li {
margin-bottom: 20px;
}

.footer .foot-ewm {
width: 215px;
}

.footer .foot-ewm img {
width: 100px;
height: 100px;
}

.page {
margin-bottom: 50px;
}

.proinfo1 .proinfo1-lf {
height: 300px;
}

.proinfo1 .proinfo1-right .tit,
.inner-tit .tit {
font-size: 24px;
}

.pmore {
width: 160px;
height: 50px;
line-height: 50px;
font-size: 14px;
}

.pmore em {
font-size: 14px;
}

.proinfo2 {
padding-top: 45px;
}

.proinfo4 .proinfo4-num::before {
width: 50px;
height: 50px;
}

.proinfo4 .proinfo4-font {
padding-left: 25px;
}

.page-prev em {
padding-right: 10px;
}

.page-next em {
padding-left: 0px;
padding-right: 10px;
}

.page-next {
margin-top: 5px;
}

.page {
padding: 15px 0;
}

.service1 .service1-ul li {
margin-bottom: 0px;
}

.service1 .service1-right {
margin-top: 40px;
}

.service2 .service2-num span {
font-size: 32px;
}

.service2 .service2-num {
font-size: 16px;
}

.service3 .swiper-container {
padding-bottom: 10%;
}

.service4 .service4-font p {
font-size: 15px;
line-height: 1.875;
padding-left: 25px;
}

.service4 .service4-font p::before,
.talent1 .talent1-font p::before {
width: 15px;
height: 15px;
}

.service1 .pmore {
margin: 0 auto;
margin-top: 30px;
}

.problem1 .problem1-tit {
padding: 5%;
}

.problem1 .problem1-ul li,
.culture3 .culture3-ul li,
.culture4 .culture4-ul li {
margin-bottom: 15px;
}

.problem1 .problem1-ul li:last-child,
.culture3 .culture3-ul li:last-child,
.culture4 .culture4-ul li:last-child,
.new1 .new1-ul li:last-child {
margin-bottom: 0px;
}

.pub-banner .pub-banner-font .dec1 {
font-size: 18px;
}

.pub-banner .pub-banner-font h3 {
display: inline;
}

.about1 .about1-ul li {
width: 50%;
}

.about1 .about1-num .number1,
.about1 .about1-num {
font-size: 22px;
}

.about1 .about1-num span {
font-size: 36px;
}

.about1 .about1-num em {
font-size: 14px;
}

.about1 .about1-ul li:nth-child(4) .about1-num {
font-size: 16px;
}

.about1 .about1-num span {
font-size: 32px;
}

.about1 .about1-num span {
line-height: 50px;
}

.about2 {
padding-top: 45px;
padding-bottom: 50px;
}

.about3 .about3-ul li:nth-child(2) {
margin: 3.55% auto;
}

.lightboxOverlay,
.lightbox {
display: none !important;
}

.about4 .about4-tab li {
margin-right: 13.5%;
}

.about4 .about4-tit {
padding: 6% 4%;
padding-bottom: 0px;
}

.about4 .about4-tab {
padding: 15px 0;
}

.culture1 .culture1-img1 {
position: static;
margin: 0 auto;
margin-bottom: 20px;
width: 100%;
max-width: 100%;
}

.culture2 .culture2-ul li {
width: 50%;
margin-top: 20px;
}

.culture2 {
padding: 30px 0 50px 0;
}

.culture4 .culture4-ul li {
height: 350px;
}

.pub-banner .line {
width: 40px;
}

.contact1 .contact1-entit {
font-size: 36px;
}

.contact1 .contact1-tit {
font-size: 22px;
}

.contact1 .contact1-icon {
width: 50px;
height: 50px;
}

.contact1 .contact1-font {
width: calc(100% - 50px);
}

.contact1 .contact1-icon img {
max-width: 22px;
}

.contact1 .contact1-font {
line-height: 30px;
}

.contact1 .contact1-font span,
.contact1 .contact1-dec {
font-size: 16px;
}

.contact1 .contact1-right {
margin-top: 0px;
}

.contact1::before {
width: 100%;
height: 500px;
}

.contact1::before {
bottom: 0%;
}

.contact2 .contact2-img img {
height: 180px;
}

.contact1 {
padding-top: 40px;
}

.talent1 .talent1-list {
margin-top: 10px;
}

.talent1 .talent1-font p {
padding-left: 25px;
line-height: 2;
}

.talent2 {
padding-top: 0px;
}

.talent2 .talent2-font .tit {
font-size: 20px;
margin: 0px;
}

.talent2 .talent2-ul li {
padding: 0 !important;
display: flex;
flex-direction: row;
justify-content: flex-start;
margin-bottom: 20px !important;
}

.talent2 .talent2-ul li:last-child {
margin-bottom: 0px !important;
}

.talent2 .talent2-icon {
width: 45px;
height: 45px;
}

.talent2 .talent2-font {
width: calc(100% - 45px);
text-align: left;
padding-left: 20px;
}

.talent2 .talent2-font .dec,
.insrecruit-list .rectue-send a {
font-size: 15px;
}

.service2 .service2-ul li {
display: flex;
flex-direction: row;
justify-content: flex-start;
padding: 0px;
text-align: left;
align-items: center;
}

.service2 .service2-num {
width: 110px;
}

.service2 .service2-numdec {
width: calc(100% - 110px);
}

.insrecruit-list li {
margin-bottom: 20px;
}

.insrecruit-list .rectue-top .name h5 {
font-size: 18px;
}

.insrecruit-list .rectue-top .post-dec li {
padding: 0px;
}

.insrecruit-list .rectue-top .post-dec li em {
display: none;
}

.insrecruit-list .rectue-top .post-dec li span {
width: 100%;
padding-right: 0px;
line-height: 1.875;
}

.insrecruit-list .rectue-top .post-dec {
margin-top: 5px;
}

.insrecruit-list .rectue-top {
padding: 8% 6%;
height: auto;
}

.insrecruit-list .rectue-min {
padding: 0 6% 15% 6%;
}

.insrecruit-list .rectue-send {
width: 100%;
height: 55px;
line-height: 55px;
}
}

@media screen and (max-width: 360px) {
.in-tit .dec,
.insrecruit-list .rectue-send a {
font-size: 14px;
}

.in-tit .dec span {
font-size: 16px;
}

.in-tit h2 {
font-size: 22px;
}
}

.proinfo4 {
}

.proinfo4 table {
margin-top: 50px;
width: 100%;
}

.proinfo4 table tr {
}

.proinfo4 table tr:nth-child(1) {
background-color: rgb(7 135 216);
}

.proinfo4 table td {
padding: 10px;
font-size: 16px;
line-height: 20px;
border: 1px solid #9e9e9e54 !important;
color: #666666 !important;
}

.proinfo4 table tr:nth-child(1) td {
background-color: rgb(7 135 216) !important;
color: white !important;
}

.proinfo4 p {
color: #666666;
font-size: 16px;
line-height: 26px;
text-align: left;
}

.proinfo4 .proinfo4-font {
margin-top: 15px;
}


.proinfo2-left table, .proinfo2-right table {
margin-top: 10px;
width: 100%;
}

.proinfo2-left table tr {
}

.proinfo2-left table tr:nth-child(1), .proinfo2-right table tr:nth-child(1) {
background-color: rgb(7 135 216);
}

.proinfo2-left table td, .proinfo2-right table td {
padding: 10px;
font-size: 15px;
line-height: 20px;
border: 1px solid #9e9e9e54 !important;
color: #666666 !important;
}

.proinfo2-left table tr:nth-child(1) td, .proinfo2-right table tr:nth-child(1) td {
background-color: rgb(7 135 216) !important;
color: white !important;
}


/*20220708*/
.nei_anchor {
padding: 15px 0px;
text-align: center;
display: none;
position: fixed;
left: 0px;
top: 0px;
font-size: 0px;
width: 100%;
z-index: 1001;
background: rgb(255, 255, 255);
box-shadow: rgb(214, 214, 214) 0px 0px 8px 0px;
}

.nei_anchor span {
margin: 0px 8px;
text-align: center;
height: 40px;
width: 136px;
line-height: 40px;
display: inline-block;
}

.nei_anchor span a {
text-transform: uppercase;
font-family: arial;
height: 40px;
font-size: 16px;
color: rgb(102, 102, 102);
line-height: 40px;
display: block;
transition: all 0.5s ease 0s;
position: relative;
}

.nei_anchor span a::after {
content: "";
width: 1px;
height: 17px;
background: rgb(218, 218, 218);
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}

.nei_anchor span:last-child a::after {
display: none;
}

.nei_anchor span:hover a, .nei_anchor span.on a {
font-weight: bold;
color: rgb(7 135 216);
}

.invest {
background: rgb(241, 241, 241);
padding-bottom: 80px;
}

@media screen and (max-width: 767px) {

.nei_anchor {
display: none !important;
}
}


.news-banner1 {
width: 100%;
text-align: center;
}

.news-banner1 p {
color: white;
}

.news-banner1 .p1 {
font-weight: bold;
font-size: 38px;
}

.news-banner1 .p2 {
font-size: 60px;
font-weight: bold;
line-height: 80px;
}

.news-banner1 .p3 {
display: inline-block;
border: 3px solid white;
margin-top: 50px;
font-size: 20px;
padding: 5px 3%;
border-radius: 50px;
cursor: pointer;
}

.news-banner1 .p3:hover {
background-color: white;
color: #0787d8;
}


.banner .swiper-slide-active .news-banner1 .p3,
.banner .swiper-slide-active .news-banner1 .p2,
.banner .swiper-slide-active .news-banner1 .p1 {
webkit-animation: fadeInDown 2.8s;
animation: fadeInDown 2.8s;
}

.banner .swiper-slide-active .news-banner1 .p1 {
}

@media screen and (max-width: 1459px) {
.news-banner1 .p1 {
font-size: 32px;
}

.news-banner1 .p2 {
font-size: 48px;
line-height: 68px;
}

.news-banner1 .p3 {
font-size: 18px;
}
}

@media screen and (max-width: 1259px) {
.news-banner1 .p1 {
font-size: 28px;
}

.news-banner1 .p2 {
font-size: 42px;
line-height: 62px;
}

.news-banner1 .p3 {
font-size: 16px;
border: 2px solid white;
}
}

@media screen and (max-width: 767px) {
.news-banner1 .p1 {
font-size: 22px;
}

.news-banner1 .p2 {
font-size: 20px;
line-height: 36px;
}

.news-banner1 .p3 {
font-size: 16px;
padding: 5px 18px;
}
}


.foot-faq {
background-color: white;
padding: 5% 0;
}

.foot-faq ul {
}

.foot-faq ul li {
width: 48%;
float: left;
margin-right: 2%;
margin-bottom: 3%;
position: relative;
border: 1px solid #9e9e9ea8;
padding: 15px;
border-radius: 8px;
}

.foot-faq ul li:nth-child(even) {
margin-left: 0;
margin-right: 2%;
}

.foot-faq-h5 {
color: #0787d8;
font-size: 18px;
background: url(/pc/images/w1.png?V) no-repeat 0px 1px;
margin-bottom: 10px;
background-size: 28px;
padding-left: 32px;
}

.foot-faq-cont, .foot-faq-cont p {
font-size: 15px;
color: #333333;
}

.foot-faq-cont {
background: url(/pc/images/w2.png?V) no-repeat 0 0;
background-size: 28px;
padding-left: 32px;
cursor: pointer;
line-height: 24px;
}


.foot-faq-xh {
position: absolute;
display: none;
}

.foot-faq-xh .foot-faq-cont {
height: 180px;
overflow-x: hidden;
overflow-y: auto;
}


.foot-faq ul li:hover {
border-color: rgb(6 135 216);
}

.foot-faq ul li:hover .foot-faq-xh {
display: block;
background-color: white;
width: 100%; /* height: 220px; */
border: 2px solid rgb(158 158 158 / 20%);
top: 0%;
left: 0;
padding: 15px;
z-index: 99;
border-radius: 4px;
}

@media screen and (max-width: 767px) {
.foot-faq {
padding: 30px 0;
}

.foot-faq ul li {
width: 100%;
margin: auto;
margin-bottom: 25px;
}

.foot-faq ul li:nth-child(even) {
margin: auto;
margin-bottom: 25px;
}

.foot-faq-h5 {
font-size: 16px;
background-size: 24px;
padding-left: 28px;
}

.foot-faq-cont, .foot-faq-cont p {
font-size: 15px;
}

.foot-faq-cont {
background-size: 24px;
padding-left: 28px;
height: 48px;
overflow: hidden;
}

.foot-faq-xh {
display: none;
}
}


.head-lxdh {
position: fixed;
top: 0;
color: black;
width: 100%;
height: 32px;
z-index: 999;
}

.head-lxdh p {
line-height: 32px;
text-align: right;
color: #0787d8;
font-family: "ArialMT";
font-size: 16px;
}

.head-lxdh p span {
font-weight: bold;
font-size: 20px;
}

.headerbgm.top .head-lxdh, .headerbgm .head-lxdh {
display: none;
}

.headerbgm {
top: 0px;
}

#newBridge {
display: none !important;
}

@media screen and (max-width: 980px) {

.headfixed {
top: 0;
}

.head-lxdh {
display: none;
}
}

.lgwj {
}

.lgwj a {
color: #0787d8;
font-size: 18px;
}
