@charset "utf-8";

/*■■■■■■■■　共同设定 ■■■■■■■■*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ul li, input, dl, dd {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img, a img {
    border: 0;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #6e6e6e;
}

.clear {
    clear: both;
}

/*■■■■■■■■　基本设定　■■■■■■■■*/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #6e6e6e;
    min-width: 1004px;
    width: auto !important;
    width: 1004px;
    _width: expression(document.documentElement.clientWidth<1004?"1004px":"auto");
    margin: 0 auto;
    overflow-x: hidden;
    flow-y: scroll;
}


/*********nav*********/

.tiao {
    width: 100%;
    height: 42px;
    background: #0076C0;
}

.tiao01 {
    width: 235px;
    height: 42px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 42px;
    float: left;
    border-right: 1px solid #52A2D4;
}

.tiao01 a {
    color: rgba(255, 255, 255, 0.8);
}

.tlogo img {
    width: 180px;
    margin-top: 15px;
}


.tiao02 {
    width: 208px;
    padding-left: 55px;
    height: 42px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 42px;
    float: left;
    background: url(../images/ig2.jpg) 30px center no-repeat;
}

.tiao02 a {
    color: rgba(255, 255, 255, 0.8);
}
.tiao03{
    width: 359px;
    padding-left: 30px;
    height: 42px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 42px;
    float: left;
    background: url(../images/whatsapp.svg);
    background-repeat:no-repeat ;
    background-position:0 10px ;
}

.tiao04 {
    width: 335px;
    text-align: right;
    padding-left: 170px;
    height: 42px;
    font-size: 14px;
    color: #fff;
    line-height: 42px;
    float: right;
}

.tiao04 a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
    border-left: 1px solid #52A2D4;
}

.tiao04 a:hover {
    color: #FFF000;
    text-decoration: underline;
}

.tiao04 span {
    padding: 0 16px;
}


.logobj {
    height: 125px;
    width: 100%;
}

.nav {
    width: 1260px;
    margin: auto;
    height: 125px;
}

.tlogo {
    width: 250px;
    float: left;
    padding-top: 22px;
}

.nav1 {
    width: 960px;
    padding-top: 23px;
    float: left;
}


@charset "utf-8";

.wrapper {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
}

.cen {
    width: 1260px;
    margin: 0 auto;
}

.cens {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
}

/*-------------------------------  ■ index 首页---------------------------------*/

.banner {
    width: 100%;
    height: 500px;
}
.banner_mfb {
    width: 100%;
    height: 500px;
    background:url(../images/1231232123.jpg) top center no-repeat;
}
.banner_productList {
    width: 100%;
    height: 500px;
    background:url(../images/productList.jpg) top center no-repeat;
}
.banner_About{
    background:url(../images/pgbanner.jpg) top center no-repeat;
}
.banner_NMR{
    background:url(../images/NMR.jpg) top center no-repeat;
}
.banner_contact{
    background:url(../images/1231214123.jpg) top center no-repeat;
}

.banner_JOB{
    background:url(../images/JOB-1.jpg) top center no-repeat;
}

.banner_JOB h2{
    font-size: 70px;
    color: #162e8a;
    position: absolute;
    left: 50%;
    margin-left: -555px;
    text-shadow: 0 0 8px #ffffff;
    top: 50%;
    margin-top: -175px;
}

.banner_About h2{
    font-size: 70px;
    color: white;
    position: absolute;
    left: 50%;
    margin-left: 100px;
    text-shadow: 0 0 2px #0076c0;
    top: 50%;
    margin-top: -50px;
}

.banner_mfb h2{
    font-size: 70px;
    text-align: center;
    width: 100%;
    color: #ffffff;
    position: absolute;
    top: 54%;
    margin-top: -130px;
    text-shadow: 0 0 2px #0076c0;
}

.banner_NMR h2{
    font-size: 45px;
    color: #158cd6;
    position: absolute;
    left: 50%;
    margin-left: -427px;
    top: 50%;
    margin-top: -130px;
    text-shadow: 0 0 1px #83cfff
}

.banner span{
    font-size: 40px;
}

.nydh {
    width: 1200px;
    margin: auto;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 55px;
    margin-bottom: 55px;
}

