.index_ptone {
  margin-top: 40px;
}

.index_partner_img {
  width: calc( 100% + 20px);
  margin: 35px 0;
}
.index_partner_img > div {
  width: 276px;
  height: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 2px 4px 7px 0px rgba(14, 5, 10, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border:2px solid #fff;
}
.index_partner_img div:hover {
  opacity: 0.6;
  box-shadow: 2px 8px 10px 0px rgba(14, 5, 10, 0.1);
  border:2px solid #dedede;
}
.index_partner_img > div img {
  width: 240px;
  height:100px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.public_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: hidden;
}
.center_box {
  width: 1200px !important;
  margin-left: auto;
  margin-right: auto;
}
.index_titone {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  color: #424242;
}
.text-center {
  text-align: center;
}
.index_ul_one {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 80px;
  width:1500px;
}
.index_ul_one li:hover {
   opacity: 0.7;
   box-shadow: 2px 8px 7px 0px rgba(14, 5, 10, 0.1);
   border:3px solid #dedede;
}
.index_ul_one li {
  border:3px solid #fff;
  width: 274px;
  margin-right: 20px;
  background-color: #ffffff;
  box-shadow: 2px 4px 7px 0px rgba(14, 5, 10, 0.1);
  border-radius: 2px;
  overflow: hidden;
  padding-bottom: 15px;
  transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
}
.index_ul_one li img {
  width: 100%;
  height: 180px;
}
.index_ulOne_titone {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  color: #3a3c3d;
  margin-top: 25px;
  padding: 0 15px;
}
.index_ulOne_tittwo {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #38373c;
  margin-top: 15px;
  padding: 0 15px;
}

div.page {
margin:10px auto;
text-align:center;
}
div.page a{
display: inline-block;
width:30px;
line-height:30px;
border:1px solid #dedede;
}
div.page a.current{
background-color: #dedede !important;
}

.list li{
line-height:35px;	
}
.list li a:hover{
color:#669;	
}
.list span{
float:right;	
}

.content{
width:1200px;
margin:40px auto;
overflow: hidden;
min-height:700px;
margin-bottom: 120px;
}
.content_left{
float:left;
width:180px;
margin-left:10px;
min-height:500px;
box-shadow: 0 0 10px #ccc;
}
.content_left ul{
list-style:none;
}
.nav-current{
background-color: #5FB878;
}
.content_left ul li{
padding:10px 10px;
line-height:30px;
margin-bottom:5px;
border-left:2px solid white;
background-color: #e7e7e7 !important;
width:160px;
font-size:14px;
}
.content_left ul li.third{
padding:2px 10px;
line-height:20px;
border-bottom:2px solid white;
background-color: #efefef !important;
width:160px;
font-size:12px;
margin-top:-5px;
}
.content_left ul li.third a{
line-height:20px;
background-color: #efefef !important;
font-size:12px;
color:#333;
}

.content_left ul li.current{
border-left:2px solid green;
}
.content_left ul li.current a{
}
.content_left ul li a{
display:block;
color:#333;
line-height:25px;
width:100%;
}
.content_right{
padding-left:80px;
float:left;
width:920px;
}
.content_right .item{
border-radius: 5px;
height: 230px; 
margin:10px;
background-color: #f5f5f5;
padding:1px;
width:270px;
margin-right:20px;
border: 1px solid #fff;
float:left;
}
.content_right div.item:hover{
border: 1px solid #e7e7e7;
box-shadow: 0 0 10px #ccc;
}
.content_right div.item:hover div{
 color: #0061ae;
}

.content_right .item .thumbnail{
width: 268px;
height: 200px;
float: left; 
background-color: #f5f5f5;
}
.content_right .item .thumbnail img{
margin:5% 5%;
width: 90%;
height: 90%;
}
.content_right .item .content-item{
float: left; width: 270px;font-size: 14px;line-height: 30px;margin-left: 10px
}
.content_right .item .content-title{
float: left; margin-left:10px;width: 260px;overflow: hidden;height:30px;text-overflow: ellipsis; white-space: nowrap;
}
.content_detail{
width:910px;
float:left;
padding-left:50px;
}
.content_right .path{
font-size:18px;padding-left:10px;display:block;border-left:5px solid #2F4056;
}
.content_detail .path{
font-size:18px;padding-left:10px;display:block;border-left:5px solid #2F4056;
}
.content_detail p{
	width:910px;
    align-items: center;
}
.content_detail img{
margin:1px auto;
}

.contact p{
	line-height: 50px;
}

.of-heand{
    width:1200px;margin:0 auto;
}
.of-heand .of-login{
    z-index:1;
    position: relative;
    width:500px;
    height: 130px;
    line-height: 60px;
    float: left;
    color: #000;
    font-size: 26px;
    text-align: center;
}
.of-heand .of-nav{
    position: relative;
    top: 30px;
    right: 0;
}
.of-banner{
    margin-top: 60px;
}

.of-content{
overflow:hidden;
	margin-bottom:120px;
}
.of-crad{
    clear: both;
}
.of-crad-content{
    margin: 0 auto;
    width: 1200px;
}
.of-crad-title{
    text-align: center;
    font-size: 28px ;
    color: #333;
    font-weight:300 ;
    padding:30px;
}
.of-crad-body{
    font-size: 16px;
    text-indent:2em;
    line-height: 2;
    color: #565758;
}
.of-content .announce{
    width: 580px;
    padding:10px;
    height: 150px;
}

.announce{
    float: right;
}
.announce p.title {
    border-bottom: solid 1px #cccccc;
    border-bottom-color: #EEEEEE;
}

.announce p.title {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    float: left;
    color: #565758;
    width: 100%;
}

.announce ul {
    width: 98%;
}
.announce li {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.announce li span {
    float: right;
    font-size: 12px;
}
.announce a {
    color: #666666;
    cursor: pointer;
}

.of-content .case .title{
    text-align: center;
    font-size: 28px;
    color: #333;
    font-weight: 300;
    padding: 30px;
}
.case ul li{
    float: left;
    width: 280px;
    height: 300px;
    padding: 10px;
}



.of-footer{
    text-align: center;
    padding:30px 0px;
    background-color: #efefef;
    width:100%;
    color: rgba(128, 128, 128, 1);
}
.of-footer p {
    margin-bottom: 10px;
}
.of-footer a {
    color: rgba(128, 128, 128, 1);
}
.bg-light {
    background-color: #f8f9fa!important;
}
.page_head {
    border-bottom: 1px solid #eee;
    margin-top: 20px;
    height: 50px;
}
.nr_title {
    float: left;
    line-height: 1;
}
.nr_position {
    float: right;
    line-height: 1;
    padding-top: 15px;
}
.ResTitle_a1 span {
    font-size: 30px;
    color: #cf0000;
    display: inline-block;
}
a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.ResTitle_a1 em {
    font-size: 14px;
    color: #999999;
    display: inline-block;
}



.content-title {
    color: #1f1f1f;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}
.content-txt {
    margin-top: 25px;
    color: #202020;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 40px;
    min-height:300px;
}

.content-inf {
    margin-top: 14px;
    color: rgb(154, 154, 154);
    font-size: 12px;
    font-family: 宋体;
    text-align: center;
}
.layui-nav{background-color: white;}

.layui-nav .layui-nav-item a{
color: rgba(128, 128, 128, 1);
}
.layui-nav .layui-nav-item a:hover {
	color: rgba(128, 128, 128, 1);
}
.layui-container{
	background-color:#ffffff;
	position: fixed; top: 0;z-index:1;
width:100%;
border-bottom:1px solid #dedede;
padding:0px;
}