.img_scale {
    overflow: hidden
}

.img_scale img {
    transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
    -ms-transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
    -o-transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
    -webkit-transition: transform cubic-bezier(.215, .61, .355, 1) 1s;
    -moz-transition: transform cubic-bezier(.215, .61, .355, 1) 1s
}

.img_scale:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.img_scale:hover .full {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

@font-face {
    font-family: BoldCond;
    src: url(../fonts/AkzidenzGrotesk-BoldCond.eot);
    src: url(../fonts/AkzidenzGrotesk-BoldCond.eot?#font-spider) format('embedded-opentype'), url(../fonts/AkzidenzGrotesk-BoldCond.woff) format('woff'), url(../fonts/AkzidenzGrotesk-BoldCond.ttf) format('truetype'), url(../fonts/AkzidenzGrotesk-BoldCond.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Cnd;
    src: url(../fonts/AkzidenzGroteskBQ-Cnd.eot);
    src: url(../fonts/AkzidenzGroteskBQ-Cnd.eot?#font-spider) format('embedded-opentype'), url(../fonts/AkzidenzGroteskBQ-Cnd.woff) format('woff'), url(../fonts/AkzidenzGroteskBQ-Cnd.ttf) format('truetype'), url(../fonts/AkzidenzGroteskBQ-Cnd.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: DINOT;
    src: url(../fonts/DINOT-BOLD.eot);
    src: url(../fonts/DINOT-BOLD.eot?#font-spider) format('embedded-opentype'), url(../fonts/DINOT-BOLD.woff) format('woff'), url(../fonts/DINOT-BOLD.ttf) format('truetype'), url(../fonts/DINOT-BOLD.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

.container {
    width: 1440px;
    margin: 0 auto;
    position: relative
}

.article {
    margin-top: 102px
}

.line-pagination .swiper-pagination-bullet {
    width: 23px;
    height: 3px;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #fff;
    border-radius: 0;
    margin: 0 3px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.line-pagination .swiper-pagination-bullet-active {
    width: 43px;
    background: #eb0313
}

.banner {
    position: relative
}

.banner .swiper-pagination {
    bottom: 27px
}

.title {
    font-size: 48px;
    line-height: 1;
    font-family: BoldCond;
    color: #292929
}

.more {
    width: 90px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #1860ab;
    font-size: 14px;
    display: block;
    color: #1860ab;
    text-align: center;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.more i {
    color: #1860ab;
    margin-left: 5px;
    font-size: 12px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.more:hover {
    color: #fff;
    background: #1860ab
}

.more:hover i {
    color: #fff
}

.sub-nav {
    background: #f6f6f8;
    height: 70px;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 28px
}

.sub-nav.about-nav:after, .sub-nav.case-nav:after, .sub-nav.contact-nav:after, .sub-nav.tracking-nav:after {
    content: '';
    width: 12.5%;
    height: 1px;
    background: #1860ab;
    position: absolute;
    left: 0;
    bottom: -1px
}

.sub-nav .inner-submenu {
    position: relative
}

.sub-nav .inner-submenu:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #1860ab;
    position: absolute;
    left: 0;
    bottom: 0
}

.sub-nav .inner-submenu li {
    float: left;
    padding: 0 22px;
    font-size: 16px;
    line-height: 70px;
    background: rgba(235, 3, 19, 0);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.sub-nav .inner-submenu li.active, .sub-nav .inner-submenu li:hover {
    background: #eb0313
}

.sub-nav .inner-submenu li.active a, .sub-nav .inner-submenu li:hover a {
    color: #fff
}

.sub-nav .inner-submenu a {
    display: block;
    color: #404040
}

.sub-nav .location {
    font-size: 0
}

.sub-nav .location a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 70px;
    color: #919191;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.sub-nav .location a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #878787;
    border-left: 1px solid #878787;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    margin: 0 12px
}

.sub-nav .location a:first-child:before {
    width: 17px;
    height: 15px;
    background: url(../images/home-icon.png) no-repeat;
    margin: -3px 13px 0 0;
    border: none;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0)
}

.sub-nav .location a:last-child {
    color: #d7000f
}

.sub-nav .location a:hover {
    color: #d7000f
}

.page ul {
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%)
}

.page li {
    float: left;
    padding: 0 13px;
    font-size: 16px;
    line-height: 32px;
    border: 1px solid #dbdbdb;
    background: #fff;
    margin: 0 3px
}

.page .page-btn:hover {
    background: #1860ac;
    border-color: #1860ac
}

.page li.active a, .page li:hover a {
    color: #fff
}

.page .next, .page .prev {
    margin: 0 8px
}

.page .disabled {
    background: #f6f6f8
}

.page .disabled:hover {
    background: #f6f6f8;
    border-color: #dbdbdb
}

.page .disabled:hover a {
    color: #a6a6a6;
    cursor: default
}

.page a {
    display: block;
    color: #a6a6a6;
}

.page .pagetxt{
    border: 0px;
    color: #a6a6a6;
}


.link-swiper {
    margin-top: 22px
}

.link-swiper p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 16px
}

.link-swiper span {
    display: inline-block;
    vertical-align: middle;
    color: #3d3d3d
}

.link-swiper a {
    display: inline-block;
    vertical-align: middle;
    color: #989898;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.link-swiper a:hover {
    color: #1860ac
}

.main-wrap .main-left {
    width: 256px;
    border: 1px solid #dfdfdf;
    background: #f6f6f8
}

.main-wrap .main-left li {
    border-bottom: 1px solid #dfdfdf
}

.main-wrap .main-left li:last-child {
    border-bottom: none
}

.main-wrap .main-left .list-tit {
    background: #1860ab;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    padding: 0 10px 0 20px;
    position: relative;
    cursor: pointer
}

.main-wrap .main-left .list-tit:after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 1px solid #c7d3e5;
    border-right: 1px solid #c7d3e5;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg)
}

.main-wrap .main-left .list-tit.hide:after {
    top: 18px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg)
}

.main-wrap .main-left dl {
    margin: 7px 0 18px
}

.main-wrap .main-left dd {
    font-size: 14px;
    line-height: 30px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.main-wrap .main-left dd:after {
    content: '';
    width: 100%;
    height: 1px;
    background: url(../images/line.png) no-repeat;
    display: block
}

.main-wrap .main-left dd.active a, .main-wrap .main-left dd:hover a {
    color: #1860ab
}

.main-wrap .main-left a {
    display: block;
    color: #959595;
    padding: 0 20px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.main-wrap .main-left a:before {
    content: '';
    width: 2px;
    height: 1px;
    background: #959595;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.main-wrap .main-right {
    width: calc(100% - 256px);
    padding-left: 44px
}

.dialog-wrap {
    width: 138px;
    font-size: 12px;
    line-height: 20px;
    color: #5c5c5c;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    padding: 6px 12px;
    display: none
}

.dialog-wrap:before {
    content: '';
    width: 9px;
    height: 12px;
    background: url(../images/dialog-icon.png) no-repeat;
    position: absolute;
    left: -9px;
    top: 12px
}

@keyframes spotScale {
    0% {
        transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1)
    }
    50% {
        transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7)
    }
    100% {
        transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1)
    }
}

.header {
    width: 100%;
    height: 102px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 10000;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1)
}

