﻿/* 主题色 #5ABA51 */
@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body,
button,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Arial;
}

body {
    font: 14px/24px 'Microsoft YaHei', 'Arial';
    min-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    font-family: "Microsoft YaHei", Arial;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

ol,
ul,
li,
dl,
dd,
dt {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    border: 0;
}

.fl {
    float: left;
    width: 100%
}

.fr {
    float: right;
}

table,
tr,
td {
    border-collapse: collapse;
    border-spacing: 0;
}

a:active,
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #5ABA51
}

/* --------------------bootstrap-mod---------------- */
.nav>li>a {
    padding: 0;
    padding-top: 10px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}

/****************header**********************/
.fixednav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    opacity: 1;
}

.header {
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    height: 90px;
    z-index: 999999;
    width: 100%;
}

.fixednav {
    background-color: #fff;
    height: 99px;
    border-bottom: 2px #5ABA51 solid;
}

.head-hd {
    width: 90%;
    margin: 0 auto;
}

.logo-img {
    margin-top: 10px
}

.logo {
    height: 65px;
    width: 20%;
    float: left;
}

.menu ul li.active {
    background: #5ABA51;
}

.menu ul li.active dl dt {
    color: #fff
}

.menu ul li.active dl dd {
    color: #fff
}

.menu {
    margin-top: 12px;
    margin-right: -20px
}

.menu ul>li {
    float: left;
    height: 60px;
    position: relative;
    width: 107px;
    text-align: center;
    font-size: 16px;
    transition: all .2s;
}

.menu ul>li span {
    font-size: 10px;
    color: #ccc;
    display: inline-block;
    min-width: 75px;
}

.menu ul li:hover {
    background: #5ABA51d2;
}

.menu ul li:hover a,
.menu ul li.active a {
    color: #fff !important;
}

.menu ul li:hover span,
.menu ul li.active span {
    color: #ebebeb;
}

.menu ul li:hover dl dt,
.menu ul li:hover dl dd {
    color: #fff
}

.menu ul li dl {
    text-align: center
}

.menu ul li dl dt {
    font-size: 16px;
    color: #000;
}

.menu ul li dl dd {
    font-size: 12px;
    color: #999999;
}

.subment {
    background: none;
    height: 100%;
    padding-top: 0px;
    position: absolute;
    left: 0px;
    top: 60px;
}

.subment ul {
    height: 100%;
}

.subment ul li {
    background: #888888;
    height: 32px;
    z-index: 999;
    line-height: 32px;
    text-align: center;
    padding-top: 0px;
    border-top: 1px solid #ccc;
}

.subment ul li a {
    color: #333;
}

/* 2018-7-27 10:51:03 */
.menu ul li.nav-contact-call:hover {
    background-color: transparent
}

.nav-contact-call {
    min-width: 200px;
    text-align: right !important;
    position: relative;
}

.menu ul li.nav-contact-call:hover a {
    color: #5ABA51 !important;
}

.nav-contact-call a {
    padding: 0 !important;
    margin-top: 21px;
    color: #4CAF50;
    font-size: 20px;
}

.nav-contact-call span {
    position: absolute;
    background: url(../asserts/images/phone.png) center no-repeat;
    height: 24px;
    width: 24px;
    background-size: contain;
    left: 11px;
    top: 18px;
}

/* 2018-7-27 10:51:03 */
/****************banner**********************/
.banner {
    position: relative;
    width: 100%;
}

.about-banner {
    z-index: 0;
    padding: 0;
}

.about-banner1 {
    position: relative;
    width: 100%;
    height: 605px;
}

.about-banner1 li {
    height: 605px;
    overflow: hidden;
    text-align: center;
}

.about-banner .prev {
    display: block;
    width: 65px;
    height: 126px;
    background: url(../asserts/images/fl.png) no-repeat;
    position: absolute;
    top: 230px;
}

.about-banner .next {
    display: block;
    width: 65px;
    height: 126px;
    background: url(../asserts/images/fr.png) no-repeat;
    position: absolute;
    top: 230px;
}

.about-banner .prev {
    left: 4%;
}

.about-banner .next {
    right: 4%;
    background-position: right
}

