body {
    padding: 0;
    margin: 0;
    background: #e8e8e8 url(../images/bg-main.png) left top repeat !important;
}

body a {
    color: #666;
}
.container{
    background: white;
}
body a:hover {
    text-decoration: none;
}

div.header-sh {
    height: 100px;
    line-height: 100px;

}

div.header-sh img {
}

div.header-sh p {
    display: inline-block;
    float: right;
    color: white;
    margin: 0;
    font-size: 15px;
}

div.header-nav ul.ul-nav {
    margin: 0;
    background: url("../images/21.png") no-repeat center center;
    background-size: cover;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
div.header-nav ul.ul-nav > li:first-child{
    flex:2;
}
div.header-nav ul.ul-nav > li:not(:first-child) {
    flex: 1;
}

div.header-nav ul.ul-nav > li:first-child a:hover{
    background: transparent;
}
div.header-nav ul.ul-nav > li > a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    color: #eee;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    background-size: cover;
    background: url("../images/menu.png") no-repeat left center;
}

div.header-nav ul.ul-nav > li > a:hover {
    text-decoration: none;
    background-size: cover;
    background: url("../images/menu1.png") no-repeat left center;
}
.msg-ablut{
    clear: both;
    margin-bottom: 10px;
    border: 2px solid #ca0331;
    height: 325px;
    overflow: hidden;
}
.ul-nav-land{
    margin: 0;
    padding: 0;
    clear: both;
}
.ul-nav-land li{
    display: inline-block;
    float: left;
    width: 44%;
    margin: 15px 3%;
}
.ul-nav-land li a{
    display: block;
    width: 100%;
    line-height: 33px;
    text-align: center;
    background:url("../images/7.png") no-repeat center center;
    background-size: cover;
    color: white;
}
.ul-nav-land li a:hover{
    background: red;
}
.scroll-img {
    width: 100%;
    border: 3px solid #ca0331;
    border-top: 4px solid yellow;
}

.scroll-img .item img {
    width: 100%;
    min-height: 250px;
}

DIV.zhuche a {
    display: block;
    width: 100%;
}

DIV.zhuche img {
    display: block;
    margin: 20px auto;
    width: 100%;
}

div.footer {
    width: 100%;
    padding: 15px 0;
    background: url("../images/26.png") no-repeat top center;
    background-size: 100% 100%;
}

div.footer p {
    color: white;
    margin: 10px 0;
}

div.footer p a {
    color: white;
    padding: 0 5px;
}
div.footer p a:hover{
    color: yellow;
}
div.footer p a:hover {
    color: white;
}

div.footer p a span {
    color: red;
    font-weight: bold;
}

div.bg-white {
    background: white;
    padding: 0 5px 15px 5px;
}

