body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  padding: 0px;
  margin: 0;
}

.mobile {
  display: none;
}

.container {
  max-width: 1470px;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.header .container {
  max-width: 1660px;
}

.header .logo {
  max-width: 250px;
}

.header .logo img {
  width: 100%;
}

.header .navs {
  margin: 0 30px;
}

.header .navs ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 0 15px;
  color: #ffffff;
  font-size: 18px;
}

.header .navs ul li a.cur,
.header .navs ul li a:hover {
  background: #f39c11;
}

.header .tel_language ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.header .tel_language ul li:first-child {
  margin-left: 0;
}

.header .tel_language ul li img {
  padding-right: 10px;
}

.header .tel_language ul li a {
  color: #fff;
  font-size: 18px;
}

.header .tel_language ul li .hover {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 100%;
  text-align: center;
}

.header .tel_language ul li .hover a {
  display: block;
}

.header .tel_language ul li:hover .hover {
  display: block;
}

.index_banner .swiper-slide img {
  width: 100%;
}

.index_banner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10%;
}

.index_banner .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
}

.index_banner .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 10px;
}

.index_title {
  text-align: center;
}

.index_title h3 {
  color: #2c2c2c;
  font-size: 28px;
  font-weight: bold;
}

.index_title p {
  color: #64666a;
  font-size: 18px;
  padding-top: 15px;
}

.index_main1 {
  background: #f3f3f3;
}

.index_main1 .content {
  padding: 90px 0 150px 0;
}

.index_main1 .content ul li {
  width: 30%;
  text-align: center;
}

.index_main1 .content ul li img {
  max-width: 90px;
}

.index_main1 .content ul li h4 {
  min-height: 97.6px;
  color: #2875af;
  font-size: 24px;
  font-weight: bold;
  padding-top: 40px;
}

.index_main1 .content ul li span {
  display: block;
  width: 52px;
  height: 3px;
  background: #f8b551;
  margin: 20px auto 30px;
}

.index_main1 .content ul li p {
  min-height: 72px;
  color: #363636;
  font-size: 16px;
}

.index_main1 .content ul li a {
  display: block;
  width: 99px;
  height: 33px;
  line-height: 33px;
  background: #f39c11;
  color: #ffffff;
  font-size: 14px;
  margin: 25px auto 0;
}

.index_main2 {
  position: relative;
  background: url(../images/index_main2_bg.jpg) no-repeat center/cover;
  padding: 120px 0 70px;
}

.index_main2 .left {
  max-width: 49%;
}

.index_main2 .left .index_title {
  text-align: left;
}

.index_main2 .left .content {
  color: #494949;
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
  margin-top: 25px;
}

.index_main2 .left img {
  max-width: 304px;
  margin-top: 30px;
}

.index_main2 .left a {
  display: block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #f39c11;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
}

.index_main2 .right {
  position: absolute;
  top: -55px;
  right: 0;
  width: 48%;
}

.index_main2 .right img {
  width: 100%;
}

.index_main3 {
  background: url(../images/index_main3_bg.jpg) no-repeat center top/cover;
  padding: 100px 0 50px;
}

.index_main3 .content {
  margin-top: 55px;
}

.index_main3 .content ul li {
  width: 32%;
  margin-right: 2%;
}

.index_main3 .content ul li:nth-child(3n) {
  margin-right: 0;
}

.index_main3 .content ul li .pic img {
  width: 100%;
  height: 339px;
}

.index_main3 .content ul li .text {
  background: #fff;
  padding: 25px;
}

.index_main3 .content ul li .text h4 {
  height: 57.6px;
  overflow: hidden;
  color: #333333;
  font-size: 24px;
}

.index_main3 .content ul li:hover .text h4 {
  color: #0068b7;
}

.index_main3 .content ul li .text p {
  height: 60px;
  overflow: hidden;
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
}

.index_main3 .content2 {
  margin-top: 330px;
}

.index_main3 .content2 .title h3 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.index_main3 .content2 .title span {
  display: block;
  width: 47px;
  height: 2px;
  background: #fff;
  margin: 30px 0;
}

.index_main3 .content2 .con ul li {
  display: flex;
  margin-top: 30px;
}

.index_main3 .content2 .con ul li .icon {
  flex-shrink: 0;
  width: 48px;
  margin-right: 35px;
}

.index_main3 .content2 .con ul li .icon img {
  width: 100%;
}

.index_main3 .content2 .con ul li .text {
  color: #fff;
}

.index_main3 .content2 .con ul li .text h4 {
  font-size: 18px;
  font-weight: bold;
}

.index_main3 .content2 .con ul li .text p {
  font-size: 16px;
  line-height: 1.2;
  padding-top: 15px;
}

.index_main3 .content2 .left {
  width: 36%;
}

.index_main3 .content2 .right {
  width: 36%;
  text-align: right;
}

.index_main3 .content2 .right .title span {
  margin-left: auto;
}

.index_main3 .content2 .right .con ul li {
  margin-top: 60px;
}

.index_main3 .content2 .con ul li:first-child {
  margin-top: 0;
}

.footer {
  background: url(../images/footer_bg.jpg) no-repeat center/cover #434343;
  padding: 140px 0 75px;
}

.footer ul li {
  max-width: 200px;
}

.footer ul li.contact {
  max-width: 300px;
}

.footer ul li.code {
  max-width: 110px;
}

.footer ul li h4 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  padding-bottom: 30px;
}

.footer ul li h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 29px;
  height: 2px;
  background: #f39c11;
}

.footer ul li a,
.footer ul li p {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}

.fz24 {
  font-size: 24px;
}

.footer ul li.code img {
  max-width: 107px;
  margin-top: 15px;
}

.bottom {
  background: #f39c11;
  text-align: center;
  padding: 30px 0;
}

.bottom p,
.bottom a {
  color: #fff;
  font-size: 14px;
}

.ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.nycontainer {
  max-width: 1230px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nybanner {
  position: relative;
}

.nybanner img {
  width: 100%;
}

.nybanner .crumb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 104, 183, 82);
}

.nybanner .crumb .nycontainer {
  height: 70px;
}

.crumb .left,
.crumb .left a {
  display: block;
  color: #ffffff;
  font-size: 16px;
}

.crumb .right ul li a {
  display: flex;
  align-items: center;
  height: 70px;
  color: #ffffff;
  font-size: 16px;
  padding: 0 15px;
}

.crumb .right ul li a.cur,
.crumb .right ul li a:hover {
  background: #f39c11;
}

.page_jianjie .main1 {
  position: relative;
}

.page_jianjie .main1::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -94px;
  z-index: -1;
  width: 512px;
  height: 500px;
  background: url(../images/page_jianjie_img1.png) no-repeat center/cover;
}

.page_jianjie .main1 .left .title {
  position: relative;
  text-align: right;
  color: #4c4c4c;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 40px;
}

