﻿@charset="utf-8";
a:focus, a:hover {
    color: #117706;
    text-decoration: none;
}
/* 头部 */
.header-top {
    display: block;
    width: 100%;
    height: 42px;
    background-color: #f7f7f7;
}
.header-top .header-title {
    display: inline-block;
    font-size: 14px;
    line-height: 42px;
    color: #828282;
}
.header-top .header-text {
    display: inline-block;
    text-align: right;
}
.header-top .header-text a {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 42px;
	color:#828282;
}
.header-top .header-text a:after {
    content: "|";
    position: absolute;
    top: 0;
    right: -5px;
}
.header-top .header-text a:last-child:after{
	display: none;
}

/* logo */
.header-logo {
    display: block;
    width: 100%;
    padding:22px 0;
}

.header-logo .logo {
    width: 140px;
    table-layout: fixed;
    display: block;
    float: left;
}

.header-logo .logo img{
	max-width: 100%;
}

.header-logo .logo-text {
    display: block;
    float: left;
    background: url(../images/i-0.png) no-repeat 6px;
    margin-left: 18px;
    padding-left: 30px;
    padding-top: 6px;
}

.header-logo .logo-text h3 {
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 2px;
}

.header-logo .logo-text p {
    font-size: 16px;
    padding-top: 3px;
    letter-spacing: 1px;
}

.header-logo .tel {
    float: right;
    padding-left: 45px;
    margin-top: 0;
    background: url(../images/i.png) 0 15px no-repeat;
}

.header-logo .tel em {
    color: #0d7306;
    font-size: 22px;
}
.container{
	padding:0;
	margin:0 auto;
	width: 1200px;
}

.nav-bg{
    background: #117706;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.navbar-default {
    background-color: #117706;
    border-color: #117706;
    border:0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #117706;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #f70501;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.nav>li {
    position: relative;
    display: block;
    width: 138px;
    text-align: center;
}

.nav>li:hover{
	background: #f70501;
}
.nav>li:hover>a{
	color:#fff;
	background-color: #f90303;
}

.dropdown-menu>li>a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}


.banner { margin: 0 auto;overflow: hidden;}
.swiper-container { margin: 0 auto; overflow: visible;}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { display: block;}
.swiper-slide { position: relative; opacity: 0 !important;}
.swiper-slide img { width: 100%;}
.swiper-slide-active { opacity: 1 !important;}
.swiper-slide .ren { position: absolute; left: 0; top: 0; width: 1436px; height: 840px;}
.swiper-button-next, .swiper-button-prev { display: none; width: 40px; height: 68px; background-size: contain;}
.swiper-button-next { right: 100px; background-image: url(../images/next.png);}
.swiper-button-prev { left: 100px; background-image: url(../images/prev.png);}
.swiper-container-horizontal .swiper-pagination-bullets { bottom: 40px;}
.swiper-pagination-bullet { width: 70px; height: 4px; margin: 0 10px !important; padding: 6px 0; border-radius: 0; background-color: transparent; opacity: 1;}
.swiper-pagination-bullet:after { content: ""; display: block; height: 4px; background-color: #fff; opacity: 0.5;}
.swiper-pagination-bullet:hover:after, .swiper-pagination-bullet-active:after { background-color: #000;}


/* 热门关键词 */
.hot-key {
    width: 100%;
    height: 60px;
    background: #f0f0f0;
    line-height: 60px;
}

.hot-key .hot-text{
	width: 72%;
	float: left;
}

.hot-key .hot-text .title {
    margin-right: 5px;
    font-weight: bold;
    font-size: 14px;
    float: left;
    color: #117706;
}

.hot-key .hot-text .title-text{
	float: left;
}

.hot-key .hot-text .title-text a,.hot-key .hot-text .title-text{
	font-size: 14px;
	margin:0 5px;
}

.hot-key .seachBox {
    float: right;
    background: #fff;
    margin-top: 12px;
}

.hot-key .seachBox form {
    overflow: hidden;
}

.hot-key .seachBox .word {
    width: 240px;
    height: 38px;
    line-height: 38px;
    text-indent: 1em;
    border-right: none;
    color: #828282;
    border: 1px solid #117706;
    background: #fff;
}

.hot-key .seachBox .sousuo {
    width: 40px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/search.png);
    cursor: pointer;
    border: none;
}

.hot-key .seachBox form input {
    display: block;
    float: left;
    background-color: #117706;
}

.product-index{
	display: block;
	width: 100%;
	margin:40px 0;
}


.product-index .product-top {
    display: inline-block;
    width: 100%;
    position: relative;
}

.product-index .product-top h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #1f1f1f;
    padding-bottom: 18px;
    margin-bottom: 5px;
}

.product-index .product-top font {
    font-size: 14px;
    display: table;
    text-align: center;
    color: #848484;
    margin: 0 auto;
    border-top: 1px solid #ddd;
    padding: 8px 22px;
}

.product-index .product-top h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    margin: 0 auto;
    width: 27px;
    height: 4px;
    background-color:#117706;
}

.product-index .product-body {
    display: inline-block;
    width: 100%;
    margin-top: 16px;
}

.product-index .product-body ul li {
    width: 23%;
    float: left;
    margin: 1%;
    table-layout: fixed;
    border: 1px solid #ececec;
    box-shadow: 1px 1px 10px #e8e8e8;
}

.product-index .product-body .img{
	overflow: hidden;
	width: 100%;
}

.product-index .product-body .img img{
	max-width: 100%;
}

.product-index .product-body .pro-text {
    padding: 14px 0;
    position: relative;
	background-color: #fff;
}

.product-index .product-body .pro-text h4 {
    width: 94%;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.product-index .product-body .pro-text h4 a {
    font-size: 15px;
    color: #888;
    letter-spacing: 1px;
}

.more {
    width: 100px;
    height: 30px;
    border-radius: 4px;
    text-indent: 34px;
    display: block;
    background: url(../images/hotSale_icon01.png) no-repeat 15px center #f1f1f1;
    right: 18px;
    line-height: 30px;
    font-size: 12px;
    color: #999999;
    text-decoration: none;
    margin: 0 auto;
}

.ser {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    background: url(../images/sac.jpg)no-repeat center;
}

.ser-top{
    display: inline-block;
    width: 100%;
    position: relative;
}

.ser-top h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 16px;
    margin-bottom: 5px;
}

