.body_Warp{
    margin: 0 auto;
    background: #fafafa;
    font-size: 14px;
    padding: 30px 0px 30px 0px;
}

.banWarp{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 796px;
    background: #fafafa;
    font-size: 14px;
    position: relative;
}

.banWarp img{
    position: absolute;
    left: 50%;
    margin-left: -959px;
    height: 796px;
}

.body_Warp .setwid{width:1200px;margin: 0 auto;}
.contentOne .tit>h1{
    font-size: 32px;
    color: #2e2e2e;
    text-align: center;
    margin: 0px;
    padding-bottom: 15px;
}
.contentOne .tit>p{
    font-size: 15px;
    color: #2e2e2e;
    text-align: center;
    margin: 0 0 10px;
}
.contentOne .tit>p span:nth-child(1){
    margin-right: 35px;
}
.contentOne .tit .barfont{
    background: #3c9cd3;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 890px;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
}
.contentOne .graceArea{
    position: relative;
    margin-top: 40px;
    height: 473px;
}

.graceArea .pic{
    position: absolute;
    width: 391px;
    height: 302px;
    left: 418px;
    top: 82px;
    z-index: 1;
}

.graceArea .cir{
    position: absolute;
    width: 491px;
    height: 473px;
    left: 359px;
    top: 0px;
    z-index: 2;
    -webkit-animation:change 12s linear infinite;
    animation:change 12s linear infinite;
}
@-webkit-keyframes change{0%{-webkit-transform:rotate(0deg);}50%{-webkit-transform:rotate(180deg);}100%{-webkit-transform:rotate(360deg);}}
@keyframes change{0%{transform:rotate(0deg);}50%{transform:rotate(180deg);}100%{transform:rotate(360deg);}}

.graceArea .fontDescript{
    position: absolute;
}

