body {
    padding: 0;
    margin: 0;
    background: #dedede;
}

body a {
    color: #666;
}


.container{
    background: white;
}
body a:hover {
    text-decoration: none;
}

.header-sh {
    height: 100px;
    line-height: 100px;
    background: #fff;

}
div.header-sh h1{
    line-height:60px;
}

div.header-sh div.sch {
    display: inline-block;
    width: 30%;
    float: right;
    color: #fff;
    margin: 15px 0;
    font-size: 15px;
    padding-right: 15px;
}
.sch form{
    margin-left: 5%;
    line-height: 40px;
}
.sch .text {
    width: 80%;
    border: 1px solid gainsboro;
    outline: none;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 10px;
    box-sizing:border-box;
    color: #555;
    border-radius:4px 0 0 4px;
    vertical-align: middle;
}
.sch .text:focus{ outline:none; }
.sch .btn:focus{ outline:none; }
.sch .btn {
    width: 35px;
    border: 1px solid gainsboro;
    border-left: none;
    line-height: 35px;
    height: 35px;
    margin-left: -5px;

    box-sizing:border-box;
    border-radius: 0 4px 4px 0;
    background:gainsboro url(../images/img4.jpg) no-repeat center;
    background-size:cover;
}.resultbar{
     margin-top: 30px;
     border-radius: 4px 4px 0 0;
     line-height: 60px;
     padding-left: 20px;
     background: orangered;
     color: white;
     font-size: 20px;
 }
.resultbar strong{
    padding: 0 5px;
    font-weight: bold;
    color: #fbf80e;
}
.resultlist {
    border-radius: 0 0 4px 4px;
}
div.result_content{
    background: white;
    padding: 30px 15px;
    margin-bottom: 30px;
}
div.result_content ul li{
    border-bottom: 1px dashed gainsboro;
}
div.result_content h3{
    font-size: 18px;
}

div.result_content ul li p a:hover{
    color: red;
}
div.result_content p{
    margin-bottom: 5px;
    color: #777;
    font-size: 13px;
}
div.result_content p small{
    padding-left: 10px;
}

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") repeat left 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 #f8690f;
    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: #f8690f;
}
.scroll-img {
    width: 100%;
    /*border: 3px solid #f8690f;*/
}

.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: orangered;
    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 #f8690f;
    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 rgba(220, 220, 220, 0.61);
}

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:orangered;
}

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: orangered;
}
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 #fd8114;
}

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 #fd8114;
}

div.contact p {
    font-size: 14px;
    color: #444;
}

div.jies-msg {
    border: 1px solid #fd8114;
    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: orangered;
}

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: orangered;
}

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: orangered;
}


.section-img1 {
    margin-bottom: 20px;
}

.section-img1 a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #fd8114;
}

.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(248, 103, 46, 0.78);
    background-color: rgba(248, 103, 46, 0.78) \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 gainsboro;
    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: #e84b20;
    padding: 12px 0 ;
    margin: 0;
    background: #e894208c;
    padding-left: 20px;

}

p.you a {
    color: #e84b20;
    padding: 0 10px;
}
p.you a:hover{
    color: red;
}
div.mt1{
    color:black;
    background: white;
    padding: 30px 0;
}
div.sp-title h2{
    background: red;
    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: orange;
    background-size: cover;
}
ul.f6 li a:hover{
    background: red;
    color: white;
}
.section-img {
    margin-bottom: 20px;
}

.section-img a {
    display: block;
    position: relative;
    overflow: hidden;
}

.section-img a img {
    display: block;
    height: 160px;
    width: 100%;
translate(0, 0);
    transition: all .3s
}

.section-img a:hover img {
    transform: scale(1.09, 1.09);
    transition: all .3s
}

.section-img a span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    background-color: #000 \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;
}

 div.section-img.tech-l a img {
    height: 100px;
}

div.tech-down-list {
    border: 1px solid gainsboro;
    padding: 5px 0;
}

div.tech-down-list ul {
    margin: 0;
}

div.tech-down-list ul li {
    padding: 0 8px;
}

div.tech-down-list ul li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #777;
    line-height: 31px;
    font-size: 14px;
    position: relative;
    padding-left: 15px;

}

div.tech-down-list ul li a:hover {
    color: orangered;
    background: rgba(250, 89, 2, 0.2);
}



div.tech-down-list ul li a:before {
    position: absolute;
    content: "";
    width: 6px;
    top: 12px;
    left: 0;
    height: 6px;
    border-radius: 3px;
    background: #a7a5a5;

}
div.tech-down-list ul li a:hover:before {
    position: absolute;
    content: "";
    width: 6px;
    top: 12px;
    left: 0;
    height: 6px;
    border-radius: 3px;
    background: rgba(250, 91, 5, 0.93);
}
div.ji-center {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px dashed gainsboro;
}

div.ji-center img {
    width: 100%;
    height: 95px;
}

div.ji-center a {
    color: #444;
    display: block;
    width: 100%;
    clear: both;
}

div.ji-center a h4 {
    margin: 0 0 10px 0;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

div.ji-center a p {
    margin: 0;
    color: #777;
    font-size: 13px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

div.ji-center a:hover p {
    color: #111;
}
div.ji-center a:hover h4 {
    color: orangered;
}


div.tech-down-r ul {
    margin: 0;
    padding: 0 0 10px 0;
    clear: both;
}

div.tech-down-r ul li {
    display: inline-block;
    float: left;
    width: 44%;
    margin: 10px 3%;

}

div.tech-down-r ul li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 29px;
    font-size: 13px;
    background: rgba(248, 122, 72, 0.5);
    text-align: center;
    color:orangered;
}

div.tech-down-r ul li a:hover {
color: white;
    background: rgba(255, 111, 54, 0.82);
}


div.tech-down-r {
    border: 1px solid orange;
    margin-bottom: 10px;
}
div.tech-down-r h3 {
    margin: 0 0 10px 0;
    line-height: 45px;
    background: #fa6e14;
    color: white;
}

div.tech-down-r h3 span {
    top: 4px;
    font-size: 24px;
}
div.tech-down{}
div.list_tag p{
    text-indent: 2em;
    padding:0 10px;
    line-height: 24px;
    font-size: 13px;
    color: #666;
    height: 336px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    text-align: justify;
}
