#slide {
    width: 100%;
}

.slide-box {
    margin: 0 auto;
}

.slide-box li {
    width: 274px;
    height: 212px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px 0px rgba(1, 11, 77, 0.1);
    float: left;
    text-align: center;
    margin: 0 10px;
}

.slide-box img {
    margin: 7px auto;
    display: block
}

.slide-box dt {
    font-size: 18px;
    font-weight: bold
}

.slide-box dd {
    font-size: 15px;
    color: #949494;
    margin: 15px auto;
    width: 85%;
}

.title {
    text-align: center;
    margin-bottom: 30px;
    line-height: 50px
}

.title-line {
    width: 30px;
    height: 6px;
    border: none;
    background: rgba(7, 21, 221, 1);
}

.title dd {
    font-size: 18px;
    color: #949494;
}

.title dt {
    font-size: 30px;
}

.vice-title {
    color: #949494;
    font-size: 15px;
    margin: 10px 0
}

#product {
    margin-top: 100px;
}

.product-box {
    margin: 0 10px;
}

.product-box dl dt {
    text-align: center
}

.product-box dl p {
    text-align: center
}

.product-box li {
    width: 275px;
    height: 370px;
    background: rgba(249, 249, 249, 1);
    float: left;
    margin: 0 9px;
    transition: background 1s;
    -moz-transition: background 1s;
    -webkit-transition: background 1s;
    -ms-transition: background 1s;
    -o-webkit-transition: background 1s;
}

.product-box li:hover {
    background-color: #0715DD;
}

.product-box img {
    margin: 29px auto;
    display: block
}

.product-box dt {
    font-size: 18px;
    font-weight: bold;
}

.product-box dd {
    font-size: 15px;
    color: #949494;
    margin: 15px auto;
    width: 90%;
}

#plan {
    margin-top: 100px;
}

.plan-left {
    width: 700px;
    float: left;
}

.plan-box {
    height: 600px;
}

.plan-right {
    width: 500px;
    height: 100%;
    background: url(../images/06.png) no-repeat;
    float: right;
}

.left-top {
    background: url(../images/05.png) no-repeat;
    height: 300px;
}

.left-bot li {
    width: 350px;
    height: 300px;
    float: left;
}

.left-bot li:nth-child(1) {
    background: url(../images/07.png) no-repeat;
}

.left-bot li:nth-child(2) {
    background: url(../images/08.png) no-repeat;
}

