﻿@charset "UTF-8";
body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd{margin: 0px;}
body{min-width: 1200px;width: 100%;overflow-x: hidden;}
input,button,ul,ol{margin: 0px; padding: 0px;}
body,input,button,form{font-size: 14px;line-height: 28px;font-family: "microsoft yahei","宋体", "Arial";color: #333;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}
ul,ol,li{list-style: none;}
input{background: none;border: 0 none;outline: none;}
img,iframe{border: 0px;}
em,i{font-style: normal;}
button,input,select,textarea{font-size: 100%;border: 0;outline: none;}
table{border-collapse: collapse; border-spacing: 0;}
.red{color: #ba292e;}
.fl{float: left;}
.fr{float: right;}
.tac{text-align: center;}
.tar{text-align: right;}
.poa{position: absolute;}
.por{position: relative;}
.hidden{display: none;}
.w1200{width: 1200px; margin: 0 auto;}
a{color: #434343;text-decoration: none;}
a:hover{color: var(--color); text-decoration: none;}
a:visited{text-decoration: none;}
.ease,
.ease *{-webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;}
.noease,
.noease *{-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;}
:-moz-placeholder{color: #aaa;}
::-moz-placeholder{color: #aaa;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color: #aaa;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #aaa;}
 *,::after,::before{box-sizing:border-box;}
/*清除浮动*/
.clearfix{*zoom: 1;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
/*特效*/
.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: ''; cursor: pointer; position: absolute; left: -100%; top: 0; width:100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg);}
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after{left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}
/*顶部*/
.top_main{color: #666;font-size: 13px;line-height: 40px;background-color: #eee;border-bottom: 1px solid #ddd;}
.top_main ul li{display: inline;padding: 0 5px;}
.top_main ul li:first-child{padding-right: 0;}
.top_main ul li a:hover{color: var(--color);}
.top_main ul li a{color: #666;position: relative;z-index: 10;}
/*头部*/
.header{padding: 40px 0;overflow: hidden;}
.header>div{display: flex;justify-content: space-between;align-items: center;}
.header .logo img{display: block;width: auto;}
.header .tel{float: right;background: url(../images/tel.png) no-repeat 0 center;padding-left: 65px;color: #666;font-size: 16px;}
.header .tel strong{display: block;color: var(--color);font-size: 28px;font-weight: normal;font-family: Impact;line-height: 1;margin-top: 5px;}
/*导航*/
.nav_main{background: var(--color);}
.nav_main .nav{display: flex;flex-wrap: nowrap;}
.nav_main .nav li{position: relative;width: 100%;}
.nav_main .nav li span{display: block;width: 100%;color: #fff;font-size: 16px;line-height: 55px;text-align: center;background-repeat: no-repeat;background-position: bottom;background-image: linear-gradient(to left, rgba(0,0,0,.2), rgba(0,0,0,.2));background-size: 100% 0;transition: all .5s;}
.nav_main .nav li.cur span,.nav_main .nav li:hover span{background-size: 100% 100%;}
.nav_main .nav li dl{width: 100%;position: absolute;left: 0;top: 100%;background: var(--color);z-index: 12;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.nav_main .nav li dl{position: absolute;opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);}
.nav_main .nav li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);}
.nav_main .nav li dl dd{line-height: 40px;text-align: left;position: relative;z-index: 12;display: block;width: 100%;border-top: 1px solid rgba(0,0,0,.2);}
.nav_main .nav li dl dd:first-child{border: none;}
.nav_main .nav li dl dd a{display: block;color: #fff;font-size: 12px;padding: 0 5px;text-align:center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background-repeat: no-repeat;background-image: linear-gradient(to left, rgba(0,0,0,.2), rgba(0,0,0,.2));-webkit-transition: all 0.5s;transition: all 0.5s;background-size: 0% 100%;}
.nav_main .nav li dl dd a:hover{background-size: 100% 100%;}
/*网站大图*/
#banner{width: 100%;max-width: 1920px;overflow: hidden;}
#banner .swiper-slide{ min-width: 1200px; position: relative; background-position: center!important; background-size: cover!important; }
#banner .swiper-slide img{width: 100%;display:block;}
#banner .swiper-pagination{bottom: 30px;}
#banner .swiper-pagination-bullet{width: 60px;height: 5px;margin: 0 5px;border-radius: 0;background: #fff;opacity: 1;outline: none;transition: all .5s;}
#banner .swiper-pagination-bullet-active{background: var(--color);}
#banner .swiper-button-prev,#banner .swiper-button-next{left: 0;width: 50px;height: 50px;margin-top: -25px;background-size: 20px 20px;background-color: rgba(255,255,255,.2);border-radius: 50%;border: 1px solid #fff;opacity: 0;transition: all .5s;}
#banner .swiper-button-next{left: auto;right: 0;}
#banner:hover .swiper-button-prev,#banner:hover .swiper-button-next{left: 6%;opacity: 1;}
#banner:hover .swiper-button-next{left: auto;right: 6%;}
#banner:hover .swiper-button-prev:hover,#banner .swiper-button-next:hover{background-color: var(--color);border-color: var(--color);}
/*搜索栏*/
.search{padding: 20px 0;background:#fff;}
.search .notice{width: 45%;display: flex;justify-content: space-between;line-height: 35px;}
.search .notice span{color: #fff;line-height: 25px;padding: 0 12px;margin: 5px 0;border-radius: 50px;background: var(--color);}
.search .notice .swiper-container{width: 85%;height: 35px;margin: 0;padding-right: 15%;}
.search .notice a{color: #666;width: 100%;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.search .notice a:hover{color: var(--color);}
.search .notice .swiper-button-prev,.search .notice .swiper-button-next{right: 0;width: 24px;height: 24px;margin-top: -12px;background-size: 8px;background-color: rgba(0,0,0,.1);transition: all .5s;outline: none;}
.search .notice .swiper-button-prev{left: auto;right: 30px;}
.search .notice .swiper-button-prev:hover,.search .notice .swiper-button-next:hover{background-color: var(--color);}
.search .sou{position: relative;width: 300px;overflow: hidden;}
.search .sou .ipt1{width: 250px;height: 35px;font-size: 14px;color: #666;line-height: 38px;padding: 0 10px;border-radius: 50px 0 0 50px;border: 1px solid var(--color);border-right: 0;outline: none;}
.search .sou .ipt2{position: absolute;top: 0;right: 0;display: block;width: 50px;height: 35px;border-radius: 0 50px 50px 0;float: right;outline: none;cursor: pointer;background: var(--color) url(../images/sou.png) no-repeat center;}
/*友情链接*/
.links{line-height: 60px;overflow: hidden;background: var(--color);}
.links b{display: block;float: left;color: #fff;padding-right: 5px;}
.links p{font-size: 14px;color: #666;float: left;}
.links p a{font-size: 14px;color: #fff;padding:0 10px 0 0;}
/*网站底部*/
.footer{color: #fff;background: #222;padding-top: 45px;}
.footer>div{display: flex;flex-wrap: nowrap;justify-content: space-between;}
.footer .fnav{display: flex;flex-wrap: nowrap;flex-shrink: 0;width: 870px;}
.footer .fnav li{width: 100%;min-width: 0;border-right: 1px solid rgba(255,255,255,.1);text-align: center;}
.footer .fnav h3{font-size: 16px;font-weight: bold;padding-bottom: 10px;}
.footer .fnav h3 a{color: #fff;}
.footer .fnav p{font-size:14px;line-height: 25px;padding: 0 10px;}
.footer .fnav p a{display: block;color: #fff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.footer .fnav p a:hover{opacity: .5;}
.footer .lxwm{width: 100%;padding-left: 30px;}
.footer .lxwm h3{padding-bottom:13px;font-weight:bold;font-size:16px;}
.footer .lxwm h3 a{color: #fff;}
.footer .lxwm .tel{background: url(../images/ftel.png) no-repeat 0 center;padding-left: 65px;font-size: 16px;}
.footer .lxwm .tel strong{display: block;font-size: 28px;font-weight: normal;font-family: Impact;line-height: 1;margin-top: 5px;}
.footer .lxwm p{margin-top: 10px;}
.copyright{color: #fff;font-size: 14px;line-height: 60px;margin-top: 30px;border-top: 1px solid rgba(255,255,255,.1);}
.copyright a{color: #fff;}
.copyright a:hover{opacity: .5;}
/*******index css*******/
/*首页标题*/
.index{line-height: 22px;background:#f7f7f7;}
/*新闻中心*/
.index .inews{background-image: linear-gradient(#eaeaea, #f7f7f7);}
.index .inews>div{display: flex;padding: 25px 0;justify-content: space-between;}
.index .inews .m1{width: 800px;padding: 20px 20px 15px;background: #fff;border-radius: 5px;}
.index .inews .m1 .tit{display: flex;font-size: 30px;line-height: 35px;padding-left: 45px;background: url(../images/main03.png) no-repeat left center;font-weight: bold;letter-spacing: 3px;justify-content: space-between;}
.index .inews .m1 .tit font{color: var(--color);}
.index .inews .m1 .tit a{color: #666;font-size: 14px;font-weight: normal;letter-spacing: 0;}
.index .inews .m1 .hot{float: left;width: 370px;margin-top: 30px;overflow: hidden;}
.index .inews .m1 .hot .img{width: 100%;height: 275px;}
.index .inews .m1 .hot .img img{display: block;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.index .inews .m1 .hot h3{font-size: 1.17em;font-weight: bold;margin: 20px 0;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.index .inews .m1 .hot hr{border: none; border-top:2px solid #d33636 ; width: 100px; clear: both; float: left; margin: 0px;}
.index .inews .m1 .hot a:hover .img img{/* transform: scale(1.1); */}
.index .inews .m1 .hot .swiper-button-prev,
.index .inews .m1 .hot .swiper-button-next{top: 42%;left: 0;background-color: rgba(0,0,0,.5);background-size: 20px 20px;opacity: 0;transition: all .5s;}
.index .inews .m1 .hot .swiper-button-next{left: auto;right: 0;}
.index .inews .m1 .hot:hover .swiper-button-prev,
.index .inews .m1 .hot:hover .swiper-button-next{opacity: .8;}
.index .inews .m1 ul{float: right;width: 360px;margin-top: 25px;overflow: hidden;}
.index .inews .m1 ul li{position: relative;padding-left: 10px;line-height: 34px;border-bottom: 1px dashed #dedede;text-overflow: ellipsis;white-space:nowrap;overflow: hidden;}
.index .inews .m1 ul li:last-child{border-bottom: 0;}
.index .inews .m1 ul li:before{content:" ";position: absolute;top: 50%;left: 0;margin-top: -2px;width: 4px;height: 4px;background: var(--color);border-radius: 50%;opacity: .5;}
.index .inews .m1 ul li a{/* display: block; */}
.index .inews .m2{width: 385px;}
.index .inews .m2 .n1{position: relative;padding: 15px 20px;background:#fff;height: 250px;border-radius: 5px;}
.index .inews .m2 .n1 .tt{position: relative;display: flex;padding-left: 10px;font-weight: bold;font-size: 18px;justify-content: space-between;margin-bottom: 10px;}
.index .inews .m2 .n1 .tt:before{content:" ";position: absolute;top: 50%;left: 0;margin-top: -10px;width: 5px;height: 20px;background: var(--color);border-radius: 5px;}
.index .inews .m2 .n1 .tt a{color: #666;font-size: 14px;font-weight: normal;}
.index .inews .m2 .n1 center{font-size: 20px;line-height: 10;}
.index .inews .m2 .n1 .plyr--video,.index .inews .m2 .n1 iframe{width: 100%;height: 189px;background: none;overflow: hidden;}
.index .inews .m2 .n2{background: #fff;padding: 15px 20px;height: 100%;border-radius: 5px;}
.index .inews .m2 .n2 .tt{position: relative;display: flex;padding-left: 10px;font-weight: bold;font-size: 18px;line-height: 45px;justify-content: space-between;}
.index .inews .m2 .n2 .tt:before{content:" ";position: absolute;top: 50%;left: 0;margin-top: -10px;width: 5px;height: 20px;background: var(--color);border-radius: 5px;}
.index .inews .m2 .n2 .tt a{color: #666;font-size: 14px;font-weight: normal;}
.index .inews .m2 .n2 ul{margin-top: 10px;}
.index .inews .m2 .n2 ul li{position: relative;padding-left: 10px;line-height: 35px;border-bottom: 1px dashed #dedede;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.index .inews .m2 .n2 ul li:last-child{border-bottom: 0;}
.index .inews .m2 .n2 ul li:before{content:" ";position: absolute;top: 50%;left: 0;margin-top: -2px;width: 4px;height: 4px;background: var(--color);border-radius: 50%;opacity: .5;}
/*党建新闻*/
.index .party>div{display: flex;padding: 25px 0;justify-content: space-between;}
.index .party .lt{background: #fff;width: 790px;padding: 20px;border-radius:5px;}
.index .party .lt .tt{position: relative;display: flex;padding-left: 10px;font-size: 18px;font-weight: bold;justify-content: space-between;}
.index .party .lt .tt:before{content:" ";position: absolute;top: 50%;left: 0;margin-top: -10px;width: 5px;height: 20px;background: var(--color);border-radius: 5px;}
.index .party .lt .tt a{color: #666;font-size: 14px;font-weight: normal;}
.index .party .lt .hot{margin-top: 25px;}
.index .party .lt .hot a{display: flex;justify-content: space-between;}
.index .party .lt .hot .img{margin-right: 30px;width: 300px;height: 180px;flex-shrink: 0;}
.index .party .lt .hot .img img{display: block;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.index .party .lt .hot .txt{position: relative;line-height: 25px;overflow: hidden;}
.index .party .lt .hot .txt h3{font-size: 1.17em;font-weight: bold;margin: 0px 0 10px 0;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.index .party .lt .hot .txt p{color: #595959;text-align: justify;}
.index .party .lt .hot .txt span{position: absolute;right: 0;bottom: 0;display: inline-block;color: var(--color);line-height: 30px;padding: 0 15px;border: 1px solid var(--color);transition: all .5s;}
.index .party .lt .hot a:hover .img img{transform: scale(1.1);}
.index .party .lt .hot .txt span:hover{color: #fff;background: var(--color);}
.index .party .lt ul{margin-top: 20px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index .party .lt ul li{position: relative;width: 47%;line-height: 29px;border-bottom: 1px dashed #dedede;text-overflow: ellipsis;white-space: nowrap;padding-left: 10px;overflow: hidden;}
.index .party .lt ul li:before{content:" ";position: absolute;top: 50%;left: 0;margin-top: -2px;width: 4px;height: 4px;background: var(--color);border-radius: 50%;opacity: .5;}
.index .party .rt{border-radius: 5px;width: 390px;background: #fff;}
.index .party .rt .tt{position: relative;display: flex;margin: 20px 20px 0 20px;padding-left: 10px;font-size: 18px;font-weight: bold;justify-content: space-between;}
.index .party .rt .tt:before{content:" ";position: absolute;top: 50%;left: 0;margin-top: -10px;width: 5px;height: 20px;background: var(--color);border-radius: 5px;}
.index .party .rt .tt a{color: #666;font-size: 14px;font-weight: normal;}
.index .party .rt ul{margin-top: 10px;padding: 0 20px;height: 90px;overflow: hidden;}
.index .party .rt ul li{position: relative;padding-left: 10px;line-height: 29px;border-bottom: 1px dashed #dedede;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.index .party .rt ul li:before{content:" ";position: absolute;top: 50%;left: 0;margin-top: -2px;width: 4px;height: 4px;background: var(--color);border-radius: 50%;opacity: .5;}
.index .party .rt .job{margin-top: 15px;width: 100%;height: 280px;border-radius: 8px;overflow: hidden;}
.index .party .rt .job img{display: block;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.index .party .rt .job:hover img{transform: scale(1.1);}
/*首页广告图*/
.index .ad{position: relative;height: 300px;overflow: hidden;}
.index .ad img{position: relative;top: 50%;left: 50%;max-width: 1920px;transform: translate(-50%,-50%);display: block;}
/*业务中心*/
.index .business>div{padding: 75px 0;}
.index .business .title{position: relative;text-align: center;}
.index .business .title span{position: relative;display: block;height: 50px;color: var(--color);font-size: 34px;line-height: 50px;}
.index .business .title span:before,.index .business .title span:after{content:" ";position: absolute;top: 50%;margin-top: -1px;left: 0;width: 492px;height: 1px;background: #d6d6d6;}
.index .business .title span:after{left: auto;right: 0;}
.index .business .title span h3{position: absolute;left: 50%;margin-left: -108px;width: 216px;height: 100%;font-weight: bold;line-height: 42px;}
.index .business .title span h3:before,.index .business .title span h3:after{content:" ";position: absolute;top: 50%;margin-top: -5px;left: 0;width: 10px;height: 10px;border: 2px solid var(--color);border-radius: 50%;}
.index .business .title span h3:after{left: auto;right: 0;}
.index .business .title p{color: #666;font-size: 22px;}
.index .business .list{display: flex;flex-wrap: nowrap;margin-top: 30px;}
.index .business .list li{width: 280px;margin-right: 27px;flex-shrink: 0;}
.index .business .list li:last-child{margin-right: 0;}
.index .business .list li a{display: block;}
.index .business .list li .img{width: 100%;height: 370px;}
.index .business .list li .img img{width: 100%;height: 100%;display: block;object-fit: cover;transition: all .5s;}
.index .business .list li h3{color: #666;font-size: 20px;line-height: 50px;text-align: center;padding: 0 10px;transition: all .5s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index .business .list li:hover a{box-shadow: 1px 2px 10px rgb(0 0 0 / 20%);}
.index .business .list li:hover img{transform: scale(1.1);}
.index .business .list li:hover h3{color:var(--color);}
/*******内页样式********/
.nybanner{position: relative;width: 100%;height: 350px;overflow: hidden;background-position: center;background-repeat: no-repeat;}
.nybanner>div{position: relative;height: 100%;}
.nybanner .title{position: absolute;top: 50%;transform: translateY(-50%);text-shadow: 0 0 1px rgb(255 255 255);}
.nybanner .title h3{color: var(--color);font-size: 33px;line-height: 40px;font-weight: bold;}
.nybanner .title span{color:#fff;font-size: 20px;line-height: 36px;display: block;text-transform: capitalize;text-shadow: 0 0 3px rgb(0 0 0 / 50%);}
.submian{padding: 20px 0;}
/*当前位置*/
.sobtitle{line-height: 46px;color: #333;border-bottom: 1px dashed #dcdcdc;margin-bottom: 20px;}
.sobtitle b{border-left: 10px solid #393939;font-weight: normal;padding-left: 8px;}
.sobtitle a{color: #333;}
.sobtitle a:hover{color: var(--color);}
.sobtitle span{font-family: '宋体';padding: 0 5px;}
.submian .pro-tit{height: 50px;font-size: 24px;font-weight: normal;line-height: 50px;border-bottom: 1px solid #ebebeb;margin-bottom: 15px;}
.submian .pro-tit span{display: inline-block;height: 50px;border-bottom: 1px solid var(--color);}
/*单页分类*/
.submian .menu{background: #f4f4f4;margin-bottom: 20px;}
.submian .menu ul{display: flex;flex-wrap: nowrap;}
.submian .menu li{position: relative;width: 100%;height: 55px;font-size: 18px;line-height: 55px;text-align: center;float: left;border-right: 1px solid #fff;box-sizing: border-box;background: #f4f4f4;cursor: pointer;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.submian .menu li:last-child{border: 0;}
.submian .menu li a{display: block;color: #444;}
.submian .menu li a:after{content: " ";border-style: solid dashed dashed dashed;border-color: transparent;border-bottom-color: #f4f4f4;border-width: 10px 10px 10px 10px;width: 0;height: 0;position: absolute;left: 50%;margin-left: -10px;bottom: 0;transition: all .5s;}
.submian .menu li a.on,.submian .menu li a:hover{background: var(--color);color: #fff;}
.submian .menu li a.on:after,.submian .menu li a:hover:after{border-bottom-color: #fff;}
/*内页左侧*/
.submian .subleft{width: 240px;}
.submian .subleft .title{height: 80px;background: var(--color);}
.submian .subleft .title h2{height: 75px;font-size: 24px;font-weight: normal;line-height: 75px;color: #fff;border-bottom: 1px solid #fff;text-align: center;}
/*栏目分页*/
.submian .subleft .lefta{margin-bottom: 20px;}
.submian .subleft .lefta .comt ul li span{display: block;height: 50px;line-height: 50px;background: url(../images/jia.png) no-repeat right center #ececeb;margin-bottom: 2px;overflow: hidden;transition: all .5s;}
.submian .subleft .lefta .comt ul li a{display: block;height: 50px;font-size: 18px;font-weight: normal;margin-right: 40px;margin-left: 38px;color: #666;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.submian .subleft .lefta .comt ul li.cur span, .submian .subleft .lefta .comt ul li:hover span{background: url(../images/jian.png) no-repeat right center var(--color);}
.submian .subleft .lefta .comt ul li.cur a,.submian .subleft .lefta .comt ul li:hover a{color: #fff;}
.submian .subleft .lefta .comt ul li .boxlist{display: none;padding: 1px 0 2px;}
.submian .subleft .lefta .comt ul li .boxlist li{height: 50px;font-size: 16px;line-height: 50px;padding-left: 54px;padding-right: 40px;margin-bottom: 1px;background: #ececec;position: relative;overflow: hidden;}
.submian .subleft .lefta .comt ul li .boxlist li:after{content: "";width: 8px;height: 8px;border: 2px solid #b8b8b8;border-style: solid solid none none;position: absolute;top: 50%;right: 32px;margin-top: -4px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);transition: all .5s;}
.submian .subleft .lefta .comt ul li .boxlist li.cur:after,.submian .subleft .lefta .comt ul li .boxlist li:hover:after{border-color:var(--color);}
.submian .subleft .lefta .comt ul li .boxlist li a{display: block;font-size: 16px;margin: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #666;}
.submian .subleft .lefta .comt ul li .boxlist li.cur a,.submian .subleft .lefta .comt ul li .boxlist li:hover a{color: var(--color);}
.submian .subleft .lefta .comt ul li.cur .boxlist{display: block;}
/*联系我们*/
.submian .subleft .contact{background: var(--color);text-align: center;color: #fff;margin-bottom: 20px;}
.submian .subleft .contact .img{position: relative;width: 100%;height: 170px;}
.submian .subleft .contact .img:after{content:" ";position: absolute;left: 0;bottom: 0;width: 100%;height: 50%;background: linear-gradient(360deg, var(--color) 0%, transparent 100%);}
.submian .subleft .contact .img img{width: 100%;display: block;}
.submian .subleft .contact p{padding-top: 15px;}
.submian .subleft .contact p img{vertical-align: middle;margin-right: 5px;}
.submian .subleft .contact b{display: block;font-size: 28px;font-weight: bold;font-family: Arial;padding-bottom: 20px;padding-top: 10px;}
/*内页右侧*/
.submian .subright{width: 930px;}
/*默认单页*/
.submian .Aboutpage{color: #666;font-size: 14px;line-height: 28px;text-align: justify;min-height: 600px;}
.submian .Aboutpage img{max-width: 100%;}
.submian .Aboutpage .t{padding: 0 0 25px;color: var(--color);font-size: 18px;}
/*联系我们*/
.submian .contact .in_title{color: #333;text-align: center;font-size: 40px;line-height: 42px;margin: 40px 0;}
.submian .contact .in_title b{color: var(--color);}
.submian .contact .in_title p{margin: 0;font-size: 0;}
.submian .contact .in_title span{display: inline-block;vertical-align: middle;position: relative;font-size: 20px;padding: 0 20px;}
.submian .contact .in_title span:before,.submian .contact .in_title span:after{position: absolute;top: 50%;content: '';width: 40px;height: 2px;background-color: var(--color);margin-top: -1px;}
.submian .contact .in_title span:before{right: 100%;}
.submian .contact .in_title span:after{left: 100%;}
.submian .contact .lianxi li{float: left;border: 1px solid #eee;width: 285px;height: 180px;text-align: center;margin-right: 20px;color: #666;margin-bottom: 30px;line-height: 160%;padding: 0 10px;background: #f5f5f5;}
.submian .contact .lianxi li.last{float: right;margin-right: 0px}
.submian .contact .lianxi li img{margin-top: 20px;width: 46px;background: var(--color);border-radius: 50%;}
.submian .contact .lianxi li i{display: block;font-size: 14px;color: #333;padding-bottom: 8px;font-style: normal;padding-top: 10px;}
.submian .contact .lianxi li span{display: block;color: #333;font-size: 18px;}
.submian .contact .lianxi li.last span{font-size: 15px;}
.submian .contact iframe{width: 100%;height: 450px;border: 1px solid #ccc;}
/*文章列表*/
.Newslist .item{display: block;padding: 20px;border: 1px solid #dedede;margin-bottom: 15px;transition: all .5s;}
.Newslist .item a{display: block;}
.Newslist .item .img{position:relative;width: 200px;height: 150px;display:block;overflow: hidden;cursor: pointer;}
.Newslist .item img{display: block;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.Newslist .item a:hover img{transform: scale(1.1, 1.1);}
.Newslist .item .txt{position: relative;width: 650px;height: 150px;}
.Newslist .item .txt h3{font-size: 18px;line-height: 40px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all .5s;}
.Newslist .item .txt p{color: #797979;line-height: 24px;text-align: justify;height: 72px;overflow: hidden;}
.Newslist .item .txt .more{position: absolute;right: 0;bottom: 0;width: 90px;height: 30px;line-height: 30px;text-align: center;display: block;float: right;background: #b6b6b6;color: #fff;transition: all .5s;}
.Newslist .item:hover{border-color: var(--color);}
.Newslist .item:hover .txt h3{color:var(--color);}
.Newslist .item:hover .txt .more{background: var(--color);}
/*图片列表*/
.Piclist ul.list{width: 100%;}
.Piclist ul.list li.item{float: left;position: relative;width: 300px;margin-bottom: 15px;margin-right: 15px;border: 1px solid #dedede;transition: all .5s;}
.Piclist ul.list li.item:nth-child(3n){margin-right: 0;}
.Piclist ul.list li.item a{display: block;}
.Piclist ul.list li.item h3{width: 100%;height: 56px;color: #666;font-size: 18px;text-align: center;display: block;line-height: 56px;padding: 0 10px;transition: all .5s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.Piclist ul.list li.item .img{width: 100%;height: 224px;overflow: hidden;}
.Piclist ul.list li.item .img img{display: block;width: 100%;height: 100%;object-fit: cover;transition: all .5s;}
.Piclist ul.list li.item .btn{position: absolute;top: 50%;left: 50%;margin-top: -30px;margin-left: -30px;width: 60px;height: 60px;border-radius: 50%;background: rgba(0,0,0,.3);border: 2px solid rgba(255,255,255,.8);box-shadow: 0 0 10px rgb(0 0 0 / 50%);transition: all .5s;}
.Piclist ul.list li.item .btn:before{content: " ";position: absolute;top: 50%;left: 50%;margin-top: -15px;margin-left: -6px;width: 0;height: 0;border-top: 15px solid transparent;border-bottom: 15px solid transparent;border-left: 20px solid #fff;transition: all .5s;}
.Piclist ul.list li.item .btn:hover{background: rgba(0,0,0,.5);}
.Piclist ul.list li.item:hover{border-color: var(--color);}
.Piclist ul.list li.item:hover h3{color: var(--color);}
.Piclist ul.list li.item:hover .img img{transform: scale(1.1);}
/*单页组图*/
.Imglist .list{padding: 0;}
.Imglist .list .item{float: left;margin-bottom: 16px;margin-right: 16px;}
.Imglist .list .item:nth-child(4n){margin-right: 0;}
.Imglist .list .item a{display: block;width:100%;overflow: hidden;position: relative;background: #fff;}
.Imglist .list .item .img{position: relative;border: 1px solid #e5e5e5;padding: 10px 10px;background: #fff;}
.Imglist .list .item .img img{display: block;width: 266px;height: 200px;}
.Imglist .list .item .img .bg{position: absolute;top: 10px;width: 266px;height: 200px;background: url(../images/da.png) center no-repeat;background-color: rgba(48,75,151,.8);opacity: 0;transition: all .5s;}
.Imglist .list .item h3{width: 100%;color: #555;text-align: center;display: block;line-height: 50px;background: #f0f0f0;transition: all .5s;}
.Imglist .list .item:hover .img .bg{opacity: 1;}
/*下载列表*/
.Dowlist .list li{position: relative;display: flex;color: #444;font-size: 16px;line-height: 70px;padding: 0 10px 0 60px;border-bottom: 1px solid #e7e7e7;transition: all .5s;cursor: pointer;justify-content: space-between;}
.Dowlist .list li a{color: var(--color);font-size: 14px;padding: 5px 15px;border: 1px solid var(--color);border-radius: 5px;}
.Dowlist .list li h3{display: inline-block;width: 80%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.Dowlist .list li h3 span{color: var(--color);}
.Dowlist .list li .num{position: absolute;left: 0;top: 0;width:60px;height: 100%;text-align: center;}
.Dowlist .list li .num i{position: absolute;top: 50%;margin-top: -12px;left: 50%;margin-left: -12px;width: 24px;height: 24px;line-height: 24px;background: var(--color);border-radius:5px;z-index: 10;color: #fff;}
.Dowlist .list li:hover{padding-left:70px;background: #f9f9f9;}
.Dowlist .list li a:hover{color: #fff;background: var(--color);}
/*招聘列表*/
.Joblist{margin: 30px 0;min-height: 600px;}
.Joblist .list{font-size: 16px;text-align: center;}
.Joblist .tit{display: flex;color:#fff;line-height: 70px;background: var(--color);}
.Joblist .jt{display: flex;color: #666;line-height: 70px;border-bottom: 2px solid #c8ccd1;}
.Joblist .jt .t1{color: #333;}
.Joblist .jt a{color: var(--color);font-weight: bold;}
.Joblist .t1{width: 24%;}
.Joblist .t2{width: 23%;}
.Joblist .t3{width: 15%;}
.Joblist .t4{width: 10%;}
.Joblist .t5{width: 14%;}
.Joblist .t6{width:14%;}
/*招聘详情*/
.jcon{font-size: 16px;line-height: 35px;margin: 30px 0;min-height: 600px;}
.jcon .tit{display: flex;margin: 10px 0 20px;border-bottom: 1px solid #eaeaea;justify-content: space-between;align-items: center;}
.jcon .tit h3{color: var(--color);font-size: 18px;font-weight: bold;line-height: 48px;margin-bottom: -1px;border-bottom: 2px solid var(--color);}
.jcon .tit a{color: #fff;line-height: 40px;padding: 0 20px;background: var(--color);border-radius: 5px;}
.jcon .list{display: flex;flex-wrap: wrap;line-height: 40px;}
.jcon .list dl{width: 33.33%;display: flex;border-bottom: 1px dashed #ddd;}
.jcon .list dl dt{color: #666;width: 100px;}
.jcon .list dl dd{color: #666;}
.jcon .list dl:first-child dd{color: var(--color);font-weight: bold;}
.jcon .info{color: #666;}
/*文章详情*/
.conBox .ArticleTitle h1{font-size: 24px;text-align: center;padding: 20px 0px;font-weight: bold;}
.conBox .ArticleMessage{line-height: 30px;height: 30px;margin-bottom: 10px;text-align: center;border-bottom: 1px dashed #ccc;}
.conBox .ArticleMessage span:first-child{margin-left:0;}
.conBox .ArticleMessage span{color: #999;margin-left: 14px;font-size: 12px;}
.conBox .ArticleMessage .jiathis_style{float: left; margin-top: 5px;}
.conBox .ArticleTencont{padding: 5px 0px 20px 0px;color: #666;font-size:14px;line-height: 28px;text-align: justify;overflow: hidden;}
.conBox .ArticleTencont img{max-width: 100%;}
/*内容分页*/
.reLink{margin: 10px auto 10px;padding-top: 10px;border-top: 1px dashed #b5b5b5;}
.reLink span{display: inline-block;background-color: #a2a2a2;color: #fff;padding: 0 15px;margin-right: 10px;}
.reLink .prevLink, .reLink .nextLink{line-height: 32px;margin-bottom: 5px;color: #666;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.reLink .prevLink a, .reLink .nextLink a{height: 38px;line-height: 38px;color: #666;}
.reLink .prevLink a:hover, .reLink .nextLink a:hover{color: var(--color);}
/*留言表单*/
.formData{padding-bottom: 20px;}
.formData .t2{padding: 28px 0 48px;text-align: center;}
.formData .t2 .titb{font-size: 30px;font-weight: bold;margin-bottom: 16px;}
.formData .t2 .txt{color: #666;font-size: 14px;line-height: 24px;}
.formData .t2 .txt span{font-weight: bold;color: var(--color);}
.formData .item{position: relative;float: left;width: 380px;border: 1px solid #e5e5e5;margin-right: 30px;margin-bottom: 30px;border-radius: 5px;}
.formData .item label{position: absolute;left: 0;top: 0;z-index: 11;font-size: 18px;color: #666;line-height: 48px;text-align: center;padding-left: 15px;}
.formData .item .txt{width: 100%;color: #666;font-size: 16px;line-height: 48px;padding: 0 30px 0 70px;}
.formData .item .red{position: absolute;right: 15px;top: 0;color: red;line-height: 48px;z-index: 11;}
.formData .item.mr0{margin-right: 0;}
.formData .msg-box{position: absolute; left: 0; top: 0px;}
.formData .liuyan{width: 100%;height: 240px;margin-right: 0;}
.formData .liuyan label{text-align: right; display: block;}
.formData .liuyan textarea{width: 100%;height: 100%;line-height: 28px;padding: 10px;text-indent: 100px;color: #666;font-size: 16px;font-family: "microsoft yahei";background: none;}
.formData .bot{width: 100%;display: flex;justify-content: space-between;}
.formData .sub{width: 230px;color: #fff;font-size: 18px;line-height: 46px;text-align: center;border: 2px solid var(--color);background: var(--color);cursor: pointer;transition: all .5s;}
.formData .sub:hover{background: none;color: var(--color);}
.formData .yzm{display: flex;margin: 0;}
.formData .yzm .txt{padding-left: 80px;}
.formData .yzm div{display: flex;justify-content: center;align-items: center;padding: 0 10px;border-left: 1px solid #e5e5e5;cursor: pointer;}
/*自定义表单*/
.resume{border: 1px solid #ccc;margin: 30px 5%;padding: 20px 30px;}
.resume .tit{font-size: 30px;line-height: 1;text-align: center;border-bottom: 2px solid #eee;padding: 20px 0 30px;margin: 0 15px;margin-bottom: 30px;}
.resume .box{display: flex;flex-wrap: wrap;}
.resume .box .form-group:last-child{width: 100%;display: flex;justify-content: center;font-size: 13px;color: #454545;margin-top: 30px;padding-top: 20px;border-top: 2px solid #eee;}
.resume .box .form-group{width: 46%;margin: 0 2% .5%;position: relative;flex-wrap: nowrap;}
.resume .box .form-group.txt{width: 100%;flex-wrap: wrap;}
.resume .box .form-group  > label,.resume .box .form-group .form-ip,.resume .box .form-group .radio{font-size: 16px;}
.resume .box .form-group textarea.form-ip{min-height: 150px;}
.resume .box .form-group .btn{cursor: pointer;outline: none;width: 190px;font-size: 16px;color: #fff;line-height: 40px;margin: 0 1%;background: #ccc;border: 0;}
.resume .box .form-group .btn.btn-blue{background: var(--color);}
/*浮动客服*/
.toolbar{position: fixed;top: 50%;right: 1%;margin-top: -163px;z-index: 100;width: 80px;}
.toolbar dd{position: relative;float: left;width: 80px;height: 80px;background: var(--color);margin: 0;margin-top: 2px;border-radius: 5px;color: #fff;font-size: 14px;line-height: 21px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: var(--color);opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p{font-size: 14px;margin: 15px auto 7px;}
.toolbar dd.tel .box h3{font-size: 18px;font-weight: bold;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent transparent transparent var(--color);border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: var(--color);opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 162px;height: 162px;padding: 11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent transparent transparent var(--color);border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #333;}
.toolbar dd.tel:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}
/*播放器相关*/
:root {--plyr-color-main: var(--color);}
/*CSS3闪烁*/
.animation{;-webkit-animation:twinkling 2.1s infinite ease-in-out;animation:twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
@keyframes twinkling {0% {-webkit-transform:scale(1);}50% {-webkit-transform:scale(1.12);}100% {-webkit-transform:scale(1);}}