﻿@charset "utf-8";
html {
    min-width: 1200px;
}


/*==========@@通用 开始@@==========*/


/*常用颜色*/

.red {
    color: #F00 !important;
}


/*清除浮动*/

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*其它*/

.hidden {
    display: none;
}


/*必须输入，主要*/

.required {
    color: red;
    font-weight: bold;
}

.form_text_verifycode {
    width: 80px;
}

.form_radio {
    width: auto;
    border: 0;
}

.form_checkbox {
    width: auto;
    border: 0
}


/*网站公用样式表*/

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

#header_main,
#top_main,
#banner_main,
#floor_1_main,
#links_main,
#footer_main {
    width: 100%;
    margin: 0;
}

.trans {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}


/*top*/

.header_main {
    width: 100%;
    z-index: 100;
    position: relative;
    height: 95px;
    background: #fff;
    transition: all .3s ease-in;
    top: 0;
}

.header_main .logo {
    display: block;
    padding-top: 8px;
}

.header_main .logo img {
    max-width: 100%;
    display: block;
    vertical-align: middle;
}

.topright {
    position: relative;
    width: 66%;
}

.topbtn {
    padding-right: 7%;
    position: relative;
    z-index: 10;
}

.topbtn .topsearch {
    width: 60px;
    border: 1px solid #52545b;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 6%;
    top: 0;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: block;
}

.header_main .search-box {
    position: absolute;
    right: 0;
    top: -25px;
    height: 80px;
    line-height: 80px;
    z-index: 99;
}

.header_main .search-box .butn {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-top: 19px;
    background: url(../images/ico_60.png) no-repeat center;
}

.header_main .search-box .butn i {
    width: 38px;
    height: 38px;
    display: none;
    background: url(../images/sou.png) no-repeat center;
    margin: 0 auto;
    border: 1px solid #52545b;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.header_main .search-box .butn.hov {
    background: none;
}

.header_main .search-box .butn.hov i {
    display: block;
}

.header_main .search-box .share-sub {
    position: absolute;
    right: 40px;
    top: 15px;
    width: 0;
    height: 48px;
    overflow: hidden;
    background: #ededed;
    border-radius: 5px 0 0 5px;
}

.header_main .search-box .share-sub .sub-btn {
    border: none;
    width: 48px;
    height: 48px;
    cursor: pointer;
    outline: none;
    background: url(../images/sou.png) no-repeat center #e9bb5f;
}

.header_main .search-box .share-sub .tex {
    width: 220px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 14px 10px;
    color: #666;
    border: none;
    background: #ededed;
    outline: none;
}

.header_main .search-box .lang-box {
    margin-top: 21px;
    margin-right: 39px;
}

.header_main .search-box .lang-box a {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin-left: 29px;
}

.header_main .search-box .lang-box .stt {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    color: #777;
    margin-right: 4px;
}

.header_main.fixt {
    /*position: fixed;*/
}

#nav .navlist {
    position: relative;
    display: block;
}

#nav li {
    float: left;
    display: inline-block;
    list-style: none;
    font-size: 16px;
    text-align: center;
    position: relative;
    height: 61px;
    width: 10.5%;
    padding-top: 34px;
}

#nav li:hover {
    background-color: #005198;
}

#nav li:hover a {
    color: #fff !important;
}

#nav li a {
    display: block;
    text-align: center;
    position: relative;
    color: #000;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.top .toprig .item h4 {
    display: block;
    font-size: 30px;
}


/*导航栏下拉*/

#nav ul .subnav {
    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 ul li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

#nav ul .subnav {
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 199;
}

#nav ul .subnav a {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
    max-width: 100%;
    border: 0 none;
    border-radius: initial;
}

#nav ul .subnav a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    text-indent: 3px;
}


/*侧边导航*/


/* banner */

#banner_main {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

#banner_main .banner {
    height: 830px;
}

#banner {
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#banner,
.banner ul {
    max-height: 830px;
    overflow: hidden;
}

.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.banner li img {
    width: 1920px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

#banner .tip {
    width: 1000px;
    height: 20px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 20px;
    z-index: 3;
}

#banner .tip span {
    height: 5px;
    margin: 0 2px;
    width: 50px;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    background: #fff;
    opacity: .6;
    filter: Alpha(opacity=60);
    *zoom: 1;
}

#banner .tip span.cur {
    background-color: #585858;
    opacity: 1;
    filter: Alpha(opacity=100);
}

#banner #btn_prev,
#banner #btn_next {
    width: 40px;
    height: 90px;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -45px;
    -webkit-transition: all .0s ease-in-out 0s;
    -moz-transition: all .0s ease-in-out 0s;
    transition: all .0s ease-in-out 0s;
}

#banner #btn_prev {
    background-position: 0 0;
    left: 5%;
}

#banner #btn_next {
    background-position: -50px 0;
    right: 5%;
}

#banner #btn_prev:hover {
    background-position: 0 -98px;
}

#banner #btn_next:hover {
    background-position: -50px -98px;
}


/*banner end*/

