@media all and (max-width:1750px) {
    #demo_2 {
        height: 850px;
    }
}

@media all and (max-width:1720px) {
    #demo_2 {
        height: 850px;
    }
}

/*#demo_2 .tab{ top:70%;}*/
@media all and (max-width:1620px) {
    #demo_2 {
        height: 850px;
    }
}

/*#demo_2 .tab{ top:60%;}*/
@media all and (max-width:1500px) {
    #demo_2 {
        height: 850px;
    }
}

@media all and (max-width:1325px) {
    #demo_2 {
        height: 850px;
    }
}

@media all and (max-width:640px) {
    #demo_2 {
        height: 450px;
    }
}

/*banner*/
#banner {
    width: 100%;
    height: 850px;
    position: relative;
}

.banner_content {
    width: 100%;
}

.banner_content li {
    width: 100%;
    height: 850px;
}

.bannerbg {
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 850px;
}

.banner_center {
    width: 1440px;
    margin: 0 auto;
    position: relative;
    top:50%;
    margin-top: -300px;
}

#banner .prev,
#banner .next {
    font-size: 30px;
    font-weight: lighter;
    text-align: center;
    line-height: 68px;
    color: #fff;
    width: 62px;
    height: 62px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 201;
    filter: alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
    transition: all 0.2s;
}

#banner .prev:hover,
#banner .next:hover {
    filter: alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity: 0.9;
    -webkit-opacity: 0.9;
}

#banner .prev {
    left: 50px;
}

#banner .next {
    right: 50px;
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.banner_left_text {
    color: #ffffff;
    z-index: 200;
    font-family: arial, Helvetica, microsoft yahei, sans-serif;
    float: none;
}

.banner_left_text a {
    display: block;
    width: 130px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    background: #196ee0;
    text-align: center;
    color: #ffffff;
    margin-top: 20px;
}

.banner_left_text h1 {
    margin-top: 180px;
    margin-bottom: 10px;
    font-size: 275%;
    line-height: 150%;
    font-family: Helvetica, arial, Pingfang SC, microsoft yahei, sans-serif;
    font-weight: bold;
}

.banner_left_text p {
    line-height: 45px;
    font-size: 150%;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: arial, Helvetica, microsoft yahei, sans-serif;
    font-weight: lighter;
    margin-bottom: 80px;
}

.banner_right_img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 600px;
    z-index: 150;
    transform-style: preserve-3d;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*    overflow: hidden;*/
}

.banner_right_img .img_layer {
    position: absolute;
    top: 0;
    right: 0;
}

.banner_icon_link {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 600;
}

.banner_icon_link ul {
    width: 120px;
    margin: 0 auto;
}

.banner_icon_link ul li {
    border-radius: 8px;
    width: 6px;
    height: 6px;
    background: #ccc;
    margin-left: 16px;
    cursor: pointer;
    transition: all 0.3s;
    opacity: 0.5;
}

.banner_icon_link ul li:first-child {
    margin-left: 0;
}

.banner_icon_link ul li.on {
    width: 24px;
    background: #196ee0;
    opacity: 1;
}

/*首页banner结束*/

/*首页产品*/
#product {
    opacity: 1;
    width: 100%;
    background: #f4f6fa url(../../Uploads/index/products_bg.png) right top no-repeat;
}

.sol_title,
.pro_title,
.case_title {
    width: 100%;
    min-height: 200px;
}

.sol_title h1,
.pro_title h1,
.case_title h1 {
    text-align: center;
    font-size: 2.3em;
    margin-top: 100px;
    margin-bottom: 10px;
}

.sol_title p,
.pro_title p,
.case_title p {
    text-align: center;
    font-size: 1.2em;
    color: #838383;
    margin: 0;
}

.sol_title .line {
    width: 35px;
    height: 4px;
    background: #196ee0;
    margin: 30px auto;
}

.sol_content {
    display: block;
    width: 100%;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0px;
}

.sol_content ul {
    overflow: hidden;
}

.sol_content_text li {
    height: 680px;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border-right: 1px solid #292929;
}
.sol_content_bg li {
    height: 680px;
    padding: 0;
}



.sol_content_text li a {
    /*display: block;*/
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #ffffff;
    z-index: 60;
}

.sol_content_text li a:hover {
    background-color: #fff;
    color: #196ee0;
    transition: all 0.3s;
}

.sol_text {
    position: absolute;
    bottom: 10%;
    left: 10%;
    right: 10%;
    color: #fff;
    z-index: 50;
    text-align: center;
}

.sol_text .pro_img {
    width: 350px;
    height: 350px;
    margin: 20px auto;
}

.sol_text h2 {
    font-size: 26px;
    font-weight: normal;
    height: 60px;
    overflow: hidden;
}

.sol_text b {
    display: block;
    width: 35px;
    height: 2px;
    margin-left: 2px;
    background: #fff;
}

.sol_text p {
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 16px;
    height: 117px;
    overflow: hidden;
    font-weight: 200; 
    opacity: 0.8;
    text-align: justify;
}

.fix_bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    transition: all 0.3s;
}

.fix_bg.current {
    background: #196ee0;
    opacity: 1;
}

.fix_bg.current a {
    opacity: 1;
    z-index: 999;
}

/*首页产品结束*/

/*首页方案*/
.Industry {
    background: #f4f6fa;
}

svg {
    fill: currentColor;
}

.appli {
    width: 100%;
}

.appli-title {
    position: relative;
    font-size: 0;
    background-color: #fff;
    width: 1440px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 3px 13px 0px rgba(62, 138, 144, 0.18);
    z-index: 999;
    overflow: hidden;
}

.appli-title .appli-item {
    display: block;
    height: 80px;
    line-height: 20px;
    text-align: center;
    color: #233143;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.appli-title .appli-en-item {
    font-size: 18px;
}

.appli-title .appli-item .industry_icon {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin-right: 16px;
}

.appli-title .appli-item-cur {
    color: #fff;
    font-weight: bold;
    background: #196ee0;
}

.appli-title .appli-item-cur .industry_icon {
    filter: brightness(1000%);
}

.appli-count {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: #0d2446;
    top: -40px;
    color: #fff;
    height: 750px;
}

.appli-count a {
    width: 130px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    background: #196ee0;
    text-align: center;
    color: #ffffff;
    margin-top: 0px;
}

.appli-cont__wrap {
    width: 100%;
}

.appli-count .appli-item {
    width: 100%;
}

.appli-count .appli-item-bg {
    width: 100%;
    opacity: 0.7;
    height: 750px;
    filter: opacity(50%);
    background-size: cover !important;

}

.appli-count .appli-item-content {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
}

.appli-count .appli-item-content-center {
    width: 1440px;
    margin: auto;
    padding-top: 100px;
}

.appli-count .appli-item-content-center img {
    float: none;
    padding: 0;
}

.appli-count .appli-item-content-center p {
    float: none;
    margin: 70px 0;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
}

