﻿@charset "utf-8";
body{font-family:"微软雅黑";}
@font-face {
  font-family: "微软雅黑";
  font-weight: normal;
  font-style: normal;
}
.main-color {
  color: #B60401;
}
.header {
  position: absolute;
  padding: 12px 0;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
}
.header .top {
  border-bottom: 1px solid #828BA1;
  min-height: 55px;
  line-height: 30px;
  text-align: right;
}
.header .top a {
  color: #fff;
}
.header .top a:hover {
  color: #DF0010;
}
.header .top .email {
  padding-left: 23px;
  background: url("../images/header-icon02.png") no-repeat 0 center;
  margin-left: 50px;
}
.header .top .tel {
  padding-left: 26px;
  background: url("../images/header-icon01.png") no-repeat 0 center;
}
.header .top .search {
  text-align: left;
  display: inline-block;
  border-radius: 15px;
  background: #B60401 url("../images/eye.png") no-repeat 20px center;
  width: 124px;
  height: 30px;
  line-height: 30px;
  margin-left: 50px;
  padding-left: 44px;
}
.header .top .search:hover {
  color: #fff;
  background-color: #095BB0;
}
.header .logo {
  float: left;
  margin-top: 20px;
}
.header .nav {
font-family:"微软雅黑";
  margin-top: 26px;
  float: right;
}
.header .nav li {
font-family:"微软雅黑";
  float: left;
  padding: 0 15px;
  position: relative;
}
.header .nav li > a {
font-family:"微软雅黑";
  font-size: 16px;
  color: #000000;
  display: block;
  height: 36px;
  padding: 0 10px;
  line-height: 32px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.header .nav li .navv {
  display: none;
  position: absolute;
  left: -5px;
  min-width: 110%;
  max-width: 200%;
  z-index: 100000;
  top: 36px;
  background: url("../images/nav-bg.png") repeat;
    text-align: center;
}
.header .nav li .navv a {
  padding: 5px ;
  color: #ffffff;
  display: block;
  font-size: 14px;
  line-height: 24px;
 
  overflow: hidden;
}
.header .nav li .navv a:hover {
  background-color: #db0f32;
}
.header .nav li:hover > a,
.header .nav li.active > a {
 border-top: 2px solid #df0010;
  border-bottom: 2px solid #df0010;
}
.header .nav li:hover .navv {
  display: block;
}
.header .input {
  float: right;
  margin-left: 15px;
  position: relative;
  margin-top: 26px;
}
.header .input:hover input {
  width: 200px;
  padding-left: 15px;
  border: 1px solid #fff;
}
.header .input input {
  height: 32px;
  line-height: 30px;
  background: transparent;
  border: none;
  border-radius: 16px;
  color: #fff;
  width: 0;
  padding-left: 0;
  padding-right: 20px;
  transition: all 0.6s;
}
.header .input .btn {
  width: 15px;
  height: 15px;
  display: block;
  background: url("../images/header-bg.png") no-repeat 0 0;
  position: absolute;
  right: 5px;
  top: 9px;
}
.inside-banner {
  overflow: hidden;
  height: 480px;
}
.inside-banner img {
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.home-banner {
  overflow: hidden;
  height: 600px;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.home-banner .home-banner-slick {
  height: 600px;
  overflow: hidden;
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.home-banner .banner-left,
.home-banner .banner-right {
  width: 24px;
  height: 48px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  background: url(../images/all-icon.png) no-repeat 0 0;
  z-index: 1000;
  cursor: pointer;
}
.home-banner .banner-left {
  left: 60px;
  background-position: 0 0;
}
.home-banner .banner-right {
  right: 60px;
  background-position: -24px 0;
}
.home-tab {
  height: 280px;
  position: relative;
  z-index:1;
}
.home-tab .container {
  position: relative;
}
.home-tab .animated-box {
  width: 100%;
  height: 382px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
.home-tab .tab-list {
  width: 100%;
  position: absolute;
  left: 0;
  top: -80px;
  border-radius: 12px;
  background: #fff;
  z-index: 10000;
  height: 335px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.home-tab .tab-list li {
  padding: 0 80px;
  float: left;
  height: 100%;
  width: 600px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.home-tab .tab-list li i {
  display: block;
  width: 121px;
  height: 121px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.home-tab .tab-list li i:before {
  display: inline-block;
  content: '';
  width: 30px;
  border-top: 2px solid #db0f32;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0;
}
.home-tab .tab-list li .icon1 {
  background: url("../images/icon011.png") no-repeat 0 0;
}
.home-tab .tab-list li .icon2 {
  background: url("../images/icon021.png") no-repeat 0 0;
}
.home-tab .tab-list li .icon3 {
  background: url("../images/icon031.png") no-repeat 0 0;
}
.home-tab .tab-list li .txt {
  position: relative;
}
.home-tab .tab-list li .txt .line01 {
  margin-top: 25px;
  font-size: 24px;
  color: #000;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
}
.home-tab .tab-list li .txt .line02 {
  margin-top: 20px;
  color: #9b9a9a;
  font-size: 12px;
  line-height: 24px;
  height: 78px;
  overflow: hidden;
}
.home-tab .tab-list li .txt:after {
  display: block;
  content: '';
  margin-top: 0px;
}
.home-tab .tab-list li .box {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  overflow: hidden;
}
.home-tab .tab-list .left {
  border-radius: 12px 0 0 12px;
}
.home-tab .tab-list .right {
  border-radius: 0 12px 12px 0;
}
.home-tab .tab-list li.active,
.home-tab .tab-list li:hover {
  background-color: #db0f32;
}
.home-tab .tab-list li.active .icon1,
.home-tab .tab-list li:hover .icon1 {
  background: url("../images/icon01.png") no-repeat 0 0;
}
.home-tab .tab-list li.active .icon2,
.home-tab .tab-list li:hover .icon2 {
  background: url("../images/icon02.png") no-repeat 0 0;
}
.home-tab .tab-list li.active .icon3,
.home-tab .tab-list li:hover .icon3 {
  background: url("../images/icon03.png") no-repeat 0 0;
}
.home-tab .tab-list li.active .line01,
.home-tab .tab-list li:hover .line01 {
  color: #fff;
}
.home-tab .tab-list li.active .line02,
.home-tab .tab-list li:hover .line02 {
  color: #fff;
}
.home-tab .tab-list li.active:before,
.home-tab .tab-list li:hover:before {
  display: none;
}
.home-tab .tab-list li.active .box,
.home-tab .tab-list li:hover .box {
  top: 0px;
  overflow: visible;
}
.home-tab .tab-list li + li:before {
  content: '';
  display: block;
  height: 195px;
  position: absolute;
  left: 0;
  top: 45px;
  border-left: 1px solid #E5E5E5;
}
.home-tab .tab-box {
  display: none;
  width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-bottom: 60px;
}
.home-tab .tab-box li {
  width: 570px;
  padding: 0 50px;
  float: left;
  margin-bottom: 40px;
  position: relative;
  left: -100px;
}
.home-tab .tab-box li .pic {
  float: left;
  width: 121px;
  height: 121px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.home-tab .tab-box li .txt {
  width: 320px;
  float: right;
}
.home-tab .tab-box li .txt .title {
  display: block;
  color: #252323;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.home-tab .tab-box li .txt .title:hover {
  color: #E70128;
}
.home-tab .tab-box li .txt .content {
  margin-top: 8px;
  color: #8e8e8e;
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.home-tab .tab-box li .txt .btn-group {
  margin-top: 10px;
  height: 25px;
}
.home-tab .tab-box li .txt .btn-group a {
  float: left;
  height: 25px;
  width: 100px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  line-height: 25px;
}
.home-tab .tab-box li .txt .btn-group a:hover {
  background-color: #0A5BB0;
}
.home-tab .tab-box li .txt .btn-group .btn1 {
  background-color: #AFAFAF;
}
.home-tab .tab-box li .txt .btn-group .btn2 {
  background-color: #7B7B7B;
}
.home-tab .tab-box li .txt .btn-group .btn3 {
  background-color: #E70128;
}
.home-tab .box-show {
  display: block;
}
.home-tab .box-show li {
  left: 0;
}
.home-contact {
  height: 360px;
  background: url("../images/home--bg1.jpg") no-repeat center 0;
}
.home-contact .container {
  position: relative;
  height: 100%;
}
.home-contact .container .contact-btn {
  display: block;
  width: 235px;
  height: 44px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  background-color: #17394C;
  border-radius: 22px;
  position: absolute;
  left: 77px;
  bottom: 58px;
  font-size: 16px;
}
.home-contact .container .contact-btn:hover {
  background-color: #0A5BB0;
}
.home-contact .container .contact-btn:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 20px;
  background: url("../images/home-icon06.png") no-repeat 0 0;
  margin-right: 20px;
  position: relative;
  top: 6px;
}
.home-contact .container .txt {
  width: 570px;
  text-align: center;
  height: 100%;
  float: right;
  color: #fff;
  padding: 0 16px;
  padding-top: 95px;
}
.home-contact .container .txt .line01 {
  font-size: 30px;
  color: #fff;
  height: 60px;
  overflow: hidden;
}
.home-contact .container .txt .line01 span {
  margin: 0 15px;
}
.home-contact .container .txt .line01 span i {
  font-size: 40px;
  color: #ff1d1d;
  font-style: normal;
}
.home-contact .container .txt .line02 {
  border-top: 1px solid #fff;
  width: 415px;
  padding-top: 8px;
  margin: 0 auto;
  line-height: 21px;
  height: 30px;
  overflow: hidden;
  margin-top: 7px;
}
.home-contact .container .txt .line03 {
  margin-top: 30px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.home-case {
  padding: 100px 0;
}
.home-case .home-case-list {
  margin: 0 -20px;
  margin-top: 30px;
}
.home-case .home-case-list li {
  float: left;
  margin: 0 20px;
  width: 373px;
}
.home-case .home-case-list li .pic {
  width: 373px;
  height: 197px;
  position: relative;
  overflow: hidden;
}
.home-case .home-case-list li .pic img {
  transform: scale(1);
  transition: 0.5s;
}
.home-case .home-case-list li .pic:hover img {
  transform: scale(1.2);
}
.home-case .home-case-list li .more-btn {
  display: block;
  margin-top: 15px;
  padding-left: 36px;
  color: #17394C;
  height: 26px;
  line-height: 26px;
  background: url("../images/inside-bg04.jpg") no-repeat 0 0;
}
.home-case .home-case-list li .more-btn:hover {
  background: url("../images/inside-bg041.jpg") no-repeat 0 0;
  color: #B60401;
}
.home-case .home-case-list li .content {
  color: #666;
  height: 44px;
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
}
.home-case .home-case-list li .title {
  margin-top: 15px;
  display: block;
  font-size: 22px;
  color: #333;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
}
.home-case .home-case-list li .title:hover {
  color: #B60401;
}
.home-service {
  height: 758px;
  background: url("../images/home-bg.jpg") no-repeat center 0;
  padding-top: 65px;
}
.home-service .home-title {
  color: #fff;
}
.home-service .home-title a {
  color: #fff;
}
.home-service .home-title .cn {
  background: transparent;
  top: -10px;
}
.home-service .home-service-list {
  margin-top: 50px;
}
.home-service .home-service-list li {
  box-sizing: content-box;
  float: left;
  width: 299px;
  height: 406px;
  position: relative;
}



.pagelist{float:right; margin:15px;}
.pagelist span{border:1px solid #ddd; margin:8px; padding:0 5px;}
.pagelist a {margin:8px; font-weight:bold;}






.home-service .home-service-list li .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1) brightness(45%);
  filter: grayscale(1) brightness(45%);
  transition: all 0.6s;
}
.home-service .home-service-list li .txt {
  overflow: hidden;
  height: 406px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 100;
  line-height: 406px;
}
.home-service .home-service-list li .txt img {
  vertical-align: middle;
}
.home-service .home-service-list li .txt span {
  vertical-align: middle;
}
.home-service .home-service-list li:hover .pic {
  -webkit-filter: grayscale(0) brightness(100%);
  filter: grayscale(0) brightness(100%);
}
.home-service .home-service-list li + li {
  border-left: 1px solid #FFFFFF ;
}
.home-title {
  text-align: center;
  color: #18364a;
  width: 1200px;
  margin: 0 auto;
}
.home-title .en {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
}
.home-title .en:before {
  display: block;
  content: '';
  height: 10px;
  background: url("../images/title-bg.png") no-repeat center 0;
}
.home-title .cn {
  display: inline-block;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  background: #fff;
  border-radius: 12px;
  padding: 0 16px;
  position: relative;
  top: -14px;
  z-index: 10;
}
.home-about {
  padding: 100px 0;
}
.home-about .home-about-box {
  margin-top: 30px;
}
.home-about .home-about-box .video {
  width: 560px;
  height: 310px;
  position: relative;
  float:left;
}
.home-about .home-about-box .txt {
  height: 308px;
  width: 580px;
  padding-top: 20px;
  overflow: hidden;
  float: right;
  padding-left: 50px;
  font-size: 14px;
  line-height: 24px;
  color: #717273;

}
.home-about .home-about-box .txt .red {
  color: #f40d35;
}
.home-friend {
  background-color: #F6F6F6;
  height: 220px;
  padding-top: 75px;
}
.home-friend #Marquee_x {
  overflow: hidden;
}
.home-friend #Marquee_x ul {
  height: 70px;
}
.home-friend #Marquee_x ul li {
  float: left;
}
.home-friend #Marquee_x ul li div {
  width: 200px;
  height: 70px;
  float: left;
  position: relative;
}
.footer {
  min-height: 200px;
  background: #0B1C27 url("../images/footer-bg.jpg") no-repeat center 0;
  padding-top: 40px;
}
.footer .footer-logo {
  width: 170px;
  float: left;
}
.footer .footer-logo .pic {
  height: 170px;
  position: relative;
  background-color: #fff;
}
.footer .footer-logo p {
  text-align: center;
  color: #fff;
  margin-top: 15px;
  font-size: 13px;
}
.footer .footer-list {
  float: right;
  margin-bottom: 30px;
}
.footer .footer-list li {
  border-right: 1px solid #404B52;
  width: 180px;
  margin-left: 36px;
  height: 270px;
  overflow: hidden;
  float: left;
  color: #b7c0c4;
  line-height: 30px;
}
.footer .footer-list li .title {
  padding-left: 0px;
  font-size: 16px;
  height: 40px;
  margin-bottom: 15px;
  line-height: 20px;
}
.footer .footer-list li .title:before {
  display: none;
}
.footer .footer-list li .title p {
  color: #fff;
  height: 20px;
  overflow: hidden;
}
.footer .footer-list li .title p:hover {
  color: #B60401;
}
.footer .footer-list li .title span {
  display: block;
  color: #616163;
  height: 20px;
  margin-top: 2px;
  overflow: hidden;
}
.footer .footer-list li > a {
  display: block;
  color: #b7c0c4;
  padding-left: 16px;
  position: relative;
  height: 30px;
  overflow: hidden;
}
.footer .footer-list li > a:hover {
  color: #B60401;
}
.footer .footer-list li > a:before {
  display: block;
  content: '';
  position: absolute;
  width: 7px;
  height: 10px;
  left: 0;
  top: 10px;
  background: url("../images/footer-arrow.png") no-repeat;
}
.footer .footer-list .last {
  border-right: none;
  width: 230px;
}
.footer .footer-list .last a {
  color: #b7c0c4;
}
.footer .footer-list .last a:hover {
  color: #B60401;
}
.footer .copyright {
  clear: both;
  color: #b2bbbf;
  padding: 15px 0;
  line-height: 30px;
  border-top: 1px solid #3B4954;
}
.footer .copyright a {
  color: #b2bbbf;
}
.footer .copyright a:hover {
  color: #E70128;
}
.footer .copyright .site-map {
  float: right;
  margin-left: 15px;
}
.inside-page {
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  text-align: center;
  background-color: #F6F6F6;
}
.inside-page a:hover,
.inside-page .hover {
  color: #fff;
  background-color: #B60401;
  border-color: #B60401;
}
.inside-page a {
  background-color: #fff;
  border: 1px solid #CBCBCB;
  color: #666;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  line-height: 24px;
  height: 26px;
  margin: 0 5px;
}
.inside-box {
  position: relative;
    overflow: hidden;inside-box .right-box
}
.inside-box .left-menu {
 position: relative;
    top: -30px;
    left: 0;
    width: 387px;
    float: left;
}
.inside-box .left-menu .right-line {
  height: 100%;
  display: block;
  border-left: 1px solid #F5F5F5;
  position: absolute;
  top: 172px;
  right: 117px;
}
.inside-box .left-menu .menu-title {
  width: 387px;
  height: 172px;
  background: url("../images/inside-bg.png") no-repeat 0 0;
  padding-top: 50px;
  text-align: center;
  color: #fff;
}
.inside-box .left-menu .menu-title .cn {
  width: 270px;
  font-weight: bold;
  height: 50px;
  font-size: 34px;
  line-height: 50px;
  overflow: hidden;
}
.inside-box .left-menu .menu-title .en {
  width: 270px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.inside-box .left-menu ul {
  border-left: 3px solid #E5E5E5;
  width: 270px;
  padding: 20px 0;
  position: relative;
  z-index: 100;
  top: -10px;
}
.inside-box .left-menu ul li {
  font-size: 16px;
  position: relative;
}
.inside-box .left-menu ul li:after {
  display: block;
  content: '';
  width: 250px;
  margin-left: 7px;
  margin-top: 2px;
  height: 2px;
  border-top: 1px solid #E2E2E2;
}
.inside-box .left-menu ul li a {
  display: block;
  line-height: 46px;
  padding-left: 54px;
  padding-right: 40px;
  border-radius: 0 0 0 10px;
  background: url("../images/inside-arrow01.png") no-repeat 16px 16px;
}
.inside-box .left-menu ul li:hover a,
.inside-box .left-menu ul li.active a {
  color: #fff;
  font-weight: bold;
  background: #095BB0 url("../images/left-bg.png") no-repeat 0 0;
}
.inside-box .right-box {
  width: 930px;
    min-height: 700px;
    background: #fff;
    position: relative;
    padding-left: 40px;
    z-index: 100;
    float: right;
    margin-left: -270px;
}
.inside-box .right-box img {
  max-width: 100%;
}
.inside-box .right-box .crumbs {
  text-align: right;
  font-size: 12px;
  color: #9a9a9a;
  padding: 23px 0;
  border-bottom: 1px solid #D5D5D5;
}
.inside-box .right-box .crumbs a {
  color: #9a9a9a;
}
.inside-box .right-box .crumbs a:hover {
  color: #B60401;
}
.inside-box .right-box .title-left {
  color: #333;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 15px;
  font-size: 36px;
  line-height:40px;
}
.inside-box .right-box .title-center {
  color: #333;
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 36px;
}
.inside-box .right-box .list-title {
  padding-top: 50px;
  text-align: center;
}
.inside-box .right-box .list-title .big {
  font-size: 36px;
  color: #333;
}
.inside-box .right-box .list-title .big:after {
  content: '';
  display: block;
  margin-top: 10px;
  height: 7px;
  background: url("../images/inside-bg03.png") no-repeat center 0;
}
.inside-box .right-box .list-title .small {
  margin-top: 25px;
  font-size: 14px;
  color: #898989;
}
.net-map {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 140px;
}
.contact-box {
  padding-left: 50px;
  padding-right: 20px;
}
.contact-box .contact-information {
  height: 340px;
}
.contact-box .contact-information .contact-map {
  width: 440px;
  height: 340px;
  float: left;
}
.contact-box .contact-information .contact-map #map-box {
  width: 100%;
  height: 100%;
}
.contact-box .contact-information .contact-map #map-box img {
  max-width: inherit;
}
.contact-box .contact-information .contact-txt {
  width: 380px;
  height: 340px;
  float: right;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding-left: 36px;
  padding-top: 30px;
}
.contact-box .contact-information .contact-txt .name {
  color: #373737;
  font-size: 24px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.contact-box .contact-information .contact-txt .tel {
  color: #d42128;
  font-family: 'Avian';
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 30px;
  padding-left: 48px;
  background: url("../images/icon-bg01.png") no-repeat 0 center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-box .contact-information .contact-txt .details {
  line-height: 36px;
  height: 180px;
  overflow: hidden;
}
.contact-box .contact-information .contact-txt .details a:hover {
  color: #B60401;
}
.contact-box .tel-table {
  width: 100%;
  margin-top: 40px;
}
.contact-box .tel-table td {
  border: 1px solid #D2D2D2;
  padding: 15px 10px;
  line-height: 25px;
  font-size: 14px;
  color: #444;
}
.contact-box .tel-table td span {
  display: inline-block;
  margin: 0 10px;
}
.contact-box .tel-table .title {
  font-size: 16px;
  background-color: #D42129;
  color: #fff;
  width: 118px;
  text-align: center;
  vertical-align: middle;
  border-color: #E1464B;
}
.contact-box .message-box {
  padding: 0 10px;
}
.contact-box .message-box p {
  font-size: 18px;
  color: #888;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.contact-box .message-box p .red {
  color: #D52A32;
}
.contact-box .message-box input,
.contact-box .message-box textarea {
  width: 100%;
  background-color: #E5E5E5;
  border: none;
  padding: 0 10px;
  font-size: 16px;
  font-family: "微软雅黑", serif;
}
.contact-box .message-box input:focus,
.contact-box .message-box textarea:focus {
  background: #fff;
  border: 2px solid #D52A32;
}
.contact-box .message-box .text01,
.contact-box .message-box .text02,
.contact-box .message-box .text03 {
  margin-bottom: 15px;
  width: 380px;
}
.contact-box .message-box .text01 input,
.contact-box .message-box .text02 input,
.contact-box .message-box .text03 input {
  height: 50px;
  line-height: 50px;
}
.contact-box .message-box .text01 {
  float: left;
}
.contact-box .message-box .text02 {
  float: right;
}
.contact-box .message-box .text03 {
  float: left;
  width: 100%;
}
.contact-box .message-box .textarea {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.contact-box .message-box .textarea textarea {
  width: 100%;
  height: 300px;
  padding: 10px;
  resize: none;
  line-height: 30px;
}
.contact-box .message-box .verify {
  width: 100%;
  float: left;
  text-align: center;
  height: 50px;
  line-height: 0;
  color: #888;
  font-size: 18px;
}
.contact-box .message-box .verify a {
  color: #888;
  font-size: 14px;
}
.contact-box .message-box .verify a:hover {
  color: #D52A32;
}
.contact-box .message-box .verify img {
  max-height: 50px;
  margin-right: 10px;
  vertical-align: middle;
}
.contact-box .message-box .verify input {
  height: 50px;
  width: 135px;
  margin: 0 14px;
}
.contact-box .message-box .submit {
  width: 100%;
  float: left;
  margin-top: 30px;
  border-top: 1px solid #F5F5F5;
  padding-top: 25px;
  padding-bottom: 55px;
}
.contact-box .message-box .submit .btn {
  display: block;
  width: 195px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  border-radius: 23px;
  background-color: #D42129;
  font-size: 18px;
}
.contact-box .message-box .submit .btn:hover {
  background-color: #095BB0;
}
.introduce-box {
  color: #666;
  line-height: 30px;
  padding-bottom: 100px;
}
.introduce-box dl {
  height: 250px;
  margin-top: 30px;
  background-color: #F9F9F9;
}
.introduce-box dl dd {
  height: 250px;
  width: 445px;
  padding: 35px 30px;
  overflow: hidden;
}
.introduce-box dl dd .txt {
  height: 180px;
  overflow: hidden;
}
.introduce-box dl dt {
  height: 250px;
  width: 445px;
  position: relative;
}
.introduce-box .red-circle {
  line-height: 36px;
  padding-left: 40px;
  position: relative;
  text-indent: 0;
}
.introduce-box .red-circle:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #B60401;
  position: absolute;
  left: 18px;
  top: 15px;
}
.introduce-box .line {
  margin: 30px 0;
  height: 6px;
  width: 100%;
  background: url("../images/about-line.png") repeat-x 0 0;
}
.introduce-box .manage-list li {
  padding: 20px;
}
.introduce-box .manage-list li .title {
  color: #b60401;
  font-size: 16px;
  font-weight: bold;
}
.introduce-box .manage-list li .content {
  line-height: 24px;
}
.introduce-box .manage-list li:nth-child(odd) {
  background-color: #F9F9F9;
}
.news-box {
  padding-bottom: 40px;
}
.news-box .news-list {
  padding-bottom: 20px;
}
.news-box .news-list li {
  height: 178px;
  margin-bottom: 50px;
}
.news-box .news-list li .pic {
  width: 226px;
  height: 178px;
  position: relative;
  float: right;
  overflow: hidden;
}
.news-box .news-list li .pic img {
  transform: scale(1);
  transition: 0.5s;
}
.news-box .news-list li .pic:hover img {
  transform: scale(1.2);
}
.news-box .news-list li .txt {
  border-top: 1px solid #C6C6C6;
  width: 640px;
  float: right;
  position: relative;
  padding-top: 10px;
}
.news-box .news-list li .txt:before {
  content: '';
  display: block;
  width: 0;
  border-top: 1px solid #095BB0;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 100;
  transition: all 0.5s;
}
.news-box .news-list li .txt .title {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .news-list li .txt .date {
  font-size: 12px;
  color: #888;
  line-height: 24px;
}
.news-box .news-list li .txt .content {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.news-box .news-list li .txt .more-btn {
  background-color: #B60401;
  display: block;
  width: 100px;
  font-size: 12px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  border-radius: 13px;
  margin-top: 20px;
}
.news-box .news-list li:hover .txt:before {
  width: 100%;
}
.news-box .news-list li:hover .title {
  color: #095BB0;
}
.news-box .news-list li:hover .more-btn {
  background-color: #095BB0;
}
.news-show {
  padding-bottom: 50px;
}
.news-show img {
  max-width: 100%;
  max-height: 100%;
}
.news-show .title {
  text-align: center;
  line-height: 30px;
}
.news-show .title h1 {
  padding-top: 70px;
  padding-bottom: 30px;
  font-weight: normal;
  color: #222;
  line-height: 40px;
  font-size: 26px;
}
.news-show .title .info {
  height: 32px;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  font-size: 12px;
  line-height: 30px;
  color: #888;
}
.news-show .title .info .date {
  margin: 0 15px;
}
.news-show .content {
  padding-top: 40px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.news-show .page-change {
  margin-top: 60px;
}
.news-show .page-change > a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 437px;
  height: 38px;
  border: 1px solid #EAEAEA;
  line-height: 36px;
  color: #999;
  padding-left: 16px;
}
.news-show .page-change > a:hover {
  background-color: #B60401;
  color: #fff;
  border-color: #B60401;
}
.news-show .page-change .prev {
  float: left;
}
.news-show .page-change .next {
  float: right;
}
.news-show .related-news {
  margin-top: 60px;
}
.news-show .related-news .related-title {
  height: 31px;
  border-bottom: 1px solid #DEDEDE;
}
.news-show .related-news .related-title span {
  padding-left: 30px;
  display: block;
  width: 158px;
  height: 29px;
  line-height: 29px;
  color: #fff;
  background: url("../images/inside-bg02.png") no-repeat 0 0;
}
.news-show .related-news .related-list {
  margin-top: 30px;
}
.news-show .related-news .related-list a {
  display: block;
  width: 100%;
  height: 38px;
  position: relative;
  line-height: 38px;
  padding-left: 32px;
  padding-right: 24px;
  overflow: hidden;
  color: #8b8d92;
}
.news-show .related-news .related-list a .title {
  line-height: 38px;
  text-align: left;
  float: left;
  height: 38px;
  width: 700px;
  color: #8b8d92;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-show .related-news .related-list a:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #B60401;
  position: absolute;
  left: 16px;
  top: 18px;
}
.news-show .related-news .related-list a:hover .title {
  color: #B60401;
}
.news-show .related-news .related-list a:nth-child(even) {
  background-color: #F9F9F9;
}
.case-box .case-list {
  margin: 0 -10px;
  margin-top: 35px;
  padding-bottom: 40px;
}
.case-box .case-list li {
  float: left;
  margin: 0 10px;
  width: 283px;
  margin-bottom: 50px;
}
.case-box .case-list li .pic {
  width: 283px;
  height: 149px;
  border: 1px solid #DADADA;
  position: relative;
  overflow: hidden;
}
.case-box .case-list li .pic img {
  transform: scale(1);
  transition: 0.5s;
}
.case-box .case-list li .pic:hover img {
  transform: scale(1.2);
}
.case-box .case-list li .more-btn {
  display: block;
  margin-top: 15px;
  padding-left: 36px;
  color: #17394C;
  height: 26px;
  line-height: 26px;
  background: url("../images/inside-bg04.jpg") no-repeat 0 0;
}
.case-box .case-list li .more-btn:hover {
  background: url("../images/inside-bg041.jpg") no-repeat 0 0;
  color: #B60401;
}
.case-box .case-list li .content {
  color: #666;
  height: 44px;
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
}
.case-box .case-list li .title {
  margin-top: 15px;
  display: block;
  font-size: 22px;
  color: #333;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
}
.case-box .case-list li .title:hover {
  color: #B60401;
}
.case-box .service-list {
  margin-top: 35px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.case-box .service-list li {
  float: left;
  margin: 0 16px;
  width: 238px;
  margin-bottom: 40px;
}
.case-box .service-list li:hover .pic {
  border-color: #B60401;
}
.case-box .service-list li .pic {
  width: 238px;
  height: 140px;
  border: 1px solid #DCDCDC;
  position: relative;
  overflow: hidden;
}
.case-box .service-list li .title {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.case-box .service-list li .title:hover {
  color: #B60401;
}
.case-show {
  padding-bottom: 80px;
}
.case-show .logo-case {
  width: 380px;
  height: 220px;
  border: 1px solid #E4E4E4;
  margin: 0 auto;
  position: relative;
}
.case-show .case-details {
  margin-top: 30px;
}
.case-show .case-details .title {
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding-left: 20px;
  min-width: 150px;
  background: #F7F7F7 url("../images/inside-bg05.png") no-repeat left 0;
}
.case-show .case-details .content {
  margin-top: 30px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.case-show .page-change {
  margin-top: 50px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}
.case-show .page-change > a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 50%;
  height: 34px;
  line-height: 34px;
  color: #999;
  padding: 0 16px;
}
.case-show .page-change > a:hover {
  color: #B60401;
}
.case-show .page-change .prev {
  float: left;
}
.case-show .page-change .next {
  float: right;
}
.order-box .table01 {
  color: #3e3e3e;
}
.order-box .table01 .red {
  color: #d42128;
}
.order-box .table01 td {
  line-height: 36px;
  border: 1px solid #E4E4E4;
  padding: 0 16px;
}
.order-box .table01 td input {
  padding: 0 5px;
  background: #FDFFC9;
  border: 1px solid #E1E1E1;
  height: 25px;
}
.order-box .table02 td input {

 padding: 0 5px;
  background: #FDFFC9;
  border: medium none;
  height: 25px;
}
.order-box .table01 td input[type='radio'] {
  margin: 0 2px;
}
.order-box .table01 td .text {
  width: 100%;
}
.order-box .table01 td .city,
.order-box .table01 td .count {
  width: 50%;
}
.order-box .table01 td .weight {
  width: 70px;
}
.order-box .table01 td .money {
  width: 100px;
}
.order-box .table01 .row1 {
  width: 90px;
  background-color: #F6F6F6;
}
.order-box .table01 .row2 {
  width: 220px;
}
.order-box .table01 .row3 {
  width: 200px;
}
.order-box .table02 {
  text-align: center;
}
.order-box .table02 thead {
  background: #F6F6F6;
  font-weight: bold;
}
.order-box .table02 tbody {
  background: #FDFFC9;
}
.order-box .table02 td {
  line-height: 36px;
  border: 1px solid #E4E4E4;
}
.order-box .table02 .delete-btn:hover {
  color: #d42129;
}
.order-box .red-title {
  color: #d42129;
  padding: 0 10px;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  font-weight: bold;
}
.order-box .mark {
  border: 1px solid #E1E1E1;
  background: #F6F6F6;
  width: 100%;
  height: 120px;
  padding: 10px;
  font-size: 14px;
}
.order-box .verify {
  margin-top: 40px;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 0;
  color: #888;
  font-size: 18px;
}
.order-box .verify a {
  color: #888;
  font-size: 14px;
}
.order-box .verify a:hover {
  color: #D52A32;
}
.order-box .verify img {
  max-height: 50px;
  margin-right: 10px;
  vertical-align: middle;
}
.order-box .verify input {
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  width: 135px;
  margin: 0 14px;
  padding: 0 10px;
  background: #F6F6F6;
  border: none;
}
.order-box .submit {
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #F5F5F5;
  padding-top: 25px;
  padding-bottom: 55px;
}
.order-box .submit .btn {
  display: block;
  width: 195px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  border-radius: 23px;
  background-color: #D42129;
  font-size: 18px;
}
.order-box .submit .btn:hover {
  background-color: #095BB0;
}
.electricity-box,
.enterprise-box {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  padding-bottom: 100px;
}
.electricity-box .module01,
.enterprise-box .module01 {
  padding-bottom: 50px;
  border-bottom: 1px solid #EBEBEB;
}
.electricity-box .module01 .txt,
.enterprise-box .module01 .txt {
  width: 50%;
  height: 308px;
  overflow: hidden;
  float: left;
}
.electricity-box .module01 .pic,
.enterprise-box .module01 .pic {
  width: 440px;
  height: 300px;
  position: relative;
  float: right;
  text-align: center;
}
.electricity-box .list01,
.enterprise-box .list01 {
  padding-bottom: 60px;
}
.electricity-box .list01 li,
.enterprise-box .list01 li {
  padding-top: 40px;
}
.electricity-box .list01 li .title,
.enterprise-box .list01 li .title {
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  height: 30px;
  position: relative;
}
.electricity-box .list01 li .title span,
.enterprise-box .list01 li .title span {
  display: inline-block;
  padding: 0 20px;
  background: #D71E26;
  max-width: 850px;
  height: 30px;
  overflow: hidden;
}
.electricity-box .list01 li .title:before,
.enterprise-box .list01 li .title:before {
  content: '';
  display: block;
  width: 16px;
  height: 30px;
  background: url("../images/inside-bg08.png") no-repeat 0 0;
  position: absolute;
  left: -16px;
  top: 0;
}
.electricity-box .list01 li .title:after,
.enterprise-box .list01 li .title:after {
  content: '';
  display: block;
  width: 16px;
  height: 30px;
  background: url("../images/inside-bg081.png") no-repeat 0 0;
  position: absolute;
  right: -16px;
  top: 0;
}
.electricity-box .list01 li .content,
.enterprise-box .list01 li .content {
  margin-top: 20px;
}
.electricity-box .list02 li,
.enterprise-box .list02 li {
  padding-top: 60px;
}
.electricity-box .list02 li .title,
.enterprise-box .list02 li .title {
  font-size: 24px;
  line-height: 44px;
}
.electricity-box .list02 li .title i,
.enterprise-box .list02 li .title i {
  float: left;
  width: 51px;
  height: 44px;
  color: #fff;
  background: url("../images/inside-bg07.png") no-repeat 0 0;
  text-align: center;
  margin-right: 14px;
  overflow: hidden;
  font-family: 'Avian';
  font-size: 36px;
  font-style: normal;
}
.electricity-box .list02 li .content,
.enterprise-box .list02 li .content {
  margin-top: 25px;
}
.electricity-box .list02 li .content img,
.enterprise-box .list02 li .content img {
  margin-top: 60px;
  max-width: 100%;
}
.electricity-box .list02 .list03,
.enterprise-box .list02 .list03 {
  margin-top: 27px;
  margin-left: 19px;
  border-left: 1px solid #F0F0F0;
  padding-bottom: 40px;
}
.electricity-box .list02 .list03 li,
.enterprise-box .list02 .list03 li {
  padding-top: 40px;
  padding-left: 16px;
  position: relative;
}
.electricity-box .list02 .list03 li:before,
.enterprise-box .list02 .list03 li:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #D71E26;
  border-radius: 5px;
  position: absolute;
  left: -5px;
  top: 50px;
}
.electricity-box .list02 .list03 li .title03,
.enterprise-box .list02 .list03 li .title03 {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  min-width: 110px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #D71E26;
  position: relative;
}
.electricity-box .list02 .list03 li .title03:before,
.enterprise-box .list02 .list03 li .title03:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #D71E26;
  position: absolute;
  left: -6px;
  top: 11px;
}
.electricity-box .list02 .list03 li .content03,
.enterprise-box .list02 .list03 li .content03 {
  margin-top: 20px;
}
.electricity-box .list04,
.enterprise-box .list04 {
  padding-bottom: 50px;
  border-bottom: 1px solid #EBEBEB;
}
.electricity-box .list04 li,
.enterprise-box .list04 li {
  margin-bottom: 50px;
}
.electricity-box .list04 li .txt,
.enterprise-box .list04 li .txt {
  width: 50%;
  height: 250px;
  overflow: hidden;
}
.electricity-box .list04 li .pic,
.enterprise-box .list04 li .pic {
  width: 400px;
  height: 250px;
  position: relative;
}
.electricity-box .list05,
.enterprise-box .list05 {
  border-bottom: 1px solid #D71E26;
}
.electricity-box .list05 li,
.enterprise-box .list05 li {
  float: left;
  position: relative;
}
.electricity-box .list05 li .title05,
.enterprise-box .list05 li .title05 {
  color: #d71e25;
  font-weight: bold;
  height: 28px;
  overflow: hidden;
}
.electricity-box .list05 li .content05,
.enterprise-box .list05 li .content05 {
  margin-top: 14px;
}
.electricity-box .list05 .row01,
.enterprise-box .list05 .row01 {
  width: 310px;
  padding: 0 30px;
  height: 280px;
  margin-top: 70px;
}
.electricity-box .list05 .row01 .content05,
.enterprise-box .list05 .row01 .content05 {
  height: 224px;
  overflow: hidden;
}
.electricity-box .list05 .row02,
.enterprise-box .list05 .row02 {
  width: 330px;
  padding: 0 30px;
  height: 330px;
  margin-top: 20px;
  border-left: 1px solid #D71E26;
}
.electricity-box .list05 .row02 .content05,
.enterprise-box .list05 .row02 .content05 {
  height: 280px;
  overflow: hidden;
}
.electricity-box .list05 .row03,
.enterprise-box .list05 .row03 {
  width: 250px;
  padding: 0 30px;
  height: 230px;
  margin-top: 120px;
  border-left: 1px solid #D71E26;
}
.electricity-box .list05 .row03 .content05,
.enterprise-box .list05 .row03 .content05 {
  height: 168px;
  overflow: hidden;
}
.electricity-box .list05 .row03:before,
.enterprise-box .list05 .row03:before,
.electricity-box .list05 .row02:before,
.enterprise-box .list05 .row02:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #D71E26;
  display: block;
  position: absolute;
  left: -6px;
  top: 0;
  border-radius: 5px;
}
.electricity-box .line,
.enterprise-box .line {
  height: 6px;
  width: 100%;
  background: url("../images/about-line.png") repeat-x 0 0;
}
.electricity-box .solution-tel,
.enterprise-box .solution-tel {
  line-height: 46px;
  width: 490px;
  height: 46px;
  background-color: #D71E26;
  border-radius: 23px;
  color: #fff;
  margin: 0px auto;
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
}
.electricity-box .solution-tel .number,
.enterprise-box .solution-tel .number {
  vertical-align: bottom;
  line-height: 46px;
  font-size: 24px;
  font-family: 'Avian';
}
.electricity-box .solution-tel:before,
.enterprise-box .solution-tel:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  position: relative;
  top: 7px;
  background: url("../images/icon-bg02.png") no-repeat 0 0;
}
.map {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}
.map img {
  margin-left: 20px;
}
.map dl {
  border: #d6dbe1 solid 1px;
  border-top: #B60401 solid 2px;
  border-bottom: none;
  margin: 20px 0 20px 0;
}
.map dl dt {
  background: #fcfcfc;
  color: #0053a8;
  font-size: 16px;
  line-height: 40px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0 0 0 20px;
}
.map dl dt a:hover {
  color: #B60401;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dd {
  overflow: hidden;
  padding-top: 10px;
}
.map dd .first {
  padding: 10px 0 0 20px;
  clear: both;
  line-height: 30px;
}
.map dd .first a {
  color: #b87500;
  font-weight: bold;
}
.map dd .first a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  overflow: hidden;
  line-height: 30px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0px 20px 10px 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
}
.map dd div a:hover {
  background: #B60401;
  color: #fff;
}

.search_mask {
	background: url(../images/tm-bg.png) repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
}

.search_mask .s_box {
	width: 350px;
	height: 136px;
	padding: 25px;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	position: absolute;
	margin-top: -68px;
	background: #fff
}

.search_mask .s_box .text1 {
	text-align: center;
	line-height: 24px;
	color: #666;
	font-size: 16px;
	font-style: normal
}

.search_mask .s_box #sure {
	width: 140px;
	height: 36px;
	display: block;
	margin: 20px auto 0;
	background: #b60401;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	letter-spacing: 5px
}
table.etable {
    border: 1px solid #adadad;
    margin-top: 20px;
    width: 100%;
}
table.etable tr th {
    border: 1px solid #adadad;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    text-align:left;
}
table.etable tr td {
    border: 1px solid #adadad;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
table.etable tr.first td {
    background: #eeeeee none repeat scroll 0 0;
    font-weight: bold;
}

/***********************合作伙伴*******************/
.partner {
    margin-bottom: 85px;
}

.partner .partners-box {
    width: 1220px;
    margin: 0 auto;
}

.partners-box .media-box {
    margin-top: 10px;
}

.partners-box .media-box li {
    float: left;
    width: 244px;
    height: 124px;
    border: 1px solid #E2E2E2;
    text-align: center;
    line-height: 120px;
    margin: 0 0 -1px -1px;
    background-color: #FAFAFA;
}

.service {
    margin: 0 auto;
    padding: 50px 0 30px;
    width: 1220px;
    text-align: center;
}

.service h1 {
    position: relative;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 400;
    font-size: 30px;
}

.service p {
    margin: 0 auto;
    /* width: 610px; */
    color: #777777;
    font-size: 14px;
}

.content{
	margin-top: 600px;
	position: relative;
	z-index: 5;
	background-color:#ffffff; 
}
.content .wid_main{
	width: 1300px;
	margin:0 auto;
}

.index_title{
	text-align: center;
	padding:80px 0 70px;
}
.index_title>div{
	background: url(../images/title_bg.png) no-repeat center top;
}
.index_title h3{
	font-size: 32px;
	color: #444;
	margin-bottom: 12px;
}
.index_title span{
	display: block;
	font-size: 18px;
	color: #3385cc;
	font-family: arial;
	text-transform: uppercase;
}

/*新闻资讯*/
.multipleColumn{ overflow:hidden; position:relative;}
.multipleColumn .bd{ overflow:hidden;  }
.multipleColumn .bd ul{ overflow:hidden; zoom:1; width:1300px; margin-right: 60px; _display:inline;  }
.multipleColumn .bd ul li{width:640px; float:right;position: relative; margin-bottom: 34px;padding-right: 10px;}
.multipleColumn .bd ul li div {overflow: hidden; border-bottom: #bbb solid 1px; padding: 12px 0; margin-bottom: 8px;}
.multipleColumn .bd ul li div img{float: left; width: 120px; height: 80px; margin-right: 10px;}
.multipleColumn .bd ul li div h3{ color: #555; font-size: 24px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; line-height: 34px;}
.multipleColumn .bd ul li div span{ color: #999; font-size: 14px;display: block; margin-top: 24px; }
.multipleColumn .bd ul li div i{position: absolute; left: 0; top: 104px;width: 0; height: 1px;
	background-color: #3385cc;  transition:width .7s; z-index: 2;
}
.multipleColumn .bd ul li div:hover i{ width: 100%; }
.multipleColumn .bd ul li div h2:hover{color: #3385cc;}
.multipleColumn .bd ul li p{ color: #999; font-size: 16px; line-height: 26px; height: 54px;overflow: hidden;}

.multipleColumn .hd{ overflow:hidden; border:2px solid #3385cc; border-radius: 50px; 
	height: 46px; width: 236px;  margin:20px auto 60px;text-align:center; line-height: 42px;
}
.multipleColumn .hd span{ overflow:hidden;cursor:pointer; display: inline-block; vertical-align: middle; 
	transition: background-position-y .2s; 
}
.multipleColumn .hd a{ display: inline-block; vertical-align: middle; margin:0 42px; }
.multipleColumn .hd a:hover{ opacity: .8; }
.multipleColumn .hd span:hover{background-position-y:-79px;}


.i_pro{
	width:100%;
	width: 100%;
    margin: 0px auto;
    background: #eee;
    padding: 20px 0px 0px 0px;
	height:450px;

}
.i_pro2{ background: url(../images/indadv.jpg) center;}

.i_pro_l{width:1305px; margin:30px auto 0;}
.i_pro_l li{float:left; display:inline-block; width:320px; height:305px; margin:0 3px;}
.i_pro_l li a{ display:block; text-decoration: none;}
.i_pro_l li strong{ display:block; width:320px; height:236px; overflow:hidden;}
.i_pro_l li strong img{width:320px; height:236px;}
.i_pro_l li span{ display:block; width:320px; padding:15px 0; color:#575757; line-height:25px; text-align:center; overflow:hidden;}
.i_pro_l li a:hover strong img{width:320px; height:247px; margin:-5px 0 0 -5px;}
.i_pro_l li a:hover span{width:320px; background:#288fe1; color:#FFF;}
.i_pro_l li a.on span{width:320px; background:#288fe1; color:#FFF;}
.i_pro_l li .title{ width:320px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height:25px; height:25px; font-size: 15px;}

.title02{width:1040px; margin:0 auto;}
.title02 h3{ display:block; height:44px; text-align:center; background:url(../Images/icon05.jpg) repeat-x left top;}
.title02 h3 strong{
	display:inline-block;
	color:#333333;
	line-height:44px;
	padding:0 35px;
	font-size:35px;
}

.title02 span{
	color:#333333;
	line-height:36px;
	font-size:18px;
	text-align:center;
	display:block;
	text-transform:uppercase;
}


#conWrap{width:1250px; margin:0 auto;}
/*news*/
.news{width:582px;}
.newsTit{padding-bottom:36px;}
.newsConL{width:342px; text-align:center;}
.newsConL p{margin:18px;}
.newsConR{width:226px; overflow:hidden;}
.newsConR p a{float:right;}
.news ul li{border-bottom:1px dashed #ccc; font-size:14px; line-height:25px; color:#666; padding:5px;}
.news ul li span{float:right;}


/*culture*/
.culture{width:585px;}
.culTit{padding-bottom:36px; background:url(../images/cultureTit.jpg) no-repeat; height:54px;}
.culCon i{background:url(../images/dianind.png) no-repeat; width:575px; display:block; height:12px; margin-bottom:15px;}
.culCon img{padding:20px;}
.culCon p{width:530px; margin:0 auto;}


/**********首页滚动*********/
.gd_gd{ height:390px; width:100%; margin:0px auto; padding-top:20px; background:#eeeeee}
.gd_gd2{ height:390px; width:100%; margin:0px auto; padding-top:20px;}

#demo { 
    overflow:hidden; 
    width:1200px;
	margin:0px auto;
	padding-top:0px;
} 
#demo img { 
	margin-left:15px;
	border:1px solid #CCCCCC;
} 
#demo img:hover {
margin-left:15px;
border:2px solid #d2c09f;
} 
#indemo { 
    float: left; 
    width: 800%; 
} 
#demo1 { 
    float: left; 
} 
#demo2 { 
    float: left; 
} 

#demo3 { 
    float: left; 
} 
#demo4 { 
    float: left; 
} 

#demo5 { 
    float: left; 
} 
#demo6 { 
    float: left; 
} 

.clear{
clear:both;
padding:0px;
margin:0px;
}
.ulist{margin:1px; padding:2px; list-style:none; overflow:hidden}
#al li{width:365px; float:left; text-align:center; height:338px; }
#al li a{color: #000000}
#al li a:hover{color:#c00}
#al img{border:1px  #333333 solid; padding:1px; *margin-bottom:8px}
#al a:hover img{border:1px  solid}






#demoa { 
    overflow:hidden; 
    width:1200px;
	margin:0px auto;
	padding-top:0px;
} 
#demoa img { 
	margin-left:15px;
	border:1px solid #CCCCCC;
} 
#demoa img:hover { 

	margin-left:15px; 
	border:2px solid #FFFFFF;
} 
#indemoa { 
    float: left; 
    width: 800%; 
} 
#demoa1 { 
    float: left; 
} 
#demoa2 { 
    float: left; 
} 





#a2 li{width:365px; float:left; text-align:center; height:338px; }
#a2 li a{color: #000000}
#a2 li a:hover{color:#c00}
#a2 img{border:1px  #333333 solid; padding:1px; *margin-bottom:8px}
#a2 a:hover img{border:1px  solid}





#demob { 
    overflow:hidden; 
    width:1200px;
	margin:0px auto;
	padding-top:0px;
} 
#demob img { 
	margin-left:15px;
	border:1px solid #CCCCCC;
} 
#demob img:hover { 

	margin-left:15px; 
	border:2px solid #FFFFFF;
} 
#indemob { 
    float: left; 
    width: 800%; 
} 
#demob1 { 
    float: left; 
} 
#demob2 { 
    float: left; 
} 



#a3 li{width:365px; float:left; text-align:center; height:338px; }
#a3 li a{color: #000000}
#a3 li a:hover{color:#c00}
#a3 img{border:1px  #333333 solid; padding:1px; *margin-bottom:8px}
#a3 a:hover img{border:1px  solid}

