﻿@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:.1rem; font-family:"微软雅黑";}
ul, ol { list-style: none;} 
img,fieldset{vertical-align:top;border:0;}
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:.1rem;}
.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;}
.figure video{width: 100%;height: 100%;position: absolute;left: 0;top: 0;object-fit: cover;transition: all .5s;}
.fs{font-size: .2rem;}
.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:#13429c; text-decoration:underline;}
.layout{padding: 5% 8%;}

@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: .46rem;display: flex;align-items: center;justify-content: space-between;padding: 0 8%;}
header:hover{background: #FFF;box-shadow: 0 0 .1rem rgba(0,0,0,.1);}
header h1{width:1.6rem;position: relative;z-index: 1;}
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;}
.nav li{display: inline-block;margin: 0 .13rem;position: relative;}
.nav li p{line-height: .46rem;font-size: .1rem;transition: all 0.3s;position: relative;}
.nav li p a:after{content: "";display: block;position: absolute;left: 50%;bottom: 0;width: 0;z-index: 100;height: 4px;background: #FFF;opacity: 0;transform: translateX(-50%);transition: all .3s;}
.nav li:hover p a:after{opacity: 1;width: 100%;}
.nav li p a.current:after{opacity: 1;width: 100%;}
.nav li p a.current{color:#FFF;}
.nav li p a{display: block;transition: all 0.3s;color: #FFF;}
.nav li:hover p a{text-decoration: none;color:#13429c;}
.nav li p i{font-size: .06rem;margin-left: .05rem;display: none;}
.nav li .sub{position: fixed;left: 0;top: .46rem;right: 0;background: #f5f5f5;font-size: .09rem;display: none;z-index: 1000;box-sizing: border-box;box-shadow: 0 5px 5px rgba(0,0,0,.2);padding: .2rem 8%;}
.nav li .sub .box{display: flex;justify-content: space-between;align-items:flex-start;flex-wrap: wrap;}
.nav li .sub .box .left{width: 26%;}
.nav li .sub .box .left h2{font-size: .16rem;font-weight: bold;}
.nav li .sub .box .left p{line-height: 1.6;margin-top: .05rem;font-size: .08rem;color: #999;}
.nav li dl{width: 30%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.nav li dd{position: relative;font-size: .08rem;text-align: center;width: 48%;border-bottom: 1px solid #DDD;}
.nav li dd a{display: flex;transition: all 0.3s;padding: .05rem;align-items: center;justify-content: space-between;}
.nav li dd:hover a{text-decoration: none;background: #13429c;color: #FFF;}
.nav li dd i{font-size: .06rem;}
.nav li .pic{float: right;width: 25%;}
.nav li .pic figure{padding-bottom: 55%;}

.yuyan{position: relative;}
.yuyan ul{display: flex;align-items: center;}
.yuyan li{margin-left: .1rem;overflow: hidden;}
.yuyan li a{display: flex;align-items: center;justify-content: center;color: #FFF;}
.yuyan li a:hover{text-decoration: none;}
.yuyan li a.current{color: #FFF;font-weight: bold;}

.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;}
.navm .icon-guanbi{color: #13429c;}

header .search{cursor: pointer;position: relative;z-index: 202;}
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: #13429c;}

.search_box{position: fixed;left: 0px;right: 0px;top: 0;background: #FFF;display: none;z-index: 201;padding: 0 15%;}
.search_box .box{height: .46rem;display: flex;align-items: center;}
.search_box .search_t{display: flex;align-items: center;justify-content: center;border: 1px solid #CCC;width: 100%;}
.search_box .input_txt{width: 90%;height: .24rem;border: none;outline: magenta;box-sizing: border-box;}
.search_box .input_btn{width: 10%;height: .24rem;border: none;outline: magenta;cursor: pointer;background: url(../images/pic4.png) no-repeat center;color: #FFF;background-size: .12rem;}

header:hover h1 .yi{display: none;}
header:hover h1 .er{display: block;}
header:hover .nav li p a{color: #333;}
header:hover .nav li:hover p a{text-decoration: none;color:#13429c;}
header:hover .nav li p a:after{background: #13429c;}
header:hover .nav li p a.current{color:#13429c;}
header:hover .search i{color: #333;}
header:hover .yuyan li a{color: #333;}
header:hover .yuyan li a.current{color: #13429c;}

.h_active{background: #FFF;box-shadow: 0 0 .1rem 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 p a.current{color: #13429c;}
.h_active .nav li p a:after{background: #13429c;}
.h_active .search i{color: #333;}
.h_active .yuyan li a{color: #333;}
.h_active .yuyan li a.current{color: #13429c;}

footer{background: rgba(0,0,0,.7);position: relative;}
footer .box{padding: .3rem 8% 0 8%;}
footer .foot_t{display: flex;justify-content: space-between; flex-wrap: wrap;color: #FFF;}
footer .foot_t .left{width: 20%;}
footer .foot_t .left .logo img{width: 100%;}
footer .foot_t .left .txtyi{margin-top: .1rem;}
footer .foot_t .left .txtyi p{margin-top: .05rem;font-size: .09rem;}
footer .foot_t .left .txtsan{margin-top: .2rem;}
footer .foot_t .left .txtsan h2{font-weight: bold;}
footer .foot_t .left .txtsan .txt{margin-top: .1rem;position: relative;}
footer .foot_t .left .txtsan .txt p{padding: .05rem;border: 1px solid #FFF;display: flex;align-items: center;justify-content: space-between;font-size: .08rem;}
footer .foot_t .left .txtsan .txt p i{font-size: .06rem;}
footer .foot_t .left .txtsan .txt ul{position: absolute;left: 0;bottom: 100%;border: 1px solid #FFF;right: 0;background: #000;visibility: hidden;opacity: 0;transition: all .3s;font-size: .08rem;}
footer .foot_t .left .txtsan .txt:hover ul{visibility: visible;opacity: 1;}
footer .foot_t .left .txtsan .txt li a{padding: .05rem;display: block;}
footer .foot_t .left .txtsan .txt li a:hover{text-decoration: none;}
footer .foot_t .center{width: 40%;display: flex;justify-content: space-between; flex-wrap: wrap;}
footer .foot_t .center dl{width: 30%;}
footer .foot_t .center dt{margin-bottom: .08rem;font-weight: bold;}
footer .foot_t .center dd{line-height: 2;font-size: .09rem;}
footer .foot_t .center dd a{transition: all 0.3s;opacity: .6;color: #FFF;}
footer .foot_t .center dd a:hover{text-decoration: none;margin-top: .2rem;color: #FFF;opacity: 1;}
footer .foot_t .center dd:last-child{border-bottom: none;}
footer .foot_t .right{width: 20%;}
footer .foot_t .right ul{margin-top: .1rem;}
footer .foot_t .right li{ width:100%; margin-bottom: .05rem;}
footer .foot_t .right li p{padding-bottom: 5px;}
footer .foot_t .right li .input_txt{ width:100%;border:1px solid rgba(255,255,255,.3);outline:medium;padding:.03rem 2%;font-family:'Conv_tt1161m_';box-sizing: border-box;background: none;color: #FFF;border-radius: .02rem;}
footer .foot_t .right li .input_txt::placeholder{color:rgba(255,255,255,.5);}
footer .foot_t .right .textarea{  margin:0;}
footer .foot_t .right .textarea textarea{ width:100%;height:.5rem;border:1px solid rgba(255,255,255,.3); outline:medium; padding:1%;box-sizing: border-box;background: none;border-radius: .02rem;color: #FFF;}
footer .foot_t .right .textarea textarea::placeholder{color:rgba(255,255,255,.5);}
footer .foot_t .right .textarea p{font-weight: bold;padding-bottom: 10px;}
footer .foot_t .right .more{margin-top:.05rem;}
footer .foot_t .right .input_btn{border:0 none; color:#333; background:#FFF;cursor: pointer;outline: medium;padding: .05rem .1rem;border-radius: .02rem;}
footer .foot_t a{color: #FFF;}

footer .foot_b{padding: .2rem 0;opacity: .6;color: #FFF;font-size: .09rem;}
footer .foot_b a{color: #FFF;}
footer .foot_b a:hover{text-decoration: none;}

footer video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: -2;object-fit: cover;}

.kefu{position: fixed;right: 2%;bottom: 10%;z-index: 100;display: none;}
.kefu li{margin-bottom: .2rem;position: relative;cursor: pointer;}
.kefu li p{width: .3rem;height: .3rem;display: flex;align-items: center;justify-content: center;background: rgba(255,255,255,.5);color: #FFF;flex-flow: column;border-radius: 1rem;}
.kefu li p i{font-size: .16rem;}
.kefu li span{display: block;text-align: center;font-size: .08rem;}
.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 .pic{position: absolute;right: 120%;top: 50%;background: #FFF;padding: .03rem;visibility: hidden;opacity: 0;transition: all .3s;transform: translateY(-50%);min-width: .6rem;border-radius: .05rem;}
.kefu li:hover .pic{visibility: visible;opacity: 1;}
.kefu li .txt{position: absolute;right: 120%;top: 50%;background: #FFF;padding: .08rem;visibility: hidden;opacity: 0;transition: all .3s;transform: translateY(-50%);border-radius: .05rem;width: 1rem;font-size: .13rem;color: #13429c;}
.kefu li:hover .txt{visibility: visible;opacity: 1;}

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