@charset "utf-8";
/* CSS Document */
.container {
  width: 1230px;
}
.header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header.header1 {
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.header.header1 .logo .imgga {
  opacity: 0;
}
.header.header1 .logo .imggb {
  opacity: 1;
}
.header.header1 .index_nav > ul {
  text-align: center;
}
.header.header1 .index_nav > ul > li {
  float: none;
  display: inline-block;
  height: 60px;
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}
.header.header1 .index_nav > ul > li:nth-child(1) {
  background: none;
}
.header.header1 .index_nav > ul > li > a {
  color: #333;
}
.header.header1 .header_right .shuxian {
  background: url(../images/shuxian2.png) no-repeat center center;
}
.header.header1 .header_right .weixin .icon .imgga {
  opacity: 0;
}
.header.header1 .header_right .weixin .icon .imggb {
  opacity: 1;
}
.header.header1 .header_right .language {
  color: #333;
}
.header .container {
  width: 1530px;
}
.header .logo {
  top: 32px;
  left: 15px;
  z-index: 2;
}
.header .logo .imggb {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .index_nav {
  right: 240px;
  top: 20px;
}
.header .index_nav > ul {
  text-align: center;
}
.header .index_nav > ul > li {
  float: none;
  display: inline-block;
  height: 60px;
  position: relative;
  padding-left: 18px;
  padding-right: 18px;
}
.header .index_nav > ul > li:nth-child(1) {
  background: none;
}
.header .index_nav > ul > li > a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  padding-top: 3px;
  border-bottom: solid 3px rgba(0, 0, 0, 0);
}
.header .index_nav > ul > li > a.on,
.header .index_nav > ul > li > a:hover {
  border-bottom: solid 3px #e60012;
}
.header .index_nav > ul > li:nth-child(3) .xl{
  width:270px;
  margin-left: -160px;

}
.header .index_nav > ul > li:nth-child(3) .xl{
  width:310px;
  margin-left: -160px;
}
.header .index_nav > ul > li:nth-child(4) .xl {
  width:310px;
  margin-left: -160px;
}
.header .index_nav > ul > li .xl {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 220px;
  margin-left: -110px;
  height: auto;
  background: #f4f4f4;
  text-align: center;
  display: none;
  overflow: hidden;
  padding: 10px 0;
}
.header .index_nav > ul > li .xl li a {
  color: #666666;
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 25px;
  text-align: left;
}
.header .index_nav > ul > li .xl li a .icon {
  width: 24px;
  height: 25px;
  margin-top: 12px;
  margin-right: 15px;
}
.header .index_nav > ul > li .xl li a .icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .index_nav > ul > li .xl li a .icon .imggb {
  top: 0;
  left: 0;
  opacity: 0;
}
.header .index_nav > ul > li .xl li a:hover {
  color: #cf000d;
  background: #f2e8e8;
}
.header .index_nav > ul > li .xl li a:hover .icon .imggb {
  opacity: 1;
}
.header .index_nav > ul > li .xl li a:hover .icon .imgga {
  opacity: 0;
}
.header .header_right {
  position: absolute;
  top: 38px;
  right: 15px;
  width: 120px;
}
.header .header_right .weixin {
  cursor: pointer;
}
.header .header_right .weixin:hover .icon .imgga,
.header .header_right .weixin:hover .icon .imggb {
  opacity: 0;
}
.header .header_right .weixin:hover .icon .imggc {
  opacity: 1;
}
.header .header_right .weixin .icon {
  width: 22px;
  height: 18px;
}
.header .header_right .weixin .icon .imggb {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .header_right .weixin .icon .imggc {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header .header_right .weixin .wxabs {
  width: 92px;
  height: 92px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: absolute;
  top: 30px;
  left: -3px;
  display: none;
}
.header .header_right .weixin .wxabs img {
  width: 100%;
  height: 100%;
}
.header .header_right .weixin .wxabs:before {
  content: '';
  width: 11px;
  height: 6px;
  background: url(../images/shangjian1.png) no-repeat center center;
  position: absolute;
  top: -6px;
  left: 10px;
}
.header .header_right .shuxian {
  width: 1px;
  height: 18px;
  margin: 0 18px;
  background: url(../images/shuxian1.png) no-repeat center center;
}
.header .header_right .language {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  line-height: 18px;
}
.header .header_right .language .xl {
  width: 92px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  position: absolute;
  top: 30px;
  left: -3px;
  display: none;
}
.header .header_right .language .xl a {
  line-height: 30px;
  padding-left: 20px;
  color: #333;
  font-size: 14px;
  display: block;
}
.header .header_right .language .xl a:hover {
  background: #dedede;
  color: #cb1820;
}
.header .header_right .language .xl:before {
  content: '';
  width: 11px;
  height: 6px;
  background: url(../images/shangjian1.png) no-repeat center center;
  position: absolute;
  top: -6px;
  left: 10px;
}
.menu {
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 18px;
  color: #000;
  border: solid 1px #000;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.hsbtm {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
.menu_close {
  font-size: 14px;
  padding: 10px;
  background: #fff;
  color: #000;
  position: absolute;
  top: 0px;
  left: -39px;
  z-index: 11;
  display: none;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.pub_pad {
  padding-top: 70px;
}
.banner {
  width: 100%;
  position: relative;
}
.banner .shubiao {
  width: 20px;
  height: 30px;
  background: url(../images/shubiao.png) no-repeat center center;
  position: absolute;
  bottom: 240px;
  left: 50%;
  margin-left: -10px;
  z-index: 2;
  -webkit-animation: shan 1.5s infinite ease-in-out;
  animation: shan 1.5s infinite ease-in-out;
}
.banner .prev {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  left: 50px;
  background: url(../images/zj1.png) no-repeat center center;
  background-size: 100% 100%!important;
  opacity: 0.6;
  cursor: pointer;
  z-index: 3;
}
.banner .prev:hover {
  opacity: 1;
  background: url(../images/zj11.png) no-repeat center center;
}
.banner .next {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  right: 50px;
  background: url(../images/yj1.png) no-repeat center center;
  background-size: 100% 100%!important;
  opacity: 0.6;
  cursor: pointer;
  z-index: 3;
}
.banner .next:hover {
  opacity: 1;
  background: url(../images/yj11.png) no-repeat center center;
}
.banner .owl-theme .owl-controls {
  margin-top: 0;
}
.banner #owl-demo1 .owl-dots {
  display: none!important;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.banner #owl-demo1 .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  margin-left: 12px;
  margin-right: 12px;
  width: 60px;
  height: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
}
.banner #owl-demo1 .owl-dots .owl-dot.active {
  background: #f8cb00;
}
.banner #owl-demo1 .item {
  display: block;
}
.banner #owl-demo1 .item img {
  width: 100%;
}
.mobileshow {
  display: none!important;
}
.pcshow {
  display: block!important;
}
.bg1 {
  background: url(../images/bgtp1.jpg) no-repeat center center #ecf2f0;
}
.index_main1 {
  margin-top: -200px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
.index_main1 .index_m1 {
  background: url(../images/bgtp2.jpg) no-repeat center top #fff;
  border-radius: 5px 0;
  box-shadow: 0 -10px 10px 5px rgba(0, 0, 0, 0.05);
  width: 1530px;
  margin: 0 auto;
}
.index_main1 .index_m1 .m1_xxk {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 60px;
  position: relative;
}
.index_main1 .index_m1 .m1_xxk .prev {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  left: -80px;
  background: url(../images/zj1.png) no-repeat center center;
  background-size: 100% 100%!important;
  opacity: 0.6;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.index_main1 .index_m1 .m1_xxk .prev:hover {
  opacity: 1;
  background: url(../images/zj11.png) no-repeat center center;
}
.index_main1 .index_m1 .m1_xxk .next {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  right: -80px;
  background: url(../images/yj1.png) no-repeat center center;
  background-size: 100% 100%!important;
  opacity: 0.6;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.index_main1 .index_m1 .m1_xxk .next:hover {
  opacity: 1;
  background: url(../images/yj11.png) no-repeat center center;
}
.index_main1 .index_m1 .m1_xxk .item {
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  padding: 16px 30px 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.index_main1 .index_m1 .m1_xxk .item:hover,
.index_main1 .index_m1 .m1_xxk .item.on {
  box-shadow: 0 0 10px 5px rgba(203, 24, 32, 0.1);
  background: #cb1820;
}
.index_main1 .index_m1 .m1_xxk .item:hover .icon .imgga,
.index_main1 .index_m1 .m1_xxk .item.on .icon .imgga {
  opacity: 0;
}
.index_main1 .index_m1 .m1_xxk .item:hover .icon .imggb,
.index_main1 .index_m1 .m1_xxk .item.on .icon .imggb {
  opacity: 1;
}
.index_main1 .index_m1 .m1_xxk .item:hover .cont .tit,
.index_main1 .index_m1 .m1_xxk .item.on .cont .tit {
  color: #fff;
}
.index_main1 .index_m1 .m1_xxk .item:hover .cont .note,
.index_main1 .index_m1 .m1_xxk .item.on .cont .note {
  color: #fff;
}
.index_main1 .index_m1 .m1_xxk .item .icon {
  width: 59px;
  height: 59px;
}
.index_main1 .index_m1 .m1_xxk .item .icon .imggb {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.index_main1 .index_m1 .m1_xxk .item .cont {
  margin-left: 75px;
  padding-top: 6px;
}
.index_main1 .index_m1 .m1_xxk .item .cont .tit {
  color: #333333;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.index_main1 .index_m1 .m1_xxk .item .cont .note {
  font-size: 12px;
  color: #333333;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.index_main1 .index_m1 .m1_cont {
  margin-top: 20px;
  position: relative;
}
.index_main1 .index_m1 .m1_cont .prev {
  width: 68px;
  height: 68px;
  position: absolute;
  bottom: 90px;
  left: 20px;
  background: url(../images/zj3.png) no-repeat center center;
  background-size: 100% 100%!important;
  cursor: pointer;
  z-index: 3;
}
.index_main1 .index_m1 .m1_cont .prev:hover {
  opacity: 1;
  background: url(../images/zj11.png) no-repeat center center;
}
.index_main1 .index_m1 .m1_cont .next {
  width: 68px;
  height: 68px;
  position: absolute;
  bottom: 90px;
  right: 20px;
  background: url(../images/yj3.png) no-repeat center center;
  background-size: 100% 100%!important;
  cursor: pointer;
  z-index: 3;
}
.index_main1 .index_m1 .m1_cont .next:hover {
  opacity: 1;
  background: url(../images/yj11.png) no-repeat center center;
}
.index_main1 .index_m1 .m1_cont .item {
  text-align: center;
}
.index_main1 .index_m1 .m1_cont .item .item_tit {
  font-family: "Arial";
  font-weight: bold;
  font-size: 80px;
  color: #f9f9f9;
  text-transform: uppercase;
  text-align: center;
  top: 80px;
  left: 0;
  width: 100%;
}
.index_main1 .index_m1 .m1_cont .item .item1 {
  position: relative;
  z-index: 2;
}
.index_main1 .index_m1 .m1_cont .item .item1 .pic img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.index_main1 .index_m1 .m1_cont .item .item1 .tit a {
  color: #252a58;
  font-size: 28px;
}
.index_main1 .index_m1 .m1_cont .item .item1 .note {
  margin-top: 5px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.index_main1 .index_m1 .m1_cont .item .item1 .note a {
  color: #333333;
  font-size: 18px;
}
.index_tit .tit_en {
  color: #000000;
  font-size: 48px;
  opacity: 0.06;
  text-transform: uppercase;
  font-family: "Arial";
  font-weight: bold;
  line-height: 48px;
}
.index_tit .tit_cn {
  color: #252a58;
  font-size: 36px;
  line-height: 36px;
  margin-top: -28px;
  position: relative;
  font-weight: bold;
  z-index: 2;
}
.index_tit .hengxian {
  background-color: #bfbfbf;
  width: 37px;
  height: 4px;
  margin-top: 15px;
  border-radius: 2px;
}
.about_tit.style_white .tit_en {
  color: #fff;
}
.about_tit.style_white .tit_cn {
  color: #fff;
}
.about_tit .tit_en {
  color: #000000;
  font-size: 48px;
  opacity: 0.06;
  text-transform: uppercase;
  font-family: "Arial";
  font-weight: bold;
  line-height: 48px;
}
.about_tit .tit_cn {
  color: #1e2380;
  font-size: 36px;
  line-height: 36px;
  margin-top: -28px;
  position: relative;
  font-weight: bold;
  z-index: 2;
}
.about_tit .hengxian {
  background-color: #e60012;
  width: 37px;
  height: 4px;
  margin-top: 15px;
  border-radius: 2px;
}
.index_more a {
  border-width: 1px;
  border-color: #d9d9d9;
  border-style: solid;
  background-color: #ffffff;
  width: 138px;
  height: 42px;
  line-height: 40px;
  text-align: center;
  color: #404040;
  font-size: 14px;
  border-radius: 22px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.index_more a:hover {
  background: #cb1820;
  color: #fff;
  border-color: #cb1820;
}
.index_main2 .cont {
  margin-top: 40px;
  position: relative;
}
.index_main2 .cont .prev {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 40%;
  margin-top: -34px;
  left: -80px;
  background: url(../images/zj1.png) no-repeat center center;
  background-size: 100% 100%!important;
  opacity: 0.6;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.index_main2 .cont .prev:hover {
  opacity: 1;
  background: url(../images/zj11.png) no-repeat center center;
}
.index_main2 .cont .next {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 40%;
  margin-top: -34px;
  right: -80px;
  background: url(../images/yj1.png) no-repeat center center;
  background-size: 100% 100%!important;
  opacity: 0.6;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.index_main2 .cont .next:hover {
  opacity: 1;
  background: url(../images/yj11.png) no-repeat center center;
}
.index_main2 .cont .item {
  border: solid 1px #dedede;
  border-radius: 4px;
  padding: 30px;
  background: #fff;
}
.index_main2 .cont .item:hover .pic img.imgga {
  opacity: 0;
}
.index_main2 .cont .item:hover .pic img.imggb {
  opacity: 1;
}
.index_main2 .cont .item .pic {
  width: 100%;
  height: 150px;
  position: relative;
  margin-bottom: 15px;
}
.index_main2 .cont .item .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.index_main2 .cont .item .pic img.imggb {
  opacity: 0;
}
.index_main2 .cont .item .tit {
  text-align: center;
}
.index_main2 .cont .item .tit a {
  color: #252a58;
  font-size: 22px;
}
.index_main2 .index_more {
  padding-top: 20px;
}
.index_main3 .cont {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  position: relative;
}
.index_main3 .cont .prev {
  cursor: pointer;
  top: 50%;
  margin-top: -33px;
  left: -80px;
  z-index: 2;
}
.index_main3 .cont .prev:hover img:nth-child(2) {
  margin-left: 0;
}
.index_main3 .cont .prev img:nth-child(2) {
  margin-left: -5px;
}
.index_main3 .cont .next {
  cursor: pointer;
  top: 50%;
  margin-top: -33px;
  right: -80px;
  z-index: 2;
}
.index_main3 .cont .next:hover img:nth-child(2) {
  margin-left: 0;
}
.index_main3 .cont .next img:nth-child(2) {
  margin-left: -5px;
}
.index_main3 .cont #owl-demo3 {
  overflow: visible;
}
.index_main3 .cont #owl-demo3 .owl-stage-outer {
  overflow: visible;
}
.index_main3 .cont #owl-demo3 .owl-dots {
  position: absolute;
  bottom: -66px;
  left: 0;
  width: 100%;
  text-align: center;
  display: none!important;
}
.index_main3 .cont #owl-demo3 .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  width: 8px;
  margin-left: 10px;
  margin-right: 10px;
  height: 8px;
  border-radius: 8px;
  background: #b5b5b6;
  opacity: 0.4;
  position: relative;
}
.index_main3 .cont #owl-demo3 .owl-dots .owl-dot:before {
  content: '';
  width: 24px;
  height: 24px;
  background: #b5b5b6;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  opacity: 0;
}
.index_main3 .cont #owl-demo3 .owl-dots .owl-dot.active {
  opacity: 1;
}
.index_main3 .cont #owl-demo3 .owl-dots .owl-dot.active:before {
  opacity: 0.15;
}
.index_main3 .cont .owl-item.active .item .cont1 .pic {
  display: none;
}
.index_main3 .cont .item {
  width: 1000px;
  background: #f0f0f0;
  position: relative;
}
.index_main3 .cont .item .item_abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 7;
}
.index_main3 .cont .item:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index_main3 .cont .item > .pic {
  width: 540px;
  height: 370px;
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 5;
}
.index_main3 .cont .item > .pic img {
  width: 540px;
  height: 370px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.index_main3 .cont .item .cont1 {
  margin-left: 560px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 17px;
}
.index_main3 .cont .item .cont1 .pic {
  display: none;
}
.index_main3 .cont .item .cont1 .date {
  color: #878787;
  font-size: 14px;
}
.index_main3 .cont .item .cont1 .tit {
  line-height: 30px;
  overflow: hidden;
  max-width: 320px;
  margin-top: 20px;
}
.index_main3 .cont .item .cont1 .tit a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.index_main3 .cont .item .cont1 .note {
  color: #707070;
  font-size: 18px;
  margin-top: 15px;
  line-height: 26px;
  height: 130px;
  overflow: hidden;
}
.index_main3 .cont .item .cont1 .more a {
  width: 116px;
  height: 42px;
  background: #e62318;
  border-radius: 21px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 12px;
  margin-top: 20px;
  display: block;
}
.index_main3 .cont .item .cont1 .more a:hover img {
  margin-left: 15px;
}
.index_main3 .cont .item .cont1 .more a img {
  margin-left: 5px;
  width: 8px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.index_main3 .cont {
  margin-bottom: 50px;
}
.index_main3 .cont .prev {
  width: 68px;
  height: 68px;
  background: none;
  background: url(../images/zj4.png) no-repeat center center;
  border: 0;
}
.index_main3 .cont .prev:hover {
  background: url(../images/zj5.png) no-repeat center center;
}
.index_main3 .cont .next {
  width: 68px;
  height: 68px;
  background: none;
  background: url(../images/yj4.png) no-repeat center center;
  border: 0;
}
.index_main3 .cont .next:hover {
  background: url(../images/yj5.png) no-repeat center center;
}
.index_main3 .cont .item {
  background: url(../images/bgtp3.jpg) no-repeat right bottom #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.index_main3 .cont .cont1 {
  padding-left: 15px!important;
}
.index_main3 .cont .cont1 .hengxian {
  background-color: #cb1820;
  width: 27px;
  height: 4px;
  position: relative;
  top: 6px;
}
.index_main4 .cont {
  margin-top: 40px;
  margin-bottom: 20px;
}
.index_main4 .cont .item {
  height: 430px;
  margin-bottom: 30px;
}
.index_main4 .cont .item:hover .picspan {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index_main4 .cont .item .item_abs {
  background: url(../images/yinying.png) repeat-x center bottom;
  height: 141px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px;
  padding-top: 85px;
}
.index_main4 .cont .item .item_abs .tit a {
  color: #ffffff;
  font-size: 18px;
}
.index_main4 .cont .item .item_abs .date {
  color: #ffffff;
  font-size: 14px;
}
.index_main4 .cont .item1 {
  height: 430px;
  background: #f2f2f2;
  border-bottom: solid 5px #ddd;
  margin-bottom: 30px;
  position: relative;
}
.index_main4 .cont .item1:hover .pic .picspan {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.index_main4 .cont .item1:hover:before {
  width: 100%;
}
.index_main4 .cont .item1:before {
  content: '';
  width: 0;
  height: 5px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #cb1820;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.index_main4 .cont .item1 .cont1 {
  padding: 20px 25px 0;
}
.index_main4 .cont .item1 .cont1 .tit {
  line-height: 26px;
}
.index_main4 .cont .item1 .cont1 .tit a {
  color: #333333;
  font-size: 16px;
}
.index_main4 .cont .item1 .cont1 .note {
  margin-top: 15px;
}
.index_main4 .cont .item1 .cont1 .note a {
  color: #737373;
  font-size: 14px;
  line-height: 20px;
}
.index_main4 .cont .item1 .cont1 .date {
  color: #737373;
  font-size: 14px;
  margin-top: 10px;
}
.index_main5 {
  padding-bottom: 70px;
}
.index_main5 .cont {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
  background: url(../images/videobg.png) no-repeat center center;
  padding: 25px;
  background-size: 100% 100%;
}
.index_main5 .cont video {
  width: 100%;
  border-radius: 20px;
}
.footer {
  background: url(../images/bgtp4.jpg) no-repeat center center;
  border-top: solid 5px #cb1820;
  background-size:cover!important;
}
.footer .footer1 {
  padding-top: 90px;
  padding-bottom: 140px;
}
.footer .footer1 .footer1_div {
  color: #fff;
}
.footer .footer1 .footer1_div .tit {
  font-size: 16px;
}
.footer .footer1 .footer1_div .tit1 {
  font-size: 24px;
  margin-top: 4px;
}
.footer .footer1 .footer1_div .ewm {
  padding-top: 10px;
}
.footer .footer1 .footer1_div .ewm img {
  width: 88px;
  height: 88px;
}
.footer .footer1 .footer_ul {
  margin-right:240px;
}
.footer .footer1 .footer_ul .item:nth-child(2),
.footer .footer1 .footer_ul .item:nth-child(3){
  width:25%;
}
.footer .footer1 .footer_ul .item {
  width: 12.5%;
}
.footer .footer1 .footer_ul .item .tit a {
  color: #fff;
  font-size: 18px;
}
.footer .footer1 .footer_ul .item ul {
  margin-top: 15px;
}
.footer .footer1 .footer_ul .item ul li {
  line-height: 32px;
}
.footer .footer1 .footer_ul .item ul li a {
  color: #fff;
  font-size: 14px;
  opacity: 0.4;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer .footer1 .footer_ul .item ul li a:hover {
  opacity: 1;
}
.footer .copyRight {
  border-top: solid 1px #3d3d3d;
  padding: 35px 0;
  line-height: 30px;
  color: #515151;
  font-size: 14px;
}
.xuanfu {
  position: fixed;
  z-index: 5;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.xuanfu div {
  border-radius: 5px;
  background-color: #cb1820;
  width: 66px;
  height: 66px;
  margin-top: 10px;
  text-align: center;
  line-height: 66px;
  position: relative;
  cursor: pointer;
}
.xuanfu div .sp1 {
  width: 160px;
  height: 66px;
  background: #cb1820;
  text-align: center;
  line-height: 66px;
  position: absolute;
  right: 66px;
  top: 0;
  color: #fff;
  font-size: 20px;
  display: none;
  border-radius: 5px;
}
.xuanfu div .sp2 {
  width: 120px;
  height: 120px;
  background: #fff;
  text-align: center;
  position: absolute;
  right: 66px;
  top: 50%;
  display: none;
  margin-top: -60px;
}
.xuanfu div .sp2 img {
  width: 100%;
  height: 100%;
}
.xuanfu div:nth-child(1) {
  margin-top: 0;
}
.ejbanner {
  height: 500px;
  background-size: cover!important;
  margin-top: 100px;
  position: relative;
}
.ejbanner .ejb_abs {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ejbanner .ejb_abs .tit {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
}
.ejbanner .ejb_abs .tit1 {
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  margin-top: 25px;
  text-transform: uppercase;
}
.ejbanner .ejb_abs .hengxian {
  background-color: #e60012;
  width: 38px;
  height: 1px;
  margin-top: 20px;
}
.ejbanner .ej_nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
.ejbanner .ej_nav .ej_nav1 {
  background: rgba(0, 0, 0, 0.68);
  height: 60px;
}
.ejbanner .ej_nav .ej_nav1 ul li a {
  width: 160px;
  line-height: 60px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #fff;
}
.ejbanner .ej_nav .ej_nav1 ul li a.on,
.ejbanner .ej_nav .ej_nav1 ul li a:hover {
  height: 100px;
  margin-top: -40px;
  line-height: 100px;
  background: #e60012;
  border-radius: 25px 0 0 0;
  font-size: 20px;
}
.dw {
  position: relative;
  top: -200px;
}
.breadCrumb {
  padding: 20px 0;
  line-height: 30px;
  border-bottom: solid 1px #ebebeb;
  color: #333333;
  font-size: 16px;
}
.breadCrumb .search1 {
  background-color: #f2f2f2;
  width: 312px;
  height: 40px;
  margin-top: -5px;
  position: relative;
}
.breadCrumb .search1:before {
  content: '';
  width: 1px;
  height: 20px;
  background: #ddd;
  position: absolute;
  left: 250px;
  top: 10px;
}
.breadCrumb .search1 .inp1 {
  width: 250px;
  border: 0;
  background: none;
  height: 40px;
  padding: 0 15px;
}
.breadCrumb .search1 .btn1 {
  width: 40px;
  height: 40px;
  background: url(../images/fdj.png) no-repeat center center;
  border: 0;
  margin-right: 10px;
}
.breadCrumb span {
  margin: 0 5px;
}
.breadCrumb a {
  color: #333333;
}
.breadCrumb a:hover,
.breadCrumb a.on {
  color: #e60012;
}
.case_main {
  padding-top: 15px;
  padding-bottom: 100px;
}
.case_main .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 50px;
}
.case_main .col-xs-12 {
  margin-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.case_main .col-xs-12 .item {
  border-bottom: solid 1px #cccccc;
}
.case_main .col-xs-12 .item:hover {
  border-bottom: solid 1px #e60012;
  background: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.case_main .col-xs-12 .item:hover .pic .picspan {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.case_main .col-xs-12 .item .tit {
  text-align: center;
}
.case_main .col-xs-12 .item .tit a {
  color: #333333;
  font-size: 16px;
  line-height: 34px;
  padding: 20px 0;
  display: block;
}
.pages {
  color: #666666;
}
.pages a {
  height: 42px;
  width: 42px;
  border: solid 1px #d3d3d3;
  border-radius: 21px;
  text-align: center;
  line-height: 40px;
  color: #666666;
  font-size: 15px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin: 0 3px;
}
.pages a:hover,
.pages a.on {
  background: #e60012;
  color: #fff;
  border: solid 1px #e60012;
}
.pages a.tsa {
  width: 100px;
}
.pages .inp1 {
  width: 44px;
  height: 42px;
  border: solid 1px #d3d3d3;
  border-radius: 5px;
  text-align: center;
  margin: 0 5px;
}
.pages .btn1 {
  width: 100px;
  height: 42px;
  border: solid 1px #d3d3d3;
  border-radius: 21px;
  text-align: center;
  margin: 0 5px;
  background: #fff;
}
.pages .btn1:hover,
.pages .btn1.on {
  background: #e60012;
  color: #fff;
  border: solid 1px #e60012;
}
.video_main {
  padding: 40px 0 30px;
}
.video_main .video video {
  width: 100%;
}
.video_main .video_bot {
  padding-top: 15px;
}
.video_main .video_bot .tit {
  color: #333333;
  font-size: 24px;
}
.video_main .video_bot .note {
  color: #666666;
  font-size: 16px;
}
.video_main1 {
  padding: 60px 0 100px;
  background: #f7f7f7;
}
.video_main1 .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px;
}
.video_main1 .row .col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.video_main1 .row .col-xs-12 .item {
  border-bottom: solid 1px #f7f7f7;
  margin-bottom: 20px;
}
.video_main1 .row .col-xs-12 .item:hover {
  border-bottom: solid 1px #cb1820;
}
.video_main1 .row .col-xs-12 .item .pic .play_btn {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/play_btn.png) no-repeat center center rgba(31, 35, 77, 0.63);
}
.video_main1 .row .col-xs-12 .item .tit {
  padding: 25px 0;
  line-height: 30px;
}
.video_main1 .row .col-xs-12 .item .tit .note {
  color: #666666;
  font-size: 16px;
}
.video_main1 .row .col-xs-12 .item .tit .tit1 {
  margin-right: 120px;
}
.video_main1 .row .col-xs-12 .item .tit .tit1 a {
  color: #333333;
  font-size: 16px;
}
.solution_main {
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}
.solution_main .container {
  position: relative;
}
.solution_main .swiper-button-prev {
  left: -35px;
  background: url(../images/01a.png) no-repeat center center;
  background-size: 100% 100%!important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solution_main .swiper-button-prev:hover {
  background: url(../images/02a.png) no-repeat center center;
}
.solution_main .swiper-button-next {
  right: -35px;
  background: url(../images/03a.png) no-repeat center center;
  background-size: 100% 100%!important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solution_main .swiper-button-next:hover {
  background: url(../images/04a.png) no-repeat center center;
}
.solution_main ul {
  margin-left: -10px;
  margin-right: -10px;
}
.solution_main ul li {
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
}
.solution_main ul li a {
  display: block;
  height: 80px;
  line-height: 80px;
  background: #f4f4f4;
  font-size: 20px;
  text-align: center;
  color: #000;
}
.solution_main ul li a.a1 {
  font-size: 18px;
}
.solution_main ul li a.on,
.solution_main ul li a:hover {
  color: #ffffff;
  background: #e60012;
}
.solution_main .swiper-slide {
  width: 290px;
}
.solution_main .swiper-slide a {
  display: block;
  height: 80px;
  line-height: 80px;
  background: #f4f4f4;
  font-size: 20px;
  text-align: center;
  color: #000;
}
.solution_main .swiper-slide a.aaaa1 {
  display: block;
  height: 80px;
  line-height: 30px;
  padding-top: 10px;
  background: #f4f4f4;
  font-size: 20px;
  text-align: center;
  color: #000;
}
.solution_main .swiper-slide a.a1 {
  font-size: 18px;
}
.solution_main .swiper-slide a.on,
.solution_main .swiper-slide a:hover {
  color: #ffffff;
  background: #e60012;
}
.solution_main1 {
  padding-top: 0px;
  padding-bottom: 70px;
}
.solution_main1 .item {
  background: #f7f7f7;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solution_main1 .item:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.solution_main1 .item:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.solution_main1 .item:nth-child(2n) .pic {
  float: right;
}
.solution_main1 .item:nth-child(2n) .cont {
  margin-left: 0;
  margin-right: 50%;
  padding-top: 60px;
}
.solution_main1 .item:nth-child(2n) .cont .note {
  margin-top: 30px;
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}
.solution_main1 .item .pic {
  width: 50%;
  float: left;
}
.solution_main1 .item .pic img {
  width: 100%;
}
.solution_main1 .item .cont {
  margin-left: 50%;
  padding: 35px 40px 0;
}
.solution_main1 .item .cont.contta {
  padding: 0;
}
.solution_main1 .item .cont.contta img {
  width: 100%;
}
.solution_main1 .item .cont .tit a {
  color: #333333;
  font-size: 24px;
}
.solution_main1 .item .cont .cont3 {
  padding-top: 10px;
}
.solution_main1 .item .cont .cont3 .item3 {
  margin-top: 10px;
  padding-left: 25px;
  background: url(../images/sanjian.png) no-repeat left 5px;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}
.solution_main1 .item .cont .cont1 .item1 {
  margin-top: 40px;
}
.solution_main1 .item .cont .cont1 .item1 .tit1 {
  color: #333333;
  font-size: 16px;
  background: url(../images/sanjian.png) no-repeat left center;
  padding-left: 25px;
}
.solution_main1 .item .cont .cont1 .item1 ul {
  padding-left: 25px;
}
.solution_main1 .item .cont .cont1 .item1 ul li {
  padding-left: 15px;
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}
.solution_main1 .item .cont .cont1 .item1 .cont2 {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 20px;
}
.solution_main1 .item .cont .cont1 .item1 .cont2 .item2 {
  width: 18%;
}
.solution_main1 .item .cont .cont1 .item1 .cont2 .item2:last-child {
  width: 28%;
}
.solution_main1 .item .cont .cont1 .item1 .cont2 .item2 .icon {
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  background: #e9e9e9;
  border-radius: 32px;
}
.solution_main1 .item .cont .cont1 .item1 .cont2 .item2 .titt {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 15px;
}
.message_main {
  padding: 60px 0 80px;
}
.message_main .tit {
  color: #333333;
  line-height: 30px;
  font-size: 30px;
  margin-bottom: 10px;
}
.message_main .note {
  color: #333333;
  font-size: 14px;
}
.message_main .cont {
  padding-top: 50px;
}
.message_main .cont .row {
  margin-left: -10px;
  margin-right: -10px;
}
.message_main .cont .row .col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.message_main .cont .row .col-xs-12 .inp1 {
  border-width: 1px;
  border-color: #ededed;
  border-style: solid;
  background-color: #fafafa;
  width: 100%;
  height: 58px;
  padding: 0 25px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.message_main .cont .row .col-xs-12 .inp1:hover {
  border-color: #cb1820;
}
.message_main .cont .row .col-xs-12 .text1 {
  border-width: 1px;
  border-color: #ededed;
  border-style: solid;
  background-color: #fafafa;
  width: 100%;
  padding: 10px 25px;
  font-size: 14px;
  resize: none;
  height: 209px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.message_main .cont .row .col-xs-12 .text1:hover {
  border-color: #cb1820;
}
.message_main .cont .btn1 {
  background-color: #cb1820;
  width: 180px;
  height: 60px;
  border: 0;
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
}
.message_main .cont .btn1:hover {
  opacity: 1;
}
.contact_main .contact_m {
  padding: 80px 0;
  border-top: solid 1px #cccccc;
}
.contact_main .contact_m .col-xs-12:hover .icon {
  -webkit-transform: rotate(360deg) scale(1.05);
  transform: rotate(360deg) scale(1.05);
}
.contact_main .contact_m .icon {
  width: 109px;
  height: 109px;
}
.contact_main .contact_m .icon img {
  width: 100%;
}
.contact_main .contact_m .cont {
  margin-left: 119px;
}
.contact_main .contact_m .cont.cont1 {
  margin-top: 30px;
}
.contact_main .contact_m .cont .item {
  margin-bottom: 15px;
}
.contact_main .contact_m .cont .item .tit {
  color: #333333;
  font-size: 18px;
}
.contact_main .contact_m .cont .item .note {
  color: #666666;
  font-size: 14px;
}
.contact_map img {
  width: 100%;
}
.product_main {
  padding-bottom: 30px;
}
.product_main .product_m .pro_tit {
  height: 61px;
  border-bottom: solid 1px #ddd;
}
.product_main .product_m .pro_tit span {
  background: url(../images/bgtp5.jpg) no-repeat left bottom;
  background-size: 100% 6px;
  line-height: 54px;
  padding-bottom: 6px;
  color: #333333;
  font-size: 20px;
}
.product_main .product_m>.cont {
  padding: 30px 0;
}
.product_main .product_m .cont .item:hover .pic {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.product_main .product_m .cont .item:hover .pic .hsbtm1 {
  opacity: 1;
}
.product_main .product_m .cont .item:hover .pic .picspan {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product_main .product_m .cont .item .pic .hsbtm1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.product_main .product_m .cont .item .pic img {
  width: 100%;
}
.product_main .product_m .cont .item .tit {
  text-align: center;
  line-height: 30px;
  padding-top: 10px;
}
.product_main .product_m .cont .item .tit a {
  color: #000000;
  font-size: 18px;
}
.pro_details1 {
  padding: 90px 0 85px;
  background: #f4f4f4;
}
.pro_details1 .pic {
  width: 666px;
  margin-top: -30px;
}
.pro_details1 .pic img {
  width: 100%;
}
.pro_details1 .pic .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.pro_details1 .pic .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  margin-left: 12px;
  margin-right: 12px;
  width: 34px;
  height: 5px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #cccccc;
}
.pro_details1 .pic .owl-dots .owl-dot.active {
  background: #e60012;
}
.pro_details1 .cont {
  margin-left: 700px;
}
.pro_details1 .cont .tit {
  color: #333333;
  font-size: 36px;
  padding-bottom: 25px;
  border-bottom: solid 1px #ddd;
}
.pro_details1 .cont .cont1 .item1 {
  margin-top: 40px;
}
.pro_details1 .cont .cont1 .item1 .tit1 {
  color: #333333;
  font-size: 20px;
}
.pro_details1 .cont .cont1 .item1 .note {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  margin-top: 5px;
}
.pro_details2 {
  padding: 60px 0;
}
.pro_details2 .pro_d1 {
  margin-bottom: 20px;
}
.pro_details2 .pro_d1 .pro_tit1 {
  height: 61px;
  border-bottom: solid 1px #ddd;
}
.pro_details2 .pro_d1 .pro_tit1 div {
  background: url(../images/bgtp5.jpg) no-repeat left bottom;
  background-size: 100% 6px;
  line-height: 54px;
  padding-bottom: 6px;
  color: #333333;
  font-size: 20px;
}
.pro_details2 .cont {
  padding-top: 50px;
}
.pro_details2 .cont table {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.pro_details2 .cont table thead th {
  border: solid 1px #3c4091;
  text-align: center;
  background: #1e2380;
  color: #fff;
  font-size: 18px;
  padding: 25px 10px;
  line-height: 30px;
}
.pro_details2 .cont table tbody tr:nth-child(2n) {
  background: #f9fcff;
}
.pro_details2 .cont table tbody td {
  text-align: center;
  border: solid 1px #ddd;
  color: #333333;
  font-size: 16px;
  padding: 25px 10px;
  line-height: 28px;
}
.pro_details2 .cont1 {
  padding-top: 20px;
}
.pro_details2 .cont1 .item {
  margin-top: 30px;
  border: solid 1px #dddddd;
  border-radius: 10px;
  padding: 40px 30px;
  display: block;
  background: url(../images/tbf4.png) no-repeat 90% center;
}
.pro_details2 .cont1 .item:hover {
  border-bottom: solid 1px #e60012;
  background: url(../images/tbf5.png) no-repeat 90% center;
}
.pro_details2 .cont1 .item .tit {
  color: #333333;
  font-size: 16px;
}
.pro_details2 .cont1 .item .date {
  color: #999999;
  font-size: 14px;
}
.news_details {
  padding: 80px 0;
}
.news_details .news_tit {
  color: #333333;
  font-size: 30px;
}
.news_details .note {
  margin-top: 10px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.news_details .note .dib {
  color: #737373;
  font-size: 14px;
  padding: 0 20px;
}
.news_details .cont {
  color: #737373;
  font-size: 20px;
  line-height: 24px;
}
.news_details .cont img {
  max-width: 100%;
  margin: 30px auto;
}
.news_details .backlist {
  padding: 45px 0 35px;
}
.news_details .backlist a {
  background-color: #cb1820;
  width: 94px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
}
.fanye div {
  border-top: solid 1px #ddd;
}
.fanye div:nth-child(1) {
  border-top: 0;
}
.fanye div a {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/heijian.png) no-repeat left center;
  line-height: 50px;
  color: #333333;
  font-size: 14px;
}
.fanye div a:hover {
  color: #cb1820;
  background: url(../images/hongjian.png) no-repeat left center;
}
.news_nav {
  padding: 40px 0;
  background: #f4f4f4;
  text-align: center;
}
.news_nav a {
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  background-color: #ffffff;
  width: 180px;
  height: 46px;
  line-height: 44px;
  color: #000000;
  font-size: 18px;
  margin: 0 10px;
}
.news_nav a:hover,
.news_nav a.on {
  background: #e60012;
  border-color: #e60012;
  color: #fff;
}
.news_main {
  padding-top: 50px;
  padding-bottom: 100px;
}
.news_main .news_top {
  background: url(../images/kedu.jpg) no-repeat right bottom;
  background-size: 100%;
  height: 82px;
}
.news_main .news_top .owl-carousel {
  position: relative;
  top: 15px;
  padding-right: 80px;
  padding-left: 3px;
}
.news_main .news_top .item {
  text-align: center;
}
.news_main .news_top .item a {
  color: #999999;
  font-size: 14px;
  display: block;
  position: relative;
  height: 82px;
  padding-top: 20px;
}
.news_main .news_top .item a.on {
  color: #e60012;
  font-size: 18px;
  font-weight: bold;
  padding-top: 0;
}
.news_main .news_top .item a.on:after {
  background: url(../images/yuandianb.png) no-repeat center center;
}
.news_main .news_top .item a:after {
  content: '';
  width: 19px;
  height: 19px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -10px;
  background: url(../images/yuandiana.png) no-repeat center center;
}
.news_main .news_cont {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 35px;
  padding-bottom: 50px;
}
.news_main .news_cont .col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.news_main .news_cont .col-xs-12 .item {
  margin-top: 20px;
  position: relative;
}
.news_main .news_cont .col-xs-12 .item:hover .pic .picspan {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news_main .news_cont .col-xs-12 .item:hover:before {
  width: 100%;
}
.news_main .news_cont .col-xs-12 .item:before {
  content: '';
  width: 0;
  height: 5px;
  position: absolute;
  bottom: 0px;
  left: 0;
  background: #cb1820;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.news_main .news_cont .col-xs-12 .item .cont {
  background: #f2f2f2;
  height: 200px;
  padding: 20px 25px;
  border-bottom: solid 5px #ddd;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.news_main .news_cont .col-xs-12 .item .cont .tit {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.news_main .news_cont .col-xs-12 .item .cont .tit a {
  color: #333333;
  font-size: 18px;
}
.news_main .news_cont .col-xs-12 .item .cont .note {
  color: #737373;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  margin: 10px 0;
}
.news_main .news_cont .col-xs-12 .item .cont .note a {
  color: #737373;
}
.news_main .news_cont .col-xs-12 .item .cont .date {
  color: #737373;
  font-size: 14px;
}
.about_main1 {
  padding: 80px 0 55px;
  background: url(../images/bgtpa1.png) no-repeat left bottom;
}
.about_main1 .index_m1 {
  padding-top: 70px;
}
.about_main1 .index_m1 .pic {
  width: 500px;
  position: relative;
  padding-top:100px;
}
.about_main1 .index_m1 .pic:after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 365px;
  height: 386px;
  z-index: 2;
  background: #f4f4f9;
}
.about_main1 .index_m1 .pic img {
  width: 100%;
  position: relative;
  z-index: 3;
}
.about_main1 .index_m1 .cont {
  margin-right: 525px;
}
.about_main1 .index_m1 .cont .tit {
  color: #000000;
  font-size: 24px;
}
.about_main1 .index_m1 .cont .tit.tit1 {
  margin-top: 25px;
}
.about_main1 .index_m1 .cont .note {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
}
.about_main2 {
  background: url(../images/bgtpa2.jpg) no-repeat center center;
  padding: 100px 0;
  background-size: cover!important;
}
.about_main2 .about_m2 .item {
  width: 25%;
}
.about_main2 .about_m2 .item .xh {
  color: #fff;
  font-size: 62px;
  font-weight: bold;
  line-height: 42px;
}
.about_main2 .about_m2 .item .cont {
  font-size: 16px;
  color: #fff;
  border-left: solid 1px #fff;
  float: left;
  margin-left: 15px;
  padding-left: 15px;
}
.about_titt {
  color: #000000;
  font-size: 22px;
}
.about_titt .hengxian {
  background-color: #e60012;
  width: 20px;
  height: 3px;
  margin-right: 5px;
}
.about_main3 {
  padding: 80px 0 0;
  background: url(../images/huawen2.jpg) no-repeat left bottom;
}
.about_main3 .cont {
  padding-top: 80px;
  margin-left: -10px;
  margin-right: -10px;
}
.about_main3 .cont .col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.about_main3 .cont .col-xs-12 .item {
  border-width: 1px;
  border-color: #cccccc;
  border-style: dashed;
  border-radius: 10px;
  background-color: #fbfbfb;
  width: 100%;
  height: 115px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.about_main3 .cont .col-xs-12 .item:hover {
  border-color: #cb1820;
}
.about_main3 .cont .col-xs-12 .item .tit {
  width: 200px;
  margin: 0 auto;
  margin-top: -24px;
  position: relative;
}
.about_main3 .cont .col-xs-12 .item .tit:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #f7ddde;
  position: absolute;
  top: 10px;
  left: 10px;
}
.about_main3 .cont .col-xs-12 .item .tit span {
  position: relative;
  z-index: 2;
  background-color: #cb1820;
  width: 200px;
  color: #ffffff;
  font-size: 18px;
  height: 48px;
  display: block;
  text-align: center;
  line-height: 48px;
}
.about_main3 .cont .col-xs-12 .item .cont1 {
  padding: 30px 15px;
  text-align: center;
  color: #333333;
  font-size: 18px;
}
.about_main3 .cont2 {
  padding-top: 60px;
  padding-bottom: 80px;
}
.about_main3 .cont2 .tit1 {
  color: #000000;
  font-size: 18px;
}
.about_main3 .cont2 .note {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
}
.about_m3 .cont {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.about_m3 .cont .prev {
  cursor: pointer;
  top: 50%;
  margin-top: -33px;
  left: -80px;
  z-index: 2;
}
.about_m3 .cont .prev:hover img:nth-child(2) {
  margin-left: 0;
}
.about_m3 .cont .prev img:nth-child(2) {
  margin-left: -5px;
}
.about_m3 .cont .next {
  cursor: pointer;
  top: 50%;
  margin-top: -33px;
  right: -80px;
  z-index: 2;
}
.about_m3 .cont .next:hover img:nth-child(2) {
  margin-left: 0;
}
.about_m3 .cont .next img:nth-child(2) {
  margin-left: -5px;
}
.about_m3 .cont #owl-demo3 {
  overflow: visible;
}
.about_m3 .cont #owl-demo3 .owl-stage-outer {
  overflow: visible;
}
.about_m3 .cont #owl-demo3 .owl-dots {
  position: absolute;
  bottom: -66px;
  left: 0;
  width: 100%;
  text-align: center;
  display: none!important;
}
.about_m3 .cont #owl-demo3 .owl-dots .owl-dot {
  display: inline-block;
  float: none;
  width: 8px;
  margin-left: 10px;
  margin-right: 10px;
  height: 8px;
  border-radius: 8px;
  background: #b5b5b6;
  opacity: 0.4;
  position: relative;
}
.about_m3 .cont #owl-demo3 .owl-dots .owl-dot:before {
  content: '';
  width: 24px;
  height: 24px;
  background: #b5b5b6;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  opacity: 0;
}
.about_m3 .cont #owl-demo3 .owl-dots .owl-dot.active {
  opacity: 1;
}
.about_m3 .cont #owl-demo3 .owl-dots .owl-dot.active:before {
  opacity: 0.15;
}
.about_m3 .cont .owl-item.active .item .cont1 .pic {
  display: none;
}
.about_m3 .cont .item {
  width: 800px;
  background: #f0f0f0;
  position: relative;
}
.about_m3 .cont .item .item_abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 7;
}
.about_m3 .cont .item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about_m3 .cont {
  padding-top: 0!important;
}
.about_m3 .cont .prev {
  width: 68px;
  height: 68px;
  background: none;
  background: url(../images/zj4.png) no-repeat center center;
  border: 0;
}
.about_m3 .cont .prev:hover {
  background: url(../images/zj5.png) no-repeat center center;
}
.about_m3 .cont .next {
  width: 68px;
  height: 68px;
  background: none;
  background: url(../images/yj4.png) no-repeat center center;
  border: 0;
}
.about_m3 .cont .next:hover {
  background: url(../images/yj5.png) no-repeat center center;
}
.about_m3 .cont .item {
  background: url(../images/bgtp3.jpg) no-repeat right bottom #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.about_m3 .cont .item span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 59px;
  line-height: 50px;
  background: url(../images/bgtpc1.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 0 40px;
  padding-top: 9px;
  color: #ffffff;
  font-size: 22px;
}
.about_main4 {
  padding: 80px 0;
}
.about_main4 .cont {
  padding-top: 45px;
}
.about_main4 .cont .item_left {
  width: 330px;
  height: 500px;
}
.about_main4 .cont .item_left .xxk1 {
  height: 23%;
  border-top: solid 1px #ddd;
  background: url(../images/bgtpc3.jpg) no-repeat center center #fbfbfb;
  position: relative;
}
.about_main4 .cont .item_left .xxk1 div {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about_main4 .cont .item_left .xxk1 span {
  display: inline-block;
  background: url(../images/diandian.png) no-repeat 0px center;
  padding-left: 25px;
  font-size: 18px;
  color: #333333;
}
.about_main4 .cont .item_left .xxk1.on {
  height: 31%;
  background: url(../images/bgtpc2.jpg) no-repeat center center;
  background-size: cover!important;
}
.about_main4 .cont .item_left .xxk1.on div span {
  background: url(../images/jianjian1.png) no-repeat right center;
  padding-left: 0;
  padding-right: 40px;
  font-size: 26px;
  color: #fff;
}
.about_main4 .cont .xxkqh {
  margin-left: 330px;
}
.about_main4 .cont .xxkqh .xxkqh1 img {
  width: 100%;
  height: 500px;
}
.about_main5 {
  padding: 80px 0;
  background: #f2f7fb;
}
.about_main5 .cont {
  margin-top: 45px;
}
.about_main5 .cont .prev {
  width: 68px;
  height: 68px;
  background: none;
  background: url(../images/zj4.png) no-repeat center center;
  border: 0;
  top: 50%;
  left: -85px;
  margin-top: -54px;
  z-index: 2;
  cursor: pointer;
}
.about_main5 .cont .prev:hover {
  background: url(../images/zj5.png) no-repeat center center;
}
.about_main5 .cont .next {
  width: 68px;
  height: 68px;
  background: none;
  background: url(../images/yj4.png) no-repeat center center;
  border: 0;
  top: 50%;
  right: -85px;
  margin-top: -54px;
  z-index: 2;
  cursor: pointer;
}
.about_main5 .cont .next:hover {
  background: url(../images/yj5.png) no-repeat center center;
}
.about_main5 .cont .item:hover .pic {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.36);
}
.about_main5 .cont .item .pic {
  background-color: #ffffff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.about_main5 .cont .item .tit {
  padding-top: 10px;
  color: #000000;
  font-size: 16px;
  text-align: center;
}
.about_main6 {
  padding: 80px 0;
}
.about_main6 .cont {
  padding-top: 45px;
}
.about_main6 .cont .item {
  width: 25%;
  height: 300px;
  border: solid 1px #fff;
  position: relative;
  overflow: hidden;
}
.about_main6 .cont .item:hover .item_abs1 {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.about_main6 .cont .item img {
  width: 100%;
  height: 100%;
  display: block;
}
.about_main6 .cont .item .item_abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 60px 0;
}
.about_main6 .cont .item .item_abs .xh {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
}
.about_main6 .cont .item .item_abs .hengxian {
  background-color: #ffffff;
  width: 16px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.about_main6 .cont .item .item_abs .tit {
  color: #ffffff;
  font-size: 26px;
}
.about_main6 .cont .item .item_abs .tit1 {
  color: #ffffff;
  font-size: 14px;
}
.about_main6 .cont .item .item_abs1 {
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 40px 0;
  background: url(../images/bgtpd3.png) no-repeat right bottom #e60012;
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.about_main6 .cont .item .item_abs1 .tit_en {
  position: absolute;
  top: 54px;
  line-height: 36px;
  color: #fff;
  opacity: 0.1;
  font-size: 36px;
  font-weight: bold;
}
.about_main6 .cont .item .item_abs1 .tit_cn {
  color: #ffffff;
  font-size: 26px;
}
.about_main6 .cont .item .item_abs1 .note {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 15px;
}
.about_main7 {
  background: url(../images/bgtpd2.jpg) no-repeat center top;
  padding-top: 80px;
  padding-bottom: 100px;
}
.about_main7 .about_m7 {
  padding-top: 70px;
}
.about_main7 .swiper-container {
  padding-bottom: 30px;
}
.about_main7 .swiper-container-horizontal > .swiper-scrollbar {
  opacity: 1!important;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}
.about_main7 .swiper-scrollbar-drag {
  background: #e60012 !important;
}
.about_main7 .swiper-slide {
  padding-bottom: 15px;
  padding-top: 40px;
  width: 372px;
}
.about_main7 .swiper-slide.swiper-slide-active .item {
  margin-top:-40px;
}
.about_main7 .swiper-slide .item {
  background-color: #fdfdfd;
  box-shadow: 0px 0px 13px 0px #000000;
  height: 451px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-top: 30px;
}
.about_main7 .swiper-slide .item .tit {
  padding-left: 30px;
  color: rgba(0, 0, 0, 0.17);
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}
.about_main7 .swiper-slide .item .tit:before {
  content: '';
  background-color: #e60012;
  width: 10px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
.about_main7 .swiper-slide .item .content {
  padding: 0 30px;
  height: 290px;
}
.about_main7 .swiper-slide .item .content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #e60012;
}
.about_main7 .swiper-slide .item .content ul li {
  line-height: 30px;
  color: #000000;
  font-size: 15px;
  padding-left: 20px;
  background: url(../images/yuanquan1.png) no-repeat left 12px;
}
.hsbtmaa {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 22;
}
.video_tk {
  width: 1240px;
  height: 760px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -380px;
  margin-left: -620px;
  background: #fff;
  border-radius: 15px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  padding: 20px;
  z-index: 23;
  display: none;
}
.video_tk .video {
  height: 670px;
  background: #000;
}
.video_tk .video video {
  width: 100%;
  height: 100%;
}
.video_tk .bot {
  line-height: 70px;
  color: #333333;
  font-size: 16px;
}
.video_tk .video_close {
  width: 40px;
  height: 40px;
  background: url(../images/gbanniu.png) no-repeat center center;
  position: absolute;
  right: -50px;
  top: -50px;
  cursor: pointer;
}
.about_main4 .swiper1{
  height:500px;
}

.about_main4 .swiper1 .swiper-slide {
  height:125px;
  border-top: solid 1px #ddd;
  background: url(../images/bgtpc3.jpg) no-repeat center center #fbfbfb;
  position: relative;
  cursor:pointer;
}
.about_main4 .swiper1 .swiper-slide div {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about_main4 .swiper1 .swiper-slide span {
  display: inline-block;
  background: url(../images/diandian.png) no-repeat 0px center;
  padding-left: 25px;
  font-size: 18px;
  color: #333333;
}
.about_main4 .swiper1 .swiper-slide.on {
  background: url(../images/bgtpc2.jpg) no-repeat center center;
  background-size: cover!important;
}
.about_main4 .swiper1 .swiper-slide.on div span {
  background: url(../images/jianjian1.png) no-repeat right center;
  padding-left: 0;
  padding-right: 40px;
  font-size: 26px;
  color: #fff;
}
.about_main3{
  overflow: hidden;
}
.solution_main1 .item .note{
  font-size:16px;
  line-height:30px;
  margin-top: 15px;
  padding-top: 0;
}
.solution_main1 .item:nth-child(2n) .cont .note{
  font-size:16px;
  line-height:30px;
  margin-top: 15px;
  padding-top: 0;
  white-space: normal!important;
}
