/*通用样式*/
body{padding: 0;margin: 0;font: 12px Arial 	;width: 100%;}
p,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dt,dd{padding: 0;margin: 0;list-style: none;}
#header,#banner,#nav,#footer{width:100%;min-width: 1200px;margin: 0 auto;}
input{outline:none;background-color: transparent;border:0;}
img{border: 0;vertical-align: middle;}
a{text-decoration: none;color: #000;}
.lf{float: left;}
.rt{float: right;}
.show{display: block;}
.hide{display: none;}


/*头部*/
#header{
	width: 100%;
	height:200px;

}
#header .box{
	width: 1200px;
	margin:10px auto;
	
}
.box img{
	height:200px;
}
/*导航*/
#nav{
	height: 50px;
	background-color: #0089d2;
}
#nav ul{
	width: 1145px;
	line-height: 50px;
	height: 50px;
	margin:0 auto;
}
#nav>ul>li{
	float: left;
	height: 48px;	
}
/*#nav>ul>li.current a{
	display: inline-block;
	background-color: #fff;
	color: #0089d2;
	border-top: 2px solid #0089d2;
	height: 48px;
}*/
#nav>ul>li:hover>a{
	background-color: #fff;
	color: #0089d2;
	border-top: 2px solid #0089d2;
	height: 48px;
}
#nav>ul>li>a{
	color: #fff;
	font-size: 14px;
	/*padding:0 36px;*/
	display: inline-block;
	width: 155px;
	text-align: center;
}

#nav ul li b{
	display: inline-block;
	height: 15px;
	width: 2px;
	background-color: #fff;
}

#nav .li_1,#nav .li_2,#nav .li_3{
	position: relative;
}
#nav .ul_1,#nav .ul_2,#nav .ul_3{
    background: #3a3a3a;
    -webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
    box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
    display: none;
    left: 0;  
    position: absolute;
    top: 50px;
    width: 183px;
    z-index: 99;
}
#nav .ul_1 li,#nav .ul_2 li,#nav .ul_3 li {
	height: 50px;
	background: #3a3a3a;
	width: 183px;
	text-align: center;
	border-bottom: 1px solid #4c4c4c;
}
#nav .ul_1 li:hover,#nav .ul_2 li:hover,#nav .ul_3 li:hover{
	background-color: #f15a23;
}
#nav .ul_1 li a,#nav .ul_2 li a,#nav .ul_3 li a{
	color: #fff;
	font-size: 14px;
	display: inline-block;
}



/*banner*/
#banner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#banner>ul {
    
    height: 8px;
    position: absolute;
    right: 19px;
    bottom: 19px;
}
#banner>ul>li {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    background-color: #bbbbbb;
    margin: 0 5px;
    cursor: pointer;
}
#banner>ul>li.current{
	background-color: #0089d2;
}

#banner img{
	border:0;


}

/*主体部分*/
#section{
	margin: 60px auto;
	width: 1150px;
}
#section>div{

}
.main_top{
	margin-bottom: 30px;
	overflow: hidden;
}
.main_top>.top_1{
	width: 627px;
	margin-right: 10px;
	
}

.main_top>.top_1 .text{
	margin-top: 30px;
}

