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;
}

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

p {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

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


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 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);
}


/*----- 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;
}


/*头部样式*/

.top_head {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999;
    height: 100px;
    background: rgba(0, 0, 0, .56);
}

.logo {
    float: left;
    line-height: 100px;
}

.top_right {
    padding-top: 20px;
    width: 880px;
    float: right;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_ss {
    width: 40px;
    height: 40px;
}

.top_ss .ss_btn {
    width: 40px;
    height: 40px;
    background: url(//static.xypt.net.cn/569913f2/21/07/2d9781d441ae775ffdcef0255ef0e4180b18e0e4.png) no-repeat center;
    cursor: pointer;
}

.top_ss #formsearch {
    position: absolute;
    top: 95px;
    right: 0;
    z-index: 9999;
    width: 250px;
    display: none;
    background: #f2f2f2;
}

.top_ss #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-image: url(../images/icon_spirit.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -210px;
}

.top_ss #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    width: 215px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
}


/* c1_index */

.c1_index {
    position: relative;
    padding: 95px 0;
}

.abb_top {
    display: flex;
    justify-content: space-between;
}

.abbimg {
    position: relative;
    width: 570px;
}

.abbimg img {
    width: 570px;
    height: 367px;
}

.abb_right {
    position: relative;
    width: 560px;
}

.abb_right h3 {
    font-family: "Impact";
    font-size: 32px;
    color: #028eaf;
    text-transform: uppercase;
}

.abb_right h3 span {
    display: block;
    font-size: 28px;
    color: #028eaf;
    font-family: "Microsoft Yahei";
}

.abb_right .abbtxt {
    font-size: 14px;
    color: #2e2e2e;
    padding: 30px 0;
    line-height: 30px;
}

