﻿@charset "utf-8";
/* CSS Document */
body,div,section,figure,strong,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{margin:0;padding:0;}
body{ color:#333; font-size:.08rem; font-family:"Poppins-Medium","微软雅黑";}
ul, ol { list-style: none;} 
img,fieldset{vertical-align:top;border:0;}
strong,h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
input,button,textarea,select{font:100% Arial,''; vertical-align:middle}
table,td,tr,th{font-size:12px;}
.nodispaly{ display:none}
.line{line-height:50px;}
.lineer{line-height:40px;}
.figure{display: block;height: 0;overflow: hidden;position: relative;}
.figure img{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;transition: all .5s;}
.FK{color: #999;}
.fsyi{font-size: .2rem;font-weight: bold;}
.fser{font-size: .2rem;text-align: center;}
.iconfont{font-size: .16rem;}
.clearfix{zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}
a{color:#333; text-decoration:none;}
a:hover {color:#006bac; text-decoration:underline; }
.layout{padding: .3rem 12%;}

@font-face {
	font-family: 'Conv_DIN-Light';
	src: url('../fonts/DIN-Light.eot');
	src: local('☺'), url('../fonts/DIN-Light.woff') format('woff'), url('../fonts/DIN-Light.ttf') format('truetype'), url('../fonts/DIN-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

header{background: #FFF;}
header .top{display: flex;align-items: center;justify-content: space-between;height: .6rem;padding: 0 12%;}
header h1{width:3rem;transition: all 0.3s;}
header h1 img{width: 100%;}
.nav{background: #006bac;padding: 0 12%;}
.nav ul{display: flex;align-items: center;justify-content: space-between;}
.nav li{position: relative;}
.nav li p{line-height: .36rem;font-size: .1rem;transition: all 0.3s;}
.nav li p:after{content: "";display: block;position: absolute;left: 50%;bottom: 0;width: 0;z-index: 100;height: 3px;background: #FFF;opacity: 0;transform: translateX(-50%);transition: all .3s;}
.nav li:hover p:after{width: 100%;opacity: 1;}
.nav li.current p:after{opacity: 1;width: 100%;}
.nav li.current p a{color:#FFF;}
.nav li p a{display: block;color:#FFF;}
.nav li:hover p a{text-decoration: none;}
.nav li i{display: none;}
.nav li dl{position: absolute;left: 0%;top: .36rem;background: #FFF;text-align: left;font-size: .1rem;width: 1rem;display: none;box-shadow: 0 0 .03rem rgba(0,0,0,.2);z-index: 1000;}
.nav li dd{position: relative;font-size: .08rem;}
.nav li dd a{display: block;transition: all 0.3s;padding: 0.05rem 0.1rem;}
.nav li dd:hover a{display: block;text-decoration: none;background: #006bac;color: #FFF;}
.nav li dd:last-child{border-bottom: none;}
.nav li dd .san{position: absolute;left: 100%;top: 0px;visibility: hidden;opacity: 0;transition: all .3s;width: 1.4rem;}
.nav li dd:hover .san{visibility: visible;opacity: 1;}
.nav li dd:hover .san .list a{padding: .05rem .1rem;background: rgba(0,0,0,0.5);color: #FFF;}
.nav li dd:hover .san .list a:hover{padding: .05rem .1rem;background: #0194dd;color: #FFF;}
.nav li:last-child:before{display: none;}

.navm{display: none;width: 1.2rem;height: 1.2rem;line-height: 1.2rem;text-align: center;color: #FFF;cursor: pointer;position: fixed;right: 5%;top: 0;}
.navm i{font-size:.6rem;display: block;}

header .yuyan{font-size: .1rem;cursor: pointer;}
header .yuyan .box{position: relative;}
header .yuyan p{line-height: 2;display: flex;align-items: center;justify-content: center;color: #FFF;padding: 0 .08rem;background: #006bac;}
header .yuyan .icon-jiantouxia{font-size: .1rem;margin-left: .05rem;}
header .yuyan ul{position: absolute;left: 0;top: .2rem;line-height: 2;background: #FFF;width: 100%;font-size: 0.08rem;font-weight: normal;z-index: 1;visibility: hidden;opacity: 0;transition: all 0.3s;text-align: center;}
header .yuyan:hover ul{opacity: 1;visibility: visible;}
header .yuyan li{cursor: pointer;line-height: 2;}
header .yuyan li a{display: block;}
header .yuyan li a:hover{display: block;text-decoration: none;background: #006bac;color: #FFF;}


footer{background: #333;padding: .2rem 0;color: #FFF;}
footer .foot_t{display: flex;justify-content: space-between;}
footer .foot_t .left{width: 35%;}
footer .foot_t .left .title{font-size: .12rem;}
footer .foot_t .left ul{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;margin-top: .1rem;}
footer .foot_t .left li{width: 25%;padding-bottom: .1rem;}
footer .foot_t .left li:last-child:nth-child(4n+1) {margin-right: calc((100% - 25%) / 3 * 3);}
footer .foot_t .left li:last-child:nth-child(4n+2) {margin-right: calc((100% - 25%) / 3 * 2);}
footer .foot_t .left li:last-child:nth-child(4n+3) {margin-right: calc((100% - 25%) / 3 * 1);}
footer .foot_t .left li a{color: #FFF;}
footer .foot_t .center{width: 30%;}
footer .foot_t .center .title{font-size: .12rem;}
footer .foot_t .center .txt{line-height: 2;margin-top: .1rem;}
footer .foot_t .right{width: 25%;}
footer .foot_t .right .title{font-size: .12rem;}
footer .foot_t .right ul{margin-top: 0.15rem;}
footer .foot_t .right li{margin-bottom: 0.05rem;}
footer .foot_t .right li .input_txt{ width:100%; height:.16rem; border:1px solid #999; outline:medium; padding:0 2%; font-family:'Conv_Armata-Regular';box-sizing: border-box;background: #333;color: #FFF;}
footer .foot_t .right li input::-webkit-input-placeholder{color:#FFF;}
footer .foot_t .right li input::-moz-placeholder{color:#FFF;}
footer .foot_t .right li input:-moz-placeholder{color:#FFF;}
footer .foot_t .right li input:-ms-input-placeholder{color:#FFF;}
footer .foot_t .right .textarea{margin:0;}
footer .foot_t .right .textarea textarea{ width:100%; height:.4rem; border:1px solid #999; outline:medium; padding:2%;box-sizing: border-box;background: #333;color: #999;}
footer .foot_t .right textarea::-webkit-input-placeholder{color:#FFF;}
footer .foot_t .right textarea::-moz-placeholder{color:#FFF;}
footer .foot_t .right textarea:-moz-placeholder{color:#FFF;}
footer .foot_t .right textarea:-ms-input-placeholder{color:#FFF;}
footer .foot_t .right .textarea p{font-weight: bold;padding-bottom: 10px;}
footer .foot_t .right .more{margin-top:10px;}
footer .foot_t .right .input_btn{ font-family:'Conv_Armata-Regular'; border:0 none; color:#FFF; background:#003d97;cursor: pointer;outline: medium;font-size: .1rem;padding: .03rem .2rem;}
footer .copyright{margin-top: .1rem;color: #FFF;}

@-webkit-keyframes rotate360
  {0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);}
}@-moz-keyframes rotate360
  {0%{-moz-transform:rotate(0deg);}
  100%{-moz-transform:rotate(360deg);}
}@-ms-keyframes rotate360
  {0%{-ms-transform:rotate(0deg);}
  100%{-ms-transform:rotate(360deg);}
}@keyframes rotate360
  {0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}