@charset "UTF-8";

/*CSS reset*/
body{padding:0;margin:0;}
fieldset,img{border:0;}
a{text-decoration:none;outline:none;}
li{list-style:none;}

/*首页*/
.index_show{position: relative;z-index: 2;width: 100%;background: #fff;}
.bxslider{height: 470px;overflow: hidden;width: 100%;}
.bxslider li{width: 100%;height: 470px;overflow: hidden;}
.bx-controls{display: none;}
#bx-pager{position: absolute;left: 50%;bottom: -15px;z-index:10;margin-left: -90px;background: url(../images/shadow1.png) 0 bottom no-repeat;padding-bottom: 6px;}
#bx-pager a{float: left;width: 60px;height: 60px;line-height: 60px;text-align: center;font-size: 30px;background: #fff;color: #999;font-family: "宋体";}
#bx-pager a:hover{text-decoration: none;}
#bx-pager .active{position: relative;background: #1D2087;color: #fff;}
#bx-pager .active::before{content: '';position: absolute;top:-10px;left: 25px;border: 5px solid transparent;border-bottom: 5px solid #1D2087;}


.iconbox {width:1180px;margin:50px auto;overflow:hidden}
.iconleft {width:240px;float:left;text-align:center;margin-left:25px;margin-right:15px;overflow:hidden;display:inline-block;}
.iright {margin-right:15px}
.iconleft img {width:49px;height:45px;margin:18px auto 0;}
.icon1, .icon2, .icon3, .icon4 {width:84px;height:86px;margin:0 auto;overflow:hidden}
.icon1 a, .icon2 a, .icon3 a , .icon4 a {display:block;width:80px;height:82px;border:1px solid #16a9da;margin:0 auto;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.icon2 a {border:1px solid #5f9d1e;}
.icon3 a {border:1px solid #e2a027;}
.icon4 a {border:1px solid #26E854;}
.icon1:hover a ,.icon2:hover a ,.icon3:hover a,.icon4:hover a {border:1px solid #666;}
.icontit, .icontit2, .icontit3, .icontit4 {height:30px;margin-top:23px;text-align:center;overflow:hidden}
.icontit a, .icontit2 a, .icontit3 a , .icontit4 a {font-size:20px;color:#12acda;}
.icontit2 a {color:#5e9c1d;}
.icontit3 a {color:#e3a426;}
.icontit4 a {color:#26E854;}
.icontit a span, .icontit2 a span, .icontit3 a span, .icontit4 a span {font-size:14px;}
.iconleft p{text-align:center;color:#8d8d8d;line-height:24px;margin-top:10px;padding-bottom:15px;overflow:hidden;font-size: 12px;}
.iconleft a.imore1, .iconleft a.imore2, .iconleft a.imore3 , .iconleft a.imore4{font-size:14px;}
.iconleft a.imore1{color:#12acda;}
.iconleft a.imore2{color:#5e9c1d;}
.iconleft a.imore3{color:#e3a426;}
.iconleft a.imore4{color:#26E854;}
.month {
	width:100%;
	background:#fff;
	margin-bottom: 30px;
	height: 416px;
	text-align:center;
	background:url("img/fbanner.jpg") center no-repeat;
}
.month .container{padding-top: 120px;}
.month h2 {
    color: #23282f;
    font-family: "Microsoft YaHei" , "Roboto Slab",serif;
    font-size: 30px;
	text-transform:capitalize;
}
.month h2 span {
	color: #f69b37;
    font-weight: 400;
}

.month p {
    color: #59686c;
    line-height: 3;
    margin-bottom: 30px;
	font-size:16px;
	font-weight: bold;
}
.month a.sign-up {
	float:right;
	border:none;
	width:148px;
	height:38px;line-height: 38px;
	border-radius:25px;
	background:#29c2e1;
	color:#fff;
	font-size:14.5px;margin-right: 50px;
}
.month a.contact-bt {
	float:left;
	border:none;
	width:148px;
	height:38px;line-height: 38px;
	border-radius:25px;
	background:#f69b37;
	color:#fff;
	font-size:14.5px;margin-left: 50px;
}

.item {position: relative;width: 1150px;min-height: 60px;margin: 0 auto;background: #fff;overflow: hidden;padding-bottom: 60px;}
.item ul {padding: 0;margin: 0;list-style: none;}
.item ul li {width: 320px;float: left;margin: 20px 30px 0;font-size: 14px;color: #666;list-style-type: disc;}
.item ul li a{text-decoration: none;color: #666;}

.bg{background: #eee;padding: 30px 0;}
.bg .index-title .title span{background-color: #eee;}
.bg .index-title .title{ border-bottom: 1px solid #fff;}
.in-fw dl{width: 260px;height: 320px;float: left;padding: 10px;margin-right: 10px;margin-bottom: 10px;background: #fff;border: 1px solid #d2d2d2;}
.in-fw dl dt a{line-height: 40px;height: 40px;font-size: 16px;color: #333;font-weight: 600;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 260px;display:block;}
.in-fw dl dd .fwimg{width: 260px;height: 150px;overflow:hidden;}
.in-fw dl dd .fwimg img{width: 260px;height:auto;
transition: all 0.5s;
-moz-transition: all 0.5s;	/* Firefox 4 */
-webkit-transition: all 0.5s;	/* Safari 和 Chrome */
-o-transition: all 0.5s;	/* Opera */
 }
 .in-fw dl dd p{font-size: 12px;color: #777;line-height: 18px;margin-top: 10px;}
.in-fw dl dd a.more{margin:10px auto;display: block;width: 100px;text-align: center;height: 24px;line-height: 24px;background-color: #1D2087;color: #fff;font-size: 12px;}

.in-fw dl:hover  dd .fwimg img{
transform: scale(1.2,1.2);
-ms-transform: scale(1.2,1.2);	/* IE 9 */
-webkit-transform: scale(1.2,1.2);	/* Safari 和 Chrome */
-o-transform: scale(1.2,1.2);	/* Opera */
-moz-transform: scale(1.2,1.2);	/* Firefox */
}
.in-fw dl:hover{background-color: #1D2087;border-color: #1D2087;}
.in-fw dl:hover dt a,.in-fw dl:hover dd p{color: #fff;}
.in-fw dl:hover dd a.more{background-color: #1D2087;}