.hbox {
    position: absolute;
    z-index: 999;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%
}

.hbox ul {
    text-align: center
}

.hbox ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 16px;
    height: 16px;
    margin: 11px;
    overflow: hidden;
    background: #bebebe;
    line-height: 999px;
    border-radius: 50%;
}

.hbox ul .on {
    background: #5ABA51
}

/*******************container*******************/
.container {
    margin-top: 55px
}

.content-tit {
    height: 9px;
    position: relative
}

.con-nav-tit {
    width: 250px;
    margin: 0 auto;
}

.con-nav-tit dl {
    text-align: center;
    position: absolute;
    top: -20px;
    background: #fff;
    width: 250px
}

.con-nav-tit dl dt {
    font-size: 24px;
    color: #444;
    font-weight: bold;
    font-family: '微软雅黑'
}

.con-nav-tit dl dd {
    font-size: 14px;
    color: #adadad;
    margin-top: 4px
}

/******************pro-box********************/
.pro-box {
    width: 100%;
    margin: 60px auto;
}

.pro-box-new {
    width: 100%;
    margin: 60px auto;
}

.pro-tit-new {
    text-align: center;
    height: 44px;
    width: 100%;
    margin: 0 auto;
}

.pro-tit {
    text-align: center;
    height: 44px;
    width: 100%;
    margin: 0 auto;
}

.pro-tit ul,
.pro-tit-new ul {
    display: inline-block;
}

.pro-tit ul li {
    float: left;
    cursor: pointer;
    width: 145px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    margin: 0 10px;
    background: #adadad;
    border-radius: 3px;
}

.pro-tit-new ul li {
    float: left;
    cursor: pointer;
    width: 200px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    margin: 0 10px;
    background: #adadad;
    border-radius: 3px;
}

.pro-tit ul li a,
.pro-tit-new ul li a {
    color: #fff
}

.pro-tit ul li.cur,
.pro-tit-new ul li.cur {
    background: #5ABA51;
    color: #fff;
}

.pro-tit ul li.cur,
.pro-tit-new ul li.cur {
    background: #5ABA51;
    color: #fff;
}

.pro-tit ul li.cur a,
.pro-tit-new ul li.cur a,
    {
    color: #fff
}

.pro-nav {
    margin-top: 25px;
}

.pro-nav p {
    text-align: center;
    line-height: 36px
}

.pro-nav p.a {
    font-size: 18px;
    color: #5ABA51
}

.pro-nav p.b {
    font-size: 16px;
    color: #5ABA51
}

.pro-nav p.c {
    font-size: 14px;
    color: #999
}

.pro-img {
    margin-top: 40px
}

.pro-img .a {
    margin-right: 32px
}

.pro-img .b dl dd {
    margin-top: 13px
}

/**************pro-list************************/
.pro-list {
    margin-top: 60px;
    margin-right: -35px;
    height: 320px;
}

.pro-list ul {}

.pro-list ul li {
    float: left;
    margin: 10px 5px;
    height: 320px;
    transition: all .3s;
}

.pro-list ul li:hover {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#bab6b6', Direction=135, Strength=8);
    /*for ie6,7,8*/
    background-color: #fff;
    -moz-box-shadow: 0px 2px 10px #bab6b6;
    /*firefox*/
    -webkit-box-shadow: 0px 2px 10px #bab6b6;
    /*webkit*/
    box-shadow: 0px 2px 10px #bab6b6;
    /*opera或ie9*/
}

.pro-list ul li dl {
    text-align: center;
    height: 316px;
}

.pro-list ul li dl dd {
    font-size: 14px;
    color: #868686;
    height: 60px;
    line-height: 60px
}

/*****************about-box*********************/
.abo-box {
    width: 100%;
    margin: 50px auto;
}

.abo-nav {
    margin-top: 40px;
}

.abo-nav p {
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #999
}

.abo-list {
    margin-top: 45px;
    margin-right: -16px;
    overflow: hidden;
    padding-bottom: 10px
}

.abo-list dl dd.a {
    font-size: 14px;
    color: #666;
    text-align: center;
    height: 40px;
    line-height: 40px
}

