
/*banner*/
 .flexslider {
            margin: 0px auto 20px;
            position: relative;
            width: 100%;
            height: 482px;
            overflow: hidden;
            zoom: 1;
        }

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

        .flex-direction-nav a {
            width: 70px;
            height: 70px;
            line-height: 99em;
            overflow: hidden;
            margin: -35px 0 0;
            display: block;
            background: url(../img/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(../img/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: 482px;
            display: block;
        }
 .flexslider .bj{
 	position: absolute;
 	left: 0;
 	top: 0;
 	width: 100%;
 	height: 100%;
 	background: #000;
 	opacity: 0.6;
 	z-index: 9;
 	display: none;
 }
 .flexslider .textbox{
 	position: absolute;
 	z-index: 999;
 	width: 500px;
 	height: 400px;
 	left: 50%;
 	margin-left: -525px;
 	top: 140px;
 }
  .flexslider .textbox .ljzx{
  	width: 206px;
  	height: 60px;
  	border-radius: 10px;
  	background: #f6d71d;
  	color: #000;
  	font-size: 2em;
  	margin-left: 120px;
  	margin-top: 50px;
  	cursor: pointer;
  	box-shadow: 2px 2px 2px #c3b24e;
  }
/*分类标题*/
.c-nav .flbox{
	height: 140px;
	margin: 30px auto;
}
.c-nav .flbox li{
	position: relative;
	width: 23%;
	height: 132px;
	border: 1px solid #dddddd;
	float: left;
	margin-right: 2.6%;
}
.c-nav .flbox li:hover{
	cursor: pointer;
}
.c-nav .flbox li:nth-child(4){
	margin-right: 0;
}
.c-nav .flbox li .tb{
	width: 80px;
	height: 80px;
	margin: 25px 20px 25px 0;
	border-right: 1px solid #dddddd;
}
.c-nav .flbox li .bt{
	font-size: 1.8em;
	line-height: 130px;
}
.c-nav .flbox li .mb{
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
text-overflow:ellipsis;
overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding:30px 10px;
	background: rgba(0,0,0,0.7);
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	line-height: 1.5em;
	display: none;
}
.c-nav .gsjs{
	height: 360px;
	display: flex;
	align-items: center;
    justify-content: center;
	margin:0 auto;
}
.c-nav .gsjs .imgbox{
	text-align: center;
	width: 509px;
	height: 250px;
	overflow: hidden;
	margin: 0 26px;
}
.c-nav .gsjs img{
	width: 100%;
}
.c-nav .gsjs p{
	width: 677px;
	font-size: 1.4em;
	line-height: 1.5em;
}
.c-nav .ljwm{
	width: 118px;
	height: 39px;
	background: #f6d71d;
	color: #000;
	margin-right: 25%;
	cursor: pointer;
	font-size: 1.2em;
}
.c-nav .ljwm:hover{
	opacity: 0.8;
}
.c-nav .fwbox{
	width: 100%;
	height: 700px;
	background: url(../img/fwbj.jpg) center;
	margin-top: 100px;
	padding-top: 60px;
}
.c-nav .fwbox .btbox{
	text-align: center;
	height: 140px;
	background: url(../img/btbj.png) center bottom no-repeat;
}
.c-nav .fwbox .btbox .dbt{
	font-size: 4em;
	color: #fff;
	line-height: 60px;
}
.c-nav .fwbox .btbox .xbt{
	font-size: 1.4em;
	color: #fff;
	line-height: 30px;
}
.c-nav .fwbox .flcontent{
	margin: 40px auto 10px;
	height: 460px;
}
.c-nav .fwbox .flcontent .btcon{
	text-align: center;
	width: 33.3%;
	float: left;
}
.c-nav .fwbox .flcontent .btcon img{
	width: 70%;
	-webkit-transition:all 1s; 
	-moz-transition:all 1s; 
	-o-transition:all 1s;
}
.c-nav .fwbox .flcontent .btcon:hover{
	cursor: pointer;
}
.c-nav .fwbox .flcontent .btcon:hover img,.c-nav .fwbox .flcontent .btcon.active img{
	transform:scale(1.1,1.1);
}
.c-nav .fwbox .flcontent .btcon p{
	font-size: 1.5em;
	color: #fff;
}
.c-nav .xsbj{
	margin: 0 auto;
	height: 150px;
	background: url(../img/xsbj.png) no-repeat left top;
}
.c-nav .tab-content{
	position: relative;
	margin: 0 auto;
	display: none;
}
.c-nav .tab-content:after{
     content:".";        
     display:block;        
     height:0;        
     clear:both;        
     visibility:hidden;        
}
.c-nav .tab-content .xb01{
	width: 666px;
	height: 318px;
	margin: 0 6px 6px 30px;
}
.c-nav .tab-content .xb02{
	width: 577px;
	height: 279px;
	margin-top: 39px;
	margin-bottom: 6px;
}
.c-nav .tab-content .xb03{
	width: 384px;
	height: 642px;
	margin: 0 6px 0 0;
}
.c-nav .tab-content .xb04{
	width: 435px;
	height: 670px;
	margin: 0 6px 0 0;
}
.c-nav .tab-content .xb05{
	width: 462px;
	height: 670px;
}
.c-nav .tab-content .xb06{
	width: 435px;
	height: 670px;
	margin: 0 6px 0 200px;
}
.c-nav .tab-content .xb07{
	width: 462px;
	height: 670px;
}
.c-nav .tab-content .xbtpcom{
	display: block;
	position: relative;
}
.c-nav .tab-content .xbtpcom:hover{
	cursor: pointer;
}
.c-nav .tab-content .xbtpcom img{
	vertical-align:bottom;
	width: 100%;
}
.c-nav .tab-content .xbtpcom p.bt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 1.2em;
	background: rgba(0,0,0,0.6);
	text-align: left;
	padding-left: 20px;
	color: #fff;
}
.c-nav .tab-content .xbtpcom p.gd{
	position: absolute;
	left: 75px;
	top: 100px;
	line-height: 44px;
	font-size: 2em;
	text-align: left;
	color: #fff;
}
.c-nav .tab-content .xbtpcom p.bjtxt{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	text-align: center;
	color: #fff;
	font-size: 2em;
	line-height: 240px;
	background-image: url(../img/jia.png);
	background-repeat: no-repeat;
	background-position: center 60%; 
	display: none;
}
.c-nav .dbtbj{
	text-align: center;
	width: 1207px;
	height: 137px;
	margin: 40px auto;
	background: url(../img/dbtbj.png) no-repeat center;
	padding-top: 30px;
}
.c-nav .dbtbj p:nth-child(1){
	font-size: 2em;
	line-height: 70px;
}
.c-nav .dbtbj p:nth-child(2){
	font-size: 1em;
	color: #666666;
}
.c-nav .qjcont{
	margin: 0 auto 60px;
}
.c-nav .qjcont:after{
     content:".";        
     display:block;        
     height:0;        
     clear:both;        
     visibility:hidden;        
}
.c-nav .qjcont .imgcon{
	padding-top: 100px;
	width: 380px;
	height: 585px;
	border-radius: 10px;
	background: url(../img/yybj.png);
}
.c-nav .qjcont .imgcon .dbt{
	text-align: center;
	font-size: 2em;
	color: #fff;
}
.c-nav .qjcont .imgcon .xbt{
	padding: 12px;
	text-align: left;
	font-size: 1.2em;
	line-height: 26px;
	color: #fff;
	width: 228px;
	height: 190px;
	margin: 52px auto;
	border: 1px solid #fff;
	border-radius: 10px;
}
.c-nav .qjcont .yyflbox{
	width: 900px;
	margin-left: 18px;
	height: 585px;
}
.c-nav .qjcont .yyflbox .yyfl{
	width: 49%;
	float: left;
	height: 200px;
}
.c-nav .qjcont .yyflbox .yyfl:nth-child(1),.c-nav .qjcont .yyflbox .yyfl:nth-child(3){
	border-right: 1px dashed #ebebeb;
	border-bottom: 1px dashed #ebebeb;
}
.c-nav .qjcont .yyflbox .yyfl:nth-child(2),.c-nav .qjcont .yyflbox .yyfl:nth-child(4){
	border-bottom: 1px dashed #ebebeb;
}
.c-nav .qjcont .yyflbox .yyfl:nth-child(5){
	border-right: 1px dashed #ebebeb;
}
.c-nav .qjcont .yyflbox .yyfl img{
	float: left;
	width: 110px;
	height: 110px;
	margin: 45px 0 0 30px;
}
.c-nav .qjcont .yyflbox .yyfl .btcon{
	width:-webkit-calc(100% - 150px); 
    width:-moz-calc(100% - 150px); 
    width:calc(100% - 150px); 
	float: left;
	padding: 50px 30px 0;
}
.c-nav .qjcont .yyflbox .yyfl .btcon .bt{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 24px;
}
.c-nav .qjcont .yyflbox .yyfl .btcon .nr{
	color: #666666;
}
.c-nav .ysbj{
	width: 100%;
	height: 600px;
	background: url(../img/ysbj.jpg) center;
}
.c-nav .ysbj .yscon{
	margin: 0 auto;
	padding-top: 90px;
}
.c-nav .ysbj .yscon .ysbt{
	font-size: 2.4em;
	font-weight: bold;
	color: #fff;
	height: 88px;
	text-align: center;
	background:url(../img/ysbtbj.jpg) no-repeat center bottom;
}
.c-nav .ysbj .yscon .ysflcon{
	float: left;
	width: 25%;
	padding: 60px 2% 0;
	text-align: center;
}
.c-nav .ysbj .yscon .ysflcon .ysbq{
	width: 90px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 1.4em;
	margin: 30px auto 0;
	text-align: center;
	border: 1px solid #fff;
}
.c-nav .hzjgcon{
	width: 1207px;
	height: 320px;
	margin: 28px auto 0;
}
.c-nav .hzjgcon .hzjg{
	float: left;
	width: 282px;
	height: 320px;
	margin-right: 26px;
}
.c-nav .hzjgcon .hzjg .imgcom{
	width: 282px;
	height: 250px;
}
.c-nav .hzjgcon .hzjg:nth-child(4){
	margin-right:0;
}
.c-nav .hzjgcon .hzjg:nth-child(1) .imgcom,
.c-nav .hzjgcon .hzjg:nth-child(3) .imgcom{
	background: url(../img/hzbj01.png) no-repeat center top;
	background-size:100% 100%;
}
.c-nav .hzjgcon .hzjg:nth-child(2) .imgcom,
.c-nav .hzjgcon .hzjg:nth-child(4) .imgcom{
	background: url(../img/hzbj02.png) no-repeat center top;
	background-size:100% 100%;
}
.c-nav .hzjgcon .hzjg .imgcom p.top{
	background: none;
	font-size: 1.8em;
	text-align: center;
	color: #fff;
	padding-top: 12px;
}
.c-nav .hzjgcon .hzjg .imgcom p.nr{
	width: 100%;
	margin-top: 74px;
	padding: 0 20px;
	height: 110px;
	line-height: 22px;
	font-size: 1.2em;
	color: #fff;
	overflow:hidden;
	text-overflow:ellipsis;
	display: -webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp: 5;
}
.c-nav .hzjgcon .hzjg p.dbt{
	text-align: center;
	color: #000;
	padding-top: 16px;
    font-size: 1.1em;
}
