*{ margin: 0;padding: 0; box-sizing: border-box;}
 img{max-width: 100%;}
body { font-family: "Microsoft YaHei", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif; overflow-x: hidden; }

a { color: inherit; }
a:hover { color: inherit; text-decoration: none; }
a:focus { text-decoration: none; outline: 0; }
:focus { outline: 0; }
.navbar-brand { height: auto; }
ul, li { margin: 0; padding: 0; list-style: none; }
.container { position: relative; }
.etw_language .icon{
width:20px;
height:20px;
vertical-align : -0.15em;
fill : currentcolor;
overflow: hidden;
    transition: all ease .5s;
}
.etw_language{
  max-width:100px;
  margin:0 auto;
    position: relative;
}
.etw_language > ul {
       position: absolute;
    right: 0;
    top:-20px;
    border-radius:8px;
    z-index:1000;
    padding: 0rem 0.2rem;
    background-color: #048d86;
height: 30px;
    line-height: 30px;
}
.etw_language a:not([href]):not([tabindex]) {
    color: #fff;
    cursor: pointer;
}
.etw_language > ul > li > a {
    display: flex;
    color: #fff;
   padding: 6px 15px;
    font-size: 16px;
    align-items: center;
    justify-content: space-around;
	 width: 100px;
}
.etw_language ul ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 0;
    background-color: #eee;
    min-width: 100px;
    border-radius: 4px;
}
.etw_language ul ul a {
    display: block;
    text-align: left;
    float: left;
    padding: 5px 12px;
    color: #333;
    line-height:25px;
}
.etw_language ul ul li a:hover {
    color: #01556f;
}
.etw_language ul li:hover > ul {
    display: block;
}
.etw_language .dropdown-item {
    min-width: 100px;
}
.etw_language .iconfont {
 display:none;
    color: #666;
width: 30px;
    height: 30px;
}
@media (max-width:992px){

.etw_language .iconfont {
 display:block;
}
.etw_language > ul {
    right: 76px;
    top: 14px;
    border-right: 1px solid #ddd;
}
.etw_language > ul > li > a{
padding: 9px 10px;
}
}




