* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "微软雅黑";
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -mos-transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

hr {
    border: none;
}

.clear {
    clear: both;
}

.container {
    padding: 0;
}

p,
ul {
    margin: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
textarea {
    outline: none;
}

.row {
    margin: 0px;
}

.container {
    margin: 0px auto;
    width: 1200px;
}

.w1360 {
    margin: 0px auto;
    width: 1360px;
}


/*移动导航*/
.mb_header {
    display: none;
}


/*pc导航*/
.pc_header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    padding: 0px 3%
}

.pc_logo {
    width: auto;
    height: 100%;
    float: left;
    position: relative;
}

.pc_logo a {
    display: block;
}

.pc_logo img {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pc_header .top-nav-left {
    width: 860px;
    float: right;
    height: 88px;
}

.nav {
    height: 100%;
    width: 100%;
    float: left;
}

.nav a {
    color: #c5dbff;
    font-size: 14px;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
    height: 100%;
    width: 102px;
    text-align: center;
    margin: 0px 8px;
}

.nav .nLi h3 a {
    display: block;
    font-size: 15px;
    color: #ffffff;
    height: 100%;
    line-height: 88px;
    width: 100%;
}

.nav .sub {
    display: none;
    left: 50%;
    top: 90px;
    position: absolute;
    line-height: 26px;
    padding: 0;
    /* width: 120px; */
    border: 0;
    z-index: 99999;
    transform: translateX(-50%);
}

.nav .sub li {
    zoom: 1;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.8);
    text-align: center
}

.nav .sub li p {
    width: 100%;
    float: left;
    margin: 0px;
    white-space: nowrap;
}

.nav .sub li span {
    float: right;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
    color: #333;
    font-size: 12px;
    height: 100%;
}

.nav .sub a:hover {
    color: #e3c79d
}

.nav .active h3 a {
    color: #e3c79d;
    font-weight: bold;
    border-bottom: 2px solid #e3c79d
}

.nav .sub li:hover a {
    background: #fff !important;
}

.sub li:hover a {
    color: #e3c79d
}

.h_menu {
    float: right;
    display: flex;
    align-items: center;
}

.h_menu>img {
    width: 38px;
    height: 32px;
    background: url(../image/menu.png) no-repeat;
    margin-right: 20px;
}

.h_menu .language {
    height: 88px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
}

.h_menu .language a {
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
}

.h_menu .language a.active {
    color: red;
}

.h_menu .language .list {
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.5);
}

.h_menu .language:hover .list {
    height: 80px;
}

/*首页*/
.pc_shouye {
    width: 100%;
    height: 100%;
}

#menu {
    position: fixed;
    left: 50px;
    bottom: 0px;
    list-style-type: none;
    z-index: 70;
    background: url(http://https://www.sydaxiong.com//templates/jdgg/images/nav_bj.png) no-repeat;
    height: 80%;
    width: 150px;
    padding-left: 2px;
    padding-top: 29px;
}

#menu li {
    width: 100%;
    height: 70px;
    padding-left: 30px;
}

#menu a {
    font-size: 16px;
    color: #5dbb89;
    line-height: 70px;
    display: none;
}

#menu .active {
    background: url(http://https://www.sydaxiong.com//templates/jdgg/images/lv_xian.png) no-repeat;
}

#menu .active a {
    display: block
}


#fp-nav ul li {
    position: relative;
    height: 50px
}

#fp-nav ul li a.active {
    border: 1px solid #e3c79d;
    border-radius: 50%;
}

#fp-nav ul li a.active span {
    background: #e3c79d;
}

#fp-nav ul li a {
    width: 14px;
    height: 14px;
    padding: 3px;
    border: 0px;
    display: block
}

#fp-nav ul li a span {
    background: #e3c79d;
    border: 1px solid #e3c79d
}

#fp-nav ul li:after {
    content: "";
    width: 1px;
    height: 40px;
    position: absolute;
    top: 14px;
    left: 45%;
    background: #e3c79d
}

#fp-nav ul li:last-child:after {
    content: "";
    display: none;
}


/*第一块*/
.section1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.section1_banner {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    z-index: 3;
}

.section1_banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.section1_banner h3 {
    font-size: 47px;
    color: #ffffff;
    font-weight: bold;
}

.section1_banner p {
    font-size: 26px;
    color: #ffffff;
    margin: 10px 0
}

.section1_banner .xx_1 {
    width: 530px;
    height: 7px;
    display: block;
    margin: 30px auto;
}

.section1_banner .xx_2 {
    width: 146px;
    height: 40px;
    display: block;
    margin: 50px auto;
}

.section_one {
    padding-top: 26%
}

