@charset "utf-8";

#scroll {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
}
#scroll ul li {
    width: 100%;
}
#scroll ul li:not(:first-child) {
    display: none
}
.productBar {
    width: 100%;
    height: 910px;
}
.titleText {
    width: 100%;
    height: 60px;
    text-align: center;
    padding-left: auto;
    padding-right: auto;
    padding-top: 20px;
}
.titleText h1 {
    color: #3B6CAA;
    font-size: 40px;
    font-weight: normal;
}
.productRow {
    width: 100%;
    height: 420px;
    margin-top: 20px;
}
.productRow ul {
    width: 100%;
    height: 420px;
    margin-left: auto;
    margin-right: auto;
}
.productRow ul li {
    width: 33.3%;
    height: 400px;
    float: left;
    margin-bottom: 30px;
}
.productBox {
    width: 345px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F5F5F5;
}
.product_contentText {
    width: 310px;
    height: 140px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.product_contentText p {
    margin-top: 20px;
}
.product_contentText_icon{
    text-align: right;
    width: 330px;
    height: 20px;
}
.companyRow {
    width: 100%;
    height: 350px;
    background-color: #F5F5F5;
    padding-top: 50px;
}
.companyBox {
    width: 1160px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;
}
.company_img {
    width: 560px;
    height: 300px;
    padding: 30px;
    float: left;
}
.company_text {
    width: 500px;
    height: 100%;
    margin-left: 50px;
    float: left;
}
.company_text p {
    margin-top: 20px;
}
.newsRow {
    width: 100%;
    height: 350px;
    background-color: #F5F5F5;
    padding-top: 50px;
}
.newsBox {
    width: 1160px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.news_text {
    width: 350px;
    height: 275px;
    float: left;
    margin-left: 100px;
    background-color: #F5F5F5;
    padding-top: 25px;
    padding-left: 25px;
}
.news_text p {
    margin-top: 20px;
}
.news_img {
    width: 400px;
    height: auto;
    float: left;
    margin-left: 180px;
	margin-top: 10px;
}