﻿@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;}
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:#cf000d; text-decoration:underline; }
.layout{padding: .4rem 15%;}

@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;height: .46rem;transition: all 0.3s;display: flex;align-items: center;justify-content: space-between;padding: 0 5%;background: #FFF;}
header h1{width:1.2rem;transition: all 0.3s;}
header h1 img{width: 100%;}
.nav{font-size: 0px;text-align: center;}
.nav li{display: inline-block;position: relative;margin: 0 .1rem;}
.nav li p{line-height: .46rem;font-size: .08rem;transition: all 0.3s;font-weight: bold;}
.nav li.current p a{color:#cf000d;}
.nav li p a{display: block;}
.nav li:hover p a{text-decoration: none;color: #cf000d;}
.nav li i{display: none;}
.nav li dl{position: absolute;left: 0%;top: .46rem;background: #FFF;text-align: left;font-size: .1rem;width: 1.2rem;display: none;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: #cf000d;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: #cf000d;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;cursor: pointer;}
.navm i{font-size:.6rem;display: block;color: #333;}

header .dh{font-size:.1rem;}
header .dh span{font-weight:bold;color:#cf000d;}

header .right{display: flex;align-items: center;justify-content: space-between;}
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-left: .1rem;}
header .yuyan li a{background: #f5f5f5;display: flex;align-items: center;justify-content: center;width: .24rem;height: .24rem;}
header .yuyan li a:hover{text-decoration: none;}
header .yuyan li a.current{background: #cf000d;color: #FFF;}


footer{background: #111218;}
footer .foot_t{display: flex;justify-content: space-between;flex-wrap: wrap;padding: .2rem 15%;}
footer .foot_t .left{width: 53%;display: flex;justify-content: space-between;flex-wrap: wrap;}
footer .foot_t .left dl{width:30.333%;}
footer .foot_t .left dt{font-size: .1rem;margin-bottom: .1rem;color: #FFF;font-weight: bold;}
footer .foot_t .left dd{padding-bottom:.1rem;}
footer .foot_t .left dd a{transition: all 0.3s;color: #FFF;opacity: .6;}
footer .foot_t .left dd a:hover{text-decoration: none;color: #FFF;opacity: 1;}
footer .foot_t .left:after{display: none;}
footer .foot_t:after{display: none;}

footer .foot_t .center{color: #FFF;width: 25%;}
footer .foot_t .center h2{font-size: .1rem;margin-bottom: .1rem;color: #FFF;font-weight: bold;}
footer .foot_t .center ul{margin-top: .12rem;opacity: .6;}
footer .foot_t .center li{line-height: 2;}
footer .foot_t .right{color: #FFF;width: 10%;text-align: center;}
footer .foot_t .right img{width: 100%;}
footer .foot_t .right p{padding-top: .1rem;}

footer .foot_b{padding: .2rem 15%;color:#FFF;display: flex;justify-content: space-between;border-top: 1px solid rgba(255, 255, 255, .1);flex-wrap: wrap;}
footer .foot_b .copyright{opacity: .6;}
footer .foot_b .right{opacity: .6;}
footer .foot_b a{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);}
}