.page_jianjie .main1 .left .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 3px;
  background: #e79818;
}

.page_jianjie .main1 .right {
  width: 755px;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.page_jianjie .main2 {
  margin-top: 65px;
}

.page_jianjie .main2 img {
  width: 100%;
}

.page_youshi .left {
  width: 503px;
  background: #eeeeee;
  padding: 20px;
}

.page_youshi .left ul {
  margin-top: -20px;
}

.page_youshi .left ul li {
  margin-top: 20px;
}

.page_youshi .left ul li h4 {
  color: #0068b7;
  font-size: 18px;
  font-weight: bold;
}

.page_youshi .left ul li p {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.3;
  padding-top: 10px;
}

.page_youshi .right {
  width: 697px;
}

.page_youshi .right img {
  width: 100%;
}

.page_weilai ul li {
  display: flex;
}

.page_weilai ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.page_weilai ul li .pic {
  width: 50%;
}

.page_weilai ul li .pic img {
  width: 100%;
}

.page_weilai ul li .text {
  width: 50%;
  background: url(../images/page_weilai_bg1.jpg) no-repeat center/cover #f4f4f4;
  padding: 25px;
}

.page_weilai ul li:nth-child(2) .text {
  background-image: url(../images/page_weilai_bg2.jpg);
}

.page_weilai ul li:nth-child(3) .text {
  background-image: url(../images/page_weilai_bg3.jpg);
}

.page_weilai ul li:nth-child(4) .text {
  background-image: url(../images/page_weilai_bg4.jpg);
}

.page_weilai ul li .text .icon img {
  max-width: 40px;
}

.page_weilai ul li .text .tt {
  color: #515151;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 10px;
}

.page_weilai ul li .text .desc {
  color: #515151;
  font-size: 16px;
  line-height: 1.5;
}

.page_daigou .main1 .left {
  width: 360px;
}

.page_daigou .main1 .left .title {
  position: relative;
  text-align: right;
  color: #4c4c4c;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 40px;
}

.page_daigou .main1 .left .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 3px;
  background: #e79818;
}

.page_daigou .main1 .right {
  width: 665px;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.page_daigou .main2 {
  background: #f4f4f4;
  margin-top: 50px;
  padding: 70px 0;
}

.page_daigou .main2 ul li {
  width: 280px;
  text-align: center;
}

.page_daigou .main2 ul li .pic img {
  max-width: 168px;
}

.page_daigou .main2 ul li .text h4 {
  color: #333;
  font-size: 18px;
  padding-top: 30px;
}

.page_daigou .main2 ul li .text p {
  color: #838383;
  font-size: 16px;
  line-height: 24px;
  padding-top: 30px;
  text-align: left;
}

.page_daigou .main3 {
  padding-top: 70px;
}

.page_daigou .main3 .title {
  text-align: center;
}

.page_daigou .main3 .title h3 {
  display: inline-block;
  position: relative;
  color: #4c4c4c;
  font-size: 24px;
  font-weight: bold;
}

.page_daigou .main3 .title h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -313px;
  width: 313px;
  height: 1px;
  background: url(../images/page_daigou_main2_line.jpg);
}

.page_daigou .main3 .title h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -313px;
  width: 313px;
  height: 1px;
  background: url(../images/page_daigou_main2_line2.jpg);
}

.page_daigou .main3 .content {
  margin-top: 60px;
}

.page_daigou .main3 .content ul {
  margin-top: -38px;
}

.page_daigou .main3 .content ul li {
  display: flex;
  align-items: center;
  width: 578px;
  border: solid 1px #063a9f;
  padding: 30px 60px;
  margin-top: 38px;
}

.page_daigou .main3 .content ul li .icon img {
  max-width: 48px;
}

.page_daigou .main3 .content ul li .text {
  padding-left: 32px;
}

.page_daigou .main3 .content ul li .text h4 {
  color: #4c4c4c;
  font-size: 20px;
}

.page_daigou .main3 .content ul li .text p {
  color: #838383;
  font-size: 16px;
  line-height: 24px;
  padding-top: 15px;
}

.list_anli .content ul {
  margin-top: -30px;
}

.list_anli .content ul li {
  width: 385px;
  margin-top: 30px;
  margin-right: 22px;
}

.list_anli .content ul li:nth-child(3n) {
  margin-right: 0;
}

.list_anli .content ul li .pic img {
  width: 100%;
  height: 283px;
}

.list_anli .content ul li .text h4 {
  color: #44484a;
  font-size: 18px;
  margin-top: 30px;
}

.list_anli .content ul li .text p {
  height: 64px;
  overflow: hidden;
  color: #666666;
  font-size: 16px;
  line-height: 2;
  margin-top: 5px;
}

.list_anli .content ul li:hover .text h4 {
  color: #0068b7;
}

.pages {
  margin-top: 70px;
}

.pages .p_n1,
.pages .p_n2 a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 5px 10px;
  background: #eeeeee;
  margin: 0 6px;
}

.pages .p_n1,
.pages .p_n2 a:hover {
  background: #1a70b9;
  color: #fff;
}

.page_rzsq .content {
  padding: 60px 30px;
  background: #f3f3f3;
}

.page_rzsq .content .left {
  width: 360px;
}

.page_rzsq .content .left img {
  width: 100%;
}

.page_rzsq .content .right {
  width: 745px;
  margin-left: 35px;
}

.page_rzsq .content .right .title {
  color: #4c4c4c;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

.page_rzsq .content .right #myform .item:first-child {
  margin-top: 0;
}

.page_rzsq .content .right #myform .box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}

.page_rzsq .content .right #myform .box.spgg {
  align-items: flex-start;
}

.page_rzsq .content .right #myform .item .box {
  width: 49%;
}

.page_rzsq .content .right #myform .box h4 {
  width: 165px;
  color: #4d4d4d;
  font-size: 16px;
}

.page_rzsq .content .right #myform .box .input-text,
.page_rzsq .content .right #myform .box textarea {
  width: calc(100% - 165px);
  height: 50px;
  line-height: 50px;
  border: 0;
  background: #fff;
  padding: 0 10px;
  color: #666;
  font-size: 14px;
}

.page_rzsq .content .right #myform .box textarea {
  height: 150px;
  resize: none;
}

.page_rzsq .content .right #myform #dosubmit {
  width: calc(100% - 165px);
  height: 53px;
  line-height: 53px;
  margin-left: 165px;
  margin-top: 45px;
  background: #f39c11;
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-size: 18px;
}

.page_ywll .content .left {
  width: 513px;
  padding: 40px 40px 0;
  background: #f4f4f4;
}

.page_ywll .content .left .page_ywll_logo img {
  max-width: 100%;
}

.page_ywll .content .left .infos {
  margin-top: 30px;
}

.page_ywll .content .left .infos ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

.page_ywll .content .left .infos ul li img {
  max-width: 21px;
  margin-right: 23px;
}

