.main .wrap{
    width: 1200px;
    margin: 0 auto;
}
.main .content{
    font-size: 0;
    line-height: 0;
}
.main .content .sortName{
    font-size: 40px;
    line-height: 100px;
    font-weight: bold;
    margin-top: 10px;
}
.main .content .industry{
    margin-top: 20px;
}
.main .content .industry .wrap{
    text-align: left;
}
.main .content .industry .title{
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
}
.main .content .industry .box{
    margin-top: 20px;
    padding-bottom: 50px;
}
.main .content .industry .box .text{
    width: 750px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 30px;
}
.main .content .industry .box .text .spot{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #12a6f3;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 20px 0 10px;
}
.main .content .industry .box .img{
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
.main .content .industry .box .img img{
    border-radius: 10px;
}
.main .content .demand{
    background: #ededed;
    padding: 85px 0 ;
}
.main .content .demand .wrap{
    text-align: left;
}
.main .content .demand .wrap .img{
    display: inline-block;
    vertical-align: top;
}
.main .content .demand .wrap .img img{
    border-radius: 10px;
}
.main .content .demand .wrap .text{
    display: inline-block;
    vertical-align: top;
    width: 720px;
    margin-left: 80px;
}
.main .content .demand .wrap h1{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 20px;
}
.main .content .demand .wrap .info{
    font-size: 16px;
    line-height: 30px;
}
.main .content .solution{
    padding-top: 65px;
}
.main .content .solution .wrap{
    text-align: left;
}
.main .content .solution .sleft{
    width: 770px;
    height: 413px;
    display: inline-block;
    vertical-align: top;
    background: #4268a8;
    border-radius: 10px;
    box-shadow: 0 10px 15px #888;
    box-sizing: border-box;
    padding: 35px;
}
.main .content .solution .sright{
    width: 400px;
    height: 413px;
    display: inline-block;
    vertical-align: top;
    background: #2fabf3;
    border-radius: 10px;
    box-shadow: 0 10px 15px #888;
    margin-left: 30px;
    box-sizing: border-box;
    padding: 35px;
    text-align: center;
}
.main .content .solution .box{
    width: 100%;
    height: 100%;
    border: 1px dashed #fff;
    border-radius: 10px;
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
}
.main .content .solution .box .title{
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: -50px;
}
.main .content .solution .sleft .title span{
    background: #4268a8;
    padding: 0 15px;
}
.main .content .solution .sright .title span{
    background: #2fabf3;
    padding: 0 15px;
}
.main .content .solution .sleft .text{
    font-size: 16px;
    line-height: 30px;
    padding-top: 30px;
    word-break: break-all;
    height: 300px;
    overflow: hidden;
}
.main .content .solution .sright .text{
    font-size: 16px;
    line-height: 36px;
    word-break: break-all;
    height: 320px;
    overflow: hidden;
}
.main .content .solution .sright .text p{
    background: #fff;
    color: #2fabf3;
    border-radius: 18px;
    margin-top: 25px;
}
.main .content .product{
    padding: 30px 0;
}
.main .content .product .wrap{
    text-align: left;
}
.main .content .product .title{
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
}
.main .content .product .list{
    overflow: hidden;
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
}
.main .content .product .list h2 {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    background: url(../images/title-bg.png) center no-repeat;
}
.main .content .product .list ul{
    width: 1230px;
    margin: 0 0 0 -15px;
}
.main .content .product .list ul li {
    width: 380px;
    margin: 50px 0 0 30px;
    padding-bottom: 5px;
    display: inline-block;
    text-align: center;
    border-bottom: 1px solid #8d8d8d;
}
.main .content .product .list ul li a img {
    border-radius: 5px;
    width: 380px;
    height: 268px;
}
.main .content .product .list ul li a p {
    margin: 5px 0;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    border-radius: 3px;
    transition: all 0.25s ease;
}
.main .content .product .list ul li a:hover p {
    background: #12a6f3;
    color: #fff;
}
/* .main .content .product .list_button {
    margin-top: 30px;
    text-align: center;
} */

/* 左侧悬浮菜单栏 */
.floatmenu {
    position: fixed;
    /* top: 50%; */
    top: 28%;
    left: 2.5%;
    min-width: 220px;
    z-index: 999;
}
@media screen and (max-width: 1800px) { 
	.floatmenu {
		left: 0;
        animation: all .1s ease;
	}
}
.floatmenu .productsub {
    position: relative;
    width: inherit;
}
.floatmenu .productsub > ul {
    width: 221px;
}
.floatmenu .productsub > ul > li {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow:  8px 2px 10px rgba(11, 5, 1, 0.08);
}
.floatmenu .productsub > ul > li > a {
    padding-left: 40px;
    display: block;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    color: #fff;
    background-color: #3484e8;
    background-repeat: no-repeat;
}
.floatmenu .productsub > ul > li a.icon-z {
    background-image: url(../images/fl-icon-z.png);
    background-position: 15px 15px;
}
.floatmenu .productsub > ul > li a.icon-j {
    background-image: url(../images/fl-icon-j.png);
    background-position: 15px 13px;
}
.floatmenu .productsub > ul > li a.icon-q {
    background-image: url(../images/fl-icon-q.png);
    background-position: 15px 13px;
}
.floatmenu .productsub > ul > li > span {
    z-index: 1;
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 36px;
    height: 50px;
    background: url(../images/fl-spread.png) center center no-repeat;
    cursor: pointer;
} 
.floatmenu .productsub > ul > li > ul {
    display: none;
}
.floatmenu .productsub > ul > li > ul > li   {
    font-size: 14px;
    line-height: 30px;
}
.floatmenu .productsub > ul > li > ul > li > span,
.floatmenu .productsub > ul > li > ul > li > a { 
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
}
.floatmenu .productsub > ul > li > ul > li > span {
    padding-top: 10px;
    padding-left: 23px;
    background: url(../images/fl-menu-icon.png) 14px 22px no-repeat;
}
.floatmenu .productsub > ul > li > ul > li .nl {
    padding-left: 34px;
}
.floatmenu .productsub > ul > li > ul > li .nl a {
    display: block;
    text-align: left;
    color: #a2a2a2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.floatmenu .productsub > ul > li > ul > li .nl a:hover {
    color: #3484e8;
}

.floatmenu .productsub > ul > li.active {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.floatmenu .productsub  > ul > li.active > span{
    background: url(../images/fl-shrink.png) center center no-repeat;
    animation: rotate .15s ease-in-out;
}

@keyframes rotate {
    form {
        transform: rotate(0deg);
    }   
    to {
        transform: rotate(180deg);
    } 
}