*{
    outline: none;
}
.bg-white{background: #fff;}
/*******************************
    -------[=子公司]-------
********************************/
.ul-list1{
    overflow: hidden;
    padding-top: 7px;
}
.ul-list1 li{
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    border-bottom: 1px #dcdcdc solid;
    font-size: 12px;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    background: url(../images/pic01.jpg) no-repeat 5px center;
}


/*******************************
    -------[=子公司  end]-------
********************************/



/*******************************
    -------[=新闻资讯]-------
********************************/
.ul-list2{
    margin-top: 20px;
}
.ul-list2 li{
    margin-bottom: 10px;
    background: #fff;
    padding: 15px 10px;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.ul-list2 li h3{
    font-size: 16px;
    color: #0061b0;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    max-height: 48px;
    overflow: hidden;
}
.ul-list2 li h3 a{color: inherit;}
.ul-list2 li .date{
    display: block;
    font-family: "Arial";
    font-size: 14px;
    line-height: 1;
    color: #888;
    margin-bottom: 10px;
}
.ul-list2 li .pic{
    margin-bottom: 10px;
    overflow: hidden;
}
.ul-list2 li .pic img{
    display: block;
    width: 100%;
}
.ul-list2 li .pic:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1);
    transform-origin: 50% 50%;
}
.ul-list2 li p{
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}
.a-det{
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.a-det:hover{
    color: #0b6cc5;
}

.m-page{
    text-align: center;
    margin-bottom: 30px;
}
.m-page li{
    display: inline-block;
    vertical-align: top;
    margin: 0 1px;
}
.m-page a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px #e5e5e5 solid;
    background: #fff;
    font-family: "Arial";
    font-size: 14px;
    color: #888;
}
.m-page a:hover,.m-page li.on a{
    color: #fff;
    background: #0b6cc5;
    border-color: #0b6cc5;
}
/*******************************
    -------[=新闻资讯  end]-------
********************************/



/*******************************
    -------[=新闻资讯详细]-------
********************************/
.m-news-det{
    padding: 20px 0;
    font-size: 12px;
    line-height: 24px;
    color: #666;
}
.m-news-det h1{
    font-size: 16px;
    color: #0061b0;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.m-news-det .date{
    display: block;
    font-family: "Arial";
    font-size: 14px;
    color: #888;
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #dcdcdc solid;
}
.m-news-det .img{
    display: block;
    width: 100%;
    padding: 5px 0;
}

