header{
	width: 100%;
	height: 110px;
	background: #fff;
}
.logo{
	width: 447px;
	height: 110px;
	background-position: center;
	background-repeat: no-repeat;
}
.search{
	margin-left: 120px;
	width: 248px;
	height: 30px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	margin-top: 40px;
	overflow: hidden;
}
.search input{
	line-height: 28px;
	width: 210px;
	float: left;
	height: 28px;
	padding: 4px;
}
.search span{
	display: block;
	float: left;
	cursor: pointer;
	width: 36px;
	height: 28px;
	background-color: #dcdcdc;
	text-align: center;
	line-height: 28px;
	background-image: url(../img/search.png);
	background-position: center;
	background-repeat: no-repeat;
}
.tel_box{
	text-align: right;
	font-size: 14px;
	color: #555;
	padding-top: 24px;
}
.tel_box strong{
	font-size: 30px;
	color: #f18f44;
	display: block;
	text-align: right;
	margin-top: 6px;
}




nav{
	height: 48px;
	text-align: center;
	background: #0657b4;
}

nav li{
	display: inline-block;
	*display: inline-block;
	*zoom:1;
	height: 48px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: relative;
}
nav li>a{
	display: block;
	height: 48px;
	font-size: 16px;
	color: #fff !important;
	text-align: center;
	line-height: 48px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 0 50px;
}
nav li:hover>a{
	color: #0657b4 !important;
}
nav li:hover{
	background: #fff;
}


