@charset "utf-8";

/* CSS Document*/
body {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'microsoft yahei';
    -webkit-text-size-adjust: none;
    height: auto;
    color: #333;
    background: #fff;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

html {
    min-width: 1280px;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
    padding: 0;
    margin: 0;
}

fieldset {
    border-top-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    border-right-width: 0;
}

a img {
    border: 0;
    padding: 0;
    margin: 0;
}

i {
    font-style: normal;
}

address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

li {
    list-style-type: none;
}

caption {
    text-align: left;
}

th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:unknown {
    content: '';
}

input,
textarea,
select {
    font-family: inherit;
    font-size: 100%;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #00b2ab;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    font-size: 0;
    margin: 0;
    padding: 0;
    display: block;
    _height: 0;
    overflow: hidden;
}

/*清除浮动*/
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*网站公用样式表*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*头部*/
.header {
    border-top: solid 10px #00b2ab;
    padding: 20px 0;
}

.header .tel {
    background: url(../images/tel.jpg) no-repeat left center;
    font-size: 15px;
    color: #a8a8a8;
    padding: 11px 0 11px 50px;
}

.header .tel p {
    font-size: 23px;
    color: #202020;
    font-weight: bold;
}

/*导航*/
.nav_main {
    position: relative;
    background: #efefef;
    line-height: 50px;
}

.nav_main li {
    position: relative;
    float: left;
    width: 149px;
    font-size: 15px;
    border-right: solid 1px #dadada;
    text-align: center;
}

.nav_main li:last-child {
    border: 0;
}

.nav_main li a {
    display: block;
    color: #131313;
}

.nav_main li.hover>a,
.nav_main li:hover>a {
    color: #fff;
    background: #00b2ab;
}

.nav_main dl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 12;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}

.nav_main dl {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.nav_main li:hover dl {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.nav_main dl dd {
    line-height: 40px;
    height: 40px;
    text-align: left;
    position: relative;
    z-index: 12;
    display: block;
    width: 100%;
    border-top: 1px solid #dadada;
}

.nav_main dl dd:first-child {
    border: none;
}

.nav_main dl dd a {
    font-size: 14px;
    background: #efefef;
    text-align: center;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(left, #00b2ab, #00b2ab);
    background-image: linear-gradient(to right, #00b2ab, #00b2ab);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-size: 0% 100%;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav_main dl dd a:hover {
    background-size: 100% 100%;
    color: rgba(255, 255, 255, 0.9999);
}

/*网站大图*/
.banner {
    width: 100%;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide img {
    width: 100%;
    display: block;
}

#banner .tip {
    width: 1000px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 15px;
    z-index: 3;
}

#banner .tip span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    opacity: .5;
    border-radius: 10px;
    transition: all .5s;
    outline: none;
}

#banner .tip span.swiper-pagination-bullet-active {
    width: 16px;
    opacity: 1;
}

#banner #btn_prev,
#banner #btn_next {
    width: 38px;
    height: 61px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background: url(../images/arrow.gif) no-repeat;
    z-index: 5;
    opacity: 0;
}

#banner #btn_prev {
    background-position: left top;
    left: 0;
}

#banner #btn_next {
    background-position: right top;
    right: 0;
}

#banner:hover #btn_prev,
#banner:hover #btn_next {
    opacity: .7;
}

#banner .swiper-cube-shadow {
    display: none;
}

.nybanner {
    width: 100%;
    overflow: hidden;
}

.nybanner img {
    width: 100%;
}

/*******index css*******/
/*搜索栏*/
.search {
    border-bottom: 1px solid #eee;
}

.search .hot {
    padding: 30px 0;
    height: 40px;
    line-height: 40px;
}

.search .hot .left {
    color: #333;
    font-weight: bold;
}

.search .hot .left b {
    color: #00b2ab;
}

.search .hot .left a {
    padding: 0 10px;
    color: #787878;
    font-weight: 100;
}

.search .hot .left a:hover {
    color: #00b2ab;
}

.search .hot .right {
    position: relative;
}

.search .hot .right .input {
    width: 278px;
    height: 20px;
    border: 1px solid #eee;
    border-radius: 20px;
    line-height: 20px;
    padding: 9px 0px;
    border: none;
    border-right: none;
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #f5f5f5;
    padding-left: 20px;
    outline: none;
}

