a:hover{ color:#267fff;}
.bg0{ background-color: #ffffff; }
.bg1{ background-color: #f8f8f8; }
.bg2{ background-color: #f6f6f6; }
.bg3{ background-color: #f9f9f9; }
.colr_main{ color:#267fff; }
.colr_main2{ color:#e22646; }
.colr0{ color:#fff; }
.colr1{ color:#000; }
.colr2{ color:#333; }
.colr3{ color:#666; }
.colr4{ color:#999; }
ol,ul,li{list-style: none;}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#777777;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#777777;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#777777;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#777777;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
    width: 3px;
    height: 3px;
    background-color: #dddddd;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track{
    border-radius: 3px;
    background-color: #dddddd;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{
    border-radius: 3px;
    background-color: #267fff;
}
/*滑块效果*/
::-webkit-scrollbar-thumb:hover{
    border-radius: 3px;
    background-color: #267fff;
}

::-webkit-scrollbar-thumb:horizontal {
  background-color: #267fff;
  border-radius: 3px;
}
::-webkit-scrollbar-track-piece:horizontal:decrement,
::-webkit-scrollbar-track-piece:horizontal:increment {
  background-color: rgba(166, 166, 166, 0.2);
}
.imgBox{ position:relative; }
.imgBox img{ position:absolute; left:0; top:0; height:100%; width:100%; }
.fl{float: left;}
.fr{float: right;}

/**动画**/
*[data-animation]{ opacity: 0; }
.animated{ opacity: 1; }

@media (min-width:1350px) {
    .container{ width:1330px; }
}

.AutoTitle{ text-align:center; padding:0px; }
.btitle{ font-size:30px; line-height:1.4em; color:#333333; font-weight:bold; }
.btitle::after{ content:""; display:block; height:2px; width:20px; background:#04823d; margin:4px auto 0; }
.btitles{font-size: 14px; line-height: 40px;text-align: center;}
.MoreBox a,
.MoreBox .a{ font-size:14px; color:#04823d; line-height:38px; padding:0 15px; border:1px solid #04823d; display:inline-block; transition:all .5s; }
@media only screen and (min-width: 1200px){
    .MoreBox a:hover,
    .MoreBox .a:hover{ color:#fff; background-color:#04823d; }
}
@media only screen and (max-width: 1200px){
    .AutoTitle{ padding:25px 0 15px; }
    .btitle{ font-size:22px; }
    .MoreBox a,
    .MoreBox .a{ line-height:30px; }
}
@media only screen and (max-width: 768px){
    .AutoTitle{ padding:20px 0 10px; }
    .btitle{ font-size:20px; }
}

/**头部导航**/
#header{ position:fixed; left:0; width:100%; top:0; z-index:9; background-color:#fff; padding:23px 0; }
#header .logo{ display:table-cell; align-items:center; vertical-align:middle; height: 50px; }
#header .logo img{ display:block; transition:all .3s; height:44px; }
#header .Menu{ font-size:0; }
#header .Menu li{ display: inline-block; vertical-align: middle; line-height:50px; font-size:16px; color:#333333; }
#header .Menu .title{ display:block; color:#333333; }
#header .Menu .title span{ position:relative; z-index:2; display:block; }
#header .Menu .Lib{ min-width: 100%; background:rgba(255,255,255,.99); box-shadow: -10px 0 10px rgba(0,0,0,0.1); word-break:keep-all; white-space:nowrap; }
#header .Menu .Lib .Box{ padding:35px 0; }
#header .Menu .Lib .imgBox{ padding-top:19.616%; width:420px; }
#header .Menu .Lib .type{ font-size:20px; font-weight: bold; width: 22.5%; }
#header .Menu .Lib .aBox{ width: 72.5%; }
#header .Menu .Lib .aBox a{ font-size:17px; line-height:1.2em; width: 48%; display: inline-block; float: left; min-height: 40px; white-space: nowrap; position: relative; }
#header .Menu .Lib .aBox a.hot:before{ display: block; content: ""; position: absolute; left:16px; top:0; height:20px; width:14px; background:url(../images/hot.png) no-repeat center; animation: shake-vertical 1s infinite ease-in-out;  }
#header .Menu .Lib .aBox a:nth-child(2n+1){ margin-left: 4%; }
#header .Menu .Lib .aBox a i{ display: inline-block; vertical-align: middle; font-style: normal; margin-right:10px; position: relative; top: -1px; }
#header .Menu .Lib .aBox a .i_icon{ display: none; }
#header .Menu .Lib .aBox a .txt{ display: inline-block; }
.SmallHeader #header{ box-shadow:0 0 10px rgba(0,0,0,.2); }

@media (min-width:1200px) {
    body{ padding-top:96px; }
    #header .Box{ position:relative; line-height:0; }
    #header .Menu>.container{ padding:0; width:100%; }
    #header .Menu .ul{ display:inline-block; vertical-align:middle; }
    #header .Menu .on .title{ color:#04823d; transition:all .3s; }
    #header .Menu li{ position:relative; }
    #header .Menu li .title{ padding:0 25px; position:relative; transition:all .3s; }
    #header .Menu .title:hover{ color:#04823d; }
    #header .Menu li:hover .title::before{ display:block; }
    #header .Menu .title::before{ content:""; display:none; position: absolute; left:0; top:100%; width:100%; height:100%; background:transparent; }
    #header .Menu .hlb::after{ content:""; position: absolute; left:50%; top:100%; margin-left:-7px; margin-top: 0; border:7px solid transparent; border-bottom-color:#04823d; transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0); -o-transform:scale(0); transition:opacity .3s,margin .3s; -webkit-transition:opacity .3s,margin .3s; -ms-transition:opacity .3s,margin .3s; -moz-transition:opacity .3s,margin .3s; -o-transition:opacity .3s,margin .3s; }
    #header .Menu li:hover .hlb::after{ opacity:1; margin-top:9px; z-index:2; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); }
    #header .Menu li:hover .Lib{ opacity:1; margin-top:23px; z-index:2; transform:scale(1) translateX(-50%); -webkit-transform:scale(1) translateX(-50%); -moz-transform:scale(1) translateX(-50%); -ms-transform:scale(1) translateX(-50%); -o-transform:scale(1) translateX(-50%); }
    #header .Menu .Lib{ position: absolute; left: 50%; top: 100%; text-align:center; margin-top:0px; opacity:0; z-index: -1; transform:scale(0) translateX(-50%); -webkit-transform:scale(0) translateX(-50%); -moz-transform:scale(0) translateX(-50%); -ms-transform:scale(0) translateX(-50%); -o-transform:scale(0) translateX(-50%); transition:opacity .3s,margin .3s; -webkit-transition:opacity .3s,margin .3s; -ms-transition:opacity .3s,margin .3s; -moz-transition:opacity .3s,margin .3s; -o-transition:opacity .3s,margin .3s; }
    #header .Menu .Lib .container{ padding:5px 0; width:auto; }
    #header .Menu .Lib a{ display:block; padding:12px 10px; font-size:13px; line-height:20px; color:#666; }
    #header .Menu .Lib a:hover{ color:#04823d; background-color:#f5f5f5; }
    #header .Menu .Lib .as{ position:relative; }
    #header .Menu .Lib .as:hover>a{ background-color:#f5f5f5; }
    #header .Menu .Lib .as .Lib2{ position: absolute; left:100%; top:0; display:none; background:#fff; }
    #header .Menu .Lib .as:hover .Lib2{ display:block; }
    #header .FormBox{position:absolute;left:0;top:-10px;z-index:-1;width:100%;padding:10px 0;background:#fff;opacity:0;margin-top:-15px;transform:scale(0);transition:opacity 0.3s,margin-top 0.3s,padding 0.3s;}
    #header .FormBox .form{display:block;position:relative;padding:0 40px;}
    #header .FormBox .form .Key{display:block;width:100%;height:50px;line-height:50px;padding:0 15px;font-size:16px;color:#ccc;}
    #header .FormBox .form .submit{display:block;cursor:pointer;position:absolute;right:10px;top:0;height:100%;width:30px;background:url(../images/icon_search_h.png) no-repeat center/18px auto;}
    #header .FormBox .form .exit{display:block;cursor:pointer;position:absolute;left:10px;top:0;height:100%;width:30px;background:url(../images/exit.png) no-repeat center / 16px auto;}
    #header .other{ display:inline-block; vertical-align:middle; }
    #header .SearchBtn{ margin-right:25px; display:inline-block; vertical-align:middle; height:50px; width:30px; background:url(../images/icon_search.png) no-repeat center/18px auto; }
    #header .SearchBtn:hover{ background-image:url(../images/icon_search_h.png); }
    #header .language{ display:inline-block; vertical-align:middle; font-size:14px; color:#666666; line-height:50px; padding-left:25px; background:url(../images/icon_language.png) no-repeat left center/18px auto; position:relative; }
    #header .language .t{ display:block; padding-right:10px; background:url(../images/jt1.png) no-repeat right center; }
    #header .language .aBox{ border:1px solid #dfdfdf; text-align:center; background:#fff; opacity:0; margin-top:-10px; position:absolute; right:0; top:80%; background:#fff; transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0); -o-transform:scale(0); transition:opacity .3s,margin .3s; -webkit-transition:opacity .3s,margin .3s; -ms-transition:opacity .3s,margin .3s; -moz-transition:opacity .3s,margin .3s; -o-transition:opacity .3s,margin .3s; }
    #header .language .aBox::before{ position: absolute; left:0; bottom:100%; content:""; width:100%; height:5px; background:url(../images/jt4.png) no-repeat center; }
    #header .language:hover .aBox{ margin-top:0; opacity:1; z-index:2; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); }
    #header .language .aBox a{ display:block; font-size:14px; line-height:20px; color:#888888; padding:7px 10px; }
    #header .language .aBox a+a{ border-top:1px solid #eeeeee; }
    #header .language .aBox a:hover{ color:#04823d; background:#eef1f6; }
    .SearchShow #header .FormBox{ opacity: 1; margin-top: 0; transform: scale(1); z-index: 9; }
    .SmallHeader #header .FormBox{ top:-15px; }
    .SmallHeader #header .language,
    .SmallHeader #header .SearchBtn{ line-height:40px; height:40px; }
    .SmallHeader #header{ padding:15px 0; }
    .SmallHeader #header .logo{ height:40px; }
    .SmallHeader #header .logo img{ height:36px; }
    .SmallHeader #header .Menu li{ line-height:40px; font-size:15px; }
    .SmallHeader #header .Menu li .title{ padding:0 20px; }
    .SmallHeader #header .Menu li:hover .hlb::after{ margin-top:1px; }
    .SmallHeader #header .Menu li:hover .Lib{ margin-top:15px; }
}
@media only screen and (max-width: 1200px){
    body{ padding-top:0; }
    /**头部导航**/
    #header{ box-shadow:0 0 10px rgba(0,0,0,.2); padding:5px 0; position:sticky; top:0; }
    #header .logo{ height: 50px; }
    #header .logo img{ height: 38px; }
    #header .PhoneMenu{ width: 34px; padding-top:12px; position: relative; float: right; }
    #header .PhoneMenu i{ display: block; background:#267fff; height:3px; opacity: 1; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear;  }
    #header .PhoneMenu i+i{ margin-top:8px; }
    #header .Menu{ position: fixed; top:60px; padding:15px 0 10px; left: 0; height:calc(100vh - 60px); width:100%; z-index: 99; overflow-y:auto; background-color: rgba(255, 255, 255,0.95); transform:scaleX(0); -webkit-transform:scaleX(0); -ms-transform:scaleX(0); -moz-transform:scaleX(0); -o-transform:scaleX(0); box-shadow: none; }
    #header .Menu .ul{ padding:0; }
    #header .Menu li{ display: block; float: none; line-height:26px; border-bottom:1px solid rgba(38, 127, 255,.99); }
    #header .Menu li .title{ margin:0; font-size:17px; padding:10px 0; color:#267fff; position:relative; }
    #header .Menu li .title .icon{ z-index: 2; position: absolute; left:auto; right: 0; top:50%; display: block; content: ""; height:100%; width:30px; background: url(../images/icon_add.png) no-repeat center/22px auto;transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
    #header .Menu li.click .title .icon{ background-image: url(../images/icon_add2.png); }
    #header .Menu .Lib{ position: static; box-shadow: none; display:none; margin-top:-10px; background:#fff; padding:5px 0; }
    #header .Menu .Lib .container{ padding:0; width:100%; }
    #header .Menu .Lib a{ display:block; font-size:15px; padding:3px 15px; }
    #header .Menu .Lib .Lib2{background: #fcfcfc; padding: 5px 0;}
    #header .Menu .Lib .Lib2 a{ font-size:14px; padding:1px 15px; }
    #header .language .t{ display:none; }
    #header .language .aBox a{ display:block; font-size:17px; padding:10px 0; color:#267fff; border-bottom:1px solid rgba(38, 127, 255,.99); }
    #header .FormBox .form{ display:block; width:100%; border:2px solid #267fff; border-radius:5px; position:relative; padding-right:46px; }
    #header .FormBox .form .Key{ display:block; padding:0 15px; line-height:36px; width:100%; font-size:14px; }
    #header .FormBox .form .submit{ position: absolute; right:0; top:0; width:46px; height:100%; background:#267fff url(../images/icon_search_h2.png) no-repeat center; }
    .MenuShow #header .PhoneMenu .i1{ transform: rotate(45deg) translate(0.1rem,0.12rem); -webkit-transform: rotate(45deg) translate(8px,7px); -ms-transform: rotate(45deg) translate(8px,7px); -moz-transform: rotate(45deg) translate(8px,7px); -o-transform: rotate(45deg) translate(8px,7px); }
    .MenuShow #header .PhoneMenu .i2{ opacity: 0; }
    .MenuShow #header .PhoneMenu .i3{ transform: rotate(-45deg) translate(9px,-7px); -webkit-transform: rotate(-45deg) translate(9px,-7px); -ms-transform: rotate(-45deg) translate(9px,-7px); -moz-transform: rotate(-45deg) translate(9px,-7px); -o-transform: rotate(-45deg) translate(9px,-7px); }
    .MenuShow #header .Menu{ opacity: 1; transform:scaleX(1); -webkit-transform:scaleX(1); -ms-transform:scaleX(1); -moz-transform:scaleX(1); -o-transform:scaleX(1); }
}
@media only screen and (max-width: 768px){
    #header .logo img{ height: 30px; }
}

/**底部**/
#footer{ background-color:#222222; color:#777777; font-size:14px; line-height:20px; padding:1px 0; }
#footer a{ color:#777; }
#footer .top{ padding:65px 0 90px; }
#footer .menu{}
#footer .menu li{ float:left; display:inline-block; max-width:150px; }
#footer .menu li+li{ margin-left:84px; }
#footer .menu .title{ font-size:16px; color:#cdcece; margin-bottom:20px; }
#footer .menu .aBox{}
#footer .menu .aBox .div{ padding:3px 0; }
#footer .menu .aBox .div a{ color:#777777; }
#footer .menu .aBox .div a:hover{ color:#fff; }
#footer .menu .code{ padding-top:6px; }
#footer .menu .code .txt{ font-size:14px; color:#999999; text-align:center; margin-top:10px; }
#footer .message{ text-align:right;  }
#footer .message .mobile{ display:block; margin-bottom:30px; color:#fff; padding:2px 63px 2px 0; background:url(../images/icon_phone.png) no-repeat right 0 center; }
#footer .message .mobile .word{ font-size:14px; line-height:20px; }
#footer .message .mobile .num{ font-size:26px; line-height:26px; }
#footer .message .contact{ font-size:14px; line-height:22px; margin-bottom:20px; }
#footer .message .contact a{ color:#777; }
#footer .bot{ border-top:1px solid #333333; padding:20px 0; }
#footer .bot a{ color:#777777; }
#footer .bot a:hover{ color:#90c31f; }
#footer .shareBox{ font-size:0; }
#footer .shareBox a{ height:24px; width:24px; display:inline-block; vertical-align:top; border-radius:50%; position:relative; }
#footer .shareBox a+a{ margin-left:10px; }
#footer .shareBox .qq{ background:url(../images/icon_fot1.png) no-repeat center/contain; }
#footer .shareBox .wechat{ background:url(../images/icon_fot2.png) no-repeat center/contain; }
#footer .shareBox .sina{ background:url(../images/icon_fot3.png) no-repeat center/contain; }
#footer .shareBox .codeBox{ padding:8px; width:120px; background:#fff; border-radius:3px; position: absolute; left:50%; bottom:100%; margin-bottom:10px; margin-left:-60px; display:none; }
#footer .shareBox .wechat:hover .codeBox{ display:block; }
@media only screen and (min-width: 1200px){
    #footer .message{ max-width:320px; }
    #footer .friendlink{ position:relative; line-height:32px; border:1px solid #333; }
    #footer .friendlink .t{ text-align:center; width:90px; background:#333333; }
    #footer .friendlink .links{ display:block; position:absolute; left:0; bottom:0; height:32px; overflow:hidden; text-align:left; width:calc(100% - 90px); padding:0 27px 0 15px; background:url(../images/jt3.png) no-repeat right 10px bottom 10px; transform:all .3s }
    #footer .friendlink .links:hover{ height:auto; border:1px solid #333; background-color:#222; }
    #footer .friendlink .links a{ display:block; }
    #footer .friendlink .links a:hover{ color:#fff; }
}
@media only screen and (max-width: 1200px){
    /**底部**/
    #footer{}
    #footer .top{ text-align:center; padding:20px 0; }
    #footer .menu{ display:none; }
    #footer .message{ float:none; width:100%; text-align:left; display:flex; flex-wrap:wrap; text-align:center; justify-content:center; }
    #footer .message .mobile{ display:inline-block; padding:0 0 0 28px; background-position:left center; background-size:contain; margin-bottom:5px; order:2; opacity:.6; }
    #footer .message .mobile .word{ display:none; }
    #footer .message .mobile .num{ font-size:14px; line-height:20px; }
    #footer .message .contact{ margin:0; width:100%; order:2; }
    #footer .friendlink{ order:1; width:100%; margin-bottom:15px; }
    #footer .friendlink .t{ float:none; color:#ccc; margin-bottom:2px; }
    #footer .friendlink .links{ margin:0 -5px; }
    #footer .friendlink .links a{ margin:2px 5px; }
    #footer .bot{ text-align: center; padding:10px 0; }
    #footer .bot .f_l,
    #footer .bot .f_r{ float: none; display: block; }
    #footer .shareBox{ margin-top:3px; }
}

/**右侧悬浮**/
#NavFixed{ position: fixed; right: 20px; top:50%; text-align: center; width:65px; z-index: 9; }
#NavFixed .li{ display: block; padding:23px 5px 17px; position: relative; background:#fff; transition: all .3s; border:1px solid #dddddd; margin-top:-1px; }
#NavFixed .li+.li{ border-top:1px solid #ddd; }
#NavFixed .li .icon{ display: block; height: 22px; width:22px; background:no-repeat center; margin:0 auto 3px; }
#NavFixed .li.qqBox .icon{ background-image: url(../images/nav_right1.png); }
#NavFixed .li.phoneBox .icon{ background-image: url(../images/nav_right2.png); }
#NavFixed .li.Returntop .icon{ background-image: url(../images/nav_right3.png); }
#NavFixed .li .txt{ display:block; font-size: 12px; line-height:18px; color:#666666; }
#NavFixed .phoneNumber{ position: absolute; right:100%; top:0; height:100%; word-break: keep-all; white-space: nowrap; padding:0 15px; line-height:85px; margin-right: -20px; opacity: 0; transform: scale(0); transition:margin .3s,opacity .3s; font-size: 22px; font-style: italic; border:1px solid #04823d; background:#04823d; color:#fff; }
#NavFixed .li:hover{ background:#04823d; color:#fff;}
#NavFixed .li:hover .txt{ color:#fff; }
#NavFixed .li:hover .phoneNumber{ margin-right:0; transform: scale(1); opacity: 1; }
#NavFixed .li.qqBox:hover .icon{ background-image: url(../images/nav_right1_h.png); }
#NavFixed .li.phoneBox:hover .icon{ background-image: url(../images/nav_right2_h.png); }
#NavFixed .li.Returntop:hover .icon{ background-image: url(../images/nav_right3_h.png); }
@media only screen and (max-width: 768px){
    #NavFixed{ display:none; }
}

/**首页**/
/***Banner**/
#IndexBan{ position:relative; }
#IndexBan .pc{ display:block; }
#IndexBan .phone{ display:none; }
#IndexBan .point{ z-index:2; position:absolute; left:0; width:100%; bottom:18px; text-align:center; font-size:0; line-height:0; }
#IndexBan .point .swiper-pagination-bullet{ width:10px; height:10px; background-color:#fff; border-radius:50%; opacity:.16; margin:0 5px; }
#IndexBan .point .swiper-pagination-bullet.swiper-pagination-bullet-active{ opacity:1; }
#AutoBan{ position:relative; overflow:hidden; }
#AutoBan img{animation: scaleAnim 5s ease forwards;}
#AutoBan .pc{ display:block; }
#AutoBan .mobile{ display:none; }
#AutoBan .Box{ position: absolute; left:0; top:0; width:100%; height:100%; }
#AutoBan .table{ display:table; width:100%; height:100%; }
#AutoBan .tab-cell{ display:table-cell; width:100%; vertical-align:middle; }
#AutoBan .h1{ text-align:center; color:#fff; font-size:30px; line-height:36px; font-weight:normal; }
#AutoBan .h1::after{ content:""; width:1em; display:block; height:2px; background:#fff; margin:10px auto 0; }
@media only screen and (max-width: 1200px){
    #IndexBan .point{ bottom:15px; }
}
@media (max-width:768px) {
    #IndexBan .pc{ display:none; }
    #IndexBan .phone{ display:block; }
    #IndexBan .point{ bottom:10px; }
    #AutoBan .pc{ display:none; }
    #AutoBan .mobile{ display:block; }
    #AutoBan .h1{ font-size:24px; line-height:32px; }
}
@keyframes scaleAnim{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}


.in_pro{width:100%; padding:30px 0; box-sizing: border-box}

.inbtny{text-align: center;}
.inbtny_cn{font-size: 25px; color: #04823d; font-weight: 600; margin-top:0px;}
.inbtny_en{font-size: 16px; color: #959595; letter-spacing: -1px; margin-top: 8px; text-transform:uppercase}
.inbtny_img{margin-top: 0px; display: inline-block;}

.in_pronr{width:100%; margin:15px auto 0; position:relative;}
.in_pro_img{width:100%; margin:auto; overflow:hidden;}
.in_pro_img ul{width:10000%; position:relative;}
.in_pro_img ul li{width:0.235%; float:left; margin-right:20px; background: #fff;border:1px solid #ddd;}
.in_pro_img ul li .pic{width:100%; margin:auto; overflow:hidden;}
.in_pro_img ul li .pic img{width:100%; display:block; -webkit-transition:all .3s; transition:all .3s;}
.in_pro_img li a:hover img{-webkit-transform: scale(1.1); transform:scale(1.1);}
.in_pro_img ul li .title{width:100%; float:left;  border-top:none; padding:20px; text-align:center;}
.in_pro_img ul li .title .wz{font-size:16px; color:#04823d; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.in_pro_img ul li .title .wz a{line-height:30px; color:#000; }
.in_pro_img ul li .title .wz a:hover {color:#04823d;}
.in_pro_img ul li .title .wz1{font-size:16px; color:#000; font-weight:normal; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.in_pro_img ul li .title p{margin-top:10px; line-height:26px; text-overflow:-o-ellipsis-lastline; overflow:hidden; text-overflow:ellipsis;
 display:-webkit-box; -webkit-line-clamp:2; line-clamp:2; -webkit-box-orient:vertical; text-align: left; font-size: 14px;}
.in_pro_qh{position: absolute;
    top: 50%;
    left: -122px;
    width: 120%;
    transform: translateY(-50%);}
.in_pro_l,.in_pro_r{width: 94px;
    height: 94px;
    transition: 0.3s;
    cursor: pointer;
    overflow: hidden;}
.in_pro_l{float: left;background:url(../images/swiper1-l.png) center no-repeat;}
.in_pro_r{float: right;background:url(../images/swiper1-r.png) center no-repeat;}

/*关于我们*/
.in_about{width: 100%; height: auto; padding: 30px 0;background: url(../images/a_bg.jpg) center no-repeat;background-size: cover;}
.in_about_ny{width: 100%; height: auto; margin-top:50px; overflow: hidden;}
.in_about_textnr{width: 50%; height: auto; float: left;}
.in_about_textnr_tit{font-size: 30px; line-height: 40px; color: #333;}
.in_about_textnr_tit_line{width: 20px; background: #555; height: 2px;}
.in_about_text{font-size:16px; line-height:32px; font-weight: normal; color: #444; text-align: center; margin-top: 20px}
.in_about_sj{width:100%; float:left; margin-top:0px;margin-bottom:0px;}
.in_about_sj ul{margin-right:-5%;}
.in_about_sj li{width:20%; float:left; border-right:1px solid #e6e6e6; margin-right:5%; text-align: center;}
.in_about_sj li .sz{width:100%; float:left;}
.in_about_sj li .sz_bt{font-size:40px; font-weight:bold; color:#6286a5; line-height:30px; font-family:Arial;}
.in_about_sj li .sz_xb{float:left; margin:10px 0 0 10px; font-size:14px; color:#000;}
.in_about_sj li .txt{width:100%; float:left; margin-top:20px; font-size:14px;}
.more{width: 120px; height: auto; background: #444; border-radius: 20px; overflow: hidden;text-align: center;}
.more a{ font-size: 14px; line-height: 35px; color: #fff;}
.more a:hover{background: #6286a5; border-radius: 20px; color: #fff; display: block;}

.aboutList { margin-top: 11px; height: 229px; margin-bottom: 48px; }
.aboutList ul{margin-right: -8.7px;}
.aboutList li { float: left; margin-right: 8.7px;margin-top: 7px; height: 227px; width:316px; position: relative; border: 1px solid #cdcccc; }
.text { width: 100%; height: 100%; text-align: center; background-color: #fff; }
.text a { display: block; }
.text a img { display: block; margin: 0 auto; padding: 56px 0 22px; }
.text a div { color: #444; font-size: 18px; }
.text a p { color: #a7a7a7; font-size: 16px; text-transform: capitalize; margin-top: 4px; }
.img { position: absolute; left: 0; bottom: 0; z-index: 5; width: 100%; height: 100%; filter: alpha(opacity=0); opacity: 0; }
.img a { display: block; }
.img img { width: 100%; height: 100%; }
.img p { position: absolute; left: 0; bottom: 0; z-index: 10; width: 100%; height: auto; line-height: 40px; overflow: hidden; color: #fff; font-size: 14px; text-align: center; background: url(../images/bg2.png) repeat 0 0; }
.aboutImgbg { position: absolute; left: 0; bottom: -43px; z-index: 5; height: 42px; width: 100%; background: url(../images/bg3.jpg) no-repeat 0 bottom; }
.aboutList li:hover .img { background: #fff; filter: alpha(opacity=100); opacity: 1; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.indexMall { height: auto; overflow: hidden; padding: 132px 0 145px; background-color: #f1f1f1; }


.feature{background:#f2f2f2 ;overflow:hidden;padding:30px 0;}
.con{width: 100%; margin-top: 30px}
.con .list{width: 48%; float: left; background:#FFF; margin-bottom:20px; margin-right: 2%;}
.con .list .pic_er{ float:left; width:44%;}
.con .list .pic_er img{ width:263px; height: 166px;}
.con .list dl{ float:right; width:49%; margin-right:3%; margin-top:8px;}
.con .list dt{ line-height:30px; font-size:15px; font-weight: bold; padding-bottom: 6px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.con .list dt a{ color: #04823d; font-weight: 600}
.con .list dd.txt{ line-height:25px; height:auto; font-size: 12px; overflow:hidden;}
.con .list dd.more{ margin-top:10px;font-size: 12px; color: #999;}


.product {padding-bottom: 0px;}
.product .pro_type {margin: 15px 0; text-align: center;}
.product .pro_type li {display: inline-block;zoom: 1;vertical-align: middle;position: relative;width: 12%;line-height: 50px;font-size: 15px; margin-right: 5px; text-align: center; border: 1px solid #dee2e6; margin-bottom: -1px; border-radius: 8px; background: #fff}
.product .pro_type li a {text-decoration: none;}
.product .pro_type li i {display: none;width: 13px;height: 7px;position: absolute;left: 50%;margin-left: -7px;top: 40px;background: url(../images/xla.png) no-repeat center;}
.product .pro_type li.cur, .product .pro_type li.cur a {background: #04823d; color: #fff;}
.product .pro_type li.cur i {display: block;}

.product .conbox {}
.product .conbox ul {display: none;}
.product .conbox ul.cur {display: block; margin-right: -1%;}
.product .conbox ul li {float: left;width: 23.8%;border: 1px solid #d9d9d9;margin-right: 1%;transition: all 0.5s; margin-bottom: 25px;}
.product .conbox ul li:first-child {/* margin-left: 0; */}
.product .conbox ul li i {display: block;height: auto;/*background: url(Img/Index/probg1.png) no-repeat center;*/text-align: center;overflow:hidden;}
.product .conbox ul li i em {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;height: 100%;width: 0;}
.product .conbox ul li i img {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;transition: all 0.5s;overflow: hidden;width: 100%;height: auto;}
.product .conbox ul li p {line-height: 56px;font-size: 16px;color: #555;text-align: center;background: #fff;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;padding: 0 5px;margin-bottom: 0;text-decoration: none;;}
.product .conbox ul li a{text-decoration: none;}
.product .conbox ul li:hover {box-shadow: 10px 10px 20px #999;border-color: #00a2e9;}
.product .conbox ul li:hover p {background: #00a2e9; color: #fff;}
.product .conbox ul li:hover i img {transform: scale(1.05);}



/*why_us*/
.why_us{ margin:0 auto; overflow:hidden; padding:20px 0; box-sizing: border-box;}
.why_us ul{margin-right: -2%}
.why_us ul li{ float:left; width:31.333%; text-align:center; position:relative; margin:0 2% 0 0; }
.why_us ul li:last-child{ margin:0;}
.why_us ul li .why_k{ padding:0;}
.why_us ul li big{ font-size:30px; color:#019df4; display:block; line-height:42px; margin:0px auto; font-weight: 600}
.why_us ul li span{ font-size:38px; color:#019df4;font-weight: 600}
.why_us ul li small{ font-size:13px; color:#444; line-height:22px; display:block; margin:0px auto; text-transform:capitalize;}

#demo{width:100%; overflow:hidden; margin:0 auto;}
.index-hzlb-pic{padding-top:25px;}
.index-hzlb-pic li{margin-right:10px;width:260px;}


.IndexBlockB .swiperBox{ overflow:hidden; position:relative; margin-right:-195px; padding-right:195px; }
.IndexBlockB .swiperBox .swiper-container{ overflow:visible; width:630px; }
.IndexBlockB .swiperBox .swiper-slide{ opacity:.1; transform:translateX(-70%) scale(.88); transition:all .3s; }
.IndexBlockB .swiperBox .swiper-slide.swiper-slide-active{ opacity:1; transform:scale(1); z-index:2; }
.IndexBlockB .swiperBox .swiper-slide.swiper-slide-next{ opacity:.1; transform:translateX(-70%) scale(.88); }
.IndexBlockB .swiperBox .imgBox{ padding-top:93.65%; }
.IndexBlockB .swiperBox .paginations{ z-index:2; position:absolute; left:0; width:630px; max-width:100%; bottom:18px; text-align:right; font-size:0; line-height:0; padding:0 5px; }
.IndexBlockB .swiperBox .paginations .swiper-pagination-bullet{ width:10px; height:10px; background-color:#267fff; border-radius:50%; opacity:.16; margin:0 5px; }
.IndexBlockB .swiperBox .paginations .swiper-pagination-bullet.swiper-pagination-bullet-active{ opacity:1; }


/***************customer***************/
.customers{width:100%;overflow:hidden;margin:30px auto;background: #fff;}
.customers ul{margin-top:0px; margin-right:-1%;}
.customers ul li{float:left;width:15.6%;overflow:hidden;border:1px solid #dbdbdb; margin-right:1%; margin-bottom:2%;}

.customers ul li .imgs{overflow:hidden;}
.customers ul li .imgs img{display:block; width:100%;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.customers ul li .imgs:hover img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}


/* 新闻 */
.news{padding-bottom:0px;overflow:hidden;font-size:12px; background: #fff; box-sizing: border-box; padding: 30px 0}
.newsL{width:55%;overflow:hidden;float: left;}
.nTie{height:45px;border-bottom:1px solid #dadada;margin-bottom:35px;color:#151515;font-size:24px;}
.nTie a{color:#151515;display:inline-block;height:45px;margin-right:30px;}
.nTie i{font-size:14px;color:#bdbdbd;margin-left:5px;font-style:normal;font-weight:normal;}
.nTie .m.on,.faq .nTie .m{color:#019df4;border-bottom:1px solid #019df4;}
.nTie .more{float:right;font-size:13px;margin-right:0;font-weight:normal;color:#555;background: url('../images/more.png') no-repeat left 4px;padding-left:20px;}
.nTie .more:hover{color:#019df4;}

.newsMain,.newsBox{height:auto;overflow:hidden;}
.newsPic{float: left;width: 43%;}
.newsPic .pImgs{display: block;width:100%;height:auto;overflow: hidden;margin-bottom:15px;} 
.newsPic .pImgs img{width:100%;height:auto;transition:all .5s;}
.newsPic .nwz{font-size:18px;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;;margin-bottom:10px;}
.newsPic:hover img{transform: scale(1.1);}
.newsPic:hover .nwz{color:#019df4;}
.newsPic p{color:#777;line-height: 21px}
.newsLi{width:55%; float: right;}
.newsLi li{border-bottom: 1px solid #e8e8e8;line-height:45px;background: url('../images/ly_li.png') no-repeat left center;padding-left:15px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.newsLi li span{float:right;color:#999;}

.newsr{width: 43%; height: auto; float: right;}
.widget_titlebg{margin-bottom: 20px; margin-left: 15px;}
.widget_title{padding-bottom: 12px;font-size: 26px;line-height: 24px;position: relative;text-transform: uppercase; color: #333; font-weight: 600}
.widget_titleen{padding-bottom: 8px;font-size: 16px;line-height: 24px;position: relative;text-transform: uppercase; color: #333;}
.widget_title_line{background:#019df4;width: 35px;height: 2px;}
.fot_form2{margin-top:10px;}
.fot_form2 form{ }
.fot_form2 .text{display:block;margin-bottom:15px;margin-left:15px;padding:0 10px;width:100%;height:44px;border:1px solid #b0b0b0;background:none;color:#999;font-size:14px;line-height:44px;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F222226', endColorstr='#7F222226');border-radius: 5px;box-sizing: border-box;}
.fot_form2 .md{ float:left;}
textarea{ resize:none;}
.fot_form2 textarea{ margin-left:15px; width:100%; height: 141px; border:1px solid #b0b0b0; color:#999; font-size:14px; line-height:44px; padding-left:8px; resize:none;background:none;  filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F222226', endColorstr='#7F222226'); font-family:"å¾®è½¯é›…é»‘";border-radius: 5px; box-sizing: border-box;}
.fot_form2 .submit { margin-left:15px; margin-top:20px; width:30%; height: 46px; border:none; line-height:46px;background: #019df4; color:#fff; text-align:center; font-size:15px;border-radius: 5px;}
.fot_form2 .submit a{ display:block; color:#fff; }
.fot_form2 .submit:hover{  background: #019df4;}

.bann{height:auto;margin-top:0px;color:#fff;position:relative;}
.bann img{width:100%;object-fit: cover;}

.about-text{padding:50px 0;}
.about-text dl dt{width: 47%; float: left;}
.about-text dl dd{width: 50%; float: right;}
.about-text dl dd .abt{font-size: 30px; color: #333333; margin-bottom: 20px;}
.about-text dl dd p{font-size: 14px; color: #8f8f8f; line-height: 25px;}
.about-culture{background-color:#f5f5f5; padding-top: 65px; padding-bottom: 95px;}
.about-culture .about-title{margin-bottom: 40px;}
.about-culture .about-title .cbt{font-size:30px;}
.about-culture .about-list ul li{width: 32.33%; margin-left: 0.5%; margin-right: 0.5%; height: 330px; padding: 60px 80px 70px 40px; border-radius:10px; position: relative; overflow: hidden; float: left; background-color: #FFF; margin-top:20px;}
.about-culture .about-list ul li:nth-child(1){background: url(../images/about-bg1.png) no-repeat;}
.about-culture .about-list ul li:nth-child(3){background: url(../images/about-bg2.png) no-repeat;}
.about-culture .about-list ul li:nth-child(5){background: url(../images/about-bg3.png) no-repeat;}
.about-culture .about-list ul li .xbt{font-size: 24px; color:#ffffff;}
.about-culture .about-list ul li .xny{font-size: 14px; color: #FFF;}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.about-culture .about-list ul li hr{width:39px; border: none; border-top: 1px solid #FFF;}
.about-culture .about-list ul li p{font-size: 14px; color: #ffffff; line-height: 26px;}
.about-culture .about-list ul li .about-list-text{position: absolute; border-radius: 80px 0 0 0; bottom: 0; right: 0px; width:80px; height: 80px; background-color: rgba(0, 0, 0, 0.3);}
.about-culture .about-list ul li .about-list-text .number{position: absolute; top: 37px; right: 18px; font-size: 24px; color: #FFF;}
.about-culture .about-list ul li.odd .xbt{color: #333333;}
.about-culture .about-list ul li.odd .xny{color: #8f8f8f;}
.about-culture .about-list ul li.odd hr{border-top: 1px solid #b2b2b2;}
.about-culture .about-list ul li.odd p{font-size: 14px; color: #8f8f8f; line-height: 25px;}
.about-culture .about-list ul li.odd .about-list-text .number{color:#333333;}


.honor{width:100%; height: auto; overflow: hidden; margin: 30px 0}
.honor ul{margin-right:-2%;}
.honor li{float:left;width:23%;margin:0 2% 27px 0;transition:all 0.4s;}
.honor li .pImg{display:block;width:100%;height:auto;overflow:hidden;}
.honor li img{width:100%;height:auto;transition:all 0.5s;}
.honor li .wz{font-weight:normal;text-align:center;line-height:45px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;position:relative;z-index:2;}
.honor li:hover img{transform:scale(1.1);}
.honor li:hover{color:#fff;}
.honor li:hover .wz{color:#04823d;}


.zzjg{width:100%; height: auto; overflow: hidden; margin: 30px 0}
.zzjg img{max-width:100%; height: auto; display: block; clear: both; margin: auto}

.zzjg td, .zzjg th{ padding:0 10px;}
.zzjg table{ border-left:1px solid #e1e1e1; border-top:1px solid #e1e1e1; text-align:center;}
.zzjg td, .zzjg th{border-right:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1;}

.productPic{width: 100%; margin: 0 auto; box-sizing: border-box;}
.productPic ul{width: 100%;overflow: hidden;/* margin-left: -2%; */}
.productPic li{width: 23%; margin-left: 2%; float: left; }
.product-words{width: 100%; overflow: hidden;}
.product-w-pic{width: 100%; position: relative; overflow: hidden; background-color: #fff; text-align: center; box-sizing: border-box; border: 1px solid #ebebeb;}
.product-w-pic img{width: 100%; object-fit: cover}
.product-w-shade{width: 100%; height: 92%; position: absolute; top: 0%; left: 0%; background-color: rgba(4, 130, 61, .8); transition: all .5s; opacity: 0;}
.product-w-pic .product-w-piclink{display: block;width: 100%;height: 100%;font-size: 0; padding: 0;border-bottom: none;margin: 0;}
.product-w-shade .pwz{width: 100%; position: absolute; top: 50%; transform: translate(0,-50%);}
.product-w-shade .pwz p{font-size:18px; color: #fff; width: 80%; margin: auto; text-align:justify; text-justify:inter-word; text-align: center; overflow: hidden; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.product-w-shade .pwz span{display: inline-block; font-size: 16px; color: #fff; text-align: center; padding: 0 0 4px 0; border-bottom: 1px solid #fff; margin-top: 36px;}
.product-w-pic:hover .product-w-shade{opacity: 1; height: 100%;}
.product-w-words{width: 100%; overflow: hidden; padding: 0 15px; box-sizing: border-box; text-align: center;}
.product-w-words .pwz{font-size: 14px; color: #333; line-height: 25px; margin-bottom: 15px}
.product-w-words p{font-size: 14px; color: #666; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}











@media only screen and (max-width: 1200px){
    .IndexBlockB{ padding:40px 0; }
    .IndexBlockB .l_con{ width:100%; float:none; display:block; margin-bottom:20px; }
    .IndexBlockB .title{ font-size:32px; line-height:40px; margin-bottom:0; }
    .IndexBlockB .ltitle{ font-size:20px; }
    .IndexBlockB .des{ margin:5px 0 15px; }
    .IndexBlockB .numBox{ margin-bottom:15px; }
    .IndexBlockB .word{ display:none; }
    .IndexBlockB .r_img{ margin:0 auto; display:block; float:none; }
    .customers{padding-bottom: 30px;}
    .customers ul li{width:32.33%;}
    .news{padding: 25px 0}
    .nTie{margin-bottom: 10px}
    .product .pro_type li{width: 48%; margin-bottom: 20px;}
}
@media only screen and (max-width: 768px){
    .IndexBlockB{ padding:20px 0 25px; }
    .IndexBlockB .title{ font-size:20px; line-height:22px; margin-bottom:2px; }
    .IndexBlockB .ltitle{ font-size:16px; line-height:22px; }
    .IndexBlockB .des{ line-height:22px; }
    .IndexBlockB .numBox{ font-size:0; margin:0 -10px 10px; }
    .IndexBlockB .numBox .wid{ width:33.33%; margin:0; padding:0 10px; }
    .IndexBlockB .numBox .wid+.wid{ margin-left:0; padding:0 10px; }
    .IndexBlockB .numBox img{ width:32px; }
    .IndexBlockB .numBox .txt{ margin-top:5px; }
    .IndexBlockB .r_img{ width:100%; }
    .IndexBlockB .swiperBox{ margin:0; padding:0; }
    .IndexBlockB .swiperBox .swiper-container{ overflow:hidden; width:100%; }
    .IndexBlockB .swiperBox .swiper-slide.swiper-slide-next,
    .IndexBlockB .swiperBox .swiper-slide{ transition:all 0s; opacity:1; transform: translateX(0) scale(1); }
    .customers ul li{width:49%; margin-bottom: 3%}
    .newsL{width:100%;}
    .newsr{width:100%; margin-top: 20px;}
    .widget_titlebg{margin-left: 0}
    .fot_form2 .text{margin-left: 0}
    .fot_form2 textarea{margin-left: 0}
    .fot_form2 .submit{margin-left: 0}
    .product .conbox ul{margin-right:-2%;}
    .product .conbox ul li{width: 48%;margin-right:2%;}
    .in_about_left{padding: 25px 0; width: 100%;}
    .in_about_right{padding: 25px 0; width: 100%;}
    .list{padding: 42px 0;padding-left: 23%;}

}

@media only screen and (max-width: 500px){
    .newsPic{width: 100%;}
    .newsLi{width: 100%; margin-top: 15px;}
    .newsLi li{line-height: 35px;}
}

.IndexBlockC{ padding-bottom:90px; background:#f8f8f8; overflow:hidden; }
.IndexBlockC .DBox{ position:relative; text-align:center; }
.IndexBlockC .DBox .Btns a{ position:absolute; top:0; height:100%; width:10px; display:block; z-index:2; }
.IndexBlockC .DBox .Btns .prev{ left:0; background:url(../images/jt2_1.png) no-repeat center; }
.IndexBlockC .DBox .Btns .next{ right:0; background:url(../images/jt2_2.png) no-repeat center; }
.IndexBlockC .DBox .Btns .prev:hover{ background-image:url(../images/jt2_1_h2.png); }
.IndexBlockC .DBox .Btns .next:hover{ background-image:url(../images/jt2_2_h2.png); }
.IndexBlockC .DBox .swiper-container{ margin:0 55px; }
.IndexBlockC .DBox .Box{ display:block; background:#fff; color:#666666; padding:30px 0 25px; filter: grayscale(100%); transition:all .3s; }
.IndexBlockC .DBox .Box:hover{ filter: grayscale(0%); }
.IndexBlockC .DBox .imgwid{ width:180px; margin:0 auto; max-width:100%; }
.IndexBlockC .DBox .imgBox{ display:block; padding-top:38.88%; }
.IndexBlockC .txt{ font-size:14px; line-height:20px; padding:4px 15px; }



.listBanner{ width:100%; height:auto; overflow;}
.listBanner img{width:100%;}

.pageTop{ height:77px; background:#f2f2f2; border-bottom:#04823d solid 3px;}
.pageTop .container{ position:relative;}
.pageNow{ line-height:77px; padding-left:25px; background:url(../images/nimg16_1.png) left center no-repeat;}
.pageNow a{ color: #333}
.pageNow b{ color:#04823d;}
.pageNav{ position:absolute; right:0px; top:0px;}
.pageNav li{ float:left; font-size:16px; margin-left:54px;}
.pageNav li a{ display:block; line-height:77px; color: #333}
.pageNav li a:hover, .pageNav li a.aNow{ background:url(../images/nimg23_1.png) center bottom no-repeat; color:#04823d; font-weight:bold;}


.intitle{width:100%;padding:35px 0 28px;font-size: 28px;color: #333;text-align: center;line-height: 38px;}
.intitle span{position: relative;}
.intitle span:after{width:32px;height: 2px;background: #04823d;position: absolute;top:50%;left: 0;margin-left: -50px;content: '';transform: translateY(-50%);}
.intitle span:before{width:32px;height: 2px;background: #04823d;position: absolute;top:50%;right: 0;margin-right: -50px;content: '';transform: translateY(-50%);}

.inner_content{width:100%;background:#fff; overflow: hidden;}
.inner_content .inner_about{margin: 0 auto; font-size:15px; color:#444; line-height:34px;  overflow: hidden;}
.inner_content .inner_about img{display:block;max-width:100%; margin: 10px auto;}
.inner_content .inner_about .ye{color: #04823d; font-weight: 600; display: inline-block; font-size: 18px;}






.proxq{width: 100%; height: auto; background: #f5f5f5; padding: 50px 0; box-sizing: border-box;}
.newsright{background: #fff; padding: 30px; box-sizing: border-box;}
.toptit { font-size: 22px;color:#343434; line-height: 52px; background: #f4f4f4; padding-left:16px; margin-bottom:20px; border-left:3px solid #267fff;}

.pro_right{width: 100%; height: auto; overflow: hidden;}
.productss{width:100%; float:left; margin-top:30px;}
.promore_l{width:45%;float:left;}

/*Ã¥â€ºÂ¾Ã§â€°â€¡Ã¦â€Â¾Ã¥Â¤Â§Ã©â€¢Å“Ã¦Â Â·Ã¥Â¼Â*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{width:99%; border:1px solid #d6d6d6;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}


/*Ã¥â€ºÂ¾Ã§â€°â€¡Ã¥Â°ÂÃ¥â€ºÂ¾Ã©Â¢â€žÃ¨Â§Ë†Ã¥Ë†â€”Ã¨Â¡Â¨*/
.spec-preview{width:100%; height:100%;}
.spec-scroll{clear:both;margin-top:10px;width:100%; float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block; width:32px; height:32px; cursor:pointer; margin-top:5px;}
.spec-scroll .items{float:left;position:relative;width:80%; height:51px; overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6; padding:2px;width:54px;height:41px;}
.spec-scroll .items ul li img:hover{border:2px solid #04823d; padding:1px;}

.pros_right{width:50%; float:right; overflow:hidden;}
.pros_right_top{overflow:hidden; border-bottom:1px dashed #e6e6e6;}
.pros_right_top .pbt{overflow:hidden; display:inline-block; font-size:24px; color:#04823d; padding-bottom:10px;}
.proleft{width:100%;font-size:14px; line-height:30px; margin-top:20px;}
.proleft p{font-size:14px; line-height:25px; }


.pc-cx-tel-1{width: 100%;height: auto;border-top: 2px solid #e6e6e6;padding-top: 20px; overflow:hidden; margin-top:20px;}
.pc-cx-tel-1-t1{width: 28%;height: 44px;background: #04823d;font-size: 18px;line-height: 44px;text-align: center;float: right;}
.pc-cx-tel-1-t1 a{display: block;color: #fff;}
.pc-cx-tel-1-t2{height: 56px;padding-left: 70px;background: url(../images/head-c-r1.png) no-repeat 0px top;font-size: 18px;color: #454545; float:left}
.pc-cx-tel-1-t2 p{line-height: 24px;}


.proleft_btn{width:100%; float:left; margin-top:30px;}
.proleft_btn li{width:150px; float:left; margin-right:10px;}
.proleft_btn li a{width:150px; height:40px; float:left; line-height:40px; text-align:center; font-size:16px; background:#eee; display:block; color: #04823d}
.proleft_btn li span{float:left; padding-right:20px;}
.proleft_btn li a:hover,.proleft_btn li a.on{background:#04823d; color:#fff;}

.tabs-basic{width:100%; margin-top:50px; float:left;}
/* The tabs */
.tabs-basic ul{list-style:none; text-align:left; margin:0; padding:0; border-bottom:1px solid #e6e6e6; background:#eee;}
.tabs-basic ul li{display:inline-block; margin-bottom:-1px; font-size:16px; text-transform:uppercase;}
.tabs-basic a{display:block; text-decoration:none; background:#eee; border:1px solid transparent; padding:10px 40px; color: #333}
.tabs-basic .tab-active{border-bottom:2px solid #04823d; color:#fff; background:#04823d;}
/* The content */
.tabs-basic .tabs-content-placeholder{overflow:hidden; margin:auto; background:#fff; padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block; line-height:30px; font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6; line-height:24px; text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px; text-align:left; margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%;}
.tabs-basic table{border-collapse:collapse; border: 1px #e6e6e6 solid !important; width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important; padding-left:12px !important; word-wrap:break-word; word-break:break-all; border:1px #e6e6e6 solid !important; line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}

.hot_pro2{width:100%;float:left; margin-top:50px;}
.hot_pro2_tit{width:100%; height:45px; background:#f1f1f1; color:#04823d; line-height:45px; font-size:16px; padding:0 20px; font-weight:bold; border:1px solid #d6d6d6; box-sizing: border-box;}

.scrollleft2{width:100%; float:left; margin-top:20px; margin-bottom: 30px;}
.scrollleft2 li{width:200px; float:left; margin-right:20px; overflow:hidden;}
.scrollleft2 li img{width:99%; display:block; border:1px solid #e6e6e6;}
.scrollleft2 li img:hover{border:1px solid #04823d;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block; width:100%; line-height:30px; margin-top:10px; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;}


.view-page{width:100%; float:left; position:relative; margin:40px 0; border-top:1px solid #d6d6d6; padding-top:40px;}
.view-page .prev,.view-page .back,.view-page .next{font-size:14px; width:160px; height:40px; line-height:40px; position: absolute;transition:background-color .25s ease-in-out;-moz-transition:background-color .25s ease-in-out;-webkit-transition:background-color .25s ease-in-out; }
.view-page .prev{left:0;}
.view-page .prev a{background:#fff url(../images/le.png) 20px center no-repeat; padding-left:60px; border:1px solid #e6e6e6; color: #555; line-height: 38px;}
.view-page .prev:hover a{color:#fff; background:url(../images/le-white.png) 20px center no-repeat #04823d;}
.view-page a{display:block;} 
.view-page .back{left:50%; margin-left:-80px; width:160px;}
.view-page .back a{background:url(../images/back.png) 20px center no-repeat #04823d;color: #fff; text-align:center; padding-left:25px; line-height: 40px;}
.view-page .back a:hover{background:url(../images/back.png) 20px center no-repeat #04823d; color:#000;}
.view-page .next{right:0;}
.view-page .next a{background:#fff url(../images/ri.png) 90% center no-repeat;text-align:center; border:1px solid #e6e6e6; line-height: 38px; color: #555}
.view-page .next:hover a{color:#fff; background:url(../images/ri-white.png) 90% center no-repeat #04823d;}


/* 企业文化 */
.ofH {
    overflow: hidden;
}
.cultures{width:100%; padding-bottom:50px; overflow: hidden;}
.cultures ul li{position:relative;}
.cultures ul li .pic{width:50%;float:left;height:auto;position: relative;}
/* .culture ul li:hover .pic img{transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1);-ms-transform:scale(1);} */
.cultures ul li img{transition: all 0.5s; width: 100%;}
.cultures ul li:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}
.cultures ul li .note{width:50%;background:rgba(0,0,0,0.1);position:absolute;right:0px;top:40px;padding:35px 50px 35px 70px;top:50%;transform:translate(0%,-50%);transition: all 0.5s ease-in-out;}
.cultures ul li .note .z1{font-size:24px;color:#333;font-weight:bold;}
.cultures ul li .note .z1 span{color:#5c5c5c;padding-right:30px;font-weight:normal;}
.cultures ul li .note p{margin-left:60px;color:#333;margin-top:15px;line-height:30px; font-size: 15px;}
.cultures ul li.two .pic{width:50%;float:right;}
.cultures ul li.two .note{left:0px;padding:45px 70px 45px 50px;transition: all 0.5s ease-in-out;}
.cultures ul li:hover .note{background:#fff;right:20px;}
.cultures ul li.two:hover .note{left:20px;}

.workshop{width:100%; height: auto; overflow: hidden; margin: 30px 0}
.workshop ul{margin-right:-2%;}
.workshop li{float:left;width:23%;margin:0 2% 27px 0;transition:all 0.4s;}
.workshop li .pImg{display:block;width:100%;height:auto;overflow:hidden;}
.workshop li img{width:100%;height:auto;transition:all 0.5s;}
.workshop li .wz{font-weight:normal;text-align:center;line-height:45px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;position:relative;z-index:2;}
.workshop li:hover img{transform:scale(1.1);}
.workshop li:hover{color:#fff;}
.workshop li:hover .wz{color:#04823d;}

.inf_lc{padding: 12px 0 0;}
.inf_lc li{padding: 20px; border: 1px solid white; border-radius: 8px; height: auto; overflow: hidden; margin: 0 0 30px; background: #f9f9f9; box-sizing: border-box;}
.inf_lc li:hover{border-color: #04823d;border-radius: 4px;}
.inf_lc li.bg{background: #f5f5f5;}
.inf_lc li .bts{text-align: center;float: left;width: 10%;overflow: hidden; min-height: 100px; background: #04823d; padding:30px 0; box-sizing: border-box;}
.inf_lc li .bts b{font-weight: 100;display: block;line-height: 36px;overflow: hidden;font-size: 36px;font-family: Arial;text-transform: uppercase;color: #fff; }
.inf_lc li .bts span{font-weight: 100;display: block;line-height: 16px;height: 16px;overflow: hidden;font-size: 12px;font-family: Arial;text-transform: uppercase;color: #fff; }
.inf_lc li .nyzi{margin-left:3%;line-height: 26px;width: 65%;font-size: 14px;float: left;color: #555;}
.inf_lc li .nyzi b{display: block;font-weight: 100;color: #04823d;line-height: 30px;height: 30px;margin: 5px 0;font-size: 15px;}
.inf_lc li .nyzi b a, .inf_lc li .nyzi b a:hover{color: #04823d;font-weight: bold;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 560px;}
.inf_lc li .nyzi b a:hover{color: #04823d;}
.inf_lc li .fr{margin: 50px 0 0;width: 70px;height: 25px;line-height: 25px;text-align: center;color: #ffffff;background-color: #ff9900;}
.inf_lc li .fr:hover{background: #ff9900;}

.inf_lc li .pimg{width: 16%; float: right;}
.inf_lc li .pimg img{width: 100%}

.xinwenxiangqing{width:100%; height: auto; overflow: hidden; margin: 30px 0; }
.xinwenxiangqing .nd_head{text-align: center;margin-top:10px;padding-bottom: 30px;border-bottom: 1px dashed #d6d6d6;}
.xinwenxiangqing .nd_head p{color: #04823d;font-size: 28px;margin-bottom: 18px;height: auto;}
.xinwenxiangqing .nd_head span{color: #666;font-size: 14px;margin: 0 15px;}
.xinwenxiangqing .nd_text {text-align: left;font-size:14px;line-height:30px;  padding-bottom: 30px; margin-top: 15px;}
.xinwenxiangqing .nd_text img{ max-width: 100%; display: block; margin: 10px auto;}
.detail_fenx a{font-size:14px;padding:12px 0;overflow:hidden;margin-top:20px;border-top:1px dotted #adadad; color:#333;}
.new_s2{width:100%;float:left; margin-top:50px;}
.hot_pro2{width:100%;float:left; margin-top:50px;}
.hot_pro2_tit{width:100%; height:45px; background:#f1f1f1; color:#04823d; line-height:45px; font-size:16px; padding:0 20px; font-weight:bold; border:1px solid #d6d6d6; box-sizing: border-box;}
.news_random2{width:100%;float:left; background:#fff; border:1px solid #d6d6d6; padding:20px; border-top:none; box-sizing: border-box;}
.news_random2 ul li{width:48%; float:left; font-size:14px; line-height:36px; overflow:hidden; margin-right:4%; border-bottom:1px dashed #e6e6e6;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.news_random2 ul li:nth-child(2n){margin-right:0;}
.news_random2 ul li a{background:url(../images/ly_li.png) no-repeat left center; padding-left:15px; color: #333}
.news_random2 ul li a:hover{color:#04823d;}
.news_random2 ul li span{float:right; color:#999; line-height: 37px;}

.news_con_b{border-top: 1px solid #EEE;margin-top: 50px;padding-top: 50px;}
.news_con_b ul{line-height: 30px;float: left;}
.news_con_b li {font-size: 14px; color: #555;}
.news_con_b li a{font-size: 14px; color: #555;}
.news_con_b li a:hover{font-size: 14px; color: #04823d;}
.news_con_b .fhlb{float: right;width: 140px;height: 40px;line-height: 40px;background: #04823d;text-align: center;}
.news_con_b .fhlb a{display: block;color: #FFF; font-size: 14px;}
.news_con_b .fhlb a:hover{display: block;color: #FFF;text-decoration: none;}


.related-product {overflow:hidden;}
.related-product .title,.relatedTitle{background:#e7e7e7;height:45px;line-height:45px;}
.related-product .title span,.relatedTitle span{display:inline-block;color:#fff;background:#04823d;width:120px;height:45px;text-align:center;font-size:16px;font-weight:bold;}
.relatedNews{margin-top:40px; overflow:hidden}
.relatedNews_font{font-size:13px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../images/ly_li.png) no-repeat left center;padding-left:10px;}
.relatedNews_font ul li a:hover{ color: #04823d;}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px;}


.contact{width: 100%; height: auto; overflow: hidden;}
.contact_lx{ float: left; width:47%;font-size: 16px; line-height: 35px;}
.contact_lx p:first-child{font-size: 19px; }

.lists{}
.lists li{ width:50%; float:left; }
.lists li:last-child{ width:100%;}
.lists li dd{ float:left; width:50%;}
.lists li .zi{ font-size:24px; color:#04823d; padding-bottom:30px;}
.lists li .txt{ position:relative; line-height:30px; margin-bottom:20px;}
.lists li .txt p{ font-size:16px; padding-left:40px;}
.lists li .txt em{ position:absolute; left:0; top:0;}
.lists li h3{ padding-bottom:20px; font-size:18px; color:#232425;}

.tactfrms{width:50%;float:right; }
.tactfrms .fbt{font-size: 25px;color:#333;font-weight: normal; margin-bottom: 20px}
.tactfrms ul{overflow: hidden; margin-right: -5%}
.tactfrms li{width:45%;float:left;;margin:0 5% 12px 0;position:relative;}
.tactfrms li input{width:98%;padding:15px;border:solid 1px #ddd;border-radius: 3px;box-sizing: border-box}
.tactfrms li.area{height:auto;width:100%;}
.tactfrms li textarea{padding:15px;width:94%;height:120px;border:solid 1px #ddd;border-radius: 3px; font-family: Arial, "sans-serif";box-sizing: border-box}
.tactfrms li:nth-child(2n){margin-right:0;}
.tactfrms .btn{text-align: center;margin-top:0;overflow: hidden;}
.tactfrms .btn input{height:40px;width:120px;font-size:16px;color:#fff;background:#04823d;border-radius: 5px; border: none;}
.redxing{position:absolute;top:11px;left:57px;color:#04823d;}

.contact_map{ width:100%;  padding-top: 30px;}
.contact_tu{width:43%;float:right;  margin-top: 25px;}
#map_container{height: 600px; margin: 25px 0;}



@media (max-width: 992px){
    .pageNow{display: none;}
    .pageNav{position: inherit;}
    .culture{padding: 25px 0}
    .xinwenxiangqing{margin-bottom: 30px; margin-top: 0px}
    .view-page{margin: 0; padding-top: 20px;}
    .view-page .prev, .view-page .back, .view-page .next{width: 100%; position: static; margin-top: 10px; text-align: center;}
    .view-page .prev a{padding-left: 0}
    .view-page .back{left:0%;margin-left:0px;width:100%;}
    .view-page .back a{padding-left: 0}
    .scrollleft2{margin-bottom: 0}
    .cultures{padding: 0 0 25px 0}
    .cultures ul li .note p{margin-left: 0; padding: 0 15px; box-sizing: border-box;}
    .productPic ul li{width: 48%}
    .productPic{padding: 25px 0}
    .workshop_r_img li{width: 48%}
    .promore_l{width: 100%; margin-bottom: 25px;}
    .pros_right{width: 100%}

}
@media (max-width: 768px){
    .pageNav li{margin-left: 25px; font-size: 14px;}
    .intitle{padding: 15px 0}
    .why_us2 ul li span{font-size: 48px;}
    .why_us2 ul li big{margin:20px 0;}
    .cultureny_img{width: 100%; margin-bottom: 20px;}
    .hiswrap .clearfix{margin-top:-100px;}
    .hiswrap .clearfix:first-child{margin-top:0px;}
    
    .hisbox{width:38.5%;}
    .hisbox p{line-height: 26px; font-size: 12px; }
    .hisbox .date{width:150px;height:50px;line-height:50px;font-size:22px;top:-32px;}
    .inf_lc li .bts{width:15%}
    .inf_lc li .nyzi{width: 82%;margin-bottom: 20px;}
    .inf_lc li .pimg{width: 100%; float: none; }
    .xinwenxiangqing .nd_head{padding-bottom:15px}
    .xinwenxiangqing .nd_head p{font-size: 18px;}
    .news_con_b{;margin-top: 20px;padding-top: 20px;}
    .news_random2 ul li{width: 100%}
    .relatedNews_font ul li{width: 97%}
    .view-page .prev, .view-page .back, .view-page .next{width: 100%; position: static; margin-top: 10px; text-align: center;}
    .view-page .prev a{padding-left: 0}
    .view-page .back{left:0%;margin-left:0px;width:100%;}
    .view-page .back a{padding-left: 0}
    .hot_pro2{margin-top: 25px;}
    .cultures ul li .pic,.cultures ul li.two .pic{width:100%;height:auto;}
    .cultures ul li .note,.cultures ul li.two .note{width:100%;position: static;transform: none;clear: both;padding:1rem 0.5rem;margin-bottom:1rem;}
    .product-w-words{padding: 8px}
    .contact_lx{width: 100%}
    .tactfrms{width: 100%; margin-top: 15px;}
    #map_container{height: 400px}
    .pro_right{margin-bottom: 30px;}

}
@media (max-width: 500px){
    .pageNav li{margin-left: 10px}
    .why_us2 ul li{width: 48%}
    .why_us2 ul li big{margin:10px 0; font-size: 45px}
    .why_us2 ul li span{font-size: 30px;}
    .hisbox{width: 94.5%;}
    .hiswrap:after{display: none;}
    .tactfrms li{width: 96%}

}







