@charset "UTF-8";
html {
    -webkit-text-size-adjust: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

img {
    max-width: 100%;
    height: auto;
    width: auto \9
}

.video embed, .video object, .video iframe {
    width: 100%;
    height: auto
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    background: 0 0
}

fieldset, img, input, button, hr {
    border: 0
}

:focus {
    outline: 0
}

address, caption, cite, code, dfn, em, b, th, var, optgroup {
    font-style: normal;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

code, kbd, samp, tt {
    font-size: 100%
}

input, button, textarea, select {
    *font-size: 100%
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline
}

:link, :visited, ins {
    text-decoration: none
}

input::placeholder, select::placeholder, textarea::placeholder {
    opacity: .8
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

.cl {
    *zoom: 1
}

.cl:before, .cl:after {
    display: table;
    content: " "
}

.cl:after {
    clear: both
}

body {
    color: #666;
    font-size: 12px;
    font-family: UNIVERSLTSTD-BOLDCN, Arial, Helvetica, sans-serif;
    background: #fff
}

@font-face {
    font-family: universltstd-boldcn;
    src: url(../fonts/universltstd-boldcn.eot);
    src: url(../fonts/universltstd-boldcn.eot) format('embedded-opentype'), url(../fonts/universltstd-boldcn.woff2) format('woff2'), url(../fonts/universltstd-boldcn.woff) format('woff'), url(../fonts/universltstd-boldcn.ttf) format('truetype'), url(../fonts/universltstd-boldcn.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

a {
    color: #666
}

a:hover {
    text-decoration: none;
    color: #a9262c
}

.uppercase {
    text-transform: uppercase
}

.hide {
    display: none
}

.wp {
    margin: 0 auto;
    width: 1180px
}

.pr {
    position: relative
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.share {
    font-size: 0
}

.share a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #6081c4;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    margin: 0 5px 0 0;
    box-sizing: border-box
}

.share a i {
    font-size: 18px;
    color: #fff
}

.share a:nth-child(2) {
    background: #4bc0f0
}

.share a:nth-child(3) {
    background: #2797cf
}

.share a:nth-child(4) {
    background: #ee539e
}

.share a:nth-child(5) {
    background: #2b3137
}

.share a:nth-child(6) {
    background: #0ca3d1
}

.share a:nth-child(7) {
    background: #0077be
}

.share a:hover {
    background: #ed4d16
}

.share a:hover i {
    color: #fff
}

#top {
    display: none;
    background: #a9262c;
    height: 50px
}

#top span {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    cursor: pointer
}

#top span.mo-header-search {
    margin-right: 95px
}

#top span i {
    color: #fff;
    font-size: 24px
}

.mo-search {
    padding: 10px 15px;
    display: none;
    border-bottom: 1px solid #222;
    position: absolute;
    left: 0;
    top: 51px;
    width: 100%;
    background: #333;
    box-sizing: border-box
}

.mo-search .form-control {
    float: left;
    display: block;
    box-sizing: border-box;
    width: 85%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 4px 0 0 4px
}

.mo-search .submit_btn {
    float: left;
    width: 15%;
    height: 34px;
    line-height: 34px;
    background: #a9262c;
    border: none;
    font-size: 18px;
    color: #fff;
    border-radius: 0 4px 4px 0
}

.mo-leftmenu {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    visibility: hidden;
    box-sizing: content-box;
    width: 70%;
    background: #f5f5f5;
    left: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.165, .84, .44, 1);
    transition: transform 350ms cubic-bezier(.165, .84, .44, 1);
    z-index: 1000 !important;
    color: #fff;
    overflow: auto
}

.mo-leftmenu .tit {
    height: 60px;
    line-height: 60px;
    background: #a9262c
}

.mo-leftmenu .tit h6 {
    float: left;
    color: #fff;
    padding: 0 0 0 20px;
    font-size: 20px;
    font-weight: 700;
    font-family: times new roman
}

.mo-leftmenu .tit span {
    float: right;
    cursor: pointer;
    width: 50px;
    text-align: center
}

.mo-leftmenu .tit span i {
    color: #fff;
    font-size: 16px
}

.mo-leftmenu ul > li {
    position: relative
}

.mo-leftmenu ul > li > i {
    position: absolute;
    color: #333;
    font-size: 12px;
    top: 0;
    right: 0;
    z-index: 1;
    width: 40px;
    line-height: 35px;
    text-align: center;
    cursor: pointer
}

.mo-leftmenu > ul {
}

.mo-leftmenu > ul > li {
    line-height: 50px;
    font-size: 15px;
    border-top: 2px solid #e5e5e5;
    position: relative
}

.mo-leftmenu > ul > li > a {
    padding: 0 0 0 20px
}

.mo-leftmenu > ul > li > i {
    top: 5px;
    right: 0;
    width: 40px;
    line-height: 40px
}

