:root {
	--color: #2f5197;
	--sub-color: #2f5197;
	--body-bg: #ffffff;
	--footer-bg: #787878;
	--text-color: #333;
	--ccc: #ccc;
	--eee: #eee;
	--white: #fff;
}
body {
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-color);
    background-color: var(--body-bg);
    font-family: "微软雅黑", arial, helvetica, sans-serif;
	overflow-x: hidden;
}

body,
html {
    height: 100%;
    position: relative;
}

a {
    color: var(--text-color);
}
button,span,input,div,div:focus,button:focus,span:focus,input:focus{
    outline: 0 !important;
}
a:hover,
a:focus {
    color: var(--color);
    text-decoration: none;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h4,
h5 {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.ttu {
    text-transform: uppercase;
}
.my-6{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

/* logo */
.logo{
	margin-right: 20px;
}
.logo a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo .logo_txt{
    margin-left: 20px;
}
.logo_txt h2{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-top: 25px;
}
.logo_txt p{
    font-size: 16px;
    text-transform: uppercase;
}

/* top */
.logo_text b{
	font-size: 32px;
}
.logo_text span{
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 2px;
}
.w-80 {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.w-90 {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.menu{
    width: 100%;
}
.menu>li {
    position: relative;
	flex: auto;
    text-align: center;
}
.menu>li>a {
	color: #fff;
    font-size: 16px;
	padding: 10px 15px;
	display: inline-block;
    text-transform: uppercase;
}
.tell span{
	color: var(--color);
}
.tell p{
	font-size: 24px;
	line-height: 1;
}
.menu_drop {
    position: absolute;
    z-index: 99;
    left: 0;
    min-width: 100%;
    white-space: nowrap;
    background-color: var(--body-bg);
    display: none;
    padding: 4px 0;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
}

.menu_drop li a {
    color: var(--text-color);
    display: block;
    text-align: center;
    line-height: 2;
    transition: all .5s;
}

.menu_drop li:hover a {
    background-color: var(--color);
    color: var(--body-bg);
}

.swiper-pagination span {
    width: 12px;
    height: 12px;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--color);
}

/* banner */
.index-banner .swiper-button-next.swiper-button-white,
.index-banner .swiper-button-prev.swiper-button-white {
    background-color: rgba(0, 0, 0, .2);
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
    background-size: 60%;
}

/* 右边 */
.side_kefu {
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.side_kefu li {
    position: relative;
    margin-bottom: 5px;
}

.side_kefu li i {
    font-size: 20px;
}

.side_kefu li.toTop {
    cursor: pointer;
}

.side_kefu li.toTop i {
    font-size: 24px;
}

.side_kefu li .side_kefu_con {
    position: absolute;
    background-color: var(--body-bg);
    border: 1px solid var(--ccc);
    border-radius: 5px;
    right: 0;
    top: 0;
    padding: 5px 10px;
    transition: all .5s;
    transform: translateX(100%);
    z-index: -1;
}

.side_kefu li:hover .side_kefu_con {
    transform: translateX(-50px);
}

.side_kefu_con:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid var(--ccc);
    border-color: transparent var(--ccc) var(--ccc) transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: var(--body-bg);
}

.side_kefu li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--color);
    color: var(--body-bg);
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media(max-width: 1200px) {
    .my-6{
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}


.top_tell i{
    font-size: 22px;
    color: var(--color);
}
.top_tell{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.top_tell span{
    margin: 0 .5vw;
    font-size: 18px;
}
.top_tell b{
    font-size: 22px;
    color: var(--color);
}
header{
    background-color: var(--color);
}
.sea{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 48px;
}
.sea span{
    cursor: pointer;
}
.sea .search{
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
    display: none;
}
.sea .search form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sea form input{
    height: 40px;
    padding-left: 15px;
}
.sea form button{
    background-color: var(--color);
    color: #fff;
    min-width: 50px;
    line-height: 38px;
    border: none;
    display: block;
    border-radius: 0;
}
/* title */
.title{
    margin-top: 2vw;
    margin-bottom: 2vw;
}
.title_top {
    background: var(--color);
    display: inline-block;
    padding: 5px 20px;
    min-width: 370px;
    position: relative;
}
.title_top:after,.title_top:before{
    position: absolute;
    display: block;
    content:'';
    width: 50%;
    height: 2px;
    background-color: var(--color);
    top: 50%;
}
.title_top:after{
    right: -50%;
}
.title_top:before{
    left: -50%;
}
.title_top h2{
    font-size: 40px;
    color: #fff;
    line-height: 1;
}
.title_top p{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.title > span{
    display: block;
    font-size: 22px;
    margin-top: 10px;
}


/* products */
.product_home a:hover .pro_home_img img{
    transform: scale(1.05);
}
.pro_home_img{
    background-color: #f1f1f1;
    overflow: hidden;
    padding: 2vw 10px;
    text-align: center;
    transition: all .4s;
}
.pro_home_img img{
    transition: all .4s;
}
.product_home a p{
    text-align: center;
    font-size: 16px;
    line-height: 3;
    background-color: #d2d2d2;
    transition: all .4s;
}
.product_home .col-4{
    margin-bottom: 1.5vw;
}
.product_home a:hover .pro_home_img{
    background-color: var(--color);
}
.product_home a:hover p{
    background-color: #434343;
    color: #fff;
}
.more{
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 4vw;
}
.more a{
    display: block;
    background-color: #d2d2d2;
    font-size: 16px;
    padding: 10px 0;
}

/* case */
.w-70{
    width: 65%;
    margin: 0 auto;
}
.case_bg{
    position: relative;
    padding: 3vw 0;
}
.case_bg:before,.case_bg:after{
    position: absolute;
    display: block;
    content: '';
    height: 100%;
    top: 0;
    z-index: -1;
}
.case_bg:before{
    left: 0;
    background-color: #313131;
    width: 40%;
}
.case_bg:after{
    right: 0;
    background-color: #dcdcdc;
    width: 60%;
}
.case_wrapper_bg{
    background-color: #f6f7fb;
    padding: 3vw 6vw;
    position: relative;
}
.case_wrapper_bg .swiper_prev,.case_wrapper_bg .swiper_next{
    top: 50%;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    transform: translateY(-50%);
}
.case_wrapper_bg .swiper_prev{
    left: 30px;
}
.case_wrapper_bg .swiper_next{
    right: 30px;
}
.case_wrapper_bg .swiper-slide h2{
    font-size: 24px;
    line-height: 2;
    margin-bottom: 10px;
    color: #333;
    transition: all .4s;
}
.case_wrapper_bg .swiper-slide p{
    color: #333;
    transition: all .4s;
}
.case_wrapper_bg .swiper-slide:hover h2{
    font-weight: bold;
    color: var(--color);
}
.case_wrapper_bg .swiper-slide:hover p{
    color: var(--color);
}


/* abouts */
.about_bg{
    background-color: #f0f0f0;
    margin: 3vw 0;
    padding: 3vw 0;
}
.abouts_con h2{
    font-size: 30px;
    color: #525252;
    margin-bottom: 2vw;
    margin-top: 10px;
}
.abouts_con p{
    line-height: 2;
    font-size: 16px;
    text-indent: 2em;
    margin:2vw 0;
}
.abouts_con .dmore{
    display: inline-block;
    padding: 5px 2vw;
    background-color: #aaaaaa;
}

/* news */
.news_home_list li{
    display: flex;
    margin-bottom: 2vw;
}
.news_home_list li span{
    flex: 0 0 80px;
}
.news_home_list li span b{
    font-size: 48px;
    color: #666666;
    display: block;
    line-height: 1;
}
.news_home_list li span em{
    font-size: 16px;
    color: #666;
    font-style: normal;
}
.news_home_con{
    position: relative;
    padding-left: 2vw;
}
.news_home_con:after{
    position: absolute;
    display: block;
    content: '';
    width: 2px;
    height: 90%;
    left: 13px;
    top: 0;
    background-color: #666;
}
.news_home_con h2{
    font-size: 18px;
    font-weight: bold;
    color: var(--color);
}
.news_home_con h2 a{
    color: var(--color);
}

/* foot */
footer{
    background-color: #333333;
    color: #fff;
    padding: 3vw;
    margin-top: 2vw;
}
footer a{
    color: #fff;
    transition: all .5s;
}
footer a:hover{
    color: var(--sub-color);
}
.flogo{
    position: relative;
}

.flogo .ewm{
    display: block;
    margin: 0 auto;
}
.fmenu{
    display: flex;
    justify-content: space-between;
}
.fmenu li h3{
    font-size: 18px;
    margin-bottom: 15px;
}
.fmenu li span{
    display: flex;
    flex-direction: column;
}
.copyright{
    margin-top: 2vw;
    border-top: 2px solid #fff;
    padding-top: 2vw;
}
.copyright span{
    display: inline-block;
}