@keyframes swing {
    0%   {transform: rotate(0deg);}
    25%  {transform: rotate(25deg);}
    50%  {transform: rotate(0deg);}
    75%  {transform: rotate(-25deg);}
    100% {transform: rotate(0deg);}
}
  

.headline,
.news,
.banner,
xxgk-container{
    background-color: rgba(255, 255, 255, 0.6);
}


.channel-list-container .this-channel-title{
    
    border-bottom: 1px solid #e2e2e2;
}
.tab-title span{
    display: inline-block;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
}
.tab-title li{
    display:inline-block;
}
.tab-title span,
.tab-list ul,
.tab-more{
    display: none ;
}
.tab-list ul.active{
    display: block;
}
.tab-list li{
    height: 40px;
}
.tab-list li a{
    display: inline-block;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



#Main{
    
}

.headline{
    text-align: center;
    padding: 0px 0 20px 0;
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.headline .head1{
    display: block;
    line-height: 80px;
    font-size: 28px;
    font-weight: 600;
    color: #03518d;
}

.headline .head2,
.headline .head3{
    margin: 0px 10px 0px 0px;
    font-size: 20px;
    color: var(--font-gray);
    white-space: nowrap;
}

.swiper1{
    
    box-shadow: 0 0 7px 3px #eeeeee;
    padding: 5px;
}
#newsSwiper{
    width: 600px;
    height: 375px;
    overflow: hidden;
    
}
#newsSwiper .swiper-slide a {
    display: flex;
    position: relative;
}
#newsSwiper img,#newsSwiper .swiper-slide a{
    width: 100%;
    height: 100%;
}
#newsSwiper .swiper-slide p{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    display: block;
    background-color: #3b3b3b82;
    color: #fff;
    line-height: 40px;
    padding: 0 100px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#newsSwiper .prev,
#newsSwiper .next{
    opacity: 0;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 333;
}
#newsSwiper .prev{
    background: rgba(0,0,0,0.65) url(../png/czkply.png) center center no-repeat;
    background-size: 30px;
    left: 0;
}
#newsSwiper .next{
    background: rgba(0,0,0,0.65) url(../png/3yftiz.png) center center no-repeat;
    background-size: 30px;
    right: 0;
}
#newsSwiper:hover .prev,
#newsSwiper:hover .next{
    opacity: 1;
}
#newsSwiper:hover .prev{
    left: 10px;
}
#newsSwiper:hover .next{
    right: 10px;
}
#newsSwiper #buttonNext:after,
#newsSwiper #buttonPrev:after{
    color: #ffffffc2;
    background-color: #0000009e;
    padding: 5px;
    border-radius: 5px;
}



.swiper-pagination {
    position: absolute;
    left: auto;
    right: 10px;
    bottom: 10px;
}

.swiper-pagination-switch {
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    margin: 0 4px;
    opacity: 0.5;
    width: 9px;
    height: 9px;
}

.swiper-active-switch {
    background-color: #ff9d00;
    opacity: 1;
}



.news-container{
    width: 545px;
    margin: 10px;
}
.news-container .tab-title div{
    display: inline-block;
}
.news-container .tab-title{
    line-height: 40px;
    border-bottom: 2px solid #f0f0f0;
}
.news-container .tab-title div a,
.xxgk-list .tab-title div a{
    display: inline-block;
}
.news-container .tab-title div a,
.news-container .tab-title div span{
    font-size: 18px;
    font-weight: 600;
    color: var(--font-gray);
    text-align: center;
    margin: 0 20px;
}

.news-container .tab-title div.active a,
.news-container .tab-title div.active span{
    color: var(--color);
    border-bottom: 3px solid var(--color);
}

.news-container .tab-list{
    padding: 10px;
}
.news-container .tab-list li{
    line-height: 40px;
    background: url(../png/yxhixv.png) left center no-repeat;
    padding: 0 10px 0 15px;
}

.news-container .tab-list li span{
    float: right;
    font-size: 14px;
    color: #adadad;
}
.banner{
    width:100%;
    padding: 10px;
}
.banner img{
    width:100%;
}

.xxgk-container{
    margin: 20px 0 15px;
}

