/*pubilc start*/

* {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: '微软雅黑';
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ol,
ul,
li,
dl,
dt,
dd,
form,
p,
h1,
h2,
h3,
h4,
h5,
img {
    margin: 0;
    padding: 0;
}

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

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
    border: none;
    margin: 0;
    padding: 0;
}

input,
textarea,
button {
    outline: 0;
    resize: none;
    border: none;
    _border: 0;
    margin: 0;
    padding: 0;
    background: none;
}

select {
    border: 0;
}

input::-webkit-search-cancel-button {
    display: none;
}

input[type=button],
input[type=submit],
input[type=search],
button {
    -webkit-appearance: none;
    background: none;
    outline: none;
}

input {
    -webkit-appearance: none;
}

table,
table td {
    border-collapse: collapse;
}

select {
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

select::-ms-expand {
    display: none;
}

.clear {
    clear: both;
}

.clearfix::after {
    content: '';
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 1440px;
    margin: 0 auto;
}

.wrap {
    width: 100%;
    _zoom: 1;
    position: relative;
    overflow: hidden;
}


/*pubilc end*/

.header {
    position: relative;
}

.PH-muen-down {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 1%;
    padding-bottom: 1%;
    display: none;
}

.PH-search-btn {
    height: 40px;
    background: #006ebc;
}

.PH-search-btn form {
    display: flex;
    justify-content: space-between;
}

.PH-search-btn form input[type=text] {
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    height: 40px;
    width: 80%;
}

.PH-search-btn form input[type=text]::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.PH-search-btn form button {
    padding-right: 1%;
    height: 40px;
}

.PH-search-btn,
.PH-muen-nav {
    width: 98%;
    margin: 0 auto;
}

.PH-muen-nav {
    padding-top: 1%;
}

.PH-muen-nav li {
    line-height: 38px;
}

.PH-muen-nav li a {
    display: block;
    font-size: 14px;
    color: #666;
}

.PC-nav>ul,
.PC-right {
    display: flex;
}

.PC-nav-muen {
    position: absolute;
    top: 100%;
    z-index: 99;
    left: 0;
    width: 180px;
    background: #fff;
    display: none;
}

.PC-nav-muen ul li {
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
}

.PC-nav-muen>ul>li {
    position: relative;
}

.PC-nav-muen>ul>li.active>a:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 12px;
    height: 8px;
    background: url(../images/xia.png) no-repeat;
    right: 5%;
    transform: translateY(-50%);
    top: 50%;
}

.PC-nav-muen ul li a {
    color: #333;
    font-size: 14px;
    display: block;
}

.PC-nav-muen>ul>li:hover .PC-nav-dwom {
    display: block;
}

.PC-nav-dwom {
    height: 400px;
    overflow: scroll;
    position: absolute;
    left: 180px;
    top: 0;
    width: 180px;
    background: #fff;
    display: none;
}

.PC-nav>ul>li:hover .PC-nav-muen {
    display: block;
}

.PC-nav>ul>li.active>a:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 8px;
    background: url(../images/xia.png) no-repeat;
}

.PC-nav>ul>li {
    margin-left: 50px;
    position: relative;
}

.PC-nav>ul>li>a {
    font-size: 18px;
    color: #333333;
    display: block;
}

.PC-stop {
    width: 90px;
    height: 35px;
    margin-top: 20px;
    background-color: #006ebc;
    border-radius: 5px;
    border: solid 1px #006ebc;
    text-align: center;
}

.PC-stop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.PC-stop small {
    font-size: 14px;
    color: #ffffff;
    display: block;
    margin-left: 6px;
}

.PC-header-cont {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    /*width: 96%;*/
    margin: 0 auto;
    line-height: 80px;
    align-items: center;
}

.PC-search {
    margin-left: 80px;
    position: relative;
}

