﻿body, html {
    min-width: 1200px;
    max-width: 100%;
}

#index_banner .banner_2{width:30%;position:absolute;height:auto;top:30%;left:29%;max-width:494px;}
#index_banner .banner_3{width:18%;position:absolute;height:auto;top:29%;left:28%;max-width:667px;}
#index_banner .banner_2 p{position:absolute;left:2%;bottom:15%;font-size:1.3rem;color:#444;line-height:1.8rem;}
#index_banner .banner_3 p{position:absolute;left:2%;bottom:10%;font-size:1.3rem;color:#444;}
#index_banner .banner_2 p img{display:inline-block;width:26px;}
@media only screen and (min-width:2000px) and (max-width: 4400px) {
	#index_banner .banner_3 p{font-size:2.5rem;bottom:8%;}
	#index_banner .banner_2 p{position:absolute;left:2%;bottom:11%;font-size:2.0rem;color:#444;line-height:2.8rem;}
	#index_banner .banner_2 p img{width:32px;}
}

@media only screen and (min-width: 1668px) and (max-width:2000px) {
	#index_banner .banner_3 p{font-size:2rem;bottom:12%;}
	#index_banner .banner_2 p{position:absolute;left:2%;bottom:15%;font-size:1.6rem;color:#444;line-height:2.4rem;}
	#index_banner .banner_2 p img{width:28px;}
}

#index_banner div.swiper-slide-active .banner_animation{
opacity:0;
animation: 3s opacity2 0.5s 1 forwards;
-webkit-animation: 3s opacity2 0.5s 1 forwards;
-moz-animation: 3s opacity2 0.5s 1 forwards;
}

        @keyframes opacity2{
            0%{opacity:0;}
            100%{opacity:1;-webkit-transform: translate(0,-10px);}

        }
        @-webkit-keyframes opacity2{
            0%{opacity:0}
            100%{opacity:1;transform: translate(0,-10px);}

        }
        @-moz-keyframes opacity2{
            0%{opacity:0}
            100%{opacity:1;-moz-transform: translate(0,-10px);}
        }
        #index_banner .banner_snow{
  width:44%;position:absolute;height:auto;top:24%;left:38%;max-width:600px;
}
#index_banner div.swiper-slide-active .banner_train2{
  -webkit-animation-name: train;
    animation-name: train;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-delay:1.5s;
    -webkit-animation-delay:0.5s;
  width: 40%;
    position: absolute;
    height: auto;
    top: 67%;
    left: 56%;
    max-width: 600px;

}
#index_banner .banner_train2{
  width: 40%;
    position: absolute;
    height: auto;
    top: 67%;
    left: 56%;
    max-width: 600px;

}

/* #index_banner div.swiper-slide-active .banner_train{
    -webkit-transform: matrix(0.2, 0, 0, 0.2, -278, -7);
    -ms-transform: matrix(0.2, 0, 0, 0.2, -278, -7);
    transform: matrix(0.2, 0, 0, 0.2, -278, -7);
}  */
@keyframes train {0% {transform: matrix(0.2, 0, 0, 0.2, -278, -7);} 100% { transform: matrix(1, 0, 0, 1, 0, 0)}}
@-webkit-keyframes train {0% {-webkit-transform: matrix(0.2, 0, 0, 0.2, -278, -7);} 100% {-webkit- transform: matrix(1, 0, 0, 1, 0, 0)}}
@keyframes animate-snow
{
  0% { background-position: 10% 0%, 0 0;}
  100% { background-position: center 900px, 0 0;}
}
#index_banner div.swiper-slide-active .slideRight {
    -webkit-animation-name: slideRight;
    animation-name: slideRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay:0.5s;
    -webkit-animation-delay:0.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  text-align: center;

}
#index_banner div.swiper-slide-active .slideRight {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
}

@-webkit-keyframes slideRight {
  0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
  }

@keyframes slideRight {
  0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  100% { -webkit-transform: translateX(0); transform: translateX(0); }
  }

  #Redkst_bottom{
    opacity: 0;
  }


.banner_text{position:absolute;text-align:center;top:57%;width:100%;color:#FFF;font-size:26px;}

#contentWrapper {
    z-index: 9999;
    width: 10%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url("../images/left_bg.png") no-repeat center;
    -webkit-box-shadow: 0 2px 13px 2px rgba(163,163,163,0.25);
    -moz-box-shadow: 0 2px 13px 2px rgba(163,163,163,0.25);
    box-shadow: 0 2px 13px 2px rgba(163,163,163,0.25);
    min-width: 135px;
    max-width: 190px;
}
/*--下拉选择列表样式--*/

