* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}
body,html {
    background: #F4F4FB;
}
.banner {
    width: 100%;
    height: 720px;
    position: relative;
    background: url(/images/EUChina/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 1100px;
}
.banner .bg {
    width: 100%;
    display: block;
}
.banner .content {
	height: 100%;
	margin-bottom: 0;
	position: relative;
	padding-top: 230px;
}
.banner .logo {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 314px;
    height: 88px;
    display:block;
}
.banner .content .banner-title {
    /* position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%); */
    width: 836px;
    height: 156px;
    margin: 0px auto;
    text-align: center;
}
.banner .content .banner-title img{
    /* position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%); */
    width: 100%;
    height: 100%;
    
}
.banner .sub-title {
    width: 100%;
    /* position: absolute;
    top: 53%; */
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    margin-top:10px;
}
.banner .applyWrap {
	margin-top:10px;
	text-decoration: none;
	width: 319px;
    height: 40px;
    display: block;
    margin: 50px auto;
    
}
.banner .apply {
    width: 319px;
    height: 40px;
    background: #2064AF;
    border-radius: 4px 4px 4px 4px;
    /* position: absolute;
    top: 57%;
    left: 50%;
    transform: translateX(-50%); */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: Bold;
    color: #FFFFFF;
    cursor: pointer;
}
.banner .apply span {
    font-weight: 400;
}
.nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 18px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav .nav-item {
    display: block;
    cursor: pointer;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: bold;
    color: #2064AF;
    text-decoration: none;
}
.nav .nav-item.active {
    background: #2064AF;
    color: #fff;
}
.nav .nav-item:link {
	text-decoration: none;
}
.nav .nav-item:visited {
	text-decoration: none;
}
.nav .nav-item:hover {
	text-decoration: none;
}
.nav .nav-item:active {
	text-decoration: none;
}
.nav .nav-item:focus {
	text-decoration: none;
}
.content {
    width: 1100px;
    margin: 0 auto 60px;
}
.content .title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #2064AF;
    position: relative;
    width: 128px;
    margin: 19px auto 28px;
    padding-bottom: 6px;
}
.content .title::after {
    content: '';
    width: 60%;
    height: 4px;
    background: #2064AF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0;
}
.content1 .info{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 8px 10px 1px rgba(32, 37, 175, 0.2);
    border-radius: 20px 20px 20px 20px;
    display: flex;
    align-items: center;
    padding: 30px 22px 30px 70px;
}
.content1 .info .l {
    width: 457px;
    height: 245px;
    margin-right: 74px;
    flex-shrink: 0;
}
.content1 .info .l img {
    width: 100%;
    height: 100%;
    display: block;
}
.content1 .info .r {
   /*  width: 410px; */
   flex: 1;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #606266;
    line-height: 24px;
    text-indent:2em;
}
.content2 .info{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 8px 10px 1px rgba(32, 37, 175, 0.2);
    border-radius: 20px 20px 20px 20px;
    display: flex;
    align-items: center;
    padding: 50px 22px;
}
.content2 .info .l {
    width: 331px;
    height: 200px;
    margin-right: 46px;
    flex-shrink: 0;
}
.content2 .info .l img {
    width: 100%;
    height: 100%;
    display: block;
}
.content2 .info .r {
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #606266;
    line-height: 24px;
}
.content2 .info .r div{
    margin-bottom: 15px;
}
.content2 .info .r div span{
    font-size: 12px;
    margin-right: 6px;
}
.content3 .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.content3 .info .info-item{
    width: 100%;
    width: 240px;
    height: 269px;
    padding: 16px;
    border-radius: 20px 20px 20px 20px;
}
.content3 .info .info-item:nth-child(1){
    background: #ACB16E;
}
.content3 .info .info-item:nth-child(2){
    background: #9490E5;
}
.content3 .info .info-item:nth-child(3){
    background: #D67506;
}
.content3 .info .info-item:nth-child(4){
    background: #4698BD;
}
.content3 .info .info-item .info-item-1{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.content3 .info .info-item .info-item-2{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.content3 .info .info-item .info-item-3{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}
.content4 .info {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 8px 10px 1px rgba(32, 37, 175, 0.2);
    border-radius: 10px 10px 10px 10px;
    padding: 21px 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.content4 .info .info-item {
    width: 220px;
    height: 108px;
    border-radius: 10px 10px 10px 10px;
    color: #2064AF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.content4 .info .info-item.active {
    background-color: #2064AF;
    color: #fff;
}
.content4 .info .info-item div:nth-child(1){
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 17px;
}
.content4 .info .info-item div:nth-child(2){
    font-size: 18px;
    font-weight: 400;
}
.content4 .info .next {
    width: 15px;
    height: 27px;
}
.content4 .info .next img{
    width: 100%;
    height: 100%;
    display: block;
}
.content4 .msg {
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #2064AF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 20px;
}
.content4 .msg  img{
    width: 35px;
    display: block;
    margin-left: 11px;
}
.content5 .sub-title {
    font-size: 16px;
    font-weight: 400;
    color: #2064AF;
    text-align: center;
    margin-bottom: 32px;
}
.content5 .sub-title span {
    font-weight: bold;
}
.content5 .info {
    width: 65%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content5 .title {
    margin-bottom: 32px;
}
.content5 .info .info-item {
    width: 200px;
    height: 208px;
    /* background: #FFFFFF;
    box-shadow: 0px 8px 10px 1px rgba(32, 37, 175, 0.2);
    border-radius: 10px 10px 10px 10px; */
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.content5 .info .info-item:nth-child(2) {
    margin: 0 104px;
}
.content5 .info .info-item .info-item-title{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    width: 129px;
    height: 32px;
    background: #F5C43D;
    border-radius: 16px 16px 16px 16px;
    position: absolute;
    top: -16px;
    left: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content5 .info .info-item .info-item-img1 {
    width: 200px;
    height: 208px;
    display: block;
}
.content5 .info .info-item .info-item-img2 {
    width: 220px;
    height: 228px;
    display: block;
}
.content5 .info .info-item .info-item-img3 {
   width: 200px;
    height: 208px;
    display: block;
}
.content5 .msg {
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #2064AF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 20px;
}
.content5 .msg  img{
    width: 35px;
    display: block;
    margin-left: 11px;
}
.content6 .info {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 8px 10px 1px rgba(32, 37, 175, 0.2);
    border-radius: 20px 20px 20px 20px;
    padding: 10px 30px;
}
.content6 .info .info-title{
    font-size: 20px;
    font-weight: bold;
    color: #28BAF2;
    text-align: center;
    margin-bottom: 8px;
}
.content6 .info .info-desc{
    font-size: 16px;
    font-weight: 400;
    color: #606266;
    text-align: center;
    margin-bottom: 8px;
}
.content7 .info {
    width: 76%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.content7 .info .info-item{
    width: 44%;
    height: 120px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    background-color: #072444;
    margin-bottom: 20px;
}
.content7 .info .info-item:nth-child(2n-1){
    margin-right: 40px;
}
.content7 .info .info-item4{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.content7 .info .info-item4 .l{
    width: 45%;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-right: 40px;
}
.content7 .info .info-item4 .r{
    width: 105px;
    height: 105px;
    flex-shrink: 0;
}
.content7 .info .info-item4 .r img{
    width: 100%;
    height: 100%;
    display: block;
}