/* 轮播 */
.roll_main{
    min-height: 680px;
}
#slide_img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto 5% auto;

}
#slide_img ul{margin: 0;padding: 0;}
#slide_img img{
    width: 100%;
    height: 100%;
}
#slide_img li{
    float: left;
    list-style: none;
}
#slide_img ol{
    width:100%;
    height: 20px;
    position: absolute;
    bottom: 0;
}
#slide_img ol li{
    cursor:pointer;
    position: relative;
    margin-left: 15px;
    display: inline;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: gainsboro;
}
#slide_img ol .action{
    background-color: rgba(0, 0, 0, 0.59);
}
#slide_img ol li:hover{
    background-color: rgba(0, 0, 0, 0.59);
}
#slide_img ul{
    position: relative;
    left: 0;
}
#slide_img .next{
    cursor:pointer;
    opacity: 0;
    position: absolute;
    right: 0;
    background: url("../images/next.png");
    width: 50px;
    height: 45px;
    display: block;
    line-height: 80px;
}
#slide_img .prev{
    cursor:pointer;
    opacity: 0;
    background: url("../images/prev.png");
    display: block;
    position: absolute;
    width: 50px;
    height: 45px;
    text-align: center;
    line-height: 80px;
}
#slide_img .prev,#slide_img .next{
    transition: all 0.5s;
}
#slide_img .next:hover,#slide_img .prev:hover{
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    opacity: 1!important;
    transition: all 0.3s;
}

/* 产品 */
.product_main{
    min-height: 660px;
    padding-bottom: 30px;
    position: relative;
}
.product_main .am-u-sm-4,
.product_main .am-u-sm-5,
.product_main .am-u-sm-3{
    height: 100%;
}
.product_left_top{
    width: 100%;
    height: 280px;
    padding: 0;
    border-bottom: 1px solid #058CE6;
}
.product_title{
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    margin-top: 130px;
}
.product_txt{
    padding: 0;
}
.product_txt h4{ margin: 0; padding: 0;}
.product_txt h4{
    margin-top: 60px;
    color: #058CE6;
    line-height: 25px;
    font-size: 20px;
}
.product_txt p{
    margin: 0;
    padding: 20px 0 10px 0;
    font-size: 14px;
}

.product_left_btn{
    padding: 70px 0 0 0;
}
.product_trait{
    width: 100%;
    font-size: 16px;
    color: #666666;
}
.product_trait p{
    width: 100%;
    margin: 0;
    padding: 0;
}
.product_trait p i{
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 7px;
    margin-right: 10px;
    background-color: #000000;
}
.product_trait a{
    color: #333333;
}

.product_img{
    width: 100%;
    padding: 0 20px;
    height: 380px;
    margin-top: 280px;
}
.product_desc{
    margin-top: 300px;
}
.product_desc_span{
    width: 100%;
    height: 15px;
    padding-bottom: 20px;
}
.product_desc_span span{
    display: block;
    margin-right: 10px;
    float: left;
    width: 12px;
    height: 12px;
    background-color: black;
}
.product_desc_txt{
    text-align: justify;
    height: 340px;
    line-height: 20px;
}
.product_desc_txt{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 17;
    -webkit-box-orient: vertical;
}
.product_main_bg{
    background-color: #038DE8;
    color: #ffffff;
}
.product_main_bg .product_trait i,
.product_main_bg .product_desc_span span{
    background-color: #ffffff;
}
.product_main_bg .product_txt h4,
.product_main_bg .product_trait,
.product_main_bg .product_trait a{
    color: #ffffff;
}
.triangle_bg{
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 80px solid #038DE8;
    position: absolute;
    bottom: -79px;
    left: 170px;
}
.pro_img{
    padding: 30px 0 0 0;
    text-align: center;
}
.pro_img img{
    width: 100%;
    max-width: 330px;
}

