.main-title {
    font-size: 32px;
    text-align: center;
}
/* banner start */
.banner img{
    min-width: 1140px;
    width: 100%;
    height: 420px;
}
/* banner end */

/* #BriefIntroduction start */
#BriefIntroduction {
    padding-top: 80px;
    padding-bottom: 60px;
}
.brief-introduction-main .brief-introduction-main-content {
    margin: auto;
    width: 800px;
}

.brief-introduction-main p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.brief-introduction-main p:last-child {
    margin-top: 10px;
}
.brief-introduction-idea {
    margin-top: 40px;
    padding: 0 80px;
    padding-bottom: 20px;
    /*height: 275px;*/
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
}
.brief-introduction-idea .main-title {
    padding: 40px 0 25px 0;
}
.idea-main {
    overflow: hidden;
}
.idea-main ul li {
    float: left;
    width: 100%;
}

.idea-main ul li p,
.idea-main ul li span {
    margin: 0;
    font-size: 20px;
}
.idea-main ul li:last-child {
    margin-top: 20px;
}

.idea-main ul li p:first-child {
    font-weight: bold;
}
.idea-main ul li p:last-child {
    margin: 0;
}
.idea-main ul li p:first-child {
    padding-right: 20px;
}
.idea-main ul li:nth-child(2) {
    margin-top: 20px;
}
.idea-main ul li div:last-child {
    /*float: left;*/
    /*margin-left: 190px;*/
}
.idea-main ul li:last-child p {
    margin-left: 40px;
}
.idea-main ul li:last-child p:nth-child(1),
.idea-main ul li:last-child p:nth-child(2) {
    margin-left: 0;
}
.idea-main ul li div {
    margin: auto;
    overflow: hidden;
    width: 400px;
}
/*.idea-main ul li:nth-child(1) div {*/
    /*width: 400px;*/
/*}*/
/*.idea-main ul li:nth-child(2) div {*/
    /*width: 400px;*/
/*}*/
.idea-main ul li .text {
    margin-top: 8px;
    padding-left: 240px;
}
.idea-main ul li .text p {
    font-size: 20px;
    white-space: nowrap;
    font-weight: normal;
}
.idea-main p {
    float: left;
}
.idea-main ul li span {
    padding-left: 20px;
}

/* #BriefIntroduction end */

/* #Type start */
#Type {
    padding-bottom: 60px;
    background: #f2f2f2;
}

#Type .dynamic,
#Type .original {
    float: left;
    margin-top: 80px;
    width: calc(100%/ 2);
}

#Type .dynamic button,
#Type .original button{
    margin: auto;
    display: block;
    cursor: pointer;
    width: 300px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    border: solid 1px #e5e5e5;
    border-radius: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#Type .dynamic button:hover,
#Type .original button:hover,
.type-click {
    color: #fff;
    background: #f0000d;
    border: solid 1px #f0000d;
}


.type-main {
    float: left;
    margin-top: 60px;
}
.type-main h2 {
    margin-top: 15px;
    font-size: 18px;
}

.type-main .type-details {
    margin-top: 5px;
    color: #666;
}
.type-main h2,
.type-main .type-details {
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.type-main-smallbanner {
    float: left;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #fff;
}

.type-main-smallbanner .type-time {
    margin-top: 2px;
    padding-bottom: 10px;
    color: #999;
}

.type-main-smallbanner {
    width: 550px;
    overflow: hidden;
}
.type-main-smallbanner img {
    width: 550px;
    height: 280px;
}
.type-main-smallbanner a {
    display: block;
    min-height: 400px;
    overflow: hidden;
}
.type-main-smallbanner .type-main-content {
    padding: 0 20px;
}

.type-main-smallbanner:hover {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.2);
}
.type-main-smallbanner:hover h2 {
    color: #f0000d;
}


.type-main-items {
    float: left;
    margin-left: 40px;
    overflow: hidden;
    width: 550px;
}

.type-main-items ul li {
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    background: #fff;
}
.type-main-items ul li a {
    display: block;
    padding: 15px;
    min-height: 71px;
    box-sizing: border-box;
}

.type-main-items ul li:first-child {
    margin-top: 0px;
}
.type-main-items ul li h2 {
    font-size: 16px;
}

.type-main-items ul li h2,
.type-main-items .type-details {
    width: 480px;
    margin-top: 0px;
}

.type-main-items ul li p:last-child {
    position: absolute;
    margin: auto;
    bottom: 0;
    top: 0;
    right: 20px;
    height: 20px;
    display: block;
    color: #f0000d;
}

.type-main-items ul li .type-main-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f0000d;
}
.type-main-items ul li .type-details,
.type-main-items ul li h2,
.type-main-items ul li p:last-child,
.type-main-items ul li .type-main-left {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.type-main-items ul li:hover h2{
    color: #f0000d;
    margin-left: 10px;
}
.type-main-items ul li:hover .type-details {
    margin-left: 10px;
}
.type-main-items ul li:hover .type-main-left {
    width: 5px;
}
.type-main-items ul li:hover p:last-child {
    right: 10px;
}

.type-more {
    float: left;
    margin-top: 30px;
    width: 100%;
    cursor: pointer;
    display: block;
    font-size: 16px;
    text-align: center;
}
.type-more img {
    margin-left: 10px;
}

/* #Type end */


/* #Contact start */
#Contact {
    padding-bottom: 80px;
}

#Contact .main-title {
    margin-top: 80px;
}

.contact-main {
    margin-top: 40px;
}
.contact-details {
    margin: auto;
    padding: 0 300px;
    display: block;
}
.contact-details p {
    font-size: 16px;
}
.contact-details .contact-main-p:first-child {
    margin: 0;
}
.contact-details .contact-main-p {
    float: left;
    margin-top: 25px;
    width: 100%;
}
.contact-details .contact-main-p-two {
    float: left;
    margin-top: 25px;
    width: calc(100%/ 2);
}
.contact-map {
    float: left;
    margin-top: 50px;
}
/* #Contact end */