﻿@charset "utf-8";
@import url(dll.css);
@import url(font.css);
@import url(main.css);
@import url(banner.css);
@import url(/onlinecss/onlineeditor.css);
@import url(ddsmoothmenu.css);

/* ��ҳ���ֿ�ʼ */
.headerbox {
  width: 1200px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.p_n_video video{
    max-width: 100%;
}
.header {
  height: auto;
  background: rgba(255, 255, 255, .9);
  width: 100%;
}

.languagebar {
  position: absolute;
  right: 0;
  top: -25px;
}

.languagebar>* {
  float: left;
  padding-left: 30px;
}

header {
  background: #f2f2f2;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.mfbox {
  max-width: 1200px;
  margin: 0 auto;
}

header .mfbox {
  display: flex;
  flex-wrap: wrap;
}

.header_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  position: relative;
  min-height: 40px;
  align-items: center;
}

.header_top_left {
  font-size: 12px;
  color: #666666;
}

.header_top_right {}

.headerserch {
  display: none;
  width: 300px;
  position: relative;
}

.headerserch.active {
  display: block;
}

.headerserch form {
  width: 240px;
  border: 1px solid #333;
  background: #f2f2f2;
  border-radius: 0;
  position: relative;
  padding: 6px 12px;
}

.headerserch form .search_text {
  font-size: 12px;
  color: #333333;
  width: 90%;
  box-sizing: border-box;
  border: none;
  background: transparent;
}

.headerserch form .search_btn {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(/templates/Images/search.png) no-repeat;
  background-size: 100%;
  right: 12px;
  top: 7px;
  box-sizing: border-box;
  border: none;
  opacity: 0;
}

.headerserch.active form .search_btn {
  opacity: 1;
}

.headerserch .fl-search-close {
  position: absolute;
  right: 0;
  top: 8px;
  width: 15px;
}

