﻿/* 初始化CSS */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0 auto;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}

fieldset,
img {
  vertical-align: middle;
  border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

li {
  list-style-type: none;
}

input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "微软雅黑", Arial, sans-serif;
}

select,
input {
  vertical-align: middle;
}

select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
}

textarea {
  resize: none;
  font-family: "微软雅黑", Arial, sans-serif;
}

body {
  color: #666;
  font: 12px "微软雅黑", Arial, sans-serif;
  background: url(../images/main_70.gif) repeat;
  overflow-x: hidden
}

a {
  color: #666;
  text-decoration: none;
}

i,
em {
  font-style: normal;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.auto {
  margin-left: auto;
  margin-right: auto;
}


/*transition*/
.tran200 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.tran400 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*网页限定宽度*/
.con_1000 {
  margin: 0 auto;
  position: relative;
  width: 1002px;
}

.con_1000:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

/*头部*/
#header {
  width: 100%;
  position: relative;
  z-index: 1000;
}

#header .top {
  height: 120px;
}

#header .logo {
  position: relative;
  float: left;
  margin-top: 24px;
  margin-left: 1px;
  width: 318px;
  height: 55px;
  overflow: hidden;
}

#header .logo i {
  position: absolute;
  left: -156px;
  width: 155px;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
}

#header .logo:hover i {
  -webkit-transition: all 0.55s linear;
  transition: all 0.55s linear;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}

#header .r_info {
  position: relative;
  width: 497px;
  float: right;
  margin-top: 22px;
}

#header .r_info .rexian {
  position: absolute;
  right: 180px;
  background: url(../images/tel_ico.png) 66px center no-repeat;
  height: 25px;
  line-height: 25px;
  font-family: Arial;
  color: #931c1b;
  font-weight: bold;
  font-size: 24px;
  text-align: right;
}

#header .r_info .rexian span {
  font-size: 16px;
}

#header .r_info .search {
  background: url(../images/search.png);
  position: absolute;
  right: 0;
  top: 1px;
  width: 157px;
  height: 26px;
}

#header .r_info .search input {
  padding-left: 5px;
  margin-left: 22px;
  width: 114px;
  height: 26px;
  border-style: none;
  vertical-align: middle;
  font-size: 10px;
  text-align: right;
  color: #931c1b;
  background: none;
}

#header .r_info .search button {
  width: 10px;
  height: 10px;
  background: url(../images/searchbtn.jpg) center no-repeat;
  border: none;
  cursor: pointer;
  margin-left: -130px;
}

.nav {
  width: auto;
  position: absolute;
  top: 75px;
  right: 0;
}

.nav ul li {
  float: left;
  margin-left: 22px;
}

.nav ul li a {
  display: block;
  text-align: center;
  color: #881b18;
  line-height: 42px;
  padding: 0 7px;
  font-family: "微软雅黑";
  font-size: 16px;
  font-weight: bold;
}

.nav ul li a:hover,
.nav ul li.on a,
.nav ul li:hover a {
  color: #e67817;
}

/*BANNER*/
.banner {
  width: 1920px;
  position: relative;
  height: 759px;
  left: 50%;
  margin-left: -960px;
  text-align: center;
}

.banner .btn {
  width: 180px;
  position: relative;
  z-index: 100000000;
  left: 50%;
  margin-left: -90px;
  bottom: 60px;
  height: 28px;
}

.banner .btn .prev {
  position: absolute;
  left: 0;
  font-size: 28px;
  font-family: "宋体";
  color: #fff;
  cursor: pointer;
}

.banner .btn .next {
  position: absolute;
  right: 0;
  font-size: 28px;
  font-family: "宋体";
  color: #fff;
  cursor: pointer;
}

.banner #ifocus_btn {
  width: 180px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  z-index: 1000000;
  margin-left: -90px;
}

.banner #ifocus_btn ul {
  width: 100%;
  text-align: center;
  zoom: 1;
  text-align: center
}

