body, h1, h2, h3, h4, h5, h6, hr, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img{border: 0 none;}
	
li{list-style-type: none;}

body{
	color: #151515;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;	
}
	
a{color: #151515;text-decoration: none;}
	
a:hover{color: #39a9db;}

.w1300{width: 1300px;margin: 0 auto;overflow: hidden;}

h2{
	font-size: 36px;
	line-height: 80px;
	letter-spacing: 2px;
	font-weight: 600;
	text-align: center;
	margin-top: 36px;
	overflow: hidden;
}

.more{
	display: block;
	width: 190px;
	margin: 50px auto 80px auto;
	background: #ffdf61;
	color: #252525;
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 45px;
	text-align: center;
	transition: all 0.3s;
	overflow: hidden;
}

.more:hover{background: #fa7921;color: #fff;}

/*top*/
#top_box{
    width: 1300px;
    height: 100px;
	margin: 0 auto;
	overflow: hidden;
}
	
#top_box .logo{
	float: left;
	width: 175px;
    height: 100px;
	background: url(logo.png);
}

#top_box li{float: right;margin: 35px auto auto 40px;color: #252525;}

#top_box li a,#top_box li b{color: #252525;font-weight: 600;font-size: 16px;}

#top_box li .iconfont{
	color: #39a9db;
	font-size: 23px;
	vertical-align: middle;
	margin-right: 10px;
}

/*menu*/
#top_menu{
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: #13509a;
	z-index: 999;
}

#top_menu ul{width: 1300px;margin: 0 auto;}

#top_menu .menu_box{float: left}

#top_menu .menu{
	float: left;
	position: relative;
	width: 125px;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	font-weight: 600;
	z-index: 999;
}

#top_menu .menu:hover,#top_menu .menunow{color: #ffdf61;}

#top_menu .menu i{margin-left: 6px}

#top_menu .menu1 i{display: none;}

.menu_box .dropmenudiv_b{
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
	left: -20px;
	padding: 10px 0px;
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	background: #39a9db;
	overflow: hidden;
}

.menu_box .dropmenudiv_b a{display: block;color: #fff;text-indent: 20px;transition: all 0.5s;}
	
.menu_box .dropmenudiv_b a:hover{color: #fff;text-indent: 30px;}

.menu_box #dropmenu3_b{width: 300px;}

.menu_box  #dropmenu6_b{width: 300px;}

.menu_box .dropmenudiv_b .fa{margin-right: 6px;text-indent: 0px;}

.search_box{
	float: right;
	position: relative;
	width: 275px;
	height: 60px;
	overflow: hidden;
	cursor: pointer;
}

.search_word{
	position: absolute;
	top: 10px;
	right: -275px;
	width: 275px;
	color: #fff;
	border: 0px;
	padding: 0px;
	line-height: 40px;
	text-indent: 20px;
	background: #ffdf61;
	border-radius: 3px;
	opacity: 0px;
	transition: all 0.8s;
}

.search_box:hover .search_word{right: 0px;opacity: 1px;}

.search_go{
	position: absolute;
	top: 0px;
	right: 10px;
	width: 30px;
    height: 60px;
	border: 0px;
	background: url(search_icon.png);
	cursor: pointer;
	z-index: 99;
}

/*banner*/	
#banner_box{
	position: relative;
	width: 100%;
	height: 625px;
	margin: 0px auto;
	overflow: hidden;
}

#swiper-container1 .swiper-slide{width: 100%;height: 675px;background-size: 100% auto;}

#swiper-container1 .slide1{background: url(banner1.jpg) no-repeat top center;}

#swiper-container1 .slide2{background: url(banner2.jpg) no-repeat top center;}

#swiper-container1 .slide3{background: url(banner3.jpg) no-repeat top center;}

#swiper-container1 .slide4{background: url(banner4.jpg) no-repeat top center;}

#swiper-pagination1{
	position: absolute;
	bottom: 50px;
	left: 0px;
    width: 100%;
    text-align: center;
	z-index: 999;
}

#swiper-pagination1 .swiper-pagination-bullet{
	display: inline-block;
	width: 16px;
	height: 6px;
	margin: 0px 6px;
	border-radius: 0;
	background: rgba(255,255,255,.9);
}

#swiper-pagination1 .swiper-pagination-bullet-active{background: #ffdf61;}

#swiper-container1 .swiper-slide h1{
	width: 1300px;
	font-size: 75px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 15px;
	line-height: 100px;
	text-align: center;
	text-shadow: 2px 0px 5px rgba(0,0,0,0.75);
	margin: 0 auto;
	margin-top: 150px;
}

#swiper-container1 .swiper-slide h1 p{margin: 0 auto;font-size: 45px;font-weight: 600;}

