@charset "utf-8";
.areas_01 {
    width: 380px;
   /*  float: left; */
    margin-right: 30px;
    border-top: 2px solid #ec760d;
    padding-top: 16px;
    margin-bottom: 60px;
    font-size: 14px;
}
.areas_01 h1 {
    margin-top: 16px;
    margin-bottom: 10px;
    display: inline-block;
    width: 380px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1f92d6;
   /*  text-align: center; */
}



.areas_01 a {
    width: 380px;
    height: 56px;
    display: inline-block;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.ss{
   /*  border-bottom: 1px solid #d4d4d4; */
        display: block;
  }
.ss .tt {
    padding-bottom: 20px;
    /* background: url(line.png) no-repeat flet bottom; */
    display: inline-block;
    width: 100%;
    
        color: #444444;
    /* border-bottom: 3px solid #008c95; */
}

.ss .tt .tit {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: normal;
}
.ss .tt .tit .title {
    display: inline-block;
    margin-right: 20px;
    font-size: 24px;
        line-height: 24px;
    font-weight: normal;
    color: #141414;
    cursor: pointer;
}

.ss .more_btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 13px;
    margin-top: 15px;
    line-height: 13px;
    float: right;
}

.ss .more_btn a {
    color: #8c8c8c;
    font-size: 13px;
    cursor: pointer;
    font-family: "Microsoft yahei";
}

.ss .more_btn a:hover {
    color: #666;
}

 .foot-left{
     width: 50%;
    margin: auto;
 }





 .areas_01 .imgs{
    width:380px;
    height:162px;
   /*   border:1px solid #808080; *//*给外部加一个边框*/
     /*  transition-duration:0.5s; */ /*过度的时间为0，5秒*/
        overflow: hidden;  
 }
 .img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
}




/* 图片放大 */
  .img:hover {
	transform:scale(1.2)
}

