@charset "utf-8";
/* CSS for All Pages | Written by IKKI | 2017-09-12 */

/* 全局 ------------------------------ */
body {
    font-family: "微软雅黑";
}
.no-padding{
    padding: 0px!important;
}
.no-margin {
  margin: 0px !important;
}
.text-center {
    text-align: center!important;
}
.text-indent-30{
    text-indent: 30px;
}
.line-height-21{
    line-height: 21px!important
}
.line-height-24{
    line-height: 24px!important
}
.line-height-40{
    line-height: 40px!important
}
.margin-top-60{
    margin-top: 60px!important
}
/* 头部 ------------------------------ */
.navbar {
    margin-bottom: 0px;
    min-height: 80px;
}

.navbar-brand {
    margin-right: 30px;
    height: 80px;
}

.navbar-brand img {
    margin-top: -5px;
    height: 62px;
}

.nav > li > a {
    margin: 20px 0;
    padding: 10px 20px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: bold;
    color: #000;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    border-radius: 6px;
    color: #fff;
    background: #287bc0;
}

.navbar-default .navbar-link {
    display: inline-block;
    margin: 10px 0 10px 0px;
    border-radius: 5px;
    padding: 5px 10px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
}

.navbar-default .navbar-link:focus,
.navbar-default .navbar-link:hover {
    text-decoration: none;
    color: #fff;
}

.navbar-default .navbar-text .per {
    background: #7db15e;
}

.navbar-default .navbar-text .com {
    background: #db834d;
	margin-left:10px;
}

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

@media only screen and (max-width: 767px) {
    .nav > li > a {
        margin: 0;
    }
    .navbar-default .navbar-link {
        margin: 0 10px;
    }
}

/* 内容 ------------------------------ */
main {
    margin-top: 80px;
}

.login {
    position: fixed;
    top: 200px;
    right: -0;
    z-index: 9999;
    width: 40px;
}

.login a {
    display: inline-block;
    border: 1px solid #224b6d;
    padding: 10px 8px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #287bc0;
}

@media only screen and (max-width: 767px) {
    .login {
        top: 30px;
        left: 50%;
        margin-left: -10px;
        width: 130px;
    }
    .login a {
        padding: 3px 5px 2px 5px;
        font-size: 12px;
    }
}

.login a:focus,
.login a:hover {
    text-decoration: none;
}

#banner .swiper-container {
    width: 100%;
    height: 560px;
}

#banner .swiper-slide a,
#banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    #banner .swiper-container {
        height: 160px;
    }
    #banner .swiper-button-prev,
    #banner .swiper-button-next {
        margin-top: -11px;
        width: 20px;
        height: 22px;
        background-size: 20px 22px;
    }
}

.target-fix {
    display: block;
    position: relative;
    top: -80px;
    height: 0;
    overflow: hidden;
}

#wffw {
    position: relative;
    top: -40px;
    z-index: 99;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    #wffw {
        top: -12px;
        box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
    }
    #wffw > li + li {
        margin-left: 0;
    }
}

#wffw:before {
    left: 30px;
    -webkit-transform: skew(-20deg) rotate(-3deg);
    -moz-transform: skew(-20deg) rotate(-3deg);
    -o-transform: skew(-20deg) rotate(-3deg);
    transform: skew(-20deg) rotate(-3deg);
}

#wffw:after {
    right: 30px;
    -webkit-transform: skew(20deg) rotate(3deg);
    -moz-transform: skew(20deg) rotate(3deg);
    -o-transform: skew(20deg) rotate(3deg);
    transform: skew(20deg) rotate(3deg);
}

#wffw:before,
#wffw:after {
    display: block;
    position: absolute;
    bottom: 28px;
    z-index: -1;
    width: 90%;
    height: 20%;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.8);
    content: "";
}

#wffw .dropdown-toggle {
    margin: 0;
    border-left: 1px solid #666;
    border-right: 1px solid #000;
    border-radius: 0;
    height: 150px;
    font-size: 20px;
    font-weight: bold;
    line-height: 130px;
    color: #fff;
    background: #333;
}

