.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: 90px;
    background: #fafafa;
    z-index: 1000;
}

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

#header .wrap .logo {
    float: left;
    height: 70px;
    line-height: 70px;
}

#header .wrap .logo img {
    vertical-align: middle;
}

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

#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: linear-gradient(to right, #67f5ff, #0ea8fe);
    background: -moz-linear-gradient(to right, #67f5ff, #0ea8fe);
    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;
}

#sectionBox .section .page .pageUI 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 .pageUI .current {
    background: #ffa800;
    border-color: #ffa800;
    color: #fff;
}

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

#sectionBox .sec1 {
    position: relative;
    width: 100%;
    height: 560px;
    background: url("../imgs/banner.jpg") no-repeat center center;
    background-size: cover;
}

#sectionBox .sec1 .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

/*#sectionBox .sec1 .mainTitle:hover {*/
    /*transform: scale(1.3);*/
/*}*/

#sectionBox .sec1 .mainTitle {
    position: absolute;
    width: 100%;
    top: 30%;
    text-align: center;
    font-size: 64px;
    color: #67f5ff;
    letter-spacing: 4px;
    text-shadow: -3px 0px 4px #fff;
    transition: all 1s;
}

#sectionBox .sec1 .btnBox {
    position: absolute;
	top: 75%;
    left: 0;
    right: 0;
    text-align: center;
}

#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;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;
}

#sectionBox .sec1 .btnBox a:hover {
    background: linear-gradient(to right, #67f5ff, #0ea8fe);
    background: -moz-linear-gradient(to right, #67f5ff, #0ea8fe);
    /*border: 1px solid #0ea8fe;*/
}

#sectionBox .sec1 .btnBox a:hover + .mainTitle {

}

#sectionBox .sec2 .info .w540 {
    width: auto;
    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 {
    color: #fff;
}

#sectionBox .sec4 .tabBox .tabItem .table thead td {
    background: linear-gradient(to right, #67f5ff, #0ea8fe);
    background: -moz-linear-gradient(to right, #67f5ff, #0ea8fe);
}

#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 .title {
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 6px;
    color: #0ea8fe;
}

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

#sectionBox .sec5 .wrap {
    text-align: center;
}

#sectionBox .sec5 .wrap .slider {
    width: 1180px;
    height: 450px;
    overflow: hidden;
}

#sectionBox .sec5 .wrap .imgbox {
    height: 388px;
    transition: transform 1s;
}

#sectionBox .sec5 .wrap .imgbox li {
    width: 255px;
    height: 388px;
    margin: 0 20px;
    padding: 20px 20px 30px;
    box-sizing: border-box;
}

#sectionBox .sec5 .wrap .imgbox li .photo img {
    width: 100%;
}

#sectionBox .sec5 .wrap .imgbox li .info {
    color: #666;
    font-size: 14px;
}

#sectionBox .sec5 .wrap .imgbox li .info h3 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

#sectionBox .sec5 .wrap .imgbox li:hover {
    /*background: url("../imgs/imgbg-h.png") no-repeat 0 0 / cover;*/
}

#sectionBox .sec5 .wrap .ctrl-con li {
    display: inline-block;
    width: 50px;
    height: 6px;
    margin: 20px 6px;
    background: #ccc;
    cursor: pointer;
}

#sectionBox .sec5 .wrap .ctrl-con li.on {
    background: #999;
}

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

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

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

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

#sectionBox .sec6 .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 .sec6 .evaluate .evaluateUl > .clear .evaluateName .name {
    height: 30px;
    line-height: 30px;
}

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

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

#sectionBox .sec6 .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 .sec6 .evaluate .evaluateUl > .clear .evaluateIn .evaluateTime {
    color: #999;
    font-size: 12px;
}

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

#sectionBox .sec6 .evaluate .evaluateUl > .clear .pieceBox .pieceUI {
    /*background: url("../imgs/piece.png") no-repeat 10px 0;*/
    background: linear-gradient(to right, #67f5ff, #0ea8fe) no-repeat 10px 0;
    background: -moz-linear-gradient(to right, #67f5ff, #0ea8fe) no-repeat 10px 0;
    height: 16px;
}

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

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

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

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

#sectionBox .sec6 .message .messageText .btn {
    width: 108px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #0ea8fe;
    color: #0ea8fe;
    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 {
    margin-right: 30px;
    cursor: pointer;
}

.onClick {
    color: #333;
    font-size: 18px;
    border-bottom: 2px solid #0ea8fe;
    padding-bottom: 8px;
}
