@charset "UTF-8"; /*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    color: #3480ce;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

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

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1; }

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1, h2, h3, h4 {
    font-size: 14px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.vn1200 {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/*头部样式*/
#header {
    height: 35px;
    line-height: 35px;
    background: #444444;
    position: relative;
    color: #ffffff;
}

.logo {
    float: left;
    padding-top: 28px;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 35px;
}

.topLink .k1 a {
    color: #fff;
}

.top_cc .k2 {
    margin-top: 40px;
    float: right;
    color: #fff;
    font-size: 16px;
    font-family: "微软雅黑";
    width: 338px;
    height: 46px;
    line-height: 46px;
    background: url(../images/94429030f486a1f03f5be8e7bb598deedc7f4bd2.png) no-repeat center center;
    padding-left: 68px;
}

.top_cc {
    height: 120px;
    position: relative;
}

.logo_txt {
    margin-top: 40px;
    margin-left: 50px;
    padding-left: 15px;
    background: url(../images/ac82744f20681d9bea802bf406eddd1cfc85cee9.png) no-repeat left center;
}

.logo_txt h3 {
    color: #a3a3a2;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}

.logo_txt span {
    display: block;
    color: #ff9000;
    font-size: 19px;
    font-weight: normal;
}

#menu {
    margin-top: 0px;
    height: 66px;
    background: #242423;
}

/*热门搜索*/
.search {
    text-align: left;
    height: 55px;
    padding-top: 20px;
}

#formsearch {
    width: 540px;
    float: right;
    border-bottom: 1px solid #f4f4f4;
}

.hotSearch {
    width: 480px;
    float: left;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.hotSearch a {
    margin-right: 6px;
    color: #9b9b9b;
}

#formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
    outline: none;
}

#formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
    float: left;
    border: none;
    width: 450px;
}

#formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
    border: none;
    font-size: 0;
    background: url(../images/6d3b8d1f35a9b636d0fab3681d8d517e02081dcd.png) no-repeat center center;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/*c1_index*/
.c1_index {
    position: relative;
    margin-top: 50px;
    padding-bottom: 70px;
}

.c1_index ul {
    position: relative;
}

.c1_index ul > li {
    float: left;
    width: 377px;
    line-height: 271px;
    position: relative;
    cursor: pointer;
}

.c1_index ul li + li {
    margin-left: 33px;
}

.c1_index ul li a.img {
    display: block;
}

.c1_index ul li:hover a.img img {
    filter: invert(58%) sepia(23%) saturate(3402%) hue-rotate(4deg) brightness(110%) contrast(101%);
}

.c1_index ul li .xset {
    position: absolute;
    left: 0px;
    top: 75px;
    line-height: 1;
    text-align: center;
    width: 100%;
}

.c1_index ul li .xset h3 {
    font-size: 24px;
    color: #515251;
    padding-bottom: 25px;
    background: url(../images/fd555d74ba3da2a6dff24da7f925b4d60c8c0897.png) no-repeat center bottom;
}

.c1_index ul li .xset span {
    font-size: 15px;
    color: #262525;
    display: block;
    margin-top: 20px;
}

.c1_index ul li .xset dd {
    font-size: 11px;
    color: #9c9999;
    margin-top: 15px;
    font-family: "Arial";
    line-height: 22px;
    padding: 0 30px;
}

.c1_index ul li:hover .xset h3 {
    background: url(../images/c30920929cacdebef4d30993c5bfe4dd2bc03ba9.png) no-repeat center bottom;
    color: #ff9e00;
}

.c1_index ul li:hover .xset span {
    color: #ff9e00;
}

/*c2_index*/
.c2_index {
    position: relative;
    padding: 45px 0 50px;
    background: #f9f9fa;
}

.ttt1 {
    height: 107px;
    background: url(../images/c5735adcc473ac15801664366af2fbbc324b71e6.png) no-repeat center center;
    position: relative;
}

.sort1 {
    float: left;
    margin-left: 255px;
    margin-top: 50px;
}

.sort1 li {
    display: inline-block;
    margin-left: 35px;
}

.sort1 li a {
    display: block;
    color: #fff;
    font-size: 15px;
}

.ttt1 .ppmore {
    float: right;
    margin-top: 50px;
    margin-right: 30px;
    color: #fff;
    font-size: 15px;
}

