/* CSS Document */
@charset "utf-8";
* { margin:0; padding:0;  }
body  { font:14px/1.5 "Microsoft Yahei"; color:#333; cursor:default; }
img { border:0px; vertical-align: top; }
ul,ol { list-style-type:none; }
table { border-collapse:collapse; border-spacing:0; }
input,textarea,select { font:14px/1 "Microsoft Yahei"; color:#555; outline:0; }
textarea { resize:none; overflow:auto; }
input[type='checkbox'], input[type='radio'] { vertical-align:-2px; margin-right:5px; }
h1,h2,h3,h4,h5,h6,font { font-size:14px; }
a { color:#333; text-decoration:none; cursor:pointer; }
a:hover,a:active { color:#e0272c; }
em {font-style: normal;}
h3,h4 {font-weight: 400;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#e5e5e5; }
input:-moz-placeholder, textarea:-moz-placeholder { color:#e5e5e5; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#e5e5e5; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #e5e5e5; } 
.clearfix:after { content:""; clear:both; font-size:0px; line-height:0px; display:block; width:100%; height:1px; }
.hidden { display:none; }
.center { text-align:center; }
.autocut { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all; }
.ease { -webkit-transition:all ease 300ms; -moz-transition:all ease 300ms; -ms-transition:all ease 300ms; -o-transition:all ease 300ms; transition:all ease 300ms; }
a {-webkit-transition:all ease 300ms; -moz-transition:all ease 300ms; -ms-transition:all ease 300ms; -o-transition:all ease 300ms; transition:all ease 300ms;}
.noease, .noease * { -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none; }
h3 {font-weight: 400;}
.wrap { width:1200px;height:100%;margin:0 auto; position:relative; }
.left {float: left;}
.right {float: right;}



body{
	max-width: 100%;
	overflow-x: hidden;
}

/* 网站公共头部区域 */
.p-header {
	position: relative;
	z-index: 9999;
	width: 100%;
}
.p-header .logoTel {
	width: 100%;
	height: 100px;
}
.p-header h1 {
	float: left;
	width: 260px;
}
.p-header h1 img {
	display: block;
	height: 100px;
}
.p-header .tel {
	float: right;
	height: 60px;
	overflow: hidden;
	padding-top: 26px;
}
.p-header .tel span {
	display: block;
	font-size: 14px;
	color: #111;
	line-height: 24px;
}
.p-header .tel strong {
	display: block;
	font-size: 16px;
	color: #da251b;
	line-height: 26px;
}
.p-header .menuBox {
	width: 100%;
	height: 50px;
	background: #da251b;
}
.p-header .menuBox ul {
	width: 100%;
	height: 100%;
}
.p-header .menuBox li {
	float: left;
}
.p-header .menuBox li a {
	display: block;
	padding: 0 48px;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
}
.p-header .menuBox li a:hover,
.p-header .menuBox li.on a {
	color: #fff;
	background: #bd0d03;
}


/*首页banner*/
.i-banner {
	position:relative;
	width:100%;
	height: 550px;
	overflow:hidden;
}
.i-banner ul.slides {
	width:100%;
	height:100%;
}
.i-banner ul.slides li {
	width:100%;
	height: 550px;
}
.i-banner .flexslider {
	position:relative;
	height: 550px;
}
.i-banner .flex-control-nav {
	bottom:30px;
	z-index:999;
}
.flex-control-paging li a {
	width: 60px !important;
	height: 6px !important;
	background: #fff !important;
}
.flex-control-paging li a.flex-active {
	background: #ffec08 !important;
}



/* 自驾体验 */
.i-zijia {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}
.i-zijia .zjTit {
	width: 100%;
	text-align: center;
}
.i-zijia .zjTit h4 {
	font-size: 30px;
	color: #111;
	line-height: 50px;
}
.i-zijia .zjTit h3 {
	font-size: 26px;
	color: #da251b;
	line-height: 50px;
	font-weight: bold;
}
.i-zijia .zjTit p {
	font-size: 18px;
	color: #333333;
	line-height: 32px;
}
.i-zijia .zjPic {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.i-zijia .zjPic ul {
	width: 110%;
	overflow: hidden;
}
.i-zijia .zjPic li {
	float: left;
	width: 288px;
	margin-right: 16px;
}
.i-zijia .zjPic li img {
	display: block;
	width: 100%;
	height: 223px;
}


/* 考驾照 */
.i-kjz {
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}
.i-kjz .tit {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.i-kjz .tit h3 {
	font-size: 30px;
	color: #111;
	line-height: 50px;
	font-weight: bold;
}
.i-kjz .tit h3 span {
	color: #da251b;
}
.i-kjz .tit p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.i-kjz .kList {
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}
.i-kjz .kList .itm {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}
.i-kjz .kList .itm .pic {
	float: left;
	width: 452px;
	background: #0074cd;
	margin-left: 10px;
}
.i-kjz .kList .itm .pic img {
	display: block;
	width: 100%;
	position: relative;
	top: -8px;
	left: -8px;
}
.i-kjz .kList .itm .desc {
	float: left;
	width: 520px;
	margin-left: 80px;
	padding-top: 40px;
}
.i-kjz .kList .itm .desc h3 {
	font-size: 30px;
	color: #da251b;
	height: 39px;
	margin: 30px 0;
	line-height: 35px;
}
.i-kjz .kList .itm .desc h3 span {
	display: inline-block;
	width: 33px;
	height: 39px;
	background: url(../images/i-kjz-icon.jpg) left center no-repeat;
	text-align: center;
	line-height: 39px;
	font-size: 30px;
	color: #fff;
	margin-right: 15px;
	position: relative;
	top: 2px;
}
.i-kjz .kList .itm .desc p {
	font-size: 16px;
	color: #333;
	line-height: 26px;
}


/* 飞机租赁 */
.i-zl {
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}
.i-zl .tit {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.i-zl .tit h3 {
	font-size: 30px;
	color: #111;
	line-height: 50px;
}
.i-zl .tit h3 span {
	color: #da251b;
}
.i-zl .tit p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.i-zl .zlList {
	width: 1160px;
	padding: 20px 20px 20px 20px;
	background: #f7f7f7;
	overflow: hidden;
	margin-top: 30px;
}
.i-zl .zlList ul {
	width: 110%;	
	overflow: hidden;
}
.i-zl .zlList ul li {
	float: left;
	width: 375px;
	margin-right: 16px;
}
.i-zl .zlList ul li .pic {
	display: block;
	width: 100%;
}
.i-zl .zlList ul li .pic img {
	display: block;
	width: 100%;
}
.i-zl .zlList ul li .info {
	width: 100%;
	margin-top: 6px;
}
.i-zl .zlList ul li .info .t {
	display: block;
	font-size: 20px;
	color: #333;
	line-height: 40px;
}
.i-zl .zlList ul li .info p {
	font-size: 14px;
	color: #111;
	line-height: 26px;
}
.i-zl .zlList .more {
	display: block;
	width: 260px;
	height: 54px;
	background: #da251b;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 54px;
	margin: 30px auto;
}



/* 新闻中心 */
.i-news {
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
}
.i-news .tit {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.i-news .tit h3 {
	font-size: 30px;
	color: #111;
	line-height: 50px;
}
.i-news .tit h3 span {
	color: #da251b;
}
.i-news .tit p {
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.i-news .nsList {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.i-news .nsList .leftCon {
	float: left;
	width: 520px;
	padding: 20px;
	background: #f5f6f8;
	overflow: hidden;
}
.i-news .nsList .leftCon .pic {
	display: block;
	width: 100%;
}
.i-news .nsList .leftCon .pic img {
	display: block;
	width: 100%;
	height: 400px;
}
.i-news .nsList .leftCon .info {
	width: 100%;
	padding: 10px 0;
}
.i-news .nsList .leftCon .info .t {
	display: block;
	font-size: 18px;
	color: #111;
	line-height: 40px;
}
.i-news .nsList .leftCon .info p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	color: #555;
	line-height: 24px;
}
.i-news .nsList .rightCon {
	float: right;
	width: 560px;
}
.i-news .nsList .rightCon ul {
	width: 100%;
	overflow: hidden;
	margin-top: -15px;
}
.i-news .nsList .rightCon li {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #666;
}
.i-news .nsList .rightCon li .time {
	float: left;
	width: 100px;
	text-align: center;
	padding-top: 12px;
}
.i-news .nsList .rightCon li .time strong {
	display: block;
	font-size: 24px;
	color: #111;
	line-height: 40px;
}
.i-news .nsList .rightCon li .time span {
	display: block;
	font-size: 18px;
	color: #111;
	line-height: 30px;
}
.i-news .nsList .rightCon li .info {
	float: right;
	width: 430px;
}
.i-news .nsList .rightCon li .info .tit {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	text-overflow:ellipsis;
	font-size: 18px;
	color: #333;
	line-height: 50px;
	text-align: left;
}
.i-news .nsList .rightCon li .info p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}


/* 网站底部 */
.p-footer {
	width: 100%;
	margin-top: 100px;
	background: #fff;
}
.p-footer .fmCon {
	position: relative;
	top: -60px;
	width: 100%;
}
.p-footer .fmCon .wrap {
	width: 1100px;
	height: 100px;
	padding: 20px 50px;
	background: #da251b;
}
.p-footer .fmCon .left {
	float: left;
	width: 40%;
}
.p-footer .fmCon .left h3 {
	font-size: 30px;
	color: #fff;
	line-height: 60px;
}
.p-footer .fmCon .left p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.p-footer .fmCon .right {
	float: right;
	width: 450px;
}
.p-footer .fmCon .right p {
	font-size: 14px;
	color: #fff;
}
.p-footer .fmCon form {
	width: 450px;
	overflow: hidden;
	margin: 10px 0;
}
.p-footer .fmCon form .ipt {
	float: left;
	margin-right: 10px;
	height: 28px;
	background: #fff;
	padding: 4px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
.p-footer .fmCon form .ipt input {
	border: 0;
	outline: none;
	line-height: 28px;
}
.p-footer .fmCon form .ipt .name {
	width: 140px;
	text-indent: 10px;
}
.p-footer .fmCon form .ipt .phone {
	width: 150px;
	text-indent: 10px;
}
.p-footer .fmCon form .ipt .btn {
	width: 90px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #fff;
	background: #da251b;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
.p-footer .fmCon .msg {
	width: 100%;
}
.p-footer .fmCon .msg h3 {
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-right: 20px;
}
.p-footer .fmCon .msg p {
	float: left;
	line-height: 30px;
}
.p-footer .infoCon {
	width: 100%;
}
.p-footer .infoCon .wrap {
	position: relative;
	width: 1100px;
	top: -30px;
	overflow: hidden;
}
.p-footer .infoCon .left {
	float: left;
	width: 50%;
}
.p-footer .infoCon .left .logo {
	display: block;
	margin: 15px 0;
}
.p-footer .infoCon .left p,
.p-footer .infoCon .left a {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.p-footer .infoCon .left p span {
	font-weight: bold;
}
.p-footer .infoCon .ewm {
	float: right;
	padding-top: 30px;
}
.p-footer .infoCon .ewm .itm {
	float: left;
	width: 164px;
	margin: 20px;
}
.p-footer .infoCon .ewm .itm img {
	display: block;
	width: 164px;
	height: 164px;
}
.p-footer .infoCon .ewm .itm span {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #111;
	line-height: 40px;
}
.p-footer .copyRight {
	width: 100%;
	background: 50px;
	background: #656565;
}
.p-footer .copyRight p,
.p-footer .copyRight a {
	font-size: 13px;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

.pg-pos {
	width: 100%;
	height: 50px;
	overflow: hidden;
}
.pg-pos > div {
	float: left;
	display: inline-block;
	height: 50px;
	padding-left: 35px;
	background: url(../images/pg-pos-bg.png) left center no-repeat;
	background-size: 30px 30px;
}
.pg-pos * {
	font-size: 14px;
	color: #9f9f9f;
	line-height: 50px;
}

.i-smTit {
	width: 100%;
	text-align: center;
}
.i-smTit h3 {
	font-size: 28px;
	color: #111;
	line-height: 30px;
}
.i-smTit .line {
	display: block;
	width: 30px;
	height: 2px;
	background: #666;
	margin: 10px auto;
}
.i-smTit p {	
	font-size: 16px;
	color: #666;
	line-height: 20px;
	text-transform: uppercase;
}

/* 新闻中心 */
.pg-news {
	width: 100%;
	padding: 10px 0 50px;
	background: #f4f4f4;	
}
.pg-news .nsListCon {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.smLeftBar {
	float: left;
	width: 230px;
}
.smLeftBar .itmCate {
	width: 100%;
	overflow: hidden;
}
.smLeftBar .itmCate h3 {
	width: 100%;
	height: 54px;
	background: url(../images/pg-gaikuang-leftPic01.png) no-repeat;
	background-size:100% 54px;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	color: #fff;
}
.smLeftBar .itmCate ul {
	width: 100%;
}
.smLeftBar .itmCate li {
	width: 100%;
}
.smLeftBar .itmCate li a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 50px;
	background: #fff;
}
.smLeftBar .itmTel {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.smLeftBar .itmTel h3 {
	width: 100%;
	height: 54px;
	background: url(../images/pg-gaikuang-leftPic01.png) no-repeat;
	background-size:100% 54px;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	color: #fff;
}
.smLeftBar .itmTel .info {
	padding: 20px;
	background: #fff;
}
.smLeftBar .itmTel .info p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-bottom: 6px;
}
.smLeftBar .itmCase {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.smLeftBar .itmCase h3 {
	width: 100%;
	height: 54px;
	background: url(../images/pg-gaikuang-leftPic01.png) no-repeat;
	background-size:100% 54px;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	color: #fff;
}
.smLeftBar .itmCase ul {
	width: 100%;
}
.smLeftBar .itmCase li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.smLeftBar .itmCase li a {
	display: block;
	width: 100%;
}
.smLeftBar .itmCase li a img {
	display: block;
	width: 100%;
}
.smLeftBar .itmCase li .t {
	display: block;
	width: 100%;
	height: 36px;
	background: #fff;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 36px;
}
.pg-news .rightCon {
	float: right;
	width: 940px;
	overflow: hidden;
}
.pg-news .rightCon ul {
	width: 100%;
}
.pg-news .rightCon li {
	width: 920px;
	padding: 10px;
	background: #fff;
	margin-bottom: 15px;
	overflow: hidden;
}
.pg-news .rightCon li .pic {
	float: left;
	width: 280px;
}
.pg-news .rightCon li .pic img {
	display: block;
	width: 100%;
	height: 200px;
}	
.pg-news .rightCon li .info {
	float: right;
	width: 610px;
	margin-right: 10px;
}
.pg-news .rightCon li .info .tit {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	text-overflow:ellipsis;
	font-size: 18px;
	color: #111;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}
.pg-news .rightCon li .info .time {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	padding: 20px 0;
}
.pg-news .rightCon li .info p {
	display: block;
	font-size: 14px;
	color: #8a8a8a;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.pg-news .rightCon li .info .more {
	float: right;
	display: block;
	font-size: 16px;
	color: #da251b;
	line-height: 24px;
	padding-left: 30px;
	background: url(../images/pg-news-moreBg.png) left center no-repeat;
}
.pg-news .dtlCon {
	width: 880px;
	padding: 30px;
	background: #fff;
}
.pg-news .dtlCon .dtlTit {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.pg-news .dtlCon .dtlTit h3 {
	font-size: 20px;
	color: #333;
	line-height: 30px;
	padding: 20px 0;
}
.pg-news .dtlCon .dtlTit p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.pg-news .dtlCon .content {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.pg-news .dtlCon .content p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.pg-news .dtlCon .content img {
	max-width: 100%;
}
.pg-news .caseList {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.pg-news .caseList ul {
	width: 100%;
	overflow: hidden;
}
.pg-news .caseList li {
	float: left;
	width: 265px;
	margin: 7px;
	background: #fff;
	padding: 10px;
}
.pg-news .caseList li a {
	display: block;
}
.pg-news .caseList li a img {
	display: block;
	width: 100%;
	height: 180px;
}
.pg-news .caseList li a span {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 14px;
	color: #111;
	line-height: 40px;
}
.pg-news .caseList li:hover a span {
	color: #da251b;
	font-weight: bold;
}

/* 公司简介 */
.pg-about {
	width: 100%;
	background: #f7f7f7;
	overflow: hidden;
	padding-bottom: 20px;
}
.pg-about .pg-tit {
	width: 100%;
	height: 50px;
	border-bottom: 1px dashed #eee;
	margin-bottom: 20px;
}
.pg-about .pg-tit h3 {
	display: inline-block;
	font-size: 18px;
	color: #333;
	line-height: 50px;
	border-bottom: 3px solid #da251b;
	position: relative;
	top: -1px;
}
.pg-about .abtCon {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.smRightCon {
	float: right;
	width: 860px;
	padding: 15px 30px;
	background: #fff;
}
.smRightCon .content {
	width: 100%;
}
.smRightCon .content p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.smRightCon .content img {
	max-width: 860px;
}

.pageBar {
	width: 100%;
	text-align: center;
	padding: 40px 0 20px;
}
.pageBar * {
	display: inline-block;
	height: 30px;
	padding:0 6px;
	font-size: 14px;
	color: #111;
	line-height: 30px;
	border: 1px solid #ccc;
	margin: 2px;
}
.pageBar .selfpage {
	background: #da251b;
	border-color: #da251b;
	color: #fff;
}




