@charset "utf-8"; /* CSS Document*/
body {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    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;
}

input {
    background: none;
    border: 0 none;
}

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: #233357;
    text-decoration: none;
}

.icon {
    background-image: url("../images/icon.png");
    display: inline-block;
    vertical-align: middle;
}

.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;
}

/*top_main*/
.top_main {
    position: absolute;
    width: 100%;
    height: 34px;
    line-height: 34px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.38);
    z-index: 999;
}

.top_main li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 8px;
}

.top_main li.tel {
    background: url(../images/dh.png) no-repeat left center;
    padding-left: 20px;
}

.top_main li.lin {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #fff;
    margin: 0;
    margin-top: -9px;
}

.top_main li span {
    color: rgba(255,255,255,0.6);
}

.top_main li.wx {
    float: right;
    width: 20px;
    height: 34px;
    background: url(../images/wx.png) no-repeat center;
    cursor: pointer;
    margin-right: 0;
}

.top_main li.sj {
    float: right;
    width: 20px;
    height: 34px;
    background: url(../images/sj.png) no-repeat center;
    cursor: pointer;
    margin-right: 0;
}

.top_main li img {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100px;
    height: 100px;
    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);
}

.top_main li:hover img {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

/*header_main*/
.header_main {
    position: absolute;
    width: 100%;
    height: 80px;
    margin-top: 35px;
    z-index: 998;
}

.header_main .logo {
    display: block;
    margin-top: 10px;
}

.header_main .logo img {
    display: block;
    height: 75px;
}

.header_main .nav {
    height: 75px;
}

.header_main .list {
    position: relative;
}

.header_main .nav li {
    float: left;
    width: 133px;
    display: block;
    position: relative;
    z-index: 10;
    text-align: center;
}

.header_main .nav li h3 {
    float: left;
    text-align: center;
    line-height: 75px;
    height: 100%;
    width: 125px;
}

.header_main .nav li h3 a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    height: 100%;
}

.header_main .nav li:hover h3 a, .header_main .nav li.hover h3 a {
    border-bottom: 1px solid #fff;
    padding-bottom: 18px;
}

.header_main .nav dl {
    width: 100%;
    background: #ddd;
    left: 0;
    top: 100%;
    z-index: 12;
}

.header_main .nav 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);
}

.header_main .nav li:hover dl {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.header_main .nav dl dd {
    line-height: 40px;
    text-align: center;
}

.header_main .nav dl dd:-child {
    border: none;
}

.header_main .nav dl dd a {
    display: block;
    width: 100%;
}

/*banner_main*/
#banner_main {
    overflow: hidden;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

#banner_main .banner {
    height: 800px;
}

#banner {
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#banner, .banner ul {
    max-height: 800px;
    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 {
    width: 16px;
    height: 16px;
    margin: 0 7px;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .5s;
}

#banner .tip span.cur {
    background: #fff;
}

#banner #btn_prev,#banner #btn_next {
    width: 49px;
    height: 104px;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -52px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: url(../images/prev.png) no-repeat;
}

#banner #btn_prev {
    background-position: 0 0;
    left: -50px;
}

#banner #btn_next {
    background-position: -49px 0;
    right: -50px;
}

#banner:hover #btn_prev {
    left: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

#banner:hover #btn_next {
    right: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

#banner #btn_prev:hover,#banner #btn_next:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

/*nybanner*/
.nybanner {
    width: 100%;
    height: 340px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

/*******index css*******/
/*产品展示*/
.index_product {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index_product .slideTxtBox {
    width: 100%;
}

.index_product .slideTxtBox .hd {
    width: 283px;
    height: 632px;
    overflow: hidden;
    background: #233357;
    padding: 10px;
    float: left;
    box-sizing: border-box;
}

.index_product .slideTxtBox .hd ul {
    width: 100%;
    height: 490px;
    overflow: hidden;
    background: #fff;
    padding: 10px 10px 15px;
    margin-top: 10px;
    box-sizing: border-box;
}

.index_product .slideTxtBox .hd ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(../images/h_jt.png) no-repeat 208px center;
    padding: 0px 20px;
    margin: 16px 0;
    box-sizing: border-box;
    transition: all .5s;
}

.index_product .slideTxtBox .hd ul li a {
    display: block;
}

.index_product .slideTxtBox .hd ul li.on {
    background: #233357 url(../images/b_jt.png) no-repeat 208px center;
    color: #fff;
    border-radius: 5px;
}

.index_product .slideTxtBox .hd ul li.on a {
    color: #fff
}

.index_product .slideTxtBox .bd {
    width: 100%;
    /* height: 635px; */
}

.index_product .slideTxtBox .bd ul {
    width: 100%;
    height: 100%;
}

.index_product .slideTxtBox .bd li {
    width: 283px;
    float: left;
    border: 1px solid #b4b4b4;
    position: relative;
    margin-right: 21px;
    margin-top: 23px;
    box-sizing: border-box;
}

.index_product .slideTxtBox .bd li:nth-child(3n) {
    margin-right: 0px;
}

.index_product .slideTxtBox .bd li .bd_img {
    width: 100%;
    height: 211px;
    overflow: hidden;
    position: relative;
}

.index_product .slideTxtBox .bd li .bd_img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .5s;
}

