/*登录*/
.loginBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.loginlayerBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 10;
}

.loginInBox {
	position: absolute;
	margin-left: -238px;
	margin-top: -201px;
	left: 50%;
	top: 50%;
	background: #fff;
	padding: 38px 70px 58px 70px;
	z-index: 20;
}

.loginClose {
	width: 18px;
	height: 18px;
	background-size: cover;
	background: url("../img/logo14.png") no-repeat center;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 20;
	cursor: pointer;
}

.loginTop {
	font-size: 24px;
	color: #004981;
	line-height: 1;
	display: block;
	text-align: center;
	margin-top: 38px;
	margin-bottom: 11px;
}

.loginTopInt {
	font-size: 14px;
	color: #999;
	margin-bottom: 60px;
	text-align: center;
	display: block;
}

.loginInBox #password,
.loginInBox #userName {
	line-height: 30px;
	width: 248px;
	border: 1px solid #ccc;
	padding-left: 30px;
}

.loginTName {
	line-height: 30px;
	font-size: 14px;
	color: #333;
	margin-right: 15px;
}

.loginInput {
	position: relative;
}

.loginLogoU {
	background: url("../img/logo13.png") no-repeat center;
	width: 18px;
	height: 20px;
	top: 6px;
	left: 8px;
	display: inline-block;
	position: absolute;
}

.loginLogoP {
	background: url("../img/logo12.png") no-repeat center;
	width: 18px;
	height: 20px;
	top: 6px;
	left: 8px;
	display: inline-block;
	position: absolute;
}

.loginUserBox {
	margin-bottom: 20px;
}

.loginBtn {
	width: 280px;
	height: 30px;
	background: #004981;
	color: #fff;
	font-size: 13px;
	display: block;
	text-align: center;
	line-height: 30px;
	margin-top: 40px;
	cursor: pointer;
}

/*左侧导航*/
.sideNav {
	background: #f4f4f4;
	width: 23%;
}

.sideNav .navTitle {
	padding-top: 76px;
	color: #004981;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 56px;
}

.navMain.active .navTwoBigBox,
.navMain.active .navThreeBox {
	display: block;
}

.sideNav .navOne {
	background: url("../img/logo2.png") no-repeat left center;
	background-size: 11px 11px;
	padding-left: 30px;
	font-size: 18px;
	color: #333;
	margin-bottom: 13px;
	display: block;
	cursor: pointer;
}

.sideNav .navOne.active {
	background: url("../img/logo6.png") no-repeat left center;
	background-size: 11px 11px;
	padding-left: 30px;
	font-size: 18px;
	color: #333;
}

.sideNav .navTwoBigBox {
	display: none;
}

.sideNav .navTwoBox {
	margin-left: 27px;
}

.sideNav .navThreeBox {
	display: none;
}

.sideNav .navTwo {
	background: url("../img/logo10.png") no-repeat left center;
	background-size: 11px 8px;
	padding-left: 30px;
	font-size: 16px;
	color: #999999;
	display: block;
	margin-bottom: 17px;
	cursor: pointer;
}

.sideNav .navTwo.sign {
	background: none;
	font-size: 16px;
	display: block;
	margin-bottom: 17px;
	cursor: pointer;
}

.sideNav .navTwo.active.sign {
	background: url("../img/logo4.png") no-repeat left center;
	background-size: 18px 17px;
	padding-left: 30px;
	font-size: 16px;
	color: #1c5988;
	display: block;
	margin-bottom: 17px;
	cursor: pointer;
}

.sideNav .navTwo.active {
	background: url("../img/logo11.png") no-repeat left center;
	background-size: 11px 8px;
	padding-left: 30px;
	font-size: 16px;
	color: #1c5988;
	display: block;
	margin-bottom: 17px;
	cursor: pointer;
}

.twoLevel .navTwoBox {
	display: none;
}

.twoLevel .navMain.active .navTwoBox {
	display: block;
}

.sideNav.twoLevel .navTwo {
	background: none;
	background-size: 18px 17px;
	padding-left: 30px;
	font-size: 16px;
	color: #999999;
	display: block;
	margin-bottom: 17px;
	cursor: pointer;
}

.sideNav.twoLevel .navTwo.active {
	background: url("../img/logo4.png") no-repeat left center;
	background-size: 18px 17px;
	padding-left: 30px;
	font-size: 16px;
	color: #1c5988;
	display: block;
	margin-bottom: 17px;
	cursor: pointer;
}

.sideNav.twoLevel .navTwo.active a {
	color: #1c5988;
}

.sideNav .navThree {
	background-size: 11px 11px;
	padding-left: 30px;
	font-size: 13px;
	color: #999999;
	display: block;
	margin-bottom: 17px;
	cursor: pointer;
}

