.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
body {
  background: #fff;
}
.breadcrumb > .active a {
  color: #d71718;
}
.main .banner {
  height: 700px;
  background-position: 25% 25%;
  background-repeat: no-repeat;
}
.main .content {
  background: url('../images/culture/c-bg1.jpg') no-repeat;
  -webkit-background-position: center center;
  -moz-background-position: center center;
  -ms-background-position: center center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  padding-bottom: 145px;
}
.main .content .title {
  margin-top: 20px;
}
.main .content .title .t-top {
  text-align: center;
}
.main .content .title .t-top h3 {
  color: #191919;
  margin-top: 20px;
}
.main .content .title .t-top p {
  font-size: 18px;
  width: 820px;
  margin: 0 auto;
}
.main .content .title .t-bot {
  margin-top: 40px;
  height: 377px;
  background: url('../images/culture/border-bg.png') no-repeat;
  -webkit-background-position: center center;
  -moz-background-position: center center;
  -ms-background-position: center center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.main .content .title .t-bot li {
  float: left;
  width: 33.33333%;
  text-align: center;
}
.main .content .title .t-bot li .li-in {
  padding:15% 5% 6%;
  font-size: 18px;
}
.main .content .title .t-bot li .li-in h5 {
  margin-top:8%;
  line-height: 24px;
}
.main .content .title .t-bot li .li-in .p1 {
  margin-top: 8%;
}
.main .content .title .t-bot li .li-in span {
  color: #797979;
}
.main .content .title .t-bot li .li-in i {
  display: inline-block;
  width: 94px;
  height: 4px;
  background: #d71718;
  margin: 15px 0;
}
.main .con1 {
  background-repeat: no-repeat;
  height: 860px;
  overflow: hidden;
  -webkit-background-position: center center;
  -moz-background-position: center center;
  -ms-background-position: center center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.main .con1 .container {
  height: 100%;
  position: relative;
}
.main .con1 .container .text-box {
  width: 520px;
  height: 100%;
  position: absolute;
  right:0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 16px;
}
.main .con1 .container .text-box .in {
  padding: 10% 5%;
}
.main .con1 .container .text-box .in h3 {
  line-height: 42px;
  padding:10% 0;
}

.main .con1 .container .text-box .in p.p1 {
  margin-left: 0;
}
.main .con2 {
  margin-bottom: 10px;
  padding: 90px 0 135px;
  text-align: center;
  background: url('../images/culture/c-bg3.jpg') no-repeat;
  -webkit-background-position: center center;
  -moz-background-position: center center;
  -ms-background-position: center center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.main .con2 h3 {
  color: #191919;
}
.main .con2 p {
  font-size: 16px;
  color: #737373;
  margin-bottom: 50px;
}
.main .con3 {
  text-align: center;
  padding: 90px 0 135px;
  color: #fff;
  background: url('../images/culture/c-bg4.jpg') no-repeat;
  -webkit-background-position: center center;
  -moz-background-position: center center;
  -ms-background-position: center center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.main .con3 ul {
  margin-top: 60px;
}
.main .con3 ul li {
  width: 33.3333%;
  float: left;
}
.main .con3 ul li .top .top-in {
  width: 210px;
  height: 210px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
}
.main .con3 ul li .top .top-in:hover {
  background: #fff;
}
.main .con3 ul li .top .top-in img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main .con3 ul li .bot {
  width: 80%;
	margin:0 10%;
  margin-top: 25px;
}
.main .con3 ul li .bot .bot-in h6{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	margin-bottom: 5%;
}
.main .con3 ul li .bot .bot-in p {	
	height: 4.5em;
	overflow: hidden;
	-webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: 18px;
  text-align: left;
}
.main .con4 {
  padding: 90px 0 135px;
  text-align: center;
  background: url('../images/culture/c-bg5.jpg') no-repeat;
  -webkit-background-position: center center;
  -moz-background-position: center center;
  -ms-background-position: center center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.main .con4 .pt {
  font-size: 16px;
  color: #737373;
  margin-bottom: 5%;
}
.main .con4 .bottom .left{
	width: 52%;
	text-align: left;
}
.main .con4 .bottom .left h6{
	line-height: 30px;
}
.main .con4 .bottom .left .ml25{
	margin-bottom: 2.5%;
}
.main .con4 .bottom .left p {
  font-size: 18px;
  color: #7f7f7f;
  text-align: left;
}
.main .con4 .bottom .left ul {
  color: #191919;
  font-size: 24px;
  margin-top: 10px;
}
.main .con4 .bottom .left ul li {
  margin-left: 25px;
  padding-top: 35px;
  position: relative;
}
.main .con4 .bottom .left ul li i {
  position: absolute;
  top: 0;
  left: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #d71718;
}
.main .con4 .bottom .right{
	width: 42%;
}
.main .con4 .bottom .right img{
	max-width: 100%;
	height: auto;
}
.main .con5 {
  padding: 90px 0 135px;
  text-align: center;
  background: url('../images/culture/c-bg6.jpg') no-repeat;
  -webkit-background-position: center center;
  -moz-background-position: center center;
  -ms-background-position: center center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.main .con5 .container > h5,
.main .con5 .container > p {
  color: #fff;
}
.main .con5 .container > p {
  font-size: 16px;
}
.main .con5 ul {
  margin-top: 85px;
}
.main .con5 ul li {
  float: left;
  width: 48%;
  cursor: pointer;
  margin-bottom: 4%;
  position: relative;
  background: url('../images/culture/c-li-bg1.png') no-repeat -36px 107% #fff;
}
.main .con5 ul li:last-child{
	margin-bottom: 0;
}
.main .con5 ul li:nth-child(odd){
	margin-right: 4%;
}
.main .con5 ul li:hover .top .t-img {
  display: none;
}
.main .con5 ul li:hover .top .t-img-active {
  display: block;
}
.main .con5 ul li:hover .bot h6,
.main .con5 ul li:hover .bot p {
  color: #fff;
}
.main .con5 ul li:first-child:hover {
  background: url('../images/culture/c-li-bg1-active.png') no-repeat -36px 107% #d71718;
}
.main .con5 ul li:nth-child(2) {
  background: url('../images/culture/c-li-bg2.png') no-repeat -75px 110% #fff;
}
.main .con5 ul li:nth-child(2):hover {
  background: url('../images/culture/c-li-bg2-active.png') no-repeat -75px 110% #d71718;
}
.main .con5 ul li:nth-child(3) {
  background: url('../images/culture/c-li-bg3.png') no-repeat -45px 105% #fff;
}
.main .con5 ul li:nth-child(3):hover {
  background: url('../images/culture/c-li-bg3-active.png') no-repeat -45px 105% #d71718;
}
.main .con5 ul li:nth-child(4) {
  background: url('../images/culture/c-li-bg4.png') no-repeat -93px 116% #fff;
}
.main .con5 ul li:nth-child(4):hover {
  background: url('../images/culture/c-li-bg4-active.png') no-repeat -93px 116% #d71718;
}
.main .con5 ul li:nth-child(5) {
  background: url('../images/culture/c-li-bg5.png') no-repeat -61px 110% #fff;
}
.main .con5 ul li:nth-child(5):hover {
  background: url('../images/culture/c-li-bg5-active.png') no-repeat -61px 110% #d71718;
}
.main .con5 ul li:nth-child(6) {
  background: url('../images/culture/c-li-bg6.png') no-repeat 9px 120% #fff;
}
.main .con5 ul li:nth-child(6):hover {
  background: url('../images/culture/c-li-bg6-active.png') no-repeat 9px 120% #d71718;
}
.main .con5 ul li:last-child {
  margin-right: 64px;
  background: url('../images/culture/c-li-bg7.png') no-repeat 1px 100% #fff;
}
.main .con5 ul li:last-child:hover {
  background: url('../images/culture/c-li-bg7-active.png') no-repeat 1px 100% #d71718;
}
.main .con5 ul li .top {
	width: 24%;
	float: left;
  height: 120px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.main .con5 ul li .top .t-img-active {
  display: none;
}
.main .con5 ul li .top img {
  margin: 0 auto 0;
  display: block;
}
.main .con5 ul li .bot {
  width: 76%;
  float: left;
  text-align: left;
  position: absolute;
  left: 24%;
  top:50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main .con5 ul li .bot h6 {
  color: #191919;
}
.main .con5 ul li .bot p {
  font-size: 18px;
  color: #737373;
  line-height: 20px;
}
.main .con6 {
  padding: 90px 0 135px;
  text-align: center;
  background: #fff;
}
.main .con6 .tp {
  color: #191919;
  font-size: 16px;
}
.main .con6 ul {
  margin-top: 85px;
}
.main .con6 ul li {
  float: left;
  width: 413px;
  height: 486px;
  border: 4px solid #737373;
  margin-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.main .con6 ul li:last-child {
  margin-right: 0;
}
.main .con6 ul li:hover {
  border: 4px solid #d71718;
  background: #d71718;
}
.main .con6 ul li:hover .li-in .text-box {
  background: url('../images/culture/c-bg-border1-active.png') no-repeat;
}
.main .con6 ul li:hover .li-in .text-box .line {
  background: #fff;
}
.main .con6 ul li:hover .li-in .text-box h6,
.main .con6 ul li:hover .li-in .text-box p,
.main .con6 ul li:hover .li-in .text-box a {
  color: #fff;
}
.main .con6 ul li .li-in {
  padding: 8px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.main .con6 ul li .li-in .text-box {
  height: 100%;
  background: url('../images/culture/c-bg-border1.png') no-repeat;
}
.main .con6 ul li .li-in .text-box h6 {
  color: #d71718;
  line-height: 1.2em;
  padding-top: 8%;
}
.main .con6 ul li .li-in .text-box .line {
  display: block;
  width: 4px;
  height: 20px;
  background: #d71718;
  margin: 15px auto 15px;
}
.main .con6 ul li .li-in .text-box p {
  font-size: 18px;
  color: #737373;
  margin-bottom: 2px;
}
.main .con6 ul li .li-in .text-box p a {
  color: #737373;
}
.main .con6 ul li .li-in .text-box p.mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .main .con1 {
    height: 600px;
  }
  .main .con1 .container .text-box .in{
  	padding:5%;
  }
  .main .con1 .container .text-box .in h3{
  	line-height: 36px;
  	padding:6% 0;
  }
  .main .con2 img {
    width: 100%;
  }
  .main .con3 {
    text-align: center;
    padding: 90px 0 135px;
    color: #fff;
    background: url('../images/culture/c-bg4.jpg') no-repeat;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    -ms-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  }
  .main .con4 .container {
    width: 1000px;
  }
  .main .con4 .bottom .left ul li {
    margin-left: 15px;
  }
  .main .con4 .bottom .right img {
    width: 420px;
  }
  .main .con5 .container {
    width: 1280px;
  }
  .main .con6 {
    padding: 60px 0 80px;
  }
  .main .con6 ul {
    margin-top: 65px;
  }
  .main .con6 ul li {
    width: 290px;
    margin-right: 68px;
    margin-bottom: 30px;
    float: left;
    height: 486px;
    border: 4px solid #737373;
    margin-right: 15px;
  }
  .main .con6 ul li:hover {
    border: 4px solid #d71718;
    background: #d71718;
  }
  .main .con6 ul li:hover .li-in .text-box {
    background: url('../images/culture/c-bg-border2-active.png') no-repeat;
  }
  .main .con6 ul li:hover .li-in .text-box .line {
    background: #fff;
  }
  .main .con6 ul li:hover .li-in .text-box h6,
  .main .con6 ul li:hover .li-in .text-box p,
  .main .con6 ul li:hover .li-in .text-box a {
    color: #fff;
  }
  .main .con6 ul li .li-in {
    padding: 8px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .con6 ul li .li-in .text-box {
    height: 100%;
    background: url('../images/culture/c-bg-border2.png') no-repeat;
  }
  .main .con6 ul li .li-in .text-box .line {
    display: block;
    width: 4px;
    height: 20px;
    background: #d71718;
    margin: 15px auto 15px;
  }
  .main .con6 ul li .li-in .text-box p {
    font-size: 14px;
    color: #737373;
    margin-bottom: 2px;
  }
  .main .con6 ul li .li-in .text-box p a {
    color: #737373;
  }
  .main .con6 ul li .li-in .text-box p.mb0 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .main .banner {
    height: 500px;
    background-position: 25% 50%;
  }
  .main .con3 ul li .bot .bot-in p {
    height: 6em;
    -webkit-line-clamp: 4;
	}
  .main .con5 .container {
    width: 900px;
  }
  .main .con5 ul li .top img{
  	width: 40px;
  }
  .main .con5 ul li:last-child .top img{
  	width: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .main .banner {
    height: 400px;
    background-position: 25% 60%;
  }
  .main .container {
    width: 700px;
  }
  .main .content {
    padding-bottom: 50px;
  }
  .main .content .title .t-top p {
    width: 90%;
  }
  .main .con1 {
    height: 400px;
  }
  .main .con1 .container .text-box{
  	width: 100%;
  	line-height: 24px;
  	font-size: 14px;
  }
  .main .con1 .container .text-box .in h3{
  	padding:3% 0;
  }
  .main .con3 ul li .top .top-in {
    width: 150px;
    height: 150px;
  }
  .main .con3 ul li .top .top-in img {
    width: 50%;
  }
  .main .con4 {
    padding: 40px 0 90px;
  }
  .main .con4 .container {
    width: 700px;
  }
  .main .con4 .container .bottom {
    margin-top: 50px;
  }
  .main .con4 .container .bottom .left,
  .main .con4 .container .bottom .right {
    float: none;
    margin: 0 auto;
  }
  .main .con4 .container .bottom .left {
  	width: 100%;
    margin-bottom: 5%;
  }
  .main .con4 .bottom .right{
  	width: 100%;
  }
  .main .con5 .container {
    width: 700px;
  }
  .main .con6 {
    padding: 40px 0 80px;
    text-align: center;
    background: #fff;
  }
  .main .con6 .tp {
    color: #191919;
    font-size: 16px;
  }
  .main .con6 ul {
    margin-top: 85px;
  }
  .main .con6 ul li {
    float: none;
    width: 413px;
    height: 486px;
    border: 4px solid #737373;
    margin-right: auto;
    margin: 0 auto 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .con6 ul li:last-child {
    margin-right: auto;
  }
  .main .con6 ul li:hover {
    border: 4px solid #d71718;
    background: #d71718;
  }
  .main .con6 ul li:hover .li-in .text-box {
    background: url('../images/culture/c-bg-border1-active.png') no-repeat;
  }
  .main .con6 ul li:hover .li-in .text-box .line {
    background: #fff;
  }
  .main .con6 ul li:hover .li-in .text-box h6,
  .main .con6 ul li:hover .li-in .text-box p,
  .main .con6 ul li:hover .li-in .text-box a {
    color: #fff;
  }
  .main .con6 ul li .li-in {
    padding: 8px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .con6 ul li .li-in .text-box {
    height: 100%;
    background: url('../images/culture/c-bg-border1.png') no-repeat;
  }
  .main .con6 ul li .li-in .text-box .line {
    display: block;
    width: 4px;
    height: 20px;
    background: #d71718;
    margin: 15px auto 15px;
  }
  .main .con6 ul li .li-in .text-box p {
    font-size: 18px;
    color: #737373;
    margin-bottom: 2px;
  }
  .main .con6 ul li .li-in .text-box p a {
    color: #737373;
  }
  .main .con6 ul li .li-in .text-box p.mb0 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .main .banner {
    height: 300px;
    background-position: 19% 59%;
  }
  .main .container {
    width: 96%;
  }
  .main .content {
    padding-bottom: 50px;
  }
  .main .content .title .t-top p {
    width: 90%;
  }
  .main .content .title .t-bot {
    background: none;
    margin-top: 0;
    height: auto;
  }
  .main .content .title .t-bot li {
    width: 90%;
    float: none;
    margin: 0 auto 0;
  }
  .main .content .title .t-bot li .li-in {
	  padding: 10% 5% 0;
	}
	.main .content .title .t-bot li .li-in .p1{
		margin-top:5%;
	}
  .main .con1 {
    height: auto;
    background-size: cover!important;
  }
  .main .con1 .container {
    width: 100%;
  }
  .main .con1 .container .text-box{
  	width: 100%;
  	position: inherit;
  }
  .main .con1 .container .text-box .in h3 {
    line-height: 26px;
    padding:3% 0;
  }
  .main .con1 .container .text-box .in p {
    font-size: 14px;
    margin-right: 5px;
  }
  .main .con2 {
    padding: 40px 0 80px;
  }
  .main .con3 {
    padding: 40px 0 80px;
  }
  .main .con3 ul li .top .top-in {
    width: 100px;
    height: 100px;
  }
  .main .con3 ul li .top .top-in img {
    width: 40%;
  }
  .main .con3 ul li .bot {
    height: 200px;
  }
  .main .con3 ul li .bot .bot-in {
    margin-left: 5px;
    text-align: center;
  }
  .main .con3 ul li .bot .bot-in h6 {
    height: 100%;
  }
  .main .con4 {
    padding: 40px 0 80px;
  }
  .main .con4 .container {
    width: 90%;
  }
  .main .con4 .container .bottom {
    margin-top: 5%;
  }
  .main .con4 .container .bottom .left {
  	width: 100%;
    float: none;
    margin: 0 auto 5%;
  }
  .main .con4 .container .bottom .left h6 {
    font-size: 18px;
  }
  .main .con4 .container .bottom .left p {
    font-size: 16px;
  }
  .main .con4 .container .bottom .left ul {
    font-size: 20px;
  }
  .main .con4 .container .bottom .right {
    float: none;
    width: 80%;
    margin:0 auto;
  }
  .main .con5 {
    padding: 40px 0 80px;
  }
  .main .con5 .container {
    width: 90%;
  }
  .main .con5 .container ul {
    margin-top: 30px;
  }
  .main .con6 ul {
    margin-top: 30px;
  }
  .main .con6 ul li {
    float: none;
    margin-right: 0;
    margin: 0 auto 30px;
  }
  .main .con6 ul li:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
	.main .con5 ul li{
		width: 100%;
		margin-right: 0!important;
		display: flex;
		height: 120px;
		align-items: center;
	}
	.main .con5 ul li .top{
		height: auto;
		padding-top: 0;
	}
}