a.dha {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    background: #0076C0;
    display: block;
    width: 18%;
    height: 50px;
    text-align: center;
    border-radius: 10px;
}

a.dh1 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    background: #E8E8E8;
    display: block;
    width: 23%;
    height: 50px;
    text-align: center;
    border-radius: 10px;
}

a.dh1:visited {
    font-style: normal;
    color: #000;
    text-decoration: none;
}

a.dh1:hover {
    color: #ffffff;
    text-decoration: none;
    background: #0076C0;
}

a.dh1:active {
    color: #ffffff;
    background: #0076C0;
}

a.dh3a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    background: #0076C0;
    display: block;
    width: 33%;
    height: 50px;
    text-align: center;
    border-radius: 10px;
}

a.dh3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    background: #E8E8E8;
    display: block;
    width: 24%;
    height: 50px;
    text-align: center;
    border-radius: 10px;
}

a.dh3:visited {
    font-style: normal;
    color: #000;
    text-decoration: none;
}

a.dhActive{
    background: #0076C0!important;
    color: #ffffff !important;
}

a.dh3:hover {
    color: #ffffff;
    text-decoration: none;
    background: #0076C0;
}

a.dh3:active {
    color: #ffffff;
    background: #0076C0;
}

a.dh2a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    background: #0076C0;
    display: block;
    width: 48%;
    height: 50px;
    text-align: center;
    border-radius: 10px;
}

a.dh2 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    background: #E8E8E8;
    display: block;
    width: 49%;
    height: 50px;
    text-align: center;
    border-radius: 10px;
}

a.dh2:visited {
    font-style: normal;
    color: #000;
    text-decoration: none;
}

a.dh2:hover {
    color: #ffffff;
    text-decoration: none;
    background: #0076C0;
}

a.dh2:active {
    color: #ffffff;
    background: #0076C0;
}

a.dh4a {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    background: #0076C0;
    display: block;
    width: 24%;
    height: 50px;
    text-align: center;
    border-radius: 10px;
}

a.dh4 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    background: #E8E8E8;
    display: block;
    width: 24%;
    height: 50px;
    text-align: center;
    border-radius: 10px;
}

a.dh4:visited {
    font-style: normal;
    color: #000;
    text-decoration: none;
}

a.dh4:hover {
    color: #ffffff;
    text-decoration: none;
    background: #0076C0;
}

a.dh4:active {
    color: #ffffff;
    background: #0076C0;
}


a.dh6 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    background: #E8E8E8;
    display: block;
    width: 15%;
    height: 50px;
    text-align: center;
    border-radius: 10px;
}

a.dh6:visited {
    font-style: normal;
    color: #000;
    text-decoration: none;
}

a.dh6:hover {
    color: #ffffff;
    text-decoration: none;
    background: #0076C0;
}

a.dh6:active {
    color: #ffffff;
    background: #0076C0;
}

.cen {
    width: 1200px;
    margin: auto;
    height: auto;
}

.weizik {
    width: 100%;
    height: 50px;
    background: #f3f3f3;
}

.weizi {
    width: 1054px;
    margin: auto;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #505050;
}

.weizi1 {
    width: 1200px;
    margin: auto;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #505050;
}


