.nyPro_Menu {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 60px 0 0;
  position: relative;
  z-index: 9;
}

.ProMenu_Header {
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  padding: 0 40px;
  background-color: #025dac;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ProMenu_Header img {
  display: block;
  width: 22px;
  height: 22px;
  margin: 19px 15px 19px 0;
  padding: 0;
  float: left;
}

.ProMenu_Header a.ProAll {
  display: block;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin: 10px 0;
  padding: 0;
  float: right;
}

.ProMenu_Header a.ProAll i {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin: 6px 0 6px 10px;
  padding: 0;
  background: #fff url(../images/jt04.png) center center no-repeat;
  background-size: 16px 16px;
  border-radius: 50%;
  float: right;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ProMenu_Header a.ProAll:hover i {
  margin: 6px 0 6px 16px;
}

.nyProListChild {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 40px 10px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nyProListChild p a {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #999;
  font-size: 15px;
  margin: 0 20px 10px 0;
  padding: 0;
  position: relative;
}

.nyProListChild p a:hover font {
  color: #025dac;
}

/*NyProDetail_Container 开始*/
.NyProDetail_Container {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 110px auto 0;
  padding: 60px 0 120px;
  background: #fff url(../images/ProBg.jpg) center center no-repeat;
  background-size: cover;
}

.NyProDetail_Main {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.NyProDetail_Main .NyProMbx {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.NyProMbx i {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: 0 15px 0 0;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.NyProMbx i img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 7px auto;
  padding: 0;
}

.NyProMbx span {
  display: inline-block;
  max-width: calc(100% - 60px);
  height: 40px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 5px 0;
  vertical-align: middle;
}

.NyProMbx span a {
  color: #fff;
  font-size: 18px;
}

.NyProMbx span a:hover {
  color: #025dac;
}

.NyProDetail_Main .NyProDetail_Name {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 50px;
  color: #025dac;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 30px auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.NyProDetail_Main .NyProDetail_Tips {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}

.NyProDetail_Tips ul li {
  display: inline-block;
  width: auto;
  height: 40px;
  overflow: hidden;
  line-height: 38px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  margin: 0 8px 8px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.NyProDetail_Tips ul li:hover {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.NyProDetail_Main .NyProDetail_Img {
  width: 64%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.NyProDetail_Img .prodetail_img {
  width: 80%;
  height: 488px;
  overflow: hidden;
  margin: 0;
  padding: 30px;
  background-color: #fff;
  border: 1px solid rgba(221, 221, 221, 0.3);
  float: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.NyProDetail_Img .prodetail_img p {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.NyProDetail_Img .prodetail_img p img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  object-fit: cover;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.NyProDetail_Img .NyProDetail_Tab {
  width: 20%;
  height: 488px;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 20px;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.NyProDetail_Img .NyProDetail_Tab ul li {
  width: 100%;
  height: 113px;
  overflow: hidden;
  margin: 0 auto 12px;
  padding: 0;
  background-color: #fff;
  border: 1px solid rgba(221, 221, 221, 0.3);
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.NyProDetail_Img .NyProDetail_Tab ul li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.NyProDetail_Img .NyProDetail_Tab ul li:hover,
.NyProDetail_Img .NyProDetail_Tab ul li.ProActive {
  border: 2px solid #025dac;
}

.prodetail_img a.videoIco {
  left: 20px !important;
  bottom: 20px !important;
  z-index: 99 !important;
}

.NyProDetailMenu_Main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.NyProDetail_Menu {
  margin: -60px auto 60px;
}

/*NyProDetail_Container 结束*/


/*NyProDetail_Content 开始*/
.NyProDetailContent {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.NyProDetail_Content {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto 40px;
  padding: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.NyProDetail_Content .NyProDetail_ConTab {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.NyProDetail_ConTab ul li {
  width: 25%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #8a8a8a;
  float: left;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.NyProDetail_ConTab ul li i {
  display: block;
  width: 1px;
  height: 20px;
  overflow: hidden;
  margin: -10px 0 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.NyProDetail_ConTab ul li.tabActive,
.NyProDetail_ConTab ul li:hover {
  background-color: #025dac;
}

.NyProDetail_ConTab ul li.tabActive i,
.NyProDetail_ConTab ul li:hover i {
  background-color: rgba(255, 255, 255, 0);
}

.NyProDetail_Content .NyProDetail_Con {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 60px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Cpjs_Main {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #565656;
  font-size: 15px;
  margin: 0 auto;
  padding: 0;
}

.Cpjs_Main div,
.Cpjs_Main p {
  margin: 0 auto 15px;
}

.Cpjs_Main img,
.Cpjs_Main p,
.Cpjs_Main span,
.Cpjs_Main div,
.Cpjs_Main video,
.Cpjs_Main embed {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100%;
  line-height: 30px;
  color: #565656;
  font-size: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  white-space: normal;
  word-break: break-all;
  text-align: justify;
}

.Cpjs_Main div {
  width: 100% !important;
}

.Cpjs_Main p span,
.Cpjs_Main span,
.Cpjs_Main p em,
.Cpjs_Main em {
  color: #565656 !important;
  font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
  font-size: 15px !important;
}

.Cpjs_Main b {
  display: block;
  line-height: 30px;
  color: #565656;
  font-size: 18px;
  margin: 0 0 10px;
}

.Cpjs_Main table tr td p {
  text-indent: 0 !important;
}

.Cpjs_Main img {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  text-indent: 0 !important;
}

.Cpjs_Main table {
  border: 0 !important;
  padding: 0 !important;
  width: 100%;
  max-width: inherit !important;
  border: 0;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #e6e5e5 !important;
  border-bottom: 0 !important;
  font-size: 14px;
}

.Cpjs_Main table tr {
  border: 0 !important;
  color: #555;
  font-size: 14px;
  border: 0;
}

.Cpjs_Main .proshowParameter table tr { display: flex; flex-wrap: wrap;}
.Cpjs_Main .proshowParameter table tr th { height:auto!important;}
.Cpjs_Main .proshowParameter table td { width: 38% !important; height:auto!important;}


.Shfw_Main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Shfw_Main .Shfw_Title {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.Shfw_Title span {
  display: block;
  width: auto;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 -2px;
  padding: 0 0 15px;
  border-bottom: 3px solid #025dac;
  float: left;
}

.Shfw_Main .Shfw_Tips {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #999;
  font-size: 15px;
  margin: 0 auto 30px;
  padding: 0;
}

.Shfw_Main .Shfw_List {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.Shfw_List ul li {
  width: 32%;
  height: auto;
  margin: 0 2% 30px 0;
  padding: 30px;
  border-top: 8px solid #ddd;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.Shfw_List ul li:nth-child(3n+3) {
  margin: 0 0 30px;
}

.Shfw_List ul li:hover {
  margin: -16px 2% 46px 0;
  border-top: 8px solid #025dac;
}

.Shfw_List ul li:nth-child(3n+3):hover {
  margin: -16px 0 46px;
}

.Shfw_List ul li i {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.Shfw_List ul li i.SerIco1 {
  background: url(../images/SerIco01.png) center center no-repeat;
  background-size: 44px 44px;
}

.Shfw_List ul li i.SerIco2 {
  background: url(../images/SerIco02.png) center center no-repeat;
  background-size: 44px 44px;
}

.Shfw_List ul li i.SerIco3 {
  background: url(../images/SerIco03.png) center center no-repeat;
  background-size: 44px 44px;
}

.Shfw_List ul li i.SerIco4 {
  background: url(../images/SerIco04.png) center center no-repeat;
  background-size: 44px 44px;
}

.Shfw_List ul li i.SerIco5 {
  background: url(../images/SerIco05.png) center center no-repeat;
  background-size: 44px 44px;
}

.Shfw_List ul li i.SerIco6 {
  background: url(../images/SerIco06.png) center center no-repeat;
  background-size: 44px 44px;
}

.Shfw_List ul li:hover i.SerIco1 {
  background: url(../images/SerIco1.png) center center no-repeat;
  background-size: 44px 44px;
}

.Shfw_List ul li:hover i.SerIco2 {
  background: url(../images/SerIco2.png) center center no-repeat;
  background-size: 44px 44px;
}

.Shfw_List ul li:hover i.SerIco3 {
  background: url(../images/SerIco3.png) center center no-repeat;
  background-size: 44px 44px;
}

.Shfw_List ul li:hover i.SerIco4 {
  background: url(../images/SerIco4.png) center center no-repeat;
  background-size: 44px 44px;
}

.Shfw_List ul li:hover i.SerIco5 {
  background: url(../images/SerIco5.png) center center no-repeat;
  background-size: 44px 44px;
}

.Shfw_List ul li:hover i.SerIco6 {
  background: url(../images/SerIco6.png) center center no-repeat;
  background-size: 44px 44px;
}

.Shfw_List ul li p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  padding: 0;
}

.ProOrder_Main {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ProOrder_Main #ly_msg.ly_msg {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.ProOrder_Main #ly_msg.ly_msg h3 {
  display: none !important;
}

.ProOrder_Main #ly_msg.ly_msg ul {
  width: 100% !important;
  overflow: hidden !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.ProOrder_Main #ly_msg.ly_msg ul li h4,
.ProOrder_Main #ly_msg.ly_msg ul li h4.xh {
  display: none !important;
}

.ProOrder_Main #ly_msg.ly_msg ul li {
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
  line-height: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
  margin: 0 0 25px !important;
  padding: 0 !important;
  clear: inherit !important;
}

.ProOrder_Main #ly_msg.ly_msg ul li:nth-child(1),
.ProOrder_Main #ly_msg.ly_msg ul li:nth-child(3),
.ProOrder_Main #ly_msg.ly_msg ul li:nth-child(5) {
  width: 49% !important;
  margin: 0 2% 25px 0 !important;
  float: left !important;
}

.ProOrder_Main #ly_msg.ly_msg ul li:nth-child(2),
.ProOrder_Main #ly_msg.ly_msg ul li:nth-child(4),
.ProOrder_Main #ly_msg.ly_msg ul li:nth-child(6) {
  width: 49% !important;
  float: right !important;
}

.ProOrder_Main #ly_msg.ly_msg ul li:last-child {
  margin: 0 auto !important;
}

.ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt1,
.ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12,
.ProOrder_Main #ly_msg.ly_msg ul li .msg_tara {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt1 input,
.ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 input,
.ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input,
.ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
  display: block !important;
  width: 100% !important;
  height: 60px !important;
  line-height: 60px;
  color: #999;
  font-size: 16px;
  margin: 0 !important;
  padding: 0 20px !important;
  background-color: #f5f5f5 !important;
  border: 0 !important;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
  padding: 0 20px 0 16px !important;
}

.ProOrder_Main #ly_msg.ly_msg ul li .c_yzm {
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  float: left !important;
}

.ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input {
  width: 240px !important;
  margin: 0 10px 0 0 !important;
  float: left !important;
}

.ProOrder_Main #ly_msg.ly_msg ul li a.yzm_img {
  display: block !important;
  width: 120px !important;
  height: 40px !important;
  margin: 10px 0 !important;
  padding: 0 !important;
  float: left !important;
}

.ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2>span {
  line-height: 60px !important;
  color: #999 !important;
  font-size: 16px !important;
}

.ProOrder_Main #ly_msg.ly_msg ul li .msg_tara textarea,
.ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt0 textarea {
  display: block !important;
  width: 100% !important;
  height: 150px !important;
  line-height: 30px;
  color: #aaa;
  font-size: 16px;
  margin: 0 !important;
  padding: 15px 20px !important;
  background-color: #f5f5f5 !important;
  border: 0 !important;
  outline: none !important;
  resize: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ProOrder_Main #ly_msg.ly_msg ul li .msg_btn {
  width: 100% !important;
  height: auto !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  float: inherit !important;
}

.ProOrder_Main #ly_msg.ly_msg .msg_btn input {
  width: 49% !important;
  height: 60px !important;
  overflow: hidden !important;
  line-height: 60px !important;
  color: #fff !important;
  font-size: 16px !important;
  text-align: center !important;
  background-color: #333 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  cursor: pointer !important;
}

.ProOrder_Main #ly_msg.ly_msg .msg_btn input:hover {
  background-color: #202020 !important;
}

.ProOrder_Main #ly_msg.ly_msg .msg_btn input.msg_btn1 {
  background-color: #025dac !important;
  margin: 0 2% 0 0 !important;
}

.ProOrder_Main #ly_msg.ly_msg .msg_btn input.msg_btn1:hover {
  background-color: #025dac !important;
}

.ProRec_Main {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ProRec_Main ul li {
  width: 49%;
  height: auto;
  margin: 0 2% 30px 0;
  padding: 40px;
  background-color: #f5f5f5;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ProRec_Main ul li:nth-child(2n+2) {
  margin: 0 0 30px;
}

.ProRec_Main ul li .NyPro_Text {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0 20px 0 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ProRec_Main ul li .NyPro_Text .ProName {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.ProRec_Main ul li .NyPro_Text .ProName a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ProRec_Main ul li:hover .NyPro_Text .ProName a {
  color: #025dac;
}

.ProRec_Main ul li .NyPro_Text .ProMs {
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin: 10px auto 30px;
  padding: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ProRec_Main ul li .NyPro_Text dl dd {
  width: 100%;
  height: 35px;
  overflow: hidden;
  line-height: 35px;
  color: #666;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0;
}

.ProRec_Main ul li .NyPro_Text dl dd i {
  display: block;
  width: 5px;
  height: 5px;
  margin: 15px 10px 15px 0;
  padding: 0;
  background-color: #333;
  border-radius: 50%;
  float: left;
}

.ProRec_Main ul li .NyPro_Text .ProBtn {
  width: 100%;
  height: auto;
  margin: 40px auto 0;
  padding: 0;
}

.ProRec_Main ul li .NyPro_Text .ProBtn a {
  display: block;
  width: 90px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-radius: 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ProRec_Main ul li .NyPro_Text .ProBtn a.ProMore {
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #bbb;
  margin: 0 15px 0 0;
}

.ProRec_Main ul li .NyPro_Text .ProBtn a.ProZx {
  line-height: 28px;
  color: #bbb;
  font-size: 14px;
  text-align: center;
  border: 1px solid #d3d3d3;
}

.ProRec_Main ul li:hover .NyPro_Text .ProBtn a.ProMore {
  background-color: #025dac;
}

.ProRec_Main ul li .NyPro_Text .ProBtn a.ProZx:hover {
  color: #025dac;
  border: 1px solid #025dac;
}

.ProRec_Main ul li .NyPro_Img {
  width: 50%;
  height: 280px;
  margin: 0;
  padding: 0;
  float: right;
}

.ProRec_Main ul li .NyPro_Img a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ProRec_Main ul li .NyPro_Img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ProRec_Main ul li:hover .NyPro_Img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.Pro_PrevNext {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 60px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.Pro_PrevNext .ProPrev,
.Pro_PrevNext .ProNext {
  width: 50%;
  height: auto;
  line-height: 40px;
  color: #999;
  margin: 0;
  padding: 20px;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.Pro_PrevNext .ProPrev:hover,
.Pro_PrevNext .ProNext:hover {
  color: #fff;
}

.Pro_PrevNext .ProPrev {
  border-right: 1px solid #ddd;
  float: left;
}

.Pro_PrevNext .ProNext {
  float: right;
}

.ProPrev span,
.ProNext span {
  width: 110px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ProPrev span {
  float: left;
}

.ProNext span {
  float: right;
  text-align: right;
}

.ProPrev span i,
.ProNext span i {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ProPrev span i {
  float: left;
  margin: 5px 15px 5px 0;
  background: url(../images/prev02.png) center center no-repeat;
  background-size: 30px 30px;
}

.ProNext span i {
  float: right;
  margin: 5px 0 5px 15px;
  background: url(../images/next02.png) center center no-repeat;
  background-size: 30px 30px;
}

.ProPrev a,
.ProNext a {
  display: block;
  width: calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: -o-calc(100% - 110px);
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #aaa;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ProNext a {
  text-align: right;
}

.Pro_PrevNext .ProPrev:hover {
  background-color: #025dac;
  border-right: 1px solid #025dac;
}

.Pro_PrevNext .ProNext:hover {
  background-color: #025dac;
}

.ProPrev:hover span,
.ProNext:hover span {
  color: #fff;
}

.ProPrev:hover span i {
  background: url(../images/prev03.png) center center no-repeat;
  background-size: 30px 30px;
}

.ProNext:hover span i {
  background: url(../images/next03.png) center center no-repeat;
  background-size: 30px 30px;
}

.ProPrev:hover a,
.ProNext:hover a {
  color: #fff;
}

/*NyProDetail_Content 结束*/

/*Related_Articles 开始*/
.Related_Articles {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto 160px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Related_Articles ul li {
  width: 32%;
  height: auto;
  margin: 0 2% 0 0;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.Related_Articles ul li:nth-child(3n+3) {
  margin: 0;
}

.Related_Articles ul li:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.Related_Articles ul li .ArtHead {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 10px;
  padding: 0;
}

.Related_Articles ul li .ArtHead span {
  display: block;
  width: auto;
  height: 28px;
  overflow: hidden;
  line-height: 28px;
  color: #999;
  font-size: 14px;
  margin: 10px 0;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.Related_Articles ul li:hover .ArtHead span {
  color: #025dac;
  border: 1px solid #025dac;
}

.Related_Articles ul li .ArtHead .ArtDate {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.Related_Articles ul li .ArtHead .ArtDate em {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #999;
  font-size: 15px;
  font-style: normal;
  text-align: right;
  margin: 0;
  padding: 0;
}

.Related_Articles ul li .ArtHead .ArtDate font {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #666;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.Related_Articles ul li .ArtHead .ArtDate font {
  color: #333;
}

.Related_Articles ul li .ArtName {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
}

.Related_Articles ul li .ArtName a {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.Related_Articles ul li:hover .ArtName a {
  color: #025dac;
}

.Related_Articles ul li p {
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  word-break: break-all;
  margin: 0 auto 15px;
  padding: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.Related_Articles ul li a.ArtMore {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #aaa;
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: #eee;
  border-radius: 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.Related_Articles ul li:hover a.ArtMore {
  color: #fff;
  background-color: #025dac;
}

/*Related_Articles 结束*/

@media (max-width:1680px) {}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .NyProDetail_Container {
    margin: 100px auto 0;
  }

  .NyProDetail_Main {
    max-width: inherit;
    padding: 0 40px;
  }

  .NyProDetailMenu_Main {
    padding: 0 40px;
  }

  .NyProDetailContent {
    padding: 0 40px;
  }

  .NyProDetail_Content .NyProDetail_Con {
    padding: 40px;
  }

  .Pro_PrevNext {
    padding: 0 40px 40px;
  }

  .Pro_PrevNext .ProPrev,
  .Pro_PrevNext .ProNext {
    padding: 10px 20px;
  }

  .Related_Articles {
    max-width: inherit;
    padding: 0 40px;
  }
}

@media (max-width:1366px) {
  .ProRec_Main ul li {
    padding: 20px;
  }

  .ProRec_Main ul li .NyPro_Img {
    height: 260px;
  }

  .ProRec_Main ul li .NyPro_Text .ProMs {
    margin: 10px auto 20px;
  }

  .ProRec_Main ul li .NyPro_Text .ProBtn {
    margin: 30px auto 0;
  }
}

@media (max-width:1280px) {
  .NyProDetail_Container {
    margin: 80px auto 0;
  }

  .NyProMbx span,
  .NyProMbx span a {
    font-size: 16px;
  }

  .NyProDetail_Main .NyProDetail_Name {
    line-height: 44px;
    font-size: 36px;
  }

  .NyProDetail_Tips ul li {
    font-size: 14px;
  }

  .NyProDetail_Main .NyProDetail_Img {
    width: 68%;
  }

  .Shfw_List ul li {
    margin: 0 2% 25px 0;
    padding: 20px;
    border-top: 6px solid #ddd;
  }

  .Shfw_List ul li:nth-child(3n+3) {
    margin: 0 0 25px;
  }

  .Shfw_List ul li:hover {
    margin: -10px 2% 35px 0;
    border-top: 6px solid #025dac;
  }

  .Shfw_Title span {
    font-size: 22px;
    padding: 0 0 10px;
  }

  .ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt1 input,
  .ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 input,
  .ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input,
  .ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt12 .msg_option {
    height: 50px !important;
    line-height: 50px;
    font-size: 15px;
  }

  .ProOrder_Main #ly_msg.ly_msg ul li .msg_tara textarea,
  .ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt0 textarea {
    font-size: 15px;
  }

  .ProOrder_Main #ly_msg.ly_msg ul li {
    margin: 0 0 20px !important;
  }

  .ProOrder_Main #ly_msg.ly_msg ul li:nth-child(1),
  .ProOrder_Main #ly_msg.ly_msg ul li:nth-child(3),
  .ProOrder_Main #ly_msg.ly_msg ul li:nth-child(5) {
    margin: 0 2% 20px 0 !important;
  }

  .ProOrder_Main #ly_msg.ly_msg ul li a.yzm_img {
    margin: 5px 0 !important;
  }

  .ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2>span {
    line-height: 50px !important;
    font-size: 15px !important;
  }

  .ProRec_Main ul li .NyPro_Text .ProName a {
    font-size: 22px;
  }

  .ProRec_Main ul li .NyPro_Img {
    height: 250px;
  }

  .ProPrev span,
  .ProNext span {
    width: 105px;
    font-size: 15px;
  }

  .ProPrev a,
  .ProNext a {
    width: calc(100% - 105px);
    width: -webkit-calc(100% - 105px);
    width: -moz-calc(100% - 105px);
    width: -o-calc(100% - 105px);
    font-size: 15px;
  }

}

@media (max-width:1200px) {
  .NyProDetail_Main .NyProDetail_Img {
    width: 72%;
  }

  .ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2>span {
    font-size: 14px !important;
  }

  .ProRec_Main ul li .NyPro_Img {
    width: 45%;
    height: 220px;
  }

  .ProRec_Main ul li .NyPro_Text {
    width: 55%;
  }

  .ProRec_Main ul li .NyPro_Text .ProMs {
    margin: 10px auto;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }

  .ProRec_Main ul li .NyPro_Text dl dd {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .ProRec_Main ul li .NyPro_Text dl dd i {
    margin: 12.5px 10px 12.5px 0;
  }

  .ProRec_Main ul li .NyPro_Text .ProBtn {
    margin: 20px auto 0;
  }

  .Related_Articles ul li {
    padding: 15px 25px;
  }
}

@media (max-width:1080px) {
  .NyProDetail_Container {
    margin: 64px auto 0;
  }

  .NyProDetail_Main .NyProDetail_Name {
    line-height: 40px;
    font-size: 32px;
  }

  .NyProDetail_Main .NyProDetail_Img {
    width: 80%;
  }


  .nyPro_Menu {
    margin: 20px auto;
  }

  .NyProDetail_Menu {
    margin: -60px auto 40px;
  }

  .ProMenu_Header {
    padding: 0 20px;
    font-size: 20px;
  }

  .ProMenu_Header a.ProAll {
    font-size: 14px;
  }

  .nyProListChild {
    padding: 20px 20px 10px;
  }

  .nyProListChild p a {
    margin: 0 20px 10px 0;
    font-size: 15px;
  }

  .ProRec_Main ul li .NyPro_Img {
    width: 45%;
    height: 200px;
  }

  .ProRec_Main ul li .NyPro_Text .ProName a {
    height: 32px;
    line-height: 32px;
    font-size: 20px;
  }

  .ProRec_Main ul li .NyPro_Text .ProBtn {
    margin: 10px auto 0;
  }

  .Shfw_Title span {
    font-size: 20px;
    padding: 0 0 6px;
    margin: 0 0 -1px;
    border-bottom: 2px solid #025dac;
  }

  .Shfw_Main .Shfw_Tips {
    margin: 0 auto 20px;
  }

  .Shfw_List ul li p {
    font-size: 17px;
  }

  .Related_Articles ul li {
    padding: 15px 20px;
  }

  .Related_Articles ul li .ArtName {
    margin: 0 auto 10px;
    padding: 0 0 10px;
  }

  .Related_Articles ul li p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }
}

@media (max-width:1024px) {
  .NyProDetail_Main .NyProDetail_Img {
    width: 84%;
  }

  .NyProlist_Menu {
    padding: 20px 20px 10px;
  }

  .ProRec_Main ul li .NyPro_Text .ProBtn a.ProMore {
    margin: 0 10px 0 0;
  }
}

@media (max-width:880px) {  
  .Cpjs_Main .proshowParameter table td { width: 74% !important;}
}

@media (max-width:820px) {
  .NyProDetail_Container {
    padding: 40px 0 100px;
  }

  .NyProDetail_Main {
    max-width: inherit;
    padding: 0 20px;
  }

  .NyProDetailMenu_Main {
    padding: 0 20px;
  }

  .NyProDetailContent {
    padding: 0 20px;
  }

  .NyProDetail_Content .NyProDetail_Con {
    padding: 20px;
  }

  .Pro_PrevNext {
    padding: 0 20px 20px;
  }

  .Pro_PrevNext .ProPrev,
  .Pro_PrevNext .ProNext {
    padding: 5px 20px;
  }

  .Related_Articles {
    max-width: inherit;
    padding: 0 20px;
  }

  .NyProDetail_Main .NyProDetail_Img {
    width: 100%;
  }

  .NyProMbx span {
    max-width: 100%;
    height: auto;
    white-space: inherit;
    text-overflow: inherit;
    margin-top: 5px;
    padding: 0;
  }

  .NyProMbx span,
  .NyProMbx span a {
    font-size: 15px;
  }

  .NyProMbx i {
    width: 32px;
    height: 32px;
    margin: 0 10px;
  }

  .NyProMbx i img {
    width: 20px;
    height: 20px;
    margin: 6px auto;
  }

  .NyProDetail_Main .NyProDetail_Name {
    line-height: 36px;
    font-size: 30px;
    margin: 25px auto;
  }

  .NyProDetail_Tips ul li {
    margin: 0 2px 8px;
    padding: 0 15px;
  }

  .Shfw_List ul li {
    width: 48.5%;
    height: auto;
    margin: 0 3% 20px 0;
  }

  .Shfw_List ul li:nth-child(3n+3) {
    margin: 0 3% 20px 0;
  }

  .Shfw_List ul li:nth-child(2n+2) {
    margin: 0 0 20px;
  }

  .Shfw_List ul li:hover {
    margin: -10px 2% 30px 0;
    border-top: 6px solid #025dac;
  }

  .Shfw_List ul li p {
    font-size: 17px;
  }

  .ProRec_Main ul li {
    width: 48.5%;
    height: auto;
    margin: 0 3% 20px 0;
  }

  .ProRec_Main ul li:nth-child(2n+2) {
    margin: 0 0 20px;
  }

  .ProRec_Main ul li .NyPro_Img {
    width: 100%;
    height: 280px;
    margin: 0 auto 20px;
    float: inherit;
  }

  .ProRec_Main ul li .NyPro_Text {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    float: inherit;
  }

  .Pro_PrevNext .ProPrev,
  .Pro_PrevNext .ProNext {
    width: 100%;
    margin: 0 auto 20px;
    border: none;
    float: inherit;
  }

  .ProPrev span,
  .ProNext span {
    width: 100px;
    font-size: 14px;
  }

  .ProPrev a,
  .ProNext a {
    width: calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    font-size: 14px;
  }

  .ProNext span {
    float: left;
    text-align: left;
  }

  .ProNext span i {
    float: left;
    margin: 5px 15px 5px 0;
  }

  .ProNext a {
    text-align: left;
  }
}

@media (max-width:767px) {
  .NyProDetail_Container {
    padding: 40px 0 88px;
  }

  .nyPro_Menu {
    padding: 48px 0 0;
  }

  .NyProDetail_Menu {
    margin: -48px auto 20px;
  }

  .ProMenu_Header {
    height: 48px;
    line-height: 48px;
    font-size: 18px;
  }

  .ProMenu_Header img {
    margin: 13px 10px 13px 0;
  }

  .ProMenu_Header a.ProAll {
    font-size: 0;
    margin: 4px 0;
  }

  .ProMenu_Header a.ProAll i {
    width: 24px;
    height: 24px;
    margin: 8px 0;
  }

  .nyProListChild {
    padding: 10px 20px;
  }

  .nyProListChild p a {
    margin: 0 20px 0 0;
  }


  .NyProMbx span,
  .NyProMbx span a {
    font-size: 14px;
  }

  .NyProDetail_Main .NyProDetail_Name {
    line-height: 32px;
    font-size: 26px;
    margin: 20px auto;
  }

  .NyProDetail_Tips ul li {
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }

  .NyProDetail_Img .prodetail_img {
    width: 100%;
    height: 268px;
    margin: 0 auto 20px;
    padding: 20px;
    float: inherit;
  }

  .NyProDetail_Img .NyProDetail_Tab {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    float: inherit;
  }

  .NyProDetail_Img .NyProDetail_Tab ul li {
    width: 23.5%;
    height: 64px;
    margin: 0 2% 0 0;
    padding: 0;
    float: left;
  }

  .NyProDetail_Img .NyProDetail_Tab ul li:nth-child(4) {
    margin: 0;
  }

  .NyProDetail_ConTab ul li {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }

  .NyProDetail_ConTab ul li i { height: 16px; margin: -8px 0 0;}

  .Shfw_List ul li {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    float: inherit;
  }

  .Shfw_List ul li:nth-child(2n+2),
  .Shfw_List ul li:nth-child(3n+3) {
    margin: 0 auto 20px;
  }

  .ProOrder_Main #ly_msg.ly_msg ul li:nth-child(1),
  .ProOrder_Main #ly_msg.ly_msg ul li:nth-child(3),
  .ProOrder_Main #ly_msg.ly_msg ul li:nth-child(5) {
    width: 100% !important;
    margin: 0 auto 20px;
    float: inherit;
  }

  .ProOrder_Main #ly_msg.ly_msg ul li:nth-child(2),
  .ProOrder_Main #ly_msg.ly_msg ul li:nth-child(4),
  .ProOrder_Main #ly_msg.ly_msg ul li:nth-child(6) {
    width: 100% !important;
    margin: 0 auto;
    float: inherit;
  }

  .ProOrder_Main #ly_msg.ly_msg ul li .msg_ipt2 input {
    width: 190px !important;
  }

  .ProOrder_Main #ly_msg.ly_msg .msg_btn input {
    height: 50px !important;
    line-height: 0px !important;
  }

  .ProRec_Main ul li {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    float: inherit;
  }

  .ProRec_Main ul li:nth-child(2n+2) {
    margin: 0 auto 20px;
  }

  .ProRec_Main ul li .NyPro_Img {
    width: 100%;
    height: 280px;
    margin: 0 auto 20px;
    float: inherit;
  }

  .Related_Articles {
    margin: 0 auto 40px;
  }

  .Related_Articles ul li {
    width: 100%;
    margin: 0 auto 20px;
    float: left;
  }
}

@media (max-width:375px) {
  .ProRec_Main ul li .NyPro_Img {
    height: 250px;
  }

  .NyProDetail_ConTab ul li {
    font-size: 15px;
  }
}

@media (max-width:320px) {
  .ProMenu_Header a.ProAll {
    font-size: 0;
  }

  .ProRec_Main ul li .NyPro_Img {
    height: 200px;
  }
}