/* 预定义样式开始 */
body,
div,
ol,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
fieldset,
legend,
input {
  margin: 0;
  padding: 0;
  /* min-width:1500px; */
}

h1,
h2,
h6 {
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

img,
fieldset {
  border: 0 none;
  display: block;
}

 {
  padding: 0rem;
  margin: 0rem;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

em {
  font-style: normal;
}

body {
  font: 14px/1.5;
  color: #333;
  background-color: #fff;
  min-width: 1226px;
  font-size: 16px;
  font-family: 微软雅黑;
}

i {
  font-style: normal;
}

input:focus {
  outline: none;
}

/* 预定义样式结束 */
/* 开头最顶部 */
.head-top {
  width: 100%;
  height: 30px;
  background: #f3f3f3;
}
.head-con {
  width: 1200px;
  height: 30px;
  margin: 0 auto;
}
.head-con a {
  color: #666666;
  font-size: 12px;
  line-height: 30px;
  display: block;
}
.head-con .head-left {
  float: left;
}
.head-con .head-right {
  width: 190px;
  height: 30px;
  float: right;
}
.head-con .head-right ul {
  display: flex;
  justify-content: space-between;
}
.head-con .head-right ul li a {
  display: block;
  width: auto;
  height: auto;
  color: #666666;
  font-size: 12px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
}
.head-con .head-right ul li a span {
  color: #eb9741;
  font-size: 14px;
}
.head-con .head-right ul li a i {
  color: #666666;
  font-size: 12px;
}
/* 结束 */
/* Head Logo */
.head-logo {
  width: 100%;
  height: 100px;
}
.head-logo .head-lo-cont {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
.head-logo .head-lo-cont .logo-left {
  width: 640px;
  height: 100px;
  float: left;
}
.head-logo .head-lo-cont .logo-left .logo-le-img {
  width: 194px;
  height: 52px;
  float: left;
  padding: 24px 0;
}
.head-logo .head-lo-cont .logo-left .log-ri {
  width: 426px;
  height: 51px;
  float: right;
  margin-left: 20px;
  margin-top: 29px;
  margin-bottom: 20px;
}
.head-logo .head-lo-cont .logo-left .log-ri h4 {
  color: #333333;
  font-size: 22px;
}
.head-logo .head-lo-cont .logo-left .log-ri span {
  color: #eb9741;
  font-size: 20px;
}
.head-logo .head-lo-cont .logo-left .log-ri i {
  color: #333333;
  font-size: 16px;
}
.head-logo .head-lo-cont .logo-right {
  width: 347px;
  height: 44px;
  float: right;
  padding-top: 29px;
  padding-bottom: 27px;
}
.head-logo .head-lo-cont .logo-right .logo-l {
  width: 20px;
  height: 20px;
  background: #f3f3f3;
  border-radius: 50%;
  padding: 12px 12px;
  float: left;
}
.head-logo .head-lo-cont .logo-right .logo-r {
  width: 290px;
  height: 44px;
  float: left;
  margin-left: 13px;
}
.head-logo .head-lo-cont .logo-right .logo-r span {
  font-size: 14px;
  color: #333333;
}
.head-logo .head-lo-cont .logo-right .logo-r p {
  color: #333333;
  font-size: 19px;
  font-weight: 700;
}
/* 结束 */
/* Head 导航部分 */
.nav-head {
	width: 100%;
	height: 60px;
	background: #ffffff;
}

.nav-head .nav-cont {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

.nav-head .nav-cont .flex-uls {
	display: flex;
	justify-content: space-between;
}

.nav-head .nav-cont ul li a {
	display: block;
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #333333;
	font-weight: 400;
	font-size: 16px;
	transition: all 0.3s linear;
	position: relative;
}

.nav-head .nav-cont ul li a:hover {
	background: #eb9741;
	color: #333;
	/* font-weight: 700; */
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.nav-head .nav-cont ul li:hover .ul-navs {
	display: block;
}

.nav-head .nav-cont .ul-navs a {
	width: 200px;
	height: 50px;
	background: #ffffff;
	font-size: 16px;
	color: #333333;
	line-height: 50px;
}

.nav-head .nav-cont .ul-navs a:hover {
	width: 200px;
	height: 50px;
	background: #1d1915;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400 !important;
}

.nav-head .nav-cont .ul-navs {
	width: 200px;
	height: 50px;
	position: absolute;
	z-index: 999;
	display: none;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.active {
	background: #eb9741;
	color: #ffffff !important;
	/* font-weight: 700; */
}

.li-cons {
	background: #eb9741;
	color: #333 !important;
	/* font-weight: 700 !important; */
}

/* 结束 */
/* Badn部分 */
.swip {
  width: 100%;
  /* background: url(../img/banner-5.jpg) no-repeat;
  background-size: 100%; */
}
.swip img {
  width: 100%;
}
/* 结束 */
/* 搜索部分 */
.searc .Jump-Search {
  width: 1200px;
  height: 91px;
  margin: 0 auto;
}
.searc .Jump-Search .Jump-Search-Le {
  width: 600px;
  height: 47px;
  float: left;
  padding: 44px 0 0 0;
}
.searc .Jump-Search .Jump-Search-Le .Jump-Search-img {
  width: 16px;
  height: 16px;
  float: left;
}
.searc .Jump-Search .Jump-Search-Le .Jump-Right {
  height: 15px;
  margin-left: 25px;
  line-height: 15px;
}
.searc .Jump-Search .Jump-Search-Le .Jump-Right span {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #666666;
}
.searc .Jump-Search .Jump-Search-Le .Jump-Right a {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #666666;
  line-height: 15px;
}
.searc .Jump-Search .Jump-Search-Re {
  width: 578px;
  height: 40px;
  float: right;
  padding: 26px 0 25px 0;
  display: flex;
}
.searc .Jump-Search .Jump-Search-Re input[type="text"] {
    width: 476px;
    height: 38px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    float: left;
    padding-left: 20px;
}
.searc .Jump-Search .Jump-Search-Re input[type="submit"] {
  width: 90px;
  height: 40px;
  opacity: 1;
  background: #eb9741;
  border-radius: 4px;
  border: none;
  margin-left: -10px;
  color: #ffffff;
  float: right;
}
.searc {
  width: 100%;
  height: 91px;
  border-bottom: 1px dashed #dddddd;
}
.searc .searc-cont {
  width: 1200px;
  height: 91px;
  margin: 0 auto;
}
.searc .searc-cont .searc-left {
  width: 600px;
  height: 17px;
  float: left;
  padding: 38px 0 36px 0;
}
.searc .searc-cont .searc-left h6 {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}
.searc .searc-cont .searc-left h6 a {
  font-size: 16px;
  color: #666666;
}
.searc .searc-cont .searc-left span {
  color: red;
}
.searc .searc-cont .searc-right {
  width: 577px;
  height: 40px;
  float: right;
  padding: 26px 0 25px 0;
}
.searc .searc-cont .searc-right input[type="text"] {
  width: 490px;
  height: 38px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  float: left;
}
.searc .searc-cont .searc-right form {
  display: block;
  width: 577px;
  height: 66px;
}
.searc .searc-cont .searc-right input[type="submit"] {
  width: 90px;
  height: 40px;
  opacity: 1;
  background: #eb9741;
  border-radius: 4px;
  border: none;
  margin-left: -10px;
  color: #ffffff;
  float: right;
}
input::-webkit-input-placeholder {
  color: #666666;
  font-family: 微软雅黑;
}
/* 结束 */
/* 产品详情部分 */
.ductCp {
  width: 100%;
  /* height: 3200px; */
  margin-top: 41px;
}
#gallery img {
  border: none;
}
#gallery_nav {
  float: left;
  text-align: center;
  width: 234px;
  height: 195px;
  /* margin-top: 20px; */
  /* overflow: hidden; */
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
#gallery_nav a {
  display: block;
  width: 233px;
  height: 195px;
  margin-right: 17px;
}
#gallery_nav img {
  width: 233px;
  height: 167px;
}
#gallery_output {
  float: left;
  width: 900px;
  height: 502px;
  /* overflow: hidden; */
}
#gallery_output img {
  display: block;
  width: 723px;
  height: 502px;
  margin: 0px auto 0 auto;
}
.onest {
  width: 900px;
  /* height: 5000px; */
  float: left;
  margin: 0 auto;
  display: flex;
}
.ductCp .ductCp-cont {
  width: 1200px;
  /* height: 3200px; */
  margin: 0 auto;
  position: relative;
}
.ductCp .ductCp-cont .ductCp-Re {
  /* width: 602px; */
  /* height: 323px; */
  float: right;
  padding: 60px 0 0 0;
  /* border-bottom: 1px solid #ededed; */
}
.ductCp .ductCp-cont .ductCp-Re span {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  color: #333333;
}
.ductCp .ductCp-cont .ductCp-Re p {
  /* width: 605px; */
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #666666;
  margin-top: 14px;
  line-height: 28px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.liant-fx {
  width: 17%;
  height: 45px;
  position: absolute;
  top: 508px;
  /* left: 596px; */
}
.ductCp-box {
  width: 100%;
  /* height: 589px; */
}
.Title-St {
  width: 100%;
  /* height: 170px; */
  padding: 49px 0 0 0;
}
.Title-St p {
  width: 1060px;
  /* height: 138px; */
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 36px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.TimgCon {
  width: 100%;
  height: 350px;
  background: url(../img/20171121180.jpg) no-repeat;
  background-size: 100%;
  margin: 31px 0;
}
.T-xingHap {
  width: 100%;
}
.T-xingHap .Top-xh {
  width: 100%;
  height: 40px;
}
.T-xingHap .Top-xh ul {
  display: flex;
}
.T-xingHap .Top-xh ul li {
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}
.T-xingHap .Top-xh ul li:nth-child(1) {
  width: 233px;
  height: 38px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
}
.T-xingHap .Top-xh ul li:nth-child(2) {
  width: 125px;
  height: 38px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
}
.T-xingHap .Top-xh ul li:nth-child(3) {
  width: 166px;
  height: 38px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
}
.T-xingHap .Top-xh ul li:nth-child(4) {
  width: 167px;
  height: 38px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
}
.T-xingHap .Top-xh ul li:nth-child(5) {
  width: 166px;
  height: 38px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
}
.T-xingHap .Top-xh ul li:nth-child(6) {
  width: 83px;
  height: 38px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
}
.T-xingHap .Top-xh ul li:nth-child(7) {
  width: 83px;
  height: 38px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
}
.T-xingHap .Top-xh ul li:nth-child(8) {
  width: 85px;
  height: 38px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
}
.T-xingHap .Top-xh ul li:nth-child(9) {
  width: 85px;
  height: 38px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
}
.T-xingHap .Top-mascr {
  width: 100%;
  height: 60px;
  display: flex;
}
.T-xingHap .Top-Mm {
  width: 100%;
  height: 60px;
  background: #eb9741;
}
.T-xingHap .Top-Mm-A {
  width: 233px;
  height: 60px;
  background: #eb9741;
}
.T-xingHap .Top-Mm-A ul {
  display: flex;
  justify-content: space-between;
}
.T-xingHap .Top-Mm-A ul li {
  width: 61px;
  height: 48px;
  border: 1px solid #f4f4f4;
  padding: 10px 16px 0 16px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 22px;
  overflow: hidden;
}
.T-xingHap .Top-Mm-B {
  width: 126px;
  height: 60px;
}
.T-xingHap .Top-Mm-B ul {
  display: flex;
}
.T-xingHap .Top-Mm-B ul li {
  width: 20px;
  height: 47px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
  padding: 11px 10px 0 10px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.T-xingHap .Top-Mm-C {
  width: 166px;
  height: 60px;
}
.T-xingHap .Top-Mm-C ul {
  display: flex;
}
.T-xingHap .Top-Mm-C ul li {
  width: 20px;
  height: 47px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
  padding: 11px 10px 0 10px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.T-xingHap .Top-Mm-D {
  width: 168px;
  height: 60px;
}
.T-xingHap .Top-Mm-D ul {
  display: flex;
}
.T-xingHap .Top-Mm-D ul li {
  width: 20px;
  height: 47px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
  padding: 11px 10px 0 10px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.T-xingHap .Top-Mm-E {
  width: 166px;
  height: 60px;
}
.T-xingHap .Top-Mm-E ul {
  display: flex;
}
.T-xingHap .Top-Mm-E ul li {
  width: 20px;
  height: 47px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
  padding: 11px 10px 0 10px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.T-xingHap .Top-Mm-F {
  width: 84px;
  height: 60px;
}
.T-xingHap .Top-Mm-F ul {
  display: flex;
}
.T-xingHap .Top-Mm-F ul li {
  width: 20px;
  height: 47px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
  padding: 11px 10px 0 10px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.T-xingHap .Top-Mm-G {
  width: 84px;
  height: 60px;
}
.T-xingHap .Top-Mm-G ul {
  display: flex;
}
.T-xingHap .Top-Mm-G ul li {
  width: 20px;
  height: 47px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
  padding: 11px 10px 0 10px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.T-xingHap .Top-Mm-H {
  width: 86px;
  height: 60px;
}
.T-xingHap .Top-Mm-H ul {
  display: flex;
}
.T-xingHap .Top-Mm-H ul li {
  width: 41px;
  height: 48px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
  padding: 10px 0 0 0;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.T-xingHap .Top-Mm-I {
  width: 86px;
  height: 60px;
}
.T-xingHap .Top-Mm-I ul li {
  width: 86px;
  height: 58px;
  background: #eb9741;
  border: 1px solid #f4f4f4;
  text-align: center;
  line-height: 58px;
  color: #ffffff;
}
.NumBer{
  width: 100%;
  height: 40px;
  display: flex;
  /* margin-bottom: 30px; */
}
.NumBer ul {
  display: flex;
}
.NumBer ul li{
  width: 77px;
  height: 25px;
  border-right: 1px solid #F4F4F4;
  padding: 15px 0 0 0;
  font-size: 12px;
  text-align: center;
  color: #333333;
}
.NumBer .smali {
  display: flex;
}
.NumBer .smali li{
  width: 77px;
  height: 40px;
  border-right: 1px solid #F4F4F4;
  padding: 15px 0 0 0;
}
.NumBer .smali li:nth-child(1n){
  width: 41px;
  height: 25px;
  border-right: 1px solid #F4F4F4;
}
.NumBer .smali li:last-child{
  width: 86px;
  height: 25px;
  text-align: center;
  color: #333333;
  font-size: 12px;
  text-align: center;
  color: #333333;
}
.NumBer:nth-child(2n-1){
  background: #F8F8F8 !important;
}

/* 结束 */
/* 分享 */

.list-fx {
  height: 20px;
  margin-top: 17px;
  position: absolute;
  right: 0;
}

.list-fx .list-fx-ls {
  width: 200px;
  height: 20px;
  color: #666666;
  font-size: 14px;
  float: right;
}

.list-fx .list-fx-ls em {
  margin-left: 8px;
}

.list-fx .list-fx-ls .list-dv {
  width: 50px;
  height: 20px;
  float: right;
  display: flex;
  justify-content: flex-end;
}

.list-fx .list-fx-ls .list-dv .list-box {
  width: 19px;
  height: 19px;
  margin-left: 8px;
}

.bshare-custom {
  width: 50px;
  height: 20px;
  float: left;
  display: flex;
  justify-content: flex-end;
}
.bshare-custom .bshare-weixin {
  background: url(../img/wx.png) no-repeat !important;
  display: block;
  width: 20px;
  height: 20px;
}
.bshare-custom .bshare-qqim {
  background: url(../img/QQfx.png) no-repeat !important;
  display: block;
  width: 20px;
  height: 20px;
}
.bshare-custom .bshare-sinaminiblog {
  background: url(../img/wb.png) no-repeat !important;
  display: block;
  width: 20px;
  height: 20px;
}
.bshare-custom .bshare-facebook {
  background: url(../img/facebook.png) no-repeat !important;
  display: block;
  width: 20px;
  height: 20px;
}
.bshare-custom .bshare-twitter {
  background: url(../img/twitter.png) no-repeat !important;
  display: block;
  width: 20px;
  height: 20px;
}
.border {
  border-bottom: 1px solid #f4f4f4;
  width: 100%;
  height: 1px;
  margin-top: 30px;
}
/* .DyName-Lr {
  width: 100%;
  height: 74px;
  margin-top: 29px;
  display: flex;
  justify-content: space-between;
}
.DyName-Lr .Dy-Name-Lst {
  width: 289px;
  height: 74px;
  display: flex;
}
.DyName-Lr .Dy-Name-Lst .Dy-C {
  width: 99px;
  height: 74px;
}
.DyName-Lr .Dy-Name-Lst .Dy-C img {
  width: 100%;
}
.DyName-Lr .Dy-Name-Lst .Dy-R {
  width: 150px;
  height: 60px;
  background: #f4f4f4;
  padding: 14px 0 0 20px;
}
.DyName-Lr .Dy-Name-Lst .Dy-R span {
  width: 130px;
  height: 24px;
  font-size: 14px;
  text-align: left;
  color: #999999;
  display: block;
  border-bottom: 1px solid #999999;
}
.DyName-Lr .Dy-Name-Lst .Dy-R i {
  width: 68px;
  height: 10px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #999999;
}
.DyName-Lr .Dy-Name-Lst .Dy-Jt {
  width: 20px;
  height: 16px;
  background: #eb9741;
  padding: 29px 0;
}
.DyName-Lr .Dy-Name-Lst .Dy-Jt img {
  width: 9px;
  height: 16px;
  margin-left: 6px;
}
.DyName-Lr .Dy-Name-Rst {
  width: 289px;
  /* background: lightslategrey; */
  height: 74px;
  display: flex;
} */
.Dy-Name-Rst .Dy-LS {
  width: 150px;
  height: 60px;
  background: #f4f4f4;
  padding: 14px 0 0 20px;
}
.Dy-Name-Rst .Dy-CS {
  width: 99px;
  height: 74px;
  opacity: 1;
  /* background: lightslategrey; */
}
.Dy-Name-Rst .Dy-CAS {
  width: 20px;
  height: 16px;
  background: #eb9741;
  padding: 29px 0;
}
.Dy-Name-Rst .Dy-LS span {
  width: 130px;
  height: 24px;
  font-size: 14px;
  text-align: left;
  color: #999999;
  display: block;
  border-bottom: 1px solid #999999;
}
.Dy-Name-Rst .Dy-LS i {
  width: 68px;
  height: 10px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #999999;
}
.XgtJ {
  width: 100%;
  padding: 57px 0 0 0;
}
.XgtJ span {
  font-size: 30px;
  color: #333333;
}
.XgtJ span::after {
  content: "";
  display: block;
  background: #eb9741;
  width: 61px;
  height: 2px;
  margin-top: 19px;
}
.XgtJ ul {
  display: flex;
  margin-top: 40px;
  width: 1230px;
  flex-wrap: wrap;
}
.XgtJ ul li {
  width: 380px;
  height: 334px;
  margin-right: 30px;
  transition: all 0.3s linear;
}
.XgtJ ul li:hover{
  transition: all 0.3s linear;
}
.XgtJ ul li:hover .XgtJ-con{
  background: #EB9741;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.XgtJ ul li:hover .XgtJ-con i{
  color: #fff;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.XgtJ ul li:hover .XgtJ-R em{
  color: #fff;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.XgtJ ul li:hover .XgtJ-R i{
  background: url(../img/md-none.png) no-repeat;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.XgtJ ul li .XgtJ-img {
  width: 380px;
  height: 284px;
}
.XgtJ ul li .XgtJ-img img {
  width: 100%;
}
.XgtJ ul li .XgtJ-con {
  width: 340px;
  height: 16px;
  padding: 17px 20px 17px 20px;
  line-height: 16px;
}
.XgtJ ul li .XgtJ-con .ions {
  font-size: 16px;
  text-align: left;
  color: #666666;
  display: block;
  float: left;
}
.XgtJ ul li .XgtJ-R i {
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: left;
  color: #666666;
  display: block;
  float: left;
  background: url(../img/md.png) no-repeat;
}
.XgtJ ul li .XgtJ-R {
  width: 83px;
  height: 16px;
  float: right;
  line-height: 12px;
}
.XgtJ ul li .XgtJ-R em {
  width: 57px;
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #666666;
  margin-left: 10px;
}
/* 结束 */
/* 底部部分 */
.nav-List-Names {
	width: 99.9%;
	/* height: 376px; */
	/* background: url(../img/bacd-list.jpg); */
	margin-top: 50px;
	/* 	margin-top: 90px; */
	/* background: #f3f3f3; */
	background-size: 100%;
	/* position: relative; */
	border: 1px solid #f3f3f3;
}

.nav-List-Names .nav-conts {
	width: 1200px;
	/* height: 310px; */
	margin: 0 auto;
	padding: 14px 0 0 0;
}

.nav-List-Names .nav-conts .nav-Left {
	width: 615px;
	/* height: 311px; */
	float: left;
}

.nav-List-Names .nav-conts .nav-Left .nav-Logo {
	width: 194px;
	height: 55px;
	float: left;
}

.nav-List-Names .nav-conts .nav-Left .nav-L-eft {
	width: 411px;
	height: 55px;
	padding: 0 0 0 10px;
	float: right;
}

.nav-List-Names .nav-conts .nav-Left .nav-L-eft i {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	color: #eb9741;
}

.nav-List-Names .nav-conts .nav-Left .nav-L-eft em {
	font-size: 15px;
	color: #333;
}

.nav-List-Names .nav-conts .nav-Left .nav-L-eft span {
	font-size: 22px;
	text-align: left;
	color: #333;
}

.nav-List-Names .nav-conts .nav-Left .nav-Toop {
	width: 615px;
	height: 55px;
}

.nav-List-Names .nav-conts .nav-Right {
	width: 402px;
	/* height: 311px; */
	float: right;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma {
	width: 166px;
	height: 232px;
	padding: 25px 0 0 0;
	float: left;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma .fwrx-L {
	width: 166px;
	height: 90px;
	margin-top: 20px;
	text-align: right;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma .fwrx-L i {
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	color: #fefefe;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma .fwrx-L p {
	font-size: 22px;
	font-weight: 400;
	text-align: right;
	color: #333;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma .lianxi {
	width: 94px;
	height: 16px;
	margin-left: 46px;
	padding: 12px 13px 12px 13px;
	background: rgba(235, 151, 65, 0.5);
}

.nav-List-Names .nav-conts .nav-Right .two-Ma .lianxi a {
	width: 94px;
	height: 16px;
	display: block;
	margin-top: -12px;
	margin-left: -12px;
	padding: 12px 13px 12px 13px;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma .lianxi img {
	float: left;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma .lianxi span {
	font-size: 16px;
	font-weight: 400;
	color: #fefefe;
	float: right;
	line-height: 16px;
}

.nav-List-Names .nav-conts .nav-Left .List-nav {
	width: 610px;
	/* height: 18px; */
	margin-top: 15px;
}

.nav-List-Names .nav-conts .nav-Left .List-nav ul {
	display: flex;
	justify-content: space-between;
}

.nav-List-Names .nav-conts .nav-Left .List-nav ul li {
	width: 88px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #333;
	transition: all 0.3s linear;
}

.nav-List-Names .nav-conts .nav-Left .List-nav ul li:hover {
	background: #eb9741;
	color: #333;
	/* font-weight: 700; */
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.nav-List-Names .nav-conts .nav-Left .List-nav ul a,
span {
	/* line-height: 30px; */
	font-size: 15px;
	text-align: left;
	/* color: #eb9741; */
  font-family: "微软雅黑";
}

.nav-List-Names .nav-conts .nav-Left .List-P {
	width: 391px;
	height: 106px;
	margin-top: 20px;
}

.nav-List-Names .nav-conts .nav-Left .List-P p {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #333;
	margin-bottom: 5px;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma-Right {
	width: 188px;
	/* height: 250px; */
	float: right;
	margin-top: 6 px;
}

.nav-List-Names .nav-conts .nav-Right .two-Top {
	width: 188px;
	height: 188px;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma-Right img {
	width: 100%;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma-Right p {
	text-align: center;
	font-size: 16px;
	text-align: center;
	color: #333;
	line-height: 23px;
}

.nav-List-Names .nav-conts .nav-Right .two-Ma-Right .two-List {
	width: 100%;
	height: 47px;
	padding-top: 10px;
}

.nav-List-Names .Hr-cat {
	/* width: 100%; */
	/* height: 1px; */
	background: #f3f3f3;
}

.nav-List-Names .qdcm {
	width: 100%;
	height: 20px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	background: #f3f3f3;
	line-height: 20px;
}

.nav-List-Names .qdcm em {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	line-height: 20px;
	text-align: left;
}

.nav-List-Names .qdcm a {
	font-size: 12px;
	font-weight: 400;
	color: #999;
	text-align: left;
	margin-left: 37px;
}

/* 结束 */

/* 分享 */

.list-fx {
  height: 20px;
  margin-top: 17px;
  position: absolute;
  right: 0;
}

.list-fx .list-fx-ls {
  width: 200px;
  height: 20px;
  color: #666666;
  font-size: 14px;
}

.list-fx .list-fx-ls em {
  margin-left: 8px;
}

.list-fx .list-fx-ls .list-dv {
  width: 50px;
  height: 20px;
  float: right;
  display: flex;
  justify-content: flex-end;
}

.list-fx .list-fx-ls .list-dv .list-box {
  width: 19px;
  height: 19px;
  margin-left: 8px;
}

.bshare-custom {
  width: 50px;
  height: 20px;
  float: left;
  display: flex;
  justify-content: flex-end;
}
.bshare-custom .bshare-weixin {
  background: url(../img/wx.png) no-repeat !important;
  display: block;
  width: 20px;
  height: 20px;
}
.bshare-custom .bshare-qqim {
  background: url(../img/QQfx.png) no-repeat !important;
  display: block;
  width: 20px;
  height: 20px;
}
.bshare-custom .bshare-sinaminiblog {
  background: url(../img/wb.png) no-repeat !important;
  display: block;
  width: 20px;
  height: 20px;
}
.bshare-custom .bshare-facebook {
  background: url(../img/facebook.png) no-repeat !important;
  display: block;
  width: 20px;
  height: 20px;
}
.bshare-custom .bshare-twitter {
  background: url(../img/twitter.png) no-repeat !important;
  display: block;
  width: 20px;
  height: 20px;
}

/* 结束 */
.DyName-Lr {
	width: 100%;
	height: 35px;
	margin-top: 29px;
	display: flex;
	/* justify-content: space-between; */
	justify-content: end;
	position: relative;
}

.DyName-Lr .Dy-Name-Lst {
	width: 105px;
	height: 35px;
	display: flex;
	margin-right: 20px;
}

.DyName-Lr .Dy-Name-Lst .Dy-C {
	width: 99px;
	height: 74px;
	transition: all 0.3s linear;
}

.DyName-Lr .Dy-Name-Lst .Dy-C img {
	width: 100%;
}

.DyName-Lr .Dy-Name-Lst .Dy-R {
	width: 105px;
	height: 35px;
	/* background: #f4f4f4; */
	/* padding: 0 0 0 20px; */
	transition: all 0.3s linear;
	display: flex;
	justify-content: center;
	/* align-items: center; */
	flex-wrap: wrap;
	position: absolute;
	right: 115px;
}

.DyName-Lr .Dy-Name-Lst .Dy-R:hover {
	background-color: #eb9741;
	transition: all 0.3s linear;
}

.DyName-Lr .Dy-Name-Lst .Dy-R:hover span {
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.DyName-Lr .Dy-Name-Lst .Dy-R:hover i {
	color: #fff;
	transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.DyName-Lr .Dy-Name-Lst .Dy-R span {
	width: 68px;
	height: 27px;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	color: #999999;
	display: block;
	border-bottom: 1px solid #999999;
	transition: all 0.3s linear;
}

.DyName-Lr .Dy-Name-Lst .Dy-R i {
	width: 68px;
	height: 10px;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	color: #999999;
}

/* .DyName-Lr .Dy-Name-Lst .Dy-Jt {
  width: 20px;
  height: 8px;
  background: #eb9741;
  padding: 22px 0;
}
.DyName-Lr .Dy-Name-Lst .Dy-Jt img {
  width: 9px;
  height: 16px;
  margin-left: 6px;
} */
.DyName-Lr .Dy-Name-Rst {
	width: 105px;
	background: lightslategrey;
	height: 35px;
	display: flex;
	position: absolute;
	right: 0;
}

.Dy-Name-Rst .Dy-LS {
	width: 105px;
	height: 35px;
	/* background: #f4f4f4; */
	text-align: right;
	transition: all 0.3s linear;
	display: flex;
	justify-content: center;
}

.Dy-Name-Rst .Dy-CS {
	width: 99px;
	height: 74px;
	opacity: 1;
	background: lightslategrey;
	transition: all 0.3s linear;
}

.Dy-Name-Rst .Dy-CAS {
	width: 20px;
	height: 16px;
	background: #eb9741;
	padding: 29px 0;
}

.Dy-Name-Rst .Dy-LS:hover {
	background-color: #eb9741;
	transition: all 0.3s linear;
}

.Dy-Name-Rst .Dy-LS:hover span {
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: all 0.3s linear;
}

.Dy-Name-Rst .Dy-LS:hover i {
	color: #fff;
	transition: all 0.3s linear;
}

.Dy-Name-Rst .Dy-LS span {
	width: 68px;
	height: 27px;
	font-size: 14px;
	text-align: center;
	color: #999999;
	line-height: 27px;
	display: block;
	border-bottom: 1px solid #999999;
	transition: all 0.3s linear;
}

.Dy-Name-Rst .Dy-LS i {
	width: 105px;
	height: 25px;
	font-size: 12px;
	font-weight: 400;
	display: block;
	text-align: right;
	color: #999999;
	line-height: 25px;
	transition: all 0.3s linear;
}
