﻿/*清除浮动*/

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

body {
    padding-top: 103px;
}

img {
    max-width: 100%;
}


/*侧边栏*/

.izl-rmenu {
    position: fixed;
    right: 0;
    margin-right: 20px;
    top: 45%;
    padding-bottom: 20px;
    z-index: 500;
}

@media only screen and (min-width: 100px) and (max-width:1500px) {
    .izl-rmenu {
        top: 50%;
    }
}

.izl-rmenu .btn {
    width: 45px;
    height: 45px;
    margin-bottom: 2px;
    cursor: pointer;
    position: relative;
}

.izl-rmenu .btn-qq {
    background: url(../img/ico/qq1.png) center no-repeat;
    background-color: #d20000;
    border-radius: 3px;
}

    .izl-rmenu .btn-qq:hover {
        background-color: #d20000;
    }

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
    background: url(../img/ico/msg.png) center no-repeat;
    background-color: #d20000;
    text-decoration: none;
    display: block;
}

.izl-rmenu .btn-wx {
    background: url(../img/ico/qrcode.png) center no-repeat;
    background-color: #d20000;
    border-radius: 3px;
}

    .izl-rmenu .btn-wx:hover {
        background-color: #d20000;
    }

    .izl-rmenu .btn-wx .pic {
        position: absolute;
        left: -165px;
        top: -13px;
        display: none;
        width: 160px;
        height: 160px;
        max-width: inherit;
        background-color: #d20000;
        padding: 20px;
    }

.izl-rmenu > div:first-child {
    background: url(../img/ico/tel.png) center no-repeat;
    background-color: #d20000;
    border-radius: 3px;
}

.izl-rmenu .btn-phone {
    background: url(../img/ico/phone.png) center no-repeat;
    background-color: #d20000;
    border-radius: 3px;
}

    .izl-rmenu .btn-phone:hover {
        background-color: #d20000;
    }

    .izl-rmenu .btn-phone .phone {
        background-color: #d20000;
        position: absolute;
        width: 177px;
        left: -178px;
        top: 0px;
        height: 53px;
        line-height: 53px;
        text-indent: 1em;
        color: #FFF;
        font-size: 18px;
        /* text-align: center; */
        /* display: none; */
        /*padding: 20px 0px 0px 10px;*/
        border-radius: 3px;
    }

.izl-rmenu .btn-top {
    background: url(../img/ico/top.png) center no-repeat;
    background-color: #d20000;
    display: none;
    border-radius: 3px;
}

    .izl-rmenu .btn-top:hover {
        background-color: #d20000;
    }

.publicwidth {
    width: 90%;
    min-width: 1200px;
    margin: 0 auto;
    min-height: 500px;
    padding-top: 60px;
    margin-bottom: 80px;
    overflow: hidden;
}


/*头部*/

