.industry{
    width:100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: solid 1px #eeeeee;
    height: 280px;
    margin:15px 0;
}
.main_title{
    height:77px;
    display: flex;
    align-items: center;
}
.title_cn{
    font-size: 24px;
    font-weight: bold;
    color:#000;
    margin-right: 10px;
}
.title_en{
    font-size: 20px;
    color:#103595;
    font-weight: bold;
}
.industry_div{
    width:100%;
}
.industry_div > div{
    width:228px;height:160px;
    position: relative;
    overflow: hidden;
}
.industry_div > div img{
    width:100%;height:100%;
}
.industry_div_title{
    position:absolute;
    bottom: -40px;
    width:100%;
    height:40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    color:#fff;
    font-size:18px;
    transition: all .3s;
}
.about_and_news > div{
    width: 585px;
	height: 365px;
	border-radius: 10px;
    border: solid 1px #eeeeee;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding:0 30px 20px 20px;
    overflow: hidden;
}
.normal_title{
    width:100%;
    height:77px;
}
.normal_title_en{
    font-size: 20px;
    font-weight: bold;
    color:#103595;
    margin-left:12px;
}
.read_more{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
	background-color: #103595;
    border-radius: 15px;
    color:#fff;
    font-size: 14px;
}
.about_content{
    line-height: 30px;
    color:#666 !important;
    height:265px;
    overflow: hidden;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    text-overflow: ellipsis; */
}
.news_img{
    width:170px;height:115px;
    margin-right: 10px;
}
.news_img_details{
    width:360px;
}
.news_title{
    width:100%;
    font-size: 18px;
    color:#103595;
    margin:10px 0 8px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.news_content{
    height:45px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_date{
    margin-top:5px;
    color:#666;font-size: 14px;
}
.news_line{
    width:515px;
    margin:16px auto 5px;
    border-bottom: solid 2px #e5e5e5;
}
.news_list{
    width:100%;height:130px;
    overflow: hidden;
}
.news_list > div{
    width:100%;
    height:34px;
    color:#666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_list > div a{
    color:#666666;
    flex-grow: 1;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.news_list > div a:hover{
    color:#103595;
}
.nav_list1 ,.nav_list2 ,.nav_list3{
    width: 100%;
    /*height: 300px;*/
    background-size: 100%;
    box-sizing: border-box;
    /*padding-top: 37px;*/
    /*padding-left: 57px;*/
    cursor: pointer;
}

/*.nav_list2 {*/
/*    background: url("/front/www/img/index/sy-img2.png") no-repeat;*/
/*    background-size: 100%;*/
/*}*/
/*.nav_list3{*/
/*    background: url("/front/www/img/index/sy-img3.png") no-repeat;*/
/*    background-size: 100%;*/
/*}*/
.conte_box {
    width: 1200px;
    min-width: 1200px;
    margin: 20px auto 0;
}

.newbox {
    width: 1200px;
    min-width: 1200px;
    margin: 39px auto 36px;
}

.new_contentimg {
    height: 260px;
}

.new_contentimg>img {
    width: 100%;
    height: 100%;
}

.new_contentbox {
    width: 342px;
    cursor: pointer;
}

.new_contentbox:hover .new_content>div{
    color: #1674ae;
}
.new_content {
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding: 20px;
    min-height: 146px;
}

.new_right {
    width: 460px;
}

.new_title {
    box-sizing: border-box;
    padding: 28px 0;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.new_right_list {
    box-sizing: border-box;
    padding: 16px 0 18px;
    border-bottom: 1px dashed #e5e5e5;
    cursor: pointer;
}

.new_right_list:hover span{
    color: #1674ae;
}

.more {
    font-size: 14px;
    color: #fff;
    width: 120px;
    height: 38px;
    border-radius: 19px;
    text-align: center;
    line-height: 38px;
    background-color: #eb860b;
    margin: 24px auto 0;
    cursor: pointer;
}

.new_title>div{
    /*font-family:'SimSun','SimHei';*/
}

.new_title>div.active {
    color: #1674ae;
    position: relative;
}

.new_title>div.active::after {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #1674ae;
    position: absolute;
    bottom: -29px;
    left: 0;
}

/*产品展示*/

.product_display{
    width: 230px;
    background-color: #ececec;
}

.product_display>ul>li{
    width: 100%;
    height: 107px;
    border-bottom: 1px solid #fff;
    text-align: center;
    line-height: 107px;
}

/*.product_display>ul>li:hover{*/
/*    width: 230px;*/
/*    height: 180px;*/
/*    background:#1674ae;*/
/*    !*transition:width 2s;*!*/
/*    !*-moz-transition:width 2s; !* Firefox 4 *!*!*/
/*    !*-webkit-transition:width 2s; !* Safari and Chrome *!*!*/
/*    !*-o-transition:width 2s;*!*/
/*    color: #fff;*/
/*    line-height: 180px;*/
/*    cursor: pointer;*/
/*}*/

.product_display>ul>li.active{
    width: 230px;
    height: 180px;
    background:#1674ae;
    color: #fff;
    line-height: 180px;
}

/*#dd li:hover{*/
/*    width: 230px;*/
/*    height: 180px;*/
/*    background:#1674ae;*/
/*    color: #fff;*/
/*    line-height: 180px;*/
/*}*/

/*#dd li .active{*/
/*    width: 230px;*/
/*    height: 180px;*/
/*    background:#1674ae;*/
/*    color: #fff;*/
/*    line-height: 180px;*/
/*}*/



/*.active{*/
/*    width: 230px;*/
/*    height: 180px;*/
/*    background:#1674ae;*/
/*    color: #fff;*/
/*    line-height: 180px;*/
/*}*/

.cpzhanshiimg {
    width: 300px;
    height: 300px;
}

.cpzhanshibox {
    width: 945px;
    min-height: 622px;
}

.cpzhanshibox:hover {
    cursor: pointer;
}

.cpzhanshiimg {
    margin-right: 20px;
}

.cpzhanshiimg:nth-child(3n) {
    margin-right: 0;
}

.cpzhanshi_title {
    width: 300px;
    background: rgba(0,0,0, .4);
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
    display: none;
}

.cpzhanshiimg:hover .cpzhanshi_title{
    display: inline-block;
}

.cpmore {
    width: 120px;
    height: 38px;
    background-color: #eb860b;
    border-radius: 19px;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    margin: 40px auto 20px;
}

.cpmore:hover {
    cursor: pointer;
}
.cpzhanshiimg>img {
    width: 300px;
    height: 300px;
}

.bannerimg img {
    width:100%;
}

