@charset "UTF-8";
/*----------reset css-----------*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

img {
    border: 0;
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="text"]:focus {
    outline: none;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
}

textarea:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

ul, ol, dl, h1, h2, h3, h4, h5, h6, p, figure {
    padding: 0;
    margin: 0;
}

textarea {
    resize: none;
}

/*-------------------basic scss---------------------*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    word-break: break-word;
}

a {
    text-decoration: none;
    color: inherit;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:active, a:focus {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

/* ie */
input:-moz-placeholder {
    color: #999;
}

/*å��ç™½æ–‡å­—*/
::selection {
    background: #b79285;
    color: white;
}

::-moz-selection {
    background: #b79285;
    color: white;
}

img {
    vertical-align: middle;
}

.clearfloat {
    clear: both;
    height: 0;
    line-height: 0px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.textEllipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.vermid {
    vertical-align: middle;
    display: inline-block;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.red {
    color: #cc0000;
}

.fontsize12 {
    font-size: 1.2rem;
}

.textalignrigh {
    text-align: right;
}

.textunderline {
    text-decoration: underline;
}

/*å…ƒç´ åž‚ç›´ç½®ä¸­*/
/*æœƒç”±å¾Œå�°ä¸Šç¨¿çš„åœ–ç‰‡*/
/*-------------------unrest css-----------------*/
.unreset li {
    display: list-item;
}

.unreset head {
    display: none;
}

.unreset col {
    display: table-column;
}

.unreset colgroup {
    display: table-column-group;
}

.unreset td, .unreset th {
    display: table-cell;
}

.unreset caption {
    display: table-caption;
    text-align: center;
}

.unreset th {
    font-weight: bold;
    text-align: center;
}

.unreset body {
    margin: 8px;
}

.unreset address, .unreset blockquote, .unreset dd, .unreset div, .unreset dl, .unreset dt, .unreset fieldset, .unreset form, .unreset frame, .unreset frameset, .unreset h1, .unreset h2, .unreset h3, .unreset h4, .unreset h5, .unreset h6, .unreset noframes, .unreset ol, .unreset p, .unreset ul, .unreset center, .unreset dir, .unreset hr, .unreset menu, .unreset pre {
    display: block;
}

.unreset h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

.unreset h2 {
    font-size: 1.5em;
    margin: 0.75em 0;
}

.unreset h3 {
    font-size: 1.17em;
    margin: 0.83em 0;
}

.unreset h4, .unreset p, .unreset blockquote, .unreset ul, .unreset fieldset, .unreset form, .unreset ol, .unreset dl, .unreset dir, .unreset menu {
    margin: 1.12em 0;
}

.unreset h5 {
    font-size: .83em;
    margin: 1.5em 0;
}

.unreset h6 {
    font-size: .75em;
    margin: 1.67em 0;
}

.unreset h1, .unreset h2, .unreset h3, .unreset h4, .unreset h5, .unreset h6, .unreset b, .unreset strong {
    font-weight: bolder;
}

.unreset blockquote {
    margin-left: 40px;
    margin-right: 40px;
}

.unreset i, .unreset cite, .unreset em, .unreset var, .unreset address {
    font-style: italic;
}

.unreset pre, .unreset tt, .unreset code, .unreset kbd, .unreset samp {
    font-family: monospace;
}

.unreset pre {
    white-space: pre;
}

.unreset button, .unreset textarea, .unreset input, .unreset select {
    display: inline-block;
}

.unreset big {
    font-size: 1.17em;
}

.unreset small, .unreset .unreset sub, .unreset .unreset sup {
    font-size: 0.83em;
}

.unreset sub {
    vertical-align: sub;
}

.unreset sup {
    vertical-align: super;
}

.unreset s, .unreset strike, .unreset del {
    text-decoration: line-through;
}

.unreset hr {
    border: 1px inset;
}

.unreset ol, .unreset ul, .unreset dir, .unreset menu, .unreset dd {
    margin-left: 40px;
}

.unreset ol, .unreset ol li {
    list-style-type: decimal;
}

.unreset ol ul, .unreset ul ol, .unreset ul ul, .unreset ol ol {
    margin-top: 0;
    margin-bottom: 0;
}

.unreset ul, .unreset ul li {
    list-style-type: disc;
}

.unreset u, .unreset ins {
    text-decoration: underline;
}

.unreset br:before {
    content: "\A";
    white-space: pre-line;
}

.unreset center {
    text-align: center;
}

.unreset:link, .unreset:visited {
    text-decoration: underline;
}

.unreset:focus {
    outline: thin dotted invert;
}

.unreset img {
    max-width: 100%;
    height: initial !important;
}

.unreset iframe {
    max-width: 100%;
}

.unreset .embeddedContent {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.unreset .embeddedContent iframe, .unreset .embeddedContent object, .unreset .embeddedContent embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.unreset a {
    color: #0066ff;
}

/*-------------------common css-----------------*/
html {
    font-size: 62.5%;
}

html.fontsize8 {
    font-size: 55%;
}

html.fontsize10 {
    font-size: 62.5%;
}

html.fontsize12 {
    font-size: 70%;
}

body {
    font-size: 1.6rem;
    color: #333333;
    font-family: "Lato", Microsoft JhengHei, sans-serif, Helvetica, Arial, PMingLiU, "FontAwesome";
    line-height: 1.5;
    font-weight: normal;
    width: 100%;
    overflow-x: auto;
    margin: 0 auto;
    position: relative;
    margin: 0 auto;
    min-width: 320px;
    max-width: 1920px;
    overflow-x: hidden;
}

.wrapper {
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.mainwrap {
    background: white;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainwrap.active {
    transform: translateX(-240px);
}

.pcHeader {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 50px;
    padding-left: 165px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
position: fixed;
    top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    padding: 15px 50px;}

.pcHeader.fixH {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    padding: 15px 50px;
    box-shadow: -1px 10px 6px -5px rgba(0, 0, 0, 0.15);
}

.pcHeader .box1 {
    max-width: 338px;
    width: 100%;
}

.pcHeader .box1 .logo {
    width: 100%;
    display: block;
}

.pcHeader .box1 .logo img {
    width: 100%;
}

.pcHeader .box2 .box2top {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 80px;
}

.pcHeader .box2 .box2bot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    bottom: -19px;
    position: relative;
}

.pcHeader .box2 nav > ul {
    display: flex;
    flex-wrap: wrap;
}

.pcHeader .box2 nav > ul > li {
    list-style: none;
    padding: 0 22px;
}

.pcHeader .box2 nav > ul > li > a {
    color: #333333;
    font-size: 1.8rem;
    text-transform: uppercase;
    position: relative;
}

.pcHeader .box2 nav > ul > li > a.active, .pcHeader .box2 nav > ul > li > a:hover {
    color: #006bff;
}

.pcHeader .box2 nav > ul > li > a.active {
    font-weight: bold;
}

.pcHeader .box2 nav > ul > li > a.active:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border: 2px solid #006bff;
    background: white;
    left: 50%;
    border-radius: 100%;
    margin-left: -2.5px;
    bottom: -11px;
}

.pcHeader .box2 nav > ul > li > a.active:before {
    content: "";
    position: absolute;
    background: #006bff;
    width: 100%;
    height: 3px;
    bottom: -8px;
    left: 0;
}

.pcHeader .box2 nav > ul > li ul.submenu {
    position: absolute;
    width: 224px;
    background: #006bff;
    color: white;
    left: 0;
    z-index: 999;
    margin-top: 14px;
    display: none;
    padding: 0;
    left: 50%;
    margin-left: -112px;
    box-shadow: 0 1px 1px #999;
}

.pcHeader .box2 nav > ul > li ul.submenu > li {
    vertical-align: top;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    list-style: none;
    border-bottom: 1px dotted #dedede;
}

.pcHeader .box2 nav > ul > li ul.submenu > li:last-child {
    border-bottom: none;
}

.pcHeader .box2 nav > ul > li ul.submenu > li a {
    color: white;
    font-weight: bold;
    padding: 15px;
    display: block;
}

.pcHeader .box2 nav > ul > li ul.submenu > li:hover {
    background: #1444a6;
}

.pcHeader .box2 .searchbox {
    padding-left: 15px;
    border-radius: 50px;
    border: none;
    background: #f2f2f2;
    padding-right: 10px;
    padding: 2px 10px 2px 15px;
    max-width: 222px;
    margin-right: 30px;
}

.pcHeader .box2 .searchbox .searchboxinput {
    background: none;
    border: none;
    max-width: 140px;
    color: #999999;
    font-size: 1.5rem;
}

.pcHeader .box2 .searchbox button.searchicon {
    background: none;
    border: none;
    color: #006bff;
}

.pcHeader .box2 .searchbox button.searchicon i {
    color: #006bff;
    font-size: 1.6rem;
}

.pcHeader .box2 .searchbox .searchfram {
    background: #f2f2f2;
    border-radius: 30px;
    color: #999999;
    font-size: 1.5rem;
    width: 180px;
    height: 30px;
}

.pcHeader .box2 .searchbox .searchfram form input {
    background: none;
    border: none;
    height: 40px;
    padding-left: 20px;
    width: 214px;
}

.pcHeader .box2 .searchbox .searchfram form input:-moz-placeholder {
    color: white;
}

.pcHeader .box2 .searchbox .searchfram form input::-moz-placeholder {
    color: white;
}

.pcHeader .box2 .searchbox .searchfram form input:-ms-input-placeholder {
    color: white;
}

.pcHeader .box2 .searchbox .searchfram form input::-webkit-input-placeholder {
    color: white;
}

.pcHeader .box2 .language {
    font-size: 1.6rem;
    color: #333333;
}

.pcHeader .box2 .language select {
    border: none;
    background: white;
}

.pcHeader .box2 .language select:focus {
    outline: none;
}

.indexbanner {
    padding-left: 120px;
    margin-top: 105px;
}
@media (max-width: 1240px) {
    .indexbanner {
        margin-top: 0px;
    }
}
.indexbanner img {
    width: 100%;
}

.index_products {
    background: url(../images/index_pro_bg.png) no-repeat bottom;
    padding: 80px 42px 125px 42px;
}
.index_products.in_list_page{
    background: none;
    padding: 0;
}

.index_products.style2 {
    padding: 80px 60px 80px 60px;
    background: none;
}

.index_products.style2 .wrapper .productsset {
    width: 16.66667%;
    padding: 8px;
}

.index_products.style2 .wrapper .productsset .productsbg .pro_title {
    font-size: 1.6rem;
}

.index_products.style2 .wrapper .productsset .productsbg {
    padding: 0px 20px;
}

.index_products .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 1440px;
}

.index_products .wrapper .productsset {
    width: 33.33%;
    padding: 8px;
}

.index_products .wrapper .productsset .productsbg {
    background: url(../images/Homepage-Background.png) no-repeat;
    display: block;
    background-size: cover;
    padding: 0px 42px;
    height: 100%;
}
.index_products .wrapper .productsset .productsbg.style2 {
    background: url(../images/Product-Page-Background.png) no-repeat;
}
.index_products .wrapper .productsset .productsbg:hover .pic {
    height: 0;
    text-align: center;
    position: relative;
    display: block;
    padding-bottom: 100%;
}

.index_products .wrapper .productsset .productsbg:hover .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1.1);
}