.header-s-i {
  position: absolute;
  right: 0;
  top: 11px;
  width: 16px;
  height: 16px;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-s-i.active {
  transform: translateX(-47px);
  opacity: 0;
}

img {
  max-width: 100%;
}

.logo {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.logo img {
  width: 177px;
}

.i_nav {
  float: right;
  width: 910px;
  height: 40px;
  margin-top: 30px;
}

/*.i_nav li{float:left; width:100px; height:40px; line-height:40px; font-size:16px; text-align:center;}
.i_nav li a{color:#030304; display:block; border-radius:5px;}
.i_nav li a:hover{color:#FFF; text-decoration:none; background:#c8a063;}
.i_nav li a.on{color:#FFF; text-decoration:none; background:#c8a063;}*/

.banner {
  position: relative;
  width: 100%;
  height: 525px;
  overflow: hidden;
}

.i_banner {
  float: left;
  display: inline;
  width: 100%;
  margin-left: 0px !important;
}

.banner img {
  width: 100% !important;
}

.i_container {}

.sort_l {
  width: 1200px;
  height: 23px;
  text-align: center;
  margin: 27px auto 0;
}

.sort_l li {
  display: inline-block;
  width: auto;
  margin: 0 20px;
  padding: 0 10px;
}

.sort_l li a {
  font-size: 12px;
  padding: 10px 0;
}

.sort_l li a:hover {
  border: 1px solid #000;
  border-left: none;
  border-right: none;
  color: #000;
}

.sort_l li a.on {
  border: 1px solid #000;
  border-left: none;
  border-right: none;
}



.i_more {
  display: block;
  width: 170px;
  line-height: 36px;
  text-align: center;
  margin: 10px auto 0;
  font-size: 16px;
  color: #fff;
  background: #5d4c42;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.i_more:hover {
  background-color: #dc883f;
}

.i_more a {
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
}

.i_newsmore {
  float: left;
  max-width: 100%;
  width: 100%;
}

.i_newsmore a {
  width: 168px;
  border: solid 1px #dddddd;
  display: block;
  margin-left: 28%;
  line-height: 34px;
  margin-top: 20px;
}

.i_newsmore a:hover {
  background-color: #dd823d;
  border-color: #dd823d;
  color: #fff;
}

.i_psor {
  width: 100%;
  max-width: 100%;
  background-color: #eee;
  height: 76px;
  margin-bottom: 40px;
}

.i_psor a {
  padding-left: 10px;
  font-weight: initial;
}

.i_psor .i_pbox {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
}

.i_psor p {
  float: left;
  line-height: 76px;
}

.i_psor .i_pbox span {
  padding: 8px 0;
  margin-right: 10px;
  font-weight: normal;
}






.hd_search li {
  float: left;
}

.hd_search li input {
  float: left;
  height: 36px;
}

.hd_search li input.hd_sint {
  width: 269px;
  background: #fff;
  padding-left: 10px;
}

.i_pro {
  padding: 10px 0 90px;
}

.i_pro_l {
  width: 1100px;
  margin: 45px auto 0;
  overflow: hidden;
}

.i_pro_l ul {
  width: 1120px;
  overflow: hidden;
}

.i_pro_l li {
  float: left;
  width: calc((100% / 3) - 22px);
  height: 550px;
  display: block;
  margin: 15px 10px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.i_pro_l li img {
  width: 220px;
  height: 220px;
  max-width: 100%;
  padding: 80px 61px;
  border: 1px solid #ccc;
}

.i_pro_l li img:hover {
  background-image: url(http://picture.no3.mfdns.com/upload/cases/jq1039/ipihover.png);
  background-size: 100%;
}

.i_pro_l li span {
  display: block;
  line-height: 24px;
  overflow: hidden;
  padding: 30px 10px 0;
}

.i_pro_l li div {
  color: rgb(153, 153, 153);
  line-height: 20px;
  margin: 5px 0 15px;
}

.i_pro_l li h4 {
  color: rgb(51, 51, 51);
  font-size: 14px;
  margin: 0 auto 30px;
}

.i_ppdzbox {
  background: url(http://picture.no3.mfdns.com/upload/cases/jq1039/ippdjbj.jpg);
  padding: 170px 0 80px;
  text-align: center;
}

.i_ppdzbox .title h1 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 50px;
}

.i_ppdzbox div p {
  font-size: 14px;
  line-height: 30px;
  color: #333333;
}

.i_ppdzbox .more {
  font-size: 14px;
  border: 1px solid;
  width: 155px;
  margin: 50px auto 0;
  padding: 10px 0;
  border-right: none;
  border-left: none;
  position: relative;
}

.i_ppdzbox .more a {
  display: block;
}

.i_ppdzbox .more:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  left: 0;
  top: 0;
}

.i_ppdzbox .more:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  right: 0;
  bottom: 0;
}

.i_pro li .more {
  padding: 5px 25px;
  border: 1px solid #ccc;
  color: rgb(102, 102, 102);
  font-size: 12px;
}

.i_pro li .more:hover {
  border-color: #000;
}

.i_pro_l li span a:hover {
  color: #c8a063;
}

.i_pro li:hover span a {
  color: rgb(32, 116, 255);
}

.i_newsjjfa {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 0;
}

.i_newsjjfa .sort_newsl {
  width: 14%;
  max-width: 100%;
  float: left;
  overflow: hidden;
}

.i_newsjjfa .sort_newsl ul {
  border-left: 2px solid #000;
  padding: 20px 0 20px 0;
}

.i_newsjjfa .sort_newsl ul li a {
  line-height: 50px;
  padding-left: 35px;
  display: block;
  overflow: hidden;
  height: 50px;
  text-overflow: ellipsis;
  white-space: pre;
}

.i_newsjjfa .sort_newsl ul li .on {
  background: linear-gradient(left, #76b0fb 0%, #c6d5f342 1%);
  background: -webkit-linear-gradient(left, #76b0fb 0%, #c6d5f342 1%);
  color: #2090FF;
}

.i_newsjjfa .i_pro_newsr {
  width: 75%;
  float: right;
  overflow: hidden;
  background: rgba(0, 0, 0, 0) url(http://picture.no3.mfdns.com/upload/cases/jq1039/inewsdllbj.png) no-repeat center top;
  padding: 50px 80px 50px 50px;
  height: 300px;
}

.i_newsjjfa .i_pro_newsr li img {
  width: 205px;
  height: 273px;
  float: left;
}

.i_newsjjfa .i_pro_newsr .text {
  float: left;
  padding: 35px 0 35px 50px;
}

.i_newsjjfa .i_pro_newsr .text h3 {
  font-size: 18px;
  color: #222222;
  margin-bottom: 30px;
}

.i_newsjjfa .i_pro_newsr .text>div {
  width: 546PX;
  max-width: 100%;
  line-height: 27px;
  color: rgb(102, 102, 102);
  height: 55px;
  overflow: hidden;
  text-align: justify;
}

.i_newsjjfa .i_pro_newsr .text>a {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid;
  margin-top: 80px;
}

.i_newsjjfa .i_pro_newsr .text>a:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}




.index_about {
  padding: 60px 0;
  background: #f6f6f6;
}

.index_about .mfbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.index_about .pic {
  width: 45%;
}

.index_about .title {
  width: 50%;
}

.index_about .title h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 25px;
}

.index_about .title p {
  line-height: 1.51;
  font-size: 16px;
  color: #333;
  text-indent: 25px;
  margin-bottom: 8px;
}

.index_about .title .more {
  color: #333;
  padding: 10px 24px;
  border: 2px solid #333333;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-top: 25px;
}

.index_about .title .more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 9999;
}

.index_about .title .more .arrow-svg-w {
  display: none;
}

.index_about .title .more::after {
  content: '';
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #333;
  -webkit-transition: width .2s ease-out;
  transition: width .2s ease-out;
  border-radius: 4px;
}

.index_about .title .more:hover::after {
  width: 100%;
}

.index_about .title .more:hover .arrow-svg-b {
  display: none;
}

.index_about .title .more:hover .arrow-svg-w {
  display: block;
}

.index_about .title .more:hover {
  color: #fff;
}











.i_news {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 58px 0 55px;
  background-image: url(/templates/Images/inewstbj.jpg);
  background-repeat: no-repeat;
}

.i-newsbox {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
}

.i_newsbox {
  width: calc((100%/ 2) - 20px);
  text-align: center;
  float: left;
  overflow: hidden;
  margin: 0 10px;
}

.i_news .title01 h3 {
  color: #fff;
}

.i_newsbox .i_newstitle {
  background: rgba(32, 116, 255, 0.66) none no-repeat left top;
  padding: 35px 10px;
  margin-top: 46px;
  color: #fff;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}

.i_newsbox .i_newstitle a {
  color: #fff;
  font-size: 18px;
  float: right;
}

.i_newsbox .newsone {
  background: #fff;
  overflow: hidden;
  padding: 30px;
}

.i_newsbox .newsone:hover .text h4 a {
  color: rgb(34, 109, 233);
}

.i_newsbox .newsone img {
  float: left;
  width: 180px;
  height: 120px;
  padding-right: 30px;
}

.i_newsbox .newsone .text {
  float: left;
  text-align: left;
  width: calc(100% - 220px);
}

.i_newsbox .newsone .text h4 {
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: bold;
}

.i_newsbox .newsone .text>span {
  color: rgb(136, 136, 136);
  font-size: 12px;
  padding: 10px 0 15px;
  display: inline-block;
}

.i_newsbox .newsone .text>div {
  width: 310px;
  height: 43px;
  overflow: hidden;
  color: rgb(102, 102, 102);
  line-height: 24px;
  font-size: 12px;
  text-align: justify;
}

.i_newsbox li {
  background: #fff;
  text-align: left;
  padding: 0 30px 30px 30px;
}

.i_newsbox li h4 {
  color: rgb(85, 85, 85);
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}

.i_newsbox li h4:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  top: 10px;
  left: 0;
}

.i_newsbox li span {
  color: rgb(102, 102, 102);
  font-size: 12px;
  padding-left: 15px;
}

.i_alinks {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 50px 0;
}

.i_alinks ul li {
  float: left;
  text-align: center;
  height: 150px;
  overflow: hidden;
  border: 1px solid #fff;
  width: calc((100% / 3) - 2px);
}

.i_alinks ul li img {
  width: 238px;
  height: 118px;
}

.i_alinks ul li h3 {
  line-height: 32px;
  color: #fff;
  background: #999;
  display: none;
}

.i_alinks ul li:hover {
  border: 1px solid #999;
}

.i_alinks ul li:hover h3 {
  display: block;
}



.i_about {
  padding: 70px 0 90px;
}

.i_about_c {
  width: 1038px;
  margin: 80px auto 0;
  padding: 70px 30px;
  border: 1px solid #c39759;
  font-family: microsoft yahei;
  font-size: 14px;
  line-height: 20px;
}

.i_about_c strong {
  display: block;
  float: left;
  width: 470px;
  text-align: center;
  padding: 40px 0;
}

.i_about_c dl {
  float: right;
  width: 538px;
  padding-right: 30px;
  line-height: 20px;
}

.i_about_c dl dd {
  margin-top: 20px;
  padding-left: 25px;
  background: url(../Images/icon03.jpg) no-repeat 8px 8px;
}

.i_contact {
  padding: 70px 0 90px;
}

.i_contact_c {
  width: 1100px;
  margin: 40px auto 0;
  line-height: 30px;
  text-align: center;
}

.i_panter {
  overflow: hidden;
  background-color: #3c302a;
  border-bottom: 5px solid #000000;
}

.i_panter_l li a {
  color: #fff;
}

.i_panter_l {
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}

.i_panter_l ul {
  width: 1128px;
  overflow: hidden;
}

.i_panter_l li {
  float: left;
  display: inline;
  width: 257px;
  margin-right: 25px;
}

.i_panter_l img {
  width: 251px;
  height: 68px;
  border: 3px solid #ccccca;
}







.i_gywm {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background: #f3f3f4;
  margin-top: 50px;
}

/*首页底部*/
.row-a4 {
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  background: #fff;
  margin-top: 50px;
}

.i_gywm .wp {
  overflow: hidden;
}

.m-video {
  float: left;
  padding-bottom: 5px;
  background-color: #fff;
  width: 600px;
  height: 408px;
}

.m-video .video,
.m-video .pic {
  width: 100%;
  height: 403px;
  overflow: hidden;
  position: relative;
}

.m-video .video {
  display: none;
}

.m-video .pic img {
  display: block;
  width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.m-video .pic:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.m-video .pic .js-play {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.m-video .pic .js-play em {
  display: block;
  height: 58px;
  background: url(../images/play.png) no-repeat center top;
  -webkit-background-size: auto 45px;
  background-size: auto 45px;
}

.m-info_b {
  overflow: hidden;
  padding: 0 40px;
  background-color: #fff;
  margin-top: 30px;
}

.m-info_b .tit {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}

.m-info_b .tit h3 {
  line-height: 28px;
  font-size: 25px;
  margin-top: 4px;
  font-weight: normal;
}

.m-info_b .tit h3::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #ccc;
  margin: 26px 0;
}

.m-info_b .txt {
  font-size: 14px;
  line-height: 1.93;
  color: #666666;
  height: 200px;
  overflow: hidden;
}

.m-info_b .more {
  font-size: 14px;
  color: #dc883f;
}

.m-info_b .more:hover {
  color: #dc6600;
}

.fd-link {
  float: left;
}

.fd-link dl {
  float: left;
  width: 125px;
}

.fd-link dt a {
  display: block;
  font-size: 16px;
  color: #666666;
  margin-bottom: 22px;
}

.fd-link dd a {
  display: block;
  font-size: 14px;
  color: #71747c;
  line-height: 27px;
}

.fd-link dd a:hover {
  color: #666666;
}

.fd-right {
  float: left;
}

.fd-qr {
  float: left;
  width: 162px;
  height: 162px;
  margin-right: 45px;
}

.fd-qr img {
  display: block;
  width: 100%;
  height: 100%;
}

.fd-addr {
  float: right;
  width: 368px;
  font-size: 14px;
  color: #bab4b1;
}

.fd-addr .tit h3 {
  line-height: 20px;
  font-size: 18px;
  color: #666666;
  font-weight: normal;
}

.fd-addr .tit span {
  display: block;
  line-height: 14px;
  font-size: 12px;
  color: #bab4b1;
}

.fd-addr .tel {
  background-image: url(/templates/Images/icon1.png);
}

.fd-addr .addr {
  background-image: url(/templates/Images/icon3.png);
}

.fd-addr .wx {
  background-image: url(http://picture.no3.mfdns.com/upload/cases/jq1039/email.png);
}

.fd-addr .tel,
.fd-addr .wx,
.fd-addr .addr {
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left;
  margin-top: 13px;
  color: #71747c;
}

.m-info {
  float: left;
}

.m-info p {
  padding: 10px 0px;
  font-size: 16px;
}

.m-info p img {
  padding-right: 10px;
}

.lxewm {
  float: right;
  width: 170px;
  height: 170px;
}

/* 结束首页底部*/
.index_Solution {
  padding-top: 196px;
  padding-bottom: 223px;
  background-image: url(/templates/Images/index_Solution_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  margin-bottom: 60px;
}

.toptitle {
  text-align: center;
  position: relative;
}

.toptitle h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

.toptitle::after {
  content: '';
  width: 64px;
  height: 4px;
  background-color: #0071D0;
  position: absolute;
  bottom: -24px;
  left: calc((100% - 64px) / 2);
}

.index_Solution_content {
  margin-top: 60px;
}

.index_Solution_content>p {
  color: #ffffff !important;
  text-align: center;
  font-size: 16px;
  line-height: 1.834;
}

.index_Solution_btn {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.Solution_btn {
  height: 53px;
  width: 232px;
  margin: 0 20px;
  position: relative;
}

.dft-btn {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  font-size: 16px;
  padding: 14px 24px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  text-align: center;
  border-radius: 4px;
}

.dft-btn>span {
  margin-right: 16px;
}

.dft-btn .arrow-svg-b {
  display: none;
}

.more-btn-wrap {
  display: none;
  width: 232px;
}

.more-btn-container {
  background: rgba(255, 255, 255, 0.75);
  position: relative;
  margin-top: 19px;
  padding: 5px 30px 20px 30px;
  border-radius: 4px;
  box-sizing: border-box;
  flex-wrap: wrap;
  flex-direction: row;
  display: flex;
  transition: height ease-in .2s;
  justify-content: space-between;
  z-index: 3;
}

.more-btn-wrap .more-item-arrow {
  position: absolute;
  left: 16px;
  top: -10px;
}

.more-item-arrow-mb {
  display: none;
}

.more-item {
  padding: 15px 0 0 0;
  color: #333333;
  display: flex;
  align-items: center;
}

.ft-size-16 {
  font-size: 16px;
}

.more-item svg {
  margin-left: 12px;
}

.fixed-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 210px;
}

.more-btn-container>a:hover {
  text-decoration: underline;
}

.Solution_btn.active {
  background: rgba(255, 255, 255, 0.75);
  color: #333;
  transition: all ease-in .2s;
}

.Solution_btn.active .dft-btn .arrow-svg-b {
  display: block;
}

.Solution_btn.active .dft-btn .arrow-svg-w {
  display: none;
}

.Solution_btn.active .dft-btn {
  border: 2px solid rgba(255, 255, 255, 1);
  color: #333;
}


.footer {
  padding: 30px 0;
  color: #666666;
  line-height: 30px;
  font-size: 12px;
  background: #f2f2f2;
}

.footer>.mfbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_left {
  width: 15%;
  text-align: center;
}

.footer_center {
  /* width: 40%; */
}

.footer_links {
  text-align: center;
}

.footer_links a {
  padding: 0 13px 0 7px;
  border-right: 1px #ccc solid;
  color: #333333;
  display: inline-block;
  height: 15px;
  line-height: 15px;
  font-size: 14px;
}

.footer_links a:last-child {
  border-right: none;
}

.copyright {
  margin-top: 10px;
}

.copyright p {
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

.footer_right .code {
  width: 90px;
  text-align: center;
}

.footer_right .code p {
  font-size: 14px;
}

.footer_right {
  /* width: 30%; */
}

.footer a {
  color: #666666;
}

.footer a:hover {
  color: #c8a063;
}

.footer_nav {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: left;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

.footer_nav a {
  font-size: 16px;
}

.footer_nav .dbewm {
  width: 102px;
  height: 102px;
}

.copyright {}

#com_copyright div {}

.copyright img {}

.jsq {
  text-align: center;
}

/* ��ҳ���ֽ��� */

/* ��ҳ���ֿ�ʼ */
.pbanner {
  position: relative;
  width: 100%;
  height: 262px;
  overflow: hidden;
}

.p_banner {
  float: left;
  display: inline;
}

.p_container {
  padding: 20px 0 70px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 454px;
}

.p_about * {
  font-family: 'Microsoft YaHei' !important;
}

strong {
  font-weight: bold !important;
}

.products .p_container {
  width: 100%;
  padding: 0;
}

.p_about {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  float: right;
}

/*.p_about strong{display:block; float:left; width:520px; text-align:center;}
.p_about dl{float:right; width:528px; padding:30px 20px 0 30px; padding-top:30px; line-height:20px;}
.p_about dl dd{ margin-top:20px; padding-left:25px; background:url(../Images/icon03.jpg) no-repeat 8px 8px;}*/
/* ��ҳ���ֽ��� */

.p_left {
  float: left;
}

.p_right {
  float: right;
}

.zzzs {
  width: 1038px;
  margin: 0px auto 0;
  overflow: hidden;
}

.zzzs ul {
  width: 1048px;
  overflow: hidden;
}

.zzzs li {
  float: left;
  display: inline;
  width: 250px;
  height: 250px;
  margin-right: 12px;
  background: #bf0000;
}

.zzzs li img {
  width: 250px;
  height: 250px;
}

.i_banner_box123 img {
  width: 100%;
}

.service_content {
  border: 1px solid #e6e6e6;
  border-bottom: none;
  border-right: none;
}

.service_content_header>ul {
  display: flex;
  flex-wrap: wrap;
}

.service_content_header>ul>li {
  width: calc(100% / 4);
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.service_content_body>ul {
  display: flex;
  flex-wrap: wrap;
}

.service_content_body>ul>li {
  width: calc(100% / 4);
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  line-height: 30px;
  padding: 0 20px;
}

.kefu>ul {
  display: flex;
  flex-wrap: wrap;
}

.kefu>ul>li {
  width: calc(100% / 2);
}

.kefu>ul>li .pic {
  text-align: center;
  margin-bottom: 25px;
}

.kefu>ul>li h3 {
  font-size: 16px;
  text-align: center;
  color: #333;
}

.sales_after>h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
}

.sales_after>h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.sales_after>p {
  font-size: 14px;
  color: #333;
  line-height: 2;
}

.remark1 .index_about {
  background: #fff;
}

.remark1 .index_about .title {
  text-align: left;
}


.productview_top_left {
  width: 40%;
}

.productview_swiper_top {
  border: 1px solid #e6e6e6;
}

.productview_swiper_top .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper_btn {
  position: relative;
}

.productview_swiper_bottom {
  width: 89%;
  margin: 0 auto;
  margin-top: 20px;
}

.swiper_btn .swiper-button-next {
  width: 5%;
  height: 100%;
  right: 0;
  top: 0;
  margin-top: 0;
  background: #e5e5e5;
}

.swiper_btn .swiper-button-prev {
  width: 5%;
  height: 100%;
  left: 0;
  top: 0;
  margin-top: 0;
  background: #e5e5e5;
}

.productview_top_right {
  width: 55%;
}

.productview_bottom {
  margin-top: 20px;
}


.swiper_btn .swiper-button-next::after,
.swiper_btn .swiper-button-prev::after {
  font-size: 16px;
  color: #505050;
}

.productview_swiper_bottom .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #172A88;
}

.productview_swiper_bottom .swiper-slide {
  box-sizing: border-box;
  cursor: pointer;
}

.productview_top {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.productview_bottom_top {
  background: #f4f4f4;
}

.productview_bottom_top>ul {
  display: flex;
  flex-wrap: wrap;
}

.productview_bottom_top>ul>li {
  width: 132px;
  line-height: 50px;
  text-align: center;
  padding: 0 20px;
  font-size: 18px;
  color: #333;
  text-decoration: none;
  transition: color 0s;
  cursor: pointer;
}

.productview_bottom_top>ul>li.active {
  color: #fff;
  background: #172A88;
}

.productview_bottom_item table {
  width: 50%;
  margin-top: 30px;
}

.productview_bottom_item table,
.productview_bottom_item tbody,
.productview_bottom_item td,
.productview_bottom_item tfoot,
.productview_bottom_item th,
.productview_bottom_item thead,
.productview_bottom_item tr {
  border: 1px solid #000 !important;
}

.productview_bottom_item th {
  padding: 20px 20px;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.productview_bottom_item th a {
  background: #172A88;
  color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
}

.productview_bottom_item th img {
  max-width: 150px;
}

.page_products_list {}

.page_products_list_item {
  margin-bottom: 0;
  padding: 50px 0;
}

.page_products_list_item:nth-child(2n) {
  background-color: #f6f6f6;
}

.products_list_toptitle {
  margin-bottom: 20px;
}

.products_list_toptitle h3 {
  color: #333;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
}

.page_products_list_item ul {
  display: flex;
  flex-wrap: wrap;
}

.page_products_list_item ul li {
  width: calc(100% / 3 - 20px);
  margin: 0 10px 20px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.61s;
}

.page_products_list_item ul li img {
  transition: all 0.61s;
}

.page_products_list_item ul li:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .21);
}

.page_products_list_item ul li:hover img {
  transform: scale(1.1);
}

.top_btn {
  display: none;
}





@media screen and (max-width: 1366px) {

  /*当屏幕尺寸小于1366px时，应用下面的CSS样式*/
  .header {
    left: 6%;
  }

  /*当屏幕尺寸小于1366px时，结束应用下面的CSS样式*/
}

@media screen and (max-width: 1024px) {


  .header_top {
    width: 94%;
    margin: 0 auto;
  }

  .top_btn span {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #000;
    border-radius: 5px;
    height: 4px;
    width: 30px;
    margin-bottom: 5px;
    display: block;
  }

  .top_btn.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .top_btn.active span:nth-child(2) {
    opacity: 0;
  }

  .top_btn.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  .index_about {
    padding: 20px 0;
  }

  .index_about .pic {
    width: 100%;
    order: 2;
  }

  .index_about .title {
    width: 100%;
    margin-bottom: 20px;
  }

  .index_about .title .more {
    margin: 0 auto;
  }

  .index_about .title .more a {
    width: 100%;
    text-align: center;
  }

  .index_Solution {
    padding-top: 150px;
    padding-bottom: 190px;
  }

  .index_Solution_btn {
    margin-top: 10px;
  }

  .Solution_btn {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
    position: relative;
  }

  .Solution_btn.active {
    background: none;
  }

  .Solution_btn.active .dft-btn {
    background: rgba(255, 255, 255, 0.75);
  }

  .more-btn-wrap {
    display: none;
    width: 100%;
  }

  .index_Solution_content>p {
    font-size: 14px;
  }

  .toptitle h3 {
    font-size: 22px;
  }


  /*当屏幕尺寸小于1024px时，应用下面的CSS样式*/
  .header {
    left: 0;
    position: relative;
    top: 0;
  }

  .mfbox {
    width: 94%;
  }

  .mauto {
    width: 94%;
  }

  .logo {
    width: 20%;
  }

  .logo img {
    width: 100%;
  }

  .i_nav {
    width: 80%;
  }

  .i_newsjjfa .sort_newsl {
    width: 12%;
  }

  .i_pro_l {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }

  .i_pro_l ul {
    width: 100%;
  }

  .i_pro_l li {
    width: calc((100% / 3) - 22px);
    height: auto;
  }

  .i_prodll .i_pro_l li {
    width: calc((100% / 4) - 20px);
  }

  .i_pro_l li img {
    width: 190px;
    height: 180px;
  }

  .i_pro_l li {
    height: 510px;
  }

  .i_newsjjfa .i_pro_newsr li img {
    width: 180px;
    height: 250px;
  }

  .i_newsjjfa .i_pro_newsr .text {
    padding: 35px 0 35px 25px;
  }

  .i_alinks ul li {
    width: calc((100%/3) - 2px);
  }


  .i_container * {
    max-width: 100%;
  }

  .hd_search {
    margin-right: 40px;
  }

  .i_newsbox li span {
    width: 200px;
  }

  .i_newsbox li h4 {
    width: 200px;
    overflow: hidden;
    height: 20px;
    text-overflow: ellipsis;
    white-space: pre;
    margin-bottom: 10px;
  }

  .fd-right {
    float: none;
  }

  .footer_nav {
    padding: 0 50px 10px;
    box-sizing: border-box;
  }

  .lxwmbox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  .m-info{
    width: 100%;
  }
  

  .lxewm img {
    width: 170px;
    height: auto;
  }

  .i_newsjjfa .sort_newsl ul {
    border: none;
  }




  .i_news_l {
    width: 98%;
    margin: 0 auto;
    padding-left: 5px;

    padding-right: 5px;

    box-sizing: border-box;
  }

  .i_news_l li {
    width: 50%;
  }

  .i_news_l li span {
    width: 75%;
    padding: 8px 2% 2px 0;
  }

  .i_about_c {
    width: 93%;
    padding: 70px 3%;
  }

  .i_contact_c {
    width: 100%;
  }

  .i_panter_l li {
    width: 23%;
    margin: 0 1% 10px 1%;
  }

  .i_about_c strong {
    width: 40%;
  }

  .i_about_c strong img {
    width: 100%;
  }

  .zzzs {
    width: 100%;
  }

  .zzzs ul {
    width: 100%;
  }

  .zzzs li {
    width: 23%;
    height: auto;
    margin-right: 1%;
    background: none;
    border: 1px solid #bf0000;
  }

  .zzzs li img {
    width: 100%;
    height: auto;
  }

  .i_about_c img {
    max-width: 100%;
  }

  .i_panter_l {
    width: 98%;
  }

  .i_panter_l ul {
    width: 100%;
  }

  .i_panter_l img {
    width: 100%;
    height: auto;
  }

  .n_n_list {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .i_alinks ul li {
    width: calc((100%/2) - 2px);
  }

  .p_l_list {
    width: 100%;
  }

  .p_l_list ul {
    width: 100%;
  }

  .p_l_list li {
    width: 24%;
    height: auto;
    margin-right: 1%;
  }

  .p_l_list li img {
    height: auto;
    width: 100%;
  }

  /*单页图文*/
  .p_container {
    width: 100%;
    padding: 20px 0;
    margin: 0;
  }

  .p_ .p_content_p {
    width: 95%;
  }

  /*产品列表*/
  .p_p_list {
    width: 100%;
    margin: 0 auto;
  }

  .p_p_list ul {
    width: 100%;
  }

  .p_p_list li strong {
    width: 100%;
  }

  .p_p_list li img {
    width: 100%;
    height: auto;
  }



  .ul-imgtxt li {
    width: 23%;
  }



  /*带图新闻列表*/
  .n_n_list li {
    overflow: hidden;
  }

  .n_n_list dd {
    width: 60%;
    float: left;
    margin-left: 15px;
  }

  .navPage {
    width: 66%;
  }

  .footer {
    width: 100%;
    min-width: 100%;
  }

  /*招聘中心*/
  .n_j_list li {
    padding: 0 10px;
  }

  .n_j_list li a {
    width: 80%;
  }

  /*内页*/
  .productremark {
    padding: 0 10px;
  }

  .p_about {
    width: 100%;
    margin: 0;
  }

  .remark {
    padding: 0 10px;
  }

  .remark img {
    width: 100%;
  }

  /*当屏幕尺寸小于1024px时，结束应用下面的CSS样式*/
}

@media screen and (max-width: 768px) {

  /*当屏幕尺寸小于768px时，应用下面的CSS样式*/
  /*nav栏目*/
  .i_nav {
    display: none;
    height: auto;
    position: absolute;
    width: 100%;
    top: 70px;
    z-index: 9999;
    background: #fff;
  }

  .ddsmoothmenu>ul>li .nav_sec>.nav_third_list {
    display: block;
    top: 0;
    padding: 0;
}

  .Solution_btn {
    width: 100%;
    margin: 0 0 20px;
  }

  .Solution_btn.active .dft-btn {
    background: #fff;
  }

  .index_Solution {
    margin-bottom: 20px;
  }

  .title01 h3 {
    font-size: 22px;
  }

  .i_news {
    padding: 20px 0;
  }

  .title01 {
    height: auto;
  }

  .i_newsbox .i_newstitle {
    width: 94%;
    margin: 0 auto 20px;
    padding: 15px 5px;
  }

  .i_newsbox .newsone {
    width: 94%;
    margin: 0 auto;
    padding: 0;
  }

  .i_newsbox {
    width: 100%;
    margin: 0;
  }

  .i_newsbox>ul {
    width: 94%;
    margin: 0 auto;
  }

  .i_newsbox>ul li {
    padding: 0;
    margin-bottom: 10px;
  }

  .i_newsbox li h4 {
    white-space: initial;
  }

  .i_newsbox .newsone img {
    float: left;
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .i_newsbox .newsone .text {
    float: left;
    text-align: left;
    width: 100%;
  }

  .i_newsbox .newsone .text>div {
    width: 100%;
    height: auto;
    overflow: hidden;
    color: rgb(102, 102, 102);
    line-height: 24px;
    font-size: 12px;
    text-align: justify;
  }

  .more-btn-container {
    background: #fff;
  }

  .more-item {
    width: 100%;
  }

  .top_btn {
    display: block;
    padding-top: 25px;
  }

  nav {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 115px;
    background: #fff;
    z-index: 999999;
  }

  nav .ddsmoothmenu {
    width: 94%;
    margin: 0 auto;
  }

  .ddsmoothmenu>ul>li {
    margin-right: 0;
    padding: 0;
  }

  header .mfbox {
    justify-content: space-between;
    align-items: self-start;
  }

  .ddsmoothmenu ul li {
    display: block;
    width: 100%;
    border-top: none;
    line-height: 50px;
  }

  .navactive,
  .navactive:hover,
  .nava:hover,
  .nava.selected {
    line-height: 50px;
    width: 100%;
  }

  .ddsmoothmenu a {
    line-height: 50px;
    padding: 0;
    width: 100%;
  }

  .navactive,
  .navactive:hover {
    padding: 0;
    width: 100%;
  }

  .navbar-toggle {
    display: block;
    background: #FFF;
    margin: 12px 10px 0 0;
    border: 1px solid #8D9BBB;
    background-image: url(/templates/images/icon0x.png);
    background-size: 100% 100%;
  }

  .ddsmoothmenu ul li.line {
    border: 0;
  }

  .nava {
    border-radius: 0px;
  }

  .navactive,
  .navactive:hover,
  .nava:hover,
  .nava.selected {
    border-radius: 0px;
  }

  .i_pro_l li {
    width: calc((100% / 2) - 22px);
  }

  .m-info_b {
    width: 87%;
  }

  .m-info_b .txt {
    height: auto;
  }

  .m-info_b .more {
    display: block;
    padding: 10px 0;
  }

  .ul-imgtxt li {
    width: 33%;
  }

  .ul-imgtxt li:after {
    right: -36px;
  }

  .i_newsjjfa .sort_newsl {
    width: 768px;
    display: flex;
    justify-content: space-around;
  }

  .i_newsjjfa .sort_newsl ul li {
    display: inline-block;
  }

  .i_newsjjfa .sort_newsl ul li .on {
    background: none;
  }

  .i_newsjjfa .i_pro_newsr {
    width: 100%;
    box-sizing: border-box;
  }

  .i_newsjjfa .i_pro_newsr li img {
    width: 150px;
    height: 200px;
  }

  .i_newsjjfa .i_pro_newsr .text {
    padding: 5px 0 35px 25px;
  }

  .i_newsjjfa .i_pro_newsr .text>div {
    width: 396px;
  }

  .i_ppdzbox {
    padding: 80px 0 80px;
  }

  .i_newstitle {
    margin-bottom: 20px;
  }

  .i_newsmore a {
    width: 172px;
    border: solid 1px #dddddd;
    display: block;
    line-height: 34px;
    margin: 20px auto;
  }

  .fd-link dl {
    width: 105px;
  }

  .m-video {
    float: none;
  }

  .m-video {
    width: auto
  }

  .row-a4 {
    text-align: center;
  }

  .ddsmoothmenu a {
    height: 0;
  }

  .ddsmoothmenu li::after,
  .navactive::after,
  .ddsmoothmenu .nava::after,
  .i_nav ul li ul::before {
    display: none;
  }

  .i_nav ul li ul li {
    height: auto;
    display: block
  }

  .i_nav ul li ul {
    position: initial;
    float: initial;
  }

  .i_nav ul li ul li a {
    padding-left: 125px;
  }



  .menu_46 .n_n_list li .imgbox {
    width: 132px;
    height: 110px;
    padding: 20px 10px 0;
  }

  .menu_46 .n_n_list li .text {
    padding: 0px 20px;
    text-align: justify;
  }

  /*产品列表*/


  /*带图新闻列表*/
  .n_n_list li span {
    height: 30px;
    text-overflow: ellipsis;
    white-space: pre;
  }

  .n_n_list dd {
    width: 55%;
    float: left;
    margin-left: 15px;
  }


  .n_n_list li dl {
    margin-right: 3%;
  }

  /*留言板*/
  .gbook_post td:nth-child(1) {
    display: inline-block;
    width: 68px !important;
  }

  input#gbookMain {
    width: 432px !important;
  }

  input#gbookTopic {
    width: 432px !important;
  }

  input#userMail {
    width: 432px !important;
  }

  input[type="text"] {
    border: 1px solid #d3d3d3;
  }

  .i_news_l li span {
    width: 70%;
    padding: 8px 2% 2px 0;
  }

  .i_about_c strong {
    width: 30%;
    padding: 75px 0;
  }

  .i_about_c dl {
    width: 65%;
    padding-right: 1%;
  }

  .i_about_c dl dd {
    padding-left: 3%;
    background: url(../Images/icon03.jpg) no-repeat 1% 8px;
  }

  /*当屏幕尺寸小于768px时，结束应用下面的CSS样式*/
  .footer {
    padding: 20px 0;
  }

  .footer_left {
    width: 100%;
    text-align: center;
  }

  .footer_center {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer_right {
    width: 100%;
  }

  .footer_right .code {
    margin: 0 auto;
  }

  .consumerpanel__panhead__container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .products_menu_title {
    border-bottom: 1px solid #cccccc;
    padding: 0 10px;
  }

  .consumerpanel__panhead__container .closeit a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
  }

  .nav_sec_list>ul>li>.nav_title .pic {
    text-align: center;
    padding: 0;
  }

  .nav_sec_list>ul>li>.nav_title h3 {
    line-height: 35px;
  }

  .ddsmoothmenu>ul>li .nav_sec {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }

  .nav_sec_list {
    width: 100%;
    margin: 0 auto;
  }

  .nav_sec_list>ul>li>.nav_title {
    padding: 0;
  }

  .nav_third_list {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }

  .third_menu4>ul>li,
  .third_menu4>ul>li a,
  .nav_third_list>ul>li {
    line-height: 35px;
  }

  .page_products_list_item {
    margin-bottom: 0;
    padding: 20px 0;
  }

  .page_products_list_item ul li {
    width: calc(100% / 2 - 10px);
    margin: 0 5px 10px;
  }

  .p_container {
    width: 94%;
    padding: 20px 0;
    margin: 0 auto;
    min-height: auto;
  }

  .productview_top_left {
    width: 100%;
    order: 2;
  }

  .productview_top_right {
    width: 100%;
    margin-bottom: 20px;
  }

  .productview_bottom_top>ul>li {
    width: 80px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
  }

  .service_content_header>ul>li {
    padding: 0 5px;
    font-size: 14px;
  }

  .service_content_body>ul>li {
    line-height: 1.2;
    padding: 0 5px;
    word-break: break-all;
  }

  .n_n_list {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  .n_n_list li {
    overflow: hidden;
    height: auto;
    width: 100%;
  }

  .n_n_list li h4 {
    line-height: 35px;
    height: auto;
  }

  .n_n_list li span {
    width: 98%;
    font-size: 14px;
    height: auto;
  }
}


@media screen and (max-width: 480px) {

  /*当屏幕尺寸小于480px时，开始应用下面的CSS样式*/
  /*产品列表*/
  .sortnavul {
    margin: 0 10px 20px;
    overflow: hidden;
  }

  .sortnavul li {
    top: 0;
    width: calc((100% / 3) - 60px);
  }

  .p_p_list li {
    width: calc((100% / 2) - 50px);
  }



  .i_pro {
    padding: 10px 0 50px;
  }

  /*带图新闻列表*/
  .n_n_list li {
    overflow: hidden;
    height: auto;
    width: 100%;
  }

  .menu_46 .n_n_list li {
    width: 100%;
    margin: 0;
    align-items: center;
    padding: 10px 0;
  }

  .n_n_list li h4 {
    font-size: 15px;
  }

  .n_n_list dt {
    float: none;
    margin: 0 auto;
  }

  .n_n_list dd {
    width: 100%;
    float: none;
    margin-left: 0px;
  }

  .n_n_list dd span {
    height: auto;
  }

  /*轮播箭头大小颜色*/
  .iconfont.icon-next-copy {
    color: #fff;
    font-size: 35px;
  }

  .slider-nav {
    bottom: 7px;
  }

  /*留言板*/
  .gbook_post td:nth-child(1) {
    display: inline-block;
    width: 68px !important;
  }

  input#gbookMain {
    width: 300px !important;
  }

  input#gbookTopic {
    width: 300px !important;
  }

  input#userMail {
    width: 300px !important;
  }

  #gbookMain {
    width: 304px;
  }


  .i_prodll .sort_l li a {
    font-size: 16px;
    width: 100%;
    padding: 0;
  }

  .i_prodll .sort_l li {
    width: 50%;
  }

  .i_prodll .sort_l ul {
    margin: 0;
    margin-top: 150px;
  }

  .i_newsbox li span {
    width: 80%;
  }

  .fd-qr {
    float: right;
    margin: 0 45px 20px 0;
  }

  .i_nav ul li ul {
    left: 40%;
  }


  .i_newsjjfa {
    padding: 30px 0;
  }

  .sort_l li {
    margin: 0 10px;
  }

  .i_prodll .i_pro_l li {
    width: calc((100% / 2) - 20px);
  }

  .i_pro_l li img {
    padding: 30px 0;
    height: 151px;
  }

  .i_pro_l li {
    height: 400px;
  }

  .i_newsjjfa .i_pro_newsr li img {
    display: none;
  }

  .i_newsjjfa .i_pro_newsr .text>a {
    margin-top: 50px;
  }

  .i_newsbox {
    width: 100%;
    margin: 0;
  }

  .i_newsbox .newsone img {
    width: 100%;
  }

  .i_newsbox li h4,
  .i_newsbox .newsone .text>div {
    width: 100%;
    box-sizing: border-box;
  }

  .i_newsbox li h4 a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .index_about .title p {
    line-height: 1.3;
    font-size: 14px
  }

  .remark * {
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .footer_left img {
    width: 120px;
  }

  .index_about .title h3 {
    font-size: 22px;
  }


  .i_news_l li {
    width: 100%;
  }

  .i_news_l li span {
    width: 77%;
  }

  .zzzs li {
    width: 48%;
    margin: 5px 0.5% 0 0.5%;
  }

  .i_about_c {
    width: 93%;
    padding: 20px 3%;
    margin: 20px auto 0;
  }

  .i_panter_l li {
    width: 47%;
    margin: 0 1% 10px 1%;
  }

  .logo {
    width: 50%;
  }

  .navbar-toggle {
    margin: 32px 10px 0 0;
  }

  .productimg {
    width: 100%;
  }

  .prevrecord,
  .nextrecord {
    width: 100%;
  }

  .footer_nav {
    align-items: center;
  }

  .fd-addr {
    display: none;
  }

  .fd-link dl {
    width: 85px;
  }

  .ddsmoothmenu ul {
    width: 100%;
  }

  .i_nav ul li ul li a {
    padding-left: 190px;
  }

  /*当屏幕尺寸小于480px时，结束应用下面的CSS样式*/
}

@media screen and (max-width: 414px) {

  /*当屏幕尺寸小于414px时，应用下面的CSS样式*/
  /*留言板*/
  .gbook_post td:nth-child(1) {
    display: inline-block;
    width: 68px !important;
  }

  input#gbookMain {
    width: 270px !important;
  }

  input#gbookTopic {
    width: 270px !important;
  }

  input#userMail {
    width: 270px !important;
  }

  .navbar-toggle {
    margin: 25px 10px 0 0;
  }




  /*当屏幕尺寸小于414px时，结束应用下面的CSS样式*/
}

