/** CSS Reset **/
* {
  outline: none;
}

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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
}

textarea,
input,
select {
  resize: none;
  outline: none;
  background: none;
  border: none;
}

button {
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: none;
}

input {
  border: 0
}

a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  display: inline-block;
}

/* Hide from IE Mac */
.clearfix {
  display: block;
}

html {
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  font-size: 18px;
  line-height: 160%;
  font-family: "Microsoft YaHei";
  width: 100%;
  height: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.m {
  display: none !important;
}

.m1000 {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.m1200{width:1200px;margin:0 auto;overflow: hidden;}
/* p{ transition:all 0.2s ease-in 0s;}
p:hover{ transform:translateY(-5px);} */
/* banner */
.header {
  margin-top: 24px;
  width: 100%;
  height: 620px;
  position: relative;
  background: url("../images/header_bg.png") no-repeat center top;
}

.header_t {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: -384px;
}

/*part*/
.page {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

/* .page .title{text-align: center;} */
.page .title .chinese {
  font-size: 48px;
  font-weight: bold;
  color: #c30e23;
  line-height: 70px;
}

.page .title .english {
  font-size: 20px;
  font-weight: bold;
  color: #dc9aa0;
}

/* .page .title img {margin: 0 auto;display: block;} */
.btn {
  color: #fff;
  width: 160px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  margin: 20px auto;
}

.btn_blue {
  background: #405067;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}

.btn_blue:hover {
  color: #fff;
  background: #344153
}

.btn_brown {
  background: #a6937c;
  float: left;
  margin-top: 10px;
}

.btn_brown:hover {
  color: #fff;
  background: #9b8973
}

.btn_blueLine {
  color: #405067;
  border: 1px solid #405067;
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}

.btn_blueLine:hover {
  color: #405067;
  background: #f2f7ff;
}

.btn_brownLine {
  color: #a6937c;
  border: 1px solid #a6937c;
  float: left;
  margin-top: 10px;
}

.btn_brownLine:hover {
  color: #a6937c;
  background: #fffaf3;
}

.btn_blue1 {
  background: #405067;
}

.btn_blue1:hover {
  color: #fff;
  background: #39475b;
}

.nav-height {
  position: relative;
  height: 70px;
  background: url(../images/nav_bg.jpg) repeat-x top left;
}

.nav-box {
  width: 1000px;
  height: 50px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.nav-box.navFix {
  position: fixed;
  top: 0;
 width: 100%;
  background: url(../images/nav_bg.jpg) repeat-x top left;
  z-index: 99999;
}

.nav-box ul {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
  display: block;
  /*border-bottom: 2px solid #eee;*/
}

.nav-box.navFix ul {
  display: block;
  border-bottom: 0;
}

.nav-box li {
  display: inline-block;
  width: 20%;
  text-align: left;
  height: 70px;
  line-height: 70px;
  float: left;
  text-align: center;
  position: relative;
}

.nav-box li a {
  display: block;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
}



.nav-box li a:hover {
  color: #ffc782;
  font-weight: bold;
}

.nav-box li a.active {
  color: #ffc782;
  font-weight: bold;
}

.nav-mobile {
  display: none;
  font-weight: bold;
  width: 100%;
}

.page1-3 {
  padding: 68px 0 100px;
  background: url(../images/pagebg1-3.jpg) no-repeat top center;
  background-size: cover;
}

/*page1*/
.page1 {
  /* height: 279px; */
  background: url(../images/page1_bg.jpg) no-repeat top center;
  background-size: cover;
}

.page1 .m1000 {
  height: 100%;
  background: url(../images/page1_left_1.png) no-repeat bottom left;
}

.page .title {
  padding: 0 37px;
  margin-top: 69px;
  margin-bottom: 30px;
}

.page .con {
  padding: 0 44px 0 44px;
}

.page .con p {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
}

.page .con p strong {
  font-weight: bold;
}

/*page2*/
.page2 {
  /* height: 202px; */
  background: url(../images/page2_bg.jpg) no-repeat bottom center;
  background-size: cover;
}

.page2 .m1000 {
  height: 100%;
  background: url(../images/page2_left_1.png) no-repeat 2px bottom;
  padding-top:70px;
}

.page2 .title {
  margin-top: 0;
}
.page2 .con{    padding: 0 44px 70px 44px;}

/*page3*/
.page3 .title {
  margin: 53px 0 42px;
}

.page3 .m1000 {
  background: url(../images/page3_m1000_bg_1.png) no-repeat 2px top;
}

.page3 .con .smTit h4 {
  font-size: 36px;
  font-weight: bold;
  color: #60d9ff;
  line-height: 36px;
  font-style: oblique;
}

.page3 .con .ullist {
  margin-top: 65px;
}

.page3 .con .ullist ul li {
  width: 170px;
  height: 170px;
  float: left;
  margin: 10px 7.2%;
  background: url(../images/dstd_li_bg.png) no-repeat top center;
  background-size: 170px 170px;
}
.page3 .con .ullist ul li.four{
  margin-left:24%;
}

.page3 .con .ullist ul li h3 {
  margin: 40px 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.page3 .con .ullist ul li h3 span {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}

.page3 .con .ullist ul li p {
  color: #fff3ab;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}

.page3 .con .ullist ul li p span {
  font-size: 24px;
  font-weight: bold;
  color: #fff3ab;
}

.page3 .con .smTit2 {
  margin: 120px 0 65px;
}

.page3 .con .smTit2 h4 {
  text-align: right;
}

.page3 .con dl {
  margin-bottom: 60px;
}

.page3 .con dl dd {
  width: 220px;
  height: 58px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  float: left;
  line-height: 58px;
  margin: 0 3.6%;
  color: #a72a00;
  background: url(../images/xth_bg.png) no-repeat top center;
  background-size: 220px 58px;
}

.page3 .con dl dd.last {
  width: 306px;
  background: url(../images/xth_last_bg.png) no-repeat top center;
  background-size: 306px 58px;
}

.page3 .con .ullist2 {
  position: relative;
}

.page3 .con i {
  display: block;
  width: 70px;
  height: 77px;
  position: absolute;
  left: 50%;
  top: 81px;
  background: url(../images/xth_arrow.png) no-repeat top center;
  background-size: 70px 77px;
  margin-left: -35px;
}

.page3 .con .ullist2 ul li {
  width: 139px;
  height: 139px;
  background: url(../images/xth_li_bg.png) no-repeat top center;
  background-size: 139px;
  height: 139px;
  text-align: center;
  line-height: 139px;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  margin: 0 4.8%;
}

.page3 .con .smTit3 {
  margin: 120px 0 0 0;
}

.page3 .con .ullist3 ul li {
  display: block;
  float: none;
  width: 692px;
  height: 51px;
  background: url(../images/yz_li_bg.png) no-repeat top center;
  background-size: 692px 51px;
  margin-bottom: 10px;
  text-indent: 144px;
  font-size: 20px;
  color: #fff;
  line-height: 51px;
}

.page3 .con .ullist3 ul li span {
  font-size: 16px;
}

/*page4*/
.page4 {
  position: relative;
  padding-bottom: 40px;
  padding-top: 75px;
}

.page4 .title {
  margin-top: 0;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -175px;
}

.page4 .con .ullist4 li {
  margin-top: 55px;
  margin-bottom: 25px;
}
.page4 .con .ullist4 li .titBox {
  position: relative;
  margin: 0 auto;
  width: 731px;
  height: 58px;
  margin-bottom: 12px;
}
.page4 .con .ullist4 li.fr .titBox{
  background: url(../images/szjs_li_right_bg.png) no-repeat top center;
  background-size: 731px 68px;
}
.page4 .con .ullist4 li.fl .titBox{
  background: url(../images/szjs_li_left_bg.png) no-repeat top center;
  background-size: 731px 68px;
}
.page4 .con .ullist4 li .titBox .avatar{
  width: 166px;
  height: 166px;
  position:absolute;
  top: 50%;
  margin-top: -83px;
}
.page4 .con .ullist4 li.fr .titBox .avatar{
  left: -18%;
}
.page4 .con .ullist4 li.fl .titBox .avatar{
  right: -18%;
}
.page4 .con .ullist4 li .titBox h4{
  font-size: 24px;
  color:#fff;
  line-height: 57px;
  font-weight: bold;
}
.page4 .con .ullist4 li.fr .titBox h4{
  padding-right: 30px;
  text-align: right;
}

.page4 .con .ullist4 li.fl .titBox h4{
  padding-left: 30px;
  text-align: left;
}
.page4 .con .ullist4 li.fr .cont{
  text-align: right;
  padding-right: 14px;
}
.page4 .con .ullist4 li.fl .cont{
  text-align: left;
  padding-left: 14px;
}

.page4 .con .ullist4 li .cont h5{
  font-size: 20px;
  color:#585657;
  font-weight: bold;
  line-height: 34px;
}
.page4 .con .ullist4 li .cont p{
  font-size: 20px;
  color:#585657;
  line-height: 34px;
}






/*page6*/
.page6 {
  background: url(../images/form_bg.jpg) no-repeat top center;
  background-size: 100% 100%;
}
.page6 .title{
  text-align: center;
}
.form-wrap{
  width: 673px;
  height: 500px;
  background: url(../images/from_c_bg.png) no-repeat top center;
  background-size: 673px 500px;
}
.form-wrap form{
  padding:69px 59px 0;
}
.form-wrap .btn-wrap {
  background: #ffa157;
  height: 55px;
  line-height: 55px;
}

/* 留学申请小工具 */
.xgj{background:#bf190d;padding: 60px 0 0;}
.xgj .title{position: absolute;margin:0;padding:0;}
.xgj .contentTool ul li {border: 5px solid #faba4f;}
.xgj .contentTool ul li a {display: block;width: 100%;padding: 5px 0 40px;}
.xgj .contentTool ul li p {color: #fdf5ea;background: #fff;}

@media screen and (max-width:1000px) {
  body {
    font-size: 1.4rem;
    line-height: 140%;
  }

  .m1000 {
    width: 98%;
    margin: 0 auto;
  }

  .pc {
    display: none !important;
  }

  .m {
    display: block !important;
  }


  /*banner*/
  .header {
    height: 39rem;
    background: url("../images/m_header_bg.png") no-repeat center;
    margin-top: 0px;
  }

  .header .m1000 {
    width: 96%;
  }

  .header_t {
    margin-left: -47%;
    width: 93%;
    top: 9rem;
  }

  .header_t img {
    width: 100%;
  }

  .nav .m1000 {
    width: 100%;
    display: block !important;
  }
  .nav-box {
    width: 100%;
  }
  .page2 .m1000{padding-top:32px;}

  .page1-3 {
    background-size: initial;
}
.page3 .con .ullist ul li {
  margin: 0 3.2%;
}

.page3 .m1000 {
  background-size: contain;
}
.page3 .title {
  margin: 10px 0 10px;
}
 
  .page3 .con .ullist {
    margin-top: 25px;
}
.page3 .con .smTit2 {
  margin: 80px 0 30px;
}
.page3 .con dl dd {
  width: 200px;
  margin:0 1.2%;
  background-size: 200px 58px;
}
.page3 .con .ullist2 ul li {
  width: 119px;
  height: 119px;
  background-size: 119px;
  height: 119px;
  line-height: 119px;
  color: #ffffff;
  margin: 0 3.2%;
}
.page3 .con i {
  display: block;
  width: 60px;
  height: 67px;
  left: 50%;
  top: 70px;
  background-size: 60px 67px;
  margin-left: -30px;
}
.page3 .con .smTit3 {
  margin: 45px 0 0 0;
}
.page3 .con .ullist3 ul li {
  margin-bottom: 15px;
  width: 100%;
  background-size:100%;
  text-indent: 100px;
}
.page4 .con .ullist4 li {
  width: 89%;
}
.page4 .con .ullist4 li .titBox {
  width: 100%;
}
.page4 .con .ullist4 li.fr .titBox {
  background: url(../images/szjs_li_right_bg.png) no-repeat top center;
  background-size: 100% 68px;
}
.page4 .con .ullist4 li.fl .titBox {
  background: url(../images/szjs_li_left_bg.png) no-repeat top center;
  background-size:100% 68px;
}
.form-wrap form label {
  width: 76%;
}

.form-wrap .btn-wrap {
  width: 82%;
}
.page.zxyy .title {
  margin-top: 30px;
}
.form-wrap {
  margin-top: 20px;
}
}