/* .layui-layout-left {
    position: static !important;
}

.animated {
    animation-duration: 2s!important;
}

.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
    background: none!important;
    color: initial!important;
}

.layui-nav-more {
    display: none!important;
}

.layui-nav-child {
    display: none;
    position: absolute;
    left: 0;
    top: 65px;
    min-width: 100%;
    line-height: 36px;
    padding: 5px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    border: 1px solid #d2d2d2;
    background-color: #fff;
    z-index: 100;
    border-radius: 2px;
    white-space: nowrap;
}

.layui-nav-child dd {
    position: relative;
}

.content {
    width: 100%;
    background-color: #f1f1f1;
}

.layui-header {
    width: 900px;
    height: 60px;
    margin: 0 auto;
}


.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background-color: #FF9900;
}

.layui-nav .layui-nav-item a {
    color: #3a3a3a;
}

.layui-nav .layui-nav-item a:hover {
    color: #FF9900;
}

.layui-nav .layui-nav-item a:hover > i {
    color: #FF9900!important;
} */

.banner {
    width: 100%;
}

.banner .banner-con {
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    background: url(../imgs/indexbanner.png) no-repeat;
    background-size: 100% 100%;
}

.banner .pbox {
    width: 1200px;    
    margin: 166px auto 360px;
}

.banner .pbox p:first-child {
    font-size: 38px;
    color: #fff;
    margin-bottom: 24px;
}

.banner .pbox p:nth-child(2) {
    font-size: 20px;
    color: #fff;
    margin-bottom: 44px;
    line-height: 36px;
}

.banner .pbox p:last-child a {
    display: inline-block;
    width: 191px;
    height: 53px;
	background-color: #fff;
	border-radius: 27px;
    color: #0c41e8;
    text-align: center;
    line-height: 53px;
    font-size: 20px;
}
.banner .pbox p:last-child a:hover {
    display: inline-block;
    width: 191px;
    height: 53px;
	background-color: #fff;
	border-radius: 27px;
    color: #0c41e8;
    text-align: center;
    line-height: 53px;
    font-size: 20px;
    opacity: .84;
}

