/*------------------------最新版样式---------------------------*/
/*内页顶部广告*/
.inside-banner-box, .inside-banner-box img {
    width: 100%;
}

/*面包屑导航*/
.breadcrumb-box {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #E6E6E6;
}

.breadcrumb-box .icon-dingwei {
    font-size: 19px;
}

.breadcrumb-box .breadcrumb-bar {
    width: 20px;
    height: 20px;
    background: url(../img/breadcrumb-img.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}

.breadcrumb-box span {
    color: #444444;
    margin-right: 10px;
    line-height: 16px;
}

.breadcrumb-box .first-span {
    margin-right: 0px;
}

.breadcrumb-box a {
    color: #444444;
    margin-right: 10px;
    line-height: 16px;
}

.breadcrumb-box span:last-child, .addr a:hover {
    color: #0A468B;
}

/*顶部副导航栏 - 关于我们*/
.subnav-about-box {
    height: 66px;
    opacity: 1;
    background: #ffffff;
    display: flex;
	margin-top: -24px;
}

.subnav-about-box .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subnav-about-box .left span {
    font-size: 36px;
    color: #333333;
    line-height: 36px;
    font-weight: bolder;
}

.subnav-about-box .left .as {
    color: #0A468B;
}
.subnav-about-box .right{
	height: 66px;
	background: #f4f4f4;
	border-radius: 10px 10px 0px 0px;
	display: flex;
	align-items: flex-end;
}
.subnav-about-box .right a {
    font-size: 24px;
    color: #444444;
    line-height: 66px;
    width: 262px;
	height: 66px;
	text-align: center;
    display: inline-block;
	transition: .5s;
}

.subnav-about-box .right a.cur, .subnav-about-box .right a:hover {
	width: 262px;
	height: 86px;
	line-height: 86px;
    color: #0A468B;
	background: #FFF;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.10); 
}

/*顶部副导航栏 - 新闻资讯*/
.subnav-news-box {
    margin-bottom: 53px;
    width: 242px;
}

.subnav-news-box .tit {
    width: 242px;
    height: 107px;
    background: #0A468B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subnav-news-box .tit p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
}

.subnav-news-box .tit p:nth-of-type(2) {
    text-align: center;
    opacity: 0.77;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}

.subnav-news-box .subnav-news-list {
    width: 100%;
    border: 1px solid #E6E6E6;
}

.subnav-news-box h3 {
    width: 100%;
    height: 45px;
    padding-left: 75px;
    padding-right: 40px;
    border-bottom: 1px solid white;
    border-left: 3px solid transparent;
    background-color: #E6E6E6;
    transition: all .4s;
    cursor: pointer;
}
.subnav-news-box h3 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #383838;
}

.subnav-news-box h3:last-child {
    border-bottom: none;
}

.subnav-news-box h3.cur, .subnav-news-box h3:hover {
    border-left: 3px solid #0A468B;
}

.subnav-news-box h3.cur a, .subnav-news-box h3:hover a {
    color: #0A468B;
}

.subnav-news-box .column-child {
    display: none;
    border-top: none;
    border-bottom: none;
}

.subnav-news-box .column-child .cur a {
    color: #C20921;
}

.subnav-news-box .column-child a {
    display: block;
    line-height: 50px;
    text-indent: 80px;
    background: url(../img/nav-dot.png) no-repeat 60px center;
    border-bottom: 1px solid #E6E6E6;
}

.subnav-news-box .column-child a li.on {
    color: #C20921;
}

.subnav-news-box .subnav-bottom {
    margin-top: 1px;
    width: 242px;
    height: 171px;
    background: #0A468B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subnav-news-box .subnav-bottom .subnav-bottom-img {
    height: 28px;
}

.subnav-news-box .subnav-bottom .subnav-bottom-img img {
    width: 28px;
    height: 28px;
}

.subnav-news-box .subnav-bottom .subnav-bottom-img span {
    font-size: 22px;
	font-weight: bold;
    color: #ffffff;
    margin-left: 12px;
}

.subnav-news-box .subnav-bottom .subnav-phone {
    font-size: 24px;
	font-weight: bold;
	text-align: justify;
    color: #ffffff;
    line-height: 48px;
	margin-top: 10px;
}
.subnav-news-box .subnav-bottom .subnav-phone::after{
	content: "";
	display: inline-block;
}
/*顶部副导航栏 - 产品列表*/
.subnav-product-box {
    width: 242px;
    float: left;
}

