.content {
    width: 1200px;
    margin: 0 auto;
}

#categories .categories_con {
    width: 1316px;
    margin: 0 auto;
}

#categories .categories_title {

    margin: 60px 0 60px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #494949;

}

#categories .categories_list .categories_list_item {

    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
#categories .categories_list .categories_list_item:hover {
    box-shadow: 0 0 4px #707276;
}
/*#categories .categories_list .categories_list_item:nth-child(4n) {

    margin-right: 0;

}*/
#categories .categories_list .categories_list_item h2 {

    height: 35px;
    text-align: center;
    background: #EAEAEA;
    line-height: 35px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    width: 205px;
    text-overflow: ellipsis;
    padding: 0 2px;
    color: #4C4A4B;

}
#categories .categories_list .categories_list_item a:hover h2 {

    color: #fff;
    background: #848484;

}
#company {
    padding-top: 60px;
    background: #690000;
    text-align: center;
}
#company h2 {
    text-align: center;
    font-size: 32px;
    color: #fff;
    margin-bottom: 12px;
}
#company p {
    text-align: center;
    width: 800px;
    margin: 0 auto;
    color: #fff;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px;
}
/*#company a {
    display: inline-block;
    padding: 4px 14px;
    background: #1B1B1B;
    font-size: 15px;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 5px;
    margin-top: 10px;
    box-shadow: 0 0 7px #A0A0A0;
}
#company a i {
    display: inline-block;
    background: url("../images/icon/moreright.png") no-repeat center center;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
*/
#company a {
    margin-bottom: 0px;
}
#window {
    padding: 30px 0;
    background: #690000;
}
#window .window_title h2,#recommend .window_title h2,#categories .categories_title h2{

    text-align: center;
    font-size: 32px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}
.rmoer{
    text-align: center;
}
.rmoer a {
    display: inline-block;
    padding: 4px 14px;
    background: #1B1B1B;
    font-size: 15px;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 44px;
    margin-top: 10px;
    box-shadow: 0 0 7px #A0A0A0;
    border: 1px solid #c9c9c9;
}
.rmoer a:hover {
    background: #7E3838;
    box-shadow: 0 0 7px #444;
}
.rmoer a i {
    display: inline-block;
    background: url("../images/icon/moreright.png") no-repeat center center;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

#window .window_img img {
    width: 100%;
    margin-bottom: 20px;
}
#window .window_list li {
    float: left;
    margin-right: 12px;
    margin-bottom: 30px;
    width: 288px;
    padding: 0 0 2px 0;
    text-align: center;
    -webkit-transform: all 1s ease-out;
    -moz-transform: all 1s ease-out;
    -ms-transform: all 1s ease-out;
    -o-transform: all 1s ease-out;
    transition: all 1s ease-out;
    height: 328px;
    border-top: 1px solid #444343;
    position: relative;
}
#window .window_list li::before {
    content: " ";
    display: block;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    border-top: 7px solid #444343;
    width: 200px;
    margin: 0 auto;
}
#window .window_list li:hover{
    border-top: 1px solid #690000;
}
#window .window_list li:hover::before{
    border-top: 7px solid #fff;
}

#window .window_list li:nth-child(4n) {

    margin-right: 0;

}
#window .window_list li h2 {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 0 8px;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
}
#window .window_list li:hover h2{
    color: #fff;
}
#choose .choose_title {

    text-align: center;
    font-size: 32px;
    margin: 60px 0px 50px;
    color: #494949;
    font-weight: bold;

}
#choose .choose_list li {

    float: left;
    width: 200px;
    text-align: center;
    height: 286px;
}
#choose .choose_list {

    background: url("../images/choose.png") no-repeat;
    background-size: 100%;

}
#choose .choose_list li img {

    margin-top: 54px;

}
#choose .choose_list li h2 {

    font-size: 15px;
    color: #A5D0FD;
    padding: 8px 0px;
    font-weight: bold;

}
#choose .choose_list li p {

    color: #fff;
    font-size: 15px;
    padding: 0 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}
#Certifications .Certifications_title {

    font-size: 32px;
    font-weight: bold;
    color: #0479B8;
    margin-top: 80px;
    margin-left: 70px;
    position: relative;
}
#Certifications .Certifications_title::after {

    content: " ";
    display: block;
    width: 308px;
    height: 7px;
    background: #FFB852;
    position: absolute;
    top: 22px;
    z-index: -1;

}
#Certifications .Certifications_con {

    height: 760px;

}
#Certifications .Certifications_list {

    position: relative;

}
#Certifications >.Certifications_con > .Certifications_list > img {

    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
#Certifications .Certifications_list ul {

    position: absolute;
    top: 20px;
    left: 100px;

}
#Certifications .Certifications_list li img {

    width: 160px;
    box-shadow: 0 0 18px #bebebe;

}
#Certifications .Certifications_list li {

    float: left;
    padding: 24px;
    border: 1px solid #ddd;
    margin-right: 40px;

}
#Certifications .Certifications_list li:nth-child(1) {

    margin-left: 280px;

}
#Certifications .Certifications_list li:nth-child(3),#Certifications .Certifications_list li:nth-child(7){
    margin-right: 0;
}

