:root {
	--thm-font: 'Barlow Condensed', sans-serif;
	--heading-font: 'Ubuntu', sans-serif;
	--thm-base: #3b91e1;
	--thm-base-rgb: 59, 145, 225;
	--thm-primary: #ffd701;
	--thm-black: #051b35;
	--thm-black-rgb: 5, 27, 53;
	--thm-gray: #edf2f5;
}
@font-face {
  font-family: 'iconfont';  /* Project id 4712996 */
  src: url('//at.alicdn.com/t/c/font_4712996_ku93qqm7z0q.woff2?t=1729062015807') format('woff2'),
       url('//at.alicdn.com/t/c/font_4712996_ku93qqm7z0q.woff?t=1729062015807') format('woff'),
       url('//at.alicdn.com/t/c/font_4712996_ku93qqm7z0q.ttf?t=1729062015807') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:20px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    }
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 16px;
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC",
        "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1230px;
    background: #fafafa;
    color: #333;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

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

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}

body,
button,
input,
select,
textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],
/* 1 */
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
/* 1 */
menu {
    display: block;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

audio,
video,
canvas {
    display: inline-block;
}

template,
[hidden] {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0C7DF5;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

table {
    border-collapse: collapse;
    /* 合并表格边框 */
    border: 1px solid #ccc;
    /* 设置表格边框样式和颜色 */
    padding: 2px 4px;
    table-layout: auto;
    margin-left: 30px;
}

th{
    width: 90px;
    background-color: #eee;
    padding: 5px 10px!important;
    border-bottom: 1px solid #ddd;
}
td {
    width: auto;
    border: 1px solid #ddd;
    padding: 5px 10px;
}


.head{
    max-width: 1440px;
    padding: 0 80px;
}
@media screen and (max-width: 768px){
    .head{
    padding: 0;
}
}
@media screen and (min-width: 992px){
     .head{
         padding: 0 36px;
     }
}
@media screen and (min-width: 1460px){
   .head{
    padding: 0;
} 
}
.line {
    width: 100%;
    border: 1px solid #ddd;
}

.img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    /*object-fit: cover;*/
}

.img-cover {
    overflow: hidden;
    position: relative;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.img-cover span:hover {
    transform: scale(1.5);
    transition: all 1s;
}
#message {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 1px 10px #c3c3c3;

}

#message form {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

#message label {
    width: 33.3333%;
    /*margin-right: 10px;*/
    margin-bottom: 10px;
}

#message span {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#message span i {
    font-style: normal;
    color: red;
}

#message input {
    height: 50px;
    width: 80%;
    border-radius: 4px;
    padding: 10px;
    border: none;
    background-color: #f6f8ff;
        box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}

#message .mes {
    width: 100%;
}

#message textarea {
    width: 100%;
    max-width: 100%;
    height: 120px;
    padding: 10px;
    border-radius: 4px;
    border: none;
    background-color: #f6f8ff;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}

#message label.inp {
    width: 100%;

}

#message .inp div {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

#message .inp input {
    width: auto;
}
#message .btn-1{
    width:200px;
}

#message .btn-1 input.focus {
    height: auto;
    background-color:#0C7DF5;
    line-height: 30px;
    width: 80%;
}

#message .btn-1 input:hover{
    color: #fff;
    background-image: linear-gradient(to right, #0C7DF5 0%, #5eabfe 100%);
}

.m-message {
    width: 50%;
}

.m-message label {
    margin-bottom: 15px;
    font-size: 14px;
}

.m-message label em {
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px;
}

.m-message label span {
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2F2F2F;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
    display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
    width: 100%;
    overflow: hidden;
    height: 50px;
    line-height: 32px;
    border: none;
    background-color: #f6f8ff;
    border-radius: 5px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message label input:focus,
.m-message label textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
    height: 120px;
    line-height: 24px;
    padding: 10px 14px;
}

.m-message label.code {
    line-height: 34px;
}

.m-message label.code input {
    width: 30%;
    float: left;
    margin-right: 30px;
}

.m-message label.code .pic {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 32px;
}

.m-message label.code img {
    display: block;
    width: 100%;
    height: 100%;
}

.btn-1 input {
    width: 200px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #0C7DF5;
    color: #0C7DF5;
    cursor: pointer;
    transition: 0.3s;
}

.btn-1 {
    display: inline-block;
    float: right;
    /*padding-left: 100px;*/
}

.btn-1 input.focus {
    background: #0C7DF5;
    color: #fff;
}

.btn-1 input.focus:hover {
    background: #fff;
}

.btn-1 input:hover {
    background: #0C7DF5;
    color: #0C7DF5;
}

.footer-fix {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.footer-fix li {
    float: left;
    width: 25%;
}

.footer-fix li a {
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1;
}

.footer-fix li i {
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px;
}

.footer-fix li i.i1 {
    background-image: url(../images/f_01.png);
}

.footer-fix li i.i2 {
    background-image: url(../images/f_02.png);
}

.footer-fix li i.i3 {
    background-image: url(../images/f_03.png);
}

.footer-fix li i.i4 {
    background-image: url(../images/f_04.png);
}

.swiper-pagination-bullet-active {
    background-color: #e13f38;
}

.str_wrap {
    position: relative;
    overflow: hidden;
}

.str_move {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
    white-space: nowrap;
}

.header {
    background-color: #fff;
}

.header .topbar {
    line-height: 44px;
    background-color: #333;
    font-size: 14px;
    color: #f5f5f5;
}
.header .topbar span a {
    font-weight: bold;
    color: #f5f5f5;
}

.header .topbar ul {
    float: right;
}

.header .topbar li {
    float: left;
    color: #999;
    font-size: 13px;
}

.header .topbar li a {
    color: #f5f5f5;
    font-size: 14px;
}

.header .topbar li.pipe {
    padding: 0 10px;
}

.header .logo {
    float: left;
    font-size: 0;
    height: 100px;
    line-height: 70px;
    text-align: left;
    padding: 10px 0;
}
@media screen and (min-width: 1460px){
        .header .logo {
        margin-right: 51px;
    }
    }

.header .tel {
    float: right;
    background: url(../images/tel.jpg) no-repeat 0 center;
    padding-left: 55px;
    margin-top: 31px;
}

.header .tel strong {
    display: block;
    font-size: 28px;
    font-family: Impact;
    line-height: 1;
    color: #0C7DF5;
}

.header .text {
    float: left;
    font-size: 16px;
    margin: 20px 0 20px 30px;
    padding: 5px 0 5px 30px;
    border-left: 1px solid #ddd;
}

.header .text strong {
    display: block;
    font-size: 26px;
}

.header .nav {
    font-size: 0;
    float: right;
    color: #666;
}


.header .nav ul{
    float: left;
}


.header .nav li {
    display: inline-block;
    vertical-align: middle;
}

.header .nav li a {
    display: block;
    font-size: 16px;
    line-height: 70px;
    padding: 15px 26px;
    color: #666;
}
/*@media screen and (min-width:992px){*/
/*    .header .nav li a{*/
/*        padding: 15px 20px;*/
/*    }*/
/*}*/
.header .nav li a:hover{
        color: #0C7DF5;
}
.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none;
}

.header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.header .nav li.active a {
    color: #0C7DF5;
    border-bottom: 4px solid #0C7DF5;
}

.header .nav li.open a:hover {
    color: #0C7DF5;
}


.header .nav li.dropdown {
    position: relative;
}


.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
    background-color: #fff;
}

.header .nav .dropdown-box p {
    margin: 0;
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
}


.header .nav li.open .dropdown-box {
    display: block;
}


 .hform {
    float: right;
    margin-top: 35px;
    background: #e5e5e5;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    cursor: pointer;
}
.hform:hover{
    background:#0C7DF5;
    color:white;
}
 .hform input {
    float: left;
    border: 1px solid #eee;
    padding: 6px 12px;
    width: 210px;
    font-size: 14px;
}

 .hform button {
    border: 0;
    border-bottom: 1px solid transparent;
    padding: 0;
    float: left;
    cursor: pointer;
    outline: none;
    width: 40px;
    height: 34px;
    background: url(../images/sear.png) no-repeat center / contain #0C7DF5;
    color: #fff;
    font-size: 0;
}

.menu-btn {
    display: none;
    padding: 6px 0;
    float: right;
    margin-left: 15px;
}


@media screen and (max-width: 767px){
   .banner{
       margin-top: 50px;
   }
}
.banner .swiper-slide {
    background: no-repeat center / cover;
    height:630px;
    
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.banner .swiper-pagination {
    bottom: 30px;

}

.banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    transition: all 0.3s ease-out 0s;
}

.banner .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 40px;
    height: 12px;
    border-radius: 10px;

}