/* 行业解决方案 */
.question_main{
    height: 700px;
    padding-bottom: 50px;
}
.question_main .frame_main{
    border: 1px solid #3E81AC;
    border-top: 0;
}
.question_title{
    padding-top: 80px;
}
.question_title h4{
    font-size: 30px;
    line-height: 30px;
}
.question_img{
    padding: 50px 0 30px 0;
    text-align: center;
}
.question_img img{
    width: 90%;
    height: auto;
}
.question_desc{
    min-height: 60px;
    max-height: 180px;
    line-height: 30px;
    font-size: 16px;
    padding: 15px 10px;
    overflow: hidden;
    text-align: justify;
}
.question_desc i{
    display: block;
    float: left;
    width: 7px;
    height: 7px;
    background-color: #000000;
    border-radius: 50%;
    margin: 11px 30px 0 15px;
}
.question_href{
    text-align: center;
}
.question_href a{
    font-size: 12px;
    padding: 3px 15px;
    background-color: #038DE8;
    color: #ffffff;
    border-radius: 20px;
}

/* 视频 */
.video_main{
    padding: 50px 0;
    background-color: rgba(45, 56, 69, 0.68);
}
.video_parent{
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}
.video_parent video{
    width: 100%;
}
.video_parent span{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 5px;
    cursor: pointer;
}
.stop_voice{
    background: url("../images/stop_voice.png");
    background-size: 100% 100%;
    display: none;
}
.play_voice{
    background: url("../images/play_voice.png");
    background-size: 100% 100%;
}

/* 案例 */
.case_main{
    height: 760px;
    background: url("../images/09.jpg");
    background-size: 100% 100%;
    border: 0;
}
.case_title{
    height: 140px;
    padding-top: 100px;
}
.case_title h4{
    display: block;
    float: left;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    margin: 0;
}
.case_title a{
    display: block;
    float: left;
    width: 90px;
    font-size: 12px;
    padding: 1px 0;
    text-align: center;
    background-color: #038DE8;
    color: #ffffff;
    border-radius: 20px;
    margin: 18px 0 0 23px;
}
.case_content{
    padding: 50px 0 0 0;
}
.case_div{
    padding-top: 50px;
    height: 500px;
    background-color: #333333;
    position: relative;
}
.case_div h4{
    display: block;
    width: 100%;
    color: #ffffff;
    margin: 0;
}
.case_div img{
    margin-top: 20px;
}
.case_div p{
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    text-align: justify;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.case_div .am-u-sm-12{padding: 27px 0 0 0;}
.case_div a{
    color: #ffffff;
    text-decoration: underline;
}
.case_bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(29, 79, 162, 0.23);
}

/* 团队 公司资讯 */
.team_main{
    height: 520px;
}
.team_title{
    height: 152px;
    padding-top: 100px;
    padding-bottom: 12px;
    border-bottom: 1px solid #038DE8;
}
.team_title h4{
    display: block;
    float: left;
    font-size: 40px;
    line-height: 40px;
    color: #333333;
    margin: 0;
}
.team_title a{
    display: block;
    float: left;
    width: 90px;
    font-size: 12px;
    padding: 1px 0;
    text-align: center;
    background-color: #038DE8;
    color: #ffffff;
    border-radius: 20px;
    margin: 18px 0 0 23px;
}
.team_content{
    padding-top: 60px;
    height: 280px;
}
.team_content .am-u-sm-4{
    padding: 0;
    text-align: center;
}
.team_us_txt p{
    margin: 0;
}

.team_head_img img{
    border: 1px solid red;
    padding: 5px;
    background: #fff;
}
.team_content ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.team_content ul li{
    float: left;
    width: 100%;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    text-align: left;
}
.team_content ul li a{
    color: #333333;
}
.team_content ul li i{
    float: left;
    width: 13px;
    height: 13px;
    background: url("../images/01.png");
    background-size: 100% 100%;
    margin: 7px 5px 0 0;
}

/* 公司简介 */
.company_main{
    height: 600px;
    background: url("../images/10.jpg");
    background-size: 100% 100%;
}
.company_title{
    height: 152px;
    padding-top: 100px;
}
.company_title h4{
    display: block;
    float: left;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    margin: 0;
}
.company_content{
    padding-top: 50px;
    padding-bottom: 30px;
    min-height: 200px;
    color: #ffffff;
}
.company_content p,.company_content h5{margin: 0;padding: 0;}
.company_content span{
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}
.company_href a{
    line-height: 25px;
    font-size: 16px;
    color: #ffffff;
}