.PC-search:hover .PC-search-btn {
    /* opacity: 1;

	bottom: -45px; */
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.PC-search-btn {
    position: absolute;
    width: 260px;
    height: 45px;
    background: #006ebc;
    z-index: 999;
    left: -222px;
    top: 100%;
    /* opacity: 0; */
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.PC-search-btn input[type=text] {
    font-size: 14px;
    color: #fff;
    width: 185px;
    padding-left: 10px;
}

.PC-search-btn input[type=text]::-webkit-input-placeholder {
    color: #fff;
}

.PC-search-btn button {
    width: 45px;
    height: 45px;
    background: #333;
}

.PC-search-btn form {
    display: flex;
    justify-content: space-between;
}

.PH-stop-block {
    display: none;
}

.PC-stop,
.PC-lang {
    margin-left: 45px;
}

.PC-lang {
    position: relative;
}

.PC-lang:hover .PC-lang-muen {
    /* opacity: 1;

	bottom: -45px; */
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.PC-lang-muen {
    position: absolute;
    top: 100%;
    width: 90px;
    background: #f5f5f5;
    z-index: 999;
    left: -27px;
    text-align: center;
    padding: 7px 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.PC-lang-muen ul li {
    line-height: 35px;
}

.PC-lang-muen ul li:hover {
    background: #006ebc;
}

.PC-lang-muen ul li:hover a {
    color: #FFFFFF;
}

.PC-lang-muen ul li a {
    display: block;
    font-size: 14px;
    color: #333;
}

.PH-meun,
.PH-nav-muen,
.PH-nav-dwom {
    display: none;
}

.PH-nav-muen>ul>li.active>a {
    position: relative;
}

.PH-muen-nav>ul>li.active>a:after,
.PH-nav-muen>ul>li.active>a:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 8px;
    background: url(../images/xia.png) no-repeat;
    margin-left: 10px;
    /* position: absolute;

	right: 2%;

	top: 17px; */
}

.PH-nav-muen>ul>li.active>a:after {
    position: absolute;
    right: 2%;
    top: 17px;
}

.PH-nav-muen>ul>li {
    padding-left: 15px;
}

.PH-nav-muen>ul>li>a {
    display: block;
}

.PH-nav-dwom>ul>li {
    padding-left: 15px;
}

.banner {
    position: relative;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 34px;
    height: 34px;
    outline: none;
}

.banner .swiper-button-prev {
    background: url(../images/prve.png) no-repeat;
}

.banner .swiper-button-prev:hover {
    background: url(../images/prev1.png) no-repeat;
}

.banner .swiper-button-next {
    background: url(../images/next.png) no-repeat;
}

.banner .swiper-button-next:hover {
    background: url(../images/next1.png) no-repeat;
}

.indext-title {
    text-align: center;
    padding: 55px 0 40px;
}

.indext-title span {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    position: relative;
    padding-bottom: 10px;
}

.indext-title span:after {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.indext-title p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding-top: 10px;
}

.product-list {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 55px;
}

.product-list ul {
    display: flex;
    flex-wrap: wrap;
}

.product-list ul li {
    width: 23.46%;
    margin-left: 2.03%;
    margin-bottom: 2%;
}

.product-list ul li:nth-child(4n+1) {
    margin-left: 0;
}

.product-list ul li p {
    color: #333;
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
}

.li-product-pic {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: solid 1px #d7d7d7;
}

.li-product-ding img {
    position: absolute;
    top: -150%;
    left: 50%;
    transform: translateX(-50%);
    /* transform: translate(-50%,-50%); */
    transition: all .6s;
}


/* .li-product-ding img{

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

} */

.product-list ul li:hover .li-product-ding img {
    top: 50%;
}

.product-list .li-product-pic>img {
    transition: all .6s;
}

.product-list ul li:hover .li-product-pic>img {
    transform: scale(1.1);
}

.product-list ul li:hover p {
    color: #0069b4;
}

.video {
    background-color: #f6f6f6;
    padding-bottom: 55px;
}

.video-pic {
    text-align: center;
}

.new-list {
    width: 1285px;
    margin: 0 auto;
}

.new-list ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 55px;
}

.new-list ul li {
    width: 413px;
    margin-left: 22px;
}

.new-list ul li:nth-child(3n+1) {
    margin-left: 0;
}

.new-list ul li:hover .li-new-txt>a {
    color: #006ebc;
}

.li-new-day {
    width: 67px;
    position: relative;
}

.li-new-day:after {
    width: 1px;
    height: 69px;
    background: #eee;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}

.li-new-day span {
    font-size: 19px;
    line-height: 24px;
    color: #333333;
}

.li-new-text {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

.li-new-txt {
    width: 328px;
}

.li-new-txt>a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    padding-bottom: 8px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.li-new-txt p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.li-new-txt small {
    display: block;
    padding-top: 10px;
}

.li-new-txt small,
.li-new-txt small a {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.li-new-pic {
    overflow: hidden;
}

.new-list ul li:hover .li-new-pic img {
    transform: scale(1.1);
}

.li-new-pic img {
    transition: all .6s;
}

.contact {
    background: #272727;
}

.contact-cont {
    width: 1075px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 55px;
}

.contact-title span,
.contact-title p {
    color: #fff;
}

.contact-left span {
    display: block;
    font-size: 16px;
    line-height: 51px;
    color: #ffffff;
    padding-bottom: 20px;
}

.contact-left p {
    font-size: 14px;
    line-height: 34px;
    color: rgba(255, 255, 255, .4);
}

.contact-left p:before {
    content: "";
    display: inline-block;
    margin-right: 7px;
    margin-bottom: -2px;
}

.footer-p1:before {
    width: 12px;
    height: 16px;
    background: url(../images/footer-icon1.png) no-repeat;
}

.footer-p2:before {
    width: 16px;
    height: 12px;
    background: url(../images/footer-icon2.png) no-repeat;
}

.footer-p3:before,
.footer-p4:before {
    width: 14px;
    height: 14px;
}

.footer-p3:before {
    background: url(../images/footer-icon3.png) no-repeat;
}

.footer-p4:before {
    background: url(../images/footer-icon4.png) no-repeat;
}

.contact-left p.footer-p5:before {
    width: 16px;
    height: 18px;
    margin-bottom: -5px;
    background: url(../images/footer-icon5.png) no-repeat;
}

.contact-right {
    width: 414px;
}

.contact-right li {
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.contact-right li.li-textarea {
    height: 94px;
}

.contact-right li.li-textarea textarea {
    height: 69px;
    padding-top: 16px;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    width: 100%;
}

.contact-right li input[type=text] {
    height: 50px;
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
    width: 70%;
}

.contact-right li textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.contact-right li textarea::-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

.contact-right li textarea::-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.contact-right li input[type=text]::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.contact-right li input[type=text]::-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

.contact-right li input[type=text]::-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.contact-right li.li-input {
    height: 35px;
    border-bottom: 0;
}

.contact-right li input[type=submit] {
    width: 100%;
    height: 35px;
    font-size: 14px;
    color: #fff;
    background-color: #006ebc;
}

.footer-con {
    width: 1200px;
    margin: 0 auto;
}

.footer-box {
    display: flex;
    justify-content: space-between;
}

.footer-ltit h2 {
    font-size: 18px;
    letter-spacing: 3px;
    color: #666666;
    margin-bottom: 8px;
}

.footer-ltext {
    margin-top: 20px;
}

.footer-ltext p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #666666;
}

.footer-ltext p span {
    display: inline-block;
    width: 16px;
    margin-right: 5px;
}

.ewm-text {
    margin-top: 7px;
}

.ewm-text p {
    text-align: center;
}

.copyright {
    margin-top: 10px;
}

.silder-fixed {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
}

.proshow-muen {
    /*padding-bottom: 45px;*/
}

.proshow-scroll {
    margin-top: 30px;
    margin-bottom: 40px;
}

.proshow-scroll>ul {
    display: flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
}

.proshow-scroll>ul>li:last-child {
    margin-right: 0;
}

.proshow-scroll>ul>li {
    margin-right: 55px;
    padding: 10px 0 10px;
    position: relative;
}

.proshow-scroll>ul>li>a {
    color: #333333;
    font-size: 16px;
}

.proshow-muen {
    width: 1310px;
    margin: 0 auto;
}

.proshow-nav {}

.proshow-scroll ul li.active:after {
    background: url(../images/xia.png) no-repeat;
    width: 12px;
    height: 8px;
    content: "";
    display: inline-block;
}

.proshow-scroll ul li:hover .proshow-muen-dwom {
    display: block;
}

.proshow-muen-dwom {
    position: absolute;
    top: 100%;
    width: 140px;
    z-index: 99;
    left: -10px;
    border: 1px solid #ddd;
    background: #fff;
    padding-bottom: 10px;
    display: none;
}

.proshow-muen-dwom li {
    line-height: 35px;
    text-align: center;
}

.proshow-muen-dwom li:hover {
    background: #006EBC;
}

.proshow-muen-dwom li:hover a {
    color: #fff;
}

.proshow-muen-dwom li a {
    font-size: 14px;
    color: #333;
}

.proshow-xnav ul {
    display: flex;
}


/* .proshow-scroll{

	width: 1320px;

	overflow: hidden;

} */

.proshow-xnav ul li {
    margin-right: 32px;
}

.proshow-xnav ul li a {
    color: #333333;
    font-size: 15px;
}

.prolist {
    background: #f8f8f8;
}

.prolist-list ul {
    display: flex;
    padding-top: 70px;
    flex-wrap: wrap;
}

.prolist-list li {
    width: 23%;
    text-align: center;
    background: #fff;
    border: 1px solid #dddddd;
    margin-left: 24px;
    margin-bottom: 25px;
}

.prolist-list li:nth-child(4n+1) {
    margin-left: 0;
}

.prolist-list li span {
    display: block;
    color: #333;
    padding: 15px 0;
}

.prolist-list {
    width: 1310px;
    margin: 0 auto;
}

.prolist-page ul {
    display: flex;
    justify-content: center;
    padding: 30px 0 55px;
}

.prolist-page ul li {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    text-align: center;
    line-height: 50px;
    margin-left: 12px;
    border: solid 1px #dddddd;
}

.prolist-page ul li:first-child {
    margin-left: 0;
}

.prolist-page ul li:first-child,
.prolist-page ul li:last-child {
    width: 70px;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
}

.prolist-page ul li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.prolist-page ul li.dang {
    background: #006ebc;
    border: 1px solid #006ebc;
}

.prolist-page ul li.dang a {
    color: #fff;
}

.contactus-nav {
    margin-top: 10px;
    width: 1005;
    height: 62px;
    line-height: 62px;
    background-color: #f8f8f8;
}

.contactus-nav ul {
    display: flex;
    justify-content: center;
}

.contactus-nav ul li {
    margin-left: 50px;
}

.contactus-nav ul li:first-child {
    margin-left: 0;
}

.contactus-nav ul li.dang a {
    color: #006ebc;
}

.contactus-nav ul li a {
    color: #333333;
    font-size: 16px;
}

.container {
    width: 1310px;
    margin: 0 auto;
}

.contactus-text {
    padding-top: 45px;
    border-bottom: 1px solid #dddddd;
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 15px;
}

.contactus-text p {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    /**/
}

.contactus-cuture {
    display: flex;
    justify-content: space-between;
    padding: 35px 0 65px;
    border-bottom: 1px solid #dddddd;
}

.cuture-left {
    color: #333;
    font-size: 14px;
    line-height: 2;
}

.cuture-left p {
    color: #333;
    font-size: 14px;
    line-height: 2;
    /*padding-bottom: 10px;*/
}

.cuture-left span {
    display: block;
    color: #333333;
    font-size: 24px;
    padding: 65px 0 45px;
}

.contactus-team {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
}

.contactus-team span {
    color: #333333;
    font-size: 24px;
    display: block;
    padding: 35px 0;
}

.contactus-team p {
    color: #333333;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 30px;
}

.contactus-design {
    display: flex;
}

.design-pic {
    padding: 0 95px 0 55px;
}

.contactus-design {
    padding: 60px 0 70px;
}

.design-text {
    width: 525px;
}

.design-text span {
    display: block;
    font-size: 24px;
    padding: 75px 0 35px;
}

.design-text p {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 15px;
}

.cuture-right {
    margin-left: 20px;
}

.prodetail {
    padding-top: 45px;
    background: #f8f8f8;
}

.prodetail-detail {
    background: #fff;
    padding-top: 45px;
    padding-bottom: 50px;
}

.prodetail-detail {}

.detail-left {
    width: /* 500px */
    38.169%;
    margin: 0 66px;
}

.ny1-product-lunbo {
    position: relative;
}

.ny1-product-lunbo .gallery-top .swiper-slide,
.ny1-product-lunbo .gallery-thumbs .swiper-slide {
    border: 1px solid #dddddd;
    box-sizing: border-box;
}

.prodetail-detail {}

.ny1-product-lunbo .gallery-thumbs {
    margin-top: 20px;
}

.ny1-product-lunbo .gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #006ebc;
}

.ny1-product-lunbo .swiper-button-prev,
.ny1-product-lunbo .swiper-button-next {
    width: 35px;
    height: 50px;
    outline: none;
    top: 37%;
}

.ny1-product-lunbo .swiper-button-prev {
    background: url(../images/detail-prve.png) no-repeat;
    left: -52px;
}

.ny1-product-lunbo .swiper-button-prev:hover {
    background: url(../images/detail-prve1.png) no-repeat;
}

.ny1-product-lunbo .swiper-button-next {
    background: url(../images/detail-next.png) no-repeat;
    right: -52px;
}

.ny1-product-lunbo .swiper-button-next:hover {
    background: url(../images/detail-next1.png) no-repeat;
}

.detail-right>span {
    color: #333333;
    font-size: 24px;
    display: block;
    padding: 20px 0;
}

.detail-right {
    width: /* 605px */
    46.184%;
    margin-right: 25px;
}

.detail-right small {
    font-size: 14px;
    color: #333;
}

.prodetail-detail {
    display: flex;
    justify-content: space-between;
}

.detail-right>p {
    padding-bottom: 20px;
}

.detail-right small:before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -2px;
}

.detail-right .detail-icon1 {
    margin-right: 25px;
}

.detail-right .detail-icon1:before {
    width: 15px;
    height: 15px;
    background: url(../images/detail-icon1.png) no-repeat;
}

.detail-right .detail-icon2:before {
    width: 20px;
    height: 16px;
    background: url(../images/detail-icon2.png) no-repeat;
}

.detail-text {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 5px 0;
}

.detail-text li p {
    color: #333;
    font-size: 16px;
    width: 50%;
    line-height: 30px;
}

.detail-text li {
    display: flex;
    justify-content: space-between;
    /*padding: 0 20px;*/
}

.prodetail-pro-tit span {
    display: block;
}

.prodetail-pro-ul {
    display: flex;
    /*padding-bottom: 15px;*/
    border-bottom: 1px solid #eeeeee;
}

.prodetail-pro-ul li {
    margin-right: 30px;
    position: relative;
    padding-bottom: 15px;
}

.prodetail-pro-ul li.cur:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    background-color: #006ebc;
}

.prodetail-pro-ul li:hover:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 1;
    background-color: #006ebc;
}

.prodetail-pro-ul li a {
    display: block;
    font-size: 16px;
    color: #000000;
}

.prodetail-pro {
    margin-top: 40px;
}

.prodetail-pro-left {
    width: /* 900px */
    68.703%;
    padding: 0 25px;
    background: #fff;
    padding-top: 60px;
    padding-bottom: 55px;
}

.prodetail-pro-pic {
    /*text-align: center;*/
}

.prodetail-pro-t {
    padding: 30px 0 35px;
}


/*.prodetail-pro-pic span{

	color: #333333;

	font-size: 24px;

	padding-bottom: 10px;

	display: block;

}*/

.prodetail-pro-pic p {
    color: #333333;
}

.xin_zbody {
    /*color: #333333;
    font-size: 16px;
    line-height: 1.8;*/
}

.xin_zbody ul {
    list-style: initial;
    padding: revert;
    margin: revert;
}

.xin_zbody ul li {
    list-style: initial;
    padding: revert;
    margin: revert;
}

.xin_zbody p {
    color: #333333;
    font-size: 16px;
}

.prodetail-pro-biaoqian {
    padding: 35px 0 40px;
}

.prodetail-pro-biaoqian span {
    margin-left: 20px;
}

.prodetail-pro-page {
    display: flex;
    justify-content: space-between;
}

.prodetail-pro-page a {
    border: 1px solid #dddddd;
    display: inline-block;
    line-height: 42px;
    color: #333333;
    padding: 0 25px;
}

.prodetail-pro-right {
    background: #fff;
    width: /* 322px */
    24.581%;
}

.prodetail-pro-right>span {
    display: block;
    color: #333;
    font-size: 16px;
    width: 81.06%;
    margin: 0 auto;
    padding: 25px 0 40px;
}

.prodetail-pro {
    /* 	display: flex;

	justify-content: space-between; */
}

.prodetail-pro-list {
    text-align: center;
    width: /* 261px */
    81.06%;
    margin: 0 auto;
}

.prodetail-pro-list li {
    margin-bottom: 30px;
}

.prodetail-pro-list li span {
    display: block;
    text-align: center;
    font-size: 16px;
    padding-top: 20px;
    color: #333333;
}

.prodetail-pro-right {
    padding-bottom: 40px;
}

.ZoomContainer {
    display: none;
}

.uscoantact {
    background: #f8f8f8;
}

.uscoantact-list {
    width: 1156px;
    margin: 0 auto;
    padding-top: 90px;
}

.uscoantact-list ul {
    display: flex;
    justify-content: space-between;
}

.uscoantact-list ul li {
    background: #fff;
    text-align: center;
    width: 330px;
    padding: 35px 0 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    /* height: 223px; */
}

.uscoantact-list ul li p {
    width: 270px;
    margin: 0 auto;
}

.li-uscontact-icon {
    padding-bottom: 20px;
    /* padding-top: 35px; */
}

.uscontact-form {
    width: 950px;
    margin: 0 auto;
}

.uscontact-form li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.uscontact-form li input[type=text] {
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #bdbdbd;
    height: 50px;
    width: 410px;
    text-indent: 1em;
}

.uscontact-form li input[type=text]::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
}

