@charset "utf-8";
a {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

a:hover {
    border-radius: 6px;
}

/*banner*/

.banner {
    width: 100%;
    margin: 1px auto 0;
    position: relative;
    height: 600px;
    overflow: hidden;
}

.fullSlide {
    width: 100%;
    position: relative;
    height: 600px;
    background: transparent
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden
}

.fullSlide .bd ul {
    width: 100% !important
}

.fullSlide .bd li {
    width: 100% !important;
    height: 600px;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 1px 5px #7ba17d;
}

.fullSlide .bd li a {
    display: block;
    height: 600px
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 0
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 1px 5px;
    overflow: hidden;
    background: #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    line-height: 999px
}

.fullSlide .hd ul .on {
    background: #01559d;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 15%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    *filter: alpha(opacity=50);
    *opacity: .5;
    display: none
}

.fullSlide .next {
    left: auto;
    right: 15%;
    background-position: -6px -137px
}

.fullSlide .bd li .ban_phone {
    position: absolute;
    top: 335px;
    right: 430px;
}

.fullSlide .bd li .ban_phone strong {
    font-size: 24px;
    color: #fff;
}

.fullSlide .bd li .ban_phone a {
    display: inline-block;
    height: 52px;
    margin-left: 40px;
}

.banner_1 {
    height: 370px;
    position: relative;
}

/*search*/



.search_box .con_width {
    background: url(../images/sou_bg.png) no-repeat top center;
    position: relative;
    top: -180px;
    z-index: 999999;
    height: 145px;
    box-sizing: border-box;
    overflow: hidden;
}

.search_box .con_width .yw {
    height: 106px;
    overflow: hidden;
}

.search_box .con_width .yw .yw_bt {
    display: block;
    width: 130px;
    text-align: center;
    font-size: 30px;
    float: left;
    line-height: 40px;
    letter-spacing: 10px;
    color: #fff;
    padding: 13px 0;
    font-weight: bold;
}

.search_box .con_width .yw ul {
    width: 1050px;
    float: left;
    text-align: center;
}

.search_box .con_width .yw ul li {
    padding: 40px 70px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

.search_box .con_width .yw ul li span {
    color: #999;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 100;
}

.search_box .con_width .yw ul li a {
    color: #fff;
}

.sea_left {
    margin-top: 6px;
}

.sea_left strong {
    display: block;
    height: 25px;
    line-height: 25px;
    background: #fa7b2b;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
}

.sea_line {
    border-left: 1px solid #f07a2c;
    height: 42px;
    margin: 0 35px;
    width: 1px;
}

.search_box .search {
    height: 28px;
    line-height: 28px;
    border: 1px #999 solid;
    border-radius: 14px;
    margin-right: 28px;
}

.search_box .search input {
    float: left;
    background: none;
}

.search_box .search input.sea_inp {
    width: 270px;
    height: 28px;
    border: 0;
    padding-left: 10px;
    color: #a5a5a5;
    line-height: 28px;
    border-radius: 3px;
}

.search_box .search input.sea_btn {
    width: 34px;
    height: 28px;
    cursor: pointer;
    background: url(../images/search_icon.png) no-repeat center;
}

.search_box .sea_keyw {
    color: #eee;
    padding-left: 130px;
    width: 635px;
    overflow: hidden;
    line-height: 40px;
    height: 40px;
}

.search_box .sea_keyw a {
    color: #eee;
    margin-right: 15px;
}

.search_box .sea_keyw span {
    font-weight: bold;
    padding-right: 10px;
}

.search_box .sea_keyw span i {
    display: block;
    font-size: 13px;
    color: #B5B5B5;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 1px;
}

.sea_right {
    margin-top: 7px;
}

.sea_right span {
    font-size: 14px;
}

/*图片滚动*/

.case_img {
    width: 1180px;
    margin: 20px auto 0;
    overflow: hidden;
    position: relative;
}

.case_img ul ul {
    overflow: hidden;
    margin: 0 auto;
    width: 1040px;
}

.case_img ul li {
    float: left;
    width: 210px;
    margin-right: 30px;
    text-align: center;
}

.case_img ul li img {
    width: 200px;
    height: 130px;
    border: 1px solid #bbbbbb;
    padding: 2px;
}

.case_img ul li a {
    margin-bottom: 7px;
    display: block;
    font-size: 14px;
}

em {
    position: absolute;
    top: 60px;
}

.t_r {
    right: 0px;
}

.gd_all {
    position: relative;
}

/*公共标题样式*/

.pub_tit {
    padding-top: 30px;
}

.pub_tit h3 {
    text-align: center;
    font-size: 30px;
}

.pub_tit h3 span {
    display: block;
    height: 5px;
    width: 110px;
    margin: 20px auto;
    background: #01559d;
}

/*小banner*/

.banner_small {
    position: relative;
    height: 200px;
}

.ban_text {
    position: absolute;
    top: 35px;
    right: 40px;
}

.ban_qq {
    position: absolute;
    top: 110px;
    right: 60px;
    background: url(../images/ban_tel.png) no-repeat top left;
    padding-left: 50px;
}

.ban_qq span {
    font-size: 14px;
    float: left;
}

.ban_btn {
    font-size: 16px;
    display: block;
    width: 145px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #01559d;
    margin-top: 20px;
    float: left;
    color: #fff;
}

.banner_small01 {
    background: url(../images/ban_small_01.jpg) #F8F8F8 no-repeat center bottom;
    margin-bottom: 10px;
    width: 100%;
    height: 336px;
    color: #fff;
}

.banner_small02 {
    background: url(../images/ban_small_02.jpg)no-repeat center bottom;
    width: 100%;
    height: 336px;
}

.banner_small02 .ban_qq {
    top: 120px;
    right: 60px;
    background: url(../images/ban_tel2.png) no-repeat top left;
}
.banner_small02 .ban_btn{
    background: #fb7d01;
}

/* pro */

.pro {
    background: #FBFBFB;
    padding-bottom: 30px;
    margin-top: -145px;
    padding-top: 50px;
}

.pro .pro-l {
    width: 225px;
    height: 830px;
    background-color: #fff;
    margin-top: 30px;
    box-shadow: #eee 0px 5px 10px;
}

.pro .pro-l .pro-t {
    height: 95px;
    width: 100%;
    background: #035797;
    color: #B4DDFB;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 14px;
    text-transform: uppercase;
}

.pro .pro-l .pro-t h2 a {
    font-size: 24px;
    color: #fff;
}

.pro .pro-l .pro-bottom li {
    padding: 22.5px 0;
    padding-left: 28px;
    border-bottom: solid 1px #eee;
}
.pro .pro-l .pro-bottom li:hover{
    background: #035797;
}
.pro .pro-l .pro-bottom li:hover a{
    color: #fff
}
.pro .pro-l .pro-bottom li a {
    color: #555;
    font-size: 16px;
}

.pro .pro-l .pro-bottom li a span {
    color: #999;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
}

.pro .pro-r {
    background-color: #fff;
    width: 916px;
    margin-left: 10px;
    padding: 12px 10px;
    position: relative;
    box-shadow: #eee 0px 5px 10px;
    height: 806px;
    margin-top: 30px;
    overflow: hidden;
}

.pro .pro-r .pro-lb {}

.pro .pro-r .hd {
    height: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.pro .pro-r .hd ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
}

.pro .pro-r .hd ul li a {
    font-size: 18px;
    color: #444;
    text-align: center;
    line-height: 36px;
    height: 36px;
    padding: 0 20px;
}

.pro .pro-r .hd ul .on a {
    color: #035797;
}

.pro .more {
    position: absolute;
    width: 60px;
    height: 22px;
    line-height: 22px;
    border-radius: 22px;
    background-color: #F2F2F2;
    right: 10px;
    top: 26px;
}

.pro .more a {
    font-size: 14px;
    color: #aaa;
    text-align: center;
    display: block;
    width: 60px;
}

.pro .pro-r .bd {
    margin-top: 10px;
}
.pro .pro-r .bd ul{
    height: 750px;
    overflow: hidden;
}
.pro .pro-r .bd ul li {
    width: 288px;
    height: 249px;
    float: left;
    margin-right: 17px;
    overflow: hidden;
}

.pro .pro-r .bd ul li img {
    width: 286px;
    height: 207px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.pro .pro-r .bd ul li:hover img {
    overflow: hidden;
    border: 1px solid #035797;
}

.pro .pro-r .bd ul li span {
    text-align: center;
    display: block;
    color: #666;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

/*案例展示*/

.anl_wrap {
    background: #fbfbfb;
    padding: 20px 0;
    padding-bottom: 60px;
}

.anl_wrap .con_width {
    background: #fff;
    padding: 20px 0 60px 0;
}

.anl_wrap .hz_tit {
    text-align: center;
    margin: 30px 0
}

.anl_wrap .hz_tit h3 a strong {
    font-size: 20px;
    color: #333333;
    background: url(../images/hz_tit.png) no-repeat bottom;
    padding-bottom: 15px;
    display: block;
}

.anl_wrap .hz_tit h3 span {
    color: #666;
    line-height: 35px;
}

.anl_wrap .hz_tit h3 a.more {
    font-size: 14px;
    margin-left: 5px;
}

.anl_wrap #tab {
    position: relative;
    margin: 30px;
}

.anl_wrap #tab .tab_menu {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}

.anl_wrap #tab .tab_menu li {
    display: inline-block;
    width: 126px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    margin-right: 20px;
    font-size: 16px;
    color: #333;
    border: 1px #c7c7c7 solid;
    font-weight: bold;
}

.anl_wrap #tab .tab_menu li.selected {
    height: 35px;
    cursor: pointer;
    border: 1px #015617 solid;
    background: #017920;
    color: #fff;
}

.anl_wrap #tab .tab_menu li a {
    display: inline-block;
    width: 145px;
    height: 45px;
    color: #fff;
    font-size: 16px;
}

