﻿@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:"微软雅黑";}
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: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;}
.fs{font-size: .18rem;}
.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:#e6212a; text-decoration:underline;}
.layout{padding:4% 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: .4rem;display: flex;align-items: center;justify-content: space-between;padding: 0 4%;border-bottom: 1px solid rgba(255,255,255,.1);}
header .left{display: flex;align-items: center;justify-content: space-between;}
header h1{width:1.8rem;}
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;text-align: center;margin-left: .2rem;}
.nav li{margin: 0 .1rem;display: inline-block;position: relative;}
.nav li p{line-height: .4rem;font-size: .09rem;transition: all 0.3s;font-weight: bold;}
.nav li.current p a{color:#e6212a;}
.nav li p a{display: block;color: #FFF;transition: all .3s;}
.nav li:hover p a{text-decoration: none;}
.nav li p i{font-size: .08rem;display: inline-block;font-weight: normal;transform: rotate(90deg);}
.nav li .sub{position: absolute;left: 50%;top: .4rem;background: #f9f9f9;font-size: .1rem;width: 1rem;display: none;transform: translateX(-50%);text-align: center;padding: .1rem 0;}
.nav li:nth-of-type(2) .sub{position: fixed;left: 0;right:0;top: .4rem;padding: .1rem 4% .2rem 4%;transform: translateX(0%);width: auto;}
.nav li .sub .box{display: flex;justify-content: space-between;padding-top: .1rem;flex-wrap: wrap;}
.nav li:nth-of-type(2) .sub dl{width: 15%;font-size: .08rem;}
.nav li .sub dt{margin-bottom: .05rem;font-weight: bold;text-align: left;}
.nav li .sub dt a{color: #e6212a;}
.nav li .sub dt a:hover{color: #e6212a;text-decoration: none;}
.nav li dl{font-size: .08rem;}
.nav li dd{position: relative;text-align: center;}
.nav li dd a{transition: all 0.3s;padding: .06rem 0;display: flex;justify-content: center;color: #333;align-items: center;}
.nav li:nth-of-type(2) dd a{justify-content: space-between;border-bottom: 1px solid #e8e8e8;}
.nav li dd:hover a{text-decoration: none;color:#FFF;background: #e6212a;}
.nav li:nth-of-type(2) dd:hover a{text-decoration: none;border-bottom: 1px solid #e6212a;color:#e6212a;background: none;}
.nav li dd a i{font-size: .08rem;}
.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: #3b9ccf;color: #FFF;}
.nav li:last-child:before{display: none;}

header .dh{display: flex;align-items: center;justify-content: center;color: #FFF;}
header .dh i{font-size: .12rem;}
header .dh p{margin-left: .05rem;font-size: .09rem;font-weight: bold;}
header .dh p strong{display: inline-block;background: #e6212a;color: #FFF;padding: .01rem .04rem;margin-right: .05rem;border-radius: 1rem;}

.yuyan{display: flex;border-left: 1px solid #CCC;padding-left: .1rem;display: flex;align-items: center;justify-content: space-between;position: relative;z-index: 100;}
.yuyan i{font-size: .1rem;margin-right: .05rem;display: block;}
.yuyan span{margin-left: .1rem;}

.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;}

header .search{transition: all 0.3s;cursor: pointer;position: relative;z-index: 101;margin-left: .2rem;}
header .search i{font-size: .12rem;width: .14rem;line-height: .14rem;height: .14rem;display: flex;align-items: center;justify-content: center;border-radius: 100%;color: #FFF;transition: all .3s;}
header .search i.icon-guanbi{color: #333;}

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 .nav li:hover p a{text-decoration: none;color:#e6212a;}
header:hover .dh{color: #e6212a;}
header:hover .search i{color: #333;}

.h_active{background: #FFF;box-shadow: 0 0 3px 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:hover p a{color:#e6212a;}
.h_active .nav li.current p a{color:#e6212a;}
.h_active .dh{color: #e6212a;}
.h_active .yuyan li a{color: #333;}
.h_active .yuyan li a.current{color:#e6212a;}
.h_active .search i{color: #333;}

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

footer{background: url(../images/pic35.jpg) no-repeat center top;background-size: cover;padding:.3rem 8% .2rem 8%;}
footer .foot_t{display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid rgba(0,0,0,.1);padding-bottom: .1rem;flex-wrap: wrap;}
footer .foot_t .logo{width: 1.8rem;}
footer .foot_t .logo img{width: 100%;}
footer .foot_t .dianhua{display: flex;align-items: center;justify-content: center;color: #e6212a;}
footer .foot_t .dianhua i{font-size: .12rem;}
footer .foot_t .dianhua span a{color: #e6212a;}
footer .foot_t .dianhua span a:hover{text-decoration:none;}
footer .foot_t .dianhua p{margin-left: .05rem;font-size: .12rem;}
footer .foot_c{display: flex;justify-content: space-between;padding: .2rem 0;flex-wrap: wrap;}
footer .foot_c .left{width: 65%;display: flex;justify-content: space-between; flex-wrap: wrap;}
footer .foot_c .left dt{font-size: .09rem;margin-bottom: .1rem;font-weight: bold;}
footer .foot_c .left dd{line-height: 2;}
footer .foot_c .left dd a{transition: all 0.3s;color: #666;}
footer .foot_c .left dd a:hover{text-decoration: none;margin-top: .2rem;color: #e6212a;}
footer .foot_c .left:after{display: none;}
footer .foot_c:after{display: none;}

footer .foot_c .right{width: 20%;}
footer .foot_c .right ul{display: flex;justify-content: space-between;text-align: center;color: #666;}
footer .foot_c .right li{width: 30%;}
footer .foot_c .right li img{width: 100%;}
footer .foot_c .right li p{padding: .05rem 0;}
footer .foot_b{padding: .1rem 0;display: flex;align-items: center;justify-content: space-between;color: #666;flex-wrap: wrap;}
footer .foot_b a{color: #666;}
footer .foot_b a:hover{color: #e6212a;text-decoration: none;}
footer .foot_b:after{display: none;}

.foot_nav{position: fixed;left: 0;right: 0;bottom: 0;background: #FFF;z-index: 100;display:none;box-shadow:0 0 2px rgba(0,0,0,.2);}
.foot_nav ul{display: flex;align-items: center;justify-content: space-between;}
.foot_nav li{width: 33.333%;text-align: center;}
.foot_nav li i{font-size: .3rem;}
.foot_nav li a{display: flex;height:1.2rem;align-items:center;justify-content:center;flex-flow: column;}
.foot_nav li a:hover{text-decoration: none;}
.foot_nav li p{margin-top: .01rem;}
.foot_nav li:last-child a{color: #e6212a;}

.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: .26rem;height: .3rem;display: flex;align-items: center;justify-content: center;background: #e6212a;color: #FFF;flex-flow: column;}
.kefu li p i{font-size: .1rem;}
.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: .7rem;}
.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);}
}