@charset "utf-8";
*{box-sizing: border-box; }
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,textarea{ font:12px Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1",sans-serif,'Microsoft YaHei';border:none; overflow-x:hidden; }
h1{font-size: 18px; }
h2{font-size: 16px; }
h3{font-size: 14px; }
h4,h5,h6{font-size: 100%; }
small{font-size: 12px; }
img,input{vertical-align: middle; border:none; }
ul,ol,li{list-style: none; }
a{text-decoration:none;outline:none}
a:hover{text-decoration: underline;}
table{border-collapse: collapse;border-spacing: 0;}
body { background:#fff; color:#555; font-size:12px;overflow-x:hidden;}
.clear{height:1px;clear:both;margin-bottom:-1px;overflow:hidden;visibility:hidden;display:block;}
i,em{font-style: normal;}
a{color:#333;cursor:pointer;}
a:hover{text-decoration:none;}
input,button,select{font-family:'Microsoft Yahei';outline: none;font-size:14px; }
button,input[type=button]{cursor: pointer;}
img { image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering: crisp-edges;-ms-interpolation-mode:nearest-neighbor; }
textarea,button,input{outline: none;}


/*clearfix*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/* 宽度 */
.w1200{width:1200px;margin:0 auto;}
.w1400{width:1400px;margin:0 auto;}
.w1560{width:1560px;margin:0 auto;}
@media all and (max-width:1600px){
  .w1560{width:100%;padding:0 2%}
}
@media all and (max-width:1460px){
	.w1400{width:100%;padding:0 2%}
}
@media all and (max-width:1260px){
	.w1200{width:100%;padding:0 2%}
}
@media all and (max-width:768px){
  .w1560{padding:0 3%}
	.w1400{padding:0 3%}
	.w1200{padding:0 3%}
}

/* 弹性布局 */
.c-flex{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.c-flex1{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch;}

/* 图片比例 */
.picScale{ padding-bottom: 60%; overflow: hidden; position: relative; }
.picScale img{ max-width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: all 0.5s; }
.picScale img:hover{ transform: translate(-50%,-50%) scale(1.1); }

/* 文本溢出 */
.text_clamp1{	overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.text_clamp2{ overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.text_clamp3{ overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; }

.swiper-container{ --swiper-theme-color: #ff6600; --swiper-navigation-color: #00ff33; --swiper-navigation-size: 30px; }

.cell_box{font-size: 0;}
.cell_box:before{content: ''; height: 100%; display: inline-block; vertical-align: middle;}
.cell_box .cell{width: 100%; display: inline-block; vertical-align: middle;}

/* PC and Moble */
.pc{ display: block; } 
.m{ display: none; }
@media (max-width: 768px) {
	.pc{ display: none; }
	.m{ display: block; }
}

/* 边距 */
.pd100{padding: 100px 0;}
.pd120{padding: 120px 0;}
.pd150{padding: 150px 0;}
@media (max-width: 1240px) {
	.pd100{padding: 70px 0;}
	.pd120{padding: 80px 0;}
	.pd150{padding: 90px 0;}
}
@media (max-width: 1024px) {
	.pd100{padding: 60px 0;}
	.pd120{padding: 70px 0;}
	.pd150{padding: 80px 0;}
}
@media (max-width: 768px) {
	.pd100{padding: 50px 0;}
	.pd120{padding: 60px 0;}
}
@media (max-width: 480px) {
	.pd100{padding: 40px 0;}
	.pd120{padding: 50px 0;}
	.pd150{padding: 50px 0;}
}

.alltime,.alltime *{-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}


/* 鼠标跟随 --> */
#c-followDot {
  position: fixed;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #6eb92c;
  z-index: 999;
  pointer-events: none;
}
#c-followDot .c-default {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 40px;
  height: 40px;
  border: 1px solid #9c9c9c;
  border-radius: 50%;
  opacity: .2;
  box-sizing: border-box;
  z-index: 99;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#c-followDot .c-hover {
  position: absolute;
  top: -38px;
  left: -38px;
  width: 80px;
  height: 80px;
  background-color: #bbb;
  border-radius: 50%;
  opacity: .12;
  z-index: 98;
  box-sizing: border-box;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#c-followDot.c-active .c-default {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

#c-followDot.c-active .c-hover {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}



/************** 导航栏 ***************/
.w1500 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.btn-phone,
.full-main-nav {
    display: none;
}

.headfixed {
    transition: all 0.5s;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,.2));
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 10000;
    vertical-align: middle;
    clear: both;
    
}
.headfixed .headfixed-bot {
    align-items: center;
}
.headfixed .headfixed-bot .headfixed-bot-left{
    width: 30%;
    align-items: center;
}
.headfixed .headfixed-top-lefth2{
    padding-left: 20px;
    border-left: 1px solid #eeeeee;
}
.headfixed .headfixed-top-lefth2 h2{
    font-family: 'HuXiaoBo-NanShenTi2.0';
	font-size: 20px;
	line-height: 26px;
	color: #333333;
}
.headfixed .logo{
    max-width: 500px;
    /*max-height: 72px;*/
    overflow: hidden;
    padding-right: 18px;
    /*border-right: 1px solid #EAEAEA;*/
}
.headfixed .logo img{ width: 100%; }
.headfixed .logo img.white{ display: block; }
.headfixed .logo img.c{ display: none; }
.headfixed .logo-font{
    width: 56%;
    font-family: 'Alibaba PuHuiTi';
    font-size: 22px;
	line-height: 30px;
	color: #333333;
    padding-left: 18px;
}
.headfixed .logo-font b{
    display: inline-block;
    font-family: 'POPPINSSEMIBOLD';
    /* width: 29px; */
    /* height: 23px; */
    padding: 4px 5px 0px 5px;
    line-height: 22px;
	background-color: #7a839e;
	border-radius: 2px;
    text-align: center;
    color: #ffffff;
    margin-right: 5px
}
.headfixed .menu-list {
    width: 67%;
    align-items: center;
}

.headfixed .menu-list>ul {
    width: 76%;
    position: relative;
}

.headfixed .menu-list>ul>li {
    position: relative;
    vertical-align: top;
}

.headfixed .menu-list>ul>li:hover .nav-two {
    display: block !important;
}
.headfixed .btn-list {
    width: 22%;
    text-align: center;
}

.headfixed .btn-list .btn-right {
    width: 100%;
    align-items: center;
}
.headfixed .index-telimg{
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
    padding-top: 2px;
    width: 16%;
} 
.headfixed .index-telimg img{
    animation: tel ease-out 1.3s infinite;
}
@keyframes tel {
    0% {
        transform: rotateZ(0)
    }

    20% {
        transform: rotateZ(20deg)
    }

    40% {
        transform: rotateZ(-20deg)
    }

    60% {
        transform: rotateZ(20deg)
    }

    80% {
        transform: rotateZ(-20deg)
    }

    100% {
        transform: rotateZ(0)
    }
}
.headfixed .index-tel a{
    display: inline-block;
    vertical-align: middle;
    font-family: 'POPPINSSEMIBOLD';
	font-size: 26px;
	line-height: 30px;
	color: #d20e1c;
    width: 84%;
	font-weight:bold;
}
.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 {
    /* 修改字体颜色 */
    /* color: #fff; */
    /* 修改字号，默认继承input */
    font-size: 12px;
}

.headfixed .toggle-btn {
    width: 100%;
    height: 30px;
    position: relative;
    display: block;
}

.headfixed .toggle-btn span {
    width: 26px;
    height: 2px;
    background: #1688FD;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.headfixed .toggle-btn span:first-child {
    top: 12px;
    width: 65%;
}

.headfixed .toggle-btn span:nth-child(2) {
    top: 61%;
}

.headfixed .toggle-btn span:last-child {
    bottom: 4px;
    width: 65%;
}

.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: 6px;
}
@media (min-width: 1200px) {
    .phone {
        display: none;
    }
}
.menu-list>ul>li:hover h3 a {
    color: ;
}

.menu-list>ul>li.cur h3 a::after,
.menu-list>ul>li:hover h3 a::after {
    /* width: 130%; */
    width: 60px;
}
.menu-list h3{
    width: 100%;
    position: relative;
}
.menu-list h3 a {
    height: 100px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    display: block;
    font-size: 18px;
	line-height: 100px;
	color: #FFFFFF;
}
.headfixed .menu-list>ul>li h3 a.active{
    color: ;
}

.subnav{display: none; position: absolute; top: 100%; left: -30%; width: 160%; text-align: center; padding: ; }
.menu-list>ul>li:hover .subnav{ display: block; }
.subnav a{ display: block;color: #FFFFFF; background: #01479c; font-size: 16px; line-height: 26px; padding: 7px 10px;  }
.subnav a:hover{ background: #0058b0; }

.headfixed.fixed{ background: #FFFFFF;box-shadow: 0 -10px 8px 10px rgba(0,0,0,0.2); }
.headfixed.fixed .menu-list h3 a{color: #333333;}
.headfixed.fixed .index-tel a{color: #d20e1c;}
.headfixed.fixed .index-telimg img{  }
.headfixed.fixed .menu-list>ul>li h3 a.active{color: #01479c;}
.headfixed.fixed .menu-list>ul>li:hover h3 a {color: #01479c;}
.headfixed.fixed .logo img.white{ display: none; }
.headfixed.fixed .logo img.c{ display: block; }


.head_btn{cursor: pointer; position: absolute; top: 50%; right: 0; transform: translateY(-50%); padding: 10px; display: none; }
.head_btn .menuBtn {width: 18px;height: 15px;}
.head_btn .bar1, .head_btn .bar2, .head_btn .bar3 {width: 18px;height: 3px;background-color: #bbb;margin: 3px 0;transition: 0.4s;}
.head_btn.change .bar1 {transform: rotate(45deg) translate(3px, 5px);}
.head_btn.change .bar2 {opacity: 0;}
.head_btn.change .bar3 {transform: rotate(-45deg) translate(3px, -6px);}

@media screen and (max-width: 1459px) {
    .menu-list h3 a{
        height: 80px;
        line-height: 80px;
        font-size: 16px;
    }
    
    .headfixed .logo-font{
        font-size: 20px;
    }
    .headfixed .index-tel a{
        font-size: 24px;
    }
}
@media screen and (max-width: 1400px) {
    .headfixed .headfixed-bot .headfixed-bot-left{
        width: 31%;
    }
}
@media screen and (max-width: 1366px) {
    .headfixed .headfixed-bot .headfixed-bot-left {
        width: 28%;
    }
}
@media screen and (max-width: 1260px) {
    .headfixed .logo-font {
        font-size: 18px;
        line-height: 26px;
        padding-left: 20px;
    }
    .headfixed .logo-font b {
        padding: 2px 5px 0px 5px;
    }
    .headfixed .logo {
        max-width: 260px;
    }
    .headfixed .index-tel a {
        font-size: 20px;
    }
    .headfixed .menu-list {
        width: 67%;
    }
    .menu-list h3 a {
        height: 75px;
        line-height: 75px;
    }
}

@media screen and (max-width: 1100px) {
  .head_btn{display: block;}
    .headfixed .menu-list>ul{
        display: none;
    }
    .headfixed .menu-list {
        width: 30%;
        position: relative;
        align-items: center;
    }
    .headfixed .btn-list{
        width: 100%;
        padding-right: 50px;
        margin-top: 5px;
    }
    .headfixed .headfixed-bot .headfixed-bot-left {
        width: 48%;
    }
    .headfixed{
        padding: 10px 0;
    }
}
@media screen and (max-width: 750px) {
    .headfixed .btn-list{ margin-top: 0; display: none; }
    .headfixed .index-tel {
        align-items: center;
    }
    .headfixed .index-tel a {
        font-size: 18px;
        line-height: 24px;
        padding-top: 5px;
    }
    .headfixed .logo-font{
        display: none;
    }
    .headfixed .logo {
        padding-right: 0px;
        border-right: 1px solid transparent;
    }
    .headfixed .headfixed-bot .headfixed-bot-left {
        width: 70%;
    }
    .headfixed .menu-list {
        width: 26%;
    }
}
@media screen and (max-width: 320px){
    .headfixed .menu-list {
        width: 50%;
    }
    .headfixed .headfixed-bot .headfixed-bot-left {
        width: 50%;
    }
}



.moble_nav{ padding-top: 140px; padding-bottom: 50px; height: 100%; width: 100%; background-color: rgba(0,0,0,0.8); position: fixed; top: 0; left: 0; z-index: 999; display: none; }
.moble_nav nav{ padding: 0 20px; height: 100%; }
.moble_nav ul{ height: 100%; overflow-y: auto; border-top: 1px solid rgba(100,100,100,0.3); }
.moble_nav ul li{  }
.moble_nav ul li span{ display: block; border-bottom: 1px solid rgba(100,100,100,0.3); overflow: hidden; }
.moble_nav ul li span.icon{ background: url(../images/icon_next1.png) no-repeat right center; background-size: 25px; padding-right: 50%; }
.moble_nav ul li span.icon.cur{ background-image: url(../images/icon_next.png);border-bottom: 1px solid rgba(219, 0, 0, 0.6);}
.moble_nav ul li span a{ padding: 18px 0; display: block; font-size: 18px; font-weight: bold; color: #FFFFFF; }
.moble_nav ul li .subnav{  border-bottom: 1px solid rgba(219, 0, 0, 0.6); padding: 6px 0 10px; display: none;}
.moble_nav ul li .subnav a{ display: block; padding: 10px 0; font-size: 16px; padding-left: 10px; color: #eeeeee;}
@media (max-width:768px){
	.moble_nav{padding-top: 130px;}
}
@media (max-width:480px){
  .moble_nav ul li span a{font-size: 16px;}
}





/*footer*/
/*底部*/
.foot{
  width: 100%;
  position: relative;
  z-index: 10;
}
.foot .foot_top{
  width: 100%;
  background: rgb(0, 87, 186);
  line-height: 60px;
}

.foot .foot_top a{
  font-size: 18px;
  color: #fff;
  display: inline-block;
  padding: 0 34px;
  position: relative;
}
.foot .foot_top a::before{
  width: 1px;
  height: 20px;
  content: '';
  background: rgb(126,172,165);
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.foot .foot_top a:last-child::before{
  content: none;
}
.foot_bot{
  width: 100%;
  background: rgb(51,51,51);
}
.foot_bot .rq1{
  width: 100%;
  border-bottom: 1px solid rgb(74,74,74);
  padding-top: 65px;
  padding-bottom: 45px;
}
.foot_bot .rq1 .lef{
  width: 26%;
  float: left;
}
.foot_bot .rq1 .rig{
  width: 74%;
  float: left;
  margin-top:20px;
}
.foot_bot .rq1 .rig a{
  display: inline-block;
  font-size: 16px;
  color: #eee;
  margin-right: 28px;
  margin-bottom: 15px;
  transition: all .5s;
}
.foot_bot .rq1 .rig a:hover{
  opacity: 1;
}
.foot_bot .rq1 .rig a:last-child{
  margin-right: 0;
}
.foot_bot .rq1 .rig div a:nth-child(1){
  font-size: 16px;
  opacity: 1;
  margin-right: 40px;
}
.foot_bot .rq2{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 42px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgb(74,74,74);
}
.foot_bot .rq2 div{
  padding-left: 50px;
  background-image: url(../images/img2.png);
  background-size: 34px;
  background-repeat: no-repeat;
  background-position-y: center;
}
.foot_bot .rq2 div:nth-child(2){
  background-image: url(../images/img2.png);
}
.foot_bot .rq2 div:nth-child(3){
  background-image: url(../images/img5.png);
}
.foot_bot .rq2 div:nth-child(4){
  background-image: url(../images/img5.png);
}
.foot_bot .rq2 .p1{
  font-size: 16px;
  color: #eee;
  line-height:30px;
   
}
.foot_bot .rq2 .p2{
  font-size: 16px;
  color: #eee;
  font-family: "din";
}
.foot_bot .rq2 .p3{
  font-size: 16px;
  color: #eee;
}
.foot_bot .rq3{
  padding-top: 30px;
  padding-bottom: 24px;
}
.foot_bot .rq3 .lef{
  float: left;
  padding-top: 28px;
}
.foot_bot .rq3 .lef span{
  font-size: 16px;
  color: #eee;
}
.foot_bot .rq3 .lef div a{
  font-size: 16px;
  color: #eee;
}
.foot_bot .rq3 .lef p{
  font-size: 16px;
  color: #eee;
  margin-top: 10px;
}
.foot_bot .rq3 .lef p a{
  font-size: 16px;
  color: #eee;
  margin-left: 15px;
}
.foot_bot .rq3 .rig{
  float: right;
}
.foot_bot .rq3 .rig img{
  width: 102px;
}
.foot_bot .rq3 .rig p{
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  text-align: center;
  margin-top: 5px;
}

@media (max-width: 1680px) {
.foot .foot_top a {
  font-size: 18px;
  padding: 0 34px;
}

}
@media (max-width: 1459px) {
.foot .foot_top {
  line-height: 50px;
}
.foot .foot_top a {
  font-size: 14px;
  padding: 0 27px;
}
.foot_bot .rq1 {
  padding-top: 40px;
  padding-bottom: 22px;
}
.foot_bot .rq1 .lef img{
  width: 134px;
}
.foot_bot .rq1 .lef {
  width: 16%;
}
.foot_bot .rq1 .rig {
  width: 84%;
}
.foot_bot .rq1 .rig a {
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.foot_bot .rq1 .rig div a:nth-child(1) {
  font-size: 14px;
  margin-right: 15px;
}
.foot_bot .rq2 {
  padding-top: 30px;
  padding-bottom: 26px;
}
.foot_bot .rq2 .p1 {
  font-size: 14px;
}
.foot_bot .rq2 .p2 {
  font-size: 16px;
}
.foot_bot .rq2 .p3 {
  font-size: 14px;
}
.foot_bot .rq2 div {
  padding-left: 40px;
  background-size: 30px;
}
.foot_bot .rq3 {
  padding-top: 2px;
  padding-bottom: 15px;
}
.foot_bot .rq3 .lef span,
.foot_bot .rq3 .lef div a {
  font-size: 14px;
}
.foot_bot .rq3 .rig img {
 
}
.foot_bot .rq3 .rig p {
  font-size: 12px;
}

}
@media (max-width: 1259px) {
.foot .foot_top a {
  font-size: 14px;
  padding: 0 19px;
}


}
@media (max-width: 991px) {
  .foot .foot_top,
  .foot_bot .rq1{
    display: none;
  }
  .foot_bot .rq3{ text-align: center;}
  .foot_bot .rq3 .lef{
    width: 100%;
    float: none;
    padding-top: 0;
    text-align: left;
  }
  .foot_bot .rq2 div{ padding-left: 0; padding-top: 0px; background-position: left top; background: none !important; }
  .foot_bot .rq3 .rig{ float: none; display: inline-block; margin: 20px 10px 0 !important; }
  
}
@media (max-width: 768px){
  .foot_bot .rq2{ flex-wrap: wrap; padding-bottom: 16px; }
  .foot_bot .rq2 div{width: 48%; margin-bottom: 15px;}
  .foot_bot .rq3{ text-align: left; }
  .foot_bot .rq3 .lef p{font-size: 14px; }
  .foot_bot .rq3 .lef p a{font-size: 14px;}
   .foot_bot .rq3 .lef .flink{ display:none;}

}
@media (max-width: 414px) {

}

 