.transs {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.index .title {
    text-align: center;
    width: 100%;
    padding-bottom: 30px;
}

.index .title h3 {
    font-size: 30px;
    font-weight: normal;
    display: block;
    line-height: 30px;
    background: url(../images/title.png) no-repeat center;
}

.index .title p {
    color: #999;
    font-size: 20px;
    text-transform: uppercase;
    font-family: " ", "Arial";
    padding-top: 14px;
}

.index .title h3 b {
    display: inline-block;
}

.imenu {
    text-align: center;
}

.imenu a {
    font-size: 16px;
    display: inline-block;
    padding: 0 24px;
    text-align: center;
    border-left: 1px solid #e9bb5f;
    height: 20px;
    line-height: 20px;
}

.imenu a:first-child {
    border-left: 0 none;
}

.imenu a:hover {
    color: #e9bb5f;
}

.index .floor_1_main {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ipro {
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}

.ipro .list {
    width: 108%;
}

.ipro .item {
    float: left;
    width: 386px;
    display: block;
    height: 290px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
}

.ipro .item a {
    display: block;
    position: relative;
    width: 100%;
    height: 290px;
}

.ipro .item img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    width: 100%;
    height: 100%;
    display: block;
}

.ipro .item:hover img {
    transform: scale(1.06, 1.06);
}

.ipro .item h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-indent: 30px;
    font-weight: normal;
    font-size: 16px;
    height: 65px;
    line-height: 65px;
    background: url(../images/black60.png) repeat;
    color: #fff;
}

.ipro .item em {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 2;
    width: 32px;
    height: 26px;
    background-position: -190px 0;
    display: block;
    margin-right: 30px;
    vertical-align: middle;
}

.ipro .item:hover h3 {
    background: url(../images/ipro_t.png) repeat-x left top;
}

.index .floor_2_main {
    background: url(../images/iyoushi.jpg) no-repeat center top;
    height: 800px;
    overflow: hidden;
}

.index .floor_2,
.index .floor_3 {
    padding: 80px 0;
    position: relative;
}

.index .floor_2 .title {
    color: #fff;
}

.iyoushi {
    background: url(../images/bieshu.png) no-repeat 460px center;
    height: 536px;
    overflow: hidden;
}

.iyoushi .item {
    width: 375px;
    height: 128px;
    background: url(../images/yousitem.png) no-repeat left top;
    float: left;
    margin-top: 40px;
}

.iyoushi .item a {
    display: block;
    padding: 40px;
}

.iyoushi .item .img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    margin-left: 10px;
}

.iyoushi .item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    display: block;
}

.iyoushi .item .txt {
    width: 140px;
    padding-left: 60px;
    color: #fff;
}

