/*
  */
@font-face {
  font-family: 'SourceHanSansCN-Regular.otf';
  src: url('../SourceHanSansCN-Regular.otf');
}
@font-face {
  font-family: 'HelveticaNeue-ThinExt.otf';
  src: url('../HelveticaNeue-ThinExt.otf');
}
@font-face {
  font-family: 'AvantGardeITCbyBT-Book.otf';
  src: url('../AvantGardeITCbyBT-Book.otf');
}
@font-face {
  font-family: 'Didot.ttf';
  src: url('../Didot.ttf');
}
@keyframes myfirst {
  0% {
    left: 50%;
    top: 0%;
  }
  25% {
    left: 50%;
    top: 10%;
  }
  50% {
    left: 50%;
    top: 20%;
  }
  75% {
    left: 50%;
    top: 30%;
  }
  100% {
    left: 50%;
    top: 40%;
  }
}
img {
  outline: none;
}
.vcenter {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.relative {
  position: relative;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
* {
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  _zoom: 1;
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.clear {
  overflow: hidden;
  _zoom: 1;
}
body {
  font-family: "Microsoft YaHei";
  min-width: 320px;
  margin: 0px;
  padding: 0px;
  background: #fff;
  font-size: 12px;
}
ul {
  padding: 0px;
  margin: 0px;
}
ul li {
  list-style: none;
}
/*-header-*/


.main_menu_area {
    background: rgba(255, 255, 255, 0.70);
    padding-top:10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    position: absolute;
    z-index: 9999999;
    width: 100%;
}
.fixed-scroll-nav .main_menu_area{
    position: fixed;
    width: 100%;
    top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
            box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.main_menu_area .container .logo {
  width: 35%;
  float: left; 
}
.logo img {
    max-width: 80px;
    display: inline-block;
    margin-right: 10px;
    float: left;
}
.logo .txt {
    float: left;text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37); padding-top:15px;
}
.logo .txt .cn { font-family:"Microsoft YaHei";
    font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 0px; color:#39373c; margin-bottom:3px;
}
.logo .txt .en {
    font-size: 1.2em;
    letter-spacing: 1px;color:#39373c; margin-bottom:5px
}
.main_menu_area .container .nav_right {
  width: 65%;
  float: left;
}
.language{ color:#ff7e00; position:relative; height:80px; position: absolute;
 top:50%; margin-top:-14px; right:15px; z-index:100}
.language a{ display:block;width:28px; height:28px; line-height:26px; font-size:14px; text-align:center;color:#ff7e00; border:2px solid #ff7e00; border-radius:14px;}
.nav_menu3,
.nav_menu3 ul,
.nav_menu3 ul li,
.nav_menu3 ul li a,
.nav_menu3 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;z-index:99;
}
.nav_menu3 #menu-button { 
    margin-top: 100px;
    background: #F00;
    position: absolute;
    z-index: 99999;
}
.nav_menu3:after,
.nav_menu3 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.nav_menu3 #menu-button {
  display: none;
}
.nav_menu3 {
  width: auto;
  line-height: 1;

}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #990B2C;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.nav_menu3 > ul > li {
  float: left;
}
.nav_menu3.align-center > ul {
  font-size: 0;
  text-align: center;
}
.nav_menu3.align-center > ul > li {
  display: inline-block;
  float: none;
}
.nav_menu3.align-center ul ul {
  text-align: left;
}
.nav_menu3.align-right > ul > li {
  float: right;
}
.nav_menu3.align-right ul ul {
  text-align: right;
}
.nav_menu3 > ul > li > a {
  padding: 30px 12px 34px 12px;
  text-decoration: none;
 
  color: #222;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
   font-size:14px;
   
}
.nav_menu3 > ul > li:hover > a {
  color: #173b62;
  font-weight:bold;
}
.nav_menu3 > ul > li > a.hover {
  color: #173b62;
  font-weight:600;
}
.nav_menu3 > ul > li.nav-has-sub > a {
  padding-right: 15px;
}
.nav_menu3 > ul > li.nav-has-sub > a::after {
  position: absolute;
  top: 35px;
  right: 5px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3 > ul > li.nav-has-sub:hover > a::after {
  border-color: #666;
}
.nav_menu3 ul ul {
  position: absolute;
  left: -9999px;
}
.nav_menu3 > ul > li > ul {    
  border-top: 1px solid #FFF; 
}
.nav_menu3 li:hover > ul {
  left: auto;
}
.nav_menu3.align-right li:hover > ul {
  right: 0;
}
.nav_menu3 ul ul ul {
  margin-left: 200px;
  top: 0;
}
.nav_menu3.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
.nav_menu3 ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
.nav_menu3 ul li:hover > ul > li {
  height: 52px;
}
.nav_menu3 ul ul li a {
  padding: 20px 20px;
  width:230px;
  background: #38373c;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  font-size:14px;
}

.nav_menu3 ul ul li:hover > a,
.nav_menu3 ul ul li a:hover {
  color: #87868a; border-top:1px solid #414045; font-weight:bold;
 
}
.nav_menu3 ul ul li.nav-has-sub > a::after {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.nav_menu3.align-right ul ul li.nav-has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.nav_menu3 ul ul li.nav-has-sub:hover > a::after {
  border-color: #666;
}
.banner.headerSlider{ padding-top:90px;}
.fixed-scroll-nav .banner {text-align: center;
padding-top: 0;
    margin-top:90px;
}
.espcms_page_bannpic.headerSlider{ padding-top:90px;}
.fixed-scroll-nav .espcms_page_bannpic {text-align: center;
padding-top: 0;
    margin-top: 90px;
}

.banner1 img{ max-width:100%;} 
.banner2 img{ max-width:100%;}
.banner3 img{ max-width:100%;}
.bannerCon{ position:absolute; width:100%; height:100%; top:10%}
.bannerCon .row1{  align-items: center; }
.banner .bannerLetterD{}
.banner .bannerLetterD p {
	color: #ccc;
	margin: 0;
	text-align: left;
}
.banner .bannerLetterD p {margin-bottom: 30px;}
.banner .bannerLetterD p.bTitle { text-align:left;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
}
.banner .bannerLetterD p.bTitle1{ text-align:left;
	font-size: 38px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px; margin-bottom:50px;
 
}
.banner .bannerLetterD p.bCon { text-align:left;font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
     text-shadow: 1px 1px 1px #333;
}
@media (max-width:996px){.banner .bannerLetterD{ display:none;}
}
.bannerimg{ position:relative;}
.bannerimg .aboutVideo{ position:absolute;width:100%; height:100%;  top:0px; z-index:99;}
.bannerimg .video-image{ position:relative;width:100%; height:100%;  }

.bannerimg  .video {
	color: #fff;
	height: 70px;
	width: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
	font-size: 26px;
	background: #ff7e00;
	padding-left: 4px;
}
.bannerimg .video i{ font-size:26px;}
.bannerimg .video:hover{
	transform:scale(1.1);
}
/* Video Animations */
/* Video Animations */

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.bannerimg .video-image .waves-block .waves {
	position: absolute;
	width: 200px;
	height: 200px;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -100px;
}
.bannerimg .video-image .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.bannerimg .video-image .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.bannerimg .video-image .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;}
	
@media (min-width:768px) and (max-width:1199px) {
	.bannerimg .aboutVideo{ top:-40px;} 
	.bannerimg .video-image .waves-block .waves {	
	width: 140px;
	height: 140px;	
	margin-left: -70px;
	margin-top: -70px;
}
.bannerimg  .video {
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	font-size: 20px;
	background: #ff7e00;
	padding-left: 4px;
}
.bannerimg .video i{ font-size:20px;}
}
@media (min-width:1200px){.bannerimg .aboutVideo{ top:-80px;}
}
@media (max-width:768px){
.bannerimg .aboutVideo{ position:absolute;width:100%; height:100%;  top:-20px; z-index:99; left:0px;}
.bannerimg .video-image{ position:relative;width:100%; height:100%;  }

.bannerimg  .video {
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	font-size: 18px;
	background: #ff7e00;
	padding-left: 4px;
}
.bannerimg .video i{ font-size:16px;}
.bannerimg .video:hover{
	transform:scale(1.1);
}
.bannerimg .video-image .waves-block .waves {
	position: absolute;
	width: 140px;
	height: 140px;
	background: #fff;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -70px;
	top: 50%;
	margin-top: -70px;
}
.bannerimg .video-image .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.bannerimg .video-image .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.bannerimg .video-image .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;}
	}


