@charset "UTF-8";

h1 {

    margin: 0;
    font-size: 12px;
}

/*reset css*/
a:hover {
    text-decoration: none;
}


html, body{
    padding-top:0;
    background: #ffffff;
}

main.content {
    width: 100%;
    overflow: auto;
    min-height: calc(100vh - 125px);
    padding: 0;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    padding: 5px 15px;
}
.navbar .navbar-slogan {
    position: relative;
    top: 23px;
    margin-left: 5px;
    font-size: 16px;
    color: #9e9e9e;
    font-weight: 500;
    display: inline-block;
}
.navbar-toggle .icon-bar {
    width: 18px;
}
.navbar .navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.navbar-inverse {
    background-color: #1e7feb;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background: #1e7feb;
}
.navbar-nav .open .dropdown-menu{
    background: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #2c3e50;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #2c3e50;

}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #2c3e50;
}

.navbar-toggle{
    margin-top: 11px;
}


header .navbar {
    min-height: 90px;
    margin-bottom: 0;
}
header .navbar-nav {
    margin: 0;
}

.header #navbar-collapse{
    margin-top: 25px;
}
.header #navbar-collapse ul.first{
    margin-left: 80px;
}
header nav .nav li a {
    display: block;
    color: #333;
    padding: 0 10px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 500;
}

header nav .nav ul.dropdown-menu a {
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
}

header nav.navbar a {
    color: inherit;
    text-decoration: none;
    padding: 0 0.1em;
    /*text-shadow: 1px 1px 3px rgba(100, 100, 100, 0.2);
    border-radius: 0.2em;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;*/
}

header nav .nav li a:hover{
    background: #1e7feb;
    color: #fff;
}

header nav .logo {
    width: 125px;
    margin-top: 14px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background: #1e7feb;
    color: #fff;
}
header .navbar  .container{
    position: relative;
}
header .navbar .container .switch-lang{
    position: absolute;
    top:5px;
    right:35px;
    color: #848484;
}

.dropdown-menu{
    min-width: auto;
    width: 155px;
    border-radius: 0;

}
header nav .nav .dropdown-menu li a{
    color: #666;
}
header nav .nav .dropdown-menu li a:hover{
    color: #fff;
}

.navbar .navbar-nav .dropdown-menu {
    left: 0;
}

.navbar .navbar-nav .dropdown-submenu > .dropdown-menu {
    left: 100%;
}

.banner div img {
    margin: auto;
    width: 100%;
    display: block;
}
#carousel-example-generic>.carousel-inner>.item>a>img, #carousel-example-generic .carousel-inner>.item>img{
    height: 380px;
    object-fit: cover;
}
.news{
    overflow: hidden;
}
#news-example-generic .carousel-inner>.item>a>img, #news-example-generic .carousel-inner>.item>img {
    line-height: 1;
    height: 347px;
    object-fit: cover;
}
#news-example-generic .carousel-indicators li{
    width: 12px;
    height: 12px;
    border-radius: 6px;
}
.carousel-indicators li{
    width: 40px;
    height: 4px;
    border:none;
    border-radius: 0;
    background: #ffffff7a;
    margin: 0 4px;
}
.carousel-indicators .active{
    margin: 0 4px;
    width: 40px;
    height: 4px;
    border: none;
}
.college{
    padding-top: 50px;
    padding-bottom: 25px;
}
.college .college-tit{
    margin-bottom: 45px;
    padding-bottom: 10px;
    font-size: 28px;
    position: relative;
    color:#000;
}
.college .college-tit::after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #1e7feb;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.college .row>div{
    margin-bottom: 30px;
}
.college .row>div>a{
    display: flex;
    padding: 50px 30px 70px;
    height: 200px;
    background: #fff;
    box-shadow: 0 0 6px 0px #e2e2e2;
}
.college .row>div>a:hover{
    box-shadow: 0 0 12px 4px #e2e2e2;
}
.college .row>div a img{
    width: 86px;
    height: 80px;
}
.college .row>div .college-content{
    width: calc(100% - 86px);
    padding: 0 8px;
    box-sizing: border-box;
}
.college .row>div .college-content>h3{
    margin: 0;
    margin-bottom: 8px;
    text-align: left;
    font-size: 24px;
    color: #666;
}
.college .row>div .college-content>p{
    font-size: 14px;
    color: #666;
}
.selection-window{
    margin-bottom: 80px;
    width: 100%;
    height: 426px;
    padding: 0 50px;
    position: relative;
}

