html{
    
}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
body {
  margin:0;
  padding:0 0 0 0;
  font-family: "Poppins",Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color:#666666;
  background-color: #FFF;
}
input,select,textarea,button{
  font:16px/1.75 "Poppins",Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1658727552670') format('woff2'),
       url('../font/iconfont.woff?t=1658727552670') format('woff'),
       url('../font/iconfont.ttf?t=1658727552670') format('truetype');
  font-display: swap;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 15px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
@font-face {
    font-family: 'Poppins';
    src: url('../font/Poppins-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../font/Poppins-Medium.ttf') format('truetype');
  font-display: swap;
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../font/Poppins-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../font/Poppins-SemiBold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../font/ROBOTO-REGULAR.TTF') format('truetype');
  font-display: swap;
}
.wrapper{
  display: block;
  padding: 0 7%;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#333333;
  text-decoration:none;
  outline: none;
  transition: All 0.3s ease-in-out;
}
a:hover {
  color:#0052AD;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#808080;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#808080;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#808080;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
    color:#808080;
}
.line:last-child{
  border-bottom: none;
}
.red{
    color: #EF813A;
}
.pc{
    display: block !important;
}
.h5{
    display: none !important;
}
.imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 180px;
    height: 46px;
    border-radius: 23px;
    font-size: 16px;
    color: #FFF;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    background-color: #0052AD;
}
.btn a:hover{
    color: #FFF;
    background: #0260cc;
}
.btn a.white{
    color: #0E50C8;
    background-color: #FFF;
}
.btn a.white:hover{
    background-color: #cfdcf4;
}
.probtn{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.probtn a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 175px;
    height: 46px;
    font-size: 16px;
    border-radius: 23px;
    background-color: transparent;
}
.probtn a i{
    padding-left: 10px;
    font-size: 13px;
}
.probtn a.cur{
    width: 180px;
    color: #FFF;
    justify-content: center;
    background-color: #0052AD;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.probtn a.cur:hover{
    color: #FFF;
    background-color: #0260cc;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.probtn a.cur.green{
    background-color: #1F8A3A;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.probtn a.cur.green:hover{
    color: #FFF;
    background-color: #166C2C;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.swiper-button-prev{
    left: 0;
    top: 50%;
}
.swiper-button-next{
    right: 0;
    top: 50%;
}
.swiper-button-next, .swiper-button-prev{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background-color: #0E50C8;
    opacity: 0.8;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #FFF;
    font-size: 20px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 8px !important;
    display: inline-block;
    border-radius: 50%;
    background: #FFF;
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
    margin: 0 16px !important;
    position: relative;
    background-color: #0052AD;
}
.swiper-pagination .swiper-pagination-bullet-active::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #FFF;
}
/*header*/
.header {
    width: 100%;
    position: relative;
    height: 70px;
    transition: all 0.35s;
    z-index: 999;
    background-color: #020204;
}
.header.show {
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.35s;
}
.header .wrapper{
    display: flex;
    width: 100%;
    padding: 0 7%;
    height: 70px;
    justify-content: space-between;
    align-items: center;
}
.header .leftbox{
    display: flex;
    align-items: center;
    justify-items: flex-start;
}
.header .logo{
    display: block;
    width: auto;
    height: 32px;
    margin: 19px 0 19px 0;
}
.header .logo img{
    display: block;
    width: auto;
    height: 100%;
}
.header .nav {
    display: block;
    padding: 0 0;
    width: auto;
    height: 70px;
    margin-left: 65px;
}
.header .nav ul{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.header .nav li{
    display: block;
    width: auto;
    height: 70px;
    padding: 0 20px;
    position:relative;
    transition: all 0.2s linear;
}
.header .nav li a{
    display: block;
    width:auto;
    height: 70px;
    line-height: 70px;
    color:#CDCDCD;
    font-size:15px;
    text-align: left;
    white-space: nowrap;
    position: relative;
}
.header .nav li a .iconfont{
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    margin-right: 0;
    vertical-align: 1px;
    color: #808080;
    transition: transform 0.3s ease;
}
.header .nav li:hover a .iconfont{
    transform: rotate(180deg);
}
.header .nav li.cur a{
    color:#FFF;
    font-family: 'Poppins-SemiBold';
}
.header .nav li.cur a .iconfont,.header .nav li:hover a .iconfont{
    color: #FFF;
}
.header .nav li:hover a{
  color:#FFF;
}
.header .nav li a:after {
  position: absolute;
  display: none;
  content: "";
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #FFF;
  transition: all 0.35s;
}
.header .nav li.cur a:after,.header .nav li:hover a:after {
  width: 100%;
  margin-left: -50%;
  background-color: #FFF;
}
.header .nav li dl{
    display: none;
}
.header .nav li:hover dl{
    position: absolute;
    left: -10px;
    top: 70px;
    padding: 2px 0 2px 0;
    display: block;
    min-width: 100%;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.header .nav li:hover dl:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    opacity: 1;
    transform: translate(-50%, 0);
    box-shadow: 1px 2px -13px rgb(231 231 231 / 80%);
}
.header .nav li:hover dl dd{
    padding: 0 15px;
    text-align: center;
    position: relative;
}
.header .nav li:hover dl dd:last-child{
  border-bottom: none;
}
.header .nav li:hover dl dd a{
    padding: 0 30px 0 10px;
    font-size: 16px;
    color: #333;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
    text-align: left;
    font-family: 'Poppins';
    white-space: nowrap;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.header .nav li:hover dl dd:last-child a{
  border-bottom: none;
}
.header .nav li:hover dl dd a:hover,.header .nav li:hover dl dd.cur a{
    color: #1ca3f8;
}
.header .nav li:hover dl dd a .iconfont {
    display: inline-block !important;
    font-size: 12px;
    color: #333;
    margin-left: 5px;
    transform: rotate(0deg);
    vertical-align: 1px;
}
.header .nav li.active dl a:after,.header .nav li:hover dl a:after{
  display: none;
}
.header .nav li dl dd dl.subnav,.header .nav li dl dd dl.threenav{
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 180px;
    display: none;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 2px 0;
    z-index: 1001;
    white-space: nowrap;
    margin-left: 0;
}
.header .nav li:hover dl dd:hover dl.subnav,.header .nav li:hover dl dd:hover dl.threenav{
    display: block;
}
.header .nav li:hover dl dd:hover dl.threenav::before{
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    background: transparent;
    z-index: 1000;
}
.header .nav li:hover dl dd:hover dl.threenav:hover,
.header .nav li:hover dl dd dl.threenav:hover{
    display: block;
}
.header .nav li:hover dl dd:hover dl.threenav:hover::before{
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%;
    background: transparent;
    z-index: 1000;
}
.header .nav li:hover dl dd:hover dl.threenav{
    padding: 2px 0;
}
.header .nav li:hover dl dd:hover dl.threenav dd{
    padding: 0 15px;
    text-align: left;
    margin: 0;
}
.header .nav li:hover dl dd:hover dl.threenav dd a{
    padding: 0 20px 0 10px;
    font-size: 16px;
    color: #333;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
    text-align: left;
    font-family: 'Poppins';
    white-space: nowrap;
    border-bottom: 1px solid rgba(0,0,0,0.04);
    display: block;
    text-decoration: none;
}
.header .nav li:hover dl dd:hover dl.threenav dd:last-child a{
    border-bottom: none;
}
.header .nav li:hover dl dd:hover dl.threenav dd a:hover{
    color: #1ca3f8;
    background-color: rgba(28, 163, 248, 0.05);
}
.header .nav .nav-arrow{
    background: url(../img/arrow-right.svg) no-repeat 96% center;
    background-size: auto 10px;
}
.header .rightbox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .btn-search{
    display: block;
    width: auto;
    height: 45px;
    padding-right: 10px;
    position: relative;
}
.header .btn-search::after{
    content: '|';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF1A;
}
.header .btn-search a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    font-size: 14px;
    color: #FFF;
    padding: 0 15px 0 30px;
    background: url(../img/icon-search.svg) no-repeat center left;
    background-size: 20px 20px;
    opacity: 0.8;
}
.header .btn-search a:hover{
    opacity: 1;
}
.header .btn-login{
    margin: 0 20px 0 5px;
}
.header .btn-apply{
    display: block;
}
.header .btn-apply a{
    display: block;
    width: 155px;
    height: 36px;
    line-height: 36px;
    color: #FFFFFF;
    font-size: 16px;
    background: #0052AD;
    border-radius: 18px;
    text-align: center;
}
.header .btn-apply a:hover{
    background: #0260cc;
}
.header .language{
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 45px;
    padding: 0 15px 0 5px;
    line-height: 45px;
    margin-right: 15px;
    border-radius: 10px;
}
.header .language .text{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #CDCDCD;
    line-height: 45px;
    justify-content: flex-start;
}
.header .language .text i{
    margin-right: 5px;
}
.header .language .text svg {
    height: 18px;
    margin-right: 8px;
}
.header .language .text .iconfont{
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    margin-left: 10px;
    margin-right: 0;
    color: #FFF;
    transition: transform 0.3s ease;
}
.header .language:hover .text .iconfont{
    transform: rotate(180deg);
}


.breadcrumblist { color: #fff !important; }
.breadcrumblist a { color: #fff !important; text-decoration: none; }
.breadcrumblist a:hover { text-decoration: underline; }




.language:hover .language-box{
    display: block;
}
.language .language-box{
    position: absolute;
    top: 58px;
    left: 50%;
    z-index: 1000;
    display: none;
    float: left;
    width: auto;
    min-width: 142px;
    transform: translate(-50%,0);
    padding: 5px 0;
    font-size: 15px;
	line-height: 2.5;
    text-align: left;
    list-style: none;
    border: none;
    white-space: nowrap;
    background-color: #FFF;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.language .language-box a{
	display: flex;
	padding: 0 20px;
    color: #000;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}
.language .language-box a:last-child{
    border-bottom: none;
}
.language .language-box a:hover{
	color: #1ca3f8;
    text-decoration: none !important;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
    width: 24px;
    height: 24px;
    background: url(../img/icon-menu.png) no-repeat center center;
    background-size: 100% auto;
}
.m-menu{
    display: none;
}
.icon-close{
    display: none;
}

.subbanner{
    display: block;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 0;
}

.subbanner.product{position:relative;overflow:hidden;}
.subbanner.product .subbanner-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}
.subbanner.product .wrapper{position:relative;z-index:1;}


.subbanner.resources{
    height: 870px;
    margin-bottom: -326px;
}
.subbanner.contact{
    height: 800px;
}
.subbanner .wrapper{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding-top: 115px;
}
.subbanner .title{
    font-size: 60px;
    line-height: 1.35;
    font-family: 'Poppins-SemiBold';
    color: #FFF;
    padding: 8px 0 0 0;
}
.subbanner .desc{
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #FFF;
}
.content{
    display: block;
    width: 100%;
    padding: 100px 7% 100px;
    position: relative;
}
.path{
    display: block;
    width: auto;
    padding: 0 0 0 30px;
    height: 30px;
    line-height: 35px;
    font-size: 14px;
    position: relative;
    z-index: 20;
    color: #FFF;
    background: url(../img/icon-home.png) no-repeat left center;
    background-size: 16px 16px;
}
.path span {
    font-size: 14px;
    padding: 0px 6px;
    color: #FFF;
}
.path a{
    color: #FFF;
}
.path.blue{
    background: url(../img/icon-home-blue.png) no-repeat left center;
    background-size: 16px 16px;
}
.path.blue,.path.blue span{
    color: #0E50C8;
}
.path.blue a{
    color: #0E50C8;
}
.path a:hover{
    text-decoration: underline !important;
}
.main{
    position: relative;
    display: flex;
    margin: 0 7%;
    padding: 60px 45px 145px;
    justify-content: space-between;
    background-color: #FFF;
    border-radius: 20px;
    z-index: 1;
}
.main .left{
    flex: 0 0 21%;
    width: 21%;
    padding-right: 50px;
}
.main .right{
    flex: 0 0 79%;
    width: 79%;
}
.main .right .h2title {
    padding-bottom: 45px;
}
.main .right .h2title .title{
    text-align: left;
}
.h1title{
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
    color: #333;
    font-family: 'Poppins-medium';
}
.h2title {
    display: block;
    text-align: center;
    padding-bottom: 60px;
    line-height: 1;
}
.h2title.pb40{
    padding-bottom: 40px;
}
.h2title .title{
    display: block;
    font-size: 44px;
    font-family: 'Poppins-SemiBold';
    color: #333333;
}
.h2title .subtitle{
    display: block;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    color: #666666;
    padding-top: 10px;
}
.h2title .line{
    display: block;
    width: 40px;
    height: 5px;
    margin: 35px auto 0;
    border-radius: 3px;
    background-color: #e43d40;
}
.h2title .desc{
    display: block;
    margin: 0 auto;
    width: 80%;
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.8;
}
.h2title .more{
    display: block;
    margin-left: 50px;
    font-size: 16px;
    line-height: 32px;
}
.h2title .more span {
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 5px;
}

/*footer*/
.foot-banner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    color: #FFF;
    text-align: center;
	background: url("../img/bg-footer-banner.jpg") no-repeat center center;
	background-size: cover;
}
.foot-banner .title{
    font-size: 40px;
    line-height: 1.25;
    font-family: 'Poppins-SemiBold';
}
.foot-banner .desc{
    padding-top: 8px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}
.foot-banner .btn{
    margin-top: 45px;
}
.footer{
    display: block;
    width: 100%;
    height: auto;
    padding-top: 75px;
    background-color: #1F242C;
}
.footer .foot-box{
    display: flex;
    justify-content: space-between;
    padding-bottom: 65px;
}
.footer .foot-contact a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 52px;
    color: #FFF;
    font-size: 16px;
    border-radius: 27px;
    background-color: #0052AD;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .foot-contact a:hover{
    background-color: #0260cc;
}
.footer .foot-contact .icon-contact{
    display: block;
    width: 28px;
    height: 28px;
    margin-right: 12px;
	background: url("../img/icon-contact.svg") no-repeat center center;
	background-size: 28px 28px;
}
.footer .foot-nav{
    display: block;
    padding-bottom: 85px;
}
.footer .foot-nav ul{
    display: flex;
    justify-content: space-between;
}
.footer .foot-nav li{
    flex: 0 0 20%;
    min-width: 20%;
    height: auto;
    text-align: left;
    padding-right: 35px;
    color: #FFF;
}
.footer .foot-nav li:last-child{
    padding-right: 0;
}
.footer .foot-nav li strong{
    display: block;
    color: #FFF;
    margin-bottom: 32px;
    font-size: 24px;
    font-family: 'Poppins-Bold';
}
.footer .foot-nav li a{
    display: block;
    font-size: 18px;
    line-height: 1.8;
    color: #FFF;
    margin: 12px 0;
    white-space: nowrap;
}
.footer .foot-nav li a:hover{
    text-decoration: underline !important;
}
.footer .foot-copyright{
    display: flex;
    font-size: 14px;
    line-height: 1;
    padding: 25px 0 32px;
    color: rgba(234, 234, 234, 1);
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .foot-copyright a{
    color: rgba(255, 255, 255, 1);
    margin: 0 27px;
}
.footer .foot-copyright a:hover{
    text-decoration: underline !important;
}
.footer .foot-copyright .privacy{
    color: rgba(255, 255, 255, 0.1);
}
.footer .foot-copyright .privacy a{
    margin: 0 15px;
}
.footer .foot-share{
	display: flex;
	padding-top: 5px;
    padding-bottom: 15px;
	justify-content: flex-start;
}
.footer .foot-share div{
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 24px 0 0;
	padding-top: 0;
    opacity: 0.8;
	transition: all .3s;
}
.footer .foot-share div:hover{
	transform: scale(1.2);
    opacity: 1;
}
.footer .foot-share div a{
	display: block;
	width: 100%;
	height: 100%;
}
.icon-facebook{
	background: url("../img/icon-facebook.png") no-repeat center center;
	background-size: 28px 28px;
}
.icon-twitter{
	background: url("../img/icon-twitter.png") no-repeat center center;
	background-size: 28px 28px;
}
.icon-linkedin{
	background: url("../img/icon-linkedin.png") no-repeat center center;
	background-size: 28px 28px;
}
.icon-youtube{
	background: url("../img/icon-youtube.png") no-repeat center center;
	background-size: 28px 28px;
}
.icon-instagram{
	background: url("../img/icon-instagram.png") no-repeat center center;
	background-size: 28px 28px;
}
.icon-whatsapp{
	background: url("../img/icon-whatsapp.png") no-repeat center center;
	background-size: 28px 28px;
}
.icon-pinterest{
	background: url("../img/icon-pinterest.png") no-repeat center center;
	background-size: 28px 28px;
}
/*.footer end*/

/*pages*/
.pages {
    padding: 30px 0 20px 0;
    display: flex;
    justify-content: center;
}
.pages .pagination {
  display: flex;
  justify-content: center;
}
.pages a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    color: #333;
    transition: all 0.35s;
    margin: 0 8px;
}
.pages a:hover{
    background: #0E50C8;
    color: #fff;
}
.pages a i{
    margin-right: 0;
    font-weight: bold;
}
.pages span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #0E50C8;
    color: #fff;
    text-align: center;
    margin: 0 6px;
}
.h5{
    display: none;
}
.menu-mask {
    position: fixed;
    top: 0;
    z-index: 10000;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}