.mo-leftmenu > ul > li.active {
}

.mo-leftmenu ul li a {
    color: #333;
    display: block
}

.mo-leftmenu ul li a:hover {
    text-decoration: none
}

.mo-leftmenu ul li ul {
    display: none;
    padding-bottom: 10px
}

.mo-leftmenu ul li ul li {
    line-height: 35px
}

.mo-leftmenu ul li ul li a {
    background: url(../images/d.png) no-repeat 25px 14px;
    padding: 0 0 0 40px
}

.mo-leftmenu > ul > li > ul > li > ul > li {
    line-height: 24px;
    padding: 3px 0 3px 15px
}

.mo-leftmenu > ul > li > ul > li > ul > li a {
    background: url(../images/d.png) no-repeat 25px 10px;
    padding: 0 0 0 40px
}

.menu-transitioning {
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.165, .84, .44, 1);
    transition: transform 350ms cubic-bezier(.165, .84, .44, 1);
    z-index: 1000 !important;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.backdrop {
    display: none;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background 350ms cubic-bezier(.165, .84, .44, 1);
    background: rgba(0, 0, 0, .4);
    box-shadow: -4px 0 4px rgba(0, 0, 0, .5), 4px 0 4px rgba(0, 0, 0, .5);
    -webkit-tap-highlight-color: transparent
}

.header {
    height: 120px
}

