body{ background:#f2f2f2!important;}
.w90{ width: 90%; margin:0 5%;}
.about-wrap-first {
    z-index: 1;
    position: relative;
    height: 43vh;
    margin-top: -95px;
    text-align: center;
    background: #fff;
}.inner-text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
    transform: translateY(-50%);
}

.inner-title {
    font-weight: bold;
    font-size: 42px;
    color: #333;
}

.inner-line {
    display: inline-block;
    width: 55px;
height: 3px;    margin: 15px 0 30px;
    background: #333;
}

.inner-descrition {
    /* width: 720px; */
    font-size: 16px;
    color: #333;
    line-height: 1.75;
}


.about-second .item-inner {
    position:relative;
}
.about-second .item-inner .text-wrap {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:  -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background:  -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%,from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
    background:  -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0, 0, 0, 1));
    background:  -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,1));
}
.about-second .item-inner .text-inner {
    padding:5%;
    color:#fff;
}
.about-second .item-inner .title {
    font-weight:bold;
    font-size:20px;
    color:#fff;
}
.about-second .item-inner .line {
    display:inline-block;
    width:55px;
    height:2px;
    margin:10px 0 5px;
    background:#fff;
}
.about-second .item-inner .descrition {
    width:66%;
    font-size:12px;
    color:#fff;
    line-height:2;
}

.about-second .item-inner .title,
.about-second .item-inner .line,
.about-second .item-inner .descrition {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);}

.about-second .each-item:hover .item-inner .title,
.about-second .each-item:hover .item-inner .line,
.about-second .each-item:hover .item-inner .descrition {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);}
.about-second .item-inner .title,
.about-second .item-inner .line,
.about-second .item-inner .descrition{
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;}

 


.about-second .item-list {
    margin-left:-1%;
    margin-top:1%;
}
.about-second .each-item {
    float:left;
    width:49%;
    margin:0 0 1% 1%;
}
.image-wrap img {
    width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    transition: all .4s;
}

.about-page .image-wrap {position:relative;overflow:hidden;}
.about-page .image-wrap:after,
.join-list .each-item .image-wrap:after,
.ourwork-list .each-item .image-wrap:after,
.solution-list .each-item .image-wrap:after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
    opacity:0;
    transition:all .6s ease-in-out;
}


.about-four .each-item {
    position: relative;
}
 

 .about-four .each-item .text-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.about-four .each-item .text-inner {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.about-four .each-item .text-inner .title {
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    transform: translateY(20px);
    opacity: 0;
    transition: all .6s ease-in-out;
}

.about-four .each-item .normal-more-wrap2 {
    transform: translateY(-20px);
    opacity: 0;
    transition: all .6s ease-in-out;
}
 .normal-more-wrap1 {
    position: relative;
    display: inline-block;
    width: 50px;
    /* padding: 20px; */
    border: #fff 1px solid;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
}
 .normal-more-wrap1 img{
    margin-top: 18px; margin-left:15px;
}

 .normal-more-wrap2 {
    position: relative;
    display: inline-block;
    width: 50px;
    /* padding: 20px; */
    border: #fff 1px solid;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
}
 .normal-more-wrap2 img{
    margin-top: 18px;
}
.about-four .each-item:hover .image-wrap{opacity:1;}
.about-four,.about-five .each-item{    margin-top: 30px;    margin: 1% 5%;    opacity: 1;    filter: alpha(opacity=1);    transition:all .6s ease-in-out;}
.about-second .each-item,.about-three.active,.about-four,.about-five .each-item.active{     opacity: 1;    filter: alpha(opacity=100);}

.about-four .each-item:hover .text-inner .title,
.about-four .each-item:hover .normal-more-wrap2{
    opacity:1;
    transform:none;
}


.about-five .each-item {
    position: relative;
    background: #fff;
}
.about-five .each-item {
    margin-bottom: 1%;
    overflow: hidden;
}

.about-five .each-item .item-inner a > div.image-wrap {
    float: right;
}
.about-five .each-item .item-inner a > div {
    float: left;
}
.about-five .each-item .image-wrap {
    width: 57.5%;
}

.about-page .each-item .image-wrap img {
    width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    transition: all .4s;
}
.about-page .each-item img, .join-list .each-item .image-wrap img {
    transition: all .4s ease-in-out;
}
.about-five .each-item .item-inner a > div {
    float: left;
}
.about-five .each-item .text-wrap {
    width: 42.5%;
}
.about-five .each-item .text-inner {
    padding: 11.5%;
}
.about-five .each-item .inner-title {
    margin-bottom: 23px;
    font-size: 36px;
    text-transform: uppercase;
}
.about-five .normal-more-wrap1 {
    position: absolute;
    bottom: 10%;
    border-color: #333;
    transition: all .4s;
} 

.about-five .each-item .inner-descrition {
    width: 77.5%;
    font-size: 18px;
}


.about-four:hover .image-wrap:after,.about-five  .image-wrap:hover:after{
  
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.4);
    opacity:1;
    transition:all .6s ease-in-out;
}