.active .section1_banner h3 {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.active .section1_banner p {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.active .xx_1 {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.active .xx_2 {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.ban_video {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.section1 video {
    width: auto;
    height: 100%;
    overflow: hidden;
    object-fit: fill;
}


/*第2块*/
.section2 {
    position: relative;
    height: 100%;
    background-image: url(../image/case_bj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.Box {
    width: 100%;
    height: auto;
}

.Box .Box_con {
    position: relative;
    margin-top: 40px;
}

.Box .Box_con .conbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
}

.Box .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box .Box_con .conbox ul li {
    float: left;
    width: 400px;
    height: auto;
    overflow: hidden;
    padding: 10px;
}

.Box .Box_con .conbox ul li a {
    width: 100%;
    height: auto;
    display: block;
    background: #403730;
}

.Box .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.pro_pic {
    width: 100%;
    height: 280px;
    overflow: hidden
}

.Box .Box_con .conbox ul li img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.pro_info {
    width: 100%;
    height: 102px;
    text-align: center;
    overflow: hidden;
    padding: 10px 20px
}

.pro_info h3 {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.pro_info hr {
    width: 163px;
    height: 1px;
    display: block;
    margin: 8px auto;
    background: #fff;
}

.pro_info p {
    width: 100px;
    height: 26px;
    background: #ffffff;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #403730;
    display: block;
    margin: 5px auto;
}

.Box .Box_con .conbox ul li:hover {
    background: #e3c79d
}

.Box .Box_con .conbox ul li:hover a {
    background: none;
}

.Box .Box_con .conbox ul li:hover h3 {
    color: #403730
}

.Box .Box_con .conbox ul li:hover hr {
    background: #403730
}

.Box .Box_con .conbox ul li:hover p {
    background: #ffffff;
    color: #403730
}

.Box .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
}

.Box .Box_con .btn {
    display: block;
    width: 43px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.Box .Box_con .btnl {
    float: left;
    background: url(../image/h_left.png) no-repeat;
    left: -60px;
}

.Box .Box_con .btnr {
    float: right;
    background: url(../image/h_right.png) no-repeat;
    right: -60px;
}

.Box .Box_con .btnl:hover {
    background: url(../image/h_hleft.png) no-repeat;
}

.Box .Box_con .btnr:hover {
    background: url(../image/h_hright.png) no-repeat
}

.active .Box {
    animation-name: bounceInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}


/*第3块*/
.section3 {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../image/product_bj.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

.index_product {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5vh
}

.index_product_left {
    width: 40%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative
}

.index_product_left img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.in_pro_hover {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(227, 199, 157, 0.8)
}

.in_pro_hover h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #403730;
    text-align: center;
    text-transform: Uppercase
}

.in_pro_hover span {
    width: 130px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    background: #403730;
    display: block;
    margin: 5px auto;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.in_pro_hover i {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../image/pro_jt.png) no-repeat center;
    margin: 10px auto;
}

.index_product ul {
    width: 60%;
    height: auto;
    float: left
}

.index_product ul li {
    width: 31.6%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-bottom: 19px;
    position: relative;
    margin-left: 10px;
}

.index_product ul li img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.index_product ul li .in_pro_hover {
    padding-top: 61px;
}

.index_product_left .in_pro_hover {
    padding-top: 140px;
}

.index_product ul li:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.index_product_left:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.index_product_left:hover .in_pro_hover {
    opacity: 1
}

.index_product ul li:hover .in_pro_hover {
    opacity: 1
}

.active .index_product {
    animation-name: rotateInUpLeft;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}


/*第4块*/
.section4 {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../image/about_bj.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.index_about_info {
    width: 80%;
    height: auto;
    overflow: hidden;
    text-align: center;
    line-height: 26px;
    margin: 4vh auto
}

.index_about_info a {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.index_num {
    width: 100%;
    height: 334px;
    background: rgba(0, 0, 0, 0.4);
    padding: 50px
}

.index_num li {
    width: 215px;
    height: auto;
    float: left;
    margin: 0px 30px
}

.in_shu {
    width: 100%;
    height: auto;
}

.in_shu span {
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    border-top: 2px solid #ffffff;
    color: #fff;
    width: 46px;
    display: block;
    opacity: 0.7
}

.in_about_zi {
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 30px;
    margin: 0px auto;
}

.in_about_zi span {
    font-size: 46px;
    color: #403730;
    font-family: "Impact";
}

.in_about_zi p {
    font-size: 16px;
    color: #403730
}

.index_num li h3 {
    font-size: 18px;
    color: #fff;
    opacity: 0.7;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}

.index_num li h4 {
    font-size: 14px;
    color: #fff;
    opacity: 0.7;
    line-height: 30px;
    text-transform: Uppercase;
    text-align: center
}

.index_num li:hover .in_about_zi {
    background: #e3c79d;
}

.index_num li:hover .in_about_zi span,
.index_num li:hover .in_about_zi p {
    color: #403730;
}

.index_num li:hover h3,
.index_num li:hover h4 {
    color: #e3c79d;
}

.index_num li:hover span {
    color: #e3c79d;
}

.active .index_product {
    animation-name: rotateInUpLeft;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.active .index_about_info {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.active .index_num {
    animation-name: flipInX;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}


/*第5块*/
.section5 {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../image/product_bj.jpg);
    overflow: hidden
}

.section5 .fp-tableCell {
    padding-top: 15vh;
    vertical-align: top
}

.index_news_left {
    width: 512px;
    height: 400px;
    padding: 12px;
    float: left;
    background: #e3c79d;
    margin-top: 6vh;
}

.index_news_pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.index_news_pic img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

.index_news_left:hover img {
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}

.index_news_xx h4 {
    width: 355px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 16px;
    color: #403730;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.index_news_xx span {
    font-size: 14px;
    color: #403730;
    float: right;
    line-height: 30px;
}

.index_news_xx p {
    width: 100%;
    height: 50px;
    line-height: 22px;
    font-size: 14px;
    color: #403730;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
}

.index_news_right {
    width: 660px;
    height: 400px;
    overflow: hidden;
    float: right;
    background: #fff;
    padding: 30px;
    margin-top: 6vh;
}

.in_ntitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

.index_news_right ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px 0
}

.index_news_right ul li {
    width: 100%;
    height: 30px;
}

.index_news_right ul li p {
    width: 300px;
    height: 100%;
    font-size: 16px;
    color: #000000;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.index_news_right ul li span {
    font-size: 16px;
    color: #000000;
    float: right
}

.index_news_right ul li:hover p,
.index_news_right ul li:hover span {
    color: #e3c79d
}

.active .index_news_left {
    animation-name: bounceInDown;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.active .index_news_right {
    animation-name: bounceInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}


/*第6块*/
.section6 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/hezuo_bj.jpg);
}

.index_why_youshi {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 60px 0
}

.index_why_youshi li {
    width: 25%;
    height: auto;
    float: left;
    text-align: center
}

.index_why_youshi li h3 {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 8px;
}

.index_why_youshi li p {
    font-size: 12px;
    color: #ffffff
}

.Box_hezuo {
    width: 100%;
    height: auto;
}

.Box_hezuo .Box_con {
    position: relative;
    margin-top: 40px;
}

.Box_hezuo .Box_con .conbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
}

.Box_hezuo .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box_hezuo .Box_con .conbox ul li {
    float: left;
    width: 224px;
    height: auto;
    margin-left: 20px;
    overflow: hidden;
}

.Box_hezuo .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.Box_hezuo .Box_con .conbox ul li img {
    width: 100%;
    height: auto;
    display: block
}

.Box .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
}

.Box_hezuo .Box_con .btn {
    display: block;
    width: 43px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.Box_hezuo .Box_con .btnl {
    float: left;
    background: url(../image/h_left.png) no-repeat;
    left: -60px;
}

.Box_hezuo .Box_con .btnr {
    float: right;
    background: url(../image/h_right.png) no-repeat;
    right: -60px;
}

.Box_hezuo .Box_con .btnl:hover {
    background: url(../image/h_hleft.png) no-repeat;
}

.Box_hezuo .Box_con .btnr:hover {
    background: url(../image/h_hright.png) no-repeat
}

.active .index_why_youshi {
    animation-name: rotateInDownLeft;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.active .Box_hezuo {
    animation-name: rotateInUpRight;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}


/*第7块*/
.section7 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../image/contact_bj.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.section7 .index_title {
    margin-bottom: 50px;
}

.index_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center
}

.index_title h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
}

.index_title span {
    font-size: 18px;
    color: #e3c79d;
    font-weight: bold;
    font-family: "Arial";
    text-transform: Uppercase;
    margin: 8px 0;
    display: block
}

.index_title p {
    font-size: 16px;
    color: #ffffff;
}

.index_title hr {
    width: 30px;
    height: 3px;
    background: #e3c79d;
    display: block;
    margin: 15px auto 0;
}

.footer_contact {
    width: 706px;
    height: 409px;
    background: rgba(0, 0, 0, 0.27);
    padding: 40px 48px 0;
    float: left
}

.f_left {
    width: 290px;
    height: auto;
    float: right;
    text-align: center;
    margin-top: 40px;
}

.f_left dl {
    width: 128px;
    height: auto;
    float: left
}

.f_left dl dt {
    width: 128px;
    height: 128px;
    background: url(../image/wx_pic.png) no-repeat center;
    padding: 10px;
}

.f_left dl dt img {
    width: 100%;
    height: auto;
    display: block
}

.f_left dl dd {
    font-size: 14px;
    color: #fff;
    padding-left: 25px;
    line-height: 40px;
}

.f1 {
    background: url(../image/f1.png) no-repeat 25px center
}

.f2 {
    background: url(../image/f2.png) no-repeat 18px center
}

.f_weixin {
    float: right !important
}

.f_left a {
    width: 103px;
    height: 22px;
    float: right;
    background: #403730;
    float: right;
    color: #fff;
    line-height: 22px;
    margin-top: 20px;
}

.footer_xx {
    width: 310px;
    height: auto;
    float: left;
    margin-top: 36px;
}

.f_dh {
    font-size: 30px;
    color: #e3c79d;
    font-family: "Imapct";
    font-weight: bold;
    background: url(../image/24.png) no-repeat left center;
    padding-left: 35px;
    margin-bottom: 5px;
}

.footer_xx p {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.footer_xx p a {
    color: #fff
}

.f_input {
    width: 494px;
    height: 409px;
    float: left;
    background: rgba(64, 55, 48, 0.7);
    padding: 40px;
}

.f_input h4,
.footer_contact h4 {
    font-size: 20px;
    color: #e3c79d;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.in_text {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 35px;
}

.in_text input[type="text"] {
    width: 100%;
    height: 32px;
    background: none;
    border: 1px solid #e3c79d;
    padding: 0px 10px;
    font-size: 14px;
    color: #e3c79d;
    margin-bottom: 10px;
}

.in_text textarea {
    width: 100%;
    height: 105px;
    background: none;
    padding: 10px;
    font-size: 14px;
    color: #e3c79d;
    border: 1px solid #e3c79d;
    resize: none
}

.input_sub {
    width: 195px;
    height: 40px;
    background: #e3c79d;
    text-align: center;
    font-size: 14px;
    color: #403730;
    display: block;
    border: 0;
    margin-top: 10px;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #e3c79d;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #e3c79d;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #e3c79d;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #e3c79d;
}


.active .index_title {
    animation-name: lightSpeedIn;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.section7.active .container {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}


/*底部*/
.shu_biao {
    width: 20px;
    height: auto;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -10px;
    animation: l_jump 1.5s ease-in-out 0.1s alternate infinite;
    -webkit-animation: l_jump 1.5s ease-in-out 0.1s alternate infinite;
}

@keyframes l_jump {
    from {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
    }
}

@-webkit-keyframes l_jump {
    from {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

    to {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
    }
}


.copy {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    animation-name: fadeInUpBig;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.copy_l {
    width: auto;
    float: left;
    font-size: 14px;
    color: #fff
}

.copy_l a {
    font-size: 14px;
    color: #fff
}

.footer_zhichi {
    width: 444px;
    height: 50px;
    float: right
}

.footer_zhichi a {
    color: #fff;
}

.footer_zhichi p {
    width: 202px;
    float: left;
    margin-left: 20px;
    font-size: 14px;
    color: #ffffff;
}

.footer_zhichi .pt {
    width: 121px;
    height: 18px;
    background: url(../image/vl.png) no-repeat;
    margin-top: 22px;
    margin-right: 10px
}

.footer_zhichi .js {
    width: 121px;
    height: 18px;
    background: url(../image/wl.png) no-repeat;
    margin-top: 20px;
}

.footer_zhichi span {
    float: left;
    font-size: 14px;
    color: #ffffff;
}

.footer_zhichi i {
    float: left;
}


/*客服*/
.lxfx {
    height: auto;
    position: fixed;
    right: 0px;
    top: 200px;

    width: 77px;
    z-index: 11;
}

.lxfx li a {
    color: rgb(255, 255, 255);
    display: block;
    height: 47px;
    margin-top: 9px;
    width: 300px;
}

.leftlx {
    float: left;
    height: 47px;
    width: 77px;
}

.lxfx li span {
    border-left: 1px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    float: left;
    font-size: 20px;
    height: 24px;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 8px;
}

.fix_ewm {
    border: 5px solid rgb(255, 255, 255);
    display: none;
    height: 120px;
    left: -145px;
    position: absolute;
    top: -40px;
    width: 120px;
}

.lxfx li i {
    display: block;
    height: 27px;
    margin: 0 auto;
    text-align: center;
    width: 30px;
    background: url(../image/fx.png) no-repeat;
}

.lxfx li i.icon-tel {
    background-position: 0 -25px;
}

.lxfx li i.icon-ly {
    background-position: 4px -53px;
}

.lxfx li i.icon-wx {
    background-position: -34px 4px;
}

.lxfx li i.icon-wb {
    background-position: -30px -22px;
}

.lxfx li p {
    line-height: 12px;
    text-align: center;
    font-size: 14px;
}

.lxfx li {
    background: #3f362f;
    height: 56px;
    margin-bottom: 1px;
    margin-left: 0;
    overflow: hidden;
    position: relative;
    width: 77px;
    float: left;
}


/*内页*/
.ny_banner {
    width: 100%;
    position: relative;
    height: 400px;
    clear: left;
}

.about_ban {
    background: url(../image/about_ban.jpg) no-repeat center
}

.news_ban {
    background: url(../image/news_ban.jpg) no-repeat center
}

.product_ban {
    background: url(../image/product_ban.jpg) no-repeat center
}

.contact_ban {
    background: url(../image/contact_ban.jpg) no-repeat center
}

.case_ban {
    background: url(../image/case_ban.jpg) no-repeat center
}

.service_ban {
    background: url(http://https://www.sydaxiong.com//templates/jdgg/images/xfwl_ban.jpg) no-repeat center
}

.join_ban {
    background: url(http://https://www.sydaxiong.com//templates/jdgg/images/join_ban.jpg) no-repeat center
}

.yxwl_ban {
    background: url(../image/service_ban.jpg) no-repeat center
}


.ny_baninfo {
    width: 1200px;
    height: 225px;
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -600px;
}

.ny_baninfo h3 {
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    margin-top: 60px;
}

.ny_baninfo .ny_fubiao {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 28px;
}

.ny_baninfo .ny_fubiao hr {
    width: 55px;
    height: 1px;
    float: left;
    background: #e3a423;
    margin-top: 10px;
    margin-right: 8px;
}

.ny_baninfo .ny_fubiao p {
    float: left;
    font-size: 14px;
    color: #fff;
}

.ny_baninfo .ny_fubiao p a {
    font-size: 14px;
    color: #fff
}

.ny_baninfo h4 {
    font-size: 56px;
    font-family: "Arial"
}

.ny_baninfo .ny_fubiao p a:hover {
    color: #e3c79d
}

.shine {
    background: #fff -webkit-gradient(linear, left top, right top, from(#fff), to(#fff), color-stop(0.9, #e3c79d)) 0 0 no-repeat;
    -webkit-background-size: 125px;
    color: rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    display: block;
    position: absolute;
    left: 0;
    top: 0%;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}


/*内部二级导航*/
.ny_nav {
    width: 100%;
    height: 67px;
    margin-top: 30px;
    position: relative;
    z-index: 9
}

.ny_nav ul {
    width: auto;
    margin: 0px auto;
    display: table;
    background: #e3c79d;
}

.ny_nav ul li {
    width: 120px;
    height: 67px;
    line-height: 67px;
    float: left;
    text-align: center;
    position: relative;
}

.ny_nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff
}

.ny_nav ul li:first-child {
    border-radius: 38px 0 0 38px;
}

.ny_nav ul li:last-child {
    border-radius: 0px 38px 38px 0px;
}

.ny_nav ul li:hover,
.ny_nav ul li.active {
    background: url(../image/san_bj.png) no-repeat bottom center
}

.ny_pro_bt {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ny_pro_bt ul {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 60px auto 0;
}

.ny_pro_bt ul li {
    width: auto;
    float: left;
    background: url(http://https://www.sydaxiong.com//templates/jdgg/images/p_xx.png) no-repeat left center;
    padding-left: 50px;
    margin-right: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}

.ny_pro_bt ul li a {
    font-size: 18px;
    color: #060507;
}

.ny_pro_bt ul li:hover a {
    color: #e3c79d
}

.ny_pro_bt ul li:hover {
    background: url(http://https://www.sydaxiong.com//templates/jdgg/images/p_hx.png) no-repeat left center
}

.ny_pro_bt ul li.active {
    background: url(http://https://www.sydaxiong.com//templates/jdgg/images/p_hx.png) no-repeat left center
}

.ny_pro_bt ul li.active a {
    color: #e3c79d
}


/*研发中心*/
.ny_yfzx_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 60px;
}

.ny_yfzx_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 75px;
}

.ny_yfzx_title h3 {
    font-size: 30px;
    color: #060507;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.ny_yfzx_title h3 span {
    float: left
}

.ny_yfzx_title h3 hr {
    width: 1060px;
    height: 1px;
    background: #ddd;
    float: right;
    margin-top: 15px;
}

.ny_yfzx_title h4 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #e3c79d;
    margin-top: 8px;
}

.ny_yfzx_title h4 span {
    width: 36px;
    height: 1px;
    background: #e3c79d;
    float: left;
    margin-top: 22px;
    margin-left: 8px;
}

.ny_yfzx_title h4 p {
    width: auto;
    float: left;
    color: #e3c79d;
}

.ny_yfzx_title h5 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 30px;
    color: #060507
}

.ny_yfzx_xx {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    margin-top: 30px;
}

.yfzx_more {
    width: 172px;
    height: 40px;
    border: 1px solid #cec8cc;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
}


/*产品中心*/
.ny_product_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 75px;
    margin-bottom: 60px
}

.ny_product_all ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ny_product_all ul li {
    width: 285px;
    height: auto;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    padding: 10px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.ny_solution_img {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    border: 1px solid #d2d2d2
}

.ny_solution_img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
    display: block
}

.ny_product_all ul li h5 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #060507;
    font-weight: normal
}

.ny_product_all ul li:nth-child(4n) {
    margin-right: 0
}


/*产品详情页*/
.ny_pro_ft {
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.ny_pro_ft h3 {
    font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}

.ny_pro_ft p,
.ny_pro_fts p {
    font-size: 14px;
    color: #707070;
    line-height: 30px;
    text-align: center;
    width: 910px;
    margin: 0px auto;
}

.ny_product_show {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 55px 0;
}

.ny_pro_top {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ny_pro_tleft {
    width: 523px;
    height: 397px;
    float: left
}

.ny_pro_tleft .slideBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.ny_pro_tleft .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 15px;
    z-index: 1;
}

.ny_pro_tleft .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.ny_pro_tleft .slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    background: #c9c9c9;
    cursor: pointer;
    border-radius: 50%;
}

.ny_pro_tleft .slideBox .hd ul li.on {
    background: #e3c79d;
    color: #fff;
}

.ny_pro_tleft .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ny_pro_tleft .slideBox .bd ul {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ny_pro_tleft .slideBox .bd li {
    width: 100%;
    height: 100%;
}

.ny_pro_tleft .slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.ny_pro_tright {
    width: 630px;
    height: auto;
    float: right
}

.ny_pro_tright h1 {
    font-size: 36px;
    color: #191919;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    font-weight: 700;
}

.ny_pro_p {
    width: 100%;
    height: 81px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 15px;
    overflow: hidden
}

.ny_pro_p p {
    width: 100%;
    height: 100%;
    color: #000000;
    line-height: 35px;
    font-size: 15px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ny_pro_a {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px 0
}

.ny_pro_a a {
    width: 260px;
    height: 60px;
    background: #959595;
    display: block;
    overflow: hidden;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    float: left;
    margin-right: 18px;
}

.ny_pro_a a:hover {
    background: #313131;
}

.ny_pro_a a i {
    font-size: 28px;
    margin-right: 10px;
    float: left;
    margin-left: 56px;
}

.ny_pro_dh {
    width: 100%;
    height: 80px;
    margin-top: 20px;
}

.ny_pro_dh i {
    color: #333;
    font-size: 38px;
    float: left;
    line-height: 70px;
    margin-right: 10px;
}

.ny_pro_ddh {
    float: left;
}

.ny_pro_ddh p {
    font-size: 14px;
    color: #313131;
}

.ny_pro_ddh span {
    font-size: 30px;
    color: #e3c79d;
    font-family: "Impact"
}

.ny_pro_24 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.ny_pro_24 p {
    font-size: 14px;
    color: #313131;
    background: url(../image/dh.png) no-repeat left center;
    float: left;
    padding-left: 20px;
    margin-right: 30px;
}

.ny_pro_bottom {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 65px;
}

.ny_pro_bleft {
    width: 869px;
    height: auto;
    overflow: hidden;
    float: left
}

.ny_pro_bright {
    width: 300px;
    height: auto;
    float: right
}

.ny_probt_case {
    width: 100%;
    height: 368px;
    margin-top: 30px;
}

.ny_proshow_num h3,
.ny_proshow_info h3 {
    font-size: 30px;
    color: #313131;
    font-weight: 500;
    text-align: center;
    margin-bottom: 24px;
}

.nyprocase-div {
    width: 100%;
    height: 203px;
    overflow: hidden;
    position: relative
}

.ny_probt_xx h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #313131;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ny_proinput .ny_pro_ft {
    margin-top: 50px;
}

.ny_proinput .ny_pro_ft span {
    color: #e3c79d;
}

.ny_proinput ul {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 38px;
}

.ny_proinput ul li {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    overflow: hidden
}

.ny_proinput ul li div {
    height: 36px;
    width: 420px;
    border: 1px solid #d2d2d2;
    float: left;
}

.ny_proinput ul li div input {
    width: 100%;
    height: 100%;
    border: 0px;
    padding-left: 10px;
}

.li_dh {
    float: right !important
}

.ny_proinput ul li textarea {
    width: 100%;
    height: 88px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    resize: none
}

.liji_su {
    width: 423px;
    height: 46px;
    background: #e3c79d;
    font-size: 16px;
    color: #ffffff;
    border: 0px;
    margin: 10px auto;
    display: block
}

.ny_proinput {
    overflow: hidden;
    margin-bottom: 20px;
}

.ny_probt {
    width: 100%;
    height: 50px;
}

.ny_probt li {
    width: 100%;
    height: 50px;
    background: #eeeeee;
    color: #313131;
    font-size: 18px;
    float: left;
    text-align: center;
    line-height: 50px;
    margin-right: 1px;
}

.ny_probt li:last-child {
    margin-right: 0px;
}

.ny_probt li:hover {
    background: #e3c79d;
    color: #fff
}

.ny_probt li:hover a {
    color: #fff
}

.ny_probt li.on {
    background: #e3c79d;
}

.ny_probt li.on a {
    color: #fff
}

.ny_probt li a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden
}

.ny_proshow_num {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.ny_proshow_info {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16 pxx;
    color: #666;
    line-height: 30px;
}

.fangan_show {
    margin-top: 20px;
}

.ny_hotnews {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.ny_hotnews h3 {
    width: 100%;
    height: 40px;
    background: #e3c79d;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    padding: 0px 10px;
}

.ny_hotnews ul {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.ny_hotnews ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    padding: 0px 10px;
}

.ny_hotnews ul li p {
    width: 70%;
    float: left;
    height: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #191919;
    font-size: 14px;
}

.ny_hotnews ul li span {
    float: right;
    font-size: 12px;
    color: #191919
}

.ny_hotnews ul li:hover p,
.ny_hotnews ul li:hover span {
    color: #e3c79d
}

.ny_hotnews_info {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 15px;
    border: 1px solid #dad7d7;
    padding: 8px 7px;
}

.ny_hotnews_info p {
    font-size: 14px;
    color: #191919;
    line-height: 26px;
}

.ny_hotnews input[type="text"] {
    width: 240px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    padding: 0px 10px;
    float: left;
}

#btnok {
    width: 50px;
    height: 35px;
    background: #e3c79d;
    color: #fff;
    font-size: 14px;
    border: 0px;
    float: right;
    border-radius: 5px;
    cursor: pointer
}


/*内页新闻*/
.ny_news_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0;
}

.ny_news_all ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}

.ny_news_all ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 15px
}

.ny_news_all ul li .ny_time {
    width: 115px;
    height: auto;
    float: left;
    margin-top: 25px;
}

.ny_news_all ul li .ny_time span {
    display: block;
    font-size: 12px;
    color: #999;
    text-align: right
}

.ny_news_all ul li .ny_time p {
    font-size: 41px;
    color: #c8c8c8
}

.news_xx {
    width: 63%;
    height: auto;
    float: left;
    margin-left: 2%;
    margin-top: 20px;
}

.news_xx h3 {
    widdth: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.news_xx p {
    width: 100%;
    height: 52px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_xx span {
    font-size: 14px;
    color: #aaaaaa
}

.news_pic {
    width: 22%;
    height: auto;
    float: right
}

.news_pic img {
    width: 100%;
    height: auto
}

.ny_news_all ul li:hover {
    background: #f4f4f4
}

.ny_news_all ul li:hover .ny_time p,
.ny_news_all ul li:hover .ny_time span,
.ny_news_all ul li:hover span {
    color: #e3c79d
}

.ny_news_all ul li:hover h3 {
    font-weight: bold;
}


/*联系我们*/
.ny_contact {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0
}

.ny_contact_map {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 20px;
}

.ny_conta_xx {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-bottom: 42px;
    margin-top: 20px;
}

.contact_right {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 32px
}

.ny_cont_wx {
    width: 340px;
    height: auto;
    float: right
}

.ny_cont_wx dl {
    width: 140px;
    height: 200px;
    float: left;
    margin-right: 26px;
}

.ny_cont_wx dl dt {
    width: 140px;
    height: 140px;
    border: 4px solid #e5e5e5;
    padding: 10px;
    background: #fff
}

.ny_cont_wx dl dd {
    font-size: 14px;
    color: #626262;
    height: 35px;
    line-height: 35px;
    text-align: center
}

.ny_cont_wx dl dt img {
    width: 100%;
    height: 100%;
}


/*荣誉资质*/
.ny_honor_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0
}

.ny_honor_all ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ny_honor_all ul li {
    width: 285px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
}

.ny_honor_all ul li .honor_pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #eee
}

.ny_honor_all ul li .honor_pic img {
    width: 100%;
    height: auto;
    overflow: hidden
}

.ny_honor_all ul li p {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 1rem;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ny_honor_all ul li:nth-child(4n) {
    margin-right: 0px;
}


/*销售服务*/
.ny_service_all {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px 0;
    color: #666;
    line-height: 30px;
}

.ny_news_show {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    margin: 40px 0
}


/*底部*/
.footer {
    width: 100%;
    height: auto;
    background: #313131;
    display: block;
    padding-top: 46px;
}

.footer .container {
    overflow: hidden
}

.f_nav {
    width: 766px;
    height: auto;
    float: left
}

.f_nav dl {
    width: auto;
    float: left;
    margin-right: 70px;
}

.f_nav dl dt {
    width: 100%;
    height: 35px;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    position: relative
}

.f_nav dl dd {
    width: 100%;
    height: auto;
}

.f_nav dl dd a {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #999999;
    display: block;
}

.f_nav dl dd a:hover {
    font-weight: bold;
    color: #fff
}

.f_nav dl:last-child {
    margin-right: 0
}

.footer_img {
    width: 432px;
    height: auto;
    overflow: hidden;
    background: url(http://https://www.sydaxiong.com//templates/jdgg/images/b_xian.png) no-repeat left top;
    padding-left: 67px;
    float: right
}

.f_wxs {
    width: 100px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.f_wxs img,
.f_sj img {
    width: 79px;
    ;
    height: auto;
    display: block
}

.f_wxs p,
.f_sj p {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.f_sj {
    width: 100px;
    float: left
}

.f_xinxi {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.f_xinxi p {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.ny_copy {
    clear: both;
    width: 100%;
    height: 70px;
    color: #999999;
    font-size: 12px;
    line-height: 70px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 56px;
}

.ny_copy_l {
    float: left;
    font-size: 12px;
    color: #999999
}

.ny_copy_l a {
    color: #999999
}

.ny_copy_l a:hover {
    color: #e3c79d !important
}

@media screen and (max-width: 1920px) {
    .ban_video {
        width: 100%;
        height: auto;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 1440px) {
    .index_title {
        display: none
    }

    .index_product {
        margin-top: 2vh
    }

    .index_why_youshi {
        margin: 40px 0
    }

    .section_one {
        padding-top: 20%
    }
}


@media screen and (max-width: 1366px) {

    .ny_service_all img,
    .ny_news_show img {
        width: 100%;
    }

    .ny_pro_tleft,
    .ny_pro_tright,
    .ny_pro_bleft,
    .ny_pro_bright {
        width: 100%;
        height: auto;
    }

    .shu_biao {
        display: none;
    }

    .pc_header {
        height: 70px;
    }

    .pc_logo {
        margin-top: 8px;
    }

    .pc_header .top-nav-left {
        height: 68px
    }

    .nav .nLi h3 a {
        line-height: 68px;
    }

    .h_menu {
        margin-top: 16px;
    }

    .section3 .container {
        transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -o-transform: scale(0.9);
        -moz-transform: scale(0.9)
    }

    .index_num {
        height: 280px;
        padding: 28px 50px 0;
    }

    .index_news_left,
    .index_news_right {
        margin-top: 3vh
    }

    .index_why_youshi {
        margin: 30px 0
    }

    .section_one {
        padding-top: 16%
    }

    .h_menu {
        margin: 0;
    }

    .h_menu .language {
        height: 70px;
    }

    .container {
        width: 90%;
    }

    .fp-tableCell .container {
        width: 85%;
    }

    .Box .Box_con .conbox ul li {
        width: 28.3vw;
    }

    .Box .Box_con .btn,
    .Box_hezuo .Box_con .btn {
        width: 30px;
        height: 30px;
    }

    .Box .Box_con .btnl,
    .Box .Box_con .btnr,
    .Box_hezuo .Box_con .btnr,
    .Box_hezuo .Box_con .btnl {
        background-size: contain;
    }

    .Box .Box_con .btnr,
    .Box_hezuo .Box_con .btnr {
        right: -40px;
    }

    .Box .Box_con .btnl,
    .Box_hezuo .Box_con .btnl {
        left: -40px;
    }

    .pro_pic {
        height: auto;
    }

    #fp-nav ul,
    .fp-slidesNav ul {
        display: none;
    }

    .pc_header .top-nav-left {
        width: auto;
    }

    .nav .nLi {
        width: 80px;
    }

    .index_product ul li {
        width: 31%;
    }

    .index_num li {
        width: 17%;
    }

    .index_num {
        height: 300px;
    }

    .index_news_left {
        width: 43%;
    }

    .index_news_right {
        width: 53%;
    }

    .index_news_left,
    .index_news_right {
        margin-top: 12vh;
    }

    .Box_hezuo .Box_con .conbox ul li {
        width: 15.2vw;
    }

    .f_input {
        width: 40%;
    }

    .footer_contact {
        width: 60%;
    }

    .f_left dl dt {
        width: 100px;
        height: 100px;
    }

    .footer_xx {
        margin-top: 10px;
    }

    .footer_contact {
        padding: 20px 30px 0;
    }

    .f_left {
        margin-top: -20px;
    }

    .f_left a {
        margin-top: 10px;
    }

    .f_nav,
    .footer_img {
        width: auto;
    }

    .f_nav dl {
        margin-right: 40px;
    }

    .footer_img {
        padding-left: 30px;
    }

    .ny_baninfo {
        width: 85%;
    }

    .ny_baninfo {
        margin: 0;
        transform: translateX(-50%);
    }
}


@media screen and (max-width: 1024px) {
    .ny_news_all ul li>a {
        display: grid;
        grid-template-columns: repeat(3, 30%);
    }

    .news_pic {
        width: 100%;
    }

    .news_xx {
        width: 80%;
    }

    .container {
        width: 85%;
    }

    .pc_header {
        display: none;
    }

    .mb_header {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 999;
        background: rgba(0, 0, 0, 0.5);
        padding: 0px 3%;
    }

    .mb_header .mb_nav {
        position: absolute;
        z-index: 998;
        left: 0;
        top: 100%;
        width: 100%;
        height: 0;
        padding: 0 3%;
        transition: 0.5s;
        background: rgba(0, 0, 0, 0.5);
        overflow: hidden;
    }

    .mb_header.active .mb_nav {
        height: calc(100vh - 60px);
        padding: 5% 3%;
    }

    .mb_header .mb_nav li a {
        font-size: 12px;
    }

    .mb_header .mb_nav li>h3>a {
        color: #fff;
    }

    .mb_header .mb_nav li.active>h3>a {
        font-weight: 600;
    }

    .mb_header .mb_nav li>.sub {
        padding: 15px 5%;
    }

    .mb_header .mb_nav li>.sub>li>a {
        color: #fff;
    }

    .mb_header .menu {
        display: flex;
        align-items: center;
        gap: 0 20px;
        height: 100%;
    }

    .mb_header .menu .language {
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-transform: uppercase;
    }

    .mb_header .menu .language a {
        padding: 10px;
        font-size: 15px;
        color: #fff;
    }

    .mb_header .menu .language a.active {
        color: red;
    }

    .mb_header .menu .language .list {
        position: absolute;
        top: 100%;
        left: 0;
        height: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: 0.3s;
        background: rgba(0, 0, 0, 0.5);
    }

    .mb_header .menu .language:hover .list {
        height: 150%;
    }

    .section,
    .fp-tableCell {
        height: auto !important;
    }

    .section1,
    .section1 .fp-tableCell {
        height: 500px !important;
    }

    .section1_banner h3 {
        font-size: 36px;
    }

    .section1_banner p {
        font-size: 18px;
    }

    .Box .Box_con .conbox ul li {
        width: 29.9vw;
    }

    .pro_info h3 {
        font-size: 14px;
    }

    .copy {
        position: static;
        height: auto;
        line-height: 36px;
    }

    .copy::after {
        content: '';
        display: table;
        clear: both;
    }

    .footer_zhichi {
        width: auto;
        height: auto;
    }

    .Box .Box_con,
    .index_product,
    .index_news_left,
    .index_news_right {
        margin: 60px 0;
    }

    .index_news_left,
    .index_news_right {
        height: 420px;
    }

    .index_product ul li {
        width: 30%;
    }

    .section4 {
        padding: 60px 0;
    }

    .index_num {
        padding: 20px 30px 0;
        display: flex;
        justify-content: space-between;
    }

    .in_about_zi {
        width: 90px;
        height: 90px;
        padding-top: 18px;
    }

    .index_num li {
        margin: 0 20px;
        width: 18%;
    }

    .in_about_zi span {
        font-size: 28px;
    }

    .index_news_xx h4 {
        width: 100%;
    }

    .index_why_youshi {
        margin: 60px 0 30px;
    }

    .Box_hezuo {
        margin-bottom: 60px;
    }

    .f_input,
    .footer_contact {
        margin: 60px 0;
    }

    .ny_baninfo h4 {
        font-size: 42px;
    }

    .ny_baninfo h3 {
        font-size: 24px;
    }

    .ny_nav ul li {
        width: 110px;
        height: 60px;
        line-height: 60px;
    }

    .f_nav {
        display: none;
    }

    .footer_img {
        width: 100%;
        padding: 0;
    }

    .ny_honor_all ul {
        display: grid;
        grid-template-columns: repeat(3, 30%);
        grid-gap: 30px;
    }

    .ny_honor_all ul li {
        width: 100%;
        margin: auto;
        float: none;
    }
}


@media screen and (max-width: 768px) {
    .footer_xx {
        width: 100%;
    }

    .contact_right {
        width: 100%;
    }

    .ny_cont_wx {
        width: auto;
    }

    .ny_news_all ul li>a {
        grid-template-columns: repeat(2, 46%);
    }

    .news_xx {
        width: 100%;
    }

    .news_pic {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .ny_product_all ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
    }

    .ny_product_all ul li {
        width: 100%;
        margin: auto;
        float: none;
    }

    .ny_honor_all ul {
        grid-template-columns: repeat(2, 46%);
        grid-gap: 20px;
    }

    .section1_banner .xx_2 {
        margin: 30px auto;
    }

    .section1_banner h3 {
        font-size: 30px;
    }

    .section1_banner p {
        font-size: 16px;
    }

    .section1,
    .section1 .fp-tableCell {
        height: 400px !important;
    }

    .Box .Box_con .conbox ul li {
        width: 45vw;
    }

    .Box .Box_con .btnl,
    .Box .Box_con .btnr,
    .Box_hezuo .Box_con .btnr,
    .Box_hezuo .Box_con .btnl {
        display: none;
    }

    .index_product_left {
        width: 100%;
        float: none;
    }

    .index_product ul {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .index_product ul li {
        width: 31.6%;
    }

    .index_product ul li:nth-child(1),
    .index_product ul li:nth-child(4) {
        margin-left: 0;
    }

    .pro_info {
        padding: 10px;
    }

    .index_num {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        height: auto;
        grid-gap: 20px;
    }

    .index_num li {
        width: 100%;
        margin: 0;
    }

    .index_num li {
        float: none;
    }

    .index_news_left,
    .index_news_right {
        height: auto;
        margin: 0;
        width: 100%;
        float: none;
    }

    .section5 {
        padding: 60px 0;
    }

    .index_why_youshi>ul {
        display: flex;
        justify-content: space-between;
    }

    .index_why_youshi li {
        width: 20%;
        float: none;
    }

    .index_why_youshi li>img {
        width: 60px;
    }

    .index_why_youshi li h3 {
        font-size: 16px;
    }

    .Box_hezuo .Box_con .conbox ul li {
        width: 25.5vw;
    }

    .f_input,
    .footer_contact {
        float: none;
        width: 100%;
    }

    .f_input {
        margin-bottom: 30px;
    }

    .footer_contact {
        margin-top: 0;
    }

    .ny_nav ul {
        width: 85%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .ny_nav ul li {
        width: auto;
    }

    .ny_service_all {
        margin: 90px 0;
    }

    .ny_copy {
        height: auto;
        line-height: 30px;
    }
}

@media screen and (max-width: 480px) {
    .f_left {
        margin-top: -70px;
    }

    .section_one {
        padding-top: 32%;
    }

    .pro_info {
        height: auto;
        overflow: hidden;
    }

    .pro_info h3 {
        font-size: 12px;
        white-space: nowrap;
    }

    .index_num li h3 {
        font-size: 16px;
    }

    .index_num li h4 {
        font-size: 12px;
    }

    .in_ntitle,
    .f_input h4,
    .footer_contact h4 {
        height: auto;
    }

    .f_left {
        width: 100%;
    }

    .f_left dl {
        width: 100px;
    }

    .f1 {
        background: url(../image/f1.png) no-repeat 10px center;
    }

    .f2 {
        background: url(../image/f2.png) no-repeat 5px center;
    }

    .footer_contact {
        height: 490px;
    }

    .index_why_youshi li h3 {
        font-size: 14px;
    }

    .in_ntitle {
        font-size: 16px;
        line-height: 2;
    }

    .index_news_right ul li p,
    .index_news_xx h4,
    .section1_banner p {
        width: 100%;
        font-size: 14px;
    }

    .section1_banner h3 {
        font-size: 24px;
    }

    .pro_info hr {
        width: 100%;
    }
}