#Certifications .Certifications_list li {

    float: left;
    padding: 44px;
    border: 4px solid #0479B8;
    margin-right: 24px;
    margin-top: 20px;

}
#Factory .factory_title {
    text-align: center;
    font-size: 32px;
    margin: 80px 0 38px;
    font-weight: bold;
    color: #494949;
}
#Factory .factory_list {

    position: relative;
    background: #E6E8ED;
    padding: 20px;

}
#Factory .factory_list .factory_img {

    position: absolute;
    top: 60px;
    left: 419px;
}
#Factory .factory_list .swiper-slide img {

    border-radius: 8px;

}
#Factory .factory_list li {

    float: left;
    margin-right: 20px;
    margin-bottom: 20px;

}
#Factory .factory_list li:nth-child(2n) {

    margin-right: 0;

}
#news .news_title {

    font-size: 32px;
    text-align: center;
    margin: 56px 0 45px;

}
#news .news_left {

    float: left;
    width: 600px;
    margin-bottom: 30px;
    height: 390px;
}
#news .news_right {

    float: right;
    width: 510px;
    position: relative;
}
#news .news_left .news_left_title {

    font-size: 24px;
    color: #0F7DBA;
    border-bottom: 2px solid #EEE;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
}
#news .news_left .news_left_title a {

    float: right;
    font-size: 15px;
    text-transform: uppercase;
    color: #FFBA5A;
    margin-top: 10px;

}
#news .news_left .news_left_title::after {

    content: " ";
    display: block;
    width: 230px;
    border-bottom: 4px solid #FFB852;
    position: absolute;
    top: 35px;

}
#news .news_left .news_list li {

    background: url("../images/news_list.png") no-repeat 0 center;
    padding-left: 13px;
    border-bottom: 1px solid #ECECEC;
}
#news .news_left .news_list li a {

    display: inline-block;
    width: 370px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-size: 15px;

}
#news .news_left .news_list li span {

    height: 50px;
    line-height: 50px;
    float: right;
    font-size: 15px;
    color: #D5D5D5;
}
#news .news_right .news_right_x {

    position: absolute;
    border: 3px solid #0479B8;
    height: 320px;
    width: 380px;
    z-index: 99;
    border-radius: 10px;
    top: 22px;
    left: 76px;

}
#news .news_right .news_right_img {

    position: absolute;
    top: 0;
    left: 34px;
    z-index: 9999;

}
#news .news_right .news_right_swiper {

    position: absolute;
    top: 46px;
    left: 140px;
    width: 370px;
    z-index: 999;

}
#news .news_right .news_right_swiper .swiper-container-horizontal > .swiper-pagination-bullets,
#news .news_right .news_right_swiper .swiper-pagination-custom,
#news .news_right .news_right_swiper .swiper-pagination-fraction {

    bottom: 16px !important;
    right: 10px !important;
    position: absolute;
    width: 100% !important;
    top: unset !important;
    left: unset !important;
    text-align: right !important;

}
#news .news_right .news_right_swiper a {

    text-align: center;
    display: block;
    padding: 6px 0;

}
#news .news_right .news_right_swiper a img {

    border: 2px solid #C1C1C1;
    box-shadow: 0 0 5px #8C8C8C;
    width: 96%;
    margin: 0 auto;
    border-radius: 4px;
}

#aboutus {
    background: #690000;
    padding-top: 20px;
    padding-bottom: 70px;
    
}
.public_title {
    border-bottom: 1px solid #ddd;
    padding: 0 4px;
}
.public_title h2 {
    float: left;
    font-size: 32px;
    color: #fff;
}
.public_title .rmoer {
    float: right;
}
.public_title .rmoer a {
    margin-bottom: 8px;
}
.aboutus_list{
    margin-top: 20px;
}
.aboutus_list img {
    float: left;
    width: 500px;
}
.aboutus_list p {
    float: right;
    width: 680px;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
}
#news {
    background: #690000;
    padding-bottom: 50px;
}
.news_list {
    margin-top: 20px;
}
.news_list .news_img {
    float: left;
    width: 500px;
}
.news_list ul {
    float: right;
    width: 680px;
}
.news_list ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
    height: 116px;
    line-height: 116px;
}
.news_list ul li p {
    float: right;
    width: 460px;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 116px;
}
.news_list ul li .arrow {
    left: 134px;
    top: 32px;
}
.news_list ul li span {
    font-size: 18px;
    color: #fff;
    margin-left: 4px;
}
.news_list ul li a:hover span ,.news_list ul li a:hover p{
    color: #dc0032;
}

.form {
    background: #690000;
    padding: 30px 0 60px;
}
.form .form-con {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.form .form-con .title {
    font-size: 32px;
    margin-bottom: 18px;
}
.form .form-con .form-top .input {
    float: left;
    margin-right: 60px;
    width: 360px;
}
.form .form-con .form-top .input:nth-child(3){
    margin-right: 0;
}

.form .form-con .form-top .input h3 {
    font-size: 18px;
    margin-bottom: 4px;
}
.form .form-con .form-top .input input {
    width: 95.5%;
    height: 32px;
    padding: 0 8px;
}
.form .form-con .form-bottom {
    margin-top: 14px;
    margin-bottom: 14px;
}
.form .form-con .form-bottom h3 ,.form .form-con .footer_verify h3{
    font-size: 18px;
    margin-bottom: 6px;
}
.form .form-con .form-bottom textarea {
    width: 98.5%;
    height: 138px;
    padding: 2px 8px;
}
.form .form-con .form-button button {
    border: 1px solid #1E5EA1;
    padding: 4px 34px;
    color: #fff;
    background: #1E5EA1;
    border-radius: 4px;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 0 4px #2262A5;
}
.form .form-con .form-button .Ffx {
    float: right;
}
.form .form-con .form-button .Ffx a {
    margin-top: 3px;
}
.form .form-con .form-button .Ffx label {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    /*margin-right: 10px;*/
}
.footer_verify #footer_verify{
    width: 12.5%;
    height: 32px;
    padding: 0 8px;
    vertical-align: middle;
}
.form .form-con .footer_verify span{
    vertical-align: middle;
}
.form .form-con .footer_verify img {
    width: 100px;
    vertical-align: middle;
    margin-left: 8px;
}

.footer_verify {
    margin-bottom: 16px;
}