﻿@charset "utf-8";
/*全局设置*/
* { margin: 0; padding: 0; box-sizing: border-box;font-family: "宋体";}
li{list-style:none;}
html { width: 100%; height: 100%; font-size: 1em; color: #666; }
a:focus{outline:none}
button:focus{outline: none;}
.row { margin-right: 0px; margin-left: 0px; }
.col-md-12{ padding-right: 0px; padding-left:0px; }
input{outline: none;}
ul, ol {margin-top: 0;margin-bottom: 0px; }
img {border:0px;}

/*foot*/
.foot{width:1020px;height: 220px;background:#263142; overflow:hidden;}
.foot1{width:1020px;height:85px;padding-top:40px;}
.foot1 ul li{float: left;margin-right:20px;outline:none;border:none;}
.foot1 ul li:last-child{margin-right:0px;}
.foot1 ul li a:focus {outline:none;border:none;}
.foot1 ul li a img{width:150px;height:45px;outline:none;border:none;}
.foot2{width:1020px;height:45px;padding-top:10px;}
.foot2 ul li{float:left;width:150px;height:35px;margin-right:20px;}
.form-control {display: block;width: 100%;height: 34px;font-size: 14px;color: #fff;line-height:50px;background: #1876ba;background-image: none;border: none;border-radius: 0px;}
.form-control option{background: #fff;color:#333;font-size:13px;}
.form-control option a{background: #fff;color:#333;font-size:13px;}
.foot3{width:1020px;height:105px;padding-top:25px;}
.foot3 span{word-spacing: 4px;color:#fff;}
.foot3_wz1,.foot3_wz2,.foot3_wz3{float: left;font-size:14px;}
.foot3_wz3 {margin-left:27px;}
.foot3_wz1{padding-right:48px;}
.foot3_wz2{padding-right:20px;}