.videoCon{ position:relative;}
.videoCon .videoConCon{ position:absolute; width:62%; left:50%; margin-left:-30%; z-index:10; top:30px;}
@media (max-width:576px){.videoCon .videoConCon{  top:10px;}
.banner1  img{ min-height:200px;} 
.banner2 a img{  min-height:200px;}
.banner3 a img{  min-height:200px;}
}
.font_en {
  font-family: arial;
  font-size: 12px;
  color: #000000;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  display: block;
}
.font_cn {
  font-size: 12px;
  color: #000000;
}
.home_pro {
  width: 98%;
  margin: auto;
  max-width: 1280px;
  border-bottom: 1px solid #e8e8e8;
}
.home_pro .pro_title {
  width: 100%;
  margin: 60px 0px;
  box-sizing: border-box;
  text-align:center;
}
.home_pro .pro_title .t1 {
  font-size: 36px;
  position: relative;
  margin: 10px auto;
  font-family: å®‹ä½“;
}
.home_pro .pro_title .t1:after {
  content: "";
  position: absolute;
  width: 30px;
  bottom: 0px;
}
.home_pro .pro_title .t2 {
  color: #1a1a1a;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  height: 22px;
}
@media (max-width: 480px) {
  .home_pro .pro_title {
    margin-top: 30px;
  }
  .home_pro .pro_title .t1 {
    font-size: 30px;
  }
}
.home_pro .pro_com {
  position: relative;
}
.home_pro .pro_com .pic {
  position: relative;
  overflow: hidden;
}
.home_pro .pro_com .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.home_pro .pro_com .pic i {
  display: block;
  padding-bottom: 50%;
}
.home_pro .pro_com .text-wrap {
  position: relative;
  text-align: center;
  padding: 40px;
  cursor: pointer;
  box-sizing: border-box;
}
.home_pro .pro_com .text-wrap a {
  color: #fff;
  display: block;
}
.home_pro .pro_com .text-wrap a span {
  display: block;
  width: 90%;
  margin: auto;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.home_pro .pro_com .text-wrap a .num {
  font-size: 28px;
  font-family: AvantGardeITCbyBT-Book;
}
.home_pro .pro_com .text-wrap a .tt1 {
  font-size: 16px;
}
.home_pro .pro_com .text-wrap .txt {
  position: absolute;
  text-align: center;
  padding: 40px;
  cursor: pointer;
  transition: 2s;
  left: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  box-sizing: border-box;
}
.home_pro .pro_com .text-wrap .txt a {
  color: #c40324;
  display: block;
}
.home_pro .pro_com .text-wrap .txt a span {
  display: block;
  width: 90%;
  margin: auto;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.home_pro .pro_com .text-wrap .txt a .num {
  font-size: 28px;
  font-family: AvantGardeITCbyBT-Book;
}
.home_pro .pro_com .text-wrap .txt a .tt1 {
  color: #1a1a1a;
  font-size: 16px;
}
.home_pro .pro_com .text-wrap .txt a .tt2 {
  color: #969696;
}
.home_pro .pro_com .text-wrap .txt a p {
  width: 90%;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  height: 0px;
  transition: 1s;
}
.home_pro .pro_com .text-wrap .txt .more {
  width: 31px;
  height: 31px;
  display: block;
  margin: auto;
  background: url(../images/pro_quan.png) no-repeat;
  display: none;
}
.home_pro .pro_com .text-wrap .txt:hover {
  background: rgba(45, 45, 45, 0.9);
}
.home_pro .pro_com .text-wrap .txt:hover a {
  color: #fff;
}
.home_pro .pro_com .text-wrap .txt:hover a .tt1 {
  color: #fff;
}
.home_pro .pro_com .text-wrap .txt:hover a .tt2 {
  color: #fff;
}
.home_pro .pro_com .text-wrap .txt:hover a p {
  height: 40px;
  margin: 20px auto;
}
.home_pro .pro_com .text-wrap .txt:hover .more {
  display: block;
}
.home_pro .pro_com .slick-dots {
  text-align: right;
  width: 15%;
  right: 0px;
  top: -120px;
  height: 13px;
}
.home_pro .pro_com .slick-dots li button {
  height: 13px;
  width: 13px;
  border: 2px solid #dcdcdc;
  background: #fff;
}
.home_pro .pro_com .slick-dots .slick-active button {
  border-color: #5e5e5e;
}
@media (max-width: 480px) {
  .home_pro .pro_com .slick-dots {
    width: 100%;
    top: -30px;
  }
}
.company {
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
  margin: 30px 0px;
}
.company .container ul li {
  width: 33.333333333333336%;
  float: left;
  position: relative;
  padding-left: 2%;
  padding-right: 2%;
  overflow: hidden;
}
.company .container ul li img {
  transition: 0.3s;
}
.company .container ul li img:hover {
  transform: scale(1.1);
}
.company .container ul li i {
  display: block;
}
.company .container ul li .a_t {
  display: block;
  color: #010101;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
}
.company .container ul li p {
  height: 120px;
  line-height: 20px;
  overflow: hidden;
  margin: 10px 0px;
}
.company .container ul li p a {
  color: #131313;
  font-size: 18px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 320px) {
  .company .container ul li p a {
    display: block;
  }
}
.company .container ul li .more {
  height: 22px;
  width: 22px;
  display: block;
  background: url(../images/iconfont-jiantou.png) no-repeat;
  background-size: 100%;
}
.company .container ul li .more:hover {
  -webkit-animation: wobble 1s .2s ease both;
  -moz-animation: wobble 1s .2s ease both;
}
.company .container ul li:first-child {
  padding-left: 0px;
}
.company .container ul li:last-child {
  padding-right: 0px;
}
@media (max-width: 640px) {
  .company .container ul li {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }
  .company .container ul li p {
    height: auto;
  }
}
@media (max-width: 640px) {
  .company {
    padding: 30px 0px;
    margin: 30px 0px;
  }
}
.home_team {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.home_team .top {
  max-width: 1280px;
  margin: auto;
  width: 98%;
}
.home_team .top .l1_1,
.home_team .top .l1_2 {
  width: 50%;
  float: left;
}
.home_team .top .l1_1 a {
  display: inline-block;
  color: #c40324;
  font-size: 16px;
  background: #2d2d2d;
  padding: 4px 25px;
}
.home_team .top .l1_2 {
  text-align: right;
  height: 32px;
  line-height: 32px;
  color: #272727;
  overflow: hidden;
}
.home_team .team_tu {
  width: 100%;
  padding: 0px;
  position: relative;
  margin: 60px 0px;
}
.home_team .team_tu li {
  width: 14.285714285714286%;
  float: left;
}
.home_team .team_tu li .pic {
  position: relative;
}
.home_team .team_tu li .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
.home_team .team_tu li .pic i {
  display: block;
  padding-bottom: 106.5%;
}
.home_team .team_tu li .active:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(194, 155, 115, 0.6);
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  position: absolute;
}
.home_team .team_tu li .c1,
.home_team .team_tu li .c2,
.home_team .team_tu li .c3 {
  display: none;
}
@media (max-width: 992px) {
  .home_team .team_tu li {
    width: 20%;
  }
}
.home_team .team_tu .xianshiqy {
  position: absolute;
  text-align: center;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  max-width: 90%;
  width: 755px;
  background: #fff;
  left: 50%;
  display: none;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 30px 90px;
}
.home_team .team_tu .xianshiqy .zuo {
  background: url(../images/iconfont-zuojiantou.png);
  left: 30px;
}
.home_team .team_tu .xianshiqy .you {
  background: url(../images/iconfont-youjiantou.png);
  right: 30px;
}
.home_team .team_tu .xianshiqy .zuo,
.home_team .team_tu .xianshiqy .you {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  width: 40px;
  height: 75px;
  margin-top: -37.5px;
  text-indent: 999px;
  overflow: hidden;
  top: 50%;
  position: absolute;
  cursor: pointer;
}
.home_team .team_tu .xianshiqy .closed {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  right: 20px;
  top: 20px;
  width: 22px;
  height: 22px;
  background-image: url(../images/iconfont-guanbi.png);
}
.home_team .team_tu .xianshiqy .biaotiss {
  color: #c40324;
  font-size: 24px;
}
.home_team .team_tu .xianshiqy .biao2tiss {
  color: #111111;
  font-size: 12px;
}
.home_team .team_tu .xianshiqy .neirongss {
  font-size: 12px;
  line-height: 24px;
  margin-top: 30px;
  color: #111111;
  max-height: 90px;
  overflow: hidden;
}
.home_team .team_nei {
  background: red;
  display: block;
}
.home_team .team_nei .tw {
  display: none;
}
@media (max-width: 768px) {
  .home_team {
    display: none;
  }
}
.home_top {
  position: relative;
  max-width: 1280px;
  margin: auto;
  width: 100%;
}
.home_top .zhong {
  font-size: 22px;
  color: #000000;

  width: 85%;
  overflow: hidden;
  margin: 30px 0px;
}
@media (max-width: 640px) {
  .home_top .zhong {
    margin: 20px 0px;
  }
}


.hehuo .container .home_top {
  margin-bottom: 30px;
}
.hehuo .container .home_top .zhong {
  font-size: 22px;
  color: #000000;
  line-height: 35px;
  height: 35px;
  width: 85%;
  overflow: hidden;
  margin: 0px;
}
.hehuo .hehuo_con {
  background: #e6e6e6;
  width: 100%;
  padding: 40px 0px;
  border-top: 1px solid #d1d1d1;
}
.hehuo .hehuo_con .nei {
  max-width: 1280px;
  width: 98%;
  margin: auto;
}
.hehuo .hehuo_con .nei div a {
  display: block;
  position: relative;
}
.hehuo .hehuo_con .nei div a img {
  border: 1px solid #a1a1a1;
  max-width: 100%;
  max-height: 100%;
}
.hehuo .hehuo_con .nei div a i {
  display: block;
  padding-bottom: 66.7%;
}
.hehuo .hehuo_con .nei .slick-list {
  max-width: 1200px;
  margin: auto;
  width: 93.75%;
}
.hehuo .hehuo_con .nei .slick-list .slick-slide {
  margin: 0px 5px;
}
.hehuo .hehuo_con .nei .slick-prev,
.hehuo .hehuo_con .nei .slick-next {
  width: 33px;
  height: 33px;
  border: none;
  transform: rotate(0);
}
.hehuo .hehuo_con .nei .slick-prev {
  background: url(../images/left_p.png) no-repeat;
  left: 0px;
}
.hehuo .hehuo_con .nei .slick-next {
  background: url(../images/right_p.png) no-repeat;
  right: 0px;
}
.footer {
  background: #2d2d2d; 
}


.footTop{ padding-top:5em; padding-bottom:5em;}
.footTop span{ color:#ff7e00}
.footer .addressFoot p{ margin:0; line-height:26px;  color:#fff; font-size:1.1em}
.footer .addressFoot h5{ color:#fff; font-size:1.3em; font-weight:700; margin-bottom:20px;}
.footer .emailFoot p{ margin:0; line-height:26px;  color:#fff; font-size:1.1em}
.footer .linkFoot h5{ color:#fff; font-size:1.3em; font-weight:700;margin-bottom:20px;}
.footer .emailFoot h5{ color:#fff; font-size:1.3em; font-weight:700; margin-bottom:20px;}

.footer .linkFoot p{margin:0;line-height:26px;}
.footer .linkFoot p a{ line-height:18px; font-size:1.1em; color:#fff;}
.footer .linkFoot p a:hover{opacity: 1;filter: alpha(opacity=100);color:#E96840}
.footBottom{  padding:20px 0; background:#111}
.copyWeb{ font-size:1.1em; color:#a6a7aa; line-height:35px;}
.copyWeb span{ color:#81848f;}
.copyWeb a{ padding-left:10px; color:#ff7e00; }
.footLogo img{ max-width:40px; margin-right:5px;}
.footLogo{ color:#ccc; font-weight:600}
@media (max-width: 762px) {
.footTop{ display:none;}.footBottom{  padding:20px 0; }
}
.subNavOut{border-bottom: 1px solid #e5e5e5;
}
.subNav{    max-width: 1280px;
    margin: auto;
    width: 100%; clear:both;}
.crumbs {
  line-height: 79px;height: 79px;
  font-size: 12px;
  float:left; width:38%;
}
.crumbs .centerBlock {
font-size:13px;color: #999; padding-left:15PX;

}
.crumbs .centerBlock img{ margin-right:5px;}
.crumbs .centerBlock a {
  color: #999; font-size:13px;
}
.crumbsPro {
 width:98%;
}
.comon_top {
  width: 62%; float:right;

}
.comon_top .top_title {
  text-align: center;
  padding: 60px 0px;
}
.comon_top .top_title .hh1 {
  font-size: 36px;
  color: #050505;
  font-family: "å®‹ä½“";
  line-height: 60px;
  overflow: hidden;
  height: 60px;
}
.comon_top .top_title .hh2 {
  font-size: 14px;
  color: #3b3b3b;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.comon_top .top_title .hh3 {
  font-size: 10px;
  font-family: arial;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .comon_top .top_title {
    padding: 20px 0;
  }
  .comon_top .top_title .hh1 {
    font-size: 32px;
  }
}
.comon_top .top_nav {
  text-align: right; height:79px;
  font-size: 14px;
 
}
.comon_top .top_nav a {
  display: inline-block;
  padding: 0px 10px; 
  line-height: 79px;
  text-align: center;
  position: relative;
  z-index: 1;    color: #666666; font-size:13px;
}
.comon_top .top_nav a:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #173b62;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.comon_top .top_nav a:hover {
  color: #fff;
}
.comon_top .top_nav a:hover:before {
  height: 79px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.comon_top .top_nav a span {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 79px;
  display: block;
}
.comon_top .top_nav .active {
  color: #fff;
}
.comon_top .top_nav .active:before {
  height: 79px;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width:1110px) {
.comon_top .top_nav a {
  padding: 0px 5px; }
  }
  @media screen and (max-width:1012px){
 .comon_top{ display:none;}
 .crumbs{ width:100%}
  }
@media (max-width: 640px) {
 .crumbs{ width:100%; float:none; line-height:39px; height:39px;}
	.crumbs .centerBlock { margin:0 auto; width:98%;}
  .comon_top .top_nav { display:none;
  }
  .comon_top .top_nav a {
    width: 100%;
    background: #c40324;
    margin-bottom: 15px;
  }
}
.comon_top .top_nav_er {
  background: #2d2d2d;
  margin-bottom: 50px;
}
.comon_top .top_nav_er ul {
  position: relative;
  left: 50%;
  float: left;
  padding: 15px 0px;
}
.comon_top .top_nav_er ul li {
  position: relative;
  right: 50%;
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
}
.comon_top .top_nav_er ul li a {
  color: #fff;
  border-right: 1px solid #424242;
  padding: 0 26px;
  display: block;
  width: 100%;
  height: 16px;
  overflow: hidden;
  line-height: 16px;
}
.comon_top .top_nav_er ul li a:hover {
  color: #c40324;
}
@media (max-width: 640px) {
  .comon_top .top_nav_er {
    margin-bottom: 30px;
  }
}
.mainCon{ background:#fafafa; padding-top:0px;}
.case_nei {
  max-width: 1280px;
  width: 98%; margin:0 auto;
 
}
.case_nei ul li {
  width: 32.4%;
  float: left;
  margin-bottom: 1.3%;
  margin-right: 1.3%;
  position: relative;
  cursor: pointer;
}
.case_nei ul li:nth-child(3n+3) {
  margin-right: 0px;
}
.case_nei ul li .pic {
  position: relative;
  overflow: hidden;
}
.case_nei ul li .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
  transition: 0.3;
}
.case_nei ul li .pic h5{ text-align:center; position:absolute; bottom:0px; background:#333; color:#fff; filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8; width:100%; line-height:30px; margin-bottom:0px; margin-top:0px; padding:15px 0px;}
.case_nei ul li .pic i {
  display: block;
  padding-bottom: 62.4%;
}
.case_nei ul li .txt {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  bottom: 0;
  width: 90%;
  height: 100%;
  background: rgba(45, 45, 45, 0.85);
  color: #c40324;
  padding: 0 5%;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.case_nei ul li .txt a { margin-top:20px;
  color: #c40324;
  display: block;
  text-align: center;
}
.case_nei ul li .txt a span {
  display: block;
  width: 90%;
  margin: auto;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.case_nei ul li .txt a .num {
  font-size: 40px;
  font-family: AvantGardeITCbyBT-Book;
  font-weight: bold;
}
.case_nei ul li .txt a .tt1 {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
.case_nei ul li .txt a .tt2 {
  color: #ccc;
}
.case_nei ul li .txt a p {
  width: 90%;
  color: #fafafa;
  line-height: 20px;
  overflow: hidden;
  transition: 1s;
  max-height: 40px;
  margin: 30px auto;
}
.case_nei ul li .txt .more {
  width: 31px;
  height: 31px;
  display: block;
  margin: auto;
  background: url(../images/pro_quan.png) no-repeat;
}
.case_nei ul li:hover .txt {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
}
.case_nei ul li:hover .txt span {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.case_nei ul li:hover .pic img {
  transform: scale(1.1);
  }
  .case_nei ul li:hover .pic h5 { display:none;
}
@media (max-width: 640px) {
  .case_nei ul li {
    width: 49%;
    margin-right: 2%;
  }
  .case_nei ul li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .case_nei ul li:nth-child(2n+2) {
    margin-right: 0px;
  }
  .case_nei ul li .txt {
    display: none;
  }
}
.pageing {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: arial;
  font-size: 14px;
  text-align: center;
}
.pageing li  {
  display: inline-block;
  padding:0 5px;
  line-height: 40px;
  transition: All .2s ease-in-out;
  color: #272727;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.pageing li a{
	padding: 0 26px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #414141;
    border: 1px solid #d9d9d9;
    display: inline-block;
    background: #fff;
	
	}
.pageing li a:hover {
  color: #fff;
  font-size: 16px;
  background: #173b62;
}
.pageing li.c {
    height: 40px;
    line-height: 40px;
    background: #173b62;
    color: #fff;
	border: 1px solid #d9d9d9;
	padding: 0 26px;
	
	text-align: center;}
.pageing .active {
  color: #fff;
  font-size: 16px;
  background: #173b62;
}
@media (max-width: 640px) {
  .pageing {
    margin: 30px auto;
  }
}
.zi_news {
  margin: auto;
  width: 100%;
  background: #e6e6e6;
  overflow: hidden;
  border-top: 1px solid #CCCCCC;
  margin-top: 25px;
}
.zi_news ul {
  margin: 40px auto 50px;
  max-width: 1280px;
  width: 98%;
  overflow: hidden;
}
.zi_news ul li {
  float: left;
  width: 32%;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  border-bottom: 1px solid #d4d4d4;
  margin-right: 2%;
  position: relative;
  padding-left: 15px;
}
.zi_news ul li a {
  color: #272727;
}
.zi_news ul li:nth-child(3n+3) {
  margin-right: 0px;
}
.zi_news ul li:after {
  width: 9px;
  height: 0px;
  content: "";
  border-bottom: 2px solid #272727;
  position: absolute;
  top: 50%;
  left: 0px;
}
.zi_news ul li:hover a {
  color: #c40324;
}
.zi_news ul li:hover:after {
  border-color: #c40324;
}
@media (max-width: 480px) {
  .zi_news ul li {
    width: 100%;
    margin: 0px;
  }
}
@media (max-width: 640px) {
  .zi_news {
    margin-top: 0px;
  }
  .zi_news ul {
    margin: 20px auto 30px;
  }
}
.zi_news_x {
  width: 100%;
  background: #e6e6e6;
  border-top: 1px solid #CCCCCC;
  padding: 25px 0px;
  overflow: hidden;
}
.zi_news_x .al_new {
  width: 98%;
  max-width: 1280px;
  margin: auto;
}
.zi_news_x .al_new .left {
  width: 12%;
}
.zi_news_x .al_new .left span {
  width: 138px;
  border: 1px solid #a0a0a0;
  height: 62px;
  display: inline-block;
  line-height: 62px;
  text-align: center;
  font-size: 22px;
  color: #0f0f0f;
  margin-top: 30%;
}
.zi_news_x .al_new .right {
  width: 88%;
}
.zi_news_x .al_new .right ul li {
  float: left;
  width: 45%;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  border-bottom: 1px solid #d4d4d4;
  margin-left: 5%;
  position: relative;
  padding-left: 15px;
}
.zi_news_x .al_new .right ul li a {
  color: #272727;
}
.zi_news_x .al_new .right ul li:after {
  width: 9px;
  height: 0px;
  content: "";
  border-bottom: 2px solid #272727;
  position: absolute;
  top: 50%;
  left: 0px;
}
.zi_news_x .al_new .right ul li:hover a {
  color: #c40324;
}
.zi_news_x .al_new .right ul li:hover:after {
  border-color: #c40324;
}
@media (max-width: 480px) {
  .zi_news_x .al_new .right ul li {
    width: 100%;
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .zi_news_x .al_new .left,
  .zi_news_x .al_new .right {
    width: 100%;
  }
  .zi_news_x .al_new .left span {
    margin-top: 0px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .zi_news_x {
    margin-top: 20px;
  }
}
/*å®¢ç…§ä¸“åŒº*/
.kehu_nei ul li .txt {
  padding: 80px 70px;
}
.kehu_nei ul li .txt .tt1 {
  font-size: 20px;
}
.kehu_nei ul li .txt .more {
  margin-top: 20px;
}
.about_con {
  max-width: 1280px;
  margin: auto;
  width: 98%;
  padding-bottom:30px;
}

.about_con p {

  margin-bottom:20px;
  font-size: 14px;
  color: #51514c;
  line-height: 28px;
}
@media (max-width: 640px) {
  .about_con {
    padding: 20px 0px;
  }
  .about_con .about_1 {
    font-size: 26px;
  }
}
.about_con .fuwu_con {
  width: 98%;
  max-width: 1050px;
  margin: auto;
}
.about_con .fuwu_con .left {
  vertical-align: middle;
  font-size: 40px;
  color: #000000;
  font-family: å®‹ä½“;
  width: 30%;
  margin-top: 80px;
  text-align: left;
}
.about_con .fuwu_con .right {
  width: 70%;
}
.about_con .fuwu_con .right p {
  text-align: left;
  color: #363636;
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 640px) {
  .about_con .fuwu_con .left,
  .about_con .fuwu_con .right {
    width: 100%;
  }
  .about_con .fuwu_con .left {
    margin-top: 0px;
    font-size: 34px;
  }
}
.about_img {
  position: relative;
  margin-bottom: 30px;
}
.about_img i {
  padding-bottom: 24.25%;
  display: block;
}
@media (max-width: 640px) {
  .about_img {
    margin-bottom: 0px;
  }
}
.about_fu {
  width: 100%;
  background: #505050;
  margin-bottom: 30px;
}
.about_fu .mun_3 {
  width: 98%;
  max-width: 1280px;
  margin: auto;
}
.about_fu .mun_3 span {
  width: 33.333%;
  display: block;
  float: left;
  text-align: center;
  font-family: Didot;
  box-sizing: border-box;
  font-size: 60px;
  color: #fff;
  border-right: 1px solid #737373;
  padding-bottom: 20px;
}
.about_fu .mun_3 span i {
  font-family: å¾®è½¯é›…é»‘;
  font-size: 13px;
  color: #cccccc;
  font-style: normal;
  display: block;
  margin-top: -10px;
}
.about_fu .mun_3 span:last-child {
  border: none;
}
@media (max-width: 640px) {
  .about_fu .mun_3 span {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #737373;
    font-size: 40px;
  }
}
.about_fu .about_fuwu_img {
  position: relative;
}
.about_fu .about_fuwu_img img {
  max-height: 100%;
  max-width: 100%;
}
/*è”ç³»æˆ‘ä»¬*/
.contact_con {
  max-width: 1280px;
  margin: auto;
  width: 98%;
  padding: 70px 0px;
}
.contact_con .left_img {
  float: left;
}
.contact_con .left_img .pic {
  position: relative;
}
.contact_con .left_img .pic i {
  display: block;
}
.contact_con .left_img span {
  background: #737373;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 10px 0px;
}
.contact_con .contact_nei {
  float: right;
  color: #4e4e4e;
  max-width: 370px;
  width: 38%;
  margin-top: 20px;
  font-size: 14px;
}
.contact_con .contact_nei a {
  color: #4e4e4e;
  line-height: 36px;
}
@media (max-width: 480px) {
  .contact_con {
    padding: 30px 0px;
  }
  .contact_con .left_img {
    margin: auto;
    float: none;
	display:none;
  }

  .contact_con .contact_nei {
    width: 100%;
 
  }
}
.contact_map {
  width: 100%;
}
.contact_map #map {
  width: 100%;
  height: 346px;
}
/*åœ¨çº¿ç•™è¨€*/
.feedback_con {
  max-width: 780px;
  width: 98%;
  margin: auto;
  padding: 60px 0;
}
.feedback_con .mes_tt {
  text-align: center;
}
.feedback_con .mes_tt h3 {
  color: #2d2d2d;
  font-size: 30px;
}
.feedback_con .mes_tt h5 {
  color: #717171;
  font-size: 12px;
  line-height: 20px;
}
.feedback_con .mes-kk {
  margin: 70px auto;
}
.feedback_con .mes-kk .input-wrap {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.feedback_con .mes-kk .input-wrap input {
  float: left;
  width: 96%;
  border: 1px solid #cccccc;
  height: 38px;
  font-size: 12px;
  line-height: 38px;
  background-color: #fff;
  padding-left: 1.893939393939394%;
  margin-bottom: 2.6515151515151514%;
  outline: none;
  color: #777;
}
.feedback_con .mes-kk .input-wrap input:focus {
  border: 1px solid #bb9369;
}
.feedback_con .mes-kk .input-wrap span {
  font-size: 12px;
  color: #ff1f00;
  line-height: 38px;
}
.feedback_con .mes-kk .input-wrap:nth-child(2n+2) {
  margin-right: 0px;
}
@media (max-width: 640px) {
  .feedback_con .mes-kk .input-wrap {
    width: 100%;
    margin-right: 0px;
  }
}
.feedback_con .mes-kk textarea {
  width: 98%;
  height: 95px;
  font-size: 12px;
  border: 1px solid #cccccc;
  line-height: 24px;
  background-color: #fff;
  padding-left: 0.927643784786642%;
  margin-bottom: 2.6515151515151514%;
  float: left;
  color: #777;
  outline: none;
}
.feedback_con .mes-kk textarea:focus {
  border: 1px solid #bb9369;
}
@media (max-width: 640px) {
  .feedback_con .mes-kk textarea {
    width: 96%;
    padding-left: 1.893939393939394%;
  }
}
.feedback_con .mes-kk span {
  font-size: 12px;
  color: #ff1f00;
  line-height: 38px;
  float: left;
  margin-left: 4px;
}
.feedback_con .mes-kk input.yanzheng {
  width: 46.18181818181818%;
  height: 36px;
  border: 1px solid #a7a7a7;
  float: left;
  font-size: 12px;
  line-height: 38px;
  background-color: #fff;
  padding-left: 0.9090909090909091%;
  margin-bottom: 2.6515151515151514%;
  outline: none;
  color: #777;
}
.feedback_con .mes-kk input.yanzheng:focus {
  border: 1px solid #bb9369;
}
@media (max-width: 360px) {
  .feedback_con .mes-kk input.yanzheng {
    width: 96%;
  }
}
.feedback_con .mes-kk .yz {
  float: left;
  width: 94px;
  height: 38px;
  margin-left: 5px;
  position: relative;
}
.feedback_con .mes-kk .yz img {
  max-width: 100%;
}
.feedback_con .mes-kk a {
  font-size: 12px;
  color: #565656;
  margin-left: 10px;
  float: left;
  line-height: 38px;
}
.feedback_con .mes-kk a:hover {
  color: #bb9369;
}
@media (max-width: 640px) {
  .feedback_con .mes-kk {
    margin: 30px auto;
  }
}
.feedback_con input.submit {
  width: 50%;
  background-color: #bb9369;
  height: 44px;
  line-height: 44px;
  margin: auto;
  margin-top: 2.631578947368421%;
  color: #010101;
  font-size: 18px;
  display: block;
  border: none;
  transition: all 1s;
}
@media (max-width: 640px) {
  .feedback_con input.submit {
    width: 100%;
  }
}
.feedback_con input.submit:hover {
  background: #2d2d2d;
  color: #fff;
}
@media (max-width: 640px) {
  .feedback_con {
    padding: 10px 0;
  }
}
/*æ–°é—»é¡µé¢*/
.news_con {
  max-width: 1280px;
  margin: auto;
  padding-left:1%;padding-right:1%; width:98%;
}
.news_con ul {
 
}
.news_con ul li {
 margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
  position: relative;
}
.news_con ul li .pic {
  position: relative;
  overflow: hidden;
  transition: 0.5s; float:right;width:260px; 
}
.news_con ul li .pic i {
  display: block;
}
.news_con ul li:first-child {
 
}
.news_con ul li:last-child {
  margin-right: 0px;
}
.news_con ul li:last-child:after {
  background: none;
}
.news_con ul li:after {

}
.news_con ul li .txt{ float:left; width:70%}
.news_con ul li .txt h3 {
  display: inline-block;
    max-width: 100%;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    margin-right: 10px;
}
.news_con ul li .txt .time {
display: inline-block;
    color: #888888;
    font-size: 12px;
    padding-right: 10px;
    font-weight: normal;
}
.news_con ul li .txt p {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}
.news_con ul li:hover .pic img {
  transform: scale(1.1);
}
.news_con ul li:hover .txt h3 {
  color: #173b62;
}
.news_con ul li:hover .txt .time {
  color: #173b62;
}
.news_con ul li:hover .txt p {
  
}
.news_con ul li:hover:after {
  background: #173b62;
}
.news_con ul li:hover:last-child:after {
  background: none;
}
@media (max-width: 640px) {
  .news_con ul li { width:98%; margin:0 auto;
  
  }
   .news_con ul li .txt{ width:100%}
  .news_con ul li .pic{ display:none;}
  .news_con ul li:first-child {
   
  }
  .news_con ul li:last-child {
   
  }
  .news_con ul li:after {
    
  }
}
.news_con ul .xian {
  border-bottom: 1px solid #e0e0e0;
}
/*æ–°é—»è¯¦ç»†*/
.news_show {
  width: 98%;
  color: #1d1d1d;
  max-width: 1280px;
  margin: auto;
}
.news_show .news_s_top {
  
  width: 100%;
  margin: auto;
  text-align: center;
}
.news_show .news_s_top h3 {
  font-size: 28px;
  line-height: 1.5;
  margin: 10px auto;
}
.newsCon{  margin:0 auto; padding-top:20px;}
.newsCon { font-size:14px; line-height:24px; padding-left:1em; padding-right:1em;}
.newsCon img{ max-width:100%}
@media (max-width: 640px) {
  .news_show .news_s_top h3 {
    font-size: 20px;
  }
}
.news_show .news_s_top div {
 
  line-height: 30px;
  height: 30px;
}
.news_show .news_s_top div span {
  display: inline-block;
  margin: 0px 2%;
}
.news_show p {
  
  display: block;
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 640px) {
  .news_show p {
    margin: 20px auto;
  }
}
.news_show .show_img {
  text-align: center;
}
.news_show .show_img img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: 27.5%;
}
.prev_next { max-width:900px; margin:0 auto;
  margin-top: 45px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    padding-bottom: 60px; position:relative;
}
.prev_next li { line-height:26px;
 
}
.prev_next li a {
  color: #1c1819;
  display: block;
}
.prev_next li:last-child {
  
}
.prev_next li:hover {

}
.prev_next li:hover a {
  color: #bd0000;
}
.prev_next a.back{position:absolute; right:0; bottom:10px;
    padding: 5px 22px;
    border: 1px solid #eee;
    color: #888;
    transition: all 0.3s;}
	.prev_next a.back:hover{
	border-color: #bd0000;
	background: #bd0000;
	color: #fff;
}
@media (max-width: 640px) {
  .prev_next {
    margin: 30px auto 0px;
  }
  .prev_next li {
    width: 100%;
    margin-bottom: 10px;
  }
  .prev_next li:last-child {
    text-align: left;
  }
}
/*æœåŠ¡æŠ¥ä»·*/
.price_con {
  width: 98%;
  max-width: 1280px;
  margin: auto;
}
.price_con ul li {
  margin-bottom: 25px;
}
.price_con ul li .pic,
.price_con ul li .text {
  width: 50%;
  display: table-cell;
}
.price_con ul li .pic {
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.price_con ul li .pic img {
  max-height: 100%;
  max-width: 100%;
  transition: 0.3s;
}
.price_con ul li .text {
  background: #e9e9e9;

  padding: 40px;
  vertical-align: top;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .price_con ul li .text {
    padding: 30px;
  }
}
.price_con ul li .text_r {
  text-align: right;
}
.price_con ul li .text_r .price {
  padding-right: 10px;
}
.price_con ul li .text_r p {
  padding-right: 10px;
}
.price_con ul li .xi_title {
  font-size: 24px;
  color: #1f1f1f;
  display: block;
  overflow: hidden;
  font-family: å®‹ä½“;
}
.price_con ul li .price {
  display: block;
  color: #b48555;
  font-size: 36px;
  font-family: arial;
  padding-left: 10px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .price_con ul li .price {
    font-size: 30px;
  }
}
.price_con ul li p {
  font-size: 12px;
  color: #605e5e;
  line-height: 24px;
  height: 92px;
  overflow: hidden;
  padding-left: 10px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .price_con ul li p {
    display: none;
  }
}
.price_con ul li:hover .pic img {
  transform: scale(1.1);
}
.price_con ul li:hover .text {
  background: #fff;
}
@media (max-width: 480px) {
  .price_con ul li {
    margin-bottom: 15px;
  }
  .price_con ul li .pic {
    display: block;
    width: 100%;
  }
  .price_con ul li .text {
    width: 100%;
    display: block;
  }
  .price_con ul li p {
    display: block;
  }
}
.price_con .price_t {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.price_con p {
  margin-bottom: 40px;
  line-height: 24px;
  font-size: 13px;
}
@media (max-width: 640px) {
  .price_con p {
    margin-bottom: 30px;
  }
  .price_con p:last-child {
    margin-bottom: 0px;
  }
}
/*å›¢é˜ŸæœåŠ¡*/
.team_con {
  margin: auto;
  width: 98%;
  max-width: 1280px;
}
.team_con p {
  max-width: 995px;
  width: 100%;
  margin: 70px auto 60px;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  color: #2d2d2d;
}
@media (max-width: 640px) {
  .team_con p {
    margin: 20px auto 30px;
  }
}
.team_con .team_ul li {
  width: 20%;
  float: left;
  border-bottom: 8px solid #262626;
  border-right: 1px solid #fff;
}
.team_con .team_ul li .pic {
  position: relative;
  overflow: hidden;
}
.team_con .team_ul li .pic img {
  transition: 0.5s;
}
.team_con .team_ul li .pic i {
  display: block;
  padding-bottom: 105.8%;
}
.team_con .team_ul li .name_t {
  padding: 15px 0px;
  text-align: center;
}
.team_con .team_ul li .name_t span {
  display: block;
  color: #262626;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
}
.team_con .team_ul li:hover {
  border-bottom: 8px solid #c40324;
}
.team_con .team_ul li:hover .pic img {
  transform: scale(1.1);
}
.team_con .team_ul li:hover .name_t span {
  color: #c40324;
}
@media (max-width: 768px) {
  .team_con .team_ul li {
    width: 33.333%;
  }
}
@media (max-width: 480px) {
  .team_con .team_ul li {
    width: 50%;
  }
}
.team_show {
  width: 100%;
}
.team_show .img_s {
  text-align: center;
}
.team_show .img_s img {
  max-height: 100%;
  max-width: 100%;
}
.team_show p {
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  max-width: 1280px;
}
/*ç³»åˆ—è¯¦æƒ…*/
.case_show {
  width: 98%;
  margin: auto;
  max-width: 1280px;
  margin-bottom:40px;
}
.case_show .c_s_top {
  overflow: hidden;
}
.case_show .c_s_top .left {
  width: 100%;
  font-size:28px;
  color: #1c1c1c;
  vertical-align: middle;
  margin-top: 34px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.case_show .c_s_top .right {
  width: 68%;
  padding-bottom: 3px;
}
.case_show .c_s_top .right p {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.case_show .c_s_top .right .biao {
  height: 36px;
  line-height: 36px;
  color: #c40324;
  font-size: 13px;
  background: #2d2d2d;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.case_show .c_s_top .right .biao i {
  font-style: normal;
  width: 55%;
  display: inline-block;
}
.case_show .c_s_top .right .biao i span {
  margin: 0px 3%;
}
@media (max-width: 480px) {
  .case_show .c_s_top .right .biao i span {
    display: none;
  }
  .case_show .c_s_top .right .biao i span:first-child {
    display: block;
  }
}
.case_show .c_s_top .right .biao .yue {
  position: absolute;
  background: #c40324;
  top: -3px;
  right: 15%;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  color: #151515;
  padding: 0px 25px;
  font-size: 16px;
}
.case_show .c_s_top .right .biao .yue:hover {
  background: #2d2d2d;
  color: #fff;
}
@media (max-width: 640px) {
  .case_show .c_s_top .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .case_show .c_s_top .right {
    width: 100%;
  }
  .case_show .c_s_top .right .biao i {
    width: 60%;
  }
  .case_show .c_s_top .right .biao i span {
    margin: 0px 1%;
  }
  .case_show .c_s_top .right .biao .yue {
    padding: 0px 15px;
    right: 8%;
    font-size: 14px;
  }
}
.case_show .case_show_img {
  margin: 35px auto;
}
.case_show .case_show_img li {
	text-align:center;
  position: relative;
 
  overflow: hidden;
  
}
.case_show .case_show_img li:nth-child(2n+2) {
  margin-right: 0px;
}
.case_show .case_show_img li i {
  display: block;
}
.case_show .case_show_img li img {
  transition: 0.5s;
}
.case_show .case_show_img li:hover img {

}
.case_show p {
  line-height: 24px;
  font-size: 13px;
  margin-bottom: 40px;
  color: #1f1f1f;
}
@media (max-width: 640px) {
  .case_show p {
    margin-bottom: 20px;
  }
}
.case_show .xiang_xi {
  width: 100%;
}
.case_show .xiang_xi li {
  width: 24.175%;
  float: left;
  margin-right: 1.1%;
}
.case_show .xiang_xi li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.case_show .xiang_xi li a img {
  transition: 0.5s;
}
.case_show .xiang_xi li a i {
  display: block;
  padding-bottom: 83.4%;
}
.case_show .xiang_xi li a:hover img {
  transform: scale(1.1);
}
.case_show .xiang_xi li:last-child {
  margin-right: 0px;
}
@media (max-width: 640px) {
  .case_show .xiang_xi li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .case_show .xiang_xi li:nth-child(2n+2) {
    margin-right: 0px;
  }
}
.zai_liu {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 10px 0px;
}
.zai_liu .mes-kk {
  margin: 0 auto;
}
.zai_liu input.submit {
  width: 170px;
  height: 42px;
  margin: 0px;
  font-size: 18px;
  font-family: å®‹ä½“;
  background: #c40324;
  margin-top: 10px;
}
.kefu_show {
  width: 100%;
  margin-bottom: 30px;
}
.kefu_show .left_img {
  width: 50%;
  float: left;
  position: relative;
}
.kefu_show .left_img i {
  display: block;
  padding-bottom: 83.4%;
}
.kefu_show .right_img {
  width: 49%;
  float: right;
}
.kefu_show .right_img .pe_name {
  color: #333333;
  font-size: 24px;
  height: 34px;
  overflow: hidden;
  font-family: å®‹ä½“;
}
@media (max-width: 640px) {
  .kefu_show .right_img .pe_name {
    font-size: 20px;
    margin-top: 20px;
  }
}
.kefu_show .right_img .pa_time {
  color: #838383;
  font-size: 12px;
  font-family: arial;
  height: 18px;
  line-height: 18px;
}
.kefu_show .right_img .pa_di {
  color: #676767;
  font-size: 12px;
  font-family: å®‹ä½“;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin: 5px auto 8px;
}
.kefu_show .right_img .pa_di span {
  display: block;
}
@media (max-width: 640px) {
  .kefu_show .right_img .pa_di span {
    display: none;
  }
}
.kefu_show .right_img .kehu_s_xiao li {
  float: left;
  width: 19.2%;
  margin-right: 1%;
  position: relative;
  margin-bottom: 1%;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.kefu_show .right_img .kehu_s_xiao li:nth-child(5n+5) {
  margin-right: 0px;
}
.kefu_show .right_img .kehu_s_xiao li i {
  display: block;
}
.kefu_show .right_img .kehu_s_xiao .active {
  border: 2px solid #c40324;
}
@media (max-width: 640px) {
  .kefu_show .right_img .kehu_s_xiao {
    display: none;
  }
}
@media (max-width: 640px) {
  .kefu_show .right_img {
    text-align: center;
  }
}
.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
  background-image: none !important;
}
.w1004 {
  max-width: 1280px;
  margin: auto auto 50px;
  border-radius: 5px;
  width: 98%;
}
.map {
  margin: 0 auto;
}
.map dl {
  margin: 20px 0 20px 0;
  overflow: hidden;
  line-height: 30px;
}
.map dl:hover dt a {
  color: #fff;
  font-weight: bold;
}
.map dt {
  font-size: 14px;
  float: left;
  width: 10%;
  text-align: center;
  background: #c40324;
}
.map dt a {
  color: #fff;
  display: block;
}
.map dt a:hover {
  color: #fff;
  font-weight: bold;
}
.map dd {
  font-size: 12px;
  overflow: hidden;
  float: left;
  width: 85%;
  margin: 0px;
}
.map dd .p2 {
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #c40324;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.map dd .p2 a:hover {
  color: #c40324;
}
.map dd div {
  clear: both;
  overflow: hidden;
  padding: 0px 20px 0 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px 0 10px;
}
.map dd div a:hover {
  color: #003e7e;
  background: #c40324;
  color: #fff;
}
@media (max-width: 768px) {
  .map dt {
    width: 15%;
  }
  .map dd {
    width: 85%;
  }
}
@media (max-width: 640px) {
  .map dt {
    width: 20%;
  }
  .map dd {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .map dt {
    width: 100%;
  }
  .map dd {
    width: 100%;
  }
}
#box_footerBody {
	width: 100%;
	height: 45px;
	position:fixed;
	bottom: 0px;
	left: 0px;
	/*z-index: 99999;原生浏览器高清无效*/
	text-align: center;
	background:transparent none;
	border-top: none;
	visibility:hidden;
	-webkit-transition:bottom;
	-webkit-transition-timing-function:ease-out;
	-webkit-transition-duration:100ms;
}

.Toolbar_show01-d1_c1{
	width: 100%;
	max-width: 640px;
	height: 45px;
	margin: 0 auto;
}
.Toolbar_show01-d1_c1 > div{
	height: 45px;
	max-width:640px;
	margin:0 auto;
}
/* footerToolStyle1 */
.Toolbar_show01-d1_c1 .footerWrap {
	width: 100%;
	overflow: hidden;
	display: -moz-box;
	display: -webkit-box;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	box-orient: horizontal;
	border-top:1px solid rgba(255,255,255,0.2);
	height:44px;
    margin:0px auto;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#bd0000), to(#bd0000));
	background: -moz-linear-gradient(#bd0000, #bd0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e2e', endColorstr='#d57722');
}
.Toolbar_show01-d1_c1 .footerWrap li {
	text-align: center;
	height:44px;
	overflow:hidden;
	border-right: 1px solid rgba(255,255,255,0.2);
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.Toolbar_show01-d1_c1 .footerWrap a,
.Toolbar_show01-d1_c1 .footerWrap div {
	height: 44px;
	display: block;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
}
.Toolbar_show01-d1_c1 .footerWrap li:nth-last-child(1) {
	border-right:none;
}
.Toolbar_show01-d1_c1 .icon .numIcon {
	width:18px;
	height: 19px;
	line-height: 19px;
	font-size: 10px;
	text-align:center;
	display:block;
	color: #fff;
	background:url(../images/common.png) no-repeat -156px -223px;
	background-size:400px;
	-moz-background-size:400px;
	position:absolute;
	top:-2px;
	right:-6px;
}
.Toolbar_show01-d1_c1 .icon .more99 {
	font-size:9px;
	-webkit-text-size-adjust:none;
}
.Toolbar_show01-d1_c1 .footerToolStyle3 .numIcon {
	top:5px;
	right:-5px;
}
.Toolbar_show01-d1_c1 .text {
	height: 16px;
	line-height: 16px;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display:block;
	overflow:hidden;
}
.Toolbar_show01-d1_c1 .footerWrap .touch {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#bd0000), to(#bd0000));
	background: -moz-linear-gradient(#bd0000, #bd0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ad6320', endColorstr='#975418');
}


.Toolbar_show01-d1_c1 .whiteIcon span.icon,
.Toolbar_show01-d1_c1 .grayIcon span.icon,.Toolbar_show01-d1_c1 .grayIcon a.icon{
	width:30px;
	height:20px;
	display: block;
	background: url(../images/common.png) no-repeat;
	background-size:400px;
	-moz-background-size:400px;

	margin: 4px auto 0 auto;
	position:relative;
}
.Toolbar_show01-d1_c1 .whiteIcon a:active,.Toolbar_show01-d1_c1 .whiteIcon a:visited{background:transparent;outline:none;border:0px;}
.Toolbar_show01-d1_c1 .whiteIcon a.email {
	background-position:0px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon a.message {
	background-position: -30px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon a.share {
	background-position: -60px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon span.more {
	background-position: -150px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon a.tel {
	background-position: -90px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon a.map {
	background-position: -120px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon span.cart {
	background-position: -212px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon span.member {
	background-position: -240px -110px;
}
.Toolbar_show01-d1_c1 .whiteIcon span.home {
	background-position:-180px -110px;
}


/* footerToolStyle2 */
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar {
	width:100%;
	max-width:640px;
	height: 16px;
	padding-top:14px;
	border: none;
	position:absolute;
	z-index:9999;
	top:-29px;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar .anchor {
	display: block;
	width: 100px;
	height: 13px;
	background: #bd0000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin:0 auto;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar .controlBottom {
	width:100%;
	display: block;
	height: 3px;
	overflow:hidden;
	background: #bd0000;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar .icon {
	display: block;
	width: 14px;
	height: 8px;
	margin: 0 auto;
	overflow:hidden;
	position:relative;
	top:3px;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar .icon em{
	display:block;
	width:20px;
	height:20px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position:relative;
	border-right:1px solid rgba(255,255,255,0.8);
	border-bottom:1px solid rgba(255,255,255,0.8);
	top:-18px;
	left:-4px;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar.close .icon em{
	border-top:1px solid rgba(255,255,255,0.8);
	border-left:1px solid rgba(255,255,255,0.8);
	top:5px;
}
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar.touch .anchor,
.Toolbar_show01-d1_c1 .footerToolStyle2 .controlBar.touch .controlBottom{
	opacity:0.8;
}
@media (max-width:640px)
{
    #box_footerBody { visibility:visible; z-index: 999;}
    }
/*# sourceMappingURL=style.css.map */
/*===== Projects Feed =====*/
.projects-feed {
    clear: both;
}
.projects-feed .project {
    background: #fff;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: opacity 0.25s ease-in 0.1s;
    width: 100%;
}
.no-js .projects-feed .project,
.projects-feed .loaded {
    opacity: 1;
}
.projects-feed .project .overlay {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.6);
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    width: 100%;
}
.no-touch .projects-feed .project a:hover .overlay {
    opacity: 1;
}
.projects-feed .project-content-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}
.projects-feed .project-content-container::before {
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 22px solid #fff;
    content: '';
    display: block;
    height: 0;
    margin: auto;
    position: absolute;
    top: -22px; left: 0; right: 0;
    width: 0;
}
.projects-feed .project-content {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    padding: 20px;
}
.table {
    display: table;
    height: 100%;
    width: 100%;
}
.table-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.thumbnail-title {
    color: #2c2c2c;
    font-family: 'Righteous',helvetica,sans-serif;
    font-size: 21px;
    margin: 0 auto 10px auto;
    text-align: left;
    letter-spacing: 4px;
    text-transform:uppercase;
    max-width: 360px;
    width: 75%;
    word-wrap: break-word;
}
.thumbnail-description {
    color: #2c2c2c;
    font-family: 'quicksand', Arial, sans-serif;
    font-size: 16px;
    margin: 0 auto;
    max-height: 5em;
    max-width: 360px;
    text-align: left;
    width: 75%;
    text-transform: uppercase;
}
@media only screen and (min-width: 401px) {
	  /*===== Projects =====*/
    .projects-feed .thumb,
    .projects-feed .project-content-container {
        float: left;
        width: 50%;
    }
    .projects-feed .project-content-container { padding-bottom: 50%; }
    .projects-feed .project:nth-child(2n) .thumb { float: right; }
    /* Thumb on the left */
    .projects-feed .project:nth-child(2n+1) .project-content-container::before {
        border-top: 22px solid transparent;
        border-left: none;
        border-bottom: 22px solid transparent;
        border-right: 22px solid #fff;
            left: -22px; top: 0; bottom: 0; right: initial;
    }
    /* Thumb on the right */
    .projects-feed .project:nth-child(2n) .project-content-container::before {
        border-top: 22px solid transparent;
        border-right: none;
        border-bottom: 22px solid transparent;
        border-left: 22px solid #fff;
        left: initial; top: 0; bottom: 0; right: -22px;
    }
	}
	@media only screen and (min-width: 801px) {
		 /*===== Projects =====*/
    .thumbnail-title {
        font-size: 28px;
    }
    .is_page .projects-feed { margin-top: 150px; }
    .projects-feed .project { float: left; }
    .projects-feed .project:nth-child(3n+1),
    .projects-feed .project:nth-child(3n+3) {
        /*max-width: 800px;*/
        width: 66.6667%;
    }
    .projects-feed .project:nth-child(3n+2) {
        float: right;
        /*max-width: 400px;*/
        width: 33.3333%;
    }
    .projects-feed .project:nth-child(3n+1) .thumb { float: left; }
    .projects-feed .project:nth-child(3n+3) .thumb { float: right; }
    .projects-feed .project:nth-child(3n+2) .thumb,
    .projects-feed .project:nth-child(3n+2) .project-content-container {
        float: none;
        width: 100%;
    }
    .projects-feed .project:nth-child(3n+2) .project-content-container { padding-bottom: 100%; }
    /* Thumb on the left */
    .projects-feed .project:nth-child(3n+1) .project-content-container::before {
        border-top: 22px solid transparent;
        border-left: none;
        border-bottom: 22px solid transparent;
        border-right: 22px solid #fff;
            left: -22px; top: 0; bottom: 0; right: initial;
    }
    /* Thumb on the top */
    .projects-feed .project:nth-child(3n+2) .project-content-container::before {
        border-left: 22px solid transparent;
        border-top: none;
        border-right: 22px solid transparent;
        border-bottom: 22px solid #fff;
            left: 0; top: -22px; bottom: initial; right: 0;
    }
    /* Thumb on the right */
    .projects-feed .project:nth-child(3n+3) .project-content-container::before {
        border-top: 22px solid transparent;
        border-right: none;
        border-bottom: 22px solid transparent;
        border-left: 22px solid #fff;
            left: initial; top: 0; bottom: 0; right: -22px;
    }
		
		}
@media (max-width: 1024px) {
	.footer .copy_z .container .right { display:none;
	}
	}
	.mainCon .swiper-container{ max-width:1000px;}
	.proCon{ max-width:900px; margin:auto;}}
	

.aboutIndex{
    background: #fff; padding:5em 0px;
}
.aboutCon{padding: 80px 80px;
    position: relative;
    overflow: hidden;
    z-index: 1; background:#f1f1f1;}
.aboutTit{ margin-bottom:40px;}
.aboutTit h4{    position: relative;
    padding-top: 25px;
    margin: 0;
    font-weight: bold;
    font-size: 16px;}
.aboutTit h4:before {
    content: '';
    background: #173b62;
    width: 25px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.aboutTit h1{margin-top: 25px;
    font-size: 18px;
    line-height: 36px;}
.aboutCon p {
    margin: 45px 0 45px 0;
    font-size: 14px;
    line-height: 30px;
    padding-right: 45px;
  
}
.aboutCon a{background-color: #173b62;
    color: #fff;
    padding: 17px 40px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 1px;
    font-size: 12px;}
.aboutCon img	{position: absolute;
    right: -100px;
    bottom: -142px;
    width: 382px;
    height: 382px;
    z-index: -1;
    opacity: .5;}
.aboutImg{ position:relative;}
.aboutImgTop{ height:356px; width:100%; overflow:hidden}
.aboutImgTop img{ width:100%}
.aboutBox1{width: 50%;
    float: left;
    background-color: #09aeb8;
    color: #ffffff;
    margin-top: 5%;
    padding: 38px;
    border: 10px solid #fff;
    border-top: none;
    border-bottom: none; padding:0px; }
	.aboutBox1 img{ width:100%}
.aboutBox1:nth-child(2) {
    border-left: none;
}
.aboutBox1:last-child {
    border-right: none;
}
.indexPro{ background:#f1f1f1; padding:5em 0px; padding-top:3em;}
.service_box {
    background-color: #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 10px solid #fff;
    text-align: center; margin-bottom:30px;
}
.service_box .service_img img {
    width: 100%;
}
.service_box .service_img {
    position: relative;
}
.service_box .service_img .icon-box {
    text-align: center;
    width: 77px;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.service_box .service_img .icon-box i {
    line-height: 75px;
    font-size: 38px;
    color: #38373C;
}
.service_box .service_img .icon-box i img{ width:40px; height:40px;}
.service_box .service_img:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service_box:hover > .service_img:before {
    opacity: .7;
    visibility: visible;
}
.service_box:hover {
    background-color: #d6dae5;
    color: #ffffff;
}
.service_box:hover h2 {
    color: #173b62;
}
.service_box .btn-yellow {
    width: 100%;
    display: block;
    background-color: #F1F1F1;
}
.service_box .btn-yellow:hover {
    color: #fff;
}
.service_box:hover .btn-yellow {
    background-color: #173b62;
	 color: #fff;
}
.service_box:hover p {
    color: #173b62;
}
.service_box .service_details {
    padding: 40px 0 0px;
}
.service_details h2 a {
    display: block;
}
.service_details h2 {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: bold;color:#38373c;
}
.service_details p {
    color: #87868a;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
}

.service_center_left i {
    font-size: 50px;
}
.hero-section-title {margin-bottom: 60px;}
.hero-section-title h1 {
    font-size: 30px;
    font-weight: 600;
    color: #38373c;
    
}
.hero-section-title h1 a{ display:block; color:#38373c}

.hero-section-title h1 span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.3em;
    color: #173b62;
    letter-spacing: 1px; margin-bottom:5px;
}

.btn-yellow {
    background-color: #38373c;
    color: #38373c;
    padding: 17px 40px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 1px;
    font-size: 12px;
}
a.btn-yellow:hover {
    background-color: #173b62; 
    color:#fff;
}
.btn-blue {
    background-color: #173b62;
    color: #fff;

    display: inline-block;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 1px;
    font-size: 12px;
	color: #fff;
    padding: 13px 0px;
    width: 100%;
    max-width: 160px;
    text-align: center;
   
    transition: ease-in all 0.5s;
    border-radius: 26px;
}
a.btn-blue:hover  {
     background: #ff7e00;
     color: #fff;
     border-radius: 13px;
     transition: ease-in all 0.5s;

}
/*-- //about --*/
.newsIndex{    position: relative;padding:5em 0;
    width: 100%;
    display: inline-block;
    overflow: hidden; background:#fefefe;}
	.about_service_area {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.about_service_left {
    position: relative;
    width: 95%;
    background: url(../images/why_choose_us.jpg) center no-repeat;
    background-size: cover;
	height:500px;
  
}
.about_service_left img {
    width: 100%; height:100%;
    position: relative;
}
.about_service_right {
    padding-left: 50px; height:500px; position:relative;
}
.heading_with_border{  position: relative;
    padding-top: 25px;
    margin: 0;
    font-weight: bold;
    font-size: 16px;}
.heading_with_border:before {
    content: '';
    background: #173b62;
    width: 25px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.about_service_right h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 300;
}
.about_service_right ul li {
    display: block;
    line-height: 36px;
    color: #87868a;
    font-size: 14px;
    font-weight: 400;
}
.about_service_right ul li > i {
    margin-right: 10px;
    color: #173b62;
}
.about_service_left .about_service_year {
    background-color: #f5d974;
    color: #38373c;
    position: absolute;
    right: -50px;
    bottom: 0;
    margin: 0;
    font-size: 54px;
    padding: 50px 25px 40px 25px;
    width: 190px;
    height: 177px;
    font-weight: 300;
}
.about_service_left .about_service_year span {
    font-size: 24px;
    display: inline-block;
    line-height: 26px;
    margin-top: 10px;
    color: #38373c;
    font-weight: 300;
}
.about_service_right .about_service_discount p a{ position:absolute; left:50px; bottom:0px;
}
.about_service_right .about_service_discount {
  
  
    margin-top: 30px;
}
.about_service_right img{ max-height:50px;}
.about_service_right ul li a{ color:#333}
img.img-responsive {
    width: 100%;
}
.footer .copy_z .container .left .weixin{ padding-top:10px;}
.footer .copy_z .container .left p{ text-align:center; color:#fff;}
.home_news{ padding:30px 0; background:url(../images/bg3.jpg) center center no-repeat}
@media (max-width: 767px){
}
@media (min-width: 1026px) and (max-width: 1250px){.footer .copy_z .container .left{ display:none;}}
@media (max-width: 1025px){.footer .copy_z .container .left .weixin{ display:none;} 
.footer .copy_z .container .left .guanzhu{ display:none;}}

.phone-nav {
  position: absolute;
  font-size: 24px;
  display: none;
  color: #000;
  font-size: 30px;
  z-index: 9; top:50%; margin-top:-23px; right:55px;
}
.phone-nav:hover {
  color: #000;
}
@media (max-width: 1096px) {
  .phone-nav {
    display: block;
  }
  .nav_right{ display:none;}
  .main_menu_area .container .logo{ width:95%}
}
.container {
  max-width: 1280px;

  margin: auto;
}
/*网页加载动画开始*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99999999999;
    overflow: hidden;
}
.preloader .loader {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 50%;
}
.preloader .loader:before {
    content: '';
    width: 5px;
    height: 5px;
    background: -webkit-linear-gradient(left, #173b62, #ffd763);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -2.5px;
    margin-left: -2.5px;
    border-radius: 50%;
}
.preloader .loader span {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    border-radius: 50%;
    border: 2px solid #173b62;
}
.preloader .loader span:before,
.preloader .loader span:after {
    content: '';
    width: 35px;
    height: 3px;
    background: -webkit-linear-gradient(left, #173b62, #173b62, #ffd763);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1.5px;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-animation: rotate 3s linear infinite;
            animation: rotate 3s linear infinite;
}
.preloader .loader span:after {
    width: 25px;
    background: -webkit-linear-gradient(left, #173b62, #173b62, #ffd763);
    -webkit-animation: rotate_to 1s linear infinite;
            animation: rotate_to 1s linear infinite;
}
/*网页加载动画结束*/
@-webkit-keyframes rotate {
    0%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}



@keyframes rotate {
    0%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate_to {
    0%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotate_to {
    0%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes scale {
    0%{
        -webkit-transform: scale(1);
                transform: scale(1);
                opacity: .7;
    }
    100%{
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
                opacity: 0;
    }
}
@keyframes scale {
    0%{
        -webkit-transform: scale(1);
                transform: scale(1);
                opacity: .7;
    }
    100%{
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
                opacity: 0;
    }
}
@media (max-width: 767px){
	.aboutCon{padding: 20px 20px;
}
.aboutTit h1 {
    margin-top: 20px;
    font-size: 16px;
    line-height:25px;
}
.aboutCon p {
    margin: 20px 0 20px 0;
    font-size: 14px;
    line-height: 20px;
    padding-right:0;
}
.aboutCon a { float:right}
.aboutBox1 { margin-top:15px;}
.aboutImgTop{ height:auto;}
.hero-section-title{ margin-bottom:20px;}
.hero-section-title h1{ font-size:20px;}
.indexPro{ padding-top:0px;}
}
@media (max-width: 1028px){
.about_service_right .about_service_discount p a{ float:left; margin-top:0px;
}
}
@media (max-width: 1280px){
.aboutBox1{ display:none;}
}
@media (max-width: 1096px) {
.banner.headerSlider{ padding-top:100px;}
.fixed-scroll-nav .banner {text-align: center;padding-top: 0;margin-top: 100px;}
.espcms_page_bannpic.headerSlider{ padding-top:100px;}
.fixed-scroll-nav .espcms_page_bannpic {text-align: center;
padding-top: 0;
    margin-top: 100px;
}

}
@media (max-width: 540px) {
.logo{ width:90%}
.logo img { max-width:50px; margin-right:5px;}
.logo .txt { padding-top:0px;}
.logo .txt .cn { font-family:"Microsoft YaHei"; font-size: 1em;font-weight:bold;}
.logo .txt .en {
    font-size: 1em;
  
    color: #39373c;
    margin-bottom: 5px;
}
.banner.headerSlider{ padding-top:73px;}
.fixed-scroll-nav .banner {text-align: center;padding-top: 0;margin-top: 73px;}
.espcms_page_bannpic.headerSlider{ padding-top:73px;}
.fixed-scroll-nav .espcms_page_bannpic {text-align: center;
padding-top: 0;
    margin-top: 73px;
}
.language{ height:53px;}

}

.about, .team {
    background: #fff; padding:5em 0px;
}
.about-agileinfo{}
.about-text {
    text-align: center;
    padding: 0 7em;
	position:relative; padding-bottom:30px; 
}
.about-text h5 {
    font-size: 1.2em; 
    letter-spacing: 5px;
    color: #000;
    margin: 2em 0 2em 0; font-weight:bold; line-height:20px;
	
}
.about-text h4 a {
    font-size: 1.5em;
    margin: 0.7em 0;
    line-height: 1.5em;
    color: #173b62; font-weight:600
}
.about-text p{ line-height:2em; font-size:13px; text-align:left;}

.about-text p a{ 
padding:10px 40px; margin-top:10px;}
	.about-text p a.more:hover {
  -webkit-animation: wobble 1s .2s ease both;
  -moz-animation: wobble 1s .2s ease both;
}
/*-- //about --*/
img.img-responsive {
    width: 100%;
}
.latest-news {
	
}

.latest-news h2 {
	margin-bottom: 30px;
}

.latest-news p {
	font-size: 16px;
}
.single-news {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.single-news img {
	width: 100%;
}

.news-content {
	padding: 30px;
	padding-bottom: 0;
	
}

.news-content a h3 {
	font-size: 1.3em;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
	line-height: 32px; text-align:center;
}
.news-content a h3:hover {
	color: #1556a6;
}

.news-content p {
	color: #333;
	font-size: 14px;
}

.news-meta {
	border-top: 1px solid #ececec;
    padding: 20px 30px;
	overflow: hidden;
}
.news-meta i {
	margin-right: 8px;
	color: #1556A6;
}

.news-meta-date {
    width: 50%;
    border-right: 1px solid #ececec;
}
.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
@media (max-width: 1240px){
	.about-text h4 {
    font-size: 1.8em;
	}
}
@media (max-width: 1300px) {
	.about-text{ padding: 0 5em} 
	.indexAboutTwo{ display:none;}
	}
@media (max-width: 1200px) {
.changyong{ display:none;}
}
@media (max-width: 992px) {.about-grids{ display:none}
.indexAboutTwo{ display:block;}
.about-text{ padding: 0} 
.hangye{ display:none;}
.changyong{ display:none;}
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px; border-radius:25px;
    overflow: hidden;
    width: 50px;
    height:50px;
    border: none;
    text-indent: 100%;
    background:#ff7e00 url(../images/top_up.png) no-repeat center center;
    font-size: 0; z-index:9999999999
}
/*我们的服务*/
.u-slick{position:relative;overflow:hidden}
.u-slick .item{position:relative;overflow:hidden}

.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block; max-width:100%;}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.slick-arrow{position:absolute;z-index:101;top:50%;margin-top:-20px;width:40px;height:40px;background:#000;font-family:FontAwesome!important;text-align:center}
.slick-prev{left:0}
.slick-prev:before{content:"\f190"}
.slick-next{right:0}
.slick-next:before{content:"\f18e"}
.slick-dots{position:absolute;z-index:100;left:0;right:0;bottom:8%;text-align:center;letter-spacing:-6px;line-height:0}
.slick-dots li{display:inline-block;vertical-align:middle;width:10px;height:10px;border-radius:100%;background:#999;margin:0 6px;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.slick-dots li a{display:block;width:100%;height:100%}
.slick-dots .slick-active{background:#ff7e00!important}
@media screen and (min-width:1025px){
.slick-dots li:hover{background:#ff7e00!important}
}

.culture{
	background: #fff;
	width: 100%; padding:0;
	
}
.culture .list{
	background: #fff;
	position: relative;
}
.culture .list .item{
	float: left;
	width: 300px;
	cursor: pointer;
	position: relative;
}
.culture .list .item .font{
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	
	background: #fff;
	padding:23px 0 26px;
	z-index: 2;
	transition: height 0.3s;
}
.culture .list .item .font .one{ display:inline;vertical-align: middle;}
.culture .list .item .two{
	display: none;
}
.culture .list .item h2{
	font-size: 18px;
	color: #333;
	line-height: 48px; margin:0;
}
.culture .list .item i{
	width: 0;
	height: 1px;
	background: #fff;
	display: block;
	margin:0 auto;
	position: relative;
	left: 5px;
	transition: width 0.3s;
}
.culture .list .item p{
	font-size: 13px;
	color: #fff;
	text-align: center;
	display: none;
	opacity: 0.8;
	line-height: 23px;
	width: 240px;
	margin: 0 auto;
	filter:alpha(opacity=80);
	transition: all 0.3s;
}
.culture .list .item .pic{
	max-width:100%;
	
	overflow: hidden; 
	position: relative;
	z-index: 1;
	transition: width 0.3s;
}
.culture .list .item .mun{
	text-align: center;
	font-size: 26px;
	color: #999;
	background: url(../images/about08.png) no-repeat center;
	line-height: 40px;
	display: block;
	opacity: 0.8;
	filter:alpha(opacity=80);
	transition: all 0.2s;
	font-family: 'Arial';
}
.culture .list .even .pic{
	padding-top: 170px;
}
.culture .list .even .font{
	top:0;
}
.culture .list .odd .font{
	bottom:0;
}
.culture .list .odd .pic{
	padding-bottom: 170px;
}
.culture .list .item:hover .font{
	background: url(../images/about06.jpg) no-repeat center;
	height: 241px;
}
.culture .list .item:hover .one{
	display: none;
}
.culture .list .item:hover .two{
	display: inline;
	display: inline-block;
}
.culture .list .item:hover h2{
	color: #fff;
}
.culture .list .item:hover i{
	width: 20px;
	margin:0 auto 17px;
	left: 0;
}
.culture .list .item:hover p{
	display: block;
}
.culture .list .item:hover .mun{
	background: url(../images/about08_h.png) no-repeat center;
	color: #fff;
	opacity: 0.5;
	margin-top: 15px;
	filter:alpha(opacity=50);
}
.culture .list .hd a{
	width: 50px;
	height: 50px;
	position: absolute;
	top:50%;
	display: block;
	margin-top: -25px;
	transition: all 0.3s;
	z-index: 2;
}
.culture .list .hd a.prev{
	background: url(../images/btn05.png) no-repeat center;
	left:-100px;
}
.culture .list .hd a.next{
	background: url(../images/btn06.png) no-repeat center;
	right:-100px;
}
.culture .list .hd a.prev:hover{
	background: url(../images/btn05_h.png) no-repeat center;
}
.culture .list .hd a.next:hover{
	background: url(../images/btn06_h.png) no-repeat center;
}
.ab-cul{}
.ab-cul .item{width:20%;float:left}
.ab-cul .ac-a{}
.ab-cul .slick-dots{margin:60px 0 0 10px;position:static}
.ab-cul .slick-dots li{background:#ccc}
.ab-cul .slick-dots .slick-active {
    background: #32609e!important;
}
.ac-a{height:230px;padding:0 25px;background:#fff;overflow:hidden;-webkit-transition:.4s;-moz-transition:.4s;transition:.4s}
.ac-a .ico{margin-top:35px;height:50px;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.ac-a .ti{position:relative;margin-top:5px;padding-bottom:8px;color:#d9251d;font-size:20px;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.ac-a .ti:before{content:"";position:absolute;bottom:0;left:50%;margin-left:-20px;width:40px;height:2px;background:#d9251d;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.ac-a .txx{margin-top:20px;line-height:1.4; text-align: center;}
@media screen and (min-width:1025px){
.ac-a:hover{background:#d9251d;color:#fff}
.ac-a:hover .ti{color:#fff}
.ac-a:hover .ti:before{background:#fff}
.ac-a:hover .ico{background-position:center bottom}
}
.ab4{}
.ab4 .ab-cul{}
@media screen and (max-width:1366px){

.ac-a .ico{margin-top:30px}
}

@media screen and (max-width:601px){

.ab-cul .slick-dots{margin-top:10vw}

}

@media screen and (max-width:401px){
.ab-cul .slick-dots{margin-left:0}
.ab-cul,.ab-cul .ac-a{margin-left:0}
}
/*研发生产*/
.ix2{position:relative; max-width:800px; margin:0 auto;}

.ix2 .ii-controls-box{position:absolute;left:0;right:0;bottom:70px;z-index:105}
.ix-ind-list{color:#fff}
.ix-ind-list a{color:#fff}
.ix-ind-list .pic2:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:url(../images/black5.png);}
.ix-ind-list .txts{position:absolute;left:0;right:0;bottom:250px}
.ix-ind-list .b{padding-left:10px;width:40%;-moz-box-sizing:border-box;box-sizing:border-box;border-left:4px solid #fff}
.ix-ind-list .nowti{font-size:18px}
.ix-ind-list .tx{margin-top:6px;max-height:40px;line-height:20px!important}
.ix-ind-list .more{margin-top:30px;padding-left:14px};
.ii-more{display:inline-block;vertical-align:bottom;line-height:24px}
.ii-more .icon{vertical-align:bottom;display:inline-block;margin-left:15px;font-size:20px}
.ix2 .slick-dots li button{ display:block; width:10px; height:10px; border:0; padding: 0;
    margin: 0;
    outline: none;
    line-height: 0;
    font-size: 0;
    cursor: pointer;background-color: #fff;
    border-radius: 10px;
}



.ii-controls{color:#fff;overflow:visible}
.ii-controls .item{ width:25%; }
.ii-controls .item:first-child{margin-left:-10px;}
.ii-controls .item>a{display:block;height:80px; padding:15px 0; margin-left:10px;background:url(../images/white.png);background:rgba(255,255,255,.3);font-size:14px;white-space:nowrap;color:#fff;overflow:hidden}
.ii-controls .ico{width:50px;height:50px;margin-right:7px; margin-left:10px; display:block; float:left}
.ii-controls .ib{ display:block;
    font-size: 12px;
    color: #fff;
    line-height: 50px;float:left}
@media screen and (min-width:1025px){
	.ii-more:hover{color:#d9251d}
.ii-controls .item>a:hover{background:#173b62}
}
.ii-arrow .slick-arrow{bottom:100%;top:auto;margin:0 0 75px 0;width:44px;height:44px;border-radius:100%;border:2px solid #fff;background:0 0;font-weight:700;font-size:18px;color:#fff;line-height:44px;opacity:.3}
.ii-arrow .slick-prev{left:auto;right:62px}
@media screen and (min-width:1025px){
.ii-arrow .slick-arrow:hover{opacity:1}
}
@media screen and (max-width:1366px){
.ix2 .ii-controls-box{bottom:40px}
.ii-controls .item>a{height:85px;margin-left:10px;line-height:85px;font-size:14px}
.ii-controls{}
.ii-controls .ico{width:40px;height:40px;background-position:left bottom}
.ix-ind-list .txts{bottom:170px}
.ii-arrow .slick-arrow{margin-bottom:55px}
.ix2 .ix-ti{top:45px}

}
@media screen and (max-width:1201px){
.ix-pro .slick-prev{left:0}
.ix-pro .slick-next{right:0}
}

@media screen and (max-width:1024px){
.ix2 .ii-controls-box{display:none}
.ix-ind-list .slick-dots{position:static;margin-top:5px}
.ix-ind-list .slick-dots li{background:#999}
.ix2 .ix-ti{top:35px}

.ix-ind-list .txts {
    position: static;
    padding: 20px 0 30px 0;
    background: #fff;
}.ix-ind-list .nowti {
    color: #333;
}.ix-ind-list, .ix-ind-list a {
    color: #666;
}
.ix-ind-list .b {
    padding: 0;
    border: none; width:100%}
	.ix-ind-list .more{margin-top:30px;padding-left:14px; display: block;
    width: 100px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #32609e;}
	.ix-ind-list .more a{color: #fff;}
.ii-more{display:inline-block;vertical-align:bottom; line-height:30px;}
}
@media screen and (max-width:861px){
.ix2 .ix-ti{position:static;margin-bottom:35px;color:#333}
.ix-ind-list .slick-dots{position:static;margin-top:45px}
.ix-ind-list .slick-dots li{background:#999}

}
@media screen and (max-width:641px){
.ix-ind-list .txts {
    position: static;
    padding: 20px 0 30px 0;
    background: #fff;
}.ix-ind-list .nowti {
    color: #333;
}.ix-ind-list, .ix-ind-list a {
    color: #666;
}
.ix-ind-list .b {
    padding: 0;
    border: none;}
}
@media screen and (max-width:601px){
.ix2 .ix-ti{margin-bottom:5.83vw}
.ix-ind-list .more{margin-top:5vw}
.ix-ind-list .txts{padding:3.33vw 0 5vw 0}
.ix-ind-list .slick-dots{margin-top:7.5vw}

}
@media screen and (max-width:481px){
.slick-dots li{}
}
/*联系我们*/
.contactCon{ background:#fff; border-radius:10px; padding:50px; max-width:1280px; margin:0 auto;}
.contactTitle{ color:#32609e; text-align:center;}
.contactContent{ max-width:1000px; margin:0 auto; padding-top:2em;}
.contactContent .pic{
	width: 98px;
	height: 98px;
	line-height: 98px;
	float: left;
	text-align: center;
	margin-right: 20px;
	background: url(../images/con01.png) no-repeat center;
	background-size: cover;
}
.contactContent .con{
	width: 290px;
	float: left;
}
.contactContent h2{
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	padding: 5px 0 20px;
}
.contactContent p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.contactContent img{
	max-width: 100%;
	max-height: 100%;
	transition:all 0.5s;
}
.contactContent a:hover img{
	transform: rotate(360deg);
}
@media screen and (max-width:667px){.contactContent .pic{ display:none;}}
@media screen and (max-width:640px){
 .comon_top{ display:none;}
 .crumbs{ width:100%}
.contactTitle{ display:none;}
.contactCon{ padding:0 15px;}
}

/*产品详细页*/
.proSubInfoTitle{ font-size:1.5em; text-align:center;}
.proSubInfoTitle h2{ font-size:1.5em; margin-bottom:1.2em }
.proSubInfoDe{ line-height:30px; font-size:1.2em}

.pro-big-pict-box{position:relative}
.pro-big-pict-box .pict-num{position:absolute;left:0;right:0;bottom:15px;z-index:105;text-align:center;color:#999}
.pro-big-pict .slick-dots{display:none!important}
.pro-small-pict{padding:0 40px;margin-top:20px}
.pro-small-pict .pic2{margin:0 5px;border:2px solid #f2f2f2;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.pro-small-pict .pic2.act{border-color:#d9251d}
.pro-small-pict .slick-arrow{line-height:40px;width:auto;background:0 0;font-size:22px;font-weight:700}
.pro-small-pict .slick-disabled{cursor:default;color:#f2f2f2}
@media screen and (min-width:1025px){
.pro-small-pict .pic2:hover{border-color:#999}
.pro-small-pict .slick-arrow:not(.slick-disabled):hover{color:#d9251d}
}
.pro-btns{text-align:left}
.pro-btns a{vertical-align:top;margin-right:10px;width:158px;height:48px;background:#2a66aa;font-size:16px;text-align:center;white-space:nowrap;line-height:48px;color:#fff}
.pro-btns a:first-child{background:#d9251d}
.pro-btns .icon{display:inline-block;vertical-align:bottom;margin-right:15px;font-size:26px}
@media screen and (min-width:1025px){
.pro-btns a:hover{background:#666}
}
@media screen and (max-width: 861px){
.pro-big-pict .slick-dots {
    display: block!important;
}
.pict-num, .pro-small-pict {
    display: none;
}
}

.slick-slide:focus { outline:none;}
.aboutUs{   margin:0 auto; }
/*产品列表页*/
.pai{overflow:hidden;position:relative}
.pai>img{display:block;position:absolute;width:100%;height:100%;-webkit-transition:.6s;-moz-transition:.6s;transition:.6s}
,.pic2,.picbox{display:block;position:relative;overflow:hidden}
.pic2>img{display:block;max-width:100%}
.proListCon{  max-width: 1280px;
  width: 98%; margin:0 auto;}
  .proListCon .pic{ position:relative;}
  .proListCon .txt{  }
  .proListCon ul li {
      margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
  cursor: pointer;
}
.proListCon ul li .pic img {

  max-width: 100%;

  transition: 0.3;
}
.proListCon ul li .pic h5{ text-align:center; position:absolute; bottom:0px; background:#32609e; color:#fff; filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8; width:100%; line-height:30px; margin-bottom:0px; margin-top:0px; padding:15px 0px;}

.proListCon ul li .txt {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
color: #c40324;
  padding: 0 5%;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.proListCon ul li .txt a {
  color: #c40324;
  display: block;
  
}
.proListCon ul li .txt a span {
	text-align: center;
  display: block;
  width: 90%;
  margin: auto;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.proListCon ul li .txt a .num {
  font-size: 40px;
  font-family: AvantGardeITCbyBT-Book;
  font-weight: bold;
}
.proListCon ul li .txt a .tt1 {
  color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
}
.proListCon ul li .txt a .tt2 {
  color: #ccc;
}
.proListCon ul li .txt a p { text-align:left;
 
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    height: 90px;
    overflow: hidden; margin-top:30px;
}
.proListCon ul li{ position:relative}
.proListCon ul li  .more {
display:inline-block;vertical-align:bottom;position:absolute;width:120px;height:40px;border:2px solid #666;text-align:center;line-height:40px; bottom:0px; right:0px;}
.proListCon ul li  .more  span{position:relative; color:#666; font-size:14px; text-align:center; line-height:40px; height:40px; }
.proListCon ul li  .more:before{content:"";position:absolute;left:auto;right:0;bottom:0;width:0;height:100%;background:#013b84;-webkit-transition:.6s;-moz-transition:.6s;transition:.6s}
.proListCon ul li  .more:hover span{ color:#fff;}
@media screen and (min-width:1025px){
.proListCon ul li  .more:hover:before{left:0;right:auto;width:100%}
.proListCon ul li  .more:hover{border-color:#013b84;color:#fff}
}
.proListCon ul li:hover .txt {

}
.proListCon ul li:hover .txt span {

}
.proListCon ul li:hover .pic img {
  transform: scale(1.1);
  }
  .proListCon ul li:hover .pic h5 { display:none;
}
  
 /*产品详细页*/
.proSubInfoTitle{ font-size:1.5em; text-align:center;}
.proSubInfoTitle h2{ font-size:1.5em; margin-bottom:1.2em }
.proSubInfoDe{ line-height:30px; font-size:1.2em}
.proSubInfo a {
    margin-top: 34px;
    display: block;
    color: #fff;
    text-align: center;
    background-color: #173b62;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 1px;
    font-size: 12px;
	color: #fff;
    padding: 13px 0px;
    width: 100%;
    max-width: 160px;
    text-align: center;
   
    transition: ease-in all 0.5s;
    border-radius: 26px;
}
.proSubInfo a:hover  {
     background: #ff7e00;
     color: #fff;
     border-radius: 13px;
     transition: ease-in all 0.5s;

}
.pro-big-pict-box{position:relative}
.pro-big-pict-box .pict-num{position:absolute;left:0;right:0;bottom:15px;z-index:105;text-align:center;color:#999}
.pro-big-pict .slick-dots{display:none!important}
.pro-small-pict{padding:0 40px;margin-top:20px}
.pro-small-pict .pic2{margin:0 5px;border:1px solid #f2f2f2;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.pro-small-pict .pic2.act{border-color:#173b62}
.pro-small-pict .slick-arrow{line-height:40px;width:auto;background:0 0;font-size:28px;font-weight:700; color:#c9c9c9;}
.pro-small-pict .slick-disabled{cursor:default;color:#f2f2f2}
@media screen and (min-width:1025px){
.pro-small-pict .pic2:hover{border-color:#999}
.pro-small-pict .slick-arrow:not(.slick-disabled):hover{color:#173b62}
}
.pro-btns{text-align:left}
.pro-btns a{vertical-align:top;margin-right:10px;width:158px;height:48px;background:#2a66aa;font-size:16px;text-align:center;white-space:nowrap;line-height:48px;color:#fff}
.pro-btns a:first-child{background:#d9251d}
.pro-btns .icon{display:inline-block;vertical-align:bottom;margin-right:15px;font-size:26px}
@media screen and (min-width:1025px){
.pro-btns a:hover{background:#666}
}
@media screen and (max-width: 861px){
.pro-big-pict .slick-dots {
    display: block!important;
}
.pict-num, .pro-small-pict {
    display: none;
}
}

.slick-slide:focus { outline:none;}
.aboutUs{   margin:0 auto; } 
.proSubCon table{ max-width:100%}
.proSubCon table tr td p{ margin:5px 3px}
.tabs-container img{ max-width:100%; text-align:center;}

.subBanner {
	position: relative
}
.subBanner img, .banner-box img {
	max-width:100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}
.subBanner .bannerLetter {
	position: absolute;
	bottom: 24%;
	width: 100%;
	z-index: 2
}
.subBanner .bannerLetter p {
	color: #fff;
	margin: 0;
	text-align: left;
	padding-left: 360px;
}
.subBanner .bannerLetter p.blcn {
	font-size: 2.3em;
}
.subBanner .bannerLetter p.blen {
	font-size: 1.8em;
	margin-top: 1em;
}
.subBanner .bannerLetter p.blen i {
	padding: 0.6em;
	border-radius: 50%;
	background: rgb(255, 255, 255, 0.5);
	color: #d63031;
	margin-right: 5px;
}
@media(min-width:1096px) {
.subBannerBg .container {
	background: rgb(0, 0, 0, 0.5);
	padding-top: 2em;
	padding-bottom: 2em;
}
}
@media(max-width:1096px) {
.subBanner .bannerLetter p.blcn {
	font-size: 1.5em;
}
.subBanner .bannerLetter p.blen {
	font-size: 1.3em;
}
.subBanner .bannerLetter {
	bottom: 10%;
}
}
@media(max-width:768px) {
.subBanner .bannerLetter p.blcn {
	font-size: 1.3em; font-weight:bold;
}
.subBanner .bannerLetter p.blen {
	font-size: 1em; font-weight:bold;
}
.subBanner .bannerLetter p.blen i {
	padding: 0.7em;
}
.subBanner .bannerLetter p.blen {
	margin-top: 1em;
}
.banner-bottom {
	display: none;
}
.subBanner .bannerLetter p {

	padding-left:0px;
}
}

@media(max-width:576px) {
.subBanner .bannerLetter {
	bottom: 5%;
}
.subBanner .bannerLetter p.blcn {
	font-size: 1.2em;
}
.subBanner .bannerLetter p.blen {
	font-size: 0.9em;
}
.subBanner .bannerLetter p.blen i {
	padding: 0.5em;
}
}
@media (max-width: 991px){
	.comon_topS{ display:block;}
	.crumbs .centerBlock {
    font-size: 12px;
	 background:#fafafa; padding-left:15px;}

}
.navSubList { padding-left:40px; padding-right:40px; height:60px; line-height:60px;}
.navSubList .slick-arrow { font-size:26px;
    position: absolute;
    z-index: 101;
    top: 30%;
    margin-top: -25px;
    width: 40px;
    height: 60px;
    background:none;
    font-family: FontAwesome !important;
    text-align: center; color:#034c91; border:none;opacity:1;
}
.navSubList1 .slick-arrow { margin-top:-10px;}

.navSubList .item a {
    display: block;
    float: left;
    min-width: 40px;
    padding: 0px 10px;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #666666;
    font-size: 14px;-webkit-tap-highlight-color: transparent; outline: none;
}
.navSubList1 .item a { margin-top:10px;
}
.navSubList .item a span {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    height: 60px;
    display: block;
}
.navSubList .item .active:before {
    height: 60px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.navSubList .item a:before {
    content: "";
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
	border-bottom:2px solid #034c91;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
.navSubList .item .active {
    color: #034c91;

}