.xxgk-container .xxgk-list{
    width: 48%;
}

.xxgk-list .tab-title{
    line-height: 52px;
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.xxgk-list .tab-title div{
    flex: 1 1 auto;
    text-align: center;
}
.xxgk-list .tab-title div.active{
    border-bottom: 3px solid var(--color);
}

.xxgk-list .tab-title div a,
.xxgk-list .tab-title div span{
    color: var(--font-gray);
    font-weight: 600;
    font-size: 20px;
}
.xxgk-list .tab-title div.active span,
.xxgk-list .tab-title div.active a{
    position: relative;
    color: var(--color);
}


.xxgk-list .tab-list{
    padding: 10px 15px 0;
    line-height: 40px;
}
.xxgk-list .tab-list a{
    font-size: 15px;
}

.xxgk-list .tab-list span{
    float: right;
    font-size: 14px;
    color: #bfbfbf;
}
.zwfw-box{
    width: 100%;
}
.zwfw-tab .tab-list ul li * {
    line-height: 40px;
}
.zwfw-tab .this-channel-title{
    border: none;
    width: 90px;
}
.zwfw-tab .tab-title li:first-child{
    margin-bottom: 1px;
}
.zwfw-tab .tab-title span{
    display: inline-block;
    text-align: center;
    writing-mode: vertical-lr;
    line-height: 50px;
    padding: 23px 8px;
    background: #8dc5ef;
    color: #ffffff;
    
    position: relative;
    font-size: 17px;
}
.zwfw-tab .tab-title .active span{
    background: #065b9f;
    cursor: pointer;
}
.zwfw-tab .tab-title .active span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -8px;
    top: 50%;
    margin-top: -8px;
    border-left: 8px solid #065b9f;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.zwfw-tab .tab-list{
    width: 635px;
    height: 340px;
    box-sizing: border-box;
    
    position: relative;
    padding: 5px 5px 20px 20px;
}
.zwfw-tab .tab-list:after{
    content: ' ';
    position: absolute;
    height: 100%;
    width: 20%;
    right: 0;
    top: 0;
    border: 2px solid #74acd6;
    border-left: none;
    
    z-index: -99;
}
.zwfw-tab .tab-list:before{
    content: ' ';
    position: absolute;
    height: 100%;
    width: 80%;
    left: 0px;
    top: 0px;
    border: 1px solid #dcdcdc;
    border-right: none;
    z-index: -99;
}

.zwfw-tab .tab-list li{
    display: inline-block;
    width: 185px;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    margin: 15px 12px 0 0;
}
.zwfw-tab .tab-list li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 20px;
}
.zwfw-tab .tab-list li a i{
    display: block;
    margin: 10px 0 0 0;
}
.zwfw-tab .tab-list li a i:before{
    font-size: 30px;
}
.zwfw-tab .tab-list li:hover{
    background: #74acd6;
}
.zwfw-tab .tab-list li:hover a,
.zwfw-tab .tab-list li:hover a i:before{
    color: #fff;
}

