/*公用样式*/
html{font-size: 16px; font-family:'Microsoft JhengHei UI','Microsoft JhengHei','Arial',sans-serif;scroll-padding-top:150px;}

* { margin: 0;  padding: 0;  border: none; outline: none; line-height: inherit;}
body { color: #333; line-height: 1.6rem;background: #f9f9f9 url(../images/body-img.jpg)repeat; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; top:0 !important;}
::after, ::before{box-sizing:border-box;}
a { text-decoration: none; color:#333333;}
a:hover,a:focus,a:visited,a:active,button:active {text-decoration: none;outline: none;}
h1,h2,h3,h4,h5,h6 {position: relative;font-weight: normal;margin: 0 0 15px; background: none; line-height: 1.3em; font-family: 'arial', sans-serif;}
h1 { font-size: 72px;}
h2 { font-size: 36px;}
h3{ font-size: 24px;}
h4 { font-size: 20px;}
h5 { font-size: 16px;}
h6 { font-size: 12px;}
input,select,
button { font-family: 'Montserrat Alternates', sans-serif;}
textarea { overflow: hidden; resize: none;}
button { outline: none !important; cursor: pointer;}
p { font-size: 16px; line-height: 1.6em; margin: 0 0;}
::-webkit-input-placeholder { color: inherit;}
::-moz-input-placeholder { color: inherit;}
::-ms-input-placeholder { color: inherit;}
ul,li { list-style: none; padding: 0px; margin: 0;}
img { display: inline-block;  height: auto;vertical-align:middle;}
div, ul, li, span, p, img, h1, h2, h3, h4, h5, h6, dl, dt, dd{ margin: 0; padding: 0; list-style: none;border: 0; }
.clear{clear: both; height:0px; overflow:hidden;}
.color-b{color: #fff;}
#page{ width: 100%; max-width: 1520px; margin: 0 auto; background:rgba(255,255,255,.7);box-shadow:0 0 12px rgb(0 0 0 / 15%);overflow: hidden;}
.pages{width: 100%; max-width: 1520px; margin: 0 auto;}
.flex-center{display:flex; justify-content: space-between;}
.wrap{flex-wrap:wrap;}
.nowrap{flex-wrap:nowrap;}
.f_l{ float:left;}
.f_r{ float:right;}
.ma-top40{margin-top:40px;}
.aligncenter{text-align:center;}

/*顶导航*/
.he-top{ width: 100%;height: 36px;background: #1872ab;}
.he-top-mz{font-size: 14px;line-height:36px;}
.he-top li{ float: right; font-size: 14px; color: #fff; line-height: 36px; margin-left: 25px;}
.he-top .phone i,.he-top .what i,.he-top .emil i{background: url(../images/icon.png)no-repeat; width: 20px; height: 20px; display:inline-block; float: left;margin-top: 6px; padding-right: 10px;}
.he-top .phone i{  background-position: 0 2px;}
.he-top .what i{background-position: -28px 2px;}
.he-top .emil i{background-position: -59px 2px; margin-top: 8px;}


/*抬头*/
.main_header{ position:relative;  z-index: 99;}

.h_logo{ width:450px;margin: 0 10px;}
.h_logo .logo_b{ display: none;}
.head-nr{ position: relative; }
.h_logo-l{margin-top: 5px;}
.h_logo-l a{display: block;}
.h_logo-r{ font-size: 26px; font-weight: bold;color: #1872ab;margin-top: 32px; }
.h_logo-r span{display: block; font-size: 15px;font-family:'Arial'; font-weight: normal;letter-spacing: 1px;}
.h_nav >ul > li{ float: left; line-height: 100px;}
.navcs > li:hover > a { color:#1872ab;}
.navcs > li.navcurrent > a{color:#1872ab;}
.navcs > li a{display: block;color: #333; position:relative;font-size:1.125rem;}
.navcs > li a::before{content: '';background:#f58426 ; position: absolute; width: 0; height: 4px;bottom:0 ; left: 35%;display: block;transition: 0.3s all ease-in-out;}
.navcs > li .navcurrent > a::before, .navcs > li:hover > a::before{ width: 30%;}
.navcs > li.navcurrent > a::before,.navcs > li:hover > a::before{ width: 30%;}
.h_nav >ul > .row_sx > .nav_menu{ width: 200px; position: absolute;top:92%; left: -67px;z-index: 100;display: block; float: left;padding: 12px 0; font-size: 14px; text-align: center;
list-style: none; background: #fff;visibility:hidden;opacity: 0;box-shadow:0 0 37px rgba(0, 0, 0, 0.07);transform:translateY(30px);transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
.h_nav >ul > .zeze > .nav_menu{left: -52px;}
.h_nav >ul > .row_sx > .nav_menu li{ width: 100%; line-height: 50px; height: 50px;}
.h_nav >ul > .row_sx > .nav_menu li a{display: block; line-height: 50px;font-size: 14px; transition: 0.3s all ease-in-out;}
.h_nav >ul > .row_sx > .nav_menu li a:hover{ background: #1872ab; color: #fff; transition: 0.3s all ease-in-out;}
.h_nav  >ul > .row_sx:hover .nav_menu{visibility: visible;opacity: 1;transform:translateY(10px);transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}
.h_nav .navcs .nav_menu .nav_three{width: 200px; position: absolute;right: -200px;top:-22px;z-index: 100;display: block; float: left;padding: 12px 0; font-size: 14px; text-align: center;
list-style: none; background: #fff;visibility:hidden;opacity: 0;box-shadow:0 0 37px rgba(0, 0, 0, 0.07);transform:translateY(30px);transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}
.h_nav  >ul > .row_sx .menu_r:hover .nav_three{visibility: visible;opacity: 1;transform:translateY(10px);transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}
.h_nav .nav_three li a{ display: block; }
.h_nav .nav_menu .ged::after{ content:''; display: block; position: absolute; font-weight: 100; width: 8px; height: 8px; border: 2px solid #999;border-style:solid solid none none;right: 25px; top: 21px;transform:rotate(45deg); }
.h_nav .ged:hover::after{ border-color: #fff; }
.h_nav .navcs .nav-menu li:last-child{border:none;}
.h_nav .navcs .nav-menus li:last-child,.h_nav .navcs .nav-menus li:nth-last-child(1),.h_nav .navcs .nav-menus li:nth-last-child(2){border-bottom:none;}


.searchs{width:25px; height: 25px;margin: 38px 10px 0;}
.searchs i.icon-search{display: block;background: url(../images/search.png)no-repeat left;width: 25px;height: 25px;}
.searchs:hover i.icon-search{background-position:-28px 0;}
#search {position:fixed;top:0px;left:0px;width:100%;height:100%;background-color:#1872abd1;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-webkit-transform:translate(0px,-100%) scale(0,0);-moz-transform:translate(0px,-100%) scale(0,0);-ms-transform:translate(0px,-100%) scale(0,0);-o-transform:translate(0px,-100%) scale(0,0);transform:translate(0px,-100%) scale(0,0);opacity:0;display:none;}
#search.open {-webkit-transform:translate(0px,0px) scale(1,1);-moz-transform:translate(0px,0px) scale(1,1);-ms-transform:translate(0px,0px) scale(1,1);-o-transform:translate(0px,0px) scale(1,1);transform:translate(0px,0px) scale(1,1);opacity:1;z-index:106;display:block;}
#search .close {position:fixed;top:15px;right:15px;opacity:1;font-size:27px;color:#fff;}
#search .close:hover {color:#FC2121;cursor:pointer;}
.search_form_inner {width:100%;max-width:800px;top:30%;position:fixed;left:27%;background:#fff;border-radius:5px;padding:20px 40px;z-index:999;}
.search_form_inner input {border:none;border-bottom:1px solid #eeeeef;border-radius:0px;width:100%;height:50px;outline:none;}
.search_form_inner input.f_l{width:90%;}
.search_form_inner input.f_r{width:10%;}
.search_form_inner input:focus {border-bottom:1px solid #f58426;}
.search-bar {line-height:normal;position:relative;}
.search-bar i {position:absolute;top:16px;}
.search-bar input.f_r:hover{background:#f58426;color:#fff;cursor: pointer;}
.axb .searchs{margin-top:18px;}
.section-head{ font-size: 24px;  margin-bottom: 30px; padding-bottom:10px;}
.section-head strong{color:#1872ab;}
.ny_new_l_wz p{ line-height: 28px; font-size: 16px; padding: 10px 0 0; }
.section-nr a.ny_new_l{border-bottom:1px solid #e3e8f0;width:100%;display:block;padding-bottom:20px;margin-bottom:20px;}
.section-nr{font-size:16px;}
.section-nr strong{color:#1872ab;font-size:18px;}
.top-lang{ position: relative; margin-top: 35px; margin-right:10px;}
.top-lang i{ width:22px; height: 22px; padding-right: 30px;color:#333;}
.top-lang span{ font-size: 16px;padding: 0 5px 0 40px; color:#333;}
.axb .top-lang{margin-top: 16px;}
.axb .h_nav .nav-me .nav-menu,.axb .h_nav .nav-me .nav-menus{top:84%;}
.top-lang .top-lang-li{ position: relative; }
.top-lang .top-lang-li .top-lang-menu{width: 140px; position: absolute;top:70%; z-index: 888;display: block; float: left; font-size: 14px; 
list-style: none; background: #fff;visibility:hidden;opacity: 0;box-shadow:0 0 37px rgba(0, 0, 0, 0.07);transform:translateY(30px);transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
.top-lang .top-lang-li:hover .top-lang-menu{visibility: visible;opacity: 1;transform:translateY(10px);transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}
.top-lang .top-lang-menu-a{ line-height: 44px;border-bottom: 1px solid #f1f1f1; font-size:14px;}
.top-lang .top-lang-menu-a i{ padding-right: 10px; padding-left: 20px; }
.top-lang .top-lang-menu-a:hover a{color:#1872ab; font-weight:600;}
.top-lang .top-lang-menu li:last-child{border-bottom: none;}
.h_nav .nav-me{ position: relative; }
.h_nav .nav-me .nav-menu{width: 200px; position: absolute;top:90%;display: block;font-size: 16px;
list-style: none; background:#1872ab;visibility:hidden;opacity: 0;box-shadow:0 0 37px rgba(0, 0, 0, 0.07);transform:translateY(30px);transition:all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);z-index: 888;}
.h_nav .nav-me:hover .nav-menu{visibility: visible;opacity: 1;transform:translateY(10px);transition:all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);}
.h_nav .nav-me .nav-menu .nav-menu-a{line-height:60px;box-sizing: border-box;border-bottom: 1px solid #f1f1f1; font-size:15px; position:relative;}
/*.h_nav .nav-me .nav-menu .nav-menu-a a::after{content: ''; width: 5px; height: 5px; border-color: #fff;border-style: solid;border-width: 1px 1px 0 0;transform: rotate(45deg);  position: absolute;top: 27px; right: 20px;transition:0.3s all ease; }*/
.h_nav .nav-me .nav-menu .nav-menu-a:hover a,.h_nav .nav-me .nav-menu .nav-menu-a .nav-menu-three a:hover{color:#fff; background:#f58426;}
/*.h_nav .nav-me .nav-menu .nav-menu-a:hover a::after{border-color: #1872ab;}
.h_nav .nav-me .nav-menu .nav-menu-a::after{content: ''; width: 0; height: 1px; background-color: #1872ab; position: absolute; left: 0; bottom: -1px;transition:0.3s all ease;}
.h_nav .nav-me .nav-menu .nav-menu-a:hover::after{ width: 100%; }*/
.h_nav .nav-me .nav-menu .nav-menu-a .nav-menu-three{width: 200px; position: absolute;right: -200px;top:-10px;z-index: 100;display: block; float: left;font-size: 14px;
list-style: none; background: #fff;visibility:hidden;opacity: 0;box-shadow:0 0 37px rgba(0, 0, 0, 0.07);transform:translateY(30px);transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}
.h_nav .nav-me .nav-menu .nav-menu-a:hover .nav-menu-three{visibility: visible;opacity: 1;transform:translateY(10px);transition:all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);}
.h_nav .nav-me .nav-menu .nav-menu-a .nav-menu-three li{border-bottom: 1px solid #f1f1f1;}
.h_nav .nav-me .nav-menu .nav-menu-a .nav-menu-three a{ display: block; background:#1872ab;padding:0 20px;}
.h_nav .nav-me .nav-menu .nav-menu-a .nav-menu-three li:last-child{border:none;}
.h_nav .nav-me .nav-menu .ged:after{ content:''; display: block; position: absolute; font-weight: 100; width: 6px; height: 6px;border-style:solid; border-width: 1px 1px 0 0;transform: translateY(-50%) rotate(45deg);right: 25px; top: 50%;border-color:#fff;}

.h_nav .nav-me .nav-menus{width: 400px; position: absolute;top:90%;display: block;overflow:hidden; font-size: 16px;
list-style: none; background: #1872ab;visibility:hidden;opacity: 0;box-shadow:0 0 37px rgba(0, 0, 0, 0.07);transform:translateY(30px);transition:all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); z-index: 100;}
.h_nav .nav-me:hover .nav-menus{visibility: visible;opacity: 1;transform:translateY(10px);transition:all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);}
.h_nav .nav-me .nav-menus .nav-menu-a{line-height:60px;box-sizing: border-box;border-bottom: 1px solid #f1f1f1; font-size:15px; position:relative;float: left; width:50%;}
.h_nav .nav-me .nav-menus .nav-menu-a i{font-size:24px;}
.h_nav .nav-me .nav-menus .nav-menu-a:hover a{color:#fff; background:#f58426;}
/*.h_nav .nav-me .nav-menus .nav-menu-a a::after{content: ''; width: 5px; height: 5px; border-color: #fff;border-style: solid;border-width: 1px 1px 0 0;transform: rotate(45deg);  position: absolute;top: 27px; right: 20px;transition:0.3s all ease; }
.h_nav .nav-me .nav-menus .nav-menu-a:hover a::after{border-color: #1872ab;}
.h_nav .nav-me .nav-menus .nav-menu-a::after{content: ''; width: 0; height: 1px; background-color: #1872ab; position: absolute; left: 0; bottom: -1px;transition:0.3s all ease;}
.h_nav .nav-me .nav-menus .nav-menu-a:hover::after{ width: 100%; }*/
.h_nav .nav-me .nav-menus li:nth-child(odd){border-right:1px solid #f1f1f1;}

.navcs .top-icon::after{content: ''; width: 6px; height: 6px;position: absolute; border-color: #333;border-style: solid;border-width: 0 0 1px 1px;transform: rotate(-45deg);top: 46%; right: 9px;transition:0.3s all ease;}
.nav_hd .top-icon::after{ border-color: #1872ab;}
.navcs li:hover .top-icon::after{border-width:0px 0px 1px 1px;transform: rotate(135deg);transition:0.3s all ease;border-color: #1872ab;top: 47%;}
.navcurrent .top-icon::after{border-width:0px 0px 1px 1px;transform: rotate(135deg);transition:0.3s all ease;}
.axb .navcs .top-icon::after{ top:45%;}
.prod-bt span{  font-size:32px; line-height:40px; color:#1872ab;}
.prod-bt p{ font-size:16px;  padding:16px 0 10px; line-height:28px;}
.serveds-bt{    margin:0 0 10px; text-align:center;}
.serveds-bt span{  font-size:32px; line-height:40px; color:#1872ab;font-weight: bold;}
.serveds-bt p{ font-size:16px;  padding:16px 0 10px;line-height:28px; box-sizing:border-box;}
.icon .lang-cn:before, .icon .lang-en:before{background:#1872ab;z-index:-1;}
.top-lang .icon{margin-top:0;}
.top-lang .icon .axb{width:30px;height:30px;font-family:'Arial';line-height:30px;font-size:14px;background-color:#dcdcdc;box-shadow:none;color:#666; margin-top:0; float:left;}
.top-lang .icon a:hover{color:#fff;}
.h_nav .navcs .nav-menus .nav-menu-a a,.h_nav .navcs .nav-menu .nav-menu-a a{font-size:15px;padding:0;color:#fff;padding:0 20px;transition:0.3s all ease;}
.copy-logo img{width:140px;}
.co_b a:hover{color:#1872ab;}
.prod .serve-li{overflow:hidden;box-shadow:0 0 2px rgb(0 0 0 / 15%);background:#fff; margin-right:20px;}
.prod .serve-li dl{}
.prod .serve-li dt img{width:100%; }
.top-lang .icon .lang-cn{color:#fff;}
.top-lang .icon .lang-cn:before{top:-10%; left:-10%;}

.axb{position:fixed; width:1520px;height:60px;top:0;background:#fff; box-shadow:0 0 12px rgb(0 0 0 / 15%);z-index:99;}
.axb .h_logo-l{margin-top: 0;}
.axb .h_logo-r{font-size: 22px;margin-top: 10px;}
.axb .h_logo-r span{font-size: 12px;line-height:16px;}
.axb .lj-xj{margin-top:19px;}
.axb .h_nav{margin-top:0;}
.axb .h_nav >ul > li{line-height:60px;}
.axb .erji_menu{top:80px;}
.axb .h_lang{margin-top:25px;}
.axb .h_logo{margin:0 0 0 10px;width: 360px;}
.axb .h_logo .logo_b{ display:block;}
.axb .h_logo .logo_a{display: none;}
.axb .navcs > li a{font-size:18px;}
.icon{ margin-top: 40px; overflow: hidden;margin-right: 13px;}
.icon .axb{ width:38px; height:38px; overflow:hidden; background:#dcdcdc; border-radius:50%; float:right; margin-left:10px; margin-top:6px; text-align:center; line-height:38px; position:relative; color:#333333;}
.icon .axb{ font-size:20px;}
.icon .axb:before{ content:''; position:absolute; width:120%; height:120%; transform:rotate(45deg); top:90%; left:-110%;}
.icon .lianshu:before,.icon .ttww:before,.icon .tube:before{ background:#1872ab;}
.icon .axb:before,.icon .axb .iconfont{ transition:all 0.35s; transition-timing-function:cubic-bezier(0.31, -0.105, 0.43, 1.59);}
.icon .iconfont{ display:inline-block; font-size:20px; -webkit-font-smoothing:antialiased;}
.icon .axb:hover:before{ top:-10%; left:-10%;}
.icon .axb .iconlianshu,.icon .axb .iconttww,.icon .axb .iconyou-tube,.icon .axb .iconicon,.icon .axb .iconrexian{ transform: scale(0.8); -webkit-transform:scale(0.8);}
.icon .axb:hover .icon-lianshu,.icon .axb:hover .icon-ttww,.icon .axb:hover .icon-you-tube,.icon .axb:hover .iconicon,.icon .axb:hover .iconrexian{ transform: scale(1); color:#fff;}
.navcs .nav-me a{padding:0 20px;}

/*幻灯片*/
.fullSlide {width:100%; position:relative; height:680px;}
.fullSlide .bd {margin:0 auto; position:relative; z-index:0; overflow:hidden;}
.fullSlide .bd ul {width:100% !important;}
.fullSlide .bd li {width:100% !important; height:680px; overflow:hidden; background-position:center top; background-repeat:no-repeat;background-size:auto 100%;}
.fullSlide .hd {position:absolute; z-index:7; bottom:0px;  width: 100%; height: 30px;}
.fullSlide .hd ul {text-align:center; position: absolute; left: 38%; bottom:11px;}
.fullSlide .hd ul li{ width:110px; height:8px; border-radius:50px; background:#a1a1a1; float:left; cursor: pointer; display:block; margin-left: 10px;}
.fullSlide .hd ul .on{ width:110px; height:8px; border-radius:50px; background:#f58426;}
.fullSlide .prev,.fullSlide .next {	display:block; position:absolute; z-index:1;top:50%; margin-top:-30px;left:1%; z-index:1; width:40px; height:60px; cursor:pointer; filter:alpha(opacity=50); opacity:0.5; display:none; }
.fullSlide .prev{ background:url(../images/banner-left.png) no-repeat;}
.fullSlide .next {left:auto;right:1%;background:url(../images/banner-right.png) no-repeat;}
.banner-text{position: absolute;top: 50%;left: 25%;transform: translate(-50%, -50%);}
.banner-text-a{font-size: 40px; font-weight: bold; color: #fff;line-height: 60px;}
.banner-text-b{font-size: 22px; color: #fff;line-height: 40px;}
.tg_button{ width: 170px; height: 50px; background: #f58426; position:relative; margin-top: 30px;transition:0.3s all ease;}
.tg_button a{ font-size: 16px; color: #fff; font-weight: 100; line-height: 50px; display:block; padding-left: 40px; }
.tg_button a::after{ content: ''; background:url(../images/icon_jt.png) no-repeat center ; position: absolute; width: 19px; height: 9px; right: 40px; top: 21px; }
.tg_button_b{ width: 170px; height: 50px; background: #172a85; position:relative; margin-top: 30px;transition:0.3s all ease;border-radius:30px;}
.tg_button_b a{ font-size: 14px; color: #fff; font-weight: 100; line-height: 50px; display:block; padding-left: 40px; }
.tg_button_b a::after{ content: ''; background:url(../images/icon_jt.png) no-repeat center ; position: absolute; width: 19px; height: 9px; right: 40px; top: 21px; }
.tg_button:hover,.tg_button_b:hover{box-shadow:0px 4px 10px rgb(0 0 0 / 50%);}
.tp-bgimg{ background-repeat:no-repeat center !important; }

.post-read-more a{ width: 170px; height: 50px;margin:0 auto; background: #f58426; position:relative; transition:0.3s all ease;font-size: 16px; color: #fff; font-weight: 100; line-height: 50px; display:block; padding-left: 40px;box-sizing: border-box; }
.post-read-more a::after{ content: ''; background:url(../images/icon_jt.png) no-repeat center ; position: absolute; width: 19px; height: 9px; right: 40px; top: 21px; }
.post-read-more a:hover{box-shadow:0px 4px 10px rgb(0 0 0 / 50%);}
.loading {
        background-color: #ddd; 
        cursor: not-allowed; 
        opacity: 0.7; 
    }

/*產品*/
.prod{width: 100%; overflow: hidden;padding: 30px; box-sizing: border-box;}
.prod-bt{text-align: center;}
.prod-bt-a{}
.prod-bt-a-en{font-size: 48px; font-weight: bold;color: #ececed;font-family:'Arial';text-transform: uppercase; line-height: 50px;}
.prod-bt-a-cn{font-size: 30px; font-weight: bold; color: #1872ab; line-height: 36px;margin-top: -32px;}
.prod-bt-b{ margin-top: 10px; }
.prod-nr{display: flex; flex-wrap: nowrap;justify-content:space-between;align-content:flex-start; margin-top: 20px;}
.serve-li dl{}
.serve-li dl dt{  position: relative;}
.serve-li dl dt a{ display: block;position: relative; }
/*
.serve-li dl dt a::before{content: ''; width: 100%; background: url(../images/cp-yy.png)no-repeat bottom; position: absolute;left: 0; bottom: -13px; height: 13px;}*/
.serve-li dl dt a::after{content: ''; width: 100%; height: 100%; position: absolute; left: 0;top: 0;opacity:0;background-color:rgba(0, 0, 0, .3);transition:opacity 0.35s;}
.n-cp-nr .prod-nr div.serve-li:nth-child(3n+0){ margin-right: 0; }
.serve-li dt img{width: 100%; height: 100%;object-fit:cover;}
.n-cp-nr .serve-li{overflow:hidden;border-radius:10px 10px 0 0;margin-bottom:38px;margin-right:38px; width:31.5%;box-shadow:0 0 12px rgb(0 0 0 / 15%);}
.serve-li dd{padding: 0 20px 20px 20px;}
.serve-li-bt{ margin-top:30px;}
.serve-li-bt span{font-size:24px; color:#1872ab; font-weight: bold;}
.serve-li-bt p{font-size: 15px; line-height: 28px; padding: 16px 0;}
.serve-li dl dt a::before{content: ''; width: 100%;position: absolute;left: 0; bottom: 0; height: 50%;}
.serve-li dd{ padding:20px;position:relative;margin-top:1px;background:#e3e7f0;}
.serve-li dd a{display:block;font-size:20px; color:#1872ab;line-height:60px;font-weight:bold;position:relative;z-index:1;}
.serve-li dd a::after{content: '';background: url('../images/you.png') no-repeat center;width: 36px; height: 36px;line-height:36px;display: block; position: absolute;right: 20px;top: 50%;transform: translateY(-50%);border-radius: 20px;background-color:#f58426; color: #fff; font-size: 12px; padding-left:13px;transition:all .75s ease 0s; }
.main_header,.n-cp-nr .serve-li{background:#fff;}
.prod-nr div.serve-li:last-child{margin-right:0;}
.serve-li dd:after{content: '';width: 100%;height: 0;background: #1872ab;transition:all .35s;position: absolute; bottom: 0;left:0;}
.serve-li:hover dd:after{height: 100%;transition:all .35s;} 
.serve-li:hover dd a{color:#fff;}
.serve-li:hover  dl dt a::after{opacity:1;transition:opacity 0.35s;}

/*產品服務*/
.served{width: 100%; overflow: hidden;border-top: 1px solid #e3e8f0;padding-top:30px;box-sizing: border-box;}
.served-nr{position: relative; margin-top: 20px;}
.served-nr-l{background: url(../images/served.jpg)no-repeat center;width: 892px;height: 450px;color: #fff;padding: 50px 0 0 30px;box-sizing: border-box;margin-left:30px;}
.served-nr-l span{font-size: 30px; font-weight: bold;display:block; line-height: 40px; position: relative;}
.served-nr-l span:after{content: '';position: absolute; width: 60px; height: 8px;left: 0; top: 80px;background: #fff;}
.served-nr-l p{font-size: 18px;line-height: 32px; padding-top: 100px;padding-bottom: 15px;}
.served-nr-r{position: absolute;right: 30px;width: 800px;top: 50%;transform:translate(0, -50%);}
.served-nr-li{background: linear-gradient(to right, #076fb1, #3597d6, #146194); line-height: 76px;width: 49%;margin-bottom: 16px;box-shadow:0 0 12px rgb(0 0 0 / 15%);position: relative;}
.served-nr-r div.served-nr-li:last-child,.served-nr-r div.served-nr-li:nth-last-child(1),.served-nr-r div.served-nr-li:nth-last-child(2){margin-bottom:0;}
.served-nr-li a{display: block;font-size: 24px;color: #fff; font-weight: bold;text-align: center;position: relative;z-index: 2;}
.served-nr-li::after{ content: '';background: linear-gradient(to right, #f58426, #f49c53, #f58426);  height: 100%; position: absolute; width: 100%; left: 0; top: 0; transform:scaleX(0); transition:0.3s all ease; }
.served-nr-li:hover::after{ transform:scaleX(1); }

/*新聞*/
.new{width: 100%; overflow: hidden;margin-bottom: 30px;padding:30px 30px 0;box-sizing: border-box;}
.new-nr{}
.new-nr-l{background:#ebebeb url(../images/new-l.jpg)no-repeat center top;width:49.5%; }
.new-nr-l-bt{font-size: 30px; font-weight: bold;line-height: 40px; position: relative;color: #fff; padding: 30px;}
.new-nr-l-bt:after{content: '';position: absolute; width: 60px; height: 8px;left: 30px; top: 90px;background: #fff;}
.hzhb{width: 100%;padding:30px 30px 0;box-sizing: border-box; margin-top: 30px;}
.ca_n dl{width:331px; position:relative; background:#fff; padding:2rem; box-sizing:border-box;}
.ca_n dt{ display:block; text-align:center; overflow:hidden;}
.ca_n dt img{ width:100%; transition: transform 0.35s; -webkit-transform: scale(1.15); transform: scale(1);}
.ca_n dl:hover dt img{ transform: scale(1.15);}
.ca_n dd{ margin-top:1rem;}
.ca_n dd span{ font-size:1.2rem; color:#333; line-height:2.5rem; display:block;width:100%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ca_n dd span a{font-size:1.2rem; color:#333;font-weight: bold;}
.ca_n p{ color:#666; line-height:25px; font-size:15px;}
.r_10{ margin-right:1px;}

.news-more{ margin-top:2.5rem; color:#777; overflow:hidden;border-top:1px solid #eaeaea; padding-top:2.5rem;}
.news-more a{color:#777;}
.news-block:hover a{ color:#1872ab;}
.news-more .fl{ float:left; font-size:15px;}
.news-more .fr{ float:right; font-size:12px; color:#999;}
.ca_n dl:hover a{ color:#1872ab;}


.hzhb .hzCont{position:relative;}
.hzhb .hzCont ul{margin:0 auto; width:684px; }
.hzhb .hzCont .btnLeft{position:absolute; width:50px; height:50px;top:-60px;right: 51px;background: #f58426;}
.hzhb .hzCont .btnRight{position:absolute; width:50px; height:50px;top:-60px;right: 0;background: #f58426;}

.btnLeft i,.btnRight i{ display:block; position: relative;width: 50px;height: 50px;}
.btnLeft i::before{content: ''; position: absolute;background: url('../images/left.png') no-repeat center;width: 50px;height: 50px;}
.btnRight i::before{content: ''; position: absolute;background: url('../images/right.png') no-repeat center;width: 50px;height: 50px;}
.new-l-gd{margin-top: 1px;padding:0 30px;}
.new-l-gd dd{margin-top:0;}
.new-nr-r{width:49.5%;}
.new-nr-r-lx{background: url('../images/contbj.jpg') no-repeat center top;overflow: hidden;padding-bottom: 30px;align-items: flex-start;width: 100%;}

.new-nr-r-lx-l{margin: 50px 0 0 40px;width: 220px;}
.bot5{margin-bottom: 5px;}
.bot20{margin-bottom: 20px;}
.bot30{margin-bottom: 30px;}
.new-nr-r-lx-r{width: 400px;}
.new-nr-r-lx-r-bt{padding-top: 30px;color: #fff;}
.new-nr-r-lx-r-bt span{font-size: 30px; font-weight: bold;display:block; line-height: 40px; position: relative;}
.new-nr-r-lx-r-bt span:after{content: '';position: absolute; width: 60px; height: 8px;left: 0; top: 60px;background: #fff;}
.new-nr-r-lx-r-bt p{font-size: 18px;line-height: 32px; padding-top: 60px;padding-bottom: 15px;}
.new-nr-r-lx-r-bt .tg_button{ margin-top: 0; }
.new-nr-r-team{width: 49.5%;}
.new-nr-r-team dd{padding: 30px;box-sizing: border-box;background: #1872ab; color: #fff;}
.new-nr-r-ab{width: 49.8%; background:#f58426;}
.new-nr-r-ab-bt{padding: 30px;box-sizing: border-box;color: #fff;}
.new-nr-r-ab-bt span{font-size: 30px; font-weight: bold;display:block; line-height: 40px; position: relative;margin-bottom: 60px;}
.new-nr-r-ab-bt span:after{content: '';position: absolute; width: 60px; height: 8px;left: 0; top: 60px;background: #fff;}
.new-nr-r-ab-bt p{font-size: 16px;line-height: 32px;}

.copy{width: 100%; overflow: hidden; background: url(../images/copy.jpg)no-repeat center top; padding: 60px 30px 0;box-sizing:border-box;}
.copy-l-mc{color: #fff;}
.copy-l-mc span{font-size: 24px;line-height: 32px; font-weight: bold;}
.copy-l-mc p{font-size: 14px;font-family:'Arial'; font-weight: normal;letter-spacing: 1px;}
.copy-l-lx{ margin-top: 30px; color: #fff;}
.copy-l-lx p{}
.copy-l-lx span{display: block; font-weight: bold; font-size: 18px;}
.copy-r{width:74%;}
.copy-r-a-bt{font-size: 18px; position:relative;font-weight: bold;color: #fff;}
.copy-r-a-bt:after{content: '';position: absolute; width: 26px; height: 5px;left: 0; top: 40px;background: #f58426;}
.copy-r-a .copy-r-a-ul{ margin-top: 60px; }
.copy-r-a .copy-r-a-ul li{ line-height: 32px;width: 100%;color: #d6d7d7 }
.copy-r-a .copy-r-a-ul a{font-size: 16px; color: #d6d7d7;}
.copy-r-a .copy-r-a-ul a:hover{color: #fff;}
.copy-r-b .copy-r-b-ul{margin-top: 60px;}
.copy-r-b .copy-r-b-ul a{font-size: 16px; color: #d6d7d7;}
.copy-r-b .copy-r-b-ul a:hover{color: #fff;}
.copy-r-b .copy-r-b-ul li{ line-height: 32px;width: 50%; }
.copy-r-a{width:22%;}
.copy-r-b{width: 28%;}
.copy-r-a .copy-r-a-ul .co_b_li{position: relative; margin-left: 25px;}
.copy-r-a .copy-r-a-ul .co_b_li::after{background: url(../images/con-what.png) no-repeat left; content: ''; position: absolute;left:-25px; width: 18px; height: 18px; top: 5px;}
.bq{border-top: 1px solid #bbd5e8; margin-top: 30px;}
.bq-l,.bq-r{line-height: 60px; margin-top: 10px;}
.bq-l,.bq-l a,.bq-r,.bq-r a{color: #d6d7d7;}

/*以下為內頁樣式*/

/*簡介*/
.ny-banner{width: 100%; overflow: hidden; height: 350px;}
.navigation{background: #f1f1f1; height: 60px;padding: 0 20px;box-sizing: border-box;}
.navigation ul{width: 100%;}
.navigation ul li{line-height: 60px; margin-right: 30px;font-size: 18px;}
.navigation ul li a{font-size: 18px;position: relative;display: block;}
.navigation ul li a:after{content: '';width: 0;height: 3px;position: absolute;left: 50%;transform: translateX(-50%); bottom:0; background:#f58426;transition:all .3s;}
.navigation ul li .cur{color: #f58426;font-weight: bold;}
.navigation ul li .cur:after{content: '';width: 50%;height: 3px;position: absolute;left: 50%;transform: translateX(-50%); bottom:0; background:#f58426; }
.navigation ul li a:hover{color: #f58426;}
.navigation ul li a:hover:after{width: 50%;transition:all .3s;}
.navigation ul li.active a{color: #f58426;}
.navigation ul li.active a:after{width: 50%;transition:all .3s;}
.content{width: 100%; padding: 40px 40px 0;box-sizing: border-box;}
.content-tit{font-size: 32px; line-height: 40px;position: relative;height: 80px;margin-bottom: 20px;}
.content-tit:after{content: '';position: absolute;width: 50px; height: 3px; background: #f58426;bottom: 15px;left: 0;}
.underline{width: 100%;overflow: hidden; height: 1px;background: #e3e8f0; margin: 20px 0;}
.content-about-l{width: 45%;}
.content-about-l p{font-size: 18px; padding-bottom: 20px;}
.content-about-l p span{display: block; font-size: 24px; font-weight: bold;padding: 20px 0 20px;}
.content-about-r{position: relative;width:32.6%;}
.content-about-100{width:100%;}
.content-about-100 p{font-size: 18px; }
.content-about-100 p span{display: block; font-size: 24px; font-weight: bold;padding: 20px 0 20px;}
.content-about-r-img{position: absolute;top: 50%;transform: translateY(-50%);right: 100px;}
.content-about-r-bj{width: 460px; height: 580px;border: 5px solid #f58426;right: 0;}
.culture{width: 100%; overflow: hidden;padding: 0 40px 60px;box-sizing: border-box;background: url(../images/wenhua.png)no-repeat bottom;}
.culture-nr{text-align: center;}
.culture-nr-a{width: 280px;border: 1px solid #e3e8f0;background:rgba(255,255,255,.9);padding: 60px;box-sizing: border-box;}
.culture-nr-a .culture-nr-a-bt{ font-size: 24px;font-weight: bold; }
.culture-nr-a .culture-nr-a-img{margin: 20px 0;}
.culture-nr-a .culture-nr-a-nr{ margin-bottom: 30px; }
.culture-nr-a-und{width: 28px;height: 3px;background: #f58426; margin: 0 auto;}
.culture-nr-a-img .cu-aa1{display: none;}
.culture-nr-a:hover .culture-nr-a-img .cu-aa1{display: block;}
.culture-nr-a:hover .culture-nr-a-img .cu-a1{display: none;}
.introd-b{ box-sizing:border-box;}
.introd-b-nr-a{display:flex;flex-flow: wrap;justify-content:space-between;}
.introd-b-nr-a-bt{width: 100%;font-size: 28px; line-height: 32px; padding-bottom: 20px;}
.introd-b-nr-a-bt a{font-size: 28px;}
.introd-b-nr-a-bt a:hover{color: #1872ab;}
.introd-b-bt{ font-size: 32px;  padding-bottom: 10px; line-height: 40px; }
.introd-b-nr-a-l{width: 502px;height: 328px;}
.introd-b-nr-a-l img{border: 8px solid #fff;box-shadow:0 0 12px rgb(0 0 0 / 15%);}
.introd-b-nr-a-r{width: 62%;}
.introd-b-nr-a-r-wz p{font-size: 18px; line-height: 36px;}
.introd-b-nr-a-r-wz ul{display:flex;flex-flow: wrap; margin-top: 30px; }
.introd-b-nr-a-r-wz ul li{margin-right: 30px;width:48%;}
.introd-b-nr-a-r-wz ul li.mores{width:100%;}
.introd-b-nr-a-r-wz ul li.mores .introdbnr{width:33%;}
.introd-b-nr-a-r-wz ul li span{display: inline-block;width: 100%; font-size: 20px; font-weight: bold;color:#1872ab; margin-bottom: 20px;border-bottom: 1px solid #e3e8f0;padding-bottom: 20px; }
.introd-b-nr-a-r-wz ul li:last-child{ margin-right:0;}
.botter-40{padding-bottom: 40px;}
.introdbnr{display:block; float:left;width:50%;padding-left:15px;box-sizing: border-box;position: relative;margin-bottom:15px;}
.introdbnr:after{content: '';width: 10px;height: 10px;background: #1872ab;position: absolute;left: 0;top: 50%;transform:translateY(-50%);}
.introdbnr:hover{color:#1872ab;}
.laser-border{width: 100%;overflow: hidden; height: 1px;background: #e3e8f0; margin: 40px 0;}
.flex-r{display: flex; justify-content:flex-start;}

.standardg{width: 100%;}
.standardg dl{  margin-bottom: 10px;}
.standardg dt{ font-size: 18px; font-weight:bold; cursor: pointer;line-height:48px;padding-left:30px;position:relative;background-color: rgba(221,227,237,.8);}
.standardg dt i{display: block;position:absolute;width: 20px; height: 6px;left:8px; top:19px;transition:0.3s all ease;}
.standardg dt i::before,
.standardg dt i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #f58426;
  transform: translate(-50%, -50%);
transition: transform 0.3s ease;
}

.standardg dt i::before {transform: translate(-50%, -50%) rotate(90deg);}
.standardg dt i::after {transform-origin: center center;}
.standardg dt i.up::before {transform: translate(-50%, -50%) rotate(0deg);}
.standardg dt i.up::after {transform: translate(-50%, -50%) rotate(0deg);}
.standardg dd{ font-size: 16px; line-height: 25px; color: #666; display: none;padding-bottom: 30px;}
.standard-b-ze{ width: 100%; padding:20px 20px 0;box-sizing: border-box; }
.standard-b-ze a:hover{color: #f58426;}
.standard-b-ze i{padding-left:10px;background: url('../images/jjt.png') no-repeat center;width:20px;height:15px;display:inline-block; }
.standard-b-ze ul{width: 100%;}
.standard-b-ze li{ line-height: 32px; padding: 10px 0; border-bottom: 1px solid #e3e8f0;font-size:16px; font-weight: 600; width:24%; margin-right:18px;}
.standard-b-ze li:nth-child(4n+0){margin-right:0;}
.arrow {position: relative;width: 50px;height: 50px;}
.left-arrow::before{ content: '';border-style:solid;border-width:6px 8px 6px 0;border-color:transparent #fff transparent transparent;position:absolute;top:50%;left: 50%;transform:translate(-50%, -50%); }
.right-arrow::before{ content: '';border-style:solid;border-width:6px 0px 6px 8px;border-color:transparent transparent transparent #fff;position:absolute;top:50%;left: 50%;transform:translate(-50%, -50%); }

.prod-tg-a{width: 24.5%; margin-right:9px;}
.prod-tg-a-img{position: relative;}
.prod-tg-a-img img{width: 100%;}
.prod-tg-a-img-bt{position: absolute; bottom: 30px; font-size: 28px;left: 20px;}
.prod-tg div.prod-tg-a:nth-child(4n+0){margin-right:0;}
.cp-cat-nr-r{ margin-top: 10px; }
.stainless{width: 100%; overflow: hidden;padding: 40px 40px 0;box-sizing: border-box;background: #f1f1f1;}
.produc-db{overflow: hidden;}
.produc-l{width: 47%;}
.produc-l img{width: 100%;}
.produc-r{width: 50%;}
.produc-r-bt{font-size: 32px;line-height: 40px;}
.produc-r-li{}
.produc-r-li li{font-size: 18px; line-height: 32px;border-bottom: 1px solid #e3e8f0;padding: 20px 0;}
.produc-r-li li span{font-weight: bold; color:#1872ab; }
.produc-td{ margin-top: 30px;}
.produc-td-bt{font-size: 28px; line-height: 32px;position: relative;height: 80px;margin-bottom: 20px;font-weight:bold;}
.produc-td-bt:after{content: '';position: absolute;width: 50px; height: 3px; background: #f58426;bottom: 15px;left: 0;}
.produc-td-nr{}

.laser-gy li{ position: relative; padding-left: 20px; margin-bottom: 20px;font-size:16px;}
.laser-gy li:before{content: ''; width: 8px; height: 8px; position: absolute; left: 0; top: 8px;background-color:#043785;}
.produc-cs{margin-top: 30px;}
.produc-cs-tabble{overflow-x: auto;}
.produc-cs-tabble table{border-collapse:collapse; border: 0 none;border-left: 1px solid  #e3e8f0;border-right:1px solid  #e3e8f0; font-size: 16px;}
.produc-cs-tabble table td{text-align: center; line-height: 30px;}
.produc-cs-tabble table tbody tr{border-bottom:solid #e3e8f0 1px; }
.produc-cs-tabble span{ font-size: 16px; font-weight: bold; }
.produc-cs-tabble table tr:nth-child(4n+0){ background: #eeeeee; }
.produc-cs-tabble table tr:hover{background-color:#c4e4ff; }
.produc-cs-tabble th{ background: #d4d5df;border:0;text-align:center;padding:25px 0; }
.produc-cs-tabble td{padding:15px 20px;}
.produc-cs-n{}
.produc-cs-n-img{width: 32%; margin-bottom: 30px;}
.produc-cs-n-img img{width: 100%;}

.market{display: flex;justify-content:flex-start;flex-wrap: wrap;}
.market-a{width: 32%; margin-bottom: 28px; margin-right:28px;}
.market div.market-a:nth-child(3n+0){margin-right: 0;}
.market-a img{width: 100%;}
.market-a-img{width: 100%; overflow: hidden;}
.market-a-img img{transform: scale(1);transition:0.3s all ease;}
.market-a:hover img{transform: scale(1.1);}
.market-a-text{margin-top: 30px;}
.market-a-text span{font-size: 24px; font-weight: bold;}
.market-a-text span a{font-size: 24px;}
.market-a:hover .market-a-text span a{color:#1872ab;}
.market-a-text p{font-size: 16px;color: #666;line-height: 40px;}

.market-xq-a{padding: 0 0 30px; box-sizing: border-box;}
.produc-abt{font-size: 28px;padding-bottom: 25px;color:#1872ab;font-weight:bold;}
.market-ul li{display: flex;justify-content: flex-start; margin-bottom: 20px;}
.market-ul li i{display: block; width: 20px; height: 20px;position: relative; margin-right: 10px; margin-top: 2px;}
.market-ul li i:after{content: '';width: 10px;height: 10px;background: #f58426;position: absolute;border-radius: 50%;top:50%;left:50%;transform: translate(-50%, -50%);}
.market-ul li i:before{content: '';width: 20px;height: 20px;background: #eebf98;position: absolute;border-radius: 50%;top:50%;left:50%;transform: translate(-50%, -50%);}
.market-xq-b{margin-bottom: 50px;}
.market-xq-b-a,.market-xq-c-nr-a{width: 49%;}
.market-xq-b-a img,.market-xq-b-b img{width: 100%;}
.market-xq-b-b{width: 100%;}
.market-xq-c-nr-a-nr{margin: 30px 0;}
.market-xq-c-nr-a-nr span{font-size: 24px;display:block;padding-bottom: 10px;position: relative;height: 50px;font-weight:bold;}
.market-xq-c-nr-a-nr span:after{content: '';position: absolute;width: 50px; height: 3px; background: #f58426;bottom: 15px;left: 0;}
.laser-prof{ margin-top:20px;display: flex; flex-flow:wrap; justify-content: space-between;}
.laser-prof-a{padding: 40px 20px 20px; background: #f1f1f1; border: 1px solid #e3e8f0;width:32%;box-sizing: border-box;}
.laser-prof-a span{ font-size: 18px; font-weight: bold; }
.laser-prof-a ul{margin-top: 20px;}
.laser-prof-a li{ position: relative; padding-left: 20px; margin-bottom: 10px;font-size:15px; margin-left: 20px;}
.laser-prof-a li:before{content: ''; width: 8px; height: 8px; position: absolute; left: 0; top: 9px;background-color:#043785; border-radius: 50%;}
.market-xq-e{}

.servexq-b{}
.servexq-b-a-bt{}
.servexq-b-a-bt span{font-size: 24px;display:block;padding-bottom: 10px;position: relative;height: 50px; margin-bottom: 10px;}
.servexq-b-a-bt span:after{content: '';position: absolute;width: 50px; height: 3px; background: #f58426;bottom: 15px;left: 0;}
.servexq-b-a-bt p{font-size: 16px; padding-bottom: 10px;}
.servexq-b-a-img-a{width: 32%; margin-top: 10px;}
.servexq-b-a-img-a img{width: 100%;}

.newny{}
.nynew-wz{width: 70%;position: relative;}
.nynew-wz strong{font-size: 20px;line-height: 32px;}
.nynew-wz p{font-size: 16px; color: #666;padding: 10px 0;box-sizing:border-box;}
.nynew-wz span{display:block;position:absolute; bottom:30px;color:#999;right:30px;}
.ny_new_l_tu{width: 356px;height: 200px;overflow: hidden;}
.ny_new_l_tu img{transform: scale(1);transition:0.3s all ease;}
.newny a:hover .ny_new_l_tu img{transform: scale(1.1);}
.newny a:hover .nynew-wz strong{color:#1872ab;}
.newny a{margin-bottom: 10px;background:#f1f1f1;padding: 30px;box-sizing: border-box; }
.nynew-wz i{font-style: normal;display:block;width: 150px; height: 36px; line-height: 36px;text-align: center; color: #fff; background: #f58426;position:absolute; bottom:20px;}
.newny a:hover .nynew-wz i{ background: #1872ab;}

.nycont-l{width: 50%;}
.nycont-r{width: 48%;}
.nycont-l-bt{font-size: 28px; line-height: 32px;position: relative;height: 80px; margin-top: 30px;}
.nycont-l-bt:after{content: '';position: absolute;width: 50px; height: 3px; background: #f58426;bottom: 15px;left: 0;}
.nycont-ly{width: 100%; height: 564px; background: url(../images/con-lyy.jpg)no-repeat center top;}

.down-nr-a-bt{font-size: 28px; line-height: 32px;position: relative;height: 80px; margin-top: 30px;}
.down-nr-a-bt:after{content: '';position: absolute;width: 50px; height: 3px; background: #f58426;bottom: 15px;left: 0;}
.down-nr-a{width: 32%;}
.ny_dowa{ width: 100%; background: #f1f1f1; margin-bottom: 10px; position: relative;transition:0.3s all ease; margin-top: 10px; }
.ny_dowa a{ display: block; padding:30px 70px 30px 30px; box-sizing: border-box;}
.ny_dowa span{ font-size: 20px; line-height: 30px; }
.ny_dowa p{ font-size: 13px; color:#b2b2b2; }
.ny_dowa i{ width: 64px; height: 64px; position: absolute; right: 0;transform:translate(0, -50%); top: 50%; background-image:url(../images/downBtns.png);background-repeat:no-repeat; background-color:#4d4d4d; }
.ny_dowa:hover{box-shadow:0 2px 10px 0 rgb(0 0 0 / 19%);}
.ny_dowa:hover a span{ color: #1872ab;}
.ny_dowa:hover a i{ background-color:#f58426;  }
.down-nr{margin-bottom: 30px;}
.bom-40{margin-bottom: 40px;}
.padbom-40{padding-bottom: 40px;}

.xq_nr_tu{ width: 680px; height: 450px; position: relative; overflow: hidden;}
.company-box > .bd > ul { width: 680px; height: 450px; }
.company-box > .bd > ul > li { display: block; width: 680px; height: 450px; display: block; padding: hidden; }
.company-box > .bd > ul > li > img { display: block; margin: 0 auto; width: 100%; height: auto; }
.company-btn { width: 100%; position: absolute; bottom: 20px;left: 0; height: 18px;  }
.company-btn .hd{ height: 25px; width:50%; text-align:left; margin-left:20px;}
.company-btn .hd ul li { display: inline-block; width: 14px; height: 14px;background: #fff; color:#fff; overflow: hidden; font-size: 12px; transition:0.3s all ease-in-out; cursor: pointer; margin-right: 1px; text-align: center; line-height: 14px; margin-right:5px;border-radius: 50px;}
.company-btn .hd ul li.on{ width: 28px;height: 14px; background: #f58426; font-size: 12px; color: #f58426; }
.n-ban{height:350px; position: relative;}
.n-ban .hha{position: absolute; bottom: 10px; right: 10px;font-size: 15px;color: #666;}
.n-ban .hha a{ font-size: 15px; color: #666;}
.n-ban .hha .current{color:  #1872ab; font-weight:bold;}

.cpzl{ width:32%; position:relative; height:auto; margin-bottom:2.3%; display:flex;overflow:hidden;margin-right: 28px; }
.market div.cpzl:nth-child(3n+0){margin-right: 0;}
.cp-img{ width:100%; }
.cp-img img{ width:100%;transition: transform 0.35s; -webkit-transform: scale(1.15); transform: scale(1);}
.cp-nr{ position:absolute; bottom:3%; left:3%; z-index:3; color:#fff; }
.cp-nr span{ font-size:1.5rem; line-height:1.5rem; display:inline-block; font-weight:bold;}
.cp-nr p{ margin-top:1%; padding:0 20% 0 0;}
.cpbgy{ width:100%; height:100%; background-color:rgba(0, 0, 0, 1); opacity:0.4; position:absolute; top:0; z-index:2; transition:opacity 0.35s;}
.cpzl:hover .cp-img img{ transform: scale(1.15);}
.cpzl:hover .cpbgy{ opacity:0; transition:opacity 0.35s;}
.cpzl:hover .cp-nr span{color:#1872ab;}

/*new*/
.new-left{width: 70%;;}
.new-right{width: 25%; border: 1px solid #eee;background: #fafafa;}
.new-right-bt{font-size: 20px;line-height: 50px; font-weight: bold;background: #043785; padding-left: 20px; color: #fff;box-sizing: border-box;}
.new-right-nr{padding: 30px;box-sizing: border-box;}
.new-right-li-img img{width:100%;}
.new-right-li-nr{padding: 15px 0;}
.new-right-nr li{border-bottom: 1px solid #e3e8f0; margin-bottom: 30px;}
.new-right-li-nr i{font-style: normal; font-size: 14px; color: #cccccc; }
.new-right-li-nr i,.new-right-li-nr span,.new-bta span,.new-bta i{display:block;}
.new-right-li-nr span{font-size: 18px; font-weight: bold;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}
.new-bta span,.new-bta i{display:block;}
.new-bta span{ font-size:24px; text-align:center;line-height:42px;}
.new-bta i{font-style: normal; font-size: 14px; color: #999;text-align:center;}
.new-bta{ padding-bottom:10px; border-bottom:1px solid #e3e8f0; margin-bottom:30px;}

/*media*/
.demo-gallery {width: 100%;height: auto;margin: 0 auto;display: flex;flex-wrap: wrap;}
.demo-gallery a {-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-touch-callout: none;display: block;margin: 0 28px 28px 0;width: 32%;line-height: 0;position:relative;
}
.demo-gallery a img{width: 100%;}
.demo-gallery a:nth-child(3n+0){margin-right: 0;}
a.demo-gallery__img--main {width: auto;height: auto;}
.demo-gallery__title {line-height: 14px;font-size: 14px;opacity: 0.8;margin-top: 5px;width: 100%;float: left;}
.demo-gallery figure{opacity:0;margin: 0; position: absolute;bottom: 0;background: rgba(0,0,0,0.8); line-height: 32px; padding: 3%; width: 100%;color: #fff;box-sizing: border-box;transition: opacity 0.8s;}
.demo-gallery a:hover figure{opacity:1;transition: opacity 0.8s;}
.contact_us{ font-size: 24px; font-weight: bold; margin-bottom: 20px; }
.lx-xx-a span{ font-size: 24px; font-weight: bold;display: inline-block;padding: 20px 0; color:#043785;}
.lx-lya-a{display: flex; flex-wrap: wrap;}
.contact-ts{width:100%;}
.contact-ts-nr{margin-bottom: 20px; }
.contact_us-ly .mail {display:flex;flex-wrap: wrap;justify-content: space-between;}
.contact_us-ly .mail span{display:block;}
.contact_us-ly .mail .mail-a{ width:49%; }
.contact_us-ly .mail .mail-a input{max-width:100%;}
.contact_us-ly .mail .mail-b{width:100%;max-width:100%;}
.contact_us-ly .mail .mail-b textarea{max-width:100%;}
.contact_us-ly .mail .mail-c{width:100%;max-width:100%;}
.contact_us-ly .tijiao{width: 200px; }

/*分类左边表单样式*/
.mail{width: 100%;}
.mail .mail-a{width: 100%; display:block;}
.mail-a input{ width: 100%;max-width: 240px; padding: 0 15px; box-sizing:border-box;}
.mail-a .wpcf7-form-control{ background-color: #f1f1f1;line-height: 40px; display:inline-block; }
.mail .mail-b{ width: 100%;max-width: 240px; }
.mail-b textarea{width: 100%;max-width: 240px; max-height: 130px;padding: 15px;box-sizing:border-box; }
.mail-b .wpcf7-form-control{background-color: #f1f1f1;}
.mail p{display:block; margin-bottom: 10px;overflow:hidden;}
.tijiao .wpcf7-form-control{ width: 100%; max-width: 240px; line-height: 40px; background-color: #f58426; color: #Fff; cursor: pointer;}
.tijiao{position:relative;}
.tijiao .wpcf7-spinner{ position: absolute!important; right: 40px; top: 7px; }
.mail i{ color: #c50311;font-style: normal;}
.mail-c{font-size: 14px;}
.mail-c span{float:left;}
.mail-c .wpcf7-form-control-wrap{max-width: 170px;}

.cp-cat-nr{display: flex; flex-flow: wrap; justify-content: space-between;}
.cp-cat-nr-ra{ width: 56%; }
.cp-cat-nr-l{}
.cp-cat-nr-l img{ width: 100%; }
.cont-hf{display:flex;flex-flow: wrap;justify-content:space-between; background:#e3e8f0;padding: 50px; box-sizing: border-box;margin-top: 30px;}
.cont-hf-bt{font-size: 16px; width: 100%;}
.cont-hf-a{width: 25%; padding-right: 30px;box-sizing: border-box;}
.cont-hf-a img{margin-bottom:20px;}
.cont-dbt{font-size: 32px;font-weight:bold; line-height: 42px; }
.cont-hf-a-bt{font-size: 24px; font-weight: bold;}
.cont-hf-a-nr{padding: 20px 0;line-height:32px;}
.serve-li-an-butt{overflow:hidden;display:inline-block;position: relative; padding-left: 45px; padding-right:14px; line-height: 36px; font-size:15px;transition:all .4s ease 0s;}
.serve-li-an-butt:before{content: '>'; width: 36px; height: 100%;display: block; position: absolute;left: 0;bottom: 0;border-radius: 20px;background-color:#f58426; color: #fff; padding-left:13px;transition:all .4s ease 0s;font-size:18px;line-height:34px;}
.serve-li-an-butt span{font-size:14px;padding-bottom:0;line-height: 36px;}
.serve-li-an-butt:hover{padding-left:30px;}
.serve-li-an-butt:hover:before{width:100%;}
.serve-li-an-butt:hover{color:#fff;}
.serve-li-an-butt span{position:relative;}
.contimg{text-align:center;}

/*------------------
    分页部分的CSS
------------------*/
.fenye{  text-align:center;margin-top:20px;}
.fenye a{display: inline-block;position: relative;height: 46px;line-height: 46px;color: #666;background: #f1f1f1;vertical-align: top;margin:0 2px;font-size: 13px;padding:0 30px;}
.fenye a:hover{background: #043785; color:#fff;}

.fenye a.extend span{ padding-left: 10px; }
.fenye a.extend::before{content: '';display: block;position: absolute;width: 1px;height: 14px;background: #555;top: 16px;left: 20px;}
.fenye a.extend::after{content: '';display: block;position: absolute;width: 0;height: 0;border-style:solid;border-width: 6px 8px 6px 0;
border-color:transparent #555 transparent transparent;top: 17px;left: 21px;}
.fenye a.last span{ padding-right: 20px; }
.fenye a.last::before{content: '';display: block;position: absolute;width: 1px;height: 14px;background: #555;top: 16px;right: 20px;}
.fenye a.last::after{content: '';display: block;position: absolute;width: 0;height: 0;border-style:solid;border-width: 6px 0px 6px 8px;
border-color:transparent transparent transparent #555;top: 17px;right: 21px;}
.fenye a.last:hover::before,.fenye a.last:hover::after{background:#fff;border-color:transparent transparent transparent #fff;}
.fenye a.current{    background:#043785;    color:#fff;}
.fenye .gong{line-height: 46px;display: inline-block;background: #f1f1f1;padding: 0 15px;margin-left: 2px;}
.steel-job-but{width:20%;}
.steel-job-but a{ display: block;line-height: 45px;text-align: center;background:#f58426;color: #fff;transition:0.3s all ease; }
.steel-job-but a:hover{box-shadow:0px 4px 10px rgb(0 0 0 / 50%);transition:0.3s all ease;}
.m-top30{margin-top: 30px;}

.hk-proj{display: flex; flex-flow: wrap; justify-content: space-between;}
.hk-proj-l{width: 47%;}
.hk-proj-r{width: 50%;}
.hk-proj-l-wz{}
.hk-proj-l-wz p{ font-size: 15px;line-height: 2rem; margin-bottom: 1.4rem; }
.hk-proj-l-bg{width:100%;padding: 1rem 2rem 1.5rem;background-color: #fff;box-shadow:0 10px 22px rgb(0 0 0 / 8%); box-sizing: border-box;}
.hk-proj-l-bg .hk-proj-l-li{display: flex; flex-flow: nowrap; justify-content: space-between; border-bottom: 1px solid #e3e8f0;}
.hk-proj-l-bg-a{width: 30%; padding:2rem 2rem 2rem 0; box-sizing: border-box;}
.hk-proj-l-bg-a strong{color: #043785;}
.hk-proj-l-bg-b{width: 70%; padding:2rem 2rem 2rem 0; box-sizing: border-box;}

.g_an{overflow: hidden;}
.g_an_xd{position: relative;}
.cp-xtu{ width:100%;}
.cp-xtu .hd{position: relative; width: 100%;display: flex; flex-flow: wrap; justify-content:start;}
.cp-xtu .hd li{width: 18%; margin-top:5px; margin-right: 14px;}
.cp-xtu .hd li img{ width:100%;border: 3px solid #e3e8f0;}
.cp-xtu .hd .on img{border: 3px solid #f58426;}

.g_an .hd li a{font-size:20px; color:#333}
.g_an .hd li a:hover{font-size:20px; color:#1f76e5}
.g_an .hd .line1{position: absolute; background: url() no-repeat;width: 6px;height: 11px;left:336px;top:65px;}
.g_an .hd .line2{position: absolute;background: url() no-repeat;width: 6px;height: 11px;left:336px;top:104px;}

.m_an{ width:100%; position:relative;}
.g_an dl{position: relative;}
.g_an dt{width: 100%;overflow: hidden;}
.g_an dt img{width: 100%;display: block;transition: all 0.3s linear 0s;}

.hengfu{ position:absolute; bottom:0px;z-index: 10;width: 100%;background:rgba(245,132,38,.9);}
.hengfu p{font-size: 18px;color: #fff;line-height: 60px; overflow: hidden; padding:0 30px;}
.hengfu p a{color: #e60012; font-size: 14px;}
.hengfu p b{color: #000000;}

.flei-ms{overflow: hidden; padding: 30px; box-sizing: border-box; background-color: #f1f1f1;}
.flei-ms li{position: relative;padding-left: 20px;font-size:16px;line-height:30px;}
.flei-ms li:after{content: '';width:8px;height: 8px;background: #f58426;position: absolute; left: 0; top: 8px;}
.flei-ms-bk{ padding-bottom:10px; margin-bottom: 15px;}
.flei-ms .vision{margin-left:20px;}