﻿* {
  padding: 0;
  margin: 0;
  text-align: left;
  color: #3D3D3D;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  line-height: 28px;
}

img {
  border: 0;
}

a, a:Hover {
  text-decoration: none;
  color: #333333;
}

a:hover {
  color: #1977df;
}

li {
  list-style: none;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px !important;
}

.mb20 {
  margin-bottom: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pt120 {
  padding-top: 120px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.row {
  width: 1300px;
  margin: 0 auto;
}

.big-row {
  width: 1250px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.transition {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/*
box model;
*/
.dw ul, .product-show ul li {
  float: left;
}
.banner img{
	width:100%;
}
.n-row {
  width: 1300px;
  margin: 0 auto;
}

.head {
  width: 100%;
  z-index: 9999;
  position: relative;
  padding-top: 20px;
  background-color: #015bc1;
}
.head .head-nei {
  max-width: 1780px;
  width: 100%;
  margin: 0 auto 0 auto;
}
.head .left-logo {
  width: 50%;
  text-align: center;
  float: left;
}
.head .left-logo img {
  width: 95%;
  max-width: 580px;
}
.head .right-nav {
  width: 50%;
  padding-top: 30px;
  float: right;
}
.head .right-nav .welcome {
  color: #cccccc;
  height: 34px;
  line-height: 34px;
}
.head .right-nav ul {
  width: 100%;
  float: left;
}
.head .right-nav ul li {
  width: 14.28%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  float: left;
  font-size: 0;
  letter-spacing: 0;
  padding-bottom: 45px;
}
.head .right-nav ul li a {
  height: 20px;
  line-height: 20px;
  display: block;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  transition: all 0.2s;
}
.head .right-nav ul li a span {
  transition: all 0.2s;
  position: absolute;
  text-align: center;
  font-size: 12px;
  left: 0;
  width: 100%;
}
.head .right-nav ul li dl {
  overflow: hidden;
  position: absolute;
  width: 980px;
  height: 0;
  z-index: 99999;
  right: -400%;
  top:65px;
}

.head .right-nav ul li dl dt a {
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-left: 0;
}
.head .right-nav ul li:hover a {
  text-shadow: 0 0 2px #000;
}
.head .right-nav ul li:hover a span {
  color: #015bc1;
}
.head .right-nav ul li:hover dl {
  display: block;
  height: auto;
  overflow: auto;
  background: none;
}
.head .right-nav ul li:hover dl dt {
  background: url(/skin/images/imgbg5.png);
  width: 25%;
  float: left;
  padding: 0 0 0 0;
  text-align: center;
}
.head .right-nav ul li:hover dl dt a {
  background: none;
  color: #ffffff;
  height: auto;
  line-height: 50px;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin: 0;
}
.head .right-nav ul li:hover dl dt img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.head .right-nav ul li:hover dl dt:hover a {
  background: #015bc1;
  color: #ffffff;
}
.head .right-nav ul li ul {
  height: 0;
  overflow: hidden;
}
.head .right-nav ul li + li a {
  border-left: 1px solid #ffffff;
}
.head .right-nav ul li:hover ul {
  display: block;
  height: auto;
  overflow: auto;
  margin: 0;
  width: 100%;
}
.head .right-nav ul li:hover ul li {
  width: 100%;
  padding: 5px 0 0 0;
}
.head .right-nav ul li:hover ul li a {
  background-color: #fff;
  display: block;
  text-align: center;
  margin: 0;
  color: #333333;
}
.head .right-nav ul li:hover ul li:hover a {
  background-color: #007ce6;
  color: #ffffff;
}
.head .right-nav .top-tel {
  width: 29%;
  box-sizing: border-box;
  float: right;
  padding-left: 40px;
  background: url(/skin/images/top-tel.png) no-repeat left center;
}
.head .right-nav .top-tel b {
  font-size: 34px;
  line-height: 110px;
  color: #015bc1;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-weight: 900;
  font-family: impact;
  text-shadow: 1px 1px 3px #000000;
}

@media (max-width: 1400px) {
  .head .right-nav ul {
    width: 100%;
  }
  .head .right-nav .top-tel {
    width: 0;
    overflow: hidden;
  }
}
.pro-title {
  text-align: center;
}
.pro-title h2 {
  font-size: 48px;
  color: #015bc1;
  text-align: center;
  line-height: 60px;
}
.pro-title span {
  display: block;
  text-align: center;
  font-size: 26px;
  line-height: 40px;
  background: url(/skin/images/pro-title-span.png) no-repeat center;
  text-transform: uppercase;
  color: #8d8d8d;
}
.pro-title p {
  text-align: center;
  color: #8d8d8d;
  height: 24px;
  font-size: 16px;
  line-height: 30px;
}

.pro-nav {
  width: 300px;
  background-color: #c30000;
  line-height: 0;
}
.pro-nav .i-pro-title {
  text-align: center;
  padding-top: 20px;
}
.pro-nav .i-pro-title h2 {
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
  line-height: 50px;
}
.pro-nav .i-pro-title span {
  font-size: 18px;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.pro-nav .list-one {
  background: url(/skin/images/pro-one-back.jpg);
  overflow: hidden;
  padding: 0 20px 0 70px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.pro-nav .list-one h4 a {
  display: block;
  background: url(/skin/images/i-pro-list.png) no-repeat 0 center;
  padding-left: 20px;
  font-size: 18px;
  line-height: 40px;
  color: #ffffff;
}
.pro-nav .list-one ul li a {
  padding-left: 15px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  color: #ffffff;
  background: url(/skin/images/i-pro-list.png) no-repeat;
  background-size: 12px 12px;
  background-position: -30px center;
}
.pro-nav .list-one ul li:hover {
  background-color: #a62500;
}
.pro-nav .list-one ul li:hover a {
  background-position: 5px center;
  padding-left: 25px;
}
.pro-nav .i-left-contact {
  padding: 10px 15px 20px 30px;
}
.pro-nav .i-left-contact b {
  font-size: 16px;
  color: #ffffff;
}
.pro-nav .i-left-contact p {
  color: #ffffff;
  line-height: 26px;
}

.dw {
  width: 6000px;
}

.product-show {
  overflow: hidden;
  width: 1300px;
}
.product-show ul {
  width: 2040px;
  overflow: hidden;
}
.product-show ul li {
  margin: 0 20px 19px 0;
  width: 320px;
  height: 242px;
  position: relative;
}
.product-show ul li a {
  line-height: 0;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
}
.product-show ul li a img {
  display: block;
}
.product-show ul li a p {
  position: absolute;
  width: 100%;
  background: url(/skin/images/imgbg5.png);
  bottom: -34px;
  left: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.product-show ul li a p strong {
  line-height: 34px;
  text-align: center;
  display: block;
  color: #ffffff;
}
.product-show ul li a p span {
  line-height: 34px;
  display: block;
  color: #ffffff;
  text-align: center;
}
.product-show ul li a:hover p {
  background-color: #c01f18;
  bottom: 0;
  color: #ffffff;
}
.product-show ul li a:hover p strong {
  color: #ffffff;
}

.pro-b-tel {
  text-align: center;
}
.pro-b-tel a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 40px;
  line-height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #015bc1;
  text-align: center;
  width: 340px;
  color: #ffffff;
}
.pro-b-tel p {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 50px;
  height: 40px;
  line-height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #c30000;
  text-align: center;
  width: 340px;
  color: #ffffff;
  font-size: 24px;
  vertical-align: middle;
  font-family: impact;
}
.pro-b-tel p img {
  vertical-align: middle;
  line-height: 40px;
  padding-right: 15px;
}

.i-about {
  background: url(/skin/images/i-about.jpg) no-repeat center top;
  overflow: hidden;
  margin-top: 90px;
  padding-top: 70px;
}
.i-about .i-a-left {
  text-align: center;
  position: relative;
}
.i-about .i-a-left .i-a-title h2 {
  font-size: 48px;
  color: #fff;
  line-height: 53px;
  vertical-align: middle;
  text-align: center;
}
.i-about .i-a-left .i-a-title span {
  font-size: 20px;
  color: #c30000;
  display: block;
  text-align: center;
  line-height: 53px;
  vertical-align: bottom;
}
.i-about .i-a-left p {
  text-indent: 2em;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
.i-about .i-a-left a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 30px;
  background-color: #c30000;
  color: #ffffff;
  width: 168px;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 40px;
  z-index: 1;
  position: relative;
}
.i-about .i-a-left i {
  position: relative;
  z-index: 0;
  margin-top: 30px;
  margin-left: -30px;
  font-size: 22px;
  font-style: normal;
  color: #ffffff;
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  padding-left: 50px;
  background: url(/skin/images/about-tel.png) no-repeat 50px center;
  font-family: impact;
  border: 1px solid #ffffff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 40px;
}

.i-count {
  width: 1300px;
  margin: 150px auto 0 auto;
  overflow: hidden;
  background-color: #015bc1;
}
.i-count ul {
  padding: 30px 0;
  overflow: hidden;
}
.i-count ul li {
  width: 25%;
  float: left;
  text-align: center;
  box-sizing: border-box;
}
.i-count ul li strong {
  font-size: 80px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #ffffff;
  line-height: 80px;
  vertical-align: bottom;
}
.i-count ul li span {
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
  vertical-align: bottom;
}
.i-count ul li p {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.i-count ul li + li {
  border-left: 1px solid #fff;
}

.case-b .left-case {
  float: left;
  width: 770px;
  height: 581px;
  position: relative;
}
.case-b .left-case a {
  display: block;
  position: relative;
  line-height: 0;
}
.case-b .left-case a img {
  width: 770px;
  height: 581px;
}
.case-b .left-case a p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 70px;
  background: url(/skin/images/imgbg5.png);
  line-height: 70px;
}
.case-b .left-case a p span {
  font-size: 20px;
  color: #ffffff;
  line-height: 70px;
  padding-left: 20px;
}
.case-b .left-case a p i {
  float: right;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  line-height: 36px;
  margin-top: 15px;
  margin-right: 15px;
  color: #ffffff;
  font-style: normal;
  vertical-align: middle;
}
.case-b .left-case a:hover p {
  background: url(/skin/images/imgbg8.png);
}
.case-b .right-case {
  float: right;
  width: 520px;
}
.case-b .right-case ul li {
  width: 254px;
  height: 190px;
  float: left;
  margin-bottom: 5.5px;
}
.case-b .right-case ul li:nth-of-type(even) {
  margin-left: 10px;
}
.case-b .right-case ul li a {
  position: relative;
  display: block;
  line-height: 0;
}
.case-b .right-case ul li a img {
  width: 254px;
  height: 190px;
}
.case-b .right-case ul li a p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 35px;
  background: url(/skin/images/imgbg5.png);
  line-height: 35px;
  text-align: center;
  color: #fff;
}
.case-b .right-case ul li a:hover p {
  background: url(/skin/images/imgbg8.png);
}

.i-ys {
  background: url(/skin/images/i-ys.jpg) no-repeat center top;
  height: 1000px;
  padding-top: 44px;
  overflow: hidden;
}
.i-ys .ys-tt {
  text-align: center;
}
.i-ys .ys-tt p {
  text-align: center;
  color: #ffffff;
}
.i-ys .ys-b {
  position: relative;
}
.i-ys .ys-b .ys-left {
  width: 836px;
}
.i-ys .ys-b .right-ys {
  position: absolute;
  width: 626px;
  right: 0;
  top: 0;
}
.i-ys .ys-b .right-ys ul li {
  margin-top: 40px;
}
.i-ys .ys-b .right-ys ul li:nth-of-type(2) {
  margin-left: 80px;
}
.i-ys .ys-b .right-ys ul li:nth-of-type(3) {
  margin-left: 80px;
}
.i-ys .ys-b .right-ys ul li b {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  background-color: #c30000;
  line-height: 100px;
  text-align: center;
  color: #ffffff;
  font-size: 46px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -moz-animation-iteration-count: 1000;
  -webkit-animation-iteration-count: 1000;
  animation-iteration-count: 1000;
}
.i-ys .ys-b .right-ys ul li p {
  float: left;
  padding-left: 10px;
  width: 429px;
}
.i-ys .ys-b .right-ys ul li p i {
  font-weight: 900;
  font-size: 20px;
  color: #ffffff;
  display: block;
  font-style: normal;
}
.i-ys .ys-b .right-ys ul li p span {
  color: #ffffff;
}
.i-ys .ys-b .right-ys ul li:after {
  display: block;
  content: '';
  clear: both;
}
.i-ys .ys-tel {
  text-align: center;
  margin-top: 40px;
}
.i-ys .ys-tel a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 30px;
  background-color: #c30000;
  color: #ffffff;
  width: 168px;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 40px;
  z-index: 1;
  position: relative;
}
.i-ys .ys-tel i {
  position: relative;
  z-index: 0;
  margin-top: 30px;
  margin-left: -30px;
  font-size: 22px;
  font-style: normal;
  color: #ffffff;
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  padding-left: 50px;
  background: url(/skin/images/about-tel.png) no-repeat 50px center;
  font-family: impact;
  border: 1px solid #ffffff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 40px;
}

.news-index ul li {
  float: left;
  width: 408px;
  height: 444px;
}
.news-index ul li a {
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  display: block;
  position: relative;
}
.news-index ul li a img {
  width: 408px;
  height: 280px;
}
.news-index ul li a h4 {
  font-size: 18px;
  line-height: 60px;
  padding: 0 15px;
}
.news-index ul li a p {
  line-height: 24px;
  font-size: 14px;
  padding: 0px 15px 15px 15px;
}
.news-index ul li a .n-date {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 80px;
  background-color: #015bc1;
  z-index: 1;
}
.news-index ul li a .n-date strong {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 48px;
  line-height: 60px;
  vertical-align: middle;
  font-weight: normal;
}
.news-index ul li a .n-date cite {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  font-style: normal;
  display: block;
  text-align: center;
}
.news-index ul li a:hover {
  background-color: #015bc1;
}
.news-index ul li a:hover h4 {
  color: #ffffff;
}
.news-index ul li a:hover p {
  color: #ffffff;
}
.news-index ul li + li {
  margin-left: 36px;
}

.bottom-back {
  background: #252525;
  overflow: hidden;
}

.bottom-nav {
  padding: 19px;
  background-color: #0049bc;
}
.bottom-nav .row {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}
.bottom-nav a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 18px;
  text-align: center;
  line-height: 18px;
  width: 150px;
  color: #ffffff;
}
.bottom-nav a + a {
  border-left: 1px solid #fff;
}

.gbottom {
  padding: 20px 0 0 0;
  overflow: hidden;
}

.bottom_list dl {
  float: left;
}
.bottom_list dl.first {
  width: 404px;
  padding-left: 60px;
}
.bottom_list dl.second {
  width: 520px;
}
.bottom_list dl.second dd {
  margin-bottom: 10px;
  width: 30%;
  float: left;
}
.bottom_list dl.second dd a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 15px;
  line-height: 34px;
}
.bottom_list dl.three {
  width: 240px;
}
.bottom_list dl.four {
  width: 270px;
  margin-left: 30px;
}

.bottom_list dl dt {
  font-size: 18px;
  color: #ffffff;
  height: 50px;
}

.bottom_list dl dt h3 {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-bottom: 2px solid #015bc1;
  margin: 0;
  padding: 0;
  line-height: 30px;
}

.bottom_list dl dd {
  color: #a0a1a3;
  font-size: 14px;
}

.bottom_list dl dd a {
  color: #a0a1a3;
  font-size: 14px;
}

.bottom_list dl dd a:hover {
  color: #ffffff;
}

.bottom_list dl dd img {
  vertical-align: middle;
}

.bottom_list dl dd.ht {
  padding-bottom: 20px;
  vertical-align: middle;
}

.bottom_list dl dd.ht img {
  padding-right: 10px;
}

.bottom_list dl dd.ht b {
  font-size: 30px;
  color: #c30000;
  font-style: italic;
  font-weight: 900;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
}

.bottom_list dl dd.ht span {
  font-size: 18px;
  color: #ffffff;
  padding-left: 20px;
}

.bottom_list dl dd p {
  color: #cccccc;
  font-size: 14px;
  line-height: 30px;
}

.bo_erweima {
 
  font-size: 14px;
  color: #a0a1a3;
  padding: 10px 0;
  text-align: center;
}
.bo_erweima img{
	margin-bottom: 5px;
}
.bo_erweima p{
	text-align: center;
}
.copyright_g {
  background-color: #282828;
  overflow: hidden;
}

.copyright_g p {
  line-height: 40px;
  color: #a0a1a3;
  width: 33.333%;
  vertical-align: middle;
}
.copyright_g p a{
	 color: #a0a1a3;
}
.copyright_g p img {
  vertical-align: middle;
  line-height: 40px;
}

.copyright_g p em {
  color: #fe0000;
  font-style: normal;
  font-size: 12px;
}


