/*@font-face {    font-family: 'PingFangSC-Regular';    src: url("PingFang Regular.otf");}@font-face {    font-family: 'FZZDHJW--GB1-0';    src: url("../other/方正正大黑FZZDHJW.TTF");}body,html,*{    font-family: PingFangSC-Regular;}*/
.page {
    padding: 2rem 0;
    text-align: center;
}

.page a {
    padding: 5px 15px;
    background: #e6e6e6;
    color: #000;
    display: inline-block;
}

.page a.active {
    color: #fff;
    background: #1ca5e3;
}

.ico.active i:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 14px;
}

.ico.active i:nth-child(2) {
    opacity: 0;
}

.ico.active i:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px;
}

.ico {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 4%;
    top: 27px;
    z-index: 999999999;
    cursor: pointer;
    display: none
}

.ico i {
    height: 2px;
    width: 90%;
    background-color: #f5c93e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ico i:nth-child(1) {
    top: 2px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}

.ico i:nth-child(2) {
    top: 14px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}

.ico i:nth-child(3) {
    top: 26px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}

.head {
    position: relative
}

.head .box90 {
    width: 90%;
    margin: auto;
    padding: 10px 0;
    position: relative;
}

.head .navbar-left img {
    height: 100px;
}

.head .navbar-center {
    display: inline-block;
    width: calc(100% - 375px);
    width: -webkit-calc(100% - 375px);
}

.head .navbar-center ul {
    text-align: center;
    height: 95px;
    line-height: 95px;
}

.head .navbar-center ul li {
    display: inline-block;
}

.head .navbar-center ul li a {
    color: #333333;
    font-size: 18px;
    padding: 0 20px;
}

.head .navbar-center ul li .As a {
    padding: 0
}

.head .navbar-right {
    margin-right: 0;
    height: 95px;
    line-height: 95px;
}

.head .navbar-right {
    font-size: 20px;
    color: #f3be12;
}

.head .navbar-right img {
    margin-right: 6px;
    position: relative;
    top: -4px;
}

.head .login {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f5c93e;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 6px 25px;
}

.head .login a {
    font-size: 14px;
    color: #fff;
}

.head .login span {
    margin: 0 20px;
    color: #fff;
    position: relative;
    top: -1px;
}

.banner .swiper-wrapper {
    height: 500px;
    width: 100%;
}

.banner .swiper-wrapper .container {
    height: 100%;
}

.banner .font70 {
    color: #ffffff;
    font-family: FZZDHJW--GB1-0;
    line-height: 1em;
}

.banner .font80 {
    font-family: PingFangSC-Regular;
    line-height: 1em;
    color: #ffffff;
    margin: 7px 0 2rem;
}

.banner a.font18 {
    background-color: #ffffff;
    border-radius: 28px;
    color: #2763e0;
    padding: 10px 36px;
}

.banner .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    width: 12px;
    height: 12px;
}

.banner .swiper-pagination-bullet-active {
    background: #f5c93e;
}

.index1 .tops {
    width: 100%;
    display: inline-block;
    padding: 16px 0;
}

.index1 .tops li {
    width: 20%;
    float: left;
    color: #033041;
    position: relative;
}

.index1 .tops li:first-child span {
    position: relative;
    top: 5px
}

.index1 .tops li:first-child img {
    position: relative;
    top: 3px
}

.index1 .tops li img {
    margin-right: 5px;
}

.index1 .tops li.font18 {
    padding-top: 7px;
}

.index1 .tops li input {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 14px;
    border: none;
    height: 28px;
    padding: 0 20px 0 10px;
    width: 100%;
}

.head .navbar-center ul li a.active {
    color: #e4b035;
}

.index1 .tops li i {
    position: absolute;
    color: #fff;
    right: 10px;
    top: 12px;
}

.index1 .tops li.font18 .spans {
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin: 0 1px;
    border-radius: 3px;
    padding: 0 2px;
    color: #fff;
    font-weight: bold;
}

.index1 {
    border-bottom: solid 1px #cccccc;
}