.search .hot .right .btn {
    width: 23px;
    height: 38px;
    border: none;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0px;
    background: url(../images/sou.png) no-repeat;
    display: inline-block;
    outline: none;
}

/*首页标题*/
.index .in_title {
    font-size: 28px;
    color: #bababa;
    font-weight: bold;
    text-transform: uppercase;
}

.index .in_title h3 {
    color: #0a0a0a;
    font-size: 28px;
    font-weight: bold;
}

.index .in_title:after {
    content: " ";
    display: block;
    width: 27px;
    height: 5px;
    background: #00b2ab;
    margin-top: 10px;
}

/*产品中心*/
.index .product {
    background: url(../images/product_bg.jpg) no-repeat center top;
    padding: 60px 0 70px;
}

.index .product .in_title {
    color: #aaacae;
}

.index .product .more {
    width: 160px;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    background: #00b2ab;
    text-align: center;
    margin-top: 20px;
}

.index .product .box {
    margin-top: 30px;
}

.index .product .pro_left {
    width: 270px;
    background: #fff;
    padding: 20px 0;
    border-bottom: solid 4px #00b2ab;
}

.index .product .pro_left li {
    position: relative;
    line-height: 69px;
    padding: 0 54px;
    border-bottom: solid 1px #dfdfdf;
    background: url(../images/more.jpg) no-repeat 220px center;
}

.index .product .pro_left li:last-child {
    border-bottom: none;
}

.index .product .pro_left li:before {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 30px;
    width: 8px;
    height: 8px;
    background: #00b2ab;
}

.index .product .pro_left li a {
    display: block;
    font-size: 16px;
    color: #202020;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index .product .con_right {
    width: 900px;
    background: #fff;
}

.index .product .con_right li {
    float: left;
    width: 300px;
    margin-bottom: 6px;
}

.index .product .con_right li:nth-child(1),
.index .product .con_right li:nth-child(2),
.index .product .con_right li:nth-child(3) {
    border-bottom: solid 1px #eaeaea;
}

.index .product .con_right li .img {
    width: 100%;
    height: 220px;
}

.index .product .con_right li .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.index .product .con_right li h3 {
    color: #404040;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    transition: all .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index .product .con_right li:hover h3 {
    color: #00b2ab;
}

/*品牌优势*/
.index .brand {
    background: #00918a;
    padding: 40px 0 20px;
}

.index .brand ul li .img {
    position: relative;
    width: 63px;
    height: 57px;
    margin: 0 auto;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.index .brand ul li {
    float: left;
    width: 280px;
    padding: 0 10px;
    text-align: center;
}

.index .brand ul li .tit {
    font-size: 13px;
    color: #a3ccca;
}

.index .brand ul li .tit h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.index .brand ul li:hover .img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

/*关于我们*/
.index .about {
    padding: 90px 0 110px;
}

.index .about .txt {
    width: 530px;
}

.index .about .txt b {
    display: block;
    font-size: 20px;
    color: #00B2AB;
    font-weight: bold;
    margin-top: 10px;
}

.index .about .txt p {
    font-size: 15px;
    color: #0a0a0a;
    line-height: 36px;
    margin-top: 30px;
}

.index .about .img {
    width: 620px;
    height: 450px;
    overflow: hidden;
}

.index .about .img img {
    width: 100%;
    height: 100%;
    display: block;
}

/*四大优势*/
.index .advantage {
    background: url(../images/advantage_bg.jpg) no-repeat center top;
    padding: 120px 0;
}

.index .advantage .tit span {
    font-family: "Times New Roman", Times, serif;
    font-size: 32px;
    color: #a9aeb1;
    font-weight: bold;
    line-height: 43px;
    text-transform: uppercase;
}

.index .advantage .tit h3 {
    font-size: 37px;
    color: #0a0a0a;
    font-weight: bold;
}

.index .advantage .tit:after {
    content: " ";
    display: block;
    width: 27px;
    height: 5px;
    background: #00b2ab;
    margin: 20px 0;
}

.index .advantage ul {
    width: 689px;
}

.index .advantage ul li {
    position: relative;
    height: 98px;
    padding: 8px 20px;
    margin-bottom: 20px;
    background: #fff;
}

.index .advantage ul li:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: #008f8b;
}