.yunu-sou {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.yunu-sou .hot {
    float: left;
    padding: 7px 0;
}

.yunu-sou .hot a {
    margin-right: 10px;
}


.section {
    padding: 50px 0;
    background-color: #fff;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
}

.section-title span {
    color: #1e4890;
}

.section-title small {
    display: block;
    color: #999;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
}

.title-1 {
    border-bottom: 1px solid #e2e2e2;
    font-size: 24px;
    color: #0C7DF5;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 32px;
}

.title-1 .more {
    float: right;
    font-size: 14px;
}

.title-1 small {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    margin-left: 10px;
}

.in-prd-cate {
    float: left;
    width: 290px;
    border: 3px solid #0C7DF5;
    background-color: #fff;
}

.in-prd-cate .tit {
    text-align: center;
    color: #fff;
    line-height: 70px;
    font-size: 24px;
    font-weight: bold;
    background-color: #0C7DF5;
}

.in-prd-cate dl {
    padding: 10px;
    margin: 0;
}

.in-prd-cate dt a {
    display: block;
    line-height: 60px;
    /*background: url(../images/g3.jpg) no-repeat center;*/
    color: #666;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border:1px solid #ddd;
    border-radius: 10px;
}
.in-prd-cate dt a:hover{
    background-color: #0C7DF5;
        color: #fff;
}

.in-prd-cate dd {
    margin: 0;
}

.in-prd-cate dd a {
    display: block;
    line-height: 60px;
    font-size: 15px;
    border-bottom: 1px dotted #e5e5e5;
    background: url(../images/aao_10.jpg) left center no-repeat;
    padding-left: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in-prd-con {
   width: 100%;
}
/*@media (min-width: 992px){*/
/*    .in-prd-con {*/
/*           width: 760px;*/
/*    }*/
/*}*/
/*@media (min-width: 1200px){*/
/*    .in-prd-con{*/
/*            width: 960px;*/
/*    }*/
/*}*/
/*@media (min-width: 1550px) {*/
/*    .in-prd-con{*/
/*            width: 1200px;*/
/*    }*/
    
/*}*/




.list-1 {
    margin: -20px 0 0 -20px;
}
.list-rec li{
    float: left;
    width: 25%;
}

@media (min-width: 1550px) {
.list-rec li{
    width: 25%;
}
}


.list-1 li a {
    display: block;
    margin: 20px 0 0 20px;
}

.list-1 li .img-center {
    background-color: #fff;
    height: 316px;
    line-height: 316px;
    border: 1px solid #ddd;
}

@media screen and (min-width: 992px){
    .list-1 li .img-center {
   
    height: auto;
    line-height: 0;

}
}
.list-1 li p {
    text-align: center;
    margin: 15px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-1 li a:hover .img-center {
    transition: all 1s;
    border-color: #0C7DF5;
}

.list-1-1 li .img-center {
    height: 220px;
    line-height: 220px;
}

.list-1 li:hover .img-center {
    box-shadow: 0px 1px 15px 0 #ccc;

}

.in-case-menu {
    float: left;
    width: 300px;
}

.in-case-menu li a {
    display: block;
    background: url(../images/ag2.jpg) no-repeat center / 100% 100%;
    line-height: 64px;
    padding-left: 64px;
    font-size: 16px;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in-case-menu li.active a {
    background-image: url(../images/ag1.jpg);
    color: #fff;
}

.in-case-con {
    margin-left: 325px;
}

.in-case-con dl {
    margin: 0;
    overflow: hidden;
}

.in-case-con dt {
    float: left;
    width: 436px;
}

.in-case-con dd {
    margin-left: 466px;
}

.in-case-con dd h4 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.in-case-con dd p {
    margin: 20px 0 0;
    color: #666;
    line-height: 2;
    text-align: justify;
    height: 258px;
}

.in-case-con dd .more {
    display:inline-block;
    width: 180px;
    line-height: 44px;
    background-color: #0C7DF5;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    margin-right: 10px;
    font-size: 16px;
    border-radius: 4px;
}
.in-case-con dd .phone{
    background-color: #ef4044;
}

.in-honours ul {
    font-size: 0;
}

.in-honours li {
    width: 280px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.in-honours li a {
    display: block;
}

.in-honours li .img-center {
    height: 300px;
    line-height: 300px;
    background-color: #fff;
}

.in-honours li p {
    text-align: center;
    margin: 15px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}


.bg1 {
    color: #fff;
    background: url(../images/asq_27.jpg) no-repeat center / cover;
}

.bg1 .section-title span {
    color: #fff;
}

.bg1 .section-title small {
    color: #fff;
}

.in-lc {
    margin: -20px 0 0 -20px;
}

.in-lc li {
    float: left;
    width: 25%
}

.in-lc li a {
    display: block;
    margin: 20px 0 0 20px;
    position: relative;
    color: #fff;
}

.in-lc li .img-cover {
    padding-top: 76%;
}

.in-lc li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 45px;
}

.in-news {
    margin-left: -45px;
}

.in-news .item {
    float: left;
    width: 33.333333%;
}

.in-news .wrap {
    margin-left: 45px;
}

.in-news .img-center {
    margin-bottom: 20px;
}

.in-news .title-1 {
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.list-2 li {
    border-bottom: 1px dotted #ccc;
}

.list-2 li a {
    display: block;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/li2.jpg) left center no-repeat;
    padding-left: 15px;
}

.list-2 li span {
    float: right;
    font-size: 12px;
    color: #666;
}

.yunu-link {
    padding: 20px 0;
}

.yunu-link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #0C7DF5;
    padding-bottom: 15px;
}

.yunu-link h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #999;
}

.yunu-link ul {
    margin-left: -20px;
}

.yunu-link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}

.footer {
    padding: 50px 0;
    background-color: #253653;
    color: #bec3cc;
}

.footer a {
    color: #bec3cc;
}

.footer a:hover {
    color: #fff;
}

.footer-nav {
    margin-bottom: 30px;
    background-color: #334564;
    border-radius: 5px;
    font-size: 0;
    padding: 15px;
    text-align: center;
}

.footer-nav a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin: 0 20px;
}

.footer-ewm {
    float: right;
    width: 120px;
    text-align: center;
}

.footer-ewm p {
    margin: 10px 0 0;
    font-size: 12px;
}

.footer-info {
    margin-right: 160px;
    background: url(../images/logo.png) no-repeat 0 center;
    padding-left: 250px;
}

.footer-info p {
    margin: 5px 0 0;
}