.index1_cont ul {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.index1_cont ul li {
    width: 16.6666%;
    float: left;
    text-align: center;
}

.index1_cont ul li .imgs {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 12px;
}

.index1_cont ul li .imgs .imgs1 {
    height: 100%;
}

.index1_cont ul li .font30 {
    color: #333;
}

.index1_cont ul li .font16 {
    color: #333;
}

.index2 {
    background-color: #f1f1f1;
}

.index2 .container {
    overflow: hidden;
}

.index2Lt {
    float: left;
    width: 72%
}

.index2Lt .cont .font30 {
    color: #333333;
    padding-left: 10px;
    border-left: 6px solid #033041;
}

.index2Lt .cont ul {
    display: inline-block;
    margin-left: 15px;
}

.index2Lt .cont ul li {
    display: inline-block;
}

.index2Lt .cont ul li a {
    color: #333333;
    padding: 0px 36px;
    border-radius: 5px;
}

.index2Lt .cont ul li.active a {
    background-color: #033041;
    border-radius: 5px;
    color: #fff;
}

.index2Lt_cont {
    margin-top: 2rem;
    overflow: hidden;
}

.index2Lt_cont .list-group .imgs {
    height: 180px;
    overflow: hidden;
}

.index2Lt_cont .list-group .imgs div {
    height: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.index2Lt_cont .list-group ul {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.index2Lt_cont .list-group ul li {
    width: 31.33%;
    float: left;
    margin-left: 3%;
}

.index2Lt_cont .list-group ul li a {
    display: block;
}

.index2Lt_cont .list-group ul li:first-child {
    margin-left: 0;
}

.index2Lt_cont .list-group ul li .font24 {
    color: #333333;
    margin-top: 5px;
}

.index2Lt_cont .list-group ul li .font16 {
    color: #666666;
    margin: 10px auto 15px;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    word-break: break-all;
}

.index2Lt_cont .list-group ul li span {
    background-color: #033041;
    border-radius: 5px;
    color: #fff;
    padding: 5px 25px;
    display: inline-block;
}

.index2Lt_cont .list-group {
    display: none;
}

.index2Lt_cont .list-group.active {
    display: block;
}

.index2Rt {
    width: 25%;
    float: right;
    background-color: #033041;
    padding: 25px 15px;
    position: relative;
}

.index2Rt .font30 {
    color: #ffffff;
    padding-left: 10px;
    border-left: 6px solid #fff;
    line-height: 1em;
}

.index2Rt_cont {
    margin-top: 20px;
    position: relative;
}

.index2Rt_cont_ul {
    width: 100%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.index2Rt_cont_ul li {
    color: #ffffff;
    display: inline-block;
    margin: 2px 5px 2px 0;
}

.index2Rt_cont_ul li:first-child,.index2Rt_cont_ul_li_list ul li:first-child {
    margin-left: 0;
}

.index2Rt_cont_ul li:last-child,.index2Rt_cont_ul_li_list ul li:last-child {
    margin-right: 0;
}

.index2Rt_cont_ul_li_list {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.001;
}

.index2Rt_cont_ul_li_list.active {
    opacity: 1;
    position: relative;
    z-index: 11;
}

.index2Rt_cont_ul li.active,.index2Rt_cont_ul_li_list ul li.active {
    color: #e4b035;
}

.index2Rt_cont_ul_li_list ul {
    width: 100%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.index2Rt_cont_ul_li_list ul li {
    color: #ffffff;
    display: inline-block;
    margin: 2px 10px;
}

.index2Rt_cont_ul_li_list .conts {
    margin-top: 1rem;
    overflow: hidden;
}

.index2Rt_cont_ul_li_list .conts a {
    color: #fff;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
}

.index2Rt_cont_ul_li_list .conts p {
    position: relative;
    padding-left: 13px;
    margin-bottom: 5px;
}

.index2Rt_cont_ul_li_list .conts p:before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    background: #fff;
    top: 8px;
    left: 0;
}

.sets {
    display: none;
}

.sets.active {
    display: block;
}

.index2Rt_cont_ul_li {
    overflow: hidden;
    position: relative;
}

.index3 .swiper-container {
    height: 260px;
}

.index3 .box90 {
    width: 90%;
    margin: auto;
    height: 100%;
}

.index3 .box90 .font24 {
    color: #ffffff;
    background-color: #f49416;
    border-radius: 5px;
    padding: 8px 26px;
    display: inline-block;
}

.index3 .container {
    height: 100%;
}

.index3 .box90 .font45 {
    color: #ffffff;
    margin: 8px 0;
}

.index3 .box90 p {
    color: #ffffff;
}

.index3 .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
}

.index3 .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
}

.index4 .container,.index5 .container {
    overflow: hidden;
}

.index4_top ul,.index8Tab ul,.internship_cont_top ul {
    text-align: center;
}

.index4_top ul li,.index8Tab ul li,.internship_cont_top ul li {
    display: inline-block;
    margin: 0 10px;
}

.index4_top ul li a,.index8Tab ul li a,.internship_cont_top ul li a {
    color: #fff;
    background-color: #033041;
    border-radius: 5px;
    padding: 5px 50px;
    position: relative;
}

.index4_bom_list .swiper-slide a,.America_anli li a,.about_success_cont ul li a {
    background-color: #f7f9fb;
    border-radius: 5px;
    border: solid 1px #dfdfdf;
    padding: 14% 5% 11%;
    text-align: center;
    display: block;
}

.index7Cont_List ul li a .font20,.America_anli li a .font20,.about_success_cont ul li a .font20 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 28px;
    line-height: 28px;
}

.index4_bom_list .swiper-slide .font20,.America_anli li a .font20,.about_success_cont ul li a .font20 {
    margin: 3rem auto 1rem;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 28px;
    line-height: 28px;
}

.index4_bom_list .swiper-slide p,.America_anli li a p,.about_success_cont ul li a p {
    color: #777777;
    font-size: 14px;
    line-height: 1.8em;
}

.index4_bom_list .swiper-slide span,.America_anli li a span,.about_success_cont ul li a span {
    height: 31px;
    line-height: 31px;
    background-color: #033041;
    border-radius: 5px;
    color: #ffffff;
    padding: 0 20px;
    display: inline-block;
    margin-top: 1rem;
}

.index4_bom {
    margin-top: 4rem;
    overflow: hidden;
    position: relative;
}

.index4_bom_list {
    padding: 0 50px;
    position: absolute;
    width: 100%;
    z-index: 7;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.index4_bom_list.active {
    position: relative;
    z-index: 9;
    opacity: 1;
    overflow: hidden;
}

.index4_bom_list .cons {
    position: relative;
}

.index4_bom_list .cons .imgss img {
    height: 100%;
}

.index4_bom_list .swiper-button-next,.index5Cont .swiper-button-next,.index8Cont .swiper-button-next {
    background-image: url("../images/index_right.png");
}

.index4_bom_list .swiper-button-prev,.index5Cont .swiper-button-prev,.index8Cont .swiper-button-prev {
    background-image: url("../images/index_left_37.png");
}

.index4_bom_list .text-center a {
    color: #fbc52e;
    margin-top: 2rem;
    font-size: 16px;
}

.index4_top ul li.active a,.index8Tab ul li.active a,.internship_cont_top ul .active a {
    background-color: #fbc52e;
}

.index4_top ul li.active a:before,.index8Tab ul li.active a:before,.internship_cont_top ul li.active a:before {
    content: '';
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid #fbc52e;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -12px;
}

.index4_bom_list .swiper-button-next {
    right: -50px;
}

.index4_bom_list .swiper-button-prev {
    left: -50px;
}

.index5 {
    background: #f1f1f1;
}

.index5 .title,.index7 .title {
    margin-bottom: 2rem;
    text-align: center;
}

.index5 .title .font45,.index7 .title .font45 {
    color: #333333;
}

.index5 .title span,.index7 .title span {
    height: 5px;
    background-color: #033041;
    width: 60px;
    display: inline-block;
}

.index5Cont .imgs,.abouttab_list_cont li a .imgs {
    height: 300px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
}

.index5Cont .imgs div,.abouttab_list_cont li a .imgs div {
    height: 100%;
}

.index5Cont .swiper-slide a .cont,.abouttab_list_cont li a .cont {
    padding: 10px 2px;
    text-align: center;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: relative;
}

.index5Cont .swiper-slide a .cont .font24,.abouttab_list_cont li a .cont .font24 {
    color: #333333;
}

.index5Cont .swiper-slide a .cont p,.abouttab_list_cont li a .cont p {
    color: #666666;
    margin: 8px auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 42px;
    line-height: 21px;
}

.index5Cont .swiper-slide,.abouttab_list_cont li {
    height: 462px;
}

.index5Cont .swiper-slide a .cont span,.abouttab_list_cont li a .cont span {
    display: none;
    color: #ffffff;
}

.index5Cont .swiper-slide a,.abouttab_list_cont li a {
    border-bottom: 4px solid #cfd0d3;
}

.index5Cont {
    padding: 0 50px;
    position: relative;
}

.index5 .swiper-container {
    padding: 50px 0;
}

.index5Cont .swiper-slide a,.abouttab_list_cont li a {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    display: block;
}

.index6 .box90 {
    width: 90%;
    margin: auto;
}

.index6 .box90 .cont {
    display: inline-block;
    color: #fff;
}

.index6 .box90 .cont ul li {
    list-style: disc;
    width: 50%;
    float: left;
    margin: 5px 0;
}

.index6 .box90 .cont ul li a {
    font-size: 14px;
    color: #fff;
}

.index6 .box90 .cont:first-child {
    margin-right: 5%;
}

.index7Tab ul {
    text-align: center;
    font-size: 0;
}

.index7Tab ul li {
    display: inline-block;
}

.index7Tab ul li a {
    padding: 3px 36px;
    color: #333333;
    border-radius: 5px;
    position: relative;
}

.index7Tab ul li.active a {
    background-color: #033041;
    color: #fff;
}

.index7Tab ul li a:before {
    content: '';
    height: 20px;
    width: 1px;
    background: #333;
    position: absolute;
    top: 7px;
    right: 0;
}

.index7Tab ul li:last-child a:before {
    display: none;
}

.index7Cont_List ul {
    width: 100%;
    display: inline-block;
}

.index7Cont_List ul li {
    width: 23%;
    float: left;
    margin-left: 2.222%;
}

.index7Cont_List ul li a {
    display: block;
}

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

.index7Cont_List ul li .imgs {
    height: 200px;
    overflow: hidden;
}

.index7Cont_List ul li .imgs div {
    height: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.index7Cont_List ul li a .font20 {
    color: #333333;
    margin: 15px 0 10px;
}

.index7Cont_List ul li a .font16 {
    color: #666666;
    line-height: 1.5em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 48px;
    line-height: 24px;
}

.index7Cont {
    margin-top: 3rem;
    overflow: hidden;
}

.index7Cont_List ul li a span {
    display: inline-block;
    color: #ffffff;
    height: 31px;
    background-color: #033041;
    border-radius: 5px;
    line-height: 31px;
    padding: 0 30px;
    margin-top: 1.6rem;
}

.index7Cont_List {
    display: none;
}

.index7Cont_List.active {
    display: block;
}

.index8 {
    background: #f1f1f1;
}

.index8Cont {
    margin-top: 4rem;
    position: relative;
    overflow: hidden;
}

.index8Cont_list .swiper-slide a {
    display: block;
    background: #fff;
    text-align: center;
    height: 130px;
    line-height: 130px;
    overflow: hidden;
}

.index8Cont_list .swiper-slide a img {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.index8Cont_list {
    padding: 0 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
}

.index8Cont_list.active {
    position: relative;
    z-index: 9;
    opacity: 1;
}

/*二级页面*/
.other_banner .swiper-slide {
    height: 520px;
}

.other_banner .swiper-slide .font80 {
    line-height: 1em;
    color: #fff;
    margin-bottom: 1rem;
}

.other_banner .swiper-slide .font70 {
    line-height: 1em;
    color: #fff;
}

.other_banner .swiper-slide .container {
    padding: 0 10%;
}

.other_banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #f1f1f1;
    opacity: 1;
    margin: 0 10px;
}

.other_banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f5c93e;
}

.America {
    background-color: #f1f1f1;
}

.America_1 {
    margin-bottom: 2rem;
    overflow: hidden;
}

.America_1 .cons {
    background: #fff;
    border-radius: 3px;
}

.America_top {
    padding: 10px 20px;
    border-bottom: 1px solid #dbdbdb;
}

.America_top .font22 {
    color: #033041;
    padding-left: 8px;
    border-left: 5px solid #033041;
    font-weight: bold;
}

.America_top a {
    color: #0093e8;
    float: right;
    margin-top: 5px;
}

.America_1_lt ul {
    padding: 20px;
    overflow: hidden;
}

.America_1_lt ul li:first-child:before {
    display: none
}

.America_1_lt ul li .left {
    width: 40%;
    float: left;
    overflow: hidden;
    height: 180px;
    border-radius: 3px
}

.America_1_lt ul li .right {
    width: 60%;
    float: left;
    padding-left: 3%;
}

.America_1_lt ul li a {
    color: #888;
    display: inline-block;
    width: 100%;
}

.America_1_lt .right .font16 {
    color: #333333;
    margin-bottom: 2px;
}

.America_1_lt .right .time {
    color: #333;
    margin-bottom: 8px;
}

.America_1_lt .right p {
    line-height: 1.8em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 122px;
}

.America_1_lt .right p span {
    color: #0093e8;
}

.America_1_lt ul li {
    position: relative;
    padding: 10px 0 10px 12px;
    border-bottom: 1px dashed rgba(160, 160, 160, 0.3);
}

.America_1_lt ul li a.font16 {
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
    padding-right: 50px;
    height: 22px;
    line-height: 22px;
}

.America_1_lt ul li.first {
    padding: 10px 0;
}

.America_1_lt ul li.first::before {
    display: none;
}

.America_1_lt ul li.first p span {
    position: initial;
}

.America_1_lt ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #333;
    position: absolute;
    top: 17px;
    left: 0;
}

.America_1_lt ul li span {
    position: absolute;
    top: 10px;
    right: 0;
}

.America_1_lt ul li img {
    border-radius: 3px;
}

.America_1 .swiper-container .swiper-slide .imgss {
    height: 170px;
}

.America_1 .row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.America_1 .row .America_1_lt,.America_1_rt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 49%;
    background: #fff;
}

