body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    width: 10px;
    border-radius: 5px;
}


/* 字体引入 */


/* 网站基本宽度（注意修改） */
.container {
    max-width: 1660px;
    padding: 0 15px;
}

.inner-container {
    max-width: 1210px;
    padding: 0 15px;
    margin: 0 auto;
}

#header {
    position: fixed;
    width: 100%;
    top: 55px;
    left: 0;
    z-index: 999;
    height: 155px;
    transition: 600ms;
}

#header.active {
    top: 0;
    height: 100px;
}

#header.active .container {
    max-width: 100%;
}

#header.active .container .logo {
    padding-top: 32px;
}

#header.active .container .menu-box {
    margin-top: 39px;
}

#header .container {
    height: 100%;
    background-color: rgba(182, 0, 5, 0.9);
    position: relative;
    z-index: 99;
    transition: 600ms;
}

#header .container .sub-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    text-align: right;
    background: rgba(49, 49, 49, 0.9);
    padding: 0 115px 30px 0;
    display: none;
}

#header .container .sub-menu ul {
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}

#header .container .sub-menu ul:nth-of-type(6) {
    margin-left: 15px;
}

#header .container .sub-menu ul:nth-of-type(5) {
    margin-left: 45px;
}

#header .container .sub-menu ul:nth-of-type(4) {
    margin-left: 55px;
}

#header .container .sub-menu ul:nth-of-type(3) {
    margin-left: 17px;
}

#header .container .sub-menu ul:nth-of-type(2) {
    margin-left: 45px;
}

#header .container .sub-menu ul li {
    margin-bottom: 5px;
}

#header .container .sub-menu ul li:last-child {
    margin-bottom: 0;
}

#header .container .sub-menu ul li a {
    display: inline-block;
    font: 14px "微软雅黑";
    color: #fff;
    padding: 3px;
}

#header .container .sub-menu ul li a:hover {
    background-color: #e60012;
}

#header .container .logo {
    padding-top: 60px;
    margin-left: 100px;
    transition: 600ms;
}
#header .container .h-lan{
	color: #fff;
	margin-top: 38px;
	margin-right: 80px;
}
#header .container .h-lan a{
	font: bold 20px "微软雅黑";
	color: #fff;
}
#header .container .h-lan span{
	margin: 0 10px;
}
#header .container .menu-box {
    float: right;
    margin-right: 100px;
    margin-top: 65px;
    transition: 600ms;
}

#header .container .menu-box .menu::after {
    content: "";
    display: table;
    clear: both;
}

#header .container .menu-box .menu>li {
    float: left;
    margin-left: 35px;
    position: relative;
    padding-bottom: 10px;
}

#header .container .menu-box .menu>li:first-child {
    margin-left: 0;
}

#header .container .menu-box .menu>li>a {
    font: bold 20px "微软雅黑";
    color: #fff;
}

#header .container .menu-box .menu>li>a:hover {
    color: #e60012;
}

#header .container .toggle-btn {
    position: absolute;
    left: 15px;
    top: 45px;
    border: none;
    outline: none;
    background-color: transparent;
    display: none;
}

#header .container .toggle-btn i {
    font-size: 35px;
    color: #fff;
}

#header .toggle-nav {
    position: fixed;
    left: -270px;
    top: 0;
    padding-top: 130px;
    width: 270px;
    height: 100%;
    background-color: rgba(49, 49, 49, 0.9);
    overflow: auto;
    transition: 300ms;
    display: none;
    z-index: 98;
}

#header .toggle-nav.open {
    left: 0;
}

#header .toggle-nav .menu>li {
    padding: 0 15px;
}

#header .toggle-nav .menu>li>a {
    display: block;
    font: 20px/50px "微软雅黑";
    color: #fff;
    text-transform: uppercase;
    transition: 300ms linear;
}

#header .toggle-nav .menu>li>a:hover {
    transform: translateX(5px);
}

#header .toggle-nav .menu>li .sub-menu>li>a {
    display: block;
    font: 18px/40px "微软雅黑";
    color: #fff;
    padding-left: 15px;
    text-transform: capitalize;
    transition: 300ms linear;
}

#header .toggle-nav .menu>li .sub-menu>li>a:hover {
    transform: translateX(5px);
}

#header .toggle-nav .search-box {
    padding: 15px;
}

#header .toggle-nav .search-box input {
    width: 80%;
    height: 40px;
    border: none;
    outline: none;
    font: 16px "微软雅黑";
    color: #000;
    padding-left: 15px;
}

#header .toggle-nav .search-box "微软雅黑"utton {
    width: 20%;
    height: 40px;
    border: none;
    outline: none;
    background-color: #333;
}

#header .toggle-nav .search-box "微软雅黑"utton i {
    font-size: 18px;
    color: #fff;
}

.index-banner .swiper-slide {
    height: 850px;
}

.index-banner .swiper-slide:nth-of-type(1) {
    background: url(../images/banner.jpg) center center no-repeat;
    background-size: cover;
}

.index-banner .swiper-slide:nth-of-type(2) {
    background: url(../images/banner2.jpg) center center no-repeat;
    background-size: cover;
}

.index-banner .swiper-slide:nth-of-type(3) {
    background: url(../images/banner3.jpg) center center no-repeat;
    background-size: cover;
}

.index-banner #banner-page {
    bottom: 25px;
}

.index-banner .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    border: 2px solid #313131;
    opacity: 1;
    background-color: transparent;
    margin: 0 10px !important;
}

.index-banner .swiper-pagination-bullet-active {
    background-color: #313131;
}

.index-product {
    background-color: white;
    padding: 100px 0;
}

.index-product .container .ip-list {
    padding: 50px;
    background-color: #fff;
    margin-bottom: 90px;
}

.index-product .container .ip-list .title {
    margin-bottom: 40px;
}

.index-product .container .ip-list .title .l-tit li {
    padding-top: 60px;
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
}

.index-product .container .ip-list .title .l-tit li:last-of-type {
    margin-right: 0;
}

.index-product .container .ip-list .title .l-tit li p {
    text-align: center;
}

.index-product .container .ip-list .title .l-tit li p:nth-of-type(1) {
    font: 20px "微软雅黑";
    color: #000;
}

