body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0px; padding:0px;}
img,input,select,button { vertical-align:middle;outline: none;}
body { font-family:'yahei','microsoft yahei','simsun';font-size: 16px;color: #333;}
img { border:0;}
select,input { outline:none;}
.footer select{/*寰堝叧閿細灏嗛粯璁ょ殑select閫夋嫨妗嗘牱寮忔竻闄�*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}
/*娓呴櫎ie鐨勯粯璁ら�夋嫨妗嗘牱寮忔竻闄わ紝闅愯棌涓嬫媺绠ご*/
.footer select::-ms-expand { display: none; }
li{ list-style: none;}
a { text-decoration:none; color:#333;}
a:hover,a:link,a:visited,a:active{text-decoration:none!important;}
.clear { width:100%; height:0; line-height:0; font-style:0; overflow:hidden; clear:both; display:block;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;}
.clearfix{zoom:1;}
.fl{float: left;}
.fr{float: right;}
input::-webkit-input-placeholder{ /*WebKit browsers*/
    font-size: 14px;
    color: #aaa;
}

input::-moz-input-placeholder{ /*Mozilla Firefox*/
    font-size: 14px;
    color: #aaa;
}

input::-ms-input-placeholder{ /*Internet Explorer*/
    font-size: 14px;
    color: #aaa;
}


/*瀛椾綋璁剧疆*/
@font-face { 
	font-family:'yahei'; 
	src: url(../font/msyh.ttf); 
}
@font-face { 
	font-family: 'RS'; 
	src:url(../font/Rabiola Serif.ttf); 
}
@font-face { 
	font-family: 'RCB'; 
	src:url(../font/RobotoCondensed-Bold.ttf); 
}
@font-face { 
	font-family: 'RCR'; 
	src:url(../font/RobotoCondensed-Regular.ttf); 
}
@font-face { 
	font-family: 'RR';
	src:url(../font/Merriweather-Light.ttf); 
}



.over{
	overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.layout {
  max-width: 1200px;
  margin: 0 auto;
}

/*澶撮儴*/
.header {
  padding: 25px 0 30px 0;
  background: url(main_res/header_bg.png) no-repeat;
  background-color: #003F88;
  background-position:bottom;
}
.header .logo{
	margin-left: 10px;
}
.header .pic-link{
	margin: 25px 5px 0 0;
}

.pic-link .link {
  color: #fff;
  font-size: 14px;
}

.pic-link .link{
	padding-right: 18px;
	border-right: 1px solid #dfdfdf;
	}
.pic-link .link img{
	margin: 0 7.5px;
}

.pic-link .search {
	margin-left: 25px;
}
.pic-link .search img{
	margin-top: 8px;
}
.pic-link .wx{
	position: relative;
}
.pic-link .wx_ewm{
	display: none;
	position: absolute;
	top: 35px;
	*top:45px;
	left: -13px;
}
.pic-link .wx:hover .wx_ewm{
	display: block;
}

/*鎼滅储妯℃�佹*/
.model-search{
	display: none;
	position: fixed;
	top: 0;
	left:0 ;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	filter:alpha(opacity=50); 
	background-color: rgba(0,0,0,.5);
	z-index: 9998;
}
.search-input{
	width: 100%;
	height: 0;
	position: fixed;
	text-align: center;
	top: -250px;
	opacity: 0;
	transition: all .8s;
	z-index: 9999;
}
.search-input select,
.search-input input,
.search-input button {
  padding-left: 10px;
  width: 65px;
  height: 50px;
  line-height: 35px;
  border: none;
  color: #959595;
  background-color: #fff;
}
.search-input input {
  width:25%;
  margin-left: -5px;
  font-size: 16px;
  font-family: "microsoft yahei",simsun;
}
.search-input button {
  text-align: center;
  margin-left: -5px;
}
.search-input button img {
  margin: 0 0 0 -2px;
}





/*瀵艰埅鏍�*/
.nav {
  width: 100%;
  /*background-color: #4f6c98;*/
 background-color: #fff;
}
.nav li {
	width: 11%;
  float: left;
  position: relative;
  z-index: 999;
}
.nav li a {
	display: block;
	width: 100%;
	text-align: center;
  /*color: #fff;*/
 color: #333;
  font-size: 18px;
  line-height: 41px;
}

.nav li:hover>a{
  /*background-color: #fff;*/
 background-color: #4f6c98;
}
.nav li:hover a{
  /*color: #003f88;*/
 color: #fff;
}


.nav li .dropdown {
  height:0;
  overflow-y: hidden;
  position: absolute;
  top: 41px;
  background-color:#4f6c98;
  background-color: rgba(79,108,152,.9);
  text-align: center;
  transition: all 0.5s ease;
}
.nav li .dropdown-left{
	left:0;
}
.nav li .dropdown a {
	display: block;
	box-sizing: border-box;
  min-width: 120px;
  width:e-xpression(document.body.clientWidth < 133? "133px": "auto" );
  padding:0 10px;
  font-size: 16px;
  line-height: 38px;
  white-space: nowrap;
  color: #fff;
  }

.nav li .dropdown a:hover{
	background-color:#fff;
	color:#003F88;
	
}




/*mobil nav*/
.mobil-nav_icon {
	display: none;
	margin: 20px 10px 0 0;
}
.mobil-nav{
	display: none;
	width: 100%;
	height: 100%;
	overflow: scroll;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
}
.mobil-nav ul{
	box-sizing: border-box;
	width: 0;
	min-height: 100%;
	padding: 50px 0 20px;
	overflow: hidden;
	background-color: #f5f5f5;
}
.mobil-nav .pic-link{
	float: right;
	margin: 20px 0;
}
.mobil-nav .pic-link .link img{
	width: 14%;
}
.mobil-nav .pic-link .search img{
	width: 70%;
}
.mobil-nav .wx_ewm{
	width: 100%!important;
	top:-75px;
	
}
.mobil-nav ul li{
	position: relative;
	line-height: 50px;
	padding:0 40px 0 15px;
	border-bottom: 1px solid #eee;
}
.mobil-nav li a{
	display: block;
	font-size: 18px;
	color: #003F88;
	font-weight: 800;
}
.mobil-nav li .open{
	width: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.mobil-nav li .dropdown{
	display: none;
}
.mobil-nav li .dropdown a{
	display: block;
	margin-left: 20px;
	font: 16px/40px "microsoft yahei";
}

.mobil-nav .close{
		position: absolute;
    right: 10px;
    top: 10px;
}
.mobil-nav .close img{
	width: 25px;
}



/*ie杞挱鍥�*/
.banner {
	display: none;
  position: relative;
}
.banner .bd img {
  width: 100%;
}
.banner .hd {
  position: relative;
  z-index: 1;
  height: 16px;
  top: -50px;
}
.banner .hd ul {
  text-align: center;
}
.banner .hd li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 10px;
  height: 10px;
  font-size: 0;
  margin-right: 13px;
  border-radius: 5px;
  background-color: #fff;
}
.banner .hd .on {
  background-color: #003F88;
}

.banner li{
	position: relative;
}
.banner li a{
	
	color: #fff;
}
.banner .new{
	 /* width: 620px;*/
		margin-left: 50px;
		position: absolute;
		bottom: 30px;
		left: 18%;
		background: rgba(0,36,136,.5);
}

.banner .new h3{
	font-size: 26px;
	line-height:45px;
	padding:0 10px;
	text-shadow:2px 2px 3px #000000;
}
.banner .new p{
	font-size: 18px;
	line-height: 33px;
	text-shadow:2px 2px 3px #000000;
}



 .swiper-container {
      width: 100%;
      height: 480px;
    }
    
 .swiper-container .swiper-slide{
 		background-size: cover;
      background-repeat: no-repeat;
	  background-position:center;
 	
 }
.swiper-pagination-bullet {
    display: inline-block;
	  *display: inline;
	  zoom: 1;
	  width: 10px;
	  height: 10px;
	  font-size: 0;
	  margin-right: 13px;
	  border-radius: 5px;
	  background-color: #fff;
	  opacity: 1;
}
 
.swiper-pagination-bullet-active {
    background-color: #003F88;
}  

.swiper-container .new{
	   /* width: 620px;*/
		margin-left: 50px;
		position: absolute;
		bottom: 30px;
		left: 18%;
		background: rgba(0,36,136,.5);
}
.swiper-container .new a{
	color: #fff;
	text-shadow:2px 2px 3px #000000;
}
.swiper-container .new h3{
	font-size: 26px;
	line-height:45px;
	padding:0 10px;
}
.swiper-container .new p{
	margin-top:20px;
	font-size: 30px;
	font-weight:800;
	line-height: 45px;
    padding-left: 64px;
}


/*椤佃剼*/
.footer {
  background: url(main_res/footer_3F.png) no-repeat;
  background-color: #003F88;
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
  padding-bottom: 35px;
  *padding-bottom: 25px;
}
.footer .top > a {
  width: 31%;
  float: left;
  display: block;
  padding: 30px 5% 0 0;
}
.footer .contact {
  width: 25%;
  float: left;
  margin-top: 10px;
  padding: 0 9% 0 5%;
}
.footer .contact h3{
	margin-bottom: 15px;
	font: 100 24px/30px "microsoft yahei";
}
.footer .contact p {
  line-height: 27.5px;
}

.footer .fri-link {
	width: 21%;
  float: left;
  padding: 55px 0 0 40px;
}
.footer .fri-link img {
  padding-right: 40px;
}
.footer .fri-link select {
	width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #909090;
  border: none;
  padding-left: 5px; 
  background: url(main_res/xl2.png) no-repeat 95% 12px;
  background-color: #fff;
  
}

.footer-bottom {
  width: 100%;
  border-top: 1px solid #2b5f9c;
  background-color: #003F88;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 27.05px;
  padding: 10px 0 ;
}
.footer-bottom a {
  color: #4e81b8;
}

select#rsk {
    display: none;
}