.c2_list11 {
    position: relative;
    background: #fff;
    padding: 20px;
    margin-top: -9px;
}

.c2_list11 li {
    float: left;
    margin-left: 18px;
    padding-bottom: 18px;
}

.c2_list11 li a.img {
    display: block;
}

.c2_list11 li a.img img {
    width: 267px;
    height: 200px;
}

.c2_list11 li a.img h3 {
    padding-top: 25px;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color: #6c6a6a;
}

/*c3_index*/
.c3_index {
    height: 2642px;
    position: relative;
    padding-top: 35px;
    background: url(../images/b3a441c89c9fb53b745b1d82a4cc55aeb366df8b.png) no-repeat center center;
}

.ttt2 {
    position: relative;
    text-align: center;
}

.ttt2 h2 {
    font-size: 30px;
    color: #ccc9c9;
    font-weight: normal;
    text-transform: uppercase;
}

.ttt2 h3 {
    font-size: 36px;
    color: #1b1b1b;
    font-weight: normal;
}

.ttt2 h3 span {
    color: #ff9000;
}

.c3_conttt {
    margin-top: 50px;
    position: relative;
}

.ys_aa {
    height: 565px;
    position: relative;
    margin-bottom: 40px;
}

.ys_bb {
    height: 550px;
    position: relative;
    margin-bottom: 95px;
}

.ys_txt {
    width: 340px;
}

.ys_txt h3 {
    color: #434043;
    font-size: 30px;
}

.ys_txt h3 > span {
    color: #ff9000;
    font-size: 30px;
}

.ys_txt span {
    font-size: 12px;
    color: #c9c9cf;
    text-transform: uppercase;
    font-family: "Arial";
}

.ys_aa .ys_txt {
    text-align: right;
    padding-top: 200px;
}

.ys_txt dd {
    text-align: left;
    margin-top: 20px;
    color: #909090;
    line-height: 24px;
}

.ys_txt dd tr {
    margin-bottom: 10px;
    display: block;
}

.ys_bb .ys_txt {
    padding-top: 195px;
}

.ys_img img {
    width: 835px;
    height: 465px;
}

/*hengtu*/
.hengtu {
    height: 238px;
    position: relative;
    background: url(../images/ll.png) no-repeat center center;
    padding-top: 50px;
}

.home_kf {
    width: 270px;
    float: right;
    text-align: center;
}

.home_kf span {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 15px;
}

.home_kf a {
    display: block;
    width: 88px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    border-radius: 3px;
    background: #ff9000;
    margin: 10px auto 0;
}

/*c4_index*/
.c4_index {
    padding-top: 55px;
    position: relative;
}

.c4_conttt {
    position: relative;
    margin-top: 55px;
}

.case_list22 {
    position: relative;
}

.case_list22 li {
    float: left;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}

.case_list22 li:nth-child(3), .case_list22 li:last-child {
    margin-right: 0px;
}

.case_list22 li:nth-child(1) a.img img {
    width: 589px;
}

.case_list22 li a.img {
    display: block;
}

.case_list22 li a.img img {
    width: 285px;
    height: 314px;
}

.case_list22 li h3 {
    position: absolute;
    right: 25px;
    bottom: 30px;
    width: 243px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.case_list22 li h3 a {
    color: #fff;
    display: block;
    width: 100%;
    border: 1px solid #fff;
    transition: all .3s ease;
}

.case_list22 li:hover h3 a {
    background: #ff9e00;
    border: 1px solid #ff9e00;
}

/*abb_index*/
.abb_index {
    margin-top: 70px;
    height: 647px;
    position: relative;
    background: url(../images/34406ed45da21d20ef2117402186ea9c54da8fc6.png) no-repeat center center;
    padding-top: 120px;
}

.abb_left {
    width: 600px;
}

.abb_left .ab_img img {
    height: 349px;
    width: 600px;
}

.abb_left h3 {
    background: #ff9000;
    height: 130px;
    text-align: center;
    padding-top: 45px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}

.abb_left h3 span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}

.abb_right {
    width: 500px;
    padding-top: 30px;
}

.abb_right .ab_txt {
    font-size: 14px;
    color: #646464;
    line-height: 24px;
    text-indent: 20px;
}

.abb_right .abbmore {
    display: block;
    margin-top: 50px;
    width: 159px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: right;
    background: #ff9000;
}