.m-page-turning{
    font-size: 12px;
    color: #666;
    line-height: 24px;
    padding: 10px 0;
    border-top: 1px #dcdcdc solid;
}
.m-page-turning a{
    display: block;
    padding: 0 5px;
    color: inherit;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-page-turning a:hover{
    color: #0061b0;
}
.a-btn1{
    display: block;
    width: 100%;
    text-align: center;
    background: #0061b0;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.a-btn1:hover{
    color: #fff;
    background: #086ab9;
}
.a-btn1 i{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-image: url(../images/icon01.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
/*******************************
    -------[=新闻资讯详细  end ]-------
********************************/



/*******************************
    -------[=服务支持]-------
********************************/
.ul-list3{
    padding-top: 10px;
    margin-bottom: 20px;
}
.ul-list3 li{
    border-bottom: 1px #d1d1d1 solid;
}
.ul-list3 li .s-ques{
    font-size: 14px;
    color: #333;
    line-height: 40px;
    font-weight: normal;
    padding-left: 35px;
    background-image: url(../images/icon02.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    height: 40px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.ul-list3 li .s-ques-1{
    background-image: url(../images/icon03.jpg);
}
.ul-list3 li .s-answ{
    padding: 10px;
    background: #0061b0;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    display: none;
}
/*******************************
    -------[=服务支持  end ]-------
********************************/



/*******************************
    -------[=核心团队]-------
********************************/
.ul-list4{
    padding-top: 30px;
}
.ul-list4 li{
    border-bottom: 1px #dcdcdc solid;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.ul-list4 .pic{
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 50%;
    padding: 5px;
    background: #fff;
    border: 1px #dfdfdf solid;
    margin: 0 auto 20px;
}
.ul-list4 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.ul-list4 .txt{
    font-size: 12px;
    color: #333;
    line-height: 24px;
}
.ul-list4 .txt h4{
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.ul-list4 .txt h4 span{
    font-size: 12px;
    color: #888;
    margin-left: 10px;
}
/*******************************
    -------[=核心团队  end ]-------
********************************/



/*******************************
    -------[=经典案例]-------
********************************/
.ul-list5{
    margin: 20px 0;
}
.ul-list5 li{
    background: #fff;
    padding: 15px 10px;
    margin-bottom: 10px;
}
.ul-list5 h4{
    font-size: 16px;
    color: #0061b0;
    line-height: 24px;
    font-weight: normal;
    height: 24px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px #dcdcdc solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ul-list5 p{
    font-size: 12px;
    color: #7c7c7c;
    line-height: 24px;
    max-height:72px;
    overflow: hidden;
    margin-bottom: 10px; 
}

/*******************************
    -------[=经典案例  end ]-------
********************************/



/*******************************
    -------[=经典案例详细]-------
********************************/
.m-case-det{
    font-size: 12px;
    color: #666;
    line-height: 24px;
    padding: 20px 0;
}
.m-case-det h1{
    font-size: 16px;
    color: #0061b0;
    font-weight: normal;
    margin-bottom: 10px;
}
.m-case-det .case-inf{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #dcdcdc solid;
}
.m-case-det .case-inf span{
    margin-right: 15px;
}
.m-case-det .case-inf b{
    font-weight: normal;
    color: #1b6db9;
}
.m-case-det .txt1{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px #f5f5f5 solid;
}
.m-case-det h4{
    font-size: 14px;
    color: #1b6db9;
    font-weight: normal;
    text-align: center;
    margin-bottom: 15px;
}
.m-case-det .img{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.m-case-det .txt2{
    text-align: center;
    margin-bottom: 15px;
}
.m-case-det .txt2 .p-span{
    text-align: right;
}
.m-case-det .txt2 i{
    display: inline-block;
    vertical-align: middle;
}
.m-case-det .txt2 .icon01{
    width: 24px;
    height: 8px;
    background: url(../images/icon04.png) no-repeat center center;
}
.m-case-det .txt2 .icon02{
    width: 8px;
    height: 24px;
    background: url(../images/icon05.png) no-repeat center center;
}
.m-case-det .txt3{
    border: 1px #adadae dashed;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.s-arrow{
    display: block;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: center;
    color: #1b6db9;
    background: url(../images/icon06.png) no-repeat center center;
}


.m-txt-list1 p{
    margin-bottom: 10px;
    padding-left: 15px;
    background: url(../images/pic01.jpg) no-repeat left 10px;
}


/*******************************
    -------[=经典案例详细  end ]-------
********************************/



/*******************************
    -------[=配送服务]-------
********************************/
.m-txt01{
    padding: 20px 0 0;
    font-size: 12px;
    line-height: 24px;
    color: #666;
}
.m-txt01 .con{
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px #dcdcdc solid;
}
.m-tit01{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
}
.m-txt01 p{
    margin-bottom: 10px;
}
.m-txt01 p span{color: #0061b0;}
.m-txt01 .img{
    display: block;
    width: 100%;
}

/*******************************
    -------[=配送服务  end ]-------
********************************/



/*******************************
    -------[=运输服务]-------
********************************/
.ul-list8{
    overflow: hidden;
    margin-bottom: 10px;
}
.ul-list8 li{
    text-align: center;
    float: left;
    border-right: 1px #d2d2d2 solid;
    padding-right: 15px;
    margin-right: 15px;
}
.ul-list8 li:last-child{
    border-right: none;
}
.ul-list8 li span{
    display: block;
    font-size: 16px;
    color: #0061b0;
    line-height: 30px;
}
.ul-list9{
    margin-bottom: 15px;
    overflow: hidden;
}
.ul-list9 li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding-left: 17px;
    background: url(../images/icon08.png) no-repeat left center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul-list9-1 li{
    float: left;
    width: 33.33%;
}
/*******************************
    -------[=运输服务  end ]-------
********************************/



/*******************************
    -------[=联系我们]-------
********************************/
.m-cont{
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.m-cont .txt{
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.m-cont .txt1{
    border-bottom: 1px #dcdcdc solid;
}
.m-cont .txt a{
    color: #0061b0;
    text-decoration: underline;
}
.m-tit02{
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #0061b0;
    margin-bottom: 10px;
}
.m-online{

}
.ul-list7 li{
    border: 1px #dcdcdc solid;
    margin-bottom: 10px;
    position: relative;
    font-size: 12px;
    color: #888;
    line-height: 40px;
    padding-left: 50px;
}
.ul-list7 li span{
    position: absolute;
    left: 10px;top: 0;
}
.ul-list7 li .text,.ul-list7 li textarea{
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 0 10px;
}
.ul-list7 li textarea{
    padding-top: 5px;
    padding-bottom: 5px;
    height: 150px;
    line-height: 24px;
}
.m-online .sub{
    border: none;
}
/*******************************
    -------[=联系我们  end ]-------
********************************/



/*******************************
    -------[=怡亚通人]-------
********************************/
.ul-list10{
    background: #fff;
}
.ul-list10 li{
    padding:10px 0 10px 55px;
    border-bottom: 1px #e5e5e5 solid;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 35px auto;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.ul-list10 li h4{
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.ul-list10 li p{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ul-list11{
    overflow: hidden;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.ul-list11 li{
    float: left;
    width: 33.33%;
    font-size: 12px;
    color: #fff;
}
.ul-list11 .pic{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px #fff solid;
    margin: 0 auto 10px;
}
.ul-list11 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.ul-list11 li .date,.ul-list11 li p{
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-tit01-1{color: #0061b0;}

.m-adva{
    padding-bottom: 30px;
    position: relative;
}
.m-adva .slick-dots{position: absolute;left: 0;bottom: 10px;width: 100%;text-align: center;z-index: 99;}
.m-adva .slick-dots li{display: inline-block;margin: 0 3px;}
.m-adva .slick-dots li button{display: block;width: 12px;height: 6px;border-radius: 6px;border: none;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #bbb;
}
.m-adva .slick-dots li.slick-active button{width:24px;background-color: #0060ae;}
.ul-list12{
    overflow: hidden;
}
.ul-list12 li{
    float: left;
    width: 50%;
    background: #fff;
    text-align: center;
}
.ul-list12 .pic{
    height: 0;
    padding-top: 78%;
    position: relative;
    z-index: 1;
}
.ul-list12 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.ul-list12 li:nth-child(even) .pic img { top:-100%;}
.ul-list12 .txt{
    height: 0;
    padding-top: 78%;
    position: relative;
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
.ul-list12 .txt:after{
    content: "";
    width: 16px;
    height: 7px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    z-index: 2;
}
.ul-list12 li:nth-child(2n+1) .txt:after{
    bottom: -6px;
    background: url(../images/icon016.png) no-repeat center center;
}
.ul-list12 li:nth-child(2n) .txt:after{
    top: 100%;
    background: url(../images/icon015.png) no-repeat center center;
	margin-top:-6px;
}
.ul-list12 .txt .con{
    position: absolute;
    left: 0;right:0;top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.ul-list12 li:nth-child(even) .txt .con { top:150%;}
.ul-list12 .txt h4{
    font-size: 14px;
    color: #0061b0;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul-list12 .txt h4:after{
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    left: 50%;bottom: 0;
    margin-left: -15px;
}
.ul-list12 .txt h4 em{
    display: block;
    font-size: 12px;
    color: #c1c1c1;
    text-transform: uppercase;
}
.ul-list12 .txt p{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*******************************
    -------[=怡亚通人  end ]-------
********************************/



/*******************************
    -------[=企业荣誉]-------
********************************/
.m-honor{
    padding-top: 20px;
}
.m-honor img{
    display: block;
    width: 100%;
}
.m-tit03{
    font-size: 16px;
    color: #0061b0;
    font-weight: normal;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}
.m-tit03:after{
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #0061b0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
}
.m-table1{
    width: 100%;
    font-size: 12px;
    color: #666;
    line-height: 40px;
    margin-bottom: 20px;
}
.m-table1 caption{
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    background: #0061b0;
    margin-bottom: 15px;
}
.m-table1 caption .s1{
    float: left;
    width: 30%;
    text-align: center;
}
.m-table1 caption .s2{
    float: left;
    width: 70%;
    text-align: center;
}
.m-table1 tr{
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}
.m-table1 th{
    width: 30%;
    padding-left: 10px;
    font-weight: normal;
    border-right: 1px #ccc solid;
}
.m-table1 td{
    padding-left: 10px;
}

.m-cert{
    /*overflow: hidden;*/
}
.m-cert .item{
    height: 100%;
    margin: auto 5px;
}
.m-cert .pic{
    height: 100%;
    /*filter:alpha(opacity: 70);*/
    opacity: .7;
}
.m-cert .pic img{
    display: block;
    width: 100%;height: 100%;
}
.m-cert .slick-center .pic{
    filter:alpha(opacity: 100);
    opacity: 1;
}
.m-cert .slick-list{padding: 20px 0 !important;}
.m-cert .slick-slide{
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}
.m-cert .slick-current{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*******************************
    -------[=企业荣誉  end ]-------
********************************/
a.loadmore { margin:30px 0; background:#fff; color:#0061b0; font-size:16px; text-align:center; display:block; padding:10px 0;}




/*新增单页样式*/
#cpyfw_banner,#subbanner{ height:200px; background-size:cover; margin-top:85px;}
#servicemain{ background:#fff; padding:0 10px 10px; margin-bottom:15px;}
#servicemain img{ display:block; max-width:100%; height:auto;}
#servicemain h2{ padding:10px 0; font-size:20px;}
#servicemain p{ line-height:200%;}
.layer{ padding:15px 0}
.rczp_content{ font-size:18px; line-height:150%; font-family:微软雅黑;}



