.bd_xx {
    width: 100%;
    height: 47px;
    text-align: center;
    line-height: 47px;
    transition: all .5s;
}

.bd_xx p {
    width: 195px;
    height: 100%;
    margin: 0px auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    color: #4c4c4c;
    transition: all .5s;
}

.bd_postion {
    width: 100%;
    height: 100%;
    background: rgba(53,152,219,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    line-height: 325px;
    opacity: 0;
    transition: all .5s;
}

.bd_postion img {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -24px;
    width: 48px!important;
    height: 40px!important;
}

.index_product .slideTxtBox .bd li:hover .bd_postion {
    opacity: 1;
}

.index_product .slideTxtBox .bd li:hover img {
    transform: scale(1.05);
}

.index_product .slideTxtBox .bd li:hover .bd_xx {
    background: #233357 url(../images/c_cph.png) no-repeat center;
}

.index_product .slideTxtBox .bd li:hover .bd_xx p {
    color: #fff
}

.index_product_left h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.index_product_left h4 {
    font-size: 24px;
    color: #fff;
    color: rgba(255,255,255,0.36);
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.index_product_title {
    width: 460px;
    height: 92px;
    background: url(../images/pro_t.png) no-repeat center;
    text-align: center;
    padding-top: 12px;
    margin: 76px auto;
    box-sizing: border-box;
}

.index_product_title h3 {
    font-size: 30px;
    color: #233357;
    font-weight: bold;
}

.index_product_title h3 span {
    color: #233357;
    font-size: 30px;
    font-weight: bold;
}

.index_product_title p {
    font-size: 14px;
    color: #999999;
    margin-top: 8px;
    text-align: center;
}

.index_product_right {
    width: 895px;
    height: auto;
    float: right
}

.bd_product {
    width: 100%;
    height: 56px;
    background: #233357;
    margin-bottom: 10px;
}

.bd_product .bd_pro_title {
    width: 295px;
    height: 56px;
    background: #233357;
    color: #fff;
    padding: 10px;
    float: left;
    box-sizing: border-box;
}

.bd_pro_title img {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.bd_pt {
    float: left;
}

.bd_pt h3 {
    font-size: 14px;
    color: #fff;
}

.bd_pt p {
    font-size: 12px;
    color: #fff
}

.bd_product .bd_more {
    float: right;
    font-size: 14px;
    color: #fff;
    background: url(../images/b_jt.png) no-repeat right center;
    padding-right: 30px;
    line-height: 56px;
    margin-right: 18px
}

/*关于我们*/
.index_about {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/about_bj.jpg) no-repeat top center;
    margin-top: 93px;
    padding-top: 86px;
    box-sizing: border-box;
    padding-bottom: 93px;
    background-size: cover;
}

.index_about_top {
    width: 100%;
    height: 402px;
}

.index_about_top .index_about_video {
    width: 600px;
    height: 400px;
    float: left;
}

.index_aboutxx {
    width: 550px;
    height: auto;
    float: right
}

.index_aboutxx h3 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    opacity: 0.46;
    height: 55px;
}

.index_aboutxx h4 {
    color: #233357;
    font-size: 20px;
    line-height: 37px;
    font-weight: bold;
}

.index_about_info {
    width: 100%;
    height: 180px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: justify;
    overflow: hidden;
    margin-top: 50px;
}

.index_aboutxx .index_about_more {
    font-size: 14px;
    color: #fff;
    background: #233357;
    text-align: center;
    height: 30px;
    width: 100px;
    border-radius: 15px;
    display: block;
    overflow: hidden;
    line-height: 30px;
    margin-top: 48px;
}

.index_about_bottom {
    width: 100%;
    height: 253px;
    margin-top: 35px;
}

.slideGroup {
    width: 100%;
}

.parHd_right {
    width: 264px;
    height: 255px;
    float: right
}

.parHd_t {
    width: 100%;
    height: 62px;
    background: url(../images/ls.jpg) no-repeat right;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
    margin-bottom: 2px;
    box-sizing: border-box;
}

.parHd_t h3 {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.slideGroup .parHd {
    width: 100%;
    height: 129px;
    overflow: hidden;
    clear: both;
}

.slideGroup .parHd ul {
    width: 100%;
}

.slideGroup .parHd ul li {
    width: 100%;
    cursor: pointer;
    height: 62px;
    background: url(../images/ls.jpg) no-repeat right;
    line-height: 62px;
    padding-left: 90px;
    margin-bottom: 2px;
    box-sizing: border-box;
}

.slideGroup .parHd ul li.on {
    height: 62px;
    background: url(../images/xz.png) no-repeat;
    background-size: 100% 100%
}

.slideGroup .parHd ul li a,.parHd_m a {
    color: #fff
}

.slideGroup .parHd ul li img,.parHd_m img {
    float: left;
    margin-right: 10px;
}

.parHd_m {
    width: 100%;
    cursor: pointer;
    height: 62px;
    background: url(../images/ls.jpg) no-repeat right;
    line-height: 62px;
    padding-left: 90px;
    box-sizing: border-box;
}

.parHd_m:hover {
    height: 62px;
    background: url(../images/xz.png) no-repeat;
    background-size: 100% 100%
}

.slideGroup .slideBox {
    overflow: hidden;
    zoom:1; position: relative;
    width: 100%;
}

.slideGroup .sPrev,.slideGroup .sNext {
    position: absolute;
    left: 5px;
    top: 10px;
    display: block;
    width: 30px;
    height: 94px;
    border: 1px solid #ddd;
    background: url(../images/icoleft.gif) center center no-repeat #f4f4f4;
}

.slideGroup .sNext {
    left: auto;
    right: 5px;
    background: url(../images/icoright.gif) center center no-repeat #f4f4f4;
}

.slideGroup .sPrev:hover,.slideGroup .sNext:hover {
    border-color: #f60;
}

.slideGroup .parBd {
    width: 928px;
    height: 220px;
    float: left;
    background: #eeeeee;
    margin-top: 33px;
    padding: 18px 20px 0;
    box-sizing: border-box;
}

.slideGroup .parBd ul {
    overflow: hidden;
    zoom:1; }

.slideGroup .parBd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.slideGroup .parBd ul li .pic {
    width: 214px;
    height: 143px;
    overflow: hidden
}

.slideGroup .parBd ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.slideGroup .parBd ul li:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.slideGroup .parBd ul li .title {
    width: 100%;
    height: 35px;
    line-height: 50px;
    font-size: 14px;
    color: #333
}

.slideGroup .parBd ul li:hover a {
    color: #233357
}

/*工程案例*/
.index_case {
    width: 100%;
    height: 832px;
    background: url(../images/case.jpg) no-repeat center;
    padding-top: 55px;
    box-sizing: border-box;
}

.index_case_title {
    width: 632px;
    height: 104px;
    margin: 0px auto;
    background: url(../images/case_t.png) no-repeat center;
    text-align: center;
    padding-top: 22px;
    box-sizing: border-box;
}

.index_case_title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.index_case_title h3 span {
    color: #233357;
    font-size: 30px;
    font-weight: bold;
}

.index_case_title p {
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
}

.index_case_list {
    width: 100%;
    height: 480px;
    margin-top: 65px
}

.index_case_list .index_case_big {
    width: 595px;
    height: 450px;
    float: left;
    position: relative;
    margin-top: 15px;
}

.index_case_list .index_case_big .big_img {
    width: 100%;
    height: 100%;
}

.index_case_bj {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: rgba(0,0,0,0.4);
    text-align: center;
    box-sizing: border-box;
    opacity: 0;
    transition: all .5s;
}

.index_case_big .index_case_bj {
    padding-top: 168px;
}

.index_case_bj img {
    width: 40px;
    height: 40px;
}

.index_case_bj h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.index_case_bj p {
    font-size: 16px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
}

.index_case_big:hover .index_case_bj {
    opacity: 1;
}

.index_case_list ul {
    width: 605px;
    height: 465px;
    float: left
}

.index_case_list li {
    width: 286px;
    height: 217px;
    float: left;
    margin-left: 15px;
    position: relative;
    margin-top: 15px;
}

.index_case_list li .big_img {
    width: 100%;
    height: 100%;
}

.index_case_list li:hover .index_case_bj {
    opacity: 1;
}

.index_case_list li .index_case_bj {
    padding-top: 70px;
}

.case_more {
    width: 99px;
    height: 99px;
    border-radius: 50%;
    background: #233357;
    color: #fff;
    text-align: center;
    margin: 75px auto;
    padding-top: 26px;
    position: relative;
    z-index: 999;
    box-sizing: border-box;
}

.case_more p {
    color: #fff;
    margin-top: 5px;
}

/*新闻资讯*/
.index_news {
    width: 100%;
    overflow: hidden;
    margin-top: 95px;
    margin-bottom: 50px;
}

.index_news .title {
    width: 748px;
    height: 96px;
    margin: 0px auto 60px;
    background: url(../images/news_t.png) no-repeat center;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
}

.index_news .title h3 {
    font-size: 30px;
    color: #233357;
    font-weight: bold;
}

.index_news .title h3 span {
    color: #233357;
    font-size: 30px;
    font-weight: bold;
}

.index_news .title p {
    font-size: 14px;
    color: #999999;
    margin-top: 8px;
    text-align: center;
    margin-top: 16px;
}

.index_news .list {
    width: 380px;
    height: auto;
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 28px;
}

.index_news .list:last-child {
    margin-right: 0;
}

.index_news .list .img {
    width: 100%;
    height: 230px;
    display: block;
    overflow: hidden;
}

.index_news .list .img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .5s;
}

.index_news .list .img:hover img {
    transform: scale(1.05);
}

.news_list_title {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    padding: 10px 0px;
}

.news_list1_l {
    width: 342px;
    float: left;
    height: 100%;
}

.news_list1_l img {
    float: left;
}

.news_list1_l h4 {
    font-size: 15px;
    color: #555;
    font-weight: bold;
}

.news_list1_l p {
    font-size: 12px;
    color: #999
}

.news_list1_l div {
    margin-left: 40px;
}

.news_list1_l div p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .5s;
}