.xxgk-btns{
    width: 425px;
    height: 340px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.xxgk-btns .xxgk-btn{
    width: 46%;
    background: #f2f8fe;
    border-left: 6px solid #6f9cdf;
    line-height: 65px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px;
    box-shadow: 1px 5px 7px 0px #d0d0d0;
    box-sizing: border-box;
}
.xxgk-btns .xxgk-btn.pingtai{
    width: 100%;
    margin: 0;
    line-height: 80px;
    border: 0;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    background: url(../png/2peqst.png) center center no-repeat;
    background-size: 100%;
}


.import-title{
    height: 80px;
    background: url(../png/pswmxe.png) center center no-repeat;
    background-size: 80%;
    margin: 40px 0 15px 0;
    text-align: center;
    padding-top: 25px;
}
.import-title .title{
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: var(--font-gray);
    letter-spacing: 3px;
}
.import-title .subtitle{
    color: #cbcbcb;
    font-size: 12px;
    line-height: 25px;
}
.import{
    padding: 20px 0;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.import a{
    display: block;
}

.import a i{
    display: inline-block;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #9ec1de;
    padding: 16px;
}
.import a:nth-child(2n) i{
	background-color: #9ed4de;
}
.import a i img{
    width: 100%;
}

.import a b{
    display: block;
    line-height: 20px;
    vertical-align: top;
    padding: 13px 0 13px 5px;
    text-align: center;
    font-size: 15px;
}
.hudong{
	display: flex;
	justify-content: space-between;
}
.hudong li a{
    display: inline-block;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hudong li{
    height: 40px;
}
.hudong .hudong-pic{
    width: 300px;
    height: 210px;
    box-shadow: 0px 5px 27px -10px #b5b5b5;
}
.hudong .hudong-pic .title{
    height: 70px;
    
    background: #2386d3 url(../png/fdnq35.png) right center no-repeat;
    background-size: 100%;
    padding: 0 20px;
}
.hudong .hudong-pic .title a{
    color: #fff;
    font-size: 20px;
    line-height: 70px;

}
.hudong .hudong-pic .btns{
    height: 150px;
    background: #ecf6ff;
}
.hudong .hudong-pic .btns a{
    display: inline-block;
    width: 147px;
    height: 74px;
    text-align: center;
    line-height: 74px;
}
.hudong .hudong-pic .btns a:first-child{
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.hudong .hudong-pic .btns a:nth-child(2){
    border-bottom: 1px solid #fff;
}
.hudong .hudong-pic .btns a:nth-child(3){
    border-right: 1px solid #fff;
}
.hudong .hudong-pic .title a img,
.hudong .hudong-pic .btns a img{
    width: 30px;
}

.hudong .hudong-pic .title a i,
.hudong .hudong-pic .btns a i{
    vertical-align: sub;
    margin-right: 10px;
}

.hudong .hudong-pic .btns a:hover{
    background: #fff;
}
.hudong .hudong-pic .btns a:hover img,
.import a:hover i img{
    animation-name: swing;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.hudong .mail-list,
.hudong .advice-list{
    width: 425px;
    margin-left: 20px;
    border: 1px solid #e0e0e0;
}
.hudong .mail-list .title,
.hudong .advice-list .title{
    border-bottom: 1px solid #e0e0e0;
}
.hudong .mail-list .title a,
.hudong .advice-list .title a{
    line-height: 55px;
    display: block;
	padding-left: 20px;
	border-bottom: 1px solid var(--color);
	width: 125px;
	color: var(--color);
	font-weight: 600;
	font-size: 20px;
}
.hudong .mail-list ul,
.hudong .advice-list ul{
	padding: 0 15px;
}
.hudong .mail-list ul li,
.hudong .advice-list ul li{
	line-height: 40px;
}
.hudong .mail-list ul li span,
.hudong .advice-list ul li span{
	float: right;
	font-size: 14px;
	color: #bfbfbf;
}
.hudong .mail-list ul li a,
.hudong .advice-list ul li a{
	font-size: 15px;
}
.hudong .mail-list ul li em{
	color: var(--color);
	border: 1px solid var(--color);
	position: relative;
	font-size: 12px;
	padding: 0 2px;
	margin-right: 4px;
    vertical-align: top;
}
.hudong .mail-list ul li em:before{
	content: '';
	width: 0;
	height: 0;
	border-color: #fff transparent;
	border-width: 0px 4px 4px 0px;
	border-style: solid;
	position: absolute;
	right: -3px;
	bottom: 0px;
	z-index: 3;
}
.hudong .mail-list ul li em:after{
	content: '';
	width: 0;
	height: 0;
	border-color: var(--color) transparent;
	border-width: 0px 5px 5px 0px;
	border-style: solid;
	position: absolute;
	right: -5px;
	bottom: -1px;
}

.ztzl-container{
	background: #f3f3f3;
	margin-top: 20px;
	padding: 40px 0;
}
.ztzl-container .title{
	text-align: center;
}
.ztzl-container .title h2{
	display: inline-block;
	margin: 0 auto;
	position: relative;
	margin-bottom: 35px;
	font-size: 25px;
	color: var(--font-gray);
}
.ztzl-container .title h2:before,
.ztzl-container .title h2:after{
	position: absolute;
	top: 10px;
	content: "";
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid var(--color);
}
.ztzl-container .title h2:before{
	left: -30px;
}
.ztzl-container .title h2:after{
	left: 115px;
}
#ztzlSwiper{
	overflow: hidden;
    height: 170px;
}

#ztzlSwiper .swiper-slide a{
	display: block;
	padding: 0 10px ;
}
#ztzlSwiper .swiper-slide a img{
	width: 220px;
	height: 120px;
}
#ztzlSwiper .swiper-pagination-switch{
	border-radius: 0;
    background-color: #929292;
}
#ztzlSwiper .swiper-pagination{
    width: 100%;
    text-align: center;
}
#ztzlSwiper .swiper-pagination-switch.swiper-active-switch{
    width: 25px;
    border-radius: 0;
    background: var(--color);
}