.abo-list dl dd.b {
    font-size: 12px;
    color: #999;
    line-height: 18px;
    height: 38px;
    overflow: hidden;
    padding: 0px 14px
}

.abo-list dl {
    float: left;
    width: 23%;
    height: 293px;
    margin-right: 15px;
    background: #f2f2f2
}

.abo-list dl img {
    width: 100%;
}

.abo-list dl {
    transition: all .3s;
}

.abo-list dl:hover {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#bab6b6', Direction=135, Strength=8);
    /*for ie6,7,8*/
    background-color: #fff;
    -moz-box-shadow: 0px 2px 10px #bab6b6;
    /*firefox*/
    -webkit-box-shadow: 0px 2px 10px #bab6b6;
    /*webkit*/
    box-shadow: 0px 2px 10px #bab6b6;
    /*opera或ie9*/
}

/*****************news-box*********************/
/*****************about-box*********************/
.abo-box1 {
    width: 1000px;
    margin: 50px auto;
}

.abo-nav1 {
    margin-top: 40px;
}

.abo-nav1 p {
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #999
}

.abo-list1 {
    width: 700px;
    margin: 20px auto;
    overflow: hidden;
    padding-bottom: 10px;
}

.abo-list1 dt {
    float: left;
}

.abo-list1 dl dd.a {
    font-size: 19px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 40px;
}

.abo-list1 dl dd.b {
    font-size: 15px;
    color: #999;
    line-height: 20px;
    padding: 0px 14px;
    margin-left: 10px;
    color: #545454;
    text-indent: 2em;
}

.abo-list1 dl {
    float: left;
    width: 700px;
    margin-right: 15px;
    background: #f2f2f2;
    margin-bottom: 20px;
    padding: 10px;
    transition: all .2s;
}

.abo-list1 dl:hover {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#bab6b6', Direction=135, Strength=8);
    /*for ie6,7,8*/
    background-color: #fff;
    -moz-box-shadow: 0px 2px 10px #bab6b6;
    /*firefox*/
    -webkit-box-shadow: 0px 2px 10px #bab6b6;
    /*webkit*/
    box-shadow: 0px 2px 10px rgba(51, 51, 51, 0.315);
    /*opera或ie9*/
}

/*****************news-box*********************/
.news-box {
    width: 100%;
    margin: 50px auto;
    padding: 0 20px;
    overflow: hidden
}

.news-list {
    width: 710px;
}

.news-list ul li {
    height: 199px;
    overflow: hidden;
    margin-bottom: 6px;
    cursor: pointer;
}

.news-list ul li dl {
    width: 710px;
    position: relative;
    overflow: hidden
}

.news-list ul li dl dt {
    width: 200px;
    height: 150px;
    float: left
}

.news-list ul li dl dd {}

.news-list ul li dl dd.a,
.news-list ul li dl dd.b,
.news-list ul li dl dd.c {
    width: 400px;
    margin-left: 210px;
}

.news-list ul li dl dd.a {
    font-size: 18px;
    color: #5ABA51;
    margin-top: 10px
}

.news-list ul li dl dd.b {
    font-size: 12px;
    color: #999;
    text-indent: 30px;
    line-height: 20px;
    margin-top: 20px;
    height: 65px;
    overflow: hidden;
}

.news-list ul li dl dd.c {
    font-size: 12px;
    margin-top: 10px
}

.news-list ul li dl dd.c a {
    color: #fff;
    background: #999;
    padding: 5px 12px;
}

.news-list ul li dl dd.c:hover a {
    background-color: #5ABA51;
}

.news-list ul li dl dd.d1 {
    width: 109px;
    height: 109px;
    position: absolute;
    right: 0px;
    bottom: 0px
}

.news-list ul li dl dd.d2 {
    width: 109px;
    height: 109px;
    position: absolute;
    right: 0px;
    bottom: 0px
}

/**************************************/
.banner1 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.about-banner {
    z-index: 0;
    padding: 0;
}

.about-banner2 li {
    height: 403px;
    overflow: hidden;
    text-align: center;
}

