﻿@charset "UTF-8";
.js {
    width: 90%;
    margin: 10px auto 0 auto;
}

.js p {
    padding: 5px 0;
    font-weight: bold;
    overflow: hidden;
}

.js p span {
    float: right;
}

.js p span a {
    color: #f00;
    text-decoration: underline;
}

.js textarea {
    height: 100px;
    width: 98%;
    padding: 5px;
    border: 1px solid #ccc;
    border-top: 2px solid #aaa;
    border-left: 2px solid #aaa;
}

/* 本例子css */
.picFocus {
    margin: 0 auto;
    width: 530px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd {
    width: 100%;
    padding-top: 5px;
    overflow: hidden;
}

.picFocus .hd ul {
    margin-right: -5px;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd ul li {
    padding-top: 18px;
    float: left;
    text-align: center;
}

.picFocus .hd ul li img {
    width: 109px;
    height: 65px;
    border: 2px solid #ddd;
    cursor: pointer;
    margin: 0 10px;
}

.picFocus .hd ul li.on img {
    border-color: #ffba00;
}

.picFocus .bd li {
    vertical-align: middle;
}

.picFocus .bd img {
    width: 530px;
    height: 350px;
    display: block;
}

.breadcrumbs {
    width: 20%;
    float: left;
    font-size: 16px;
    padding-top: 27px;
}

.sele-box {
    width: 1200px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    margin-top: 88px;
}

.sele-box .title {
    height: 50px;
    background: #f2fcff;
}

.sele-box .title .name {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding: 19px 0 0 27px;
}

.sele-box .title .total {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding: 19px 27px 0 0;
}

.sele-box .title .total i {
    color: #ffba00;
}

.sele-box .line {
    width: 1155px;
    height: 31px;
    border-bottom: 1px dashed #eee;
    margin: 0 auto;
    padding-top: 19px;
    font-size: 16px;
    color: #666;
}

.sele-box .line a {
    border-right: 1px solid #666;
    padding: 0 15px;
}

.sele-box .line a.active {
    color: #f5b834;
}

.pros-box {
    padding-top: 59px;
    padding-bottom: 81px;
}

.pros-box .pro-box {
    width: 288px;
    height: 350px;
    border: solid 1px #e6e6e6;
    float: left;
    margin: 0 5px 10px;
}

.pros-box .pro-box:hover {
    box-shadow: 0px 25px 29px 0px rgba(71, 71, 71, 0.19);
    opacity: 0.8;
}

.pros-box .pro-box .img {
    width: 195px;
    height: 195px;
    margin: 48px auto 0;
}

.pros-box .pro-box .img img {
 height:100%;   width: 100%;
}

.pros-box .pro-box .title {
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding-top: 26px;
}

.pros-box .pro-box .des {
    font-size: 14px;
    padding-top: 13px;
    color: #808080;
    text-align: center;
}

.M-box11 {
    display: flex;
    justify-content: center;
}

.zn-img img {
    margin: 100px auto 0;
}

.page {
    display: flex;
    justify-content: center;
    padding: 90px 0;
    font-size: 14px;
}

.page .btn_pre {
    display: inline-block;
    width: 180px;
    height: 30px;
    background-color: #dddddd;
    border-radius: 3px;
    text-align: center;
    padding-top: 15px;
    transition-duration: 0.5s;
}

.page .btn_pre:hover {
    background-color: #ffba00;
}

.page .btn_next {
    display: inline-block;
    width: 180px;
    height: 30px;
    background-color: #dddddd;
    border-radius: 3px;
    text-align: center;
    padding-top: 15px;
    transition-duration: 0.5s;
    cursor: pointer;
}

.page .btn_next:hover {
    background-color: #ffba00;
}

.page .num {
    display: inline-block;
    padding: 14px 34px;
}

.kefu {
    position: fixed;
    right: 80px;
    bottom: 35%;
    width: 50px;
    height: 160px;
    background-color: #fff;
}

.kefu .tel {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    background: #ffba00 url("../images/icons/tel.png") center center no-repeat;
}

.kefu .tel .tel-on {
    display: none;
}

.kefu .tel:hover .tel-on {
    position: absolute;
    right: 60px;
    display: block;
    padding: 16px;
    background: #ffba00;
    color: white;
    font-size: 20px;
}

.kefu .kf {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    background: #ffba00 url("../images/icons/zx.png") center center no-repeat;
}

.kefu .tool6 {
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    background: #ffba00 url("../images/icons/tup.png") center center no-repeat;
}

.footer > div ul li {
    color: #fff;
}

.solt {
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pp-type span {
    width: 114px;
    height: 38px;
    background-color: transparent;
    border-radius: 19px;
    display: inline-block;
    margin-right: 37px;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    color: #333;
}

.pp-type span:hover {
    background-color: #ffba00;
    cursor: pointer;
}

.pp-type span.span-active {
    background-color: #ffba00;
}

.content {
    border-top: 1px solid #dcdcdc;
    background-color: #fff;
    padding-top: 36px;
}

.item {
    display: flex;
}

.item-brief {
    position: relative;
    width: 349px;
}

.item-brief .up {
    top: 50px;
    left: 0px;
    color: #666;
    font-size: 36px;
}

.item-brief .down {
    color: #5b5b5b;
    font-size: 14px;
    top: 130px;
    left: 0px;
}

.item-brief > img {
    position: absolute;
    top: 13px;
    left: 0;
}

.item-brief span {
    position: absolute;
    top: 119px;
    left: 96px;
    font-size: 36px;
    color: #666;
}

.item-img {
    width: 851px;
    height: 227px;
    overflow: hidden;
}

.item-img:hover img {
    transform: scale(1.2);
    transition: all 1s;
}

.item-img > img {
    width: 100%;
    height: 100%;
}

.content > div {
    position: relative;
}

.content .line {
    width: 841px;
    height: 8px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.content .line span {
    display: inline-block;
    width: 702px;
    height: 8px;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0;
}

.content > div:nth-child(1) .line span {
    background-color: #89daf5;
}

.content > div:hover .line span {
    background-color: #89daf5;
}

.title-1 {
    color: #333333;
    font-size: 30px;
    padding-top: 66px;
    text-align: center;
}

.des-1 {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #666666;
    padding-top: 30px;
    text-align: center;
}

/* 插件CSS开始 */
.picScroll-left {
    width: 850px;
    position: relative;
    margin: 32px auto;
}

.picScroll-left .hd {
    position: absolute;
    width: 1000px;
    height: 135px;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
}

.picScroll-left .hd .prev {
    display: block;
    float: left;
    width: 60px;
    height: 134px;
    background: url("../images/icons/pre.png") no-repeat;
}

.picScroll-left .hd .next {
    float: right;
    display: block;
    width: 60px;
    height: 134px;
    background: url("../images/icons/next.png") no-repeat;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../img/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    padding: 10px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
    width: 185px;
    height: 269px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
    padding-top: 20px;
}

.picScroll-left .bd ul li .title p {
    font-size: 16px;
}

.sec-2 {
    width: 100%;
    height: 850px;
}

.sec-2 .sec-1 {
    width: 100%;
    height: 356px;
}

.box-1 {
    display: inline-block;
    position: relative;
    margin: 102px 8px 0;
    height: 418px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    background: white;
}

.box-1 .title-2 {
    color: #333333;
    font-size: 24px;
    text-align: center;
    margin-top: 72px;
}

.box-1:after {
    position: absolute;
    content: "";
    display: block;
    background: url("../images/jiao.png") no-repeat;
    width: 33px;
    height: 33px;
    left: 348px;
    bottom: -1px;
}

.box-1 .box-2 {
    width: 380px;
    height: 254px;
    overflow: hidden;
}

.box-1 .box-2 img {
    height: 100%;
    overflow: hidden;
}

.jz {
    display: flex;
    justify-content: center;
}

.box-3 {
    width: 374px;
    height: 234px;
    margin: 10px;
}

.box-3 .img {
    overflow: hidden;
}

.box-3 .img img {
    width: 100%;
}

.p-nav {
    border-bottom: 1px solid #eee;
}

.up {
    margin-top: 26px;
    width: 100%;
    background: #fafafa;
}

.up .imgs {
    width: 530px;
    height: 520px;
}

.up .desc {
    width: 564px;
    height: 383px;
    margin-left: 105px;
}

.up .desc .title {
    color: #333333;
    font-size: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.up .desc .dess p {
    color: #666666;
    font-size: 14px;
    line-height: 65px;
}

.up .desc .btn-box .btn {
    display: inline-block;
    width: 148px;
    height: 40px;
    background: #ffba00;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-right: 14px;
    transition-duration: 0.3s;
}

.up .desc .btn-box .btn:hover {
    background: red;
    color: white;
}
.down{
    position: relative;
    min-height: 1000px;
}

.tuijian{
    position: absolute;
    right:0;
}
.down .page-sel {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.down .page-sel .btn {
    display: inline-block;
    width: 102px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.down .page-sel .btn:hover {
    background: #89daf5;
}

.down .page-sel .on {
    background: #89daf5;
}

.down .cpxq {
    display: block;
    width: 790px;
}

.down .cpxq .img {
    width: 100%;
    overflow: hidden;
}

.down .cpxq .img img {
    width: 100%;
    margin: 0 auto 30px;
}

.down .ggcs {
    display: none;
    width: 790px;
}

.down .ggcs .img {
    width: 100%;
    overflow: hidden;
}

.down .ggcs .img img {
    width: 100%;
    margin: 0 auto 30px;
}

.down .right-box {
    width: 382px;
    height: 560px;
    background-color: #ffffff;
    border: solid 2px #f0f0f0;
    margin-left: 23px;
}

.down .right-box .tj .title {
    height: 48px;
    border-bottom: 1px solid #eee;
    margin: 0 20px;
}

.down .right-box .tj .title p {
    float: left;
    line-height: 48px;
    font-size: 16px;
}

.down .right-box .tj .title a {
    float: right;
    line-height: 48px;
    font-size: 16px;
}

.down .right-box .tj .title a:hover {
    color: red;
}

.down .right-box .tj .con li {
    width: 319px;
    height: 144px;
    margin: 13px auto;
    transition-duration: 0.3s;
}

.down .right-box .tj .con li:hover {
    background: #eee;
}

.down .right-box .tj .con li .img {
    width: 136px;
    height: 136px;
    overflow: hidden;
    float: left;
    margin-top: 4px;
}

.down .right-box .tj .con li .img img {
    width: 100%;
    height: 100%;
}

.down .right-box .tj .con li .desc {
    width: 170px;
    float: right;
    line-height: 144px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.down .rx {
    margin-left: 23px;
    position: relative;
    margin-top: 60px;
    width: 382px;
    height: 187px;
}

.down .rx .img {
    width: 382px;
    height: 187px;
    overflow: hidden;
}

.down .rx .img img {
    width: 100%;
}

.down .rx .btn {
    display: block;
    width: 132px;
    height: 30px;
    background-color: #ffba00;
    font-size: 14px;
    position: absolute;
    bottom: 20px;
    left: 132px;
    text-align: center;
    padding-top: 13px;
    transition-duration: 0.3s;
}

.down .rx .btn:hover {
    background: red;
    color: white;
}

/*# sourceMappingURL=second.css.map */