/*首页方案结束*/

#indexnews {
    opacity: 1;
    width: 100%;
    background: #f4f6fa url(../../Uploads/index/index_news_bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-top: -40px;
}

.banner_link {
    display: block;
    width: 130px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    background: #196ee0;
    text-align: center;
    color: #ffffff;
}
#indexnews .banner_link {
    margin: 80px auto;
    width: 130px;
}
.IndexNews_list {
    height: auto;
    width: 1440px;
    margin: auto;
    overflow: hidden;
}

.IndexNews_list>div {
    padding: 0;
    background: #fff;
    height: 490px;
    overflow: hidden;
}

.IndexNews_list .main_news_img {
    height: 490px;
    background-size: cover !important;
    width: 100%;
}

.IndexNews_list .main_news_content {
    position: absolute;
    width: 100%;
    top: 0;
    height: 490px;
    padding: 40px 50px;
    color: #fff;
    transition: all 0.3s;
    background-image: -webkit-linear-gradient(top, rgba(11, 39, 67, 0) 0%, rgba(11, 39, 67, 1) 100%);
    background-image: -moz-linear-gradient(top, rgba(11, 39, 67, 0) 0%, rgba(11, 39, 67, 1) 100%);
    background-image: -o-linear-gradient(top, rgba(11, 39, 67, 0) 0%, rgba(11, 39, 67, 1) 100%);
    background-image: linear-gradient(top, rgba(11, 39, 67, 0) 0%, rgba(11, 39, 67, 1) 100%);
}

.IndexNews_list .main_news_content:hover {
    background: rgba(11, 39, 67, 0.7)
}

.IndexNews_list .main_news_content a {
    margin: 0;
}

.IndexNews_list .main_news_content h3 {
    line-height: 40px;
    height: 40px;
    font-size: 24px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 24px;
    margin-top: 280px;
    transition: all 0.3s;
}

.IndexNews_list .main_news_content:hover h3 {
    margin-top: 180px;
}

.IndexNews_list .main_news_content p {
    font-size: 16px;
    line-height: 24px;
    height: 88px;
    overflow: hidden;
}

.IndexNews_list .main_news_content .banner_link {
    margin: 0 !important;
}

.IndexNews_list .news_content {
    padding-top: 11px;
}

.IndexNews_list .news_content li {
    padding: 30px 40px 0;
    height: 160px;
    color: #233143;
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
}

.IndexNews_list .news_content_title {
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}

.IndexNews_list .news_content_title a {
    color: #233143;
}

.IndexNews_list .news_content_title a:hover {
    color: #196ee0;
}

.IndexNews_list .news_content_time {
    text-align: right;
}

.IndexNews_list .news_content li>div>p {
    font-size: 14px;
    color: #535961;
}

#tryprodust {
    width: 100%;
    background: url(../../Uploads/index/index_try_bg.jpg) center no-repeat;
    height: 160px;
    color: #fff;
    background-size: cover;
}

#tryprodust .box {
    width: 1440px;
    margin: 0 auto;
    padding-top: 32px;
}

#tryprodust .try_text {
    text-align: right;
    border-right: 2px solid #ffffff;
    padding-right: 40px;
}

#tryprodust .try_text h3 {
    font-size: 26px;
    line-height: 50px;
}

#tryprodust .try_btn {
    padding-top: 32px;
    padding-left: 40px;
}

#tryprodust .try_btn a {
    display: block;
    width: 150px;
    height: 48px;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    transition: all 0.3s;
}

#tryprodust .try_btn a:hover {
    background: #fff;
    color: #196ee0;
}
































.index2_banners {
    width: 100%;
}

/*�ֲ�  --end*/
.IndexTitle>p:last-child {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    border-bottom: 4px solid #0d7ee8;
    margin-bottom: 20px;
}

.IndexTitle>h3.h3 {
    text-align: center;
    font-size: 26px;
    color: #333;
    height: 55px;
    line-height: 60px;
    margin-top: 40px;
}

.IndexTitle>p.p {
    width: 33%;
    margin: 5px auto;
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    height: 100px;
}

/*5-5*/
.Ourproducts .productsSeries {
    width: 100%;
    background: #f6f6f6;
    padding: 30px 0 80px 0;
}

.Ourproducts .productsSeries div.copy {
    width: 31.5%;
    margin: 0 25px 25px 0;
    float: left;
    background: #FFF;
    padding-bottom: 25px;
}

.Ourproducts .productsSeries div.copy:last-child {
    margin-right: 0;
}

.Ourproducts .productsSeries div.copy a.p {
    display: block;
}

.Ourproducts .productsSeries div.copy a.p>img {
    width: 100%;
    height: auto;
}

.Ourproducts .productsSeries div.copy a.p h3.h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

/*5-5*/

/*5-4*/

.IndustryProgramme {
    /*background:url("../images/bg.jpg") no-repeat;*/
    height: 559px;
    padding-top: 30px;
}

.IndustryProgramme .IndexTitle {
    color: #FFF;
    margin: 20px 0;
}

.IndustryProgramme div.block dl {
    float: left;
    background: #fff;
    width: 27.5%;
    margin: 0 10px;
    padding: 1%;
}

.IndustryProgramme div.block dl dt img {
    max-width: 330px;
    max-height: 101px;
    width: 100%;
    height: auto;
}

.IndustryProgramme div.block dl dd:nth-child(2) {
    height: 35px;
    line-height: 35px;
}

.IndustryProgramme div.block dl dd:nth-child(2)>a {
    font-size: 16px;
    color: #333;
}

.IndustryProgramme div.block dl dd:last-child {
    color: #999;
    height: 45px;
    overflow: hidden;
    text-align: center;
}


/*5-4*/

.ICooperativePartner {}

.picScroll-left {
    overflow: hidden;
    position: relative;
}

.picScroll-left .hd {
    overflow: hidden;
    height: 60px;
    padding: 0 10px;
    width: 30px;
    margin-top: 18px;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    display: block;
    width: 30px;
    height: 48px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
}

.picScroll-left .hd .next {
    background: url("../images/indexright.jpg") no-repeat;
}

.picScroll-left .hd .next:hover {
    background: url("../images/indexrightT.jpg") no-repeat;
}

.picScroll-left .hd .prev {
    background: url("../images/indexleft.jpg") no-repeat;
}

.picScroll-left .hd .prev:hover {
    background: url("../images/indexleftT.jpg") no-repeat;
}

/*.picScroll-left .hd .prevStop{ background-position:-60px 0; }*/
/*.picScroll-left .hd .nextStop{ background-position:-60px -50px; }*/
.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    padding: 10px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

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

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

