/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
} */
/* HTML5 display-role reset for older browsers */
/* article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,
a:hover {
    text-decoration: none;
}
a:hover {
    color: unset;
}



.col-right{
    width: 846px;
    height: auto;
    float: right;
}
.col-right-business-main {
    width: 100%;
} */
.modular-title p{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 19px;
}
.modular-product .product-swiper{
    height: 380px;
    padding-top: 20px;
    position: relative;
}
.modular-product .swiper-cont a{
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
.modular-product .swiper-cont a img{
    width: 100%;
    height: 100%;
}
.modular-product .swiper-cont a .imgTit{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 100%;
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 100%);
}
.modular-product .swiper-cont a .imgTit h2{
    color: #fff;
    font-size: 25px;
    line-height: 50px;
}
.modular-product .product-swiper .swiper-cont{
    height: 100%;
}
.modular-product .product-swiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #EAEAEA;
    margin: 0 10px;
}
.modular-product .product-swiper .swiper-pagination-bullet-active {
    background: #FF9F00;
}
.modular-product .product-swiper .swiper-pagination{
    width: 100%;
    margin-top: 10px;
}
.modular-product .product-text{
    margin: 40px 0;
}
.modular-product .product-text p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 20px;
}
.modular-video .video-box{
    padding: 20px 0 40px 0;
}
.modular-download{
    padding-bottom: 36px;
}
.modular-download .down-cont{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.modular-download .down-cont li{
    background: #F8F8F8;
    width: 404px;
    margin-top: 20px;
}
.modular-download .down-cont .cont-tit{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    padding: 12px 30px;
}
.modular-download .down-cont .cont-more{
    padding: 20px 0 30px 0;
    text-align: center;
}
.modular-download .down-cont .cont-more a{
    display: inline-block;
    width: 130px;
    height: 40px;
    background: #FF9F00;
    line-height: 40px;
    color: #fff;
}

/* media 媒体查询
    1200px
    1024px
    768px
*/
/* @media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
} */