﻿@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:#666; font-size:.08rem; 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:.08rem;}
.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;}
.fs{font-size: .2rem;color: #333;}
.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:#008fd7; text-decoration:underline;}
.layout{padding: 5% 10%;}

@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 5%;background: rgba(0,0,0,0.5);}
header h1{width:2.2rem;}
header h1 img{width: 100%;transition: all .3s;}
header h1 .er{display: none;}
header .right{display: flex;align-items: center;justify-content: space-between;}
.nav{font-size: 0px;margin-right: .2rem;}
.nav li{display: inline-block;margin: 0 .2rem;position: relative;}
.nav li p{line-height: .5rem;font-size: .13rem;transition: all 0.3s;font-weight: bold;position: relative;}
.nav li p a{display: block;transition: all 0.3s;color: #FFF;}
.nav li:hover p a{text-decoration: none;color:#008fd7;}
.nav li p:after{content: "";display: block;position: absolute;left: 50%;bottom: 0;width: 0;z-index: 100;height: 4px;background: #008fd7;opacity: 0;transform: translateX(-50%);}
.nav li:hover p:after{width: 100%;opacity: 1;}
.nav li.current a{color:#008fd7;}
.nav li.current p:after{width: 100%;opacity: 1;}
.nav li i{font-size: .06rem;margin-left: .05rem;display: none;}
.nav li dl{position: absolute;left: 50%;top: .5rem;background: #FFF;font-size: .09rem;width: 1rem;display: none;box-shadow: 0 0 .03rem rgba(0,0,0,.2);z-index: 1000;margin-left: -.5rem;}
.nav li dd{position: relative;text-align: center;}
.nav li dd a{display: block;transition: all 0.3s;padding: .05rem .1rem;}
.nav li dd:hover a{display: block;text-decoration: none;background: #008fd7;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: #008fd7;color: #FFF;}
.nav li:last-child:before{display: none;}

header .yuyan{font-size: .1rem;cursor: pointer;z-index: 100;}
header .yuyan ul{display: flex;align-items: center;justify-content: space-between;}
header .yuyan li{border-radius: 100%;overflow: hidden;margin-right: .1rem;}
header .yuyan li a{display: flex;align-items: center;justify-content: center;width: .18rem;height: .18rem;border-radius: 100%;color: #FFF;}
header .yuyan li a:hover{text-decoration: none;}
header .yuyan li a.current{background: #008fd7;color: #FFF;}

.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 .search{cursor: pointer;position: relative;z-index: 101;}
header .search i{font-size: .12rem;width: .26rem;line-height: .26rem;height: .26rem;display: flex;align-items: center;justify-content: center;border-radius: 100%;color: #FFF;}
header .search i.icon-guanbi{color: #008fd7;}

.search_box{position: fixed;left: 0px;right: 0px;top: .5rem;background: #FFF;display: none;z-index: 1000;padding: .3rem 5%;}
.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;background: #F5F5F5;height: .34rem;color: #999;font-size: .1rem;}
.search_box .input_txt{width: 80%;height: .34rem;border: none;outline: magenta;box-sizing: border-box;background: none;box-sizing: border-box;background: #F5F5F5;}
.search_box .input_btn{width: 10%;height: .34rem;border: none;outline: magenta;cursor: pointer;font-size: .1rem;background: #008fd7;color: #FFF;}

header:hover{background: #FFF;}
header:hover h1 .yi{display: none;}
header:hover h1 .er{display: block;}
header:hover .nav li p a{color: #333;}
header:hover .yuyan li a{color: #333;}
header:hover .yuyan li a.current{color: #FFF;}
header:hover .search i{color: #333;}

.h_active{background: #FFF;box-shadow: 0 0 5px rgba(0,0,0,.1);}
.h_active h1 .yi{display: none;}
.h_active h1 .er{display: block;}
.h_active .nav li p a{color: #333;}
.h_active .nav li.current a{color: #008fd7;}
.h_active .yuyan li a{color: #333;}
.h_active .yuyan li a.current{color: #FFF;}
.h_active .search i{color: #333;}

footer{background:#333;padding: .3rem 10%;color: #FFF;}
footer .foot_c{display: flex;justify-content: space-between;flex-wrap: wrap;}
footer .foot_c .left{width: 45%;display: flex;justify-content: space-between; flex-wrap: wrap;}
footer .foot_c .left dt{font-size: .1rem;margin-bottom: .08rem;font-weight: bold;color: #FFF;}
footer .foot_c .left dd{line-height: 2;font-size: .08rem;}
footer .foot_c .left dd a{transition: all 0.3s;color: #FFF;}
footer .foot_c .left dd a:hover{text-decoration: none;margin-top: .2rem;color: #FFF;opacity: .8;}
footer .foot_c .left:after{display: none;}

footer .foot_c .center{width: 30%;}
footer .foot_c .center h2{font-weight: bold;font-size: .1rem;}
footer .foot_c .center ul{margin-top: .1rem;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:after{display: none;}

footer .foot_b{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;margin-top: .1rem;border-top: 1px solid rgba(255,255,255,.2);padding-top: .1rem;margin-top: .2rem;}
footer .foot_b a{color: #666;}
footer .foot_b a:hover{color: #008fd7;text-decoration: none;}
footer .foot_b:after{display: none;}

.kefu{position: fixed;right: 0;top: 50%;z-index: 100;transform: translateY(-50%);display: none;}
.kefu li{margin-bottom: .02rem;position: relative;cursor: pointer;box-shadow: 0 0 3px rgba(0,0,0,.2);}
.kefu li p{width: .26rem;height: .3rem;display: flex;align-items: center;justify-content: center;background: #FFF;color: #333;flex-flow: column;font-size: .08rem;}
.kefu li p i{font-size: .1rem;}
.kefu li p strong{display: block;}
.kefu li a{display: flex;align-items: center;justify-content: center;flex-flow: column;color: #333;}
.kefu li a:hover{text-decoration: none;}
.kefu li dl{position: absolute;right: 100%;top: 50%;background: #FFF;padding: .08rem;visibility: hidden;opacity: 0;transition: all .3s;transform: translateY(-50%);min-width: .6rem;border: 1px solid #DDD;}
.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;}

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