.graceArea .fontDescript>button{
    height: 40px;
    background: #3c9cd3;
    color: #fff;
    font-size: 17px;
    border-radius: 6px;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.graceArea .fontDescript>button:hover{
    transform: scale(1.2);
    background: #fd8129;
    color: #fff;
}

.graceArea .fontDescript>p{
    font-size: 12px;
    color: #333333;
}

.graceArea .font1{
    top: 32px;
    right: 830px;
    text-align: right;
}

.graceArea .font2{
    top: 195px;
    right: 870px;
    text-align: right;
}

.graceArea .font3{
    top: 365px;
    right: 830px;
    text-align: right;
}

.graceArea .font4{
    top: 32px;
    left: 820px;
}

.graceArea .font5{
    top: 195px;
    left: 870px;
}

.graceArea .font6{
    top: 365px;
    left: 840px;
}

.graceArea .font1 p,
.graceArea .font2 p,
.graceArea .font3 p{
  text-align: right;
  line-height: 22px;
  padding-right: 10px;
}

.graceArea .font4 p,
.graceArea .font5 p,
.graceArea .font6 p{
  line-height: 22px;
  padding-left: 10px;
}

.titfont{
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    height: 78px;
}


.titfont .line{
    width: 100%;
    height: 1px;
    background: #fabd93;
}

.titfont .comfontinfo{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titfont .comfontinfo .ciricon{
    display: flex;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    background: #fbd5bb;
    justify-content: center;
    align-items: center;
}

.titfont .comfontinfo .ciricon span{
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #fd8129;
}

.titfont .comfontinfo .fontArea{
    text-align: center;
    background: #fafafa;
    padding: 20px 20px 0 20px;
}

.titfont .comfontinfo .fontArea span{
    font-size: 27px;
}

.titfont .comfontinfo .fontArea label{
    font-weight: normal;
    font-size: 14px;
    color: #c9c9c9;
    display: block;
    margin: 0px;
}

.iconul{   
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 37px;
}

.iconul li{
    display: flex;
    align-items: center;
    margin-right: 45px;
    transition: all 0.5s;
}

.iconul li:hover{
    transform: scale(1.2);   
}

.iconul li:last-child{
    margin-right: 0px;
}

.iconul li span{
    margin-left: 8px;
}

.shapeWarp{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.shapeWarp .lefttit{
    flex: 0 0 199px;
    border: 2px solid #226abc;
    border-radius: 8px;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #226abc;
    transition: all 0.5s;
}

.shapeWarp .lefttit:hover{
    background: #226abc;
    color: #fff;
}

.shapeWarp .rightinfo{
    flex: 1;
    border: 2px dotted #226abc;
    border-left: none;
    border-radius: 0px 8px 8px 0px;
}

.shapeone .lefttit,
.shapeone .rightinfo
{
    height: 146px;
}

.shapetwo .lefttit,
.shapetwo .rightinfo{
    height: 72px;
}

.shapethree .lefttit,
.shapethree .rightinfo{
    height: 193px;
}

.contenttwo{
    margin-top: 35px!important;
}

.shapeone .rightinfo{
    padding: 10px 30px;
    display: flex;
    flex-wrap: wrap;
}

.shapeone .rightinfo>div{
    background: #e7e8ed;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    color: #226abc;
    font-size: 18px;
    margin-bottom: 5px;
    border-radius: 4px;
    transition: all 0.5s;
}

.shapeone .rightinfo>div:hover{
    background: #226abc;
    color: #fff;
}

.shapeone .rightinfo>div:nth-child(3){
    margin-right: 0px;
}

.shapeone .rightinfo>div:last-child{
    background: #226abc;
    flex: 0 0 100%;
    text-align: center;
    color: #fff;
    margin-right: 0px;
    margin-bottom: 0px;
}

.shapeone .rightinfo>div:last-child:hover{
    background: #e7e8ed;
    color: #226abc;
}

.shapetwo .rightinfo{
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shapetwo .rightinfo>div:nth-child(2){
    padding: 0px 100px;
    text-align: center;
    line-height: 25px;
    font-size: 20px;
    color: #226abc;
}

.shapethree .rightinfo{
    padding: 10px 20px;
    display: flex;
    justify-content: center;
}

.shapethree .rightinfo>div:not(.subwarp){
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: all 0.5s;
    margin-right: 5px;
    border-radius: 4px;
}

.shapethree .rightinfo>div:last-child{
    margin-left: 0px;
}

.shapethree .rightinfo .subwarp{
    flex: 0 0 485px;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
}

.shapethree .rightinfo .subwarp>div{
    flex: 1;
}

.shapethree .rightinfo .subwarp>div:nth-child(1){
   margin-bottom: 5px;
   flex: 0 0 100px;
   display: flex;
}

.shapethree .rightinfo .subwarp>div:nth-child(2){
    display: flex;
    justify-content: center;
 }

.shapethree .rightinfo .subwarp>div>div{
    flex: 1;
    margin-right: 5px;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all 0.5s;
    border-radius: 4px;
}

.shapethree .rightinfo .subwarp>div>div:last-child{
    margin-right: 0px;
}

.shapethree .rightinfo .widnineten{
    flex: 0 0 90px!important;
}

.shapethree .rightinfo .greyBg{
    background: #bebfc3;
    color: #fff;
}

.shapethree .rightinfo .greyBg:hover{
    background: #226abc;
    color: #fff;
}

.shapethree .rightinfo .blue{
    background: #226abc;
    color: #fff;
}

.shapethree .rightinfo .blue:hover{
    background: #bebfc3;
    color: #fff;
}

.iconall{
    margin-top: 20px!important;
}

.titfont.titwo{
    margin-top: 60px;
    margin-bottom: 40px;
}

/*---- 案例部份 -----*/
.caseWarp{
    position: relative;
    height: 745px;
}

.caseWarp>div{
    position: absolute;
}

.caseWarp .arrowicon{
    width: 430px;
    height: 478px;
    left: 380px;
    top: 135px;
}

.caseWarp .casepic{
    width: 218px;
    height: 250px;
}

.caseWarp .caseimg_one{
    left: 347px;
    top: 0px;
}

.caseWarp .caseimg_two{
    left: 205px;
    top: 247px;
}

.caseWarp .caseimg_three{
    left: 346px;
    top: 493px;
}

.caseWarp .caseimg_four{
    left: 631px;
    top: 0px;
}

.caseWarp .caseimg_five{
    left: 774px;
    top: 247px;
}

.caseWarp .caseimg_six{
    left: 635px;
    top: 493px;
}

.caseWarp .caseimg_big{
    left: 423px;
    top: 171px;
}

.caseWarp .btnall{
    width: 188px;
    height: 85px;
    border: 2px solid #0e3184;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
}

.caseWarp .btnall>div{
    height: 100%;
    border: 1px solid #4b64a3;
    font-size: 40px;
    color: #004fa8;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    transition: all 0.5s;
    background: url(../images/cse_fontline.gif) no-repeat right 63px;
}

.caseWarp .btnall:hover{
    border: 2px solid #fd8129;
}

.caseWarp .btnall>div.rightline{
    padding-left: 10px;
    justify-content: flex-start;
    background: url(../images/cse_fontline.gif) no-repeat left 63px;
}

.caseWarp .btn1{
    left: 139px;
    top: 83px;
}

.caseWarp .btn2{
    left: 0px;
    top: 325px;
}

.caseWarp .btn3{
    left: 139px;
    top: 580px;
}

.caseWarp .btn4{
    left: 865px;
    top: 83px;
}

.caseWarp .btn5{
    left: 1010px;
    top: 325px;
}

.caseWarp .btn6{
    left: 865px;
    top: 580px;
}

.popover{
    max-width: 100%!important;
}

.bg-blur{
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.titfont.tithree{
    margin-top: 40px;
    margin-bottom: 40px;
}

.procatelist{display: flex; justify-content: space-between;}
.procatelist>div{
    width: 292px;
    height: 290px;
    border: 1px solid #0096ff;
    background: #fff;
    border-top: 9px solid #0096ff;
    padding-top: 40px;
    transition: all 0.5s;
}

.procatelist>div:hover{
    border: 1px solid #fd8129;
    border-top: 9px solid #fd8129;
}

.procatelist>div .imgarea{
text-align: center;
}

.procatelist>div .imgarea img{
    transition: all 0.5s;
}

.procatelist>div .imgarea img:hover{
    transform: scale(1.2);
}

.procatelist>div .imgarea span{
    display: block;
    font-size: 18px;
    color: #000;
    padding: 20px 0px;
}

.procatelist>div .alink{
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
}

.procatelist>div .alink>a{
    width: 50%;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    padding: 5px 0px;
}

.procatelist>div .alink>a:hover{
    color: #0096ff;
    font-weight: bold;
    text-decoration: none;
}

.newslist{
    display: flex;
    justify-content: space-between;
}

.newslist>div{
    width: 290px;
    height: 279px;
    padding-top: 40px;
    background: linear-gradient(to right, #259ef9 0%, #1655a4 100%);
    transition: all 0.5s;
}

.newslist>div .newtit{
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.newslist>div .linkBtn{
    width: 250px;
    margin: 0 auto;
    padding: 80px 0px 25px 0px;
    text-align: center;
    border-bottom: 1px dotted #fff;
}

.newslist>div .linkBtn a{
    padding: 10px 33px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
    transition: all 0.5s;
}

.newslist>div .linkBtn a:hover{
  background: #fff;
  color: #0096ff;
  text-decoration: none;
}