.xxgk-container .xxgk-pic .xxgk,
.xxgk-container .xxgk-pic .bsfw,
.xxgk-container .xxgk-pic .xxgk .btns,
.xxgk-container .xxgk-pic .xxgk .zcwj{
    transition: all .5s;
}

#newsSwiper .prev,
#newsSwiper .next,
#ztzlSwiper .swiper-pagination-switch,
.news-container .tab-list li,
.xxgk-list .tab-list li,
.xxgk-container .xxgk-pic .xxgk .zcwj .tab-list li,
.hudong .mail-list ul li,
.hudong .advice-list ul li{
    transition: all .2s;
}

.news-container .tab-list li:hover,
.xxgk-list .tab-list li:hover,
.xxgk-container .xxgk-pic .xxgk .zcwj .tab-list li:hover,
.hudong .mail-list ul li:hover,
.hudong .advice-list ul li:hover{
    padding-left: 5px;
    box-shadow: 0 0 11px -2px #cbcbcb;
}
.news-container .tab-list li:hover{
    padding-left: 20px;
}



#toolbarOldman{display: block!important;}
.oldModel .pc-display{display: none;}
.oldModel .headline .head1{font-size: 60px!important;line-height: 90px;margin: 20px 0;}
.oldModel .headline .head2{font-size: 36px}
.oldModel .headline .head3{display: none;}
.oldModel .swiper1,
.oldModel #newsSwiper{width: 100%;height: 580px;}
.oldModel #newsSwiper .swiper-slide p{line-height: 60px;}
.oldModel .swiper-pagination{bottom: 15px;}
.oldModel .swiper-pagination-switch{width: 15px; height:15px;}
.oldModel .news-container{width: 100%;margin: 20px 0;}
.oldModel .news-container .tab-title div a,
.oldModel .news-container .tab-title div span{margin: 0;padding: 10px 20px;}
.oldModel .tab-list li{height: 60px;line-height: 60px;}
.oldModel .news-container .tab-list li{line-height: 60px;}
.oldModel .xxgk-container .xxgk-list{width: 100%;margin-bottom: 30px;}
.oldModel .xxgk-list .tab-title div{padding: 10px;}
.oldModel .zwfw-tab,
.oldModel .import-title,
.oldModel .import,
.oldModel .hudong .hudong-pic{display: none;}
.oldModel .xxgk-btns{width: 100%;height: auto;margin-bottom: 30px;}
.oldModel .xxgk-btns .xxgk-btn{width: 30%;}
.oldModel .xxgk-btns .xxgk-btn.pingtai{width: 100%}
.oldModel .hudong{display: block;}
.oldModel .hudong .mail-list,
.oldModel .hudong .advice-list{width: 100%; margin-left: 0;margin-bottom: 25px;}
.oldModel .hudong .mail-list .title a,
.oldModel .hudong .advice-list .title a{line-height: 70px;width: 230px;}
.oldModel .hudong li{height: 60px;}
.oldModel .hudong li a{width: 75%;}
.oldModel .hudong .mail-list ul,
.oldModel .hudong .advice-list ul{padding: 15px;}
.oldModel .hudong .mail-list ul li,
.oldModel .hudong .advice-list ul li{line-height: 60px;}
.oldModel .ztzl-container .title h2:after{left: 145px;}
.oldModel .friend-link select{height: 45px;}