.index_products .wrapper .productsset .productsbg .pic {
    height: 0;
    text-align: center;
    position: relative;
    display: block;
    padding-bottom: 100%;
}

.index_products .wrapper .productsset .productsbg .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.8s;
}

.index_products .wrapper .productsset .productsbg .pro_title {
    font-size: 2.8rem;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    position: relative;
    padding: 0px 0 50px 0;
}

.index_products .wrapper .productsset .productsbg .pro_title:after {
    content: "";
    width: 37px;
    height: 3px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 30px;
    background: #fff;
}

.index_products .wrapper .index_products_more {
    padding-left: 10%;
}

.index_products .wrapper .index_products_more a {
    color: #006bff;
    font-size: 3.2rem;
    font-weight: bold;
}

.index_products .wrapper .index_products_more a:hover {
    text-decoration: underline;
}

.index_about .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-items: flex-end;
}

.index_about .wrapper .box1 {
    width: 70%;
}

.index_about .wrapper .box1 .aboutcontent {
    background: url(../images/about_img.jpg) no-repeat;
    color: white;
    padding: 80px 232px 80px 80px;
    background-size: cover;
}

.index_about .wrapper .box1 .aboutcontent h3 {
    font-size: 3.7rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.index_about .wrapper .box1 .aboutcontent .index_aboutcon {
    font-size: 1.8rem;
}

.index_about .wrapper .box1 .aboutcontent .index_aboutcon p {
    margin-bottom: 30px;
}

.index_about .wrapper .box1 .aboutcontent .morebtn {
    margin-top: 10px;
    text-align: right;
}

.index_about .wrapper .box1 .aboutcontent .morebtn .morelinkbtn {
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 30px;
    border: 1px solid #fff;
    font-size: 1.6rem;
}

.index_about .wrapper .box2 {
    width: 44%;
    position: absolute;
    right: -70px;
    bottom: -40px;
}

.index_about .wrapper .box2 img {
    width: 100%;
}

footer {
    width: 100%;
    margin-top: 60px;
}

footer .wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 30px;
    border-top: 5px solid #006bff;
    justify-content: space-between;
}

footer .wrapper .box1 {
    color: #333;
    font-size: 1.6rem;
}

footer .wrapper .box1 .oneline {
    margin-bottom: 5px;
}

footer .wrapper .box1 .oneline a:hover {
    text-decoration: underline;
}

footer .wrapper .box2 {
    text-align: right;
    font-size: 1.5rem;
    color: #333;
}

footer .wrapper .box2 .socialbox .socialboxicon {
    width: 50px;
    height: 50px;
    border: 1px solid #006bff;
    border-radius: 100%;
    font-size: 2.4rem;
    text-align: center;
    line-height: 50px;
    margin-bottom: 22px;
    display: inline-block;
    color: #006bff;
    margin-left: 10px;
}

footer .wrapper .box2 .copyright {
    margin-bottom: 0px;
}

.product_search {
    font-size: 1.8rem;
    color: #ffffff;
    position: fixed;
    left: 0;
    top: 180px;
    transform: rotate(90deg);
    transform-origin: 35px 4px;
    display: block;
    background: red;
    padding: 6px 10px;
    letter-spacing: 0.05em;
}

.product_search .product_search_bg {
    font-size: 2.4rem;
    font-weight: bold;
    color: white;
    background: #fe0000;
    padding: 15px 0px 12px 25px;
}

.product_search .product_search_bg .fa {
    font-size: 3rem;
}

.product_search .product_search_bg .txt2 {
    font-size: 2.4rem;
    padding: 0px 15px 0 15px;
    color: #333333;
}

.innerbannerwrap {
    padding-left: 0;
    margin-top: 105px;
}
@media (max-width: 1240px) {
    .innerbannerwrap {
        margin-top: 0px;
    }
}
.innerbanner {
    text-align: center;
    width: 100%;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
}

.innerbanner .innertxt {
    font-size: 7.2rem;
    font-weight: 900;
    color: white;
    margin-bottom: 10px;
    text-shadow: 1px 1px 0px #000000;
    text-transform: uppercase;
}

.innerbanner .pathway {
    font-size: 1.6rem;
    color: white;
    text-transform: uppercase;
}

.innerbanner .pathway a:hover {
    text-decoration: underline;
}

.innerbanner .pathway .fa {
    margin: 0 5px;
}

.companyprofilewrap {
    background: url(../images/about_sec2.png) no-repeat right center;
    padding: 90px 140px;
}

.companyprofilewrap .company {
    width: 60%;
}

.companyprofilewrap .company .content_txt {
    font-size: 1.8rem;
}

.productstitle {
    text-align: center;
    padding: 20px;
}

.inner_title {
    font-size: 3.7rem;
    text-transform: uppercase;
    color: #333333;
    font-weight: 900;
    margin-bottom: 0;
}

.inner_title .bluetxt {
    color: #333;
}

.about_certification {
    background: url(../images/about_bg.jpg) no-repeat;
    background-size: cover;
    color: white;
}

.about_certification .wrapper {
    padding: 80px 280px;
}

.about_certification .wrapper .innertitle2 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.certificationlist li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    font-size: 1.8rem;
}

.certificationlist li:before {
    content: "\f101";
    position: absolute;
    left: 0;
    top: 0;
    font-family: FontAwesome;
    display: block;
}

.quality_policy_wrap {
    background: url(../images/about_bg.png) no-repeat top left;
}

.quality_policy_wrap .quality_policy_wrap_bg {
    background: url(../images/about_bg2.png) no-repeat top right;
}

.quality_policy_wrap .wrapper {
    padding: 90px 200px;
}

.quality_policy_wrap .inner_title {
    text-align: center;
}

.quality_policy_wrap .quality_policy_box {
    display: flex;
    flex-wrap: wrap;
}

.quality_policy_wrap .quality_policy_box .quality_policy_list {
    width: 20%;
    padding: 25px;
}

.quality_policy_wrap .quality_policy_box .quality_policy_list .quality_policy_list_img {
    width: 100%;
}

.quality_policy_wrap .quality_policy_box .quality_policy_list .quality_policy_list_img img {
    width: 100%;
}

.quality_policy_wrap .quality_policy_box .quality_policy_list .quality_policy_list_txt {
    font-size: 2.4rem;
    color: #333333;
    margin-top: 15px;
    text-align: center;
    line-height: 1.3;
}

.environmental_policy_box .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.environmental_policy_box .wrapper .box1 {
    background: white;
    padding: 60px 54px;
    position: absolute;
    width: 35%;
    z-index: 9;
    left: 108px;
    margin-top: 35px;
    top: 0;
}

.environmental_policy_box .wrapper .box1 .certificationlist li {
    font-size: 2.4rem;
}

.environmental_policy_box .wrapper .box2 {
    width: 66.66667%;
}

.innerconwrapper {
    padding: 90px 60px;
}

.innerconwrapper.protib1 {
    padding: 90px 60px 0px 60px;
}

.innerconwrapper .wrapper {
    max-width: 1420px;
    padding: 0 30px;
}

.innerconwrapper .wrapper .communicationbox {
    display: flex;
    flex-wrap: wrap;
}

.innerconwrapper .wrapper .communicationbox .box1 {
    /* width: 350px; */
    color: #333;
    font-size: 3.7rem;
    padding-right: 50px;
    line-height: 1.2;
    font-weight: 900;
}

.innerconwrapper .wrapper .communicationbox .box1 i {
    font-size: 1.8rem;
    vertical-align: middle;
}

.innerconwrapper .wrapper .communicationbox .box2 {
    width: calc(100% - 350px);
    font-size: 1.8rem;
    font-weight: lighter;
    border-left: 2px solid #aaaaaa;
    padding-left: 40px;
}

.innerconwrapper.applicationwrap {
    background: url(../images/inner_bg.jpg) repeat;
    padding: 10px 60px 90px 60px;
}

