body{
  font-family: "Microsoft Yahei";
  font-size: 12px;
  line-height: 1;
}
/*img {
         -webkit-filter: grayscale(1); 
         filter: gray;  
         filter: grayscale(1);
      }
html {
-webkit-filter: grayscale(1);
filter: gray;
 filter: grayscale(1); 
}*/
.ic{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../images/icons.png) no-repeat;
}
.container{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.index-top.container{
  padding: 46px 0 14px 0;
}
.index-top .it-logo{
  
}
.index-top .it-logo img{
  height: 84px;
}
.index-top .it-seach{
  position: absolute;
  right: 0;
  top: 86px;
  z-index: 2;
}
.index-top .it-seach .box{
  float: right;
  position: relative;
  border: 1px solid #e3e6ee;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
}
.index-top .it-seach .box input{
  padding: 0 34px 0 20px;
  margin: 0;
  width: 174px;
  height: 30px;
  outline: none;
  border: none;
}
.index-top .it-seach .box a{
  position: absolute;
  right: 12px;
  top: 6px;
}
.index-top .it-seach .box a .ic-search{
  width: 20px;
  height: 20px;
  background-position: 0 0;
}

.index-menu{
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  background-color: #165eaa;
}
.index-menu ul{
  margin: 0 -7px;
}
.index-menu ul li{
  float: left;
  width: 188px;
  margin: 0 7px;
  position: relative;
}
.index-menu ul li a.primary{
  position: relative;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 48px;
}
.index-menu ul li:hover a.primary{
  background-color: rgba(255, 255, 255, .3);
}
.index-menu ul li:hover a.primary:before{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  border-top: 3px solid #01b2b3;
}
.index-menu ul li dl{
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 7px;
  left: 0;
  padding-top: 11px;
  background-color: rgba(255, 255, 255, .8);
}
.index-menu ul li:hover dl{
  display: block;
}
.index-menu ul li dl dd{
  margin-bottom: 7px;
}
.index-menu ul li dl dd a{
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 29px;
  color: #3a4144;
}
.index-menu ul li dl dd a:hover{
  color: #fff;
  background-color: #01b2b3;
}


.index-banners{
  margin-top: 11px;
  position: relative;
  z-index: 10;
}
#play {
    Z-INDEX: 99;
    BACKGROUND: #fff;
    OVERFLOW: hidden;
    min-width: 1200px;
  margin: 0 auto;
    POSITION: relative;
    HEIGHT: 336px;
}
#play_text ul {
    Z-INDEX: 11;
    RIGHT: 13px;
    BOTTOM: 16px;
    PADDING-TOP: 6px;
    LIST-STYLE-TYPE: none;
    POSITION: absolute
}
#play_text li {
    FLOAT: left;
  margin-left: 8px;
    OVERFLOW: hidden;
    CURSOR: pointer;
    TEXT-ALIGN: center;
  background-color: #fff;
  margin-top: 4px;
  width: 7px;
  height: 7px;
  background-color: #dbdbdb;
  border-radius: 50%;
}
#play_text li.active{
  background-color: #e95412;
}
#play_list{
  margin: 0 auto;
}
#play_list A {
    DISPLAY: block;
    OVERFLOW: hidden;
  height: 336px;
}
#play_list IMG {
    VERTICAL-ALIGN: top! important
}
#play_text IMG {
    WIDTH: 25px;
    HEIGHT: 25px
}


/* flexslider */
.flexslider{position:relative;height:386px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:386px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}