.pro-h3 {
    background: url("../images/2.png") center center;
    background-size: 100% 100%;
    margin: 0 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: white;
    padding: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pro-h3 span {
    font-size: 16px;
    padding-left: 20px;
    color: #fff;
}

.pro-h3 a {
    float: right;
    font-size: 14px;
    color: #fff;
}

.pro-h3 a:hover {
    color: white;
}

.pro-h4 {
    background: url("../images/7.png") left center;
    background-size: 100% 100%;
    margin: 0 0 10px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: white;
    padding: 0 10px 0 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pro-h4 span {
    font-size: 16px;
    padding-left: 20px;
    color: #fff;
}

.pro-h4 a {
    float: right;
    font-size: 14px;
    color: #fff;
}
.border-red{
    border: 2px solid #ca0331;
    margin-bottom: 0;
}
.pro-h4 a:hover {
    color: white;
}

div.pro {
    width: 100%;
    padding: 10px;

}

div.pro-chn a {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

div.pro-chn a:hover {
    text-decoration: none;
}

div.pro-chn a:hover img {
    transition: all .2s;
    transform: scale(1.05, 1.05);
    border: 1px solid #fff;
}

div.pro-chn img {
    width: 100%;
    height: 120px;
    border: 1px solid gainsboro;
}

div.pro-chn h4 {
    margin-bottom: 10px;
    padding: 10px 0;
    margin-top: 0;
    font-size: 16px;
    background: gainsboro;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

div.pro-chn a:hover h4 {
    color: white;;
    background: red;
}

div.msg-ablut img {
    width: 100%;
    height: 100px;
}

div.jie {
    padding: 10px;
}

div.jie p {
    font-size: 12px;
    color: #555;
    line-height: 20px;
    height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-align: justify;
}

ul.ul-jie {
    margin: 0;
    padding: 0;
}

ul.ul-jie li:hover {
    background: rgba(137, 202, 236, 0.3);
}

ul.ul-jie li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #555;
    line-height: 29px;
    font-size: 13px;
    position: relative;
    padding-left: 14px;

}

ul.ul-jie li a:hover {
    color: #1296db;
}

ul.ul-jie li a:hover:before {
    position: absolute;
    content: "";
    width: 6px;
    top: 12px;
    left: 1px;
    height: 6px;
    border-radius: 3px;
    background: rgba(18, 150, 219, 0.68);
}

ul.ul-jie li a:before {
    position: absolute;
    content: "";
    width: 6px;
    top: 12px;
    left: 1px;
    height: 6px;
    border-radius: 3px;
    background: #a7a5a5;

}
ul.ul-jie1{
    padding: 0 10px;
}
ul.ul-jie1 li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #555;
    line-height: 29px;
    font-size: 13px;
    position: relative;

}
ul.ul-jie1 li a span{
    background: #c6c6c6;
    padding: 4px 8px;
   margin-right: 5px;
    color: white;
}
ul.ul-jie1 li:nth-child(1) a span{
    background: orangered;
}
ul.ul-jie1 li:nth-child(2) a span{
    background: #1acd1a;
}
ul.ul-jie1 li:nth-child(3) a span{
    background: #20c9e7;
}
ul.ul-jie1 li a:hover {
    color: #1296db;
}

ul.ul-jie1 li:hover {
    background: rgba(206, 207, 207, 0.5);
}
ul.ul-jie1 li:hover a{
    color: red;
}
div.about-h4 h4 {
    font-size: 18px;
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: rgba(13, 32, 69, 0.74);
    font-weight: bold;
}

div.land-nav {
    margin: 20px 0;
    border: 1px solid #d20023;
}

div.pad-10 {
    padding: 15px 10px;
}

div.pad-10 a.jies {
    display: block;
    width: 85%;
    min-width: 120px;
    margin: 13px auto;
    line-height: 35px;
    border-radius: 2px;
    text-align: center;
    background:url("../images/71.png") no-repeat center center;
    background-size: cover;
    color: white;
}

div.pad-10 a.jies:hover {
    background:red;
    color: white;
}

div.contact {
    margin: 20px 0;
    border: 1px solid #d20023;
}

div.contact p {
    font-size: 14px;
    color: #444;
}

div.jies-msg {
    border: 1px solid #d20023;
    margin: 20px 0;
    padding-bottom: 25px;
}

div.jies-msg p.location {
    line-height: 45px;
    padding: 0 15px;
    margin: 0;
    color: white;
    background: url(../images/1352254168.png) no-repeat center center;
    background-size: cover;
}

p.location a {
    padding: 0 5px;
    color: white;
}

p.location a:hover {
    color: yellow;
}

div.about-msg {
    padding: 30px;
    background: white;
    line-height: 24px;
    margin-bottom: 20px;
}

div.newsList ul {
    margin-bottom: 30px;
}

div.newsList ul li {
    line-height: 45px;
    border-bottom: 1px dashed #fff;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

div.newsList ul li a {
    display: inline-block;
    width: 90%;
    float: left;
    position: relative;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-right: 30px;
}

div.newsList ul li a:hover {
    color: red;
}

div.newsList ul li a:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: 0;
    top: 18px;
    border-top: 2px solid #867f7a;
    border-right: 2px solid #867f7a;
    transform: rotate(45deg);
}

div.newsList ul li i {
    font-size: 12px;
    color: #555;
    text-align: right;

}

div.fish-detail-msg h4 {
    font-size: 30px;
    font-weight: bold;
    margin: 40px 0 20px 0;
}

div.fish-detail-msg p {
    border-bottom: 1px dashed red;
    padding-bottom: 10px;
    text-align: center;
    color: #666;
}

div.fish-detail-msg p span {
    padding: 0 10px;
}

div.fish-detail-msg-body {
    padding: 20px 0;
    line-height: 28px;
}


div.pre-next {
    border-bottom: 1px dashed gainsboro;
    padding-bottom: 30px;
}

div.down-list h4 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;

}

div.down-list ul li a:before {
    position: absolute;
    content: "";
    width: 6px;
    top: 12px;
    left: 1px;
    height: 6px;
    border-radius: 3px;
    background: #a7a5a5;
}

div.down-list ul li a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

div.down-list ul li a:hover {
    color: red;
}

div.zhai {
    border: 1px solid #fff;
    padding: 5px 10px;
    line-height: 22px;
    font-size: 12px;
    margin: 15px 0 15px 0;
    color: #555;
}

div.zhai span {
    color: red;
}


.section-img1 {
    margin-bottom: 20px;
}

.section-img1 a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid red;
}