.banner{
	width: 100%;
	height: 650px;
	overflow: hidden;
	position: relative;
}
.banner .bd li{
	width: 100%;
	height: 650px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner .hd{
	position: absolute;
	bottom: 30px;
	text-align: center;
	width: 100%;
}
.banner .hd li{
	width: 30px;
	height: 6px;
	border-radius: 3px;
	font-size: 0;
	margin: 4px;
	cursor: pointer;
	background: #d7b364;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	display: inline-block;
}
.banner .hd li.on{
	background: #fff;
}


.about{
	width: 100%;
	height: 420px;
	padding: 42px;
	background: #f7f7f7;
}
.about h2{
	width: 100%;
	height: 59px;
	background: url(../img/about_title.png) no-repeat center;
	margin-bottom: 30px;
}
.about_con{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff;
	padding: 15px;
}
.about_img{
	width: 356px;
	height: 220px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.about_tex{
	width: 740px;
	height:220px;
	padding-left: 40px;
}
.about_tex 	p{
	font-size: 16px;
	color: #555555;
	line-height: 24px;
	text-align: justify;

}
.about_more{
	width: 120px;
	height: 32px;
	display: block;
	margin-top: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #0657b4 !important;
	border: 1px solid #0657b4;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.about_more:hover{
	background: #0657b4;
	color: #fff !important;
	border-radius: 10px;
}


.product{
	width: 100%;
	height: 620px;
	padding-top: 60px;
}
.product .w1200{
	position: relative;
}
.product h2{
	width: 100%;
	margin-bottom: 20px;
	height: 22px;
	background: url(../img/pro_title.png) no-repeat center;
}
.product .w1200 > p{
	font-size: 14px;
	color: #999;
	margin-bottom: 50px;
	text-align: center;
}

.product .prev,.product .next{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f18f44;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.product .prev{
	left: -120px;
	background-image: url(../img/prev.png);
}
.product .next{
	right: -120px;
	background-image: url(../img/next.png);
}
.product .prev:hover,.product .next:hover{
	background-color: #0657b4;
}
.pro_con li{
	width: 270px;
	height: 375px;
	float: left;
	margin-right: 40px;
}
.product_img{
	width: 100%;
	height: 320px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	border: 2px solid #c9c9c9;
	border-bottom: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.product_img + p{
	height: 55px;
	font-size: 16px;
	color: #333;
	background-color: #c9c9c9;
	padding-left: 100px;
	line-height: 55px;
	background-repeat: no-repeat;
	background-position:-200px center;
	background-image: url(../img/jt.png);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.pro_con li:hover p{
	background-color: #0657b4;
	color: #fff;
	background-position:200px center;
}
.pro_con li:hover .product_img{
	border-color: #0657b4;
}

.pro_more{
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #636363 !important;
	border: 1px solid #7d7d7d;
	margin: 60px auto 0;
	display: block;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.pro_more:hover{
	background: #636363;
	color: #FFF !important;
}




.case{
	width: 100%;
	height: 700px;
	padding-top: 60px;
	background: url(../img/casebg.jpg) no-repeat center/cover;
}
.case h2{
	width: 100%;
	height: 24px;
	margin-bottom: 50px;
	background: url(../img/case_title.png) no-repeat center;
}
.case_con{

}
.case_con li{
	float: left;
	width: 380px;
	height: 230px;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
}
.case_con li:nth-child(3n){
	margin-right: 0;
}
.caseimg{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.case_text{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 0;
	top: 0;
	left: 0;
	transform: scale(0);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.case_text p{
	font-size: 18px;
	margin-top: 60px;
	text-align: center;
	color: #fff;
}
.case_text i{
	display: block;
	width: 36px;
	height: 36px;
	background: url(../img/more_icon.png) no-repeat center;
	margin: 0 auto;
	margin-top: 80px;
}
.case_con li:hover .case_text{
	transform: scale(1);
}

.advantage{
	width: 100%;
	height: 618px;
	background: #f7f7f7;
}
.advantage .w1200{
	position: relative;
	height: 100%;
}
.advantage h2{
	width: 366px;
	height: 366px;
	background: url(../img/advantage_title.png) no-repeat center;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	margin: auto;
}
.adv_con li{
	width: 260px;
	height: 290px;
	padding: 12px;
	padding-top:30px; 
	position: absolute;
	margin: auto;
}
.adv_con li i{
	display: table;
	width: 134px;
	height: 134px;
	margin: 10px auto;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: 1px solid #898989;
}
.adv_con li i b{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.adv_con li i b img{
	-webkit-filter: grayscale(1);/* Webkit */ 
	filter:gray;/* IE6-9 */ 
	filter: grayscale(1);/* W3C */ 
}
.adv_con li:hover i{
	border-color: #0657b4;
}
.adv_con li:hover img{
	filter:none;
}

.adv_con li p{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #333;
	margin: 10px 0;
}

.adv_con li:nth-child(1){
	right: 0;
	bottom: 0;
}
.adv_con li:nth-child(2){
	left: 0;
	bottom: 0;
}
.adv_con li:nth-child(3){
	right: 0;
	top: 0;
}
.adv_con li:nth-child(4){
	top: 0;
	left: 0;
}






.news{
	height: 670px;
	-webkit-transition: 1.2s;
	-o-transition: 1.2s;
	transition: 1.2s;
	padding-top: 70px;
}
.news h2{
	margin-bottom: 50px;
	width: 100%;
	height: 60px;
	background: url(../img/news_title.png) no-repeat center;
}
.gs_list{
	width: 582px;
	height: 400px;
	position: relative;
}
.gs_list li{
	width: 582px;
	height: 400px;
	position: relative;
}
.news_img{
	width: 582px;
	height: 400px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.gs_list li strong{
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: rgba(6,87,180,0.75);
	padding-left: 10px;
	padding-right: 30%;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.gs_list .hd{
	position: absolute;
	bottom: 18px;
	right: 10px;
}
.gs_list .hd li{
	width: 12px;
	height: 12px;
	border-radius: 6px;
	margin: 0 2px;
	/*background: #fff;*/
	border:1px solid #fff;
	font-size: 0;
	float: left;
}
.gs_list .hd li.on{
	background: #fff;
}
.hy_list{
	width: 590px;
}
.hy_list li{
	margin-bottom: 25px;
	width: 100%;
	height: 117px;
	background: #f5f5f5;
	padding: 10px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.hy_list li strong{
	width: 100%;
	font-size: 16px;
	color: #555;
	font-weight: normal;
	line-height: 40px;
}
.hy_list li p{
	font-size: 14px;
	color: #777;
	line-height: 20px;
}
.hy_list li:hover{
	background: #0657b4;
}
.hy_list li:hover *{
	color: #fff;
}

footer{
	width: 100%;
	height: 470px;
	background: #424242;
	position: relative;
	padding-top: 38px;

}
footer .w1200{
	position: relative;
}

.foo_text{
	width: 500px;
}
.foo_text span{
	font-size: 16px;
	color: #e1e1e1;
	line-height: 30px;
	margin-bottom: 30px;
	display: block;
	height: 62px;
	padding-left: 60px;
	background: url(../img/foo_tel.png) no-repeat left center;
}
.foo_text span strong{
	font-size: 40px;
	color: #f18f44;
}
.foo_text h2{
	font-size: 18px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 12px;
}
.foo_text p{
	font-size: 14px;
	color: #e1e1e1;
	line-height: 24px;
}

.ewm{
	width: 120px;
	margin-top: 20px;
}
.ewm img{
	width: 100%;
}
.ewm p{
	width: 100%;
	font-size: 14px;
	color: #e1e1e1;
	line-height: 24px;
	text-align: center;
}
.form{
	width: 600px;
}
.form h2{
	width: 100%;
	height: 36px;
	margin-bottom: 20px;
	background: url(../img/online.png) no-repeat left center;
}
.form_text {
	float: left;
	width: 300px;
	font-size: 14px;
	color: #eee;
	height: 28px;
	line-height: 28px;
	margin-bottom: 15px;
}
.form_text input,.form_text textarea{
	background: none;
	border: 1px solid #fafafa;
	float: left;
	padding: 4px;
	color: #eeeeee;
	font-size: 14px;
}
.form_text span{
	float: left;
	display: block;
}
.form_text input{
	height: 28px;
	line-height: 28px;
	width: 230px;
}
.message_box{
	width: 100%;
	height: 100px;
}
.message_box textarea{
	width: 528px;
	height: 100px;
}
#submit{
	display: block;
	margin-left: 42px;
	width: 108px;
	height: 36px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	background: #0657b4;
	float: left;
	font-size: 18px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
	margin-top: 12px;
}
#submit:hover{
	background: #0065a4;
}







.copyright{
	width: 100%;
	height: 40px;
	background: #000000;
	color: #9a9a9a;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	position: absolute;
	bottom: 0;
	z-index: 10;
}

/*提示框*/
.tipBox{
    width:  290px;
    height:  100px;
    background: #fff;
    position: fixed;
    z-index: 1000000000;
    text-align: center;
    line-height: 100px;
    color: #000;
    font-size: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px #eee;
    cursor: context-menu;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
}
.green{
    color: #0d7720;
    box-shadow: 0 0 5px 2px #0d7720;
}
.red{
    color: #ec4949;
    box-shadow: 0 0 5px 2px #ec4949;
}
/*提示框*/