.index-product .container .ip-list .title .l-tit li p:nth-of-type(2) {
    font: 12px "微软雅黑"rial;
    color: #000;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(1) {
    background: url(../images/iptabs1.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(2) {
    background: url(../images/iptabs2.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(3) {
    background: url(../images/iptabs3.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(4) {
    background: url(../images/iptabs4.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(5) {
    background: url(../images/iptabs5.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(6) {
    background: url(../images/iptabs6.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:hover p {
    color: #e60012;
}

.index-product .container .ip-list .title .l-tit li.active p {
    color: #e60012;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(1):hover {
    background: url(../images/iptabs-hv.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(2):hover {
    background: url(../images/iptabs2-hv.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(3):hover {
    background: url(../images/iptabs3-hv.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(4):hover {
    background: url(../images/iptabs4-hv.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(5):hover {
    background: url(../images/iptabs5-hv.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(6):hover {
    background: url(../images/iptabs6-hv.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(1).active {
    background: url(../images/iptabs-hv.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(2).active {
    background: url(../images/iptabs2-hv.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(3).active {
    background: url(../images/iptabs3-hv.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(4).active {
    background: url(../images/iptabs4-hv.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(5).active {
    background: url(../images/iptabs5-hv.png) center top no-repeat;
}

.index-product .container .ip-list .title .l-tit li:nth-of-type(6).active {
    background: url(../images/iptabs6-hv.png) center top no-repeat;
}

.index-product .container .ip-list .title .r-link {
    font: 16px "微软雅黑";
    color: #313131;
    text-transform: uppercase;
    margin-top: 20px;
    margin-right: 35px;
    position: relative;
}

.index-product .container .ip-list .title .r-link:hover::before {
    left: -30px;
}

.index-product .container .ip-list .title .r-link:hover::after {
    right: -30px;
}

.index-product .container .ip-list .title .r-link::after {
    content: ">";
    position: absolute;
    top: 0;
    right: -25px;
    transition: 300ms;
}

.index-product .container .ip-list .title .r-link::before {
    content: "<";
    position: absolute;
    top: 0;
    left: -25px;
    transition: 300ms;
}

.index-product .container .ip-list .list {
    position: relative;
    display: none;
}

.index-product .container .ip-list .list1 {
    display: block;
}

.index-product .container .ip-list .swiper-container .swiper-slide .img {
    margin-bottom: 13px;
    overflow: hidden;
}

.index-product .container .ip-list .swiper-container .swiper-slide .img img {
    width: 100%;
    transition: 1s;
}

.index-product .container .ip-list .swiper-container .swiper-slide .img img:hover {
    transform: scale(1.1);
}

.index-product .container .ip-list .swiper-container .swiper-slide p a {
    font: 18px "微软雅黑";
    color: #313131;
}

.index-product .container .ip-list .swiper-button-next {
    background-image: url(../images/ip-right.png);
    right: -40px;
}

.index-product .container .ip-list .swiper-button-prev {
    background-image: url(../images/ip-left.png);
    left: -40px;
}

.index-product .container .fac-list {
/*     padding: 35px 35px 0 35px; */
    background-color: #fff;
    position: relative;
}

.index-product .container .fac-list #ifac .swiper-slide img {
    width: 100%;
}

.index-product .container .fac-list #fac-page {
    right: 75px;
    bottom: 30px;
}

.index-product .container .fac-list .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid #222;
    opacity: 1;
    background-color: transparent;
    margin: 0 2px;
}

.index-product .container .fac-list .swiper-pagination-bullet-active {
    background-color: #222;
}

.index-product .container .fac-list .title {
    height: 80px;
    position: relative;
}

.index-product .container .fac-list .title p {
    font: 16px/80px "微软雅黑";
    color: #313131;
    position: absolute;
    left: -200px;
    opacity: 0;
    transition: 500ms;
}

.index-product .container .fac-list .title p.enter {
    left: 0;
    opacity: 1;
}

.index-product .container .fac-list .title p span {
    font: 20px "微软雅黑";
    padding-right: 15px;
}

.index-join {
    /*     background-color: #1b1b1b;
    padding: 125px 0 135px;
    text-align: center; */
}

.index-join img {
    width: 100%;
}

.index-join>p {
    text-align: center;
}

.index-join>p:nth-of-type(1) {
    font: 14px "微软雅黑";
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 135px;
}

.index-join>p:nth-of-type(2) {
    display: inline-block;
    font: 88px "微软雅黑";
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.index-join>p:nth-of-type(2) img {
    position: absolute;
    top: 0;
    right: 0;
}

.index-join>p:nth-of-type(3) {
    font: 99px "微软雅黑";
    color: #fff;
    letter-spacing: 40px;
    margin-bottom: 165px;
}

.index-join ul {
    text-align: center;
}

.index-join ul li {
    display: inline-block;
    margin-right: 80px;
}

.index-join ul li:last-child {
    margin-right: 0;
}

.index-join ul li p:nth-of-type(1) {
    font: 13px "微软雅黑";
    color: #fff;
}

.index-join ul li p:nth-of-type(2) {
    font: 13px "微软雅黑";
    color: #fff;
}

.index-company {
    background-color: white;
}

.index-company .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 100px 15px;
}

.index-company .container .item {
    width: 49%;
    margin-bottom: 70px;
    position: relative;
}

.index-company .container .item:nth-of-type(5),
.index-company .container .item:nth-of-type(6) {
    margin-bottom: 0;
}

.index-company .container .item:hover .img {
    transform: translate(-3px, -3px);
    box-shadow: 5px 5px 10px "微软雅黑"gba(0, 0, 0, 0.7);
}

.index-company .container .item .img {
    position: relative;
    margin-bottom: 10px;
    transition: 1000ms;
}

.index-company .container .item .img img {
    width: 100%;
}

.index-company .container .item .img .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 0 0 25px;
}

.index-company .container .item .img .info p:nth-of-type(1) {
    font: 70px "微软雅黑";
    color: #fff;
}

.index-company .container .item .img .info p:nth-of-type(2) {
    font: 20px "微软雅黑";
    color: #fff;
    margin-bottom: 30px;
}

.index-company .container .item .img .info p:nth-of-type(3) {
    font: 20px "微软雅黑"rial;
    color: #fff;
}

.index-company .container .item .img .info {
    background: url(../images/icobg1.png) left center no-repeat;
    background-size: contain;
}

.index-company .container .item>p:nth-of-type(1) {
    font: 18px "微软雅黑";
    color: #fff;
    margin-bottom: 3px;
}

.index-company .container .item>p:nth-of-type(2) {
    font: 13px "微软雅黑";
    color: #fff;
}

.index-footer {
    background-color: #b60005;
}

.index-footer>.container {
    max-width: 1515px;
    padding: 50px 15px 120px;
    position: relative;
}

.index-footer>.container .left img:nth-of-type(2) {
    margin-right: 15px;
}

.index-footer>.container .left img:nth-of-type(3) {
    width: 136px;
}

.index-footer>.container .left img:first-child {
    margin-bottom: 35px;
}

.index-footer>.container .right .item {
    display: inline-block;
    margin-right: 35px;
    vertical-align: top;
}

.index-footer>.container .right .item:last-child {
    margin-right: 0;
}

.index-footer>.container .right .item:hover p {
    color: #e60012;
}

.index-footer>.container .right .item p {
    font: 20px/28px "微软雅黑";
    color: #fff;
    margin-bottom: 30px;
}

.index-footer>.container .right .item ul li {
    margin-bottom: 5px;
    text-align: right;
}

.index-footer>.container .right .item ul li a {
    display: inline-block;
    font: 12px "微软雅黑";
    color: #fff;
    padding: 3px;
}

.index-footer>.container .right .item ul li a:hover {
    background-color: #e60012;
}

.index-footer>.container .link {
    position: absolute;
    width: 610px;
    padding: 10px 0;
/*     background-color: #070607; */
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 35px;
    text-align: center;
}

.index-footer>.container .link span {
    font: 12px "微软雅黑";
    color: #fff;
    margin-right: 25px;
}

.index-footer>.container .link span:last-child {
    margin-right: 0;
}

.index-footer>.container .link span a:hover {
    color: #e60012;
}

.index-footer .bottom {
    background-color: #fff;
}

.index-footer .bottom .container {
    max-width: 1515px;
    padding: 10px 15px;
}

.index-footer .bottom .container p {
    font: 18px "微软雅黑";
    color: #313131;
    margin-right: 50px;
}

.index-footer .bottom .container p:nth-of-type(3) {
    margin-right: 0;
}

.index-footer .bottom .container p:first-child {
    padding-left: 40px;
    background: url(../images/foot.jpg) left center no-repeat;
}

.index-footer .bottom .container a {
    font: 14px/22px "微软雅黑";
    color: #313131;
    margin-right: 40px;
    padding-right: 25px;
    background: url(../images/go.png) right top no-repeat;
}

.index-footer .bottom .container a:nth-of-type(1) {
    margin-right: 0;
}

.index-footer .bottom .container a:hover {
    color: #e60012;
}

.wp-image-5313 {
    display: none;
}

.inner-banner {
    height: 850px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}

.inner-page .bread-crumbs .page-tit {
    color: #707070;
    font-size: 24px;
    padding-left: 13px;
    position: relative;
}

.inner-page .bread-crumbs .page-tit:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 3px;
    height: 24px;
    background: #e70012;
}

.inner-page .bread-crumbs div.fr,
.inner-page .bread-crumbs div.fr a,
.inner-page .bread-crumbs div.fr span {
    color: #707070;
    font-size: 16px;
}

.inner-page .bread-crumbs div.fr a:hover {
    color: #e70012;
}

.inner-about {
    background-color: #313131;
}

.inner-about .inner-container {
    padding-top: 85px;
    padding-bottom: 190px;
}

.inner-about .inner-container .title {
    text-align: center;
    margin-bottom: 100px;
}

.inner-about .inner-container .title p:nth-of-type(1) {
    font: 22px "微软雅黑";
    color: #3c3c3c;
    letter-spacing: 10px;
    margin-bottom: 25px;
}

.inner-about .inner-container .title p:nth-of-type(2) {
    font: 36px "微软雅黑"l;
    color: #fff;
    margin-bottom: 15px;
}

.inner-about .inner-container .title p:nth-of-type(3) {
    font: 36px "微软雅黑";
    color: #3c3c3c;
    text-transform: uppercase;
}

.inner-about .inner-container .content p {
    font: 18px "微软雅黑";
    color: #e5e5e5;
    margin-bottom: 30px;
}

.inner-news {
    background-color: #313131;
}

.inner-news .inner-container {
    padding-top: 85px;
    padding-bottom: 190px;
}

.inner-news .inner-container .title {
    text-align: center;
    margin-bottom: 100px;
}

.inner-news .inner-container .title p:nth-of-type(1) {
    font: 22px "微软雅黑";
    color: #3c3c3c;
    letter-spacing: 10px;
    margin-bottom: 25px;
}

.inner-news .inner-container .title p:nth-of-type(2) {
    font: 36px "微软雅黑"l;
    color: #fff;
    margin-bottom: 15px;
}

.inner-news .inner-container .title p:nth-of-type(3) {
    font: 36px "微软雅黑";
    color: #3c3c3c;
    text-transform: uppercase;
}

.inner-news .inner-container .news-list {
    position: relative;
    margin-bottom: 80px;
}

.inner-news .inner-container .news-list #inner-news .swiper-slide .img {
    height: 165px;
    overflow: hidden;
}

.inner-news .inner-container .news-list #inner-news .swiper-slide .img img {
    width: 100%;
    height: 100%;
}

.inner-news .inner-container .news-list #inner-news .swiper-slide .info {
    padding: 22px 12px 35px;
    background-color: #fff;
    height: 250px;
}

.inner-news .inner-container .news-list #inner-news .swiper-slide .info p:nth-of-type(1) {
    font: 18px "微软雅黑";
    color: #313131;
    margin-bottom: 22px;
}

.inner-news .inner-container .news-list #inner-news .swiper-slide .info p:nth-of-type(1) a:hover {
    color: #dc1118;
}

.inner-news .inner-container .news-list #inner-news .swiper-slide .info p:nth-of-type(2) {
    font: 13px/20px "微软雅黑";
    color: #7d7d7d;
}

.inner-news .inner-container .news-list #inner-news .swiper-slide .date {
    font: 12px/40px "微软雅黑";
    color: #c9c9c9;
    text-align: center;
    border-top: 1px solid #c9c9c9;
    background-color: #fff;
}

.inner-news .inner-container .news-list .swiper-button-next,
.inner-news .inner-container .news-list .swiper-button-prev {
    background: none;
    width: 40px;
    height: 35px;
    opacity: 1;
}

.inner-news .inner-container .news-list .swiper-button-prev {
    left: -80px;
    background: url(../images/nleft.png);
}

.inner-news .inner-container .news-list .swiper-button-next {
    right: -80px;
    background: url(../images/nright.png);
}

.inner-news .inner-container .bt-words {
    font: 12px/20px "微软雅黑"rial;
    color: #555;
    text-align: center;
}

.inner-news .inner-container .nd-tit {
    font: 22px "微软雅黑";
    color: #fff;
}

.inner-news .inner-container .nd-date {
    font: 16px "微软雅黑";
    color: #fff;
    margin-bottom: 25px;
}

.inner-news .inner-container .nd-content p {
    font: 18px "微软雅黑";
    color: #e5e5e5;
    margin-bottom: 30px;
}

.inner-news-details {
    background-color: #313131;
}

.inner-news-details .inner-container {
    padding-top: 85px;
    padding-bottom: 190px;
}

.inner-news-details .inner-container .title {
    text-align: center;
    margin-bottom: 100px;
}

.inner-news-details .inner-container .title p:nth-of-type(1) {
    font: 22px "微软雅黑";
    color: #3c3c3c;
    letter-spacing: 10px;
    margin-bottom: 25px;
}

.inner-news-details .inner-container .title p:nth-of-type(2) {
    font: 36px "微软雅黑"l;
    color: #fff;
    margin-bottom: 15px;
}

.inner-news-details .inner-container .title p:nth-of-type(3) {
    font: 36px "微软雅黑";
    color: #3c3c3c;
    text-transform: uppercase;
}

.inner-contact {
    background-color: #313131;
}

.inner-contact .inner-container {
    padding-top: 85px;
    padding-bottom: 190px;
}

.inner-contact .inner-container .title {
    text-align: center;
    margin-bottom: 100px;
}

.inner-contact .inner-container .title p:nth-of-type(1) {
    font: 22px "微软雅黑";
    color: #3c3c3c;
    letter-spacing: 10px;
    margin-bottom: 25px;
}

.inner-contact .inner-container .title p:nth-of-type(2) {
    font: 36px "微软雅黑"l;
    color: #fff;
    margin-bottom: 15px;
}

.inner-contact .inner-container .title p:nth-of-type(3) {
    font: 36px "微软雅黑";
    color: #3c3c3c;
    text-transform: uppercase;
}

.inner-contact .inner-container .info .form {
    background-color: #fff;
    padding: 65px 35px 75px;
}

.inner-contact .inner-container .info .form .form-r {
    width: 32%;
    border: 6px solid #f2f2f2;
    padding: 30px;
    margin-top: 35px;
}

.inner-contact .inner-container .info .form .form-r h5 {
    font: 18px "微软雅黑";
    color: #303030;
    margin-bottom: 15px;
}

.inner-contact .inner-container .info .form .form-r p {
    font: 16px "微软雅黑";
    color: #575757;
    margin-bottom: 15px;
}

.inner-contact .inner-container .info .form .form-r p:nth-of-type(1) {
    font: 25px "微软雅黑";
    color: #575757;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
}

.wpulike {
    display: inline-block;
    margin-right: 15px;
}

.inner-contact .cn-form {
    width: 65%;
    background: #fff;
}

.inner-contact .cn-form .form-title {
    font: 25px "微软雅黑";
    color: #575757;
    text-align: center;
    margin-bottom: 45px;
}

.cn-form p {
    font-size: 18px;
    padding: 10px 0;
    color: #666;
}

.cn-form .formtit {
    margin-bottom: 26px;
    font-size: 22px;
    line-height: 23px;
    color: #444;
    text-align: center;
    padding-bottom: 18px;
    background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}

.cn-form li {
    margin-bottom: 13px;
    color: #444;
}

.cn-form li label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.cn-form .btnTjly {
    font-size: 15px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    width: 100%;
    height: 38px;
    background: #0b74b3;
    border: none;
    cursor: pointer;
    color: #fff;
}

.cn-form .btnTjly:hover {
    background: #000;
}

.cn-form .m-form-l {
    width: 49%;
}

.cn-form .m-form-l li .iptTxt {
    font-size: 13px;
    padding: 0 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    width: 100%;
    border: 1px solid #dedede;
    height: 40px;
    outline: none;
    background: #fff;
    color: #777;
}

.cn-form .m-form-l li .iptTxt:focus {
    border-color: #000;
    box-shadow: 0, 0, 6px, 6px, #000 0 0 0 #000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #000 0 0 0 #000;
    -moz-box-shadow: 0, 0, 6px, 6px, #000 0 0 0 #000;
    -ms-box-shadow: 0, 0, 6px, 6px, #000 0 0 0 #000;
    -o-box-shadow: 0, 0, 6px, 6px, #000 0 0 0 #000;
    outline: 0;
    background: rgba(251, 185, 8, 0.04);
}

.cn-form .m-form-l li .txtAre {
    width: 95%;
    height: 383px;
    border: 1px solid #dedede;
    outline: none;
    resize: none;
    padding: 14px;
    color: #ccc;
    line-height: 18px;
}

.cn-form .m-form-r {
    width: 49%;
}

.cn-form .m-form-r .pcsb {
    display: none;
}

.cn-form .m-form-r textarea {
    height: 315px;
    width: 100%;
    border: 1px solid #dedede;
    font-size: 13px;
    padding: 10px 15px;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

.cn-form .m-form-r textarea:focus {
    border-color: #000;
    box-shadow: 0, 0, 6px, 6px, #000 0 0 0 #000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #000 0 0 0 #000;
    -moz-box-shadow: 0, 0, 6px, 6px, #000 0 0 0 #000;
    -ms-box-shadow: 0, 0, 6px, 6px, #000 0 0 0 #000;
    -o-box-shadow: 0, 0, 6px, 6px, #000 0 0 0 #000;
    outline: 0;
    background: rgba(251, 185, 8, 0.04);
}

.cn-form div.wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
    width: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.cn-form .yzm img {
    width: 20%;
    display: inline-block;
}

.cn-form .yzm input {
    font-size: 13px;
    padding: 0 15px;
    width: 75.6%;
    border: 1px solid #dedede;
    height: 30px;
    outline: none;
    background: #fff;
    color: #777;
}

.cn-form .m-form-r .pcsb {
    display: none;
}

.inner-pro {
    padding: 60px 15px;
}

.inner-pro .pro-tit {
    font: 24px "微软雅黑";
    color: #707070;
    margin-bottom: 40px;
    padding-left: 20px;
    position: relative;
}

.inner-pro .pro-tit::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 24px;
    background-color: #e70012;
    left: 0;
    top: 5px;
}

.inner-pro .column {
    padding: 0 10px;
    margin-bottom: 20px;
}

.inner-pro .img-box {
    border: 1px solid #dedede;
    margin-bottom: 15px;
}

.inner-pro .pro-name {
    font: 16px "微软雅黑";
    color: #727171;
    text-align: center;
}

.inner-pro .nav {
    margin-left: 10px;
    margin-bottom: 40px;
    font-size: 0;
}

.inner-pro .nav li {
    margin-right: 15px;
    display: inline-block;
}

.inner-pro .nav li:last-child {
    margin-right: 0;
}

.inner-pro .nav li a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #707070;
    font: 16px "microsoft yahei";
    color: #707070;
    transition: 300ms;
}

.clearfix::after,
.clearfix::before {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.inner-pro .nav li a:hover {
    background-color: #707070;
    color: #fff;
}

.prodet-page {
    margin-top: 100px;
}

.pro-search {
    position: relative;
    text-align: right;
    margin: 26px 0 52px;
}

.pro-search input {
    outline: none;
}

.pro-search input[type="text"] {
    text-align: left;
    display: inline-block;
    width: 240px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #cccccc;
    padding: 0 40px 0 4px;
    color: #ababab;
}

.pro-search input[type="submit"] {
    border: none;
    position: absolute;
    top: 7px;
    right: 10px;
    width: 23px;
    height: 23px;
    background: url(../images/pro-ser-zoom.jpg) no-repeat center;
}

.pro-search ::-webkit-input-placeholder {
    color: #ababab;
}

.pro-search :-moz-placeholder {
    color: #ababab;
}

.pro-search ::-moz-placeholder {
    color: #ababab;
}

.pro-search :-ms-input-placeholder {
    color: #ababab;
}

.product-page .pro-list .list li {
    float: left;
    width: 286px;
    margin-right: 12px;
    margin-bottom: 47px;
}

.product-page .pro-list .list li .img-box {
    border: 1px solid #dedede;
    margin-bottom: 18px;
}

.product-page .pro-list .list li h3 a {
    display: block;
    text-align: center;
    color: #727171;
    font-size: 14px;
    line-height: 1.4em;
}

.prodet-page .prodet-thumb {
    margin-bottom: 148px;
}

.prodet-page .prodet-thumb .thumb-pics {
    width: 102px;
    margin-top: 173px;
    padding: 44px 0;
    position: relative;
}

.prodet-page .prodet-thumb .thumb-pics .arr {
    cursor: pointer;
    position: absolute;
    left: 50%;
    width: 47px;
    height: 20px;
    margin-left: -23px;
    background-position: center;
    background-repeat: no-repeat;
}

.prodet-page .prodet-thumb .thumb-pics .arr.arr-up {
    top: 0;
    background-image: url(../images/pro-gallery-arr-up.jpg);
}

.prodet-page .prodet-thumb .thumb-pics .arr.arr-down {
    bottom: 0;
    background-image: url(../images/pro-gallery-arr-down.jpg);
}

.prodet-page .prodet-thumb .thumb-pics .scrolls {
    overflow: hidden;
    height: 336px;
}

.prodet-page .prodet-thumb .thumb-pics .scrolls ul {
    height: 9999px;
}

.prodet-page .prodet-thumb .thumb-pics .scrolls ul li {
    cursor: pointer;
    padding: 0;
    display: block;
    border: 1px solid #999999;
    margin-bottom: 15px;
    line-height: 100px;
}

.prodet-page .prodet-thumb .b-img {
    width: 800px;
}

.prodet-page .prodet-thumb .b-img img {
    width: 100%;
}

.prodet-page .prodet-information {
    margin-top: 103px;
}

.prodet-page .prodet-information .prodet-tit {
    font-size: 24px;
    color: #ec3642;
    font-weight: bold;
}

.prodet-page .prodet-information .prodet-tit em {
    font-size: 22px;
    font-style: italic;
}

.prodet-page .prodet-information .prodet-tit.ita {
    font-style: italic;
}

.prodet-page .prodet-information .info-one .fl {
    width: 577px;
    margin-top: 33px;
}

.prodet-page .prodet-information .info-one .fl table {
    width: 100%;
    margin-top: 17px;
}

.prodet-page .prodet-information .info-one .fl table tr {
    background: #494949;
}

.prodet-page .prodet-information .info-one .fl table tr:nth-of-type(2n) {
    background: #898989;
}

.prodet-page .prodet-information .info-one .fl table tr td {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    padding-left: 10px;
}

.prodet-page .prodet-information .info-two {
    margin: 82px 0 134px;
}

.prodet-page .prodet-information .info-two .prodet-tit {
    margin-bottom: 40px;
}

.prodet-page .prodet-information .info-three .tit {
    text-align: center;
}

.prodet-page .prodet-information .info-three .tit h2 {
    font-size: 36px;
    color: #464246;
    font-family: 'fzltcx';
}

.prodet-page .prodet-information .info-three .tit p {
    color: #464246;
    font-size: 18px;
    width: 73%;
    margin: 33px "微软雅黑"uto 0;
    line-height: 1.7em;
}

.prodet-page .prodet-information .info-three .list {
    margin-top: 101px;
}

.prodet-page .prodet-information .info-three .list::before,
.prodet-page .prodet-information .info-three .list::after {
    content: "";
    display: table;
}

.prodet-page .prodet-information .info-three .list::after {
    clear: both;
}

.prodet-page .prodet-information .info-three .list li {
    float: left;
    width: 48%;
    margin-bottom: 39px;
    overflow: hidden;
	height: auto;
}

.prodet-page .prodet-information .info-three .list li .img {
    width: 14.8%;
    margin-top: 9px;
}

.prodet-page .prodet-information .info-three .list li .fr {
    width: 82%;
}

.prodet-page .prodet-information .info-three .list li .fr h4,
.prodet-page .prodet-information .info-three .list li .fr span {
    font-size: 26px;
    color: #171717;
    font-family: 'fzltcx';
    font-weight: bold;
}

.prodet-page .prodet-information .info-three .list li .fr span {
    font-size: 18px;
    display: block;
    margin: 1px 0 4px;
}

.prodet-page .prodet-information .info-three .list li .fr p {
    font-size: 12px;
}

.inner-zs {
    background-color: #fefefe;
}

.inner-zs .inner-container {
    padding: 1px 15px 195px;
}

.inner-zs .inner-container .menu {
    padding-bottom: 28px;
    border-bottom: 1px solid #000;
    position: relative;
    margin-bottom: 95px;
}

.inner-zs .inner-container .menu::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -17px;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.inner-zs .inner-container .menu li {
    display: inline-block;
    margin-right: 35px;
}

.inner-zs .inner-container .menu li:last-child {
    margin-right: 0;
}

.inner-zs .inner-container .menu li a {
    display: block;
    padding: 5px;
    font: 20px "微软雅黑";
    color: #000;
    transition: 300ms;
}

.inner-zs .inner-container .menu li a:hover {
    background-color: #000;
    color: #fff;
}

.inner-zs .inner-container .content {
    padding-top: 60px;
}

.inner-zs .inner-container .zs-title {
    text-align: center;
    padding-bottom: 60px;
}

.inner-zs .inner-container .zs-title p:nth-of-type(1) {
    font: bold 70px "微软雅黑";
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.inner-zs .inner-container .zs-title p:nth-of-type(2) {
    font: 35px "微软雅黑";
    color: #000;
}

.inner-zs .inner-container .sq-content ul {
    padding: 105px 185px 50px;
    border: 1px solid #cccccc;
}

.inner-zs .inner-container .sq-content ul li {
    width: 100%;
    margin-bottom: 20px;
}

.inner-zs .inner-container .sq-content ul li:nth-of-type(5) {
    margin-bottom: 65px;
}

.inner-zs .inner-container .sq-content ul li input {
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    font: 24px "微软雅黑";
    color: #000;
}

.inner-zs .inner-container .sq-content ul li input::-webkit-input-placeholder {
    color: #000;
}

.inner-zs .inner-container .sq-content ul li:nth-of-type(6) {
    margin-bottom: 0;
}

.inner-zs .inner-container .sq-content ul li:nth-of-type(6) input {
    display: block;
    width: 188px;
    height: 52px;
    background-color: #dc1118;
    border-radius: 5px;
    font: 24px "微软雅黑";
    color: #fff;
    margin: 0 auto;
    transition: 300ms;
}

.inner-zs .inner-container .sq-content ul li:nth-of-type(6) input:hover {
    background-color: #000;
    color: #fff;
}

.inner-zs .inner-container .ys-content .ys1 {
    padding-bottom: 310px;
    border-bottom: 1px solid #000;
    position: relative;
    margin-bottom: 95px;
}

.inner-zs .inner-container .ys-content .ys1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    bottom: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.inner-zs .inner-container .ys-content .ys1 li {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.inner-zs .inner-container .ys-content .ys1 li:last-child {
    margin-bottom: 0;
}

.inner-zs .inner-container .ys-content .ys1 li .img {
    width: 100%;
}

.inner-zs .inner-container .ys-content .ys1 li .img img {
    width: 100%;
}

.inner-zs .inner-container .ys-content .ys1 li .info {
    margin-left: 60px;
}

.inner-zs .inner-container .ys-content .ys2 li .info {
    margin-left: 0;
    margin-right: 60px;
}

.inner-zs .inner-container .ys-content .ys1 li .info p:nth-of-type(1) {
    font: 20px "微软雅黑";
    color: #000;
    margin-bottom: 25px;
}

.inner-zs .inner-container .ys-content .ys1 li .info p:nth-of-type(2) {
    font: 18px "微软雅黑";
    color: #000;
}

.inner-zs .inner-container .ys-content #yf .swiper-slide {
    position: relative;
}

.inner-zs .inner-container .ys-content #yf .swiper-slide img {
    width: 100%;
}

.inner-zs .inner-container .ys-content #yf .swiper-slide p {
    position: absolute;
    width: 100%;
    font: 20px "微软雅黑";
    color: #000;
    text-align: center;
    left: 0;
    bottom: 15px;
}

.inner-zs .inner-container .ys-content .ys3 {
    padding-bottom: 310px;
    border-bottom: 1px solid #000;
    position: relative;
    margin-bottom: 95px;
}

.inner-zs .inner-container .ys-content .ys3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    bottom: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

.inner-zs .inner-container .ys-content .ys4 ul {
    display: flex;
    justify-content: space-between;
}

.inner-zs .inner-container .ys-content .ys4 ul li {
    flex: 1;
    height: 105px;
    border: 1px solid #ccc;
    font: 18px/105px "微软雅黑";
    color: #000;
    text-align: center;
    cursor: pointer;
    transition: 300ms;
}

.inner-zs .inner-container .ys-content .ys4 ul li.active {
    background-color: #ccc;
}

.inner-zs .inner-container .ys-content .ys4 ul li:hover {
    background-color: #ccc;
}

.inner-zs .inner-container .ys-content .ys4 .img {
    display: none;
}

.inner-zs .inner-container .ys-content .ys4 .img:nth-of-type(1) {
    display: block;
}

.inner-zs .inner-container .ys-content .ys4 .img img {
    width: 100%;
}

.inner-zs .inner-container .fc-content {
    height: 2300px;
    background: url(../images/fcbg.png) center top no-repeat;
    position: relative;
}

.inner-zs .inner-container .fc-menu {
    margin-bottom: 0;
}

.inner-zs .inner-container .fc-menu::after {
    display: none;
}

.inner-zs .inner-container .fc-content .item {
    padding: 20px 35px;
    background-color: #f6f6f6;
    position: absolute;
    width: 42%;
}

.inner-zs .inner-container .fc-content .item p {
    font: 20px "微软雅黑";
    color: #5a5a5a;
    margin-bottom: 30px;
}

.inner-zs .inner-container .fc-content .item img {
    width: 100%;
}

.inner-zs .inner-container .fc-content .item:nth-of-type(1) {
    left: 30px;
    top: 85px;
}

.inner-zs .inner-container .fc-content .item:nth-of-type(2) {
    right: 30px;
    top: 325px;
}

.inner-zs .inner-container .fc-content .item:nth-of-type(3) {
    left: 30px;
    top: 565px;
}

.inner-zs .inner-container .fc-content .item:nth-of-type(4) {
    right: 30px;
    top: 810px;
}

.inner-zs .inner-container .fc-content .item:nth-of-type(5) {
    left: 30px;
    top: 1050px;
}

.inner-zs .inner-container .fc-content .item:nth-of-type(6) {
    right: 30px;
    top: 1290px;
}

.inner-zs .inner-container .fc-content .item:nth-of-type(7) {
    left: 30px;
    top: 1530px;
}

.inner-zs .inner-container .fc-content .item:nth-of-type(8) {
    right: 30px;
    top: 1770px;
}

.inner-zs .inner-container .fc-content .item:nth-of-type(9) {
    left: 30px;
    top: 2010px;
}

.m-page {
    text-align: center;
}

.m-page span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #707070;
    font: 14px/30px "微软雅黑"rial;
    color: #fff;
    transition: 300ms;
}

.m-page span:hover {
    background-color: #000;
}

.m-page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #707070;
    font: 14px/30px "微软雅黑"rial;
    color: #fff;
    transition: 300ms;
}

.m-page a:hover {
    background-color: #000;
}

.inner-about h3 {
    font: 24px "微软雅黑";
    color: #5a5a5a;
    margin-bottom: 30px;
}

.inner-about .year {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
}

.prodet-page .prodet-pics .grid.two.column .pro-bPic ul {
    padding: 0;
}

.prodet-page .prodet-pics .grid.two.column .pro-bPic ul li {
    display: inline-block;
    width: 25%;
}

.m-form-r .btnTjly {
    display: none;
}

@media (max-width: 1440px) {
    #header .container .logo {
        margin-left: 0;
    }
    #header .container .menu-box {
        margin-right: 0;
    }
    .inner-news .inner-container .news-list .swiper-button-next {
        right: 15px;
        top: 35%;
    }
    .inner-news .inner-container .news-list .swiper-button-prev {
        left: 15px;
        top: 35%;
    }
}

@media (max-width: 1200px) {
    #header {
        height: 120px;
        top: 0;
    }
    #header .container {
        background-color: #313131;
    }
    #header .container .sub-menu {
        display: none;
    }
    #header .container .logo {
        margin-left: 0;
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 42px;
    }
    #header .container .menu-box {
        display: none;
    }
    #header .container .toggle-btn {
        display: block;
    }
    #header .toggle-nav {
        display: block;
    }
	#header .container .h-lan{
		display: none;
	}
    .index-banner {
        margin-top: 120px;
    }
    .index-banner .swiper-slide {
        height: 580px;
    }
    .index-product {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .index-product .container .ip-list {
        margin-bottom: 80px;
    }
    .index-product .container .fac-list #fac-page {
        display: none;
    }
    .index-join {
        padding: 80px 0;
    }
    .index-join>p:nth-of-type(1) {
        margin-bottom: 60px;
    }
    .index-join>p:nth-of-type(2) {
        font-size: 50px;
    }
    .index-join>p:nth-of-type(3) {
        margin-bottom: 60px;
        font-size: 60px;
    }
    .index-company .container {
        padding: 80px 15px;
    }
    .index-company .container .item .img .info p:nth-of-type(1) {
        font-size: 30px;
    }
    .index-company .container .item .img .info {
        padding: 15px;
    }
    .index-company .container .item .img .info p:nth-of-type(2) {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .index-company .container .item .img .info p:nth-of-type(3) {
        font-size: 14px;
    }
    .index-footer>.container .left {
        float: none;
        margin-bottom: 40px;
        text-align: center;
    }
    .index-footer>.container .left img {
        display: inline-block;
    }
    .index-footer>.container .right {
        float: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-footer .bottom .container p {
        font-size: 14px;
        line-height: 25px;
        margin-right: 20px;
    }
    .index-footer .bottom .container a {
        margin-right: 20px;
    }
    .inner-banner {
        height: 550px;
    }
    .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName,
    .prodet-page .prodetTit,
    .contact-page .c-list-box .contactList .c-name {
        font-size: 30px;
    }
    .prodet-page .prodet-det-two {
        padding: 70px 0;
    }
    .inner-zs .inner-container .zs-title p:nth-of-type(1) {
        font-size: 40px;
    }
    .index-product .container .ip-list .title .l-tit {
        float: none;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-product .container .ip-list .title .l-tit li {
        margin: 0;
    }
}

@media (max-width:1000px) {
    .prodet-page .prodet-pics .grid.two.column .pro-bPic {
        text-align: center;
    }
    .prodet-page .prodet-pics .grid.two.column .pro-bPic img {
        width: auto;
        margin: 0 auto;
    }
    .prodet-page .prodet-det-two {
        padding: 50px 0;
    }
    .prodet-page .prodet-pics .grid.two.column .pro-det-one .pdf-box "微软雅黑" {
        font-size: 14px;
    }
    .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName,
    .prodet-page .prodetTit,
    .contact-page .c-list-box .contactList .c-name {
        font-size: 24px;
    }
    .prodet-page .recommand-product {
        padding: 40px 0;
    }
}

@media (max-width: 992px) {
    .index-company .container .item {
        width: 100%;
    }
    .index-company .container .item:nth-of-type(3) {
        margin-bottom: 70px;
    }
    .index-footer .bottom .container p {
        float: none;
    }
    .inner-contact .cn-form {
        width: 100%;
        margin-bottom: 40px;
    }
    .inner-contact .inner-container .info .form .form-r {
        width: 100%;
        margin-top: 0;
    }
    #mapContainer {
        height: 300px!important;
    }
}

@media (max-width: 768px) {
    .index-join ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .index-join ul li:last-child {
        margin-bottom: 0;
    }
    .index-footer>.container .link {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .inner-about .inner-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .inner-about .inner-container .title {
        margin-bottom: 40px;
    }
    .inner-about .inner-container .title p:nth-of-type(1) {
        margin-bottom: 15px;
    }
    .inner-about .inner-container .title p:nth-of-type(2) {
        font-size: 22px;
    }
    .inner-about .inner-container .title p:nth-of-type(3) {
        font-size: 22px;
    }
    .inner-news .inner-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .inner-news .inner-container .title {
        margin-bottom: 40px;
    }
    .inner-news .inner-container .title p:nth-of-type(1) {
        margin-bottom: 15px;
    }
    .inner-news .inner-container .title p:nth-of-type(2) {
        font-size: 22px;
    }
    .inner-news .inner-container .title p:nth-of-type(3) {
        font-size: 22px;
    }
    .inner-contact .inner-container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .inner-contact .inner-container .title {
        margin-bottom: 40px;
    }
    .inner-contact .inner-container .title p:nth-of-type(1) {
        margin-bottom: 15px;
    }
    .inner-contact .inner-container .title p:nth-of-type(2) {
        font-size: 22px;
    }
    .inner-contact .inner-container .title p:nth-of-type(3) {
        font-size: 22px;
    }
    .prodet-page .prodet-pics .grid.two.column .pro-bPic,
    .prodet-page .prodet-pics .grid.two.column .pro-det-one,
    .prodetFeedback .ptForm .fbTop li {
        width: 100%!important;
        padding-left: 0!important;
    }
    .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
        font-size: 19px;
        margin-top: 30px;
    }
    .inner-zs .inner-container .zs-title p:nth-of-type(1) {
        font-size: 25px;
    }
    .inner-zs .inner-container .zs-title p:nth-of-type(2) {
        font-size: 20px;
    }
    .inner-zs .inner-container {
        padding: 60px 15px;
    }
    .inner-zs .inner-container .menu {
        padding-bottom: 15px;
        margin-bottom: 40px;
    }
    .inner-zs .inner-container .menu li {
        margin-right: 15px;
    }
    .inner-zs .inner-container .menu li a {
        font-size: 16px;
    }
    .inner-zs .inner-container .sq-content ul {
        padding: 20px;
    }
    .inner-zs .inner-container .sq-content ul li input {
        font-size: 16px;
    }
    .inner-zs .inner-container .sq-content ul li:nth-of-type(6) input {
        font-size: 16px;
    }
    .inner-zs .inner-container .ys-content .ys1 {
        padding-bottom: 80px;
    }
    .inner-zs .inner-container .ys-content .ys1 li {
        display: block;
        margin-bottom: 60px;
    }
    .inner-zs .inner-container .ys-content .ys1 li .img {
        margin-bottom: 30px;
    }
    .inner-zs .inner-container .ys-content .ys1 li .info {
        margin-left: 0;
    }
    .inner-zs .inner-container .ys-content .ys2 li .info {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .inner-zs .inner-container .ys-content .ys3 {
        padding-bottom: 80px;
    }
    .inner-zs .inner-container .fc-content {
        height: auto;
        background: none;
    }
    .inner-zs .inner-container .fc-content .item {
        width: 100%;
        position: static;
        margin-bottom: 40px;
        padding: 15px;
    }
    .inner-zs .inner-container .fc-content .item p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .inner-pro .nav li {
        margin-bottom: 15px;
    }
    .product-page .pro-list .list li {
        width: 46%;
        margin: 0 2% 30px;
    }
    .prodet-page .prodet-thumb .thumb-pics {
        width: 18%;
        margin-top: 0;
        padding: 0;
    }
    .prodet-page .prodet-thumb .thumb-pics .arr {
        display: none;
    }
    .prodet-page .prodet-thumb .b-img {
        width: 75%;
    }
    .prodet-page .prodet-thumb {
        margin-bottom: 0;
    }
    .prodet-page .prodet-information {
        margin-top: 0;
    }
    .prodet-page .prodet-information .info-one .fl {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .prodet-page .prodet-information .prodet-tit {
        font-size: 18px;
    }
    .prodet-page .prodet-information .info-one .fl table tr td {
        font-size: 14px;
    }
    .prodet-page .prodet-information .info-three .tit h2 {
        font-size: 24px;
    }
    .prodet-page .prodet-information .info-three .tit p {
        font-size: 16px;
    }
    .prodet-page .prodet-information .info-three .list {
        margin-top: 60px;
    }
    .prodet-page .prodet-information .info-three .list li {
        width: 100%;
    }
    .prodet-page .prodet-information .info-three .list li .fr h4,
    .prodet-page .prodet-information .info-three .list li .fr span {
        font-size: 20px;
    }
    .index-product .container .ip-list .title .l-tit li {
        width: 33%;
        margin-bottom: 20px;
    }
    .index-product .container .ip-list .title .l-tit li p:nth-of-type(1) {
        font-size: 14px;
    }
    .index-product .container .ip-list .list {
        padding: 0;
    }
}

@media (max-width: 576px) {
    #header {
        height: 65px;
    }
    #header .container .logo {
        padding-top: 25px;
    }
    #header .container .logo img {
        width: 200px;
    }
    #header .container .toggle-btn {
        top: 22px;
    }
    #header .container .toggle-btn i {
        font-size: 25px;
    }
    #header .toggle-nav {
        padding-top: 75px;
    }
    #header .toggle-nav .menu>li>a {
        font-size: 16px;
        line-height: 40px;
    }
    #header .toggle-nav .menu>li .sub-menu>li>a {
        font-size: 14px;
    }
    .index-banner {
        margin-top: 65px;
    }
    .index-banner .swiper-slide {
        height: 200px;
    }
    .index-banner .swiper-pagination {
        display: none;
    }
    .index-product {
        padding: 50px 0;
    }
    .index-product .container .ip-list {
        margin-bottom: 50px;
        padding: 15px;
    }
    .index-product .container .ip-list .title .l-tit {
        background: none;
    }
    .index-product .container .ip-list .title .l-tit p:nth-of-type(2) {
        font-size: 16px;
    }
    .index-product .container .ip-list .swiper-container .swiper-slide p {
        text-align: center;
    }
    .index-product .container .ip-list .swiper-container .swiper-slide p a {
        font-size: 16px;
    }
    .index-product .container .ip-list .title .r-link {
        margin-top: 12px;
    }
    .index-product .container .fac-list {
/*         padding: 15px; */
    }
    .index-product .container .fac-list .title {
        height: 40px;
    }
    .index-product .container .fac-list .title p {
        line-height: 40px;
        font-size: 12px;
    }
    .index-product .container .fac-list .title p span {
        font-size: 12px;
        padding-right: 0;
    }
    .index-join {
        padding: 0;
    }
    .index-company .container {
        padding: 50px 15px;
    }
    .index-company .container .item .img .info p:nth-of-type(1) {
        display: none;
    }
    .index-company .container .item .img .info p:nth-of-type(2) {
        display: none;
    }
    .index-company .container .item>p:nth-of-type(1) {
        font-size: 16px;
    }
    .index-company .container .item {
        margin-bottom: 40px;
    }
    .index-company .container .item:nth-of-type(3) {
        margin-bottom: 40px;
    }
    .index-footer>.container .right .item {
        width: 32%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .index-footer>.container .right .item ul li {
        text-align: left;
    }
    .index-footer>.container .right .item p {
        font-size: 16px;
    }
    .index-footer .bottom .container {
        text-align: center;
    }
    .index-footer .bottom .container p:nth-of-type(1) {
        display: inline-block;
    }
    .index-footer .bottom .container a {
        float: none;
        margin-right: 0;
    }
    .index-footer .bottom .container a:nth-of-type(1) {
        margin-right: 15px;
    }
    .inner-banner {
        height: 200px;
        margin-top: 65px;
    }
    .inner-about .inner-container .content p {
        font-size: 14px;
    }
    .inner-news .inner-container .news-list .swiper-button-prev,
    .inner-news .inner-container .news-list .swiper-button-next {
        display: none;
    }
    .inner-news .inner-container .nd-tit {
        font-size: 16px;
        text-align: center;
    }
    .inner-news .inner-container .nd-date {
        font-size: 14px;
        text-align: center;
    }
    .inner-news .inner-container .nd-content p {
        font-size: 14px;
    }
    .inner-contact .inner-container .info .form {
        padding: 40px 20px;
    }
    .inner-contact .cn-form .form-title {
        margin-bottom: 25px;
    }
    .cn-form .m-form-l {
        width: 100%;
    }
    .cn-form .m-form-l .pcsb {
        display: none;
    }
    .cn-form .m-form-r {
        width: 100%;
    }
    .cn-form .m-form-r .pcsb {
        display: block;
    }
    .inner-zs .inner-container .menu {
        display: none;
    }
    .inner-zs .inner-container .zs-title p:nth-of-type(1) {
        font-size: 18px;
    }
    .inner-zs .inner-container .zs-title p:nth-of-type(2) {
        font-size: 16px;
    }
    .inner-zs .inner-container .sq-content ul li:nth-of-type(6) input {
        width: 115px;
        height: 40px;
    }
    .inner-zs .inner-container .sq-content ul li:nth-of-type(5) {
        margin-bottom: 40px;
    }
    .inner-zs .inner-container .sq-content ul li input {
        height: 40px;
    }
    .inner-zs .inner-container .ys-content .ys1 li .info p:nth-of-type(1) {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .inner-zs .inner-container {
        padding: 40px 15px;
    }
    .inner-zs .inner-container .ys-content .ys1 li .info p:nth-of-type(2) {
        font-size: 14px;
    }
    .inner-zs .inner-container .zs-title {
        padding-bottom: 30px;
    }
    .inner-zs .inner-container .ys-content .ys1 {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
    .inner-zs .inner-container .ys-content .ys3 {
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
    .inner-zs .inner-container .ys-content .ys4 ul {
        display: block;
    }
    .inner-zs .inner-container .ys-content .ys4 ul li {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
    .m-form-l .btnTjly {
        display: none;
    }
    .m-form-r .btnTjly {
        display: block;
    }
    .prodet-banner {
        display: none;
    }
    .wp-image-5271 {
        display: none;
    }
    .wp-image-5272 {
        display: none;
    }
    .wp-image-5273 {
        display: none;
    }
    .wp-image-5274 {
        display: none;
    }
    .wp-image-5275 {
        display: none;
    }
    .wp-image-5276 {
        display: none;
    }
    .wp-image-5277 {
        display: none;
    }
    .wp-image-5278 {
        display: none;
    }
    .wp-image-5280 {
        display: none;
    }
    .wp-image-5313 {
        display: block;
    }
}



.djwxzx{
    position:fixed;
    right:0;
    top:55%;
    text-align:center;
    padding: 8px 15px;
    background:red;
    z-index:99;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
}

.djwxzx h3{
    font-size:16px;
    margin-bottom:4px;
}

.djwxzx img{
    position:absolute;
    right:100%;
    top:0;
    max-width:120px;
    display:none;
}