.picScroll-left .bd ul li .pic img {
    width: 155px;
    height: 90px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

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

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

/*��ҳ*/
/*�����Ű���ʽ*/
.banners img {
    width: 100%;
    margin-top: -5px;
    height: 450px;
}

.Publics {
    /* background: #fff; */
    position: relative;
}

.Publics>h3.h3 {
    width: 95%;
    margin: 0 auto;
    font-size: 22px;
    color: #333;
    height: 55px;
    line-height: 65px;
}

.Publics>p.p {
    width: 95%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
}

/*�����Ű���ʽ  --end*/

/*�������� ����������*/
.NewsCenter {
    width: 100%;
}

.NewsCenter ul.NewsTitle {
    width: 95%;
    margin: 0 auto;
    height: 80px;
    padding-top: 20px;
}

.NewsCenter ul.NewsTitle li {
    font-size: 14px;
    float: left;
    padding: 15px 45px;
    background: #f6f6f6;
    margin-right: 20px;
    cursor: pointer
}

.NewsCenter ul.NewsTitle li.actives,
.NewsCenter ul.NewsTitle li:hover {
    background: #0d7ee8;
    color: #fff;
}

.NewsCenter .NewsList {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
}

.NewsCenter .NewsList div.newsimg {
    margin-left: 30px;
    background: #0d7ee8;
    color: #fff;
    text-align: center;
    width:250px;
    height: 160px;
    overflow: hidden;
    flex-shrink: 0;
}

.NewsCenter .NewsList div.newsimg b {
    font-size: 20px;
    height: 30px;
    line-height: 35px;
}

.NewsCenter .NewsList div.newsimg p {
    line-height: 35px;
}

.NewsCenter .NewsList div.content {
    margin-left: 50px;
}

.NewsCenter .NewsList div.content a {
    font-size: 18px;
    color: #333;
    display: block;
    margin-bottom: 15px;
}

.NewsCenter .NewsList div.content a:hover {
    color: #0d7ee8;
}

.NewsCenter .NewsList div.content p {
    color: #999;
    height: 100px;
    overflow: hidden;
}

/*��ҳ*/
.other_page {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    margin-left: 30px;
}

.other_page a,
.other_page span.pre {
    padding: 8px 13px;
    background: #f4f4f4;
    margin-right: 5px;
}

.other_page a:hover,
.other_page a.hover {
    border-color: #0d7ee8;
    background: #0d7ee8;
    color: #FFF;
}

.other_page span.pre {
    cursor: pointer;
    display: inline-block;
    padding: 6px;
    margin: 0 5px;
}

/*����*/
.NewsDetail h3.h3 {
    text-align: center;
    font-size: 18px;
    color: #333;
    height: 40px;
    line-height: 40px;
}

.NewsDetail p.p {
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #ccc;
}

.DetailInfo {
    width: 98%;
    margin: 0 auto;
}

.DetailInfo img {
    max-width: 100%;
}

/*�������� ���������� --end*/

/*��������*/
/*5-4*/
.AboutUs {
    margin-top: 30px;
    min-height: 400px;
}

.AboutUs2 {
    margin: 0 auto;
    margin-top: 30px;
    min-height: 400px;
    width: 95%;
    padding-bottom: 20px;
}

.AboutUs2>div.lf {
    width: 80%;
}

.AboutUs2>div.lf>div.AboutUs2Div {
    margin-bottom: 10px;
}

.AboutUs2>div.lf>div.AboutUs2Div span {
    height: 30px;
    display: inline-block;
    width: 22%;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #000;
}

.AboutUs2>div.lf>div.AboutUs2Div span:last-child {
    width: 10%;
}

.AboutUs2>div.lf>div.AboutUs2List {
    border: 1px solid transparent;
    margin: 15px 0;
}

.AboutUs2>div.lf>div.actives {
    border-color: #dddddd;
}

.AboutUs2>div.lf>.actives>div.a {
    background: #f5f5f5;
    border: none;
}

.AboutUs2>div.lf>.AboutUs2List>div.a {
    border-bottom: 1px solid #dddddd;
}

.AboutUs2>div.lf>.AboutUs2List>div.a span {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    width: 22%;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}

.AboutUs2>div.lf>.AboutUs2List>div.a>a {
    cursor: pointer;
    width: 10%;
    height: 30px;
    margin-bottom: -11px;
    display: inline-block;
    background: url("../images/bottom.png") no-repeat center center;
}

.AboutUs2>div.lf>.AboutUs2List>div.b {
    margin: 0 auto;
    margin-top: 10px;
    width: 90%;
    padding: 15px 0;
    display: none;
}

.AboutUs2>div.lf>.AboutUs2List>div.b>a {
    padding: 10px 30px;
    color: #FFF;
    background: #0d7ee8;
    display: inline-block;
    margin: 30px 0 10px 0;
}

.AboutUs2>div.rt {
    width: 18%;
}

.AboutUs2>div.rt>p {
    font-size: 18px;
    color: #0d7ee8;
    height: 28px;
    text-align: center;
}

.AboutUs2>div.rt>ul {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.AboutUs22 {
    margin: 0 auto;
    margin-top: 30px;
    min-height: 400px;
    width: 95%;
}

.AboutUs22>div {
    padding-bottom: 10px;
    font-size: 14px;
    margin: 10px 0;
}

.AboutUs22>div>span {
    display: inline-block;
    vertical-align: top;
    width: 100px;
}

.AboutUs22>div>input {
    border: 1px solid #dcdfe0;
    width: 350px;
    padding-left: 15px;
    height: 35px;
}

.AboutUs22>div>select {
    border: 1px solid #dcdfe0;
    color: #666;
    padding: 5px 20px;
    width: 350px;
}

.AboutUs22>div>span.p {
    width: 150px;
}

.AboutUs22>div>span.p>input {
    margin-right: 5px;
    font-size: 14px;
}

.AboutUs22>div.files input {
    border: none;
    color: #666;
}

.AboutUs22>div>textarea {
    resize: none;
    width: 365px;
    border: 1px solid #dcdfe0;
    height: 200px;
}

.AboutUs22>a {
    display: inline-block;
    margin-left: 100px;
    padding: 10px 35px;
    background: #0d7ee8;
    color: #FFF;
    font-size: 14px;
}

/*5-4*/
.Solution .Solution2 {
    margin-top: 42px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.Solution .Solution2>div.p {
    
    width: calc(33.3333333% - 40px);
    margin-bottom: 40px;
    background: #fff;
    position: relative;
    flex-shrink: 0;
    height: 500px;
    box-shadow: 0px 10px 24px 0px #eef2f7;
    border-radius: 4px;
    overflow: hidden;
}

.Solution .Solution2>div.p>div:first-child {
    width:100%;
    height: 250px;
    transition: all 0.3s;
}
.Solution .Solution2>div.p>div:nth-child(2) {
    padding: 20px 20px;
    height: 250px;
    overflow: hidden;
    transition: all 0.3s;
}
.Solution .Solution2>div.p:hover>div:first-child {
    height: 200px;
}

.Solution .Solution2>div.p>div:nth-child(2) h3 {
    font-size: 22px;
    color: #111;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}
.Solution .Solution2>div.p>div:nth-child(2) h3 img {
    margin-right: 10px;
}

.Solution .Solution2>div.p>div:nth-child(2) p {
    padding-top: 20px;
    font-size: 14px;
    color: #888;
}
.Solution .Solution2>div.p> a{
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s;
    width: 100%;
    border-radius: 0;
}
.Solution .Solution2>div.p:hover> a{
    opacity: 1;
}
/* 
.Solution .Solution2>div.p>div {
    width: 50%;
}

.Solution .Solution2>div.p>div.lf {
    height: 184px;
}

.Solution .Solution2>div.p>div.lf>img {
    width: 100%;
    height: 184px;
}

.Solution .Solution2>div.p>div.lf>a {
    width: 50%;
    display: none;
    background: #0d7ee8;
    position: absolute;
    bottom: 0;
    text-align: center;
    height: 37px;
    line-height: 37px;
    font-size: 30px;
    color: #FFF;
    right: 0
}

.Solution .Solution2>div.p>div.rt {
    width: 47%;
}

.Solution .Solution2>div.p>div.rt>h3 {
    font-size: 24px;
    color: #333;
    margin: 30px 0 3px 0;
}

.Solution .Solution2>div.p>div.rt>span {
    font-size: 12px;
    color: #999;
}

.Solution .Solution2>div.p>div.rt>p {
    color: #999;
    margin-top: 20px;
    width: 80%;
} */



/*productsSeries*/
.productsSeries .ProductsList {
    margin: 60px 0 60px 0;
    background: #e7eef8;
    box-shadow: 0px 10px 24px 0px #eef2f7;   
}

.productsSeries .ProductsList .left {
    padding: 0;
    background: #e7eef8;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.productsSeries .ProductsList .left img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.productsSeries .ProductsList .right {
    padding: 0;
    background: #fff;
}

.productsSeries .ProductsList div.right h3.h3 {
    font-size: 20px;
    color: #111;
    height: 50px;
    padding-top: 10px;
    cursor: pointer
}

.productsSeries .ProductsList div.right h3.h3 span {
    font-size: 12px;
}


.productsSeries .ProductsList div.right ul li {
    line-height: 30px;
    border-bottom: 1px solid #e6e6e6;
    padding: 30px;
    transition: all 0.3s;
}

.productsSeries .ProductsList div.right ul li:hover {
    border-left: 4px solid #146ee0;
}

.productsSeries .ProductsList div.right ul li a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}
.productsSeries .ProductsList div.right ul li a:hover {
    color: #146ee0;
    font-weight: bold;
}

.productsSeries .ProductsList div.right ul li .pro_img {
    display: none;
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    background: #e8eef7;
    align-items: center;
    justify-content: center;
}
.productsSeries .ProductsList div.right ul li:hover .pro_img {
    display: flex;
}

.productsSeries .ProductsList div.right ul li .pro_img img{
    max-height: 100%;
    max-width: 100%;
}

.productsSeries .ProductsList div.right ul li>p {
    font-size: 14px;
    color: #888888;
    line-height: 23px;
    text-overflow:ellipsis;
    height: 46px;
    display:-webkit-box;
    -webkit-box-orient:vertical;/*设置方向*/
    -webkit-line-clamp:2;/*设置超过为省略号的行数*/
    overflow:hidden;
}

/* 调整资料下载页面内容开始 */
.productsSeries .downloadshadow{
    border: 0px solid #eee; 
    border-radius: 8px; 
    overflow: hidden; 
    box-shadow: 0px 5px 15px 0px rgb(56 89 123 / 20%);
}
.productsSeries .ProductsList div.right .download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    vertical-align:middle;
    line-height: 22px;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 20px;
    transition: all 0.3s;
    overflow: hidden;
}
.productsSeries .ProductsList div.right .download p {
    font-size: 14px;
    color: #888888;
    line-height: 23px;
    /*text-overflow:ellipsis;*/
    display:-webkit-box;
    height: auto;
    -webkit-box-orient:vertical;/*设置方向*/
    /*-webkit-line-clamp:2;/*设置超过为省略号的行数*/*/
    overflow:hidden;
}
.productsSeries .ProductsList div.right .download .otherdownload{
    text-align:right; 
    height: 40px; 
    line-height: 40px;
    font-size: 16px;
}
.productsSeries .ProductsList div.right .download form{
    width: 100%;
} 
.productsSeries .ProductsList .searchtext{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    outline: none;
    box-shadow: 0px 0px 3px 0px rgb(56 89 123 / 30%);
    padding-left: 16px;
    font-size: 16px;
    color: #1c2632;
}
.productsSeries .ProductsList .searchtext:hover{
    border: 1px solid #146ee0;
}
.productsSeries .ProductsList .searchbutton{
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #196ee0;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    border: none;
    outline: none;
}
.pagination{
    padding-right: 20px;
}
.pagination a,.pagination span{
    display: inline-block;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 4px;
    border: 1px solid #eee;
    /* box-shadow: 0px 0px 3px 0px rgb(56 89 123 / 30%); */

}
.pagination .current{
    border: 1px solid #196ee0;
    color: #196ee0;
}


/* 调整资料下载页面内容结束 */



.productsDetail .ProductTop div.rt {
    width: 60%;
}

.productsDetail .ProductTop div.rt h3.h3 {
    font-size: 22px;
    color: #333;
    height: 80px;
    line-height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.productsDetail .Products ul {
    margin: 20px auto;
    border-bottom: 1px solid #ccc;
    height: 41px;
}

.productsDetail .Products ul li {
    float: left;
    padding: 10px 30px;
    border: 1px solid #ccc;
    margin-right: 15px;
    background: #f6f6f6;
    cursor: pointer;
    border-bottom: 0;
    font-size: 13px;
}

.productsDetail .Products ul li.actives,
.productsDetail .Products ul li:hover {
    background: #fff;
    padding-bottom: 11px;
}

.productsDetail .Products .ProductsList div {
    padding-bottom: 30px;
}

/*��Ʒ����  --end*/


/*��ϵ����*/
.ContactUs .address {
    margin-top: 50px;
}

.ContactUs .address div.rt {
    width: 78%;
    font-size: 14px;
    line-height: 30px;
}

.ContactUs .address>img.lf {
    margin: 30px 0 0 50px;
}
.ContactUs .contactfix{
    display:flex;
}


/*��ϵ����  --end*/

/*��������*/
.ServiceContent {
    width: 95%;
    margin: 30px auto;
    min-height: 300px;
}

.ServiceContent div.one p {
    margin: 5px 0;
    font-size: 14px;
}

.ServiceContent div.one input {
    width: 300px;
    border: 1px solid #ccc;
    height: 40px;
    font-size: 14px;
    padding-left: 15px;
    margin: 5px auto;
}

.ServiceContent div.one textarea {
    width: 400px;
    max-width: 400px;
    min-width: 400px;
    height: 200px;
    resize: none;
    border: 1px solid #ccc;
}

/*��������*/

.hz_ol {
    width: 600px;
    float: left;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.hz_ol li {
    width: 118px;
    height: 65px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    float: left;
    margin: 0 !important;
    line-height: 20px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hz_ol div {
    width: 120px;
    float: left;
}

.hz_ol li a {
    width: 118px !important;
    margin: 0 !important;
}

.hz_ol li img {
    width: 108px;
    height: 50px;
    display: inline-block;
    float: left;
    margin: 0 !important;
    margin-top: 5px !important;
    padding-left: 5px;
}

.fix_bg p {
    display: none;
}

.appli_mobile_title {
    display: none;
}

.footer_mobile_content {
    display: none;
}
.banner_textbg{
    width: 100%;
    height: 850px;
    position: static;
}
.appli-item-bg img{
    display: none;
}
.mobile_appli{
    display: none;
}
.sol_content_bg li{
    display: none;
    background-size: cover!important;
}
.sol_content_bg .active{
    display: block;
}
.sol_content_text{
    position: relative;
    top:-680px;
    z-index: 99;
}
.sol_content{
    height: 680px;
}
.block{
        width: 1440px;
    }
@media (max-width:1440px) {
    .block{
        width: 1200px;
    }
    .sol_content{
        height: 580px;
    }
    .sol_content_text{
        top:-580px;
    }
    .appli-count{
        height: auto;
    }
    .appli-count .appli-item-bg{
        height: auto;
    }
    .appli-item-bg img{
        display: block;
    }
    .appli-count .appli-item-content-center img,.appli-count .appli-item-content-center p{
        float: left;
    }
    .appli-count .appli-item-content-center p{
        margin: 0 50px;
        height: 90px;
        display: block;
        overflow: hidden;
    }
    .appli-count a{
        margin-left: 50px;
        display: inline-block;
        margin-top: 82px;
    }
    .banner_center {
        margin-top: -250px;
    }    
    .sol_text .pro_img {
        width: 100%;
        height: auto;
        margin: 0px auto;
    }

    .sol_text .pro_img img {
        width: 100%;
    }

    .sol_content_text li {
        height: 580px;
    }
    .sol_content_bg li {
        height: 580px;
    }
    .IndexNews_list {
        width: 1200px;
    }

    .IndexNews_list .news_content li {
        padding: 10px 20px 0;
        height: 160px;
    }

    .daohan {
        width: 1200px;
    }

    #top div.k {
        width: 60%;
    }

    .appli-title {
        width: 1200px;
        margin: 0 auto;
    }

    .appli-count .appli-item-content-center {
        width: 1200px;
        overflow: hidden;
    }

    #tryprodust .box {
        width: 1200px;
    }

    .footer .footerBtm .block,
    .footer .beian .block {
        width: 1200px;
    }

    .banner_center {
        width: 1200px;
    }

    .TryProduct_form {
        width: 1200px;
    }
    #banner,.banner_content li,.bannerbg,.banner_textbg{
        height: 650px;
    }
    .banner_left_text p{
        margin-bottom: 20px;
    }
    .banner_left_text a{
        margin: 0 auto;
    }
    .banner_left_text{
        text-align: center;
    }
    .banner_textbg{
        width: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.35);
    }
}

@media (max-width:1200px) {
    .block{
        width: 95%;
    }
    .appli-count a{
        margin-top: 5%;
    }
    .industry_name{
        font-size: 18px;
    }

    .logo{
        margin-right: 0;
    }
    .sol_text .pro_img {
        width: 95%;
        height: auto;
        margin: 0px auto;
    }

    .sol_text .pro_img img {
        width: 95%;
    }

    .sol_content_text li {
        height: 580px;
    }

    .IndexNews_list {
        width: 95%;
    }

    .IndexNews_list .news_content li {
        padding: 10px 20px 0;
        height: 160px;
    }

    .daohan {
        width: 95%;
    }

    #top div.k {
        width: 60%;
    }

    .appli-title {
        width: 95%;
    }

    .appli-count .appli-item-content-center {
        width: 95%;
    }

    #tryprodust .box {
        width: 95%;
    }

    .footer .footerBtm .block,
    .footer .beian .block {
        width: 95%;
    }

    .banner_center {
        width: 95%;
    }

    .TryProduct_form {
        width: 95%;
    }
}
.product_banner{
    width: 100%;
    margin: 0 auto;
    margin-top: -60px;
    background: rgba(25, 110, 224, 0.35);
    backdrop-filter: blur(10px);
    color: #fff;
    text-align: center;
    font-size: 16px;  
    overflow: hidden;  
    display: flex;
}
.product_active{
    background: #196ee0;
}
.product_tab{
    height: 60px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_tab a{
    cursor: pointer;
    line-height: 16px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    border-right: 1px solid  rgba(255,255, 255, 0.1);
}
@media (max-width: 991px) {
    
    .product_banner{
        width:100%;
        display: block;
    }
    .productsSeries .ProductsList {
        margin: 40px 0;
    }
    .productsSeries .ProductsList div.right ul li{
        padding: 15px;
    }
    .productsSeries .ProductsList div.right ul li:hover{
        border-left-width: 2px;
    }
    .productsSeries .ProductsList div.right ul li>a{
        font-size: 14px;
        margin-bottom: 0px;
    }
    .productsSeries .ProductsList div.right ul li>p{
        font-size: 12px;
        line-height: 18px;
        height: auto;
    }
    .productsSeries .ProductsList .left{
        height: 200px;
        overflow: hidden;
    }
    .productsSeries .ProductsList .left img{
        width: auto;
        height: 100%;
    }
    .productsSeries .ProductsList div.right ul li:hover .pro_img{
    top: -200px;
    left: 0;
    width:100%!important;
    width: auto;
    height: 200px;
    }
    .product_banner{
        margin-top: -80px;
    } 
    .product_tab{
        height: 40px;
    }
    .product_tab a{
        font-size: 12px;
        line-height: 14px;
    }  
    
    .Solution .Solution2>div.p{
        width: calc(50% - 40px);
    }
    .sol_content{
        height: 1160px;
    }
    .appli{
        display: none;
    }
    .mobile_appli{
        display: block;
    }
    .sol_content_text{
        top:-1160px;
    }
    .sol_content_text li {
        height: 580px;
    }
    .sol_content_bg li {
        height: 1160px!important;
    }

    .sol_text .pro_img {
        width: 90%;
        height: auto;
    }

    .sol_text .pro_img img {
        width: 90%;
    }

    .industry_name {
        display: none;
    }

    .appli-title .appli-item .industry_icon {
        margin-right: 0;
    }

    .appli_mobile_title {
        display: block;
        font-size: 2em;
        margin-bottom: 50px;
        padding: 0;
    }

    .footer {
        background: #1f2a39;
    }

    .footer .footerBtm {
        height: auto;
    }

    .footer_content {
        display: none;
    }

    .footer_mobile_content {
        display: block;
    }

    .footer .footerBtm {
        width: 90%;
        margin: auto;
    }

    .sub_banner {
        height: 400px;
        padding-top: 130px;
    }

    .sub_banner_title {
        font-size: 1.5em;
        font-weight: 600;
        line-height: 40px;
        width: 80%;
        margin: 0 auto;
    }
    .sub_banner_sub_title {
       
        width: 80%;
        margin: 0 auto;
    }

    .sub_banner_text {
        width: 100%;
        padding: 20px;
        font-size: 1em;
    }

    .TryProduct_content {
        padding: 20px 0px 0px;
    }

    .TryProduct_form div dt {
        font-size: 1em;
    }

    .TryProduct_form div button {
        margin-top: 30px;
        width: 100%;
    }

    .mobile_ul {
        display: block;
        padding-bottom: 10px;
        text-align: left;
        max-height: 60px;
        overflow: hidden;
        border-bottom: 1px solid #36404d;
        box-sizing: border-box;
        transition: all 0.3s;
        cursor: pointer;
    }

    .mobile_ul:hover {
        max-height: 280px;
    }

    .mobile_ul:hover .modal-title a {
        color: #fff;
    }

    .mobile_ul li {
        height: 30px;
        line-height: 30px;
    }

    .mobile_ul li a {
        font-size: 0.9em !important;
        color: #737e8c !important;
    }

    .mobile_ul li:nth-child(1) {}

    .mobile_ul .modal-title {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-weight: bold;
        border-bottom: 1px solid #36404d;
        margin-bottom: 10px;
    }

    .mobile_ul .modal-title a {
        font-size: 1em !important;
        color: #737e8c !important;
    }

    .mobile_ul .modal-title .mobile_arrow {
        display: block;
        float: right;
        margin-right: 5px;
        margin-top: 23px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #4a4a4a;
        border-right: 2px solid #4a4a4a;
        transform: rotate(135deg);
        transition: all 0.3s;
    }

    .mobile_ul:hover .mobile_arrow {
        transform: rotate(-45deg);
        margin-top: 28px;
        border-color: #fff;
    }

    .mobile_ul:hover .modal-title a {
        color: #fff !important;
    }

    .footer .beian {
        height: auto;
    }

    .footer .beian .block .lt,
    .footer .beian .block .rt {
        padding: 10px 20px;
        width: 100%;
        line-height: 25px;
        text-align: center;
    }



    /*产品其他页面修复*/
    .productsSeries .ProductsList div.lf {
        width: 100%;
        margin-left: 0;
    }

    .productsSeries .ProductsList div.rt {
        width: 100%;
        margin-right: 0;
    }

    .productsSeries .ProductsList div.rt ul li>a {
        width: 100%;
        margin-left: 0;
    }

    .productsSeries .ProductsList div.rt ul>p {
        width: 100%;
        margin-left: 0;
    }

    .banners {
        background: #0b1359;
    }

    .banners img {
        margin: 0;
        height: 85px;
        opacity: 0.5;
    }

    .Solution .Solution2>div.p>div.lf {
        width: 100%;
    }

    .Solution .Solution2>div.p>div.rt {
        width: 90%;
    }

    .Solution .Solution2>div.p>div.rt>p {
        width: 95%;
        margin-bottom: 20px;
    }

    .Solution .Solution2>div.p>div.lf>a {
        width: 100%;
    }

    .block {
        width: 95%;
    }

    .partener {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 30px;
    }
    .NewsCenter .NewsList{
        display: block;
    }

    .NewsCenter .NewsList div.newsimg {
        width: 100%;
        overflow: hidden;
        margin-left: 0;
        margin-bottom: 20px;
        height: 160px;
    }

    .NewsCenter .NewsList div.content {
        width: 100%;
        margin-left: 0;
    }

    .newscenterimg {
        width: 100% !important;
        height: auto !important;
        position: relative;

    }

    .NewsCenter {
        width: 95%;
        margin: 0 auto;
    }

    .fh {
        width: 100% !important;
    }

    .zhg a {
        display: block;
        width: 150px;
        margin: 0 auto !important;
        margin-bottom: 10px !important;
    }

    .DetailInfo p {
        line-height: 22px;
        margin: 10px 0;
        text-indent: 0px!important;
    }

    .NewsDetail h3.h3 {
        height: auto;
    }

    .ContactUs .address div {
        width: 100% !important;
    }
    .ContactUs .address div:first-child{
        display: none;
    }

    .ContactUs .address div img {
        top: 0 !important;
    }

    .baidumap {
        margin-top: 20px;
        width: 100% !important;
        height: auto !important;
    }

    .baidumap img {
        width: 100% !important;
        height: auto !important;
    }
    .AboutUs2>div.lf{
        width: 100%;
    }
    .AboutUs2>div.rt{
        display: none;
    }
    .AboutUs2>div.lf>div.AboutUs2Div span:nth-child(2),.AboutUs2>div.lf>div.AboutUs2Div span:nth-child(5), .AboutUs2>div.lf>.AboutUs2List>div.a span:nth-child(2){
        display: none;
    }
    .AboutUs2>div.lf>div.AboutUs2Div span{
        width: 30%;
    }
    .AboutUs2>div.lf>.AboutUs2List>div.a span{
        width: 40%;
        overflow: hidden;
    }
     .AboutUs2>div.lf>.AboutUs2List>div.a span:nth-child(4){
        width: 5%;
    }
    .AboutUs22{
        width: 100%;
    }
    .AboutUs22>div>select,.AboutUs22>div>input,.AboutUs22>div>textarea{
        width: 100%;
    }
    .AboutUs p{
        font-size: 0.9em!important;
    }
    .ProductTop{

    }
    .ProductTop div{
        float: none;
    }
    .productsDetail img{
        width: 100%!important;
    }
    .productsDetail table{
        width: 100%!important;
    }
    .productsDetail .ProductTop div.rt{
        width: 100%;
        margin-right: 0;
    }
    .productsDetail .Products ul li{
        padding: 10px 15px;
    }
    .DetailInfo img{
        width: 100%!important;
    }
    .DetailInfo table{
        width: 100%!important;
    }
    .other_page{
        margin-left: 0px;
    }
    #focus1 .bd li img{
        position: static;
        margin-right: 0px;
        width:40%;
        margin: 0 auto;
        opacity: 1;
    }
    #focus1 .bd li div{
        position: relative;
        top:-450px;
    }
    #focus1 .mobile_banner_btn {
        display: block;
        width: 100px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        background: #196ee0;
        text-align: center;
        color: #ffffff;
        margin: 0 auto;
        margin-top: 20px;
    }
}
.fixmobilepadding{
        padding: 0;
    }
