.main-page{
    margin:50px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.bread-nav{
    font-size: 13px;
    color: #666;
}
.bread-nav a{
    color: #ff8e4d;
}
.box-list{
    margin-top: 30px;
    overflow: hidden;
}
.box-list li{
    width: 23%;
    margin: 1%;
    float: left;
    position: relative;
}
.box-list li p{
    display: none;
}
.box-list li span{
    display: none;
}
.box-list li h3 {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    line-height: 50px;
    background-image: linear-gradient(75deg, rgba(72, 72, 72,0.5), rgba(120, 120, 120,0.8));
    color: #fff;
    transition: all 0.2s;
    font-size: 18px;
    letter-spacing: 1px;
}
.box-list li:hover img{
    transform: scale(1.2);
}
.box-list .img-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
}
.box-list .img-box img{
    width: 100%;
    height: 100%;
    transition: all 0.2s;
    position: absolute;
    left: -50%;
    max-width: none;
}
.box-list .text-box{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.box-list li:first-child{
    width: 98%;
}
.box-list li:first-child .img-box img{
    height: auto;
    left: auto;
    top: -50%;
}
.box-list li:first-child .text-box{
    width: 50%;
    right: 0;
    height: 100%;
    background-image: linear-gradient(135deg, rgba(72, 72, 72, 0.8), rgba(253, 167, 81, 0.2));
    padding: 20px;
    color: #fff;
}
.box-list li:first-child .text-box h3{
    background: none;
    font-size: 24px;
    text-align: left;
    margin: 20px 0;
}
.box-list li:first-child .text-box p{
    display: block;
    font-size: 14px;
    line-height: 2em;
}
.box-list li .more{
    display: none;
}
.box-list li:first-child .text-box span {
    display: block;
    color: #fff;
    border: 1px #fff solid;
    width: 80px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    background: none;
}
.box-list li:first-child .text-box span:hover {
    background-color: #fff;
    color: #ff8e4d;
}


.sec-nav h2{
    padding-bottom: 20px;
    border-bottom: #ddd 1px solid;
    font-size: 24px;
}
.sec-nav ul{
    overflow: hidden;
    padding-bottom: 30px;
}
.sec-nav li{
    margin-top: 10px;
}
.sec-nav li a{
    line-height: 30px;
    display: block;
    width: 100%;
}
.sec-nav li a::before{
    content: " ▶ ";
    margin-right: 5px;
}
.sec-nav li a:hover{
    color: #ff8e4d;
}
.sec-nav li>ul{
	padding-bottom:0;
	margin-left:20px;
}
.sec-nav li>ul li a {
    line-height: 20px;
	font-size:12px;
}
.sec-nav li>ul li a::before {
    content: "- ";
}
.main-page.col-md-9 {
    border-left: #ddd 1px solid;
    margin: 0;
}

/*.houtaiedit>p{
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 24px;
}*/
.pro-list li{
    width: calc(33.3333% - 40px);
    margin-bottom: 20px;
}

.main-page>.col-md-7 h2{
        color: #ff8e4d;
}
.main-page>.col-md-7 p {
    margin-top: 40px;
    line-height: 2em;
}
.main-page>.col-md-5 img {
    width: 100%;
    border: #eee 1px solid;
}
.pro-title{
    border-bottom: #ff8e4d solid 3px;
    padding-bottom: 15px;
    padding-left: 10px;
}

.news-list {
    margin: 30px auto;
}

.news-list li {
    margin: 20px auto;
    width: 100%;
    padding: 15px 0;
    box-shadow: 1px 1px 5px #ccc;
    overflow: hidden;
    transition: all 0.1s ease-in-out;
    border: #fff 1px solid;
}

.news-list li p {
    font-size: 14px;
    color: #666;
    margin-top: 25px;
    display: -webkit-box;
    min-height: 57px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-list li h4{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list li span{
    color: #999;
    float: left;
    margin-top: 20px;
    font-size: 13px;
}
.news-list li .more {
    float: right;
}
.main-page  .more {
    display: block;
    /* background-color: #67d0fa; */
    color: #3cbdf0;
    width: 100px;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    margin-top: 20px;
    transition: all 0.2s;
}

.ind-pro-list  .more:hover {
    color: #ff8e4d;
    /* box-shadow: rgba(255, 142, 77, 0.5) 2px 2px 8px; */
}

.news-title {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}

.news-title p {
    font-size: 13px;
    color: #999;
}
/* 
.job-list{
    margin: 30px auto;
}
.job-list li {
    margin: 20px auto;
    width: 100%;
    padding: 30px 15px;
    box-shadow: 1px 1px 5px #ccc;
    overflow: hidden;
    transition: all 0.1s ease-in-out;
    border: #fff 1px solid;
}

.job-list li p {
    font-size: 14px;
    color: #666;
    margin-top: 25px;
    min-height: 57px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.job-list li h4 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 24px;
    color: #333;
}

.job-list li span {
    color: #666;
    float: left;
    margin-top: 5px;
    font-size: 15px;
    width: 25%;
}

.job-list li .more {
    float: right;
}
.job-contenty table{
    width: 100%;
}
.job-contenty table td{
    border: 1px #999 solid;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
}
.job-contenty table td input{
    border: 0;
    width: 100%;
}
.job-contenty table td input[type=radio]{
    width: auto;
    -webkit-appearance:radio;
}
.job-contenty table td textarea{
    border: 0;
    width: 100%;
    resize: none;
}
.job-contenty table td select{
    width: 100%;
}
.job-contenty input[type=submit]{
    float: right;
    width: 200px;
    margin-top: 20px;
    background-color: #ff8e4d;
    line-height: 50px;
    border: 0;
    color: #fff;
} */

.text-title{
    padding-bottom: 20px;
    border-bottom: #ddd 1px solid;
}
.map-box.jsmap-container{
    width: 100%;
}
.jsmap-svg-container {
    width: 100%;
}
.jsmap-svg-container svg{
    width: 100%;
}

.message form {
    /* width: 90%; */
    /* background-color: rgba(202,202,202,0.5); */
    overflow: hidden;
    text-align: center;
}

.message input {
    border: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px rgba(0, 0, 0, 0.3) solid;
    height: 35px;
    width: 90%;
    margin: 10px 0;
    padding: 0 10px;
    float: left;
}

.message textarea {
    border: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px rgba(0, 0, 0, 0.3) solid;
    width: 90%;
    resize: none;
    margin: 10px 0;
    padding: 10px;
    line-height: 24px;
    float: left;
}
.message i{
    width: 10%;
    float: left;
    line-height: 55px;
}
.message .submit {
    background-color: #ff8e4d;
    color: white;
    width: 320px;
    float: right;
    border: 0;
    height: 50px;
}

.download-list li{
    border-bottom: #ddd solid 1px;
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 20px;
}
.download-list h4{
    font-size: 15px;
    width: 50%;
    float: left;
    margin: 0;
    line-height: 20px;
}
.download-list .more{
    margin-top: 0;
    background: none;
    color: #3cbdf0;
    line-height: 20px;
}
.download-list span{
    color: #999;
    font-size: 14px;
    line-height: 20px;
    margin: 0 15px;
    display: inline-block;
    text-align: center;
}

.hd{
    width: 100%;
    border-bottom: #ff8e4d 1px solid;
}
.hd li{
    width: 25%;
    float: left;
    text-align: center;
    cursor: pointer;
}
.slideTxtBox1 .hd li.on{
    color: #ff8e4d;
    background-color: #eee;
}
.sec-nav-c h5{
    font-weight: bold;
    margin-top: 20px;
}
.sec-nav-c p{
    font-size: 14px;
    margin: 7px 0;
}
.sec-nav-c .pro-title{
        padding-bottom: 20px;
        border-bottom: #ddd 1px solid;
        font-size: 24px;
        padding-left: 0;
}
.main-page>h1{
        padding-bottom: 20px;
        border-bottom: #ddd 1px solid;
        font-size: 24px;
}
.main-page .content {
    /* width: 30%; */
    margin: 0 auto;
    background: #f4f4f5;
    padding: 30px;
}
.content h2 {
    text-align: center;
    height: 36px;
    color: #ff8e4d;
    font-weight: bold;
    margin: 0;
}
.content img{
    height: 100%;
    margin: 0 auto;
}
.content h3 {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin: 10px 0;
}
.content input {
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #fff;
    border-radius: 2px;
    height: 40px;
    padding-left: 15px;
    font-size: 14px;
    margin: 8px 0;
    color: #555;
}
.content input.inpt {
    background: #ff8e4d;
    text-align: center;
    height: 40px;
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 40px;
    text-decoration: none;
    margin-top: 5px;
}
.history {
    background: url(../images/line04.gif) repeat-y 187px 0;
    overflow: hidden;
    position: relative
}

.history-date {
    overflow: hidden;
    position: relative
}

.history-date h2 {
    height: 59px;
    font-size: 25px;
    font-family: 微软雅黑;
    font-weight: 400;
    padding-left: 45px;
    margin-bottom: 74px
}

.history-date h2.first {
    position: absolute;
    left: 0;
    top: 0;
    width: 935px;
    z-index: 99
}

.history-date h2 a {
    color: #ff8e4d;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: url(../images/icon08.gif) no-repeat right 50%;
    padding-right: 17px;
    margin: 21px 97px 0 0
}

.history-date h2 a:hover {
    text-decoration: none
}

.history-date h2 img {
    vertical-align: -5px
}

.history-date h2.date02 {
    background: 0 0
}

.history-date ul li {
    background: url(../images/icon07.gif) no-repeat 180px 0;
    padding-bottom: 50px;
    zoom: 1
}

.history-date ul li.last {
    padding-bottom: 0
}

.history-date ul li:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.history-date ul li h3 {
    float: left;
    width: 168px;
    text-align: right;
    padding-right: 19px;
    color: #c3c3c3;
    font: normal 18px/16px Arial;
    margin: 0;
}

.history-date ul li h3 span {
    display: block;
    color: #d0d0d0;
    font-size: 12px
}

.history-date ul li dl {
    float: left;
    padding-left: 41px;
    margin-top: -5px;
    font-family: 微软雅黑;
    width: calc(100% - 168px);
}

.history-date ul li dl dt {
    font: 16px 微软雅黑;
    color: #737373
}

.history-date ul li dl dt span {
    display: block;
    color: #787878;
    font-size: 12px
}

.history-date ul li.green h3 {
    color: #ffae80
}

.history-date ul li.green h3 span {
    color: #ffc3a0
}

.history-date ul li.green dl {
    margin-top: -8px
}

.history-date ul li.green dl dt {
    font-size: 30px;
    line-height: 28px
}

.history-date ul li.green dl dt a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    vertical-align: middle;
    margin-left: 12px
}

.history-date ul li.green dl dd {
    padding-top: 20px;
    display: none
}

.history-date ul li.green dl dd img {
    float: left
}

.history-date ul li.green dl dd p {
    overflow: hidden;
    zoom: 1;
    line-height: 21px;
    color: #787878
}

.history-date h2.first .more-history {
    font-size: 16px;
    background: 0 0;
    margin-left: 30px
}

.history-date h2.first .more-history:hover {
    text-decoration: underline
}



#timeline {
    width: 80%;
    overflow: hidden;
    margin: 50px auto;
    position: relative
}

.hrLine {
    margin-top: 72px
}

#dates {
    width: 760px;
    height: 90px;
    overflow: hidden
}

