html, body {
    width: 100%;
}

header, section, footer {
    width: 100%;

}

/**header**/
header {
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo img {
    width: 100%;
}

.nav {
    height: 100%;

}

.nav ul {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nav ul li {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

.nav ul li a {
    white-space: nowrap;
    margin: 0 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;

}

.nav ul li:nth-child(1) a {
    white-space: nowrap;
    margin: 0 2.25rem;
}

/******bannerr********/

.swiper-slide img {
    width: auto;
    width: 100%;
}

/***SECTION*****/

section {
    /*margin: 2rem 0;*/
    padding: 2rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

section article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

/***************************************************/
#product article {
    display: block;
    /*overflow: hidden;*/
}

/***************************************************/
#company article {
    width: 1200px;
    margin: 2rem 0;
}

section article .img, section article .content {
    width: 48%;
}
.sygsgd{float:left; width:30%; line-height:35px; text-align:center; background:#02629c;border-radius:5px; margin-top:25px;}
.sygsgd a{font-size:16px; color:#fff;}
section ar ticle .content {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;*/
}

section article .content p {
    text-indent: 2rem;
    margin-bottom: 2rem;
    font-size: 16px;
    line-height: 2rem;
}

section article .img img {
    width: 100%;
}

#product {
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    min-height: 400px;
    position: relative;
}

#product article {
    width: 1200px;
}

/*#product article .pro_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}*/
#product article .pro_box{
    overflow: hidden;
}
#product article .pro_box a {
    color: #FFF;
}

/*
#product ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
*/
#product ul{
    display: block;
    width: max-content;
    white-space:nowrap;
    position: relative;
}





#product ul li {
    width: 280px;
    height: 200px;
    margin: 0 5px 0 0;
    background: #000;
    display: inline-block;
    white-space: nowrap;
    /*overflow: hidden;*/
}

#product ul li a {
    display: block;
    position: relative;
    top: -4px;
    line-height: 30px;
    background: #717171;
    text-align: center;
}

.pro_box img {
    width: 100%;
    height: 210px;
}

/*
#news article{
	width:80%;
	-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap:wrap;	
}
*/
#news article .h {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}

#news article .other ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

}

#news article .other ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .1rem;

}

article.n_hy ul li .n_info {

}

.n_info {
    max-width: 400px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f5f5f5;
}

.n_info > * {
    margin: .5rem 1rem;
}

.n_head {
    width: calc(100% - 2rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.n_tit {
    font-weight: bold;
}

.n_info p {
    font-size: 14px;
}

.n_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.n_q ul li {
    width: 49%;
}

.n_q .n_info {
    max-width: 400px;
}

.other ul {
    justify-content: space-between;
}

.other ul li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;*/
}

.other span {
    width: 100%;
    background: rgba(0, 0, 0, .3);
    /*position: absolute;*/
    z-index: 1;
    margin: -49px 0 0 0;
}

.other span a {
    display: block;
    width: 100%;
    height: 3rem;
    text-indent: 2rem;
    line-height: 3rem;
    color: #FFF;
}

#links {
    width:63%;
    margin: 2rem auto;
}
div#links a {
    display: inline-block;
    margin: 0 10px 0 0;
}
#links p > * {
    margin: 1rem;
}

.pc {
    display: none;
}

footer {
    background: #323232;
    padding: 5rem 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .f_box {
    width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

/*footer .f_box .f_l_i,footer .f_box .e p{*/

footer * {
    color: #FFF;
}

footer .f_box .f_l_i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}

footer .f_box .f_l_i .line {
    width: 1px;
    height: 130%;
    background: #FFF;
    margin: 0 5rem;
}

footer .f_box .f_l_i .f_info > * {
    margin: 1rem 0;
}

footer .f_box .f_l_i .f_info > * {
    margin: 1rem 0;
}

footer .f_box .e p {
    margin-top: 1rem;
    text-align: center;
}

footer .copy {
    width: 100%;
    margin: 5rem 0 0 0;
    padding: 1rem 0;
    background: #000;
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .copy_box {
    width:1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.pro_box ul {
    margin-top: 1rem;
}

h1 {
    font-size: 1.5rem !important;
}

h1, h2, h3, h4, h5 {
    font-weight: 100;
}

a p {
    max-height: 3.2rem;
    overflow: hidden;
}

.new + .list {
    margin: 0 20px;
}

.tit.flex.just-cont-sp-bet h3 {
    font-size: 16px;
	width:75%;
	overflow:hidden;
	line-height:40px;
	max-height:40px;
}

.flex.align-items-end h2 {
    font-size: 20px;
}

.titbox.n.flex.just-cont-sp-bet.align-items-cen a, .titbox.q.flex.just-cont-sp-bet.align-items-cen a {
    font-size: 12px;
}

.logo {
    width: auto;
}

.e img {
    width: 144px;
}

footer .f_box .f_l_i .f_info a {
    color: #fff;
}

footer .f_box .f_l_i .f_info a:hover {
    color: #fff;
}