.news_list1_l div h4 {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .5s;
}

.news_list_title .jia {
    float: right;
    width: 14px;
    height: 14px;
    margin-top: 10px;
}

.index_news .list ul {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.index_news .list ul li {
    height: 30px;
    line-height: 30px;
    display: block;
    overflow: hidden;
    background: url(../images/hx.png) no-repeat left;
    padding-left: 15px;
    transition: all .5s;
}

.index_news .list ul li p {
    width: 78%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    float: left;
    transition: all .5s;
}

.index_news .list ul li time {
    float: right;
    font-size: 12px;
    color: #999;
    transition: all .5s;
}

.index_news .list ul li:hover p {
    color: #336db6;
}

.index_news .list ul li:hover {
    background: url(../images/lx.png) no-repeat left;
}

.index_news .list ul li:hover time {
    color: #336db6;
}

.news_list_title:hover h4,.news_list_title:hover p {
    color: #336db6;
}

/*在线地图*/
.index_map {
    width: 100%;
    height: 400px;
    overflow: auto;
    position: relative
}

.index_map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
}

.index_map .index_wx {
    width: 213px;
    height: 283px;
    background: #fff;
    border: 1px solid #bababa;
    text-align: center;
    position: relative;
    float: left;
    margin-top: 80px;
    margin-right: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
}

