    /*black*/
	  
	  table { width:100%;border-collapse:collapse;}
      table tr td{border:1px solid #d4dedd;}
  
	.head {
		width: 100%;
		height:80px;
		background:#FFF;
		position: fixed;
		z-index: 9999;
		top: 0;
		box-shadow: 0 0 5px #888;
     }
	
	 .head .header {
       width: 1200px;
       height: 80px;
       margin: 0 auto;
       align-items: center;
       display: flex;
       justify-content: space-between;
      }

     .head .header .logo {
       width: 213px;
       height: 80px;
      }
  
     .head .header .nav {
        height:80px;
		width:870px;
		display: flex;
        justify-content: space-between;
        position: relative;
      }

      .head .header .nav>ul>li {
        position: relative;
      }
	  
	  .head .header .nav>ul>li>a {
        line-height: 80px;
        font-size: 16px;
      }
	  
	  .head .header .nav>ul>li>a:hover {color:#c9231e;}
	  
	  .head .header .nav>ul>li .erji {
        justify-content: space-between;
        align-items: center;
        display: none;
        position: fixed;
        box-sizing: border-box;
        left: 0;
        width: 100%;
        /*height: 50px;*/
        background-color: #f1f3f4;
      }
	  
	  .head .header .nav>ul>li:hover .erji {
		  display: block;
	  }
	  
	  .head .header .nav>ul>li .erji_2 {
       width: 1200px;
       /*height: 50px;*/
       margin: 0 auto;
       align-items: center;
       display: flex;
       justify-content: space-between;
      }
	  
	  .head .header .nav>ul>li .erji ul{
	    /* height:100%;*/
         width:298px;
         display: flex;
         justify-content: space-between;
         position: relative;
	  }
	  
	  .head .header .nav>ul>li .erji ul li {
		  float:left;
		  line-height:50px;
		  position: relative;
      }

	  .head .header .nav>ul>li .erji ul li a {
		  font-size: 16px;
      }
	  
	  .head .header .nav>ul>li .erji ul li a:hover {
		  color:#c9231e;
      }
	  
      .layui-carousel {
        width: 100% !important;
        height: 520px !important;
      }
	  	  
	  .banner {
        width: 100%;
      }
	  
	  .layui-carousel .banner .name{
		  width: 1200px;
          margin: 0 auto;
		  animation: zoomIn 2s ease 0.6s 1 both;
		  -webkit-animation: zoomIn 2s ease 0.6s 1 both;
		  -moz-animation: zoomIn 2s ease 0.6s 1 both ;
		  -o-animation: zoomIn 2s ease 0.6s 1 both;
		  -ms-animation: zoomIn 2s ease 0.6s 1 both;
	  }
	  
	  .layui-carousel .banner .name ul{
		  width: 100%;
		  margin-top:-320px;
	  }
	  	  
	  .layui-carousel .banner .name ul li h6{
		  font-size:42px; 
		  font-weight: bold;
		  color:#FFF;
		  padding-left:46px;
	  }
	  
	  .layui-carousel .banner .name ul li p{
		  font-size:24px;
		  color:#FFF;
		  padding:24px 0 0 46px;
	  }
	  
	  .layui-carousel_2 {
        width: 100%;
        height: 520px;
		margin:80px 0 0 0;
      }
	  
	  .layui-carousel_2 .name {
        width: 1200px;
        margin: 0 auto;
      }
	  
	   .layui-carousel_2 .name ul {
        width:50%;
		margin-top:-200px;
      }
	  
	  .layui-carousel_2 .name ul li {
      }
	  
	  .layui-carousel_2 .name ul li h6 {
        font-size:48px; 
		color:#333333;
      }
	  
	  .layui-carousel_2 .name ul li p {
        font-size:24px; 
		color:#333333;
		margin-top:16px;
      }
	  
	  .layui-row{
		  width:100%;
		  margin:0;
		  padding:0;
	  }
	  
	  .center-min {
        width: 1200px;
		margin-top:60px;
		margin-bottom:60px;
		margin-left:auto;
		margin-right:auto;
		background:#ffffff;
      }
	  
	  .center-min-right {
        width:100%;
	  }
	  
	  .center-min_2 {
         width: 1200px;
         display: block;
         margin: 0 auto;
      }
	  
	  .center-min_2 .news-slider {
        width: 100%;
        padding-top: 20px;
      }
	  
	  .center-min_2 .news-slider .box {
        width: 100%;
        margin-top: 20px;
      }
	  
	  .center-min_2 .news-slider .box ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        margin: 0 auto;
      }
	  
	  .center-min_2 .news-slider .box ul li {
		height:138px;
		width:100%;
		display: flex;
        justify-content: space-between;
       align-items: center;
		background:#F7F7F7;
      }
	  
	  .center-min_2 .news-slider .box ul li img {
        width: 160px;
        height: 138px;
		float:left;
	  }
	   
	   .center-min_2 .news-slider .box ul li h6 {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
		padding:14px 18px 0 26px;
      }
	  
	  .center-min_2 .news-slider .box ul li p {
		height:40px;
        font-size: 14px;
        color: #666666;
        line-height: 20px;
		padding:0 18px 0 26px;
		margin:12px 0 16px 0;
      }
	  
	  .center-min_2 .news-slider .box ul li time {
        font-size: 12px;
        color:#999999;
		padding-left:26px;
      }
	  
	   .center-min_2 .news-slider .box ul li span {
         float: right!important;
		 font-size:14px;
		 color: #666666;
		 padding:0 18px 0 0;
      }

	  .center-min_2 .news-slider .box ul:hover h6{color:#c9231e;}
	  .center-min_2 .news-slider .box ul:hover span{color:#c9231e;}
	  
	  /*.center-min_3{
		width:1260px; 
		height:480px; 
		background:#CCC; 
		position: absolute; 
		left:16.9%; 
		margin-top:-500px;
		animation: zoomIn 2s ease 0.6s 1 both;
		-webkit-animation: zoomIn 2s ease 0.6s 1 both;
		-moz-animation: zoomIn 2s ease 0.6s 1 both ;
		-o-animation: zoomIn 2s ease 0.6s 1 both;
		-ms-animation: zoomIn 2s ease 0.6s 1 both;
	  }*/
	  
	  .main_top{
		width: 100%;
		margin:0;
		padding:50px 0 60px 0;
	  }
	  
      .main_top .center {
        height:100%;
        width: 1200px;
        display: block;
        margin: 0 auto;
      }
	  
	  .main_top .center .title {
        width: 100%;
        text-align: center;
      }
	  
	  .main_top .center .title h6{
		  font-size:30px;
		  color: #333333;
		  /*font-weight: bold;*/
		  margin-bottom:10px;
	  }
	  
	  .main_top .center .title span{
		  font-size:18px;
		  color: #999999;
	  }
	  
	  .main_top .center .conone {
        width: 100%;
      }
	  
	  .main_top .center .conone ul {
		width: 100%;
		height:100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
	  
	  .main_top .center .conone ul li {
		width:240px;
		height:172px;
		/*background:#c9231e;*/
		border-radius: 2px;
      }
	  
	  .main_top .center .conone ul li img {
		width:130px;
		height:130px;
		display: block;
        margin: 0 auto;
      }
	  
	  .main_top .center .conone ul li p {
		font-size:20px;
        /*font-weight: bold;*/
        margin-top: 18px;
        text-align: center;
        color:#333333;
      }
	  
	 .main_top_2{
		width: 100%;
		margin:0 auto;
		padding:72px 0 60px 0;
	  }
	  
      .main_top_2 .center {
        height:100%;
        width: 1200px;
        display: block;
        margin: 0 auto;
		/*background:#c9231e;*/
      }
	  
	  .main_top_2 .center .conone {
        width: 100%;
      }
	  
	  .main_top_2 .center .conone ul {
		width: 100%;
		height:100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
	  
	  .main_top_2 .center .conone ul li {
		width:276px;
		height:148px;
		background:#f2f2f2;
		padding:26px 0 18px 0;
		border-radius: 4px;
      }
	  
	  .main_top_2 .center .conone ul li img {
		display: block;
        margin: 0 auto;
		width:80px;
		height:80px;
      }
	  
	  .main_top_2 .center .conone ul li h6 {
		font-size: 20px;
        margin-top: 14px;
        text-align: center;
        color: #333333;
      }
	  
	  .main_top_2 .center .conone ul li p {
		font-size: 12px;
        margin-top: 7px;
        text-align: center;
        color: #727272;
      }
	  
	  .main_top_3{
		width:1200px;
		margin:0 auto;
		height:115px;
		margin-top:-65px;
	  }
	  
      .main_top_3 .center {
        height:100%;
        width:100%;
        display: block;
        margin: 0 auto;
      }
	  
	  .main_top_3 .center .title {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        min-width: 1200px;
		border-radius: 2px;
      }
	  
	  .main_top_3 .center .title ul {
		width: 100%;
		height:100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
		background:#FFF;
		padding:0 20px;
		box-shadow:0 2px 3px #F2F2F2;
		padding-bottom:17px;
		border-radius: 2px;
      }
	  
	  .main_top_3 .center .title ul li {
		height:115px;
		display: flex;

      }
	  
	  .main_top_3 .center .title ul li .left {
		font-size: 100px;
        font-family:DIN-Bold, DIN;
        /*font-weight: bold;*/
        color: #333333;
        margin-right: 20px;
      }
	  
	  .main_top_3 .center .title ul li .right {
		 margin-top:25px;
      }
	  
	  .main_top_3 .center .title ul li .right h6 {
		 font-size: 30px;
         font-weight: 600;
         color: #333333;
		 
      }
	  
	  .main_top_3 .center .title ul li .right p {
		 font-size: 28px;
         color: #333333;
      }
	  
	  .main{
		width: 100%;
		margin:0 auto;
		padding:60px 0 10px 0;
	  }
	  
	  .main .center {
        height:100%;
        width: 1200px;
        display: block;
        margin: 0 auto;
      }
	  
	  .main .center .title {
        width: 100%;
        text-align: center;
      }
	  
	  .main .center .title h6{
		  font-size:30px;
		  color: #333333;
		  /*font-weight: bold;*/
		  margin-bottom:10px;
	  }
	  
	  .main .center .title span{
		  font-size:18px;
		  color: #727272;
	  }
	  
	  .main .center .conone {
        width: 100%;
		margin-top:50px;
      }
	  
	  .main .center .conone ul {
		width: 100%;
		height:100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
	  
	  .main .center .conone ul li {
		  width:600px;
		  height:130px;
      }

	  .main .center .conone ul li img {
		width:70px;
		height:70px;
		float:left;
		display: block;
		padding-left:60px;
      }
	  
	  .main .center .conone ul li h6 {
		font-size: 22px;
        color: #333333;
		padding-left:150px;
		margin-top:4px;
      }
	  
	  .main .center .conone ul li p {
		font-size: 16px;
        margin-top:12px;
        color: #727272;
		padding-left:150px;
      }
	  
	  .main_rk{
		width: 100%;
		margin:0 auto;
		padding:48px 0;
	  }
	  
	  .main_rk .center {
        height:100%;
        width: 1200px;
        display: block;
        margin: 0 auto;
      }
	  
	  .main_rk .center .title {
        width: 100%;
        text-align: center;
      }
	  
	  .main_rk .center .title h6{
		  font-size:30px;
		  color: #333333;
		  /*font-weight: bold;*/
		  margin-bottom:10px;
	  }
	  
	  .main_rk .center .title span{
		  font-size:18px;
		  color: #727272;
	  }
	  
	  .main_rk .center .conone {
        width: 100%;
		margin-top:50px;
      }
	  
	  .main_rk .center .conone ul {
		width: 100%;
		height:100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
	  
	  .main_rk .center .conone ul li {
		  width:589px;
		  height:142px;
		  background:#f2f2f2;
		  margin-bottom:22px;
		  display: flex;
    	  align-items: center;
      }

	  .main_rk .center .conone ul li img {
		width:66px;
		height:66px;
		float:left;
		display: block;
		margin:0 20px 0 40px;
      }
	  
	  .main_rk .center .conone ul li h6 {
		font-size: 22px;
        color: #333333;
      }
	  
	  .main_rk .center .conone ul li p {
		font-size: 16px;
        margin-top:8px;
        color: #727272;
      }
 	  
	  .main_yw{
		width: 100%;
		margin:0;
		background:#f2f2f2;
		padding:50px 0 70px 0;
	  }
	  
	  .main_yw .center {
        width: 1200px;
        display: block;
        margin: 0 auto;
      }
	  
	  .main_yw .center .title {
        width: 100%;
        text-align: center;
      }
	  
	  .main_yw .center .title h6{
		  font-size:30px;
		  color: #333333;
		  /*font-weight: bold;*/
		  margin-bottom:10px;
	  }
	  
	  .main_yw .center .title span{
		  font-size:18px;
		  color: #999999;
	  }
	  
	  .main_yw .center .conone {
		width:1200px;
	    margin:0 auto;
		padding-top:40px;
        /*width: 100%;
		display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
		margin-top:40px;*/
      }
	  
	  .main_yw .center .container{
		 width:100%;
		 border-bottom: 3px solid #ffffff;
		 margin-top:28px;
		 transition: all 0.50s linear;
      }
	  
	  /*.main_yw .center .container_2{
		 width:384px;
		 border-bottom: 5px solid #FFF;
		 margin:22px 0 0 0px;
		 transition: all 1s ease 0s;
      }*/

	  .main_yw .center .conone_2 {
        width:384px;
		height:388px;
		background:#ffffff;
      }
	  
	  .main_yw .center .conone_2 img {
		width:384px;
		height:264px;
		display: block;
        margin: 0 auto;
      }
	  
	  .main_yw .center .conone_2 h6 {
		font-size: 22px;
        color: #333333;
      }
	  	  
	  .main_yw .center .conone_2 span {
		border:1px solid #dddddd;
		background-color:#ffffff;
        color: #cccccc;
        font-size: 14px;
        width: 46px;
        height: 20px;
        line-height: 20px;
        text-align: center;
   		display: block;
   		border-radius: 20px;
		transition: all 0.30s linear;
		
      }
	  
	  .main_yw .center .conone_2 p {
		font-size: 16px;
        color: #727272;
		padding:0 20px;
		
      }
	  
	  .main_yw .center .conone_2:hover .container {border-bottom: 3px solid #c9231e;}
	  /*.main_yw .center .conone_2:hover {background:#c9231e;}*/
	  .main_yw .center .conone_2:hover span {border:1px solid #c9231e;background-color:#c9231e;color:#ffffff;}
	  /*.main_yw .center .conone_2:hover p {color:#FFF;}*/
	  
    .layui-carousel3 {
       width: 100%;
       margin: 0 auto;
    } 
	
	.layui-carousel3 .right2 {
       max-width: 1200px;
       margin-right: auto;
       margin-left: auto;
    }
	
	.layui-carousel3 .right2 ul {
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: wrap;
    	width: 100%;
    }

	.layui-carousel3 .right2 ul li {
   	  width:384px;
  	  height:474px;
	}
	li {
   	  list-style: none;
	}
	
.layui-carousel3 .right2 ul li img {
    width: 384px;
    height: 236px;
}

.layui-carousel3 .right2 .list_box {
	width:334px;
	height:200px;
    padding: 40px 25px 0px 25px;
}

.layui-carousel3 .right2 .list_box2 {
	height:136px;
}

.layui-carousel3 .right2 .list_box2 h6 {
    font-size: 22px;
    color: #333;
    margin-bottom: 12px;
}

.layui-carousel3 .right2 .list_box2 p {
    color: #727272;
    font-size: 14px;
    line-height: 1.6em;
}

.layui-carousel3 .right2 .list_box .read-more a {
	border:1px solid #999999;
    color: #666666;
    font-size: 14px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    border-radius: 2px;
    /*margin-top: 10px;*/
    transition: all 0.30s linear;
}

.layui-carousel3 .right2 ul li:hover .list_box .read-more a {background: #c9231e;border:1px solid #ffffff;color: #ffffff; text-decoration: none;}
 	  
	  .main_al{
		width: 100%;
		margin:0;
		background:#f2f2f2;
		padding:50px 0 65px 0;
	  }
	  
	  .main_al .center {
        width: 1200px;
        display: block;
        margin: 0 auto;
      }
	  
	  .main_al .center .title {
        width: 100%;
        text-align: center;
      }
	  
	  .main_al .center .title h6{
		  font-size:30px;
		  color: #333333;
		  /*font-weight: bold;*/
		  margin-bottom:10px;
	  }
	  
	  .main_al .center .title span{
		  font-size:18px;
		  color: #999999;
	  }
	  
	  .main_al .center .conone {
		width:1200px;
	    margin:0 auto;
		padding-top:40px;
        /*width: 100%;
		display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
		margin-top:40px;*/
      }
	  
	  .main_al .center .container{
		 width:30px;
		 border-bottom: 2px solid rgba(229,229,229,1);
		 margin:14px 0 0 177px;
      }
	  
	  .main_al .center .container_2{
		 width:384px;
		 border-bottom: 5px solid #FFF;
		 margin:22px 0 0 0px;
		 transition: all 1s ease 0s;
      }

	  .main_al .center .conone_2 {
        width:384px;
		height:512px;
		background:#ffffff;
      }
	  
	  .main_al .center .conone_2 img {
		width:384px;
		height:285px;
		display: block;
        margin: 0 auto;
      }

	  .main_al .center .conone_2 h6 {
		font-size: 22px;
        color: #333333;
		padding:40px 25px 13px 25px;
      }
	  
	  .main_al .center .conone_2 p {
		font-size: 14px;
        color: #727272;
		line-height: 22px;
		padding:0 25px;
      }
	  
	  .main_al .center .conone_2 time {
		border:1px solid #999999;
        color: #666666;
        font-size: 14px;
        width: 100px;
        height: 34px;
        line-height: 34px;
        text-align: center;
   		display: block;
   		border-radius: 20px;
        transition: all 0.30s linear;
		margin:40px 0 0 25px;;
		
      }

      .main_al .center .conone_2:hover time {background: #c9231e;border:1px solid #ffffff;color: #ffffff; text-decoration: none;}
	  /*.main_al .center .conone_2:hover .container_2 {border-bottom: 5px solid #c9231e;}
	  .main_al .center .conone_2:hover {background:#c9231e;}
	  .main_al .center .conone_2:hover h6 {color:#FFF;}
	  .main_al .center .conone_2:hover p {color:#FFF;}*/
	  
	  .main_ys{
		width: 100%;
		margin:0;
		padding:60px 0 0 0;
	  }
	  
	  .main_ys .center {
        height:100%;
        width: 1200px;
        display: block;
        margin: 0 auto;
      }
	  
	  .main_ys .center .title {
        width: 100%;
        text-align: center;
      }
	  
	  .main_ys .center .title h6{
		  font-size:30px;
		  color: #333333;
		  margin-bottom:10px;
	  }
	  
	  .main_ys .center .title span{
		  font-size:18px;
		  color: #999999;
	  }
	  
	  .main_ys .center .conone {
		width: 100%;
		margin-top:40px;
      }
	  
	  .main_ys .center .conone ul {
		width:100%;
		margin:0 auto;
        display: flex;
		justify-content: space-between;
        flex-wrap: wrap;
      }
	  
	  .main_ys .center .conone ul li {
		width:222px;
		height:174px;
		background:#f2f2f2;
		margin-bottom:22px;
      }	  
	  
	  .main_ys .center .conone ul li img {
		  width:85px;
		  height:68px;
		  margin:22px 68.5px 0 68.5px;
      }
	  
	  .main_ys .center .conone ul li h6 {
		font-size: 20px;
        margin-top: 10px;
        text-align: center;
        color: #333333;
      }
	  
	  .main_ys .center .conone ul li p {
		font-size: 14px;
        margin-top: 4px;
        text-align: center;
        color: #666666;
		padding:0 10px;
      }
	  
	 .main_wx{
		width: 100%;
		margin:0;
		padding:60px 0 10px 0;
	  }
	  
	  .main_wx .center {
        height:100%;
        width: 1200px;
        display: block;
        margin: 0 auto;
      }
	  
	  .main_wx .center .title {
        width: 100%;
        text-align: center;
      }
	  
	  .main_wx .center .title h6{
		  font-size:30px;
		  color: #333333;
		  margin-bottom:10px;
	  }
	  
	  .main_wx .center .title span{
		  font-size:18px;
		  color: #999999;
	  }
	  
	  .main_wx .center .conone {
		width: 100%;
		margin-top:40px;
      }
	  
	  .main_wx .center .conone ul {
		width:100%;
		margin:0 auto;
        display: flex;
		justify-content: space-between;
        flex-wrap: wrap;
      }
	  
	  .main_wx .center .conone ul li {
		width:276px;
		height:222px;
		background:#f2f2f2;
		margin-bottom:12px;
      }	  
	  
	  .main_wx .center .conone ul li img {
		width:85px;
		  height:68px;
		  margin:35px 95.5px 0 95.5px;
      }
	  
	  .main_wx .center .conone ul li h6 {
		font-size: 20px;
        margin-top: 14px;
        text-align: center;
        color: #333333;
      }
	  
	  .main_wx .center .conone ul li p {
		font-size: 14px;
        margin-top: 6px;
        text-align: center;
        color: #666666;
		padding:0 45px;
		line-height:20px;
      }
	  
	  .main_kh{
		width: 100%;
		margin:0;
		background:#f2f2f2;
		padding:60px 0 50px 0;
	  }
	  
	  .main_kh .center {
        height:100%;
        width: 1200px;
        display: block;
        margin: 0 auto;
      }
	  
	  .main_kh .center .title {
        width: 100%;
        text-align: center;
      }
	  
	  .main_kh .center .title h6{
		  font-size:30px;
		  color: #333333;
		  margin-bottom:10px;
	  }
	  
	  .main_kh .center .title span{
		  font-size:18px;
		  color: #999999;
	  }
	  
	  .main_kh .center .conone {
		width: 100%;
		margin-top:40px;
      }
	  
	  .main_kh .center .conone ul {
		width:100%;
		margin:0 auto;
        display: flex;
		justify-content: space-between;
        flex-wrap: wrap;
      }
	  
	  .main_kh .center .conone ul li {
		width:230px;
		height:108px;
		background:#ffffff;
		margin-bottom:20px;
      }
	  
	  .main_kh .center .conone ul li img {
		  width:80px;
		  height:80px;
      }
	  
	  .main_kh .center .conone ul li p {
		font-size: 18px;
        color: #666666;
		padding-left:10px;
      }
	  
	  .main_lb{
		width: 100%;
		margin:0;
		background:#f2f2f2;
		padding:60px 0 30px 0;
	  }
	  
	  .main_lb .center {
        height:100%;
        width: 1200px;
        display: block;
        margin: 0 auto;
      }
	  
	  .main_lb .center .title {
        width: 100%;
        text-align: center;
      }
	  
	  .main_lb .center .title h6{
		  font-size:30px;
		  color: #333333;
		  margin-bottom:10px;
	  }
	  
	  .main_lb .center .title span{
		  font-size:18px;
		  color: #999999;
	  }
	  
	  .main_lb .center .conone {
		width: 100%;
		margin-top:50px;
      }
	  
	  .main_lb .center .conone ul {
		width:100%;
		margin:0 auto;
        display: flex;
		justify-content: space-between;
        flex-wrap: wrap;
      }
	  
	  .main_lb .center .conone ul li {
		width:154px;
		height:124px;
		margin-bottom:20px;
		/*background:#ffffff;
		border-radius: 4px;
		box-shadow: 0 4px 4px #ebebeb;
		border-right:1px solid #cccccc;
		border-top:1px solid #cccccc;*/
      }
	  
	  .main_lb .center .conone ul li img {
		width:68px;
		height:68px;
		display: block;
        margin: 0 auto;
		padding-top:12px;
      }
	  
	  .main_lb .center .conone ul li p {
		font-size: 16px;
        margin-top: 12px;
        text-align: center;
        color: #3f3f3f;
      }
	  
	  .main_lc{
		width: 100%;
		margin:0;
		padding:50px 0 100px 0;;
	  }
	  
	  .main_lc .center {
        height:100%;
        width: 1200px;
        display: block;
        margin: 0 auto;
      }
	  
	  .main_lc .center .title {
        width: 100%;
        text-align: center;
      }
	  
	  .main_lc .center .title h6{
		  font-size:30px;
		  color: #333333;
		  /*font-weight: bold;*/
		  margin-bottom:10px;
	  }
	  
	  .main_lc .center .title span{
		  font-size:18px;
		  color: #999999;
	  }
	  
	  .main_lc .center .conone {
        width: 100%;
      }
	  
	  .main_lc .center .conone ul {
		width: 100%;
		height:100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
      }
	  
	  .main_lc .center .conone ul li {
		width: 156px;
		height:94px;
		/*background:#c9231e;*/
		border:2px solid #c8c8c8;
		border-radius:10px;
		margin-top:40px;
		padding:0 12px;
      }
	  
	  .main_lc .center .conone ul li h6 {
		font-size: 20px;
        margin-top: 12px;
        text-align: left;
        color: #333333;
      }
	  
	  .main_lc .center .conone ul li p {
		font-size: 14px;
        margin-top: 6px;
        text-align: left;
        color: #727272;
      }

      .bottom {
		width:100%;
        height:360PX;
		background:#2d2d33;
      }
	  
	  .bottom_2 {
		 width:100%;
		 height:80px;
         margin: 0 auto;
		 background:#00438d;
      }
	  
	  .bottom_content_2 {
		 width: 1200px;
         margin: 0 auto;    
      }
  
      .bottom_content {
		 width: 1200px;
         margin: 0 auto;
         padding: 30px 0 45px 0;
         display: flex;
         justify-content: space-between;    
      }
	  
      .sg-ul>li{ margin-top: 10px;}
	  .sg-ul>li>h6{color:#F0F0F0;font-size:18px;/*font-weight: bold;*/ margin-bottom:18px;}
	  .sg-ul>li>h6>a{color:#F0F0F0;}
	  .sg-ul>li>p{font-size:14px; color: #EBEBEB;}
      .sg-ul>li>p>a{color: #EBEBEB;}
      

	 /*分页*/
     .page-num:not(:disabled) {
	    cursor: pointer;
      }
     .page-num, .page-link {
	    position: relative;
	    display: inline;
	    padding: .5rem .75rem;
	    margin-left: -1px;
	    line-height: 1.25;
	    color:#666666;
	    /*background-color: #fff;*/
	    border: 1px solid #999999;
      }
	  
     .page-link:hover {
	    /*text-decoration: none;*/
		color:#3F3F3F;
      }
	  
     .page-num-current {
	    z-index: 1;
	    color: #fff;
	    background-color:#3F3F3F;
	    border-color:#3F3F3F;
     }
	 
     .page-num-current:hover {
	    color: #fff;
     }
	 
/*职位招聘*/
.Product_Centerdetail2{
  width: 100%;
}

.Product_Centerdetail2 .product {
  width: 1230px;
  margin-top:20px;
  margin-bottom:0px;
  margin-left:auto;
  margin-right:auto;
}

.Product_Centerdetail2 .product ul {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.Product_Centerdetail2 .product ul li {
  width: 380px;
  margin: 40px 15px 0 15px;
}


.card {
	width:380px;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	background:#FCFCFC;
}
.card_header {
    padding: .75rem 1.25rem;
    background:#EEE;
    border-bottom: 1px solid rgba(0,0,0,.125);
	font-size:18px
}

.card_body {
    font-size:14px;
    padding: 1.25rem;
}

.card_footer {
	font-size:14px;
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

.btn {
    display: inline-block;
    padding: .375rem .75rem;
    border-radius: .15rem;
	color: #fff;
    background-color: #c9231e;;
}
