.w1520 {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}
.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.btn-phone { 
    display: none;
    cursor: pointer;
}
.headfixed {
    transition: all 0.5s;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    vertical-align: middle;
    clear: both;
    /* box-shadow: 0px 12px 8px -12px rgb(236 236 236); */
}

.headfixed .headfixed-top {
    padding: 15px 0;
}

.headfixed .headfixed-top-left {
    width: 60%;
    align-items: center;
}

.headfixed .headfixed-top-right {
    width: 40%;
    align-items: center;
}

.headfixed .headfixed-bot {
    line-height: 60px;
    align-items: center;
    background-color: #f8f8f8;
    box-shadow: 0px 12px 8px -12px rgb(236 236 236);
}

.headfixed .headfixed-top-lefth2 {
    padding-left: 20px;
    align-items: center;
}

.headfixed .headfixed-top-lefth2 h3 {
    font-family: "HarmonyOS_Sans_SC";
    font-size: 0.26rem;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #333333;
    font-weight: bold;
}

.headfixed .headfixed-top-lefth2 h3 span {
    padding: 0 2px 0 5px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    background-color: #b81b22;
    border-radius: 6px;
    margin-right: 9px;
    display: inline-block;
    vertical-align: 2px;
    font-family: "Gilroy-Regular";
    font-size: 30px;
    color: #ffffff;
}

.headfixed .headfixed-top-font {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #666666;
}

.headfixed .headfixed-top-font span {
    color: #333333;
}

.headfixed .logo {
    overflow: hidden;
    padding-right: 20px;
    border-right: 1px solid #e0e0e0;
}

.headfixed .logo p {
    font-weight: bold;
    font-size: 12px;
    line-height: 28px;
    color: #1a4985;
}

.headfixed .headfixed-top-rightcont {
    padding-left: 17px;
}

.headfixed .headfixed-top-rightcont p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #666666;
    margin-bottom: 5px;
}

.headfixed .headfixed-top-rightcont a,
.headfixed .headfixed-top-rightcont span {
    font-family: "HarmonyOS_Sans_SC";
    font-size: 0.26rem;
    line-height: 1;
    color: #133984;
    font-weight: bold;
}
.headfixed .headfixed-top-rightcont span{
    font-family: "HarmonyOS_Sans_SC";
    color: #9AADD2;
    display: inline-block;
    padding: 0 10px;
}
.headfixed .headfixed-top-rightcont a:hover{
    color: rgba(19,57,132, 0.85);
}
.headfixed .menu-list {
    align-items: center;
    position: relative;
}

.headfixed .menu-list>ul {
    width: 100%;
    position: relative;
}

.headfixed .menu-list>ul>li {
    position: relative;
    vertical-align: top;
    /* width: 11.5%; */
}

.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%;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.headfixed .mobile-nav-box>ul li a {
    color: #716b61;
    line-height: 40px;
    text-align: left;
}

.headfixed1 .mobile-nav-box ul li a {
    color: #282828;
}

.headfixed .btn-list {
    /* width: 3%; */
    text-align: center;
}

.headfixed .btn-list .btn-right {
    width: 100%;
    align-items: center;
}

.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: #007ad0;
    position: absolute;
    left: 50%;
    cursor: pointer;
    -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;
}

.headfixed1 .toggle-btn span {
    background: #fff;
}

.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: 76px;
    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: 8px 30px;
}

.headfixed .mobile-nav-box .head-subnav {
    width: 100%;
    display: none;
    padding: 20px 30px;
    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;
    display: block;
    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;
}

.headfixed1 .mobile-nav-box>ul>li>h3>i,
.headfixed .mobile-nav-box>ul>li>h3>i,
.headfixed1 .mobile-nav-box .link-tit>i,
.headfixed .mobile-nav-box .link-tit>i {
    position: absolute;
    top: 0;
    right: 30px;
    height: 100%;
    width: 80px;
}

.headfixed1 .mobile-nav-box .link-tit>i,
.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: 20px;
    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;
}

.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);
}

/* 搜素按钮  */
.btn-search,
.headfixed1 .btn-search {
    width: 21px;
    height: 21px;
}

.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 center center;
    border: none;
    cursor: pointer;
}

.headfixed .header-button {
    background: url(../images/in-ssicon.png) no-repeat center 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: 100%;
    right: 0%;
    width: 25%;
    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: #b81b22;
    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-ssicon.png) no-repeat center #b81b22;
    border: none;
    cursor: pointer;
    z-index: 11;
}

@media (min-width: 1200px) {
    .phone {
        display: none;
    }
}

.menu-list h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    margin: auto;
    height: 6px;
    width: 0;
    background-color: #007ad0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

.menu-list>ul>li.cur h3::after,
.menu-list>ul>li:hover h3::after {
    left: 0px;
    width: 100%;
}

.menu-list>ul>li:hover .head-subnav {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    pointer-events: auto;
    opacity: 1;
    transition: all 0.3s;
}

.menu-list h3 {
    width: 100%;
    position: relative;
}

.menu-list h3 a {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    font-size: 18px;
    display: block;
    color: #333333;
    z-index: 3;
}
.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;
    border: solid 1px #efefef;
}

.menu-list .head-subnav a {
    text-align: center;
    color: #333;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: block;
    font-size: 16px;
    border-bottom: solid 1px #efefef;
}
.menu-list .head-subnav a:last-child{
    border-bottom: none;
}
.menu-list .head-subnav a:hover {
    color: #0093dd;
}

.menu-list .lang-box {
    top: 100%;
    width: 100%;
}

.menu-list .lang-box a {
    padding: 8px 0;
}
/* mainer */
.mainer{
    position: relative;
    margin-top: 186px;
}
.mainer .banner {
    position: relative;
}

.mainer .pcimg {
    display: block;
}

.mainer .phoneimg {
    display: none;
}
@keyframes dopath1 {
    0%{transform:scaleX(1) scaleY(1);}
    25%{transform:scaleX(1.1) scaleY(1.1);}
    50%{transform:scaleX(1.2) scaleY(1.2);}
    75%{transform:scaleX(1.3) scaleY(1.3);}
    100%{transform:scaleX(1) scaleY(1);}
}
@-moz-keyframes dopath1 {
    0%{transform:scaleX(1) scaleY(1);}
    25%{transform:scaleX(1.1) scaleY(1.1);}
    50%{transform:scaleX(1.2) scaleY(1.2);}
    75%{transform:scaleX(1.3) scaleY(1.3);}
    100%{transform:scaleX(1) scaleY(1);}
}
@-webkit-keyframes dopath1 {
    0%{transform:scaleX(1) scaleY(1);}
    25%{transform:scaleX(1.1) scaleY(1.1);}
    50%{transform:scaleX(1.2) scaleY(1.2);}
    75%{transform:scaleX(1.3) scaleY(1.3);}
    100%{transform:scaleX(1) scaleY(1);}
}
@-o-keyframes dopath1 {
    0%{transform:scaleX(1) scaleY(1);}
    25%{transform:scaleX(1.1) scaleY(1.1);}
    50%{transform:scaleX(1.2) scaleY(1.2);}
    75%{transform:scaleX(1.3) scaleY(1.3);}
    100%{transform:scaleX(1) scaleY(1);}
}
.mainer .banner .banner-img {
    position: relative;
}

.mainer .banner .banner-img img {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.mainer .banner .swiper-button-next,
.mainer .banner .swiper-button-prev {
    display: none;
}

.mainer .banner .swiper-container-horizontal>.swiper-pagination-bullets,
.mainer .banner .swiper-pagination-custom,
.mainer .banner .swiper-pagination-fraction {
    bottom: 30px;
}
.banner .swiper-fontlist {
    width: 613px;
	background-color: rgba(255, 255, 255, 0.7);
    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%);
}

.banner .swiper-font {
    width: 100%;
    text-align: center;
    padding: 5% 2% 3.5% 2%;
}
.banner .swiper-font .swiper-h2{
    position: relative;
    padding-bottom: 15px;
    margin-top: 8px;
}
.banner .swiper-font .swiper-h2::after{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 278px;
    height: 6px;
    background: url(../images/in-xticon.png)no-repeat center center;
    background-size: 100%;
}
.banner .swiper-font .swiper-h2 h2 {
	font-size: 0.54rem;
	line-height: 1.3;
    font-weight: bold;
	color: #133984;
}
.banner .swiper-font .swiper-h2 h2 span{
	font-size: 0.63rem;
    vertical-align: -5px;
}
.banner .swiper-font .swiper-h3 h3 {
	font-size: 0.31rem;
    display: inline-block;
    padding: 0 4%;
	background-color: #0093dd;
	border-radius: 25px;
	line-height: 50px;
	color: #ffffff;
    font-weight: bold;
}
.banner .swiper-font .swiper-dec{
    font-size: 0.18rem;
	line-height: 27px;
	color: #0093dd;
    margin-top: 7px;
}
.banner .swiper-img{
    width: 100%;
    height: 100%;
    position: relative;
}
.mainer .banner .swiper-slide-active .swiper-font .swiper-h2 h2{
    -webkit-animation: fadeInDown 3.5s;
    animation: fadeInDown 3.5s;
}
.mainer .banner .swiper-slide-active .swiper-font .swiper-h3 h3{
    -webkit-animation: fadeInUp 2.8s;
    animation: fadeInUp 2.8s;
}
.mainer .banner .swiper-slide-active .swiper-font .swiper-dec{
    -webkit-animation: fadeInUp 3.2s;
    animation: fadeInUp 3.25s;
}
/* 轮播图上的小点 */
.mainer .banner .swiper-slide{
	position: relative;
	overflow: hidden;
}
.mainer .banner .swiper-pagination-bullet {
	opacity: 1;

}
.mainer .banner .c-dot {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
}
.mainer .banner .swiper-pagination{
	position: relative;
	text-align: left;
}
.mainer .banner .loading {
    margin: 0 5px;
    width: 24px;
    height: 24px;
	position: relative;
	border: 1px solid transparent;
	background: transparent;
}
.mainer .banner .loading.swiper-pagination-bullet-active {
	border-color: rgba(255,255,255,.2);
}
.mainer .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;
}
.mainer .banner .loading.swiper-pagination-bullet-active .c-progress {
	background-color: #fff;
}
.mainer .banner .loading .left,
.mainer .banner .loading .right {
	opacity: 0;
    width: 12px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    left: -1px;
	top: -1px;
	overflow: hidden;
}
.mainer .banner .loading.swiper-pagination-bullet-active .left,
.mainer .banner .loading.swiper-pagination-bullet-active .right {
	opacity: 1;
}
.mainer .banner .loading .right {
	left: auto;
	right: -1px;
	top: -1px;
}
.mainer .banner .loading .left:after,
.mainer .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;
}
.mainer .banner .loading .right:after {
    content: "";
	position: absolute;
    display: block;
	border-radius: 0 12px 12px 0;
	border: 1px solid #fff;
	border-left: 0;
}
.mainer .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;
}

.mainer .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;
}
@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);
  }
}
/* 首页标题 */
.index-tit{
    text-align: center;
}
.index-tit h3{
    font-size: 0.46rem;
	line-height: 1.3;
	color: #333333;
    font-weight: bold;
}
.index-tit h3 b{
    font-size: 0.55rem;
	color: #40a9e3;
    vertical-align: -5px;
}
.index-tit .dec{
    font-size: 0.20rem;
	line-height: 1.5;
    color: #666666;
    margin-top: 10px;
}
.index-tit .dec span{
    color: #109adf;
    font-weight: bold;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}
