/*
Theme Name: zirong
Theme URI: www.sz-zirong.com
Author: LiRong
Author URI: www.mitian.net.cn
Description: 物流网站
Version: 1.0
*/

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Montserrat, "Helvetica Neue", sans-serif;
}


/*--- Start Public ---*/

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
ul {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    overflow: hidden;
    visibility: hidden;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.nostyle {
    border: none!important;
    margin: 0 auto;
    display: block;
}


/*--- Start Header ---*/

.headerWrap {
    margin: 0 auto;
    width: 960px;
    height: 100px;
}

.top-link {
    width: 127px;
    height: 27px;
    position: absolute;
    top: 0;
    right: 2px;
    text-align: center;
    background: #9ea9b1;
    border-radius: 0 0 5px 5px;
    -webkit-transition: background 0.33s ease;
    -moz-transition: background 0.33s ease;
    -ms-transition: background 0.33s ease;
    -o-transition: background 0.33s ease;
    transition: background 0.33s ease;
}

.top-link img {
    float: right;
    margin: 5px 9px;
}

.top-link:hover {
    background: #cc0033;
}

.top-link a {
    color: #fcfcfc;
    font-size: 13px;
    display: block;
    width: 112px;
    line-height: 25px;
    background: url(images/rowp3.png) no-repeat right;
}

.top-link:hover a {
    width: 116px;
    -webkit-transition: width 0.14s ease;
    -moz-transition: width 0.14s ease;
    -ms-transition: width 0.14s ease;
    -o-transition: width 0.14s ease;
    transition: width 0.14s ease;
}


/*--- Start Logo ---*/

#logo {
    float: left;
    width: 350px;
    height: 65px;
    margin: 18px 0px 17px 0px;
}


/*--- Start menu ---*/

#mainNav {
    float: right;
    height: 37px;
    margin: 31px 0px;
}

.headerMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.headerMenu ul li {
    position: relative;
    float: left;
    padding: 6px 5px 0px 5px;
}


/* Add menuseparator.png */

.headerMenu ul li:before {
    position: absolute;
    display: block;
    content: ' ';
    top: 4px;
    left: -5px;
    width: 10px;
    height: 30px;
    background: url('images/menuseparator.png') center center no-repeat;
}


/* Delete First menuseparator.png */

.headerMenu ul li:first-child:before {
    display: none;
}

