body,html {
    overflow-x:hidden;
}
.navWrapContainer{
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    z-index: 1;
}
.navWrap{
	width: 1200px;
	margin: 0 auto;
	height: 80px;
    overflow: hidden;
}
.navWrap .logo{
    float: left;
}
.navWrap .title{
    float: left;
    color: #333333;
    margin-top: 0;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    margin-top: 30px;
}
.navWrap .footerTitle{
    float: left;
    color: #D3DFE4;
    margin-top: 0;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    margin-top: 30px;
}
.navWrap .logo a img{
	width: 100px;
    height: 80px;
    margin-top: 0;
}
.navWrap .nav_bar{
	float:right;
	margin-right: 0;
	width: 868px;
}
.navWrap .nav_bar a{
	/* float: left; */
	height: 80px;
	line-height: 80px;
	padding: 0 25px;
	margin-left: 36px;
	font-size: 14px;
	display: inline-block;
    width: auto;
    font-family: 'Microsoft YaHei-Bold';
}
.navWrap .nav_bar a:hover{
    color: #0B3795;
}
.navWrap .nav_bar a.cur{
    color: #0B3795;
}
/*banner*/
.index_banner{
	width: 100%;
	height: 524px;
	margin: 0 auto;
    overflow: hidden;
    margin-top: 80px;
}
.slideBox{ 
	width:100%; 
	height:524px; 
	overflow:hidden; 
    position:relative;
}
.slideBox .hd{ 
	height:10px; 
	overflow:hidden; 
	position:absolute; 
	right:49%; 
	top:460px; 
	z-index:1; 
}
.slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;  
}
.slideBox .hd ul li{ 
	float:left; 
	margin-right:16px;
	border-radius: 50%; 
	width:10px; 
	height:10px;
	text-align:center; 
	background:#fff; 
	cursor:pointer; 
}
.slideBox .hd ul li.on{ 
	background:#0f95f3; 
	color:#fff; 
}
.slideBox .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.slideBox .bd li{ 
	zoom:1; 
	vertical-align:middle; 
}
.slideBox .bd img{ 
	width:100%; 
	height:auto; 
	display:block;  
}
/*main*/
#mainWarp{
    width: 1200px;
	margin: 0 auto;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    color: #0B3795;
}
#mainWarp span{
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    color: rgb(0, 0, 0);
}
.mainWarpContent{
    width: 1200px;
	margin: 20px auto;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    color: #333333;
}

.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 60px;
}
.seeMore a{
    width: 150px;
    height: 44px;
    background: #0B3795;
    border-radius: 4px;
    text-align:center;
    line-height: 44px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: #FFFFFF;
    display:block;
}
.seeMore a:hover{
    background: #2052be;
}
.newsInfo{
    width: 1200px;
    height: 30px;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #0B3795;
    line-height: 93px;
    margin-top: 40px;
}
.newsInfo .span1{
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #666666;
    line-height: 93px;
    margin-top: 40px;
}
.newsInfo .span2{
    float: right;
    width: 71px;
    height: 14px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #0B3795;
    line-height: 93px;
}

.newsContent{
    width: 1200px;
    margin-top: 60px;
}

.newsContent .imageDiv{
    margin-left: 567px;
    width: 633px;
    height: 300px;
    border-bottom:  1px solid #EEEEEE;
    border-top:  1px solid #EEEEEE;
}


.imageDiv .rowDiv{
    width: 550px;
    /* margin-top: 10px; */
    /* background-color: burlywood; */
    height: 59px;
    align-items: center;
    display: flex;
    margin-left: 83px;
    /* background: red; */
}
.imageDiv .rowDiv:hover .newsDisplay{
    color: #0B3795;
}
.imageDiv .rowDiv:hover .newsDisplayDate{
    color: #0B3795;
}
.imageDiv .rowDiv:hover .newsDot{
    background-color: #0B3795;
}
.rowDiv .newsDot{
    /* width: 10px;
    height: 10px;
    border: 3px solid #1D2088;
    border-radius: 50%; */
    width: 10px;
    height: 10px;
    background: #E0E0E0;
    border-radius: 50%;
    float: left;
    line-height: 30px;
    vertical-align: middle;
}

.rowDiv .newsDisplay{
    width: 390px;
    height: 30px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    float: left;
    margin-left: 20px;
    /* background-color: chartreuse; */
}
.rowDiv .newsDisplayDate{
    width: 100px;
    height: 30px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #999999;
    line-height: 30px;
    float: left;
    /* background-color: blueviolet; */
     margin-left: 20px;
}

.newsContent .imageDiv .newsContentTitle{
    width: 331px;
    height: 50px;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #0B3795;
    line-height: 50px;
    margin-left: 30px;
    text-align: center;
    vertical-align: middle;
}

.newsContent .imageDiv .content{
    font-family: 'Microsoft YaHei';
    width: 984px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    line-height: 30px;
    margin-left: 30px;
    margin-top: -5px;
}

.newsContent .imageDiv .contentDate{
    font-family: 'Microsoft YaHei';
    width: 85px;
    height: 48px;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    line-height: 48px;
    margin-left: 30px;
    vertical-align: middle;
    text-align: center;
}

.newsContent .image{
    width: 567px;
    height: 300px;
    float: left;
}

.showNews{
    width: 1200px;
    margin-top: 30px;
    height: 140px;
}
.showNews .leftNews{
    width: 550px;
    float: left;
}
.showNews .middleNews{
    width: 1px;
    height: 90px;
    background: #EEEEEE;
    float: left;
    margin-left: 50px;
    margin-top: 20px;
    /* margin-right: 50px; */
}
.showNews .rightNews{
    width: 550px;
    float: left;
    /* background-color: chartreuse; */
    margin-left: 49px;
}

/* .showNews  .rowDiv{
    width: 550px;
    margin-top: 10px;
    height: 30px;
    align-items: center;
    display: flex;
}
.rowDiv .newsDot{
    width: 12px;
    height: 12px;
    border: 3px solid #1D2088;
    border-radius: 50%;
    float: left;
    line-height: 30px;
    vertical-align: middle;
}
.rowDiv .newsDisplay{
    width: 390px;
    height: 30px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    float: left;
    margin-left: 20px;
}
.rowDiv .newsDisplayDate{
    width: 100px;
    height: 30px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #999999;
    line-height: 30px;
    float: left;
     margin-left: 20px;
}*/

.solutionImg{
    margin-top: 60px;
    width: 100%;
    height: 300px;
}
.borderDiv1{
    float: left;
    position: relative;
    width: 391px;
    height: 180px;
    margin-right:10px ;
} 