#dates li {
    list-style: none;
    float: left;
    width: 200px;
    height: 50px;
    font-size: 24px;
    text-align: center
}

#dates>li>.onepx {
    width: 1px;
    height: 20px;
    margin: 0 auto;
    background: #eee
}

#dates a {
    line-height: 50px;
    font-size: 14px;
    font-weight: 400
}

#dates .selected {
    font-size: 25px;
    line-height: 30px;
    color: #ffae80;
    display: block;
    margin-bottom: 20px
}

#issues {
    height: 300px;
    overflow: hidden;
    text-align: center
}

#issues li {
    width: 100%;
    height: 300px;
    list-style: none;
    float: left;
    position: relative
}

.timeline {
    position: relative;
}

.timeline>button {
    position: absolute;
    border: 0;
    outline: none;
    top: 10px;
    z-index: 11;
    background-color: inherit;
    padding: 0;
    border-radius: 100%;
}

.timeline>button>i {
    display: block;
    height: 40px;
    width: 40px
}

.timeline>button>i>img {
    float: left;
    width: 100%
}

.prev {
    left: 0
}

.next {
    right: 0
}

.dates {
    position: absolute;
    top: 0;
    z-index: 10
}

.wrap {
    overflow: hidden
}

.issues>li>div {
    width: 50%;
    display: block;
    height: 300px;
    position: relative
}