.index_map .index_wx .f2 {
    width: 120px;
    height: 120px;
    background: #eee;
    border-radius: 5px;
    padding: 10px;
    margin: 35px auto 10px;
}

.index_map .index_wx .f2 img {
    width: 100%;
    height: 100%;
}

.index_map .index_wx p {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #1f1f21;
    margin-bottom: 10px;
}

.index_map .index_wx .f1 {
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -18px;
}

/*service*/
.service {
    height: 260px;
    padding: 40px 0;
    background: no-repeat url(../images/bg_icon.jpg);
    line-height: 30px;
    color: #666;
    box-sizing: border-box;
}

.service li {
    float: left;
    width: 25%
}

.service li a {
    display: block;
    width: 102px;
    height: 140px;
    margin: 0 auto 10px;
    text-align: center
}

.service li a img {
    width: 100%;
    height: 102px
}

.service li a p {
    margin-top: 7px;
    font-size: 18px
}

.service li>p {
    padding: 0 7%;
    font-size: 14px;
    text-align: center
}

/*links*/
.links {
    width: 100%;
    line-height: 49px;
    background: #1f1f1f;
    border-bottom: 1px solid #3a3a3a;
}

.links .tit {
    float: left;
    width: 80px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #233357;
}

.links ul {
    display: inline-block;
    float: right;
    width: 1110px;
}

.links ul li {
    float: left;
    padding-right: 10px;
}

.links ul li a {
    display: block;
    font-size: 14px;
    color: #666;
}

.links ul li a:hover {
    color: #f1f1f1;
}

/*footer*/
.footer {
    width: 100%;
    background: #1f1f1f;
    padding: 20px 0;
    overflow: hidden;
}

.footer .contact {
    width: 359px;
    height: 210px;
}

.footer .contact h3 {
    font-size: 14px;
    color: #a9aeb8;
    margin-bottom: 20px;
}

.footer .contact p {
    font-size: 14px;
    color: #a9aeb8;
    height: 32px;
    line-height: 32px;
}

.footer .book {
    width: 480px;
    height: 210px;
    padding: 0 96px;
    border-left: 1px solid #3a3a3a;
    border-right: 1px solid #3a3a3a;
    box-sizing: border-box;
}

.footer .book h3 {
    font-size: 14px;
    color: #a9aeb8;
    margin-bottom: 20px;
}

.footer .book .item {
    width: 100%;
    height: 45px;
}

