.red {
    color: #ff0000;
    font-size: 20px;
    padding: 0 4px;
}

.sectionTop {
    padding: 100px 0 70px;
}

html,
body {
    font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
    font-size: 16px;
    min-width: 1200px;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.clear {
    zoom: 1;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.textCenter {
    text-align: center;
}

.mt {
    margin-top: 30px;
}

.wrap {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fafafa;
    z-index: 1000;
}

#header .wrap {
    margin: 10px auto;
}

#header .wrap .logo {
    float: left;
}

#header .wrap .logo img {
    width:100%;
    height:90px;
}

#header .wrap .menu {
    float: right;
    margin-top: 26px;
}

#header .wrap .menu li {
    list-style: none;
    float: left;
    margin: 0 20px;
}

#header .wrap .menu li a {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    padding: 0 18px;
    color: #333;
    cursor: pointer;
}

#header .wrap .menu .active a {
    background: #ffa800;
    color: #fff;
}

#sectionBox {
    position: relative;
    top: 0;
    padding-top: 90px;
}

#sectionBox .section .subImg {
    margin: 36px auto 64px;
}

#sectionBox .section .page {
    padding: 16px 4px;
    color: #666;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
}

#sectionBox .section .page li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    background: #efefef;
    border: 1px solid #ccc;
    vertical-align: middle;
    margin-left: 5px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

#sectionBox .section .page .pageUI #firstPage,
#sectionBox .section .page .pageUI #lastPage {
    width: 70px;
    height: 30px;
    vertical-align: middle;
}

#sectionBox .section .page li a:hover,#sectionBox .section .page li a.page-num-current {
    background: #ffa800;
    border-color: #ffa800;
    color: #fff;
}

#sectionBox .section:nth-child(2n) {
    background: #fafafa;
}

#sectionBox .sec1 {
    position: relative;
    width: 100%;
    height: 560px;
}

#sectionBox .sec1 .swiper-slide {
    width: 100%;
    height: 100%;
}

#sectionBox .sec1 .swiper-slide img {
    width: 100%;
    height: 100%;
}

#sectionBox .sec1 .btnBox {
    position: absolute;
    top: 420px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

#sectionBox .sec1 .btnBox .btn {
    padding-bottom: 10px;
}

#sectionBox .sec1 .btnBox a {
    display: inline-block;
    width: 186px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    margin: 0 30px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
}

#sectionBox .sec1 .btnBox a:hover {
    background: #ffa800;
    border: 1px solid #ffa800;
}

#sectionBox .sec2 .info .w540 {
    width: 540px;
    height: 300px;
}

#sectionBox .sec2 .info .imgBox video {
    display: block;
    width: 100%;
    height: 300px;
}

#sectionBox .sec2 .info .tableBox {
    display: table;
}

#sectionBox .sec2 .info .tableBox .tabCell {
    display: table-cell;
    vertical-align: middle;
}

#sectionBox .sec2 .info .title {
    color: #333;
    font-size: 20px;
    margin-bottom: 16px;
}

#sectionBox .sec2 .info .describe {
    color: #666;
}

#sectionBox .sec2 .info .describe p {
    margin: 8px 0;
}

#sectionBox .sec3 .canvas>div {
    float: left;
    width: 590px;
    height: 400px;
}

#sectionBox .sec3 .canvas>div .myCanvas {
    height: 365px;
}

#sectionBox .sec4 .tabBox {
    position: relative;
    left: 0;
    width: 100%;
}

#sectionBox .sec4 .tabBox .tabItem .table {
    width: 100%;
    margin-top: 31px;
    border: 1px solid #ededed;
    text-align: center;
    font-size: 14px;
}

#sectionBox .sec4 .tabBox .tabItem .table tr {
    height: 34px;
    line-height: 34px;
    color: #666;
}

#sectionBox .sec4 .tabBox .tabItem .table thead tr {
    background: #ffa800;
    color: #fff;
}

#sectionBox .sec4 .tabBox .tabItem .table tbody tr:nth-child(2n) {
    background: #f2f5f9;
}

#sectionBox .sec4 .tabBox .tabItem .table tbody tr:nth-child(2n+1) {
    background: #f8f8f8;
}

