@charset "utf-8";
.gp-img-responsive{padding-bottom: 61.64%;}
.gp-fwn{font-weight: normal;}
.gp-fwb{font-weight: bold;}
body{background-color: #fff}
a,a *{transition: all 0.3s ease-in-out;}
a:hover{color:#A51D30;}

.gp-header1{transition: all 0.35s ease-in-out; background-image: linear-gradient(to top, rgba(75,12,119,0.7), rgba(101,16,172,1));/*background:#6510AC;;*/padding-bottom: 0px; position:relative;left: 0px;top: 0px;z-index: 9;width: 100%;}

.logo-nav{/*margin: 0 35px 0 55px;*/ width:1400px; margin:0 auto; background: url("../images/header_bg.png") no-repeat right top; }
.gp-logo1{/* width:525px; */margin-top:20px;transition: padding 0.3s ease-in-out;float:left;}
.gp-logo1 a{display: inline-block;*zoom:1;*display: inline;vertical-align: middle;width: 615px;position: relative;z-index: 9999; }
.gp-topRight1{height: 40px;line-height: 40px;text-align: right;*width: 400px; margin-top:40px; float:right;margin-bottom: 10px;margin-right: 21px;}
.gp-topRight1 > a{color: #fff;opacity: 0.8;filter: alpha(opacity=80);display: inline-block;*display: inline;*zoom:1}
.gp-topRight1 > span{color:#fff;margin:0 15px;opacity: 0.8;filter: alpha(opacity=80);}

.navbg{ width:100%; height:44px;background:#FFF; }
.nav-box { width:1400px; margin:0 auto; height:44px; line-height:44px;  }.gp-nav1{height: 44px;}
.gp-nav1 > ul > li{height: 44px;line-height: 44px;*float: left;}
.gp-nav1 > ul > li > a{display: block;padding: 0px 32px;  color:#7A31B8;}
.gp-nav1 > ul > li.on .gp-subNav{display: block;}
.gp-nav1 > ul > li.on .gp-subNav dd a{color:#fff;padding:8px}
.gp-nav1 > ul > li.on .gp-subNav dd a:hover{background-color: #eee;color:#7A31B8}
.gp-nav-horizontal .gp-subNav{background-color:#7A31B8 ;background:rgba(122,49,184,0.8);  background:-webkit-linear-gradient(top,rgba(165,29,48,1) 0%,rgba(165,29,48,0.8) 80%,rgba(165,29,48,0,0) 100%);  background:linear-gradient(to bottom,rgba(122,49,184,1) 0%,rgba(122,49,184,0.8) 80%,rgba(122,49,184,0) 100%);padding-bottom: 40px;top: 44px;padding:  0;z-index: 99;padding-bottom: 50px;}
/*效果17*/
.nav17 {}
.nav17 > li > a{display: inline-block;padding:0px 15px;height: 44px;line-height: 44px; display: inline;*zoom:1; position: relative;}
.nav17 > li > a:before,.nav17 > li > a:after {	position: absolute;	left: 0;	width: 100%;	height: 1px;	background: #cdcdcd;	content: '';
	opacity: 0;	transition: opacity 0.3s, transform 0.3s;	transform: translateY(-10px);}
.nav17 > li > a:before {top: 0;	transform: translateY(-10px);}
.nav17 > li > a:after { 	bottom: 0;	transform: translateY(10px); }
.nav17 > li > a:hover:before,.nav17 > li.on > a:before,.nav17 > li.on > a:after,.nav17 > li > a:hover:after{	opacity: 1;transform: translateY(0px);	}

.gp-nav1 > ul > li.on .gp-subNav  {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*1.默认展开的搜索*/
.gp-search{width:220px;overflow: hidden;display: inline-block;*display: inline;*zoom:1;vertical-align: middle;transition: all 0.35s ease-in-out;border:1px solid #ccc;}
.gp-ser{width:100%; height:28px; z-index:9999994; margin:0 auto;position: relative;}
.gp-search input,.gp-search button{position:absolute; height: 28px;line-height:28px; border:none; background:none; top:0px;overflow: hidden; }
.gp-search input.notxt{color:#fff; width:82%;left: 0;padding-left: 2%;font-size: 1.4rem;}
.gp-search .notxt1 {position: absolute;width: 15%;right:0;cursor:pointer;color:#fff;}



/*2.搜索按钮当前位置展开*/
.gp-serBtn2{*background:url(../images/search.png) no-repeat center center;*width: 20px;*height: 20px;font-size: 20px; font-size: 2rem;}
.gp-search2{width: 0;border:none;}
.gp-search2.active{width: 200px;border:1px solid #ccc;*background:url(../images/search.png) no-repeat center right;}


/*手机端导航默认*/
.mobile_bg{width: 100%;z-index: 90;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.6);display: none;}
.gp-menu{ width: 100%;z-index: 98;;position: relative;display: none;}
.gp-menu-header{position: absolute;top: 0%;right: 0;z-index: 996;}
.mlogo{float: left;line-height: 70px;padding-left: 15px;padding-top: 10px;}
/* .gp-menu-link{float: left;line-height: 40px;height: 40px;padding-left: 15px;}
.gp-menu-link a{color:#fff;} */
.gp-menu-header-icon{color: #FFF; height: 49px;font-size:22px;line-height: 49px;background: rgba(255,255,255,0.5); text-align: center; float:right;width: 49px;position: relative;border-radius: 50%;  -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s; transition: background 0.5s;margin-right:11px;cursor: pointer;margin-top: 17px;}
.gp-menu-header-icon span{  position: absolute; left: calc((100% - 25px) / 2);  top: calc((100% - 2px) / 2.3);  width: 27px;  height: 2px;  background-color: #FFF;}
.gp-menu-header-icon-out span{width: 27px;height: 2px;background-color:#FFF;display: block;border-radius: 0px;}
.gp-menu-header-icon-out span:nth-child(1){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outfirst;}       
.gp-menu-header-icon-out span:nth-child(2){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outsecond;}
.gp-menu-header-icon-out span:nth-child(3){animation-duration: 0.5s;animation-fill-mode: both;animation-name: outthird;}
.gp-menu-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.gp-menu-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);width: 22px;}
.gp-menu-header-icon span:nth-child(3){transform: translateY(-4px) rotate(0deg);width: 16px;}
@keyframes outfirst {
  0% {transform: translateY(0) rotate(-45deg);}
  100% {transform: translateY(-4px) rotate(0deg);}
}   
@keyframes outsecond {
  0% { transform: translateY(0) rotate(45deg);}
  100% {transform: translateY(4px) rotate(0deg);}
}
@keyframes outthird {
  0% {transform: translateY(0) rotate(90deg);}
  100% {transform: translateY(12px) rotate(0deg); }
}
.gp-menu-header-icon-click span{background-color:#FFF ;top: calc((100% - 2px) / 2.1);}
.gp-menu-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickfirst;}     
.gp-menu-header-icon-click span:nth-child(2){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clicksecond;width: 27px;}
.gp-menu-header-icon-click span:nth-child(3){animation-duration: 0.5s; animation-fill-mode: both;animation-name: clickthird;width: 27px;}
@keyframes clickfirst {
  0% {transform: translateY(4px) rotate(0deg);}
  100% {transform: translateY(0) rotate(45deg);}
}   
@keyframes clicksecond {
  0% {transform: translateY(-4px) rotate(0deg);}
  100% {transform: translateY(0) rotate(-45deg);}
} 
@keyframes clickthird {
    0% {  opacity: 0}
  100% {opacity: 0}
}   
.gp-menu-nav{  width: 100%; position: fixed;top: 0;right: 0px;padding-top: 96px;/*! padding-bottom: 3000px; *//*! margin-bottom: -3000px; */ background:#7A31B8;display: none;box-shadow: -10px 0 20px rgba(0,0,0,0.5);padding-bottom: 50px;}
.gp-menu-nav a{}
.gp-menu-nav > ul {}
.gp-menu-nav > ul li{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
.gp-menu-nav > ul > li{position: relative;/*! border-bottom: 1px solid rgba(255,255,255,0.1); */}
.gp-menu-nav > ul > li > a{display: block;padding:10px 30px;font-size: 1.6rem;/*! width: 100%; *//*! float: right; */border-bottom: 1px solid rgba(255,255,255,0.1);}
.gp-menu-nav > ul > li > ul {/*! background: rgba(0,0,0,0.1); *//*! padding:0 25px; */width: 90%;float: right;}
.gp-menu-nav > ul > li > ul a{display: inline-block;padding:10px 0;/*! font-size: 1.3rem; */}
.gp-menu-arrow {cursor: pointer;width: 30px;height: 40px;line-height: 40px;color:#fff;text-align: center;position: absolute;right: 0;top: 0;font-size: 2rem;margin-right: 15px;transition: all 0.3s ease-in-out;}
.gp-menu-nav > ul > li.on .gp-menu-arrow{transform: rotate(90deg);}
.gp-menu-nav li ul {display: none;}
.gp-menu-nav > ul > li.on{background: rgba(0,0,0,0.1);}
.gp-menu-nav > ul > li.on > a{border-bottom: none;}
.gp-menu-nav > ul > li:last-child > a{border-bottom: none;}
.gp-menu-nav > ul{border-bottom: 2px solid rgba(255,255,255,0.1);margin-top: 23px;}
/*导航内标签效果*/
.gp-menu-nav a{color:#fff;}
.gp-menu-link{text-align: center;border-bottom: 2px solid rgba(255,255,255,0.1);padding: 10px 0;}
.gp-menu-link a{display: inline-block;margin: 10px 12px;color:rgba(255,255,255,0.5);font-size: 1.6rem;}
.gp-menu-link span{color:rgba(255,255,255,0.1);}
/*.open .gp-menu-header{background: none;}*/
@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;-webkit-transform: none;transform: none;
  }
}

@keyframes returnToNormal {
  from {
    opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;-webkit-transform: none;transform: none;
  }
}

/*
侧滑右侧
*/
.gp-menu-nav.gp-menu-offcanvas2{position: fixed;display: block;transform: translate(150%,0);transition: all 1s ease-in-out;width: 100%;}
.open .gp-menu-offcanvas2{transform: translate(0,0);position:absolute;}


/*5移动端搜索默认*/
.gp-m-search {width:100%;margin:0px auto 0;display: block;border-top:1px solid rgba(255,255,255,0.3);border: none;border-bottom: 1px solid rgba(255,255,255,0.3);}
.gp-m-search .notxt1{right: 9px;left: auto;width: 40px;}
.gp-m-search input.notxt{left: 0;width: 91%;box-sizing: border-box;padding-left: 30px;}
/*头部固定*/
.gp-header1.currents{position: relative;/* fixed;top: 0;left: 0;*/width: 100%;background-color: #A51D30;z-index: 9999;box-shadow: 0px 1px 10px rgba(0,0,0,0.5);background-image: none;padding-bottom: 0;}
.gp-header1.currents .logo-nav{z-index: 9999;top: 0;background:none;margin: 0 auto;width: 1200px;}
.gp-header1.currents .top-wrap{display: none;}
.gp-header1.currents .gp-logo1{margin-top: 6px;}
.gp-header1.currents .logo01{width: 150px;}
.gp-header1.currents .gp-topRight1{display: none;}
.gp-header1.currents .gp-nav1{padding-top: 0;height: 60px;line-height: 60px;margin-top: 0;}
.gp-header1.currents .gp-nav1 > ul{*margin-top: 5px;}
.gp-header1.currents .gp-nav1 > ul > li {}
.gp-header1.currents .gp-nav1 > ul > li > a{font-size: 16px;font-size: 1.6rem;}
.gp-header1.currents .nav-box{margin-top: 0;}

/*footer*/
.footer-wrap{background: #4B0C77;width: 100%;margin-top: 20px; clear:both;}
.footer-wrap *{color:#ebddde}
.footer-lf{width:0% ; text-align:left; vertical-align:middle; display:none;}
.footer-md{width:98% ; text-align:center; vertical-align:middle;}
.footer-rt{width:0% ; text-align:right; display:none;}
.copyRight{width: 100%;background: rgba(0,0,0,0.5);text-align: center;font-size: 14px;font-size: 1.4rem;}
.footer{padding: 40px 0;overflow: hidden;}
.copyRight > div{padding: 26px 0;overflow: hidden;}
.footer-addr p{border-top: 1px solid #ae4d5a;padding-top: 15px;margin-top: 10px;line-height: 30px;}
.footer-links{margin: 10px 50px 0;font-size: 14px;font-size: 1.4rem; line-height:35px;}
.footer-links h2{margin-bottom: 25px;}
.links-list{overflow: hidden;margin: 0 -10px;}
.links-list li{margin-bottom: 20px;}
.links-list li a{display: block;font-size: 16px;font-size: 1.6rem;border:1px solid #ae4d5a;padding: 10px 10px 10px 0;margin: 0 10px;}
.links-list li a span{display: block;padding-left: 15px;height: 22px;line-height: 22px;overflow: hidden;position: relative;}
.links-list li a span:before{content: '';clear: both;left: 0;top: 50%;background: #c58089;width: 6px;height: 12px;margin-top: -6px;display: block;position: absolute;}
.links-list li a:hover {background: #e8ccd0;}
.links-list li a:hover span{color:#A51D30}
.links-list li a:hover span:before{background: #A51D30;}
.code-box{margin: 20px -5px 0;overflow: hidden;}
.code-box li > div{margin: 0 5px;text-align: center; }
.code-box li span{display: block;border:2px solid #e8ccd0;border:2px solid rgba(255,255,255,0.8)}
.code-box li span img{display: block;width: 100%;}
.code-box li p{margin-top: 10px;font-size: 16px;font-size: 1.6rem;}

.w1200{ max-width:1480px}
footer{ background:url(../images/footer_bg.jpg) center no-repeat; padding:20px 0 0; background-size:cover}
footer .left{ width:32.85%; padding:0 20px 0 0; background:url(../images/footer_line.png) right center no-repeat; float:left;}
footer .left img{  max-width:100%; }
footer .left .ewm img{ width:160px; height:160px; padding:10px; margin:0 auto; overflow:hidden;}
.share-box{display:inline-block;vertical-align:middle;text-align:center;}
.share-box:after{content:'';display:table;clear:both;}
.share-box .share-item{position:relative;float:left;border-radius:0%;cursor:pointer; width:33.33%;padding:0 10px; float:left;}
.share-box a.share-item{margin:0;padding-left:0;height:auto;background-image:none;font-size:inherit;line-height:inherit;}
.share-box .share-item:after{content:'';vertical-align:top;font-family:"icon" !important;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale;display: inline-block;color:#fff !important;}

.share-label{display:inline-block;}
.share-item .code{position:absolute;bottom:100%;left:50%;margin-left:-70px;margin-bottom:10px;margin-top:15px;padding:10px;width:140px;background-color:#fff;border-radius:3px;box-shadow:0 0 10px rgba(0,0,0,0.15);border-radius:5px;box-sizing:border-box;visibility: hidden;opacity: 0;transform:translateY(-10px);transition:all 0.2s ease-out 0s;z-index: 99;}
.share-item .code:after{content:'';position:absolute;left:50%;top:100%;margin-left:-8px;width:0;height:0;border:8px solid transparent;font-size:0;border-top-color:#fff;}
.share-item .code > img{display:block;width:100%;}
.share-item:hover .code{visibility:visible;opacity:1;transform:none;}
.share-box a.share-item{ padding:10px; margin-right:20px; width:120px;height:42px;line-height:42px;font-size:20px;  border:#CCC 1px solid; text-align:center; font-size:1rem; color:#fff; transition:.5s; }
.share-box a.share-item.icon-wchat{background:url(../images/footer_ico1.png) no-repeat center center ;}
.share-box a.share-item.icon-sinawb{background:url(../images/footer_ico2.png) no-repeat center center;}
.share-box a.share-item.icon-dy{background:url(../images/footer_ico3.png) no-repeat center center;}
.share-box a.share-item:hover{opacity:.9;z-index:1; background:rgba(140,0,0,.5);}*/

#bdshare_weixin_qrcode_dialog{-webkit-box-sizing:content-box;box-sizing:content-box;}

footer .right{ width:calc(100% - 37.85%); padding:0 0 0 40px; float:right;}
footer .right .box{line-height:2.5rem;font-size: 0;}
footer .right .box .ico{ display:inline-block; vertical-align:top; width:20px}
footer .right .box .ico img{ margin:-3px 0 0 }
footer .right .box .con{display:inline-block;font-size:16px;color:#fff;width: calc(100% - 20px);}

footer .right .box .con dl dt{ display:inline-block; font-size:16px}
footer .right .box .con dl dd{ display:inline-block; transition:.5s}
footer .right .box .con big{ font-size:16px}

.footer_bottom{ background:#002654; padding:15px 0; text-align:center}
.footer_bottom p{font-size:10px;color:#fff;line-height: 1.5;}

.pageTips
{
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("../image/bg.png"); 
}
.pageTips .container
{
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px; 
}
.pageTips .container a.close
{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -15px;
    top: 40px;
    bottom: auto;
    background: url("../image/close.png") center no-repeat;
}
.pageTips .container .img
{
    text-align: center;
}
.pageTips .container .msg
{
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px;
}
.pageTips .container a
{
    color: #fff;
    text-decoration: underline;
}


@media screen and (max-width:1380px) {
	.logo-nav{margin: 0 20px; }
   .gp-nav1 > ul > li > a{font-size: 1.6rem;}
   .gp-subNav dd a{font-size: 1.3rem;}
}
@media screen and (max-width:1240px){
  .gp-header1.currents .logo-nav{width: 1000px;}
  .footer-addr p{font-size: 1.4rem;line-height: 24px;}
  .links-list li a span{font-size: 1.5rem;}
	.code-box li p{font-size: 1.2rem;}
  .footer-lf{width:29.25%;}
  .footer-md{width:45%;}
  .footer-rt{width:25.08%;}
  .links-list li a{padding-top: 6px;padding-bottom: 6px;}
  .code-box {margin-top: 50px;}
   .code-box li p{margin-top: 5px;}
  .code-box li span{border-width: 4px;}
  .gp-nav1 > ul > li > a{padding: 0 9px;}
  footer .left{width:100%;padding:0;background: none;}
	footer .right{ width:100%; padding:2rem 0 0}
}
@media screen and (max-width:1080px) {
	.logo-nav{margin:0px; width:100%; background:none; }
	 .gp-topRight1{display: none;}
	.navbg{ display: none; }
	.nav-box{display: none;}
	.gp-menu{display: block;}
	.gp-logo1{/* width:420px; */margin:20px 0;transition: padding 0.3s ease-in-out;float:left;}
	.gp-logo1 a{width: 410px;}
	

	.gp-header1{padding-bottom: 0;}
	
}
@media screen and (max-width:992px){
 .footer-lf{width: 0%; display:none;}
 .footer-md{width: 90%;}
 .footer-links{margin-right: 0;}
 .footer-rt{width:0%;margin: 0 auto;display: inline-block;float: none;margin-left: 30%;display:none;}
 .copyRight > div{padding: 15px 0;}
}

@media screen and (max-width:767px){
	.footer-rt{width: 60%;margin-left: 20%; display:none;}
	.footer-links h2{font-size: 2.2rem;}
	footer .right .box .ico img{ max-width:16px; max-height:16px}

	footer .right .box{ line-height:2rem}
	.list_box_12 li a img{ max-width:1.25rem; max-height:1.25rem}
	footer .left img{ max-width:70%}
	


}

@media screen and (max-width:640px){
	.footer-lf,.footer-rt{width: 90%;float: none;margin: 0 auto;display: block; display:none;}
	.footer-md{width: 90%;float: none;margin: 0 auto;display: block; }
	.footer-links{margin-left: 0;}
	.code-box{margin-top: 20px;}
	.footer-addr{text-align: center;}
}


@media screen and (max-width:479px) {
 .gp-logo1 a{width: 240px;}
 
}