*,body{
 margin: 0;
 padding: 0;
 font-size: 15px;
 font-family: "微软雅黑";
}

.container{
 width: 70%;
 margin: 0 auto;
 
}
.pt50{
 padding-top: 40px;
}
.pt30{
 padding-top: 30px;
}
ul li{list-style: none;}
.box-shadow{  
    -webkit-box-shadow:0 7px 5px -5px rgba(0, 0, 0, .5);  
    -moz-box-shadow:0 7px 5px -5px rgba(0, 0, 0, .5);  
    box-shadow:0 7px 5px -5px rgba(0, 0, 0, .5);  
    position: relative;
}
a{text-decoration: none !important;}
.fl{
 float: left;
}
.fr{
 float: right;
}
.clearfix{
 clear: both;
}
.clearfix:after{
 display: table;
 content: " "
}


.title_box{
 width: 100%;
 border-bottom: 1px solid #bdbbbc;
}
.title{
 font-size: 16px;
 font-weight: bold;
 width: 110px;
 color: #FFFFFF;
 padding: 10px;
 background: #c95412;
 text-align: center;
 display: inline-block;
}
.more{
 color: #a7a7a7;
 display: inline-block;
 padding-top: 15px;
}

.head_box{
 width: 100%;
 height: 129px;
}
.head{
 width: 88%;
 margin: 0 auto;
}
.head .logo{
 width: 60%;
 height: 120px;
 padding: 20px;
 box-sizing:border-box;  
 -moz-box-sizing:border-box;   
 -webkit-box-sizing:border-box;   
}
.head .logo img{
 width: auto;
 height: 100%;
}
.head .search{
 width: 40%;
 height: auto;
}

.slider {
 position: relative;
 width: 70%;
 height: auto;
 overflow: hidden;
 margin: 0 auto;
 margin-top:1px;
}
.slides {
 height: 100%;
width:100%;
 overflow: hidden;
 -webkit-backface-visibility: hidden;
 -webkit-transform-style: preserve-3d;
 -webkit-transition: all 500ms cubic-bezier(.165,.84,.44,1);
 -moz-transition: all 500ms cubic-bezier(.165,.84,.44,1);
 -ms-transition: all 500ms cubic-bezier(.165,.84,.44,1);
 -o-transition: all 500ms cubic-bezier(.165,.84,.44,1);
 transition: all 500ms cubic-bezier(.165,.84,.44,1)
}

.slide {
 height: auto;
 float: left;
 clear: none
}
.slider img{
 width: 100%;
 height: auto;
}
.slider-arrows {
}

.slider-arrow {
 position: absolute;
 display: block;
 margin-bottom: -20px;
 width: 40px;
 height: 40px;
 line-height: 40px;
 text-decoration: none;
 text-align: center;
 color: #fff;
 font-size: 2em;
 background-color: #333;
 background-color: rgba(50,50,50,.3);
 border-radius: 50%
}

.slider-arrow--right {
 bottom: 50%;
 right: 30px
}

.slider-arrow--left {
 bottom: 50%;
 left: 30px
}

.slider-nav {
 position: absolute;
 bottom: 30px
}

.slider-nav__item {
 width: 12px;
 height: 12px;
 float: left;
 clear: none;
 display: block;
 margin: 0 5px;
 background: #000;
 border-radius: 100%
}

.slider-nav__item:hover {
 background: #ccc
}

.slider-nav__item--current {
 background: #ccc
}


.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 100%;
    display: block;
}