/* .borderDiv1:hover .details {
    display: block;
} */
.borderDiv1 .details {
    color: #FFFFFF;
    display: none;
    background:linear-gradient(to bottom right, #6dd9e5 , #07308d);;
    width: 391px;
    height: 235px;
    position: absolute;
    top:0;
    left: 0;
}
.borderDiv1 .details .detailsTitle{
    width: 330px;
    height: 30px;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    float: left;
    margin-left: 30px;
    margin-top: 40px;
}
.borderDiv1 .details .detailsContent{
    width: 330px;
    height: 130px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}
 .img1{
    width: 391px;
    height: 235px;
}


.div11{
    
    width: 100%;
    position: absolute;
    font-size: 18px;
    height: 49px;
    width: 220px;

    margin-top:-25px;
    margin-left: 85px;
    background: #FFFFFF;
    box-shadow: 0px 2px 11px 0px rgba(136, 136, 136, 0.11);
    border-radius: 25px;
    line-height: 49px;
    text-align: center;
}
.div11:hover{
    background: linear-gradient(#54b6da,#2052be); 
    color: #fff;
    box-shadow: 0px 2px 11px 0px rgb(9, 69, 180,0.5);
}

.borderDiv2{
    float: left;
    position: relative;
    width: 391px;
    height: 180px;
    margin-right:10px ;
}
/* .borderDiv2:hover .details {
    display: block;
} */
.borderDiv2 .details {
    color: #FFFFFF;
    display: none;
    background:linear-gradient(to bottom right, #6dd9e5 , #07308d);;
    width: 391px;
    height: 235px;
    position: absolute;
    top:0;
    left: 0;
}
.borderDiv2 .details .detailsTitle{
    width: 330px;
    height: 30px;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    float: left;
    margin-left: 30px;
    margin-top: 40px;
}
.borderDiv2 .details .detailsContent{
    width: 330px;
    height: 130px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}
 .img2{
    position: relative;
    width: 391px;
    height: 235px;
}

 .div22{
    width: 100%;
    position: absolute;
    font-size: 18px;
    height: 49px;
    width: 220px;
    
    margin-top:-25px;
    margin-left: 85px;
    background: #FFFFFF;
    box-shadow: 0px 2px 11px 0px rgba(136, 136, 136, 0.11);
    border-radius: 25px;
    line-height: 49px;
    text-align: center;
}
.div22:hover{
    background: linear-gradient(#54b6da,#2052be); 
    color: #fff;
    box-shadow: 0px 2px 11px 0px rgb(9, 69, 180,0.5);
}
.borderDiv3{
    float: left;
    position: relative;
    width: 391px;
    height: 180px;
}

/* .borderDiv3:hover .details {
    display: block;
} */
.borderDiv3 .details {
    color: #FFFFFF;
    display: none;
    background:linear-gradient(to bottom right, #6dd9e5 , #07308d);;
    width: 391px;
    height: 235px;
    position: absolute;
    top:0;
    left: 0;
}
.borderDiv3 .details .detailsTitle{
    width: 330px;
    height: 30px;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    float: left;
    margin-left: 30px;
    margin-top: 40px;
}
.borderDiv3 .details .detailsContent{
    width: 330px;
    height: 130px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
}
 .img3{
    position: relative;
    width: 391px;
    height: 235px;
}

 .div33{
    width: 100%;
    position: absolute;
    font-size: 18px;
    height: 49px;
    width: 220px;

    margin-top:-25px;
    margin-left: 85px;
    background: #FFFFFF;
    box-shadow: 0px 2px 11px 0px rgba(136, 136, 136, 0.11);
    border-radius: 25px;
    line-height: 49px;
    text-align: center;
}
.div33:hover{
    background: linear-gradient(#54b6da,#2052be); 
    color: #fff;
    box-shadow: 0px 2px 11px 0px rgb(9, 69, 180,0.5);
}
.productInfo{
    margin-top: 60px;
    width: 100%;
    height: 500px;
}

.productText{
    width: 530px;
    float: left;
}
.productText .productTitle{
    width: 231px;
    height: 25px;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 63px;
    font-family: 'Microsoft YaHei';
}
.productText .productSubtitle{
    width: 239px;
    height: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 63px;
    font-family: 'Microsoft YaHei';
}
.productText .productContent{
    font-family: 'Microsoft YaHei';
    width: 529px;
    height: 108px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.productText .product{
    width: 239px;
    height: 72px;
    float: left;

    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    margin-top: 12px;
}

.productText .product .contentImg{
    width: 56px;
    height: 56px;
    margin:9px 13px 7px 21px;
}

.productText .product .contentText{
    width: 96px;
    height: 72px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    line-height: 72px;
    text-align: center;
}
.productImg{
    width: 640px;
    float: left;
    height: 500px;
    margin-left: 30px;
}

.indexFooter{
    width: 100%;
    height: 260px;
    background: #182029;
    /* margin-top: 60px; */
    /* margin-left: auto;
    margin-right: auto; */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

 .footerView{
    width: 1200px;
	margin: 0 auto;
	height: 260px;
    overflow: hidden;
}


.footerLeftInfo{
    width: 410px;
    float: left;
}

.footerLeftInfo .baseInfo{
    width: 400px;
    height: 112px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 200;
    color: #D3DFE4;
    line-height: 33px;
}

.footerLeftInfo .footerLogo {
    width: 100px;
    height: 80px;
    margin-top: 0;
    float: left;
}

.footerLeftInfo .footerTitle{
    color: #D3DFE4;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    height: 80px;
    line-height: 80px;
    text-align: left;
    margin-left: 5px;
}

.footerLine{
    width: 1px;
    height: 143px;
    background: #1E2934;
    /* background: #EEEEEE; */
    margin-left: 60px;
    margin-top: 48px;
    float: left;
}
.softwareProd{
    width: 160px;
    float: left;
    margin-left: 60px;
}
.footerFiling{
    background-color: #131a21;
    text-align: center;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 200;
    line-height: 60px;
}
.softwareTitle{
    color: #D3DFE4;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    height: 80px;
    line-height: 80px;
    margin-left: 5px;
}

.softwareContent{
    width: 160px;
    height: 79px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 300;
    color: #D3DFE4;
    line-height: 33px;
}
.softwareContent a{
 
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 300;
    color: #D3DFE4;
    line-height: 33px;
}
.footerImage{
    width: 159px;
    height: 159px;
    margin-top: 51px;
}

/* 解决方案*/
.solution{
    width: 1200px;
    margin-top: 30px;
    /* height:1400px; */
}
.solution .tabDiv{
    height: 66px;
    width: 1200px;
    background: #FFFFFF;
    border-bottom: 1px solid #CAC9C9;
}

.tabDiv .titleCard{
    height: 64px;
    width: 80px;
    float: left;

    line-height: 64px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-family: 'Microsoft YaHei';
    text-align: center;
    margin: 0 10px;
    margin-bottom: 2px;
}

.tabDiv .chosed{
    border-bottom: 2px solid #0B3795;
    color: #0B3795;
}

.solution .mainDiv{
    /* height: 66px; */
    width: 1200px;
    background: #FFFFFF;
}

.mainDiv .tab1Title {
    display: none;
}

.mainDiv .showit {
    display: block;
}

.tab1Title{
    width: 1200px;
    /* background-color: teal; */
    /* margin-top: -20px; */
}
.tab1Title .span1{
    width: 1200px;
    height: 25px;
    font-size: 26px;
    font-family: 'Microsoft YaHei';
    color: #333333;
    line-height: 26px;
    text-align: center;
}
.tab1Title .span2{
    width: 1200px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}
.tab1Title .tab1TitleDiv1{
    width: 1200px;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-top: 30px;
}

.tab1Title .span3{
    width: 1200px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.tab1Title .solutionCaseImage{
    width: 220px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
}


.tab1Content{
    width: 1200px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    background-color: aqua;
}

.caseDiv{
    width: 1200px;
    margin-top: 0px;
    height: auto;
    /* height:700px; */
    
}
.caseTabDiv{
    height: 66px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    /* border-bottom: 1px solid #CAC9C9; */
}

.caseTabDiv .titleCard{
    height: 64px;
    width: 80px;
    float: left;
    line-height: 64px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-family: 'Microsoft YaHei';
    margin: 0 10px;
    margin-bottom: 2px;
}

.caseTabDiv .chosed{
    border-bottom: 2px solid #0B3795;
    color: #0B3795;
}

.caseDiv .caseMainDiv{
    width: 1200px;
    background: #f9f9f9;
    
    /* height: 1400px; */
    margin-top: 0;
}


.caseMainDiv .caseTabTitle {
    display: none;
}
.caseMainDiv .showit {
    display: block;
}

.caseTabTitle {
    width: 1200px;
    background: #F9F9F9;
    /* background: #F9F9F9; */
    /* background: red; */
    /* height: 1400px;
    margin-top: 0;
    text-align: start; */
}

.caseTabTitle .rowPage{
    width: auto;
	margin: 45px auto 36px;
	text-align: center;
    margin-left: 9px;
}

.caseTabTitle .rowPage .chosed{
    border: 1px solid #06c;
    color:  #06c;;
}

.caseTabTitle .rowPage a{
	display: inline-block;
	width: 28px;
	height: 34px;
	border: 1px solid #D4D4D4;
	text-align: center;
	line-height: 34px;
	margin-right: 17px;
	color: #333;
    font-size: 12px;
    margin-top: 30px;
}

.caseTabTitle .pageItem{
    display: none;
}
.caseTabTitle .showit {
    display: block;
}
.caseTabTitle .pageItem{
    width: 1200px;
    background: #F9F9F9;
}

.pageItem  .caseCard{
    width: 384px;
    height: 500px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    margin-top: 30px;
    float: left;
    transition: all .2s ease-out;
}
.pageItem  .caseCard:hover{
    box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.1);
    transform: translateY(-10px);
}
.caseCard .cardImg{
    width: 384px;
    height: 241px;
}

.caseCard .cardDiv1{
    width: 322px;
    height: 60px; 
    /* width: 28px;
    height: 12px; */
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #0B3795;
    line-height: 60px;
    margin-left: 31px;
}

.caseCard .cardDiv1 .cardSpan{
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #999999;
    line-height: 60px;
}

.caseCard .cardDiv2{
    font-family: 'Microsoft YaHei';
    width: 322px;
    height: 63px;
    font-size: 21px;
    font-weight: 400;
    color: #333333;
    line-height: 63px;
    margin-left: 31px;
}

.caseCard .cardDiv3{
    font-family: 'Microsoft YaHei';
    width: 322px;
    height: 59px;
    font-weight: 400;
    line-height: 23px;
    margin-left: 31px;

    font-size: 14px;
    font-weight: 400;
    color: #666666;
}



.caseDetailImage{
    height:430px;
    width: 100%;
    position: relative;
    margin-top: 80px;
}

.caseDetailImageAllDiv{
    position: absolute;
    width: 1200px;
    height: 430px;
    top: 0;
    left: 50%;
    margin-left:-600px;
}
.caseDetailImageAllDiv .caseDetailImageImg{
    position: absolute;
    width: 159px;
    height: 82px;
    top:78px;
    left: 0;
}

.caseDetailImageAllDiv .caseDetailImageTitle{
    position: absolute;
    width: 540px;
    height: 82px;
    top:78px;
    left: 180px;

    font-size: 34px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 44px;
}

.caseDetailImageAllDiv .caseDetailImageDiv{
    position: absolute;
    bottom: 0;
    margin: auto;

    width: 1200px;
    height: 120px;
    background: #0B3795;
    opacity: 0.8;
}

.caseDetailImageDiv .titleDiv1{
    width: 200px;
    height: 40px;
    font-size: 22px;
    font-family:'Microsoft YaHei';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 50px;
    vertical-align: middle;
    /* background: red; */
    margin-top: 20px;
    float: left;
    /* background: olivedrab; */
}

.caseDetailImageDiv .titleDiv1 .titleDiv1Span{
    width: 150px;
    height: 40px;
    font-size: 16px;
    font-family:'Microsoft YaHei';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    /* background: chartreuse; */
}
.caseDetailImageDiv .titleLine{
    width: 1px;
    height: 60px;
    background: #FFFFFF;
    margin-left: 50px;
    margin-top: 30px;
    float: left;
}

.caseDetailBusinessTitle{
    width: 1200px;
    height: 40px;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 0px;
    margin-top: 60px;
}
.caseDetailBusinessTitle span{
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
}
.caseDetailBusiness{
    width: 1200px;
    height: 30px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
}

.caseDetailContent{
    width: 1200px;
    height: 283px;
    margin-top: 50px;
}

.caseDetailContent .detailDes{
    width: 709px;
    height: 283px;
    float: left;
}

.detailDes .detailDesTitle{
    width: 100px;
    height: 22px;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.detailDes .detailDesContent{
    width: 709px;
    height: 175px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    margin-top: 30px;
}

.caseDetailContent .detailDesImg{
    width: 452px;
    height: 283px;
    float: left;
    margin-left: 39px;
}

.caseDetailSloganDiv{
    width: 1200px;
    height: 157px;
    background: #F2F2F2;
    margin-top: 30px;
}

.caseDetailSloganDiv .sloganImg{
    width: 38px;
    height: 36px;
    margin-left: 44px;
    margin-top: 40px;
    float: left;
}

.caseDetailSloganDiv .sloganText{
    width: 1037px;
    height: 77px;
    margin-left: 30px;
    margin-top: 40px;
    float: left;
    position: relative;
}

.sloganText .sloganTextDes{
    width: 1037px;
    height: 40px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}

.sloganText .sloganTextDesName{
    position: absolute;
    right: 0;
    width: 216px;
    height: 30px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    margin-top: 20px;
    float: right;
}

.caseDetailCardDiv{
    width: 1200px;
    height: 385px;
    margin-top: 30px;
}
.caseDetailCardDiv .cardDiv{
    width: 385px;
    height: 450px;
    float: left;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
}

.cardDiv .titileView{
    width: 385px;
    height: 90px;
    background: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;;
}

.titileView .titleImage{
    width: 40px;
    height: 40px;
    margin-left: 110px;
    margin-top: 25px;
    float: left;
}

.titileView .titleText{
    width: 100px;
    height: 40px;
    margin-left: 10px;
    margin-top: 27px;
    float: left;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    vertical-align:middle; 
    color: #333333;
    line-height: 40px;
}

.cardDiv .contentView{
    width: 308px;
    height: 290px;
    margin-left: 40px;
    margin-right: 37px;
}

.contentView .iconDiv{
    width: 14px;
    height: 14px;
    background: #0B3795;
    margin-top: 30px;
    float: left;
}

.contentView .iconNum{
    width: 14px;
    height: 14px;
    margin-top: 30px;
    float: left;


    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}

.cardDiv:hover  {
    border-top: 3px solid #0B3795;;
    box-shadow: 0px 0px 20px 0px rgba(188, 186, 186, 0.15);
}

.caseSolutionDiv{
    width: 1200px;
    height: 60px;
    margin-top: 40px;
    position: relative;
}

.caseSolutionDiv .solutionDiv{
    width: 240px;
    height: 60px;
    background: #0B3795;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left:-120px;
}

.solutionDiv .solutionDivText{
    width: 128px;
    height: 17px;
    font-size: 16px;
    font-family:'Microsoft YaHei';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
    float: left;
    margin-top: 22px;
    margin-left: 41px;
}

.solutionDiv .solutionDivImage{
    width: 20px;
    height: 16px;
    float: left;
    margin-top: 22px;
    margin-left: 16px;
}

.moreCaseDiv{
    width: 1200px;
    height: 400px;
    /* height: 600px; */
    margin-top: 30px;
}

.moreCaseDiv .moreCaseTitle{
    width: 150px;
    height: 24px;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.moreCaseCardCanvas{
    width: 1200px;
    /* height: 560px; */
    height: 360px;
}
.moreCaseCardCanvas .moreCaseCard{
    width: 384px;
    height: 330px;
    /* height: 530px; */
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    margin-top: 30px;
    float: left;
}

.moreCaseCard .cardImg{
    width: 384px;
    height: 241px;
}



.moreCaseCard .cardDiv1{
    width: 322px;
    height: 60px; 
    /* width: 28px;
    height: 12px; */
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #0B3795;
    line-height: 60px;
    margin-left: 31px;
}

.moreCaseCard .cardDiv1 .cardSpan{
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #999999;
    line-height: 60px;
}

.moreCaseCard .cardDiv2{
    font-family: 'Microsoft YaHei';
    width: 322px;
    height: 63px;
    font-size: 21px;
    font-weight: 400;
    color: #333333;
    line-height: 63px;
    margin-left: 31px;
}

.moreCaseCard .cardDiv3{
    font-family: 'Microsoft YaHei';
    width: 322px;
    height: 59px;
    font-weight: 400;
    line-height: 23px;
    margin-left: 31px;

    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.moreCaseCard .cardLine{
    margin-left: 31px;
    width: 327px;
    height: 1px;
    background: #0B3795;
    margin-top: 30px;
}

.contentView .iconTextDiv{
    width: 278px;
    height: 38px;
    margin-top: 28px;
    margin-left: 16px;
    float: left;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 23px;
}

.centerContent{
    width: 1200px;
    margin-top: 30px;
    /* height: 2100px; */
    /* background: chartreuse; */
}
.centerContent .centerTitle1{
    width: 1200px;
    height: 19px;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: 500;
    color: #999999;
    line-height: 19px;
    text-align: center;
}
.centerContent .centerTitle2{
    width: 1200px;
    font-family: 'Microsoft YaHei';
    text-align: center;

    height: 28px;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    margin-top: 5px;
}

.centerContent .centerTitle3{
    width: 1200px;
    font-family: 'Microsoft YaHei';

    height: 25px;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
    margin-top: 25px;
}

.centerContent .centerTitle4{
    width: 1200px;
    font-family: 'Microsoft YaHei';

    height: 20px;
    font-size: 30px;
    font-weight: 500;
    color: #333333;
    line-height: 20px;
    margin-top: 20px;
}
.centerContent  .centerContent1{
    width: 1200px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 500;
    color: #333333;
    margin-top: 30px;
}

.centerContent  .centerCardDiv{
    width: 1200px;
    height: 150px;
    margin-top: 40px;
}


.centerCardDiv .cardItem{
    width: 120px;
    height: 150px;
    float: left;
}

/* .cardItem:hover .imgDiv {
    border: 1px solid #184098;
}
.cardItem:hover  .title{
    color: #184098;
} */


/* .cardItem  .chosed .imgDiv{
    border: 1px solid #184098;
} */


/* .centerCardDiv .chosed .imgDiv {
    border: 1px solid #184098;
}
.centerCardDiv .chosed .title{
    color: #184098;
} */

.cardItem .imgDiv{
    width: 118px;
    height: 110px;

    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
}

.imgDiv .image{
    width: 72px;
    height: 72px;
    margin: 19px 23px;
}

.cardItem .title{
    width: 120px;
    height: 17px;
    font-size: 17px;
    font-family: 'Microsoft YaHei';
    font-weight: 500;
    /* color: #184098; */

    color: #333333;
    line-height: 17px;
    margin-top: 20px;
    text-align: center;
}
.animate-box1{
    /* position: absolute; */
    opacity: 0;
    position: relative;
    left: -200px;
    margin-left: 50px;
    -webkit-animation: slide 0.5s forwards;

    -webkit-animation-delay: 2s;

    animation: slide 0.5s forwards;

    animation-delay: 2s;
}
.animate-box2{
    /* position: absolute; */
    opacity: 0;
    position: relative;
    right: -200px;
    margin-left: 50px;
    -webkit-animation: slide 0.5s forwards;

    -webkit-animation-delay: 2s;

    animation: slide 0.5s forwards;

    animation-delay: 2s;
}
.animate-box3{
    /* position: absolute; */
    opacity: 0;
    position: relative;
    left: -200px;
    margin-left: 50px;
    -webkit-animation: slide 0.5s forwards;

    -webkit-animation-delay: 2s;

    animation: slide 0.5s forwards;

    animation-delay: 2s;
}
.animate-box4{
    /* position: absolute; */
    opacity: 0;
    position: relative;
    right: -200px;
    margin-left: 50px;
    -webkit-animation: slide 0.5s forwards;

    -webkit-animation-delay: 2s;

    animation: slide 0.5s forwards;

    animation-delay: 2s;
}
.animate-box5{
    /* position: absolute; */
    opacity: 0;
    position: relative;
    left: -200px;
    margin-left: 50px;
    -webkit-animation: slide 0.5s forwards;

    -webkit-animation-delay: 2s;

    animation: slide 0.5s forwards;

    animation-delay: 2s;
}
.centerContent  .centerCardMain{
    width: 1200px;
    /* height: 2100px; */
}

.centerCardMain .main_item {
    display: none;
}

.centerCardMain .showit {
    display: block;
}

.main_item .mainCardDiv{
    width: 1200px;
    height: 361px;
    background: #FFFFFF;
    box-shadow: 0px 2px 24px 0px rgba(156, 156, 156, 0.06);
    border-radius: 21px;
    margin-top: 40px;
    position: relative;
    margin-left: 50px;
   
}

.mainCardDiv .imgDiv{
    width: 514px;
    height: 288px;
    margin-left: 73px;
    margin-top: 36px;
    float: left;
}

.mainCardDiv .textDiv{
    width: 521px;
    height: 228px;
    margin-left: 15px;
    margin-top: 36px;
    float: left;
}

.textDiv .title{
    width: 300px;
    height: 29px;
    font-size: 30px;
    font-family: 'Microsoft YaHei';
    font-weight: 800;
    color: #2F4A89;
    line-height: 29px;
    margin-top: 30px;
}
.textDiv .textContent{
    width: 521px;
    height: 50px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-top: 20px;
}

.textDiv .downloadDiv{
    width: 180px;
    height: 48px;
    background: #07308D;
    border-radius: 8px;
    margin-top: 46px;
}

.downloadDiv .imgDiv{
    width: 20px;
    height: 20px;
    margin-top: 14px;
    margin-left: 30px;
    float: left;
}

.downloadDiv .downloadText{
    width: 115px;
    height: 20px;
    margin-top: 14px;
    margin-left: 15px;
    
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    float: left;
}

/* 弹窗 (background) */
.modal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定定位 */
    z-index: 1; /* 设置在顶层 */
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

/* 弹窗内容 */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 540px;
    height: 500px; 
}

.modal-content  .title{
    width: 540px;
    height: 20px;
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    text-align: center;
    margin-top: 30px;
}

.modal-content  .subtitle{
    width: 540px;
    height: 20px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
}

.modal-content  form{
    width: 540px;
    height: 350px;
}

.modal-content  form .rowDiv{
    width: 540px;
    height: 50px;
    margin-top: 20px;
}

.modal-content  form .rowButton{
    width: 420px;
    height: 50px;
    margin-top: 20px;
    margin-left: 70px;
}

.rowButton input{
    width: 420px;
    height: 50px;
    background: #07308D;
    border: 1px solid #EEEEEE;


    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 600;
    color: #FFFFFF;
    line-height: 50px;
}

.rowDiv .labelDiv{
    width: 70px;
    height: 50px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #E12121;
    line-height: 50px;
    float: left;
    margin-left: 50px;
}

.rowDiv .labelDiv span{
    height: 50px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 50px;
}

.rowDiv input{
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    width: 368px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    padding-left:20px;
}

.rowDiv input::-webkit-input-placeholder{
    margin-left: 20px;
}

/* 关闭按钮 */
.close {
    color: #aaa;
    float: right;
    font-size: 24px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



.main_item .mainTitle{
    width: 1200px;
    height: 26px;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: 800;
    color: #333333;
    line-height: 26px;
    margin-top: 40px;
}

.main_item .mainContentCardDiv{
    width: 1200px;
    height: 650px;
    font-size: 24px;
    margin-top: 20px;
    border-top: 1px #EEEEEE solid;
    /* background-color: aqua; */
}

.mainContentCardDiv .cardContent{
    width: 400px;
    height: 210px;
    float: left;
}

.cardContent .imgDiv{
    width: 56px;
    height: 56px;
    margin-top: 25px;
    margin-left: 172px;
    margin-right: 172px;
}

.cardContent .titleDiv{
    width: 400px;
    height: 26px;
    margin-top: 25px;
    
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    text-align: center;
}

.cardContent .contentDiv{
    width: 280px;
    height: 35px;
    margin-top: 25px;
    
    margin-left: 60px;
    margin-right: 60px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    text-align: center;
}

.main_item .mainContentProduct{
    width: 1200px;
    height: 70px;
    margin-top: 20px;
    border-top: 1px #EEEEEE solid;

    /* background-color: aqua; */
}

.mainContentProduct .contentDiv{
    width: 1200px;
    height: 40px;
    margin-top: 30px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.main_item .mainContentImgDiv{
    width: 1200px;
    height: 250px;
    margin-top: 20px;
    border-top: 1px #EEEEEE solid;
    /* background-color: aqua; */
}

.mainContentImgDiv .maincardDiv{
    width: 288px;
    height: 230px;
    margin-top: 20px;
    float: left;
}

.maincardDiv .imgDiv{
    width: 288px;
    height: 187px;
}

.maincardDiv .textDiv{
    width: 288px;
    height: 18px;

    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    text-align: center;
}

.centerFormDiv{
    width: 100%;
    height: 200px;
    position: relative;
}
.centerFormContentDiv{
    position: absolute;
    width: 1200px;
    height: 200px;
    top: 0;
    left: 50%;
    margin-left:-600px;
}

.centerFormContentDiv .leftDiv{
    width: 620px;
    height: 200px;
    float: left;
}
.leftDiv .divText{
    width: 250px;
    height: 25px;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 78px;
    float: right;
}

.leftDiv .divText1{
    width: 350px;
    height: 15px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 15px;
   
}

.leftDiv .divText2{
    width: 310px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 0px 15px 0px rgba(136, 136, 136, 0.06);
    border-radius: 8px;
    margin-top: 78px;
    float: left;
}

.divText2 .imgDiv{
    width: 24px;
    height: 28px;
    margin: 16px 16px 16px 30px;
    float: left;
}

.divText2 .textDiv{
    width: 190px;
    height: 28px;
    margin: 16px 16px;
    float: left;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.centerFormContentDiv .rightDiv{
    width: 500px;
    height: 200px;
    float: left;
}

.rightDiv .name{
    width: 30px;
    height: 20px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 90px;
    float: left;
    margin-left: 20px;
}

.rightDiv .nameInput{
    width: 160px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 0px 15px 0px rgba(136, 136, 136, 0.06);
    border-radius: 4px;
    margin-top: 75px;
    line-height: 50px;
    float: left;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
}

.submitDiv button{
    width: 240px;
    height: 80px;
    background: none;
    margin-top: 70px;
    margin-left: 210px;
}

/*新闻*/
.newsListAllDiv{
    width: 1200px;
    /* height: 1120px; */
}

.newsListDiv{
    width: 1200px;
    /* height: 1000px; */
}

.newsListDiv .main_item {
    display: none;
}

.newsListDiv .showit {
    display: block;
}

.newsListAllDiv .rowPage{
    width: auto;
	margin: 45px auto 36px;
	text-align: center;
    margin-left: 9px;
}

.newsListAllDiv .rowPage .chosed{
    border: 1px solid #06c;
    color:  #06c;;
}

.newsListAllDiv .rowPage a{
	display: inline-block;
	width: 28px;
	height: 34px;
	border: 1px solid #D4D4D4;
	text-align: center;
	line-height: 34px;
	margin-right: 17px;
	color: #333;
    font-size: 12px;
    margin-top: 30px;
}


.newsListDiv .lostRow{
    width: 1200px;
    height: 160px;
    margin-top: 40px;
}

.lostRow .rowImageDiv{
    width: 300px;
    height: 160px;
    float: left;
}

.lostRow .rowTextDiv{
    width: 880px;
    height: 160px;
    float: left;
    margin-left: 20px
}

.lostRow:hover .rowTextDiv .rowTitle{
    color: #2F4A89;
}

.rowTextDiv .rowTitle{
    width: 880px;
    height: 40px;
    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    margin-top: 5px;
}

.rowTextDiv .rowContent{
    width: 880px;
    height: 40px;
    font-size: 24px;
    font-family: 'Microsoft YaHei';

    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 23px;
    margin-top: 10px;
}

.rowTextDiv .rowDate{
    width: 880px;
    font-family: 'Microsoft YaHei';

    height: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 23px;
    margin-top: 30px;
}
.newsDetailDiv9{
    width: 1200px;
    height: 2400px;
    margin-top: 80px;
}
.newsDetailDiv10{
    width: 1200px;
    height: 1800px;
    margin-top: 80px;
}

.newsDetailDiv8{
    width: 1200px;
    /* height: 2000px; */
    margin-top: 80px;
}

.newsDetailDiv8 .newsDetailTitleDiv8 a{
    width: 1200px;
    height: 80px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #174098;
    line-height: 80px;  
}

.newsDetailDiv9 .newsDetailTitleDiv9 a{
    width: 1200px;
    height: 80px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #174098;
    line-height: 80px;  
}
.newsDetailDiv9 .newsDetailContentDiv9{
    width: 1200px;
    height: 1280px;
    border-top: #EEEEEE solid 1px;
}
.newsDetailDiv9 .newsDetailContentDiv9{
    width: 1200px;
    height: 1280px;
    border-top: #EEEEEE solid 1px;
}
.newsDetailDiv8 .newsDetailContentDiv8{
    width: 1200px;
    height: 1280px;
    border-top: #EEEEEE solid 1px;
}

.newsDetailContentDiv9 .newsDetailContentTitle9{
    width: 1200px;
    height: 40px;

    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    text-align: center;
   margin-top: 40px;
}
.newsDetailContentDiv8 .newsDetailContentTitle8{
    width: 1200px;
    height: 40px;

    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    text-align: center;
   margin-top: 40px;
}

.newsDetailContentDiv8 .newsDetailContentSubtitle8{
    width: 1200px;
    height: 40px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

    color: #999999;
    line-height: 40px;
    text-align: center;
   
}
.newsDetailContentDiv9 .newsDetailContentSubtitle9{
    width: 1200px;
    height: 40px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

    color: #999999;
    line-height: 40px;
    text-align: center;
   
}
.newsDetailContentDiv8 .newsDetailContent8{
    width: 1060px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    height: 240px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-left: 70px;
}
.newsDetailContentDiv8 .newsDetailContent10{
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 800;
    color: #b82621;
    line-height: 27px;
    margin-left: 70px;
    margin-top: 60px;
}
.newsDetailContentDiv8 .newsDetailContent10 .fontStyle{
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333;
    margin-bottom: 30px;
    /* margin-top: 60px; */
}
.newsDetailContentDiv9 .newsDetailContent9{
    width: 1060px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    height: 240px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-left: 70px;
    margin-top: 20px;
}
.newsDetailContentDiv8 .newsDetailContent8a{
    width: 1060px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    height: 240px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-left: 70px;
    margin-top: 300px;
}
.newsDetailContentDiv9 .newsDetailContent9a{
    width: 1060px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    height: 240px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-left: 70px;
    margin-top: 10px;
}
.newsDetailContentDiv9 .newsDetailContent9b{
    width: 1060px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 800;
    color: #333333;
    line-height: 27px;
    margin-left: 70px;
    margin-top: -80px;
    color: #003893;
}
.newsDetailContentDiv9 .newsDetailContent9c{
    width: 1060px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    height: 240px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-left: 70px;
    margin-top: 260px;
}
.newsDetailContentDiv9 .newsDetailContent9d{
    width: 1060px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    height: 240px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-left: 70px;
    margin-top: 320px;
    margin-bottom: 24px;
}
.newsDetailContentDiv8 .newsDetailContentLine8{
    width: 1060px;
    height: 1px;
    background: #EEEEEE;
    margin-left:70px;
    margin-top: 62px;
   
}
.newsDetailContentDiv9 .newsDetailContentLine9{
    width: 1060px;
    height: 1px;
    background: #EEEEEE;
    margin-left:70px;
   
}
.newsDetailContentDiv8 .newsDetailContentFooter8{
    width: 1060px;
    height: 130px;
    margin-top: 40px;
    margin-left:70px;
}
.newsDetailContentDiv9 .newsDetailContentFooter9{
    width: 1060px;
    height: 130px;
    margin-top: 40px;
    margin-left:70px;
}
.newsDetailContentFooter8 .footerRow8{
    width: 1060px;
    height: 30px;
    margin-top: 20px;
    height: 15px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.newsDetailContentFooter9 .footerRow9{
    width: 1060px;
    height: 30px;
    margin-top: 20px;
    height: 15px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.newsDetailContentFooter9 .footerRow10{
    width: 1060px;
    height: 30px;
    margin-top: 20px;
    height: 15px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.newsDetailContentDiv8 .newsDetailContentImg8{
    position: absolute;
    left: 50%;
    margin-left:-278px;
    margin-top: -130px;
   
}
.newsDetailContentDiv8 .newsDetailContentImg10{
    position: absolute;
    left: 40%;
    margin-left:-278px;
    margin-top: 16px;
   
}
.newsDetailContentDiv9 .newsDetailContentImg9{
    position: absolute;
    left: 23%;
   margin-top: -190px;
}

.newsDetailDiv1{
    width: 1200px;
    height: 620px;
    margin-top: 80px;
}

.newsDetailDiv1 .newsDetailTitleDiv1 a{
    width: 1200px;
    height: 80px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #174098;
    line-height: 80px;
   
}

/* .newsDetailTitleDiv1 a{
    height: 80px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #174098;
    line-height: 80px;
   
} */

.newsDetailDiv1 .newsDetailContentDiv1{
    width: 1200px;
    height: 600px;
    border-top: #EEEEEE solid 1px;
}

.newsDetailContentDiv1 .newsDetailContentTitle1{
    width: 1200px;
    height: 40px;

    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    text-align: center;
   margin-top: 40px;
}

.newsDetailContentDiv1 .newsDetailContentSubtitle1{
    width: 1200px;
    height: 40px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

    color: #999999;
    line-height: 40px;
    text-align: center;
   
}

.newsDetailContentDiv1 .newsDetailContent1{
    width: 1060px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
 
    height: 240px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-left: 70px;
   
}

.newsDetailContentDiv1 .newsDetailContentLine1{
    width: 1060px;
    height: 1px;
    background: #EEEEEE;
    margin-left:70px;
    margin-top: 62px;
   
}

.newsDetailContentDiv1 .newsDetailContentFooter1{
    width: 1060px;
    height: 130px;
    margin-top: 40px;
    margin-left:70px;
}

.newsDetailContentFooter1 .footerRow1{
    width: 1060px;
    height: 30px;
    margin-top: 20px;
    height: 15px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.footerRow1 a:hover{
    color: #174098;
}
.footerRow10 a:hover{
    color: #174098;
}

.newsDetailDiv3{
    width: 1200px;
    height: 820px;
    margin-top: 80px;
}

.newsDetailDiv3 .newsDetailTitleDiv3 a{
    width: 1200px;
    height: 80px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #174098;
    line-height: 80px;
   
}

.newsDetailDiv3 .newsDetailContentDiv3{
    width: 1200px;
    height: 800px;
    border-top: #EEEEEE solid 1px;
   position: relative;
}

.newsDetailContentDiv3 .newsDetailContentTitle3{
    width: 1200px;
    height: 40px;

    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    text-align: center;
   margin-top: 40px;
}

.newsDetailContentDiv3 .newsDetailContentSubtitle3{
    width: 1200px;
    height: 40px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

    color: #999999;
    line-height: 40px;
    text-align: center;
   
}

.newsDetailContentDiv3 .newsDetailContent3{
    width: 1060px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
 
    height: 240px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-left: 70px;
   
}

.newsDetailContentDiv3 .newsDetailContentImg3{
    width: 556px;
    font-size: 162px;
    position: absolute;
    left: 50%;
    margin-left:-278px;
    margin-top: 40px;
   
}
.newsDetailContentDiv3 .newsDetailContentLine3{
    width: 1060px;
    height: 1px;
    background: #EEEEEE;
    margin-left:70px;
    margin-top: 262px;
   
}

.newsDetailContentDiv3 .newsDetailContentFooter3{
    width: 1060px;
    height: 130px;
    margin-top: 40px;
    margin-left:70px;
}

.newsDetailContentFooter3 .footerRow3{
    width: 1060px;
    height: 30px;
    margin-top: 20px;
    height: 15px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.footerRow3 a:hover{
    color: #174098;
}

.newsDetailDiv2{
    width: 1200px;
    height: 1135px;
    margin-top: 80px;
}

.newsDetailDiv2 .newsDetailTitleDiv2 a{
    width: 1200px;
    height: 80px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #174098;
    line-height: 80px;
   
}

.newsDetailDiv2 .newsDetailContentDiv2{
    width: 1200px;
    height: 1085px;
    border-top: #EEEEEE solid 1px;
   position: relative;
}

.newsDetailContentDiv2 .newsDetailContentTitle2{
    width: 1200px;
    height: 40px;

    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    text-align: center;
   margin-top: 40px;
}

.newsDetailContentDiv2 .newsDetailContentSubtitle2{
    width: 1200px;
    height: 40px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

    color: #999999;
    line-height: 40px;
    text-align: center;
   
}

.newsDetailContentDiv2 .newsDetailContent2{
    width: 1060px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
 
    height: 240px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-left: 70px;
   
}

.newsDetailContentDiv2 .newsDetailContentImg2{
    width: 600px;
    font-size: 447px;
    position: absolute;
    left: 50%;
    margin-left:-278px;
    margin-top: 40px;
   
}
.newsDetailContentDiv2 .newsDetailContentLine2{
    width: 1060px;
    height: 1px;
    background: #EEEEEE;
    margin-left:70px;
    margin-top: 560px;
   
}

.newsDetailContentDiv2 .newsDetailContentFooter2{
    width: 1060px;
    height: 130px;
    margin-top: 40px;
    margin-left:70px;
}

.newsDetailContentFooter2 .footerRow2{
    width: 1060px;
    height: 30px;
    margin-top: 20px;
    height: 15px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.footerRow2 a:hover{
    color: #174098;
}

.newsDetailDiv4{
    width: 1200px;
    height: 2380px;
    margin-top: 80px;
}

.newsDetailDiv4 .newsDetailTitleDiv4 a{
    width: 1200px;
    height: 80px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #174098;
    line-height: 80px;
   
}

.newsDetailDiv4 .newsDetailContentDiv4{
    width: 1200px;
    height: 2360px;
    border-top: #EEEEEE solid 1px;
   position: relative;
}

.newsDetailContentDiv4 .newsDetailContentTitle4{
    width: 1200px;
    height: 40px;

    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    text-align: center;
   margin-top: 40px;
}

.newsDetailContentDiv4 .newsDetailContentSubtitle4{
    width: 1200px;
    height: 40px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

    color: #999999;
    line-height: 40px;
    text-align: center;
   
}

.newsDetailContentDiv4 .newsDetailContent4{
    width: 1060px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
 
    height: 240px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-left: 70px;
   
}

.newsDetailContentDiv4 .newsDetailContentImg4{
    width: 510px;
   height: 383px;
    position: absolute;
    left: 50%;
    margin-left:-278px;
    margin-top: 40px;
   
}

.newsDetailContentDiv4 .newsDetailContent41{
    width: 1060px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
 
    height: 200px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-left: 70px;
    margin-top: 500px;
   
}

.newsDetailContentDiv4 .newsDetailImgDIv4{
    width: 1060px;
    height: 380px;
    margin-left: 70px;
    margin-top: 30px;
}

.newsDetailImgDIv4 .img1Div{
    width: 500;
    height: 380px;
    margin: 0 15px;
    float: left;
   
}

.newsDetailContentDiv4 .newsDetailContentLine4{
    width: 1060px;
    height: 1px;
    background: #EEEEEE;
    margin-left:70px;
    margin-top: 40px;
   
}

.newsDetailContentDiv4 .newsDetailContentFooter4{
    width: 1060px;
    height: 130px;
    margin-top: 40px;
    margin-left:70px;
}

.newsDetailContentFooter4 .footerRow4{
    width: 1060px;
    height: 30px;
    margin-top: 20px;
    height: 15px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.footerRow4 a:hover{
    color: #174098;
}

.newsDetailDiv5{
    width: 1200px;
    height: 1580px;
    margin-top: 80px;
}

.newsDetailDiv5 .newsDetailTitleDiv5 a{
    width: 1200px;
    height: 80px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #174098;
    line-height: 80px;
   
}

.newsDetailDiv5 .newsDetailContentDiv5{
    width: 1200px;
    height: 1580px;
    border-top: #EEEEEE solid 1px;
   position: relative;
}

.newsDetailContentDiv5 .newsDetailContentTitle5{
    width: 1200px;
    height: 40px;

    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    text-align: center;
   margin-top: 40px;
}

.newsDetailContentDiv5 .newsDetailContentSubtitle5{
    width: 1200px;
    height: 40px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

    color: #999999;
    line-height: 40px;
    text-align: center;
   
}

.newsDetailContentDiv5 .newsDetailContent5{
    width: 1060px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
 
    height: 300px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-left: 70px;
   
}

.newsDetailContentDiv5 .newsDetailContentImg5{
    width: 568px;
    font-size: 291px;
    position: absolute;
    left: 50%;
    margin-left:-284px;
    margin-top: 40px;
   
}

.newsDetailContentDiv5 .newsDetailContent51{
    width: 1060px;
    height: 510px;
    margin-left:70px;
    margin-top: 360px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
 
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    /* background: red; */
   
}

.newsDetailContentDiv5 .newsDetailContentLine5{
    width: 1060px;
    height: 1px;
    background: #EEEEEE;
    margin-left:70px;
    margin-top: 40px;
   
}

.newsDetailContentDiv5 .newsDetailContentFooter5{
    width: 1060px;
    height: 130px;
    margin-top: 40px;
    margin-left:70px;
}

.newsDetailContentFooter5 .footerRow5{
    width: 1060px;
    height: 30px;
    margin-top: 20px;
    height: 15px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.footerRow5 a:hover{
    color: #174098;
}

.newsDetailDiv7{
    width: 1200px;
    height: 1320px;
    margin-top: 80px;
}

.newsDetailDiv7 .newsDetailTitleDiv7 a{
    width: 1200px;
    height: 80px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #174098;
    line-height: 80px;
   
}

.newsDetailDiv7 .newsDetailContentDiv7{
    width: 1200px;
    height: 1320px;
    border-top: #EEEEEE solid 1px;
   position: relative;
}

.newsDetailContentDiv7 .newsDetailContentTitle7{
    width: 1200px;
    height: 40px;

    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    text-align: center;
   margin-top: 40px;
}

.newsDetailContentDiv7 .newsDetailContentSubtitle7{
    width: 1200px;
    height: 40px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

    color: #999999;
    line-height: 40px;
    text-align: center;
   
}

.newsDetailContentDiv7 .newsDetailContent7{
    width: 1060px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
 
    height: 100px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-left: 70px;
   
}

.newsDetailContentDiv7 .newsDetailContentImg7{
    width: 568px;
    font-size: 291px;
    position: absolute;
    left: 50%;
    margin-left:-284px;
    margin-top: 40px;
   
}

.newsDetailContentDiv7 .newsDetailContent71{
    width: 1060px;
    height: 80px;
    margin-left:70px;
    margin-top: 360px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
 
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    /* background: red; */
   
}

.newsDetailContentDiv7 .newsDetailContentImg71{
    width: 568px;
    height: 291px;
    left: 50%;
    position: absolute;
    margin-left:-284px;
    margin-top: 40px;
}

.newsDetailContentDiv7 .newsDetailContent72{
    width: 1060px;
    height: 50px;
    margin-left:70px;
    margin-top: 360px;
    /* background: greenyellow; */
    font-size: 14px;
    font-family: 'Microsoft YaHei';
 
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    /* background: red; */
   
}

.newsDetailContentDiv7 .newsDetailContentLine7{
    width: 1060px;
    height: 1px;
    background: #EEEEEE;
    margin-left:70px;
    margin-top: 40px;
   
}

.newsDetailContentDiv7 .newsDetailContentFooter7{
    width: 1060px;
    height: 130px;
    margin-top: 40px;
    margin-left:70px;
}

.newsDetailContentFooter7 .footerRow7{
    width: 1060px;
    height: 30px;
    margin-top: 20px;
    height: 15px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.footerRow7 a:hover{
    color: #174098;
}


.newsDetailDiv6{
    width: 1200px;
    height: 1420px;
    margin-top: 80px;
}

.newsDetailDiv6 .newsDetailTitleDiv6 a{
    width: 1200px;
    height: 80px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #174098;
    line-height: 80px;
   
}

.newsDetailDiv6 .newsDetailContentDiv6{
    width: 1200px;
    height: 1420px;
    border-top: #EEEEEE solid 1px;
   position: relative;
}

.newsDetailContentDiv6 .newsDetailContentTitle6{
    width: 1200px;
    height: 40px;

    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    text-align: center;
   margin-top: 40px;
}

.newsDetailContentDiv6 .newsDetailContentSubtitle6{
    width: 1200px;
    height: 40px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

    color: #999999;
    line-height: 40px;
    text-align: center;
   
}

.newsDetailContentDiv6 .newsDetailContent6{
    width: 1060px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
 
    height: 100px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    margin-left: 70px;
    margin-top: 360px;
   
}

.newsDetailContentDiv6 .newsDetailContentImg6{
    width: 568px;
    font-size: 291px;
    position: absolute;
    left: 50%;
    margin-left:-284px;
    margin-top: 40px;
   
}

.newsDetailContentDiv6 .newsDetailContent61{
    width: 1060px;
    height: 40px;
    margin-left:70px;
    margin-top: 500px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
 
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    /* background: red; */
   
}

.newsDetailContentDiv6 .newsDetailContentImg61{
    width: 558px;
    height: 135px;
    left: 50%;
    position: absolute;
    margin-left:-284px;
    margin-top: 300px;
}


.newsDetailContentDiv6 .newsDetailContentLine6{
    width: 1060px;
    height: 1px;
    background: #EEEEEE;
    margin-left:70px;
    margin-top: 40px;
   
}

.newsDetailContentDiv6 .newsDetailContentFooter6{
    width: 1060px;
    height: 130px;
    margin-top: 40px;
    margin-left:70px;
}

.newsDetailContentFooter6 .footerRow6{
    width: 1060px;
    height: 30px;
    margin-top: 20px;
    height: 15px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.footerRow6 a:hover{
    color: #174098;
}

/*关于我们*/
.aboutDiv{
    width: 1200px;
    height: 2700px;
    margin-top: 0;
}
.aboutDiv .aDiv{
    width: 200px;
    height: 300px;
    float: left;
    background: #FFFFFF;
}

.aDiv a {
    padding: 15px;
    font-size: 14px;
    color: #000;
    display: block;
    cursor: pointer;
    /* border-left: 2px solid #fff; */
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    text-align: center;
}

.aDiv a:hover {
    background: #f8f8f8;
}

.aDiv .chosed a {
    border-left: 2px solid #06c;
}
/* .aDiv .aaDiv{
    width: 198px;
    height: 50px;
    border-bottom: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    text-align: center;
}

.aaDiv:hover a{
    background: #f8f8f8;
}
.aDiv .chosed a  {
    border-left: 2px solid #06c;
}

.aaDiv a{
    width: 198px;
    height: 50px;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 50px;
} */
.aboutDiv .aboutContentDiv{
    width: 950px;
    height: 1060px;
    float: left;
    margin-left: 50px;
}

.aboutContentDiv .companyDiv{
    width: 950px;
    height: 900px;
    /* background: burlywood; */
}

.companyDiv .companyTitleDiv{
    width: 950px;
    height: 100px;

    
    font-size: 26px;
    font-family: 'Microsoft YaHei';
    font-weight: 800;
    color: #333333;
    line-height: 100px;
    border-bottom: 1px solid #EEEEEE;
}

.companyTitleDiv .companySpan{
    height: 100px;

    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

    color: #A9A9A9;
    line-height: 100px;
}

.companyDiv .companyContent{
    width: 950px;
    height: 40px;
    margin-top: 35px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.companyDiv .companyContentItem{
    width: 950px;
    height: 90px;
    margin-top: 40px;
   
}

.companyDiv .companyContentBusinessItem{
    width: 950px;
    height: 32px;
    margin-top: 40px;
   
}
.companyContentBusinessItem .itemtag{
    width: 73px;
    height: 32px;
    background: #0B3795;
    color: #FFFFFF;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.companyContentBusinessItem .itemContent{
    width: 850px;
    height: 32px;
    margin-left: 15px;
    float: left;
}

.itemContent .contentTitle{
    width: 850px;
    margin-left: 27px;

    height: 26px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}

.itemContent .contentTitle1{
    width: 850px;
    margin-left: 27px;

    height: 52px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 26px;
    /* background: hotpink; */
}

.companyContentItem .itemtag{
    width: 73px;
    height: 32px;
    background: #0B3795;
    color: #FFFFFF;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    float: left;
}

.companyContentItem .itemContent{
    width: 850px;
    height: 90px;
    margin-left: 15px;
    float: left;
}

.itemContent .contentTitle{
    width: 850px;
    margin-left: 27px;

    height: 26px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}

.itemContent .contentText{
    width: 850px;
    margin-left: 27px;

    height: 66px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-top: 10px;
}

.itemContent .itemCard{
    width: 188px;
    height: 100px;

    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    float: left;
}

.itemCard .itemCardTitle{
    width: 188px;
    height: 40px;
    margin-top: 15px;
    line-height: 40px;

    font-size: 24px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #0B3795;
    text-align: center;
}

.itemCard .itemCardSubtitle{
    width: 188px;
    height: 20px;
    line-height: 20px;

    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #666666;
    text-align: center;
}

.itemCard:hover{
    background: #0B3795;
}

.itemCard:hover .itemCardTitle{
    color: #FFFFFF;
}

.itemCard:hover .itemCardSubtitle{
    color: #FFFFFF;
}

.itemContent .itemImgCardAllDiv{
    height: 180px;
    width: 850px;
    margin-left: 27px;
    margin-top: 20px;
    /* background: greenyellow; */
}

.itemImgCardAllDiv .itemImgCard{
    width: 200px;
    height: 180px;
    float: left;
}

.itemImgCard .imgDiv{
    width: 88px;
    height: 88px;
    margin-left: 56px;
}

.itemImgCard .imgCardtitle{
    width: 88px;
    height: 20px;
    margin-left: 56px;
    margin-top: 10px;
    text-align: center;
    line-height: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    font-size: 16px;
}

.itemImgCard .imgCardContent{
    width: 200px;
    height: 40px;
    margin-top: 10px;
    text-align: center;
    line-height: 23px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    font-size: 14px;
    color: #666666;
}

.imgDiv:hover{
    transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg); /* Safari and Chrome */
}

.aboutContentDiv .developmentDiv{
    width: 950px;
    height: 450px;
    /* background: burlywood; */
}

.developmentDiv .developmentTitleDiv{
    width: 950px;
    height: 100px;

    
    font-size: 26px;
    font-family: 'Microsoft YaHei';
    font-weight: 800;
    color: #333333;
    line-height: 100px;
    border-bottom: 1px solid #EEEEEE;
}

.developmentTitleDiv .developmentSpan{
    height: 100px;

    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

    color: #A9A9A9;
    line-height: 100px;
}

.developmentDiv .developmentImgDiv{
    width: 881px;
    height: 235px;
    margin-left: 35px;
    margin-top: 60px;;
}

.aboutContentDiv .honorDiv{
    width: 950px;
    height: 720px;
    /* background: burlywood; */
}

.honorDiv .honorTitleDiv{
    width: 950px;
    height: 100px;

    
    font-size: 26px;
    font-family: 'Microsoft YaHei';
    font-weight: 800;
    color: #333333;
    line-height: 100px;
    border-bottom: 1px solid #EEEEEE;
}

.honorTitleDiv .honorSpan{
    height: 100px;

    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

    color: #A9A9A9;
    line-height: 100px;
}

.honorDiv .honorImgDiv{
    width: 950px;
    height: 514px;
    margin-top: 60px;;
}

.aboutContentDiv .businessDiv{
    width: 950px;
    height: 550px;
    /* background: burlywood; */
}

.businessDiv .businessTitleDiv{
    width: 950px;
    height: 100px;

    
    font-size: 26px;
    font-family: 'Microsoft YaHei';
    font-weight: 800;
    color: #333333;
    line-height: 100px;
    border-bottom: 1px solid #EEEEEE;
}

.businessTitleDiv .businessSpan{
    height: 100px;

    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

    color: #A9A9A9;
    line-height: 100px;
}

.businessDiv .businessContent{
    width: 950px;
    height: 40px;
    margin-top: 35px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}

.businessDiv .businessContent1{
    width: 950px;
    height: 120px;
    margin-top: 30px;
}

.businessContent1 .contentTitle{
    width: 950px;
    margin-left: 27px;

    height: 26px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}

.businessContent1 .contentText{
    width: 950px;
    margin-left: 27px;

    height: 66px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-top: 10px;
}

.businessDiv .businessContent2{
    width: 950px;
    height: 120px;
    margin-top: 30px;
}

.businessContent2 .contentTitle{
    width: 950px;
    margin-left: 27px;

    height: 26px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    line-height: 26px;
}

.businessContent2 .contentText{
    width: 950px;
    margin-left: 27px;

    height: 66px;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-top: 10px;
}

.aboutContentDiv .contactDiv{
    width: 950px;
    height: 450px;
    /* background: greenyellow; */
}

.contactDiv .contactTitleDiv{
    width: 950px;
    height: 100px;

    
    font-size: 26px;
    font-family: 'Microsoft YaHei';
    font-weight: 800;
    color: #333333;
    line-height: 100px;
    border-bottom: 1px solid #EEEEEE;
}

.contactTitleDiv .contactSpan{
    height: 100px;

    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;

    color: #A9A9A9;
    line-height: 100px;
}

.contactDiv .allDiv{
    width: 950px;
    height: 300px;
    margin-top: 40px;
}

.allDiv .imgDiv{
    width: 512px;
    height: 300px;
    float: left;
}

.allDiv .textDiv{
    width: 400px;
    height: 300px;
    float: left;
    margin-left: 38px;
}

.textDiv .titleDiv{
    width: 400px;
    margin-top: 38px;

    height: 40px;
    font-size: 20px;
    font-family:  'Microsoft YaHei';
    font-weight: 800;
    color: #333333;
    line-height: 40px;
}

.textDiv .textDivContent{
    width: 400px;
    height: 270px;
}

.textDivContent .contentItem{
    width: 400px;
    height: 21px;
    margin-top: 20px;
}

.contentItem .imgDiv{
    width: 21px;
    height: 21px;
    float: left;
}

.contentItem .textDiv{
    width: 300px;
    height: 21px;
    float: left;
    margin-left: 15px;

    
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}