﻿@charset "utf-8";

/* index CSS Document */

@import url(base.css);

/*reset*/

@import url(main.css);

/*main*/

body {
   
}

.banner {
    min-width: 1300px;
    overflow: hidden;
    margin: 0 auto;
}

.banner img {
    width: 100%;
}

#content {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

#content a {
    transition: all 0.2s ease-in-out 0s;
}

.sidePanel {
    width: 290px;
    float: left;
    margin: 30px 0;
    padding-bottom: 20px;
}

.sideBox {
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

.sideBox .bar {
    background-color: #13365a;
    color: #FFF;
}

.sideBox .bar .tit {
    font-size: 20px;
    font-weight: 400;
    line-height: 2.5;
    margin: 0 10px;
    position: relative;
    text-align: center;
}

.sideBox .bar .tit::before,
.sideBox .bar .tit::after {
    content: "";
    height: 1px;
    width: 60px;
    background-color: #d2d2d2;
    position: absolute;
    top: 50%;
    left: 20px;
    right: auto;
}

.sideBox .bar .tit::after {
    left: auto;
    right: 20px;
}

.sideBox .bd {
    border: 1px solid #d2d2d2;
    border-top: none;
    overflow: hidden;
}


/*侧边导航*/

.sideNav .bd>ul {
    margin: 0 6px 6px;
    padding-top: 4px;
    overflow: hidden;
}

.sideNav li {
    position: relative;
}

.sideNav li:last-child {
    border-bottom: none 0;
}

.sideNav li h3 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
    height: 40px;
    margin: 0 4px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.sideNav li a {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
}

.sideNav li h3 a::before {
    font-family: "iconfont";
    font-size: 18px;
    content: "\e6ad";
    margin: 0;
    margin: 0 5px 0 30px;
}

.sideNav li a:hover {
    color: #ff5f07
}

.sideNav .sub {
    width: 200px;
    overflow: hidden;
    margin: 10px auto;
}

.sideNav .sub h4 {
    line-height: 24px;
    font-size: 14px;
    position:relative;
    padding-left:10px;
    font-weight:400;
}
    .sideNav .sub h4:before {
        content:">";
        position:absolute;
        left:0;
    }
/*
    .sideNav .on h3,.sideNav .sub .on h4 {
        border-color: #ff5f07;
    }

        .sideNav .on h3 a,.sideNav .sub .on h4 a {
            color: #ff5f07
        }
*/
.sideTxt .txt {
    font-size: 12px;
    padding: 10px 20px 20px;
    line-height: 24px;
}


/*导航*/


/* .subNav {
  background-color: #fff;
  overflow: hidden;
  text-align: center;
}

.subNav ul {
  overflow: hidden;
  text-align: center;
}

.subNav li {
  margin: 0 10px 20px;
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #b7c5ce;
  background-color: #f6f6f6;
  transition: all 0.2s ease-in-out 0s;
}

.subNav li a {
  display: block;
  width: 100%;
}

.subNav li h3 {
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
}

.subNav .on,
.subNav li:hover {
  border-color: #810700;
}

.subNav .on a,
.subNav li:hover a {
  color: #810700;
}
 */


/*主体*/

.mainPanel {
    float: right;
    width: 990px;
    margin: 30px 0;
    min-height: 400px;
    padding-bottom: 20px;
}


/* 页面标题 */

.pagePar {
    width: 100%;
    line-height: 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 2px solid #c5c5c5;
    display: none;
}

.pagePar .tit {
    float: left;
    padding: 0 20px;
    min-width: 100px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    overflow: hidden;
}


/* 面包屑 */

.bread {
    background-color: #dfdfdf;
    font-size: 14px;
    text-align: left;
    line-height: 40px;
    height: 40px;
}

.bread,
.bread a {
    color: #000;
}


/*文章列表*/

.titList {
    margin: 0 20px;
}

.titList li {
    border-bottom: 1px solid #002968;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    line-height: 44px;
    height: 44px;
    position: relative;
    overflow: hidden;
}

.titList li::before {
    font-family: "iconfont";
    content: "\e602";
    font-size: 16px;
    line-height: 44px;
    width: 20px;
    overflow: hidden;
    color: #1851a8;
    margin-left: 5px;
}

.titList li .date {
    float: right;
    font-size: 14px;
    margin-right: 20px;
}

.titList li .tit,
.titList li .tit a {
    color: #353535;
}

.titList li:hover .tit a {
    color: #000;
    transition: all 0.25s linear;
}

.newsList li {
    border: 1px solid #e1e1e1;
    padding: 30px;
    background: #fff;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.newsList li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative;
}

.newsList li .tit h4 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #565656;
    font-weight: 400;
    padding-right: 25%;
    margin: 0;
}

