/*内页通用样式*/
/* 背景主色 */
/* 背景辅助颜色 */
/* 字体主色 */
/* 字体辅助颜色 */
p,
span {
  font-family: "微软雅黑" !important;
}
/* 内页版心宽度 */
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/*内页通用样式 end*/
.wm {
  width: 1200px;
  margin: 0 auto;
}
.list_none_li {
  list-style-type: none;
}
.transition {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.transition-one-second {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.yahei {
  font-family: "Microsoft Yahei";
}
/*内页左侧*/
.inside-box {
  margin-top: 20px;
  margin-bottom: 120px;
}
.inside-left .pro_list_title {
  width: 240px;
  height: 96px;
  text-align: center;
  background: #690202;
}
.inside-left .pro_list_title h2 {
  font-size: 24px;
  color: #fff;
  padding-top: 16px;
  font-weight: bold;
  font-family: "Microsoft Yahei";
}
.inside-left .pro_list_title h4 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Microsoft Yahei";
}
.inside-left .pro_list {
  border: 1px solid #D2D2D2;
  border-top: none;
  border-bottom: none;
  padding-bottom: 9px;
}
.inside-left .pro_list ul li {
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  list-style: none;
  padding: 27.5px 0;
  cursor: pointer;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.inside-left .pro_list ul li:hover a {
  text-indent: 20px;
  color: #690202;
}
.inside-left .pro_list ul li a {
  color: #373737;
  display: block;
  float: left;
  margin-left: 30px;
  font-family: "Microsoft Yahei";
  height: 26px;
  line-height: 0px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.inside-left .sidebar-more {
  height: 35px;
  line-height: 35px;
  display: block;
  text-align: center;
  background-color: #690202;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  width: 225px;
  margin: 0 auto;
  margin-top: 17px;
  margin-bottom: 9px;
  font-family: "Microsoft Yahei";
  font-weight: bold;
}
.inside-left .sidebar-more:hover {
  opacity: 0.8;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.inside-left .pro-bottom {
  position: relative;
}
.inside-left .pro-bottom p {
  position: absolute;
  top: 14px;
  left: 108px;
  color: #690202;
  font-weight: bold;
}
.inside-left .pro-bottom span {
  position: absolute;
  color: #690202;
  left: 108px;
  top: 36px;
  font-weight: bold;
}
/*内页右边*/
.inside-right {
  width: 78%;
}
.inside-right .inside-location-box {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #eaeaea;
  padding: 0px 0px 10px;
}
.inside-right .inside-rl-title {
  font-size: 20px;
  color: #1f1f1f;
  display: block;
}
.inside-right .inside-rl-location {
  font-size: 14px;
}
.inside-right .inside-r-list {
  padding: 0 0 30px 0;
}
.inside-right .inside-r-list p span {
  font-size: 15px!important;
  line-height: 30px;
}
.inside-right .inside-r-list .irlib-title {
  height: 30px;
  line-height: 30px;
}
.inside-right .inside-rl-item {
  width: 294px;
  height: 221px;
  float: left;
  margin-right: 25px;
  list-style: none;
  margin-bottom: 25px;
  position: relative;
}
.inside-right .inside-rl-item:first-child {
  padding-top: 0;
}
.inside-right .inside-rl-item a {
  font-size: 16px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inside-right .inside-rli-time {
  font-size: 14px;
}
.inside-right .irlib-content {
  font-size: 14px;
  line-height: 170%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.inside-right .inside-r-page {
  margin-top: 20px;
}
/*内页右边 end*/
/*产品页面*/
.index_pro_img li {
  float: left;
  margin-right: 18px;
  list-style: none;
  margin-bottom: 25px;
  position: relative;
  width: 300px;
  height: 268px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.index_pro_img li:nth-child(3n) {
  margin-right: 0;
}
.index_pro_img li .fczs-a {
  height: 220px;
  display: block;
  border: 1px solid #D2D2D2;
  overflow: hidden;
  position: relative;
}
.index_pro_img li .fczs-a .invisible {
  background: #000;
  opacity: 0.7;
  text-align: center;
  position: absolute;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.index_pro_img li .fczs-a .invisible img {
  z-index: 3;
  margin-top: 70px;
}
.index_pro_img li .fczs-a .invisible p {
  color: #fff;
  padding-top: 14px;
}
.index_pro_img li .fczs-a .fczs-img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index_pro_img li .fczs-a:hover .invisible {
  top: 0px;
}
.index_pro_img li .fczs-a:hover .fczs-a {
  z-index: 1;
}
.index_pro_img li .fczs-a:hover .fczs-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.index_pro_img li:hover .txt {
  background: #690202;
  z-index: 666;
  color: #fff;
  font-family: "Microsoft Yahei";
}
.index_pro_img li .txt {
  height: 40px;
  line-height: 40px;
  width: 300px;
  text-align: center;
  background: #eeeeee;
  color: #666666;
  margin-top: 6px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.index_pro_img li .txt a {
  display: block;
}
/*产品页面*/
/*分页*/
div.jogger {
  padding: 2px;
  margin: 7px;
  font-family: "lucida sans unicode", "lucida grande", lucidagrande, "lucida sans", geneva, verdana, sans-serif;
  text-align: center;
  margin-top: 20px;
}
div.jogger a {
  padding: 0.5em 0.64em 0.43em 0.64em;
  margin: 2px;
  color: #fff;
  background-color: #690202;
  text-decoration: none;
}
div.jogger a:hover {
  padding: 0.5em 0.64em 0.43em 0.64em;
  margin: 2px;
  color: #fff;
  background-color: #de1818;
}
div.jogger a:active {
  padding: 0.5em 0.64em 0.43em 0.64em;
  margin: 2px;
  color: #fff;
  background-color: #de1818;
}
div.jogger a span .current {
  padding: 0.5em 0.64em 0.43em 0.64em;
  margin: 2px 6px 2px 2px;
  color: #fff;
  background-color: #c51616;
  font-weight: bold;
}
div.jogger a span .disabled {
  display: none;
}
/*分页end*/
/*招纳贤士*/
.jobs {
  position: relative;
}
.jobs li {
  list-style-type: none;
  border-bottom: 2px dotted #ccc;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  margin: 23px 18px 28px 28px;
}
.jobs li p {
  line-height: 35px;
}
.jobs li strong {
  color: #b50000;
}
.jobs p {
  line-height: 35px;
}
.jobs a {
  display: block;
  position: absolute;
  background-color: #690202;
  color: #ffffff;
  padding: 1px 8px;
  top: 50px;
  left: 500px;
  width: 71px;
  height: 34px;
  text-align: center;
  line-height: 34px;
}
.desct {
  margin: 30px 0 0 0px;
  width: 100%;
  height: 30px;
  background: #ececec;
}
.desct b {
  display: inline-block;
  padding-left: 10px;
  height: 100%;
  border-right: 1px solid #fff;
  background: #656565;
  color: #fff;
  line-height: 30px;
}
/*招纳贤士end*/
/*留言*/
.inside-ny-message {
  /*padding-top: 30px;*/
}
.inside-ny-message .inside-ny-item {
  height: 30px;
  margin-bottom: 20px;
}
.inside-ny-message .inside-ny-name {
  width: 100px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: right;
  padding-right: 10px;
  font-family: initial;
}
.inside-ny-message .inside-ny-inp {
  width: 300px;
  height: 28px;
  padding-left: 5px;
  border: #ccc 1px solid;
}
.inside-ny-message .inside-ny-inp[type=text]:focus {
  border: 1px solid #ccc;
}
.inside-ny-message .inside-ny-text {
  height: auto;
}
.inside-ny-message .inside-ny-area {
  width: 400px;
  height: 110px;
  padding: 5px;
  border: #ccc 1px solid;
}
.inside-ny-message .inside-ny-code .inside-ny-inp {
  width: 100px;
}
.inside-ny-message .inside-nyc-img {
  margin-left: 10px;
  width: 64px;
  height: 30px;
  cursor: pointer;
}
.inside-ny-message .inside-ny-btn {
  padding-left: 110px;
}
.inside-ny-message .inside-ny-btn input {
  width: 100px;
  height: 35px;
  background: #ddd;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 5px;
  border: 0;
}
.inside-ny-message .inside-ny-btn input[type=submit] {
  background: #690202;
  color: #fff;
}
.inside-ny-message .inside-ny-btn input[type=button]:hover {
  border: 1px solid #690202;
  color: #690202;
  background: #fff;
}
.inside-ny-message .inside-ny-hint {
  padding-left: 20px;
  height: 30px;
  line-height: 30px;
  color: red;
}
/*留言 end*/
/*新闻*/
/*新闻首页面*/
.concompanycon {
  height: 100%;
  padding-top: 15px;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 50px;
}
.concompanycon .mynews {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.concompanycon .mynews li {
  width: 84%;
  height: 160px;
  background: #F9F9F9;
  margin-bottom: 15px;
  padding: 25px 110px 0 30px;
  position: relative;
  border: 1px solid transparent;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.concompanycon .mynews li:hover {
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  cursor: pointer;
}
.concompanycon .mynews li a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: 0 none;
  transition: all 0.4s linear 0s;
}
.concompanycon .mynews li a h4 {
  font-size: 16px;
  line-height: 40px;
  color: #3C3C3C;
  font-weight: 600;
}
.concompanycon .mynews li a h5 {
  font-size: 12px;
  color: #A2A2A2;
  line-height: 35px;
}
.concompanycon .mynews li a h6 {
  font-size: 14px;
  color: #9C9C9C;
  line-height: 25px;
}
.concompanycon .mynews li a span {
  width: 45px;
  height: 185px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #CBCBCB;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  line-height: 185px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
/*新闻 end*/
/*新闻详情页*/
.inside-r-list {
  position: relative;
}
.inside-r-list .inside-r-box {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dfdfdf;
  padding-top: 15px;
}
.inside-r-list .inside-r-box .inside-r-title {
  font-size: 18px;
}
.inside-r-list .inside-r-box .inside-r-em {
  display: block;
  font-size: 12px;
  color: #ababab;
  height: 24px;
  line-height: 24px;
  margin: 10px 0px;
}
.inside-r-list .inside-rn-content {
  padding-top: 20px;
}
.inside-r-list .inside-rn-content p {
  text-align: left;
  font-size: 15px;
  line-height: 30px;
}
.inside-rn-content img{ max-width: 100%; margin: 10px 0;}

.inside-r-list .inside-r-page {
  float: right;
  margin-top: 20px;
}
.inside-r-list .inside-r-page .inside-r-list ul {
  list-style: none;
}
.inside-r-list .inside-r-page .inside-r-list ul li {
  list-style: none;
}
/*新闻详情页 end*/
/*案例*/
.inside-prorl-item {
  float: left;
  margin-right: 29px;
  padding-bottom: 30px;
}
.inside-prorl-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.inside-prorl-item .inside-prorl-item-img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #e4e4e4;
  width: 286px;
  height: 190px;
  overflow: hidden;
}
.inside-prorl-item .inside-prorl-item-img .inside-prorl-img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.inside-prorl-item .inside-prorl-title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
  text-align: center;
  width: 266px;
}
/*案例end*/