.sideNav .navThree.active {
	background: url("../img/logo4.png") no-repeat left center;
	background-size: 18px 17px;
	padding-left: 30px;
	font-size: 13px;
	color: #1c5988;
}

/*分页*/
#pageGro {
	width: auto;
	margin: 0px auto;
	padding-top: 60px;
}

#pageGro div,
#pageGro div ul li {
	font-size: 12px;
	color: #666666;
	line-height: 28px;
	/*float: left;*/
	/*margin-left: 13px;*/
}

/*#pageGro .pageList{
    margin-left: 0;
}
#pageGro div ul li {
    width: 27px;
    height:28px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #c9c9c9;
    cursor: pointer;
}

#pageGro div ul li.on {
    color: #fff;
    background: #004981;
    border: 1px solid #004981;
}

#pageGro .pageUp, #pageGro .pageDown {
    width: 27px;
    height:28px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    cursor: pointer;
    color: #b7b7b7;
}

#pageGro .pageUp {
    background: url(../img/logo8.png) center no-repeat;
    background-size: 12px 17px;
    width: 27px;
    height:28px;
}

#pageGro .pageDown {
    background: url(../img/logo9.png) center no-repeat;
    background-size: 12px 17px;
    width: 27px;
    height:28px;
}
#pageGro .pageFirst{
    width:40px;
    height:28px;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    cursor: pointer;
    color: #b7b7b7;
    border-radius: 4px;
    text-align: center;
}
#pageGro .pageLast{
    width:40px;
    height:28px;
    font-size: 12px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    cursor: pointer;
    color: #b7b7b7;
    border-radius: 4px;
    text-align: center;
}*/


#manual .sectionInBox {
	/*margin-left: 40px;*/
	margin-top: 83px;
	margin-bottom: 30px;
}

#manual .bannerImg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 480px;
	width: 100%;
}

#manual .section {
	width: 77%;
	background: #fff;
	padding: 20px 20px 40px 20px;
	box-sizing: border-box;
}

#manual .IPC {
	font-size: 14px;
	line-height: 22px;
	margin-left: 40px;
	margin-top: 83px;
	margin-bottom: 30px;
	margin-right: 40px;
}

#manual .content {
	background: #f4f4f4;
}

#manual .sectionTitle {
	display: block;
	line-height: 1;
	color: #1c5988;
	padding-bottom: 13px;
	border-bottom: 1px solid #1c5988;
}

#manual form {
	/*margin-left: 40px;*/
}

#manual .manualTable {
	width: 100%;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}

#manual .manualTable a {
	word-break: break-all;
}

#manual .pdfDown {
	background: url("../img/logo7.png") no-repeat center;
	background-size: 22px 24px;
}

#manual .pdfDown a {
	display: block;
	width: 100%;
	height: 70px;
}

#manual .manualTable tr {
	height: 70px;
	border-bottom: 1px solid #eee;
}

#manual .manualTable tr:nth-child(3n) {
	background: #fafafa;
}

#manual .manualTable tr td {
	text-align: center;
	font-size: 13px;
	color: #666;
}

#manual .manualTable tr.blue {
	background: #004981;
	border: 1px solid #004981;
	color: #fff;
	font-size: 14px;
	height: 60px;
}

#manual .manualTable .padDown a {
	display: block;
}


/*售后支持*/
.afterSection .afterInt {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding: 0 40px;
	display: inline-block;
}

.afterDownBox {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.afterDownBox .afterDown {
	font-size: 20px;
	color: #004981;
	padding: 18px 80px;
	line-height: 1;
	border: 1px solid #004981;
	display: inline-block;
	cursor: pointer;
}

.afterDownBox .afterDown:hover {
	font-size: 20px;
	color: #fff;
	padding: 18px 80px;
	line-height: 1;
	background: #004981;
	border: 1px solid #004981;
}


/*飞行员培训*/
.pilotImgBox,
.pilotInt {
	padding: 0 40px;
}

.pilotImgBox {
	margin-top: 50px;
}

.pilotInt .pilotKe {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	display: block;
}

.pilotLeft,
.pilotRight {
	width: 41%;
	margin-right: 18%;
}

.pilotLeft:nth-child(2n) {
	width: 41%;
	margin-right: 0;
}

.pilotImgSection img {
	width: 100%;
	margin-bottom: 16px;
}

.pilotImgWz {
	font-size: 14px;
	color: #333;
}

#manual .manualTable.overhaul tr.grey {
	background: #eeeeee;
	border: 1px solid #eee;
	color: #333333;
	font-size: 14px;
	height: 60px;
}

