﻿@charset "utf-8";

/*关于我们*/
.aboutUsBox{
    padding-bottom: 30px;
}
.aboutUsBox > p{
    padding: 5px 0;
    line-height: 22px;
    color: #444;
    font-size: 14px;
    text-indent: 2em;
}
.aboutUsBox strong{
    font-weight: bold;
}
.aboutUsWhy > li{
    width: 300px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 20px 50px;
    text-align: center;
    float: left;
}
.aboutUsWhy > li > a{
    display: block;
    position: relative;
}
.aboutUsWhy i {
    width: 110px;
    height: 110px;
    font-size: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    display: inline-block;
    line-height: 110px;
    background-color: #2ab3db;
    color: #fff;
}
.aboutUsWhy h4 {
    font-size: 22px;
    color: #333;
    text-align: center;
    font-weight: normal;
    padding-top: 20px;
}
.aboutUsWhy p {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 20px;
    line-height: 25px;
}
.whyUs-item{
    transform: translate(0,-10px) scale(1.04);
    -webkit-transform: translate(0,-10px) scale(1.04);
    -moz-transform: translate(0,-10px) scale(1.04);
    -ms-transform: translate(0,-10px) scale(1.04);
    -o-transform: translate(0,-10px) scale(1.04);
}
.whyUs-item div{
    background-color: #ffb600;
}


/*产品与服务*/
.columnList{
    vertical-align: middle;
    display: inline-block;
}
.columnList > li{
    padding:0 20px;
    float:left;
}
.columnList > li > a{
    color:#333;
    font-size: 15px;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    padding: 4px 14px;
}
/*
.columnList > li > a.selectedTab , .columnList > li > a:hover{
    color: #fff;
    background-color: #05a3d2;
}
*/

.selectedTab > a{
    color: #fff !important;
}

.columnList > li.selectedTab {
    color: #fff;
    background-color: #05a3d2;
}

.columnList > li > a.parentCategory {
    color: #333;
    font-weight: bold;
    background: #fff;
}
 .columnList > li > a.parentCategory:hover {
    color: #fff;    
    background-color: #fd852e; 
}
.columnBg {
    line-height: 70px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}
