/* 网站背景 */
.bg-color{background-color: #fff;}
/* 顶部样式 */
.head{background-color: #fff;height: 127px;}
.head .logo{float: left;width: 394px;height: 127px;line-height: 127px;font-size: 0;overflow: hidden;}
.head .logo img{display: inline-block;max-width: 100%;max-height: 100%;vertical-align: middle;}
.head .txt{float: left;margin-left: 55px;height: 127px;text-align: center;display: flex;justify-content: center;flex-direction: column;}
.head .txt .t1{color: #000;font-size: 20px;line-height: 1;margin-bottom: 8px;}
.head .txt .t2{width: 228px;height: 21px;line-height: 21px;color: #fff;font-size: 12px;font-family: "宋体";background-image: url(../images/nav-txt.png);background-position: center;background-repeat: no-repeat;background-size: cover;}
.head .tel{float: right;height: 127px;padding-left: 38px;color: #333;font-size: 12px;line-height: 18px;font-family: "宋体";background-image: url(../images/nav-tel.png);background-position: left center;background-repeat: no-repeat;display: flex;justify-content: flex-end;align-items: center;}
.head .tel span{display: block;font-size: 24px;font-weight: 700;padding-left: 12px;color: #c90034;line-height: 1;}
/* 导航 */
.nav-bar{background-color: #1148a2;height: 55px;}
.nav-bar ul{display: flex;justify-content: center;align-items: center;}
.nav-bar ul li{position: relative;}
.nav-bar ul li a{display: block;line-height: 55px;color: #fff;font-size: 18px;padding: 0 44px;position: relative;z-index: 1;border-right: 1px solid rgba(255,255,255,0.2);}
.nav-bar ul li:last-child a{border-right: none;}
.nav-bar ul li a::before{content: '';position: absolute;top: 0;left: 50%;width: 0;height: 100%;background-color: #c90034; z-index: -1;transition: all 0.5s ease-in-out;}
.nav-bar ul li a:hover::before,
.nav-bar ul li.active a::before{left: 0;width: 100%;}
/* banner大图 */
.banner{width: 100%;margin: 0 auto;position: relative;overflow: hidden;z-index: 1;text-align: center;}
.banner a{display: block;}
.banner img{width: 100%;}
.banner .swiper-pagination{bottom: 20px;display: flex;justify-content: center;align-items: center;}
.banner .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;margin: 0 10px;border-radius: 50%;opacity: 1;transition: all 0.5s ease-in-out;}
.banner .swiper-pagination-bullet-active{background-color: #1148a2;width: 40px;border-radius: 20px;}
#main{overflow: hidden;}
/* 产品中心 */
#main .product-main{padding: 90px 0;background-image: url(../images/indexbg.png);background-position: center;background-repeat: repeat;}
#main .product-main .type{float: left;width: 285px;}
#main .product-main .type .top{background-color: #1148a2;padding: 30px 20px;line-height: 1;}
#main .product-main .type .top .name{color: #fff;font-size: 24px;font-weight: 700;background-image: url(../images/type-menu.png);background-position: right center;background-repeat: no-repeat;}
#main .product-main .type .top .en{color: #6f91c7;font-size: 14px;text-transform: uppercase;margin: 10px 0 15px 0;}
#main .product-main .type .top .line{width: 22px;height: 1px;background-color: rgba(255,255,255,0.5);}
#main .product-main .type .list{background-color: #fff;}
#main .product-main .type .list li{border-bottom: 1px solid #ececec;}
#main .product-main .type .list li:last-child{border-bottom: none;}
#main .product-main .type .list li a{display: block;padding: 0 40px 0 25px;line-height: 65px;color: #333;font-size: 16px;position: relative;z-index: 1;}
#main .product-main .type .list li a::before,
#main .product-main .type .list li a::after{content: '';position: absolute;}
#main .product-main .type .list li a::before{top: 50%;transform: translateY(-50%);right: 25px;width: 6px;height: 12px;background-image: url(../images/type-li.png);background-position: center;background-repeat: no-repeat;transition: all 0.5s ease-in-out;}
#main .product-main .type .list li a::after{top: 0;left: 0;width: 0;height: 100%;background-color: #1148a2;z-index: -1;transition: all 0.5s ease-in-out;}
#main .product-main .type .list li a:hover{color: #fff;}
#main .product-main .type .list li a:hover::before{background-image: url(../images/type-liH.png);}
#main .product-main .type .list li a:hover::after{width: 100%;}
#main .product-main .product{float: right;width: 986px;}
#main .product-main .product .top{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #bfbfbf;padding-bottom: 20px;}
#main .product-main .product .top .txt{display: flex;align-items: center;line-height: 1;}
#main .product-main .product .top .txt .en{color: #1148a2;font-size: 60px;font-weight: 700;margin-right: 14px;}
#main .product-main .product .top .txt .con .c1{color: #1148a2;font-size: 30px;font-weight: 700;}
#main .product-main .product .top .txt .con .c2{color: #999;font-size: 14px;text-transform: uppercase;margin-top: 5px;}
#main .product-main .product .top .more{width: 151px;height: 33px;line-height: 33px;text-align: center;color: #fff;font-size: 14px;background-color: #c90034;}
#main .product-main .product .top .more:hover{background-color: #1148a2;letter-spacing: 2px;}
#main .product-main .product .list{margin: 0 -14px;}
#main .product-main .product .list li{float: left;width: 310px;margin: 28px 14px 0 14px;}
#main .product-main .product .list li a{display: block;background-color: #fff;}
#main .product-main .product .list li a .img{width: 100%;height: 222px;overflow: hidden;}
#main .product-main .product .list li a .img img{width: 100%;height: 100%;object-fit: cover;}
#main .product-main .product .list li a .tit{text-align: center;color: #333;font-size: 18px;line-height: 68px;padding: 0 10px;}
#main .product-main .product .list li a:hover{box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);-webkit-transform: translate3d(0,-10px,0);-moz-transform: translate3d(0,-10px,0);transform: translate3d(0,-10px,0);}
#main .product-main .product .list li a:hover .img img{transform: scale(1.1);}
#main .product-main .product .list li a:hover .tit{background-color: #1148a2;color: #fff;}
/* 公共头部 */
#main .common{text-align: center;margin-bottom: 70px;line-height: 1;}
#main .common .name{color: #000;font-size: 40px;}
#main .common .name span{color: #1b49b2;font-weight: 700;font-family: "微软雅黑";}
#main .common .name span b{font-size: 60px;}
#main .common .txt{color: #666;font-size: 18px;margin-top: 12px;}
#main .common .icon{display: flex;justify-content: center;align-items: center;margin-top: 16px;}
#main .common .icon i{width: 6px;height: 6px;background-color: #ccc;border-radius: 50%;margin: 0 3px;}
#main .common .icon i:nth-child(4){width: 11px;height: 11px;margin: 0 10px;}
/* 30年不消磁 */
#main .youshi-main{padding-top: 70px;background-color: #fff;}
#main .youshi-main .list{position: relative;}
#main .youshi-main .list .img{position: absolute;top: 0;left: 50%;transform: translateX(-50%);width: 632px;height: 563px;line-height: 563px;text-align: center;font-size: 0;}
#main .youshi-main .list .img img{display: inline-block;max-width: 100%;max-height: 100%;}
#main .youshi-main .list .left{float: left;}
#main .youshi-main .list .right{float: right;text-align: right;}
#main .youshi-main .list ul{width: 324px;}
#main .youshi-main .list ul li{margin-bottom: 30px;padding: 18px;background-color: #f0f0f0;border-radius: 10px;line-height: 1;cursor: pointer;}
#main .youshi-main .list ul li .key{color: #000;font-size: 36px;font-weight: 700;}
#main .youshi-main .list ul li .tit{color: #000;font-size: 18px;font-weight: 700;margin: 10px 0;}
#main .youshi-main .list ul li .con{color: #666;font-size: 16px;line-height: 24px;}
#main .youshi-main .list ul li:hover{background-color: #1b49b2;}
#main .youshi-main .list ul li:hover .key,
#main .youshi-main .list ul li:hover .tit,
#main .youshi-main .list ul li:hover .con{color: #fff;}
/* 用实力说话 */
#main .shili-main{padding: 60px 0 100px 0;background-image: url(../images/shilibg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;}
#main .shili-main .list{position: relative;}
#main .shili-main .list ul{float: left;width: 580px;}
#main .shili-main .list ul li{margin-bottom: 60px;display: flex;justify-content: space-between;}
#main .shili-main .list ul li:last-child{margin-bottom: 0;}
#main .shili-main .list ul li .key{width: 66px;height: 66px;position: relative;z-index: 1;}
#main .shili-main .list ul li .key span{display: block;line-height: 66px;text-align: center;font-size: 36px;color: #fff;font-weight: 700;background-color: #1249a3;border-radius: 50%;}
#main .shili-main .list ul li .key::before,
#main .shili-main .list ul li .key::after{content: '';position: absolute;transform:rotate(-45deg);height: 1px;background-color: #dfdfdf;z-index: -1;}
#main .shili-main .list ul li .key::before{width: 164px;top: 20px;left: -60px;}
#main .shili-main .list ul li .key::after{width: 44px;top: 20px;left: 40px;}
#main .shili-main .list ul li .box{width: calc(100% - 86px);line-height: 1;}
#main .shili-main .list ul li .box .tit{color: #333;font-size: 30px;}
#main .shili-main .list ul li .box .link{color: #999;font-size: 14px;margin: 10px 0 20px 0;}
#main .shili-main .list ul li .box .con{color: #666;font-size: 16px;line-height: 30px;}
#main .shili-main .list .img{position: absolute;top: 0;right: 0;width: 733px;height: 536px;text-align: right;font-size: 0;}
#main .shili-main .list .img img{max-width: 100%;max-height: 100%;display: inline-block;}
/* 应用领域 */
#main .appli-main{padding: 90px 0;background-color: #fff;}
#main .appli-main .list{margin: 0 -4px;}
#main .appli-main .list li{float: left;width: 210px;margin: -40px 4px 0 4px;height: 300px;position: relative;border-radius: 10px;overflow: hidden;}
#main .appli-main .list li:nth-child(2n){margin-top: 0;}
#main .appli-main .list li::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background-color: rgba(27,73,178,1);background: linear-gradient(0deg, rgba(27,73,178,1) 0, rgba(27,73,178,0) 50%);z-index: 2;}
#main .appli-main .list li:nth-child(2n)::before{background-color: rgba(201,0,52,1);background: linear-gradient(0deg, rgba(201,0,52,1) 0, rgba(201,0,52,0) 50%);}
#main .appli-main .list li .img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}
#main .appli-main .list li .img img{width: 100%;height: 100%;object-fit: cover;}
#main .appli-main .list li .tit{position: absolute;bottom: 0;left: 0;width: 100%;text-align: center;line-height: 50px;color: #fff;font-size: 18px;font-weight: 700;z-index: 3;}
#main .appli-main .list li:hover{box-shadow: 0 0 10px 0 rgba(27,73,178,0.5);-webkit-transform: translate3d(0,-5px,0);-moz-transform: translate3d(0,-5px,0);transform: translate3d(0,-5px,0);}
#main .appli-main .list li:hover:nth-child(2n){box-shadow: 0 0 10px 0 rgba(201,0,52,0.5);}
/* 公司简介 */
#main .company-main{padding: 70px 0;background-color: #f7f7f7;position: relative;}
#main .company-main .img{position: absolute;top: 0;right: 0;width: 50%;height: 100%;overflow: hidden;}
#main .company-main .img img{width: 100%;height: 100%;object-fit: cover;}
#main .company-main .box{width: 570px;}
#main .company-main .box .name{color: #1b49b2;font-size: 40px;font-weight: 700;line-height: 1;}
#main .company-main .box .txt{color: #666;font-size: 18px;line-height: 1;margin: 10px 0 28px 0;}
#main .company-main .box .line{width: 30px;height: 3px;background-color: #dcdcdc;margin-bottom: 40px;}
#main .company-main .box .con{line-height: 30px;color: #666;font-size: 16px;}
#main .company-main .box .more{display: block;width: 216px;height: 56px;color: #fff;font-size: 16px;background-color: #1249a3;margin-top: 40px;display: flex;justify-content: center;align-items: center;}
#main .company-main .box .more .icon{width: 27px;margin-left: 10px;}
#main .company-main .box .more .icon img{width: 100%;}
#main .company-main .box .more:hover{background-color: #c90034;}
#main .company-main .box .more:hover .icon{margin-left: 20px;}
/* 新闻资讯 */
#main .news-main{background-color: #fff;padding: 70px 0;}
#main .news-main .news-common{margin-bottom: 22px;border-bottom: 1px solid #dcdcdc;line-height: 60px;}
#main .news-main .news-common .tit{float: left;color: #000;font-size: 24px;position: relative;display: flex;align-items: center;font-weight: 700;}
#main .news-main .news-common .tit img{padding-right: 12px;}
#main .news-main .news-common .more{float: right;color: #666;font-size: 14px;}
#main .news-main .news-common .more:hover{color: #1b49b2;text-decoration: underline;}
#main .news-main .list{float: left;width: 552px;}
#main .news-main .list .show a{display: block;}
#main .news-main .list .show a .img{width: 100%;height: 287px;overflow: hidden;margin-bottom: 20px;}
#main .news-main .list .show a .img img{width: 100%;height: 100%;object-fit: cover;}
#main .news-main .list .show a .txt{border-bottom: 1px solid #dcdcdc;padding-bottom: 14px;}
#main .news-main .list .show a .txt .tit{color: #000;font-size: 18px;font-weight: 700;line-height: 28px;margin-bottom: 18px;padding-left: 100px;position: relative;}
#main .news-main .list .show a .txt .tit:before{content: '头条';position: absolute;top: 0;left: 0;width: 89px;height: 28px;line-height: 28px;text-align: center;color: #fff;font-size: 18px;font-weight: 400;background-color: #1b49b2;border-radius: 20px;}
#main .news-main .list .show a .txt .con{color: #666;font-size: 14px;line-height: 24px;}
#main .news-main .list .show a:hover .img img{transform: scale(1.1);}
#main .news-main .list .show a:hover .txt .tit{color: #1b49b2;}
#main .news-main .list ul{margin-top: 16px;}
#main .news-main .list ul li{line-height: 32px;padding-left: 30px;position: relative;}
#main .news-main .list ul li:before{position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 20px;height: 17px;line-height: 17px;text-align: center;color: #fff;font-size: 14px;background-color: #1b49b2;}
#main .news-main .list ul li:nth-child(1):before{content: '1';}
#main .news-main .list ul li:nth-child(2):before{content: '2';}
#main .news-main .list ul li a{display: block;font-size: 16px;}
#main .news-main .list ul li a .tit{float: left;width: 430px;color: #333;}
#main .news-main .list ul li a .time{float: right;width: 90px;text-align: right;color: #999;}
#main .news-main .list ul li a:hover .tit{color: #1b49b2;}
#main .news-main .question{float: right;width: 660px;}
#main .news-main .question .show{border-bottom: 1px solid #dcdcdc;padding-bottom: 40px;}
#main .news-main .question .show a{display: block;}
#main .news-main .question .show a .tit{color: #000;font-size: 18px;font-weight: 700;line-height: 1;margin-bottom: 20px;}
#main .news-main .question .show a .con{color: #666;font-size: 14px;line-height: 24px;}
#main .news-main .question .show a:hover .tit{color: #1b49b2;}
#main .news-main .question ul{margin-top: 35px;}
#main .news-main .question ul li{line-height: 36px;padding-left: 17px;}
#main .news-main .question ul li a{display: block;font-size: 16px;padding-left: 10px;position: relative;}
#main .news-main .question ul li a:before{content: '';position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 5px;height: 5px;background-color: #333;border-radius: 50%;transition: all 0.5s ease-in-out;}
#main .news-main .question ul li a .tit{float: left;width: 540px;color: #333;}
#main .news-main .question ul li a .time{float: right;width: 90px;text-align: right;color: #999;}
#main .news-main .question ul li a:hover:before{background-color: #1b49b2;}
#main .news-main .question ul li a:hover .tit{color: #1b49b2;}
#main .news-main .question .news-more{margin-top: 30px;height: 129px;}
#main .news-main .question .news-more .img{float: left;height: 100%;width: 508px;overflow: hidden;}
#main .news-main .question .news-more .img img{width: 100%;height: 100%;object-fit: cover;}
#main .news-main .question .news-more a{float: right;width: 152px;height: 100%;text-align: center;color: #fff;display: flex;justify-content: center;flex-direction: column;background-color: #1148a2;line-height: 1;}
#main .news-main .question .news-more a p{font-size: 24px;margin-bottom: 15px;}
#main .news-main .question .news-more a span{display: block;width: 28px;height: 28px;line-height: 28px;text-align: center;color: #1148a2;font-size: 30px;background-color: #fff;border-radius: 50%;border: 2px solid #fff;margin: 0 auto;overflow: hidden;}
#main .news-main .question .news-more a:hover span{background-color: #1148a2;color: #fff;}
/* 网站底部 */
.footer{background-color: #1249a3;position: relative;}
.footer::before{content: '';position: absolute;top: 154px;left: 0;width: calc(50% - 650px);height: 1px;background-color: rgba(255,255,255,0.1);}
.footer .box{float: left;width: 810px;border-right: 1px solid rgba(255,255,255,0.1);padding-bottom: 50px;}
.footer .box .logotxt{border-bottom: 1px solid rgba(255,255,255,0.1);height: 154px;display: flex;align-items: center;}
.footer .box .logotxt .logo{width: 394px;}
.footer .box .logotxt .logo img{width: 100%;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.footer .box .logotxt .txt{color: #fff;margin-left: 58px;height: 154px;text-align: center;display: flex;justify-content: center;flex-direction: column;}
.footer .box .logotxt .t1{font-size: 20px;line-height: 1;margin-bottom: 8px;}
.footer .box .logotxt .t2{width: 228px;height: 21px;line-height: 21px;font-size: 12px;font-family: "宋体";background-image: url(../images/footer-txt.png);background-position: center;background-repeat: no-repeat;background-size: cover;}
.footer .box .list{margin-top: 70px;display: flex;}
.footer .box .list li{width: 33.33%;}
.footer .box .list li .tit{color: #fff;font-size: 18px;line-height: 1;margin-bottom: 20px;padding-bottom: 30px;position: relative;}
.footer .box .list li .tit::before{content: '';position: absolute;bottom: 0;left: 0;width: 22px;height: 3px;background-color: #c90034;}
.footer .box .list li a{display: block;color: rgba(255,255,255,0.5);font-size: 16px;line-height: 36px;transition: all 0.5s ease-in-out;}
.footer .box .list li a:hover{color: #c90034;text-decoration: underline;}
.footer .contact{float: right;width: 450px;}
.footer .contact .hotline{color: #fff;height: 153px;line-height: 1;border-bottom: 2px solid #fff;display: flex;justify-content: center;flex-direction: column;}
.footer .contact .hotline p{font-size: 16px;margin-bottom: 16px;}
.footer .contact .hotline h4{font-size: 30px;font-weight: 700;}
.footer .contact .list{margin-top: 30px;}
.footer .contact .list li{line-height: 36px;color: #fff;font-size: 16px;padding-left: 28px;background-position: left center;background-repeat: no-repeat;}
.footer .contact .list li.add{background-image: url(../images/footer-add.png);}
.footer .contact .list li.tel{background-image: url(../images/footer-tel.png);}
.footer .contact .list li.email{background-image: url(../images/footer-email.png);}
.footer .contact .wechat{width: 140px;margin-top: 30px;}
.footer .contact .wechat .img{width: 136px;height: 136px;line-height: 136px;padding: 2px;background-color: #fff;text-align: center;font-size: 0;}
.footer .contact .wechat .img img{max-height: 100%;max-width: 100%;display: inline-block;vertical-align: middle;}
.footer .contact .wechat p{color: rgba(255,255,255,0.5);font-size: 16px;line-height: 1;margin-top: 10px;text-align: center;}
.footer2{background-color: #114293;padding: 25px 0;text-align: center;color: rgba(255,255,255,0.5);font-size: 16px;line-height: 2;}
.footer2 a{color: rgba(255,255,255,0.5);transition: all 0.5s ease-in-out;}
.footer2 a:hover{color: #c90034;}
.footer2 a img{display: inline-block;}



.pro-sider{

	float: left;

	width: 260px;

}

.pro-sider .in-title{

	background: #1148a2;

    color: #fff;

    line-height: 80px;

    text-align: center;

    font-size: 24px;

    margin-bottom: 2px;

}

.pro-sider .pro-sider-ul{

    margin-bottom: 25px;

}

.pro-sider .pro-sider-ul .ul-li a{

    display: block;

    box-sizing: border-box;

    padding: 0px 20px;

    line-height: 55px;

    margin-bottom: 2px;

    background: #ececeb;

	position: relative;

	-webkit-transition: all 0.55s;

	-moz-transition: all 0.55s;

	-ms-transition: all 0.55s;

	-o-transition: all 0.55s;

	transition: all 0.55s;

}

.pro-sider .pro-sider-ul .ul-li a::before,

.pro-sider .pro-sider-ul .ul-li a::after{

	content: '';

	display: block;

	background: #fff;

	top: 0;

	bottom: 0;

	margin: auto;

	position: absolute;

}

.pro-sider .pro-sider-ul .ul-li a::before{

	width: 2px;

	height: 12px;

	right: 29px;

	-webkit-transition: all 0.55s;

	-moz-transition: all 0.55s;

	-ms-transition: all 0.55s;

	-o-transition: all 0.55s;

	transition: all 0.55s;

}

.pro-sider .pro-sider-ul .ul-li a::after{

	width: 12px;

	height: 2px;

	right: 24px;

}

.pro-sider .pro-sider-ul .ul-li a h2{

	width: 200px;

	font-size: 16px;

	color: #333;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.pro-sider .pro-sider-ul .ul-li:hover a,

.pro-sider .pro-sider-ul .ul-li a.active{

	background-color: #1148a2;

}

.pro-sider .pro-sider-ul .ul-li:hover a::before,

.pro-sider .pro-sider-ul .ul-li a.active::before{

	opacity: 0;

}

.pro-sider .pro-sider-ul .ul-li:hover a h2,

.pro-sider .pro-sider-ul .ul-li a.active h2{

	color: #fff;

}

.pro-sider .pro-sider-ul .ul-li .erji{

	display: none;

	overflow: hidden;

}

.pro-sider .pro-sider-ul .ul-li .erji a{

	display: block;

	height: 54px;

	border-bottom:1px solid #ececeb;

	border-left: 1px solid #ececeb;

	border-right: 1px solid #ececeb;

	box-sizing: border-box;

	padding:0px 25px 0px 40px;

	color: #666;

	line-height: 54px;

	background-color: #fff;

	margin-bottom: 0;

}

.pro-sider .pro-sider-ul .ul-li .erji a::before,

.pro-sider .pro-sider-ul .ul-li .erji a::after{

	display: none;

}

.pro-sider .pro-sider-ul .ul-li .erji a p{

	float: left;

	font-size: 14px;

	width: 158px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}

.pro-sider .pro-sider-ul .ul-li .erji a span{

	float: right;

	width: 15px;

	font-size: 20px;

	text-align: right;

}

.pro-sider .pro-sider-ul .ul-li .erji a:hover,

.pro-sider .pro-sider-ul .ul-li .erji a.active{

	color: #1148a2;

}

.pro-sider .contact-box{

	border: 1px solid #ececeb;

	box-sizing: border-box;

	padding: 6px;

}

.pro-sider .contact-box img{

	margin-bottom: 10px;

	width: 100%;

}

.pro-sider .contact-box p{

	color: #333;

	font-size: 14px;

	line-height: 26px;

	padding: 5px 0;

}

.pro-sider .contact-box p span{

	display: block;

	font-size: 22px;

	line-height: 36px;

	color: #1148a2;

	font-weight: bold;

}























.m-column-t{







	position: relative;







	text-align: center;







	font-size: 0;







}







.m-column-t .center{







	display: inline-block;







	font-size: 0;







}







.m-column-t .center h3{







	color: #333;







	font-size: 30px;







}







.m-column-t .center p{







	color: #d2d2d2;







	font-size: 30px;







}







.m-column-t span{







	position: absolute;







	width: 415px;







	top: 50%;







	margin-top: -5px;







	height: 5px;







	border-bottom: 1px solid #d2d2d2;







	z-index: 1;







}







.m-column-t span.mcl{







	left: 0;







}







.m-column-t span.mcl em{







	float: right;







}







.m-column-t span.mcr{







	right: 0;







}







.m-column-t span em{







	display: block;







	height: 11px;







	border-left: 1px solid #d2d2d2;







}







.textLine{







	overflow: hidden;







	text-overflow: ellipsis;







	display: -webkit-box;







	-webkit-line-clamp: 2;







	-webkit-box-orient: vertical;







}







.textLine3{







	overflow: hidden;







	text-overflow: ellipsis;







	display: -webkit-box;







	-webkit-line-clamp: 3;







	-webkit-box-orient: vertical;







}







.textHidden{







	overflow: hidden;







	text-overflow: ellipsis;







	white-space: nowrap;







}







.domHidden{







	overflow: hidden;







}







.about-main{







	padding: 20px 0 70px;







	min-height: 170px;







}







.about-main .ab-content{







	float: right;







	width: 925px;







}







.about-main .ab-content .title{







	line-height: 50px;







}







.about-main .ab-content .title a{







	color: #333;







	padding: 0 5px;







}







.about-main .ab-content .title span.icon-home{







	color: #535353;







}







.about-main .ab-content .title em{







	color: #999;







}







.about-main .ab-content .ab-conBox{







	overflow: hidden;







	background: #fff;







	min-height: 55px;







	padding: 30px 45px 40px;







}







.about-main .ab-content .ab-conBox .de-title{







	text-align: center;







	font-size: 20px;







	color: #333;







	line-height: 25px;







	margin-bottom: 8px;







}







.about-main .ab-content .ab-conBox .sub-co{







	font-size: 14px;







	color: #999;







	text-align: center;







	line-height: 18px;







}







.about-main .ab-content .ab-conBox .ab-detail{







	overflow: hidden;







	margin-top: 30px;







	font-size: 14px;







	color: #777373;







	line-height: 25px;







}







.ab-sild{







	float: left;







	width: 260px;







}







.ab-sild .title{







	position: relative;







	height: 50px;







	text-align: center;







	background: #f3c04b;







	font-size: 16px;







	line-height: 50px;







	color: #fff;







	border-bottom: 1px solid #fff;







}







.ab-sild .title span{







	position: absolute;







	height: 3px;







	width: 30px;







	top: 50%;







	margin-top: -3px;







	border-bottom: 1px solid #fff;







}







.ab-sild .title span em{







	display: block;







	height: 7px;







	border-left: 1px solid #fff;







}







.ab-sild .title span.stl{







	left: 35px;







}







.ab-sild .title span.stl em{







	float: right;







}







.ab-sild .title span.str{







	right: 35px;







}







.ab-sild .sild-cate{







	background: #fff;







	margin-bottom: 20px;







}







.ab-sild .sild-cate .list{







	overflow: hidden;







}







.ab-sild .sild-cate .list li{







	position: relative;







	border-bottom: 1px solid #eee;







	height: 60px;







	line-height: 60px;







}







.ab-sild .sild-cate .list li a{







	display: block;







	padding-right: 35px;







	font-size: 14px;







	color: #333;







	padding-left: 20px;







}







.ab-sild .sild-cate .list li:last-child{







	border-bottom: none;







}







.ab-sild .sild-cate .list li:hover{







	border-color: #f3c04b;







	background: #f3c04b;







}







.ab-sild .sild-cate .list li:hover a{







	color: #fff;







}







.ab-sild .sild-cate .list li:hover:after{







	color: #fff;







}







.ab-sild .sild-cate .list li:after{







	font-weight: bold;







	right: 20px;







	top: 0;







	color: #999;







	position: absolute;







	content: "\e904";







	font-family: 'icomoon' !important;







}







.ab-sild .sild-cont{







	background: #fff;







}







.ab-sild .sild-cont .cont-list{







	padding: 20px;







}







.ab-sild .sild-cont .cont-list ul li{







	color: #333;







	padding: 5px 0;







	padding-left: 60px;







	font-size: 14px;







}







.ab-sild .sild-cont .cont-list ul li span{







	width: 60px;







	margin-left: -60px;







	display: block;







	height: 20px;







	line-height: 20px;







	float: left;







	color: #666;







}







.pro-center{







	background: #fff;







	padding-bottom: 25px;







}







.pro-center .pro-list{







	overflow: hidden;







	padding: 25px 18px 10px;







}







.pro-center .pro-list ul li{







	float: left;







	width: 200px;







	margin: 0 10px 20px;







	border: 1px solid #fff;







}







.pro-center .pro-list ul li:hover{







	border-color: #f3c04b;







}







.pro-center .pro-list ul li .img{







	overflow: hidden;







	width: 200px;







	height: 200px;







	line-height: 200px;







	text-align: center;







	font-size: 0;







	background: #eee;







}







.pro-center .pro-list ul li .img img{







	display: inline-block;







	vertical-align: middle;







	max-width: 100%;







	max-height: 100%;







}







.pro-center .pro-list ul li .title{







	background: #f7f8fc;







	height: 40px;







	line-height: 40px;







	padding: 0 5px;







	text-align: center;







	font-size: 14px;







	font-weight: bold;







	color: #333;







}







.pro-center .pro-list ul li .title:hover{







	color: #f3c04b;







}







.page{







	font-size: 0;







	text-align: center;







}







.page .center{







	display: inline-block;







	overflow: hidden;







}







.page .center .page-span{







	float: left;







	font-size: 14px;







	color: #c3c3c3;







	line-height: 32px;







	margin-right: 30px;







}







.page .center .page-list{







	float: left;







	overflow: hidden;







}







.page .center .page-list ul li{







	float: left;







	width: auto;







	min-width: 30px;







	height: 32px;







	text-align: center;







	line-height: 30px;







	font-size: 14px;







	margin: 0 4px;







	padding: 0;







	border: none;







	background: transparent;







}







.page .center .page-list ul li a{







	min-width: 20px;







	padding: 0 5px;







	border: 1px solid #eee;







	display: block;







	color: #333;







	border-radius: 4px;







	-webkit-border-radius: 4px;







	overflow: hidden;







	background: #fff;







}







.page .center .page-list ul li:hover a{







	color: #f3c04b;







}







.page .center .page-list ul li.active a{







	background: #f3c04b;







	color: #fff;







}







.news-center{







	background: #fff;







	padding-bottom: 25px;







}







.news-center .new-list{







	padding: 45px 45px 0px;







}







.news-center .new-list ul li{







	margin-bottom: 35px;







	border-bottom: 1px solid #eee;







}







.news-center .new-list ul li a{







	overflow: hidden;







	display: block;







	height: 90px;







	padding-bottom: 30px;







}







.news-center .new-list ul li a .img{







	float: left;







	width: 130px;







	height: 90px;







	background: #eee;







	line-height: 90px;







	font-size: 0;







	text-align: center;







}







.news-center .new-list ul li a .img img{







	display: inline-block;







	vertical-align: middle;







	max-width: 100%;







	max-height: 100%;







}







.news-center .new-list ul li a .info{







	float: right;







	width: 690px;







}







.news-center .new-list ul li a .info h3{







	font-size: 14px;







	font-weight: bold;







	line-height: 24px;







	color: #333;







}







.news-center .new-list ul li a .info em{







	display: block;







	font-size: 12px;







	color: #999;







	line-height: 16px;







	margin-bottom: 10px;







}







.news-center .new-list ul li a .info p{







	font-size: 14px;







	line-height: 22px;







	color: #999;







	max-height: 44px;







	overflow: hidden;







}







.news-center .new-list ul li a:hover h3{







	color: #f3c04b;







}







.message-c{







	background: #fff;







	padding: 40px 50px;







	overflow: hidden;







}







.message-c .p{







	font-size: 16px;







	line-height: 30px;







	color: #666;







	margin-bottom: 35px;







}







.message-c .from input{







	display: block;







	height: 38px;







	line-height: 38px;







	padding: 0 5px;







	border: 1px solid #d2d2d2;







	margin-bottom: 10px;







	font-size: 14px;







	color: #333;







}







.message-c .from input[name=user],







.message-c .from input[name=phone]{







	width: 348px;







}







.message-c .from textarea{







	font-size: 14px;







	color: #333;







	line-height: 20px;







	display: block;







	width: 728px;







	height: 130px;







	border: 1px solid #d2d2d2;







	padding: 5px;







	margin-bottom: 10px;







}







.message-c .from .code{







	overflow: hidden;







}







.message-c .from .code input[name=code]{







	width: 258px;







	float: left;







}







.message-c .from .code a{







	display: block;







	float: left;







	width: 80px;







	height: 38px;







	padding: 1px 0;







	margin-left: 10px;







}







.message-c .from .code a img{







	width: 80px;







	height: 38px;







}







.message-c .from .btn{







	padding-top: 25px;







}







.message-c .from .btn a{







	display: block;







	width: 362px;







	height: 40px;







	text-align: center;







	line-height: 40px;







	color: #fff;







	font-size: 16px;







	background: #8fa4de;







}







.message-c .from .btn a:hover{







	background: #8397d0;







}







.contact-o{







	background: #fff;







	overflow: hidden;







	padding: 40px 0;







	text-align: center;







}







.contact-o iframe{







	width: 830px;







	height: 500px;







	margin: 0 auto;







}