.n-img{
  width:400px;
   height: 267px;
   overflow: hidden; 
}
.n-imgs{
   display: block;
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.n-imgs:hover  {
	transform:scale(1.2)
}

/* -------------------------------------- */


        /*标题样式*/
       /*  p{
            text-align: center;
            font-size: 25px;
            color: cadetblue;
            font-family: fantasy;

        } */

        .imgBox{
            /* border-top: 2px solid cadetblue; */
            
            width: 100%;
            height: 100%;
            margin: 0 auto;

        }

        .imgBox img{
            width: 100%;
            /* height: 650px; */
            margin: 0 auto;
            /* padding-top: 30px; */

        }

        .img1{
            display: block;
        }

        .img2{
            display: none;
        }

        .img3{
            display: none;
        }
        .img4{
            display: none;
        }

        .img5{
            display: none;
        }
        
       .new_list {
    /* width: 400px; */
    float: left;
} 
        ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
        ul {
    list-style: none;
}
        .new_list ul li {
    margin-bottom: 36px;
}
        
  .new_list ul li .time {
    font-weight: bold;
    display: inline-block;
    width: 80px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    color: #ec760d;
    border-right: 1px solid #02548a;
    float: left;
}
        
  .new_list ul li a {
    display: inline-block;
    width: 77%;
    height: 46px;
    line-height: 23px;
    float: left;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
        
        .clear {
    clear: both;
}
        
        
      @media screen and (min-width: 1144px) {
        
       /*  导航条 */
        .nav .wp-menu .menu-item { text-align: center;}
       .wp-menu .i1{ width:10%;}
       .wp-menu .i2, .wp-menu  .i3, .wp-menu  .i4{ width:17%;} 
        .i5{ width:20%;}
        .i6{ width:19%;}
         .nav .wp-menu .menu-item a.menu-link { width: 100%;}
        /* 二级菜单 li a */
        .i2 .sub-item, .i3 .sub-item, .i4 .sub-item { width: 221px;text-align: center;}
        .i5 .sub-item {width: 260px;text-align: center;}
        .i6 .sub-item {width: 251px;text-align: center;}
        
        
        }  
        
        
        @media screen and (min-width: 999px) and (max-width:1144px) {
        
          /*  导航条 */
        .nav .wp-menu .menu-item { text-align: center;}
       .wp-menu  .i1{ width:10%;}
        .wp-menu .i2, .wp-menu .i3, .wp-menu .i4{ width:17%;} 
        .wp-menu .i5{ width:20%;}
        .wp-menu .i6{ width:19%;}
         .nav .wp-menu .menu-item a.menu-link { width: 100%;}
        
          .i2 .sub-item, .i3 .sub-item, .i4 .sub-item { width: 170px;text-align: center;}
        .i5 .sub-item {width: 200px;text-align: center;}
        .i6 .sub-item {width: 251px;text-align: center;}
        
        
        }
        
        
        
        
       /*  #nav { background: #008c95; border-bottom: 2px solid #d5d3d3;} */
        
        
         @media screen and (min-width: 1000px) {
          .d_focus{display:none }
           .d_section{display:block  }
       } 
       @media screen and (max-width: 999px) {
        .d_focus{display:block }
       .d_section{display:none  }
      }   
      
        @media screen and (min-width: 700px) and (max-width:999px) {
        
        .imgBox img{height:300px;}
        }
        
        @media screen and (max-width: 700px) {
          .imgBox img{height:200px;}
      } 
      
/* -------------------------------------- */



body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 20px;
}
section {
	display: block;
	overflow: hidden;
	position: relative;
}
.button {
	background: #014464;
	background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #0C577A), color-stop(.5, #014D71), to(#003E5C)); 
	border: 1px solid #368DBE;
	border-top: 1px solid #c3d6df;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
	color: white;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px black;
	text-transform: uppercase;
	width: auto;
}
.button2 {
	background: #d9ae00;
	background: -moz-linear-gradient(top, #b28b06, #9c7705 50%, #9c7705 51%, #5c4100);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b28b06), color-stop(.5, #9c7705), color-stop(.5, #9c7705), to(#5c4100)); 
	border: 1px solid #c7a60c;
	border-top: 1px solid #e5d51f;
}
.button3 {
	background: #ffd838;
	background: -moz-linear-gradient(top, #edbf21, #c89b0f 50%, #9c7705 51%, #906706);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #edbf21), color-stop(.5, #c89b0f), color-stop(.5, #c89b0f), to(#906706)); 
	border: 1px solid #c7a60c;
	border-top: 1px solid #e5d51f;
}
.price_table {
    float: right;
	font-size: 12px;
    margin: 10px auto 0;
    padding: 20px 0;
	position: relative;
	width: 570px;
}
.price_table .price_column.highlighted {
	background: #ffd838;
    margin: -5px!important;
	padding: 10px;
    z-index: 2;
}
.price_table .price_column {
	display: block;
	margin: 5px;
    float: left;
    position: absolute;
	width: 180px;
    z-index: 1;
}
.price_table .price_column > div {
	background: #eeeeee;
}
.price_table .price_column > div > div {
	padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #f6f6f6;
}
.price_table .price_column > div > p {
	padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #f6f6f6;
}
.price_table .price_column > div > ul {
	padding: 10px 15px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #f6f6f6;
}
.price_table .price_title {
	background-color: #333333;
    border-top: 0!important;
    color: #ffffff;
    font-size: 14px;
}
.price_table .highlighted .price_title {
    font-size: 16px;
}
.price_table .price_price {
    font-size: 36px;
    line-height: 40px;
}
.price_table .highlighted  .price_price {
    font-size: 40px;
    line-height: 44px;
}
.price_table .price_explanation {
	font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
}
.price_table .cusButton {
	background-color: #333333;
	display: block;
    text-align: center;
}
.price_table li {
	padding: 5px 0;
}
.price_table div.pix_check {
	background: url(list-check-green.png) no-repeat 15px center;
    padding-left: 38px!important;
}
.price_table div.pix_error {
	background: url(list-error.png) no-repeat 15px center;
    padding-left: 38px!important;
}

/* -------------------------------------- */

@keyframes fadein{
    0%{opacity: 0;
         }
    100%{
        opacity: 1;

    }
}
@-webkit-keyframes fadein{
        0%{opacity: 0;
         }
    100%{
        opacity: 1;

    }
}
@-moz-keyframes fadein{
        0%{opacity: 0;
         }
    100%{
        opacity: 1;

    }
}
@-o-keyframes fadein{
        0%{opacity: 0;
         }
    100%{
        opacity: 1;

    }
}
@-ms-keyframes fadein{
        0%{opacity: 0;
         }
    100%{
        opacity: 1;

    }
}
body{
    animation:fadein 3s linear 1;
    -webkit-animation:fadein 3s linear 1;
    -moz-animation:fadein 3s linear 1;
    -o-animation:fadein 3s linear 1;
    -ms-animation:fadein 3s linear 1;
}



/* -------------------------------------- */
 
.row {
    margin-right: -15px;
    margin-left: -15px;
}

.text-center {
    text-align: center;
}

@media (min-width: 1200px)
.col-lg-12 {
    width: 100%;
}

@media (min-width: 1200px)
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
   /*  padding-right: 15px;
    padding-left: 15px; */
}

ul.pagination, ul.pager {
   /*  margin: 0px; */
    text-align: left;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}


@media screen and (max-width: 479px){
.new_list ul li .time {
    width: 60px;
}
}



