@charset "utf-8"; /* 棰勮鏍峰紡 */ *, *:before, *:after { max-height: 100000px} html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-size:14px;font-family: "Microsoft YaHei";line-height:2em} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block; } html,body{color:#333;} ul,ol,li{list-style:none;margin: 0;padding: 0;} a{color:#333;text-decoration:none;} a:hover{text-decoration:none;-webkit-transition: background-color .2s ease;-moz-transition: background-color .2s ease;-ms-transition: background-color .2s ease;-o-transition: background-color .2s ease;transition: background-color .2s ease;} img{border:0;display: block;max-width:100%;} h1,h2,h3,h4,h5{font-weight:normal} select::-ms-expand { display: none; } input{outline: none;} p,span,dd,li{max-height: 99999px;} .clear:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; } .clear { zoom:1; } .left{ float:left; } .right{ float:right;} .hide{ display:none;} ::-webkit-scrollbar{ width: 8px; } ::-webkit-scrollbar-track{ background: #fff; } ::-webkit-scrollbar-thumb{ background: #0068b6; } ::-webkit-scrollbar-thumb:window-inactive{background: #0068b6; } ::-webkit-scrollbar-thumb:vertical:hover{background: #0068b6; } .w1300{width:80%;max-width:1300px;margin:0 auto;min-width:1200px;} .more{display: block;width:137px;height: 43px;background-color:#0068b6;color:#fff;text-align: center;line-height: 43px;background: -moz-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background: -webkit-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background: -ms-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); } .more:hover{border-radius:25px;transform: translateY(-2px);} /* index.html */ header{position:fixed;width:100%;background:#fff;z-index: 99; box-shadow: 0px 2px 10px 0px rgba(207, 207, 207, 0.35);} .header_content{position: relative;padding-top:15px;box-sizing:border-box;height:120px;} .logo{position: absolute;left:0px;top:50%;transform:translateY(-50%);width:auto;max-height: 100px;} .logo img{max-width: 220px;height: auto;} .header_menu{float: right;} .menu_top{float: right;} .menu_top ul{float: left;padding-top: 5px;} .menu_top li{float: left;font-size:16px;color:#0068b6;line-height:24px;padding:0px 12px;position: relative;} .menu_top li:before{display: block;content: '';position: absolute;left:0px;top:50%;width:1px;height:12px;background: #949494;margin-top:-6px;} .menu_top li:first-child:before{display:none;} .menu_top li a{display:inline-block;font-size:16px;} .menu_top li i{float:left;display:block;width:22px;height:24px;background: url(img/language.png) no-repeat right center;margin-right:5px;} .menu_top li a:hover{color:#0068b6;} .menu_top .header_search{float: left;border:1px solid #333;width:210px;height:30px;box-sizing:border-box;margin-left: 35px;} .menu_top .header_search input{border:none;display:block;background:none;height:28px;float: left;} .menu_top .header_search input[type='text']{width:83%;} .menu_top .header_search input[type='submit']{width:15%;height:100%;background: url(img/search_icon.png) no-repeat center;cursor:pointer;} .menu_top .header_ewm{float: left;} .menu_top .header_ewm a{float: right;margin-left: 25px;display: block;height:30px;} .menu_top .header_ewm .weixin{background:url(img/wx_icon.png) no-repeat center;width:35px;position: relative;} .menu_top .header_ewm .wzt{background:url(img/wzt_icon.png) no-repeat center;width:45px;position: relative;} .menu_top .header_ewm .wzt-new{background: url(img/wzt-new.png) no-repeat center;width: 28px;position: relative;} .menu_bottom{float: right;} .menu_top .header_ewm .ewm_box{position: absolute;top:40px;width:145px;background:#424242;border-radius: 5px;padding: 10px;box-sizing:border-box;z-index: 99;opacity:0;pointer-events: none;} .menu_top .header_ewm .ewm_box:before{display: block;content:'';position: absolute;top:-8px;border-bottom: 8px solid #424242;border-right: 8px solid transparent;border-left: 8px solid transparent;} .menu_top .header_ewm .ewm_box p{color:#c3c3c3;text-align: center;margin-bottom: 5px;} .menu_top .header_ewm a:hover .ewm_box{opacity: 1;pointer-events: all;} .menu_top .header_ewm .weixin .ewm_box, .menu_top .header_ewm .wzt .ewm_box{left:50%;transform: translateX(-50%);} .menu_top .header_ewm .weixin .ewm_box:before, .menu_top .header_ewm .wzt .ewm_box:before{left:50%;transform:translateX(-50%);} .menu_top .header_ewm .wzt-new .ewm_box{right:0px;} .menu_top .header_ewm .wzt-new .ewm_box:before{right:10px;} .menu_bottom li{display:inline-block;margin-left: 65px;box-sizing:border-box;position:relative;z-index:1;} .menu_bottom li .nav{font-size:18px;color:#444444;font-weight: bold;padding:24px 0px 20px;display: block;} .menu_bottom li.on{border-bottom:3px solid #0068b6;} /* .menu_bottom li .sec_menu{position:absolute;top:110%;background:#f8f8f8;} .menu_bottom li .sec_menu dd{font-size:18px;padding:30px;} .menu_bottom li .sec_menu ul{position:absolute;top:0px;} .menu_bottom li .sec_menu li a{display:block;width:300px;} .menu_bg{width:100%;height:500px;position:absolute;top:120px;left:0px;background:#ffffff;z-index:0;} */ .menu_bottom li .dl.hide{display: none;} /* 涓夌骇涓嬫媺 */ .t-nav{width: 100%;position: absolute;left: 50%;top: 100%;transform:translate(-50%);background: #fff;box-shadow: 0px 2px 10px 0px rgba(207, 207, 207, 0.35);padding: 20px 0;display: none;} .t-nav .w1300{width: 1000px;min-width: auto;} .t-nav .left img{width: 400px;height: 280px;} .t-nav .nav-s{margin-left: 50px;position: relative;} .t-nav .nav-s li a{display: block;width: 150px;padding-left: 25px;height: 42px;line-height: 42px;font-size: 18px;color: #222;} .t-nav .nav-s li:hover a,.t-nav .nav-s li.cur a{background-image: -moz-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%);background-image: -webkit-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%);background-image: -ms-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%);color: #fff;} .t-nav .nav-s li dl{position: absolute;left: 250px;width: 500px;display: none;top: 0px;} .t-nav .nav-s li dl dd a{font-size: 16px;color: #999999;line-height: 45px;display: inline;padding:0;} .t-nav .nav-s li dl dd a:hover{color: #0068b6;background: none;} .t-nav .nav-s ul{height: 300px;padding-right: 10px;} .t-nav .nav-s ul{overflow-y: scroll;} .t-nav .nav-s ul::-webkit-scrollbar { width: 3px; background-color: #0068b6; } .t-nav .nav-s ul::-webkit-scrollbar-thumb { background-color: #0068b6; } .t-nav .nav-s ul::-webkit-scrollbar-track { background-color: #ededed; } /* .t-nav2 .nav-s{width: 250px;} .t-nav2 .nav-s ul{display: flex;justify-content: space-between;flex-wrap: wrap;} .t-nav2 .nav-s li{display: inline-block;width: 120px;} .t-nav2 .nav-s li a{max-width: 100%;} .t-nav2 .nav-t{max-width: 260px;} */ .t-nav .nav-t {margin-left: 35px;} .t-nav .nav-t dl{display: none;} .t-nav .nav-t dl.active{display: block;} .t-nav .nav-t dl dd a{font-size: 16px;color: #999999;line-height: 34px;} .t-nav .nav-t dl dd a:hover{color: #0068b6;} .menu_bottom li dl{position: absolute;top:110%;background:#f8f8f8;width:180px;text-align: center;left:0;margin-left:-10px;padding: 10px 0px;opacity: 0;pointer-events: none;transition: all 0.6s;} .menu_bottom li dl a{font-size:18px;display:block;padding: 10px 20px;color:#444444;text-align:left;} .menu_bottom li dl a:hover{background-color:#0068b6;color:#fff;} .headbg{width:100%;height:120px;} .menu_bottom li:hover{border-bottom:3px solid #0068b6;} .menu_bottom li:hover dl{top:104%;opacity: 1;pointer-events: all;} .banner{width:100%;height:700px;position: relative;overflow:hidden;} .banner .swiper-slide{width:100%;height:700px;background-position: center bottom;background-repeat: no-repeat;} .banner .ban_pagination{width:100%;position: absolute;bottom:43px;z-index: 1;text-align:center;} .banner .ban_pagination ul{display:inline-block;} .banner .ban_pagination li{float: left;margin-right: 25px;width:23px;height: 23px;border-radius: 100%;border:2px solid transparent;box-sizing:border-box;transition: all 0.6s;cursor: pointer;} .banner .ban_pagination li i{display:block;width:11px;height: 11px;background-color: #dbdde5;border-radius: 100%;margin:4px auto;} .banner .ban_pagination li.on{border:2px solid #fff100;} .banner .ban_pagination li.on i{background-color: #fff100;} .banner .ban_buttons{position: absolute;left:50%;top:50%;transform: translateY(-50%);display:block;width:27px;height:11px;background:url(img/ban_arrow.png);z-index: 1;cursor: pointer;} .banner .prev_btn{margin-left:-650px;} .banner .next_btn{margin-left:623px;transform: rotate(180deg)} .index-news{ width: 100%; height: 40px; background:#f0f0f0; box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;border-bottom: 1px solid #d1d1d1; position:relative;z-index:3} .index-news-list{height:40px;color:#666;} .index-news-list h2{float:left;font-weight:bold;line-height:40px;} .index-news-slider{float:left; position: relative; width:90%;height:40px;padding:0 37px 0 15px;margin-top:4px;overflow:hidden;} .index-news-slider .bd li{line-height:32px;height:32px;overflow:hidden;} .index-news-slider .bd li a{color:#666} .index-news-slider .bd li a:hover{color:#008ee6} .index-news-slider .bd li span{float:right;color:#999} .index-news-slider .btn{position:absolute;height:30px;width:31px;right:0;top:2px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAaCAYAAABPY4eKAAAAYElEQVRIie2QQQoAEBBFHV5STibO4gpjRRYUY4zNfzUbNb1njAEAfMMV4q7GlCmmzNx3hfp8Ex8GyP74IODNqTcC7sQXQAyx9YHa7LyLiVciNfEsQFU8C1AVjwHcXQDEqf8SyCJPfKKkAAAAAElFTkSuQmCC) 0 0 no-repeat;display:block;} .index-news-slider .btn a{text-indent:-9999em;overflow:hidden;display:block;height:15px;line-height:0px;font-size:0px;} .index_wrap1{padding: 120px 0px;box-sizing:border-box;position: relative;} .index_wrap1 .wrap1_left{float: left;width:32%;padding-top: 12px;} .index_wrap1 .wrap1_left span{font-size:38px;color:#292828;border-left:5px solid #0068b6;padding-left: 10px;display:block;line-height:1em;} .index_wrap1 .wrap1_left p{color:#666666;margin:35px 0px 25px;font-size:16px;} .index_wrap1 .wrap1_left .more{transition: all 0.6s;} .index_wrap1 .wrap1_right{float:right;width:60.16%;} .index_wrap1 li{margin-left:3.8378%;margin-bottom:30px;padding:15px 3.4% 0px;float:left;width:46.16%;height: 110px;border:1px solid #d5dee5;box-sizing:border-box;box-shadow:0px 0px 23px -7px rgba(0,0,0,0.2);transition:all 0.6s;} .index_wrap1 li i{display: block;float: left;width:70px;height:113px;background-repeat: no-repeat;background-position:0px 10px;} .index_wrap1 li:first-child i{background-image:url(img/i_w_icon1.png);} .index_wrap1 li:nth-child(2) i{background-image:url(img/i_w_icon3.png);} .index_wrap1 li:nth-child(3) i{background-image:url(img/i_w_icon2.png);} .index_wrap1 li:last-child i{background-image:url(img/i_w_icon4.png);} .index_wrap1 li b{font-size:26px;display: block;line-height:1em;margin-bottom:10px;} .index_wrap1 li p{font-size:16px;color:#555555;} .index_wrap1 li:hover{transform:translateY(-10px);background-image: -moz-linear-gradient( 120deg, rgba(0,145,255,0.941) 0%, rgba(0,127,223,0.941) 100%); background-image: -webkit-linear-gradient( 120deg, rgba(0,145,255,0.941) 0%, rgba(0,127,223,0.941) 100%); background-image: -ms-linear-gradient( 120deg, rgba(0,145,255,0.941) 0%, rgba(0,127,223,0.941) 100%);} .index_wrap1 li:hover b{color:#fff;} .index_wrap1 li:hover p{color:#fff;} .index_wrap1 li:first-child:hover i{background-image:url(img/i_w_icon1_h.png);} .index_wrap1 li:nth-child(2):hover i{background-image:url(img/i_w_icon3_h.png);} .index_wrap1 li:nth-child(3):hover i{background-image:url(img/i_w_icon2_h.png);} .index_wrap1 li:last-child:hover i{background-image:url(img/i_w_icon4_h.png);} .index_wrap2{width:100%;padding: 70px 0px 0px;box-sizing:border-box;background:url(img/iw2_bg.jpg) no-repeat center bottom;} .index_wrap2 .title span{font-size:40px;color:#fff;display:block;float: left;line-height: 1em;border-left:5px solid #fff;padding-left: 10px;} .index_wrap2 .title a{display: block;float: right;color:#fff;margin-top:22px;line-height: 1em;font-size:18px;} .index_wrap2 .content{margin:30px 0px 0px;padding:35px 0px;box-sizing:border-box;border-top:1px solid #fff;border-bottom:1px solid #fff;} .index_wrap2 li{width:24.76923076923077%;float: left;position: relative;left:0px;cursor: pointer;transition: all 0.8s;margin-right:0.23076923076923%;box-sizing:border-box;} .index_wrap2 li:last-child{margin-right:0px;} .index_wrap2 li img{max-width:100%;position: relative;z-index: 2;} .index_wrap2 .img_tip{position:absolute;top:0px;right:0px;z-index:2;width:100%;height: 100%;padding:30px 0px 30px 30px;box-sizing:border-box;color:#fff;} .index_wrap2 .img_tip b{font-size:32px;line-height: 1em;} .index_wrap2 .img_tip p{font-size:20px;line-height: 1em;margin:10px 0px 20px;} .index_wrap2 .list{position:absolute;top:0px;right:0px;z-index: 0;opacity:0;width:70.77%;height: 100%;background-color: #595959;transition: all 0.6s;transform: translateX(50%);} .index_wrap2 .list dl{position: absolute;top:50%;transform: translateY(-50%);width:100%;} .index_wrap2 .list a{padding:5px 12px;box-sizing:border-box;display: block;width:100%;font-size:14px;color:#fff;transition: all 0.5s;} .index_wrap2 .list a:hover{background-color: #0068b6;padding-left:20px;} .index_wrap2 li.move_left{left:-8.85%;} .index_wrap2 li.move_right{left:8.85%;} .index_wrap2 li.move_left .list{transform: translateX(100%);opacity: 1;} .index_wrap2 .bottom_content{width:100%;height:145px;background:#fff;padding: 30px 0px;box-sizing:border-box;overflow:hidden;transform: translateY(50%);box-shadow: 0px 3px 14px 0px rgba(180, 180, 180, 0.1);} .index_wrap2 .bottom_content .swiper-slide{text-align: center;} .index_wrap2 .bottom_content span{display: inline-block;line-height:1em;font-size:18px;color:#000;} .index_wrap2 .bottom_content .swiper-slide{font-size: 0;border-right:1px dashed #d3d3d3;} .index_wrap2 .bottom_content .swiper-slide img{display: none;height: 40px;width: auto;margin: 0 auto 10px;} .index_wrap2 .bottom_content .swiper-slide .item-img1{display: block;opacity: .7;} .index_wrap2 .bottom_content a:hover span{color:#0068b6;} .index_wrap2 .bottom_content a:hover .item-img1{display: none;} .index_wrap2 .bottom_content a:hover .item-img2{display: block;} .index_wrap2 .bottom_content a:hover span{color:#0068b6;} .index_wrap3{padding: 160px 10px 100px;overflow: hidden;} .index_wrap3 .title span{font-size:40px;color:#292828;display:block;float: left;line-height: 1em;padding-left:10px;border-left:5px solid #0068b6;box-sizing:border-box;} .index_wrap3 .title ul{float: right;margin-top: 20px;} .index_wrap3 .title li{float: left;font-size:16px;color:#666666;margin-left: 20px;transition: all 0.6s;line-height:1em;} .index_wrap3 .title li.on,.index_wrap3 .title li:hover{padding:0px 5px;border-left:2px solid #0068b6;color:#0068b6;cursor: pointer;} .index_wrap3 .news_slide{margin:60px 0px 60px;position: relative;} .index_wrap3 .news_slide li{float:left;width:31.693%;padding: 16px;box-sizing:border-box;/* margin-right:2.46%; */transition: all 0.6s;} .index_wrap3 .news_slide li img{max-width:100%;} .index_wrap3 .news_slide li span{display:block;margin:30px 0px 15px;font-size:18px;line-height: 1em;} .index_wrap3 .news_slide li p{color:#777777;text-align: justify;line-height: 1.7em;max-height:46px;overflow: hidden;} .index_wrap3 .news_slide li i{float: right;color:#777777;font-style: normal;margin-top:15px;opacity: 0;transition:opacity 0.3s;} .index_wrap3 .news_slide li a{display: block;width:100%;height: 100%;} .index_wrap3 .news_slide li:hover{box-shadow:0px 0px 25px -4px rgba(0,0,0,0.1);transform: translateY(-5px);} .index_wrap3 .news_slide li:hover span{color:#0068b6;} .index_wrap3 .news_slide li:hover i{opacity: 1;} .index_wrap3 .more{margin:0 auto;transition: all 0.6s;} .index_wrap3 .news_slide .btn{position: absolute;top:54%;transform: translateY(-50%);display: block;width:50px;height: 50px;opacity:0.9;font-family:'SimSun';font-size:25px;line-height:50px;text-align: center;background-color:#fbfbfb;z-index: 1;transition: all 0.3s;cursor: pointer;} .index_wrap3 .news_slide .prev_btn{left:0px;} .index_wrap3 .news_slide .next_btn{right:0px;} .index_wrap3 .news_slide .btn:hover{color:#fff;opacity:1; background-image: -moz-linear-gradient( 120deg, rgba(0,145,255,0.941) 0%, rgba(0,127,223,0.941) 100%); background-image: -webkit-linear-gradient( 120deg, rgba(0,145,255,0.941) 0%, rgba(0,127,223,0.941) 100%); background-image: -ms-linear-gradient( 120deg, rgba(0,145,255,0.941) 0%, rgba(0,127,223,0.941) 100%);}} .index_wrap3 .news_slide .prev_btn:hover{left:-10px;} .index_wrap3 .news_slide .next_btn:hover{right:-10px;} .index_wrap4{width:100%;height:141px;background:url(img/index_wrap4.jpg) no-repeat center;} footer{width:100%;background-color:#2a2a2a;padding-top: 75px;} footer .footer_left{width:580px;float:left;} footer .footer_left .f_logo{display:block;width:100%;padding-bottom:20px;border-bottom:1px solid #696969;} footer .footer_left .fl_box{margin-top:40px;} footer .footer_left .fl_box span{color:#fff;float: left;font-size:18px;} footer .footer_left .fl_box dl{float: right;width: 460px !important;} footer .footer_left dd{display: inline-block;margin-right:20px;} footer .footer_left dd a{font-size:18px;color:#c3c3c3;} footer .footer_left dd a:hover{color:#fff;} footer .footer_right{float: right;padding-top: 80px;} footer .footer_right li{display: inline-block;margin-right: 70px;} footer .footer_right li a{font-size:18px;color:#fff;} footer .footer_right li:last-child{margin-right:0px;} footer .footer_right .line_box{display: flex;justify-content: space-between;margin-top:15px;} footer .footer_right .line_box span{display: inline-block;width:146px;height:40px;border:1px solid #696969;line-height: 40px;padding:0px 15px;border-radius: 25px;color:#c3c3c3;background-position: 100px center;background-repeat:no-repeat;box-sizing:border-box;margin-right:20px;cursor:pointer;position:relative;} footer .footer_right .line_box span:hover{background-color:#fff;color:#000;} footer .footer_right .line_box a{position:relative;display: block;width: 146px;} footer .footer_right .line_box .ewm_box{position: absolute;left:50%;transform: translate(-50%,10px);width:145px;background:#424242;border-radius: 5px;padding:10px;box-sizing:border-box;z-index: 99;opacity:0;pointer-events: none;} footer .footer_right .line_box .ewm_box:before{display: block;content:'';position: absolute;top:-8px;left:50%;transform:translateX(-50%);border-bottom: 8px solid #424242;border-right: 8px solid transparent;border-left: 8px solid transparent;} footer .footer_right .line_box .ewm_box p{color:#c3c3c3;text-align: center;margin-bottom: 5px;} footer .footer_right .line_box a:hover .ewm_box{opacity: 1;pointer-events: all;} .copyright{padding:15px 0px;box-sizing:border-box;margin-top:140px;border-top:1px solid #696969;} .copyright p{float:left;font-size:12px;color:#c3c3c3;line-height: 1em;} .copyright span{display:block;float: right;color:#c3c3c3;line-height: 1em;font-size:12px;} .copyright span a{display:inline-block;line-height: 1em;font-size:12px;color:#c3c3c3;} .copyright span a:hover{color:#fff;} /* 鍐呴〉鍏叡閮ㄥ垎 */ .nbanner{width:100%;height:500px;background-position: center;background-repeat: no-repeat;position: relative;} .nbanner .txt{width:80%;max-width:1300px;min-width:1200px;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);} .nbanner .txt b,.nbanner .txt strong{font-size:40px;line-height: 1em;color:#fff;display: block;margin-bottom:18px;} .nbanner .txt span{color:#fff;font-size:24px;line-height: 1em;text-transform:uppercase;} .nbanner .txt2{text-align: center;transform: translate(-50%,-100%);top: 40%;display: none;} .nbanner .txt2 span a{display: block;margin: 0 auto;width: 140px;height: 42px;line-height: 42px;color: #fff;text-align: center;border:1px solid #fff;font-size: 14px;transition: all .2s ease;} .nbanner .txt2 span a:hover{background: #fff;color: #0068b6;border-radius: 5px;} .type_name{font-size:38px;line-height:1em;text-align: center;position: relative;} .type_name:after{display: block;content:'';position: absolute;bottom:-20px;left:50%;transform: translateX(-50%);width:36px;height:2px;background-color:#333;} .buttons{display: block;width:50px;height:50px;background: #fbfbfb;font-family: SimSun;font-size:25px;text-align: center;line-height: 50px;cursor: pointer;font-weight: bold;} .nbanner-img{width: 100%;height: auto;position: relative;} .nbanner-img .img{position: relative;overflow: hidden;height: 100%; width: 100%;} .nbanner-img img{min-width: 100%;position: absolute; display: block; width: 100%;transition: transform 12s cubic-bezier(.23,1,.32,1); transform: scale(1);} .nbanner-img:hover img{transform: scale(1.1);} .nbanner-img .txt2{width:80%;max-width:1300px;min-width:1200px;position: absolute;left:50%;text-align: center;transform: translate(-50%,-50%);top: 40%;} .nbanner-img .txt2 b,.nbanner-img .txt2 strong{font-size:50px;line-height: 1em;color:#fff;display: block;margin-bottom:17px;} .nbanner-img .txt2 p{font-size: 16px;color: #fff;width: 70%;margin: 0 auto;} .nbanner-img .txt2 span{padding-top: 17px;display: block;} .nbanner-img .txt2 span a{display: block;margin: 0 auto;width: 140px;height: 42px;line-height: 42px;color: #fff;text-align: center;border:1px solid #fff;font-size: 14px;transition: all .2s ease;font-size:18px;} .nbanner-img .txt2 span a:hover{background: #fff;color: #0068b6;border-radius: 5px;} @media screen and (max-width: 1366px) { .nbanner-img .txt2 b{font-size:32px;} .nbanner-img .txt2 span a{width: 120px;height: 32px;line-height: 32px;font-size: 14px;} } /* culture.html */ .about_type{transform: translateY(-125px);text-align: center;} .about_type ul{display: inline-block;} .about_type li{float: left;width:240px;border-radius: 3px;background-color: rgba(255, 255, 255,0.941);margin-right:3px;padding: 20px;box-sizing:border-box;} .about_type li:last-child{margin-right:0px;} .about_type li i{display:block;width:100%;height:35px;background-repeat: no-repeat;background-position:left center;background-size:auto 100%;} .about_type li p{font-size:18px;line-height: 1em;margin-top:15px;text-align: left;} .about_type li:hover,.about_type li.on{ background-image: -moz-linear-gradient( 120deg, rgba(0,145,255,0.941) 0%, rgba(0,127,223,0.941) 100%); background-image: -webkit-linear-gradient( 120deg, rgba(0,145,255,0.941) 0%, rgba(0,127,223,0.941) 100%); background-image: -ms-linear-gradient( 120deg, rgba(0,145,255,0.941) 0%, rgba(0,127,223,0.941) 100%);} .about_type li:hover a,.about_type li.on a{color:#fff;} .about_type li:first-child i{background-image: url(img/i_w_icon1.png);} .about_type li:nth-child(2) i{background-image: url(img/i_w_icon2.png);} .about_type li:nth-child(3) i{background-image: url(img/i_w_icon3.png);} .about_type li:last-child i{background-image: url(img/i_w_icon4.png);} .about_type li:first-child:hover i{background-image: url(img/i_w_icon1_h.png);} .about_type li:nth-child(2):hover i{background-image: url(img/i_w_icon2_h.png);} .about_type li:nth-child(3):hover i{background-image: url(img/i_w_icon3_h.png);} .about_type li:last-child:hover i{background-image: url(img/i_w_icon4_h.png);} .cul_wrap1{width:100%;overflow:hidden;text-align: center;padding:0px 0px 100px;} .cul_wrap1 ul{display: inline-block;margin:100px 0px 0px;} .cul_wrap1 li{float: left;width:420px;margin:0px 25px;background-color: rgb(51, 51, 51);position: relative;padding: 45px 25px;box-sizing:border-box;color:#fff;border-radius: 10px;text-align: left;transition: all 0.6s;cursor: pointer;} .cul_wrap1 li span{font-size:24px;line-height: 1em;display: block;margin-bottom: 20px;} .cul_wrap1 li p{font-size:16px;line-height: 1em;margin:20px 0px 45px;} .cul_wrap1 li em{display: block;width:45px;height:2px;background: #fff;} .cul_wrap1 li i{position: absolute;right:25px;top:35px;display: block;width:50px;height:50px;background-repeat:no-repeat;background-position:center;} .cul_wrap1 li:hover{transform: translateY(-15px); background-image: -moz-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); } .cul_wrap2{width:100%;background: url(img/cw2_bg.jpg) no-repeat center;padding: 90px 0px;} .cul_wrap2 .type_name{color:#fff;} .cul_wrap2 .type_name::after{background-color: #fff;} .cul_wrap2 ul{width:80%;height:350px;margin:75px auto 0px;position: relative;} .cul_wrap2 ul:before,.cul_wrap2 ul:after{content: '';display: block;position: absolute;width:100%;height:100%;background: #007fdf;z-index: 0;left:0px;top:0px;} .cul_wrap2 ul:before{transform:translate(8px,-8px)} .cul_wrap2 ul:after{transform:translate(-8px,8px)} .cul_wrap2 li{float: left;width:33.3333333%;height:100%;border-right:1px solid #f0f0f0;text-align: center;position: relative;z-index: 1;background: #fff;box-sizing:border-box;} .cul_wrap2 li:last-child{border:0px;} .cul_wrap2 li div{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);} .cul_wrap2 li i{display:inline-block;block;width:90px;height:90px;border-radius: 100%;background-color:#f8f8f8;background-repeat:no-repeat;background-position:center;} .cul_wrap2 li span{display:block;font-size:20px;margin-top: 15px;} .cul_wrap3{padding: 90px 0px;} .cul_wrap3 .cw3_slide{margin: 90px auto 0px;overflow:hidden;} .cul_wrap3 .cw3_slide .swiper-slide p{text-align: center;font-size:18px;color:#555555;padding:25px 0px;width:100%;line-height: 1em;} .cul_wrap3 .cw3_slide .swiper-slide:hover p{background:#007fdf;color:#fff;} .cul_wrap3 .buttons{margin-top: 40px;} .cul_wrap3 .prev_btn{float: left;} .cul_wrap3 .next_btn{float: right;} .video_type{width:100%;border-bottom:1px solid #666666;} .video_type li{float:left;margin-right: 5px;} .video_type li a{display: block;width:auto;height:47px;padding:0 40px;background:#666666;color:#fff;font-size:18px;line-height: 47px;transition:all 0.3s;} .video_type li.on a{ background-image: -moz-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%);} .video_type li:hover a{line-height:36px;} .video_list li{float: left;width:30%;margin-right:5%;margin-top: 60px;cursor:pointer;} .video_list li:nth-child(3n){margin-right: 0px;} .video_list li span{display: block;width:100%;position: relative;} .video_list li span:after{content:'';display:block;width:100%;height:100%;position:absolute;top:0px;left:0px;background-image:url(img/video_begin.png);background-repeat:no-repeat;background-position:center;} .video_list li p{font-size:18px;color:#666666;line-height: 22px;margin-top: 25px;text-align: center;height: 44px;overflow: hidden} .video_list li:hover p{color:#0068b6;} .video_list li:hover span:after{background-color:rgba(0,104,182,0.459);} .solution_wrap1{padding: 90px 0px;} .solution_wrap1 .sw1_slide{margin-top: 75px;overflow: hidden;position: relative;} .solution_wrap1 .swiper-slide span{display: block;width:100%;position: relative;overflow: hidden;} .solution_wrap1 .swiper-slide img{max-width:100%;} .solution_wrap1 .swiper-slide i{display: block;width:100%;height:5px;position: absolute;bottom:0;transform: translateY(100%); background-image: -moz-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%);transition: all 0.6s;} .solution_wrap1 .swiper-slide p{font-size:20px;line-height: 1em;margin-top:20px;text-align: center;} .solution_wrap1 .swiper-slide:hover i{transform: translateY(0);} .solution_wrap1 .swiper-slide:hover p{color:#0068b6;} .solution_wrap1 .buttons{position: absolute;top:50%;transform: translateY(-50%);z-index: 1;} .solution_wrap1 .prev_btn{left:0px;} .solution_wrap1 .next_btn{right:0px;} .showno{opacity:0;pointer-events:none;} .solution_wrap{width:100%;padding: 90px 0px;} .solution_wrap:nth-child(2){background-color: #fcfcfc;} .solution_wrap ul{margin-top:80px;} .solution_wrap li{float: left;width:30%;margin-right: 5%;cursor:pointer;} .solution_wrap li:last-child{margin-right: 0px;} .solution_wrap li span{display: block;width:100%;position: relative;overflow: hidden;} .solution_wrap li img{max-width:100%;} .solution_wrap li span i{display: block;width:100%;height:5px;position: absolute;bottom:0;transform: translateY(100%); background-image: -moz-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%);transition: all 0.6s;} .solution_wrap li p{font-size:20px;line-height: 1em;margin-top:20px;text-align: center;} .solution_wrap li:hover i{transform: translateY(0);} .solution_wrap li:hover p{color:#0068b6;} .contact_wrap1{padding:90px 0px;} .contact_wrap1 ul{margin-top: 80px;} .contact_wrap1 li{float:left;width:33.2333%;border-right:1px solid #f2f2f2;padding:80px 0px;text-align: center;position: relative;overflow: hidden;} .contact_wrap1 li:before,.contact_wrap1 li:after{display: block;content:'';position: absolute;} .contact_wrap1 li:nth-child(3n){border-right:0px;} .contact_wrap1 li i{display: inline-block;width:62px;height:57px;background-repeat: no-repeat;background-position: center;} .contact_wrap1 li span{display: block;font-size:22px;color:#666666;line-height: 1em;margin-top:28px;} .contact_wrap1 li em{font-style: normal;font-size:100px;color:#fff;font-weight: bold;line-height: 1em;position: absolute;bottom:-14%;right:0px;} .contact_wrap1 li:first-child{border-bottom: 1px solid #f2f2f2;} .contact_wrap1 li:nth-child(2){border-bottom: 1px solid #f2f2f2;} .contact_wrap1 li:nth-child(3){border-bottom: 1px solid #f2f2f2;} .contact_wrap1 li:first-child:before{display: none;} .contact_wrap1 li:first-child:after{right:1px;bottom:1px;border-bottom: 8px solid #008ef7;border-left: 8px solid transparent;} .contact_wrap1 li:nth-child(2):before{bottom:1px;left:1px;border-bottom: 8px solid #008ef7;border-right: 8px solid transparent;} .contact_wrap1 li:nth-child(2):after{bottom:1px;right:1px;border-bottom: 8px solid #008ef7;border-left: 8px solid transparent;} .contact_wrap1 li:nth-child(3):before{left:1px;bottom:1px;border-bottom: 8px solid #008ef7;border-right: 8px solid transparent;} .contact_wrap1 li:nth-child(3):after{display: none;} .contact_wrap1 li:nth-child(4):before{display: none;} .contact_wrap1 li:nth-child(4):after{top:1px;right:1px;border-top: 8px solid #008ef7;border-left: 8px solid transparent;} .contact_wrap1 li:nth-child(5):before{top:1px;left:1px;border-top: 8px solid #008ef7;border-right: 8px solid transparent;} .contact_wrap1 li:nth-child(5):after{top:1px;right:1px;;border-top: 8px solid #008ef7;border-left: 8px solid transparent;} .contact_wrap1 li:nth-child(6):before{top:1px;left:1px;border-top: 8px solid #008ef7;border-right: 8px solid transparent;} .contact_wrap1 li:nth-child(6):after{display:none;} .contact_wrap1 li:hover{background: #fcfcfc;} .contact_wrap1 li:hover:before,.contact_wrap1 li:hover:after{display:none;} .contact_wrap2{background: #fcfcfc;padding: 90px 0px;text-align: center;} .contact_wrap2 .sum{margin:80px auto;font-size:16px;color:#666666;width:62%;} .contact_wrap2 ul{display: inline-block;} .contact_wrap2 li{float: left;width:300px;} .contact_wrap2 li i{display: block;width:100%;height:90px;position: relative;background-position: center;background-repeat:no-repeat;} .contact_wrap2 li i:after{display: block;content: '';width:1px;height:64px;background: #d8d8d8;position: absolute;top:50%;right:0px;margin-top: -32px;} .contact_wrap2 li p{font-size:16px;line-height: 1em;margin-top: 25px;} .contact_wrap2 li:last-child i:after{display: none;} .contact_wrap2 .map{width:100%;height:500px;border:3px solid #0068b6;box-sizing:border-box;margin-top: 80px;} .contact_content{padding: 90px 0px;} .contact_wrap{max-width:74%;} .contact_type{float: right;width:263px;} .contact_type dt{width:100%;height:66px;line-height: 66px;font-weight: bolder;font-size:24px;padding-left:15.2%;box-sizing:border-box;background:#f0f0f0;color:#000;margin-bottom: 5px;} .contact_type dd a{display: block;width:100%;height:50px;line-height:50px;background:#fff;border-bottom:1px solid #f0f0f0;font-size:16px;color:#666666; padding-left:15.2%;box-sizing:border-box;} .contact_type dd .on,.contact_type dd a:hover{background: #0081e1;color:#fff;} .contact_name{font-size:40px;line-height: 1em;padding-left: 12px;border-left:5px solid #007fdf;margin-top:30px;} .contact1 .contact_name{margin-bottom:40px;} .contact1 li em{display:inline-block;width:30px;height:20px;background-image: url(img/contact_icon.png);background-repeat: no-repeat;transform:translateY(5px);} .contact1 li{line-height:1em;margin-top:20px;font-size:16px;color:#555555;} .contact1 li span{display: inline-block;width:80px;} .contact_form .form_title{font-size:40px;line-height: 1em;padding-left: 12px;border-left:5px solid #007fdf;margin-top:30px;} .contact_form .form_sum{display: block;padding-left:12px;box-sizing: border-box;font-size:16px;color:#666666;margin-top:10px;} .contact_form .form_group label{display:inline-block;width:125px;text-align: right;font-size:16px;color:#555555;vertical-align:top;line-height:50px;} .contact_form .form_group .control_required{display: inline-block;margin-bottom: 20px;line-height: 48px;} .contact_form .form_box{margin-top:65px;} .contact_form .form_box input[type='text']{width:405px;height:48px;border:1px solid #bababa;background:none;font-size:16px;} .contact_form .form_box select{width:405px;height:48px;border:1px solid #bababa;background:none;font-size:16px;} .contact_form .form_box i{color:#ff0000;margin-left: 25px;font-weight: bold;vertical-align:top;line-height:50px;} .contact_form .form_box input[type='submit']{display: block;width:170px;height:50px;color:#fff;line-height: 50px;text-align: center;font-size:16px;border:none;background:none;transition: all 0.6s;cursor: pointer; background-image: -moz-linear-gradient( 120deg, rgb(0,129,225) 0%, rgb(0,121,211) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,129,225) 0%, rgb(0,121,211) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,129,225) 0%, rgb(0,121,211) 100%);} .contact_form .form_box input[type='submit']:hover{border-radius: 25px;} .contact_form textarea{display:inline-block;width:405px;height:200px;text-align: top;background:none;} .contact_form #seccode{width:165px;display:inline-block;} .summary_type{width:100%;transform: translateY(-115px);} .summary_type ul{display: flex;} .summary_type li{width:25%;height:80px;text-align: center;border-right:1px solid #d3d3d3;box-sizing:border-box;} .summary_type li:last-child{border-right:0px;} .summary_type li a{display: block;width:100%;height:100%;line-height: 80px;font-size:20px;background: #f6f6f6;} .summary_type li.on a,.summary_type li a:hover{color:#fff; background-image: -moz-linear-gradient( 120deg, rgb(0,129,225) 0%, rgb(0,121,211) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,129,225) 0%, rgb(0,121,211) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,129,225) 0%, rgb(0,121,211) 100%);} .about_summary .wrap_1{margin-top:80px;} .about_summary .wrap_1 .pic{display:block;width:48%;padding: 8px;box-sizing:border-box;box-shadow: 0px 0px 7px 0px rgba(216, 216, 216, 0.35);float: left;} .about_summary .wrap_1 .pic img{width:100%;} .about_summary .wrap_1 .sum{width:46%;float: right;padding:0px 20px 0px 45px;max-height:340px;overflow-y: scroll;margin-top: 20px;} .about_summary .wrap_1 .sum p{color:#666666;text-align: justify;line-height: 1.9em;} .about_summary .wrap_2{margin-top:100px;} .about_summary .wrap_2 .left_con{float: left;width:47%;position: relative;} .about_summary .wrap_2 .title{display:block;font-size:28px;color:#444444;font-weight:bold;line-height: 1em;position: relative;} .about_summary .wrap_2 .title:before{display: block;content:'';position: absolute;left:0px;bottom:0px;width:406px;height:57px;background:url(img/strength.png) no-repeat center;z-index: 0;} .about_summary .wrap_2 .name{display:block;font-size:22px;color:#0089f0;position: relative;line-height: 1em;font-weight:bold;margin:60px 0px 50px;} .about_summary .wrap_2 .name:after{display: block;content:'';position: absolute;left:3px;bottom:-18px;width:22px;height:4px;background:#666666;} .about_summary .wrap_2 .left_con p{position: relative;z-index: 3; font-size:16px;color:#666666;} .about_summary .wrap_2 .left_con em{margin-top:75px;display:block;width:0px;height:0px;border-bottom:30px solid #008ef7;border-right:22px solid transparent;} .about_summary .wrap_2 .left_con i{color: rgb(253, 253, 253); font-weight: bold;font-size: 140px;position: absolute;right:0px;bottom:0px;line-height: 1em;display:block;} .about_summary .wrap_2 .right_con{float: right;width:47%;} .about_summary .wrap_2 .right_con li{width:32%;float: left;box-shadow: 0px 0px 8px 0px rgba(146, 146, 146, 0.07);padding: 15px 0px;margin-right:2%;text-align: center;margin-bottom:25px;cursor:pointer;transition:all 0.6s;} .about_summary .wrap_2 .right_con li:nth-child(3n){margin-right: 0px;} .about_summary .wrap_2 .right_con li i{display:inline-block;height:45px;width:60px;background-image:url(img/strength_icon.png);background-repeat:no-repeat;} .about_summary .wrap_2 .right_con li p{line-height: 1em;} .about_summary .wrap_2 .right_con li .cn{font-size:18px;color:#444444;font-weight:bold;margin:18px 0px 10px;} .about_summary .wrap_2 .right_con li .en{min-height: 2em;color:#999999;} .about_summary .wrap_2 .right_con li:hover{background-image: -moz-linear-gradient( 120deg, rgb(0,129,225) 0%, rgb(0,121,211) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,129,225) 0%, rgb(0,121,211) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,129,225) 0%, rgb(0,121,211) 100%);color:#fff;} .about_summary .wrap_2 .right_con li:hover i{background-image:url(img/w_strength_icon.png);} .about_summary .wrap_2 .right_con li:hover p{color:#fff;} .summary_wrap_3{width:100%;background:#fdfdfd;margin-top:120px;} .summary_wrap_3 li{width:30%;float: left;padding:45px 0px;box-sizing:border-box;text-align:center;position:relative;} .summary_wrap_3 li:after{content:"";display:block;width:1px;height:70px;background:#e4e4e4;position:absolute;right:0px;top:45px;} .summary_wrap_3 li:first-child,.summary_wrap_3 li:last-child{width:20%;} .summary_wrap_3 li:first-child{text-align:left;} .summary_wrap_3 li:last-child{text-align:center;} .summary_wrap_3 li:last-child:after{display:none;} .summary_wrap_3 li b{font-size:56px;color:#0089f0;font-weight:bold;line-height: 1em;display:block} .summary_wrap_3 li i{display:inline-block;width:14px;height:14px;background:url(img/add.png) no-repeat center;vertical-align:top;margin-left:3px;} .summary_wrap_3 li:first-child p{padding-left:40px;} .summary_wrap_3 li:last-child b{padding-right:20px;} .leader_list{margin-bottom:90px;} .leader_list li{width:31.685%;padding: 15px;box-sizing:border-box;transition: all 0.6s;margin-right:2.1276%;margin-bottom: 35px;display: inline-block} .leader_list li:nth-child(3n){margin-right:0px;} .leader_list li span{display: block;font-size:18px;line-height: 1em;margin:26px 0px 20px;} .leader_list li p{color:#777777;height: 58px;overflow: hidden;} .leader_list li:hover{background-color: rgb(252, 252, 252);box-shadow: 0px 0px 10px 0px rgba(219, 219, 219, 0.3);transform:translateY(-5px);} .leader_list li:hover span{color:#0068b6;} .leader_list ul{margin-top: 80px;} .leader_list .more{margin:20px auto 40px;transition: all 0.6s;} .message_box{position:relative;padding-bottom:100px;margin-bottom:100px;} .message_box .right_line{display:block;width:1px;height:100%;position: absolute;right:-1px;top:0;background:#f9f9f9;padding: 106px 0px;transform: translateY(-113px);z-index: 0;} .message_box .type_name{margin-bottom: 50px;} .message_box .pic{float: left;position: relative;} .message_box .pic span{display: block;position: relative;z-index:1;} .message_box .pic .picbg{position: absolute;right:-30px;bottom:-30px;z-index:0;} .message_box .con{float: right;width:58%;} .message_box .con .txt{width:100%;padding: 65px 115px 0px 0px;box-sizing:border-box;color:#666666;text-align: justify;} .message_box .con .signature{width:100%;border-top:1px solid #f9f9f9;position: relative;margin-top: 65px;z-index:1;} .message_box .con .signature:before{display: block;content:'';position: absolute;left:0px;top:50%;transform: translateY(-50%);width:3px;height:9px;background: #ef1717;} .message_box .con .signature:after{display: block;content:'';position: absolute;right:0px;top:50%;transform: translate(50%,-53%);width:9px;height:9px;border:2px solid #ef1717;border-radius: 100%;background: #fff;} .message_box .con .signature span{display: block;width:200px;position: absolute;right:115px;top:50%;transform: translateY(-50%);background: #fff;text-align: center;} .message_box .con .signature span img{display: inline-block;vertical-align: middle;margin-left: 18px;} .course{padding:0px 0px 120px;} .course .course_list{margin-top: 80px;position: relative;} .course .course_list em{display: block;font-size:14px;line-height: 1em;font-style: normal;text-align: center;font-weight:bold;} .course .course_list em:after{content:'';display:block;position: absolute;left:50%;top:20px;transform: translateX(-50%);width:24px;height:3px;background:#0f89e6;} .course .course_list .begin{display: block;width: 37px;height: 37px;border-radius: 50%;background-color: rgb(15, 137, 230);color:#fff;text-align: center;line-height: 37px;font-family:simsun;font-style:normal;transform:rotate(90deg);margin:0 auto;position: relative;z-index: 1;box-shadow: 0px 2px 4px 0px rgba(140, 140, 140, 0.7);} .course .course_list ul{margin:0 auto;position: relative;} .course .course_list ul:after{content:'';display:block;position:absolute;left:50%;width:1px;height:100%;background:#ebebeb;padding-bottom:40px;top:-71px;z-index: 0;;} .course .course_list ul li{width:13px;height:13px;border-radius: 100%;background:#fff;border:2px solid #188ee7;margin:80px auto 124px;position: relative;z-index: 1;} .course .course_list ul li .con{position:absolute;width:230px;left:0px;} .course .course_list ul li i{display: block;width:150px;height:1px;background:#0f89e6;transform: translateY(14px);} .course .course_list ul li .txt{position:relative;} .course .course_list ul li b{font-size:28px;display:block;line-height: 1em;margin-bottom:5px;} .course .course_list ul li p{position: absolute;width:100%;width:490px;} .course .course_list ul li:nth-child(odd) .con{transform: translate(-100%,-8px);} .course .course_list ul li:nth-child(odd) i{float: right;} .course .course_list ul li:nth-child(odd) .txt{float: left;} .course .course_list ul li:nth-child(odd) b{padding-right:15px;border-right:3px solid #0f89e6;} .course .course_list ul li:nth-child(odd) p{right:20px;text-align:right;} .course .course_list ul li:nth-child(even) i{float: left;} .course .course_list ul li:nth-child(even) .con{transform: translate(14px,-8px)} .course .course_list ul li:nth-child(even) .txt{float: right;} .course .course_list ul li:nth-child(even) b{padding-left:15px;border-left:3px solid #0f89e6;} .course .course_list ul li:nth-child(even) p{left:20px;} .product{padding:90px 0px;} .pro_summary{position: relative;margin:90px auto 60px;} .pro_summary .txt{width:78.85%;padding:60px 50px;background:#f0f0f0;box-sizing:border-box;color:#666666;line-height: 1.5em;} .pro_summary .txt p{line-height: 1.8em;} .pro_summary .title{width:21.15%;color:#fff;position: absolute;height:100%;right:0px;top:0px; background-image: -moz-linear-gradient( 120deg, rgb(0,129,225) 0%, rgb(0,121,211) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,129,225) 0%, rgb(0,121,211) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,129,225) 0%, rgb(0,121,211) 100%);} .pro_summary .title .pos{position: absolute;top:50%;width:100%;text-align: center;transform: translateY(-50%);} .pro_summary .title span{display: block;font-size:30px;line-height:1em;margin-bottom:10px;} .pro_summary .title p{font-size:16px;line-height:1em;} .product .pro_list ul{border-bottom:2px solid #ededed;} .product .pro_list li{width:50%;height:360px;border-top:2px solid #ebebeb;border-right:2px solid #ebebeb;box-sizing:border-box;float: left;} .product .pro_list li:nth-child(even){border-right:0px;} .product .pro_list li:nth-child(6){border-bottom:2px solid #ebebeb;} .product .pro_list li span{display: block;width:50%;height:100%;float: left;position: relative;;} .product .pro_list li span img{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);} .product .pro_list li .txt{width:50%;float: right;padding: 40px 0px;} .product .pro_list li .txt b{font-size:24px;line-height:1em;margin-bottom: 20px;display: block;} .product .pro_list li .txt p a{color:#777777;} .product .pro_list li .txt p a:hover{color:#0068b6;} .honor_wrap1{overflow: hidden;margin-bottom:100px;} .honor_wrap1 .sum{display:block;color:#666666;padding: 0px 30px;box-sizing:border-box;margin:70px auto 50px;} .honor_wrap1 .type_name{margin-bottom: 120px;} .honor_wrap1 .hw1_slide li{width:31.53846153846154%;margin-right:2.6%;background:#fcfcfc;padding:40px 0px;text-align: center;float: left;margin-bottom:30px;position: relative;} .honor_wrap1 .hw1_slide li:nth-child(3n){margin-right: 0px;} .honor_wrap1 .hw1_slide li span{display:inline-block;font-size:16px;color:#666666;position:relative;z-index:1;} .honor_wrap1 .hw1_slide li em{font-style: normal;font-size:100px;color:#fff;font-weight: bold;line-height: 1em;position: absolute;right:0px;} .honor_wrap1 .buttons{margin-top:10px;} .honor_wrap1 .prev_btn{float: left;} .honor_wrap1 .next_btn{float: right;} .honor_wrap2{width:100%;background:#fcfcfc;padding:100px 0px;} .hw2_slide{overflow: hidden;} .hw2_slide .slide_type{width:100%;border-bottom:1px solid #666666;margin: 80px 0px 50px;} .hw2_slide .slide_type li{float:left;margin-right: 5px;} .hw2_slide .slide_type li a{display: block;width:auto;height:47px;padding:0 40px;background:#666666;color:#fff;font-size:18px;line-height: 47px;transition:all 0.3s;} .hw2_slide .slide_type li.on a{ background-image: -moz-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%);} .hw2_slide .slide_type li:hover a{line-height:36px;} .hw2_slide .slide_N1 .swiper-slide p, .hw2_slide .slide_N3 .swiper-slide p{text-align: center;font-size:18px;color:#555555;padding:25px 0px;width:100%;line-height: 1em;background:#fff;} .hw2_slide .slidslide_N1e_N .swiper-slide:hover p{background:#007fdf;color:#fff;} .hw2_slide .buttons{margin-top: 40px;background:#e0e0e0} .hw2_slide .prev_btn{float: left;} .hw2_slide .next_btn{float: right;} .hw2_slide .slide_N2 .swiper-slide li{float: left;font-size:18px;color:#666666;line-height: 1em;width:33.3%;margin-bottom: 30px;} .news_type{margin:90px auto 40px;} .news_type .year_slide{float: left;position: relative;padding: 0px 30px;width:230px;box-sizing:border-box;overflow: hidden;} .news_type .year_slide .news_buttons{display: block;width:20px;height:20px;background:#fbfbfb;font-family:simsun;color:#969696;line-height: 20px;text-align: center;position:absolute;top:0px;cursor:pointer;} .news_type .year_slide .prev_btn{left:0px;} .news_type .year_slide .next_btn{right:0px;} .news_type .year_slide .swiper-slide{line-height: 20px;font-size:16px;} .news_type .year_slide .news_buttons:hover{color:#fff; background-image: -moz-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%);} .news_type .year_slide .swiper-slide-active{color:#0068b6;} .news_type .type_list{float: right;} .news_type .type_list li{float: left;margin-left: 20px;} .news_type .type_list li a{font-size:16px;color:#666666;transition: all 0.6s;line-height:1em;display:block;} .news_type .type_list li.on a,.news_type .type_list li:hover a{padding:0px 5px;border-left:2px solid #0068b6;color:#0068b6;cursor: pointer;} .news_list li{display: inline-block;width:31.685%;padding: 16px;box-sizing:border-box;margin-right:2.1276%;transition: all 0.6s;margin-bottom: 40px;box-shadow:0px 0px 25px -4px rgba(0,0,0,0.1);} .news_list li:nth-child(3n){margin-right:0px;} .news_list li span{display:block;margin:30px 0px 15px;font-size:18px;line-height: 22px;height: 44px} .news_list li p{color:#777777;text-align: justify;line-height: 1.7em;height:50px;overflow: hidden;font-size:14px;} .news_list li:hover{box-shadow:0px 0px 25px -4px rgba(0,0,0,0.2);transform: translateY(-5px);} .news_list li:hover span{color:#0068b6;} .news_list li img{max-width:100%;} .pro_con{margin:50px auto 90px;} .pro_con .left_con{float: left;width:31%;} .pro_con .left_con b{font-size:36px;color:#333333;line-height: 1em;display: block;} .pro_con .left_con .sum{color:#666666;text-align: justify;border-bottom:1px solid #818181;padding: 23px 0px;margin-bottom: 30px;} .pro_con .left_con img{max-width:100%;} .pro_con .left_con span{font-size:16px;margin:10px 0px;display: inline-block;} .pro_con .left_con a{display: block;width:98%;height:60px;margin:0 auto;text-align: center;line-height:60px;font-size:20px;color:#b5b4b4;background:#efefef;border-radius: 3px;} .pro_con .left_con a:hover{color:#fff; background-image: -moz-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); } .pro_con .right_con{width:65%;float: right;} .pro_con .right_con .type{margin-bottom: 50px;position:relative;} .pro_con .right_con .type span{display: block;width:100%;height:75px;color:#fff;padding: 0px 40px;box-sizing:border-box;box-shadow: 0px 0px 8px 0px rgba(206, 206, 206, 0.35);font-size:18px;line-height:75px;cursor: pointer;background-image: -moz-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%);} .pro_con .right_con .type span i{font-size: 25px;font-family: simsun;font-style:normal;float: right;transition: all 0.6s;} .pro_con .right_con .type .type_list{position: absolute;top:76px;width:100%;background: #fff;opacity: 0;pointer-events: none;transition: all 0.6s ease-in-out;z-index:10;} .pro_con .right_con .type .type_list li{width:100%;margin:2px 0px;} .pro_con .right_con .type .type_list li a{display:block;width:100%;height:60px;line-height: 60px;font-size:16px;color:#b5b4b4;background:#efefef;padding: 0px 40px;box-sizing:border-box;transition: all 0.6s;} .pro_con .right_con .type li:nth-child(odd){transform:rotateX(90deg);transition: all 0.6s ease 0.2s;} .pro_con .right_con .type li:nth-child(even){transform:rotateX(-90deg);transition: all 0.9s ease 0.4s;} .onshow{opacity:1!important;pointer-events:all!important;} .pro_con .right_con .type .onshow li{transform:rotateX(0deg);} .pro_con .right_con .type .on i{transform: rotate(90deg);} .pro_con .right_con .type .type_list li a:hover{ color:#fff;border-radius: 10px; background-image: -moz-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); } .pro_con .right_con .main .title{font-size:26px;} .pro_con .right_con .content{width:100%;border-top:1px solid #d2d2d2;padding:30px 5px;box-sizing:border-box;} .pro_con .page_button a{display:inline-block;width:204px;height: 60px;background-color: rgb(0, 104, 182);color:#fff;text-align:center;line-height:60px;font-size:16px;margin-right:20px;transition:all 0.6s;} .pro_con .page_button a:hover{border-radius:25px;transform:translateY(-5px)} .viewpage{background:#fdfdfd;padding:90px 0px;} .viewpage img{display: inline;} .viewpage-title{font-size:24px;color:#444444;font-weight:bold;text-align:center;} .viewpage-time{color:#666666;text-align:center;} .viewpage-body{margin:30px auto;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:30px;box-sizing:border-box;} .viewpage-body video{display:block;} .viewpage-link li{width:49%;float:left;background:#f0f0f0;color:#fff;} .viewpage-link li a{padding:20px 30px;display:block;box-sizing:border-box;font-size:16px;height:97px;line-height:57px;} .viewpage-link li a img{opacity:0;} .viewpage-link li i{font-style:normal;font-family:SimSun;font-size:22px;} .viewpage-link li:nth-child(1){margin-right:2%;} .viewpage-link li:nth-child(1) i{margin-right:75px;} .viewpage-link li:nth-child(2) a{text-align:right;} .viewpage-link li:nth-child(2) i{margin-left:75px;} .viewpage-link li a:hover{ color:#fff; background-image: -moz-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%);} .viewpage-link li a:hover img{opacity:1;} .pager_box{text-align:center;margin:45px auto 90px;} .pager_box .pager{display:inline-block;} .pager_box .pager span,.pager_box .pager a{display:inline-block;width:42px;height:42px;background:#f0f0f0;margin:0px 2px;font-size:18px;color:#666666;line-height:42px;} .disabled,.p1{font-family:'SimSun';} .pager_box .pager .now,.pager_box .pager a:hover{color:#fff; background-image: -moz-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%);} .buttons:hover{background-color:#007fdf;background-image: -moz-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%);color:#fff;} .float-rig{position:fixed;_position:absolute;right: 0;margin-left:565px;bottom:70px;width:66px;height:320px;display:block; z-index:52; _top:expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 310));display:none;} .float-rig li{width:66px;height:66px;display:block;position:relative;transition:all 0.6s;margin-bottom:2px; background-color:#007fdf; background-image: -moz-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -webkit-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); background-image: -ms-linear-gradient( 120deg, rgb(0,145,255) 0%, rgb(0,127,223) 100%); } .float-rig li:first-child{border-top:none;} .float-rig li b{width:100%;height:66px;display:block; background:url(img/float1.png) no-repeat; cursor:pointer; overflow:hidden;} .float-rig li .b0{background-position:center 0px;} .float-rig li .b1{background-position:center -69px;} .float-rig li .b2{background-position:center -136px;} .float-rig li .b3{background-position:center -203px;} .float-rig li .b4{background-position:center -271px;} .float-rig li .b5{background-position:center -280px;} .float-rig .l_s{margin-bottom:10px;border:none;} .float-rig .mf{background:url(mianfei.png) no-repeat center;} .float-rig li .box{position:absolute;top:0px;left:0px;height:66px;transform:translateX(-100%);opacity:0;pointer-events:none;transition:all 0.6s;} .float-rig .l0 .box{width:135px;background:#006be3;} .float-rig .l0 .box span{display:block;width:100%;text-align:center;line-height:66px;font-size:18px;color:#fff;} .float-rig .l1 .box{width:248px;background:#006be3;padding-left:42px;} .float-rig .l1 .box p{font-weight:bold;color:#fff;font-size:18px;line-height:1em;margin-top:10px;} .float-rig .l2 .box{width:143px;height:auto;top:50%;transform:translate(-100%,-50%);} .float-rig .l4 span{display:block;width:100%;height:100%;font-size:18px;position:absolute;top:0px;left:0px;color:#fff;text-align:center;letter-spacing:3px;opacity:0;padding-top:3px;box-sizing:border-box;cursor:pointer;} .float-rig li.h{background:#006be3;} .float-rig li.h .box{opacity:1;} .float-rig .l4.h b{background:none;} .float-rig .l4.h span{opacity:1;} #newBridge{display: none!important;} #content1 table.tableforshow{border:0!important;border-collapse:collapse!important;border-bottom:1px solid #CCCCCC!important;border-right:1px solid #CCCCCC!important;margin-bottom:14px!important;width:100%;font:inherit} #content1 table.tableforshow p,#content1 table.tableforshow div{margin-bottom:0} #content1 table.tableforshow th,#content1 table.tableforshow td{border:0!important;border-left:1px solid #CCCCCC!important;border-top:1px solid #CCCCCC!important;color:#333333;padding:0.5em!important;margin:0!important;font:inherit} #content1 table.tableforshow th{background-color:#E8F6FF!important;} #content1 table.tableforshow tr:hover{background-color:#F2F7FB!important;transition:all 0.6s} #content1 table.tableforshow caption {text-align:center;font-size:14px;font-weight:bold;line-height:1.8em} #content1 table.ghbs tr:nth-child(odd){ background: #f1f1f1;; } #content1 table.ghbs tr:nth-child(even){ background: #fff; } #content1{padding-bottom: 85px} #content1 img{display: inline-block;} .switch-nav{width: 100%;border-bottom:1px solid #e6e6e6;height:72px;background: #fff;z-index: 9} .switch-nav .switch-tab{width: 1300px;margin: 0 auto;} .switch-nav .switch-tab li{float: left;margin-right: 60px;} .switch-nav .switch-tab li a{font-size: 18px;color: #222;line-height: 72px;height: 72px;display: inline-block} .switch-nav .switch-tab li.active a{border-bottom:2px solid #0068b6} .tab-content #cpgs{margin-top: 85px;width: 1300px;margin: 85px auto 0;} .tab-content #cpgs .left{width:445px;display: block} .m7 .swiper-button-next, .swiper-button-prev{transform: translateY(-50%);margin-top: 0!important; padding: 10px;color: #f5f5f5; background-color: #d9d9d9;transition: all .5s;} .m7 .swiper-button-next:hover{color:#0068b6; } .swiper-button-prev:hover{color:#0068b6; } .m7 .swiper-button-next{right: 0;} .m7 .swiper-button-prev{left: 0;} .m7 .swiper-button-next:after, .swiper-button-prev:after{font-size: 28px;} .m7d{position: relative;} .m7-n{position: absolute;bottom:0; width:100%;height: 50px;text-align: center;background: #f5f5f5;} .m7-n .tit{font-size: 18px;line-height: 50px; } .tab-content #cpgs .right{width:790px;} .tab-content #cpgs .right .title{font-size: 28px;color: #222;} .tab-content #cpgs .right .line{display:block;width: 40px;height: 4px;background: #0068b6;margin: 20px 0 30px;} .tab-content #cpgs .right .summary{font-size: 16px;color: #666;margin-bottom: 50px;height: 171px;overflow-y:scroll } .tab-content #cpgs .right .link a{display: inline-block;width: 204px;height: 60px;background-color: rgb(0, 104, 182);color: #fff;text-align: center;line-height: 60px;font-size: 16px;margin-right: 20px;transition: all 0.6s;} .tab-content #cpgs .right .link a:hover{border-radius: 25px; transform: translateY(-5px);} #cptx{background:url(img/storageLinks-bg.jpg) repeat;padding: 90px 0 35px;margin-top: 85px;} #cptx .cptx-inner{width: 1300px;margin: 35px auto 0;} .h-t{font-size: 38px;text-align: center;line-height: 1em;color: #222;} #cptx .cptx-inner table{border-collapse: collapse;border-spacing: 0;table-layout: fixed;margin-top: 50px;} #cptx .cptx-inner table td{vertical-align:top} #cptx .cptx-inner table.third td{width: 33.3333333%;} #cptx .cptx-inner table.four td{width: 25%} #cptx .cptx-inner table img{display: block;margin: 0 auto 15px;text-align: center} #cptx .cptx-inner table td p{color: #666666;font-size: 16px;width: 80%;margin: 0 auto;text-align: center} #cptx .cptx-inner .cptx-ul{display: flex;justify-content: space-between;} #cptx .cptx-inner .cptx-ul li{width: 33.33333%;text-align: center} #cptx .cptx-inner .cptx-ul li img{display: inline-block;} #cptx .cptx-inner .cptx-ul li p{width: 90%;margin: 0 auto;} #cptx .cptx-inner .cptx-ul li .title{font-size: 20px;color: #333;font-weight: bold;line-height: 1.2em;margin-bottom: 15px;} #cptx .cptx-inner .cptx-ul li .summary{font-size: 16px;color: #666;line-height: 1.5;} .cptx-content{margin-top:50px; } .cptx-content img{max-width: 1300px;} #xggg{margin-top: 85px;padding-bottom: 35px;} .xggg-inner{width: 1300px;margin: 35px auto 0} .xggg-inner table{margin-left:auto;margin-right: auto;} #xgzy{margin-top: 85px;min-height: 235px;} .xgzy-list{width: 1300px;margin: 35px auto 0;} .xgzy-list li{width: 384px;margin-right: 29px;float: left;height: 78px;line-height: 78px;border: 1px solid #666;background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmCAMAAACf4xmcAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABzlBMVEUAaLb///8AaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLYAaLb///8Sc3uJAAAAmHRSTlMAACTl6vf2+PmlFtafLMlFwAwozRIU5C7DQ5mMyImKVKhmZZTodMRZWlg6NU9LJpCSkdejHsUix6A+zN3w4fL1tLOtrLLc4rC6667gXo1uetq/PWuaY0lVhXG+u+bbCKqbRMI8h7Ev2HVAntSLJ0FCNOmX1QIFAwE7HIiOvcFfoUy5hjaD53MQP+9v7YBpe7xOUd5SUPFI/ETYW8AAAAABYktHRAH/Ai3eAAAAB3RJTUUH4wgTDxEX9Y6R1gAAAeNJREFUOMvF0+lbElEUBvA3TM0ilzATKijNMi2hKS1NQVErqSzcMtq0aCHXVssy2zen1LJ6/9zuvQw8TOMA33o/zJznzO957oE5AwCOgo2FRZkp3lSCzVuckNmgIquttKQUZWR5hYlto6tyuzmQjFU7zKwalrjp2Um6TWzXemw3vKQvJ9sD7CVrcrFa+Wgf63Kw/QfqDzY4ycZs7FD6zzmcjTX5/YFA4IhXozsbS6U2P3b0/7JjbLZnTjYYrIXH7dkJtkrWpmknWaTZpp0dmtYG5hUE5TXU2RXu7ukV1amu0+EzfbLXK6pIOHxW1sEk05JznCPPq6Jf9C4ke94MdhGOaLRzAIMcwnB5ZASXyFFcjsZiV65msGtolbfr4A2MiWIcNwXrSY+WZrfkrQKMIC6KGGoYx20ru1NVcPceEryv2ATGOYmp6emZQTNTmX3Ah4o9Ess7icdPns49M7Pn86MvXorKo9gCXolDF62HJoyGB35xfY03fCvek4W9S7P3xR8+opGCDf3LJvDJaMTVkJ+/kF/V8Sa2pI8ZDZde9+37sqyqdVcGC+Xz5kP5bsiKb7WfP2Z+2mRtgfqab0VNzF/22+unw1hyUTY32S956pPBXKn4sX3rh/ydYoDeYTf8n2BCsL+x23B1Tgny4QAAAABJRU5ErkJggg==) no-repeat 28px center;text-align: center;padding-left: 28px;margin-bottom: 28px;} .xgzy-list li:nth-child(3n+3){margin-right: 0%;} .xgzy-list li a{font-size: 16px;color: #444;line-height: 80px;} .fixed {position: fixed;top: 120px;_position: absolute;_bottom: auto;_top: expression(eval(document.documentElement.scrollTop-350));left:50%;transform:translate(-50%,0%);background:#fff;} #yycj{margin-top: 85px;} #yycj .yycj-inner{width: 1300px;margin:35px auto 0} #yycj .yycj-inner table{width: 100%;} #cgal{margin-top: 85px;background: #fbfbfb;padding: 85px 0} .cgal-inner {width: 1300px;margin:35px auto 0} .cgal-inner li{width: 630px;float: left;background: #fff;margin-right: 40px;margin-bottom: 40px;} .cgal-inner li:nth-child(2n+2){margin-right: 0px;} .cgal-inner li .right{width: 320px;padding: 30px;height: 130px;} .cgal-inner li .right .tit{font-size: 20px;color: #0068b6;margin-bottom: 10px;line-height: 32px;height: 96px;} .cgal-inner li .right .summary{font-size: 16px;color: #666666;line-height: 24px} .cgal-inner li .right a{font-size: 16px;color: #222222;margin-top: 16px;} #xgcp{margin-top: 85px;background: #fbfbfb;padding: 85px 0} .xgcp-inner{width: 1300px;margin: 35px auto 0} .xgcp-inner li{float: left;width: 415px;margin-right: 27.5px;} .xgcp-inner li:nth-child(3n+3){margin-right: 0px;} .xgcp-inner li p{height: 60px;font-size: 16px;padding: 0 20px;line-height: 60px;background: #fff;} .yycj-inner2{position: relative;} .yycj-inner2 .right{width: 50%;} .yycj-inner2 .right img{max-width: 100%!important;height: auto;} .yycj-inner2 .left{width: 47%;position: absolute;top:50%;transform:translateY(-50%);}