#manual .manualTable.overhaul tr:nth-child(3n) {
	background: #fff;
	border: 1px solid #eee;
}

.sectionInBox2 {
	overflow-x: auto;
	display: none;
	margin-bottom: 4px;
}

.section2nav {
	width: auto;
}

.section2nav span {
	float: left;
	line-height: 90px;
	padding: 0 4px;
	margin: 0 30px;
	font-size: 26px;
	box-sizing: border-box !important;
	height: 90px;

}

.section2nav span.active {
	float: left;
	line-height: 90px;
	padding: 0 4px;
	border-bottom: 4px solid #004981;
}

::-webkit-scrollbar {
	/*隐藏滚轮*/
	display: none;
}

#content2 {
	overflow-x: auto;
	margin-top: 4px;
}

#content img {
	max-width: 100%;
}

.wzTip {
	color: #004981;
	font-size: 12px;
	display: block;
	padding-left: 10px;
	margin-top: 8px;
}

.feedTable table {
	border: 1px solid #ccc;
	width: 100%;
}

.feedTable table tr {
	border: 1px solid #ccc;
	line-height: 50px;
	height: 50px;
	text-align: center;
}

.feedTable table tr td {}

.feedTable table tr td .butonOne {
	border: 1px solid #004981;
	color: #004981;
	text-align: center;
	line-height: 1;
	padding: 5px 13px;
	display: inline-block;
	border-radius: 6px;
	box-sizing: border-box;
}

.feedTable table tr td .butonTwo {
	color: #fff;
	text-align: center;
	padding: 5px 13px;
	line-height: 1;
	display: inline-block;
	border-radius: 6px;
	background: #004981;
}

.feedTable .fTitle {
	background: #d8e1ea;
	font-size: 15px;
	color: #333;
}

.fedPush {
	width: 280px;
	height: 60px;
	background: #004981;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 60px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
	cursor: pointer;
}

.feedTable table input {
	width: 180px;
	height: 48px;
}

.feedTable table input#content {
	width: 560px;
	height: 48px;
}

.feedTable table input.fileupload {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;

}

.w1220 {
	width: 89%;
	max-width: 1220px;
	margin: 0 auto;
}

.header .navBox {
	margin-left: 4%;
}

.header .navBox li {
	position: relative;
	float: left;
	margin: 0 10px;
}

.header .navBox li>a {
	font-size: 18px;
	color: #666;
	font-weight: bold;
	padding: 0 20px;
	height: 80px;
	line-height: 80px;
	display: block;
	float: left;
	cursor: pointer;
}

.header .navBox li>a:hover,
.header .navBox a.active {
	background: #004981;
	color: #fff;
}

.header .navBox li .slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	background: #004981;
	display: none;
	z-index: 10;
}

.header .navBox li .slide a {
	font-size: 13px;
	color: #ffffff;
	line-height: 38px;
	height: 38x;
	font-weight: normal;
	opacity: 0.4;
	display: block;
	text-align: center;
}

.header .navBox li .slide a:hover {
	opacity: 1;
}

.header .navBox li:hover .slide {
	display: block;
}

.header .logo {
	padding-top: 18px;
	float: left;
}

.header .logo img {
	height: 36px;
}

.header .language {
	padding-top: 30px;
}

.header .language a {
	font-size: 11px;
	color: #666;
	line-height: 1;
	float: left;
	margin-top: 2px;
}

.header .language i {
	width: 1px;
	height: 16px;
	background: #666;
	float: left;
	margin: 0 10px;
}

/*手机站头部*/
.m-header-box {
	display: none;
	height: 44px;
}

.m-header {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background: #ffffff;
	border: 1px solid #dddddd;
	height: 43px;
	z-index: 100;
}

.m-header .logo {
	float: left;
	width: 73px;
	height: 30px;
	line-height: 1;
	margin: 8px 0 0 15px;
}

.m-header .language {
	float: right;
	width: 49px;
	height: 31px;
	padding-top: 12px;
}

.m-header .language a {
	width: 21px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: block;
	margin: 0 auto 0;
}

.m-header .language .cn {
	background-image: url(../img/x_cn.png);
}

.m-header .language .en {
	background-image: url(../img/x_en.png);
}

.m-header .nav {}

.m-header .nav .top {
	position: absolute;
	right: 50px;
	left: 100px;
	background: #f5f8fa;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	height: 43px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.m-header .nav .top span {
	font-size: 15px;
	color: #333333;
	letter-spacing: 0;
	line-height: 43px;
}

.m-header .nav .top i {
	display: inline-block;
	width: 14px;
	height: 7px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../img/x_ico2.png);
	margin-left: 5px;
}

