@font-face {
  font-family: 'iconfont';
  /* project id 995532 */
  src: url('//at.alicdn.com/t/font_995532_b9x13mad7i6.eot');
  src: url('//at.alicdn.com/t/font_995532_b9x13mad7i6.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_995532_b9x13mad7i6.woff2') format('woff2'), url('//at.alicdn.com/t/font_995532_b9x13mad7i6.woff') format('woff'), url('//at.alicdn.com/t/font_995532_b9x13mad7i6.ttf') format('truetype'), url('//at.alicdn.com/t/font_995532_b9x13mad7i6.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.clear:after {
  visibility: hidden;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  clear: both;
}
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*text-transform: uppercase;*/
}
i {
  font-style: normal;
}
body,
html {
  min-height: 100%;
}
body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #232323;
}
a:hover,
a:focus {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  resize: none;
  overflow: auto;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.header {
  width: 100%;
z-index: 9999; position: fixed ! important; right: 0px; top: 0px;
background-color:#fff;
}
.header .top {
  width: 1200px;
  margin: 0 auto;
  height: 88px;
  background-color:#fff;
}
.header .top .logo {
  display: block;
  float: left;
  margin-top: 16px;
  height:58px
}

.header .top .logo  img{
	max-height:58px;
}
.header .top .line {
  float: left;
  margin-left: 20px;
  margin-top: 25px;
  width: 1px;
  height: 44px;
  background: #cacaca;
}
.header .top > p {
  line-height: 1;
  float: left;
  color: #e72525;
  font-size: 21px;
  margin-left: 19px;
  margin-top: 37px;
}
.header .top .tel {
  float: right;
  line-height: 1;
  margin-top: 16px;
}
.header .top .tel .iconfont {
  float: left;
  font-size: 48px;
  color: #ff8400;
}
.header .top .tel p {
  margin-left: 52px;
  color: #010101;
  font-size: 14px;
}
.header .top .tel span {
  display: block;
  margin-left: 52px;
  color: #ff8400;
  font-size: 24px;
  font-weight: bold;
  margin-top: 7px;
}
.header .nav {
  width: 100%;
  height: 44px;
  background: #e72525;
}
.header .nav > ul {
  width: 1285px;
  margin: 0 auto;
}
.header .nav > ul > li {
  position: relative;
  float: left;
  line-height: 44px;
  height: 44px;
  padding: 0 22px;
}
.header .nav > ul > li .left {
  float: left;
  width: 11px;
  height: 48px;
  background: url(../images/left.jpg) no-repeat center center;
  margin-top: -4px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.header .nav > ul > li > a {
  float: left;
  display: block;
  height: 100%;
  padding: 0 21px;
  line-height: 48px;
  height: 48px;
  margin-top: -4px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.header .nav > ul > li .right {
  float: left;
  width: 11px;
  height: 48px;
  background: url(../images/right.jpg) no-repeat center center;
  margin-top: -4px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.header .nav > ul > li:hover .left,
.header .nav > ul > li.on .left,
.header .nav > ul > li:hover .right,
.header .nav > ul > li.on .right {
  opacity: 1;
  filter: alpha(opacity=1);
}

.header .nav > ul > li:hover >a,
.header .nav > ul > li.on >a {
  background: #ffe400;
  color: #333333;
}

.menu0{
	width:170px;
	height:auto;
	position: absolute ;
	top:44px;
	
	margin-right:41px;
	display:none;
}
.header .nav > ul > li:hover .menu0{
	display:block;
	
}
.menu0 ul{
		position: relative;
		right:5px;
	width:170px;
	height:auto;
	background-color:#e72525;

}
.menu0 ul li{
	position: relative;
	width:170px;
	height:32px;
	line-height:32px;
	text-align:center;
	border-bottom:1px dashed #fff;
	
}
.menu0 ul li a{
	width:170px;
	height:31px;
	color:#fff;
	position: relative;
	
}

.menu0 ul li:hover{
	background-color:#ffe400;
}
.menu0 ul li a:hover{
	/*background-color:#fff;*/
	color:#000;
}
.menu5{
	width:170px;
	height:auto;
	position: absolute ;
	top:44px;
	
	margin-right:41px;
	display:none;
}
.header .nav > ul > li:hover .menu5{
	display:block;
	
}
.menu5 ul{
		position: relative;
		left:6px;
	width:170px;
	height:auto;
	background-color:#e72525;

}
.menu5 ul li{
	position: relative;
	width:170px;
	height:32px;
	line-height:32px;
	text-align:center;
	border-bottom:1px dashed #fff;
	
}
.menu5 ul li a{
	width:170px;
	height:31px;
	color:#fff;
	position: relative;
	
}

.menu5 ul li:hover{
	background-color:#ffe400;
}
.menu5 ul li a:hover{
	/*background-color:#fff;*/
	color:#000;
}

/*banner*/
.banner {
  position: relative;
  top:134px;
  width: 100%;
  height: 400px;
   overflow:hidden;
}
.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;

}
.banner .bd ul {
  width: 100% !important;
  height: 400px !important;
}
.banner .bd ul li {
  width: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul li {
  margin: 0 4px;
  width: 6px;
  height: 6px;
  background: #e72525;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.banner .hd .on {
  width: 22px;
}
.page {
  margin: 42px 0;
}
.page ul {
  text-align: center;
}
.page ul li {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 29px;
  border: 1px solid #e5e5e5;
  margin: 0 3px;
}
.page ul li a {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.page ul li.prev {
  background: #f6f6f6;
  border-color: #f6f6f6;
}
.page ul li.prev a {
  color: #969696;
  line-height: 24px;
}
.page ul li.next {
  background: #e72525;
  border-color: #e72525;
}
.page ul li.next a {
  color: #ffffff;
  line-height: 24px;
}
.page ul .num.on a,
.page ul .num:hover a {
  color: #e72525;
}
.index-one {
  width: 1200px;
  margin: 160px auto 0;
  height: 352px;
  position: relative;
}
.index-one .left {
  width: 485px;
  height: 100%;
  float: left;
  position: relative;
}
.index-one .left .tit {
  line-height: 1;
  position: absolute;
  z-index: 1;
}
.index-one .left .tit .p1 {
  font-size: 26px;
  color: #e72525;
  font-weight: bold;
}
.index-one .left .tit .p1 span {
  color: #000000;
}
.index-one .left .tit .p2 {
  font-size: 24px;
  color: #c8c6c6;
  font-weight: bold;
  margin-left: 35px;
  margin-top: 15px;
}
.index-one .left .tit img {
  display: block;
  width: 244px;
  height: 199px;
  margin-top: 28px;
}
.index-one .left .info {
  width: 374px;
  height: 312px;
  background: #f8f8f8;
  float: right;
}
.index-one .left .info .line {
  width: 352px;
  height: 1px;
  background: #e72525;
  margin-top: 11px;
}
.index-one .left .info p {
  font-size: 15px;
  line-height: 30px;
  color: #333333;
  padding: 74px 25px 14px 150px;
}
.index-one .left .more .line {
  position: absolute;
  bottom: 12px;
  width: 391px;
  height: 1px;
  background: #e9e9e9;
}
.index-one .left .more a {
  position: absolute;
  bottom: 0;
  right: 24px;
  display: block;
  width: 70px;
  height: 26px;
  background: #ff8400;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 26px;
}
.index-one .right {
  width: 650px;
  height: 100%;
  float: right;
}
.index-one .right .slideNewsBox > .hd {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #e2e2e2;
}
.index-one .right .slideNewsBox > .hd .title {
  float: left;
  font-size: 26px;
  color: #e72525;
  font-weight: bold;
}
.index-one .right .slideNewsBox > .hd .title span:first-child {
  color: #000000;
}
.index-one .right .slideNewsBox > .hd .title span:last-child {
  color: #a0a0a0;
  font-size: 22px;
  font-weight: normal;
}
.index-one .right .slideNewsBox > .hd ul {
  float: right;
}
.index-one .right .slideNewsBox > .hd ul li {
  float: left;
  border: 1px solid #dcdcdc;
  width: 96px;
  height: 30px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-one .right .slideNewsBox > .hd ul li a {
  display: block;
  text-align: center;
  line-height: 30px;
  color: #000000;
  font-size: 18px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-one .right .slideNewsBox > .hd ul li:hover,
.index-one .right .slideNewsBox > .hd ul li.on {
  background: #e72525;
  border-color: #e72525;
}
.index-one .right .slideNewsBox > .hd ul li:hover a,
.index-one .right .slideNewsBox > .hd ul li.on a {
  color: #ffffff;
}
.index-one .right .slideNewsBox > .bd .item {
  width: 100%;
  height: 280px;
  margin-top: 27px;
}
.index-one .right .slideNewsBox > .bd .item .left {
  width: 280px;
  height: 280px;
}
.index-one .right .slideNewsBox > .bd .item .left .slideBox .bd1 ul li {
  width: 280px;
  height: 170px;
   left:11px !important;
}
.index-one .right .slideNewsBox > .bd .item .left .slideBox .bd1 ul li img {
  width: 100%;
  height: 100%;
}
.index-one .right .slideNewsBox > .bd .item .left .slideBox .hd {
  position: relative;
  height: 110px;
}
.index-one .right .slideNewsBox > .bd .item .left .slideBox .hd .line {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 100%;
  background: #e1e1e1;
  left: 11px;
}
.index-one .right .slideNewsBox > .bd .item .left .slideBox .hd ul li {
  line-height: 36px;
}
.index-one .right .slideNewsBox > .bd .item .left .slideBox .hd ul li .circle {
  float: left;
  margin-left: 8px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border: 1px solid #e72525;
  border-radius: 4px;
  margin-top: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-one .right .slideNewsBox > .bd .item .left .slideBox .hd ul li a {
  font-size: 15px;
  line-height: 36px;
  margin-left: 16px;
  color: #222222;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-one .right .slideNewsBox > .bd .item .left .slideBox .hd ul li:hover .circle,
.index-one .right .slideNewsBox > .bd .item .left .slideBox .hd ul li.on .circle {
  background: #ff8400;
  border-color: #ff8400;
}
.index-one .right .slideNewsBox > .bd .item .left .slideBox .hd ul li:hover a,
.index-one .right .slideNewsBox > .bd .item .left .slideBox .hd ul li.on a {
  color: #e72525;
}
.index-one .right .slideNewsBox > .bd .item .right {
  width: 326px;
  float: right;
}
.index-one .right .slideNewsBox > .bd .item .right .first {
  border-bottom: 1px dashed #bfbfbf;
}
.index-one .right .slideNewsBox > .bd .item .right .first .title {
  line-height: 32px;
}
.index-one .right .slideNewsBox > .bd .item .right .first .title span {
  text-transform: capitalize;
  font-style: italic;
  color: #e72525;
  font-size: 14px;
  float: left;
}
.index-one .right .slideNewsBox > .bd .item .right .first .title .line {
  float: left;
  margin: 0 15px;
  width: 1px;
  height: 17px;
  background: #c1c1c1;
}
.index-one .right .slideNewsBox > .bd .item .right .first .title a {
  color: #222222;
  font-size: 16px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-one .right .slideNewsBox > .bd .item .right .first .desc {
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
  padding-bottom: 11px;
}
.index-one .right .slideNewsBox > .bd .item .right .first:hover a {
  color: #e72525;
}
.index-one .right .slideNewsBox > .bd .item .right .list ul li {
  line-height: 16px;
  margin-top: 28px;
}
.index-one .right .slideNewsBox > .bd .item .right .list ul li span {
  text-transform: capitalize;
  font-style: italic;
  color: #e72525;
  font-size: 14px;
  float: left;
}
.index-one .right .slideNewsBox > .bd .item .right .list ul li .line {
  float: left;
  margin: 0 15px;
  width: 1px;
  height: 17px;
  background: #c1c1c1;
}
.index-one .right .slideNewsBox > .bd .item .right .list ul li a {
  color: #222222;
  font-size: 16px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-one .right .slideNewsBox > .bd .item .right .list ul li:hover a {
  color: #e72525;
}
.index-one .right .slideNewsBox > .bd .item .right .more {
  display: block;
  width: 100%;
  height: 34px;
  background: #f5f5f5;
  text-align: center;
  line-height: 34px;
  margin-top: 21px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-one .right .slideNewsBox > .bd .item .right .more:hover {
  color: #ffffff;
  background: #e72525;
}
.index-two {
  height: 376px;
  width: 100%;
  background: #f8f8f8;
  margin-top: 32px;
}
.index-two .slideProBox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 14px;
}
.index-two .slideProBox > .parHd {
  height: 63px;
  line-height: 62px;
  border-bottom: 1px solid #dadada;
}
.index-two .slideProBox > .parHd .title {
  float: left;
  font-size: 26px;
  line-height: 62px;
  font-weight: bold;
  color: #e72525;
  margin-right: 52px;
}
.index-two .slideProBox > .parHd .title span:first-child {
  color: #000000;
}
.index-two .slideProBox > .parHd .title span:last-child {
  color: #8f8f8f;
  font-size: 22px;
  margin-left: 10px;
  font-weight: normal;
}
.index-two .slideProBox > .parHd ul li {
  float: left;
  color: #333333;
  font-size: 18px;
}
.index-two .slideProBox > .parHd ul li:last-child a {
  border: none;
}
.index-two .slideProBox > .parHd ul li:hover a,
.index-two .slideProBox > .parHd ul li.on a {
  color: #e72525;
}
.index-two .slideProBox > .parHd ul li a {
  padding: 0 21px;
  border-right: 1px solid #bfbfbf;
  line-height: 62px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-two .slideProBox > .parHd .more {
  font-size: 13px;
  color: #e72525;
  float: right;
  line-height: 62px;
}
.index-two .slideProBox > .parBd .picScroll-left {
  position: relative;
}
.index-two .slideProBox > .parBd .picScroll-left .hd a {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 18px;
  top: 104px;
  cursor: pointer;
}
.index-two .slideProBox > .parBd .picScroll-left .hd a .iconfont {
  display: block;
  text-align: center;
  line-height: 35px;
  font-size: 24px;
  color: #ffffff;
}
.index-two .slideProBox > .parBd .picScroll-left .hd .sprev {
  background: #aeaeae;
  left: 0;
}
.index-two .slideProBox > .parBd .picScroll-left .hd .snext {
  background: #e72525;
  right: 0;
}
.index-two .slideProBox > .parBd .picScroll-left .bd {
  margin-top: 26px;
}
.index-two .slideProBox > .parBd .picScroll-left .bd .tempWrap {
  margin: 0 auto;
}
.index-two .slideProBox > .parBd .picScroll-left .bd ul {
  text-align: center;
}
.index-two .slideProBox > .parBd .picScroll-left .bd ul li {
  display: inline-block;
  width: 270px;
  height: 240px;
  border: 1px solid #d2d2d2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  margin-left: 10px;
}
.index-two .slideProBox > .parBd .picScroll-left .bd ul li .pic {
  margin: 9px auto 0;
  width: 250px;
  height: 180px;
  overflow: hidden;
}
.index-two .slideProBox > .parBd .picScroll-left .bd ul li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-two .slideProBox > .parBd .picScroll-left .bd ul li .title a {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  margin-top: 18px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-two .slideProBox > .parBd .picScroll-left .bd ul li:hover {
  border: 2px solid #e72525;
}
.index-two .slideProBox > .parBd .picScroll-left .bd ul li:hover .title a {
  color: #e72525;
}
.index-two .slideProBox > .parBd .picScroll-left .bd ul li:hover .pic img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.index-three {
  width: 1200px;
  margin: 0 auto 32px;
  padding-top: 14px;
}
.index-three > .parHd {
  height: 63px;
  line-height: 62px;
  border-bottom: 1px solid #dadada;
}
.index-three > .parHd .title {
  float: left;
  font-size: 26px;
  line-height: 62px;
  font-weight: bold;
  color: #e72525;
  margin-right: 52px;
}
.index-three > .parHd .title span:first-child {
  color: #000000;
}
.index-three > .parHd .title span:last-child {
  color: #8f8f8f;
  font-size: 22px;
  margin-left: 10px;
  font-weight: normal;
}
.index-three > .parHd .more {
  font-size: 13px;
  color: #e72525;
  float: right;
  line-height: 62px;
}
.index-three .case-left {
  position: relative;
}
.index-three .case-left .hd a {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 18px;
  top: 46px;
  cursor: pointer;
}
.index-three .case-left .hd a .iconfont {
  display: block;
  text-align: center;
  line-height: 35px;
  font-size: 24px;
  color: #ffffff;
}
.index-three .case-left .hd .prev {
  background: #e72525;
  left: 0;
}
.index-three .case-left .hd .next {
  background: #aeaeae;
  right: 0;
}
.index-three .case-left .bd {
  margin-top: 26px;
}
.index-three .case-left .bd .tempWrap {
  margin: 0 auto;
}
.index-three .case-left .bd ul {
  margin-top: 26px;
}
.index-three .case-left .bd ul li {
  float: left;
  width: 160px;
  height: 153px;
  margin: 0 13.5px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-three .case-left .bd ul li .pic {
  width: 160px;
  height: 125px;
  overflow: hidden;
  border: 1px solid #d2d2d2;
}
.index-three .case-left .bd ul li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-three .case-left .bd ul li .title {
  margin-top: 13px;
}
.index-three .case-left .bd ul li .title a {
  display: block;
  text-align: center;
  color: #000000;
  font-size: 15px;
  line-height: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.index-three .case-left .bd ul li:hover .pic {
  border: 2px solid #e72525;
}
.index-three .case-left .bd ul li:hover .pic img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.index-three .case-left .bd ul li:hover .title a {
  color: #e72525;
}
.footer {
  width: 100%;
  line-height: 1;
  height: 168px;
  background: #252525;
}
.footer .foot {
  width: 1176px;
  margin: 0 auto;
  padding: 27px 0 0;
}
.footer .foot .left {
  float: left;
  width: 433px;
  margin-right: 61px;
}
.footer .foot .left img {
  float: left;
  display: block;
  width: 83px;
  height: 83px;
}
.footer .foot .left p {
  margin-left: 104px;
}
.footer .foot .left .p1 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.footer .foot .left .p2 {
  color: #c8c8c8;
  font-size: 14px;
  margin-top: 18px;
}
.footer .foot .left .p2 span {
  color: #ffe400;
  font-size: 20px;
  font-weight: bold;
}
.footer .foot .left .p3 {
  color: #c9c9c9;
  font-size: 14px;
  margin-top: 13px;
}
.footer .foot .middle {
  float: left;
  width: 349px;
}
.footer .foot .middle .title .tit {
  float: left;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
}
.footer .foot .middle .title .tit span {
  color: #888787;
  text-transform: capitalize;
}
.footer .foot .middle .title .links {
  float: right;
  position: relative;
}
.footer .foot .middle .title .links .top {
  width: 205px;
  height: 28px;
  border: 1px solid #a0a0a0;
  background: #252525;
  color: #fff;
  text-align:center;
  padding-top:5px;
}
.footer .foot .middle .title .links .top .icon {
  width: 10px;
  height: 9px;
  background: url(../images/three.png) no-repeat center center;
  float: right;
  margin-right: 11px;
  margin-top: 3px;
}
.footer .foot .middle .title .links .top option {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding-left: 15px;
    border: 1px solid #a0a0a0;
	background: #252525;

}
.footer .foot .middle .title .links .top ul {
  width: 100%;
  position: absolute;
  background: #252525;
  padding: 12px 21px;
  height: auto;
  display: none;
  bottom: 30px;
}
.footer .foot .middle .title .links .top ul li {
  height: 36px;
  border-bottom: 1px solid #e35555;
}
.footer .foot .middle .title .links .top ul li:last-child {
  border: none;
}
.footer .foot .middle .title .links .top ul li a {
  line-height: 35px;
  text-align: center;
  display: block;
  color: #ffffff;
}
.footer .foot .middle .title .links .top:hover ul {
  display: block;
}
.footer .foot .middle .desc {
  color: #888888;
  font-size: 12px;
  line-height: 26px;
  margin-top: 8px;
}
.footer .foot .right {
  float: right;
  text-align: right;
}
.footer .foot .right p {
  color: #c9c9c9;
  font-size: 14px;
}
.footer .foot .right .p2 {
  line-height: 20px;
  background: url(../images/gongan.png) no-repeat left center;
  margin-top: 11px;
  padding-left: 22px;
  text-align:left;
}
.footer .foot .right .p3 {
  margin-top: 11px;
  text-align:left;
}
.inside-pages {
  width: 1200px;
  margin: 151px auto 0;
}
.inside-pages .navigation .second .title-list {
  line-height: 1;
 
  border-bottom: 1px solid #e72525;

}
.inside-pages .navigation .second .title-list .tit {
  color: #e72525;
  font-size: 28px;
  float: left;
  font-weight: bold;
  margin-right: 58px;
  padding-bottom: 35px;
}
.inside-pages .navigation .second .title-list .tit span:first-child {
  color: #000000;
}
.inside-pages .navigation .second .title-list .tit span:last-child {
  color: #c8c6c6;
  font-size: 24px;
  font-weight: normal;
}
.inside-pages .navigation .second .title-list .second-ul .second-li {
  position: relative;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  height: 44px;
  padding: 0 18px;
  background: #f1f1f1;
  border-top-right-radius: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.inside-pages .navigation .second .title-list .second-ul .second-li a {
  line-height: 44px;
  color: #000000;
  font-size: 17px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.inside-pages .navigation .second .title-list .second-ul .second-li .triangle {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: 0 5px;
  border-style: solid;
  border-color: #e72525 transparent transparent transparent;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.inside-pages .navigation .second .title-list .second-ul .second-li:hover,
.inside-pages .navigation .second .title-list .second-ul .second-li.on {
  background: #e72525;
}
.inside-pages .navigation .second .title-list .second-ul .second-li:hover a,
.inside-pages .navigation .second .title-list .second-ul .second-li.on a {
  color: #ffffff;
  font-weight: bold;
}
.inside-pages .navigation .second .title-list .second-ul .second-li:hover .triangle,
.inside-pages .navigation .second .title-list .second-ul .second-li.on .triangle {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: 9px 5px;
  border-style: solid;
  border-color: #e72525 transparent transparent transparent;
}
.inside-pages .navigation .third {
  height: 70px;
  border: 1px solid #dcdcdc;
  margin-top: 26px;
}
.inside-pages .navigation .third ul li {
  float: left;
}
.inside-pages .navigation .third ul li a {
  display: block;
  margin-top: 12.5px;
  color: #000000;
  padding: 0 29px;
  font-size: 15px;
  line-height: 15px;
  border-right: 2px solid #bcbcbc;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.inside-pages .navigation .third ul li:last-child a {
  border: none;
}
.inside-pages .navigation .third ul li:hover a,
.inside-pages .navigation .third ul li.on a {
  color: #e72525;
}
.pro-list-table {
  margin-top: 14px;
}
.pro-list-table ul li {
  width: 284px;
  height: 246px;
  border: 1px solid #d2d2d2;
  float: left;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  margin-right: 21px;
  margin-top: 24px;
}
.pro-list-table ul li:nth-child(4n) {
  margin-right: 0;
}
.pro-list-table ul li .pic {
  width: 282px;
  height: 208px;
  overflow: hidden;
  border: 6px solid #ffffff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-list-table ul li .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-list-table ul li .title {
  width: 100%;
  height: 36px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-list-table ul li .title a {
  display: block;
  padding-top: 9px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-list-table ul li:hover {
  border-color: #e72525;
}
.pro-list-table ul li:hover .pic {
  border-color: #e72525;
}
.pro-list-table ul li:hover .pic img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.pro-list-table ul li:hover .title {
  background: #e72525;
}
.pro-list-table ul li:hover .title a {
  color: #ffffff;
}
.news-list-table {
  margin-top: 35px;
}
.news-list-table .first {
  height: 193px;
  border-bottom: 1px dashed #d2d2d2;
}
.news-list-table .first .cont {
  height: 157px;
}
.news-list-table .first .pic {
  float: left;
  width: 260px;
  height: 157px;
}
.news-list-table .first .pic img {
  width: 100%;
  height: 100%;
}
.news-list-table .first .info {
  width: 900px;
  height: 100%;
  float: right;
  position: relative;
}
.news-list-table .first .info .title {
  line-height: 17px;
  margin-top: 3px;
}
.news-list-table .first .info .title span {
  text-transform: capitalize;
  font-style: italic;
  color: #e72525;
  font-size: 14px;
  float: left;
}
.news-list-table .first .info .title .line {
  float: left;
  margin: 0 15px;
  width: 1px;
  height: 17px;
  background: #c1c1c1;
}
.news-list-table .first .info .title a {
  color: #222222;
  font-size: 16px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.news-list-table .first .info .title a:hover {
  color: #e72525;
}
.news-list-table .first .info .desc {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  margin-top: 16px;
}
.news-list-table .first .info .more {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 118px;
  height: 30px;
  background: #f5f5f5;
  text-align: center;
  line-height: 30px;
  color: #222222;
  font-size: 15px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.news-list-table .first .info .more:hover {
  background: #e72525;
  color: #ffffff;
}
.news-list-table .first .info .date {
  line-height: 30px;
  color: #666666;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-list-table ul {
  margin-top: 13px;
}
.news-list-table ul li {
  height: 50px;
  border-bottom: 1px dashed #d2d2d2;
}
.news-list-table ul li span {
  text-transform: capitalize;
  font-style: italic;
  color: #e72525;
  font-size: 14px;
  float: left;
  line-height: 49px;
}
.news-list-table ul li .line {
  float: left;
  margin: 0 15px;
  width: 1px;
  height: 17px;
  margin-top: 16px;
  background: #c1c1c1;
}
.news-list-table ul li a {
  line-height: 49px;
  color: #222222;
  font-size: 16px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.news-list-table ul li .date {
  float: right;
  line-height: 49px;
  color: #666666;
  font-size: 13px;
}
.news-list-table ul li:hover a {
  color: #e72525;
}
.video-list-table ul li {
  position: relative;
  width: 383px;
  height: 282px;
  float: left;
  margin-top: 32px;
  margin-right: 25px;
}
.video-list-table ul li:nth-child(3n) {
  margin-right: 0;
}
.video-list-table ul li .pic {
  width: 100%;
  height: 240px;
}
.video-list-table ul li .pic img {
  width: 100%;
  height: 100%;
}
.video-list-table ul li .title a {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  margin-top: 28px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.video-list-table ul li .mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 240px;
  background: #000000;
  opacity: 0.25;
  filter: alpha(opacity=25);
  cursor: pointer;
}
.video-list-table ul li .mask .icon {
  width: 50px;
  height: 50px;
  margin: 95px auto 0;
}
.video-list-table ul li .mask .icon .iconfont {
  color: #ffffff;
  font-size: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.video-list-table ul li:hover .title a {
  color: #e72525;
}
.videos {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0);
}
.videos video {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -310px;
}
.videos video:focus {
  outline: none;
}
.videos img {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 15%;
  top: 22%;
}
.page-content {
  font-size: 15px;
  line-height: 2;
  margin: 0px 0;
}
.pro-content {
  margin-top: 9px;
}
.pro-content .image-list {
  float: left;
  width: 378px;
  margin-bottom: 41px;
}
.pro-content .image-list .top {
  width: 100%;
  height: 295px;
  border: 1px solid #d2d2d2;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-content .image-list .top img {
  width: 100%;
  height: 100%;
}
.pro-content .image-list .top:hover {
  border-color: #e72525;
}
.pro-content .image-list .bd {
  height: 314px;
  overflow: hidden;
}
.pro-content .image-list .hd {
  margin-top: 19px;
}
.pro-content .image-list .hd a {
  display: block;
  float: left;
  cursor: pointer;
  width: 188px;
  height: 34px;
  text-align: center;
  line-height: 34px;
}
.pro-content .image-list .hd .prev {
  background: #e72525;
  margin-right: 2px;
}
.pro-content .image-list .hd .prev .iconfont {
  color: #ffffff;
}
.pro-content .image-list .hd .next {
  background: #eeeeee;
}
.pro-content .image-list .hd .next .iconfont {
  color: #4c4c4c;
}
.pro-content .image-list ul {
  zoom: 1;
  overflow: hidden;
}
.pro-content .image-list ul li {
  width: 182px;
  height: 143px;
  float: left;
  margin-right: 14px;
  border: 1px solid #d2d2d2;
  margin-top: 14px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-content .image-list ul li:nth-child(even) {
  margin-right: 0;
}
.pro-content .image-list ul li img {
  width: 100%;
  height: 100%;
}
.pro-content .image-list ul li:hover {
  border-color: #e72525;
}
.pro-content .right-content {
  width: 780px;
  float: right;
  margin-bottom: 41px;
}
.pro-content1 .right-content1 {
  width: 1200px;
 margin:0 auto;
  margin-bottom: 41px;
}
.pro-content1 .right-content1 .tit {
  width: 100%;
  height: 42px;
  background: #f3f3f3;
}
.pro-content1 .right-content1 .tit p {
  float: left;
  line-height: 42px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  padding-left: 24px;
}
.pro-content1 .right-content1 .tit > div {
  position: relative;
  float: right;
  color: #ffffff;
  font-size: 18px;
  line-height: 42px;
  padding: 0 24px;
  background: #e72525;
}
.pro-content1 .right-content1 .tit > div .triangle {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: 9px 5px;
  border-style: solid;
  border-color: #e72525 transparent transparent transparent;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-content1 .right-content1 .pro-content {
  color: #000000;
  font-size: 13px;
  line-height: 2;
}
.pro-content1 .right-content1 .pro-content iframe{
	width:600px !important;
	height:400px !important;
	
}



.pro-content .right-content .tit {
  width: 100%;
  height: 42px;
  background: #f3f3f3;
}
.pro-content .right-content .tit p {
  float: left;
  line-height: 42px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  padding-left: 24px;
}
.pro-content .right-content .tit > div {
  position: relative;
  float: right;
  color: #ffffff;
  font-size: 18px;
  line-height: 42px;
  padding: 0 24px;
  background: #e72525;
}
.pro-content .right-content .tit > div .triangle {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: 9px 5px;
  border-style: solid;
  border-color: #e72525 transparent transparent transparent;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.pro-content .right-content .pro-content {
  color: #000000;
  font-size: 13px;
  line-height: 2;
}
.crumb {
  height: 22px;
  color: #919191;
  font-size: 14px;
  line-height: 22px;
}
.crumb .iconfont {
  font-size: 22px;
  line-height: 22px;
}
.crumb a {
  display: inline-block;
  color: #919191;
  font-size: 14px;
  line-height: 22px;
}
.crumb a:last-child {
  color: #e72525;
}
.sceond{
	width:204px;
	float:left;
	 position: absolute;
 
}