.banner-sub {
    height: 400px;
    background: no-repeat center / cover;
}
.nybanner{ position:relative; overflow:hidden;}
.nybanner .img img{ width:100%;-webkit-animation: banner_outside 6s ease 1 forwards;-moz-animation: banner_outside 6s ease 1 forwards;-o-animation: banner_outside 6s ease 1 forwards;animation: banner_outside 6s ease 1 forwards;}
.nybanner .txt{ position:absolute; width:100%; color:#fff; z-index:9; left:0; top:60%; transform:translateY(-50%)}
.nybanner .txt .cn{ font-size:40px;}
.nybanner .txt .en{ font-size:38px; font-weight:800;font-family: Bahnschrift,Arial, Helvetica, sans-serif; text-transform:uppercase;}

@media screen and (max-width: 1680px) {
.nybanner .txt .cn{ font-size:32px;}
.nybanner .txt .en{ font-size:40px;}
}
@media screen and (max-width: 1441px) {
    .nybanner .txt .cn {
        font-size: 30px;
    }
    .nybanner .txt .en {
        font-size: 24px;
    }
    .nybanner .am-container{
    padding: 0 4.5rem;
}
}
@media screen and (max-width: 1025px) {

.nybanner .img img{ max-width:150%; width:150%; margin-left:-15%;}
.nybanner .txt .cn{ font-size:30px;}
.nybanner .txt .en{ font-size:28px;}

.nybanner .am-container{
    padding: 0 4.5rem;
}
}
@media screen and (max-width:769px) {
.nybanner{
    margin-top: 80px;
}
.nybanner .txt .cn{ font-size:28px;}
.nybanner .txt .en{ font-size:24px;}

.nybanner .am-container{
    padding: 0 2.5rem;
}
}
@media screen and (max-width:426px) {
    
.nybanner{
    margin-top: 60px;
}
.nybanner .txt .cn{ font-size:20px;}
.nybanner .txt .en{ font-size:16px;}
.nybanner .am-container{
    padding: 0 1.5rem;
}
}
@media screen and (max-width:376px) {

.nybanner .am-container{
    padding: 0 0.5rem;
}
}


.ct2-sd {
    float: left;
    width: 260px;
}

.ct2-mn {
    float: right;
    width: 1200px;
}
.left-pro{
  width: auto!important;  
}
.am-container{
    margin: 0 auto;
    max-width: 1550px;
     padding: 0 4.5rem;
}
@media screen and (min-width: 992px){
     .ct2-mn {
        width: 700px;
    }
}
.ct2-mn .list-1 li{
        float: left;
        width: 25%;
    }

@media screen and (min-width:1200px){
    .ct2-mn{
         width: 870px;
    }
    .ct2-mn .list-1 li{
        width: 33.333%;
    }
}
@media screen and (min-width: 1440px) {
    .ct2-mn{
        width:1000px;
    }
}
@media (min-width: 1550px) {
    .ct2-mn{
         width: 1230px;
    }
    .ct2-mn .list-1 li{
        width: 25%;
    }

}

.panel-sd {
    margin-bottom: 20px;
    background-color: #f6f6f6;
}

.panel-sd:last-child {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.panel-sd .tit {
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: url(../images/k1.jpg) no-repeat center / cover;
    padding: 30px 0;
}

.contact-sd {
    padding: 20px;
    line-height: 1.8;
    font-size: 13px;
}

.lanmu li {
    border-bottom: 1px dotted #ddd;
}

.lanmu li:last-child {
    border-bottom: 0;
}

.lanmu li>a {
    display: block;
    line-height: 44px;
    padding: 0 0 0 25px;
}

.lanmu li .arr {
    float: right;
    height: 45px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.lanmu-box {
    display: none;
}

.lanmu-box p {
    margin: 0;
    border-top: 1px dotted #ddd;
    padding-left: 15px;
}

.lanmu-box p a {
    padding: 0 25px;
    display: block;
    line-height: 40px;
}

.lanmu-box p.on a {
    color: #0C7DF5;
}

.lanmu li>a:hover,
.lanmu li.active>a {
    color: #0C7DF5;
}

.lanmu li.open .lanmu-box {
    display: block;
}

.lanmu li.open .arr:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.pages {
    margin: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.pages a {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 14px;
    margin: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pages a:hover,
.pages a.active {
    background-color: #0C7DF5;
    color: #fff;
}

.sub-tit {
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    color: #0C7DF5;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.curmbs {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    line-height: 25px;
    padding-left: 20px;
}
.curmbs a{
    margin:0 5px;
}

.curmbs em {
    font-style: normal;
    padding: 0 5px;
}


.list-3 li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.list-3 li a {
    display: block;
    overflow: hidden;
}

.list-3 li .img-center {
    float: left;
    width: 240px;
    /*height: 120px;*/
}

.list-3 li .text {
    margin-left: 260px;
}

.list-3 li .text h4 {
    font-size: 20px;
    margin: 0;
}

.list-3 li .text .date {
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}

.list-3 li .text p {
    margin: 10px 0 0;
    color: #777;
    line-height: 1.8;
    text-align: justify;
}

.list-3 li .text span {
    float: right;
    line-height: 24px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0 20px;
    margin-top: 10px;
}

.list-3 li a:hover .text span {
    background-color: #0C7DF5;
    color: #fff;
    border-color: #0C7DF5;
}

.list-4 li {
    border-bottom: 1px dotted #ccc;
}

.list-4 li a {
    display: block;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/libg.jpg) left center no-repeat;
    padding-left: 20px;
}

.list-4 li span {
    float: right;
    font-size: 12px;
    color: #666;
}

.content-title {
    margin-bottom: 20px;
    text-align: center;
}

.content-title h1 {
    font-size: 22px;
    margin: 0;
}

.content-title p {
    margin: 15px 0 0;
    font-size: 12px;
    color: #999;
    border-top: 1px dashed #ddd;
    padding-top: 15px;
}

.content-title p span {
    padding: 0 10px;
    display: inline-block;
}

.content-body {
    font-size: clamp(0.875rem, 0.842rem + 0.16vw, 1rem);
}

.content-body p {
    line-height: 30px;
    margin: 10px 0;
}

.content-body h2 {
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.content-body h3{
    font-size: 20px;
    margin: 15px 0;
    font-weight: bold;
}

.content-body h2::before {
    content: "|";
    font-weight: bold;
    color: #0C7DF5;
    margin-right: 5px;
}

.content-body img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}
.content-body td{
    padding: 8px 10px;
    width: auto;
    max-width: 950px;
}
.content-body td p{
    margin: 0;
}
.content-body ul{
    margin-left: 30px;
}
.content-body li{
    list-style-type: disclosure-closed ;
}


 .ps {
    border: 1px solid #ddd;
    background: #eee;
    padding: 5px 10px;
    color: #999;
    font-size: 13px;
    margin-bottom: 10px;
}

.content-exp {
    padding: 10px 15px;
    font-size: 12px;
    background-color: #f5f5f5;
    margin-top: 20px;
    border-radius: 5px;
}

.content-exp li {
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.yunu-showcase {
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.yunu-showcase-info {
    margin-left: 430px;
}

.yunu-showcase-info h1 {
    font-size: 20px;
    margin: 0;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}

.yunu-showcase-info p {
    margin: 15px 0 0;
    color: #666;
    line-height: 1.8;
}

.yunu-showcase-info .tel {
    margin-top: 15px;
}

.yunu-showcase-info .tel a {
    line-height: 30px;
    color: #fff;
    display: inline-block;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    background-color: #0C7DF5;
}

.yunu-showcase-info .tel span {
    margin-left: 20px;
    font-size: 20px;
    color: #0C7DF5;
}
@media screen and (max-width: 767px){
   .yunu-showcase-info .tel span {
   display: block;
   margin-left: 0;
   margin-top: 10px;
} 

}


.pc-slide {
    float: left;
    width: 400px;
}

.view .swiper-slide .img-center {
    /*width: 100%;*/
    height: 300px;
    line-height: 300px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.view .swiper-container {
    width: 100%;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    margin: 0 30px;
}

.preview .swiper-slide .img-center {
    /*height: 80px;*/
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    /*line-height: 80px;*/
    overflow: hidden;
}

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .active-nav .img-center {
    border-color: #0C7DF5;
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.map {
    width: 100%;
    height: 400px;
    /*margin-top: 20px;*/
}
@media screen and (max-width: 575px){
    .header .logo{
        height: 45px!important;
    }
    .menu-btn{
        width: 25px;
    }
    .header .nav ul{
        flex-flow:row wrap!important;
    }
    .header .nav ul li{
        width: 33.333%!important;
        text-align: center;
    }
    .header .nav li.active a{
        border: none;
    }
    .banner .swiper-slide{
        height: 150px!important;
        margin-top:10px!important;
    }
    .in-lc li{
        width: 50%!important;
    }
    .list-1 li{
        width: 50%!important;
    }
    .banner-sub{
        margin-top: 60px!important;
    }
    .procenter .ct2-mn .sub-tit{
        font-size: 26px!important;
    }
    .procenter .list-1 li{
        width: 50%!important;
    }
    .procenter .item .pro-more{
        width: 50%!important;
        font-size: 14px!important;
    }
    .introduction{
        flex-flow: column!important;
    }
    .introduction .intro-left{
        width: 100%!important;
    }
    .introduction .intro-left img{
        width: 100%!important;
    }
    .introduction .intro-right{
        width: 100%!important;
    }
    .tip p{
        width: 100%!important;
        font-size: 14px!important;
    }
    #message label{
        width: 100%!important;
    }
    #message .inp input{
        width: 50%!important;
    }
    #message .btn-1{
        margin-top: 20px!important;
    }
    .pageNav a{
        padding: 0 25px!important;
    }
    .local{
        display: none;
    }
    .pageBox{
        display: none;
    }
    .babyserBox{
        display: block!important;
    }
    .sub-tit i{
        display: block;
        font-weight: normal;
    }
        .contact .ly .label-b{
        width: 100%!important;
    }
    
    .m-message .btn-1{
        display: block;
        float: none;
    }
    
}
@media screen and (max-width: 769px) {
    .title .H4 {
        font-size: 20px !important;
        width: 100%;
    }

    .title .H5 {
        width: 100%;
        margin: 0;
        font-size: 14px !important;
        line-height: normal;
        margin-left: 0 !important;
    }

    body {
        min-width: 320px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .container {
        width: auto;
    }
    
    .head{
        padding: 10px 20px;
    }
    #message .m-content .m-message {
        width: 90%;
        padding: 20px;
    }

    .kf {
        display: none;
    }

    .footer-fix {
        display: block;
    }

    .header {
        padding: 10px 0 0;
        position: fixed;
        z-index: 99999;
        width: 100%;
        top: 0;
        left: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .header .topbar,
    .header .text,
    .header .tel {
        display: none;
    }

    .header .logo {
        height: 70px;
        line-height: 50px;
        float: none;
        padding: 0;
        margin: -10px 0;
    }
    
  

    .header .nav {
        margin: 20px 0 -10px;
        text-align: left;
        display: none;
        background-color: transparent;
        border-bottom: 0;
        width: 100%;
        animation:navOpen;
        
    }
    @keyframes navOpen{
        /* from表示动画的开始位置，也可以使用0%来表示。 */
        from{
            height: 0;
        }
        /* to表示动画的结束位置，也可以使用100%来表示。 */
        to{
           height: 44px;
        }
    }

    .header .nav ul {
        margin: 0 -15px;
        display: flex;
        justify-content: space-evenly;
        float: none;
    }

    .header .nav li {
        margin: 0;
        border-top: 1px solid #eee;
        background: none;
        border: none;
        display: block;
    }

    .header .nav li a {
        line-height: 40px;
        padding: 0 15px;
        color: #333;
    }


    .header .nav li .arr {
        display: none;
    }

    .header .nav li.active a,
    .header .nav li.open a,
    .header .nav li a:hover {
        background-color: transparent;
        color: #0C7DF5
    }

    .header .nav li.open .arr:after {
        border-color: #0C7DF5;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }

    .header .nav .dropdown-box {
        position: static;
        background-color: #f5f5f5;
        min-width: auto;
        text-align: left;
        display: none!important;
    }

    .header .nav .dropdown-box a {
        color: #333 !important;
        border-top: 1px dotted #ddd;
        padding: 0 15px;
        line-height: 40px;
        background-color: transparent !important;
        border-bottom: 0;
    }

    .header .nav .dropdown-box a:hover {
        background-color: transparent !important;
    }
    .hform{
        display: none;
    }

    .menu-btn {
        display: block;
    }

    .banner .swiper-slide {
        height: 300px;
        margin-top: 80px;
    }

    .banner .swiper-pagination {
        bottom: 10px;
    }

    .yunu-sou {
        padding: 0;
        border-bottom: 0;
    }

    .yunu-sou .container {
        padding: 0;
    }

    .yunu-sou .hot {
        display: none;
    }

    .yunu-sou .hform {
        float: none;
        position: relative;
    }

    .yunu-sou .hform input {
        border-color: transparent;
        width: 100%;
        box-sizing: border-box;
        line-height: 20px;
        padding: 9px 60px 9px 15px;
        border-radius: 0;
        border-bottom: 1px solid #eee;
    }

    .yunu-sou .hform button {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 40px;
    }

    .in-prd-cate {
        display: none;
    }

    .in-prd-con {
        float: none;
        width: auto;
    }

    .section {
        padding: 30px 0;
    }

    .section-title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .section-title small {
        font-size: 14px;
        margin-top: 5px;
    }

    .title-1 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .title-1 small {
        font-size: 12px;
    }

    .list-1 {
        margin: -15px 0 0 -15px;
    }

    .list-1 li {
        width: 33.3333%;
    }

    .list-1 li a {
        margin: 15px 0 0 15px;
    }

    .list-1 li .img-center {
        height: 188px;
        line-height: 188px;
        overflow: hidden;
    }

    .list-1 li p {
        margin-top: 10px;
    }

    .list-1 li a:hover .img-center {
        border-color: #0C7DF5;
    }

    .list-1-1 li .img-center {
        height: 108px;
        line-height: 108px;
    }

    .in-case-menu {
        display: none;
    }

    .in-case-con {
        margin: 0;
    }

    .in-case-con dt {
        float: none;
        width: auto;
    }

    .in-case-con dd {
        margin: 15px 0 0;
    }

    .in-case-con dd p {
        height: auto;
        margin: 10px 0 0;
        line-height: 1.8;
    }

    .in-case-con dd .more {
        margin-top: 15px;
    }

    .in-honours li {
        width: 140px;
    }

    .in-honours li .img-center {
        height: 150px;
        line-height: 150px;
    }

    .in-honours li p {
        margin-top: 10px;
    }

    .in-about dt {
        float: none;
        width: auto;
    }

    .in-about dd {
        margin: 15px 0 0;
    }

    .in-about dd p {
        line-height: 1.8;
    }

    .in-lc li {
        width: 25%;
    }

    .in-news {
        margin-top: -20px;
    }

    .in-news .item {
        width: 100%;
    }

    .in-news .wrap {
        margin-top: 20px;
    }

    .in-news .img-center {
        display: none;
    }

    .in-news .title-1 {
        font-size: 18px;
    }

.contact .sub-tit{
        font-size: 26px!important;
    }
    .contact .lx{
        flex-flow: column!important;
    }
    .contact .lx .map{
        width: 100%!important;
    }
    .contact .lx .information{
        width: 100%!important;
        margin-top: 20px;
    }
    .contact .ly{
        flex-flow: column!important;
    }
    .m-message{
        width: 100%!important;
    }

    .contact .ly .m-kf{
        width: 100%!important;
        border:none!important;
        margin-top: 20px!important;
    }
    .contact .m-kf ul li{
        width: 30%!important;
    }
    .footer {
        padding: 30px 0;
    }

    .footer-nav {
        display: none;
    }

    .footer-ewm {
        display: none;
    }

    .footer-info {
        background: none;
        padding: 0;
        margin: 0;
        font-size: 12px;
    }

    .banner-sub {
        height: 130px;
        margin-top: 80px;
    }

    .ct2-sd {
        display: none;
    }

    .ct2-mn {
        float: none;
        width: auto;
    }

    .sub-tit {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .curmbs {
        display: none;
    }

    .pages {
        margin-top: 20px;
    }

    .pages a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 12px;
    }

    .list-3 li .img-center {
        float: none;
        width: auto;
    }

    .list-3 li .text {
        margin: 15px 0 0;
    }

    .list-3 li .text h4 {
        font-size: 16px;
    }

    .list-3 li .text p {
        font-size: 12px;
    }

    .list-4 li a {
        line-height: 40px;
        padding-left: 15px;
    }

    .content-title {
        margin-bottom: 15px;
    }

    .content-title h1 {
        font-size: 18px;
    }

    .content-title p {
        margin-top: 10px;
        padding-top: 10px;
    }

    .content-title p span {
        padding: 0 5px;
    }

    .content-exp {
        margin-top: 15px;
    }

    .pc-slide {
        float: none;
        width: auto;
    }

    .yunu-showcase-info {
        margin: 20px 0 0;
    }

    .yunu-showcase-info h1 {
        padding-bottom: 10px;
    }

    .yunu-showcase-info p {
        margin-top: 10px;
    }

    .map {
        height: 200px;
    }
    
    .footer-widget__title{ font-size:16px;}
	.footer-widget__links-list li a{ font-size:14px;}
	.site-footer-one__upper{ padding-top:40px; padding-bottom:0}
	.site-footer__bottom a{ font-size:16px; padding-top:15px; padding-bottom:15px;justify-content: initial;}
}
@media screen and (min-width: 992px) {
    .container{
        max-width: 1100px;
    }
}
@media screen and (min-width: 1024px) {
   .logo{
       height: 90px!important;
       padding: 15px 0!important;
   }

}
@media screen and (min-width: 1366px){
    .yunu-showcase-info .tel span{
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
}
@media screen and (min-width: 1440px) {
    .container{
        max-width: 1320px;
    }
}
@media screen and (min-width: 1550px) {
    .container{
        max-width: 1550px;
    }
}


.ab_pages {
    clear: both;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.ab_pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.ab_pages ul a {
    color: #555;
    display: block;
    padding: 2px 10px;
    border: 1px solid #ddd;
    float: left;
    margin: 0 5px;
}

.ab_pages ul a.page-num-current {
    background: #ddd;
}


/*产品分类*/
.introduction {
    display: flex;
    margin-bottom: 20px;
}

.introduction .intro-left {
    width: 40%;
}

.introduction .intro-left img {
    width: 95%;
}

.introduction .intro-right {
    width: 80%;
}

.introduction .intro-right .introTit {
    font-size: 14px;
}

.introduction .intro-right .introTit span {
    font-size: 18px;
    color: #0C7DF5;
    font-weight: bold;
    margin-right: 5px;
}

.introduction .intro-right .introMain {
    color: #666;
}
.introduction .intro-right .introMain p{
    font-size: 14px;
    margin: 10px 0;
}


.introduction .intro-right .introMain p:first-child {
    color: #000;
}
/*.introduction .intro-right .introMain p span{*/
/*    font-size: clamp(0.875rem, 0.842rem + 0.16vw, 1rem)!important;*/
/*}*/
.introduction .intro-right .introMain .tel a {
    line-height: 30px;
    color: #fff;
    display: inline-block;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    background-color: #0C7DF5;
}

.introduction .intro-right .introMain .tel span {
    margin-left: 20px;
    font-size: 20px;
    color: #0C7DF5;
}
@media screen and (max-width: 767px){
   .introduction .intro-right .introMain .tel span{
   display: block;
   margin-left: 0;
   margin-top: 10px;
   margin-left: 0px;
}
}


/*产品简介*/
.productAbout {
    background-color: #fafafa;
    padding: 10px;
    margin-bottom: 20px;
}

.productAbout h2 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 10px;
}

.productAbout h2:before {
    content: '|';
    margin-right: 10px;
    font-weight: 900;
    color: #0C7DF5;
    border-radius: 5px;
}

.productAbout p {
    color: #666;
    font-size: 14px;
    margin: 10px 0;
}

.productAbout p:first-child {
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

/*产品导航下拉*/
#product {
    position: static;
    color: #333;
}

#product #product_drop {
    width: 100%;
    min-width: 1440px;
    background-color: #fff;
    overflow: hidden;
    top: 144px;
    min-height: 520px;
    padding: 35px 0 0 0;
    border-top: 2px solid #0C7DF5;
    box-shadow: 0 5px 10px 0 rgba(34, 34, 34, 0.1);
    /*display: block;*/

}
@media screen and (min-width: 992px){
    #product #product_drop {
    min-width: 1320px;

}
    #product #product_drop .proRight .proBox .rightpic{
    width: 280px!important;
}

}

#product #product_drop .proLeft {
    float: left;
    width: 24%;
    border-right: 1px solid #eee;
    min-height: 350px;
    padding-right: 30px;
}

#product #product_drop .proLeft ul {
    float: right;
}

#product #product_drop .proLeft ul li {
    display: block;
    padding: 0;
    border: 1px solid #eee;
    margin-bottom: 14px;
}

#product #product_drop .proLeft ul li a {
    padding: 2px 30px;
}

#product #product_drop .proLeft ul li a:hover {
    background-color: #0C7DF5 !important;
    color: #fff;
    transition: all 0.5s;
}

