@charset "utf-8";

/* header */
header{}

/* -------------- top -------------- */
.top{background:rgba(0,0,0,.08); overflow:hidden}
.top ul{overflow:hidden}
.top li{float:left}
.top li a{position:relative}
.top li a:after{content:"|"; font-size:12px; color:#999!important; margin:0 20px}
.top li:last-child a:after{display:none}
.top li a:hover{text-decoration:underline; color:#005097}

.top_tel{padding-left:24px; background:url(../images/top_tel_ico.gif) no-repeat left center}

.top li a, .top_tel{font-size:12px; color:#707070; line-height:34px}




/* -------------- top2 -------------- */
.top2{}
.top2 .wrap{overflow:hidden; background:url(../images/top2_bg.jpg) no-repeat top right}

.logo{height:100px; display:flex; align-items:center}
.logo img{max-height:62px}

.search{width:215px; height:32px; border:1px solid #d4d4d4; position:relative; top:36px}
.search-f{overflow:hidden; height:100%}
.search .serach_input{width:80%; height:32px; line-height:32px; margin-left:10px; border:0; font-size:13px; color:#666}
.search .btn_serach{width:32px; height:32px; border:0; cursor:pointer; background:url(../images/search_ico.png) no-repeat center}

.search:hover{border-color:var(--i_color)}




/* nav */
nav{
	height:50px;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#005097), to(#003a6d));
	background:-webkit-linear-gradient(top, #005097, #003a6d);
	background:-moz-linear-gradient(top, #005097, #003a6d);
	background:-ms-linear-gradient(top, #005097, #003a6d);
	background:-o-linear-gradient(top, #005097, #003a6d);
	background:linear-gradient(to bottom, #005097, #003a6d);
	}

nav>ul>li{float:left; text-align:center; position:relative}
nav>ul>li>a{display:block; height:50px; line-height:50px; font-size:15px; color:#FFF}

nav dl{position:absolute; left:50%; min-width:100%; background:rgba(0,80,151,.9); z-index:9; opacity:0; visibility:hidden; -webkit-transition:all .4s ease-out; -ms-transition:all .4s ease-out; transition:all .4s ease-out; -webkit-transform:translate3d(-50%, 40px, 0); -ms-transform:translate3d(-50%, 40px, 0); transform:translate3d(-50%, 40px, 0)}
nav dl a{font-size:13px; color:#FFF; display:block; overflow:hidden; white-space:nowrap; text-align:center; height:36px; line-height:36px; margin:0; padding:0 28px; border-bottom:1px solid rgba(255,255,255,.2)}

nav li:hover dl{opacity:1; visibility:visible; -webkit-transform:translate3d(-50%, 0, 0); -ms-transform:translate3d(-50%, 0, 0); transform:translate3d(-50%, 0, 0)}
nav dl a:hover{background:rgba(0,0,0,.3)}

.nav_on, nav>ul>li>a:hover{background:#003a6d}






/* -------------- banner -------------- */
.banner{position:relative; margin-bottom:45px}

.rslides{position:relative; list-style:none; overflow:hidden; width:100%; padding:0; margin:0}
.rslides li{-webkit-backface-visibility:hidden; position:absolute; display:none; width:100%; left:0; top:0; overflow:hidden}
.rslides li:first-child{position:relative; display:block; float:left}
.rslides img{display:block; float:left; width:100vw; height:410px; object-fit:cover}
/* 左右箭头 */
.rslides_nav{opacity:0; position:absolute; top:50%; transform:translate(0,-50%); padding:5px 20px; font-family:"SimSun", NSimSun, FangSong; font-size:26px; color:#FFF; font-weight:bold; background:rgba(0,0,0,.6); text-align:center; z-index:2}
.prev{left:2%}
.next{right:2%}
.banner:hover .rslides_nav{opacity:1}
.banner:hover .prev{left:5%}
.banner:hover .next{right:5%}
.rslides_nav{transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease}
.rslides_nav:hover{background:var(--i_color)}
/* 指示器 */
.rslides_tabs{
	text-align:center;
	font-size:0;
	list-style-type:none;
	position:absolute;
	bottom:24px;
	left:50%;
	transform:translate(-50%,0);
	z-index:999}
.rslides_tabs li{display:inline-block; margin:0 4px}
.rslides_tabs a{display:inline-block; width:18px; height:18px; background:#FFF; box-sizing:border-box; border:4px solid rgba(0,0,0,.25); -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; overflow:hidden}
.rslides_here a{width:18px; height:18px; background:var(--i_color); border:4px solid rgba(255,255,255,.75)}






/* -------------- main -------------- */
main{margin:0 auto 24px; overflow:hidden}

main section{width:calc(48.5% - 40px); padding:0 20px; position:relative}
.i_box{border:1px solid #D9D9D9; border-top:2px solid var(--i_color); margin-bottom:32px}
.i_box:before{content:""; position:absolute; top:15px; left:0; width:2px; height:16px; background:#D9D9D9}
.i_box:hover:before{background:var(--i_color)}

.i_box_tit{overflow:hidden; padding:12px 0; margin-bottom:18px; border-bottom:1px solid #D9D9D9}
.i_box_tit h1{float:left; font-size:16px; color:var(--i_color); font-weight:bold}
.i_box_tit a{float:right; font-size:12px; color:#888; line-height:24px}

/* 首页新闻列表 */
.i_news_list_box{overflow:hidden; margin-bottom:25px}

.i_news_pic{float:left; width:37%; margin-right:20px}
.i_news_pic_box{width:100%; height:138px; overflow:hidden}

.i_news_pic p{font-size:15px; color:#2D2D2D; margin-top:10px}
.i_news_pic i{display:block; line-height:40px; font-size:12px; color:#888}
.i_news_pic b{font-size:13px; color:#666; line-height:24px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2}

.i_news_list{width:58%}
.i_news_list li{position:relative}
.i_news_list a{display:block; padding-left:15px; max-width:70%; font-size:14px; color:#484848; position:relative; overflow:hidden; white-space:nowrap; text-overflow:ellipsis}
.i_news_list a:before{content:""; position:absolute; top:50%; transform:translate(0,-50%); left:0; width:0; height:0; border-top:4px solid transparent; border-bottom:4px solid transparent; border-left:4px solid #6696C1}

.i_news_list i{position:absolute; top:0; right:0; font-size:13px; color:#A1A1A1}

.i_news_list a, .i_news_list i{line-height:36px}

.list100{width:100%!important}
.list100 li a{max-width:80%!important}

.i_news_pic:hover img{-webkit-transform:scale(1.15,1.15); -moz-transform:scale(1.15,1.15); transform:scale(1.15,1.15)}
.i_news_pic:hover p{padding-left:10px; color:var(--i_color)}

.i_news_list li:hover a{padding-left:22px; color:var(--i_color); text-decoration:underline}

.i_news_pic_box img, .i_news_pic:hover p, .i_news_list a{-webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -ms-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease;}



/* -------------- footer -------------- */
footer{padding:28px 0; background:url(../images/footer_bg.jpg) no-repeat bottom center}

.f_contact{margin-top:12px}
.f_contact p{font-size:13px; color:#FFF; line-height:26px}

.f_qr{overflow:hidden}
.f_qr dt{float:left; margin-left:20px; text-align:center}
.f_qr dt img{width:80px}
.f_qr dt p{font-size:12px; color:#FFF; font-weight:bold; margin-top:10px}










/* 内页start */
.ny_banner{width:100%; height:260px}
.ny_banner img{width:100%; height:100%; object-fit:cover}




/* 内页左侧 */
#ny_left{width:195px; position:relative; margin:30px 0 60px; float:left}
#ny_left.fix{position:fixed; top:0; margin-top:0;}

.lm_name{display:flex; align-items:center; width:100%; height:80px; background:#005097; position:relative; z-index:99; background:var(--i_color) url(../images/ny_left_titbj.png) no-repeat}
.lm_name div{margin-left:30px; position:relative}
.lm_name p{font-size:16px; color:#FFF; line-height:28px}
.lm_name en{font-size:12px; color:#FFF; text-transform:Uppercase;}




/* 内页左侧导航 */
#sub_nav{margin-bottom:15px; padding-top:15px; padding-bottom:5px; border-bottom:2px solid var(--i_color); display:block; background: #fff; }
#sub_nav dt {display:block; background:url(../images/icon_n_nav_li.png) 145px center no-repeat #fff;}
#sub_nav dt .a{font-size:14px; margin:0 15px; padding:0 10px; height:44px; line-height:44px; border-bottom:1px solid #e7e4e4; display:block; color:#333;}
#sub_nav dt .a.on_border {border:none !important;}
#sub_nav dt:hover, #sub_nav dt.on{color:#fff; background:url(../images/icon_n_nav_li.png) 155px center no-repeat var(--i_color);}
#sub_nav dt:hover .a{color:#fff; border-bottom:1px solid var(--i_color);}
#sub_nav dt.on .a{color:#fff; border-bottom:1px solid var(--i_color);}
#sub_nav dt, #sub_nav dt:hover, #sub_nav dt .a, #sub_nav dt:hover .a, #sub_nav dt.on, #sub_nav dt.on .a{transition:all 0.6s ease; -webkit-transition:all 0.6s ease; -moz-transition:all 0.6s ease; -ms-transition:all 0.6s ease; -o-transition:all 0.6s ease;}




/* 内页右侧 */
#ny_right{width:80%; min-height:245px; margin:30px 0 60px; float:right;}

.n_title{position:relative; height:40px; margin-bottom:25px; border-bottom:1px solid #d4d6d8;}
.n_title p{float:left; line-height:40px; color:#555; font-size:18px; font-weight:bold}




/* 当前位置 */
.position{position:absolute; top:13px; right:0; overflow:hidden}
.position dt{float:left}
.position dt a{font-size:12px; color:#666; position:relative}
.position dt a:before{content:">"; margin:0 6px; color:#888!important}
.position dt a:hover{color:var(--i_color)}
.position dt:first-child a:before{content:"您当前的位置 ："; margin:0}




/* 内页-右侧(单页，简介页) */
.ny_right_cont{position:relative}
article *{font-size:18px; line-height:200%; color:#666;}
article img{ max-width:100%; }/*margin:18px 0*/




/* 内页-新闻列表 */
.ny_right_cont .i_news_list{margin-bottom:55px}
/* 内页-新闻内容页(三级页面) */
.article_tit{margin-bottom:35px; padding:0 0 28px 22px; position:relative; border-bottom:1px dashed #CCC}
.article_tit:before{content:""; position:absolute; top:0; left:0; width:3px; height:52px; background:var(--i_color)}
.article_tit h1{font-size:22px; font-weight:bold; color:#333; margin-bottom:5px}
.article_tit p{font-size:13px; color:#777}
.article_tit i{margin-right:5px}
/* 分享 */
.n_share{position:absolute; top:20px; right:0}
/* 上一条下一条 */
.tiao{width:100%; overflow:hidden; margin:65px auto 40px}
.tiao p{width:46%; line-height:40px; font-size:14px; color:#444; overflow:hidden; white-space:nowrap; text-overflow:ellipsis}
.tiao p a{color:var(--i_color)}
.downnew{text-align:right}




/* 内页图片列表页 */
.ny_pic_list{overflow:hidden}
.ny_pic_list li{float:left; width:23.125%; margin:0 2.5% 30px 0; overflow:hidden}
.ny_pic_list li:nth-child(4n+0){margin-right:0}
.ny_pic{width:100%; height:155px; overflow:hidden; position:relative}
.ny_pic_list img{width:100%; height:100%; object-fit:cover}
.ny_pic_list p{text-align:center; font-size:15px; color:#666; line-height:40px;}

.ny_pic_list li:hover p{color:var(--i_color)}




/* 页数 */
.page-box{overflow:hidden; margin:35px auto}
.center_page{text-align:center}
.pages{overflow:hidden; display:inline-block}
.pages a{float:left; color:#555; font-size:13px; padding:5px 15px; margin:0 6px; border:1px solid #CCC; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; border-radius:5px}
.pages a:nth-child(1){margin-left:0!important}
.pages .on{background:var(--i_color); border:1px solid var(--i_color); color:#FFF}
.pages a:hover{background:var(--i_color); border:1px solid var(--i_color); color:#FFF}



 

