

/* 字体样式 */

@font-face {
  font-family: 'icomoon';
  src:  url('../../fonts/icomoon.eot?8mx50f');
  src:  url('../../fonts/icomoon.eot?8mx50f#iefix') format('embedded-opentype'),
    url('../../fonts/icomoon.ttf?8mx50f') format('truetype'),
    url('../../fonts/icomoon.woff?8mx50f') format('woff'),
    url('../../fonts/icomoon.svg?8mx50f#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.icon-clock:before {
  content: "\e901";
}
.icon-search:before {
  content: "\e900";
}


/* 字体样式结束 */


body{

	min-width:1200px;

}



/* 标题公共 start*/

.ctitle {

	text-align: center;

}



.ctitle h2 {

	font-size: 24px;

	color: #333;

}



.ctitle hr {

	width: 60px;

	height: 3px;

	background-color: #395899;

	border: none;

}



.ctitle {

	padding-top: 47px;

}



/* 标题公共 end */









/* 导航样式 start */

.header{

    height:94px;

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	z-index: 999;

	background-color: #fff;

}

.logobox a{

	margin-top: 5px;

    display: inline-block;

    width: 274px;

    height: 86px;

    background: url(../../img/logo.png) no-repeat center center;

	background-size: 240px 75px;

}





.navcontent ul li{

	float: left;

}

.navcontent ul{

	position: relative;

}

.navcontent ul li{

	width: 100px;

	height: 94px;

}



.navcontent ul li a{

	display: inline-block;

	width: 100%;

	height: 100%;

	text-align: center;

	line-height: 94px;

	font-size: 16px;

	color: #353535;

	transition: all .3s;

}

.navcontent ul.firstul li a.active{

	background-color: #22589d;

	color: #fff;	

}

.navcontent ul.firstul>li a:hover{

	background-color: #22589d;

	color: #fff;

}

.navcontent ul li i{

	text-align: center;

	color:#aeaeae;

	font-size: 24px;

	line-height: 94px;

	margin-left: 20px;

	cursor: pointer;

	z-index: 9999;

	position: relative;

}

.searchinput{

	width:200px;

	height: 38px;

	background-color: #22589d;

	position: absolute;

	right: 44px;

	top: 28px;

	border-radius: 30px;

	display: none;



}

.searchinput input{

	width: 170px;

	height: 30px;

	position: relative;

	top: 5px;

	left: 13px;

	padding-left: 10px;

	font-size: 14px;

	background-color: transparent;

	color: #fff;

	

}

.searchinput button{

	width: 50px;

	    height: 50px;

	    position: relative;

	    right: -150px;

	    bottom: 35px;

	    border: none;

	    background-color: transparent;

		cursor: pointer;

}

.searchinput input:-moz-placeholder,   
textarea:-moz-placeholder {   
    color: #fff;   
}   

input:-ms-input-placeholder,   
textarea:-ms-input-placeholder {   
    color: #fff;   
}   

input::-webkit-input-placeholder,   
textarea::-webkit-input-placeholder {   
    color: #fff;   
}



#menu_list{

	width: 100%;

	background-color: #22589d;

	/* border-radius: 4px;

	margin-top: 12px; */

	position: relative;

	padding: 10px 0;

	display: none;

}



#menu_list a{

	height: 33px;

	line-height: 30px;

	color: #fff;

	font-size: 15px;

	line-height: 33px;

}

.arrowicon{

	border-width: 20px;

	border-style: solid;

	border-color: transparent red transparent transparent;

}

#menu_list a:hover{

	background-color: #fff;

	color:#22589d;

}







/* 导航样式 end */



/* footer start */

/* .footer{

	margin-top: 100px;

} */



.footer .ftext{

	/* height: 261px; */

	padding: 25px 0;

	background-color: #414344;

}

.ftext .maptxt{

	width: 700px;

}

.maptxt ul {

	margin-top: 34px;

}

.maptxt ul li{

	float: left;

	color: #fff;

	font-size: 16px;

	margin-right: 47px;

}

.maptxt ul li dl dd{

	line-height: 28px;

}

.maptxt ul li h2{

	font-size: 16px;

	margin-bottom: 10px;

	font-weight: bold;

}

.maptxt ul li a{

	font-size: 14px;

	color: #fff;

}

.contact{

	width: 482px;

}

.qrcodeimg img{

	width: 140px;

	height: 140px;

}

.contacttxt h3{

	font-size: 14px;

	

}

.contact{

	margin-top: 34px;

}

.contacttxt{

	width: 300px;

	margin-right: 35px;

	color: #fff;

	font-size: 16px;

}

.contacttxt h3{

	font-size: 16px;

	margin-bottom: 10px;

}

.contacttxt h2{

	margin-bottom: 10px;

}

.contacttxt p{

	line-height: 24px;

	font-size: 14px;

}

.copyright{

	height: 45px;

	background-color: #383838;

	text-align: center;

	font-size: 14px;

	color: #fff;

	line-height: 45px;

}

/* footer end */



/* banner start */

/* banner */
.banner{
	overflow: hidden;
	position: relative;
	background:#fff;
	margin: 0 auto;
	width: 100%;
	height: 680px;

	margin-top: 93px;
}
.banner .swiper-container{
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 680px;
}

.banner .swiper-button-prev , .banner .swiper-button-next{
	width: 50px;
	height: 50px;
	background: #281800;
	outline: none;
}
.banner .swiper-button-prev1:hover{
	background: #22589d;
}
.banner .swiper-button-next1:hover{
	background: #22589d;
}
.banner .iconfont{
	font-size: 20px;
	text-align: center;
	line-height: 50px;
	color: white;
}
.banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;

	border: 2px solid #fff;
}
.banner .swiper-pagination-bullet-active{
	background-color: #22589d;
}

/* banner end */



/* 回到顶部 start */

.gotop a{

	width: 50px;

	height: 50px;

	background: #eee url(../../img/side_icon.png) no-repeat center;

	position: fixed;

	bottom: 90px;

	right: 20px;

	transition: all .4s;

}

.gotop a:hover{

	background: #22589d url(../../img/side_icon_hover.png) no-repeat center;

}



/* 回到顶部 end */



/* tab title start */

.tabtitle{

	margin: 0 auto;

}



.tabtitle ul{

	height: 70px;

	display:table;

	text-align: center;

	 margin: 0 auto;

}

.tabtitle ul li{

	height: 70px;

	float: left;

	line-height: 70px;

	padding: 0 8px;

}

.tabtitle ul li a{

	display: inline-block;

	height: 70px;

	font-size: 16px;

}

.tabtitle ul li.active{

	border-bottom: 2px solid #22589d;

}

/* tab title end */



/* page next start */

.pagenext{
	width: 360px;
	margin: 20px auto 0;
}
.pagenext ul li{
	float: left;
	margin-right: 10px;
	margin-top: 15px;

	margin-bottom: 35px;
}
.pagenext ul li a{
	text-align: center;
	line-height:35px ;
	color: #333;
	display: inline-block;
	width: 160px;
	height: 35px;
	background-color: orange;

	font-size: 16px;
}
.pagenext ul li a.prev{
	background-color: #e6e6e6;
}
.pagenext ul li a.next{

	color: #fff;
	background-color: #22589d;
}

/* page next end */


.header .w{
	width:1380px;
}
.tel{
	background: url(../../images/tel.png) no-repeat left center;
	padding-left:50px;
	margin-top:25px;
}
.tel h2{
	font-size:20px;
	color:#22589d;
	font-weight:bold;
}
.logobox{
margin-right:80px;
}