.banner #ifocus_btn ul li {
  display: inline-block;
  *display: inline;
  width: 8px;
  height: 8px;
  background: #bc8c8b;
  border-radius: 4px;
  margin: 0 3px;
}

.banner #ifocus_btn ul li.on {
  width: 36px;
  background: #eb812b
}

.banner .ifocus_pic {
  width: 100%;
  height: 759px;
  text-align: center;
  overflow: hidden
}

.banner li span {
  display: block;
  color: #f68a32;
  font-size: 32px;
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 78px;
  position: absolute;
  left: 50%;
  margin-left: -39px;
  bottom: 48px;
  z-index: 1000000000
}

.banner .rsp {
  background: url(../images/6_1_54.png) no-repeat;
  width: 18px;
  height: 23px;
  color: #8f371c;
  font-size: 22px;
  padding: 14px 0 0 20px;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  bottom: 35px;
  z-index: 10000000;
  font-family: Georgia, "Times New Roman", Times, serif;
}

/*版权*/
.copyRight {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  color: #fff;
  font-family: "Microsoft YaHei";
  padding-top: 24px;
  padding-bottom: 21px;
  background: url(../images/ftbg.jpg);
}

.copyRight div {
  margin-bottom: 10px;
}

.copyRight a {
  color: #fff;
}

.copyRight .quicklink {
  width: 100%;
  text-align: center;
}

.copyRight .quicklink a {
  padding: 0 7px;
}


/*侧导航*/
.ny_left {
  float: left;
  width: 196px;
  font-size: 16px;
}

.ny_left ul {
  margin-bottom: 57px;
  margin-top: 15px;
}

.ny_left ul li {
  margin: -2px;
  width: 191px;
  height: 48px;
  border: solid 2px #881b18;
}

.ny_left ul li p {
  margin-top: 12px;
  margin-left: 33px;
  float: left;
}

.ny_left li:hover,
.ny_left li.hover {
  background: url(../images/service_btn.png) #881b18 140px center no-repeat;
}

.ny_left li:hover a,
.ny_left li.hover a {
  color: #fff
}

.ny_left ul .hover {
  margin: -2px;
  width: 191px;
  height: 48px;
  border: solid 2px #881b18;
  background: url(../images/service_btn.png) #881b18 140px center no-repeat;
}

.ny_left ul .hover p {
  color: #fff;
}

.ny_left .service_tel {
  color: #881b18;
}

.ny_left .service_tel p {
  background: url(../images/service_tel.png) left center no-repeat;
  padding-left: 29px;
  font-size: 21px;
  margin-left: 5px;
}

.ny_left .service_tel span {
  display: block;
}

.ny_left .service_tel {
  color: #d73431;
  margin-top: 36px;
}

.ny_left .service_tel p {
  background: url(../images/service_tel.png) left center no-repeat;
  padding-left: 29px;
  font-size: 21px;
  margin-left: 5px;
  font-family: Arial;
  margin-top: 5px;
}

.ny_left .service_tel span {
  display: block;
  font-family: "Microsoft YaHei";
  color: #d73431;
  font-size: 13px
}


/*内页标题*/
.ny_right {
  float: right;
  width: 754px;
  height: auto !important;
  height: 500px;
  min-height: 500px;
  margin-bottom: 120px;
}

.ny_right .title {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 40px
}

.ny_right .title p {
  float: right;
  color: #6c6c6c
}

.ny_right .title h3 {
  height: 45px;
  border-bottom: 2px solid #881b18;
  display: inline-block;
  float: left;
  padding-right: 13px;
  font-size: 18px;
  font-weight: normal
}

/*其他*/
#full .qq_info a,
#full .qq_info span {
  display: block
}

#full .qq_info span {
  width: 86px;
  background: #fff;
  text-align: center;
  padding-top: 6px;
  line-height: 24px;
  border: 1px solid #968f96;
  border-top: none
}

.single_con {
  margin-top: 20px
}

.news_con {
  margin-top: 20px
}

.pro_con {
  margin-top: 20px
}

.ny_banner img {
  width: 115%
}