.productswraaper{
    margin-top: 105px;
}
@media (max-width: 1240px) {
    .productswraaper{
        margin-top: 0px;
    }
}
.innerconwrapper .wrapper .inner_title {
    text-align: center;
}

.innerconwrapper .wrapper .application_category {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.innerconwrapper .wrapper .application_category .application_category_link {
    padding: 10px;
}

.innerconwrapper .wrapper .application_category a {
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 10px 20px;
    display: block;
    font-size: 2.2rem;
    color: #333333;
    text-align: center; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefefe+0,eaeaea+100 */
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #eaeaea 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefefe 0%, #eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefefe 0%, #eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eaeaea', GradientType=0); /* IE6-9 */
}

.innerconwrapper .wrapper .application_category a:hover {
    color: white; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#364676+0,172757+100 */
    background: #364676; /* Old browsers */
    background: -moz-linear-gradient(top, #364676 0%, #172757 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #364676 0%, #172757 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #364676 0%, #172757 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#364676', endColorstr='#172757', GradientType=0); /* IE6-9 */
}

.innerconwrapper .wrapper .application_list_box {
    margin-top: 50px;
}

.innerconwrapper .wrapper .application_list_box .application_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.innerconwrapper .wrapper .application_list_box .application_list .box1 {
    width: 340px;
    font-size: 3rem;
    font-weight: bold;
    color: #333333;
    border-top: 5px solid #006bff;
    padding-top: 20px;
    line-height: 1;
}

.innerconwrapper .wrapper .application_list_box .application_list .box2 {
    width: calc(100% - 340px);
    padding-left: 50px;
}

.innerconwrapper .wrapper .application_list_box .application_list .box2 .application_table {
    width: 100%;
}

.innerconwrapper .wrapper .application_list_box .application_list .box2 .application_table tbody tr th, .innerconwrapper .wrapper .application_list_box .application_list .box2 .application_table tbody tr td {
    padding: 10px 20px;
}

.innerconwrapper .wrapper .application_list_box .application_list .box2 .application_table tbody tr th {
    font-size: 2rem;
    font-weight: bold;
    color: white;
    font-style: italic;
    text-align: left;
}

.innerconwrapper .wrapper .application_list_box .application_list .box2 .application_table tbody tr th:nth-child(1) { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006bff+0,13a4d4+100 */
    background: #006bff; /* Old browsers */
    background: -moz-linear-gradient(left, #006bff 0%, #20bbfa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #006bff 0%, #20bbfa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #006bff 0%, #20bbfa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006bff', endColorstr='#20bbfa', GradientType=1); /* IE6-9 */
    width: 150px;
}

.innerconwrapper .wrapper .application_list_box .application_list .box2 .application_table tbody tr th:nth-child(2) { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#20bbfa+0,1fcee6+100 */
    background: #20bbfa; /* Old browsers */
    background: -moz-linear-gradient(left, #20bbfa 0%, #1fcee6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #20bbfa 0%, #1fcee6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #20bbfa 0%, #1fcee6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20bbfa', endColorstr='#1fcee6', GradientType=1); /* IE6-9 */
}

.innerconwrapper .wrapper .application_list_box .application_list .box2 .application_table tbody tr td {
    font-size: 1.8rem;
    background: white;
    border-bottom: 1px solid #f9f9f9;
}

.innerconwrapper .wrapper .application_list_box .application_list .box2 .application_table tbody tr td a {
    color: #006bff;
    text-decoration: underline;
    padding-right: 20px;
}

.applications_list_box .applications_list {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 30px 30px 30px;
    align-items: center;
}

.applications_list_box .applications_list:hover .box1:before {
    background: #006bff;
}

.applications_list_box .applications_list:hover .box3:after {
    color: #006bff;
}

.applications_list_box .applications_list:nth-child(even) {
    background: #f9f9f9;
}

.applications_list_box .applications_list .box1 {
    width: 25%;
}

.applications_list_box .applications_list .box1:before {
    background: #cccccc;
    width: 100%;
    content: "";
    height: 110px;
    position: absolute;
    top: -20px;
    left: 30px;
    transition: 0.8s;
}

.applications_list_box .applications_list .box1 .photo {
    width: 100%;
}

.applications_list_box .applications_list .box1 .photo .pic {
    height: 0;
    text-align: center;
    position: relative;
    display: block;
    padding-bottom: 46.15385%;
}

.applications_list_box .applications_list .box1 .photo .pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
}

.applications_list_box .applications_list .box2 {
    width: 25%;
    padding-right: 35px;
}

.applications_list_box .applications_list .box2 .spacer {
    width: 100%;
    height: 1px;
    background: #333333;
}

.applications_list_box .applications_list .box3 {
    width: 50%;
    padding-right: 30px;
}

.applications_list_box .applications_list .box3:after {
    display: block;
    color: #333333;
    position: absolute;
    font-size: 3.7rem;
    content: "\f101";
    font-family: FontAwesome;
    right: 0;
    top: 50%;
    margin-top: -15px;
    transition: 0.8s;
}

.applications_list_box .applications_list .box3 .txt1 {
    font-size: 4.4rem;
    font-weight: 900;
    color: #0b1b4a;
}

.applications_list_box .applications_list .box3 .txt2 {
    color: #006bff;
    font-size: 1.8rem;
    font-weight: bold;
}

.applications_list_box .applications_list .box3 .txt3 {
    font-size: 1.6rem;
    color: #333333;
    font-weight: lighter;
}

.contactwrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1160px;
    padding: 100px 30px;
    margin: 0 auto;
}

.contactwrap .box1 {
    width: 70%;
    padding-right: 100px;
}

.contactwrap .box1 .innertitle {
    font-size: 3.7rem;
    color: #0b1b4a;
    font-weight: 900;
    margin-bottom: 30px;
}

.contactwrap .box1 .contact_txt1 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.contactwrap .box1 .contactform form .contactonline {
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #777777;
    max-width: 600px;
}

.contactwrap .box1 .contactform form .contactonline .con_title {
    color: #006bff;
    font-weight: bold;
    font-size: 1.8rem;
}

.contactwrap .box1 .contactform form .contactonline .con_title input {
    border: none;
    width: calc(100% - 120px);
    color: #333;
    font-size: 1.6rem;
    margin-left: 15px;
}

.contactwrap .box1 .contactform form .contactonline .con_title input.identify {
    width: calc(100% - 200px);
    padding-right: 20px;
}

.contactwrap .box1 .contactform form .contactonline .con_title input:focus {
    outline: none;
}

.contactwrap .box1 .contactform form .contactonline .con_title img {
    vertical-align: middle;
}

.contactwrap .box1 .contactform form .contactonline .messagebox {
    width: 100%;
    height: 80px;
    border: none;
}

.contactwrap .box1 .contactform form .contactsend .sendbtn {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    background: #006bff;
    padding: 5px 20px;
    font-size: 1.8rem;
    border: none;
    line-height: 1;
    margin-top: 30px;
}

.contactwrap .box2 {
    width: 30%;
    background: #f9f9f9;
    text-align: center;
    padding: 25px 35px;
}

.contactwrap .box2 .contact_info .contact_info_line {
    margin-bottom: 50px;
}

.contactwrap .box2 .contact_info .contact_info_line .conimg {
    margin-bottom: 15px;
}

.contactwrap .box2 .contact_info .contact_info_line .contactinfotxt .title {
    font-size: 1.8rem;
    font-weight: bold;
}

.contactwrap .box2 .contact_info .contact_info_line .contactinfotxt .txt {
    font-size: 1.6rem;
    font-weight: lighter;
}
.contactwrap .box2 .contact_info .contact_info_line .contactinfotxt .txt a:hover {
    text-decoration: underline;
}
.red {
    color: #ff2244;
}

.quality_sec {
    display: flex;
    flex-wrap: wrap;
}

.quality_sec .box1 {
    width: 25%;
    padding: 30px;
    position: relative;
}

.quality_sec .box1:before {
    background: #f2f2f2;
    width: 100%;
    height: 360px;
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    left: 0;
    top: 0;
}

.quality_sec .box1 .certificatetxt {
    text-align: center;
    font-size: 2.2rem;
    color: #222222;
    margin-top: 15px;
    padding-top: 5px;
}

.quality_sec .box1 .certificatetxt:before {
    content: "";
    background: #006bff;
    height: 2px;
    width: 30px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 0;
}

.quality_sec .box2 {
    width: 75%;
    padding-right: 50px;
}

.quality_sec .box2 .enCer_title {
    font-size: 3.7rem;
    margin-bottom: 30px;
}

.quality_sec .box2 .enCer_title .bluecolor {
    color: #006bff;
}

.quality_sec .box2 .enCer_con {
    font-size: 1.8rem;
    font-weight: lighter;
}

.quality_sec .box2 .enCer_con p {
    margin-bottom: 10px;
}

.quality_sec .box2 .cer_bgimg {
    margin-top: 50px;
    padding-bottom: 3px;
    border-bottom: 2px solid #006bff;
}

.quality_sec .box2 .cer_bgimg img {
    width: 100%;
}

.certificateimg {
    width: 100%;
}

.certificateimg img {
    width: 100%;
}

.certificateimg .zoombig {
    background: #3d3d3d;
    color: white;
    font-size: 1.5rem;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 20px;
    text-align: center;
    display: block;
}

.certificateimg .zoombig .fa {
    font-size: 1.5rem;
    line-height: 40px;
}

.qualitymain {
    display: flex;
    flex-wrap: wrap;
    margin-left: 195px;
    padding: 90px 0;
}

.qualitymain .box1 {
    width: 50%;
    padding-left: 80px;
    padding-right: 140px;
    padding-top: 60px;
}

.qualitymain .box1 .qualitymaintitle {
    font-size: 3.7rem;
    position: relative;
    font-weight: 900;
    line-height: 1.2;
}

.qualitymain .box1 .qualitymaintitle .blue {
    color: #006bff;
}

.qualitymain .box1 .qualitymaintitle:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 60px;
    background: #0b1b4a;
    left: -90px;
    top: 22px;
}

.qualitymain .box1 .qualitycontent {
    font-size: 1.8rem;
    font-weight: lighter;
    margin-bottom: 40px;
}

.qualitymain .box1 .qualitycontent p {
    margin-bottom: 10px;
}

.qualitymain .box1 .qualityline1 {
    width: 100%;
    height: 3px;
    background: #006bff;
}

.qualitymain .box1 .qualityline2 {
    width: 100%;
    height: 1px;
    background: #006bff;
    margin-top: 2px;
}

.qualitymain .box2 {
    width: 50%;
    padding-left: 0;
    background: url(../images/quality_bg.jpg) no-repeat right top;
    padding-top: 60px;
    display: flex;
}
.certificateimgout{
    padding-right: 20px;
}
.qualitymain .box2 .certificateimg {
    max-width: 370px;
}

.qualitymain .box2 .certificateimg img {
    max-width: 370px;
}

.qualitymain .box2 .certxt2 {
    font-size: 2.2rem;
    position: relative;
    margin-top: 20px;
    padding-left: 20px;
    line-height: 1.2;
}

.qualitymain .box2 .certxt2:before {
    background: #006bff;
    width: 5px;
    height: 16px;
    margin-right: 14px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}

.locationsblock .location_one {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
}

.locationsblock .location_one:nth-child(even) {
    flex-direction: row-reverse;
}

.locationsblock .location_one .box1 {
    width: 60%;
}

.locationsblock .location_one .box1 .photo {
    width: 100%;
}

.locationsblock .location_one .box1 .photo img {
    display: block;
    width: 100%;
    padding: 10px;
    background: white;
    -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.7);
}

