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


::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b72024;
}

@keyframes wSkewIn {
    from {
        transform: skew(0deg, 10deg) translateY(50px);
        opacity: 0;
    }
    to {
        transform: skew(0deg, 0deg) translateY(0px);
        opacity: 1;
    }
}

@keyframes wSkewOut {
    from {
        transform: skew(0deg, 0deg) translateY(0px);
        opacity: 1;
    }
    to {
        transform: skew(0deg, 10deg) translateY(50px);
        opacity: 0;
    }
}


/*头部样式*/

.top_head {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 90px;
    background: #fff;
    box-shadow: 0px 0px 8px 0 rgb(0 0 0 / 10%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999;
    padding: 0 10%;
}

.top_head .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.logo {
    position: relative;
    width: 23%;
}

.logo a {
    display: block;
}

.logo a img {
    max-width: 100%;
}

.top_phone {
    color: #0c60a8;
    font-family: 'Oswald', impact, sans-serif;
    font-size: 22px;
    margin-right: 2rem;
}


@media (max-width: 1440px) {
.top_phone{margin-right: 2%;}
.top_head{padding: 0 3%;}
}

.top_phone .iconfont {
    border: 1px solid #0c60a8;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    display: inline-block;
}

.top_phone .iconfont:before {
    content: 'e628';
    color: #0c60a8;
    font-size: 18px;
    text-align: center;
}


/* c1_index */

.c1_index {
    position: relative;
    margin-bottom: 1rem;
    overflow: hidden;
	 padding: 3rem 0px;
	 background: #f2f2f2;
}
.c1_index .more{position: relative;display: block;width: 158px;color: #0c60a8font-size: 16px;line-height: 48px;text-align: center;margin: 0 auto;margin-top: 40px;border-radius: 50px;border: 1px solid #0c60a8}
.c1_index .more:after{content: " ";position: absolute;z-index: -1;top: 0;left: 0;right: 0;bottom: 0;-webkit-transform: scaleX(0);transform: scaleX(0);border-radius: 50px;transition: all .5s;}
.c1_index .more:hover{ font-weight:bold;}
.c1_index .more:hover:after{background: #0c60a8-webkit-transform: scaleX(1);transform: scaleX(1);}

.ttt1 {
    text-align: center;
}

.ttt1 h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.6;
	font-weight:400 !important;
	margin-bottom: 10px;
}

.ttt1 h3 span {
    color: #0c60a8;
}

.ttt1 p {
    font-size: 0.7rem;
    font-family: 'Oswald', sans-serif;
    line-height: 1.6;
	color: #8e8d8d;
	width:50%;
	margin:auto;
}

.cp_cate {
    position: relative;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.cp_cate li {
    width:24%;
    position: relative;
    margin: 0 .5% 15px .5%;
}

/*.cp_cate li:nth-child(n+4):nth-child(-n+7) {
    width: 49%;
}*/

.cp_cate li .saa {
    position: relative;
}

.cp_cate li .saa img {
    width: 100%;
}



.cp_cate li:hover .saa::before {
    height: 100%;
}

.cp_cate li .saafu {
    
}

.cp_cate li .mask {
    width: 100%;
    text-align: center;
}

.cp_cate li .mask a {display: block;}
.cp_cate li .mask a .protitle{ width:100%; height:30px; line-height:30px; text-align:center; color:#ffffff; font-size:0.8rem; background:#0c60a8;}
.cp_cate li .mask a h3{ font-size: 1.5rem; color: #8e8d8d; font-weight:bold; text-align:center; margin:10px 0px;}
.cp_cate li .mask a p{ font-size: 0.7rem; color: #8e8d8d; width:70%; margin:auto;}
.cp_cate li .mask a:hover{ font-weight:bold;}
.cp_cate li .mask span {
    display: block;
    font-size: .7rem;
    line-height: 1.6;
    color: #fff;
    width: 80%;
    margin: auto;
}

.cp_cate li:nth-child(n+4) .mask span {
    width: 60%;
}


/* c2_index */

.c2_index {
    position: relative;
    
}

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

.c2Img,.c2right { width:50%; float:left;}
.c2Img img,.c2Img2 img{ width:100%;}
.c2Img2{ width:50%; float:right;}
.c2rightbox{ padding:10% 7%; }
.c2rightbox h3{ font-size:1.6rem; margin-bottom:1.8rem;}
.c2rightbox p{font-size:1.2rem; line-height:1.6rem; margin-bottom:1.8rem; }
.c2rightbox div{height:2rem; line-height:2rem; width:7rem; text-align:center; font-size:1.2rem; color:#ffffff; background:#0c60a8;}
.c2rightbox div:hover{ font-weight:bold;}

@media (max-width:768px){
	.c2rightbox h3{margin-bottom:0.8rem;}
	.c2rightbox p{ height:1.9rem; overflow:hidden; margin-bottom:0.8rem;}
	}

.w_fline {
    margin-top: 1rem;   
    background: #0c60a8;
    height: 2px;
    max-width: 15%;
}


.service_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 5%;
    padding-left: 10%;
    justify-content: space-between;
}

.service_list li {
    width: auto;
    max-width: 45%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.service_list li:nth-child(3) {
    margin-top: 2rem;
    margin-bottom: 0;
}
.service_list li:nth-child(4) {
    margin-top: 2rem;
    margin-bottom: 0;
}

.service_list li a {
    display: block;
}

.service_list li .qimg {
    height: inherit;
    overflow: hidden;
    font-size: 0;
}

.service_list li .qimg img {
    max-width: 100%;
}

.service_list li h3 {
    color: #333;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    padding: 10px 0;
}

.service_list li .u_fline {
    margin: 10px 0 10px;
    background: #0c60a8;
    height: 2px;
    max-width: 5%;
}

.service_list li span {
    max-width: 90%;
    display: block;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    font-family: "Microsoft Yahei";
    min-height: 52px;
}


.c2_bom .swap {
    max-width: 100%;
    
}

.c2_bom .swap span {
    display: block;
    line-height: 2;
    color: #fff;
    font-size: .8rem;
}

.c2_bom .swap .line_st {
    font-size: 1.4rem;
    line-height: 2;
    color: #fff;
}


/* c3_index */

.c3_index {
   position: relative;
 
    padding-top: 2rem;
}

.abb_wap {
	display:flex;
    
    width: 90%;
    margin-left: 4%;
    margin-right: 5%;
}

.abb_cont {
    width: 50%;
    padding: 3rem 2rem;
}

.abb_cont img{ width:100%;}
.abb_txt p{ margin-bottom:2rem}
.abb_txt a{ display:block; height:40px; line-height:40px; width:140px; text-align:center; color:#000000; font-size:16px; color:#ffffff; background:#0c60a8;}
.abb_txt a:hover{ font-weight:bold;}
.abb_cont .abb_tit {
    position: relative;
}

.abb_cont .abb_tit b {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.6;
    color: #141414;
}

.abb_cont .abb_tit span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #626262;
    padding-bottom: 10px;
}

.abb_cont .abb_tit .ab_fline {
    max-width: 70px;
    margin: 14px 0;
    background: #0c60a8;
    height: 2px;
}

.abb_cont .abb_txt {
    padding-top: 10px;
    font-size: .8rem;
    line-height: 2;
    color: #626262;
}

.max1800 {
  max-width: 1696px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;}
/* c4_index */

.c4_index {
    position: relative;
    background: rgba(242, 242, 242, 1);
    padding: 2rem 0;
}

.news_list11 {
    position: relative;
}

.news_list11 li {
    position: relative;
    background: #fff;
    border-bottom: 20px solid #f2f2f2;
    transition: all 600ms ease;
}

.news_list11 li a.imss {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_list11 li a.imss>div {
    width: 50%;
}

.news_list11 li:nth-child(2) a.imss {
    flex-direction: row-reverse;
}

.news_list11 li .img img {
    width: 100%;
    height: 100%;
}

.news_list11 li .nright {
    position: relative;
    width: 50%;
    padding: 4vw;
    overflow: hidden;
}

.news_list11 li .nright .xwdt {
    color: #222;
    font-size: 1.2rem;
    position: relative;
    margin-bottom: 20px;
}

.news_list11 li .nright .xwdt em {
    font-family: Arial;
    text-transform: uppercase;
    color: #e6e5e5;
    font-weight: bold;
    font-size: 1.15rem;
    display: block;
    font-style: inherit;
}

.news_list11 li .nright h3 {
    color: #222;
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 1.2rem;
    text-align: justify;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_list11 li .listsumray {
    line-height: 1.8;
    font-size: .75rem;
    color: #999;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: relative;
}

.news_list11 li .newTool {
    padding: 1vw 0;
    color: #999999;
    margin-top: 1vw;
}

.news_list11 li .newTool .ntime {
    position: relative;
    font-size: 12px;
}

.news_list11 li .line_yell {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 5px;
    background: #0c60a8;
    transition: all 600ms ease;
}

.news_list11 li:hover .line_yell {
    width: 100%;
}

.news_list11 li:hover .nright h3 {
    color: #0c60a8;
}


/*  */

.c5_index {
    position: relative;
    background: rgba(250, 250, 250, 1);
    padding-top: 2rem;
}
@media (max-width: 768px){
	.c5_index{ display:none;}
	}

.ttt2 {
    text-align: center;
}

.ttt2 h3 {
    font-size: 1.8rem;
    line-height: 1.6;
}

.ttt2 h3 span {
    color: #0c60a8;
}

.ttt2 p {
    font-size: 1.3rem;
    line-height: 1.6;
}

.c5_wap {
    max-width: 1240px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 80px;
}

.youshi{ display:flex; flex-wrap: wrap; margin-top:20px;}
.youshi li{ width:25%; background-color:#cbcbcb;}
.ysImg img{ width:100%; overflow:hidden;}
.ysFont{ padding:3rem 2rem;}
.ysFont h3{ font-size:0.8rem; margin-bottom: 0.8rem;}
.ysFont p{ font-size: 0.7rem;line-height:0.9rem;}
.youshi li:hover{ background:#0c60a8; color:#ffffff;}

@media (max-width: 768px){
	.youshi li{ width:50%;}
	.ysFont{ padding:2rem 1rem;}
	}
/*  */

.cp_container {
    position: relative;
    width: 100%;
    height: 100%;
}

.cp_container .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
}

.aaleft {
    position: relative;
    width: 50%;
}

.aaleft img {
    width: 100%;
}

.aaleft .cfu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.5rem;
    width: 80%;
    background: rgba(255, 255, 255, .8);
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.aaleft .cfu h4 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #000;
}


/*  */

.aaright {
    position: relative;
    text-align: center;
    padding: 2.5rem;
    width: 50%;
}

.aaright b {
    display: block;
    color: #000000;
    font-weight: normal;
    font-family: georgia, serif;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    line-height: 1;
}

.aaright h3 {
    font-size: .9rem;
    color: #000;
    font-weight: normal;
}

.aaright .spp {
    display: block;
    margin-top: 1rem;
    font-size: .7rem;
    color: #595959;
    line-height: 2;
}

.cp_container .swiper-button-prev,
.cp_container .swiper-button-next {
    position: absolute;
    margin-top: 0;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0px;
    width: 38px;
    height: 38px;
    transition: 0.3s;
    z-index: 999;
}

.cp_container .swiper-button-prev {
    left: calc(50% - 38px);
    background: url(../images/c865bc8edac8e8c4ced66ae98dedb8a0226aec00.png) no-repeat center #0c60a8;;
    background-size: 20%;
}

.cp_container .swiper-button-next {
    background: url(../images/de0a530a7aa1114fb56e53c64d5b22d931fb60e6.png) no-repeat center #0c60a8;;
    right: calc(50% - 38px);
    background-size: 20%;
}

.cp_container .swiper-button-prev:hover {
    background: url(../images/c865bc8edac8e8c4ced66ae98dedb8a0226aec00.png) no-repeat center #a0aab7;;
    background-size: 20%;
}

.cp_container .swiper-button-next:hover {
    background: url(../images/de0a530a7aa1114fb56e53c64d5b22d931fb60e6.png) no-repeat center #a0aab7;
    background-size: 20%;
}

.cp_container .swiper-pagination-custom {
    display: inline-block!important;
    position: relative!important;
    bottom: 0px!important;
    width: auto!important;
    left: auto!important;
    right: 0px!important;
    color: #000000;
    font-size: 1.4rem;
    letter-spacing: -2px;
    font-family: georgia, serif;
}

.cp_container .swiper-pagination-custom span {
    color: #000;
}


/* link */

.link {
    padding: 15px 0;
    line-height: 1.7;
    font-size: 12px;
    color: #333;
}

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


/*  */

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/* foot_wap */

.foot_wap {
    position: relative;
    background-color: rgba(39, 39, 39, 1);
    padding-top: 50px;
    padding-bottom: 30px;
}

.foot_wap .flex {
    display: flex;
    flex-wrap: wrap;
}

.foot_wap .flex>div {
    width: 25%;
    position: relative;
}

.ft_aa h3 {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 1.4;
    font-weight: normal;
}

.ft_aa .ft_name {
    line-height: 1.8;
    color: #aaa;
    font-size: 14px;
    margin-top: 20px;
}

.ft_aa .gduo a {
    display: inline-block;
    line-height: 36px;
    margin-top: 10px;
    font-size: 14px;
    color: #0c60a8;
}

.ft_bb {
    position: relative;
    padding-left: 4rem;
}

.ft_bb dl {
    position: relative;
}

.ft_bb dl dt {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 1.43em;
}

.ft_bb dd a {
    display: block;
    font-size: 14px;
    color: #aeaeae;
    line-height: 2.3;
}

.ft_bb dd a span {
    color: #aeaeae;
}

.ft_cc {
    position: relative;
}

.ft_cc dl {
    position: relative;
}

.ft_cc dl dt {
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 1.43em;
}

.ft_cc dd {
    display: block;
    font-size: 14px;
    color: #A9A9A9;
    line-height: 2.2;
}

.ft_cc dd p:nth-child(1)::before {
    content: '';
    width: 14px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/4d5ac78de227a3aa09a184ae1374592a46b37cf3.png) no-repeat;
}

.ft_cc dd p:nth-child(2)::before {
    content: '';
    width: 17px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/12559963fb03962e2ad97043624dd55587cfe1c9.png) no-repeat;
}

.ft_cc dd p:nth-child(3)::before {
    content: '';
    width: 14px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/be17c39992a6b06aea153339e455efb6a7ad1fc4.png) no-repeat;
}

.ft_cc dd p:nth-child(4)::before {
    content: '';
    width: 20px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/479043cfef5a083a4a44b7f4521f03a9472fa895.png) no-repeat;
    
}

.ft_dd {
    position: relative;
}

.ft_dd h3 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.4;
    font-weight: 600;
}

.x-message-wrap2 {
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.x-message-wrap2 .row {
    margin-left: -5px;
    font-size: 0;
    margin-right: -5px;
}

.x-message-wrap2 div[class^='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.x-message-wrap2 input[type='text'],
.x-message-wrap2 textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #aaa;
    padding: 0 10px;
    font-size: 14px;
    color: #7b7b7b;
    background: transparent;
    outline: none;
    margin-bottom: 20px;
}

.x-message-wrap2 input[type='text']::-webkit-input-placeholder,
.x-message-wrap2 textarea::-webkit-input-placeholder {
    color: #7b7b7b;
}

.x-message-wrap2 input[type='text']:-ms-input-placeholder,
.x-message-wrap2 textarea:-ms-input-placeholder {
    color: #7b7b7b;
}

.x-message-wrap2 input[type='text']::-ms-input-placeholder,
.x-message-wrap2 textarea::-ms-input-placeholder {
    color: #7b7b7b;
}

.x-message-wrap2 input[type='text']::placeholder,
.x-message-wrap2 textarea::placeholder {
    color: #7b7b7b;
}

.x-message-wrap2 textarea {
    padding-top: 10px;
    height: 40px;
    resize: none;
}

.x-message-wrap2 #checkcode {
    float: left;
    width: 60%;
    margin-bottom: 0;
}

.x-message-wrap2 .checkCodeImg {
    float: left;
    display: block;
    text-align: center;
    width: 40%;
    height: 40px;
    font-size: 0;
    background: #e7e4e4;
    padding: 0px;
}

.x-message-wrap2 .checkCodeImg img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap2 .checkCodeImg:after {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.x-message-wrap2 .checkCodeImg img {
    cursor: pointer;
}

.x-message-wrap2 .x-submit {
    
    width: 100%;
    height: 40px;
    background: #0c60a8;
    color: #fff;
    font-size: 14px;
    border: none;
    outline: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-message-wrap2 .x-submit:hover {
    background: #0c60a8;
}

.x-message-wrap2 .n-default .x-textarea .msg-wrap {
    top: 7px;
}


/* 媒体查询 */

@media (max-width:992px) {
    .link{display:none;}
    .service_list li span {
        max-width: 100%;
        font-size: 12px;
    }
	.abb_wap{ display:block;}
	
	.abb_cont{ width:100%; padding:0px;}
    .abb_cont .abb_txt {
        font-size: 14px;
    }
    .aaleft .cfu {
        height: 55px;
    }
    .c5_wap {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    /*  */
    .foot_wap .flex>div {
        width: 50%;
    }
    .foot_wap .flex>div:nth-child(n+3) {
        margin-top: 15px;
    }
    .service_list {
        padding: 20px 3%;
    }
    .service_list li{
        max-width: 48%;
        margin: 0;
        
    }
}

@media (max-width:768px) {
    .c1_index {
        margin: 25px 0;
    }
    .cp_cate li {
        width: 49%;
    }
    .cp_cate li:nth-child(n+4) {
       
    }
    .c2left {
        width: 100%;
    }
    
 
   
    .c2_bom .swap {
        margin: 5px 15px;
    }
    .abb_cont .abb_tit b {
        font-size: 26px;
    }
    .abb_cont .abb_tit span {
        font-size: 13px;
    }
    .abb_cont .abb_tit .ab_fline {
        margin: 8px 0;
    }
    .abb_cont .abb_txt {
        font-size: 14px;
    }
    .news_list11 li a.imss>div {
        width: 100%;
    }
    /*  */
    .cp_container .swiper-slide {
        flex-wrap: wrap;
    }
    .aaleft {
        width: 100%;
    }
    .aaright {
        width: 100%;
        padding-bottom: 60px;
    }
    .cp_container .swiper-button-prev,
    .cp_container .swiper-button-next {
        top: auto;
        transform: translateX(0);
    }
    /*  */
    .foot_wap {
		display:none;
        padding-top: 30px;
        padding-bottom: 20px;
    }
	
	.x-footer{display:none;}
    .foot_wap .flex>div {
        width: 100%;
    }
    .foot_wap .flex>div:nth-child(n+2) {
        margin-top: 15px;
    }
    .ft_bb {
        padding-left: 5px;
    }
}

@media (max-width:750px) {
    .ttt1 h3 {
        font-size: 22px;
    }
    .ttt1 p ,.cp_cate li .mask a h3,.cp_cate li .mask a p{ display:none;}
	.cp_cate li .mask a .protitle{ font-size:14px;}
    .ttt2 h3 {
        font-size: 22px;
    }
    .ttt2 p {
        font-size: 15px;
    }
    .cp_cate li .mask h3 a {
        font-size: 18px;
    }
    .cp_cate li .mask span {
        font-size: 12px;
    }
    .cp_cate li:nth-child(n+4) .mask span {
        width: 80%;
    }
    .c2left {
        padding: 30px 15px 30px;
    }
    .c2left .line_aa {
        font-size: 26px;
    }
    .c2left .line_bb {
        font-size: 18px;
    }
    .service_list li {
        max-width: 49%;
    }
    .service_list li .u_fline {
        max-width: 30px;
    }
    .c2_bom .swap span {
        font-size: 13px;
    }
    .c2_bom .swap .line_st {
        font-size: 16px;
    }
    .news_list11 li .nright .xwdt {
        font-size: 16px;
    }
    .news_list11 li .nright .xwdt em {
        font-size: 14px;
    }
    .news_list11 li .nright h3 {
        font-size: 16px;
    }
    .news_list11 li .listsumray {
        font-size: 12px;
    }
    .aaleft .cfu {
        width: 92%;
    }
    .aaleft .cfu h4 {
        font-size: 12px;
    }
    .cp_container .swiper-pagination-custom {
        font-size: 18px;
    }
    .aaright b {
        font-size: 20px;
    }
    .aaright h3 {
        font-size: 16px;
    }
    .aaright .spp {
        font-size: 12px;
    }
}


/* 手机页脚 */

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

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

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}


@media(min-width:992px){
    .page-wrap-left{         
        display: none;}
   .xypg-left-nav{
       display: flex;
       flex-wrap: wrap;
   }
   .xypg-left-nav>li{
       width: 17%;
       border: none;
       text-align: center;
       background: #0c60a8;
       margin: 1%;
       height: 50px;
       border-radius: 10px;
   }
   .xypg-left-title{
       display: none;
   }
   .xypg-left-con{
       border: none;
   }
   .xypg-left-nav>li .first-nav-btn{
       display: none;
   }
   .xypg-left-nav>li>a{
    color: #fff;
   }
   .xypg-left-nav>li:hover{
       background: #707070;
       border-radius: 20px;
   }
   .xypg-left-nav>li:hover a{
       color: #ffff;
   }

}

.page-wrap-right{
    width: 100%;
}

@media(max-width:992px){
    .page-wrap-right>.xypg-left-box{
        display: none;
    }
}



.page-banner{
    position: relative;
}
.bnnwz{
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 0
}


.x-product-two-sort {
    margin-top: 4vh;
    margin-bottom: 4vh;
    display: flex;
    justify-content: center;
}

.x-product-two-sort li {
    list-style-type: none;
    float: left;
    background-color: #eaeaea;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 23px;
}

.x-product-two-sort li a {
    color: #555555;
    font: 400 17px/40px "Microsoft yahei";
    padding: 0 44px;
}

.x-product-two-sort li:hover {
    background-color: #0c60a8;
}

.x-product-two-sort li:hover a {
    color: #fff;
}

.ttz {
    display: none;
}

.x-product-list-two {
    margin-top: 5vh;
    position: relative;
}

.x-product-list-two li {
    list-style-type: none;
    float: left;
    position: relative;
    width: calc(25% - 17px);
}

.x-product-list-two li+li {
    margin-left: 22px;
}

.x-product-list-two li .img {
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.x-product-list-two li .img img {
    max-width: 100%;
    transition: all 0.8s;
}

.x-product-list-two li h3 {
    color: #555555;
    font: 400 17px/60px "Microsoft yahei";
    text-align: center;
}

.x-product-list-two li:hover .img {
    border: 1px solid #0c60a8;
}

.x-product-list-two li:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.x-product-list-two li:hover h3 {
    color: #0c60a8;
}

.x-product-more {
    color: #666666;
    font: 400 14px/44px "Microsoft yahei";
    border: 1px solid #e1e1e1;
    width: 160px;
    margin: 0 auto;
    padding-left: 40px;
    margin-top: 30px;
    border-radius: 30px;
    background: url(../images/8a5e273a6c8669c71d7a3f33391c3d2a91fb9055.png) no-repeat 110px center;
}

.x-product-more a {
    color: #666666;
    font: 400 14px/44px "Microsoft yahei";
    display: block;
}

.x-product-more:hover a {
    color: #0c60a8;
}

.x-product-more:hover {
    border: 1px solid #0c60a8;
    background: url(../images/8c49767abe001002bdcc24b364e09cdb830f849f.png) no-repeat 110px center;
}

@media (max-width:1200px) {
    .x-product-two-sort li a {
        font: 400 14px/40px "Microsoft yahei";
        padding: 0 20px;
    }
}

@media (max-width:1024px) {
    .x-product-two-sort {
        display: block;
    }
    .x-product-two-sort li {
        width: 30%;
        text-align: center;
        margin-top: 10px;
    }
    .x-product-list-two li h3 {
        font: 400 14px/30px "Microsoft yahei";
        word-break:keep-all;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis; 
    }
    .list1z {
        margin-left: -11px;
        margin-right: -11px;
    }
    .list1z li {
        width: calc(50% - 20px);
        margin-left: 10px !important;
        margin-right: 10px;
    }
}

@media (max-width:768px) {
    .x-product-two-sort li {
        width: calc(50% - 10px);
    }
}


/*新闻中心*/
.inews{padding-bottom: 40px; padding-top:2rem;}
.inews .in_title{margin-top: 60px;}
 .inews ul{padding-top: 15px;}
.inews ul li{float: left;width: 550px;margin-right: 100px;padding: 12px 0;border-bottom: 1px dashed #e5e5e5;}
 .inews ul li:nth-child(2n){margin-right: 0;}
 .inews ul li a{display: block;}
 .inews ul li h3{color: #383838;font-size: 18px;line-height: 27px;padding-bottom: 12px;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
 .inews ul li p{color: #8a8a8a;font-size: 14px;line-height: 21px;text-align: justify;height: 42px;overflow: hidden;}
 .inews ul li .time{display: block;width: 90px;height: 90px;color: #999;font-size: 14px;line-height: 28px;margin-right: 35px;background: #f2f2f2;text-align: center;}
 .inews ul li .time b{font-weight: normal;display: block;font-size: 28px;padding-top: 24px;}
 .inews ul li:hover h3{color: #0c60a8;}


.inews .more{position: relative;display: block;width: 158px;color: #0c60a8font-size: 16px;line-height: 48px;text-align: center;margin: 0 auto;margin-top: 40px;border-radius: 50px;border: 1px solid #0c60a8}
.inews .more:after{content: " ";position: absolute;z-index: -1;top: 0;left: 0;right: 0;bottom: 0;-webkit-transform: scaleX(0);transform: scaleX(0);border-radius: 50px;transition: all .5s;}
.inews .more:hover{ font-weight:bold;}
.inews .more:hover:after{background: #0c60a8-webkit-transform: scaleX(1);transform: scaleX(1);}

@media (max-width:900px) {
    .inews ul li{ width:100%;}
	.inews ul li .time{margin-right: 12px;}
}