.in-section{
    position: relative;
    padding: 4.6% 0 5.2% 0;
}
.in-section1 .in-swiper{
    position: relative;
    margin-top: 3.5%;
}
.in-section1 .in-swiper-top .swiper-slide a{
    display: block;
    width: 100%;
    font-size: 0.20rem;
    padding-bottom: 10px;
	color: #666666;
    text-align: center;
    position: relative;
}
.in-section1 .in-swiper-top .swiper-slide a::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0093dd;
    opacity: 0;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.in-section1 .in-swiper-top .swiper-slide::after{
    content: "";
    position: absolute;
    top: 20%;
    right: 3px;
    transform: translateY(-20%);
    width: 1px;
    height: 20px;
    background-color: #b3b3b3;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
}
.in-section1 .in-swiper-top .swiper-slide:last-child::after{
    opacity: 0;
}
.in-section1 .in-swiper-top .swiper-slide a::after{
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 6px solid;
    border-color: transparent transparent #0093dd;
    opacity: 0;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.in-section1 .in-swiper-top .swiper-slide:hover a::before,
.in-section1 .in-swiper-top .swiper-slide.active a::before{
    opacity: 1;
    width: 55%;
}
.in-section1 .in-swiper-top .swiper-slide:hover a::after,
.in-section1 .in-swiper-top .swiper-slide.active a::after{
    opacity: 1;
}
.in-section1 .in-swiper-top .swiper-button-prev,
.in-section1 .in-swiper-top .swiper-button-next{
    display: none;
}
.in-section1 .in-swiper-bot{
    position: relative;
    margin-top: 4%;
}
.in-section1 .in-swiper-bot .swiper-slide a{
    display: block;
    padding: 12% 2% 3.5%;
    width: 100%;
    height: 100%;
    background: url(../images/in-bgm1.jpg)no-repeat center center;
    background-size: cover;
}
.in-section1 .in-swiper-img{
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.in-section1 .in-swiper-img img{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.in-section1 .in-swiper-tit{
    font-size: 0.24rem;
    text-align: center;
	color: #333333;
    margin-top: 12%;
}
.in-section1 .in-swiper-bot .swiper-pagination{
    display: none;
}
.in-section1 .in-swiper-bot .swiper-slide a:hover .in-swiper-img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.in-section1 .in-swiper-bot .swiper-slide a:hover .in-swiper-tit{
    color: #0093dd;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.in-section1 .in-swiper-top{
    position: relative;
}
.more{
    width: 240px;
	height: 60px;
	background-color: #109adf;
	border-radius: 2px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    display: block;
	color: #ffffff;
    margin: 3% auto 0 auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.in-section2 .index-tit h3,
.in-section2 .index-tit .dec,
.in-section4 .index-tit h3,
.in-section4 .index-tit .dec{
    color: #fff;
}
.in-section2 .in-sec2-list{
    margin: 10% auto 7.5% auto;
}
.in-section2 .in-sec2-img{
    position: relative;
    z-index: 1;
}
.in-section2 .in-sec2-img.img2{
    margin-left: -50px;
    z-index: 3;
}
.in-section2 .z img{
    display: inline-block;
}
.in-section2 .font .tit{
    font-family: "HarmonyOS_Sans_SC_Bold";
	font-size: 0.24rem;
	color: #ffffff;
    margin-top: 7px;
}
.in-section2 .font .dec{
    font-size: 16px;
	line-height: 26px;
	color: #ffffff;
    margin-top: 3px;
}
.in-section2 .font .dec b{
    color: #6dceff;
}
.in-section2 .in-sec2-ul li{
    width: 20%;
    position: absolute;
    z-index: 5;
}
.in-section2 .in-sec2-ul li:nth-child(1){
    top: 30%;
    left: 16%;
}
.in-section2 .in-sec2-ul li:nth-child(2){
    top: 30%;
    right: 16%;
}
.in-section2 .in-sec2-ul li:nth-child(3){
    bottom: 14%;
    left: 16%;
}
.in-section2 .in-sec2-ul li:nth-child(4){
    bottom: 14%;
    right: 16%;
}
.in-section2 .in-sec2-ul li:nth-child(odd),
.in-section2 .in-sec2-ul li:nth-child(odd) .z{
    text-align: right;
}
.in-section2 .in-sec2-ul li:nth-child(even),
.in-section2 .in-sec2-ul li:nth-child(even) .z{
    text-align: left;
}
.in-section3 .in-sec3-list{
    position: relative;
    margin-top: 2.5%;
    height: 770px;
}
.in-section3 .in-sec3-tit{
    width: 80px;
    font-size: 0.36rem;
	line-height: 1.27;
	letter-spacing: 4px;
    font-weight: bold;
	color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.in-section3 .in-sec3-ul li{
    width: 50%;
    position: relative;
}
.in-section3 .in-sec3-ul ul{
    width: 38.5%;
    flex-wrap: wrap;
    position: absolute;
}
.in-section3 .in-sec3-ul1{
    top: 70px;
    left: 0px;
}
.in-section3 .in-sec3-ul2{
    top: 70px;
    right: 0px;
}
.in-section3 .in-sec3-ul3{
    bottom: 60px;
    left: 0px;
}
.in-section3 .in-sec3-ul4{
    bottom: 60px;
    right: 0px;
}
.in-section3 .in-sec3-himg{
    width: 100%;
    display: block;
    height: 150px;
    position: relative;
    overflow: hidden;
}
.in-section3 .in-sec3-himg img{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.in-section3 .in-sec3-ul li a:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.in-section3 .in-sec3-swiper .in-sec3-himg{
    border: 1px solid #f1f1f1;
}
.in-section3 .in-sec3-swiper .swiper-container{
    padding-bottom: 3%;
}
.swiper-pagination{
    text-align: center;
}
.swiper-pagination-bullet{
    width: 15px;
    height: 3px;
    border-radius: 0px;
    background-color: #109adf;
    opacity: 1;
    margin: 0 3px;
}
.swiper-pagination-bullet-active{
    width: 25px;
}
.in-section3 .in-sec3-swiper{
    display: none;
}
.in-section4 .in-sec4-list{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
	border: solid 1px rgba(255, 255, 255, 0.2);
}
.in-section4 .in-sec4-left{
    width: 46.5%;
    padding-right: 4%;
    padding-left: 4.5%;
}
.in-section4 .in-sec4-list{
    margin-top: 4.5%;
    position: relative;
    align-items: center;
}
.in-section4 .in-sec4-left .tit{
    font-size: 0.30rem;
    line-height: 1.5;
	color: #ffffff;
    position: relative;
    padding-bottom: 4.5%;
    font-weight: bold;
}
.in-section4 .in-sec4-left .tit::after{
    content: "";
    position: absolute;
    width: 60px;
	height: 3px;
	background-color: #109adf;
    left: 0px;
    bottom: 0px;
}
.in-section4 .in-sec4-left .dec{
    font-size: 16px;
	line-height: 2;
	color: #ffffff;
    padding-top: 4.2%;
    text-align: justify;
}
.in-section4 .more{
    width: 186px;
	height: 60px;
	background-color: #109adf;
	border-radius: 2px;
    font-size: 16px;
    display: block;
    text-align: center;
	line-height: 60px;
	color: #ffffff;
    margin: 0;
    margin-top: 8%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.in-section4 .more:hover,
.more:hover,
.calulate-sec2 .ca-more:hover{
    background: rgba(16,154,223, 0.8);
}
.in-section4 .in-sec4-right{
    width: 53.5%;
    position: relative;
}
.in-section4 .in-sec4-right ul{
    flex-wrap: wrap;
}
.in-section4 .in-sec4-right ul li{
    width: 50%;
    padding: 8.3% 5%;
    cursor: pointer;
    border-left: solid 1px rgba(161,161,161, 0.3);
    border-bottom: solid 1px rgba(161,161,161, 0.3);
    position: relative;
    overflow: hidden;
}
.in-section4 .in-sec4-right ul li:nth-child(3),
.in-section4 .in-sec4-right ul li:nth-child(4){
    border-bottom: none;
}
.in-section4 .in-sec4-right ul li::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0px;
    left: 0px;
    background: url(../images/in-bgm5.png)no-repeat center center;
    background-size: cover;
    z-index: 1;
    -webkit-transition: .7s;
    -ms-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.in-section4 .in-sec4-right ul li:hover::after{
    height: 100%;
}
.in-section4 .in-sec4-right .law-num-info span,
.in-section4 .in-sec4-right sub{
    font-family: "DINCond-Bold";
	font-size: 0.80rem;
	line-height: 1.5;
	color: #ffffff;
    z-index: 3;
    position: relative;
}
.in-section4 .in-sec4-right sub em{
    font-size: 0.26rem;
    font-family: "HarmonyOS_Sans_SC_Bold";
    vertical-align: 8px;
}
.in-section4 .ul-num-dec{
    font-size: 18px;
	line-height: 1.7;
	color: #ffffff;
    z-index: 3;
    position: relative;
}
.in-section5 .in-sec5-list{
    margin-top: 10px;
}
.in-section5 .in-sec5-tab li{
    margin-right: 3.2%;
    position: relative;
}
.in-section5 .in-sec5-tab li::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 30%;
    right: -30%;
    transform: translateY(-30%);
    background: #c4c4c4;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
}
.in-section5 .in-sec5-tab li:last-child{
    margin-right: 0px;
}
.in-section5 .in-sec5-tab li:last-child::after{
    opacity: 0;
}
.in-section5 .in-sec5-tab li:hover a,
.in-section5 .in-sec5-tab li.active a{
    color: #109adf;
}
.in-section5 .in-sec5-tab a{
    display: block;
    width: 100%;
    font-size: 20px;
	line-height: 2;
	color: #666666;
}
.in-section5 .in-sec5-cont {
    padding-top: 3.5%;
}

.in-section5 .in-sec5-left {
    width: 68.75%;
    position: relative;
}

.in-section5 .in-sec5-right {
    width: 31.25%;
    position: relative;
}

.in-section5 .index-cont-lffont time,
.in-section5 .in-sec5-rt .tit time,
.in-section5 .in-sec5-rtfont time {
    font-size: 14px;
    line-height: 28px;
    color: #6f6f6f;
    font-family: "HarmonyOS_Sans_SC";
}

.in-section5 .index-cont-lffont .dec,
.in-section5 .in-sec5-rt .tit h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #333333;
}

.in-section5 .in-sec5-lf,
.in-section5 .in-sec5-rt {
    width: 50%;
    overflow: hidden;
}

.in-section5 .in-sec5-lf,
.in-section5 .in-sec5-rt {
    margin-right: 5%;
}

.in-section5 .in-sec5-rt {
    background-color: #f7f7f7;
}
.in-section5 .in-sec5-rt .swiper-container{
    width: 81.5%;
    height: 100%;
    margin: 0 auto;
}
.in-section5 .in-sec5-rt .swiper-container a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 13% 0 3% 0;
    position: relative;
}
.in-sec5-rt .swiper-container .in-sec5-more{
    position: absolute;
    bottom: 4%;
}
.in-section5 .in-sec5-img,
.in-section5 .in-sec5-rtimg {
    overflow: hidden;
}

.in-section5 .in-sec5-img img,
.in-section5 .in-sec5-rtimg img {
    width: 100%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.in-section5 .in-sec5-lf:hover .in-sec5-img img,
.in-section5 .in-sec5-right a:hover .in-sec5-rtimg img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.in-section5 .in-sec5-lf:hover .index-cont-lffont .dec,
.in-section5 .in-sec5-right a:hover .in-sec5-rtfont .tit,
.in-section5 .in-sec5-rt:hover .tit h4{
    color: #109adf;
}

.in-section5 .in-sec5-rt .dec {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 8%;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.in-section5 .index-cont-lffont .dec {
    margin-top: 3px;
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.in-section5 .index-cont-lffont {
    margin-top: 5%;
    padding-right: 12%;
}

.in-section5 .in-sec5-rt .tag {
    width: 126px;
    height: 40px;
    border-radius: 2px;
    border: solid 1px #b8b8b8;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #888888;
    margin-top: 18%;
}

.in-section5 .in-sec5-rt .tit h4 {
    position: relative;
    padding-bottom: 9.2%;
}

.in-section5 .in-sec5-rt .tit h4::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 60px;
    height: 2px;
    z-index: 3;
    background-color: #109adf;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.in-section5 .in-sec5-rt .tit h4::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #dededc;
}

.in-section5 .in-sec5-rt:hover .tit h4::before {
    width: 100%;
}

.in-section5 .in-sec5-rtimg {
    width: 166px;
}

.in-section5 .in-sec5-right a {
    align-items: center;
    padding: 6.2% 0;
    border-bottom: 1px solid #e5e5e5;
}

.in-section5 .in-sec5-right li:first-child a {
    padding-top: 0px;
}

.in-section5 .in-sec5-rtfont {
    width: calc(100% - 166px);
    padding-left: 4%;
}

.in-section5 .in-sec5-rtfont .tit {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.in-section5 .in-sec5-more{
    margin-top: 8%;
}
.in-section5 .in-sec5-more span{
    font-size: 14px;
	color: #6f6f6f;
    display: inline-block;
    vertical-align: middle;
}
.in-section5 .in-sec5-more em{
    color: #8d8d8d;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.in-section5 .in-sec5-lf:hover .in-sec5-more em,
.in-section5 .in-sec5-rt:hover .in-sec5-more em{
    margin-left: 10px;
}
.in-section5 .swiper-pagination{
    display: none;
}
/* footer */
.footer{
    position: relative;
}
.footer .footer-top{
    padding-top: 4.5%;
}
.footer .footerphone-menu{
    width: 65%;
}
.footer .footer-top>div{
    padding-bottom: 3.5%;
    border-bottom: 1px solid #4867A9;
}
.footer .foot-addrct a{
    font-family: "HarmonyOS_Sans_SC";
	font-size: 16px;
	line-height: 27px;
	color: rgba(255, 255, 255, 0.5);
}
.footer .foot-addrct p{
    font-size: 14px;
	line-height: 27px;
    color: rgba(255, 255, 255, 0.4);
}
.footer .foot-addrct h5{
	font-size: 16px;
	line-height: 27px;
    color: rgba(255, 255, 255, 0.5);
}
.footer .foot-addr{
    width: 20%;
    position: relative;
}
.footer .foot-addr li{
    align-items: center;
    margin-bottom: 5%;
}
.footer .foot-icon{
    width: 37px;
	height: 37px;
	background-color: rgba(169,169,169, 0.2);
    border-radius: 50%;
    position: relative;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.footer .foot-addrct{
    width: calc(100% - 37px);
    padding-left: 10px;
}
.footer .foot-icon img{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.footer .foot-addr li:first-child .foot-icon,
.footer .foot-addr li:hover .foot-icon{
    background-color: #109ADF;
}
.footer .foot-addr li:first-child .foot-addrct a{
    font-size: 20px;
	color: #ffffff;
}
.footer .foot-addr li:hover .foot-addrct a{
    color: #ffffff;
}
.footer .footerphone-menu li {
    /* -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; */
    position: relative;
}

.footer .footerphone-menu h3 {
    position: relative;
}

.footer .footerphone-menu h3 a {
    font-size: 20px;
    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: rgb(78, 78, 78);
    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: rgb(78, 78, 78);
    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: 14px;
}

.footer .footer-subnav a {
    font-size: 16px;
	line-height: 30px;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.footer .footer-subnav a:hover {
    color: rgba(255, 255, 255,1);
}
.foot-share a {
    font-size: 18px;
    color: #ffffff;
    opacity: 1 !important;
    margin: 0 !important;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 2px;
    display: block;
    float: left !important;
    margin-right: 10px !important;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	background-color: #b1b1b1;
	border-radius: 2px;
}
.foot-share a:last-child{
    margin-right: 0px !important;
}
.foot-share a:hover{
    color: #038bd5;
    background: rgba(177,177,177, 0.8);
}
.footer .footer-bot{
    padding: 1.5% 0;
    align-items: center;
}
.footer .footer-bot p{
    font-size: 14px;
	line-height: 30px;
    color: rgba(255, 255, 255, 0.3);
}
.footer .footer-bot a{
    width: 20%;
	font-size: 14px;
	line-height: 30px;
    color: rgba(255, 255, 255, 0.3);
    margin-right: 5px;
}
.footer .footer-bot a:last-child{
    margin-right: 0px;
}
.footer .footer-bot a:hover{
    color: #fff;
}

/* Inner page */
.pub-banner{
    position: relative;
}
.pub-pcbanner{
    display: block;
    width: 100%;
}
.pub-mbanner{
    display: none;
    width: 100%;
}
.pub-banner .pub-banner-font h3{
    font-size: 0.30rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 7px;
}
.pub-banner .pub-banner-font1 h3{
    font-size: 0.40rem;
    font-weight: bold;
	color: #ffffff;
}
.pub-banner .pub-banner-font .pad-lf{
    margin-left: 4.5%;
}
.pub-banner .pub-banner-font h3 strong{
	font-size: 0.42rem;
    font-weight: bold;
}
.pub-banner .pub-banner-font1 h3 strong{
    font-family: "Arial-BoldMT";
	font-size: 0.60rem;
    line-height: 0;
	color: #ffffff;
    vertical-align: -5px;
}
.pub-banner .pub-banner-font1 h3{
    margin-bottom: 0px;
}
.pub-banner .pub-banner-font .engdec{
    font-family: "ArialMT";
    text-align: left;
	font-size: 18px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.5);
    padding-left: 4.5%;
}
.pub-banner .pub-banner-font .dec{
    font-size: 16px;
	line-height: 1.875;
    text-align: left;
	color: #ffffff;
    margin-top: 5px;
}
.pub-banner .pub-banner-font1 .dec{
    font-size: 20px;
	line-height: 1.7;
	color: #ffffff;
}
.pub-banner .pub-banner-font .engdec1{
    padding-left: 0px;
}
.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;
}
.inner-section{
    position: relative;
    margin: 4.5% auto 0 auto;
}
.inner-tit h4{
    font-size: 0.36rem;
    font-weight: bold;
	color: #333333;
    text-align: center;
}
.inner-tit h4 span{
    font-family: "Arial-BoldMT";
	font-size: 0.47rem;
	color: #133984;
    vertical-align: -3px;
}
.inner-tit .dec{
    font-size: 22px;
    text-align: center;
	color: #666666;
}
/* calulate */
.calulate-sec1{
    font-size: 18px;
	line-height: 1.89;
	color: #133984;
    background-color: #f2f8fb;
	border-radius: 6px;
    padding:1.7% 4%;
    text-align: justify;
}
.calulate-sec2>div{
    align-items: center;
}
.calulate-sec2 .calulate-sec2-left{
    width: 49%;
    overflow: hidden;
    position: relative;
}
.calulate-sec2 .calulate-sec2-left img{
    width: 100%;
}
.calulate-sec2 .calulate-sec2-left:hover img,
.instr-sec1 li:hover .instr-sec1-left img,
.industry-info1 .industry-info1-right:hover img,
.honor-sec2 .swiper-slide:hover .honor-sec2-img img,
.honor-sec3 .swiper-slide:hover .honor-sec3-btimg img,
.contact-sec1 .contact-sec1-lf:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.calulate-sec2 .calulate-sec2-right{
    width: 51%;
    position: relative;
    padding-left: 4%;
}
.calulate-sec2 .calulate-sec2-right h4{
    font-size: 0.30rem;
    font-weight: bold;
	color: #333333;
}
.calulate-sec2 .calulate-sec2-right .dec{
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
}
.calulate-sec2 .ca-more{
    width: 145px;
	height: 50px;
    line-height: 50px;
    font-size: 18px;
    display: block;
	color: #ffffff;
    text-align: center;
	background-color: #109adf;
	border-radius: 25px;
    margin-top: 11.5%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.calulate-sec3 .calulate-sec3-ul{
    margin-top: 3.5%;
}
.calulate-sec3 .calulate-sec3-ul li{
    border-top: 1px solid #e9e9e9;
    padding: 2.5% 0 2% 0;
}
.calulate-sec3 .calulate-sec3-tit{
    font-size: 18px;
    font-weight: bold;
	color: #133984;
}
.calulate-sec3 .calulate-sec3-dec{
    font-size: 16px;
	color: #666666;
    margin-top: 10px;
}
.calulate-sec4{
    background-color: #f7f7f7;
    padding: 4.3% 0 8% 0;
    margin-top: 3.2%;
}
.calulate-sec4 .calulate-sec4-list{
    margin-top: 8%;
    position: relative;
}
.calulate-sec4 .calulate-sec4-list li{
    position: absolute;
    overflow: hidden;
    width: 23.5%;
}
.calulate-sec4 .calulate-sec4-list li:nth-child(1){
    top: -70px;
    left: 80px;
}
.calulate-sec4 .calulate-sec4-list li:nth-child(2){
    top: -70px;
    right: 80px;
}
.calulate-sec4 .calulate-sec4-list li:nth-child(3){
    bottom: -68px;
    left: 80px;
}
.calulate-sec4 .calulate-sec4-list li:nth-child(4){
    bottom: -68px;
    right: 80px;
}
.calulate-sec4 .calulate-sec4-list .mobile{
    display: none;
}
.calulate-sec4 .calulate-sec4-num{
    font-family: "Arial-BoldMT";
    font-size: 0.50rem;
    line-height: 1;
    font-style: italic;
    color: rgba(16,154,223, 0.5);
}
.calulate-sec4 .calulate-sec4-tit{
    font-size: 22px;
    font-weight: bold;
	color: #133984;
}
.calulate-sec4 .calulate-sec4-dec{
    font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.calulate-sec4 .calulate-sec4-list li:nth-child(1) .calulate-sec4-tit,
.calulate-sec4 .calulate-sec4-list li:nth-child(2) .calulate-sec4-tit{
    margin-top: 15%;
}
.calulate-sec4 .calulate-sec4-list li:nth-child(1) .calulate-sec4-dec,
.calulate-sec4 .calulate-sec4-list li:nth-child(2) .calulate-sec4-dec{
    margin-top: 6%;
}
.calulate-sec4 .calulate-sec4-list li:nth-child(3) .calulate-sec4-tit,
.calulate-sec4 .calulate-sec4-list li:nth-child(4) .calulate-sec4-tit{
    margin-bottom: 6%;
}
.calulate-sec4 .calulate-sec4-list li:nth-child(3) .calulate-sec4-dec,
.calulate-sec4 .calulate-sec4-list li:nth-child(4) .calulate-sec4-dec{
    margin-bottom: 15%;
}
.calulate-sec5 .calulate-sec5-list{
    flex-wrap: wrap;
}
.calulate-sec5 .calulate-sec5-list li{
    position: relative;
    width: 30%;
    background-color: #ffffff;
	border-radius: 20px;
	border: solid 3px rgba(16,154,223, 0.2);
    padding: 3% 3.5%;
    margin-right: 5%;
    margin-bottom: 2.5%;
}
.calulate-sec5 .calulate-sec5-list li:nth-child(3n){
    margin-right: 0px;
}
.calulate-sec5 .calulate-sec5-tag{
    font-family: "Arial-BoldMT";
	font-size: 0.24rem;
	color: #ffffff;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 110px;
    height: 125px;
    line-height: 100px;
    text-align: center;
    background: url(../images/ca-ibgm.png)no-repeat center center;
    background-size: 100%;
}
.calulate-sec5 .calulate-sec5-icon{
    height: 60px;
    position: relative;
}
.calulate-sec5 .calulate-sec5-icon img{
    position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.calulate-sec5 .calulate-sec5-font{
    margin-top: 15px;
}
.calulate-sec5 .calulate-sec5-font h5{
	font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
	color: #133984;
}
.calulate-sec5 .calulate-sec5-dec{
    font-size: 16px;
	line-height: 1.875;
	color: #666666;
    margin-top: 20px;
    padding-right: 15%;
}
.calulate-sec5 .calulate-sec5-dec a,
.calulate-sec5 .calulate-sec5-dec span{
    color: #133984;
}
.calulate-sec5 .calulate-sec5-list li:nth-child(2) .calulate-sec5-dec a{
    color: #666666;
}
.calulate-sec5 .calulate-sec5-dec span{
    padding: 0 10px;
}
.calulate-sec5 .calulate-sec5-list{
    margin-top: 3.5%;
}
.calulate-sec6{
    padding: 4.5% 0;
    margin-top: 3%;
}
.calulate-sec6 .inner-tit{
    text-align: center;
}
.calulate-sec6 .inner-tit .dec{
    background-color: #ffffff;
	border-radius: 2px;
    color: #109adf;
    padding: 0 13px 0 25px;
    display: inline-block;
}
.calulate-sec6 .calulate-sec6-p{
    font-size: 16px;
    text-align: center;
	line-height: 1.875;
	color: #666666;
    margin-top: 15px;
}
.calulate-sec6 .calulate-sec6-num{
    text-align: center;
    margin-top: 2%;
}
.calulate-sec6 .calulate-sec6-num img{
    display: inline-block;
    vertical-align: middle;
}
.calulate-sec6 .calulate-sec6-num p{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
	color: #666666;
}
.calulate-sec6 .calulate-sec6-img{
    position: absolute;
    bottom: -75px;
    right: 22%;
    z-index: 5;
}
.calulate-sec7{
    background-color: #f7f7f7;
    margin-top: 0px;
    padding: 7% 0 4.5% 0;
}
.calulate-sec7 .calulate-sec7-img{
    height: 85px;
    margin: 0 auto;
    position: relative;
}
.calulate-sec7 .calulate-sec7-img img,
.instr-sec2 .instr-sec2-img img{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.calulate-sec7 .calulate-sec7-font{
    font-size: 16px;
	line-height: 28px;
	color: #666666;
    margin-top: 7%;
}
.calulate-sec7 .calulate-sec7-ul{
    margin-top: 3.5%;
}
.calulate-sec7 .calulate-sec7-ul li{
    width: 25%;
    text-align: center;
    padding: 0 3%;
}
.calulate-sec7 .calulate-sec7-ul li:hover .calulate-sec7-img img,
.calulate-sec5 .calulate-sec5-list li:hover .calulate-sec5-icon img,
.instr-sec2 .instr-sec2-ul li:hover .instr-sec2-img img,
.industry-sec1 li:hover .industry-sec1-img img,
.industry-info2 .industry-info2-ul li:hover .ndustry-info2-num,
.honor-sec1 .honor-sec1-ul li:hover .honor-sec1-img img,
.contact-sec1 .contact-sec1-ul li:hover .contact-sec1-icon img {
    transform: translateY(-20px);
}
.calulate-sec7 .calulate-sec7-ul li:hover .calulate-sec7-font{
    color: #109ADF;
}
/* instrument */
.instr-sec1{
    background-color: #f7f7f7;
    margin-top: 3%;
    padding: 4.5% 0 3.8% 0;
}
.instr-sec1 .instr-sec1-list{
    position: relative;
    margin-top: 4%;
    flex-wrap: wrap;
    align-items: center;
}
.instr-sec1 .instr-sec1-list li{
    width: 48.5%;
    position: relative;
    margin-right: 3%;
    margin-bottom: 2%;
}
.instr-sec1 .instr-sec1-list li:nth-child(2n){
    margin-right: 0px;
}
.instr-sec1 .instr-sec1-left{
    width: 38%;
    position: relative;
    overflow: hidden;
}
.instr-sec1 .instr-sec1-left img{
    width: 100%;
}
.instr-sec1 .instr-sec1-right{
    width: 62%;
    position: relative;
    margin-left: -15px;
    background-color: #ffffff;
	border-radius: 20px 0px 0px 20px;
    padding: 3.3% 7%;
}
.instr-sec1 .instr-sec1-right h4{
    font-size: 22px;
    font-weight: bold;
	color: #133984;
}
.instr-sec1 .instr-sec1-right .dec{
    font-size: 16px;
	line-height: 1.875;
	color: #666666;
    margin-top: 4.5%;
}
.instr-sec2 .instr-sec2-ul {
    position: relative;
    flex-wrap: wrap;
    margin-top: 4%;
}
.instr-sec2 .instr-sec2-top{
    align-items: center;
}
.instr-sec2 .instr-sec2-ul li{
    background-color: #f4f6f8;
	border-radius: 20px;
    width: 30.8%;
    margin-right: 3.8%;
    margin-bottom: 3.8%;
    padding: 3.5% 3.8%;
}
.instr-sec2 .instr-sec2-ul li:nth-child(3n){
    margin-right: 0px;
}
.instr-sec2 .instr-sec2-img{
    width: 40px;
    height: 40px;
    position: relative;
}
.instr-sec2 .instr-sec2-tit{
    width: calc(100% - 40px);
    padding-left: 10px;
}
.instr-sec2 .instr-sec2-tit{
    font-size: 22px;
    font-weight: bold;
	color: #133984;
}
.instr-sec2 .instr-sec2-bot{
    font-size: 16px;
	line-height: 1.875;
	color: #666666;
    margin-top: 15px;
    padding-right: 15%;
}
.instr-sec2 .instr-sec2-bot a,
.instr-sec2 .instr-sec2-bot a span{
    color: #133984;
    font-weight: bold;
}
.instr-sec2 .instr-sec2-bot a span{
    padding: 0 10px;
}
/* industry */
.industry-sec1 ul{
    flex-wrap: wrap;
    padding-bottom: 3.3%;
}
.industry-sec1 li{
    width: 30.6%;
    background-color: #ffffff;
	box-shadow: 0px 0px 59px 0px 
		rgba(64, 63, 64, 0.08);
	border-radius: 2px;
    margin-right: 4%;
    margin-bottom: 4%;
}
.industry-sec1 li:nth-child(3n){
    margin-right: 0px;
}
.industry-sec1 a{
    display: block;
    width: 100%;
    height: 100%;
}
.industry-sec1 .industry-sec1-img{
    height: 70px;
    margin-top: 15%;
    position: relative;
}
.industry-sec1 .industry-sec1-img img,
.honor-sec3 .honor-sec3-icon img{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.industry-sec1 .industry-sec1-font{
	font-size: 20px;
	color: #133984;
    text-align: center;
    padding-top: 9%;
    padding-bottom: 15%;
}
.industry-sec1 .industry-sec1-bot{
    text-align: center;
    padding: 0% 6%;
    line-height: 80px;
    border-top: 1px solid #e8e8e8;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.industry-sec1 .industry-sec1-bot span{
    display: inline;
    vertical-align: middle;
    font-size: 16px;
	color: #666666;
}
.industry-sec1 .industry-sec1-bot i{
    color: #919191;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}
.industry-sec1 li:hover .industry-sec1-bot{
    padding: 0 11%;
}
.industry-sec1 li:last-child .industry-sec1-bot{
    border-top: none;
}
.industry-sec1 li:last-child{
    background: url(../images/ind-img1.png)no-repeat center center;
    background-size: cover;
    padding: 3% 3.2%;
}
.industry-sec1 .industry-sec1-p{
    font-size: 16px;
	line-height: 1.875;
	color: #ffffff;
    padding-right: 20%;
}
.industry-sec1 .tel{
    font-size: 20px;
	line-height: 27px;
	color: #ffffff;
    display: block;
    margin-top: 7%;
}
.industry-sec1 .tel-ft{
    font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
    display: block;
}
.ind-more{
    width: 120px;
    text-align: center;
    font-size: 0.26rem;
	letter-spacing: 2px;
	color: #ffffff;
    line-height: 48px;
	border-radius: 24px;
    margin-bottom: 8px;
	border: solid 2px #ffffff;
}
.ind-ifbt{
    width: 270px;
    padding: 2px 0;
    font-size: 22px;
	color: #ffffff;
    border-radius: 23px;
    text-align: center;
    border: solid 2px #ffffff;
    margin-bottom: 10px;
    margin-top: 15px;
}
.ind-ifbt span{
    font-family: "Arial-BoldMT";
	font-size: 0.26rem;
    vertical-align: -2px;
}
.industry-info1>div{
    align-items: center;
}
.industry-info1 .industry-info1-left,
.industry-info1 .industry-info1-right{
    width: 50%;
    overflow: hidden;
    position: relative;
}
.industry-info1 .industry-info1-left{
    padding-right: 5%;
}
.industry-info1 .industry-info1-img{
    width: 65px;
	height: 65px;
    position: relative;
}
.industry-info1 .industry-info1-img img,
.honor-sec1 .honor-sec1-img img,
.honor-sec2 .honor-sec2-img img{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.industry-info1 .industry-info1-tit{
    font-size: 0.30rem;
    color: #133984;
    font-weight: bold;
    margin-top: 2%;
    margin-bottom: 3%;
}
.industry-info1 .industry-info1-dec{
    font-size: 16px;
	line-height: 1.875;
	color: #666666;
}
.calulate-sec3 .calulate-sec3-table{
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 2.5%;
}
.calulate-sec3 .calulate-sec3-table table{
    width: 1030px;
}
.calulate-sec3 .calulate-sec3-table td:nth-child(1){
    background-color: #f3f3f3;
    font-size: 18px;
	line-height: 30px;
	color: #333333;
    width: 18%;
}
.calulate-sec3 .calulate-sec3-table td:nth-child(2){
    width: 31%;
}
.calulate-sec3 .calulate-sec3-table td:nth-child(3){
    flex: 1;
}
.calulate-sec3 .calulate-sec3-table td{
    border: solid 1px #e1e1e1;
    font-size: 16px;
    line-height: 35px;
	color: #666666;
    padding:8px 25px;
}
.industry-info2{
    background-color: #f6f6f6;
    padding-top: 4.5%;
    padding-bottom: 4%;
    margin-top: 3%;
}
.industry-info2 .inner-tit .dec{
    font-size: 18px;
    margin-top: 1%;
}
.industry-info2 .industry-info2-ul{
    margin-top: 4%;
    flex-wrap: wrap;
}
.industry-info2 .industry-info2-ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    background-color: #ffffff;
    padding: 2.2% 2.5%;
}
.industry-info2 .industry-info2-ul li:nth-child(3n){
    margin-right: 0px;
}
.industry-info2 .ndustry-info2-num{
    width: 60px;
	height: 60px;
    font-family: "Arial-BoldMT";
	font-size: 24px;
    text-align: center;
	color: #133984;
    line-height: 60px;
    border-radius: 50%;
	border: solid 2px #133984;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.industry-info2 .ndustry-info2-tit{
    font-size: 22px;
	color: #133984;
    font-weight: bold;
    margin-top: 15px;
}
.industry-info2 .ndustry-info2-dec{
    font-size: 16px;
    line-height: 1.875;
	color: #666666;
    margin-top: 5px;
    padding-right: 8%;
}
/* honor */
.honor-sec1{
    margin-top: 0px;
    padding-top: 4.5%;
}
.honor-sec1 .honor-sec1-font,
.about-sec2 .honor-sec1-font{
    text-align: center;
}
.honor-sec1 .honor-sec1-font .font1,
.about-sec2 .honor-sec1-font .font1{
    font-size: 18px;
	line-height: 1.87;
	color: #666666;
    margin-top: 15px;
    margin-bottom: 5px;
}
.honor-sec1 .honor-sec1-ul,
.honor-sec2 .honor-sec2-swiper{
    margin-top: 4%;
}
.honor-sec1 .honor-sec1-ul li{
    width: 48.5%;
    background-color: #ffffff;
	box-shadow: 0px 0px 59px 0px 
		rgba(64, 63, 64, 0.08);
    margin-right: 3%;
    padding: 3.7% 0;
}
.honor-sec1 .honor-sec1-ul li:last-child{
    margin-right: 0px;
}
.honor-sec1 .honor-sec1-font .font2,
.about-sec2 .honor-sec1-font .font2{
    font-size: 16px;
	line-height: 1.75;
	color: #666666;
}
.honor-sec1 .honor-sec1-img{
    height: 105px;
    position: relative;
}
.honor-sec1 .honor-sec1-dec{
    font-size: 16px;
	line-height: 1.875;
	color: #666666;
    padding: 3% 8%;
    margin-top: 15px;
}
.honor-sec2{
	background-color: #f8f8f8;
    padding: 4.5% 0;
}
.honor-sec2 .honor-sec2-font{
    font-size: 20px;
	line-height: 1.7;
    text-align: center;
	color: #666666;
    margin-top: 16%;
}
.honor-sec2 .honor-sec2-swiper{
    position: relative;
}
.honor-sec2 .swiper-slide{
    background-color: #ffffff;
    padding: 2.5% 3% 1.5% 3%;
}
.honor-sec2 .swiper-button-next,
.honor-sec2 .swiper-button-prev{
    width: 16px;
	height: 30px;
    background: url(../images/ho-next.png)no-repeat center center;
    background-size: 100%;
    right: 0px;
}
.honor-sec2 .swiper-container{
    width: 93%;
    margin: 0 auto;
}
.honor-sec2 .swiper-button-prev{
    background: url(../images/ho-prev.png)no-repeat center center;
    left: 0px;
}
.honor-sec2 .swiper-button-prev:hover{
    background: url(../images/ho-hprev.png)no-repeat center center;
}
.honor-sec2 .swiper-button-next:hover{
    background: url(../images/ho-hnext.png)no-repeat center center;
}
.honor-sec2 .honor-sec2-img{
    height: 300px;
    position: relative;
    display: block;
}
.honor-sec2 .swiper-slide:hover .honor-sec2-font,
.honor-sec3 .swiper-slide:hover .honor-sec3-btfont{
    color: #007ad0;
}
.honor-sec3{
    margin-top: 0px;
    padding-top: 4.5%;
}
.honor-sec3 .honor-sec3-top{
    align-items: center;
}
.honor-sec3 .honor-sec3-left{
    width: 55%;
    padding-right: 4%;
}
.honor-sec3 .honor-sec3-left .inner-tit h4{
    text-align: left;
}
.honor-sec3 .honor-sec3-dec{
    font-size: 16px;
	line-height: 1.875;
	color: #666666;
    margin-top: 2%;
}
.honor-sec3 .honor-sec3-right{
    width: 45%;
    padding-left: 5.3%;
}
.honor-sec3 .honor-sec3-icon{
    width: 90px;
	height: 90px;
	background-color: #0093dd;
    position: relative;
    border-radius: 50%;
}
.honor-sec3 .honor-sec3-icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -85.5px;
    margin-left: -85.5px;
    width: 171px;
	height: 171px;
    background: url(../images/ho-quan.png)no-repeat center center;
    background-size: 100%;
    animation: rotaterotate 30s infinite linear;
}
.honor-sec3 .honor-sec3-right ul li:nth-child(2) .honor-sec3-icon::before{
    animation: rotaterotate1 30s infinite linear;
}
.honor-sec3 .honor-sec3-num{
    padding-left: 25px;
    margin-top: 10px;
    position: relative;
    z-index: 3;
}
.honor-sec3 .honor-sec3-num span{
    font-family: "Arial-BoldMT";
	font-size: 0.66rem;
    line-height: 1.1;
	color: #133984;
}
.honor-sec3 .honor-sec3-num p{
    font-size: 16px;
	line-height: 1.875;
	color: #666666;
}
.honor-sec3 .honor-sec3-bot{
    position: relative;
    margin-top: 4%;
    margin-bottom: 7%;
}
.honor-sec3 .honor-sec3-btfont{
    font-size: 16px;
	line-height: 1.875;
    text-align: center;
	color: #666666;
    padding: 15px 5px;
}
.honor-sec3 .honor-sec3-btimg{
    overflow: hidden;
}
.honor-sec3 .honor-sec3-bot .swiper-slide{
    background-color: #f7f7f7;
    overflow: hidden;
}
.honor-sec3 .swiper-pagination{
    display: none;
}
/* problem */
.problem-sec1-snav{
    display: none;
}
.problem-sec1-pcnav li{
    width: 15.75%;
    margin-right: 1%;
    position: relative;
    background-color: #fdfdfd;
	box-shadow: 0px 0px 59px 0px 
		rgba(64, 63, 64, 0.08);
}
.problem-sec1-pcnav li:last-child{
    margin-right: 0px;
}
.problem-sec1-pcnav li a{
    display: block;
    width: 100%;
	border-radius: 2px;
    font-size: 20px;
    text-align: center;
	line-height: 64px;
	color: #666666;
    position: relative;
    z-index: 3;
}
.problem-sec1-pcnav li::before{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/pro-bgm3.jpg)no-repeat center center;
    background-size: cover;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.problem-sec1-pcnav li:hover::before,
.problem-sec1-pcnav li.active::before{
    opacity: 1;
}
.problem-sec1-pcnav li:hover a,
.problem-sec1-pcnav li.active a{
    color: #fff;
}
.problem-sec1-nav .nav-name {
    background-color: #ffffff;
    box-shadow: 0px 0px 41px 0px rgb(21 21 22 / 10%);
    color: #666666;
    display: block;
    text-align: left;
    display: block;
    padding: 0 30px;
    position: relative;
    cursor: pointer;
    line-height: 65px;
    font-size: 18px;
}
.problem-sec1-nav .nav-name .icon-sljt {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.problem-sec1-monav{
    width: 100%;
    position: absolute;
    z-index: 100;
    display: none;
    background: #fff;
    box-shadow: 0 1px 4px 1px #f1f1f1;
    padding: 20px 0;
    display: none;
}
.problem-sec1-monav li.active a {
    color: #109adf;
}
.problem-sec1-monav li a{
	font-size: 16px;
	line-height: 34px;
	color: #666666;
    padding: 0 30px;
    display: block;
}
.problem-sec1 .problem-sec1-ul{
    margin-top: 5%;
}
.problem-sec1 .problem-sec1-ul li{
    margin-bottom: 5.5%;
}
.problem-sec1 .problem-sec1-ul li:last-child{
    margin-bottom: 4%;
}
.problem-sec1 .tit-left,
.problem-sec1 .dec-left{
    width: 32px;
    height: 32px;
    background: url(../images/pro-bgm1.png)no-repeat center center;
    background-size: 100%;
    font-size: 20px;
    line-height: 33px;
	color: #ffffff;
    font-family: "ArialMT";
    text-align: center;
}
.problem-sec1 .dec-left{
    background: url(../images/pro-bgm2.png)no-repeat center center;
    color: #999999;
}
.problem-sec1 .tit-right,
.problem-sec1 .dec-right{
    width: calc(100% - 32px);
    padding-left: 22px;
}
.problem-sec1 .problem-sec1-ul .tit-right{
    font-size: 22px;
	color: #333333;
}
.problem-sec1 .problem-sec1-ul .dec-right{
    font-size: 16px;
    line-height: 1.875;
	color: #666666;
}
.problem-sec1 .problem-sec1-ul .tit{
    padding-bottom: 1.5%;
    border-bottom: 1px solid #e7e7e7;
    align-items: center;
}
.problem-sec1 .problem-sec1-ul .dec{
    padding-top: 1.5%;
}
.problem-sec1,
.download-sec1{
    padding-bottom: 5.2%;
    position: relative;
}
/* download */
.download-sec1 .download-sec1-ul{
    margin: 4% auto;
}
.download-sec1 .download-sec1-li1{
    width: 35%;
    padding-right: 5%;
}
.download-sec1 .download-sec1-li2,
.download-sec1 .download-sec1-li3{
    flex: 1;
    padding-right: 5%;
}
.download-sec1 .download-sec1-li4{
    width: 11%;
    text-align: center;
}
.download-sec1 .download-sec1-ul li:first-child a{
    background-color: #eeeeee;
    padding: 0 3.5%;
}
.download-sec1 .download-sec1-ul li a{
    width: 100%;
    padding: 1% 3.5%;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}
.download-sec1 .down-tit{
    font-size: 18px;
    font-weight: bold;
	line-height: 70px;
	color: #333333;
}
.download-sec1 .down-name i{
    font-size: 16px;
	color: #333333;
    font-weight: bold;
}
.download-sec1 .down-name{
    font-size: 16px;
	color: #333333;
}
.download-sec1 .down-time,
.download-sec1 .down-size{
    font-family: "ArialMT";
	font-size: 16px;
	color: #666666;
}
.download-sec1 .down-btn{
	width: 145px;
	height: 50px;
	background-color: transparent;
	border-radius: 25px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    display: block;
    margin: 0 auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.download-sec1 .download-sec1-ul li:hover .down-btn{
    color: #ffffff;
    background-color: #109adf;
}
.download-sec1 .download-sec1-ul li:hover .down-time,
.download-sec1 .download-sec1-ul li:hover .down-size,
.download-sec1 .download-sec1-ul li:hover .down-name,
.download-sec1 .download-sec1-ul li:hover .down-name i{
	color: #109adf;
}
.download-sec1 .download-sec1-ul li:hover .down-name{
    font-weight: bold;
}
/* new */
.new{
    position: relative;
    margin-bottom: 5.2%;
}
.new .new-list{
    align-items: flex-start;
    margin-top: 5%;
}
.new .new-list-left{
    width: 75%;
    padding-right: 6%;
    padding-bottom: 5%;
    position: relative;
    border-right: 1px solid #eeeeee;
}
.new .new-list-left li a{
    align-items: center;
    width: 100%;
    margin-bottom: 8%;
}
.new .new-list-left li:last-child a{
    margin-bottom: 0px;
}
.new .new-list-lfimg{
    width: 310px;
    position: relative;
    overflow: hidden;
}
.new .new-list-lfimg img{
    width: 100%;
}
.new .new-list-font{
    width: calc(100% - 310px);
    position: relative;
    overflow: hidden;
    padding-left: 3.6%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.new .new-list-fttop time{
	font-size: 14px;
    line-height: 26px;
	color: #888888;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2%;
}
.new .new-list-fttop time span{
    font-family: "ArialMT";
}
.new .new-list-fttop .tag{
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
	color: #ffffff;
    background-color: #109adf;
    display: inline-block;
    vertical-align: middle;
}
.new .new-list-font .tit{
    font-size: 24px;
	line-height: 36px;
	color: #333333;
    margin-top: 4px;
}
.new .new-list-font .dec{
    font-size: 16px;
	line-height: 28px;
	color: #666666;
    margin-top: 4%;
}
.new .new-list-left li:hover .new-list-font .tit,
.new .hot-tag-li a:hover span,
.new .new-rec li:hover .new-rec-tit,
.new-info .new-info-btn a:hover{
    color: #109adf;
}
.new .hot-tag-li a:hover span{
    border: 1px solid #109adf;
}
.new .new-list-right{
    width: 25%;
    position: sticky;
    top: 70px;
    padding-left: 2.8%;
}
.new .hot-tag h4,
.new .new-rec h4{
    font-size: 20px;
	line-height: 36px;
    font-weight: bold;
	color: #111111;
    margin-bottom: 3.5%;
}
.new .hot-tag-li span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 8px;
	line-height: 30px;
	color: #9b9b9b;
    background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #9b9b9b;
}
.new .hot-tag-li a{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.new .hot-tag-li a:nth-child(3n) span{
    margin-right: 0px;
}
.new .new-rec{
    margin-top: 16%;
}
.new .new-rec h4{
    margin-bottom: 2.5%;
}
.new .new-rec li a{
    display: block;
    width: 100%;
    padding-bottom: 5.5%;
    padding-top: 5.2%;
    border-bottom: 1px solid #eeeeee;
}
.new .new-rec li:last-child a{
    border: none;
}
.new .new-rec li:first-child a{
    padding-top: 0px;
}
.new .new-rec li a time{
    font-size: 14px;
	line-height: 28px;
	color: #888888;
}
.new .new-rec li a time span{
    font-family: "ArialMT";
}
.new .new-rec-tit{
    font-size: 16px;
	line-height: 26px;
	color: #333333;
}
/* new-info */
.new-info .time{
    font-size: 16px;
	color: #666666;
}
.new-info .time span{
    font-family: "ArialMT";
}
.new-info .new-info-dec{
    margin-top: 3.5%;
}
.new-info .new-info-dec p,
.new-info .new-info-dec{
    font-size: 16px;
	line-height: 1.875;
	color: #666666;
}
.new-info .new-info-dec p{
    padding-bottom: 4%;
}
.new-info .new-info-dec h5{
	font-size: 20px;
	line-height: 1.7;
	color: #333333;
	margin-bottom: 1.5%;
	text-align: center;
}
.new-info .new-info-dec img{
    margin-bottom: 5%;
}
.new-info .new-list-left{
    padding-bottom: 0px;
}
.new-info .new-info-dec{
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 2%;
}
.new-info .new-info-btn a{
    width: 50%;
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size: 20px;
    color: #333333;
    padding: 3.5% 0;
    margin-right: 20px;
    text-align: right;
}
.new-info .new-info-btn a:first-child{
    text-align: left;
}
.newsinfo-share a {
    background-image: none !important;
    display: inline-block !important;
    color: #fff !important;
    font-size: 18px !important;
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    line-height: 32px !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    transition: ease .5s;
    margin-right: 12px !important;
}

.newsinfo-share a:last-child {
    margin-right: 0 !important
}

.newsinfo-share a.icon-weibo {
    background-color: #da3c3c !important
}

.newsinfo-share a.icon-weixin {
    background-color: #21ba41 !important
}

.newsinfo-share a.icon-qq {
    background-color: #3e91ee !important
}

.newsinfo-share a.icon-kongjian {
    background-color: #f4c50b !important
}
/* contact */
.contact-sec1 .contact-sec1-left .tit{
	font-size: 0.32rem;
	line-height: 1.57;
	color: #333333;
    font-weight: bold;
}
.contact-sec1 .contact-sec1-left{
    width: 45%;
    position: relative;
    z-index: 3;
}
.contact-sec1 .contact-sec1-right{
    width: 55%;
    padding-left: 3.5%;
    position: relative;
    z-index: 3;
}
.contact-sec1 .contact-sec1-right::after{
    content: "";
    position: absolute;
    right: 0px;
    top: 40%;
    margin-top: -190px;
    width: 480px;
	height: 480px;
	border: solid 4px #f1f1f1;
    border-radius: 50%;
    z-index: -1;
    animation: rotaterotate 3s infinite linear;
}
.contact-sec1 .contact-sec1-ul{
    margin-top: 6%;
}
.contact-sec1 .contact-sec1-icon{
    width: 45px;
}
.contact-sec1 .contact-sec1-font{
    width: calc(100% - 45px);
    position: relative;
    padding-left: 3%;
}
.contact-sec1 .contact-sec1-tit{
    font-size: 16px;
	color: #333333;
}
.contact-sec1 .contact-sec1-dec .tel{
	font-size: 0.26rem;
	line-height: 30px;
	color: #133984;
    font-family: "HarmonyOS_Sans_SC_Bold";
}
.contact-sec1 .contact-sec1-dec .email{
    font-size: 16px;
	color: #666666;
    font-family: "HarmonyOS_Sans_SC";
}
.contact-sec1 .contact-sec1-dec .tel:hover{
    color: rgba(19,57,132, 0.8);
}
.contact-sec1 .contact-sec1-dec span{
    font-size: 0.26rem;
	color: #9aadd2;
}
.contact-sec1 .contact-sec1-ul li{
    margin-bottom: 3%;
}
.contact-sec1 .contact-sec1-dec,
.contact-sec1 .contact-sec1-dec .tel1{
    font-size: 16px;
	line-height: 1.875;
	color: #666666;
}
.contact-sec1 .contact-sec1-dec .email:hover,
.contact-sec1 .contact-sec1-dec .tel1:hover{
	color: #133984;
}
.contact-sec1 .contact-sec1-rttit{
    font-size: 18px;
	line-height: 2;
    font-weight: bold;
	color: #333333;
    text-align: center;
    margin-top: 10%;
}
.contact-sec1 .contact-sec1-lf{
    width: 50%;
    overflow: hidden;
}
.contact-sec1 .contact-sec1-lf img{
    width: 100%;
}
.contact-sec1 .contact-sec1-rt{
    width: 41.7%;
    background-color: #ffffff;
	box-shadow: 0px 0px 59px 0px 
		rgba(64, 63, 64, 0.08);
    position: relative;
    padding: 11.5% 2% 5% 2%;
    overflow: hidden;
}
.contact-sec1{
    align-items: center;
    padding-top: 5.5%;
    margin-top: 0px;
}
@keyframes rotaterotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotaterotate1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}
.contact-sec2{
    background-color: #f6f6f6;
    margin-top: 6.5%;
    padding: 4% 0;
}
.contact-sec2 .contact-sec2-font h4{
    font-size: 28px;
	color: #333333;
    text-align: center;
}
.contact-sec2 .contact-sec2-dec{
    font-size: 16px;
    text-align: center;
	line-height: 25px;
	color: #666666;
    margin-top: 8px;
}
.contact-input {
    width: 85.8%;
    margin: 35px auto 0 auto;
}

.contact-input1 {
    flex-wrap: wrap;
}

.contact-input1 li {
    width: 32.3%;
    margin-bottom: 1.5%;
    margin-right: 1.5%;
    position: relative;
}
.contact-input1 li:nth-child(3){
    margin-right: 0px;
}
.contact-input1 li:last-child{
    width: 100%;
    margin-right: 0px;
}
.contact-input input {
    font-size: 16px;
    background-color: #ffffff;
	border-radius: 4px;
    padding: 4.2% 4%;
    width: 100%;
    color: #888;
}

.contact-input textarea {
    font-size: 16px;
    color: #888;
    background-color: #ffffff;
	border-radius: 4px;
    padding: 1.2% 1.2%;
    width: 100%;
    min-height: 160px
}

.contact-submit {
    position: relative;
    width: 166px;
    height: auto;
    transition: ease .5s;
    margin: 0 auto;
    margin-top: 5px;
    transition: ease .5s
}

.message-submit {
    position: relative;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    display: block;
    width: 150px;
	height: 42px;
	background-color: #326bff;
	border-radius: 21px;
    cursor: pointer;
    transition: ease .5s
}
.message-submit:hover{
    background: rgba(50,107,255, 0.8);
}
.contact-input input::-webkit-input-placeholder,
.contact-input textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #888;
}

.contact-input input::-webkit-input-placeholder,
.contact-input textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #888;
}

.contact-input input::-moz-placeholder,
.contact-input textarea::-moz-placeholder {
    font-size: 16px;
    color: #888;
}

.contact-input input:-moz-placeholder,
.contact-input textarea:-moz-placeholder {
    font-size: 16px;
    color: #888;
}
.contact-input input:-ms-input-placeholder,
.contact-input textarea:-ms-input-placeholder {
    font-size: 16px;
    color: #888;
}
/* service */
.service-sec2{
    margin-top: 2.5%;
}
/* 分页 */
.inner-page {
    text-align: center;
    min-width: 457;
    margin: 0 auto;
    flex-wrap: wrap;
}

.inner-page a {
    display: block;
    font-family: "ArialMT";
	font-size: 16px;
    color: #999999;
    background: transparent;
    transition: ease .5s;
    /* border-right: 1px solid #f3f3f3; */
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}
.inner-page a:first-child{
    border-left: solid 1px #e6e6e6;
}
.inner-page a:first-child,
.inner-page a:last-child {
    width: 110px;
}
.inner-page a i,
.inner-page a span{
    display: inline;
    vertical-align: middle;
}
.inner-page a .icon-left{
    padding-right: 5px;
}
.inner-page a .icon-right{
    padding-left: 5px;
}
.inner-page a i{
    color: #333;
    font-size: 26px;
}
.inner-page a span{
    font-size: 16px;
    line-height: 50px;
	color: #333333;
}
.inner-page a:hover,
.inner-page a.on {
    color: #fff;
    background: #109adf;
    border: 1px solid #109adf;
}

.inner-page a:hover i,
.inner-page a:hover span {
    color: #fff;
}
@media(max-width:790px) {
    .inner-page a,
    .inner-page a span {
        font-size: 14px;
    }
    .inner-page a{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .inner-page a span{
        line-height: 40px;
    }
    .inner-page a i {
        font-size: 18px;
    }
}
/* konwledage */
.know-sec1{
    align-items: center;
}
.know-sec1-left{
    width: 43%;
}
.know-sec1-left .know-sec1-img img{
    width: 100%;
}
.know-sec1-left a:hover .know-sec1-img img,
.know-sec2 li a:hover .konw-sec2-img img,
.about-sec3 .about-sec3-ul li:hover .about-sec3-img img,
.about-sec5 .about-sec5-pc .about-sec5-img:hover img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.know-sec1-left .know-sec1-font{
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 4% 3% 6% 3%;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    transition: all 0.5s;
}
.know-sec1-left .know-sec1-font h5{
    font-size: 18px;
    width: 87%;
    padding-right: 10px;
}
.know-sec1-left .know-sec1-font time{
    width: 13%;
    font-family: "ArialMT";
    text-align: right;
    font-size: 14px;
    overflow: hidden;
}
.know-sec1-left .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.6);
}
.know-sec1-left .swiper-pagination-bullet-active{
    width: 8px;
    height: 8px;
    background-color: #109adf;
}
.know-sec1-left .swiper-pagination{
    padding-bottom: 1.5%;
    text-align: left;
    padding-left: 3%;
}
.know-sec1-right{
    width: 57%;
    padding-left: 2%;
}
.know-sec1-right li a{
    background-color: #f5f5f5;
    padding: 4%;
    transition: all 0.5s;
    width: 100%;
    overflow: hidden;
    margin-bottom: 3.05%;
    align-items: center;
}
.know-sec2 .konw-sec2-img{
    overflow: hidden;
}
.know-sec1-right li:last-child a{
    margin-bottom: 0px;
}
.know-sec1-right .time{
    width: 50px;
    position: relative;
    text-align: center;
}
.know-sec1-right .time span{
    display: block;
    font-size: 0.40rem;
    line-height: 1.2;
    font-family: "ArialMT";
    color: #999;
    margin-top: -3px;
    position: relative;
}
.know-sec1-right .time span::after{
    transition: all 0.2s;
    content: "";
    display: block;
    margin: 2px auto 6px auto;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background: #109adf;
}
.know-sec1-right .time em{
    display: block;
    font-size: 14px;
    font-family: "ArialMT";
    color: #999;
}
.know-sec1-right .font{
    width: calc(100% - 50px);
    position: relative;
    padding-left: 5%;
}
.know-sec1-right .font h5{
    font-size: 20px;
    color: #333333;
}
.know-sec1-right .font .dec{
    font-size: 16px;
    color: #777777;
    margin-top: 1.5%;
    display: -webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.know-sec1-right li a:hover .time em,
.know-sec1-right li a:hover .time span,
.know-sec1-right li a:hover .font h5,
.know-sec1-right li a:hover .font .dec{
    color: #fff;
}
.know-sec1-right li a:hover .time span::after{
    background-color: #fff;
}
.know-sec1-right li a:hover{
    background-color: #109adf;
    transform: translateY(-10px);
}
.know-sec2{
    background-color: #f7f7f7;
    padding: 4.5% 0;
}
.know-sec2 li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.know-sec2 li:nth-child(3n){
    margin-right: 0px;
}
.know-sec2 li a{
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}
.know-sec2 .know-sec2-font{
    padding: 22px 25px 40px;
    background-color: #fff;
}
.know-sec2 .know-sec2-font h5{
    color: #444;
    font-size: 20px;
    width: 90%;
    line-height: 1.8;
}
.know-sec2 .know-sec2-font time{
    font-family: "ArialMT";
    color: #777;
    font-size: 14px;
    margin: 7px 0 13px;
    display: inline-block;
}
.know-sec2 .know-sec2-font .dec{
    line-height: 30px;
    color: #777;
    font-size: 16px;
}
.know-sec2 .know-sec2-font .btn{
    padding: 8px 28px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    background-color: #109adf;
    margin-top: 26px;
}
.know-sec2 .know-sec2-font .btn em{
    color: #fff;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.know-sec2 .know-sec2-font .btn span{
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}
.know-sec2 li a:hover .know-sec2-font h5{
    color: #109adf; 
}
.know-sec2 ul{
    flex-wrap: wrap;
    padding-bottom: 4%;
}
/* about */
.about-sec1 .about-sec1-left{
    width: 45%;
    position: relative;
    padding-top: 10%;
}
.about-sec1 .about-sec1-left .tit h4{
    font-size: 0.36rem;
	font-weight: bold;
    line-height: 1.39;
    color: #333333;
}
.about-sec1 .about-sec1-left .tit h4 span{
	color: #133984;
}
.about-sec1 .about-sec1-left .tit-dec{
	font-size: 18px;
	line-height: 32px;
	color: #666666;
    margin-top: 2%;
    margin-bottom: 4.5%;
}
.about-sec1 .about-sec1-left .tit-dec-bt{
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}
.about-sec1 .about-sec1-right{
    width: 55%;
    position: relative;
}
.about-sec1 .about-sec1-bgm{
    width: 770px;
	height: 770px;
    position: relative;
	background-color: #ffffff;
    border-radius: 50%;
    float: right;
    margin-right: -100px;
    margin-top: -50px;
}
.about-sec1 .about-sec1-bgm::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: url(../images/ab-bgm3.png)no-repeat center center;
    background-size: cover;
}
.about-sec1 .about-sec1-bgm::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 568px;
	height: 568px;
    background: url(../images/ab-bgm4.png)no-repeat center center;
    background-size: cover;
}
.about-sec1 .about-sec1-ul li{
    width: 39%;
    position: absolute;
}
.about-sec1 .about-sec1-ul .about-sec1-ct{
    padding: 3.5% 4%;
    background-color: #ffffff;
	box-shadow: 0px 0px 59px 0px 
		rgba(64, 63, 64, 0.1);
	border-radius: 20px;
}
.about-sec1 .about-sec1-ul li:nth-child(1){
    top: 7%;
    left: 44%;
}
.about-sec1 .about-sec1-ul li:nth-child(2){
    top: 30.5%;
    left: 14%;
}
.about-sec1 .about-sec1-ul li:nth-child(3){
    top: 42.5%;
    left: 61%;
}
.about-sec1 .about-sec1-ul li:nth-child(4){
    top: 66%;
    left: 29%;
}
.about-sec1 .about-sec1-num span,
.about-sec1 .about-sec1-ul li:nth-child(4) .about-sec1-num em{
    font-family: "Arial-BoldMT";
	font-size: 0.50rem;
    line-height: 1.3;
    font-weight: bold;
    color: #133984;
}
.about-sec1 .about-sec1-num em{
    font-size: 18px;
	color: #133984;
    vertical-align: 3px;
}
.about-sec1 .about-sec1-ul li p{
    font-size: 16px;
	color: #666666;
}
.about-sec1 .about-sec1-ul li:nth-child(2) .about-sec1-num span,
.about-sec1 .about-sec1-ul li:nth-child(2) .about-sec1-num em,
.about-sec1 .about-sec1-ul li:nth-child(2) p{
    color: #fff;
}
.about-sec1 .about-sec1-ul li:nth-child(4) .about-sec1-num em{
    vertical-align: 0px;
}
.about-sec2{
    margin-top: 0px;
}
.about-sec3 .about-sec3-img{
    overflow: hidden;
}
.about-sec3 .about-sec3-img img{
    width: 100%;
}
.about-sec3 .about-sec3-ul{
    padding-top: 3.5%;
    /* padding-bottom: 6.5%; */
}
.about-sec3 .about-sec3-font{
	background-color: #ffffff;
	box-shadow: 0px 0px 59px 0px 
		rgba(64, 63, 64, 0.08);
	border-radius: 20px;
    margin-top: -36px;
    z-index: 3;
    position: relative;
    padding: 10%;
    min-height: 266px;
}
.about-sec3 .about-sec3-font .tit h5{
    font-size: 22px;
    font-weight: bold;
	color: #133984;
    text-align: center;
}
.about-sec3 .about-sec3-font .tit p{
    font-size: 16px;
	color: #666666;
    text-align: center;
    margin-top: 5px;
}
.about-sec3 .about-sec3-font .dec{
    flex-wrap: wrap;
    margin-top: 8%;
}
.about-sec3 .about-sec3-ul li{
    width: 30.5%;
    margin-right: 4%;
}
.about-sec3 .about-sec3-ul li:last-child{
    margin-right: 0px;
}
.about-sec3 .about-sec3-font .dec dd{
	font-size: 16px;
	line-height: 40px;
	color: #666666;
    width: 50%;
    padding-left: 13px;
    position: relative;
    padding-right: 10px;
}
.about-sec3 .about-sec3-ul li:nth-child(1) .dec dd:nth-child(even){
    padding-right: 0px;
}
.about-sec3 .about-sec3-ul li:nth-child(2) .dec dd{
    width: 100%;
}
.about-sec3 .about-sec3-font .dec dd::before{
    content: "";
    position: absolute;
    top: 17px;
    left: 0px;
    width: 6px;
	height: 6px;
	background-color: #133984;
    border-radius: 50%;
}
.about-sec3 .about-sec3-font .dec dd span{
    font-family: "Arial-BoldMT";
	font-size: 20px;
	color: #133984;
}
.about-sec4{
    padding: 4% 0 4.5% 0;
}
.about-sec4 .inner-tit h4{
    color: #fff;
}
.about-sec4 .about-sec4-img{
    margin-top: 3.5%;
    position: relative;
}
.about-sec4 .about-sec4-mobile{
    display: none;
}
.about-sec4 .about-sec4-img .mobile{
    display: none;
}
.about-sec4 .about-sec4-ul1 li{
    position: absolute;
}
.about-sec4 .about-sec4-ul1 li:nth-child(1){
    top: 16%;
    left: 49.5%;
}
.about-sec4 .about-sec4-ul1 li:nth-child(2){
    top: 55%;
    left: 37.5%;
}
.about-sec4 .about-sec4-ul1 li:nth-child(3){
    top: 66%;
    left: 53%;
}
.about-sec4 .about-sec4-ul1 .about-sec4-icon{
    height:60px;
    -webkit-transition: .7s;
    -ms-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.about-sec4 .about-sec4-ul1 li h5{
    font-size: 0.24rem;
    font-weight: bold;
	color: #ffffff;
    text-align: center;
}
.about-sec4 .about-sec4-ul1 li:hover .about-sec4-icon{
    transform: translateY(-15px);
}
.about-sec4 .about-sec4-font li{
    font-size: 20px;
    width: 14%;
    position: absolute;
	line-height: 32px;
	color: #ffffff;
}
.about-sec4 .about-sec4-font li:nth-child(1){
    top: 60%;
    left: 18%;
}
.about-sec4 .about-sec4-font li:nth-child(2){
    top: 39%;
    right: 18%;
    width: 16%;
}
.about-sec4 .about-sec4-font li:nth-child(3){
    top: 81%;
    right: 19%;
    width: 15%;
}
.about-sec5{
    padding-bottom: 5%;
    padding-top: 4.5%;
    margin-top: 0px;
}
.about-sec5 .about-sec5-pc{
    margin-top: 4%;
}
.about-sec5 .inner-tit .dec{
    font-size: 20px;
}
.about-sec5 .about-sec5-pc{
    height: 440px;
    position: relative;
}
.about-sec5 .about-sec5-pc li{
    position: absolute;
}
.about-sec5 .about-sec5-pc li:nth-child(1){
    top: 0%;
    left: 1.5%;
}
.about-sec5 .about-sec5-pc li:nth-child(2){
    top: 0%;
    left: 30%;
}
.about-sec5 .about-sec5-pc li:nth-child(3){
    top: 0%;
    left: 52%;
}
.about-sec5 .about-sec5-pc li:nth-child(4){
    top: -4%;
    left: 79%;
}
.about-sec5 .about-sec5-pc li:nth-child(5){
    top: 32%;
    left: 16%;
}
.about-sec5 .about-sec5-pc li:nth-child(6){
    top: 34%;
    left: 36.5%;
}
.about-sec5 .about-sec5-pc li:nth-child(7){
    top: 37%;
    left: 56.5%;
}
.about-sec5 .about-sec5-pc li:nth-child(8){
    top: 36%;
    left: 81%;
}
.about-sec5 .about-sec5-pc li:nth-child(9){
    top: 70%;
    left: 6%;
}
.about-sec5 .about-sec5-pc li:nth-child(10){
    top: 70%;
    left: 26.5%;
}
.about-sec5 .about-sec5-pc li:nth-child(11){
    top: 70%;
    left: 49.5%;
}
.about-sec5 .about-sec5-pc li:nth-child(12){
    top: 70%;
    left: 75%;
}
.about-sec5 .about-sec5-img{
	width: 220px;
	height: 120px;
	background-color: #ffffff;
	box-shadow: 0px 0px 59px 0px 
		rgba(64, 63, 64, 0.08);
	border-radius: 4px;
    position: relative;
}
.about-sec5 .about-sec5-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.about-sec5 .about-sec5-mobile{
    display: none;
}
.about-sec5 .about-sec5-mobile .about-sec5-img{
    box-shadow: 0px 0px 59px 0px 
    rgba(64, 63, 64, 0);
    border: 1px solid #f1f1f1;
}
.about-sec5 .about-sec5-mobile .swiper-container{
    padding-bottom: 30px;
}
/* responsive */
@media screen and (max-width: 1679px) {  
    .in-section3 .in-sec3-tit {
        width: 71px;
    }
    .calulate-sec7 {
        padding: 10% 0 4.5% 0;
    }
    .calulate-sec6 .calulate-sec6-img {
        bottom: -160px;
    }
    .inner-tit .dec{
        font-size: 20px;
    }
    .about-sec4 .about-sec4-font li{
        width: 18%;
    }
    .about-sec4 .about-sec4-font li:nth-child(2){
        width: 20%;
    }
    .about-sec4 .about-sec4-font li:nth-child(3){
        width: 17%;
    }
    .about-sec4 .about-sec4-font li:nth-child(1) {
        left: 13.5%;
    }
    .about-sec4 .about-sec4-font li:nth-child(2) {
        right: 13%;
    }
    .about-sec4 .about-sec4-font li:nth-child(3) {
        right: 15%;
    }
}
@media screen and (max-width: 1560px) {
    .w1520{
        width: 95%;
    }
    .banner .swiper-font .swiper-dec{
        font-size: 16px;
    }
    .index-tit .dec,
    .in-section1 .in-swiper-top .swiper-slide a{
        font-size: 18px;
    }
    .in-section2 .in-sec2-ul li {
        width: 25%;
    }
    .in-section2 .in-sec2-ul li:nth-child(1),
    .in-section2 .in-sec2-ul li:nth-child(3) {
        left: 8%;
    }
    .in-section2 .in-sec2-ul li:nth-child(2),
    .in-section2 .in-sec2-ul li:nth-child(4) {
        right: 8%;
    }
    .in-section3 .in-sec3-tit {
        width: 67px;
    }
    .in-section4 .in-sec4-left .tit{
        font-size: 26px;
    }
    .calulate-sec2 .ca-more{
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
    .calulate-sec6{
        padding: 6.5% 0;
    }
    .calulate-sec7 {
        padding: 13% 0 4.5% 0;
    }
    .calulate-sec5 .calulate-sec5-tag {
        width: 100px;
        height: 115px;
    }
    .ind-ifbt span{
        font-size: 24px;
        vertical-align: -1px;
    }
    .honor-sec2 .honor-sec2-font{
        font-size: 18px;
    }
    .about-sec4 .about-sec4-font li{
        font-size: 18px;
    }
    .about-sec4 .about-sec4-font li:nth-child(3) {
        width: 18%;
    }
    .about-sec4 .about-sec4-font li:nth-child(2) {
        right: 10.5%;
        top: 37%;
    }
    .about-sec4 .about-sec4-font li:nth-child(1) {
        left: 10.5%;
    }
    .about-sec4 .about-sec4-font li:nth-child(3) {
        right: 12.5%;
    }
}
@media screen and (max-width: 1459px) {
    .w1400{
        width: 90%;
    }
    .headfixed .logo img{
        width: 90px;
    }
    .headfixed .headfixed-top {
        padding: 10px 0;
    }
    .mainer {
        margin-top: 164px;
    }
    .in-section3 .in-sec3-ul1,
    .in-section3 .in-sec3-ul2 {
        top: 40px;
    }
    .in-section3 .in-sec3-ul3,
    .in-section3 .in-sec3-ul4 {
        bottom: 40px;
    }
    .in-section3 .in-sec3-list {
        height: 730px;
    }
    .in-section3 .in-sec3-tit {
        width: 63px;
        top: 49%;
        left: 50%;
        transform: translate(-50%,-49%);
    }
    .footer .foot-addr {
        width: 24%;
    }
    .footer .footerphone-menu h3 a,
    .in-section5 .in-sec5-tab a{
        font-size: 18px;
    }
    .in-section4 .in-sec4-right ul li {
        padding: 11.3% 5%;
    }
    .calulate-sec4 .calulate-sec4-list li {
        width: 25.5%;
    }
    .calulate-sec4 .calulate-sec4-list li:nth-child(1),
    .calulate-sec4 .calulate-sec4-list li:nth-child(3) {
        left: 30px;
    }
    .calulate-sec4 .calulate-sec4-list li:nth-child(2),
    .calulate-sec4 .calulate-sec4-list li:nth-child(4){
        right: 30px;
    }
    .calulate-sec5 .calulate-sec5-dec{
        padding-right: 8%;
    }
    .ind-more{
        font-size: 22px;
    }
    .industry-info2 .ndustry-info2-tit{
        font-size: 20px;
    }
    .know-sec1-right .time span{
        font-size: 34px;
    }
    .know-sec1-left .know-sec1-font h5{
        width: 82%;
    }
    .know-sec1-left .know-sec1-font time{
        width: 18%;
    }
    .new .new-list-font .tit{
        font-size: 22px;
    }
    .contact-sec1 .contact-sec1-right::after{
        width: 400px;
        height: 400px;
        margin-top: -165px;
    }
    .about-sec4 .about-sec4-font li:nth-child(1) {
        left: 8%;
    }
    .about-sec4 .about-sec4-font li:nth-child(2) {
        right: 7%;
    }
    .about-sec4 .about-sec4-font li:nth-child(3) {
        right: 9%;
    }
    .about-sec4 .about-sec4-ul1 li:nth-child(1) {
        top: 23%;
    }
    .about-sec4 .about-sec4-ul1 li:nth-child(3) {
        left: 55%;
    }
    .about-sec4 .about-sec4-ul1 li h5{
        font-size: 20px;
    }
    .about-sec1 .about-sec1-bgm{
        width: 700px;
        height: 700px;
    }
    .about-sec3 .about-sec3-font{
        padding: 10% 9%;
        min-height: 255px;
    }
}
@media screen and (max-width: 1366px) {
    .headfixed .logo img {
        width: 60px;
    }
    .mainer {
        margin-top: 136px;
    }
    .in-section2 .in-sec2-ul li {
        width: 28%;
    }
    .in-section2 .in-sec2-ul li:nth-child(1), .in-section2 .in-sec2-ul li:nth-child(3) {
        left: 5%;
    }
    .in-section2 .in-sec2-ul li:nth-child(2), .in-section2 .in-sec2-ul li:nth-child(4) {
        right: 5%;
    }
    .in-section2 .font .tit{
        font-size: 22px;
    }
    .in-section3 .in-sec3-list {
        height: 680px;
    }
    .in-section3 .in-sec3-ul1, .in-section3 .in-sec3-ul2 {
        top: 20px;
    }
    .in-section3 .in-sec3-ul3, .in-section3 .in-sec3-ul4 {
        bottom: 20px;
    }
    .more {
        width: 220px;
        height: 50px;
        line-height: 50px;
    }
    .in-section4 .more {
        width: 150px;
        height: 50px;
        line-height: 50px;
    }
    .in-section5 .in-sec5-lf, .in-section5 .in-sec5-rt {
        margin-right: 3.5%;
    }
    .footer .footer-subnav a {
        font-size: 14px;
    }
    .footer .footerphone-menu h3 a, .in-section5 .in-sec5-tab a,.in-section5 .in-sec5-rtfont .tit {
        font-size: 16px;
    }
    .footer .footer-bot a{
        font-size: 13px;
    }
    .in-section5 .index-cont-lffont .dec, .in-section5 .in-sec5-rt .tit h4{
        font-size: 18px;
        line-height: 28px;
    }
    .in-section5 .in-sec5-rtfont .tit{
        line-height: 26px;
    }
    .in-section4 .in-sec4-left .tit{
        font-size: 26px;
    }
    .in-section4 .ul-num-dec{
        font-size: 17px;
    }
    .in-section4 .in-sec4-right .law-num-info span, .in-section4 .in-sec4-right sub{
        line-height: 1.2;
    }
    .in-section3 .in-sec3-tit {
        width: 60px;
        top: 47%;
        left: 50%;
        transform: translate(-50%,-47%);
    }
    .calulate-sec2 .calulate-sec2-right h4{
        font-size: 22px;
    }
    .inner-tit .dec {
        font-size: 18px;
        margin-top: 5px;
    }
    .calulate-sec5 .calulate-sec5-dec{
        padding-right: 0%;
    }
    .calulate-sec6 .inner-tit .dec{
        padding: 5px 13px 3px 25px;
    }
    .calulate-sec4 .calulate-sec4-list li {
        width: 27.5%;
    }
    .calulate-sec4 .calulate-sec4-list li:nth-child(1), .calulate-sec4 .calulate-sec4-list li:nth-child(3) {
        left: 0px;
    }
    .calulate-sec4 .calulate-sec4-list li:nth-child(2), .calulate-sec4 .calulate-sec4-list li:nth-child(4) {
        right: 0px;
    }
    .calulate-sec5 .calulate-sec5-font h5,
    .instr-sec1 .instr-sec1-right h4,
    .instr-sec2 .instr-sec2-tit{
        font-size: 20px;
    }
    .calulate-sec5 .calulate-sec5-tag {
        width: 85px;
        height: 100px;
        line-height: 100px;
    }
    .calulate-sec7 {
        padding: 17% 0 4.5% 0;
    }
    .calulate-sec6 .calulate-sec6-img {
        bottom: -180px;
    }
    .instr-sec1 .instr-sec1-right .dec{
        font-size: 15px;
    }
    .instr-sec2 .instr-sec2-bot{
        padding-right: 10%;
    }
    .industry-sec1 .industry-sec1-p{
        padding-right: 25%;
    }
    .ind-more {
        font-size: 20px;
    }
    .industry-info2 .inner-tit .dec{
        font-size: 16px;
    }
    .industry-info1 .industry-info1-tit{
        font-size: 24px;
    }
    .problem-sec1-pcnav li a{
        font-size: 18px;
        line-height: 55px;
    }
    .download-sec1 .down-btn{
        width: 11%;
        height: 40px;
        line-height: 40px;
    }
    .download-sec1 .down-tit{
        line-height: 60px;
    }
    .know-sec2 .know-sec2-font .btn{
        padding: 6px 25px;
    }
    .new .new-list-font .tit {
        font-size: 20px;
    }
    .new .hot-tag h4, .new .new-rec h4{
        font-size: 18px;
    }
    .new .new-list-left li a{
        margin-bottom: 40px;
    }
    .new-info .new-info-btn a,
    .new-info .new-info-dec h5{
        font-size: 18px;
    }
    .contact-sec1 .contact-sec1-left {
        width: 40%;
    }
    .contact-sec1 .contact-sec1-right{
        width: 60%;
    }
    .contact-sec1 .contact-sec1-dec .tel{
        font-size: 22px;
    }
    .contact-sec1 .contact-sec1-left .tit{
        font-size: 28px;
    }
    .about-sec4 .about-sec4-font li:nth-child(2) {
        width: 22%;
    }
    .about-sec4 .about-sec4-font li:nth-child(3) {
        width: 20%;
    }
    .about-sec4 .about-sec4-font li:nth-child(1) {
        left: 5%;
    }
    .about-sec4 .about-sec4-font li:nth-child(2) {
        right: 5%;
    }
    .about-sec4 .about-sec4-font li:nth-child(3) {
        right: 6.5%;
    }
    .about-sec3 .about-sec3-font{
        padding: 8% 5%;
    }
    .about-sec3 .about-sec3-font .tit h5{
        font-size: 20px;
    }
    .about-sec1 .about-sec1-ul li {
        width: 44%;
    }
    .about-sec4 .about-sec4-ul1 li:nth-child(3) {
        left: 54%;
    }
    .about-sec4 .about-sec4-ul1 li:nth-child(1) {
        top: 19%;
    }
    .about-sec4 .about-sec4-ul1 li:nth-child(2) {
        left: 35.5%;
    }
    .about-sec3 .about-sec3-ul li{
        width: 31.5%;
        margin-right: 2.6%;
    }
}
@media screen and (max-width: 1259px) {
    .about-sec1 .about-sec1-left .tit h4{
        font-size: 26px;
    }
    .menu-list h3 a{
        font-size: 16px;
    }
    .headfixed .headfixed-top-rightcont p {
        font-size: 14px;
        margin-bottom: 2px;
    }
    .headfixed .headfixed-bot {
        line-height: 45px;
    }
    .mainer {
        margin-top: 121px;
    }
    .banner .swiper-fontlist {
        width: 520px;
    }
    .banner .swiper-font .swiper-dec {
        font-size: 15px;
        line-height: 25px;
    }
    .banner .swiper-fontlist>div{
        width: 100%;
    }
    .index-tit .dec, .in-section1 .in-swiper-top .swiper-slide a {
        font-size: 16px;
    }
    .in-section1 .in-swiper-img {
        height: 380px;
    }
    .in-section1 .in-swiper-bot .swiper-slide a {
        padding: 5% 2% 3.5%;
    }
    .in-section2 .font .tit {
        font-size: 20px;
    }
    .in-section2 .z img{
        width: 40px;
        height: 40px;
    }
    .index-tit .dec{
        margin-top: 5px;
    }
    .in-section4 .ul-num-dec {
        font-size: 16px;
    }
    .in-section4 .in-sec4-right .law-num-info span, .in-section4 .in-sec4-right sub{
        line-height: 1.2;
    }
    .in-section3 .in-sec3-list{
        display: none;
    }
    .in-section3 .in-sec3-swiper{
        display: block;
        margin-top: 3%;
    }
    .in-section3 .in-sec3-swiper .swiper-container{
        padding-bottom: 4%;
    }
    .in-section4 .in-sec4-list{
        flex-wrap: wrap;
        padding-top: 5%;
    }
    .in-section4 .in-sec4-left,
    .in-section4 .in-sec4-right{
        width: 100%;
    }
    .in-section4 .in-sec4-right ul li{
        width: 25%;
        padding: 5% 3%;
        text-align: center;
    }
    .in-section4 .in-sec4-right ul li{
        border: none;
    }
    .in-section1 .in-swiper-tit{
        font-size: 20px;
    }
    .in-section5 .in-sec5-tab li {
        margin-right: 40px;
    }
    .in-section5 .in-sec5-tab li::after {
        top: 25%;
    }
    .inner-tit h4{
        font-size: 26px;
    }
    .pub-banner .pub-banner-font h3{
        font-size: 24px;
    }
    .pub-banner .pub-banner-font h3 strong{
        font-size: 32px;
    }
    .calulate-sec6 .calulate-sec6-img{
        right: 18%;
    }
    .calulate-sec7 .calulate-sec7-ul li{
        padding: 0 2%;
    }
    .calulate-sec5 .calulate-sec5-list li{
        padding: 2% 2.5%;
        width: 31.2%;
        margin-right: 3%;
    }
    .calulate-sec4 .calulate-sec4-list .pc{
        display: none;
    }
    .calulate-sec4 .calulate-sec4-list .mobile{
        display: block;
    }
    .calulate-sec4 .calulate-sec4-list ul{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .calulate-sec4 .calulate-sec4-list li{
        position: static;
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 30px;
        padding-right: 50px;
    }
    .calulate-sec4 .calulate-sec4-list {
        margin-top: 4%;
    }
    .calulate-sec4 .calulate-sec4-list li:nth-child(1) .calulate-sec4-tit, .calulate-sec4 .calulate-sec4-list li:nth-child(2) .calulate-sec4-tit{
        margin-top: 15px;
    }
    .calulate-sec4 .calulate-sec4-list li:nth-child(1) .calulate-sec4-dec, .calulate-sec4 .calulate-sec4-list li:nth-child(2) .calulate-sec4-dec{
        margin-top: 10px;
    }
    .calulate-sec4 .calulate-sec4-list li:nth-child(3) .calulate-sec4-dec, .calulate-sec4 .calulate-sec4-list li:nth-child(4) .calulate-sec4-dec{
        margin-bottom: 0px;
    }
    .calulate-sec4 .calulate-sec4-list li:nth-child(3) .calulate-sec4-tit, .calulate-sec4 .calulate-sec4-list li:nth-child(4) .calulate-sec4-tit{
        margin-bottom: 10px;
    }
    .calulate-sec4 .calulate-sec4-num{
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .calulate-sec4 .calulate-sec4-tit{
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .calulate-sec4 .calulate-sec4-dec{
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        min-height: 60px;
    }
    .calulate-sec4 .calulate-sec4-tit{
        margin-top: 15px;
    }
    .inner-tit h4 span{
        font-size: 30px;
        vertical-align: -2px;
    }
    .calulate-sec4 .calulate-sec4-num{
        font-size: 30px;
    }
    .instr-sec1 .instr-sec1-list li{
        margin-right: 1%;
        width: 49.5%;
    }
    .instr-sec2 .instr-sec2-bot{
        padding-right: 0%;
    }
    .instr-sec2 .instr-sec2-ul li{
        width: 31.2%;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    .instr-sec1 .instr-sec1-right{
        padding: 3.3% 5%;
    }
    .ind-more{
        line-height: 40px;
    }
    .ind-ifbt{
        font-size: 20px;
        width: 240px;
    }
    .ind-ifbt span {
        font-size: 20px;
        vertical-align: 0px;
    }
    .industry-info1 .industry-info1-tit{
        font-size: 22px;
    }
    .pub-banner .pub-banner-font h3 strong{
        font-size: 40px;
        vertical-align: -3px;
    }
    .pub-banner .pub-banner-font1 h3{
        font-size: 28px;
    }
    .honor-sec3 .honor-sec3-icon{
        width: 80px;
        height: 80px;
    }
    .honor-sec3 .honor-sec3-icon::before{
        width: 150px;
        height: 150px;
        margin-top: -75px;
        margin-left: -75px;
    }
    .honor-sec3 .honor-sec3-num {
        padding-left: 10px;
    }
    .honor-sec3 .honor-sec3-right {
        padding-left: 3.5%;
    }
    .pub-banner .pub-banner-font1 .dec{
        font-size: 18px;
    }
    .problem-sec1 .problem-sec1-ul .tit-right{
        font-size: 20px;
    }
    .download-sec1 .download-sec1-ul{
        overflow-x: auto;
        overflow-y: hidden;
    }
    .download-sec1 .download-sec1-ul ul{
        width: 1100px;
    }
    .know-sec2 .know-sec2-font h5,
    .know-sec1-right .font h5{
        font-size: 18px;
    }
    .know-sec1-right .font .dec{
        font-size: 15px;
        line-height: 24px;
    }
    .contact-sec1{
        flex-wrap: wrap;
        justify-content: center;
    }
    .contact-sec1 .contact-sec1-left,
    .contact-sec1 .contact-sec1-right{
        width: 70%;
    }
    .contact-sec1 .contact-sec1-right{
        margin-top: 50px;
        padding-left: 0px;
    }
    .about-sec1{
        flex-wrap: wrap;
        justify-content: center;
    }
    .about-sec1 .about-sec1-left{
        width: 90%;
    }
    .about-sec1 .about-sec1-right{
        width: 65%;
        padding-top: 80px;
    }
    .about-sec3 .about-sec3-font .dec dd span{
        font-size: 18px;
    }
    .about-sec3 .about-sec3-font .dec dd{
        font-size: 15px;
    }
    .about-sec3 .about-sec3-font{
        padding: 10% 6%;
        min-height: 310px;
        margin-top: -25px;
    }
    .about-sec3 .about-sec3-ul li{
        width: 32%;
        margin-right: 2%;
    }
    .about-sec5 .about-sec5-pc li:nth-child(5) {
        left: 5%;
    }
    .about-sec5 .about-sec5-pc li:nth-child(6) {
        left: 30.5%;
    }
    .about-sec5 .about-sec5-pc li:nth-child(11) {
        left: 51%;
    }
    .about-sec5 .about-sec5-pc li:nth-child(12) {
        left: 77%;
    }
    .about-sec5 .about-sec5-pc li:nth-child(3) {
        left: 54%;
    }
    .about-sec5 .about-sec5-pc li:nth-child(9) {
        left: 2%;
    }
    .about-sec4 .about-sec4-font li{
        width: 23%;
    }
    .about-sec4 .about-sec4-font li:nth-child(2),
    .about-sec4 .about-sec4-font li:nth-child(3){
        width: 25%;
    }
    .about-sec4 .about-sec4-font li:nth-child(3) {
        top: 82%;
        right: 2.5%;
    }
    .about-sec3 .about-sec3-font .dec dd{
        width: 50%;
    }
    .about-sec1 .about-sec1-left{
        padding-top: 0px;
    }
}
/*ipad pro*/
@media screen and (max-width: 1100px) {
    .footer .footer-subnav {
        margin-top: 0px;
        display: none;
        padding: 10px 0;
    }
    .footer .footerphone-menu h3 i {
        display: block;
    }
    .footer .footerphone-menu li {
        -webkit-flex: initial;
        -ms-flex: initial;
        flex: initial;
        border-bottom: 1px solid #dddddd;
        cursor: pointer;
    }
    .footer .footerphone-menu li:first-child {
        border-top: 1px solid #dddddd;
    }
    .footer .footerphone-menu li,
    .footer .footer-bot a{
        width: 100%;
    }
    .footer .footerphone-menu,
    .footer .footer-bot>div{
        flex-wrap: wrap;
    }
    .footer .footerphone-menu h3 a {
        padding: 15px 0;
        display: block;
    }
    .footer .footer-bot a{
        text-align: left;
    }
    .footer .footerphone-menu{
        border-bottom: 1px solid transparent;
    }
    .footer .footerphone-menu {
        padding-bottom: 5px;
    }
    .banner .swiper-font .swiper-h3 h3{
        line-height: 40px;
    }
    .more{
        width: 190px;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .in-section4 .more {
        width: 150px;
        height: 45px;
        line-height: 45px;
    }
    .in-section2 .in-sec2-ul li {
        width: 31%;
    }
    .in-section4 .in-sec4-left .tit {
        font-size: 22px;
        padding-bottom: 2.5%;
    }
    .in-section4 .in-sec4-left .dec {
        padding-top: 2.2%;
    }
    .in-section5 .in-sec5-li>div,
    .footer .footer-top>div{
        flex-wrap: wrap;
    }
    .in-section5 .in-sec5-left,
    .in-section5 .in-sec5-right,
    .footer .footerphone-menu,
    .footer .foot-addr{
        width: 100%;
    }
    .in-section5 .in-sec5-rt {
        margin-right: 0%;
    }
    .in-section5 .in-sec5-right{
        margin-top: 40px;
    }
    .in-section5 .in-sec5-right a {
        padding: 3.2% 0;
    }
    .footer .foot-addr li{
        margin-bottom: 20px;
    }
    .footer .foot-addr{
        margin-top: 10px;
    }
    .footer .footerphone-menu{
        display: none;
    }
    .menu-list h3::after{
        bottom: 16px;
    }
    .in-section1 .in-swiper-img img{
        width: 70%;
    }
    .in-section1 .in-swiper-img {
        height: 280px;
    }
    .headfixed .headfixed-top-rightcont a, .headfixed .headfixed-top-rightcont span,
    .headfixed .headfixed-top-lefth2 h3{
        font-size: 18px;
    }
    .headfixed .headfixed-top-rightcont span {
        padding: 0 5px;
    }
    .headfixed .headfixed-top-left{
        width: 40%;
    }
    .headfixed .headfixed-top-right {
        width: 60%;
    }
    .in-section1 .in-swiper-top .swiper-button-prev, .in-section1 .in-swiper-top .swiper-button-next{
        width: 13px;
        height: 23px;
        display: block;
        top: 80%;
    }
    .in-section1 .in-swiper-top .swiper-button-prev{
        background: url(../images/ab-prev.png)no-repeat center center;
        background-size: 100%;
        left: 0px;
    }
    .in-section1 .in-swiper-top .swiper-button-next{
        background: url(../images/ab-next.png)no-repeat center center;
        background-size: 100%;
        right: 0px;
    }
    .in-section1 .in-swiper-top .swiper-container{
        width: 90%;
        margin: 0 auto;
    }
    .in-section1 .in-swiper-top .swiper-slide::after {
        top: 13%;
    }
    .in-section1 .in-swiper-tit {
        font-size: 16px;
    }
    .calulate-sec1{
        font-size: 16px;
    }
    .pub-banner .pub-banner-font h3 strong {
        font-size: 28px;
        vertical-align: 0px;
    }
    .pub-banner .pub-banner-font h3 {
        font-size: 20px;
    }
    .pub-banner .pub-banner-font .engdec{
        font-size: 16px;
    }
    .calulate-sec4 .calulate-sec4-list .pc{
        display: none;
    }
    .inner-section{
        margin: 65px auto 0 auto;
    }
    .calulate-sec4{
        margin-top: 40px;
    }
    .calulate-sec4{
        padding: 65px 0;
    }
    .calulate-sec5 .calulate-sec5-font h5 {
        font-size: 18px;
    }
    .calulate-sec5 .calulate-sec5-tag{
        font-size: 16px;
    }
    .calulate-sec5 .calulate-sec5-list li{
        width: 48.5%;
    }
    .calulate-sec5 .calulate-sec5-list li:nth-child(3n){
        margin-right: 3%;
    }
    .calulate-sec5 .calulate-sec5-list li:nth-child(2n){
        margin-right: 0px;
    }
    .calulate-sec5 .calulate-sec5-tag {
        width: 75px;
        height: 85px;
        line-height: 85px;
    }
    .calulate-sec6 .calulate-sec6-img {
        right: 12%;
        bottom: -200px;
    }
    .calulate-sec7 .calulate-sec7-ul,
    .honor-sec3 .honor-sec3-top{
        flex-wrap: wrap;
    }
    .honor-sec3 .honor-sec3-left,
    .honor-sec3 .honor-sec3-right,
    .new .new-list-left{
        width: 100%;
    }
    .calulate-sec7 .calulate-sec7-ul li {
        width: 33.33%;
        margin-bottom: 30px;
    }
    .instr-sec1 .instr-sec1-list li{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .instr-sec1 .instr-sec1-right .dec{
        margin-top: 10px;
    }
    .instr-sec2 .instr-sec2-ul li{
        padding: 30px;
    }
    .instr-sec2 .instr-sec2-bot{
        margin-top: 8px;
    }
    .instr-sec1{
        padding: 65px 0 45px 0;
    }
    .instr-sec1 .instr-sec1-right{
        width: 65%;
    }
    .industry-sec1 .industry-sec1-font{
        font-size: 18px;
    }
    .industry-sec1 .industry-sec1-bot span{
        font-size: 14px;
    }
    .industry-sec1 .industry-sec1-p{
        padding-right: 0px;
    }
    .industry-sec1 li{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%
    }
    .industry-sec1 .industry-sec1-bot{
        line-height: 60px;
    }
    .industry-info1 .industry-info1-left {
        padding-right: 4%;
    }
    .industry-info2{
        padding-top: 65px;
        padding-bottom: 60px;
    }
    .calulate-sec3 .calulate-sec3-table td:nth-child(1){
        font-size: 16px;
    }
    .industry-info2 .ndustry-info2-tit{
        font-size: 18px;
    }
    .calulate-sec3 .calulate-sec3-table{
        margin-top: 15px;
    }
    .pub-banner .pub-banner-font1 h3 {
        font-size: 26px;
    }
    .pub-banner .pub-banner-font1 h3 strong {
        font-size: 38px;
    }
    .honor-sec1,
    .honor-sec3{
        margin-top: 0px;
    }
    .honor-sec3 .swiper-pagination{
        display: block;
    }
    .honor-sec3 .swiper-container{
        padding-bottom: 30px;
    }
    .honor-sec3 .honor-sec3-right ul{
        justify-content: center;
        padding: 8% 0 6% 0;
    }
    .honor-sec3 .honor-sec3-right ul li:first-child{
        margin-right: 15%;
    }
    .honor-sec2,
    .service-sec2{
        padding: 65px 0;
    }
    .honor-sec3,
    .honor-sec1{
        padding-top: 65px;
    }
    .honor-sec3 .honor-sec3-num span{
        font-size: 38px;
    }
    .problem-sec1-pcnav{
        display: none;
    }
    .problem-sec1-snav{
        display: block;
    }
    .contact-sec2 .contact-sec2-font h4{
        font-size: 24px;
    }
    .problem-sec1 .problem-sec1-ul{
        margin-top: 65px;
    }
    .problem-sec1, .download-sec1{
        padding-bottom: 70px;
    }
    .problem-sec1 .problem-sec1-ul .tit{
        padding-bottom: 15px;
    }
    .problem-sec1 .problem-sec1-ul .dec{
        padding-top: 15px;
    }
    .problem-sec1 .problem-sec1-ul li,
    .problem-sec1 .problem-sec1-ul li:last-child{
        margin-bottom: 25px;
    }
    .download-sec1 .download-sec1-ul {
        margin: 50px auto;
    }
    .know-sec1-left .know-sec1-font h5 {
        width: 75%;
    }
    .know-sec1-left .know-sec1-font time {
        width: 25%;
    }
    .know-sec1-right .time span {
        font-size: 30px;
    }
    .know-sec1-right li a {
        padding: 3.4% 4%;
        margin-bottom: 15px;
    }
    .know-sec2 .know-sec2-font{
        padding: 15px 15px 25px 15px;
    }
    .know-sec2 .know-sec2-font h5, .know-sec1-right .font h5 {
        font-size: 17px;
    }
    .know-sec1-right .font .dec{
        -webkit-line-clamp:1;
    }
    .know-sec2{
        padding: 65px 0;
    }
    .know-sec1-right li a:hover,
    .calulate-sec7 .calulate-sec7-ul li:hover .calulate-sec7-img img,
    .calulate-sec5 .calulate-sec5-list li:hover .calulate-sec5-icon img,
    .instr-sec2 .instr-sec2-ul li:hover .instr-sec2-img img,
    .industry-sec1 li:hover .industry-sec1-img img,
    .industry-info2 .industry-info2-ul li:hover .ndustry-info2-num,
    .honor-sec1 .honor-sec1-ul li:hover .honor-sec1-img img,
    .contact-sec1 .contact-sec1-ul li:hover .contact-sec1-icon img,
    .about-sec4 .about-sec4-ul1 li:hover .about-sec4-icon{
        transform: translateY(0px);
    }
    .new .new-list-right{
        display: none;
    }
    .new .new-list-left{
        border-right: 1px solid transparent;
        padding-right: 0px;
    }
    .new{
        margin-bottom: 65px;
    }
    .new .new-list{
        margin-top: 40px;
    }
    .contact-sec1 .contact-sec1-left, .contact-sec1 .contact-sec1-right {
        width: 85%;
    }
    .contact-sec1 {
        padding-top: 65px;
        margin-top: 0px;
    }
    .contact-sec2{
        padding: 65px 0;
        margin-top: 100px;
    }
    .contact-sec1 .contact-sec1-left .tit {
        font-size: 26px;
    }
    .contact-sec1 .contact-sec1-ul {
        margin-top: 40px;
    }
    .about-sec5 .about-sec5-pc,
    .about-sec4 .about-sec4-img .pc,
    .about-sec4 .about-sec4-pc{
        display: none;
    }
    .about-sec5 .about-sec5-mobile,
    .about-sec4 .about-sec4-img .mobile{
        display: block;
        margin-top: 30px;
    }
    .about-sec5 .about-sec5-img{
        width: 100%;
    }
    .about-sec4 .about-sec4-ul1 li:nth-child(1) {
        left: 51.5%;
    }
    .about-sec4 .about-sec4-ul1 li:nth-child(2) {
        left: 33.5%;
    }
    .about-sec4 .about-sec4-ul1 li:nth-child(3) {
        left: 57%;
    }
    .about-sec1 .about-sec1-left{
        padding-top: 0px;
    }
    .about-sec2{
        margin-top: 0px;
    }
    .about-sec3 .about-sec3-ul{
        flex-wrap: wrap;
    }
    .about-sec3 .about-sec3-ul li{
        width: 46%;
        margin-right: 8%;
        margin-bottom: 5%;
    }
    .about-sec3 .about-sec3-ul li:nth-child(2n){
        margin-right: 0px;
    }
    .about-sec3 .about-sec3-font{
        min-height: 330px;
    }
    .about-sec1 .about-sec1-right {
        width: 75%;
    }
    .about-sec4{
        padding: 65px 0;
        margin-top: 0px;
    }
    .about-sec4 .about-sec4-mobile{
        display: block;
    }
    .about-sec4 .about-sec4-mobile h5{
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        font-size: 20px;
        margin: 20px auto;
    }
    .about-sec4 .about-sec4-mfont{
        color: #ffffff;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }
    .about-sec4 .about-sec4-mobile ul{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .about-sec4 .about-sec4-mobile ul li{
        width: 33.333%;
        padding: 30px 15px;
        position: relative;
    }
    .about-sec4 .about-sec4-icon{
        height: 60px;
        position: relative;
    }
    .about-sec4 .about-sec4-icon img{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .about-sec5 {
        padding-bottom: 65px;
        padding-top: 65px;
        margin-top: 0px;
    }
    .about-sec1{
        margin-top: 0px;
        padding-top: 65px;
    }
}
/*ipad*/
@media screen and (max-width: 991px) {
    .headfixed .menu-list>ul{
        display: none;
    }
    .headfixed .menu-list{
        width: 90%;
    }
    .btn-phone, .full-main-nav{
        display: block;
    }
    .headfixed .btn-list{
        width: 100%;
    }
    .headfixed .btn-list .btn-right,
    .btn-phone{
        width: 26px;
    }
    .menu-list h3 a{
        height: auto;
    }
    .headfixed .headfixed-top-rightcont a, .headfixed .headfixed-top-rightcont span, .headfixed .headfixed-top-lefth2 h3 {
        font-size: 16px;
    }
    .headfixed .headfixed-top-righttel img{
        width: 30px;
    }
    .banner .swiper-font .swiper-h3 h3{
        font-size: 16px;
    }
    .in-section1 .in-swiper-top .swiper-slide::after {
        top: 11%;
    }
    .mainer .pcimg{
        display: none;
    }
    .mainer .phoneimg {
        display: block;
    }
    .in-section1 .in-swiper-top .swiper-button-prev, .in-section1 .in-swiper-top .swiper-button-next {
        top: 72%;
    }
    .in-section2 .in-sec2-ul{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .in-section2 .in-sec2-ul li{
        position: static;
        width: 50%;
        margin-bottom: 30px;
        padding-right: 40px;
    }
    .in-section2 .in-sec2-ul li:nth-child(2n){
        padding-right: 0px;
    }
    .in-section2 .font .dec{
        font-size: 14px;
    }
    .in-section {
        padding: 50px 0 55px 0;
    }
    .index-tit h3{
        font-size: 24px;
    }
    .in-section2 .in-sec2-list {
        margin: 40px auto;
    }
    .in-section2 .in-sec2-ul li:nth-child(odd), .in-section2 .in-sec2-ul li:nth-child(odd) .z {
        text-align: left;
    }
    .in-section3 .in-sec3-himg{
        height: 130px;
    }
    .in-section3 .in-sec3-himg img{
        width: 60%;
    }
    .in-section3 .in-sec3-swiper .swiper-container {
        padding-bottom: 30px;
    }
    .in-section4 .in-sec4-right .law-num-info span, .in-section4 .in-sec4-right sub{
        font-size: 40px;
    }
    .kfgj {
        height: 48px;
    }
    .in-section5 .in-sec5-right a {
        padding: 20px 0;
    }
    .footer .footer-top{
        padding-top: 40px;
    }
    .footer .footer-top>div{
        padding-bottom: 30px;
    }
    .footer .footer-bot{
        padding: 15px 0;
    }
    .banner .swiper-fontlist {
        width: 80%;
    }
    .banner .swiper-font .swiper-h2 h2{
        font-size: 26px;
    }
    .banner .swiper-font .swiper-h2 h2 span{
        font-size: 28px;
        vertical-align: -2px;
    }
    .index-tit h3 b {
        font-size: 28px;
        vertical-align: -3px;
    }
    .in-section3 .in-sec3-swiper .swiper-container{
        padding-right: 1px;
    }
    .headfixed .headfixed-top{
        display: block !important;
    }
    .headfixed .headfixed-top-right{
        display: none;
    }
    .btn-phone{
        position: absolute;
        right: 40px;
        top: 23px;
    }
    .headfixed .headfixed-top{
        position: relative;
    }
    .headfixed .menu-list{
        position: static;
    }
    .mainer {
        margin-top: 76px;
    }
    .banner .swiper-font {
        padding: 50px 20px 40px 20px;
    }
    .in-section1 .in-swiper-bot .swiper-pagination {
        display: block;
    }
    .in-section1 .in-swiper-bot .swiper-container{
        padding-bottom: 30px;
    }
    .in-section1 .in-swiper-top .swiper-slide::after{
        display: none;
    }
    .pub-pcbanner{
        display: none;
    }
    .pub-mbanner{
        display: block;
    }
    .pub-banner .pub-banner-font h3 strong {
        font-size: 26px;
    }
    .pub-banner .pub-banner-font h3 {
        font-size: 18px;
    }
    .inner-section {
        margin: 45px auto 0 auto;
    }
    .calulate-sec2>div{
        flex-wrap: wrap;
    }
    .calulate-sec2 .calulate-sec2-left,
    .calulate-sec2 .calulate-sec2-right{
        width: 100%;
        padding-left: 0px;
    }
    .calulate-sec2 .ca-more,
    .calulate-sec2 .calulate-sec2-right{
        margin-top: 30px;
    }
    .inner-tit h4 {
        font-size: 24px;
    }
    .calulate-sec3 .calulate-sec3-dec{
        font-size: 15px;
    }
    .inner-tit .dec{
        font-size: 16px;
    }
    .calulate-sec4,
    .service-sec2{
        padding: 45px 0;
    }
    .calulate-sec5 .calulate-sec5-dec{
        margin-top: 5px;
    }
    .calulate-sec5 .calulate-sec5-list li{
        padding: 30px;
    }
    .calulate-sec6 .calulate-sec6-img{
        width: 190px;
    }
    .calulate-sec6 .calulate-sec6-img {
        right: 6%;
        bottom: -160px;
    }
    .inner-tit h4 span {
        font-size: 28px;
        vertical-align: -1px;
    }
    .calulate-sec7 .calulate-sec7-ul li {
        width: 50%;
    }
    .calulate-sec4 .calulate-sec4-dec{
        min-height: 90px;
    }
    .calulate-sec4 .calulate-sec4-tit{
        font-size: 20px;
    }
    .instr-sec2 .instr-sec2-ul li{
        width: 48.5%;
    }
    .instr-sec2 .instr-sec2-ul li:nth-child(3n){
        margin-right: 3%;
    }
    .instr-sec2 .instr-sec2-ul li:nth-child(2n){
        margin-right: 0px;
    }
    .instr-sec2 .instr-sec2-bot{
        font-size: 15px;
    }
    .instr-sec1 .instr-sec1-list{
        margin-top: 20px;
    }
    .instr-sec1{
        padding: 45px 0 30px 0;
    }
    .industry-sec1 li{
        width: 48.5%;
    }
    .industry-sec1 li:nth-child(3n){
        margin-right: 2%;
    }
    .industry-sec1 li:nth-child(2n){
        margin-right: 0px;
    }
    .industry-sec1 li:last-child{
        padding: 8% 4%;
    }
    .industry-sec1 ul{
        padding-bottom: 30px;
    }
    .industry-info1>div,
    .honor-sec1 .honor-sec1-ul,
    .know-sec1{
        flex-wrap: wrap;
    }
    .industry-info1 .industry-info1-left,
    .industry-info1 .industry-info1-right,
    .honor-sec1 .honor-sec1-ul li,
    .know-sec1-left,
    .know-sec1-right{
        width: 100%;
    }
    .industry-info1 .industry-info1-left{
        padding-right: 0px;
        padding-bottom: 30px;
    }
    .calulate-sec3 .calulate-sec3-table td,
    .calulate-sec3 .calulate-sec3-table td:nth-child(1){
        line-height: 35px;
    }
    .industry-info2 .industry-info2-ul li{
        width: 49%;
    }
    .industry-info2 .industry-info2-ul li:nth-child(3n){
        margin-right: 2%;
    }
    .industry-info2 .industry-info2-ul li:nth-child(2n){
        margin-right: 0px;
    }
    .industry-info2 .ndustry-info2-num{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .industry-info2 {
        padding-top: 45px;
        padding-bottom: 40px;
    }
    .industry-info2 .industry-info2-ul li{
        padding: 30px;
    }
    .pub-banner .pub-banner-font1 h3{
        font-size: 24px;
        text-align: center;
    }
    .pub-banner .pub-banner-font1 h3 strong {
        font-size: 36px;
    }
    .pub-banner .pub-banner-font1 .dec{
        text-align: center;
    }
    .honor-sec1 .honor-sec1-ul li{
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .honor-sec1 .honor-sec1-ul li:last-child{
        margin-bottom: 10px;
    }
    .honor-sec1 .honor-sec1-ul{
        margin-top: 35px;
    }
    .honor-sec1 .honor-sec1-dec{
        margin-top: 0px;
    }
    .honor-sec2 .honor-sec2-font{
        font-size: 16px;
        margin-top: 20px;
    }
    .lightboxOverlay,
    .lightbox{
        display: none !important;
    }
    .honor-sec1, .honor-sec3 {
        margin-top: 0px;
    }
    .honor-sec2{
        padding: 45px 0;
    }
    .honor-sec3,
    .honor-sec1{
        padding-top: 45px;
    }
    .honor-sec3 .honor-sec3-btfont{
        padding: 10px 5px;
    }
    .contact-input {
        width: 95.8%;
    }
    .problem-sec1-nav .nav-name,
    .problem-sec1-monav li a{
        padding: 0 25px;
    }
    .problem-sec1 .problem-sec1-ul{
        margin-top: 45px;
    }
    .problem-sec1, .download-sec1{
        padding-bottom: 50px;
    }
    .inner-page a:first-child, .inner-page a:last-child {
        width: 90px;
    }
    .download-sec1 .download-sec1-ul {
        margin: 35px auto;
    }
    .know-sec1-right{
        padding-left: 0px;
        padding-top: 20px;
    }
    .know-sec2 li{
        width: 49%;
    }
    .know-sec2 li:nth-child(3n){
        margin-right: 2%;
    }
    .know-sec2 li:nth-child(2n){
        margin-right: 0px;
    }
    .know-sec2 ul{
        padding-bottom: 10px;
    }
    .know-sec2{
        padding: 45px 0;
    }
    .new{
        margin-bottom: 45px;
    }
    .new .new-list{
        margin-top: 45px;
    }
    .new .new-list-left li a {
        margin-bottom: 25px;
    }
    .new .new-list-font .tit {
        font-size: 18px;
    }
    .contact-sec1 {
        padding-top: 45px;
        margin-top: 0px;
    }
    .contact-sec1 .contact-sec1-left, .contact-sec1 .contact-sec1-right {
        width: 100%;
    }
    .contact-sec1 .contact-sec1-ul {
        margin-top: 25px;
    }
    .contact-sec2 {
        padding: 45px 0;
        margin-top: 100px;
    }
    .contact-sec1 .contact-sec1-dec .tel {
        font-size: 20px;
    }
    .about-sec1 .about-sec1-left .tit h4{
        font-size: 24px;
    }
    .about-sec1 .about-sec1-left{
        width: 100%;
    }
    .about-sec1 .about-sec1-right{
        width: 90%;
    }
    .about-sec1 .about-sec1-num span, .about-sec1 .about-sec1-ul li:nth-child(4) .about-sec1-num em{
        font-size: 26px;
    }
    .about-sec1 .about-sec1-ul li:nth-child(2) {
        left: 0%;
    }
    .about-sec1 .about-sec1-ul li {
        width: 46%;
    }
    .about-sec1 .about-sec1-bgm{
        margin-right: -50px;
    }
    .about-sec1 .about-sec1-left .tit-dec{
        margin-bottom: 20px;
    }
    .about-sec3 .about-sec3-ul li {
        width: 47.5%;
        margin-right: 5%;
        margin-bottom: 5%;
    }
    .about-sec3 .about-sec3-font {
        min-height: 310px;
        padding: 10% 8%;
    }
    .about-sec5 .inner-tit .dec {
        font-size: 17px;
    }
    .about-sec5 {
        padding-bottom: 45px;
        padding-top: 50px;
        margin-top: 0px;
    }
    .about-sec2{
        margin-top: 0px;
    }
    .about-sec4 .about-sec4-mobile h5{
        margin: 10px auto;
        font-size: 18px;
    }
    .about-sec4 .about-sec4-mobile ul li{
        padding: 20px 16px;
    }
    .about-sec4{
        padding: 35px 0 20px 0;
        margin-top: 20px;
    }
    .about-sec1{
        margin-top: 0px;
        padding-top: 45px;
    }
}

@media screen and (max-width: 767px) {
    .headfixed .logo {
        max-width: 180px;
    }
    .headfixed .menu-list {
        width: 22%;
    }
    .mainer .phoneimg{
        display: block;
    }
    .mainer .pcimg{
        display: none;
    }
    .mainer .banner .swiper-img::before{
        background: rgba(0, 0, 0, 0.5);
    }
    .mobile-nav-box{
        top: 76px;
    }
    .headfixed .mobile-nav-box>ul>li>h3>a {
        font-size: 14px;
        padding: 0px 0;
        width: 80%;
    }
    .headfixed .mobile-nav-box>ul>li>h3>i::before, .headfixed .mobile-nav-box .link-tit>i::before{
        top: 18px;
    }
    .headfixed .mobile-nav-box .head-suba>a, .headfixed .mobile-nav-box .head-subnav>a {
        font-size: 14px;
        padding: 3px 15px;
    }
    .search-box{
        width: 100%;
        margin-top: 15px;
    }
    .search-box .search-btn {
        width: 55px;
        background-size: 40%;
    }
    .footer .footer-top {
        padding-top: 45px;
    }
    .footer .footerphone-menu h3 a {
        font-size: 17px;
    }
    .footer .footer-bot p{
        line-height: 25px;
    }
    .banner .swiper-fontlist {
        width: 90%;
    }
    .banner .swiper-font .swiper-h2 h2 {
        font-size: 22px;
    }
    .banner .swiper-font .swiper-h2 h2 span {
        font-size: 24px;
        vertical-align: -1px;
    }
    .banner .swiper-font .swiper-h3 h3 {
        font-size: 14px;
        line-height: 35px;
    }
    .in-section {
        padding: 40px 0 45px 0;
    }
    .more{
        width: 160px;
        margin: 20px auto 0 auto;
        font-size: 14px;
    }
    .in-section1 .in-swiper-tit{
        font-size: 16px;
    }
    .in-section4 .in-sec4-right ul li{
        width: 50%;
    }
    .in-section4 .in-sec4-right .law-num-info span, .in-section4 .in-sec4-right sub {
        font-size: 35px;
    }
    .in-section4 .ul-num-dec {
        font-size: 14px;
        line-height: 1.5;
    }
    .in-section4 .in-sec4-left .tit {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .in-section4 .in-sec4-left .dec {
        padding-top: 13px;
        font-size: 14px;
        line-height: 26px;
    }
    .in-section4 .in-sec4-list{
        margin-top: 25px;
        padding-top: 40px;
    }
    .in-section4 .in-sec4-right ul li{
        padding: 20px;
    }
    .in-section4 .in-sec4-left{
        padding: 0 20px;
    }
    .index-tit h3 {
        font-size: 22px;
    }
    .index-tit h3 b {
        font-size: 26px;
    }
    .index-tit .dec, .in-section1 .in-swiper-top .swiper-slide a {
        font-size: 15px;
    }
    .index-tit .dec {
        margin-top: 10px;
    }
    .in-section5 .in-sec5-lf, .in-section5 .in-sec5-rt {
        margin-right: 0%;
        width: 100%;
    }
    .in-section5 .in-sec5-cont {
        padding-top: 15px;
    }
    .in-section5 .in-sec5-left,
    .in-section5 .in-sec5-right a{
        flex-wrap: wrap;
    }
    .in-section5 .in-sec5-rtimg {
        width: 100%;
    }
    .in-section5 .in-sec5-rtfont {
        width: 100%;
        padding-left: 0%;
        padding-top: 15px;
    }
    .footer .foot-addr {
        margin-top: 0px;
    }
    .in-section5 .in-sec5-rt .swiper-container {
        width: 87.5%;
    }
    .in-section5 .in-sec5-rt .tit h4{
        padding-bottom: 25px;
    }
    .in-section5 .in-sec5-rt .dec{
        padding-top: 25px;
    }
    .in-section5 .in-sec5-rt .swiper-container a{
        padding: 30px 0 130px 0;
    }
    .in-section5 .in-sec5-rt{
        margin-top: 20px;
    }
    .in-section2 .in-sec2-ul li{
        width: 100%;
        padding-right: 0px;
    }
    .in-section2 .in-sec2-ul li{
        margin-bottom: 20px;
    }
    .in-section2 .font .tit {
        font-size: 18px;
    }
    .in-section2 .z img {
        width: 35px;
        height: 35px;
    }
    .headfixed .headfixed-top-left {
        width: 80%;
    }
    .headfixed .headfixed-top-lefth2 {
        padding-left: 15px;
    }
    .headfixed .logo{
        padding-right: 15px;
    }
    .btn-phone {
        right: 20px;
    }
    .banner .swiper-font {
        padding: 40px 15px 30px 15px;
    }
    .in-section1 .in-swiper,
    .in-section3 .in-sec3-swiper{
        margin-top: 15px;
    }
    .in-section1 .in-swiper-bot{
        margin-top: 25px;
    }
    .footer .footer-bot p,
    .footer .footer-bot a,
    .footer .footer-bot div{
        text-align: center;
    }
    .footer .footer-bot>div{
        justify-content: center;
    }
    .in-section5 .in-sec5-tab li::after {
        top: 28%;
        height: 16px;
    }
    .in-section2 .in-sec2-ul li{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .in-section2 .in-sec2-ul li .z{
        width: 35px;
        margin-top: 4px;
    }
    .in-section2 .in-sec2-ul li .font{
        width: calc(100% - 35px);
        padding-left: 20px;
    }
    .in-section2 .font .tit{
        margin-top: 0px;
    }
    .in-section2{
        background: #0D2C6F !important;
    }
    .pub-banner .pub-banner-font h3 strong {
        font-size: 24px;
    }
    .pub-banner .pub-banner-font h3 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .pub-banner .pub-banner-font .pad-lf{
    	margin-left:0px;
    }
    .pub-banner .pub-banner-font .engdec {
        font-size: 15px;
        padding: 0px;
    }
    .calulate-sec1{
        padding:20px 25px;
    }
    .calulate-sec2 .calulate-sec2-right h4 {
        font-size: 20px;
    }
    .calulate-sec2 .ca-more {
        width: 135px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .inner-tit h4 {
        font-size: 22px;
    }
    .calulate-sec3 .calulate-sec3-ul li{
        padding: 15px 0;
    }
    .calulate-sec3 .calulate-sec3-tit{
        font-size: 16px;
    }
    .calulate-sec3 .calulate-sec3-dec {
        font-size: 14px;
    }
    .calulate-sec4{
        margin-top: 25px;
    }
    .calulate-sec4{
        padding: 35px 0;
    }
    .calulate-sec3 .calulate-sec3-ul,
    .calulate-sec5 .calulate-sec5-list{
        margin-top: 20px;
    }
    .calulate-sec4 .calulate-sec4-list li{
        width: 100%;
        margin-top: 10px;
        margin-right: 0px;
    }
    .calulate-sec4 .calulate-sec4-dec{
        min-height: auto;
    }
    .calulate-sec4 .calulate-sec4-tit {
        font-size: 18px;
    }
    .calulate-sec4 .calulate-sec4-num {
        font-size: 28px;
    }
    .calulate-sec4 .calulate-sec4-list li:nth-child(1) .calulate-sec4-tit, .calulate-sec4 .calulate-sec4-list li:nth-child(2) .calulate-sec4-tit {
        margin-top: 8px;
    }
    .calulate-sec4 .calulate-sec4-list li:nth-child(1) .calulate-sec4-dec, .calulate-sec4 .calulate-sec4-list li:nth-child(2) .calulate-sec4-dec{
        margin-top: 4px;
    }
    .inner-section {
        margin: 35px auto 0 auto;
        font-size: 14px;
    }
    .calulate-sec5 .calulate-sec5-list li{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .inner-tit h4 span {
        font-size: 25px;
    }
    .calulate-sec7 .calulate-sec7-ul li{
        width: 100%;
    }
    .calulate-sec6 .calulate-sec6-img{
        position: static;
        margin: 0 auto;
        margin-top: 15px;
    }
    .inner-tit .dec{
        margin-top: 5px;
    }
    .calulate-sec6 .calulate-sec6-num p{
        font-size: 16px;
    }
    .calulate-sec5 .calulate-sec5-dec{
        font-size: 15px;
    }
    .instr-sec1 .instr-sec1-right h4{
        font-size: 18px;
    }
    .instr-sec1 .instr-sec1-list li,
    .honor-sec3 .honor-sec3-right ul,
    .new .new-list-left li a,
    .new-info .new-info-btn,
    .contact-sec1 .contact-sec1-right{
        flex-wrap: wrap;
    }
    .instr-sec1 .instr-sec1-left,
    .instr-sec1 .instr-sec1-right,
    .instr-sec2 .instr-sec2-ul li,
    .industry-sec1 li,
    .industry-info2 .industry-info2-ul li,
    .know-sec2 li,
    .new .new-list-lfimg,
    .new .new-list-font,
    .new-info .new-info-btn a,
    .contact-sec1 .contact-sec1-lf,
    .contact-sec1 .contact-sec1-rt{
        width: 100%;
    }
    .instr-sec1 .instr-sec1-right,
    .instr-sec2 .instr-sec2-ul li,
    .industry-sec1 li,
    .industry-info2 .industry-info2-ul li,
    .know-sec2 li,
    .know-sec2 li:nth-child(3n){
        margin-right: 0px;
        border-radius: 0px;
        margin-left: 0px;
    }
    .know-sec2 li{
        margin-bottom: 20px;
    }
    .instr-sec1 {
        padding: 35px 0 20px 0;
    }
    .instr-sec2 .instr-sec2-tit{
        font-size: 18px;
    }
    .instr-sec1 .instr-sec1-right{
        padding: 30px;
    }
    .calulate-sec7 .calulate-sec7-img{
        width: 45px;
        height: 65px;
    }
    .calulate-sec7 .calulate-sec7-font{
        margin-top: 0px;
    }
    .instr-sec2 .instr-sec2-ul li:nth-child(3n),
    .industry-info2 .industry-info2-ul li:nth-child(3n),
    .honor-sec3 .honor-sec3-right ul li:first-child{
        margin-right: 0px;
    }
    .calulate-sec7 .calulate-sec7-ul li{
        padding: 0px;
    }
    .calulate-sec6 .inner-tit .dec{
        margin-top: 15px;
    }
    .inner-tit h4{
        line-height: 1.3;
    }
    .calulate-sec2 .calulate-sec2-right .dec{
    	font-size:14px;
    }
    .calulate-sec7{
        padding: 35px 0;
    }
    .calulate-sec5 .calulate-sec5-list li:last-child,
    .instr-sec2 .instr-sec2-ul li:last-child{
        margin-bottom: 0px;
    }
    .calulate-sec6{
        padding: 35px 0 25px 0;
    }
    .ind-more {
        font-size: 18px;
        width: 110px;
        line-height: 35px;
    }
    .industry-sec1 li,
    .industry-info2 .industry-info2-ul li{
        margin-bottom: 20px;
    }
    .industry-sec1 li:last-child {
        padding: 15% 7%;
    }
    .industry-sec1 ul{
        padding-bottom: 20px;
    }
    .ind-ifbt {
        font-size: 18px;
        width: 220px;
    }
    .ind-ifbt span{
        font-size: 18px;
    }
    .industry-info1 .industry-info1-tit {
        font-size: 18px;
    }
    .industry-info2 .inner-tit .dec{
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
    .industry-info2 {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .industry-info2 .ndustry-info2-dec{
        padding-right: 0px;
    }
    .pub-banner .pub-banner-font .dec{
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
    }
    .pub-banner .pub-banner-font1 h3 strong {
        font-size: 32px;
        vertical-align: -2px;
    }
    .pub-banner .pub-banner-font1 h3 {
        font-size: 20px;
        text-align: left;
    }
    .honor-sec1, .honor-sec3 {
        margin-top: 0px;
    }
    .honor-sec3, .honor-sec1 {
        padding-top: 35px;
    }
    .honor-sec1 .honor-sec1-font .font1, .about-sec2 .honor-sec1-font .font1{
        font-size: 15px;
    }
    .honor-sec1 .honor-sec1-font .font2, .about-sec2 .honor-sec1-font .font2{
        font-size: 14px;
    }
    .honor-sec1 .honor-sec1-font .font1, .about-sec2 .honor-sec1-font .font1{
        margin-top: 8px;
    }
    .honor-sec1 .honor-sec1-ul,
    .honor-sec1 .honor-sec1-ul, .honor-sec2 .honor-sec2-swiper {
        margin-top: 25px;
    }
    .honor-sec2,
    .service-sec2 {
        padding: 35px 0;
    }
    .honor-sec2 .swiper-slide{
        padding: 25px;
    }
    .honor-sec3 .honor-sec3-dec{
        font-size: 15px;
    }
    .honor-sec3 .honor-sec3-right{
        padding-left: 0px;
    }
    .honor-sec3 .honor-sec3-icon::before {
        width: 120px;
        height: 120px;
        margin-top: -60px;
        margin-left: -60px;
    }
    .honor-sec3 .honor-sec3-icon {
        width: 70px;
        height: 70px;
    }
    .honor-sec3 .honor-sec3-right ul{
        padding: 13% 0 10% 0;
    }
    .honor-sec3 .honor-sec3-right ul li{
        width: 70%;
    }
    .honor-sec3 .honor-sec3-right ul li:first-child{
        padding-bottom: 18%;
    }
    .problem-sec1-nav .nav-name{
        font-size: 18px;
        line-height: 50px;
        padding: 0 20px;
    }
    .contact-input input::-webkit-input-placeholder,
    .contact-input textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
    
    .contact-input input::-webkit-input-placeholder,
    .contact-input textarea::-webkit-input-placeholder {
        font-size: 14px;
    }
    
    .contact-input input::-moz-placeholder,
    .contact-input textarea::-moz-placeholder {
        font-size: 14px;
    }
    
    .contact-input input:-moz-placeholder,
    .contact-input textarea:-moz-placeholder {
        font-size: 14px;
    }
    .contact-input input:-ms-input-placeholder,
    .contact-input textarea:-ms-input-placeholder {
        font-size: 14px;
    }
    .contact-input1 li{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .contact-sec2 .contact-sec2-font h4 {
        font-size: 22px;
    }
    .contact-sec2 .contact-sec2-dec{
        font-size: 15px;
    }
    .contact-input input{
        padding: 12px 10px;
    }
    .contact-input textarea{
        padding: 12px 10px;
    }
    .contact-input {
        margin: 20px auto 0 auto;
    }
    .problem-sec1-monav li a{
        font-size: 14px;
    }
    .problem-sec1-monav li a{
        padding: 0 20px;
    }
    .problem-sec1-monav{
        padding: 10px 0;
    }
    .problem-sec1 .problem-sec1-ul .tit-right {
        font-size: 17px;
    }
    .problem-sec1 .tit-left, .problem-sec1 .dec-left{
        font-size: 16px;
        width: 30px;
        height: 30px;
    }
    .problem-sec1 .tit-right, .problem-sec1 .dec-right{
        padding-left: 10px;
    }
    .problem-sec1 .problem-sec1-ul .dec-right{
        font-size: 15px;
    }
    .problem-sec1 .problem-sec1-ul {
        margin-top: 35px;
    }
    .inner-page a {
        width: 30px;
        height: 35px;
        line-height: 35px;
    }
    .inner-page a span {
        line-height: 35px;
    }
    .download-sec1 .down-tit {
        line-height: 50px;
        font-size: 16px;
    }
    .download-sec1 .download-sec1-ul li a{
        padding: 5px 20px;
    }
    .download-sec1 .down-name{
        font-size: 15px;
    }
    .download-sec1 .down-btn {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }
    .download-sec1 .download-sec1-ul li:hover .down-btn{
        color: #666;
        background-color: transparent;
    }
    .download-sec1 .download-sec1-ul{
        margin: 25px auto;
    }
    .download-sec1 .down-tit{
        padding-top: 4px;
    }
    .download-sec1 .download-sec1-ul li:first-child a{
        padding: 0 20px;
    }
    .new .new-list-font{
        padding-left: 0px;
        padding-top: 20px;
    }
    .new .new-list-font .dec{
        margin-top: 5px;
    }
    .new .new-list-left li a{
        margin-bottom: 35px;
    }
    .new .new-list-left{
        padding-bottom: 35px;
    }
    .new {
        margin-bottom: 45px;
    }
    .new-info .new-info-btn a, .new-info .new-info-dec h5{
        font-size: 18px;
    }
    .new-info .new-info-btn a:last-child{
        text-align: left;
    }
    .new-info .new-info-btn a{
        padding: 18px 0 0 0;
    }
    .new-info .new-info-dec{
        padding-bottom: 10px;
    }
    .newsinfo-share{
        margin-top: 20px;
    }
    .new .new-info .new-list-left{
        padding-bottom: 0;
    }
    .new-info .new-info-dec p, .new-info .new-info-dec{
        font-size: 15px;
    }
    .new .new-list{
        margin-top: 25px;
    }
    .contact-sec1 .contact-sec1-left .tit {
        font-size: 20px;
    }
    .contact-sec1 {
        padding-top: 35px;
        margin-top: 0px;
    }
    .contact-sec1 .contact-sec1-ul {
        margin-top: 20px;
    }
    .contact-sec1 .contact-sec1-dec ,.tel, .contact-sec1 .contact-sec1-dec .email,.contact-sec1 .contact-sec1-dec, .contact-sec1 .contact-sec1-dec .tel1{
        font-size: 14px;
    }
    .contact-sec1 .contact-sec1-right::after,
    .about-sec1 .about-sec1-bgm{
        display: none;
    }
    .contact-sec1 .contact-sec1-rttit{
        margin-top: 20px;
    }
    .contact-sec1 .contact-sec1-rt{
        padding: 30px;
    }
    .contact-sec2{
        padding: 35px 0;
    }
    .contact-sec1 .contact-sec1-right{
        margin-top: 20px;
    }
    .contact-sec1 .contact-sec1-icon {
        width: 35px;
    }
    .contact-sec1 .contact-sec1-font {
        width: calc(100% - 35px);
    }
    .about-sec1 .about-sec1-ul{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .about-sec1 .about-sec1-ul li{
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }
    .about-sec1 .about-sec1-ul .about-sec1-ct{
        padding: 25px;
    }
    .about-sec1 .about-sec1-ul li:last-child{
        margin-bottom: 10px;
    }
    .about-sec1 .about-sec1-right{
        padding-top: 30px;
    }
    .about-sec1 .about-sec1-left .tit h4{
        font-size: 22px;
    }
    .about-sec1 .about-sec1-left .tit-dec {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .about-sec1 .about-sec1-left .tit-dec-bt {
        font-size: 15px;
        line-height: 28px;
    }
    .about-sec3 .about-sec3-ul li{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .about-sec3 .about-sec3-font{
        min-height: auto;
    }
    .about-sec3 .about-sec3-ul{
        padding-top: 20px;
    }
    .about-sec5 .about-sec5-img,
    .about-sec4 .about-sec4-mobile ul li{
        width: 100%;
    }
    .about-sec5 .about-sec5-mobile .swiper-container{
        padding-right: 1px;
    }
    .about-sec5 {
        padding-bottom: 35px;
        padding-top: 40px;
        margin-top: 0px;
    }
    .about-sec5 .inner-tit .dec {
        font-size: 16px;
    }
    .about-sec5 .about-sec5-mobile .about-sec5-img img{
        padding: 10px;
    }
    .about-sec4 .about-sec4-mobile ul{
        flex-wrap: wrap;
    }
    .about-sec4 .about-sec4-mobile ul li{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 0px;
        margin-bottom: 15px;
    }
    .calulate-sec7 .calulate-sec7-ul li{
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
    .calulate-sec7 .calulate-sec7-font{
        width: calc(100% - 45px);
        padding-left: 30px;
        text-align: left;
    }
    .calulate-sec7 .calulate-sec7-ul li{
        margin-bottom: 10px;
    }
    .calulate-sec7 .calulate-sec7-ul{
        margin-top: 15px;
    }
    .about-sec4 .about-sec4-icon{
        width: 50px;
    }
    .about-sec4 .about-sec4-mbt{
        width: calc(100% - 50px);
        padding-left: 20px;
        text-align: left;
    }
    .about-sec4 .about-sec4-mobile h5,
    .about-sec4 .about-sec4-mfont{
        text-align: left;
    }
    .about-sec4 .about-sec4-mobile{
        margin-top: 10px;
    }
    .about-sec4{
        padding: 35px 0;
    }
    .about-sec4 .about-sec4-mobile h5{
        margin: 0 auto;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .about-sec4 .about-sec4-mfont{
        font-size: 15px;
        line-height: 26px;
    }
    .about-sec1{
        margin-top: 0px;
        padding-top: 35px;
    }
}


@media screen and (max-width: 360px){
    .in-section4 .ul-num-dec {
        font-size: 14px;
    }
    .in-section4 .in-sec4-left .tit,
    .index-tit h3 {
        font-size: 18px;
    }
    .index-tit h3 b {
        font-size: 24px;
    }
    .headfixed .headfixed-top-rightcont a, .headfixed .headfixed-top-rightcont span, .headfixed .headfixed-top-lefth2 h3 {
        font-size: 14px;
    }
    .banner .swiper-font .swiper-dec {
        font-size: 14px;
        line-height: 23px;
    }
    .calulate-sec5 .calulate-sec5-list li{
        padding: 20px;
    }
    .instr-sec2 .instr-sec2-ul li{
        padding: 20px;
    }
    .calulate-sec7 .calulate-sec7-font,
    .honor-sec1 .honor-sec1-dec{
        font-size: 15px;
    }
    .industry-sec1 li:last-child {
        padding: 10% 7%;
    }
    .pub-banner .pub-banner-font h3 strong {
        font-size: 26px;
        vertical-align: -2px;
    }
    .pub-banner .pub-banner-font h3 {
        font-size: 18px;
    }
    .honor-sec3 .honor-sec3-right ul li {
        width: 75%;
    }
    .contact-sec1 .contact-sec1-dec .tel,
    .contact-sec1 .contact-sec1-dec .email,
    .contact-sec1 .contact-sec1-dec, .contact-sec1 .contact-sec1-dec .tel1,
    .contact-sec1 .contact-sec1-rttit {
        font-size: 16px;
    }
    .about-sec1 .about-sec1-ul .about-sec1-ct{
        padding: 20px 15px;
    }
    .about-sec4 .about-sec4-mfont{
        font-size: 15px;
    }
}
form label.error{font-size:14px;color: #007ad0;}



/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:10px; clear:both; overflow:hidden; padding-top:50px; padding-bottom:30px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:8px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:8px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#007ad0;
	border:1px solid #007ad0;
}
.pagination a.page-num-current {
	color:#fff;
	background:#007ad0;
	border:1px solid #007ad0;
}
/* ----- PB分页数字条效果 结束 ----- */