.newsList li .tit .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666;
}

.newsList li .txt {
    font-size: 14px;
    line-height: 2;
    color: #999;
}

.newsList li .more {
    margin-top: 15px;
}

.newsList li .more span {
    display: inline-block;
    width: 130px;
    line-height: 33px;
    text-align: center;
    color: #000;
    font-size: 14px;
    color: #666;
    border: 1px solid #e1e1e1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.newsList li:hover {
    -webkit-box-shadow: 0 2px 13px 1px rgba(8, 1, 3, .18);
    box-shadow: 0 2px 13px 1px rgba(8, 1, 3, .18);
}

.newsList li:hover .tit h3 {
    color: #292e39;
}

.newsList li:hover .more span {
    color: #fff;
    background-color: #292e39;
}


/* 图片 */

.imgList {
    text-align: center;
    margin: 0 -10px;
    overflow: hidden;
    padding: 0 0 20px;
}

.imgList li {
    display: inline-block;
    vertical-align: bottom;
    width: 314px;
    margin: 0 10px 20px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.imgList li .pic {
    width: 100%;
    height: 214px;
    box-sizing: border-box;
    border: 1px solid #e6ebee;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.imgList li img {
    font-size: 0;
    width: 100%;
    height: 214px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.imgList li .tit {
    height: 40px;
    line-height: 40px;
    background-color: #e6ebee;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.imgList li .tit h4 {
    font-size: 14px;
    font-weight: 400;
    color: #595757;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.imgList li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}


/* 产品品 */

.picList {
    margin: 0 -10px;
    font-size: 0;
    text-align: center;
    overflow: hidden;
    padding: 0 0 20px;
}

.picList li {
    display: inline-block;
    vertical-align: bottom;
    width: 315px;
    margin: 0 10px 20px;
    box-sizing: border-box;
    border: 1px solid #eeeeee;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.picList li .pic {
    width: 100%;
    height: 254px;
    overflow: hidden;
}

.picList li img {
    font-size: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.picList li .tit h4 {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0;
}

.picList li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}


/**/

.picTxtList {}

.picTxtList li {
    box-shadow: 0 2px 2px rgb(206, 206, 206);
    width: 100%;
    height: 255px;
    overflow: hidden;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    border: 1px solid #cda877;
    background-color: #fff;
    transition: all 0.25s linear;
}

.picTxtList li .pic {
    position: relative;
    width: 380px;
    height: 255px;
    float: left;
    background-color: #f5ede2;
}

.picTxtList li .pic img {
    width: 380px;
    height: 255px;
}

.picTxtList li .date {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #f3ece2;
    border-radius: 5px;
    text-align: center;
    display: table-cell;
    font-family: fantasy;
}

.picTxtList li .date .day {
    font-size: 36px;
    color: #cc9e62;
}

.picTxtList li .date .yearmonth {
    color: #333;
}

.picTxtList li .txt {
    float: left;
    margin: 25px 60px 55px 30px;
    width: 728px;
    height: 173px;
    color: #333;
    position: relative;
}

.picTxtList li .txt::after {
    content: ">>>>";
    position: absolute;
    left: 0;
    bottom: 0;
    color: #cca876;
    font-size: 24px;
    font-weight: 700;
    transition: all 0.25s linear;
}

.picTxtList li .txt .tit {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.picTxtList li .txt p {
    line-height: 25px;
    font-size: 14px;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.picTxtList li:hover {
    transition: all 0.25s linear;
    box-shadow: 0px 5px 10px -5px #6c1f03;
}

.picTxtList li:hover .txt:after {
    left: 20px;
    transition: all 0.2s linear;
}


/*MESSAGE*/


/* #reviewform {
  padding: 40px 200px 40px 40px;
  background-color: #fff;
  width: 800px;
  margin: 0 auto 30px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  box-shadow: 0 0px 9px rgb(232, 232, 232);
}*/

#vimg {
  height: 38px;
} 
#reviewform .required::after {
    content: "*";
    color: #ff0000;
    font-size: 24px;
    position: absolute;
    right: 4px;
    top: 16px;
}
/*分页*/
.footpage {
    overflow: hidden;
    padding: 20px 0 0;
    text-align: center;
}

.footpage ul {
    margin: 0 auto;
    display: table;
    /* border-top: solid 1px #dedede;
  border-right: 1px solid #dedede; */
}

.footpage ul li {
    text-align: center;
    height: 30px;
    margin: 0 0 0 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    background-color: #002968;
    transition: all 0.2s linear;
    overflow: hidden;
}

.footpage ul li.num {
    font-weight: 100;
}

.footpage ul li a {
    padding: 7px 11px;
    color: #fff;
}

.footpage ul li a.iconfont {
    font-size: 14px;
}

.footpage ul li.on,
.footpage ul li:hover {
    background-color: #002968;
    transition: all 0.2s linear;
}

.footpage ul li.pageStop a {
    color: #fff;
    cursor: not-allowed;
    transition: all 0.2s linear;
}

.footpage ul li.pageStop:hover {
    background-color: #002968;
    transition: all 0.2s linear;
}

.footpage ul li.on a,
.footpage ul li:hover a {
    color: #fff;
    transition: all 0.2s linear;
}

#reviewform {
    width: 85%;
}


/*详情页*/

.mainTit {
    margin: 0 auto;
}

.mainTit h1 {
    color: #333;
    font-size: 24px;
    line-height: 1.5;
    font-family: "微软雅黑", "宋体";
    position: relative;
    display: inline-block;
}

.subTit {
    font-size: 14px;
    font-family: Arial;
    color: #9e9e9e;
    line-height: 35px;
    border-bottom: 1px dashed #cfcfcf;
    margin-bottom: 20px;
}

.subTit .infoDate {
    margin-left: 230px;
    overflow: hidden;
}

.subTit .bdsharebuttonbox {
    float: left;
    margin: 5px 0 0 360px;
    width: 150px;
    overflow: hidden;
}

.detail {
    margin: 0 10px 20px;
}

.detailTxt {
    font-size: 18px;
    line-height: 2em;
    min-height: 400px;
}

.detailTxt img {
    /* box-shadow: 0px 0px 15px -5px #161616; */
}

.return {
    text-align: center;
    margin: 20px auto;
}

.return a {
    font-size: 16px;
    line-height: 2em;
    display: inline-block;
    width: 100px;
    background-color: #13365a;
    color: #fff;
}

#map img {
    box-shadow: none;
}

#timeline tr {
    border-left: 1px solid #e6e6e6;
}