@media screen and (max-width: 380px) {

  /*当屏幕尺寸小于380px时，应用下面的CSS样式*/
  .i_psor a {
    padding-left: 5px;
  }

  .ul-imgtxt li {
    width: 50%;
  }

  .m-info_b {
    margin-top: 0;
  }

  .i_prodll .i_pro_l li {
    width: 100%;
  }

  .i_newsbox li span {
    width: 76%;
  }

  .i_nav ul li ul {
    left: 37%;
  }

  .n_n_list li span {
    width: 100%;
  }

  #gbookMain {
    width: 270px;
  }


}

@media screen and (max-width: 375px) {

  /*当屏幕尺寸小于375px时，应用下面的CSS样式*/
  .i_news_l li span {
    width: 73%;
  }

  .zzzs li {
    width: 98%;
  }

  .p_l_list li {
    width: 98%;
  }



  .sort_l li {
    padding: 0;
  }

  .i_pro_l li {
    width: 100%;
  }

  .i_alinks ul li {
    width: calc(100% - 2px);
  }

  .i_newsjjfa .sort_newsl ul li a {
    padding: 0 10px;
  }

  .footer_nav {
    padding: 0 20px 10px;
  }

  .fd-link dl {
    width: calc((100% / 3) - 10px);
    margin: 0 5px;
  }

  .p_p_list li {
    width: calc((100% / 1) - 50px);
  }

  .navPage {
    width: 80%;
  }

  .i_nav ul li ul li a {
    padding-left: 138px;
  }

  /*当屏幕尺寸小于375px时，结束应用下面的CSS样式*/
}