.columnBg .mainWrap {
    text-align: center;
    vertical-align: middle;

    display: flex;
    justify-content: center;
}
.serviceRight{
    width: 50%;
    text-align: right;
    float: right;
}
.serviceRight img{
	width:100%;
	
}
.serviceLeft > h3 > a{
    font-size: 32px;
    color: #444;
    font-weight: normal;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
}
.serviceLeft{
    width: 50%;
    padding:  80px 20px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.serviceLeft > p{
    font-size: 13px;
    line-height: 22px;
    color: #888;
    padding: 20px 0;
    text-align: justify;
}
.seeMore > a{
    display: inline-block;
    border: 1px solid #05a3d2;
    padding: 10px 30px;
    font-size: 13px;
    color: #05a3d2;
}
.seeMore > a:hover {
    color: #fff;
    background-color: #05a3d2;
}
.serviceOption{
    padding: 50px 10px;
    overflow: hidden;
	box-sizing: border-box;
}
.secondBg  .serviceLeft{
    float: right;
}
.secondBg .serviceRight{
    float: left;
    text-align: left;
}
.serviceBox{
    /*display: none;*/
}
.service-wrap{
    width:900px;
    /*padding: 0 50px;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    text-align: center;
}
.service-wrap > h3{
    font-weight: bold;
    font-size: 16px;
    color: #05a3d2;
    padding: 30px 0;
}

.anliList.caseNews{
    overflow: hidden;
    padding: 50px 75px;
    width: 850px;
}




/*产品与服务-内容页面*/
.titleCon{
    font-size: 28px;
    line-height: 36px;
    color: #373e41;
    text-align: center;
    font-weight: normal;
    padding-bottom:30px;
}
.introduce > p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding: 5px 0;
}
.introduce > div{
    text-align: center;
    padding-top: 20px;
}
.introduceBox{
    padding: 50px 0;
    overflow: hidden;
}
.introduceImg > img{
    width:700px;
}
.introduce > h4{
    font-size: 15px;
    padding-top: 10px;
}
.partnerImg > img{
    width: 800px;
}
.serviceLeft.product-box a{
    color: #fff;
    cursor: default;
}
.serviceLeft.product-box p{
    color: #d8d8d8;
}


/*.introduce > .partnerImg{
    text-align: left;
}*/

/*新闻*/
.newsBox{
    padding: 20px 0;
    overflow: hidden;
}
.newsBox > li > a{
    width: 280px;
    margin: 20px 10px;
    display: inline-block;
    float: left;
    overflow: hidden;
    box-shadow: 0 5px 12px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 5px 12px rgba(0,0,0,0.10);
    -o-box-shadow: 0 5px 12px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 5px 12px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 5px 12px rgba(0,0,0,0.10);
}
.newsBox > li > a:hover img{
    transform: scale(1.1);
}
.newsBox img{
    width: 280px;
    height: 190px;
    display: block;
}
.newsBox span{
    display: block;
    overflow: hidden;
}
.newsBox h4{
    line-height: 14px;
    padding: 20px 0 15px;
    margin: 0 10px;
    background: #fff;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsBox p{
    display: -webkit-box;
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
    color: rgb(153,153,153);
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}

/*新闻内容页面*/
.newsWrap{
    margin-top: 110px;
} 
.breadcrumb{
    padding: 10px 0 60px;
}
.breadcrumb > a{
    font-size: 14px;
    margin: 0 2px;
    color: #484848;
}
.breadcrumb > span{
    font-size: 14px;
    margin: 0 2px;
    color: #484848;
}
.newsConBox{
    display: inline-block;
    width: 70%;
    background-color: #ffffff;
    margin-right: 5%;
    vertical-align: top;
}
.newsConBox > h4{
    font-size: 20px;
    color: #484848;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0;
}
.newsConent , .caseConBox{
    padding-bottom: 30px;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.newsTime{
    font-size: 14px;
    color: #999;
    padding-bottom: 30px;
    margin: 0;
}
.newsConent > p{
    color: #484848;
    letter-spacing: 0;
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    margin:10px 0;
}
.sideBar{
    display: inline-block;
    width: 24%;
    vertical-align: top;
}
.sideBar > h3{
    font-size: 18px;
    color: #333;
    margin: 0;
    font-weight: 400;
    padding-bottom: 30px;
}
.hotNewsList img{
    width: 298px;
    height: 198px;
    display: block;
}
.hotNewsList p{
    letter-spacing: 0;
    font-size: 15px;
    line-height: 22px;
    padding-top: 5px;
}
.hotNewsList a{
    color: #484848;
}

.hotNewsList > li{
    margin-bottom: 25px;
}
.around-news{
    margin: 30px 0 50px;
    overflow: hidden;
}
.around-news > span{
    width: 42%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    float: left;
}
.around-news > span > a{
    font-size: 15px;
    color: #484848;
}
.around-news > span > a:hover , .hotNewsList a p:hover{
    color: #ffb600;
}

/*新*/
.newsTops {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 30px;
}
.newsOption {
    height: 70px;
    line-height: 70px;
}
.newsOption > li {
    float: left;
}
.newsOption > li > a {
    display: block;
    color: #dbdbdb;
}
.newsOption span {
    margin: 0 30px;
    font-size: 16px;
    color: #666;
    display: inline-block;
}


.news_Img{
    width: 300px;
    float: left;
}
.news_Img > a{
    display: block;
    line-height: 0;
    overflow:hidden;
    width:250px;
    height:150px;
    border: 1px solid #f5f5f5;
}
.news_Des{
    width:900px;
    float:left;
}
.news_Des > p{
    color: #666666;
    font-size: 13px;
    line-height: 25px;
    color: #888;
    text-align: justify;
}
.news_Img img{
    width:250px;
    height:150px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.news_Img img:hover{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

.news_Top{
    margin-bottom: 25px;
    overflow: hidden;
}
.news_Top > h6{
    float:left;
    width: 80%;
    overflow: hidden;
}
.news_Top > h6 > a{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.news_Top > h6 > a:hover{
    color:#ff0030;
}
.news_Top > span{
    font-size: 14px;
    font-size: 14px;
    color: #666666;
    float:right;
}
.newsUl{
    margin-bottom: 40px;
}
.newsUl > li{
    overflow: hidden;
    border-bottom: 1px dashed #dcdcdc;
    padding: 50px 0;
}
#pages.text-c{
    text-align: right;
    padding-bottom: 40px;
    font-size: 14px;
}
#pages.text-c a{
    color: #333;
    padding: 0 5px;
}
#pages.text-c span{
    color: #ffaa00;
	padding: 0 5px;
}


/*联系我们*/
.contactBox {
    padding: 60px 40px 80px 40px;
    overflow:hidden;
}
.contactBox h2{
    font-size: 24px;
    color: #484848;
    letter-spacing: 0;
    margin-bottom: 30px;
    font-weight: 500;
}
.contactBox h2 img {
    margin-right: 5px;
    margin-bottom: 3px;
    vertical-align: middle;
}
.left-box p{
    letter-spacing: 0;
    font-size: 14px;
    color: #484848;
    line-height: 28px;
    margin-bottom: 15px;
}
.left-box,.right-box{
    width:50%;
    *width:420px;
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*.left-box{
    padding-right:40px;
}*/
.right-box{
    padding-left: 90px;
    margin-top:35px;
    border-left:1px solid #ececec;
}
.right-box h2{
    margin-top:-35px;
    *margin-top:0;
}
.right-box .form-cell{
    margin-bottom: 20px;
}
.right-box .form-cell:after{
    content: "";
    display: block;
    width:100%;
    height:0;
    clear:both;
}
.right-box ._label{
    text-align: left;
    width: 150px;
    padding-right: 12px;
    line-height: 40px;
    margin-bottom: 0;
    float: left;
}
.right-box label{
    color:#484848;
    font-weight: 500;
}
.right-box label em{
    font-style: inherit;
    color: #f74c4c;
    vertical-align: middle;
}
.right-box .input-wrap{
    width:318px;
    *width:290px;
    float: right;
    position: relative;
}
.right-box input{
    width:100%;
    *width:260px;
    height: 40px;
    line-height: 18px;
    *line-height: 40px;
    padding:0 8px;
    border: solid 1px #dcdcdc;
    color:#9a9a9a;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.right-box .phone-wrap{
     position:relative;
}
.right-box #txt_phone_nationcode1{
    display: block;
    position: absolute;
    top:1px;
    left:1px;
    width:20%;
    height:38px;
    border:0;
    color:#484848;
    padding-right: 0;
}
.right-box #telphone{
    width:100%;
    *width:195px;
    padding-left:20%;
    *padding-left:25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.right-box textarea{
    width:100%;
    *width:275px;
    height:80px;
    box-shadow: none;
    border:1px solid #dcdcdc;
}
.right-box .radio-wrap{
    width:50%;
    height:32px;
    float: left;
}
.right-box .radio-wrap input{
    width:16px;
    height:16px;
    vertical-align: middle;
    margin:0 5px 0 0;
    vertical-align: middle;
}
.right-box  select{
    width:100%;
    *width:280px;
    height:40px;
    color:#9a9a9a;
    border:1px solid #dcdcdc;
    padding-left:8px;
}
.right-box .vcode{
    float: left;
    width:78%;
    *width:200px;
}
.right-box  #valiCode{
    float: right;
    width:20%;
    height:40px;
}
.right-box input[type="submit"]{
    height: 45px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    background-color:#23a9cd;
    color:#ffffff;
    border: none;
    cursor: pointer;
}
.right-box input[type="submit"]:hover{
    background-color: #ffb600;
}
.cooperate-content{
    margin-top: 48px;
}
.right-box .form-cell-time ._label{
    line-height: 14px;
}
.right-box .msg-box{
    position: absolute;
    top:40px;
    left:0;
}
.right-box .questionDes-wrap .msg-box{
    top:80px;
}
.right-box .n-error{
    color:#f74c4c;
}
.contactBox input.invalid,
.contactBox select.invalid,
.contactBox textarea.invalid{
    border-color:#f74c4c;
}
.btn-toForm{
    position: fixed;
    top:20%;
    right:0;
    width:130px;
    height: 71px;
    background:url(../../images/web/btn-toForm1201.png) no-repeat center;
    font-size:16px;
    color:#fff;
    text-align: center;
    padding:10px 0;
    cursor: pointer;
    z-index:9999;
}


/*产品*/
.newsBox.proList > li > a{
    width: 360px;
    margin: 25px 20px;
}
.newsBox.proList img{
    width: 360px;
    height: 190px;
}
.newsBox.proList > li > a:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.newsBox.proList > li > a:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.newsBox.proList h4{
    margin: 0 20px;
}
.newsBox.proList h4{
    margin: 0 20px;
}
.newsBox.proList p{
    padding: 0 20px;
	height: 36px;
}

/*更多新闻*/
.newsMore{
    padding: 60px 0;

}
.newsMore > h3{
    font-size: 28px;
    line-height: 36px;
    color: #373e41;
    text-align: center;
    font-weight: normal;
}
.newsMoreList > li > a{
    width: 42%;
    padding: 25px 4%;
    float: left;
}
.newsMoreList{
    overflow: hidden;
    padding: 50px 10px;
}
.newsDes h4{
    font-size: 18px;
    color: #373d41;
    line-height: 25px;
    font-weight: 700;
    font-family: PingFangSC,helvetica neue,hiragino sans gb,arial,microsoft yahei ui,microsoft yahei,simsun,"sans-serif";
}
.newsDes p{
    font-size: 14px;
    color: #373d41;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ebecec;
    max-height: 40px;
    overflow: hidden;
}
.newsMoreList > li > a:hover{
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.newsDesImg{
    float: left;
}
.newsDesImg > img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.newsDes{
    float: left;
    width: 375px;
    padding-left: 30px;
}
.seeMore > a.seeBg{
    color: #fff;
    background-color: #05a3d2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.seeMore > a.seeBg:hover{
    box-shadow:0 8px 16px #05a3d254;
    -webkit-box-shadow:0 8px 16px #05a3d254;
    -moz-box-shadow:0 8px 16px #05a3d254;
    -ms-box-shadow:0 8px 16px #05a3d254;
    -o-box-shadow:0 8px 16px #05a3d254;
}
.productBg{
    background: url(../../images/web/bannerPro2.jpg) no-repeat scroll;
    background-size: cover;
}
.itemList{
    width: 50%;
    padding: 30px 0;
    float: left;
}
.itemBox{
    padding-left: 70px;
    position: relative;
}
.itemBox > .tit{
    font-size: 16px;
    line-height: 22px;
    color: #373d41;
    font-weight: 700;
    cursor: pointer;
}
.itemBox > .tit:hover{
    color:#ffb600;
}
.itemBox > .desc{
    max-width:440px;
    font-size: 14px;
    color: #373d41;
    line-height: 20px;
    margin-top: 7px;
}
.itemBox > img{
    position: absolute;
    left: 0;  
    top: 0;
}
.tedian{
    font-size: 13px;
    line-height: 28px;
    color: #666;
    text-align: center;
}

/*解决方案*/
.caseBg{
    background: url(../../images/web/banner06.jpg) no-repeat scroll;
    background-size: cover;
}
.caseBg .serviceLeft h3 a , .caseBg .serviceLeft > p{
    color: #fff;
}
.caseQueLeft , .caseQueRight{
    width:48%;
    float: left;
}
.caseQueLeft > .tit , .anliDes > h5{
    font-size: 18px;
    list-style: 24px;
    color: #373d41;
    font-weight: 700;
}
.caseQueLeft > .desc, .anliDes > p{
    font-size: 14px;
    line-height: 24px;
    color: #373d41;
    margin-top: 15px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    margin-bottom: 65px;
}
.anliDes > p{
    margin-top: 0;
}
.anliDes > h3{
    font-weight: bold;
    font-size: 16px;
    color: #05a3d2;
    padding: 30px 0;
}
.caseQueRight > img{
    width: 100%;
}
.caseQueLeft{
    padding-right: 2%;
}
.caseQueList{
    padding: 40px 0;
    overflow: hidden;
}
.caseQueOther .caseQueLeft{
    float: right;
}
.caseQueOther .caseQueRight{
    float: left;
}



/*伙伴*/
.partnerList > li{
    float: left;
}
.partnerList > li > img{
    width: 108px;
    margin: 10px 46px;
}
.ImpCaseList > li {
    width: 25%;
    box-sizing: border-box;
    padding: 10px 20px;
    float: left;
}
.ImpCaseList > li > i{
    font-size: 13px;
    padding-right: 6px;
    vertical-align: middle;
    color: #23a9cd;
}
.ImpCaseList > li > span{
    font-size: 13px;
}


/*案例*/
.anliList{
    overflow: hidden;
    padding: 50px 0;
}
.anliList > img , .anliDes{
    width: 48%;
    padding:0 1%;
    display: block;
    float: left;
}
.anliDes{
    font-size: 14px;
    line-height: 24px;
    color: #373d41;
    margin-top: 15px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slideBox .bd .anliList img{
   /* width: 48%;
    height: auto;*/
    width: 400px;
    height: 240px;
    padding:0 1%;
    display: block;
    float: left;
}
.columnCase.columnBg{
    line-height: 40px;
}
/*.columnCase .columnList > li > a.selectedTab , .columnCase  .columnList > li > a:hover{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #05a3d2;
    background-color: #fff;
    display: inline-block;
}
.columnCase .columnList > li > a.selectedTab {
    border-bottom: 3px solid #05a3d2;
    font-weight: bold;
    font-size: 16px;
}*/
.columnCase .columnList > li.selectedTab , .columnCase  .columnList > li:hover{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #05a3d2;
    background-color: #fff;
    display: inline-block;
}
.columnCase .columnList > li.selectedTab {
    border-bottom: 3px solid #05a3d2;
    font-weight: bold;
    font-size: 16px;
}

.columnCase .columnList > li > a{
    border-bottom: 3px solid #fff;
    float: left;
}
.viewMore{
    padding: 60px 0 30px;
    text-align: center;
}
.viewMore > a{
    font-size: 16px;
    color: #fff;
}
.custom-content-item a{
    text-align: center;
}
.custom-content-item img{
    width: 200px;
    height: 120px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
}
.custom-content-item>a:hover p{
    height: 100px !important;
}
.custom-content-item h4{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}
/*.caseConBox{
    color: #555;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}*/
.caseConBox > h4{
    border-bottom: 1px solid #efefef;
    margin-bottom: 40px;
    text-align: center;
    padding: 40px;
    font-size: 20px;
    color: #484848;
}


.flex-column{
    display: flex;
    justify-content: center;
    flex-flow: column;
    height: 500px;
}

.mb15{
    margin-bottom: 1.5rem;
}






/*解决方案*/
.problemsList{
    width: 48%;
    border-radius: 3px;
    box-shadow: 0 0 3px 1px #dedede;
    padding: 20px 0;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 13px 1%;
}
.problemsList > span{
    font-size: 35px;
    padding: 5px 30px;
    margin-right: 30px;
    border-right: 1px solid #d4d4d4;
    color: #666;
    float: left;
}
.problemsCon{
    width: 80%;
    padding-right: 30px;
    float: left;
}
.problemsCon > h6{
    font-size: 18px;
    margin-bottom: 20px;
    color: #2f549f;
    font-weight: normal;
}
.problemsCon > p{
    font-size: 14px;
    color: #373634;
    letter-spacing: 1px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
}
.ser_title{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #231815;
    font-weight: bold;
    height: auto;
    margin-bottom: 40px;
}
.problemsBox{
    padding: 10px;
    overflow: hidden;
}
.serBg{
    /*background-color: #f6f6f6;*/
}
.serBg .pro-box-des{
    padding-left: 30px;
}

.project_list{
    padding: 100px 0;
}

.project_right > img{
    width: 100%;
    height: 100%;
    padding-left: 50px;
    box-sizing: border-box;
}
.project_left > h6{
    font-size: 26px;
    color: #575757;
    letter-spacing: 5px;
    font-weight: normal;
    padding-bottom: 55px;
}
.project_content{
    display: block;
    color: #454545;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 2px;
}
.project_content > p {
    padding: 20px 0;
}
.case_con{
    color: #fff;
}
.case_con > h6{
    padding-top: 20px;
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}
.case_con > p{
    padding-top: 55px;
    display: block;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 2px;
    color: #CAC9C9;
    width: 587px;
}
.con_pos{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%); 
}
.case_black > h6 , .case_black > p{
    color: #333
}



/*新代码*/
.myWrap{
    width: 80%;
    margin: auto;
}
.mySection{
    padding: 80px 0;
}
.mySection2{
    margin: 80px 0;
}
.about_left{
    width: 50%;
    float: left;
}
.about_right{
    margin-top: 150px;
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
    float: left;
}
.about_titles{
    position: relative;
    height: 140px;
}
.about_titles > u{
    color: #ededed;
    font-weight: bold;
    font-size: 48px;
}
.about_titles > h6{
    font-size: 35px;
    position: absolute;
    top: 32px;
}
.about_content{
    color: #666666;
    font-size: 33px;
    line-height: 24px;
    text-align: justify;
}
.about_content span, .about_content p{
    color: #666666 !important;
    font-size: 16px !important;
    line-height: 32px !important;
}
.mySwipers img{
    width: 100%;
    height: 100%;
    padding: 60px 0;
    box-sizing: border-box;
}
.about_support{
    width: 100%;
    height: 862px;
    background-image: url(../../images/web/aboutUsBj.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.support_left{
    width: 38%;
    margin-left: 3.5%;
    margin-top: 50px;
    float: left;
}
.support_left img {
    width: 100%;
    height: auto;
}
.support_right{
    width: 36%;
    margin-right: 15%;
    float: right;
}
.supportTitle {
    font-size: 36px;
    color: #FFFFFF;
    margin-top: 250px;
}
.supportText {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 86px;
    line-height: 32px;
}
.tj_title{
    font-size: 35px;
    text-align: center;
    padding-bottom: 60px;
}
.tj_title2{
    font-size: 35px;
}

.fuwu_list {
    width: 1200px;
    margin: 0 auto;
}
.fuwu_list li {
    width: 100%;
    height: 412px;
    overflow: hidden;
}
.fuwu_odd .right img {
    width: 108%;
    height: 100%;
    transform: translate(0%, 0%);
    transition: all .3s;
}
.fuwu_odd .right:hover img {
    transform: translate(-4%, 0%);
}
.fuwu_odd .left:hover .left_main {
    padding-left: 96px !important;
}
.fuwu_even .right img {
    width: 108%;
    height: 100%;
    transform: translate(-4%, 0%);
    transition: all .3s;
}
.fuwu_even .right:hover img {
    transform: translate(0%, 0%);
}
.fuwu_even .left:hover .left_main {
    padding-left: 33px !important;
}
.fuwu_odd .left {
    float: right !important;
}
.fuwu_odd .right {
    float: left !important;
}
.fuwu_list li .left {
    width: 600px;
    background-color: #f5f5f5;
    float: left;
    height: 412px;
    transition: all .3s;
    overflow: hidden;
}
.fuwu_list li .left .left_main {
    width: 447px;
    line-height: 2;
    padding-left: 66px;
    padding-top: 90px;
    transition: all .3s;
}
.fuwu_list li .left:hover {
    background-color: #f29600;
}
.fuwu_list li .left:hover .left_main h3 {
    color: #fff;
}
.fuwu_list li .left:hover .left_main a span {
    color: #fff;
}
.fuwu_list li .left .left_main h3 {
    font-size: 24px;
    color: #2c2b2b;
    padding-bottom: 20px;
    padding-left: 10px;
}
.fuwu_list li .left .left_main a span {
    font-size: 14px;
    color: #2c2b2b;
    display: inline-block;
    padding-left: 14px;
}
.fuwu_list li .right {
    display: block;
    width: 600px;
    height: 412px;
    overflow: hidden;
    float: right;
    transition: all .3s;
}
.aboutUsWhy.safeBaozhang > li{
    width: 20%;
    margin:0;
}
.aboutUsWhy.safeBaozhang > li img{
    width: 45px;
    background-color: #2ab3db;
    border-radius: 50%;
    display: inline-block;
    line-height: 90px;
    padding: 25px;
}

.czque{
	height: 640px;
	padding-top: 110px;
}
.caseMy{
	width: 1240px;
	justify-content: space-between;
}

