nav {
    width: 100%;
    height: 103px;
    min-width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

.nav_bar {
    width: 90%;
    height: 103px;
    min-width: 1200px;
    margin: 0 auto;
}

nav .nav_bar .logo {
    width: auto;
    float: left;
    height: 103px;
}

    nav .nav_bar .logo a {
        display: block;
        height: 103px;
        line-height: 103px;
    }

        nav .nav_bar .logo a img {
            vertical-align: middle;
            display: inline-block;
        }

nav .top {
    float: right;
    height: 103px;
}

    nav .top .other > div {
        float: right;
        height: 47px;
        line-height: 47px;
    }

    nav .top .other .language img {
        display: inline-block;
        vertical-align: middle;
    }

    nav .top .other .language a {
        color: #000000;
        font-size: 14px;
        padding: 0px 10px;
    }

    nav .top .other .fx {
        margin-left: 20px;
        padding-top: 10px;
    }

        nav .top .other .fx > a {
            display: inline-block;
            float: left;
            width: 30px;
            height: 30px;
            margin: 0px 5px;
        }

            nav .top .other .fx > a:nth-child(1) {
                background: url(../img/ico/wb.png) no-repeat center;
            }

            nav .top .other .fx > a:nth-child(2) {
                background: url(../img/ico/qq.png) no-repeat center;
            }

            nav .top .other .fx > a:nth-child(3) {
                position: relative;
                margin-right: 0px;
                background: url(../img/ico/wx.png) no-repeat center;
            }

            nav .top .other .fx > a:nth-child(1):hover {
                background: url(../img/ico/wb_h.png) no-repeat center;
            }

            nav .top .other .fx > a:nth-child(2):hover {
                background: url(../img/ico/qq_h.png) no-repeat center;
            }

            nav .top .other .fx > a:nth-child(3):hover {
                position: relative;
                margin-right: 0px;
                background: url(../img/ico/wx_h.png) no-repeat center;
            }

            nav .top .other .fx > a:nth-child(3) div {
                width: 130px;
                position: absolute;
                padding: 10px;
                background: #d0d0d0;
                left: 50%;
                transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                display: none;
                bottom: -150px;
                z-index: 99;
            }

                nav .top .other .fx > a:nth-child(3) div::before {
                    position: absolute;
                    content: "";
                    width: 10px;
                    height: 10px;
                    top: -5px;
                    left: 50%;
                    margin-left: -5px;
                    transform: rotateZ(45deg);
                    background: #d0d0d0;
                }

            nav .top .other .fx > a:nth-child(3):hover div {
                display: block;
            }

        nav .top .other .fx img {
            display: inline-block;
            vertical-align: middle;
        }

    nav .top .bar_list {
        position: relative;
    }

        nav .top .bar_list > ul > li {
            float: left;
            height: 56px;
            line-height: 56px;
            padding: 0px 31px;
        }

            nav .top .bar_list > ul > li:last-child {
                padding-right: 0px;
            }

            nav .top .bar_list > ul > li > a {
                color: #0c0c0c;
                font-size: 15px;
            }

                nav .top .bar_list > ul > li > a:hover,
                nav .top .bar_list > ul > li > a.active {
                    color: #d20000;
                }


        /*下拉块*/

        nav .top .bar_list ul li > div {
            position: absolute;
            width: 100%;
            /*min-height: 300px;*/
            left: 0px;
            top: 56px;
            height: 0px;
            overflow: hidden;
            z-index: -1;
            background: rgba(255, 255, 255, .92);
            box-shadow: 0px 2px 5px rgba(0, 0, 0, .1) inset;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

        nav .top .bar_list ul li > a {
            color: #000000;
            font-size: 16px;
            position: relative;
        }

        nav .top .bar_list ul li:hover .tow_nav {
            /*	height: 300px;*/
        }

        nav .top .bar_list ul li .tow_nav > div {
            display: inline-block;
            width: 50%;
            min-height: 300px;
        }

            nav .top .bar_list ul li .tow_nav > div.tow_nav_left {
                padding: 0px 20px;
            }

                nav .top .bar_list ul li .tow_nav > div.tow_nav_left ul li {
                    line-height: 1;
                    border-bottom: 1px solid #dadfe4;
                }

                    nav .top .bar_list ul li .tow_nav > div.tow_nav_left ul li:last-child {
                        border: none;
                    }

                    nav .top .bar_list ul li .tow_nav > div.tow_nav_left ul li a {
                        padding: 20px 0px;
                        display: block;
                        color: #565656;
                        font-size: 15px;
                    }

                        nav .top .bar_list ul li .tow_nav > div.tow_nav_left ul li a:hover {
                            color: #d20000;
                        }

            nav .top .bar_list ul li .tow_nav > div.tow_nav_right {
                float: right;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                nav .top .bar_list ul li .tow_nav > div.tow_nav_right img {
                    border-radius: 5px;
                    max-width: 100%;
                    padding: 15%;
                    display: block;
                }


/*首页banner*/

.banner {
    position: relative;
    z-index: 520;
}

    .banner img {
        max-width: 100%;
    }


/*底部*/

footer {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    background: #d20000;
    padding: 35px 0px;
    position: relative;
}

    footer::before {
        content: '';
        position: absolute;
        top: 1px;
        width: 100%;
        height: 1px;
        background: rgba(0, 0, 0, .1);
    }

.foot {
    width: 90%;
    /*height: 380px;*/
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

    .foot iframe {
        position: absolute;
        right: 0px;
        top:110px;
    }

footer .foot .f2 {
    font-size: 0px;
}

    footer .foot .f2 > div {
        width: 33.333%;
        float: left;
        color: #333333;
        font-size: 13px;
    }

        footer .foot .f2 > div p {
            font-size: 16px;
            color: #f0f0f0;
        }

            footer .foot .f2 > div p a {
                font-size: 16px;
                color: #f0f0f0;
            }

        footer .foot .f2 > div:nth-child(1) p {
            margin-bottom: 10px;
        }

        footer .foot .f2 > div:nth-child(2) {
            color: #f0f0f0;
            font-size: 13px;
        }

        footer .foot .f2 > div:nth-child(2) {
            color: #f0f0f0;
            font-size: 13px;
            text-align: center;
        }

            footer .foot .f2 > div:nth-child(2) a {
                padding: 0px 20px;
                color: #f0f0f0;
                font-size: 16px;
            }

        footer .foot .f2 > div:nth-child(3) > div {
            display: inline-block;
            float: right;
        }

            footer .foot .f2 > div:nth-child(3) > div.x_am {
                width: 100px;
                height: 45px;
                text-align: center;
                line-height: 45px;
                color: #f0f0f0;
                font-size: 16px;
                border: 1px solid #f0f0f0;
                margin-left: 5px;
            }

            footer .foot .f2 > div:nth-child(3) > div.am-dropdown {
                width: 205px;
                height: 45px;
                text-align: center;
                line-height: 45px;
                color: #5E5E5E;
                font-size: 13px;
                border: 1px solid #f0f0f0;
            }

                footer .foot .f2 > div:nth-child(3) > div.am-dropdown .am-btn {
                    width: 100%;
                    height: 100%;
                    float: left;
                    background: none;
                    border: none;
                    color: #f0f0f0;
                    font-size: 16px;
                    text-align: left;
                }

                    footer .foot .f2 > div:nth-child(3) > div.am-dropdown .am-btn .am-icon-caret-up {
                        float: right;
                    }

                        footer .foot .f2 > div:nth-child(3) > div.am-dropdown .am-btn .am-icon-caret-up::before {
                            content: '';
                            width: 14px;
                            height: 8px;
                            background: url(../img/ico/sel.png) no-repeat center;
                        }

footer .foot .f3 {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0px;
}

    footer .foot .f3 > a {
        display: inline-block;
        width: 47px;
        height: 47px;
        margin-right: 20px;
        float: none;
    }

        footer .foot .f3 > a:nth-child(1) {
            background: url(../img/icos/wb_1.png) no-repeat center;
        }

        footer .foot .f3 > a:nth-child(2) {
            background: url(../img/icos/qq_1.png) no-repeat center;
        }

        footer .foot .f3 > a:nth-child(3) {
            background: url(../img/icos/wx_1.png) no-repeat center;
            position: relative;
        }

            footer .foot .f3 > a:nth-child(3) div {
                position: absolute;
                padding: 10px;
                width: 135px;
                background: #585858;
                left: 50%;
                transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                bottom: 60px;
                display: none;
            }

                footer .foot .f3 > a:nth-child(3) div::before {
                    position: absolute;
                    content: "";
                    width: 15px;
                    height: 15px;
                    bottom: -7.5px;
                    left: 50%;
                    margin-left: -7.5px;
                    transform: rotateZ(45deg);
                    background: #585858;
                }

            footer .foot .f3 > a:nth-child(3):hover div {
                display: block;
            }

        footer .foot .f3 > a:nth-child(4) {
            /*margin-right: 0px;*/
            background: url(../img/icos/dw_1.png) no-repeat center;
        }

        footer .foot .f3 > a:nth-child(5) {
            background: url(../img/icos/xcu.png) no-repeat center;
            margin-right: 0px;
            position: relative;
        }

            footer .foot .f3 > a:nth-child(5) div {
                position: absolute;
                padding: 10px;
                width: 135px;
                background: #585858;
                left: 50%;
                transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                bottom: 60px;
                display: none;
            }

                footer .foot .f3 > a:nth-child(5) div::before {
                    position: absolute;
                    content: "";
                    width: 15px;
                    height: 15px;
                    bottom: -7.5px;
                    left: 50%;
                    margin-left: -7.5px;
                    transform: rotateZ(45deg);
                    background: #585858;
                }

            footer .foot .f3 > a:nth-child(5):hover div {
                display: block;
            }

        footer .foot .f3 > a:nth-child(1):hover {
            background: url(../img/icos/wb_1.png) no-repeat center;
        }

        footer .foot .f3 > a:nth-child(2):hover {
            background: url(../img/icos/qq_1.png) no-repeat center;
        }

        footer .foot .f3 > a:nth-child(3):hover {
            background: url(../img/icos/wx_1.png) no-repeat center;
        }

        footer .foot .f3 > a:nth-child(4):hover {
            background: url(../img/icos/dw_1.png) no-repeat center;
        }
    /*
footer .foot .f3>a:nth-child(5):hover {
	background: url(../img/icos/more_1.png) no-repeat center;
}
*/
    footer .foot .f3 span {
        position: absolute;
        right: 0px;
    }

        footer .foot .f3 span a {
            color: #f0f0f0;
            font-size: 16px;
        }

.main {
    position: relative;
}


/*分页*/

.page {
    width: 100%;
    text-align: center;
}


/*友情链接弹窗*/

.am-close-spin:hover {
    color: rgb(0, 84, 166) !important;
}

.f_link {
    text-align: left;
    max-height: 505px;
    overflow: hidden;
    overflow-y: scroll;
}

    .f_link p {
        font-size: 16px;
        color: #333333;
        padding: 10px 0px;
        padding-left: 5px;
    }

    .f_link a {
        padding: 10px 20px;
        display: block;
        float: left;
        color: #666666;
        border: 1px solid #ddd;
        margin: 5px;
        border-radius: 3px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
    }

        .f_link a:hover {
            color: #FFFFFF;
            border: 1px solid #d20000;
            background: #d20000;
        }
.f_links {
    width:210px;
    line-height:36px;
   
}
    .f_links ul li {
        text-align: left;
        padding-left:15px;
    }

    .f_links ul li a {
        color: #fff;
        text-decoration: none;
         font-size:18px;
       
    }

    .am-modal-dialog div.am-modal-hd {
        padding: 28px 10px 5px 10px;
        font-size: 20px;
        font-weight: 500;
    }

.am-modal-dialog div.am-modal-bd {
    padding: 50px 64px;
    padding-top: 28px;
}


/*二级页面banner*/

.banners {
    width: 100%;
    height: auto;
    position: relative;
}

    .banners div {
        text-align: center;
        position: absolute;
        width: 1200px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }

        .banners div p {
            text-align: left;
            color: #fff;
            font-size: 48px;
            opacity: 0;
            font-weight: bold;
            animation: banners_t 0.6s ease-in forwards;
            -moz-animation: banners_t 0.6s ease-in forwards;
            -ms-animation: banners_t 0.6s ease-in forwards;
            -webkit-animation: banners_t 0.6s ease-in forwards;
        }

        .banners div span {
            display: block;
            color: #ffffff;
            font-size: 24px;
            opacity: 0;
            animation: banners_t 0.6s 0.4s ease-in forwards;
            -moz-animation: banners_t 0.6s 0.4s ease-in forwards;
            -ms-animation: banners_t 0.6s 0.4s ease-in forwards;
            -webkit-animation: banners_t 0.6s 0.4s ease-in forwards;
        }

@keyframes banners_t {
    from {
        opacity: 0;
        transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
    }
}

@-moz-keyframes banners_t {
    from {
        opacity: 0;
        transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
    }
}

@-ms-keyframes banners_t {
    from {
        opacity: 0;
        transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
    }
}

@-webkit-keyframes banners_t {
    from {
        opacity: 0;
        transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -webkit-transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
        -ms-transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
    }
}


/*内页二级导航*/

.tow_bar {
    width: 100%;
    height: 67px;
    border-bottom: 1px solid #c7c7c7;
}

    .tow_bar .tow_bar_list {
        width: 90%;
        height: 67px;
        margin: 0 auto;
        font-size: 0px;
    }

        .tow_bar .tow_bar_list a {
            display: inline-block;
            color: #333333;
            font-size: 16px;
            text-align: center;
            line-height: 67px;
            margin: 0px 20px;
            position: relative;
        }

            .tow_bar .tow_bar_list a:first-child {
                margin-left: 0px;
            }

            .tow_bar .tow_bar_list a:hover,
            .tow_bar .tow_bar_list a.active {
                color: #d20000;
            }

                .tow_bar .tow_bar_list a:hover::before,
                .tow_bar .tow_bar_list a.active::before {
                    position: absolute;
                    content: '';
                    width: 100%;
                    height: 3px;
                    bottom: -1px;
                    background: #d20000;
                }

@media only screen and (min-width: 100px) and (max-width: 1360px) {
    .tow_bar .tow_bar_list a {
        font-size: 14px;
        margin: 0px 10px;
    }
}


/*公共文字样式*/

.pubcon p {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 20px;
}

.am-modal-footer span {
    color: #333333;
}

    .am-modal-footer span:hover {
        color: #d20000;
    }

.qbanners {
    position: relative;
}

    .qbanners .b_text {
        position: absolute;
        width: 570px;
        height: 100%;
        top: 0px;
        left: 9%;
        background: rgba(210, 15, 0, 0.68);
        padding: 5% 4%;
    }

        .qbanners .b_text span {
            color: #FFFFFF;
            font-size: 33px;
            display: block;
            position: relative;
        }

            .qbanners .b_text span::before {
                width: 90px;
                height: 4px;
                position: absolute;
                content: "";
                left: 0px;
                background: #FFFFFF;
                top: 55px;
            }

        .qbanners .b_text font {
            color: #ffffff;
            font-size: 24px;
            display: block;
            position: relative;
            padding: 55px 0px 30px 0px;
        }

        .qbanners .b_text p {
            color: #ffffff;
            font-size: 18px;
            position: relative;
        }

.qto_nav {
    width: 100%;
}

    .qto_nav .cy_list {
        float: left;
        width: 20%;
        text-align: center;
        height: 80px;
        line-height: 80px;
        background: #eaeaea;
    }

        .qto_nav .cy_list a {
            display: block;
        }

        .qto_nav .cy_list div {
            display: inline-block;
            width: 140px;
            height: 100%;
            text-align: right;
        }

            .qto_nav .cy_list div span {
                color: #333333;
                font-size: 24px;
            }

        .qto_nav .cy_list:nth-child(1) div {
            background: url(../img/about/group/ico/xy.png) no-repeat center left;
        }

        .qto_nav .cy_list:nth-child(2) div {
            background: url(../img/about/group/ico/ljj.png) no-repeat center left;
        }

        .qto_nav .cy_list:nth-child(3) div {
            background: url(../img/about/group/ico/ljc.png) no-repeat center left;
        }

        .qto_nav .cy_list:nth-child(4) div {
            background: url(../img/about/group/ico/lkj.png) no-repeat center left;
        }

        .qto_nav .cy_list:nth-child(5) div {
            background: url(../img/about/group/ico/lw.png) no-repeat center left;
        }

        .qto_nav .cy_list:hover,
        .qto_nav .cy_list.active {
            background: #d20f00;
        }

        .qto_nav .cy_list:nth-child(1):hover div,
        .qto_nav .cy_list:nth-child(1).active div {
            background: url(../img/about/group/ico/xy2.png) no-repeat center left;
        }

            .qto_nav .cy_list:nth-child(1):hover div span,
            .qto_nav .cy_list:nth-child(1).active div span {
                color: #FFFFFF;
            }

        .qto_nav .cy_list:nth-child(2):hover div,
        .qto_nav .cy_list:nth-child(2).active div {
            background: url(../img/about/group/ico/ljj2.png) no-repeat center left;
        }

            .qto_nav .cy_list:nth-child(2):hover div span,
            .qto_nav .cy_list:nth-child(2).active div span {
                color: #FFFFFF;
            }

        .qto_nav .cy_list:nth-child(3):hover div,
        .qto_nav .cy_list:nth-child(3).active div {
            background: url(../img/about/group/ico/ljc2.png) no-repeat center left;
        }

            .qto_nav .cy_list:nth-child(3):hover div span,
            .qto_nav .cy_list:nth-child(3).active div span {
                color: #FFFFFF;
            }

        .qto_nav .cy_list:nth-child(4):hover div,
        .qto_nav .cy_list:nth-child(4).active div {
            background: url(../img/about/group/ico/lkj2.png) no-repeat center left;
        }

            .qto_nav .cy_list:nth-child(4):hover div span,
            .qto_nav .cy_list:nth-child(4).active div span {
                color: #FFFFFF;
            }

        .qto_nav .cy_list:nth-child(5):hover div,
        .qto_nav .cy_list:nth-child(5).active div {
            background: url(../img/about/group/ico/lw2.png) no-repeat center left;
        }

            .qto_nav .cy_list:nth-child(5):hover div span,
            .qto_nav .cy_list:nth-child(5).active div span {
                color: #FFFFFF;
            }


/*网站地图*/

#web_map {
    width: 90%;
    margin: 0 auto;
    min-height: 500px;
    margin-bottom: 50px;
}

    #web_map div {
        margin: 20px 0px;
    }

    #web_map font {
        font-size: 18px;
        color: #333333;
        display: block;
        padding-bottom: 10px;
    }

    #web_map a {
        font-size: 15px;
        padding: 0px 10px;
        color: #666666;
    }

        #web_map a:hover {
            color: #d20000
        }

@media only screen and (min-width: 100px) and (max-width: 1480px) {
    nav .top .bar_list > ul > li {
        padding: 0px 7px;
    }

    nav .top .bar_list ul li .tow_nav > div.tow_nav_right img {
        padding: 0px;
    }

    footer .foot .f2 > div:nth-child(2) a {
        padding: 0px 5px;
    }

    nav .top .bar_list ul li .tow_nav > div.tow_nav_right img {
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
}