.footer .book .item .txt {
    width: 100%;
    height: 30px;
    border: 1px solid #a9aeb8;
    background: none;
    padding: 0px 10px;
    color: #fff;
    outline: none;
    box-sizing: border-box;
}

.footer .book .submit {
    display: block;
    clear: left;
}

.footer .book .submit .tijiao {
    width: 100%;
    height: 30px;
    background: #a9aeb8;
    color: #4e5969;
    font-size: 14px;
    text-align: center;
    border: 0;
    outline: none;
    cursor: pointer;
}

.footer .flogo {
    width: 290px;
    height: 210px;
}

.footer .flogo a {
    display: block;
}

.footer .flogo p {
    width: 14px;
    color: #a9aeb8;
    line-height: 26px;
    width: 100%;
    margin-top: 24px;
}

.copyright {
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #666;
    background: #1f1f1f;
    border-top: 1px solid #3a3a3a;
}

.copyright a {
    color: #666;
}

/********toolbar*********/
.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: #233357;
    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: #233357;
    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 #233357;
    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: #233357;
    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 #233357;
    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 {
    padding-bottom: 50px;
    min-height: 640px;
}

.bg_bottom_main {
    background: #eaeaea;
    height: 100px;
}

.sub_banner {
    height: 200px;
    width: 100%;
}

.sub_nav {
    height: 35px;
    line-height: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 20px;
}

.sub_nav .fl {
    font-size: 30px;
}

.sub_nav .fr li {
    float: left;
}

.sub_nav .fr li a {
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    display: block;
    margin-left: 10px;
    transition: ease-in-out .2s;
}

.sub_nav .fr li a:hover, .sub_nav .fr li a.hover {
    background: #233357;
    color: #fff;
    border: 1px solid #233357;
}

.bg_main .menu_pro {
    line-height: 52px;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 50px;
}

.bg_main .menu_pro li {
    height: 40px;
    line-height: 40px;
    margin: 5px;
    display: inline-block;
}

.bg_main .menu_pro li a {
    display: block;
    border: 1px solid #dcdcdc;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.bg_main .menu_pro li:hover a,.bg_main .menu_pro li.hover a {
    border: 1px solid #233357;
    color: #fff;
    background: #233357;
}

.case {
    margin-top: 40px;
}

.case ul {
    width: 105%;
}

