@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: #e87518;
    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
}

table,
th,
td {
    vertical-align: middle
}

.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: 12px;
    font-weight: bold;
}

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

.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.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
}

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

.wh {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 插件整体样式修改 */


/* 插件整体修改 */

.slick-arrows {
    outline: none;
}

.slick-slide {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

.swiper-button-prev,
.swiper-button-next {
    outline: none;
    display: flex;
    width: 24px;
    height: 44px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
    background: none;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: 12px;
    top: 50%;
    margin-top: -20px;
}

.swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
}

.swiper-pagination .swiper-pagination-bullet {
    outline: none;
    margin: 0 1em;
}

@media(max-width:992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
}


/* 头部 和 导航 */


/* banner */

#banners {
    position: relative;
}

#banners li a {
    display: block;
}

#banners li a img {
    width: 100%;
    height: auto;
}

#banners .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

#banners .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FF4500;
}

#banners .swiper-button-prev,
#banners .swiper-button-next {
    width: 50px;
    height: 65px;
    background-color: rgba(255, 255, 255, 0.5);
}

#banners .swiper-button-prev:hover,
#banners .swiper-button-next:hover {
    background-color: #FF4500;
}

#banners .swiper-button-prev::after,
#banners .swiper-button-next::after {
    width: 16px;
    height: 16px;
    border-color: transparent transparent #4d4d4d #4d4d4d;
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
}

#banners .swiper-button-prev:hover::after,
#banners .swiper-button-next:hover::after {
    border-color: transparent transparent #ffffff #ffffff;
}

#banners .swiper-button-prev {
    left: 0;
}

#banners .swiper-button-next {
    right: 0;
}


/* 热门和搜索 */

#formsearch {}

.hotSearch a {}

#formsearchs input {}

#formsearchs input#keyword {}

#formsearchs input#s_btn {}


/* 手机底部 */

.mob_foot {
    display: none;
}

.mob_dbb {
    height: 50px;
}

.mob_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #1A3FD2;
}

.mob_footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob_footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.mob_footer ul li:nth-child(n+2) a {
    border-left: 1px solid rgba(214, 216, 221, 1);
}

.mob_footer ul li.active {
    background: #1A3FD2;
}

.mob_footer ul li a {
    width: 100%;
    display: block;
    color: #fff;
}

.mob_footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background-size: 100% auto;
    margin-right: 0.4em;
}

.mob_footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}

.mob_footer li .icon-home {
    background: url("//cdn.xypt.top/7d683099/21/06/9906665b88f62266808602655b4c5898ef5a9f01.png") no-repeat;
}

.mob_footer li .icon-home2 {
    background: url("//cdn.xypt.top/7d683099/21/06/fa9b4eecfdaeb08a6f40a5433ba76e5e7aa9a159.png") no-repeat;
}

.mob_footer li .icon-phone {
    background: url("//cdn.xypt.top/7d683099/21/06/2d5cd37f650e8d1a4c73b9b22fa54e72c5e5d316.png") no-repeat;
}

.mob_footer li .icon-contact {
    background: url("//cdn.xypt.top/7d683099/21/06/e381bf31adf3715264210dc37c3623a222b5b696.png") no-repeat;
}

.mob_footer li .icon-phone:before {
    font-size: 0;
}

@media(max-width:768px) {
    .mob_foot {
        display: block;
    }
}

@media(max-width:420px) {
    .mob_footer ul li span {
        font-size: 14px;
    }
    .mob_footer ul li .iconfont {
        font-size: 16px;
    }
    .mob_footer ul li a {
        height: 24px;
        line-height: 24px;
        width: 100%;
    }
}


/*  */