/*.about-banner-slide .prev{ display: block; width: 65px; height: 126px; background:url(../images/%EF%BD%89_03.png) no-repeat; position: absolute; top: 230px;}
.about-banner-slide .next { display: block; width: 65px; height: 126px; background:url(../images/%EF%BD%89_05.png) no-repeat; position: absolute; top: 230px;}
.about-banner-slide .prev { left:4%; }
.about-banner-slide .next { right:4%; background-position: right }*/
.hbox {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
}

.hbox ul {
    text-align: center
}

.hbox ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 16px;
    height: 16px;
    margin: 11px;
    overflow: hidden;
    background: #bebebe;
    line-height: 999px;
    border-radius: 50%;
}

.hbox ul .on {
    background: #5ABA51
}

/****************footer**********************/
.footer {
    background: #d7d7d7;
    overflow: hidden;
}

.foot {
    width: 1200px;
    margin: 45px auto;
    padding: 5px;
}

.foot-fl {
    float: left;
    width: 300px;
}

.foot-fl dl dd.a {
    font-size: 14px;
    color: #333;
    margin-top: 15px
}

.foot-fl dl dd.b {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px
}

.foot-fl p {
    font-size: 12px;
    color: #333
}

.foot-ce p {
    text-align: center;
    color: #333;
    margin-top: 35px;
    font-size: 12px;
    margin-bottom: 20px
}

.foot-ce ul {
    overflow: hidden;
    text-align: center;
}

.foot-ce ul li {
    float: left;
    height: 300px;
    width: 108px;
}

.foot-ce ul li dl {}

.foot-ce ul li dl dt {
    line-height: 38px
}

.foot-ce ul li dl dd {
    line-height: 28px
}

.foot-ce ul li dl dt a {
    font-size: 14px;
    color: #333
}

.foot-ce ul li dl dd a {
    font-size: 12px;
    color: rgb(92, 92, 92)
}

/*****************about*********************/
.content-box {}

.cont-about-tit-s {
    height: 40px;
    padding-top: 20px;
}

.cont-about-tit {}

.cont-about-tit {
    width: 1200px;
    margin: 0 auto 40px;
    height: 40px;
    text-align: center
}

.cont-about-tit span {
    margin: 0 25px;
}

.cont-about-tit span a {
    font-size: 16px;
    display: inline-block;
    height: 38px;
    line-height: 38px
}

.cont-about-tit span.cur a {
    border-bottom: 2px solid #5ABA51;
    color: #5ABA51
}

.cont-about-nav {
    width: 1200px;
    margin: 0 auto
}

.about-tit {
    text-align: center;
    margin-top: 55px
}

.about-tit dl dt {
    font-size: 24px;
    color: #444
}

.about-tit dl dd {
    font-size: 14px;
    color: #adadad;
    margin-top: 6px
}

.about-nav {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 35px;
}

.gsjj {
    width: 1180px;
    margin: 0 auto;
}

.gsjj p {
    font-size: 12px;
    color: #999999;
    margin-bottom: 35px
}

/******************企业资质********************/
.qyzz {
    width: 1200px;
}

.qyzz ul {
    overflow: hidden;
    margin-right: -60px;
    margin-top: 20px;
}

.qyzz ul li {
    float: left;
    margin-right: 38px;
    margin-bottom: 10px;
}

.qyzz ul li:hover {
    position: relative;
    top: -1px;
    left: -1px;
    box-shadow: 0px 0px 12px #d4d4d4;
}

/**************************************/
.qywh p {
    text-align: center
}

.qywh p.a {
    font-size: 16px;
    color: #666666;
    margin-top: 40px;
    font-weight: 600
}

.qywh p.b {
    font-size: 30px;
    color: #5ABA51;
    margin-top: 22px;
}

.qywh p.c {
    font-size: 12px;
    color: #999999;
    margin-top: 16px
}

/******************qwzj********************/
.qwzj {
    overflow: hidden
}

.qwzj ul li {
    height: 248px;
    border-bottom: 1px dashed #d8d8d8;
    margin-bottom: 25px
}

.qwzj-fl {
    width: 308px;
    height: 217px;
}

.qwzj-fr {
    width: 210px;
    height: 168px;
}

.qwzj-ce {
    width: 600px;
    font-size: 12px;
    color: #999999;
    margin-left: 40px;
    margin-top: 40px
}