.case li {
    width: 380px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.case li .img {
    overflow: hidden;
    height: 213px;
    display: block;
    border: 1px solid #efefef;
    width: 378px;
    border-bottom: none;
}

.case li .img img {
    width: 380px;
    height: 213px;
    transition: .9s;
}

.imgH li .img {
    height: 284px;
    border: 1px solid #efefef;
    width: 378px;
    border-bottom: none;
}

.imgH li .img img {
    height: 284px;
}

.case li:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.case li .p {
    border: 1px solid #efefef;
    display: block;
    width: 340px;
    padding: 0 19px;
    height: 108px;
    border-top: none;
}

.case li .p p {
    border-bottom: 1px solid #d6d6d6;
    height: 58px;
    line-height: 58px;
    margin-bottom: 10px;
    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;
}

.case li .p span {
    color: #666;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.case li .p i {
    width: 32px;
    height: 12px;
    background-position: -73px -43px;
}

.case li .p .fl {
    font-size: 12px;
    font-family: arial;
}

.case li:hover a span {
    color: #233357;
}

.case li:hover a p {
    color: #233357;
}

.case li:hover {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.news {
    padding-top: 50px;
}

.bg_main .news_ul {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 12px;
}

.bg_main .news_ul li {
    padding: 37px 0;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.bg_main .news_ul li .box1 {
    width: 253px;
    height: 190px;
    overflow: hidden;
}

.bg_main .news_ul li .box1 img {
    width: 253px;
    height: 190px;
    transition: ease-in-out .9s;
}

.bg_main .news_ul li .box2 {
    padding-left: 42px;
    width: 759px;
    padding-top: 30px;
}

.bg_main .news_ul li .box2 h1 {
    font-size: 20px;
    color: #333;
    height: 26px;
    line-height: 26px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.bg_main .news_ul li .box2 p {
    color: #666;
    line-height: 24px;
    padding-top: 10px;
    height: 75px;
}

.bg_main .news_ul li .box2 span {
    font-size: 12px;
    color: #999;
}

.bg_main .news_ul li .right {
    padding-right: 15px;
    padding-top: 55px;
    text-align: center;
}

.bg_main .news_ul li .right h3 {
    font-size: 36px;
    color: #999;
    font-weight: 100;
}

.bg_main .news_ul li .right p {
    font-size: 24px;
    color: #bbb;
    padding-top: 10px;
}

.bg_main .news_ul li a {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.bg_main .news_ul li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.bg_main .news_ul li a:hover h1 {
    color: #233357;
}

.bg_main .news_ul li b {
    display: block;
    width: 100px;
    height: 30px;
    border: #ccc solid 1px;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
    position: absolute;
    right: 12px;
    top: 161px;
}

.detail {
    padding-top: 50px;
}

.detail .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}

.detail .title h1 {
    font-size: 30px;
    font-weight: 100;
}

.detail .title span {
    line-height: 18px;
    font-family: arial;
    color: #959595;
    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: #666;
    line-height: 30px;
    text-align: justify;
    padding: 25px 0;
}

.detail .context img {
    max-width: 1200px;
}

/* reLink*/
.reLink {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    padding: 0 15px;
    margin-bottom: 50px;
}

.reLink .nextLink, .detail .reLink .prevLink {
    width: 50%;
}

.reLink .nextLink {
    text-align: right;
}

.reLink a {
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}

.reLink a:hover {
    color: #052f67;
}

/* pager*/
.pager {
    padding: 30px 0 30px;
    text-align: center;
    *zoom: 1;*padding: 40px 0 30px;
}

.pager:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.pager p {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1;display: none;
}

.pager ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;overflow: hidden;
}

.pager ul li {
    float: left;
    margin: 0 5px;
    padding: 0 !important;
    height: auto !important;
    border: none !important;
}

.pager ul a {
    line-height: 30px;
    padding: 0 10px;
    transition: all ease 300ms;
    color: #000000;
    text-decoration: none;
    float: left;
    border: 1px solid #ddd;
}

.pager ul a.current, .pager ul a:hover {
    color: #fff;
    border: 1px solid #0a408a;
    background: #0a408a;
}

.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: #233357;
}

.formData {
    padding-bottom: 20px;
}

.formData .item {
    float: left;
    color: #999;
    font-weight: normal;
    width: 560px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e5e5e5;
    margin-right: 76px;
    margin-bottom: 30px;
    position: relative;
}

.formData .item label {
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #cccccc;
}

.formData .item input {
    outline: none;
    line-height: 38px;
    height: 38px;
    font-size: 18px;
}

.formData .item .txt {
    width: 355px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: none;
    padding-left: 70px;
    border: 0 none;
    color: #333;
}

.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;
}

.formData .liuyan textarea {
    width: 1178px;
    height: 214px;
    line-height: 28px;
    padding: 12px 10px;
    text-indent: 100px;
    font-size: 18px;
    font-family: "microsoft yahei";
    color: #333;
    border: 0 none;
    overflow: hidden;
    background: none;
    resize: none;
    display: block;
    outline: none;
}

.formData .bot {
    width: 100%;
}

.formData .sub {
    width: 232px;
    line-height: 46px;
    border: 2px solid #233357;
    margin-right: 2px;
    text-align: center;
    background: #233357;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.formData .sub:hover {
    background: none;
    color: #233357;
}

.formData .yzm {
    width: 432px;
}

.formData .yzm .txt {
    padding-left: 80px;
}

.formData .yzm img {
    position: absolute;
    right: 3px;
    top: 3px;
    border: 0px;
    display: block;
}

.about .box1 {
    padding-top: 105px;
    padding-bottom: 100px;
    overflow: hidden;
}

.box1_add {
    padding: 70px 0;
}

.about .box1 .fl {
    padding-top: 32px;
}

.about .box1 .fl h1 {
    font-size: 80px;
    text-transform: uppercase;
    font-family: arial;
    line-height: 80px;
}

.about .box1 .fl p {
    font-size: 24px;
    padding-bottom: 88px;
}

.about .box1 .fl i {
    width: 54px;
    height: 54px;
    background-position: 0 -99px;
    cursor: pointer;
    position: relative;
    display: block;
    float: left;
}

.about .box1 .fl i img {
    position: absolute;
    left: 20px;
    bottom: 56px;
    width: 0px;
    height: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: ease-in-out .2s;
}

.about .box1 .fl i:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
    left: 0;
    height: 80px;
    width: 80px;
}

.about .box1 .fl .i2 {
    background-position: -58px -99px;
    margin-left: 20px;
}

.about .box1 .fr {
    width: 611px;
}

.about .box1 .fr h1 {
    font-size: 24px;
    font-weight: 100;
}

.about .box1 .fr span {
    display: block;
    background: #b0b0b0;
    width: 20px;
    height: 2px;
    margin: 13px 0 24px;
}

.about .box1 .fr h2 {
    font-size: 18px;
}

.about .box1 .fr p {
    line-height: 30px;
    padding-top: 12px;
}

.about .box1 .fr i {
    width: 54px;
    height: 54px;
    background-position: -59px -35px;
    margin-top: 35px;
    transition: ease-in-out .2s;
}

.about .box1 .fr a:hover {
    cursor: pointer;
}

.about .box1 .fr a:hover i {
    margin-left: 15px;
}

.about .bg_20 {
    height: 20px;
    width: 100%;
    background: #eaeaea;
}

