/* 
* @Author: anchen
* @Date:   2019-09-18 17:06:07
* @Last Modified by:   anchen
* @Last Modified time: 2019-09-20 08:58:06
*/

/*版块标题 style1*/
.home-title {
    padding: 20px 0;
}
.home-title .tit {
    width:300px;
}
.home-title .tit .cn {
    font-size: 16px;
    color: #3a3a3a;
}
.home-title .tit .en {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    font-family: "Times New Roman";
    padding:10px 0 20px 0;
}
.home-title .tit .line {
    width:70px;
    height:5px;
    background:#2E6FA7;
}

.home-title .menu {
    min-width:200px;
    padding-top: 30px;
}
.home-title .menu ul {
    float:right;
}
.home-title .menu ul li {
    float:left;
}
.home-title .menu ul li a {
    display: inline-block;
    width: 120px;
    height:30px;
    line-height: 30px;
    text-align: center;
}
.home-title .menu ul li:hover a {
    color:#fff;
    background:#2E6FA7;
}

/*产品中心*/
.product-box {
    margin:30px 0;
}
.product-box ul {}
.product-box ul li {
    float:left;
    margin-right:10px;
}
.product-box ul li:last-child {
    margin-right:0;
}
.product-box ul li .pic {
    width:290px;
    
    overflow:hidden;
}
.product-box ul li .pic img {
    width:100%;
    
    overflow:hidden;
}
.product-box ul li .title {
    font-size:14px;
    color:#3a3a3a;
    padding:10px 0;
    text-align: center;
}

/*版块标题 style2*/
.block-title {
    padding:30px 0;
    text-align: center;
}
.block-title .cn {
    font-size: 30px;
    color:#000;
    font-weight: bold;
    padding-bottom: 10px;
}
.block-title .cn span {
    color:#2E6FA7;
}
.block-title .en {
    font-size: 14px;
    color:#3a3a3a;
    text-transform: uppercase;
    padding:10px 20px;
}


/*帮助1000个工厂装上工业门 定制从世和开始*/
.technology-box {}
.technology-box .pic {
    width:702px;
}
.technology-box .txt {
    width:460px;
}
.technology-box .txt h3 {
    font-size: 24px;
    color:#000;
    font-weight: bold;
}
.technology-box .txt em {
    display:inline-block;
    width: 100px;
    height: 3px;
    background: #2E6FA7;
    margin:20px 0 20px 0;
}
.technology-box .txt p {
    font-size: 14px;
    margin-top: 50px;
}

.technology-tab {
    padding: 56px 0 20px 0;
}
.technology-tab ul {}
.technology-tab ul li {
    float:left;
    width:20%;
    font-size: 32px;
    color:#25292f;
    text-align: center;
}
.technology-tab ul li em {
    display:block;
    font-size: 12px;
    color: #505050;
    font-style: normal;
    padding-top: 18px;
}

/*专业的生产技术 全方位的服务*/
.service {
    padding: 50px 0 100px 0;
}
.service-box {
    height:392px;
    background: url(../images/service-bg.jpg) no-repeat center left;
}
.service-box ul {}
.service-box ul li {
    float:left;
    width:25%;
    height:392px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
}
.service-box ul li em {
    display:inline-block;
    padding-top: 105px;
	height: 38px;
}
.service-box ul li h4 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    padding:57px 0 40px 0;
}
.service-box ul li p {
    font-size: 14px;
    color: #fff;
	text-transform: uppercase;
}

.service-box ul li:hover {
    background: rgba(214, 102, 12, 0.8);
}

/*5大核心优势*/
.advan {
    height:776px;
    background: url(../images/advan-bg.jpg) no-repeat center left;
}
.advan-box {}
.advan-box .title {
    text-align: center;
    padding-top: 70px;
}
.advan-box .title h3 {
    font-size: 68px;
    color: #2E6FA7;
    font-weight: 800;
    height: 91px;
}
.advan-box .title .en {
    font-size: 50px;
    color: #adadad;
    font-weight: 800;
    height: 66px;
    text-transform: uppercase;
}
.advan-box .title .cn {
    font-size: 14px;
    color: #adadad;
    line-height: 25px;
    margin-top: 30px;
    height: 20px;
}

.advan-tab {
    text-align: center;
    font-size: 0;
    margin-top: 50px;
    background: rgba(25, 25, 25, 0.85);
    padding: 50px 0;
}
.advan-tab ul {
}
.advan-tab ul li {
    float:left;
    width:218px;
    height:224px;
    border-radius: 5px;
    background:#2E6FA7;
    padding:20px 10px;
    margin:11px;
    box-sizing: border-box;
}
.advan-tab ul li em {
    display:inline-block;
    width:60px;
    height:60px;
    line-height: 60px;
    text-align: center;
    border-radius:50%;
    background:#fff;
}
.advan-tab ul li h4 {
    font-size: 20px;
    color:#fff;
    font-weight: bold;
    padding:24px 0 24px 0;
}
.advan-tab ul li p {
    font-size: 13px;
    color:#fff;
}

/*关于我们*/
.about {
    padding:50px 0;
}
.about .txt {
    width:50%;
} 
.about .about-txt {
}
.about .about-txt .about-content {
    padding-top: 50px;
    height: 300px;
}
.about .about-txt .about-content p {
    font-size: 14px;
    color:#3a3a3a;
    text-indent: 2em;
    padding-bottom: 15px;
}
.about .about-txt .more {}
.about .about-txt .more a {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background:#2E6FA7;
    color:#fff;
}
.about .about-pic {
    width:40%;
}

