*{margin:0;padding:0}
.pd50{padding:20px 0}
.w1400{width:1200px;margin:0 auto}
.w1500{width:1500px;margin:0 auto}


/*------------enter start------------*/
.enter {
    height: 74px;
    background-color: #484848; /*dark dark gray*/
    /*background:#0C5196*/
    background:#327cc6
}
.garybg {
    background-color: #222 !important;
}
.search-form, .login-form, .track-form, .price-form,.tiji-form {
    width: 480px;
    height: 74px;
}
.price-form,.tiji-form {
    height: 125px;
    margin-top: -51px;
    position: relative;
    z-index: 9999;
}
form#search-form, form#track-form {
    margin-left: 15px;
    height: 58px;
    margin-top: 16px;
    color: #fff;
    text-align: left;
}
form#search-form label, form#track-form label {
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
}
input.billstxt {
    margin: 0;
    width: 380px;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-radius: 5px 0 0 5px;
    padding: 0 19px;
    color: #fe7701;  /*orange*/
    font-size: 14px;
    font-family: '微软雅黑', Arial;
    outline-style: none;
    float: left;
}
:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */
    color: #cdcccb;
    font-size: 18px;
    font-family: '微软雅黑';
}
::-moz-placeholder {

    /* Mozilla Firefox 19+ */
    color: #cdcccb;
    font-size: 14px;
    font-family: '微软雅黑';
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #f00;
    color: #cdcccb;
    font-size: 14px;
    font-family: '微软雅黑';
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cdcccb;
    font-size: 14px;
    font-family: '微软雅黑';
}
input#search-submit, input#track-submit {
    width: 68px;
    height: 40px;
    font-size: 14px;
    font-family: '微软雅黑';
    color: #ffffff;
    border: 0;
    border-radius: 0 5px 5px 0;
    background-color: #9dcd17;
    outline-style: none;
}
input#search-submit:hover, input#track-submit:hover {
    cursor: pointer;
    background-color: #ff3939;/*背景色变亮*/
}
.sw {
    width: 120px;
    height: 74px;
    text-align: center;
    border-left: 1px solid #59585e;
}
.sw a {
    display: block
}
.enter .last {
    border-right: 1px solid #999;
}
.enter i {
    margin: 10px auto 0;
    color: #fff;
    display: block
}
.sp {
    color: white;
    font-size: 14px;
    font-family: '微软雅黑';
    display: block;
    margin-top: 6px;
}
.sw:hover {
    background-color: #9dcd17;
}
.login_tb {
    color: #fff;
    margin: 4px 0 0 20px;
}
.login_tb a {
    color: #fff;
}
.login_tb td {
    padding: 3px 5px;
}
.login_tb input {
    border-radius: 3px;
    border: 0;
    font-family: "microsoft yahei";
}
.login_tb input.txt {
    height: 26px;
    line-height: 26px;
    width: 250px;
    padding: 0 5px;
}
.login_tb input.l-btn {
    background-color: #1491e7;
    font-size: 14px;
    padding: 20px 20px;
    color: #fff;
    outline: none;
}
.login_tb input.l-btn:hover {
    background-color: #ff3939
}
/*notice*/
.notice {
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
}
.notice .notice_tit {
    color: #f00;
    font-weight: bold;
    width: 100px;
    float: left;
}
.notice_ul {
    width: 1000px;
    float: left;
    overflow: hidden;
}
.notice_ul li {
    width: auto;
    margin-right: 10px;
    display: inline;
    line-height: 40px;
}
.notice_ul li span {
    color: #f00;
    font-weight: bold;
    display: inline-block;
    line-height: 20px;
}
.notice_ul li a {
    color: #f00;
}
.notice_ul li a:hover {
    text-decoration: underline;
    color: #f00;
}
.notice_more {
    width: 100px;
    float: right;
    display: block;
    text-align: right;
    color: #999;
    font-size: 12px;
}

/*流程*/
.process {
    height: 770px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../image/process1.png');
    background-size: 100% 100%;
    position:relative
}
.process-tit{
    position:absolute;
    top:40px;
    left:50%;
    transform:translateX(-50%);
    color:#fff
}
.process-tit .comm-tit-t2{
    color:#fff
}

.process-ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

    .process-ul:after {
        content: "";
        position: absolute;
        width: 85%;
        height: 2px;
        background: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

.process-li {
    width: 20%;
    display: flex;
    justify-content: center;
}

.process-line {
    display: flex;
    width: 1350px
}

.process-circul {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: relative
}

.process-item {
    position: absolute;
}

.process-frist {
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.process-item-div:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    border-bottom: 20px solid #9dcd17;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    transform: translateX(-50%)
}

.process-item-divs:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    border-top: 20px solid #327cc8;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    transform: translateX(-50%)
}

.process-item-div, .process-item-divs {
    width: 280px;
    background: #9dcd17;
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 30px;
}

.process-item-divs {
    background: #327cc8
}

.process-secound {
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
}

