@charset "utf-8";

/* CSS Document */

html {
	background: #FFF;
}

body {
	font-size: 14px;
	/* 14÷10=1.4 */
	color: #241e0e;
	font-family: '微软雅黑', 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

input:focus,
button:focus {
	outline: none;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: subpixel-antialiased;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

fieldset,
img {
	border: 0;
}

img,
object {
	width: auto;
	max-width: 100%;
	/*height:auto;*/
	width: auto\9;
	/* for ie8 */
	-ms-interpolation-mode: bicubic;
}

a {
	outline: none;
	text-decoration: none;
	color: #272727;
}

a:hover {
	color: #0b4da2;
	text-decoration: none;
}

input[type='button'] {
	outline: none;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: 400;
}

ul,
ol,
li {
	list-style: none outside none;
}

.tc {
	text-align: center !important;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.pa {
	position: absolute;
}

.pr {
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

q:before,
q:after {
	content: '';
	content: none;
}

.lf {
	float: left;
}

.md {
	float: left;
}

.rt {
	float: right;
}

.clearFix {
	*zoom: 1;
	clear: both;
}

.clearFix:after {
	content: '';
	display: block;
	clear: both;
}

.clear {
	width: 100%;
	overflow: hidden;
}

.imgResponsive {
	width: 100%;
	height: 0;
	padding-bottom: 66.67%;
	overflow: hidden;
	display: block;
	background-color: #d2d2d2
}

.imgResponsive img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.imgResponsive img:hover {
	transform: scale(1.03);
	opacity: 0.85;
}

.line1{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}


.fpx15 {
	font-size: 15px;
}
.fpx16 {
	font-size: 16px;
}


.fpx18 {
	font-size: 18px;
}
.fpx20 {
	font-size: 20px;
}
.fpx22 {
	font-size: 22px;
}
.fpx25 {
	font-size: 25px;
}
.fpx26 {
	font-size: 26px;
}
.fpx30{font-size: 30px;}
.fpx24{font-size: 24px;}
.fpx36{font-size: 36px;}
.fpx48{font-size: 48px;}
.ul-inline {
	font-size: 0;
}

.ul-inline>li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	vertical-align: top;
}

*,
:after,
:before {
	box-sizing: border-box
}

svg:not(:root) {
	overflow: hidden
}

.font-white,
.font-white * {
	color: #fff;
}


/*header*/

.header {
	position: relative;
	background-color: #0b4da2;z-index: 998;
}



.container {
	width:1210px;
	margin: 0 auto;
	
}

.wrap-nav {
	margin-top: 3px;
	height: 102px;
	border-top: 1px solid rgba(255, 255, 255, .6);
	position: relative;
}

.wrap-nav::before,
.wrap-nav::after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .6);
	position: absolute;
	left: 0;
}

.nav{display: flex;display: -webkit-flex;justify-content: space-around;}
.nav>li {
	position: relative;

}

.nav>li>a {
	display: inline-block;
	line-height: 55px;
	height: 55px;
	font-size: 20px;
	color: #000;
	position: relative;
}

.nav>li>a::before {
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	background-color: #0b4da2;
	height: 4px;
	transition: all .4s ease-out;
	position: absolute;
}

.nav>li.on>a::before {
	width: 100%;
	left: 0;
}

.subNav {
	position: absolute;
	width: 100%;
	background-color: rgba(11, 77, 162, .8);
	padding: 10px 0;
	left: 50%;
	top: 55px;
	box-sizing: border-box;
	display: none;
	text-align: center;
	transition: all 0.4s ease-out;
	width: 150px;
	margin-left: -75px;
}



.subNav>li {
	position: relative;
}



.subNav>li>a {
	color: #fff;
	display: block;
	padding: 10px 0;
	font-size: 16px;line-height: 1.6;
}

.subNav>li>a:hover {
	color: #d29942;
}

.nav {
	
}

.logo1 {
	max-width: 565px;width: 75%;
	padding: 39px 0 39px 34px;
	/* height: 90px; */
	
}
.nav_wrap{background-color: #fff;height: 55px;background-color: #fff;line-height: 55px;}


@media (min-width:980px) {}

.effect2 {
	opacity: 0;
	transform: translateY(80px);
	transition: transform .8s ease-out;
	border: none;
}

.effect2.isView {
	transform: none;
	opacity: 1;
}

.fadeInUpSmall {
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	display: block;
}

@-webkit-keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 20px, 0);
		transform: translate3d(-50%, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 20px, 0);
		-ms-transform: translate3d(-50%, 20px, 0);
		transform: translate3d(-50%, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(-50%, 0, 0);
		-ms-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
}


.fadeInUpSmall2 {
	-webkit-animation-name: fadeInUpSmall2;
	animation-name: fadeInUpSmall;
	animation-duration: 0.6s;
	-webkit-animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	display: block;
}

@-webkit-keyframes fadeInUpSmall2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		-ms-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}