#timeline tr:last-child {
    border-left-color: #fff;
}

#timeline th,
#timeline td {
    vertical-align: top;
    padding-bottom: 30px;
    line-height: 26px;
    transition: all 0.3s ease-in-out 0s;
}

#timeline th {
    text-indent: 10px;
    font-size: 16px;
    color: #000;
    position: relative;
    width: 70px;
}

#timeline td {
    color: #666;
    font-size: 15px;
}

#timeline td ul {
    padding-left: 14px;
}

#timeline td ul li {
    /*list-style-type: disc;*/
    margin-bottom: 10px;
}

#timeline th:before {
    content: "";
    position: absolute;
    left: -9px;
    top: 6px;
    z-index: 10;
    width: 14px;
    height: 14px;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    /* color: #5FB878; */
    border-radius: 50%;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
}

#timeline tr:first-child th::after,
#timeline tr:last-child th::after {
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 1;
    width: 1px;
    height: 10px;
}

#timeline tr:first-child th::after {
    background-color: #fff;
}

#timeline tr:last-child th::after {
    background-color: #ccc;
}

#timeline tr:hover {
    cursor: help;
}

#timeline tr:hover th:before {
    border-color: #1561af;
    background-color: #1561af;
}

#timeline tr:hover th,
#timeline tr:hover td {
    color: #1561af;
    text-shadow: 0 1px 1px #ccc;
}