.page_ywll .content .left .infos ul li>div,
.page_ywll .content .left .infos ul li h4 {
  color: #353535;
  font-size: 18px;
  line-height: 25px;
}

.page_ywll .content .left .infos ul li h4 {
  flex-shrink: 0;
  width: 78px;
}

.page_ywll .content .left .code {
  max-width: 144px;
  margin-top: 35px;
  text-align: center;
}

.page_ywll .content .left .code img {
  width: 100%;
}

.page_ywll .content .left .code p {
  color: #3b3b3b;
  font-size: 16px;
  padding-top: 15px;
}

.page_ywll .content .right {
  width: 687px;
}

.page_ywll .content .right img {
  width: 100%;
}

.nyshow .title {
  text-align: center;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.nyshow .content {
  color: #666;
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}

.nyshow .content img {
  max-width: 100%;
}

.header_product {
  border-bottom: 2px solid #f39c11;
}

.header_product .top {
  padding: 20px 0 30px;
}

.header_product .top .logo {
  max-width: 211px;
}

.header_product .top .logo img {
  width: 100%;
}

.header_product .search .boxCss {
  width: 415px;
  height: 40px;
  line-height: 40px;
  border: solid 2px #f39c11;
  padding: 0 15px;
}

.header_product .search .btnCss {
  width: 85px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f39c11;
  color: #ffffff;
  font-size: 14px;
  border: 0;
}

.header_product .top .tel img {
  max-width: 21px;
  margin-right: 5px;
}

.header_product .top .tel a {
  color: #515151;
  font-size: 18px;
}

.header_product .navs .menu {
  position: relative;
}

.header_product .navs .menu .title a {
  display: block;
  background: url(../images/icon_menu.png) no-repeat 20px center/16px #e59311;
  padding: 10px 10px 10px 47px;
  color: #ffffff;
  font-size: 16px;
}

.header_product .navs .menu>ul {
  position: absolute;
  top: 46px;
  z-index: 2;
  width: 100%;
  height: 412px;
  background: #f39c11;
}

.header_product .navs .menu>ul li {
  position: relative;
}

.header_product .navs .menu>ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  background: #f39c11;
  border-bottom: 1px solid rgba(255, 255, 255, .43);
  color: #ffffff;
  font-size: 16px;
}

.header_product .navs .menu>ul li a img {
  width: 19px;
  margin-right: 10px;
}

.header_product .navs .menu>ul li a span {
  margin-left: auto;
  font-family: "宋体";
}

.header_product .navs .menu>ul li .submenu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  display: none;
}

.header_product .navs .menu>ul li:hover .submenu {
  display: block;
}

.header_product .navs .home {
  padding: 10px 28px;
}

.header_product .navs .home a {
  color: #313131;
  font-size: 16px;
}

.header_product .navs .home a:hover {
  color: #366aa5;
}

.banner_product {
  position: relative;
  height: 412px;
}

.banner_product .swiper-slide {
  height: 412px;
  background-position: center;
  background-size: cover;
}

.banner_product .nycontainer {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 100%;
  transform: translate(-50%, 0);
}

.banner_product .rec {
  position: absolute;
  top: 0;
  right: 15px;
  border: solid 6px #889ab5;
  background: #fff;
}

.banner_product .rec ul li {
  width: 200px;
  padding: 20px 30px;
  border-bottom: 1px solid #bfbfbf;
}

.banner_product .rec ul li:last-child {
  border-bottom: 0;
}

.banner_product .rec ul li h4 {
  height: 21.5px;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
  color: #484848;
  font-size: 18px;
}

.banner_product .rec ul li .pic img {
  width: 100%;
  height: 128px;
}

.banner_product .swiper-pagination {
  bottom: 20px;
}

.banner_product .swiper-pagination-bullet {
  background: #fff;
  opacity: .36;
  width: 15px;
  height: 15px;
}

.banner_product .swiper-pagination-bullet-active {
  opacity: 1;
}

.category_product {
  padding-bottom: 100px;
}

.category_product .main1 {
  margin-top: 25px;
}

.category_product .main1 img {
  width: 100%;
}

.category_product .main2 {
  margin-top: 25px;
}

.category_product .main2 .left {
  width: 214px;
}