@media only screen and (max-width: 767px) {
    #wffw:before,
    #wffw:after {
        content: none;
    }
    #wffw .dropdown-toggle {
        border: none;
        border-top: 1px solid #666;
        border-bottom: 1px solid #000;
        height: 100px;
        line-height: 80px;
    }
}

#wffw .dropdown:first-child .dropdown-toggle {
    border-left: none;
}

#wffw .dropdown:last-child .dropdown-toggle {
    border-right: none;
}

#wffw .nav-icon {
    display: inline-block;
    margin: 0 0px 10px 0;
    width: 232px;
    height: 48px;
    vertical-align: middle;
}

#wffw .nav-icon-1 {
    background: url(../img/nav_icon_1.png) no-repeat;
}

#wffw .nav-icon-2 {
    background: url(../img/nav_icon_2.png) no-repeat;
}

#wffw .nav-icon-3 {
    background: url(../img/nav_icon_3.png) no-repeat;
}

#wffw .nav-icon-4 {
    background: url(../img/nav_icon_4.png) no-repeat;
}

#wffw .dropdown-menu {
    margin: 0;
    border-radius: 0;
    padding: 0;
    width: 284px;
    background: #333;
}

@media only screen and (max-width: 767px) {
    #wffw .dropdown-menu {
        width: 100%;
    }
}

#wffw .dropdown-menu > li > a {
    padding: 6px 20px;
    border-top: 1px solid #fff;
    color: #fff;
}

#wffw .fw-01:focus,
#wffw .fw-01:hover {
    background: #0e68bf;
}

#wffw .fw-02:focus,
#wffw .fw-02:hover {
    background: #1a9a8f;
}

#wffw .fw-03:focus,
#wffw .fw-03:hover {
    background: #7db15e;
}

#wffw .fw-04:focus,
#wffw .fw-04:hover {
    background: #db844e;
}

#xwdc h3 {
    font-size: 32px;
    font-weight: bolder;
    color: #287bc0;
}

#xwdc h3 small {
    position: relative;
    top: -5px;
    margin-left: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

#xwdc h3 a {
    display: inline-block;
    float: right;
    margin-top: 10px;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    #fwzq .nav-pills> li + li {
        margin-left: 0;
    }
}

#fwzq a {
    margin: 0;
    padding: 0;
}

#fwzq img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #fwzq .row > div {
        margin-bottom: 10px;
    }
}

#sy {
    margin-top: 50px;
    background: #ddd;
    background-size: 100% 100%;
}

@media only screen and (max-width: 767px) {
    #sy {
        margin-top: 20px;
        background-size: auto 100%;
    }
}

#sy h3,
#lh h3,
#stq h3 {
    padding-bottom: 20px;
    font-size: 72px;
    font-weight: bolder;
    color: #287bc0;
    background: #fff;
}

#sy h3 small,
#lh h3 small,
#stq h3 small {
    position: relative;
    top: -5px;
    margin-left: 10px;
    font-size: 60px;
    font-weight: bolder;
    color: #000;
}

@media only screen and (max-width: 767px) {
    #sy h3,
    #lh h3,
    #stq h3 {
        padding-bottom: 0;
        font-size: 42px;
    }
    
    #sy h3 small,
    #lh h3 small,
    #stq h3 small {
        font-size: 30px;
    }
}

#sy h4 {
    margin-top: 30px;
    font-weight: bolder;
}

#sy h4 a {
    float: right;
    font-size: 16px;
}

#sy .row {
    margin-bottom: 20px;
}

#sy .container {
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    #sy .row > div {
        margin-bottom: 10px;
    }
    #sy h4 {
        margin-top: 10px;
    }
    #sy .container {
        padding-bottom: 0;
    }
}

#sy .row img {
    width: 100%;
}

#lh .macbook {
    margin-top: 50px;
    padding: 40px 160px 120px 150px;
    width: 878px;
    height: 512px;
    background: url(../img/macbook.png) no-repeat center;
}

#lh h3 {
    margin-top: 160px;
}