#product #product_drop .proRight {
    float: right;
    width: 70%;
    /*border-right: 1px solid #eee;*/
}

#product #product_drop .proRight .proBox .rightpic {
    width: 300px;
    height: 130px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
}


#product #product_drop .proRight .proBox .rightpic a {
    padding: 0;
    line-height: 20px;
}

#product #product_drop .proRight .proBox .rightpic img {
    width: 100px;
    float: left;
    border: 1px solid #e3e3e3;
    margin-right: 10px;
}

#product #product_drop .proRight .proBox .rightpic p {
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}

#product #product_drop .proRight .proBox .rightpic span {
    font-size: 14px;
    color: #666;
}

#product #product_drop .proRight .proBox .itemsList {
    float: left;
    height: auto;
    width: 80%;
    border-bottom: 1px solid #e9e9e9;
    line-height: 40px;
    margin-bottom: 10px;
}

#product #product_drop .proRight .proBox .itemsList span {
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #0C7DF5;
    width: 14%;
    text-align: left;
}

#product #product_drop .proRight .proBox .itemsList ul {
  display: flex;
  flex-flow: row wrap;
  float: none;
}

#product #product_drop .proRight .proBox .itemsList ul li {
    padding: 0;
    margin-left: 5px;
}

#product #product_drop .proRight .proBox .itemsList ul li a {
    color: #333;
}
#product #product_drop .proRight .proBox .itemsList ul li:hover a{
    color: #0C7DF5;
}