.index .advantage ul li:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 150px;
    border: 57px solid transparent;
    border-left: 65px solid #008f8b;
}

.index .advantage ul li * {
    position: relative;
    z-index: 1;
}

.index .advantage ul li h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 22px 0;
}

.index .advantage ul li p {
    width: 440px;
    color: #202020;
    font-size: 14px;
    line-height: 33px;
    text-align: justify;
    height: 66px;
    margin: 16px 0;
    overflow: hidden;
}

/*工程案例*/
.index .icase {
    padding: 60px 0;
}

.index .icase .in_title {
    color: #aaacae;
}

.index .icase .more {
    width: 160px;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    background: #00b2ab;
    text-align: center;
    margin-top: 20px;
}

.index .icase .box {
    position: relative;
    margin-top: 30px;
}

.index .icase .box .bd {
    overflow: hidden;
}

.index .icase .box .list {
    width: 100%;
}

.index .icase .box .list li {
    position: relative;
    float: left;
    width: 324px;
    height: 338px;
    padding: 30px;
    margin-right: 20px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    transition: all .5s;
}

.index .icase .box .list li .img {
    width: 100%;
    height: 243px;
    border-radius: 5px 5px 0 0;
}

.index .icase .box .list li .img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.index .icase .box .list li h3 {
    color: #333;
    font-size: 18px;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s;
}

.index .icase .box .list li .more {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    width: 120px;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: #00b2ab;
    color: #fff;
    transition: all .5s;
}

.index .icase .box .list li:hover {
    border-color: #00b2ab;
    background: #00b2ab;
}

.index .icase .box .list li:hover h3 {
    color: #fff;
}

.index .icase .box .list li:hover .more {
    color: #00b2ab;
    background: #fff;
}

.index .icase .box .hd {
    position: absolute;
    width: 100%;
}

.index .icase .box .hd span {
    position: absolute;
    top: -240px;
    display: block;
    width: 30px;
    height: 50px;
    cursor: pointer;
    background: #00b2ab;
}

.index .icase .box .hd .prev {
    left: -50px;
}

.index .icase .box .hd .next {
    right: -50px;
}

.index .icase .box .hd .prev:after,
.index .icase .box .hd .prev:before,
.index .icase .box .hd .next:after,
.index .icase .box .hd .next:before {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    width: 15px;
    height: 1px;
    background: #fff;
    transition: all .5s;
}

.index .icase .box .hd .prev:after,
.index .icase .box .hd .next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.index .icase .box .hd .prev:before,
.index .icase .box .hd .next:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.index .icase .box .hd .prev:after {
    top: 30px;
}

.index .icase .box .hd .prev:before {
    top: 20px;
}

.index .icase .box .hd .next:after {
    right: 0;
    top: 20px;
}

.index .icase .box .hd .next:before {
    right: 0;
    top: 30px;
}

/*新闻资讯*/
.index .inews {
    background: url(../images/news_bg.jpg) no-repeat center top;
    padding-bottom: 50px;
}

.index .inews .tit {
    color: #202020;
    font-size: 28px;
    font-weight: bold;
}

.index .inews .tit span {
    display: block;
    font-family: "Times New Roman", Times, serif;
    font-size: 28px;
    color: #56c7c3;
    font-weight: bold;
    line-height: 43px;
    text-transform: uppercase;
}

.index .inews .tit:after {
    content: " ";
    display: block;
    width: 40px;
    height: 4px;
    background: #00b2ab;
    margin-top: 8px;
}

.index .inews .tab {
    margin-top: 47px;
}

.index .inews .tab li {
    float: left;
    text-align: center;
    margin-left: 10px;
}

.index .inews .tab li a {
    display: block;
    width: 163px;
    color: #606060;
    font-size: 16px;
    line-height: 43px;
    border: 1px solid #dadada;
}

.index .inews .tab li:hover a {
    color: #26b8b1;
    border-color: #26b8b1;
}