.process-item-txt {
    color: #fff
}
.process-item-txt p:first-child{font-size:18px;margin-bottom:10px}
.process-circul-txt {
    position: absolute;
    font-size: 18px;
    width: 100px;
    color: #fff;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

.process-circul-txt2 {
    position: absolute;
    font-size: 18px;
    width: 100px;
    color: #fff;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}
/*关于我们*/
.AboutUS-div {
    display: flex;
    justify-content: space-between;
}
.AboutUS-p{
    text-indent:30px;
    margin-bottom:10px;
    font-size:18px;
    line-height:24px
}
.AboutUS-img, .AboutUS-txt {
    width: 45%
}
 .AboutUS-txt{
     width:52%
 }
/*主营业务*/
.business{
    background:#ecf3fb;
    padding:40px 0
}
.business-ul{
    display:flex;
    justify-content:space-between
}
.business-li {
    width: 31%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.business-img{
    border-radius:50%;
    border:1px solid #bbb;
    width:250px;
    height:250px;
    display:flex;
    justify-content:center;
    align-items:center
}
.business-img img{
    width:230px
}
.business-li:hover {
    transform: translateY(-10px);
    transition: .3s all linear
}
.business-li a{padding:10px;display:inline-block}
.business-li a img {
    width: 100%
}
.business-txt{
    text-align:center;
    margin:10px 0
}
.business-txt p{
    margin:0 auto;
    width:80%
}
.business-txt1{
    font-size:18px;
    font-weight:bold;
    margin:40px 0
}
.business-txt2 {
    font-size: 14px;
    margin:10px 0
}
.business-txt3 {
    font-size: 14px
}
.business-btn a{
    background:#327CC6;
    border-radius:80px;
    padding:10px 20px;
    color:#fff;
    font-size:16px;
    display:block;
    margin:0 auto;
    margin-top:40px;
    width:120px;
    text-align:center
}
/*我们的优势*/
.advantage-div {
    display: flex;
    justify-content: space-between
}
.advantage-div-l, .advantage-div-r{
    width:20%
}
.advantage-div-c{
    width:40%;
    text-align:center
}
.advantage-div-item{
    text-align:center;
    margin-bottom:80px
}
.advantage-tit {
    color: #A20707;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px
}
.advantage-p{
    font-size:14px;
   
}
.advantage-div-item img {
    width: 100px;
}
.advantage-div-c img{
    width:100%
}
/*集运动态*/
.news {
    background: #ecf3fb
}
.news-ul {
    display: flex;
    justify-content: space-between
}
.news-li {
    width: 30%;
}
.news-li a{
    display:flex;
    flex-wrap:wrap
}
.news-li a img {
    width: 100%
}
/*.news-li a img:hover{
    transform:scale(1.2);
    transition:.3s all linear
}*/
.news-li-div{
    padding:10px;
    text-align:left;
    background:#fff;
    border:1px solid #cdcccb;
    width:100%;
    font-size:16px
}
.news-item {
    background: #fff;
    padding:10px;
    box-sizing:border-box
}
.news-item-top{
    padding:10px 0;
    border-bottom:1px solid #CFCFCF
}
.news-item-span1{
    font-size:20px;
}
.news-item-span2{
    font-size:14px;
    display:inline-block;
}
.news-notice{
    margin-bottom:10px
}
.news-item-title {
    color: #7F7D7D;
    margin-top: 10px
}
.news-btn{
    display:block;
    border-radius:50px;
    padding:10px 20px;
    width:150px;
    margin:20px auto;
    color:#fff;
    text-align:center;
    background:#327CC6;
    margin-top:40px
}
/*选择我们*/
.choose {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 40px 0;
    min-height: 750px
}
/*.choose img {
    width: 100%
}*/
.choose-div{
    position:absolute;
    left:50%;
    top:30%;
    transform:translate(-50%,-50%);
    width:70%;
    padding:10px
}
.choose-txt{
    text-indent:32px;
    font-size:16px;
    margin:50px auto;
    line-height:32px
}

.choose-img{
    position:absolute;
    bottom:40px
}
.choose-img-item{
    position:relative
}
.choose-img-txt-left {
    position: absolute;
    left: 80px;
    bottom: 140px;
    line-height: 42px;
    font-size: 18px;
}
.choose-img-txt-right {
    position: absolute;
    right: 80px;
    bottom: 140px;
    line-height: 42px;
    font-size: 18px;
}
/*合作伙伴*/
.partners-ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.partners-li a img {
    width: 80%
}
/*公共部分*/
.comm-tit {
    display: flex;
    justify-content: space-around;
    width: 710px;
    margin: 20px auto;
    margin-bottom:40px

}

.comm-tit-t1 {
    font-size: 36px;
    text-align: center;
    font-weight:bold
}

.comm-tit-t2 {
    font-size: 18px;
    margin-top: 10px;
    color: #666;
    text-align: center
}

.comm-tit-l {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.comm-tit-r {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.comm-tit-line {
    width: 150px;
    height: 1px;
    background: #D9D7D7
}