.issues>li .right>h5 {
    background: url(../images/icon_pointoftime.png) no-repeat;
    background-size: contain;
    text-align: left;
    padding-left: 60px;
    font-size: 14px;
    position: absolute;
    left: -7px;
    z-index: 9;
    margin: 0;
}

.issues>li .left>h5 {
    background: url(../images/icon_pointoftime.png) 141px 0 no-repeat;
    background-size: contain;
    text-align: left;
    padding-right: 60px;
    font-size: 14px;
    position: absolute;
    right: -7px;
    z-index: 9;
    margin: 0;
}

.issues>li .right .textArea {
    display: block;
    margin: 50px;
    padding: 20px;
    background: #3cbdf0;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
	text-align:left
}

.issues>li .left .textArea {
    display: block;
    margin: 50px;
    padding: 20px;
    background: #3cbdf0;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
	text-align:left
}

.issues>li .left .yearLine {
    position: absolute;
    width: 30px;
    height: 1px;
    top: 0;
    right: 0;
    margin: 8px 0
}

.issues>li .right .yearLine {
    position: absolute;
    width: 30px;
    height: 1px;
    top: 0;
    left: 0;
    margin: 8px 0
}
#main {
    width: 100%;
    height: 500px;
    min-height: 500px;
    margin: 20px auto 0;
    background: #fff;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.left {
    float: left;
    border-right: 1px #eee solid
}