.qwzj-fr-title {
    font-size: 24px;
    margin-bottom: 15px
}

.qwzj-fr-list p {
    font-size: 12px;
    color: #666
}

/*******************pages*******************/
.pages {
    text-align: center;
    width: 250px;
    margin: 40px auto;
    overflow: hidden;
}

.pages a {
    display: inline-block;
    float: left;
    height: 20px;
    margin-right: 4px;
    text-align: center;
    font-size: 12px;
    color: #585256;
    line-height: 20px
}

.pages .pg-a {
    background: url(../images/pgbg_03.png) no-repeat;
    width: 48px;
    height: 20px;
}

.pages .pg-b {
    background: url(../images/pgbg_05.png) no-repeat;
    width: 22px;
    height: 20px;
}

.pages .pa-cl {
    color: #093
}

/***************联系我们***********************/
.lxwm {
    width: 491px;
    margin: 0 auto;
}

.lxwm ul li {
    padding-bottom: 10px;
}

.lxwm ul li {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#d4d4d4', Direction=135, Strength=8);
    /*for ie6,7,8*/
    -moz-box-shadow: 2px 2px 8px#d4d4d4;
    /*firefox*/
    -webkit-box-shadow: 2px 2px 8px#d4d4d4;
    /*webkit*/
    box-shadow: 2px 2px 8px#d4d4d4;
}

.lxwm ul li dl dd {
    font-size: 17px;
    color: #5ba58b;
    width: 410px;
    margin: 10px auto
}

.lxwm ul li dl dd.a {
    font-size: 20px;
    color: #666;
    font-weight: bold;
    height: 32px;
    line-height: 30px;
    border-bottom: #e8e8e8 1px solid;
    margin-top: 10px;
    margin-bottom: 8px
}

/****************yhxx**********************/
.yhxx p {
    text-align: center
}

.yhxx p.a {
    font-size: 12px;
    color: #999
}

.yhxx p.b {
    font-size: 18px;
    color: #666;
    margin-top: 35px;
    font-weight: 600
}

.yhxx p.c {
    font-size: 12px;
    color: #5ABA51;
    margin-top: 10px
}

/***************dlzc***********************/
.dlzc p {
    text-align: center
}

.dlzc p.a {
    font-size: 18px;
    color: #666;
    margin-top: 35px;
    font-weight: 600
}

.dlzc p.b {
    font-size: 12px;
    color: #999;
    margin-top: 10px
}

/**************************************/
.cpjc dl {
    text-align: center
}

.cpjc dl dt {
    margin-bottom: 40px
}

.cpjc dl dd {
    color: #999;
    font-size: 12px
}

/**************************************/
.yflc {
    text-align: center
}

/**************************************/
.cptd ul li {
    height: 257px;
    overflow: hidden;
    margin-top: 30px
}

.cptd ul li dl dd {
    width: 712px
}

.cptd ul li dl dd p {
    font-size: 12px;
    color: #999
}

.cptd ul li dl dd p.cpa {
    font-size: 18px;
    color: #666;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px
}

/**************************************/
.jcyl p {
    text-align: center
}

.jcyl p.a {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
    font-weight: 500
}

.jcyl p.b {
    font-size: 12px;
    color: #999
}

/**************************************/
.syff p {
    text-align: center;
    margin-bottom: 50px
}

/**************************************/
.jcjs p {
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-top: 10px
}

