﻿*{
    margin: 0;
    padding: 0;
    list-style: none;
}
body{
  min-width: 1200px;
}
iframe{
  display: block;  
}
a:link{
  text-decoration:none;
   /* 指正常的未被访问过的链接*/
}
a:visited{
  text-decoration:none;
   /*指已经访问过的链接*/
}a:hover{
   text-decoration:none;
   color: #C81623;
   /*指鼠标在链接*/
}
a:active{
  text-decoration:none;
  /* 指正在点的链接*/
}

.banner_wrap{
  width: 100%;
  height: 100%;
}
.banner_wrap img{
  width: 100%;
  height: 100%;
}
.main_wrap{
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.main_title{
  width: 342px;
  height: auto;
  margin: 24px auto 10px;
}
.main_title img{
  width: 342px;
  height: 94px;
}
