body{
  background-image: url("../img/bk.png");
  background-repeat: repeat-y;
  background-size: cover;
  width: 100%;
  height: 100%;
}

/*banner样式*/
.banner {
    border-bottom: 2px #0C499B solid;
    position: relative;
    top: 90px;
    margin-bottom: 160px;
}
.banner img{
  width: 100%;
  margin: 0 auto;
}

.title h2 {
    font-size: 30px;
    line-height: 1;
    color: #EE7000;
    letter-spacing: 6px;
    padding: 20px 0;
}
.title span {
    width: 66px;
    height: 2px;
    background-color: #EE7000;
    display: block;
}
.home_about {
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.home_about_left {
    width: 40%;
    height: auto;
    float:left;
    min-width:400px;
}
    .home_about_left p {
        font-size: 14px;
        line-height: 1.9;
        color: #000000;
        margin: 32px 0 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
.home_about_right {   
    margin: 20px;
    height: auto;
    float: left;
    width: 55%;
    min-width: 400px;
}
    .home_about_right img {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
.more_a a {
    font-size: 14px;
    line-height: 1;
    color: #666666;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: solid 1px #aeaeae;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .more_a a:hover {
        border: solid 1px #EE7000;
        background-color: #EE7000;
        color: #FFFFFF;
    }
    .more_a a b {
        display: block;
        width: 20px;
        height: 10px;
        margin-left: 20px;
        background: url(../img/more_a.png)no-repeat center center;
    }

    .more_a a:hover b {
        background: url(../img/more_active.png)no-repeat center center;
    }
@media (max-width: 1399px) {
    .w1200 {
        width: 1120px;
    }
}
.home-p1 .home-p2  {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 6px;
    text-align: center;
}
    .home-p1 .home-p2 span {
        color: #df2321;
    }
.home-p1 img {
    margin: 0 auto;
    display: block;
    margin-top: 3px;
    max-width: 100%;
    max-height: auto;
}
.home-p3 {
    font-size:18px;
    color: #424142;
    text-align: center;
    margin-top: 6px;
    letter-spacing: 3px;
}
.home-p4 {
    text-align: center;
}
.home-p4 img {
    max-width: 100%;
    max-height: auto;
}
/*feature特色内容模块样式*/
.feature{ 
  width: 1120px;
  margin: 0 auto;
}
.feature-content{
  position: relative;
  display: inline-block;
  float: left;
  margin-left: 20px; 
  border-radius: 10px;
  width: 360px;
  height: 420px;
  margin-bottom: 50px; 
  background-color: #fff;
  -webkit-box-shadow:0 0 10px rgba(204,204,204, .5); 
  -moz-box-shadow:0 0 10px rgba(204, 204, 204, .5);  
  box-shadow:0 0 10px rgba(204, 204, 204, .5); 
}

.feature-content:first-child{
  margin-left: 0px; 
}

/*图片边角翻页特效*/
.feature-image {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative;
  /*动画*/
  transition:All 0.4s ease-in-out;
  -webkit-transition:All 0.4s ease-in-out;
  -moz-transition:All 0.4s ease-in-out;
  -o-transition:All 0.4s ease-in-out;
}

.feature-image img {
  width: 100%;
  cursor: pointer;
}

/*折角特效*/
.feature-image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0;
  border-color: rgba(0,0,0,0.2) #fff;
  border-radius: 0 0 0 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -webkit-transition: all 0.4s ease-out;
  transition:all 0.4s ease-out;
}

.feature-image:hover:before{
  border-right-width:80px;
  border-bottom-width:80px;
}

.feature-text {
    width: 100%;
    height: 200px;
    padding: 0px 20px 20px 20px;
    text-align: left;
    background-color: #fff;
}

/*上推特效*/

/*.feature-content:hover{
  cursor: pointer;
}*/

/*.feature-content:hover .feature-image{
  height: 160px;
  transform:translateY(-10px);
  -webkit-transform:translateY(-10px);
  -moz-transform:translateY(-10px);
  -o-transform:translateY(-10px);
  -ms-transform:translateY(-10px);
}*/

.feature-text .feature-icon-project{
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../img/iso.png");
  background-size: contain;
  background-repeat: no-repeat;
  float:left;
  margin-right:10px;
}



.feature-text .feature-text-top {
    width: 100%;
    height: 60px;
    vertical-align: central;
}

.feature-text .feature-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #000;
    text-decoration: none;
    text-align:left;
}

.feature-content .feature-more {
    text-decoration: none;
    cursor: pointer;
    float: right;
    color: #DB7617;
    opacity: 0.6;
    margin-right: 10px;
}

.feature-content .feature-more:hover{
  opacity: 1.0;
}

/*feature响应式处理*/
.feature-response{
  display: none;
  width: 400px;
  height: 500px;
  margin: 0 auto;
}


/*信用认证模块*/
.org-container{
  width: 100%;
  background-color: #fff;
}
.org-container a {
    text-decoration: none;
    color: #000;
}
.org-container-wap {
    float: left;
    width: 40%;
    min-width: 200px;
    margin-right: 10px;
}
.org-container-wap img{
    display: block; 
    width:100%;
    margin:0 auto;
    text-align:center;
}