﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica,'微软雅黑';
}
ul,
li {
    list-style: none;
}
a{
    text-decoration: none;
    cursor: pointer;
}
input,
select,
textarea {
    outline: none;
    border: none;
}
.clear{
    clear: both;
}

	.topbox{
		width:1300px;
		height: 140px;
		margin: 0 auto;
		position:relative;
	}
	.topbox img{
		float: left;
		margin-top: 56px;
		width:400px;
	}
	.topbox .top-nav{
		float: left;
		position: relative;
		z-index: 99999;
		margin-top: 40px;
		margin-left: 56px;
	}
	/**头部导航**/
	.top-nav {
		font-size:12px;
		font-weight:bold;
		list-style:none;
	}
	.top-nav>li {
		float:left;
		list-style:none;
		margin-right:1px;
		position: relative;
		height: 97px;
	}
	.top-nav>li>a {
		height:97px;
		line-height:78px;
		text-decoration:none;
		color:#333;
		display:block;
		width:95px;
		text-align:center;
		font-size: 16px;
		font-weight: normal;
	}
	.top-nav>li:hover>a {
		color:#1f5ba3;
		border-bottom: #1f5ba3 solid 3px;
	}
	.top-nav ul {
		list-style:none;
		display:none;
		width:80px;
		padding:0;
		position:relative;
	}
	.top-nav>li>ul{
		width:95px;
		background: rgba(255,255,255,0.9);
		box-sizing: border-box;
		padding:5% 0;
	}
	.top-nav>li>ul>li>a{
		width:90%;
		margin: 0 auto;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		color: #333;
		text-align: center;
		display: block;
	}
	.top-nav>li>ul>li>a:hover{
		background: #1F5BA3;
		color: #fff;
	}
	.top-nav>li>ul>li{
		position: relative;
	}
	.top-nav>li>ul>li.rightjt{
		background: url(/myimages/rightjt.png) no-repeat right 5% center;
	}
	.top-nav>li>ul>li>ul {
		position:absolute;
		top:0;
		left:95px;
		width: 95px;
		background: rgba(255,255,255,0.9);
		box-sizing: border-box;
		padding:5% 0;
	}
	.top-nav>li>ul>li>ul>li>a{
		width:90%;
		margin: 0 auto;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		color: #333;
		text-align: center;
		display: block;
	}
	.top-nav>li>ul>li>ul>li>a:hover{
		background: #1F5BA3;
		color: #fff;
	}
	.topbtn{
		position:absolute;
		width:290px;
		height:23px;
		text-align:center;
		right:0;
		top:0;
		line-height:23px;
		background:url(/myimages/toplinkbg.png) no-repeat center center;
	}
	.topbtn a{
		color:#fff!important;
		font-size:14px;
	}
	
	
	/**轮播图**/
	#slide {
		width: 100%;
		height:600px;
		overflow: hidden;
		margin:0px auto;
		position:relative;
	}
	.slide_img{
		width: 1920px;
		position: absolute;
		left: 50%;
		margin-left: -960px;
	}
	.slide_img li {
		position:absolute;
		display:none;
		top:0px;
		left:0;

	}
	.dotted {
		width:100%;
		position:absolute;
		bottom:10px;
		left:0px;
		font-size:0px;
		text-align:center;
	}
	.dotted li {
		width:16px;
		height:16px;
		background:rgba(255,255,255,0.5);
		font-size:14px;
		line-height:16px;
		text-align:center;
		display:inline-block;
		margin:0px 5px;
		cursor:pointer;
		border-radius:50%;
	}
	.dotted li span {
		display:inline-block;
		width:8px;
		height:8px;
		margin-top:4px;
		background:rgba(255,255,255,0.8);
		border-radius:50%;
	}
	.dotted .active {
		background:rgba(255,255,255,0.8);
	}
	
	.hotnews{
		width:100%;
		background: #1F5BA3;
	}
	.hotnews_cen{
		width:1300px;
		height: 100px;
		margin: 0 auto;
	}
	
	.panel_zhong {
		font-size:18px;
		padding-left:20px;
		height:34px;
		line-height:34px;
		color:#fff;
	}
	/*公告栏-新闻滚动*/
	.apple {
		width:600px;
		height:18px;
		overflow:hidden;
		float: left;
		margin-top: 37px;
		float: left;
	}
	.apple ul li {
		height:18px;
		line-height:18px;
		font-size:14px;
	}
	.apple ul li a {
		color:#000;
		display:block;
		padding-left:20px;
		padding-right:20px;
		color:#fff;
		font-size: 16px;
		width:450px;
		float:left;
	}
	.apple ul li a:hover {
		color:#ff0;
	}
	.apple ul li span {
		float:right;
		color:#fff;
		font-size:15px;
	}
	.Noticewarp {
		overflow:hidden;
		height:45px;
		line-height:45px;
		width:100%;
		float:left;
		background-color:#fff;
		margin-top:10px;
		margin-bottom:40px;
	}
	.Noticewarp a {
		color:#d61515;
		width:auto;
		float:left;
		margin-right:40px;
		margin-left:3px;
	}
	.Noticewarp .scroll {
		width:9999px;
		float:left;
		position:relative;
	}
	.hot_newsbt{
		font-size: 16px;
		color: #fff;
		background: url(/myimages/htnewsicon.png) no-repeat left center;
		padding-left: 40px;
		height: 45px;
		line-height: 45px;
		float: left;
		margin-top: 23px;
		font-weight: bold;
	}
	.sy_maintitle{
		width:1300px;
		margin: 0 auto;
		text-align: center;
	}
	.sy_maintitle .ch_text{
		display: block;
		text-align: center;
		font-size: 30px;
		font-weight: bold;
		color: #1f5ba3;
		margin: 20px 0 15px;
	}
	.sy_maintitle .en_text{
		display: inline-block;
		text-align: center;
		font-weight: bold;
		color: #b1b1b1;
		font-size: 14px;
		background: url(/myimages/grayline.jpg) repeat-x left center;
		padding: 0 25px;
	}
	.sy_maintitle .en_text em{
		display: inline-block;
		background: #f8f8f8;
		padding: 0 10px;
		font-weight: normal;
	}
	.synews_out{
		width:100%;
		background: #f8f8f8;
		overflow: hidden;
	}
	.synewsbox{
		width:1300px;
		margin: 30px auto;
		overflow: hidden;
	}
	.synewlb{
		width:380px;
		float: left;
		margin-right: 80px;
	}
	.synewlb:last-of-type{
		margin: 0;
	}
	.synlb_title{
		width:100%;
		background: #1F5BA3;
		height: 88px;
		box-sizing: border-box;
		padding: 20px;
		overflow: hidden;
	}
	.synlb_title .syntitle_text{
		float: left;
		width:130px;
	}
	.synlb_title .syntitle_text span{
		display: block;
	}
	.synlb_title .syntitle_text .ch_text{
		font-size: 22px;
		font-weight: bold;
		margin-bottom:10px;
		color:#fff;
	}
	.synlb_title .syntitle_text .en_text{
		font-size: 12px;
		color:#82a8d5;
	}
	.synlb_title .syntitle_more{
		float: right;
		color: #fff;
		font-size: 16px;
		line-height: 50px;
	}
	.synlb_bottom a{
		display: block;
		width:100%;
	}
	.synlb_bottom a img{
		display: block;
		width:100%;
		height:210px;
		margin: 10px 0;
	}
	.synlb_bottom a span{
		display: block;
		width:100%;
		font-size: 18px;
		line-height:30px;
		margin-bottom: 10px;
		color:#333;
	}
	.synlb_bottom a em{
		font-size: 18px;
		color:#999;
		font-style: normal;
	}
	#lib_Tab1{
		width:1300px;
		margin: 0 auto;
		overflow: hidden;
	}
	.lib_Menubox ul{
		text-align: center;
		margin: 30px 0;
	}
	.lib_Menubox ul li{
		display: inline-block;
		width:170px;
		height: 40px;
		background: #fff;
		border: #ececec solid 1px;
		text-align: center;
		line-height: 40px;
		border-radius: 20px;
		margin: 0 10px;
		cursor: pointer;
	}
	.lib_Menubox ul li.hover{
		background: #1f5ba3;
		border: #1f5ba3 solid 1px;
		color:#fff;
	}
	
	.lib_Contentbox ul{
		width:100%;
		overflow: hidden;
	}
	.lib_Contentbox ul li{
		width:410px;
		float: left;
		margin-right: 35px;
		margin-bottom: 35px;
	}
	.lib_Contentbox ul li a{
		display: block;
		width:100%;
	}
	.lib_Contentbox ul li a span{
		widht:100%;
		height: 260px;
		display: block;
		overflow: hidden;
		box-sizing: border-box;
		border:#ececec solid 1px;
	}
	.lib_Contentbox ul li a span img{
		height:100%;
		width: auto;
		display: block;
		margin: 0 auto;
		transform: scale(1);transition: all 0.6s;
	}
	.lib_Contentbox ul li a span:hover img{
		transform: scale(1.2);transition: all 0.6s;
	}
	.lib_Contentbox ul li a em{
		font-size: 18px;
		color: #333;
		font-style:normal;
		line-height: 50px;
		display: block;
	}
	.lib_Contentbox ul li:nth-of-type(3n+3){
		margin: 0;
	}
	.button_more{
		width: 140px;
		height: 40px;
		line-height: 40px;
		border: #ececec solid 1px;
		border-radius: 50px;
		display: block;
		margin: 0 auto 30px;
		text-align: center;
		font-size: 16px;
		color:#333;
	}
	.button_more:hover{
		background: #1F5BA3;
		border: #1F5BA3 solid 1px;
		color: #fff;
	}
	.gsjj_out{
		width:100%;
		height: 530px;
		margin-top: 20px;
		position: relative;
		overflow: hidden;
	}
	.gsjj_bg{
		width:1920px;
		height: 530px;
		background: url(/myimages/aboutbg.jpg) no-repeat center center;
		position: absolute;
		left: 50%;
		margin-left: -960px;
	}
	.gsjj_cen{
		width:1300px;
		margin: 0 auto;
	}
	.gsjj_cen .sy_maintitle .ch_text{
		color:#fff;
	}
	.gsjj_cen .sy_maintitle .en_text em{
		background: #1a4393;
		color: #fff;
	}
	.gsjj_cen .sy_maintitle{
		margin-top: 50px;
	}
	.gsjj_main{
		width:100%;
		margin-top: 50px;
		overflow: hidden;
	}
	.gsjj_main .gsjj_videoimg{
		width:555px;
		float: left;
	}
	.gsjj_main  .gsjj_videoimg a{
		position: relative;
		display: block;
		width: 100%;
	}
	.gsjj_main  .gsjj_videoimg a span{
		position: absolute;
		display: block;
		width:70px;
		height: 70px;
		background-color: rgba(255,255,255,0.4);
		left: 50%;
		margin-left: -35px;
		top: 113px;
		overflow: hidden;
		border-radius: 50%;
		z-index: 9999;
		transition:all 0.8s;
	}
	.gsjj_main  .gsjj_videoimg:hover a span{
		background-color: rgba(26,67,147,0.4);
		transition:all 0.8s;
	}
	.gsjj_main  .gsjj_videoimg a span img{
		display: block;
		width:30px;
		margin: 20px auto;
	}
	.gsjj_main .gsjj_text{
		width:660px;
		float: right;
	}
	.gsjj_main .gsjj_text p{
		width:100%;
		text-align: justify;
		text-align: left;
		font-size: 18px;
		color: #fff;
		text-indent: 32px;
		line-height: 40px;
	}
	.gsjj_main .gsjj_text .button_more{
		border: #fff solid 1px;
		color: #fff;
		float: left;
		margin-top: 15px;
	}
	.gsjj_main .gsjj_text .button_more:hover{
		background: rgba(255,255,255,0.3);
		color:#fff;
	}
	
	
	#marquee1{width:1300px;height:228px;overflow:hidden; margin:30px auto 0;}
	#marquee1 ul li{float:left; padding:0 1px;}	#marquee1 ul li a{ display: block; width: 100%; height: auto;}
	#marquee1 ul li img{display:block;width:310px; height: 188px; border: #ececec solid 5px; margin-right: 20px;}
	#marquee1 ul li a span{ display: block; width:100%; text-align: left; line-height: 40px; color:#333; font-size: 16px;}
	.yjzs .button_more{
		margin-top: 30px;
	}
	.yjzs .sy_maintitle{
		margin-top: 30px;
	}
	
	.footerout{
		width:100%;
		height: auto;
		background: #1b252e;
	}
	.footercen{
		width:1300px;
		margin: 0 auto;
		padding: 30px 0 0;
	}
	.fooc_top{
		width:100%;
		overflow: hidden;
		padding-bottom: 15px;
		border-bottom: #313a43 solid 1px;
	}
	.fooc_top span,.fooc_top a{
		float: left;
		line-height:100px;
		color: #8b939d;
		margin-right: 50px;
	}
	.fooc_top a{
		margin: 0;
	}
	.fooc_top span.address{
		padding-left: 35px;
		background: url(/myimages/boticon1.jpg) no-repeat left center;
	}
	.fooc_top span.phone{
		padding-left: 35px;
		background: url(/myimages/boticon2.jpg) no-repeat left center;
	}
	.fooc_top span.email{
		padding-left: 35px;
		background: url(/myimages/boticon3.jpg) no-repeat left center;
	}
	.fooc_top img{
		float: right;
	}
	.fooc_bot{
		width:100%;
		text-align: center;
		color: #8b939d;
		line-height: 80px;
	}

	._top {
		position:fixed;
		right:10px;
		bottom:30%;
		line-height:64px;
		text-align:center;
		cursor:pointer;
		width:64px;
		height:64px;
		display:none;
	}
	._top img{
		display: block;
	}
	._top span{
		display: block;
		text-align: center;
		color: #333;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	
	/**企业简介**/
	.topbanner{
		width:100%;
		position: relative;
		height: 400px;
		overflow: hidden;
	}
	.topban_cen{
		width:1920px;
		position: absolute;
		left: 50%;
		margin-left: -960px;
	}
	.topban_cen img{
		display: block;
		width: 100%;
		height: 400px;
	}
	.currentdh{
		height: 70px;
		overflow: hidden;
	}
	.cur_text{
		float: left;
		line-height: 70px;
		color: #fff;
		font-size: 16px;
		background: url(/myimages/htnewsicon.png) no-repeat left center;
		padding-left: 30px;
	}
	.cur_text a{
		color:#fff;
	}
	.nr_content .name{
		width:100%;
		text-align:center;
		color:#333;
		font-size:30px;
		margin:30px auto;
	}
	.nr_content .mess{
		text-align:center;
		background:#fbfbfb;
		height:40px;
		line-height:40px;
		font-style:normal;
		color:#333;
		font-size:14px;
		margin-bottom:30px;
	}
	.nr_content .mess span{
		margin:0 20px;
	}
	.control{
		margin-bottom:30px;
	}
	.control a{
		color:#333;
	}
	.control a:hover{
		color:#e00713;
	}
	.navcen{
		float: right;
	}
	.navcen li{
		display: block;
		width:140px;
		height: 70px;
		float: left;
		line-height: 70px;
		font-size: 16px;
		color: #fff;
	}
	.navcen li.currclass{
		background: #ba0a0c;
	}
	.navcen li a{
		display: block;
		color:#fff;
		text-align: center;
	}
	.nr_content{
		width:1300px;
		margin: 0 auto;
		padding-top:50px;
		overflow: hidden;
	}
	.nr_content img{
		display: block;
		max-width:800px!important;
		margin: 30px auto;
	}
	.nr_content p{
		text-align: left;
		font-size: 16px;
		line-height: 50px;
		color: #333;
		text-indent: 32px;
		margin-bottom: 20px;
	}
	.news_lieb,.news_lieb li,.news_lieb li a{
		width:100%;
		display: block;
		overflow: hidden;
	}
	.news_lieb li{
		border-bottom: #e5e5e5 dotted 1px;
		padding-bottom: 25px;
		margin-top: 25px;
	}
	.news_lieb li a em{
		float: left;
		width:90px;
		height: 90px;
		background: #f2f2f2;
		color: #a4a4a4;
		box-sizing: border-box;
		padding: 15px;
		text-align: center;
		font-style: normal;
		font-size: 16px;
		margin-right: 20px;
	}
	.news_lieb li a em b{
		font-size: 30px;
		display: block;
		margin-bottom: 5px;
	}
	.news_lieb li a span{
		float: left;
		width:1190px;
		height: 30px;
		font-size: 18px;
		color: #333;
		line-height: 30px;
		text-align: left;	
		margin: 5px 0;
	}
	.news_lieb li:hover a span{
		color:#1f5ba3;
	}
	.news_lieb li a span>span{
		display:inline-block;
		float:none;
		width:auto;
		margin-right:10px;
	}
	.news_lieb li a p{
		float: left;
		font-size: 14px;
		color: #999;
		width:1190px;
		height: 50px;
		line-height: 25px;
		text-align: left;
		margin: 0;
		text-indent: 0;
	}
	
	.fenye{
		width:100%;
		text-align: center;
		margin: 30px auto;
	}
	.fenye a,.fenye span{
		display: inline-block;
		padding: 5px 10px;
		border: #e3e3e3 solid 1px;
		border-radius: 5px;
		color: #333;
		font-size: 16px;
		margin: 0 5px;
	}
	.fenye span{
		border:none;
	}
	#fenye table{
		width:100%;
		text-align:center;
	}
	.fenye span.curr{
		background: #1f5ba3;
		border: #1f5ba3;
		color: #fff;
	}
	
	.news_piclieb{
		width: 100%;
		margin-top: 15px;
		overflow: hidden;
	}
	.news_piclieb li{
		width:410px;
		float: left;
		margin-right: 35px;
		margin-top: 35px;
	}
	.news_piclieb li a{
		display: block;
		width:100%;
	}
	.news_piclieb li a span{
		widht:100%;
		height: 260px;
		display: block;
		overflow: hidden;
		box-sizing: border-box;
		border:#ececec solid 1px;
	}
	.news_piclieb li a span img{
		height:100%;
		width: 100%;
		display: block;
		margin: 0 auto;
		transform: scale(1);transition: all 0.6s;
	}
	.news_piclieb li a span:hover img{
		transform: scale(1.2);transition: all 0.6s;
	}
	.news_piclieb li a em{
		font-size: 18px;
		color: #333;
		font-style:normal;
		line-height: 50px;
		display: block;
	}
	.news_piclieb li:nth-of-type(3n+3){
		margin-right: 0;
	}
	
	.zizhi_piclieb{
		width:100%;
		margin-top: 15px;
		overflow: hidden;
	}
	.zizhi_piclieb li{
		float: left;
		width:200px;
		height: auto;
		margin-right: 75px;
		margin-top: 35px;
	}
	.zizhi_piclieb li:nth-of-type(5n+5){
		margin-right: 0;
	}
	.zizhi_piclieb li a{
		display: block;
	}
	
	.zizhi_piclieb li a img{
		width:90%;
		height:auto;
		margin: 0 auto;
		transform: scale(1);transition: all 0.6s;
		
	}
	.zizhi_piclieb li a img:hover{
		margin: 0;
		transform: scale(1.2);transition: all 0.6s;
	}
	.zizhi_piclieb li a span{
		width:100%;
		height: 260px;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		box-sizing: border-box;
		border: #ececec solid 1px;
	}
	.zizhi_piclieb li a em{
		font-size: 18px;
		color: #333;
		font-style: normal;
		line-height: 50px;
		display: block;
		
	}
	#MyContent *{
		color:#333!important;
	}
	#MyContent{
		margin-bottom:30px;
	}