.section-img1 a img {
    display: block;
    height: 140px;
    width: 100%;
    transition: all .3s
}

.section-img1 a:hover img {
    transform: scale(1.09, 1.09);
    transition: all .3s
}

.section-img1 a span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(243, 63, 63, 0.78);
    background-color: #f15b5b \9;
    filter: alpha(Opacity=75) \9;
    -moz-opacity: .75 \9;
    opacity: .75 \9;
    padding: 0 5px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.dede_pages {
    float: right;
}

.pagelist {
    clear: both;
    margin-top: 30px;
}

.pagelist li {
    float: left;
    display: inline-block;
    min-width: 30px;
    text-align: center;
    border: 1px solid #fff;
    padding: 5px 7px;
    margin: 0;
    border-right: none;
    color: grey;
}

.pagelist li a {
    color: #353535;
}

.pagelist li a:hover {
    color:red;
}

.pagelist li:last-child {
    border-right: 1px solid #fff;
}

.pre-next {
    padding: 15px 0;
    border-top: 1px solid rgba(220, 220, 220, 0.50);
}

.pre-next a {
    color: grey;
}

.pre-next a:hover {
    color: #0c93d0;
}

p.you {
    color: white;
    padding: 12px 0 ;
    margin: 0;
    background: #ccc;
    padding-left: 20px;

}

p.you a {
    color: white;
    padding: 0 10px;
}
p.you a:hover{
    color: red;
}
div.mt1{
    color:black;
    background: white;
    padding: 30px 20px;
}
div.sp-title h2{
    background: url(../images/21.png) no-repeat center center;
    background-size: cover;
    line-height: 55px;
    padding: 0 15px;
    color: white;
    margin: 0 0 15px 0;
}
div.sp-title span.more{
  float: right;
    color: white;
}
div.sp-title span.more a{
  font-size: 14px;
    color: white;
}

div.linkbox h3 {
    margin: 15px 0 10px 0;
    line-height: 45px;
    padding: 0 10px;
    background: url(../images/1352254168.png) no-repeat center center;
    background-size: cover;
    font-size: 18px;
    color: white;
}
div.linkbox h3 a{
    color: white;
}
ul.f6{
    margin: 20px 0;
    clear: both;
    padding: 0;
}
 ul.f6 li{
     display: inline-block;
     width: 19%;
     margin-right: 1%;
 }
ul.f6 li a{
    display: block;
    line-height: 35px;
    text-align: center;
    padding: 0 10px;
    color: white;
    background: url(../images/7.png) no-repeat center center;
    background-size: cover;
}
ul.f6 li a:hover{
    background: red;
    color: white;
}