.content_1,.content_3{
 width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    height: auto;
}
.content_left{
 width: 68%;
 height: auto;
}
.content_1 .content_left .news_box{
 width: 100%;
 padding-top: 20px;
 box-sizing:border-box;  
 -moz-box-sizing:border-box;   
 -webkit-box-sizing:border-box;  
}
.content_1 .content_left .news_box .news_pic{
 width: 40%;
 height: 210px;
}
.content_1 .content_left .news_box .news_list1{
 width: 57%;
}
.content_3 .content_left .news_list2,.content_3 .content_right .news_list3{
 padding: 20px 0 0 0;
}
.content_1 .content_left .news_list1 li{
 list-style: none;
 line-height: 1.8;
}
.content_3 .content_left .news_list2 li{
 list-style: none;
 line-height: 1.8;
 border-bottom: 1px dashed #bdbbbc;
 padding:10px;
}
.content_3 .content_right .news_list3 li{
  list-style: none;
 line-height: 1.8;
 position: relative;
 overflow: hidden;
 text-overflow:ellipsis;
 white-space: nowrap;
 }
.content_3 .content_right .news_list3 li:before{
  content:'';
 }
.content_3 .content_right .news_list3 li:before{
 position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    background: #c0c0c0;
    border-radius: 50%;
}
.content_1 .content_left .news_list1 li a,.content_3 .content_left .news_list2 li a{
 color:#7d7d7d;
}
.content_1 .content_left .news_list1 li a .time,.content_3 .content_left .news_list2 li a .time{
 float: right;
 display: inline-block;
}
.content_3 .content_left .news_list2 li a.brief{
 color:#9f9f9f;
 font-size: 12px;
 text-indent:2em;
 display: block;
}
.content_right{
 width: 30%;
 height: auto;
}
.content_1 .content_right .text{
 padding-top: 20px;
 
}
.content_1 .content_right .text a{
 line-height: 1.8;
 color: #858585;
 text-indent: 2em;
 display: block;
}
.content_2{
 width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    height: auto;
}
.content_2 .link{
 width: 100%;
 margin-bottom: 20px;
}
.content_2 .link ul{
	width:100%;
}
.content_2 .link ul li{
 	float: left;
    width: 16.6%;
	/*height:179px;*/
    text-align: center;
    /*border: 1px #f3f3f3 solid;*/
    border-left: 0px;
    border-top: 0px;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;  
}
/*.content_2 .link ul li:nth-child(5n+1){
    border-left: 1px #f3f3f3 solid;
}
.content_2 .link ul li:nth-child(-n+5){
	border-top: 1px #f3f3f3 solid;
}*/
.content_2 .link ul li a{
	/*background: #FFF;*/
    display: block;
    /*padding: 40px 10px 10px 10px;*/
	margin:0px 7px;
	border: 1px #f3f3f3 solid;
	
}
.content_2 .link ul li a:hover {
    /*color: #000;
    background: #fff6f1;*/
}
.content_2 .link ul li a img{
 	/*width: 47px;
    height: 47px;*/
    display: block;
	margin:0 auto;
	width:100%;
	
}
.content_2 .link ul li a b {
    width: 100%;
    font-weight: normal;
    height: 50px;
    line-height: 22px;
    margin-top: 30px;
    display: block;
	color:#000;
	font-style:normal;
}
.content_3 .content_right .news_list3 li a{
 color:#7d7d7d;
 padding-left: 10px;
 display: block;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;
}
.banquan{
 width: 100%;
 background: #c95412;
 padding: 10px 0;
 text-align: center;
 color: #FFFFFF;
 font-size: 14px;
}


.list_left{
	 width: 20%;
    height: auto;
    padding-right: 15px;
}
.list_left .yiji_title{
 line-height: 60px;
 padding-left: 20px;
 
 font-weight: bold;
 
 color: #FFFFFF;
 font-size: 16px;
 background: #C95412;
}
.list_left .yiji_title i{
 padding-right: 10px;
}

.list_right{
 width: 77%;
    height: auto;
}
.list_nw{
 width: 100% !important;
    height: auto;
}
.list_right .current{
 line-height: 60px;
 
 border-bottom: 1px solid #e2e2e2;
 font-weight: bold;
 
 color: #4D4D4D;
 font-size: 16px;
 text-align: right;
}
.list_right .current i{
 padding-right: 10px;
}