.right {
    float: right
}

#place{
    width: 100%;
    border: #ddd 1px solid;
    border-radius: 5px;
    height: 40px;
}
.place-box {
    width: 100%;
    margin-top: 20px;
    min-height: 400px;
    border: #ddd 1px solid;
    border-radius: 5px;
    padding: 5px;
}

.place-box div {
    width: 100%;
    height: 50px;
    display: none
}

.place-box .curren {
    width: 100%;
    height: 50px;
    display: inline-block !important
}
.place-box li{
    border-bottom: #eee 1px solid;
    padding: 10px 5px;
}
.place-box li h5{
    font-weight: bold;
}
.place-box li p{
    font-size: 12px;
    margin: 10px auto;
}
.place-box li:hover{
    background-color: #f4f4f4;
}

.award li{
    overflow: hidden;
    padding: 15px;
}
.award li img{
    margin:0 auto;
}
.award li h3{
    text-align: center;
    margin: 0;
    line-height: 50px;
    font-size: 18px;
}
.page {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    overflow: hidden;
    zoom: 1;
}

.page a,
.page span {
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    color: #666;
    background-color: #fff;
    margin-left: 4px;
    cursor: pointer;
    border-radius: 4px;
    transition: all .2s;
    padding: 0 10px;
}

.page span,
.page a:hover {
    background-color: #3cbdf0;
    color: #fff;
}