﻿/*icon文件 css/font/demo.html*/
@charset "utf-8";
/*全局*/
* {
  margin: 0;
  padding: 0;
}
.wrap {
  width: 100%;
  float: left;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.main {
  width: 100%;
  height: auto;
}
body {
  min-width: 1200px;
  min-height: 100%;
	margin:0;
  color: #1f1f1f;
  font-size: 14px;
  background: #fff;
  font-family: "microsoft yahei";
}
body img {
  border: none;
}
body a {
  text-decoration: none;
  color: #555;
  line-height: 200%;
}
body ul,
body ol {
  list-style: none;
}
body em {
  font-style: normal;
}
body input,
body textarea,
body select {
  border: none;
  outline: none;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  -webkit-font-smoothing: none;
  font-size: 100%;
  font-weight: normal;
}
/*简易*/
.f12 {
  -webkit-font-smoothing: none;
  font-size: 12px;
}
.overflow-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.font-arial {
  font-family: arial;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.w440 {
  width: 440px;
}
.block100 {
  display: block;
  width: 100%;
  height: 100%;
}
.rel {
  position: relative;
}
.m-h440 {
  height: 440px;
  margin-top: 30px;
}
.bg_b {
  background: #f4f4f4;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  display: table;
  content: '';
}
.exnews .title:after,.exadv .title:after{content: '';display: block;width: 477px;height: 43px;background: url(../images/title_bg.png);margin: 0 auto; position: absolute;left: 50%;margin-left: -238.5px;top: 40px;}
.exnews .title:after{top: 50px;}
.max-img-block {
  *zoom: 1;
}
.max-img-block img {
  max-width: 100%;
  display: block;
}
/*herader*/
.head-tips {
  width: 100%;
  height: 30px;
  background: #f4f4f4;
  font-size: 12px;
	overflow:hidden;
}
.head-tips .content {
  margin: 0 auto;
  width: 1200px;
  height: 30px;
  line-height: 30px;
  display: block;
}
.head-tips .content h1 {
  font-size: 12px;
  font-weight: normal;
  display: inline;
}
.head-tips .content h2 {
  font-size: 12px;
  font-weight: normal;
  display: inline;
}
.wrap-head {
  height: 80px;
  /*overflow: hidden;*/
  background: #fff;
}
.wrap-head .logo {
  position: absolute;
  left: 0;
  top: 0;
}
.wrap-head .logo img {
  display: block;
}
.wrap-head .head-nav {
  position: absolute;
  right: 220px;
  top: 15px;
}
.wrap-head .head-nav li {
  float: left;
  height: 60px;
  width: auto;
  margin: 0 10px;
  font-size: 16px;
  text-align: center;
}
.wrap-head .head-nav li a {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  padding: 0 10px;
  display: block;
}
.wrap-head .head-nav li a span {
  width: 100%;
  display: block;
  height: 20px;
  line-height: 20px;
  color: #666;
  font-size: 12px;
  font-weight: normal;
}
.wrap-head .head-nav li:hover a,
.wrap-head .head-nav li:hover a span,
.wrap-head .head-nav li.cur a,
.wrap-head .head-nav li.cur a span {
  color: #ed4f45;
}
.wrap-head .head-wx {
  position: absolute;
  right: 130px;
  top: 20px;
}
.wrap-head .head-wx i {
  color: #555;
  font-size: 22px;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  cursor: pointer;
}
.wrap-head .head-wx .img_box {
  width: 110px;
  height: 110px;
  position: absolute;
  right: -90px;
  top: -55px;
  border: 1px #ddd solid;
  box-sizing: border-box;
  filter: alpha(opacity=0);/* IE */
  -moz-opacity: 0;/* 老版Mozilla */
  -khtml-opacity: 0;/* 老版Safari */
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  background: url('../images/wx_gd.png') no-repeat center;
  background-size: cover;
	z-index: 9999;
}
.wrap-head .head-wx .img_box:before {
  border: 10px transparent solid;
  border-right: 10px #fff solid;
  content: '';
  left: -20px;
  top: 50%;
  margin-top: -20px;
  box-shadow: 0px 0px 1px #aaa inset;
  -webkit-box-shadow: 0px 0px 1px #aaa inset;
  -moz-box-shadow: 0px 0px 1px #aaa inset;
  position: relative;
  z-index: 9999;
  *zoom: 1;
}
.wrap-head .head-wx .img_box img {
  width: 100%;
}
.wrap-head .head-wx:hover .img_box {
  filter: alpha(opacity=100);/* IE */
  -moz-opacity: 1;/* 老版Mozilla */
  -khtml-opacity: 1;/* 老版Safari */
  opacity: 1;
  right: -120px;
}
/*flash*/
#banner {
  width: 100%;
}
.pro-switch {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides li {
  width: 100%;
  display: block;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
.slides {
  height: auto;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.flexslider .slides {
  zoom: 1;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 60px;
  height: 90px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/ad_ctr.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  margin-top: -45px;
}
.flex-direction-nav .flex-next {
  background-position: 0 -90px;
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  display: none;
}
.flex-control-paging li a {
  display: block;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  width: 50px;
  cursor: pointer;
  background: #fff;
}
.flex-control-paging li a.flex-active {
  background: #ed4f45;
}
/*flash]]end*/
/*exabout*/
.exabout {
  height: 380px;
  padding: 50px 0 40px;
  position: relative;
}
.exabout .left {
  width: 360px;
  overflow: hidden;
  height: 100%;
}
.exabout .left .title {
  width: 360px;
  height: 30px;
  color: #5e5e5e;
}
.exabout .left .title h2 {
  display: inline-block;
  font-size: 20px;
  border-right: 2px #5e5e5e solid;
  height: 30px;
  line-height: 30px;
  width: 105px;
  margin-right: 10px;
  float: left;
}
.exabout .left .title span {
  display: inline-block;
  height: 30px;
  line-height: 15px;
  float: left;
}
.exabout .left .content {
  width: 300px;
  height: auto;
  margin-top: 20px;
  line-height: 25px;
  height: 250px;
	font-size:12px;
	text-indent:2em;
}
.exabout .left .content a {
  color: #ed4f45;
}
.exabout .left .more {
  width: 180px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #ed4f45;
  display: block;
  font-weight: bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.exabout .left .more:hover {
  background: #555;
}
.exabout .right {
  width: 840px;
  height: 380px;
  position: absolute;
  right: 0;
  top: 50px;
}
.exabout .right ul {
  position: relative;
  width: 100%;
  height: 100%;
}
.exabout .right ul li {
  position: absolute;
  left: 0px;
  bottom: 34px;
  height: 233px;
  width: 233px;
}
/*font*/
.exabout .right ul li strong {
  display: block;
  width: 79px;
  height: 57px;
  position: absolute;
  left: 50%;
  margin-left: -62px;
  bottom: 0px;
  background: url(../images/p_bottom.png) no-repeat center;
  z-index: 55;
  text-align: center;
  color: #fff;
  line-height: 20px;
  padding: 0 23px;
  font-size: 13px;
  padding-top: 5px;
  font-weight: normal;
}
.exabout .right ul li strong.dg {
  line-height: 35px;
}
/*photo*/
.exabout .right ul li span {
  height: 164px;
  width: 164px;
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  box-shadow: 0px 2px 3px 1px #999;
  -webkit-box-shadow: 0px 2px 3px 1px #999;
  -moz-box-shadow: 0px 2px 3px 1px #999;
  position: relative;
  z-index: 10;
  *zoom: 1;
  position: absolute;
  left: 50%;
  margin-left: -81px;
  top: 50%;
  margin-top: -83px;
  cursor: pointer;
  z-index: 5;
}
.exabout .right ul li:before {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.exabout .right ul li:before,
.exabout .right ul li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.exabout .right ul li:nth-child(1):before {
  background: url(../images/p1.png) no-repeat center;
}
.exabout .right ul li:nth-child(2):before {
  background: url(../images/p2.png) no-repeat center;
}
.exabout .right ul li:nth-child(3):before {
  background: url(../images/p3.png) no-repeat center;
}
.exabout .right ul li:nth-child(4):before {
  background: url(../images/p4.png) no-repeat center;
}
.exabout .right ul li:nth-child(5):before {
  background: url(../images/p5.png) no-repeat center;
}
.exabout .right ul li:nth-child(6):before {
  background: url(../images/p6.png) no-repeat center;
}
.exabout .right ul li:nth-child(1):after {
  background: url(../images/p1_h.png) no-repeat center;
}
.exabout .right ul li:nth-child(2):after {
  background: url(../images/p2_h.png) no-repeat center;
}
.exabout .right ul li:nth-child(3):after {
  background: url(../images/p3_h.png) no-repeat center;
}
.exabout .right ul li:nth-child(4):after {
  background: url(../images/p4_h.png) no-repeat center;
}
.exabout .right ul li:nth-child(5):after {
  background: url(../images/p5_h.png) no-repeat center;
}
.exabout .right ul li:nth-child(6):after {
  background: url(../images/p6_h.png) no-repeat center;
}
.exabout .right ul li:nth-child(1) {
  border: 0;
  left: 0px;
}
.exabout .right ul li:nth-child(2) {
  top: -8px;
  left: 122px;
}
.exabout .right ul li:nth-child(3) {
  left: 244px;
}
.exabout .right ul li:nth-child(4) {
  top: -8px;
  left: 366px;
}
.exabout .right ul li:nth-child(5) {
  left: 488px;
}
.exabout .right ul li:nth-child(6) {
  top: -8px;
  left: 610px;
}
.exabout .right ul li:hover:before {
  filter: alpha(opacity=0);/* IE */
  -moz-opacity: 0;/* 老版Mozilla */
  -khtml-opacity: 0;/* 老版Safari */
  opacity: 0;
}
.exabout .right ul li:hover span {
  box-shadow: 0px -2px 3px 1px #ccc;
  -webkit-box-shadow: 0px -2px 3px 1px #ccc;
  -moz-box-shadow: 0px -2px 3px 1px #ccc;
  position: relative;
  z-index: 10;
  *zoom: 1;
}
/*excase*/
.excase {
  margin-bottom: 38px;
}
.excase .excase_t {
  width: 100%;
  height: 97px;
  position: relative;
  background: url(../images/excase_t.png) no-repeat center right;
  margin: 28px 0;
  display: block;
}
.excase .excase_t span {
  position: relative;
  left: 50px;
}
.excase .excase_c {
  width: 100%;
  height: 391px;
  position: relative;
}
.excase .excase_c li {
  position: absolute;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
}
.excase .excase_c li a {
  display: block;
  width: 100%;
  height: 100%;
}
.excase .excase_c li a span {
  display: block;
  background-color: rgba(59,154,154,.9);
  width: 100%;
  height: 139px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 24px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8e0de', endColorstr='#660e0e0e', GradientType=0);
}
.excase .excase_c li a h2 {
  font-weight: normal;
  font-size: 34px;
  line-height: 50px;
  margin-top: 30px;
}
.excase .excase_c li:nth-child(1) {
  left: 0;
  top: 0;
  background: url(../images/case1.jpg) no-repeat center;
  width: 419px;
  height: 391px;
  background-size: 100%;
}
.excase .excase_c li:nth-child(2) {
  left: 423px;
  top: 0;
  background: url(../images/case2.jpg) no-repeat center;
  height: 139px;
  width: 364px;
  background-size: 100%;
}
.excase .excase_c li:nth-child(3) {
  left: 423px;
  bottom: 0;
  background: url(../images/case3.jpg) no-repeat center;
  width: 364px;
  height: 111px;
  background-size: 100%;
}
.excase .excase_c li:nth-child(6) {
  left: 423px;
  top: 139px;
  background: url(../images/case6.jpg) no-repeat center;
  width: 364px;
  height: 139px;
  background-size: 100%;
}
.excase .excase_c li:nth-child(4) {
  right: 0;
  top: 0;
  background: url(../images/case4.jpg) no-repeat center;
  width: 410px;
  height: 136px;
  background-size: 100%;
}
.excase .excase_c li:nth-child(5) {
  right: 0;
  bottom: 0;
  background: url(../images/case5.jpg) no-repeat center;
  width: 410px;
  height: 254px;
  background-size: 100%;
}
.excase .excase_c li:hover {
  background-size: 115%;
}
/*Advantages*/
.exadv {
  height: 400px;
}
.exadv .title {
  width: 300px;
  height: 34px;
  color: #5e5e5e;
  margin: 42px auto 54px;position: relative;
}
.exadv .title h2 {
  display: inline-block;
  font-size: 24px;
  border-right: 2px #5e5e5e solid;
  height: 28px;
  line-height: 28px;
  width: auto;
  margin-right: 10px;
  float: left;
  padding-right: 10px;
  margin-top: 5px;
}
.exadv .title span {
  display: inline-block;
  height: 34px;
  line-height: 17px;
  float: left;
}
.exadv .adv_list {
  margin-left: -30px;
  overflow: hidden;
}
.exadv .adv_list li {
  float: left;
  width: 175px;
  height: 270px;
  margin-left: 30px;
}
.exadv .adv_list li a {
  background: url(../images/adv_list.png) no-repeat top;
	background-size: 900px auto;
  display: block;
  width: 100%;
  height: 203px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  behavior: url(ie-css3.htc);
}
.exadv .adv_list li:nth-child(1) a {
  background-position: -0px 0px;
}
.exadv .adv_list li:nth-child(2) a {
  background-position: -180px 0px;
}
.exadv .adv_list li:nth-child(3) a {
  background-position: -360px 0px;
}
.exadv .adv_list li:nth-child(4) a {
  background-position: -540px 0px;
}
.exadv .adv_list li:nth-child(5) a {
  background-position: -720px 0px;
}
.exadv .adv_list li:nth-child(6) a {
  background-position: -900px 0px;
}
.exadv .adv_list li span {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-top: 15px;
  color: #787878;
}
.exadv .adv_list li:hover span {
  color: #ed4f45;
}
.exadv .adv_list li:hover a {
  transform: rotateY(180deg);
}
/*customers*/
.excustomers {
  padding-bottom: 20px;
}
.excustomers .title {
  width: 300px;
  height: 34px;
  color: #5e5e5e;
  margin: 42px auto 54px;
  text-align: center;
  line-height: 24px;
}
.excustomers .title h2 {
  display: inline-block;
  font-size: 24px;
  height: 28px;
  width: auto;
}
.excustomers .title span {
  display: inline-block;
  height: 40px;
  line-height: 16px;
}
.excustomers .customers_list {
  width: 100%;
}
.excustomers .customers_list li {
  float: left;
  margin: 5px;
  box-shadow: 0px 1px 3px 1px #ccc;
  -webkit-box-shadow: 0px 1px 3px 1px #ccc;
  -moz-box-shadow: 0px 1px 3px 1px #ccc;
  z-index: 10;
  *zoom: 1;
  width: 230px;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);
  position: relative;
  overflow: hidden;
}
.excustomers .customers_list li img {
  display: block;
}
.excustomers .customers_list li span {
  display: block;
  width: 96%;
  padding: 0 2%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: -40px;
  left: 0;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#910a0202', endColorstr='#78070404', GradientType=0);
}
.excustomers .customers_list li:hover span {
  bottom: 0;
}
.excustomers .customers_list li:nth-child(2n) {
  float: right;
}
/*news*/
.exnews {
  padding-bottom: 30px;position: relative;
}
.exnews .title {
  width: 300px;
  height: 34px;
  color: #5e5e5e;
  margin: 42px auto 44px;
  text-align: center;
  line-height: 24px;
}
.exnews .title h3 {
  display: inline-block;
  font-size: 24px;
  height: 28px;
  width: auto;
}
.exnews .title span {
  display: inline-block;
  height: 40px;
  line-height: 16px;
}
.exnews .news_list li {
  float: left;
  width: 380px;
  border-bottom: 1px #7b7b7b dashed;
  height: 100px;
  padding: 15px 0;
	margin-right:30px;
}
.exnews .news_list li:nth-of-type(3n){ margin-right: 0; }
.exnews .news_list li .img {
  width: 100px;
  height: 100px;
  float: left;
  box-shadow: 0px 0px 1px #cdd;
  -webkit-box-shadow: 0px 0px 1px #cdd;
  -moz-box-shadow: 0px 0px 1px #cdd;
  position: relative;
  z-index: 10;
  *zoom: 1;
  overflow: hidden;
}
.exnews .news_list li .img img {
  display: block;
  width: 100%;
}
.exnews .news_list li .content {
  float: left;
  width: 270px;
  height: 100px;
  margin-left: 10px;
}
.exnews .news_list li .content .intit {
  font-size: 16px;
  height: 30px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
  display: block;
  color: #676767;
  font-weight: bold;
  float: left;
}
.exnews .news_list li .content .intit:hover {
  color: #ed4f45;
}
.exnews .news_list li .content .info {
  width: 100%;
  height: 66px;
  line-height: 22px;
  color: #5e5e5e;
  overflow: hidden;
}
.exnews .news_list li .content .info a {
  color: #ed4f45;
}
.exnews .news_list li:nth-child(2n) {
  /*float: right;*/
}
/*friendlink*/
.exfriendlink {
  padding: 25px 0;
  color: #5e5e5e;
  height: auto;
	font-size: 14px;
	line-height: 22px;
}
.exfriendlink:after { content: ''; display: table; clear: both; }
.exfriendlink .label { width: 80px; height: auto; float: left; }
.exfriendlink .abox { width: 1120px; height: auto; float: left; }
.exfriendlink a {
  color: #5e5e5e;
  display: inline-block;
  padding: 0 6px;
  border-right: 1px #5e5e5e solid;
  height: 14px;
  line-height: 14px;
}
/*foot*/
.rel_foot {
  background: #010101;
  height: 192px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.rel_foot .foot_nofo {
  margin-top: 29px;
}
.rel_foot .foot_nofo a {
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  border-right: 1px #fff solid;
  line-height: 14px;
  height: 15px;
}
.rel_foot .foot_nofo a:last-child {
  border: none;
}
.rel_foot .foot_nofo a:hover {
  text-decoration: underline;
}
.rel_foot .foot_copy {
  margin-top: 18px;
  line-height: 40px;
}
.rel_foot .foot_copy a {
  color: #fff;
  margin-right: 15px;
}
.rel_foot .foot_copy a:hover {
  text-decoration: underline;
}
/*exbanner*/
.exbanner {
  width: 100%;
  text-align: center;
}
.exbanner img {
  display: block;
  max-width: 100%;
}
/*web*/
.web .web_address {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
.web .web_address a {
  color: #333;
}
.web .web_address a:hover {
  color: #ed4f45;
}
/*  标题样式1*/
.web .web_title {
  width: 100%;
  height: 70px;
  line-height: 70px;
  position: relative;
  margin: 2px 0 2px;
}
.web .web_title span {
  position: absolute;
  width: 100%;
  font-size: 18px;
  text-align: center;
  left: 0;
  top: -28px;
  z-index: 99;
}
.web .web_title:before {
  content: '';
  width: 480px;
  left: 50%;
  margin-left: -240px;
  top: 50%;
  position: absolute;
  height: 1px;
  background: #1f1f1f;
  z-index: -1;
}
.web .web_title h1,
.web .web_title h2 {
  padding: 0 15px;
  margin: 0 auto;
  height: 70px;
  background: #fff;
  display: block;
  font-size: 20px;
  text-align: center;
  color: #000;
  position: absolute;
  left: 50%;
}
/*  标题样式上下*/
.web .web_title_b {
  width: 100%;
  height: 70px;
  position: relative;
  margin: 50px 0 25px;
  text-align: center;
}
.web .web_title_b b,
.web .web_title_b span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
}
.web .web_title_b:before {
  content: '';
  width: 480px;
  left: 50%;
  margin-left: -240px;
  top: 50%;
  position: absolute;
  height: 1px;
  background: #1f1f1f;
  z-index: -1;
}
.web .web_title_b h1,
.web .web_title_b h2,
.web .web_title_b h3 {
  padding: 0 13px;
  margin: 0 auto;
  height: 70px;
  background: #fff;
  display: block;
  font-size: 20px;
  width: 80px;
  text-align: center;
  color: #000;
  line-height: 70px;
}
/*  选项卡*/
.web .web_nav {
  width: 100%;
  height: 55px;
  border-bottom: 1px #7b7b7b solid;
  text-align: center;
  margin-bottom: 15px;
}
.web .web_nav ul {
  margin: 0 auto;
  width: 980px;
}
.web .web_nav ul li {
  float: left;
  width: auto;
  height: 55px;
}
.web .web_nav ul li a {
  width: auto;
  padding: 0 30px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #393939;
  display: block;
  position: relative;
}
.web .web_nav ul li a.cur,
.web .web_nav ul li a:hover {
  color: #ed4f45;
}
.web .web_nav ul li a.cur:before,
.web .web_nav ul li a:hover:before {
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  display: block;
  background: #ed4f45;
}
.web .web_newsnav ul {
  width: 660px;
}
.web .web_newsnav ul li a {
  width: 220px;
  padding: 0;
}
/*  列表*/
.web .web_list ul {
  margin-left: -20px;
  width: 1220px;
  padding-bottom: 0px;
}
.web .web_list ul li {
  float: left;
  width: 260px;
  padding: 12.5px;
  margin-left: 20px;
  height: 410px;
  margin-bottom: 25px;
  background: #f6f6f6;
  box-shadow: 0px 0px 5px #aaa;
  -webkit-box-shadow: 0px 0px 5px #aaa;
  -moz-box-shadow: 0px 0px 5px #aaa;
  position: relative;
  z-index: 10;
  *zoom: 1;
}
.web .web_list ul li .img {
  width: 250px;
  height: 250px;
  position: relative;
  margin: 3px;
  margin-bottom: 10px;
}
.web .web_list ul li .img a {
  position: absolute;
  left: 0;
  top: 0;
  border: 4px #ddd solid;
  display: block;
  width: 248px;
  height: 248px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.web .web_list ul li .content {
  position: relative;
  margin-top: 2px;
}
.web .web_list ul li .content .intit {
  width: 220px;
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  color: #474747;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.web .web_list ul li .content .indate {
  width: auto;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  color: #676767;
}
.web .web_list ul li .content .info {
  width: 100%;
  height: 60px;
  line-height: 20px;
  color: #999;
  overflow: hidden;
}
.web .web_list ul li .content .more {
  width: 82px;
  text-align: center;
  color: #fff;
  background: #ed4f45;
  height: 25px;
  line-height: 25px;
  margin-top: 10px;
  float: right;
  display: block;
}
/*news*/
.web .web_list ul li .content .inmsg {
  width: auto;
  height: 25px;
  color: #fff;
  background: #ed4f45;
  line-height: 25px;
  position: relative;
  float: left;
  margin-top: 13px;
  text-align: center;
}
.web .web_list ul li .content .inmsg:before {
  content: '动态';
  display: inline-block;
  width: 30px;
  height: 100%;
  border-right: 1px #fff solid;
  float: left;
  text-align: center;
  padding: 0 10px;
}
.web .web_list ul li .content .inmsg span {
  display: inline-block;
  float: left;
  padding: 0 10px;
}
.web .web_list ul li:hover .img a {
  animation: img_frames 1s;
  transition: all img_frames 1s;
  -webkit-transition: all img_frames 1s;
  -moz-transition: all img_frames 1s;
  -webkit-animation: img_frames 1s;
  -ms-animation: img_frames 1s;
}
.web .web_list ul li:hover {
  background: #f5f5f5;
}
.web .web_list ul li:hover .img a {
  filter: alpha(opacity=100);/* IE */
  -moz-opacity: 1;/* 老版Mozilla */
  -khtml-opacity: 1;/* 老版Safari */
  opacity: 1;
  border: 4px #fff solid;
  box-shadow: 0px 0px 2px #666;
  -webkit-box-shadow: 0px 0px 2px #666;
  -moz-box-shadow: 0px 0px 2px #666;
  position: relative;
  z-index: 10;
  *zoom: 1;
}
.web .web_list ul li:hover .content a,
.web .web_list ul li:hover .content .info,
.web .web_list ul li:hover .content .indate {
  color: #333;
}
/*  内容*/
.web .web_content {
  width: 100%;
  height: auto;
  min-height: auto;
}
.web .web_content.about {
  background: url(../images/exabout_r.jpg) no-repeat right 70px;
}
.web .web_content.about .content {
  width: 590px;
  height: auto;
  font-size: 14px;
  line-height: 30px;
  color: #1a1a1a;
}
.web .web_content .content_b {
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 30px;
  color: #1a1a1a;
  margin-bottom: 50px;
}
.web .web_content p {
  text-indent: 2em;
}
/*联系我们*/
.web .content_con {
  padding-top: 20px;
  width: 1000px;
  margin: 0 auto;
}
.web .content_con .left {
  background: url(../images/con_left.png);
  width: 537px;
  height: 380px;
  font-size: 16px;
  line-height: 30px;
  float: left;
}
.web .content_con .left h2 {
  font-size: 18px;
  color: #ed4f45;
  margin-bottom: 0px;
}
.web .content_con .right {
  width: 370px;
  float: right;
}
.web .content_con .right span {
  width: 190px;
  display: block;
  height: auto;
  padding: 15px 0;
  border-bottom: 2px #ddd dashed;
  font-size: 16px;
  line-height: 30px;
  color: #393939;
  padding-right: 180px;
}
.web .content_con .right span font {
  color: #ed4f45;
}
.web .content_con .right span:last-child {
  border-bottom: none;
}
.web .content_con .map {
  width: 100%;
  margin-bottom: 30px;
}
/* 业务范围*/
.web .busin_a {
  width: 700px;
  height: 450px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 29px;
  font-size: 16px;
  color: #1a1a1a;
}
.web .busin_a h2 {
  font-size: 18px;
  line-height: 50px;
  color: #ed4f45;
  font-weight: bold;
}
.web .busin_a ul {
  margin-top: 10px;
}
.web .busin_a ul li:before {
  content: '●';
  margin-right: 5px;
  color: #ed4f45;
}
.web .busin_b {
  width: 660px;
  height: 382px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 29px;
  font-size: 16px;
  color: #1a1a1a;
}
.web .busin_b h3 {
  font-size: 18px;
  line-height: 50px;
  color: #ed4f45;
  font-weight: bold;
}
.web .busin_b ul {
  margin-top: 10px;
}
.web .busin_b ul li:before {
  content: '●';
  margin-right: 5px;
  color: #ed4f45;
}
.web .busin_show {
  padding-top: 50px;
}
.web .busin_show .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.web .busin_show .title:before {
  content: '';
  width: 460px;
  left: 50%;
  margin-left: -230px;
  top: 50%;
  position: absolute;
  height: 1px;
  background: #666;
  z-index: -1;
}
.web .busin_show .title h3 {
  padding: 0 15px;
  margin: 0 auto;
  height: 60px;
  background: #fff;
  display: block;
  font-size: 16px;
  width: 145px;
  text-align: center;
  color: #000;
}
.web .busin_show ul {
  width: 1230px;
  margin: 30px 0 0px -30px;
}
.web .busin_show ul li {
  float: left;
  width: 275px;
  height: 308px;
  box-shadow: 0px 0px 5px #aaa;
  -webkit-box-shadow: 0px 0px 5px #aaa;
  -moz-box-shadow: 0px 0px 5px #aaa;
  position: relative;
  z-index: 10;
  *zoom: 1;
  background: #f6f6f6;
  margin-left: 30px;
  margin-bottom: 30px;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa');
}
.web .busin_show ul li a {
  display: block;
  padding: 10px;
  width: 255px;
  height: 288px;
  position: relative;
}
.web .busin_show ul li a img {
  width: 255px;
  height: 255px;
  overflow: hidden;
  display: block;
  text-align: center;
}
.web .busin_show ul li a span {
  width: 210px;
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  color: #474747;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.web .busin_show ul li a em {
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #676767;
  position: absolute;
  right: 10px;
  bottom: 0;
}
/*view*/
.view_container .left {
  width: 280px;
  float: left;
}
/*      菜单*/
.view_container .left .web_menu {
  width: 100%;
  height: auto;
  padding-bottom: 42px;
  float: left;
}
.view_container .left .web_menu h3 {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: #1f1f1f;
  text-indent: 10px;
  box-shadow: 0px 2px 2px #bbb;
  -webkit-box-shadow: 0px 2px 2px #bbb;
  -moz-box-shadow: 0px 2px 2px #bbb;
  position: relative;
  z-index: 10;
  *zoom: 1;
  background: #f4f4f4;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#bbbbbb');
}
.view_container .left .web_menu ul li {
  float: left;
  width: 150px;
  margin-left: 8px;
  border-bottom: 1px #7b7b7b dashed;
  height: 52px;
}
.view_container .left .web_menu ul li a {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #393939;
  font-size: 16px;
  text-indent: 2px;
}
.view_container .left .web_menu ul li a.cur {
  color: #ed4f45;
}
.view_container .left .web_menu ul li a:hover {
  color: #999;
}
/*      推荐*/
.view_container .left .web_like {
  width: 100%;
  height: auto;
  padding-bottom: 42px;
  float: left;
}
.view_container .left .web_like h3 {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  color: #1f1f1f;
  box-shadow: 0px 2px 2px #bbb;
  -webkit-box-shadow: 0px 2px 2px #bbb;
  -moz-box-shadow: 0px 2px 2px #bbb;
  position: relative;
  z-index: 10;
  *zoom: 1;
  background: #f4f4f4;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#bbbbbb');
}
.view_container .left .web_like ul li {
  float: left;
  width: 100%;
  height: 308px;
  box-shadow: 0px 0px 5px #aaa;
  -webkit-box-shadow: 0px 0px 5px #aaa;
  -moz-box-shadow: 0px 0px 5px #aaa;
  position: relative;
  z-index: 10;
  *zoom: 1;
  margin-top: 21px;
  background: #f6f6f6;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa');
}
.view_container .left .web_like ul li a {
  display: block;
  padding: 10px;
  width: 260px;
  height: 288px;
  position: relative;
}
.view_container .left .web_like ul li a img {
  width: 260px;
  height: 260px;
  overflow: hidden;
  display: block;
  text-align: center;
}
.view_container .left .web_like ul li a span {
  width: 220px;
  height: 40px;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  color: #474747;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.view_container .left .web_like ul li a em {
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #676767;
  position: absolute;
  right: 10px;
  bottom: 0;
}
.view_container .right {
  width: 903px;
  overflow: hidden;
  float: right;
  height: auto;
  padding-bottom: 30px;
}
.view_container .right h1 {
  font-size: 20px;
  color: #393939;
}
/*      文*/
.view_container .right .view_source {
  width: 903px;
  height: 40px;
  line-height: 50px;
  color: #676767;
  font-size: 16px;
}
.view_container .right .view_source i {
  margin-right: 5px;
}
.view_container .right .view_share {
  height: 30px;
  padding: 20px 0;
  font-size: 16px;
}
.view_container .right .share_font {
  color: #676767;
}
.view_container .right .view_intro {
  padding: 30px 0;
  font-size: 16px;
  width: 100%;
  height: auto;
  line-height: 30px;
  border-bottom: 1px #7b7b7b dashed;
  border-top: 1px #7b7b7b dashed;
}
.view_container .right .view_intro img {
  margin-top: 5px;
}
.view_container .right .view_page {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.view_container .right .view_page a {
  color: #888;
  float: left;
  max-width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  display: block;
  cursor: default;
}
.view_container .right .view_page a:nth-child(2n) {
  float: right;
  text-align: right;
}
.view_container .right .view_page a.on {
  color: #424141;
  cursor: pointer;
}
.view_container .right .view_page a.on:hover {
  color: #ed4f45;
}
/*      相关*/
.view_container .right .view_more {
  width: 100%;
  height: auto;
}
.view_container .right .view_more .title {
  width: 100%;
  height: 47px;
  line-height: 47px;
  box-shadow: 0px 2px 2px #bbb;
  -webkit-box-shadow: 0px 2px 2px #bbb;
  -moz-box-shadow: 0px 2px 2px #bbb;
  z-index: 10;
  *zoom: 1;
  background: #f4f4f4;
  text-align: center;
  z-index: 1;
  margin-top: 5px;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#bbbbbb');
}
.view_container .right .view_more .title:before {
  content: '';
  width: 400px;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  position: absolute;
  height: 1px;
  background: #666;
  z-index: 5;
}
.view_container .right .view_more .title h3 {
  padding: 0 10px;
  margin: 0 auto;
  height: 47px;
  background: #f4f4f4;
  display: block;
  font-size: 16px;
  width: 70px;
  color: #000;
  z-index: 8;
  position: relative;
}
.view_container .right .view_more .more_list li {
  float: left;
  width: 444px;
  border-top: 1px #7b7b7b dashed;
  height: 110px;
  padding: 20px 0;
}
.view_container .right .view_more .more_list li .img {
  width: 110px;
  height: 110px;
  float: left;
  box-shadow: 0px 0px 1px #aaa inset;
  -webkit-box-shadow: 0px 0px 1px #aaa inset;
  -moz-box-shadow: 0px 0px 1px #aaa inset;
  position: relative;
  z-index: 10;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#bbbbbb');
}
.view_container .right .view_more .more_list li .content {
  float: left;
  width: 320px;
  height: 110px;
  margin-left: 10px;
}
.view_container .right .view_more .more_list li .content .intit {
  font-size: 13px;
  height: 25px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 21px;
  display: block;
  color: #676767;
  font-weight: bold;
  float: left;
}
.view_container .right .view_more .more_list li .content .intit:hover {
  color: #ed4f45;
}
.view_container .right .view_more .more_list li .content .indate {
  width: 100%;
  height: 25px;
  line-height: 20px;
  color: #676767;
  font-size: 13px;
  float: left;
}
.view_container .right .view_more .more_list li .content .indate i {
  font-size: 13px;
  margin-right: 3px;
}
.view_container .right .view_more .more_list li .content .info {
  width: 100%;
  height: 60px;
  line-height: 20px;
  color: #5e5e5e;
  overflow: hidden;
  font-size: 12px;
}
.view_container .right .view_more .more_list li .content .info a {
  color: #ed4f45;
}
.view_container .right .view_more .more_list li:nth-child(1),
.view_container .right .view_more .more_list li:nth-child(2) {
  border-top: none;
}
.view_container .right .view_more .more_list li:nth-child(2n) {
  float: right;
}
/*分页*/
.curr {
  border: 1px solid #CCC;
  color: #CCC;
  display: inline;
  padding: 4px 8px;
}
a.page {
  border: 1px solid #eee;
  text-decoration: none;
  color: #fff;
  display: inline;
  padding: 4px 8px;
  background-color: #1f1f1f;
}
a.page:visited {
  border: 1px solid #fff;
  text-decoration: none;
  padding: 4px 8px;
}
.ra {
  color: #000;
}
.ra a,
.ra a:link {
  color: #000;
  text-decoration: none;
}
.ra a:hover {
  color: #000;
  text-decoration: underline;
}
.red {
  color: #ff0000;
}
.yrr {
  color: #FF9900;
}
.bb {
  font-weight: bold;
}
.expage {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-top: 20px;
  float: left;
  margin-left: 65px;
  padding-bottom: 30px;
}
.error {
  border: 1px #f40 solid;
  transform: ;
}
/*返回顶部*/
.back_box {
  width: 90px;
  min-height: 360px;
  box-shadow: 0px 0px 1px #888 inset;
  -webkit-box-shadow: 0px 0px 1px #888 inset;
  -moz-box-shadow: 0px 0px 1px #888 inset;
  position: relative;
  z-index: 10;
  *zoom: 1;
  background: #f9f9f9;
  position: fixed;
  right: 20px;
  bottom: 162px;
}
.back_box .back_li {
  width: 90px;
  height: 90px;
  text-align: center;
  border-bottom: 1px #ccc solid;
  box-sizing: border-box;
}
.back_box .back_li i {
  font-size: 45px;
  height: 60px;
  line-height: 60px;
  color: #a2a2a2;
}
.back_box .back_li i:hover {
  color: #ed4f45;
}
.back_box .back_li span {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 20px;
  font-size: 16px;
  color: #666;
}
.back_box .back_li img {
  display: block;
  width: 80%;
  padding: 10%;
}
/*动画-*/
@keyframes img_frames {
  0% {
    width: 250px;
    height: 250px;
  }
  50% {
    width: 266px;
    height: 266px;
    left: -8px;
    top: -8px;
  }
  100% {
    width: 250px;
    height: 250px;
  }
}
@-moz-keyframes img_frames {
  0% {
    width: 250px;
    height: 250px;
  }
  50% {
    width: 266px;
    height: 266px;
    left: -8px;
    top: -8px;
  }
  100% {
    width: 250px;
    height: 250px;
  }
}
@-webkit-keyframes img_frames {
  0% {
    width: 250px;
    height: 250px;
  }
  50% {
    width: 266px;
    height: 266px;
    left: -8px;
    top: -8px;
  }head-nav
  100% {
    width: 250px;
    height: 250px;
  }
}
@-o-keyframes img_frames {
  0% {
    width: 250px;
    height: 250px;
  }
  50% {
    width: 266px;
    height: 266px;
    left: -8px;
    top: -8px;
  }
  100% {
    width: 250px;
    height: 250px;
  }
}
.map-wp { width: 625px; height: 390px; float: left; margin-bottom:25px; }
.map-wp-right { float: right;width: 520px; height: 390px; margin-bottom:25px; }
.map-wp-right > .company { width: 505px; height: 120px; background: url('../images/con_left1.png') center right no-repeat; background-size: auto 80%; font-size: 14px; line-height: 35px; border-bottom: 1px dashed #ccc; padding: 10px 0; }
.map-wp-right > .company h2 { font-size: 16px; color: #f40; }
.wp_adv_list { width: 1200px; height: auto; margin-bottom:50px; }
.wp_adv_list:after { content: ''; display: table; clear: both; }
.wp_adv_list > li { width: 200px; height: auto; float: left; line-height: 24px; font-size: 14px; text-align: center; }
.wp_adv_list > li > a { display: block; width: 60%; margin: 0 20%; height: auto; margin-bottom:15px; transition: transform 0.3s; -webkit-transition: transform 0.3s; -o-transition: transform 0.3s; border: 3px solid #ed4f45;
    border-radius: 50%;}
.wp_adv_list > li > a:after { content: ''; display: block; padding-top: 100%; }
.wp_adv_list > li:hover > a { transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -o-transform: rotateY(180deg); }
.wp_adv_list > li:hover > span { color: #f40; }
.a-1 { background: #f4f4f4 center no-repeat; background-image: url('../images/a-1.png'); background-size: 80% 80%; }
.a-2 {  background: #f4f4f4 center no-repeat; background-image: url('../images/a-2.png'); background-size: 80% 80%; }
.a-3 {  background: #f4f4f4 center no-repeat; background-image: url('../images/a-3.png'); background-size: 80% 80%; }
.a-4 {  background: #f4f4f4 center no-repeat; background-image: url('../images/a-4.png'); background-size: 80% 80%; }
.a-5 {  background: #f4f4f4 center no-repeat; background-image: url('../images/a-5.png'); background-size: 80% 80%; }
.a-6 {  background: #f4f4f4 center no-repeat; background-image: url('../images/a-6.png'); background-size: 80% 80%; }
/*# sourceMappingURL=style.css.map */
.index_img_01{width: 100%;height: 98px;background-image: url(../images/index_img_01.jpg);background-position: center;background-repeat: no-repeat;clear: both;margin: 25px 0;}
.index_img_02{width: 100%;height: 98px;background-image: url(../images/index_img_02.jpg);background-position: center;background-repeat: no-repeat;clear: both;margin-bottom: 25px;}
