@charset "UTF-8";

/*banner*/
.banner{
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    top:0;
    margin-bottom: 40px;
}
.banner-box{
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
    height: 450px;
}
.banner-box h2{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 44px;
    top: 80px;
    line-height: 50px;
    left: 0;
}

.content{
    margin-top: 40px;
}

/*pro*/
.pro_main li.pro_dct{
    width: 100%;
    margin-bottom: 40px;
}
.pro_main .pro_dtil{
    background: #134aa3;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
}
.pro_main .pro_dtil .pro_dtil_left{
    float: left;
}
.pro_dtil_left1{
    width: 50px;
}
.pro_main .pro_dtil h3{
    font-size: 22px;
    color: #ffffff;
    line-height: 40px;
    font-weight: 700;
    padding-left: 10px;
}
.pro_main .pro_dtil span{
    float: right;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
}
.pro_main .pro_dtil span i{
    background: url(../images/pro_sjt.png) no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 15px;
    float: right;
}
.active.pro_dtil span i{
    background: url(../images/pro_xjt.png) no-repeat center center;
}

.pro_content ul{
    margin: 20px -20px -20px -20px;
}
.pro_content ul li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
}
.pro_content li a{
    display: block;
    margin: 0 20px;
    position: relative;
}
.pro_content li .pro_pic{
    float: left;
    width: 42.56%;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    overflow: hidden;
}
.pro_content li:hover .pro_pic img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.pro_content li .pro_font{
    float: right;
    width: 54%;
}
.pro_content li .pro_font h4{
    color: #444444;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.pro_content li:hover .pro_font h4{
    color: #134aa3
}
.pro_content li .pro_font p{
    color: #444444;
    font-size: 14px;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.pro_content li .pro_font span{
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #134aa3;
    font-size: 14px;
    display: block;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
}

/*pro_detail*/
.case_ban .container{
    max-width: 1230px;
}
.case_ban .c_nav{
    position: absolute;
    bottom: 0;
}
.case_ban .c_nav li a{
    color: #444444;
    font-size: 20px;
    line-height: 55px;
    text-align: center;
    padding: 0 30px;
    background: rgba(255,255,255,0.7);
    margin-right: 1px;
    display: block;
}
.case_ban .c_nav li:hover a,.case_ban .c_nav li a.current{
    background: #134aa3;
    color: #fff;
}

#case{
    max-width: 1230px;
    margin: 0 auto;
}
.case_main{
    margin: 0 -20px;
}
.case_main li.case_dct{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
    margin-bottom: 40px;
}
.case_main li .case-box{
    margin: 0 20px;
}
.case_dtil{
    min-height: 108px;
}
.case_dtil_ico{
    margin-right: 20px;
}
.case_dtil .case_til h3{
    color: #fff;
    font-size: 28px;
    line-height: 45px;
    font-weight: 700;
    text-align: left;
}
.case_dtil .case_til h3 span{
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}
.case_content{
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 20px;
    min-height: 180px;
}
.case_content li{
    width: 100%;
    padding-bottom: 10px;
}
.case_content li a{
    color: #444444;
    font-size: 15px;
    line-height: 22px;
    display: block;
}

.case_dtil2 {
    position: relative;
}
.case_dtil2 .case_til2{
    position: absolute;
    background: rgba(0,0,0,0.5);
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
}
.case_dtil2 .case_til2 h3{
    color: #fff;
    font-size: 24px;
}

/*case_detail*/
.case_d_til{
    border-bottom: 1px dashed #d1d1d1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.case_back{
    width: 20%;
    float: left;
}
.case_back a i{
    width: 36px;
    height: 36px;
    float: left;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    color: #666666;
    font-family: "宋体";
    font-style: normal;
}
.case_back a{
    color: #666666;
    font-size: 22px;
    line-height: 36px;
    padding-left: 10px;
}
.case_dxtil{
    width: 76%;
    float: right;
    text-align: right;
}
.case_dxtil h3{
    color: #333333;
    font-size: 22px;
    position: relative;
    line-height: 30px;
}
.case_dxtil h3 em{
    display: inline-block;
    width: 24px;
    height: 2px;
    margin-bottom: 6px;
    margin-right: 10px;
    background: #134aa3;
}
.case_dxtil span{
    color: #888888;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    display: block;
}

.case_de_box p{
    color: #333;
    font-size: 15px;
    line-height: 30px;
}



/*contatct*/
.about-box table{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}
.about-box table td{
	border:1px solid #d1d1d1;
  	color:#444;
  font-size:15px;
  	padding:5px;
  line-height:22px;
}

