﻿@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;}
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:.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;}
.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:#2c89ca; text-decoration:underline;}
.layout{padding: 3% 16%;}

@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{transition: all 0.3s;background: #FFF;}
header .dingbu{display: flex;align-items: center;justify-content: space-between;padding: .02rem 16%;background: #EEE;}
header .dingbu ul{display: flex;align-items: center;justify-content: space-between;}
header .dingbu li{background: #1d79b9;margin-left: .05rem;}
header .dingbu li a{color: #FFF;display: block;padding: .02rem;}
header .dingbu li a:hover{text-decoration: none;}
header .top{padding: .1rem 16%;display: flex;align-items: center;justify-content: space-between;}
header .logo{display: flex;align-items: center;justify-content: space-between;}
header .logo .txt{padding-left: .1rem;}
header .logo .txt p{font-size: .13rem;font-weight: bold;}
header .logo .txt span{font-size: .074rem;color: #666;}
header h1{width:.5rem;}
header h1 img{width: 100%;transition: all .3s;}
header h1 .er{display: none;}
header .top .dianh{display: flex;align-items: center;justify-content: space-between;}
header .top .dianh i{color:#2c89ca;}
header .top .dianh .txt{padding-left: .1rem;}
header .top .dianh .txt p{color:#ff9000;}
.nav{font-size: 0px;background: #2c89ca;padding: 0 16%;}
.nav li{display: inline-block;position: relative;}
.nav li p{line-height: .32rem;font-size: .1rem;transition: all 0.3s;position: relative;font-weight: bold;}
.nav li p a{display: block;transition: all 0.3s;color: #FFF;padding: 0 .23rem;border-left: 1px solid rgba(0,0,0,.1);border-right: 1px solid rgba(255,255,255,.1);}
.nav li:hover p a{text-decoration: none;background: #1d79b9;}
.nav li i{font-size: .06rem;margin-left: .05rem;display: none;}
.nav li dl{position: absolute;left: 0;top: .32rem;background: #1d79b9;font-size: .09rem;display: none;z-index: 1000;right: 0;width: 100%;box-sizing: border-box;box-shadow: 0 5px 5px rgba(0,0,0,.2);}
.nav li dd{position: relative;font-size: .08rem;text-align: center;}
.nav li dd a{display: block;transition: all 0.3s;padding: .05rem .1rem;color: #FFF;}
.nav li dd:hover a{display: block;text-decoration: none;background: #2c89ca;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: #2c89ca;color: #FFF;}
.nav li .pic{float: right;width: 65%;}
.nav li .pic figure{padding-bottom: 70%;}

header .yuyan{font-size: .1rem;cursor: pointer;z-index: 100;margin-right: .1rem;}
header .yuyan a:hover{text-decoration: none;}
header .yuyan a.current{color: #2c89ca;}

.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: #2c89ca;}

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: #333;}
header .search i.icon-guanbi{color: #2c89ca;}

.search_box{position: fixed;left: 0px;right: 0px;top: .42rem;background: #FFF;display: none;z-index: 1000;padding: .2rem 13%;}
.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: #2c89ca;color: #FFF;}

footer{background: #2c89ca;}
footer .foot_t{display: flex;justify-content: space-between; flex-wrap: wrap;color: #FFF;padding: .3rem 16%;}
footer .foot_t .left{width: 30%;font-size: .08rem;}
footer .foot_t .left h2{font-size: .1rem;font-weight: bold;}
footer .foot_t .left .box{line-height: 1.6;padding-top: .1rem;}
footer .foot_t .center{width: 40%;display: flex;justify-content: space-between; flex-wrap: wrap;font-size: .08rem;}
footer .foot_t dl{width: 25%;border-left: 1px solid rgba(255,255,255,.1);padding-left: .1rem;box-sizing: border-box;}
footer .foot_t dt{margin-bottom: .08rem;font-weight: bold;font-size: .1rem;}
footer .foot_t dd{line-height: 1.6;font-size: .08rem;}
footer .foot_t dd a{transition: all 0.3s;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: 20%;font-size: .08rem;}
footer .foot_t .right ul{display: flex;margin-left: -5%;}
footer .foot_t .right li{width: 45%;margin-left: 5%;text-align: center;line-height: 1.6;}
footer .foot_t .right li .pic{border: 1px solid #FFF;padding: .03rem;}
footer .foot_t .right li img{width: 100%;}
footer .foot_t a{color: #FFF;}


footer .foot_b{padding: .1rem 16%;color: #FFF;font-size: .08rem;border-top: 1px solid rgba(255,255,255,.1);}
footer .foot_b a{color: #FFF;}
footer .foot_b a:hover{text-decoration: 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);}
}