.selection-window .common-select{
    width: 70%;
    height: 380px;
    background: url(https://static.goalfore.cn/assets/images/select-window-lt-bg.png) no-repeat center center;
    background-size: cover;
    position: absolute;
}
.selection-window .select-window-lt{
    position: absolute;
    top: 0;
    left: 0;
}
.selection-window .select-window-rt{
    background: url(https://static.goalfore.cn/assets/images/select-window-rt-bg.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}
.selection-window>.common-select a{
    display: inline-block;
    width: 300px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    background: url(https://static.goalfore.cn/assets/images/select-txt-bg.png) no-repeat center center;
    background-size: cover;
}
.selection-window .select-window-lt a{
    position: absolute;
    left: 39.3%;
    top: 35%;
    z-index: 1;
}
.selection-window .select-window-rt a{
    position: absolute;
    right: 62.6%;
    bottom: 35%;
    z-index: 1;
}

.service{
    margin-bottom: 50px;
    overflow: hidden;
}

.service .container .service-tit{
    margin-bottom: 45px;
    padding-bottom: 10px;
    font-size: 28px;
    position: relative;
    color:#000;
}
.service .container .service-tit::after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #1e7feb;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

.service>.container>.row>div{
    height: 213px;
    margin-bottom: 38px;
}

.service>.container>.row>div img{
    display: block;
    width: 100%;
    object-fit: cover;
}
.service>.container>.row>div h3{
    margin: 0;
    width: 75px;
    height: 100%;
    padding: 35px 0;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: url(https://static.goalfore.cn/assets/images/service_li_bg.png) repeat;
    position: absolute;
    top: 0;
    right: 0;
}
.service>.container>.row>div h3::after{
    content: "";
    display: block;
    width: 4px;
    height: 60px;
    background: #1e7feb;
    position: absolute;
    top: 50%;
    left: -2px;
    margin-top: -30px;
}
.service>.container .service-content-01{
    position: relative;
    height: 213px;
    background: url(https://static.goalfore.cn/assets/images/service_01.jpg) no-repeat center center;
    background-size: cover;
}
.service>.container .service-content{
    transition: all 0.8s;
}
.service>.container .service-content:hover{
    transform: translate(0,-10px);
}

.service>.container .service-content-02{
    position: relative;
    height: 213px;
    background: url(https://static.goalfore.cn/assets/images/service_02.jpg) no-repeat center center;
    background-size: cover;
}
.service>.container .service-content-03{
    position: relative;
    height: 213px;
    background: url(https://static.goalfore.cn/assets/images/service_03.jpg) no-repeat center center;
    background-size: cover;
}

.service>.container .service-content-04{
    position: relative;
    height: 213px;
    background: url(https://static.goalfore.cn/assets/images/service_04.jpg) no-repeat center center;
    background-size: cover;
}

.application{
    margin-bottom: 50px;
    height: 560px;
    background: url(https://static.goalfore.cn/assets/images/app_bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.application .app_view{
    padding: 28px 0 0;
}
.application .content{
    padding: 100px 0 0 20px;
}
.application .content h2,
.application .content h3,
.application .content p{
    text-align: center;
    color: #fff;
}
.application .content .cont_bot{
    margin-bottom: 46px;
}
.application .content h2{
    font-weight: 800;
    margin-bottom: 20px;
}
.application .content h3{
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 400;
}
.application .content .other{
    text-align: center;
}
.application .content .other a{
    background: none;
    padding: 6px 15px;
    color: #fff;
    margin: 0 10px;
}
.application .content .other a:first-child{
    background: #497ef0;
    border: 1px solid #497ef0;
    box-shadow: 0 3px 0 0 #497ef0;
}
.application .content .other a:last-child {
    background: #60a3ef;
    border: 1px solid #fff;
}
.news {
    margin-bottom: 50px;
}
.news .news-tit{
    margin-bottom: 45px;
    padding-bottom: 10px;
    font-size: 28px;
    position: relative;
    color:#000;
}
.news .news-tit::after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #1e7feb;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.news .carousel-indicators{
    bottom: 0;
    right: 0;
}
.news .carousel-indicators{
    width: 555px;
    left: 166px;
    bottom: -10px;
    padding: 20px;
    background: url(https://static.goalfore.cn/assets/images/li_bg.png) repeat;

}
.news .carousel-indicators li{
    float: right;
}
.news .content .item .timer{
    float: left;
    width: 84px;
    border-radius: 8px;
    overflow: hidden;
}
.news .content .item .timer span:first-child{
    display: block;
    color: #fff;
    background: #c40707;
    text-align: center;
    line-height: 1.8;
}
.news .content .item .timer span:last-child{
    display: block;
    text-align: center;
    line-height: 1.8;
    font-size: 32px;
    background: #e6e6e6;
    color: #333;
}
.news .content .item{
    margin-bottom: 12px;
    padding-bottom: 22px;
    border-bottom: 1px dashed #333;
}
.news .content .item .text{
    float: left;
    width: calc(100% - 84px);
    padding-left: 20px;
    box-sizing: border-box;
}
.news .content .item .text h3{
    margin: 0 0 8px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space:nowrap;
}
.news .content .item .text p{
    color: #666;
    text-indent: 2em;
}
.news>.container>.row>div{
    margin-bottom: 25px;
}
.cooperation{
    padding-bottom: 50px;
    overflow: hidden;
}
.cooperation .container .cooperation-tit{
    margin-bottom: 45px;
    padding-bottom: 10px;
    font-size: 28px;
    position: relative;
    color:#000;
}
.cooperation .container .cooperation-tit::after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #1e7feb;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.cooperation .container .content_div{
    margin-bottom: 30px;
    box-shadow: 0 0 10px 2px #dadada6b;
}
.cooperation .container .content_div img{
    width: 100%;
}
.cooperation .container .cooperation-vice{
    border-left: 3px solid #1e7feb;
    padding-left: 1%;
    margin-bottom: 25px;
}
#floatbtn {
    width: 50px;
    height: auto;
    position: fixed;
    top: auto;
    right: 50%;
    bottom: 10px;
    left: auto;
    z-index: 80;
    margin-right: -640px;
}
#floatbtn.fixed {
    position: absolute;
    bottom: 279px;
    right: 50%;
}
#floatbtn a {
    position: relative;
    z-index: 90;
    display: block;
    margin-top: 4px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #d5d5d5;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#floatbtn a.hover:hover {
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
    background: #0084ff;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    padding: 5px;
}
#floatbtn a.hover:hover i {
    display: none;
}
#floatbtn a.hover:hover em {
    display: block;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}
#floatbtn a em {
    display: none;
}
#floatbtn a:hover {
    background: #0084ff;
}
#floatbtn a:hover i {
    color: #fff;
}
#floatbtn a:hover .floatbtn-wrapper {
    display: block;
}
#floatbtn .iconfont {
    display: inline-block;
    font: normal normal normal 14px/1 iconfont;
    font-size: inherit;
}
.floatbtn-wrapper {
    position: absolute;
    right: 59px;
    top: -55px;
    z-index: 120;
    display: none;
    width: 190px;
    height: 212px;
    background-color: #fff;
    border: 1px solid #eee;
}
.floatbtn-wrapper:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 73px;
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid #d5d5d5;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.floatbtn-wrapper .qrcode {
    margin-top: 20px;
    line-height: 1;
}
.floatbtn-wrapper .qrcode img {
    width: 128px;
    height: 128px;
}
.floatbtn-wrapper p {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}
.floatbtn-wrapper p em {
    color: #dd3067;
}
.nav li .avatar-text,
.nav li .avatar-img {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 14px;
}
.nav li .avatar-img {
    font-size: 0;
}
.nav li .avatar-img img {
    border-radius: 30px;
    width: 30px;
    height: 30px;
}
.avatar-text,
.avatar-img {
    display: inline-block;
    box-sizing: content-box;
    color: #fff;
    text-align: center;
    vertical-align: top;
    background-color: #e8ecf3;
    font-weight: normal;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    font-size: 24px;
    line-height: 48px;
}
.avatar-img {
    font-size: 0;
    margin-top: 4px;
}
.avatar-img img {
    border-radius: 48px;
    width: 48px;
    height: 48px;
}
footer {
    padding-bottom: 25px;
    padding-top: 25px;
    background: #353535;
    overflow: hidden;
}
footer .pull-left p{
    font-size: 16px;
    line-height: 2.5rem;
    color: #c4c4c4;
    margin-bottom: 17px;
}
footer .menu{
    padding-left: 0;
    margin-bottom: 20px;
}
footer .menu li{
    list-style: none;
    float: left;
    height: 16px;
    line-height: 2.5rem;
    padding: 0 10px;
}
footer .menu li:first-child{
    padding-left: 0;
}
footer .menu li:last-child{
    border-right: none;
}
footer .pull-left .tel{
    margin-bottom: 20px;
}
footer .menu li a{
    font-size: 14px;
    color: #a8a8a8;
}
footer .address{
    font-size: 14px;
    color: #a8a8a8;
}
footer .pull-right span{
    margin: 0 10px;
}
footer .pull-right span img{
    display: block;
    margin-bottom: 16px;
}
footer .pull-right span p{
    font-size: 16px;
    color: #fff;
    text-align: center
}
footer .copyright{
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    color:#a8a8a8;

}
footer .copyright a{
    color:#a8a8a8;
}