.pop .icon-close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    padding: 2px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 0;
    cursor: pointer;
    background-color: #999;
}
.pop .icon-close img {
    display: block;
    width: 100%;
    height: 100%
}
.pop {
    width: 360px;
    padding: 20px 20px;
    height: auto;
    min-height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 8px
}
.pop_title {
    font-size: 20px;
    font-weight: 700;
    text-align: center
}
.pop_con {
    line-height: 1.8;
    padding-top: 10px !important;
    padding-bottom: 10px;
}
/*im*/
.right-im{
    display: block;
    position: fixed;
    right: 8px;
    top: 40%;
    transform:translate(0,-10%);
    width: 52px;
    padding: 0 0;
    height: auto;
    z-index: 100000;
}
.right-im li{
    display: block;
    width: 52px;
    height: 52px;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #FFF;
    margin-bottom: 10px;
    background-color: #0052AD;
    box-shadow: 0 4px 12px rgba(0, 82, 173, 0.4);
    border-radius: 8px;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}
.right-im li:hover{
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 82, 173, 0.6);
    background-color: #0260cc;
}
@keyframes pulse {
    0%, 100% {
        box-shadow: 0 4px 12px rgba(0, 82, 173, 0.4);
    }
    50% {
        box-shadow: 0 4px 16px rgba(0, 82, 173, 0.6);
    }
}
.right-im li .boxshow{
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 0;
    height: 52px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    white-space: nowrap;
    transition: all .3s;
}
.right-im li:hover .boxshow{
    padding: 0 20px 0 10px;
    background-color: #0260cc;
}
.right-im li i{
    display: block;
    width: 52px;
    height: 52px;
}
.right-im li span{
    display: none;
    line-height: 52px;
    font-size: 14px;
    font-weight: 500;
    padding-right: 8px;
}
.right-im li:hover span{
    display: block;
}
.right-im li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 40px 0 5px 0;
    font-size: 16px;
    color: #FFF;
}
.right-im li a:hover{
    color: #FFF;
}
.right-im li.icon-im-email i{
    background:url(../img/icon-email.svg) no-repeat center center;
    background-size: 28px 28px;
}
.right-im li.icon-im-whatsapp i{
    background:url(../img/icon-whatsapp.svg) no-repeat center center;
    background-size: 28px 28px;
}
.right-im li.icon-gotop{
    background:#0052AD url(../img/icon-gotop.svg) no-repeat center center;
    background-size: 28px 28px;
    text-indent: -9999px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.right-im li.icon-gotop.show{
    opacity: 1;
    visibility: visible;
}
.right-im li.icon-gotop:hover{
    background-color: #0260cc;
    transform: translateY(-3px);
}
/*PC自适应*/
@media screen and (min-width: 1649px) and (max-width: 1749px) {
    body {
      zoom: 0.9;
    }
}
  
@media screen and (min-width: 750px) and (max-width: 1649px) {
    body {
      zoom: 0.8;
    }
}
  
@media screen and (min-width: 751px) and (max-width: 1380px) {
    body {
      zoom: 0.7;
    }
}
/*PC v1*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
body {
    font-size: 14px !important;
    padding-top: 70px;
}
.wrapper {
    padding: 0 5%;
}
.header {
    top: 0;
    height: 70px;
    position: fixed;
}
.header.show {
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.35s;
}
.header .wrapper {
    width: 100%;
    padding: 0 4%;
    height: 70px;
    bottom: 0;
}
.header .logo {
    height: 45px;
    margin: 10px 0 10px 0;
}
.header .nav {
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,0.95);
    width: 100%;
    height: calc(100vh - 65px);
    padding-bottom: 65px;
    left: 0;
    top: 70px;
    padding-top: 20px;
    margin-left: 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.header .nav.show{
    display: block;
}
.header .nav ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    overflow: scroll;
    height: 100%;
    justify-content: space-between;
    justify-content: flex-start;
}
.header .nav li {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.header .nav li.cur a:after, .header .nav li a:hover:after {
    width: 65px;
    margin-left: -50%;
    bottom: 6px;
}
.header .nav li a {
    width: auto;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}
.header .nav li dd{
    width: 25%;
}
.header .nav li:hover dl dd {
    padding: 0 0;
    text-align: left;
}
.header .nav li dd a,.header .nav li:hover dl dd a {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0;
    color: #666 !important;
    font-weight: normal !important;
    border-bottom: none;
    text-align: left;
}
.header .nav li dl dd a .iconfont {
    display: none !important;
}
.header .nav li dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.header .nav li dl.show{
    max-height: 100%;
}
.header .nav li a.mdown {
    display: flex;
    justify-content: space-between;
}
.header .nav li a.mdown.show .iconfont,.header .nav li:hover a.mdown.show .iconfont{
    transform: rotate(180deg);
}
.header .nav li a .iconfont,.header .nav li:hover a .iconfont{
    display: inline-block;
    transform: rotate(0deg);
}
.header .nav li:hover dl {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    display: flex;
    transform: translate(0, 0);
    min-width: 100%;
    background: none;
    border-radius: 0;
    border-radius: 5px;
    box-shadow: none;
}
.header .nav .nav-arrow {
    background: none;
}
.header .nav li.cur dd a:after{
    display: none;
}
.header .nav li dl dd dl.subnav, .header .nav li dl dd dl dd dl.threenav {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    height: 0 !important;
    overflow: hidden !important;
}
.header .nav li:hover dl dd:hover dl.subnav,
.header .nav li:hover dl dd:hover dl.threenav,
.header .nav li:hover dl dd dl.threenav:hover,
.header .nav li:hover dl dd:hover dl.threenav:hover {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
.header .nav li dl{
    max-height: 100%;
    overflow: hidden;
}
.header .nav li dl.show{
    max-height: 100%;
}
.header .nav li a.mdown {
    display: flex;
    justify-content: space-between;
}
.header .nav li a.mdown.show .iconfont,.header .nav li:hover a.mdown.show .iconfont{
    transform: rotate(180deg);
}
.header .nav li a .iconfont,.header .nav li:hover a .iconfont{
    display: inline-block;
    transform: rotate(0deg);
}
.header .nav li dd {
    width: 50%;
}
.header .rightbox{
    display: none;
}
.header .rightbox.show {
    position: fixed;
    bottom: 0;
    display: flex;
    border-top: 1px solid #333;
    justify-content: center;
    width: calc(100% - 8%);
}
.header .btn-apply a {
    width: 135px;
}
.icon-menu {
    display: block;
    right: 4%;
    top: 25px;
}
.icon-menu.show {
    background: url(../img/icon-close.png) no-repeat center center;
    background-size: 90% 90%;
}
.subbanner {
    height: 380px;
}
.subbanner .wrapper {
    padding-top: 85px;
}
.subbanner.resources {
    height: 550px;
    margin-bottom: -186px;
}
.subbanner .title {
    font-size: 26px;
}
.subbanner.contact {
    height: 570px;
}
.subbanner .desc {
    font-size: 15px;
}
.content {
    padding: 30px 5% 30px;
}
.h2title {
    padding-bottom: 30px;
}
.h2title .title {
    font-size: 28px;
    line-height: 1.2;
}
.h2title .subtitle {
    font-size: 16px;
}
.main {
    margin: 0 5%;
    padding: 30px 5% 50px;
    justify-content: flex-start;
    flex-direction: column;
}
.main .left {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 35px;
}
.main .right {
    flex: 0 0 100%;
    width: 100%;
}
.main .right .h2title {
    padding-bottom: 35px;
}
.path {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pages {
    padding: 20px 0 10px 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.pages a{
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 8px;
}
.pages span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 6px;
}


.foot-banner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    padding: 38px 0;
    text-align: center;
    flex-direction: column;
}
.foot-banner .title {
    font-size: 26px;
}
.foot-banner .desc {
    padding-top: 8px;
    font-size: 15px;
}
.foot-banner .btn {
    margin-top: 35px;
}
.foot-banner .btn a{
    width: 220px;
}

.footer {
    padding-top: 55px;
}
.footer .foot-box {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 45px;
    flex-direction: column;
    align-items: center;
}
.footer .foot-box .foot-contact{
    padding-top: 15px;
}
.footer .foot-nav {
    padding-bottom: 30px;
}
.footer .foot-nav ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.footer .foot-nav li {
    flex: 0 0 100%;
    min-width: 100%;
    height: auto;
    text-align: left;
    padding-right: 0;
    margin-bottom: 30px;
}
.footer .foot-nav li strong {
    margin-bottom: 12px;
    font-size: 18px;
}
.footer .foot-nav li a {
    display: inline-block;
    min-width: 32.33%;
    font-size: 13px;
    line-height: 1.8;
    color: #FFF;
    margin: 0 0;
    white-space: nowrap;
}
.footer .foot-copyright {
    display: flex;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    padding: 25px 0 32px;
    flex-direction: column;
}
.footer .foot-copyright .privacy a {
    margin: 0 5px;
}
}