.locationsblock .location_one .box2 {
    width: 40%;
    padding-left: 50px;
    padding-right: 50px;
}

.locationsblock .location_one .box2 .locationarea {
    font-size: 1.8rem;
    color: #4f286f;
    line-height: 1;
}

.locationsblock .location_one .box2 .companylocate {
    font-size: 3rem;
    color: #333;
    font-weight: 900;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

.locationsblock .location_one .box2 .locationinfo .loactetab {
    margin-top: 20px;
}

.locationsblock .location_one .box2 .locationinfo .loactetab tbody tr td {
    padding: 5px;
    vertical-align: top;
}

.locationsblock .location_one .box2 .locationinfo .loactetab tbody tr td:nth-child(1) {
    color: #006bff;
    font-size: 1.8rem;
    font-weight: bold;
    width: 160px;
}
.locationsblock .location_one .box2 .locationinfo .loactetab tbody tr td a:hover{text-decoration: underline;}
.locationsblock .location_one .box2 .locationinfo .loactetab tbody tr td:nth-child(2) {
    font-size: 1.8rem;
}

.locationsblock .location_one .box2 .locationinfo .loactetab tbody tr td .addressicon {
    padding-right: 20px;
    position: relative;
}

.locationsblock .location_one .box2 .locationinfo .loactetab tbody tr td .addressicon:before {
    content: "";
    font-size: 1.8rem;
    color: #4f286f;
    position: absolute;
    left: 0;
    top: 0;
}

.locationsblock .location_one .box2 .locategarybg {
    padding: 20px;
    margin-top: 20px;
    background: #f9f9f9;
}

.locationsblock .location_one .box2 .locategarybg .onelineblock {
    font-size: 1.6rem;
    margin-bottom: 10px;
}

.locationsblock .location_one .box2 .locategarybg .onelineblock .title {
    color: #999999;
    font-weight: bold;
}

.locationsblock .location_one .box2 .locategarybg .onelineblock .liststyle {
    padding-left: 20px;
}

.locationsblock .location_one .box2 .locategarybg .onelineblock .liststyle li {
    font-weight: lighter;
    color: #999999;
}

.policywrapper {
    padding: 100px 0;
}

.policywrapper1 {
    background: url(../images/left-vector.png) left bottom no-repeat;
}

.policywrapper1 .policywrapper2 {
    background: url(../images/right-vector.png) right bottom no-repeat;
}

.policywrapper1 .policywrapperin .innertitle {
    font-size: 3.7rem;
    font-weight: 900;
    color: #006bff;
    line-height: 1;
    text-align: center;
}

.policywrapper1 .policywrapperin .innersubtitle {
    text-align: center;
    margin-top: 10px;
}

.policywrapper1 .policywrapperin .innersubtitle .innersubtitlein {
    color: white;
    font-size: 1.4rem;
    font-weight: lighter;
    background: #006bff;
    line-height: 1;
    padding: 2px 5px;
    margin-bottom: 40px;
    text-align: center;
    display: inline-block;
}

.policywrapper1 .policywrapperin .policygarybg {
    max-width: 1220px;
    margin: 0 auto;
    padding: 60px 100px;
    background-color: #f9f9f9;
    background-image: url(../images/policy_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    font-size: 1.8rem;
    position: relative;
}

.policywrapper1 .policywrapperin .policygarybg p {
    margin-bottom: 40px;
}

.policywrapper1 .policywrapperin .policygarybg:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 32px;
    background: url(../images/articlebottom_shadow.png) no-repeat center;
    bottom: -32px;
    left: 0;
}

.gradientbg { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006bff+0,1fcee6+100 */
    background: #006bff; /* Old browsers */
    background: -moz-linear-gradient(left, #006bff 0%, #1fcee6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #006bff 0%, #1fcee6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #006bff 0%, #1fcee6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006bff', endColorstr='#1fcee6', GradientType=1); /* IE6-9 */
    color: white;
    font-size: 2.2rem;
    text-align: center;
    padding: 5px;
}

.reliabilitybox {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.reliabilitybox .reliabilitybox_one {
    width: 33.33333%;
    padding: 18px;
    display: flex;
    flex-wrap: wrap;
}

.reliabilitybox .reliabilitybox_one:nth-child(even) .num {
    width: 73px;
    font-size: 5rem;
    color: #006bff;
    font-weight: 900;
    position: relative;
    margin-top: 20px;
}

.reliabilitybox .reliabilitybox_one:nth-child(even) .num .num_text {
    position: relative;
    z-index: 9;
    top: 12px;
    font-style: italic;
}

.reliabilitybox .reliabilitybox_one:nth-child(even) .num:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 105px;
    height: 105px;
    background: #333333;
    left: 20px;
    top: 0px;
}

.reliabilitybox .reliabilitybox_one .num {
    width: 73px;
    font-size: 5rem;
    color: #0b1b4a;
    font-weight: 900;
    position: relative;
    margin-top: 20px;
}

.reliabilitybox .reliabilitybox_one .num .num_text {
    position: relative;
    z-index: 9;
    top: 12px;
    font-style: italic;
}

.reliabilitybox .reliabilitybox_one .num:before {
    content: "";
    position: absolute;
    border-radius: 100%;
    width: 105px;
    height: 105px;
    background: #006bff;
    left: 20px;
    top: 0px;
}

.reliabilitybox .reliabilitybox_one .relcontent {
    width: calc(100% - 73px);
    background: #f9f9f9;
    border-radius: 10px;
    padding: 20px 30px;
    position: relative;
}

.reliabilitybox .reliabilitybox_one .relcontent:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 205px;
    left: 0px;
    top: -30px;
    background: url(../images/sh.png);
}

.reliabilitybox .reliabilitybox_one .relcontent .txt1 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #aaaaaa;
    text-transform: uppercase;
}

.reliabilitybox .reliabilitybox_one .relcontent .txt2 {
    color: #006bff;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.reliabilitybox .reliabilitybox_one .relcontent .txt3 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #aaaaaa;
    text-transform: uppercase;
}

.reliabilitybox .reliabilitybox_one .relcontent .txt4 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 30px;
}

.reliabilitybox .reliabilitybox_one .relcontent .photo {
    width: 100%;
}

.reliabilitybox .reliabilitybox_one .relcontent .photo img {
    width: 100%;
}

.products_txt1 {
    font-size: 2.2rem;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
}

.products_search_box {
    background: white;
    padding: 50px 126px;
    border: 1px solid #eeeeee;
position: relative;z-index: 10;}

.products_search_box form .pro_search_line {
    display: flex;
    flex-wrap: wrap;
}

.products_search_box form .pro_search_line .search_input_one {
    width: 33.33333%;
    padding-right: 30px;
    
    position: relative;
}

.products_search_box form .pro_search_line .search_input_one .title_name {
    font-size: 1.8rem;
    color: #0b1b4a;
    font-weight: bold;
}

.products_search_box form .pro_search_line .search_input_one .input_box>select, .products_search_box form .pro_search_line .search_input_one .input_box>input {
    width: 100%;
    height: 35px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #4e286f;
    padding: 5px;
    background: #fff;
}

.products_search_box form .pro_search_line .search_input_one .txt3 {
    color: #777777;
    font-size: 1.4rem;
    font-style: italic;
    margin-top: 5px;
}

.products_search_box form .search_pro_btn {
    text-align: center;
    margin-top: 30px;
}