.about-four .image-wrap:after,.about-five .image-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    opacity: 0;
    transition: all .6s ease-in-out;
}

.image-wrap {
    position: relative;
    overflow: hidden;
}
.about-five .each-item .image-wrap img{transition:all .4s ease-in-out;}
.about-second .each-item:hover .image-wrap img,
.about-page .each-item .image-wrap:hover img,
.about-five .image-wrap:hover img{
    transform:scale(1.05);
}



.dg-container{	width: 100%;	height: 450px;	position: relative;}
.dg-container h2{ text-align:center; line-height:50px; font-size:40px; margin:60px 0px;}
.dg-wrapper{	width: 655px;	height: 316px;	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width:  
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(../images/browser.png) no-repeat top left;
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 0px 0px 0px 0px; width:100%!important;
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	bottom: 40px;
	left: 50%;
	margin-left: -29px;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}





.index_pic_turn{width:100%; height:670px; clear:both; margin:0 auto;}
.index_pic_turn h2 {
  font-size: 40px; text-align:center; margin:60px 0;
  line-height: 50px;
}

.index_turn_div_warp{width:100%; height:auto; overflow:hidden; background:url(../images/in_12.jpg) left bottom repeat-x; clear:both;}

.index_turn_nav{ width:720px; height:61px; margin:0 auto; padding-left:360px;}

