

/* 首页 */

.tip{height: 78px; background-color: #fff; padding: 16px 0;}
.tip .text{font-size: 14px;font-family: PingFang_Medium;color: #333333; }
.tip .logoRight{ width: calc(100% - 200px); margin-left: 23px;}
.tip .logoRight .yw{ font-size: 12px; line-height: 1.2; }
.tip .tipRight p{text-align: right;}
.tip .tipRight .name{color: #333333;font-family: PingFang SC;font-weight: bold;font-size: 18px;}
.tip .tipRight .text span{margin-left: 20px;}

.NavBanner{position: relative;}
.NavBanner .nav{width:100%;background: rgba(0,0,0,0.06); height: 80px; position: absolute; left: 0; top: 0; z-index: 99;}
.NavBanner .nav .content{height: 100%;}
.NavBanner .nav .navList{width: calc(100% - 420px);height: 100%;}
.NavBanner .nav .navList li{display: inline-block; overflow: hidden; display: flex; height:85%; flex-direction: column; color: #FFFFFF;text-align: center; font-size: 16px; width: 15%; box-sizing: border-box; position: relative; justify-content: center;}
.NavBanner .nav .navList li a{color: #fff; position: relative;}
.NavBanner .nav .navList li a.current{}
.NavBanner .nav .navList li a.current::after{content: ''; width: 15px;height: 2px;background: #FFFFFF; bottom: -10px; left: calc(50% - 7px); display: block; position: absolute;}
.NavBanner .nav .navList li dl{opacity: 0;  position:absolute; top:75px; left: 0; width: 110%; transition: all 0.3s; padding: 10px 0;background: rgba(8,47,138,0.9);  }
.NavBanner .nav .navList li dl dd{height: 40px; line-height: 40px;transition: all 0.3s;}
.NavBanner .nav .navList li dl dd a{ font-size:14px;}
.NavBanner .nav .navList li:hover{overflow: unset;}
.NavBanner .nav .navList li:hover dl{opacity: 1;top: 65px;  }
.NavBanner .nav .navList li dl dd:hover{background: rgba(21,68,161,1); }
.NavBanner .nav .navList li:hover + .NavBanner .nav .navList li dl{opacity: 0; }
.NavBanner .nav .navList li:hover>a::after{content: ''; width: 15px;height: 2px;background: #FFFFFF; bottom: -10px; left: calc(50% - 7px); display: block; position: absolute;}

.NavBanner .nav .navBtn{width: 420px;}
.NavBanner .nav .navBtn .btn{float: left;cursor: pointer; margin-left: 10px; white-space: nowrap; width: 127px; text-align: center; height: 40px; line-height: 40px; border: 1px solid rgba(255,255,255,0.56);border-radius: 3px;font-size: 14px;color: #FFFFFF;}
.NavBanner .nav .navBtn .btnDl{background: #5C9BE5; border: none;}
.NavBanner .banner{width: 100%; position: relative;  z-index: 2;}
.NavBanner .banner .bannerImg{width: 100%;}
.bannerBtn{position: absolute; bottom: 234px; left: calc(50% - 580px); z-index: 66;}
.bannerBtn .bannerBtnLeft{width: 88px;height: 88px;border: 2px solid #FFFFFF; text-align: center; cursor: pointer;}
.bannerBtn .bannerBtnRight{width: 88px;height: 88px;border: 2px solid #FFFFFF; margin-left: -2px; text-align: center; cursor: pointer;}

.section1{box-shadow: 0px 6px 24px 2px rgba(0,0,0,0.06);background-color: #fff; margin-top: -57px; position: relative;  z-index: 3;}
.who{width: 50%; background-color: #fff; padding: 45px 50px 30px; box-sizing: border-box;}
.who .whoRight{width: calc(100% - 90px);}
.who .whoRight .name{font-size: 30px;font-weight: 800;color: #333333;}
.who .whoRight .text{color: #666666;font-size: 16px;font-weight: 500;line-height: 26px; margin-top: 15px; height: 74px; }
.who .whoRight .link{ margin-top: 20px; }
.who .whoRight .link a{ color: #5C9BE5; }
.who:nth-of-type(2){background: #5C9BE5 url(../image_pc/sy4.png) no-repeat right bottom;}
.who:nth-of-type(2) .whoRight .name{color: #fff;}
.who:nth-of-type(2) .whoRight .text{color: #fff;}
.who:nth-of-type(2) .whoRight .link a{color: #fff;}

.section2{margin-top: 129px;}
.section2 .fwLeft{width:calc(100% -  690px);}
.section2 .fwLeft .fwTit{}
.section2 .fwLeft .fwTit span{font-size: 50px;color: #333333;font-weight: 800; position: relative; left: -50px; top: 86px;}
.section2 .fwLeft .name{font-size: 26px;color: #333333;font-weight: 800; margin: 10px 0 10px 25px; }
.section2 .fwLeft .text{font-size: 18px;color: #666;font-weight: 500; margin: 10px 0 20px 25px; }
.section2 .fwLeft .fwBtn{width: 90px; margin-top: 50px; margin-left: 25px; padding: 0 10px; box-sizing: border-box; height: 46px; justify-content: space-around; text-align: center; color: #BCBCBC; font-size: 20px; background: #FFFFFF;box-shadow: 0px 6px 24px 2px rgba(0,0,0,0.06);border-radius: 3px;}
.section2 .fwLeft .fwBtn img{ transition: 0.3s all; cursor: pointer; }
.section2 .fwLeft .fwBtn img:hover:first-child{transform: translateX(-2px);}
.section2 .fwLeft .fwBtn img:hover:last-child{transform: translateX(2px);}

.section2 .fwRight{width: 609px; position: relative;}
.section2 .fwRight .fwMore{position: absolute; right:-86px; bottom: 0; transition: 0.3s all;}
.section2 .fwRight .fwMore:hover{position: absolute; right:-56px; bottom: 0;}

.section3{margin-top: 129px; padding: 60px 0 125px; background: #F0F0F0 url(../image_pc/sy9.png) no-repeat right 100%;}
.section3 .titBox .titLeft span{position: relative;font-size: 50px;color: #333333;font-weight: 800; position: relative; left: -50px; top: 86px;}
.section3 .titBox .more{width: 186px;height: 60px; line-height: 60px; text-align: center;font-size: 16px;font-weight: 500;color: #FFFFFF;background: #5C9BE5;border-radius: 5px;}
.section3 .titBox .more a{color: #fff; display: block;}
.section3 .cont{display: flex; margin-top: 20px;}
.section3 .cont .itemBox{position: relative; z-index: 66;}
.section3 .cont .item{width: 370px; height: 400px; overflow: hidden; transition: 0.3s all; border-bottom: 3px solid #5C9BE5; padding: 30px 40px; position: relative; background-color: #fff; box-sizing: border-box;  margin-left: 30px;box-shadow: 0px 6px 24px 2px rgba(0,0,0,0.06);}
.section3 .cont .item .icon{width: 60px; height: 60px; background: url(../image_pc/icon.png) no-repeat 0 -79px; display: block;}
.section3 .cont .item .icon2{width: 60px; height: 60px; background: url(../image_pc/icon.png) no-repeat -62px -83px; display: block;}
.section3 .cont .item .icon3{width: 60px; height: 60px; background: url(../image_pc/icon.png) no-repeat -132px -83px; display: block;}
.section3 .cont .item .tit{margin: 10px 0;font-weight: 800;color: #333333;font-size: 26px;}
.section3 .cont .item .text{margin: 0px 0 30px 0;font-weight: 500;color: #666666;font-size: 18px; line-height: 26px;}
.section3 .cont .item .link{font-weight: 500;color: #5C9BE5;font-size: 16px;}
.section3 .cont .item .link a{color: #5C9BE5;}
.section3 .cont .item .itemBg{position: absolute; bottom: -400px; left: 0; width: 100%; height: 100%; transition: 0.3s all;}
.section3 .cont .item:hover .itemBg{bottom: 0;}


.section3 .cont .item:hover .icon{background: url(../image_pc/icon.png) no-repeat 0 0px; }
.section3 .cont .item:hover .icon2{background: url(../image_pc/icon.png) no-repeat -62px 0px;}
.section3 .cont .item:hover .icon3{background: url(../image_pc/icon.png) no-repeat -132px 0px;}
.section3 .cont .item:hover .tit{margin: 10px 0;font-weight: 800;color: #fff;font-size: 26px;}
.section3 .cont .item:hover .text{color: #fff;}
.section3 .cont .item:hover .link{font-weight: 500;color: #fff;font-size: 16px;}
.section3 .cont .item:hover .link a{color: #fff;}

.section4{margin-top: 106px; }
.section4 .tit{font-size: 50px;color: #333333;font-weight: 800; text-align: center; margin: 68px 0; }
.section4 .cont{width: 100%; background-color: #fff;}
.section4 .cont .cpItem{width: 16.66%; position: relative; height: 770px; transition: all 0.3s;}
.section4 .cont .cpItem:nth-of-type(1){background:#111b27 url(../image_pc/sy15.1.png) no-repeat center top;}
.section4 .cont .cpItem:nth-of-type(2){background:#1e2d3e url(../image_pc/sy12.png) no-repeat center bottom; }
.section4 .cont .cpItem:nth-of-type(3){background:#111b27 url(../image_pc/sy13.png) no-repeat center top;}
.section4 .cont .cpItem:nth-of-type(4){background:#1e2d3e url(../image_pc/sy14.png) no-repeat center top;}
.section4 .cont .cpItemCurrent{width: 50%; position: relative; display: block; }
.section4 .cont .cpItem .cpBg img{width: 100%;}
.section4 .cont .cpItem .cpBg::after{width: 100%;height: 100%;display: block; content: ""; top: 0;left: 0;position: absolute;background: linear-gradient(180deg,#1e2d3e, rgba(30, 45, 62, 0));}
.section4 .cont .cpItem:nth-child(2n+1) .cpBg::after{background: linear-gradient(180deg,#111b27, rgba(17, 27, 39, 0))}
.section4 .cont .cpItemCurrent .cpBg::after{background: linear-gradient(-65deg, rgba(35, 83, 137, 0.3), #235389)!important;}
.section4 .cont .cpItemCurrent .cpBg img{z-index: -2;osition: absolute;}

.section4 .cont .cpItem .cpItemBox{position: absolute; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; padding: 100px 0; box-sizing: border-box; text-align: center; color: #fff;}
.section4 .cont .cpItem .name{font-family:PingFang_Heavy;color: #FFFFFF;font-size: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.section4 .cont .cpItem .yw{opacity: 0.76;font-size: 18px;font-weight: 400; height: 58px; overflow: hidden;}
.section4 .cont .cpItem .line{width: 36px;height: 2px; display: block;  margin: 82px auto 0;background: #5C9BE5;}
.section4 .cont .cpItem .text{ height: 300px; margin: 38px 0; opacity: 0;  }
.section4 .cont .cpItemCurrent .text{ height: 300px; margin: 38px 0;  opacity: 1; }
.section4 .cont .cpItem .more{width: 186px;height: 60px; display: block; margin: 0 auto; line-height: 60px; text-align: center; color: #fff;background: #5C9BE5;border-radius: 5px;}
.section4 .cont .cpItem .more a{display: block; color: #fff;}
.section4 .cont .cpItemCurrent .cpItemBox{text-align: left; padding: 100px 6vw; box-sizing: border-box;}
.section4 .cont .cpItemCurrent .cpItemBox .line{margin-left: 0;}
.section4 .cont .cpItemCurrent .cpItemBox .more{margin-left: 0;}
.section4 .cont .cpItemCurrent .cpItemBox .text{font-size: 18px;font-weight: 500;color: #FFFFFF;}
.section4 .cont .cpItemCurrent .cpItemBox .text p{ margin-bottom: 20px; }


.section5{width: 100%; height: 797px; background: url(../image_pc/sy17.png) no-repeat center top; padding-top: 117px; box-sizing: border-box;}
.section5 .section5_left{width: 33.33%;}
.section5 .section5_left .tit{ position: relative;}
.section5 .section5_left .tit span{font-size: 50px;color: #fff;font-weight: 800; position: absolute;  left: 20px; top: 86px; display: inline-block;}
.section5 .section5_left .text{font-size: 16px;color: #FFFFFF;font-weight: 500; margin-top: 19px; padding: 0 40px 0 20px; box-sizing: border-box;}
.section5 .section5_left .link{font-size: 14px;color: #FFFFFF;font-weight: 500; margin-top: 19px; margin-top: 60px; padding: 0 20px; box-sizing: border-box;}
.section5 .section5_left .link a{color: #FFFFFF;}

.section5 .section5_item{width: 31.3%; height: 400px; margin-left: 2%; background-color: #fff; padding: 39px 40px; box-sizing: border-box; transition: 0.3s all;}
.section5 .section5_item:hover{transform: scale(1.02);}
.section5 .section5_item .tit{font-size: 26px;color: #333333;font-weight: 800;}
.section5 .section5_item .subTit{font-size: 16px;color: #333333;font-weight: 800; margin-top: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.section5 .section5_item ul{ margin-top: 25px;}
.section5 .section5_item ul li{ display: flex; align-items: flex-start; margin-bottom: 15px;color: #666666;font-size: 16px;}
.section5 .section5_item ul li img{margin-top: 8px; margin-right: 5px;}
.section5 .section5_item .link{margin-top: 25px;}
.section5 .section5_item .link a{font-size: 14px;color: #5C9BE5;}
.section5 .section5Btn span.more{width: 360px;height: 50px; display: block; line-height: 50px; margin: 77px auto 0; background: #2661A6;border-radius: 5px;color: #FFFFFF;font-size: 16px;}
.section5 .section5Btn span.more a{display: block; text-align: center; color: #fff;}

.section6{margin-top: 106px;}
.section6 .tit{font-size: 50px;color: #333333;font-weight: 800; text-align: center; margin: 68px 0;}
.section6 .cont{height: 600px;}

.section6 .item{width: 370px;transition: 0.3s all; text-align: center; height: 500px;background: #FFFFFF; padding: 30px 35px; box-sizing: border-box; box-shadow: 0px 6px 24px 2px rgba(0,0,0,0.06);border-radius: 6px;}
.section6 .item .name{color: #333333;font-size: 26px;font-weight: 800;}
.section6 .item .price{font-size: 36px;color: #5C9BE5; margin-top: 10px;font-weight: 800; padding: 0 10px; box-sizing: border-box;}
.section6 .item .subTit{font-size: 16px; height: 40px; line-height: 20px;font-weight: 800;color: #333333;  margin-top: 13px; padding: 0 10px; box-sizing: border-box;}
.section6 .item ul{ padding: 0 0 0 10px; box-sizing: border-box;margin-top: 13px;}
.section6 .item ul li{display: flex; align-items: center; }
.section6 .item ul li img{margin-right: 15px;}
.section6 .item ul li .text{color: #666;line-height: 40px;font-size: 16px; }
.section6 .item .btn{width: 300px;height: 50px; line-height: 50px; margin: 23px auto 0;background: #5C9BE5;border-radius: 5px;}
.section6 .item .btn a{color: #fff;font-size: 16px; display: block; text-align: center;}
.section6 .item:hover{box-shadow: 0px 6px 24px 2px rgba(92,155,229,0.26); transform: scale(1.05);}
.section6 .fwBtns .more{width: 186px;height: 60px; display: block; line-height: 60px; margin: 40px 0 0 30px; text-align: center;font-size: 16px;font-weight: 500;color: #FFFFFF;background: #5C9BE5;border-radius: 5px;}
.section6 .fwBtns .more a{color: #fff; display: block;}


.section7{width: 100%;height: 755px;  padding: 100px 0; background: url(../image_pc/sy20.png) no-repeat center top;}
.section7 .content{height: 556px;background: #FFFFFF;box-shadow: 0px 6px 24px 2px rgba(0,0,0,0.06);}
.section7 .lxLeft{width: 514px; background: rgba(92, 155, 229, 1); height: 100%; padding: 40px; box-sizing: border-box;}
.section7 .lxLeft ul {flex-flow: row wrap;}
.section7 .lxLeft ul li{width: calc(50% - 25px); margin-bottom: 60px; margin-right: 50px; height: 50px; line-height: 50px; border-bottom: 1px solid #FFFFFF;}
.section7 .lxLeft ul li:nth-of-type(2n){margin-right: 0;}
.section7 .lxLeft ul li input{width: 100%; height: 100%; color: #fff;}
.section7 .lxLeft ul li input::-webkit-input-placeholder{color: #c7daf5; font-size: 16px;}
.section7 .lxLeft ul li:last-of-type{width: 100%; margin-right: 0;}
.section7 .lxLeft .ty .text{margin-left: 7px; color: #fff;}
.section7 .lxLeft .btn{margin-top: 50px;width: 428px; cursor: pointer; text-align: center; color: #5C9BE5;font-weight: bold;height: 40px; line-height: 40px; background: #FFFFFF;border-radius: 5px;}

.section7 .lxRight{width: calc(100% - 514px); text-align: center; overflow: hidden;}
.section7 .lxRight .name{font-size: 50px;color: #333333;font-weight: 800; }
.section7 .lxRight .text{font-size: 16px;color: #666; opacity: 0.56; margin-top: 15px;}
.section7 .lxRight .lxList{margin-top: 103px;}
.section7 .lxRight .lxList li{width: 33%; padding: 0 20px; box-sizing: border-box;}
.section7 .lxRight .lxList li .text{margin-top: 20px;}

.footer{background: #17202F; padding-top: 40px; box-sizing: border-box;}
.footer .footerLeft{width: 312px;}
.footer .footerLeft .footLi{display: flex; align-items: center; margin-top: 32px;}
.footer .footerLeft .footLi .footLiRight{width: calc(100% - 60px); margin-left: 20px; line-height: 30px;}
.footer .footerLeft .footLi .footLiRight .name{ font-size: 14px; color: #bbbbbb; }
.footer .footerLeft .footLi .footLiRight .val{ font-size: 16px; color: #fff; }

.footer .footerRight{width: calc(100% - 360px); color: #fff;}
.footer .footerRight dl dt{ height: 55px; line-height: 55px; color: #ffffff; font-size: 18px; border-bottom: 1px solid #56585b; margin-bottom: 10px;}
.footer .footerRight dl dd{line-height: 36px; color: #cacaca;}
.footer .footerRight dl dd a{font-size: 14px; color: #cacaca;}
.footer .infoLeft{padding: 0px 0 10px; margin-top: 0px;}
.footer .infoLeft .text{font-size: 14px; color: #ddd; line-height: 1.6;}
.footer .footer_info{font-size: 12px; margin-top: 17px; text-align: center; color: #ddd; line-height: 40px;border-top: 1px solid #56585b; text-align: center; }

/* 关于我们 */
.aboutText{position: relative;}
.about_icon{position: absolute; top: 0;}
.aboutText .fwLeft{position: relative;}
.aboutText .fwLeft::after{position: absolute; width: 120px; top: 0; left: 0; font-size: 60px; content: "ABOUT US"; font-weight: bold; color: rgba(92,155,229,0.1); z-index: -1; }
.aboutText .fwLeft .name{font-size: 30px; margin-left: 0;}
.aboutText .fwLeft .text{font-size: 16px; margin-left: 0;}
.aboutText .fwRight{width: 582px; box-shadow: 6px 0 30px rgba(0,0,0,0.06);}
.aboutText .fwLeft{width: calc(100% -  620px);}
.aboutFuwu{margin-bottom: 131px; }
.aboutFuwu .tit{text-align: center;color: #333333;font-size: 30px;font-weight: 800;font-family: PingFang SC; margin: 145px 0 79px;}
.fuwuCot{position: relative;}
.fuwuCot .fuwuLeft{width: 600px; display: flex; flex-direction: column; justify-content: flex-end; background: url(../image_pc/aboutImg3.png) no-repeat;padding: 50px; box-sizing: border-box;}
.fuwuCot .fuwuLeft .text{color: #FFFFFF;font-size: 18px;line-height: 34px; margin-bottom: 1.875rem;}
.fuwuCot .fuwuLeft .more{width: 120px;height: 40px; line-height: 40px; text-align: center;font-size: 16px; display: block; color: #fff; background: #5C9BE5;}
.fuwuCot .fuwuLeft .more a{color: #fff;}
.fuwuCot .fuwuRight{width: 600px;background: #FFFFFF;box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.06); padding:50px 50px 20px 50px; box-sizing: border-box;}
.fuwuCot .fuwuRight .name{margin: 15px 0;font-size: 26px;color: #333333;font-weight: 800;}
.fuwuCot .fuwuRight .text{font-size: 14px;color: #666; margin-bottom:15px;}
.fuwuCot .fuwuRight .more{width: 120px;height: 40px; line-height: 40px; text-align: center;font-size: 16px; display: block; color: #fff; background: #5C9BE5;}
.fuwuCot .fuwuRight .more a{color: #fff;}
/* 激励图谱 */
.tp_one{background:url(../image_pc/tp_oneBg.png) no-repeat left top;}
.tp_one .tit{padding-top: 130px;font-size: 36px;color: #333333;font-weight: bold; text-align: center;}
.tp_one .subTit{font-size: 20px;color: #333333; margin: 28px 0 0;}
.tp_one .list{margin-top: 40px;}
.tp_one .list .li{width: 32%;background: #FFFFFF;box-shadow: 0px 9px 45px 0px rgba(0,0,0,0.06); padding: 40px; box-sizing: border-box;}
.tp_one .list .li .name{font-size: 26px;color: #000000;font-weight: 800; margin: 30px 0 20px;}
.tp_one .list .li .text{font-size: 14px;color: #000000;font-weight: 400; line-height: 1.8;}
.tp_one .list .li .more{margin-top: 22px; display: block; position: relative; }
.tp_one .list .li .more::after{position: absolute; width: 90%; height: 2px; background-color: #C7E1FF; content: ""; right: -40px; top: 10px;}
.tp_one .list .li .more a{font-size: 18px;color: #5C9BE5;font-weight: 800; text-transform: uppercase;}
.tp_one .list .li_cur{background:#5c9be5 url(../image_pc/jiazhiBg.png) no-repeat; background-size: 100% 100%;}
.tp_one .list .li_cur .name{color: #fff;}
.tp_one .list .li_cur .text{color: #fff;}
.tp_one .list .li_cur .more::after{position: absolute; width: 90%; height: 2px; background-color: #fff; content: ""; right: -40px; top: 10px;}
.tp_one .list .li_cur .more a{color: #fff;}

.tp_yt{background: #F8F8F8 url(../image_pc/ytBg.png) no-repeat right top; background-size: auto 100%; margin: 126px 0; padding-bottom: 38px;}
.tp_yt .tit{ padding: 100px 0 60px;color: #333333;font-weight: bold;font-size: 36px; text-align: center;}
.tp_yt .subtTit{font-size: 20px;color: #333333; margin-bottom: 10px;}
.tp_yt .list{display:  flex;  flex-flow: row wrap;}
.tp_yt .list .li{width: calc(50% - 29px); padding: 20px; margin-bottom: 25px; box-sizing: border-box; margin-left: 48px;height: 233px;background: #FFFFFF;border: 2px solid #5C9BE5;box-shadow: 0px 9px 45px 0px rgba(0,0,0,0.06);}
.tp_yt .list .li:nth-of-type(2n+1){margin-left: 0;}
.tp_yt .list .li>img{margin-left: -12px;}
.tp_yt .list .li .name{font-size: 20px;color: #000000;font-weight: 800;}
.tp_yt .list .li .text{font-size: 14px;color: #999999;font-weight: 400; margin-top: 15px;}
.bt .tit{font-size: 36px;color: #333333; margin-bottom: 78px; text-align: center;font-weight: bold;}
.bt .btLeft{width: 600px; padding: 40px 40px 0; box-sizing: border-box;background: #FFFFFF;box-shadow: 0px 9px 45px 0px rgba(0,0,0,0.06);}
.bt .btLeft .name{display: block;width: 189px;height: 79px; line-height: 79px; margin-bottom: 10px; text-align: center; color: #FFFFFF;font-weight: bold;font-size: 30px; background: #5C9BE5;}
.bt .btLeft ul{padding: 25px; box-sizing: border-box;}
.bt .btLeft ul li{color: #333333;font-size: 20px; margin-bottom: 25px; line-height: 1.8; list-style-type:circle;}
.bt .btRight{background: #5C9BE5 url(../image_pc/sy4.png) no-repeat right bottom ;box-shadow: 0px 9px 45px 0px rgba(0,0,0,0.06);}
.bt .btRight .name{background: #FFFFFF;color: #5C9BE5;}
.bt .btRight ul li{color: #fff;}

.where{margin-top: 133px; background: url(../image_pc/whereBg.png) no-repeat center top; padding-bottom: 241px;}
.where .tit{text-align: center;font-weight: bold;color: #333333;font-size: 36px; padding: 105px 0 77px;}
.where .list{background-color: #fff;box-shadow: 0px 11px 28px 0px rgba(25,34,64,0.07);  display: flex; flex-flow: row wrap;}
.where .list .li{width: 20%; position: relative; border-right: 2px solid #E6ECF5; padding: 15px; box-sizing: border-box; text-align: center;}

.where .list .li .name{ padding: 33px 0 46px; text-align: center;font-size: 16px;color: #292C33;font-weight: bold;}
.where .list .li:nth-child(-n+5){border-bottom: 2px solid #E6ECF5;}

.where .list .li:hover .li_hover{width: 250px; top: -7px; left: -6px; position: absolute; height: 250px;background: #5C9BE5;box-shadow: 0px 0px 69px 0px rgba(31,92,153,0.25);border-radius: 5px;}
.where .list .li:hover .li_hover .name{color: #fff;}
.where .list .li:hover .li_hover .hzIcon{margin-top:47px;}

.where .list .li .hzIcon {margin: 25px 0 0;}
.where .list .li .no2,.where .list .li:hover .no1{display: none;}
.where .list .li:hover .no2{display: block; margin: 0 auto;}
.where .list .li:nth-child(-n+5):hover .li_hover{top: 2px; left: -6px;}

/* 核心产品 */

.cpOne{width: 100%; height: 548px; background: url(../image_pc/cpOneBg.png) no-repeat center top; padding: 85px 0 30px; box-sizing: border-box;}
.cpOne .name{font-size: 36px;font-family: PingFang SC;font-weight: bold;color: #333333; margin-bottom: 30px;}
.cpOne .text{font-size: 24px;font-family: PingFang SC;font-weight: 500;color: #999999;line-height: 41px; margin-bottom: 15px;}
.cpOne .btn{margin-top: 30px;}
.cpOne .btn a{width: 200px;height: 60px; line-height: 60px; background: rgba(92,155,229,0.1);color: #5C9BE5;font-size: 20px; display: block; text-align: center;}
.geren{background: #F8F8F8 url(../image_pc/ytBg2.png) no-repeat right top; background-size: 318px; padding: 130px 0;}
.geren .gerenLeft{width: 602px;}
.geren .gerenLeft .subTit{font-size: 20px;color: #5C9BE5;font-weight: 400;}
.geren .gerenLeft .Tit{font-size: 36px;color: #333333;font-weight: 800;}
.geren .gerenLeft .text{font-size: 16px;color: #999999;line-height: 26px; margin-top: 30px;}
.geren .gerenRight{width: calc(100% - 670px);}
.geren .gerenRight .shiyong{width: 250px; padding: 30px 15px 30px 25px;color: #333333; box-sizing: border-box;background: #FFFFFF url(../image_pc/cpBg1.png) no-repeat right 15px  bottom 30px;}
.geren .gerenRight .shiyong .name{font-size: 20px; margin-bottom: 30px;}
.geren .gerenRight .shiyong .li{display: flex; align-items: flex-start; font-size: 16px; margin-bottom: 10px; }
.geren .gerenRight .shiyong .li img{margin: 4px 8px 0 0;}
.geren .gerenRight .shiyong:nth-of-type(2){background: #5c9be5 url(../image_pc/cpBg2.png) no-repeat right 15px  bottom 30px; color: #fff;}
.gerenBtn{margin-top: 80px; text-align: center;}
.gerenBtn span a{display: inline-block; padding: 0 60px; height: 60px; line-height: 60px;color: #FFFFFF;font-size: 20px; background: #5C9BE5; margin-right: 30px;}
.gerenBtn span:nth-child(2) a{display: inline-block;width: 200px;height: 60px; line-height: 60px;color: #5C9BE5;font-size: 20px; background: rgba(92,155,229,0.1);}
.geren2{background: url(../image_pc/tp_oneBg.png) no-repeat  left top;}
.geren2 .gerenRight .shiyong{background-color: #F8F8F8;}



.NavBanner2 .nav .navList li a{color: #000000;font-size: 16px;}
.NavBanner2 .nav .navList li a.current::after{background: #5C9BE5;}
.NavBanner2 .nav .navBtn .btn{border: 1px solid rgba(153, 153, 153, 0.56);color: #999999;}
.NavBanner2 .nav .navBtn .btnDl{border: none; color: #fff;}
.guoji{width: 100%; background: url(../image_pc/tp_oneBg.png) no-repeat left top,url(../image_pc/ytBg2.png) no-repeat right bottom;}
.guoji .content{padding: 40px; box-sizing: border-box; background: linear-gradient(0deg, #FFFFFF 0%, #F4F7FC 100%); }
.guoji .guojiRenzheng{padding-top: 80px;}
.guoji .guojiRenzheng .tit{font-weight: bold;color: #333333;font-size: 36px; text-align: center;}
.guoji .guojiRenzheng .subTit{font-weight: 500;color: #999999;font-size: 16px; text-align: center; margin-top: 20px;}
.guoji .guojiRenzheng .subTit a{color: #5C9BE5;}
.guoji .rzMain{ padding: 40px; margin-top: 50px; position: relative; box-sizing: border-box; background: linear-gradient(180deg, rgba(255,255,255,0.46) 0%, #FFFFFF 100%);box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.06);}
.guoji .rzMain .text{color: #000000;font-size: 18px;line-height: 32px; margin-bottom: 20px;}
.guoji .rzMain .blueTit{margin: 40px 0 30px;color: #5C9BE5;font-size: 18px;}
.guoji .rzMainList{}
.guoji .rzMainList .rzMianLi{width: 32%;background: #FFFFFF;border: 1px solid #EEEEEE; padding: 25px 30px; box-sizing: border-box;}
.guoji .rzMainList .rzMianLi:nth-of-type(1){background: rgba(92, 155, 229, 0.1) url(../image_pc/rz_icon1.png) no-repeat right 15px bottom 15px; border: none;}
.guoji .rzMainList .rzMianLi:nth-of-type(2){background: url(../image_pc/rz_icon2.png) no-repeat right 15px bottom 15px;}
.guoji .rzMainList .rzMianLi:nth-of-type(3){background: url(../image_pc/rz_icon3.png) no-repeat right 15px bottom 15px;}
.guoji .rzMainList .rzMianLi .name{font-size: 20px;color: #000000;font-weight: 400; margin-bottom: 5px;}
.guoji .rzMainList .rzMianLi .nr{font-size: 14px;color: #999999; line-height: 1.8; height: 70px;}
.guoji .rzMainList .rzMianLi .more a{color: #5C9BE5; margin-top: 20px; display: block;}
.guoji .rzMain .yinhao{ position: absolute; top: 45px; left:  40px;}
.guoji .haochu .haochuTit{font-weight: bold;font-size: 36px;color: #333333; margin: 80px auto 40px; text-align: center;}
.guoji .haochu .haochuCot{ padding: 30px; box-sizing: border-box; background: linear-gradient(0deg, rgba(255,255,255,0.46) 0%, #FFFFFF 100%);box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.06);}
.guoji .haochu .haochuCot  .name{position: relative;color: #333333;font-weight: 800;font-size: 20px;font-weight: 500; margin-top: 48px; z-index: 5; }
.guoji .haochu .haochuCot  .name::after{position: absolute; left: 0;bottom: -10px; content:attr(data-msg); z-index: 1; font-size: 41px;font-weight: bold;color: rgba(92, 155, 229, 0.2);font-family: "DIN,arial, helvetica, sans-serif";}

.guoji .haochu .haochuCot  .text{color: #999999;font-size: 16px; line-height: 1.8; margin-top: 15px;}

/* 机会 */
.kecheng{background: url(../image_pc/kechengBg.png) no-repeat right 130px top 0;}
.kecheng .tit{font-size: 36px;color: #333333;font-weight: bold;margin-top: 130px;}
.kecheng .subTit{font-size: 16px;color: #999999; margin-top: 20px;}
.kecheng .kcMain{margin-top: 30px;}
.kecheng .kcMain .kcMainLeft .name{font-size: 20px;color: #333333;}
.kecheng .kcMain .kcMainLeft .list{margin-top: 20px;}
.kecheng .kcMain .kcMainLeft .list li{color: #999999;font-size: 16px; line-height: 2;}
.kecheng .kcMain .kcMainRight{ box-sizing: border-box;}
.kecheng .kcMain .kcMainRight .name{font-size: 20px;color: #333333;}
.kecheng .kcMain .kcMainRight .kcShouyi{ border-left: 1px solid #EEEEEE;padding-left: 30px;}
.kecheng .kcMain .kcMainRight .list{margin-top: 20px;}
.kecheng .kcMain .kcMainRight .list li{color: #999999;font-size: 16px; line-height: 2;}
.kecheng .kcMain .kcMainRight .kcShouyi .guanjian{margin-top: 20px;color: #5C9BE5;font-size: 18px;font-weight: bold;}
.kcBtn{margin-top: 120px;}
.kcBtn .more{display: inline-block;height: 60px; line-height: 60px; padding: 0 40px; color: #fff; background: #5C9BE5;font-size: 20px;}
.kcBtn .more a{display: block;color: #fff;}
.kcBtn .more:nth-of-type(2){background: rgba(92, 155, 229, 0.1); margin-left: 20px;}
.kcBtn .more:nth-of-type(2) a{ color: #5C9BE5; }
.jihuiBox{margin-top: 130px;background: url(../image_pc/jihuiBg.png) no-repeat right bottom; padding-top: 50px;}
.jh .tit{font-size: 36px;font-weight: bold;color: #242424; text-align: center; }
.jh .jhCot{margin-top: 60px;}
.jh .jhCot .jhLi{width: calc(50% - 10px); padding: 30px; box-sizing: border-box;background: #FFFFFF;border: 1px solid #ECEFF6;}
.jh .jhCot .jhLi .name{color: #242424;font-weight: 600;font-size: 20px; display: flex; align-items: center;}
.jh .jhCot .jhLi .name img{margin-right: 5px;}
.jh .jhCot .jhLi .text{color:rgba(36, 36, 36, 0.6);font-size: 16px; margin-top: 10px;}
.jihuiBox .cp{margin-top: 140px;}
.jihuiBox .cp .tit{color: #242424;font-weight: bold; text-align: center;font-size: 36px; margin-bottom: 80px;}
.jihuiBox .cp .cpCot .text{color: #999999;font-size: 24px; width: calc(100% - 620px);}
.jihuiBox .cp .cpCot .cpImg{width: 560px;}

.cpBox{margin-top: 127px;}
.cpBox .item{width: 20%; position: relative; padding: 30px 30px 107px; box-sizing: border-box; transition: all 0.3s;}
.cpBox .item:first-child{background: #13345B;}
.cpBox .item:nth-of-type(2){background: #425C7B;box-shadow: 33px 0px 56px rgba(19,52,91,0.73); padding-top: 170px; z-index: 3; }
.cpBox .item:nth-of-type(3){background: #59708B;box-shadow: 33px 0px 56px rgba(19,52,91,0.73); padding-top: 300px;z-index: 2; }
.cpBox .item:nth-of-type(4){background: #71859C;box-shadow: 33px 0px 56px rgba(19,52,91,0.73); padding-top: 430px;z-index: 1;}
.cpBox .item:last-child{background: rgba(19, 52, 91, 0.5);}
.cpBox .item .tit{ position: absolute; left: 0; top: 50px;  transition: all 0.3s;text-align: left; margin-bottom: 45px; width: 115%; height: 97px; line-height: 97px;padding-left: 25px;font-size: 40px; color: #fff; background: #13345B;box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.06);}
.cpBox .item .subTit{margin-bottom: 35px;font-size: 24px;color: #FFFFFF;}
.cpBox .item .text{display: flex; align-items: flex-start;font-size: 18px;color: rgba(255, 255, 255, 0.8); margin-bottom: 25px;}
.cpBox .item .text img{margin-top: 7px; margin-right: 10px;}
.cpBox .item:nth-of-type(3) .tit{top: 176px;}
.cpBox .item:nth-of-type(4) .tit{top: 309px;}
.cpBox .item  .btn{width: 180px;height: 60px; transition: all 0.3s; position: absolute; bottom: 24px; left: 30px; line-height: 60px; background: rgba(255, 255, 255, 0.1); color: #fff;color: #FFFFFF;font-size: 20px;}
.cpBox .item  .btn a{color: #fff;  text-align: center; display: block;}
.cpBox .item:nth-of-type(2) .btn{background: #5C9BE5;}
/* .cpBox .item:hover{z-index: 22;}
.cpBox .item:hover .btn{background: #5C9BE5;} */


.js{padding: 129px 0 100px; box-sizing: border-box; background: url(../image_pc/tp_oneBg3.png) no-repeat right top; background-size: 143px;}
.js .jsTit{text-align: center; line-height: 26px;font-weight: bold;color: #000000;font-size: 20px; margin-bottom: 32px;}
.js .text{font-size: 14px;color: #999999; margin-bottom: 20px;}
.what{background: #F8F8F8 url(../image_pc/ytBg2.png) no-repeat right top; background-size: 320px; padding: 100px 0 80px; box-sizing: border-box; overflow: hidden;}
.what .whatImg{float: right; margin-left: 58px; margin-bottom: 27px;}
.what .tit{color: #333333;font-weight: bold;font-size: 36px; margin-bottom: 40px;}
.what .text{color: #999999;font-size: 20px; line-height: 2;margin-bottom: 20px;}
.what .text_blue{color: #5c9be5;font-size: 20px; line-height: 2;margin-bottom: 20px;}
.what .rzBtn{width: 250px;height: 60px; line-height: 60px; background: #5C9BE5; margin: 60px auto 0; display: block;font-size: 20px;}
.what .rzBtn a{display: block; text-align: center; color: #fff;}


/* 我们的服务 */

.fuwuRz{padding: 204px 0 95px; background: url(../image_pc/fuwuBg1.png) no-repeat top; background-size: 100% 100%;}
.fuwuRz .titBox{margin-bottom: 50px;}
.fuwuRz .titBox .tit{text-align: center;font-size: 36px;font-weight: bold;color: #333333; margin-bottom: 20px;}
.fuwuRz .titBox .subTit{text-align: center;font-size: 24px;color: #5C9BE5; margin-bottom: 40px;}
.fuwuRz .titBox .text{font-size: 24px;color: #999999; margin-bottom: 20px; }
.fuwuGR{padding: 30px; box-sizing: border-box;background: #fff;}

.fuwuGR{position: relative; margin-bottom: 20px;}
.fuwuGR .more{height: 50px; line-height: 50px; padding: 0 15px;background: #5C9BE5; position: absolute; right: 30px; bottom: 30px;}
.fuwuGR .more a{ display: block; color: #fff; }
.fuwuGR .more2{background: rgba(92, 155, 229, 0.1);}
.fuwuGR .more2 a{color: #5C9BE5;}
.fuwuGR .fuwuGRTop{margin-bottom: 10px;}
.fuwuGR .fuwuGRTop .rightInfo{width: calc(100% - 65px);}
.fuwuGR .fuwuGRTop .name .sf{color: #333333;font-size: 18px; font-weight: bold;}
.fuwuGR .fuwuGRTop .name .yw{color: #999;font-size: 14px; margin-left: 10px;}
.fuwuGR .fuwuGRTop .rightInfo .sm{color: #5C9BE5;font-size: 14px; margin-top: 2px;}
.fuwuGR .text{font-size: 14px;color: #999999;line-height:2;}
.fuwuGR .shihe{ color: #333333;font-weight: bold;font-size: 18px; margin: 20px 0;}
.fuwuGR ul li{margin: 8px 0; position: relative; padding-left: 15px;color: #333333;}
.fuwuGR ul li::after{content: ''; width: 6px;height: 6px;background: #5C9BE5; position: absolute; left: 0; top: 10px;}
.buzhou{width: 100%; padding: 130px 0 ; background: url(../image_pc/fuwuBg2.png) no-repeat center top; background-size: 100% 100%;}

/* 找认证专家 */
.zhao .info{width: 100%; height: 270px; margin: 130px 0; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: url(../image_pc/infoBg.png) no-repeat; padding: 0 220px; box-sizing: border-box;}
.zhao .info p{color: #FFFFFF;font-size: 18px; line-height: 2;}
.zhao .info .line{width: 70px;height: 1px;background: #FFFFFF;opacity: 0.5; display: block; margin: 25px auto 0;}
.zhao .zj{margin-top: 100px;}
.zhao .zj .zjTit{color: #333333;font-size: 30px;font-weight: 800; text-align: center;}
.zhao .zj .zjSubTit{margin-top: 60px;color: #666666;font-size: 14px; text-align: center;}
.zhao .zj .zjSo{width: 830px;height: 50px;background: #F6F7F8; margin: 10px auto;}
.zhao .zj .zjSo .input{width: calc(100% - 124px); height: 45px; outline: none; padding: 0 20px; box-sizing: border-box;}
.zhao .zj .zjSo .soBtn{width: 120px;height: 44px; cursor: pointer; outline: none; border: none; line-height: 44px; text-align: center; font-size: 14px;color: #FFFFFF;font-weight: bold;background: #5C9BE5;}
.zhao .zj .zjList{display: flex; flex-flow: row wrap; margin-top: 40px;}
.zhao .zj .zjList .zjLi{ width: calc(50% - 15px); display: flex; margin: 0 0 30px 30px; justify-content: space-between;  height: 230px; padding: 20px; box-sizing: border-box; background: #FFFFFF;border: 1px solid #E7E9EF;}
.zhao .zj .zjList .zjLi .zjLiRight{width:  calc(100% - 170px);}
.zhao .zj .zjList .zjLi .zjLiRight .name{color: #333333;font-weight: bold;font-size: 24px; margin: 10px 0; }
.zhao .zj .zjList .zjLi .zjLiRight .text{color: #666666;font-weight: 500;font-size: 16px; }
.zhao .zj .zjList .zjLi:nth-of-type(2n+1){margin-left: 0;}


.zy_tp{background: url(../image_pc/zyBg1.png) no-repeat center bottom,url(../image_pc/about_icon.png) no-repeat left top; background-size: 100%,135px; padding: 72px 0 128px; box-sizing: border-box;}
.zy_tp .zy_tpTit{font-size: 36px;color: #333333;font-weight: 800; text-align: center; margin: 30px 0 65px;}
.zy_tpList{margin-top: 54px;}
.zy_tpLi{background: #FFFFFF; width: 31%; box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.06);border-radius: 6px;}
.zyTpPic{width: min(100%,370px);border-bottom-right-radius: 30px; overflow: hidden; position: relative;}
.zyTpPic .img{width: 100%; height: 100%;}
.zyTpPic .bofang{position: absolute; top: calc(50% - 38px); left:calc(50% - 38px) ;}
.zy_tpLi .name{text-align: center;font-weight: 800;color: #333333; margin: 30px 0; font-size: 24px;}
.zy_tpLi:nth-of-type(2) .zyTpPic{height: 588px; }
.zy_tpLi:nth-of-type(2) {box-shadow: 0px 6px 30px 0px rgba(92,155,229,0.26);}

.fqa{background: #F8F8F8 url(../image_pc/tp_oneBg3.png) no-repeat right top 180px; background-size: 147px; padding: 120px 0 100px;}
.fqa .title{font-size: 40px;color: #000000;font-weight: bold; text-align: center;}
.fqa .subTit{font-size: 24px;color: #999999; text-align: center;}
.fqa .fqaList{margin-top: 34px; display: flex; flex-flow: row wrap; align-items: flex-start;}
.fqa .fqaList .fqaLi{background: #FFFFFF; padding:25px 20px; margin-bottom: 20px; box-sizing: border-box; border-radius: 6px; width: calc(50% - 20px); margin-left: 20px;}
.fqa .fqaList .fqaLi .fqaLiLeft{cursor: pointer;}
.fqa .fqaList .fqaLi .fqaLiLeft .zd{transition: all 0.3s;}
.fqa .fqaList .fqaLi .tit{ width: calc(100% - 30px);font-weight: bold;font-size: 22px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.fqa .fqaList .fqaLi .text{ margin-top: 10px;width: calc(100% - 30px); display: none;  }

.zhengshuBox{width: 100%; background: url(../image_pc/zhengshuBg.png) no-repeat center top; background-size: 100% 100%; padding-top: 122px; box-sizing: border-box; }
.zhengshuBox .zsLeft{width: calc(100% - 570px);}
.zhengshuBox .zsLeft .name{font-size: 36px;font-weight: 800;color: #FFFFFF; margin: 58px 0;}
.zhengshuBox .zsLeft .text{font-size: 20px;font-weight: 500;color: rgba(255, 255, 255, 0.5); line-height: 2;}
.zhengshuBox .zsLeft .more{width: 141px;height: 60px; line-height: 60px;background: #5C9BE5; margin-top: 130px; text-align: center; }
.zhengshuBox .zsLeft .more a{display: block; color: #fff;}

.zyBox{width: 100%; background: url(../image_pc/zyBg2.png) no-repeat center top; min-height:631px; background-size: 100% 100%; padding: 110px 0;}
.zyBox .tit{color: #333333;font-weight: 800;font-size: 36px; margin: 30px 0;}
.zyBox .tabTit{padding: 10px 15px;border-bottom: 1px solid #EEEEEE;}
.zyBox .tabTit ul li{font-size: 24px;color: #000000; margin-right: 40px; cursor: pointer; }
.zyBox .tabTit ul li.current{position: relative;color: #5C9BE5;}
.zyBox .tabTit ul li.current::after{position: absolute; content: ''; width: 100%; height: 4px;background: #5C9BE5; left: 0; bottom: -11px;}
.zyBox .tabBox{margin-top: 15px;}
.zyBox .tabBox ul li{display: inline-block; margin:15px 15px;}
.zyBox .tabBox ul li a{color: #000000;}
.zyBox .titFile{color: #333333;font-weight: 800;font-size: 26px; margin: 30px 0;}
.zyBox .tabTitFile{padding: 10px 15px;border-bottom: 1px solid #EEEEEE;}
.zyBox .tabTitFile ul li{font-size: 24px;color: #000000; margin-right: 40px; cursor: pointer; }
.zyBox .tabTitFile ul li.current{position: relative;color: #5C9BE5;}
.zyBox .tabTitFile ul li.current::after{position: absolute; content: ''; width: 100%; height: 4px;background: #5C9BE5; left: 0; bottom: -11px;}
.zyBox .tabBoxFile{margin-top: 15px;}
.zyBox .tabBoxFile ul li{display: inline-block; margin:15px 15px;}
.zyBox .tabBoxFile ul li a{color: #000000;}

.qiyuan{width: 100%; padding: 139px 0 130px; background:url(../image_pc/qyBg3.png) no-repeat center bottom, url(../image_pc/tp_oneBg.png) no-repeat left 10vw top, linear-gradient(0deg, #FFFFFF 0%, #F4F7FC 100%) ; background-size: 100%, 150px;}
.qiyuan .tit{color: #000000;font-size: 36px;font-weight: 800;}
.qiyuan .name{color: #000000;font-size: 26px;font-weight: 800; margin: 30px 0;}
.qiyuan .text{color: rgba(0, 0, 0, 0.5);font-size: 20px;font-weight: 500; margin: 30px 0; line-height: 2;}
.qiyuan .text2{color: #000);font-size: 24px;font-weight: 500; margin: 30px 0; }
.qiyuan .pic{margin: 40px 0;}
.qiyuan ul.list{margin-left: 20px;}
.qiyuan ul.list li{font-weight: bold; margin: 15px 0; font-style: italic;font-size: 16px;  line-height: 2; list-style-type: square;color: #5C9BE5;}
.down{height: 141px;background: #FFFFFF;box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.06);}
.picBox{position: relative; height: 460px; margin-top: 50px; width: 100%;}
.picList{position: absolute; width: min(100%,1600px); text-align: right; right: 0; padding-bottom:55px; background: url(../image_pc/tpBg.png) no-repeat bottom right; background-size: min(100%,1600px);}
.picList li{display: inline-block; margin-right: 27px; width: calc(20% - 40px);}
.picList li img{width: min(100%, 277px);}
.down{position: relative;background: #FFFFFF;box-shadow: 0px 6px 30px 0px rgba(0,0,0,0.06); padding: 20px; box-sizing: border-box;}
.down .downRight{ width: calc(100% - 230px);}
.down .downRight .name2{font-size: 20px; color: #333;}
.down .downRight .val{font-size: 16px; color: #666;}
.down .downBtn{ position: absolute; cursor: pointer; right: 30px; bottom: 40px; width: 142px;height: 60px; line-height: 60px; text-align: center;  color: #fff;background: #5C9BE5;font-size: 20px;}




.banLi img{ width:100%;
    /*height: 900px;*/
}

@media only screen and (max-width: 1600px) {
    .banLi {
        /*height: 750px*/
    }
}

@media only screen and (max-width: 1500px) {
    .banLi {
        /*height: 700px*/
    }

    .bannerBtn {
        bottom: 193px;
    }

    .section2 .fwRight .fwMore {
        right: 0;
    }

    .bannerBtn .bannerBtnLeft {
        width: 70px;
        height: 70px;
    }

    .bannerBtn .bannerBtnRight {
        width: 70px;
        height: 70px;
    }
}

@media only screen and (max-width: 1300px) {
    .banLi {
        /*height: 650px*/
    }

    .section2 .fwRight .fwMore {
        right: 0;
    }
}