.header .wp {
    max-width: 1200px;
    width: auto;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.header .logo {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.header .logo img {
    height: 75px
}

[lang=ar] .header .logo img {
    height: 50px
}

.header .tel {
    position: absolute;
    right: 300px;
    top: 10px
}

.header .tel p {
    background: url(../images/tel.png) no-repeat left center;
    padding: 0 0 0 28px;
    color: #333;
    font-size: 15px
}

.header .tel p a {
    color: #333
}

.header .email {
    position: absolute;
    right: 0;
    top: 10px
}

.header .email p {
    background: url(../images/email.png) no-repeat left center;
    padding: 0 0 0 28px;
    color: #333;
    font-size: 15px
}

.header .email p a {
    color: #333
}

.tags-list {
    font-size: 0
}

.tags-list hr {
    background: #ddd;
    height: 1px;
    margin: 30px 0
}

.tags-list a {
    display: inline-block;
    padding: 6px 12px;
    color: #555;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: capitalize;
    margin: 0 5px 5px 0
}

.nav {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.nav > ul {
}

.nav > ul > li {
    float: left;
    position: relative;
    height: 40px
}

.nav > ul > li:nth-child(3) {
    position: static
}

.nav > ul > li > a {
    display: block;
    font-size: 16px;
    color: #000;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase
}

[lang=es] .nav > ul > li > a {
    padding: 0 14px;
    font-size: 16px
}

[lang=ru] .nav > ul > li > a {
    padding: 0 14px;
    font-size: 16px
}

[lang=de] .nav > ul > li > a {
    padding: 0 14px;
    font-size: 16px
}

[lang=ar] .nav > ul > li > a {
    padding: 0 14px;
    font-size: 16px
}

[lang=fa] .nav > ul > li > a {
    padding: 0 14px;
    font-size: 16px
}

[lang=fr] .nav > ul > li > a {
    padding: 0 14px;
    font-size: 16px
}

[lang=ko] .nav > ul > li > a {
    padding: 0 14px;
    font-size: 16px
}

[lang=pt] .nav > ul > li > a {
    padding: 0 14px;
    font-size: 16px
}

[lang=sv] .nav > ul > li > a {
    padding: 0 14px;
    font-size: 16px
}

[lang=tr] .nav > ul > li > a {
    padding: 0 14px;
    font-size: 16px
}

[lang=ja] .nav > ul > li > a {
    padding: 0 14px;
    font-size: 16px
}

.nav > ul > li > ul {
    position: absolute;
    width: 250px;
    height: auto;
    left: 0;
    top: 80px;
    z-index: 1000;
    background: #fff;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: transform .5s, opacity .3s;
    -webkit-transition: -webkit-transform .5s, opacity .3s
}

.nav ul li > ul li {
    position: relative;
    border-bottom: 1px solid #f2f2f2
}

.nav ul li > ul li:last-child {
    border: none
}

.nav ul li > ul li > a {
    display: block;
    padding: 7px 15px;
    color: #333;
    font-size: 15px;
    line-height: 25px
}

.nav ul li > ul li > a i {
    position: absolute;
    right: 10px;
    font-size: 11px
}

.nav ul li > ul li > a:hover {
    background: #a9262c;
    color: #fff
}

.nav > ul > li > ul > li > ul {
    position: absolute;
    width: 250px;
    left: 250px;
    top: 0;
    display: none;
    background: #fff
}

.nav > ul li:hover > a, .nav > ul > li.active > a {
    color: #a9262c
}

.nav > ul > li:hover > ul {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0)
}

.nav > ul > li > ul > li:hover > a {
    background: #a9262c;
    color: #fff
}

.nav > ul > li > ul > li:hover > ul {
    display: block
}

.nav ul li > .lis {
    position: absolute;
    width: 1200px;
    height: auto;
    left: 0;
    top: 120px;
    z-index: 1000;
    background: #fff;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: transform .5s, opacity .3s;
    -webkit-transition: -webkit-transform .5s, opacity .3s
}

.nav ul li > .lis > dl {
    float: left;
    width: 33.333333333%;
    height: 320px;
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
    padding: 28px 0 0 55px;
    box-sizing: border-box
}

.nav ul li > .lis > dl:nth-child(4), .nav ul li > .lis > dl:nth-child(5), .nav ul li > .lis > dl:nth-child(6) {
    height: 240px
}

.nav ul li > .lis > dl dt {
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase
}

.nav ul li > .lis > dl dt a {
    color: #000
}

.nav ul li > .lis > dl dt a:hover {
    color: #a9262c
}

.nav ul li > .lis > dl dd {
    position: relative;
    background: url(../images/dot3.png) no-repeat left 12px;
    padding: 0 0 0 12px
}

.nav ul li > .lis > dl dd a {
    display: block;
    color: #666;
    font-size: 15px;
    line-height: 27px;
    text-transform: capitalize
}

.nav ul li > .lis > dl dd a:hover {
    color: #a9262c
}

.nav ul li > .lis > dl > dd > dl {
    margin: 0 0 0 20px
}

.nav ul li:hover > .lis {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0)
}

.header_right {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.header-lang {
    position: relative;
    float: right;
    z-index: 2000
}

.header-lang .box {
    height: 36px;
    width: 88px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #ebebeb
}

.header-lang .box img {
    float: left;
    margin: 8px 0 0 8px
}

.header-lang .box em {
    float: left;
    margin: 8px 5px 0 8px;
    line-height: 18px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase
}

.header-lang .box i {
    float: left;
    margin: 8px 0 0;
    width: 15px;
    line-height: 18px;
    font-size: 11px;
    text-align: center;
    color: #000
}

.header-lang ul {
    display: none;
    overflow: hidden;
    width: 88px;
    padding: 0 8px;
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 200;
    background: #fff;
    border: 1px solid #ebebeb;
    border-top: none;
    box-sizing: border-box
}

.header-lang ul li {
    line-height: 32px;
    border-bottom: 1px solid rgba(51, 51, 51, .2)
}

.header-lang ul li:last-child {
    border: none
}

.header-lang ul li a {
    color: #333;
    font-size: 12px
}

.header-lang ul li a:hover {
    color: #0669b2
}

.header-lang ul li img {
    vertical-align: middle;
    margin-right: 8px
}

.header-lang:hover ul {
    display: block
}

.search {
    float: right;
    margin: 0 10px 0 0;
    position: relative
}

.search h3 {
    width: 45px;
    height: 36px;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
    text-align: center
}

.search h3 i {
    color: #000;
    font-size: 25px;
    line-height: 36px;
    -webkit-text-stroke-width: .1px;
    text-stroke-width: .1px
}

.search .serchbox {
    display: none;
    position: absolute;
    background: #666;
    width: 235px;
    height: 33px;
    padding: 10px;
    top: 36px;
    right: 0;
    z-index: 1000
}

.search .serchbox .submit_text {
    background: #fff;
    border: 1px solid #fff;
    border-right: none;
    width: 200px;
    height: 33px;
    line-height: 33px;
    float: left;
    color: #333;
    padding: 0 0 0 6px;
    box-sizing: border-box
}

.search .serchbox .submit_btn {
    border: none;
    width: 35px;
    background: #a9262c;
    font-size: 14px;
    color: #fff;
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    float: right;
    cursor: pointer
}

.search:hover h3 {
    background: #666
}

.search:hover h3 i {
    color: #fff
}

.search:hover .serchbox {
    display: block
}

#banner {
    position: relative;
    overflow: hidden
}

#banner video {
    width: 100%;
    height: auto
}

#banner .txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 10;
    text-align: center
}

#banner .txt h5 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase
}

#banner .txt a {
    margin: 25px auto 0;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff
}

#banner .txt a:hover {
    background: #a9262c;
    border: 1px solid #a9262c
}

#footer {
    background: #f2f2f2;
    padding: 43px 0;
    box-sizing: border-box
}

#footer hr {
    background: url(../images/hr03.png) no-repeat;
    width: 98px;
    height: 13px;
    margin: 0
}

#footer h5 {
    margin: 20px 0 10px;
    font-size: 36px;
    color: #030303;
    text-transform: uppercase
}