.subnav-product-box .tit {
    width: 100%;
    height: 107px;
    background-color: #0A468B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid white;
}

.subnav-product-box .tit p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
}

.subnav-product-box .tit p:nth-of-type(2) {
    text-align: center;
    opacity: 0.77;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}

.subnav-product-box .subnav-product-list {
    width: 100%;
    border: 1px solid #E6E6E6;
}

.subnav-product-box h3{
    width: 100%;
    height: 45px;
    border-bottom: 1px solid white;
    border-left: 3px solid transparent;
    background-color: #E6E6E6;
    transition: all .4s;
    cursor: pointer;
	position: relative;
	display: flex;
	justify-content: center;
}

.subnav-product-box h3 div{
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #383838;
}
.subnav-product-box h3 a::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img/product-icon-2.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left:36px;
	transform: translateY(-50%);
}

.subnav-product-box a:last-child h3{
    border-bottom: none;
}

.subnav-product-box h3.cur, .subnav-product-box h3:hover {
    border-left: 3px solid #0A468B;
}

.subnav-product-box h3.cur a, .subnav-product-box h3:hover div {
    color: #0A468B;
}

.subnav-product-box .column-child {
    display: none;
    border-top: none;
    border-bottom: none;
}

.subnav-product-box .column-child .cur a {
    color: #C20921;
}

.subnav-product-box .column-child a {
    display: block;
    line-height: 50px;
    text-indent: 90px;
    background: url(../img/nav-dot.png) no-repeat 70px center;
    border-bottom: 1px solid #E6E6E6;
}

.subnav-product-box .column-child a li.on {
    color: #C20921;
}

.subnav-product-box .subnav-bottom {
    margin-top: 1px;
    width: 242px;
    height: 171px;
    background: #0A468B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subnav-product-box .subnav-bottom .subnav-bottom-img {
    height: 28px;
}

.subnav-product-box .subnav-bottom .subnav-bottom-img img {
    width: 28px;
    height: 28px;
}

.subnav-product-box .subnav-bottom .subnav-bottom-img span {
    font-size: 22px;
	font-weight: bold;
    color: #ffffff;
    margin-left: 12px;
}

.subnav-product-box .subnav-bottom .subnav-phone {
    font-size: 24px;
	font-weight: bold;
	text-align: justify;
    color: #ffffff;
    line-height: 48px;
	margin-top: 10px;
}
/*无数据*/
.nodata {
    text-align: center;
}

/*分页*/
.pagination {
    padding-top: 10px;
    padding-bottom: 50px;
    text-align: center;
}

.pagination li {
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    display: inline-block;
    margin: 0 2px;
}

.pagination .active {
    background: #F8B62D;
    color: #FFF;
    border-color: #F8B62D;
    margin: 0 2px;
}

.pagination .disabled {
    color: #aaa;
}

.pagination a {
    border-radius: 3px;
    display: inline-block;
    padding: 5px 12px;
}

.pagination span {
    border-radius: 3px;
    display: inline-block;
    padding: 5px 12px;
}

/*图片列表 - 荣誉资质*/
.list-honor-page-box .honor-list {
    margin: 70px auto;
    display: flex;
    flex-wrap: wrap;
}

.list-honor-page-box .honor-list dl {
    margin-right: 20px;
    margin-bottom: 32px;
    cursor: pointer;
}

.list-honor-page-box .honor-list dl:nth-child(4n) {
    margin-right: 0;
}

.list-honor-page-box .honor-list dt {
    width: 285px;
    min-height: 215px;
}

.list-honor-page-box .honor-list dt img {
    display: block;
    width: 100%;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
}

.list-honor-page-box .honor-list dd {
    height: 62px;
    line-height: 62px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f0f0f0;
    transition: 0.5s;
}

.list-honor-page-box .honor-list dl:hover dd {
    background-color: #124C90;
}

.list-honor-page-box .honor-list dd span {
    color: #444444;
    font-size: 18px;
    line-height: 18px;
}

.list-honor-page-box .honor-list dl:hover dd span {
    color: white;
}

/* list-news-box - 新闻资讯列表 */
.list-news-box {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 70px;
}

.list-news-box .news-list {
    width: 900px;
}