@media (max-width: 768px) {
    .productsSeries .ProductsList div.right .download .mobilebutton{
        margin-top: 20px;
    }
    .productsSeries .ProductsList div.right .download {
        display:inherit;
    }
    .productsSeries .ProductsList div.right .download .otherdownload{
        text-align:left; 
    }
    .productsSeries .ProductsList div.right .download .otherdownload a{
        font-size: 14px;
        color:#999!important;
    }
    
    
    .sub_banner {
        background-position: -500px 0;

    }
    .Solution .Solution2>div.p{
        width: calc(100% - 40px);
    }
    .ContactUs .contactfix{
        display:block;
    }
    .sol_content{
        height: 1920px;
    }
    .sol_content_text{
        top:-1920px;
    }
    .sol_content_text li {
        height: 480px;
    }
    .sol_content_bg li {
        height: 1920px!important;
    }
    .sol_text .pro_img {
        width: 70%;
        height: auto;
    }

    .sol_text .pro_img img {
        width: 70%;
    }

    .IndexNews_list .news_content_time {
        display: none;
    }

    .appli-count .appli-item-content-center {
        padding-top: 60px;
    }

    .appli-count .appli-item-content-center p {
        margin: 20px 0;
        font-size: 1em;
    }

    .appli-count {
        height: 650px;
    }

    .Industry {
        height: auto;
    }

    #tryprodust {
        height: 250px;
    }

    #tryprodust .try_text {
        text-align: center;
        border: none;
        padding-right: 0;
    }

    #tryprodust .try_btn a {
        margin: 0 auto;
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 1em;
    }

    #tryprodust .try_btn {
        padding: 30px 0 0;
    }

    #tryprodust .try_text h3 {
        font-size: 1.5em;
        font-weight: 600;
    }

    #tryprodust .try_text p {
        font-size: 1em;
    }

}