#sectionBox .sec4 .tabBox .tabItem .canvas>div {
    float: left;
    width: 590px;
    height: 400px;
}

#sectionBox .sec4 .tabBox .tabItem .canvas>div .myCanvas {
    height: 365px;
}

#sectionBox .sec4 .tabBox .textCenter span {
    color: #ffa800;
    font-size: 14px;
    padding: 4px 10px;
    border: 1px solid #ffa800;
    border-radius: 4px;
    cursor: pointer;
}

#sectionBox .sec5 .evaluate {
    width: 905px;
    margin: 0 auto;
}

#sectionBox .sec5 .evaluate .evaluateTop {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    background: #ebebeb;
}

#sectionBox .sec5 .evaluate .evaluateTop .text {
    padding-left: 14px;
}

#sectionBox .sec5 .evaluate .evaluateUl>.clear {
    height: 86px;
    border-bottom: 1px solid #ebebeb;
}

#sectionBox .sec5 .evaluate .evaluateUl>.clear .evaluateName {
    float: left;
    width: 140px;
    height: 86px;
    padding: 20px 0;
    text-align: center;
    border-right: 1px dashed #ebebeb;
    box-sizing: border-box;
}

#sectionBox .sec5 .evaluate .evaluateUl>.clear .evaluateName .name {
    height: 30px;
    line-height: 30px;
}

#sectionBox .sec5 .evaluate .evaluateUl>.clear .evaluateName .num {
    font-size: 30px;
    font-weight: bold;
    color: #ffa800;
}

#sectionBox .sec5 .evaluate .evaluateUl>.clear .evaluateIn {
    padding: 16px 20px 8px 160px;
}

#sectionBox .sec5 .evaluate .evaluateUl>.clear .evaluateIn .evaluateText {
    height: 40px;
    color: #666;
    font-size: 14px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#sectionBox .sec5 .evaluate .evaluateUl>.clear .evaluateIn .evaluateTime {
    color: #999;
    font-size: 12px;
}

#sectionBox .sec5 .evaluate .evaluateUl>.clear .pieceBox {
    width: 550px;
    margin-left: 215px;
    padding-top: 36px;
    font-size: 14px;
    color: #333;
}

#sectionBox .sec5 .evaluate .evaluateUl>.clear .pieceBox .pieceUI {
    background: url("../images/piece.png") no-repeat 10px 0;
}

#sectionBox .sec5 .evaluate .evaluateUl>.clear .pieceBox .pieceUI li {
    position: relative;
    width: 110px;
    float: left;
    text-align: center;
    cursor: pointer;
}

#sectionBox .sec5 .evaluate .evaluateUl>.clear .pieceBox .pieceUI li .pieceTop {
    position: absolute;
    top: -22px;
    left: 40px;
    width: 32px;
    height: 24px;
    color: #fff;
    background: url("../images/message.png") no-repeat;
    display: none;
}

#sectionBox .sec5 .message .evaluateTop {
    background: #fff;
}

#sectionBox .sec5 .message .messageText textarea {
    display: block;
    width: 100%;
    height: 90px;
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid #ededed;
    color: #333;
}

#sectionBox .sec5 .message .messageText label {
    display: block;
    margin: 10px 0;
    font-size: 16px;
    color: rgba(255, 94, 0, 0.719);
}

#sectionBox .sec5 .message .messageText input {
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid #ededed;
    color: #333;
}

#sectionBox .sec5 .message .messageText .btn {
    width: 108px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #ffa800;
    color: #ffa800;
    margin: 12px 0 20px;
    border-radius: 4px;
    cursor: pointer;
}

#showTooltip {
    position: relative;
}

#showTooltip #tooltip {
    position: absolute;
    color: #ffa800;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
}

.jianjie,
.yindao,.jieshao {
    margin-right: 30px;
    cursor: pointer;
}

.onClick {
    color: #333;
    font-size: 18px;
    border-bottom: 2px solid #ffa800;
    padding-bottom: 8px;
}
.footer-bottom {
    padding: 26px 0 26px 0;
    background: #000000;
    font-size: 14px;
    line-height: 26px;
    color: #EAF4FF;
    text-align: center;
}
.footer-continer h3{
	color:#fff;
	text-align: center;
	font-size:14px;
	line-height: 20px;
}

/* 新增 */