.uscontact-form li input[type=text]::-moz-placeholder {
    color: #333;
    font-size: 14px;
}

.uscontact-form li input[type=text]::-ms-input-placeholder {
    color: #333;
    font-size: 14px;
}

.uscontact-form li p {
    width: 410px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bdbdbd;
    align-items: center;
}

.uscontact-form li p input[type=text] {
    width: 310px;
    border-bottom: 0;
}

.uscontact-form li p img {
    width: 80px;
    height: 20px;
}

.uscontact-form li textarea::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
}

.uscontact-form li textarea::-moz-placeholder {
    color: #333;
    font-size: 14px;
}

.uscontact-form li textarea::-ms-input-placeholder {
    color: #333;
    font-size: 14px;
}

.uscontact-form li textarea {
    padding-top: 15px;
    text-indent: 1em;
    height: 75px;
    color: #333;
    border-bottom: 1px solid #bdbdbd;
    font-size: 14px;
    width: 100%;
}

.uscontact-form li input[type=submit] {
    width: 948px;
    height: 40px;
    background-color: #006ebc;
    border-radius: 5px;
    margin-top: 40px;
    color: #fff;
}

.uscontact-form {
    padding: 80px 0 95px;
}

.newlist {}

.newlist-left {
    background: #fff;
    width: /* 950px */
    72.52%;
    border: 1px solid #dddddd;
}