/*--下拉选择列表样式--*/
.index-option-text {
    position: fixed;
    top: 15px;
    left: 6%;
    z-index: 99999;
    text-align: center;
}
.select, .selectNext {
    cursor: pointer;
    position: relative;
    width: 50px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    text-align: left;
    padding-left: 7px;
    background-color: #ff5000;
    padding-bottom: 2px;
}
.xl-icon, .xl-iconNext {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/sj1.png);
    background-repeat: no-repeat;
    left: 40px;
    top: 5px;
}
.selectListNext {
    z-index: 99999;
    display: none;
    width: 100px;
    position: absolute;
    top: -10px;
    left: 62px;
    border-width: 1px;
    border-color: rgb(222, 222, 222);
    border-style: solid;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 4px 0px rgba(122, 122, 122, 0.15);
}
.listA-allNext {
}
.listA, .listANext {
    width: 45%;
    float: left;
    font-size: 1.2rem;
    line-height: 2.5rem;
    color: #545454;
    text-align: center;
    display: block;
    padding-left: 4px;
}
.listA:hover, .listANext:hover {
    color: #b83b43;
}
.frameTriangle {
    width: 10px;
    height: 10px;
    background-image: url(../images/sj.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 15px;
    left: -6px;
}
/*左侧导航*/
#contentLeft {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 160px;
    width: 100%;
    padding: 0;
}
#contentLeft .content {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.nav_logo {
    width: 100%;
    height: 170px;
    display: block;
    padding: 35px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
/*.index-light-animate{*/
	/*cursor: pointer;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0px;*/
	/*width: 15%;*/
	/*height: 100%;*/
	/*z-index: 99999;*/
	/*background-image: linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,0));*/
	/*background-image: -moz-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,0));*/
	/*background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,0));*/
	/*background-image: -o-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,0));*/
	/*background-image: -ms-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.7), rgba(255,255,255,0));*/
	/*transform: skewx(-25deg);*/
	/*-o-transform: skewx(-25deg);*/
	/*-moz-transform: skewx(-25deg);*/
	/*-webkit-transform: skewx(-25deg);*/
	/*-ms-transform: skewx(-25deg);*/
	/*animation: light_move 2.5s 1s infinite linear;*/
	/*-webkit-animation: light_move 2.5s 1s infinite linear;*/
	/*-moz-animation: light_move 2.5s 1s infinite linear;*/
	/*-o-animation: light_move 2.5s 1s infinite linear;*/
	/*-ms-animation: light_move 2.5s 1s infinite linear;*/
