html, body {
  margin: 0;
}
article {
  font-family: futura, sans-serif;
  overflow-x: hidden;
}
@media (max-width: 460px) {
  article {
    font-size: 1.5em;
  }
}
section {
  position: relative;
  color: #333;
}
section:nth-child(odd) {
  color: #fff;
}
/*section:nth-child(3) { background: #0aba58; color: #fff; }*/
/*section:nth-child(4) { background: #f8c82d; color: #333; }*/
pre {
  font-size: .75em;
  background: #222; color: #fff;
  padding: 20px;
}
.box {
  position: relative;
  width: 50%; height: 30vh;
  background: #ec484d; margin: 10px; box-shadow: 0 0 10px rgba(0,0,0,.3);
  text-align: center;
  color: #fff;
  font-size: 0.8em;
  padding: 10px;
}
/*.box:nth-child(2) { background: #f8c82d; }*/
/*.box:nth-child(3) { background: #0aba58; }*/
a {
  color: inherit;
}

.delighter.splash {
  transition: all 2s ease-out;
}
.delighter.splash.ended {
  /*background: #fff;*/
}
.delighter.right { transform:translate(-100%); opacity:0; transition: all .75s ease-out; }
.delighter.right.started { transform:none; opacity:1; }

.delighter.left { transform:translate(100%); opacity:0; transition: all .75s ease-out; }
.delighter.left.started { transform:none; opacity:1; }

.delighter.bottom { transform:translatey(300%); opacity:0; transition: all .75s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; }

.delighter li { opacity: 0; transform: translatey(400%); transition: all .7s ease-out; }
.delighter.started li { opacity: 1; transform: none; }
/*.delighter.started li:nth-child(1) { transition: all .7s ease-out .1s; }*/
/*.delighter.started li:nth-child(2) { transition: all .7s ease-out .3s; }*/
/*.delighter.started li:nth-child(3) { transition: all .7s ease-out .5s; }*/
/*.delighter.started li:nth-child(4) { transition: all .7s ease-out .7s; }*/
/*.delighter.started li:nth-child(5) { transition: all .7s ease-out .9s; }*/
/*.delighter.started li:nth-child(6) { transition: all .7s ease-out 1.1s; }*/
/*.delighter.started li:nth-child(7) { transition: all .7s ease-out 1.3s; }*/

.delighter pre {
  display: block; transition: all 2s ease-out; opacity: 0;
  padding: 20px 0;
  width: 1px; overflow: hidden;
}
.delighter.started pre {
  max-width: 99999px; width: 100%; opacity: 1;
}
.delighter .box { transition: all 1s ease-out; }
.delighter .box:nth-child(1) { transform: translate(-100%, 0); }
.delighter .box:nth-child(2) { transform: translate(170%, -70%); }
.delighter .box:nth-child(3) { transform: translate(20%, 0%); }

.delighter.started .box:nth-child(1) { transform: translate(0, 0); }
.delighter.started .box:nth-child(2) { transform: translate(70%, -70%); }
.delighter.started .box:nth-child(3) { transform: translate(20%, -120%); }

/* 回到顶部 */
 #returnTop {
  _display:none;
  position:fixed;
  _position:absolute;
  z-index:999;
  right:15px;
  bottom:-200px;
  _bottom:auto;
  width:70px;
  height:74.5px;
  text-indent:-999px;
  overflow:hidden;
  background-image:url(../images/Top.png);
  _background-image:url(../images/Top.png);
  background-repeat:no-repeat;
  background-position:0 0;
  transition:bottom 0.9s;
  -webkit-transition:bottom 0.9s;
  -moz-transition:bottom 0.9s;
  -o-transition:bottom 0.9s;
}
#returnTop:hover {
  background-position:0 -74px;
}
#rightArrow{width:50px;height:45px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:25%;left:160px;z-index:999;border: 1px #dfdfdf solid;}
#rightArrow a{display:block;height:45px;}
.fudongfl{position: fixed;top: 25%;left: 1px;bottom: auto;right: auto;width: 160px;height:auto;z-index: 107;border:1px #dfdfdf solid;background: #fff;text-align:center}
.fudongfl span{line-height:40px;}
		.list_pro_l{
    width: 270px;
    float: left;
}
.list_pro_l>ul{
    box-sizing: border-box;
    border: 1px solid #ececec;
    margin-bottom: 30px;
    background: #fff
}
.list_pro_l>ul>span{
    display: block;
    width: 100%;
    background:#05913a;
    line-height: 85px;
    height: 85px;
    position: relative;
    box-sizing: border-box;
    padding-left: 54px;
}
.list_pro_l ul span em{
    position: absolute;
    top: 23px;
    left: 0;
    color: #fff;
    font-size: 123px;
    text-transform: uppercase;
    opacity: 0.1;
    line-height: 60px;
    font-weight: bold;
}
.list_pro_l ul h3{
    font-size: 32px;
    color: #ffffff;
    line-height: 85px;
    font-weight: normal;
    position: relative;
    z-index: 9;
}
.list_pro_l ul h3 i{
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
    vertical-align: middle;
    font-style: normal;
}
.list_pro_l>em img{
    width: 100%;
}

.l_pro>li{
    line-height: 70px;
    font-size: 16px;
    border-bottom: 1px dotted #cbcbcb;
    padding: 0px 15px;
    position: relative;
}
.l_pro>li::after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/add.png) center no-repeat;
    position: absolute;
    right: 15px;
    top: 35px;
    margin-top: -15px;
}
.l_pro>li:last-child{
    border: none;
}
.l_pro>li>a{
    color: #333;
    width: 100%;
    transition: all 0.6s;
    display: block;
}
.l_pro>li:hover>a{
    padding-left: 8px;
}

.l_pro>li:hover{
    background: #ff7200;
}
.l_pro>li:hover::after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/add1.png) center no-repeat;
    position: absolute;
    right: 15px;
    top: 35px;
    margin-top: -15px;
}
.l_pro>li:hover>a{
    color: #fff;
}
.list_pro_l>ul{
    overflow: inherit;
}
.list_nav_er{
    position: absolute;
    top: 0;
    z-index: 111;
    right: -220px;
    display: none;
    transition: all 0.6s;
}
.l_pro>li:hover .list_nav_er{
    right: -250px;
    display: block;
}
.list_nav_er_con ul li{
    text-align: center;
    padding: 5px 20px;
    border-bottom: 1px solid #ffaf6f;
    background: #ff7200;
    line-height: 50px;
    width: 260px;
    box-sizing: border-box;
}
.list_nav_er_con ul li:hover{
    background: #ff7200;
    border-bottom: 1px dotted #565656;
}

.list_nav_er_con ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
}


.l_news li{
    line-height: 40px;
    font-size: 15px;
    color: #333;
    padding: 0 15px;
}
.l_news li a{
    color: #333;
    display: block;
    width: 100%;
}
.l_news li a:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}
.l_news li:hover a{
    color: #ae2f2b;
}
.l_news li:hover a:before{
    color: #ae2f2b;
}
.l_contact li{
    line-height: 45px;
    padding: 0 15px;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #ececec;
}
.l_contact li:last-child{
    border: none;
}