.index-part01{
  margin-top: 15px;
}
.index-part01 .sliders-left{
  float: left;
  border-radius: 6px;
  overflow: hidden;
  width: 620px;
  border: 1px solid #dbdbdb;
}
.index-part01 .sliders-left .flexslider .slides li a{
  display: block;
}
.index-part01 .sliders-left .flexslider .slides li a .img-box{
  width: 100%;
  text-align: center;
  height: 350px;
  overflow: hidden;
}
.index-part01 .sliders-left .flexslider .slides li a p{
  position: relative;
  padding: 0 32px;
  font-size: 16px;
  color:#333;
  line-height: 36px;
  margin-right: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-part01 .sliders-left .flexslider .slides li a p .ic-hot{
  position: absolute;
  top: 8px;
  left: 9px;
}
.ic-hot{
  width: 16px;
  height: 18px;
  background-position: -138px 0;
}
.index-part01 .sliders-left .flexslider .flex-control-nav{
  right: 34px;
  bottom: 13px;
  width: auto;
}
.index-part01 .sliders-left .flexslider .flex-control-nav li{
  margin: 0 3px;
  width: 8px;
  height: 8px;
}
.index-part01 .sliders-left .flexslider .flex-control-nav a{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dbdbdb;
}
.index-part01 .sliders-left .flexslider .flex-control-nav a.flex-active{
  background: #e95412;
}
.index-part01 .sliders-left .flexslider .flex-direction-nav{
  top: initial;
  bottom: 84px;
}
.index-part01 .sliders-left .flexslider .flex-direction-nav li a{
  width: 50px;
  height: 32px;
  background: url(../images/icons.png) no-repeat;
}
.index-part01 .sliders-left .flexslider .flex-direction-nav li a.flex-prev{
  left: initial;
  right: 61px;
  background-position: -206px -5px;
}
.index-part01 .sliders-left .flexslider .flex-direction-nav li a.flex-next{
  right: 11px;
  background-position: -256px -5px;
}

.index-part01 .news-right{
  position: relative;
  margin-left: 650px;
}
.index-part01 .news-right .nr-rec{
  padding-top: 4px;
}
.index-part01 .news-right .nr-rec .tt{
  font-size: 24px;
  color: #333;
}
.index-part01 .news-right .nr-rec .tt a{
  color: #333;
}
.index-part01 .news-right .nr-rec p{
  margin-top: 14px;
  font-size: 14px;
  line-height: 28px;
  color: #333;
}
.index-part01 .news-right .nr-rec p a{
  color: #0c82ff;
}
.index-part01 .news-right .nr-list{
  margin-top: 16px;
}
.index-part01 .news-right .nr-list .nrl-tt{
  position: relative;
  padding: 13px 0;
  border-bottom: 1px solid #cae0f3;
}
.index-part01 .news-right .nr-list .nrl-tt span{
  position: relative;
  font-size: 20px;
  color: #1479d7;
}
.index-part01 .news-right .nr-list .nrl-tt span a{
  color: #1479d7;
}
.index-part01 .news-right .nr-list .nrl-tt span:after{
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  border-bottom: 4px solid #1479d7;
  content: "";
}
.index-part01 .news-right .nr-list .nrl-tt a.more{
  position: absolute;
  top: 17px;
  right: 0;
  font-size: 14px;
  color: #1479d7;
}
.ic-arrow-double-right{
  width: 14px;
  height: 12px;
  background-position: -50px -8px;
}
.index-part01 .news-right .nrl-list{
  margin-top: 16px;
}
.index-part01 .news-right .nrl-list li{
  position: relative;
  padding: 10px 0;
  font-size: 16px;
  color: #e1dbd8;
}
.index-part01 .news-right .nrl-list li a{
  display: block;
    margin-right: 66px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-part01 .news-right .nrl-list li span.split{
  margin: 0 10px;
}
.index-part01 .news-right .nrl-list li span.time{
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 14px;
  color: #333;
}

.index-nav{
  margin-top: 60px;
  min-height: 218px;
}
.index-nav ul li{
  float: left;
  width: 20%;
  text-align: center;
}
.index-nav ul li a{
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 26px 0 0 0;
}
.index-nav ul li a i{
}
.index-nav ul li a p {
  transition: all .3s;
}
.index-nav ul li a i.ic{
  height: 73px;
}
.index-nav ul li a:hover{
  padding: 0;
}
.index-nav ul li a:hover i.ic{
  height: 106px;
}
.ic-plane{
  width: 72px;
  background-position: 0 -80px;
}
a:hover .ic-plane{
  width: 106px;
  background-position: 0 -326px;
}
.ic-heart{
  width: 73px;
  background-position: -94px -80px;
}
a:hover .ic-heart{
  width: 109px;
  background-position: -134px -326px;
}
.ic-clock{
  width: 73px;
  background-position: -190px -80px;
}
a:hover .ic-clock{
  width: 105px;
  background-position: -271px -326px;
}
.ic-hand{
  width: 73px;
  background-position: -286px -80px;
}
a:hover .ic-hand{
  width: 96px;
  background-position: -403px -326px;
}
.ic-book{
  width: 62px;
  background-position: -381px -80px;
}
a:hover .ic-book{
  width: 81px;
  background-position: -527px -326px;
}
.index-nav ul li a p{
  margin-top: 28px;
  font-size: 16px;
  color: #a7d0f3;
}
.index-nav ul li a:hover p{
  margin-top: 38px;
  font-size: 20px;
  color: #0084ff;
}

.index-nav .a-more{
  position: absolute;
  bottom: -43px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.ic-down-more{
  width: 86px;
  height: 86px;
  background-position: -762px -79px;
}


.index-part04{
  padding-bottom: 8px;
  //border-top: 10px solid #f9fafc;
  //background-color: #f9fafc;
}
.index-part04 .ip-section{
  margin-left: -26px;
}
.index-part04 .ip-section .ip-block{
  float: left;
  margin-left: 26px;
  width: 380px;
}
.index-part04 .ip-section .ip-block .ipb-tt{
  display: block;
  position: relative;
  padding: 20px 0 14px 0;
  font-size: 20px;
  color: #1479d7;
  border-bottom: 1px solid #e3e6ee;
}
.index-part04 .ip-section .ip-block .ipb-tt a{
  color: #1479d7;
}
.index-part04 .ip-section .ip-block .ipb-tt:after{
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 80px;
  border-top: 4px solid #1479d7;
  content: "";
}
.index-part04 .ip-section .ip-block .ipb-tt .more{
  position: absolute;
  right: 0;
  top: 26px;
  font-size: 14px;
  background: none;
}
.index-part04 .ip-section .ip-block .ipb-list{
  margin-top: 16px;
}
.index-part04 .ip-section .ip-block .ipb-list ul li{
  padding: 10px 0;
}
.index-part04 .ip-section .ip-block .ipb-list ul li a{
  font-size: 16px;
  display: block;
  margin-right: 35px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height:18px
}


.index-friend-links{
width:1200px;
margin: 0 auto;
position: relative;
z-index: 20;
  background-color: #6eb6e6;
}
.index-friend-links ul{
  height: 40px;
  padding-left: 103px;
  position: relative;
}
.index-friend-links ul:before{
  position: absolute;
  top: 1px;
  left: 0;
  width: 92px;
  height: 38px;
  content: "";
  background: url(../images/friend-link.png);
}
.index-friend-links ul li{
  float: left;
  margin-left: 9px;
  margin-top: 16px;
}
.index-friend-links ul li a{
  font-size: 14px;
  color: #fff;
}



.index-bot{
width:1250px;
margin: 0 auto;
position: relative;
  padding: 50px 0 50px 0;
  background: url(../images/bg-bot.png) top center no-repeat;
  background-color: #1a5a99;
}
.index-bot .ib-left{
  float: left;
  padding-top: 14px;
  width: 900px;
  color: #fff;
}
.index-bot .ib-left p{
  font-size: 14px;
  line-height: 30px;
}
.index-bot .ib-pics{
  float: right;
}
.index-bot .ib-pics .ip{
  float: left;
  margin-left: 18px;
  padding-top: 8px;
  padding-bottom: 4px;
  width: 114px;
  text-align: center;
  background-color: #fff;
}
.index-bot .ib-pics .ip .img-box{
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.index-bot .ib-pics .ip .img-box img{
  width: 100%;
}
.index-bot .ib-pics .ip p{
  margin-top: 4px;
  font-size: 12px;
  color: #333;
  line-height: 18px;
  vertical-align: top;
}
.index-bot .ib-pics .ip p .ic-wachat{
  margin-right: 4px;
  vertical-align: top;
}
.ic-wachat{
  width: 21px;
  height: 18px;
  background-position: -604px -23px;
}


.brunk-nav{
  margin-top: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #e3e6ee;
}
.brunk-nav ul{
  float: left;
}
.brunk-nav p,
.brunk-nav ul li{
  float: left;
  font-size: 12px;
  color: #333;
}
.brunk-nav ul li:after{
  margin: 0 6px;
  content: ">";
}
.brunk-nav ul li:last-child:after{
  display: none;
}
.brunk-nav ul li a{
  color: #333;
}
.category-content{
  margin-bottom: 48px;
  margin-top: 18px;
  position: relative;
}
.category-content .cc-nav{
  position: absolute;
  border-right: 18px solid #f6f9ff;
  top: 0;
  left: 0;
  width: 405px;
  height: 600px;
  background-color: #e6edf7;
}
.category-content .cc-nav .img-title{
  display: block;
  width: 100%;
}
.category-content .cc-nav ul{
  float: right;
  margin-top: 40px;
}
.category-content .cc-nav ul li{
  margin-bottom: 26px;
  float: right;
}
.category-content .cc-nav ul li.active{
  margin-bottom: 20px;
}
.category-content .cc-nav ul li a{
  display: block;
  width: 227px;
  padding-right: 32px;
  font-size: 24px;
  color: #003894;
  text-align: right;
  line-height: 56px;
  background-color: #d8e0ee;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
.category-content .cc-nav ul li.active a{
  width: 280px;
  font-size: 30px;
  color: #fff;
  line-height: 70px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  background-color: #01b2b3;
}
.category-content .cc-nav ul li a:hover{
  color: #fff;
  background-color: #01b2b3;
}
.category-content .cc-list{
  margin-left: 418px;
}
.category-content .cc-list .ccl-rec{
  padding-bottom: 24px;
  border-bottom: 1px solid #e3e6ee;
}
.category-content .cc-list .ccl-rec .img-box{
  float: left;
  width: 318px;
  height: 205px;
  overflow: hidden;
}
.category-content .cc-list .ccl-rec .img-box img{
  max-height: 100%;
}
.category-content .cc-list .ccl-rec .info-right{
  margin-left: 342px;
}
.category-content .cc-list .ccl-rec .info-right p.t{
  font-size: 24px;
  color: #333;
  line-height: 42px;
  transform: translateY(-9px);
}
.category-content .cc-list .ccl-rec .info-right p.d{
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}
.category-content .cc-list .ccl-rec .info-right p.d a{
  color: #0c82ff;
}
.category-content .cc-list .ccl-list ul.news{
  padding-top: 22px;
  padding-bottom: 48px;
  height: 350px;
}
.category-content .cc-list .ccl-list ul.news li{
  padding: 12px 16px 12px 0;
  position: relative;
}
.category-content .cc-list .ccl-list ul.news li a{
  font-size: 17px;
    display: block;
    margin-right: 100px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.category-content .cc-list .ccl-list ul.news li span{
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 16px;
  color: #333;
}
.category-content .cc-list .ccl-list .cc-pages{
  text-align: center;
}
.category-content .cc-list .ccl-list .cc-pages ul{
  display: inline-block;
}
.category-content .cc-list .ccl-list .cc-pages ul li{
  float: left;
  margin: 0 5px;
  color: #a59999;
  line-height: 34px;
}
.category-content .cc-list .ccl-list .cc-pages ul li a{
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 13px;
  font-size: 12px;
  color: #999;
  line-height: 32px;
  float: left;
}
.category-content .cc-list .ccl-list .cc-pages ul li a.active,
.category-content .cc-list .ccl-list .cc-pages ul li a:hover{
  border-color: #ff8a00;
  color: #fff;
  background-color: #ff8a00;
}


/* 新增 2019-09-22 */
.banner-common{
  margin-top: 9px;
}
.banner-common img{
  width: 100%;
}

.company-list{
  margin-top: 32px;
}
.company-list ul{
  margin-left: -25px;
  padding-bottom: 1px;
}
.company-list ul li{
  float: left;
  margin: 0 0 37px 25px;
  width: 383px;
  height: 426px;
  box-shadow: 0 0 30px rgba(204, 204, 223, .3);
}
.company-list ul li a{
  display: block;
  width: 326px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
.company-list ul li a .title{
  border-bottom: 1px solid #6e45e2;
}
.company-list ul li a .title p{
  font-size: 24px;
  line-height: 58px;
  color: #333;
}
.company-list ul li a .img-box{
  margin-top: 23px;
}
.company-list ul li a .img-box img{
  width: 100%;
  height: 216px;
}
.company-list ul li a .desc{
  margin-top: 16px;
}
.company-list ul li a .desc p{
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.page-box{
  margin-top: 22px;
  margin-bottom: 38px;
}
.page-box ul{
  text-align: center;
}
.page-box ul li{
  margin-left: 10px;
  display: inline-block;
  color: #999;
  line-height: 34px;
}
.page-box ul li:first-child{
  margin-left: 0;
}
.page-box ul li a{
  padding: 0 12px;
  border-radius: 4px;
  min-width: 36px;
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ccc;
  padding-top: 8px;
  padding-bottom: 8px;
}
.page-box ul li a.active{
  border-color: #ff8a00;
  color: #fff;
  background-color: #ff8a00;
}


.banner-common{
  position: relative;
}

.banner-common .newest-bobao{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.newest-bobao{
  padding: 4px 0 6px 0;
  background-color: rgba(0, 0, 0, .44);
}
.newest-bobao .nb-left{
  float: left;
  width: 111px;
  height: 45px;
  background: url(../images/bg-bobao.png) no-repeat;
}
.newest-bobao .nb-left p{
  margin-top: 8px;
  padding-left: 10px;
  font-size: 18px;
  color: #fff;
  line-height: 32px;
}
.newest-bobao .nb-right{
  margin-top: 8px;
  margin-left: 122px;
  padding-right: 10px;
  height: 32px;
  overflow: hidden;
}
.newest-bobao .nb-right ul li a{
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
}



.index-bot{
  width: 1200px !important;
}
.index-bot .ib-left{
  margin-left: 25px;
  width: 860px;
}
.index-bot .ib-pics{
  margin-right: 25px;
}






.mb-list ul{
  margin: 0 -31px;
}
.mb-list ul li{
  float: left;
  margin: 0 31px 150px 31px;
  border-radius: 8px;
  width: 253px;
  height: 320px;
  box-shadow: 0 0 24px rgba(67, 67, 250, .3);
  background-color: #fff;
}
.mb-list ul li .img-box{
  margin: -78px auto 0 auto;
  border-radius: 50%;
  overflow: hidden;
  width: 146px;
  height: 146px;
}
.mb-list ul li .img-box img{
  width: 100%;
}
.mb-list ul li .title{
  position: relative;
  padding: 19px 0;
  margin: 9px 28px 0 28px;
  width: 200px;
}
.mb-list ul li .title p{
  position: relative;
  font-size: 18px;
  color: #4f4f6f;
}
.mb-list ul li .title:before{
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 70px;
  border-top: 1px solid #6e45e2;
}
.mb-list ul li .desc{
  margin: 18px 28px 0 28px;
}
.mb-list ul li .desc p{
  font-size: 14px;
  color: #9fa4af;
  line-height: 28px;
  -webkit-line-clamp: 4;
}
.mb-list ul li .opt{
  margin: 15px 28px 0 28px;
  text-align: right;
}
.mb-list ul li a.more{
  display: inline-block;
  width: 100px;
  border-radius: 13px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  background-color: #0084ff;
}




.index-business{
  margin-top: 38px;
}
.index-business .ib-title{
  position: relative;
  padding-left: 20px;
}
.index-business .ib-title p{
  position: relative;
  display: inline-block;
  padding: 0 14px;
  font-size: 20px;
  color: #1479d7;
  background-color: #fff;
  z-index: 1;
}
.index-business .ib-title a.more{
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  width: 74px;
  font-size: 12px;
  color: #c2c9db;
  line-height: 20px;
  text-align: center;
  box-shadow: 0 0 17px rgba(204, 204, 223, .42);
  z-index: 1;
  background-color: #fff;
}
.index-business .ib-title:before{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  content: "";
  border-top: 1px solid #1479d7;
  z-index: 0;
}
.index-business .mb-list{
  padding-top: 105px;
}

.button {
  border: none;
  outline: none;
  background: border-box;
}
.button .ic {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(/Statics/images/icons.png) no-repeat;
}
.button .ic-search {
  width: 20px;
  height: 20px;
  background-position: 0 0;
  position: absolute;
  right: 12px;
  top: 6px;
}


.qt1{
  width: 1200px; 
  height: 161px;
  border:1px solid #ececec; 
  margin-top: 20px;
}

.qt2{
  width: 200px;
  float: left;
}
.qt3{
  float: left; 
  margin-left: 40px;
  margin-top:33px;
}
.qt4{
  width: 450px;
}
.qt5{
  font-size: 16px;
  display: block;
  margin-right: 66px;
  color:
    #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height:30px
}
.qt6{
  width: 1px; 
  height: 120px;
  border:1px solid #f0f0f0; 
  margin-top: 20px;
  float: left;
}
.qt7{
  float: left;
  margin-left: 90px;
  margin-top:33px;
}

/***************二级房产页面css************/
.header{
    width: 100%;
    float: left;
}
.top_nav{
    width: 100%;
    float: right;
    text-align: right;
}
.top_nav a{
    width: 115px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    color: #181818;
    background: #d0d0d0;
    border-radius: 20px;
    display: inline-block;
    text-decoration:none;
    margin: 0px 6px;
}
.top_nav a:hover{
    color: #FFFFFF;
    background: #0084ff;
}
.top_nav a.nav_on{
    color: #FFFFFF;
    background: #0084ff;
}
.main{
    width: 100%;
    float: left;
    margin-top: 15px;
}
.cont_info{
    width: 580px;
    background: #FFFFFF;
    padding: 25px 40px;
    box-shadow: 0 0 30px rgba(204, 204, 223, .4);
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
}
.cont_info .title{
    font-size: 24px;
  color: #333;
  line-height: 57px;
  border-bottom: 1px solid #6e45e2;
}
.cont_info .cont_info_con{
    width: 100%;
    float: left;
    margin-top: 23px;
}
.cont_info .cont_info_con span{
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.cont_info .cont_info_con span img{
    width: 500px;
    height: 331px;
}
.cont_info .cont_info_con p{
    width: 100%;
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.foot{
    width: 100%;
    float: left;
    margin-top: 80px;
}


/**************莲花山庄页面*************/
.lhsz_logo{
    width: 100%;
    float: left;
    /*text-align: center;*/
    margin-top: 17px;
}
.lhsz_logo img{
  float: left;
  margin-right: 20px;
  width: 100px;
  }
.lhsz_logo .text1{
  font-size: 18px;
  margin: 20px;
}

.lhsz_logo .text2{
  font-size: 18px;
  margin: 20px;
}

.lhsz_logo .text3{
  font-size: 14px;
  color:#4f4f6f;
}


.lhsz_rx{
    width: 100%;
    float: left;
    text-align: right;
    font-size: 18px;
    color: #4f4f6f;
    margin-top: 5px;
    margin-bottom: -10px;
}
.lhsz_mod2{
    width: 100%;
    float: left;
    margin-top: 25px;
}
.lhsz_tit{
    width: 100%;
    float: left;
    text-align: center;
}
.lhsz_tit span{
    /*width:150px;*/
    display: block;
    font-size:30px;
    color: #333333;
    margin: 0 auto;
    letter-spacing:10px;
    margin-bottom: 8px;
    overflow: hidden;
    white-space:nowrap;
  height: 40px;
}
.lhsz_intr{
    width: 100%;
    float: left;
}
.lhsz_intr{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4f4f6f;
    line-height: 30px;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 45px;
}
.lhsz_mo3{
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.lhsz_con1{
    width: 100%;
    float: left;
    margin-top: 70px;
}
.lhsz_con1_left{
    width: 470px;
    float: left;
}
.lhsz_con1_right{
    width: 700px;
    float: right;
}
.lhsz_con1_intr{
    width: 100%;
    float: left;
    height: 385px;
    display: flex;            
    justify-content: center;
    align-items: center;
}
.lhsz_con1_intr2{
        width: 470px;
        display: block;
        margin: 0 auto;
}
.lhsz_tit2{
    width: 100%;
    float: left;
    font-size: 30px;
    color: #333333;
    margin-bottom: 45px;
}
.lhsz_con1_intr3{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #898989;
    display: -webkit-box;
　-webkit-box-orient: vertical;
　-webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
    line-height: 23px;
    font-family: "微软雅黑";
}
.lhsz_but{
    width:100px;
    float: left;
    margin-top: 35px;
    line-height: 26px;
    background: #0084ff;
    color: #FFFFFF;
    border-radius: 20px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
}
.lhsz_con1_left2{
    width: 700px;
    float: left;
}
.lhsz_con1_right2{
    width: 470px;
    float: right;
}
.lhsz_con2{
        width: 100%;
    float: left;
    margin-top: 100px;
}

/******************日通检车*************/
.tjc_left{
    width: 871px;
    float: left;
    margin-top: 20px;
    height: 925px;
}
.tjc_mod1{
    width: 100%;
    float: left;
}
.tjc_gz{
    width: 200px;
    float: left;
}
.tjc_gz span{
    width: 100%;
    float: left;
    text-align: center;
}
.tjc_gz p{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #242424;
    font-family: "微软雅黑";
    text-align: center;
  letter-spacing:3px;
  margin-top: 15px;
}
.tjc_img1{
    width: 651px;
    float: right;
}
.tjc_mod2{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.tjc_mod2_left{
    width: 199px;
    float: left;
    margin-top: 3px;
}
.tjc_ewm{
    width: 197px;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    text-align: center;
}
.tjc_but{
    width:199px;
    height: 319px;
    position: relative;
    /*background: url(../images/tjc_bg_ico.png) no-repeat;*/
    margin-top: 18px;
}
.tjc_but a{
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 12px;
    line-height: 70px;
    font-size: 18px;
    color: #FFFFFF;
    display: block;
}
.tjc_mod2_right{
    display: none;
    float: right;
    width: 651px;
    height: 680px;
    border-radius: 10px;
    background: url(../images/tjc_img5.jpg) no-repeat bottom;
    background-size: 100% 680px;
    padding: 20px;
}
.tjc_intro1{
    text-indent: 2em;
    font-size: 16px;
    color: #242424;
    width: 210px;
    float: right;
    line-height: 25px;
    text-align: justify;
    font-family: "微软雅黑";
    letter-spacing:1px;
}
.tjc_video{
   
    width: 610px;
    height: 400px;
    float: left;
  background-color:black;
}
.tjc_intro2{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #242424;
    line-height: 25px;
    text-align: justify;
    margin-top: 25px;
    font-family: "微软雅黑";
    letter-spacing:1px;
}
.tjc_mod3{
    width: 1200px;
    float: left;
    margin-top: 30px;
}
.tjc_tit{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    font-family: "微软雅黑";
    line-height: 30px;
    background: #165eaa;
    padding-left: 10px;
    border-radius: 20px;
    margin-bottom: 20px;
}
.tjc_img_list{
    width: 100%;
    float: left;
}
.tjc_img_list li{
    width:274px;
    float: left;
    margin-right: 24px;
}
.tjc_img_list li a{
    display: block;
}
.tjc_img_list li:last-child{
    margin-right: 0px;
}

.tjc_right{
    width: 305px;
    float: right;
    background: #165eaa;
    border-radius: 20px;
    margin-top: 20px;
    height: 946px;
}
.tjc_right_con{
    width: 297px;
    background: #340c70;
    border-radius: 20px;
    margin: 0 auto;
    overflow: hidden;
}
.tjc_tit2{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    background: #362986;
    line-height: 58px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 13px;
}
.tjc_right_mod1{
    width: 100%;
    float: left;
    margin: 15px 0;
}
.tjc_tit3{
    width: 105px;
    float: left;
    font-size: 18px;
    color: #ffffff;
    font-family: "微软雅黑";
    line-height: 30px;
    background: #165eaa;
    padding-left: 10px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.tjc_right_con2{
  margin-top: 8px;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    line-height: 27px;
    text-align: justify;
    padding: 10px;
}
.tjc_right_mod2{
    width: 100%;
    float: left;
    padding: 15px 0;
    background: #362986;
    padding-top: 19px;
}
.tjc_right_mod3{
    width: 100%;
    float: left;
}
.tjc_img{
    width: 100%;
    float: left;
    margin: 10px 0;
}
.button_a{
    background: #340c70;
    border-radius: 4px;
}

.jc-t{
  width: 100%;
  float: left;
  font-size: 22px;
  color:#333333;
  margin-bottom: 25px;
  margin-top:10px;
}
.jc-s{
  width: 100%;
  float: left;
  font-size: 16px;
  color: #898989;
  display: -webkit-box;
  overflow: hidden;
  text-align: justify;
  line-height: 23px;
  font-family: "微软雅黑";
}
.jc-a{
  width: 100px;
  float: right;
  margin-top: 15px;
  line-height: 26px;
  background: #0084ff;
  color:#FFFFFF;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 25px;
}
.rt-ry{
  font-size: 17px;
  margin-left: 20px;
  color: #333;
  margin-top: 10px;

}




