@charset "utf-8";
/* 全局重置 */
*,
*::before,
*::after{box-sizing: border-box; /* 使用更直观的盒模型 */margin: 0;padding: 0;transition: all 0.3s;}
/* 基础元素重置 */
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);}
/* 样式重置 */


.area{width: 100%;max-width: 1630px;padding: 0 15px;margin: 0 auto;}
.flex-items-center{display: flex;flex-wrap: wrap;align-items: center;width: 100%;}
.title{display: flex;flex-wrap: wrap;}
.title h2{font-size: 36px;font-weight: 600;position: relative;line-height: 1;padding: 0 25px;}
.title h2 b{color: #004bb1;}
.title h2::after,.title h2::before{content: '';display: inline-block;width: 22px;height: 18px;position: absolute;top: 50%;background-image: url(../images/tit-ico.png);background-repeat: no-repeat;background-size: contain;}
.title h2::after{transform: translateY(-50%) rotate(180deg);left: 100%;}
.title h2::before{transform: translateY(-50%);right: 100%;}
.title h3{font-size: 28px;line-height: 1;}
.title span{font-size: 34px;font-weight: 600;line-height: 1;margin-bottom: 15px;text-transform: uppercase;}
.title span::first-letter{color: #004bb1;}


/* head */
.head{width: 100%;position: relative;}
.head .area{display: flex;align-items: center;
  /* height: 100%; */
}

.head .title{width: 100%;height: 90px;align-content: center;display: flex;}
.head .title .area{max-width: 1230px;}

.head .title .area .logo{margin-right: auto;width: 330px;max-width: calc(100% - 100px);display: flex;align-items: center;}
.head .title .area .logo a{display: contents;}
.head .title .area .logo img{width: auto;max-width: 100%;}
.head .title .area>a{font-size: 16px;line-height: 1;padding: 10px 30px;border: 1px solid #ff5c00;color: #ff5c00;margin-right: 30px;}
.head .title .area .tel{display: flex;align-items: center;font-size: 24px;font-weight: 600;color: #004bb1;}
.head .title .area .tel i{width: 55px;height: 55px;display: flex;color: #004bb1;margin-left: auto;font-size: 22px;justify-content: center;align-items: center;border-radius: 50%;margin-right: 5px;background-color: #e6eaf3;}
.head .title .area .tel p{line-height: 1;font-size: 14px;color: rgba(0, 0, 0, .6);font-weight: 400;}
.head .title .area .tel p b{display: inline-block;font-size: 24px;color: #004bb1;font-weight: 600;width: 100%;line-height: 1;margin-top: 8px;}

.head .title .area .search form{display: flex;width: 180px;height: 40px;border-radius: 20px;border: 1px solid #004bb1;overflow: hidden;margin-left: auto;margin-right: 30px;}
.head .title .area .search button{order: -1;display: flex;width: 50px;height: 100%;align-items: center;justify-content: center;color: #fff;background-color: #004bb1;font-size: 22px;}
.head .title .area .search input{width: calc(100% - 50px);height: 100%;line-height: 40px;padding-left: 10px;font-size: 14px;}
.head .title .area .search input::placeholder{color: rgba(0, 0, 0, 0.4);}


.head .nav{width: 100%;border-top: 2px solid #004bb1;display: flex;flex-wrap: wrap;box-shadow: 0 3px 3px rgba(0, 0, 0, .05);position: relative;}
.head .nav .area{padding: 0;max-width: 1200px;background-color: #fff;flex-wrap: nowrap;}
.head .nav .area>.li{flex-grow: 1;
  /* height: 100%; */
}
.head .nav .area .li{position: relative;}
.head .nav .area>.li>a{display: flex;flex-wrap: wrap;height: 60px;align-content: center;justify-content: center;line-height: 1;font-size: 16px;width: 100%;}
.head .nav .area>.li>a span{font-size: 13px;color: #004bb1;width: 100%;line-height: 1;margin-top: 8px;text-align: center;}
.head .nav .area>.li .cd-ul{position: absolute;width: auto;min-width: 100%;top: 100%;left: 100%;z-index: 5;transform: rotateX(90deg);transform-origin: top;}
.head .nav .area>.li>.cd-ul{left: 50%;transform: translateX(-50%) rotateX(90deg);}
.head .nav .area>.li>.cd-ul .li{width: 100%;background-color: #fff;border-bottom: 1px solid rgba(0, 0, 0, .1);padding: 0 8px;}
.head .nav .area>.li>.cd-ul .li a{display: flex;width: 100%;align-items: center;justify-content: center;line-height: 2.5;font-size: 15px;white-space: nowrap;}
.head .nav .area>.li>.cd-ul .li:last-child a{border-bottom-width: 0;}

.head .nav .m-nav{position: fixed;z-index: 99;left: 50%;top: 0;transform: translate(-50%,-100%);max-width: 100%;box-shadow: 0 2px 5px rgba(0, 0, 0, .1);}
.head .nav .m-nav.active{transform: translate(-50%,0%);}

.head .nav .area .li.active{background-color: #004bb1;}
.head .nav .area .li.active>a{color: #fff;}
.head .nav .area .li.active>a span{color: #fff;}

.head .nav .area .li:hover .cd-ul{transform: translateX(-50%) rotateX(0deg);}
.head .nav .area .li:hover,.head .nav .area>.li>.cd-ul .li:hover{background-color: #004bb1;}
.head .nav .area .li:hover>a{color: #fff;}
.head .nav .area .li:hover>a span{color: #fff;}


.head .n-nav{display: none;}


/* 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;z-index: 2;}
.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: 3.5;}
.menu-list > li > a:before{position: absolute;left: 0;bottom: 0;content: "";width: 100%;height: 0;transition: 0.38s;z-index: -1;}
@media screen and (min-width: 0px) and (max-width:767px){
  .menu-btn{display: flex;}
}




/* foot */
.footer{width: 100%;background-image: url(../images/foot-bg.jpg);background-size: cover;}
.footer .area{display: flex;flex-wrap: wrap;align-items: stretch;max-width: 1600px;}
.footer .area .top{display: flex;width: 100%;flex-wrap: wrap;align-items: center;padding: 35px 0;border-bottom: 1px solid rgba(255, 255, 255, .1);}
.footer .area .f-logo{width: auto;max-width: 90%;filter: grayscale(1) brightness(10);}
.footer .area .tel{display: flex;align-items: center;font-size: 24px;font-weight: 600;color: #fff;margin-left: auto;}
.footer .area .tel i{width: 55px;height: 55px;display: flex;color: #fff;margin-left: auto;font-size: 22px;justify-content: center;align-items: center;border-radius: 50%;margin-right: 5px;background-color: #004bb1;}
.footer .area .tel p{line-height: 1;font-size: 14px;color: #fff;font-weight: 400;}
.footer .area .tel p b{display: inline-block;font-size: 24px;color: #fff;font-weight: 600;width: 100%;line-height: 1;margin-top: 8px;}

.footer .area .left{width: 60%;display: flex;border-right: 1px solid rgba(255, 255, 255, .1);padding: 15px 0 25px;}
.footer .area .left .li{flex-grow: 1;}
.footer .area .left .li a{display: block;font-size: 15px;color: rgba(255, 255, 255, .4);line-height: 2.5;}
.footer .area .left .li a:first-child{padding: 20px 0 10px;font-size: 16px;color: #fff;}


.footer .area .right{width: 40%;padding-top: 45px;padding-left: 5%;margin-left: 0;}
.footer .area .right .contact-info{width: 100%;display: flex;flex-wrap: wrap;align-items: start;}
.footer .area .right .contact-info h3{font-size: 18px;color: #fff;font-weight: 600;line-height: 1;margin-bottom: 25px;width: 100%;}
.footer .area .right .contact-info p{display: flex;flex-wrap: wrap;align-items: center;width: 100%;line-height: 1;font-size: 16px;color: rgba(255, 255, 255, .5);margin-bottom: 25px;}
.footer .area .right .contact-info p i{color: #004bb1;font-size: 18px;margin-right: 10px;}
.footer .area .right .contact-info p b{font-size: 16px;color: #fff;font-weight: 600;line-height: 1.5;}
.footer .area .right .wx-qrcode{width: 100%;display: flex;flex-wrap: wrap;align-items: start;margin-top: 15px;}
.footer .area .right .wx-qrcode .li{width: 50%;max-width: 105px;margin-right: 30px;display: flex;flex-wrap: wrap;justify-content: center;}
.footer .area .right .wx-qrcode .img{width: 100%;border-radius: 5px;overflow: hidden;}
.footer .area .right .wx-qrcode .img img{width: 100%;display: block;}
.footer .area .right .wx-qrcode p{line-height: 3;font-size: 15px;color: rgba(255, 255, 255, .3);}


.footer .area .copyright{width: 100%;border-top: 1px solid rgba(255, 255, 255, .1);}
.footer .area .copyright p{font-size: 14px;color: rgba(255, 255, 255, .3);text-align: center;line-height: 1.5;padding: 20px 0;}



@media screen and (min-width: 0px) and (max-width:1400px){

}
@media screen and (min-width: 0px) and (max-width:1200px){
  .title h2{font-size: 30px;}
}
@media screen and (min-width: 0px) and (max-width:1024px){
  .footer .area .left{width: 100%;}
  .footer .area .right{width: 100%;padding-left: 0;}
  .footer .area .right .contact-info p{width: 50%;}
  .footer .area .right .contact-info p:last-child{width: 100%;}
}
@media screen and (min-width: 0px) and (max-width:992px){
  .title h3{font-size: 24px;}
  .head .nav .area>.li>a span{font-size: 11px;}
  .head .title .area .tel{display: none;}
  .head .title .area .tel p b{font-size: 20px;}
  .head .title .area .tel i{width: 45px;height: 45px;font-size: 20px;}
  .head .title .area>a{font-size: 15px;}
  
}
@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 .nav .area>.li>a{font-size: 15px;}
  .head .title .area>a{display: none;}
}
@media screen and (min-width: 0px) and (max-width:767px){
  .title h2{font-size: 26px;}
  .title h3{font-size: 22px;}
  .head .title{height: 75px;}
  .head .title .area .logo img{max-width: 90%;}
  .head .title .area .search{display: none;}
  /* .head .title .area .tel{display: none;} */
  .head .nav{display: none;}

  .footer .area .left{display: none;}
  .footer .area .tel{display: none;}
}

@media screen and (min-width: 0px) and (max-width:440px){
  .footer .area .top{padding: 30px 0;}
  .footer .area .f-logo{max-width: 70%;}
  .footer .area .right{padding-top: 30px;}
  .footer .area .right .wx-qrcode{margin-top: 0;}
}
@media screen and (min-width: 0px) and (max-width:320px){

}