@media only screen and (max-width: 767px) {
    #lh .macbook {
        margin-top: 0;
    }
    #lh h3 {
        margin-top: 20px;
        text-align: center;
    }
}

#lh .swiper-container {
    width: 100%;
    height: 350px;
}

#lh .swiper-slide img {
    width: 100%;
    height: 100%;
}

#lh .swiper-slide p {
    position: absolute;
    left: 0;
    bottom: 20px;
    margin: 0;
    padding: 10px 5%;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

#lh .swiper-pagination {
    bottom: 0px;
}

@media only screen and (max-width: 767px) {
    #lh .macbook {
        padding: 0;
        width: 100%;
        height: 160px;
        background: none;
    }
    #lh .swiper-container {
        height: 160px;
    }
}

#stq {
    margin-bottom: 30px;
}

#stq h3 {
    padding-bottom: 0;
}

#stq h4 {
    font-size: 26px;
    color: #9297a3;
}

#stq a {
    font-size: 16px;
    font-weight: bold;
}

#stq .caption {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

/* 二级页面 ------------------------------ */
#secondBanner {
    position: relative;
    height: 400px;
    color: #000;
    background: url(../img/sec_banner.jpg) no-repeat center;
}

#secondBanner .content {
    position: relative;
    top: 20px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    height: 300px;
}

#secondBanner .content h2 {
    margin-bottom: 50px;
    padding: 0 20px;
    font-size: 24px;
    font-weight: bold;
}

#secondBanner .content h3 {
    padding: 0 45px;
    font-size: 20px;
    text-align: center;
}

#secondBanner .content p {
    padding: 0 45px;
}
/* 事业部二级 ------------------------------ */
#careerBanner {
    position: relative;
    height: 490px;
    color: #000;
}
.careerBannerBg_1 {
    background: url(../img/career_banner_1.jpg) no-repeat center;
}
.careerBannerBg_2 {
    background: url(../img/career_banner_3.jpg) no-repeat center;
}

#careerBanner .content {
    position: relative;
    top: 50px;
    left: 50%;
    margin-left: -200px;
    width: 450px;
    height: 300px;
    color: #fff;
}

#careerBanner .content h2 {
    margin-bottom: 50px;
    padding: 0 20px;
    font-size: 24px;
    font-weight: bold;
    color: #212121;
    position: relative;
    top:20px;
}

#careerBanner .content h3 {
    padding: 0 45px;
    font-size: 20px;
    text-align: center;
    position: relative;
    top:50px;
}

#careerBanner .content p {
    padding: 0 45px;
    position: relative;
    top:70px;
}
#careerAd {
    position: relative;
    height: 440px;
    color: #000;
}
.careerAdBg_1 {
    background: url(../img/career_banner_2.jpg) no-repeat center;
}
.careerAdBg_2 {
    background: url(../img/career_banner_4.jpg) no-repeat center;
}
#careerAd .content {
    width: 850px;
    height: 300px;
    color: #fff;
    margin:0 auto;
}
#careerAd .content h1 {
    padding-top: 150px;
    text-align: center;
}

#careerAd .content h3 {
    padding: 0 45px;
    font-size: 20px;
    position: relative;
    line-height: 30px;
}
#careerAd .content .icon_1:before {
    content: "";
    background:url(../img/icon_1.png);
    width: 29px;
    height: 28px;
    display: inline-block;
    /*float: left;*/
    position: absolute;
    top:-30px;
    left: 0;
}
#careerAd .content .icon_1:after {
    content: "";
    background:url(../img/icon_2.png);
    width: 29px;
    height: 28px;
    display: inline-block;
    /*float: right;*/
    position: absolute;
    top: 60px;
    right: 0;
}

.career-mr{
    margin:50px 0;
}
#career li{
    list-style: none;
    margin-bottom:50px;
}
#career li img{
    box-shadow:3px 3px 5px #ccc;
    border-radius: 8px;
}
#career .btn-primary{
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .career-mr{
        margin:20px 0;
    }
    #career li{
        list-style: none;
        margin-bottom:20px;
    }
    #career .btn-primary{
        margin-bottom: 20px;
    }
    #careerBanner,#careerAd {
        display: none;
    }
}
/* 列表 ------------------------------ */
.breadcrumb {
    margin: 10px 0;
    padding: 8px 0;
    background: none;
}

