* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
}

li {
    list-style: none;
}

input,
button {
    outline: none;
    font-family: "microsoft yahei";
}

button {
    cursor: pointer;
}

body {
    background: #fff;
    font-family: "microsoft yahei";
}

a:hover {
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}

.button {
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button:focus {
    outline: none;
}

.button > span {
    vertical-align: middle;
}

.header {
    background: url("../images/header_bg.png") no-repeat center 0;
    width: 100%;
    height: 110px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    width: 470px;
    float: left;
    margin: 13px 0 0 0;
}

.header_r {
    width: 280px;
    float: right;
    margin: 24px 0 0 0;
}

.header_phone {
    width: 280px;
    height: 35px;
}

.header_p {
    font-size: 14px;
    color: #616161;
    line-height: 36px;
    font-weight: bold;
	text-align: center;
}

.header_p strong {
    color: #e04f38;
}

.banner {
    background: url(../images/banner_bg.jpg) no-repeat center;
    height: 703px;
    padding-top: 77px;
}

.banner_con {
    background: url("../images/banner_con.png") no-repeat center 0;
    width: 1047px;
    height: 174px;
    margin: 0 auto;
    padding-top: 62px;
}

.banner_ul {
    width: 423px;
    margin: 0 0 0 563px;
}

.banner_ul li {
    overflow: hidden;
    margin-top: 1px;
}

.banner_ul li:first-child {
    margin-top: 0;
}

.banner_btn {
    width: 99px;
    height: 38px;
    display: block;
    float: left;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 38px;
    margin-right: 9px;
    cursor: pointer;
}

.banner_btn:nth-child(odd) {
    margin-top: 2px;
}

.banner_btn:last-child {
    margin-right: 0;
}

.banner_btn:first-child {
    font-size: 18px;
    color: #fff;
}

.banner_btn:first-child:hover{
    background:transparent;
}

.banner_btn:hover {
    background:#ffff33;
}

.banner_box {
    width: 970px;
    margin: 57px auto 0;
}

.banner_box li {
    background: rgba(17, 37, 51, 0.58);
    width: 222px;
    height: 212px;
    border-radius: 10px;
    float: left;
    margin-left: 27px;
    padding-top: 28px;
}

.banner_box li:first-child {
    margin-left: 0;
}

.banner_icon {
    width: 62px;
    margin: 0 auto;
}

.banner_line {
    background: url("../images/banner_line.png") no-repeat center;
    height: 2px;
    margin: 15px 0 0 0;
}

.banner_h3 {
    font-size: 18px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin: 12px 0 0 0;
}

.banner_h3 .ml15 {
    margin-left: 15px;
}

.banner_p {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin: 12px 0 0 0;
}

.banner_btn_big {
    background: #ffff33;
    width: 300px;
    height: 55px;
    font-size: 16px;
    color: #09555c;
    font-weight: bold;
    border: none;
    border-radius: 55px;
    display: block;
    margin: 59px auto 0;
}

/**/
.before {
    background: url(../images/before_bg.png) no-repeat center;
    height: 524px;
    padding-top: 52px;
}

.before_title {
    background: url("../images/before_title.png") no-repeat center 0;
    height: 168px;
    font-size: 44px;
    color: #000000;
    line-height: 68px;
    text-align: center;
    font-weight: 300;
    padding-top: 5px;
    letter-spacing: 1px;
}

.before_title strong {
    font-size: 46px;
}

.before_title .red {
    color: #e51e0b;
}

.before_stitle {
    font-size: 20px;
    color: #333;
    line-height: 1;
    text-align: center;
    margin: 12px 0 0 0;
}

.before_con {
    width: 1000px;
    margin: 50px auto 0;
}

.before_ul1 {
    width: 335px;
    float: left;
}

.before_pic {
    width: 320px;
    height: 205px;
    float: left;
    margin-left: 5px;
    overflow: hidden;
}

.before_ul2 {
    width: 335px;
    float: left;
    margin-left: 5px;
}

.before_con li {
    width: 165px;
    height: 100px;
    float: left;
    cursor: pointer;
}

.before_con li:nth-child(even) {
    margin-left: 5px;
}

.before_con li:nth-child(3), .before_con li:nth-child(4) {
    margin-top: 5px;
}

.before_con li.blue {
    background: url("../images/before_box_blue.png") no-repeat 0 0;
}

.before_con li.lightblue {
    background: url("../images/before_box_lightblue.png") no-repeat 0 0;
}

.before_con li.green {
    background: url("../images/before_box_green.png") no-repeat 0 0;
}

.before_con li.orange {
    background: url("../images/before_box_orange.png") no-repeat 0 0;
}

.before_con li:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.before_icon {
    background: url("../images/before_icon.png") no-repeat 0 0;
    width: 44px;
    height: 33px;
    display: block;
    margin: 17px auto 0;
}

.before_icon2 {
    background-position: 0 -33px;
}

.before_icon3 {
    background-position: 0 -66px;
}

.before_icon4 {
    background-position: 0 -99px;
}

.before_icon5 {
    background-position: 0 -132px;
}

.before_icon6 {
    background-position: 0 -165px;
}

.before_icon7 {
    background-position: 0 -198px;
}

.before_icon8 {
    background-position: 0 -231px;
}

.before_h3 {
    font-size: 22px;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin: 10px 0 0 0;
}

/**/

.scheme {
    background: url(../images/scheme_bg.jpg) no-repeat center;
    height: 606px;
    padding-top: 60px;
}

.scheme_title {
    background: url("../images/scheme_title.png") no-repeat center 0;
    height: 107px;
    font-size: 46px;
    color: #000;
    line-height: 81px;
    text-align: center;
    letter-spacing: 1px;
}

.scheme_title .ml20 {
    margin-left: 20px;
}

.scheme_title strong {
    color: #e51e0b;
}

.scheme_stitle {
    font-size: 20px;
    color: #333;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    margin: 18px 0 0 0;
}

.scheme_con {
    width: 1180px;
    margin: 70px auto 0;
}

.scheme_con li {
    background: #fff;
    width: 170px;
    height: 220px;
    float: left;
    margin-left: 32px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.scheme_con li:first-child {
    margin-left: 0;
}

.scheme_icon {
    background: url(../images/scheme_icon.png) no-repeat 0 0;
    width: 42px;
    height: 42px;
    display: block;
    margin: -21px auto 0;
}

.scheme_icon2 {
    background-position: 0 -42px;
}

.scheme_icon3 {
    background-position: 0 -84px;
}

.scheme_icon4 {
    background-position: 0 -126px;
}

.scheme_icon5 {
    background-position: 0 -168px;
}

.scheme_pic {
    width: 110px;
    height: 110px;
    margin: 19px auto 0;
}

.scheme_p {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 1;
    margin: 21px 0 0 0;
}

.scheme_con li:hover {
    -webkit-animation: anim-moema-1 0.3s forwards;
    animation: anim-moema-1 0.3s forwards;
}

.scheme_btn {
    background: #e51e0b;
    width: 300px;
    height: 55px;
    border: none;
    border-radius: 55px;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 60px auto 0;
}

/**/

.register {
    background: url(../images/register_bg.png) no-repeat center;
    height: 490px;
    padding-top: 60px;
}

.register_title {
    background: url("../images/register_title.png") no-repeat center 0;
    height: 108px;
    font-size: 46px;
    color: #000;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

.register_title strong {
    color: #e51e0b;
}

.register_form {
    width: 1020px;
    margin: 48px auto 0;
}

.users,.tel {
	background: #fff;
    width: 204px;
    height: 50px;
    border: #878888 1px dotted;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 4px 8px rgba(46, 79, 115, 0.08);
    -moz-box-shadow: inset 0 4px 8px rgba(46, 79, 115, 0.08);
    box-shadow: inset 0 4px 8px rgba(46, 79, 115, 0.08);
    padding-left: 30px;
    margin-right: 20px;
	float: left;
    font-size: 18px;
    color: #010101;
}
.register_box{
	background: #fff;
	width: 234px;
	height: 50px;
	border: #878888 1px dotted;
	border-radius: 25px;
	-webkit-box-shadow: inset 0 4px 8px rgba(46, 79, 115, 0.08);
	-moz-box-shadow: inset 0 4px 8px rgba(46, 79, 115, 0.08);
	box-shadow: inset 0 4px 8px rgba(46, 79, 115, 0.08);
	margin-right: 20px;
	float: left;
}
.phonecode{
	background: transparent;
	width:100px;
	height: 50px;
	font-size: 18px;
	color: #010101;
	float:left;
	padding-left:30px;
}
.btn-phonecode {
    background:#e51e0b;
    width: 90px;
    height:46px;
    border: none;
	border-radius:23px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    float: right;
	margin:2px 2px 0 0;
}
::-webkit-input-placeholder {
    color: #737373;
}

:-moz-placeholder {
    color: #737373;
}

::-moz-placeholder {
    color: #737373;
}

:-ms-input-placeholdselecter {
    color: #737373;
}

._citys {
    background: #fff;
    width: 534px;
    display: inline-block;
    border: 2px solid #eee;
    padding: 5px;
    position: relative;
}

._citys span {
    color: #e51e0b;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #e51e0b;
    cursor: pointer;
}

._citys0 {
    width: 100%;
    height: 34px;
    display: inline-block;
    border-bottom: 2px solid #e51e0b;
    padding: 0;
    margin: 0;
}

._citys0 li {
    display: inline-block;
    line-height: 34px;
    font-size: 15px;
    color: #888;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.citySel {
    background-color:#e51e0b;
    color: #fff !important;
}

._citys1 {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

._citys1 a {
    width: 83px;
    height: 35px;
    display: inline-block;
    background-color: #f5f5f5;
    color: #666;
    margin-left: 6px;
    margin-top: 3px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    overflow: hidden;
}

._citys1 a:hover {
    color: #fff;
    background-color:#e51e0b;
}

.AreaS {
    background-color: #e51e0b !important;
    color: #fff !important;
}

.register_btn {
    background: #e51e0b;
    width: 235px;
    height: 50px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
	float:left;
	margin-left:26px;
}
.register_btn:first-child{
	margin-left:0;
}
.register_btn:hover {
    opacity: 0.8;
    filter:alpha(opacity=80);
}

.register_words {
    background: url("../images/register_words.png") no-repeat 0 0;
    width: 1000px;
    height: 130px;
    margin: 50px auto 0;
}

.register_h3 {
    width: 156px;
    float: left;
    font-size: 22px;
    color: #fff;
    line-height: 1;
    font-weight: normal;
    text-align: center;
    padding-top: 88px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.register_p {
    width: 818px;
    float: right;
    font-size: 18px;
    color: #010101;
    line-height: 36px;
    padding: 29px 0 0 26px;
}

.register_zhu {
    font-size: 16px;
    color: #e51e0b;
    line-height: 1;
    text-align: center;
    margin: 40px 0 0 0;
}

/**/
.lot {
    background: url("../images/lot_bg.jpg") no-repeat center;
    height: 73px;
    padding-top: 25px;
}

.lot_con {
    width: 1100px;
    margin: 0 auto;
}

.lot_btn {
    width: 165px;
    height: 48px;
    display: block;
    border: none;
    float: left;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.lot_btn_blue {
    background: #18bdca;
}

.lot_btn_green {
    background: #79bf27;
}

.lot_btn_orange {
    background: #f59324;
}

.lot_btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.lot_feng {
    width: 22px;
    height: 48px;
    background: url(../images/lot_feng.png) no-repeat 0 0;
    float: left;
}

/**/

.way {
    background: url("../images/way_bg.jpg") no-repeat center;
    height: 930px;
    padding-top: 60px;
}

.way_title {
    background: url("../images/way_title.png") no-repeat center 0;
    height: 107px;
    font-size: 46px;
    color: #000;
    line-height: 87px;
    text-align: center;
    letter-spacing: 1px;
}

.way_title strong {
    color: #e51e0b;
    margin-left: 20px;
}

.way_stitle {
    font-size: 20px;
    color: #333;
    line-height: 1;
    margin: 18px 0 0 0;
    text-align: center;
}

.way_con {
    background: url("../images/way_con.png") no-repeat 0 0;
    width: 996px;
    height: 530px;
    margin: 48px auto 0;
    padding: 0 2px;
}

.way_con > ul > li {
    width: 25%;
    float: left;
    padding-top: 5px;
}

.way_pic {
    width: 243px;
    height: 170px;
    margin: 0 auto;
}

.way_h3 {
    font-size: 28px;
    color: #333;
    line-height: 1;
    margin: 50px 0 0 0;
    text-align: center;
}

.way_h4 {
    font-size: 20px;
    color: #e51e0b;
    line-height: 1;
    font-weight: normal;
    margin: 22px 0 0 0;
    text-align: center;
}

.way_list {
    margin: 22px 0 0 0;
}

.way_list li {
    background: url("../images/way_list.png") no-repeat 0 center;
    font-size: 16px;
    color: #000;
    line-height: 34px;
    padding-left: 16px;
    margin: 0 0 0 45px;
}

.way_list2 li {
    margin-left: 25px;
}

.way_list3 li {
    margin-left: 42px;
}

.way_list4 li {
    margin-left: 28px;
}

.way_btn {
    background: #e73928 url("../images/way_icon.png") no-repeat 147px center;
    width: 175px;
    height: 40px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    padding-left: 32px;
    display: block;
    margin: 22px auto 0;
}

.way_btn:hover {

}

.way_box {
    width: 920px;
    margin: 44px auto 0;
}

.way_box li {
    background: url("../images/way_li.png") no-repeat 0 0;
    width: 272px;
    height: 78px;
    float: left;
    margin-left: 52px;
    padding-top: 24px;
}

.way_box li:first-child {
    margin-left: 0;
}

.way_btitle {
    font-size: 22px;
    color: #338bb8;
    line-height: 1;
    font-weight: normal;
    text-align: center;
}

.way_bp {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 1;
    text-align: center;
    margin: 15px 0 0 0;
}

/*汇聚72所211/985知名院校*/

.academy {
    background: url(../images/academy_bg.png) no-repeat center;
    height: 862px;
    padding-top: 60px;
}

.academy_title {
    background: url("../images/academy_title.png") no-repeat center 0;
    height: 101px;
    font-size: 46px;
    color: #000;
    line-height: 80px;
    text-align: center;
    letter-spacing: 1px;
}

.academy_title strong {
    color: #e51e0b;
}

.academy_con {
    width: 985px;
    margin: 35px auto 0;
    position: relative;
}

.academyList {
    border: #e8ebeb 1px solid;
    border-top: none;
    border-left: none;
}

.academyList li {
    list-style: none;
    background: #fff;
    width: 163px;
    height: 133px;
    float: left;
    border-left: #e8ebeb 1px solid;
    border-top: #e8ebeb 1px solid;
    cursor: pointer;
}

.academyList li:nth-child(9),
.academyList li:nth-child(13) {
    margin-left: 328px;
}

.academyList li.active {
    background: #338bb8;
}

.academy_icon {
    background: url(../images/academy_icon.png) no-repeat 0 0;
    width: 70px;
    height: 70px;
    margin: 16px auto 0;
}

.academyList li.active .academy_icon {
    background-position: -70px 0;
}

.academy_icon2 {
    background-position: 0 -70px;
}

.academyList li.active .academy_icon2 {
    background-position: -70px -70px;
}

.academy_icon3 {
    background-position: 0 -140px;
}

.academyList li.active .academy_icon3 {
    background-position: -70px -140px;
}

.academy_icon4 {
    background-position: 0 -210px;
}

.academyList li.active .academy_icon4 {
    background-position: -70px -210px;
}

.academy_icon5 {
    background-position: 0 -280px;
}

.academyList li.active .academy_icon5 {
    background-position: -70px -280px;
}

.academy_icon6 {
    background-position: 0 -350px;
}

.academyList li.active .academy_icon6 {
    background-position: -70px -350px;
}

.academy_icon7 {
    background-position: 0 -420px;
}

.academyList li.active .academy_icon7 {
    background-position: -70px -420px;
}

.academy_icon8 {
    background-position: 0 -490px;
}

.academyList li.active .academy_icon8 {
    background-position: -70px -490px;
}

.academy_icon9 {
    background-position: 0 -560px;
}

.academyList li.active .academy_icon9 {
    background-position: -70px -560px;
}

.academy_icon10 {
    background-position: 0 -630px;
}

.academyList li.active .academy_icon10 {
    background-position: -70px -630px;
}

.academy_icon11 {
    background-position: 0 -700px;
}

.academyList li.active .academy_icon11 {
    background-position: -70px -700px;
}

.academy_icon12 {
    background-position: 0 -770px;
}

.academyList li.active .academy_icon12 {
    background-position: -70px -770px;
}

.academy_icon13 {
    background-position: 0 -840px;
}

.academyList li.active .academy_icon13 {
    background-position: -70px -840px;
}

.academy_icon14 {
    background-position: 0 -910px;
}

.academyList li.active .academy_icon14 {
    background-position: -70px -910px;
}

.academy_icon15 {
    background-position: 0 -980px;
}

.academyList li.active .academy_icon15 {
    background-position: -70px -980px;
}

.academy_icon16 {
    background-position: 0 -1050px;
}

.academyList li.active .academy_icon16 {
    background-position: -70px -1050px;
}

.academy_icon17 {
    background-position: 0 -1120px;
}

.academyList li.active .academy_icon17 {
    background-position: -70px -1120px;
}

.academy_icon18 {
    background-position: 0 -1190px;
}

.academyList li.active .academy_icon18 {
    background-position: -70px -1190px;
}

.academy_icon19 {
    background-position: 0 -1260px;
}

.academyList li.active .academy_icon19 {
    background-position: -70px -1260px;
}

.academy_icon20 {
    background-position: 0 -1330px;
}

.academyList li.active .academy_icon20 {
    background-position: -70px -1330px;
}

.academy_h4 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    margin: 10px 0 0 0;
}

.academyList li.active .academy_h4 {
    color: #fff;
}

.academy_pic {
    width: 329px;
    height: 269px;
    position: absolute;
    top: 134px;
    left: 328px;
}

.academy_pic li {
    list-style: none;
    display: none;
}

.academy_btn {
    background: #338bb8;
    width: 300px;
    height: 55px;
    border: none;
    border-radius: 28px;
    display: block;
    margin: 60px auto 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.academy_p{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin: 20px 0 0 0;
	line-height: 1;
}

/**/

.major {
    background: url(../images/major_bg.jpg) no-repeat center;
    height: 840px;
    padding-top: 60px;
}

.major_title {
    background: url("../images/major_title.png") no-repeat center 0;
    height: 107px;
    font-size: 46px;
    color: #000;
    line-height: 80px;
    text-align: center;
    letter-spacing: 1px;
}

.major_title strong {
    color: #e51e0b;
}

.major_stitle {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 20px 0 0 0;
    line-height: 1;
}

.major_con {
    background: url(../images/major_con.png) no-repeat 0 0;
    width: 1001px;
    margin: 50px auto 0;
}

.major_con > ul > li {
    width: 143px;
    float: left;
}

.major_con > ul > li:nth-child(even) {
    margin-top: 98px;
}

.major_shang {
    width: 143px;
    height: 74px;
    padding-top: 24px;
}

.major_con > ul > li:nth-child(even) .major_shang {
    height: 78px;
    padding-top: 20px;
}

.major_icon {
    background: url("../images/major_icon.png") no-repeat 0 0;
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
}

.major_con > ul > li:nth-child(even) .major_icon {
    margin-top: 10px;
}

.major_icon2 {
    background-position: 0 -28px;
}

.major_icon3 {
    background-position: 0 -56px;
}

.major_icon4 {
    background-position: 0 -84px;
}

.major_icon5 {
    background-position: 0 -112px;
}

.major_icon6 {
    background-position: 0 -140px;
}

.major_icon7 {
    background-position: 0 -168px;
}

.major_h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin: 8px 0 0 0;
}

.major_con > ul > li:nth-child(even) .major_h3 {
    margin-top: 0;
}

.major_list {
    width: 143px;
    height: 236px;
    padding-top: 20px;
}

.major_list_pt {
    height: 220px;
    padding-top: 36px;
}

.major_list li {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.major_list li:hover {
    color: #e51e0b;
}

.major-btn {
    background: #e51e0b;
    width: 300px;
    height: 55px;
    border: none;
    border-radius: 28px;
    display: block;
    margin: 74px auto 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

/**/

.seven {
    background: url(../images/seven_bg.jpg) no-repeat center;
    height: 142px;
    padding-top: 23px;
}

.seven_con {
    width: 1098px;
    margin: 0 auto;
}

.seven_con li {
    width: 118px;
    height: 110px;
    border-radius: 100%;
    float: left;
    margin-left: 43px;
    padding-top: 8px;
    cursor: pointer;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.seven_con li:first-child {
    margin-left: 0;
}

.seven_con li.blue {
    border: #18c0cc 1px dotted;
}

.seven_con li.blue .seven_circle {
    background-color: #18c0cc;
}

.seven_con li.green {
    border: #7dc223 1px dotted;
}

.seven_con li.green .seven_circle {
    background-color: #7dc223;
}

.seven_con li.orange {
    border: #f59324 1px dotted;
}

.seven_con li.orange .seven_circle {
    background-color: #f59324;
}

.seven_con li:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg)
    -ms-transform: rotate(360deg);
}

.seven_circle {
    background-image: url("../images/seven_icon.png");
    background-repeat: no-repeat;
    background-position: center 84px;
    width: 102px;
    height: 77px;
    display: block;
    border-radius: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-top: 25px;
}

/**/
.question {
    background: url(../images/question_bg.jpg) no-repeat center;
    height: 668px;
    padding-top: 60px;
}

.question_title {
    background: url("../images/question_title.png") no-repeat center 0;
    height: 102px;
    font-size: 46px;
    color: #000;
    line-height: 80px;
    text-align: center;
    letter-spacing: 1px;
}

.question_title strong {
    color: #e51e0b;
}

.question_stitle {
    font-size: 44px;
    color: #000;
    line-height: 1;
    text-align: center;
    margin: 16px 0 0 0;
}

.question_stitle strong {
    color: #e51e0b;
    font-weight: normal;
}

.question_con {
    background: url(../images/question_con.png) no-repeat center 0;
    width: 1098px;
    height: 283px;
    margin: 52px auto 0;
}

.question_box {
    float: left;
    margin-left: 10px;
    padding-top: 22px;
}

.question_box1 {
    width: 233px;
    margin-left: 0;
}

.question_box2 {
    width: 300px;
}

.question_box3 {
    width: 235px;
}

.question_box4 {
    width: 300px;
}

.question_box li {
    font-size: 16px;
    color: #000;
    line-height: 48px;
    margin: 0 0 0 18px;
    cursor: pointer;
}

.question_box2 li {
    margin-left: 36px;
}

.question_box3 li {
    margin-left: 24px;
}

.question_box4 li {
    margin-left: 37px;
}

.question_box2 li, .question_box4 li {
    color: #fff;
}

.question_box li:hover {
    color: #e51e0b;
}

.question_box2 li:hover, .question_box4 li:hover {
    color: #ffff33;
}

.question_btn {
    background: #e51e0b;
    width: 300px;
    height: 55px;
    border: none;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 60px auto 0;
}

.question-btn:nth-child(1),
.question-btn:nth-child(5),
.question-btn:nth-child(9),
.question-btn:nth-child(13),
.question-btn:nth-child(17) {
    margin-left: 0;
}

.question-btn:hover {
    background: #2c2f3c;
    color: #fff;
}

/**/
.purpose {
    background: url(../images/purpose_bg.jpg) no-repeat center;
    height: 670px;
    padding-top: 60px;
}

.purpose_title {
    background: url("../images/purpose_title.png") no-repeat center 0;
    height: 102px;
    font-size: 48px;
    line-height: 80px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.purpose_title strong {
    color: #ffff00;
}

.purpose_stitle {
    font-size: 44px;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin: 18px 0 0 0;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.purpose_stitle strong {
    color: #ffff00;
    font-weight: normal;
}

.purpose_arrow {
    background: url("../images/purpose_arrow.png") no-repeat 0 0;
    width: 42px;
    height: 26px;
    margin: 28px auto 0;
}

.purpose_con {
    background: url("../images/purpose_con.png") no-repeat center 0;
    width: 886px;
    height: 265px;
    margin: 28px auto 0;
    padding-top: 26px;
}

.purpose_con li {
    background: url(../images/purpose_li.png) no-repeat 0 0;
    width: 166px;
    height: 236px;
    float: left;
    margin-left: 14px;
}

.purpose_con li:first-child {
    margin-left: 0;
}

.purpose_con li:nth-child(3) {
    background: url("../images/purpose_sli.png") no-repeat center;
    width: 166px;
    height: 180px;
    padding-top: 56px;
}

.purpose_h3 {
    font-size: 18px;
    color: #333;
    line-height: 1;
    text-align: center;
}

.mt36 {
    margin-top: 36px;
}

.mt14 {
    margin-top: 14px;
}

.purpose_btn {
    background: #338bb8;
    width: 110px;
    height: 30px;
    border: none;
    border-radius: 15px;
    display: block;
    font-size: 16px;
    color: #fff;
    margin: 14px auto 0;
}

.mt39 {
    margin-top: 39px;
}

.purpose_btn:hover {
    background: #e51e0b;
}

.purpose_icon {
    background: url("../images/purpose_icon.png") no-repeat 0 0;
    width: 70px;
    height: 43px;
    display: block;
    margin: 0 auto;
}

.purpose_h3a {
    font-size: 24px;
    color: #2e7ea6;
    line-height: 36px;
    margin: 15px 0 0 0;
    text-align: center;
}

.purpose_p {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    margin: 20px 0 0 0;
}

/*学历报名*/

.sign {
    background: url("../images/sign_bg.jpg") no-repeat center 0;
    height: 180px;
}

.sign_con {
    width: 1100px;
    margin: 0 auto;
}

.sign_con li {
    list-style: none;
    width: 216px;
    height: 118px;
    margin-top: 30px;
    float: left;
    margin-left: 1px;
}

.sign_con li:first-child {
    margin-left: 0;
}

.sign_icon {
    background: url(../images/sign_icon.png) no-repeat 0 0;
    width: 57px;
    height: 57px;
    display: block;
    margin: 0 auto;
}

.sign_con li:hover .sign_icon, .sign_con li.hover .sign_icon {
    background-position: -57px 0;
}

.sign_icon2 {
    background-position: 0 -57px;
}

.sign_con li:hover .sign_icon2, .sign_con li.hover .sign_icon2 {
    background-position: -57px -57px;
}

.sign_icon3 {
    background-position: 0 -114px;
}

.sign_con li:hover .sign_icon3, .sign_con li.hover .sign_icon3 {
    background-position: -57px -114px;
}

.sign_icon4 {
    background-position: 0 -171px;
}

.sign_con li:hover .sign_icon4, .sign_con li.hover .sign_icon4 {
    background-position: -57px -171px;
}

.sign_icon5 {
    background-position: 0 -228px;
}

.sign_con li:hover .sign_icon5, .sign_con li.hover .sign_icon5 {
    background-position: -57px -228px;
}

.sign_btn {
    background: url(../images/sign_btn.png) no-repeat 0 0;
    display: block;
    width: 216px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 13, 27, 0.34);
    cursor: pointer;
    margin: 17px auto 0;
}

.sign_btn span {
    width: 172px;
    display: block;
    text-align: center;
}

.sign_con li:hover .sign_btn, .sign_con li.hover .sign_btn {
    background-position: 0 -45px;
}

/**/

.sheet {
    background: url(../images/sheet_bg.jpg) no-repeat center;
    height: 685px;
    padding-top: 30px;
}

.sheet_con {
    width: 1020px;
    height: 581px;
    margin: 0 auto;
    background: url(../images/sheet_con.png) no-repeat center bottom;
    padding: 0 0 0 15px;
}

.sheet_con > ul > li {
    list-style: none;
    overflow: hidden;
}

.sheet_top1,
.sheet_top2,
.sheet_top3,
.sheet_top4,
.sheet_top5 {
    background: url(../images/sheet_circle.png) no-repeat center 0;
    height: 128px;
    float: left;
}

.sheet_top1 {
    width: 140px;
}

.sheet_top2 {
    width: 207px;
}

.sheet_top3 {
    width: 117px;
}

.sheet_top4 {
    width: 117px;
}

.sheet_top5 {
    width: 95px;
    margin-left: 150px;
}

.sheet_title1 {
    background: url(../images/sheet_title1.png) no-repeat center 0;
    width: 41px;
    height: 43px;
    display: block;
    margin: 27px auto 0;
}

.sheet_title2 {
    background: url(../images/sheet_title2.png) no-repeat center 0;
    width: 63px;
    height: 19px;
    display: block;
    margin: 39px auto 0;
}

.sheet_title3 {
    background: url(../images/sheet_title3.png) no-repeat center 0;
    width: 41px;
    height: 43px;
    display: block;
    margin: 27px auto 0;
}

.sheet_title4 {
    background: url(../images/sheet_title4.png) no-repeat center 0;
    width: 41px;
    height: 43px;
    display: block;
    margin: 27px auto 0;
}

.sheet_title5 {
    background: url(../images/sheet_title5.png) no-repeat center 0;
    width: 41px;
    height: 43px;
    display: block;
    margin: 27px auto 0;
}

.sheet_h2 {
    background: url(../images/sheet_icon.png) no-repeat center 0;
    width: 140px;
    padding-top: 48px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    float: left;
    margin: 14px 0 0 0;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.sheet_p1 {
    background: url(../images/sheet_line.png) no-repeat 0 center;
    width: 207px;
    height: 89px;
    line-height: 89px;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.sheet_star5 {
    background: url(../images/sheet_line.png) no-repeat 0 center;
    width: 95px;
    float: left;
    overflow: hidden;
    height: 51px;
    padding: 38px 0 0 22px;
}

.sheet_star_yellow {
    background: url(../images/sheet_star.png) no-repeat 0 0;
    width: 15px;
    height: 14px;
    display: block;
    float: left;
    margin: 0 1px;
}

.sheet_star_white {
    background: url(../images/sheet_star.png) no-repeat 0 -15px;
    width: 15px;
    height: 14px;
    display: block;
    float: left;
    margin: 0 1px;
}

.sheet_p2 {
    background: url(../images/sheet_line.png) no-repeat 0 center;
    width: 117px;
    height: 89px;
    line-height: 89px;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.sheet_line {
    width: 173px;
    border-bottom: rgba(255, 255, 255, 0.46) 2px dotted;
    float: left;
    margin-top: 47px;
}

.sheet_year {
    width: 50px;
    float: left;
    margin: 57px 0 0 0;
}

.sheet_h3 {
    background: url(../images/sheet_number.png) no-repeat center 0;
    padding: 17px 0 0 0;
    font-size: 10px;
    color: #b1e9eb;
    text-align: center;
    margin: 0;
}

.sheet_h21 {
    background: url(../images/sheet_icon.png) no-repeat center -102px;
    width: 140px;
    padding-top: 54px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    float: left;
    margin: 19px 0 0 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.sheet_p11 {
    background: url(../images/sheet_line.png) no-repeat 0 center;
    width: 207px;
    height: 107px;
    line-height: 107px;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.sheet_star51 {
    background: url(../images/sheet_line.png) no-repeat 0 center;
    width: 95px;
    float: left;
    overflow: hidden;
    height: 59px;
    padding: 48px 0 0 22px;
}

.sheet_p21 {
    background: url(../images/sheet_line.png) no-repeat 0 center;
    width: 117px;
    height: 107px;
    line-height: 107px;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.sheet_line1 {
    width: 118px;
    border-bottom: rgba(255, 255, 255, 0.46) 2px dotted;
    float: left;
    margin-top: 57px;
}

.sheet_year1 {
    width: 160px;
    float: left;
    margin: 49px 0 0 0;
}

.sheet_h31 {
    background: url(../images/sheet_number.png) no-repeat center -78px;
    padding: 30px 0 0 0;
    font-size: 16px;
    color: #cfe7be;
    text-align: center;
    margin: 0;
}

.sheet_h22 {
    background: url(../images/sheet_icon.png) no-repeat center -212px;
    width: 140px;
    padding-top: 69px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    float: left;
    margin: 14px 0 0 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.sheet_p12 {
    background: url(../images/sheet_line.png) no-repeat 0 center;
    width: 207px;
    height: 113px;
    line-height: 113px;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.sheet_star52 {
    background: url(../images/sheet_line.png) no-repeat 0 center;
    width: 95px;
    float: left;
    overflow: hidden;
    height: 65px;
    padding: 48px 0 0 22px;
}

.sheet_p22 {
    background: url(../images/sheet_line.png) no-repeat 0 center;
    width: 117px;
    height: 113px;
    line-height: 113px;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.sheet_line2 {
    width: 51px;
    border-bottom: rgba(255, 255, 255, 0.46) 2px dotted;
    float: left;
    margin-top: 58px;
}

.sheet_year2 {
    width: 294px;
    float: left;
    margin: 49px 0 0 0;
}

.sheet_h32 {
    background: url(../images/sheet_number.png) no-repeat center -184px;
    padding: 40px 0 0 0;
    font-size: 16px;
    color: #f9d4bc;
    text-align: center;
    margin: 0;
}

.sheet_h23 {
    background: url(../images/sheet_icon.png) no-repeat center -329px;
    width: 140px;
    padding-top: 49px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    float: left;
    margin: 14px 0 0 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.sheet_p13 {
    background: url(../images/sheet_line.png) no-repeat 0 center;
    width: 207px;
    height: 93px;
    line-height: 93px;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.sheet_star53 {
    background: url(../images/sheet_line.png) no-repeat 0 center;
    width: 95px;
    float: left;
    overflow: hidden;
    height: 54px;
    padding: 39px 0 0 22px;
}

.sheet_p23 {
    background: url(../images/sheet_line.png) no-repeat 0 center;
    width: 117px;
    height: 93px;
    line-height: 93px;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.sheet_year3 {
    width: 396px;
    float: left;
    margin: 44px 0 0 0;
}

.sheet_h33 {
    background: url(../images/sheet_number.png) no-repeat center -308px;
    padding: 46px 0 0 0;
    font-size: 16px;
    color: #d1d4d8;
    text-align: center;
    margin: 0;
}

.sheet_btn {
    width: 300px;
    height: 55px;
    background: #e51e0b;
    border: none;
    border-radius: 55px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin: 32px 0 0 182px;
}

/**/

.wipe {
    background: url("../images/wipe_bg.png") no-repeat center 0;
    height: 725px;
    padding-top: 60px;
}

.wipe_title {
    background: url("../images/wipe_title.png") no-repeat center 0;
    height: 101px;
    font-size: 46px;
    color: #000;
    line-height: 80px;
    text-align: center;
}

.wipe_title strong {
    color: #e51e0b;
}

.wipe_stitle {
    font-size: 44px;
    color: #000;
    line-height: 1;
    text-align: center;
    margin: 16px 0 0 0;
}

.wipe_stitle strong {
    color: #e51e0b;
    font-weight: normal;
}

.wipe_con {
    background: url("../images/wipe_line.png") no-repeat center;
    width: 1001px;
    margin: 55px auto 0;
    overflow: hidden;
}

.wipe_con li {
    width: 185px;
    float: left;
    margin-left: 19px;
}

.wipe_con li:first-child {
    margin-left: 0;
}

.wipe_pic2 {
    margin-top: 26px;
}

.wipe_icon {
    background: url(../images/wipe_icon.png) no-repeat 0 0;
    width: 11px;
    height: 11px;
    margin: 26px auto 0;
}

.wipe_icon2 {
    margin-top: 22px;
}

.wipe_con li:hover .wipe_icon {
    background-position: -11px 0;
}

.wipe_box {
    background: url("../images/wipe_box.png") no-repeat 0 0;
    width: 185px;
    height: 170px;
    margin-top: 18px;
    padding-top: 28px;
}

.wipe_box2 {
    background: url("../images/wipe_box2.png") no-repeat 0 0;
    height: 176px;
    margin-top: 0;
    padding-top: 22px;
}

.wipe_con li:hover .wipe_box {
    background-position: -185px 0;
}

.wipe_h3 {
    font-size: 20px;
    color: #338bb8;
    line-height: 1;
    text-align: center;
    font-weight: normal;
}

.wipe_con li:hover .wipe_h3 {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 13, 27, 0.34);
}

.wipe_h3 b {
    font-size: 24px;
}

.wipe_a {
    background: #338bb8;
    width: 90px;
    height: 28px;
    display: block;
    border-radius: 14px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 11px auto 0;
}

.wipe_con li:hover .wipe_a {
    background: #fff;
    color: #338bb8;
}

.wipe_p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin: 13px 0 0 0;
    text-align: center;
}

.wipe_con li:hover .wipe_p {
    color: #fff;
}

.wipe_p strong {
    color: #e51e0b;
    font-weight: normal;
}

.wipe_con li:hover .wipe_p strong {
    color: #fff940;
}

/**/

.privilege {
    background: url(../images/privilege_bg.jpg) no-repeat center;
    height: 745px;
    padding-top: 60px;
}

.privilege_title {
    background: url(../images/privilege_title.png) no-repeat center 0;
    height: 107px;
    font-size: 46px;
    color: #fff;
    line-height: 80px;
    text-align: center;
}

.privilege_title strong {
    color: #ffff33;
    margin-right: 36px;
}

.privilege_stitle {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
    line-height: 1;
    margin: 20px 0 0 0;
}

.privilege_con {
    width: 1200px;
    height: 300px;
    margin: 50px auto 0;
}

.privilege-a {
    width: 224px;
    float: left;
    cursor: pointer;
}

.privilege-b {
    width: 170px;
    float: left;
    margin-left: 34px;
    cursor: pointer;
}

.privilege-c {
    width: 200px;
    float: left;
    margin-left: 50px;
    cursor: pointer;
}

.privilege-d {
    width: 220px;
    float: right;
    cursor: pointer;
}

.privilege-i {
    background: url(../images/privilege-icon.png) no-repeat 0 0;
    width: 36px;
    height: 34px;
    display: block;
    margin: 0 auto;
}

.privilege-p {
    font-size: 22px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.8);
    margin: 14px 0 0 0;
    text-align: center;
}

.privilege-p span {
    color: #fae505;
}

/**/

.advantage {
    background: url(../images/advantage_bg.jpg) no-repeat center;
    height: 720px;
    padding-top: 60px;
}

.advantage_title {
    background: url(../images/advantage_title.png) no-repeat center 0;
    height: 111px;
    text-align: center;
    font-size: 44px;
    color: #000;
    line-height: 80px;
    padding-top: 78px;
}

.advantage_con {
    background: url(../images/advantage_con.png) no-repeat 0 center;
    width: 1000px;
    height: 376px;
    margin: 20px auto 0;
}

.advantage_left {
    width: 622px;
    float: left;
}

.advantage_words {
    display: none;
}

.advantage_h3 {
    width: 240px;
    margin: 125px 0 0 20px;
    float: left;
    border-right: rgba(44, 47, 60, 0.39) 1px dotted;
    font-size: 28px;
    color: #338bb8;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    padding: 26px 0;
}

.advantage_p {
    width: 270px;
    float: left;
    margin: 120px 0 0 0;
    padding: 0 40px;
}

.advantage_mar2 {
    margin-top: 134px;
}

.advantage_p > p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.advantage_right {
    width: 376px;
    float: right;
    position: relative;
}

.advantage_right area {
    cursor: pointer;
}

.advantage_circle {
    position: absolute;
    top: 112px;
    left: 112px;
    width: 153px;
    height: 153px;
}

.advantage_h4 {
    background: url(../images/advantage_icon.png) no-repeat center 0;
    height: 67px;
    font-size: 54px;
    color: #fff;
    line-height: 73px;
    margin: 13px auto 0;
    text-align: center;
}

.advantage_h5 {
    width: 95px;
    height: 36px;
    line-height: 33px;
    margin: 5px auto 0;
    font-size: 33px;
    color: #fff;
    border: #fff 1px dotted;
    text-align: center;
}

.advantage_btns {
    width: 560px;
    margin: 16px auto 0;
}

.advantage_btn1 {
    background: #e51e0b;
    width: 250px;
    height: 55px;
    border: none;
    border-radius: 28px;
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.advantage_btn1:hover {

}

.advantage_btn2 {
    background: transparent;
    width: 250px;
    height: 55px;
    border: #566767 1px dotted;
    border-radius: 28px;
    float: right;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.advantage_btn2:hover {

}

/**/
.map {
    background: url(../images/map_bg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    height: 950px;
    padding-top: 60px;
}

.map_title {
    background: url("../images/map_title.png") no-repeat center 0;
    height: 161px;
    font-size: 46px;
    color: #000000;
    line-height: 68px;
    text-align: center;
    padding-top: 6px;
}

.ml18 {
    margin-left: 18px;
}

.map_title strong {
    font-size: 44px;
    color: #e51e0b;
    font-weight: 300;
}

.map_stitle {
    font-size: 20px;
    color: #333;
    line-height: 1;
    text-align: center;
    margin: 13px 0 0 0;
}

/*校区*/

.m_map {
    width: 937px;
    height: 686px;
    margin: 5px auto 0;
    position: relative;
    background: url(../images/map.png) no-repeat 0 0;
}

.tait {
    font-size: 36px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    left: 100px;
}

.tait span {
    color: #ff6d3b;
}

.tait2 {
    font-size: 36px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    padding: 50px 0px;
}

.mp {
    position: absolute;
    cursor: pointer;
    background: url(../images/map-fi1.png) no-repeat 4px 12px;
    width: 24px;
    height: 50px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.mp:hover {
    background: url(../images/map-fi2.png) no-repeat 4px 10px;
    opacity: 0.8;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 1000;
}

.hover_tu {
    background: url(../images/map-fi2.png) no-repeat 4px 20px;
}

.mp .mito {
    position: absolute;
    left: -12px;
    bottom: 0px;
    font-size: 12px;
    color: #2f3139;
    text-align: center;
    width: 50px;
}

.mp .find_mi1 {
    left: -12px;
    width: 55px;
}

.mp .find_mi2 {
    left: -5px;
    width: 55px;
}

.feng {
    position: absolute;
    width: 103px;
    height: 26px;
    left: 34px;
    top: 0;
    background: url(../images/map-vf1.png) no-repeat 0 top;
    z-index: 10;
    display: none;
}

.feng .sang {
    position: absolute;
    left: -5px;
    bottom: 8px;
    background: url(../images/map-vf2.png) no-repeat 0 0;
    width: 5px;
    height: 8px;
}

.feng .tree {
    height: 26px;
    width: 103px;
    text-align: center;
    line-height: 26px;
}

.feng .tree .du_size {
    height: 26px;
    width: 103px;
}

.feng .tree .du_size p {
    font-size: 16px;
    color: #FFF;
    line-height: 26px;
    font-weight: 100;
}

.mp1 {
    left: 434px;
    top: 546px;
}

.mp2 {
    left: 560px;
    top: 260px;
}

.mp3 {
    left: 450px;
    top: 446px;
}

.mp4 {
    left: 523px;
    top: 572px;
}

.mp5 {
    left: 444px;
    top: 329px;
}

.mp6 {
    left: 503px;
    top: 510px;
}

.mp7 {
    left: 490px;
    top: 468px;
}

.mp8 {
    left: 522px;
    top: 384px;
}

.mp9 {
    left: 594px;
    top: 375px;
}

.mp10 {
    left: 200px;
    top: 195px;
}

.mp11 {
    left: 611px;
    top: 447px;
}

.mp12 {
    left: 578px;
    top: 476px;
}

.mp13 {
    left: 628px;
    top: 485px;
}

.mp14 {
    left: 612px;
    top:570px;
}

.mp15 {
    left: 666px;
    top: 553px;
}

.mp16 {
    left: 590px;
    top: 564px;
}

.mp17 {
    left: 615px;
    top: 592px;
}

.mp18 {
    left: 653px;
    top: 418px;
}

.mp19 {
    left: 692px;
    top: 400px;
}

.mp20 {
    left: 725px;
    top: 440px;
}

.mp21 {
    left: 658px;
    top: 327px;
}
.mp211 {
    left: 658px;
    top: 357px;
}

.mp22 {
    left: 709px;
    top: 340px;
}

.mp23 {
    left: 642px;
    top: 268px;
}
.mp231 {
    left: 640px;
    top: 289px;
}

.mp24 {
    left: 659px;
    top: 289px;
}

.mp25 {
    left: 750px;
    top: 242px;
}

.mp26 {
    left: 780px;
    top: 196px;
}

.mp27 {
    left: 808px;
    top: 146px;
}

.mp28 {
    left: 244px;
    top: 463px;
}

.mp29 {
    left: 486px;
    top: 300px;
}

.mp30 {
    left: 665px;
    top: 385px;
}

.mp31 {
    left: 576px;
    top: 315px;
}

.mp32 {
    left: 686px;
    top: 424px;
}

.mp33 {
    left: 704px;
    top: 435px;
}

.mp34 {
    left: 714px;
    top: 296px;
}

.mp35 {
    left: 396px;
    top: 330px;
}

.mp40 {
    left: 616px;
    top: 308px;
}

.mp47 {
    left: 695px;
    top:464px;
}

.mp48 {
    left: 710px;
    top: 490px;
}

.mp51 {
    left: 687px;
    top: 518px;
}

/**/
.zzz {
    background: url(../images/zzz_bg.jpg) no-repeat center;
    height: 810px;
    padding-top: 92px;
}

.zzz_words {
    background: url(../images/zzz_words.png) no-repeat center 0;
    height: 76px;
}

.zzz_title {
    background: url("../images/zzz_title.png") no-repeat center 0;
    height: 39px;
    text-indent: -9999px;
    margin: 50px 0 0 0;
}

.zzz_form {
    background: rgba(51, 139, 184, 0.88);
    width: 940px;
    height: 53px;
    margin: 40px auto 0;
    padding-top: 19px;
}
.zzz_form button{
	background: #fff;
	width:246px;
	height: 35px;
	border: none;
	display: block;
	float: left;
	font-size: 16px;
	color: #010101;
	margin-left:50px;
}
.zzz_form button:hover{
	background:#ffff33;
}
.zzz_div {
    float: left;
    overflow: hidden;
}

.ml40 {
    margin-left: 40px;
}

.ml25{
    margin-left:25px;
}

.zzz_div label {
    font-size: 22px;
    color: #fff;
    line-height: 35px;
    float: left;
}

.zzz_user, .zzz_mobile{
    background: #fff;
    width:162px;
    height: 35px;
    border: none;
    display: block;
    float: left;
    margin-left: 14px;
    padding-left: 2px;
    font-size:16px;
    color: #010101;
}
.zzz_box{
	background: #fff;
	width:162px;
	height: 35px;
	border: none;
	float:left;
	margin-left: 14px;
}
.phonecode1{
	background:transparent;
	width:80px;
	height: 35px;
	border: none;
	float:left;
	padding-left:2px;
	font-size:16px;
	color: #010101;
}
.btn-phonecode1{
	background: #e51e0b;
	width:70px;
	height:27px;
	border: none;
	font-size:12px;
	color: #fff;
	float: right;
	margin:4px 4px 0 0;
}
.zzz_btn {
    background: transparent;
    width: 218px;
    height: 50px;
    display: block;
    margin: 22px auto 0;
    border: none;
}

.zzz_con {
    width: 835px;
    margin: 80px auto 0;
    padding: 31px 0 0 145px;
}

.zzz_zikao {

}

.zzz_btn1 {
    background: #338bb8;
    width: 100px;
    height: 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    display: block;
    float: left;
    margin-left: 17px;
}

.zzz_btn1:first-child {
    margin-left: 0;
}

.zzz_btn1:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.zzz_btn5 {
    width: 110px;
}

.zzz_btn_b {
    margin-top: 15px;
}

.zzz_btn2 {
    background: #ebeded;
    width: 100px;
    height: 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    color: #000;
    display: block;
    float: left;
    margin-left: 17px;
}

.zzz_btn2:first-child {
    margin-left: 0;
}

.zzz_btn2:hover {
    background:#ffff33;
}

.zzz_chengkao {
    margin-top: 39px;
}

/**/
.footer {
    background: url(../images/footer_bg.png) no-repeat center;
    height: 156px;
    padding-top: 25px;
}

.footer_logo {
    width: 355px;
    margin: 0 auto;
}

.footer_link {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 34px;
    margin: 14px 0 0 0;
}

.footer_link > a {
    color: #333;
}

.footer_link .mar_left {
    margin-left: 7px;
}

.footer_link .mar_right {
    margin-right: 6px;
}

.footer_p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    text-align: center;
}

.footer_p > span {
    margin-left: 10px;
}

.footer_p > span > a {
    color: #666;
}

@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.button--nanuk {
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.button--nanuk > span {
    display: inline-block;
    padding: 1em 0;
}

.button--nanuk:hover {

}

.button--nanuk:hover > span:nth-child(odd) {
    -webkit-animation: anim-nanuk-1 0.5s forwards;
    animation: anim-nanuk-1 0.5s forwards;
}

.button--nanuk:hover > span:nth-child(even) {
    -webkit-animation: anim-nanuk-2 0.5s forwards;
    animation: anim-nanuk-2 0.5s forwards;
}

.button--nanuk:hover > span:nth-child(odd),
.button--nanuk:hover > span:nth-child(even) {
    -webkit-animation-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-animation-function: cubic-bezier(0.75, 0, 0.125, 1);
}

@-webkit-keyframes anim-nanuk-1 {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        color: inherit;
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        color: inherit;
    }
    100% {
        color: inherit;
    }
}

@keyframes anim-nanuk-1 {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        color: inherit;
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        color: inherit;
    }
    100% {
        color: inherit;
    }
}

@-webkit-keyframes anim-nanuk-2 {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        color: inherit;
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        color: inherit;
    }
    100% {
        color:inherit;
    }
}

@keyframes anim-nanuk-2 {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    49% {
        opacity: 1;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        color: inherit;
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        color:inherit;
    }
    100% {
        color:inherit;
    }
}

.button--nanuk:hover > span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.button--nanuk:hover > span:nth-child(2) {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
}

.button--nanuk:hover > span:nth-child(3) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.button--nanuk:hover > span:nth-child(4) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.button--nanuk:hover > span:nth-child(5) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.button--nanuk:hover > span:nth-child(6) {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.button--nanuk:hover > span:nth-child(7) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.button--nanuk:hover > span:nth-child(8) {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.button--nanuk:hover > span:nth-child(9) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.button--nanuk:hover > span:nth-child(10) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.button--nanuk:hover > span:nth-child(11) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.mp52 {
	left: 160px;
	top: 630px;
}
.mp .mito1 {
	position: absolute;
	bottom: 12px;
	font-size: 14px;
	color: #2f3139;
	text-align: center;
	width: 200px;
}
.sm{
	color: #333333;
	line-height: 30px;
	margin: 60px 0 0 400px;
	position: absolute;
	}
.sm-hs{
	font-size: 14px;
	font-weight: 400;
}
.sm-hs strong {
	color: #e51818;	
	
}
.sm-hs1{
	font-size: 18px;
}
.nanhai{
    width:133px;
    height:202px;
    position: absolute;
    bottom:0;
    right:-131.5px;
}
.taiwan{
    font-size:12px;
    color:#666;
    position: absolute;
    bottom:78px;
    left:713px;
}

.taiwan span{
    margin-left:6px;
}
.mp38{
    left: 546px;
    top: 630px;
}
#verifycodeMask{
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	position:fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	display:none;
}
#verifycodeMask #close{
	font-size:40px;
	color: #000;
	line-height:1;
	position:absolute;
	right:10px;
	top:0;
	cursor:pointer;
}
#verifycodeMask .verifycode{
	background:#fff;
	width:500px;
	height:450px;
	border:none;
	border-radius:10px;
	position: absolute;
	top: 50%;
	left:50%;
	margin:-230px 0 0 -250px;
	padding-top:50px;
}
#verifycodeMask .verifycodeP{
	font-size:30px;
	color:#333;
	text-align:center;
	line-height:1;
}
#verifycodeMask img{
	width:200px;
	display:block;
	margin:20px auto 0;
}
#verifycodeMask .code{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: #fff;
	width:330px;
	height:68px;
	border:rgba(0,0,0,0.3) 1px solid;
	border-radius:10px;
	display: block;
	font-size:26px;
	color:#666;
	padding:0 10px 0 25px;
	margin:20px auto 0;
}
#verifycodeMask .verifycodeBtn{
	background:#ff534c;
	width:200px;
	height:90px;
	border:none;
	border-radius:10px;
	display: block;
	font-size:30px;
	color:#fff;
	margin:40px auto 0;
}