.sidenav .list-group .list-group-item.active{
    border-left: 2px solid goldenrod;
}

.sidenav .list-group .list-group-item.active > a {
    color: goldenrod;
}
.form-group.has-success label {
    color: goldenrod;
}

@media (max-width: 970px) {
    header nav .nav li a{
        padding: 0 12px;
    }
}
hr {
    margin-top: 0;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #f5f5f5;
}
div.bg-yellow{
    background-color: #fcf8e3 !important;
    border-color: #fcf8e3;
}
.alert a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
@media (max-width: 1200px) {
    .carousel-inner>.item>a>img {
        line-height: 1;
        height: 432px;
    }
    .about_form form {
        height: 455px;
    }
    .news .carousel-indicators{
        width: 455px;
        left: 136px;
        bottom: -10px;
        padding: 20px;
        background: url(https://static.goalfore.cn/assets/images/li_bg.png) repeat;
    }
}



@media (max-width: 1200px) {
    .newsye {
        text-align: center;
    }

    .gjianjie p {
        font-size: 14px;
        line-height: 21px;
        color: #333;
    }
}

@media (max-width: 720px) {
    .newsye {
        text-align: center;
    }

    .newsye .pagination li a {
        padding: 0 4px;
        font-size: 13px;
    }

}

.products-yemian .products-leul {
    border: solid 1px #d4d4d4;
    padding-top: 5px;
    border-radius: 3px;
}

.products-yemian .products-leul h3 {
    text-align: left;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
}

.products-yemian .products-leul ul {
    padding-left: 15px;
    padding-right: 15px;
}

.products-yemian .products-leul ul li {
    line-height: 2em;
}

.products-yemian .products-leul ul li a {
    color: #999;
    font-size: 15px;
}

.products-yemian .products-leul ul li a:hover {
    color: #3884c0;
}

.products-yemian .products-leul .products-leli {
    line-height: 1.5em;
    border-top: solid 1px #e5e5e5;
    padding-top: 10px;
}

.products-yemian .products-leul .products-leli .Js-prod-a1 {
    color: #000;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.products-yemian .products-leul .products-leli .Js-prod-a1:hover {
    color: #3884c0;
}

.products-yemian a {
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.products-yemian ul {
    list-style: none;
}

.products-yemian img {
    width: 100%;
    height:195px;
}

.products-yemian strong {
    margin-top: 9px;
}

.products-yemian .products-aniu {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    background: #3884c0;
    color: #fff;
    border-radius: 3px;
}

.products-yemian .products-aniu:hover {
    background: #1e5077;
    color: #fff;
    border-radius: 3px;
}

.products-yemian .products-border{
    display: block;
    border-radius: 2px;
    margin-bottom: 5px;
    overflow: hidden;
}
.products-yemian .products-border img{
    transition: all 0.6s;
}

.products-yemian .products-border:hover img{
    transform: scale(1.1);
}

@media (max-width: 1200px) {
}

@media (max-width: 720px) {
    .header #navbar-collapse{
        margin-top: 0;
    }
    .header #navbar-collapse ul.first{
        margin-left: 0;
    }
    .navbar-form {
        margin-top: 0;
        margin-bottom: 0;
        border:none;
    }
}