.breadcrumb > li + li::before {
    padding: 0 8px 0 5px;
    font-family: verdana;
    color: #999;
    content: "»";
}

#leftMenu {
    border: none;
    border-radius: 0;
    font-weight: bold;
}

#leftMenu > .panel-heading {
    border: none;
    border-radius: 0;
    font-weight: bold;
    color: #fff;
    background: #287bc0;
}

#leftMenu > .panel-heading a,
#leftMenu > .panel-heading a:hover {
    text-decoration: none;
    color: #fff;
}

#leftMenu .list-group-item {
    border: none;
    border-radius: 0;
    padding-left: 50px;
    color: #fff;
    background: #323c48;
}

#leftMenu .list-group-item:hover,
#leftMenu .list-group-item.active {
    background: #455160;
}

#leftMenu .collapse > div > .list-group-item {
    padding-left: 80px;
}

#list {
    margin-bottom: 0;
}

#list > .panel-heading {
    font-weight: bold;
    color: #fff;
    background: #287bc0;
}

#list > .panel-heading h3 {
    font-weight: bold;
}

#list big {
    margin: 0 5px;
    font-size: 24px;
    line-height: 20px;
}

#list .media {
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

#list .media:first-child {
    padding-top: 0;
    border-top: 0;
}

#list time {
    color: #999;
}

#list .row img {
    width: 100%;
}

#list .row > div {
    padding-bottom: 15px;
}

#list .thumbnail {
    margin-bottom: 0;
}

#list .thumbnail .caption {
    overflow: hidden;
    height: 70px;
}

/* 详情 ------------------------------ */
#detail {
    position: relative;
    margin-bottom: 100px;
    background-color: #fff;
}

#detail:before {
    left: 80px;
    -webkit-transform: skew(-20deg) rotate(-3deg);
    -moz-transform: skew(-20deg) rotate(-3deg);
    -o-transform: skew(-20deg) rotate(-3deg);
    transform: skew(-20deg) rotate(-3deg);
}

#detail:after {
    right: 80px;
    -webkit-transform: skew(20deg) rotate(3deg);
    -moz-transform: skew(20deg) rotate(3deg);
    -o-transform: skew(20deg) rotate(3deg);
    transform: skew(20deg) rotate(3deg);
}

#detail:before,
#detail:after {
    display: block;
    position: absolute;
    bottom: 30px;
    z-index: -1;
    width: 80%;
    height: 200px;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.6);
    content: "";
}

#detail h1 {
    font-weight: bold;
}

#detail time {
    display: block;
}

#detail .media {
    padding-bottom: 30px;
}

#detail .media-body img {
    margin-bottom: 20px;
    width: 90%;
	display: block;
}

#detail .media-body h4 {
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

#detail .media-body p,
#detail .media-body li {
    font-size: 16px;
    line-height: 32px;
}

#detail .media-body p {
    text-indent: 2em;
}
/* 关于我们 ------------------------------ */
#aboutBanner {

}
/* 脚部 ------------------------------ */
footer {
    padding: 10px 0;
    color: #fff;
    background: #252525;
}

footer p {
    font-size: 16px;
}

footer a,
footer a:hover {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    footer {
        font-size: 12px;
    }
    footer p.text-right {
        text-align: center;
    }
}



.page {
	padding: 20px;
	font-size: 14px;
	text-align: center;
}

.page i {
	margin: 0 10px;
	font-size: 40px;
	font-weight: 100;
	vertical-align: middle;
}

.page a,
.page span {
	margin: 0 10px;
	vertical-align: middle;
}

.page a {
	color: #333;
}

.page span {
	color: #0079e4;
}

.blue {
    color: #0079e4 !important;
}
.f20 {
    font-size: 20px !important;
}

.clip {
   white-space:nowrap;
   overflow:hidden;
   text-overflow:ellipsis;
}