@media (max-width: 480px) {
    .sub_banner {
        background-position: -700px 0;

    }
    #indexnews {
        margin-top: 0px;
    }
    .IndexNews_list{
        width: 100%;
    }
    .appli_mobile_title {
        font-size: 1.5em;
        margin: 20px 0;
        font-weight: 600;
    }
    .appli-count {
        height: auto;
        float: left;
    }

    .appli-count .appli-item {
        height: 550px;
    }

    .sol_content_text li {
        height: 200px;
        border-bottom: 1px solid #292929;
    }

    .sol_text .pro_img {
        width: 75%;
        height: 150px;
        overflow: hidden;
    }

    .sol_text .pro_img img {
        width: 75%;
        margin-top: -10px;
    }

    .sol_text p {
        display: none;
        font-size: 1em;
        padding: 0px;
        padding-top: 10px;
    }

    .sol_text h2 {
        font-size: 1.3em;
    }

    .sol_title,
    .pro_title,
    .case_title {
        min-height: 0px;
        overflow: hidden;
    }

    .sol_title h1,
    .pro_title h1,
    .case_title h1 {
        font-size: 1.7em;
        margin-top: 40px;
    }

    .sol_title .line {
        margin: 20px auto;
    }

    .sol_title p,
    .pro_title p,
    .case_title p {
        font-size: 1em;
    }

    .fix_bg.current {
        position: absolute;
        z-index: 50;
    }

    .fix_bg p {
        display: none;
        text-align: center;
        color: #fff;
        margin: 30px 20px;
    }

    .sol_content_text li a {
        font-size: 1em;
        width: 100px;
        height: 35px;
        line-height: 35px;
    }

    .appli-count a {
        font-size: 1em;
        width: 100px;
        height: 35px;
        line-height: 35px;
    }

    #indexnews .banner_link {
        font-size: 1em;
        width: 100px;
        height: 35px;
        line-height: 35px;
    }

    #tryprodust .try_btn a {
        font-size: 1em;
        width: 120px;
        height: 35px;
        line-height: 33px;
    }

    .IndexNews_list .news_content {
        padding-top: 0;
    }

    .IndexNews_list .news_content_title {
        font-size: 1.1em;
        line-height: 55px;
    }

    .IndexNews_list .news_content_description {
        display: none;
    }

    .IndexNews_list .news_content li {
        padding: 0px 10px 0;
        height: 55px;
        line-height: 55px;
    }

    .IndexNews_list>div {
        height: 250px;
    }

    .IndexNews_list .main_news_img,
    .IndexNews_list .main_news_content {
        height: 250px;
        padding: 30px;
    }

    .IndexNews_list .main_news_content h3 {
        margin-top: 150px;
        margin-bottom: 10px;
        font-size: 1.4em;
    }

    .IndexNews_list .main_news_content:hover h3 {
        margin-top: 20px;

    }

    .IndexNews_list .main_news_content p {
        font-size: 1em;
        height: 65px;
    }

    #indexnews .banner_link {
        margin: 0px auto 40px;
    }

    .appli {
        margin: 0;
    }

    .appli-title {
        position: relative;
        height: 50px;
    }

    .appli-title .appli-item {
        height: 50px;
        line-height: 50px;
    }

    .appli-title .appli-item .industry_icon {
        top: 8px;
        background-size: 24px !important;
    }

    #indexnews {
        background: #fff;
    }

    .mobile_banner_btn {
        display: block;
        width: 100px;
        height: 35px;
        line-height: 35px;
        border-radius: 5px;
        background: #196ee0;
        text-align: center;
        color: #ffffff;
        margin: 0 auto;
        margin-top: 20px;
    }

    .footer .footerBtm .block .lt {
        display: none;
    }

    .footer .footerBtm .block .rt {
        width: 100%;
        text-align: center;
    }

    .right_bar {
        width: 40px;
        min-width: 40px;
    }

    .right_bar ul li {
        width: 40px;
        height: 40px;
        padding-left: 40px;
    }

    .right_bar ul li.contact_tell,
    .right_bar ul li.baidu,
    .right_bar ul li.wechat,
    .right_bar ul li.to_top {
        width: 40px;
        background-size: 40px;
    }

    .right_bar ul li.baidu {
        top: 40px
    }

    .right_bar ul li.wechat {
        top: 40px;
    }

    .right_bar ul li.to_top {
        top: 80px;
    }

    .right_bar ul li.contact_tell:hover,
    .right_bar ul li.baidu:hover,
    .right_bar ul li.wechat:hover,
    .right_bar ul li.to_top:hover {
        border-bottom-left-radius: 0px;
        width: 40px;
        background-size: 40px;
    }

    .TryProduct_form div dd input[type=text],
    .TryProduct_form div dd input[type=tel],
    .TryProduct_form div dd input[type=email] {
        height: 40px;
        line-height: 40px;
    }

    .TryProduct_form div {
        min-height: 0px;
    }
    #focus1 .bd li img{
        width:70%;
    }
    .sol_text h2{
        height: auto;
    }

    .sol_content{
        height: 800px;
    }
    .sol_content_text{
        top:-800px;
    }
    .sol_content_bg li {
        height: 800px!important;
    }
    .banner_link{
        width: 100%;
    }
    #notice1,#notice2{
        padding:10px 20px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    #j_verify{
        margin-left: 0px;
        margin-top: 16px;
        width: 100%;
    }
}