.foot-nav {
    float: left;
    width: 580px
}

.foot-nav ul {
    overflow: hidden
}

.foot-nav ul li {
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    margin: 10px 0 0
}

.foot-nav ul li a {
    color: #252525
}

.foot-nav ul li a:hover {
    color: #a9262c;
    text-decoration: underline
}

.foot-contact {
    float: right;
    width: 515px
}

.foot-contact p {
    color: #656565;
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 24px
}

.foot-contact p:first-of-type {
    margin: 0 0 15px
}

.foot-contact p a {
    color: #656565
}

.foot-contact .share {
    margin: 20px 0 0
}

.foot-contact .share a {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #9b9b9b
}

.foot-contact .share a i {
    font-size: 14px
}

.foot-contact .share a:hover {
    background: #a9262c
}

.copyright {
    background: #000;
    padding: 35px 0;
    color: #fff;
    line-height: 25px;
    text-align: center
}

.copyright p {
    font-size: 17px
}

.copyright p a {
    font-size: 14px;
    text-decoration: underline
}

.copyright p a:hover {
    text-decoration: underline
}

.copyright {
    background: #000;
    padding: 35px 0;
    color: #fff;
    line-height: 25px;
    text-align: center
}

.copyright p {
    font-size: 17px
}

.copyright p a {
    font-size: 14px;
    text-decoration: underline
}

.copyright p a:hover {
    text-decoration: underline
}

.onlineservice-fixed-style {
    position: fixed;
    z-index: 199
}

.onlineservice-fixed-style ul {
    background-color: #a9262c;
    fliter: alpha(opacity=30)
}

.onlineservice-fixed-style ul a {
    color: #fff;
    line-height: 28px;
    display: block
}

.onlineservice-fixed-style ul li i {
    font-size: 26px
}

.onlineservice-fixed-style ul a, .onlineservice-fixed-style ul a * {
    line-height: 26px
}

@media (min-width: 769px) {
    .onlineservice-fixed-style {
        right: 0;
        top: 36%
    }

    .onlineservice-fixed-style ul li {
        line-height: 28px;
        position: relative;
        white-space: nowrap;
        height: 48px;
        width: 54px
    }

    .onlineservice-fixed-style ul li div {
        position: absolute;
        padding: 12px 13px;
        top: 0;
        right: 0;
        border-radius: 10px 0 0 10px;
        width: 28px;
        transition: width .3s ease-in
    }

    .onlineservice-fixed-style ul li div:hover {
        background-color: #000;
        width: 120px;
        fliter: alpha(opacity=60);
        background-color: rgba(0, 0, 0, .6)
    }

    .onlineservice-fixed-style ul li span {
        margin: 0 10px 0 14px
    }

    .onlineservice-fixed-style ul li i {
        display: inline-block;
        width: 28px;
        height: 28px
    }

    .onlineservice-fixed-style ul li i {
        position: relative;
        top: 4px
    }

    .onlineservice-fixed-style ul {
        border-radius: 0;
        padding: 0
    }

    .onlineservice-fixed-style ul li {
        height: 54px;
        border-bottom: 1px solid rgba(255, 255, 255, .2)
    }

    .onlineservice-fixed-style ul li:last-child {
        border-bottom: 0
    }

    .onlineservice-fixed-style ul li div {
        border-radius: 0
    }

    .onlineservice-fixed-style ul li div:hover {
        width: auto;
        background: #a9262c
    }
}

@media (max-width: 768px) {
    .onlineservice-fixed-style {
        right: 0;
        bottom: 60px
    }

    .onlineservice-fixed-style ul {
        fliter: alpha(opacity=80);
        background-color: rgba(0, 0, 0, .8)
    }

    .onlineservice-fixed-style ul li a {
        line-height: 26px;
        text-align: center
    }

    .onlineservice-fixed-style ul li i {
        font-size: 18px;
        display: block;
        width: 28px;
        height: 28px;
        padding: 9px 5px
    }

    .onlineservice-fixed-style ul li span {
        display: none
    }
}

#gotop {
    text-align: center
}

#gotop:hover div {
    background: #353535
}

#footBar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    display: none;
    z-index: 9999;
    background: #a9262c;
    border-top: 1px solid rgba(255, 255, 255, .8);
    transition: all .6s ease 0s;
    -webkit-transition: all .6s ease 0s
}

#footBar li {
    width: 25%;
    height: 45px;
    float: left;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .2);
    cursor: pointer;
    padding: 6px 0 0;
    box-sizing: border-box
}

#footBar li:first-child {
    border-left: none
}

#footBar li a {
    display: block;
    height: 45px;
    line-height: 1;
    text-transform: uppercase
}

#footBar li i {
    color: #fff;
    font-size: 20px
}

#footBar li span {
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 3px
}