.products_search_box form .search_pro_btn button {
    max-width: 850px;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    padding: 12px;
    line-height: 1;
    border: none;
    font-size: 2rem;
    font-weight: bold;
    color: white; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006bff+0,1fcee6+100 */
    background: #006bff; /* Old browsers */
    background: -moz-linear-gradient(left, #006bff 0%, #1fcee6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #006bff 0%, #1fcee6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #006bff 0%, #1fcee6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006bff', endColorstr='#1fcee6', GradientType=1); /* IE6-9 */
}

.protable {
    width: 100%;
    /* overflow: auto; */
    margin-top: 40px;
}
.protable_tab_overscroll{
    max-height: 600px;
    overflow: auto;
}
.protable .protab {
    min-width: 1310px;
    width: 100%;
}

.protable .protab tbody tr th {
    background: #555555;
    border: 1px solid #fff;
    font-size: 1.6rem;
    text-align: center;
    padding: 10px;
    position: relative;
    color: white;
    font-weight: normal;
    word-break: normal;
    position: sticky;
    top: 0;
    z-index: 9;
}

.protable .protab tbody tr th .order {
    display: inline-block;
    padding-left: 5px;
}

.protable .protab tbody tr th .order .fa {
    opacity: 0.5;
}

.protable .protab tbody tr td {
    font-size: 1.6rem;
    color: #333333;
    border: 1px solid #eeeeee;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    background: white;
}

.protable .protab tbody tr td.tatolnum {
    background: #555555;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.protable .protab tbody tr:hover td {
    background: #f4feff;
}

.protable .protab tbody tr:hover td.tatolnum {
    background: #555555;
}

.TW .environmental_policy_box .wrapper .box1 {
    background: #ffffff;
    padding: 60px 54px;
    position: absolute;
    width: 400px;
    left: 328px;
}

.TW .locationsblock .location_one .box2 .locationinfo .loactetab tbody tr td:nth-child(1) {
    width: 108px;
}

/*å�³ä¸‹è§’æŒ‰éˆ• TOP*/
.gogotop {
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.gogotop {
    background: #006bff;
    width: 80px;
    height: 38px;
    text-align: center;
    position: fixed;
    bottom: 5%;
    right: -100%;
    z-index: 9999;
    border: 5px solid #eee;
    border-right: none;
    -moz-border-radius: 50px 0px 0px 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px 0px 0px 50px;
}

.gogotop a {
    color: #fff;
    display: block;
    line-height: 28px;
    font-size: 14px;
}

.gogotop:hover {
    background: #006bff;
}

.area {
    margin: 0px 0 70px 0;
}

.area ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.area ul li {
    padding: 0 50px;
    list-style: none;
}

.area ul li a {
    color: #0b1b4a;
    font-size: 2.8rem;
    font-weight: 900;
}

.area ul li a.active {
    color: #006bff;
    position: relative;
    padding-bottom: 15px;
}

.area ul li a.active:after {
    width: 100%;
    background: #006bff;
    height: 5px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.agentarea {
    display: flex;
    flex-wrap: wrap;
}

.agentarea .map {
    width: 40%;
    padding-top: 80px;
}

.agentarea .map img {
    width: 100%;
}

.agentarea .agent {
    width: 60%;
    padding-left: 50px;
}

.agentarea .agent .bigareawrap .bigarea {
    font-size: 2.5rem;
    color: #0b1b4a;
    font-weight: 900;
    border-bottom: 4px solid #bfbfbf;
    padding-bottom: 10px;
}

.agentarea .agent .agentwrap .oneblock {
    border-bottom: 1px solid #d2d2d2;
}

.agentarea .agent .agentwrap .oneblock:last-child {
    border-bottom: none;
}

.agentarea .agent .agentwrap .oneblock h2 {
    font-size: 2.2rem;
    color: #006bff;
    padding-top: 30px;
}

.agentarea .agent .agentwrap .oneblock .oneblockbot {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
    align-items: center;
}

.agentarea .agent .agentwrap .oneblock .oneblockbot .leftbox {
    width: calc(100% - 140px);
    padding-right: 30px;
}

.agentarea .agent .agentwrap .oneblock .oneblockbot .leftbox ul li {
    font-size: 1.4rem;
    margin-bottom: 10px;
    list-style: none;
}

.agentarea .agent .agentwrap .oneblock .oneblockbot .leftbox ul li a {
    text-decoration: underline;
}

.agentarea .agent .agentwrap .oneblock .oneblockbot .rightbox {
    width: 140px;
}

.resulttxt {
    font-size: 2rem;
    margin-bottom: 20px;
}

.resulttxt .redcolor {
    color: red;
}

.searchresultinbox {
    margin-bottom: 40px;
}

.searchresultinbox .searchresultingray {
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 1.6rem;
}

.searchresultinbox .searchresultingray input {
    width: calc(100% - 55px);
    border: none;
    background: none;
}

.searchresultinbox .searchresultingray button {
    width: 50px;
    border: none;
    background: none;
}

.searchinlist .oneset {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.searchinlist .oneset .leftbox {
    width: 200px;
    margin-top: 6px;
}

.searchinlist .oneset .leftbox .photo .pic img {
    width: 100%;
}

.searchinlist .oneset .rightbox {
    width: calc(100% - 200px);
    padding-left: 20px;
}

.searchinlist .oneset .rightbox h2.reintitle {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.searchinlist .oneset .rightbox .reintxtin {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.searchinlist .oneset .rightbox .reintxtinlink a {
    color: #ccc;
    text-decoration: underline;
    font-size: 1.4rem;
}

.page {
    padding-top: 40px;
}

.page ul {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page ul li {
    padding: 0 15px;
    list-style: none;
}

.page ul li a {
    display: inline-block;
}

.page ul li a.num {
    font-size: 1.6rem;
    font-weight: 100;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
}

.page ul li a.num:hover, .page ul li a.num.active {
    color: white;
    background: #006bff;
}

.page ul li a .fa {
    font-size: 3rem;
}

.page ul li a.arrow.left {
    margin-right: 20px;
}

.page ul li a.arrow.right {
    margin-left: 20px;
}

.page ul li select {
    border: 1px solid #cccccc;
    padding: 10px 15px;
    font-size: 1.6rem;
    border-radius: 3px;
}

/*mobile*/
.onlymobile {
    display: none;
}

.onlymobile .spacerline {
    color: #ccc;
}

.mobileordershow {
    display: none;
}

/* æ‰‹æ©Ÿç‰ˆæŒ‰éˆ•*/
#btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    background: none;
    border-radius: 50%;
    border: none;
    outline: none;
}

#btn span {
    position: absolute;
    width: 30px;
    height: 2px;
    top: 50%;
    left: 50%;
    background: #006bff;
    border-radius: 2px;
    overflow: hidden;
    transition: all 0.3s linear;
}

#btn span::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: gray;
    transition: all 0.3s linear;
}

#btn span:nth-child(1) {
    animation: span-first-off 0.5s ease-in-out;
    animation-fill-mode: forwards;
}

#btn span:nth-child(2) {
    animation: span-second-off 0.5s ease-in-out;
    animation-fill-mode: forwards;
}

#btn span:nth-child(3) {
    animation: span-third-off 0.5s ease-in-out;
    animation-fill-mode: forwards;
}

#btn.on:hover span::before {
    width: 100%;
    transition: all 0.3s linear;
}

#btn.on span:nth-child(1) {
    animation: span-first-on 0.5s ease-in-out;
    animation-fill-mode: forwards;
}

#btn.on span:nth-child(2) {
    animation: span-second-on 0.5s ease-in-out;
    animation-fill-mode: forwards;
}

#btn.on span:nth-child(3) {
    animation: span-third-on 0.5s ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes span-first-on {
    0% {
        transform: translate(-50%, -300%);
    }
    30% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}

@keyframes span-first-off {
    0% {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    30% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -500%);
    }
}

@keyframes span-second-on {
    0% {
        transform: translate(-50%, -50%);
    }
    25% {
        background: gray;
    }
    50% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-150%, -50%) scale(0);
    }
}

@keyframes span-second-off {
    0% {
        transform: translate(-150%, -50%) scale(0);
    }
    25% {
        background: gray;
    }
    50% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, 0%);
    }
}

@keyframes span-third-on {
    0% {
        transform: translate(-50%, 200%);
    }
    30% {
        transform: translate(-50%, -50%);
    }
    100% {
        transform: translate(-50%, -50%) rotate(45deg);
    }
}

@keyframes span-third-off {
    0% {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    30% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, 500%);
    }
}

/*æ‰‹æ©Ÿç‰ˆæŒ‰éˆ•çµ�æ�Ÿ*/
/*æ‰‹æ©Ÿé�¸å–®*/
header.mobileHeader {
    display: none;
}

.sidemobilemenu {
    position: fixed;
    z-index: 0;
    background: #006bff;
    height: 100vh;
    overflow: auto;
    width: 240px;
    right: 0;
    display: none;
}

.sidemobilemenu .sidemobilemenuin .mobilesearchout {
    padding: 20px 10px 10px;
    background: #006bff;
}

.sidemobilemenu .sidemobilemenuin .mobilesearch {
    max-width: 250px;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 1px;
    height: 36px;
    display: flex;
    flex-wrap: wrap;
}

.sidemobilemenu .sidemobilemenuin .mobilesearch form {
    width: 100%;
}

.sidemobilemenu .sidemobilemenuin .mobilesearch form .searchboxinput {
    width: calc(100% - 40px);
    height: 36px;
    font-size: 1.3rem;
    padding: 5px;
    border: none;
    background: none;
    vertical-align: top;
    color: white;
}