@media (max-width: 1200px) {
    .selection-window .select-window-lt a{
        left: 13%;
    }
    .selection-window .select-window-rt a{
        right: 50.6%;
    }
}
@media (max-width: 1025px) {
    .products ul {
        margin-bottom: 40px;
    }

    .products ul li a {
        padding: 7px 21px;
    }

    .products div img {
        height: 160px;
    }

    .news .container .row div img {
        height: 200px;
    }

    .join img {
        height: 150px;
    }

    .dinone {
        display: none;
    }

    .tanniu {
        margin-top: 20px;
    }

    .products #myTabContent div a p {
        text-align: left;
    }

    .newsye .col-md-4 {
        text-align: left;
    }

    .joinyemian p {
        line-height: 1.5em;
    }

    .about
    .aboutry
    .about-aj {
        position: relative;
    }

    .about
    .aboutry
    .about-aj img {
        width: 100%;
        height: 130px;
        border: solid 1px #000;
        margin-bottom: 10px;
        border-radius: 3px;
    }

    .about
    .aboutry
    .about-aj .about-ji {
        position: absolute;
        display: inline-block;
        background: #000;
        opacity: 0;
        z-index: 999;
        width: 131px;
        height: 91px;
        top: 0;
        color: #fff;
        line-height: 91px;
        text-align: center;
    }

    .about
    .aboutry
    .about-aj .about-ji:hover {
        opacity: 0.5;
        font-weight: bold;
    }

    .products {
        text-align: left;
    }

    .about .aboutry
    .about-aj img {
        height: 91px;
    }

     #dituContent {
        width: 467px;
        height: 266px;
        border: #ccc solid 1px;
        margin-top: 20px;
    }
}
@media (max-width: 970px) {
    .carousel-inner>.item>a>img {
        line-height: 1;
        height: 370px;
    }
    .news .container .row div img {
        height: 300px;
    }
    header .nav a {
        padding: 12px 10px;
        font-size: 12px;
    }

    .profuile p {
        text-align: center;
    }

    .profuile h6 {
        display: none;
    }

    .products #myTabContent img {
        width: 100%;
        height: inherit;
    }

    .about {
        text-align: center;
    }

    .about .aboutry img {
        width: 100%;
        height: 260px;
    }

    .about .aboutwh img {
        width: 100%;
        height: inherit;
    }
    .news .carousel-indicators{
        width: 345px;
        left: 103px;
        bottom: 0;
        padding: 20px;
        background: url(https://static.goalfore.cn/assets/images/li_bg.png) repeat;
        margin-bottom: 0;
    }
}
@media (max-width: 1024px) {
    header nav .logo{
        width: 125px;
        margin-top: 20px;
    }

    .selection-window .select-window-lt a{
        left: 16.2%;
    }
    .carousel-inner>.item>a>img {
        height: 375px;
    }
    .news>.container .carousel-inner>.item>a>img, .news>.container .carousel-inner>.item>img{
        height: 330px;
    }

}
@media (min-width: 768px) and (max-width: 1024px) {
    .header #navbar-collapse {
        margin-top: 0;
    }
}
@media (max-width: 720px) {
    .application{
        height: auto;
        margin-bottom: 50px;
    }
    .application .app_view{
        padding: 50px 0 0;
    }
    .application .content{
        padding: 30px 0 100px;
    }
    .banner_img>img {
        height: 190px!important;
    }
    .selection-window .select-window-lt a{
        left: 50%;
    }
    .selection-window>.common-select a{
        width: 140px;
        height: 45px;
        line-height: 45px;
        font-size: 22px;
    }
    footer>.container>.pull-right{
        margin-bottom: 25px;
        width: 100%;
    }
    footer .pull-left p{
        margin-bottom: 6px;
    }
    #dituContent {
        width: 100%;
        height: 100%;
    }
    .about .row .aboutry .about-aj img {
        height: 233px;
    }
    .about ul{
        padding-left: 0;
    }
    .about ul li{
        padding-left: 0;
    }

    .products #myTabContent div p {
        text-align: center;
        font-size: 16px;
    }

    .products #myTabContent div img {
        height: 233px;
        margin-top: 20px;
    }

    .join div img {
        height: 208px;
    }

    .join div time {
        height: 60px;
    }

}
@media (max-width: 750px) {
    header nav .logo{
        width: 125px;
        margin-top: 20px;
        margin-left: 8px;
    }
    header nav .nav li a{
        padding: 0;
        font-size: 14px;
    }
    .navbar-toggle{
        border-color: #c4c4c4;
        margin: 28px 15px;
    }
    .navbar-toggle .icon-bar{
        background: #c4c4c4;
    }
    .carousel-inner>.item>a>img {
        line-height: 1;
        height: 188px;
    }
    .news .carousel-indicators{
        width: 345px;
        left: 103px;
        bottom: 0;
        padding: 20px;
        background: url(https://static.goalfore.cn/assets/images/li_bg.png) repeat;
    }
}
@media (max-width: 991px) {
    .joinyemian form .nameSpan {
        display: block;
        padding-left: 120px;
    }
}
@media (max-width: 767px){
    header .navbar .container .switch-lang{
        top:2px;
        right:12px;
    }
    header nav .nav li a {
        text-align: center;
    }
}
@media (max-width: 768px) {
    header nav .nav li a{
        padding: 0 15px;
    }
    .carousel-indicators{
        margin-bottom: 0;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img{
        height: 220px;
    }
}
@media (max-width:639px){
    #carousel-example-generic .carousel-inner>.item>a>img, #carousel-example-generic .carousel-inner>.item>img{
        height: 160px;
    }

}

@media (max-width:420px){
    .news .carousel-indicators{
        width: 330px;
        left: 99px;
        bottom: 0;
        padding: 20px;
        background: url(https://static.goalfore.cn/assets/images/li_bg.png) repeat;
        margin-bottom: 0;
    }
    .navbar .navbar-slogan {
        font-size: 14px;
    }
}

@media (max-width:360px){
    .navbar .navbar-slogan {
        width: 125px;
    }
}
@media (max-width:320px){
    .navbar .navbar-slogan {
        width: 140px;
        top:-2px;
        margin-left: 18px;
    }
}

@media (max-width: 720px){
    .header{
        position: fixed;
        z-index: 999;
        width: 100%;
        top: -2px;
    }
    .navbar-nav .open .dropdown-menu > li > a{
        line-height:30px;
    }
    header .navbar-nav{
        margin: 15px 0;
    }
    header .navbar .container{
        padding: inherit;
    }
    .navbar-header{
        padding: 0 15px;
    }
    .navbar-header{
        background-color: #fff;
    }
    #navbar-collapse{
        background-color: rgba(256,256,256,0.9);
        width: 100%;
        margin: inherit;
    }
    .navbar .navbar-nav ul.dropdown-menu{
        box-shadow:initial
    }
    .navbar-nav .open .dropdown-menu{
        background-color:#00326fd4;
    }
    header nav .nav .dropdown-menu li a{
        color: #fff;
    }

    main.content{
        margin-top: 90px;
    }
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
        background: #00326f;
    }
    header nav .nav li a:hover{
        background: #00326f;
    }
}


