@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px '微软雅黑',Arial, Tahoma, 微软雅黑;
  
  color: #323232;
}
h2,
h3 {
  font-size: 14px;
}
button,
input,
select,
textarea,
label {
  vertical-align: middle;
  outline: none;
}
img {
  vertical-align: middle;
  border: none;
  display: inline-block;
}
ul,
ol {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #454545;
  vertical-align: baseline;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
.clear:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clear {
  zoom: 1;
}
input {
  font-size: 12px;
  vertical-align: middle;
  color: #333;
  outline: 0;
  border: none;
}
textarea {
  font-family: "Microsoft Yahei", "微软雅黑";
  border: 1px solid #e6e6e6;
  padding: 10px;
  color: #323232;
  resize: none;
  overflow: auto;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.ml20 {
  margin-left: 20px;
}
.mr20 {
  margin-right: 20px;
}
.ml10 {
  margin-left: 10px;
}
.mr10 {
  margin-right: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.ml5 {
  margin-left: 5px;
}
.mr5 {
  margin-right: 5px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
body {
  background: #f2f2f2;
}
#header {
  height: 192px;
  background: url('../img/header.jpg') repeat-x;
}
#header .top {
  width: 1000px;
  height: 135px;
  margin: 0 auto;
}
#header .top .logo {
  width: 760px;
  margin-top: 42px;
  float: left;
}
#header .top .phone {
  width: 175px;
  height: 52px;
  padding-left: 50px;
  background: url("../img/tel.png") no-repeat;
  float: right;
  margin-top: 55px;
  font-size: 14px;
  color: #7b7b7b;
}
#header .top .phone span {
  font-size: 20px;
  margin-top: 2px;
  display: block;
  color: #e32b07;
}
#header .nav {
  width: 1000px;
  height: 57px;
  line-height: 57px;
  margin: 0px auto;
}
#header .nav > ul > li {
  float: left;
  font-size: 14px;
  padding: 0px 34px;
  position: relative;
  transform: background 500ms;
}
#header .nav > ul > li:hover{
  background: url('../img/at.png') 55px 0px no-repeat;
}
#header .nav > ul > li:hover > a {
  color: #c92324;
}
#header .nav > ul > li.at {
  background: url('../img/at.png') 55px 0px no-repeat;
}
#header .nav > ul > li > ul {
  position: absolute;
  top: 57px;
  left: 50%;
  display: none;
  margin-left: -62px;
  padding-bottom: 10px;
  background: #fff;
  border: 1px solid #c92324;
  border-top: none;
  padding-top: 5px;
  z-index: 9999;
}
#header .nav > ul > li > ul > li {
  padding: 0px;
  text-align: center;
}
#header .nav > ul > li > ul > li a {
  padding: 0px;
  width: 124px;
  color: #888;
  background-image: none;
  font-size: 12px;
  line-height: 38px;
  height: 38px;
  display: block;
  _padding-bottom: 2px;
  /*IE6 only*/
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header .nav > ul > li > ul > li a:hover {
  color: #fff;
  text-decoration: none;
  background: #c92324;
}
.fullSlide {
  width: 100%;
  position: relative;
  height: 500px;
  background: #fff;
}
.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.fullSlide .bd ul {
  width: 100% !important;
}
.fullSlide .bd li {
  width: 100% !important;
  height: 500px;
  overflow: hidden;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}