.sidemobilemenu .sidemobilemenuin .mobilesearch form .searchicon {
    border: none;
    background: none;
    padding: 5px;
    height: 32px;
    width: 32px;
    color: white;
}

.sidemobilemenu .sidemobilemenuin .mobile_icons {
    padding: 10px 10px 20px 10px;
}

.sidemobilemenu .sidemobilemenuin .mobile_icons .socialicon {
    align-items: center;
    justify-content: center;
}

.sidemobilemenu .sidemobilemenuin .mobilemainmenu .mobilemainmenuH a {
    display: block;
    background: #006bff;
    color: white;
    padding: 10px 10px;
    position: relative;
    border-bottom: 1px solid #a6a6a6;
    text-transform: uppercase;
}

.sidemobilemenu .sidemobilemenuin .mobilemainmenu .mobilemainmenuH.aftericon a:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    right: 10px;
}

.sidemobilemenu .sidemobilemenuin .mobilemainmenu .mobilemainothermenu ul li {
    list-style: none;
}

.sidemobilemenu .sidemobilemenuin .mobilemainmenu .mobilemainothermenu ul li a {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    padding-left: 26px;
}

.sidemobilemenu .sidemobilemenuin .mobilemainmenu .mobilemainothermenu ul li a .cartnum {
    position: absolute;
    right: 10px;
    background: #333333;
    color: white;
    padding: 5px 8px;
    border-radius: 3px;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
}

.sidemobilemenu .sidemobilemenuin .mobile_lang {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 0 7px;
}

.sidemobilemenu .sidemobilemenuin .mobile_lang .lang_btn {
    width: 50%;
    padding: 10px 5px 10px 5px;
}

.sidemobilemenu .sidemobilemenuin .mobile_lang .lang_btn .lang_btn_link {
    padding: 5px;
    border: 1px solid #ccc;
    display: inline-block;
    color: white;
    width: 100%;
    text-align: center;
}

.about_reability_sec{
    margin-top: 100px;
}
.about_reability_sec .wrapper{
    max-width: 1400px;
}
.about_reability_sec .wrapper .inner_title{
    text-align: center;
}
.about_reability_sec .wrapper .about_reability_txt{
    font-size: 20px;
}
.about_reability_sec .wrapper .about_reability_txt p{
    margin-bottom: 20px;
}
.about_reability_sec .wrapper .about_reability_txt ul.about_reability_list{
    padding-left: 30px;
}
.about_reability_sec .wrapper .about_reability_txt ul.about_reability_list li{
    list-style: cjk-ideographic;
    margin-bottom: 5px;
}
.EN .about_reability_sec .wrapper .about_reability_txt ul.about_reability_list li{
    list-style: decimal;
}


@media (max-width: 1640px) {
    .pcHeader .box2 nav ul li {
        padding: 0 15px;
    }

    .pcHeader .box2 nav ul li a {
        font-size: 1.5rem;
        font-weight: normal;
    }

    .pcHeader {
        /* padding: 30px 30px; */
    }

    .pcHeader .box2 nav ul li {
        padding: 0 15px;
    }

    .pcHeader .box2 .searchbox {
        padding-left: 15px;
    }

    .pcHeader .box2 .searchbox .searchfram {
        font-size: 1.6rem;
        width: 195px;
        height: 35px;
    }

    .pcHeader .box2 .searchbox .searchfram form input {
        height: 35px;
        padding-left: 20px;
        width: 150px;
    }
}

@media (max-width: 1440px) {
    .index_about .wrapper .box2 {
        right: 0px;
        width: 40%;
        bottom: -40px;
    }

    footer .wrapper {
        padding: 60px 80px;
    }

    .index_products .wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .indexbanner {
        padding-left: 80px;
    }

    .index_products .wrapper .productsset .productsbg {
        padding: 0px 20px;
    }

    .index_products .wrapper .productsset .productsbg .pro_title {
        font-size: 2.8rem;
        line-height: 1.4;
    }

    .index_products {
        padding: 30px 0px 60px 72px;
    }

    .index_about {
        margin-left: 40px;
    }

    .innerbanner {
        padding: 100px 0;
    }

    .innerconwrapper {
        padding: 60px 60px;
    }

    .innerconwrapper .wrapper .application_category {
        margin-bottom: 30px;
    }

    .products_search_box {
        padding: 50px 90px;
    }

    .quality_policy_wrap .wrapper {
        padding: 90px 90px;
    }

    .companyprofilewrap {
        padding: 50px 90px;
    }

    .index_about .wrapper .box1 .aboutcontent .morebtn {
        text-align: left;
    }

    .qualitymain .box1 {
        padding-right: 35px;
        padding-left: 0;
    }

    .contactwrap {
        max-width: 1160px;
        padding: 60px 100px;
    }

    .TW .environmental_policy_box .wrapper .box1 {
        background: #ffffff;
        padding: 40px 51px;
        position: absolute;
        width: 365px;
        left: 205px;
    }

    .environmental_policy_box .wrapper .box1 {
        margin-top: 0;
        padding: 30px 54px;
        width: 40%;
    }

    .index_products.style2 {
        padding: 0px 0px 80px 97px;
    }

    .innerconwrapper {
        padding: 60px 60px 0px 60px;
    }

    .index_products.style2 .wrapper .productsset {
        padding: 4px;
    }

    .index_products.style2 .wrapper .productsset .productsbg {
        padding: 0px 12px;
    }

    .index_products.style2 .wrapper .productsset .productsbg .pro_title {
        font-size: 1.5rem;
        line-height: 1.4;
        font-weight: 400;
    }
    .qualitymain .box2 .certxt2 {
        color: white;
    }
}

@media (max-width: 1280px) {
    .index_about .wrapper .box1 {
        width: 77%;
    }

    .index_about .wrapper .box1 .aboutcontent .morebtn {
        text-align: left;
    }
}