.anl_wrap .case_wrap .pro_img {
    overflow: hidden;
    padding: 0 30px;
}

.anl_wrap .case_wrap .pro_img li {
    width: 250px;
    height: 260px;
    border: solid 1px #ddd;
    padding: 2px;
    background: #F8F8F8;
    float: left;
    margin: 0 12px;
    padding-bottom: 6px;
}

.anl_wrap .case_wrap .pro_img li:hover {
    border: solid 1px #01559d;
}

.anl_wrap .case_wrap .pro_img li p {
    padding: 0 10px;
    box-sizing: border-box;
}

.anl_wrap .case_wrap .pro_img li p.tit {
    font-size: 16px;
    background: url(../images/fang.png) no-repeat right center;
    line-height: 30px;
}

.anl_wrap .case_wrap .pro_img li .tu {
    width: 250px;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.anl_wrap .case_wrap .pro_img li .tu img{
    width: 250px;
}
.img img {
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

li:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.wjdh-link {
    display: block;
    width: 38px;
    height: 38px;
    background-image: url(../images/link.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.item-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s;
}

li:hover .item-mask {
    opacity: 1;
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, 0.3);
}

.item-mask .item-link-icon {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
}

/*理由*/

.ly_warp {
    padding-top: 50px;
}

.ly_warp .ly_con {
    width: 890px;
    float: left;
}

.ly_warp .ly_con dl {
    width: 425px;
    height: 155px;
    float: left;
    border: solid 1px #ddd;
    margin-right: 18px;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 18px;
}

.ly_warp .ly_con dl dt {
    width: 110px;
    float: left;
    padding-top: 15px;
}

.ly_warp .ly_con dl dd {
    width: 280px;
    float: right;
}

.ly_warp .ly_con dl dd h5 {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

.ly_warp .ly_con dl dd p {
    color: #666;
    line-height: 30px;
}

.ly_warp .bt {
    width: 290px;
    height: 290px;
    padding-top: 40px;
    float: right;
    background: #01559d;
    text-align: center;
    color: #fff;
    
}

.ly_warp .bt h5 {
    font-weight: bold;
    font-size: 24px;
    background: url(../images/ly_tit_bg.png) no-repeat bottom center;
    line-height: 60px;
}

.ly_warp .bt .f16 {
    line-height: 30px;
    border: solid 1px #fff;
    display: inline-block;
    margin: 20px auto;
    letter-spacing: 3px;
    padding: 0px 8px;
}

.ly_warp .bt p {
    line-height: 30px;
    margin-top: 10px;
}

/*流程*/

.lc_wrap {
    padding-bottom: 80px;
}

.lc_wrap .pub_tit {
    height: 130px;
    background: url(../images/lc_tit_bg.png) no-repeat center bottom;
}

.lc_wrap li {
    width: 107px;
    float: left;
    text-align: center;
}

.lc_wrap li .tb {
    background: #01559d;
    padding-top: 15px;
    height: 65px;
    width: 80px;
    border-radius: 15px;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.lc_wrap li span {
    border-radius: 50%;
    position: relative;
    z-index: 2;
    margin: 20px auto;
    display: block;
    width: 10px;
    height: 10px;
    background: #CDCDCD;
    border: solid 4px #F8F8F8;
}

.lc_wrap hr {
    position: relative;
    top: 116px;
    border: none;
    border-top: solid 1px #DDDDDD;
    margin-top: 40px;
    z-index: 1;
}

.lc_wrap li:hover .tb {
    background: #01559d;
    border-radius: 50%;
}

.lc_wrap li:hover span {
    background: #01559d;
    border: solid 4px #ECF5CA;
}

/*客户*/

.kehu_wrap {
    background: #F8F8F8;
    border: solid 1px #ddd;
    border-left: none;
    border-right: none;
    padding: 60px 0;
    margin-bottom: 40px;
}

.kehu_wrap .kehu_tit {
    font-size: 24px;
    line-height: 50px;
    border-bottom: 4px solid #01559d;
    display: inline-block;
    margin-bottom: 20px;
}

.kehu_wrap .jian {
    width: 880px;
    float: left;
}

.kehu_wrap .jian .kehu_tit {
    background: url(../images/kehu_tit1.png) no-repeat 100px center;
}

.kehu_wrap .jian li {
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
    width: 420px;
    float: left;
    height: 140px;
    margin-right: 20px;
    background: url(../images/jian_bg.png) no-repeat;
    margin-bottom: 40px;
}

.kehu_wrap .jian li:hover {
    background: url(../images/jian_bg_hov.png) no-repeat;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.kehu_wrap .jian li .tu {
    width: 116px;
    height: 116px;
    float: left;
    margin: 12px 0 0 16px;
}

.kehu_wrap .jian li .tu img {
    width: 116px;
    height: 116px;
    border-radius: 50%;
}

.kehu_wrap .jian li .text {
    width: 260px;
    float: right;
    margin: 30px 0px 0 0;
    line-height: 25px;
    color: #555;
}

.kehu_wrap .jian li .text .f16 {
    line-height: 35px;
    color: #333;
}

.kehu_wrap .hezuo {
    width: 280px;
    float: right;
}

.kehu_wrap .hezuo .kehu_tit {}

.kehu_wrap .hezuo li {
    width: 278px;
    border: solid 1px #ddd;
    height: 100px;
    position: relative;
    margin-bottom: 10px;
}

.kehu_wrap .hezuo li img {
    width: 278px;
    height: 100px;
}

.kehu_wrap .hezuo li .txt {
    width: 278px;
    height: 100px;
    background: rgba(0, 0, 0, 0.7);
    line-height: 100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.kehu_wrap .hezuo li:hover .txt {
    display: block;
}
/* al */


.al{height: 460px;margin: 50px auto;}

.al .al-nav{height: 310px;position: relative;}

.al .al-nav .bd{overflow: hidden;height: 330px;}
.al .al-nav .bd ul li{margin: 0 15px 0 0;float: left;width: 282px;height: 330px;position: relative;}

.al .al-nav .bd ul li h5{display: none;position: absolute;left: 0;top: 0;}
.al .al-nav .bd ul li:hover h5{display: block;}

.al .al-nav .bd ul li img{width: 280px;height: 300px;border: 1px solid #e6e6e6;}

.al .al-nav .bd span{width: 282px;display:block;text-align:center;font-size: 14px;color: #333;height: 30px;line-height: 30px;}

.al .al-nav .hd .prev{
    display: block;
    width: 29px;
    height: 81px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/prev.png) no-repeat;
    left: -40px;
    position: absolute;
    z-index: 99;
    top: 105px;
    }

.al .al-nav .hd .next{
    display: block;
    width: 29px;
    height: 81px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/next.png) no-repeat;
    right: -40px;
    position: absolute;
    z-index: 99;
    top: 105px;
    }


/*公司简介*/

.ab_tit {
    text-align: center;
    margin-top: 50px;
}
.about_con{
    position: relative;
}
.about_con dl {
    margin-top: 70px;
    background: #01559d;
    height: 304px;
    position: relative;
}

.about_con dl dt {
    margin: -35px 0 0 65px;
}

.about_con dl dt a img {
    width: 442px;
    height: 300px;
}

.about_con dl dt a {
    display: block;
    width: 442px;
    height: 300px;
    border: 2px #fff solid;
}

.about_con dl dd {
    width: 620px;
    height: 266px;
    margin-left: 30px;
    color: #fff;
    margin-top: 25px;
    position: relative;
}

.about_con dl dd a {
    display: block;
}

.about_con dl dd a.tit {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.about_con dl dd .line {
    width: 81px;
    height: 2px;
    background: #c2e2fd;
    margin: 15px 0;
}

.about_con dl dd p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    height: 150px;
    overflow: hidden;
}

.about_con dl dd a.more {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*展示*/

.show_box {
    margin-top: 40px;
}

.show_box .show_tab {
    text-align: center;
    margin-top: 60px;
}

.show_box .show_tab ul {
    overflow: hidden;
    display: inline-block;
    margin-top: -23px;
}

.show_box .show_tab ul li {
    float: left;
    font-size: 16px;
    color: #555;
    border: solid 1px #555;
    margin: 0 15px;
}

.show_box .show_tab ul li a {
    font-size: 16px;
    width: 100px;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    color: #555;
}

.show_box .show_tab ul li.selected a {
   background:  #01559d;
   color: #fff;
   border: none;
}

.show_con .case_img {
    margin-top: 30px;
    height: 200px;
    overflow: hidden;
}

.show_con .case_img .gd_all ul {
    width: 1062px;
    margin: 0 60px;
}

.show_con .case_img .gd_all li img {
    padding: 4px;
    border: 1px #e3e1e1 solid;
    background: #fff;
    width: 210px;
    height: 150px;
}

.show_con .case_img .gd_all li a.name {
    background: none;
    margin-top: 10px;
    color: #333;
}

/*公司新闻*/

.news{
    background: #fbfbfb;
    padding: 50px 0 80px 0;
}

.news-nav{margin-top: 35px;position: relative;height: 335px; overflow: hidden;}

.news-nav .hd ul li{float: left;height: 46px;line-height: 46px;width: 146px;background-color: #cbcbcb;margin-right: 20px;text-align: center;}
.news-nav .hd ul li a{font-size: 16px;color: #333;}
.news-nav .hd ul .newsbg2{background-color: #333;}
.news-nav .hd ul .newsbg2 a{color: #fff;}

.news-nav .hd ul .on{background-color: #9d6642;}
.news-nav .hd ul .on a{color: #fff;}

.news-nav .bd{
    position: relative;
}

.news-nav .bd .news-l{width: 620px;float: left;}

.news-nav .bd .news-l ul li{background: url(../images/k2.png) no-repeat left center;padding:6px 0 6px 10px;margin: 9px 0;}
.news-nav .bd .news-l ul li a span{float: right;font-size: 14px;color: #a8a7a7;}

.news-nav .bd .news-l ul li a h5{font-size: 14px;color: #333;display:block;overflow:hidden;text-overflow:ellipsis;width: 500px;}

.news-nav .bd .news-r{width: 500px;border-left: 1px dashed #e6e6e6;padding-left: 34px;float: right;}

.news-nav .bd .news-r img{width: 500px;height: 191px;}

.news-nav .bd .news-r h4{display:block;overflow:hidden;text-overflow:ellipsis;font-size: 18px;color: #333;height: 24px;line-height: 24px;font-weight: bold;padding-top: 5px;}
.news-nav .bd .news-r span{display:block;overflow:hidden;text-overflow:ellipsis;font-size: 14px;color: #333;height: 68px;line-height: 30px;}



/*友情链接*/

.link_wrap {
    padding: 20px 0;
    background: #fff;
}

.link_wrap .link .link_tit {
    height: 23px;
    background: url(../images/link_line.jpg) no-repeat right 17px;
}

.link_wrap .link .link_tit span {
    font-size: 16px;
    display: inline-block;
    padding: 8px 0 0px 96px;
    background: url(../images/link_tit.png) no-repeat left center;
}

.link_wrap .link_con {
    margin-top: 20px;
}

.link_wrap .link_con a {
    color: #333;
    padding-right: 10px;
    font-size: 14px;
}