@charset "UTF-8";
body { overflow: -Scroll; overflow-y: hidden; position: relative;}

.mainbox { position: relative; }

.swiper-container { width: 100%; height: 100%; }

.swiper-slide { font-size: 18px; /* Center slide text vertically */ display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; margin: 0 !important; }

.swiper-pagination-bullet { width: 7px; height: 79px; text-align: center; line-height: 40px; font-size: 16px; color: transparent; opacity: 1; background: url(before.png); border-radius: 0; margin: 10px 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 10px; left: 85%; width: 3%; top: 60%; }

.swiper-pagination-bullet-active { color: transparent; background: url(after.png); }

/*导航*/
.sidebar { position: absolute; top: 150px; right: 3%; z-index: 999; }

@media (max-width: 1600px) { .sidebar { display: none !important; } }

.sidebar .nav { padding-bottom: 30px; text-align: right; }

.sidebar ul { margin: 0; padding: 0; list-style: none; }

.sidebar ul li { padding: 5px 0; }

.sidebar ul li span { position: relative; display: block; line-height: 1.8em; font-size: 16px; font-weight: 900; color: #333; text-align: right; }

.sidebar ul li .active { color: #e21418; }

/*导航end*/
/*首页*/
.homepage { /*banner*/ /*banner end*/ /*地图部分*/ /*地图部分end*/ }

.homepage #media { height: 115%; width: 100%; z-index: 333; }

.homepage .bannerbox { position: absolute; height: 100vh; width: 100vw; /*banner1*/ /*banner2*/ }

.homepage .bannerbox .main-banner { background-image: url(banner.jpg); background-size: 100% 100%; background-repeat: no-repeat; position: relative; }

.homepage .bannerbox .disappear { animation: fadeOutUp 1s ease forwards; -webkit-animation: fadeOutUp 1s ease forwards; }

.homepage .bannerbox .logo { position: absolute; top: 4%; left: 10%; width: 170px; z-index: 99; }

.homepage .bannerbox .show-board0 a { opacity: 0; }

.homepage .bannerbox .animated { animation-duration: 1s; animation-fill-mode: both; }

@keyframes logo-fx { 0% { transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% { transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% { transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% { transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% { transform: perspective(400px);
    opacity: 1; } }

.homepage .bannerbox .logo-fx { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; animation-name: logo-fx; }

.homepage .bannerbox .main-banner-xs { background-image: url(banner-xs.jpg); background-position: center top; background-repeat: no-repeat; height: 280px; background-size: cover; }

.homepage .bannerbox .box { height: 937px; position: relative; width: 945px; margin: 0 auto; top: -100%; z-index: 3; }

.homepage .into00 {background-color:#fff;  position: absolute; font-size: 16px; height: 47px;width: 120px; bottom: 10%; right: 0%;  border:1px solid rgba(e,e,e,0.5); border-radius:6px;box-shadow: 0 0 10px #666;}

.homepage .into01 {background-color:#fff;color:red;  position: absolute; font-size: 16px; height: 47px;width: 120px; bottom: 10%; right: 0%;  border:1px solid rgba(e,e,e,0.5); border-radius:6px;box-shadow: 0 0 10px rgba(e,e,e,0.3);}

.homepage .bannerbox .box .map { position: absolute; bottom: 6%; left: 30%; animation: fadeIn 3s 5s ease; -webkit-animation: fadeIn 3s 5s ease; }

.homepage .bannerbox .box .map img { width: 87%; }

.homepage .bannerbox .img-flex { position: absolute; }

.homepage .bannerbox .img-flex ul { font-size: 0; }

.homepage .bannerbox .img-flex ul li { display: block; background-repeat: no-repeat; float: left; position: relative; }

.homepage .bannerbox .middle { position: absolute; width: 1138px; height: 526px; display: none; top: 135px; display: block \9; }

.homepage .bannerbox .popup-container { z-index: 99; width: 1138px; height: 526px; position: absolute; top: 40px; }

@media (max-width: 1199px) { .homepage .bannerbox .box { width: 800px; }
  .homepage .bannerbox .middle { width: 800px; height: 426px; }
  .homepage .bannerbox .popup-container { width: 800px; height: 426px; } }

.homepage .block { display: block; animation: fadeInUp 1s ease; -webkit-animation: fadeInUp 1s ease; }

.homepage .mapmainbox { height: 100vh; width: 100vw; background-image: url(2.jpg); background-size: 100% 100%; background-repeat: no-repeat; z-index: 222; display: none; animation-fill-mode: both; position: absolute; }

.homepage .mapmainbox .word { height: 100%; width: 100%; background-image: url(xungen.jpg); background-size: 100% 100%; }

.homepage .mapmainbox .word .content{position:absolute;top: 18%;left: 22%;width: 56%;height: 660px;}

.homepage .mapmainbox .word .content .firstpage .left{padding: 40px 35px;}

.homepage .mapmainbox .word .content .dierye {display:none;}

.homepage .mapmainbox .word .content p{ margin:10px 0;text-indent:2em; }

.homepage .mapmainbox .word button {color:red; background-size: 100% 100%; position: absolute; font-size: 16px; height: 47px; width: 140px; bottom: 5%; right: 42%; }

.homepage .mapmainbox .mapbox { position: relative; height: 100vh; width: 100vw; display: none; }

.homepage .mapmainbox .mapbox .starbox .star { display: none; width: 35px; height: 35px; position: absolute; }

.homepage .mapmainbox .mapbox .xungen-title { position: absolute;top: 8%;left: 20%;}

.homepage .mapmainbox .mapbox .starbox .move { animation: tada 1s infinite; -webkit-animation: tada 1s infinite; }

.homepage .mapmainbox .mapbox .starbox .star01 { display: block; top: 49.2%; left: 36.3%; }

.homepage .mapmainbox .mapbox .starbox .star02 { top: 19%; right: 25%; }

.homepage .mapmainbox .mapbox .starbox .star03 { bottom: 24.5%; left: 36.5%; }

.homepage .mapmainbox .mapbox .starbox .star04 { top: 23.5%; left: 27.9%; }

.homepage .mapmainbox .mapbox .starbox .star05 { top: 48.8%; right: 41.8%; }

.homepage .mapmainbox .mapbox .starbox .star06 { top: 46.5%; right: 40.5%; }

.homepage .mapmainbox .mapbox .starbox .star07 { top: 48%; right: 44.8%; width: 40px; height: 40px; }

.homepage .mapmainbox .mapbox .starbox .star07 .trigger { width: 40px; height: 40px; }

.homepage .mapmainbox .mapbox .starbox .star08 { top: 51%; right: 42.5%; }

.homepage .mapmainbox .mapbox .starbox .star09 { bottom: 40%; left: 53.9%; }

.homepage .mapmainbox .mapbox .contentbox .dialog__content { background-color: transparent; width: 100%; height: 100%; padding: 50px 20px; }

.homepage .mapmainbox .mapbox .contentbox .dialog__content h1 { color: #fff; letter-spacing: 20px; font-size: 60px; text-shadow: 5px 2px 6px #000; margin: 0; }

.homepage .mapmainbox .mapbox .contentbox .dialog__content .close { background-image: url("chacha.png"); background-color: transparent; margin-top: 20px; height: 36px; width: 36px; float: right; }

.homepage .mapmainbox .mapbox .contentbox .content01 .dialog__content .maincontent .main { background: url(wenchang-bg.png) no-repeat center; height: 100%; height: 72vh; padding: 15px 18%; }

.homepage .mapmainbox .mapbox .contentbox .content01 .dialog__content .maincontent .main .box { position: relative; height: 100%; }

.homepage .mapmainbox .mapbox .contentbox .content01 .dialog__content .maincontent .main .box .picbox img { position: absolute; width: 70%; top: 5%; left: 5%; }

.homepage .mapmainbox .mapbox .contentbox .content01 .dialog__content .maincontent .main .box p { position: absolute; width: 54%; text-align: left; text-indent: 2em; background-image: url(wenchang-word-bg.png); background-size: 100% 100%; padding: 30px 60px; bottom: 6%; right: 4%; }

.homepage .mapmainbox .mapbox .contentbox .content01 .dialog__content .maincontent .main .box a { font-weight: bolder; position: absolute; bottom: 37%; right: 5%; width: 110px; height: 20px; }

.homepage .mapmainbox .mapbox .contentbox .content01 .dialog__content .maincontent .main .box a img { width: 100%; height: 100%; }

.homepage .mapmainbox .mapbox .contentbox .content02 .dialog__content .maincontent .main { position: relative; height: 84vh; }

.homepage .mapmainbox .mapbox .contentbox .content02 .dialog__content .maincontent .main img { position: absolute; }

.homepage .mapmainbox .mapbox .contentbox .content02 .dialog__content .maincontent .main .img01 { left: 16%; top: 10%; z-index: 444; }

.homepage .mapmainbox .mapbox .contentbox .content02 .dialog__content .maincontent .main .img02 { left: 33%; top: 0; z-index: 333; }

.homepage .mapmainbox .mapbox .contentbox .content02 .dialog__content .maincontent .main .img03 { left: 55%; top: 8%; }

.homepage .mapmainbox .mapbox .contentbox .content02 .dialog__content .maincontent .main a { font-weight: bolder; position: absolute; bottom: 17%; right: 24%; width: 110px; height: 20px; }

.homepage .mapmainbox .mapbox .contentbox .content02 .dialog__content .maincontent .main a img { width: 100%; height: 100%; }

.homepage .mapmainbox .mapbox .contentbox .content04 .dialog__content .maincontent h2 { color: #fff; letter-spacing: 20px; font-size: 40px; padding: 0; text-shadow: 5px 2px 6px #000; }

.homepage .mapmainbox .mapbox .contentbox .content04 .dialog__content .maincontent .main { padding: 55px 15% 0; height: 84vh; }

.homepage .mapmainbox .mapbox .contentbox .content04 .dialog__content .maincontent .main .pictitbox { padding: 0%; }

.homepage .mapmainbox .mapbox .contentbox .content04 .dialog__content .maincontent .main .pictitbox .picbox a { height: 518px; display: block; }

.homepage .mapmainbox .mapbox .contentbox .content04 .dialog__content .maincontent .main .pictitbox .picbox a img { width: 100%; }

.homepage .mapmainbox .mapbox .contentbox .content05 .dialog__content .maincontent .main { height: 100%; height: 72vh; padding: 0 18%; }

.homepage .mapmainbox .mapbox .contentbox .content05 .dialog__content .maincontent .main .box { height: 100%; padding: 10px; }

.homepage .mapmainbox .mapbox .contentbox .content05 .dialog__content .maincontent .main .box .smallbox { background: url(wenchang-bg.png) no-repeat; background-size: 100% 100%; padding: 50px 55px 20px; }

.homepage .mapmainbox .mapbox .contentbox .content05 .dialog__content .maincontent .main .box .smallbox .pictitbox { text-align: left; }

.homepage .mapmainbox .mapbox .contentbox .content05 .dialog__content .maincontent .main .box .smallbox .pictitbox .title { color: #333; font-size: 16px; font-weight: bolder; }

.homepage .mapmainbox .mapbox .contentbox .content05 .dialog__content .maincontent .main .box .smallbox .pictitbox .desc { color: #666; font-size: 16px; text-indent: 2em; }

.homepage .mapmainbox .mapbox .contentbox .content05 .dialog__content .maincontent .main .box .smallbox .pictitbox a { font-weight: bolder; float: right; width: 110px; height: 20px; }

.homepage .mapmainbox .mapbox .contentbox .content05 .dialog__content .maincontent .main .box .smallbox .pictitbox a img { width: 100%; height: 100%; }

.homepage .mapmainbox .mapbox .contentbox .content05 .dialog__content .maincontent .main .box .bottombox { margin-top: 10px; padding: 20px 75px 30px; background-image: url(2.3.png); background-size: 100% 100%; font-size: 18px; font-weight: bolder; letter-spacing: 5px; }

.homepage .mapmainbox .mapbox .contentbox .content06 .dialog__content .maincontent .main { height: 100%; height: 72vh; padding: 0 18%; }

.homepage .mapmainbox .mapbox .contentbox .content06 .dialog__content .maincontent .main .box { height: 100%; padding: 10px; }

.homepage .mapmainbox .mapbox .contentbox .content06 .dialog__content .maincontent .main .box .smallbox { background: url(wenchang-bg.png) no-repeat; background-size: 100% 100%; padding: 50px 55px 20px; }

.homepage .mapmainbox .mapbox .contentbox .content06 .dialog__content .maincontent .main .box .smallbox .pictitbox { text-align: left; }

.homepage .mapmainbox .mapbox .contentbox .content06 .dialog__content .maincontent .main .box .smallbox .pictitbox .title { color: #333; font-size: 16px; font-weight: bolder; }

.homepage .mapmainbox .mapbox .contentbox .content06 .dialog__content .maincontent .main .box .smallbox .pictitbox .desc { color: #666; font-size: 16px; text-indent: 2em; }

.homepage .mapmainbox .mapbox .contentbox .content06 .dialog__content .maincontent .main .box .smallbox .pictitbox a { font-weight: bolder; float: right; width: 110px; height: 20px; }

.homepage .mapmainbox .mapbox .contentbox .content06 .dialog__content .maincontent .main .box .smallbox .pictitbox a img { width: 100%; height: 100%; }

.homepage .mapmainbox .mapbox .contentbox .content06 .dialog__content .maincontent .main .box .bottombox { margin-top: 10px; padding: 20px 75px 30px; background-image: url(2.3.png); background-size: 100% 100%; font-size: 18px; font-weight: bolder; letter-spacing: 5px; }

.homepage .mapmainbox .mapbox .contentbox .content07 .dialog__content .maincontent .main { padding: 15px 28% 0; height: 84vh; position: relative; }

.homepage .mapmainbox .mapbox .contentbox .content07 .dialog__content .maincontent .main .picbox { background-color: #fff; border-radius: 3px; padding: 5px; z-index: 333; }

.homepage .mapmainbox .mapbox .contentbox .content07 .dialog__content .maincontent .main p { margin-top: 5px; padding: 30px 75px 70px; background-image: url(word-bg.png); background-size: 100% 100%; font-size: 16px; font-weight: bolder; z-index: 333; }

.homepage .mapmainbox .mapbox .contentbox .content07 .dialog__content .maincontent .main a { font-weight: bolder; position: absolute; bottom: 175px; right: 30%; width: 110px; height: 20px; z-index: 444; }

.homepage .mapmainbox .mapbox .contentbox .content07 .dialog__content .maincontent .main a img { width: 100%; height: 100%; }

.homepage .mapmainbox .mapbox .contentbox .content08 .dialog__content .maincontent .main { padding: 15px 28% 0; height: 84vh; position: relative; }

.homepage .mapmainbox .mapbox .contentbox .content08 .dialog__content .maincontent .main .picbox { background-color: #fff; border-radius: 3px; padding: 5px; z-index: 333; }

.homepage .mapmainbox .mapbox .contentbox .content08 .dialog__content .maincontent .main p { margin-top: 5px; padding: 30px 75px 70px; background-image: url(word-bg.png); background-size: 100% 100%; font-size: 16px; font-weight: bolder; z-index: 333; }

.homepage .mapmainbox .mapbox .contentbox .content08 .dialog__content .maincontent .main a { font-weight: bolder; position: absolute; bottom: 25%; right: 30%; width: 89px; height: 15px; z-index: 444; }

.homepage .mapmainbox .mapbox .contentbox .content08 .dialog__content .maincontent .main a img { width: 89px; height: 15px; }

.homepage .mapmainbox .mapbox .infor { position: absolute; display: none; bottom: 14%; right: 15%; }

.homepage button { outline: none; border: none; }

.homepage button.trigger { background: url(star.png); background-size: 100% 100%; width: 35px; height: 35px; padding: 0; color: #fff; border: none; }

.amtx{margin-top: -100px;}

/*首页end*/
/*问题页*/
.questionpage {     background-image: url(bookbg.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;}
	
.que{margin-top: -100px;}

.questionpage #slider-container { width: 1140px; height: 800px; overflow: hidden; clear: both !important; position: relative; }

.questionpage .nivoSlider { margin-bottom: 10px; position: relative; }

.questionpage .nivoSlider img { left: 0px; top: 0px; display: none; position: absolute; }

.questionpage .nivoSlider a { border: 0px currentColor; display: block; }

.questionpage .nivo-caption p { font-size: 14px; color: #333; text-indent: 2em; }

.questionpage .nivo-directionNav a { border: 0px currentColor; width: 22px; height: 24px; text-indent: -9999px; display: block; }

.questionpage .nivo-directionNav { height: 100%; }

.questionpage #slider { margin: 0px auto; width: 1140px; height: 598px !important; overflow: hidden; position: relative; z-index: 9; }

.questionpage #slider h1 { color: #000; font-size: 20px; }

.questionpage #slider .sdate { padding-bottom: 10px; display: block; color: #000; }

.questionpage #slider hr { margin: 0px 0px 20px; padding: 0px; border-bottom-color: #898989; border-bottom-width: 1px; border-bottom-style: solid; }

/*问题页end*/
/*书页*/
.bookpage { background-image: url(bookbg.jpg); background-size: 100% 100%; }

.bookpage .box { overflow: hidden; }

.bookpage .part { float: left; width: 50%; box-sizing: border-box; }

.bookpage .part a { position: relative; display: block; }

.bookpage .part a h4 { display: block; position: absolute; bottom: 10px; top: 10px; left: 10px; right: 10px; margin: 0; text-align: center; color: #fff; background: rgba(232, 29, 11, 0.69); opacity: 0; filter: alpha(opacity=0); transition: all 0.4s ease-in-out; -ms-transform: rotate(15deg); transform: rotate(15deg); }

.bookpage .left-up-part h4, .bookpage .right-down-part h4 { font-size: 18px; padding: 20% 10%; font-weight: bold \9; }

.bookpage .small h4 { font-size: 16px; padding: 15% 10%; }

.bookpage .part a:hover h4 { opacity: 1; filter: alpha(opacity=100); -ms-transform: rotate(0deg); transform: rotate(0deg); }

.bookpage .small { box-sizing: border-box; }

.bookpage .left-up-part { padding-bottom: 10px; }

.bookpage .part img { display: block; }

.bookpage .right-down-part { padding-top: 10px; clear: both; }

.bookpage .p-r-p { padding-right: 5px; }

.bookpage .p-l-p { padding-left: 5px; }

.bookpage .right-bg-small { width: 130px; height: 130px; position: absolute; right: 250px; bottom: 250px; background: #f38e7c; }

.bookpage .un-img span { color: #fff; font-size: 14px; }

.bookpage .pic01 { padding-right: 5px; }

.bookpage .title02 { padding-right: 5px; }

.bookpage .title02 a { transition: all 0.3s; height: 120px; padding: 20px 30px; margin-top: 10px; background-color: #e32c1c; background-image: -webkit-gradient(linear, left center, right center, from(#f94030), to(#c91605)); }

.bookpage .title02 a:hover { background-image: -webkit-gradient(linear, left center, right center, from(#b11103), to(#e82f1f)); }

.bookpage .title02 a:before { content: ''; border-bottom: 20px solid transparent; position: absolute; top: 64px; right: -20px; border-top: 20px solid transparent; display: inline-block; border-left: 20px solid #fff; z-index: 99; }

.bookpage .title02 a:after { content: ''; border-bottom: 10px solid transparent; position: absolute; top: 74px; right: -10px; border-top: 10px solid transparent; display: inline-block; border-left: 10px solid #cb1807; border-left: 10px solid #e32c1c \9; z-index: 99; }

.bookpage .pic02 { padding-left: 5px; }

.bookpage .title01 { padding-left: 5px; }

.bookpage .title01 a { transition: all 0.3s; height: 120px; padding: 20px 30px; margin-bottom: 10px; background-color: #e32c1c; background-image: -webkit-gradient(linear, left center, right center, from(#c91605), to(#f94030)); }

.bookpage .title01 a:hover { background-image: -webkit-gradient(linear, left center, right center, from(#e82f1f), to(#b11103)); }

.bookpage .title01 a:before { content: ''; border-bottom: 20px solid transparent; position: absolute; top: 64px; left: -20px; border-top: 20px solid transparent; display: inline-block; border-right: 20px solid #fff; z-index: 99; }

.bookpage .title01 a:after { content: ''; border-bottom: 10px solid transparent; position: absolute; top: 74px; left: -10px; border-top: 10px solid transparent; display: inline-block; border-right: 10px solid #cb1807; border-right: 10px solid #e32c1c \9; z-index: 99; }

.bookpage .part a h5 { margin: 0; color: #fff; }

.bookpage .small h5 { padding-bottom: 10px; font-size: 18px; }

.bookpage .box { overflow: hidden; }

@media (max-width: 1199px) { .bookpage .un-img a { height: 122px; }
  .bookpage .small h5 { padding: 17% 5%; }
  .bookpage .un-img a:before { top: 47px; }
  .bookpage .un-img a:after { top: 58px; }
  .bookpage .left-up-part h4, .bookpage .right-down-part h4 { font-size: 16px; } }

@media (max-width: 959px) { .bookpage .un-img a { height: 95px; }
  .bookpage .small h5 { font-size: 14px; padding: 9% 5%; }
  .bookpage .un-img a:before { top: 32px; }
  .bookpage .un-img a:after { top: 41px; }
  .bookpage .left-up-part h4, .bookpage .right-down-part h4 { font-size: 14px; } }

/*书页end*/
/*尾页*/
.lastpage { background-image: url(lastbg.jpg); background-size: 100% 100%; }

.lastpage .swiper-slide { margin-bottom: 50px !important; }

.lastpage .titlebox { padding-left: 13px; }

.lastpage .titlebox h1 a { color: red; font-weight: bolder; }

.box01 { background-image: url(lastbg.jpg); background-size: 100% 100%; }

.box01 .swiper-slide { margin-bottom: 50px !important; }

.box01 .titlebox { padding-left: 13px; }

.box01 .titlebox h1 a { color: red; font-weight: bolder; }

.box01 .mainbox { height: 70%; margin-top: -200px; background-size: 100% 100%; }

.box01 .mainbox .uppictitbox { padding: 20px 20px; background-color: #fff; box-shadow: 5px 5px 5px 5px #efefef; }

.box01 .mainbox .uppictitbox .titbox .title a{ color: #333; font-size: 16px; font-weight: bolder; }

.box01 .mainbox .uppictitbox .titbox .title a:hover{color:red;}

.box01 .mainbox .uppictitbox .titbox .time { font-size: 14px; color: #666; text-decoration: 1px solid #666; }

.box01 .mainbox .uppictitbox .titbox .desc { font-size: 14px; color: #666; }

.box01 .mainbox .re {    width: 99%;
    position: relative;
    z-index: 10000;}

.box01 .mainbox .re .work_img { position: relative; }

@media (max-width: 960px) { .box01 .mainbox .re .work_img { height: 190px; } }

.box01 .mainbox .re .single_project img { width: 100%; transition: all 1.2s linear; display: block; }

.box01 .mainbox .re .single_project:hover h3 a { color: red; }

.box01 .mainbox .re .project_overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; background: #f8cd65 none repeat scroll 0 0; background: transparent\9; -ms-transform: scale(0); transform: scale(0); transition-duration: 0.3s; transition-property: transform; transition-timing-function: ease-out; opacity: 0.9; }

.box01 .mainbox .re .project_overlay a { border: 2px solid #fff; border-radius: 5px; color: #fff; font-family: "asapregular"; font-size: 16px; left: 20%; padding: 15px 40px; position: absolute; top: 40%; }

.box01 .mainbox .re a { background-color: transparent; }

.box01 .mainbox .re .project_overlay .button { border: 3px solid #fff; color: #fff; display: inline-block; font-weight: 700; letter-spacing: 1px; outline: medium none; overflow: hidden; padding: 15px 40px; position: relative; text-transform: uppercase; top: 30%; transition: all 0.3s ease 0s; text-decoration: none; display: none\9; }

.box01 .mainbox .re .project_overlay .button:after { content: ''; position: absolute; z-index: -1; transition: all 0.3s; border: 3px solid #fff; color: #fff; width: 100%; height: 0; top: 50%; left: 50%; background: #fff; opacity: 0; -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.box01 .mainbox .re .single_project h3 { font-size: 18px; margin: 0; padding-top: 15px; height: 3.2em; overflow: hidden; }

.box01 .mainbox .re .single_project h3 a { color: #000; font-size: 16px; }

.box01 .mainbox .re .single_project:hover div.project_overlay { -ms-transform: scale(1); transform: scale(1); }

.box01 .mainbox .re .project_overlay .button:hover, .box01 .mainbox .re .button:active { color: #f8cd65; text-decoration: none; }

.box01 .mainbox .re .project_overlay .button:hover:after { height: 160%; opacity: 1; }

.lastlastbox { background-image: url(lastbg.jpg); background-size: 100% 100%; }

.lastlastbox .titlebox h1{ font-size:28px }

.lastlastbox .titlebox h1 a { color: red; font-weight: bolder; }


.box02 { background-image: url(lastbg.jpg); background-size: 100% 100%; }

.box02 .titlebox { padding-left: 13px; }

.box02 .titlebox h1 a { color: red; font-weight: bolder; }

.box02 .qjzc .article .t-box .content { box-shadow: 0 0 5px #dcdada; transition: all 0.3s linear; background-color: #fff; }

.box02 .qjzc .article .t-box .content ul { margin: 0; padding-left: 15px; padding-bottom: 10px; }

.box02 .qjzc .article .t-box .content ul li { list-style: none; font-size: 16px; margin: 10px 0; height:3.44em}

.box02 .qjzc .article .t-box .content ul li a { color: #333; }

.box02 .qjzc .article .t-box .content ul li:hover a { color: red; }

.box02 .qjzc .article .t-box .content:hover { box-shadow: 0 0 5px #e21418; }

.box02 .qjzc .article .t-box .content .img a { display: block; overflow: hidden; }

.box02 .qjzc .article .t-box .content .img a:hover img { -ms-transform: scale(1.05); transform: scale(1.05); }

.box02 .qjzc .article .t-box .content .img a img { display: block; width: 100%; transition: all 0.3s linear; }

.box02 .qjzc .article .t-box .content .t-content { padding: 12px 20px; }

.box02 .qjzc .article .t-box .content .t-content .tit-timebox { padding: 10px 0 20px 0; border-bottom: 1px solid #eee; }

.box02 .qjzc .article .t-box .content .t-content .tit-timebox span { float: right; font-size: 14px; color: #666; }

.box02 .qjzc .article .t-box .content .t-content h4 { margin: 0; font-weight: bolder; }

@media (max-width: 959px) { .box02 .qjzc .article .t-box .content .t-content h4 { border-bottom: 0px solid #eee; } }

.box02 .qjzc .article .t-box .content .t-content h4 a { display: block; font-size: 16px; color: #333; height: 3.2em; overflow: hidden; }

.box02 .qjzc .article .t-box .content .t-content h4 a:hover { color: #e21418; }

@media (max-width: 1199px) and (min-width: 960px) { .box02 .s .qjzc .article .t-box .content .t-content h4 a { height: 4.8em; } }

.box02 .qjzc .article .t-box .content .t-content p { margin: 0; padding: 30px 0 5px 0; font-size: 14px; color: #999; text-indent: 2em; height: 9em; overflow: hidden; }

@media (max-width: 959px) { .box02 .qjzc .article .t-box .content .t-content p { display: none; } }

.box02 .h5box a { display: block; }

.box02 .h5box p { height: 55px; margin: 0; font-size: 16px; padding: 13px; background-color: #fff; }
.zhenggonghui { position: absolute; bottom: 0; }

.zhenggonghui { position: absolute; bottom: 0; }

.zhenggonghui button { border: 0; background-color: transparent; }

.zhenggonghui .chacha { position: absolute; height: 40px; width: 40px; bottom: 54%; right: 0.5%; padding: 4px; }

.zhenggonghui .chacha img { height: 28px; width: 40px; }

.banquan { background-image: url(lllastbg.jpg); background-size: 100% 100%; }

/*尾页end*/
/*css动效库*/

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeInUp { from { opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to { opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeOutUp { from { opacity: 1; }
  to { opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes tada { from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.6, 1.6, 1.6) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.6, 1.6, 1.6) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

@keyframes flash { from, 50%, to { opacity: 1; }
  25%, 75% { opacity: 0; } }
