@charset "utf-8";

*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "Microsoft YaHei", "微软雅黑" ；;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

li {
  vertical-align: middle;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #ba1f23;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  
  font-size: 12px;
  color: #999;
}

:-ms-input-placeholder {
  
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

body {
  background: #fbfdfc;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: "Microsoft YaHei";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.main-list li {
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  padding-right: 10px;
  padding-left: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/dote2.png) 10px center no-repeat;
}

.main-list li a {
  color: #333;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.main-list li a:hover {
  color: #ba1f23;
}

.main-list li span {
  float: right;
  font-size: 12px;
  color: #ba1f23;
}

.main-list .unstyle li {
  background: none;
  padding-left: 0;
  border: none;
}

.index-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.index-top .wrap {
  width: 1260px;
}

.index-top .header {
  padding: 20px 0 35px;
  color: #fff;
  text-align: right;
}

.index-top .header a {
  color: #fff;
  margin: 0 20px;
}

.index-top .main-nav {
  background: url(../images/main-nav.jpg) repeat-y center center;
  text-align: center;
margin-top:-20px;
}

.index-top .main-nav .logo {
  float: left;
  width: 35%;
  padding: 20px 0;
}

.index-top .main-nav .logo img {
  width: 100%;
}

.index-top .main-nav ul {
  float: right;
  width: 710px;
}

.index-top .main-nav li {
  padding: 30px 0;
  position: relative;
  float: left;
  width: 12.2%;
  z-index: 10;
  font-size: 14px;
}

.index-top .main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.index-top .main-nav li a p {
  font-size: 12px;
}

.index-top .main-nav li .dropdown {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 99%;
}

.index-top .main-nav li .dropdown ul {
  width: 100%;
  background: #ba1f23;
}

.index-top .main-nav li .dropdown li {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 50px;
}

.index-top .main-nav li:hover .dropdown {
  display: block;
}

.index-top .main-nav li:hover .dropdown li a {
  transition: all ease .3s;
}

.index-top .main-nav li:hover .dropdown li a:hover {
  background: #ca2b2f;
  display: block;
}

.banner {
  width:1200px;
  overflow: hidden;
margin:0 auto;
}

.banner .hd {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  z-index: 2;
}

.banner .hd ul {
  text-align: center;
}

.banner .hd ul li {
  cursor: pointer;
  margin: 0 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
  height: 10px;
  background: url(../images/banner-dote.png) no-repeat;
}

.banner .hd ul .on {
  width: 100px;
  background: url(../images/banner-dote-on.png) no-repeat;
}

.banner .bd {
  width: 100%;
  overflow: hidden;
  height: 500px;
}

.banner .bd li {
  position: relative;
}

.banner .bd li img {
  position: absolute;
    margin: 0 auto;
  
  width: 1200px;
  height: 500px;
}

.index-row1 {
  padding: 40px 0;
}

.index-row1 .c1 {
  position: relative;
  float: left;
  width: 760px;
  height: 300px;
  overflow: hidden;
}

.index-row1 .c1 .prev, .index-row1 .c1 .next {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

.index-row1 .c1 .prev {
  bottom: 0;
  background: url(../images/prev.png) no-repeat center center #f8b551;
}

.index-row1 .c1 .next {
  bottom: 32px;
  background: url(../images/next.png) no-repeat center center #ba2a17;
}

.index-row1 .c1 .item {
  height: 300px;
}

.index-row1 .c1 .item .pic {
  float: left;
  width: 400px;
  height: 300px;
}

.index-row1 .c1 .item .pic img {
  width: 100%;
  height: 100%;
}

.index-row1 .c1 .item .text {
  height: 100%;
  position: relative;
  margin-left: 420px;
  line-height: 32px;
}

.index-row1 .c1 .item .text h6 {
  font-size: 15px;
  font-weight: bold;
}

.index-row1 .c1 .item .text h6 a {
  color: #000;
}

.index-row1 .c1 .item .text .time {
  color: #f00;
  font-size: 12px;
}

.index-row1 .c1 .item .text .cover {
  position: absolute;
  right: 0px;
  bottom: 0;
  height: 150px;
  width: 330px;
  padding: 15px 20px;
  background: #ba1f23;
  color: #fff;
}

.index-row1 .c1 .item .text .cover p {
  max-height: 96px;
}

.index-row1 .c1 .item .text .cover a {
  margin-top: 10px;
  background: #fff;
  display: block;
  padding: 0px 20px;
  width: 60px;
}

.index-row1 .c2 {
  float: right;
  width: 380px;
  border-left: 1px solid #e5e5e5;
  padding-left: 25px;
}

.index-row1 .c2 .tit {
  line-height: 40px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.index-row1 .c2 .tit .more {
  float: right;
  font-size: 12px;
  margin-top: 5px;
}

.index-row1 .c2 .main-list {
  height: 252px;
  overflow: hidden;
}

.index-row2 {
  padding: 45px 0;
  background: #e6e6e6;
}

.index-row2 .main-tit {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
}

.index-row2 .main-tit img {
  vertical-align: middle;
  margin-right: 5px;
}

.index-row2 .main-tit .more {
  float: right;
  color: #666;
  font-size: 12px;
}

.index-row2 .item {
  float: left;
  padding: 5px 19px;
  margin-right: 32px;
  width: 340px;
  height: 430px;
  background: url(../images/box.png) no-repeat;
}

.index-row2 .item1 .main-tit {
  margin-left: 30px;
}

.index-row2 .item1 .slide {
  margin-top: 20px;
  margin-left: 23px;
}

.index-row2 .item1 .slide .prev, .index-row2 .item1 .slide .next {
  float: right;
  margin-top: 20px;
  margin-left: 10px;
  cursor: pointer;
}

.index-row2 .item1 .slide .bd {
  height: 280px;
  overflow: hidden;
}

.index-row2 .item1 .slide .bd img {
  width: 100%;
  height: 280px;
}

.index-row2 .item2 .main-list {
  line-height: 44px;
  margin-top: 10px;
  height: 336px;
  overflow: hidden;
}

.index-row2 .item3 {
  float: right;
  margin: 0;
}

.index-row2 .item3 dl {
  float: left;
  width: 100%;
  margin: 25px 0;
}

.index-row2 .item3 dl dt {
  float: left;
  width: 150px;
  height: 120px;
}

.index-row2 .item3 dl dt img {
  width: 100%;
  height: 100%;
}

.index-row2 .item3 dl dd {
  margin-left: 160px;
}

.index-row3 {
  padding: 40px 0;
}

.index-row3 .tit {
  position: relative;
}

.index-row3 .tit h6 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 50px;
  text-align: center;
}

.index-row3 .tit .line {
  position: absolute;
  height: 3px;
  width: 40px;
  background: #6e0708;
  left: 50%;
  bottom: 0;
  margin-left: -40px;
}

.index-row3 .pic-list {
  margin-top: 30px;
}

.index-row3 .pic-list ul {
  margin: 0 -20px;
}

.index-row3 .pic-list li {
  float: left;
  width: 200px;
  height: 88px;
  margin: 10px 20px;
}

.index-row3 .pic-list li img {
  width: 100%;
  height: 88px;
}

.footer {
  padding: 70px 0;
  min-width: 1200px;
  background: url(../images/f-bg.png) center center no-repeat;
}

.footer .f-logo {
  float: left;
  margin-top: 30px;
}

.footer .text {
  color: #fff;
  line-height: 30px;
  float: right;
  text-align: right;
}