@charset "UTF-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 14px;
}

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

img {
	vertical-align: top;
	border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

body {
	min-width: 1100px;
	overflow-x: hidden;
}

.warp {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}

input {
	border: none;
	outline: none;
	background: none;
}

.cbtn {
	position: relative;
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	text-align: center;
	background: #f27235;
	background: -webkit-linear-gradient(top, #ec523b, #f7912f);
	background: -moz-linear-gradient(top, #ec523b, #f7912f);
	background: -ms-gradient(top, #ec523b, #f7912f);
	background: linear-gradient(top, #ec523b, #f7912f);
}
.cbtn:after {
	position: absolute;
	content: "";
	width: 220px;
	height: 220px;
	background-color: #946b4f;
	top: 50%;
	left: 50%;
	margin-left: -110px;
	margin-top: -110px;
	border-radius: 50%;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	opacity: 0;
}
.cbtn:hover:after {
	-webkit-animation: scale 1s ease 0s infinite;
	-moz-animation: scale 1s ease 0s infinite;
	-o-animation: scale 1s ease 0s infinite;
	animation: scale 1s ease 0s infinite;
}

.ctit h2 {
	font-size: 34px;
	line-height: 54px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.ctit p {
	font-size: 20px;
	line-height: 38px;
	color: #fff;
	font-weight: normal;
	text-align: center;
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@-moz-keyframes scale {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@-ms-keyframes scale {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes scale {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.banner {
	position: relative;
	height: 600px;
	box-sizing: border-box;
	min-width: 1100px;
	overflow: hidden;
}
.banner .warp {
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 0;
}

.banner-img {
	position: absolute;
	width: 1920px;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.banner-img > div {
	display: none;
}
.banner-img > div.active {
	display: block;
}

.banner-img-01 > .warp {
	padding-left: 646px;
	padding-top: 379px;
}
.banner-img-01 > .warp img {
	display: block;
}
.banner-img-01 > .warp > img:nth-child(1) {
	position: absolute;
	left: 344px;
	top: 157px;
	-webkit-animation-delay: 0.5s;
	-o-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.banner-img-01 > .warp > img:nth-child(2) {
	position: absolute;
	left: 352px;
	top: 191px;
	-webkit-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.banner-img-01 > .warp p {
	box-sizing: border-box;
	width: 454px;
	height: 52px;
	font-size: 32px;
	line-height: 50px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	letter-spacing: 5px;
	border: 1px solid #fff;
	font-family: "pf";
	-webkit-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.banner-btns {
	position: absolute;
	width: 100%;
	top: 569px;
	left: 0;
	text-align: center;
}
.banner-btns span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: inset 1px 1px 0 #000;
	box-shadow: inset 1px 1px 0 #000;
	margin: 0 10px;
	cursor: pointer;
}
.banner-btns span.active {
	background-color: #38bba3;
}

.banner20170923_wrap {
	position: absolute;
	width: 260px;
	height: 408px;
	background: url(http://www.mobiletrain.org/img/banner_biaodan/python20170923_img1.png) no-repeat center top;
	top: 0;
	left: 50%;
	margin-left: -552px;
	padding: 72px 10px 20px;
	z-index: 100;
}

.banner20170923_head {
	width: 260px;
	height: 65px;
	margin: 0 auto 45px;
	background: url(http://www.mobiletrain.org/img/banner_biaodan/python20170923_img5.png) no-repeat center top;
}

.banner20170923_bg {
	background: #f3f3f3;
	width: 260px;
	height: 200px;
	margin-bottom: 20px;
}

.banner20170923_form {
	width: 258px;
	border: 1px solid #cccccc;
	border-radius: 10px;
}

.banner20170923_form p {
	height: 48px;
	border-bottom: 1px solid #cccccc;
	padding-left: 42px;
	background: #fff url(http://www.mobiletrain.org/img/banner_biaodan/python20170923_img3.png) no-repeat 15px center;
}

.banner20170923_form p:nth-child(3) {
	border: 0;
	border-radius: 0 0 10px 10px;
	background: #fff url(http://www.mobiletrain.org/img/banner_biaodan/python20170923_img4.png) no-repeat 15px center;
}

.banner20170923_form p:nth-child(1) {
	border-radius: 10px 10px 0 0;
	background: #fff url(http://www.mobiletrain.org/img/banner_biaodan/python20170923_img2.png) no-repeat 15px center;
}

.banner20170923_form p input {
	font-size: 14px;
	line-height: 48px;
	color: #333;
	border: 0;
	outline: none;
	width: 205px;
	height: 48px;
	box-sizing: border-box;
}

.banner20170923_bg span {
	font-size: 14px;
	color: #8e9a9d;
	line-height: 20px;
	display: block;
	padding: 5px;
}

.banner20170923_wrap button {
	display: block;
	border: 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	width: 260px;
	height: 46px;
	background: #743dec;
	border-radius: 23px;
	margin-bottom: 10px;
	outline: none;
	cursor: pointer;
}

.banner20170923_wrap .banner20170923_mf {
	text-align: center;
	font-size: 14px;
	color: #8e9a9d;
}

.banner20170923_wrap .banner20170923_mf span {
	color: #ea523b;
	font-weight: bold;
}

.c1 {
	padding: 70px 0;
	background-color: #084fef;
}

.c1-tit {
	box-sizing: border-box;
	height: 122px;
	padding-top: 23px;
	margin-bottom: 52px;
	background-image: url(../images/qf-2018-itpx/c1-titbg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto;
}
.c1-tit h2 {
	font-size: 32px;
	line-height: 50px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.c1-tit p {
	font-size: 20px;
	line-height: 38px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}

.c1-list {
	padding-left: 9px;
}
.c1-list li {
	box-sizing: border-box;
	width: 258px;
	height: 330px;
	background-color: #1546cd;
	text-align: center;
	padding-top: 15px;
	margin-right: 17px;
}
.c1-list li:last-child {
	margin-right: 0;
}
.c1-list li img {
	margin-bottom: 10px;
}
.c1-list li h3 {
	font-size: 24px;
	line-height: 44px;
	color: #ececec;
	font-weight: bold;
	text-align: center;
}
.c1-list li p {
	font-size: 16px;
	line-height: 36px;
	color: #ececec;
	font-weight: normal;
	text-align: center;
	margin-bottom: 28px;
}
.c1-list li a {
	display: inline-block;
	padding: 0 28px;
}

.c2 {
	box-sizing: border-box;
	height: 945px;
	padding-top: 74px;
	background-image: url(../images/qf-2018-itpx/c2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.c2-list {
	margin-top: 52px;
}
.c2-list li {
	box-sizing: border-box;
	width: 346px;
	height: 276px;
	border: 1px solid #02b0f3;
	margin-right: 29px;
	margin-bottom: 30px;
	padding-top: 30px;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
}
.c2-list li:nth-child(1),
.c2-list li:nth-child(2) {
	width: 533px;
	margin-right: 30px;
}
.c2-list li:nth-child(2),
.c2-list li:last-child {
	margin-right: 0;
}
.c2-list li h2 {
	font-size: 20px;
	line-height: 54px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.c2-list li h2 img {
	margin-right: 15px;
	vertical-align: top;
}
.c2-list li p {
	width: 80%;
	height: 105px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 28px;
	color: #bcbbc2;
	font-weight: normal;
	text-align: center;
}
.c2-list li a {
	width: 175px;
	margin: 0 auto;
}
.c2-list li:hover {
	background-color: #1344cf;
}
.c2-list li:hover p {
	color: #fff;
}

.c3 {
	min-width: 1100px;
	position: relative;
	padding-bottom: 26px;
}
.c3 > .warp {
	position: relative;
	z-index: 10;
}

.c3-bg {
	position: absolute;
	width: 1920px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.c3-bg > div:nth-child(1) {
	height: 100%;
	width: 803px;
	background: #0f6cd6;
	background: -webkit-linear-gradient(top, #1343cf, #07ace0);
	background: -moz-linear-gradient(top, #1343cf, #07ace0);
	background: -ms-gradient(top, #1343cf, #07ace0);
	background: linear-gradient(top, #1343cf, #07ace0);
}
.c3-bg > div:nth-child(2) {
	height: 100%;
	width: 1117px;
	background-color: #f1f1f1;
}

.c3-l {
	position: relative;
	width: 394px;
	height: 100%;
}
.c3-l > div {
	position: absolute;
	width: 100%;
	height: 460px;
	top: 70px;
	left: 0;
}
.c3-l > div > h2 {
	font-size: 32px;
	line-height: 48px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}
.c3-l > div > h2 span {
	font-size: 36px;
	font-weight: bold;
}
.c3-l > div > p {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	margin-bottom: 110px;
}
.c3-l > div > ul {
	margin-bottom: 82px;
}
.c3-l > div > ul li {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
}
.c3-l > div > ul li p {
	box-sizing: border-box;
	padding-left: 22px;
	border-left: 5px solid #000;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	font-weight: normal;
	text-align: left;
}
.c3-l > div > ul li.active {
	background-color: rgba(255, 255, 255, 0.2);
}
.c3-l > div > ul li.active p {
	border-color: #fff;
	font-weight: bold;
}
.c3-l > div > div img {
	display: block;
	margin-bottom: 40px;
}

.c3-r {
	box-sizing: border-box;
	width: 706px;
	height: 100%;
	padding-left: 84px;
	padding-top: 58px;
}
.c3-r h3 {
	display: inline-block;
	font-size: 22px;
	line-height: 54px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	border-bottom: 2px solid #333333;
	margin-bottom: 36px;
}
.c3-r .cbtn {
	width: 175px;
	margin-left: 213px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.c4 {
	height: 1575px;
	position: relative;
	padding-top: 92px;
	background-image: url(../images/qf-2018-itpx/c4-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto;
	background-color: #0137d2;
}

.c4-list1 {
	margin-top: 106px;
	padding-left: 19px;
	margin-bottom: 172px;
}
.c4-list1 li {
	box-sizing: border-box;
	width: 243px;
	height: 183px;
	padding-top: 38px;
	margin-right: 32px;
	margin-bottom: 29px;
	background: #0f6cd6;
	background: -webkit-linear-gradient(top, #0894de, #0a42dc);
	background: -moz-linear-gradient(top, #0894de, #0a42dc);
	background: -ms-gradient(top, #0894de, #0a42dc);
	background: linear-gradient(top, #0894de, #0a42dc);
}
.c4-list1 li p {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-bottom: 23px;
}
.c4-list1 li a {
	width: 175px;
	margin: 0 auto;
}
.c4-list1 li:nth-child(4n) {
	margin-right: 0;
}

.c4-2 {
	position: absolute;
	width: 1567px;
	height: 883px;
	top: 852px;
	left: 50%;
	margin-left: -783px;
	background-image: url(../images/qf-2018-itpx/computer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto;
}
.c4-2 .warp {
	padding-top: 110px;
}
.c4-2 .warp .ctit {
	margin-bottom: 60px;
}

.c4-list2 {
	border-bottom: 1px solid #231f32;
}
.c4-list2 li {
	box-sizing: border-box;
	width: 183px;
	border-right: 1px solid #231f32;
	padding-bottom: 46px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.c4-list2 li:last-child {
	border: none;
}
.c4-list2 li:hover div {
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.c4-list2 li div {
	box-sizing: border-box;
	width: 105px;
	height: 104px;
	text-align: center;
	margin: 0 auto;
	background-image: url(../images/qf-2018-itpx/ico-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto;
	padding-top: 9px;
	margin-bottom: 10px;
	-webkit-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
}
.c4-list2 li p {
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	margin-bottom: 12px;
}
.c4-list2 li a {
	display: block;
	width: 136px;
	height: 44px;
	margin: 0 auto;
	border: 1px solid #6b6584;
	font-size: 16px;
	line-height: 44px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}
.c4-list2:last-child {
	border: none;
}
.c4-list2:last-child li {
	padding-top: 36px;
	padding-bottom: 10px;
}

.c5 {
	height: 588px;
	background-image: url(../images/qf-2018-itpx/c5-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.c5-l {
	width: 470px;
	margin-top: 193px;
}
.c5-l h2 {
	font-size: 34px;
	line-height: 48px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	margin-bottom: 30px;
}
.c5-l h2 span {
	color: #d64b21;
}
.c5-l p {
	font-size: 20px;
	line-height: 36px;
	color: #333333;
	font-weight: normal;
	text-align: left;
}

.c5-r {
	box-sizing: border-box;
	width: 500px;
	height: 395px;
	background-image: url(../images/qf-2018-itpx/c5-pic1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto;
	margin-top: 112px;
	margin-right: 80px;
	padding-top: 60px;
}
.c5-r > div {
	width: 310px;
	height: 60px;
	border: 1px solid #08a5df;
	margin: 0 auto;
	margin-bottom: 20px;
}
.c5-r > div p {
	width: 54px;
	font-size: 16px;
	line-height: 60px;
	color: #333333;
	font-weight: normal;
	text-align: right;
}
.c5-r > div input {
	box-sizing: border-box;
	width: 254px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 60px;
	color: #333333;
	font-weight: normal;
	text-align: left;
}
.c5-r .cbtn {
	width: 310px;
	margin: 0 auto;
}

.c6 {
	background-color: #f6f6f6;
	padding: 65px 0;
}
.c6 .ctit h2 {
	color: #333;
}
.c6 .cbtn {
	width: 224px;
	margin: 0 auto;
}

.c6-1 {
	height: 170px;
	border: 1px solid #cdcdcd;
	background-color: #fff;
	margin-bottom: 35px;
	margin-top: 36px;
}
.c6-1 > div {
	box-sizing: border-box;
	width: 274px;
	height: 107px;
	border-right: 1px solid #cdcdcd;
	margin-top: 18px;
	padding-top: 10px;
}
.c6-1 > div h3 {
	font-size: 28px;
	line-height: 36px;
	color: #0d73f2;
	font-weight: bold;
	text-align: center;
}
.c6-1 > div p {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}
.c6-1 > div a {
	display: block;
	width: 136px;
	height: 44px;
	margin: 0 auto;
	border: 1px solid #0d73f2;
	font-size: 16px;
	line-height: 44px;
	color: #0d73f2;
	font-weight: normal;
	text-align: center;
}
.c6-1 > div:last-child {
	border: none;
}

.c6-2 {
	margin-bottom: 20px;
}

.c6-2-l {
	width: 314px;
	margin-left: 9px;
}
.c6-2-l > div {
	box-sizing: border-box;
	height: 402px;
	margin-bottom: 20px;
	padding-top: 43px;
	padding-left: 38px;
	background-image: url(../images/qf-2018-itpx/c6-border-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto;
}
.c6-2-l > div h3 {
	font-size: 22px;
	line-height: 40px;
	color: #0d73f2;
	font-weight: normal;
	text-align: left;
	margin-bottom: 30px;
}
.c6-2-l > div h3 span {
	font-size: 82px;
	line-height: 40px;
	color: #0d73f2;
	font-weight: bold;
	text-align: center;
	font-family: fantasy;
}
.c6-2-l > div p {
	font-size: 16px;
	line-height: 34px;
	color: #333333;
	font-weight: normal;
	text-align: left;
}
.c6-2-l > div p span {
	display: inline-block;
	width: 100px;
	font-weight: bold;
}
.c6-2-l > p {
	font-size: 20px;
	line-height: 28px;
	color: #666666;
	font-weight: normal;
	text-align: center;
}
.c6-2-l > p span {
	font-size: 14px;
}

.c6-2-r {
	width: 743px;
}
.c6-2-r table td {
	box-sizing: border-box;
	font-size: 14px;
	line-height: 48px;
	color: #333333;
	font-weight: normal;
	text-align: left;
}
.c6-2-r table td:nth-child(1) {
	width: 86px;
	padding-left: 25px;
}
.c6-2-r table td:nth-child(2) {
	width: 63px;
}
.c6-2-r table td:nth-child(3) {
	width: 171px;
}
.c6-2-r table td:nth-child(4) {
	width: 183px;
}
.c6-2-r table td:nth-child(5) {
	width: 85px;
	font-weight: bold;
}
.c6-2-r table td:nth-child(6) {
	width: 152px;
}
.c6-2-r > table {
	margin-bottom: 15px;
}
.c6-2-r > table tr {
	height: 40px;
	background-color: #0d73f2;
}
.c6-2-r > table tr td {
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	font-weight: normal;
}
.c6-2-r > div {
	position: relative;
	height: 382px;
	overflow: hidden;
}
.c6-2-r > div table {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.c6-2-r > div table tr {
	height: 48px;
}
.c6-2-r > div table tr:nth-child(even) {
	background-color: #ebf0f5;
}

.c7 {
	box-sizing: border-box;
	height: 1538px;
	padding-top: 72px;
	background-image: url(../images/qf-2018-itpx/c7-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.c7-list {
	margin-top: 117px;
}
.c7-list li {
	position: relative;
	box-sizing: border-box;
	width: 538px;
	height: 225px;
	padding: 0 30px;
	padding-top: 48px;
	background-color: #074088;
	margin-right: 24px;
	margin-bottom: 97px;
}
.c7-list li:nth-child(2n) {
	margin-right: 0;
}
.c7-list li > div {
	position: absolute;
	width: 100%;
	height: 105px;
	top: -78px;
	left: 0;
}
.c7-list li > div > div {
	width: 447px;
	height: 52px;
	background-color: #07ebf8;
	margin-top: 26px;
	margin-left: -1px;
}
.c7-list li > div > div p {
	width: 73px;
	margin-left: 14px;
	font-size: 16px;
	line-height: 52px;
	color: #08033c;
	font-weight: normal;
	text-align: left;
}
.c7-list li > div > div span {
	border: 1px solid #08033c;
	font-size: 16px;
	line-height: 30px;
	color: #08033c;
	font-weight: normal;
	text-align: center;
	margin-right: 16px;
	margin-top: 10px;
	padding: 0 11px;
}
.c7-list li > div > div span:last-child {
	margin-right: 0;
}
.c7-list li > p {
	font-size: 14px;
	line-height: 24px;
	color: #e0e0e0;
	font-weight: normal;
	text-align: left;
	height: 75px;
	margin-bottom: 26px;
}
.c7-list li .cbtn {
	width: 136px;
	margin: 0;
}

.c8 {
	background-color: #f2f2f2;
	padding: 75px 0;
}
.c8 .ctit h2 {
	color: #333;
}

.c8-list {
	margin-top: 44px;
}
.c8-list li {
	box-sizing: border-box;
	width: 342px;
	height: 359px;
	border: 1px solid #0d73f2;
	margin-right: 37px;
	padding-top: 15px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.c8-list li:last-child {
	margin-right: 0;
}
.c8-list li:hover > div {
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.c8-list li > div {
	width: 157px;
	height: 156px;
	margin: 0 auto;
	display: table;
	background-image: url(../images/qf-2018-itpx/c8-ico-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto;
	margin-bottom: 10px;
	-webkit-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
}
.c8-list li > div p {
	display: table-cell;
	vertical-align: middle;
	font-size: 22px;
	line-height: 34px;
	color: #05ecf7;
	font-weight: bold;
	text-align: center;
}
.c8-list li > p:nth-child(2) {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-bottom: 32px;
}
.c8-list li > p:nth-child(3) {
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-bottom: 10px;
}
.c8-list li .cbtn {
	width: 154px;
	margin: 0 auto;
}

.c9 {
	background-color: #08033c;
	padding: 75px 0;
}
.c9 .cbtn {
	width: 207px;
	margin: 0 auto;
}

.c9-1 {
	margin-top: 45px;
	margin-bottom: 32px;
}
.c9-1 > div {
	box-sizing: border-box;
	width: 357px;
	height: 352px;
	background-image: url(../images/qf-2018-itpx/c9-cont-bg1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto;
	margin-right: 14px;
	padding-top: 44px;
}
.c9-1 > div:last-child {
	margin-right: 0;
}
.c9-1 > div h3 {
	font-size: 20px;
	line-height: 32px;
	color: #05e8f7;
	font-weight: bold;
	text-align: center;
	margin-bottom: 18px;
}
.c9-1 > div p {
	font-size: 16px;
	line-height: 36px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	margin-bottom: 26px;
	margin-left: 118px;
}
.c9-1 > div .cbtn {
	width: 175px;
	margin: 0 auto;
}

.c9-2 {
	margin-bottom: 68px;
}

.c9-2-l {
	width: 178px;
}
.c9-2-l > div {
	position: relative;
	height: 92px;
	background-color: #0535bf;
	cursor: pointer;
}
.c9-2-l > div > div {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/qf-2018-itpx/c9-btn-active-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto;
	opacity: 0;
	-webkit-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
}
.c9-2-l > div p {
	position: relative;
	padding-left: 7px;
	font-size: 18px;
	line-height: 92px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}
.c9-2-l > div.active > div {
	opacity: 1;
}

.c9-2-r > ul {
	margin-right: 8px;
}
.c9-2-r > ul:last-child {
	margin-right: 0;
}
.c9-2-r > ul li {
	position: relative;
	margin-bottom: 8px;
}
.c9-2-r > ul li:last-child {
	margin-bottom: 0;
}
.c9-2-r > ul li span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.6s all ease;
	-o-transition: 0.6s all ease;
	transition: 0.6s all ease;
}
.c9-2-r > ul li.active span {
	opacity: 0;
}

.c10 {
	background-color: #ffffff;
	padding: 65px 0;
}
.c10 .ctit h2,
.c10 .ctit p {
	color: #333;
}

.c10-list {
	margin-top: 46px;
}
.c10-list > ul {
	width: 548px;
}
.c10-list > ul li {
	height: 46px;
}
.c10-list > ul li:nth-child(odd) {
	background-color: #f3f5f8;
}
.c10-list > ul li p {
	font-size: 16px;
	line-height: 46px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-left: 26px;
}
.c10-list > ul li a {
	font-size: 15px;
	line-height: 46px;
	color: #0d73f2;
	font-weight: normal;
	text-align: center;
	padding-left: 25px;
	margin-right: 22px;
	background-image: url(../images/qf-2018-itpx/c10-ico.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto;
}

.c11 {
	box-sizing: border-box;
	height: 808px;
	padding-top: 74px;
	background-image: url(../images/qf-2018-itpx/c11-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.c11-cont {
	margin-top: 68px;
}
.c11-cont tr {
	text-align: center;
}
.c11-cont tr td {
	width: 276px;
	height: 219px;
	border: 1px solid #05ecf7;
	vertical-align: middle;
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}
.c11-cont tr td span {
	font-size: 32px;
	padding-right: 5px;
}

.c12 {
	box-sizing: border-box;
	height: 745px;
	padding-top: 74px;
	background-image: url(../images/qf-2018-itpx/c12-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
.c12 .cbtn {
	width: 154px;
	margin: 0 auto;
}

.c12-list {
	margin-top: 56px;
	padding-left: 30px;
}
.c12-list li {
	box-sizing: border-box;
	width: 244px;
	height: 212px;
	background-color: #fff;
	padding-top: 56px;
	margin-right: 20px;
	margin-bottom: 16px;
}
.c12-list li:nth-child(4n) {
	margin-right: 0;
}
.c12-list li p {
	height: 67px;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-bottom: 14px;
}

.cbtn-box-map {
	text-align: center;
	text-align: center;
	position: relative;
	z-index: 100;
}
.cbtn-box-map a {
	display: block;
	margin: 0 auto;
	font-size: 26px;
	color: #fff;
	text-align: center;
	line-height: 88px;
	width: 303px;
	background: -webkit-linear-gradient(left, #1ecaed, #2998ff);
	background: linear-gradient(left, #1ecaed, #2998ff);
	border-radius: 10px;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.cbtn-box-map a:hover {
	background: -webkit-linear-gradient(left, #1ecaed, #1ecaed);
	background: linear-gradient(left, #1ecaed, #1ecaed);
}

.c15 {
	min-width: 1100px;
	background-image: url(http://img.mobiletrain.org/templates/mobiletrain/images/qf-2018-h5/c15-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	height: 932px;
	box-sizing: border-box;
	padding-top: 87px;
}
.c15 .bubbly-button {
	background-color: #375bd2;
}
.c15 .bubbly-button:active {
	background-color: #375bd2;
}

.c15-cont {
	position: relative;
	height: 616px;
	margin-bottom: 30px;
}
.c15-cont > img {
	position: absolute;
	top: 0;
	right: 12px;
	width: 804px;
	height: 616px;
}
.c15-cont .c15_zb {
	animation: mymove 2s infinite;
	-webkit-animation: mymove 2s infinite;
}

@keyframes mymove {
	0% {
		top: -1px;
	}
	50% {
		top: 2px;
	}
	100% {
		top: -1px;
	}
}
@-webkit-keyframes mymove {
	0% {
		top: -1px;
	}
	50% {
		top: 2px;
	}
	100% {
		top: -1px;
	}
}
.c15-cont > div {
	position: absolute;
	width: 442px;
	height: 515px;
	top: 20px;
	left: 0;
	background: rgba(0, 20, 42, 0.9) url(http://img.mobiletrain.org/templates/mobiletrain/images/qf-2018-h5/c15_line.png) no-repeat center 210px;
	box-shadow: 0 0 20px 5px rgba(0, 20, 42, 0.3);
	box-sizing: border-box;
	padding: 35px 34px;
}
.c15-cont > div h3 {
	text-align: left;
	color: #0beff2;
	font-size: 30px;
	font-weight: bold;
}
.c15-cont > div h3 span {
	font-weight: normal;
}
.c15-cont > div h3 i {
	font-size: 40px;
	color: #fcaf0b;
}
.c15-cont > div > div {
	width: 100%;
	height: 130px;
	display: table;
	margin-bottom: 30px;
}
.c15-cont > div > div p {
	display: table-cell;
	font-size: 19px;
	line-height: 33px;
	color: #fff;
	vertical-align: middle;
}

/*# sourceMappingURL=qf-2018-itpx.css.map */
.module-wrap {
	box-sizing: border-box;
}
.module-wrap * {
	box-sizing: border-box;
}
.module-wrap .icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.module-wrap .module .module-title {
	font-size: 32px;
	font-weight: 600;
	color: #333333;
	line-height: 36px;
	text-align: center;
}
.module-wrap .module1 {
	padding-top: 105px;
	padding-bottom: 110px;
}
.module-wrap .module1 .tab-list {
	display: flex;
	justify-content: center;
	margin-top: 37px;
}
.module-wrap .module1 .tab-list .tab {
	width: 134px;
	line-height: 39px;
	border-radius: 10px;
	font-size: 20px;
	text-align: center;
	color: #666;
	cursor: pointer;
}
.module-wrap .module1 .tab-list .tab.active {
	background: #326cf6;
	color: #ffffff;
	font-weight: 600;
}
.module-wrap .module1 .tab-list .tab + .tab {
	margin-left: 61px;
}
.module-wrap .module1 .tab-content-list .tab-content-item {
	display: none;
	width: 1200px;
	margin: 0 auto 0;
}
.module-wrap .module1 .tab-content-list .tab-content-item.active {
	display: block;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type1 .content-main {
	display: flex;
	align-items: flex-start;
	height: 375px;
	padding-top: 21px;
	justify-content: space-between;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type1 .content-main .left {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type1 .content-main .left .item {
	display: flex;
	align-items: center;
	height: 44px;
	margin: 19px 0;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type1 .content-main .left .item:nth-child(even) {
	margin-left: 48px;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type1 .content-main .left .item:hover .num {
	background: #326cf6;
	color: #ffffff;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type1 .content-main .left .item:hover .title {
	color: #326cf6;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type1 .content-main .left .item .num {
	width: 36px;
	border: 1px solid #326cf6;
	border-radius: 6px;
	font-size: 20px;
	font-weight: 400;
	color: #326cf6;
	line-height: 34px;
	text-align: center;
	margin-right: 10px;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type1 .content-main .left .item .title {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	width: 315px;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type1 .content-main .right {
	width: 384px;
	height: 283px;
	position: relative;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 21px;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type1 .content-main .right .right-img {
	width: 100%;
	height: 100%;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type1 .content-main .right .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 38px;
	background: #1b1b1b;
	border-radius: 0px 0px 10px 10px;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type2 .content-main {
	height: 375px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type2 .content-main .item {
	margin: 10px 0 10px 36px;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type2 .content-main .item:nth-child(3n + 1) {
	margin-left: 0;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type2 .content-main .item .title-wrap {
	display: flex;
	align-items: center;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type2 .content-main .item .title-wrap .icon {
	color: #fe5133;
	font-size: 24px;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type2 .content-main .item .title-wrap .title {
	width: 340px;
	margin-left: 12px;
	font-size: 15px;
	font-weight: 600;
	color: #666666;
	line-height: 19px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type2 .content-main .item .title-wrap .title:hover {
	color: #326cf6;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type2 .content-main .item .dec-wrap {
	display: flex;
	align-items: center;
	margin-top: 10px;
	position: relative;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type2 .content-main .item .dec-wrap::before {
	width: 1px;
	height: 22px;
	background: #cccccc;
	position: absolute;
	content: "";
	left: 12px;
	top: 2px;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type2 .content-main .item .dec-wrap .icon {
	color: #326cf6;
	font-size: 24px;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type2 .content-main .item .dec-wrap .dec {
	width: 340px;
	height: 101px;
	background: #fafafa;
	border-radius: 6px;
	margin-left: 12px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	padding: 15px 16px 0 16px;
}
.module-wrap .module1 .tab-content-list .tab-content-item.type2 .content-main .item .dec-wrap .dec .detail {
	color: #326cf6;
}
.module-wrap .module1 .tab-content-list .tab-content-item .cbtn {
	width: 220px;
	margin: 0 auto;
}
