html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6,p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output,textarea, ruby, section, summary,
time, mark, audio, video,input,button{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	/* font-family: Helvetica,"Hiragino Sans GB","Heiti SC","Microsoft Yahei","WenQuanYi Micro Hei",sans-serif; */
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
input:focus,textarea:focus{
	outline: none;
}
body {
	background: #F3F5F9;
}
a{
	text-decoration: none;
	cursor: pointer;
}
html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
ol, ul {
	list-style: none;
}
b,i,em{font-weight: normal;font-style: normal;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.f-r{
	float: right;
}
.f-l{

}

.container {width: 1200px;display: block;margin: 0 auto;}
/*header*/

.header{height: 150px;position: fixed;top: 0;width: 100%;z-index: 111111;}
.header .header_top{
  height: 90px;
  /* background-image: url(/Templates/default/images/topbg.png); */
  background-repeat: no-repeat;
  background-size: 1920px 92px;
  background-position: 50% 40px;
  background: #fff;
}
.header .header_top .logo{display: inline-block;vertical-align: middle;height: 90px;text-align: center;line-height: 90px;}
.header .header_top .logo img{height: 55px;position: relative;display: inline-block;vertical-align: middle;top: -2px;cursor:pointer;}
.header .header_top .search {float:right;margin-top: 20px;position: relative;}
.header .header_top .search .sc-text{display: inline-block;vertical-align: middle;height: 38px;line-height: 38px;font-size: 14px;width: 275px;text-indent: 50px;outline: none;transition: .3s;border: none;background: transparent;}
.header .header_top .search i{
    position:absolute;
    left: 12px;
    top: 6px;
    font-size: 24px;
    color: #0d58a9;
}
.header .header_top .search p.keyword{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: 2px solid #0d58a9;
    border-radius: 4px;
    overflow: hidden;
    width: 310px;
    top:1px;
    /* padding: 2px; */
}
.header .header_top .search p.keyword span{font-weight: bold;cursor:pointer;display: block;position: absolute;right: -1px;top: 0;color: #fff;background: #0d58a9;line-height: 37px;border-radius: 0;font-size: 15px;text-align: center;line-height: 38px;width: 72px;}
/*.header .header_top .search p.keyword span:hover,*/
/*.header .header_top .search label:hover{*/
/*  opacity:.85;*/
/*}*/
/*.header .header_top .search label{*/
/*    background: #E71619;*/
/*    border-radius: 4px;*/
/*    margin-left: 5px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    padding: 0 20px;*/
/*    cursor:pointer;*/
/*    line-height: 45px;*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*}*/
.header .header_top .search .number{
    height: 45px;
    color: #999;
    top: 14px;
    text-align: right;
    /* margin-left: 20px; */
    display: inline-block;
    margin-left: 20px;
    line-height: 45px;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
    
}
.header .header_top .search .number  i{display: inline-block;font-size: 33px;vertical-align: middle;}

.header .header_top .search .number  a{font-weight: normal;/* margin-left: 6px; */display: inline-block;vertical-align: middle;color: #848484;font-size: 15px;padding: 0 10px;/* font-weight: bold; */}
.header .header_top .search .number  a:hover{
	color:#00379e;
}
 .logout_p {
            position: absolute;
            top: 50px;
            background: #fff;
            padding: 5px 10px 0;
            width: 100px;
            border: 1px solid transparent;
            right: -48px;
            border-radius: 5px;
            display: none;
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .1);
            z-index: 111111;
        }

            .logout_p label {
                display: block;
                font-size: 13px;
                text-align: center;
                margin-bottom: 5px;
                cursor: pointer;
                line-height: 32px;
                border-radius: 5px;
            }

                .logout_p label:hover {
                    background: #eff6ff;
                    color: rgb(15 57 154 / var(--tw-text-opacity, 1));
                }
.navbar {line-height: 50px;background: #00379E;font-size: 16px;border-radius: 0;height: 50px;padding: 5px 0;position: relative;z-index: 1111;}
.navbar .nav a {color: #fff;font-size: 17px;display: block;}
.navbar .nav > li {text-align: center;width: 14.2%;display: inline-block;vertical-align: middle;height: 50px;cursor: pointer;}

.navbar .nav a:hover{ background: #fff;color: #00379e; font-weight: bold;}
.navbar .nav {/* font-size: 0; */display: flex;gap: 10px;}
.navbar .nav li .second_nav{display: none;background: #00379e;padding-top: 5px;}
.navbar .nav li:hover ul.second_nav{display: block;}
.navbar .nav > li.active > a{color: #00379e;background: #fff;font-weight: bold;}
.navbar .nav > li .second_nav a{
	line-height:42px;
	font-size: 15px;
}
.navbar .nav li:hover ul.second_nav a:hover{
	background:#032C78;color:#fff;
	font-weight:normal;
}
.swiper0 {width: 100%;height: 100%;background: #f9f9f9;}
.swiper0 .swiper-button-next:after,
.swiper0 .swiper-button-prev:after {font-size: 18px;}
.swiper0 .swiper-button-next,
.swiper0 .swiper-button-prev {color: #fff;}

.swiper0 .swiper-button-next:hover,
.swiper0 .swiper-button-prev:hover {color: #fff;background: #00D7E1;}
.swiper0 .swiper-button-next {right: 0;border-top-left-radius: 4px;border-bottom-left-radius: 5px;}
.swiper0 .swiper-button-prev {left: 0;border-top-right-radius: 4px;border-bottom-right-radius: 5px;}
.swiper0 .swiper-slide p {position: absolute;bottom: 0;left: 18px;color: #fff;line-height: 44px;}
.swiper0 .swiper-slide p span {width: 450px;}
.swiper0 .swiper-slide {text-align: center;font-size: 18px;/* background: #fff; */padding-bottom: 10px;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}

.swiper0 .swiper-slide {background: transparents;display: block;}
.swiper0 .swiper-pagination {text-align: right;left: inherit !important;right: 20px !important;top: 291px;width: 99px !important;height: 24px !important;}
.swiper0 .swiper-slide a {display: block;width: 100%;height: 100%;overflow: hidden;height: 280px;}
.swiper0 .swiper-slide a:hover img {transform: scale(1.05);}
.swiper0 .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;transition: all .2s linear;/* border-radius: 5px; */}
.swiper0 .swiper-slide span{
    text-align: left;
    display: block;
    padding: 0 15px 10px;
    cursor:pointer;
}
.swiper0 .swiper-slide:hover span{
    color:#00379E;
}
.swiper0 .swiper-slide em{
    display: block;
    text-align: left;
    padding: 10px 15px 8px;
    color: #00379E;
    font-weight: bold;
}

.swiper0 .swiper-pagination-bullet {background: #fff;opacity: 1;height: 24px;width: 24px;font-size: 14px;text-align: center;color: #015293;line-height: 24px;border-radius: 0;margin: 0 !important;}
.swiper0 .swiper-pagination-bullet-active {background: #015293;/* width: 28px; *//* font-size: 22px; */color: #fff;}
.viewBox{font-size:0;padding:30px 0;}

.banner{
    background: #0040d0;
    padding: 45px 0;
}
.banner h1{
    color: #fff;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
}
.banner a{
    display: block;
    width: 160px;
    margin: 0 auto;
    background: #a4c7fd;
    color: #054793;
    border-radius: 4px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 38px;
    font-weight: 550;
    height: 40px;
    font-size: 17px;
    margin-top: 22px;
    /* letter-spacing: 1px; */
}
.banner a:hover{
	opacity:.85;
}
.newsLeft{width: 50%;display: inline-block;vertical-align: top;position:relative;box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);border-radius: 5px;overflow: hidden;width: calc(80% - 60px);display: inline-block;vertical-align: top;border-radius: 5px;box-shadow: 0px 0px 9px 0px rgba(255,255,255, .1);padding: 20px 20px 24px;/* margin-left: 20px; */background: #fff;}

.newsLeft h4{font-size: 19px;padding-bottom: 8px;color: #000000;position: relative;line-height: 44px;}
.newsLeft a{cursor: pointer;line-height: 41px;display: block;padding: 0 90px 0 0px;position: relative;}
.newsLeft h4 a{
	position:absolute;
	right:0;
	top: 0;
	color: #666666;
	right: 0;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
}
.newsLeft h4 a:hover{
	color:#015293;
}

.newsLeft .new_info a i{position: absolute;right: 0;top: 0;color: #333333;font-size: 15px;}
.newsLeft .new_info a{
    cursor: pointer;
    line-height: 42px;
    display: block;
    padding: 0 90px 0 0px;
    position: relative;
    }
.newsLeft .new_info a span{position:relative;/* padding-left:20px; */color: #333333;font-size: 16px;display: block;vertical-align: middle;letter-spacing: 1px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.newsLeft .new_info a:hover span{color:#015293;}
.newsLeft li{
    width: calc(50% - 10px);
}
.newsLeft ul{
    display: flex;
    gap: 20px;
    margin:10px 0 20px 0;
}
.newsLeft .new_info li a{
    display: block;
	padding:0;
	
}
.newsLeft .new_info li a i{
	position:static;
	display:block;
	line-height: 32px;
	color: #999999;
	margin-top: 10px;
}
.newsLeft .new_info li a span{
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	height: 44px;
	color: #333333;
}
.newsLeft li a label{
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    height:221px;
    margin-bottom: 10px;
}
.newsLeft li a img{
	width:100%;
    transition: all .3s linear;
}
.newsLeft li:hover a img{
	transform:scale(1.1);
}

.newsRight{width: calc(50% - 80px);display: inline-block;vertical-align: top;border-radius:5px;box-shadow: 0px 0px 9px 0px rgba(255,255,255, .1);padding: 20px 30px 0px;/* margin-left: 20px; */background: #fff;}
.newsRight h4{font-size: 19px;/* color: #015293; */padding-bottom: 8px;position: relative;line-height: 44px;}
.newsRight .new_info a{
	    
}
.newsRight .new_info a i{
			   display:inline-block;
			   color: #6b6a6a;
			   font-size: 44px;
			   /* transform:rotate(-90deg); */
}

.newsRight .new_info p:hover span{
	color:#00379E;
}
.newsRight h4 a{
	position:absolute;
	right??0;
	top: 0;
	color: #666;
	right: 0;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
}
.newsRight h4 a:hover{
	color:#015293;
}
.newsRight a:hover,.newsRight b:hover{color: #ff4f53;}
.newsRight b{font-size: 20px;}
.newsRight em{/* position: absolute; *//* right: 0; *//* top: 0; */color: #00379E;font-size: 16px;display: block;font-weight: bold;/* margin-top: 40px; */}
.newsRight p:first-child{
	border:none;
	padding-top: 0;
}
.newsRight p{font-size: 16px;color: #666666;line-height: 30px;border-top: 1px solid #d3d3d5;padding: 7px 0 13px;}
.newsRight span{position:relative;line-height: 24px;/* height: 48px; */color: #000;font-size: 16px;/* overflow: hidden; *//* display: -webkit-box; *//* -webkit-line-clamp: 2; *//* -webkit-box-orient: vertical; *//* white-space: normal; *//* text-overflow: ellipsis; */}
/* .newsRight a span:after{display:block;content:'';clear:both;width:8px;height:8px;background:#015293;border-radius:50%;position:absolute;left:3px;top:50%;margin-top:-4px;} */
.newsRight a:hover span{color:#015293;}
.dybf_bbt{font-size:0;margin-left: -15px;}
.dybf_bbt a {transition:all .2s linear;line-height: 80px;border-radius: 5px;font-size: 24px;color: #fff;width: calc(25% - 15px);display: inline-block;background: #f6b039 url(../upload/images/icon1.png) 30px center no-repeat;vertical-align: middle;margin-left: 15px;text-align: center;}
.dybf_bbt a:hover{box-shadow:0px 5px 12px 0 rgba(0,0,0,.05);transform:translateY(-4px);}
.dybf_bbt a img{vertical-align: middle;display: inline-block;padding-right: 10px;position: relative;top: 0;width: 32px;}
.dybf_bbt .sy_tsqk1{background: linear-gradient(to bottom, #5982FE, #7B9FFF);}
.dybf_bbt .sy_tsqk2{background: linear-gradient(to bottom, #FDAD58, #FDC288); }
.dybf_bbt .sy_tsqk3{background: linear-gradient(to bottom, #26C6B3, #5AD4BF); }
.dybf_bbt .sy_tsqk4{background: linear-gradient(to bottom, #3893FA, #54B2FA); }
.txnew_img{width: 100%;margin-top: 20px;}
.synewlist{font-size: 0;margin-left: -20px;}
.col-lg-4 {width: 33.33%;display: inline-block;vertical-align: middle;}
.col-lg-6 {width: 50%;display: inline-block;vertical-align: top;}

.col-lg-1{display: block;width: 100%;}
.sy_list_con {/* padding:15px; *//* background: #fff; *//* margin-bottom: 20px; *//* margin-left: 20px; margin-left: 30px; height: 335px; *//* border-radius: 5px; *//* box-shadow: 0px 0px 12px 0px rgba(0,0,0,.1); */}
.col-lg-1 .sy_list_con{
	.roll-wrap:hover .control { display: block;}
.roll-wrap { position: relative; width: 100%; height: 70px; overflow: hidden; }
.roll_row .roll__list::after { clear: both;}
.roll_row .roll__list { width: 9999px; }
.roll_row .roll__list li { float: left; display: block; margin-right: 20px; text-align: center; color: #fff; }

height: auto;
}
.hydw_box{}
.hydw_box .hydw-wrap{}
.hydw_box .hydw-wrap ul{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.hydw_box .hydw-wrap li{
    width: calc(32.2% - 1.5rem);
    background: #fff;
    text-align: center;
    padding: .75rem;
    border-radius: 6px;
}
.hydw_box .hydw-wrap li img{
    width: 100%;
}
.hydw_box .hydw-wrap li p{}
.tsqk_firt {
	width: 37%;
	display:inline-block;
	vertical-align:middle;
	margin-right: 32px;
	cursor:pointer;
}
.tsqk_firt:hover h6{
	color:#00379e;
}
.tsqk_firt  img{
	width:100%;
}
.tsqk_firt  label{
    background: #fff;
    display: block;
    margin: 0 20px;
    margin-top: -40px;
    position: relative;
    z-index: 111;
    padding: 45px 15px 22px;
    border-bottom: 5px solid #00379E;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
}
.tsqk_firt  label span{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 21px;
    font-size: 10px;
    height: 44px;
    width: 60px;
    padding: 8px 0;
    text-align: center;
    position: absolute;
    background: #004fe0;
    border-radius: 10px;
    top: -30px;
    right: 10px;
}
.tsqk_firt  label span:after{
	display:block;
	content:'';
	clear:both;
	width: 49px;
	height: 48px;
	border:1px dashed #fff;
	position: absolute;
	top: 5px;
	left: 4px;
	border-radius: 8px;
}
.tsqk_firt  label span b{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}
.tsqk_firt  label em{
    font-size: 15px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 48px;
    line-height: 24px;
    margin-top: 15px;
}
.tsqk_firt  label h6{
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 6px;
    text-overflow: ellipsis;
}
.xshdlist{
	width: 60%;
	display:inline-block;
	vertical-align:middle;
}
.xshdlist li{
    margin: 39px 0;
    font-size: 0;
}
.xshdlist li:first-child
{
	margin-top:0;
}
.xshdlist li:last-child{
	margin-bottom:0;
}
.xshdlist li a{
    display: block;
}
.xshdlist li a:hover b{color:#015293;}
.xshdlist li a b{
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 2px;
    text-overflow: ellipsis;
}
.xshdlist li a span{
    width: calc(77% - 20px);
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #333;
}
.xshdlist li a em{
    display: block;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 44px;
    line-height: 21px;
    margin-top: 19px;
}
.xshdlist li a label{
    width: 23%;
    display: inline-block;
    vertical-align: middle;
	overflow:hidden;
}
.xshdlist li a label img{
    width: 100%;
    transition: all .3s linear;
}
.xshdlist li:hover a label img{
	transform:scale(1.1);
}
.synew_list {margin-top: 20px;}
.synew_list a {color: #333;font-size: 15px;display: block;overflow: hidden;line-height: 35px;white-space: nowrap;text-overflow: ellipsis;padding-right: 70px;position: relative;}
.synew_list a:hover{color:#015293;}
.sy_bt {overflow: hidden;line-height: 20px;padding: 30px 0 24px;line-height: 44px;}
.sy_bt strong span{position: relative;z-index: 2;}
.sy_bt strong {position:relative;/* padding-left: 10px; */font-size: 20px;/* color: #015293; */float: left;}
.sy_bt strong:after{width:50px;height:20px;display:block;/* content:''; */clear:both;position:absolute;left:0;top:0;opacity:.8;z-index:1;border-radius:10px;background: linear-gradient(90deg, #C7D9ED 0%, rgba(255,255,255,0) 100%);}
.sy_bt a {float: right;color: #666;font-size: 16px;}
.sy_bt a:hover{color:#015293;}
.hyyw_list{
    display: flex;
    gap: 17px;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0px 0 15px 0;
}
.hyyw_list a{
    /* border-radius: 5px; */
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, .1);
    /* padding: 20px 20px 10px; */
    /* margin-left: 20px; */
    background: #fff;
    flex: 0 0 calc(50% - 52px);
    color: #333;
    padding: 19px 20px;
    font-size: 16px;
    position: relative;
    transition:all .2s linear;
    border: 1px solid #DEE0E2;
    line-height: 22px;
}
.hyyw_list a:hover{
	transform:translateY(-5px);
}
.hyyw_list a:hover label{color:#015293;}
.hyyw_list a label{
	display:inline-block;
	vertical-align:middle;
	width: calc(100% - 90px);
	margin-left: 20px;
	color: #333333;
}
.hyyw_list a span{
  display:inline-block;
  vertical-align:middle;
  color: #454545;
  line-height: 25px;
  font-size: 14px;
  width: 70px;
  text-align: center;
  font-style: italic;
}
.hyyw_list a span b{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #323232;
}

.kpxclist li{border-bottom: 1px solid #d9d9d9;padding: 27px 0;}
.kpxclist li:first-child{
	padding-top:0;
}
.kpxclist li:last-child{border:none;}
.kpxclist li a{
	display:block;
}
.kpxclist li a span{
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 6px;
    text-overflow: ellipsis;
}
.kpxclist li a:hover span,
.kpxclist li a:hover b{color:#015293;}
.kpxclist li a span b{
    /* display: block; */
    font-weight: bold;
    font-size: 18px;
    color: #333;
    padding-right: 20px;
}
.kpxclist li a em{
	    font-size: 14px;
	    color: #333333;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    white-space: normal;
	    height: 48px;
	    line-height: 24px;
	    margin-top: 11px;
}

.hyzx{
    /* margin-top: 20px; */
}
.hyzx a{
    display: block;
    margin-top: 20px;
}
.hyzx a img{
    width: 100%;
    height: 164px;
}
.synew_img p img{}
.logg_box { padding: 15px; border: 1px solid #eee; margin: 30px 0; }
.hydw_list {/* margin-top: 20px; */overflow: hidden;display: block;height: 100%;overflow: hidden;background: #fff;padding: 15px 0;}
.footer{/* background: #fff; */font-size: 0;}
.footer .footer_top{padding: 30px 0;border-top: 4px solid #104591;margin-top: 50px;}
.footer .footer_img{width: 213px;display: inline-block;vertical-align: middle;} 
.footer .footer_img img{display: block;display: block;width: 213px;}
.footer .footer_img p{font-size: 17px;display: block;margin-top: 20px;color: #015293;}
.footer .footer_img p i{background: url('/Templates/default/images/dh.png')no-repeat center center;background-size: cover;display: inline-block;width: 20px;vertical-align: middle;height: 20px;position: relative;top: -3px;margin-right: 4px;}
.footer .footer_info{display: inline-block;vertical-align: middle;width: 987px;font-size: 0;text-align: right;}
.footer .footer_info .footer_l{display: inline-block;vertical-align: middle;width: 752px;text-align: left;/* float: left; */margin-left: 40px;}
.footer .footer_info .footer_l label{display: block;font-size: 14px;line-height: 27px;/* padding-left: 100px; *//* margin-left: 40px; */color: #333333;}
.footer .footer_info .footer_r{display: inline-block;vertical-align: middle;font-size: 0;/* width: calc(50% - 50px); *//* margin-left: 50px; *//* float: right; */}
.footer .footer_info .footer_r p{display: inline-block;vertical-align: middle;/* margin-left: 20px; */box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);padding: 8px;cursor: pointer;}
.footer .footer_info .footer_r p img{display: block;margin: 0 auto;width: 112px;}
.footer .footer_info .footer_r p span{font-size: 12px;color: #999;text-align: center;display: block;line-height: 15px;padding-top: 6px;}
.footer .footer_info .footer_r p:hover span{
	color: #3176ad;
}



.footer .copyright{color: #857f7f;padding: 20px 0;margin-top: 10px;line-height: 22px;font-size: 14px;text-align: center;border-top: 1px solid #6464648f;}
.footer .copyright label{
    font-size: 14px;
    color: #989eaa;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
}
.footer .copyright label a{
    display: block;
    color: #989eaa;
}
.footer .rinlk p{}
.footer .rinlk p a{
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    font-size: 14px;
    position: relative;
    top: -2px;
}
.footer .rinlk p a:hover{
	color:#000;
}
.footer .copyright span{
    text-align: center;
    line-height: 40px;
    display: block;
    color: #525865;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.WebUl{
	/* width: 1200px; */
	/* margin-left: -47px; */
	height: 35px;
	padding-bottom: 22px;
	display: flex;
	margin: 0 auto;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	margin-right: 116px;
}
.WebUl .WebLi{
	/* float: left; */
	height: 36px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	background: url(/Templates/default/images/95.png) no-repeat 177px center;
	width: 33.33%;
	border:1px solid #d3e4f4;
	/* margin-left: 47px; */
	position: relative;
}
.WebUl .WebLi ul{
	width: 100%;
	border:1px solid #d3e4f4;
	border-bottom: 0;
	position: absolute;
	bottom: 34px;
	left: -1px;
	background: #fff;
	/*max-height: 180px;*/
	overflow-y: auto;
	display: none;	z-index:1111;
}
.WebUl .WebLi:hover ul{
    display:block;
}
.WebUl .WebLi ul li{
	font-size: 14px;
	text-align: center;
	color: #333;
}
.WebUl .WebLi ul li a{
	color: #333;
	display: block;
	height: 35px;
    line-height: 35px;
}
.WebUl .WebLi ul li a:hover{
	color: #0f5fb6;
}

.footer .rinlk p{line-height: 26px;/* float: right; */display: block;margin: 0  auto;/* margin-left: 40px; *//* text-align: center; */}
.footer .rinlk a{/* color: #989eaa; *//* padding-left: 40px; */}
.footer .rinlk  p a:hover{color:#333;}
.location{position: relative;padding: 15px 0 0;}
.location a{display: inline-block;vertical-align: middle;line-height: 36px;}
.location a:hover span,.location a:hover i{color: #FC5427;}
.location i{transform: rotate(-90DEG);font-size: 16px;display: inline-block;color: #666;vertical-align: middle;margin: 0 5px;}
.location a i{font-size: 24px;}
.location span{display: inline-block;vertical-align: middle;font-size: 14px;color: #333;}

.newslist{
    position: relative;
    margin-top: 20px;
}
.newslist .left{
	width: 220px;
	/* background: #fff; */
	/* padding: 20px; */
	display: inline-block;
	vertical-align: top;
	/* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1); */
	border-radius: 5px;
	position: absolute;
	top: 0;
	z-index:111;
}
.imglist ul{font-size:0;}
.imglist li{
	display:inline-block;
	vertical-align:middle;
	width:25%;
}
.imglist img{
	width: 90%;
	display: block;
	margin: 0 auto;
}
.newslist .left h5{
    font-size: 22px;
    text-align: center;
    position: relative;
    background: #00379e;
    color: #fff;
    font-weight: normal;
    padding: 20px 0;
}
.newslist .left p span.on:after{
	display: block;
	content: '';
	clear: both;
	border-left: 12px solid #fff;
	border-right: 8px solid transparent;
	position: absolute;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	right: 10px;
	top: 50%;
	border-radius: 3px;
	margin-top: -9px;
}
.newslist .left p span:hover{
	background: #022c78;
	color:#fff;
}
.newslist .left p span{
    display: block;
    line-height: 50px;
    background: #fff;
    text-align: center;
    margin-top: 10px;
    position:relative;
    color: #6e6e6e;
    font-size: 17px;
    cursor:pointer;
    /* border-radius: 5px; */
}
.newslist .left p span.on{
    background: #022c78;
    color: #fff;
}
.newslist .right{min-height: 460px;display: block;margin-left: 245px;}
.paging{ text-align:center;margin-top: 30px;}
.paging ul{display:inline-block;-webkit-transition: .3s;transition: .3s;/* border: 1px solid #E5E5E5; */}
.paging li{cursor:pointer;display: inline-block;line-height: 35px;vertical-align: middle;text-align: center;background:#fff;margin: 0 3px;border-radius: 3px;overflow: hidden;font-size: 16px;color: #73778A;padding: 0 15px;}
.paging li:hover{background:#015293;}
.paging li:hover a{color:#fff;}
.paging li a{color:#666}
.paging li.on:hover a{color:#fff;}
.paging .perv,.paging .next{font-family: simsun;font-size: 15px;}
.paging .perv i,.paging .next i{display:inline-block;}
.paging .perv i{
	transform:rotate(90deg);
}
.paging .next i{
	transform:rotate(-90deg);
}
.paging .on {background: #015293 !important;color:#fff;border-color: #E71619;}
.paging .on a{
  color:#FFF;
}

.newslist .right .news li{
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
    cursor:pointer;
    transition:all .2s linear;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
    border-radius: 11px;
    border-left:4px solid transparent;
}
.newslist .right .news li a{
    color: #333;
    display: block;
}
.newslist .right .news li:hover{
	 box-shadow: 0px 5px 10px 0px rgba(0,0,0,.1);
	border-color:#226fff;
	transform:translateY(-10px)
}
.newslist .right .news li:hover h3{
	color: #3265e5;
}
.newslist .right .news li label{
    font-size: 12px;
    /* font-weight: bold; */
    display: block;
    /* line-height: 20px; */
    margin-bottom: 13px;
    font-weight: bold;
}
.newslist .right .news li label span{
    /* display: block; */
    color: #3265e5;
    line-height: 24px;
    background: #ddeafd;
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px;
    margin-right: 10px;
    border-radius: 15px;
}
.newslist .right .news li h3{
    font-size: 21px;
    line-height: 36px;
    /* color: #3265e5; */
}
.newslist .right .news li .desc{
    font-size: 16px;
    color: #4d5562;
    margin-top: 12px;
}
.newslist .right .news li p{
    margin-top: 13px;
}
.newslist .right .news li p span{
    margin-right: 30px;
    display: inline-block;
    font-size: 14px;
    color: #999;
}
.newslist .right .news li p span i{
    font-size: 17px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.newslist .right .news li p span i.iconliulan{
	font-size: 19px;
	top: 2px;
}
.newslist .right .news li p span em{
    background: #e9e9e9;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.newslist .right .news li label em{color: #ad2d25;line-height: 24px;background: #fae3e3;display: inline-block;vertical-align: middle;padding: 0 14px;border-radius: 15px;font-weight: bold;}
.newslist .right .news li label em small{
	font-size:15px;
	position:relative;
	top:1px;
}
.newslist .right .news li label i{
    display: block;
    transform: rotate(-90deg);
    font-size: 18px;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #999;
}
.whitebg{
	background: #fff;
	padding: 20px;
	/* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1); */
	/* border-radius: 5px; */
	display: block;
	vertical-align: top;
	margin-left: 245px;
	min-height: 560px;
}
.newslist .whitebg .content{}
.newslist .whitebg .content .title{}
.newslist .whitebg .content .title h2{
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d8d8d8;
}
.newslist .whitebg .content .title p{
    text-align: center;
    font-size: 15px;
    color: #888;
    line-height: 44px;
}

.newslist .whitebg .content .text{
    text-align: center;
}
.newslist .whitebg .content .text h5{
    text-align: left;
    font-size: 17px;
    margin-top:20px;
    margin-bottom:10px;
    padding-left:15px;
	position:relative;
}
.newslist .whitebg .content .text p.inlineImg{width: 120px;display:inline-block;text-align:center;text-indent: 0px;margin: 0 10px;}
.newslist .whitebg .content .text p.inlineImg img{/* width:67px; *//* display:block; */}
.newslist .whitebg .content .text p.inlineImg span{display: block;
    line-height: 20px;
    font-size: 13px;}
.newslist .whitebg .desc{margin-top:15px;}
.newslist .whitebg .desc p{font-size:15px;line-height:34px;
						  text-indent:30px;}
.newslist .whitebg .content .text h5:after{
	display:block;
	content:'';
	clear:both;
	background:#00379e;
	width:4px;
	position:absolute;
	top:50%;
	left:0px;
	margin-top:-9px;
	height:18px;
}
.newslist .whitebg .content .text img{
	/* max-width: 80%; */
	/* margin: 10px auto 0; */
	/* display: block; */
}
.newslist .whitebg .content .text p{
	font-size: 15px;
	line-height: 34px;
	/* margin-top: 10px; */
	text-indent: 33px;
	text-align: left;
	color: #0b0b0b;
	vertical-align: top;
}
.newslist .whitebg .content .text p span{
	display:block;
	line-height:24px;
	font-size:13px;
}
.newslist .whitebg .content .text p b{
	position:relative;
	left:-10px;
	font-weight:bold;
}
.newslist .whitebg .content .text p strong{
	position:relative;
	left:0;
	display:block;
	font-size:17px;
	margin-top:20px;
}
.newslist .whitebg .content .text p.noindent{
	text-indent: 14px;
}
.newslist .whitebg .content .text table p{
	text-indent:0;
}
.pagelist{
	font-size: 0;
	margin-top: 20px;
}
.pagelist p{
	font-size:14px;
	color: #999;
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pagelist p a{color: #015293;
}
.pagelist p a:hover{
	text-decoration: underline;
}
.pagelist .prev{}
.pagelist .next{
	text-align: right;
}
.hnfs_list{
    /* margin-top: 20px; */
    height: 370px;
    overflow: hidden;
}
.hnfs_list a{
    display: block;
    height: 55px;
    line-height: 55px;
}
.hnfs_list  a:hover,.newsRight b:hover{color: #ff4f53;}
.hnfs_list a i{position: absolute;right: 0;top: 0;color: #464964;font-size: 14px;}
.hnfs_list a span{position:relative;padding-left: 40px;color: #464964;font-size: 17px;display: block;vertical-align: middle;letter-spacing: 1px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.hnfs_list a span:after{display:block;content:'';clear:both;width: 10px;height: 10px;background:#015293;border-radius:50%;position:absolute;left: 9px;top:50%;margin-top:-4px;}
.hnfs_list a:hover span{color:#015293;}
.colLeft{
    width: calc(45% - 20px);
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.colLeft p{
    position: relative;
}
.colLeft p img{
    width: 100%;
}
.colLeft p span{
    background: linear-gradient(to bottom, transparent,#000);
    font-size: 17px;
    color: #fff;
    line-height: 60px;
    width: calc(100% - 30px);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.colRight{
    width: 55%;
    display: inline-block;
    vertical-align: top;
}
.colRight ul{
    display: flex;
    gap: 15px;
}
.colRight li{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    border-radius: 5px;    transition:all .2s linear;

}
.colRight li p{
    padding: 20px 30px 15px;
    cursor: pointer;
    border-radius:5px;
}
.colRight li:hover{
	
	box-shadow:0px 3px 8px 0px rgba(0,0,0,.1);
}
.colRight li p span{
    font-size: 15px;
    display: block;
    line-height: 26px;
    margin: 30px 0 10px;
    height: 126px;
    color: #666666;
}
.colRight li p b{
    font-size: 19px;
    margin-top: 7px;
    display: block;
    font-weight: bold;
}
.colRight li p:hover b{color:#015293;}
.colRight li p em{
    border-top: 1px solid #f2f3f7;
    font-size: 14px;
    display: block;
    line-height: 48px;
    color: #666666;
}


.scroll-wrapper {
    position: relative;
    height: 384px;
    overflow: hidden;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.status-indicator {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #10b981;
    transition: background-color 0.3s ease;
}

.status-dot.paused {
    background-color: #f87171;
}

.status-text {
    font-size: 12px;
    color: #6b7280;
}

.scroll-container {
    animation: steppedScroll 24s infinite;
}

.scroll-container.paused {
    animation-play-state: paused;
}

.company-item {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 64px;
    padding: 0 24px;
    border-bottom: 1px solid #f3f4f6;
    transition: all 0.3s ease;
}

.company-item:last-child {
    border-bottom: none;
}

.company-item:hover {
    background-color: #f8fafc;
    transform: translateX(4px);
}

.company-dot {width: 12px;height: 12px;background-color: #3b82f6;border-radius: 50%;flex-shrink: 0;}
.company-name {font-size: 18px;color: #374151;font-weight: 500;}
.gradient-top {position: absolute;top: 0;left: 0;right: 0;height: 48px;background: linear-gradient(to bottom, white, transparent);pointer-events: none;z-index: 10;}
.gradient-bottom {position: absolute;bottom: 0;left: 0;right: 0;height: 48px;background: linear-gradient(to top, white, transparent);pointer-events: none;z-index: 10;}


@keyframes steppedScroll {
    0% { transform: translateY(0); }
    4.166% { transform: translateY(0); }
    8.333% { transform: translateY(-64px); }
    12.5% { transform: translateY(-64px); }
    16.666% { transform: translateY(-128px); }
    20.833% { transform: translateY(-128px); }
    25% { transform: translateY(-192px); }
    29.166% { transform: translateY(-192px); }
    33.333% { transform: translateY(-256px); }
    37.5% { transform: translateY(-256px); }
    41.666% { transform: translateY(-320px); }
    45.833% { transform: translateY(-320px); }
    50% { transform: translateY(-384px); }
    54.166% { transform: translateY(-384px); }
    58.333% { transform: translateY(-448px); }
    62.5% { transform: translateY(-448px); }
    66.666% { transform: translateY(-512px); }
    70.833% { transform: translateY(-512px); }
    75% { transform: translateY(-576px); }
    79.166% { transform: translateY(-576px); }
    83.333% { transform: translateY(-640px); }
    87.5% { transform: translateY(-640px); }
    91.666% { transform: translateY(-704px); }
    95.833% { transform: translateY(-704px); }
    100% { transform: translateY(-768px); }
}

/* ????1?????????? */
.smooth-scroll {
    animation: smoothScroll 24s linear infinite;
}

@keyframes smoothScroll {
    0% { transform: translateY(0); }
    100% { transform: translateY(-33.333%); }
}
































































































































