.about .box2 {
    padding-bottom: 94px;
}

.about .box2 .con {
    margin-top: 40px;
}

.about .box2 .con .fl {
    width: 410px;
    height: 428px;
    overflow: hidden;
}

.about .box2 .con .fl img {
    width: 410px;
    height: 428px;
}

.about .box2 .con .fr .img {
    width: 380px;
    height: 214px;
    overflow: hidden;
    display: block;
}

.about .box2 .con .fr .img img {
    width: 380px;
    height: 214px;
    transition: .9s;
}

.about .box2 .con .fr .p {
    display: block;
    padding-left: 20px;
    width: 360px;
    height: 214px;
}

.about .box2 .con .fr .p h1 {
    font-size: 24px;
    line-height: 60px;
    font-weight: 100;
}

.about .box2 .con .fr .p i {
    width: 54px;
    height: 54px;
    background-position: -59px -35px;
    margin-top: 35px;
    transition: ease-in-out .2s;
}

.about .box2 .con .fr li:hover {
    cursor: pointer;
}

.about .box2 .con .fr li:hover h1, .about .box2 .con .fr li:hover p {
    color: #333;
}

.about .box2 .con .fr li:hover i {
    margin-left: 15px;
}

.about .box2 .con .fr li {
    float: left;
}

.about .box2 .con .fr li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.about .box3 {
    background: url(../images/about_bg.jpg) center top no-repeat;
    width: 100%;
    height: 457px;
    padding-top: 93px;
}

.about .box3 .w1200 {
    overflow: hidden;
}

.about .box3 .fl {
    width: 500px;
}

.about .box3 .fl h1 {
    font-size: 36px;
    color: #fff;
    font-weight: 100;
    padding-bottom: 25px;
}

.about .box3 .fl span {
    display: block;
    width: 40px;
    height: 2px;
    background: #ffd200;
    margin-bottom: 25px;
}

.about .box3 .fl p {
    color: #fff;
    line-height: 24px;
}

.about .box3 .fl i {
    width: 54px;
    height: 54px;
    cursor: pointer;
    background-position: 0px -35px;
    margin-top: 35px;
    transition: ease-in-out .2s;
}

.about .box3 .fl a:hover i {
    margin-left: 15px;
}

.about .box3 .fr .picScroll-left {
    overflow: hidden;
    position: relative;
    margin-top: 68px;
    height: 225px;
    width: 620px;
}

.about .box3 .fr .picScroll-left .hd {
    overflow: hidden;
}

.about .box3 .fr .picScroll-left .hd .prev, .about .box3 .fr .picScroll-left .hd .next {
    display: block;
    left: 0;
    top: 50%;
    margin-top: -36px;
    width: 30px;
    height: 72px;
    position: absolute;
    z-index: 10;
    background-position: -133px -67px;
    cursor: pointer;
    display: none;
}

.about .box3 .fr .picScroll-left .hd .next {
    left: auto;
    right: 0;
    background-position: -164px -67px;
}

.about .box3 .fr .picScroll-left:hover .hd .prev, .about .box3 .fr .picScroll-left:hover .hd .next {
    display: block;
}

.about .box3 .fr .picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    margin-top: 10px;
    zoom: 1;}

.about .box3 .fr .picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icocircle.gif") 0 -9px no-repeat;
}

.about .box3 .fr .picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.about .box3 .fr .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;}

.about .box3 .fr .picScroll-left .bd ul li {
    margin-right: 20px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.about .box3 .fr .picScroll-left .bd ul li img {
    width: 300px;
    height: 225px;
}

.bg_top {
    height: 50px;
    background: #eaeaea;
    width: 100%;
}

.erro {
    color: red;
}

/* map_ul*/
.map_ul {
    list-style: outside none none;
    display: block;
    width: 100%;
}

.map_ul li {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
}

.map_ul li a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    display: block;
    background: #f6f6f6;
    text-indent: 15px;
}

.map_ul .list-inline {
    display: block;
    width: 86%;
}

.map_ul .list-inline li {
    height: 32px;
    display: inline-block;
    *display: inline;
    margin: 15px 5px 15px 0;
    zoom: 1;line-height: 32px;
    border-bottom: 0;
    text-align: center;
    width: auto;
    padding: 0px;
}

.map_ul .list-inline li a {
    text-indent: 0;
    font-weight: normal;
    display: block;
    line-height: 32px;
    height: 32px;
    display: inline-block;
    padding: 0px 10px;
    width: auto;
    border: 1px solid #ccc;
    text-align: center;
}

.map_ul .list-inline li a:hover {
    background: #0a408a;
    color: #fff;
    border: 1px solid #0a408a;
}

.erro {
    text-align: center;
    min-height: 400px;
}

.showPro {
    padding: 50px 0;
}