.America_1_rt {
    margin-left: 2%;
    position: relative;
}

.America_1_rt a {
    color: #333333;
    display: block;
}

.America_1_lt .cons {
    position: relative;
    padding-bottom: 50px;
}

.America_1_rt a p {
    line-height: 1.8em;
    color: #888888;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 197px;
}

.America_1_rt a p span {
    color: #0093e8;
}

.America_1_rt a .font16 {
    margin: 10px 0 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 22px;
}

.America_1 .swiper-button-white {
    width: 36px;
    height: 36px;
    background-size: cover;
    margin-top: 0;
    top: auto;
    bottom: 15px;
}

.America_1 .swiper-button-prev {
    background-image: url("../images/mg5_16.jpg");
    left: 50%;
    margin-left: -60px;
}

.America_1 .swiper-button-next {
    background-image: url("../images/mg6_18.jpg");
    right: 50%;
    margin-right: -60px;
}

.America_1_rt .cont {
    padding: 20px;
}

.America_2 {
    background: #fff;
    padding: 10px 0;
}

.America_2_con {
    padding: 3rem 15px;
    position: relative;
}

.America_3 {
    background: #fff;
    padding: 10px 0;
    margin-top: 2rem;
}

.America_3 ul {
    width: 100%;
    display: inline-block;
    padding: 10px;
    overflow: hidden;
}