.ser-body{
    display: inline-block;
    margin-top: 3px;
}

.ser-top font {
    font-size: 14px;
    display: table;
    text-align: center;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    margin: 0 auto;
    padding: 8px 40px;
}

.ser-top h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    margin: 0 auto;
    width: 27px;
    height: 3px;
    background-color: #fc0103;
}

.ser-body ul li {
    width: 23%;
    margin: 1%;
    float: left;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    padding: 8px;
    opacity: 0.9;
    transition: all 0.5s;
    cursor: pointer;
}

.ser-body ul li .img {
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    float: left;
}

.ser-body ul li span {
    display: table;
    width: 100%;
    float: right;
}

.ser-body ul li:hover{
    opacity: 1;
}

.ser-body ul li .img img{
    max-width: 100%
}

.ser-body ul li span h2 {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0 10px 0;
    text-align: center;
}

.ser-body ul li span p{
    font-size: 13px;
    line-height: 24px;
    display: table;
    padding-bottom: 20px;
}

.adv-bg {
    display: inline-block;
    width: 100%;
    padding: 45px 0;
    background: url(../images/backgound.png) no-repeat center;
    height: 675px;
}

.adv-bg .adv-top {
    display: inline-block;
    width: 100%;
    position: relative;
}

.adv-bg .adv-top h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    padding-bottom: 16px;
    margin-bottom: 5px;
}

.adv-bg .adv-top font {
    font-size: 14px;
    display: table;
    text-align: center;
    color: #848484;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 8px 20px;
	box-shadow: inset 1px 1px 12px #ddd;
}

.adv-bg .adv-top h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    margin: 0 auto;
    width: 27px;
    height: 4px;
    background-color: #78c030;
}

/* 关于我们 */
.about-bg {
    display: block;
    width: 100%;
    padding: 45px 0;
    background: #f5f5f5;
}

.about-bg .about-top {
    display: block;
    width: 100%;
    position: relative;
}

.about-bg .about-top h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #1f1f1f;
    padding-bottom: 12px;
    margin-bottom: 5px;
}

.about-bg .about-top font {
    font-size: 14px;
    display: table;
    text-align: center;
    color: #848484;
    border-top: 1px solid #d4d4d4;
    margin: 0 auto;
    padding: 8px 40px;
}

.about-bg .about-top h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    margin: 0 auto;
    width: 27px;
    height: 4px;
    background-color: #117706;
}

.about-body {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.about-body .about-z {
    display: block;
    width: 50%;
    float: left;
    table-layout: fixed;
}

.about-body .about-z img{
	width: 100%;
}

.about-body .about-y {
    display: block;
    width: 47%;
    float: right;
}

.about-body .about-y h4 {
    display: block;
    width: 100%;
    font-size: 24px;
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #1b1b1b;
}

.about-body .about-y span {
    display: block;
    width: 100%;
    line-height: 180%;
    margin-top: 20px;
    color: #5d5d5d;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    height: 200px;
}

.about-body .about-y .about-more {
    display: block;
    width: 100px;
    text-align: center;
    padding: 8px 0;
    border: 1px solid #ddd;
    font-size: 12px;
    margin-top: 30px;
    background: #fb0008;
    color: #fff;
}



/* 案例 */
.case-bg{
	display: block;
	width: 100%;
	padding:30px 0;
}

.case-bg .case-top {
    display: table;
    width: 100%;
	position: relative;
}

.case-bg .case-top:after {
    content: "";
    width: 80%;
    position: absolute;
    top: 20px;
    height: 1px;
    background-color: #dedede;
    left: 148px;
}

.case-bg .case-top span {
    display: block;
    float: left;
    font-size: 26px;
    letter-spacing: 3px;
    color:#313131;
    font-weight: bold;
}

.case-bg .case-top .case-more {
    display: block;
    float: right;
    margin-top: 11px;
    font-size: 14px;
    color: #313131;
}


.scroll-outer{}
#scroll {
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    font-family: "Microsoft Yahei";
    margin-left: -13px;
}
#scroll .owl-wrapper-outer{margin:0 auto;}
#scroll .item{position:relative;width:280px;margin:0 auto;background-color:#fff;overflow:hidden;}
#scroll .shd{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.15);}
#scroll .shd a{display:block;width:250px;height:239px;*background-image:url(about:blank);background-image:url(about:blank)\0;}
#scroll .txt{position:absolute;left:0;bottom:0;width:226px;height:100px;padding:0 12px;color:#888;box-shadow:0 0 15px 15px rgba(228, 233, 238, 0.95);background-color:#e4e9ee\9;background-color:rgba(228, 233, 238, 0.95);}
#scroll h3{width:226px;height:25px;margin-bottom:6px;padding-top:6px;font:700 18px/25px arial,"Microsoft Yahei";overflow:hidden;}
#scroll h3 a{color:#333;text-decoration:none;}
#scroll h3 a:hover{color:#338de6;}
#scroll p{width:226px;height:54px;line-height:18px;font-size:12px;}
#scroll .item:hover .shd{background-color:rgba(0, 0, 0, 0);}
#scroll .item:hover .txt{background-color:#fff\9;background-color:rgba(248, 249, 249, 0.95);box-shadow:0 0 15px 15px rgba(248, 249, 249, 0.95);}
.owl-theme .owl-controls .owl-buttons div{position:absolute;top:100px;width:30px;height:60px;margin:0;padding:0;border-radius:0;font:60px/60px "宋体";background-color:transparent;overflow:hidden;_display:none;}
.owl-theme .owl-controls .owl-buttons .owl-prev{left:-40px;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:-40px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{content:"<";}
.owl-theme .owl-controls .owl-buttons .owl-next:before{content:">";}


.item .img{
	display: block;
	width: 100%;
	border: 1px solid #e8e8e8;
}
.item .img img{
	max-width: 100%;
}

.item span{
	display: block;
	width: 100%;
	text-align: center;
	padding:5px 0;
}

/* 广告 */
.adv {
    display: block;
    width: 100%;
    background: url(../images/adv.jpg) no-repeat center;
    height: 110px;
    background-size: cover;
}
.adv h2{
	font-size: 25px;
	text-align: center;
	padding: 40px;
	letter-spacing: 2px;
	color: #fff;
}

.adv p{
	
	
}


/*  新闻中心 */
.new_bg {
    background: #f9f9f9;
    padding-bottom: 45px;
    border-top: 1px solid #ddd;
    display: table;
    width: 100%;
}

.new_bg .new_top {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 45px;
}

.new_bg .new_top h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight:500;
    color: #333;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.new_bg .new_top font {
    font-size: 14px;
    display: table;
    text-align: center;
    color: #848484;
    margin: 0 auto;
	letter-spacing: 2px;
}



