/*****************公用
*****************/
.cl {
  color: #e60012;
}
.img-md {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.img-md img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.imgbg {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tab-body > li {
  display: none;
}
.tab-body > li.cur {
  display: block;
}
.bd_weixin_popup {
  box-sizing: content-box;
}
/* 翻页 */
.pagenation {
  text-align: center;
}
.pagenation a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  padding: 0 10px;
  text-align: center;
  color: #666;
  background: #f7f7f7;
  font-size: 12px;
}
.pagenation a.cur,
.pagenation a:hover {
  background: #e60012;
  color: #fff;
}
.btn01 {
  display: inline-block;
  width: 130px;
  height: 38px;
  line-height: 38px;
  background: #d6163a;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}
.btn01:hover {
  opacity: .85;
}
.btn01.btn-gray {
  background: #cccccc;
}
.btn02 {
  display: inline-block;
  width: 108px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #a19e9e;
  color: #fff;
  text-align: center;
}
.btn02:hover {
  background: #fff;
  color: #666;
}
/*****************头部
*****************/
/*.header {
  width: 100%;
  height: 114px;
  position: fixed;
  top: 0;
  z-index: 99999;
  background: #fff;
  transition: all 0.3s ease-out 0s;
}
.header .logo {
  float: left;
  height: 114px;
  line-height: 114px;
  transition: all 0.3s ease-out 0s;
}
.header .logo img {
  vertical-align: middle;
  transition: all 0.3s ease-out 0s;
}
.header.head-s {
  height: 70px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.header.head-s .logo {
  width: 193px;
  height: 70px;
  line-height: 70px;
}
.header.head-s .logo img {
  max-height: 70%;
}
.header.head-s .header-nav li {
  height: 70px;
}
.header.head-s .header-nav li > a {
  line-height: 56px;
}
.header.head-s .header-nav li .subnav {
  top: 70px;
}
.header-nav {
  float: left;
  margin-left: 50px;
}
.header-nav li {
  float: left;
  border-right: 1px solid #eee;
  height: 114px;
  padding-top: 14px;
  border-bottom: 2px solid transparent;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.header-nav li > a {
  display: block;
  line-height: 100px;
  padding: 0 17px;
  font-size: 15px;
  transition: all 0.3s ease-out 0s;
}
.header-nav li .subnav {
  width: 100%;
  position: absolute;
  top: 114px;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99;
  text-align: center;
  padding: 20px 0 10px;
  display: none;
}
.header-nav li .subnav a {
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
  color: #666;
}
.header-nav li .subnav a:hover {
  color: #e60012;
}
.header-nav li:last-child {
  border-right: none;
}
.header-nav li.cur,
.header-nav li:hover {
  border-bottom-color: #e60012;
}
.header-nav li.cur > a,
.header-nav li:hover > a {
  color: #e60012;
}
.header-nav li.cur::after,
.header-nav li:hover::after {
  content: ' ';
  border-bottom: 5px solid #e60012;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.header-nav li:hover .subnav {
  display: block;
}*/
/*****************首页
*****************/
/*banner*/
.banner {
  position: relative;
}
.banner .imgbg {
  height: 520px;
}
.banner .bx-wrapper .bx-pager {
  bottom: 20px;
}
.ind-ttl {
  text-align: center;
  margin: 35px 0 40px;
}
.ind-ttl h2 {
  font-size: 20px;
}
.ind-ttl i {
  display: block;
  margin: 8px auto 12px;
  width: 7px;
  height: 7px;
  background: #e60012;
  position: relative;
}
.ind-ttl i::before,
.ind-ttl i::after {
  content: ' ';
  width: 80px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
}
.ind-ttl i::before {
  right: 50%;
  margin-right: 15px;
}
.ind-ttl i::after {
  left: 50%;
  margin-left: 15px;
}
.ind-ttl span {
  font-size: 12px;
  color: #777;
}
.ind-box1 {
  text-align: center;
}
.ind-box1 li {
  display: inline-block;
  width: 100px;
  margin: 0 18px;
}
.ind-box1 li i {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: url(../images/icon/icos01.png);
  background-repeat: no-repeat;
  background-position-y: center;
  transition: all .4s;
}
.ind-box1 li h3 {
  margin-top: 8px;
}
.ind-box1 li.l1 i {
  background-position-x: 24px;
}
.ind-box1 li.l2 i {
  background-position-x: -110px;
}
.ind-box1 li.l3 i {
  background-position-x: -259px;
}
.ind-box1 li.l4 i {
  background-position-x: -408px;
}
.ind-box1 li.l5 i {
  background-position-x: -565px;
}
.ind-box1 li.l6 i {
  background-position-x: -718px;
}
.ind-box1 li.l7 i {
  background-position-x: -863px;
}
.ind-box1 li.l8 i {
  background-position-x: -1003px;
}
.ind-box1 li:hover i {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ind-box2-left {
  float: left;
  width: 50%;
  height: 375px;
}
.ind-box2-right {
  float: right;
  width: 50%;
  height: 375px;
  padding: 35px;
  color: #fff;
}
.ind-box2-slider {
  width: 540px;
  margin-bottom: 80px;
}
.ind-box2-slider h3 {
  font-size: 20px;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 15px;
}
.ind-box2-slider h3::after {
  content: " ";
  width: 50px;
  height: 2px;
  background: #e60012;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ind-box2-slider .els2 {
  color: #ccc;
  line-height: 24px;
  -webkit-line-clamp: 5;
  height: 120px;
}
.ind-box2-slider .bx-wrapper .bx-pager {
  text-align: left;
  bottom: -30px;
}
.ind-box2-slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 27px;
  height: 4px;
  background: #979595;
  margin-right: 5px;
  margin-left: 0;
}
.ind-box2-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ind-box2-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.ind-box2-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}
.ind-box3 {
  background: #fcfcfc;
  overflow: hidden;
}
.ind-box3-left {
  float: left;
  margin-left: 35px;
  width: 516px;
  border: 1px solid #dddddd;
  padding: 25px;
  transition: all .4s;
}
.ind-box3-left .img {
  float: left;
  width: 208px;
  height: 208px;
  margin-right: 15px;
  overflow: hidden;
}
.ind-box3-left .img img {
  width: 100%;
  transition: all .4s;
}
.ind-box3-left h3 {
  margin: 10px 0;
  font-size: 18px;
}
.ind-box3-left .els2 {
  color: #aaa;
  font-size: 12px;
  line-height: 20px;
  height: 100px;
  -webkit-line-clamp: 5;
}
.ind-box3-left:hover {
  border-color: #e60012;
  box-shadow: 0 0 16px rgba(230, 0, 18, 0.2);
}
.ind-box3-left:hover .img img {
  transform: scale(1.1);
}
.ind-box3-right {
  float: left;
  margin-left: 30px;
  width: 590px;
}
.list-news li {
  margin-bottom: 10px;
  overflow: hidden;
}
.list-news li .date {
  float: left;
  border: 1px solid #dddddd;
  width: 96px;
  height: 80px;
  margin-right: 15px;
  padding: 10px;
  text-align: center;
}
.list-news li .date span {
  display: block;
  font-size: 34px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 5px;
}
.list-news li .date em {
  display: block;
  font-size: 15px;
  color: #999999;
}
.list-news li h3 {
  font-size: 15px;
  margin: 8px 0;
}
.list-news li .els2 {
  color: #aaa;
  line-height: 20px;
  height: 40px;
}
.list-news li:hover .date {
  background: #e60012;
  color: #fff;
}
.list-news li:hover .date em {
  color: #eee;
}
.list-news li:hover h3 {
  color: #e60012;
}
.ind-box4-slider ul li img {
  margin: auto;
}
.ind-box4-slider .bx-wrapper .bx-prev {
  left: -40px;
  background: url(../images/pager01.jpg) no-repeat center;
}
.ind-box4-slider .bx-wrapper .bx-next {
  right: -40px;
  background: url(../images/pager02.jpg) no-repeat center;
}
/*****************底部
*****************/
.footer {
  background: #fcfcfc;
  border-top: 3px solid #d20414;
  padding: 45px 0;
  text-align: center;
}
.footer dl {
  float: left;
  width: 11.11111111%;
}
.footer dl dt {
  font-size: 15px;
  margin-bottom: 15px;
}
.footer dl dd {
  line-height: 24px;
  color: #888;
  font-size: 12px;
}
.footer dl dd a {
  display: block;
}
.footer dl dd a:hover {
  color: #e60012;
  text-decoration: underline;
}
.footer-b {
  background: #d20414;
  color: #f1cbc3;
  line-height: 22px;
  font-size: 13px;
  padding: 20px 0;
}
.footer-b .mauto {
  padding: 0 30px;
}
/*****************内页
*****************/
.banner-ny {
  height: 150px;
}
.main-menu {
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid #dddddd;
}
.main-menu a {
  display: inline-block;
  width: 110px;
  height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 40px;
  line-height: 38px;
  margin: 0 10px;
  font-size: 16px;
  position: relative;
}
.main-menu a.cur,
.main-menu a:hover {
  background: #ce2734;
  border-color: #ce2734;
  color: #fff;
}
.main-menu a::before {
  content: ' ';
  width: 0px;
  height: 40px;
  border-left: 2px dotted #ddd;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 40px;
  display: none;
}
.main-menu a::after {
  content: ' ';
  width: 8px;
  height: 8px;
  border: 1px solid #e60012;
  border-radius: 50%;
  position: absolute;
  bottom: -46px;
  left: 50%;
  margin-left: -5px;
  background: #fff;
  display: none;
}
.main-menu a.cur::before,
.main-menu a:hover::before,
.main-menu a.cur::after,
.main-menu a:hover::after {
  display: block;
}
.recruit-ttl {
  text-align: center;
  font-size: 30px;
  padding-bottom: 16px;
  position: relative;
}
.recruit-ttl em {
  color: #d6163a;
}
.recruit-ttl::after {
  content: ' ';
  height: 4px;
  width: 25px;
  background: #d6163a;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
}
.form-recruit {
  width: 920px;
  margin: auto;
}
.form-recruit li {
  min-height: 44px;
  line-height: 42px;
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}
.form-recruit li label {
  float: left;
  width: 100px;
  text-align: right;
}
.form-recruit li .text {
  float: left;
  height: 42px;
  padding-left: 10px;
  font-size: 14px;
}
.form-recruit li textarea {
  width: 100%;
  height: 100px;
  padding: 5px;
}
.form-recruit li .border-b {
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  overflow: hidden;
}
.contact-l {
  float: left;
  width: 400px;
  padding: 0 35px;
  padding-top: 70px;
  color: #666;
  line-height: 26px;
  text-indent: 2em;
  position: relative;
}
.contact-l em {
  font-size: 17px;
  color: #ce2734;
}
.contact-l::before,
.contact-l::after {
  content: ' ';
  width: 17px;
  height: 18px;
  background: url(../images/icon/ico01.jpg);
  position: absolute;
  left: 65px;
}
.contact-l::before {
  top: 40px;
}
.contact-l::after {
  bottom: -28px;
}
.contact-r {
  float: right;
  width: 800px;
  /*padding: 0 35px;*/
  /*border-left: 1px solid #efefef;*/
}
.contact-r-form li {
  margin-bottom: 10px;
}
.contact-r-form li label {
  float: left;
  width: 70px;
  text-align: right;
  line-height: 38px;
  font-size: 12px;
  margin-right: 5px;
}
.contact-r-form li .text {
  width: 260px;
  height: 38px;
  border: 1px solid #e8e8e8;
  padding-left: 10px;
}
.contact-r-form li .text:focus {
  border-color: #c8c8c8;
}
.contact-r-form li em {
  color: #f00;
}
.contact-r-form li textarea {
  width: 640px;
  height: 160px;
  border: 1px solid #e8e8e8;
  padding: 5px;
}
.contact-r-form li textarea:focus {
  border-color: #c8c8c8;
}
.contact-r-form li .btn01 {
  font-size: 16px;
  border-radius: 0;
  margin-right: 3px;
  border-color: #c8c8c8;
}
.list-news2 {
  overflow: hidden;
}
.list-news2 li {
  float: left;
  width: 50%;
  margin-bottom: 40px;
  padding: 0 30px;
}
.list-news2 li .date {
  float: left;
  border: 1px solid #dddddd;
  width: 80px;
  height: 108px;
  margin-right: 15px;
  padding: 4px;
  text-align: center;
}
.list-news2 li .date span {
  display: block;
  font-size: 48px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  color: #ce2734;
}
.list-news2 li .date em {
  display: block;
  font-size: 17px;
  color: #999999;
}
.list-news2 li h3 {
  font-size: 14px;
  margin: 8px 0;
}
.list-news2 li .els2 {
  color: #aaa;
  line-height: 22px;
  height: 66px;
  font-size: 12px;
  -webkit-line-clamp: 3;
}
.list-news2 li:hover .date {
  background: #e60012;
}
.list-news2 li:hover .date span {
  color: #fff;
}
.list-news2 li:hover .date em {
  color: #eee;
}
.list-news2 li:hover h3 {
  color: #e60012;
}
.resume-wrap ul {
  width: 100%;
  overflow: hidden;
}
.resume-wrap ul li {
  float: left;
  height: 66px;
  text-align: center;
  line-height: 26px;
  padding: 20px 0;
  font-size: 16px;
  margin-right: 2px;
}
.resume-wrap ul li.l1 {
  width: 253px;
}
.resume-wrap ul li.l2 {
  width: 205px;
}
.resume-wrap ul li.l3 {
  width: 192px;
}
.resume-wrap ul li.l4 {
  width: 192px;
}
.resume-wrap ul li.l5 {
  width: 202px;
}
.resume-wrap ul li.l6 {
  width: 146px;
  margin: 0;
}
.resume-top li {
  background: #ce2734;
  color: #fff;
}
.resume-item {
  margin-top: 5px;
}
.resume-item ul {
  background: #fbfbfb;
}
.resume-item .zankai {
  display: block;
  width: 25px;
  height: 25px;
  margin: auto;
  border-radius: 50%;
  cursor: pointer;
  background: #cccccc url(../images/icon/ico02.png) no-repeat center;
}
.resume-item.cur .zankai {
  background: #ce2734 url(../images/icon/ico03.png) no-repeat center;
}
.resume-sub {
  background: #fff;
  padding: 45px 60px;
  position: relative;
  display: none;
}
.resume-sub .item {
  position: relative;
  padding-left: 80px;
  line-height: 30px;
}
.resume-sub .item em {
  position: absolute;
  left: 0;
  top: 0;
  color: #ce2734;
}
.resume-sub .toudi {
  display: block;
  width: 50px;
  height: 58px;
  position: absolute;
  right: 48px;
  top: 0;
  padding: 10px 0;
  line-height: 19px;
  text-align: center;
  color: #fff;
  background: #d6163a;
}
.list-news3 li {
  padding: 25px 0;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  position: relative;
}
.list-news3 li .img {
  float: left;
  width: 260px;
}
.list-news3 li .img img {
  width: 100%;
  display: block;
}
.list-news3 li .date {
  float: left;
  margin-top: 20px;
  padding: 0 30px;
  font-size: 30px;
}
.list-news3 li .date em {
  display: block;
  color: #999;
  margin-top: 7px;
  font-size: 16px;
}
.list-news3 li .txt {
  float: left;
  width: 55%;
  margin-left: 40px;
  transition: all 0.6s ease;
}
.list-news3 li h2 {
  font-size: 18px;
  margin-bottom: 10px;
  transition: all 0.6s ease;
}
.list-news3 li .els2 {
  color: #999;
  line-height: 24px;
  height: 72px;
  -webkit-line-clamp: 3;
  transition: all 0.6s ease;
}
.list-news3 li .more {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #dedede;
  border-radius: 50%;
  font-family: cursive;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  transition: all 0.6s ease;
}
.list-news3 li:hover .txt {
  margin-left: 60px;
}
.list-news3 li:hover .txt h2 {
  color: #e60012;
}
.list-news3 li:hover .txt .els2 {
  color: #666;
}
.list-news3 li:hover .more {
  background: #c91638;
  border-color: #c91638;
  color: #fff;
}
.article {
  line-height: 24px;
  color: #666;
}
.article-top {
  text-align: center;
}
.article-top h1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.article-top span {
  font-size: 14px;
  color: #999;
}
.article-b {
  overflow: hidden;
  margin-left: -1%;
  margin-right: -1%;
}
.article-b li {
  width: 48%;
  height: 110px;
  margin: 0 1%;
  background: #f1f1f1;
  color: #666;
}
.article-b li a {
  display: block;
  overflow: hidden;
}
.article-b .txt {
  padding: 30px 30px 0;
  overflow: hidden;
}
.article-b .txt .els {
  font-size: 16px;
  margin-bottom: 5px;
}
.article-b .icon {
  width: 80px;
  height: 110px;
}
.article-b .left {
  float: left;
}
.article-b .left .icon {
  float: left;
  border-right: 1px solid #fff;
  background: url(../images/jt-l.png) no-repeat center;
}
.article-b .right {
  float: right;
}
.article-b .right .icon {
  float: right;
  border-left: 1px solid #fff;
  background: url(../images/jt-r.png) no-repeat center;
}
.article-b li:hover {
  background: #034e93;
  color: #fff;
}
.article-b li:hover .txt span {
  color: #cccccc;
}
.article-b li:hover.left .icon {
  background: url(../images/jt-l2.png) no-repeat center;
}
.article-b li:hover.right .icon {
  background: url(../images/jt-r2.png) no-repeat center;
}
.main-left {
  float: left;
  width: 200px;
  margin-top: 10px;
  padding-right: 10px;
  border-right: 1px solid #eee;
  padding-bottom: 50px;
}
.left-menu-ttl {
  padding: 10px 20px;
  margin-bottom: 4px;
  background: #f7f7f7 url(../images/icon/ico04.png) no-repeat 90% center;
}
.left-menu-ttl h2 {
  font-size: 20px;
  font-weight: bold;
}
.left-menu-ttl h2 em {
  display: block;
  color: #999;
  font-size: 14px;
  font-weight: normal;
}
.left-menu-list li {
  line-height: 34px;
  background: #f7f7f7;
  font-size: 12px;
  margin-bottom: 1px;
}
.left-menu-list li i {
  color: #ce2734;
  font-family: serif;
  margin: 0 15px 0 25px;
}
.left-menu-list li a {
  display: block;
}
.left-menu-list li.cur,
.left-menu-list li:hover {
  color: #fff;
  background: #ce2734 url(../images/icon/ico06.png) no-repeat 90% center;
}
.left-menu-list li.cur i,
.left-menu-list li:hover i {
  color: #fff;
}
.main-left-item {
  padding: 10px 20px;
  margin-bottom: 5px;
  border: 1px solid #d9d9d9;
  background: url(../images/icon/ico05.png) no-repeat 90% center;
}
.main-left-item a {
  display: block;
}
.main-left-item h2 {
  font-weight: bold;
}
.main-left-item h2 em {
  display: block;
  color: #999;
  font-size: 11px;
  font-weight: normal;
}
.main-left-item:hover {
  border-color: #e60012;
}
.main-right {
  float: right;
  width: 990px;
}
.main-right-top {
  border-bottom: 1px solid #e3dfdf;
  overflow: hidden;
  margin: 15px 0;
  padding-bottom: 15px;
}
.main-right-top h2 {
  float: left;
  font-size: 15px;
  color: #af2a31;
  font-weight: bold;
}
.main-right-top .home {
  float: right;
  padding-left: 15px;
  position: relative;
}
.main-right-top .home::before {
  content: ' ';
  width: 6px;
  height: 6px;
  border: 2px solid #af2a31;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
}
.main-right-top .home a:hover {
  color: #af2a31;
}
.slider-news {
  height: 240px;
  background: #f9f9f9;
  margin-top: 30px;
}
.slider-news li a:hover h3 {
  color: #e60012;
}
.slider-news .img {
  float: left;
  width: 346px;
  height: 240px;
  margin-right: 20px;
}
.slider-news h3 {
  font-size: 16px;
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.slider-news .p {
  margin-right: 20px;
  color: #999;
  line-height: 24px;
}
.slider-news .bx-wrapper .bx-pager {
  text-align: right;
  padding-right: 20px;
}
.slider-news .bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cccccc;
}
.slider-news .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider-news .bx-wrapper .bx-pager.bx-default-pager a.active,
.slider-news .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #e60012;
}
.list-news4 li {
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
}
.list-news4 li .date {
  float: left;
  width: 86px;
  height: 86px;
  margin-right: 20px;
  padding: 10px;
  background: #f4f4f4;
  text-align: center;
}
.list-news4 li .date span {
  display: block;
  font-size: 40px;
  margin-bottom: 5px;
  color: #cccccc;
}
.list-news4 li .date em {
  display: block;
  font-size: 12px;
  color: #cccccc;
}
.list-news4 li h3 {
  font-size: 16px;
  margin: 3px 0 8px;
}
.list-news4 li .els2 {
  color: #999;
  line-height: 22px;
  height: 44px;
}
.list-news4 li:hover .date {
  background: #e60012;
}
.list-news4 li:hover .date em,
.list-news4 li:hover .date span {
  color: #fff;
}
.list-news4 li:hover h3 {
  color: #e60012;
}
.list-pro {
  padding: 0 10px;
}
.list-pro li {
  float: left;
  width: 33.33333%;
}
.list-pro .item {
  border: 1px solid #eee;
  margin: 0 14px 40px;
}
.list-pro .item .img {
  height: 160px;
  overflow: hidden;
}
.list-pro .item .img img {
  display: block;
  height: 100%;
  width: 100%;
  transition: all .6s ease;
}
.list-pro .item .txt {
  padding: 20px;
}
.list-pro .item h2 {
  font-size: 17px;
  margin-bottom: 10px;
}
.list-pro .item .els2 {
  font-size: 13px;
  line-height: 22px;
  height: 66px;
  color: #777;
  -webkit-line-clamp: 2;
}
.list-pro .item .line {
  margin-top: 25px;
  height: 1px;
  width: 100%;
  background: #ddd;
  position: relative;
}
.list-pro .item .line::after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 1px;
  background: #e60012;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.list-pro .item .more {
  display: block;
  line-height: 20px;
  margin-top: 15px;
}
.list-pro .item .more i {
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  font-family: cursive;
  border: 1px solid #ababab;
  border-radius: 50%;
  font-size: 12px;
  transition: all .6s ease;
}
.list-pro .item:hover .img img {
  transform: scale(1.1);
}
.list-pro .item:hover .line::after {
  width: 100%;
}
.list-pro .item:hover .more i {
  background: #e60012;
  color: #fff;
  border-color: #e60012;
}
.message-ttl {
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
}
.message-ttl em {
  display: block;
  height: 36px;
  width: 110px;
  background: #ce2734;
  color: #fff;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
}
.message-list {
  float: left;
  width: 430px;
  margin-left: 40px;
}
.message-list li {
  margin-bottom: 15px;
  overflow: hidden;
}
.message-list li label {
  float: left;
  width: 90px;
  line-height: 40px;
  text-align: right;
  margin-right: 10px;
}
.message-list li .text {
  width: 300px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding-left: 10px;
}
.message-list li .text:focus {
  border: 1px solid #cdcdcd;
}
.message-list li em {
  color: #f00;
  line-height: 38px;
}
.message-list li .btn01 {
  font-size: 16px;
}
.message-list li .btn-gray {
  margin-left: 35px;
}
.message-list li textarea {
  width: 300px;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 5px;
  height: 210px;
}
.message-list li textarea:focus {
  border: 1px solid #cdcdcd;
}
.slider-pro {
  background: #f2f1f1;
  padding: 25px;
}
.slider-pro .img {
  overflow: hidden;
}
.slider-pro .img img {
  transition: all .4s;
}
.slider-pro li:hover .img img {
  transform: scale(1.1);
}
.slider-pro h3 {
  text-align: center;
  margin-top: 15px;
}
.slider-pro .bx-wrapper .bx-controls-direction a {
  width: 15px;
  height: 30px;
  margin-top: -15px;
  background-color: #ce2734;
}
.slider-pro .bx-wrapper .bx-controls-direction a:hover {
  background-color: #b0232e;
}
.slider-pro .bx-wrapper .bx-prev {
  left: -30px;
  background: url(../images/pager01.png) no-repeat center;
}
.slider-pro .bx-wrapper .bx-next {
  right: -30px;
  background: url(../images/pager02.png) no-repeat center;
}
.list-pro2 {
  margin-left: -20px;
  overflow: hidden;
  margin-top: 40px;
}
.list-pro2 li {
  float: left;
  width: 227px;
  margin-left: 20px;
  border: 1px solid #e4e4e4;
  padding: 10px;
  margin-bottom: 30px;
}
.list-pro2 li .img {
  height: 179px;
  overflow: hidden;
}
.list-pro2 li .img img {
  width: 100%;
  display: block;
  transition: all .4s;
}
.list-pro2 li h3 {
  text-align: center;
  margin-top: 10px;
}
.list-pro2 li:hover {
  border-color: #e60012;
}
.list-pro2 li:hover .img img {
  transform: scale(1.1);
}
.list-video {
  overflow: hidden;
}
.list-video li {
  float: left;
  width: 354px;
  height: 243px;
  position: relative;
  text-align: center;
  margin-left: 35px;
  margin-bottom: 40px;
}
.list-video li .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .4s;
}
.list-video li .layer i {
  display: block;
  width: 55px;
  height: 32px;
  background: url(../images/icon/ico07.png);
  margin: 60px auto 40px;
}
.list-video li .layer h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.list-video li .layer .els2 {
  text-align: center;
  color: #999;
  line-height: 20px;
  height: 40px;
}
.list-video li:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
.vdo-wrap {
  text-align: center;
  padding: 40px 0;
}
.vdo-wrap video {
  width: 70%;
}
