@charset "utf-8";
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

::-webkit-scrollbar{width:6px;height:6px;}
::-webkit-scrollbar-track{background:#fff;}
::-webkit-scrollbar-thumb{background:#e60012;}
::-webkit-scrollbar-thumb:window-inactive{background:#e60012;}
::-webkit-scrollbar-thumb:vertical:hover{background:#e60012;}

@font-face{
     font-family:Pingfang;
     src:url('./fonts/pingfang.woff2') format('woff2'), url('./fonts/pingfang.woff') format('woff'),url('./fonts/pingfang.ttf') format('truetype'),url('./fonts/pingfang.eot');
}
html{font-size:30px!important;}
body{-ms-overflow-style:scrollbar;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote{margin:0;padding:0;}
body{color:#333;font-size:14px;font-family:"PingFang","PingFang SC","Microsoft YaHei","黑体","宋体",sans-serif;}
td,th,caption{font-size:14px;}
h1{font-size:20px}
h2{font-size:18px}
h3{font-size:16px}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:none;}
img{border:none;vertical-align:middle;}
ol,ul,li{list-style:none;}
input,textarea,select,button{outline:none;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
table{border-collapse:collapse;}

/*公共类*/
.fl{float:left;}
.fr{float:right;}
.al{text-align:left!important;}
.ac{text-align:center!important;}
.ar{text-align:right!important;}
.hide{display:none!important;}
.show{display:block!important;}
.mt0{margin-top:0!important}
.mt10{margin-top:10px!important;}
.mt20{margin-top:20px!important;}
.mt30{margin-top:30px!important;}
.mt40{margin-top:40px!important;}
.mt50{margin-top:50px!important;}
.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px!important;}
.mb20{margin-bottom:20px!important;}
.mb30{margin-bottom:30px!important;}
.mb40{margin-bottom:40px!important;}
.mb50{margin-bottom:50px!important;}
.ml0{margin-left:0!important}
.ml10{margin-left:10px!important;}
.ml20{margin-left:20px!important;}
.ml30{margin-left:30px!important;}
.ml40{margin-left:40px!important;}
.ml50{margin-left:50px!important;}
.mr0{margin-right:0!important}
.mr10{margin-right:10px!important;}
.mr20{margin-right:20px!important;}
.mr30{margin-right:30px!important;}
.mr40{margin-right:40px!important;}
.mr50{margin-right:50px!important;}

.clear{height:0px;line-height:0;overflow:hidden;clear:both;font-size:0px;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix{*zoom:1;}

.img-box{position:relative;z-index:1;display:block;overflow:hidden;height:0;padding-bottom:125%;}
.img-box img{position:absolute;top:0;left:0;display:block;width:100%;height:100%;}

img.lazy{min-width:1px;min-height:1px;}
.lazy{background:url(/js/slick/ajax-loader.gif) no-repeat center;}
.btn-green{color:#fff;background-color:#064dd8;border-color:#064dd8;}
.w {height: auto;margin-left: 120px;margin-right: 120px}

body{position:relative;}
body.fixed{position:fixed;overflow:hidden;width:100%;height:100%;}

@media only screen and (min-width:1441px){.container{width:1440px;}}
@media only screen and (min-width:1340px) and (max-width:1440px){.container{width:1310px;}}
@media only screen and (min-width:1200px) and (max-width:1339px){.container{width:1170px;}}

.container {width: 1360px;min-width:1360px;padding:0;margin:0 auto;position:relative;}

/*位置*/
.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px;}
.breadcrumb>li{display:inline-block;}

/*导航菜单*/
.nav{ width:100%;}
.nav>ul{display:flex;justify-content:space-between;height:100%}
.nav>ul>li{z-index:0;height:100%;position:relative;white-space:nowrap;text-align:center;padding:0 20px;}
.nav>ul>il>a{display:flex;padding:0;position:relative;z-index:2;height:100%;align-items:center}
.nav>ul>li>a{font-size:18px;color:#fff;line-height:65px;transition:.36s;display:inline-block;font-weight:500;}
.nav>ul>li>a::before{width:0;height:3px;background-color:#9c2629;position:absolute;left:50%;bottom:1px;content:'';transition:all 0.35s ease-out;}
.nav>ul>li:hover>a::before{width:100%;left:0;}
.nav>ul>li .sub{position:absolute;top:100%;background:#fff;width:auto;left:50%;z-index:10000;transform:translateX(-50%)scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;transition:.5s;transform-origin:top;box-shadow:0 0 10px rgba(0,0,0,.3);border-radius:0 0 8px 8px;overflow:hidden}
.nav>ul>li .sub:after{content:'';height:3px;width:100%;position:absolute;left:0;top:0;background:#006464}
.nav>ul>li .sub a{padding:8px 30px;line-height:28px; display:block;transition:.6s;font-size:14px;color:#333;text-align:center;white-space:nowrap;font-family:SourceHanSerifCN-Bold;min-width:160px;justify-content:center}
.nav>ul>li .sub a:hover{color:#fff;background:#006464}
.nav>ul>li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;visibility:visible;transform:translateX(-50%)scaleY(1)}

.nav>ul>li:nth-child(5) .sub{width:600px;}
.nav>ul>li:nth-child(5) .sub>li{ width:33.33%; float:left;}

/*网站头部样式*/
.header{min-width:1480px;position:fixed;left:0;top:-80px;right:0;height:130px;z-index:99;display:-webkit-flex;display:flex;justify-content:space-between;transition:.3s;background:linear-gradient(180deg,#3d3d3d 0,rgba(91,91,91,0) 100%);}
.header222:after{content:"";position:absolute;left:0;top:0;right:0;height:80px;-webkit-background-size:100% 100%;background-size:100% 100%;z-index:-1}
.header .logo{margin:36px 0 0 60px;width:358px;height:66px;line-height:66px;font-size:0;flex-shrink:0}
.header .logo img{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%}
.header .header-r{padding-left:0px;flex-grow:1;display:-webkit-flex;display:flex;justify-content:flex-end}
.header .header-r .header-r-con{flex-shrink:0;display:-webkit-flex;display:flex;flex-direction:column;justify-content:center;}
.header .header-r .header-r-set{flex-shrink:0;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.header-link{display:flex;justify-content:flex-end;padding:20px 12px 0;align-items:center;position:relative;z-index:10;}
.header-link a{padding:0 12px 0 12px;font-size:14px;color:#d6dee2;position:relative;background-position:left center;background-repeat:no-repeat;background-size:20px auto;}
.header-link a:hover{color:#fff}
.header-link a::after{content:"";position:absolute;width:5px;height:13px;right:0;top:5px;background:url(/images/top_x.png) no-repeat;}
.header-link a:last-child::after{ background: none;}
.header-link .link{margin-left:40px; }
.header-link .link a{ margin-left:10px;}
.header-link .link a:first-child:before{display:none}
.header-link .a5{background: url(/images/t-ser.png) no-repeat left;background-size:14px auto;padding-left:20px;}
.header .nav{display: flex;justify-content: flex-end;transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}

.header-menu{width:65px;height:65px;background:#006464;border-radius: 10px 0px 0px 10px;flex-shrink:0;display:-webkit-flex;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-left:30px;font-size:20px;color:#fff;line-height:1.2;transition:.5s;z-index:999;}
.header-menu.active{ background:none;}
.header-menu ul{width:30px;height:25px;position:relative;display:flex;justify-content:flex-start}
.header-menu ul li{width:100%;height:1.5px;position:absolute;transition:transform .36s ease;right:0}
.header-menu ul li b{position:absolute;width:100%;height:100%;top:0;left:auto;right:0;background:#fff}
.header-menu ul .top{top:0}
.header-menu ul .center{display:block;top:50%;margin-top:-1.5px}
.header-menu ul .bottom{top:calc(100% - 3px)}
.header-menu:hover li.top b{animation:move .4s ease-in-out 1}
.header-menu:hover li.center b{animation:move .4s ease-in-out .1s 1}
.header-menu:hover li.bottom b{animation:move .4s ease-in-out .2s 1}
.header-menu.active li.top{transform:rotateZ(45deg);top:49%}
.header-menu.active li.center{opacity:0}
.header-menu.active li.bottom{transform:rotateZ(-45deg);top:49%}
@keyframes move{0%{right:0}
40%{right:0;width:0}
60%{right:auto;width:0%}
100%{right:auto;width:100%}
}

body.navShow{overflow:hidden;}
body.navShow .header-con{opacity:1;visibility:visible;transform: translateY(0%);}
body.navShow .header .header-link{top:0;height:100px;line-height:100px;}
body.navShow .header .nav{opacity:0;visibility:visible;}

.header-con{left:0;top:0;-webkit-background-size:cover;background-size:cover;opacity:0;visibility:hidden;    transition: ease .5s;
    transform: translateY(-100%);}
.header-con{position:fixed;z-index:999;left:0;top:0;right:0;bottom:0;background-size:cover;opacity:0;visibility:hidden;}
.header-con:before{content:"";background: rgb(0 100 100 / 60%);backdrop-filter: blur(20px);display: block;position: absolute;top:0;left:0;width: 100%;height: 100%;z-index: -1;}

.header-con .head{height:130px;z-index:999;display:-webkit-flex;display:flex;justify-content:space-between;}
.header-con .h-top{width:100%;height:130px;z-index:999;display: flex;justify-content: flex-end;}
.header-con .h-logo{margin:36px 0 0 60px;width:358px;height:66px;line-height:66px;}
.header-con .h-logo img{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%}
.header-con .h-nav>ul{margin:0 auto;padding-top:50px;padding-left:50px;padding-right:50px;display:flex;flex-direction:row;justify-content:space-around;}
.header-con .h-nav>ul>li>a{font-size:22px;line-height:24px;color:#FFFFFF;}
.header-con .sub li{position:relative;}
.header-con .sub{margin-top:38px;display:block!important;}
.header-con .sub a{font-size:18px;line-height:42px;color:rgba(255,255,255,.6);}
.header-con a:hover{opacity:1}
.header-con a:hover:after{width:100%}
.header-con a:after{background:hsla(0,0%,100%,.7);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s;width:0;z-index:100}

.header-con .h-nav>ul>li:nth-child(5) .sub{width:500px;}
.header-con .h-nav>ul>li:nth-child(5) .sub>li{ width:50%; float:left;}

/*fixed*/
.header.fixed{position:fixed;left:0;right:0;width:100%;height:80px;box-shadow:0 10px 20px rgba(0,43,77,0.15);z-index:9;}
.header.fixed:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background: url(../images/headbg.png);background: rgb(0 100 100 / 60%);height:100%;transform:none;transition:all 0.6s ease-in-out 0.6s;}
.header.fixed #h-top{ display:none;}
.header.fixed .logo { margin:6px 0 0 50px;}
.header.fixed .logo img{height:60px;}
.header.fixed .header-menu {background: none;padding-right:50px;}


/*fixed*/
.header.fix{position:absolute;left:0;top:-80px;right:0;width:100%;height:80px;box-shadow:0 10px 20px rgba(0,43,77,0.15);z-index:9;}
.header.fix2:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;height:100%;}
.header.fix #h-top{ display:none;}
.header.fix .logo { margin:6px 0 0 50px;}
.header.fix .logo img{height:60px;}
.header.fix .header-menu {background: none;padding-right:50px;}

.header.nav-show{top:0;-webkit-transition:all 0.8s;-ms-transition:all 0.8s;-moz-transition:all 0.8s;transition:all 0.8s}

/* 通用 */
.sbanner{width:100%;min-width:1480px;height:auto;position:relative;overflow:hidden;}
.sbanner:after{ content: ''; background-image:url("../images/ge.png"); position: absolute; left: 0; top: 0; bottom: 0; right: 0;}
.sbanner img{width:100%;height:auto;display:block;animation:myfirst 4s;}
@keyframes myfirst{from{transform:scale(1.1);}
to{transform:scale(1);}
}
.sbanner .txt{position:absolute;left:0px;top:0px;z-index:0;text-align:center;width:100%;height:100%;color:#fff;padding-top:10%; }
.sbanner .txt h3{font-size:44px;font-weight: bolder;color:#fff;}
.sbanner .txt p{font-size:22px;text-transform:uppercase;margin-top:10px;color:#fff;opacity: 0.5;}

/*搜索*/
.header-so{display:none;z-index:9999;}
.header-so form{border-radius:4px;overflow:hidden;background:#fff;height:60px;width:100%;}
.header-so input[type="text"]{border:none;width:92%;display:block;height:60px;text-align:left;color:#434343;font-size:14px;background:none;line-height:60px;padding:0 20px;}
.header-so input[type="text"]:focus{text-align:left;}
.header-so .sbtn{position:absolute;right:0;top:50%;padding:0;z-index:2;background:url(/images/so_btn.png) center no-repeat;height:60px;width:70px;cursor:pointer;border:none;background-size:20px 20px;margin-top:-30px;}
.header-so .ser-box{position:absolute;border-radius:4px;overflow:hidden;top:50%;z-index:9999;background:#fff;height:60px;width:50%;left:50%;margin-left:-25%;margin-top:-40px;}
.header-so .search-bg{height:100%;background:rgba(0,0,0,.6);position:absolute;top:0;left:0;width:100%;z-index:86;}

/*图片放大*/
.pic{font-size:0;overflow:hidden;}
.pic img{display:block;width:100%;transition:transform 0.8s ease;-webkit-transition:transform 0.8s ease;-moz-transition:transform 0.8s ease;-ms-transition:transform 0.8s ease;-o-transition:transform 0.8s ease;}

/*集团领导*/
.leader{ min-width:1480px; }
.leader ul { margin-top:45px; }
.leader ul li { margin-bottom:25px; background:#e8e8e8; min-height:327px; display:flex; }
.leader ul li .fl { width:20%; text-align:right; position:relative; display:flex; align-items:flex-end; justify-content:center; background:#e9e8e9; }
.leader ul li img{ width:100%;}
.leader ul li .fr { width:calc(100% - 15%); padding:42px 30px; }
.leader ul li .fr h1 { font-size:36px; color:#4c4c49; line-height:36px; opacity:.87; }
.leader ul li .fr h2 { font-size:18px; color:#000000; line-height:36px; opacity:.6; margin-top:5px; }
.leader ul li .fr .txt { border-top:3px solid #dbdbdb; margin-top:20px; padding-top:23px; height:170px; overflow-y:auto; padding-right:5px; }

/*内页横幅*/
.sub-nav-box{min-width:1480px;height:80px;position:relative;}
.sub-nav{border-bottom:1px solid #e5e5e5;background-color:#fff;background:#fff url(/images/sbg.jpg) repeat;overflow:hidden;}
.sub-nav .view{}
.sub-nav ul{justify-content:center;display:flex;}
.sub-nav ul li{width:auto;margin:0 10px;}
.sub-nav ul li a{display:block;font-size:18px;line-height:80px;color:#333;padding:0 55px;position:relative;}
.sub-nav ul li a:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:#006464;transform:scaleX(0);transition:all .3s;}
.sub-nav ul li:hover a:before{transform:scaleX(1);}
.sub-nav ul li.cur a{color:#006464;}
.sub-nav ul li.cur a:before{transform:scaleX(1);}
.sub-nav-box.fix .sub-nav{position:fixed;left:0;top:0;width:100%;}

#main{min-width:1480px;}

/*内页标题*/
.page-title{ padding-top:55px;margin-bottom:36px; text-align:center; }
.page-title .title{font-size:40px;font-weight:700;color:#000;line-height:48px;text-align: center;}
.page-title p{font-family:calibri;font-size:18px;color:#666;line-height:20px;text-transform:uppercase;font-weight:700;margin-top:4px;text-align: center;}
.page-brief{font-size:16px;color:#666;line-height:30px;text-align:center;padding:0 54px;margin-bottom:30px; padding-top:0px;}

/*关于我们*/
.page-about{min-width:1480px;font-size:16px;line-height:32px;color:#4c4c4c;text-align:justify;padding:40px 0; padding-bottom:100px;background:url(/images/mapbg.png) top no-repeat;}
.page-about .container{margin-bottom:40px;}
.page-about dl{padding-top:20px;}
.page-about dl dt{width:400px;float:left;}
.page-about dl dt .ab-img { width:400px;position: relative; margin-top:180px; }
.page-about dl dt .ab-img:before{content:"";background:#d1b366;position:absolute;left:0;height:112%;top:-6%;width:75%;z-index:-1;}
.page-about dl dt .ab-img img{ padding-left:20px;}
.page-about dl dd{width:900px;float:right;position:relative;padding-top:20px;}
.page-about dl dd h3{font-size:28px;color:#000;margin-bottom:40px;position:relative;}
.page-about dl dd h3 em{display:block;font-size:48px;color:#eaeaea;font-style:normal;margin-bottom:40px;line-height:45px;text-transform:capitalize;font-weight:normal;font-family:arial;letter-spacing:-2px;word-spacing:10px;}
.page-about dl dd p{text-align:justify;line-height:35px;}
.page-about dl dd:after{content:"";position:absolute;width:70px;height:6px;background:#d71418;bottom:-55px;left:0;}
.page-about .data{margin-top:50px;}
.page-about .data ul{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.page-about .data .num{ position:relative;}
.page-about .data .num b{ position:absolute;top:0; right:0; font-size:36px;}

.page-about .data .num span,.page-about .data .num em{display:inline-block;font-style:normal;}
.page-about .data .num span{color:#000;line-height:50px;font-size:60px;font-family:"db";}
.page-about .data em{margin-left:6px;}
.page-about .data p,.page-about .data em{font-size:16px;color:#666;line-height:24px;}
.page-about .data p{margin-top:3px;}

/*发展历程*/
.event-list{ width: 100%;min-width:1480px;background-image: url(images/event_bg.jpg); background-position:bottom; background-repeat:no-repeat;}
.event-list .e-bg{background-color: rgba(255,255,255,.8);width: 100%;height: 100%;position: relative;}
.event-list .w{padding:80px 0 100px;}
.event-list .e-div{background:url(../images/event_dot.jpg) repeat-y 145px 0;}
.event-list .e-year{font-size:32px;color:#e50000;font-weight:bold;font-style:italic;margin-left:139px;padding-left:20px;background:url(../images/event_y.png) no-repeat 0 3px;line-height:24px;margin-bottom:22px;}
.event-list .e-month{overflow:hidden;min-height:50px;background:url(../images/event_li.jpg) no-repeat 142px 20px;}
.event-list .e-left{float:left;width:133px;text-align:right;font-size:18px;color:#000;padding-right:32px;margin-top:14px;background:url(../images/event_v.png) no-repeat right center;cursor:pointer;user-select:none;}
.event-list .e-right{width: calc(100% - 180px);float:right;display:none;}
.event-list .e-item{background:#fff;box-shadow:0 0 6px rgba(0,0,0,.2);border:1px solid #eaeaea;padding:8px 12px;margin-bottom:30px;font-size:14px;line-height:24px;color:#555;}
.event-list .e-item p{padding:6px 0;}
.event-list .e-month.on .e-right{display:block;}
.event-list .e-month.on .e-left{background-image:url(../images/event_l.png);}
.event-list .event-more{cursor:pointer;background:url(../images/loadmore.png) no-repeat 0 0;margin-left:114px;height:64px;width:64px;clear:both; margin-top:-20px;}

/*组织结构*/
.branch-list{position:relative; padding:50px 0 100px;}
.branch-list .branch{position:relative;margin-left:300px;}
.branch-list .branch:before{content:"";width:50px;border-top:2px solid #eee9dc;position:absolute;left:-100px;top:50%;margin-top:1px;}
.branch-list .node{position:relative;min-height:70px;}
.branch-list .node:before{content:"";height:100%;border-left:2px solid #eee9dc;position:absolute;left:-50px;}
.branch-list .node:after{content:"";width:50px;border-top:2px solid #eee9dc;position:absolute;left:-50px;top:50%;margin-top:1px;}
.branch-list .node:first-child:before{width:10px;height:50%;top:50%;margin-top:2px;border-radius:10px 0 0 0;}
.branch-list .node:first-child:after{height:10px;border-radius:10px 0 0 0;}
.branch-list .node:last-child:before{width:10px;height:50%;border-radius:0 0 0 10px;}
.branch-list .node:last-child:after{height:10px;border-top:none;border-bottom:2px solid #eee9dc;border-radius:0 0 0 10px;margin-top:-9px;}
.branch-list .node.sole:before{display:none;}
.branch-list .node.sole:after{width:50px;height:0;margin-top:1px;border-radius:0;}
.branch-list .main{padding:30px 20px;margin-top: -65px; }
.branch-list a{display:block;min-width:200px;padding:20px 20px;line-height:20px;text-align:center; font-size:18px;border:2px solid #eee9dc;border-radius:5px;position:absolute;left:0;top:50%;margin-top:-30px;}
.branch-list a:hover{color:#000;background:#eee9dc;border:1px solid #eee9dc;}
.branch-list a.z{background-image:linear-gradient(#fe5301,#f03310,#e2141e);border-radius:8px;color:#fff;display:table;text-align:center;font-size:20px;box-shadow:0 20px 25px 0 rgb(228 23 28 / 20%);}
.branch-list a.zz{color:#333;background:#eee9dc;background-image:linear-gradient(#e6d8b6,#ead29a,#bea872);}
.branch-list .level3 a{min-width:400px;}

/*更多内容层*/
.pop_box{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.pop_box.show{visibility: visible;opacity:1;}
.pop_box pop{object-fit: cover;width: 100%;}
.pop_box .pop_t{z-index:2; background:#fff;width:90%;max-width:94%;height:70%;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:60%;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;visibility: hidden;opacity: 0;}
.pop_box.show .pop_t{ visibility: visible;opacity:1;top:50%;}
.pop_box .overlay{ position:absolute; z-index:1; left:0; right: 0;top:0; bottom: 0;background:rgba(0,0,0,0.5);}
.pop_box .pop_close{ position:absolute; top:15px; right:15px; cursor:pointer; z-index: 99999;background:url(../images/pclose.png) no-repeat;background-size:100% 100%; width:22px; height:22px; }
.pop_box .pop_content{ width:100%;height:450px;font-size:18px; line-height:32px;}
.pop_box .pop_content .pop_intro{ width:100%; height:450px;overflow-y: auto; margin-top:0px; padding-left:30px;padding-right:30px;}
.pop_box .pop_title { height:60px; line-height:60px; padding-left:30px; font-weight:bold; font-size:26px;}

/* 视频中心 */
.video-list { padding-bottom:100px;}
.video-list ul{margin-left: -20px;margin-right: -20px;}
.video-list ul li{float: left;width: 33.3%;padding: 0 20px;box-sizing: border-box;margin-bottom: 20px;}
.video-list ul li dl{cursor: pointer;transition: all .3s;}
.video-list ul li dl:hover svg{color: #fff;font-size:30px;opacity: 1;}
.video-list ul li dd{ overflow: hidden; position: relative;}
.video-list ul li dd img{ height:290px;}
.video-list ul li dd img{width: 100%;-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}
.video-list ul li:hover dd img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
.video-list ul li dd a{position: relative;overflow: hidden; display: block; width: 100%; height: 100%;}
.video-list ul li dd span{opacity: 0;color: #fff; font-size: 40px; z-index: 2;}
.video-list ul li dd .cover{background: rgba(0,0,0,0.1);position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.video-list ul li dd svg{ color: #fff; z-index: 2; opacity: 0.6;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:50%;}
.video-list ul li dt{padding: 15px 0 20px;text-align: center;transition: all .3s;}
.video-list ul li dt p{ font-size:18px;overflow: hidden;line-height:20px; height:20px;}
.video-list ul li:hover dd span,.video-list ul li:hover dd svg{ opacity: 1;}
.video-list ul li dl:hover{box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.video-list ul li dl:hover dt{background: #f7f7f7;}

/*滑动新闻*/
.news-swiper{position:relative;border-bottom:1px solid #ececec;}
.news-swiper .swiper-wrapper{padding-bottom:76px; padding-top:30px;}
.news-swiper .swiper-slide:hover .pic img{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);}
.news-swiper .swiper-slide:hover .title span{background-size:100% 1px;background-position:0 100%;}
.news-swiper .swiper-slide a{display:block;}
.news-swiper .pic img{height:268px;object-fit:cover;}
.news-swiper .info{line-height:24px;margin-top:22px;}
.news-swiper .date{font-size:16px;color:#d6000f;font-family:db;}
.news-swiper .title{font-size:16px;color:#333;height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-bottom:2px;transition:color 0.3s ease;-webkit-transition:color 0.3s ease;-moz-transition:color 0.3s ease;-ms-transition:color 0.3s ease;-o-transition:color 0.3s ease;padding-right:90px;margin-top:10px;}
.news-swiper .title span{background:url(../images/dot.jpg) no-repeat;background-size:0 1px;background-position:100% 100%;transition:background-size 0.7s ease;}

/*新闻列表*/
.news-list{ padding-bottom:100px;}
.news-list ul li{border-bottom:1px solid #ececec;}
.news-list ul li:hover{background:#f7f7f7;}
.news-list ul li:hover .pic img{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);}
.news-list ul li:hover .title{color:#d6000f;}
.news-list ul li:hover .more{transform:translateX(-32px);-webkit-transform:translateX(-32px);-moz-transform:translateX(-32px);-ms-transform:translateX(-32px);-o-transform:translateX(-32px);}
.news-list ul li a{display:flex;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox; padding:30px 0;}
.news-list ul li .pic{width:20.26%;}
.news-list ul li .info{position:relative;flex:1;overflow:hidden;margin-left:30px;padding-top:6px;}
.news-list ul li .title,.news-list ul li .intro{padding-right:116px;}
.news-list ul li .title{font-size:24px;color:#333;line-height:30px;}
.news-list ul li .intro{font-size:14px;color:#666;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;height:48px;margin:14px auto 44px;}
.news-list ul li .fot{position:relative;}
.news-list ul li .fot span{display:inline-block;vertical-align:top;font-size:14px;}
.news-list ul li .cat{color:#999;margin-right:14px;}
.news-list ul li .date{color:#333;}
.news-list ul li .more{position:absolute;right:0;top:0;z-index:10;color:#d6000f;padding-right:22px;text-transform:uppercase;background:url(../images/jt.png) no-repeat right center;background-size:7px;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;}

/*新闻详情页*/
.news-view{background:#f8f8f8;padding-bottom:100px;}
.news-view .main{position:relative;z-index:1;background:#fff;padding:90px 168px;margin-top:-60px; }
.news-view .title{font-size:34px;color:#333;line-height:48px;font-weight:700;margin-bottom:22px;text-align:center;}
.news-view .top{padding-bottom:30px;border-bottom:1px solid #ccc;}
.news-view .author{ text-align:center;}
.news-view .author span{font-size:14px;color:#999;line-height:36px;height:36px;margin-left:22px;}
.news-view .author span:first-child{margin-left:0;}
.news-view .author span img{position:relative;margin-right:0px;}
.news-view .author .share{font-size:0;display:inline-block;vertical-align:middle;}
.news-view .author .share a{display:inline-block;margin-right:10px;}
.news-view .author .share a:last-child{margin-right:0;}
.news-view .author .share a:hover img{display:none;}
.news-view .author .share a:hover img.on{display:block;}
.news-view .author .share a img{display:block;width:36px;}
.news-view .author .share a img.on{display:none;}
.news-view .content{font-size:16px;color:#666;line-height:32px;margin:80px auto;}
.news-view .content p{ padding-bottom:5px;}
.news-view .content img,.news-view .content input[tyep="image"]{display:block;max-width:80%;height:auto!important;margin:0 auto;}
.news-view .content .ico{ display:inline; }
.news-view .bottom{position:relative;border-top:1px solid #f0f0f0;padding-top:24px;}
.news-view .bottom p,.news-view .bottom p a{line-height:24px;font-size:14px;}
.news-view .bottom p{color:#999;margin-bottom:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-view .bottom p:last-child{margin-bottom:0;}
.news-view .bottom p span{display:inline-block;}
.news-view .bottom p span,.news-view .bottom p a{color:#333;margin-left:12px;}
.news-view .bottom p a:hover{color:#d6000f;}
.news-view .return{display:block;width:135px;height:50px;line-height:50px;text-align:center;border-radius:5px;background:#f3f3f3;font-size:14px;color:#666;position:absolute;right:0;bottom:0;z-index:10;transition:background 0.3s ease;-webkit-transition:background 0.3s ease;-moz-transition:background 0.3s ease;-ms-transition:background 0.3s ease;-o-transition:background 0.3s ease;}
.news-view .return:hover{color:#fff;background:#d6000f;}
.news-view .return svg{display:inline-block;width:22px;height:16px;background:url(../img/return.png) no-repeat;background-size:contain;margin-right:10px;position:relative;top:2px;transition:background 0.3s ease;-webkit-transition:background 0.3s ease;-moz-transition:background 0.3s ease;-ms-transition:background 0.3s ease;-o-transition:background 0.3s ease;}

/*公示公告*/
.notice-list{width:100%;margin-bottom:100px;position:relative;}
.notice-list li{ border-bottom:1px solid rgba(210,210,210,.4);}
.notice-list li a{ display:block;padding:30px 35px;display: flex;justify-content: space-between;align-items: center;}
.notice-list li .time{ text-align:center;font-family:arial;padding-right:25px;position:relative;}
.notice-list li .time:before{content:"";position:absolute;right:0;top:50%;margin-top:-30px;width:1px;height:60px;background-color:#006464;opacity:.5;}
.notice-list li .day{font-size:50px;line-height:55px;color:#c5c5c3;font-weight:bold;transition:all .3s;}
.notice-list li .ym{font-size:16px;line-height:16px;color:#c7c6c4;transition:all .3s;}
.notice-list li .text{flex-shrink: 0; width:90%;line-height:60px;color:#333;font-size:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .3s;}
.notice-list li .arrow{flex-shrink: 0;width:25px;height:15px;background-repeat:no-repeat;background-position:center;background-size:cover;background-image:url('../images/arro.png');margin-top:10px;-webkit-transition: all 250ms ease-out 0s;transition: all 250ms ease-out 0s;}
.notice-list li:hover .arrow{ width:35px;}

/*精彩教育*/
.article-list{ padding-top: 30px; padding-bottom:100px;box-sizing:border-box;overflow:hidden;}
.article-list ul{margin:0 -20px;}
.article-list ul li{float:left;width:33.3%;padding:0 20px;box-sizing:border-box;margin-bottom:40px;}
.article-list ul li a:hover{background:#fff;border-radius:4px;box-shadow:0 0 22px rgba(0,0,0,.12);}
.article-list ul li a{display:block;color:#000;overflow:hidden;}
.article-list ul li dd{height:238px;overflow:hidden;}
.article-list ul li dd img{width: 100%;-webkit-transition: opacity .4s ease-in,-webkit-transform .6s linear;transition: opacity .4s ease-in,transform .6s linear;}
.article-list ul li:hover dd img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
.article-list ul li dt{background:#F5F5F5;padding:30px 40px 40px;box-sizing:border-box;color:#000;transition:all .3s;}
.article-list ul li dt h3{margin-bottom:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5;max-height:3em;height:3em;overflow:hidden;}
.article-list ul li dt>p{color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.article-list ul li dt>p span{margin-left:10px;font-weight:400;}
.article-list ul li dt .intro{margin-top:8%;line-height:24px;height:96px;overflow:hidden;}
.article-list ul li a:hover{box-shadow:0 0 10px rgba(0,0,0,0.2);}
.article-list ul li a:hover dt>p{color:#e60012;}

/* 旗下学校 */
.school-list { padding-bottom:100px;}
.school-list ul{align-items:stretch;display:flex;flex-wrap:wrap;padding-bottom:0;padding-top:0;}
.school-list li{background:#fff;border-radius:5px;display:inline-block;margin-left:5px;margin-right:5px;overflow:hidden;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;vertical-align:top;width:calc(25% - 10px);box-sizing:border-box;padding:1.5% 1%;position:relative;transition:color .4s ease-out,background-color .4s ease-out;}
.school-list li .pic{margin:0 auto;overflow:hidden;width:100%;}
.school-list li .pic .p-box{padding-top:52.631%;width:100%;position:relative;display:inline-block;overflow:hidden;}
.school-list li .pic img{height:100%;margin-right:0;left:0;object-fit:cover;object-position:center;position:absolute;top:0;transition:all .36s ease;width:100%;}
.school-list li .p-title{display:block;margin-top: 20px;color:#333;font-size:16px;font-weight:400;line-height:24px}
.school-list li:hover .p-title{ color:#006464;}
.school-list li .p-time{color:#666;font-size:14px;line-height:1.7;margin-top:18px;-webkit-box-orient:vertical;word-wrap:break-word;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word}
.school-list li .p-arrow span{display:block;float:right;height:28px;max-width:100%;overflow:hidden;position:relative;width:40px}
.school-list li .p-arrow span:after,.school-list .p-arrow span:before{background:url(/images/arrt.png) no-repeat;content:"";display:inline-block;height:28px;position:absolute;top:0;transition:all .36s ease;width:30px}
.school-list li .p-arrow span:before{left:0}
.school-list li .p-arrow span:after{left:-30px;opacity:0}
.school-list li a{display:block;padding:1%;}
.school-list li:hover .pic img{transform:scale(1.1);}
.school-list li:hover .p-arrow span:before{left:30px;opacity:0}
.school-list li:hover .p-arrow span:after{left:0;opacity:1}
.school-list li:hover em{animation:MoveArrow .36s ease}
@keyframes MoveArrow{
0%{left:0}
50%{left:50px}
51%{left:-20px}
to{left:0}
}

/* 期刊 */
.pdf-list{height:auto;margin-top:30px; padding-bottom:100px;}
.pdf-list ul{align-items:stretch;display:flex;flex-wrap:wrap;}
.pdf-list li{width:25%;height:auto;margin-bottom:25px;text-align:center;font-size:18px;}
.pdf-list:after{content: "";flex: auto;}
.pdf-list ._df_thumb{width:300px;height:400px;}
.df-popup-thumb img {height:440px!important;}

/*联系我们*/
.page-contact { padding-bottom:100px; }
.page-contact .mapbg{ background:url(/images/map.jpg) center no-repeat; background-size:100% 100%;}
.page-contact .p_right{width:450px; height:90%;position:absolute;top:5%;right:30px;background:#fff;opacity:0.8;color: #fff;}
.page-contact .p_right ul{height: 100%;padding-left:30px;padding-right:42px;overflow-y:auto;border:1px solid #ccc; }
.page-contact .p_right ul li{padding:24px 0;border-bottom:1px solid #DCDCDC;}
.page-contact .p_right ul li .h1 p{ font-size:18px;padding-left:15px;font-weight:bold;position:relative;margin-bottom:14px;color:#333;}
.page-contact .p_right ul li .h1 p::before{content:'';position:absolute;top:50%;transform:translateY(-50%);left:0;height:50%;width:4px;border-radius:2px;background:#CA191D;}
.page-contact .p_right ul li .text p a,.page-contact .p_right ul li .text p{color:#666;}
.page-contact .p_right ul li .text .h11{ line-height:24px;font-size:16px;} 
.page-contact .p_right ul li .text .other{ padding-top:10px;} 

/*太阳成集团tyc33455*/
.page-book{ padding-bottom:100px;}
.page-book .pform{margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch;}
.page-book .pform:after{display:none;}
.page-book .pform .form-group{position:relative;width:32.5%;line-height:26px;color:#666666;margin-bottom:0.5rem;}
.page-book .pform .form-group.x:before{content:"*";position:absolute;left:30px;top:20px;margin-left:-0.5em;line-height:26px;color:#e10000;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.page-book .pform .form-group.w2{width:100%;}
.page-book .pform .form-group:last-child{margin-top:0.6rem;}
.page-book .pform .form-group .form-control{display:block;width:100%;line-height:26px;padding:20px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;text-indent:.5em;border:1px solid #d2d2d2;}
.page-book .pform .form-group input.form-control{height:66px;}
.page-book .pform .form-group textarea.form-control{height:160px;}
.page-book .pform button.btn { align-self: center; width: 100%;height:50px;font-size:20px;font-weight: 700;letter-spacing: 2px;background: #eee;border: 1px solid #d9d9d9;box-shadow: 0 2px 3px 0 rgba(41, 48, 55, .1);color: #666;border-radius: 5px;transition: all 0.3s ease-out;}
.page-book .pform button.btn:after{transform:translateY(-1px);content:"";transition:all .4s ease;display:inline-block;vertical-align:middle;}
.page-book .pform button.btn:hover:after{content:"";margin-left:5px;transition: all 0.3s ease-out;}
.page-book .Validform_wrong { color:red;}

/*加载更多*/
.page-more{display:block;width:416px;height:62px;line-height:62px;text-align:center;border-radius:5px;background:#f3f3f3;font-size:14px;color:#666;margin:80px auto 0;transition:background 0.3s ease;-webkit-transition:background 0.3s ease;-moz-transition:background 0.3s ease;-ms-transition:background 0.3s ease;-o-transition:background 0.3s ease;}
.page-more:hover{background:#d6000f;color:#fff;box-shadow:3px 4px 15px 0px rgba(14,5,10,0.06);}
.page-more svg{ position:relative;top:3px;}

/*底部开始*/
.footer-bg{width:100%;min-width:1480px;height:auto;background: url(../images/bg.jpg) repeat;border-top: 1px solid #e6e6e6;padding-top:40px;}
.footer{padding-bottom:60px;display:flex;display:-webkit-flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;}
.footer .addr{height:auto;color:#738095;font-size:14px;margin-top:15px;line-height:24px; padding-right:10px;}
.footer .addr p{background:url(/images/pos.png) left 5px no-repeat;margin-left:50px; padding-left:20px;}
.footer .tel h3{color:#333;font-size:18px;margin-bottom:18px;}
.footer .tel div{line-height:27px;font-size:14px;}
.footer .tel ul li{line-height:27px;}
.footer .tel ul li a{color:#333;}
.footer .sch h3{color:#333;font-size:18px;margin-bottom:16px;}
.footer .sch div{line-height:27px;font-size:14px;}
.footer .sch a{color:#333;}
.footer .sch a:hover{color:#000;}
.footer .ewm{ padding-left:0px}
.footer .ewm li{float:right;text-align:center;margin-left:15px;}
.footer .ewm li:last-child{margin-left:0px;}
.footer .ewm h3{color:#333;font-size:18px;margin-bottom:15px;}
.footer-bg .copy{height:auto;border-top:1px #45536a solid;padding-top:20px;padding-bottom:20px;}
.footer-bg .copy .w{display:flex;display:-webkit-flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;}
.footer-bg .copy .copyright{ height:auto;color:#333;font-size:14px;line-height:34px;}
.footer-bg .copy .copyright a{color:#333;margin-left:5px;}
.footer-bg .copy .copyright a:hover{color:#c61000;}
.footer-bg .links{width:360px; height:34px; line-height:34px;color:#536076; text-align:right;}
.footer-bg .links a{padding:0 20px;line-height:1;border-right:2px solid #808080;color:#666;}
.footer-bg .links a:nth-last-of-type(1){padding:0 0 0 20px;border-right:none}
	
/* Tiny Scrollbar */
#xuexiao { width: 440px; margin: 0px 0 10px; }
#xuexiao .viewport { width: 420px; height:180px; overflow: hidden; position: relative; }
#xuexiao .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#xuexiao .overview li{ width:50%; float:left;}
#xuexiao .scrollbar{ background: transparent url(/js/tinyscrollbar/images/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#xuexiao .track { background: transparent url(/js/tinyscrollbar/images/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#xuexiao .thumb { background: transparent url(/js/tinyscrollbar/images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#xuexiao .thumb .end { background: transparent url(/js/tinyscrollbar/images/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }

/*视频弹窗*/
.video_box{ position:fixed; width:100%; height:100%; top:0; left:0; z-index:9999999;opacity: 0;visibility: hidden;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;}
.video_box.show{visibility: visible;opacity:1;}
.video_box video{object-fit: cover;width: 100%;}
.video_box .video_t{z-index:2; background:#000;width: 1035px;max-width:94%;height:70%;transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%); position:absolute; left:50%; top:60%;transition:all 0.6s;-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;visibility: hidden;opacity: 0;}
.video_box.show .video_t{ visibility: visible;opacity:1;top:50%;}
.video_box .mask{ position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.8);}
.video_box .vod_close{ position:absolute; top:calc(15% - 50px); right:calc(50% - 560px); cursor:pointer; z-index: 99999;}
.video_box .vod_close svg{color: #fff;font-size:30px;}

/**分页**/
.page{text-align:center; padding-bottom:55px;}
.page li{line-height:48px;display:inline-block;width:50px;height:50px;margin:0 3px;cursor:pointer;text-align:center;color:#999;border:1px solid #ddd;border-radius:50%;background:none;background-color:#fff;}
.page li.active,.page li:hover{color:#fff;border-color:#D61418;background-color:#D61418;}
.page li.active a,.page li:hover a{color:#fff;}
.page li a{display:block;}
.page li.prev,.page li.next{color:#fff;background-color:#ddd;}
.page li.prev:hover,.page li.next:hover{border-color:#D61418;background-color:#D61418;}
.page li.prev{margin-right:26px;}
.page li.next{margin-left:26px;}