#about{
    margin-top: -120px;
}
#about .container{
    max-width: 1260px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    background: #fff;
    padding: 40px;
}
.about_til h3{
    color: #444444;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}
.about_til h3::before{
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 25px;
    height: 2px;
    background: #134aa3;
    display: block;
}
.about-box p{
    color: #444444;
    font-size: 16px;
    line-height: 28px;
}
.about_con_box{
    padding: 40px 0 30px 0;
}
.about-box2 .contact1,.about-box2 .contact2{
    width: 50%;
    float: left;
}
.about-box2 ul li p{
    color: #444444;
    font-size: 15px;
    line-height: 28px;
}

.map{
    width: 100%;
    height: 500px;
    margin: 40px 0;
}

#about_contact .container{
    max-width: 1260px;
}

.mess_in{
    width: 32%;
    float: left;
    margin-bottom: 20px;
}
.mess_email{
    margin: 0 2%;
}
.mess_in span,.mess_text span{
    display: block;
    color: #999999;
    font-size: 15px;
    line-height: 28px;
}
.mess_in input,.mess_text textarea{
    background: #e5e5e5;
    border-radius: 5px !important;
    width: 100%;
    line-height: 30px;
    padding: 10px;
    display: block;
    color: #555;
    font-size: 15px;
}
.mess_yzm{
    position: relative;
}
.mess_yzm img{
    position: absolute;
    right: 0;
    bottom: 2px;
}
.mess_text{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.mess_text textarea{
    min-height: 120px;
    max-height: 120px;
    max-width: 100%;
    min-width: 100%;
}
#submit-button{
    width: 32%;
    float: right;
    margin-bottom: 20px;
    background: #134aa3;
    border-radius: 5px;
    height: 50px;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    margin-top: 30px;
}

/*news*/
.news{
    max-width: 1200px;
    margin: 0 auto;
}
.news ul{
    margin: 0 -20px;
}
.news ul li{
    margin-bottom: 20px;
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.news ul li a{
    display: block;
    margin: 0 20px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.news ul li .news_font{
    padding: 20px;
    position: relative;
    background: #fff;
}
.news ul li .news_font h3{
    color: #333;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news ul li .news_font p{
    color: #666;
    font-size: 15px;
    height: 72px;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 10px 0;
}
.news ul li .news_font span{
    color: #888;
    font-size: 16px;
}


#about.jjzc{
    margin-top: 0;
    padding-top: 10px;
}
#about.jjzc .container{
    max-width: 1200px;
}

/*service*/
.service_box .sear_fw2{
    margin: 25px 0;
    padding: 0;
}
.service_box .sear_fw2 input{
    background: #e5e5e5;
}
.ser_list{
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}
.ser_list td{
    border: 1px solid #d1d1d1;
    font-size: 15px;
    padding: 5px;
    line-height: 20px;
}
.ser_list .cplisttitle td{
    background: #f1f1f1;
}
.ser_list .cplisttitle td.ser1{
    width: 4%;
}
.ser_list .cplisttitle td.ser2{
    width: 5%;
}
.ser_list .cplisttitle td.ser3{
    width: 5%;
}
.ser_list .cplisttitle td.ser4{
    width: 5%;
}
.ser_list .cplisttitle td.ser5{
    width: 5%;
}
.ser_list .cplisttitle td.ser6{
    width: 5%;
}
.ser_list .cplisttitle td.ser7{
    width: 5%;
}
.ser_list .cplisttitle td.ser8{
    width: 5%;
}
.ser_list .cplisttitle td.ser9{
    width: 5%;
}
.ser_list .cplisttitle td.ser10{
    width: 30%;
}


/*donw_nav*/
.donw_nav li a{
    font-size: 15px;
    padding:15px;
    border-radius: 5px;
    line-height: 20px;  
    display: block;
    margin: 10px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    background: #fff;
}
.donw_nav li:hover a,.donw_nav li a.current{
    background: #134aa3;
    color: #fff;
}

.down_box li{
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #d1d1d1;
}
.down_box li h3{
    width: 80%;
    float: left;
    font-size: 16px;
}
.down_box li h3 a{
    color: #333;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    word-break: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.down_box li span{
    width: 20%;
    text-align: right;
    float: right;
    color: #666;
    font-size: 14px;
    display: block;
    line-height: 30px;
}
.case_page{
    margin-top: 20px;
}
.case_page span{
    width: calc(50% - 1px);
    display: block;
    float: left;
    background: #f2f2f2;
    border-right:1px solid #fff;
    line-height: 50px;
    height: 50px;
    padding:0 10px;
    font-size: 15px;
    color: #555;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-wrap: break-word;
    word-break: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.case_page span.next_case{
    text-align: right;
}