.list-news-box .news-list .news-info {
    width: 900px;
    height: 230px;
    padding: 30px;
    margin-bottom: 22px;
    border: 1px solid #D9D9D9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-news-box .news-list .news-info .text{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-news-box .news-list .news-info .text .icon{
	width: 1px;
	height: 36px;
	flex-shrink: 0;
	background: #ccc;
	margin: 0 20px;
}
.list-news-box .news-list .news-info .text .time{
    text-align: center;
	font-size: 18px;
	color: #444;
}
.list-news-box .news-list .news-info .text .time .day{
	font-size: 12px;
	color: #7B7B7B;
}
.list-news-box .news-list .news-info:hover {
    border: 1px solid #0A468B;
}

.list-news-box .news-list .news-info dt {
    width: 280px;
    height: 165px;
    display: inline-block;
}

.list-news-box .news-list .news-info dt img {
    width: 100%;
    height: 100%;
}

.list-news-box .news-list .news-info dd {
    width: 530px;
    height: 165px;
}

.list-news-box .news-list .news-info dd h4 {
    margin-top: 10px;
    color: #1A1A1A;
    margin-bottom: 15px;
    transition: all .4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-news-box .news-list .news-info dd h4 .title {
    font-size: 18px;
    color: #1A1A1A;
    display: inline-block;
    width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-news-box .news-list .news-info dd h4 .time {
    font-size: 16px;
    line-height: 16px;
    color: #8C8C8C;
}

.list-news-box .news-list .news-info:hover h4 .title {
    color: #0A468B;
}

.list-news-box .news-list .news-info dd p {
    width: 450px;
    height: 45px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-news-box .news-list .news-info p {
    font-size: 14px;
    color: #666;
}

.list-news-box .news-list .news-info .detail-look {
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
}

.list-news-box .news-list .news-info .detail-look button {
    width: 135px;
    height: 40px;
    background-color: #e6e6e6;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #666666;
    transition: all .6s;
}

.list-news-box .news-list .news-info:hover .detail-look button {
    background-color: #0A468B;
    color: white;
}

/* list-product-box - 产品中心列表 */
.list-product-box {
    margin-top: 45px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
}

.list-product-box .product-list {
    width: 956px;
    margin-left: 40px;
}

.list-product-box .product-list a {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 15px;
}

.list-product-box .product-list a:nth-child(3n) {
    margin-right: 0;
}

.list-product-box .product-list a .product-list-item {
    width: 292px;
    display: inline-block;
}

.list-product-box .product-list .product-list-item .item-img {
    width: 100%;
    height: 270px;
    position: relative;
    z-index: 10;
}

.list-product-box .product-list .product-list-item .item-img img {
    width: 100%;
    height: 100%;
}

.list-product-box .product-list .product-list-item p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 60px;
    width: 100%;
    height: 60px;
    transition: all .6s;
	background: #D5D5D5;
}
.list-product-box .product-list .product-list-item:hover{
	box-shadow: 0 0 10px 5px #E7E7E7;
}
.list-product-box .product-list .product-list-item:hover p {
    background-color: #0A468B;
    color: #ffffff;
}
.list-product-box .product-list .subtitle {
    margin-bottom: 40px;
}
.list-product-box .product-list .subtitle p {
    font-size: 18px;
    font-weight: bolder;
    color: #383838;
    line-height: 30px;
    width: 90px;
    text-align: center;
}
.list-product-box .product-list .subtitle .cut {
    display: flex;
}
.list-product-box .product-list .subtitle .cut .left {
    width: 54px;
    height: 3px;
    background: #0A468B;
}
.list-product-box .product-list .subtitle .cut .right {
    width: 36px;
    height: 3px;
    background: #9b9b9b;
}
.list-product-box .product-list .subtitle .br {
    width: 100%;
    height: 1px;
    opacity: 0.67;
    background-color: #a6a6a6;
}

/* list-service-box - 方案服务列表 */
.list-service-box .list-service-top {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
}

.list-service-box .list-service-top h1 {
    color: #343434;
    font-size: 34px;
    line-height: 34px;
}

.list-service-box .list-service-top h2 {
    font-size: 18px;
    color: #666666;
    line-height: 18px;
    margin-top: 30px;
}

.list-service-box .list-service {
    display: flex;
    flex-wrap: wrap;
}

.list-service-box .list-service .service-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 365px;
    margin-bottom: 50px;
    margin-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #555555;
    transition: 0.5s;
}

.list-service-box .list-service .service-info:nth-child(3n) {
    margin-right: 0;
}

.list-service-box .list-service .service-info:hover {
    border: 1px solid #ffffff;
    box-shadow: #d4d2d2 0 0 10px;
}

.list-service-box .list-service .service-info .service-info-img {
    width: 320px;
    margin-bottom: 20px;
}

.list-service-box .list-service .service-info img {
    width: 100%;
}

.list-service-box .list-service .service-info .service-info-tilte {
    font-size: 20px;
    line-height: 20px;
}

.list-service-box .list-service .service-info:hover .service-info-tilte {
    color: #A80219;
}

.list-service-box .list-service .service-info .service-info-describe {
    padding: 0 25px;
    margin: 18px 0;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-service-box .list-service .service-info .service-info-button {
    display: flex;
    align-items: center;
}

.list-service-box .list-service .service-info .service-info-button a {
    color: #444444;
    font-size: 20px;
    line-height: 20px;
}

.list-service-box .list-service .service-info .service-info-button a:hover {
    color: #A80219;
}

.list-service-box .list-service .service-info .service-info-button span {
    margin: 0 19px;
    display: inline-block;
    height: 20px;
    border-right: 1px dashed #444444;
}

/*客户案例列表*/
.subnav-case-box {
    width: 242px;
}

.subnav-case-box .tit {
    width: 100%;
    height: 107px;
    background: #0A468B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subnav-case-box .tit p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
}

.subnav-case-box .tit p:nth-of-type(2) {
    text-align: center;
    opacity: 0.77;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}

.subnav-case-box .subnav-case-list {
    width: 100%;
    border: 1px solid #E6E6E6;
}

.subnav-case-box h3 {
    width: 100%;
    height: 45px;
    padding-left: 80px;
    padding-right: 40px;
    border-bottom: 1px solid white;
    border-left: 3px solid transparent;
    background-color: #E6E6E6;
    transition: all .4s;
    cursor: pointer;
}

.subnav-case-box h3 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #383838;
}

.subnav-case-box h3:last-child {
    border-bottom: none;
}

.subnav-case-box h3.cur, .subnav-case-box h3:hover {
    border-left: 3px solid #0A468B;
}

.subnav-case-box h3.cur a, .subnav-case-box h3:hover a {
    color: #0A468B;
}

.subnav-case-box .column-child {
    display: none;
    border-top: none;
    border-bottom: none;
}

.subnav-case-box .column-child .cur a {
    color: #C20921;
}

.subnav-case-box .column-child a {
    display: block;
    line-height: 50px;
    text-indent: 80px;
    background: url(../img/nav-dot.png) no-repeat 60px center;
    border-bottom: 1px solid #E6E6E6;
}

.subnav-case-box .column-child a li.on {
    color: #C20921;
}

.subnav-case-box .subnav-bottom {
    margin-top: 1px;
    width: 242px;
    height: 171px;
    background: #0A468B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.subnav-case-box .subnav-bottom .subnav-bottom-img {
    height: 28px;
}

.subnav-case-box .subnav-bottom .subnav-bottom-img img {
    width: 28px;
    height: 28px;
}

.subnav-case-box .subnav-bottom .subnav-bottom-img span {
    font-size: 22px;
	font-weight: bold;
    color: #ffffff;
    margin-left: 12px;
}

.subnav-case-box .subnav-bottom .subnav-phone {
    font-size: 24px;
	font-weight: bold;
	text-align: justify;
    color: #ffffff;
    line-height: 48px;
	margin-top: 10px;
}
.list-case-box {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 70px;
}

.list-case-box .case-list {
    width: 900px;
}

.list-case-box .case-list .case-info {
    width: 900px;
    height: 230px;
    padding: 30px;
    margin-bottom: 22px;
    border: 1px solid #D9D9D9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-case-box .case-list .case-info .text{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-case-box .case-list .case-info .text .icon{
	width: 1px;
	height: 36px;
	flex-shrink: 0;
	background: #ccc;
	margin: 0 20px;
}
.list-case-box .case-list .case-info .text .time{
    text-align: center;
}
.list-case-box .case-list .case-info:hover {
    border: 1px solid #0A468B;
}

.list-case-box .case-list .case-info dt {
    width: 280px;
    height: 165px;
    display: inline-block;
}

.list-case-box .case-list .case-info dt img {
    width: 100%;
    height: 100%;
}

.list-case-box .case-list .case-info dd {
    width: 530px;
    height: 165px;
}

.list-case-box .case-list .case-info dd h4 {
    margin-top: 10px;
    color: #1A1A1A;
    margin-bottom: 15px;
    transition: all .4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-case-box .case-list .case-info dd h4 .title {
    font-size: 18px;
    color: #1A1A1A;
    display: inline-block;
    width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-case-box .case-list .case-info dd h4 .time {
    font-size: 16px;
    line-height: 16px;
    color: #8C8C8C;
}

.list-case-box .case-list .case-info:hover h4 .title {
    color: #0A468B;
}

.list-case-box .case-list .case-info dd p {
    width: 450px;
    height: 45px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.list-case-box .case-list .case-info p {
    font-size: 14px;
    color: #666;
}

.list-case-box .case-list .case-info .detail-look {
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
}

.list-case-box .case-list .case-info .detail-look button {
    width: 135px;
    height: 40px;
    background-color: #e6e6e6;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #666666;
    transition: all .6s;
}

.list-case-box .case-list .case-info:hover .detail-look button {
    background-color: #0A468B;
    color: white;
}

/* info-news-box - 新闻详情页 */
.info-news-box .news-content {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.info-news-box .news-content .news-left {
    width: 800px;
}

.info-news-box .news-content .news-left .info-news-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 35px;
    text-align: center;
    color: #343434;
}

.info-news-box .news-content .news-left .info-news-subtitle {
    text-align: center;
    margin-bottom: 40px;
}

.info-news-box .news-content .news-left .info-news-subtitle p {
    display: inline-block;
    color: #888888;
    font-size: 14px;
    line-height: 14px;
}

.info-news-box .news-content .news-left .info-news-subtitle p:nth-child(2) {
    margin: 0 30px;
}

.info-news-box .news-content .news-left .info-news-content {
    border-top: 1px solid #E3E3E3;
    padding-top: 30px;
}

.info-news-box .news-content .news-left .info-news-content p {
    color: #888888;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.info-news-box .news-content .news-left .info-news-content a {
    color: #333333;
    font-weight: bold;
}

.info-news-box .news-content .news-left .info-news-content img {
    max-width: 100%;
}

.info-news-box .news-content .news-left .info-news-tag {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: 50px;
}

.info-news-box .news-content .news-left .info-news-tag a {
    color: #999999;
    padding: 10px 20px;
    background-color: #F0F0F0;
    margin-bottom: 30px;
    border-radius: 25px;
}

.info-news-box .news-content .news-left .info-news-page {
    display: flex;
    justify-content: space-between;
}

.info-news-box .news-content .news-left .info-news-page, .info-news-box .news-content .news-left .info-news-page a {
    color: #666666;
}

.info-news-box .news-content .news-left .info-news-page a:hover {
    color: #B31E23;
}

.info-news-box .news-content .news-left .info-news-page .info-news-next {
    text-align: right;
}

.info-news-box .news-content .news-left .info-news-page .info-news-prev, .info-news-box .news-content .news-left .info-news-page .info-news-next {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-news-box .news-content .news-right {
    width: 330px;
}

.info-news-box .news-content .news-right .news-right-title {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
}

.info-news-box .news-content .news-right .list-news-right {
    border-top: 1px solid #C7C7C7;
    margin-top: 35px;
}

.info-news-box .news-content .news-right .list-news-right-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px dashed #C7C7C7;
}

.info-news-box .news-content .news-right .list-news-right-item p:first-child {
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-news-box .news-content .news-right .list-news-right-item p:last-child {
    color: #666666;
    font-size: 14px;
    line-height: 14px;
}

.info-news-box .news-content .news-right .list-news-right-item span {
    color: #C7C7C7;
    font-size: 15px;
}

.info-news-box .news-content .news-right .list-news-right-item:hover p:first-child, .info-news-box .news-content .news-right .list-news-right-item:hover span {
    color: #B31E23;
}

.info-news-box .news-recommend {
    margin-top: 90px;
    margin-bottom: 110px;
}

.info-news-box .news-recommend .news-recommend-title {
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    padding-left: 18px;
    position: relative;
}

.info-news-box .news-recommend .news-recommend-title:before {
    content: '';
    width: 4px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #0A468B;
}

.info-news-box .news-recommend .list-recommend {
    margin-top: 30px;
    padding-top: 45px;
    border-top: 1px solid #EEEEEE;
    display: flex;
    justify-content: space-between;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item {
    width: 380px;
    box-shadow: #d4d2d2 0px 0px 3px;
    padding-bottom: 35px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item img {
    width: 100%;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .list-recommend-content {
    padding: 0 35px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-title {
    color: #161616;
    font-size: 18px;
    line-height: 18px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-desc {
    color: #666666;
    line-height: 26px;
    margin-top: 15px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 52px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-cutline {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    margin-top: 30px;
    margin-bottom: 20px;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-date span:first-child {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item .recommend-item-date span:last-child {
    font-size: 9px;
    color: #999999;
}

.info-news-box .news-recommend .list-recommend .list-recommend-item:hover .recommend-item-date span:last-child, .info-news-box .news-recommend .list-recommend .list-recommend-item:hover .recommend-item-title {
    color: #F8B62D;
}

/*产品详情*/
.info-product-box {
    margin-top: 40px;
    padding-bottom: 70px;
}

.info-product-box .product-right {
    float: right;
    margin-left: 39px;
    width: 916px;
	margin-top: 60px;
}

.info-product-box .product-right img {
    display: inline-block;
    width: 100%;
}

.info-product-box .pro-top {
    display: flex;
    justify-content: space-between;
}

.info-product-box .pro-top .pleft {
    width: 336px;
    height: 100%;
    box-sizing: border-box;
}

.info-product-box .pro-top .pright {
    width: 528px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.info-product-box .pic-box li img {
    display: block;
    width: 404px;
}

.info-product-box .pleft .small-scroll {
    position: relative;
    z-index: 9999;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    width: 100%;
    background-color: #fff;
    display: none;
}

.info-product-box .pleft .small-items {
    margin: 0 auto;
    position: relative;
    width: 390px;
    overflow: hidden;
}

.info-product-box .pleft .small-items li {
    float: left;
    width: 110px;
    margin-left: 15px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.info-product-box .pleft .small-items li img {
    width: 100%;
    display: block;
}

.info-product-box .pleft .prev {
    font-size: 20px;
    color: #999999;
    text-align: center;
    position: absolute;
    left: 0;
    top: 60%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
}

.info-product-box .pleft .next {
    font-size: 20px;
    color: #999999;
    text-align: center;
    position: absolute;
    right: 0;
    top: 60%;
    margin-top: -25px;
    z-index: 999;
    cursor: pointer;
}

.info-product-box .pleft .nav {
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 16px;
    color: #fff;
    padding: 5px 12px;
}

.info-product-box .pleft .nav a {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 100%;
    font-size: 0;
}

.info-product-box .pleft .nav a.cur {
    background: rgba(255, 231, 73, 0.75);
}

.info-product-box .pright h4 {
    color: #333333;
    font-size: 24px;
    letter-spacing: 1px;
    padding-bottom: 19px;
	font-weight: bold;
    border-bottom: 1px solid #E5E5E5;
}


.info-product-box .pd-short {
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 20px;
}

.info-product-box .hot-box-top {
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.info-product-box .hot-box-top .hot-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 175px;
	margin-right: 55px;
}

.info-product-box .hot-box-top .hot-mobile .hot-img {
    width: 40px;
    height: 40px;
}

.info-product-box .hot-mobile .hot-img img {
    width: 100%;
    height: 100%;
}

.info-product-box .hot-mobile .hot-phone {
    font-size: 18px;
    color: #444444;
    line-height: 25px;
}

.info-product-box .hot-box-top a:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 54px;
    background-color: #0A468B;
    line-height: 54px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
	border-radius: 5px;
	letter-spacing: 2px;
}

.info-product-box .hot-box-top a:nth-child(2) img {
    width: 22px;
    height: 21px;
    margin-left: 8px;
}

.info-product-box .pro-key {
    line-height: 36px;
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
    margin-top: 40px;
}

.info-product-box .pro-key a {
    font-weight: normal;
    margin-right: 6px;
    padding-left: 8px;
    padding-right: 8px;
    background: #f1f1f1;
    line-height: 28px;
    border-radius: 10px;
    display: inline-block;
}

.info-product-box .product-guess {
    margin-bottom: 70px;
}

.info-product-box .related-box {
    width: 100%;
}

.info-product-box .related-box .related-title {
    display: flex;
    padding-bottom: 15px;
    letter-spacing: 2px;
}

.info-product-box .related-box .related-title p {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #333333;

}

.info-product-box .related-box .related-title b {
    display: inline-block;
    color: #0A468B;
}

.info-product-box .related-box .related-title span {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    font-weight: normal;
    text-transform: uppercase;
}

.info-product-box .related-box .related-bar {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-bottom: 50px;
    height: 1px;
    background-color: #e6e6e6;
}

.info-product-box .related-box .related-bar span {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 106px;
    height: 1px;
    background-color: #0A468B;
}

.info-product-box .related-box .related-content {
    display: flex;
    justify-content: space-between;
}

.info-product-box .related-box .related-content dl {
    width: 296px;
    box-sizing: border-box;
}

.info-product-box .related-box .related-content dt .produce-img {
    width: 100%;
    height: 296px;
    position: relative;
    z-index: 10;
}

.info-product-box .related-box .related-content .produce-img img {
    width: 100%;
    height: 100%;
}

.info-product-box .related-box .related-content dt .produce-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 40;
    background: #000000;
    opacity: 0.5;
    transition: all .6s;
}

.info-product-box .related-box .related-content dt .produce-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: 100;
    transition: all .6s;
}

.info-product-box .related-box .related-content .produce-plus img {
    display: block;
    width: 30px;
    height: 30px;
}

.info-product-box .related-box .related-content dd {
    text-align: center;
    height: 50px;
}

.info-product-box .related-box .related-content dd a {
    display: block;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
}

.info-product-box .related-box .related-content dl:hover dt .produce-mask,
.info-product-box .related-box .related-content dl:hover dt .produce-plus {
    height: 100%;
}

.info-product-box .related-box .related-content dl:hover dd a {
    background-color: #0A468B;
    color: #ffffff;
}

/* message - 立即咨询 */
.message-box .message-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 65px;
    margin-top: 70px;
}

.message-box .message-title h1 {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.message-box .message-title .message-title-center {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 30px;
    border-radius: 50%;
    background-color: #0A468B;
}

.message-box .message-title .message-title-right {
    display: block;
    font-size: 30px;
    color: #dddddd;
    font-weight: bold;
}

.message-box .message-bar {
    width: 100%;
    height: 1px;
    background-color: #666666;
}

.message-box .message-form {
    display: flex;
}

.message-box .message-form .message-l {
    width: 380px;
    height: 725px;
    border-top: 6px solid #0A468B;
    background: url('../img/message-left.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.message-box .message-form .message-l .message-l-title {
    margin-top: 130px;
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.message-box .message-form .message-r {
    padding-top: 50px;
    padding-left: 140px;
}

.message-box .message-form .message-require {
    font-size: 18px;
    color: #333333;
    margin-bottom: 30px;
    height: 30px;
    line-height: 30px;
}

.message-box .message-form .message-require p {
    font-size: 18px;
    color: #999999;
}

.message-box .message-form .red-x {
    color: #DD3904;
    display: inline;
    font-size: 12px;
}

.message-box .message-form .red-x1 {
    color: #f00;
    display: inline;
    font-size: 12px;
}

.message-box .message-form table {
    line-height: 80px;
}

.message-box .message-form table input {
    border: 1px solid #555555;
    margin-right: 10px;
    font-size: 14px;
    width: 355px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 4px;
}

.message-box .message-form table textarea {
    width: 500px;
    height: 200px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #555555;
    margin-top: 30px;
    font-size: 14px;
}

.message-box .message-form table th {
    font-size: 18px;
    color: #555555;
}

.message-box .message-form table .tab-textarea {
    vertical-align: top;
}

.message-box .message-form table .message-submit {
    background-color: #0A468B;
    width: 140px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: white;
    border-radius: 8px;
    border: none;
    font-size: 20px;
    font-weight: bold;
}

.message-box .message-form table .message-reset {
    background-color: #666666;
    width: 140px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: white;
    border-radius: 8px;
    border: none;
    font-size: 20px;
    font-weight: bold;
}

.message-box .message-form table .message-thanks {
    font-size: 16px;
    color: #555555;
}

.message-box .message-form table .message-thanks strong {
    color: #0A468B;
}

/*搜索*/
.search-box {
    display: flex;
    justify-content: space-between;
}

.search-box .left {
    width: 915px;
}

.search-box .right {
    width: 255px;
}

.search-box .search-list-item {
    font-size: 14px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

.search-box .search-list-item dt {
    font-size: 16px;
}

.search-box .search-list-item .tit-a {
    color: #222222;
}

.search-box .search-list-item .tit-a:hover {
    color: #0A468B;
}

.search-box .search-list-item dd {
    color: #888;
    line-height: 22px;
}

.search-box .search-list-item dd .tag-time {
    display: flex;
    justify-content: space-between;
}

.search-box .search-list-item dd .tags a {
    color: #ba1e1e;
    padding: 0 5px;
}

.search-box .search-product {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #d0d0d0 dashed;
    margin-bottom: 23px;
}

.search-box .search-product dt {
    display: block;
    width: 280px;
    height: 220px;
}

.search-box .search-product dt img {
    width: 100%;
    height: 100%;
    border: 3px solid #e7e7e7;
}

.search-box .search-product dd {
    display: block;
    width: 600px;
}

.search-box .search-product dd h5 {
    font-weight: normal;
    height: 53px;
    line-height: 48px;
    overflow: hidden;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.search-box .search-product dd h5 a {
    color: #1c1c1c;
}

.search-box .search-product:hover dd h5 a {
    color: #0A468B;
}

.search-box .search-product dd .content-desc {
    font-size: 14px;
    line-height: 24px;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 12px;
    color: #7b7b7b;
}

.search-box .search-product dd .see-detail {
    display: flex;
    justify-content: flex-end;
}

.search-box .search-product dd .see-detail a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    background: #666;
    width: 82px;
    line-height: 24px;
    height: 24px;
}

.search-box .right {
    background: #f1f1f1;
    height: auto;
    width: 256px;
    margin-top: 15px;
    overflow: hidden;
}

.search-box .right h2 {
    height: 44px;
    background: #BF0017;
    text-align: center;
    font: 24px "Microsoft Yahei", "微软雅黑";
    line-height: 45px;
    margin-bottom: 3px;
    overflow: hidden;
}

.search-box .right h2 a, .search-box .right h2 {
    color: #fff;
}

.search-box .right dl {
    border-bottom: 1px dotted #cfcfcf;
    width: 242px;
    overflow: hidden;
    margin: 18px auto 0;
    padding-bottom: 18px;
}

.search-box .right dt {
    width: 109px;
    height: 73px;
    overflow: hidden;
    display: inline;
    float: left;
    margin-left: 11px;
}

.search-box .right dt img {
    width: 109px;
}

.search-box .right dt p {
    display: none;
}

.search-box .right dd {
    width: 110px;
    height: 73px;
    overflow: hidden;
    float: right;
    color: #7b7b7b;
    font-size: 14px;
    line-height: 26px;
    margin-top: 0px;
}

.search-box .right ul {
    margin: 20px 0 0 20px;
    padding-bottom: 30px;
}

.search-box .right li {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 225px;
}

.search-box .right li a {
    color: #7b7b7b;
}

.search-box .right li span {
    display: inline-block;
    float: left;
    width: 6px;
    height: 14px;
    margin: 11px 6px 0 0;
    background: #da2420;
}

/*服务网点*/
.list-about-box .title {
    height: 140px;
    background: #ffffff;
    box-shadow: -4px 0px 6px 3px rgba(0, 0, 0, 0.06);
    padding-top: 35px;
}
.list-about-box .title .top {
    display: flex;
    justify-content: center;
}
.list-about-box .title .top span {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    letter-spacing: 1px;
}
.list-about-box .title .top span:nth-child(2) {
    color: #0A468B;
}
.list-about-box .title h3 {
    opacity: 0.38;
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    color: #a1a1a1;
    line-height: 30px;
    margin-top: 20px;
}
.list-about-box .map {
    margin-bottom: 80px;
}
.list-about-box .map img {
    width: 100%;
}
.list-about-box .list {
    margin-bottom: 100px;
}
.list-about-box .list .wapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-about-box .list .wapper .br {
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    border: 1px solid #eeeeee;
    margin: 50px 0px;
}
.list-about-box .list .wapper .item .head {
    font-size: 24px;
    font-weight: bolder;
    color: #2b2b2b;
    line-height: 24px;
    margin-bottom: 27px;
    margin-left: 20px;
}
.list-about-box .list .wapper .item .bottom {
    display: flex;
    align-items: center;
}
.list-about-box .list .wapper .item .left {
    width: 224px;
}
.list-about-box .list .wapper .item .left img {
    width: 100%;
    height: 100%;
}
.list-about-box .list .wapper .item .right {
    margin-left: 16px;
}
.list-about-box .list .wapper .item .right p {
    width: 320px;
    font-size: 16px;
    color: #2b2b2b;
    line-height: 30px;
    font-family: SourceHanSansCN-Regular;
}
.list-about-box .list .wapper .item .right p:nth-of-type(1) {
    text-align: center;
    font-weight: bolder;
}