.category_product .main2 .left .title {
  height: 55px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.category_product .main2 .left .con .pic img {
  width: 100%;
  height: 242px;
}

.category_product .main2 .left .con .text {
  width: 100%;
  height: 243px;
  padding: 20px;
  background: #eeeeee;
}

.category_product .main2 .left .con .text a {
  width: 100%;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  margin-top: 10px;
  color: #434343;
  font-size: 14px;
  padding: 5px 10px;
}

.category_product .main2 .left .con .text a:first-child {
  margin-top: 0;
}

.category_product .main2 .right {
  width: 986px;
}

.category_product .main2 .right .title {
  border-bottom: 2px solid #f39c11;
}

.category_product .main2 .right .title h3 {
  width: 247px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #f39c11;
  color: #ffffff;
  font-size: 18px;
}

.category_product .main2 .right .title a {
  color: #363636;
  font-size: 14px;
}

.category_product .main2 .right .con ul li {
  width: 246.5px;
  border: solid 1px #dcdcdc;
  border-top: 0;
  border-left: 0;
  padding: 15px 54px;
}

.category_product .main2 .right .con ul li .pic img {
  width: 100%;
  height: 183px;
}

.category_product .main2 .right .con ul li .tt {
  height: 21px;
  overflow: hidden;
  color: #434343;
  font-size: 14px;
  margin-top: 7px;
}

.crumb_product a,
.crumb_product span {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 50px;
}

.list_product .left {
  width: 210px;
  padding-bottom: 100px;
}

.list_product .left .menu {
  border: solid 1px #d7d7d7;
}

.list_product .left .menu .title {
  background: #f5f5f5;
  padding: 10px;
  color: #333333;
  font-size: 14px;
}

.list_product .left .menu ul {
  padding: 10px;
}

.list_product .left .menu ul li {
  margin-top: 5px;
}

.list_product .left .menu ul li:first-child {
  margin-top: 0;
}

.list_product .left .menu ul li a {
  background: url(../images/icon_jia.png) no-repeat left center/11px;
  padding-left: 18px;
  color: #303030;
  font-size: 14px;
}

.list_product .left .menu ul li a.cur,
.list_product .left .menu ul li a:hover {
  background-image: url(../images/icon_jian.png);
  color: #0b6ecc;
}

.list_product .left .rec ul li {
  margin-top: 25px;
  text-align: center;
}

.list_product .left .rec ul li .pic img {
  width: 100%;
  height: 242px;
}

.list_product .left .rec ul li .tt {
  color: #3e3e3e;
  font-size: 16px;
  padding: 10px;
}

.list_product .right {
  width: 975px;
  padding-bottom: 100px;
}

.list_product .right .content ul {
  margin-top: -20px;
}

.list_product .right .content ul li {
  width: 232.5px;
  margin-top: 20px;
  margin-right: 15px;
  border: solid 1px #bfbfbf;
}

.list_product .right .content ul li:nth-child(4n) {
  margin-right: 0;
}

.list_product .right .content ul li .pic img {
  width: 100%;
  height: 240px;
  padding: 4px;
}

.list_product .right .content ul li .text .tt,
.list_product .right .content ul li .text .cl {
  margin: 4px;
  color: #434343;
  font-size: 14px;
  line-height: 25px;
}

.list_product .right .content ul li .text .tt {
  height: 25px;
  overflow: hidden;
}

.list_product .right .content ul li .text .cl {
  height: 50px;
  overflow: hidden;
}

.list_product .right .content ul li .text .lx {
  margin-top: 20px;
}

.list_product .right .content ul li .text .lx a {
  display: block;
  opacity: 0;
  background: url(../images/icon_lx.png) no-repeat 60px center/17px #e59311;
  color: #ffffff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
}

.list_product .right .content ul li:hover {
  border: solid 2px #e59311;
}

.list_product .right .content ul li:hover .text .lx a {
  opacity: 1;
}

.list_product .pages {
  margin-top: 40px;
}

.list_product .pages .p_n1,
.list_product .pages .p_n2 a {
  border: solid 1px #eeeeee;
  background: none;
}

.list_product .pages .p_n1,
.list_product .pages .p_n2 a:hover {
  background: #ffc443;
}

.show_product {
  padding-bottom: 100px;
}

.show_product .main1 .left {
  width: 403px;
}

.show_product .main1 .left img {
  width: 100%;
  height: 403px;
}

.show_product .main1 .right {
  width: 750px;
}

.show_product .main1 .right .title {
  color: #2f2f2f;
  font-size: 24px;
  font-weight: bold;
  /* border-bottom: 1px solid #bfbfbf; */
  padding-bottom: 25px;
}

.show_product .main1 .right .desc {
  color: #5d5d5d;
  font-size: 16px;
  line-height: 35px;
  margin-top: 5px;
}

.show_product .main1 .right .desc img {
  max-width: 100%;
}

.show_product .main1 .button {
  margin-top: 20px;
}

.show_product .main1 .button a {
  display: flex;
  align-items: center;
  background: #f39c11;
  color: #fff;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 30px;
  margin-right: 20px;
}

.show_product .main1 .button a img {
  max-width: 24px;
  margin-right: 10px;
}

.show_product_title {
  width: 126px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #f39c11;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

.show_product .main2 {
  margin-top: 30px;
}

.show_product .main2 .content {
  border: solid 1px #bfbfbf;
  border-top: solid 2px #f39c11;
  padding: 45px 150px;
}

.show_product .main2 .content table {
  width: 100% !important;
  height: auto !important;
}

.show_product .main2 .content tr td {
  padding: 0 30px;
}

.show_product .main2 .content tr td:first-child {
  text-align: center;
  width: auto;
  padding: 0 30px;
}

.show_product .main3 .content {
  border: solid 1px #dcdcdc;
  border-top: solid 2px #f39c11;
}

.show_product .main3 .content ul li {
  width: 240px;
  padding: 15px 50px;
  text-align: center;
  border-right: solid 1px #dcdcdc;
}

.show_product .main3 .content ul li:nth-child(5) {
  border-right: 0;
}

.show_product .main3 .content ul li .pic img {
  width: 100%;
  height: 183px;
}

.show_product .main3 .content ul li .tt {
  color: #434343;
  font-size: 14px;
  padding-top: 5px;
}

.rightfixed {
  position: fixed;
  top: 40%;
  right: 30px;
  z-index: 9;
  background: #0068b7;
  border-radius: 50px;
  padding: 35px 15px;
}

.rightfixed ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -35px;
}

.rightfixed ul li {
  margin-top: 35px;
}

.rightfixed ul li#backToTop {
  display: none;
  cursor: pointer;
}

.rightfixed ul li img {
  width: 39px;
}

