@charset "utf-8";
@import "iconfont.css";
@import "jquery.fancybox.css";
@import "grid12.css";
@import "swiper3.css";

/*---------------------------------------------------*/

.hero {
    min-height: calc(100vh - 80px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.hero .txt {
    padding: 75px 0;
    -ms-flex-item-align: center;
    align-self: center;
    z-index: 10;
    position: relative;
    text-align: center;
}

.hero .txt h3 {
    font-size: 79px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'Muli-Bold';
}

.hero .txt h5 {
    font-size: 52px;
    color: #fff;
    font-weight: 300;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.hero .txt .more {
    margin-top: 1.5rem;
    text-align: center;
}

.hero .txt .more a {
    padding: .75rem 1.5rem;
    margin: 0 5px;
    background-color: #0097a3;
    border: 1px solid #0097a3;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/*
.banner > .hero:nth-child(1) .parallax{background: url(../images/bg1.png) 50% top no-repeat fixed;background-size:100% cover;height:120%;position:absolute;width:100%;top:0;left:0;}
.banner > .hero:nth-child(2) .parallax{background: url(../images/bg2.png) 50% top no-repeat fixed;background-size:cover;height:120%;position:absolute;width:100%;top:0;left:0;}
.banner > .hero:nth-child(3) .parallax{background: url(../images/bg3.png) 50% top no-repeat fixed;background-size:cover;height:120%;position:absolute;width:100%;top:0;left:0;}
*/

.hero .hero-parallax,
.hero .parallax-window {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
}

.foot-column ul li {
    width: 33.33333333%;
    float: left;
    position: relative;
}

.foot-column ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.foot-column ul li img {
    width: 100%;
    display: block;
}

.foot-column ul li .t {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
}

.foot-column ul li .t img {
    width: auto;
    height: 68px;
    display: block;
}

.foot-column ul li .t h5 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    margin: 15px 0 0;
}


/*------------------------------------------------------------*/

.sidebanner {
    min-height: 50vh;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.sidebanner img {
    display: none;
    width: 100%;
}

.sidebanner .txt {
    -webkit-align-self: center;
    align-self: center;
    padding: 75px 0;
    text-align: center;
    text-shadow: 1px 2px 2px rgba(1, 1, 1, .2);
    z-index: 10;
    position: relative;
}

.sidebanner .txt h3 {
    font-size: 51px;
    color: #fff;
    font-family: 'Muli-Bold';
}

.sidebanner .txt p {
    font-size: 23px;
    max-width: 650px;
    margin: 0 auto;
    line-height: 40px;
    color: #fff;
}

.path {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #D5D5D5;
}

.path p {
    color: #666;
    font-size: 15px;
}

.path p a {
    color: #666;
}

.main {
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-left {
    width: 870px;
    float: left;
}

.main-right {
    float: right;
    width: 300px;
}

.left_nav {
    margin-bottom: 30px;
}

.left_nav h3 {
    line-height: 20px;
    font-size: 17px;
    color: #1a1617;
    font-family: 'Muli-Bold';
    position: relative;
    margin-bottom: 15px;
}

.left_nav h3::before {
    content: "";
    display: block;
    width: 21px;
    height: 3px;
    margin-bottom: 1rem;
    background: #0098a7;
}

.left_nav h3::after {
    display: none;
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 27px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.left_nav h3.active::after {
    -webkit-transform: rotate(45deg) scale(1.08);
    -ms-transform: rotate(45deg) scale(1.08);
    transform: rotate(45deg) scale(1.08);
}

.left_nav ul {}

.left_nav ul li {
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
}

.left_nav ul li a {
    color: #565656;
    font-size: 17px;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.left_nav ul li a:hover {
    color: #0098a7;
}

.left_nav ul li.active a {
    color: #0098a7;
}

.side-news-list {
    margin-bottom: 30px;
}

.side-news-list h4 {
    line-height: 20px;
    font-size: 17px;
    color: #1a1617;
    font-family: 'Muli-Bold';
    position: relative;
    margin-bottom: 15px;
}

.side-news-list h4::before {
    content: "";
    display: block;
    width: 21px;
    height: 3px;
    margin-bottom: 1rem;
    background: #0098a7;
}

.side-news-list ul {
    margin-top: 17px;
}

.side-news-list ul li {
    margin-bottom: 10px;
}

.side-news-list ul li .pic {
    float: left;
    width: 104px;
}

.side-news-list ul li .pic img {
    width: 100%;
    display: block;
}

.side-news-list ul li .t {
    margin: 10px 0 0 119px;
    box-sizing: border-box;
}

.side-news-list ul li .t span {
    display: block;
    color: #565656;
}

.side-news-list ul li .t span a {
    color: #565656;
}

.side-news-list ul li .t h5 {
    color: #565656;
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0 0;
    font-family: 'Muli-Bold';
}

.side-news-list ul li .t h5 a {
    color: #565656;
}

.side-news-list ul li .t h5 a:hover {
    text-decoration: underline;
}

.side-news-list ul li .t p {
    color: #666;
    font-size: 13px;
    margin: 10px 0 0 0;
}

.side-event-list {
    margin-bottom: 30px;
}

.side-event-list h4 {
    line-height: 20px;
    font-size: 17px;
    color: #1a1617;
    font-family: 'Muli-Bold';
    position: relative;
    margin-bottom: 15px;
}

.side-event-list h4::before {
    content: "";
    display: block;
    width: 21px;
    height: 3px;
    margin-bottom: 1rem;
    background: #0098a7;
}

.side-event-list ul {
    margin-top: 17px;
}

.side-event-list ul li {
    margin-bottom: 10px;
}

.side-event-list ul li .pic {
    float: left;
    width: 104px;
}

.side-event-list ul li .pic img {
    width: 100%;
    display: block;
}

.side-event-list ul li .t {
    margin: 0 0 0 119px;
    box-sizing: border-box;
}

.side-event-list ul li .t h5 {
    color: #565656;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Muli-Bold';
    margin-bottom: 5px;
}

.side-event-list ul li .t h5 a {
    color: #565656;
}

.side-event-list ul li .t h5 a:hover {
    color: #0098a7;
    text-decoration: underline;
}

.side-event-list ul li .t p {
    color: #666;
    font-size: 11px;
    line-height: 18px;
}

.newslist {
    margin: 0;
}

.newslist ul {
    margin: -10px 0 0 0;
}

.newslist ul li {
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}

.newslist ul li .pic {
    float: left;
    width: 210px;
}

.newslist ul li .pic img {
    width: 100%;
    display: block;
}

.newslist ul li .t {
    margin: 0 0 0 230px;
    box-sizing: border-box;
}

.newslist ul li .t .article-header {
    color: #8d8d8d;
}

.newslist ul li .t .article-header a {
    color: #8d8d8d;
}

.newslist ul li .t h5 {
    color: #333;
    font-size: 29px;
    margin: 10px 0;
    font-family: 'Muli-Bold';
}

.newslist ul li .t h5 a {
    color: #333;
}

.newslist ul li .t h5 a:hover {
    color: #0098a7;
}

.newslist ul li .t .event-box {
    line-height: 22.5px;
    margin-bottom: 15px;
}

.newslist ul li .t span {
    display: block;
    margin: 10px 0 0;
    font-size: 14px;
    color: #999;
}

.newslist ul li .t p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.newslist ul li .t a.more {
    color: #0098a7;
    display: inline-block;
}

.newsnr {}

.newsnr h1 {
    font-size: 28px;
    line-height: 42px;
    color: #111;
}

.artInfo {
    padding: 20px 0 20px;
    border-bottom: 2px solid #D8D8D8;
}

.artInfo span {
    margin: 0 10px 0 0;
    font-size: 15px;
    color: #666;
}

.artInfo span.time {
    background: url(../images/time.png) no-repeat left center;
    padding: 0 0 0 20px;
}

.artInfo span.hit {
    background: url(../images/hit.png) no-repeat left center;
    padding: 0 0 0 23px;
}

.myart {
    margin: 30px 0;
    line-height: 24px;
    font-size: 16px;
    color: #333;
}

.myart p {
    margin: 0 0 15px;
}

.pnbar {
    margin-top: 40px;
    position: relative;
    border-top: 1px solid #0097a3;
    padding: 20px 0 0;
}

.pnbar p {
    font-size: 16px;
    color: #000;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pnbar p a {
    color: #666;
}

.pnbar p:hover a {
    color: #0097a3;
}


/*-----about------*/

.about-top {
    text-align: center;
    padding: 60px 0;
}

.about-top h3 {
    font-size: 60px;
}

.about-box {
    background: #F6F6F6;
}

.about-tab {
    background: #0098a7;
    padding: 30px 0;
    position: relative;
}

.about-tab .hd {
    position: relative;
    height: 38px;
}

.about-tab .hd1::after {
    content: "";
    position: absolute;
    z-index: 90;
    width: 1200px;
    left: 0;
    top: 6px;
    background: #fff;
    height: 2px;
    border: none;
    overflow: hidden;
}

.about-tab .hd ul {
    text-align: center;
    font-size: 0;
}

.about-tab .hd ul li {
    display: inline-block;
    width: auto;
    padding: 0 30px;
    cursor: pointer;
    margin: 0;
    vertical-align: top;
    position: relative;
}

.about-tab .hd ul li::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 99;
}

.about-tab .hd ul li::after {
    content: "";
    position: absolute;
    height: 2px;
    right: -50%;
    left: 50%;
    top: 6px;
    display: block;
    background: #fff;
}

.about-tab .hd ul li p {
    font-size: 20px;
    color: #fff;
    font-family: 'Muli-Bold';
    margin-top: 8px;
}

.about-tab .hd ul li.on::before {
    background: #000;
}

.about-tab .hd ul li.on p {
    color: #000;
}

.about-tab .hd ul li:last-child::after {
    display: none;
}

.about-tab .prev,
.about-tab .next {
    position: absolute;
    z-index: 100;
    display: block;
    width: 40px;
    height: 40px;
    top: -12px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 50%;
}

.about-tab .prev {
    left: -38px;
}

.about-tab .next {
    right: -38px;
}

.about-tab .prev i,
.about-tab .next i {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.about-content {
    padding: 40px 0;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}

.about-content h5 {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 30px;
    color: #000;
    font-family: 'Muli-Bold';
}

.about-content p {
    margin-bottom: 10px;
}

.image-grid {
    text-align: center;
    padding: 60px 0;
}

.image-grid h3 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
}

.image-grid ul {
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.image-grid ul li {
    margin: 0 15px;
}

.image-grid ul li img {
    max-width: 100px;
}


/*
.videolist ul{margin:0 0 0 -2%;}
.videolist ul li{float:left;width:31.333333%;margin:0 0 20px 2%;}
.videolist ul li .v{position:relative;width:100%;display:block;overflow:hidden;}
.videolist ul li .v img{width:100%;display:block;transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;}
.videolist ul li .v::after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(44,44,44,0.2) url("../images/video-btn.png") no-repeat center;background-size:80px 80px;display:block;}
.videolist ul li .t{padding:10px 0;display:table;width:100%;height:50px;border:1px solid #D9D9D9;border-top:none;box-sizing:border-box;position:relative;text-align:center;}
.videolist ul li .t h5{display:table-cell;vertical-align:middle;font-size:14px;color:#202020;padding:0 10px;}
.videolist ul li:hover img{transform:scale(1.11);-webkit-transform: scale(1.11);}
.videolist ul li:hover .v::after{background-color:rgba(44,44,44,0.6);}
*/

.videolist ul {
    margin: 20px 0;
}

.videolist ul li {
    float: left;
    width: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.videolist ul li .v {
    position: relative;
    width: 50%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.videolist ul li .v img {
    width: 100%;
    display: block;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.videolist ul li .v::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 44, 44, 0.2) url("../images/video-btn.png") no-repeat center;
    background-size: 80px 80px;
    display: block;
}

.videolist ul li .t {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    background: #0098A6;
    justify-content: center;
    -webkit-justify-content: center;
}

.videolist ul li .t::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #0098A6 transparent transparent;
    z-index: 9999;
}

.videolist ul li .t h5 {
    font-size: 18px;
    color: #fff;
    padding: 0 10px;
    font-family: 'Muli-Bold';
}

.videolist ul li:nth-child(3),
.videolist ul li:nth-child(4) {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}

.videolist ul li:nth-child(3) .t::after,
.videolist ul li:nth-child(4) .t::after {
    left: auto;
    right: -20px;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #0098A6;
}

.videolist ul li:hover img {
    transform: scale(1.11);
    -webkit-transform: scale(1.11);
}

.videolist ul li:hover .t {
    background-color: #DFDFDF;
}

.videolist ul li:hover .t::after {
    border-color: transparent #DFDFDF transparent transparent;
}

.videolist ul li:hover .t h5 {
    color: #0098A6;
}

.videolist ul li:nth-child(3):hover .t::after,
.videolist ul li:nth-child(4):hover .t::after {
    border-color: transparent transparent transparent #DFDFDF;
}

.down {
    text-align: center;
}

.down ul {
    margin: 0 0 0 -2%;
}

.down ul li {
    float: left;
    width: 31.33333%;
    margin: 0 0 24px 2%;
}

.down ul li a {
    text-align: center;
    background: #F2F2F2;
    height: 250px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
}

.down ul li p {
    background: #D9D9D9;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    font-size: 17px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.prolist {
    margin: 20px 0;
}

.prolist ul {}

.prolist ul li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.prolist ul li a {
    padding-top: 100%;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: #4e4c4d;
    display: block;
    min-height: 15em;
    width: 100%;
    position: relative;
    border: 1px solid #fff;
}

.prolist ul li .t {
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.prolist ul li .t h6 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    padding-bottom: 15px;
    max-height: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    text-shadow: 1px 2px 0 rgba(1, 1, 1, .33);
    transition: all .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.prolist ul li .t h6 span {
    font-size: 20px;
    color: #fff;
    transition: all .5s;
}

.prolist ul li:hover .t {
    background-color: rgba(0, 152, 167, .68)
}

.prolist ul li:hover .t h6 {
    max-height: 100%;
    padding-bottom: 0;
}

.prolist ul li:hover .t h6 span {
    font-size: 22px;
}


/*
.productlist ul{margin:0 0 0 -1%;}
.productlist ul li{width:25%;float:left;text-align:center;position:relative;cursor:pointer;box-sizing:border-box;}
.productlist ul li a{padding-top:100%;box-sizing:border-box;background-repeat:no-repeat;background-position:50%;background-size:cover;background-color:#4e4c4d;display:block;min-height:15em;width:100%;position:relative;border:1px solid #fff;}
.productlist ul li .t{padding:15px;position:absolute;top:0;left:0;right:0;bottom:0;}
.productlist ul li .t h6{position:absolute;left:0;right:0;bottom:15px;padding-bottom:15px;max-height:0;text-align:center;color:#fff;width:100%;height:100%;text-shadow:1px 2px 0 rgba(1,1,1,.33);transition: all .5s;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;-ms-flex-pack: center;justify-content: center;}
.productlist ul li .t h6 span{font-size:20px;color:#fff;transition:all .5s;}

.productlist ul li:hover .t{background-color:rgba(0,152,167,.68)}
.productlist ul li:hover .t h6{max-height:100%;padding-bottom:0;}
.productlist ul li:hover .t h6 span{font-size:22px;}
*/

.productlist2 ul {
    margin: 0 0 0 -2%;
}

.productlist2 ul li {
    float: left;
    width: 23%;
    position: relative;
    border: 1px solid #D9D9D9;
    padding: 10px 10px 0;
    text-align: center;
    background: #fff;
    margin: 0 0 20px 2%;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}

.productlist2 ul li .pic {
    width: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
}

.productlist2 ul li .pic img {
    width: 100%;
}

.productlist2 ul li .t {
    border-top: 1px solid #D9D9D9;
    width: 100%;
    height: 50px;
    display: table;
    text-align: center;
}

.productlist2 ul li .t h6 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.productlist2 ul li .t h6 a {
    color: #333;
}

.productlist2 ul li .t h6 a:hover {
    color: #F0B323;
}

.productlist2 ul li:hover {
    border: 1px solid #0097a3;
    box-shadow: 1px 2px 5px rgba(0, 152, 167, 0.6);
}


/*-----pro-view----*/

div.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden;
}

img.jqzoom {
    cursor: crosshair;
    position: relative;
}

.pro_view_top {
    overflow: hidden;
}

.pro_img {
    float: left;
    width: 540px;
}

.pro_img .bpic {
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
}

.pro_img .bpic img {
    width: 100%;
    display: block;
}

.pro_img .spic {
    margin: 10px 0 0 0;
}

.pro_img .spic ul {
    text-align: center;
    font-size: 0;
}

.pro_img .spic ul li {
    display: inline-block;
    margin: 0 3px;
    width: 70px;
    cursor: pointer;
    position: relative;
}

.pro_img .spic ul li img {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    padding: 1px;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.pro_img .spic ul li:hover img {
    border: 1px solid #0098a7;
}

.pro_img .spic ul li:hover::after {
    display: inline-block;
}

.pro_img .spic ul li.v a {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

.pro_img .spic ul li.v a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 44, 44, 0.2) url("../images/v1.png") no-repeat center;
    background-size: 35px 35px;
    display: block;
}

.pro_view_inner {
    float: right;
    width: 560px;
}

.pro_view_inner h1 {
    color: #565656;
    font-size: 25px;
    font-family: 'Muli-Bold';
}

.pro_view_inner .color {
    margin: 30px 0 0;
}

.pro_view_inner .color h5 {
    font-family: 'Muli-Bold';
    font-size: 16px;
    margin-bottom: 15px;
}

.pro_view_inner .color ul {}

.pro_view_inner .color ul li {
    display: inline-block;
    margin-right: 15px;
    width: 60px;
    text-align: center;
    cursor: pointer;
}

.pro_view_inner .color ul li img {
    width: 100%;
    display: block;
    border: 1px solid #EDEDED;
}

.pro_view_inner .color ul li em {
    display: block;
    margin-top: 8px;
}

.pro_view_inner .color ul li:hover img,
.pro_view_inner .color ul li.active img {
    border: 1px solid #0098a7;
}

.pro_view_inner .form-group {
    margin: 30px 0 0;
}

.pro_view_inner .form-group h5 {
    font-family: 'Muli-Bold';
    font-size: 16px;
    margin-bottom: 15px;
}

.pro_view_inner table {
    max-width: 100%;
    border: 1px solid #999;
    font-size: 13px;
    margin: 15px 0 20px 0;
    color: #666;
}

.pro_view_inner table tr>td {
    padding: 8px 15px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #999;
}

.pro_view_inner #button-cart {
    padding: 16px 32px;
    font-size: 16px;
    margin: 20px 0 15px 0;
}

.pro_view_inner a.book {
    margin-top: 30px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    background: #FF6600;
}

.pro_view_inner .share {
    margin: 20px 0 0 0;
    font-size: 14px;
    color: #fff;
}

.pro_view_inner .share a {
    float: left;
}

.pro_view_inner .share em {
    width: 36px;
    height: 36px;
    display: block;
    margin: 0 5px 0 0;
    background: #CACACA;
    text-align: center;
}

.pro_view_inner .share em i {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
}

.pro_view_inner .share em:hover {
    background: #23517A;
}

.pro_view_inner .share em:hover i {
    color: #fff;
}

.pro_text {
    margin: 20px 0 0 0;
    background: #F2F3F3;
}

.pro_tab {
    color: #000;
    background: #EBEDEC;
}

.pro_tab ul li {
    float: left;
    width: 150px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

.pro_tab ul li::before {
    content: "";
    display: none;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #0098a7;
    z-index: 99;
}

.pro_tab ul li.active {
    background: #F2F3F3;
    font-weight: bold;
}

.pro_tab ul li.active::before {
    display: block;
}

.pro-content {
    padding: 20px 20px;
    line-height: 24px;
    font-size: 15px;
    color: #565656;
}

.pro-content h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.pro-content p {
    margin-bottom: 15px;
}

.pro-content .table-response {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.pro-content table {
    margin-bottom: 20px;
    color: #333;
}

.pro-content table tr>td {
    padding: 6px 8px;
    line-height: 1.42857143;
    vertical-align: middle;
}

.pro-content .table th {
    border-bottom: 2px solid #dee2e6;
    font-size: 16px;
    color: #565656;
    font-family: 'Muli-Bold';
}

.pro-inquiry .tit,
.related-pro .tit {
    margin: 30px 0 0;
    height: 60px;
    background: #F3F3F3;
    padding: 14px 0 0;
    box-sizing: border-box;
}

.pro-inquiry .tit h5,
.related-pro .tit h5 {
    border-left: 3px solid #0097a3;
    padding: 0 0 0 20px;
    color: #000;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
}

.pro-inquiry {}

.pro-inquiry .inquirbox {
    border: 1px solid #F3F3F3;
    border-top: none;
    padding: 20px 30px;
}

.related-pro {}

.related-pro ul {
    margin: 0 0 0 -2%;
}

.related-pro ul li {
    float: left;
    width: 23%;
    position: relative;
    border: 1px solid #E5E5E5;
    padding: 10px 10px 0;
    text-align: center;
    background: #fff;
    margin: 20px 0 0 2%;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.1);
}

.related-pro ul li .pic {
    width: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
}

.related-pro ul li .pic img {
    width: 100%;
}

.related-pro ul li .t {
    border-top: 1px solid #E5E5E5;
    width: 100%;
    height: 50px;
    display: table;
    text-align: center;
}

.related-pro ul li .t h6 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.related-pro ul li .t h6 a {
    color: #333;
}

.related-pro ul li .t h6 a:hover {
    color: #F0B323;
}

.related-pro ul li:hover {
    border: 1px solid #0097a3;
    box-shadow: 1px 2px 5px rgba(0, 152, 167, 0.6);
}


/*contact*/

.contact {}

.contact-info {
    width: 33%;
    float: right;
}

.contact-info img {
    width: 307px;
}

.contact-info hr {
    width: 296px;
    margin: 0;
}

.contact-info p {
    color: #333;
    font-size: 22.7px;
    line-height: 35px;
    letter-spacing: 0.33px;
}

.contact-inquiry {
    float: left;
    width: 65%;
}

.map {
    margin: 30px 0 0 0;
}

.map img {
    width: 100%;
}

.inquirbox {}

.inquirbox .row {
    margin-bottom: 15px;
}

.inquirbox input[type="text"],
.inquirbox textarea {
    padding: 10px 10px;
    font-size: 14px;
    border: 1px solid #D2D2CF;
    width: 100%;
    line-height: 22px;
    text-align: left;
    color: #111;
    box-sizing: border-box;
}

.inquirbox textarea {
    max-width: 100%;
    width: 100%;
    resize: none;
}

.inquirbox input[type="text"]:focus,
.inquirbox textarea:focus {
    box-shadow: 0 0 5px #999;
    background: #fafafa;
    border-color: #999;
    outline: 0
}

.inquirbox .red {
    color: #f00;
    font-weight: bold;
}

.inquirbox .yzm {
    width: 70%;
    margin-right: 10px;
}

.inquirbox img {
    cursor: pointer;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
}

.inquirbox input.submit {
    display: block;
    background: #0097a3;
    color: #fff;
    line-height: 40px;
    width: 140px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

.contact .inquirShow input,
.contact .inquirShow textarea {
    padding: 11px 15px 11px 43px;
}

.contact .inquirShow input.btn {
    padding: 0;
    border: 0;
    background: #1275BC;
    color: #fff;
    line-height: 32px;
    width: 108px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: block;
    margin: 0;
}

.contact .inquirShow .c_name {
    background: url(../images/i30.png) no-repeat 16px center;
}

.contact .inquirShow .c_company {
    background: url(../images/i31.png) no-repeat 16px center;
}

.contact .inquirShow .c_tel {
    background: url(../images/i32.png) no-repeat 16px center;
}

.contact .inquirShow .c_email {
    background: url(../images/i33.png) no-repeat 16px center;
}

.contact .inquirShow .c_cnt {
    background: url(../images/i34.png) no-repeat 16px 15px;
}

.account-box {}

.account-box h5 {
    color: #565656;
    font-size: 32px;
    font-family: 'Muli-Bold';
    margin-bottom: 16px;
}

.account-box ul {
    margin-bottom: 16px;
}

.account-box ul li {
    line-height: 24px;
}

.account-box ul li a {
    color: #0097A3;
    font-size: 16px;
}

.account-box p {
    margin-bottom: 15px;
}

.account-box .row {
    margin-bottom: 15px;
}

.account-box legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 15px;
    font-size: 24px;
    white-space: normal;
    color: #565656;
}

.list-group a {
    position: relative;
    display: block;
    font-size: 16px;
    padding: 12px 20px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    color: #0097A3;
}

.control-label {
    line-height: 38px;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    box-sizing: border-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    border-color: #0097A3;
}

.form-group {
    margin-bottom: 15px;
}

.form-group p {
    margin-top: 15px;
}

.well {}

.well h5 {
    color: #565656;
    font-size: 32px;
    font-family: 'Muli-Bold';
    margin-bottom: 16px;
}

.well p {
    font-size: 16px;
    margin-bottom: 15px;
}

.product-board {
    padding: 60px 0 20px;
}

.product-board table tbody td {
    vertical-align: middle;
}

.product-board .table thead th {
    vertical-align: bottom;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    font-family: 'Muli-Bold';
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #dee2e6 !important;
}

.product-board-form {
    padding: 30px 0;
    background: #f8f8f8;
}

.product-board-form h5 {
    color: #565656;
    font-size: 32px;
    margin-bottom: 16px;
    text-align: center;
}

.product-board-form #board-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 5px 0 20px;
}

.product-board-form #board-options span {
    display: inline-block;
}

.product-board-form #board-options .custom-control {
    margin: 0 0 0 15px;
}

.product-board-form button.btn {
    padding: 16px 32px;
    font-size: 16px;
}

textarea.form-control {
    height: auto;
}

.logout {
    padding: 40px 0;
}

.logout h5 {
    font-size: 32px;
    font-family: 'Muli-Bold';
}

.logout p {
    font-size: 20px;
    margin: 20px 0;
}

.down-form {
    width: 100%;
}

.down-form h5 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #222;
}

.down-form .inquirbox input.submit {
    display: block;
    background: #0097a3 url(../images/logo3.jpg) no-repeat left center;
    color: #fff;
    line-height: 40px;
    width: 160px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    text-indent: 25px;
}


/*-----分页----*/

.digg {
    margin: 20px 0 20px;
    text-align: right;
}

.digg a {
    color: #565656;
}

.digg a:hover {
    color: #0098A7;
}

.digg {
    padding: 20px 0 0;
    margin: 30px 0 20px 0;
    clear: both;
    line-height: 28px;
    text-align: center;
    border-top: 1px solid #BEBEBE;
}

.digg a,
.digg span {
    line-height: 16px;
    padding: 7px 12px;
    margin: 0 1px;
    display: inline-block;
    border: 1px solid #bebebe;
    background: #fff;
    font-size: 14px;
}

.digg a:active {
    border: #333 1px solid;
    color: #f18101;
}

.digg span.disabled {
    color: #fff;
    border: 1px solid #F18101;
    background: #fff;
}

.digg span.disabled,
.digg a:hover {
    background: #E11838;
    border: 1px solid #E11838;
    box-shadow: 0 1px 0 0 #fff;
    color: #fff !important;
}

.page {
    margin: 30px 0 0;
    text-align: center;
}

.page a,
.page span {
    line-height: 16px;
    padding: 7px 8px;
    margin: 0 2px;
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 14px;
}

.page a:active {
    color: #0098A7;
}

.page span.disabled,
.digg a:hover {
    color: #0098A7;
}

.cart_num {
    position: absolute;
    right: 10px;
    bottom: 23px;
    background: #4e4c4d;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    border-radius: 50%;
    padding: 1px 4px;
}

.showList {}

.showList p {
    line-height: 24px;
    color: #333;
    font-size: 14px;
}

.showList dl.ppl-box {
    float: left;
    margin: 15px 28px 0 0;
    height: 198px;
    width: 215px;
}

.showList dl.ppl-box img {
    width: 100%;
    display: block;
    border: 1px solid #d9534e;
    box-sizing: border-box;
}

.showList dl:last-child {
    margin-right: 0;
}

.showList dl.ppl-box dd {
    text-align: center;
    margin: 15px 0 0;
}

.showList dl.ppl-box dd a {
    color: #333;
}

.showList .list {
    margin: 15px 0 0;
}

.showList .list h3 {
    font-size: 18px;
    color: #000;
}

.showList .list .box {
    margin: 20px 0 0 -2%;
}

.showList .list .box ul {
    float: left;
    width: 23%;
    margin: 0 0 15px 2%;
}

.showList .list .box ul li a {
    font-size: 14px;
    color: #333;
}

.showList .list .box ul li a:hover {
    color: #012D8C;
}

.relatedtags {
    margin: 30px 0 0;
}

.relatedtags h3 {
    line-height: 40px;
    background: #d9534f;
    color: #fff;
    border-radius: 3px;
    padding: 0 0 0 15px;
}

.relatedtags ul {}

.relatedtags ul li {
    float: left;
    line-height: 30px;
    margin: 10px 0 0;
    width: 50%;
    background: url(../images/foot-dd-bg.png) no-repeat left center;
    padding-left: 15px;
    box-sizing: border-box;
}

.relatedtags ul li a {
    color: #333;
    font-size: 14px;
}

.foot-contact {
    color: #FFF;
}

.foot-column {
    background-color: #000;
    color: #FFF;
    text-align: justify;
    font-family: 'Arial';
    line-height: 20pt;
    font-size: 14pt;
}

.bd p {
    text-indent: 3em;
}

.box a {
    color: #f21b2d!important;
    font-weight: 800;
}