#swiper-container1 .swiper-slide h1 p:before,#swiper-container1 .swiper-slide h1 p:after{
    content: "";
	display: inline-block;
    width: 60px;
    height: 3px;
	margin: 10px 40px;
    background: rgba(255,255,255,.8);
}

#swiper-container1 .more{letter-spacing: 3px;font-weight: normal;margin-top: 30px;text-shadow: none}

#swiper-container1 .swiper-slide-active h1{
	animation: movie 1.2s ;
	-webkit-animation: movie 1.2s;	/* Safari 和 Chrome */
}

@keyframes movie
{
from { transform: translateY(100px); opacity: 0; }
to { transform: translateY(0px); opacity: 1;}
}

@-webkit-keyframes movie 
{
from { transform: translateY(100px); opacity: 0;}
to { transform: translateY(0px); opacity: 1;}
}

#swiper-container1 .swiper-slide-active {
	animation: movie2 10s linear  forwards  ;
	-webkit-animation: movie2 10s linear    forwards;	/* Safari 和 Chrome */
}

@keyframes movie2
{
  from { background-size: 100% auto}
  to { background-size: 130% auto;}
}

@-webkit-keyframes movie2 
{
  from { background-size: 100% auto;}
  to { background-size: 130% auto;}
}

/*intro*/	
#intro_box{text-align: center;}

#intro_box li a{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-top: 30px;
}

#intro_box li a:hover{color: #fa7921;}

#intro_box li a:before{
    content: "";
	display: inline-block;
    width: 10px;
    height: 10px;
	margin: 0px 24px;
	margin-top: -6px;
	vertical-align: middle;
    background: #39a9db;
}

#intro_box li a:hover:before{background: #fa7921;}

/*pro case*/	
#pro_box{
	width: 100%;
	background: #f7f7f7;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 80px;
	overflow: hidden;
}

#pro_box ul a{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin: 15px auto;
}

#pro_box ul a:after{
    content: "";
	display: inline-block;
    width: 1px;
    height: 21px;
	vertical-align: middle;
	margin:0 30px;
	margin-top: -5px;
    background: #b0b0b0;
}

#pro_box .w1300,#case_box .w1300{position: relative;}

#pro_box .swiper-button-next2,#case_box .swiper-button-next3{
	position: absolute;
    right: 510px;
    top: 286px;
    width: 100px;
    height: 40px;
	text-align: center;
	transition: all 0.5s;
	z-index: 9;
	cursor: pointer;
}

#pro_box .swiper-button-prev2,#case_box .swiper-button-prev3{
    position: absolute;
    left: 470px;
    top: 286px;
    width: 100px;
    height: 40px;
	text-align: center;
	transition: all 0.5s;
	z-index: 9;
	cursor: pointer;
}

#case_box .swiper-button-prev3{left: 445px;}

#case_box .swiper-button-next3,#case_box .swiper-button-prev3{top: 290px;}

#pro_box .fa,#case_box .fa{color: #39a9db; font-size: 40px;line-height: 40px;}

#pro_box .swiper-button-next2:hover .fa,#pro_box .swiper-button-prev2:hover .fa,#case_box .swiper-button-next3:hover .fa,#case_box .swiper-button-prev3:hover .fa{color: #fa7921;}

#swiper-container2,#swiper-container3{
	float: left;
	position: relative;
	width: 1340px;
	height: 245px;
	padding-bottom: 90px;
	margin-top: 30px;
}

#swiper-container3{width: 1365px;height: 250px;}

#swiper-pagination2,#swiper-pagination3{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 1300px;
	height: 10px;	
	text-align: center;
	z-index: 99;
}

#swiper-pagination2 .swiper-pagination-bullet,#swiper-pagination3 .swiper-pagination-bullet{
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin: 0px 5px;
	background: rgba(0,0,0,.3);
	cursor: pointer;
}

#swiper-pagination2 .swiper-pagination-bullet-active,#swiper-pagination3 .swiper-pagination-bullet-active{background: #39a9db;}

#swiper-container2 .swiper-slide,#swiper-container3 .swiper-slide{position: relative;}

#swiper-container2 .swiper-slide h4,#swiper-container3 .swiper-slide h4{
	float: left;
	width: 293px;
	height: 204px;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	overflow: hidden;
}

#swiper-container3 .swiper-slide h4{width: 390px;height: 250px;border: none;}

#swiper-container2 .swiper-slide h4 img,#swiper-container3 .swiper-slide h4 img{
	display: block;
	width: 293px;
	height: 204px;
	transition: all 0.5s;
}

#swiper-container3 .swiper-slide h4 img{width: 390px;height: 250px;}

#swiper-container2 .swiper-slide:hover h4 img,#swiper-container3 .swiper-slide:hover h4 img{transform: scale(1.1,1.1);} 