.top-back {
    width: 700px;
    height: 300px;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.plan_hover1:hover {
    background: rgba(246, 156, 32, 0.7);
    /* padding-top: 100px; */
}

.plan_hover2:hover {
    background: rgba(7, 21, 221, 1);
}

.plan_hover3:hover {
    background: rgba(246, 156, 32, 0.7);
}

.plan_hover3:hover .a_hover {
    margin-top: 12px;
    display: block;
}

.plan_hover4:hover {
    background: rgba(7, 21, 221, 0.7);
}

.plan_hover4:hover .a_hovera {
    display: block;
}


/*.top-back:hover + .plan-font>a{*/


/*display: block;*/


/*margin-top: 90px;*/


/*}*/

.top-back1 {
    width: 350px;
    height: 300px;
    position: absolute;
    background: rgba(0, 0, 0, 1);
    opacity: 0.6;
    z-index: 1;
}

.top-back2 {
    width: 350px;
    height: 300px;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.top-back3 {
    width: 500px;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.plan-a {
    display: none;
    margin: auto;
    display: block;
    width: 72px;
    height: 30px;
    z-index: 5;
}

.plan-a img {
    width: 100%;
    height: 100%;
}

.img-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.plan-font {
    color: rgb(218, 209, 214);
    position: relative;
    z-index: 15;
    height: 100%;
    text-align: center;
    width: 100%;
    padding-top: 112px;
    display: block;
}

.plan-font dt {
    font-size: 18px;
    
    line-height: 38px;
}

.plan-font dd {
    font-size: 12px;
    
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 8px;
}

.plan-font p {
    width: 70%;
    margin: 20PX auto;
    line-height: 21px
}

#news {
    margin-top: 100px;
}

.news-color {
    color: #434DE5;
    font-size: 15px;
    /* font-weight: bold; */
    height: 21px;
    line-height: 21px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.news-txt {
    color: #A2A2A2;
    font-size: 18px;
    height: auto;
    line-height: 30px;
    margin-left: 5px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-txt >p{
    width: 100% !important;
}

.news-txt >p>a{
    width: 100% !important;
}

.news-cont {
    width: 100%;
    
    flex: 1;
    height: 230px;
    margin-left: 28.5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.news-cont>dtt {
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.news-cont>dt {
    height: 35px;
    line-height: 35px;
    font-size: 22px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.new-cont>dd {
    margin-top: 10px;
    margin-left: 5px;
}

.news-box {
    margin: 0 10px;
}

.news-box li {
    /* width: 375px; */
    width: 100%;
    /* height: 463px; */
    /* float: left; */
    margin-right: 15px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news-pho {
    margin-left: 5px;
}


/*关于我们*/

#about {
    width: 100%;
    background: rgba(249, 249, 249, 1);
    padding: 100px 0;
    margin-top: 70px;
}

.about_box {
    width: 1200px;
    margin: auto;
}

.about_img {
    float: left;
    width: 320px;
    height: 320px;
}

.about_img img {
    width: 100%;
    height: 100%;
}

.about_font {
    width: 856px;
    height: 320px;
    float: right;
    font-size: 20px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.about_a {
    display: block;
    width: 80px;
    height: 35px;
    margin: 65px 0 0 0;
}

.a_hover {
    display: none;
}

.a_hovera {
    display: none;
}

.news-b {
    display: inline;
}

.news-n {
    display: none;
}

.news-pho:hover .news-b {
    display: none;
}

.news-pho:hover .news-n {
    display: inline;
}

.about_font p:nth-child(2) {
    margin-top: 50px;
}


/*合作伙伴*/

#partner {
    /*border:1px solid #000;*/
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 100px;
}

.partner-box {
    width: 1200px;
    margin: auto;
}

.partner-box li {
    width: 280px;
    height: 200px;
    float: left;
    margin: 0 8px;
    overflow: hidden;
    border: 1px dashed #888888;
}

.pic1 {
    position: absolute;
}

.pic2 {
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-grid:hover .pic2 {
    opacity: 1;
    transform: rotateY(0deg);
}


/* 本例子css */

.multipleLine {
    overflow: hidden;
    position: relative;
    width: 1200px;
}

.multipleLine .bd {
    overflow: hidden;
}

.multipleLine .bd ul {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}

.multipleLine .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.multipleLine .bd ul li .pic {
    text-align: center;
}

.multipleLine .bd ul li .pic img {
    width: 280px;
    height: 200px;
    display: block;
    padding: 2px;
}

.multipleLine .bd ul li .pic a:hover img {
    border-color: #999;
}

.multipleLine .bd ul li .title {
    line-height: 24px;
}


/*在线咨询*/

#online {
    width: 100%;
    height: 400px;
    background: url("../images/1231231.png") center center no-repeat;
    overflow: hidden;
    background-size: 100% 100%;
}

.on-img {
    margin: 35px auto
}

.on-img img {
    width: 100%;
    height: 100%;
}

.on_font {
    margin-top: 100px;
    margin-bottom: 50px;
}

.on_font dt {
    font-size: 30px;
    
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 42px;
    text-align: center;
    margin: 20px 0
}

.on_font {
    font-size: 15px;
    
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 21px;
    text-align: center
}

.on_a {
    display: block;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 1);
    margin: 20px auto;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white !important;
}

.on_a:hover {
    background: white;
    color: black !important;
}


/*第一个变幻*/

.slide-box :hover dd {
    color: #fff;
}


/*第二个变化*/

.product-box dd {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.new-small>img {
    width: 360px;
    height: 240px;
}


/*第三个变化*/

.new-small {
    width: 350px;
    height: 240px;
    margin-left: 12.5px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 20px;
}

.new-bian:hover .new-small img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}


/*第四个变化*/

.new1 {
    box-shadow: 0px 0px 30px #dbdbdb;
}