@media screen and (max-width: 360px) {

  /*当屏幕尺寸小于360px时，应用下面的CSS样式*/
  /*留言板*/
  .gbook_post td:nth-child(1) {
    display: inline-block;
    width: 68px !important;
  }

  input#gbookMain {
    width: 256px !important;
  }

  input#gbookTopic {
    width: 256px !important;
  }

  input#userMail {
    width: 256px !important;
  }

  .sort_l li {
    margin: 10px 0.5%;
    width: 32%;
  }

  .i_news_l li span {
    width: 72%;
  }

  .n_n_list li span {
    width: 72%;
  }

  .p_n_info {
    display: none;
  }

  .sortnavul li {
    margin: 10px 0.5%;
    width: 32%;
  }

  /*当屏幕尺寸小于360px时，结束应用下面的CSS样式*/
}


@media screen and (max-width: 320px) {

  /*当屏幕尺寸小于320px时，应用下面的CSS样式*/
  input#gbookMain {
    width: 216px !important;
  }

  input#gbookTopic {
    width: 216px !important;
  }

  input#userMail {
    width: 216px !important;
  }

  .navbar-toggle {
    margin: 20px 10px 0 0;
  }

  .i_news_l li h4 {
    height: 71px;
    line-height: 71px;
  }

  .i_news_l li span {
    width: 98%;
    font-size: 14px;
  }



  .n_n_list li span {
    width: 98%;
    font-size: 14px;
  }

  /*当屏幕尺寸小于320px时，结束应用下面的CSS样式*/
}