.top1>h1{font-size: 50px;color: #0089d2;font-family: Arial;}
.top1>p{font-size: 20px;color: #2b2b2b;font-family: Arial;}
.main_top>.top_1 .text>img{
	
	
}

.main_top>.top_1 h3{
	color: #6b6a6a;
	font-size: 18px;
	margin-bottom: 14px;
}
.main_top>.top_1 h3 span{
	color: #0089d2;
	font-size: 16px;
}
.main_top>.top_1 .text{
	overflow: hidden;
}
.main_top>.top_1 .text .rt{
	width: 345px;
}

.main_top>.top_1 .text .rt p{
	color: #9e9e9e;
	line-height: 19px;
	font-size: 14px;
}
.main_top>.top_1>p{
	color: #9e9e9e;
	line-height: 19px;
	font-size: 14px;
	margin-top: 5px;
}
.main_top>.rt_1{
	width: 531px;
}
.main_top>.rt_1 .s_1{
	margin-bottom: 15px;
}
.main_top>.rt_1 .s_1 .lf{
	width: 260px;
}
.main_top>.rt_1 .s_1 .lf>.st{
	width:260px;
	height: 100px;
	background-color: #0089d2;

}
.main_top>.rt_1 .s_1 .lf>.st>p{
	font-family: Arial;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 37px;
	letter-spacing: 1px;
	padding-top: 14px;

}

.main_top>.rt_1 .s_1 .rt{
	width: 260px;
}
.main_top>.rt_1 .s_1 .rt .co{
	width: 260px;
	height: 100px;
	line-height: 63px;
	background-color: #464646;
}
.main_top>.rt_1 .s_1 .rt .co p{
	font-family: Arial;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height:100px;
	letter-spacing: 1px;
	
}


.main_top>.rt_1>.s_1{
	overflow: hidden;
}
.main_top>.rt_1 .lf>ul>li,.main_top>.rt_1 .rt>ul>li{
	width: 260px;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing:0.5px;
}
.main_top>.rt_1 .x_1>ul{
	width: 386px;
}
.main_top>.rt_1 .x_1>ul>li{
	width: 386px;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	font-weight: bold;
}

.main_top>.rt_1 .x_1 .qu{
	background-color: #a6c632;
	width: 145px;
	height: 140px;
	margin:0 auto;
}
.main_top>.rt_1 .x_1 .qu p{
	font-size: 22px;
	font-family: Arial;
	color: #fff;
	text-align: center;
	line-height: 36px;
	padding-top: 16px;
}
.main_top>.rt_1 .x_1 .qu img{
	margin-left: 70px;
}
.rt .one_1{margin-top:60px;}


.main_top>.rt_1 .x_1>ul>li span{
	color: #0089d2;
	padding:0 15px;
}
.main_top>.rt_1 .x_1>ul>li.current{
	background-color: #eeeeee;
}
.main_top>.rt_1 .lf>ul>li>a,.main_top>.rt_1 .rt>ul>li>a,.main_top>.rt_1 .x_1>ul>li>a{
	color: #6b6a6a;
}
.main_top>.rt_1 .lf>ul>li>a:hover,.main_top>.rt_1 .rt>ul>li>a:hover,.main_top>.rt_1 .x_1>ul>li>a:hover{
	color: #0089d2;
}
.main_top>.rt_1 .lf>ul>li.current,.main_top>.rt_1 .rt>ul>li.current{
	background-color: #eeeeee;
}
.main_top>.rt_1 .lf>ul>li span,.main_top>.rt_1 .rt>ul>li span{
	color: #0089d2;
	padding:0 10px;
}


.main_bottom .main_1{
	overflow: hidden;
	height: 46px;
	line-height: 46px;
	border-bottom: 2px solid #0089d2;
	margin-bottom: 22px;
}
.main_bottom .main_1>p{
	font-size: 30px;
	color: #0089d2;
}
.main_bottom .main_1>span{
	font-size: 18px;
	color: #464646;
}
.main_bottom ul{
	overflow: hidden;
}
.main_bottom ul>li{
	float: left;
}
.main_bottom ul>li{
	margin-right: 10px;
}
.main_bottom ul>li:last-child{
	margin-right: 0;
}
/*footer*/
#footer .foot{
	height: 194px;
	background-color: #f4f5f5;
	
}
#footer .foot>div{
	width: 795px;
	margin: 0 auto;
}
#footer>.foot>div>ul{
	margin-top: 40px;

}
#footer .foot p{
	color: #464646;
	font-size: 18px;
	font-weight: bold;

}
#footer .foot ul li{
	font-size: 12px;
	color: #4C4C4C;
	line-height: 32px;	
	padding-left: 30px;
}
#footer .foot ul.one li:nth-child(2){
	background: url(../images/14.jpg) no-repeat 0 8px;
}
#footer .foot ul.one li:nth-child(3){
	background: url(../images/14.jpg) no-repeat 0 -22px;
}
#footer .foot ul.one li:nth-child(4){
	background: url(../images/14.jpg) no-repeat 0 -52px;
}
#footer .foot_bottom{
	height: 60px;
	background-color: #1c2230;
	line-height: 60px;
}
#footer .foot_bottom p{
	font-size: 12px;
	color: #fff;
	text-align: center;
}
#footer .foot_bottom .foot_bottom_1{
	width: 1200px;
	margin: 0 auto;
}
#footer .foot_bottom .foot_bottom_1 ul li{
	float: left;
	padding: 0 24px;
	
}

.one_2{
	margin-top: 7px;
}
.one_2 li a{   
    display: block;
    height: 49px; 
    width: 56px;
    text-align: center;
    webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.one_2 li.facebook a{
	background: url(../images/15.jpg) no-repeat;
	
}
.one_2 li.facebook:hover a{
	background: url(../images/20.jpg) no-repeat;
	
}
.one_2 li.google a{
	background: url(../images/16.jpg) no-repeat;
}
.one_2 li.google:hover a{
	background: url(../images/24.jpg) no-repeat;
}
.one_2 li.linkedin a{
	background: url(../images/17.jpg) no-repeat;
}
.one_2 li.linkedin:hover a{
	background: url(../images/21.jpg) no-repeat;
}
.one_2 li.twitter a{
	background: url(../images/18.jpg) no-repeat;
}
.one_2 li.twitter:hover a{
	background: url(../images/22.jpg) no-repeat;
}
.one_2 li.youtube a{
	background: url(../images/19.jpg) no-repeat;
}
.one_2 li.youtube:hover a{
	background: url(../images/23.jpg) no-repeat;
}
