@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.eot');
  src: url('iconfont.eot?#iefix') format('embedded-opentype'),
      url('iconfont.woff2') format('woff2'),
      url('iconfont.woff') format('woff'),
      url('iconfont.ttf') format('truetype'),
      url('iconfont.svg#iconfont') format('svg');
}
/*基本设定*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
address,caption,cite,code,dfn,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
h1{}
h2{font-size:32px;}
h3{font-size:24px;}
h4{font-size:20px;}
h5{font-size:16px;}
h6{font-size:12px;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup,sub{line-height:-1px;vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:"微软雅黑", Arial;font-size:inherit;font-weight:inherit;}
input,textarea,button{outline:none;}

div{box-sizing:border-box;}
body{color:#666;font: 16px/1.5 "微软雅黑", Arial;background:#FFF;}
table{font-size:inherit;font:100%;width: 100%;}
pre,code,kbd,samp,tt{font-family:"微软雅黑", Arial;}
abbr,acronym{border-bottom:1px dotted #000;cursor:help;}
select{font-size:12px;}
dt{float:left;}
html{overflow-y:scroll;min-width: 1200px;}
a{outline:none;cursor:pointer;color:#666;_colot:#000;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:none;color:#e6040e;_colot:#000;}
hr{height:1px;border:solid #bbb;border-width:1px 0 0;}

.float_left{ float:left;}
.float_right{ float:right;}

.imgbox{text-align:center;position: relative;overflow: hidden;}
.imgbox img{width: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;max-height: 100%;width: auto;}

.textred{color: #cc0000;}

/*整体布局*/
.header,.main,.footer{width:100%;}
.header_con,.main_con,.footer_con{width:1200px;margin:auto;overflow: hidden;padding: 0 15px;}
.main{background: #f0f0f0;padding-bottom: 40px;}
.main_con{padding-top:30px;}

/*行列布局*/
.col_full{clear:both;width:100%;display: block;padding-top: 25px;overflow: hidden;}/*--行--*/
.col_left,.col_middle,.col_right{float: left;}

/*1-5*/
.col_15 .col_left{width: 200px;margin-right: 30px;overflow: hidden;}
.col_15 .col_right{width: 940px;overflow: hidden;}

.header_ztw{height:40px;background:#f8f8f8;line-height:40px;}
.top_box{width:1200px;margin:0 auto;height: 40px;padding: 0 15px;}
.top_box .iconfont:before{font-size: 16px;color: #e42d35;}
.top_box .iconfont:hover:before{color:#c60000;}
.top_box .float_left .iconfont:before{margin-right:5px;}
.top_box .float_left a{margin-right:10px;padding-right: 15px;font-size: 16px;border-right: 1px #eee solid;}
.top_box .float_right a{margin-right:10px;font-size:14px;}