.selected {
    background-color: #0C7DF5 !important;
    color: #fff !important;
}


/*按材料检测*/
.cailiao .itemsList ul li {
    float: left !important;
}

.cailiao .itemsList ul li a {
    background-color: transparent !important;
}



/*产品中心*/
.procenter {
    margin-top: 50px;
}

.procenter .active {
    color: #0C7DF5;
    border-bottom: 2px solid #0C7DF5;
}

.procenter .curmbs {
    font-size: 14px;
    color: #6b6b6b!important;
}

.procenter .ct2-mn {
    width: 100%;
    margin-bottom: 50px;
}

.procenter .ct2-mn .sub-tit {
    font-size: 30px;
}

.procenter .list-1 li {
    width: 25%;
}

.procenter .pro-tit {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.procenter .pro-tit ul {
    display: flex;
    justify-content: center;
}

.procenter .pro-tit ul li {
    margin-right: 15px;

}

.procenter .pro-tit ul li a {
    font-size: 16px;
    display: inline-block;
    padding-bottom: 10px;
}

.procenter .pro-tit ul li:hover {
    color: #0C7DF5;

}

.procenter .item .pro-more {
    text-align: center;
    border: 1px solid #0C7DF5;
    width: 20%;
    margin: 0 auto;
    padding: 14px 0;
    border-radius: 30px;
    font-size: 16px;
    margin-top: 50px;
    transition: all 0.5s;
}
@media screen and (max-width: 769px){
    .procenter .item .pro-more{
        width: 30%;
    }
}
.procenter .item .pro-more a {
    color: #0C7DF5;
}

.procenter .item .pro-more:hover {
    background-color: #0C7DF5;
}

.procenter .item .pro-more:hover a {
    color: #fff;
}

/*联系我们*/
.contact {
    width: 100%;
    float: none;
}

.contact .sub-tit {
    font-size: 30px;
}

.contact .content-body {
    background-color: #fff;

}

.contact .lx {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    box-shadow: 1px 1px 15px #ddd;
    border-radius: 20px;
    margin-bottom: 50px;
}

.contact .lx .map {
    width: 50%;
}

.contact .lx canvas {
    border-radius: 20px;
}

.contact .lx .information {
    width: 45%;
    padding-top: 30px;
}

.contact .lx .information p {
    font-size: 16px;
    margin: 0;
    line-height: 40px;
    color: #000;
}

.contact .lx .information span {
    color: #999;
    font-size: 16px;
    font-weight: normal;
}

.contact .ly {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}


.contact .ly .m-kf {
    width: 48%;
    padding-left: 10px;
    border-left: 6px solid #eee;
    padding: 10px 0;
}

.sub-tit i {
    font-style: normal;
    font-size: 14px;
    color: #999;
}

.contact .ly .mes {
    margin-top: 20px;
    display: block;
}

.contact .ly .mes textarea {
    width: 100%;
}

.contact .ly #company {
    width: 100%;
}

.contact .ly .label-a {
    width: 32.66%;
    float: left;
}

.contact .ly .label-a:nth-child(2) {
    margin: 0 1%;
}

.contact .ly .label-b {
    position: relative;
    width: 49.65%;
}

.contact .ly .label-b img {
    position: absolute;
    right: 0;
    width: 26% !important;
    border-radius: 10px;
    margin: 7px;
}

.contact .ly img {
    vertical-align: middle;
    margin-left: 10px;
}

.contact .m-kf .ly-logo {
    margin-bottom: 10px;
    padding-left: 20px;
}

.contact .m-kf .ly-logo h3 {
    font-size: 24px;
    margin: 0;
    color: #0C7DF5;
}

.contact .m-kf ul {
    display: flex;
    padding-left: 20px;
    /*justify-content: space-evenly;*/
}

.contact .m-kf ul li {
    width: 20%;
    text-align: center;
    margin-right: 20px;
    list-style-type: none;

}

.contact .m-kf ul li img {
    border: 1px solid #eee;
    margin: 0;
    margin-top: 5px;
}

/*产品详情*/
.related h2{
    font-size: 24px;
    margin: 20px 0;
}
.related h2::before {

    content: "|";
    font-weight: bold;
    color: #0C7DF5;
    margin-right: 5px;
}

.tip {
    margin: 20px 0;
    text-align: center;
}

.tip p {
    margin: 0 auto;
    width: 80%;
    background-color: #0C7DF5;
    color: #fff;
    padding: 15px 0;
    font-size: 18px;
    border-radius: 25px;
}

/*侧边栏*/
.nav-slide {
    position: fixed;
    z-index: 9999;
    right: 4px;
    bottom: 170px;

}

