@charset "utf-8";
/*CSS通用重置样式*/
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {margin:0;padding:0;list-style:none; text-decoration:none;}
fieldset, img {border:0;}
:focus {outline:0;}
address, caption, cite, code, dfn,em, th, var, optgroup,i {font-style:normal;font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
abbr, acronym {border:0;font-variant:normal;}
input, button, textarea,select, optgroup, option {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
code, kbd, samp, tt {font-size:100%;}
input, button, textarea, select {*font-size:100%;}
body {font-size:12px;color:#333;background:#FFF;}
ol, ul {list-style:none;}
caption, th {text-align:left;}
sup, sub {font-size:100%;vertical-align:baseline;}
:link, :visited , ins {text-decoration:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
img{vertical-align:middle;}
.clearfix:before,.cf:before,.clearfix:after,.cf:after{content:"\0020";display:block;height:0;overflow:hidden;}
.clearfix:after,.cf:after{clear:both;}
.clearfix,.cf{zoom:1;}
html{_text-overflow:ellipsis;}
iframe{display:block;}

ol, ul {list-style: none;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* Init */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend{margin: 0; padding: 0;border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;}

/* common */
body { font: 14px/1.5 "Helvetica Neue", Microsoft YaHei, "Microsoft Yahei", Helmet, Freesans, sans-serif; color:#333333; 
}
a,a:visited{ text-decoration:none;}

.clearer{ line-height:0px; clear:both; }
strong{ font-weight:bold;}

/* new clear .clear{overflow:hidden; zoom:1; clear:both;}*/
.clear:after {content: ".";clear: both;height: 0;visibility: hidden;display: block;} 
.clear {display: inline-block;    }
/**//* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/**//* End hide from IE-mac */

body {
  min-width: 1400px;
}
.banner {
width: 100%;
height:250px;
background: url(../images/2025banner.jpg) center top no-repeat;
text-align: center;
overflow: hidden;
}
 

.nav {
  width: 100%;
  height: 55px;
  background: #dc1f1f;
}
.banner-con {
  width: 1200px;
  margin:0 auto;
  position: relative
}


.banner-con .box_search{position: absolute;top: 14px;left: 60px;width: 250px;height: 36px;background-color: #fff;border: 1px solid #d3d3d3;border-radius: 25px;box-sizing: border-box;}
.banner-con .input_text{position: absolute;top: 0;left: 0;width: 200px;height: 36px;font: 14px/36px "Microsoft Yahei";color: #666;text-indent: 1em;background: transparent;border:none}
.banner-con #search_btn{position: absolute;top: 50%;right: 15px;width: 24px;height: 24px;margin-top: -10px;background: url(../images/2025i_search.png) no-repeat center top;outline: none;border: none;}



.nav-con {
  width:1200px;
  height: 55px;
  margin:0 auto;
}

.nav-con ul {
  width: 100%;
}

.nav-con ul li {
  float: left;
  margin-left: 39px;
  margin-right: 39px;
  line-height: 55px;
  font-size:18px;
  font-weight: bold;
}

.nav-con ul li a {
  color:#fff;
}


.foot {
  width: 100%;
  padding: 33px 0px;
  background:#dc1f1f;
  margin-top: 60px;
  text-align: center;
}

.foot .con {
  width: 1200px;
  margin:0 auto;
  color:#fff;
}

.foot .con p {
  color:#fff;
  line-height: 30px;
  font-size:16px;
}
.foot .con p a {
  color:#fff;
}




.bar-con {
  width: 1180px;
  margin:0 auto;
  padding-left:20px;
  height:40px;
  background:#f3f3f3;
  margin-top:35px;
  line-height: 42px;
}

.bar-con a {
  color:#333;
  font-size:18px;
  padding-left:10px;
  padding-right:10px;
}