.header .logo {
    display: block;
    margin-top: 20px
}

.header-r {
    margin-top: 30px;
    font-size: 0
}

.header-r > div {
    display: inline-block;
    vertical-align: middle
}

.menu li {
    float: left;
    position: relative;
    line-height: 48px;
    font-size: 16px;
    background: rgba(24, 96, 172, 0);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.menu li:after {
    content: '';
    width: 1px;
    height: 11px;
    background: url(../images/nav-icon.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 0;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.menu li:nth-child(2) dl {
    left: -62px
}

.menu li:nth-child(6) dl {
    left: -42.5px
}

.menu li:last-child:after {
    opacity: 0;
    filter: alpha(opacity=0)
}

.menu li:last-child dl {
    left: -55px
}

.menu li > a {
    display: block;
    color: #404040;
    padding: 0 20px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.menu li > a:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #230fd2;
    display: none;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.menu li:hover {
    background: #1860ac
}

.menu li:hover:after {
    display: none
}

.menu li:hover > a {
    color: #fff
}

.menu li.cur > a {
    color: #1860ab
}

.menu li.cur > a:after {
    display: block
}

.menu li.cur:hover > a {
    color: #fff
}

.menu li.cur:hover > a:after {
    display: none
}

.menu li.hover-none:after {
    display: none
}

.submenu {
    width: 230px;
    position: absolute;
    left: 0;
    background: #1860ac;
    display: none;
    z-index: 4
}

.submenu dd {
    font-size: 15px;
    line-height: 42px;
    padding: 0 17px;
    border-top: 1px solid #104e8f;
    border-bottom: 1px solid #1860ac;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.submenu dd.active, .submenu dd:hover {
    background: #104e8f
}

.submenu dd.active a, .submenu dd:hover a {
    color: #eb0313
}

.submenu dd.active a:before, .submenu dd:hover a:before {
    border-left-color: #eb0313
}

.submenu a {
    color: #fff;
    display: block;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.submenu a:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.search-icon {
    width: 42px;
    height: 42px;
    border: 1px solid #eee;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.search-icon:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/search-icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%)
}

.search-icon:hover {
    border-color: #1860ac
}

.search-alert {
    width: 25%;
    height: 42px;
    background: #f0f8ff;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 3;
    display: none;
    margin-top: 11px
}

.search-alert .tex {
    width: calc(100% - 45px);
    height: 42px;
    padding-left: 10px;
    font-size: 14px;
    color: #404040;
    box-sizing: border-box;
    background: 0 0
}

.search-alert .tex::-moz-placeholder {
    color: #b9babb
}

.search-alert .tex:-ms-input-placeholder {
    color: #b9babb
}

.search-alert .tex::-webkit-input-placeholder {
    color: #b9babb
}

.search-alert .sub-butn {
    border: none;
    width: 15px;
    margin: 0 15px;
    background: url(../images/search-icon1.png) no-repeat center/100% auto;
    text-align: center;
    height: 42px;
    font-size: 0;
    line-height: 42px;
    color: #fff;
    cursor: pointer
}

.footer {
    border-top: 16px solid #1860ac;
    background: #f1f1f1;
    position: relative;
    padding-top: 52px
}

.footer:before {
    content: '';
    width: 20%;
    height: 16px;
    background: #eb0313;
    position: absolute;
    right: 0;
    top: -16px
}

.footer .footer-logo {
    display: block
}

.footer-middle {
    border-bottom: 1px solid #fff;
    padding-bottom: 38px;
    margin-top: 22px
}

.footer-middle .intro {
    width: 28.125%
}

.footer-middle .intro h5 {
    font-size: 24px;
    line-height: 30px;
    color: #2b2b2b
}

.footer-middle .intro .text {
    font-size: 16px;
    line-height: 24px;
    color: #979797;
    margin: 30px 0 17px
}

.footer-middle .intro .contact-way {
    font-size: 16px;
    color: #565555;
    line-height: 28px
}

.footer-middle .intro a {
    color: #565555;
    display: inline-block
}

.footer-menu {
    width: 71.875%;
    padding-left: 7.778%
}

.footer-nav {
    font-size: 0
}

.footer-nav dl {
    display: inline-block;
    vertical-align: top;
    padding: 0 22px
}

.footer-nav dt {
    font-size: 24px;
    line-height: 30px;
    color: #2a2a2a;
    margin-bottom: 26px
}

.footer-nav dd {
    font-size: 16px;
    line-height: 24px
}

.footer-nav dd a {
    color: #979696;
    display: block;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.footer-nav dd:hover a {
    color: #1860ac
}

.sharing p {
    font-size: 18px;
    line-height: 44px;
    color: #565656;
    margin-bottom: 16px
}

.sharing ul {
    margin: 0 -10px
}

.sharing li {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #c2c2c2;
    overflow: hidden;
    margin: 0 10px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.sharing li:hover {
    background: #1860ac;
    border-color: #1860ac
}

.sharing li:hover a {
    color: #fff
}

.sharing li .icon-twitter {
    font-size: 26px
}

.sharing li .icon-facebook {
    font-size: 36px
}

.sharing li .icon-linkedin {
    font-size: 42px
}

.sharing li .icon-tumblr {
    font-size: 32px
}

.sharing a {
    display: block;
    color: #aaa;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease
}

.copy-right {
    background: #e8e8e8;
    border-top: 1px solid #cacaca;
    color: #606060;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding: 15px 0
}

.copy-right span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}

@media (max-width: 1680px) {
    .container {
        width: 100%;
        padding: 0 3%
    }
}

@media (max-width: 1440px) {
    .title {
        font-size: 40px
    }

    .header {
        height: 89px
    }

    .header .logo {
        margin-top: 15px
    }

    .header .logo img {
        width: 182px
    }

    .header-r {
        margin-top: 20px
    }

    .menu li > a {
        padding: 0 15px
    }

    .article {
        margin-top: 89px
    }

    .footer {
        padding-top: 35px
    }

    .footer .footer-logo img {
        width: 200px
    }

    .footer-middle {
        padding-bottom: 30px;
        margin-top: 20px
    }

    .footer-menu {
        padding-left: 6%
    }
}

@media (max-width: 1366px) {
    .link-swiper p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px
    }

    .sub-nav .location a:before {
        margin: 0 6px
    }

    .sub-nav .inner-submenu li {
        padding: 0 15px
    }

    .title {
        font-size: 36px
    }

    .header {
        height: 60px
    }

    .header .logo {
        margin-top: 10px
    }

    .header .logo img {
        width: 140px
    }

    .header-r {
        margin-top: 10px
    }

    .menu li {
        font-size: 14px;
        line-height: 36px
    }

    .submenu dd {
        font-size: 14px;
        line-height: 36px
    }

    .search-icon {
        width: 35px;
        height: 35px
    }

    .search-icon:after {
        width: 15px;
        height: 15px
    }

    .search-alert {
        width: 30%
    }

    .article {
        margin-top: 60px
    }

    .main-wrap .main-right {
        padding-left: 35px
    }

    .footer-middle .intro {
        width: 31.125%
    }

    .footer-middle .intro h5 {
        font-size: 20px
    }

    .footer-middle .intro .text {
        margin: 25px 0 17px;
        font-size: 14px
    }

    .footer-menu {
        width: 68.875%;
        padding-left: 4%
    }

    .footer-nav dl {
        padding: 0 16px
    }

    .footer-nav dt {
        font-size: 20px;
        margin-bottom: 21px
    }

    .footer-nav dd {
        font-size: 14px
    }

    .sharing p {
        line-height: 36px
    }

    .sharing ul {
        margin: 0 -5px
    }

    .sharing li {
        margin: 0 5px;
        width: 36px;
        height: 36px;
        line-height: 36px
    }

    .sharing li .icon-twitter {
        font-size: 22px
    }

    .sharing li .icon-facebook {
        font-size: 26px
    }

    .sharing li .icon-linkedin {
        font-size: 35px
    }

    .sharing li .icon-tumblr {
        font-size: 24px
    }
}

@media (max-width: 1280px) {
    .main-wrap .main-right {
        padding-left: 25px
    }

    .footer-middle .intro {
        width: 29.125%
    }

    .footer-middle .intro h5 {
        font-size: 20px
    }

    .footer-menu {
        width: 70.875%;
        padding-left: 3%
    }

    .footer-nav dt {
        font-size: 18px
    }

    .sharing p {
        font-size: 16px
    }
}


.detail{
    font-weight: bold;
    text-decoration: underline;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
    color: #7b7b7b;
}

.detailmore{
    display: none;
}

.employment_link{
    background-image: none;
    text-decoration: underline;
    color: #7b7b7b;
}

.employmentdetail {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.employmentdetail dt {
    font-size: 26px;
    color: #000;
    text-align: center;
    padding-bottom: 8px;
}

.employmentdetail dt div{
    font-size: 16px;
    text-align: right;
    margin-right: 20px;
    color: #7b7b7b;
    font-style: italic;
}

.employmentdetail dt div span{
    margin-left: 30px;
}

.employmentdetail dd {
    font-size: 16px;
    color: #7b7b7b;
    line-height: 150%;
}

.employmentdetail a {
    display: block;
    text-align: center;
    width: 150px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    background: #1860ab;
    border-radius: 10px;
    margin: 0px auto;
}

.productdetail li span{
    text-indent: 30px;
}