.iyoushi .item .txt h3 {
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.iyoushi .item .txt p {
    font-family: " ", "Arial";
    color: #cccccc;
    padding-top: 0;
}

.iyoushi .it1,
.iyoushi .it5 {
    margin-left: 62px;
    margin-right: 60px;
}

.iyoushi .it2,
.iyoushi .it6 {
    margin-right: 65px;
    float: right;
}

.iyoushi .it4 {
    float: right;
}

.iyoushi .item:hover {
    background: url(../images/yousitem_a.png) no-repeat left top;
}

.iyoushi .item:hover .txt h3 {
    color: #e9bb5f;
}

.iyoushi .item:hover .img img {
    top: -50px;
}

.xunpan {
    width: 100%;
    background: url(../images/xunpan.jpg) no-repeat center top;
    height: 200px;
    color: #fff;
}

.xunpan .zixun {
    width: 300px;
    padding-top: 40px;
    text-align: center;
}

.xunpan .zixun a {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    height: 50px;
    display: block;
    line-height: 50px;
    color: #fff;
    background: #3fb145;
    font-size: 20px;
}

.xunpan .zixun:hover a {
    background: #43be4a;
}

.xunpan .tel {
    border: 1px solid #85878d;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    font-family: " ", "Arial";
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin-bottom: 20px;
}

.xunpan .tel em {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-position: -100px 0;
    margin-right: 10px;
}

.xunpan strong {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding-right: 10px;
    font-style: italic;
}

.xunpan p {
    font-size: 20px;
}

.xunpan .bigtxt {
    font-size: 40px;
    padding-bottom: 20px;
    padding-top: 54px;
}

.floor_3_main {
    overflow: hidden;
}

.liuc {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.liuc .list {
    width: 108%;
}

.liuc li {
    float: left;
    width: 206px;
}

.liuc li .Piece {
    width: 168px;
    height: 188px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    float: left;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 0 0 #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.liuc li .jtou {
    width: 36px;
    height: 188px;
    background: url(../images/jtou.png) no-repeat center;
    float: left;
    display: block;
}

.liuc li img {
    max-width: 100px;
    max-height: 80px;
    display: block;
    margin: 0 auto;
}

.liuc li p {
    text-align: center;
    padding-top: 40px;
    height: 88px;
}

.liuc li:last-child .jtou {
    display: none;
}

.liuc li:hover .Piece {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.floor_4_main {
    overflow: hidden;
    width: 100%;
}

.index .floor_4 {
    padding: 20px 0 40px;
    position: relative;
}

.textlist {}

.textlist .list {
    width: 100%;
    padding-bottom: 30px !important;
}

.textlist .item {
    float: left;
    width: 375px;
    height: 400px;
    margin-right: 37px;
    transition: all 0.2s linear 0s;
    margin-bottom: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    background: #fff;
}

.textlist .item a {
    display: block;
    padding: 0;
    color: #333;
}

.textlist .item .img {
    width: 375px;
    height: 281px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.textlist .item .img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out 0s;
    display: block;
}

.textlist .item:hover .img img {
    transform: scale(1.1, 1.1);
}

.textlist .item .txt {
    padding: 30px 40px 0;
}

.textlist .item h3 {
    font-size: 18px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.textlist .desc {
    line-height: 24px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
    padding-top: 10px;
}

.textlist span {
    display: block;
    color: #666;
    font-family: " ", "Arial";
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.textlist .item:hover {
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.textlist .item:hover h3 {
    color: #e9bb5f;
}

.floor_4 .btn {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.floor_4 .btn.prev {
    background-position: -100px -50px;
    left: -5%;
}

.floor_4 .btn.next {
    background-position: -190px -50px;
    right: -5%;
}

.floor_4 .btn.prev:hover {
    background-position: -145px -50px;
}

.floor_4 .btn.next:hover {
    background-position: -236px -50px;
}

.indnews {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.index .more {
    width: 180px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 40px auto 0;
    background: #444;
    transition: all 0.2s linear 0s;
}

.index .more:hover {
    background: #e9bb5f;
    color: #fff;
    text-indent: 10px;
}

.ipatent_main {
    width: 100%;
    background: url(../images/patent.jpg) no-repeat center top;
    height: 460px;
    overflow: hidden;
}

.ipatent_main .floor {
    overflow: hidden;
    padding: 100px 0;
}

.ipatent_main .title {
    color: #fff;
}

.ipatent_main .title h3 {
    background: url(../images/title1.png) no-repeat center;
}

.ipatent {
    padding-top: 40px;
}

.ipatent .item {
    width: 580px;
    height: 140px;
    background: url(../images/pat_bk.png) no-repeat left top;
    float: left;
    margin-left: 37px;
}

.ipatent .item:first-child {
    margin-left: 0;
}

.ipatent .item a {
    display: block;
    padding: 30px;
}

.ipatent .item .img {
    width: 64px;
    height: 60px;
    overflow: hidden;
    position: relative;
    margin-right: 40px;
    margin-left: 22px;
    margin-top: 10px;
}

.ipatent .item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}

.ipatent .item .txt {
    width: 350px;
    color: #fff;
    padding-left: 20px;
}

.ipatent .item .txt h3 {
    font-size: 20px;
    font-weight: bold;
}

.ipatent .item .txt p {
    font-family: " ", "Arial";
    color: #cccccc;
    padding-top: 0;
}

.newsBox {
    width: 380px;
    height: 410px;
    overflow: hidden;
    position: relative;
}

.newsBox .bd {
    border: 1px solid #ddd;
}

.newsBox .hd {
    height: 28px;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
    z-index: 10;
    padding-left: 20px;
    text-align: center;
}

.newsBox .hd ul {
    overflow: hidden;
    zoom: 1;
}

.newsBox .hd ul li {
    margin-right: 6px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #999;
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
}

.newsBox .hd ul li.on {
    background: #e9bb5f;
    color: #fff;
}

.picBox .bd {
    height: 100%;
    z-index: 0;
}

.newsBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
    height: 408px;
    overflow: hidden;
}

.newsBox .bd img {
    width: 380px;
    /*height: 285px;*/
    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;
}

.newsBox .bd li h3 {
    display: block;
    font-size: 18px;
    color: #000;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.newsBox .bd li .txt {
    z-index: 5;
    padding: 15px 20px;
    border-top: 0 none;
    height: 93px;
}

.newsBox .bd li p {
    padding: 0;
    color: #666;
    line-height: 24px;
    height: 45px;
    overflow: hidden;
}

.newsBox .bd li .time {
    font-size: 16px;
    padding-right: 30px;
    padding-top: 28px;
}

.newsBox .bd li a:hover h3 {
    color: #e9bb5f;
}

.newsBox .bd li a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.index .txtlistbox {
    width: 800px;
}

.txtlistbox .item {
    border: 1px solid #ddd;
    margin-bottom: 16px;
    transition: all 0.2s linear 0s;
    +margin-bottom: 18px;
}

.txtlistbox .item a {
    display: block;
    padding: 28px;
}

.txtlistbox .item h3 {
    font-size: 18px;
    vertical-align: top;
}

.txtlistbox .item p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    color: #666;
}

.txtlistbox .item .time {
    display: block;
    width: 90px;
    height: 66px;
    border-right: 1px solid #ddd;
    line-height: 20px;
    margin-right: 30px;
    color: #666;
    vertical-align: middle;
    *zoom: 1;
}

.txtlistbox .item .time b {
    color: #666;
    display: block;
    font-size: 48px;
    line-height: 48px;
}

.txtlistbox .item:hover {
    border: 1px solid #e9bb5f;
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.iabout {
    width: 100%;
    background: url(../images/fl6.jpg) no-repeat center bottom #f8f8f8;
    padding: 80px 0;
}

.iabout .txt {
    width: 470px;
    height: 240px;
    display: block;
    background: #fff;
    padding: 40px;
}

.iabout .txt img {
    max-width: 100%;
    display: block;
}

.iabout .txt p {
    padding-top: 20px;
    color: #333;
}

.iabout .txt span {
    width: 154px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: block;
    border: 1px solid #1a7140;
    margin-top: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}

.iabout .txt:hover span {
    background: #1a7140;
    color: #fff;
}

.iabout .img {
    width: 650px;
    height: 320px;
    display: block;
    overflow: hidden;
}

.iabout .img img {
    width: 100%;
    display: block;
}


/*底部信息*/


/*footer_main*/

.footer_main {
    width: 100%;
    background: #2b32d8;
    color: #fff;
}

.footer_main .footer {
    padding: 20px 0;
    width: 1000px;
}

.footer_main .footer .links {
    padding: 0px 0;
    margin-bottom: 40px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}

.footer_main .footer .links span {
    color: #fff;
    display: inline-block;
}

.footer_main .footer .links a {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-right: 10px;
}

.footer_main .footer .links a:hover {
    color: #e9bb5f;
}

.footer_main .qcode {
    width: 490px;
}

.footer_main .qcode .ewm {
    width: 130px;
    height: 130px;
    display: block;
    /*border: 5px solid #2b32d8;
	margin-right: 10px;*/
}

.footer_main .btel {
    width: 300px;
    line-height: 28px;
}

.footer_main .btel img {
    display: block;
    margin: 0 auto 8px;
    max-width: 100%;
    max-height: 60%;
}

.footer_main .btel .p1 {
    color: #fff;
}

.footer_main .btel .p2 {
    font-family: " ", "Arial";
    font-size: 34px;
    color: #e9bb5f;
    line-height: 34px;
    padding-bottom: 5px;
}

.footer_main .btel .p3 {
    color: #fff;
    line-height: 22px;
}

.footer_main .botnavlist {}

.footer_main .botnavlist li {
    float: left;
    width: 100px;
    padding: 0 0 0 48px;
    display: block;
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    border-right: 1px solid #353535;
    overflow: hidden;
}

.footer_main .botnavlist li:first-child {
    padding-left: 0px;
}

.footer_main .botnavlist li a {
    color: #fff;
    display: block;
    line-height: 32px;
    font-size: 16px;
}

.footer_main .botnavlist li a:hover {
    color: #e9bb5f;
}

.footer_main .botnavlist li .drop {
    padding-top: 10px;
}

.footer_main .botnavlist li .drop a {
    display: block;
    line-height: 26px;
    color: #999;
    width: 100%;
    font-size: 12px;
}

.footer_main .botnavlist li .drop a:hover {
    color: #e9bb5f;
}

.copymain {
    border-top: 1px solid #fff;
    line-height: 60px;
    color: #fff;
    font-size: 12px;
}

.copymain a {
    color: #fff;
}

.copymain a:hover {
    color: #e9bb5f;
}

.footer_main .yyzz {
    padding: 0 8px;
}


/********.fixtool*********/

.toolbar {
    width: 130px;
    position: fixed;
    right: 0;
    top: 460px;
    z-index: 999;
}

.toolbar dd {
    width: 130px;
    height: 55px;
    margin-bottom: 0;
    position: relative;
}

.toolbar dd a {
    color: #fff;
    width: 130px;
    height: 55px;
    display: block;
    cursor: pointer;
    text-align: center;
    background: url(../images/rightfixicon.png) no-repeat -36px 0;
    line-height: 45px;
    -webkit-transition: all .0s ease-in-out 0s;
    -moz-transition: all .0s ease-in-out 0s;
    transition: all .0s ease-in-out 0s;
}

.toolbar dd a span {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/rightfixicon.png) no-repeat 0 0;
    vertical-align: middle;
    margin-right: 5px;
}

.toolbar dd a:hover {
    background-position: -168px 0;
}

.toolbar .pop {
    position: absolute;
    right: 90px;
    top: -45px;
    background: #e9bb5f;
    display: none;
}

.toolbar .pop-code {
    width: 100px;
    padding: 15px 15px 0;
}

.toolbar .pop-code img {
    width: 100px;
    height: 100px;
    display: block;
}

.toolbar .pop-code h3 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

.toolbar .zxzx span {
    background-position: 0 4px;
}

.toolbar .lf span {
    background-position: 0 -33px;
}

.toolbar .bj span {
    background-position: 0 -65px;
}

.toolbar .code span {
    background-position: 0 -33px;
}

.toolbar .top {
    width: 130px;
    height: 45px;
    background: #e9bb5f;
}

.toolbar .top span {
    background-position: 0 -127px;
}

.toolbar .top:hover {
    background: #e9bb5f;
}

.toolbar .side_tel {
    position: absolute;
    right: 0;
    top: 0;
    background: #e9bb5f;
    height: 45px;
    line-height: 45px;
    color: #fff;
    width: 0;
    text-align: center;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@font-face {
    font-family: " ", "Arial";
    src: url("../font/ADELE.eot");
    src: url("../fonts/adele.eot") format("eot"), url("../fonts/adele.ttf") format("truetype");
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible!important;
    -ms-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

.yanf {
    height: 540px;
    width: 1200px;
    margin: 0 auto;
}

.yanf .titis h4 {
    color: #333333
}

.yanf .titis p {
    background: url(../images/al_tt.jpg) no-repeat center;
    letter-spacing: 8px;
    text-align: center;
    font-size: 16px;
}

.yanf .titis p em {
    color: #009b4d;
    padding: 0 8px;
}

.zs_c {
    background: url(../images/zs_u.jpg) no-repeat left top;
    height: 258px;
    padding: 75px 0 0 400px;
}

.zs_j1,
.zs_j2 {
    padding-top: 81px;
}

.zs_j1 {
    margin-right: 32px;
}

.zs_c ul {
    float: left;
    width: 720px;
}

.zs_c li {
    float: left;
    font-size: 0;
    line-height: 0;
    margin-right: 24px;
    width: 152px;
}

.zs_c li img {
    width: 152px;
    height: 195px;
}

.zs_c li span {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #333333;
    text-align: center;
    padding-top: 11px;
}

.yf_c li {
    float: left;
    font-size: 0;
    line-height: 0;
    width: 385px;
    position: relative;
    margin-right: 15px;
}

.yf_c li b img {
    width: 385px;
    height: 340px;
}

.yf_c li p {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.yf_c li p i {
    padding-top: 50px;
    font-size: 0;
    line-height: 0;
    display: block;
    height: 85px;
    background: url(../images/yf_a.png) no-repeat center bottom;
}

.yf_c li p span {
    display: block;
    height: 46px;
    line-height: 46px;
    padding-top: 18px;
    font-size: 36px;
    color: #e7bd6b;
    font-weight: bold;
}

.yf_c li p em {
    font-size: 16px;
    color: #e7bd6b;
    line-height: 28px;
    padding: 16px 40px 0;
    display: block;
}

.yf_c li.cur p i {
    animation-duration: 3s;
    animation-name: flipInY;
}

.titis h4 {
    font-size: 40px;
    text-align: center;
    height: 68px;
    line-height: 68px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #697b72;
}

.yinz {
    height: 830px;
    overflow: hidden;
    background: #eee;
}

.yinz h2 {
    text-align: center;
    font: 45px " ";
    font-weight: bold;
    color: #4e4131;
    height: 93px;
    overflow: hidden;
}

.yinz dl {
    height: 374px;
}

.yinz dt {
    width: 960px;
    height: 615px;
    float: right;
    position: relative;
    margin: -18px -360px 0 0;
    overflow: hidden;
}

.yinz dt img {
    display: block;
    width: 960px;
    height: 615px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.yinz dt a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
}

.yinz dd {
    width: 571px;
    float: left;
}

.yinz dd h3 {
    font: 22px "Times New Roman", Times, serif;
    background: url(../images/yinz_h.png) no-repeat left center;
    text-transform: uppercase;
    line-height: 40px;
    padding: 11px 0 11px 120px;
}

.yinz dd h3 em {
    display: block;
}

.yinz dd p {
    font: 16px " ";
    line-height: 24px;
    color: #333;
    margin: 22px 0 4px;
}

.yinz h5 {
    width: 900px;
    height: 210px;
    overflow: hidden;
    background: #e7bd6b;
    position: relative;
    z-index: 1;
}

.yinz h5 span {
    display: block;
    width: 185px;
    float: left;
    padding: 50px 0 0 40px;
    height: 210px;
    position: relative;
    font: 16px " ";
    color: #282828;
}

.yinz h5 span:before {
    content: "";
    position: absolute;
    top: 70px;
    right: 0;
    width: 1px;
    height: 70px;
    background: #a28448;
}

.yinz h5 span:last-child:before {
    background: none;
}

.yinz h5 span:nth-child(1),
.yinz h5 span:nth-child(2) {
    padding-left: 70px;
    width: 155px;
}

.yinz h5 span em {
    display: block;
    font: 60px "Times New Roman", Times, serif;
}

.yinz h5 span em .num {
    font: 60px "Times New Roman", Times, serif;
    display: inline-block;
}

.yinz h5 span i {
    font: 14px " ";
}

.yinz h5 span b {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #282828;
    font: 14px " ";
    color: #e7bd6b;
    text-align: center;
    line-height: 20px;
}

.yinz h5 span:hover {
    color: #fff;
}

.yinz h5 span:hover b {
    background: #fff;
    color: #e7bd6b;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.titis p {
    background: url(../images/al_tt.jpg) no-repeat center;
    letter-spacing: 8px;
    text-align: center;
    font-size: 16px;
}

.titis {
    height: 127px;
    margin-top: 30px;
}

.supp {
    height: 840px;
    padding-top: 20px;
    background: url(../images/jiangx_bg.jpg) no-repeat center top;
}

.supp h2 {
    text-align: center;
    height: 164px;
}

.supp h2 em {
    display: block;
    font: 18px " ";
    background: url(../images/supp_h.png) no-repeat center top;
    padding-top: 36px;
    margin-top: 5px;
    color: #e7bd6b;
}

.suppt {
    width: 400px;
    float: left;
    overflow: hidden;
}

.suppt li {
    width: 167px;
    height: 115px;
    padding: 20px 0 0 20px;
    margin: 0 13px 14px 0;
    font: 16px " ";
    line-height: 27px;
    color: #e7bd6b;
    background: #383838;
    float: left;
}

.suppt li b {
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.suppt li span {
    display: block;
    width: 42px;
    height: 40px;
    position: relative;
}

.suppt li span em {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.suppt li span i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.1s ease 0.2s;
    transition: all 0.1s ease 0.2s;
}

.suppt .cur {
    background: #e7bd6b;
    color: #000;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    transition-property: background;
    -moz-transition-property: background;
    /* Firefox 4 */
    -webkit-transition-property: background;
    /* Safari 和 Chrome */
    -o-transition-property: background;
}

.suppt .cur span em {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%) rotate(180deg);
    transform: translateX(100%) rotate(180deg);
}

.suppt .cur span i {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.supp1 {
    width: 800px;
    float: right;
    overflow: hidden;
}

.supp1 dl {
    height: 580px;
    position: relative;
    overflow: hidden;
}

.supp1 dt img {
    display: block;
    width: 800px;
    height: 580px;
}

.supp1 dd {
    height: 90px;
    font: 15px " ";
    line-height: 30px;
    color: #e7bd6b;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.g_hz {
    height: 520px;
    padding-top: 20px;
    background: #f5f5f5;
}

.g_hz .content {
    width: 1200px;
}

.g_hz h2 {
    background: url(../images/hztit.jpg) no-repeat;
    height: 100px;
    padding-top: 30px;
    text-align: center;
    font-size: 38px;
    color: #333333;
    font-weight: normal;
}

.g_hz h2 a {
    color: #333333;
}

.g_hz h2 em {
    color: #666666;
    display: block;
    font-size: 18px;
}

.g_hz li {
    float: left;
    position: relative;
    margin-right: 8px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.g_hz li img {
    width: 229px;
    /*height: 129px;*/
    border: 1px solid #e5e5e5;
    display: block;
    border-right: none;
    border-bottom: none;
}

.g_hz .li5 {
    border-right: 1px solid #e5e5e5;
}

.g_hz .li6 {
    border-bottom: 1px solid #e5e5e5;
}

.g_hz li a span {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    font-size: 24px;
    height: 100%;
    left: 0;
    line-height: 129px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.g_hz li a:hover span {
    opacity: 1;
    transform: scale(1);
}

.f_cb:after,
.f_cbli li:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.jingx {
    height: 683px;
    overflow: hidden;
    background: url(../images/jiangx_bg.jpg);
}

.jingx h2 {
    text-align: center;
    height: 154px;
}

.jingx h2 em {
    display: block;
    font: 18px " ";
    color: #c09b50;
    padding-top: 24px;
}

.jingx ul {
    height: 500px;
    position: relative;
}

.jingx li {
    width: 290px;
    float: left;
    text-align: center;
    font: 22px " ";
    font-weight: bold;
    color: #e9bb5f;
    height: 200px;
    position: relative;
    border: 2px solid;
    margin-right: 6px;
    margin-bottom: 8px;
    border-radius: 12px;
}

.jingx li span {
    display: block;
    width: 88px;
    height: 88px;
    position: relative;
    margin: 25px auto;
}

.jingx li span em {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.jingx li span i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.1s ease 0.2s;
    transition: all 0.1s ease 0.2s;
}

.jingx li img {
    display: block;
    width: 88px;
    height: 88px;
}

.jingx li b {
    display: block;
    font: 17px " ";
    color: #856c3a;
    padding-top: 10px;
}

.jingx li:nth-child(4n):before {
    background: none;
}

.jingx li:hover em {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -transform: scale(1.2, 1.2);
}


/*.jingx li:hover i{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.jingx li:hover{ color:#c0b189;}
.jingx li:hover b{ color:#96896b;}
*/

.faalbj {
    height: 454px;
}

.faal h3 {
    text-align: center;
    margin-bottom: 39px;
}

.faal h3 span {
    display: block;
    width: 423px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    margin: 0 auto 13px;
    font-size: 40px;
    color: #333333;
    padding: 0 131px;
    position: relative;
}

.faal h3 span:before {
    width: 100px;
    height: 7px;
    background: url(../images/xt1.png) no-repeat center;
    content: "";
    position: absolute;
    left: 0;
    bottom: 15px;
}

.faal h3 span:after {
    width: 100px;
    height: 7px;
    background: url(../images/xt2.png) no-repeat center;
    content: "";
    position: absolute;
    right: 0;
    bottom: 15px;
}

.faal h3 i {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #666666;
}

.faal .fanav {
    width: 189px;
    height: 416px;
    float: left;
    background: #f4f2f2;
}

.faal .fanav ul li {
    height: 50px;
    line-height: 50px;
    padding-left: 47px;
    border-bottom: 1px solid #d0cece;
    transition: all 0.3s linear;
    position: relative;
}

.faal .fanav ul li em {
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
}

.faal .fanav ul li .fa1 {
    background: url(../images/fa1.png) no-repeat left;
}

.faal .fanav ul li .fa2 {
    background: url(../images/fa2.png) no-repeat left;
}

.faal .fanav ul li .fa3 {
    background: url(../images/fa3.png) no-repeat left;
}

.faal .fanav ul li .fa4 {
    background: url(../images/fa4.png) no-repeat left;
}

.faal .fanav ul li .fa5 {
    background: url(../images/fa5.png) no-repeat left;
}

.faal .fanav ul li .fa6 {
    background: url(../images/fa6.png) no-repeat left;
}

.faal .fanav ul li .fa7 {
    background: url(../images/fa7.png) no-repeat left;
}

.faal .fanav ul li i {
    display: none;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #17494a;
    position: absolute;
    top: 21px;
    right: -16px;
    z-index: 100;
}

.faal .fanav span {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 47px;
}

.faal .fanav span em {
    display: block;
    background: url(../images/fa8.png) no-repeat left;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
}

.faal .fanav ul li.cur {
    height: 59px;
    border-bottom: 0;
    background: #17494a;
    line-height: 59px;
}

.faal .fanav ul li.cur em {
    color: #FFF;
    height: 59px;
    -webkit-filter: brightness(2000);
    filter: brightness(2000);
    line-height: 59px;
}

.faal .fanav ul li.cur i {
    display: block;
}

.faal .fanav span:hover {
    background: #17494a;
}

.faal .fanav span:hover em {
    color: #FFF;
    -webkit-filter: brightness(2000);
    filter: brightness(2000);
}

.faal .ys_box {
    width: 1011px;
    float: right;
}

.faal dl {
    float: left;
    width: 1010px;
}

.faal dl dt {
    width: 648px;
    height: 416px;
    float: left;
}

.faal dl dt img {
    width: 648px;
    height: 416px;
}

.faal dl dd {
    width: 362px;
    height: 416px;
    float: left;
    background: #EEEEEE;
}

.faal dl dd span {
    display: block;
    padding-top: 71px;
    margin-left: 26px;
    height: 50px;
    line-height: 20px;
    position: relative;
    margin-bottom: 30px;
}

.faal dl dd span:before {
    width: 100px;
    height: 1px;
    background: #DA251C;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.faal dl dd span a {
    font-size: 20px;
    font-weight: bold;
    color: #17494A;
}

.faal dl dd p {
    width: 308px;
    height: 87px;
    padding-left: 26px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 58px;
}

.faal dl dd strong {
    display: block;
    padding-left: 91px;
    font-weight: normal;
    font-size: 18px;
    color: #666666;
    background: url(../images/ph.png) no-repeat left;
}

.faal dl dd strong i {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.faal .faqh {
    height: 310px;
    overflow: hidden;
}

.faal .faqh ul {
    height: 310px;
}

.faal .faqh ul li {
    float: left;
    width: 385px;
    height: 238px;
    position: relative;
    margin-right: 23px;
}

.faal .faqh ul li span {
    display: block;
    width: 385px;
    height: 238px;
}

.faal .faqh ul li span img {
    width: 385px;
    height: 238px;
}

.faal .faqh ul li i {
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.faal .faqh ul li .xs {
    display: none;
    width: 385px;
    height: 169px;
    padding-top: 69px;
    background: url(../images/wzbj.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
}

.faal .faqh ul li .xs em {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FEFEFE;
    height: 40px;
    margin-bottom: 18px;
    background: url(../images/xt5.jpg) no-repeat bottom center;
}

.faal .faqh ul li .xs p {
    text-align: center;
    font-size: 14px;
    color: #FEFEFE;
    width: 293px;
    height: 38px;
    margin: 0 auto;
}

.faal .faqh ul li .xs p a {
    color: #da251c;
}

.faal .faqh ul li:hover .xs {
    display: block;
}

.faal .qh {
    position: relative;
}

.faal .qh .jt i {
    display: block;
    width: 19px;
    height: 34px;
}

.faal .qh .jt .prev {
    background: url(../images/prev.png) no-repeat center;
    position: absolute;
    top: 106px;
    left: -44px;
}

.faal .qh .jt .next {
    background: url(../images/next.png) no-repeat center;
    position: absolute;
    top: 106px;
    right: -44px;
}


/*ä¸»ä½“ç¬¬ä¸‰è¡Œ*/

.main3 {
    width: 100%;
    padding-top: 20px;
    height: 760px;
    background: url(../images/main3.jpg);
}

.main3 .main3_l {
    width: 1200px;
    margin: 0 auto;
}

.main3 .main3_1b {
    float: left;
    width: 100%;
}

.main3 .main3_1b_1 {
    float: left;
    width: 100%;
}

.main3 .main3_1b_1 li {
    float: left;
    position: relative;
    width: 24.1%;
    margin: 20px 0.9% 0 0;
    height: 260px;
}

.main3 .main3_1b_1 li a {
    color: #fff;
    font-size: 16px
}

.main3 .main3_1b3 {
    position: relative;
}

.main3 .main3_1b1 {
    line-height: 42px;
    text-align: center;
    color: #fff;
}

.main3 .main3_1b3 img {
    width: 100%;
}

.main3 .main3_1b2 {
    width: 86%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 209px;
    padding: 0 20px;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99000000', endColorstr='#99000000');
    background: rgba(0, 0, 0, 0.6);
}

.main3 .main3_1b4 {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #fff;
}

.main3 .main3_1b2 p {
    line-height: 22px;
    font-size: 14px;
    margin-top: 17px;
}

.main3 .main3_1b5 {
    display: block
}

.main3 .main3_r {
    width: 24.78%;
    float: left
}

.main3 .main3_r ul {
    float: left;
    width: 100%;
    margin-top: 6.7%;
}

.main3 .main3_r ul li {
    float: left;
    width: 46.75%;
    text-align: center;
    position: relative;
    height: 180px;
}

.main3 .main3_r ul li img {
    width: 100%;
    height: 180px;
}

.main3 .main3_r ul li span {
    position: absolute;
    bottom: 10%;
    width: 100%;
}

.main3 .main3_r ul li .main3_2b {
    display: none;
}

.main3 .main3_r ul li .main3_2t {
    display: block;
}

.main3 .main3_r ul li .main3_2t span {
    display: block;
    color: #333
}

.main3 .main3_r ul li .main3_2b span {
    display: block;
    color: #fff
}

.main3 .main3_2t2 {
    display: none;
}

.gai-case {
    padding: 10px 0 0px;
    height: 1320px;
}

.caselist-product {
    height: auto;
}

.w1400 {
    width: 1200px;
    margin: 0 auto;
}

.caselist-product ul li {
    width: 384px;
    height: 394px;
    border: 1px solid #f3f3f3;
    margin-right: 14px;
    margin-bottom: 30px;
    float: left;
    transform: translate(0, 0);
    transition: all 0.6s;
}

.caselist-product ul li .p-tu {
    width: 384px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.caselist-product ul li .p-tu img {
    transform: scale(1.0, 1.0);
    transition: all 0.4s;
}

.caselist-product ul li dl {
    width: 375px;
    margin: 0 auto;
    margin-top: 25px;
}

.caselist-product ul li dl dt {
    float: left;
    width: 328px;
}

.caselist-product ul li dl dt h4 {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
}

.caselist-product ul li dl dt h4 a {
    color: #333;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.caselist-product ul li dl dd {
    float: right;
    width: 43px;
    height: 40px;
    padding-top: 3px;
    border-radius: 6px;
    border: 1px solid #666;
    text-align: center;
}

.caselist-product ul li dl dd a {
    display: block;
    line-height: 18px;
}

.g_zs2 {
    height: 500px;
    background: url(../images/zsbg.jpg) no-repeat center top;
}

.g_zs2 h2 {
    height: 130px;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: #e7bd6b;
    font-weight: bold;
}

.g_zs2 h2 a {
    color: #e7bd6b;
}

.g_zs2 h2 em {
    display: block;
    font-size: 22px;
    color: #666666;
    font-weight: normal;
}

.zz ul {
    height: 293px;
    width: 90px;
}

.zz_q {
    width: 90px;
    float: left;
}

.zz_change {
    float: right;
}

.zz ul li {
    float: left;
    width: 90px;
    height: 99px;
    line-height: 99px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.zz ul li a {
    color: #fff;
    display: block;
    background: #333333;
}

.zz ul li a:hover,
.zz ul li.cur a {
    background: #e7bd6b;
}

.zz-s {
    height: 307px;
    overflow: hidden;
}

.zz-s ol li {
    position: relative;
    float: left;
    width: 286px;
    height: 440px;
    overflow: hidden;
    background: none;
    background: url(../images/zsk.jpg) no-repeat;
    margin-right: 16px;
    transition: all 0.3s linear 0s;
}

.zz-s ol li:hover {
    transform: translateX(-5px);
}

.zz-s ol li.no {
    margin: 0;
}

.zz-s ol li img {
    width: 254px;
    height: 348px;
    display: block;
    transition: all 0.3s linear 0s;
    padding: 16px;
}

.zz-s ol li em {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.zz-s2 {
    height: 307px;
    overflow: hidden;
}

.zz-s2 ol li {
    position: relative;
    float: left;
    width: 282px;
    overflow: hidden;
    background: none;
    margin-right: 16px;
    transition: all 0.3s linear 0s;
}

.zz-s2 ol li:hover {
    transform: translateX(-5px);
}

.zz-s2 ol li.no {
    margin: 0;
}

.zz-s2 ol li img {
    width: 278px;
    height: 376px;
    display: block;
    transition: all 0.3s linear 0s;
    border: 2px solid #fff;
}

.zz-s2 ol li em {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.zz_box {
    position: relative;
}

.zz_box .ljt,
.zz_box .rjt {
    width: 24px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    display: block;
    z-index: 10;
}

.zz_box .ljt {
    left: -45px;
    top: 180px;
}

.zz_box .rjt {
    right: -45px;
    top: 180px;
}

.zz_box .ljt a {
    background: url(../images/ljt.png) no-repeat;
    width: 24px;
    height: 40px;
    display: block;
}

.zz_box .rjt a {
    background: url(../images/rjt.png) no-repeat right 0;
    width: 24px;
    height: 40px;
    display: block;
}

.wh {
    height: 580px;
    background: #eee;
    padding: 60px 0px;
    margin-bottom: 30px;
}

.g_ab {
    background: url(../images/founder.jpg);
    height: 391px;
}

.g_ab dt {
    float: left;
    width: 562px;
    overflow: hidden;
}

.g_ab dt img {
    width: 562px;
    height: 555px;
    display: block;
    transition: all 0.3s linear 0s;
}

.g_ab dd {
    /*float: left;width: 500px;margin-top: 90px;padding-left: 120px;*/
}

.g_ab h3 a {
    display: block;
    height: 55px;
    font-size: 48px;
    font-weight: normal;
    color: #fff;
    text-shadow: -1px -1px 0 #4f4d57, 1px -1px 0 #4f4d57, -1px 1px 0 #4f4d57, 1px 1px 0 #4f4d57, 0px 2px 2px rgba(0, 0, 0, 1);
}

.g_ab h3 em {
    display: block;
    font-size: 20px;
    color: #333;
}

.g_ab p {
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    text-shadow: -1px -1px 0 #4f4d57, 1px -1px 0 #4f4d57, -1px 1px 0 #4f4d57, 1px 1px 0 #4f4d57, 0px 2px 2px rgba(0, 0, 0, 1);
    /* margin-top:40px;*/
}

.about2 {
    height: 810px;
    padding-top: 39px;
}

.content1 {
    width: 1200px;
    margin: 0 auto;
}

.about2 p {
    font-size: 15px;
    color: #333;
    width: 500px;
    padding-top: 21px;
    margin-top: 0;
    margin-bottom: 0;
    margin: 15px 20px 0;
    float: left;
    height: 130px;
    border: 1px solid #dd551a;
    padding: 10px 20px;
}

.about2 p:nth-child(2) {
    background: #dd551a;
    color: #fff;
}

.about2 p:nth-child(3) {
    background: #dd551a;
    color: #fff;
}

.about2 p:nth-child(6) {
    background: #dd551a;
    color: #fff;
}

.about2 p:nth-child(7) {
    background: #dd551a;
    color: #fff;
}

.about2 p b:nth-child(2) {
    background: #dd551a;
    color: #fff;
}

.about2 p b:nth-child(3) {
    background: #dd551a;
    color: #fff;
}

.about2 p b:nth-child(6) {
    background: #dd551a;
    color: #fff;
}

.about2 p b:nth-child(7) {
    background: #dd551a;
    color: #fff;
}

.about2s {
    height: 810px;
    padding-top: 39px;
}

.about2s p {
    font-size: 15px;
    color: #333;
    width: 500px;
    padding-top: 21px;
    margin-top: 0;
    margin-bottom: 0;
    margin: 15px 20px 0;
    float: left;
    height: 130px;
    border: 1px solid #dd551a;
    padding: 10px 20px;
}

.about2s p:nth-child(1) {
    background: #dd551a;
    color: #fff;
}

.about2s p:nth-child(4) {
    background: #dd551a;
    color: #fff;
}

.about2s p:nth-child(5) {
    background: #dd551a;
    color: #fff;
}

.about2s p:nth-child(8) {
    background: #dd551a;
    color: #fff;
}

.about2s p b:nth-child(2) {
    background: #dd551a;
    color: #fff;
}

.about2s p b:nth-child(3) {
    background: #dd551a;
    color: #fff;
}

.about2s p b:nth-child(6) {
    background: #dd551a;
    color: #fff;
}

.about2s p b:nth-child(7) {
    background: #dd551a;
    color: #fff;
}