@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	font: normal normal normal 14px/1.8 Gotham, 'Microsoft YaHei', Helvetica, Arial, " sans-serif";
	color: #555;
	overflow-x: hidden;
}
a, a:link, a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none
}
a:hover {
	text-decoration: none !important;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
input {
	display: inline-block;
}
dl,dd{
	padding: 0;
	margin: 0;
}
p{
	margin-bottom: 0;
}
.pp{
	padding: 0;
}
.pl{
	padding-left: 0;
}
.pr{
	padding-right: 0;
}
.clearfix {
	clear: both
}


/*----------顶部----------*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	background: rgba(255,255,255,0.9);
}
.header .logo{
	margin: 10px 0;
}
.header .logo img{
	width: 180px;
	height: auto;
}
.nav {
	text-align: right;
}
.nav .tel p{
	display: inline-block;
	font-size: 16px;
	line-height: 36px;
	margin-top: 20px;
	padding-left: 45px;
	padding-right: 30px;
	background: url(../images/icon_tel1.png) no-repeat left center;
}
.nav .tel font{
	font-size: 24px;
	color: #5da8f9;
}
.nav li{
	display: inline-block;
	text-align: center;
	position: relative;
}
.nav li a{
	display: block;
	padding: 30px;
}
.nav li h4{
	font-size: 15px;
	color: #333;
}
.nav li h6{
	font-size: 12px;
	text-transform: uppercase;
	color: #aaa;
}
.nav .current h4{
	color: #5da8f9;
}
.nav li:nth-child(8) a{
	color: #888;
	width: 125px;
	line-height: 30px;
	background: url(../images/yy.png) no-repeat center;
	padding-top: 5px;
	padding-left: 43px;
}
.nav dl{
	position: absolute;
	top: 75px;
	left: 0;
	z-index: 9999;
	background: #5da8f9;
	width: 100%;
	display: none;
}
.nav dd a{
	padding: 10px 15px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.nav li:hover dl{
	display: block;
}
.nav li:hover h4{
	color: #5da8f9;
}
.nav dd a:hover{
	background: #8dbef4;
	transition: all ease 0.5s;
}
.banner{
	margin-top: 135px;
}
.banner .carousel-control.right img{
	position: absolute;
	top: 40%;
	right: 15px;
}
.banner .carousel-control.left img{
	position: absolute;
	top: 40%;
	left: 15px;
}
/*-----标题------*/
.title{
	text-align: center;
}
.title h4{
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.title h6{
	font-size: 18px;
	color: #888;
	margin-top: 15px;
	line-height: 30px;
}
.title1 h4{
	color: #fff;
}
.title1 h6{
	color: #fff;
}
/*--------服务项目--------*/
.service{
	padding: 60px 0;
}
.service ul{
	margin-top: 35px;
}
.service li{
	padding: 0;
}
.service li a{
	display: block;
	margin: 0 15px;
	padding: 30px;
	box-shadow: 3px 3px 3px #ddd;
	text-align: center;
	background: #e9e9e9;
	height: 320px;
}
.service li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}
.service li h4{
	color: #000;
	font-size: 18px;
	margin-bottom: 20px;
}
.service li p{
	color: #888;
	line-height: 24px;
}
.service li:hover a{
	box-shadow:5px 5px 5px #ccc;
	transition: all ease 0.5s;
}
.service li:hover img{
	transform: rotateY(360deg);
	transition: all linear 0.5s;
}

/*----------关于骄虹------------*/
.about .container{
	width: 1140px;
	margin: 0 auto;
	background: url(../images/about_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0;
}
.about dl{
	width: 970px;
	margin: 0 auto;
	margin-top: 40px;
}
.about dd{
	width: 33.33%;
	float: left;
	text-align: center;
	color: #fff;
	padding: 25px;
	background: url(../images/line_01.png) no-repeat right center;
}
.about dd img{
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}
.about dd h4{
	font-size: 28px;
	margin-bottom: 10px;
}
.about dd:nth-child(3){
	background: none;
}
.btn1{
	display: block;
	width: 140px;
	line-height: 36px;
	background: rgba(93,186,205,0.8);
	color: #fff;
	border-radius: 3px;
	text-indent: 30px;
	margin: 0 auto;
	margin-top: 30px;
}
.btn1:hover{
	color: #fff;
	border-color: #5dbacd;
	background: rgba(93,186,205,1);
}
.btn2{
	background: none;
	border: 1px solid #111;
	color: #111;
}
/*------------新闻动态-------------*/
.news{
	padding: 60px 0;
}
.news ul{
	margin-top: 20px;
}
.news li{
	padding: 0;
}
.news li a{
	display: block;
	margin: 15px;
	background: url(../images/icon_jh.png) no-repeat right 20px bottom 20px,#e9e9e9;
	overflow: hidden;
}
.news li img{
	width: 45%;
	float: left;
}
.news li .wz{
	width: 55%;
	float: left;
	padding: 20px;
}
.news li h4{
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}
.news li p{
	line-height: 24px;
	color: #888;
}
.news li .time{
	color: #888;
	margin-top: 10px;
}
.news li:hover img{
	transform: scale(1.05);
	transition: all ease 0.5s;
}
.news li:hover h4{
	color: #5da8f9;
}

/*-------页脚---------*/
.footer{
	background: url(../images/foote_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0;
}
.footer .container{
	width: 970px;
	margin: 0 auto;
}
.footer dl{
	float: left;
}
.footer .first{
	width: 35%;
}
.footer .second{
	width: 65%;
}
.footer .top{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #888;
	text-align: center;
}
.footer .top a{
	color: #fff;
	font-size: 15px;
	display: inline-block;
	margin-right: 25px;
}
.footer dd{
	color: #fff;
	font-size: 13px;
	line-height: 28px;
}
.footer .last dd{
	float: left;
	width: 100px;
	text-align: center;
	margin-left: 12px;
}
.footer .last dd img{
	max-width: 100%;
	display: block;
}
.footer .last dd span{
	display: block;
}
.footer .first dd{
	padding-left: 20px;
}
.footer .first dd:nth-child(1){
	background: url(../images/icon_fot1.png) no-repeat left center;
}
.footer .first dd:nth-child(2){
	background: url(../images/icon_fot2.png) no-repeat left center;
}
.footer .first dd:nth-child(3){
	background: url(../images/icon_fot3.png) no-repeat left center;
}
.footer .second dd{
	padding-left: 20px;
	background: url(../images/icon_fot4.png) no-repeat left center;
}
.footer a:hover{
	color: #5da8f9;
}
.copy{
	background: #030000;
	color: #eee;
	font-size: 13px;
	line-height: 30px;
	padding: 15px 0;
}
.copy span{
	display: inline-block;
	float: right;
}
.copy a{
	color: #eee;
}
.copy a:hover{
	color: #5da8f9;
}