.list_right .current2{
 line-height: 60px;
 
 border-bottom: 1px solid #e2e2e2;
 font-weight: bold;
 
 color: #4D4D4D;
 font-size: 16px;
 text-align: left;
}
.list_right .current2 i{
 padding-right: 10px;
}

.article{
 font-size: 16px !important;
    font-family: 微软雅黑 !important;
    line-height: 28px !important;
    color: #333 !important;
    width: 98% !important;
    margin: 10px auto !important;
    padding: 15px;
}

.accordion {
 width: 100%;
 max-width: 360px;
 margin: 8px auto 20px;
 background: #fff;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px
}

.accordion .link {
 cursor: pointer;
 display: block;
 padding: 15px 15px 15px 42px;
 color: #4d4d4d;
 font-size: 14px;
 font-weight: 700;
 border-bottom: 1px solid #ccc;
 position: relative;
 -webkit-transition: all .4s ease;
 -o-transition: all .4s ease;
 transition: all .4s ease
}

.accordion li:last-child .link {
 border-bottom: 0
}

.accordion li i {
 position: absolute;
 top: 16px;
 left: 12px;
 font-size: 18px;
 color: #595959;
 -webkit-transition: all .4s ease;
 -o-transition: all .4s ease;
 transition: all .4s ease
}

.accordion li i.fa-chevron-down {
 right: 12px;
 left: auto;
 font-size: 16px
}

.accordion li.open .link {
 color: #b63b4d
}

.accordion li.open i {
 color: #b63b4d
}

.accordion li.open i.fa-chevron-down {
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 -o-transform: rotate(180deg);
 transform: rotate(180deg)
}

.submenu {
 display: none;
 background: #f3f3f3;
 font-size: 14px
}

.submenu li {
 border-bottom: 1px solid #ffffff;
}

.submenu a {
 display: block;
 text-decoration: none;
 color: #909090;
 padding: 12px;
 padding-left: 42px;
 -webkit-transition: all .25s ease;
 -o-transition: all .25s ease;
 transition: all .25s ease
}

.submenu a:hover {
 background: #ffffff;
 color: #c95412;
}


.mobile_header{display: none;}



.content_2 .link2{
 width: 100%;
 margin-bottom: 20px;
}
.content_2 .link2 ul{
	width:100%;
}
.content_2 .link2 ul li{
 	float: left;
    width: 16.6%;
	/*height:179px;*/
    text-align: center;
    /*border: 1px #f3f3f3 solid;*/
    border-left: 0px;
    border-top: 0px;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;  
}
.content_2 .link2 ul li a{
	/*background: #FFF;*/
    display: block;
    /*padding: 40px 10px 10px 10px;*/
	margin:0px 7px;
	border: 1px #f3f3f3 solid;
	
}
.content_2 .link2 ul li a img{ width:100%; display:block;height:90px; }

.content_2 .wzlink{}
.content_2 .wzlink ul{ padding:20px 0px; }
.content_2 .wzlink li{ float:left; width:20%; margin:0px 2.5%; }
.content_2 .wzlink li select{ width:100%; }


@media (max-width: 1024px){
 .container{width: 90%;}
 .slider{width: 90%;height: auto;}
 .content_left{width:100%;}
 .content_right{width:100%;}
 .nav{display: none;}
 .head_box{display: none;}
 .mobile_header{display:block;}
 .content_3 .content_left .news_list2{padding-bottom: 22px;}
 .content_2 .link ul li{width:33.3%;}
 .content_2 .link2 ul li{width:33.3%;}
}
@media (max-width: 415px){
 .slider{width: 100%;height: auto;}
 .content_1 .content_left .news_box .news_pic{width: 100%;margin-bottom: 22px;}
 .content_1 .content_left .news_box .news_list1{width: 100%;padding-bottom: 22px;}
 .content_2 .link_pic{width: 50%;}
 .list_left{display: none;}
 .list_right{width: 100%;}
 .content_2 .wzlink li{ width:45%; }

}
