﻿@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:"HelveticaNeueMed";}
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;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:#333; text-decoration:none;}
a:hover {color:#fe0100; text-decoration:underline;}
.layout{padding: 6% 10%;}

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

@font-face {
	font-family: 'Swis721 Hv BT Heavy';
	src: url('../fonts/Swis721 Hv BT Heavy.eot');
	src: local('☺'), url('../fonts/Swis721 Hv BT Heavy.woff') format('woff'), url('../fonts/Swis721 Hv BT Heavy.ttf') format('truetype'), url('../fonts/Swis721 Hv BT Heavy.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;background: #000;padding: 0 10%;display: flex;align-items: center;justify-content: space-between;height: .5rem;}
header .left{display: flex;align-items: center;justify-content: space-between;}
header h1{width:.34rem;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;padding-left: .3rem;}
.nav li{display: inline-block;margin-right: .3rem;position: relative;}
.nav li p{line-height: .5rem;font-size: .08rem;transition: all 0.3s;position: relative;text-transform: uppercase;}
.nav li p a:after{content: "";display: block;position: absolute;right: 0;bottom: .1rem;width: 0;z-index: 100;height: 1px;background: #fe0100;transition: all .3s;}
.nav li:hover p a:after{left: 0;width: 100%;right: auto;}
.nav li p a.current:after{opacity: 1;width: 100%;}
.nav li p a.current{color:#fe0100;}
.nav li p a{display: flex;transition: all 0.3s;color: #FFF;align-items: center;}
.nav li:hover p a{text-decoration: none;color:#fe0100;}
.nav li p i{font-size: .08rem;margin-left: .05rem;display: inline-block;}
.nav li dl{position: absolute;left: 50%;top: .5rem;background: #000;font-size: .09rem;display: none;z-index: 1000;right: 0;width: 1rem;box-sizing: border-box;box-shadow: 0 5px 5px rgba(0,0,0,.2);margin-left: -.5rem;}
.nav li dd{position: relative;font-size: .08rem;text-align: center;border-bottom: 1px solid rgba(255,255,255,.2);}
.nav li dd a{display: block;transition: all 0.3s;padding: .05rem;color: #FFF;}
.nav li dd:hover a{display: block;text-decoration: none;color: #FFF;}
.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: #fe0100;color: #FFF;}

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

.h_active .dingbu{height: 0;opacity: 0;visibility: hidden;}

header .search{cursor: pointer;position: relative;z-index: 202;}
header .search i{font-size: .1rem;width: .2rem;height: .2rem;display: flex;align-items: center;justify-content: center;border-radius: 100%;color: #FFF;}

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

footer{position: relative;background: url(../images/pic13.jpg) no-repeat center;z-index: 100;background-size: cover;}
footer .box{padding: .3rem 10% 0 10%;background: rgba(0,0,0,.8);}
footer .foot_t{display: flex;justify-content: space-between; flex-wrap: wrap;color: #FFF;}
footer .foot_t .left{width: 30%;}
footer .foot_t .logo{width: 20%;}
footer .foot_t .logo img{width: 100%;}
footer .foot_t .left ul{display: flex;margin-top: .1rem;}
footer .foot_t .left li{margin-right: .03rem;}
footer .foot_t .left li i{font-size: .1rem;}
footer .foot_t .left li a{width: .16rem;height: .16rem;display: flex;align-items: center;justify-content: center;background: #fe0100;color: #FFF;border-radius: .02rem;}
footer .foot_t .left li a:hover{text-decoration: none;}
footer .foot_t .center{width: 40%;display: flex;justify-content: space-between; flex-wrap: wrap;}
footer .foot_t dl{width: 40%;}
footer .foot_t dt{margin-bottom: .08rem;font-weight: bold;}
footer .foot_t dd{line-height: 2;font-size: .09rem;}
footer .foot_t dd a{transition: all 0.3s;opacity: .6;color: #FFF;}
footer .foot_t dd a:hover{text-decoration: none;margin-top: .2rem;color: #FFF;opacity: 1;}
footer .foot_t dd:last-child{border-bottom: none;}
footer .foot_t .right{width: 23%;}
footer .foot_t .right .title{font-weight: bold;color: #FFF;}
footer .foot_t .right ul{margin-top: .1rem;}
footer .foot_t .right li{display: flex;margin-bottom: .05rem;}
footer .foot_t .right li i{font-size: .12rem;}
footer .foot_t .right li .txt{padding-left: .05rem;}

footer .foot_t a{color: #FFF;}

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

.bg_xt{position: fixed;left: 0;top: 0;right: 0;bottom: 0;padding: 0 10%;z-index: -1;}
.bg_xt ul{display: flex;justify-content: space-between;height: 100%;}
.bg_xt li{width: 1px;height: 100%;background: #f2f2f2;}

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