@charset "utf-8";
/* sass变量 */
*html {
  background-image: ;
  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: 15px/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;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #ac0303;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* mozilla firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* mozilla firefox 19  */
  font-size: 12px;
  color: #999;
}

:-ms-input-placeholder {
  /* internet explorer 10  */
  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 {
  font-size: 14px;
  line-height: 1.5;
  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-tit {
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  border-bottom: 2px solid #9c0000;
}

.main-tit .more {
  float: right;
  font-size: 12px;
}

.main-tit span {
  display: inline-block;
  width: 50px;
  text-align: center;
  margin-right: 5px;
  background: #9c0000;
  color: #fff;
}

.main-list li {
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}

.main-list li span {
  float: right;
  color: #999;
}

.header {
  padding: 20px 0;
  height: 100px;
}

.header .logo {
  float: left;
  margin-top: 10px;
}

.header .head-right {
  float: right;
}

.header .head-right .header-link {
  font-size: 12px;
  text-align: right;
  margin-bottom: 25px;
}

.header .head-right .header-link a, .header .head-right .header-link span {
  margin: 0 15px;
}

.header .head-right .search {
  margin-top: 40px;
border:1px solid #9c0000;width:220px;border-radius:10px; }

.header .head-right .search input {

  height: 20px;
  padding: 4px 2px;
  border: none;
  vertical-align: middle;
  background: none;
}

.header .head-right .search button {
  cursor: pointer;
  float: right;
  padding: 0 15px;
  height: 28px;
  border: none;
  vertical-align: middle;
  background: none;
}

.main-nav {
  background: #9c0000;
  line-height: 50px;
}

.main-nav li {
  position: relative;
  float: left;
  width: 10%;
  z-index: 10;
  font-size: 15px;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li .dropdown {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 96%;
  padding-top: 5px;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  font-size: 14px;
  background: #ac0303;
}

.main-nav li:hover {
  background: #ac0303;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li {
  line-height: 44px;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  transition: all ease .3s;
}

.main-nav li:hover .dropdown li a:hover {
  display: block;
  background: #ac0303;
}

.page {
  background: url(/uploads/image/ximages/bg.jpg) top center no-repeat;
  min-width: 1200px;
}
.banner object{

}

.index-row1 .main {
  padding: 10px 0;
}

.index-row1 .c1 {
  float: left;
 width: 510px;
  margin-top: 10px;
}

.index-row1 .c1 img {
  height:340px;width:510px;
}

.index-row1 .c2 {
  float: right;
  width: 650px;
}

.index-row2 {
  margin: 20px 0;
}

.index-row2 .c1 {
  float: left;
  width: 430px;
}

.index-row2 .c2 {
  float: left;
  margin-left: 30px;
  width: 380px;
}

.index-row2 .c3 {
  float: right;
  width: 330px;
}

.index-row2 .main-list {
  padding: 10px 0;
}

.index-row3 {
  padding: 20px 0 30px;
  background: #efefef;
}

.index-row3 dl {
  float: left;
  width: 18%;
  margin: 1%;
}

.index-row3 dl dt {
  float: left;
  width: 20px;
  padding: 20px 15px 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.index-row3 dl dd {
  margin-left: 50px;
}

.index-row3 dl dd img {
  width: 100%;
  height: 150px;
}

.index-row3 .dl1 {
  background: #ff9c00;
}

.index-row3 .dl1 dt {
 
  line-height: 1.6;
}

.index-row3 .dl2 {
  background: #0aa3a1;
}

.index-row3 .dl3 {
  background: #ff9c00;
}

.index-row3 .dl4 {
  background: #913c43;
}

.index-row3 .dl5 {
  line-height: 1.2;
  background: #913c43;
}

.index-row3 .dl5 dt {
  padding-top: 10px;
line-height: 1.4;
}

.index-row4 {
  padding: 40px 0;
}

.index-row4 ul {
  padding-left: 15px;
}

.index-row4 li {
  float: left;
  margin: 0 15px;
}

.footer {
  background: #ac0303;
  padding: 30px 0;
  color: #fff;
  min-width: 1200px;
}

.footer a {
  transition: all ease .2s;
}

.footer .c1 {
  float: left;
  line-height: 28px;
  font-size: 13px;
  color: #d1a3a3;
}

.footer .c1 span {
  margin-left: 0px;
}

.footer .c2 {
  float: right;
}

.footer .c2 img {
  margin-left: 20px;
}

.copyright {
  background: #830000;
  color: #fff;
  line-height: 50px;
}

.copyright img {
  vertical-align: middle;
  margin: 0 10px;
}