@charset"UTF-8";

/* Css Document */
 .n_ban {
    width:100%;
    height:420px;
}
.n_ban > div {
    height: 100%;
    display: flex;
    justify-content:center;
    flex-direction:column;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-size: cover;
    text-align: center;
}
.n_ban > div > .line {
    width: 46px;
    height: 4px;
    background: #fff;
    margin-bottom: 20px;
}
.n_ban > div > h2 {
    font-size: 36px;
    color: #fff;
}
.n_path {
    width: 100%;
    line-height: 46px;
    border-bottom: 1px #eee solid;
    overflow: hidden;
}
.n_path > div {
    background: url('../img/home.png') no-repeat left center;
    padding-left: 24px;
}
/* .n_path > div > a:nth-child(2){

  pointer-events: none;

} */
 .n_type {
    line-height: 40px;
}
.n_type .mb_show {
    display: none;
    height: 41px;
    border-bottom: 1px #eee solid;
}
.n_type .rt {
    width: 20px;
    height: 20px;
    background: url('../img/icon-sort.png') no-repeat center;
    background-size: cover;
    cursor: pointer;
    margin: 10px 0;
}
.n_type .rt.open {
    background: url('../img/icon-sort-1.png') no-repeat center;
    background-size: cover;
}
.n_type > ul {
    text-align: center;
}
.n_type > ul > li {
    display: inline-block;
    text-align: center;
    border: 1px #eee solid;
    border-radius: 24px;
    margin: 20px 5px 0 5px;
    padding: 0 25px;
    cursor: pointer;
}
.n_type > ul > li > a {
    display: block;
}
.n_type > ul > li.current, .n_type > ul > li:hover {
    background: #0653ac;
    border-color: #0653ac;
    color: #fff;
}
.n_type > ul > li.current > a, .n_type > ul > li:hover > a {
    color: #fff;
}
.n_y {
    padding:70px 0 0 0;
    overflow: hidden;
}
.n_y1 {
    padding:0;
    overflow: hidden;
}
/*单页*/
 .base_read {
    width: 100%;
    line-height: 28px;
    overflow: hidden;
}
.base_read .lt {
    width: 40%;
}
.base_read .rt {
    width: 56%;
}
/* 图片列表 */
 .pic_list {
    width: 100%;
    overflow: hidden;
}
.pic_list > ul {
    overflow: hidden;
}
.pic_list > ul > li {
    width: 31.33%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
    box-sizing: border-box;
}
.pic_list > ul > li:nth-child(3n) {
    margin-right: 0;
}
.pic_list > ul > li > a {
    display: block;
    text-align: center;
    line-height: 48px;
}
.pic_list > ul > li > a > .pic {
    width: 100%;
    height: 286px;
    border: 1px #eee solid;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    overflow: hidden;
}
.pic_list > ul > li > a > .pic > img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.pic_list > ul > li > a > .name {
    background: #eee;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.pic_list > ul > li > a:hover > .pic {
    border-color: #0653ac;
}
.pic_list > ul > li > a:hover > .name {
    background: #0653ac;
    color: #fff;
}
/* 产品中心 */
 .proType {
    width: 280px;
    float: left;
    padding-top: 70px;
    overflow: hidden;
}
.proType .mb_show {
    display: none;
    height: 41px;
    border-bottom: 1px #eee solid;
}
.proType .mb_show .rt {
    width: 20px;
    height: 20px;
    background: url('../img/icon-sort.png') no-repeat center;
    background-size: cover;
    cursor: pointer;
    margin: 10px 0;
}
.proType .mb_show .rt.open {
    background: url('../img/icon-sort-1.png') no-repeat center;
    background-size: cover;
}
.proType .tit {
    height: 50px;
    line-height: 50px;
    background: #0653ac;
    background: -webkit-linear-gradient(#1e52a6, #0c4096);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#1e52a6, #0c4096);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#1e52a6, #0c4096);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#1e52a6, #0c4096);
    /* 标准的语法 */
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.proType ul {
    border: 1px #eee solid;
    border-top: none;
}
.proType ul > li {
    border-bottom: 1px #eee solid;
    padding: 10px 15px;
}
.proType ul > li > a {
    display: block;
}
.proType ul > li > a > .rt {
    width: 16px;
}
.proType ul > li > a > .lt {
    float: none;
    margin-right: 20px;
}
.proType ul > li.current, .proType ul > li:hover {
    background: #0653ac;
}
.proType ul > li.current > a, .proType ul > li:hover >a {
    color: #ffffff;
}
.proList {
    padding-top: 70px;
    margin-left: 320px;
    overflow: hidden;
}
.proList > ul {
    overflow: hidden;
}
.proList > ul > li {
    width: 17.6%;
    float: left;
    margin-right: 3%;
    margin-bottom: 3%;
    box-sizing: border-box;
}
.proList > ul > li:nth-child(5n) {
    margin-right: 0;
}
.proList > ul > li > a {
    display: block;
    text-align: center;
    line-height: 48px;
    position:relative;
}
.proList > ul > li > a > .pic {
    width: 100%;
    height: 386px;
    border: 1px #eee solid;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    overflow: hidden;
}
.proList > ul > li > a > .pic > img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.proList > ul > li > a > .name {
    max-width:80%;
    position:absolute;
    top:0;
    left:50%;
    color:#fff;
    transform:translateX(-50%);
    background: #054c8e;
    padding:0 10px;
    border-radius:0 0 10px 10px;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.proList > ul > li > a > .word{
    width:100%;
    position:absolute;
    bottom:20px;
    left:0;
}
.proList > ul > li > a > .word > div{
    margin:0;
    padding:0;
    line-height:1;
    font-size:18px;
}
.proList > ul > li > a > .word > .longtitle{
    font-weight:bolder;
    margin-bottom:10px;
}
.proList > ul > li > a:hover > .pic {
    border-color: #0653ac;
}
.proList > ul > li > a:hover > .name {
    background: #0653ac;
    color: #fff;
}
/*产品详情*/
 .proInfo {
    padding-top: 70px;
    margin-left: 320px;
    overflow: hidden;
}
.det-pic {
    width:100%;
    position:relative;
    padding:0 0 40px 0;
}
#preview {
    float:left;
    width:540px;
    position:relative;
}
.jqzoom {
    float:left;
    border:1px solid #e6e6e6;
    width:540px;
    height:394px;
    overflow: hidden;
    position: relative;
}
.jqzoom img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.jqZoomPup {
    z-index:998;
    border: #aaa 1px solid;
    position: absolute;
    filter: alpha(opacity=50);
    background: #fede4f no-repeat 50% top;
    visibility: hidden;
    top: 0px;
    cursor: move;
    left: 0px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5
}
.zoomdiv {
    z-index:100;
    border:#e4e4e4 1px solid;
    position: absolute;
    text-align: center;
    display: none;
    overflow: hidden;
    left:550px;
    top:0px;
    background:#fff;
}
.bigimg {
    width:800px;
    height:800px;
}
#spec {
    position:relative;
    width:540px;
    height:84px;
    overflow: hidden;
    margin-top:10px;
    float:left;
}
.specLeftT {
    position:absolute;
    width:20px;
    height:82px;
    border:#ddd solid 1px;
    background:#eee url(../images/icon-left01.png) no-repeat center;
    top:0;
    cursor:pointer;
    left:0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.specRightT {
    position:absolute;
    width:20px;
    height:82px;
    border:#ddd solid 1px;
    background:#eee url(../images/icon-right01.png) no-repeat center;
    top:0;
    cursor:pointer;
    right:0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.specLeftF {
    position:absolute;
    width:20px;
    height:82px;
    border:#ddd solid 1px;
    background:#eee url(../images/icon-left01.png) no-repeat center;
    top:0;
    cursor:pointer;
    left:0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.specRightF {
    position:absolute;
    width:20px;
    height:82px;
    border:#ddd solid 1px;
    background:#eee url(../images/icon-right01.png) no-repeat center;
    top:0;
    cursor:pointer;
    right:0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.specLeftT:hover {
    border:#0653ac solid 1px;
    background:#0653ac url(../images/icon-left01-1.png) no-repeat center;
}
.specRightT:hover {
    border:#0653ac solid 1px;
    background:#0653ac url(../images/icon-right01-1.png) no-repeat center;
}
.specLeftF:hover {
    border:#0653ac solid 1px;
    background:#0653ac url(../images/icon-left01-1.png) no-repeat center;
}
.specRightF:hover {
    border:#0653ac solid 1px;
    background:#0653ac url(../images/icon-right01-1.png) no-repeat center;
}
#specList {
    display: inline;
    float:left;
    margin-left:30px;
    width:480px;
    height:84px;
    overflow:hidden;
    position:relative;
}
#specList ul {
    position:absolute;
    height:84px;
    left:0px;
}
#specList ul li {
    display: inline;
    float: left;
    width:120px;
    height:84px;
    padding:0 4px;
}
#specList ul li img {
    width:100%;
    border:1px solid #eaeaea;
    height:100% !important;
    float:left;
    cursor:pointer;
    object-fit: contain;
}
.wap-det-pic {
    float:left;
    width: 100%;
    position:relative;
    transition: all .3s;
    padding-bottom:30px;
    display:none;
}
.wap-det-pic .swiper-container {
    border:#eee solid 1px;
}
.wap-det-pic .swiper-slide img {
    width: 100%;
}
.wap-det-pic .swiper-pagination {
    width:100%;
    bottom:0;
}
.wap-det-pic .swiper-pagination-bullet {
    opacity: 1;
    border-radius:50%;
    width:8px;
    height:8px;
    margin:0 4px;
    background:#ccc;
    transition: all .3s;
}
.wap-det-pic .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#0653ac;
}
.det-top-txt {
    float:right;
    width:calc(100% - 620px);
}
.det-top-txt .det-name {
    width:100%;
}
.det-top-txt .det-name h3 {
    width:100%;
    font-size:26px;
    color:#333;
    line-height:28px;
}
.det-top-txt .det-name h6 {
    width:100%;
    font-size:14px;
    color:#0653ac;
    line-height:20px;
    margin-top:12px;
}
.det-top-txt .txt {
    width:100%;
    background:#f5f5f5;
    padding:4%;
    font-size:14px;
    color:#8f8f8f;
    line-height:26px;
    min-height:300px;
}
.det-top-txt .txt p {
    line-height:26px;
}
.pro-det-nav {
    width:100%;
    height:56px;
    border-bottom:#ededed solid 1px;
}
.pro-det-nav li {
    float:left;
    margin-right:20px;
}
.pro-det-nav li a {
    float:left;
    padding:0 20px;
    font-size:16px;
    color:#8f8f8f;
    line-height:54px;
    border-bottom:transparent solid 2px;
}
.pro-det-nav li.cur a {
    color:#0653ac;
    border-bottom:#0653ac solid 2px;
}
.pro-det {
    width:100%;
    margin:0 auto;
}
.det-warp {
    width:100%;
    margin:0 auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.det-warp-editor {
    width:100%;
    margin:0 auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding:20px 0 0 0;
}
.pro-det-title {
    width:100%;
    height:56px;
    border-bottom:#ededed solid 1px;
}
.pro-det-title h3 {
    float:left;
    margin-right:20px;
    padding:0 20px;
    font-size:16px;
    line-height:54px;
    color:#0653ac;
    border-bottom:#0653ac solid 2px;
}
.pro-recom {
    width:100%;
    background:#fff;
    padding:40px 70px;
    position:relative;
}
.pro-recom li a {
    float:left;
    width:100%;
}
.pro-recom li a .pro-pic {
    float:left;
    width:100%;
}
.pro-recom li a .pro-pic img {
    display:block;
    max-width:100%;
    margin:0 auto;
}
.pro-recom li a .pro-txt {
    float:left;
    width:100%;
    padding:12px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.pro-recom li a .pro-txt h5 {
    float:left;
    width:100%;
    font-size:18px;
    color:#333;
    text-align:center;
    line-height:36px;
    height:36px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.pro-recom li a .pro-txt p {
    float:left;
    width:100%;
    font-size:14px;
    color:#999;
    line-height:28px;
    text-align:center;
    height:28px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.pro-recom li:hover a .pro-txt {
    background:#0653ac;
}
.pro-recom li:hover a .pro-txt h5 {
    color:#fff;
}
.pro-recom li:hover a .pro-txt p {
    color:#fff;
}
.pro-recom .swiper-pagination {
    left:0;
    bottom:0;
    width:100%;
    display:none;
}
.pro-recom .swiper-pagination-bullet {
    opacity: 1;
    margin:0 4px;
    background:#ccc;
    transition: all .3s;
}
.pro-recom .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#0653ac;
}
.pro-recom .swiper-button-next, .pro-recom .swiper-button-prev {
    width:48px;
    height:48px;
    border:#dcdcdc solid 1px;
    border-radius:50%;
    background:url(../images/icon-left01.png) no-repeat center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    opacity:1;
    left:0;
    margin-top:-24px;
    z-index:8;
}
.pro-recom .swiper-button-next {
    background:url(../images/icon-right01.png) no-repeat center;
    left:auto;
    right:0;
}
.pro-recom .swiper-button-next:hover {
    background:#0653ac url(../images/icon-right01-1.png) no-repeat center;
}
.pro-recom .swiper-button-prev:hover {
    background:#0653ac url(../images/icon-left01-1.png) no-repeat center;
}
/* 新闻列表 */
 .news-list {
    width:100%;
    overflow: hidden;
}
.news-list .home-more a {
    margin:0 auto;
}
.news-list li {
    width:100%;
    float:left;
    border-bottom:#ededed solid 1px;
    padding:40px 0;
}
.news-list li:first-child {
    padding-top: 0;
}
.news-list li a {
    float:left;
    width:100%;
}
.news-list li a .news-img {
    float:left;
    width:370px;
    position:relative;
    overflow:hidden;
}
.news-list li a .news-img img {
    display:block;
    width:100%;
    transition: all 1s;
}
.news-list li:hover a .news-img img {
    -webkit-transform:scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.news-list li a .news-img .news-date {
    position:absolute;
    top:0;
    left:0;
    width:80px;
    height:80px;
    background:#f5f5f5;
    padding:16px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.news-list li a .news-img .news-date span {
    display:block;
    width:100%;
    font-size:40px;
    color:#8f8f8f;
    line-height:40px;
    text-align:center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.news-list li a .news-img .news-date p {
    width:100%;
    font-size:12px;
    color:#8f8f8f;
    line-height:20px;
    text-align:center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.news-list li:hover a .news-img .news-date {
    background:#0653ac;
}
.news-list li:hover a .news-img .news-date span {
    color:#fff;
}
.news-list li:hover a .news-img .news-date p {
    color:#fff;
}
.news-list li a .news-more {
    float:right;
    width:80px;
    height:80px;
    border-left:#ededed solid 1px;
    margin-top:50px;
}
.news-list li a .news-more .icon {
    float:right;
    margin-top:16px;
    width:48px;
    height:48px;
    border:#dcdcdc solid 1px;
    border-radius:50%;
    background:url(../images/icon-right01.png) no-repeat center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.news-list li:hover a .news-more .icon {
    border:#0653ac solid 1px;
    background:#0653ac url(../images/icon-right01-1.png) no-repeat center;
}
.news-list li a .news-txt {
    float:left;
    width:calc(100% - 450px);
    padding:0 50px;
}
.news-list li a .news-txt h5 {
    width:100%;
    font-size:18px;
    color:#333;
    line-height:28px;
    height:28px;
    margin-bottom:20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.news-list li a .news-txt p {
    width:100%;
    font-size:14px;
    color:#757575;
    line-height:24px;
    height:48px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-list li:hover a .news-txt h5 {
    color:#0653ac;
}
/*新闻详情*/
 .news_detail {
    width:100%;
    overflow: hidden;
}
.news_show_tit {
    font-size:24px;
    color:#333333;
    text-align:center;
}
.news_show_l {
    text-align:center;
    padding:20px 0 25px 0;
    border-bottom:1px dotted #DBDBDB;
}
.news_show_l .s1 {
    background:url(../img/icon01.png) no-repeat center left;
    padding-left:19px;
}
.news_show_l .s2 {
    background:url(../img/icon02.png) no-repeat center left;
    padding-left:21px;
}
.news_show_l .s3 {
    background:url(../img/icon03.png) no-repeat center left;
    padding-left:22px;
}
.news_show_l span {
    padding-right:10px;
}
.news_show_Inf {
    margin-top:20px;
    line-height:28px;
    font-size:14px;
    text-align:justify
}
.news_show_Inf img {
    max-width:100%;
    height:auto;
    text-align:center
}
.show_page {
    margin-top:40px;
    padding-top:27px;
    border-top:1px dotted #DBDBDB;
    font-size:14px;
    line-height:28px;
}
.show_page a {
    color:#666666;
}
.show_page .lt a {
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.show_page .rt {
    width: 80px;
    display: flex;
    justify-content: center;
}
.show_page .rt a {
    text-align: center;
}
.show_page .lt {
    float: none;
    margin-right: 80px;
}
/* 下载中心 */
 .download-list li {
    width: 100%;
    margin-bottom: 40px;
    float: left;
    -webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
    cursor: pointer;
}
.download-list li:last-child {
    margin-bottom: 0;
}
.download-list li a {
    display: block;
}
.download-list li:hover {
    background: #d4e7fd;
    padding: 14px;
}
.download-list .fileImg {
    width: 100px;
    float: left;
    border: 1px #eee solid;
}
.download-list .fileInfo {
    margin-left: 120px;
}
.download-list .fileInfo .box1 {
    overflow: hidden;
}
.download-list .fileInfo .box1 .lt {
    float: none;
    margin-right: 120px;
    display:block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.download-list .fileInfo .box1 .rt {
    width: 120px;
    color: #999;
    text-align: right;
}
.download-list .fileInfo .box2 {
    margin-top: 10px;
}
.download-list .fileInfo .box2 .lt {
    color: #999;
    float: none;
    margin-right: 90px;
}
.download-list .fileInfo .box2 .lt > div {
    float: left;
    margin-right: 10px;
}
.download-list .fileInfo .box2 .rt, .download-list .fileInfo .box2 .mb-btn {
    background: #0653ac;
    width: 80px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-list .fileInfo .box2 .mb-btn {
    display: none;
}
.download-list .fileInfo .box2 .rt i, .download-list .fileInfo .box2 .mb-btn i {
    margin-right: 6px;
}
/* 人才理念 */
 .hr_box {
    width: 100%;
    overflow: hidden;
}
.hr_box .hr_left {
    width: 48%;
    float: left;
}
.hr_box .hr_right {
    width: 48%;
    float: right;
    line-height: 28px;
}
.hr_box .hr_right img {
    width: 100% !important;
    height: auto !important;
}
/*人才招聘*/
 .join-box {
    width: 100%;
    overflow: hidden;
}
.join-box .title {
    overflow: hidden;
    color: #fff;
    background: #b4b4b4;
    font-size: 16px;
    padding: 0 3%;
    line-height: 50px;
    height: 50px
}
.join-box .title p {
    text-align: center;
    float: left;
    width: 20%
}
.join-box ul {
    border: 1px solid #efefef;
    border-top: 0;
    padding-bottom: 52px;
    background: #fff
}
.join-box li {
    background: #fff;
    padding: 0 3.5%
}
.join-box li .tit {
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    cursor: pointer;
    overflow: hidden;
    border-bottom: 1px solid #efefef
}
.join-box li .tit.on p:last-child {
    color: #d40b17
}
.join-box li .tit p {
    float: left;
    width: 20%;
    text-align: center;
    white-space: nowrap;
}
.join-box li .in {
    padding: 3%;
    background: #f5f5f5;
    display: none
}
.join-box li .in.on {
    display: block
}
.join-box li .in .top dd {
    float: left;
    width: 25%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 3px
}
.join-box li .in .top dd span {
    color: #666
}
.join-box li .in .bot h1 {
    font-size: 16px;
    color: #333
}
.join-box li .in .bot dl dd {
    color: #777;
    font-size: 12px;
    line-height: 26px
}
.join-box li .in .bot>div {
    float: left;
    width: 46%;
    margin-right: 4%
}
.join-box li .in .bot {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px
}
.join-box li .in .link {
    padding-top: 17px
}
.join-box li .in .more {
    display: none;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #c30d18;
    margin-top: 10px;
    font-size: 16px;
    width: 200px
}
.join-box li .in .link img {
    margin-right: 3%
}
.join-box li .in .link .box-img {
    width: 160px
}
.join-box li .in .more.on {
    display: block;
    width: 150px
}
.join-box li .in .more:hover {
    background: #e50f1c
}
/*联系我们*/
 .contact-about {
    overflow: hidden;
}
.contact-about .contact-box1, .contact-about .contact-box2, .contact-about .contact-box3, .contact-about .contact-box4 {
    width: 100%;
    overflow: hidden;
}
.contact-about .contact-box1 .tit {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    background: url('../img/line2.gif') no-repeat center bottom;
}
.contact-about .contact-box1 .con {
    width: 100%;
    overflow: hidden;
}
.contact-about .contact-box1 .con ul {
    width: 100%;
    display: table;
    overflow: hidden;
}
.contact-about .contact-box1 .con li {
    display: table-cell;
    height: 59px;
    vertical-align: middle;
    padding-left: 69px;
    font-size: 14px;
    padding-right: 2%;
}
.contact-about .contact-box1 .con li:last-child {
    padding-right: 0;
}
.contact-about .contact-box1 .con li.add {
    background: url('../img/contact-img1.png') no-repeat left center;
}
.contact-about .contact-box1 .con li.tel {
    background: url('../img/contact-img2.png') no-repeat left center;
}
.contact-about .contact-box1 .con li.mail {
    background: url('../img/contact-img3.png') no-repeat left center;
}
.contact-about .contact-map {
    margin:50px 0 0 0;
    height: 450px;
    position: relative;
}
.contact-about .contact-map .my-map {
    height: 480px;
}