/*云平台CSS*/

.index_main {
	background: #101543;
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
}
.index_main .footer{
	font-family: arial, microsoft yahei, sans-serif;
}

.index_main .section {
	color: #fff;
}

.index_main .container {
	opacity: 0;
	margin-top: -200px;
}

.index_main .section h3 {
	color: #fff;
	font-size: 4em;
	line-height: 80px;
	font-weight: bold;
}

.index_main .section .container span {
	font-size: 16px;
	line-height: 22px;
}

/*section*/
.index_main .section1 {
	width: 100%;
	height: 100%;
	background: url(../images/cloud/bg01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.index_main .section1 .container {
	position: absolute;
	top: 30%;
	left: 12.5%;
	opacity: 0;
	width: 35%;
	text-align: justify;
	margin-top: 0;
	box-sizing:content-box;
}


.index_main .section1 .innericons,.index_main .section4 .innericons{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 60px 0px;
	font-size: 16px;
	text-align: center;
}

.index_main .section1 .innericons dt, .index_main .section4 .innericons dt{
	padding-bottom: 20px;
}
.index_main .section1 .banner_left_but{
	margin-top: 20px;
}


.index_main .section2 {
	width: 100%;
	height: 100%;
	background: url(../images/cloud/bg02.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.index_main .section2 .container {
	text-align: center;
}



.index_main .section3 {
	width: 100%;
	height: 100%;
	background: url(../images/cloud/bg03.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.index_main .section3 .container {
	position: absolute;
	top: 22%;
	right: 12.5%;
	opacity: 0;
	width: 35%;
	text-align: justify;
	margin-top: 0;
	box-sizing:content-box;
}
.index_main .section3 .container .cpulist{
	padding:16px 0;
	display: flex;
	border-bottom: 1px solid #3a5a58;
	align-items:center
}
.index_main .section3 .container .cpulist img{
	margin-right:16px;

}
.index_main .section3 .container .cpulist dt{
	font-size: 20px;
	line-height: 50px;
}
.index_main .section3 .front03{
	opacity:0;
	margin-left: 5%;
}


.index_main .section4 {
	width: 100%;
	height: 100%;
	background: url(../images/cloud/bg04.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.index_main .section4 .container{
	text-align: center;
}


.index_main .section5 {
	width: 100%;
	height: 100%;
	background: url(../images/cloud/bg05.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.index_main .section5 .container{
	margin-top: -300px;
	text-align: center;
}
.index_main .section5 .videobg{
	position: absolute;
	left: 50%;
	margin-left: -440px;
	margin-top: -50px;
	width: 880px;
	height: 634px;
	background: url(../images/cloud/05videobg.png) center no-repeat;
	padding-top: 153px;
}
.litebox-overlay .litebox-inline-html video{
    width: 1280px;
    height: 624px;
}

.index_main .section6 {
	width: 100%;
	height: 100%;
	background: url(../images/cloud/bg06.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}
.index_main .section6 .container{
	text-align: center;
	margin-top: 0px;
}

.index_main .section6 .front06{
	opacity:0;
	margin-left: -100px;
}

.index_main .section7 {
	width: 100%;
	height: 100%;
	background: url(../images/cloud/bg07.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.index_main .section7 .container{
	text-align: center;
}
.index_main .section7 h3{
	margin-bottom: 100px;
}


.index_main .footer {
	width: 100%;
	height: 100%;
	background: #1e2a38;
}


@media only screen and (max-width: 1920px) {
	.index_main .section1 .innericons, .index_main .section4 .innericons{
        padding: 40px 0px;
    }
    .index_main .section h3 {
        font-size: 3.5em;
        line-height: 60px;
    }
    .index_main .section1 .container {
        top: 25%;
    }
}

@media only screen and (max-width: 1600px) {
	.index_main .section h3{
		font-size: 3em;
        line-height: 50px;
	}
	.index_main .section3 .front03{
		margin-left: -5%;
	}
}

@media only screen and (max-width: 1440px) {
	.index_main .section h3{
		font-size: 2.8em;
        line-height: 45px;
	}
	.index_main .section3 .container{
		top:20%;
		width: 70%;
	}
	.index_main .section3 .front03{
		margin-left: 30%;
	}
    .index_main .section1 .innericons,.index_main .section4 .innericons{
		font-size: 0.75em;
		padding: 20px 0px;
	}
    .index_main .section .container span{
        font-size: 0.75em;
    }
    .index_main .section1 .innericons img,.index_main .section4 .innericons img{
		width: 50px;
		height: auto;
	}
}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1300px) {
    .litebox-overlay .litebox-inline-html video{
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 992px) {
	.index_main .section h3{
		font-size: 2.5em;
        line-height: 40px;
	}
	.index_main .section1 .container{
		width: 70%;
	}
	.index_main .section3 .container .cpulist dt{
		font-size: 1.2em;
		line-height: 30px;
	}
	.index_main .section3 .container .cpulist dd{
		font-size: 0.9em;
	}
	.index_main .section3 .container{
		top:15%;
	}
	.index_main .section3 .front03{
		margin-left: 20%;
	}
}

@media only screen and (max-width: 767px) {
	.index_main .section3 .container{
		width: 70%;
	}
	.index_main .section5 .videobg{
		width: 100%;
		left: 0%;
		margin-left: 0px;
		background-size: 100%;
	}

}

@media only screen and (max-width: 480px) {
	.index_main .section h3{
		font-size: 2.2em;
		line-height: 40px;
	}
	.index_main .section1 .container{
		width: 80%;
		left:5%;
        top:15%;
	}
	.index_main .section1 .innericons,.index_main .section4 .innericons{
		font-size: 0.75em;
		padding: 20px 0px;
	}
	.index_main .section1 .innericons img,.index_main .section4 .innericons img{
		width: 40px;
		height: auto;
	}
	.index_main .section .container span{
		font-size: 0.75em;
        line-height: 15px!important;
	}
	.index_main .section3 .container{
		width: 75%;
	}
	.index_main .section3 .front03{
		margin-left: 20%;
        width: 200%;
        height: auto;
	}

	.index_main .section3 .container .cpulist{
		padding:8px 0;
	}
	.index_main .section3 .container .cpulist img{
		width: 40px;
		height: auto;
	}
	.index_main .section5 .videobg{
		width: 100%;
		left: 0%;
		margin-left: 0px;
		margin-top: -150px;
		background-size: 130%;
	}
	.index_main .section6 .front06{
		width: 80%;
		margin-left: -50px;
	}
    .index_main .section5 .container{
        margin-top: -200px;
    }
    .index_main .section7 .container{
        margin-top: 0;
    }
}

@media only screen and (max-width: 320px) {}
@media (min-width:1200px){.container{max-width:1920px}}
@media (min-width:1440px){.container{width:1360px}}
@media (min-width:1680px){.container{width:1600px}}
@media (min-width:1920px){.container{width:1920px}}