.nav-slide ul {
    background-color: rgba(48, 48, 48, 0.8);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.nav-slide ul li {
    position: relative;
    padding: 8px;
    width: 54px;
    height: 54px;
    text-align: center;
    transition: all 0.2s;
}

.nav-slide ul li img {
    width: 80%;
    margin-top: 4px;
}

.nav-slide ul li .hide {
    position: absolute;
    left: -214px;
    top: 0;
    background: #fff;
    border: 1px solid #86abba;
    width: 210px;
    display: none;
}

.nav-slide ul li .hide-phone {

    padding: 4px 0px;
    text-align: left;
    border-radius: 4px;
}

.nav-slide ul li .hide-phone p {
    margin: 0;
    font-size: 14px;
    margin-left: 10px;
}

.nav-slide ul li .hide-phone span {
    font-size: 20px;
    color: #0C7DF5;
    margin-left: 10px;
    font-weight: bold;
}

.nav-slide ul li .hide-wechat {
    border-radius: 4px;
    padding: 4px;
}

/*新闻*/
.title {
    float: left;
}

.title .H4 {
    float: left;
    font-size: 26px;
    color: #161616;
    line-height: 32px;
}

.title .H4 .color {
    color: #0C7DF5;
}

.title .H5 {
    float: left;
    line-height: 32px;
    font-size: 18px;
    color: #9b9b9b;
    margin-left: 19px;
}

.index6 {
    padding: 60px 0 80px 0;
    background-color: #f8f7f7;
}

.index6Tab .hd {
    text-align: right;
    font-size: 0;
}

.index6Tab .hd li {
    display: inline-block;
    font-size: 16px;
    color: #262626;
    line-height: 32px;
    margin-left: 40px;
    width: 110px;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
}

.index6Tab .hd li:first-child {
    margin: 0;
}

.index6Tab .hd li.on {
    background-color: #0C7DF5;
    color: #fff;
}

.index6Tab .bd {
    padding-top: 23px;
}

.index6Tab .bdList .list {
    width: 49.34%;
    margin: 30px 1.32% 0 0;
    border-radius: 8px;
    background-color: #fff;
    float: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 20px 30px 20px 20px;
    position: relative;
}

.index6Tab .bdList .list:nth-child(2n) {
    margin-right: 0;
}

.index6Tab .bdList .list .pic {
    width: 200px;
    height: auto;
    max-height: 124px;
    float: left;
    overflow: hidden;
}

.index6Tab .bdList .list .pic img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.index6Tab .bdList .list .text {
    margin-left: 235px;
}

.index6Tab .bdList .list .text .H4 {
    font-size: 18px;
    color: #333333;
    padding: 18px 0 13px 0;
}

.elli{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index6Tab .bdList .list .text .p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    height: 48px;
    opacity: 0.66;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index6Tab .bdList .list .text .time {
    font-size: 14px;
    color: #333333;
    opacity: 0.6;
    text-align: right;
    margin-top: 8px;
}

.index6Tab .bdList .list .ico {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 25px;
    right: 30px;
    opacity: 0;
    line-height: 0;
}

@media screen and (min-width:992px) {
    .index6Tab .bdList .list:hover {
        background-color: #0C7DF5;
    }

    .index6Tab .bdList .list:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .index6Tab .bdList .list:hover .H4 {
        color: #fff;
    }

    .index6Tab .bdList .list:hover .p {
        color: #fff;
    }

    .index6Tab .bdList .list:hover .time {
        color: #fff;
        opacity: 1;
        text-align: left;
    }

    .index6Tab .bdList .list:hover .ico {
        opacity: 1;
    }
}

@media screen and (max-width:1199px) {
    .index6Tab .hd li {
        margin-left: 0;
        font-size: 14px;
    }

    .index6Tab .bdList .list {
        padding: 10px;
    }

    .index6Tab .bdList .list .text {
        margin-left: 210px;
    }
}

@media screen and (max-width:767px) {
    .index6 {
        padding: 30px 0;
    }

    .index6Tab {
        clear: both;
        padding-top: 25px;
    }

    .index6Tab .hd {
        text-align: center;
    }

    .index6Tab .hd li {
        width: 25%;
        border-radius: 4px;
    }

    .index6Tab .bd {
        padding-top: 10px;
    }

    .index6Tab .bdList .list {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .index6Tab .bdList .list .pic {
        width: 130px;
    }

    .index6Tab .bdList .list .text {
        margin-left: 140px;
    }

    .index6Tab .bdList .list .text .H4 {
        font-size: 16px;
        margin: 0 0 5px 0;
    }

    .index6Tab .bdList .list .text .time {
        font-size: 12px;
        margin: 4px 0 0 0;
        text-align: left;
    }
    .nav-slide{
        display: none;
    }
}

/*关于我们*/
.index4 {
    padding: 100px 0;
    position: relative;
    background: url(../images/j18.jpg) center no-repeat;
    background-size: cover;
}

.index4 .text {
    width: 48%;
    float: left;
    padding: 25px 0 35px 0;
}

.index4 .text .H4 {
    font-size: 36px;
    color: #0C7DF5;
    text-transform: uppercase;
    font-weight: bolder;
    font-family: Arial;
}

.index4 .text .bold {
    font-weight: bolder;
}

.index4 .text .thin {
    font-weight: normal;
}

.index4 .text .H5 {
    font-size: 30px;
    color: #313131;
    padding: 25px 0 20px 0;
    position: relative;
}

.index4 .text .H5::after {
    width: 40px;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #666666;
    opacity: .3;
}

.index4 .text .p {
    font-size: 16px;
    color: #707070;
    line-height: 34px;
    height: 170px;
    margin: 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.more2 {
    display: block;
    width: 163px;
    height: 38px;
    line-height: 38px;
    background-color: #0C7DF5;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.more2:hover {
    background-color: transparent;
    border: 1px solid #0C7DF5;
    color: #0C7DF5;
}

.index4Num {
    margin-top: 55px;
    padding-top: 45px;
    border-top: 1px solid #e4e4e4;
}

.index4Num .list {
    font-weight: bolder;
    float: left;
}

.index4Num .list:nth-child(2) {
    float: right;
}

.index4Num .big {
    font-size: 80px;
    color: #0C7DF5;
    font-family: Arial;
    font-weight: bolder;
    line-height: 58px;
    display: inline-block;
}

.index4Num .small {
    font-weight: normal;
    display: inline-block;
    font-size: 30px;
    color: #0C7DF5;
    font-family: Arial;
    line-height: 20px;
    margin: 0 20px 0 3px;
    vertical-align: bottom;
}

.index4Num .p2 {
    display: inline-block;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 20px;
    vertical-align: middle;
    font-weight: normal;
}

.videoR {
    position: absolute;
    top: 100px;
    right: 0;
    width: 47.34%;
    padding: 0 0 52px 7.81%;
    background: url(../images/p13.png) left bottom no-repeat;
    background-size: 93% 91.58%;
}

.videoR .pic {
    height: 542px;
}

.videoR .playBtn {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 37.98%;
    left: 11.11%;
    cursor: pointer;
}

.videoBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.videoBox2 {
    width: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.videoBox2 .aboutVideo {
    display: block;
    width: 100%;
    min-height: 10px;
    background: #000;
}

.videoBox2 .close3 {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -15px;
    right: -15px;
}

@media screen and (max-width:1549px) {
    .index4Num .big {
        font-size: 60px;
    }
}

@media screen and (max-width:1199px) {
    .index4 {
        padding: 60px 0;
    }

    .index4Num .big {
        font-size: 50px;
    }

    .index4Num .p2 {
        display: block;
    }

    .videoR {
        padding: 0 0 30px 30px;
    }

    .videoR .playBtn {
        width: 60px;
        height: 60px;
        left: 0px;
    }

    .index4Num {
        margin-top: 30px;
        padding-top: 30px;
    }

    .index4 .text .H4 {
        font-size: 28px;
    }

    .index4 .text .H5 {
        font-size: 22px;
    }

    .videoBox2 {
        width: 90%;
    }
}

@media screen and (max-width:767px) {
    .index4 {
        padding: 40px 0 30px 0;
    }

    .index4 .text {
        padding: 0;
        width: 100%;
    }

    .videoR {
        position: relative;
    }

    .index4 .text .H4 {
        font-size: 20px;
    }

    .index4 .text .H5 {
        font-size: 16px;
        padding: 10px 0;
    }

    .index4 .text .p {
        font-size: 13px;
        line-height: 22px;
        height: 110px;
        margin: 15px 0;
    }

    .more2 {
        width: 120px;
        font-size: 12px;
    }

    .index4Num {
        margin-top: 20px;
        padding-top: 20px;
    }

    .index4Num .big {
        font-size: 30px;
        line-height: 30px;
    }

    .index4Num .p2 {
        font-size: 13px;
        margin-top: 5px;
    }

    .videoR {
        width: 100%;
        top: auto;
        margin-top: 20px;
        padding: 0 0 20px 20px;
    }

    .videoR .pic {
        background: none !important;
        height: auto;
    }

    .videoR .playBtn {
        width: 30px;
        height: 30px;
        top: 50%;
        margin-top: -15px;
        left: 5px;
    }

}

/*设计流程*/
.index5 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.title2 {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 20px;
}

.title2 .H4,
.title2 .H5 {
    width: 100%;
    margin: 0;
}

.index5List {
    margin-top: 40px;
    padding: 0 6.57%;
    position: relative;
    z-index: 1;
}

.index5List .listBox {
    width: 147px;
    height: 147px;
    background: url(../images/p16.png) center no-repeat;
    background-size: 100% 100%;
    margin: auto;
}

.index5List .listBox .img2 {
    display: none;
}

.index5List .H6 {
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: 40px;
}

@media screen and (min-width:992px) {
    .index5List .list:hover .listBox {
        background-image: url(../images/p17.png);
    }

    .index5List .list:hover .listBox .img2 {
        display: block;
    }

    .index5List .list:hover .listBox .img {
        display: none;
    }

    .index5List .list:hover .H6 {
        color: #0C7DF5;
    }
}

.index5List .slick-prev,
.index5List .slick-next {
    width: 41px;
    height: 41px;
    left: 0;
    background: url(../images/p33.png) center no-repeat #fff;
    background-size: cover;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
}

.index5List .slick-next {
    right: 0;
    left: auto;
    background-image: url(../images/p32.png);
}

.index5List .slick-prev:hover {
    background: url(../images/p30.png) center no-repeat #0C7DF5;
    border-color: transparent;
    background-size: cover;
}

.index5List .slick-next:hover {
    background: url(../images/p31.png) center no-repeat #0C7DF5;
    border-color: transparent;
    background-size: cover;
}

.index5 .index5-line {
    width: 1743px;
    position: absolute;
    bottom: 186px;
    left: 50%;
    line-height: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media screen and (max-width:1199px) {
    .index5 {
        padding: 60px 0;
    }

    .index5 .line {
        bottom: 130px;
    }

    .index5List .listBox {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width:767px) {
    .index5 {
        padding: 30px 0;
    }

    .index5List {
        margin-top: 25px;
        padding: 0;
    }

    .index5List .listBox {
        width: 80px;
        height: 80px;
    }

    .index5List .H6 {
        font-size: 13px;
        margin-top: 10px;
    }

    .index5List .slick-prev,
    .index5List .slick-next {
        width: 30px;
        height: 30px;
        left: -10px;
    }

    .index5List .slick-next {
        right: -10px;
        left: auto;
    }

    .index5 .line {
        bottom: 75px;
    }
}

/*新闻列表*/
.pageBox {
    background-color: #f6f6f6;
}

.pageNav {
    float: left;
    line-height: 60px;
    margin-left: 3.94%;
}

.pageNav a {
    font-size: 16px;
    color: #333333;
    margin: 0 10px 0 0;
    float: left;
    padding: 0 30px;
    position: relative;
    text-align: center;
}

.pageNav a:last-child {
    margin: 0;
}

.pageNav a:hover {
    background-color: #0C7DF5;
    color: #fff;
}

.pageNav a:hover::after {
    width: 15px;
    height: 8px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7.5px;
    background: url(../images/p50.png) center no-repeat;
    background-size: 100%;
}

.pageNav a.on {
    background-color: #0C7DF5;
    color: #fff;
}

.pageNav a.on::after {
    width: 15px;
    height: 8px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7.5px;
    background: url(../images/p50.png) center no-repeat;
    background-size: 100%;
}

.local {
    float: right;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 60px;
    margin-right: 3.94%;
    letter-spacing: 1px;
    white-space: nowrap;
}

.local a {
    color: #6b6b6b;
}

.local a:hover {
    color: #0C7DF5;
}

.local .ico {
    width: 16px;
    height: 16px;
    float: left;
    margin: 22px 0 0 0;
    line-height: 0;
    margin-right: 10px;
}

.news {
    padding: 60px 0 70px 0;
}

.newList {
    width: 73.14%;
    float: left;
    padding-bottom: 47px;
}

.newList .list {
    padding: 25px 0;
    background-color: #f7f7f7;
    margin-bottom: 20px;
}

.newList .time {
    width: 180px;
    text-align: center;
    float: left;
    padding-top: 24.5px;
}

.newList .time .H5 {
    font-size: 72px;
    color: #c2c2c2;
    font-family: Arial;
    font-weight: bold;
}

.newList .time .H6 {
    font-size: 20px;
    color: #4c4c4c;
    font-family: Arial;
}

.newList .pic {
    width: 240px;
    height: auto;
    max-height: 240px;
    float: left;
    overflow: hidden;
    margin-left: 25px
}

.newList .pic img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.newList .text {
    margin-left: 270px;
    padding: 10px 25px 0px 20px
}

.newList .text .H4 {
    font-size: 18px;
    color: #333333;
}

.newList .text .p {
    font-size: 14px;
    line-height: 26px;
    height: 78px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newList .list:hover {
    background-color: #0C7DF5;
}

.newList .list:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.newList .list:hover .H4,
.newList .list:hover .H5,
.newList .list:hover .H6 {
    color: #fff;
}

.newList .list:hover .p {
    color: #fff;
    opacity: 0.5;
}
.newList .list:hover .mnone{
    color: #fff;
}

.newsL {
    width: 23.57%;
    float: right;
    background-color: #f7f7f7
}

.nlTi {
    width: 100%;
    padding: 30px 0;
    background: url(../images/j62.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

.nlTi .H5 {
    display: inline-block;
    font-size: 36px;
    color: #0C7DF5;
    font-weight: bold;
    position: relative;
}

.nlTi .H5::after {
    width: 60px;
    height: 1px;
    background: url(../images/p91.png) center no-repeat;
    background-image: 100%;
    content: "";
    position: absolute;
    top: 50%;
    left: -85px;
}

.nlTi .H5::before {
    width: 60px;
    height: 1px;
    background: url(../images/p92.png) center no-repeat;
    background-size: 100%;
    content: "";
    position: absolute;
    top: 50%;
    right: -85px;
}

.newsList2 {
    margin-top: 30px;
}

.newsList2 .list {
    padding: 0 25px;
}

.newsList2 .list a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
}

.newsList2 .list .pic {
    width: 95px;
    height: auto;
    max-height: 70px;
    float: right;
    overflow: hidden;
}

.newsList2 .list .pic img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.newsList2 .list .text {
    margin-right: 110px;
}

.newsList2 .list .text .H4 {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsList2 .list .text .time {
    font-size: 12px;
    color: #666666;
}

.newsList2 .list:hover {
    background-color: #0C7DF5;
}

.newsList2 .list:hover a {
    border-color: #0C7DF5;
}

.newsList2 .list:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.newsList2 .list:hover .text .H4,
.newsList2 .list:hover .text .time {
    color: #fff;
}

@media screen and (max-width:1199px) {
    .news {
        padding: 60px 0;
    }

    .newList .time {
        width: 120px;
    }

    .newList .time .H5 {
        font-size: 50px;
    }

    .newList .time .H6 {
        font-size: 16px;
    }

    .newList .pic {
        width: 200px;
    }

    .newList .text {
        margin-left: 240px;
        padding: 10px 20px 0 20px;
    }

    .newsList2 .list {
        padding: 0 10px;
    }

    .nlTi .H5 {
        font-size: 30px;
    }
}

@media screen and (max-width:991px) {
    .newList {
        width: 100%
    }

    .newsL {
        width: 100%;
        margin: 20px 0 30px 0
    }

    .newsList2 {
        margin: 0;
    }

    .newsList2 .list {
        width: 48%;
        margin-right: 4%;
        float: left;
    }

    .newsList2 .list:nth-child(2n) {
        margin-right: 0;
    }
}

@media screen and (max-width:767px) {
    .news {
        padding: 30px 0;
    }

    .newList .list {
        padding: 10px 0;
        position: relative;
    }

    .newList .pic {
        width: 130px;
        margin-left: 10px
    }

    .newList .text {
        margin-left: 130px;
        padding: 10px 10px 0 20px;
    }

    .mnone {
        display: none
    }

    .newList .text .H4 {
        font-size: 16px;
    }

    .newList .text .p {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
        margin: 0 0 0 0;
        -webkit-line-clamp: 2;
    }

    .newList .time {
        position: absolute;
        bottom: 5px;
        right: 5px;
        padding: 0;
        width: 100px
    }

    .newList .time .H5 {
        float: left;
        font-size: 20px;
        line-height: 20px;
        margin-right: 10px;
    }

    .newList .time .H6 {
        float: left;
        font-size: 14px;
        line-height: 20px;
    }

    .newList .list {
        margin-bottom: 15px;
    }

    .newList {
        padding: 0;
    }

    .nlTi {
        padding: 20px 0;
    }

    .nlTi .H5 {
        font-size: 20px;
    }

    .newsList2 .list {
        width: 100%;
    }

    .newsList2 .list a {
        padding: 10px 0;
    }

    .newsList2 .list:last-child a {
        border: none;
    }
}

.pz_SideLayerph {
    display: none;
    background-color: #f6f6f6;
}

.pz_SideLayerph .l1 {}

.pz_SideLayerph .l1 h3 {
    color: #333;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: #e1e1e1 dashed 1px;
    position: relative;
}

.pz_SideLayerph .l1 h3 a {
    display: block;
    color: #333;
    padding-left: 15px;
}

.pz_SideLayerph .l1 h3.active a {
    color: #337ab7;
}

.pz_SideLayerph .l1 h3 img {
    position: absolute;
    right: 0;
    top: 0;
    margin: 17px 15px 0 0;
}

.pz_SideLayerph .l1 h3 img.img3 {
    display: block;
}

.pz_SideLayerph .l1 h3 img.img3h {
    display: none;
}

.pz_SideLayerph .l1 h3.active img.img3 {
    display: none;
}

.pz_SideLayerph .l1 h3.active img.img3h {
    display: block;
}

.pz_SideLayerph .l1 .l1ul {
    display: none;
}

.pz_SideLayerph .l1 .l1ul li {
    border-bottom: #e1e1e1 solid 1px;
    padding: 10px 10px 10px 29px;
    font-size: 14px;
    line-height: 22px;
}

.pz_SideLayerph .l1 .l1ul li:last-child {
    border: 0;
}

.pz_SideLayerph .l1 .l1ul li a {
    color: #999999;
}

@media screen and (max-width:576px) {
    .babyserBox {
        display: block;
    }
}
/*内页下拉*/
.babyserBox {
	position: relative;
	height: 41px;
	width: 100%;
	display: none;
	background-color: #f6f6f6;
}

.babyser {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
}

.babyser h2 {
	float: left;
	width: 100%;
	border-bottom: #e1e1e1 solid 1px;
	color: #333333;
	font-size: 16px;
	line-height: 40px;
}

.babyser h2 .imgr {
	float: right;
	margin: 10px 0 0 0;
}

@media screen and (max-width:991px) {
	.babyser h2 .imgr {
		float: right;
		margin: 12px 0 0 0;
		transition: all 0.2s linear;
	}

	.babyser h2.active .imgr {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}


/*新闻分页*/
.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #333;
    border: 1px solid #333;
}

.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.pagination .st {
    font-family: 宋体
}

/*新闻详情*/
.news-crumbs {
    float: left;
}

.newDeR {
    width: 72.85%;
    float: left;
}
.newDeR p,span,h3,h4{
    background-color: transparent!important;
}
.newDeR .H2 {
    font-size: 30px;
    color: #333333;
}
.newDeR h3{
    font-size: 20px!important;
    margin: 15px 0;
    font-weight: bold;
}
.newDeR h4{
      font-size: 16px;
    margin: 15px 0;
    font-weight: bold;
}
.newDeR h5 {
     font-size: 14px;
    margin: 15px 0;
    font-weight: bold;
}
.newDeR img{
    text-align: center;
    text-indent: 0;
}
.newDeR .deInfor {
    padding: 22px 0 17px 0;
    border-bottom: 1px solid #e2e2e2;
}

.newDeR .deInfor .H6 {
    display: inline-block;
    font-size: 14px;
    color: #777777;
    margin-right: 0.98%;
}

.newDeR .deInfor .H6:last-child {
    margin-right: 0;
}

.newDeR .p {
    padding: 30px 0 45px 0;
    font-size: 16px!important;
    line-height: 36px!important;
    color: #333!important;
}
.newDeR span{
    font-size: 16px!important;
}
.newDeR h4{
    font-weight: bold;
    margin: 5px 0;
}

.newDeR .img {
    width: 48.23%;
    margin-right: 3.54%;
    float: left;
}
.newDeR img{
    margin: 10px 0;
}
.newDeR .img:nth-child(2n) {
    margin: 0;
}
.newDeR ol li{
    list-style: auto;
}
.newDeR ul li{
    list-style: disc;
}

.pageA3 a {
    font-size: 14px;
    color: #8b8b8b;
    font-weight: bold;
}

.pageA3 a .newTitle {
    display: block;
    font-size: 14px;
    color: #232323;
    font-weight: normal;
}

.pageA3 a:hover .newTitle {
    color: #0C7DF5;
}

.pageA3 .backUp {
    bottom: 10px;
}

@media screen and (max-width:1199px) {
    .newDeR .H2 {
        font-size: 22px;
        text-align: center;
    }

    .newDeR .deInfor {
        text-align: center;
    }
}

@media screen and (max-width:991px) {
    .newDeR {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .newDeR .H2 {
        font-size: 18px;
    }

    .newDeR .deInfor {
        padding: 15px 0;
    }

    .newDeR .deInfor .H6 {
        font-size: 12px;
    }

    .newDeR .p {
        padding: 20px 0;
    }

    .newDeR .p {
        font-size: 13px;
        line-height: 22px;
    }

    .pageA3 .backUp {
        bottom: auto;
    }

    .newsDe .newsL {
        margin-bottom: 0;
    }
}

.width2 .pageNav {
    margin-left: 0;
}

.width2 .local {
    margin-right: 0;
}

.case2 {
    padding: 0 5px;
}

.case2 .caseList .list .text {
    padding: 50px 20px 30px 20px;
}

@media screen and (max-width:767px) {
    .case2 .caseList .list .text {
        padding: 20px 0;
    }

    .ddqt_ly {
        display: none
    }
}

#maximg img {
    max-width: 100%;
    height: auto !important
}
/*关于我们*/
/*.about1{padding:100px 0;}*/
.pTitle{text-align:center; font-weight:bolder;}
.pTitle .H4{font-size:40px; font-family: Arial; text-transform: uppercase; font-weight: bolder; color:#000000;}
.pTitle .H5{font-size:26px; color:#555555; margin-top:17px;}
.about1 .p{margin-top:40px; font-size:16px; line-height: 38px;}
.about1 img{
    height:auto!important;
    margin:10px 0;
}

@media screen and (max-width:1199px){
	.about1{padding:60px 0;}
	.pTitle .H4{font-size:30px;}
	.pTitle .H5{font-size:20px;}
}
@media screen and (max-width:767px){
	.about1{padding:30px 0;}
	.pTitle .H4{font-size:20px;}
	.pTitle .H5{font-size:16px; margin-top:10px;}
	.about1 .p{font-size:14px; line-height: 30px; margin-top:20px; text-align: justify;}
	.about1 .p br{display:none;}
}

/*底部*/
.site-footer-one {
	background-color: #063a7a;
	position: relative;
}


.site-footer-one__upper {
	padding-top: 100px;
	padding-bottom: 40px;
}

.site-footer-one__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #063a7a;
	opacity: 0.05;
	background-repeat: no-repeat;
	background-position: center;
	background-blend-mode: overlay;
}

.site-footer-one .container {
	position: relative;
	z-index: 11;
}

.footer-widget-row {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.footer-widget {
	-webkit-box-flex: 1;
	flex: 1 1 25%;
	max-width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

/* spacings */

.footer-widget__about {
	-webkit-box-flex: 1;
	flex: 1 1 37.666%;
	max-width: 37.666%;
}

.footer-widget__links__widget-1,
.footer-widget__links__widget-2,
.footer-widget__links__widget-3 {
	-webkit-box-flex: 1;
	flex: 1 1 15.4446%;
	max-width: 15.4446%;
}
.footer-widget__inner a{ display:inline-block; color:#fff; margin-right:7px; font-size:16px}
@media(min-width: 992px) {

	.footer-widget__links__widget-1 .footer-widget__inner {
		padding-left: 55px;
	}

	.footer-widget__links__widget-2 .footer-widget__inner {
		padding-left: 20px;
	}

	.footer-widget__links__widget-3 .footer-widget__inner {
		padding-left: 30px;
	}

	.footer-widget__social__widget {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: end;
		justify-content: flex-end;
	}
}


.footer-widget__title {
	font-family: var(--thm-font);
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 40px;
	color: #fff;
	text-transform: uppercase;
}
.footer-widget__title a{ color:#fff}

.footer-widget p {
	margin: 0;
	font-size: 15px;
	line-height: 30px;
	color: #c1cfe1;
}

.footer-widget__about p {
	margin-top: 30px;
}

.footer-widget__links-list {
	margin: 0;
	margin-top: -10px;
}

.footer-widget__links-list li {
	line-height: 1em;
}

.footer-widget__links-list li+li {
	margin-top: 18px;
}

.footer-widget__links-list li a {
	margin: 0;
	color: #c1cfe1;
	font-size: 15px;
	font-weight: 400;
	padding-left: 0;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__links-list li a::before {
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	position: absolute;
	-webkit-transform: translateY(-50%) translateX(-10px);
	transform: translateY(-50%) translateX(-10px);
	left: 0;
	top: 60%;
	color: var(--thm-primary);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
	color: #fff;
	padding-left: 20px;
}

.footer-widget__links-list li a:hover::before {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0px);
	transform: translateY(-50%) translateX(0px);
}

.footer-widget__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.footer-widget__social a {
	width: 41px;
	height: 41px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	color: var(--thm-black);
	background-color: var(--thm-primary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__social a:hover {
	color: #fff;
	background-color: var(--thm-black);
}

.footer-widget__social a+a {
	margin-left: 10px;
}

/*-------------------------------------------------------------- 
 ## Footer Bottom 
 --------------------------------------------------------------*/


.site-footer__bottom a {
	display: block;
	background-color: #023069;
	text-align: center;
	font-size: clamp(1rem, 0.967rem + 0.16vw, 1.125rem);
	color: #ffffff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	padding-top: 41px;
	padding-bottom: 41px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease; padding-left:20px; padding-right:20px;
}
@media screen and (max-width: 767px){
    .site-footer__bottom a{
        justify-content: start;
        padding: 20px;
    }
}
.site-footer__bottom a:hover {
	background-color: var(--thm-primary);
	color: var(--thm-black);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.site-footer__bottom a i {
	width: 36px;
	height: 36px;
	background-color: var(--thm-primary);
	color: var(--thm-black);
	font-size: 14px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-right: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__bottom a:hover i {
	color: #fff;
	background-color: var(--thm-black);
}

@media(max-width: 991px) {


    .footer-widget {
        -webkit-box-flex: 1;
        flex: 1 1 33.333%;
        max-width: 33.333%;
    }

}

@media(max-width: 767px) {
    .footer-widget {
        -webkit-box-flex: 1;
        flex: 1 1 50%;
        max-width: 50%;
    }
}

@media(max-width: 575px) {
    .footer-widget {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/*搜索*/
#search{
    position: fixed;
    width: 100%;
    height: 500px;
    top: -500px;
    left: 0;
    z-index: 99999;
    background-color: rgba(0,0,0,.8);
    text-align: center;
    transition: 0.5s ease;
}
#search .close{
    position: absolute;
    top: 45px;
    right: 80px;
    color: white;
    cursor: pointer;
}
#search .search_main{
    position: relative;
    top: 50%;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    
}
#search .search_main input{
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #999;
}
#search .search_main select{
    position: absolute;
    top: 30px;
    right: 60px;
    font-size: 20px!important;
    color: #fff;
    background-color: transparent;
    border: none;
    width:70px;
}
#search .search_main select option{
    border: none!important;
    background-color: rgba(0,0,0,.5)!important;
    font-size: 18px!important;
    padding: 5px!important;
}
#search .search_main button{
    position: absolute;
    color: #fff;
    right: 10px;
    top: 20px;
    font-size: 28px;
    background-color: transparent;
    border: none;
}
#search .hotSearch{
  text-align:left;
  margin-top:10px;
  font-size:14px;
  color:white;
}
#search .hotSearch .hot_words{
  margin-left:5px;
  color:#fff!important;
}
.search .ct2-mn{
    width:100%;
}
.search .sub-tit{
    font-size: 24px;
}
.search .nlTi{
    padding: 30px 0;
}
.right-nav{
    width: 100%;
    padding-bottom: 20px ;
}
.right-nav .panel-sd .tit{
    font-size:clamp(1.25rem, 1.185rem + 0.33vw, 1.5rem);
}
.right-nav .contact-sd{
    font-size: clamp(0.875rem, 0.842rem + 0.16vw, 1rem);
    border-bottom: 1px dashed #ddd;
}
.right-nav .phone{
    font-size: clamp(1.25rem, 1.185rem + 0.33vw, 1.5rem);
    font-weight: bold;
    color: #0C7DF5;
}
.right-nav img{
    width: 35px;
   margin-right: 5px;
}
.right-nav .kf{
    text-align: center;
    background-color: #0C7DF5;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 40px;
    padding: 10px;
    border:none;
    
    
}
.right-nav .kf a{
     color: white;
}
.right-nav .kf img{
      width: 24px;
}
.join-notice li{
  list-style:inside;
}
.join-notice li b{
    color:#0C7DF5;
}
/*分页*/
#p_n {
    display: flex;
    justify-content: space-between;
}
#p_n .page_l,.page_r{
    width: 48%;
    padding: 20px 10px;
    background-color: #f7f7f7;
}
#p_n .page_l:hover,.page_r:hover{
    background-color: #0C7DF5;
}
#p_n .page_l:hover span,.page_r:hover span{
    color: white;
}
#p_n .page_l:hover a,.page_r:hover a{
    color: white;
}
#p_n .page_l:hover p,.page_r:hover p{
    color: white;
}
#p_n .page_l span,.page_r span{
    font-size: 12px;
    color: #8e8e8e;
    margin-bottom: 20px;
}
#p_n .page_l p a,.page_r p a{
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
#p_n .page_l{
    text-align:  left;
}
#p_n .page_r{
   text-align:  right;
}

/*荣誉资质*/
@media screen and (max-width:1199px){
	.par .pageNav a{width:auto; padding:0 10px;}
}
.case{padding:60px 0 70px 0;}
.caseList{padding-bottom:24px;display:flex;flex-wrap: wrap;
}
.caseList .list{width:22%; float:left; box-shadow: 0 0 27px rgba(0,0,0,0.1); padding:20px; margin:0 20px 20px 20px}
.caseList .list .pic {overflow: hidden;}
.caseList .list .pic img{width:100%; 
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.caseList .list .text{padding:30px 10px 15px 10px!important; text-align: center;}
.caseList .list .text .H4{ font-size:20px; color:#363636;}


.caseList .list:hover .pic img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.caseList .list:hover .H4{color:#0C7DF5;}


@media screen and (max-width:1199px){
	.case{padding:60px 0;}
}
@media screen and (max-width:767px){
	.case{padding:30px 0;}
	.caseList .list{width:48%; margin: 0 4% 20px 0; padding:10px ;}
	.caseList .list:nth-child(3n){margin-right:4%;}
	.caseList .list:nth-child(2n){margin-right:0;}
	.caseList .list .pic::after{width:20px; height: 9px; margin-left:-10px;}
	.caseList .list .text{padding:15px 0 0 0;}
	.caseList .list .text .H4{font-size:16px;}
	.caseList{padding-bottom:10px;}
}
/*加入我们*/
.join li .text{
    margin-left: 0;
}
.join li .text .H4{
    font-size: 22px;
    font-weight: bold;
    color:#0C7DF5;
}
.join li .text b{
    font-size: 16px;
}
.join li .text .p{
    height: auto;
    line-height:26px;
    -webkit-line-clamp:none;
    margin-top:10px;
}