﻿

/*~~~~框架布局~~~*/

html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}





/*==版心定义↓==*/

.container{width:1600px;}

.w1340{width:1340px;}

a:hover{color:#eb7d35}

.rack .container{width:1340px}





/*==字符串↓==*/

*:before,*:after,em,i,.iof{font-style: normal;font-family: "iconfont";line-height:1;transition: all .4s ease-in-out}

@font-face {

  font-family: 'iconfont';  /* Project id 1963410 */

  src: url('../font/font_1963410_2v6ntg371kb.woff2') format('woff2'),

       url('../font/font_1963410_2v6ntg371kb.woff') format('woff'),

       url('../font/font_1963410_2v6ntg371kb.ttf') format('truetype');

}









/*==顶部↓==*/
.fixed-top.header{ position: fixed;width:100%;z-index:99; height:80px;box-shadow: 0 0 10px #ddd;  }
.fixed-top.header:before{opacity:1; height:100%;}

 
/*--*/
.header{position: relative;z-index:99;height:100px;}
.header:before{opacity:0; content:"";position:absolute;bottom:0;z-index:-1;width:100%;height:80%;background: #fff;transition: all .4s ease-in-out;}
.header .container{height:100%;}
.header .logo{float:left;display: flex;height:100%;padding: 20px 0;align-items: center;}
.header .logo a{display: flex;height:100%;align-items: center;}
.header .logo img{max-height:80px;}
.header .logo .txt{position: relative;margin-left:40px;padding: 5px 0;}
.header .logo .txt:before{content:"";position: absolute;left: -20px;top:0;bottom:0;width: 1px;height: 100%;background: -webkit-linear-gradient(top, #eee, #ddd, #eee);}
.header .nav{display:flex;float: right;height: 100%;}
.header .nav > li{display: flex;position:relative; height: 100%;margin-left: 30px;align-items: center;}
.header .nav > li > a{position: relative;display: flex;color: #191919;font-size: 18px;text-align: center;/* padding-bottom: 39px; */align-items: center;}
.header .nav > li > a:after{content:"";position: absolute;left:0;bottom: -5px;width:100%;height:2px;background: #eb7d35;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.header .nav > li:hover > a,.header .nav > li.active > a{color:#3e4282; }
.header .nav > li:hover > a:after,.header .nav > li.active > a:after{transform: scale(1);transform-origin:left;}

.header .nav .sub{display:none;width: 240%;left:-65%;top: 100%;position:absolute;border:1px #ddd solid;background: rgba(255,255,255,1);padding: 0px 0;z-index: 999;text-align: center;/* box-shadow: 0 0 10px #ddd; */}
.header .nav .sub a{display: block;color: #5e5e5e;font-size: 14px;padding:8px 10px}
.header .nav .sub a:hover{color:#fff; background: #3e4282;}





/*==次级导航↓==*/
.menu{position: relative;border-bottom: 1px #ddd solid;overflow: hidden;}
.menu .long{display: flex;padding: 30px 0px;height:80px;overflow:hidden;background: #fff;justify-content: center;align-items: center;}
.menu .secon{}
.menu .secon li{display: inline-block;margin-right: 50px;}
.menu .secon a{position:relative;z-index:2;display: block;color: #666;font-size: 18px;height: 100%;/* overflow: hidden; */background: #fff;}
.menu .secon a:after{content: "";position: absolute;left:0;bottom: -26px;z-index:-1;width:100%;height: 2px;background: #eb7d35;transition:transform .5s;transform: scale(0,1);transform-origin:right;}
.menu .secon li:hover a,.menu li.active a{ color:#3e4282; }
.menu .secon li:hover a:after,.menu .secon li.active a:after{transform: scale(1);transform-origin:left;}
.menu .site{color: #6a6a6a;font-size:14px;}
.menu .site .home i{ font-weight:bold;font-size:18px;margin-right:10px;}
.menu .site a{}
.menu .site a:hover{color:#3e4282}


/*==面包屑↓==*/
.site-end{background:#f5f7f9;}
.site-end .container{padding: 20px 0;border-bottom:1px #ddd solid;}
.site-end .home i{color:#333;font-weight:bold;font-size:16px;margin-right:10px;}
.site-end a{color:#666;font-size:12px;}
.site-end a:hover{color:#eb7d35}
.site-end .more{float:right;color:#fff;font-size:14px;padding: 5px 10px;margin-top: -5px;background: #666;}
.site-end .more:hover{color:#fff; background: #3e4282;}





/*==标题↓==*/

.titleAx{color:#000123;font-size:36px;}  

.titleAx span{margin-top:10px;display: block;color:#bdbdbd;font-size:14px;font-weight: 400;text-transform: Uppercase;}

.titleAx font{color:#eb7d35}

.titleAx hr{display: block;margin: 10px auto 0;width: 40px;height: 3px;border:none;background: #eb7d35;}

.titleAx.cen{text-align: center;margin-bottom:50px;}

.titleAx.m30{margin-bottom:30px}

.titleAx.m40{margin-bottom:40px}

.titleAx.white,.titleAx.white b,.titleAx.white span{color:#fff}

/*--*/

.titleBx{color:#3e4282;font-size:30px;margin-bottom:50px;font-weight:bold; text-align: center;}

.titleBx span{display: table;width:750px;margin:auto; margin-top:15px;line-height:32px; color:#535353;font-size:18px;font-weight:400;text-align: center;}

.titleBx hr{display: block;margin: 10px auto 0;width: 40px;height: 2px;border:none;background: #eb7d35;}

.titleBx.cen{text-align: center;}

.titleBx.white,.titleBx.white span{color:#fff}

.titleBx.tTop{margin:50px 0 -20px 0;}





/*==边距↓==*/

.ptm60{padding:60px 0}

.ptm80{padding:80px 0}

.ptm100{padding:100px 0}

.pt60{padding-top:60px}

.pt80{padding-top:80px}

.pt100{padding-top:100px}

.pm60{padding-bottom:60px}

.pm80{padding-bottom:80px}

.pm100{padding-bottom:100px}

/*--*/

.mtm60{margin:60px 0}

.mtm80{margin:80px 0}

.mtm100{margin:100px 0}

.mt60{margin-top:60px}

.mt80{margin-top:80px}

.mt100{margin-top:100px}

.mm60{margin-bottom:60px}

.mm80{margin-bottom:80px}

.mm100{margin-bottom:100px}



/*句段限制*/

.abbr{width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.lcp{-webkit-line-clamp: 2;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}





/*===内页框↓==*/

.rack{float:left;width:100%;padding:70px 0 80px 0;}

.rackWor{}





/*==更多按钮↓==*/

.more-1{display: flex;width: fit-content;margin-top: 40px;padding: 8px 30px;color: #fff;font-size: 16px;border-left: 3px #eb7d35 solid;align-items: center;background: #3e4282;}
.more-1.cen{margin:auto;margin-top:50px;}
.more-1:after{content:"\e61d";margin-left: 5px;}
.more-1:hover{color:#fff;background:#eb7d35 !important;}
.more-1:hover::after{transform:translateX(3px)}
.more-1.white{color:#fff;border: 1px #fff solid;background: none;}
.more-1.white:before{color:#fff}
.more-1.white:hover{border-color:#eb7d35;}

/*--*/

.more-2{display: flex;width: max-content;margin:auto;margin-top: 40px;color:#eb7d35;font-size:14px;padding: 12px 50px;border-radius: 30px;border:1px #eb7d35 solid;transition: all .4s ease-in-out;align-items: center;justify-content: center;flex-direction: row-reverse;}

.more-2:before{content:"\e61f";font-size: 24px;margin-left: 20px;color:#eb7d35}

.more-2:hover{color:#fff; background:#eb7d35;}

.more-2:hover:before{color:#fff;transform:translateX(5px)}





/*==切换效果↓==*/

.cut-item .btn {position:absolute;top:50%;left:-75px;display:block;width: 50px;line-height: 50px;text-align:center;color: #fff;font-size: 22px;font-weight:bold;transform:translateY(-50%);cursor:pointer;border: 1px #fff solid;border-radius: 50%;/*background:#fff;*/}

.cut-item .btn.sNext {left:auto;right:-75px;}

.cut-item .btn:hover {color:#eb7d35;border-color: #eb7d35;}

.cut-item .btn:hover:before {color:#eb7d35}

.cut-item .sPrev:before {content:"\e662";}

.cut-item .sNext:before {content:"\eb9b";}

/*-切换点1-*/

.spot-dot {}

.spot-dot {position:initial;margin:40px auto 0;text-align:center;}

.spot-dot span {opacity:1;width:15px;height:15px;margin:0 10px;border:1px #ddd solid;background:#fff;}

.spot-dot span.swiper-pagination-bullet-active {background:#eb7d35;}

/*-切换点2-*/

.spot-forte{position:initial;margin:40px auto 0;text-align:center;}

.spot-forte span{opacity:0.8;width:25px;height:6px;border-radius:0px;margin:0 6px;background:#fff;}

.spot-forte span.swiper-pagination-bullet-active{opacity:1;background:#eb7d35;}





/*==左侧联系↓==*/

.connection {margin-top:30px;padding:20px;border:1px #ddd solid;overflow:hidden;/* background:#eee;*/}

.connection .tit {/* float:left;*/color:#333;font-size:18px;font-weight:bold;padding-bottom:20px;margin-bottom:20px;border-bottom:1px #ddd solid;}

.connection .tit .more {float:right;display:block;color:#666;font-size:13px;margin-top:5px;}

.connection .tit .more:hover {color:#eb7d35}

.connection .tel {position:relative;display:block;font-size:12px;color:#858585;padding-left:50px;margin-bottom:20px;word-wrap:break-word;word-break:normal;}

.connection .tel font {display:block;color:#eb7d35;font-size:24px;margin-top:5px;line-height:25px;font-weight:bold;}

.connection .tel:before {content:"\e611";font-family:"iconfont";position:absolute;top:6px;left:0;margin-right:10px;font-weight:400;color:#333;font-size:36px;}

.connection .wx {color:#666;font-size:14px;line-height:24px}

.connection .ewm {display:table;margin-top:20px;}

.connection .ewm img {max-width:100px;}

.connection .ewm font {vertical-align:middle;color:#666;font-size:14px;padding-left:30px;}

.connection .ewm font hr {float:left;width:30px;height:1px;margin:10px 10px 0 0;border:none;background:#aaa;}

.connection .ewm img,.connection .ewm font {display:table-cell;}





/*==切换按钮↓==*/

.tone-item{display: flex;text-align: center;margin-bottom:50px;margin-left: -5px;    align-items: stretch;}

.tone-item li{flex: 1;display:inline-block;cursor: pointer;margin-left: 5px;}

.tone-item a{position: relative;z-index: 1;display: block;height:100%;color:#fff;font-size:18px;padding: 15px 10px;overflow:hidden; background:#9d9d9d}

.tone-item a:after {content:"";position:absolute;left:0;bottom:0;z-index:-1;width:100%;height:100%;background: #eb7d35;transition:transform .5s;transform:scale(0,1);transform-origin:right;}

.tone-item .more a{color:#1c2023; background: #dddddd;}

.tone-item .active a,.tone-item li:hover a{color:#fff; }

.tone-item .active a:after,.tone-item li:hover a:after{transform:scale(1);transform-origin:left;}





/*==人才招聘↓==*/

.product-list {}
.product-list li{position:relative;z-index:1;margin-bottom: 50px;}
.product-list li::after{content: "";position:absolute;left:-100%;right:-100%;;top:0;bottom:0;z-index:-1; background: #f5f5f5;}
.product-list li:last-child{margin-bottom:0px;}
.product-list a{display:flex;/* min-height: 600px; */padding: 50px 0;align-items: stretch;}
.product-list .pic{width:50%;}
.product-list .pic img{width: 100%;height:100%;object-fit: cover;}
.product-list .info{position: relative;z-index:1;width:50%;padding: 20px 0px 100px 50px;background: url(https://www.szzygjzx.com/themes/Home/default/Public/images/bgk01.png) no-repeat center;}
.product-list .info i{position:absolute;bottom:0;color:#e1e2e2;font-size:100px;font-weight:bold;letter-spacing: -5px;}
.product-list h4{color:#333333;font-size:28px;margin-bottom: 30px;}
.product-list h4 font{position:relative;z-index: 1;}
.product-list h4 font:after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:-1;height: 40%;background:#eb7d35}
.product-list h4 span{margin-left: 10px;display: inline-block;color:#666;font-size:16px;}
.product-list .wx{color:#333;font-size:16px;line-height: 30px;}
.product-list .more{display: flex;position: absolute;bottom: 50px;padding: 10px 40px;color:#282828;font-size: 16px;border: 1px #222 solid;}
.product-list li:hover h4{}
.product-list li:nth-child(2n) a{flex-direction: row-reverse;} 
.product-list li:nth-child(2n) .info{padding-right:50px;padding-left:0px;}





/*==人才招聘图片滚动↓==*/

.srll-pro{position:relative;}

.srll-pro .number{margin-top:20px;color:#161823;}

.srll-pro .number span{color:#161823;font-size:18px;}

.srll-pro .number .swiper-pagination-current{color:#3e4282;font-size:24px;}





/*==首页人才招聘↓==*/

.recruitHome{background:  url(../image/recruit-bg.jpg) no-repeat center;background-size:cover;}

/*==*/
.recruit-grid{display: flex;}
.recruit-grid li{width: calc(100% - 0px);margin:0 0 0 0px}
.recruit-grid a{position:relative;z-index:2;display: block;height: 600px;}

.recruit-grid a::before{content: "";position:absolute;left:0;right:0;top:0;z-index: 1;height: 60%;background: -webkit-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0));}
.recruit-grid .bg{position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1;object-fit: cover;width: 100%;height: 100%;}
.recruit-grid .box{position:relative;z-index:1; padding:50px;}
.recruit-grid .box h4{color:#333;font-size:32px;margin-bottom:20px}
.recruit-grid .box p{position: relative;display: flex;margin-bottom:10px;font-size:16px;color:#333;}
.recruit-grid .box p:before{content: "";width: 8px;height: 8px;margin: 8px 10px 0 0;transform: rotate(45deg);background:#cca884;}
.recruit-grid .more{display: flex;width: fit-content;margin-top: 30px;padding: 8px 30px;color: #3e4282;font-size: 16px;border: 1px #3e4282 solid;align-items: center;}
.recruit-grid .more:after{content:"\e61d";color: #3e4282;margin-left: 5px;}
.recruit-grid li:hover h4{color:#eb7d35}
.recruit-grid li:hover .more{color:#fff;transform: translateX(5px);background:#3e4282}

.recruit-grid li:hover .more::after{color:#fff;transform: translateX(5px);}





/*==首页关于↓==*/

.aboutHome{}
.aboutHome .long{display:flex}
.aboutHome .info{width:50%}
.aboutHome .pic{width:50%;margin-left: 70px;}
.aboutHome .titleTop{margin-bottom:40px;color:#333;font-size:36px;}
.aboutHome .titleTop b{display: table;position: relative;margin-bottom:5px;color:#fff;font-size: 18px;padding: 5px 30px 5px 15px;background:#3e4282;}
.aboutHome .titleTop b:after{content:"";position: absolute;top: 0;right: -8px;bottom: 0;width: 15px;border-left: 7px #fff solid;transform: skew(-20deg);background: #eb7d35;}
.aboutHome .titleTop span{display: block;margin-top:5px;color:#6a6a6a;font-size:14px;}
.aboutHome .number{display: flex; margin-bottom:40px;}
.aboutHome .number li{margin-right: 60px;color:#3e4282;line-height: 1;}
.aboutHome .number span{font-size:44px;}
.aboutHome .number h5{margin-top: 10px;font-size:16px;}
.aboutHome .wx{font-size:16px;color:#6a6a6a;line-height: 30px;}
.aboutHome .more{}





/*==首页优势↓==*/

.advantHome{background: url(../image/advant-bg.jpg) no-repeat center;background-size:cover;}

/*-++-*/

.advan-row{display:flex;flex-wrap: wrap;margin:0 0 -30px -30px}
.advan-row li{position: relative;width: calc(25% - 30px);margin: 0 0 30px 30px;padding: 40px 30px;text-align: center;border: 1px solid rgba(255,255,255,0.5);background: rgba(255,255,255,0.2);}
.advan-row li:after{opacity:0; content:"";position:absolute;left:-1px;bottom:-1px;right:-1px; height:4px;transform: scale(0,1);background:#eb7d35}
.advan-row em{display: flex;height: 58px;align-items: center;overflow: hidden;justify-content: center;}
.advan-row em img{display: block;transform: translateY(0px);filter: drop-shadow(0px 58px #3e4282);}
.advan-row h4{color:#fff;font-size:22px;margin-top: 10px;}
.advan-row span{display: block;color: #eee;font-size:14px;margin-top: 5px;text-transform: uppercase;}
.advan-row li:hover{background:#fff url(../image/line-bg.png) no-repeat right bottom;}
.advan-row li:hover:after{opacity:1; transform: scale(1);}
.advan-row li:hover h4{color:#2a2a2a;}
.advan-row li:hover span{color:#6a6a6a;}
.advan-row li:hover em img{transform: translateY(-100%);}




/*==首页新闻↓==*/
.newsHome{}
.newsHome .long{ position: relative;margin-left:-50px; display: flex;justify-content: space-between;}
.newsHome .frame{width:calc(50% - 50px);margin-left:50px}
.newsHome .titTop{display: flex;position: relative;padding-left: 20px;margin-bottom: 40px;color:#333333;font-size:32px;justify-content: space-between;align-items: center;}
.newsHome .titTop:before{position: absolute;content: "";left:0;top:0;bottom:0;width: 5px;height: 30px;margin: auto;background: #eb7d35;}
.newsHome .titTop .more{color: #9a9a9a;font-size: 14px;}
.newsHome .titTop .more::after{content:"\e61d";font-size: 16px;margin-left: 5px;}
.newsHome .titTop .more:hover{color:#eb7d35;transform:translateX(5px)}
.newsHome .list_1 .one{}
.newsHome .list_1 .one{background: #f6f8fa;}
.newsHome .list_1 .one a{display: flex;}
.newsHome .list_1 .one .pic{flex-shrink: 0;width: 50%;}
.newsHome .list_1 .one .pic img{width:100%;height: 100%;object-fit: cover;} 
.newsHome .list_1 .one .box{width: 50%;padding: 30px;}
.newsHome .list_1 .one h4{color: #000000;font-size: 20px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsHome .list_1 .one .time{margin-top:5px;display: block;color:#999;font-size:14px}
.newsHome .list_1 .one p{-webkit-line-clamp: 3;margin-top: 12px;color:#666666;font-size:16px;line-height: 26px;}
.newsHome .list_1 .one .more{display: table;margin-top: 30px;color: #fff;font-size:14px;padding:5px 20px;background: #3e4282;}
.newsHome .list_1 .one .more:after{content:"\eb9b";margin-left: 5px;font-size: 12px;}
.newsHome .list_1 .two{padding: 20px 0;border-bottom: 1px #aaa dashed;}
.newsHome .list_1 .two a{display: flex;position: relative;padding-left: 15px;color:#6c6c6c;font-size:16px;align-items: center;justify-content: space-between;}
.newsHome .list_1 .two a:before{content:"";position: absolute;left: 0;top: 5px;display: block;width: 6px;height: 6px;margin: 2px 5px 0 0;border-radius: 50%;background:#3e4282}
.newsHome .list_1 .two h4{max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.newsHome .list_1 .two span{display:block;margin-left: 30px;flex-shrink: 0;font-size:13px;color:#999}
.newsHome .list_1 .one:hover .more{background:#eb7d35}
.newsHome .list_1 .one:hover h4{color:#eb7d35}
.newsHome .list_1 .two:hover a{color:#eb7d35;transform:translateX(5px)}
/*--*/
.newsHome .list_2{padding: 20px 30px;background:#f6f8fa;}
.newsHome .list_2 li{/* margin-bottom: 30px; */padding: 20px 0;border-bottom: 1px #ddd solid;} 
.newsHome .list_2 li:last-child{border-bottom:0px;}
.newsHome .list_2 a {display: flex;position:relative; }
.newsHome .list_2 h4 {position:relative;align-items: center;color: #484848;font-size:16px; overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}
.newsHome .list_2 .time {flex-shrink: 0;margin-right: 10px;color: #fff;font-size: 12px;text-align:center;padding: 2px 8px;border-radius: 5px;background: #3e4282;}
.newsHome .list_2 li:hover{}
.newsHome .list_2 li:hover h4 {color:#eb7d35;transform:translateX(5px)}




/*==新闻列表↓==*/

.news-list{margin-bottom:-30px}
.news-list li{margin-bottom:30px;padding-bottom: 30px;border-bottom:1px #ddd solid;}
.news-list a{display: flex;height: 300px;}
.news-list .pic{flex-shrink: 0;width: 400px;}
.news-list .pic img{width:100%;height: 100%;object-fit: cover;} 
.news-list .info{flex: 1;min-width:0px; margin: 20px 0 0 50px;}
.news-list h4{color: #000000;font-size: 22px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-list .time{margin-top: 15px;display: block;color:#999;font-size:14px}
.news-list p{-webkit-line-clamp: 3;margin-top: 12px;color:#666666;font-size:16px;line-height: 28px;}
.news-list .more{display: table;margin-top: 40px;color: #fff;font-size:14px;padding:5px 20px;background: #3e4282;}
.news-list .more:after{content:"\eb9b";margin-left: 5px;font-size: 12px;}
.news-list li:hover .more{transform:translateX(5px);background:#eb7d35}
.news-list li:hover h4{color:#eb7d35}




/*==公告通知↓==*/

.news-faq{margin-bottom:-30px}
.news-faq li{margin-bottom: 30px;padding-bottom: 30px;border-bottom:1px #ddd solid;}
.news-faq a{display: flex;align-items: center;}
.news-faq .info{flex: 1;min-width:0px;position: relative;padding-left: 25px;}
.news-faq .info::before{content:"";position:absolute;left:0;top: 8px;width:10px;height:10px;transform: rotate(45deg);background: #3e4282;}
.news-faq h4{color: #484848;font-size: 20px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-faq p{-webkit-line-clamp: 2;margin-top: 10px;color:#666666;font-size: 15px;line-height: 28px;}
.news-faq .time{display: block;color: #484848;font-size:18px;padding-left: 30px;margin-left: 140px;line-height: 1;border-left: 1px solid #ddd;}
.news-faq .time font{display: block;font-size:22px;margin-bottom:5px;}
.news-faq li:hover h4{transform:translateX(5px);color:#eb7d35}





 /*==新闻详情↓==*/
 .EssayCont .lefter {float:left;width:70%;}
 .EssayCont .righter {float:right;width:25%;}
 .EssayCont .righter .shell {width:100%;margin-bottom:30px;border:1px #ddd solid}
 .EssayCont .righter .shell:last-child {margin-bottom:0px;}
 .EssayCont .righter .shell .tit {position:relative;color:#333333;font-size:18px;border-bottom:1px #e6e8eb solid;padding-bottom:15px;margin-bottom:20px;}
 .EssayCont .righter .shell .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:#3e4282;}
 .EssayCont .righter .shell .tit .more{float:right;font-size:14px;color: #999;margin-top: 5px;transition: all .4s ease-in-out;}
 .EssayCont .righter .shell .tit .more:hover{color:#3e4282}
 /*--*/
 .EssayCont .bgb {margin-bottom:30px;background:#fff;}
 .EssayCont .bgb:last-child {margin-bottom:0px;}
 .EssayCont .bgb.p3 {padding:30px 30px 40px 30px;}
 .EssayCont .bgb.p4 {padding:40px 40px 40px 40px;}
 /*--*/
 .EssayCont .news {}
 .EssayCont .news li {clear:both;width:100%;margin-bottom:12px;}
 .EssayCont .news li:last-child{margin-bottom:0px;}
 .EssayCont .news .one {position:relative;}
 .EssayCont .news .one h4 {position:absolute;left:0;right:0;bottom:0;width:100%;padding:10px 20px;color:#fff;font-size:14px;background:rgba(0,0,0,0.6)}
 .EssayCont .news .one:hover h4 {background:#3e4282}
 .EssayCont .news .two{}
 .EssayCont .news .two a {position:relative;display:block;padding-left:15px;color:#333333;font-size:15px;}
 .EssayCont .news .two a:before {content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#b2b2b2;}
 .EssayCont .news .title {width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
 .EssayCont .news .two:hover a {color:#3e4282;}
 .EssayCont .news .two:hover a:before {background:#3e4282;}
 /*--*/
 .EssayCont .content .titleTop{text-align: center;padding: 0 0 30px 0;margin: 0 0 40px 0;border-bottom: 1px #e4e4e4 solid;}
 .EssayCont .content .title{color:#333333;font-size:28px;}
 .EssayCont .content .msg{margin-top: 15px;color:#a7a7a7;font-size:14px;}
 .EssayCont .content .msg *,.NewsDetail .msg span,.NewsDetail .msg a{color:#a3a3a3;font-size:14px;}
 .EssayCont .content .msg span{margin:0 5px;}
 .EssayCont .content .msg a:hover,.NewsDetail .msg .active{color:#3e4282}
 .EssayCont .content .msg .active{font-weight:bold;}
 .EssayCont .content .wor{min-height:300px;font-size:16px;}
 /*--*/
 .EssayCont .pagIng{margin-top:60px;padding-top:50px;border-top:1px #eee solid;overflow: hidden;}
 .EssayCont .pagIng span{ display: inline-block;color:#888888;font-size:15px;}
 .EssayCont .pagIng a{width:47%;color:#666666;font-size:15px;padding: 15px 20px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #f6f6f6;}
 .EssayCont .pagIng a:hover{color:#fff; background: #3e4282;}
 .EssayCont .pagIng .prev{float:left}
 .EssayCont .pagIng .next{float:right} 




/*==人才招聘↓==*/

.productIn{}
.productIn .titleTop{margin-bottom: 40px;color:#333333;font-size:36px;text-align: center;}
.productIn .titleTop font{color:#eb7d35}
.productIn .up{}
.productIn .up .wx{color:#484848;font-size:16px;line-height: 32px;text-align: center;}
.productIn .up .pic{margin-top: 40px;text-align:center}





/*==信息框↓==*/

.entry-air{position: relative;padding: 100px 50px 50px 50px;box-shadow: 0 0 10px #eee;}
.entry-air .theme{position: absolute;top: -9px;left: 0;right: 0;margin: auto;display: flex;width: max-content;height: 74px;padding: 16px 20px;font-size:28px;color:#fff;align-items: center;justify-content: center;background: #3e4282;}
.entry-air .theme:before,.entry-air .theme:after{content:"";position: absolute;top: 0px;left: -40px;width: 43px;height: 74px;background: url(../image/title-corner.png) no-repeat;}
.entry-air .theme:after{left:auto;right: -40px;/* transform: rotate(45deg); */transform: rotateY(180deg);}
/*-++-*/
.entry-air.wk1 ul{display: flex;margin-left:-140px}
.entry-air.wk1 ul li{flex: 1;position: relative;margin-left: 140px;}
.entry-air.wk1 ul li::before{content:"";position:absolute;right: -70px;top:0;width:1px;height:80%;background: #eee;}
.entry-air.wk1 ul li:last-child:before{display:none}
.entry-air.wk1 ul h4{color:#eb7d35;font-size:24px;margin-bottom:20px;text-align: center;}
.entry-air.wk1 ul .wx{color:#3a3a3a;font-size:16px;}
.entry-air.wk1 ul span{display:block;margin-bottom:10px;}

/*-++-*/

.entry-air.wk2 .long{display: flex;justify-content: space-between;}
.entry-air.wk2 .info{flex:1;line-height: 1;}
.entry-air.wk2 .info span{position: relative;display: block;margin-bottom:20px;padding-left: 20px;font-size:18px;color:#333;}
.entry-air.wk2 .info span:last-child{margin-botom:0px;}

.entry-air.wk2 .info span:before{content: "";position: absolute;left: 0;top: 5px;width: 8px;height: 8px;margin-right:10px;transform: rotate(45deg);background:#cca884;}

.entry-air.wk2 .ewm{display: flex;flex-shrink: 0;margin-left: 60px;padding-left: 60px;border-left: 2px #ddd dashed;align-items: center;}
.entry-air.wk2 .ewm img{border:1px #3e4282 solid;width: 150px;}
.entry-air.wk2 .ewm span{margin-left:20px;color:#666666;font-size: 17px;line-height: 35px;}





/*==学校介绍↓==*/

.introIn{padding:0px !important}
.introIn .up{}
.introIn .up .wx{color:#484848;font-size:16px;line-height:32px;text-align: center;}
.introIn .up img{/*margin:0 0 10px 10px*/}
.introIn .up img:last-child{margin:0px;}
.introIn .down{padding:50px 0;background: #f4f4f4;}
.introIn .down .wx h4{color:#3e4282;font-size:30px;font-weight:bold;margin: 50px 0 20px 0;line-height: 1;}
.introIn .down .wx h5{color:#3e4282;font-size:24px;margin: 40px 0 15px 0;}

.introIn .down .wx h6{color:#3e4282;font-size:20px;margin: 40px 0 15px 0;}
.introIn .down .wx p{color:#484848;font-size:16px;}

.introIn .school{margin-top:50px}
.introIn .school h3{color:#3e4282;font-size:30px;font-weight:bold;margin-bottom: 20px;}
.introIn .school ul{display: flex;margin-left: -30px;}
.introIn .school ul li{display: flex;width:calc(50% - 30px);margin:0 0 30px 30px;padding:20px;border:1px #3e4282 solid;background: #fff;}
.introIn .school ul .pic{width:30%; flex-shrink: 0;}
.introIn .school ul .info{flex: 1;margin-left:40px}
.introIn .school ul h4{color:#3e4282;font-size:24px;margin-bottom: 5px;}
.introIn .school ul p{color:#3e4282;font-size:16px;line-height: 30px;}





/*==联系我们↓==*/

.contactIn{padding-bottom:0px !important;}

/*--*/
.contactIn .map{background: #f5f5f5;}
.contactIn .map .explain{color:#666666;font-size:18px;padding:0 100px;margin-bottom:50px;text-align: center;}
.contactIn #dituContent {height:500px;}
.contactIn #dituContent img{max-width: initial;}



/*==联系方式↓==*/
.cotMode-item{}
.cotMode-item .long{display: flex;padding:50px;box-shadow: 0 0 10px #eee;justify-content: space-between;}
.cotMode-item .info{flex:1;}
.cotMode-item .info span{display: flex;margin-bottom:20px;color:#161823;font-size: 18px;align-items: center;}
.cotMode-item .info em{flex-shrink: 0; display: flex;width: 45px;height: 45px;font-size: 26px;color: #3e4282;border:1px #3e4282 solid;border-radius: 50%;margin-right:20px;justify-content: center;align-items: center;}
.cotMode-item .ewm{display: flex;flex-shrink: 0;margin-left: 60px;padding-left: 60px;border-left: 2px #ddd dashed;align-items: center;}
.cotMode-item .ewm img{border:1px #3e4282 solid;width: 150px;}
.cotMode-item .ewm span{margin-left:20px;color:#666666;font-size: 17px;line-height: 35px;}





/*==留言通用↓==*/

.MessageCon{background: url(../image/MessageBg.jpg) no-repeat center;background-size:cover;}

.MessageCon .long{padding:80px; background: #fff;}

.MessageCon .title{margin-bottom:40px;overflow: hidden;}

.MessageCon .title h2{float:left;color:#191919;font-size:24px;}

.MessageCon .title .tel{float:right;margin-top:25px;color:#333333;font-size:26px;/*font-weight: bold;*/}

.MessageCon .title .tel em{display:block;float:left;margin-right:10px;margin-top:5px;color:#333;font-size:25px;font-weight:400;font-family:"iconfont";}

.MessageCon input{position: relative; float:left;width:49.5%;margin-bottom:1%}

.MessageCon .block:nth-child(2n+1){margin-left:1%;}

.MessageCon input,.MessageCon textarea{padding:15px 20px 15px 45px;border:1px #ddd solid; background-repeat:no-repeat ; background-position:15px 17px;}

.MessageCon textarea{width:100%;height:120px;}

.MessageCon button{width:25%;margin-top:20px;padding:16px 0;border:none;color:#fff;font-size:14px; background: #666;}

.MessageCon button:hover{background:#eb7d35}

.MessageCon .x1{background-image: url(../image/ico201.png);}

.MessageCon .x2{background-image: url(../image/ico202.png);}

.MessageCon .x3{background-image: url(../image/ico203.png);}

.MessageCon .x4{background-image: url(../image/ico204.png);}

.MessageCon .x5{background-image: url(../image/ico205.png);}







/*===数字滚动↓==*/ 

.number-item {margin-left:-70px;border-top:1px #ddd solid;padding-top:40px;margin-top:50px;display: flex;flex-flow: row wrap;align-content: flex-start;}

.number-item li {line-height:1;float:left;width:calc(25% - 70px);padding:30px 30px;margin-left:70px;text-align:center;border:1px #ddd solid;border-radius:5px;  background-color:#fff;background-image:url(https://www.szzygjzx.com/themes/Home/default/Public/images/bg101.png); background-position:right bottom ; background-repeat:no-repeat ;}

.number-item li h5 {color:#000123;font-size:20px; margin-bottom:10px;}

.number-item li b{font-size:54px;color:#eb7d35;}

.number-item li span {display: block; margin-top:10px;color:#999;font-size:14px;text-transform: uppercase;}

.number-item li:hover{border-color:#eb7d35;transform:translateY(-5px); background-color: #eb7d35;}

.number-item li:hover *{color:#fff}





/*==list-box 图片列表↓==*/

.list-box{margin:0 0 -20px -20px}

.list-box li{display:inline-block; width: calc(25% - 20px);margin: 0 0 20px 20px; }

.list-box li img{max-width:100%;width:100%;}

.list-box li a{display:block; }

.list-box li .pic{border: 1px #eee solid; background: #f9f9f9;}

.list-box li:hover .pic{border: 1px #eb7d35 solid;}

.list-box li h4{color:#535353;font-size: 18px;text-align: center;margin-top:15px}

.list-box li:hover h4{color:#eb7d35;}

.list-box.lx5 li{width: calc(20% - 20px);}

.list-box.lx3{margin:0 0 -30px -10px}

.list-box.lx3 li{width: calc(33.3% - 10px);margin:0 0 30px 10px}





/*==底部===*/

.footer {position:relative;z-index:5; background:#32366a;overflow:hidden;}
.footer .up{padding:80px 0;background: url(../image/footer-bg.jpg) no-repeat center;background-size:cover;}
.footer .logo{float:left;margin-right: 80px;padding-right: 80px;border-right: 1px solid rgba(255,255,255,0.1);}
.footer .contant{float: left;display: flex;margin-left: -80px;}
.footer .contant li{margin-left: 80px;color:#fff}
.footer .contant h4{margin-bottom:15px;color:#fff;font-size:24px;}
.footer .contant span{display: block;margin-bottom:10px;font-size:16px;color: #ddd;}
.footer .ewm {float:right;color: #ddd;font-size:14px;text-align:center;}
.footer .ewm img {display:block;margin-bottom:10px;}
.footer .down {position:relative;padding:20px 0;color: #ddd;font-size:14px;background: #32366a;}
.footer .down a {color: #ddd;font-size:14px;}
.footer .down a:hover {color:#eb7d35;}