.index .inews .hot_list {
    margin-top: 44px;
    padding-top: 31px;
    padding-bottom: 36px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.index .inews .hot_list .img {
    width: 370px;
    height: 240px;
}

.index .inews .hot_list .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.index .inews .hot_list ul li {
    width: 360px;
    float: left;
    margin-left: 50px;
}

.index .inews .hot_list ul li h3 {
    font-size: 20px;
    color: #00908a;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index .inews .hot_list ul li p {
    font-size: 15px;
    color: #2f2f2f;
    line-height: 30px;
    margin: 40px 0 20px;
    height: 120px;
    overflow: hidden;
}

.index .inews .hot_list ul li span {
    font-size: 15px;
    color: #00b2ab;
}

.index .inews .list {
    padding-top: 13px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d5d5d5;
}

.index .inews .list li {
    float: left;
    width: 400px;
    line-height: 47px;
}

.index .inews .list li a {
    display: block;
    font-size: 15px;
    color: #202020;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index .inews .list li:before {
    content: "";
    display: block;
    float: left;
    width: 9px;
    height: 9px;
    background: #00b2ab;
    border-radius: 10px;
    margin-right: 20px;
    margin-top: 19px;
}

/*友情链接*/
.links {
    font-size: 14px;
    color: #1a1a1a;
    padding: 30px 0;
}

.links .w1200:before {
    content: " ";
    display: block;
    float: left;
    width: 13px;
    height: 9px;
    background: #00b2ab;
    margin-right: 10px;
    margin-top: 6px;
}

.links a {
    color: #1a1a1a;
}

/*底部*/
.footer {
    padding: 50px 0;
    background: #2b2b2b;
}

.footer .flogo h3 {
    color: #00b2ab;
    font-size: 32px;
    font-weight: bold;
    line-height: 35px;
}

.footer .flogo p {
    font-size: 15px;
    color: #ababab;
    margin-top: 10px;
    text-align-last: justify;
}

.footer .tel {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
}

.footer .tel p {
    font-size: 15px;
    font-weight: normal;
}

.footer .tel p span {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
}

.footer .ewm {
    width: 160px;
    margin-left: 85px;
}

.footer .ewm img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer .right {
    width: 450px;
    margin-top: 20px;
}

.footer .tit {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: right;
    padding-bottom: 10px;
    border-bottom: dashed 1px #06a19a;
}

.footer ul {
    margin-top: 20px;
}

.footer ul li {
    float: left;
    width: 50%;
    font-size: 15px;
    color: #fff;
    line-height: 35px;
}

.footer ul li:last-child {
    width: 100%;
}

/*版权*/
.copyright {
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    background: #00b2ab;
}

.copyright a {
    color: #fff;
}

/*浮动客服*/
.toolbar {
    position: fixed;
    top: 50%;
    right: 1%;
    margin-top: -163px;
    z-index: 100;
    width: 80px;
}

.toolbar dd {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: #00b2ab;
    margin-top: 2px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

.toolbar dd:first-child {
    margin-top: 0;
}

.toolbar dd i {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 13px;
    background: url(../images/toolbar.png) no-repeat center 0;
}

.toolbar dd.qq i {
    background-position-y: 0;
}

.toolbar dd.tel i {
    background-position-y: -30px;
}

.toolbar dd.code i {
    background-position-y: -60px;
}

.toolbar dd.top i {
    background-position-y: -90px;
}

.toolbar dd span {
    display: block;
    color: #fff;
}

.toolbar dd.tel .box {
    position: absolute;
    top: 0;
    width: 190px;
    right: -200px;
    height: 100%;
    margin-right: 10px;
    border-radius: 5px;
    background: #00b2ab;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.tel .box p {
    font-size: 14px;
    margin: 15px auto 7px;
}

.toolbar dd.tel .box h3 {
    font-size: 18px;
    font-weight: bold;
}

.toolbar dd.tel .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #00b2ab;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd.code .box {
    position: absolute;
    top: 0;
    width: 162px;
    right: -172px;
    height: 162px;
    margin-right: 10px;
    border-radius: 5px;
    background: #00b2ab;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.code .box img {
    width: 140px;
    height: 140px;
    padding: 11px;
}

.toolbar dd.code .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #00b2ab;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd:hover {
    background: #333;
}

.toolbar dd.tel:hover .box {
    opacity: 1;
    right: 80px;
}

