*{padding:0; margin:0; border:0; outline:0; box-sizing:border-box;}
@font-face {
	font-family:'gilroy_bold';
	src: url('../font/gilroy-bold-4.otf') format('truetype');
}
@font-face {
	font-family:'gilroy_regular';
	src: url('../font/gilroy-regular-3.otf') format('truetype');
}
body,h1,h2,h3,h4,h5,h6,br,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,textarea,img{border:0;margin:0;padding:0;}
/* 设置默认字体 */
body,textarea,input,button,select,keygen,legend{font-size:14px; line-height:24px; font-family:'gilroy_regular',Verdana,sans-serif; color:#666;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
/* 重置列表元素 */
ul,li,ol{list-style:none;}
img{vertical-align:middle;}
/* 重置超链接元素 */
a{text-decoration:none; color:#666;}
a:hover{color:#ea772c; text-decoration:none; -webkit-transition:.3s; transition:.3s;}
/* 重置图片元素 */
.fl{float:left;}
.fr{float:right;}
.w1600{width:95%; max-width:1600px; margin:auto;}
.flex{display:flex; justify-content:space-between; align-items:center;}

/* 重置表格元素 */
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;}

/* 头部部分 */
.top_bg{width:100%; height:80px; margin:auto; background:#fff; position:fixed; top:0; left:0; right:0; z-index:9999; -webkit-transition:.3s; transition:.3s; box-shadow:-20px 20px 30px 0px rgba(158,158,158,.3);}
.w1600{width:95%; max-width:1600px; margin:auto;}
.top{width:95%; max-width:1600px; margin:auto;}
.logo{float:left;}
.logo img{height:62px;}

.navMenu{float:left;}
.navMenu>li{float:left; position:relative; line-height:80px; font-size:18px;}
.navMenu>li>a{padding:0 22px; color:#333; display:block; font-weight:bold;}
.navMenu>li>a:after{content:'';display:block;width:60px;height:4px;background:#ea772c;position:absolute;left:50%;bottom:0;margin-left:-30px;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:scaleX(0);transform:scaleX(0);}
.navMenu>li:hover>a:after,.navMenu>li.on>a:after{-webkit-transform:scaleX(1);transform:scaleX(1);}
.navMenu>li>a:hover,.navMenu>li.on>a{color:#ea772c;}
.navMenu>li>ul.sub-menu{position:absolute; left:50%; margin-left:-110px; top:80px; z-index:3; display:none; background:#fff; width:220px; box-shadow:0 5px 10px #333; z-index:9999;}
.navMenu>li>ul.sub-menu li{background:none; margin:0; padding:0; position:relative; border-bottom:1px solid #e9e9e9; text-align:left;}
.navMenu>li>ul.sub-menu li:last-of-type{border-bottom:none;}
.navMenu>li>ul.sub-menu li>a{display:block; font-size:15px; line-height:24px; padding:6px 20px; clear:both;}
.navMenu>li>ul.sub-menu li>a.active,.navMenu>li>ul.sub-menu li>a:hover,.navMenu>li>ul.sub-menu>li.active >a{background:#ea772c; color:#fff;}
.navMenu>li>ul.sub-menu li>ul{position:absolute; left:180px; top:0; background:#eee; width:180px;}
.navMenu>li>ul.sub-menu li>ul>li{border-bottom:1px solid #fff;}
.phxia{display:none;}
.top_r{float:right;}
.Hsrch{margin:13px 40px 0 0; float:left;}
.Hsrch-menu{display:block; background:url(../image/fdj.png) center no-repeat; width:20px; height:20px;}
.Hsrch-box{width:100%;height:100px;background:#fff;position:absolute;top:0;left:0;display:none;z-index:1002;}
.Hsrch-block{width:85% !important; max-width:1600px; height:44px; margin:20px auto 0;}
.Hsrch-block .btn{width:24px;height:41px;background:url(../image/icon-Hsrch2.png) no-repeat center center;float:left;border:0;margin-top:3px;}
.Hsrch-block .close{display:block;width:24px;height:32px;background:url(../image/icon-close2.png) no-repeat center center;float:right; margin-top:10px;}
.Hsrch-block .text{width:92%;height:44px;float:left;margin:0 0 0 20px;border:none;border-bottom:1px solid #e9e9e9;}
.Hsrch-block .text::-webkit-input-placeholder{color:#6f6f6f;}
.Hlang:hover .Hlang-box{display:block;}
.top_rlg{float:right; background:#f5f5f5; border-radius:6px; padding:10px 30px; font-size:16px; font-weight:bold; color:#000;}
.top_rlg a:hover{color:#ea772c;}


.top_rlg{position: relative;float:left;}
.top_rlg em:hover{transform: scale(1.1); cursor: pointer;}
.top_rlg .on span{transform: rotate(180deg);}
.top_rlg ul{position: absolute;top:50px;left: 50%;transform: translateX(-50%);background: rgba(0, 0, 0, 0.5);z-index: 999;width: 100%;display: none;}
.top_rlg ul li a{display: block;font-size: 18px;color: #fff;text-align: center;line-height: 40px;transition: 0.4s;}
.top_rlg ul li a:hover{color: #f5b788;}
.top_rlg ul li .active{color: #ea772c;}


/* 首页焦点图部分 */
.banner{width:100%; margin:80px auto 0; overflow:hidden; position:relative;}
.banner .swiper-slide .m{display:none;}
.banner .swiper-slide img{width:100%; display:block; transform:scale(1.1); -webkit-transform:scale(1.1); -webkit-transition:all 0.4s linear 1.2s; transition:all 0.4s linear 1.2s; -webkit-transition:all 0.4s linear 1.2s;}
.banner .swiper-slide-active img{transition-delay:0.4s !important; transform:scale(1); -webkit-transform:scale(1);-webkit-transition:all 5.0s linear; transition:all 5.0s linear;}
.banner .swiper-pagination-bullet{background:#fff;}
.banner .swiper-pagination-bullet-active{background:#ea772c;}
.banner .swiper-button-next,.banner .swiper-button-prev{color:#fff; width:40px; height:40px; background:rgba(0,0,0,.5); border-radius:15px 5px;}
.banner .swiper-button-prev{left:5%;}
.banner .swiper-button-next{right:5%;}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{background:#ea772c;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after{font-size:20px; color:#fff !important;}
.banner .swiper-pagination-bullet{width:13px; height:13px; border-radius:5px 0; margin:0 5px !important; opacity:.9;}
.banner .swiper-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-bullets.swiper-pagination-horizontal,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{bottom:30px !important;}

/* 首页业务领域部分 */
.in_hxys{width:100%; margin:80px auto 0;}
.in_title{width:95%; max-width:1600px; margin:auto;}
.in_title_wen{display:flex; justify-content:center; align-items:center;}
.in_title_wen em{margin-right:20px;}
.in_title_wen h3{font-size:36px; line-height:40px; text-transform:uppercase;}
.in_title_wen h3 a{color:#333333; font-family:"gilroy_bold";}
.in_title_wen h3 a:hover{color:#ea772c;}

.in_hxys_list{width:100%; margin:60px auto 0;}
.in_hxys_list li{width:25%; height:650px; float:left; border-right:1px solid #ccc; position:relative; transition:all 0.5s; overflow:hidden;}
.in_hxys_list li:last-of-type{border-right:none;}
.in_hxys_list li .pic{width: 100%; height: 100%; position: relative; overflow: hidden; background:rgba(0,0,0,.9); transition: 0.3s;}
.in_hxys_list li .pic img{width: 100%; height: 100%; object-fit:cover; left:0; position: absolute; text-align:center; transition: all 2.5s; opacity: 0.4;}
.in_hxys_list li .content{transition: 0.5s; text-align:center; z-index:9; bottom:0; left:0; position: absolute; width: 100%; height:100%; color: #fff; padding:25% 5% 0;}
.in_hxys_list li .content a{color: #fff !important;}
.in_hxys_list li .content .icon{opacity:0; width:80px; height:80px; position:relative; margin:0 auto 30px; transition: 0.3s;}
.in_hxys_list li .content .icon img{width:80px; display:block;}
.in_hxys_list li .content .tit h3{font-size:30px; font-family:"gilroy_bold"; position:relative; height:40px;}
.in_hxys_list li .content .tit span{width:60px; display:block; margin:0 auto 30px;}
.in_hxys_list li .content .tit span img{width:60px;}
.in_hxys_list li:hover .content .tit span{display:none;}
.in_hxys_list li .content .nr{font-size:16px; padding:2.5%; text-align:center; line-height:30px; opacity:0; transition: 0.5s;}
.in_hxys_list li .content i{opacity:0; display:block; font-style:inherit; text-align:center; margin:12% auto 0; transition: 0.3s; text-decoration:underline;}
.in_hxys_list li:hover .pic{background:rgba(236,129,0,.9);}
.in_hxys_list li:hover .pic img{transform: scale(1.1); opacity:0.1;}
.in_hxys_list li:hover .content .nr,.in_hxys_list li:hover .content .icon,.in_hxys_list li:hover .content i{opacity:1;}
.in_hxys_list .youshi_li{width:22%;}
.in_hxys_list .youshi_li_active{width:34%;}

/* 首页三大基地部分 */
.in_digital{width:95%; max-width:1600px; margin:80px auto 0;}
.in_digital_box{width:100%; margin:60px auto 0;} 
.in_digital_box li{width:31.333%; float:left; margin-right:3%; background:#fff; border-radius:10px; border:1px solid #e9e9e9; padding:1px; transition:all .5s; overflow: hidden;}
.in_digital_box li:nth-child(3n){margin-right:0;}
.in_digital_box li:hover{transform:translateY(-10px); box-shadow:0 5px 15px rgba(0,0,0,.3); border-color:#ea772c; transition:all .5s ease-in-out;}
.in_digital_box li .desc{width:100%; margin:auto; padding:30px 20px 20px;}
.in_digital_box li .desc h3{font-size:30px; line-height:30px; font-family:"gilroy_bold";}
.in_digital_box li .desc h3 a{color:#000;}
.in_digital_box li:hover .desc h3 a{color:#ea772c;}
.in_digital_box li .desc .wen{font-size:15px; line-height:22px; margin-top:10px; display:block; overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; white-space:normal;}
.in_digital_box li .desc .more{display:block; margin-top:10px;}
.in_digital_box li .desc .more a{font-size:15px; font-weight:bold; color:#333; background:url(../image/in_sdgc_jt.png) right no-repeat; padding-right:20px;}
.in_digital_box li:hover .desc .more a{color:#ea772c; background:url(../image/in_sdgc_jth.png) right no-repeat; padding-right:20px;}
.in_digital_box li .pic{width:100%; margin:20px auto 0; overflow:hidden; border-bottom-left-radius:10px; border-bottom-right-radius:10px;}
.in_digital_box li .pic img{width:100%; display:block; transition:all .5s;}
.in_digital_box li:hover .pic img{-webkit-transform:scale(1.1); transform:scale(1.1); transition:all .5s ease-in-out; cursor:pointer;}

/* 首页关于我们部分 */
.in_aboutbg{width:100%; margin:80px auto 0; background:url(../image/in_aboutbg.jpg) fixed left no-repeat; background-size:cover; padding:80px 0 0;}
.in_about_box{width:100%; margin:0 auto;}
.in_about_ltxt{width:48%;}
.in_about_ltxt .title{width:100%; float:left; margin-bottom:40px;}
.in_about_ltxt .title em{float:left; margin-right:20px;}
.in_about_ltxt .title h3{float:left; font-size:36px; line-height:36px; font-family:"gilroy_bold"; text-transform:uppercase;}
.in_about_ltxt .title h3 a{color:#333333;}
.in_about_ltxt .title h3 a:hover,.in_about_ltxt .title h3 span{color:#ea772c;}
.in_about_ltxt h4{font-size:25px; font-weight:bold; color:#000; line-height:30px;}
.in_about_ltxt .desc{font-size:16px; line-height:32px; margin-top:20px;}

.in_title2_more{margin-top:40px;}
.in_title2_more .a{display:inline-flex; width:180px; line-height:52px; font-size:16px; color:#ea772c; -webkit-transition: 0.4s; transition: 0.4s; background:#fff; border-radius:10px; border:1px solid #ea772c; -webkit-box-pack:center; -webkit-justify-content:center; -ms-flex-pack:center; justify-content:center;}
.in_title2_more .a:hover{background:#000; color:#fff; border-color:#000;}
.in_title2_more .a em{margin-left:20px; -webkit-transition:.4s; transition:.4s;}
.in_title2_more .a:hover em{-webkit-transform:rotate(45deg); transform:rotate(45deg); margin-left:30px;}

.in_about_rpic{width:49%; background-color:#fff; padding:10px; overflow:hidden;}
.in_about_rpic img{width:100%; display:block; transition:all .5s;}
.in_about_rpic:hover img{transform:scale(1.1); transition:all .5s ease-in-out;}
.in_shuzhi{width:100%; margin:60px auto 0; background:#ea772c; /*padding:40px 0 60px; */overflow:hidden;}
.indAb-num{width:100%; margin:auto;}
.indAb-num li{float:left; text-align:center; width:18%; margin:40px 2% 0 0; transition:all .5s; position:relative;}
.indAb-num li:last-of-type{margin-right:0;}
.indAb-num li:hover{border-color:#ea772c; transform:translateY(-5px); transition:all .5s ease-in-out; cursor:pointer;}
.indAb-num-con .num{width:100%; float:left;}
.indAb-num-con .num span{float:left; font-size:60px; margin-right:5px; font-family:"gilroy_bold"; font-weight:500; color:#fff;}
.indAb-num-con .num sup{float:left; vertical-align:top; color:#fff; font-size:24px;}
.indAb-num-con .title{float:left; text-align:left; font-size:14px; margin-top:15px; color:#fff;}

/* 首页新闻资讯部分 */
.in_newsbg{width:100%; margin:0 auto; background:url(../image/in_newsbg.jpg) center no-repeat; background-size:cover; padding:60px 0 80px; overflow:hidden;}
.in_news_box{width:95%; max-width:1600px; margin:40px auto 0;}
.in_news_boxl{width:65%; float:left;}
.in_news_boxl li{width:49%; float:left; background:#fff; border-radius:10px; border:1px solid #e9e9e9; padding:1px; margin-right:2%; position:relative;}
.in_news_boxl li:nth-child(2n){margin-right:0;}
.in_news_boxl li:hover{border-color:#ea772c; transform:translateY(-5px); transition:all .5s ease-in-out;}
.in_news_boxl li .bti{height:44px; background:rgba(0,0,0,.8); border-top-left-radius:10px; text-align:center; padding:0 10px; line-height:44px; color:#fff; font-weight:bold; position:absolute; left:1px; top:1px; z-index:10;}
.in_news_boxl li:hover .bti{background:rgba(234,119,44,.9);}
.in_news_boxl li .pic{width:100%; float:left; border-radius:10px 10px 0 0; overflow:hidden;}
.in_news_boxl li .pic img{width:100%; display:block; transition:all .5s;}
.in_news_boxl li:hover .pic img{-webkit-transform:scale(1.1); transform:scale(1.1);  transition:all .5s ease-in-out;}
.in_news_boxl li .desc{width:100%; float:left; padding:30px 25px; overflow:hidden;}
.in_news_boxl li .desc h4{font-size:22px; color:#000; font-family:"gilroy_bold"; line-height:30px; overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:normal;}
.in_news_boxl li .desc h4 a{color:#000;}
.in_news_boxl li:hover .desc h4 a{color:#ea772c;}
.in_news_boxl li .desc .wen{margin-top:20px; font-size:16px; line-height:22px; color:#333; overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:normal;}
.in_news_boxl li .time{font-size:16px; color:#999; margin-bottom:10px;}
.in_news_boxl li:hover .time{color:#ea772c;}
.in_news_boxr{width:33%; height:595px; float:right; background:#fff; border-radius:10px; border:1px solid #e9e9e9; position:relative; padding:40px 25px 30px; overflow-y:scroll;}
.in_news_boxr li{width:100%; float:left; margin-top:25px; padding-top:15px; border-top:1px dashed #e9e9e9;}
.in_news_boxr li .bti{height:44px; background:rgba(0,0,0,.5); border-top-left-radius:10px; text-align:center; padding:0 15px; line-height:44px; color:#fff; font-weight:bold; position:absolute; left:0; top:0; z-index:10;}
.in_news_boxr li .tit{width:100%; float:left;}
.in_news_boxr li .tit h4{width:100%; float:left; font-size:20px; color:#333; font-weight:bold; line-height:30px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:normal;}
.in_news_boxr li:hover .tit h4{color:#ea772c;}
.in_news_boxr li .tit span{display:block; font-size:15px; color:#999; margin-bottom:10px;}


/* 底部版权部分 */
.footer_bg{width:100%; margin:auto; background:#000; padding:50px 0 30px; overflow:hidden;}
.footer_up{width:100%; margin:auto; border-bottom:1px solid rgba(255,255,255,.1); padding-bottom:40px;}
.footer_up_logo{float:left;}
.footer_code_box{float:right; margin-top:10px;}
.footer_code_title{color:#999; font-size:16px; float:left; line-height:40px;}
.footer_code{float:left; margin-left:6px;}
.footer_code a{float:left; margin-right:10px;}
.footer_code a span{display:block; transition:all .4s ease;}
.footer_code a:hover span img{opacity:.8; transform:scale(0.9);}
.footer_code a:last-child{margin-right:0;}

.footer{width:95%; max-width:1600px; margin:40px auto 0; align-items:normal;}
.footer_navbar{flex:1;}
.footer_navbar ul{justify-content: space-between; align-items:inherit;}
.footer_navbar li{width: auto;position: relative;}
.footer_menu{font-size:20px;color:#fff;display: flex;}
.footer_arrow{display: none;}
.footer_drop{width:100%;margin-top:12px;}
body.PC .footer_drop{display:block !important;}
.footer_drop a{display:block; font-size:16px; color:#999; line-height:1; padding:8px 0; transition:all .4s ease;}
.footer_drop a:hover{color:#ea772c;}
.footer_drop .cont_txt{color:#999; line-height:25px; font-size:16px;}
.ewm_pic img{width:140px; display:block;}
.ewm_wz{display:block; text-align:center; color:#999; margin-top:10px;}

.copyright{width:100%; margin:60px auto 0; border-top:1px solid rgba(255,255,255,.1); padding-top:30px; color:#999;}
.copyright_l{float:left;}
.copyright_l a{font-size:14px; color:#999; line-height:36px;}
.copyright_l a:hover,.copyright_r a:hover{color:#ea772c;}
.copyright_r{float:right;}
.copyright_r{width:200px; float:right; position:relative;}
.copyright_r p{width:100%; float:left; line-height:36px; border:1px solid #333; color:#666; border-radius:6px; cursor:pointer; font-size:16px; padding-left:10px;}
.copyright_r p i{height:36px; float:right; margin-right:10px; padding:0 10px 0 20px;}
.copyright_r p i img{width:9px; vertical-align:middle;}
.copyright_r dl{position:absolute; z-index:2; left:0; bottom:38px; width:100%; display:none; border-radius:6px;}
.copyright_r dd{border:#333 solid 1px; border-bottom:none;}
.copyright_r dd a{display:block; height:30px; line-height:30px; padding-left:20px; background:#222; color:#999; font-size:15px;}
.copyright_r dd a:hover{color:#ea772c;}

/* 在线客服部分 */
.side{position:fixed;width:54px;height:275px;right:0;top:275px;z-index:10000;}
.side ul li{width:54px;height:54px;float:left;position:relative;margin-bottom:2px;}
.side ul li .wx{width:220px;position:absolute; bottom:54px;right:0; display:none;}
.side ul li a:hover .wx{display:block;}
.side ul li .wx img{width:100%; display:block;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;background:#333; color:#fff; line-height:54px; font-size:14px;overflow:hidden; border-radius:5px 0 0 5px;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#333; border-radius:5px 0 0 5px;}
.side ul li .sidetop:hover{background:#ea772c;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}

/* 内页焦点图部分 */
.ny_bn{width:100%; height:400px; margin:80px auto 0; position:relative; overflow:hidden; display:flex; align-items:center;}
.ny_bn img{width:100%; height:100%; object-fit:cover; position:absolute; left:50%; top:0; margin-left:-50%;}
.nytxt{width:95%; max-width:1600px; margin:0 auto; z-index:20; position:relative;}
.nytxt .t1{display:block; font-size:36px; text-align:left; letter-spacing:3px; margin-bottom:40px; font-weight:bold; text-transform:uppercase; color:#ea772c;}
.nytxt .t2{display:block; text-align:left;}
.nytxt .t2 span{position:relative; font-size:16px; color:#333;}
.nytxt .t2 span a{color:#333; padding:0 5px;}
.nytxt .t2 span a:hover{color:#ea772c; font-weight:bold;}
.nytxt .t2 span:before{content:"";position:absolute;right:0%;top:50%;width:120px;height:1px;margin-right:-150px;background:rgba(255,255,255,.2);}
.nytxt .t2 span em{font-weight:bold; color:#ea772c; padding-left:5px;}
/*文字缓动2*/
.nytxt .t1,.nytxt .t2{animation:mymovet 0.8s infinite;-webkit-animation:mymovet 0.8s infinite;animation-iteration-count:1;-webkit-animation-iteration-count:1;}
.page-dd{display:block; width:58px; height:58px; background:url(../image/icon-Pdd.png) no-repeat center center; margin-top:40px; animation:pageDD 1.8s linear infinite; -webkit-animation:pageDD 1.8s linear infinite; position:absolute; left:-1%; bottom:-120px; z-index:11;}

@keyframes pageDD{
0%{transform:translateY(0px) scale(1);-webkit-transform:translateY(0px) scale(1);opacity:1;}
50%{transform:translateY(30px) scale(.9);-webkit-transform:translateY(30px) scale(.9);opacity:.2;}
100%{transform:translateY(0px) scale(1);-webkit-transform:translateY(0px) scale(1);opacity:1;}
}

@keyframes mymovet{
from{transform:translateY(50px);opacity:0;}
to{transform:translateY(0px);opacity:1;}
}

@-webkit-keyframes mymovet{
from{transform:translateY(50px);opacity:0;;}
to{transform:translateY(0px);opacity:1;}
}

/* 内页子栏目部分 */
.ny_navbg{width:100%;margin:auto;background:#f5f7f9;overflow:hidden; box-shadow:0 5px 20px rgba(0,0,0,.1);/*position:sticky; */top:0; z-index:999;}
.ny_nav{width:95%; max-width:1600px; margin:auto; text-align:left;}
.ny_nav li{display:inline-block; position:relative; margin-bottom:10px;}
.ny_nav li a{display:block; padding:0 30px; font-size:18px; font-weight:400; color: #333; background: transparent; text-align: center; line-height:62px; -webkit-transition: all .5s; transition: all .5s; position: relative; z-index:1;}
.ny_nav li a:after{content:''; display: block; width:70px; height:3px; background:#ea772c; position:absolute; left:50%; bottom:-10px; margin-left:-35px; -webkit-transition: all .3s; transition: all .3s; -webkit-transform: scaleX(0); transform: scaleX(0);}
.ny_nav li a:hover:after,.ny_nav li a.on:after{-webkit-transform:scaleX(1); transform: scaleX(1);}
.ny_nav li a:hover,.ny_nav li a.on{color:#ea772c; font-weight:bold;}

.about_box{width:95%; max-width:1600px; margin:60px auto 0;}
.about_box_text{width:100%; margin:auto;}
.about_box_text .txt{width:48%;}
.about_box_text .txt h3{font-size:30px; line-height:30px; font-family:"gilroy_bold"; color:#ea772c;}
.about_box_text .txt h4{font-size:24px; line-height:30px; font-weight:bold; color:#000; margin-top:20px;}
.about_box_text .desc{font-size:16px; line-height:32px; margin-top:20px;}
.about_box_pic{width:49%; background-color:#f9f9f9; padding:10px; overflow:hidden;}
.about_box_pic img{width:100%; display:block; transition:all .5s;}
.about_box_pic:hover img{transform:scale(1.1); transition:all .5s ease-in-out;}

/* 内页企业文化部分 */
.abowh{width:100%; position:relative; background:#999; overflow:hidden;}
.abowh-img{width:100%;height:796px;position:relative;}
.abowh-img img{width:100%;position:absolute;height:100%;top:0;left:0;transition:all .4s ease;opacity:0;}
.abowh-img img.active{opacity:1;}
.abowh-img::after{content:"";position:absolute;z-index:2;width:100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, .3);}
.abowh-head{position:absolute;z-index:10;text-align:center;width:100%;left:0;top:0; padding-top:60px; font-size:36px; font-weight:bold; color:#fff;}
.abowh-list{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 4;}
.abowh-link{flex: 1;height: 100%;position: relative;display: flex;flex-direction: column;align-items: center;justify-content: center;transition: background .6s ease;}
.abowh-link::before{content: "";position: absolute;width: 1px;height: 100%;top: 0;left: 0;background: rgba(255, 255, 255, 0.3);}
.abowh-link:first-child:before{display: none;}
.abowh-link .name{font-size:30px; font-weight:bold; line-height:36px; margin-top:40px; color:#fff;}
.abowh-link .txt{font-size:18px; margin-top:20px; line-height:30px; color:#fff; text-align:center; padding:0 20px;}
.abowh-link .num{position: absolute;width: 100%;left: 0;bottom: 58px;text-align: center; font-size:18px; color:#fff;}
.abowh-link .ico{width: 66px;height: 62px;display: flex;align-items: flex-end;justify-content: center;transition: all .4s ease;}
.abowh-link .ico img{max-height: 100%;}
.abowh-link:hover{background:rgba(234,119,44,.9); cursor:pointer;}
.abowh-link:hover .ico{transform: translateY(-6px);}

/* 内页发展历程部分 */
.historyList{padding:60px 0; background: url(../image/develop-bg.jpg) no-repeat center top; background-size:cover; overflow:hidden;}
.historyList .title{text-align:center; width:100%; margin:auto; font-size:36px; font-family:"gilroy_bold";  color:#ea772c;}
.historyList ul{background:url(../image/shuxian.png) repeat-y center; padding-bottom:80px;}
.hislist{margin:60px auto 0;}
.hislist li{float:left; width:43%; text-align:right; position:relative;  display:none;}
.hislist li .time {display: flex; flex-direction: column; align-items: flex-end; position: relative;}
.hislist li .time .timeCon {text-align: center;}
.hislist li .time .timeCon img {max-width:66px;}
.hislist li .time .timeCon::after {content: ""; position: absolute;z-index: 0; width:14%; left: 109%;top: 35%;transform: translate(-50%, -50%);  border: 1px dashed #E5E5E5; }
.hislist li h3{font-size:30px; color:#ea772c;margin:20px 0;font-weight:700; position: relative;transition: .5s;}
.hislist li i{z-index:2; width:10px;height:10px; position: absolute;left: 116.2%;top: 35%;transform: translate(-50%, -50%); background:#ea772c; display: inline-block;  border-radius: 50%;}
.hislist li i::after {content: "";width:30px; height:30px; animation: milestones 1s infinite linear; opacity: 0.24; background:#ea772c; display:block; border-radius:50%; position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%); }
.hislist li dd {font-size:16px;color: #333333;position: relative; padding-right:15px; margin-bottom:16px;}
.hislist li dd::after {content: ""; width: 5px; height: 5px; border-radius: 50%; background:#ea772c; position: absolute;left: 100%;top: 50%;transform: translate(-50%, -50%); }
.hislist li:nth-child(even) {width: 100%; }
.hislist li:nth-child(even) .box {display: flex; justify-content: flex-end;}
.hislist li:nth-child(even) .box .boxCon {width: 43%;}
.hislist li:nth-child(even) .time {align-items: flex-start;}
.hislist li:nth-child(even) {float: right; text-align: left;}
.hislist li:nth-child(2n) i {left: -16.2%; right: auto;}
.hislist li:nth-child(2n) .time .timeCon::after {left: -9%;}
.hislist li:nth-child(2n) dd {padding-left:15px;padding-right:0;}
.hislist li:nth-child(2n) dd::after {left:0;}
.hislist-more {width:230px;height:52px; background:#ea772c;border-radius:40px; margin:auto;}
.hislist-more a {display: flex;  align-items: center; justify-content: center; height: 100%;}
.hislist-more span {font-size:18px;color: #ffffff; margin-right: 0.15rem;}
@keyframes milestones {0% {transform: translate(-50%, -50%) scale(1);;}33% {transform: translate(-50%, -50%) scale(1.1);}66% {transform: translate(-50%, -50%) scale(1.2);}100% {transform: translate(-50%, -50%) scale(1); }}

/* 内页荣誉资质部分 */
.honor_box{width:95%; max-width:1600px; margin:40px auto 60px;}
.honor_r_img{width:100%; float:left;}
.honor_r_img li{width:23.5%; float:left; margin:20px 2% 0 0; text-align:center; padding:10px 10px 0 10px; background:#fff; border:1px solid #e9e9e9; border-bottom:3px solid #e9e9e9; position:relative;}
.honor_r_img li:nth-child(4n){margin-right:0;}
.honor_r_img li img{width:100%; margin:20px auto 0; display:block;}
.honor_r_img li::before{content:""; position:absolute; height:3px; bottom:-3px; left:0; transition:all .5s; width:0;}
.honor_r_img li:hover::before{width:100%; background:#ea772c; transition:all .5s}
.honor_r_img li p{font-size:18px; line-height:36px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; padding:10px 0;}
.honor_r_img li:hover{background:#f9f9f9; box-shadow:0 3px 12px rgba(0,0,0,.3);}
.honor_r_img li:hover p{color:#ea772c;}

/* 内页分页 */
.fullpage{width:100%; text-align:center; margin:60px auto 0;}
.fullpage a{display:inline-block; vertical-align:middle; width:38px; height:38px; line-height:38px;border:1px solid #dcdcdc;margin:0 8px;font-size:16px;color:#666;transition: all .4s ease;}
.fullpage a:first-child,.fullpage a:last-child{background: url('../image/fparr.png') no-repeat center; border-color:transparent;}
.fullpage a:last-child{transform:rotate(180deg);}
.fullpage a:hover, .fullpage a.ontrue, .fullpage a.on{background-color:#ea772c; color: #fff; border-color:#ea772c;}
.fullpage a:first-child:hover, .fullpage a:last-child:hover{background-image:url('../image/fparrH.png'); background-color:#fff;}

/* 内页服务支持部分 */
.supp_box{width:95%; max-width:1600px; margin:40px auto 60px;}
.supp_box .title{text-align:center; width:100%; margin:40px auto 0; font-size:36px; font-family:"gilroy_bold"; color:#ea772c;}
.supp_box .desc{width:100%; margin:40px auto 0; font-size:18px; line-height:32px;}
.supp_box .desc img{margin:10px auto 0; display:block;}
.supp_box .desc b{font-size:18px; line-height:30px; font-family:"gilroy_bold"; color:#000;}
.supp_img{width:100%; margin:40px auto 0; justify-content:space-between;}
.supp_img img{width:32.5%; display:inline-block; border-radius:5px;}
.supp_img2{width:100%; margin:40px auto 0; justify-content:space-between;}
.supp_img2 img{width:49%; display:inline-block; border-radius:5px;}


/* 内页新闻动态部分 */
.news_box,.cont_box{width:95%; max-width:1600px; margin:20px auto 60px;}
.news_text{width:100%; float:left;}
.news_text dl{width:100%; float:left; margin-top:40px; border-bottom:1px solid #e9e9e9; padding-bottom:40px; transition:all .5s ease; position:relative;}
.news_text dl:hover{transition:all .5s ease; background:#f5f7f9; padding:40px; box-shadow:0 5px 10px rgba(0,0,0,.1);}
.com-img{width:100%; overflow:hidden;}
.com-img img{width:100%; display:block; transition:all 0.4s ease-in 0s; -webkit-transition:all 0.4s ease-in 0s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.news_text dl dt{width:26%; float:left;} 
.news_text dl dd{width:70%; float:right;}
.news_text dl dd .left{width:80%; float:left;}
.news_text dl dd .left h3{line-height:30px; font-size:24px; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;} 
.news_text dl dd .left h3 a{color:#000;}
.news_text dl:hover .left h3 a{color:#ea772c; font-weight:bold;}
.news_text dl dd .left .con{width:100%; float:left; font-size:16px; line-height:30px; margin-top:30px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; overflow:hidden; vertical-align:middle;}
.news_text dl dd .right{position:absolute; right:0; top:50%; margin-top:-60px; border-left:1px solid #e9e9e9;} 
.news_text dl dd .right p{width:100%; float:left; text-align:center; font-size:18px; padding:10px 0; font-family:Arial; color:#333;}
.news_text dl dd .right p:nth-child(1){font-size:60px; position:relative; font-weight:bold; line-height:60px; border-bottom:none;}
.news_text dl dd .more{width:160px; float:left; margin-top:40px;}
.news_text dl dd a.more{display:block; position:relative; width:160px; height:46px; line-height:46px; font-size:16px; color:#fff; text-indent:30px; background:#999;}
.news_text dl dd a.more::after{content:''; position:absolute; right:20px; top:50%; width:20px; height:17px; margin-top:-8.5px; background:url(../image/right.png) right center no-repeat; background-size:20px;}
.news_text dl dd a:hover.more::after{animation:iconAni 1.5s ease infinite;}
.news_text dl dd a:hover.more{box-shadow:0 5px 15px rgba(0,0,0,0.3); background:#ea772c; transition:all .5s ease-in-out;}

.newsinfo_left{width:70%; float:left; margin-top:60px; padding-right:4%; border-right:1px solid #e9e9e9}
.newsinfo_left_title{width:100%; float:left;}
.newsinfo_left_title .title{font-size:30px; line-height:40px; font-weight:bold; color:#ea772c; text-align:left;}
.newsinfo_left_title .other_box{color:#999; line-height:24px; margin-top:30px; font-size:16px;}
.newsinfo_left_title .other_box span{display:inline-block; margin-right:10px;}
.newsinfo_left_title .other_box img{vertical-align:middle; display:inline-block; max-width:100%; margin-right:10px;}
.newsinfo_left_text{width:100%; font-size:16px; line-height:32px; margin-top:40px;}
.newsinfo_left_text img{width:80%; margin:auto; display:block;}
.m40{margin-top:40px;}

.newsinfo_right{width:26%; margin-top:60px; float:right; position:sticky; top:150px;}
.newsinfo_rtit{width:100%; float:left;}
.newsinfo_rtit h3{font-size:30px; line-height:30px; font-weight:bold; color:#000;}
.newsinfo_rtit:after{content:""; display:block; width:24px; height:3px; background:#ea772c; margin-top:20px;}
.relative_box{width:100%; float:left; margin-top:10px;}
.relative_box li{padding:30px 0; border-bottom:1px solid #ededed;}
.relative_box li:hover img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.relative_box li:hover .a-more{background:url(../image/more_on.png) no-repeat center center; box-shadow:0 3px 10px rgba(0,0,0,.3);}
.relative_box li:hover .name{color:#ea772c;}
.relative_box li a{display:block;}
.relative_box li .a-more{transition:background 0.3s ease; -webkit-transition:background 0.3s ease;}
.a-more{display:block; width:47px; height:33px; background:url(../image/more3.png) no-repeat; background-size:contain;}
.relative_box li .pic{width:100%; font-size:0; overflow:hidden;}
.relative_box li .pic img{width:100%; height:auto; transition: 1s 0.3s ease; -webkit-transition: 1s 0.3s ease;}
.relative_box li .name{line-height:36px; color:#666; font-size:18px; margin:20px auto; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.info-box{width:100%; float:left; margin-top:20px; padding:20px 0;}
.info-box p{font-size:16px; color:#999; margin-bottom:25px;}
.info-box p a{font-size:16px; margin-top:10px; color:#333; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:1; overflow:hidden; vertical-align:middle;}
.info-box p a:hover{color:#ea772c;}
.info-box .share-box{margin-bottom:40px;}
.info-box .share-box a{display:inline-block; width:36px; height:36px; line-height:36px; border-radius:50%; margin-right:15px; text-align:center;}
.info-box .share-box a img.on{display:none;}
.info-box .share-box a:hover img.on{display:inline-block;}
.info-box .share-box a:hover img.original{display:none;}
.info-box .return{display:block; width:100%; line-height:50px; font-size:16px; color:#fff; text-align:center; background:#999; border-radius:5px; transition:all .5s ease;}
.info-box .return img{max-width:100%; vertical-align:middle; position:relative; top:-2px; margin-left:10px;}
.info-box .return:hover{background-image:-webkit-gradient(linear,left 0, right 0, from(#ffbc8f), to(#ea772c)); cursor:pointer; transition:all .5s ease-in-out;}

/* 内页联系我们部分 */
.contact_tlist{width:100%; float:left; margin-top:40px;}
.contact_tlist li{width:100%; float:left; background:#fff; border-radius:10px; position: relative; padding:30px 50px; margin:0 0 40px 0; box-shadow:0 3px 9px rgba(0,0,0,.1);}
.contact_tlist li::before{content: ""; display: block; width:4px; min-height:144px; background-color:#ea772c; position: absolute; left: 0; top: 30px;}
.contact_tlist li .title{width:100%; float: left; border-bottom:1px solid #f5f5f5; padding: 0 0 30px;}
.contact_tlist li .title h3{font-size:36px; line-height:36px; font-weight:bold; color: #ea772c;}
.contact_tlist li .textnr{width:100%; float: left; margin-top: 30px; position: relative;}
.contact_tlist li .text{width:calc(100% - 140px); float: left; z-index:1;}
.contact_tlist li .text h4{font-size:24px; font-weight: 400; line-height:30px; color: #666;}
.contact_tlist li .text p{font-size:18px; line-height:36px; padding-right:100px;}
.contact_tlist li .ticon{width:140px; float:right;}
.contact_tlist li .ticon img{width:100%; display: block;}
.map{width:100%; float:left; margin:20px 0 0;}

/* 内页在线留言部分 */
.message{width:95%; max-width:1600px; margin:40px auto 60px; overflow:hidden;}
.message h4{text-align:center; color:#333; font-size:30px; line-height:30px;  font-weight:bold;}
.message ol{width:100%;float:left; margin-top:60px;}
.message ol li{float: left; width:49%; margin-bottom:20px; background:#fff;}
.message ol li:nth-child(2n){float:right;}
.message ol li:nth-child(6){float:left; border:none;}
.message ol li:nth-child(7){float:right; border:none;}
.message ol li input{width:100%; height:50px; background:none; border:1px solid #e6e6e6; color:#999; padding:0 15px; border-radius:4px;}
.message ol li textarea{padding:15px; width:100%; height:180px; border:1px solid #e6e6e6; background:none; color:#999; border-radius:4px;}
.message ol li .btn,.message ol li .btn2{color:#fff; font-size:16px; border-radius:4px; cursor:pointer; border:none;}
.message ol li .btn{background:#ea772c;}
.message ol li .btn2{background:#999; color:#fff;}
.message input::-webkit-outer-spin-button,.message input::-webkit-inner-spin-button{-webkit-appearance: none !important; margin: 0;}
.message input::-moz-placeholder, textarea::-moz-placeholder{color: #999;}
.message input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #999;}
.message input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #999;}


/* HTML滚动条样式 */
html::-webkit-scrollbar{width:4px;}
html::-webkit-scrollbar-thumb{background:#ea772c;}
html::-webkit-scrollbar-track{background:#f1f1f1;}
html{scrollbar-color:#ea772c #f1f1f1; scrollbar-width:thin;}
html{scrollbar-face-color:#ea772c; scrollbar-shadow-color:#ea772c; scrollbar-arrow-color:#000; scrollbar-track-color:#f1f1f1;}
