﻿@charset "utf-8";
/* CSS Document */
/*初始化*/
body,h1,h2,h3,h4,p,ul,li,dl,dd,tr,td,th{margin:0;padding:0;}
h1,h2,h3,h4{font-weight:normal;}
ul,li{list-style-type:none;}
i,em{font-style:normal;}
*{font-size:14px;font-family:"微软雅黑";}
img{border:none;}
a{text-decoration:none;color:#1a1a1a;}
input{margin:0;padding:0;border:none;outline:none;}
b{font-weight:normal;}

body{width:100%;max-width:640px;margin:0 auto;}
.center{width:90%;margin:0 auto;}
.padding_bg{padding:25px 0;}
/*head*/
/*nav*/
.top_logo{width:100%; background:#2e2f4d;padding:10px 0;}
.top_head{width:240px;margin:0 auto;}
.top_head img{max-width:240px;}
.top_head p{color:#fff; text-align:center;font-size:16px;}

.top_nav{width:100%;}
.top_nav .nav1 ul{ overflow:hidden;width:100%;}
.top_nav .nav1 ul li{width:20%; text-align:center;line-height:55px; background:#2e2f4d; opacity:0.8;float:left;}
.top_nav .nav1 ul li a{color:#fff;font-size:18px;}
/*footer*/
.footer_f{width:100%; background:#808080;margin-bottom:70px;}
.footer_f .footer{width:100%;margin:0 auto;padding:10px 0;}
.footer_f .footer p{color:#fff; text-align:center;line-height:20px;}
/*在线咨询*/
.zixun_zx{width:100%;}
.zixun_zx .zixun{width:242px;height:50px; background:#333333;border:#1f1f1f 1px solid; border-radius:5px;margin:0 auto;}
.zixun_zx .zixun a{line-height:50px;color:#fff;width:120px; text-align:center; display:block;float:left;font-size:20px;}
/*底部悬浮链接*/
*{margin:0;padding:0;}
.fixedlink {width:100%;height:70px; background:#4b4b4b; border-top:1px solid #4b4b4b;position:fixed; bottom:0; left:0;z-index:999;color:rgba(255,255,255,1);text-align:center;font-size:14px;box-shadow:0 -2px 2px rgba(0,0,0,.1) ;}
.fixedlink img{height:33px;margin:5px 5px 5px 5px;}
.fixedlink p {float:left;width:33%;height:60px;position:relative;margin:0;}
.fixedlink p span {width:100%;text-align:center;float:left;display:block;font-size:26px;padding-top:5px;line-height:30px;color:rgba(255,255,255,1);}
.fixedlink p:before {left:0;display:block;content:"";top:0; bottom:0; border-left:1px solid #242424;position:absolute;}
.fixedlink p:first-child:before {border-left:none;}
.fixedlink p a {color:#fff;display:block;text-decoration:none;}