/* 公告 */
.notice-tip{
    height:40px;
    line-height:40px;
    background: #F3F3F3;
}
.notice-tip p font{
    color:#fc5151;
}



/*  2018-12-13 外服国际--- */
* {
    box-sizing: border-box;
}

.displayFlex {
    display: flex;
    justify-content: center;
}

.item, .carousel-caption {
    width: 100%;

    height:350px;
}

.carousel-caption {
    left: 0;
    top: 0;
    padding: 0;

}

.carousel-control.left {
    background-color: transparent;
    background-image: none;
}

.carousel-control.right {
    background-color: transparent;
    background-image: none;
}


.displayFlex {
    display: flex;
    justify-content: flex-start;
}


.glyphicon{
    color:#666;
}



/*  --- */
.carousel-caption img{
    width: 100%;
    height: 350px;
}

#myCarousel{
    max-width: 1200px;
    margin: 40px auto;

}
.item{
    padding-top: 10px;
}
.carousel-inner{
    width: 90%;
    margin: 40px auto 0;

}


.internationalCooperation>.row{
    min-height:260px;
    margin-top: 40px;;
}
.innerPart{
    height:200px;
    width:60%;
    margin:40px auto 20px;
    text-align: left;
    position: relative;
    padding:2px 0;
    color:#fff;
    word-break: break-all;

}
.linet{
    position: absolute;
    height:200px;
    right:0;
    top:30px;
    border-right: 1px solid #fff;
    padding:10px 0;
}
#internationalCooperation{
    background: url("../img/fsg_globe_temp1.jpg");
    margin-top: 40px;
}
.ICtitle{
    font-size: 26px;
    color:#333;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.fontLSize{
    font-size: 20px;
    margin-top: 15px;
}

.fontSSize{
    font-size: 13px;
    margin-top: 5px;
}
#partner{
    margin-top: 20px;
    width:calc( 80% - 100px);
    margin: 0 auto;
    max-width: 1100px;
}

.imgOutter{
    position: relative;
    width: 20%;

}

.btnStyle{
    position: absolute;
    padding:0 !important;
    width: 100px;
    height:21px;
    border: 1px solid #fff;
    color:#fff;
    cursor: pointer;
    left: 50%;
    bottom:15px;
    margin-left: -50px;
    background: #3075ab;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
.swiper-container{
    width: 90%;
    margin: 0 auto;

}
#myCarousel{
    position: relative;
}
#myCarousel img{
    width: 100%;
}
.swiper-slide{
    position: relative;
    padding:0 15px;
}
.swiper-button-prev{
    left:calc( 5% - 50px)
}
.swiper-button-next{
    right:calc( 5% - 50px)
}

footer{
    margin-top: 40px;
}

#internationalCooperation .row{
    max-width: 1400px;
    margin: 0 auto;
}

@media (min-width: 768px){
    .container {
        width: 750px;
    }
    .innerPart {

        width: 80%;
    }

}
@media (min-width: 992px){
    .container {
        width: 970px;
    }
    .innerPart {

        width: 80%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .innerPart {

        width: 80%;
    }
}
@media (max-width: 376px) {
    .item, .carousel-caption {
        width: 100%;

        height:150px;
    }
    .carousel-caption img{
        width: 100%;
        height: 150px;
    }

    .btnStyle{
        width: 70px;
        margin-left: -35px;
        font-size: 8px;
        overflow: hidden;
    }
    .swiper-button-prev{
        left:calc( 5% - 10px)
    }
    .swiper-button-next{
        right:calc( 5% - 10px)
    }
    .swiper-button-prev, .swiper-button-next {
        margin-top: -5px;
    }
    #partner{

        width:90%;


    }
    .innerPart {

        width: 95%;
    }


}


@media (min-width:768px) .navbar-link {
	margin:9px 0 10px 4px;
	padding:5px 0px;
}


@media (min-width:768px) .container {
	width:0px;
}

@media (min-width:768px) .navbar-header {

	width:18px;
}

@media (min-width:768px) .nav>li>a {
	padding: 10px 5px;
}
@media (min-width:768px) .navbar-text {
	margin-left:0px
}