/*}*/
/*@keyframes light_move { 0% {*/
/*left:0%;*/
/*}*/
/*30% {left:75%}*/
/*75% {left:20%;}*/
/*100% {left:75%;}*/
/*}*/
/*@-moz-keyframes light_move { 0% {left:0%;}
30% {left:20%}
75% {left:40%;}
100% {left:75%;}
}
@-webkit-keyframes light_move { 0% {left:0%;}
30% {left:20%}
75% {left:40%;}
100% {left:75%;}
}
@-o-keyframes light_move { 0% {left:0%;}
30% {left:20%}
75% {left:40%;}
100% {left:75%;}
}
@-ms-keyframes light_move { 0% {left:0%;}
30% {left:20%}
75% {left:40%;}
100% {left:75%;}
}*/
.nav_logo img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.am-nav i {
    display: block;
    position: absolute;
    font-size: 23px;
    left: calc(100% - 80%);
}
#leftNavigation {
    margin-top: 0px;
}
#leftNavigation li {
    height: 40px;
    line-height: 40px;
    margin: 0 0 20px;
    padding: 0;
}
#leftNavigation li.active {
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: relative;
}
#leftNavigation li span {
    display: inline-block;
    width: 30px;
}
#leftNavigation li.active:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.1;
    position: absolute;
    z-index: -1;
}
/*.am-nav li:nth-child(1) i {
    background: url("../images/icon_1.png");
    width: 20px;
    height: 21px;
}
.am-nav li:nth-child(2) i {
    background: url("../images/icon_2.png");
    width: 22px;
    height: 18px;
}
.am-nav li:nth-child(3) i {
    background: url("../images/icon_3.png");
    width: 20px;
    height: 23px;
}
.am-nav li:nth-child(4) i {
    background: url("../images/icon_4.png");
    width: 22px;
    height: 22px;
}
.am-nav li:nth-child(5) i {
    background: url("../images/icon_5.png");
    width: 20px;
    height: 21px;
}
.am-nav li:nth-child(6) i {
    background: url("../images/icon_6.png");
    width: 21px;
    height: 21px;
}
.am-nav li:nth-child(7) i {
    background: url("../images/icon_7.png");
    width: 20px;
    height: 23px;
}
.am-nav li:nth-child(8) i {
    background: url("../images/icon_8.png");
    width: 19px;
    height: 23px;
}*/
.am-nav>li>a {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    transition: all .3s;
    opacity: 0.8;
    padding-left: calc(100% - 60%);
}
.am-nav>li.active>a {
    opacity: 1;
}
.am-nav>li>a:hover {
    background: none;
    transition: all .3s;
}
#nav_bottom {
    position: absolute;
    bottom: 0;
    height: 110px;
    width: 100%;
}
.am-topbar-form {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.am-form-field {
    background: #ffffff;
    opacity: 0.5;
    border-radius: 50px;
    width: 200px;
    color: #ff5000;
}
.index-vised {
    font-size: 12px;
    transition: all .5s;
}
.am-topbar-form input::-webkit-input-placeholder { /* WebKit browsers */
 color: #fa7c45;
}
.am-topbar-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #fa7c45;
}
.am-topbar-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #fa7c45;
}
.am-topbar-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #fa7c45;
}
#nav_bottom {
    position: absolute;
    bottom: 0;
    height: 200px;
 /*   background: #14081d;*/
}
#nav_bottom .bottom_hot {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 120px;
    height: 140px;
    margin: 10px auto;
    padding: 12px 0;
}
#nav_bottom .bottom_hot p {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.5;
    margin: 0;
    cursor: default;
}
#nav_bottom .bottom_hot p span {
    margin-left: 68px;
    display: inline-block;
}
#nav_bottom .bottom_hot ul {
    height: 60px;
    margin: 20px auto 0;
    padding: 0;
}
#nav_bottom .bottom_hot ul li {
    padding-left: 18px;
    font-size: 15px;
    position: relative;
}
#nav_bottom .bottom_hot ul li a {
    color: #fff;
    opacity: 0.7;
}
#nav_bottom .bottom_hot ul li:first-child {
    margin-bottom: 20px;
}
#nav_bottom .bottom_hot ul li:hover a {
    opacity: 1;
}
#nav_bottom .bottom_hot ul li .icon_hot {
    background: url(../images/icon_hot.png);
    width: 25px;
    height: 17px;
    position: absolute;
    right: 5px;
    top: 4px;
}
#nav_bottom .bottom_btn {
    width: 120px;
    margin: 10px auto 0;
}
#nav_bottom .bottom_btn a {
    padding: 0;
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    display: block;
}
#nav_bottom .bottom_btn a:first-child {
    float: left;
}
#nav_bottom .bottom_btn a:hover {
    opacity: 1;
}
#nav_bottom .bottom_btn a:last-child {
    float: right;
}
.am-icon-search {
    color: #ff5000;
}
.left_jt {
    position: absolute;
    width: 15px;
    right: -15px;
    height: 105px;
    top: calc(50% - 50px);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #1c0b1e url("../images/icon_jt.png") no-repeat center;
}
.amz-social {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    padding: 0;
}
.index-nav_ul {
    background-color: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    clear: both;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 13px 2px rgba(163,163,163,0.25);
    -moz-box-shadow: 0 2px 13px 2px rgba(163,163,163,0.25);
    box-shadow: 0 2px 13px 2px rgba(163,163,163,0.25);
    margin: 0;
    padding: 0;
}
.amz-social li {
    list-style: none;
    float: left;
    width: 15%;
    margin-right: 3%;
}
.amz-social li:first-child {
    margin-left: 5%;
}
.amz-social a {
    display: block;
    padding: calc(100% - 80%);
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 100%;
    line-height: 18px;
    -webkit-transition: .15s;
    transition: .15s;
    border: 1px solid #ffffff;
    opacity: 0.5;
    border-radius: 50%;
}
.amz-social a:hover {
    opacity: 1;
}
/* banner  */
#index_banner {
    width: 100%;
    height: 100%;
}
#index_banner img {
    display: block;
    width: 100%;
    cursor: pointer;
}
#index_banner .swiper-pagination-bullet-active {
    background: #6a407f;
}
.index-banner-height img {
    width: 100%;
    height: 100%;
}
.ban-jt1 {
    position: absolute;
    top: calc(100% - 55%);
    left: calc(100% - 77%);
    z-index: 999;
    display: none;
}
.ban-jt1:hover {
    background: url(../images/ban-jt3.png) no-repeat center;
    width: 44px;
    height: 103px;
}
.ban-jt2 {
    position: absolute;
    top: calc(100% - 55%);
    right: calc(100% - 89%);
    z-index: 999;
    display: none;
}
.ban-jt2:hover {
    background: url(../images/ban-jt4.png) no-repeat center;
    width: 44px;
    height: 103px;
}
/* banner以下内容  */
.index_fixed {
    width: 88%;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 1024px;
    position: relative;
    left: 12%;
}
.am-container {
    max-width: 95.5%;
    min-width: 1024px;
}
.index_con {
    margin: 40px auto;
}
.index_con img {
    display: block;
    width: 100%;
}
.index_con h2 {
    font-size: 2.4rem;
    color: #4f4e52;
    font-weight: 500;
    position: relative;
}
div.index_con li a p {
    color: #4f4e52;
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;
    padding: 10px 10px;
}
/*#con2-tabs li a p{
    height:100px;
}*/
.index_con a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: .2rem;
}
.index_con li>a:hover {
    border: none;
    box-shadow: 0 2px 12px rgba(0,0,0,.35);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: -1px;
}
.con1 li a:hover {
    border: none;
    box-shadow: 0 2px 12px rgba(0,0,0,.35);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: -1px;
}
.con1 li h2>a {
    position: absolute;
    color: #bbbabe;
    right: 0;
    font-size: 1.4rem;
    top: 10px;
    display: block;
    height: 20px;
    line-height: 20px;
    border: none;
}
.con1 li h2 a span {
    font-size: 20px;
    margin-left: 4px;
    display: block;
    float: right;
}
.con1 li {
    overflow: hidden;
}
.con1 .swiper-container {
    overflow: visible;
}
.con1 .swiper-pagination {
    width: 90px;
    right: 0;
    bottom: 93px;
    left: auto;
}
.con1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 0;
    margin: 0 5px 0 0;
}
.con1 .swiper-pagination-bullet-active {
    background: #6a407f;
}
.con1 .swiper-button-next, .swiper-button-prev {
    background: none;
    width: 22px;
    height: 22px;
    border: 1px solid #d4d4d4;
    line-height: 20px;
    text-align: center;
    color: #d4d4d4;
    right: 0;
    left: auto;
    font-size: 16px;
    top: 30px;
}
.con1 .swiper-button-prev {
    right: 22px;
    border-right: none;
}
.con1 h2 div:hover {
    background: #eee;
}
.con1_safe p {
    line-height: 1.3;
}
.con1_safe p span {
    font-size: 2.2rem;
    color: #4f4e52;
    font-weight: 500;
    position: relative;
}
.index_con {
    position: relative;
}
.index_con .am-tabs-nav {
    position: absolute;
    right: 0;
    top: 2px;
}
.index_con .am-tabs-nav li {
    float: left;
    list-style: none;
}
.index_con .am-tabs-nav li a {
    padding: 0 10px;
    height: 24px;
    margin-left: 10px;
    border-radius: 10px;
    color: #4f4e52;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.6rem;
    text-align: center;
    line-height: 22px;
    border: 1px solid #4f4e52;
}
.index_con .am-tabs-nav li a:hover {
    box-shadow: none;
    margin-top: 0;
}
.index_con .am-tabs-nav li.am-active a {
    background: #4f4e52;
    color: #ffffff;
}
.index_con .am-tabs-bd {
    border: none;
}
.index_con .am-tab-panel {
    padding: 0;
}
/* footer  */
.index_footer {
    background: #414044;
    height: 300px;
    width: 100%;
    clear: both;
    min-width: 1024px;
    position: relative;
    bottom: 0;
}
.index_footer .am-container {
    max-width: 1542px;
    min-width: 1025px;
    margin: 0 auto;
    padding-left: calc(100% - 92%);
}
.am-footer {
    padding-top: 52px;
}
.footer-logo {
    padding-top: 32px;
}
.footer-center {
    color: #a9a9a9;
    line-height: 1.5;
    font-size: 1.8rem;
    position: relative;
}
.footer-center span.footer-center-first {
    line-height: 2;
    color: #fff;
}
.footer-center span.footer-center-first i {
    padding-bottom: 12px;
}
.footer-center span.footer-center-first a {
    color: #fb6218;
    font-size: 2rem;
    text-decoration: underline;
}
/*.index_footer ul{
    margin: 0 auto;
    padding: 0;
    float: left;
    width: 25%;
}
.index_footer ul li{
    width: 76px;
    margin: 0 auto 5px;
    list-style: none;
}
.index_footer ul li.am-footer-tit{
    font-size: 1.8rem;
    color: #a9a9a9;
    list-style: none;
}
.index_footer ul li a{
    color: #a9a9a9;
    font-size: 1.6rem;
    display: inline-block;
}*/
.index_footer .am-g>img {
    padding-top: 2.5rem;
}
.index_footer .footer-weixin {
    background: #4e4e51;
    padding: 15px;
    margin-top: 32px;
}
.index_footer .footer-weixin img {
    width: 49%;
    float: left;
    margin-right: 1%;
    max-width: 135px;
}
.index_footer .footer-weixin dl {
    width: 50%;
    float: left;
    color: #a9a9a9;
}
.index_footer .footer-weixin dt {
    font-size: 1.6rem;
    padding-bottom: 8px;
}
.index_footer .footer-weixin dd {
    font-size: 1.4rem;
    width: 113px;
    margin: 0 auto;
    padding-top: 8px;
    border-top: 1px dashed #999999;
}
.m-footer-bottom {
    position: absolute;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: #39393b;
    min-width: 1024px;
}
.m-footer-bottom p {
    text-align: center;
    font-size: 1.4rem;
    color: #a9a9a9;
    margin: 18px auto;
}
ul li {
    list-style-type: none;
}
a {
    color: #333;
    text-decoration: none;
}
/*新导航*/
.wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 1024px;
}
.booNavigation {
    max-width: 1400px;
    min-width: 1024px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: calc(100% - 87%);
    z-index: 999;
    right: 16px;
    display: none;
}
.booNavigation li.navItem i {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    background: url(../images/img.png) no-repeat center;
    margin: 0 auto;
}
.booNavigation li.navItem {
    width: 9.09%;
    float: left;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    text-align: center;
}
.booNavigation li.navItem:nth-child(1) i {
    background-position: -245px 0;
}
.booNavigation li.navItem:nth-child(2) i {
    background-position: -210px 0;
}
.booNavigation li.navItem:nth-child(3) i {
    background-position: -280px 0;
}
.booNavigation li.navItem:nth-child(4) i {
    background-position: -315px 0;
}
.booNavigation li.navItem:nth-child(5) i {
    background-position: -350px 0;
}
.booNavigation li.navItem:nth-child(6) i {
    background-position: -175px 0;
}
.booNavigation li.navItem:nth-child(7) i {
    background-position: -35px 0;
}
.booNavigation li.navItem:nth-child(8) i {
    background-position: -105px 0;
}
.booNavigation li.navItem:nth-child(9) i {
    background-position: 0 0;
}
.booNavigation li.navItem:nth-child(10) i {
    background-position: -70px 0;
}
.booNavigation li.navItem:nth-child(11) i {
    background-position: -140px 0;
}
.booNavigation li.navItem:nth-child(12) i {
    background-position: -385px 0;
}
.booNavigation li.navItem:hover {
    background-color: #444;
    border-color: #000;
    cursor: pointer;
}
/*经过显示*/
.booNavigation li.navItem:hover i {
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    background: url(../images/img1.png) no-repeat center;
    margin: 0 auto;
}
.booNavigation li.navItem:hover {
    background-color: #ffffff;
}
.booNavigation li.navItem > a:hover {
    color: #ff5000;
}
.booNavigation li.navItem > a {
    display: block;
    padding: 10px 0px;
    color: #4f4e52;
}
.booNavigation li.navItem .index-active {
    color: #ff5000;
}
.booNavigation li.navItem:nth-child(1):hover i {
    background-position: -245px 0;
}
.booNavigation li.navItem:nth-child(2):hover i {
    background-position: -210px 0;
}
.booNavigation li.navItem:nth-child(3):hover i {
    background-position: -280px 0;
}
.booNavigation li.navItem:nth-child(4):hover i {
    background-position: -315px 0;
}
.booNavigation li.navItem:nth-child(5):hover i {
    background-position: -350px 0;
}
.booNavigation li.navItem:nth-child(6):hover i {
    background-position: -175px 0;
}
.booNavigation li.navItem:nth-child(7):hover i {
    background-position: -35px 0;
}
.booNavigation li.navItem:nth-child(8):hover i {
    background-position: -105px 0;
}
.booNavigation li.navItem:nth-child(9):hover i {
    background-position: 0 0;
}
.booNavigation li.navItem:nth-child(10):hover i {
    background-position: -70px 0;
}
.booNavigation li.navItem:nth-child(11):hover i {
    background-position: -140px 0;
}
.booNavigation li.navItem:nth-child(12):hover i {
    background-position: -385px 0;
}
.booNavigation li.navItem .navContent {
    display: none;
    background-color: #f7f7f7;
    left: 0;
    position: absolute;
    top: 75px;
    width: 100%;
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0 10px 12px rgba(0,0,0,.1);
}
.index-nav_xm {
    width: 1000px;
    clear: both;
    text-align: left;
    margin: 0;
    padding: 0;
    padding: 0 0px 0px 35px;
}
.index-nav_xm:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.index-top-mar {
    padding-top: 10px;
}
.index-nav_xm dt {
    float: left;
    width: 9%;
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    padding-top: 13px;
    margin-right: 20px;
    text-align: left;
}
.index-wid {
    width: 88%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dfdfdf;
}
.index-rmjs-bottom {
    padding-bottom: 10px;
    border-bottom: none;
}
.index-nav_xm dd {
    float: left;
    text-align: left;
}
.index-wid dd .index-hide-right {
    padding-right: 0px;
}
.navContent .index-nav_xm dd a:hover {
    color: #fe6e3f;
}
.index-nav_xm dd sup {
    display: inline-block;
    vertical-align: top;
}
.index-nav_xm dd a {
    padding: 0 23px 0 0;
    color: #666666;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
}
.index-nav_xm .index_mar {
    padding-left: 0px;
}
.index-nav_xm dt .index-icon-right {
    vertical-align: middle;
    padding-left: 5px;
    display: inline-block;
    margin-top: -2px;
}
.index-nav_xm hr {
    display: block;
    border-bottom: 1px dashed #dfdfdf;
    border-top: none;
    clear: both;
    width: 100%;
    margin: 35px 0 0 0px;
    overflow: hidden;
}
/*右侧悬浮*/
/* .index-right-xf1{
	width: 52px;
	height: 290px;
	position: fixed;
	top: calc(100% - 75%);
	right: 0;
	z-index: 99999;

}
.index-bj{
	background-color: #ffffff;
   box-shadow: 0px 1px 4px 0px;
   border-top-left-radius:5px ;
   border-bottom-left-radius:5px ;
   position: relative;
   z-index: 999;
   float: right;
   height: auto;
}
.index-xf-text{
	position: relative;
	z-index: 1;
	padding: 3px 10px;
}
.index-xf-text i{
	margin-left: 3px;
}
.index-xf-text span{
	color: #666666;
	font-size: 12px;
	display: block;
	text-align: center;
}
.index-xf-text:hover{
	background-image: -moz-linear-gradient( 40deg, rgb(237,67,79) 0%, rgb(248,92,7) 36%, rgb(252,231,1) 100%);
   background-image: -webkit-linear-gradient( 40deg, rgb(237,67,79) 0%, rgb(248,92,7) 36%, rgb(252,231,1) 100%);
   background-image: -ms-linear-gradient( 40deg, rgb(237,67,79) 0%, rgb(248,92,7) 36%, rgb(252,231,1) 100%);
   cursor: pointer;
}
.index-xf-text:hover span{
	color: #ffffff;
}
.index-ico1:hover{
	background-image: -moz-linear-gradient( 40deg, rgb(237,67,79) 0%, rgb(248,92,7) 36%, rgb(252,231,1) 100%);
   background-image: -webkit-linear-gradient( 40deg, rgb(237,67,79) 0%, rgb(248,92,7) 36%, rgb(252,231,1) 100%);
   background-image: -ms-linear-gradient( 40deg, rgb(237,67,79) 0%, rgb(248,92,7) 36%, rgb(252,231,1) 100%);
   border-top-left-radius:5px ;
}
.index-ico5:hover{
	background-image: -moz-linear-gradient( 40deg, rgb(237,67,79) 0%, rgb(248,92,7) 36%, rgb(252,231,1) 100%);
   background-image: -webkit-linear-gradient( 40deg, rgb(237,67,79) 0%, rgb(248,92,7) 36%, rgb(252,231,1) 100%);
   background-image: -ms-linear-gradient( 40deg, rgb(237,67,79) 0%, rgb(248,92,7) 36%, rgb(252,231,1) 100%);
  border-bottom-left-radius:5px ;
}
.index-ico1 sup{
	width: 13px;
	height: 13px;
	line-height: 13px;
	background-color: #ff0000;
	border-radius: 20px;
	color: #ffffff;
	text-align: center;
	font-size: 9px;
	position: absolute;
	top: 3px;
	right: 3px;
}
.index-ico1 i{
	background: url(../images/ico-sma1.png) no-repeat center;
	width: 29px;
	height: 29px;
	display: block;
}
.index-ico2 i{
	background: url(../images/ico-sma2.png) no-repeat center;
	width: 29px;
	height: 29px;
	display: block;
}
.index-ico3 i{
	background: url(../images/jsq1.png) no-repeat center;
	width: 33px;
	height: 33px;
	display: block;
}
.index-ico4 i{
	background: url(../images/ico-sma4.png) no-repeat center;
	width: 29px;
	height: 29px;
	display: block;
}
.index-ico5 i{
	background: url(../images/ico-sma5.png) no-repeat center;
	width: 29px;
	height: 17px;
	display: block;
}
.index-ico1:hover i{
	background: url(../images/ico-hover1.png) no-repeat center;
	width: 29px;
	height: 29px;
	display: block;
}
.index-ico2:hover i{
	background: url(../images/ico-hover2.png) no-repeat center;
	width: 29px;
	height: 29px;
	display: block;
}
.index-ico3:hover i{
	background: url(../images/jsq2.png) no-repeat center;
	width: 33px;
	height: 33px;
	display: block;
}
.index-ico4:hover i{
	background: url(../images/ico-hover4.png) no-repeat center;
	width: 29px;
	height: 29px;
	display: block;
}
.index-ico5:hover i{
	background: url(../images/ico-hover5.png) no-repeat center;
	width: 29px;
	height: 17px;
	display: block;
}
.index-back{
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	position: absolute;
	top: 54px;
	z-index: 1;
	right:-300px;
	background-color: #f5530a;width: 300px;
	height: 54px;
	clear: both;
}
.index-dingwei{
	width: 300px;
	height: 67px;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 10px 10px;
	position: relative;
}
.index-back .tellNumberTxt {
    width: 220px;
    height: 35px;
    background-color: #fff;
    font-size: 12px;
    color: #a4a4a4;
    line-height: 29px;
    padding-left: 14px;
     border-radius: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.index-back .tellNumberBtn {
   position: absolute;
    top: 13px;
    right: 73px;
    display: block;
    width: 68px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    background-color: #15ba50;
    border-radius: 20px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.index-back1{
	position: relative; top: -172px; z-index: 1;  right:-100px;
} */
.fl {
    float: left;
}

