/*reset*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
    margin: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

audio,
canvas,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border: 0;
    display: block;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input,
button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    resize: none;
    border: 1px solid #ccc;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

del {
    text-decoration: line-through;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

.clearfix:after {
    display: block;
    content: '';
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix{
    clear: both;
}
html {
    font-size: 12px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
    font-size: 14px;
    color: #333;
    background:#fff;
    overflow-x:hidden;
}
.pullL{
    float:left;
}
.pullR{
    float:right;
}
.content100{
    width: 100%;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
@keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@-webkit-keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}

@keyframes ballon2 {
    0% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  
    25% {
      -webkit-transform: translateY(-3px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  
    75% {
      -webkit-transform: translateY(-3px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  }
  @keyframes ballon3 {
    0% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  
    25% {
      -webkit-transform: translateX(-3px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  
    75% {
      -webkit-transform: translateX(-3px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  }
  @keyframes ballon6{
    0%{transform: translateX(-3px);}
    50%{transform: translateX(0);}
    100%{transform: translateX(-3px);}
}
@keyframes ballon7{
    0%{transform: translateY(-3px);}
    50%{transform: translateY(0);}
    100%{transform: translateY(-3px);}
}
@-webkit-keyframes jittery {

    5%,
    50% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1.15);
    }

    20% {
        transform: scale(1.15) rotate(-5deg);
    }

    25% {
        transform: scale(1.15) rotate(5deg);
    }

    30% {
        transform: scale(1.15) rotate(-3deg);
    }

    35% {
        transform: scale(1.15) rotate(2deg);
    }

    40% {
        transform: scale(1.15) rotate(0);
    }
}

@keyframes jittery {

    5%,
    50% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1.15);
    }

    20% {
        transform: scale(1.15) rotate(-5deg);
    }

    25% {
        transform: scale(1.15) rotate(5deg);
    }

    30% {
        transform: scale(1.15) rotate(-3deg);
    }

    35% {
        transform: scale(1.15) rotate(2deg);
    }

    40% {
        transform: scale(1.15) rotate(0);
    }
}
@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
}

@-o-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
}
@keyframes cross-data {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}
.wrapperNew{
    width: 1100px;
    margin:0 auto;
}
.w955{
    width: 955px;
    margin:0 auto;
}
.content1_bg {
    height: 455px;
    background: url(../images/ban1_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    text-align: center;
    padding-top: 45px;
}
.content1_bg .sec01_left{
    text-align: left;
    margin-left: 50px;
    margin-top: 75px;
}
.content1_bg .sec01_left dl dt{
    font-size: 55px;
    font-weight: bold;
    background: linear-gradient(to bottom,#85aefe, #0b4491,#0b4491); /*设渐变的方向从左到右 颜色从ff0000到ffff0*/
    -webkit-background-clip: text;/*将设置的背景颜色限制在文字中*/
    -webkit-text-fill-color: transparent;/*给文字设置成诱明*/
       
}
.content1_bg .sec01_left dl dd{
    font-size:18px;
    color:#000;
    line-height: 2;
    font-weight: bold;
    margin-top: 23px;
}
/* 按留学国家计算费用 */
.content2_bg {
    background:#f8faff;
    box-sizing: border-box;
    padding-top: 30px;
}
h3.agj_tith3{
    color: #cf0022;
    font-size: 40px;
    text-align: left;
    background: linear-gradient(to bottom,#85aefe, #0b4491,#0b4491); /*设渐变的方向从左到右 颜色从ff0000到ffff0*/
    -webkit-background-clip: text;/*将设置的背景颜色限制在文字中*/
    -webkit-text-fill-color: transparent;/*给文字设置成诱明*/
}
h3.agj_tith3 span{
    font-size: 22px;
}
h5.yx_tith5{
    width: 185px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: #000;
    font-size: 22px;
    background:#e2eefe;
    box-shadow: 0 5px 10px rgba(96,154,247,.5);
    border-radius: 18px;
    font-weight: normal;
    margin-top: 20px;
}
.content100 .xuanze{
    width: 100%;
    margin-top: 20px;
    background:#fcfdff;
    border-radius: 5px;
    padding:20px 0 0 20px;
    box-sizing: border-box;
}
.content100 .xuanze li{
    width: 148px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-bottom: 20px;
    font-size: 18px;
    color: #0b4491;
    font-weight: bold;
    padding-left: 25px;
    margin-right: 17px;
    cursor: pointer;
    position: relative;
    text-align: left;
}
.content100 .xuanze li:nth-child(5n){
    margin-right: 0px;
}
.content100 .xuanze li:after{
    content:'';
    position: absolute;
    width: 15px;
    height: 15px;
    border:2px solid #0b4491;
    top: 12px;
    left: 0;
    border-radius: 50%;
}
.content100 .xuanze li.active:before{
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: #0b4491;
    top: 15px;
    left: 3px;
    border-radius: 50%;
}
.xuanze .form_dz{
    height: 120px;
  }
  
  .xuanze .form_dz .form-item{
    width: 260px;
    height: 40px;
    border: 1px solid #0b4491;
    float: left;
    margin-right: 68px;
    border-radius: 5px;
    margin-bottom: 25px;  
  }
  
  .xuanze .form_dz .form-item p{
  
    float: left;
  
    font-size: 16px;
  
    color: #0b4491;
  
    line-height: 22px;
  
    border-right: 1px solid #0b4491;
  
    margin: 9px 0 0 15px;
  
    padding-right: 4px;
  
  }
  .xuanze .form_dz .form-item input{
    width: 178px;
    height: 35px;
    margin-top: 1px;
    border: 0;
    outline: none;
    margin-left: 10px;
    font-size: 16px;
    border-radius:0 5px 5px 0;
    color: #0b4491;
    background: none;
  }
  .xuanze .form_dz .form-item input:-webkit-autofill {
    background: transparent;
    transition:background-color 50000s ease-in-out 0s;
    -webkit-text-fill-color: unset;
  }
  .xuanze .form_dz .formCode{

    width: 262px;
  
    margin-bottom: 0;
  
    float: left;
  
    border: 1px solid #0b4491;
  
    border-radius: 5px;
  
    margin-right: 10px;
  
  }
  
  .xuanze .form_dz .formCode .codeInput
  
  {
  
    width: 142px;
  
   text-align: center;
  
    height: 40px;
  
    font-size: 16px;
  
    line-height: 40px;
  
    -webkit-box-sizing: border-box;
  
    box-sizing: border-box;
  
    outline: 0;
  
    border: 0;
  
    color: #000;
  
    margin-right: 0;
  
    border-radius: 5px 0 0 5px;
  
    float: left;
    background:transparent;

  
  }
  
  .xuanze .form_dz .formCode .codetxt{
  
    width: 120px;
  
    background: #0b4491;
  
    outline: none;
  
    height: 40px;
    line-height: 40px;
  
    cursor: pointer;
  
    font-size: 16px;
  
    border: 0;
  
    color: #fff;
  
    border-radius: 0 5px 5px 0;
  
    float: left;
  
  }
  
  .xuanze .form_dz #submit_dz{
  
    width: 280px;
  
    height: 46px;
  
    display: block;
     margin:0 auto;
  
    border-radius: 18px;
  
    font-size:28px;
  
    text-align: center;
  
    line-height: 46px;
  
    color: #fff;
  
    cursor: pointer;
  
    background: -webkit-gradient(linear, left top, right top, from(#e53622), to(#f95029));
  
    background: -webkit-linear-gradient(left, #e53622 0%, #f95029 100%);
  
    background: -o-linear-gradient(left, #e53622 0%, #f95029 100%);
  
    background: linear-gradient(90deg, #e53622 0%, #f95029 100%);
  
    -webkit-box-shadow: 0px 4px 20px 0px rgba(229, 58, 38, 0.45);
  
            box-shadow: 0px 4px 20px 0px rgba(229, 58, 38, 0.45);
     animation: scale2 2s linear infinite;
     overflow: hidden;
  
  }
  .xuanze .form_dz #submit_dz .light{
    content: '';
    display: block;
    position: absolute;
    width: 105px;
    height:105px;
    top: -10px;
    left: -10px;
    transform: rotate(-75deg);
    background-image: linear-gradient(rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
    opacity: 0.6;
    animation: 1s cross-data ease-in infinite normal;
}
  /* 按预算计算 */
  .content3_bg{
    height: 695px;
    background: url(../images/ban2_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    text-align: center;
    padding-top:30px;
  }
  .content3_bg .xuanze{
    background:transparent;
  }
 
  