#swiper-container2 .swiper-slide h3,#swiper-container3 .swiper-slide h3{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 265px;
	height: 40px;
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	font-weight: 600;
	background: #39a9db;
	z-index: 9;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	transition: all 0.3s;
}

#swiper-container3 .swiper-slide h3{width: 360px;background: rgba(57,169,219,.8);text-align: center;font-size: 16px}

#swiper-container2 .swiper-slide:hover h3{height: 50px;}

#swiper-container3 .swiper-slide:hover h3{height: 50px;background: rgba(57,169,219,1);}

/*zhao*/	
#zhao_box{
	width: 100%;
    height: 500px;
    margin: 0px auto;
    background: url(bg1.jpg) no-repeat center;
    background-attachment: fixed;
	text-align: center;
    overflow: hidden;
}

#zhao_box h2{color: #fff;}

#zhao_box li{
	display: inline-block;
	width: 325px;
    margin: 0px auto;
	padding-top: 40px;
	cursor: pointer;
    overflow: hidden;
}

#zhao_box li i{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #39a9db;
    margin: 0px auto;
	color: #fff;
	font-size: 40px;
	line-height: 90px;
	transition: all 0.5s;
    overflow: hidden;
}

#zhao_box li:hover i{transform: scale(1.2,1.2);}

#zhao_box li p{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}

/*news*/	
#news_box{
	width: 100%;
	background: #f7f7f7;
	margin-top: 60px;
	padding-bottom: 20px;
	overflow: hidden;
}

#news_box ul{margin-top: 20px;}

#news_box a{
	float: left;
	display: block;
	width: 50%;
	padding-bottom: 40px;
	margin: 20px auto;
	border-bottom: 1px dashed #d5d5d5;
	overflow: hidden;
}

#news_box a:nth-of-type(3),#news_box a:nth-of-type(4){border-bottom: 0px;}

#news_box a h4{
	float: left;
	width: 215px;
	height: 145px;
	margin-right: 20px;
	overflow: hidden;
}

#news_box a h4 img{
	display: block;
	width: 215px;
	height: 145px;
	transition: all 0.5s;
}

#news_box a:hover h4 img{transform: scale(1.1,1.1);}

#news_box a h3{
	float: left;
	width: 325px;
	height: 30px;
	font-size: 18px;
	font-weight: 600;
	white-space: nowrap;
    text-overflow: ellipsis;
	overflow: hidden;
}

#news_box a p{
	float: left;
	width: 325px;
	max-height: 60px;
	margin: 5px auto;
	color: #666;
	overflow: hidden;
}

#news_box a em{
	float: left;
	display: block;
	width: 325px;
	color: #999;
	font-style: normal;
	font-size: 12px;
	overflow: hidden;
}

/*foot*/	
#foot_menu{
	width: 100%;
	margin: 0px auto;
	padding: 50px 0px;
	background: #39a9db;
	overflow: hidden;
}

.bottom_menu{float: left;width: 1100px;overflow: hidden}
	
.bottom_menu .menu{
	float: left;
	display: block;
	width: 275px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.bottom_menu .menu .fa{margin-left: 6px;}
	
.bottom_menu .dropmenudiv_b{float: left;width: 275px;}
	
.bottom_menu .dropmenudiv_b a{display: block;color: rgba(255,255,255,.8);line-height: 36px;}

.bottom_menu .dropmenudiv_b a:hover{color: #fff;text-decoration: underline}

.bottom_menu .dropmenudiv_b a .fa{display: none}

#foot_menu .right{
	float: right;
	width: 180px;
	margin-top: 10px;
	color: #fff;
	text-align: center;
}

#foot_info{
	width: 100%;
	margin: 0px auto;
	padding: 15px 0px;
	background: #13509a;
	text-align: center;
	color: rgba(255,255,255,.8);
	font-size: 12px;
	text-transform: uppercase;
	overflow: hidden;
}

#foot_info p{margin: auto;}

#foot_info a{color: rgba(255,255,255,.8);}

#foot_info a:hover{color: rgba(255,255,255,1);}

.r_menu{
	position: fixed;
	right: 0px;
	bottom: 300px;
	z-index: 999;
	text-align: right;
}

.r_menu a{
	position: absolute;
	display: block;
	width: 50px;
	height: 50px;
	right: 0px;
	border-radius: 2px;
	background: rgba(0,112,189,.9);
	transition: all 0.6s ease;
	color: #fff;
	line-height: 50px;
}

.r_menu a b{
	float: left;
	display: block;
	width: 50px;
	font-size: 24px;
	text-align: center;
	font-weight: normal;
}

.r_wx i{
	width: 277px;
	height: 259px;
	position: absolute;
	left: -277px;
	top: 0%;
	margin-top: -80px;
	display: none;
}

.r_wx:hover i{display: block;background-image: url(sprite.png)}

.r_wx{top: 0px;}

.r_top{top: 51px;}


