
a{-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
a:hover{color:#1EA0CD;text-decoration:none;transition: all 300ms ease-in-out 0s;}

.clear{ clear:both;}


.w1460{ max-width:1300px; margin:0 auto;}


.h10{ clear:both; height:10px; width:100%;}
.h20{ clear:both; height:20px; width:100%;}
.h30{ clear:both; height:30px; width:100%;}
.h40{ clear:both; height:40px; width:100%;}
.h50{ clear:both; height:50px; width:100%;}
.h74{ clear:both; height:74px; width:100%;}
@media screen and (max-width:768px) {
.h74{height:50px;}
}
.m-header {
  /*height:45px;*/
  width: 100%;
  background: #ffffff;
}
.news-details .details-box p  video,.news-details .details-box p  iframe,.news-details .details-box p  embed{
  width:100%!important;
  height: 500px!important;
}
.fixed-erweima {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 10;
    display: none;
    z-index: 124!important;
}
.fixed-erweima .imgbox.active {
    transition: .5s ease-in-out;
    opacity: 1;
    transform: scale3d(1,1,1);
}

.fixed-erweima .imgbox {
    width: 400px;
    height: 460px;
    position: absolute;
    transition: .5s ease-in-out;
    transform: scale3d(.1,.1,1);
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 5px;
    background: #fff;
    text-align: center;
    line-height: 1.2;
}
.fixed-erweima .img{
	padding:5%;
	box-sizing: border-box;
}
.fixed-erweima .img img{
	width: 100%;
}
.fixed-erweima .imgbox .span{
	font-size: 20px;
	margin-top: 15px;
}
.m-header.cur {
  position: absolute;
}
.ce-table .table-bot .item .i{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
}
.m-header .w-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
}
 .swiper-box .swiper-button-next{
  transition-delay: 1.3s;
 }
.swiper-box .swiper-button-prev{
  transition-delay: 1.2s;
}
.m-header .w-header {
  position: relative;
  padding: 0 10px;
  padding-right: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 4;
  height: 45px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.glasslist-list .items .words .p span{
  font-size: 150%;
  color:#0aadb1;
}

.m-header .welcome-a {
  float: left;
  width: 50%;
  height: 100%;
  line-height: 48px;
  position: relative;
}

.m-header .welcome-a img {
  max-height: 100%;
  height: 90%;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.m-header .search-cover {
  float: right;
  width: 35px;
  height: 48px;
  display: block;
  line-height: 48px;
}

.m-header .search-cover img {
  width: 100%;
  vertical-align: middle;
}

.m-header .uio {
  float: right;
  height: 100%;
  width: 65px;
  border-left: 1px solid #e1e1e1;
}

.m-header .search-bg {
  position: fixed;
  left: 0;
  top: 48px;
  width: 100%;
  height: 150px;
  z-index: 10;
  background: #ffffff;
  display: none;
}

.m-header .subsearch {
  padding-right: 15px;
  border-right: 1px solid #d2d2d2;
  box-sizing: border-box;
}
.m-header .subsearch .sp {
  width: 35px;
  height: 35px;
  background-size: 80%;
}

.m-header .subsearch img {
  height: 100%;
}

.m-header .search-bg .m-close-search {
  display: block;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  position: fixed;
  right: 4%;
  top: 10px;
  cursor: pointer;
  z-index: 11;
}

.m-header .search-bg .m-search-box {
  width: 92%;
  margin: 0 auto;
  border-bottom: 1px solid #f2f2f2;
  position: absolute;
  left: 3%;
  top: 48px;
  height: 40px;
  z-index: 11;
}

.m-header .search-bg .m-search-box .tex {
  border: none;
  font-size: 12px;
  color: #a7a7a7;
  height: 41px;
  padding-left: 5px;
  box-sizing: border-box;
  width: 60%;
  background: none;
}

.m-header .search-bg .m-search-box .search-btn {
  border: none;
  width: 30px;
  height: 30px;
  background-size: 100%;
  margin-top: 6px;
}

.m-header .btn-na {
  margin-right: 15px;
}

.m-header .nav-btn {
    position: absolute;
    right: 21px;
    top: 50%;
    width: 22px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -8px;
}

.m-header .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333333;
  left: 0;
  border-radius: 4px;
}

.m-header .nav-btn .line1 {
  top: 0px;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.m-header .nav-btn .line2 {
  top: 7px;
}

.m-header .nav-btn .line3 {
  bottom: 0px;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.m-header .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.m-header .nav-btn.hover .line {
  left: 6px;
}

.nav0 {
  position: relative;
  border-left: 1px solid #e1e1e1;
  cursor: pointer;
}
.nav0:hover .nav-btn .line {
  background: #E3B063;
  transition: .5s ease-in-out;
}

.nav0 .nav-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 12px;
  vertical-align: middle;
  cursor: pointer;
  bottom: 0;
  right: 0;
  margin: auto;
}

.nav0 .nav-btn .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: .5s ease-in-out;
  left: 0;
  border-radius: 4px;
}

.nav0 .nav-btn .line1 {
  top: 0;
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
}

.nav0 .nav-btn .line2 {
  top: 5px;
}

.nav0 .nav-btn .line3 {
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
}

.nav0 .nav-btn.active {
  -webkit-animation: rotate 0.3s linear 0s;
  animation: rotate 0.3s linear 0s;
}

.nav0 .nav-btn.hover .line {
  left: 6px;
}

.icon-sousuo {
  cursor: pointer;
  text-align: center;
  width: 80px;
  border-left: 1px solid #e1e1e1;
  margin-left: 105px;
  font-size: 20px;
}
.icon-sousuo:hover {
  color: #E3B063;
}

.m-header .sub-menu {
  width: 100%;
  height: 100%;
  padding: 14px 0 0;
  display: none;
  position: fixed;
  left: 0;
  top: 45px;
  background-color: white;
  z-index: 10;
  color: #666;
  overflow-y: auto;
}

.m-header .sub-menu li .sub-tit {
  padding: 0 3%;
  box-sizing: border-box;
}
.m-header .sub-menu li .sub-tit .tu-box {
  padding: 13px 0;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  position: relative;
}
.m-header .sub-menu li .sub-tit .tu-box .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
}

.m-header .sub-menu li .sub-tit.on .tu-box {
  border-bottom-color: transparent;
}

.m-header .sub-menu li a {
  display: block;
}

.m-header .sub-menu .tit {
  display: block;
  width: 100%;
  padding: 10px 3%;
  box-sizing: border-box;
  line-height: 33px;
  color: #666;
  position: relative;
  font-size: 15px;
  line-height: 20px;
}
.m-header .sub-menu .tit a {
  color: #666;
}

.menu-text {
  text-align: center;
  margin-top: 35px;
}
.menu-text .li {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f2f2f2;
  line-height: 50px;
  margin: 0 15px;
}
.menu-text .li img {
  width: 23px;
  display: inline-block;
}

.case-ul.w1480 {
  line-height: 1;
  font-size: 1px;
  /*margin-top: -32px;*/
  margin-bottom: 52px;
}

.headsearch-box {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 150;
  top: 0;
  left: 0;
  display: none;
  touch-action: none;
}

.headsearch-box input[type="text"] {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
}

.headsearch-box input[type="submit"] {
  position: absolute;
  text-indent: -9999px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 35px;
  width: 35px;
  background: url(../images/ser-black.png) no-repeat center;
}

.headsearch-box input {
  border: none;
  background: none;
  outline: none;
}

.headsearch-box .x-box .x-o {
  position: absolute;
  right: 0;
  top: 10%;
  cursor: pointer;
}

.headsearch-box .x-box {
  /*height:960px;*/
  width: 1200px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.headsearch-box .x-p {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  height: 110px;
  line-height: 110px;
  border-bottom: 1px solid #606060;
  font-size: 24px;
  color: #606060;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.m-header .sub-menu .tit1 {
  display: block;
  width: 100%;
  line-height: 33px;
  color: #666;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  box-sizing: border-box;
}

.m-header .sub-menu .sub-tit.on.on .btn-v {
  background: url(../images/img6.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .btn-v {
  display: inline-block;
  height: 20px;
  width: 20px;
  float: right;
  margin-right: 16px;
  margin-top: 0;
  background: url(../images/img5.png) center center no-repeat;
  background-size: 100%;
}

.m-header .sub-menu .sub-tit1.on {
  background-color: #ff0001;
  color: #fff;
}

.m-header .sub-menu .sub-tit.on:after {
  background-size: 100% auto;
}

.m-header .sub-menu .sec-list {
  line-height: 28px;
  padding: 1px 1.5%;
  display: none;
  background: #f2f2f2;
}

.m-header .sub-menu .sec-list p {
  background-size: 8px auto;
  height: 43px;
  line-height: 43px;
  font-size: 13px;
  border-top: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.m-header .sub-menu .sec-list p:nth-child(1) {
  border-top: none;
}

.m-header .sub-menu .sec-list a {
  padding-left: 21px;
  color: #888;
  display: block;
}

.bocweb-header.ff {
  background: #ffffff;
}

.imgd {
  position: relative;
}
.imgd img {
  display: block;
  vertical-align: middle;
}
.imgd .i1, .imgd .i2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.nav-pro {
  position: relative;
}

.search-close.show {
  transform: scale(1);
  z-index: 3;
}

.header-search-wrap .submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 36px;
  height: 43px;
  background: url(../images/ser-black.png) no-repeat center;
  border: none;
  box-sizing: border-box;
}

.hide1, .hide1.header.active {
  transform: scale(0) !important;
  opacity: 0;
  transition: .6s ease-in-out;
  transition-duration: .5s;
}

.search-close {
  position: absolute;
  z-index: -1;
  display: block;
  right: -1.5rem;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(../images/close2.png) no-repeat center;
  background-size: 24px !important;
  cursor: pointer;
  transition-duration: .5s;
  transform: scale(0);
}

.header-search-wrap {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  width: 600px;
  height: 44px;
  margin-left: -300px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  line-height: 44px;
  transition: all 0.5s;
  /*background: #fff;*/
  padding-right: 50px;
}

.header-search-wrap .submit {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 36px;
  height: 43px;
  background: url(../images/ser-black.png) no-repeat center;
  border: none;
  box-sizing: border-box;
}

.header-search-wrap .ser-input {
  width: 100%;
  height: 43px;
  position: relative;
  border: none;
  background: none;
  box-sizing: border-box;
  text-indent: 20px;
}

.show1 {
  z-index: 8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.section1 {
  background: #999;
}

.header {
  width: 100%;
  color: #4c4c4c;
  top: 0;
  left: 0;
  height: 70px;
  background: #ffffff;
  transition: .5s ease-in-out;
  line-height: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header .nav-btn .line {
  background: #353535;
}
.header.active {
  color: #fff;
  position: fixed;
  background: transparent;
}
.header.active .nav0 {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header.active a {
  color: #ffffff;
}
.header.active .icon-sousuo {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header.active .bocweb-logo .i0 {
  opacity: 1;
}
.header.active .bocweb-logo .i1 {
  opacity: 0;
}
.header.active .navleft-ul .li .imgd .i0 {
  opacity: 1;
}
.header.active .navleft-ul .li .imgd .i1,
.header.active .navleft-ul .li .imgd .i2 {
  opacity: 0;
}
.header.active .navleft-ul .li:hover .imgd .i0, .header.active .navleft-ul .li.active .imgd .i0 {
  opacity: 0;
}
.header.active .navleft-ul .li:hover .imgd .i2, .header.active .navleft-ul .li.active .imgd .i2 {
  opacity: 0;
}
.header.active .navleft-ul .li:hover .imgd .i1, .header.active .navleft-ul .li.active .imgd .i1 {
  opacity: 1;
}
.header a {
  color: #4c4c4c;
}
.header .bocweb-logo {
  width: 187px;
  height: 70px;
  position: relative;
  margin-right: 0px;
}
.header .bocweb-logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .bocweb-logo .i0 {
  opacity: 0;
}
.header .bocweb-logo .i1 {
  opacity: 1;
}
.header .bocweb-navleft {
  padding-left: 40px;
  box-sizing: border-box;
}
.header .navleft-ul .li {
  float: left;
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}
.header .navleft-ul .li:nth-child(n+2) {
  margin-left: 40px;
}
.header .navleft-ul .li .imgd .i2 {
  opacity: 1;
}
.header .navleft-ul .li .imgd .i0 {
  opacity: 0;
}
.header .navleft-ul .li:hover, .header .navleft-ul .li.active {
  color: #E3B063;
  transition: .5s ease-in-out;
}
.header .navleft-ul .li:hover span, .header .navleft-ul .li.active span {
  color: #E3B063;
  transition: .5s ease-in-out;
}
.header .navleft-ul .li:hover .imgd img, .header .navleft-ul .li.active .imgd img {
  transition: .5s ease-in-out;
}
.header .navleft-ul .li:hover .imgd .i0, .header .navleft-ul .li.active .imgd .i0 {
  opacity: 0;
}
.header .navleft-ul .li:hover .imgd .i2, .header .navleft-ul .li.active .imgd .i2 {
  opacity: 0;
}
.header .navleft-ul .li:hover .imgd .i1, .header .navleft-ul .li.active .imgd .i1 {
  opacity: 1;
}
.header .navleft-ul .li .imgd {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.header .navleft-ul .li .imgd img {
  transition: .5s ease-in-out;
}
.header .bocweb-nav .nav-li {
  float: left;
}
.header .bocweb-nav .nav-li .li-top {
  transition: .5s ease-in-out;
}
.header .bocweb-nav .nav-li:hover .li-top, .header .bocweb-nav .nav-li.active .li-top {
  color: #E3B063;
  transition: .5s ease-in-out;
}
.header .bocweb-nav .nav-li:nth-child(n+2) {
  margin-left: 95px;
}
.header .bocweb-nav .nav0 {
  width: 250px;
  height: 70px;
    margin-left:.7rem;
	
}

@media (max-width: 1170px) {
.header .bocweb-nav .nav0 {
  width: 220px;
  height: 70px;
    margin-left:.1rem;
	
}
}

.header .bocweb-nav .nav0 a{ margin-right:15px; float:right;}



.w1440 {
  width: 1440px;
  margin: 0 auto;
}




.w960 {
  width: 960px;
  margin: 0 auto;
}

  
@media screen and (max-width: 1300px) {
  .w1460 {
    width: 94%;
	margin:0 3%;
}
}


 

.animate05{-webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s;transition-duration:0.5s;}
#partnersI { float:none; margin:0px auto; max-width:1400px;}
#partnersI .links li{width: 123px;height:63px;position: relative; text-align:center; background:#fff; margin:0px 4px; display:inline-block;}
#partnersI .links li img{ width:123px; height:63px; padding-top:0px;}
#partnersI .links li .fontW{width: 100%;height: 100%; color: #fff;background: #D91624;position: absolute;top: 0;left: 0;opacity: 0;display:none\9;}
#partnersI .links li .fontW span{display: block;width: 100%;height: auto;position: absolute;top: 20px;width: 123px;font-size: 15px;left: 50%;margin-left: -62px;line-height: 24px;text-align: center;-webkit-transform: translateY(20px);-webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s;transition-duration:0.5s;}
#partnersI .links li:hover .fontW{opacity: 1;display:block\9;}
#partnersI .links li:hover .fontW span{-webkit-transform: translateY(0px);}


@media screen and (max-width:769px) {
#partnersI .links li{width: 30.33%;height:63px; margin:0px 1%; overflow:hidden;}
#partnersI .links li img{ width: auto; max-width:100%; height: auto; padding-top:0px;}
}

.about_box{ float:left; width:55%; position:relative; height:100%;}



.zhici_box{ position:absolute; left:12%;width:42%; position:relative; height:100%; }

.zhici_box_bg{width:100%; position: absolute; left:0; top:20%; height:62%; background: rgba(227,176,99,.8); z-index:3; transform: translateX(-800px); -webkit-transform: translateX(800px); -moz-transform: translateX(800px); -o-transform: translateX(800px);  transition: all .1s ease 0s; -webkit-transition: all .1s ease 0s; -moz-transition: all .1s ease 0s; -o-transition: all .1s ease 0s;}


.zhici_box ul{ clear:both; width:100%;  padding-top:0;z-index:3; position:absolute; left:0; top:20%;}
.zhici_box ul li{ float:left; width:23.33%; text-align:center; margin:1% 1%; padding:2% 3%; border:1px solid #ccc; }
.zhici_box ul li p{ font-size:16px; color:#fff; padding-top:5px;}
.zhici_box ul li span{ font-size:14px;color:#fff;}
.zhici_box ul li span p{ font-size:14px;color:#fff;padding-top:0px;}
.zhici_box ul li img{ max-width:70px; max-height:70px;}


.zhici_box ul li:last-child{ background:#E3B063;}
.jiameng_box{ float:right; width:44%; position:relative; height:95%; padding-top:5%;}
.jiameng_box ul{ clear:both; width:70%; margin-left:10%; margin-right:10%; padding-top:5%;z-index:2;}
.jiameng_box li{color:#fff;font-size:16px;text-align:left; padding-left:25px; display:block; line-height:45px; position:relative;z-index:2;}
.jiameng_box li:before{ position:absolute; content:""; left:0; padding-left:-25px; background:url(y_li1.gif) no-repeat left 14px; width:12px; height:26px;}
.jiameng_box a.more{ display:block; margin-top:6%; width:200px; height:50px; line-height:50px; border:1px solid #ccc; text-align:center; color:#fff; font-size:16px; margin-left:10%;z-index:2; position:relative; }
.jiameng_box a:hover.more{ background:#E3B063; border:1px solid #E3B063; }



.jiameng_box_tit{ margin-top:20%; margin-left:10%; z-index:2; position:relative;}
.jiameng_box_tit h2{ font-size:40px; color:#E3B063; line-height:50px; text-transform:uppercase;font-family:Geneva,Arial,Helvetica,sans-serif; transform: translateX(-100px); -webkit-transform: translateX(-100px); -moz-transform: translateX(-100px); -o-transform: translateX(-100px);  transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; }
.jiameng_box_tit h3{font-size:40px; color:#fff; line-height:60px; text-transform:uppercase;font-family:Geneva,Arial,Helvetica,sans-serif; transform: translateX(-100px); -webkit-transform: translateX(-100px); -moz-transform: translateX(-100px); -o-transform: translateX(-100px);  transition: all 1.5s ease 0s; -webkit-transition: all 1.5s ease 0s; -moz-transition: all 1.5s ease 0s; -o-transition: all 1.5s ease 0s;}


@media screen and (max-width: 787px) {
.about_box_bg{ display:none;}



.jiameng_box_tit{ margin-top:5%; margin-left:5%;}
.jiameng_box_tit h2{ font-size:20px;  line-height:35px; }
.jiameng_box_tit h3{font-size:18px;; line-height:30px; }

.jiameng_box{ float:none; width:100%; position:relative; height:100%; padding-top:0;}
.jiameng_box ul{ clear:both; width:90%; margin-left:5%; margin-right:5%; padding-top:2%;z-index:2;}
.jiameng_box li{color:#fff;font-size:13px;text-align:left; padding-left:25px; display:block; line-height:30px; position:relative;z-index:2;}
.jiameng_box li:before{ position:absolute; content:""; left:0; padding-left:-25px; background:url(y_li1.gif) no-repeat left 10px; width:12px; height:26px;}
.jiameng_box a.more{ display:block; margin-top:3%; width:150px; height:40px; line-height:40px; border:1px solid #ccc; text-align:center; color:#fff; font-size:14px; margin-left:5%;z-index:2; position:relative; }
.jiameng_box a:hover.more{ background:#E3B063; border:1px solid #E3B063; }

.zhici_box{ position:absolute; left:5%;width:90%; position:relative; height: auto; padding-top:10%;}

.zhici_box ul{ clear:both; width:100%;  padding-top:0;z-index:3; position:absolute; left:0; top:20%;}
.zhici_box ul li{ float:left; width:23.33%; text-align:center; margin:1% 1%; padding:2% 3%; border:1px solid #ccc; }
.zhici_box ul li p{ font-size:14px; color:#fff; padding-top:5px;}
.zhici_box ul li span{ display:none;}
.zhici_box ul li img{ max-width:50px; max-height:50px;}


}




.feedback_left{float:left; max-width:40%}
.feedback_left img{ max-width:100%;}
.feedback_right{float:right; max-width:58%;}






.tab{width:100%;}
.tab li{ margin-bottom:15px; line-height:30px; float:left; width:98%; margin-right:2%;}
.tab input{ width:100%;line-height:35px;padding: 10px 26px;box-shadow:2px 2px 3px rgba(0,0,0,0.15); font-size:16px; border:none;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
.tab textarea{ width:98%;line-height:30px;padding: 10px 26px;box-shadow:2px 2px 3px rgba(0,0,0,0.15); border:none; font-family:"΢���ź�"; font-size:16px;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
.tab input:hover ,.tab textarea:hover{ border-color:#6DBB56;}
.tab .sumbit{width: 100%; display:block; margin-top:0px; cursor:pointer;border-style:solid;border-color:#f5f5f5;background-color:#D9221C; border-radius:5px; font-size:16px;padding: 8px 50px; color:#fff; font-size:20px;}
.tab .sumbit:hover{ background-color:#D9221C; color:#FFFFFF;}


@media (max-width:800px) {

.feedback_left{float:none; max-width:100%}
.feedback_right{float:none; max-width:100%;}

.tab input{ line-height:30px;padding: 5px 10px; font-size:14px;}
.tab textarea{ line-height:24px;padding: 5px 10px; font-size:14px;}
.tab .sumbit{padding: 6px 0px; color:#fff; font-size:14px;}
}

.feedback_box_bg_a{ position:absolute; left:15%;width:38%; position:relative; z-index:9; background:#fff; height: 64%;top:15%; padding:2%;}
.feedback_box_bg_a h3{font-size:20px; color:#363636; line-height:40px;  }

.feedback_box{ float:right; width:46%; position:relative; height:100%; padding-top:0;}
.feedback_box_bg{width:100%; position: absolute; right:0; top:0; height:100%; background: rgba(0,0,0,.5); z-index:1; }
.feedback_box_tit{ margin-top:13%; margin-left:15%; z-index:2; position:relative;}
.feedback_box_tit h2{ font-size:40px; color:#fff; line-height:50px; }
.feedback_box_tit h3{font-size:20px; color:#fff; line-height:60px; }
.feedback_box_tit p{color:#fff;font-size:20px;text-align:left; display:block; line-height:45px; position:relative;z-index:2;}
.feedback_box_tit p span{margin-top:50px; display:block; font-size:16px;}
.feedback_box_tit p.beijing{ width:350px; height:60px; line-height:60px; text-align:left; border-top:1px solid #fff;margin-top:80px; color:#fff;}


@media screen and (max-width: 787px) {
.feedback_box{ float:none; width:98%; margin:0 auto; height:auto; }
.feedback_box_bg_a{ position: relative; left: auto;width:98%; margin-left:1%; background: none; height: auto;top: auto; padding:2%;}
.feedback_box_bg_a h3{font-size:16px;  line-height:30px; color:#fff; margin-bottom:10px;  }
.feedback_box_bg{ display:none;}
.feedback_box_tit{ margin-top:0; padding-top:4%; margin-left:2%;}
.feedback_box_tit h2{ font-size:16px; line-height:30px; }
.feedback_box_tit h3{font-size:14px;line-height:24px; }
.feedback_box_tit p{font-size:14px;text-align:left; line-height:24px;}
.feedback_box_tit p span{margin-top:10px;  font-size:14px;}
.feedback_box_tit p.beijing{ width:100%; height:40px; line-height:40px; margin-top:20px; }

.tab li{ margin-bottom:10px; line-height:26px;}
.tab li:last-child{ float:none; width:96%;}
.tab input{ width:100%;line-height:25px;padding: 5px 15px; font-size:14px; display:block;}
.tab .sumbit{padding: 8px 20px; color:#fff; font-size:14px;}
}

.about_box_bg{width:100%; position: absolute; left:0; top:0; height:100%; background: rgba(0,0,0,.5); z-index:1; transform: translateX(-800px); -webkit-transform: translateX(-800px); -moz-transform: translateX(-800px); -o-transform: translateX(-800px);  transition: all .1s ease 0s; -webkit-transition: all .1s ease 0s; -moz-transition: all .1s ease 0s; -o-transition: all .1s ease 0s;}

.about_box_tit{ margin-top:20%; margin-left:10%; z-index:2; position:relative;}
.about_box_tit h2{ font-size:40px; color:#E3B063; line-height:50px; text-transform:uppercase;font-family:Geneva,Arial,Helvetica,sans-serif; transform: translateX(-100px); -webkit-transform: translateX(-100px); -moz-transform: translateX(-100px); -o-transform: translateX(-100px);  transition: all 1s ease 0s; -webkit-transition: all 1s ease 0s; -moz-transition: all 1s ease 0s; -o-transition: all 1s ease 0s; }
.about_box_tit h3{font-size:40px; color:#fff; line-height:60px; text-transform:uppercase;font-family:Geneva,Arial,Helvetica,sans-serif; transform: translateX(-100px); -webkit-transform: translateX(-100px); -moz-transform: translateX(-100px); -o-transform: translateX(-100px);  transition: all 1.5s ease 0s; -webkit-transition: all 1.5s ease 0s; -moz-transition: all 1.5s ease 0s; -o-transition: all 1.5s ease 0s;}




.about_box p{ clear:both; width:80%; margin-left:10%; margin-right:10%; padding-top:5%;font-size:16px;text-align:left;color:#fff; line-height:30px;z-index:2; position:relative;}
.about_box a.more{ display:block; margin-top:0; width:150px; height:40px; line-height:40px; border:1px solid #ccc; text-align:center; color:#fff; font-size:14px; margin-left:10%;z-index:2; position:relative; border-radius:20px;}
.about_box a:hover.more{ background:#E3B063; border:1px solid #E3B063; }
.about_box_pic{ float:right; width:45%; position:relative; height:100%;margin-top:0%; margin-right:0;}
.about_box_pic img{ height:100%;}



.IndexList {z-index:2; position:relative; opacity: 0; width:80%;text-align:left; margin-top:5%;margin-left:10%; margin-right:10%; }
.IndexList.active { transform: translateX(0px); -webkit-transform: translateX(0px); -moz-transform: translateX(0px); -o-transform: translateX(0px); opacity: 1; }
.IndexList ul { width: 100%; margin: 0 auto; font-size: 0; height: 105px; display: block; }
.IndexList li { display: inline-block; position: relative; width: 25%; vertical-align: top; }
.IndexList li:after { display: block; content: ""; border-right: 1px solid #fff; border-right: 1px solid rgba(255,255,255,0.4); width: 100%; height: 68px; top: 35px; position: absolute; }
.IndexList li:nth-last-child(1):after { display: none; }
.IndexList span { display: block; color: #fff; padding-top: 10px; font-size: 13px; text-align: center; }
.IndexList small { color: #fff; display: block; padding-top: 5px; text-transform: uppercase; text-align: center; font-size: 20px; position: absolute; right: 24px; top: 20px; }
.IndexList b { display: block; font-family: Arial, Helvetica, sans-serif; color: #fff; text-align: center; font-size: 0; margin-top: 20px; padding-bottom:5px; }
.IndexList b em { position: absolute; left: -999em; }
.IndexList .IndexLContent { font-size: 0; position: relative; height: 60px; overflow: hidden; display: inline-block; }
.IndexList .IndexLContent>div { display: inline-block; position: relative; top: 0; }
.IndexList .IndexLContent .Txt { display: block; font-family: '΢���ź�'; color: #fff; display: block; text-align: center; font-size: 45px; }
.IndexList i { font-style:normal;font-size: 13px; font-family: '΢���ź�'; font-weight: normal; vertical-align: bottom; position: relative; top: -1px; right: -5px; color: #fff; }
.IndexList .Hun { opacity: 0; transition: all 1s ease-out 0s; -webkit-transition: all 1s ease-out 0s; -moz-transition: all 1s ease-out 0s; -o-transition: all 1s ease-out 0s; }
.IndexList .Ten { opacity: 0; transition: all 1s ease-out 0.3s; -webkit-transition: all 1s ease-out 0.3s; -moz-transition: all 1s ease-out 0.3s; -o-transition: all 1s ease-out 0.3s; }
.IndexList .Ind { opacity: 0; transition: all 1s ease-out 0.6s; -webkit-transition: all 1s ease-out 0.6s; -moz-transition: all 1s ease-out 0.6s; -o-transition: all 1s ease-out 0.6s; }
.IndexList .Sun { opacity: 0; transition: all 1s ease-out 0.8s; -webkit-transition: all 1s ease-out 0.8s; -moz-transition: all 1s ease-out 0.8s; -o-transition: all 1s ease-out 0.8s; }




@media screen and (max-width:1200px ) {


.about_box_tit{ margin-top:20%; margin-left:5%;}
.about_box_tit h2{ font-size:30px; line-height:40px; }
.about_box_tit h3{font-size:30px;line-height:50px; }
.IndexList {width:90%;text-align:left; margin-top:5%;margin-left:5%; margin-right:5%; }
.about_box p{width:90%; margin-left:5%; margin-right:5%;}

}

@media screen and (max-width:1024px ) {
.about_box{  width:100%; }
.jiameng_box{  width:100%; }

}
@media screen and (max-width:639px ) {
.about_box_tit h2{ font-size:20px; line-height:30px; }
.about_box_tit h3{font-size:18px;line-height:35px; }
.IndexList li { width: 50%;  }
.IndexList ul {  height: auto;  }
.IndexList b { margin-top: 10px; padding-bottom:5px; }
.IndexList {width:90%;text-align:left; margin-top:0; }
.IndexList .IndexLContent { height: 40px; }
.IndexList .IndexLContent .Txt {  font-size: 30px; }

.about_box p{ padding-top:5%; font-size:13px; line-height:24px;}
.IndexList li:nth-child(2):after { display: none; }

}





.wendachild{ clear:both;padding:0 0;width:100%; margin:0 auto; float:none;border-bottom:1px solid #302f42; }

.wendachild:after{content: ""; display: block; height: 0; clear: both;visibility:hidden;}

.wendachild .childIcon:hover{background:#00A2D6; color:#fff;}
.wendachild .childIcon .sub{position:absolute;height:2px;top:16px;right:9px;width:12px;height:2px;background:#ddd; display: block;}
.wendachild .childIcon .sub.sub2{ transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);-webkit-transform:rotate(90deg);background:#ddd;}
.wendachild .childIcon .sub2{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }


.wendachild .childIcon{cursor:pointer;position:relative;width:100%;height:40px;background:#309AC1; color:#ddd; }
.wendachild .childIcon{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }

.wendachild .childIcon.on .sub2{transform:rotate(90deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);background:#455560;}
.wendachild .title{line-height:40px;color:#fff;font-size:14px; text-align:left; margin-left:10px;}
.wendachild .childContent{display:none;padding:5px 10px;background:#00A2D6; }
.wendachild .childContent p{color:#fff;line-height:23px;font-size:13px; min-height:auto; margin:0; display:block; width:100%;}
.wendachild .childContent p a{ color:#fff;}
.wendachild .childContent p a:hover{ color:#fff;}






.n_box{ clear:both; width:100%; background:#181818; position:relative; z-index:10;}



.pageshow{ padding:0px 15px; height:25px; line-height:25px; text-align:center; clear: both; width:100%; margin:0 5px; }
.pageshow a {padding: 0 15px;
    line-height: 25px;
    display: inline-block;
    border: 1px #bbb solid;
    margin:0 5px;
    background: #ccc;
	font-size:13px;
	color:#333;
	 }

.pageshow a:hover{
    background: #D9221C;border: 1px #D9221C solid; color:#FFFFFF;}

.pageshow .curr{padding:0px 10px; height:25px; line-height:25px; background:#fff; color:#D9221C;	font-size:18px; } 



@media (max-width: 1023px) {
.pageshow{  height:30px; line-height:30px; font-size:13px; }
.pageshow a {padding: 0 6px;font-size:13px; }
}
@media (max-width: 639px) {
.pageshow{  height:25px; line-height:25px; font-size:12px; }
.pageshow a {padding: 0 6px;font-size:12px; }
}





.donghua, ::after, ::before {
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.two-box{ background:#d29a48; padding:0; z-index:0;position:relative;}
.two-box:after{ content:""; display:block; clear:both;}
.two-box a{ display:block; float:left; width:33.33%; position:relative; overflow:hidden;}
.two-box a .bbg{ opacity:0; display:block; width:100%; height:100%; max-height:495px;}
.two-box a .tu{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity:1;
    -moz-transition: transform 8s,opacity .5s;
	-ms-transition: transform 8s,opacity .5s;
	-o-transition:transform 8s,opacity .5s;
	-webkit-transition:transform 8s,opacity .5s;
	transition: transform 8s,opacity .5s;
}
.two-box a:hover .tu{ opacity:0.1;
-moz-transform:scale(1.2);
-ms-transform:scale(1.2);
-o-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);


}

.two-box a .title-box{ top:0px; left:0; padding:10px 0; width:100%; text-align:center; background:rgba(255,255,255,.8); position:absolute; height:50px;}
.two-box a .title{ margin:auto 0 0;}
.two-box a .title .cn{ font-size:20px; line-height:50px; height:50px; overflow:hidden; color:#000; letter-spacing:2px;}
.two-box a .title .en{ font-size:14px; line-height:30px; height:30px; overflow:hidden; color:#cf8b25; letter-spacing:normal;text-transform:uppercase;}
.two-box a:hover .title-box{  opacity:0; height:230px;padding:150px 2% 10px 2%;}

.two-box a .biao{ width:100%; text-align:center; top:32%; position:absolute; color:#fff;opacity:0;}
.two-box a .biao h2{  font-size:24px; font-weight:normal; letter-spacing:2px;}
.two-box a .biao h3{  font-size:16px;font-weight:normal;  width:60%; margin:10px auto 15px auto; line-height:30px;}
.two-box a .biao span{  font-size:15px; background:#71685E; padding:10px 40px; height:40px;margin:0px auto; line-height:40px;}
.two-box a:hover .biao{
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
	transform:scale(1);
	opacity:1;
	}
.two-box a .href{ width:30px; line-height:30px; height:80%;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	position:absolute; z-index:1; bottom:10%; left:2%;
	color:rgba(0,0,0,.3); font-weight:bold; font-size:14px; letter-spacing:2px;
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);

}
.two-box a:hover .href{ opacity:0; letter-spacing:20px;}

@media only screen and (max-width:1024px) {
.two-box a{margin-bottom:0;}
.two-box a .title-box{ padding:15px 2% 15px 2%; height:50px;}
.two-box a .title .cn{ font-size:18px; line-height:26px; height:26px; text-align:center;}
.two-box a .title .en{ font-size:14px; line-height:22px; height:22px;}
.two-box a .biao{ width:100%; text-align:center; top:30%; position:absolute; color:#fff;opacity:0;}
.two-box a .biao h2{  font-size:20px; font-weight:normal;}
.two-box a .biao h3{  font-size:14px;font-weight:normal;  width:80%; margin:-10px auto 15px auto; line-height:25px;}
.two-box a .biao span{  font-size:12px; background:#71685E; padding:10px 25px; height:30px;margin:0px auto; line-height:30px;}

}



@media only screen and (max-width:640px) {
.two-box a{ float:none; width:100%; margin-bottom:0;}
.two-box a .title-box{ padding:10px 1% 10px 1%; height:50px;}
.two-box a .title .cn{ font-size:14px; line-height:26px; height:26px; text-align:center;}
.two-box a .title .en{ font-size:12px; line-height:20px; height:20px;}
.two-box a .biao{ width:100%; text-align:center; top:20%; position:absolute; color:#ccc;opacity:0;}
.two-box a .biao h2{  font-size:14px; font-weight:normal;}
.two-box a .biao h3{  font-size:12px;font-weight:normal;  width:80%; margin:0px auto 15px auto; line-height:25px;}
.two-box a .biao span{  font-size:12px; background:#71685E; padding:10px 25px; height:30px;margin:0px auto; line-height:30px;}

}




.h20{ clear:both; width:100%;height:20px;}
.h30{ clear:both; width:100%;height:30px;}
.h50{ clear:both; width:100%;height:50px;}
@media (max-width: 1400px) {
.h20{height:15px;}
.h30{ height:20px;}
.h50{ height:40px;}
}
@media (max-width: 1023px) {
.h20{ height:10px;}
.h30{ height:10px;}
.h50{ height:30px;}
}

@media (max-width: 639px) {
.h20{height:5px;}
.h30{ height:10px;}
.h50{ height:20px;}
}


.imgbj1 { background-repeat:no-repeat!important; background-position:center center!important; background-size:100% 100%!important; }
.imgbj2 { background-repeat:no-repeat!important; background-position:center center!important; background-size:auto 100%!important; }
.imgbj3 { background-repeat:no-repeat!important; background-position:center center!important; background-size:100% auto!important; }
.imgbj4 { background-repeat:no-repeat!important; background-position:center center!important; background-size:cover!important; }
.imgbj5 { background-repeat:no-repeat!important; background-position:center center!important; background-size:contain!important; }
.imgbj1a { background-position:center center!important; background-size:100% 100%!important; background-repeat:no-repeat!important; }




.bannertt {position:relative;width:100%;overflow:hidden;margin:0 auto;text-align:center;background:#fff;height:580px;z-index:1;}




.bannertt .bg_123  {
       background-position: 0 center;
       width:100%; height:600px;margin:0 auto;text-align:center;
	      -webkit-animation: banner_inside 1s ease 1 forwards;
    -moz-animation: banner_inside 1s ease 1 forwards;
    -o-animation: banner_inside 1s ease 1 forwards;
    animation: banner_inside 1s ease 1 forwards;
	overflow:hidden;
    
}



.bannertt .bg_456  {
       background-position: 0 center;
       width:100%; height:700px;
	   margin:0 auto;
	   text-align:center;
	      -webkit-animation: banner_inside 1s ease 1 forwards;
    -moz-animation: banner_inside 1s ease 1 forwards;
    -o-animation: banner_inside 1s ease 1 forwards;
    animation: banner_inside 1s ease 1 forwards;
	overflow:hidden;
    
}


.700gaodu{ height:700px;}


@media screen and (max-width:1000px) {
.bannertt {
height:550px;
}
}

@media screen and (max-width:787px) {
.bannertt {
height:300px;
}
.bannertt .bg_123  {
height:450px;
 -webkit-animation: bgg linear 50s infinite alternate;
		-moz-animation: bgg linear 50s infinite alternate;
		  -o-animation: bgg linear 50s infinite alternate;
		   animation: bgg linear 50s infinite alternate;
		   }

.bannertt .bg_456  {
height:450px;
 -webkit-animation: bgg linear 50s infinite alternate;
		-moz-animation: bgg linear 50s infinite alternate;
		  -o-animation: bgg linear 50s infinite alternate;
		   animation: bgg linear 50s infinite alternate;
		   		   }

  }


	@-webkit-keyframes bgg{
		from{
			background-position: 0 center;
		}
		to{
			background-position: 100% center;
		}
	}
	@-moz-keyframes bgg{
		from{
			background-position: 0 center;
		}
		to{
			background-position: 100% center;
		}
	}
	@-o-keyframes bgg{
		from{
			background-position: 0 center;
		}
		to{
			background-position: 100% center;
		}
	}
	@keyframes bgg{
		from{
			background-position: 0 center;
		}
		to{
			background-position: 100% center;
		}

}

@-webkit-keyframes banner_inside {from {-webkit-transform:scale(0.9);transform:scale(0.9);}
to {-webkit-transform:scale(1);transform:scale(1);}
}
@-moz-keyframes banner_inside {from {-moz-transform:scale(0.9);transform:scale(0.9);}
to {-moz-transform:scale(1);transform:scale(1);}
}
@-o-keyframes banner_inside {from {-o-transform:scale(0.9);transform:scale(0.9);}
to {-o-transform:scale(1);transform:scale(1);}
}
@keyframes banner_inside {from {-webkit-transform:scale(1.23);-moz-transform:scale(1.23);-o-transform:scale(1.23);transform:scale(1.23);}
to {-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
}
.banner_txt {z-index:9999;width:50%;position:absolute;background:#fff;height:150px;bottom:0%;margin-right:50%;right:-50%;}
.banner_txt3 {left:-131px;position:absolute;bottom:-1px;max-width:200px;overflow:hidden;}
.banner_txt4 {position:absolute;color:#fff;font-size:40px;text-transform:uppercase; text-align:center;font-weight:700; width:100%; height:300px; top:43%;}
.banner_txta {z-index:9999;left:10%;position:absolute;top:35%;overflow:hidden;width:600px;height:300px;}
.banner_txt5 {position:absolute;color:#fff;font-size:45px; line-height:70px;text-transform:uppercase;text-align:left;opacity:0;}
.banner_txt5 p {font-weight:700;font-size:45px;}
.banner_txt6 {position:absolute;color:#fff;font-size:45px; line-height:70px;text-transform:uppercase;text-align:left;opacity:0;text-shadow:#333 2px 2px 1px}
.banner_txt6 p {font-weight:700;font-size:45px;text-shadow:#363636 2px 3px 1px}

.banner_txt4 p {font-weight:700;font-size:45px; padding-top:10px;}



.banner_txtb{ display:none;}




.banner_txt6 i { display: block; margin:0 auto; width: 100px; height: 134px; background: url(../contact_pic/add.png) no-repeat 0 0;animation:gogogo 2s;
-moz-animation:gogogo 2s  infinite linear; 
-webkit-animation:gogogo 2s  infinite linear; 
-o-animation:gogogo 2s  infinite linear; }}
@keyframes gogogo{
0%{
 margin-top:0px;

}
50%{
 margin-top:15px;

}
100%{
 margin-top:0px;

}
}


@-webkit-keyframes gogogo {
0%{
 margin-top:0px;

}
50%{
 margin-top:15px;

}
100%{
 margin-top:0px;

}
}

.allpic img{width:100%;}
.allpic{ padding-top:0px;display:block;  position:relative; z-index:0;text-align:center;}
.allpic H3{ font-size:24px; color:#fff; font-weight:700; left:5%; position:absolute;top:40%;}
.allpic H4{ font-size:20px; letter-spacing: normal; color:#fff; font-weight: normal; left:5%; position:absolute; top:50%; text-align:left; line-height:30px;}

@media (max-width:1200px){

.banner_txta {top:40%;overflow:hidden;height:200px;}
.banner_txt5 {font-size:48px;line-height:60px;}
.banner_txt5 p {font-size:35px;}
}

@media (max-width:1000px){
.banner_txt{ display:none;}

.banner_txtb { display:block;z-index:9999;left:10%;position:absolute;top:40%;overflow:hidden;width:350px;height:200px;}
.banner_txtb5 {position:absolute;color:#fff;font-size:48px;text-transform:uppercase;text-align:left;opacity:0.1;}
.banner_txtb5 p {font-weight:700;font-size:35px;}

}


@media (max-width:639px){


.banner_txt6 i { display: block; margin:0 auto; width: 50px; height: 67px; background-size:cover!important;}

.allpic H3{ font-size:16px;  font-weight:700; top:43%;}
.allpic H4{ font-size:14px; font-weight: normal; top:55%;}

.banner_txta {overflow:hidden;width:100%;height:200px; top:33%;}
.banner_txt5 {font-size:26px; line-height:40px;}
.banner_txt5 p {font-weight:700;font-size:20px;}

.banner_txt4 {font-size:20px;}
.banner_txt4 p {font-weight:700;font-size:20px;}



.banner_txt6 {font-size:26px; line-height:40px;}
.banner_txt6 p {font-weight:700;font-size:20px;}

}


.scroll_more {-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:70px;margin-bottom:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:auto;min-height:auto;overflow:visible;position:relative;z-index:99;bottom:30px;margin:0 auto;}
.scroll_div {position:absolute;color:#fff;width:100%;height:78px;bottom:0;border:0;left:0;right:auto;}
.scroll_txt {/* -webkit-transform:rotate(-90deg) translateX(-2rem);transform:rotate(-90deg) translateX(-2rem);*/    position:relative;display:block;/*   font-size:13px;color:#fff;text-transform:uppercase;letter-spacing:0.5px;font-family:Gilroy_Regular;*/margin-left:16px;}
.scroll_bar {width:2px;height:15px;position:absolute;bottom:2.14286rem;left:calc(50% - 1px);-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:0;cursor:pointer;overflow:hidden;}
.scroll_bar::after {content:"";background-color:#fff;left:0;top:-100%;height:100%;width:100%;position:absolute;-webkit-animation:slide-down 2s infinite;animation:slide-down 2s infinite;}
@keyframes slide-down {0% {top:-100%;}
100% {top:100%;}
}

@media screen and (max-width:787px) {
.scroll_more_m {-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:70px;margin-bottom:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:auto;min-height:auto;overflow:visible;position:relative;z-index:99;bottom:10px;margin:0 auto;}
.scroll_div_m {position:absolute;color:#fff;width:100%;height:60px;bottom:0;border:0;left:0;right:auto;}
.scroll_txt_m {/* -webkit-transform:rotate(-90deg) translateX(-2rem);transform:rotate(-90deg) translateX(-2rem);*/    position:relative;display:block;/*   font-size:13px;color:#fff;text-transform:uppercase;letter-spacing:0.5px;font-family:Gilroy_Regular;*/margin-left:0px;}
.scroll_bar_m {width:2px;height:15px;position:absolute;bottom:0.3rem;left:calc(50% - 1px);-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:0;cursor:pointer;overflow:hidden;}
.scroll_bar_m::after {content:"";background-color:#fff;left:0px;top:-100%;height:100%;width:100%;position:absolute;-webkit-animation:slide-down 2s infinite;animation:slide-down 2s infinite;}
@keyframes slide-down {0% {top:-100%;}
100% {top:100%;}
}
}

.news_home{ width:50%;  padding:0; float:left; overflow:hidden; background:#fff;}
.news_home_left{width:600px; height:100%;  margin:0  auto; position:relative;}
.news_home_right{width:50%;  padding:0; background:#f4f4f4; height:670px; float:right; }


@media screen and (max-width:787px) {
.news_home{ width:100%;  padding:0; float:none;}
.news_home_left{width:100%; height: auto;  }
.news_home_right{width:100%;  padding:0; background:#fff; height: auto; float: none; }
}



.index_strong {padding:0px 0 10px 0px; float:left; width:180px;margin-top:110px; margin-left:20px;}
.index_strong_iteam {max-width:180px;width:100%;margin:0 auto;text-align:center;}
.index_strong_iteam ul {margin-left:0}
.index_strong_iteam li {text-align:center;display:inline-block;width:100%;float:left;text-transform:uppercase;position:relative;margin:25px 0 25px 0;}
.index_strong_iteam li strong {display:block;line-height:50px;margin:15px 0 15px 0;font-size:50px;font-weight:normal;color:#363636;text-align:center;font-family:Geneva,Arial,Helvetica,sans-serif;}
.index_strong_iteam li .text .title_cn {margin-top:15px;font-size:15px;text-align:center;}



@media only screen and (max-width:1000px) {
.index_strong {padding:0px 0 10px 0px; float:none; width:100%;margin-top:1%;}
.index_strong_iteam {max-width:100%;}
.index_strong_iteam ul {margin-left:0px;}
.index_strong_iteam li {width:25%; margin:15px 0;}
.index_strong_iteam li span { display:none;}
.index_strong_iteam li strong {display:block;line-height:45px;margin:0px auto;font-size:45px; letter-spacing:-2; text-align:center;}
.index_strong_iteam li .text .title_cn {margin-top:0px; padding-left:0px;text-align:center;}
.index_strong_iteam li sup {font-weight:bold;font-size:20px;top:20px;right:0;color:#415ba8;position:absolute;}
}

@media only screen and (max-width:639px) {
.index_strong {padding:0px 0 0px 0px; float:none; width:100%; margin:0 ;}
.index_strong_iteam {max-width:100%; margin:0; padding:0;}
.index_strong_iteam ul {margin-left:0px;}
.index_strong_iteam li {width:31.33%; margin:15px 1%; float:left;}
.index_strong_iteam li span { display:none;}
.index_strong_iteam li img{ max-width:70px;}
.index_strong_iteam li strong {display:block;line-height:30px;margin:0px auto;font-size:30px; letter-spacing:-2; text-align:center;}
.index_strong_iteam li .text .title_cn {margin-top:10px;font-size:12px; padding-left:0px;text-align:center;}

}

.n_about_box{ clear:both; width:100%; background: url(../images/about-bg.jpg) no-repeat left top; height:650px;}


.about_left_box{ float:left;  max-width:400px;margin-top:5%; margin-right:5%;}
.about_right_box{ float: right;  margin-left:5%; max-width:500px;margin-top:5%; }
.about_right_box .pic{ position:relative; max-width:500px;}
.about_right_box .pic img{ max-width:100%; max-height:550px; overflow:hidden;box-shadow: 6px 6px 20px #ccc; position:relative;}

.about_tit{ width:100%; clear:both; z-index:3; position:relative; margin-bottom:30px;}
		
.about_tit h2{ position: relative;color:#0F98D5;font-size:30px;text-transform:uppercase;font-family:"Times New Roman", Times, serif; }
.about_tit h2:before{ content: attr(data-text);position: absolute;z-index: 10; color:#DB241B; -webkit-mask:linear-gradient(to left, #0F98D5, transparent ); }		

.about_tit h3{ font-size:24px; line-height:40px;}
.about_tit .tit_line{width:100px; height:2px; background:#6f573b; margin-top:5px;}

.about_tit h4{ font-size:16px; line-height:30px;}

.about_tit p{ line-height:180%; font-size:16px;}

.about_left_box{ line-height:200%;}

@media only screen and (max-width:1400px) {
.about_left_box{  max-width:400px;}

}


@media only screen and (max-width:1170px) {
.about_left_box{   margin-right:3%;margin-top:3%; }
.about_right_box{  margin-left:2%; max-width:400px;}
.about_right_box img{max-height:450px;}
.about_tit{ margin-bottom:20px;}
}


@media only screen and (max-width:1000px) {
.about_left_box{ max-width:100%;margin-right:0;margin-top:1%; float:none;}
.about_right_box{ display:none;}
.about_tit{ margin-bottom:15px;}
.n_about_box{  height:450px;}
.about_tit h2{ font-size:26px; line-height:35px;color:#ccc;text-transform:uppercase;}
.about_tit h3{ font-size:18px; line-height:28px;  }

}


@media only screen and (max-width:639px) {

.n_about_box{  height: auto;}
.about_tit{ margin-bottom:0px; margin-left:0px; margin-top:15px;}
.about_tit h2{ font-size:16px; line-height:24px;}
.about_tit h3{ font-size:14px; line-height:24px;  }

.about_left_box{ line-height:24px;}
.about_left_box p{ font-size:13px;}
}

.tixi_box{ display:none;}

@media only screen and (max-width:639px) {

.tixi_box{ clear:both; background:#fff; margin-bottom:30px; display:block;}
.tixi_box ul li{ width:100%; margin:10px auto; text-align:center;}
.tixi_box ul li img{ max-width:200px; max-height:200px; border:3px solid #eee;}
.tixi_box ul li h2{ font-size:16px; color:#D9221C; line-height:32px;}
.tixi_box ul li p{ font-size:14px; color:#363636; line-height:26px;}

}

.n_tit{ margin:0px auto 0px  auto; padding-top:30px; text-align:center; font-size:40px; line-height:50px; padding-bottom:20px;text-transform:uppercase;}
.n_mainTitle_line{border-top: 1px solid #D9221C;text-align: center; margin: 0px  auto 0 auto; width:250px;}
.n_mainTitle{position: relative;display: inline-block;font-size: 24px;line-height: 44px;top: -22px;padding: 0 15px; color: #D9221C; }
.n_mainTitle_line_1{border-top: 1px solid #D22D89;text-align: center; margin: 0px  auto; width:50px; margin-top:-15px;}


@media only screen and (max-width:1200px) {
.n_tit{  padding-top:10px; text-align:center; font-size:30px; line-height:40px; padding-bottom:10px;text-transform:uppercase;}
.n_mainTitle_line{border-top: 1px solid #D9221C;text-align: center; margin: 0px  auto 0 auto; width:250px;}
.n_mainTitle{position: relative;display: inline-block;font-size: 20px;line-height: 34px;top: -17px;padding: 0 15px; color: #D9221C; }
.n_mainTitle_line_1{border-top: 1px solid #D22D89;text-align: center; margin: 0px  auto; width:50px; margin-top:-15px;}

}



@media only screen and (max-width:787px) {
.n_tit{  padding-top:10px; text-align:center; font-size:20px; line-height:30px; padding-bottom:10px;text-transform:uppercase;}
.n_mainTitle_line{border-top: 1px solid #D9221C;text-align: center; margin: 0px  auto 0 auto; width:200px;}
.n_mainTitle{position: relative;display: inline-block;font-size: 16px;line-height: 30px;top: -15px;padding: 0 10px; color: #D9221C; }
.n_mainTitle_line_1{border-top: 1px solid #D22D89;text-align: center; margin: 0px  auto; width:50px; margin-top:-15px;}

}


.yuan_more{ position:absolute; right:0px; top:50px; display:block; z-index:9;}

@media only screen and (max-width:787px) {
.yuan_more{ right:0; top:10px;}
.yuan_more img{ max-width:75%; max-height:75%;} 

}

.zhengshu_box{ clear:both; width:100%; background: url(../images/zhengshu_bg.png) no-repeat center top; height:741px; position:relative; z-index:5; margin-top:-40px; padding-top:40px;}


.zhengshu_box1 img{ max-width:100%; max-height:100%; margin-bottom:50px;}


.news_left01{float:left; width:840px; margin:20px 0 20px 0px;}
.news_righttitle{ font-size:15px; color:#333; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px;}

.news_left01 img{ margin:15px auto 0 auto; max-width:96%; text-align:center;}

.news_left01 p img{ text-align:center; display:block;}

.news_left01 p{ line-height:1.8; font-size:16px; font-family: Arial, Helvetica, sans-serif;}

@media only screen and (max-width:787px) {
.news_left01 img{ margin:10px 0; max-width:100%;}

}


.righttitle{ font-size:22px; line-height:50px; }

.news_righttitle{ font-size:15px; color:#333; border-bottom:1px solid #ccc; padding-bottom:15px; margin-bottom:15px;}
.news_more{float:right;font-size:13px; font-weight:300;color:#999;}
.news_more a{ font-size:13px; font-weight:300;color:#999;}
.news_more a:hover{color:#999; text-decoration:underline;}



.aboutk_tit{ text-align:left; font-size:26px; line-height:50px; padding-top:0px; font-weight:700; color:#363636;}

.right_news_click{ text-align:left;  color:#696969; position:relative; width:100%;margin-top:10px;}

.right_news_click h6{ float:left; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size:24px; letter-spacing:-1px;line-height:25px;}
.right_news_click p{ float:left; font-size:13px; letter-spacing:normal;line-height:30px; margin:0; padding:0;margin-left:0px; }


.news_close{ position:absolute; right:5px; top:0;}

.text_neirong{line-height:25px;font-size:15px; padding:0 20px; }
.text_neirong p{ line-height:25px; font-size:15px;text-indent:2em;}
.text_neirong p img{ max-width:100%; max-height:100%; margin:10px auto;}


.zhaiyao{ background:#eee; width:96%; padding:10px 2%; line-height:30px; font-size:13px; margin-top:20px; margin-bottom:20px;}
.zhaiyao p{ font-size:13px; display:inline-block;}
.zhaiyao span{ color:#D9221C;}

.text_neirong1{line-height:30px;font-size:15px; padding:0 5px; }

.text_neirong1 p{ line-height:25px; font-size:15px;text-indent:2em; margin:0;}
.text_neirong1  img{ max-width:100%; max-height:100%; display: block; margin:20px auto;}
.text_neirong1 p img{ max-width:100%; max-height:100%; display: block; margin:20px auto;}

.shebei_biaoti{ text-align:left;}
.shebei_biaoti h2{ font-size:24px; color:#31A1A5; line-height:20px; height:30px;}
.shebei_biaoti span{ font-size:15px; color:#ccc; padding-left:10px; font-weight:normal;}
.shebei_biaoti span p{ display:inline-block;}



.news_line{ clear:both; width:100%;height:50px; line-height:25px;font-size:14px;}
.news_line .fl{ float:left;margin-left:45px;position:relative;}
.news_line .fr{ float:right; position:relative; margin-right:45px;}
.news_line .fl::after{ position:absolute; content:""; background:url(../images/shangyipian.png) no-repeat; width:36px; height:11px; left:-45px; top:8px;}
.news_line .fr::after{ position:absolute; content:""; background:url(../images/xiayipian.png) no-repeat; width:36px; height:11px; right:-45px; top:8px;}

@media (max-width: 1023px) {
.text_neirong1{line-height:25px;font-size:14px; padding:0 2%; }
.text_neirong1 p{ font-size:13px;}
.text_neirong{line-height:25px;font-size:14px; padding:0 2%; }
.text_neirong p{ font-size:13px;}
}

@media (max-width: 639px) {

.right_news_click{ margin-top:0px; font-size:12px;}

.zhaiyao{ background:#222; width:98%; padding:5px 1%; line-height:22px; font-size:12px; margin-top:10px; margin-bottom:10px;}
.zhaiyao p{ font-size:12px;}


.text_neirong1{line-height:25px;font-size:12px; padding:0 ; }
.text_neirong1 p{ font-size:12px;}
.text_neirong{line-height:25px;font-size:12px; padding:0; }
.text_neirong p{ font-size:12px;}
.text_neirong1  img{  margin:10px auto;}
.text_neirong1 p img{  margin:10px auto;}

}


.news_line a{ font-size:14px;}

.wid1200{max-width:1200px; margin:0 auto;}
.newsshow_right{ position:absolute; right:0; top:30px; width:320px; padding:20px; background:#eee; }
.newsshow_right h2{ font-size:22px; width:100%; height:60px; line-height:60px;  text-align:left; padding-left:0px; color:#D9221C; font-weight:normal;}
.newsshow_right ul{ margin-top:0px; width:320px;}
.newsshow_right ul li {float:left; width:300px; color:#363636; padding:10px 10px 30px 10px; line-height:26px; font-size:13px; display:block;}
.newsshow_right ul li a{ color:#363636; font-size:16px; width:100%; line-height:30px; display:block;}
.newsshow_right ul li a:hover{ color:#D9221C;}
.newsshow_right_pic img{ max-width:100%;max-height:100%;}
.newsshow_right_pic .news_more_a{padding:10px 10px; color:#666;}
.newsshow_right_pic h3{  font-size:16px; line-height:30px; color:#363636;padding:10px 10px 5px 10px; }
.newsshow_right_pic h4{  font-size:14px; color:#696969;  font-weight: normal;line-height:26px; padding:0px 10px;}
.news_right_text{ font-size:13px; color:#666; line-height:24px;padding:5px 10px;}
.news_border_box img{ float:left; margin:10px 10px; width:300px; height:4px;}


@media (min-width: 1024px) and (max-width:1199px ) {
.news_left01{ width:600px; margin:20px 0 0px 20px;}
.news_righttitle{ font-size:13px;padding-bottom:5px; margin-bottom:5px;}


.wid1200{max-width:1000px;}

}

@media (max-width: 1023px) {
.newsshow_right{display:none;}
.news_left01{width:100%; margin:0; clear:both;}
.news_left01 p{ font-size:14px; line-height:25px;}
.news_righttitle{ font-size:13px;padding-bottom:5px; margin-bottom:5px;}
.news_more{font-size:12px;}
.news_more a{ font-size:12px;}
.news_more a:hover{color:#999;}
.aboutk_tit{font-size:16px; line-height:25px;}
.text_neirong p img{ margin:10px auto;}

.wid1200{ max-width:96%; margin:10px 2%;}

.newsshow_right{display:none;}
}

@media (max-width:639px) {
.aboutk_tit{font-size:16px; line-height:25px; padding-top:10px;}
}


.more_button{position:relative;overflow:hidden; z-index:1;width:53px;height:53px;border:2px solid #333;-moz-border-radius:100%;border-radius:100%;color:#e0e0e0;text-align:center;display:block;margin:0PX auto 0 auto;-o-transition: all 1.7s ease;-moz-transition: all 1.7s ease; transition: all 1.7s ease;-webkit-mask-image: radial-gradient(white, black); mask-image: radial-gradient(white, black);
}

.more_button .dot1 span{ font-size:30px; margin-top:-10px; color:#333;}
.more_button .dot2 span{ font-size:30px; margin-top:-10px; color:#fff;}

.more_button:focus{outline:none;}
.more_button:hover {
    background: #D9221C;
    color: #fff;
    border: 2px solid #62d3d7;
}
.more_button i {
  display: block;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  width: 100%;
  height: 100%;
    background: -moz-radial-gradient(#D9221C, #D9221C,#D9221C,#D9221C,#D9221C,#D9221C,#D9221C,#D9221C,#D9221C);
    background: -o-radial-gradient(#D9221C, #D9221C,#D9221C,#D9221C,#D9221C,#D9221C,#D9221C,#D9221C,#D9221C);
    background: radial-gradient(#D9221C, #D9221C,#D9221C,#D9221C,#D9221C,#D9221C,#D9221C,#D9221C,#D9221C);
    opacity: 0;
    -o-transition: 1.2s, opacity 1.8s;
    -moz-transition: 1.2s, opacity 1.8s;
    transition: 1.2s, opacity 1.8s;
    -moz-border-radius: 50%;
         border-radius: 50%;
}
.more_button:hover i {
  -webkit-transform: scale(10);
     -moz-transform: scale(10);
       -o-transform: scale(10);
          transform: scale(10);
    opacity: 1;
    -o-transition: 3s, opacity .3s;
    -moz-transition: 3s, opacity .3s;
    transition: 3s, opacity .3s;
}
.dot2 span,.dot1 span{position:absolute;color:#d1d1d1;left:50%;top:50%;
  -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
  -moz-animation-fill-mode:forwards;
    -o-animation-fill-mode:forwards;
       animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}
/*dot1*/

.dot1 span:nth-child(1){
    -o-transition: all 0.4s .5s ease, color .3s;
    -moz-transition: all 0.4s .5s ease, color .3s;
    transition: all 0.4s .5s ease, color .3s;
  left:30%;
}
.dot1 span:nth-child(2){
    -o-transition: all 0.4s .4s ease, color .3s;
    -moz-transition: all 0.4s .4s ease, color .3s;
    transition: all 0.4s .4s ease, color .3s;
  left:50%;
}
.dot1 span:nth-child(3){
  -o-transition: all 0.4s .3s ease, color .3s;
  -moz-transition: all 0.4s .3s ease, color .3s;
  transition: all 0.4s .3s ease, color .3s;
  left:70%;
}
.more_button:hover .dot1 span:nth-child(1){
  left: 120%;
    -o-transition: all 0.4s .2s ease, color .3s;
    -moz-transition: all 0.4s .2s ease, color .3s;
    transition: all 0.4s .2s ease, color .3s;
  color: #fff;
}
.more_button:hover .dot1 span:nth-child(2){
  left: 120%;
    -o-transition: all 0.4s .1s ease, color .3s;
    -moz-transition: all 0.4s .1s ease, color .3s;
    transition: all 0.4s .1s ease, color .3s;
  color: #fff;
}
.more_button:hover .dot1 span:nth-child(3){
  left: 120%;
  -o-transition: all 0.4s 0s ease, color .3s;
  -moz-transition: all 0.4s 0s ease, color .3s;
  transition: all 0.4s 0s ease, color .3s;
  color: #fff;
}

/*dot2*/
.dot2 span:nth-child(1){
  left:-30%;
    -o-transition: all 0.4s .2s ease, color .3s;
    -moz-transition: all 0.4s .2s ease, color .3s;
    transition: all 0.4s .2s ease, color .3s;
    color:#d1d1d1
}
.dot2 span:nth-child(2){
  left:-30%;
    -o-transition: all 0.4s .1s ease, color .3s;
    -moz-transition: all 0.4s .1s ease, color .3s;
    transition: all 0.4s .1s ease, color .3s;
    color:#d1d1d1
}
.dot2 span:nth-child(3){
  left:-30%;
  -o-transition: all 0.4s 0s ease, color .3s;
  -moz-transition: all 0.4s 0s ease, color .3s;
  transition: all 0.4s 0s ease, color .3s;
    color:#d1d1d1
}
.more_button:hover .dot2 span:nth-child(1){
  left:30%;
    -o-transition: all 0.4s .5s ease, color .3s;
    -moz-transition: all 0.4s .5s ease, color .3s;
    transition: all 0.4s .5s ease, color .3s;
  color: #fff;
}
.more_button:hover .dot2 span:nth-child(2){
  left:50%;
    -o-transition: all 0.4s .4s ease, color .3s;
    -moz-transition: all 0.4s .4s ease, color .3s;
    transition: all 0.4s .4s ease, color .3s;
  color: #fff;
}
.more_button:hover .dot2 span:nth-child(3){
  left:70%;
  -o-transition: all 0.4s .3s ease, color .3s;
  -moz-transition: all 0.4s .3s ease, color .3s;
  transition: all 0.4s .3s ease, color .3s;
  color: #fff;
}

  .m_more_ico{ margin:0 auto; text-align:center; font-size:14px;}
 .m_more_ico img{ max-width:50px; max-height:50px;} 
.m_more_ico .h10{ height:10px;}

@media (max-width: 1023px) {
 .m_more_ico img{ max-width:40px; max-height:40px;} 
.more_button{width:43px;height:43px;
}

}
@media (max-width: 639px) {
 .m_more_ico img{ max-width:30px; max-height:30px;} 
 .more_button{width:33px;height:33px;border:2px solid #333;}
}










.fuwu_list{ text-align:center; margin:50px auto; width:100%; max-width:1300px; }
.fuwu_list ul li{ float:left; width:22%; text-align:center; margin:0 1%; position:relative; border-left:1px solid #ddd;}
.fuwu_list ul li:first-child{ border:none;}
.fuwu_list ul li img{  max-width:80%; max-height:80%;}
.fuwu_list ul li p{ font-size:18px;line-height:30px; margin-top:10px; color:#363636; margin-bottom:0;}
.fuwu_list ul li .biaoti{ font-size:15px; text-align:center; font-weight: normal; line-height:25px;color:#363636; margin-top:5px; padding-left:0;}

.fuwu_list ul li i{width: 70px; height: 2px;display: block;
   -webkit-transform: translateX(-110%);
   -moz-transform: translateX(-110%);
     -o-transform: translateX(-110%);
        transform: translateX(-110%);
    background:#fff;
   -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
     transition: all .3s ease-out;
  } 
.fuwu_list ul li:hover i,.fuwu_list ul li.cur i{
  -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
}


@media screen and (max-width:1300px) {

.fuwu_list{ text-align:center; margin:10px auto; }
.fuwu_list ul li p{ font-size:16px;}
.fuwu_list ul li .biaoti{ font-size:14px;}
}

@media screen and (max-width:1024px) {
.fuwu_list ul li p{ font-size:16px;}
.fuwu_list ul li .biaoti{ font-size:14px;}

}


@media screen and (max-width:639px) {
.fuwu_list ul li{ float:left; width:48%; text-align:center; margin:0 1%; position:relative; border-left:none;}
.fuwu_list ul li:first-child,.fuwu_list ul li:second-child{ border:none;}
.fuwu_list ul li img{  max-width:40px; }
.fuwu_list ul li p{ font-size:14px;}
.fuwu_list ul li .biaoti{ font-size:13px;margin-top:0; min-height:50px; }

}






.aboutUsT{clear: both;height: 40px; overflow: hidden; text-align: center; color: #D9A046; font-size: 34px;line-height: 40px; position: relative;}
.articleBox {overflow: hidden;font-size: 18px; color: #454545; line-height: 35px;padding: 10px 0 0 0;}

@media screen and (max-width:1024px) {
.aboutUsT{height: 35px; font-size: 25px;line-height: 35px;}
.articleBox {font-size: 16px; line-height: 26px;padding:5px 0 0 0;}
}

@media screen and (max-width:639px) {
.aboutUsT{height: 30px; font-size: 18px;line-height: 30px;}
.articleBox {font-size: 14px; line-height: 26px;padding:0 0 0 0;}
}


.pro_dingzhicc{ width:100%; clear:both; margin:0 auto;}
.pro_dingzhicc ul li{ float: left; width:25%;text-align:center;border:1px solid #ddd; border-top:none; border-left:none; padding:20px 1%;  box-sizing: border-box; overflow:hidden; }
.pro_dingzhicc ul li.aa01:nth-child(4){  border-right:none;}
.pro_dingzhicc ul li.aa01:nth-child(5){  border-bottom:none;}
.pro_dingzhicc ul li.aa01:nth-child(6){  border-bottom:none;}
.pro_dingzhicc ul li.aa01:nth-child(7){  border-bottom:none;}
.pro_dingzhicc ul li.aa01:nth-child(8){  border-right:none; border-bottom:none;}



.pro_dingzhicc ul li a p.biaoti:hover{ color:#2A868A;} 
.pro_dingzhicc ul li a p.wenzi:hover{ color:#2A868A;} 
.pro_dingzhicc ul li img{  max-width:96px; max-height:96px;}
.pro_dingzhicc ul li p.biaoti{ font-size:18px;line-height:40px; padding-top:5px; color:#333; font-weight:700;}
.pro_dingzhicc ul li p.wenzi{ font-size:14px; line-height:22px; color:#666; min-height:40px;}




@media (max-width: 1399px) {
.pro_dingzhicc ul li img{  max-width:80px; max-height:80px;}
.pro_dingzhicc ul li p.biaoti{ font-size:16px;line-height:40px;}


.pro_rukou ul li img{ max-width:70%; max-height:70%; }
.pro_rukou ul li p.biaoti{ font-size:15px; line-height:30px;}

}
@media (max-width: 1199px) {
.pro_dingzhicc ul li img{  max-width:70px; max-height:70px;}
.pro_dingzhicc ul li p.biaoti{ font-size:14px;line-height:30px;}
.pro_dingzhicc ul li p.wenzi{ font-size:12px; line-height:20px;  min-height:40px;}

.pro_rukou ul li img{ max-width:50%; max-height:50%; }
.pro_rukou ul li p.biaoti{ font-size:14px; line-height:25px;}

}

@media (max-width: 787px) {
.pro_dingzhicc ul li{  width:50%;text-align:center;border:1px solid #ddd; border-top:none; border-left:none; padding:20px 1%;  box-sizing: border-box; overflow:hidden; }
.pro_dingzhicc ul li img{  max-width:70px; max-height:70px;}
.pro_dingzhicc ul li p.biaoti{ font-size:15px;line-height:30px;}
.pro_dingzhicc ul li p.wenzi{ font-size:13px; line-height:20px;  min-height:40px;}

.pro_dingzhicc ul li.aa01:nth-child(2){  border-right:none;}
.pro_dingzhicc ul li.aa01:nth-child(5){  border-bottom:1px solid #ddd;}
.pro_dingzhicc ul li.aa01:nth-child(6){  border-right:none;border-bottom:1px solid #ddd;}
.pro_dingzhicc ul li.aa01:nth-child(7){  border-bottom:1px solid #ddd;}
.pro_dingzhicc ul li.aa01:nth-child(8){  border-right:none; border-bottom:1px solid #ddd;}



}


.pro_list_bigpic{ clear:both; width:100%; text-align:center;}
.pro_list_bigpic img{ max-width:100%; max-height:100%;}



.case_show_box{ width:100%; margin:30px auto; text-align:center;}

@media (max-width: 1024px) {
.case_show_box{ float:none; width:100%; max-width:100%; margin-bottom:10px;}

}



.product_right{width:100%; margin-top:35px; }
.product_right p{ font-size:16px; line-height:25px; width:100%;}
.product_right hr{height:1px;border:none;border-top:1px solid #ccc; margin:8px 0;}


.pro_biaoti{  padding-bottom:0px; font-size:24px;color:#D9221C; border-bottom:1px solid #ccc;line-height:60px;}

.product_right .pro_jieshao{ width:100%; padding:15px 0; float:left; font-size:16px; min-height:100px;border-bottom:1px solid #eee;}
.product_right .pro_jieshao h4{ font-size:18px; color:#363636; line-height:40px; font-weight:500; height:40px; background:#fff;}
.product_right .pro_jieshao p{ padding-left:0;}
.product_right .pro_jieshao h4 span{  margin-right:20px; height:40px; max-width:250px; text-align:left;display:block; color:#C42329;}

.proshow_list_li{overflow:hidden;height:535px;padding:0; text-align:center;  width:800px;  margin:0 auto;}
.proshow_list_li_span{height:535px; display:inline-block; vertical-align:middle; }
.proshow_list_li img{ max-width:100%; max-height:100%;}



@media (max-width: 1200px) {

.pro_biaoti{ font-size:20px;line-height:50px;}

.product_right{min-height:100px; margin-top:10px; }
.product_right .pro_biaoti{padding-bottom:0px; font-size:18px; line-height:35px;}
.product_right .pro_jieshao{width:100%; padding:10px 0; float:left; font-size:14px; min-height:60px;border-bottom:1px solid #eee;}
.product_right .pro_jieshao h4{ font-size:16px;  line-height:30px; height:30px; }
.product_right .pro_jieshao p{}
.product_right .pro_jieshao h4 span{  height:30px;}
.product_right .pro_jieshao span.yingwenban{ line-height:22px;}
}



@media (max-width: 1024px) {

.pro_biaoti{ font-size:18px;line-height:40px;}

.product_right{float:none; width:96%; max-width:100%;padding-left:2%; clear:both; }
}


@media (max-width: 640px) {

.pro_biaoti{ font-size:16px;line-height:35px;}


.proshow_list_li{height:200px;width:300px;}
.proshow_list_li_span{height:200px;}
.product_right .pro_biaoti{ line-height:30px; font-size:16px;padding:10px 0 0 0;}
.product_right p{ font-size:14px; line-height:24px;}
.product_right{ border:none;margin-top:10px;}
}


.di_yi{ clear:both; width:100%; position:relative; min-height:550px;  background-size: 100%;}
.di_yi_text{ position:absolute; left:15%; top:17%; color:#fff; max-width:500px;}
.di_yi_text h2{ font-size:28px; color:#F1C40F; line-height:50px; letter-spacing:2px; font-weight:700;}
.di_yi_text p{ font-size:16px; line-height:40px;}
.di_yi_text strong{ font-size:28px; line-height:60px; margin:10px 0; color:#F1C40F; }


.di_er{ clear:both; width:100%; position:relative; height:600px;}
.di_er_text{ position:absolute; left:60%; top:17%; color:#363636; max-width:500px;}
.di_er_text h2{ font-size:28px; color:#F1C40F; line-height:50px; letter-spacing:2px;font-weight:700;}
.di_er_text p{ font-size:16px; line-height:30px;}
.di_er_text p strong{ font-size:28px; line-height:60px; margin:10px 0; color:#F1C40F; }


.di_si{ clear:both; width:100%; position:relative; height:700px;}
.di_si_text{ width:100%; text-align:center;}
.di_si_text h2{ font-size:28px; color:#fff; padding-top:50px; line-height:50px; letter-spacing:2px; padding-bottom:20px;font-weight:700;}
.di_si_text .video{ width:800px; height:500px; margin:0 auto;}




@media (max-width: 1024px) {
.di_yi_pic img{ max-width:100%; max-height:100%;}
.di_yi_pic_text{margin-top:0px; color:#333; max-width:96%; padding:2%;}
.di_yi_pic_text p{ line-height:26px;}
.di_yi_pic_text p strong{ font-size:16px; line-height:33px; margin:5px 0; color:#F1C40F; }
}




/*�˵�*/
.service .selectBtn a .cn:before{content:""}
.service{background:#D9221C; box-shadow:0 0 15px rgba(0,0,0,.5);}
.service .selectBtn{text-align:center; }
.service .selectBtn a{margin:0 10px;display:inline-block;padding:10px 15px;width:120px;height:60px;text-align:left;transition:all .5s;white-space:nowrap; color:#fff; border-right:1px solid #f38481}
.service .selectBtn a:last-child{ border:none;}
.service .selectBtn a.active,.service .selectBtn a:hover{background:#fff;color:#D9221C}
.service .selectBtn a.active .cn:before,.service .selectBtn a:hover .cn:before{width:100%;background-color:#D9221C}
.service .selectBtn a .boxbx{position:relative}
.service .selectBtn a:hover .cn,.service .selectBtn a:hover .en{color:#D9221C}
.service .selectBtn a:hover .cn:before{background-color:#D9221C}
.service .selectBtn a .cn{position:relative;padding-top:20px;font-size:17px;line-height:30px}
.service .selectBtn a .cn:before{position:absolute;top:10px;left:0;width:24px;transition:all .5s;height:2px;background-color:#fff}
.service .selectBtn a .en{font-size:12px; letter-spacing:normal;text-transform:Uppercase;}

@media only screen and (max-width:1023px){
.service .selectBtn a{width:28.33%;height:50px;margin:0 1% 0 1%;padding:1%; display:inline-block;}
.service .selectBtn{margin-top:0px;padding-top:0px;text-align:left}
.service .selectBtn a .cn{font-size:14px}
.service .selectBtn a .en{ display:none;}
.service .selectBtn a:nth-child(3){border-right:0}

}

@media (min-width: 1024px) and (max-width:1199px ) {
.service .selectBtn a:nth-child(3){margin-right:0}
.service .selectBtn a .cn{font-size:14px}
}


@media only screen and (max-width:639px){
.service .selectBtn a{width:28%;height:40px;}
.service .selectBtn a:nth-child(3){ border-right:none}
.service .selectBtn a:last-child(4){ border-right:none}
}


/*�˵�*/
.servicez .selectBtn a .cn:before{content:""}
.servicez{background:#D9221C; box-shadow:0 0 15px rgba(0,0,0,.5);}
.servicez .selectBtn{text-align:center; }
.servicez .selectBtn a{margin:0 10px;display:inline-block;padding:10px 15px;width:120px;height:60px;text-align:left;transition:all .5s;white-space:nowrap; color:#fff; border-right:1px solid #3fbbe6}
.servicez .selectBtn a:last-child{ border:none;}
.servicez .selectBtn a.active,.servicez .selectBtn a:hover{background:#fff;color:#D9221C}
.servicez .selectBtn a.active .cn:before,.servicez .selectBtn a:hover .cn:before{width:100%;background-color:#D9221C}
.servicez .selectBtn a .boxbx{position:relative}
.servicez .selectBtn a:hover .cn,.servicez .selectBtn a:hover .en{color:#D9221C}
.servicez .selectBtn a:hover .cn:before{background-color:#D9221C}
.servicez .selectBtn a .cn{position:relative;padding-top:20px;font-size:17px;line-height:30px}
.servicez .selectBtn a .cn:before{position:absolute;top:10px;left:0;width:24px;transition:all .5s;height:2px;background-color:#fff}
.servicez .selectBtn a .en{font-size:12px; letter-spacing:normal;text-transform:Uppercase;}

@media only screen and (max-width:1023px){
.servicez .selectBtn a{width:28.33%;height:50px;margin:0 1% 0 1%;padding:1%; display:inline-block;}
.servicez .selectBtn{margin-top:0px;padding-top:0px;text-align:left}
.servicez .selectBtn a .cn{font-size:14px}
.servicez .selectBtn a .en{ display:none;}
.servicez .selectBtn a:nth-child(3){border-right:0}

}

@media (min-width: 1024px) and (max-width:1199px ) {
.servicez .selectBtn a:nth-child(3){margin-right:0}
.servicez .selectBtn a .cn{font-size:14px}
}


@media only screen and (max-width:639px){
.servicez .selectBtn a{width:28%;height:40px;}
.servicez .selectBtn a:nth-child(3){ border-right:none }
.servicez .selectBtn a:nth-child(2),.service .selectBtnz a:nth-child(4),.service .selectBtnz a:nth-child(6){ border-right:1px solid #3fbbe6}

}

/*�˵�*/
.service_aa .selectBtn a .cn:before{content:""}
.service_aa{background:#d60602; box-shadow:0 0 15px rgba(0,0,0,.5);}
.service_aa .selectBtn{text-align:center; }
.service_aa .selectBtn a{margin:0 10px;display:inline-block;padding:10px 15px;width:120px;height:60px;text-align:left;transition:all .5s;white-space:nowrap; color:#fff; border-right:1px solid #ed6f6d}
.service_aa .selectBtn a:last-child{ border:none;}
.service_aa .selectBtn a.active{background:#fff;color:#ed6f6d}
.service_aa .selectBtn a:hover{background:#fff;color:#ed6f6d}
.service_aa .selectBtn a.active .cn:before{width:100%;background:#ed6f6d}
.service_aa .selectBtn a:hover .cn:before{width:100%;background:#ed6f6d}
.service_aa .selectBtn a .boxbx{position:relative}
.service_aa .selectBtn a:hover .cn,.service_aa .selectBtn a:hover .en{color:#ed6f6d}
.service_aa .selectBtn a:hover .cn:before{background-color:#ed6f6d}
.service_aa .selectBtn a .cn{position:relative;padding-top:20px;font-size:17px;line-height:30px}
.service_aa .selectBtn a .cn:before{position:absolute;top:10px;left:0;width:24px;transition:all .5s;height:2px;background:#fff}
.service_aa .selectBtn a .en{font-size:12px; letter-spacing:normal;text-transform:Uppercase;}


@media only screen and (max-width:1023px){
.service_aa .selectBtn a{width:28.33%;height:50px;margin:0 1% 0 1%;padding:1%; display:inline-block;}
.service_aa .selectBtn{margin-top:0px;padding-top:0px;text-align:left}
.service_aa .selectBtn a .cn{font-size:14px}
.service_aa .selectBtn a .en{ display:none;}

.service_aa .selectBtn a:nth-child(3){border-right:0}


}




@media (min-width: 1024px) and (max-width:1199px ) {

.service_aa .selectBtn a:nth-child(3){margin-right:0}
.service_aa .selectBtn a .cn{font-size:14px}
}



@media only screen and (max-width:639px){
.service_aa .selectBtn a{width:45%;height:40px;}


.service_aa .selectBtn a:nth-child(3){ border-right:1px solid #3fbbe6 }
.service_aa .selectBtn a:nth-child(2),.service_aa .selectBtn a:nth-child(4),.service_aa .selectBtn a:nth-child(6){ border-right:none}

}

.fuwu_box{width:100%; padding:50px 0 30px 0; background:#f1f1f1;}
.fuwu_box_kehfu p{margin-top:50px; margin-bottom:30px; font-size:20px; line-height:40px; text-align:center; color:#696969;}


@media only screen and (max-width:1200px){
.fuwu_box{width:100%; padding:30px 0 30px 0; background:#f1f1f1;}
.fuwu_box_kehfu p{margin-top:20px; margin-bottom:20px; font-size:16px; line-height:30px; }

}

@media only screen and (max-width:639px){
.fuwu_box{width:100%; padding:10px 0 10px 0; background:#f1f1f1;}
.fuwu_box_kehfu p{margin-top:10px; margin-bottom:10px; font-size:14px; line-height:24px; }

}

.banner{position:relative;width:100%;height:auto; }
.banner .container{height:100%; width:100%; position:relative; margin:0 auto;}
.banner .contents{position:absolute;left:0px;width:100%;height:100%; overflow:hidden;}
.banner .content{position:absolute;top:0px;width:100%;height:100%;background-size:100%;background-repeat:no-repeat;background-position:left top;text-align:center;}
.banner .container .contentInfo{ overflow:hidden;width:700px;z-index:9; height:200px;text-align:left;float:left; margin-left:10%; margin-top:15%; position:relative; }
.banner .container .contentInfo .title{position:absolute;left:0; top:0;line-height:40px;font-size:32px;color:#fff; text-transform:uppercase;opacity:0.7; }
.banner .container .contentInfo .info{position:absolute;left:0; top:30%;font-size:40px;color:#fff; line-height:45px;}
.banner .contentInfo .btn a{position:absolute;top:240px;left:30px;color:#000;border:1px solid #fff;text-align:center;line-height:35px;width:120px; font-size:18px;height:35px; border-radius:30PX;}
.banner .contentInfo .btn a:hover{ background:#E4A043; color:#fff;border:1px solid #E4A043;}
.banner .bannerNav{position:absolute;bottom:10px;width:100%;text-align:center;z-index:1;}
.banner .bannerNav .bannerNavChild{margin:0 5px;width:30px;height:5px;display:inline-block;*display:inline;*zoom:1;background: rgba(255,255,255,.6);border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;-webkit-border-radius:8px;cursor:pointer;z-index:1;}
.banner .bannerNav .bannerNavChild.on{background:#ff0000;
animation:bannerNavChildOn .2s  ease-in-out 0s  both;
-moz-animation:bannerNavChildOn .2s  ease-in-out 0s  both;
-webkit-animation:bannerNavChildOn .2s  ease-in-out 0s  both;
-o-animation:bannerNavChildOn .2s  ease-in-out 0s  both;}
.banner .bannerBg{width:100%;height:auto;vertical-align:middle;}

.n_banner_pic{ clear:both;width:100%;}
.n_banner_pic img{ max-width:100%;}


@media only screen and (max-width:1400px){
.banner .container .contentInfo .title{line-height:35px;font-size:28px; }
.banner .container .contentInfo .info{font-size:35px;line-height:40px;top:27%;}
}


@media only screen and (max-width:1100px){
.banner .container .contentInfo{height:150px;margin-left:5%; }
.banner .container .contentInfo .title{line-height:30px;font-size:25px; }
.banner .container .contentInfo .info{font-size:30px;line-height:35px;top:25%;}
}


@media only screen and (max-width:787px){
.banner .container .contentInfo{height:100px;margin-left:2%; }
.banner .container .contentInfo .title{line-height:25px;font-size:20px; }
.banner .container .contentInfo .info{font-size:25px;line-height:30px;top:25%;}
}


@media only screen and (max-width:639px){
.banner .container .contentInfo{height:100px;margin-left:2%;top:30%; }
.banner .container .contentInfo .title{line-height:20px;font-size:16px; }
.banner .container .contentInfo .info{font-size:18px;line-height:25px;top:25%;}
}



.center1top{ position: relative; margin-top:0px; width:100%; background:#CD3333; height:60px;}
.center1top ul{margin:0px;padding:0px;list-style-type: none; max-width:70%; margin:0 auto;}
.center1top li{float:left;padding:0px 0px; width:20%; font-size:16px; height:60px;}
.center1top li h3{ line-height:60px; font-size:16px;  padding-top:0px; font-weight:normal;color:#fff; text-align:center;}
.center1top li.hover h3{color:#fff; background:#009EDB;}
.center1footer { color: #333;text-decoration: none;padding:0px 10px; clear:both;width:100%; max-width:100%; margin:0 auto; text-align:center; padding-top:10px;}
.center1footer img {text-align:center; margin:0 auto; display:block;}
.center1footer h2 { width:100%; color:#0088d0; letter-spacing:1px; text-align:center; line-height:10px; font-size:24px; font-weight:normal; }
.center1footer span{ color:#d5d9e1;text-transform:Uppercase; font-size:20px; letter-spacing:3px;}
.center1footer p{  line-height:32px; text-align:center; padding-top:0px;}


.yingyong_box{ clear:both; width:100%; margin:0 auto;}




.home_news_box{ float:left;width:100%; }
.home_news_box ul li{ float:left; width:100%; padding:10px 0; }
.home_news_box ul li a.shouye_jiantou{ text-align:left; color:#363636 ; display:block; line-height:28px; background:url(../images/news_jiantou.png) no-repeat 8px 12px; padding-left:45px;}
.home_news_box ul li a.shouye_jiantou:hover{ color:#008EC3;}
.home_news_box ul li span{ position:absolute; right:5px; top:15px; font-size:13px; color:#999; letter-spacing:normal;}

.home_news_list{background:-webkit-gradient(linear, 46% 0%, 100% 0%, from(rgba(32,168,118,.8)), to(rgba(30,153,196,.8))); width:100%; height:2px; clear:both;}


.home_news_box ul li .zhans{display: inline-block;float: left;margin-left: 0px;cursor: pointer;position:relative;}
.home_news_box ul li .zhans dl{position: absolute;text-align: left;width: 600px; left:0px; padding-top:0px; display:none;  border:3px solid #008EC3;background: url(../images/news_logo.jpg) no-repeat center center #fff;border-radius: 5px;margin-left: -615px;overflow: visible;  height:500px; }
.home_news_box ul li .zhans dl dd{ margin:7px 15px;}
.home_news_box ul li .zhans dl:before {content: '';display: inline-block;position: absolute; right:-15px;top:5px;border-left: 15px solid #008EC3;border-top: 10px solid transparent;border-bottom: 10px solid transparent}

.home_news_box ul li .zhans dl dd.biaoti{ font-size:18px; color:#008EC3; line-height:28px;width:95%;
  word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis; }
.home_news_box ul li .zhans dl dd img{ width:auto; height:300px; overflow:hidden; margin-top:15px;}

.home_news_box ul li .zhans dl a{ color:#363636;}
.home_news_box ul li .zhans dl a:hover{ color:#363636;}

 
 @media only screen and (max-width:639px){
 
 .center1footer { padding:0}
 
 
.center1top ul{ max-width:100%;}
.center1top{ height:60px;}
.center1top li{width:31.33%; margin:0 1%; font-size:13px; height:30px; text-align:center;}
.center1top li h3{ line-height:30px;font-size:13px;}

.home_news_box{ width:100%; margin-bottom:15px; }

.home_news_box ul li{width:94%; padding:5px 2% 5px 0; border-bottom:1px solid #ddd; clear:both; }
.home_news_box ul li a.shouye_jiantou{line-height:26px; background:none;padding-left:0px;}



}


/*
.home_news_box ul li:nth-child(1) .zhans dl{ margin-top:-145px;}
.home_news_box ul li:nth-child(2) .zhans dl{ margin-top:-195px;}
.home_news_box ul li:nth-child(3) .zhans dl{ margin-top:-240px;}
.home_news_box ul li:nth-child(4) .zhans dl{ margin-top:-345px;}
.home_news_box ul li:nth-child(5) .zhans dl{ margin-top:-395px;}
.home_news_box ul li:nth-child(6) .zhans dl{ margin-top:-470px;}
.home_news_box ul li:nth-child(7) .zhans dl{ margin-top:-420px;}
.home_news_box ul li:nth-child(8) .zhans dl{ margin-top:-465px;}




.home_news_box ul li:nth-child(1) .zhans dl:before{ margin-top:115px;}
.home_news_box ul li:nth-child(2) .zhans dl:before{ margin-top:160px;}
.home_news_box ul li:nth-child(3) .zhans dl:before{ margin-top:235px;}
.home_news_box ul li:nth-child(4) .zhans dl:before{ margin-top:314px;}
.home_news_box ul li:nth-child(5) .zhans dl:before{ margin-top:363px;}
.home_news_box ul li:nth-child(6) .zhans dl:before{ margin-top:412px;}
.home_news_box ul li:nth-child(7) .zhans dl:before{ margin-top:385px;}
.home_news_box ul li:nth-child(8) .zhans dl:before{ margin-top:430px;}

*/

.home_news_box ul li:nth-child(1) .zhans dl{ margin-top:-150px;}
.home_news_box ul li:nth-child(2) .zhans dl{ margin-top:-195px;}
.home_news_box ul li:nth-child(3) .zhans dl{ margin-top:-240px;}
.home_news_box ul li:nth-child(4) .zhans dl{ margin-top:-285px;}
.home_news_box ul li:nth-child(5) .zhans dl{ margin-top:-330px;}
.home_news_box ul li:nth-child(6) .zhans dl{ margin-top:-375px;}
.home_news_box ul li:nth-child(7) .zhans dl{ margin-top:-420px;}
.home_news_box ul li:nth-child(8) .zhans dl{ margin-top:-465px;}

.home_news_box ul li:nth-child(1) .zhans dl:before{ margin-top:115px;}
.home_news_box ul li:nth-child(2) .zhans dl:before{ margin-top:160px;}
.home_news_box ul li:nth-child(3) .zhans dl:before{ margin-top:205px;}
.home_news_box ul li:nth-child(4) .zhans dl:before{ margin-top:250px;}
.home_news_box ul li:nth-child(5) .zhans dl:before{ margin-top:295px;}
.home_news_box ul li:nth-child(6) .zhans dl:before{ margin-top:340px;}
.home_news_box ul li:nth-child(7) .zhans dl:before{ margin-top:385px;}
.home_news_box ul li:nth-child(8) .zhans dl:before{ margin-top:430px;}




.home_news_box ul li .zhans_aa{display: inline-block;float: left;margin-left: 0px;cursor: pointer;position:relative;}
.home_news_box ul li .zhans_aa dl{position: absolute;text-align: left;width: 600px; padding-top:10px; display:none; border:3px solid #d60602;background: url(../images/news_logo.jpg) no-repeat center center #fff;border-radius: 5px;margin-left: -615px;overflow: visible;  height:500px; }
.home_news_box ul li .zhans_aa dl dd{ margin:7px 15px;}
.home_news_box ul li .zhans_aa dl:before {content: '';display: inline-block;position: absolute; right:-15px;top:5px;border-left: 15px solid #d60602;border-top: 10px solid transparent;border-bottom: 10px solid transparent}

.home_news_box ul li .zhans_aa dl dd.biaoti{ font-size:18px; color:#d60602;width:95%;
  word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;}
.home_news_box ul li .zhans_aa dl dd img{ max-width:550px; max-height:330px; overflow:hidden;}

.home_news_box ul li .zhans_aa dl dd img{width:auto; height:300px; overflow:hidden; margin-top:15px;}


.home_news_box ul li .zhans_aa dl a{ color:#363636;}
.home_news_box ul li .zhans_aa dl a:hover{ color:#363636;}

 



.home_news_box ul li:nth-child(1) .zhans_aa dl{ margin-top:-150px;}
.home_news_box ul li:nth-child(2) .zhans_aa dl{ margin-top:-195px;}
.home_news_box ul li:nth-child(3) .zhans_aa dl{ margin-top:-240px;}
.home_news_box ul li:nth-child(4) .zhans_aa dl{ margin-top:-285px;}
.home_news_box ul li:nth-child(5) .zhans_aa dl{ margin-top:-330px;}
.home_news_box ul li:nth-child(6) .zhans_aa dl{ margin-top:-375px;}
.home_news_box ul li:nth-child(7) .zhans_aa dl{ margin-top:-420px;}
.home_news_box ul li:nth-child(8) .zhans_aa dl{ margin-top:-465px;}

.home_news_box ul li:nth-child(1) .zhans_aa dl:before{ margin-top:115px;}
.home_news_box ul li:nth-child(2) .zhans_aa dl:before{ margin-top:160px;}
.home_news_box ul li:nth-child(3) .zhans_aa dl:before{ margin-top:205px;}
.home_news_box ul li:nth-child(4) .zhans_aa dl:before{ margin-top:250px;}
.home_news_box ul li:nth-child(5) .zhans_aa dl:before{ margin-top:295px;}
.home_news_box ul li:nth-child(6) .zhans_aa dl:before{ margin-top:340px;}
.home_news_box ul li:nth-child(7) .zhans_aa dl:before{ margin-top:385px;}
.home_news_box ul li:nth-child(8) .zhans_aa dl:before{ margin-top:430px;}

.home_news_box ul li .zhans_aa:hover dl {display: block;box-shadow: 0 0 4px #a9a9a9}

.home_news_box ul li .zhans:hover dl {display: block;box-shadow: 0 0 4px #a9a9a9}

.foot_box{ width:100%; background:#282738; height: auto; padding-top:30px;}




.n_menu{  line-height:60px; padding-top:20px; margin-left:60px;}
.n_menu ul li{ margin:0 60px; display:inline-block;}
.n_menu ul li a{ font-size:15px; color:#111; position:relative; margin-left:0px;}
.n_menu ul li a:hover,.n_menu ul li a.cur{ font-size:15px; color:#C01920; margin-left:5px;}
.n_menu ul li a:before{ position:absolute; content:""; width:60px; height:1px; background:#999; left:-70px; top:10px;}
.n_menu ul li a:hover:before{ background:#C01920;width:70px;left:-80px;}
.n_menu ul li a.cur:before{ position:absolute; content:"";  background:#C01920;width:70px;left:-80px; top:10px;}
.n_menu ul li:first-child{ margin-left:0px;}






.dibu_lianx{ clear:both; width:100%; height:40px; background:#253b4b; line-height:40px; text-align:center;}

.dibu_lianx ul li{ display:inline-block; text-align:center; padding:0 10px;}

.dibu_lianx ul li a{ font-size:14px; color:#eee; display:inline-block;}


.footer_bottom{ clear:both; width:100%; height:60px; background:#282738; line-height:50px;}
.footer_bottom p{ font-size:14px; color:#999; display:inline-block;}

@media screen and (max-width:860px) {
.footer_bottom p{ font-size:14px; padding-top:5px; text-align:center; line-height:30px;}
}

@media screen and (max-width:639px) {
.footer_bottom p{ font-size:12px; line-height:23px;}
 .footer_bottom p a{ color:#999;}
}


.foot_menu_right{ float:right; width:270px; text-align:right;}

.foot_menu_right img{ margin:0 auto;}
.foot_menu_right .global{}
.foot_menu_right h1{ font-size:30px; color:#35a1d8; letter-spacing:-1px;}
.foot_menu_right p{ text-align:center;}


.page-footer {
	overflow-x: hidden;
	padding: 10px 0 0px 0;
	box-sizing: border-box;
	float:left;
	width:96%;
	max-width:1400px;

}


.page-footer dl {
	float: left;
	width: 30%;
}


.page-footer dl:nth-child(1),.page-footer dl:nth-child(2),.page-footer dl:nth-child(3)  { width:15%;}
.page-footer dl:nth-child(5){width:24%; float:right;}

.page-footer dl dt {
	font-size: 16px;
	font-size: 16px\9;
	padding: 10px 0;
	font-weight: 400;
	color:#ccc;
	
}

.page-footer dl dd {
	padding: 6px 0;
	font-size:14px;
	color:#999;

}

.page-footer dl dd a{ color:#999;}
.page-footer dl dd a:hover{ color:#fff;}

.page-footer dl dd p{ line-height:30px;}
.page-footer dl dd strong{ color:#ddd; font-size:15px;}



@media screen and (max-width:1300px) {
.page-footer {width:75%;}
.page-footer dl dt {font-size: 16px;font-size: 16px\9;padding: 10px 0;}
.page-footer dl dd {padding: 4px 0;font-size:14px;}
}

@media screen and (max-width:1300px) {
.page-footer {width:70%;}
}


@media screen and (max-width:1023px) {
.foot_box{ height:auto!important;}
.page-footer {width:100%; max-width:100%; text-align:center;}
.foot_menu_right { display:none;}
.link_box_list{ display:none;}
}


@media screen and (max-width:787px) {
.foot_box{ display:none;}

}



.zixun{ clear:both; width:90%; padding:10px 5%;}
.zixun p{ font-size:13px; letter-spacing:1px; line-height:26px;}


.link_box_list{width: 300px;height: 35px; float:right; background:#fff; border:1px solid #ccc; border-radius:5px;position: relative;}
.link_box_list select{ border: none; outline: none; width: 100%;height: 20px;line-height: 20px;appearance: none;-webkit-appearance: none; -moz-appearance: none;padding-left: 15px;}
.link_box_list:after{ content: "";width: 45px;height: 35px;background: url(../images/xiala.png) no-repeat center;position: absolute; right: 0px;  top: 0;pointer-events: none;}

.vedio{ position:absolute; left:40%; top:35%; z-index:10;}
.vedio .bg{width:100%; vertical-align:middle; max-width:602px;}
.vedio .icon{position:absolute;top:0px;bottom:0px;left:0px;right:0px;margin:auto;cursor:pointer;}
.vedio img.icon{box-shadow:none;}
.vedio video{background:#fff;display:none;position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:1;}
.vedio .vedioClose{display:none;background:#ad322c;position:absolute;top:0px;right:0px;width:60px;height:60px;line-height:60px;text-align:center;z-index:1;cursor:pointer;}
.vedio .vedioClose img{ vertical-align:middle;max-width:70%;}



.alertVideoHide{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:url(../images/b-bg.png);z-index:999;}
.alertVideoContent{display:none;position:absolute;top:0;left:0;bottom:0px;right:0px;width:1200px;height:750px;margin:0 auto;z-index:999;background:none;padding:0;}
.alertVideoContent iframe{width:100% !important;height:100% !important;}
.alertVideoContent .vedioClose{position:absolute;top:0px;right:-60px;cursor:pointer;width:60px;height:60px;background:#ad322c;line-height:60px;cursor:pointer;text-align:center; z-index:99999;}
.alertVideoContent .vedioClose img{ vertical-align:middle;max-width:70%;}

@media screen and (max-width:1100px) {
.vedio{  left:5%; bottom:10%;}
.vedio img{ max-width:80px; max-height:80px;}
}


@media screen and (max-width:787px) {
.vedio{  left:2%; bottom:10%;}
.vedio img{ max-width:60px; max-height:60px;}
}


@media screen and (max-width:639px) {
.vedio img{ max-width:50px; max-height:50px;}


.vedio{ display:none;}

}




.index_youshi{ padding:40px 0; width:100%; background:#f1f1f1; margin:0 auto;}

.index_title{ text-align:center; }
.index_title .title{ position:relative; padding-top:25px;}
.index_title .title strong{ display:block; font-size:30px; position:relative; z-index:2; font-weight:500; color:#22297a; text-transform:uppercase;}
.index_title .title span{ width:100%; position:absolute; left:0; top:0px;color: #edf2fa;font-size:35px; line-height:45px;text-transform: uppercase;z-index:1;}
.index_title .des{color: #363636; font-size:16px; margin-top:10px;}



.about{float:left;position:relative;padding-top:20px;border-right:1px solid #ddd;border-bottom:1px solid #ddd; width:-webkit-calc(70% - 1px);width:-moz-calc(70% - 1px); width:calc(70% - 1px);background:#fff;}

.touzi_box{background:#f5f5f5;width:-webkit-calc(100% + 48%);width:-moz-calc(100% + 48%); width:calc(100% + 48%);}
.touzi_box_fushu{width:calc(100% - 32%)}

.tuozi{ float:right;  max-width:300px;padding:20px 8px 20px 0;}
.tuozi p{ color:#fff; font-size:16px; line-height:30px;}	 

.yugao_box{ float:right; margin:10px 0;}
.yugao_box img{ width:100%;max-width:300px;}
 
.about_biaoti{ clear:both;font-size:20px; color:#1EA0CD; font-weight: 700; position:relative; line-height:45px; padding-bottom:5px; }
.about_biaoti .meisu_more{ position:absolute; right:0; top:-2px;}
.gupiao_box{float:left;  width:100%;  height:205px;  padding-top:35px; padding-bottom:40px;}
.gupiao_left{float:left;width:30%; max-width:220px; height:100%;}

.gupiao_left img{ max-width:100%;}

.about .right {width:100%;float:left;} 
.gupiao_right{ float:left;  margin-top:0; width:55%; padding-left:6%;}
.gupiao_right h2 a{ font-size:16px; font-weight:700;}
.gupiao_right i{ letter-spacing:normal; color:#969696; display:block; margin:0 0;}
.gupiao_right p{ font-size:14px; color:#969696; min-height:92px;}
.m_more_ico {background: url(../images/m_more_ico.png) no-repeat center center #f5f5f5; display:block;width:100%; height:40px; text-align:center; line-height:40px; margin-top:20px; }
.m_more_ico:hover{background: url(../images/m_more_ico_h.png) no-repeat center center  #1EA0CD;  }

@media only screen and (max-width:1300px){
.tuozi p{  font-size:15px; line-height:28px;}
}

@media only screen and (max-width:1024px){
.gupiao_right{ padding-left:2%;}
.tuozi p{ color:#fff; font-size:14px; line-height:22px;}	
}
	
@media only screen and (max-width:768px){ 
.about_biaoti{ font-size:16px;line-height:35px; padding-bottom:0; }	 
.about_biaoti .meisu_more{  top:7px;}
.about_biaoti .meisu_more img{ max-width:70%; max-height:70%; float:right;}
} 
	 
.about .right .child {
	width:100%;
	height:auto !important;
	float:left;
	padding-bottom:25px;
	 padding-top:25px;
	 border-top:1px solid #ddd;
}

.about .right .child .childImg {
	overflow:hidden;
	position:relative;
	width:90px;
	height:90px;
	max-width:15%;
	line-height: normal;
	text-align:center;
	float:left;
	background:#f5f5f5;
	 margin-top:5px;
}
.about .right .child .childImg h3,.about .right .child .childImg h4{ font-weight:normal; text-align:center;}
.about .right .child .childImg h3{ color:#D9221C; font-size:25px; font-weight: normal; margin-top:10px; line-height:40px; letter-spacing:normal;}
.about .right .child .childImg h4{ color:#696969; font-size:16px; letter-spacing:normal; font-weight: normal; text-align:left; padding-left:10px;}

.about .right .child .text {
	float:left;
	width:75%;
	margin-left:2%;
}
.about .right .child .t_date {
	font-size:14px;
	color:#969696;
	line-height:26px;
	padding-bottom:0px;
	text-align:left;
	margin-top:5px;
}
.about .right .child .title {
	font-size:18px;
	color:#363636;
	line-height:28px;
	text-align:left;
	font-weight: 700;
}

.about .right .child .cishu {
		font-size:15px;
	color:#969696;
	line-height:26px;
	padding-bottom:0px;
	text-align:left;
}


.about .right .child a:hover .title{
    color:#1EA0CD;
}

@media only screen and (max-width:1300px){

.about .right .child .t_date {font-size:15px;line-height:28px;}
.about .right .child .title {font-size:16px;line-height:30px;}
.about .right .child .childImg h3{ font-size:32px;}
.about .right .child .childImg h4{  font-size:15px;}
}

@media only screen and (max-width:1024px){

.about .right .child .t_date {font-size:14px;line-height:26px;}
.about .right .child .title {font-size:15px;color:#333;line-height:30px;}
.about .right .child .childImg h3{ font-size:26px;}
.about .right .child .childImg h4{font-size:14px;}
}

@media only screen and (max-width:639px){

.about .right .child .t_date {font-size:13px;line-height:24px;}
.about .right .child .title {font-size:14px;color:#333;line-height:26px;}
.about .right .child .childImg h3{ font-size:20px;}
.about .right .child .childImg h4{font-size:13px;}
}








.news-img1{ float:left; width:100%; overflow:hidden; max-height:100%; max-width:100%;}
.news-img1 img{transition:all .8s; -webkit-transition:all .8s;  }
.news-img1 img:hover{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform: scale(1.5);}



.index_case_iteam{ background:#f1f1f1; width:100%; padding:30px 0;}
.index_case_iteam li:first-child{margin-left:0;}
.index_case_iteam li:last-child{ margin-right:0;}
.index_case_iteam li:nth-child(2),.index_case_iteam li:nth-child(3),.index_case_iteam li:nth-child(4){ margin-left:1.63%;}
.index_case_iteam li{ float:left; width:23%; margin:15px 1% 15px 1%;}
.index_case_iteam li a{ display:block;overflow:hidden; position:relative; background:rgba(192,25,32,1); height:100%;}
.index_case_iteam li a .img{ width:100%; background-position:center center; background-repeat:no-repeat; background-size:cover;transition: all 0.35s;-webkit-transition: all 0.35s;-ms-transition: all 0.35s;}
.index_case_iteam li .img:before{ display:block; content:''; padding-bottom:95%;}
.index_case_iteam li a .title{ display:block; width:calc(100% - 30px); height:calc(100% - 30px); position:absolute; left:15px; top:15px; color:#fff; text-align:center;opacity:0;transition: all 0.35s ease;-webkit-transition: all 0.35s ease;transform: scale(0.6);}
.index_case_iteam li a .title strong{ display:block; font-weight:normal;transform: translateY(20px);-webkit-transform: translateY(20px);transition: .4s; padding:0 10px; font-size:18px;}
.index_case_iteam li a .title strong:after{ display:block; content:''; width:1px; height:24px; background-color:#fff; margin:10px auto;}
.index_case_iteam li a .title span{ display:block;font-size:15px;transform: translateY(-20px);-webkit-transform: translateY(-20px);transition: .4s; width:80%; margin:20px auto; padding-top:5px;}
.index_case_iteam li a .title span p{ margin:0px; font-size:14px; line-height:26px;}
/*.index_case_iteam li a .title span:after{ display:block; content:'+'; border: 1px solid #fff; width:30%; font-size:20px; margin:20px auto 0; padding:2px; text-align:center;}*/
.index_case_iteam li a:hover .img{transform: scale(1.3);-webkit-transform: scale(1.3);-ms-transform: scale(1.3);opacity: 0.1;filter: alpha(opacity=10);}
.index_case_iteam li  a:hover .title{visibility: visible;opacity: 1;transform: scale(1);}
.index_case_iteam li a:hover .title strong,.index_case li a:hover .title span{transform: translateY(0);-webkit-transform: translateY(0);transition: .4s;}
.more_btn{ display:block; width:110px; line-height:32px; border:#302f2f solid 1px; text-align:center; margin:30px auto 0; border-radius:10px;transition: all 300ms ease-in-out 0s; font-size:14px; font-family:Arial, Helvetica, sans-serif;}
.more_btn:hover{ background-color:#000; color:#fff; border:#000 solid 1px;}

span.shenme_text{position:absolute; z-index:2;  color:#fff; font-weight:700; width:100%;font-size:16px; left:10px; top:10px;}
























.homeService{width:100%;height:250px;position:relative;overflow:hidden;background:#e4e6e9}
.homeService ul li{width:28%;height:350px;position:absolute;overflow:hidden;-webkit-transform:rotate(10deg) translateZ(0);-moz-transform:rotate(10deg) translateZ(0);transform:rotate(10deg) translateZ(0);background:#000;left:-3%;top:-50px}
.homeService ul li.b{background:#14A6E1;left:50%}
.homeService ul li.c{background:#6092B7;left:75%}
.homeService ul li.d{background:#E4E6E9;left:25%}
.homeService ul li .serviceBg{width:120%;height:100%;position:absolute;left:-10%;-webkit-transform:rotate(-10deg) translateZ(0);-moz-transform:rotate(-10deg) translateZ(0);transform:rotate(-10deg) translateZ(0);position:relative;background-size:cover}
.noRotaion{-webkit-transform:rotate(-10deg) translateZ(0);-moz-transform:rotate(-10deg) translateZ(0);transform:rotate(-10deg) translateZ(0)}
.homeService ul li .serviceBg.b1{background-image:url(../images/service1.jpg)}
.homeService ul li .serviceBg.b2{background-image:url(../images/service2.jpg)}
.homeService ul li .serviceBg.b3{background-image:url(../images/service3.jpg);}
.homeService ul li .serviceBg.b4{background-image:url(../images/service4.jpg)}
.homeService ol{width:100%;height:auto;position:absolute;left:0;top:0}
.homeService ol li{width:25%;height:250px;float:left;position:relative}
.homeService ol li a{display:block;width:100%;height:100%;display:block}
.homeService ol li .serviceImg{width:100px;height:89px;position:absolute; text-align:center;left:30%;top:30%;}
.homeService ol li .serviceImg img{ max-width:100%;}
.homeService ol li .serviceImg p{ font-size:18px; color:#fff; padding-top:10px;}
.homeService ol li .serviceImg.two{left:50%;margin-left:-75px}
.homeService ol li .serviceImg.four{height:100px;margin-top:-36px}
.homeService ol li .ewm{width:100px;height:100px;position:absolute;right:10px;top:50%;margin-top:-50px;background:#FFF}
.homeService ol li .logoShadow{width:160px;height:190px;position:absolute;left:50%;top:50%;margin-left:-80px;margin-top:-95px}



@media screen and (max-width:1023px){
.homeService ol li .serviceImg p{ font-size:16px; }
}


@media screen and (max-width:770px){
.homeService ol li .serviceImg p{ font-size:15px; }
.homeServieList ul li{width:94%;padding:10px 3%}
.homeServieList ul li{margin:0}
.homeService{height:500px}
.homeService ul li{width:50%;top:0;left:0;height:250px;transform:rotate(0) translateZ(0);-webkit-transform:rotate(0) translateZ(0)}
.homeService ul li .serviceBg{transform:rotate(0) translateZ(0);-webkit-transform:rotate(0) translateZ(0);left:0;}
.homeService ol li{width:50%}
.homeService ul li.d{left:0;}
.homeService ul li.c{left:0;top:250px}
.homeService ul li.e{left:50%;top:250px}
}



.bantu_box{ width:100%; background:url(../images/bantu_bg.jpg) no-repeat center top; height:711px;}
.bantu_box h4{ text-transform:uppercase; font-size:36px; line-height:45px; color:#00a2d6; font-family:"Times New Roman", Times, serif; position:absolute; left:0px; top:10%;}
.bantu_box h3{  font-size:20px; color:#fff;position:absolute; left:0px; top:26%;}

.bantu_box_left{ position:absolute; left:0; top:45%; width:200px;}
.bantu_box_left ul li{ width:80%; font-size:16px; color:#fff; padding:0 10%; line-height:46px; margin:5px 0;}
.bantu_box_left ul li.active{ border:1px solid #0BB59F; border-radius:10px; position:relative;}
.bantu_box_left ul li.active:after{ position:absolute; content:""; width:15px; height:15px; right:10px; top:18px; background:url(../images/ditu_jiantou.png) no-repeat;}



.bantu_box_right{ display:none; position:absolute; right:4%; top:45%; width:300px; background:rgba(255,255,255,.1); height:300px;overflow-y:auto; border:1px solid #05af76; border-radius:10px; padding:20px 0; z-index:6;}
.bantu_box_right ul li{ width:90%; font-size:15px; color:#fff; padding:0 5%; line-height:35px;}
.bantu_box_right ul li.active{ color:#00ffa5;}


.bantu_box_show{ width:300px; height:200px; background: rgba(255,255,255,.7);border-radius:10px; position:relative;}
.bantu_box_show h2{ font-size:16px; text-align:left; line-height:40px; color:#000; font-weight:700; padding-left:20px;}
.bantu_box_show p{ font-size:15px;}
.bantu_box_show img{ max-width:100%; margin:0 auto;}
.bantu_box_show .bantu_more{ position:absolute; font-size:24px;right:15px; top:0;}
.bantu_box_show .bantu_more a{ color:#12e89d; }

.weizhi{ position:absolute; z-index:6; display:none;}

.m_bantu_box{ display:none;}

@media screen and (max-width:1023px){
.bantu_box h4{  font-size:30px; line-height:40px; color:#00a2d6;  position:absolute; left:0px; top:2%;}
.bantu_box h3{  font-size:18px; color:#fff;position:absolute; left:0px; top:17%;}
.bantu_box_left{  left:25%; top:5%; width:75%;}
.bantu_box_left ul li{ width:15.8%; float:left; font-size:15px; color:#fff; padding:0 1%; line-height:40px; margin:0 1%;}'
.bantu_box_left ul li.active:after{ top:12px;}

.bantu_box_right{right:1%; top:45%;}

}

@media screen and (max-width:860px){
.bantu_box{ display:none;}

.m_bantu_box{ display:block; background:url(../images/bantu_bg.jpg) no-repeat center top; height: auto!important;background-size:cover;}
.m_ditu_pic{ width:100%;text-align:center; position:relative; z-index:2;}
.m_ditu_pic img{ max-width:100%; margin:30px auto; } 


}


 /*���Ķ�̬*/ 
#j-tab01{width:1120px;height:360px;_display:inline; position:relative;margin:30px auto 0 auto;}

.j-tabcon01 {display:none;}
.j-tabcon01 .j-pdl01 {width:460px;float:left;height:300px; background:#000; border:5px solid #fff;}
.j-tabcon01 .j-pdl01 dt img {display:block; width:460px; height:300px; }
#j-stab01 {width:600px;float:left;list-style-type:none;margin-left:40px;}
#j-stab01 li { float:left;width:600px; position:relative;}
#j-stab01 li h5{line-height:45px; float:left; font-weight:700; font-size:16px;padding-left:20px; width:450px; padding-top:5px; }
#j-stab01 li p{ float:left;line-height:25px; color:#999; margin-left:25px; width:450px; }
#j-stab01 li a {display: block; width:600px;height:95px;text-align:left; color:#363636; margin:2px 0 10px 0; float:left;background:url(../images/news_a.png) no-repeat; }
#j-stab01 li a:hover {text-decoration:none; color:#ff0000; background:url(../images/news_a_h.png) no-repeat; width:600px; height:95px;}
#j-stab01 li h6{ position:absolute;  right:20px; bottom:50px; font-size:40px; color:#eee;}

.ccccaa{display: block;}
.ccccab{display: none;}



@media screen and (max-width:768px) {
	#j-tab01{width:100%;height: auto;display: block; position:relative;margin:0px auto 15px auto;}
	.j-tabcon01 .j-pdl01{ display: none;}
	#j-stab01 { clear: both; float: none; width:90%; margin: 0 5%; height: auto; overflow: hidden;}
	#j-stab01 li { float:none;width:100%; position:relative; padding: 0; margin: 0;;}
	#j-stab01 li a {width:90%;height:70px;background:#f1f1f1; float: none; padding: 0 5%; }
	#j-stab01 li h6{ display: none;}
	#j-stab01 li h5{ width: 100%; padding: 0; float: none; font-size: 14px; }
	#j-stab01 li p{ float:none;line-height:20px; color:#999; margin-left:0; width:100%; }
	}
	




/*.ditu_weizhi{position:absolute; left: auto; text-align:center; width:100%; margin-top:5%;}
*/
.ditu_weizhi{ position:relative; width:100%; max-width:838px; text-align:center; margin:0 auto; height:100%;}
.ditu_weizhi img{ position:absolute; top:10%;left:0px; } 

.muns{text-align:center;}
.muns .child{margin:10px 20px;display:inline-block;*display:inline;*zoom:1;width:240px;height:100px;text-align:center;}
.muns .child .childMun,.muns .child .childMun span{font-weight:bold;padding:26px 0 3px 0;color:#00c9ff;font-size:80px;font-family: Arial, Helvetica, sans-serif;}
.muns .child .childTitle{line-height:30px;color:#fff;font-size:16px; padding-top:15px; vertical-align: middle; height:60px; display:inline-block; }
.muns .child .jiahao{ font-size:30px; padding-top:40px; margin-left:10px; }


.index_banner_about {
	width:100%;
	/*height:800vh;*/
	height:700px;
	position: relative;
	text-align:center;
	z-index:10;
}
.index_video {
	width:100%;
	height:100%;
	position:absolute!important;
	left:0;
	top:0;
	z-index:10;
	background:#fff;
	overflow:hidden;
}
.index_video:after {
	display:block;
	content:'';
	width:100%;
	height:100%;
	background-color:rgba(0,104,183,0.3);
	background-image: url(../images/index-vd-bg.png);
	background-repeat: repeat;
	background-position:center center;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
}





.index_video .img {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-position: center center;
	background-repeat:no-repeat;
	z-index:6;
	background-size:50% auto;
}

.index_video .img h2{ font-size:50px; line-height:60px; color:#fff; font-weight:700; letter-spacing:1px;}
.index_video .img h4{ font-size:18px; line-height:30px; padding-top:15px; color:#fff;}

@media (max-width: 639px) {
.index_video .img h2{ font-size:20px; line-height:40px; letter-spacing: normal; padding-top:50px;}
.index_video .img h4{ font-size:13px; line-height:22px; padding:0 5%;padding-top:10px;  }

.muns{text-align:center;}
.muns .child{width:31.33%; margin:0 1%; float:left;height:80px;text-align:center;}
.muns .child .childMun,.muns .child .childMun span{font-weight:bold;padding:10px 0 3px 0;color:#00c9ff;font-size:40px;}
.muns .child .childTitle{line-height:45px;color:#fff;font-size:12px; padding-top:	0px;}
.muns .child .jiahao{ font-size:18px; padding-top:50px; margin-left:10px; }
.muns .child .childMun img{ max-width:70px;}

.index_banner_about {
	width:100%;
	/*height:800vh;*/
	height:400px;
	position: relative;
	text-align:center;
	z-index:10;
}


}




/*.index_video .img.last{ background-image:url(../img/about-vd.png);background-size:65% auto;}*/
.index_video video {
	display:block;
	position:absolute;
	margin:0;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	transition:0.25s opacity ease-in-out;
	max-width:none;
	opacity:0;
	z-index:1;
}
.vidbg-container {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
	position:relative;
	z-index:1;
}
.vidbg-overlay {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0
}


@media screen and (max-width:1280px) {
.index_banner{height:auto;}
.index_banner_video:after{ display: block; content:''; padding-bottom:56.25%;}
}

@media screen and (max-width:1000px) {
.index_banner{margin-top:60px;}

}

.swiper-slide span{cursor:pointer}

.licheng_show {margin:0;overflow:hidden;background-repeat:no-repeat;background-size:100% 313px}
.licheng_show .licheng_showaa {-webkit-transition:padding-left .5s;transition:padding-left .5s;padding-left:160px;background:#fff;min-height:500px}
.licheng_show .licheng_showaa .licheng_showaa_neirong {min-height:500px;width:1200px;margin:0 auto; position:relative; z-index:1;}

.licheng_box .year-head {-webkit-user-select:none;margin-top:50px;height:50px}
.licheng_box .year-head .year-inner {height:50px;padding-top:20px;background:-webkit-gradient(linear, 0% 0%, 100% 50%, from(#e2eeda), to(#bcd6ed), color-stop(0.3, #e2eeda));white-space:nowrap}

.licheng_box .year-head .swiper-container {vertical-align:middle;height:100%;width:calc(100% - 90px);display:inline-block;overflow:hidden;white-space:nowrap;position:relative}
.licheng_box .year-head .swiper-container img {width:100%;height:auto;position:absolute;bottom:0;left:0}
.licheng_box .year-head .swiper-container .swiper-slide {height:100%;display:inline-block;text-align:center}
.licheng_box .year-head .swiper-container .swiper-slide span {color:#277D8E;font-size:18px;letter-spacing:1;}
.licheng_box .year-head .swiper-container .swiper-slide span.active {color:#D01318}
.licheng_box .contain {position:relative;margin-top:50px;padding-top:0px;display:inline-block;margin-left:80px}
.licheng_box .contain .gray-bg {background:#f7f7f7;position:absolute;top:0;bottom:0;right:-1000px;left:128px}
.licheng_box .contain .item {z-index:100;white-space:nowrap;position:relative}
.licheng_box .contain .item .left {width:193px;margin-right:68px;display:inline-block}
.licheng_box .contain .item .left p {text-align:center;width:193px; height:192px;font-size:24px; line-height:90px;color:#fff;letter-spacing: 700; background:url(../images/licheng_time_bg.png) no-repeat left top; margin-left:-68px;}
.licheng_box .contain .item .left img {margin-top:0px;width:300px; margin-left:-80px;height:214px;-o-object-fit:cover;object-fit:cover; margin-bottom:50px;}
.licheng_box .contain .item .right {width:700px;vertical-align:top;margin-top:135px;display:inline-block;white-space:normal}
.licheng_box .contain .item .right .title {font-size:20px;color:#666;font-weight:700;line-height:36px}
.licheng_box .contain .item .right .split-box {margin-top:20px;margin-bottom:20px;padding-top:20px;padding-bottom:60px;border-left:2px solid rgba(0,163,255,.7);position:relative}
.licheng_box .contain .item .right .split-box:after {content:'';display:inline-block;position:absolute;height:0;width:0;border-top:15px solid rgba(0,163,255,.7);border-left:9px solid transparent;border-right:9px solid transparent;bottom:-15px;left:-10px}
.licheng_box .contain .item .right .split-box p+p {margin-top:25px}
.licheng_box .contain .item .right .split-box p+img {margin-top:20px;margin-bottom:40px}
.licheng_box .contain .item .right .split-box p {padding-left:20px;font-size:15px;color:#373a39;letter-spacing:.8px;text-align:justify;line-height:26px;position:relative}
.licheng_box .contain .item .right .split-box p:before {content:' ';display:inline-block;position:absolute;height:9px;width:9px;border-radius:50%;background:rgba(3,145,191,1);left:-6px;top:11px}
.licheng_box .contain .item .right .split-box img {width:204px;height:142px}


.jiagou_box{ clear:both; width:100%; background:url(../images/about_xxx_29.jpg) no-repeat center top; height:683px;}

.dagnwei_box{ clear:both; width:100%; background:url(../images/zuzhi2_bg.jpg) no-repeat center top; height:755px;}


.zuzhi_pic{ width:100%; text-align:center;}
.zuzhi_pic img{ max-width:100%; max-height:100%; margin-bottom:40px;} 


@media screen and (max-width:1200px) {




.jiagou_box{ height: auto!important;}

.dagnwei_box{ height: auto!important;}

}



.view {/*width:62.5%;*/    margin:0 auto;max-width:1200px;}
.course-box {padding:0px 0;}
.course-box p {margin:0;}
.course-list {margin-bottom:30px;}
.course-list:last-child {margin-bottom:0;}
.course-list li {padding-bottom:40px;}
.course-list li:first-child {padding-top:40px;}
.course-list li:last-child {padding-bottom:0;}
.course-list .year {float:left;font-size:18px;line-height:22px;transition:all .2s;}
.course-list .right {float:right;width:82%;}
.course-list li {position:relative;}
.course-list li:before {content:"";position:absolute;left:150px;width:1px;height:100%;background-color:#dcdcdc;top:0;}
.course-list li:last-child:before {height:.3rem;}
.course-list .line {position:absolute;left:135px;top:13px;width:30px;height:2px;background-color:#e8e8e8;z-index:3;}
.course-list li:first-child .line {top:50px;}
.course-list .line:before {content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:6px;height:6px;background-color:#333;border-radius:100%;}
.course-list .right .tit {font-size:16px;line-height:26px;color:#333;padding-right:40px;position:relative;transition:all .2s;}
.course-list .right .course-btn {position:absolute;right:0;top:50%;transform:translateY(-50%);width:15px;height:15px;background-repeat:no-repeat;background-position:center;background-size:100%;background-image:url("../images/course-jia.png");transition:all .2s;}
.course-list .right .con {max-width:100%;font-size:14px;line-height:26px;color:#333;margin-top:20px;display:none;}
.course-list .right .con img {max-width:100%; max-width:300px;}
.course-list li.cur .course-btn {background-image:url("../images/course-jian.png");}
.course-list li.cur .year,.course-list li.cur .tit {color:#333;}
.course-list li.cur .year span,.course-list li .year span {font-size:15px;padding-left:5px;}
@media (max-width:1000px) {
.course-list .right {float:right;width:70%;}
}

@media (max-width:767px) {.course-box {padding:10px 10px;}
.course-box p {margin:0;font-size:13px;}
.course-list {margin-bottom:20px;}
.course-list:last-child {margin-bottom:0;}
.course-list li {padding-bottom:20px;}
.course-list li:first-child {padding-top:20px;}
.course-list li:last-child {padding-bottom:0;}
.course-list .year {float:left;font-size:16px;line-height:22px;transition:all .2s; width:60px;}
.course-list .right {float:right;width:70%;}
.course-list li {position:relative;}
.course-list li:before {content:"";position:absolute;left:70px;width:1px;height:100%;background-color:#dcdcdc;top:0;}
.course-list li:last-child:before {height:.3rem;}
.course-list .line {position:absolute;left:60px;top:13px;width:20px;height:1px;background-color:#e8e8e8;z-index:3;}
.course-list li:first-child .line {top:30px;}
.course-list .right .tit {font-size:16px;line-height:26px;}
.course-list li.cur .year span,.course-list li .year span {font-size:13px;padding-left:5px;}
}



.wenhua_box{ clear:both; width:100%; background:url(../images/about_xxx_31.jpg) no-repeat center top; height:683px;}




.wenhua_box_content{ width:100%; max-width:1000px; margin: 150px auto;}
.wenhua_box_content ul li{ display:inline-block; float:left; width:31.33%; margin:0 1%;text-align:center; color:#fff; }
.wenhua_box_content ul li .diyi{max-width:250px; height:250px; background: rgba(0,146,197,.7); border-radius:250px; margin: 0 auto; }
.wenhua_box_content ul li .diyi:hover{background: rgba(0,146,197,1);}
.wenhua_box_content ul li .dier{max-width:250px; height:250px; background: rgba(8,158,105,.7); border-radius:250px; margin: 0 auto;}
.wenhua_box_content ul li .dier:hover{background: rgba(8,158,105,1);}
.wenhua_box_content ul li .disan{max-width:250px; height:250px; background: rgba(175,171,42,.7); border-radius:250px; margin: 0 auto;}
.wenhua_box_content ul li .disan:hover{ background: rgba(175,171,42,1); }
.wenhua_box_content ul li .disi{max-width:250px; height:250px; background: rgba(245,235,17,.5); border-radius:250px; margin: 0 auto;}
.wenhua_box_content ul li .disi:hover{ background: rgba(245,235,17,1); }
.wenhua_box_content ul li img{ margin:20px auto 0 auto;}
.wenhua_box_content ul li h2{ font-size:20px; line-height:35px; font-weight:700;}
.wenhua_box_content ul li p{ padding:5px 10px; line-height:26px; font-size: 15px;}

.wenhua_box_logo{  width:100%; max-width:1000px; margin: 50px auto 0 auto; height:150px;background: rgba(255,255,255,.3);}
.wenhua_box_logo img{ float:left; margin:15px 25px 15px 25px;}
.wenhua_box_logo h2{ float:left; font-size:20px; color:#363636; font-weight:700;width:800px; line-height:40px; margin-top:20px; margin-bottom:15px; }
.wenhua_box_logo p{ float:left;  color:#363636; width:800px; }


@media (max-width:767px) {
.wenhua_box_content{ width:100%; max-width:100%; margin: 15px auto;}
.wenhua_box_content ul li{ display:block; float:none; width:100%; margin:10px 0;text-align:center; color:#fff; }
.wenhua_box_content ul li img{ max-width:60px;}
.wenhua_box_content ul li h2{ font-size:16px; line-height:30px;}
.wenhua_box_content ul li p{ padding:5px 10px; line-height:24px; font-size: 13px;}
.wenhua_box_content ul li .diyi{max-width:200px; height:200px;border-radius:200px; }
.wenhua_box_content ul li .dier{max-width:200px; height:200px;border-radius:200px;}
.wenhua_box_content ul li .disan{max-width:200px; height:200px;  border-radius:200px; }
}
/*���Ų���*/
.info-wrap{  clear:both; margin:2%; width:96%;}
.info-wrap h2{ font-size:18px; text-align:left; font-weight:normal; color:#fff; padding-left:10px; width:100px; line-height:35px; height:35px;background:-webkit-gradient(linear, 46% 0%, 100% 0%, from(rgba(32,168,118,1)), to(rgba(30,153,196,1)));}

.info-wrap h3{ font-size:15px; text-align:left; font-weight:normal; color:#000; padding-left:10px; padding-top:10px; padding-bottom:15px;}



.info-wrap .container{max-width:100%;}

.info-wrap .news-wrap{margin-top: 10px;}
.info-wrap .left{width: 45%;overflow: hidden; text-align:left;}
.info-wrap .right{width: 50%;overflow: hidden;}
.info-wrap .left .date{font-size: 14px;color: #999; padding-top:3px;}
.info-wrap .left .title{font-size: 15px;color: #333;margin-top: 15px;display: block;}
.info-wrap .brief{font-size: 13px;color: #696969;margin-top: 10px;height: 75px;overflow: hidden;line-height: 25px;}
.info-wrap .img{display: block;max-height: 400px;overflow: hidden;}
.info-wrap .img img{max-width: 100%;height: auto;}
.info-wrap .left .info-item{height: auto;overflow: hidden;}
.info-wrap .left .info-item:first-child{margin-top: 0;}
.info-wrap .left .info-item .contents{width: 92%;}
.info-wrap .left .info-item .borders{width: 23px;height: 100%;}
.info-wrap .left .info-item .borders .cir{width: 23px;height: 23px;background: #ededed;border-radius: 50%;text-align: center;line-height: 22px;}
.info-wrap .left .info-item .borders .cir .cir-in{width: 9px;height: 9px;background: #999;border-radius: 50%;display: inline-block;vertical-align: middle;}
.info-wrap .left .info-item .borders .bord{width: 1px;height: 100%;background: #ccc;margin: 0 auto;margin-top: 5px;}
.info-wrap .right .img:hover img{-webkit-transform:scale(1.06); -moz-transform:scale(1.06); transform:scale(1.06);}
.info-wrap .right .bot{}
.info-wrap .right .bot .ll{width: 82%;}
.info-wrap .right .bot .rr{width: 16%;}
.info-wrap .right .bot .ll .title{display: block;font-size: 18px;color: #333;margin-top: 25px;}
.info-wrap .right .bot .ll .title:hover{color: #6DBB56;}
.info-wrap .right .bot .date{font-size: 14px;color: #999;margin-top: 25px;text-align: right;}
.info-wrap .right .bot .date img{margin-right: 10px;vertical-align: middle;}
.info-wrap .left .info-item.mores{height: auto;}
.info-wrap .left .info-item.mores .contents .more{font-size: 14px;color: #333;}
.info-wrap .left .info-item:hover .cir .cir-in{background: #6DBB56;}
.info-wrap .left .info-item:hover .title{color: #6DBB56;} 
.info-wrap .left .info-item:hover .date{color: #6DBB56;} 
.info-wrap .left .info-item:hover .contents .more{color: #6DBB56;}
.info-wrap .nav-list{text-align: center;margin-top: 30px;}
.info-wrap .nav-list .item{display: inline-block;font-size: 16px;color: #333;margin-left: 40px;height: 20px;line-height: 20px;overflow: hidden;}
.info-wrap .nav-list .item:first-child{margin-left: 0;}
.info-wrap .nav-list .item.on,.info-wrap .nav-list .item:hover{color: #6DBB56;font-weight: bolder;}

/*��Ʒ�Ƽ� end*/

.info-wrap .container{max-width:100%;}

.info-wrap h2{ font-size:16px;}
.info-wrap h2:after{left:12%;}
.info-wrap .left .info-item{height: auto; padding:5px 0;}
.info-wrap{padding: 10px 0;}

.info-wrap .left{width: 100%;}
.info-wrap .left .date{font-size: 12px;}
.info-wrap .left .title{font-size: 13px;margin-top: 10px; font-weight:700;}
.info-wrap .brief{font-size: 12px;margin-top: 0;height: auto;}
.info-wrap .left .info-item.mores .contents .more{font-size: 13px;}





@media screen and (max-width:1280px) {
.index_title .title strong {font-size:22px;}
.index_title .des {font-size:15px;margin-top:0px;}
}
@media screen and (max-width:787px) {
.index_youshi {padding:15px 0 15px 0;}
.index_title .title {font-size:14px; line-height:32px; padding-top:7px;}
.index_title .title strong {font-size:16px;}
.index_title .title span{ font-size:20px; line-height:30px;}
.index_title .des {font-size:13px; line-height:23px; max-width:90%; text-align:center; margin:0 auto; padding-top:0;}

}


.hidd1{ display:block;}
.hidd{ display:none;}

@media screen and (max-width:1023px) {
.hidd1{ display:none;}
.hidd{ display: block;}
}











/*�����������߿������� �߿��ֱ���Ӧ�����������ĳߴ�*/
.bantu_box_right::-webkit-scrollbar{ width: 6px; height: 6px;background-color: #fff;}
 
/*�������������� ����Ӱ+Բ��*/
.bantu_box_right::-webkit-scrollbar-track{border-radius: 10px;background-color: #fff;}
/*���廬�� ����Ӱ+Բ��*/
.bantu_box_right::-webkit-scrollbar-thumb{border-radius: 0px;background-color: #07BBFA;}





/*�ײ�ԲȦ����*/
 .map-imgwrapper {
	display:inline-block;
    *display:inline;
    *zoom:1;
	position: absolute;
	vertical-align:top;
	 width:100%;
	 height:100%;
	 left:0;

}
 .map-imgwrapper .point-area {
	position:absolute;
	width:80px;
	height:80px;
	visibility:visible;
	opacity:1
}
 .map-imgwrapper .point-area .dot10,  .map-imgwrapper .point-area .dot20,  .map-imgwrapper .point-area .dot40 {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:50%
}

 .map-imgwrapper .point3 {
	bottom:0%;
	left:55.2%;

}
 .map-imgwrapper .point3 .dot10:after {
	animation:ripple 4s ease-out 2.7s infinite
}
 .map-imgwrapper .point3 .dot10:after,  .map-imgwrapper .point3 .dot20:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:50%;
	border:2px solid #00FFA5;
	opacity:0
}
 .map-imgwrapper .point3 .dot20:after {
	animation:ripple 4s ease-out 3.6s infinite
}
 .map-imgwrapper .point3 .dot40:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:50%;
	border:2px solid #00FFA5;
	opacity:0;
	animation:ripple 4s ease-out 4.5s infinite
}




.map-imgwrapper .point2 {
	top:57%;
	left:58.3%;
}
 .map-imgwrapper .point2 .dot10:after {
	animation:ripple 4s ease-out 2.7s infinite
}
 .map-imgwrapper .point2 .dot10:after,  .map-imgwrapper .point2 .dot20:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:50%;
	border:2px solid #03b1fd;
	opacity:0
}
 .map-imgwrapper .point2 .dot20:after {
	animation:ripple 4s ease-out 3.6s infinite
}
 .map-imgwrapper .point2 .dot40:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:50%;
	border:2px solid #03b1fd;
	opacity:0;
	animation:ripple 4s ease-out 4.5s infinite
}



.map-imgwrapper .point1 {
    top:48%;
	left:56.8%;
	
}
 .map-imgwrapper .point1 .dot10:after {
	animation:ripple 4s ease-out 2.7s infinite
}
 .map-imgwrapper .point1 .dot10:after,  .map-imgwrapper .point1 .dot20:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:50%;
	border:2px solid #fffc00;
	opacity:0
}
 .map-imgwrapper .point1 .dot20:after {
	animation:ripple 4s ease-out 3.6s infinite
}
 .map-imgwrapper .point1 .dot40:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:50%;
	border:2px solid #fffc00;
	opacity:0;
	animation:ripple 4s ease-out 4.5s infinite
}



.map-imgwrapper .point0 {
	top:72%;
	left:69%;
}
 .map-imgwrapper .point0 .dot10:after {
	animation:ripple 4s ease-out 2.7s infinite
}
 .map-imgwrapper .point0 .dot10:after,  .map-imgwrapper .point0 .dot20:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:50%;
	border:2px solid #ff9c00;
	opacity:0
}
 .map-imgwrapper .point0 .dot20:after {
	animation:ripple 4s ease-out 3.6s infinite
}
 .map-imgwrapper .point0 .dot40:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:50%;
	border:2px solid #ff9c00;
	opacity:0;
	animation:ripple 4s ease-out 4.5s infinite
}




.map-imgwrapper .point4 {
	top:74.6%;
	left:43.25%
}
 .map-imgwrapper .point4 .dot10:after {
	animation:ripple 4s ease-out 2.7s infinite
}
 .map-imgwrapper .point4 .dot10:after,  .map-imgwrapper .point4 .dot20:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:50%;
	border:2px solid #f61741;
	opacity:0
}
 .map-imgwrapper .point4 .dot20:after {
	animation:ripple 4s ease-out 3.6s infinite
}
 .map-imgwrapper .point4 .dot40:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	border-radius:50%;
	border:2px solid #f61741;
	opacity:0;
	animation:ripple 4s ease-out 4.5s infinite
}




@keyframes ripple {
0% {
opacity:0;
transform:scale(.1)
}
5% {
opacity:1
}
to {
	opacity:0;
	transform:scale(1)
}

/*animate*/

@keyframes rightOpacityShow{
0%{ transform: translateX(-80px);opacity:0;}
80%{ transform: translateX(20px);}
100%{ transform:translateX(0); opacity:1;}
}
@-moz-keyframes rotateYOpacityAn{
0%{ -moz-transform: translateX(-80px);opacity:0;}
80%{ -moz-transform: translateX(20px);}
100%{ -moz-transform:translateX(0); opacity:1;}
}
@-webkit-keyframes rotateYOpacityAn {
0%{ -webkit-transform: translateX(-80px);opacity:0;}
80%{ -webkit-transform: translateX(20px);}
100%{ -webkit-transform:translateX(0); opacity:1;}
}
@-o-keyframes rotateYOpacityAn{
0%{ -o-transform: translateX(-80px);opacity:0;}
80%{ -o-transform: translateX(20px);}
100%{ -o-transform:translateX(0); opacity:1;}
}






/*�����������߿������� �߿��ֱ���Ӧ�����������ĳߴ�*/
::-webkit-scrollbar
{
    width: 7px;
    height: 7px;
    background-color: #000;

}
 
/*�������������� ����Ӱ+Բ��*/
::-webkit-scrollbar-track
{
  border-radius: 10px;
    background-color: #000;

}
 
/*���廬�� ����Ӱ+Բ��*/
::-webkit-scrollbar-thumb
{
    border-radius: 0px;

    background-color: #C70101;
}





