
/* ===================首页样式========================== */

.banner{width: 100%;overflow: hidden;position: relative;}
.banner a{display: block;width: 100%;}
.banner-img{width: 100%; position:relative;}
.banner-img .video-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
}
.banner-img .video-text h1 {font-size:56px; white-space: nowrap;}
.banner-img .video-text p {font-size: 30px;margin-top: 30px;}
.banner-imgpc,.banner-imgmb{width: 100%;object-fit: cover;}
.banner-imgpc{min-height: 360px;}
.banner-imgmb{display: none;}
.banner .swiper-pagination{bottom: 38px;}
.banner .swiper-pagination-bullet {width: 76px;height: 3px;border-radius: 0;background: rgba(255, 255, 255, .2);opacity: 1;position: relative;margin: 0 10px !important;}
.banner .swiper-pagination-bullet:before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 0;height: 3px;z-index: 1;transition: 0s;}
.banner .slideOntrue.swiper-pagination-bullet:before{width: 100%;transition: all 4s ease;}
.banner .swiper-slide {position: relative;}
.banner .swiper-slide video {position: absolute;width: 100%;left: 0px;top: 0;height: 100%;object-fit: cover;}

.popVideo{display: none;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;}
.popVideo-content{display: flex;justify-content: center;align-items: center;position: relative;width: 66%;height: 100%;margin: 0 auto;}
.popVideo-core{position: relative;display: inline-block;vertical-align: middle;width: 100%;position: relative;}
.popVideo-core video{width: 100%;}
.popVideo-close {width: 28px;height: 28px;position: absolute;right: -28px;top: -28px;z-index: 3;background: url('../images/vd-close.png') no-repeat center;cursor: pointer;opacity: .7;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}

