/* 公共样式 */
html::-webkit-scrollbar {
	display: none;
}
body {
    /*min-width: 1200px;*/
    font-family: "MicrosoftYaHei";
}
a, a:hover, a:focus {
    text-decoration: none;
}
ul,ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    margin: 0;
}
.mr20 {
    margin-right: 20px; 
}
.mb20 {
    margin-bottom: 20px;
}
/* 白色右边框 */
.br {
    border-right: 1px solid #fff;
}
.flex {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
}
.flex-1 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}
/* 精灵图 */
.spirit {
    background: url(../image/spirit.png) no-repeat;
}

/* 版心 */
.wrapper {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

/* 头部导航栏，轮播图 */
.nav-slide {
    width: 100%;
    height: 800px;
    position: relative;
}
.nav-slide .carousel-indicators li {
    width: 38px;
    height: 8px;
}
.nav-slide .carousel-indicators .active {
    width: 38px;
    height: 8px;
    margin: 1px;
}
.nav-slide .carousel-inner>.item>a>img,
.nav-slide .carousel-inner>.item>img {
    height: 800px;
}
.nav-slide .carousel-caption {
    width: 1000px;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}
/* 导航栏 */
.nav-slide .ns-nav {
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background:linear-gradient(180deg,rgba(0,0,0,1) 0%,rgba(0,0,0,0.1) 40%);
}
.nav-slide .navbar-default {
    background: transparent;
    border: transparent;
}
.nav-slide .navbar-brand>img {
    width: 100%;
}
.nav-slide .navbar-default .navbar-brand {
	display: block;
    padding: 0;
	width: 180px;
	margin-top: 20px;
}
.nav-slide .navbar-default .navbar-nav>li>a {
    height: 80px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
}
.nav-slide .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background: transparent;
}
.nav-slide .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background: transparent;
    border-bottom: 4px solid #fff;
}
.nav-slide .navbar-default .navbar-nav>.active>a,
.nav-slide .navbar-default .navbar-nav>.active>a:focus,
.nav-slide .navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #fff;
    border-bottom: 4px solid #fff;
}
.nav-slide .navbar-default .navbar-nav>li:last-child>a:focus,
.nav-slide .navbar-default .navbar-nav>li:last-child>a:hover {
    border: none;
}
.nav-slide .navbar-collapse ul li:last-child {
    margin-left: 87px;
}
.nav-slide .navbar-default li.dropdown>a .user-pic {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: top;
    margin-top: 5px;
}
.nav-slide .navbar-default li.dropdown>a img {
    display: block;
    width: 100%;
    height: 100%;
}
.nav-slide .navbar-default li.dropdown>a .user-name {
    display: inline-block;
    margin-left: 10px;
}
.nav-slide .navbar-default li.dropdown>a .caret {
    position: relative;
    top: 6px;
    transform: rotate(-45deg);
    left: -2px;
}
.nav-slide .navbar-default .navbar-nav>.open>a,
.nav-slide .navbar-default .navbar-nav>.open>a:focus,
.nav-slide .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background: transparent;
}
.nav-slide .navbar-nav>li>.dropdown-menu {
    text-align: center;
    padding: 0;
    min-width: 106px;
    box-shadow:0px 2px 12px 0px rgba(34,34,34,0.24);
    padding: 0 10px;
}
.nav-slide .navbar-nav>li>.dropdown-menu li,
.nav-slide .navbar-nav>li>.dropdown-menu li a {
    width: 100%;
    box-sizing: border-box;
}
.nav-slide .navbar-default .navbar-collapse ul li:last-child {
    margin: 0;
}
.nav-slide .navbar-default .dropdown-menu>li>a {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
}
.nav-slide .navbar-default .dropdown-menu>li:last-child>a {
    border: none;
}
.nav-slide .dropdown-menu>li>a:focus,
.nav-slide .dropdown-menu>li>a:hover {
    color: #499BFC;
    background: transparent;
}
/* 差旅服务，增值服务banner */
.ts-nav .travelService .ts-nav-text1 {
    font-size: 70px;
    font-weight: bold;
}
.ts-nav .travelService .ts-nav-text2 {
    font-size: 24px;
    margin: 40px 0 100px;
}
.ts-nav .travelService .ts-nav-text3 a {
    display: block;
    width: 420px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    border-radius: 35px;
    font-size: 24px;
    color: #fff;
    background: #499BFC;
}
/* 差旅服务项目，扩展服务 */
.service-project {
    padding-bottom: 100px;
}
.sp-item {
    width: 100%;
    overflow: hidden;
}
.sp-item .sp-item-img {
    float: left;
    width: 500px;
    height: 310px;
}
.sp-item .sp-item-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.sp-item-content {
    float: left;
    width: 700px;
    padding-left: 40px;
    position: relative;
}
.sp-item-content h3 {
    color: #333;
    font-size: 24px;
    margin: 40px 0 20px;
}
.sp-adv-list {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.sp-item-triangle {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 40px;
}
.sp-item-triangle img {
    display: block;
    width: 100%;
    height: 100%;
}
.sp-item1 .sp-item-content .sp-item-triangle {
    left: -14px;
}
.sp-item2 .sp-item-content {
    padding-left: 56px;
    padding-right: 39px;
}
.sp-item2 .sp-item-content .sp-item-triangle {
    right: -14px;
}

/* 首页-服务体系，增值服务-扩展服务 */
.service-system {
    padding-bottom: 100px;
}
.ss-title {
    padding: 60px 0 50px;
}
.ss-title p {
    color: #666;
    font-size: 20px;
    text-align:center;
}
.ss-title span {
    display: inline-block;
    margin: 0 20px;
    color: #333;
    font-size: 30px;
	font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;
}
.ss-title img {
	vertical-align: baseline;
}
.ss-list {
    width: 100%;
    overflow: hidden;
}
.service-system .ss-list .ss-item {
    float: left;
    width: 400px;
    height: 300px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.service-system .ss-item .ss-mask {
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,1);
    opacity: 0.6;
	fliter: alpha(60);
    transition:all 400ms;
    -ms-transition:all 400ms;
    -moz-transition:all 400ms;
    -webkit-transition:all 400ms;
    -o-transition:all 400ms;
}
.service-system .ss-list .ss-item-01 .ss-mask {
    opacity:0.6;
	filter: alpha(opacity=60);
}
.service-system .ss-list .ss-item-02 .ss-mask {
    opacity:0.25;
	filter: alpha(opacity=25);
}
.service-system .ss-list .ss-item-03 .ss-mask {
    opacity:0.6;
	filter: alpha(opacity=60);
}
.service-system .ss-list .ss-item-04 .ss-mask {
    opacity:0.25;
	filter: alpha(opacity=25);
}
.service-system .ss-list .ss-item-05 .ss-mask {
    opacity:0.6;
	filter: alpha(opacity=60);
}
.service-system .ss-list .ss-item-06 .ss-mask {
    opacity:0.25;
	filter: alpha(25);
}
.service-system .ss-item .ss-content {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    position: absolute;
    top: 50px;
    left: 0;
    transition: all 400ms;
    -ms-transition: all 400ms;
    -moz-transition: all 400ms;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
}
.service-system .ss-item .ss-content i {
    display: inline-block;
    width: 46px;
    height: 44px;
}
.service-system .ss-item .ss-content h4 {
    color: #FEFEFE;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 50px;
    transition: all 400ms;
    -ms-transition: all 400ms;
    -moz-transition: all 400ms;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
}
.service-system .ss-item .ss-content p {
    height: 20px;
    margin: 0 0 4px;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:20px;
}
.service-system .ss-item .ss-content a {
    display: block;
    width: 128px;
    height: 40px;
    margin: 36px auto;
    color: #fff;
    line-height: 40px;
    border:1px solid rgba(255,255,255,1);
    border-radius:4px;
}
.service-system  .ss-list .ss-item:hover .ss-mask {
    background:rgba(73,155,252,1);
    opacity:0.85;
	filter: alpha(opacity=85);
}
.service-system .ss-item:hover .ss-content {
    top: 0;
}
.service-system .ss-item:hover .ss-content h4 {
    margin: 10px 0 20px;
}
.service-system .service-system .md24 {
    margin-bottom: 24px;
}

@media only screen and (max-width: 1200px){
    .ss-title p{
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .ca-list li{
        width: 50%;
    }
    .sp-item .sp-item-img{
        width: 100%;
        height: auto;
    }
    .sp-item-content{
        width: 100%;
        padding-left: 0;
    }
    .sp-item-triangle img{
        display: none;
    }
    .sp-item2 .sp-item-content{
        padding-left: 0;
        padding-right: 0;
    }
    .sp-adv-list{
        font-size: 20px;
        line-height: 2;
    }
    .sp-item2{
        margin-top: 30px;
        display: flex;
        flex-direction: column-reverse;
    }
}


/* 数据条:首页，天衢优势 */
.data-bar {
    width: 100%;
    height: 200px;
    padding: 57px 0 53px;
    color: #fff;
    background: url(../image/data-bar.jpg) no-repeat;
    background-size: 100% 100%;
}
.data-bar .wrapper {
    height: 100%;
}
.db-list {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.db-list li {
    float: left;
    width: 33.33%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
}
.db-item div:first-child {
    font-size: 20px;
}
.db-item div:last-child {
    font-size: 50px;
    font-family: "Impact";
}
/* 企业文化 */
.ec-list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 80px;
}
.ec-list li {
    float: left;
    width: 590px;
    height: 180px;
    padding: 58px 50px 60px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    position: relative;
	transition: all 400ms ease;
}
.ec-item .ec-item-title {
    font-size: 24px;
    margin-bottom: 20px;
}
.ec-item p {
    font-size: 20px;
}
.ec-white {
    width: 0;
    height: 0;
	background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s;
	background: linear-gradient(225deg, #eaeaea 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
	background: linear-gradient(225deg, white 45%, #aaaaaa 50%, #cccccc 56%, white 80%);
}
.ec-item:hover {
	/* box-shadow:0px 4px 26px 0px rgba(34,34,34,0.29); */
}
.ec-item:hover .ec-white {
    width: 30px;
    height: 30px;
}
.ec-list .ec-item1 {
    background: url(../image/ec01.jpg) no-repeat 100% 100%;
}
.ec-list .ec-item2 {
    background: url(../image/ec02.jpg) no-repeat 100% 100%;
}
.ec-list .ec-item3 {
    background: url(../image/ec03.jpg) no-repeat 100% 100%;
}
.ec-list .ec-item4 {
    background: url(../image/ec04.jpg) no-repeat 100% 100%;
}

/* 底部 */
.ws-footer {
    width: 100%;
    height: 413px;
    color: #fff;
    font-size: 16px;
    background: #194C7F;
}
.ws-footer .ft-list {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 68px;
}
.ws-footer .ft-list .ft-item {
    float: left;
    height: 196px;
    box-sizing: border-box;
    border-color: rgba(230,230,230,.5);
}
.ws-footer .ft-list .ft-item1 {
    width: 410px;
}
.ft-list .ft-item3 {
    width: 230px;
}
.ws-footer .ft-list .ft-item2 {
    width: 540px;
}
.ws-footer .ft-list .ft-item:nth-child(2) {
    padding-left: 70px;
}
.ws-footer .ft-list .ft-item:nth-child(3) {
    padding-left: 100px;
}
.ws-footer .ft-list .ft-item p:first-child {
    margin-bottom: 10px;
}
.ws-footer .ft-tel {
    margin-bottom: 36px;
}
.ws-footer .ft-tel i {
    display: inline-block;
    width: 38px;
    height: 36px;
    vertical-align: top;
    margin-top: 11px;
    margin-right: 10px;
}
.ws-footer .ft-tel span {
    font-size: 40px;
    font-family: "MicrosoftYaHei-Bold";
}
.ws-footer .ft-item2 a, .ft-copyright a {
    margin-right: 20px;
    color: #fff;
    opacity:0.6;
	filter: alpha(opacity=60);
}
.ws-footer .ft-item2 a:hover, .ft-copyright a:hover {
    /* text-decoration: underline; */
    opacity: 1;
	filter: alpha(opacity=100);
}
.ws-footer .ft-link1 {
    margin-bottom: 66px;
}
.ws-footer .ft-list .ft-item .ft-link2 p {
    margin-bottom: 20px;
}
.ws-footer .ft-copyright {
    padding: 24px 0 25px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid rgba(255,255,255,.5);
    opacity: 0.6;
	filter: alpha(opacity=60);
}
.ws-footer .ft-item3 p {
    width: 130px;
    text-align: center;
}
.ws-footer .ft-item3 p:last-child {
	margin-top: 10px;
}