﻿@charset "utf-8";
*{ margin:0; padding:0;}
body{ margin:0 auto; padding:0; width:100%; color:#333; font:14px/1.5;  font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif; text-align:center; -webkit-font-smoothing:antialiased;}
a:link, a:visited{ text-decoration:none;}
a:hover{color:red;}
ul,dt,dd { list-style:none;}
a{ color:#666;}
.hidden{ display:none;}
.clear{clear:both;}
img{ border:none;}
#warp{ width:100%; overflow:hidden; }
#webwidth{  margin:0 auto;  width:1420px; overflow:hidden; }
.banner { width:100%; height:420px; background-image:url('../img/banner.jpg'); background-repeat: no-repeat; background-position:center center;background-size: cover;}
.web_hr{ width:100%; height:1px; border-top:1px solid #CCCCCC;   }
.footerbg{background-image:url( ../img/footerbg.png); width:100%; margin-top:70px; }
.footer{ padding:50px 0px;   width:1420px;  margin-left:auto; margin-right:auto; text-align:left; }
.footer .tit{font-weight: 400;font-size: 28px;color: rgb(255, 255, 255);}
.footer .txt{font-weight: 400;font-size:13px; color: rgb(255, 255, 255); margin-top:20px; margin-bottom:20px;line-height:25px;}
.footer .f_left{ float:left; width:450px; margin-left:100px;}
.footer .f_center{float:left;width:450px;}
.footer .f_right{float:left;width:400px;}
.footer .more a{color:rgb(25, 158, 216)}

