/* .container{
    overflow-y: scroll;
    height: 100vh;
} */
.newscon{
    height: auto;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.newscon ul{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.newscon ul li{
    width: 450px;
    height: auto;
    transition: all .35s;
    cursor: pointer;
}
.newscon ul li:hover .newsimg img{
    transform: scale(1.04);
    transition: all .35s;
}
.newsimg{
    width: 100%;
    height: 338px;
    overflow: hidden;
}
.newsimg img{
    max-width: 100%;
    height: 100%;
    transition: all .35s;
    width: 100%;

}
.newstext{
    width: 100%;
    height: auto;
    padding: 45px 40px 30px 40px;
    box-sizing: border-box;
    background-color: #f7f7f7;
}
.newstext p:first-child{
    font-size: 22px;
	font-weight: bold;
	color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 58px;
}
.newstext p:nth-child(2){
    font-size: 18px;
	color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 40px;
}
.newstext span{
    display: block;
    font-size: 16px;
	color: #999999;
    margin-top: 30px;
}
.newscontent{
    margin-bottom: 26px;
}
.newslic p:nth-child(2){
    font-size: 18px;
	color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: inherit;
    white-space: inherit;
}
.newslist .newstext{
    background-color: #fff;
}
.newslist ul{
    display: flex;
    justify-content: inherit;
    flex-wrap: wrap;
}
.newslist ul li{
    margin-right: 25px;
    margin-bottom: 25px;
    background: #fff;
}
.newslist ul li:nth-child(3n){
    margin-right: 0;
}
.newslist ul li:hover{
    box-shadow: 0px 0px 16px 5px 
		rgba(5, 5, 5, 0.06);
    transition: all .35s;
}
.newsnr{
    padding-top: 80px;
    box-sizing: border-box;
    background-color: #f7f7f7;
}
.more{
    width: 120px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    margin: 60px auto 0;
    line-height: 40px;
    border: 1px solid #999999;
    color: #999999;
    cursor: pointer;
    transition: all .35s;
}
.more:hover{
    border: 1px solid #3752c2;
    background-color: #3752c2;
    color: #fff;
    transition: all .35s;

}
/* 新闻详情 */
.dettitlt{
    text-align: center;
    margin-bottom: 80px;
}
.dettitlt p{
    font-size: 42px;
	color: #333333;
}
.dettitlt span{
    display: block;
    font-size: 16px;
	color: #999999;
    margin-top: 20px;
}
.broadnav{
    padding-top: 50px;
    box-sizing: border-box;
    font-size: 14px;
	color: #999999;
}
.newstitle{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
}
.newstitle p{
    font-size: 30px;
    font-weight: bold;
	color: #333333;
}
.newstitle span{
    font-size: 16px;
	color: #999999;
    margin-top: 32px;
    display: block;
}
.news_content{
    padding-top: 50px;
    box-sizing: border-box;
}
.news_content div img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}
.news_content div p{
    font-size: 18px;
	line-height: 30px;
	color: #333333;
    white-space: pre-wrap;
}
.pages{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px 0 0 0;
    box-sizing: border-box;
    border-top: 1px solid #E5E5E5;
}
.pages a{
    display: block;
    background-image: url(../picture/img/home_process_plan02.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 0 center;
	font-size: 18px;
	color: #333333;
    margin-bottom: 30px;
    padding-left: 36px;
    transition: all .35s;
}
.pages a:last-child{
    margin-bottom: 0;
}
.pages a:hover{
    color: #1f368f;
    background-image: url(../picture/img/home_process_plan01.png);
    transition: all .35s;
}
/* 联系我们 */
.contactcon{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.contactleft{
    width: 50%;
    height: auto;
    background-image: url(../picture/img/contact_map_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 180px 0 160px 0;
    box-sizing: border-box;
}
.contactleft p{
    font-size: 30px;
	font-weight: bold;
	color: #ffffff;
    width: 50%;
    margin: auto;

}
.contactleft ul{
    width: 50%;
    margin: 26px auto 0;
}
.contactleft ul li{
    font-size: 18px;
	line-height: 36px;
	color: #ffffff;
}
.contactright{
    width: 50%;
    height: auto;
    overflow: hidden;
}
.contactinput{
    background-color: #f7f7f7;
    padding: 80px 0;
}
.contactinput form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}

.contactinput form .fs-group{
    width: 430px;
    margin-right: 0;
   
}
.contactinput form .fs-message{
    width: 100%;
}
.contactinput form .fs-group input {
    color: #333;
}
.contactinput form .fs-group .hint span{
    color: #ff0000;
}
.contactinput .fs-group {
    position: relative;
    width: 160px;
    margin-right: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #bfbfbf;
}
.contactinput label:not(.error){
    color: #333;
}
.contit p{
    font-size: 30px;
	font-weight: bold;
	color: #333333;
}
.contit span{
    font-size: 16px;
	color: #999999;
    margin-top: 16px;
    display: block;
}
.sumbitcon .fs-btn {
    position: relative;
    width: 159px;
	height: 50px;
	background-color: #1e368e;
	border-radius: 25px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    float: right;
}
.sumbitcon{
    width: 100%;
}
.sumbitcon .fs-btn::after{
    border: 1px solid #1e368e;
	border-radius: 25px;
    height: 96%;
}
.sumbitcon .fs-btn:hover::after {
    width: 99%;
}
.sumbitcon .fs-btn span{
    transform: translateX(0%);
    bottom: 0;
}

.conaddress ul{
    padding: 80px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.conaddress ul li{
    width: 450px;
    height: auto;
    overflow: hidden;
}
.addimg{
    width: 100%;
    height: 338px;
}
.addimg img{
    width: 100%;
    height: 100%;
}
.addtext{
    padding: 20px 0;
    box-sizing: border-box;
}
.addtext p:first-child{
    font-size: 16px;
	color: #1e368e;
}
.addtext p:nth-child(2){
    font-size: 24px;
	font-weight: bold;
    margin-top: 30px;
	color: #333333;
}
.addtext p:nth-child(3){
	font-size: 16px;
    margin-top: 30px;
	color: #999999;
}
.addtext p.text3{
    font-size: 24px;
	font-weight: bold;
    margin-top: 30px;
	color: #333333;
}

@media only screen and (max-width: 768px){
    .newscon {
        padding-bottom: 20px;
    }
    .newscon ul{
        display: inherit;
    }
    .newscon ul li{
        width: 100%;
        margin-bottom: 30px;
    }
    .newsimg {
        height: 274px;
    }
    .newstext {
        padding: 20px 22px 20px 22px;
    }
    .newstext p:first-child {
        font-size: 18px;
    }
    .newstext span {
        font-size: 14px;
        margin-top: 20px;
    }
    .newstext p:nth-child(2) {
        font-size: 16px;
        margin-top: 20px;
    }
    .newsnr {
        padding-top: 40px;
        box-sizing: border-box;
        background-color: #f7f7f7;
    }
    .more {
        font-size: 14px;
        margin-top: 30px;
    }
    .broadnav {
        padding-top: 22px;
        font-size: 14px;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .newstitle {
        margin-top: 40px;
        padding-bottom: 15px;
    }
    .newstitle p {
        font-size: 24px;
    }
    .newstitle span{
        font-size: 14px;
        margin-top: 16px;
    }
    .news_content {
        padding-top: 30px;
    }
    .news_content div p{
        font-size: 14px;
        line-height: 26px;
    }
    .pages {
        padding: 30px 0 0 0;
    }
    .pages a {
        background-image: url();
        font-size: 12px;
        margin-bottom:15px;
        padding-left: 0;
    }
    .dettitlt p {
        font-size: 28px;
    }
    .dettitlt span {
        font-size: 14px;
        margin-top: 20px;
    }
    .dettitlt {
        margin-bottom: 40px;
    }
    .more{
        width: 100px;
        height: 30px;
        font-size: 14px;
        margin: 60px auto 0;
        line-height: 30px;
    }
    .contactcon{
        display: inherit;
    }
    .contactleft,.contactright{
        width: 100%;
    }
    .contactright{
        height: 300px;
    }
    .contactleft{
        padding: 76px 0 64px;
    }
    .contactleft p {
        font-size: 24px;
        width: 94%;
        margin: auto;
    }
    .contactleft ul {
        width: 94%;
        margin: 26px auto 0;
    }
    .contactleft ul li {
        font-size: 12px;
        line-height: 24px;
        color: #ffffff;
    }
    .contactinput {
        padding: 40px 0;
    }
    .contit p {
        font-size: 20px;
    }
    .contit span {
        font-size: 12px;
    }
    .contactinput form {
        margin-top:60px;
    }
    .sumbitcon .fs-btn {
        width: 196.5px;
        height: 43.5px;
        line-height:43.5px;
    }
    .sumbitcon {
        display: flex;
        justify-content: center;
    }
    .conaddress ul {
        padding: 40px 0;
        flex-wrap: wrap;
    }
    .addimg {
        width: 100%;
        height: 251px;
    }
    .addtext p:first-child {
        font-size: 14px;
    }
    .addtext p:nth-child(2),.addtext p.text3 {
        font-size: 18px !important;
        margin-top: 15px !important;
    }
    .addtext p:nth-child(3) {
        font-size: 14px;
        margin-top: 15px;
    }
    .z_inner_content{
        margin-top: 43px;
    }
}