﻿@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:#000; font-size:.1rem; font-family:"微软雅黑";}
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:.11rem;}
.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: #333;}
.fs{font-size: .24rem;font-weight: bold;}
.iconfont{font-size: .16rem;}
.clearfix{zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}
a{color:#000; text-decoration:none;}
a:hover {color:#2c237c; text-decoration:underline;}
.layout{padding: 5% 10%;}
html,body {position: relative;height: 100%;}

@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{position: fixed;z-index: 1000;left: 0;top: 0;right: 0;transition: all 0.3s;height: .5rem;display: flex;align-items: center;justify-content: space-between;padding: 0 4%;background: #FFF;}
header h1{width:1rem;}
header h1 img{width: 100%;transform: all .3s;}
header .right{display: flex;align-items: center;justify-content: space-between;}

header .nav ul{font-size: 0px;}
header .nav li{display: inline-block;position: relative;margin: 0 .18rem;}
header .nav li p{line-height: .5rem;font-size: .1rem;transition: all 0.3s;}
header .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%);}
header .nav li:hover p:after{width: 100%;opacity: 1;}
header .nav li.current p:after{width: 100%;opacity: 1;}
header .nav li.current p a{color:#2c237c;}
header .nav li.current p:after{width: 100%;opacity: 1;}
header .nav li p a{display: block;transition: all 0.3s;}
header .nav li:hover p a{text-decoration: none;}
header .nav li i{font-size: .06rem;margin-left: .05rem;display: none;}
header .nav li dl{position: absolute;left: 50%;top: .5rem;background: #FFF;font-size: .08rem;width: 1rem;display: none;margin-left: -.5rem;z-index: 1000;}
header .nav li dd{position: relative;text-align: center;}
header .nav li dd a{display: block;transition: all 0.3s;padding: .08rem .1rem;}
header .nav li dd:hover a{display: block;text-decoration: none;background: #2c237c;color: #FFF;}
header .nav li dd:last-child{border-bottom: none;}
header .nav li dd .san{position: absolute;left: 100%;top: 0px;visibility: hidden;opacity: 0;transition: all .3s;width: 1.4rem;}
header .nav li dd:hover .san{visibility: visible;opacity: 1;}
header .nav li dd:hover .san .list a{padding: .05rem .1rem;background: rgba(0,0,0,0.5);color: #FFF;}
header .nav li dd:hover .san .list a:hover{padding: .05rem .1rem;background: #2c237c;color: #FFF;}
header .nav li:last-child:before{display: none;}

.navm{display: none;width: 1.2rem;height: 1.2rem;line-height: 1.2rem;text-align: center;color: #333;cursor: pointer;}
.navm i{font-size:.6rem;display: block;}

header .yuyan ul{display: flex;margin-left: .2rem;}
header .yuyan li{font-size: .1rem;margin-right: .1rem;}
header .yuyan li a{width: .22rem;height: .22rem;display: flex;align-items: center;justify-content: center;}
header .yuyan li a:hover{text-decoration: none;}
header .yuyan li a.current{color: #2c237c;}

header .search{transition: all 0.3s;cursor: pointer;position: relative;z-index: 300;}
header .search i{font-size: .12rem;width: .22rem;line-height: .22rem;height: .22rem;display: flex;align-items: center;justify-content: center;border-radius: 100%;transition: all .3s;}

.search_box{position: fixed;left: 0px;right: 0px;top: .4rem;background: #FFF;display: none;z-index: 1000;padding: .3rem 4%;}
.search_box .search_t{display: flex;align-items: center;justify-content: center;}
.search_box .search_t i{width: 10%;display: flex;align-items: center;justify-content: center;height: .34rem;color: #333;font-size: .14rem;}
.search_box .input_txt{width: 80%;height: .34rem;border: none;outline: magenta;box-sizing: border-box;background: none;box-sizing: border-box;border-bottom: 2px solid #CCC;}
.search_box .input_btn{width: 10%;height: .34rem;border: none;outline: magenta;cursor: pointer;background: none;border-bottom: 2px solid #CCC;color: #2c237c;}



footer{padding: .4rem 8% 2% 8%;position: relative;z-index: 100;background: #000 url(../images/pic11.jpg) no-repeat center top;background-size: cover;}
footer .foot_c{display: flex;justify-content: space-between;flex-wrap: wrap;color: #FFF;}
footer .foot_c .left{width: 50%;display: flex;justify-content: space-between; flex-wrap: wrap;}
footer .foot_c .left dt{margin-bottom: .08rem;font-weight: bold;}
footer .foot_c .left dd{line-height: 2;}
footer .foot_c .left dd a{transition: all 0.3s;opacity: .6;color: #FFF;}
footer .foot_c .left dd a:hover{text-decoration: none;margin-top: .2rem;opacity: .8;}
footer .foot_c .left:after{display: none;}
footer .foot_c .center{width: 25%;}
footer .foot_c .center ul{line-height: 1.6;}
footer .foot_c .center ul li i,footer .foot_c .center ul li em{font-size: .12rem;margin-right: .05rem;}
footer .foot_c .right{width: 8%;text-align: center;}
footer .foot_c .right ul{display: flex;justify-content: space-between;}
footer .foot_c .right li{width: 100%;}
footer .foot_c .right img{width: 100%;}
footer .foot_c .right p{line-height: 2;}

footer .foot_c:after{display: none;}

footer .foot_b{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;padding-top: .2rem;color: #FFF;}

.kefu{position: fixed;right: 0;top: 50%;z-index: 100;transform: translateY(-50%);}
.kefu li{margin-bottom: .01rem;position: relative;cursor: pointer;}
.kefu li p{width: .3rem;height: .4rem;display: flex;align-items: center;justify-content: center;background: #014693;color: #FFF;flex-flow: column;}
.kefu li p i{font-size: .12rem;}
.kefu li p strong{display: block;}
.kefu li dl{position: absolute;right: 100%;top: 50%;background: #FFF;box-shadow: 0 0 .05rem rgba(0,0,0,.2);padding: .05rem;visibility: hidden;opacity: 0;transition: all .3s;transform: translateY(-50%);}
.kefu li:hover dl{visibility: visible;opacity: 1;}
.kefu li:nth-of-type(1) dl{width: .8rem;}
.kefu li dt{padding-bottom: .1rem;}
.kefu li dd{line-height: 1.6;font-size: .08rem;text-align: center;}
.kefu li dd img{width: 120px;}

.waveser{position: absolute;left: 0;right: 0;bottom: 0;width: 100%;height:15vh;margin-bottom:-7px;min-height:100px;max-height:150px;z-index: -1;}
.parallax > use {animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;}
.parallax > use:nth-child(1) {animation-delay: -2s;animation-duration: 7s;}
.parallax > use:nth-child(2) {animation-delay: -3s;animation-duration: 10s;}
.parallax > use:nth-child(3) {animation-delay: -4s;animation-duration: 13s;}
.parallax > use:nth-child(4) {animation-delay: -5s;animation-duration: 20s;}
@keyframes move-forever {
    0% {transform: translate3d(-90px,0,0);}
    100% {transform: translate3d(85px,0,0);}
}
@media (max-width: 980px) {
    .waveser {height:40px;min-height:40px;}
    .content {height:30vh;}
}

@-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);}
}