.header.currents{background-color:#0b4da2;}
.header.currents .top {
	display: none;
}

.header.currents .logo {
	opacity: 0;
	bottom: 0;
}

.header.active .top {
	display: block;
}
/* .header.currents .wrap-nav,.nav>li{height: 85px;} */
/* .header.currents .logo1{width: 110px;height: 80px;}
.header.currents .logo1 img{width:65px;padding-top: 4px;}
.header.currents .subNav{top: 85px;}
.header.currents .wrap-nav::after{display: none;} */
/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%)  translateX(-50%);
		transform: translateY(-100%)  translateX(-50%);
	}

	51%,
	100% {
		opacity: 1;
	}
}

@keyframes hvr-icon-drop {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%)  translateX(-50%);
		transform: translateY(-100%)  translateX(-50%);
	}

	51%,
	100% {
		opacity: 1;
	}
}

.serBtn {}

.layer {
	position: fixed;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0;
	top: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, .85);
	width: 100%;
	height: 100%;

	transition: transform 2s ease-in-out;
}

.close {
	width: 50px;
	text-align: center;
	position: absolute;
	right: 2vw;
	top: 2vw;
	transition: transform .4s ease-out;
}

.close i {
	color: #fff;
	font-size: 40px;
	cursor: pointer;
}

.close:hover {
	transform: rotate(180deg);
}

.layer.on {
	z-index: 99990;
	opacity: 1;
	filter: alpha(opacity=100);

}



.search_box .searchKeyword {
	height: 35px;
	line-height: 35px;
	background-color: #f2f2f2;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding-right: 100px;
	padding-left: 10px;
}

.search_box .serachSubmit {
	width: 40px;
	background: url(../images/search_btn.png) no-repeat center;
	color: #666;
	height: 35px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	border: none;outline: none;
	
}

.search_box input:focus {
	outline: none;
}

.layer.on .search_box {
	transform: translate(-50%, -50%)
}
.mobileMenu{display: none;overflow: hidden;}
.mobileMenu .menu {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 2vw;
	top: 4vw;
	background: rgba(0, 0, 0, .4);
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 2;
	transition: all 0.3s ease-out 0s;
	cursor: pointer;
}

.mobileMenu .menu:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mobileMenu .menu .inner {
	right: 25%;
	top: 20px;
	width: 50%;
	position: absolute;
}

.mobileMenu .menu i {
	background: #fff;
	border-radius: 2px;
	height: 2px;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}

.mobileMenu .menu i:nth-child(1) {
	width: 88%;
	position: absolute;
	right: 0;
	top: 0px;
}

.mobileMenu .menu i:nth-child(2) {
	width: 100%;
	position: absolute;
	right: 0;
	top: 9px;
}

.mobileMenu .menu i:nth-child(3) {
	width: 88%;
	position: absolute;
	right: 0;
	top: 18px;
}
.body.on .header{position: fixed;}
body.on .mobileMenu .menu i:nth-child(1) {
	transform: translate(0, 9px) rotate(45deg);
	width: 100%;
}

body.on .mobileMenu .menu i:nth-child(2) {
	opacity: 0;
}

body.on .mobileMenu .menu i:nth-child(3) {
	transform: translate(0, -9px) rotate(-45deg);
	width: 100%
}

.mobileMenu .mobileNav {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	transition: all 0.5s ease-out 0s;
	opacity: 0;
	/* transform: scale(1.1); */
	visibility: hidden;
	padding-bottom: 40px;
	width: 100%;
	min-height: 100%;
	overflow-y: auto;
	
}

body.on .mobileMenu .mobileNav {
	visibility: visible;
	opacity: 1;
	transform: none;
}

body.on .mobileMenu .menu {
	background-color: #fff;
}

body.on .mobileMenu .menu i {
	background-color: #242a7e;
}

body.on .header {
	height: 100%;
}

.mobileNav {
	background-color: #0b4da2;
}