/*工程案例*/
.case {
    height:804px;
    padding:40px 0;
    box-sizing: border-box;
    background: url(../images/case-bg.jpg) no-repeat top center;
}
/*工程案例版块标题*/
.case .home-title .tit .cn {
    color: #fff;
}
.case .home-title .tit .en {
    color: #fff;
}

/*.case .left {
    float:left;
    width:20%;
}
.case .right {
    float:right;
    width:75%;
}*/
.case .right ul {}
.case .right ul li {
    float:left;
    width:23%;
    margin-right: 2%;
    text-align: center;
}
.case .right ul li .pic{
    width:100%;
    
}
.case .right ul li .pic img {
    width:100%;
    
}
.case .right ul li p{
    font-size: 14px;
    color:#fff;
}


/*新闻资讯*/
.news {
    padding:40px 0 30px 0;
}
.news-box {
    padding:20px 0 30px 0;
}
.news-box li {
    float:left;
    width:379px;
    margin-right:31px;
}
.news-box li:last-child {
    margin-right:0;
}
.news-box li .pic {
    width:379px;
    height:200px;
    overflow:hidden;
}
.news-box li .pic img{width:100%;}
.news-box li h3 {
    font-size: 16px;
    color:#000;
    padding:5px 0;
}
.news-box li p {
    font-size: 12px;
    color:#505050;
    height:50px;
}
.news-box li time {
    display:block;
    font-size:14px;
    color:#505050;
    border-top:1px solid #ccc;
    padding:5px 0;
}
/*专业定制*/
.ser {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
    position: relative;
}
.ser>img {
    display: block;
    width: 1920px;
    position: absolute;
    left: -360px;
}
.ser-box {
    position: absolute;
}
.ser-box .step {
    width:50%;
    height: 350px;
    box-sizing: border-box;
    padding: 30px 20px 0 0;
}
.ser-box .step h3 {
    font-size: 30px;
    color:#000;
    font-weight: bold;
}
.ser-box .step ul {
    padding-top: 50px;
}
.ser-box .step ul li {
    float:left;
    width:140px;
    height:50px;
    padding-top: 40px;
    font-size: 14px;
    color:#000;
    text-align: center;
}

.ser-box .step ul li:nth-of-type(1){
        background: url(../images/01.png) no-repeat top center;
}
.ser-box .step ul li:nth-of-type(2){
        background: url(../images/02.png) no-repeat top center;
}
.ser-box .step ul li:nth-of-type(3){
        background: url(../images/03.png) no-repeat top center;
}
.ser-box .step ul li:nth-of-type(4){
        background: url(../images/04.png) no-repeat top center;
}
.ser-box .step ul li:nth-of-type(5){
        background: url(../images/05.png) no-repeat top center;
}
.ser-box .step ul li:nth-of-type(6){
        background: url(../images/06.png) no-repeat top center;
}
.ser-box .step ul li:nth-of-type(7){
        background: url(../images/07.png) no-repeat top center;
}
.ser-box .step ul li:nth-of-type(8){
        background: url(../images/08.png) no-repeat top center;
}

.ser-box .tel-box {
    width:50%;
    height: 350px;
    box-sizing: border-box;
    padding: 30px 20px 0 50px;
}
.ser-box .tel-box h3 {
    font-size: 28px;
    color:#fff;
}
.ser-box .tel-box  .tel {
    padding-left: 60px;
    margin-top: 80px;
    background: url(../images/tel-icon.png) no-repeat center left;
}
.ser-box .tel-box  .tel .p1 {
    font-size: 12px;
    color: #fff;
}
.ser-box .tel-box  .tel .p2 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
}
.ser-box .tel-box .more {
    margin-top: 50px;
}
.ser-box .tel-box .more a {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background:#2E6FA7;
    color:#fff;
}
.ser-box .tel-box .serpro {
    width:200px;
    height:200px;
    transform: translate(387px,-131px);
    -webkit-transform:translate(387px,-131px);
    -moz-transform:translate(387px,-131px);
    -ms-transform:translate(387px,-131px);
    -o-transform:translate(387px,-131px);
}

/*服务支持*/
.plan {
    background: #f6f6f6;
    padding:30px 0 70px 0;
}
.plan .left {
    width: 440px;
    height: 440px;
    overflow: hidden;
    position: relative;
}
.plan .left .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    transition: all 1s;
}
.plan .left:hover .txt {
    background: rgba(0, 0, 0, 0.6);
}
.plan .left:hover img {
    transform:scale(1.18);
}
.plan .left .txt a {
    margin: 20px;
    width: initial;
    height: 90%;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan .left .txt a h3 {
    font-size: 18px;
    margin: 20px;
}
.plan .left .txt a p {
    font-size: 16px;
}
.plan .right {
    width:760px;
    height:440px;
}
.plan .right li {
    float: left;
    width: 368px;
    height: 213px;
    margin: 0 0 15px 12px;
    position: relative;
    overflow: hidden;
}
.plan .right li .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: all 1s;
}
.plan .right li:hover .txt {
    background: rgba(214, 102, 12, 0.9);

}
.plan .right li:hover img {
    transform:scale(1.18);
}
.plan .right li .txt a {
    margin: 20px;
    width: initial;
    height: 78%;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plan .right li .txt a h3 {
    font-size: 18px;
    margin: 20px;
}
.plan img  {
    width:100%;
    transition: all 1s;
}