/*css reset*/
* {
  padding: 0;
  margin: 0;
  outline: 0
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
  border: 0px;
}
body, button, input, select, textarea {
  font-family: 'Microsoft YaHei';
}
body {
  font-size: 14px;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
ul, ol, li {
  list-style: none;
}
i, em, b {
  font-style: normal;
  display: block;
  line-height: 20px;
}
a {
  color: #333;
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active {  
  text-decoration: none;
  cursor: pointer;
}
a:hover{
	color: #176eb9;
}
fieldset, img {
  border: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 修改滚动条的宽度 */
::-webkit-scrollbar { width: 5px; /* 纵向滚动条的宽度 */ height: 5px; /* 横向滚动条的高度 */ }
/* 滚动条轨道部分 */
::-webkit-scrollbar-track { background-color: #f0f0f0; border-radius: 5px; }
/* 滚动条滑块部分 */
::-webkit-scrollbar-thumb { background-color: #888; border-radius: 5px; }
/* 鼠标悬停在滑块上时 */
::-webkit-scrollbar-thumb:hover { background-color: #555; }
/*header*/
.header {
  background: linear-gradient(to bottom, #1d3e70, #145386);
  width: 100%;
  height: 120px;
}
.header .container {
  height: 120px;
  background: url("../images/top_bg.png") no-repeat right top;
}
.tool li {
  float: left;
  padding-left: 20px;
}
.logo {
  margin-top: 20px;
}
.logo a {
  line-height: 80px;
  color: #fff;
  font-size: 28px;
}
.logo img {
  height: 80px;
  vertical-align: middle;
  margin-right: 10px;
}
.headerRight {
  margin-top: 40px;
}
.headerRight a {
  font-size: 17px;
  color: #A6DBFB;
}
.headerRight > p {
  border-right: 1px solid #186FC5
}
.headerRight > p > a {
  padding-right: 5px;
}
.headerRight > .mail {
  padding-left: 10px;
  margin-left: -13px;
}
.headerRight > .mail li {
  float: left;
  margin-left: 10px;
}
.hotpic {
  position: relative
}
.hotpic .xiala a {
  padding-right: 20px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block
}
i.kstdsj {
  position: absolute;
  width: 20px;
  height: 11px;
  top: -10px;
  left: 54%;
  background: url("../images/sanjiaot.png") no-repeat;
}
.hotpic .xiala {
  background: url("../images/kstdxialabg.png") repeat;
  width: 524px;
  height: auto;
  position: absolute;
  top: 40px;
  left: -282px;
  z-index: 20000;
  padding: 20px;
}
li.search {
  position: relative
}
li.search .searchBox {
  position: absolute;
  height: 30px;
  width: 376px;
  display: none;
  top: 1px;
  right: 0
}
li.search input {
  background: url("../images/searchbg.png") no-repeat;
  height: 33px;
  line-height: 33px;
  color: #666666;
  border-radius: 14px;
  margin-top: -20px;
  text-indent: 10px;
  width: 376px;
  border: 0;
  outline: 0;
}
li.search i.close-search {
  position: absolute;
  right: 7px;
  top: 2px;
  height: 20px;
  cursor: pointer;
}
li.search button {
  background: transparent;
  cursor: pointer;
  border: 0;
}
.linian {
  position: relative;
  left: 120px;
  top: 26px;
}
/*导航*/
/*nav*/
.nav {
  height: 55px;
  margin-top: 35px;
	float: right;
}
.nav .tc {
  display: none;
}
.navli12 {
  display: none !important;
}
.sy1_ul {
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  z-index: 10000
}
.sy1_li {
  float: left;
  display: inline;
}
.sy1_ul li a.sy1_tit {
  color: #FFF
}
.sy1_ul li a:hover {}
.sy1_ul li.sy1_li {
  float: left;
  z-index: 10000;
  line-height: 25px;
  position: relative;
}
.sy1_ul li.sy1_li .sy1_tit {
  line-height: 50px;
  font-size: 18px;
  padding: 0 15px;
  display: block;
  text-align: center;
  color: #fff;
  -webkit-transition: background .3s ease-in;
  -ms-transition: background .3s ease-in;
  -moz-transition: background .3s ease-in;
  transition: background .3s ease-in;
}
.sy1_li:hover>a, .sy1_li.menu_current>a {
  color: #fff !important;
}
.sy1_li.menu_current:after{
	position:absolute;
	left:50%;
	bottom:2px;
	content: "";
	width:24px;
	height: 3px;
	display:block;
	border-radius: 4px;
	background:#fff;
	transform: translateX(-50%);
}
.nav2_ul{ 
	position:absolute;
	left:50%;
	top:48px;
	width:100px;
	padding:10px;
	background:#fff;
	border-radius: 10px;
	transform: translateX(-50%);
	display:none;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.nav2_ul li+li{
	border-top: 1px dashed #e7e7e7;
}
.nav2_ul li a{
	color:#333;
	font-size:14px;
	text-align: center;
	padding:5px;
	display: block;
}
.nav2_ul li a:hover{
	color:#176eb9;
}
.sy1_ul li.sy1_li:hover .nav2_ul{
	display: block;
}
.sy2_ul {
  position: absolute;
  left: -20px;
  top: 55px;
  z-index: 1112;
  display: none;
  border-top: none;
  background: url("../images/navbg1.png") repeat;
  min-width: 120px;
  text-align: center;
}
.sy2_li {
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  position: relative;
}
.sy2_tit {
  overflow: hidden;
  color: #fff
} /*下拉菜单样式*/
.sy1_ul .sy1_li .sy2_li_h {
  border-left: solid 1px #014c6c;
  border-top: solid 1px #014c6c;
  border-bottom: solid 1px #014c6c !important;
  display: block;
  z-index: 2000;
}
.sy1_ul li a.sy2_tit {
  color: #87BEF5;
  font-size: 16px;
}
.navli3 li a.sy2_tit {
  font-weight: 100
}
.navli5 li a.sy2_tit {
  font-weight: 100
}
.navimg1 {
  padding: 10px;
  border: 1px solid #365F7A;
  width: 180px;
  height: 120px;
}
.navimg1 img {
  width: 180px;
  height: 120px;
}
.sy2_inside.marL {}
/*二级导航样式*/
.sy2_ul .sy2_inside li .sy3_ul {
  width: 95px
}
.sy2_ul .sy2_inside li .sy3_ul .sy2_inside {
  width: 95px
}
.sy2_ul .sy2_inside li .sy3_ul li {
  width: 89px;
}
.nav2_cent_div {
  width: 435px;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  float: left
}
.sy1_ul li .sy2_ul .nav2_cent_div li {
  float: left;
  padding: 0 12px;
  width: 180px;
  _padding: 0 8px;
  overflow: hidden;
  position: relative
}
.sy1_ul li .sy2_ul .nav2_cent_div li p {
  line-height: 20px;
  font-size: 12px;
  font-weight: normal
}
.sy1_ul li .sy2_ul .nav2_cent_div h4 {
  font-size: 14px;
  line-height: 30px;
}
.sy1_ul li .sy2_ul .nav2_cent_div li h4 a {
  color: #145EA9;
  height: auto;
  width: auto;
  border: none
}
.sy1_ul li .sy2_ul .nav2_cent_div li h4 a:hover {
  color: #ec9205
}
.sy1_ul li .sy2_ul .nav2_cent_div li img {
  width: 180px
}
.sy1_ul li .sy2_ul .nav2_cent_div li a {
  width: 180px;
  height: 103px;
  display: block;
  overflow: hidden;
  border: #d6d6d6 solid 1px
}
.sy1_ul li .sy2_ul .nav2_cent_div li a:hover {
  border-color: #F93
}
.sy1_ul li .sy2_ul .nav2_cent_div li p a {
  display: none
}
.sy1_ul li .sy2_ul .nav2_cent_div li h2 a {
  color: #333;
  border: none;
  width: auto;
  height: auto;
  display: block;
  margin-top: 5px;
  line-height: 30px;
  font-size: 12px;
  font-weight: normal
}
.sy1_ul li .sy2_ul .nav2_cent_div li h2 a:hover {
  color: #ec9205
}
.nav2_cent_img, .nav2_cent_img0 {
  float: left;
  padding-left: 18px;
  width: 282px;
  text-align: left
}
.nav2_cent_img img, .nav2_cent_img0 img {
  width: 280px;
  border: #d6d6d6 solid 1px
}
.nav2_cent_img img, .nav2_cent_img0 img:hover {
  border-color: #F93
}
.nav2_cent_img h2, .nav2_cent_img0 h2 {
  margin-top: 5px;
  font-size: 12px
}
.nav2_cent_img h2 a, .nav2_cent_img0 h2 a {
  color: #333;
  font-weight: normal
}
.nav2_cent_img h2 a:hover, .nav2_cent_img0 h2 a:hover {
  color: #ec9205
}
.navli2 .sy2_ul {
  float: left
}
.sy2_ul .sy2_inside {
  background: url("../images/covernav.png") no-repeat left bottom;
}
/*二级下拉*/
.nav2_yywh_img {
  border-left: 1px solid #ddd;
  width: 360px;
  float: left;
}
.nav2_yywh_img a img {
  width: 360px;
  height: 310px;
  margin-left: 30px;
}
.container {
  max-width: 1440px;
  margin: auto;
  padding:0 10px;
}
/*footer*/
.footer {
  width: 100%;
  color:#fff;
  background:url("../images/footer_bg.jpg") #00316e no-repeat center top;
}
.footer a{
	color:#fff;
}
.footer .container {
  padding-top: 35px
}
.footerTop{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding-bottom: 25px;
}
.footerTop h4{
	margin-bottom:20px;
	position:relative;
}
.footerTop h4:before{
	position:absolute;
	left:-10px;
	top:4px;
	content: "";
	height:12px;
	width:3px;
	background: #fff;
}
.footer_left{
	padding-left: 20px;
	
}
.footer_left p{
	margin-top:10px;
}

.footerBottom{
	position:relative;
	text-align: center;
	font-size:14px;
	line-height: 50px;
	border-top:1px solid #0c3c75;
}
.footerBottom:before{
	position:absolute;
	top:0;
	left:0;
	content: "";
	width:100%;
	height:1px;
	background:#11509b;
}
.top_right{ float:right;}
.nav.scroll {
  position: fixed;
  top: 0;
  left: 0;
  background: #145386;
  z-index: 10000;
  width: 100%;
  margin-top: 0;
}
.nav.scroll .sy1_ul{
	max-width:1440px;
}
.nav.scroll .sy1_ul li.sy1_li .sy1_tit {
  color: #fff;
  /*font-size: 16px;*/
}
.nav.scroll .sy1_li {
  margin-left: 2px;
}
.nav.scroll .sy2_inside.marL {
  margin-left: -30px;
}
.smalllogo {
  display: none
}
.nav.scroll .smalllogo {
  display: block;
  margin-right: 75px;
  margin-top: 5px;
	color:#fff;
	line-height: 45px;
	font-weight: bold;
	font-size:16px;
}
.nav.scroll .smalllogo img {
  height: 45px;
	vertical-align: top;
	margin-right: 10px;
}
.nav.scroll .sy2_inside {
  float: left;
}
.nav_colse{ display:none;}
.m_nav_btn{ display:none;}

.person{  position:relative; width:44px;  height: 50px;  float: left; color: whitesmoke; font-size: 18px;  text-align:center; }
.nav.scroll .person{ float:left;}
.person>span{ cursor:pointer; width:44px; color: #fff;  font-size: 16px; display:block; line-height:50px; }
.person >a>span{ cursor:pointer; width:44px; color: #fff;  font-size: 16px; display:block; line-height:50px; }
.user_xx{ position:absolute; top: 48px; right:0; width: 100px; padding: 10px;  background: #fff;  border-radius: 10px; box-shadow: 0 0 5px rgba(0, 0, 0, .3); display:none; }
.user_xx a{ color: #333;  font-size: 14px; line-height:25px; text-align: center; padding: 5px; display: block;}
.user_xx a+a{ border-top:1px dashed #e7e7e7;}
.user_xx a:hover{ text-decoration:none; color:#176eb9;}
.person:hover .user_xx{ display: block;}
.xs-visible{ display:none;}
.text_cernter{  text-align:center;}
@media screen and (min-width: 1440px){
	
}
@media screen and (min-width: 1200px) and (max-width: 1439px){
	.logo a{ font-size:24px; }
	.sy1_ul li.sy1_li .sy1_tit{ font-size:16px; font-weight: bold; padding:0 10px;	}
} 
@media screen and (min-width: 1024px) and (max-width: 1199px){
	.logo img{ height:65px;}
	.logo a{ font-size:20px; font-weight: bold;}
	.sy1_ul li.sy1_li .sy1_tit{ font-size:14px; font-weight: bold; padding:0 8px;	}
} 
@media screen and (max-width: 1024px) {
	.xs_hidden{ display:none !important;}
	.xs-visible{ display:block;}
	.header{ position: sticky; top:0; z-index: 99; height:50px;}
	.header .container{ height:50px;}
	.top_right{ float:none;}
	.logo{ margin-top:3px;}
	.logo img{ height:40px;}
	.logo a{ font-size:16px; line-height: 40px; font-weight:bold;}
	.nav_colse{ position:fixed; right:15px; top:10px; width:40px; height:40px; line-height: 40px; z-index: 99999; text-align: center; font-size:24px; display:block;}
	.nav{ position:fixed; top:0; left:50px; width:calc(100% - 50px); height: 100%; overflow-y: auto; z-index: 9999; margin-top:0; float: none; background:#145386; box-sizing: border-box; display: none;}
	.nav a, .nav a:hover, .nav2_ul li a:hover{ color:#fff;}
	.nav.scroll{ left:50px; width:calc(100% - 50px);}
	.nav.scroll .smalllogo{ display:none;}
	.nav.scroll .sy2_inside{ float:none;}
	.nav.scroll .sy2_inside.marL{ margin-left:0;}
	.sy1_li.menu_current:after{ display:none;}
	.sy1_ul{ height:auto;}
	.sy1_ul li.sy1_li{ float:none; }
	.sy1_ul li.sy1_li .sy1_tit{ width:100%; text-align: left; padding:0 30px; border-bottom: 1px dashed #124d7d; box-sizing: border-box;}
	.sy2_inside.marL{ float:none; padding-top:55px;}
	/*.sy1_li.sy1_li_bg a{background-color:#124d7d;}*/
	.nav2_ul{ position:relative; top:0; padding:0 30px; width:100%; background-color:#124d7d; box-shadow: none; border-radius: 0; box-sizing: border-box;}
	.nav2_ul li+li{ border-top:1px dashed #114977;}
	.nav2_ul li a{ color:#fff; text-align: left; font-size:14px; font-weight: bold; padding:10px 15px;box-sizing: border-box;}
	.footerTop img{ display:none;}
	.footer_left+.footer_left{ margin-top:35px;}
	.m_nav_btn{ position:fixed; right:40px; top:5px; width:40px; height:40px; line-height: 40px; text-align: center; color:#fff; font-size:22px; display:block;}
	.m_nav_btn:hover{ color:#fff;}
	.person{ position:fixed; right:5px; top:0; width:35px; height:40px; line-height: 50px; text-align: center; margin-top:0; color:#fff; font-size:22px; display:block;}
    .person>span{ width:35px; height:50px; line-height: 50px;}
    .xs_center{ text-align:center;}
}
@media screen and (min-width: 769px) and (max-width: 1023px){
	
} 
@media screen and (max-width: 768px) {
	.footerTop{ display:block;}
	.xwdt_img{ display:none;}
}