.Gsdt {
}
.Gsdt .container {
    overflow: hidden;
    padding-bottom: 33px;
    padding-top: 30px;
}
.Gsdt .Gsdttab {
    float: left;
    width: 136px;
    border: 1px solid #dbdbdb;
}
.Gsdt .Gsdttab li {
    height: 116px;
    line-height: 116px;
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}
.Gsdt .Gsdttab li a {
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    text-decoration: none;
}
.Gsdt .Gsdttab li.cur, .Gsdt .Gsdttab li:hover {
    background: #117706 url(../images/new_top.png);
}

.Gsdt .Gsdttab li.cur a, .Gsdt .Gsdttab li:hover a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.Gsdtnrbox {
    float: right;
    width: 1025px;
    height: 350px;
    overflow: hidden;
}

.Gsdtnrbox .chtext {
    width: 995px;
    float: right;
    height: 350px;
    overflow: hidden;
}

.Gsdtnrbox .chtext .newslist {
    float: left;
    width: 625px;
    height: 345px;
    padding-top: 5px;
}

.Gsdtnrbox .chtext dl {
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.Gsdtnrbox .chtext dl dt {
    float: left;
}
.Gsdtnrbox .chtext dl dt img {
    display: block;
}

.Gsdtnrbox .chtext dl dt span{
    display: none;
}

.Gsdtnrbox .chtext dl dd {
    padding-left: 68px;
}
.Gsdtnrbox .chtext dl dd h5 {
    height: 25px;
    line-height: 25px;
    font-weight: normal;
}

.Gsdtnrbox .chtext dl dd h5 a {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.Gsdtnrbox .chtext dl dd p {
    height: 22px;
    line-height: 22px;
    margin-top: 5px;
}
.Gsdtnrbox .chtext dl dd p * {
    display: inline-block;
    font-size: 12px;
    color: #666666;
}

.Gsdtnrbox .chtext dl dd p em {
    width: 86%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
}

.Gsdtnrbox .chtext dl dd p a {
    float: left;
    width: 241px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Gsdtnrbox .chtext dl dd p span {
    float: right;
}
.detailpic {
    float: right;
    width: 327px;
    height: 312px;
    margin-top: 14px;
}
.detailpic img {
    display: block;
}
/*-- 公司动态_end --*/

/*友情链接*/
.Link {
    background-color: #e4e4e4;
    padding: 16px 0;
}

.Link span {
    color: #333333;
    font-size: 14px;
}

.Link a {
    font-size: 14px;
    color: #666666;
    padding: 0 15px;
    transition: all .5s;
}



/*版权所有*/
.footer {
    background:#5f5f5f;
    width: 100%;
}

.footer .footer-content .list h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
}

.footer .footer-content .list {
    width: 20%;
    float: left;
}

.footer .footer-content {
    margin: 0 auto;
    padding: 60px 0 25px;
}

.footer .footer-content .list li {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}

.footer .footer-content .list ul {
    margin-top: 20px;
}

.footer .footer-content .list li a {
    color: #fff;
    font-size: 14px;
}

.footer .footer-content .code {
    width: 10%;
    float: right;
}

.footer .footer-content .code h3{
    font-size: 18px;
    color:#fff;
}

.footer .footer-bot {
    line-height: 60px;
    font-size: 14px;
    border-top: 1px solid #585858;
    color: #ccc;
    text-align: center;
	background:#3c3c3c;
}

.footer-bot p{
    display: inline-block
}


.footer .footer-bot a{
    color:#fff;
}

.footer .footer-content .code img {
    width: 100%;
}

.code_img{
    margin-top: 20px;
}





.cpMain {
	overflow: hidden;
	padding:24px 0px;
	padding-bottom: 26px;
}
.cpright {
	width: 930px;
	float: right;
}
.cprightpt {
	width: 960px;
	padding: 0 20px;
	background: #fff;
	float: right;
	padding-bottom: 20px;
}

.rtop {
	overflow: hidden;
	padding-bottom: 18px;
	border-bottom: 1px solid #dbdbdb;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 20px;
}
.rtop h5 {
    float: left;
    padding-left: 10px;
    border-left: 3px solid #1857a3;
    font-weight: normal;
    line-height: 20px;
    font-size: 18px;
    color: #1857a3;
}
.rtop span {
	float: right;
	font-size: 14px;
	color: #666;
}
.rtop span a {
	color: #666;
}
.about {
	padding: 0;
}
.about h4 {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	color: #555555;
}
.about .about_sj {
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #f6f6f6
}
.about .about_sj span {
	margin-right: 40px
}
.about .about_line {
	height: 1px;
	text-align: center;
	border-bottom: 1px dashed #E1E1E1;
	width: 97%;
	margin: 0 auto;
}
.about .about_a {
	padding: 0px;
}
.about .about_a .about_tp {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
}
.about .about_a .wzi {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
}
.about .about_a .wzi img {
	max-width: 100%;
	display: inline;
}
.about .about_a .feny {
	margin-top: 20px;
	height: 40px;
	padding: 0px 10px;
	line-height: 40px;
	font-size: 14px;
	background-color: #ececec;
	margin-right: 3px;
}
.about .about_a .feny span {
	display: block;
	width: 420px;
	height: 40px;
	overflow: hidden
}
.about .about_a .feny a:hover {
	color: #227ecb
}
.Pages {
	float: left;
	padding: 30px 100px;
}
.Page {
	width: 100%;
	text-align: center;
}
.Page a {
	display: inline-block;
	width: 65px;
	background: #ffffff;
	height: 48px;
	vertical-align: middle;
	line-height: 48px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	margin-left: -1px;
	float: left;
	text-decoration: none;
	color: #333;
	outline: none;
}
.Page a:hover {
	background: #06a3e8;
	color: #FFF;
	background-repeat: no-repeat;
}
.Page span {
	display: inline-block;
	min-width: 45px;
	padding: 0 10px;
	background: #ffffff;
	height: 48px;
	vertical-align: middle;
	line-height: 48px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	margin-left: -1px;
	float: left;
}
.Page span.current {
	background: #06a3e8;
	color: #FFF
}
/*index css*/
.banner {
	overflow: hidden;
	width: 100%;
}
#flashs {
	position: relative;
	height: 480px;
	overflow: hidden;
}
#flashs .bgitem {
	z-index: 1;
	position: absolute;
	top: 0;
	height: 480px;
	width: 100%;
	cursor: pointer;
	margin: 0 auto;
}
#flashs .btn {
	position: absolute;
	z-index: 7;
	bottom: 15px;
	left: 50%;
	margin-left: -55px;
	padding: 0px 6px;
}
#flashs .btn span {
	color: #fff;
	background: #333;
	cursor: pointer;
	display: inline-block;
	margin: 0 2px;
	width: 25px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	text-align: center;
}
#flashs .btn span.cur {
	background: #06a3e8;
}
/*banner*/
.public_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0px;
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 500px;
	padding: 0px;
	margin: 0px;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 0px;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 500px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 500px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 45px;
	line-height: 45px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 15px;
	height: 15px;
	margin: 5px;
	overflow: hidden;
	background: #fff;
	line-height: 999px;
}
.fullSlide .hd ul .on {
	background: #1857a3;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 0;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 0;
	background-position: -6px -137px;
}
/*内页大图*/
.nybanner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.nybanner img {
	width: 1920px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
/*内容搜索*/

.nlss {
	overflow: hidden;
	width: 100%;
}

.nlss .nlssBox p {
	width: 900px;
	height: 65px;
	color: #1857a3;
	float: left;
	font-size: 12px;
	line-height: 65px;
}

.nlssBox a {
	color: #6c6c6c;
	font-size: 12px;
	margin-right: 20px;
}

.nlssBox .ssnl {
	overflow: hidden;
	width: 309px;
	height: 32px;
	line-height: 32px;
	float: right;
	margin-top: 15px;
	float: right;
}

.nlssBox .ssnl input {
	width: 256px;
	height: 30px;
	line-height: 30px;
	background: none;
	padding-left: 10px;
	border: 1px solid #dedede;
	font-size: 13px;
	color: #dedede;
	float: left;
}

.nlssBox .ssnl em {
	display: block;
	cursor: pointer;
	width: 41px;
	height: 32px;
	background: url(../images/fangdajing.png) no-repeat center right;
	float: right;
}
.searchbox {
	position: relative;
	float: right;
	margin-top: 14px;
	width: 258px;
	height: 36px;
	border: 1px solid #1857a3;
	overflow: hidden;
}
.searchbox input {
	outline: none;
}
.seartxt {
	float: left;
	width: 196px;
	height: 36px;
	font-size: 12px;
	color: #666;
	padding-left: 12px;
	line-height: 30px;
	border: 0;
	background: none;
}
.searss {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 36px;
	border: 0;
	cursor: pointer;
	background: #1857a3 url(../images/icobox.png) no-repeat center;
}
/*产品展示*/
.cpzx {
	overflow: hidden;
	width: 100%;
	background: rgba(6, 163, 232, 0.05);
	padding-bottom: 20px;
	padding:30px 0;
}
.cpzx h3 {
	width: 100%;
	height: 27px;
	margin: 0 auto;
	text-align: center;
	margin-top: 35px;
	padding-bottom: 5px;
}
.cpzx h3 a {
	color: #227ecb;
}
.cpzx .nlist .expmenu {
	border: 1px solid #E0E0E0;
	border-top: 0;
	overflow: hidden;
}
.nlist {
	float: left;
	width: 240px;
}
.nlist h4 {
	color: #FFF;
	text-decoration: none;
	color: #FFFFFF;
}
.nlist .nt {
    font-weight: normal;
    padding: 18px 0;
    padding-left: 20px;
    background: #117706;
    font-size: 20px;
    color: #FFFFFF;
}
.nlist .nt a {
	color: #FFFFFF;
}
.TabTitle2 ul.expmenu {
	padding: 10px;
	padding-bottom: 0;
	background: #fff;
	border: 1px solid #E0E0E0;
	border-top: 0;
}
.TabTitle2 ul.expmenu li div.header {
	background: #06a3e8 url(../images/flbj.png) left center no-repeat;
	color: #FFF;
	width: 218px;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.TabTitle2 ul.expmenu li div.header a {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	padding-left: 35px;
	text-decoration: none;
	color: #FFF;
}
.TabTitle2 ul.expmenu li div.header .arrow {
	display: block;
	width: 28px;
	height: 30px;
	background: no-repeat center;
	float: right;
	overflow: hidden;
	cursor: pointer;
}
.TabTitle2 ul.expmenu li:hover div.header, .TabTitle2 ul.expmenu li.on div.header {
	background-color: #0092de;
}
.TabTitle2 ul.expmenu li .menu {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.TabTitle2 ul.expmenu li .menu li {
	overflow: hidden;
	width: 190px;
	margin-left: 15px;
	background: url(../images/news_line.jpg) bottom repeat-x;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.TabTitle2 ul.expmenu li .menu li a {
	width: 190px;
	display: block;
	padding-left: 20px;
	float: left;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	color: #06a3e8;
}
.TabTitle2 ul.expmenu li .menu li:hover, .TabTitle2 ul.expmenu li .menu li.on {
	background-color: #dfdfdf;
	text-decoration: none;
}
.he {
	display: none
}
.cptp {
	overflow: hidden;
	width: 940px;
	float: right;
}
.cptp ul {
	float: right;
	width: 940px;
	margin-top: 26px;
}
.cptp ul li {
	width: 301px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #E0E0E0;
	float: left;
	background-color: #FFFFFF;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.cptp ul li:nth-child(3n) {
	margin-right: 0;
}
.cptp ul li .pic {
	margin: 2px;
	overflow: hidden;
}
.cptp ul li img {
	width: 297px;
	height: 222px;
	transition: all 1s;
}
.cptp ul li a:hover img {
	transform: scale(1.2);
}
.cptp ul li p {
	display: block;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 15px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.cptp ul li:hover a {
	color: #ffffff;
	text-decoration: none;
}
.cptp ul li:hover p {
	color: #FFF;
}
.cptp ul li:hover {
    background-color: #1857a3;
    transform: translateY(-5px);
}

/*prolist*/
.prolist {
	width: 100%;
	overflow: hidden;
}
.prolist .list {
	width: 100%;
}
.prolist .item {
	width: 280px;
	float: left;
	margin: 0 30px 30px 0;
	position: relative;
	background: #fff;
	transition: all ease 300ms;
	overflow: hidden;
}
.prolist .item a {
	display: block;
	padding: 3px;
	border: 1px solid #e5e5e5;
}
.prolist .item img {
	width: 100%;
	display: block;
}

.prolist .item h3 {
    padding: 0 6px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #383838;
    line-height: 45px;
    overflow: hidden;
    transition: all ease 300ms;
}

.prolist .item:hover a {
/*    background: #117706;
    border-color: #117706; */
}
.prolist .item:hover h3 {
/* 	color: #fff; */
}
.newsPage .item {
	width: 890px;
	margin: 0 auto;
	padding: 20px;
	border-bottom: 1px solid #eaeaea;
	transition: all .5s;
}
.newsPage .item a {
	display: block;
	width: 100%;
}
.newsPage .item img {
	width: 200px;
	height: 150px;
	display: block;
	float: left;
	border: 1px solid #e5e5e5;
	padding: 3px;
	margin-right: 20px;
}
.newsPage .item h3 {
	font-size: 16px;
	color: #333;
	height: 42px;
	line-height: 45px;
	overflow: hidden;
	margin-bottom: 5px;
	font-weight: normal;
	border-bottom: 1px solid #ededed;
	transition: all ease 300ms;
}
.newsPage .item .txt {
	color: #666;
	line-height: 24px;
	height: 68px;
	margin: 12px 0 13px;
	overflow: hidden;
}
.newsPage .item .txt span {
	color: #1857a3;
}
.newsPage .item .time {
	color: #666;
}
.newsPage .item:hover h3 {
	color: #117706;
}
.newsPage .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
/*showpage*/
.showPage .content {
	width: 930px;
	float: right;
}
.showPage {
	background: #fff;
}
.showPage .title {
	color: #117706;
	margin-bottom: 5px;
	font-size: 24px;
	text-align: center;
}
.showPage .title .more {
	font-size: 14px;
}
.showPage .mark {
	padding: 5px 0 10px;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.showPage .mark span {
	margin-right: 18px;
	font-size: 12px;
	color: #666666;
}
.showPage .mark span i {
	font-style: normal;
}
.showPage .showContxt {
	color: #666;
	line-height: 28px;
	padding: 12px 0 30px;
}
.width{
	width: 50%;
	margin:0 auto
}

.showPage .showContxt img {
	max-width: 100%;
}
.showPage .newsbox {
	margin-top: 0;
}
.showPage .gridlist {
	padding-top: 10px;
}
.showPage .gridlist .item {
	width: 350px;
	height: 323px;
}
.showPage .gridlist .item img {
	width: 350px;
	height: 263px;
}
.showPage .gridlist .item h3 {
	height: 60px;
	line-height: 60px;
}
.showPage .img-quotes {
	padding-top: 30px;
	margin-bottom: 40px;
}
.showPage .imgcon {
	width: 423px;
	height: 468px;
	padding-left: 295px;
	margin-left: 30px;
	position: relative;
	border: 1px solid #dddddd;
}
.showPage .imgcon .img {
	position: absolute;
	left: -30px;
	top: -30px;
	width: 276px;
	height: 368px;
	display: block;
	z-index: 10;
}
.showPage .imgcon h4 {
	padding-top: 45px;
	font-size: 16px;
}
.showPage .imgcon h3 {
	font-size: 26px;
	margin-bottom: 40px;
}
.showPage .imgcon .txt {
	margin-top: 40px;
	line-height: 30px;
}
.fenx {
	height: 40px;
}

/* 左侧栏 */
.list_dl{
	border:1px solid #ddd
}

.list_dt {
    color: #000;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 16px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.list_dt:hover{
    background: #f5f5f5;
}

.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#open{
    background:#fff;
}

.list_dt_icon {
    position: absolute;
    right: 10px;
    top: 20px;
    display: block;
    width: 9px;
    height: 10px;
    background: url(../images/off.png) no-repeat;
	background-size: cover;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;
	background-size: cover;
}

.list_dd{
    display: none;
}

.list_li {
    background: #1857a3;
    list-style-type: none;
    color: white;
    cursor: pointer;
    border-bottom: 1px solid #6b6b6b;
    padding: 12px 0;
    text-align: center;
}

.list_li a{
	color:#fff;
}


.list_li:hover {
    background: #ff0400;
}

/* reLink */
.reLink {
	clear: left;
	width: 100%;
	height: 58px;
	line-height: 58px;
	border-top: 1px dotted #dddddd;
	border-bottom: 1px dotted #dddddd;
}
.reLink .nextLink, .reLink .prevLink {
	width: 47%;
	display: inline-block;
	text-align: left;
	color: #666;
}
.reLink .nextLink a:hover, .reLink .prevLink a:hover {
	color: #06a3e8;
}
.reLink .nextLink {
	/*text-align: right;*/
}
.contactn {
	margin-bottom: 0px
}
.t05 {
	line-height: 40px;
	background: #117706;
	margin-top: 10px;
	padding: 0 18px;
	color: #fff;
	font-size: 16px;
}
.t05 a {
    color: #fff;
    line-height: 40px;
    height: 40px;
}
.t05 h5 {
	font-size: 16px;
	font-weight: normal;
}
.t05_cons1 {
	border: 1px solid #E0E0E0;
	border-top: 0;
	padding: 10px 10px 12px 10px;
	margin-bottom: 10px;
	zoom: 1;
	background: #fff;
}
.t05_cons1 li {
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    font-size: 14px;
    padding-left: 15px;
    width: 203px;
    background: url(../images/dian.png) left center no-repeat;
    padding: 5px 0;
    font-size: 15px;
    padding-left: 15px;
}

.t05_cons1 li a:hover {
    color: #117706;
}


.cpMain {
	overflow: hidden;
	padding:24px 0px;
	padding-bottom: 26px;
	margin-top: 26px;
}

.cprightpt {
	width: 960px;
	padding: 0 20px;
	background: #fff;
	float: right;
	padding-bottom: 20px;
}
.rtop {
	overflow: hidden;
	padding-bottom: 18px;
	border-bottom: 1px solid #dbdbdb;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 20px;
}
.rtop h5 {
    float: left;
    padding-left: 10px;
    border-left: 3px solid #117706;
    font-weight: normal;
    line-height: 20px;
    font-size: 18px;
    color: #117706;
}
.rtop span {
	float: right;
	font-size: 14px;
	color: #666;
}
.rtop span a {
	color: #666;
}

.contactn .subnr img {
    width: 210px;
    height: 90px;
    margin-bottom: 9px;
    margin-top: 9px;
}

.contactn .subnr {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-top: 0;
    padding: 5px 14px 10px 14px;
    width: 100%;
}

.contactn .subnr p {
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
}
.contactn .subnr p b {
    color: #000;
}



/*秀 站 网分页样式*/
.pglist{clear: both;margin:40px auto 20px auto; overflow: hidden; text-align: center;font-size:14px;}
.pglist ul li{display:inline-block;border: 1px solid #ccc;padding: 6px 15px;margin: 0 1px;line-height:24px;background: #fff;color:#999;border-radius:2px}
.pglist ul li:hover{background:#06a3e8;color:#fff;border: 1px solid #06a3e8}
.pglist ul li:hover a{color:#fff;}
.pglist ul li.thisclass{display: inline-block;border: 1px solid #06a3e8;padding:6px 15px;margin: 0 1px;background: #06a3e8;color: #fff;}
.pglist ul li.thisclass a{color: #fff;}
.pglist ul li a{display:block;color:#999}
.pglist ul li a:hover{color: #fff;}
/*返回首页*/


/*showpage*/
.showPage .content {
	width: 930px;
	float: right;
}
.showPage {
	background: #fff;
}
.showPage .title {
	color: #117706;
	margin-bottom: 5px;
	font-size: 24px;
	text-align: center;
}
.showPage .title .more {
	font-size: 14px;
}
.showPage .mark {
	padding: 5px 0 10px;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}
.showPage .mark span {
	margin-right: 18px;
	font-size: 12px;
	color: #666666;
}
.showPage .mark span i {
	font-style: normal;
}
.showPage .showContxt {
	color: #666;
	line-height: 28px;
	padding: 12px 0 30px;
}
.showPage .showContxt img {
	max-width: 100%;
}
.showPage .newsbox {
	margin-top: 0;
}
.showPage .gridlist {
	padding-top: 10px;
}
.showPage .gridlist .item {
	width: 350px;
	height: 323px;
}
.showPage .gridlist .item img {
	width: 350px;
	height: 263px;
}
.showPage .gridlist .item h3 {
	height: 60px;
	line-height: 60px;
}
.showPage .img-quotes {
	padding-top: 30px;
	margin-bottom: 40px;
}
.showPage .imgcon {
	width: 423px;
	height: 468px;
	padding-left: 295px;
	margin-left: 30px;
	position: relative;
	border: 1px solid #dddddd;
}
.showPage .imgcon .img {
	position: absolute;
	left: -30px;
	top: -30px;
	width: 276px;
	height: 368px;
	display: block;
	z-index: 10;
}
.showPage .imgcon h4 {
	padding-top: 45px;
	font-size: 16px;
}
.showPage .imgcon h3 {
	font-size: 26px;
	margin-bottom: 40px;
}
.showPage .imgcon .txt {
	margin-top: 40px;
	line-height: 30px;
}
.fenx {
	height: 40px;
}

/*小图预览和滑动*/
.SliderPicBorder {
	width: 100%;
	overflow: hidden;
}
.ThumbPicBorder {
	width: 920px;
	margin: 0 auto;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
}
.ThumbPicBorder #btnPrev {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 20px;
}
.ThumbPicBorder #btnNext {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}

.ThumbPicBorder .pic {
	width: 755px;
	overflow: hidden;
	position: relative;
	margin: 20px auto;
}

#ThumbPic img {
	border: 3px solid #ddd;
	cursor: pointer;
	background-color: #ddd;
	margin: 0 5px;
	width: 135px;
	height: 108px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

#ThumbPic img.active {
	border: 3px solid #117706;
}

/*↑组图样式↑*/

/*大图展示区域*/
.OriginalPicBorder {
	padding: 0;
}
#OriginalPic {
	width: 920px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
}
#OriginalPic img {
	display: block;
	min-width: 100px;
	margin: 0 auto;
}


.Hidden {
    display: none;
}



/* 放大图片 */
.big-img{
	display: inline-block;
	width: 100%;
}

.big-img ul li{
	width: 23%;
	float: left;
	margin:1%;
}

.big-img ul li .img{
	display: block;
	overflow: hidden;
}

.big-img ul li .img img{
	max-width: 100%;;
}

.big-img ul li p {
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 0;
}

.hza {
    margin: 30px auto;
    background: #fff;
    padding: 10px;
    color: #e10601;
    width: 1000px;
}
.hza label {
    display: table;
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
    color: #484848;
}
.hza:after{content: " "; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 0;}
.soka {
    width: 82%;
    border: 1px solid #D8D8D8;
    line-height: 35px;
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 12px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    height: 35px;
    margin-right: 5px;
}
.sokb {
    height: 65px;
    border: 1px solid #D8D8D8;
    line-height: 50px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    width: 82%;
    color: #757575;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 10px;
}
.tj {
    display: inline-block;
    width: 120px;
    line-height: 26px;
    height: 30px;
    background: #ddd;
    margin-right: 10px;
    margin-top: 10px;
    color: #424242;
}
/* 案例 */
.ny-case-bg{
	display: block;
}

.ny-case-bg .case-body{
	display: block;
	width: 100%;
}

.ny-case-bg .case-body ul li {
    display: table;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.ny-case-bg .case-body ul li:nth-child(1){
	padding-top: 0;
}

.ny-case-bg .case-body ul li .case-img{
	width: 22%;
	float: left;
	border:1px solid #ddd;
}
.ny-case-bg .case-body ul li .case-img img{
	max-width: 100%;
}

.ny-case-bg .case-body .case-text{
	display: block;
	width: 75%;
	float: right;
}

.ny-case-bg .case-body .case-text h4 {
    font-size: 16px;
    color: #333;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin-bottom: 2px;
    font-weight: normal;
    border-bottom: 1px solid #ededed;
    transition: all ease 300ms;
}

.ny-case-bg .case-body .case-text span{
    color: #666;
    line-height: 24px;
    height: 68px;
    margin: 12px 0 13px;
    overflow: hidden;
}

.ny-case-bg .case-body .case-text .case-more {
    display: block;
    width: 95px;
    padding: 6px 0;
    text-align: center;
    font-size: 12px;
    background: #dedede;
    color: #484848;
    margin-top: 5px;
}

/*新闻中心*/
.index .floor_5_main {
    width: 100%;
    padding-top: 80px;
    overflow: hidden;
    background-color: #fcfcfc;
    padding-bottom: 100px;
}
.floor_5_1 {
    width: 1200px;
    height: 452px;
    padding-top: 50px;
    margin: 0 auto;
}
.floor_5_1 .floor_5_z {
    float: left;
    width: 380px;
    height: 452px;
    position: relative;
}
.floor_5_1 .floor_5_z a {
    display: block;
}
.floor_5_1 .floor_5_z .dk {
    height: 213px;
    width: 100%;
    border-top: none;
}
.floor_5_1 .floor_5_z b {
    width: 380px;
    height: 285px;
    overflow: hidden;
    display: block;
}
.floor_5_1 .floor_5_z img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .36s ease;
}
.floor_5_1 .floor_5_z h3 {
    font-size: 18px;
    color: #333;
    line-height: 18px;
    width: 100%;
    display: block;
    padding-top: 20px;
}
.floor_5_1 .floor_5_z p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    width: 100%;
    margin-top: 10px;
    height: 87px;
}
.floor_5_1 .floor_5_z i {
    display: block;
    font-size: 14px;
    color: #434343;
    margin: 0;
    padding: 0;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: #e5e5e5 solid 1px;
    border-radius: 6px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    font-style: normal;
}
.floor_5_1 .floor_5_z em {
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: "Arial";
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}
.floor_5_1 .floor_5_z em span {
    display: block;
    font-size: 60px;
    color: #fff;
    line-height: 50px;
    padding-top: 14px;
}
.floor_5_1 .floor_5_z:hover h3 {
    color: #117706;
}
.floor_5_1 .floor_5_z:hover p, .floor_5_1 .floor_5_z:hover i span {
    color: #333;
}
.floor_5_1 .floor_5_z i:hover {
    background-color: #117706;
    color: #fff;
    border: #117706 solid 1px;
}
.floor_5_1 .floor_5_z a:hover b img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.floor_5_1 .floor_5_y {
    float: right;
    width: 800px;
    height: 452px;
}
.floor_5_1 .floor_5_y ul {
    display: block;
    width: 100%;
    height: 452px;
    margin: 0 auto;
}
.floor_5_1 .floor_5_y ul li {
    height: 103px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 28px;
    position: relative;
    border-bottom: #b9b9b9 dashed 1px;
    padding-bottom: 28px;
    display: table;
}
.floor_5_1 .floor_5_y ul li em {
    display: block;
    float: left;
    display: block;
    width: 98px;
    height: 98px;
    border: #e5e5e5 solid 1px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-family: "Arial";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.floor_5_1 .floor_5_y ul li em span {
    display: block;
    font-size: 32px;
    color: #333;
    line-height: 50px;
    padding-top: 14px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.floor_5_1 .floor_5_y ul li a {
    display: block;
    width: 100%;
    height: 100px;
}
.floor_5_1 .floor_5_y ul li h3 {
    width: 660px;
    float: right;
    height: 100px;
}
.floor_5_1 .floor_5_y ul li p {
    font-size: 18px;
    color: #333;
    width: 100%;
    line-height: 18px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.floor_5_1 .floor_5_y ul li p span {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    padding-top: 18px;
    font-weight: normal;
}
.floor_5_1 .floor_5_y ul li:hover i, .floor_5_1 .floor_5_y ul li:hover i span {
    color: #2e63bc;
}
.floor_5_1 .floor_5_y ul li:hover p {
    color: #117706;
}
.floor_5_1 .floor_5_y ul li:hover em, .floor_5_1 .floor_5_y ul li:hover em span {
    color: #117706;
}
.index .floor_6_main {
    margin-top: 90px;
    margin-bottom: 100px;
}
.index .floor_6_main .floor_6_1 {
    background: url(../images/t12_03.jpg) center center no-repeat;
    width: 1200px;
    height: 470px;
    position: relative;
}
.index .floor_6_main .floor_6_1 .indexTit {
    text-align: right;
    position: absolute;
    right: 0;
    top: 8px;
}
.index .floor_6_main .floor_6_1 .indexTit p {
    text-align: right;
}
.index .floor_6_main .floor_6_1 .floor_6_2 {
    padding-left: 10px;
    padding-top: 10px;
}
.index .floor_6_main .floor_6_1 .floor_6_2 b {
    width: 730px;
    height: 440px;
    border: #fff solid 1px;
    opacity: 0.4;
    filter: Alpha(opacity=40);
    position: absolute;
    left: 14px;
    top: 14px;
}
.index .floor_6_main .floor_6_1 .floor_6_2 img {
    width: 740px;
    height: 450px;
    background-size: 100%;
    float: left;
}
.index .floor_6_main .floor_6_1 .floor_6_2 .f_z {
    float: left;
    width: 352px;
    margin-left: 49px;
    margin-top: 176px;
}
.index .floor_6_main .floor_6_1 .floor_6_2 .f_z h3 {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
}
.index .floor_6_main .floor_6_1 .floor_6_2 .f_z p {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-top: 24px;
    height: 110px;
    text-align: justify;
}
.index .floor_6_main .floor_6_1 .floor_6_2 .f_z a {
    display: block;
    float: right;
    width: 198px;
    height: 44px;
    border: #739bbe solid 1px;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 44px;
}
.index .floor_6_main .floor_6_1 .floor_6_2 .f_z a:hover {
    background-color: #739bbe;
}
.floor_6_3 {
    display: block;
    clear: left;
    width: 1200px;
    margin-top: 50px;
}
.floor_6_3 .parHd {
    height: 45px;
    width: 1200px;
    position: relative;
}
.floor_6_3 .parHd s {
    display: block;
    width: 410px;
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 22px;
}
.floor_6_3 .parHd b {
    display: block;
    width: 410px;
    height: 1px;
    background-color: #eee;
    position: absolute;
    right: 0;
    top: 22px;
}
.floor_6_3 .parHd ul {
    display: block;
    width: 380px;
    height: 45px;
    margin: 0 auto;
}
.floor_6_3 .parHd ul li {
    display: block;
    width: 178px;
    height: 43px;
    float: left;
    border: #eee solid 1px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.floor_6_3 .parHd ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 43px;
    text-align: center;
}
.floor_6_3 .parHd ul li:hover, .floor_6_3 .parHd ul li.on {
    background-color: #005197;
    border: #005197 solid 1px;
}
.floor_6_3 .parHd ul li:hover a, .floor_6_3 .parHd ul li.on a {
    color: #fff;
}
.floor_6_3 .parHd ul li:nth-child(2) {
    margin-left: 20px;
}
.floor_6_3 .parHd ul li:first-child+li {
    margin-left: 20px;
}
.floor_6_3 .parBd {
    width: 1200px;
    height: 214px;
    margin-top: 50px;
}
.floor_6_3 .parBd .slideBox {
    width: 1200px;
    height: 214px;
    position: relative;
}
.floor_6_3 .parBd .slideBox .sPrev {
    width: 40px;
    height: 90px;
    background-color: #ddd;
    position: absolute;
    left: -58px;
    top: 62px;
}
.floor_6_3 .parBd .slideBox .sNext {
    width: 40px;
    height: 90px;
    background-color: #ddd;
    position: absolute;
    right: -58px;
    top: 62px;
}
.floor_6_3 .parBd .slideBox .sPrev:hover, .floor_6_3 .parBd .slideBox .sNext:hover {
    background-color: #343d44;
}
.floor_6_3 .parBd .slideBox .sPrev span {
    width: 14px;
    height: 26px;
    background-position: -51px -158px;
    margin-top: 32px;
    margin-left: 13px;
}
.floor_6_3 .parBd .slideBox .sNext span {
    width: 14px;
    height: 26px;
    background-position: -69px -158px;
    margin-top: 32px;
    margin-left: 13px;
}
.floor_6_3 .parBd .slideBox ul {
    width: 1200px;
    height: 214px;
}
.floor_6_3 .parBd .slideBox ul li {
    float: left;
    width: 290px;
    height: 214px;
    position: relative;
    margin-right: 13px;
    overflow: hidden;
    text-align: center;
}
.floor_6_3 .parBd .slideBox ul li img {
    width: 290px;
    height: 214px;
    background-size: 100%;
    transition: all .36s ease;
}
.floor_6_3 .parBd .slideBox ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 290px;
    height: 36px;
    background: url(../images/t13_03.png);
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}
.floor_6_3 .parBd .slideBox ul li:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.floor_7_main {
    height: 60px;
    width: 100%;
    line-height: 60px;
    background-color: #3ba86f;
}
.floor_7_main .tit {
    float: left;
    width: 80px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.floor_7_main ul {
    display: inline-block;
    float: right;
    width: 1120px;
    height: 60px;
    line-height: 60px;
}
.floor_7_main ul li {
    float: left;
    height: 60px;
    line-height: 60px;
    padding-right: 10px;
}
.floor_7_main ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
}
.floor_7_main ul li a:hover {
    color: #f1f1f1;
}



/*新闻中心内页*/
.ny-news{
    margin-top: 25px;
}

/*联系我们*/
.contact .contact_a .wzi{
    color: #666666;
    font-size: 14px;
    line-height: 40px;
    text-align: justify;
    width: 49%;
    float: left;
    margin-top: 15px;
}

.contact .contact_a .map{
    width: 50%;
    float: right;
}