.newlist-list,
.newlist-datile {
    margin: 0 auto;
    width: /* 900px */
    94.74%;
}

.newlist-list a {
    display: flex;
    justify-content: space-between;
    padding: 28px 0;
    border-bottom: 1px solid #dddddd;
}

.li-newlist-text {
    width: /* 720px */
    80%;
}

.li-newlist-text span {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.li-newlist-text p,
.li-newlist-text small {
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    font-size: 14px;
}

.newlist {
    padding: 40px 0;
}

.li-newlist-text span {
    display: block;
    padding: 3px 0;
}

.li-newlist-p {
    padding-top: 10px;
}

.newlist-list li:hover .li-newlist-text span {
    color: #006ebc;
}

.li-newlist-pic {}

.newlist-tui ul {
    background-color: #ffffff;
    border: solid 1px #dddddd;
}

.newlist {
    overflow: hidden;
}

.newlist-left {
    float: left;
}

.newlist-right {
    float: right;
}

.newlist-right span {
    display: block;
    padding: 22px 0 15px;
}

.newlist-tui,
.newlist-right span {
    margin: 0 auto;
    width: /* 284px */
    85.02%;
}

.newlist-tui ul li {
    padding: 0 20px;
}

.newlist-tui ul li a {
    display: block;
    color: #333333;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
}

.new-container {
    background: #f8f8f8;
}

.newlist-right {
    width: /* 322px */
    24.581%;
    background: #fff;
    border: 1px solid #dddddd;
    padding-bottom: 22px;
}

.newlist-datile-tit {
    padding: 65px 0 25px;
    margin-bottom: 22px;
}

.newlist-datile-tit span {
    color: #333333;
    font-size: 24px;
    display: block;
    padding-bottom: 10px;
}

.newlist-datile-tit {
    border-bottom: 1px solid #dddddd;
}

.newlist-datile-cont p {
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.newlist-datile-pic {
    text-align: center;
    padding: 30px 0;
}

.newlist-datile-cont {
    padding-bottom: 35px;
    color: #333;
    font-size: 16px;
    line-height: 2;
}

.newlist-datile-cont p {
    color: #333;
    font-size: 16px;
    line-height: 2;
}


/*.newlist-datile-cont span{

	font-size: 24px;

	color: #333;

	display: block;

	padding-bottom: 5px;

}*/

.newlist-bg .newlist-left {
    border: 0;
    padding-bottom: 40px;
}

.newlist-search input[type=text] {
    color: #666666;
    font-size: 14px;
    height: 44px;
    width: 218px;
    padding-left: 10px;
}

.newlist-search form {
    display: flex;
    justify-content: space-between;
}

.newlist-search button {
    width: 50px;
}

.newlist-search {
    width: /* 284px */
    85.02%;
    height: 44px;
    border-radius: 22px;
    border: solid 1px #dddddd;
    margin: 0 auto;
    overflow: hidden;
}

.newlist-jian span,
.newlist-jian a {
    display: block;
}

.newlist-jian span {
    font-size: 16px;
    color: #333;
}

.newlist-jian a {
    font-size: 14px;
    color: #333;
    width: /* 284px */
    85.02%;
    margin: 0 auto 10px;
}

.newlist-jian a:hover {
    color: #006EBC;
}

.newlist-bg .newlist-right {
    border: 0;
    padding-top: 25px;
}

.proshow-dwoln {
    background: #f8f8f8;
}

.dwoln-left {
    width: /* 980px */
    74.81%;
}

.li-dwoln-text span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

.li-dwoln-text small {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.li-dwoln-xia {
    width: 83px;
    height: 34px;
    background-color: #006ebc;
    text-align: center;
    line-height: 34px;
}

.li-dwoln-xia a {
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.proshow-dwoln {
    padding-bottom: 0;
    width: 100%;
}

.proshow-dwoln .proshow-scroll>ul>li {
    padding: 22px 0;
}

.dwoln-list ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

.li-dwoln-text {
    width: /* 740px */
    75.52%;
}

.li-dwoln-xia {
    margin-left: 95px;
}

.li-dwoln-icon {
    margin-right: 10px;
}

.li-dwoln-text span {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.li-dwoln-text small:before {
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 7px;
}

.li-dwoln-text small.li-dwoln-small1 {
    margin-right: 15px;
}

.li-dwoln-text small.li-dwoln-small1:before {
    background: url(../images/dwoln-icon2.png) no-repeat;
}

.li-dwoln-text small.li-dwoln-small2:before {
    background: url(../images/dwoln-icon3.png) no-repeat;
}

.dwoln-left {
    padding-top: 40px;
}

.dwoln-right {
    width: 301px;
    padding-top: 40px;
}

.dwoln-title {
    margin-bottom: 18px;
}

.dwoln-title span {
    display: block;
    font-size: 24px;
    color: #333333;
    border-bottom: solid 1px #006ebc;
    padding-bottom: 10px;
}

.dwoln-cont {
    display: flex;
    justify-content: space-between;
}

.dwoln-rightlist li {}

.li-rightlist-text {
    width: 143px;
}

.li-rightlist-text span {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dwoln-rightlist li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.li-rightlist-text p:before {
    width: 6px;
    height: 6px;
    content: "";
    display: inline-block;
    background-color: #006ebc;
    border-radius: 50%;
    margin-bottom: 2px;
    margin-right: 7px;
}


/*20200925 11：56*/

li.dang a {
    color: #006ebc!important;
}


/* 20201022修改 */

.PC-nav>ul>li {
    border-top: 2px transparent solid;
}

.PC-nav>ul>li.dang {
    border-top: 2px solid #006ebc;
}

.PC-nav>ul>li:hover>a,
.PC-nav>ul>li.dang>a {
    color: #006ebc;
}

.PC-nav>ul>li.active:hover>a:after {
    background: url(../images/xia21.png) no-repeat;
}

.PC-nav-muen>ul>li:hover>a {
    color: #006EBC;
}

.PC-nav-dwom ul li:hover a {
    color: #006EBC;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}


/* 修改 */

.hangye {
    background-color: #f4f4f4;
    padding-bottom: 40px;
}

.hangye-con {
    width: 1200px;
    margin: 0 auto;
}

.hangye-lb {
    position: relative;
}

.hangye-lb .gallery-thumbs .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.hangye-timg {
    text-align: center;
    background-color: transparent;
    width: 67px;
    height: 67px;
    padding: 6px;
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 auto;
}

.hangye-lb .gallery-thumbs .swiper-slide {
    width: 80px;
    margin: 0 45px;
}

.hangye-lb .gallery-thumbs .swiper-slide-thumb-active .hangye-timg {
    background-color: #0069b4;
}

.himg1 {
    display: block;
    margin: 0 auto;
}

.himg2 {
    display: none;
    margin: 0 auto;
}

.hangye-ttext {
    margin-top: 15px;
    text-align: center;
}

.hangye-ttext p {
    font-size: 18px;
    letter-spacing: 1px;
    color: #000000;
}

.hangye-lb .gallery-thumbs .swiper-slide-thumb-active .himg1 {
    display: none;
}

.hangye-lb .gallery-thumbs .swiper-slide-thumb-active .himg2 {
    display: block;
}

.hangye-lb .gallery-top {
    margin-top: 38px;
}

.hangye-more {
    position: absolute;
    right: -37px;
    bottom: 60px;
    z-index: 90;
}

.hangye-next {
    background: url(../images/hangye-right.png) no-repeat center center!important;
    width: 28px!important;
    height: 28px!important;
    right: 38px!important;
    top: 24%!important;
    outline: none;
    margin: 0!important;
}

.hangye-prev {
    background: url(../images/hangye-left.png) no-repeat center center!important;
    width: 28px!important;
    height: 28px!important;
    top: 24%!important;
    right: 96px!important;
    left: auto!important;
    outline: none;
    margin: 0!important;
}

.xnews-con {
    width: 1200px;
    margin: 0 auto;
}

.xnews-list {
    display: flex;
    justify-content: space-between;
}

.xnews-left {
    width: 788px;
}

.xnews-left ul {
    display: flex;
    justify-content: space-between;
}

.xnews-left ul li {
    width: 372px;
}

.xnews-limg img {
    width: 100%;
    height: 211px;
    object-fit: cover;
}

.xnews-ltext {
    background-color: #f5f5f5;
    padding: 20px 18px;
}

.xnews-ltit {
    position: relative;
}

.xnews-ltit:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    left: -11px;
    top: 8px;
}

.xnews-ltit h2 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333333;
    height: 63px;
    overflow: hidden;
}

.xnews-ltit:hover:before {
    background-color: #0069b4;
}

.xnews-ltit:hover h2 {
    color: #0069b4;
}

.xnews-lp {
    margin-top: 15px;
}

.xnews-lp span {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 10px;
}

.xnews-lp p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 2px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.xnews-lk {
    margin-top: 30px;
}

.xnews-lk p {
    font-size: 14px;
    letter-spacing: 2px;
    color: #0069b4;
}

.xnews-lk p a {
    font-size: 14px;
    color: #666666;
}

.xnews-lk p a:hover {
    color: #0069b4;
}

.xnews-right {
    width: 372px;
    background-color: #f5f5f5;
    position: relative;
}

.xnews-rtit {
    width: 129px;
    height: 39px;
    background-color: #666666;
}

.xnews-rtit a {
    display: block;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fefefe;
}

.xnews-rlist {
    padding: 13px 18px;
}

.xnews-rlist ul li {
    border-bottom: 1px dashed #999999;
    margin-bottom: 17px;
    padding-bottom: 20px;
}

.xnews-rtext h2 {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.xnews-rtext span {
    margin-top: 20px;
    display: block;
    font-size: 14px;
    color: #666666;
}

.xnews-rlist ul li .xnews-rtext h2:hover {
    color: #0069b4;
}

.join {
    margin-top: 50px;
    margin-bottom: 35px;
}

.join-con {
    width: 1200px;
    margin: 0 auto;
    background: url(../images/join_01.png) no-repeat center;
    padding-top: 13px;
    padding-bottom: 16px;
}

.join-tit {
    text-align: center;
}

.join-tit h2 {
    font-size: 39px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
    height: 40px;
}

.join-tit h3 {
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    height: 26px;
    margin-top: 7px;
}

.join-tit span {
    display: block;
    width: 133px;
    height: 31px;
    background-color: #ffffff;
    border-radius: 16px;
    margin: 18px auto 0;
    line-height: 31px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #0077f5;
}


/*11.22*/

.xin_con {
    display: flex;
    justify-content: space-between;
    margin-bottom: 84px;
}

.xin_left {
    width: 40%;
}

.xin_ltop h2 {
    font-size: 20px;
    letter-spacing: 3px;
    color: #666666;
    margin-bottom: 20px;
}

.xin_ltop p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 4px;
    color: #666666;
}

.xin_info {
    margin-top: 35px;
}

.xin_ibox p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 3px;
    color: #666666;
}

.xin_ibox p span {
    display: inline-block;
    width: 24px;
    margin-right: 11px;
}

.xin_map {
    margin-top: 60px;
    border-radius: 29px;
    overflow: hidden;
}

.xin_right {
    width: 53%;
    border-radius: 29px;
    border: solid 1px rgba(179, 179, 179, 0.63);
    padding-top: 40px;
    padding: 40px 55px;
    box-sizing: border-box;
}

.xin_rtit {
    text-align: center;
}

.xin_rtit h2 {
    font-size: 30px;
    letter-spacing: 5px;
    color: #333333;
}

.xin_rtit h2 span {
    display: inline-block;
    width: 45px;
    height: 2px;
    background-color: #333333;
    vertical-align: middle;
}

.xin_rlist {
    margin-top: 30px;
}

.xin_inp {
    width: 100%;
}

.xin_rbox {
    margin-bottom: 15px;
}

.xin_rbox1 {
    display: flex;
    justify-content: space-between;
}

.xin_rbox1 .xin_inp {
    width: 45%;
}

.xin_inp p {
    font-size: 16px;
    letter-spacing: 4px;
    color: #666666;
    margin-bottom: 10px;
}

.xin_inp p span {
    font-size: 16px;
    letter-spacing: 4px;
    color: #e30c0c;
}

.xin_inp input {
    width: 100%;
    height: 47px;
    background-color: #eeeeee;
    border-radius: 8px;
    font-size: 16px;
    color: #e30c0c;
    padding-left: 10px;
    box-sizing: border-box;
}

.xin_inp textarea {
    width: 100%;
    background-color: #eeeeee;
    border-radius: 8px;
    height: 100px;
    font-size: 16px;
    color: #e30c0c;
    padding: 10px;
    box-sizing: border-box;
}

.xin_rbox2 .xin_inp input {
    width: 70%;
}

.xin_rbox2 .xin_inp img {
    display: inline-block;
    vertical-align: top;
    width: calc(20% - 5px);
}

.xin_rbtn {
    text-align: right;
}

.xin_rbtn input {
    width: 208px;
    height: 47px;
    background-color: #0069b4;
    border-radius: 8px;
    font-size: 18px;
    color: #fefefe;
}


/*11.22*/