		@font-face {
		  font-family: 'rubik';   /*字体名称*/
		  src:  url(../fonts/Rubik-Regular.ttf)
		}
		*{font-family: 'rubik';font-weight: 400;}
.header{padding: 44px 0;background-color: #fff;}
.header .logo{float: left;display: block;width: 120px;}
.header .navs{float: right;}
.header .navs>li{float: left;margin-left: 20px;list-style: none;}
.header .navs a,.header .navs .dropdown-inner{font-size: 16px;color: #494949;}
.header .navs span{color: #989898;vertical-align: 1px;}

.footer{padding: 60px 0 40px;background-color: #2b8db6;color: #fff;}
.footer .line{display: block;height: 1px;background-color: #fff;margin-bottom: 30px;}
.footer h6{font-size: 14px;color: #fff;}
.footer ul{padding-left: 0;}
.footer li{list-style: none;}
.footer li p{color: #fff;font-size: 16px;line-height: 25px;}
.footer li a{color: #fff;font-size: 16px;line-height: 30px;}
.footer input{width: 70%;color: #fff;background-color:#2b8db6; padding: 0 10px;line-height: 38px;border:1px solid #fff;}
.footer button{border: 1px solid #fff;line-height: 34px;color: #fff;text-align: center;width: 28%;height:40px; background-color: transparent;margin-left: -5px;}
.footer .copyright{font-size: 12px;margin-top: 80px;}
.footer .logo{width: 90px;margin-top: 65px;}
.footer .wes{text-align: right;padding-right: 23px;}
.footer .wes img{width: 30px;margin-left: 20px;vertical-align: bottom;}
.footer .wes .qrcode{width: 70px;}
@media screen and (max-width: 1221px) { .footer .logo{margin-top: 20px;} .footer .copyright{margin-top: 20px;}}