.abb_right .abbmore {
    display: block;
    color: #2e2e2e;
    font-size: 14px;
    text-transform: uppercase;
    background: url(//static.xypt.net.cn/569913f2/21/07/b9f07f4e09fbb8cd109a829375f644934dfaacca.png) no-repeat left top;
    padding-top: 10px;
    margin-top: 30px;
}


/* abb_bottom */

.abb_bottom {
    position: relative;
    margin-top: 35px;
}

.abb_bottom>h2 {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 8px;
    margin-bottom: 22px;
}

.abb_bottom>h2 span {
    background: url(//static.xypt.net.cn/569913f2/21/07/975127f52fe1cd2d1d0400548abd3b5b9a159ccf.png) no-repeat left center;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #02b2b5;
}


/* ab_gun_list */

.ab_gun_list li {
    float: left;
    position: relative;
    margin: 0 15px;
}

.ab_gun_list li a {
    display: block;
}

.ab_gun_list li img {
    width: 230px;
    height: 172px;
}


/* c2_index */

.c2_index {
    position: relative;
    box-shadow: inset 0px 4px 10px 0px rgb(0 0 0 / 10%);
    background: #fafafa;
    padding: 90px 0;
}

.ttt2 {
    text-align: center;
}

.ttt2 h3 {
    font-family: "Impact";
    font-size: 32px;
    color: #028eaf;
    text-transform: uppercase;
}

.ttt2 p {
    color: #028eaf;
    font-size: 28px;
    font-weight: bold;
}

.c3-slick {
    position: relative;
    margin-top: 40px;
    padding-bottom: 90px;
}

.c3-slick .slick-slide {
    outline: none;
}

.c3-slick .slick-con {
    position: relative;
    margin: 0 15px;
}

.c3-slick .slick-con .com-img img {
    display: block;
    border: 1px solid #d3d3d3;
    width: 100%;
}

.c3-slick .slick-con:nth-child(1) {
    margin-bottom: 35px;
}

.c3-slick .slick-con h4 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 999;
}

.c3-slick .slick-con .fuss {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    transition: all .5s ease;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 70px;
    text-align: center;
}

.c3-slick .slick-con .fuss h3 {
    padding-top: 35px;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

.c3-slick .slick-con .fuss span {
    margin-top: 10px;
    display: block;
    line-height: 1.7;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.c3-slick .slick-con .fuss em {
    display: inline-block;
    margin: 10px auto;
}

.c3-slick .slick-con:hover h4 {
    display: none;
}

.c3-slick .slick-con:hover .fuss {
    opacity: 1;
}


/*  */

.c3-slick .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: 0px;
}

.c3-slick .slick-dots li {
    display: inline-block;
    margin: 0 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #4f4f4f;
    cursor: pointer;
}

.c3-slick .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.c3-slick .slick-dots li.slick-active {
    background-color: #028eaf;
}


/* c3_index */

.c3_index {
    position: relative;
    padding: 80px 0;
}

.cas_list {
    margin-top: 35px;
    position: relative;
}

.cas_list .slick-slide {
    margin: 0 8px;
    position: relative;
    text-align: center;
}

.cas_list .slick-slide a {
    display: block;
}

.cas_list .slick-slide a img {
    width: 100%;
}

.cas_list .slick-slide h3 {
    line-height: 30px;
    padding: 10px 0;
    font-weight: normal;
    font-size: 16px;
    color: #1d1d1d;
}

.cas_list .slick-arrow {
    position: absolute;
    transform: translateY(-50%);
    top: 40%;
    width: 38px;
    height: 50px;
    font-size: 0;
    border: none;
    outline: none;
}

.cas_list .slick-prev {
    left: -60px;
    background: url(//static.xypt.net.cn/569913f2/21/07/7ca2840be1dbe667476f42e1a4e2a4935e2cd5ac.png) no-repeat center #d4d4d4;
}

.cas_list .slick-next {
    right: -60px;
    background: url(//static.xypt.net.cn/569913f2/21/07/0e722d9b8bb31406b399ca677dd28851b5c44437.png) no-repeat center #d4d4d4;
}

.cas_list .slick-prev:hover {
    background: url(//static.xypt.net.cn/569913f2/21/07/7ca2840be1dbe667476f42e1a4e2a4935e2cd5ac.png) no-repeat center #028eaf;
}

.cas_list .slick-next:hover {
    background: url(//static.xypt.net.cn/569913f2/21/07/0e722d9b8bb31406b399ca677dd28851b5c44437.png) no-repeat center #028eaf;
}


/* hengtu */

.hengtu {
    position: relative;
    height: 288px;
    background: url(//static.xypt.net.cn/569913f2/21/07/a55522f46c36a0c37926f083fc34a7fade2b6fe2.jpg) no-repeat center;
    padding-top: 85px;
}

.ads {
    display: flex;
    justify-content: space-between;
}

.ads li {
    width: 25%;
    position: relative;
}

.ads li a {
    display: flex;
    align-items: center;
}

.ads li .zuo {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

.imaa {
    display: block;
}

.imbb {
    display: none;
}

.ads li .yous {
    padding-left: 15px;
    text-align: left;
}

.ads li .yous h3 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

.ads li .yous span {
    display: block;
    line-height: 30px;
    color: #fff;
}

.ads li:hover .imaa {
    display: none;
}

.ads li:hover .imbb {
    display: block;
}


/* c4_index */

.c4_index {
    position: relative;
    padding: 110px 0;
}

.nss_list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.nss_list li {
    position: relative;
    width: 382px;
}

.nss_list li a {
    display: block;
}

.nss_list li .com-img img {
    width: 100%;
}

.nss_list li .nss_con {
    position: relative;
    padding: 15px 0;
}

.nss_list li .nss_con h3 {
    font-size: 18px;
    color: #282828;
    font-weight: normal;
}

.nss_list li .nss_con span {
    display: block;
    font-size: 14px;
    color: #282828;
    font-weight: normal;
    padding: 5px 0;
}

.nss_list li .nss_con .summ {
    line-height: 26px;
    font-size: 14px;
    color: #282828;
}


.nss_list li:hover .nss_con h3{
    color: #1E86B1;
}

/* c5_index */

.c5_index {
    position: relative;
    padding-bottom: 100px;
}

.c5_wap {
    margin-top: 30px;
}

.partner li {
    margin: 0 6px;
    position: relative;
    float: left;
}

.partner li a {
    display: block;
    border: 1px solid #d6dbdc;
}

.partner li a img {
    width: 190px;
    height: 75px;
}


.partner li:hover a{
     border: 1px solid #028eaf;
}

/* link */

.link {
    position: relative;
    padding: 10px 0;
    line-height: 1.7;
    font-size: 14px;
    color: #333;
}

.link a {
    margin-right: 10px;
    color: #333;
}


/* foot_wap */

.foot_wap {
    position: relative;
    padding: 40px 0 50px;
    background: #fbfbfb;
}

.x-layout-menu {
    position: relative;
    width: 571px;
    float: left;
}

.x-layout-menu dl {
    float: left;
    width: 29.33%;
}
.x-layout-menu dl:nth-child(2){
    float: left;
    width: 33.33%;
        margin-right: 44px;
}

.x-layout-menu dl dt {
    font-size: 18px;
    color: #616161;
    font-weight: normal;
    margin-bottom: 15px;
}

.x-layout-menu dl dd a {
    display: block;
    font-size: 13px;
    color: #838383;
    line-height: 2;
}

.x-layout-menu dl dd a:hover{
    text-decoration: underline;
}


/*  */

.foot_bb {
    margin-left: 55px;
    float: left;
    width: 400px;
}

.ft_phone {
    padding-left: 60px;
    background: url(//static.xypt.net.cn/569913f2/21/07/c27a20015eebe1f4b5ef1e906468a6a2ab742b61.png) no-repeat left center;
    font-size: 18px;
    color: #616161;
    line-height: 1.2;
}

.ft_phone p:nth-child(2) {
    font-weight: bold;
    font-size: 32px;
    color: #212121;
}

.ft_contact {
    margin-top: 40px;
    font-size: 14px;
    color: #838383;
    line-height: 2;
}

.foot_cc {
    position: relative;
    float: right;
}

.foot_cc img {
    max-width: 160px;
}


/*  */

.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}