@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; font-size:12px; font-family:"microsoft yahei","simhei",Arial,sans-serif; color:#666; overflow-x:hidden;}
a{color:#666; text-decoration:none; outline:none;}
a:active{star:expression(this.onFocus=this.blur());} 
img{border:0px; vertical-align:middle;}
a:link {text-decoration: none; outline:none;}
a:visited{text-decoration: none; outline:none;}
a:hover{text-decoration:none; color:#a50186; outline:none;}
ul, p, dl, dt, dd{padding:0px; margin:0px;}
li{list-style-position:outside; list-style-type:none;}
h1, h2, h3, h4, h5{font-size:14px; padding:0px; margin:0px;}
h1{font-size:16px;}
h5{font-size:12px;}
.fl{float:left;}
.fr{float:right;}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}

input, textarea{background:transparent; padding:0px; font-size:12px; font-family:"microsoft yahei","simhei",Arial,sans-serif; color:#888; outline:none; border:0px;}
em{font-style:normal;}
.btn1{cursor:pointer;}
.red{color:#cb1f18;}
.wal{width:16.0rem; margin:0px auto;}
.wal2{width:12.8rem; margin:0px auto;}

.indexPart1 .leftDiv,
.indexPart2 .numList li,
.indexPart4 .list .swiper-slide{display: flex;
  display: -webkit-flex; }

.indexPart1 .leftDiv,
.indexPart2 .numList li,
.indexPart4 .list .swiper-slide{ align-items: center;
  -webkit-align-items: center; }

.flex{justify-content: center;
  -webkit-justify-content: center; }

a,
.ind-banner .btnDiv,
.indexPart1 .pjDiv li,
.indexPart3 .list li:after,
.indexPart3 .list li .name,
.indexPart3 .list li .wen,
.indexPart3 .list2 li:after,
.indexPart3 .list2 li .name,
.indexPart3 .list2 li .wen,
.indexPart4 .leftDiv .time,
.indexPart4 .leftDiv .name,
.indexPart4 .rightDiv li .name,
.headDiv .topRight li,
.headDiv .topRight li:before,
.sNav .btn li,
.sNav .btn li .ico img,
.sNav .btn li .name,
.shuju .swiper-pagination-bullet{
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;	
}

.sNav,
.l7Div .imgList .imgDiv img,
.indexPart3 .list li img,
.indexPart3 .list2 li img,
.indexPart4 .leftDiv .layer:before{
transition:All 0.8s ease;
-webkit-transition:All 0.8s ease;
-moz-transition:All 0.8s ease;
-o-transition:All 0.8s ease;  
}


input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{color: transparent;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder{color: transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{color: transparent;}
input:focus:-ms-input-placeholder, textarea:focus::-moz-placeholder{color: transparent;}

@font-face {font-family:din; src:url(../font/DINCOND-MEDIUM.OTF);}
@font-face {font-family:Gilroy; src:url(../font/Gilroy-Regular.otf);}
@font-face {font-family:bold; src:url(../font/Gilroy-Bold.woff.ttf);}

.w800{ width: 800px;}
.w340{ width: 340px;}

.Phone-Box{ display: none; }

.fangda{ overflow: hidden;}
.fangda img{ transition:2s;-moz-transition:2s;-webkit-transition:2s;-o-transition:2s;}
.fangda:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.l1{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.l2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.l3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.l4{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}


@-webkit-keyframes am_top
{
    0%{ -webkit-transform:translate(0,-50px);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

/*按钮动画--start*/
.ico_h {display: inline-block; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } 
.ico_h:before {pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity; } 
.ico_h:hover, .ico_h:focus, .ico_h:active {-webkit-transform: translateY(-6px); transform: translateY(-6px); -webkit-animation-name: hover; animation-name: hover; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } 
.ico_h:hover:before, .ico_h:focus:before, .ico_h:active:before {opacity: .4; -webkit-transform: translateY(6px); transform: translateY(6px); -webkit-animation-name: hover-shadow; animation-name: hover-shadow; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }
/*按钮动画--end*/

.gradient{ 
    background-image: linear-gradient(left,#010262,#ab128e);
    background-image: -webkit-linear-gradient(left,#010262,#ab128e);
    background-image: -moz-linear-gradient(left,#010262,#ab128e);
    background-image: -o-linear-gradient(left,#010262,#ab128e);
    background-image: linear-gradient(to right,#010262,#ab128e);
  background-image: -webkit-linear-gradient(to right,#010262,#ab128e);
    background-image: -moz-linear-gradient(to right,#010262,#ab128e);
    background-image: -o-linear-gradient(to right,#010262,#ab128e);}


.headDiv{ height:100px; width:100%; position: fixed; top: 0px; left: 0px; z-index: 10; transition: all .8s ease-out 0s;}
.headDiv:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.1); }
.headDiv:hover, .headDiv.mini { background: #fff;}
.headDiv .wal{ position: relative; height: 100px; }
.headDiv .logo{ position:absolute; left: 50px; top: 35px; z-index:2; width: 181px; height: 30px; overflow: hidden;}
.headDiv .logo img{ width: 181px; }
.headDiv .logo .img1{ position: absolute; left: 0; top: 0; opacity: 0;}
.headDiv:hover .logo img, .headDiv.mini .logo img{ opacity: 0; }
.headDiv:hover .logo .img1, .headDiv.mini .logo .img1{ opacity: 1; }

.nav{ text-align: center; position: absolute; right: 215px; top: 0; z-index: 1; }
.nav li{ float: left; height: 100px; font-size: 18px; }
.nav a{ display: block; position: relative; padding: 0 0.3rem; line-height: 100px; color: #fff; }
.nav a:hover, .nav .aNow, .nav .aNow1{ color: #a50186!important;}

.headDiv:hover .nav a, .headDiv.mini .nav a{ color: #111; }

.headDiv .topRight{ position: absolute; right: 0; top: 0; z-index: 2; }
.headDiv .topRight li{ float: left; width: 100px; height: 100px; position: relative; }
.headDiv .topRight li:before{ content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.1); }
.headDiv .topRight li a{ display: block; width: 100%; height: 100%; }
.headDiv .topRight li img{ position: absolute; left: 50%; margin-top: -12px; margin-left: -12px; top: 50%; }
.headDiv .topRight li .img1{ opacity: 0; }

.headDiv:hover .topRight li:before, .headDiv.mini .topRight li:before{ background: #eee; }
.headDiv:hover .topRight .li01, .headDiv.mini .topRight .li01{ background: #a50186; }
.headDiv:hover .topRight .li01:before, .headDiv.mini .topRight .li01:before{ background: #a50186;  }
.headDiv:hover .topRight li img, .headDiv.mini .topRight li img{ opacity: 0; }
.headDiv:hover .topRight li .img1, .headDiv.mini .topRight li .img1{ opacity: 1; }

/*导航触发效果*/
.sNav{ opacity:0; visibility:hidden; position: fixed; z-index: 5; width: 100%; left: 0; top: 100px; background: #fff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);}
.sNav.on{ opacity:1; visibility:visible;}
.sNav .btn{ height: 120px; background: #f6f6f6; }
.sNav .btn li{ text-align: center; width: 16.66%; height: 120px; padding-top: 34px; box-sizing: border-box; float: left; cursor: pointer;}
.sNav .btn li .ico{ width: 37px; height: 37px; position: relative; margin: 0 auto; }
.sNav .btn li .ico img{ position: absolute; left: 0; top: 0; }
.sNav .btn li .ico .img2{opacity:0; transform:scale3d(0,0,0);-webkit-transform:scale3d(0,0,0);-moz-transform:scale3d(0,0,0)}
.sNav .btn li .name{ font-size: 16px; line-height: 16px; padding-top: 12px; }
.sNav .btn li.on{ background: #fff;}
.sNav .btn li.on .ico .img1{ opacity:0; }
.sNav .btn li.on .ico .img2{ opacity:1;transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);-moz-transform:scale3d(1,1,1) }
.sNav .btn li.on .name{ color: #ab128e; }

.l7Div{ padding: 0.65rem 0 0.8rem; }
.l7Div .list{ position: relative;}
.l7Div .imgList{ position: relative; width: 100%; overflow: hidden; }
.l7Div .imgList .imgDiv{ overflow: hidden; }
.l7Div .imgList .imgDiv img{ width: 100%; }
.l7Div .imgList .name{ padding-top: 0.24rem; font-size: 18px; color: #666; text-align: center; }
.l7Div .swiper-slide:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1); }
.l7Div .se{ display: block; width: 15px; height: 28px; position: absolute; z-index: 10; top: 50%; margin-top: -14px; overflow: hidden;}
.l7Div .arrow2 .prev { left: -45px; background: url(../images/nimg15_left2.png) no-repeat; }
.l7Div .arrow2 .next { right: -45px; background: url(../images/nimg15_right2.png) no-repeat; }
.l7Div .arrow2 .prev:hover{ background: url(../images/nimg15_left2on.png) no-repeat;}
.l7Div .arrow2 .next:hover{ background: url(../images/nimg15_right2on.png) no-repeat;}

.pageBg{ position:fixed; z-index:8; width:100%; height:100%; display:none; background:rgba(0,0,0,0.3); left:0px; top:0px;}

.footDiv{ padding-top: 1.0rem; box-sizing: border-box; background: #1d1d1d; height: 4.4rem; overflow: hidden;}

.footNav li{ float: left; width: 2rem; }
.footNav li h2{ font-weight: 400; font-size: 16px; line-height: 16px; height: 50px; }
.footNav li h2 a{ color: #fff;}
.footNav li dd{ line-height: 14px; font-size: 14px; padding-bottom: 15px; }
.footNav li dd a{ display: block; color: #747474; }
.footNav li h2 a:hover, .footNav li dd a:hover{ color: #a50186; }
.footDiv .rightDiv{ width: 3.0rem; }
.footDiv .tel{ font-size: 36px; line-height: 36px; color: #fff; text-align: right; font-family:din;}
.footDiv .wen{ text-align: right; font-size: 14px; color: #747474; line-height: 14px; padding: 10px 0 60px;}

.footDiv .share li{ float: left; margin-left: 20px; }
.footDiv .share li:last-child{ margin-right: 0; }
.footDiv .share li a{ display: block; width: 42px; height: 42px; background: #272727; border-radius: 50%; position: relative;}
.footDiv .share li img{ position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -8px;  }

.footDiv .share li:hover a{ background: #ac008c; }

.foot{ padding: 35px 0; background: #181818;}
.foot .msg{ font-size: 14px; color: #999; line-height: 28px; text-align: center; }
.foot .msg a{ color: #999; }
.foot .msg a:hover{ text-decoration: underline; }
.foot .links{ position: relative; text-align: center; line-height: 24px; font-size: 14px; color: #999; }
.foot .links a{ padding: 0 14px; color: #999; }
.foot .links a:hover{ text-decoration: underline;}

/*分页*/
.pageNum{ text-align: center; padding-top: 60px;}
.pageNum2{ padding-top: 0; }
.pageNum a{ display: inline-block; width: 36px; height: 36px; line-height: 36px; text-align: center; font-size: 14px; color: #7a7a7a; margin: 0 2px;}
.pageNum a:hover, .pageNum .aNow{ background: #21c3f3; color: #fff; }
.pageNum .prev:before{ content: '<'; font-family: '宋体'; }
.pageNum .next:before{ content: '>'; font-family: '宋体'; }


/*右侧悬浮窗*/
.sideBar{ position:fixed; right:0px; top:50%; margin-top: -90px; z-index:10;}
.sideBar li{position:relative; height:50px; margin-bottom:1px; cursor:pointer;}
.sideBar .mouse{position:absolute; top:0px; display:none;}
.sideBar .img{background: #05837a; height:50px; text-align:center; width:50px;}
.sideBar .img img{position:relative; top:12px;}
.sideBar .liNow .mouse{display:block;}
.sideBar li .mouse{ width:206px; left:-206px; top:0px;}
.sideBar li .mouse .title{ padding-right: 16px; height: 40px; position: relative; }
.sideBar li .mouse .title:after{ content: ''; position: absolute; right: 0; top: 50%; margin-top: -6px; width: 16px; height: 12px; background: url(../images/nimg6_1.png) left center no-repeat; }
.sideBar li .mouse .title p{ height: 40px; color: #fff; background: #05837a; line-height: 40px; color: #fff; text-align: center; font-size: 14px; }
.sideBar li .mouse .box{ width: 190px; background: #fff; box-shadow:4px 10px 10px rgba(38,93,63,0.2); -moz-box-shadow:4px 10px 10px rgba(38,93,63,0.2); -webkit-box-shadow:4px 10px 10px rgba(38,93,63,0.2); }
.sideBar li .mouse .ewm{ padding: 20px 0; text-align: center; }
.sideBar li .mouse .ewm img{ width: 120px; }
.sideBar li .mouse .kefu{ padding: 15px 0 15px 30px; }
.sideBar li .mouse .kefu dd{ position: relative; padding-left: 24px; line-height: 34px; line-height: 34px; font-size: 14px; }
.sideBar li .mouse .kefu dd img{ position: absolute; left: 0; top: 50%; margin-top: -7px; width: 14px; }
.sideBar li .mouse .tel{ text-align: center; color: #334060; font-size: 16px; padding: 20px 0; line-height: 16px; font-weight: bold; }

.tabContent{ display:none;}
.tab li{ cursor:pointer;}
.tabContent2{ display:none;}
.tab2 li{ cursor:pointer;}


.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  -moz-animation-name: fadeInUp50;
  -ms-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}
@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  -moz-animation-name: fadeInRight50;
  -ms-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}
@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}