.product{width: 100%;position: relative;height: 800px;overflow: hidden;}
.product-bg{position: absolute;width: 50%;height: 100%;z-index: 0;top: 0;transition: all .46s ease;}
.product-left{left: 0;background: #f9f9f9;}
.product-right{right: 0;background: #1f5dcb;}
.product-wd{width: 310px;position: absolute;z-index: 3;top: 50%;margin-top: -140px;left: 170px;}
.product-wdtit{width: 100%;}
.product-wdtit h6, .product-wdtit h1{font-size: 40px;color: #333;}
.product-wdtit p{font-size: 18px;color: #999;margin-top: 16px;}
.product-wddes{width: 100%;margin: 48px 0 58px;}
.product-wddes p{font-size: 16px;color: #999;line-height: 36px;}
.product-wddes p span{color: #333;display: inline-block;min-width: 94px;vertical-align: middle;}
.product-imgbox{position: absolute;width: 50%;height: 100%;top: 0;}
.product-imgbox-left{left: 0;}
.product-imgbox-right{right: 0;}
.product-img {position: absolute;top: 0px;width: 284px;height: 100%;transition: all .4s ease;overflow: hidden;}
.product-img img{position: absolute;width: 568px;top: 50%;transform: translateY(-50%);}
.product-img-left img{left: 0;}
.product-img-right img{right: 0;}
.product-img-left{left: 100%;margin-left: -284px;}
.product-img-right{right: 100%;margin-right: -284px;}
.product-L .product-left{width: 70%;}
.product-L .product-right{width: 30%;}
.product-L .product-img-left{width: 568px;}
.product-R .product-left{width: 30%;}
.product-R .product-right{width: 70%;}
.product-R .product-img-right{width: 568px;}

.project{width: 100%;padding-top: 120px;}
.project-lp{width: 100%;margin-top: 68px;position: relative;}
.project-lp:after{content: "";position: absolute;width: 100%;height: 100%;background: #000;opacity: .3;top: 0;left: 0;z-index: 1;}
.project-lpimg{display: block;width: 100%;object-fit: cover;height: 700px;}
.project-qq{width: 554px;height: 554px;position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;z-index: 4;}
.circlePage{display: block;width: 100%;height: 100%;position: relative;z-index: 1;}
.circlePage:after {content: "";width: 100%;height: 100%;position: absolute;top: 0;right: 0;border: 4px solid #fff;box-sizing: border-box;border-radius: 50%;opacity: .2;}
.circlePage-base {width: 100%;height: 100%;position: absolute;top: 0;left: 0;transform: rotate(-90deg);z-index: 1;}
.circlePage-qq {stroke-dasharray: 1740 1740;stroke-dashoffset: 1740;}
.circlePage.ontrue .circlePage-qq {animation: circleQq 5s ease-in infinite;}
@keyframes circleQq{0%{stroke-dashoffset: 1740;}66%{stroke-dashoffset: 864;}66.00001%{stroke-dashoffset: 0;}100%{stroke-dashoffset:-864;}}
.circlePage-qq2 {stroke-dasharray: 1740 1740;stroke-dashoffset: 870;}
.circlePage.ontrue .circlePage-qq2 {animation: circleQq2 5s ease-in infinite;}
@keyframes circleQq2{0%{stroke-dashoffset: 870;}66%{stroke-dashoffset: 0;}66.00001%{stroke-dashoffset: -870;}100%{stroke-dashoffset: -1740;}}
.circleLine{width: 14px;height: 100%;position: absolute;top: 0;left: 50%;margin-left: -7px;z-index: 2;}
.circleLine i{position: absolute;width: 14px;height: 14px;border-radius: 50%;background: #d4d3d1;border-width: 3px;border-style: solid;}
.circleLine-t{top: -5px;left: 6px;border-color: #fff;}
.circleLine-b{bottom: -5px;right: 6px;border-color: #1f5dcb;}
.circlePage.ontrue .circleLine{animation: circleLn 5s ease-in infinite;}
@keyframes circleLn{0%{transform: rotate(0);}66%{transform: rotate(180deg);}100%{transform: rotate(360deg);}}
.project-wd{position: absolute;width: 100%;text-align: center;top: 50%;margin-top: -96px;z-index: 6;}
.project-wdtit li{font-size: 28px;color: #fff;}
.project-wddes{margin: 12px 0 36px;}
.project-wddes li .toLink-white{background-position: top 13px right 2px;}
.project-wddes li .toLink:after{bottom: 2px !important;}
.project-wdnum li, .project-wdnum span{font-size: 16px;color: #fff;font-family: 'GothamBook';}
.project-wdnum i{width: 52px;height: 1px;display: block;background: #fff;margin: 0 auto;}
.project-wdnum span{display: block;height: 36px;line-height: 36px;}
.project-wdsr{height: 36px;overflow: hidden;width: 100%;}
.project-wdsr li{height: 36px;display: block;line-height: 36px;}
.project-mbqq{display: none;width: 80px;height: 80px;position: absolute;left: 50%;margin-left: -40px;bottom: -2px;}
.project-mbqq:after {content: "";width: 80px;height: 80px;position: absolute;top: 0;left: 0;border: 2px solid #fff;border-radius: 50%;z-index: 1;box-sizing: border-box;}
.project-mbqqsvg {transform: rotate(-90deg);width: 80px;height: 80px;position: absolute;top: 0;left: 0;z-index: 2;}
.project-mbqqcir {stroke-dasharray: 0 503;}
.project-mbqq.ontrue .project-mbqqcir{animation: projectMbqq 5s ease-in infinite;}
@keyframes projectMbqq {0%{stroke-dasharray: 0 503;}100%{stroke-dasharray: 503 503;}}

.case{width: 100%;padding: 120px 0;}
.case-list{width: 100%;margin-top: 68PX;}
.case-list li{width: 23.5%;position: relative; background-color:#333333; transition: all 1s;}
.case-list li:hover { background-color:#eb0601; }
.case-list li:first-child{float: left;}
.case-list li:nth-child(2){float: left; margin-left:2%;}
.case-list li:nth-child(3){float: left; margin-left:2%;}
.case-list li:last-child{float: right;}
.case-img{width: 100%;overflow: hidden;display: block;}
.case-img img{width: 100%;object-fit: cover;transition: all 1s ease;/* height: 459px; */}
.case-img img:hover{transform: scale(1.04);}
.case-wd{width: 100%; position:absolute; top:0; left:0; padding-left:18px;}
.case-wd h6, .case-wd h1{font-size: 24px;color: #fff;transition: all .4s ease; display:block; padding:18px 0; position:relative; margin-bottom:80px;}
.case-wd h1:after {content: ""; position: absolute; bottom: 0; left: 0; width: 44px; background: #ffffff; height: 3px;}
.case-wdic{width: 100%;font-size: 0;margin: 28px 0 10px;}
.case-wdicitem{display: inline-block;vertical-align: middle;margin-right: 10px;}
.case-wdicitem:last-child{margin-right: 0;}
.case-wdicitem img, .case-wdicitem p{display: inline-block;vertical-align: middle;}
.case-wdicitem img{width: auto;}
.case-wdicitem p{/* margin-left: 12px; */}
.case-wdicitem p b, .case-wdicitem p span{font-size: 42px;color: #ffffff; display: block;line-height: normal;}
.case-wdicitem p span{color: #999;}
.case-list li:hover .case-wd h6{color: #ffffff;}
.case-list li:hover .case-wd h1{color: #ffffff;}
.case-list li:hover .toLink{color: #ffffff;background-image: url("../images/indArrH.png");}
.case-list li:hover .toLink:after {width: 100%;right: auto;left: 0;}

.indvd{width: 100%;position: relative;height: 542px;background-repeat: no-repeat !important;background-position: center !important;background-size: cover !important;}
.indvd-wd{position: absolute;width: 580px;text-align: center;left: 50%;margin-left: -290px;top: 50%;transform: translateY(-50%);z-index: 2;color: #fff;}
.indvd-wddh{width: 100%;}
.indvd-wd h5, .indvd-wd h2{font-size: 40px;}
.indvd-wd h6, .indvd-wd h1{font-size: 24px;line-height: 32px;margin: 24px 0;}
.indvd-wd p{font-size: 14px;}
.indvd-click{width: 60px;height: 60px;margin: 40px auto 0;}
.indvd-click i{display: block;width: 100%;height: 100%;background: url('../images/vdCk.png') no-repeat center /100% auto;cursor: pointer;}
.indvd-click:hover i{animation: indvdI .8s ease-in-out both;}
@keyframes indvdI{0%{transform: scale(1);}30%{transform: scale(.8);}50%{transform: scale(1);}70%{transform: scale(.9);}100%{transform: scale(1);}}

.news{width: 100%;padding: 120px 0;}
.news-list{width: 100%;margin-top: 68px;}
.news-list ul{margin-left: -2%;}
.news-list li{width: 31.3333%;margin-left: 2%;position: relative;float: left;}
.news-imgwd{display: block;width: 100%;}
.news-img{width: 100%;overflow: hidden;}
.news-img img{width: 100%;object-fit: cover;transition: all .8s ease-in-out;height: 336px;}
.news-wd{width: 100%;padding: 28px 0 0;}
.news-wd span{display: block;font-size: 14px;color: #888;font-family: 'GothamBook';}
.news-wd p{font-size: 20px;color: #333;line-height: 24px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin: 10px 0 30px;transition: all .4s ease;}
.news-imgwd:hover .news-img img{transform: scale(1.04);}
.news-imgwd:hover .news-wd p{color: #1f5dcb;}
.news-imgwd:hover .toLink {color: #1f5dcb;background-image: url('../images/indArrH.png');}
.news-imgwd:hover .toLink:after {width: 100%;right: auto;left: 0;}



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
    .project {padding-top: 100px;}
    .case, .news{padding: 100px 0;}
    .project-lp, .case-list, .news-list{margin-top: 64px;}
    .product-wd{left: 4%;}
    .indvd{height: 446px;}
    .news-img img{height: auto;}
    .case-img img{/* height: 423px; */}
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .project {padding-top: 80px;}
    .case, .news{padding: 80px 0;}
    .project-lp, .case-list, .news-list{margin-top: 58px;}
    .product-wdtit h6, .product-wdtit h1, .indvd-wd h5, .indvd-wd h2{font-size: 36px;}
    .product-img img{width: 468px;}
    .product-L .product-img-left{width: 468px;}
    .product-R .product-img-right{width: 468px;}
    .product-img{width: 234px;}
    .product-img-left {margin-left: -234px;}
    .product-img-right {margin-right: -234px;}
    .product {height: 668px;}
    .indvd-wd h6, .indvd-wd h1 {font-size: 20px;line-height: 30px;margin: 20px 0;}
    .news-img img{height: auto;}
    .case-img img{/* height: 380px; */}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .project {padding-top: 70px;}
    .case, .news{padding: 70px 0;}
    .project-lp, .case-list, .news-list{margin-top: 54px;}
    .product-wdtit h6, .product-wdtit h1, .indvd-wd h5, .indvd-wd h2 {font-size: 32px;}
    .indvd{height: 402px;}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .project {padding-top: 64px;}
    .case, .news{padding: 64px 0;}
    .project-lp, .case-list, .news-list{margin-top: 50px;}
    .project-qq{transform: scale(.8);}
    .project-lpimg{height: 600px;}
    .product-wddes p span{min-width: 82px;}
    .product {height: 550px;}
    .product-img img{width: 400px;}
    .product-L .product-img-left{width: 400px;}
    .product-R .product-img-right{width: 400px;}
    .product-img{width: 200px;}
    .product-img-left {margin-left: -200px;}
    .product-img-right {margin-right: -200px;}
    .case-wd h6, .case-wd h1{font-size: 22px;}
    .case-wdicitem {margin-right: 48px;}
    .case-wdic {margin: 24px 0 32px;}
    .indvd{height: 356px;}
    .indvd-wd h6, .indvd-wd h1 {font-size: 16px;line-height: 24px;margin: 16px 0;}
    .indvd-click {width: 54px;height: 54px;margin: 36px auto 0;}
    .news-wd p {font-size: 20px;line-height: 20px;margin: 10px 0 24px;}
    .product-wdtit h6, .product-wdtit h1, .indvd-wd h5, .indvd-wd h2 {font-size: 28px;}
    .news-img img{height: 250px;}
    .case-img img{/* height: 338px; */}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .project {padding-top: 58px;}
    .case, .news{padding: 58px 0;}
    .project-lp, .case-list, .news-list{margin-top: 44px;}
    .product-wddes p {font-size: 14px;line-height: 30px;}
    .product-wdtit h6, .product-wdtit h1, .indvd-wd h5, .indvd-wd h2 {font-size: 24px;}
    .product-wddes p span {min-width: 68px;}
    .case-wdicitem {margin-right: 32px;}
    .news-wd p {font-size: 18px;line-height: 20px;margin: 10px 0 20px;}
    .news-wd {padding: 24px 0 0;}
    .indvd{height: 320px;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .product-wddes {margin: 16px 0 24px;}
    .product {height: 480px;}
    .product-img img{width: 340px;}
    .product-L .product-img-left{width: 340px;}
    .product-R .product-img-right{width: 340px;}
    .product-img{width: 170px;}
    .product-img-left {margin-left: -170px;}
    .product-img-right {margin-right: -170px;}
    .case-wdicitem img{width: 40px;}
    .case-wdicitem p{margin-left: 8px;}
    .case-wdicitem p b, .case-wdicitem p span{font-size: 32px;}
	.case-wdic { margin: 20px 0 20px; }
	.case-wd h6, .case-wd h1 {margin-bottom:60px;}
    .indvd{height: 280px;}
    .banner-imgpc{display: none;}
    .banner-imgmb{display: block;}
    /* .bannerVideo, .banner .swiper-pagination span:first-child{display: none !important;} */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .banner .swiper-pagination {bottom: 18px;}
    .product-wd{margin-top: 0;top: 0;width: 100%;background: #fff;left: 0;padding: 36px 0 28px;text-align: center;}
    .product {height: 728px;}
    .product-L .product-left{width: 100%;}
    .product-L .product-right{width: 0%;}
    .product-R .product-left{width: 0%;}
    .product-R .product-right{width: 100%;}
    .indvd{background-position-x: -184px !important;}
    .news-img img{height: auto;}
    .case-img img{height: auto;}
}
@media screen and (max-width: 800px){
.case-wdic {
    margin: 20px 0 0px;
}
.case-wd h6, .case-wd h1 {
    font-size: 20px;
}
.case-wd h6, .case-wd h1 {
    margin-bottom: 20px;
}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .banner .swiper-pagination {bottom: 16px;}
	.banner-img .video-text h1 {font-size:18px;}
    .banner .swiper-pagination-bullet {width: 40px;margin: 0 6px !important;}
    .product-wdtit p {font-size: 16px;margin-top: 14px;}
    .product-wddes {margin: 12px 0;}
    .product-wddes p{line-height: 22px;}
    .product-img img{width: 280px;}
    .product-L .product-img-left{width: 280px;}
    .product-R .product-img-right{width: 280px;}
    .product-img{width: 140px;}
    .product-img-left {margin-left: -140px;}
    .product-img-right {margin-right: -140px;}
    .product {height: 608px;}
    .project {padding-top: 36px;}
    .project-lp, .case-list, .news-list {margin-top: 28px;}
    .case, .news {padding: 36px 0 40px;}
	.case-list li {width:49%; margin-bottom:12px;}
	.case-list li:nth-child(3) {margin-left:0;}
    .case-wd h6, .case-wd h1 {font-size: 20px; margin-bottom: 40px;}
	.case-img img { height: 300px; }
    .case-wdicitem img {width: 32px;}
    .case-wdicitem p b, .case-wdicitem p span {font-size: 24px;}
    .case-wdicitem p {margin-left: 6px;}
    .case-wdicitem {margin-right: 8px;}
    .case-wdic {margin: 16px 0 20px;}
    .indvd-wd {width: 100%;left: 0;margin-left: 0;padding: 0 4%;}
    .indvd-wd h6, .indvd-wd h1 {font-size: 14px;line-height: 20px;margin: 10px 0;}
    .indvd-wd p {line-height: 20px;}
    .indvd-click {width: 44px;height: 44px;margin: 24px auto 0;}
    .indvd {background-position-x: -584px !important;}
    .news-list ul {margin-left: 0;}
    .news-list li {width: 100%;margin-left: 0;}
    .news-wd p {margin: 10px 0 14px;}
    .news-list li:nth-child(n+2){margin-top: 24px;}
    .news-wd {padding: 18px 0 0;}
    .circlePage{display: none;}
    .project-qq {transform: scale(1);width: 100%;height: auto;}
    .project-wdtit li{font-size: 24px;}
    .project-wddes {margin: 6px 0 24px;}
    .project-lpimg {height: auto;min-height: 280px;}
    .project-wd {margin-top: -90px;}
    .project-mbqq{display: block;}

    .popVideo-content{width: 92%;}
    .popVideo-close {right: 0;top: -32px;}
    .product-imgbox{height: 66%;top: auto;bottom: 0;}
    .news-img img{height: auto;max-height: 220px;}
}
.xxypadding{
	padding: 100px 0;
}
.homeabout{
	background-size: cover;
	background-repeat: no-repeat;
}
.homeabout .aboutbox{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.homeabout .aboutbox .abouttext .textbox h2 span {position:relative;padding-bottom:20px;}

.homeabout .aboutbox .aboutimg{
	max-width: 44.5%;
	position: relative;
}
.homeabout .aboutbox .aboutimg:before{
	content: "ABOUT US";
	display: block;
	position: absolute;
	left: 0;
	top: 60%;
	transform: translate(-50%,-50%) rotateZ(-90deg);
	font-size: 60px;
	color: #fff;
	z-index: 0;
}
.homeabout .aboutbox .aboutimg:after{
	content: "ABOUT US";
	display: block;
	position: absolute;
	left: 0;
	top: 60%;
	transform: translate(-50%,-50%) rotateZ(-90deg);
	font-size: 60px;
	color: #fff;
	z-index: 99;
	opacity: 0.11;
}
.homeabout .aboutbox .aboutimg .imgbox{
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.homeabout .aboutbox .aboutimg .imgbox video{
	display: block;
	width: 100%;
}
.homeabout .aboutbox .abouttext{
	width: 50%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.homeabout .aboutbox .abouttext .textbox img{
	max-width: 100px;
	display: block;
	margin-bottom: 22px;
}
.homeabout .aboutbox .abouttext .textbox h2{
	font-size: 40px;
	color: #222;
	margin-bottom: 30px;
}
.homeabout .aboutbox .abouttext .textbox h3{
	font-size: 20px;
	color: #444;
	margin-bottom: 30px;
	line-height:32px;
}
.homeabout .aboutbox .abouttext .textbox div,.homeabout .aboutbox .abouttext .textbox div p{
	font-size: 14px;
	color: #555;
	margin-bottom: 30px;
	text-align: justify;
	line-height: 28px;
}

.homeabout .aboutbox .abouttext .textbox a{
	font-size: 15px;
	color: #fff;
	display: inline-block;
	padding: 12px 44px;
	border-radius: 6px;
	background: -webkit-gradient(linear, 0 100%, 100% 0, from(#b5722e), to(#eb0601));
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: background 2s;
}
.homeabout .aboutbox .abouttext .textbox a span {display:block;}
.homeabout .aboutbox .abouttext .textbox a:hover{
	background: #eb0601;
}

.homeabout .aboutbox .abouttext .textbox i { display: block; width: 100%; height: 2px; background: #eb0601; margin: 20px 0 30px 0;}
/**********************************/
/* 响应式 */
@media screen and (max-width: 1600px){
.homeabout .aboutbox .abouttext .textbox h2{font-size: 36px;}
.homeabout .aboutbox .abouttext .textbox h3{font-size: 27px;}
.xxypadding{padding: 90px 0;}
}
@media screen and (max-width: 1500px){
.homeabout .aboutbox .abouttext .textbox h2{font-size: 32px;}
.homeabout .aboutbox .abouttext .textbox h3{font-size: 20px;}
.xxypadding{padding: 80px 0;}
}
@media screen and (max-width: 1400px){
.homeabout .aboutbox .abouttext .textbox h2{font-size: 30px;}
.homeabout .aboutbox .abouttext .textbox h3{font-size: 20px;}
.xxypadding{padding: 60px 0;}
}
@media screen and (max-width: 1300px){
.homeabout .aboutbox .aboutimg:before,.homeabout .aboutbox .aboutimg:after{top: 50%}
}
@media screen and (max-width: 1200px){
.homeabout .aboutbox .abouttext .textbox h2{font-size: 30px;}
.homeabout .aboutbox .abouttext .textbox h3{margin-bottom: 20px;}
.homeabout .aboutbox .abouttext .textbox div{margin-bottom: 40px;}
.xxypadding{padding: 30px 0;}
}

@media screen and (max-width: 1024px){
.homeabout .aboutbox .aboutimg:before, .homeabout .aboutbox .aboutimg:after{font-size: 60px;}
.homeabout .aboutbox .abouttext .textbox img{max-width: 80px;margin-bottom: 12px;}
.homeabout .aboutbox .abouttext .textbox div{margin-bottom: 20px;line-height: 24px;}
.homeabout .aboutbox .abouttext .textbox h3{font-size: 20px;}
}
@media screen and (max-width: 900px){
.homeabout .aboutbox .abouttext .textbox h2{font-size: 28px;}
.homeabout .aboutbox .abouttext .textbox h3{font-size: 20px;}
}
@media screen and (max-width: 800px){
.homeabout .aboutbox{flex-direction: column;}
.homeabout .aboutbox .aboutimg{max-width: unset;margin-bottom: 20px; margin-top: 20px;}
.homeabout .aboutbox .abouttext{width: 100%;}
}
@media screen and (max-width: 700px){
.homeabout .aboutbox .abouttext .textbox h2{font-size: 30px;}
}
@media screen and (max-width: 500px){
.homeabout .aboutbox .abouttext .textbox h2{font-size: 22px;}
.homepro .xxypadding{padding-bottom: 0;}
}
/*新闻中心*/
.i_news{ overflow:hidden; background:url(../images/i_bg7.jpg) center center no-repeat; background-size:cover; padding:70px 0;}
.i_news .i_new_box{ margin-top:3%; overflow:hidden; /* margin-bottom:6%; */}
.i_news .i_news_l{ float:left; width:602px;  overflow:hidden; margin-right:64px;}
.i_news .i_news_l .newimg {display:none;}
.i_news .i_news_l .newimg.newon {display:block;}
.i_news .i_news_l .cons{ overflow:hidden;text-align:left;}
.i_news .i_news_l .cons .imgs{ overflow:hidden; position:relative; padding-top:55.15%;}
.i_news .i_news_l .imgs img{display:block;width: 100%; height:100%; position:absolute; top:0; left:0; }
.i_news .i_news_l .imgs img{ overflow:hidden;background-repeat:no-repeat; background-position:center center; background-size:cover;transition:all 0.7s;}
.i_news .i_news_l:hover .imgs img{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}
.i_news .i_news_l .cons .h3{ font-weight:bold; height:28px; line-height:28px; overflow:hidden; color:#333; margin-top:4%;white-space:nowrap;text-overflow:ellipsis; font-size:20px;}
.i_news .i_news_l .cons .h3 em{ font-weight:normal; float:right; margin-left:10px; overflow:hidden; font-style:normal; color:#888888; font-size:15px; font-family:Arial;}
.i_news .i_news_l .cons .p{ line-height:28px; height:56px; overflow:hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;color:#999999; font-size:14px; margin-top:2%;}
.i_news .i_news_l:hover .cons .h3{ color:#b47030;}
.i_news .i_news_r{ overflow:hidden;}
.i_news .i_news_r .i_news_ul{ overflow:hidden;}
.i_news .i_news_r .i_news_ul .inr-list{display: block;margin-top: 15px; padding-bottom:32px; overflow:hidden;/* border-bottom:1px solid #f4f4f4;*/ text-align:left;}
.i_news .i_news_r .i_news_ul .inr-list:last-child{ margin-bottom:0; border-bottom:0;}
.i_news .i_news_r .i_news_ul .inr-list .inr-l{/* width: 60px; */float: left;  text-align:center; overflow:hidden; margin-right:60px; padding-right:60px; position:relative; border-right:1px solid #e1e1e1;}
.i_news .i_news_r .i_news_ul .inr-list .inr-l .h4{font-size: 42px;color: #333; font-family:Arial;line-height: 40px; height:40px;  font-weight:normal; overflow:hidden;}
.i_news .i_news_r .i_news_ul .inr-list .inr-l .h5{font-size: 15px;color: #888888;/*font-family: 'Open sans';*/ font-family:Arial; margin-top:4px; line-height:24px; height:24px; overflow:hidden;border-top:1px solid #e1e1e1; padding-top:3px;}
.i_news .i_news_r .i_news_ul .inr-list .inr-r{ overflow:hidden;}
.i_news .i_news_r .i_news_ul .inr-list .inr-r .h3{ font-size: 18px;color: #333333;line-height: 36px; height:36px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;transition:all 0.3s; font-weight:bold; }
.i_news .i_news_r .i_news_ul .inr-list:hover .inr-r .h3{ margin-left:3px;}
.i_news .i_news_r .i_news_ul .inr-list .inr-r .p{ height: 36px;font-size: 14px;color: #888888;line-height: 36px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;}
.i_news .i_news_r .i_news_ul .inr-list:hover .inr-r .h3{ color:#eb0601;}

@media screen and (max-width:1360px) {
/*新闻中心*/
.i_news .i_news_l{ margin-right:40px;}
}
@media screen and (max-width:1200px) {
/*新闻中心*/
.i_news .i_news_l{ margin-right:3%;}
}
@media screen and (max-width:1100px) {
/*新闻中心*/
.i_news .i_news_l{ width:500px;}
.i_news .i_news_r .i_news_ul .inr-list{ padding-bottom:20px; margin-top:8px;}
}
@media screen and (max-width:960px) {
/*新闻中心*/
.i_news .i_news_l{ width:400px;}
.i_news .i_news_l .cons .h3{ font-size:18px;}
.i_news .i_news_l .cons .h3 em{ font-size:14px;}
.i_news .i_news_l .cons .p{ font-size:13px; line-height:24px; height:48px;}
.i_news .i_news_r .i_news_ul .inr-list{ padding-bottom:12px; margin-top:5px;}
.i_news .i_news_r .i_news_ul .inr-list .inr-l{ width:50px; padding-right:15px; margin-right:15px;}
.i_news .i_news_r .i_news_ul .inr-list .inr-l .h4{ font-size:36px; height:36px; line-height:36px;}
.i_news .i_news_r .i_news_ul .inr-list .inr-l .h5{ font-size:14px; margin-top:0;}
.i_news .i_news_r .i_news_ul .inr-list .inr-r .p{ height:30px; line-height:30px; font-size:13px;}
.i_news .i_news_r .i_news_ul .inr-list .inr-r .h3{ font-size:16px;}
}
@media screen and (max-width: 780px) {
/*新闻中心*/
.i_news .i_new_box{ margin-top:4%;}
.i_news .i_news_l{ width:100%; float:none; margin-right:0;}
.i_news .i_news_r{ margin-top:3%;}
}
@media screen and (max-width: 480px) {
/*新闻中心*/
.i_news .i_news_l .cons .h3{ font-size:16px;}
.i_news .i_news_l .cons .p{ font-size:12px; line-height:22px; height:44px;}
.i_news .i_news_r .i_news_ul .inr-list .inr-l .h4{ font-size:30px;}
.i_news .i_news_r .i_news_ul .inr-list .inr-l .h5{ font-size:13px; height:20px; line-height:20px;}
.i_news .i_news_r .i_news_ul .inr-list .inr-r .h3{ font-size:15px; height:30px; line-height:30px;}
.i_news .i_news_r .i_news_ul .inr-list .inr-r .p{ font-size:12px;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
	.homeabout .aboutbox .aboutimg:before, .homeabout .aboutbox .aboutimg:after {font-size: 36px;}
}