@charset "utf-8";
/* CSS Document */
.home_tit {text-align:center;height: auto;line-height:1.0;margin-bottom:50px;}
.home_tit h3 {font-size: 46px;font-weight:bold;font-family: "zitibronB";text-transform: uppercase;}
.home_tit p{font-size:20px;font-weight:normal;color: #464646;line-height:30px;margin-top:5px;}

@media only screen and (max-width:960px) {
.home_tit{margin-bottom:40px;}
.home_tit h3{font-size:32px;}
.home_tit p{font-size:16px;}
}
@media only screen and (max-width:768px) {
.home_tit{text-align: center;margin-bottom:30px;}
.home_tit h3{font-size:30px;}
}


/*ABOUT*/
.home_about{padding-top:80px;padding-bottom:80px;overflow:hidden;background: url(../images/index_bg1.png) no-repeat center center;}
.home_about .aboutcon {height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items:center;}
.aboutcon .abouttimg{width:45%;margin-top:100px; overflow:hidden;}
.aboutcon .abouttimg img{display:block;width:100%;height:100%;object-fit:cover;}
.aboutcon .aboutbox{width:55%;padding:50px 80px;}
.aboutcon .aboutbox .abouttexts{position: relative;padding-top:100px;padding-bottom: 80px;}
.aboutcon .aboutbox .abouttexts:before{content:"";position: absolute;top:0;left:0; width: 90px;height: 69px;background:url(../images/hab_ico01.png)no-repeat;}
.aboutcon .aboutbox .abouttexts:after{content:"";position: absolute;bottom:0;right: 0; width: 399px;height: 69px;background:url(../images/hab_ico02.png)no-repeat;}
.aboutcon .abouttexts .habtitle{font-size: 42px;color:#005991;line-height: 1.2;margin-bottom: 20px;font-weight: bold;font-family: "zitibronB";text-transform: uppercase;}
.aboutcon .abouttexts .habtitle2{position: relative;padding-bottom:20px;}
.aboutcon .abouttexts .habtitle2:before{position: absolute;width:120px;height:4px;background:#999;left:0;bottom:0; content:"";}
.aboutcon .abouttexts .habtitle2 h3{font-size:28px;color:#333;line-height:1.3;font-weight:bold;}
.aboutcon .abouttexts .habnr{height: auto;padding-top:30px;padding-bottom:38px;overflow: hidden;}
.aboutcon .abouttexts .habnr p{font-size:18px;line-height:2.0;color:#666;letter-spacing:1px;text-align: justify;}
.aboutcon .aboutbox .more{display: block;padding-top: 60px;}
.aboutcon .aboutbox .more a{display: block;width:220px;height:50px;line-height:50px;background:#005991;font-size: 16px;color: #ffffff;text-align: center;}

@media only screen and (max-width:1440px){
.aboutcon .aboutbox{padding:50px 50px;}
.aboutcon .abouttexts .habtitle{font-size:32px;}
.aboutcon .abouttexts .habtitle2 h3{font-size:20px;}
} 
@media only screen and (max-width:1024px){
.aboutcon .aboutbox {width:100%;padding:30px 30px;}
.aboutcon .abouttimg {width:100%;}
} 
@media only screen and (max-width:768px){
.home_about{padding-top:60px;padding-bottom:60px;}
.aboutcon .abouttexts .habnr p{font-size:15px;letter-spacing:0;}
} 
@media only screen and (max-width:499px){
.aboutcon .abouttexts .habtitle{font-size:22px;}
.aboutcon .abouttexts .habtitle2 h3{font-size:18px;}
}




/*Advantage*/
.home_youshi{padding-top:20px;padding-bottom:80px;overflow: hidden;}
.youshiBox{display: flex;}
.youshiBox dl{width:25%;padding:10px 0;text-align: center;}
.youshiBox dl dt{font-size:62px;}
.youshiBox dl dd{padding: 20px 40px 8px 40px;}
.youshiBox dl dd h4{font-weight:bold;height: 24px;font-size: 22px;line-height: 24px;margin-bottom:12px;color: #2d2d2d;overflow: hidden;text-transform: uppercase;}
.youshiBox dl dd p{height: 48px;color: #555;font-size: 18px;line-height: 24px;overflow: hidden;}
.youshiBox dl:hover dt i{transform: rotate(360deg);transition:all 600ms;}

@media only screen and (max-width:1024px){
.youshiBox{display: flex;flex-wrap: wrap;}
.youshiBox dl{width:50%;}
.youshiBox dl dt{font-size:32px;}
.youshiBox dl dd{padding: 0 5px;padding-top: 6px;}
.youshiBox dl dd h4{font-size:16px;}
.youshiBox dl dd p{font-size:14px;line-height:17px;height: 51px;}
}





/*PRODUCT*/
.home_product{height: auto; overflow: hidden;padding-top:30px;padding-bottom:80px;}

.hprobox{overflow:hidden;}
.hpro_nav {margin-bottom: 16px;}
.hpro_nav ul{display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;}
.hpro_nav li{width: 32.33%;height:auto;background: #ffffff;border:1px solid #ddd;transition: all 1s;overflow: hidden;margin-bottom: 1%;}
.hpro_nav li a{display: block;padding:20px 20px;overflow: hidden;}
.hpro_nav li .himg{width:100%;height: auto;overflow: hidden;}
.hpro_nav li .himg img{display: block;margin: 0 auto;}
.hpro_nav li p{color: #333;display: block;font-size:26px;line-height:1.2; text-align: center;font-weight: bold;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all 1s;}
.hpro_nav li:hover p{color:#005992;}

@media screen and (max-width:960px){
.hpro_nav li p{font-size:20px;}
}
@media screen and (max-width:768px){
.hpro_nav li p{font-size:16px;}
}
@media screen and (max-width:499px){
.hpro_nav li{width:49%;}
.hpro_nav li p{font-size:13px;}
}






/*NEWS*/
.home_new{padding-top:80px;padding-bottom:80px;overflow: hidden;background:url(../images/index_bg2.png)no-repeat center center;background-size: cover;}
.home_new .home_tit p{color:#FFF}
.hnewBox {width:100%;height:auto;overflow: hidden;}
.hnewBox .hnewitem{}
.hnewitem ul{width:100%;height: auto;overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;flex-direction: row;}
.hnewitem li{width:50%;padding:15px 30px;display: flex;align-items: center;}
.hnewitem li a{display: flex;align-items: center;padding: 20px 30px;background: #fff;width: 100%;box-shadow: 0px 0px 0px 0px #888;}
.hnewitem li .data {text-align: center;margin-right: 30px;}
.hnewitem li .data h4 {font-size: 30px;font-weight: 700;color: #333;line-height: 40px;}
.hnewitem li .data h5 {white-space: nowrap;font-weight: normal;color: #666;font-size:15px;}
.hnewitem li .sub {content: "";width: 1px;height: 40px;background: #e7e7e7;}
.hnewitem li .tit{display: flex;align-items: center;width: 100%;justify-content: space-between;}
.hnewitem li .tit h6 {margin-left:50px;font-size: 16px;color: #555;font-weight: normal;line-height: 20px;overflow: hidden;padding-right: 30px;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.hnewitem li .tit .img {position: relative;padding-bottom: 5%;overflow: hidden;width: 7%;}
.hnewitem li .tit .img img {position: absolute;left: 50%;top: 50%;width: 100%;max-height: 100%;-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.hnewitem li .tit .img img.aft {display: none;}
.hnewitem li:hover .tit .img img.aft {display:block;}
.hnewitem li:hover .tit h6 {color: #005992;}

@media only screen and (max-width:960px){
.home_new{padding-top:50px;padding-bottom:50px;}
.hnewitem li{width:100%;}
} 
@media only screen and (max-width:767px){
.hnewitem li {padding:10px 5px;}
.hnewitem li a{padding:10px 15px;}
.hnewitem li .data {margin-right:18px;}
.hnewitem li .data h4{font-size:24px;}
.hnewitem li .data h5{font-size:13px;}
.hnewitem li .tit h6{margin-left:18px;font-size:14px;padding-right:18px;}
}
@media only screen and (max-width:499px){

} 


/*CASE*/
.home_case{padding-top:80px;padding-bottom:80px;overflow: hidden;}
.hcaseBox{width:100%;height:auto;overflow: hidden;}
.hcaseBox .item1{display: flex;justify-content: space-between;flex-wrap: wrap;}
.hcaseBox .item1 li{width:33.33%;padding:15px;}
.hcaseBox .item1 li a{display: block;}
.hcaseBox .item1 li .himg{width:100%;display: block;overflow: hidden;}
.hcaseBox .item1 li .himg img{display: block;}
.hcaseBox .item2{display: flex;justify-content: space-between;flex-wrap: wrap;}
.hcaseBox .item2 li{width:50%;padding:15px;}
.hcaseBox .item2 li a{display: block;}
.hcaseBox .item2 li .himg{width:100%;display: block;overflow: hidden;}
.hcaseBox .item2 li .himg img{display: block;}

@media only screen and (max-width:960px){
.home_case{padding-top:50px;padding-bottom:50px;}
.hcaseBox .item1 li{padding:10px;}
.hcaseBox .item2 li{padding:10px;}
}
@media only screen and (max-width:767px){
.hcaseBox .item1 li{padding:5px;}
.hcaseBox .item2 li{padding:5px;}
}
@media only screen and (max-width:499px){
.hcaseBox .item1 li{padding:3px;}
.hcaseBox .item2 li{padding:3px;}
}

/***********************************************************************************************************************************************************************************************************************************************************/
/*********************************************************************************************************/
.nybanner{height:auto;padding:30px 0; background:#bebebe;margin-top:100px;}
.ibcatein {display: flex;align-items: center;justify-content: space-between;color: #FFF;}
.ibcatein .nbt-cn{font-size:30px;font-weight:bold;line-height: 1.5;text-transform: uppercase;font-family: "zitibronB";}

/* 面包屑 */
.breav-nav{height:30px;line-height:30px;overflow:hidden;font-size:16px;}
.location{background:url(../images/icon-Hlang.png)left center no-repeat;padding-left:24px;overflow:hidden;color:#F5F5F5;}
.location a{color:#F5F5F5;}

@media only screen and (max-width:1024px){
.nybanner{margin-top:60px;}
.ibcatein .nbt-cn{font-size:20px;}
}
@media only screen and (max-width:768px) {
.ibcatein .nbt-cn{font-size:18px;}
.breav-nav{font-size:14px;}
}
@media only screen and (max-width:499px) {
.nybanner {padding:12px 0;}
.ibcatein{display:block;}
}



/*二级栏目*/
.sub_muen {width: 100%;height: auto;overflow: hidden;border-bottom:1px solid #e7e7e7;overflow-x: auto;}
.sub_muen ul{display: flex;white-space: nowrap;}
.sub_muen ul li {display:block;height: 80px;margin-right:50px;}
.sub_muen ul li a {display:block;height: 80px;line-height: 80px;font-size: 16px;color:#000;position:relative;font-weight: bold;}
.sub_muen ul li a:hover {color:#005992;}
.sub_muen ul li.cur a {color: #005992;}
.sub_muen ul li a::after {content:"";position:absolute;left:0px;bottom:0px;width:0px;height:3px;background-color:#005992;transition:all .3s linear;}
.sub_muen ul li a:hover::after,.sub_muen ul li.cur a::after {width:100%;}

@media only screen and (max-width:1024px){
.sub_muen ul li{height:66px;margin-right:40px;}
.sub_muen ul li a{height:66px;line-height:66px;font-size:15px;}
}
@media only screen and (max-width:768px){
.sub_muen ul li{height:50px;margin-right:30px;}
.sub_muen ul li a{height:50px;line-height:50px;font-size:14px;}
}



.side_left {width:300px;}
.side_right {width:calc(100% - 300px);padding-left:20px; overflow: hidden;}

@media only screen and (max-width:860px) {
.side_left {width:100%;}
.side_right {width:100%;}
}


/*产品二级导航*/
.channl-menu {background: #FFF;border: 1px solid #e2e1e1;border-radius: 10px;box-sizing: border-box;margin-bottom: 30px;padding-bottom: 30px;position: relative;}
.channl-menu h2{-ms-flex-align: center;align-items: center;display: -ms-flexbox;display: flex;font-weight: 700;padding: 30px 0 34px 24px;position: relative;white-space: nowrap;font-size: 18px;}
.channl-menu h2 em.cir, .channl-menu h2 em.line {background-color: #005991;display: inline-block;}
.channl-menu h2 em.cir {border-radius: 50%;height: 8px;left: -4px;position: absolute;width: 8px;}
.channl-menu h2 em.line {border-bottom-right-radius:29px;border-top-right-radius:29px;-ms-flex: 1;flex: 1;height: 10px;left: 5px;margin-left: 20px;position: relative;width: 100%;}
.channl-menu h2 em.cir:after {border: 1px solid #005991;border-radius: 50%;content: "";display: block;width: 16px;height: 16px;left: -4px;position: absolute;top: -4px;}
.channl-menu>ul {/*background:#f2f2f2;*/}
.channl-menu ul li a {display: block;padding: 15px 20px;font-size: 16px;line-height: 26px;color: #4f676b;border-bottom: 1px solid #e7e7e7;border-top: 1px solid #FFF;}
.channl-menu>ul>li.cur a {background: #dedede;}
.channl-menu>ul>li:hover a{background: #dedede;}

@media only screen and (max-width:860px){
.channl-menu {border: 0;border-radius: 0;}
.channl-menu h2 {line-height: 50px;padding:0 10px 0 15px;font-weight: 600;color:#FFF; background:#005991;justify-content: space-between;}
.channl-menu h2 em.cir, .channl-menu h2 em.line{display:none;}
.channl-menu h2 span {width: 24px;height: 24px;background: url(../images/sub_left_down2.png) no-repeat center center;background-position: left center;}
.channl-menu h2 span.on {background: url(../images/sub_left_up2.png) no-repeat center center;background-position: left center;}
.channl-menu>ul{display: none;padding: 10px;padding-bottom: 20px;border: 1px solid #dedede;}
.channl-menu ul li a {font-size: 14px;padding: 10px;}
.channl-menu>ul>li.cur a{background: #dedede;}
}



/********************/
.ny-title {padding-bottom:40px}
.ny-title .entitle{text-align:center;display:block;font-weight:900; font-size:38px;color:#000000;line-height:1.2;text-transform: uppercase;font-family: "zitibronB";}
.company {line-height: 1.8; overflow: hidden;}

@media only screen and (max-width:960px){
.ny-title .entitle{font-size: 28px;}
}
@media only screen and (max-width:499px){
.ny-title .entitle{font-size:18px;}
}




/*ABOUT*/
.about_company {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin-bottom: 50px;}
.about_company .siab_l{width:48%;}
.about_company .siab_r{width:48%;display:block;}
.about_company .siab_r .nimg{width:100%;height: auto;overflow:hidden;}
.about_company .siab_r .nimg img{display: block;}

@media only screen and (max-width:960px){
.about_company{margin-bottom: 20px;}
.about_company .siab_l{width:100%;}
.about_company .siab_r{width:100%;}
}
@media only screen and (max-width:768px){

}
@media only screen and (max-width:499px){

}




.position{position: relative;height:50px; line-height:50px;border-bottom: 1px solid #cdcdcd;margin-bottom:20px;}
.position h3 {position: absolute;font-size:28px;font-weight: normal;color: #333;background-position: center top;text-align: left;bottom: 0;left: 0;border-bottom: 3px solid #e7161b;}


 /*****/
.P_lcon{padding-top:80px;padding-bottom:80px;}
.P_lcon .main{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
@media only screen and (max-width:960px){
.P_lcon{padding-top:50px;padding-bottom:50px;}
}
@media only screen and (max-width:499px){
.P_lcon{padding-top:30px;padding-bottom:30px;}
}
/*PROLIST*/
.proconBox {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.prolist{width:100%; overflow: hidden;}
.prolist ul{width:100%; overflow: hidden;/*display: flex;justify-content: flex-start;flex-wrap: wrap;*/}
.prolist li{width:33.33%;padding: 0 10px;margin-bottom: 20px;float: left;transition: all 0.6s;}
.prolist li:nth-child(4n){margin-right:0;}
.prolist li a{display: block;box-shadow: 1px 6px 10px rgba(140, 140, 140, 0.16);transition: all 0.3s;overflow: hidden;background-color: #fff;border: 1px solid #efefef;}
.prolist li .img-box {display: block;overflow: hidden;}
.prolist li .img-box .nimg{height: auto;padding-top:90%;overflow: hidden;background-size: cover !important;transition: 1s ease;}
.prolist li a:hover img {-webkit-transform: scale(1.08);-ms-transform: scale(1.08);-o-transform: scale(1.08);transform: scale(1.08);}
.prolist li .info {padding:20px 30px 15px;background: #f5f5f5;}
.prolist li .info .name {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size:18px;line-height:1.8;}
.prolist li a:hover .img-box .nimg{transform: scale(1.1,1.1);}
.prolist li a:hover .name {color: #005992;}

@media only screen and (max-width:960px) {
.prolist li{width:32.33%;margin-right:1.5%;}
.prolist li:nth-child(4n){margin-right:1.5%;}
.prolist li:nth-child(3n){margin-right:0;}
.prolist li .info {padding:10px 5px;}
.prolist li .info .name{font-size:16px;}
}
@media only screen and (max-width:768px) {
.prolist li{width:49.5%;margin-right:1%;}
.prolist li:nth-child(4n){margin-right:1%;}
.prolist li:nth-child(3n){margin-right:1%;}
.prolist li:nth-child(2n){margin-right:0;}
}
@media only screen and (max-width:499px) {
.prolist li .info .name{font-size:13px;}
}



/*NEWLIST*/
.newlist{}
.newlist li{display: block;padding: 38px 0;border-bottom: 1px solid #eaeaea;overflow: hidden;}
.newlist li a{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.newlist li .img-cover{width:30%;}
.newlist li .img-cover img{width: 100%;display: block;}
.newlist li .conwz{width:70%;padding-left: 50px;}
.newlist li .conwz .text{overflow: hidden;color: #333;line-height:1.5;font-size:22px;font-weight: bold;}
.newlist li .conwz .time{font-size: 16px;margin-top:15px;margin-bottom:15px;color: #c1c0c0;}
.newlist li .conwz .desc{font-size:16px;color: #949494;line-height:1.3;height:auto;}
.newlist li .conwz .more{display: block;width: 150px;padding: 8px 15px;font-size: 16px;background: #005991;color: #ffffff;margin-top: 30px;text-align: center;transition: 0.5s;}
.newlist li a:hover .conwz .text{color:#e60113;}
.newlist li a:hover .conwz .more{background:#e60113;}

@media only screen and (max-width:768px) {
.newlist li .conwz .text{font-size:18px;}
.newlist li .conwz .time{font-size:14px;}
.newlist li .conwz .desc{font-size:14px;}
}
@media only screen and (max-width:600px) {
.newlist li .img-cover{width:100%;}
.newlist li .conwz{width:100%;padding-left:0;margin-top:30px;}
.newlist li .conwz .text{font-size:16px;}
.newlist li .conwz .time {margin-top:8px;margin-bottom:8px;}
.newlist li .conwz .more{margin-top:20px;font-size: 13px;}
}




/*IMAGES*/
.imglist{overflow: hidden;}
.imglist ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.imglist li{padding:15px;width: 33.33%;}
.imglist li a{display: block;box-shadow: 1px 6px 10px rgba(140, 140, 140, 0.16);transition: all 0.3s;overflow: hidden;background-color: #fff;border: 1px solid #efefef;border-radius:20px}
.imglist li .img-box {display: block;overflow: hidden;}
.imglist li .img-box .nimg{height: auto;padding-top:88%;overflow: hidden;background-size: cover !important;transition: 1s ease;}
.imglist li a:hover img {-webkit-transform: scale(1.08);-ms-transform: scale(1.08);-o-transform: scale(1.08);transform: scale(1.08);}
.imglist li .info {padding:20px 30px 15px;text-align: center;background: #f5f5f5;}
.imglist li .info .name {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;font-size:18px;line-height:1.8;}
.imglist li a:hover .img-box .nimg{transform: scale(1.1,1.1);}
.imglist li a:hover .name {color: #a2905f;}

@media only screen and (max-width:960px){
.imglist li{width:50%;}
}
@media only screen and (max-width:499px){
.imglist li{width:100%;}
}





/*分页样式*/
.pglist {padding: 40px 0 80px 0;width: 100%;text-align: center;clear: both;}
.pglist a, .pglist span {padding: 3px 16px;margin: 3px 2px;background:#fff;border: 2px solid #e9e9e9;border-radius: 3px;color:#333;}
.pglist * {display:inline-block;vertical-align: middle;line-height: 35px;padding-bottom:1px;}
.pglist a:hover, .pglist .page-num-current{display: inline-block;color: #fff;background:#005992;border-color:#005992;}






.graybg {background: #f7f7f7;}
/*.graybg .main{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}*/
/*PRO NEIYE*/
.pro-info {background: #fff;padding: 60px 50px;overflow: hidden;}
@media only screen and (max-width:767px){
.pro-info{padding: 20px 20px;}
}


/*NEW WEB*/
.news-details {padding: 54px 76px 110px;background: #FFF;}


/*内容*/
.nrcompany{width:100%;overflow: hidden;}
.nrcompany h1 {padding-top: 10px;padding-bottom: 20px;font-size: 24px;line-height: 35px;font-weight: normal;color: #000000;text-align: center;}
.nrcompany .met-editor {padding-bottom:10px;text-align: center;font-size:16px;color: #999;font-weight: 300;/*border-bottom:#eee solid 1px;*/}
.nrcompany .xwzy {font-size:15px;color:#8c8c8c;line-height:26px;margin-top:30px;background:#f5f5f5;padding:20px 28px;text-align:justify;letter-spacing:1.5px;font-weight:300;border: #E5E5E5 1px solid;}
.nrcompany .nrxqzy {font-size: 16px;padding: 50px 0;margin-bottom: 60px;line-height: 30px;text-align: justify;color: #333;}
.nrcompany .nrxqzy img{height: auto!important;max-width: 100%!important;}
.nrcompany .share {height: auto;margin-top:60px;margin-bottom: 50px;overflow: hidden;}
.nrcompany .share .more-btn{border: 1px solid #e0e0e0;color: #666;background:#FFF;display: flex;align-items: center;justify-content: center;width: 160px;height: 56px;}
.nrcompany .share .more-btn:hover{background-color:#005992;color: #fff;border:0;transition:all .2s linear;}
.nrcompany .share i{font-size: 17px;margin-right:15px;transition: margin 300ms;}


/****/
.pic-box{display: flex;justify-content: space-between;/*align-items: center;*/flex-wrap: wrap;margin-bottom:50px;}
.pic-box .left-box{width:45%;padding-right:60px;}
.pic-box .left-box .pnimg{width:100%;margin: auto;border:1px solid #c7c7c7;}
.pic-box .left-box .pnimg img{display: block;width:100%;}
.pic-box .right-box{width:55%;}
.pic-box .right-box .title {font-size: 32px;font-weight: bold;line-height: 48px;color: #333;}
.pic-box .right-box .psub_tit {font-size: 16px;line-height: 30px;color: #666;margin-top: 20px;}
.pic-box .right-box .met-editor {padding-bottom:20px;font-size:16px;color:#999;border-bottom: 1px solid #EEE;margin-top: 20px;}
.pic-box .right-box .ptel {margin-top:50px;}
.pic-box .right-box .ptel span{display: block;font-size: 18px;}
.pic-box .right-box .ptel a{display: block;font-size:30px;font-weight: bold;padding:10px 0;color:#ac0203;font-family: "Arial";}
.proxqtitle {width: 100%;height: 50px;border-bottom: 3px solid #005992;background: #f5f5f5;margin-bottom: 20px;}
.proxqtitle em{display:inline-block;padding: 0 40px;line-height: 50px;font-size: 16px;color: #FFF;background: #005992;}

@media only screen and (max-width:960px){
.pic-box .left-box{width:100%;padding-right:0;margin-bottom: 30px;}
.pic-box .right-box{width:100%;}
}






/*reLink*/
.reLink{padding-top:40px;overflow: hidden;font-size: 15px;border-top:1px solid #EEE;}
.prevLink, .nextLink{padding-top:8px;margin-bottom:8px;overflow: hidden;}
.reLink a{color: #676767;text-decoration: none;}
.reLink a:hover{color:#005992;text-decoration:underline;}




/*CONTACT*/
.conlianxi{overflow: hidden;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.conlianxi .content{width:50%;}
.conlianxi .content li{color:#999;line-height:24px;margin-bottom:28px;}
.conlianxi .content li h4{font-size:30px;line-height:1.2; font-weight:bold;color:#005992;}
.conlianxi .content li p i{margin-right:10px;font-size:22px;}
.conlianxi .content li p em{font-size:16px;}
.conlianxi .content li .p1{font-size:20px;margin-top:10px;color:#333;}
.conlianxi .MapBox{width:48%;overflow: hidden;}

@media only screen and (max-width:768px){
.conlianxi .content{width:100%;}
.conlianxi .content li h4{font-size:22px;}
.conlianxi .content li .p1{font-size:18px;}
.conlianxi .MapBox{width:100%;float:none;}
}



/*SEARCH*/
.searchTitle{display: block;height: 30px;margin-bottom:30px;font-size:20px;font-weight: bold;color: #333;}
.search_list li{width: 25%;display: block;float: left;padding: 0 18px 18px 0;}
.search_list li a{display:block;padding: 10px;border: 1px solid #F5F5F5;}
.search_list li .nimg{width: 100%;height: 260px;overflow: hidden;/*background: #f5f5f5;*/}
.search_list li .nimg img{display: block;width: auto;height: 100%;margin: auto;}
.search_list li .text{height: auto;padding:10px 0;overflow: hidden;}
.search_list li .text .title{font-size: 18px;font-weight: normal;color: #333;line-height: 30px;height: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all 0.5s ease;}
.search_list li .text .model{font-size: 13px;line-height: 20px;height: 40px;color: #bfb9b9;margin-top: 5px;}
.search_list li .text .connr{font-size:13px;color:#acacac;line-height:22px;margin:10px 0 10px;height:66px;overflow:hidden;font-weight:300;}

@media only screen and (max-width:1024px){
.search_list li{width:33.33%;padding:10px;}
.search_list li .nimg{height: 220px;}
}
@media only screen and (max-width:768px){
.search_list li{width:50%;}
}





@keyframes liner {
	0% {
		width: 10%;
	}

	30% {
		width: 20%;
	}

	60% {
		width: 60%;
	}

	100% {
		width: 100%;
	}
}