.canpin {
    width: 258px;
    float: left;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.canpinbt {
    padding-left: 75px;
    height: 65px;
    padding-top: 35px;
    background: url(../images/nycpb.jpg) left center no-repeat;
}

.canpinbt1 {
    height: 24px;
    padding-left: 10px;
    line-height: 24px;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: bold;
}

.canpinbt1 span {
    height: 24px;
    padding-left: 10px;
    font-weight: normal;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #51B3DF;
}

.cplb a {
    height: 48px;
    font-size: 14px;
    width: 214px;
    line-height: 48px;
    padding-left: 44px;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    display: block;
    text-decoration: none;
    float: left;
    background: #F9F9F9 url(../images/jt.png) 220px center no-repeat;
    border-bottom: 1px solid #DDDDDD;
}

.cplb a:visited {
    color: #414141;
}

.cplb a:hover {
    background: #D21E24 url(../images/jt1.png) 220px center no-repeat;
    color: #ffffff;
}

.cplb a:active {
    color: #ffffff;
}


.bti {
    font-size: 125px;
    line-height: 125px;
    font-weight: bold;
    color: #F0F0F0;
    text-transform: uppercase;
    width: 850px;
    left: 20%;
    text-align: center;
    padding-bottom: 40px;
    font-family: Arial;
    position: relative;
}

.bti01 {
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    width: 100%;
    color: #0076C0;
    font-family: 'Roboto', sans-serif;
    top: 28px;
    position: absolute;
    z-index: 2;
}

.bti02 {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    top: 16px;
    width: 100%;
    color: #888;
    position: absolute;
    z-index: 2;
}

.aboutkuai {
    width: 1200px;
    margin: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aboutimg {
    width: 690px;
    height: 570px;
    margin-top: 10px;
}

.aboutnr {
    width: 470px;
    z-index: 1;
    font-size: 16px;
    line-height: 32px;
    color: #414141;
    text-align: justify;
}

.aboutnr a {
    color: #414141;
}

.aboutnr strong {
    color: #0076C0;
    font-size: 22px;
    line-height: 48px;
}


.nynr {
    width: 1200px;
    margin: auto;
    font-size: 16px;
    line-height: 34px;
    color: #414141;
    text-align: justify;
}

.productListTb{
    margin-top: 30px;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    background: whitesmoke;
}
.productListTb td{
    border:1px solid #bebebe;
    padding: 10px;
}
.productListTb td img{
   width: 200px;
}
.productListTb td a{
    display: block;
    width: 90px;
    height: 30px;
    background: #0076c0;
    color: white;
    border: 1px solid #025b93;
    margin-top: 10px;
    font-weight: 700;
    padding-left: 10px;
    border-radius: 5px;
    background-image: url(../images/COA.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 4px 7px;
}
.MSDS{
    background-image: url("../images/MSDS.png")!important;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 4px 7px;
}


.index_cp02 {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index_cp02 dl {
    width: 365px;
    height: 420px;
    margin-bottom: 70px;
    overflow: hidden;
}

.index_cp02 dl dt {
    height: 246px;
    overflow: hidden;
    background: #F6F6F6;
}

.index_cp02 dl dt:hover img {
    height: 266px;
    width: 375px;
    margin-left: -8px;
    margin-top: -4px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.index_cp02 dl dd {
    width: 307px;
    height: 156px;
    padding: 19px 29px 0;
    border-top: none;
    background: #F6F6F6;
}

.index_cp02 dl dd h2 a {
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: #2c353c;
    font-weight: bold;
}

.index_cp02 dl dd h2 a:hover {
    color: #F00;
}

.index_cp02 dl dd span {
    margin: 5px 0 13px;
    display: block;
    line-height: 21px;
    font-size: 12px;
    color: #616e77;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
}

.index_cp03 {
    font-size: 16px;
    color: #2c353c;
    width: 120px;
    height: 32px;
    border: 1px solid #CCC;
    display: block;
    text-align: center;
    line-height: 32px;
}

.index_cp03:hover {
    color: #ffffff;
    text-decoration: underline;
    background: #F00;
}


.cpkuainr {
    width: 1200px;
    margin: auto;
    z-index: 1;
    font-size: 15px;
    line-height: 26px;
    color: #414141;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cppro {
    width: 360px;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
    border-radius: 30px;
}

.cppro:hover {
    position: relative;
    top: 10px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cpproimg {
    position: absolute;
    z-index: 10;
}

.cppronr {
    width: 89%;
    height: 150px;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 30px;
    background: rgba(204, 8, 16, 0.8);
    position: absolute;
    z-index: 220;
    bottom: 0px;
    text-align: center;
}

.cppronr01 {
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    width: 50%;
    margin: auto;
}

.cppronr02 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    padding-top: 20px;
}

.cppronr:hover {
    background: #FF8400;
    color: #FFF;
}


.sjgck {
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gck {
    width: 360px;
    height: 232px;
    margin-bottom: 60px;
    overflow: hidden;
}

.gckimg img {
    width: 360px;
    height: 232px;
    overflow: hidden;
    border-radius: 30px;
}

.gckimg a:hover img {
    width: 370px;
    height: 242px;
    margin-left: -10px;
    margin-top: -6px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gckbt1 a {
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 15px;
    color: #414141;
}


.project {
    height: 240px;
    width: 1200px;
    margin: auto;
    background: #F6F6F6;
    margin-bottom: 40px;
}

.projectbtk {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 20px;
    width: 720px;
    float: right;
    height: 150px
}

.projectbt a {
    line-height: 42px;
    color: #414141;
    font-weight: bold;
    font-size: 18px;
}

.projectbt a:hover {
    color: #FF3600;
}

.projectbt01 a {
    line-height: 52px;
    color: #7d7d7d;
    font-weight: bold;
    font-size: 16px;
}

.projectbt01 a:hover {
    color: #FF3600;
}

.projectnr {
    line-height: 24px;
    color: #7d7d7d;
    font-size: 14px;
    padding-bottom: 35px;
    padding-top: 10px;
    text-align: justify;
    border-bottom: 1px dotted #c6c1bd;
}

.projectimg {
    width: 426px;
    height: 240px;
    float: left;
    background: #f5f5f5;
    overflow: hidden;
}

.projectimg img:hover {
    width: 446px;
    height: 250px;
    float: left;
    background: #f5f5f5;
    margin-left: -8px;
    margin-top: -4px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.xwkuai {
    width: 1200px;
    height: auto;
    margin: auto;
}

.xwzx {
    height: 105px;
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px dotted #c6c1bd;
}

.xwzxwz {
    width: 1080px;
    float: left;
}

.xwzxwzbt {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    margin-top: 3px;
    padding-right: 20px;
}

.xwzxwzbt a {
    color: #585858;
}

.xwzxwzbt a:hover {
    color: #FF3600;
}

.xwzxwznr {
    line-height: 24px;
    color: #989898;
    font-size: 13px;
    padding-bottom: 5px;
    text-align: justify;
}

.xwzximg {
    width: 85px;
    height: 80px;
    padding-top: 5px;
    float: left;
    background: #f5f5f5;
    margin-right: 30px;
    text-align: center;
}

.xwzximg span {
    font-size: 40px;
    color: #333;
}

.jr {
    width: 1050px;
    margin: auto;
    height: 75px;
    padding: 15px 10px 10px 140px;
    border: 3px dotted #E6E6E6;
    border-radius: 100px;
    font-size: 16px;
    line-height: 32px;
    color: #414141;
}

.jr strong {
    font-size: 22px;
    color: #414141;
}

.jr01 {
    width: 1140px;
    margin: auto;
    padding: 30px 10px 30px 50px;
    font-size: 16px;
    line-height: 32px;
    color: #414141;
    border-radius: 100px;
}

.jr01 strong {
    font-size: 22px;
    color: #0076C0;
}


.yuan {
    margin-left: 5px;
    display: block;
    margin: auto;
    width: 28px;
    line-height: 28px;
    font-size: 14px;
    height: 28px;
    color: #FFF;
    border-radius: 50px;
}

.k1 {
    width: 517px;
    margin-right: 20px;
    height: 100px;
    padding-top: 20px;
    background: #E6E6E6;
    padding-left: 58px;
    border-radius: 100px;
    font-size: 16px;
    line-height: 24px;
    color: #414141;
    padding-right: 11px;
    position: relative;
    float: left;
    visibility: hidden;
}

.k1 strong {
    font-size: 22px;
    color: #0076C0;
    line-height: 40px;
}

.k2 {
    width: 516px;
    margin-left: 20px;
    height: 100px;
    padding-top: 20px;
    background: #E6E6E6;
    padding-left: 60px;
    border-radius: 100px;
    font-size: 16px;
    line-height: 24px;
    color: #414141;
    position: relative;
    float: right;
    padding-right: 10px;
    visibility: hidden;
}

.k2 strong {
    font-size: 22px;
    color: #0076C0;
    line-height: 40px;
}

.k1y {
    display: block;
    width: 28px;
    height: 28px;
    background: #FFA200;
    border-radius: 50px;
    position: absolute;
    margin-top: 20px;
    right: -29px;
}

.k2y {
    display: block;
    width: 28px;
    height: 28px;
    background: #FFA200;
    border-radius: 50px;
    position: absolute;
    margin-top: 20px;
    left: -29px;
}


.slide01 {
    -webkit-animation: slide01 1s;
    -moz-animation: slide01 1s;
    -ms-animation: slide01 1s;
    -o-animation: slide01 1s;
    animation: slide01 1s;
    visibility: visible;
}

@keyframes slide01 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-webkit-keyframes slide01 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}


/*-----222222222-----*/
.slide02 {
    -webkit-animation: slide02 1s;
    -moz-animation: slide02 1s;
    -ms-animation: slide02 1s;
    -o-animation: slide02 1s;
    animation: slide02 1s;
    visibility: visible;
}

@keyframes slide02 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-webkit-keyframes slide02 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}


/*-----33333333333-----*/
.slide03 {
    -webkit-animation: slide03 1s;
    -moz-animation: slide03 1s;
    -ms-animation: slide03 1s;
    -o-animation: slide03 1s;
    animation: slide03 1s;
    visibility: visible;
}

@keyframes slide03 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-webkit-keyframes slide03 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


/*-----33333333333-----*/
.slide04 {
    -webkit-animation: slide04 1s;
    -moz-animation: slide04 1s;
    -ms-animation: slide04 1s;
    -o-animation: slide04 1s;
    animation: slide04 1s;
    visibility: visible;
}

@keyframes slide04 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@-webkit-keyframes slide04 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


.wenhua {
    width: 1200px;
    height: auto;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whnr {
    width: 50%;
    height: 370px;
    background: #EEEEEE;
    overflow: hidden;
}

.whnr img {
    width: 100%;
}

.whbt {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background: url(../images/xxx.jpg) bottom center no-repeat;
    margin-top: 30px;
    padding-bottom: 20px;
}

.whsm {
    padding: 20px 40px 20px 40px;
    font-size: 16px;
    line-height: 34px;
    color: #414141;
    text-align: justify;
}


.jtk {
    width: 48%;
    height: 260px;
    background: #999;
    margin-bottom: 4%;
    position: relative;
    overflow: hidden;
}

.jtnr {
    height: 80%;
    text-align: center;
    width: 30%;
    font-size: 20px;
    padding: 10%;
    line-height: 30px;
    color: #FFF;
    background: rgba(204, 8, 16, 0.7);
    position: absolute;
    z-index: 99;
}

.index_pro05 a {
    text-align: center;
    border-radius: 50px;
    width: 120px;
    height: 34px;
    display: block;
    margin: auto;
    margin-top: 35px;
    font-size: 14px;
    color: #FFF;
    line-height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.index_pro05 a:hover {
    background: #FF9600;
    color: #ffffff;
}

.ryk {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    background: #0076C0;
    display: block;
    width: 32%;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}


.footer {
    width: 100%;
    height: 360px;
    background: #333333;
    margin-top: 80px;
}

.footert {
    width: 100%;
    height: 7px;
    background: url(../images/ft.jpg) repeat-x;
    margin-bottom: 50px;
}

.footer1 {
    float: left;
    width: 420px;
    height: 260px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 28px;
    padding-right: 80px;
}

.footerbt {
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    color: #FFF;
    background: url(../images/fbj1.png) left center no-repeat;
    padding-left: 58px;
    font-weight: bold;
    margin-bottom: 40px;
}

.footer2 {
    float: left;
    width: 360px;
    height: 260px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    padding-left: 40px;
}

.footer2 ul li {
    width: 160px;
    line-height: 36px;
    float: left;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    background: url(../images/dd.jpg) left center no-repeat;
    padding-left: 20px;
}

.footer2 ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.footer2 ul li a:hover {
    color: #F00;
}

.footer3 {
    float: right;
    text-align: left;
    color: #e5e5e5;
    font-size: 16px;
    line-height: 35px;
    margin-top: 0px;
}

.footer3 a{
    color: #e5e5e5;
}
.footer3 span{
    background: url(../images/dd.jpg) left center no-repeat;
    padding-left: 20px;
}
.footer3 img {
    margin-bottom: 30px;
}

.footer4 {
    width: 100%;
    line-height: 70px;
    height: 70px;
    background: #191919;
    font-size: 14px;
}

.footer4 a {
    color: rgba(255, 255, 255, 0.8);
}

/*--------连接---------------------------------------------------------------------------------*/
a.zzb07link {
    line-height: 22px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

a.zzb07link:hover {
    text-decoration: underline;
    color: #FF6500;
}

.zzb07tail {
    color: rgba(255, 255, 255, 0.8);
}

.style10:link {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.style10:visited {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.style10:hover {
    font-family: 'Roboto', sans-serif;
    color: #FF6500;
    text-decoration: underline;
    font-weight: bold;
}

.style10:active {
    font-family: 'Roboto', sans-serif;
    color: #FF6500;
    text-decoration: none;
    font-weight: bold;
}

a.s1 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 36px;
    font-style: normal;
    float: left;
    color: #ffffff;
    display: block;
    width: 123px;
    height: 36px;
    text-align: center;
}

a.s1:visited {
    font-size: 12px;
    font-style: normal;
    color: #ffffff;
    text-decoration: none;
}

a.s1:hover {
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 123px;
    height: 36px;
    background: #D27D00;
    position: relative;
}

a.s1:active {
    font-size: 12px;
    color: #ffffff;
    height: 36px;

}

a.s2:link {
    font-size: 14px;
    line-width: 2px;
    font-style: normal;
    color: #212121;
    text-decoration: none;
}

a.s2:visited {
    font-size: 14px;
    font-style: normal;
    color: #212121;
    text-decoration: none;
}

a.s2:hover {
    font-size: 14px;
    color: #E00025;
    text-decoration: none;
    position: relative;
    height: auto;
    top: 3px;
}

a.s2:active {
    font-size: 14px;
    color: #E00025;
}


a.s3:link {
    font-size: 12px;
    font-style: normal;
    color: #00458C;
    text-decoration: none;
}

a.s3:visited {
    font-size: 12px;
    font-style: normal;
    color: #00458C;
    text-decoration: none;
}

a.s3:hover {
    font-size: 14px;
    color: #E40500;
    text-decoration: none;
    position: relative;
    height: auto;
    font-weight: bold;
}

a.s3:active {
    font-size: 12px;
    color: #E40500;
}


a.s4 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    float: left;
    color: #B4B4B4;
    display: block;
    width: 211px;
    height: 20px;
}

a.s4:visited {
    font-size: 12px;
    font-style: normal;
    color: #B4B4B4;
    text-decoration: none;
}

a.s4:hover {
    font-size: 12px;
    color: #DD352C;
    text-decoration: none;
    display: block;
    width: 231px;
    height: 20px;
    background-color: #EEEEEE;
    position: relative;
}

a.s4:active {
    font-size: 12px;
    color: #DD352C;
    height: 20px;

}

a.s5:link {
    font-size: 12px;
    line-width: 2px;
    font-style: normal;
    color: #BBBBBB;
    text-decoration: none;
    line-height: 22px;
}

a.s5:visited {
    font-size: 12px;
    font-style: normal;
    color: #BBBBBB;
    text-decoration: none;
    line-height: 22px;
}

a.s5:hover {
    font-size: 12px;
    color: #E00025;
    text-decoration: none;
    position: relative;
    height: auto;
    top: 3px;
}

a.s5:active {
    font-size: 12px;
    color: #E00025;
}

#Address {
    width: 400px;
    height: 18px;
    border: 1px #999999 solid;
    margin: 0px;
}

#Address1 {
    width: 400px;
    height: 48px;
    border: 1px #999999 solid;
    margin: 0px;
}

#Address2 {
    width: 180px;
    height: 18px;
    border: 1px #999999 solid;
    margin: 0px;
}

.STYLE1 {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-weight: normal;
    color: #0193CC;
    text-decoration: none;
}

.STYLE2 {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

.STYLE12 {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    line-height: 36px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

.STYLE3 {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    font-weight: normal;
    color: #15908B;
    text-decoration: none;
}

.STYLE4 {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    color: #A50701;
    font-weight: bold;
}

.STYLE5 {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

.STYLE6 {
    font-size: 16px;


    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}

/*---------------*/

/*---------------*/

ul.menu {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.menu * {
    margin: 0;
    padding: 0
}

ul.menu a {
    display: block;
    color: #000;
    text-decoration: none;
    height: 48px;
    line-height: 52px;
    text-align: center;
}

ul.menu li {
    position: relative;
    float: left;
    margin-right: 0px;
    z-index: 1;
}

ul.menu ul {
    position: absolute;
    top: 88px;
    left: 0;
    display: none;
    opacity: 0;
    list-style: none;
}

ul.menu ul li {
    position: relative;
    border: 0px solid #000;
    background: #fff;
    border-bottom: 1px solid #fff;
    border-top: none;
    width: 160px;
    margin: 0
}

ul.menu ul li a {
    display: block;
    padding: 3px 20px 5px 20px;
    height: 34px;
    line-height: 34px;
    color: #000;
    font-size: 14px;
}

ul.menu ul li a:hover {
    background-color: #D21E24;
    color: #fff;
    font-size: 14px;
}

ul.menu ul ul {
    left: 114px;
    top: -1px
}

ul.menu .menulink {
    border: 0px solid;
    padding: 20px 22px 20px 22px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

ul.menu .menulink:hover, ul.menu .menuhover {
    color: #D31E25;
    background: url(../images/dhbj.jpg) bottom repeat-x;
}

ul.menu .sub {
    background: url('http://d2.xvna.com/sc/scimg/arrow.gif?http://www.xvna.com') 100% 0px no-repeat
}

ul.menu .topline {
    border-top: 1px solid #aaa
}


/*-----------翻页样式-----------*/
.contentPage {
    text-align: center;
    margin: 0px 3px;
    padding: 0px;
    padding-top: 15px;
    width: 100%;
    color: #666;
    line-height: 30px;
    text-decoration: none;
}

.contentPage a:link {
    color: #036cb4;
    text-decoration: none;
    font-size: 12px;
    margin: 0px 3px;
    padding: 4px 7px;
    border: 1px solid #eeeeee;
    font-weight: normal;
}

.contentPage a:visited {
    color: #036cb4;
    text-decoration: none;
    font-size: 12px;
    margin: 0px 3px;
    border: 1px solid #eeeeee;
    padding: 4px 7px;
    font-weight: normal;
}

.contentPage a:hover {
    color: #FFF;
    margin: 0px 3px;
    font-size: 12px;
    text-decoration: none;
    padding: 4px 7px;
    background-color: #0d499f;
    font-weight: normal;
}

.contentPage .current {
    color: #f00;
    text-decoration: none;
    font-size: 12px;
    margin: 0px;
    border: 0px solid #f00;
    padding: 4px 7px;
    font-weight: normal;
}

.contentPage .zi {
    font-size: 12px;
    font-weight: bold;
    float: none !important;
}

.contentPage .zi form {
    display: inline;
}

.contentPage .zi form input[type="text"] {
    border: 1px solid #CCC;
    line-height: 18px;
    width: 25px !important;
}

.contentPage .zi form input[type="submit"] {
    background-color: #CCC;
    border: 0px;
    line-height: 20px;
    color: #FFF;
    cursor: pointer;
}

.kuang {
    width: 80%;
    height: 28px;
    border: 1px solid #CFCFCF;
    padding-left: 10px;
}

.kuang1 {
    width: 80%;
    height: 28px;
    border: 1px solid #CFCFCF;
    padding-left: 10px;
}

.kuang2 {
    width: 80%;
    height: 58px;
    border: 1px solid #CFCFCF;
    padding-left: 10px;
}

.kuang3 {
    width: 100px;
    height: 38px;
    border: 1px solid #CFCFCF;
}

.lxwmbt {
    font-size: 48px;
    color: #D6D6D6;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-family: Arial;
}

.lxwmbt span {
    text-align: center;
    font-size: 48px;
    color: #89A5F7;
    text-t
    ransform: uppercase;
    padding-bottom: 20px;
    font-family: Arial;
}

.lxwmbt p {
    display: block;
    font-size: 35px;
    color: #303030;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.lianxi {
    font-size: 16px;
    padding-top: 25px;
    color: #414141;
    line-height: 34px;
}

.lianxi strong a {
    color: #ff0000;
}

.lianxi strong a:hover {
    color: #ff0000;
}

.lianxi a {
    color: #414141;
}

.lianxi a:hover {
    color: #ff0000;
}

a.ank {
    color: #ffffff;
    margin: auto;
    background: #FF7702;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 3px;
}

a.ank:hover {
    color: #ffffff;
    background: #33BC7A;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    text-decoration: none;
}


.factory{
    width: 100%;
    height: 300px;
    /*border:1px solid red*/
}

.factory ul{
    position: absolute;
    margin-top: -284px;
    margin-left: 541px;
}

.factory ul li{
    list-style: none;
    background: url(../images/dian.png);
    background-repeat: no-repeat;
    background-position: -13px 1px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 41px;
}

.factory-remark{
    width: 100%;
}

.factory-remark ul{
    width: 100%;
    /*border: 1px solid red;*/
    padding-top: 20px;
    height: 390px;
}

.factory-remark li{
    width: 190px;
    padding: 20px;
    height: 220px;
    background: #f5f5f5;
    float: left;
    margin-right: 10px;
    border-radius: 5px 5px 0 0;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #3466d5;
}
.factory-remark li:hover{
    box-shadow: 0px 0px 4px rgb(52 102 213);
}

.factory-remark li img{
    padding-top: 20px;
    margin-bottom: 15px;
}

.factory-remark li h3{
    line-height: 25px;
    margin-bottom: 15px;
    word-break:break-all
}

.factory-remark li h4{
    font-size: 15px;
    line-height: 25px;
    color: #717171;
}

.microreation-tips{
    width: 100%;
}

.microreation-tips ul{
    width: 100%;
    /*border: 1px solid red;*/
    padding-top: 20px;
    height: 140px;
    margin-left: 40px;
}
.microreation-tips ul li{
    text-align: center;
    /*border: 1px solid blue;*/
    width: 240px;
    margin-right: 40px;
    float: left;
}

.microreation-tips ul h1 span{
    color: #0076c0;
    font-size: 45px;
    font-weight: 800;
}

.microreation-tips ul h2{
    padding-top: 5px;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
}

.laboratory{
    width: 100%;
}

.laboratory ul{
    width: 100%;
    /*border: 1px solid red;*/
    padding-top: 20px;
    height: 340px;
}
.laboratory ul li{
    width: 284px;
    overflow: hidden;
    height: 260px;
    background: #f5f5f5;
    float: left;
    margin-right: 11px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #3466d5;
    margin-left: 5px;
}

.laboratory ul li:hover{
    box-shadow: 0px 0px 4px rgb(52 102 213);
}
.laboratory ul li span{
    position: absolute;
    width: 284px;
    text-align: center;
    margin-left: -284px;
    font-weight: 600;
    margin-top: 258px;
}
.lab{
    width: 658px;
    position: absolute;
    margin-top: -287px;
    margin-left: 525px;
    line-height: 33px;
}

.whatsapp{
    width: 70px;
    height: 70px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    /*border: 1px solid red;*/
}
.whatsapp-2{
    display: none;
    width: 400px;
    height: 226px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    border-radius: 8px 0 0 0 ;
    overflow: hidden;
}

.contactUs{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    z-index: 9999;
    display: none;
}
.contactUs div{
    width: 470px;
    height: 490px;
    position: absolute;
    left: 50%;
    margin-left: -235px;
    top: 50%;
    margin-top: -290px;
    background: #0c151e;
    border-radius: 8px;
    color: white;
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.contactUs div span{
    display: block;
    font-size: 16px;
    padding-left: 50px;
    padding-top: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}
.contactUs div a{
    color: white;
}
.contactUs div h2{
    display: block;
    font-size: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
    font-weight: 300;
}
.contactUs div a img{
    padding-left: 40px;
    padding-top: 26px;
}
.contactClose{
    width: 40px;
    position: absolute;
    margin-left: 420px;
    margin-top: 10px;
}
