@charset "utf-8";
/* 全局重置 */
body{overflow-x: hidden;}
*{transition: all 0.3s;font-size: 16px;}
*,*::before,*::after {box-sizing: border-box; /* 使用更直观的盒模型 */margin: 0;padding: 0;}
/* 基础元素重置 */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 元素显示设置 */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
/* 列表重置 */
ol, ul {list-style: none;}
/* 表格重置 */
table {border-collapse: collapse;border-spacing: 0;}
/* 链接重置 */
a{color: inherit;text-decoration: none;background-color: transparent;}
/* 表单元素重置 */
button, input, optgroup, select, textarea {margin: 0;padding: 0;border: 0;font-family: inherit;font-size: 100%;line-height: 1.15;background: none;outline: none;}
/* 按钮重置 */
button {cursor: pointer;background: none;border: none;}
/* 输入框重置 */
input {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
/* 清除数字输入框的箭头 */
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
/* 清除搜索框的默认样式 */
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration {-webkit-appearance: none;}
/* 文本区域重置 */
textarea {resize: none; /* 禁止调整大小 */overflow: auto;}
/* 图片和嵌入内容重置 */
embed, iframe, object, video {max-width: 100%;height: auto;border-style: none;display: block;}
img{height: auto;border-style: none;}
/* 禁用状态样式 */
[disabled] {cursor: not-allowed;opacity: 0.5;}
/* 移除所有元素的hover、active、focus状态下的默认样式 */
a:hover, a:active, a:focus,button:hover, button:active, button:focus,input:hover, input:active, input:focus,select:hover, select:active, select:focus,textarea:hover, textarea:active, textarea:focus {outline: none;text-decoration: none;}
a:hover{transform: translateY(-3px);}
/* 滚动条 */
::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track {background-color: rgba(0, 0, 0, 0);}
::-webkit-scrollbar-thumb {background-color: #e4e4e4;border-radius: 5px;}


/* gg */
.area{width: 100%;max-width: 1430px;padding: 0 15px;margin: 0 auto;display: flex;flex-wrap: wrap;}
.more{border: 1px solid rgba(28, 81, 172, 1);background-color: rgba(28, 81, 172, 1);color: #fff;border-radius: 5px;line-height: 2.5;width: 150px;display: flex;align-items: center;justify-content: center;}
table tr td{border: 1px solid #222;padding: 5px;}
.more:hover{color: rgba(28, 81, 172, 1);background-color: #fff;}

.title{padding-bottom: 30px;position: relative;}
.title::after{position: absolute;content: '';display: inline-block;width: 60px;height: 4px;background-color: rgba(28, 81, 172, 1);top: 100%;left: 0;}
.title h3{font-size: 30px;font-weight: 600;}
.title span{position: absolute;font-size: 34px;font-weight: 600;top: 50%;transform: translateY(-50%);color: rgba(0,0,0,0.05);white-space: nowrap;text-transform: uppercase;}



/* head */
.head{width: 100%;position: fixed;top: 0;left: 0;height: 105px;z-index: 4;background-color: #fff;}
.head.tr{height: 95px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}
.head .area{align-items: center;height: 100%;max-width: 1630px;flex-wrap: nowrap;justify-content: start;}
.head .logo{width: auto;max-width: calc(100% - 150px);height: 100%;}
.head .logo a{display: flex;width: 100%;height: 100%;}
.head .logo a h1{display: flex;width: 100%;height: 100%;align-items: center;}
.head .logo a h1 img{width: auto;max-width: 100%;max-height: 60%;}
.head .nav{display: flex;margin-left: auto;width: 100%;max-width: 600px;justify-content: end;height: 100%;}
.head .nav>.li{flex-grow: 1;display: flex;align-items: center;position: relative;}
.head .nav>.li>a{width: 100%;text-align: center;font-size: 18px;}

.head .nav .cd-ul{position: absolute;top: 100%;left: 50%;transform-origin: top;transform: translateX(-50%) rotateX(90deg);min-width: 100%;background-color: #fff;}
.head .nav .cd-ul .li{border-top: 1px solid rgba(0, 0, 0, 0.1);}
.head .nav .cd-ul .li a{font-size: 16px;line-height: 2;width: auto;padding: 0 10px;white-space: nowrap;text-align: center;display: block;}

.head .nav>.li:hover{background-color: #1c51ac;}
.head .nav>.li:hover>a{color: #fff;}
.head .nav>.li:hover .cd-ul{transform: translateX(-50%) rotateX(0deg);}
.head .nav>.li .cd-ul .li:hover{background-color: #1c51ac;}
.head .nav>.li .cd-ul .li:hover a{color: #fff;}


.head .lan-switch{width: 130px;border-radius: 20px;border: 1px solid rgba(0, 0, 0, 0.3);margin-left: 30px;position: relative;cursor: pointer;}
.head .lan-switch .li{height: 40px;display: flex;width: 100%;align-items: center;justify-content: center;overflow: hidden;}
.head .lan-switch .li img{margin-right: 10px;}
.head .lan-switch .li a{color: rgba(0, 0, 0, 0.5);}
.head .lan-switch .li::after{content: '>';color: rgba(0, 0, 0, 0.3);margin-left: 7px;transform: rotate(90deg);font-family: cursive;font-weight: 600;transition: all 0.3s;}
.head .lan-switch:hover{background-color: #1c51ac;}
.head .lan-switch:hover .li img{filter: grayscale(1) brightness(10);}
.head .lan-switch:hover .li a{color: #fff;}
.head .lan-switch:hover .li::after{color: #fff;}

.head .lan-switch .lan-li{min-width: 80%;overflow: hidden;position: absolute;top: calc(100% + 1px);left: 50%;transform: translateX(-50%);background-color: #fff;display: flex;flex-wrap: wrap;}
.head .lan-switch .lan-li a{width: 100%;line-height: 2;font-size: 0px;text-align: center;}
.head .lan-switch:hover .lan-li a{font-size: 15px;}
.head .lan-switch .lan-li a:hover{background-color: #1c51ac;color: #fff;transform: translateY(0px);}




/* wapnav */
.menu-btn {position: absolute;z-index: 3;display: none;justify-content: center;align-items: center;width: 105px;height: 43px;border-radius: 22px;cursor: pointer;transition: 0.4s 0.2s;background: rgba(0, 0, 0, 0.2);top: 50%;right: 3%;transform: translateY(-50%);}
.menu-btn p {margin-right: 10px;color: #fff;font-size: 15px;text-transform: uppercase;transition: 0.4s 0.2s;}
.menubtn {position: relative;z-index: 11;float: right;cursor: pointer;transition: 0.4s;cursor: pointer;}
.menubtn span {display: block;width: 18px;height: 2px;background: #fff;position: relative;vertical-align: middle;-webkit-transition-duration: .3s,.3s;-moz-transition-duration: .3s,.3s;-ms-transition-duration: .3s,.3s;-o-transition-duration: .3s,.3s;transition-duration: .3s,.3s;-webkit-transition-delay: .3s,0s;-moz-transition-delay: .3s,0s;-ms-transition-delay: .3s,0s;-o-transition-delay: .3s,0s;transition-delay: .3s,0s;}
.menubtn span:after, .menubtn span:before {content: "";position: absolute;display: inline-block;width: 100%;height: 2px;left: 0;background-color: #fff;-webkit-transition-duration: .3s,.3s;-moz-transition-duration: .3s,.3s;-ms-transition-duration: .3s,.3s;-o-transition-duration: .3s,.3s;transition-duration: .3s,.3s;-webkit-transition-delay: .3s,0s;-moz-transition-delay: .3s,0s;-ms-transition-delay: .3s,0s;-o-transition-delay: .3s,0s;transition-delay: .3s,0s;}
.menubtn span:before {top: -6px;-webkit-transition-property: top,transform;-moz-transition-property: top,transform;-ms-transition-property: top,transform;-o-transition-property: top,transform;transition-property: top,transform;}
.menubtn span:after {bottom: -6px;-webkit-transition-property: bottom,transform;-moz-transition-property: bottom,transform;-ms-transition-property: bottom,transform;-o-transition-property: bottom,transform;transition-property: bottom,transform;}
.menubtn.active span {background-color: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s;}
.menubtn.active span:after, .menubtn.active span:before {-webkit-transition-delay: 0s,.3s;-moz-transition-delay: 0s,.3s;-ms-transition-delay: 0s,.3s;-o-transition-delay: 0s,.3s;transition-delay: 0s,.3s;}
.menubtn.active span:before {top: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.menubtn.active span:after, .menubtn.active span:before {-webkit-transition-delay: 0s,.3s;-moz-transition-delay: 0s,.3s;-ms-transition-delay: 0s,.3s;-o-transition-delay: 0s,.3s;transition-delay: 0s,.3s;}
.menubtn.active span:after {bottom: 0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.menu-flex.show {visibility: visible;pointer-events: visible;}
.menu-flex {position: fixed;left: 0;top: 0;width: 100%;height: 100%;visibility: hidden;pointer-events: none;transition: 0.88s;}
.menu-flex.show .menu-bg {opacity: 1;visibility: visible;transition: 0.88s 0s;}
.menu-bg {position: absolute;left: 0;top: 0;background: rgba(0, 0, 0, 0.5);width: 100%;height: 100%;opacity: 0;visibility: hidden;transition: 0.88s 0.3s;z-index: 9;}
.menu-flex.show .menu-right {right: 0;}
.menu-right {position: absolute;right: -330px;top: 0;width: 60%;max-width: 330px;height: 100%;background: #fff;transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);z-index: 10;}
.menu-list {padding-top: 30%;margin: 0 30px;}
.menu-list > .li {position: relative;z-index: 3;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.menu-list > .li > a {display: block;position: relative;z-index: 2;padding-left: 42px;color: rgba(0, 0, 0, 0.7);font-size: 16px;line-height: 4;}
.menu-list > .li > a:before {position: absolute;left: 0;bottom: 0;content: "";width: 100%;height: 0;transition: 0.38s;z-index: -1;}




/* foot */
.footer{background-color: #001c34;color: #fff;padding-top: 4%;overflow: hidden;}
.footer .area{display: block;}
.footer a{color: #fff;}
.footer .foot-l{}
.footer .foot-l img{max-width: 90%;padding-top: 1%;padding-bottom: 5%;border-bottom: 1px solid #fff;filter: grayscale(1) brightness(100);}
.footer .foot-l .cname{border-bottom: 1px solid #fff;padding-bottom: 5%;letter-spacing: 8px;}
.footer .foot-l p:nth-child(3) i{color: #1c51ac;display: inline-block;font-size: 30px;font-weight: bold;}
.footer .foot-l p{margin: 5% 0 4%;}

.footer .foot-m{}
.footer .foot-m h4{font-size: 32px;font-weight: bold;margin: 0;margin-bottom: 5%;padding-top: 1%;}
.footer .foot-m a{display: block;width: 100%;float: left;font-size: 16px;color: #fff;line-height: 2.5;}

.footer .foot-r{color: #fff;}
.footer .foot-r p{line-height: 35px;color: #fff;text-align: right;display: block;width: 100%;float: right;}
.footer .foot-r p:first-child{margin-bottom: 4%;}
.footer .foot-r p b{font-size: 35px;}
.footer .f-bot{padding: 1% 5%;text-align: center;color: #fff;font-size: 14px;border-top: 1px solid rgba(255, 255, 255, 0.1);margin-top: 3%;float: left;width: 100%;}
.footer .foot-r p:nth-child(2),.footer .foot-r p:nth-child(3){width: 50%;}
.footer .foot-r p img{width: 100%;max-width: 130px;}




@media screen and (min-width: 0px) and (max-width:1400px){

}
@media screen and (min-width: 0px) and (max-width:1300px){
  .head .nav .navBox ul .child>a,.head .nav .navBox ul .child .childContent li a{font-size: 14px;}
}
@media screen and (min-width: 0px) and (max-width:1200px){
  .title span{font-size: 30px;}

  .head .logo a h1 img{top: 50%;}
  .footer .foot-r p{text-align: left;}
}

@media screen and (min-width: 0px) and (max-width:992px){
  .menu-btn{display: flex;}
  .head{height: 95px;}
  .head.tr{height: 85px;}
  .head .nav{display: none;}

}
@media screen and (min-width: 0px) and (max-width:768px){
  .col-xs-6:nth-child(2n-1){padding-right: 7.5px;}
  .col-xs-6:nth-child(2n){padding-left: 7.5px;}
  .head{height: 85px;}
  .head.tr{height: 75px;}


  .title{padding-bottom: 20px;}
  .title h3{font-size: 26px;}

  .footer .foot-l img{margin-top: 5%;}
  .footer .foot-m h4{margin: 5% 0 2.5%;font-size: 24px;}
  .footer .foot-m a{font-size: 15px;width: 33.333333%;}
  .footer .foot-r p{float: left;}
}
@media screen and (min-width: 0px) and (max-width:767px){
  .head .lan-switch{display: none;}
}
@media screen and (min-width: 0px) and (max-width:440px){
  .menu-list > .li > a{font-size: 15px;}
  .title span{font-size: 24px;}
  .title h3{font-size: 24px;}
  .more{font-size: 15px;width: 125px;}
  .head{height: 75px;}
  .head.tr{height: 70px;}
  .footer .foot-l p{font-size: 14px;}
  .foot-r{display: none;}
}
@media screen and (min-width: 0px) and (max-width:375px){
  .menu-list > li > a{font-size: 14px;padding-left: 30px;}
  .footer .f-bot{font-size: 12px;padding: 2% 0;}
  .footer .foot-l p:nth-child(2) i,.footer .foot-m h4,.footer .foot-r p b{font-size: 20px;}
}
@media screen and (min-width: 0px) and (max-width:320px){
  .footer .foot-l img{margin-bottom: 5%;}
  .about .a-con h3{font-size: 17px;}
  .menu-list{padding-top: 60px;}
}