/*
#piaofu{
    height: 100%;
    width: 39px;
    position: fixed;
    top: 72px;
    right: 0;
    display: block;
    z-index: 99999999990;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#piaofu>a{
    position: absolute;
    width: 148px;
    height: 233px;
    display: block;
    top: 0;
    right: 0;
    background: url("/static/20160622/images//nav_righta.png") no-repeat center;
    z-index: 99;
}
#piaofu .nav_right{
    background: url("/static/20160622/images//nav_right2.png") no-repeat right top;
    width: 136px;
    position: absolute;
    top: 233px;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

#piaofu .nav_right ul{
    padding-top: 14px;
    padding-left: 32px;
}
#piaofu .nav_right li a{
    width: 110px;
    display: block;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}

#piaofu .nav_pc{
    position: absolute;
    width: 42px;
    background: #d99f36;
    height: 60%;
    bottom: 0;
    right: 0;
    z-index: 1;

}
.index-right-xf1{
    width: 42px;
    height: 290px;
    z-index: 99999;
    margin-top: 50px;
    margin-left: 94px;

}
.index-bj{
    position: relative;
    z-index: 999;
    float: right;
    width: 42px;
    height: auto;
}
.index-xf-text{
    position: relative;
    height: 56px;
    z-index: 1;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index-xf-text:hover{
    background: #fff606;
    color: #eb01a2;
}
.index-xf-text i{
    margin-left: 2px;
}
.index-xf-text span{
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
}
.index-xf-text:hover span{
    color: #eb01a2;
}
#piaofu a .active{
    background: #fff606;
}
#piaofu a .active span{
    color: #eb01a2;
}
#piaofu a .active i{
    background: url(/static/20160622/images/ico-smay11.png) no-repeat center;
}
.index-ico1 sup{
    width: 13px;
    height: 13px;
    line-height: 13px;
    background-color: #ff0101;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 9px;
    position: absolute;
    top: 3px;
    right: 2px;
}
.index-ico1 i{
    background: url(/static/20160622/images/ico-smay1.png) no-repeat center;
    width: 26px;
    height: 28px;
    display: block;
}

.index-ico2 i{
    background: url(/static/20160622/images/ico-smay2.png) no-repeat center;
    width: 26px;
    height: 26px;
    display: block;
}
.index-ico3 i{
    background: url(/static/20160622/images/ico-smay3.png) no-repeat center;
    width: 31px;
    height: 31px;
    display: block;
}
.index-ico4 i{
    background: url(/static/20160622/images/ico-smay4.png) no-repeat center;
    width: 28px;
    height: 26px;
    display: block;
}

.index-ico5{
    position: fixed;
    bottom: 20px;
}
.index-ico5 i{
    background: url(/static/20160622/images/ico-smay5.png) no-repeat center;
    width: 24px;
    height: 26px;
    display: block;
}
.index-ico1:hover   i{
    background: url(/static/20160622/images/ico-smay11.png) no-repeat center;
}
.index-ico2:hover   i{
    background: url(/static/20160622/images/ico-smay22.png) no-repeat center;
}
.index-ico3:hover   i{
    background: url(/static/20160622/images/ico-smay33.png) no-repeat center;
}
.index-ico4:hover   i{
    background: url(/static/20160622/images/ico-smay44.png) no-repeat center;
}
.index-ico5:hover   i{
    background: url(/static/20160622/images/ico-smay55.png) no-repeat center;
}
.index-back{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    position: absolute;
    top: 312px;
    z-index: 1;
    right:-400px;
    background-color: #f5530a;width: 300px;
    height: 56px;
    clear: both;
}
.index-ico5{
    width: 42px;
}
.index-dingwei{
    width: 300px;
    display: block;
    clear: both;
    overflow: hidden;
    padding: 8px 10px;
    position: relative;
}
.index-back .tellNumberTxt {
    width: 220px;
    height: 35px;
    background-color: #fff;
    font-size: 12px;
    color: #a4a4a4;
    line-height: 29px;
    padding-left: 14px;
    border-radius: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border: none;
}
.index-back .tellNumberBtn {
    position: absolute;
    top: 11px;
    right: 93px;
    display: block;
    width: 68px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    background-color: #15ba50;
    border-radius: 20px;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
.index-back1{
    position: relative;
    top: -133px;
    z-index: 1;
    right:135px;

}
@media screen and (max-width: 1366px) {
    .index-ico5 span{
        display: none;
    }
    .index-ico5{
        bottom: 5px;
    }

}
*/



