/*头部*/
.headTop{border-bottom: 1px solid #ECECEC; position: fixed; top: 0; left: 50%; margin-left: -960px; width: 1920px; z-index: 9999; background: #fff;}
.headTop .logo{float: left; margin: 2px 0;}
.headTop .Nav{float: right; margin-right: 90px;}
.headTop .Nav li{float: left; position: relative;}
.headTop .Nav li>a{font-size: 15px; color: #666; display: block; padding: 30.5px 3px; margin: 0 13px; border-bottom: 3px solid transparent;}
.headTop .Nav li .subMenu{width: 207px;position: absolute;left: -58px;top: 89px;background: #fff;z-index: 10;box-shadow: 0 0 15px rgba(0,0,0,.13);
transition: all 0.3s ease-out 0s;transform: translate3d(0px, 15px, 0px); overflow: hidden;
-moz-transform: translate3d(0px, 15px, 0px);-webkit-transform: translate3d(0px, 15px, 0px);opacity:0; visibility: hidden;}
.headTop .Nav li .subMenu dd{background: ;border-bottom: 1px solid #E6E6E6;}
.headTop .Nav li .subMenu dd>a{display: block; color: #333; text-indent: 25px; padding: 10px 0; transition: all 0.3s ease-out 0s;}
.headTop .Nav li:hover>a,.headTop .Nav li.on>a{color: #67b1ee;border-color: #62B8FE;}
.headTop .Nav li:hover .subMenu{opacity: 1;visibility: visible;transform: translate3d(0px, 0px, 0px);-moz-transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);}
.headTop .Nav li .subMenu dd:hover,.headTop .Nav li .subMenu dd.cur{background: #F2F2F2;}
.headTop .Nav li .subMenu dd:hover a,.headTop .Nav li .subMenu dd.cur a{ color: #67b1ee;transform: translateX(10px);}
.headTop .w1200{position: relative;}
.rig_top{position: absolute; right: 0; top: 32px; z-index: 5;}
.rig_top li{float: left; position: relative;}
.rig_top li>a{display: block;width: 25px; height: 25px; background: #67B8FD; color: #fff; text-align: center;line-height: 25px; border-radius: 50%;
margin: 0 5px;}
.rig_top li.li2>a{background: #1B1B1B;}
.rig_top li p{position: absolute; top:40px; width: 140px; height: 80px; border-radius: 5px; background: #67B8FD; color: #fff; line-height: 40px;
text-align: center; left: 50%; margin-left: -70px; font-size: 16px; opacity:0; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; 
-moz-transition: all .3s ease-in-out; visibility: hidden;}
.rig_top li .iconfont{font-size: 16px; display: inline-block; }
.rig_top li .search{position: absolute; right: 0; width: 240px;top: 40px; background:#1B1B1B; height: 50px; line-height: 50px;visibility: hidden;
border-radius: 5px;opacity:0;transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;}
.rig_top li .search input{width: 230px;margin: 5px; line-height: 40px; height: 40px; border:none; background: #fff ; text-indent: 10px;
border-radius: 5px;}
.rig_top li .search .btn{position: absolute; right: 15px; top: 5px; line-height: 40px; z-index: 10;}
.rig_top li .search .btn .iconfont{font-size: 22px;;}
.rig_top li:hover p,.rig_top li:hover .search{opacity: 1; visibility: visible;}

/*footer*/
.footer{background: #1F1F24;}
.foot{padding: 70px 0 35px;;}
.foot .lef_con{float: left;width: 330px;}
.foot .lef_con .tel{font-size: 18px; color: #fff; }
.foot .lef_con .tel span{display: block; font-size: 26px; color: #5fb9ff; margin-top: 12px;font-weight: bold;}
.foot .lef_con .p_lists{margin-top: 15px;}
.foot .lef_con .p_lists p,.foot .lef_con .p_lists p a{font-size: 14px; color: #757373; line-height: 26px;}
.foot .lef_con1{width: 650px;}
.foot .lef_con1 dl{float: left;width: 142px;margin-left: 20px;text-align: center;}
.foot .lef_con1 dt{color: #969696; padding-bottom: 14px; font-weight: bold;}
.foot .lef_con1 dd a{display: block; font-size: 12px; color: #757373; line-height: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.foot .lef_con1 dd a:hover{color: #5FB9FF;}
.foot .rig_con{float: right; width: 210px;}
.foot .rig_con li{float: left;margin-left: 18px;text-align: center; margin-top: 10px;}
.foot .rig_con li p{font-size: 14px; color: #757373; margin-top: 10px;}
.foot .rig_con li img{width: 104px; height: 104px;}
.foot .rig_con .dl_lists{text-align: right;}
.foot .rig_con .dl_lists dd{float: right; margin: 15px 0 0 20px;}
.copyright{font-size: 14px; color: #757373; padding: 20px 0; border-top: 1px solid #333333; text-align: center;}
.copyright a{color: #666;}

/*banner*/
.slideBox{display: block; width:100%; height:960px; overflow:hidden; position:relative; z-index: 0;  }
.slideBox .hd{ height:30px; overflow:hidden; width:100%; text-align:center; position:absolute; right:0; bottom:42px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; }
.slideBox .hd ul li{text-indent: -9999px; display: inline-block; margin:0 2px; width:30px; height:30px; 
 cursor:pointer;background: url(../images/circle.png) no-repeat center center;}
.slideBox .hd ul li.on{ background:url(../images/circle1.png) no-repeat center center;; }
.slideBox .bd{ position:absolute; height:100%; z-index:0; width: 1920px; left: 50%; margin-left: -960px;  }
.slideBox .bd li{ zoom:1; vertical-align:middle;}
.slideBox .bd img{ width:100%; height:100%; display:block; }

/*common*/
.Title{font-size: 32px; color: #666; text-align: center; line-height: 32px; padding: 58px 0 0;}
.More{cursor: pointer;background: 0 0;font-size: 16px;color: #fff;-webkit-tap-highlight-color: transparent;display: block; vertical-align: middle;
-webkit-transform: translateZ(0);transform: translateZ(0); width: 161px; height: 46px; border-radius: 5px;-webkit-backface-visibility: hidden; margin: 56px auto 0;
backface-visibility: hidden; -moz-osx-font-smoothing: grayscale;position: relative;overflow: hidden;-webkit-transition-property: color;text-align: center;line-height: 46px;
transition-property: color;-webkit-transition-duration: .3s; transition-duration: .3s;background: #5FB9FF;color: #fff;}
.More:before{content: ""; position: absolute;z-index: -1;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.1);border-radius: 50%;
-webkit-transform: scale(0);transform: scale(0);-webkit-transition-property: transform; transition-property: transform;
-webkit-transition-duration: .3s;transition-duration: .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
a.More:hover,a.More:focus,a.More:active{color: #fff;}
a.More:hover:before,a.More:focus:before,a.More:active:before {-webkit-transform: scale(2);transform: scale(2)}
/*第一屏*/
.wave-canvas-wrapper{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.aboutPage{ padding: 0;height: 345px; position: relative; overflow: hidden;}
.aboutPage .inner1000{ width: 1200px; margin: 0px auto;position: relative;}
.aboutPage a:link, .aboutPage a:visited {color: #67B8FD;}
.btnMore{width: 153px;height: 34px;line-height: 34px;text-align: center;border: 3px solid #ADADAD;display: block;position: relative;z-index: 1; margin: 55px auto 0;}
.btnMore:before{ content:""; width:100%; height:100%; background-color:#67B8FD; z-index: -1; position:absolute; left:0; bottom:0px; transform-origin:100%; -webkit-transform-origin:100%; -webkit-transition:-webkit-transform .42s cubic-bezier(.4,0,.2,1); transition:transform .42s cubic-bezier(.4,0,.2,1); transform:scaleX(0); -webkit-transform:scaleX(0);  visibility:hidden\9; }
.btnMore .txt{color: #666;transition: 0.3s; -webkit-transition: 0.3s;}
.btnMore:hover{ border-color: #67B8FD;}
.btnMore:hover:before{ transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); transform-origin:0; -webkit-transform-origin:0; visibility:visible\9; }
.btnMore:hover .txt{ color: #fff; }
.about-sider .content{width: 86%; margin: 40px auto 0; text-align: center; line-height: 26px;}

/*第二屏*/
.aArea{width: 100%; background: url(../images/proBg.jpg) no-repeat center center;padding-top: 5px; overflow: hidden; background-size: cover; padding-bottom: 55px;}
.aArea .picScroll-left{ width:100%;position:relative; margin-top: 55px;}
.aArea .picScroll-left .hd .prev,.aArea .picScroll-left .hd .next{position: absolute;right: 0;top: 69px;z-index: 9;right: 45px; cursor: pointer;}
.aArea .picScroll-left .hd .next{right: 0;}
.aArea .picScroll-left .hd .iconfont{font-size: 36px;color: #505050;}
.aArea .picScroll-left .hd .iconfont:hover{color: #5FB9FF;}
.aArea .picScroll-left .bd ul{zoom:1; }
.aArea .picScroll-left .bd ul li{ margin:0; float:left; _display:inline; width: 100%; position: relative; overflow: visible;}
.aArea .picScroll-left .bd ul li .pic img{position: absolute; left: 0; bottom: 0; width:600px; height:508px; display:block; border-radius: 25px;}
.aArea .picScroll-left .bd ul li .content{float: right;width: 550px;padding-top: 59px;padding-bottom: 175px; height: 273px;}
.aArea .picScroll-left .bd ul li .tit a{display: block; font-size: 34px; line-height: 40px; color: #303030; font-weight: bold;width: 80%;
overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.aArea .picScroll-left .bd ul li .text{font-size: 16px;color: #303030;line-height: 30px;margin-top: 50px;overflow: hidden; text-overflow: ellipsis; 
display: -webkit-box;-webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.aArea .picScroll-left .bd ul li .more{display: block;margin-top: 58px;width: 125px;height: 35px;border-radius: 35px;font-size: 16px;color: #fff;
background: #303030;text-align: center;line-height: 35px;transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;}
.aArea .picScroll-left .bd ul li .more:hover{background: #5fb9ff;}
.aArea .picScroll-left .bd ul li .tit a:hover{color: #5fb9ff;}

/*第三屏*/
.bArea{background: url(../images/serBg.jpg) no-repeat center center; padding: 10px 0 53px; overflow: hidden;}
.bArea li{float: left; width: 300px; height: 380px; margin-right: 150px; text-align: center; margin-top: 55px;}
.bArea li a{display: block; border: 1px solid #595959;width: 100%; height: 378px; border-radius: 10px;
transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out;}
.bArea li.li3{margin-right: 0;}
.bArea li .img{height: 80px; line-height: 80px; margin-top: 55px;}
.bArea li .img img{-webkit-transform: rotateY(-360deg);-webkit-transform-style: preserve-3d;-moz-transform: rotateY(-360deg);
-moz-transform-style: preserve-3d;-moz-backface-visibility: hidden;-o-transition: all .6s ease-in-out;-ms-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;-webkit-transition: all .6s ease-in-out;}
.bArea li .text{padding: 45px 25px 0;}
.bArea li .text h3{font-size: 18px; color: #333; font-weight: bold;}
.bArea li .text p{font-size: 14px; color: #666; margin-top: 28px;}
.bArea li:hover .img img{ -webkit-transform:rotateX(0deg) rotateY(0deg);-moz-transform:rotateX(0deg) rotate(0deg);z-index: 10;}
.bArea li:hover a{border-color:#5FB9FF}
.bArea li .text h3:hover{color: #5FB9FF;}

/*第四屏*/
.cArea{background: url(../images/newsBg.jpg) no-repeat center center; padding-bottom: 95px;}
.index_six2_ul{width: 100%;overflow: hidden; }
.index_six2_ul li{float: left;width: 580px;margin-right: 40px;overflow: hidden;cursor: pointer; background: #fff; margin-top: 46px;}
.index_six2_ul li.index_six2_li,.index_six2_ul li:nth-child(2n){margin-right: 0;}

.index_six2_ul li>a{border: 1px solid #E8E8E8; display: block;}
.index_six2_div{width: 126px;border-right: 1px solid #e8e8ed;text-align: center;float: left;cursor: pointer;position: relative;}
.idnex_six2_p1{font-size: 24px;color: #333;font-weight:bold;padding-top: 36px;}
.idnex_six2_p2{font-size: 12px;color: #999;padding-bottom: 30px;border-bottom: 1px solid #e8e8ed;}
.idnex_six2_p3{font-size: 14px;color: #666666;padding: 8px 0; }
.index_six2_div_1{width: 100%;position: absolute;left: 0;top: 0;}
.index_six2_div_1 img{width: 100%;transform: translateX(-310px);transition: .5s;}
.index_six2_div_1 .index_six2_img{height: 115px;}
.index_six2_div_1 .index_six2_img1{transition: .8s;height: 40px;}
.index_six2_ul li:hover .index_six2_div_1 img{transform: translateX(0);}
.index_six2_div1{width: 420px; margin-right: 20px;float: right;}
.idnex_six2_p4{font-size: 16px;color: #333;font-weight: bolder;padding-top: 35px;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.idnex_six2_p5{font-size: 12px;color: #666666;margin-top: 15px;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;
 -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.idnex_six2_p4:hover{color: #5FB9FF;}

/*内页*/
.ibanner{position: relative; width: 100%; height: 541px;;}
.ibanner img{position: absolute; width: 1920px; height: 452px; left: 50%; margin-left: -960px; bottom: 0; z-index: 10;}

.info-title{background: #fff; border-bottom: 2px solid #67B8FD;}
.info-title li{float: left;}
.info-title li a{display: block; padding: 24px 45px; font-size: 16px;background: url(../images/line.png) no-repeat left center;;}
.info-title li:first-child a{background: none;}
.info-title li:hover>a,.info-title li.current>a{background-color: #67B8FD; color: #fff; height: 24px;}
.third-menu dd{margin: 35px 45px 0 0; width: 186px; height: 38px; float: left;}
.third-menu dd a{display: block; border: 1px solid #E3E3E3; background: #fff; border-radius: 38px; height: 36px;line-height: 36px; text-align: center;
color: #333;}
.third-menu dd.cur>a,.third-menu dd:hover>a{background: #67B8FD; color: #fff; border-color: #67B8FD;}

.infos{padding-bottom: 125px; background: #F8F8F8 url(../images/infobg.png) no-repeat bottom center;}

.pages{text-align:center;padding:100px 0 0;}
.pages a{ display: inline-block; padding:6px 14px; color: #635E5E; font-size: 14px; background:#E2E2E2;margin: 0 2px;}
.pages a:hover, .pages a.current{color: #fff;background:#67B8FD; }

/*图片列表*/
.pic-lists {padding-top: 32px;}
.pic-lists ul{margin-left: -51px; text-align: center;}
.pic-lists li{float: left; width: 366px; margin-left: 51px; margin-top: 40px;transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out;}
.pic-lists li .img{width: 100%; height: 325px; border-radius: 25px; box-shadow: 11px 11px 27px rgba(0,0,0,.03); background: #fff; text-align: center; 
line-height: 325px; overflow: hidden;transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out;}
.pic-lists li .img img{max-width: 100%; max-height: 100%;;}
.pic-lists li p{font-size: 16px; color: #303030; font-weight: bold;padding-top: 25px;}
.pic-lists li:hover{transform: translateY(-17px);}
.pic-lists li:hover .img{ box-shadow: 11px 11px 27px rgba(0,0,0,.14);}

/*图文模式*/
.pic-words{margin-top: 65px;}
.pic-words .title{font-size: 26px; color: #333; line-height: 40px;}
.pic-words .text{margin-top: 30px; font-size: 16px; line-height: 30px;}

/*新闻详情*/
.newsInfo{background: #fff; margin-top: 40px; padding: 0 20px 20px;}
.newsInfo .title{text-align: center; padding-top: 55px; padding-bottom: 25px; border-bottom: 1px dashed #DBDBDB ;}
.newsInfo .title h3{font-size: 28px; color: #333; font-weight: bold;}
.newsInfo .title .share{width: 100%; text-align: center; margin-top: 25px;}
.newsInfo .title .share p{display: inline-block;}
.newsInfo .title .share span{margin-right: 20px;}
.bdsharebuttonbox{display: inline-block;margin-top: -2px;margin-left: 2px;vertical-align: middle;}
.newsInfo .text{margin-top: 25px;}
.newsInfo .text img{max-width: 100%; display: block; margin: 0 auto;}
.fanpian{margin-top: 50px;background: #F7F7F7; padding: 10px 2%; width: 96%;}
.fanpian a{color: #666; line-height: 30px; display: block;}
.fanpian a:hover{color: #5899DD;}

/*新闻列表*/
.news-lists{margin-top: 40px;}
.news-lists .fitem {width: 100%;height: 414px;background: #fff;margin-bottom: 30px;}
.news-lists .fitem a {display: block;padding: 0 40px 0 498px;height: 414px;position: relative;}
.news-lists .fitem img {width: 446px;height: 335px;display: block; border: 1px solid #e5e5e5;position: absolute;left: 25px;top: 40px;}
.news-lists .fitem .more {width: 150px;height: 25px;padding-top: 15px;background: #67B8FD;transition: all ease 300ms;}
.news-lists .fitem .more s { width: 52px; height: 20px;display: block;margin: -5px auto 0;background: url(../images/jiantou3.png) no-repeat center center;}
.news-lists .fitem .txt {color: #999;line-height: 30px;height: 90px;overflow: hidden;margin-bottom: 28px;}
.news-lists .fitem .title {width: 100%;height: 85px;position: relative;padding-top: 95px;}
.news-lists .fitem .title .time {width: 75px; height: 60px;position: absolute;left: 0;top: 95px;color: #333333;font-weight: bold;border-right: 1px solid #cbcbcb;}
.news-lists .fitem .title .time .day { color: #67B8FD; font-size: 38px; line-height: 38px; font-weight: bold; display: block;}
.news-lists .fitem .title h3 { font-size: 18px; width: 465px; line-height: 30px; height: 60px; position: absolute; left: 100px; top: 95px;}
.news-lists .fitem:hover .more {width: 170px;}
.news-lists ul{margin-left: -30px;}
.news-lists .item { width: 565px;height: 169px;padding: 10px;float: left;margin: 0 0 20px 30px;background: #fff; position: relative;}
.news-lists .item a {width: 100%;display: block;}
.news-lists .item img {width: 220px;height: 165px;display: block;position: absolute;right: 10px;top: 10px;}
.news-lists .item .time {width: 60px;height: 60px;position: absolute;left: 20px;top: 65px;text-align: center;color: #b0b0b0;}
.news-lists .item .time .day {color: #333333;font-size: 34px;font-weight: bold;display: block;line-height: 34px;}
.news-lists .item h3{font-size: 18px; width: 240px; line-height: 30px; height: 60px; position: absolute; left: 100px; top: 60px;}