body.hides, html.on { overflow: hidden; }
.box5059_-4318 .hide, html.on { overflow: hidden; }
.box5059_-4318 .headTab .icon { width: 22px; height: 22px; vertical-align: -0.15em; fill: currentColor; overflow: hidden; }
.box5059_-4318 .headTab img { max-width: 100%; vertical-align: middle; }
.box5059_-4318 .headTab { width: 100%; background-color: #fff; }
.box5059_-4318 .headTab .Tabwidth { 
max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
 }

.box5059_-4318 .headTab .Tabwidth .flextab { display: flex; align-items: center; justify-content: space-between; }
.box5059_-4318 .headTab .Tabwidth .flextab .logoimg { padding: 10px 0; transition: all ease .3s; }
.box5059_-4318 .headTab .Tabwidth .flextab .naver { 
padding: 0;
    flex: 1;
    display: inline-flex;
    justify-content: center;
 }
.box5059_-4318 .headTab .Tabwidth .flextab .naver > ul { 
display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.box5059_-4318 .headTab .Tabwidth .flextab .naver > ul > li {
    list-style: none;
    padding: 0;
    color: #222;
    border-top: 2px solid transparent;
    text-align: center;
    line-height: 100px;
    position: relative;
 }
.box5059_-4318 .headTab .Tabwidth .flextab .naver > ul > li.active {
    border-top: 2px solid #0076f5;
    background: #efefef;
}
/*.box5059_-4318 .nav_side_menu>.menu_list:last-of-type {
    display: none;
}*/
.box5059_-4318 .headTab .Tabwidth .flextab .naver > ul > li > a { font-size:16px;text-decoration: none; color: inherit; padding: 0 20px; display: block; transition: all ease .3s; }
.box5059_-4318 .headTab .Tabwidth .flextab .naver .menu { 
z-index: 10;
    position: absolute;
    left: -12.5%;
    top: 110%;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    width: 125%;
    background: #fff;
    box-shadow: 0 0 7px #ddd;
    padding-top: 1px;
    border-bottom: none;
    margin-top: 30px;
    max-height: none;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.box5059_-4318 .headTab .Tabwidth .flextab .naver .menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #acacac transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}
.box5059_-4318 .headTab .Tabwidth .flextab .naver .menu li { list-style: none; position: relative; }
.box5059_-4318 .headTab .Tabwidth .flextab .naver .menu li a { position: relative; display: block; line-height: 40px; padding: 0px 15px; color: #000; overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; text-decoration: none; }
.box5059_-4318 .headTab .Tabwidth .flextab .naver .menu li a:hover { color: #fbbc04; }

.box5059_-4318 .headTab .Tabwidth .flextab .naver > ul > li:hover .menu { margin-top: 0px; opacity: 1; visibility: visible; }
.box5059_-4318 .headTab .Tabwidth .flextab .naver .menu > ul > li:hover .Menu_box { 
    margin-left: 10px;
    opacity: 1;
visibility: visible;
}
.box5059_-4318 .headTab .Tabwidth .flextab .naver .menu li .Menu_box { 
    position: absolute;
    left: 100%;
    margin-left: 45px;
    z-index: 10;
    opacity: 0;
    top: 0;
    visibility: hidden;
    background: #fff;
    transition: all ease .3s;
    border-radius: 5px;
box-shadow: 0 0 7px #ddd;
 }
.box5059_-4318 .headTab .Tabwidth .flextab .naver .menu li .Menu_box::before {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #f1f1f1;
    transform: rotate3d(1, 1, 1, -60deg);
    border-top: none;
    position: absolute;
    top: 14px;
    left: 4px;
    margin-left: -10px;
    z-index: 99;
}
.box5059_-4318 .headTab .Tabwidth .flextab .tool { display: flex; align-items: center; }
.box5059_-4318 .headTab .Tabwidth .flextab .tool a { padding: 0 14px; }
.box5059_-4318 .headTab .Tabwidth .flextab .tool .tool-phone a { padding-left: 40px; padding-right: 0; margin-left: 15px; font-size: 24px; font-weight: bold; line-height: 30px; background: url(../images/phone.png) no-repeat left center; color:#ff0000;}
.box5059_-4318 .div_mask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.6;
    z-index: 90;
    display: none;
}
/* 移动端弹出栏目 */
.box5059_-4318 .nav_side_menu { width: 75%; max-width: 400px; background-color: #fff; position: fixed; top: 0; bottom: 0; left: 0; margin: auto; z-index: 10020; -webkit-transform: -webkit-translateX(-100%); transform: translateX(-100%); -webkit-transition: all .4s; transition: all .4s; visibility: hidden; }
.box5059_-4318 .nav_side_menu.active { -webkit-transform: -webkit-translateX(0); transform: translateX(0); visibility: visible; }
.box5059_-4318 .nav_side_menu .menu_list { padding: 10px; }
.box5059_-4318 .nav_side_menu .menu_list .item_hr { border-color: #ddd; height: 38px; line-height: 38px; overflow: hidden; }
.box5059_-4318 .nav_side_menu .menu_list .item_hr a { display: block; overflow: hidden; margin-left: 0.3125rem; font-size: 14px; color: #5f5f5f; text-decoration: none; }
.box5059_-4318 .nav_side_menu .menu_list .item_hr .item_icon { display: none; }
.box5059_-4318 .nav_side_menu .menu_list .item_hr.son > .item_icon { display: block; }
.box5059_-4318 .nav_side_menu .menu_list .item_hr.son { position: relative; }
.box5059_-4318 .nav_side_menu .menu_list .item_hr.son > a { display: inline-block; width: 83%; text-overflow: ellipsis; white-space: nowrap; }
.box5059_-4318 .nav_side_menu .menu_list .item_hr.son .item_icon { width: 40px; height: 100%; position: absolute; top: 0; right: 0; text-align: center; color: #666; cursor: pointer; }
.box5059_-4318 .menu_divide { height: 8px; background-color: #eee }
.box5059_-4318 .menu_lange { padding: 0 10px; }
.box5059_-4318 .clearboth { width: 100%; display: none; }
.box5059_-4318 .category_side { width: 100%; max-width: 400px; background-color: #fff; position: fixed; top: 0; bottom: 0; left: 0; margin: auto; z-index: 10020; -webkit-transform: -webkit-translateX(-100%); transform: translateX(-100%); -webkit-transition: all .4s; transition: all .4s; visibility: hidden; }
.box5059_-4318 .category_side.active { -webkit-transform: -webkit-translateX(0); transform: translateX(0); visibility: visible; }
.box5059_-4318 .category_side .return_pop a { background-color: #f0f0f0; height: 55px; line-height: 55px; margin: 0 !important; padding: 0 10px; display: flex !important; align-items: center; }
.box5059_-4318 .category_side .return_pop a span { display: inline-block; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.box5059_-4318 .m_inquiry { display: none; }
.box5059_-4318 .tool_inquiry_btn.m_inquiry { width: 65px; height: 55px; color: #fff; background: #fcbc03; text-align: center; line-height: 50px; position: fixed; bottom: 70px; right: 15px; border-radius: 6px; z-index: 10; cursor: pointer; }
.box5059_-4318 .tool_inquiry_btn.m_inquiry .icon { vertical-align: middle; }
.box5059_-4318 .tool_inquiry_btn .m_inquiry_flex { display: flex; flex-direction: column; align-items: center; height: 100%; justify-content: center; }
.box5059_-4318 .tool_inquiry_btn .m_inquiry_flex p { display: block; line-height: 20px; color: #fff; font-size: 12px; }



.tool_menu{ float: right; padding: 9px 10px; border: none;
    background: #0b3b50;border-radius: 4px; cursor: pointer; display: none; }
	.tool_menu span { display: block; width: 20px;
    height: 3px;
    border-radius: 1px;
    background-color: #fff;  margin-bottom: 3px; }
.tool_menu span:last-child{
margin-bottom: 0; 
}
.tool_menu span   span { margin-top: 4px; }



@media (max-width:1400px) {
.box5059_-4318 .headTab .Tabwidth{
padding: 0 15px;;
}
}
@media (max-width:1200px) {
.box5059_-4318 .headTab .Tabwidth .flextab .naver > ul > li > a{
      padding: 0 15px;
}
}
@media (max-width:1050px) {
    .box5059_-4318 .headTab .Tabwidth .flextab .naver > ul > li > a { padding: 0 12px; }
}

@media (max-width:995px) {
	.box5059_-4318  .tool-phone{ display: none;}
    .box5059_-4318 .headTab .Tabwidth .flextab .tool .tool_inquiry_btn { display: none; }
    .box5059_-4318 .headTab .Tabwidth .flextab .logoimg { width: 100%; }

}

@media (max-width:765px) {
	.box5059_-4318  .tool-phone{ display: none;}
    .box5059_-4318 .headTab .Tabwidth { position: fixed; top: 0; left: 0; width: 100%;background: #fff;z-index: 15; box-shadow: 0 0 10px #e5e5e5;}
    .box5059_-4318 .clearboth { display: block; height: 60px; }
    .box5059_-4318 .headTab .Tabwidth .flextab .naver { display: none; }
	.box5059_-4318 .tool{ width:100px;}
    .box5059_-4318 .tool .etw_language { display: block; }
	.box5059_-4318 .tool .etw_language > ul {
    right: -20px;
    top: -15px;
    width: 80px;
}
.box5059_-4318 .tool .etw_language .dropdown-item {
    min-width: 80px;
}
    .box5059_-4318 .headTab .icon { vertical-align: middle; }
    .box5059_-4318 .tool_menu { display: block; margin-left: 15px; }
    .box5059_-4318 .headTab .Tabwidth .flextab { height: 60px; }
    .box5059_-4318 .headTab .Tabwidth .flextab .logoimg { width:100%; padding: 0; }
}
img{
 max-width:100%;
}
@media (max-width: 996px){
.logo-left h1{
font-size: 18px;
    color: #fff;
    margin-top: 0px;
    display: inline-block;
}
}
.logo-left>.logo{
   float: left; 
   vertical-align: middle;
   margin-right:15px;
}

/*banner图片*/
.box5031_-5457 .carousel-inner > .item > a > img{margin:0 auto;}

.box5031_-5457 .pc-slide { position: relative; z-index: 2; padding: 0;}

.box5031_-5457 .carousel-indicators li { 
height: 5px;
    width: 15px;
    border-radius: 10px;
background: #e5e5e57d;
    border: none;
    transition: all ease .5s;
}

.box5031_-5457 .carousel-indicators .active { 
height: 5px;
    width: 25px;
    background: #ffffff;
}

.box5031_-5457 .carousel-control .btn-left{display: inline-block;width: 100%;height: 100%; background: url(../images/prev.png) no-repeat center;background-size: 15px;}
.box5031_-5457 .carousel-control .btn-right{display: inline-block;width: 100%;height: 100%; background: url(../images/next.png) no-repeat center;background-size: 15px;}

.box5031_-5457 .carousel-control {
width: 60px;
    height: 60px;
    border-radius: 5px;
   margin:0 10px;
    top: 47%;
    background: rgba(0,0,0,.1);
-webkit-transition: width 0.3s, background-color 0.3s; transition: width 0.3s, background-color 0.3s; text-shadow: none; opacity: 1; }


.box5031_-5457 .carousel-control.right { background-image: none; text-align: right; }

.box5031_-5457 .carousel-control.left { background-image: none; text-align: left; }

.box5031_-5457 .carousel-control h3 { display: none;position: absolute; top: 0; margin: 0; color: #000; font-weight: normal; text-transform: uppercase; white-space: nowrap; font-size: 16px; line-height: 62px; opacity: 0; -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; color: #2ad204; }

.box5031_-5457 .carousel-control.left h3 { right: 20px; }

.box5031_-5457 .carousel-control.right h3 { left: 20px; }

.box5031_-5457 .carousel-inner > .item { z-index: -1; }

@media (max-width:765px) {
   .box5031_-5457 .m-control{width: 36px !important;height: 36px !important;display:none !important;}
   .box5031_-5457 .m-control h3{display: none;}
   .box5031_-5457 .m-control span{position: absolute;top: 0;left: 0;}
}
/* 首页关于我们 */
.about {
    width: 100%;
    background: url(../images/index_7.png) center no-repeat;
    background-size: cover;
    position: relative;
}
.about .ibox {
    max-width: 1600px;
    width: 85%;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    box-sizing: border-box;
}
.about .ibox {
    padding: 100px 0 120px 0;
}
.about .ibox .about_text {
    width: 55%;
}
.about .ibox .about_text .title{
    font-size: 56px;
}
.about .ibox .text {
    width: 100%;
    margin: 83px 0 110px 0;
}
.about .ibox .text .d_text {
    color: #06a27f;
    line-height: 1.5;
    font-size: 36px;
}
.about .ibox .text .c_text {
    color: #333;
    line-height: 2;
    margin-top: 15px;
    padding-right: 10px;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;    font-size: 16px;
}
.about .ibox .three_text {
    display: flex;
    margin-bottom: 145px;
}
/*.about .ibox .three_text .three:nth-child(2) {
    width: 30%;
}*/
.about .ibox .three_text .three {
    margin-right: 115px;
}
.about .ibox .three_text .three:last-child {
    margin-right: 0;
}
.about .ibox .three_text .three .up {
    display: flex;
    align-items: flex-end;
}
.about .ibox .three_text .three .up .num {
    color: #b32123;
    font-size: 60px;
    font-family: Impact;
}
.about .ibox .three_text .three .up .jia {
    color: #333;
    transform: translateY(-4px);
    margin-left: 15px;
    font-weight: bold;
}
.about .ibox .three_text .three:first-child .up .jia {
    transform: translateY(-6px);
    font-weight: normal;
}
.about .ibox .three_text .three .down {
    color: #333;
    margin-top: 15px;    font-size: 16px;
}
.about .right_img {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.about .right_img img {
    height: 100%;
}
.about .right_img_fp{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translate(-50%,-50%);
    z-index: 5;
    cursor: pointer;
}
.about .right_img_fp:hover{
    transform: translate(-50%,-50%) scale(0.8);
}
.about .more2 {
    display: block;
    width: 74px;
    height: 74px;
}
.about .more2 .s_img {
    width: 100%;
    height: 100%;
    position: relative;
}
.about .more2 .s_img img {
    position: absolute;
    top: 0;
    left: 0;
}
.about .more2 .s_img img:last-child {
    opacity: 0;
}
.about .more2:hover .s_img img:first-child {
    opacity: 0;
}
.about .more2:hover .s_img img:last-child {
    opacity: 1;
}
.about, .about * {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width:1250px){
    .about .ibox{
        padding: 80px 0 80px 0;
    }
    .about .ibox .three_text .three{
        margin-right: 75px;
    }
    .about .ibox .three_text{
        margin-bottom: 80px;
    }
}
@media (max-width:995px){
    .about .ibox{
        padding: 60px 0;
    }
    .about .ibox .about_text .title{
        font-size: 36px;
    }
    .about .ibox .text{
        margin: 30px 0 45px 0;
    }
    .about .ibox .text .d_text{
        font-size: 28px;
    }
    .about .ibox .text .c_text{
        font-size: 14px;
    }
    .about .ibox .three_text{
        margin-bottom: 40px;
    }
    .about .ibox .three_text .three .up .num{
        font-size: 38px;
    }
}
@media (max-width:768px){
    .about .ibox{
        padding: 30px 15px;
         margin: 0;
         width: 100%;
    }
    .about .right_img{
        display: none;
    }
    .about .right_img_fp{
        display: none;
    }
    .about .ibox .about_text{
        width: 100%;
    }
    .about .ibox .about_text .title{
        font-size: 30px;
    }
    .about .ibox .text .d_text{
        font-size: 20px;

    }
    .about .ibox .text{
        margin: 20px 0 25px 0;
    }
    .about .ibox .three_text{
        margin-bottom: 5px;
        display: flex;
        flex-wrap: wrap;
    }
    .about .ibox .three_text .three:nth-child(2){
        width: 50%;
    }
    .about .ibox .three_text .three{
        margin-right: 0px;
        width: 50%;
        margin-bottom: 15px;
    }
    .about .ibox .three_text .three .up .num{
        font-size: 30px;
    }
    .about .more2{
        width: 36px;
        height: 36px;
    }
    .about .ibox .text .c_text{
        height: auto;
        padding:0;
    }
}
/*首页产品*/
.put_title {
    max-width: 1630px;
    margin: 50px auto;
    padding-left: 15px;
}
.put {
    font-weight: 600;
}
.put .put1 {
    color: #111111;
    font-size: 50px;
    position: relative;
}
.put .put2 {
    color: #666666;
    font-size: 26px;
    margin-top: 10px;
}
@media(max-width:768px){
	.put .put1 {
    color: #111111;
    font-size: 30px;
    position: relative;
}
.put .put2 {
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
}
.put_title {
    margin: 10px auto 0;
    padding: 0 10px;
}
}
.box5063_-3828 .probg { background: url(../images/btn.jpg) no-repeat bottom center; background-size: 100% auto; padding-bottom: 7%; }

.box5063_-3828 .pro-index { margin-top: 6%; }

.box5063_-3828 .pro-wrap { margin-top: 3.125vw; position: relative; }
.box5063_-3828 .probg .w1600 { max-width: 1630px; margin: 0 auto; padding-left: 15px; padding-right: 15px; }
.box5063_-3828 .tab-con { position: relative; }
.box5063_-3828 .tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0; }
.box5063_-3828 .tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.box5063_-3828 .tab-con .tab-main.active { position: static; opacity: 1; visibility: visible; }
.box5063_-3828 .ptab { position: absolute; z-index: 15; right: 0; top: 0; box-shadow: 0px 2px 23.5px 1.5px rgba(22, 55, 80, 0.07); width: 23.5625%; padding: 0 3.5% 2% 2%; }
.box5063_-3828 .ptab ul { padding: 0; }
.box5063_-3828 .psort li { list-style: none; border-bottom: 1px solid #cccccc; padding: 25px 0; background: url(/mfile/5063/images/more.png) no-repeat right center; position: relative; }

.box5063_-3828 .psort li::before { content: ''; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: #f78e1e; transition: 0.5s; }

.box5063_-3828 .psort li a { display: flex; align-items: center; color: #666666; font-size: 18px; text-decoration: none; }

.box5063_-3828 .psort li a span { width: 6px; height: 6px; background: #66a9da; margin-right: 15px; }

.box5063_-3828 .psort li.active { background: url(/mfile/5063/images/more_on.png) no-repeat right center; }

.box5063_-3828 .psort li.active::before { width: 70px; }

.box5063_-3828 .psort li.active a { color: #06a27f; }

.box5063_-3828 .psort li.active a span { background: #f78e1e; }

.box5063_-3828 .proSwiper { overflow: hidden; width: 100%; }

.box5063_-3828 .proSwiper .swiper-slide a { display: flex; text-decoration: none; }

.box5063_-3828 .proSwiper .swiper-slide a .wwr { width: calc(100% - 34px); position: relative; }

.box5063_-3828 .proSwiper .swiper-slide a .wwr .img1 { width: 43.7%; }

.box5063_-3828 .proSwiper .swiper-slide a .wwr .img1 img { width: 100%; }

.box5063_-3828 .proSwiper .swiper-slide a .wwr .wz { width: 61.6%; background: #fff; position: absolute; z-index: 99; bottom: 0; right: 0; padding: 3% 0; padding-left: 5%; }

.box5063_-3828 .proSwiper .swiper-slide a .wwr .wz .wz1 { color: #111111; font-size: 35px; font-weight: 600; margin-top: 1.5%; margin-bottom: 1.5%; }

.box5063_-3828 .proSwiper .swiper-slide a .wwr .wz .wz2 { color: #111111; font-size: 16px; line-height: 1.5; width: 75%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: none; }

.box5063_-3828 .proSwiper .swiper-slide a .wwr .wz .wz3 { border: 1px solid #06a27f; width: 180px; height: 52px; line-height: 50px; text-align: center; color: #06a27f; font-size: 16px; margin-top: 2%;background:#fff; }

.box5063_-3828 .proSwiper .swiper-slide a .wwr .wz .wz3:hover{
background:#06a27f; 
color:#fff;
transition: all ease .3s;
}

.box5063_-3828 .proSwiper .swiper-pagination { bottom: 30px; left: 75px; text-align: left; }

.box5063_-3828 .proSwiper .swiper-pagination-bullet { border-radius: 0; background: #0070c2; }

.box5063_-3828 .proSwiper .ind_fy_box { position: relative; display: inline-block; width: 12%; }

.box5063_-3828 .proSwiper .lb_pagination_box span:before { content: '0'; }
.box5063_-3828 .proSwiper .ind_fy_box span.on { color: #111111; font-size: 42px; font-weight: 600; line-height: 1; }
.box5063_-3828 .proSwiper .ind_fy_box span.xian { color: #111111; opacity: 0.4; font-size: 20px; font-weight: 600; position: absolute; right: 30%; }
.box5063_-3828 .proSwiper .ind_fy_box span.xian:before { content: ''; }
.box5063_-3828 .proSwiper .ind_fy_box span.sum { color: #111111; font-size: 20px; font-weight: 600; opacity: 0.4; position: absolute; right: 0; }

@media(max-width: 1280px) {
    .box5063_-3828 .proSwiper .swiper-slide a .wwr .wz { padding-left: 40px; }
    .box5063_-3828 .proSwiper .swiper-slide a .wwr .wz .wz1 { font-size: 25px; }
}

@media(max-width: 995px) {
    .box5063_-3828 .proSwiper .ind_fy_box { width: 18%; }
}

@media(max-width: 780px) {
.box5063_-3828 .probg .w1600{
   padding-top:15px;
}
.box5063_-3828 .pro-wrap{
margin-top: 0;
}
    .box5063_-3828 .probg { background: #f1f6fa; margin-top: 15px;}
    .box5063_-3828 .pro-index { margin-top: 0; }
    .box5063_-3828 .ptab { position: relative; width: 100%; }
    .box5063_-3828 .psort { display: flex; flex-wrap: wrap; justify-content: space-between; }
    .box5063_-3828 .psort li { padding: 10px 0; width: 48%; }
    .box5063_-3828 .psort li a { font-size: 14px; }
    .box5063_-3828 .proSwiper .swiper-slide a { flex-wrap: wrap; margin-top: 20px; }

    .box5063_-3828 .proSwiper { position: relative; }
    .box5063_-3828 .proSwiper .swiper-pagination { bottom: 0; left: 10px; top: 60%; height: 25px; }
    .box5063_-3828 .proSwiper .ind_fy_box { width: 20%; }
    .box5063_-3828 .proSwiper .ind_fy_box span.on { font-size: 20px; }
    .box5063_-3828 .proSwiper .ind_fy_box span.xian { font-size: 14px; right: 34%; }
    .box5063_-3828 .proSwiper .ind_fy_box span.sum { font-size: 14px; }
    .box5063_-3828 .proSwiper .swiper-slide a .wwr { width: 100%; flex-wrap: wrap; }
    .box5063_-3828 .proSwiper .swiper-slide a .wwr .img1 { width: 100%; }
    .box5063_-3828 .proSwiper .swiper-slide a .wwr .wz { width: 100%; position: relative; padding: 5px 10px; margin-top: 10px; }
    .box5063_-3828 .proSwiper .swiper-slide a .wwr .wz .wz1 { font-size: 16px; }
    .box5063_-3828 .proSwiper .swiper-slide a .wwr .wz .wz2 { font-size: 13px; line-height: 24px; }
    .box5063_-3828 .proSwiper .swiper-slide a .wwr .wz .wz3 { width: 120px; height: 40px; line-height: 38px; font-size: 14px; }
}

/*首页新闻*/

.newsr {
     width: 30%;
    position: absolute;
    right: 8%;
    top: 10px;
}
.newsr .put_title{
   margin-bottom:0;
}
.newsr .nut .put3 {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 2vw;
}
.newsr p{
   margin:0;
}
.nut .put1 {
    color: #333;
}
.nut .put2 {
    color: #333;
}
.newsr .nut .put4 {
    border: 1px solid #333;
    width: 180px;
    height: 54px;
   margin-top: 35px;
}
.nut .put4 a {
    display: block;
    line-height: 52px;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
@media (max-width:768px){
.newsr {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
}
.newsr .nut .put3{
    font-size: 14px;
    line-height: 25px;
}
.newsr .nut .put4{
    width: 130px;
    height: 40px;
    margin-top: 20px;
}
.nut .put4 a{
    line-height: 40px;
    font-size: 12px;
}
}
.box3024_-7629 {
    padding-top: 50px;
    width: 100%;
    padding-bottom:20%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}
.box3024_-7629 .m-news{
width: 55%;
padding-left:10px;
}
.box3024_-7629 .m-news .news-item { 
border-bottom: 1px solid #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10px 0px;
    margin-bottom: 8px;
    overflow: hidden;
}

.box3024_-7629 .m-news .news-item .news-content { 
    float: left;
    width: 80%;
    padding-left: 0;
 }
.box3024_-7629 .m-news .news-item .news-content .news-item-title {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box3024_-7629 .m-news .news-item .news-content .news-item-title a { color:#333;}
.box3024_-7629 .m-news .news-item .news-date {
    position: relative;
    padding: 0;
    padding-top: 0;
    float: right;
    width: auto;
}
.box3024_-7629 .m-news .news-item .news-date .more-button {
width: 100%;
    height: 40px;
    overflow: hidden;
    color: #333;
    text-align: center;
    border: none;
    display: block;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
}

@media (max-width: 992px) {
.box3024_-7629 .m-news .news-item .news-content{
    width: 100%;
}
}

@media (max-width: 768px) { 
.box3024_-7629{

padding: 20px 10px;
}
.box3024_-7629 .m-news{
 padding:0;
}
.box3024_-7629 .m-news{
    width: 100%;
}
.box3024_-7629 .m-news .news-item .news-content .news-item-title{
font-size: 14px;
}
}

       /* 行业应用 */
.hhyy-bg{
    width: 100%;
    max-width:1630px;
    margin: 0 auto;
    margin-top: -10%;
    position: relative;
}
.hhyy-bg .w1600{
    width: 100%;
    margin: 0;
background: #fff;
    max-width: none;
    padding: 0;
}
.hhyy-bg .flexed{
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
    align-items: center;
}
.hhyy-index .hhyy-left{
    padding: 20px 0;
    padding-left: 5%;
  width: 58.125%;
  display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.hyt .put2{
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0.5vw;
}
.hyw{
  font-weight: 500;
  color: #111111;
  font-size: 16px;
  line-height: 30px;
  margin-top: 2vw;
}
.hylist1{
  margin-top: 2%;
  width: 91.4%;
}
.hylist1 li{
  text-align: center;
}
.hylist1 li .img1{
  border: 1px solid #06a27f;
  width: 82px;
  height: 82px;
  margin:0 auto;
}
.hylist1 li .img1 img{
  max-width: 100%;
}
.hylist1 li .img1 img.imgb{
  display: none;
}
.hylist1 li .wz{
  color: #111111;

  font-size: 16px;
  margin-top: 1vw;
}
/*.hylist1 li:hover .img1{
  background: #06a27f;
}
.hylist1 li:hover .img1 img.imga{
  display: none;
}
.hylist1 li:hover .img1 img.imgb{
  display: block;
}*/
.hhyy-index .hhyy-right{
  width: calc(100% - 64.375%);
}
.hhyy-index .hhyy-right img{
  width: 100%;
}

@media(max-width:1024px){
.hhyy-index .hhyy-left{
    padding-left: 3%;
}
}
@media(max-width: 780px){
  .hhyy-bg{
    margin-top: 25px;
    margin-left: 0;
  }
.hhyy-bg .flexed{
    flex-wrap: wrap;
  }
  .hhyy-index .hhyy-left{
    width: 100%;
    padding: 10px;
  }
  .hyw{
    font-size: 14px;
    line-height: 24px;
  }
  .hylist1{
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .hylist1 li{
    width: 32%;
    text-align: center;
    margin-bottom: 10px;
  }
  .hylist1 li .img1{
    margin: 0 auto;
  }
  .hylist1 li .wz{
    font-size: 14px;
    margin-top: 10px;
  }
  .hhyy-index .hhyy-right{
    width: 100%;
    margin-top: 20px;
  }
}

/*联系*/
        .message-list{
            width: 100%;
             padding: 25px 5% 0;
        }
.message-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
        .message-list .message-box .message-item{
            margin-top: 10px;
            color: #212529;
    width: 48%;
        }
        .message-list .message-box .message-item label{
            text-align:left;
    font-weight: normal;
            font-size: 14px;
            line-height: 1.2;
color: #666;
    margin-bottom: 10px;
        }
        .message-list .message-box .message-item input{
            width: 100%;    
            padding: 0 10px;
            outline: 0;
            height: 40px;
            line-height: 40px;
            background: rgb(204 204 204 / 20%);
            background-clip: padding-box;
            border: 1px solid transparent;
            border-radius: 0.25rem;
            transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }
        .message-list .message-box .message-item .intgroup {
            position: relative;
        }
        .message-list .message-box .message-item .intgroup textarea{
           resize: none;
    width: 75%;
    padding: 10px;
    outline: 0;
    height: 115px;
    line-height: 26px;
    background: rgb(204 204 204 / 20%);
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }
        .message-list .icon{
            width: 20px;
            height: 20px;
            vertical-align: -0.15em;
            fill: #000;
            overflow: hidden;
        }
.message-list .message-box .message-item.message{
  width:100%;
margin-top: 30px;
}
        .message-list .icon.iconfr{
            position: absolute;
            right: 4px;
            top: 6px;
        }
        .messageflex{
            display: flex;
            justify-content: space-between;
        }
        .message-item.group-item{
            width: 48%;
    display: inline-block;
}
.message-btn .fontblack{
  cursor: pointer;
    font-size: 16px;
    width: 170px;
    outline: none;
    padding: 0 18px;
    line-height: 45px;
    height: 45px;
    color: #06a27f;
    border: 1px solid #06a27f;
    border-radius: 0.2rem;
    background: #fff;
    transition: all ease .3s;
}
.message-btn .fontblack:hover{
    background: #4a7dba;
    color:#fff;
}
.khfkmess{
   position: relative;
   padding:35px 0 0;
}
.khfkmess .title{
  font-size:20px;
text-align:center;
}
.elect_int select {
    width: 100%;
    color: #666;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: rgb(204 204 204 / 20%);
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.message-list .message-box .message-item .intgroup.checkbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 0;
    flex-wrap: wrap;
}
.message-list .message-box .message-item .intgroup.checkbox .box{
    display: flex;
    align-items: center;
}
.message-list .message-box .message-item .intgroup.checkbox span {
    line-height: 32px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 5px;
    color: #606266;
}
@media(max-width:765px){
.message-list .message-box .message-item .intgroup textarea{
 width:100%;
}
.message-btn .fontblack,.message-btn{
 width:100%;
}
}
@media(max-width:600px){
.message-list .message-box .message-item{
  width:100%;
    margin-top: 15px;
}
}

      .message-page{
            width: 100%;
            height: 100%;
            position: relative;
            background-color: #fff;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        }
        .message-page .message-container{
            max-width: 1630px;
            margin: 0 auto;
        }
        .message_flex{
            display: flex;
            margin-bottom: 50px;
            align-items: stretch;
            justify-content: space-between;
        }
        .message_flex .message_fl{
            margin-top: 50px;
            flex: 8;
box-shadow: 0 0 10px #ddddddc7;
        }
        .message_flex .message_fl .message{
            height: 100%;
            background-color: #ffffff;
        }
        .message_flex .message_fr{
            margin-top: 50px;
            flex: 4;
        }
        .message_flex .message_fr .message_int{
            background-color:#06a27f;
            padding: 35px 25px 35px 40px;
        }
        .message_flex .message_fr .message_int ul li{
            list-style: none;
            color: #fff;
            font-size: 16px;
            line-height: 45px;
        }
.map_nit {
    margin-top: 20px;
}
@media(max-width:780px){
.message_flex{
    flex-wrap: wrap;
margin-bottom:0;
}
.message_flex .message_fl{
flex:0 0 100%;
margin-top: 0;
}
.message_flex .message_fr{
flex:0 0 100%;
margin-top: 0;
}
.message_flex .message_fr .message_int{
  padding: 15px;
}
}
/*底部联系*/
.headTab .Tabwidth{
background: #fff;
    animation-duration: .6s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}
.headTab .Tabwidth.fixed{
  position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 90;
box-shadow: 0 0 10px #ddd;
animation-name: slide-up
}
.copy {
    padding: 25px 0;
    color: #ffffff;
background: #2b2b2b;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid #334149;
}
.copy a{
    color: #fff;
    text-decoration: none;
}
.copy a:hover {
    color: #fde642;
}
@media (max-width:768px){
.copy{
    margin-bottom: 80px;
padding: 10px;
}
.headTab .Tabwidth.fixed{
    animation-name: none;
}
}
 @keyframes slide-up {
            0% {
                opacity: 0;
                transform: translateY(-100%)
            }
            100% {
                opacity: 1;
                transform: translateY(0)
            }
        }
		
.box3052_-3113 .mf-buttom {
    position: relative;
}

    .box3052_-3113 .mf-buttom img {
        max-width: 100%;
        vertical-align: middle
    }

    .box3052_-3113 .mf-buttom li, .box20064_1 ul {
        list-style: none
    }

    .box3052_-3113 .mf-buttom a {
        text-decoration: none
    }

    .box3052_-3113 .mf-buttom .db {
        position: fixed;
        bottom: 0;
        z-index: 89;
        display: flex;
        width: 100%;
        background: #ffffff;
        text-align: center;
        justify-content: space-around;
        align-items: flex-end;
        left: 0;
box-shadow: 0 0 10px #ddd;
    }

        .box3052_-3113 .mf-buttom .db li img {
            width: 30px;
filter: brightness(0);
        }

        .box3052_-3113 .mf-buttom .db li.dt img {
            width: 40px;
            transform: translateY(2px)
        }

        .box3052_-3113 .mf-buttom .db li a {
            color: #333333;
            font-size: 12px;
        }

            .box3052_-3113 .mf-buttom .db li a p {
                margin-top: 5px
            }

    .box3052_-3113 .mf-buttom .wx-mask {
        position: fixed;
        background: rgba(0, 0, 0, 0.2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        z-index: -99;
        width: 100vw;
        height: 100vh;
        opacity: 0;
    }

.mf-buttom .wx-mask .marsk-it {
    width: 240px;
    text-align: center;
    padding: 10px 10px;
    border-radius: 10px;
    background: #fff;
}

.box3052_-3113 .mf-buttom .wx-mask .marsk-it .close {
    width: 25px;
    margin-top: 3px;
}

.box3052_-3113 .mf-buttom .wx-mask .marsk-close {
    width: 100%;
    text-align: left;
    height: 35px;
}

    .box3052_-3113 .mf-buttom .wx-mask .marsk-close span {
        display: inline-block;
        font-size: 16px;
        color: #333;
        line-height: 35px;
    }

.box3052_-3113 .mf-buttom .wx-mask .marsk-fz {
    margin: 10px 0;
}

    .box3052_-3113 .mf-buttom .wx-mask .marsk-fz input {
        font-size: 14px;
        width: 50%;
        outline: none;
        border: none;
    }

.box3052_-3113 .mf-buttom .wx-mask .all {
    line-height: 35px;
    font-size: 16px;
}

    .box3052_-3113 .mf-buttom .wx-mask .all a {
        display: block;
        color: #333;
    }

.box3052_-3113 .mf-buttom .wx-mask .good {
    line-height: 35px;
    font-size: 16px;
}

.box3052_-3113 .mf-buttom .wx-mask .success {
    display: none;
}

.box3052_-3113 .mf-buttom .wx-mask .wm-marsk {
    width: 200px;
    margin: 0 auto;
}

.box3052_-3113 .mf-buttom .wx-mask.open {
    opacity: 1;
    z-index: 9999;
}
/*内页*/
.box3009_-5752 {
display: flex;
    flex-direction: column;
}
.box3009_-5752 >.container-fluid {
    width: 100%;
}
.box3009_-5752 >.container {
    position: relative;
padding:0;
z-index: 9;
}

.box3009_-5752 .container {
    width: 100%;
    max-width: 1400px;
}
.box3009_-5752 .m-site {padding: 30px 0;
    color: #999;
    background:#f5f5f5;
    margin-bottom: 0;
    border-bottom: 0; }
.box3009_-5752 .m-site .pos label { font-weight: 400; }
.box3009_-5752 .m-site .pos label, .m-site .pos a, .m-site .pos span { font-size: 14px; color: #999;    margin-bottom: 0; }
.box3009_-5752 .m-site .pos span { margin: 0 8px; }
.box3009_-5752 .m-site .pos a:hover { color: #06a27f; }

@media (max-width: 768px) { .box3009_-5752 .m-site { padding: 20px 0; }
  .box3009_-5752 .m-site .pos { float: left; width: 75%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #999; }
  .box3009_-5752 .m-site .more { float: right; color: #666; } }
@media (min-width: 768px) { .box3009_-5752 .m-classify { margin-bottom: 0;}
  .box3009_-5752 .m-classify ul { 
text-align: center;
    margin-top: 10px;
}
  .box3009_-5752 .m-classify ul li { display: inline-block; margin: 5px 5px;
    border: 2px solid #06a27f;    position: relative; }
  .box3009_-5752 .m-classify ul li a { display: block;  color: #666;     line-height: 50px;
    padding: 0 30px;-webkit-transition: all ease .3s; transition: all ease .3s;     background: #fff;   }

.box3009_-5752 .m-classify ul li::before {
    content: '';
    display: block;
    background-color: #8d99ae;
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
    position: absolute;
    left: 1rem;
    top: 50%;
    z-index: 1;
    transform: translate(0, -50%);
    transition: 0.25s;
  opacity: 0;
    visibility: hidden;
}
.box3009_-5752 .m-classify ul li.active::before,.box3009_-5752 .m-classify ul li:hover::before{
opacity: 1;
    visibility: visible;
}

 }
@media (max-width: 768px) { .box3009_-5752 .m-classify .mask { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.15); z-index: 100; opacity: 0; visibility: hidden; -webkit-transition: all ease .3s; transition: all ease .3s; }
  .box3009_-5752 .m-classify ul { position: fixed; top: 0; left: 0; height: 100%; width: 70%; background-color: #fff; z-index: 1002; -webkit-transition: all ease .3s; transition: all ease .3s; -webkit-transform: translateX(-100%); transform: translateX(-100%); }
  .box3009_-5752 .m-classify ul h3 { font-size: 20px; padding: 15px; border-bottom: 1px solid #efefef; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .box3009_-5752 .m-classify ul li a { display: block; color: #666; font-size: 14px; line-height: 40px; padding: 0 15px; -webkit-transition: all ease .3s; transition: all ease .3s; border-bottom: 1px solid #efefef; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .box3009_-5752 .m-classify ul li a:hover { background-color: #06a27f; color: #fff; border-bottom: 1px solid #fff; }
  .box3009_-5752 .m-classify ul li.active a { background-color: #06a27f; color: #fff; border-bottom: 1px solid #fff; }
  .box3009_-5752 .m-classify.show .mask { opacity: 1; visibility: visible; }
  .box3009_-5752 .m-classify.show ul { -webkit-transform: translateX(0); transform: translateX(0); }

.box3009_-5752 >.container-fluid{margin:0;}
.box3009_-5752 >.container {z-index: 99;}
 }
.footer.index{padding-top: 60px !important;}

.about.row{
  margin:0;
  padding: 20px 0 70px;
}
.about-top {
    max-width: 1400px;
    margin: 0 auto;
}
        .about-top h2 {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 50px;
            text-align:center;
        }
        .about-top p {
            font-size: 16px;
            color: #666;
            line-height: 1.8em;
            margin-bottom: 20px;
        }
        .about-list {
            display: flex;
            justify-content: space-between;
            padding-top: 40px;
        }
        .about-list li {
            width: 25%;
            padding: 0 50px;
            border-right: 1px #d1d1d1 solid;
            position: relative;
            font-size: 12px;
            color: #666;
        }
        .about-list li:first-child {
            padding-left: 0;
        }
        .about-list li:first-child img {
            width: 20px;
        }
        .about-list li:last-child {
            border-right: none;
        }
        .about-list li h3 {
            font-size: 12px;
            margin-top: 10px;
        }
        .about-list li img {
            position: absolute;
            width: 24px;
            right: 20%;
            top: 0;
        }
        .about-list li h3 em {
            font-style: normal;
            font-size: 36px;
            font-weight: bold;
        }
        @media(max-width:767px) {
            .about {
                padding: 0px 15px;
                text-align:justify
            }
        .about-top h2 {
            font-size: 24px;
            margin-bottom: 30px;
margin-top: 30px;
        }
            .about-list {
                flex-wrap: wrap;
                padding: 30px 5px;
            }
            .about-list li {
                width: 50%;
                border-right: none;
                margin-bottom: 30px;
            }
            .about-list li:first-child,
            .about-list li:nth-child(3) {
                border-right: 1px #d1d1d1 solid;
                padding: 0 40px 0 0;
            }
            .about-list li:nth-child(2),
            .about-list li:nth-child(4) {
                border-right: none;
                padding: 0 0 0 40px;
            }
            .about-list li:nth-child(2) img,
            .about-list li:nth-child(4) img {
                right: 0;
            }
        }

.box5021_-4329 .inquiry {width: 100%;
    max-width: 1400px;
    padding: 0;}
.box5021_-4329 .title-in h4 {font-family: Arial, 'Helvetica Neue', Helvetica;font-size: 48px;line-height: 1;display: block;text-transform: capitalize;}
.box5021_-4329 .inquiry .message form {margin-top: 20px;    margin-bottom: 30px;}
.box5021_-4329 .inquiry .message .read {font-weight: bold;}
.box5021_-4329 .inquiry .message input,.inquiry .message textarea { font-size: 14px; line-height: 25px; width: 100%; min-height: 45px; margin-top: 18px; padding: 10px 20px;border: 1px solid #e6e6e6;outline: none;}
.box5021_-4329 .inquiry .message textarea{resize: none;}
.box5021_-4329 .inquiry .message .submit {font-size: 16px;line-height: 50px;display: block;width: 100%;height: 50px;margin-top: 20px;padding: 0 40px;-webkit-transition: all .4s;transition: all .4s;color: #fff; border-radius: 0; outline: none; background-color: #004ea3;}
.box5021_-4329 .title-in{display: none;}
.box5021_-4329 .inquiry .message input, .inquiry .message textarea {line-height: 36px;min-height: 45px;margin-top: 18px;border: 1px solid #e6e6e6;width: 100%;height: 62px;padding: 0 10px;font-size: 14px;outline: none;margin-bottom: 10px;background: none;}
.box5021_-4329 .inquiry .message textarea{line-height: 20px !important;padding-top: 12px !important;}
.box5021_-4329 .inquiry .message .submit{ width: 100%;height: 62px; background: #004ea3; color: #fff; font-size: 14px; border: none;outline: none;-webkit-transition: all .5s ease;transition: all .5s ease;-webkit-appearance: button;cursor: pointer;}
.box5021_-4329 .input-item{position: relative;width: 50%;}
.box5021_-4329 .input-item:nth-child(4){
width: 100%;
}
.box5021_-4329 .inquiry .message textarea{
    height: 160px;
}
.box5021_-4329 .input-item:nth-child(5){
width: 25%;
}
.box5021_-4329 .input-item #checkcode {float: left;width: 68%;margin-bottom: 10px;border-right: none;}
.box5021_-4329 .input-item .checkCodeImg {position: absolute;top: 18px;right: 15px;display: block;text-align: center;width: 30%;height: 62px;font-size: 0;padding: 5px 10px;border: 1px solid #e6e6e6;border-left: none;}
.box5021_-4329 .input-item .checkCodeImg img {cursor: pointer;}
.box5021_-4329 .input-item .checkCodeImg img {max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;position: absolute;right: 10px;top: 50%;transform: translate(0,-50%);}


@media(max-width:765px){

.box5021_-4329 .inquiry .message form{
margin-top: 0;
}
.box5021_-4329 .input-item{width:100%;}

.box5021_-4329 .inquiry .message input, .inquiry .message textarea{
    margin-top: 0px;
}
.box5021_-4329 .input-item #checkcode{
    margin-top: 0px;
}
.box5021_-4329 .input-item .checkCodeImg{
 top:0;
}
.box5021_-4329 .input-item:nth-child(5){

 width:100%;
}
.box5021_-4329 .inquiry .message form>div{
width:100%;
}
.box5021_-4329 .inquiry .message .submit{
  margin-top: 0px;
}
}

.box5046_-4207 .product-warp{max-width: 1400px;width: 100%;margin: 0 auto;margin-top: 20px;padding: 0 10px 35px 10px;}
.box5046_-4207 .product-warp .product-info ul{display: flex;flex-wrap: wrap;margin-left: -10px;clear: both; zoom: 1;text-align: center;}
.box5046_-4207 .product-warp .product-info ul li{width: 33.3333%;float: left;box-sizing: border-box;padding-left: 10px;margin-bottom: 10px;position: relative;font-size: inherit;list-style: none;}
.box5046_-4207 .product-warp .product-info ul li .item-bor{padding: 5px;}
.box5046_-4207 .product-warp .product-info ul li .item-bor .img-box img{ max-width: 100%; width: 100%;-webkit-transition: transform 1s;-moz-transition: transform 1s;-ms-transition: transform 1s;-o-transition: transform 1s;transition: transform 1s;}
.box5046_-4207 .product-warp .product-info ul li .item-bor a{text-decoration: none;
    display: block;
    position: relative;    overflow: hidden;}
.box5046_-4207 .product-warp .product-info ul li .item-bor .img-box{width: 100%;height: 100%;overflow: hidden;box-sizing: border-box;background: #fff;}
.box5046_-4207 .product-warp .product-info ul li .item-bor .item-text{
display: flex;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    background: rgb(0 0 0 / 63%);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 50%;
    left: 0;
opacity: 0;
    padding: 10px;
    letter-spacing: 2px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: all ease .3s;
    align-items: center;
    justify-content: center;
}
.box5046_-4207 .product-warp .product-info ul li:hover .item-bor .item-text {
    bottom: 0;
opacity: 1;
}
.box5046_-4207 .product-warp .product-info ul li .item-bor a::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}


.box5046_-4207 .product-warp .product-info ul li .inquire{display:none; margin-top: 10px;position: relative;height: 40px;}
.box5046_-4207 .product-warp .product-info ul li .inquire .icon{width: 25px;height: 25px;vertical-align: middle;fill: #646464;overflow: hidden;}
.box5046_-4207 .product-warp .product-info ul li .inquire .inquire-btn{display:inline-block; width: 100%;margin-right: 5px;font-size: 14px;padding: 0;height: 40px;line-height: 40px;box-sizing: border-box;border-radius: 3px;border: 1px solid #d8dde6;background: #eaedef;color: #333;text-indent: -40px;cursor: pointer;outline: none;}
.box5046_-4207 .product-warp .product-info ul li .inquire .inquire-btn .togetherClass{position: absolute;width: 40px;text-indent: 0;text-align: center;height: 40px;line-height: 40px;bottom: 0;left: 0;transform: translateX(0);}
.box5046_-4207 .product-warp .product-info ul li .inquire .togetherClass{display: inline-block;}
.box5046_-4207 .product-warp .product-info ul li .inquire .pro-detail{text-align: center;line-height: 40px;width: 40px;height: 40px;line-height: 40px; color: #333;font-size: 14px;text-decoration: none;padding: 0;cursor: pointer;position: absolute;display: block;bottom: 0;right: -1px;margin: 0;overflow: hidden;border-left: 1px solid #d8dde6;text-align: center;background: #eaedef;border-radius: 0 3px 3px 0;}
.box5046_-4207 .product-warp .product-info ul li .herf-top:hover img {-webkit-transform: scale(1.2,1.2);-moz-transform: scale(1.2,1.2);-ms-transform: scale(1.2,1.2);-o-transform: scale(1.2,1.2);transform: scale(1.2,1.2);}
.box5046_-4207 .product-warp .product-info ul li .inquire .pro-detail .hide-text { display: none;color: #333;}
.box5046_-4207 .product-warp .product-info ul li .inquire .inquire-btn:hover {background: #b8b9b9;}
.box5046_-4207 .product-warp .product-info ul li .inquire .pro-detail:hover {text-decoration: none;cursor: pointer;background: #b8b9b9;color: #333;}
.box5046_-4207 .product-warp .more-btn{width: 100%;text-align: center;display: none;}
.box5046_-4207 .product-warp .more-btn a{display: inline-block;background-color: transparent;color: #333;border-radius: 3px;border-color: #333;border-style: solid;border-width: 1px;height: 40px;line-height: 40px;padding-left: 30px;padding-right: 30px;font-size: 14px;text-decoration: none;position: relative;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.box5046_-4207 .product-warp .more-btn a i {color: #333;font-size: 14px;}
.box5046_-4207 .product-warp .more-btn a:after {content: ""; display: inline-block;position: absolute;z-index: -1;top: 0;right: 0;width: 0;height: 100%;background-color: #333;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.box5046_-4207 .product-warp .more-btn a:hover:after {width: 100%;}
.box5046_-4207 .product-warp .more-btn a:hover {background-color: transparent;color: #fff;border-radius: 3px;border-color: #333;border-style: solid;border-width: 1px;}



@media (max-width:992px) {
    .box5046_-4207 .product-warp .product-info ul li{width: 33.333%;}
}


@media (max-width:765px) {
.box5046_-4207 .product-warp .product-info ul li .item-bor{
  padding:0;
}
    .box5046_-4207 .product-warp{padding: 0 0 20px 0;}
    .box5046_-4207 .product-warp .product-info ul li{width: 49%;padding-left: 0px;margin-right: 1%;}
	.box5046_-4207 .product-warp .product-info ul li:nth-child(2n){margin-right: 0;margin-left: 1%;}
.box5046_-4207 .product-warp .product-info ul li .item-bor .item-text {
    -webkit-transform: none;
    transform: none;
    position: relative;
    color: #444;
    opacity: 1;
    font-size: 16px;
	background: #fff;
}
.box5046_-4207 .product-warp .product-info ul{
  margin-left:0;
}
.box5046_-4207 .product-warp .product-info ul li .item-bor a::after{
  display:none !important;
}
.box5046_-4207 .product-warp .product-info ul li .item-bor a::before{
  display:none !important;
}
}
@media (max-width:440px) {
    .box5046_-4207 .product-warp .product-info ul li .inquire .inquire-btn span{display: none;}

}
.box5064_-6322 .xypg-right-content { overflow: hidden; max-width: 1400px; margin: 30px auto; }
.box5064_-6322 .product-detail-tab { margin-top: 50px; }
.box5064_-6322 .product-detail-tab .product-detail-tabli { border: 1px solid #e5e5e5; height: 40px; line-height: 38px; }

.box5064_-6322 .product-detail-tab .product-detail-tabli li { float: left; width: 20%; text-align: center; list-style: none; font-size: 14px; color: #2f2f2f; cursor: pointer; border-right: 1px solid #e5e5e5; }
.box5064_-6322 .product-detail-tab .product-detail-tabli li.on, .box5064_-6322 .product-detail-tab .product-detail-tabli li:visited, .box5064_-6322 .product-detail-tab .product-detail-tabli li:active { color: #112659; position: relative; }
.box5064_-6322 .product-detail-tab .product-detail-tabli li.on:before, .box5064_-6322 .product-detail-tab .product-detail-tabli li:visited:before, .box5064_-6322 .product-detail-tab .product-detail-tabli li:active:before { content: ''; position: absolute; left: -1px; right: -1px; bottom: -1px; top: -1px; border: 1px solid #112659; }
.box5064_-6322 .product-detail-tabbox .product-detail-tabcon {padding: 15px 0; }




@media (max-width:765px) {
    .box5064_-6322 .product-detail-tab .product-detail-tabli { height: 40px; }
    .box5064_-6322 .product-detail-tab .product-detail-tabli li { font-size: 14px; line-height: 38px; }
    .box5064_-6322 .page-product-inquiry { display: flex; justify-content: space-between; }
    .box5064_-6322 .page-product-inquiry a.tel { display: inline-block; }
}



/* 自定义简介样式 */
.detail-well .list_detail{
width: 80%;
    border: 1px solid #ddd;
    margin: 10px 0;
}
.detail-well .list_detail li {
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    line-height: 40px;
}
.detail-well .list_detail li span {
    display: inline-block;
    width: 20%;
    border-right: 1px solid #ddd;
    margin-right: 10px;
}
.detail-well .list_detail li:last-of-type {
    border: 0;
}

@media(max-width:992px){
.detail-well .list_detail{
   width:100%;
  }
}
.pc-title {
    height: 40px;
    border-bottom: 1px solid #ddd;
}
.pc-title h4 {
    display: inline-block;
    height: 100%;
    padding-bottom: 10px;
    margin-bottom: -1px;
    color: #1e242b;
    font-size: 20px;
    line-height: 30px;
    position: relative;
}
 .pc-title h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background-color: #06a27f;
    transition: all .3s;
    opacity: .8;
        display: block;
}
.detailtext {
    margin-top: 20px;
 font-size: 14px;
    line-height: 26px;
    color: #666;
}
/*内页样式*/
.box5050_-8639 .inner_5050 .page-wrap  {padding: 0 10px;}
.box5050_-8639 .inner_5050 .page-wrap  .news-wrap .container {width: 100%;
    max-width: 1400px;
    margin: 20px auto 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
.box5050_-8639 .inner_5050 .page-wrap  .news-wrap li {     width: 49%;
    background: #fff;
    padding: 15px;
    margin-right: 1.5%;
    margin-bottom: 20px;
    list-style: none;
    transition: all ease .35s;border: 1px solid #e0e0e0;
}
.box5050_-8639 .inner_5050 .page-wrap .news-wrap li:hover .news-con h3 a {
    color: #06a27f;
}
.box5050_-8639 .inner_5050 .page-wrap .news-wrap li:hover .news-img img {
    transform: scale(1.1);
}
.box5050_-8639 .inner_5050 .flex {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;position: relative;}
.box5050_-8639 .inner_5050 .page-wrap  .news-wrap li .news-con {width: 100%; margin-top: 15px;}
.box5050_-8639 .inner_5050 .page-wrap  .news-wrap li .news-con h3 {-ms-text-overflow: ellipsis;text-overflow: ellipsis;overflow: hidden; white-space: nowrap;margin: 0;}
.box5050_-8639 .inner_5050 .page-wrap  .news-wrap li .news-con h3 a {font-size: 16px;line-height: 30px; color: #333;text-decoration: none;}
.box5050_-8639 .inner_5050 .page-wrap  .news-wrap li .news-con p {font-size: 14px;font-weight: 400;line-height: 28px;color: #999999;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin: 10px 0;}
.box5050_-8639 .news-more {
  position: absolute;
    right: 0;
    bottom: 0;
}

.box5050_-8639 .inner_5050 .page-wrap .news-wrap li .news-con span{
padding-left: 25px;
    background: url(../images/news_icon3.png) no-repeat 5px center;
}
.box5050_-8639 .inner_5050 .page-wrap  .news-wrap li .news-con span {font-size: 14px;font-weight: 400;line-height: 28px;color: #999999;margin-right: 20px;}
.box5050_-8639 .inner_5050 .page-wrap  .news-wrap li .news-more a { 
display: block;
    width: 120px;
    height: 30px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    text-align: center;
color: #999;
    font-size: 0;
    line-height: 30px;
transition: all ease .5s;
    text-decoration: none;
}
.box5050_-8639 .inner_5050 .page-wrap .news-wrap li .news-more a {
    font-size: 14px;
    line-height: 30px;
}
/*.box5050_-8639 .inner_5050 .page-wrap .news-wrap li .news-more a::before {
    content: '查看详情';
    font-size: 14px;
    line-height: 30px;
}*/
.box5050_-8639 .pagination>li {
    display: inline-block;
    margin: 0 5px;
}
.box5050_-8639 .inner_5050 .page-wrap .news-wrap li:nth-child(2n) {
    margin-right: 0;
}
.box5050_-8639 .inner_5050 .page-wrap .news-wrap li .news-more a:hover {
    background: #06a27f;
    color: #fff;
    border: 1px solid #06a27f;
}
@media (max-width: 992px){
.box5050_-8639 .inner_5050 .page-wrap .news-wrap .container{
    justify-content: space-between;
}
  .box5050_-8639 .inner_5050 .page-wrap  .news-wrap li{ padding: 15px;width: 100%;float: left;margin-right: 0;}
.box5050_-8639 .inner_5050 .page-wrap .news-wrap li:nth-child(2n) {
    margin-right: 0;
}
    .box5050_-8639 .inner_5050 .page-wrap  .news-wrap li .news-con p { margin: 5px 0;}
    .box5050_-8639 .inner_5050 .page-wrap  .news-wrap li .news-more a { margin-top: 10px;}
    .box5050_-8639 .inner_5050 .page-wrap  .news-wrap li .news-con h3 a {display: block;padding: 5px 0; text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-size: 15px;padding: 0;}
}

@media (max-width:765px) {
.box5050_-8639 .inner_5050 .page-wrap  .news-wrap .container{margin:0;}
.box5050_-8639 .inner_5050 .page-wrap{padding:0;}
  
    .box5050_-8639 .inner_5050 .page-wrap  .news-wrap li:nth-child(2n) { margin-right: 0;}
    .box5050_-8639 .inner_5050 .page-wrap  .news-wrap li .news-con h3 a{font-size: 15px;margin-top: 10px;}
    .box5050_-8639 .inner_5050 .page-wrap  .news-wrap li .news-img { width: 100%;text-align: center;}
    .box5050_-8639 .inner_5050 .page-wrap  .news-wrap li .news-con {width: 100%;padding: 0;}
}

@media (max-width:440px) {
    .box5050_-8639 .inner_5050 .page-wrap  .news-wrap li{width: 100%;margin-right: 0;}
    .box5050_-8639 .inner_5050 .page-wrap  .news-wrap li:nth-child(2n) {margin-right: 0;}
}
/* 分页样式 */

.box5050_-8639 .inner_5050 .m-page { text-align: center; margin: 10px 0; }
.box5050_-8639 .inner_5050 .m-page .pagination > li > a, .box5050_-8639 .inner_5050 .m-page .pagination > li > span { color: #777; }
.box5050_-8639 .inner_5050 .m-page .pagination > .active > a, .box5050_-8639 .inner_5050 .m-page .pagination > .active > span, .box5050_-8639 .inner_5050 .m-page .pagination > .active > a:hover, .box5050_-8639 .inner_5050 .m-page .pagination > .active > span:hover,.box5050_-8639 .inner_5050  .m-page .pagination > .active > a:focus, .m-page .pagination > .active > span:focus { background-color: #06a27f; border-color: #06a27f; color: #fff; }
.box5050_-8639 .inner_5050 .m-page .pagination > li > a:hover, .box5050_-8639 .inner_5050 .m-page .pagination > li > span:hover, .box5050_-8639 .inner_5050 .m-page .pagination > li > a:focus,.box5050_-8639 .inner_5050  .m-page .pagination > li > span:focus { background-color: #06a27f; border-color: #06a27f; color: #fff; }

@media (max-width: 768px) {.box5050_-8639 .inner_5050 .m-page { margin: 10px 0; } }
     
@media (max-width: 600px) {
.box5050_-8639 .news-more {
    position: relative;
}
 }
 
.box3011_-9514 .content-wrapper {max-width:1400px;margin:0 auto;padding:0 10px;}
.box3011_-9514 .content-wrapper .news-content .header-info { text-align: center; border-bottom: 1px solid #efefef; margin-bottom: 30px; overflow: visible; }
.box3011_-9514 .content-wrapper .news-content .header-info h3 {margin-top: 30px; margin-bottom: 30px; line-height: 150%; }
.box3011_-9514 .content-wrapper .news-content .description{ font-size:16px; line-height:30px;}
 .m-flip { margin: 50px 0; }
 .m-flip .flip li a:hover {
    color: #06a27f;
}
 .m-flip .flip { list-style: none; padding-left: 0; overflow: hidden; }
 .m-flip .flip li {line-height: 22px;
    padding: 10px;
margin-top: 15px;
    position: relative;
    border: 1px solid #e5e5e5;}
@media (max-width: 767px) {
	.box3011_-9514 img {
		max-width: 100%;
	}
.box3011_-9514 .content-wrapper .news-content .header-info h3{
font-size: 16px;
}
}