@media (max-width: 1230px) {
  .pc {
    display: none;
  }

  .mobile {
    display: block !important;
  }

  .container,
  .nycontainer {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .m_header {
    position: absolute;
    z-index: 999;
    display: flex;
    align-items: center;
    padding: .25rem .5rem;
    width: 100%;
    box-sizing: border-box;
  }

  .m_header .index_logo {
    max-width: 5rem;
  }

  .m_header .index_logo img {
    max-width: 100%;
  }

  .m_header .tel {
    display: flex;
    align-items: center;
    margin-left: auto;
  }

  .m_header .tel img {
    max-width: .5rem;
    margin-right: .25rem;
  }

  .m_header .tel a {
    color: #fff;
    font-size: .55rem;
  }

  .m_header .language {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: .5rem;
  }

  .m_header .language img {
    max-width: .625rem;
    margin-right: .25rem;
  }

  .m_header .language a {
    color: #fff;
    font-size: .55rem;
  }

  .m_header .language .hover {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    text-align: center;
    display: none;
  }

  .m_header .language:hover .hover {
    display: block;
  }

  .m_header .menu {
    width: auto;
    background: none;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .m_header .menu .bi-list {
    color: #ffffff;
    font-size: 1rem;
  }

  .side-box {
    position: fixed;
    top: 0px;
    width: 300px;
    right: -300px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1200;
    color: rgba(0, 0, 0, 1);
    transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: right .4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .side-cut {
    position: relative;
    width: 280px;
    float: right;
    height: 100%;
  }

  body.open .side-shadow {
    opacity: 1;
    visibility: visible;
  }

  body.open .side-box {
    width: 200%;
    right: 0;
  }

  .side-bin {
    width: 100%;
    background: rgba(255, 255, 255, .975);
    height: 100%;
    z-index: 2;
    position: relative;
    transition: .3s .1s;
    -moz-transition: .3s .1s;
    -ms-transition: .3s .1s;
    -o-transition: .3s .1s;
    -webkit-transition: .3s .1s;
  }

  .side-nav>ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .nav-first {
    display: block;
    position: relative;
    margin: 0 0 1px 0;
    list-style: none;
    cursor: pointer;
    opacity: 0;
    transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
    transition: .6s .95s;
    -moz-transition: .6s .95s;
    -ms-transition: .6s .95s;
    -o-transition: .6s .95s;
    -webkit-transition: .6s .95s;
  }

  .nav-first:nth-child(1) {
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
  }

  .nav-first:nth-child(2) {
    transition: .6s .5s;
    -moz-transition: .6s .5s;
    -ms-transition: .6s .5s;
    -o-transition: .6s .5s;
    -webkit-transition: .6s .5s;
  }

  .nav-first:nth-child(3) {
    transition: .6s .59s;
    -moz-transition: .6s .59s;
    -ms-transition: .6s .59s;
    -o-transition: .6s .59s;
    -webkit-transition: .6s .59s;
  }

  .nav-first:nth-child(4) {
    transition: .6s .67s;
    -moz-transition: .6s .67s;
    -ms-transition: .6s .67s;
    -o-transition: .6s .67s;
    -webkit-transition: .6s .67s;
  }

  .nav-first:nth-child(5) {
    transition: .6s .74s;
    -moz-transition: .6s .74s;
    -ms-transition: .6s .74s;
    -o-transition: .6s .74s;
    -webkit-transition: .6s .74s;
  }

  .nav-first:nth-child(6) {
    transition: .6s .8s;
    -moz-transition: .6s .8s;
    -ms-transition: .6s .8s;
    -o-transition: .6s .8s;
    -webkit-transition: .6s .8s;
  }

  .nav-first:nth-child(7) {
    transition: .6s .85s;
    -moz-transition: .6s .85s;
    -ms-transition: .6s .85s;
    -o-transition: .6s .85s;
    -webkit-transition: .6s .85s;
  }

  .nav-first:nth-child(8) {
    transition: .6s .89s;
    -moz-transition: .6s .89s;
    -ms-transition: .6s .89s;
    -o-transition: .6s .89s;
    -webkit-transition: .6s .89s;
  }

  .nav-first:nth-child(9) {
    transition: .6s .92s;
    -moz-transition: .6s .92s;
    -ms-transition: .6s .92s;
    -o-transition: .6s .92s;
    -webkit-transition: .6s .92s;
  }

  .nav-first:nth-child(10) {
    transition: .6s .94s;
    -moz-transition: .6s .94s;
    -ms-transition: .6s .94s;
    -o-transition: .6s .94s;
    -webkit-transition: .6s .94s;
  }

  body.open .nav-first {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: #0068b7;
    z-index: 2;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  body.open .nav-first.active>a:before {
    width: 100%;
    transition: width .3s 1s;
    -moz-transition: width .3s 1s;
    -ms-transition: width .3s 1s;
    -o-transition: width .3s 1s;
    -webkit-transition: width .3s 1s;
  }

  .nav-first:hover a:before {
    width: 100%;
  }

  .side-nav>ul:hover>.nav-first.active>a:before {
    width: 3px;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
  }

  .side-nav>ul:hover>.nav-first.active:hover>a:before {
    width: 100%;
  }

  .nav-first>a {
    position: relative;
    z-index: 3;
    display: block;
    padding: 10px 30px;
    color: rgba(0, 0, 0, .9);
  }

  .nav-first>a:after {
    display: table;
    clear: both;
    content: ''
  }

  .nav-first>a>i {
    float: left;
    position: relative;
    z-index: 3;
    padding: 0 15px 0 1px;
    line-height: 70px;
    font-size: 22px;
  }

  .nav-first>a>b {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 3;
    font-size: .65rem;
  }

  body.open .nav-first:hover>a,
  body.open .nav-first.active>a,
  .side-nav>ul:hover>.nav-first.active:hover>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  .side-nav>ul:hover>.nav-first.active>a {
    color: rgba(0, 0, 0, .9);
    transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    -webkit-transition: color .3s;
  }

  body.open .nav-first.active>a {
    color: rgba(255, 255, 255, 1);
    transition: color .3s 1s;
    -moz-transition: color .3s 1s;
    -ms-transition: color .3s 1s;
    -o-transition: color .3s 1s;
    -webkit-transition: color .3s 1s;
  }

  .nav-first>a>p,
  .side-nav>ul:hover>.nav-first.active>a>p {
    position: absolute;
    top: 50%;
    right: 30px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .4);
    font-family: 'AddFont';
    padding: 6px;
    border-radius: 50%;
    line-height: 1;
    margin: 0;
    font-size: 12px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 3;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  body.open .nav-first:hover>a>p,
  body.open .nav-first.active>a>p,
  .side-nav>ul:hover>.nav-first.active:hover>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
  }

  body.open .nav-first.active>a>p {
    color: #2E2E2E;
    background: rgba(255, 255, 255, .8);
    transition: .3s 1s;
    -moz-transition: .3s 1s;
    -ms-transition: .3s 1s;
    -o-transition: .3s 1s;
    -webkit-transition: .3s 1s;
  }

  .side-shadow {
    width: 3999px;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-first>i {
    display: block;
    position: absolute;
    width: 76px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 4;
    cursor: pointer;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first>i:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 4px;
    margin-left: -8px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    top: 50%;
    left: 50%;
  }

  .nav-first>i:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 20px;
    margin-top: -8px;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #2E2E2E;
    left: 50%;
    top: 50%;
  }

  .nav-first.active>i:before,
  .nav-first.active>i:after,
  .nav-first:hover>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first:hover>i:after {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a:before {
    width: 100%;
  }

  .nav-first.mobile-active>a>i,
  .nav-first.mobile-active>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>a>p {
    color: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>ul {
    padding: 1px 0 0 0;
    height: auto;
  }

  .nav-first.mobile-active>i:before {
    background: rgba(255, 255, 255, 1);
  }

  .nav-first.mobile-active>i:after {
    display: none;
  }

  .nav-second {
    margin: 0 0 1px 0;
    list-style: none;
    padding: 0;
    border-bottom: solid 1px #ccc;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>a {
    padding: 10px 30px;
    display: block;
    position: relative;
  }

  .nav-second>a>b {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: rgba(0, 0, 0, .8);
    position: relative;
    z-index: 1;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second>a:after {
    background: #ffffff;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-second:hover>a:after {
    width: 100%;
  }

  .nav-second>ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .nav-second>ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .nav-second:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .nav-third {
    display: block;
    line-height: none;
    padding: 1px 0 0 0;
    margin: 0 30px;
  }

  .nav-third>a {
    padding: 0 30px;
    line-height: 50px;
    margin-bottom: 1px;
    background: rgba(0, 0, 0, .08);
    display: block;
    position: relative;
  }

  .nav-third>a>b {
    display: block;
    font-weight: normal;
    color: rgba(0, 0, 0, .9);
  }

  .nav-third>a:after {
    background: #2E2E2E;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third>a>b {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
  }

  .nav-third:hover>a:after {
    width: 100%;
  }

  .nav-third:hover>a>b {
    color: rgba(255, 255, 255, 1);
  }

  .side-foot {
    padding: 30px 30px 25px 30px;
    text-align: left;
    overflow: hidden;
  }

  .side-phone {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    opacity: 0;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  .side-phone:after {
    display: block;
    clear: both;
    content: '';
  }

  body.open .side-phone {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .side-phone P {
    float: left;
    margin: 0;
    line-height: 1;
  }

  .side-phone p b {
    display: block;
    font-family: 'AddFont';
    font-weight: normal;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 5px;
  }

  .side-phone p a {
    display: block;
    font-family: 'AddFont';
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    letter-spacing: -1px;
  }

  .side-phone i {
    float: right;
    display: block;
    font-size: 28px;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, .8);
    padding: 4px 4px 0 4px;
    margin-top: 9px;
    cursor: pointer;
  }

  .side-phone i:hover {
    background: rgba(0, 0, 0, .8);
    transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
  }

  .side-text {
    white-space: pre-wrap;
    padding-top: 10px;
    color: rgba(0, 0, 0, 1);
    opacity: 0;
    font-family: 'Addfont', Microsoft Yahei;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: .6s .4s;
    -moz-transition: .6s .4s;
    -ms-transition: .6s .4s;
    -o-transition: .6s .4s;
    -webkit-transition: .6s .4s;
    transition-property: opacity, transform !important;
    -moz-transition-property: opacity, transform !important;
    -ms-transition-property: opacity, transform !important;
    -o-transition-property: opacity, transform !important;
    -webkit-transition-property: opacity, transform !important;
  }

  body.open .side-text {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .nav-first>ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto !important;
    height: 0;
    background: rgba(0, 0, 0, .03);
  }

  .m_index_navs {
    background: #f3f3f3;
    padding: 1rem 0;
  }

  .m_index_navs ul li {
    width: 25%;
    text-align: center;
  }

  .m_index_navs ul li a {
    display: block;
    height: 2rem;
    color: #666;
    font-size: .65rem;
  }

  .m_index_navs ul li a.cur {
    background: #f39c11;
    color: #fff;
  }

  .index_title h3 {
    font-size: .75rem;
  }

  .index_title p {
    font-size: .55rem;
    padding-top: .25rem;
  }

  .index_main1 .content {
    padding: 1.5rem 0;
  }

  .index_main1 .content ul li img {
    max-width: 2.25rem;
  }

  .index_main1 .content ul li h4 {
    min-height: 4rem;
    overflow: hidden;
    font-size: .65rem;
    padding-top: .5rem;
  }

  .index_main1 .content ul li span {
    width: 1.3rem;
    height: .075rem;
    margin: .25rem auto .5rem;
  }

  .index_main1 .content ul li p {
    min-height: 6rem;
    font-size: .5rem;
  }

  .index_main1 .content ul li a {
    width: 3rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .55rem;
    margin: .5rem auto 0;
  }

  .index_main2 {
    position: relative;
    height: auto;
    background: url(../images/index_main2_bg.jpg) no-repeat center/cover;
    padding: 1.5rem 0;
  }

  .index_main2 .left {
    max-width: 100%;
  }

  .index_main2 .left .index_title {
    text-align: center;
  }

  .index_main2 .left .content {
    font-size: .55rem;
    line-height: .9rem;
    margin-top: .5rem;
  }

  .index_main2 .left img {
    display: block;
    max-width: 7.5rem;
    margin: .5rem auto 0;
  }

  .index_main2 .left a {
    display: block;
    width: 2.5rem;
    height: .9rem;
    line-height: .9rem;
    font-size: .55rem;
    margin: .5rem auto 0;
  }

  .index_main2 .right {
    display: none;
  }

  .index_main3 {
    background-image: url(../images/m_index_main3_bg.jpg);
    padding: 1.5rem 0;
  }

  .index_main3 .content {
    margin-top: 1rem;
    overflow-x: scroll;
  }

  .index_main3 .content ul li {
    flex-shrink: 0;
    width: 10rem;
  }

  .index_main3 .content ul li .pic img {
    height: 7.4rem;
  }

  .index_main3 .content ul li .text {
    padding: .25rem;
  }

  .index_main3 .content ul li .text h4 {
    height: .9rem;
    font-size: .65rem;
  }

  .index_main3 .content ul li .text p {
    height: 1.5rem;
    font-size: .55rem;
    line-height: .75rem;
    margin-top: .25rem;
  }

  .index_main3 .content2 {
    flex-wrap: wrap;
    margin-top: 7rem;
  }

  .index_main3 .content2 .left {
    width: 100%;
  }

  .index_main3 .content2 .title h3 {
    font-size: .75rem;
  }

  .index_main3 .content2 .title span {
    width: 1rem;
    height: .05rem;
    margin: .5rem 0;
  }

  .index_main3 .content2 .con ul li {
    margin-top: .5rem;
  }

  .index_main3 .content2 .con ul li .icon {
    max-width: 1.2rem;
    margin-right: .875rem;
  }

  .index_main3 .content2 .con ul li .text h4 {
    font-size: .65rem;
  }

  .index_main3 .content2 .con ul li .text p {
    font-size: .55rem;
    line-height: .6rem;
    padding-top: .25rem;
  }

  .index_main3 .content2 .right {
    width: 100%;
    text-align: left;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #fff;
  }

  .index_main3 .content2 .right .title span {
    margin-left: 0;
  }

  .index_main3 .content2 .right .con ul li {
    margin-top: .5rem;
  }

  .footer {
    padding: 1.5rem 0;
  }

  .footer ul li {
    display: none;
  }

  .footer ul li.contact,
  .footer ul li.code {
    display: block;
  }

  .footer ul li.contact {
    width: 70%;
  }

  .footer ul li.code {
    width: 26%;
  }

  .footer ul li.code img {
    width: 100%;
    margin-top: .25rem;
  }

  .footer ul li h4 {
    font-size: .65rem;
    padding-bottom: .5rem;
  }

  .footer ul li h4::after {
    width: .725rem;
    height: .05rem;
  }

  .footer ul li a,
  .footer ul li p {
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .fz24 {
    font-size: .65rem;
  }

  .bottom {
    padding: .5rem 0;
  }

  .bottom p,
  .bottom a {
    font-size: .4rem;
  }

  .rightfixed {
    right: .5rem;
    border-radius: 1.25rem;
    padding: .75rem .25rem;
  }

  .rightfixed ul {
    margin-top: -.5rem;
  }

  .rightfixed ul li {
    margin-top: .5rem;
  }

  .rightfixed ul li img {
    width: 1rem;
  }

  .m_nynavs {
    background: rgba(0, 104, 183, 82);
    padding: .5rem 0;
  }

  .m_nynavs ul li {
    width: 25%;
    text-align: center;
  }

  .m_nynavs ul li a {
    display: block;
    height: 2rem;
    color: #fff;
    font-size: .65rem;
  }

  .m_nynavs ul li a.cur {
    background: #f39c11;
  }

  .nybanner .crumb {
    position: initial;
    margin-top: 1rem;
    background: none;
  }

  .crumb .left,
  .crumb .left a {
    display: none !important;
  }

  .nybanner .crumb .nycontainer {
    height: auto;
  }

  .crumb .right {
    width: 100%;
  }

  .crumb .right ul li {
    margin-top: 2%;
  }

  .crumb .right ul li:nth-child(3n) {
    margin-right: 0;
  }

  .crumb .right ul li a {
    justify-content: center;
    height: auto;
    font-size: .5rem;
    padding: .25rem 1rem;
    background: rgba(0, 104, 183, 82);
    border-radius: 1rem;
  }

  .ptb100 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .page_jianjie .main1 {
    flex-wrap: wrap;
  }

  .page_jianjie .main1::before {
    top: -0.375rem;
    left: -2.35rem;
    width: 100%;
    height: 15rem;
  }

  .page_jianjie .main1 .left .title {
    font-size: .75rem;
    padding-bottom: .5rem;
    text-align: left;
  }

  .page_jianjie .main1 .left .title::after {
    width: 1.5rem;
    height: .075rem;
    left: 0;
    right: auto;
  }

  .page_jianjie .main1 .right {
    width: 100%;
    font-size: .5rem;
    line-height: 1.5;
    margin-top: .5rem;
  }

  .page_jianjie .main2 {
    margin-top: .5rem;
  }

  .page_youshi .main1 {
    flex-wrap: wrap;
  }

  .page_youshi .left {
    width: 100%;
    padding: 1rem;
  }

  .page_youshi .left ul {
    margin-top: -.5rem;
  }

  .page_youshi .left ul li {
    margin-top: .5rem;
  }

  .page_youshi .left ul li h4 {
    font-size: .65rem;
  }

  .page_youshi .left ul li p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .25rem;
  }

  .page_youshi .right {
    width: 100%;
  }

  .page_weilai ul li {
    flex-wrap: wrap;
  }

  .page_weilai ul li .pic {
    width: 100%;
  }

  .page_weilai ul li .text {
    width: 100%;
    padding: .5rem;
  }

  .page_weilai ul li .text .icon img {
    max-width: 1.2rem;
  }

  .page_weilai ul li .text .tt {
    font-size: .65rem;
    padding: .375rem 0 .25rem;
  }

  .page_weilai ul li .text .desc {
    font-size: .55rem;
    line-height: 1.5;
  }

  .page_daigou .main1 .nycontainer {
    flex-wrap: wrap;
  }

  .page_daigou .main1 .left {
    width: 100%;
  }

  .page_daigou .main1 .left .title {
    text-align: left;
    font-size: .75rem;
    padding-bottom: .5rem;
  }

  .page_daigou .main1 .left .title::after {
    left: 0;
    right: auto;
    width: 1.5rem;
    height: .075rem;
  }

  .page_daigou .main1 .right {
    width: 100%;
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .5rem;
  }

  .page_daigou .main2 {
    margin-top: 1rem;
    padding: 1.5rem 0;
  }

  .page_daigou .main2 ul {
    flex-wrap: wrap;
    margin-top: -.5rem;
  }

  .page_daigou .main2 ul li {
    width: 100%;
    margin-top: .5rem;
  }

  .page_daigou .main2 ul li .pic img {
    max-width: 4.2rem;
  }

  .page_daigou .main2 ul li .text h4 {
    font-size: .65rem;
    padding-top: .5rem;
  }

  .page_daigou .main2 ul li .text p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .5rem;
  }

  .page_daigou .main3 {
    padding-top: 1.5rem;
  }

  .page_daigou .main3 .title h3 {
    font-size: .75rem;
  }

  .page_daigou .main3 .title h3::before,
  .page_daigou .main3 .title h3::after {
    display: none;
  }

  .page_daigou .main3 .content {
    margin-top: 1rem;
  }

  .page_daigou .main3 .content ul {
    margin-top: -.5rem;
  }

  .page_daigou .main3 .content ul li {
    width: 100%;
    padding: .5rem 1rem;
    margin-top: .5rem;
  }

  .page_daigou .main3 .content ul li .icon img {
    max-width: 1.2rem;
  }

  .page_daigou .main3 .content ul li .text {
    padding-left: .5rem;
  }

  .page_daigou .main3 .content ul li .text h4 {
    font-size: .65rem;
  }

  .page_daigou .main3 .content ul li .text p {
    font-size: .55rem;
    line-height: 1.5;
    padding-top: .25rem;
  }

  .list_anli .content ul {
    margin-top: -.5rem;
  }

  .list_anli .content ul li {
    width: 49%;
    margin-top: .5rem;
    margin-right: 2%;
  }

  .list_anli .content ul li .pic img {
    height: 5.5rem;
  }

  .list_anli .content ul li .text h4 {
    font-size: .65rem;
    margin-top: .5rem;
  }

  .list_anli .content ul li .text p {
    height: 1.6rem;
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .list_anli .content ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .list_anli .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .pages {
    margin-top: 1rem;
  }

  .pages .p_n1,
  .pages .p_n2 a {
    font-size: .55rem;
    padding: .125rem .25rem;
    margin: 0 .15rem;
  }

  .nyshow .title {
    font-size: .65rem;
  }

  .nyshow .content {
    font-size: .55rem;
    margin-top: .5rem;
  }

  .page_rzsq .content {
    padding: 1rem .5rem;
  }

  .page_rzsq .content .left {
    display: none;
  }

  .page_rzsq .content .right {
    width: 100%;
    margin-left: 0;
  }

  .page_rzsq .content .right .title {
    font-size: .65rem;
    margin-bottom: .5rem;
  }

  .page_rzsq .content .right #myform .item {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .page_rzsq .content .right #myform .item .box {
    width: 100%;
    margin-top: .5rem;
  }

  .page_rzsq .content .right #myform .box h4 {
    flex-shrink: 0;
    width: 5rem;
    font-size: .65rem;
  }

  .page_rzsq .content .right #myform .box .input-text {
    width: calc(100% - 5rem);
    height: 1.25rem;
    line-height: 1.25rem;
    padding: 0 .25rem;
    font-size: .55rem;
  }

  .page_rzsq .content .right #myform .box textarea {
    width: calc(100% - 5rem);
  }

  .page_rzsq .content .right #myform #dosubmit {
    width: 100%;
    height: 1.325rem;
    line-height: 1.325rem;
    margin-left: 0;
    margin-top: 1rem;
    border-radius: .125rem;
    font-size: .55rem;
  }

  .page_ywll .content {
    flex-wrap: wrap;
  }

  .page_ywll .content .left {
    width: 100%;
    padding: 1rem .5rem;
  }

  .page_ywll .content .left .infos {
    margin-top: .5rem;
  }

  .page_ywll .content .left .infos ul li {
    margin-top: .5rem;
  }

  .page_ywll .content .left .infos ul li img {
    max-width: .525rem;
    margin-right: .5rem;
  }

  .page_ywll .content .left .infos ul li>div,
  .page_ywll .content .left .infos ul li h4 {
    font-size: .55rem;
    line-height: 1.3;
  }

  .page_ywll .content .left .infos ul li h4 {
    width: 2.5rem;
  }

  .page_ywll .content .left .code {
    max-width: 4rem;
    margin-top: .5rem;
  }

  .page_ywll .content .left .code p {
    font-size: .55rem;
    padding-top: .25rem;
  }

  .page_ywll .content .right {
    width: 100%;
    margin-top: 1rem;
  }

  .header_product .logo {
    max-width: 5rem;
    padding: .25rem 0;
  }

  .header_product .logo img {
    width: 100%;
  }

  .header_product .tel img {
    max-width: .525rem;
  }

  .header_product .tel a {
    font-size: .55rem;
  }

  .header_product .search {
    margin: .5rem 0;
  }

  .header_product .search .boxCss {
    width: 80%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 .375rem;
  }

  .header_product .search .btnCss {
    width: 20%;
    height: 1rem;
    line-height: 1rem;
    font-size: .45rem;
  }

  .header_product .navs ul li {
    width: 50%;
    padding: .25rem 0;
    text-align: center;
  }

  .header_product .navs ul li a {
    font-size: .5rem;
  }

  .header_product .navs ul li a.cur {
    color: #0b6ecc;
  }

  .banner_product {
    height: 8rem;
  }

  .banner_product .swiper-slide {
    height: 8rem;
  }

  .banner_product .rec {
    display: none;
  }

  .banner_product .swiper-pagination {
    bottom: .5rem;
  }

  .banner_product .swiper-pagination-bullet {
    width: .375rem;
    height: .375rem;
  }

  .category_product {
    padding-bottom: 1.5rem;
  }

  .category_product .main1 {
    margin-top: 1rem;
  }

  .category_product .main2 {
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .category_product .main2 .left {
    width: 100%;
    height: auto;
  }

  .category_product .main2 .left .title {
    height: auto;
    font-size: .75rem;
  }

  .category_product .main2 .left .con {
    display: flex;
    margin-top: .5rem;
  }

  .category_product .main2 .left .con .pic {
    width: 50%;
  }

  .category_product .main2 .left .con .pic img {
    height: 8rem;
  }

  .category_product .main2 .left .con .text {
    width: 50%;
    height: auto;
    padding: .5rem;
  }

  .category_product .main2 .left .con .text a {
    border-radius: .5rem;
    font-size: .45rem;
  }

  .category_product .main2 .right {
    width: 100%;
    margin-top: .5rem;
  }

  .category_product .main2 .right .title h3 {
    width: 3.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .65rem;
  }

  .category_product .main2 .right .title a {
    font-size: .45rem;
  }

  .category_product .main2 .right .con ul li {
    width: 49%;
    margin-top: .25rem;
    margin-right: 2%;
    border: solid 1px #dcdcdc;
    padding: .25rem 1rem;
  }

  .category_product .main2 .right .con ul li:nth-child(2n) {
    margin-right: 0;
  }

  .category_product .main2 .right .con ul li .pic img {
    height: 6rem;
  }

  .category_product .main2 .right .con ul li .tt {
    height: .8rem;
    font-size: .55rem;
    margin-top: .175rem;
  }

  .crumb_product a,
  .crumb_product span {
    font-size: .55rem;
    line-height: 1.5rem;
  }

  .list_product>.nycontainer {
    flex-wrap: wrap;
  }

  .list_product .left {
    width: 100%;
    padding-bottom: 0;
  }

  .list_product .left .menu .title {
    padding: .25rem;
    font-size: .75rem;
  }

  .list_product .left .menu ul {
    padding: .25rem;
  }

  .list_product .left .menu ul li {
    margin-top: .125rem;
  }

  .list_product .left .menu ul li a {
    background: url(../images/icon_jia.png) no-repeat left center/.35rem;
    padding-left: .75rem;
    font-size: .65rem;
  }

  .list_product .left .rec {
    display: none;
  }

  .list_product .right {
    width: 100%;
    margin-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .list_product .right .content ul {
    margin-top: -.5rem;
  }

  .list_product .right .content ul li {
    width: 49%;
    margin-top: .5rem;
    margin-right: 2%;
  }

  .list_product .right .content ul li:nth-child(4n) {
    margin-right: 2%;
  }

  .list_product .right .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .list_product .right .content ul li .pic img {
    height: 8rem;
    padding: .1rem;
  }

  .list_product .right .content ul li .text .tt,
  .list_product .right .content ul li .text .cl {
    margin: .1rem;
    font-size: .55rem;
    height: 1.6rem;
    line-height: 1.5;
  }

  .list_product .right .content ul li .text .tt {
    height: .8rem;
  }

  .list_product .right .content ul li .text .lx {
    margin-top: .5rem;
  }

  .list_product .right .content ul li .text .lx a {
    opacity: 1;
    background: url(../images/icon_lx.png) no-repeat 1.8rem center/.425rem #e59311;
    font-size: .55rem;
    line-height: 1.5rem;
  }

  .list_product .pages {
    margin-top: 1rem;
  }

  .show_product {
    padding-bottom: 1.5rem;
  }

  .show_product .main1 {
    flex-wrap: wrap;
  }

  .show_product .main1 .left {
    width: 100%;
  }

  .show_product .main1 .left img {
    height: auto;
  }

  .show_product .main1 .right {
    width: 100%;
    margin: .5rem;
  }

  .show_product .main1 .right .title {
    font-size: .65rem;
    padding-bottom: .5rem;
  }

  .show_product .main1 .right .desc {
    font-size: .55rem;
    line-height: 1.5;
    margin-top: .25rem;
  }

  .show_product .main1 .button {
    margin-top: .5rem;
  }

  .show_product .main1 .button a {
    font-size: .55rem;
    padding: .25rem .75rem;
    border-radius: .75rem;
    margin-right: .5rem;
  }

  .show_product .main1 .button a img {
    max-width: .6rem;
    margin-right: .25rem;
  }

  .show_product .main2 {
    margin-top: 1rem;
  }

  .show_product_title {
    width: 4rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: .65rem;
    margin-top: 0;
  }

  .show_product .main2 .content {
    padding: .25rem;
  }

  .show_product .main2 .content tr td {
    padding: 0 .5rem;
  }

  .show_product .main2 .content tr td:first-child {
    padding: 0 .5rem;
  }

  .show_product .main3 {
    margin-top: 1rem;
  }

  .show_product .main3 .content {
    padding: .25rem;
  }

  .show_product .main3 .content ul {
    flex-wrap: wrap;
    margin-top: -.5rem;
  }

  .show_product .main3 .content ul li {
    width: 49%;
    margin-top: .5rem;
    margin-right: 2%;
    padding: .25rem;
    border: solid 1px #dcdcdc;
  }

  .show_product .main3 .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .show_product .main3 .content ul li:nth-child(5) {
    display: none;
    border-right: 0;
  }

  .show_product .main3 .content ul li .pic img {
    height: 7rem;
  }

  .show_product .main3 .content ul li .tt {
    font-size: .55rem;
    padding-top: .125rem;
  }
}