/*news_index*/
.news_index {
    padding-top: 55px;
    position: relative;
    padding-bottom: 80px;
}

.news_conttt {
    margin-top: 60px;
    position: relative;
}

.news_left {
    width: 600px;
}

.news_img img {
    width: 572px;
    height: 291px;
}

.news_list11 {
    margin-top: 15px;
    position: relative;
}

.news_list11 li .time1 {
    width: 73px;
    float: left;
    background: url(../images/64cc00e39d82411a7ba47e87be4973359204d2f7.png) no-repeat right top;
}

.news_list11 li .time1 h3 {
    font-size: 14px;
    color: #0a0a0a;
    font-weight: normal;
}

.news_list11 li .time1 span {
    display: block;
    font-size: 48px;
    color: #666666;
    font-weight: normal;
    line-height: 1;
}

.news_list11 li .time2 {
    width: 450px;
    float: left;
    padding-left: 30px;
}

.news_list11 li .time2 h3 a {
    display: block;
    color: #060606;
    font-size: 18px;
    font-weight: normal;
}

.news_list11 li .time2 span {
    display: block;
    color: #7e7d7d;
    font-size: 14px;
    line-height: 23px;
    padding-top: 5px;
}

.news_right {
    margin-left: 30px;
    padding-left: 50px;
    float: left;
    border-left: 1px solid #eeeeee;
    width: 515px;
    height: 405px;
}

.news_sort1 {
    position: relative;
}

.news_sort1 li {
    float: left;
    width: 140px;
    text-align: center;
}

.news_sort1 li:hover a {
    color: #000000;
    font-weight: bold;
}

.news_sort1 li + li {
    background: url(../images/f23a2e460b37634d54cac1cafbeeadf0d9f5c836.png) no-repeat left center;
}

.news_sort1 li a {
    display: block;
    font-size: 16px;
    color: #2d2d2d;
}

.news_list33 {
    position: relative;
    margin-top: 20px;
}

.news_list33 li {
    padding: 20px 0;
    position: relative;
    border-bottom: 1px dashed #d8d6d6;
}

.news_list33 li .time1 {
    width: 370px;
    float: left;
}

.news_list33 li .time1 h3 a {
    display: block;
    color: #060606;
    font-size: 16px;
    font-weight: normal;
}

.news_list33 li .time1 span {
    display: block;
    color: #7e7d7d;
    font-size: 14px;
    line-height: 23px;
    padding-top: 5px;
}

.news_list33 li .time2 {
    width: 60px;
    float: right;
    padding-left: 30px;
}

.news_list33 li .time2 h3 {
    font-size: 14px;
    color: #0a0a0a;
    font-weight: normal;
}

.news_list33 li .time2 span {
    display: block;
    font-size: 48px;
    color: #666666;
    font-weight: normal;
    line-height: 1;
}

/*导航栏样式*/
.nav1 {
    height: 66px;
}

.nav1 li {
    line-height: 38px;
    height: 38px;
    text-align: center;
    width: 120px;
    float: left;
    position: relative;
    z-index: 999;
}

.nav1 li a {
    display: block;
    line-height: 66px;
    color: #fff;
    height: 66px;
    font-size: 16px;
}

.nav1 li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff9e00;
}

.nav1 .sec {
    height: 0;
    background: #01557a;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 66px;
    left: 0px;
}

.nav1 .sec a {
    background: #000000;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 170px;
}

.nav1 .sec a:hover {
    background: #ff9e00;
    text-decoration: none;
}

.link_wap {
    line-height: 52px;
    position: relative;
}

.f_link {
    width: 1000px;
    float: left;
    line-height: 52px;
    height: 52px;
    overflow: hidden;
}

.f_link span {
    color: #0b0b0b;
    font-size: 14px;
}

.jishu {
    float: right;
    font-size: 14px;
    color: #8c8c8c;
}

.foot_wap {
    position: relative;
    background: #212120;
    padding-top: 50px;
    min-height: 200px;
    margin-bottom: 1px;
}

.f_aa {
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    width: 300px;
    background: url(../images/2776c39070842b7f9493795a8ea309af4e7ee2f0.png) no-repeat right top;
}

.f_aa a {
    color: #fff;
}