.America_3 ul li {
    width: 25%;
    float: left;
    padding: 20px 10px 5px;
}

.America_3 ul li .imgss {
    height: 180px;
}

.America_3 ul li a {
    color: #333;
    display: block;
}

.America_3 ul li .font16 {
    margin: 10px 0 5px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
}

.America_3 ul li p {
    line-height: 25px;
    height: 50px;
    color: #888;
    margin: 8px 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
}

.America_3 ul li p span {
    color: #0093e8;
}

.threeBanner .font80,.threeBanner .font70 {
    color: #fff;
    line-height: 1.2em;
}

.box90 {
    width: 90%;
    margin: auto;
}

.threeBanner_cont {
    background: #f1f1f1;
    padding-bottom: 5rem;
}

.threeBanner_cont .container {
    background: #fff;
    padding: 0 5% 2%;
}

.threeBanner_cont .container .nav-pills {
    padding: 2rem 0;
    color: #9d9d9d;
}

.threeBanner_cont .container .nav-pills a {
    color: #9d9d9d;
}

.threeBanner_cont .title h1 {
    color: #033041;
    font-weight: bold;
    margin-bottom: 8px;
}

.threeBanner_cont .title p {
    color: #888888;
}

.threeBanner_cont .title {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

.threeBanner_cont .conts p {
    color: #666666;
    line-height: 1.8em;
    margin-bottom: 2rem;
}

.lianjie {
    padding: 2rem 100px 2px 0;
    border-top: 1px solid #dbdbdb;
    position: relative;
}

.lianjie a {
    color: #333333;
    margin-bottom: 8px;
}

.lianjie a.back {
    width: 90px;
    height: 31px;
    background-color: #8197a0;
    border-radius: 3px;
    text-align: center;
    line-height: 31px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 3rem;
}

.threeBanner_cont .America_1_lt ul li a {
    display: inline-block;
    width: 100%;
}

.threeBanner_cont .America_1_lt ul li .left {
    width: 200px;
}

.threeBanner_cont .America_1_lt ul li .right {
    width: calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
}

.America_top .nav-pills a {
    position: inherit;
    float: none;
}

.America_top .nav-pills {
    display: inline-block;
    float: right;
    padding: 0 !important;
}

.threeBanner_cont .America_top {
    margin-top: 1rem;
}

.America_anli li {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.America_anli {
    padding: 2rem 0;
    overflow: hidden;
}

.America_anli .imgs,.about_success_cont .imgs,.index4_bom_list .swiper-slide .imgs {
    height: 170px;
}

.America_anli .imgs img, .about_success_cont .imgs img,.index4_bom_list .swiper-slide .imgs img {
    height: 100%;
}

.threeBanner .font48 {
    line-height: 1.2em;
    color: #fff;
}

.abouttab {
    border-bottom: 1px solid #d0d0d0;
}

.abouttab ul {
    width: 100%;
    overflow: hidden;
}

.abouttab ul li {
    width: 25%;
    float: left;
    text-align: center;
}

.abouttab ul li a {
    color: #333;
    display: block;
    height: 100%;
    padding: 10px 0;
    border-left: 1px solid #d0d0d0;
}

.abouttab ul li:first-child a {
    border: none;
}

.abouttab ul li.active a {
    color: #fff;
    background-color: #033041;
}

.abouttab_list {
    margin: 4rem 0 0;
}

.abouttab_list ul.font16,.about_success ul.font16 {
    background: #f7f9fb;
    padding: 1rem 3rem;
    overflow: hidden;
}

.abouttab_list ul.font16 li,.about_success ul.font16 li {
    border-bottom: 1px dashed rgba(160, 160, 160, 0.3);
    padding: 15px 0;
}

.abouttab_list ul.font16 li:last-child,.about_success ul.font16 li:last-child {
    border: none;
}

.abouttab_list ul.font16 li .ht,.about_success ul.font16 li .ht {
    color: #333;
    margin-right: 10px;
}

.abouttab_list ul.font16 li a,.about_success ul.font16 li a {
    color: #333;
    margin: 0 6px;
    padding: 5px 10px;
    border-radius: 3px;
}

.abouttab_list ul.font16 li a.active,.about_success ul.font16 li a.active {
    background: #e0eaf4;
    color: #0c5aa3;
}

.abouttab_list_cont {
    margin: 4rem 0 2rem;
    overflow: hidden;
}

.abouttab_list_cont li {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.about1 .container {
    overflow: hidden;
}

.about1 .font16 {
    line-height: 1.6em;
    color: #333;
    margin-bottom: 4rem;
}

.about1 ul li .right,.about1 ul li .left {
    width: 50%;
    float: left;
    height: 280px;
}

.about1 ul li .left div {
    height: 100%;
    border-radius: 5px;
}

.about1 ul li .right {
    padding: 10px 3%;
}

.about1 ul li .right .font26 {
    color: #333;
    margin-bottom: 1rem;
}

.about1 ul li .right .font16 {
    color: #888888;
    margin-bottom: 0;
}

.about1 ul li:nth-child(even) .left,.about1 ul li:nth-child(even) .right {
    float: right;
}

.about_success_cont ul {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.about_success_cont ul li {
    width: 25%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.about_success_cont ul li a .font20 {
    margin-top: 1.8rem;
}

.about_success .about_success_cont {
    margin-top: 3rem;
}

.about_contact .conts {
    position: relative;
    overflow: hidden;
}

.about_contact .conts .rt {
    float: right;
    width: 62%;
}

.about_contact .conts .rt img {
    width: 100%;
}

.about_contact .conts .lt {
    position: absolute;
    box-shadow: 0 3px 21px 0 rgba(0, 0, 0, 0.1);
    width: 45%;
    background: #fff;
    padding: 4rem;
    color: #333333;
    top: 100px;
}

.about_contact .conts .lt .font30 {
    margin-bottom: 5px;
}

.about_contact .conts .lt p {
    margin-top: 8px;
}

.about_contact .conts .lt p i {
    font-size: 16px;
    width: 16px;
    margin-right: 8px;
}

.test {
    background: #f1f1f1;
}

.test_lt_cont {
    background: #fff;
    padding: 20px 26px;
    border-radius: 3px;
    overflow: hidden;
}

.test_lt {
    width: calc(100% - 280px);
    width: -webkit-calc(100% - 280px);
    float: left;
}

.test_lt_cont .top .font22,.test_rt_cont1 .top .font22 {
    color: #033041;
    padding-left: 8px;
    border-left: 5px solid #033041;
    font-weight: 800;
}

.test_lt_cont .top a,.test_rt_cont1 .top a {
    float: right;
    color: #0093e8;
    margin-top: 8px;
}

.test_lt_cont .imgss {
    height: 150px;
    margin: 10px 0;
}

.test_lt_cont li {
    padding: 6px 0;
    list-style: disc;
    position: relative;
    border-bottom: 1px dashed rgba(160, 160, 160, 0.3);
}

.test_lt_cont li:last-child {
    border: none;
}

.test_lt_cont li a {
    height: 22px;
    line-height: 22px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
    padding-right: 55px;
}

.test_lt_cont ul {
    padding-left: 18px;
}

.test_lt_cont li span {
    position: absolute;
    top: 6px;
    right: 0;
    color: #333;
}

.test_lt_cont:first-child {
    margin-bottom: 30px ;
}

.test_rt {
    width: 260px;
    float: right;
}

.test_rt_cont1 {
    background: #fff;
    padding: 20px 15px 8px;
    border-radius: 3px;
}

.test_rt_cont1 ul li .cont {
    display: inline-block;
    margin-left: 76px;
}

.test_rt_cont1 ul {
    margin-top: 1.5rem;
    overflow: hidden;
}

.test_rt_cont1 ul li {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(160, 160, 160, 0.3);
}

.test_rt_cont1 ul li a {
    display: block;
}

.test_rt_cont1 ul li:last-child {
    border: none;
}

.test_rt_cont1 ul li img {
    position: absolute;
}

.test_rt_cont1 ul li .font16 {
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
    height: 22px;
    line-height: 22px;
}

.test_rt_cont1 ul li img {
    width: 64px;
}

.test_rt_cont1 ul li p {
    color: #777;
}

.test_rt_cont2 {
    background: #fff;
    padding: 20px 15px;
    margin-top: 26px;
    border-radius: 3px;
}

.test_rt_cont2_A a {
    color: #fff;
    border-radius: 3px;
    margin-bottom: 6px;
    padding: 5px 15px
}

.test_rt_cont2_A a.a1 {
    background-color: #276881;
    padding: 5px 20px;
}

.test_rt_cont2_A a.a2 {
    background-color: #5476b3;
    padding: 5px 20px;
}

.test_rt_cont2_A a.a3 {
    background-color: #a7bbe0;
    padding: 5px 27px;
}

.test_rt_cont2_A a.a4 {
    background-color: #67c0e2;
    padding: 5px 20px;
}

.test_rt_cont2_A a.a5 {
    background-color: #e3c25e;
    padding: 5px 25px;
}

.test_rt_cont2_A a.a6 {
    background-color: #e3995e;
}

.test_rt_cont2_A a.a7 {
    background-color: #67c0e2;
    padding: 5px 25px;
}

.test_rt_cont2_A a.a8 {
    background-color: #bfcb6e;
}

.test_rt_cont2_A a.a9 {
    background-color: #e396b9;
}

.test_rt_cont2_A a.a10 {
    background-color: #6c9dc7;
    padding: 5px 32px;
}

.test_rt_cont2 .top {
    margin-bottom: 1rem;
}

.test_rt_cont2 .top .font {
    font-weight: 800;
}

.apply_banner {
    padding: 11rem 0;
}

.apply_banner .font80,.apply_banner .font70 {
    color: #fff;
    line-height: 1.2em;
}

.apply_cont {
    background: #f1f1f1;
    padding-bottom: 6rem;
}

.apply_cont .conts {
    background: #fff;
    padding: 30px 50px 40px;
    overflow: hidden;
}

.apply_cont .imgss {
    height: 200px;
}

.apply_cont .cont {
    margin: 1rem 0 1px;
}

.apply_cont .cont .font20 {
    color: #033041;
}

.apply_cont .cont a {
    float: right;
    margin-top: 6px;
}

.apply_cont .col-md-4 {
    margin-top: 2rem;
}

.apply_cont ul li {
    padding: 5px 0;
    border-bottom: 1px dashed rgba(160, 160, 160, 0.3);
    position: relative;
}

.apply_cont ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 0;
    top: 12px;
}

.apply_cont ul li:last-child {
    border: none;
}

.apply_cont ul li a {
    color: #333;
    padding: 0 60px 0 10px;
    display: block;
}

.apply_cont ul li span {
    position: absolute;
    right: 0;
    top: 7px;
}

.internship {
    background: #f1f1f1;
    padding-bottom: 3rem;
}

.internship .internship_cont {
    background: #fff;
    padding: 3rem 4%;
    overflow: hidden;
}

.cont_list ul {
    width: 100%;
    display: inline-block;
}

.cont_list li {
    width: 50%;
    float: left;
    padding: 10px;
}

.cont_list li a {
    display: inline-block;
    width: 100%;
    position: relative;
    border: 1px solid #dfdfdf;
    padding: 20px;
}

.cont_list li a .left {
    width: 170px;
    float: left;
}

.cont_list li a .right {
    width: calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
    float: left;
    padding-left: 7%;
}

.cont_list li a .right .font16 {
    color: #333333;
    margin-bottom: 5px;
}

.cont_list li a .right p {
    color: #888888;
    height: 50px;
    line-height: 25px;
    display: inherit;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
}

.cont_list li a .right p span {
    color: #0093e8;
}

.internship_cont_bom {
    margin-top: 3rem;
    overflow: hidden;
    position: relative;
}

.cont_list {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.cont_list.active {
    position: relative;
    z-index: 5;
    opacity: 1;
}

.cont_list li a .left {
    height: 90px;
    overflow: hidden;
}

.cont_list li a .left img {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 90%;
}

/*登录*/
.login_web {
    width: 100%;
    height: 100%;
    position: fixed;
}

.login_web .container {
    height: 100%;
}

.login_web .container .box90 {
    height: 100%;
    width: 90%;
    margin: auto;
    padding: 3rem 0px;
    position: relative;
}

.login_web .container .box90 .top {
    margin-bottom: 4rem;
}

.login_web .container .box90 .top a {
    color: #20a0e2;
    font-size: 16px;
    float: right;
    margin-top: 4rem;
}

.coenter {
    width: 100%;
    height: 650px;
    background-color: #ffffff;
    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.coenter .left,.coenter .right {
    height: 100%;
    position: relative;
}

.coenter .left {
    width: 40%;
    float: left;
}

.coenter .right {
    width: 60%;
    float: left;
    padding: 7%;
}

.coenter .right .font30 {
    color: #333333;
    margin-bottom: 2rem;
    font-weight: bold;
}

.coenter .right .form-group {
    margin-bottom: 18px;
    position: relative;
}

.coenter .right .form-group input {
    padding-left: 70px;
}

.coenter .right .form-group .control-label {
    position: absolute;
    top: 13px;
    left: 15px;
}

.coenter .right .form-group input {
    height: 44px;
    background-color: #f0f0f0;
    border-radius: 3px;
    color: #333333;
}

.coenter .right .checkbox {
    position: relative;
}

.coenter .right .checkbox .reset {
    float: right;
    color: #333;
    cursor: pointer;
}

.coenter .right .btn {
    height: 44px;
    background-color: #033041;
    border-radius: 3px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin: 10px 0 20px;
}

.coenter .right .zhuce a {
    color: #20a0e2;
    font-size: 16px;
}

.ecxs {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 80px;
    color: #fff;
    text-align: center;
    padding: 0 15px;
}

.ecxs .font26 {
    margin-bottom: 5px;
}

.login_web .bom {
    padding: 3rem 15px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.login_web .bom span {
    margin: 0 5px;
    color: #7f7f7f;
}

.egister .form-control {
    height: 44px;
    background-color: #f0f0f0;
    border-radius: 3px;
    margin-bottom: 18px;
    padding-left: 70px;
}

.egister .form-group .code {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #20a0e2;
}

/*#name{    padding-left: 120px;}*/
.As {
    position: absolute;
    z-index: 9;
    background: #fff;
    padding: 15px;
    box-shadow: 0 3px 21px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.As a {
    display: block;
    line-height: 30px;
    font-size: 14px !important;
}

.abouttab ul {
    text-align: center;
    font-size: 0;
}

.abouttab ul li {
    float: none;
    display: inline-block;
}

.personal {
    border-top: solid 1px #d5d5d5;
}

.personal .lt {
    width: 320px;
    float: left;
}

.personal .rt {
    width: calc(100% - 420px);
    width: -webkit-calc(100% - 420px);
    float: right;
}

.personal .lt li {
    font-size: 16px;
    padding: 20px 36px;
    border: solid 1px #d5d5d5;
    color: #333;
    position: relative;
}

.personal .lt li i {
    float: right;
}

.personal .lt li.active {
    background-color: #053041;
    color: #fff;
    border-color: #053041;
}

.personal .rt {
    border-top: 3px solid #053041;
}

.personal .rt .font20 {
    color: #000000;
    margin: 3rem 0 1.5rem;
}

.personal .rt form {
    width: 50%;
}

.personal .rt form .form-group {
    position: relative;
}

.personal .rt form .form-group input,.personal .rt form .form-group .form-control {
    height: 54px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    border-radius: 0;
}

.personal .rt form .form-group label {
    color: #888888;
    position: absolute;
    top: 18px;
    left: 10px
}

.personal .rt form .form-group label span {
    color: #ff0000
}

.form-control1 {
    padding: 6px 6px 6px 55px;
}

.form-control2 {
    padding: 6px 6px 6px 80px;
}

.form-control3 {
    padding: 6px 130px 6px 95px;
}

.yanzheng {
    position: absolute;
    top: 8px;
    right: 10px;
    height: 38px;
    background-color: #000000;
    border-radius: 3px;
    color: #fff;
    border: none;
    padding: 0 20px;
}

.personal .rt form input::-webkit-input-placeholder {
    text-align: right;
    color: #888;
}

.personal .rt form .submit {
    background-color: #000000;
    color: #fff;
    padding: 17px 50px;
    border: none;
}

.amend {
    position: absolute;
    top: 20px;
    right: 15px;
    color: #c3c3c3;
    font-size: 12px;
    cursor: pointer;
}

.form-control4 {
    padding: 6px 45px 6px 55px;
}

.personal .rt li {
    padding: 1rem 0;
    position: relative;
    border-bottom: 1px dashed rgba(149, 149, 149, 0.6);
}

.personal .rt li a {
    color: #000000;
    display: block;
    position: relative;
    padding: 0 100px 0 1.5rem;
}

.personal .rt li span {
    position: absolute;
    right: 10px;
    top: 13px;
}

.personal .rt li a:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 5px;
    top: 50%;
}

.personal .rt .rt_cont {
    display: none;
}

.personal .rt .rt_cont.active {
    display: block;
}

.internship_detaile {
    padding-bottom: 6rem;
    background-color: #f1f1f1
}

.internship_detaile .conrt {
    background: #fff;
    padding: 1rem 5% 5% 5%;
}

.internship_detaile .conrt .navy a,.internship_detaile .conrt .navy {
    color: #9d9d9d;
}

.internship_detaile .conrt .navy a {
    margin: 0 5px;
}

.internship_detaile .conrt .navy {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.internship_detaile .conrt .font30 {
    color: #033041;
    font-weight: bold;
    margin-bottom: 2rem;
}

.internship_detaile .conrt p {
    margin-bottom: 1.8rem;
    color: #666666;
    line-height: 25px;
}

.internship_detaile .conrt .text-center button {
    display: inline-block;
    background-color: #033041;
    border-radius: 3px;
    line-height: 44px;
    height: 44px;
    color: #fff;
    padding: 0 30px;
    font-size: 16px;
    margin-top: 1rem;
    border: none;
    margin-bottom: 5px
}

.internship_detaile .conrt .text-center button i {
    margin-right: 6px;
}

.internship_detaile .conrt .text-center button .font12 {
    font-size: 12px;
    margin-top: 5px;
}

.ranking_list {
    background-color: #033041;
    margin-bottom: 3rem;
}

.ranking_list li {
    width: 14.285%;
    float: left;
}

.ranking_list li a {
    color: #ffffff;
    padding: 15px;
    display: block;
}

.ranking_list li.active a {
    background-color: #2b78b0;
}

.ranking_cont form {
    text-align: center;
}

.ranking_cont {
    padding: 1rem 0 4rem;
}

.ranking_cont .lt,.ranking_cont .rt {
    display: inline-block;
    width: 320px;
    position: relative;
}

.ranking_cont .rt input {
    width: 293px;
    height: 30px;
}

.ranking_cont .form-control {
    display: inline-block;
    border-radius: 5px;
    border: solid 2px #fc9246;
    height: 45px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ranking_cont .lt .form-control {
    background-image: url("../img/pai1_03.png");
    background-repeat: no-repeat;
    background-position: 100% -4px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.ranking_cont .rt img {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.table-responsive {
    margin-top: 3rem;
}

.table-responsive thead tr {
    background-color: #fc9246;
}

.table-responsive thead tr th {
    padding: 20px 10px;
    text-align: center;
    color: #fff;
    font-weight: 100;
    font-size: 18px;
}

.table-responsive tbody tr td,.table-responsive tbody tr th {
    padding: 20px 0px;
    color: #393939;
}

.table-striped {
    border: 2px solid #fc9246;
    margin: 0 auto;
}

.table-responsive .table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffba88;
}

.table-responsive tbody tr:nth-of-type(odd) td {
    padding: 15px 16px;
    font-weight: 100;
  font-family: "Microsoft YaHei Light";
  color: #000;
    /* color: white; */
}

.fudong {
    position: fixed;
    z-index: 10000;
    left: 15px;
    margin: 0px;
    top: 50%;
    margin-top: -143px;
    display: inline-block;
}

#menu_zdd a {
    /*  position: relative;*/
    display: block;
}

#menu_zdd i {
    position: absolute;
    top: 0;
    right: -6px;
    font-weight: 100;
    color: #000;
    z-index: 999;
    font-size: 18px;
    cursor: pointer;
}

/***实习专区留学直播间css*/
.liveStudio {
    padding: 3rem 0;
}

.liveStudio .top {
    display: inline-block;
    width: 100%;
}

.liveStudio .top .li {
    width: 18%;
    position: relative;
    float: left;
    padding: 5px;
}

.liveStudio .top .li .form-control {
    width: 100%;
    height: 47px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    border: solid 1px rgba(166, 166, 166, 0.4);
    padding-left: 50px;
    padding-right: 20px;
    letter-spacing: 0px;
    color: #0158a7;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.liveStudio .top .li .form-control::-ms-expand {
    display: none;
}

.liveStudio .top .li label {
    position: absolute;
    font-size: 16px;
    color: #333333;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.liveStudio .top .li img.icon_lt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 20px;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.liveStudio .top .li.on img.icon_lt {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.li2 input {
    width: 100%;
    height: 47px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    border: solid 1px rgba(166, 166, 166, 0.4);
    padding-left: 50px;
    padding-right: 20px;
    color: #0158a7;
}

.li2 .conts {
    position: absolute;
    background-color: #ffffff;
    border: solid 1px #a6a6a6;
    z-index: 8;
    padding: 8%;
    border-radius: 5px;
    width: 400px;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
}

.conts li {
    width: 50%;
    float: left;
    padding: 8px 0;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
}

.conts:after {
    content: '';
    background-image: url("../images/8_09.png");
    background-size: contain;
    width: 19px;
    height: 11px;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.li2.on .conts {
    display: block;
}

.liveStudio .top .li.li3 {
    width: 28%;
}

.li3 input {
    width: 100%;
    height: 47px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    border: solid 1px rgba(166, 166, 166, 0.4);
    padding: 0 95px 0 15px;
}

.li3 button {
    position: absolute;
    right: 0;
    top: 5px;
    height: 47px;
    background-color: #063140;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding: 0 18px;
}

.liveStudio .America_3 ul {
    padding: 0
}

.liveStudio .America_3 {
    margin-top: 5px;
}

.liveStudio .top {
    padding: 0 10px 0 5px;
}

.bannerimg {
    display: none;
}

.kfoutbox i {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 100;
    color: #000;
    z-index: 999;
    font-size: 18px;
    cursor: pointer;
}

.apply_cont_list.apply_cont ul li {
    width: 100%;
    float: none;
}