.fullSlide .bd li a {
  display: block;
  height: 480px;
}
.fullSlide .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  height: 30px;
  line-height: 30px;
}
.fullSlide .hd ul {
  text-align: center;
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 20px;
  height: 20px;
  margin: 1px;
  margin-left: 2px;
  margin-right: 2px;
  overflow: hidden;
  background-image: url(../img/ber1.png);
  line-height: 999px;
}
.fullSlide .hd ul .on {
  background-image: url(../img/ber2.png);
}
.fullSlide .prev,
.fullSlide .next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 15%;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(../images/slider-arrow.png) -126px -137px no-repeat;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
}
.fullSlide .next {
  left: auto;
  right: 15%;
  background-position: -6px -137px;
}
.search {
  height: 55px;
  line-height: 55px;
  background: #fff;
}
.search .search_center {
  width: 1000px;
  margin: 0px auto;
}
.search .search_center .search_left {
  width: 700px;
  float: left;
}
.search .search_center .search_left span {
  color: #de260c;
}
.search .search_center .search_left a {
  margin-left: 10px;
}
.search .search_center .search_right {
  float: right;
}
.search .search_center .search_right input {
  margin-top: 14px;
}
.search .search_center .search_right .input_text {
  width: 203px;
  padding-left: 5px;
  color: #666;
  height: 27px;
  line-height: 27px;
  border: #dedede 1px solid;
  background: #fff;
  border-right: none;
  float: left;
}
.search .search_center .search_right .input_butt {
  width: 30px;
  height: 28px;
  float: left;
  background: url('../img/search.png') no-repeat;
}
.billing {
  background: url('../img/ban_pic01.png') top center no-repeat;
  height: 140px;
}
.billing ul {
  width: 1000px;
  margin: 0px auto;
}
.billing ul li {
  float: left;
  line-height: 56px;
  font-size: 14px;
  color: #fff;
}
.billing ul li.ico_01 {
  width: 42%;
  height: 46px;
  text-indent: 60px;
  margin-top: 10px;
  background: url('../img/ico_01.png') 0px 10px no-repeat;
}
.billing ul li.ico_02 {
  width: 55%;
  height: 47px;
  text-indent: 60px;
  margin-top: 10px;
  background: url('../img/ico02.png') 0px 10px no-repeat;
}
.billing ul li.ico_03 {
  width: 40%;
  height: 42px;
  padding-left: 120px;
  text-indent: 60px;
  margin-top: 10px;
  background: url('../img/ico04.png') 120px 10px no-repeat;
}
.billing ul li.ico_04 {
  height: 56px;
  text-indent: 60px;
  margin-top: 10px;
  background: url('../img/ico03.png') 0px 10px no-repeat;
}
.product {
  width: 1000px;
  margin: 25px auto;
  overflow: hidden;
}
.product_left {
  width: 220px;
  float: left;
  background: #fff;
}
.product_left .title {
  background: url('../img/prod_ico.png') 25px 28px no-repeat;
  height: 30px;
  border-bottom: 1px solid #f2f2f2;
  padding: 24px 0px 20px 0px;
}
.product_left .title p {
  font-size: 16px;
  color: #222;
  margin-left: 50px;
}
.product_left .title em {
  font-size: 12px;
  margin-left: 50px;
  color: #c9c9c9;
}
.product_left .product_lei ul {
  overflow: hidden;
  padding: 10px 16px 20px 16px;
}
.product_left .product_lei ul li {
  width: 50%;
  float: left;
  font-size: 14px;
  text-align: center;
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #f2f2f2;
}
.product_left .product_lei > a {
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: center;
  color: #fff;
  height: 45px;
  line-height: 45px;
  background: #ce0b01;
}
.product_right {
  width: 745px;
  float: right;
  margin-left: 35px;
}
.product_right .title {
  height: 53px;
  line-height: 53px;
  overflow: hidden;
}
.product_right .title .title_left {
  float: left;
  background: url('../img/title_right.png') 0px 18px no-repeat;
  text-indent: 24px;
  font-size: 14px;
}
.product_right .title .title_left span {
  font-size: 12px;
}
.product_right .title .title_right {
  float: right;
}
.product_right .title .title_right a {
  width: 71px;
  height: 21px;
  line-height: 21px;
  display: block;
  text-align: right;
  padding-right: 5px;
  color: #fff;
  margin: 15px 0px 0px 0px;
  background: url('../img/move.png') 0px 0px no-repeat;
}
.product_right .product_right_con {
  overflow: hidden;
}
.product_right .product_right_con ul {
  width: 800px;
}
.product_right .product_right_con ul li {
  padding: 16px 15px 6px 15px;
  background: #fff;
  width: 204px;
  float: left;
  margin: 0px 20px 20px 0px;
  transition: background 300ms;
}
.product_right .product_right_con ul li p {
  font-size: 14px;
  text-align: center;
  height: 48px;
  line-height: 48px;
}
.product_right .product_right_con ul li:hover {
  background: #ce0b01;
}
.product_right .product_right_con ul li:hover p {
  color: #fff;
}
.advan {
  background: url("../img/advan_bj.png") top center repeat-y;
  height: 1500px;
}
.advan .advan_center {
  width: 683px;
  margin: 0px auto;
  height: 1500px;
  padding: 0px 15px 0px 302px;
  position: relative;
}
.advan .advan_center > span {
  display: block;
}
.advan .advan_center > span.advan_bj {
  width: 715px;
  height: 504px;
  background: url("../img/advan.jpg") no-repeat;
  position: absolute;
  top: 0px;
  right: 744px;
}
.advan .advan_center > span.advan_pic01 {
  width: 258px;
  height: 153px;
  background: url("../img/advan_pic01.png") no-repeat;
  position: absolute;
  top: 130px;
  right: -300px;
}
.advan .advan_center > span.advan_pic02 {
  width: 299px;
  height: 243px;
  background: url("../img/advan_pic02.png") no-repeat;
  position: absolute;
  top: 552px;
  right: -330px;
}
.advan .advan_center > span.advan_pic03 {
  width: 256px;
  height: 375px;
  background: url("../img/advan_pic05.png") no-repeat;
  position: absolute;
  top: 1046px;
  right: -300px;
}
.advan .advan_center > span.advan_pic04 {
  width: 194px;
  height: 200px;
  background: url("../img/advan_pic03.png") no-repeat;
  position: absolute;
  top: 600px;
  left: 55px;
}
.advan .advan_center > span.advan_pic05 {
  width: 205px;
  height: 222px;
  background: url("../img/advan_pic04.png") no-repeat;
  position: absolute;
  top: 1028px;
  left: 55px;
}
.advan .advan_center ul {
  padding: 20px 0px;
}
.advan .advan_center ul li {
  margin-top: 20px;
  overflow: hidden;
}
.advan .advan_center ul li .advan_left {
  width: 80px;
  height: 80px;
  float: left;
  padding: 20px 0px 0 18px;
  background: #303030;
}
.advan .advan_center ul li .advan_left h3 {
  font-size: 30px;
  color: #fff;
}
.advan .advan_center ul li .advan_left p {
  width: 26px;
  border-top: 1px solid #5f5f5f;
  font-size: 20px;
  color: #5f5f5f;
  padding-top: 4px;
  margin-top: 4px;
}
.advan .advan_center ul li .advan_right {
  width: 524px;
  float: left;
  background: #f3f3f3;
  padding: 15px 30px;
}
.advan .advan_center ul li .advan_right h3 {
  font-size: 19px;
  color: #ce0b01;
}
.advan .advan_center ul li .advan_right h4 {
  font-size: 20px;
  font-weight: normal;
  margin: 4px 0px 8px 0px;
}
.advan .advan_center ul li .advan_right span {
  width: 30px;
  height: 1px;
  margin: 0px 0px 15px 0px;
  background: #666666;
  display: block;
}
.advan .advan_center ul li .advan_right p {
  line-height: 28px;
  font-size: 14px;
}
.advan .advan_center ul li .advan_right p i {
  width: 4px;
  height: 4px;
  margin-right: 10px;
  margin-top: 11px;
  background: #e22c08;
  float: left;
}
.contact {
  height: 200px;
  background: url('../img/contact.png') top center no-repeat;
}
.contact .contact_center {
  width: 900px;
  margin: 0px auto;
  padding-top: 60px;
  color: #fff;
}
.contact .contact_center p {
  font-size: 14px;
  line-height: 30px;
}
.contact .contact_center b {
  font-size: 16px;
  font-weight: normal;
}
.contact .contact_center b span {
  font-family: "impact";
  font-size: 30px;
  margin-right: 30px;
}
.case {
  background: url('../img/case_bj.png') top center repeat-y;
}
.case .case_title {
  height: 94px;
  width: 1000px;
  margin: 0px auto;
  padding: 50px 0px 0px 0px;
  position: relative;
}
.case .case_title span {
  display: block;
}
.case .case_title .case_title_left {
  width: 312px;
  float: left;
}
.case .case_title .case_title_left h3 {
  font-family: 'impact';
  font-size: 36px;
  color: #ce0b01;
}
.case .case_title .case_title_left p {
  font-size: 24px;
}
.case .case_title .case_title_cen {
  width: 600px;
  margin-top: 45px;
  float: left;
  height: 6px;
  background: #f3f3f3;
}
.case .case_title .case_title_cen em {
  width: 58px;
  height: 6px;
  display: block;
  background: #ce0b01;
}
.case .case_title .case_title_right {
  width: 92px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  color: #fff;
  font-size: 100px;
  position: absolute;
  top: 50px;
  right: -44px;
  background: #454545;
}
.case .case_conter {
  width: 1000px;
  margin: 20px auto 0px auto;
  overflow: hidden;
}
.case .case_conter ul li {
  width: 286px;
  float: left;
  margin-right: 40px;
}
.case .case_conter ul li:hover p {
  color: #cb1313;
}
.case .case_conter ul li:hover img {
  border: 8px solid #cb1313;
}
.case .case_conter ul li img {
  border: 8px solid #f8f8f8;
  width: 270px;
  height: 200px;
}
.case .case_conter ul li p {
  height: 57px;
  font-size: 16px;
  text-align: center;
  line-height: 57px;
}
.plant {
  background: url("../img/advan_bj.png") top center repeat-y;
  overflow: hidden;
}
.plant .plant_title {
  height: 150px;
  background: url('../img/plant.png') top center no-repeat;
}
.plant .plant_list {
  width: 1000px;
  margin: 30px auto 0px auto;
  overflow: hidden;
}
.plant .plant_list ul {
  overflow: hidden;
}
.plant .plant_list ul li {
  margin-left: 35px;
  width: 286px;
  float: left;
}
.plant .plant_list ul li a {
  display: block;
}
.plant .plant_list ul li a:hover p {
  color: #cb1313;
}
.plant .plant_list ul li img {
  height: 215px;
}
.plant .plant_list ul li p {
  font-size: 16px;
  line-height: 56px;
  text-align: center;
}
.plant .plant_list > a {
  width: 100%;
  font-size: 16px;
  display: block;
  text-align: center;
  height: 56px;
  line-height: 56px;
  border-top: 1px solid #e8e8e8;
}
.plant .plant_list > a:hover {
  color: #cb1313;
}
.partner {
  background: url("../img/cooperation_bj.png") top center repeat-y;
  overflow: hidden;
  margin-top: 40px;
}
.partner .partner_title {
  width: 910px;
  margin: 0px auto;
  padding: 30px 45px 10px 45px;
  overflow: hidden;
}
.partner .partner_title .partner_title_left {
  float: left;
}
.partner .partner_title .partner_title_left h3 {
  font-size: 30px;
  font-weight: bold;
  color: #cb1313;
}
.partner .partner_title .partner_title_left h4 {
  font-size: 24px;
  font-weight: normal;
  font-family: "arial";
  color: #cfcfcf;
}
.partner .partner_title .partner_title_left p {
  color: #ccc;
  font-size: 16px;
}
.partner .partner_title .partner_title_right {
  float: right;
  height: 100px;
  line-height: 100px;
}
.partner .partner_title .partner_title_right a {
  font-size: 28px;
  color: #ccc;
  font-family: "impact";
}
.partner .partner_conter {
  width: 910px;
  margin: 0px auto;
  padding: 0px 45px;
}
.partner .partner_conter ul {
  width: 1000px;
}
.partner .partner_conter ul li {
    width: 217px;
    text-align: center;
    font-size: 14px;
    height: 105px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 10px;
}
.partner .partner_conter ul li img {
  float: left;
    width: 215px;
    height: 100px;
    border: #E0E0E0 1PX solid;
    margin-bottom: 10px;
}
.partner .partner_conter ul li div h3 {
  font-size: 14px;
  padding-top:15px;
  color: #cb1313;
  font-weight:normal;
  line-height: 30px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.partner .partner_conter ul li div p {
  line-height: 24px;
}
.store {
  height: 209px;
  background: url("../img/store.png") top center no-repeat;
}
.store .store_conter {
  width: 1000px;
  margin: 0px auto;
  text-align: right;
}
.store .store_conter span {
  width: 216px;
  float: right;
  margin-right: 45px;
}
.store .store_conter span a {
  width: 212px;
  height: 54px;
  display: block;
  line-height: 54px;
  font-weight: bold;
  border: 2px solid #cb1313;
  color: #cb1313;
  text-align: center;
  font-size: 24px;
  margin: 56px 40px 0px 0;
}
.store .store_conter span p {
  width: 216px;
  height: 36px;
  line-height: 36px;
  color: #cb1313;
  text-align: center;
  font-size: 14px;
  margin: 0px 40px 0px 0;
}
.company {
  background: url('../img/case_bj.png') top center repeat-y;
  overflow: hidden;
}
.company .company_center {
  width: 1000px;
  margin: 0px auto;
}
.company .company_center .about {
  width: 680px;
  height: 456px;
  float: left;
  background: url("../img/about.png") top center no-repeat;
}
.company .company_center .about .about_title {
  margin: 50px 0px 35px 0px;
  overflow: hidden;
}
.company .company_center .about .about_title h3 {
  font-size: 36px;
  font-family: "impact";
  color: #cb1313;
}
.company .company_center .about .about_title p {
  font-size: 24px;
  color: #3f3e3e;
}
.company .company_center .about .about_center {
  font-size: 14px;
  line-height: 28px;
}
.company .company_center .about .about_center p {
  text-indent: 28px;
}
.company .company_center .honor {
  width: 320px;
  height: 455px;
  float: right;
  background: #434343;
}
.company .company_center .honor .honor_title {
  height: 88px;
  line-height: 88px;
  padding-left: 28px;
}
.company .company_center .honor .honor_title h3 {
  font-size: 30px;
  color: #cb1313;
  font-family: "impact";
}
.company .company_center .honor .honor_title h3 span {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  line-height: 70px;
  margin-top: -10px;
  margin-left: 5px;
  font-weight: normal;
}
.company .company_center .honor .honor_center {
  position: relative;
  margin-top: 10px;
}
.company .company_center .honor .honor_center a {
  width: 34px;
  height: 103px;
}
.company .company_center .honor .honor_center a.prev {
  position: absolute;
  top: 100px;
  left: 0px;
}
.company .company_center .honor .honor_center a.next {
  background-position: -44px 0px;
  position: absolute;
  top: 100px;
  right: 0px;
}
.company .company_center .honor .honor_center .bx_wrap {
  width: 209px;
  margin: 0px auto;
  overflow: hidden;
}
.data {
  background: url("../img/advan_bj.png") top center repeat-y;
  overflow: hidden;
}
.data_mian {
  background: url("../img/news.png") top center no-repeat;
  overflow: hidden;
}
.data_center {
  width: 1000px;
  margin: 0px auto;
  overflow: hidden;
}
.data_center .news {
  width: 725px;
  float: left;
}
.data_center .news .tab {
  height: 56px;
  padding-top: 23px;
}
.data_center .news .tab li {
  float: left;
  width: 355px;
  text-align: center;
  line-height: 57px;
  color: #fff;
  font-size: 16px;
}
.data_center .news .tab li span {
  margin-left: 5px;
}
.data_center .news .tab li.on {
  background: #cb1313;
}
.data_center .news .news_con > ul > li {
  display: none;
  padding: 30px 20px;
}
.data_center .news .news_con > ul > li .news_con_img {
  height: 145px;
}
.data_center .news .news_con > ul > li .news_con_img img {
  width: 215px;
  height: 145px;
  float: left;
  margin-right: 23px;
}
.data_center .news .news_con > ul > li .news_con_img h3 {
  line-height: 50px;
  font-size: 14px;
  color: #475d80;
}
.data_center .news .news_con > ul > li .news_con_img p {
  line-height: 26px;
}
.data_center .news .news_con > ul > li .news_con_list {
  border-top: 1px dashed #e8e8e8;
  margin-top: 25px;
  padding-top: 15px;
}
.data_center .news .news_con > ul > li .news_con_list li {
  line-height: 32px;
  text-indent: 20px;
  background: url('../img/san.png') 0px 11px no-repeat;
}
.data_center .news .news_con > ul > li .news_con_list li span {
  float: right;
  color: #a0a0a0;
}
.data_center .problem {
  width: 275px;
  height: 450px;
  float: right;
}
.data_center .problem .problem_title {
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  padding-top: 24px;
  color: #fff;
}
.data_center .problem .problem_title span {
  margin-left: 5px;
}
.data_center .problem .problem_list {
  background: #eaeaea;
  padding: 20px 0px;
}
.data_center .problem .problem_list ul {
  padding: 0px 20px;
}
.data_center .problem .problem_list ul li {
  border-bottom: 1px dashed #cecece;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.data_center .problem .problem_list ul li div {
  line-height: 20px;
  padding-left: 25px;
  padding-bottom: 10px;
}
.data_center .problem .problem_list ul li div em {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-left: -25px;
  float: left;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 100%;
}
.data_center .problem .problem_list ul li div.wen em {
  background: #484848;
}
.data_center .problem .problem_list ul li div.wen h3 {
  color: #ea4200;
}
.data_center .problem .problem_list ul li div.da em {
  background: #ea4200;
}
.data_center .problem .problem_list ul li div.da h3 {
  color: #ea4200;
}
.link {
  min-height: 25px;
  line-height: 25px;
  padding:20px 0px 20px 0px;
  background: #fff;
  margin-top: 40px;
}
.link ul {
  width: 1000px;
  margin: 0px auto;
}
.link ul a {

margin-left:1px;
  margin-right: 15px;
}
.footer {
  height: 390px;
  background: #27231f;
}
.footer ul {
  width: 1000px;
  margin: 0px auto;
}
.footer ul .footer_left {
  width: 160px;
  height: 390px;
  float: left;
  text-align: center;
  background: #cb1313;
}
.footer ul .footer_left > img {
  margin-top: 50px;
  border-bottom: 1px solid #d54242;
}
.footer ul .footer_left p {
  line-height: 50px;
  color: #fff;
  font-size: 11px;
}
.footer ul .footer_left span {
  margin-top: 20px;
  display: block;
}
.footer ul .footer_right {
  width: 800px;
  float: right;
}
.footer ul .footer_right .footer_nav {
  height: 60px;
  line-height: 60px;
  margin-top: 40px;
  border-bottom: 1px solid #3d3a37;
}
.footer ul .footer_right .footer_nav li {
  float: left;
  font-size: 14px;
  margin-right: 45px;
}
.footer ul .footer_right .footer_nav li a {
  color: #d7d7d7;
}
.footer ul .footer_right .address {
  margin-top: 34px;
  overflow: hidden;
}
.footer ul .footer_right .address .address_left {
  width: 400px;
  float: left;
  line-height: 26px;
  color: #868686;
}
.footer ul .footer_right .address .address_right {
  width: 250px;
  margin-top: 50px;
  float: right;
  color: #868686;
  line-height: 26px;
}
.footer ul .footer_right .address .address_right a {
  color: #868686;
}



/*浮动QQ*/
#common_box{width:185px;position:fixed;_position:absolute;right:0;top:30%;z-index:88;}
#common_box a{color:#454545;}
#common_box a:hover{color:#FF6633;}
#cli_on{width:43px;float:left;cursor:pointer;text-align:center; margin-top:25px;}
#qqbox{width:142px; float:right;}
#qqbox-1{width:142px; height:60px; background-image:url(../images/xuanfuright_01.png);}
#qqbox-t{width:122px; height:26px; line-height:26px; color:#757575; text-align:center; font-size:12px;  margin-left:20px; background-image:url(../images/xuanfuright_04.png); background-position:left; background-repeat:no-repeat;}

#qqbox-zx{width:142px; height:28px;background-image:url(../images/xuanfuright_02.png); text-align:center; padding-top:2px; padding-bottom:2px;}
#qqbox-t01{width:142px; height:10px; background-image:url(../images/xuanfuright_02.png)}
#qqbox-2{width:142px; height:40px; background-image:url(../images/xuanfuright_02-07.png);}
#qqbox-2tp{width:142px; height:40px;}
#qqbox-3{width:92px; height:25px;color:#ffffff; text-align:center; font-size:12px; line-height:25px; margin-left:50px;}
#qqbox-3 a{color:#ffffff; text-decoration:none;}
#qq-wp{width:142px; background-image:url(../images/xuanfuright_07.png);}
#clearkk{clear:both;}

#wx{width:122px; height:122px;background-image:url(../images/xuanfuright_02.png); padding:10px;}


/*回顶部*/
#backToTop{ position:fixed; _position:absolute; bottom:50px; right:0; z-index:999999; display:none; }
a.backToTop_a{  background:url(../images/7_08.png) no-repeat; width:68px; height:79px; display:block; }
a.backToTop_a:active{  background:url(../images/7_11.png) no-repeat; }
.line91{ line-height:91px; }