/****************mtbd**********************/
.mtbd ul li {
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.mtbd ul li:after {
    content: "";
    display: block;
    clear: both;
}

.mtbd-fl-box:hover .mtbd-ce a {
    color: #5ABA51
}

.mtbd-fl-box:hover .mtbd-fl {
    background: url(../asserts/images/newsbg_06.png) no-repeat center center;
}

.mtbd-fl {
    background: url(../asserts/images/newsbg_03.png) no-repeat center center;
    width: 190px;
    height: 81px
}

.mtbd-fl-box:hover .mtbd-fl dl dt {
    color: #5ABA51
}

.mtbd-fl-box:hover .mtbd-fl dl dd {
    color: #5ABA51
}

.mtbd-fl dl {
    text-align: center;
    height: 81px;
}

.mtbd-fl dl dt {
    font-size: 48px;
    color: #999;
}

.mtbd-fl dl dd {
    font-size: 18px;
    color: #999;
}

.mtbd-ce {
    margin-left: 30px;
    width: 820px;
    overflow: hidden;
    margin-top: 30px;
    color: #666
}

.mtbd-fr {
    width: 96px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #999;
    border-radius: 4px;
    margin-top: 25px
}

.mtbd-fr a {
    color: #fff;
    font-size: 14px
}

.mtbd-fr:hover {
    background: #5ABA51;
}

/******************文章页********************/
.about-art-tit {
    text-align: center;
    margin-top: 60px
}

.about-art-tit dl dt {
    font-size: 18px;
    color: #666
}

.about-art-tit dl dd {
    font-size: 12px;
    color: #999;
    margin-top: 10px
}

.about-art-nav {
    border-top: 1px dashed #e5e5e5;
    padding-top: 20px;
    margin-bottom: 100px;
    margin-top: 10px
}

.about-art-nav p {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    text-align: left;
    text-indent: 2rem;
}

.about-art-img-group {
    text-align: center;
    margin: 20px;
}

.about-art-img-group img {
    padding: 20px;
}

.message {
    left: 5px;
    z-index: 9999;
    position: fixed;
    bottom: 1px;
    height: 305px;
    width: 250px;
    border: 1px solid #3399cc;
    background: #fff;
}

.message_top {
    width: 100%;
    height: 30px;
    background: #3399cc;
}

.message_top p {
    color: #fff;
    width: 70%;
    font-size: 16px;
    float: left;
    line-height: 38px;
    margin-left: 5%;
}

.mes_line {
    width: 20%;
    float: right;
    height: 30px;
    margin-right: 10px;
    margin-top: -5px;
}

.mes_line2 {
    width: 20%;
    float: right;
    height: 30px;
    margin-right: 10px;
    margin-top: -5px;
}

.message_line {
    width: 20px;
    height: 3px;
    background: #fff;
    float: right;
    margin-right: 5%;
    margin-top: 18px;
    opacity: 0.8;
}

.message_line2 {
    width: 3px;
    height: 20px;
    background: #fff;
    float: right;
    margin-right: -12px;
    margin-top: 10px;
    opacity: 0.8;
}

.message_content {
    width: 100%;
    text-align: center;
}

.message_content input {
    width: 95%;
    height: 35px;
    margin-top: 5px;
}

.message_content textarea {
    width: 95%;
    margin-top: 5px;
}

.message_img {
    right: 5px;
    z-index: 9999;
    position: fixed;
    bottom: 1px;
}

#zoom {
    position: absolute;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    display: none;
}

#wrapper {
    margin: 0 auto;
}

#content {
    text-align: center;
}

#view {
    margin: 30px 0;
    height: 384px;
}

#view img {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}

#thumbs {
    position: relative;
    margin: 20px 0;
}

#nav-left-thumbs {
    left: 70px;
}

#nav-right-thumbs {
    right: 70px;
}

#nav-left-thumbs,
#nav-right-thumbs {
    position: absolute;
    top: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
    font-size: 1em;
    font-weight: bold;
    color: #999;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
    cursor: pointer;
    transition-duration: .5s;
}

#nav-left-thumbs:hover,
#nav-right-thumbs:hover {
    background: lightgrey;
}

#pics-thumbs {
    position: relative;
    padding: 5px 0;
    margin: 0 122px;
    white-space: nowrap;
    overflow: hidden;
    transition-duration: .8s;
}

#pics-thumbs img {
    padding: 5px;
    margin: 0 2px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .6);
    cursor: pointer;
    height: 75px;
    transition-duration: .5s;
}

footer {
    position: relative;
    text-align: center;
    padding: 5px 0;
    background: #fff 5% no-repeat;
}

footer::before {
    top: 0px;
}

footer::after {
    bottom: 0px;
}

footer::before,
footer::after {
    content: " ";
    position: absolute;
    z-index: -10;
    left: 5%;
    width: 90%;
    height: 15px;
    border-radius: 125px / 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}