.toolbar dd.code:hover .box {
    opacity: 1;
    right: 80px;
}

.local {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}

.local ul {
    float: right;
    margin-right: 60px;
}

.local ul li {
    padding: 0 25px;
    float: left;
}

.local ul li a {
    position: relative;
    display: block;
    padding: 0 15px;
    overflow: hidden;
    color: #363636;
}

.local ul li a i {
    width: 0;
    height: 3px;
    background: #3b3a45;
    position: absolute;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 0;
    transition: ease-in .2s;
}

.local ul li a.hover,
.local ul li a:hover {
    color: #363636;
}

.local ul li a.hover i,
.local ul li a:hover i {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
}

.bg_main {
    min-height: 640px;
    padding: 60px 0;
    background: url(../images/product_bg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.bg_bottom_main {
    background: #eaeaea;
    height: 100px;
}

.sub_banner {
    height: 200px;
    width: 100%;
}

.sub_nav .fl {
    font-size: 28px;
    color: #0a0a0a;
    font-weight: bold;
}

.sub_nav .fl:after {
    content: "";
    display: block;
    width: 27px;
    height: 5px;
    background: #00b2ab;
    margin-top: 10px;
}

.sub_nav .fr {
    color: #2b2b2b;
    font-size: 15px;
    line-height: 57px;
}

.sub_nav .fr a {
    color: #2b2b2b;
    font-size: 15px;
}

.bg_main .prolist {
    margin-top: 50px;
}

.bg_main .prolist .left {
    width: 270px;
    background: #fff;
    padding: 20px 0;
    border-bottom: solid 4px #00b2ab;
}

.bg_main .prolist .left li {
    position: relative;
    line-height: 69px;
    padding: 0 54px;
    border-bottom: solid 1px #dfdfdf;
    background: url(../images/more.jpg) no-repeat 220px center;
}

.bg_main .prolist .left li:last-child {
    border-bottom: none;
}

.bg_main .prolist .left li:before {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 30px;
    width: 8px;
    height: 8px;
    background: #00b2ab;
}

.bg_main .prolist .left li a {
    display: block;
    font-size: 16px;
    color: #202020;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bg_main .prolist .left li:hover a,
.bg_main .prolist .left li.on a {
    color: #00b2ab;
    font-weight: bold;
}

.bg_main .prolist .right {
    width: 860px;
    background: #fff;
    padding: 20px;
}

.bg_main .prolist .pro li {
    float: left;
    width: 280px;
    margin-right: 10px;
    margin-bottom: 6px;
}
.bg_main .prolist .pro li:nth-child(3n) {
    margin-right: 0 !important;
}
    float: left;
    width: 276px;
    margin-left: 0 !important;
}

.bg_main .prolist .pro li .img {
    width: 100%;
    height: 215px;
}

.bg_main .prolist .pro li .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.bg_main .prolist .pro li h3 {
    color: #404040;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    transition: all .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bg_main .prolist .pro li:hover h3 {
    color: #00b2ab;
}

.bg_main .prolist .news li {
    margin-bottom: 20px;
    padding: 30px;
    background: #f4f4f4;
    transition: all .5s;
}

.bg_main .prolist .news li h3 {
    color: #00b2ab;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .5s;
}

.bg_main .prolist .news li p {
    color: #8d8d8d;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    margin: 10px 0;
    height: 90px;
    overflow: hidden;
    transition: all .5s;
}

.bg_main .prolist .news li span {
    display: block;
    color: #00b2ab;
    font-size: 14px;
    transition: all .5s;
}

.bg_main .prolist .news li:hover {
    background: #00b2ab;
}

.bg_main .prolist .news li:hover h3,
.bg_main .prolist .news li:hover p,
.bg_main .prolist .news li:hover span {
    color: #fff;
}

.detail .title {
    line-height: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.detail .title h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    height: 60px;
    line-height: 30px;
}

.detail .title span {
    margin: 0 5px;
}

.detail .title i {
    width: 23px;
    height: 16px;
    background-position: -73px 0;
    margin-right: 10px;
}

.detail .title .i2 {
    background-position: -104px 0;
    margin-left: 30px;
}

.detail .context {
    color: #333;
    line-height: 30px;
    text-align: justify;
    padding: 30px 0;
}

.detail .context img {
    max-width: 1200px;
}

/* reLink*/
.reLink {
    line-height: 30px;
    padding: 10px 0;
    margin: 30px 0;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

.reLink .nextLink,
.detail .reLink .prevLink {
    width: 100%;
}

.reLink a:hover {
    color: #00b2ab;
}

.contact .box1 {
    line-height: 18px;
    padding: 48px 0 0px;
    overflow: hidden;
}

.contact .box1 ul {
    width: 125%;
}

.contact .box1 li {
    float: left;
    width: 230px;
    margin-right: 250px;
}

.contact .box1 li i {
    width: 56px;
    height: 56px;
    background-position: -142px 0;
    float: left;
}

.contact .box1 li b {
    font-size: 18px;
    font-family: arial;
    font-weight: 100;
}

.contact .box1 li td {
    vertical-align: middle;
    height: 56px;
    padding-left: 5px;
}

.contact .box1 .l2 i {
    background-position: -204px 0;
}

.contact .box1 .l3 i {
    background-position: -267px 0;
}

.contact .box2 {
    margin-bottom: 75px;
}

.contact .box2 #map1_container,
.contact .box2 #allmap1 {
    width: 100%;
    height: 400px;
}

.contact .box3 h1 {
    font-size: 36px;
    padding-bottom: 15px;
    text-align: center;
}

.contact .box3 p {
    font-size: 16px;
    color: #828282;
    line-height: 24px;
    padding-bottom: 46px;
    text-align: center;
}

.contact .box3 b {
    color: #00b2ab;
}

.formData {
    padding-bottom: 20px;
}

.formData .item {
    float: left;
    color: #999;
    font-weight: normal;
    width: 560px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    margin-right: 76px;
    margin-bottom: 30px;
    border-radius: 5px;
    position: relative;
    box-sizing: border-box;
    transition: all .5s;
}

.formData .item:hover {
    color: #495057;
    background: #fff;
    border-color: #00b2ab;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0, 178, 171, .25);
}

.formData .item label {
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #666;
}

.formData .item input {
    outline: none;
    line-height: 38px;
    height: 38px;
    font-size: 18px;
}

.formData .item .txt {
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: block;
    background: none;
    padding-left: 70px;
    border: 0 none;
    color: #666;
    box-sizing: border-box;
}

.formData .item .red {
    position: absolute;
    right: 15px;
    top: 0;
    color: #ff0000;
    z-index: 11;
}

.formData .item.mr0 {
    margin-right: 0;
}

.formData .msg-box {
    position: absolute;
    left: 0;
    top: 0px;
}

.formData .liuyan {
    width: 1198px;
    height: 240px;
    border: 1px solid #e5e5e5;
    float: left;
}

.formData .liuyan label {
    text-align: right;
    display: block;
    top: 4px;
}

.formData .liuyan textarea {
    width: 100%;
    height: 100%;
    line-height: 35px;
    padding: 12px 10px;
    text-indent: 100px;
    font-size: 18px;
    font-family: "microsoft yahei";
    color: #666;
    border: 0 none;
    overflow: hidden;
    background: none;
    resize: none;
    display: block;
    outline: none;
    box-sizing: border-box;
}

.formData .bot {
    width: 100%;
}

.formData .sub {
    width: 232px;
    line-height: 46px;
    border: 2px solid #00b2ab;
    margin-right: 2px;
    text-align: center;
    background: #00b2ab;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    display: block;
    outline: none;
    transition: all .5s;
}

.formData .sub:hover {
    background: none;
    color: #00b2ab;
}

.formData .yzm {
    width: 432px;
}

.formData .yzm .txt {
    padding-left: 80px;
}

.formData .yzm img {
    position: absolute;
    right: 3px;
    top: 3px;
    border: 0px;
    display: block;
    height: 43px;
    cursor: pointer;
}

.showPro .reLink {
    margin-bottom: 0;
}

.showPro .showContxt {
    padding: 30px 0;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.showPro .showContxt img {
    max-width: 100%;
    height: auto !important;
}

.showPro .showimgCon {
    padding-bottom: 40px;
}

.showPro .showimgCon .txtcon {
    width: 360px;
    float: right;
    position: relative;
}

.showPro .showimgCon .txtcon .txt {
    color: #333;
    font-size: 16px;
}

.showPro .showimgCon .txtcon .txt .item {
    padding: 10px 0;
    line-height: 47px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.showPro .showimgCon .txtcon .txt .item .red {
    color: red;
    font-size: 17px;
}

.showPro .showimg {
    width: 460px;
    position: relative;
    float: left;
    overflow: hidden;
}

.showPro .showimg .bigimg {
    width: 460px;
    height: 345px;
    display: block;
    position: relative;
}

.showPro .showimg .bigimg .list {
    width: 5000%;
}

.showPro .showimg .bigimg .list li {
    width: 460px;
    height: 345px;
    float: left;
    border: 0;
    margin-right: 1px;
}

.showPro .showimg .bigimg .list img {
    width: 100%;
    height: 100%;
    display: block;
}

.showPro .showimg .smallimg {
    width: 460px;
    height: 58px;
    position: relative;
    margin-top: 7px;
    z-index: 10;
    overflow: hidden;
}

.showPro .showimg .list {
    width: 420px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.showPro .showimg .listcon {
    width: 600% !important;
    position: relative;
}

.showPro .showimg .prev,
.showPro .showimg .next {
    width: 15px;
    height: 100%;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    z-index: 10;
    position: absolute;
    top: 0;
    cursor: pointer;
    box-sizing: border-box;
    background: #f9f9f9;
    background-size: 71px;
    transition: all .5s;
}

.showPro .showimg .prev:after,
.showPro .showimg .next:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    border: 2px solid #333;
    border-style: none none solid solid;
    transform: rotate(45deg);
    transition: all .5s;
}

.showPro .showimg .next:after {
    margin-left: -7px;
    border-style: solid solid none none;
}

.showPro .showimg .prev:hover,
.showPro .showimg .next:hover {
    background-color: #00b2ab;
    border-color: #00b2ab;
}

.showPro .showimg .prev:hover:after,
.showPro .showimg .next:hover:after {
    border-color: #fff;
}

.showPro .showimg .prev {
    left: 0;
    background-position: 4px center;
}

.showPro .showimg .next {
    right: 0;
}

.showPro .showimg li {
    width: 72px;
    height: 54px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
    position: relative;
    border: 2px solid #ddd;
    transition: all .5s;
}

.showPro .showimg li img {
    width: 100%;
    height: 100%;
    display: block;
}

.showPro .showimg li.on {
    border-color: #00b2ab;
}

.relateTit {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    background: #00b2ab;
}

/*相关内容*/
.bg_main .relevant {
    margin-top: 30px;
}

.bg_main .relevant .tit {
    color: #fff;
    font-weight: bold;
    line-height: 40px;
    padding: 0 10px;
    background: #00b2ab;
}

.bg_main .relevant .new {
    padding-top: 10px;
}

.bg_main .relevant .new li {
    float: left;
    width: 417px;
    line-height: 40px;
    margin-right: 25px;
    border-bottom: 1px dotted #ddd;
}

.bg_main .relevant .new li:nth-child(2n) {
    margin-right: 0;
}

.bg_main .relevant .new li a {
    float: left;
    position: relative;
    width: 75%;
    color: #666;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bg_main .relevant .new li a:before {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #aaa;
}

.bg_main .relevant .new li span {
    color: #999;
}

.bg_main .relevant .new li a:hover {
    color: #00b2ab;
}

.bg_main .relevant .pic {
    padding-top: 15px;
}

.bg_main .relevant .pic li {
    float: left;
    width: 160px;
    margin-right: 15px;
}

.bg_main .relevant .pic li:nth-child(5n) {
    margin-right: 0;
}

.bg_main .relevant .pic li .img {
    height: 111px;
    padding: 5px;
    border: 1px solid #ccc;
    transition: all .5s;
}

.bg_main .relevant .pic li .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.bg_main .relevant .pic li h3 {
    color: #404040;
    line-height: 30px;
    text-align: center;
    transition: all .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bg_main .relevant .pic li:hover .img {
    border-color: #00b2ab;
}

.bg_main .relevant .pic l:hover h3 {
    color: #00b2ab;
}