.m_search {
	padding: 40px 175px 60px 70px;
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.m_search>div {
	position: relative;
	width: 100%;
	height: 50px;
}

.m_keyword {
	height: 50px;
	line-height: 50px;
	padding: 0 55px 0 35px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 30px;
	border: none;
	width: 100%;
	color: #fff;
}

.m_submit {
	width: 70px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: rgba(255, 255, 255, .2);
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
}

.mobile_con {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding: 0 8vw;
	overflow: hidden;
}

.mobile_navs {
	width: 100%;
}

.mobile_navs>li {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	position: relative;
}

.mobile_navs>li::before {
	content: '';
	width: 7px;
	height: 7px;
	background-color: #505598;
	border-radius: 50%;
	left: 0;
	position: absolute;
	bottom: -3.5px;
}

.mobile_navs>li>a {
	display: inline-block;
	padding: 20px 16px;
	color: #fff;
	font-size: 18px;
}
.mobile_navs>li.on > a{color: #c29749;}
.mobile_navs>li i {
	color: #fff;
	display: inline-block;
	padding: 20px 10px;
	cursor: pointer;
	transition: all .4s ease;float: right;
}
.mobile_navs>li.on > i{
	transform: rotate(90deg);
}
.m_subNav {
	padding: 0 0 15px 30px;
	display: none;
}

.m_subNav dd {
	padding: 10px 0;
}

.m_subNav dd a {
	color: #fff;
}

.m_link {
	width: calc(40% - 30px);
	float: right;
	border-left: 1px solid rgba(255, 255, 255, .1);
}

.m_list1 {}

.m_list1 li a {
	display: block;
	padding: 8px 10px;
	text-align: center;
	line-height: 1.2;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.m_list1 li:first-child a {
	padding: 16px 10px;
}

.m_list2 {
	padding-bottom: 15px;
}

.m_list2 li {
	padding-top: 16px;
}

.m_list2 li i {
	width: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .1);
	display: block;
	margin: 0 auto;
}
.m_list2 li i img{width: 25px;}
.m_list2 li span {
	padding: 9px 0;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.m_logo {
		padding: 2vw 0 0 2vw;
		width: 231px
	}
.m_logo img{width: 100%;}


.wrap_footer{background-color: #0b4da2;padding: 50px 0 ;}
.wrap_footer *{color: #fff;}
.footer{position: relative;min-height: 128px;padding-top: 14px;font-size: 15px;}
.codeMa{width: 97px;top: 13px;right: 13%;position: absolute;text-align: center;}
.codeMa span{display: block;padding-top: 5px;}
.footer p{text-align: center;line-height: 1.6;margin-bottom: 5px;}
/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.goTop {width: 50px;height: 50px;background-color: #242a7e;color: #fff;position: fixed;right: 20px;bottom: 20px;line-height: 50px;text-align: center;font-size: 20px;z-index: 9800;}
.goTop::before{display: inline-block;transform: rotate(90deg);}
.goTop:hover{background-color: #ce9643;color: #fff;}

/*培训项目*/
.header2{position: fixed;left: 0;top: 0;z-index: 998;background-color: rgba(0,0,0,0.45);width: 100%;}
.logo2{float: left;max-width: 463px;padding: 20px 0;}
.header2 .nav_wrap{margin-left: 480px;background:none;padding-top: 57px;}
.header2 .nav > li > a{color: #fff;box-sizing: content-box;}
.header2 .nav > li{height: 55px;}
.header2 .nav>li>a::before{background-color: #bc0101;}

@media screen and (max-width: 1460px) {
	.container{width: 80vw;}
	.fpx20{font-size: 18px;}
}
@media screen and (max-width: 1280px) {
	
.codeMa {right: 5%;}
	.logo2{width: 300px;}
	.header2 .nav_wrap{margin-left: 320px;}
	.header2 .nav_wrap{padding-top: 32px;}

	
}
@media screen and (max-width: 996px) {
	.nav_wrap{display: none;}
	.logo1{padding: 30px 15px;}
	.container{width: auto;padding-left: 15px;padding-right: 15px;}
	.mobileMenu{display: block;width: 100%;}
	.effect2{opacity: 1;transform: none;}
	.mobile_con{padding-top: 70px;}
	.fpx20{font-size: 18px;}
	.codeMa{position: static;margin: 0 auto 15px;}
	.wrap_footer{padding: 20px 0;}
	.logo2{width:70%}
	
}
@media screen and (max-width: 640px) {
	.fpx25{font-size: 20px;}
}

@media screen and (max-width: 480px) {
	.mobile_con{}
	.m_search{padding: 30px 75px 30px 20px;}
	.m_logo{width: 190px;}
	.mobileMenu .menu{transform: scale(.85);}
	.logo1{padding: 15px ;}
	.mobileMenu .menu{top: 2vw;}
	.fpx20{font-size: 16px;}
	.footer{font-size: 14px;}
	
}
@media screen and (max-width: 400px) {
	.mobile_navs{width: 100%;float: none;}
	.m_link{width: 100%;float: none;}
	.m_list2 li{width: 33.3%;float: left;}
	
}