.m-header .nav .top.cur i {
	transform: rotateX(180deg);
}

.m-header .nav-slide {
	position: fixed;
	left: 0;
	right: 0;
	top: 45px;
	bottom: 0;
	background: #f5f8fa;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	z-index: 990;
}

.m-header .nav-slide dl {}

.m-header .nav-slide dt {
	padding-left: 100px;
	padding-right: 43px;
	height: 68px;
	line-height: 68px;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #1d5a89;
	font-weight: bold;
	position: relative;
}

.m-header .nav-slide dt:after {
	content: '';
	display: block;
	position: absolute;
	right: 15px;
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../img/x_ico3.png);
}

.m-header .nav-slide dt.cur:after {
	background-image: url(../img/x_ico4.png);
}

.m-header .nav-slide dd {
	display: none;
	border-bottom: 1px solid #1d5a89;
	position: relative;
	overflow: hidden;
}

.m-header .nav-slide dd.cur {
	transition: height 0.6s;
}

.m-header .nav-slide .navsec {
	display: block;
	font-size: 15px;
	color: #999999;
	padding-left: 100px;
	padding-right: 43px;
	height: 49px;
	line-height: 49px;
	border-bottom: 1px solid #cad8e3;
	position: relative;
}

.m-header .nav-slide .navsec:after {
	content: '';
	display: block;
	position: absolute;
	right: 15px;
	width: 4px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url(../img/x_ico5.png);
}

.m-header .nav-slide .navthrBox {}

.m-header .nav-slide .navthr {
	display: block;
	font-size: 11px;
	color: #666666;
	height: 49px;
	line-height: 49px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #cad8e3;
	padding-left: 20px;
	margin-left: 80px;
}

.m-header .nav-slide .thr-box {
	position: absolute;
	transition: all 0.6s ease .3s;
	right: -100%;
	top: 0;
	width: 100%;
}

.m-header .nav-slide .thr-box .navsec {
	padding-left: 20px;
	margin-left: 80px;
}

.m-header .nav-slide .thr-box .navsec:after {
	right: auto;
	left: 0;
	transform: rotateY(180deg);
}

.m-header .nav-slide .sec-box {
	transform: translate(0);
	transition: transform 0.6s ease .3s;
}

.m-header .nav-slide .sec-box.cur {
	transform: translate(-100%);
	transition: all 0.6s ease;
}

.m-header .nav-slide .thr-box.cur {
	right: 0;
	transition: all 0.6s ease .3s;
	width: 100%;
}


/*底部*/
.footer {
	background: #262626;
	padding: 36px 0 56px 0;
}

.footer .infoBox {
	max-width: 38%;
}

.footer .linkBox {
	width: 62%;
}

.footer .linkBox dl {
	width: 25%;
}

.footer .linkBox dt {
	color: #fff;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 18px;
}

.footer .linkBox dd {
	margin-bottom: 11px;
}

.footer .linkBox dd a {
	font-size: 12px;
	color: #999;
	line-height: 1;
}

.footer .linkBox dd a:hover {
	color: #00a2e9;
}

.footer .infoBox img {
	margin-bottom: 17px;
}

.footer .infoBox .addressBox {
	font-size: 14px;
	color: #ccc;
	margin-bottom: 6px;
	display: block;
}

.footer .infoBox .teleBox {
	margin-bottom: 6px;
}

.footer .infoBox .teleBox,
.footer .infoBox .emailBox {
	color: #ccc;
}

.footer .infoBox .teleBox span,
.footer .infoBox .emailBox span {
	color: #00a2e9;
	font-size: 14px;
}

.footer .infoBox .shu {
	margin: 0 15px;
	color: #666;
}

.m-footer {
	padding: 20px 0 30px;
}

.m-footer .linkBox {
	float: none;
	width: 100%;
}

.m-footer .infoBox {
	float: none;
	max-width: 100%;
	text-align: center;
	margin-top: 10px;
}

.m-footer .linkBox dl {
	float: none;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.m-footer .linkBox dt {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	margin-bottom: 0;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
}

.m-footer .linkBox dd {
	display: none;
	margin-bottom: 0;
	padding: 10px 0;
}

.m-footer .infoBox img {
	display: block;
	margin: 0 auto 10px;
	width: 100px;
}

.tablebox {
	overflow-x: auto;
}

.section table {
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
	margin-top: 83px;
	width: 100%;
	min-width: 500px;
}

.section table th {
	width: 16.6%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #004981;
	color: #FFFFFF;
	border: 1px solid #E0E0E0;
}

.section table td {
	width: 16.6%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
	border: 1px solid #E0E0E0;
}