@media (max-width: 1240px) {
    header.pcHeader {
        display: none;
    }

    .sidemobilemenu {
        display: block;
    }

    header.mobileHeader {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 40px;
        align-items: center;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    header.mobileHeader.mfixH {
        position: fixed;
        top: 0;
        z-index: 9999;
        background: rgba(255, 255, 255, 0.95);
        width: 100%;
        box-shadow: -1px 10px 6px -5px rgba(0, 0, 0, 0.15);
    }

    header.mobileHeader .showMenu {
        position: relative;
        width: 30px;
        height: 30px;
    }

    header.mobileHeader .mobilelogo img {
        max-width: 200px;
    }

    header.mobileHeader .mobilerightHicon a {
        font-size: 2.6rem;
        color: #006bff;
    }

    header.mobileHeader .mobilerightHicon a .cartnum {
        font-size: 1.6rem;
        color: #ff3955;
    }

    

    .index_products .wrapper .index_products_more a {
        display: none;
    }

    .index_products .wrapper .productsset .productsbg .pro_title {
        font-size: 1.4rem;
    }

    .index_about .wrapper .box1 .aboutcontent {
        background: url(../images/about_img.jpg) no-repeat;
        color: white;
        padding: 80px 80px 80px 80px;
        background-size: cover;
    }

    .index_about .wrapper .box1 {
        width: 100%;
    }

    .index_about .wrapper .box2 {
        right: 0px;
        width: 40%;
        bottom: -153px;
    }

    .index_products {
        padding: 30px 0px 30px 72px;
    }

    .environmental_policy_box .wrapper {
        justify-content: flex-start;
    }

    .environmental_policy_box .wrapper .box1 {
        width: 40%;
        left: 0;
        position: relative;
        background: none;
        padding: 20px 54px;
    }

    .environmental_policy_box .wrapper .box2 {
        width: 60%;
    }

    .environmental_policy_box .inner_title {
        font-size: 2.8rem;
    }

    .contactwrap .box1 {
        padding-right: 40px;
    }

    .index_about {
        margin-bottom: 120px;
    }

    .index_products .wrapper {
        align-items: initial;
    }

    .TW .environmental_policy_box .wrapper .box1 {
        width: 35%;
        left: 0;
        position: relative;
        background: none;
        padding: 20px 54px;
    }

    .index_products.style2 .wrapper .productsset {
        width: 33.33333%;
    }
}

@media (max-width: 1180px) {
    .innerbanner .innertxt {
        font-size: 5rem;
    }

    .innerconwrapper .wrapper .application_list_box .application_list .box1 {
        width: 280px;
        font-size: 2.6rem;
    }

    .innerconwrapper .wrapper .application_list_box .application_list .box2 {
        width: calc(100% - 280px);
    }

    .qualitymain {
        padding: 30px 0;
    }

    .qualitymain .box1 {
        width: 100%;
    }

    .reliabilitybox .reliabilitybox_one {
        width: 50%;
    }

    .about_certification .wrapper {
        padding: 80px 120px;
    }

    .quality_policy_wrap .quality_policy_box .quality_policy_list .quality_policy_list_txt {
        font-size: 1.8rem;
    }

    .environmental_policy_box .wrapper .box1 {
        width: 50%;
        padding: 20px 20px 20px 54px;
    }

    .environmental_policy_box .wrapper .box2 {
        width: 50%;
    }

    .agentarea .map {
        width: 100%;
    }

    .agentarea .agent {
        width: 100%;
        padding-left: 0px;
    }
    .qualitymain .box2 {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    footer .wrapper .box2 {
        text-align: left;
        font-size: 1.5rem;
        color: #006bff;
        margin-top: 10px;
    }

    footer .wrapper .box2 .socialbox .socialboxicon {
        margin-left: 0;
        margin-right: 10px;
    }

    .innerconwrapper .wrapper .application_category .application_category_link {
        padding: 5px;
    }

    .innerconwrapper .wrapper .application_category a {
        padding: 10px 20px;
        font-size: 1.6rem;
    }

    .innerconwrapper .wrapper .application_category {
        margin-bottom: 10px;
    }

    .products_search_box {
        padding: 50px 30px;
    }

    .applications_list_box .applications_list .box3 .txt1 {
        font-size: 3.2rem;
    }

    .innerconwrapper .wrapper .communicationbox .box1 {
        width: auto;
    }

    .innerconwrapper .wrapper .communicationbox {
        display: block;
    }

    .innerconwrapper .wrapper .communicationbox .box2 {
        width: 100%;
        font-size: 1.8rem;
        margin-top: 20px;
    }

    .innerconwrapper .wrapper .application_list_box .application_list {
        display: block;
    }

    .innerconwrapper .wrapper .application_list_box .application_list .box1 {
        width: 100%;
        margin-bottom: 20px;
    }

    .innerconwrapper .wrapper .application_list_box .application_list .box2 {
        width: 100%;
    }

    .innerconwrapper .wrapper .application_list_box .application_list .box2 {
        padding-left: 0;
    }

    .qualitymain .box1 {
        width: 100%;
        padding-left: 0;
        padding-right: 35px;
        padding-top: 30px;
    }

    .qualitymain .box2 {
        width: 100%;
        margin-right: 35px;
        margin-top: 60px;
    }

    .quality_sec .box1 {
        width: 200px;
    }

    .quality_sec .box2 {
        width: calc(100% - 200px);
    }

    .quality_sec .box2 .enCer_title {
        font-size: 3.2rem;
        margin-bottom: 20px;
    }

    .companyprofilewrap {
        background: none;
    }

    .companyprofilewrap .company {
        width: 100%;
    }

    .quality_policy_wrap .quality_policy_box .quality_policy_list {
        padding: 15px;
    }

    .quality_policy_wrap {
        background: none;
    }

    .quality_policy_wrap .quality_policy_wrap_bg {
        background: none;
    }

    .locationsblock .location_one .box1 {
        width: 100%;
    }

    .locationsblock .location_one .box2 {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 20px;
    }

    .contactwrap .box2 {
        padding: 40px 15px;
    }
}

@media (max-width: 768px) {
    .index_about .wrapper .box2 {
        right: 0px;
        width: 55%;
        bottom: -125px;
    }

    .quality_policy_wrap .quality_policy_box .quality_policy_list {
        width: 33.33333%;
        padding: 15px;
    }

    .environmental_policy_box .wrapper .box1 {
        width: 100%;
        padding: 20px 20px 20px 54px;
    }

    .environmental_policy_box .wrapper .box2 {
        width: 100%;
        padding: 20px 20px 20px 54px;
    }

    .TW .environmental_policy_box .wrapper .box1 {
        width: 50%;
        padding: 20px 20px 20px 54px;
    }

    .TW .environmental_policy_box .wrapper .box2 {
        width: 50%;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    header.mobileHeader {
        padding: 10px 20px;
    }

    .product_search {
        display: none;
    }

    .indexbanner {
        padding-left: 0;
    }

    .index_products {
        padding: 20px 10px 20px 10px;
    }

    .index_about {
        margin-left: 0;
    }

    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer .wrapper {
        display: block;
        padding: 40px 20px;
    }

    footer .wrapper .box2 {
        text-align: left;
        margin-top: 20px;
    }

    .innerbannerwrap {
        padding-left: 0;
    }

    .innerbanner {
        padding: 70px 0;
    }

    .innerbanner .innertxt {
        line-height: 1.3;
    }

    .innerconwrapper {
        padding: 30px 20px;
    }
    .innerconwrapper.applicationwrap {
        
         padding: 30px 20px;
    }
    .products_search_box form .pro_search_line .search_input_one {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .products_search_box {
        padding: 30px 30px;
    }

    .qualitymain {
        margin-left: 90px;
    }

    .qualitymain .box1 .qualitymaintitle:before {
        display: none;
    }

    .qualitymain {
        margin-left: 35px;
    }

    .qualitymain .box2 .certxt2 {
        margin-top: 35px;
    }

    .environmental_policy_box .wrapper .box1 {
        width: 100%;
        padding: 20px;
    }

    .environmental_policy_box .wrapper .box2 {
        width: 100%;
        padding: 20px;
    }

    .contactwrap .box1 {
        width: 100%;
        padding-right: 0px;
    }

    .contactwrap .box2 {
        width: 100%;
        margin-top: 40px;
    }

    .index_products.style2 {
        padding: 0px 30px 20px 30px;
    }
}

@media (max-width: 640px) {
    .index_products .wrapper .productsset {
        width: 50%;
    }

    .index_about .wrapper .box1 .aboutcontent {
        padding: 80px 30px 80px 30px;
    }

    .innerconwrapper {
        padding: 30px 0px;
    }
    .innerconwrapper.applicationwrap {
        padding: 30px 0px;
    }
    .applications_list_box .applications_list {
        display: block;
    }

    .applications_list_box .applications_list .box1, .applications_list_box .applications_list .box2, .applications_list_box .applications_list .box3 {
        width: 100%;
    }

    .applications_list_box .applications_list .box1:before {
        left: 0;
    }

    .applications_list_box .applications_list:nth-child(even) {
        background: none;
    }

    .applications_list_box .applications_list .box2 {
        padding-right: 0;
    }

    footer {
        margin-top: 30px;
    }

    .quality_sec .box1 {
        width: 100%;
    }

    .quality_sec .box2 {
        width: 100%;
    }

    .quality_sec .box2 {
        padding-right: 0;
    }

    .reliabilitybox .reliabilitybox_one {
        width: 100%;
        padding: 18px 0;
    }

    .companyprofilewrap {
        padding: 30px 30px;
    }

    .about_certification .wrapper {
        padding: 40px;
    }

    .quality_policy_wrap .quality_policy_box .quality_policy_list {
        width: 50%;
    }

    .policywrapper1 .policywrapperin .policygarybg {
        padding: 60px 60px;
    }

    .contactwrap {
        padding: 60px 40px;
    }

    .index_products.style2 .wrapper .productsset {
        width: 50%;
        display: none;
    }

    .innerconwrapper.protib1 {
        padding: 30px 0px 0px 0px;
    }
}

@media (max-width: 480px) {
    header.mobileHeader .mobilelogo img {
        max-width: 180px;
    }

    .index_products .wrapper .productsset .productsbg .pro_title {
        font-size: 1.3rem;
    }

    .innerbanner .innertxt {
        font-size: 4rem;
    }

    .inner_title {
        font-size: 3rem;
        line-height: 1.2;
    }

    .applications_list_box .applications_list {
        padding: 50px 0px 30px 0px;
    }

    .applications_list_box .applications_list .box2 {
        padding-right: 0;
        display: none;
    }

    .applications_list_box .applications_list .box3 .txt1 {
        font-size: 2.8rem;
    }

    .innerconwrapper .wrapper .communicationbox .box1 {
        font-size: 2.6rem;
    }

    .innerconwrapper .wrapper .communicationbox .box2 {
        padding-left: 15px;
    }

    .qualitymain .box2 {
        background: none;
        padding-top: 0;
    }

    .gradientbg {
        font-size: 1.4rem;
    }

    .quality_policy_wrap .wrapper {
        padding: 30px;
    }

    .policywrapper1 .policywrapperin .policygarybg {
        padding: 30px 30px;
    }

    .index_about .wrapper .box2 {
        width: 70%;
    }

    .TW .environmental_policy_box .wrapper .box1 {
        width: 100%;
        padding: 10px;
    }

    .TW .environmental_policy_box .wrapper .box2 {
        width: 100%;
        padding: 10px;
    }

    .index_products.style2 .wrapper .productsset {
        width: 100%;
    }

    .agentarea .agent .agentwrap .oneblock .oneblockbot .leftbox {
        width: 100%;
        padding-right: 0px;
    }

    .agentarea .agent .agentwrap .oneblock .oneblockbot .rightbox {
        width: 100%;
    }

    .area ul li {
        padding: 0 20px;
    }

    .area {
        margin: 0px 0 0px 0;
    }

    .searchinlist .oneset .leftbox {
        width: 100%;
        margin-top: 0px;
    }

    .searchinlist .oneset .rightbox {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
    .innerconwrapper .wrapper .application_list_box .application_list .box2 .application_table tbody tr td a {
        font-size: 16px
    }
}
#searchhere{
    position: absolute;
    top: -120px;
}

@media (max-width:1240px) {
    #searchhere{
        top: -20px;
    }
}
/*# sourceMappingURL=style.css.map */

.back-row{
    margin-top: 40px;
    text-align: center;
}
.back-row .back{
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    padding: 13px 20px;
    background: #303030;
    border-radius: 20px;
    color: #fff;
}
.back-row .back:hover{
    background: #006bff;
}

.innerconwrapper.searchresulttop{
    padding-top: 150px;
}

@media (max-width:1024px) {
    .innerconwrapper.searchresulttop{
        padding-top: 0px;
    }
}

.downloadcat{
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translate(0,-50%);
}
.downloadcat a{
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    padding: 12px 25px;
    line-height: 1;
    border: none;
    font-size: 2rem;
    font-weight: bold;
    color: white; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006bff+0,1fcee6+100 */
    background: #006bff; /* Old browsers */
    background: linear-gradient(to right, #006bff 0%, #1fcee6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006bff', endColorstr='#1fcee6', GradientType=1); /* IE6-9 */

}

@media (max-width:660px) {
    .downloadcat {
        position: initial;
        right: initial;
        top: initial;
        transform: initial;
        margin-top: 10px;
    }    
}


/* news */
.news_list { 

}

.news_list ul { 
    border-bottom: 1px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 15px 0;
}

.news_list ul li { 
    font-size: 24px;
    padding: 0 40px;
    font-weight: 500;
    list-style: none;
    padding-bottom: 5px;
}
.news_list ul li.active, .news_list ul li:hover { 
    color: #006bff;
}
.news_list ul li.active:after { 
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #006bff;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0);
}

.news_list ul li a { 
    
}

.newsbox { 
    display: flex;
    flex-wrap: wrap;
}

.newsbox .oneset { 
    padding: 30px;
    width: calc(100% / 3);
}

.newsbox .onesetin { 
    display: block;
}

.news_class_date { 
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.news_class_date .news_class { 
    
    color: #fff;
    background-color: #006bff;
    border-radius: 15px;
    padding: 3px 15px;
}

.news_class_date .news_date { 
    color: #006bff;
}

.newsbox .onesetin .news_title { 
    font-size: 24px;
    color: #0b1b4a;
    margin-bottom: 10px;
    line-height: 1.2;
}

.newsbox .onesetin .news_photo { 
    margin-bottom: 20px;
    overflow: hidden;
}

.newsbox .onesetin .news_photo img { 
    display: block;
    width: 100%;
    transition: 0.3s;
}

.newsbox .oneset:hover .onesetin .news_photo img { 
    transform: scale(1.1);
}

.newsbox .onesetin .news_con { 
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
.newsbox .onesetin .newsmore{
    display: flex;
    align-items: center;
    gap: 20px;
}
.newsbox .onesetin .newsmore:after { 
    display: block;
    content: "";
    flex: 1;
    height: 1px;
    width: 100%;
    background-color: #d8d8d8;
}

.newsbox .onesetin .newsmore .moretxt { 
    color: #0066ff;
    font-size: 16px;
    flex-shrink: 0;
}

.newsbox .onesetin .newsmore .moretxt i { 
    margin-left: 5px;
}

@media (max-width:1280px) {
   .news_list ul li {
        padding: 0 20px;
   }
   .newsbox .onesetin .news_title {
        font-size: 22px;
    }   
}
@media (max-width:1024px) {
    .newsbox .oneset {
        padding: 30px 15px;
        width: calc(100% / 2);
    } 
}
@media (max-width:768px) {
   .news_list ul li {
        font-size: 20px;
   }   
}

@media (max-width:480px) {
    .newsbox .oneset {
        padding: 20px 0px;
        width: calc(100% / 1);
    } 
}

/* news-detail */
.news_d { 
    display: flex;
    gap: 80px;
    align-items: center;
    margin-bottom: 50px;
}

.news_d .news_dleft { 
    width: 30%;
}

.news_d .news_dleft img { 

}

.news_d .news_dright { 
    width: 70%;
}

.news_d .news_dright h1 { 
    font-size: 36px;
    color: #0b1b4a;
    font-weight: 800;
    line-height: 1.3;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news_d .news_dright .news_class_date { 

}

.news_d .news_dright .news_class_date .news_class { 

}

.news_d .news_dright .news_class_date .news_date { 

}

.news_editor {}

.news_editor .unreset { 

}

.news_editor .unreset p { 

}

.backlist { 
    border-top: 1px solid #eaeaea;
    padding-top: 15px;
    margin-top: 50px;
    
}

.backlist a { 
    font-size: 16px;
    color: #0066ff;
    font-weight: 500;
    padding-top: 15px;
}
.backlist a:hover { 
    color: #ccc;
}
.backlist a i{ 
    margin-right: 10px;
}
.innerconwrapper .wrapper{
    padding: 0 30px;
}
.newsbg{
    background-image: url(../images/newsd_bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;

}
.innerconwrapper.newsbg{
    padding-bottom: 0;
}
.innerconwrapper.newsbg .wrapper{
    background: #fff;
    padding-bottom: 0;
    max-width: 960px;
    margin: 0 auto;
}

@media (max-width:1280px) {
    .news_d {
        gap: 30px;
    }
    .news_d .news_dright h1 {
        font-size: 30px;
    }    
}
@media (max-width:768px) {
    .news_d {
        gap: 30px;
    }
    .news_d .news_dright h1 {
        font-size: 30px;
    }
    .news_d .news_dleft {
        width: 20%;
    }
    .news_d .news_dright {
        width: 80%;
    }
    .news_d .news_dright h1 {
        font-size: 24px;
    }
    .news_d {
        margin-bottom: 20px;
    }
}
@media (max-width:480px) {
    .news_d {
        flex-wrap: wrap;
    }
   .news_d .news_dleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .news_d .news_dright {
        width: 100%;
    }
    .news_d .news_dleft {
        margin-bottom: 0;
    }
    .news_d {
        gap: 20px;
    }
}

/* resources */
.resources_bg{
    background-image: url(../images/resources_pagebg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-color: #eaf4fd;
    background-size: 100%;
}
.resour_search { 
    width: 100%;
    background-color: #1558b5;
    padding: 15px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 22px;
    display: flex;
    margin-bottom: 30px;
    align-items: center;

}

.resour_search .fa { 
    font-size: 35px;
}

.resour_search input { 
    border: none;
    background: none;
    padding: 0 15px;
    width: calc(100% - 150px);
}
.resour_search input::placeholder { 
    color: #fff;
}

.resour_search button { 
    position: absolute;
    right: 20px;
    border: none;
    background-color: #0b1b4a;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 18px;
}


.resour_sec { 
    display: flex;
    gap: 40px;
    align-items: start;
}

.resour_sec .nav_side { 
    width: 260px;
    flex-shrink: 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient. å›ºå®šé�ˆæŽ¥ - ç”¨æ–¼ç·¨è¼¯å’Œåˆ†äº«æ­¤æ¼¸è®Šï¼š https://colorzilla.com/gradient-editor/#ffffff+1,c4c4c4+100 */
    background: linear-gradient(to bottom,  #ffffff 1%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 20px 24px;
    font-size: 20px;
}

.resour_sec .nav_side ul { 

}

.resour_sec .nav_side ul li.active { 
    color: #0066ff;
}

.resour_sec .nav_side ul .active a { 

}

.resour_sec .nav_side ul li { 
    list-style: none;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
}
.resour_sec .nav_side ul li a:before { 
    content: "\f105";
    position: absolute;
    font-size: 18px;
    left: 0;
    top: 17px;
    
}
.resour_sec .nav_side ul li.active a:before { 
    color: #0066ff;
}
.resour_sec .nav_side ul li:after { 
    background-color: #e0e0e0;
    width: 100%;
    display: block;
    content: "";
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
}
.resour_sec .nav_side ul li:last-child:after { 
    display: none;
}
.resour_sec .nav_side ul li:last-child { 
    border-bottom: none;
}

.resour_sec .nav_side ul li a { 
    padding: 15px 10px;
    display: block;
    padding-left: 20px;
}

.resour_sec .main_con { 
    flex: 1;
    background-color: #fff;
    padding: 30px 60px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
}

.resour_sec .main_con .resour_title { 
    font-size: 37px;
    font-weight: 800;
    padding-left: 28px;
}
.resour_title_link{
    color: #0066ff;
    border-bottom: 1px solid #0066ff;
}
.resour_sec .main_con .resour_title:before { 
    content: "\f101";
    position: absolute;
    left: 0;
}
.resour_sec .main_con .resour_filter_box { 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.resour_sec .main_con .resour_filter_box .filter_box_one { 
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.resour_sec .main_con .resour_filter_box .filter_box_one .txt { 

}

.resour_sec .main_con .resour_filter_box .filter_box_one .selectbox { 
    display: flex;
    gap: 10px;
    align-items: center;
}

.resour_sec .main_con .resour_filter_box .filter_box_one .selectbox select { 
    
}

.resour_sec .main_con .protable { 

}

.resour_sec .main_con .protable .moreinfo { 
    text-align: left;
}

.resour_sec .main_con .protable .moreinfo .unreset { 

}

.resour_sec .main_con .protable .protab { 
    min-width: 100%;
}

.resour_sec .main_con .protable .protab tbody { 

}

.resour_sec .main_con .protable .protab tbody tr { 

}

.resour_sec .main_con .protable .protab tbody tr th,.resour_sec .main_con .protable .protab tbody tr td { 
    padding-top: 10px;
    padding-bottom: 10px;
}

.inputstyle{
    width: 100%;
    height: 35px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #4e286f;
    padding: 5px;
    background: #fff;    
}

.openbtn{
    font-size: 30px;
    color: #0066ff;
    display: inline-block;
    cursor: pointer;
}
.watchbtn{
    border: 1px solid #333;
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
    color: #333;
}
.watchbtn img{
    margin-right: 10px;
}
.moreinfotr{
    display: none;
}


.resour_title_download { 
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 40px;
}

.resour_title_download .resour_title { 

}

.resour_title_download .downloadbtn { 
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    padding: 12px 25px;
    line-height: 1;
    border: none;
    font-size: 2rem;
    font-weight: bold;
    color: white; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006bff+0,1fcee6+100 */
    background: #006bff; /* Old browsers */
    background: linear-gradient(to right, #006bff 0%, #1fcee6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006bff', endColorstr='#1fcee6', GradientType=1); /* IE6-9 */
}

.resour_title_download .downloadbtn .fa { 

}

.PDFiframe{
    width: 100%;
    height: calc(100vh - 200px );
}