/* 媒体查询 */
@media screen and (max-width: 1024px) {
.index_footer .am-container {
    margin: 0 auto;
    padding-left: calc(100% - 85%);
}
.amz-social a {
    padding: calc(100% - 95%);
    width: 100%;
    font-size: 85%;
}
#leftNavigation li {
    height: 40px;
}
.index-nav_xm hr {
    width: 93%;
}
 @keyframes light_move {
0% {
 left:0%;
}
 30% {
left:70%
}
 75% {
left:20%;
}
 100% {
left:70%;
}
}
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
.index_footer .am-container {
    margin: 0 auto;
    padding-left: calc(100% - 85%);
}
.amz-social a {
    padding: calc(100% - 94%);
    width: 100%;
    font-size: 100%;
}
.am-topbar-form {
    padding: 0px;
}
.index-nav_xm hr {
    width: 93%;
}
.search {
    display: none;
}
 @keyframes light_move {
0% {
 left:0%;
}
 30% {
left:70%
}
 75% {
left:20%;
}
 100% {
left:70%;
}
}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.index_footer .am-container {
    margin: 0 auto;
    padding-left: calc(100% - 85%);
}
.amz-social a {
    padding: calc(100% - 94%);
    width: 100%;
    font-size: 100%;
}
.index-nav_xm hr {
    width: 93%;
}
.search {
    display: none;
}
 @keyframes light_move {
0% {
 left:0%;
}
 30% {
left:70%
}
 75% {
left:20%;
}
 100% {
left:70%;
}
}
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
.index_footer .am-container {
    margin: 0 auto;
    padding-left: calc(100% - 85%);
}
.amz-social a {
    padding: calc(100% - 87%);
    width: 100%;
    font-size: 100%;
}
#leftNavigation li {
    height: 40px;
}
.index-nav_xm hr {
    width: 93%;
}
.index-nav_xm hr {
    width: 100%;
}
 @keyframes light_move {
0% {
 left:0%;
}
 30% {
left:70%
}
 75% {
left:20%;
}
 100% {
left:70%;
}
}
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
.index_footer .am-container {
    margin: 0 auto;
    padding-left: calc(100% - 85%);
}
.amz-social a {
    padding: calc(100% - 80%);
    width: 100%;
    font-size: 100%;
}
#leftNavigation li {
    height: 40px;
}
.index-nav_xm hr {
    width: 93%;
}
 @keyframes light_move {
0% {
 left:0%;
}
 30% {
left:70%
}
 75% {
left:20%;
}
 100% {
left:70%;
}
}
}

@media screen and (min-width: 1920px) and (max-width: 4400px) {
.index_footer .am-container {
    margin: 0 auto;
    padding-left: calc(100% - 92%);
}
.amz-social a {
    padding: calc(100% - 80%);
    width: 100%;
    font-size: 100%;
}
#leftNavigation li {
    height: 40px;
}
.index-nav_xm hr {
    width: 93%;
}
}
#doc_swiper {
    width: 100%
}
#doc_swiper img {
    display: block;
    width: 100%
}
#doc_swiper .swiper-pagination-bullet {
    background: #ff5000;
    opacity: 1;
}
#doc_swiper .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #ff5000;
}
