﻿/* 
* @Author: anchen
* @Date:   2019-06-20 16:48:09
* @Last Modified by:   anchen
* @Last Modified time: 2019-07-20 17:57:48
*/
.bx_2{ width: 86.97%; margin:0 auto; }

/*2*/
.content_banner{ background: url(../img/content_banner.jpg) no-repeat center; height: 450px; margin-bottom: 80px; }

/*3*/
.address{margin-bottom: 80px;}
.content_box li{width: 30.898%;background-color: #f2f2f2;height: 260px; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */padding: 35px;margin-left: 40px;transition: all ease .3s;}
.content_box li:hover{box-shadow: 0 0 10px 0 rgba(0,0,0,.3);}
.content_box li.last{margin-left: 0;}
.address_top img{display: block;}
.address_top h3{font-size:1.5rem;color: #000;font-weight: 400;margin-top: 12px;margin-left: 10px;}
.address_top0{margin-bottom: 40px;}
.address_top{margin-bottom: 40px;}
.address_btn{line-height: 34px;font-size: 16px;color: #333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.address_top2 h3{margin-top: 7px;}
.address_top3 h3{margin-top: 4px;}
.address_top4 h3{margin-top: 23px;}
.address_top5 h3{margin-top: 20px;}


/*4*/
.cooperation{margin-bottom: 80px;}
.cooperation h3{font-size: 30px;color: #333;font-weight: 400;text-align: center;margin-bottom: 50px;}
input[type=text] {
    width: 49.4%;
    padding: 0 25px;
    height: 62px;
    border: 1px solid #666666;
    color: #202124;
    font-size: 16px;
    line-height: 62px;
    border-radius:5px;
    box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */
}
input[type=text]:focus { 
    outline: none;
    border-color: #cc0000;
    background-color: #fff;
 }
input[type=text]::selection{
    background:transparent;
    background-color: #fff;
}
input[type=text]::-moz-selection{
    background:transparent;
    background-color: #fff;
}
input[type=text]::-webkit-input-placeholder { /* WebKit browsers */
    color: #bababa;
}
input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bababa;
}
input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bababa;
}
input[type=text]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #bababa;
}
.input_box input{margin-bottom: 20px;}
.input_box .input_2{width: 100%;height: 240px;}
.cooperation_btn a{display: block;line-height: 60px;text-align: center;font-size: 16px;color: #cc0000;width: 210px;height: 60px;border: 1px solid #cc0000; margin: 0 auto;border-radius:5px;}
.cooperation_btn a:hover{background-color: #cc0000;color: #fff;border-radius:5px;}