.f_bb {
    color: #fff;
    padding-left: 40px;
    font-size: 13px;
    line-height: 30px;
    width: 210px;
    background: url(../images/2776c39070842b7f9493795a8ea309af4e7ee2f0.png) no-repeat right top;
}

.f_cc {
    color: #cbcaca;
    padding-left: 40px;
    font-size: 13px;
    line-height: 31px;
    width: 425px;
    background: url(../images/2776c39070842b7f9493795a8ea309af4e7ee2f0.png) no-repeat right top;
    padding-right: 40px;
}

.f_cc p:nth-child(1) {
    background: url(../images/386b1b3174f821ac102d3def15fa854d6c1530c3.png) no-repeat left 10px;
    padding-left: 35px;
}

.f_cc p:nth-child(2) {
    background: url(../images/b152691051b01707e9f4b8c2db334d41ba33e06f.png) no-repeat left center;
    padding-left: 35px;
}

.f_cc p:nth-child(3) {
    background: url(../images/97025e75206132fe36251aa748d38d9080d06de8.png) no-repeat left center;
    padding-left: 35px;
}

.f_dd {
    margin-right: 65px;
}

.f_dd img {
    width: 95px;
    height: 95px;
}

/*内页左侧样式*/
.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

.page-position a {
    color: #000;
}

.left {
    width: 225px;
    float: left;
}

.right {
    width: 940px;
    float: right;
}

.xypg-case-list li {
    width: 270px;
}

.xypg-product-list li {
    width: 264px;
}

.xypg-product-list li .img img {
    width: 242px;
    height: 255px;
}

.relate-product-slick .owl-item .img img {
    width: 213px;
    height: 200px;
}

.xypg-case-list li .img img {
    width: 270px;
    height: 157px;
}

.page-product-inquiry a {
    color: #fff;
}

.page-mob-tool {
    display: none;
}

/* 友情链接 */
.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd {
    width: calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}

/*主体样式*/
#container {
    width: 1200px;
    margin: 5px auto 10px;
}

#container1 {
    max-width: 1200px;
    margin: 5px auto 10px;
}

.ft-lx {
    min-height: 50px;
    width: 100%;
    background: #313131;
}

.lx-list {
    max-width: 1180px;
    margin: 0 auto;
}

.lx-list h2 {
    line-height: 50px;
    float: left;
    color: #919191;
    font-size: 14px;
}

#gotop {
    line-height: 50px;
    font-size: 14px;
    color: #919191;
    float: right;
    padding-right: 25px;
    background: url(../images/bn.png) no-repeat right center;
    cursor: pointer;
}

.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
    display: none;
}

.n_banner {
    text-align: center;
}

.n_banner img {
    max-width: 100%;
    height: auto;
}

.m55 {
    width: 74%;
    margin: 0 auto;
}

.left {
    width: 20%;
    float: left;
    padding-top: 55px;
}

.right {
    width: 75%;
    float: right;
    padding-top: 50px;
}

.left .box {
    margin-bottom: 10px;
}

.left h3 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
    line-height: 56px;
    color: #fff;
    text-align: center;
    background: url(../images/nh2.jpg) no-repeat;
}

.n_contact .content {
    padding: 10px;
    line-height: 30px;
}

.sitemp {
    line-height: 72px;
    height: 72px;
    overflow: hidden;
    border-bottom: 1px solid #c9c9c9;
}

.sitemp1 {
    max-width: 1200px;
    margin: 0 auto;
}

.sitemp h2 {
    float: left;
    line-height: 72px;
    text-align: left;
    color: #006835;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/sitbj.png) no-repeat 0px;
    text-indent: 40px;
}

.sitemp .site {
    float: right;
    text-align: right;
    line-height: 72px;
    font-size: 14px;
}

/* 首页banner样式 */
.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover, .x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #ff9e00;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .5em;
    outline: none;
    background: #fff;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    opacity: .2;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    opacity: .5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    opacity: 1;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.x-footer {
    background: #161618;
    padding: 15px 0;
    text-align: center;
    font-size: 12px;
    color: fff;
    line-height: 1.7;
}

.x-footer a {
    color: #fff);
}

.x-copyright {
    margin: 5px 0;
}

.x-power {
    margin-top: 5px;
}

.x-footer-z {
    text-align: left;
}

.x-footer-r {
    text-align: left;
}