.hot {
    width: 100%;
    background: #fff;
    padding-bottom: 70px;
}
.hot .hotcontent {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.toptitle {
    margin-top: 79px;
    margin-bottom: 36px;
    font-size: 36px;
}

.fotitle {
    font-size: 18px;
    margin-bottom: 60px;
    color: #808080;
}

.hot_xifen {
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 10px;
    /* border-radius: 4px;
    box-shadow: #ccc 0px 0px 20px; */
}

.hot_xifen_in {
    width: 18%;
    height: 520px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition-duration: 0.5s;
}
.hot_xifen_in.active {
    width: 24%;
    background-color: #FF9700;
    transition-duration: 0.5s;
}
.hot_xifen_in_con {
    width: 100%;
    height: 30%;
    border-bottom: 1px solid #dddcdc;
    margin: 0 auto;
    font-size: 12px;
    color: #808080;
    line-height: 20px;
}
.spice_pp {
    width: 180px;
    margin: 0 auto;
}
.hot_xifen_in_top {
    width: 100%;
    height: 45%;
    border-bottom: 1px solid #dddcdc;
    text-align: center;
}
.hot_xifen_in_bottom {
    width: 100%;
    height: 25%;
    border-bottom: none;
    text-align: center;
}
.hot_xifen_in_con img{
    margin:27px auto 38px;
    display: inline-block;
}
.hot_xifen_in_top .p1 {
    margin: 5px 0;
    font-size: 20px;
    color: #000;
}

.hot_xifen_in.active .hot_xifen_in_top .p1 {
    margin: 5px 0;
    color: #fff;
}
/* 
.hot_xifen_in_top p:last-child {
    font-size: 14px;
    color: #5d5953;
} */

.hot_xifen_in.active .hot_xifen_in_top p:last-child {
    font-size: 20px;
    color: #fff;
}

/* .hot_xifen_in_top p:last-child:hover {
    font-size: 14px;
    color: #fff;
} */

.hot_xifen_in_center {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.hot_xifen_in_center p {
    line-height: 21px;
    color: #808080;
}

.hot_xifen_in.active .hot_xifen_in_center p {
    line-height: 21px;
    color: #fff;
}

.hot_xifen_in_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot_xifen_in_bottom p {
    width: 137px;
    height: 34px;
    color: #808080;
    border-radius: 17px;
	border: solid 1px #7f7f7f;
    line-height: 34px;
}
.hot_xifen_in.active .hot_xifen_in_bottom p {
    width: 137px;
    height: 34px;
    color: #ff8d00;
    background-color: #fff;
    border-radius: 17px;
    border: none;
    line-height: 34px;
}

/* 方案定制 */
.Program {
    width: 100%;
    background: url(../imgs/背景底1.png) no-repeat;
    /* padding-bottom: 60px; */
    background-size: cover;
}

.Programcontent {
    width: 1200px;
    margin: 0 auto;
    height: 839px;
    overflow: hidden;
    opacity: 0;
}

.Programcontent .toptitle,
.fotitle {
    text-align: center;
}

.Program_con {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    height: 510px;
}

.Program_con_in {
    width: 47%;
    background: #fff;
    transition-duration: 0.5s;
}

.Program_con_in:hover {
    -webkit-box-shadow: #ccc 0px 0px 20px;
    -moz-box-shadow: #ccc 0px 0px 20px;
    box-shadow: #ccc 0px 0px 20px;
}

.Program_con_in_top {
    width: 100%;
    height: 250px;
    background: url(../imgs/图1.png) no-repeat;
}

.Program_con_in_top_right {
    width: 100%;
    height: 250px;
    background: url(../imgs/图2.png) no-repeat;
}

.Program_con_in_top_button {
    width: 80px;
    height: 30px;
    background: #d49741;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.Program_con_in_bottom {
    margin: 40px 0 0 37px;
}

.Program_con_in_bottom p:first-child{
    font-size: 22px;
}

.Program_con_in_bottom p:nth-child(2) {
    font-size: 16px;
    color: #808080;
    margin-top: 28px;
    margin-bottom: 68px;
    padding-right: 21px;
}
.tolong {
    margin-bottom: 46px!important;
}
.Program_con_in_bottom p:last-child a{
    font-size: 12px;
    color: #ff8d00;
    cursor: pointer;
}
.news {
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.news_con{
    width: 1200px;
    height: 450px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 82px;
    opacity: 0;
}
.news_con_left {
    width: 48%;
    height: 80%;
    background: url(../imgs/图3.png) no-repeat;
}
.news_con_right {
    width: 48%;
    height: 100%;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.news_con_right_top span:first-child{
    font-size: 20px;
    font-weight: 700;
}
.news_con_right_top span:last-child{
    font-size: 14px;
    color: #666666;
}
.news_con_right_center {
    vertical-align: baseline;
    line-height: 26px;
    margin-top: 30px;
    font-size: 14px;
}
.news_con_right_bottom {
    margin-top:20px;
    color: #ff8d00;
}
.news_con_right_bottom a{
    color: #ff8d00;
}
.dynamic {
    background: url(../imgs/背景底2.png) no-repeat;
    background-size: cover;
}

.dynamiccontent {
    width: 1200px;
    margin: 0 auto;
    height:580px;
    overflow: hidden;
    opacity: 0;
}
.dynamiccontent .toptitle{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px;
    font-size: 32px;
}
.dynamic_con {
    height: 320px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.dynamic_con_base {
    width: 24%;
    height: 100%;
    background: #fff;
}
.dynamic_con_text {
    padding: 20px;
    padding-bottom: 25px;
}
.dynamic_con_more a{
    color: #ff9700;
    margin-top: 10px;
    padding-left: 20px;
    cursor: pointer;
}