﻿*{padding:0; margin:0; border:0; outline:0; box-sizing:border-box;}
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:Verdana, Geneva,Tahoma,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:#e15f10; text-decoration:none; -webkit-transition:.3s; transition:.3s;}
/* 重置图片元素 */
.fl{float:left;} 
.fr{float:right;}
.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;}

.w1600{width:95%; max-width:1600px; margin:auto;}

/* 导航栏 */
.header{left:0; z-index:9999; background-color:transparent; transition:all .3s linear; position:relative; width:100%; position:fixed; top:0;}
.header.act{background:#fff; box-shadow:0 5px 15px rgba(0,0,0,0.3);}
.header .header_box{align-items:center;}
.header .head_logo{display: block;}
.header .head_logo img{width:280px; height:100%;}
.navMenu>li{float:left;position:relative;line-height:100px;height:100px;font-size:16px;}
.navMenu>li>a{padding:0 30px;color:#333;font-weight:bold;display:block;}
.navMenu>li>a:after{content:'';display:block;width:17px;height:12px;background:url(../image/nav_icon.png) center bottom no-repeat;position:absolute;left:50%;bottom:0;margin-left:-8.5px;-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:#e15f10;}
.navMenu>li{position:relative;}
.navMenu>li>ul.sub-menu{position:absolute;left:50%;margin-left:-120px;top:100px;z-index:3;display:none;background:#fff;width:240px;box-shadow:0 5px 10px #333;}
.navMenu>li>ul.sub-menu li{background:none;margin:0;padding:0;position:relative;border-bottom:1px solid #e9e9e9;}
.navMenu>li>ul.sub-menu li:last-of-type{border-bottom:none;}
.navMenu>li>ul.sub-menu li>a{display:block;font-size:16px;line-height:30px;padding:6px 15px;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{color:#fff; background:#e15f10;}
.navMenu>li>ul.sub-menu li>ul{position:absolute;left:180px;top:0;background:#e9e9e9;width:180px;}
.navMenu>li>ul.sub-menu li>ul>li{border-bottom:1px solid #fff;}
.header .language_search{align-items:center;}
.header .language{align-items:center; margin-left:20px;}
.header .language img{margin-right:20px;}
.header .language a{font-size:18px; font-weight:400; color:#333;}
.header .language a:hover{color:#e15f10;}
.Hsrch{margin:0;}
.Hsrch-menu{display:block;width:30px;height:30px;background:url(../image/fdj.png) center no-repeat;background-size:20px 20px;border-radius:50%;}
.Hsrch-box{width:100%;height:100px;background:#fff;position:absolute;top:0;left:0;display:none;z-index:1002;}
.Hsrch-block{width:85% !important;height:32px;margin:30px auto 0;}
.Hsrch-block .btn{width:24px;height:32px;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;}
.Hsrch-block .text{width:92%;height:32px;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;}
.phxia{display: none !important;}

/* banner */
.banner{position:relative;}
.banner .swiper-slide>img{width:100%; height:auto; -webkit-transition:1s linear 2s; transition:1s linear 2s; -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.banner .swiper-slide-active img,.banner .swiper-slide-duplicate-active img{-webkit-transition:6s linear; transition:6s linear; -webkit-transform:scale(1,1); transform:scale(1,1);}
.banner .bn_txt{position: absolute; top:30%; left:5.5%;}
.banner .bn_txt{-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:ease 1s;transition:ease 1s;opacity:0;}
.banner .swiper-slide-active .bn_txt{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;}
.banner .bn_txt h2{position:relative; display: block; font-size:50px; line-height:56px; font-weight:700; letter-spacing:1px; color: #e15f10; margin-bottom:40px; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); transform: translateY(10px); -webkit-transition: all 1000ms ease; -moz-transition: all 1000ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; text-shadow:0 1px 3px rgba(255,255,255,1);}
.banner .bn_txt h2 i{position:relative; display:inline-block; z-index:1;}
.banner .bn_txt h2 i:before{position:absolute; content:''; width:100%; left:0; bottom:2px; z-index:-1; border-bottom:5px solid #e15f10;}
.banner .bn_txt h3{position:absolute; display:block; font-size:20px; line-height:24px; background:rgba(255,255,255,.8); width:auto; border-radius:0 24px; padding:15px; font-weight:400; letter-spacing:1px; color:#e15f10; margin-bottom:40px; -webkit-transform: translateY(10px); -moz-transform: translateY(10px); -ms-transform: translateY(10px); -o-transform: translateY(10px); transform: translateY(10px); -webkit-transition: all 1000ms ease; -moz-transition: all 1000ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease;}
.banner .bn_more{position:absolute; bottom:28%; left:5.5%; background:url(../image/more_bg.png) center no-repeat; width:181px; height:46px;
color:#fff; padding:0 40px 0 20px; font-size:16px;}
.banner .bn_more:hover{background:#333; color:#e15f10; border-radius:10px; width:190px; transition:all .5s ease-in-out;}

.banner .swiper-button-prev,.banner .swiper-button-next,.banner .swiper-button-next, .banner .swiper-button-prev{color:rgba(255,255,255,.5); border:2px solid rgba(255,255,255,.5); width:60px; height:60px; border-radius:50%;}
.banner .swiper-button-prev:after,.banner .swiper-button-next:after{font-size:30px;}
.banner .swiper-button-prev{top:85%; left:5.5%;}
.banner .swiper-button-next{top:85%; left:9.5%;}
.banner .swiper-button-next:hover,.banner .swiper-button-prev:hover{background: #e15f10; border-color:#e15f10;}

/* In Products Section */
.in_pro{width:95%; max-width:1600px; margin:60px auto 0;}
.in_title{width:100%; margin:auto;}
.in_title h3{font-size:36px; font-weight:bold; color:#e15f10; line-height:36px;}
.in_title h3 a,.in_title2 h3 a{color:#e15f10;}
.in_title h3 a:hover,.in_title2 h3 a:hover{color:#000;}
.in_title p{margin-top:10px; line-height:30px; color:#999;}
.in_title p a{font-size:16px; color:#999; line-height:30px; margin-right:5px;}
.in_title p a:hover{color:#e15f10;}
.in_more{background:url(../image/more_bg.png) center no-repeat; width:181px; height:46px; color:#fff; padding:0 25px; font-size:16px; line-height:46px; display: inline-block;}
.in_more:hover{background:#333; color:#e15f10; border-radius:10px; width:185px; transition:all .5s ease-in-out;}
.in_more img{margin-left:5px;}

.in_pro_box{width:100%; margin:40px auto 0;}
.in_pro_box li{width:260px; float:left; margin-right:4px; overflow:hidden;}
.in_pro_box li img{width:100%; display:block; border:2px solid #e9e9e9; transition:all .4s;}
.in_pro_box li img:hover{border-color:#e15f10; transition:all .5s ease-in-out;}
.in_pro_box li span{width:100%; line-height:30px; font-size:16px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center; float:left; margin-top:10px;}
.in_pro_box li a span{color:#333;}
.in_pro_box li a:hover span{color:#e15f10; font-weight:bold;}

/* In About Section */
.in_aboutbg{margin:60px auto 0; background:url(../image/in_aboutbg.jpg) fixed top; background-size:cover; padding:75px 0; overflow:hidden;}
.in_aboutbox{width:100%; margin:40px auto 0;}
.in_about_video{width:48%; border-radius:10px; overflow:hidden; box-shadow:0 5px 15px rgba(0,0,0,0.2);}
.in_about_video video{min-height:560px;}
.in_about_video img{width:100%; display:block;}
.in_about_text{width:48%; position: relative;}
.in_about_text h4{display:inline-block; font-size:30px; font-weight:bold; color:#333; line-height:48px; border-bottom:3px solid #333;}
.in_about_text>p{height:70%; font-size:17px; line-height:30px; margin:20px 0 40px; overflow:hidden;}

/* Industrial layout Section */
.in_yyly{width:95%; max-width:1600px; margin:60px auto 0;}
.in_title2{width:100%; margin:auto; text-align:center;}
.in_title2 h3{font-size:36px; font-weight:bold; line-height:36px; color:#e15f10;}
.in_title2 p{font-size:16px; margin-top:10px; color:#999; line-height:30px;}
.in_yyly_top{width:100%; margin:40px auto 0;}
.in_yyly_top li{width:49.5%; float:left; margin-right:1%; position:relative; transition:all .4s;}
.in_yyly_top li:nth-child(2n){margin-right:0;}
.in_yyly_top li:hover{transform:translateY(-10px); transition:all .5s ease-in-out; box-shadow:0 5px 15px rgba(0,0,0,0.3);}
.in_yyly_top li .pic{width:100%; float:left; overflow:hidden;}
.in_yyly_top li .pic img{width:100%; display:block; transition:all .3s;}
.in_yyly_top li:hover .pic img{-webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1); transition:all .5s ease-in-out;}
.in_yyly_top li .bt{width:100%; height:125px; background:rgba(0,0,0,0.6); position:absolute; left:0; bottom:0; padding:30px;}
.in_yyly_top li:hover .bt{background:url(../image/in_yyly_txtbg.png) left no-repeat;}
.in_yyly_top li .bt_tit{width:100%; float:left; font-size:24px; color:#fff; line-height:30px;}
.in_yyly_top li a:hover .bt_tit{font-weight:bold;}
.in_yyly_top li .bt_more{margin-top:15px; float:left; background:url(../image/more_jt.png) right no-repeat; font-size:16px; padding-right:35px;}
.in_yyly_top li a .bt_more{color:#fff;}

.in_yyly_bottom{width:100%; margin:20px auto 0;}
.in_yyly_bottom li{width:32.8%; float:left; margin-right:.8%; position:relative; transition:all .4s;}
.in_yyly_bottom li:nth-child(3n){margin-right:0;}
.in_yyly_bottom li:hover{transform:translateY(-10px); transition:all .5s ease-in-out; box-shadow:0 5px 15px rgba(0,0,0,0.3);}
.in_yyly_bottom li .pic{width:100%; float:left; overflow:hidden;}
.in_yyly_bottom li .pic img{width:100%; display:block; transition:all .3s;}
.in_yyly_bottom li:hover .pic img{-webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1); transition:all .5s ease-in-out;}
.in_yyly_bottom li .bt{width:100%; height:80px; background:rgba(0,0,0,0.6); position:absolute; left:0; bottom:0; padding:20px;}
.in_yyly_bottom li:hover .bt{background:url(../image/in_yyly_txtbg.png) left no-repeat;}
.in_yyly_bottom li .bt_tit{width:71%; float:left; font-size:20px; color:#fff; line-height:30px; margin-top:5px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.in_yyly_bottom li a:hover .bt_tit{font-weight:bold;}
.in_yyly_bottom li .bt_more{margin-top:8px; float:right; background:url(../image/more_jt.png) right no-repeat; font-size:16px; padding-right:35px;}
.in_yyly_bottom li a .bt_more{color:#fff;}

/* In News Section */
.indexP4{padding:80px 0; margin:80px auto 0; background:#f8f6f4; overflow:hidden;}
.indexP4 .indexTxt{text-align:left;}
.indexP4 .indexTxt .bt{font-size:36px; font-weight:bold; line-height:36px; color:#e15f10;}
.indexP4 .indexTxt .en{margin-top:10px; font-size:16px; color:#999;}
.indexP4 .indexTxt .en a{color:#999; margin:0 5px;}
.indexP4 .indexTxt .en a:hover{color:#e15f10;}
.indexP4 .leftDiv{width:22%;}
.indexP4 .content{padding:80px 0; font-size:16px; line-height:32px; color:#999;}
.indexP4 .pngj{width:138px; position: relative; z-index:2;}
.indexP4 .prev{position:absolute; left:0; top:5px; display:block; background:url(../image/nimg8_left.png) no-repeat; width: 8px; height:14px;} 
.indexP4 .next{position:absolute; right:0; top:5px; display:block; background:url(../image/nimg8_right.png) no-repeat; width: 8px; height:14px;} 
.indexP4 .prev:hover{background:url(../image/nimg8_lefton.png) no-repeat;}
.indexP4 .next:hover{background:url(../image/nimg8_righton.png) no-repeat;}
.indexP4 .numDiv{margin:40px auto 0; width:68px; height:24px; position:relative; background:url(../image/line2.jpg) center no-repeat;}
.indexP4 .num1,.indexP4 .num2{font-size:16px; line-height:24px; color:#999; font-weight:bold;}
.indexP4 .num1{color:#e15f10;}
.indexP4 .rightDiv{width:73%; position:relative; overflow:hidden;}
.indexP4 .moreBtn{ width:181px; position: absolute; right:0; top:0; z-index:2;}
.indexP4 .moreBtn a{display:block; position: relative; width:181px; height:46px; line-height:46px; font-size:16px; color:#fff; text-indent:20px; background: url(../image/more_bg.png) no-repeat; }
.indexP4 .moreBtn a:after{ content:''; position:absolute; right:34px; top:50%; width:18px; height:14px; margin-top:-7px; background:url(../image/more_jt.png) no-repeat;}
.indexP4 .moreBtn a:hover:after{animation:iconAni 1.5s ease infinite;}
.indexP4 .moreBtn a:hover,.in_feed_more a:hover{box-shadow:0 5px 15px rgba(0,0,0,0.3); background:#000; border-radius:10px; transition:all .5s ease-in-out;}

.indexNews .imgDiv{overflow:hidden; border-radius:6px; border-top-left-radius:24px;}
.indexNews .imgDiv img{width:100%;}
.indexNews .bigBox{width:80%; position:absolute; right:0; top:100px;}
.indexNews .swiper-slide-active .bigBox{position:relative; top:0; width:125%;}
.indexNews .time{margin-top:20px; font-size:16px; color:#999; line-height:24px; background:url(../image/time_tb.png) left no-repeat; padding-left:25px; font-weight:bold;}
.indexNews .swiper-slide-active .name{font-size:20px;}
.indexNews .name{margin-top:10px; font-size:16px; line-height:24px; color:#333; font-weight:bold;}
.indexNews .name:hover{color:#e15f10;}
.indexNews .swiper-button-prev{z-index:2; display: none; position: absolute; top: 50%; margin-top: -18px; left: 0.15rem; width: 36px; height: 36px; border-radius: 50%; background:#fff url(../image/nimg12_lefton.png) center no-repeat;}
.indexNews .swiper-button-next{ z-index:2; display: none; position: absolute; top: 50%; margin-top:-18px; right: 0.15rem; width: 36px; height: 36px; border-radius: 50%; background: #fff url(../image/nimg12_righton.png) center no-repeat;}
.indexNews .swiper-button-prev:hover{background: #e15f10 url(../image/nimg12_lefton.png) center no-repeat;}
.indexNews .swiper-button-next:hover{background: #e15f10 url(../image/nimg12_righton.png) center no-repeat;}

/* In Feedback Section */
.in_feedbg{margin:auto; background:url(../image/in_feedbg.jpg) fixed center no-repeat; background-size:cover; padding:100px 0; overflow:hidden; position:relative;}
.in_feed_logo{width:394px; position:absolute; right:0; top:0;}
.in_feed_logo img{width:100%; display:block;}
.in_feed_lx{width:50%; margin:80px auto 0;}
.in_feed_lx li{width:44%; float:left; padding-right:20px; background:url(../image/top_rfgx.png) right center no-repeat;}
.in_feed_lx li:nth-child(2n){background:none; margin-left:8%;}
.in_feed_lx li span{width:30px; height:30px; float:left;}
.in_feed_lx li p{width:80%; float:left; margin-left:20px; font-size:24px; font-weight:bold; color:#000;}
.in_feed_lx li p a{color:#000;}
.in_feed_lx li p a:hover{color:#e15f10;}
.in_feed_bt{width:100%; margin:40px auto 0; font-size:30px; line-height:30px; text-align:center; color:#000;}

.in_feed_more{width:181px; margin:80px auto 0;}
.in_feed_more a{display:block; position:relative; width:181px; height:46px; line-height:46px; font-size:16px; color:#fff; text-indent:20px; background:url(../image/more_bg.png) no-repeat;}
.in_feed_more a:after{ content:''; position:absolute; right:34px; top:50%; width:18px; height:14px; margin-top:-7px; background:url(../image/more_jt.png) no-repeat;}
.in_feed_more a:hover:after{animation:iconAni 1.5s ease infinite;}


@keyframes iconAni {
 0% {
   transform: translateX(0);
   -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
   -ms-transform: translateX(0);
   -o-transform: translateX(0);
 }
 50% {
   transform: translateX(5px);
   -webkit-transform: translateX(5px);
   -moz-transform: translateX(5px);
   -ms-transform: translateX(5px);
   -o-transform: translateX(5px);
 }
 100% {
   transform: translateX(0);
   -webkit-transform: translateX(0);
   -moz-transform: translateX(0);
   -ms-transform: translateX(0);
   -o-transform: translateX(0);
 }
}

/* Footer Section */
footer{margin:auto; background:#333; padding:60px 8% 30px 8%; overflow:hidden;}
footer .foot_t{display:flex; justify-content: space-between; flex-wrap:wrap;}
footer .foot_t .left{display:flex; justify-content: space-between; width:63%; flex-wrap:wrap;}
footer .foot_t dt{padding-bottom:20px; font-size:20px; font-weight:bold; color:#fff;}
footer .foot_t dd{font-size:15px; padding-bottom:10px;}
footer .foot_t dd a{color:#e0e0e0;transition: all .3s;}
footer .foot_t dd a:hover{color:#e15f10;text-decoration: none;}
footer .foot_t .right{width:25%;}
footer .foot_t .right h2{padding-bottom:20px; font-size:20px; font-weight:bold; color:#fff;}
footer .foot_t .right .txt li{display:flex; padding-bottom:10px; color:#e0e0e0;}
footer .foot_t .right .txt i{margin-right:10px; font-size:15px; margin-top:3px;}
footer .foot_t .right .txt li a{color:#e0e0e0;}
footer .foot_t .right .txt li a:hover{color:#e15f10;}
footer .foot_t .right .txter{margin-top:20px;}
footer .foot_t .right .txter ul{display: flex;align-items: center;}
footer .foot_t .right .txter li{margin-right:10px;}
footer .foot_t .right .txter li i{font-size:24px;}
footer .foot_t .right .txter li a{color:#e0e0e0; transition: all .3s; height:40px; width:40px; display:flex; align-items:center;justify-content:center; border-radius:100%;}
footer .foot_t .right .txter li:hover:nth-of-type(1) a{background:#000;}
footer .foot_t .right .txter li:hover:nth-of-type(2) a{background:#0076b4;}
footer .foot_t .right .txter li:hover:nth-of-type(3) a{background:#fe0000;}
footer .foot_t .right .txter li:hover:nth-of-type(4) a{background:#32bb46;}
footer .foot_t .right .txter li:hover:nth-of-type(5) a{background:#007ef9;}
footer .foot_t .right .txter li:hover:nth-of-type(6) a{background:#000;}
footer .foot_t .right .txter li a:hover{color:#fff; text-decoration:none;}

.foot_c ul{display:flex; align-items:center;}
.foot_c li{margin-right:10px;}
.foot_c li i{font-size:16px;}
.foot_c li a,footer .foot_b a{color:#e9e9e9; transition: all .3s;}
.foot_c li a:hover,footer .foot_b a:hover{color:#e15f10; text-decoration:none;}

footer .foot_b{margin-top:60px; background:url(../image/copy_fgx.jpg) top repeat-x; padding-top:20px; color:#e0e0e0;}

/*Side*/
.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:rgba(0,0,0,0.3); 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:rgba(0,0,0,0.3); border-radius:5px 0 0 5px;}
.side ul li .sidetop:hover{background:#e15f10;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}

/* 内页焦点图部分 */
.ny_bn{width:100%; height:520px; margin:0 auto; 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;}
.nytxt .t1{display:block; font-size:36px; text-align:left; margin-bottom:20px; font-weight:bold; text-transform:uppercase; color:#fff;text-shadow:0 3px 5px rgba(0,0,0,.5);}
.nytxt .t2{display:block; text-align:left; text-shadow:0 3px 5px rgba(0,0,0,.5);}
.nytxt .t2 span{position:relative; font-size:18px; color:#fff;}
.nytxt .t2 span a{color:#fff; padding:0 5px;}
.nytxt .t2 span a:hover{color:#fff; 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:#fff; 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:7%; bottom:60px; 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);}
.ny_nav{width:100%; max-width:1600px; margin:auto; text-align:center;}
.ny_nav li{display: inline-block; position: relative; margin-bottom: 10px;}
.ny_nav li a{display: block; padding: 0 30px; letter-spacing: -.5px; font-size: 18px; font-weight: 400; color: #333; background: transparent; text-align: center; line-height: 80px; -webkit-transition: all .5s; transition: all .5s; position: relative; z-index: 1;}
.ny_nav li a:after{content: ''; display: block; width: 120px; height: 3px; background:#e15f10; position: absolute; left: 50%; bottom: -10px; margin-left: -60px; -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:#e15f10;}

.pro_enav{width:95%; max-width:1600px; position:relative; margin:40px auto 0;}
.pro_enav li{width:16.666%; float:left; margin-top:10px; border:1px solid #e15f10; border-left:none;}
.pro_enav li a{display:block; padding:0 20px; font-size:18px; color:#000; background:transparent; text-align:center; line-height:46px; -webkit-transition:all .5s; transition:all .5s; position:relative; z-index:1;}
.pro_enav li a:hover,.pro_enav li a.on{background:#e15f10; color:#fff;}

.pro_snav{width:95%; max-width:1600px; margin:10px auto 0; border-bottom:1px solid #e9e9e9;}
.pro_snav li{width:10%; float:left; margin-top:10px;}
.pro_snav li a{display:block; padding:0 10px 10px; font-size:15px; color:#000; background:transparent; text-align:center; line-height:34px; -webkit-transition:all .5s; transition:all .5s; position:relative; z-index:1;}
.pro_snav li a:hover,.pro_snav li a.on{color:#e15f10; font-weight:bold;}

/* 内页公司简介部分 */
.ny_main{width:100%; max-width:1600px; margin:80px auto 60px;}
.abojsdc,.abojslc{width:100%; padding:80px 0; overflow:hidden;}
.abojsdc-wdbox{width:52%; float:right; padding-left:2.5%;}
.abojsdc-img{width:48%; float:left; position:relative;}
.abojsdc-img img{width:100%; height:100%; object-fit:cover;}
.abojsdc-img i{cursor: pointer;width: 48px;height: 48px;margin-top:-24px;margin-left: -24px;background:#e15f10 url('../image/abojsic1.png') no-repeat center;position: absolute;z-index: 2;top: 50%;left: 50%;}
.abojsdc-img i:before,.abojsdc-img i:after {content: "";width: 58px;height: 58px;border: 1px dotted #fff;position: absolute;top: -5px;left: -5px;opacity: 0;}
.abojsdc-img i:hover:before {animation: shineRing 1.4s linear infinite .6s;}
.abojsdc-img i:hover:after {animation: shineRing 1.4s linear infinite;}
@keyframes shineRing {from {transform: scale(1, 1);opacity: 1;}to {transform: scale(2, 2);opacity: 0;}}
.abojsdc-wd{width:100%; max-height:330px; overflow-y:scroll;}
.abojsdc-wd::-webkit-scrollbar{width:4px; height:8px;cursor: pointer;}
.abojsdc-wd::-webkit-scrollbar-thumb{background:#e15f10; border-radius:10px; cursor:pointer;}
.abojsdc-wd::-webkit-scrollbar-track{background:transparent;}
.abojsdc-wd h2{font-size:40px;line-height:42px; font-weight:bold; color:#e15f10; margin-bottom:42px;}
.abojsdc-wd p{font-size:16px; color:#888; line-height:30px; margin-top:20px; /*text-indent:28px;*/}
.abojsdc-wd p:first-of-type{margin-top:0;}

.aboygfc{width:100%; padding:80px 0; overflow:hidden; background:#f9f9f9;}
.aboygfc .title{font-size:40px;font-weight:bold;color:#e15f10;}
.aboygfc_box{width:100%; margin:60px auto 0;}
.aboygfc_box li{width:31.333%; min-height:400px; float:left; background-color:#fff; border-top-left-radius:24px; border-bottom-right-radius:24px; padding:30px 20px; margin-right:3%; transition:all .5s ease-in-out;}
.aboygfc_box li:nth-child(3n){margin-right:0;}
.aboygfc_box li:hover{transform:translateY(-10px); cursor:pointer; transition:all .5s ease-in-out; box-shadow:0 5px 15px rgba(0,0,0,.3);}
.aboygfc_box li .bt{width:100%; float:left; font-size:20px; font-weight:bold; line-height:30px; color:#000; border-bottom:1px solid #e9e9e9; padding-bottom:20px;}
.aboygfc_box li .txt{width:100%; float:left; margin-top:20px; font-size:16px; line-height:32px;}
.aboygfc_box li .txt b{font-weight:bold; font-size:16px; color:#333;}


/* 内页发展历程部分 */
.about_derp{min-height:780px; background:url(../image/pic31.jpg) no-repeat center;background-size:cover;padding:5% 5% 10% 5%;}
.about_derp .title{font-size:3rem;font-weight: bold;text-align: center;color: #000;}
.about_derp .historical{margin-top:8rem;}
.about_derp .swiper-wrapper{align-items:stretch;}
.about_derp .historical .swiper-slide{color:#fff; text-align:center;padding:2.5rem;box-sizing: border-box;display: flex;align-items: center;justify-content: center;flex-flow: column; text-shadow:0 1px 3px rgba(0,0,0,.5);}
.about_derp .historical .swiper-slide h2{font-size:3rem;}
.about_derp .historical .swiper-slide-active h2{color:#e15f10;font-size:4.8rem; font-weight:bold; margin-top:4rem;}
.about_derp .swiper-button-next,.about_derp .swiper-button-prev{background:none;width:2.4rem;height:2.4rem;text-align: center;line-height:2.4rem;outline: medium;color: #fff;border:2px solid #fff;margin-top:-1.2rem;}
.about_derp .swiper-button-next:after,.about_derp .swiper-button-prev:after{font-size:1rem; font-weight:bold; color:#fff;}
.about_derp .historical .swiper-slide .txt{margin-top:2.5rem; font-size:1.2rem;}
.about_derp .swiper-button-next:hover,.about_derp .swiper-button-prev:hover{color:#e15f10;border-color:#e15f10;}
.about_derp .swiper-button-next:hover:after,.about_derp .swiper-button-prev:hover:after{font-size:1rem; color:#e15f10;}

/* 内页荣誉资质部分 */
.honor_r_img{width:100%; float:left;}
.honor_r_img li{width:23.5%; float:left; margin:30px 2% 0 0; text-align:center; padding:10px 10px 0 10px; background:#f9f9f9; border-bottom:3px solid #ddd; position:relative;}
.honor_r_img li:nth-child(4n){margin-right:0;}
.honor_r_img li img{width:100%; object-fit:cover;}
.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:#e15f10; transition:all .5s}
.honor_r_img li p{font-size:16px; line-height:35px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; padding:10px 0;}
.honor_r_img li:hover{background:#eee; box-shadow:0 1px 10px #999;}

/* 内页分页 */
.fullpage{width:100%; font-size:0; text-align: center; margin:60px auto 0; user-select:none;}
.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; border-radius:6px;}
.fullpage a:first-child,.fullpage a:last-child{background: url('../image/nimg8_left.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: #e15f10;color: #fff;border-color: #e15f10;}
.fullpage a:first-child:hover, .fullpage a:last-child:hover{background-image: url('../image/nimg8_lefton.png');background-color: #fff;}

/* 内页业务领域部分 */
.apply-list{width:95%; max-width:1600px; margin:60px auto 80px;}
.apply-list_2 li{position:relative;margin-bottom:60px;clear:both;overflow:hidden;z-index:2;}
.apply-list_2 li a{position:relative;z-index:2;display:flex;clear:both;overflow:hidden;}
.apply-list_2 li:last-child{margin-bottom:0px;padding-bottom:0px;border-bottom:0px;}
.apply-list_2 .pic{flex-shrink:0;width:50%; border-radius:24px 0;}
.apply-list_2 .pic img{width:100%; height:450px; object-fit:cover;}
.apply-list_2 .box {position:relative;flex:1;margin: 50px 0 0 60px;width:40%;}
.apply-list_2 h4{color: #333;font-size: 24px;font-weight: bold;margin-bottom:30px;}
.apply-list_2 h5{font-size:20px; line-height:30px; color:#333; margin-bottom:30px;}
.apply-list_2 h5 b{color:#000;}
.apply-list_2 span {display:block;color:#999;font-size:14px;}
.apply-list_2 p{-webkit-line-clamp:8;color:#666;font-size:16px;line-height:30px;}
.apply-list_2 .more{width:181px; display:inline-block; margin-top:40px;}
.apply-list_2 a .more{display:block; position:relative; width:181px; height:46px; line-height:46px; font-size:16px; color:#fff; text-indent:20px; background:url(../image/more_bg.png) no-repeat;}
.apply-list_2 a .more::after{content:''; position:absolute; right:30px; top:50%; width:18px; height:14px; margin-top:-7px; background:url(../image/more_jt.png) no-repeat;}
.apply-list_2 li a:hover .more::after{animation:iconAni 1.5s ease infinite;}
.apply-list_2 a:hover .more{box-shadow:0 5px 15px rgba(0,0,0,0.3); background:#000; border-radius:10px; transition:all .5s ease-in-out;}

.apply-list_2 li:hover h4{color:#e15f10;}
.apply-list_2 li:hover h4 hr{width:50px;}
.apply-list_2 li:nth-child(2n) a{flex-direction:row-reverse;}
.apply-list_2 li:nth-child(2n) .box{margin:50px 50px 0 0}

.lcp{-webkit-line-clamp:2;display: -webkit-box;word-break: break-all;text-overflow: ellipsis;-webkit-box-orient: vertical;overflow: hidden;}
.effect-one{position:relative;box-sizing:border-box;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;transition:all .4s ease-in-out;overflow:hidden}
.effect-one .effect-one-img{position:relative;display:block;width:100%;padding:0;margin:0;opacity:1;-webkit-transition:all .7s ease-in-out;-moz-transition:all .7s ease-in-out;-o-transition:all .7s ease-in-out;-ms-transition:all .7s ease-in-out;transition:all .7s ease-in-out;overflow:hidden}
.effect-oneBox:hover .effect-one-img,.effect-one:hover .effect-one-img{/*opacity:.9;*/-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}

/* 内页产品中心部分 */
.pro-item{display:flex; width:95%; max-width:1600px; margin:80px auto;}
.pro-item .lefter{width:22%; padding-right:5%;}
.pro-item .righter{flex:1;}

.leftNav{width:100%; float:left;}
.leftNav .title{display:flex;position: relative;color: #e15f10;font-size:24px;align-items: center;padding-bottom: 15px;}
.leftNav .title:before{content: "";display: block;width:3px;height: 18px;margin-right: 10px;background: #e15f10;}
.leftNav .title:after{content:"";position: absolute;left: 0;bottom: 0;display:block;width:100%;height:1px;background:#eee}
.leftNav .drop li{width:100%; float:left;}
.leftNav .drop li:after{content:"";display:block;width:100%;height:1px;background:#eee}
.leftNav .drop a{display: block;color:#333333;font-size:16px;padding: 15px 0px; background:url(../image/nimg8_right.png) left no-repeat; padding-left:20px;}
.leftNav .drop li:hover a,.leftNav .drop li.active a{color:#e15f10;transform:translateX(-5px); background:url(../image/nimg8_righton.png) left no-repeat;}

.product-list.edge{margin:0 0 -30px -20px;display: flex;flex-flow: row wrap;align-content: flex-start;}
.product-list.edge li{display: inline-block;width:calc(33.3% - 20px);margin:0 0 30px 20px;}
.product-list li{text-align:center;}
.product-list a{display:block;}
.product-list .pic{width:100%; box-shadow:5px 5px 10px #e9e9e9;  border:1px solid #e9e9e9;}
.product-list .pic img{width:100%; display:block;}
.product-list .pic:hover{border-color:#e15f10;}
.product-list em{display: table;margin:0 auto 10px; color:#666;font-size:20px;width:70px;height:70px; line-height:70px;border:1px #666 solid; border-radius: 50%;background-repeat:no-repeat;background-position:center;}
.product-list h4{color:#000123;font-size:18px;margin-top:15px;}
.product-list li:hover a{transform: translateY(-5px);}
.product-list li:hover h4{color:#e15f10}

/* 案例-列表 */
.caselb{width:100%; overflow:hidden; padding:60px 0 20px;}
.caselb-list{width:100%; float:left;}
.caselb-list li{width:31.333%; float:left; margin:40px 3% 0 0; background:#f9f9f9; transition:all .5s ease;}
.caselb-list li:nth-child(3n){margin-right:0;}
.caselb-list li a{display:block; width:100%;}
.caselb-list li:hover{transform:translateY(-10px); box-shadow:0 5px 15px rgba(0,0,0,0.25);}
.caselb-img{width:100%; overflow: hidden;}
.caselb-img img{width:100%; object-fit:cover; transition: all .4s linear; min-height:300px; max-height:300px;}
.caselb-wd{width:100%; padding:28px 32px;}
.caselb-wd h4{font-size:22px; line-height:30px; color:#333; transition: all .4s ease; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.caselb-wd span{margin-top:24px;}
.sonlink{display:inline-block; position:relative; font-size:14px; color:#666;line-height: 24px;padding-right: 15px; transition: all .4s ease; background:url(../image/nimg8_right.png) right center no-repeat;}
.sonlink:after{content: "";position: absolute;bottom: 0;left: auto;right: 0;width: 0;height: 1px;background: #e15f10;transition: all .4s ease;}
.sonlink:hover:after{width:100%; right:auto; left:0;}
.sonlink:hover{color:#e15f10; background-image:url('../image/nimg8_righton.png');}
.caselb-list li a:hover .caselb-img img{-webkit-transform: scale(1.06); transform: scale(1.06);}
.caselb-list li a:hover .caselb-wd h4{color:#e15f10; font-weight:bold;}
.caselb-list li a:hover .sonlink:after{width:100%; right:auto; left:0;}
.caselb-list li a:hover .sonlink{color:#e15f10; background-image:url('../image/nimg8_righton.png');}

/* 案例-详情 */
.casexq-nr{width:100%; padding:80px 0; overflow: hidden;}
.contain{width:95%; max-width:1600px; margin:auto; position:relative;}
.casexq-nr-title{width:100%; text-align:center;}
.casexq-nr-title h2{font-size:36px; line-height:36px; color:#333;}
.casexq-nr-txt{width:100%; margin-top:40px; font-size:15px; line-height:28px; padding:0 10%; text-align:center;}
.casexq-nr-loop{width:100%; max-width:1000px; margin:60px auto 0;}
.casexq-nr-loop img{width:100%; display:block;}
.casexq-nr-loop .swiper-button-next,.casexq-nr-loop .swiper-button-prev{width:44px; height:64px; transition:all .4s ease; margin-top: -32px;}
.casexq-nr-loop .swiper-button-next{right:24px;}
.casexq-nr-loop .swiper-button-next::after{color:#fff;}
.casexq-nr-loop .swiper-button-prev{left:24px;}
.casexq-nr-loop .swiper-button-prev::after{color:#fff;}
.casexq-nr-loop .swiper-button-next:hover, .casexq-nr-loop .swiper-button-prev:hover{background-color:rgba(0,0,0,.6);}
.casexq-nr-list{width: 100%;margin-top: 60px;overflow: hidden;}
.casexq-nr-list ul{margin-left: -0.5%;}
.casexq-nr-list li{width: 24.5%;float: left;margin-left: 0.5%;background: #f2f2f2;height: 190px;padding-top: 46px;text-align: center;}
.casexq-nr-list li i{display: block;width: 100%;}
.casexq-nr-list li p{font-size: 16px;color: #888;margin: 24px 0 6px;}
.casexq-nr-list li h3{font-size: 16px;color: #333;}
.casexq-btnback{width: 100%;overflow: hidden;margin-top: 48px;padding-top: 38px;border-top: 1px solid #eee;}
.casexq-btn{width: calc(100% - 136px);padding-right: 80px;float: left;}
.casexq-btn p{width: 100%;font-size: 16px;color: #666;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height: 34px;}
.casexq-btn p a{transition: all .4s ease;}
.casexq-btn p a:hover{color:#e15f10;}
.casexq-back{margin-top:10px;width:136px; height:50px; line-height:50px; display:block; float:right; border-radius:25px; font-size:16px;color:#fff; background:#e15f10; text-align:center;}
.casexq-back i{width: 14px;height: 14px;display: inline-block;vertical-align: middle;background: url('../image/casexqic3.png') no-repeat;margin: -4px 12px 0 0;transition: all .4s linear;}
a.casexq-back{color:#fff;}
a:hover.casexq-back{font-weight:bold; color:#fff;}
.casexq-back:hover i{-webkit-transform:rotate(180deg); transform:rotate(180deg);}
.casexq-al{width:100%; margin:0 auto; padding:60px 0 80px; background:#f2f2f2; overflow: hidden;}
.casexq-al-title{width:100%;}
.casexq-al-title h3{font-size:30px; font-weight:bold; line-height:30px; color:#e15f10;}
.casexq-al .caselb-list{padding-top:0;}

/* 内页新闻动态部分 */
.newsxqnr{width:100%; padding:80px 0; overflow:hidden;}
.newsxqnr .contain{width:95%; max-width:1600px; margin:auto;}
.newsxqnr-title{width:100%;}
.newsxqnr-title h2{font-size: 32px;color: #333;line-height: 40px;}
.newsxqnr-title p{width: 100%;position: relative;font-size: 15px;color: #888;margin-top: 14px;}
.newsxqnr-title p i{float:left; margin-right:8px;}
.newsxqnr-title p i img{width:22px; height:22px; display:block;}
.newsxqnr-cont{width: 100%;margin-top: 46px;}
.newsxqnr-cont p{font-size:16px; color: #888;line-height: 32px; text-indent:20px;}
.newsxqnr-cont .m20{margin-top:20px;}
.newsxqnr-cont img{max-width:100%; display:block; margin:auto;}
.newsxqlb{width:100%; padding:100px 0; background:#f2f2f2; margin:0 auto -80px; overflow:hidden;}
.newsxqlb .proxq-title{text-align:left;}
.newsxqlb .proxq-title h3{font-size:30px; line-height:30px; color:#000;}
.newsxqlb .newslbls-list li{margin-top:60px;}
.newsxqlb .newslbls-wd{background: #fff;}
.newsxqlb .newslbls-list a:hover .newslbls-wd{background:transparent;}

.news_text{width:100%; float:left; margin-top:40px;}
.news_text dl{width:100%; float:left; margin-bottom:40px; border-bottom:1px solid #e9e9e9; padding-bottom:60px; transition:all .5s ease;}
.news_text dl:nth-child(5n){margin-bottom:0;}
.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 dd .left h3 a:hover{color:#e15f10;}
.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:2; overflow:hidden; vertical-align:middle;}
.news_text dl dd .right{width:15%; float:right; margin-top:20px; 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:#999;}
.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:181px; float:left; margin-top:40px;}
.news_text dl dd a.more{display:block; position:relative; width:181px; height:46px; line-height:46px; font-size:16px; color:#fff; text-indent:20px; background:url(../image/more_bg.png) no-repeat;}
.news_text dl dd a.more::after{content:''; position:absolute; right:30px; top:50%; width:18px; height:14px; margin-top:-7px; background:url(../image/more_jt.png) no-repeat;}
.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:#000; border-radius:10px; transition:all .5s ease-in-out;}

.newsinfo_left{width:70%; float:left; 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:#e15f10; 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%; float:right;}
.newsinfo_rtit{width:100%; float:left;}
.newsinfo_rtit h3{font-size:30px; line-height:30px; font-weight:bold; color:#000;}
.newsinfo_rtit p{font-size:14px; color:#999; line-height:18px; margin-top:10px;}
.newsinfo_rtit:after{content:""; display:block; width:24px; height:3px; background:#e15f10; 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:#e15f10;}
.relative_box li a{display:block;}
.relative_box li .a-more{transition:background 0.3s ease; -webkit-transition:background 0.3s ease; border-radius:30px;}
.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:#e15f10;}
.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:#e15f10; 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:#000; cursor:pointer; transition:all .5s ease-in-out;}


/* 内页联系我们部分 */
.contact_tlist{width:100%; float:left; margin-top:20px;}
.contact_tlist li{width:100%; min-height:280px; float:left; background:#fff; border-radius:10px; position: relative; padding:30px 20px 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:174px; background-color:#e15f10; 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: #e15f10;}
.contact_tlist li .textnr{width:100%; float: left; margin-top: 30px; position: relative;}
.contact_tlist li .text{width:100%; 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:102px; height:102px; position:absolute; top:-10px; right:0;}
.contact_tlist li .ticon img{width:100%; display: block;}

.map{width:100%; float:left; margin:20px 0;}

/* 内页在线留言部分 */
.message{width:100%; margin:40px auto 20px; background:#fff; padding:60px 40px; box-shadow:5px 5px 20px rgba(0,0,0,.2); overflow:hidden;}
.message h4{text-align:center; color:#333; font-size: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:10px;}
.message ol li textarea{padding:15px; width:100%; height:180px; border:1px solid #e6e6e6; background:none; color:#999;}
.message ol li .btn,.message ol li .btn2{color:#fff; font-size:16px; border-radius:10px; cursor:pointer; border:none;}
.message ol li .btn{background:#e15f10;}
.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;}

.message2{width:100%; margin:40px auto 20px; background:#fff; padding:60px 8%; box-shadow:5px 5px 20px rgba(0,0,0,.2); overflow:hidden;}
.message2 h4{text-align:center; color:#333; font-size:30px; font-weight:bold;}
.message2 ol{width:100%;float:left; margin-top:60px;}
.message2 ol li{float: left; width:100%; margin-bottom:20px; background:#fff;}
.message2 ol li span{font-size:16px; font-weight:bold; color:#000; padding-left:20px;}
.message2 ol li input{width:100%; height:50px; background:none; border:1px solid #e6e6e6; color:#999; padding:0 15px; border-radius:10px;}
.message2 ol li textarea{padding:15px; width:100%; height:180px; border:1px solid #e6e6e6; background:none; color:#999;}
.message2 ol li .btn,.message2 ol li .btn2{color:#fff; font-size:16px; border-radius:10px; cursor:pointer; border:none;}
.message2 ol li .btn{background:#e15f10;}
.message2 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;}