.showPro .reLink {
    margin-bottom: 0;
}

.showPro .showContxt {
    padding: 30px 0 35px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}

.showPro .showContxt img {
    max-width: 100%;
    height: auto !important;
}

.showPro .showimgCon {
    padding: 0 0 30px;
    font-size: 16px;
    line-height: 32px;
}

.showPro .showimgCon .txtcon {
    width: 720px;
    height: 423px;
    float: right;
    position: relative;
}

.showPro .showimgCon .txtcon .tit {
    position: relative;
    font-size: 20px;
    margin-bottom: 15px;
    color: #233357;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 14px;
    border-bottom: 1px solid #dddddd;
    padding-right: 60px;
}

.showPro .showimgCon .txtcon .tit .goBack {
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
    font-size: 14px;
    display: block;
    font-weight: normal;
    cursor: pointer;
}

.showPro .showimgCon .txtcon .tit .goBack s {
    width: 20px;
    height: 20px;
    background-position: -440px -62px;
    margin-left: 6px;
}

.showPro .showimgCon .txtcon .tit .goBack:hover {
    color: #047fcc;
}

.showPro .showimgCon .txtcon .txt {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    text-align: justify;
}

.showPro .showimgCon .txtcon .txt .item {
    margin-bottom: 7px;
    max-height: 144px;
    overflow: hidden;
}

.showPro .showimgCon .txtcon .tel-btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ddd;
    padding-top: 40px;
}

.showPro .showimgCon .txtcon .tel-btn .btn {
    width: 118px;
    float: right;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #233357;
}

.showPro .showimgCon .txtcon .tel-btn .btn:hover {
    background: #333;
}

.showPro .showimgCon .txtcon .tel-btn .tel {
    width: 280px;
    float: left;
}

.showPro .showimgCon .txtcon .tel-btn .tel span, .showPro .showimgCon .txtcon .tel-btn .tel strong {
    display: block;
    color: #666666;
}

.showPro .showimgCon .txtcon .tel-btn .tel s {
    width: 42px;
    height: 42px;
    display: block;
    float: left;
    margin-right: 6px;
    margin-top: 4px;
    background-position: -315px -30px;
}

.showPro .showimgCon .txtcon .tel-btn .tel span {
    font-size: 16px;
    line-height: 20px;
}

.showPro .showimgCon .txtcon .tel-btn .tel strong {
    font-size: 28px;
    line-height: 28px;
}

.showPro .showimg {
    width: 442px;
    position: relative;
    float: left;
    overflow: hidden;
}

.showPro .showimg .bigimg {
    width: 440px;
    height: 332px;
    display: block;
    position: relative;
    border: 1px solid #dddddd;
}

.showPro .showimg .bigimg .list {
    width: 5000%;
}

.showPro .showimg .bigimg .list li {
    width: 440px;
    height: 332px;
    float: left;
    border: 0;
    margin-right: 1px;
}

.showPro .showimg .bigimg .list img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease 300ms;
}

.showPro .showimg .smallimg {
    width: 440px;
    height: 76px;
    position: relative;
    padding-top: 30px;
    z-index: 10;
    overflow: hidden;
}

.showPro .showimg .list {
    width: 357px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.showPro .showimg .listcon {
    width: 600% !important;
    position: relative;
}

.showPro .showimg .prev, .showPro .showimg .next {
    width: 20px;
    height: 76px;
    z-index: 10;
    position: absolute;
    top: 30px;
    cursor: pointer;
    background: #f9f9f9 url(../images/show-btn-ico.png) no-repeat 0 center;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.showPro .showimg .prev:hover, .showPro .showimg .next:hover {
    background-color: #f9f9f9;
}

.showPro .showimg .prev {
    left: 0;
    background-position: 3px center;
}

.showPro .showimg .next {
    right: 0;
    background-position: -84px center;
}

.showPro .showimg li {
    width: 94px;
    height: 70px;
    margin-right: 28px;
    float: left;
    cursor: pointer;
    position: relative;
    border: 3px solid #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.showPro .showimg li img {
    width: 100%;
    height: 100%;
    display: block;
}

.showPro .showimg li.on {
    width: 94px;
    height: 70px;
    border: 3px solid #233357;
}

.relateTit {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #e4e4e4;
    margin: 0 auto;
    width: 1200px;
}

.relateTit h3 {
    font-size: 18px;
    display: inline-block;
    *display: inline;
    *zoom: 1;position: relative;
}

.relateTit h3 .line {
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #233357;
}

.ab_img img {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block;
}

.ab_img p span {
    text-wrap: inherit !important;
}

.ab_img p {
    text-wrap: inherit !important;
}

/* 感谢AB模板网提供 翻页样式 www.adminbuy.cn */
.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #333;
    border: 1px solid #333;
}

.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.pagination .st {
    font-family: 宋体
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}