.headerMenu ul li:hover {
    background-color: #cc0033;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.headerMenu ul li a {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #333333;
    display: block;
    padding: 6px;
    margin-bottom: 5px;
    z-index: 6;
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.headerMenu ul li:hover a {
    color: #ffffff;
}


/* ---- Sub Menu ----- */

.headerMenu li ul {
    float: left;
    position: relative;
    margin: 0;
}

.headerMenu ul ul,
.sub-menu,
.sub-menu ul ul {
    display: none;
    position: absolute;
    z-index: 999;
    width: 174px;
    font-weight: bold;
    letter-spacing: 1px;
    background: #cc0033;
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    float: left;
    left: 0;
}

.headerMenu ul li ul li {
    margin: 2px;
    width: 160px;
}

.headerMenu ul li ul li:before {
    display: none;
}

.headerMenu ul li ul li:hover {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.headerMenu ul ul ul {
    left: 100%;
    top: 0;
    z-index: 999;
}

.headerMenu ul ul a {
    padding: 10px 6px;
    text-align: left;
    text-transform: none;
    margin: 0;
}

.headerMenu ul ul a:hover {
    color: #333333;
    padding-left: 20px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.headerMenu ul li:hover > ul {
    display: block;
    margin-top: -1px;
}


/*--- Start HeaderSlider ---*/

.headerSlider {
    width: 100%;
    overflow: hidden;
}


/*--- Start HeaderSingle ---*/

.headerSingle {
    background: url('images/headersingle.jpg') no-repeat center;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.headerBlock {
    width: 960px;
    margin: 0 auto;
    padding-top: 60px;
}

.subtitle {
    width: 275px;
    height: 114px;
    position: relative;
    border-top-left-radius: 29px;
    background: #ffffff;
    padding: 30px 30px 0px 30px;
    z-index: 1000;
}

.subtitle h3 {
    color: #cc0033;
}

.subtitle p {
    color: #b0bbc3;
    text-align: left;
    font-size: 14px;
    display: block;
}


/*--- Start Breadcrumbs ---*/

.breadcrumbs {}


/*--- Start Content ---*/

.contentWrap {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}


/*- in categoryBox -*/

.categoryBox {
    width: auto;
    background: #e9e9e9;
    float: left;
    margin: 50px 20px 50px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.categoryBox:last-child {
    margin-right: 0px;
}

.fivBox {
    margin: 50px 20px 0px 0px;
}

.lineHeight {
    clear: both;
    margin-bottom: 50px;
}

.categoryBox:hover {
    background: rgba(204, 0, 51, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.thumbnail {
    width: auto;
    padding: 15px;
    overflow: hidden;
}

.postTitle {
    text-align: center;
    margin: 20px 0px 30px 0px;
    font-size: 18px;
}

.postTitle a {
    color: #3a3a3a;
}


/*- in contentBox -*/

.contentBox {
    width: 675px;
    float: left;
    margin: 20px 25px 35px 0px;
}

.content {
    margin: 20px 25px 35px 0px;
    padding-bottom: 40px;
    text-align: left;
    border-bottom: 1px dotted #d2d9db;
}

.content h3 {
    color: #333333;
}

.content p {
    width: 675px;
    color: #333333;
    font-size: 15px;
    text-align: left;
    line-height: 25px;
    margin-left: 10px;
    margin-right: 10px;
}

.content a:hover {
    color: #cc0033;
}

.content img {
    max-width: 675px;
    display: block;
    border: 1px #e8edee solid;
    padding: 5px;
    margin-left: -10px;
    margin-right: -10px;
}


/*- in contact -*/

.contact {
    width: 960px;
    margin: 0;
    padding: 0;
}

.twoColumns.left {
    width: 49%;
    float: left;
    color: #333333;
    margin: 40px 40px 50px 0px;
    border-bottom: 1px dotted #d2d9db;
}

.twoColumns.left p:last-child {
    margin-bottom: 50px;
}

.twoColumns.right {
    width: 46%;
    float: right;
    margin: 40px 0px 50px auto;
}

.contact-form {
    background: #f5fafb;
    text-align: center;
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.contact-form .txbx {
    width: 375px;
    height: 36px;
    float: none;
    margin: 11px;
    padding-left: 14px;
    font-size: 16px;
    border: 1px solid #CCCCFF;
}

.contact-form .era {
    min-height: 190px;
    max-height: 300px;
    max-width: 375px;
}

.contact-form .sendbtn {
    min-width: 150px;
    background: #cc0033;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.contact-form .sendbtn:hover {
    background: #9ea9b1;
    color: #ffffff;
}


/*- in archiveBox -*/

.archiveBox {
    width: 675px;
    float: left;
    margin: 20px 25px 35px 0px;
}

.archiveBox thumbnail {
    margin: 10px;
}

.abstract {
    margin: 20px 0px 20px 10px;
}


/*--- Start Sidebar ---*/

.sidebar {
    width: 225px;
    height: auto;
    min-height: 350px;
    float: right;
    margin-top: 20px;
    padding-left: 20px;
    border-left: 1px solid #e8edee;
}

.sidebar h4 {
    border-bottom: 1px solid #e8edee;
    padding-left: 1px;
    margin: 10px 0px 20px 10px;
    line-height: 2;
    text-transform: capitalize;
    color: #8c98a2;
}

.sidebar h4 a {
    color: #8c98a2;
    font-size: 18px;
}

.listBox {
    height: auto;
    margin-left: 10px;
    text-align: left;
}

.listBox ul,
.listBox ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.listBox ul {
    margin-bottom: 10px;
}

.listBox ul li {
    border-bottom: 1px dotted #e8edee;
}

.listBox ul li a {
    font-size: 15px;
    text-decoration: none;
    text-align: left;
    color: #95a3a6;
    background: #ffffff;
    display: block;
    padding: 7px 0;
}

.listBox ul li a:hover {
    background-color: #f9fafa;
    color: #cc0033;
}

.listBox ul li span {
    float: right;
    font-size: 10px;
}

.sidebar .listBox {
    max-width: 225px;
}

.sidebar .listBox ul li a {
    background: url('images/rowp7.png') no-repeat left center;
    padding-left: 12px;
}

.sidebar .listBox ul li a:hover {
    background: url('images/rowp8.png') no-repeat left center;
    background-color: #f9fafa;
    color: #cc0033;
}


/*--- Start Redmore&Page-next ---*/

a.readmore,
.next-page,
.prev-page,
.next-page a,
.prev-page a {
    width: 79px;
    height: 21px;
    text-align: center;
    color: #ffffff;
    margin: 4px 3px 3px 1px;
    float: right;
    text-decoration: none;
    box-shadow: 1px 2px 5px #efefef;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
}

a.readmore {
    background: url('images/rowp2.png') no-repeat right center;
    padding: 0px 7px 2px 5px;
    color: #95a3a6;
    box-shadow: 0 0 0 0;
}

a.readmore:hover,
.next-page a:hover,
.prev-page a:hover {
    text-decoration: none;
    color: #cc0033;
    background-color: #fdfdfd;
    display: inline;
}

a.readmore:active,
.next-page a:active,
.prev-page a:active {
    background-color: #fafafa;
    color: #999999;
}

.next-page,
.next-page a,
.prev-page,
.prev-page a {
    background: #cc0033;
    float: right;
    margin: 3px;
}

.next-page a:hover,
.prev-page a:hover {
    background: #ffffff;
    color: #cc0033;
}

.prev-page {
    float: left;
}

.prev-page a:link,
.prev-page a:visited {
    margin: 3px -3px 3px -3px;
}


/*--- Start Footer ---*/

#footer {
    width: 100%;
    max-width: 1500px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background: #383a3c;
    border-bottom: 0;
    box-shadow: 0px 2px 2px #333333 inset;
}

.footerNav {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.fourColumns {
    float: left;
    width: 16%;
    margin: 50px 20px 50px 0px;
    text-align: center;
}

.fourColumns h2 {
    color: #ffffff;
    border-bottom: 1px solid #414548;
    padding-bottom: 6px;
    font-size: 16px;
    letter-spacing: 1px;
}

.fourColumns ul {
    padding-top: 10px;
}

.fourColumns a {
    color: #cccccc;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
}

.fourColumns a:hover {
    color: #cc0033;
}

.footerColumns {
    float: left;
    padding: 45px 20px 50px 40px;
    overflow: hidden;
}

.footerColumns h2 {
    color: #666666;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 0px;
}

.footerBorder {
    float: left;
    height: 210px;
    border-left: 1px solid #414548;
    margin-top: 45px;
    margin-left: 20px;
}

.phone {
    margin: 0 auto;
}

.phone span {
    font-size: 25px;
    color: #ffffff;
    display: block;
}

.siteCode img {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

.copyright {
    background: #282a2b;
    width: 100%;
    height: 38px;
    border-top: 1px solid #424141;
    box-shadow: 0px 2px 2px #222222 inset;
    text-align: center;
}

.copyright a {
    font-size: 12px;
    color: #666666;
    line-height: 38px;
    margin-right: 5px;
}

.copyright a:hover {
    color: #cc0033;
}


/*--- Start 404 ---*/

.page-404 {
    margin: 0 auto;
    width: 960px;
    padding: 50px 0px;
}

.page-404 p {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}

.page-404 a {
    text-align: center;
    color: #cc0033;
}

.page-404 img {
    display: block;
    margin: 0 auto;
}