.index_turn_nav li{float:left; width:93px; height:61px; cursor:pointer; text-align:center; line-height:30px; color:#888; font-size:14px; margin-left:10px; display:inline;}

.index_turn_nav li.on{ background:url(../images/in_13.jpg) no-repeat; color:#fff;}


.index_turn_box{width:100%;height:auto; margin:0 auto; clear:both; margin-top:55px;}

.index_news_list{width:328px; height:265px; overflow:hidden; overflow:hidden; float:left; margin-right:48px; display:inline;}

.index_news_list dt{width:328px; height:126px;}

.index_news_list dd{width:328px; height:auto; overflow:hidden;}
.index_news_list dd p {
display: block;
background: url(../images/in_15.jpg) no-repeat 0 8px;
width: 328px;
height: auto;
line-height: 25px;
text-indent: 20px;
font-size: 16px;
color: #333;
/* overflow: hidden; */
padding-bottom: 10px;}

.index_news_list dd span{ line-height:25px; color:#666;}




.picScroll-left{clear:both;position:relative; }

.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:70px; height:70px; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; position:absolute; position:absolute;top:60px; z-index:9999;}

.picScroll-left .hd .prev{  background:url(../images/about_jian.jpg) no-repeat 0 0;}

.picScroll-left .hd .next{ background:url(../images/about_jian.jpg) no-repeat -74px 0px; float:right;}



.picScroll-left .bd ul{ overflow:hidden; zoom:1; }

.picScroll-left .bd ul li{width:328px; height:265px; overflow:hidden; overflow:hidden; float:left; margin-right:48px; display:inline }




.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}

.curp{
    cursor: pointer;
}


.w1200 {
  margin: 0 auto;
  width: 1200px;
}
.section3 {
}
.section3 .cont {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}
.section3 .cont .tit {
  text-align: center;
}
.section3 .cont .tit h2 {
  font-size: 40px;
  line-height: 50px;
}
.section3 .cont .tit p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.section3 .cont .tit .line {
  width: 70px;
  height: 2px;
  background: #fff;
  margin: 15px auto;
}
.section3 .cont .main {
  width: 1200px;
  margin: 50px auto 0;
}
.section3 .cont .main .swiper-news {
  width: 100%;
  overflow: hidden;
}
.section3 .cont .main .swiper-news .slide-news .box{
  padding: 0 12px;
}
.section3 .cont .main .swiper-news .slide-news .pic img {
  transition-duration: 500ms;
}
.section3 .cont .main .swiper-news .slide-news .txt {
  padding: 18px;background: #fff; display:none;
}
.section3 .cont .main .swiper-news .slide-news .txt h2 {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  margin-bottom: 10px;
}
.section3 .cont .main .swiper-news .slide-news .txt p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.section3 .cont .main .swiper-news .slide-news .txt span {
  margin-top: 30px;
  display: block;
  padding-left: 24px;
  color: #666;
  background: url("http://www.mingkanghui.com.cn/static/web/css/../img/date1.png") no-repeat left center;
}
.section3 .cont .main .swiper-pagination-news {
  position: relative;
  margin: 20px auto 0;
  width: 100%;
  height: 15px;
  text-align: center;
}
.section3 .cont .main .swiper-pagination-news span {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  margin: 0 10px;
  border-radius: 50%;
  overflow: hidden;
}
.section3 .cont .main .swiper-pagination-news span.swiper-active-switch{
  background: #fff;
}

.section3 .cont .main .swiper-button-next-news,
.section3 .cont .main .swiper-button-prev-news,
.faith-th .con .swiper-button-next-news,
.faith-th .con .swiper-button-prev-news {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin-top: -64px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
.section3 .cont .main .swiper-button-next-news,
.section3 .cont .main .swiper-button-prev-news{}
.section3 .cont .main .swiper-button-prev-news,
.faith-th .con .swiper-button-prev-news {
  left: -100px;
  background: url("../images/prev.png") no-repeat;
  background-position: 0 0;
}
.section3 .cont .main .swiper-button-prev-news:hover,
.faith-th .con .swiper-button-prev-news:hover {
  background-position: 0 -64px;
}
.section3 .cont .main .swiper-button-next-news,
.faith-th .con .swiper-button-next-news {
  right: -100px;
  background: url("../images/next.png") no-repeat;
  background-position: 0 0;
}
.section3 .cont .main .swiper-button-next-news:hover,
.faith-th .con .swiper-button-next-news:hover {
  background-position: 0 -64px;
}


 
.float{
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  bottom: 50px;
  right:50px; 
  z-index: 10;
}




@media (max-width: 1300px) {
  .section2 .cont .main,
  .section3 .cont .main{
    margin: 20px auto 0;
  }
  .footer .foot1{
    float: none;
    margin-bottom: 20px;
  }


  .section2 .cont .tit h2,
  .base .cont .tit h2{
    font-size: 30px;
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .section2 .cont .tit h2,
  .base .cont .tit h2{
    font-size: 25px;
    line-height: 40px;
  }
  .section2 .cont .main{
    width: 860px;
  }
  .section2 .cont .main .txt{
    padding: 20px 2%;
    width: 46%;
  }

  

  .float{
    display: none;
  }
  .base .cont .main, 
  .section4 .cont .main{
    height: 400px;
    width: 100%;
  }
  
  #navLi{
    display: none;
  }
  .section2 .cont,
  .section3 .cont,
  .section4 .cont,
  .section5 .cont,
  .base .cont{
    position: relative;
    width: 88%;
    left: 6%;
    margin-left: 0;
    top: 0;
    margin-top: 0;
  }
  .section5 .cont{
    position: absolute;
    top: 30%;
  }
  .section2 .cont .main,
  .section3 .cont .main{
    width: 100%;
  }

  .section2 .cont .main .txt .more{
    margin-top: 20px;
  }
  .section2 .cont .main .txt h2{
    line-height: 40px;
    font-size: 20px;
  }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 769px) and (max-width: 979px) {
    body{
      padding: 0;
    }
}

@media (max-width: 900px){
  .section2 .cont .tit h2{
    font-size: 20px;
    line-height: 40px;
  }
  .section2 .cont .main,
{
    width: 85%;
    background: none;
  }
  .section2 .cont .main .swiper-story{
    width: 100%;
  }
  .section2 .cont .main .txt{
    padding: 20px 2%;
      width: 96%;
      background:#1d7345 url("http://www.mingkanghui.com.cn/static/web/css/../img/bg2.jpg") no-repeat right bottom;
  }

}
@media (max-width: 768px){

.section3 .cont .main .swiper-button-next-news,
.section3 .cont .main .swiper-button-prev-news{}
.section3 .cont .main .swiper-button-prev-news,
.faith-th .con .swiper-button-prev-news {
  left: -20px;
  background: url("../images/prev.png") no-repeat;
  background-position: 0 0;
}
.section3 .cont .main .swiper-button-prev-news:hover,
.faith-th .con .swiper-button-prev-news:hover {
  background-position: 0 -64px;
}
.section3 .cont .main .swiper-button-next-news,
.faith-th .con .swiper-button-next-news {
  right: -20px;
  background: url("../images/next.png") no-repeat;
  background-position: 0 0;
}
.section3 .cont .main .swiper-button-next-news:hover,
.faith-th .con .swiper-button-next-news:hover {
  background-position: 0 -64px;
}



  .w1200{
    padding: 0 18px;
    width: auto;
  }
  
}

/* Landscape phones and down */
@media (max-width: 480px) {
 .section3 .cont .tit p,{
    font-size: 14px;
    line-height: 24px;
  }
  .section3 .cont .main{
    margin-top: 10px;
    width: 100%;
    background: none;
  }
  
}


@media (max-width: 767px){
    .applay-tb{
        width:100%;
        margin: 0 auto;
    }
    .applay-tb td{
       display: block;
       position: relative; 
    }
    .applay-tb td:nth-child(2n+1){
        float: left;
        width: 20%;
        padding-right: 10px;
        margin-top: 5px;
    }
    .applay-tb textarea.applay-input{
        width: 62%;
    }
    .applay-tb .submit{
        position: relative;
        display: block;
        margin: 20px 0 0 20%;
        left: 14px;
    }
    .applay-tb input[type="file"]{
        width: 180px;
    }
}



.msg-tb{
    width: 1200px;
    margin: 0 auto;
}
.msg-tb .spred {
    font-size: 18px;
    font-family: Arial;
    color:#F00;
    margin-left: 12px;
}
.msg-tb {
    border:0;
    border-width: 0 0 1px 1px;
}
.msg-tb tr td {
    padding: 8px 6px;
    border:0;
    border-width:1px 1px 0 0;
    font-size: 16px;
}
.msg-tb tr td {
    line-height: 1.8;
}
.msg-tb .msg-input{
    width: 480px;
    height: 18px;
    padding: 15px 10px;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
    font-size: 16px;
}
.msg-tb textarea.msg-input{
    width: 1078px;
    height: 200px;
}
.msg-tb .msg-input.code{
    width: 90px;
    margin-right: 8px;
}
.msg-tb .submit{
    width: 150px;
    height: 50px;
    background: #1d7345;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: none;
}
.msg-tb .error {
    border-color: #D70128;
}



@media (max-width: 1300px){
    .msg-tb{
        width:100%;
        margin: 0 auto;
    }
    .msg-tb td{
       display: block;
       position: relative; 
    }

    .msg-tb td:nth-child(2n+1){
        float: left;
        width: 20%;
        margin-top: 5px;
        padding-right: 10px;
    }
    .msg-tb .msg-input{
        width: 60%;
    }
    .msg-tb textarea.msg-input{
        width: 60%;
    }
    .msg-tb .submit{
        position: relative;
        display: block;
        margin: 20px 0 0 20%;
        left: 12px;
    }
}

 