@charset "utf-8";
/* CSS Document */

/* css reset */

    /* 清除内外边距 */
    body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
    dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
    pre, /* text formatting elements 文本格式元素 */
    fieldset, legend, button, input, textarea, /* form elements 表单元素 */
    th, td { /* table elements 表格元素 */
        margin: 0;
        padding: 0;
		border: 0px;
    }
    
    /* 设置默认字体 */
    body,
    button, input, select, textarea {
	font-family: 'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color:#333;
	/* [disabled]outline:none; */
    }
	button, input, select, textarea{ outline:none;}
    html {line-height: 1; }
    address, cite, em, var,i { font-style: normal; } /* 将斜体扶正 */
    
    h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
    h2 { font-size: 16px; }
    h3 { font-size: 14px; }
    h4, h5, h6 { font-size: 100%; }
    
    /* 重置列表元素 */
    ul, ol, li { list-style: none; }
    
    /* 重置文本格式元素 */
    a { text-decoration: none;color:#333; cursor:pointer;}
    a:hover { text-decoration:none; color:#ef3838; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
	
	/* 重置图片元素 */	
    img {border: 0px;vertical-align:middle;-ms-interpolation-mode: bicubic;}
	
.bx_fl, .fl {float: left;}
.bx_fr, .fr {float: right;}
.container{width:1200px; margin:0 auto;}
.clear{ clear:both;}
.c10{height:10px;width:100%;}
.c20{height:20px;width:100%;}
.c30{height:30px;width:100%;}
.dis{display:block;margin:0px;padding:0;}
.undis{display:none;margin:0px;padding:0;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:".";clear:both;height:0}
.hot .item .img img, .hot .item .pic img{
	width:100%; height:100%;
	overflow-x: hidden;
    overflow-y: hidden;
	transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
	/* Firefox 4 */
	-moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
	/* Safari 和 Chrome */
	-webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
	/* Opera */
	-o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
	}
.hot .item .img img:hover, .hot .item .pic img:hover{
	transform: scale(1.1, 1.1);
	
	-ms-transform:scale(1.1, 1.1); 	/* IE 9 */
	-moz-transform:scale(1.1, 1.1); 	/* Firefox */
	-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */
	-o-transform:scale(1.1, 1.1); 	/* Opera */
	}
	 
/*top*/
.top{width:100%; height:3px;}
.top > div{width:20%; float:left; height:3px;} 
.top > div.yellow{ background-color:#ffb400;}
.top > div.red{ background-color:#ef3838;}
.top > div.blue{ background-color:#1e8dff;}

/*head*/
.header{width:100%; border-bottom:1px solid #cfcfcf; height:80px; box-sizing:border-box; background-color:#fff;}
.header .logo{display:inline-block; float:left; width:230px; height:32px; margin-top:24px; background-image:url(../images/tubiao.png); background-position:-286px -10px;}
.rel{position:relative;}
.header-jf{position:absolute; top:8px; right:0;}
.header-rss{position:absolute; top:29px; right:0;}
.header-tag{position:absolute; top:50px; right:0;}
.header-jf .jf-btn, .header-rss .rss-btn, .header-tag .tag-btn{width:36px; height:16px; line-height:16px; display:inline-block; background-color:#24a5ff; border:1px solid #24a5ff; font-size:12px; color:#fff; text-align:center; border-top-left-radius:9px; -moz-border-top-left-radius:9px; -o-border-top-left-radius:9px; -webkit-border-top-left-radius:9px; border-bottom-left-radius:9px; -moz-border-bottom-left-radius:9px; -o-border-bottom-left-radius:9px; -webkit-border-bottom-left-radius:9px;}
.header-rss .rss-btn{background-color:#ff9000; border:1px solid #ff9000;}
.header-tag .tag-btn{background-color:#a500b9; border:1px solid #a500b9;}
.header-jf .jf-btn:hover{background-color:#fff; color:#24a5ff;}
.header-rss .rss-btn:hover{background-color:#fff; color:#ff9000;}
.header-tag .tag-btn:hover{background-color:#fff; color:#a500b9;}

/*nav*/
.nav{float:left; margin-left:35px; padding-top:24px;}
.nav > .menu li{float:left; line-height:32px; margin-right:50px;}
.nav > .menu li a{font-size:18px; cursor:pointer; color:#333; transition-duration:300ms; -moz-transition-duration:300ms; -webkit-transition-duration:300ms; -o-transition-duration:300ms;}
.nav > .menu li a:hover{color:#ef3838; transition-duration:300ms; -moz-transition-duration:300ms; -webkit-transition-duration:300ms; -o-transition-duration:300ms;}
.nav > .menu li.on a{color:#ef3838;}
.nav > .menu li.more{ position:relative; margin-right:0;}
.nav > .menu li.more:before{content:''; position:absolute; right:-20px; top:13px; display:inline-block; width:12px; height:7px; background-image:url(../images/tubiao.png); background-repeat:no-repeat; background-position:-10px -69px; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.nav > .menu li.more:hover:before{background-position:-10px -86px; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.nav > .menu li > .menu-child{display:none; background:#fff; filter:alpha(opacity=90); background:rgba(255,255,255,0.9); position:absolute; width:120px; z-index:9999; left:-20px;}
.nav > .menu li > .menu-child li{float:none; margin-right:0; line-height:40px; text-indent:20px;}
.nav > .menu li.more:hover > .menu-child{ display:block;}

/*search*/
.header-r{float:right; padding-top:24px;} 
.header-r .search{width:242px; height:30px; box-sizing:border-box; border:1px solid #c2c2c2; border-radius:6px; -moz-border-radius:6px; -o-border-radius:6px; -webkit-border-radius:6px; float:left;} 
.header-r .search .searchCon{width:206px; float:left; background:none; line-height:30px; text-indent:5px; outline:none; font-size:12px;}
.header-r .search .searchMenu{float:left; width:34px; height:30px; background:url(../images/tubiao.png) -102px -40px no-repeat; outline:none; cursor:pointer;}

.header-r .login{float:left; line-height:30px; margin-left:20px; color:#979797; font-size:12px;}
.header-r .login a{color:#444; font-size:16px;}
.header-r .login a:hover{text-decoration:underline;}




/*新闻样式开始*/

/*main*/
.main{padding:32px 0 50px; border-bottom:5px solid #ef3838; position:relative;}
.w860{width:850px; float:left;}

/*news*/
.topNews{width:100%; height:50px; background:url(../images/topNews.png) left top no-repeat #f0f0f0; border-radius:4px; -moz-border-radius:4px; -o-border-radius:4px; -webkit-border-radius:4px; line-height:50px; text-indent:150px;}
.topNews a{color:#1e1e1e; font-size:24px; font-weight:bold;}
.topNews a:hover{color:#ef3838;}
.topNews em,.topNews span{color:#b7b7b7; font-size:12px; margin-left:20px;}

.news{width:100%; height:340px; margin-top:28px;}
.news .banner{float:left; width:510px; height:340px; position:relative; margin-right:24px;}
.news .banner .banner_pre, .news .banner .banner_next{display:none;position:absolute;top:130px;width:20px;height:24px; overflow:hidden;z-index:10;background-image:url(../images/tubiao.png); background-repeat:no-repeat; cursor:pointer;}
.banner_pre{left:15px;background-position:-10px -10px;}
.banner_pre:hover{background-position:-40px -10px;}
.banner_next{right:15px;background-position:-70px -10px;}
.banner_next:hover{background-position:-100px -10px;}
.news .banner .bd{width:100%; height:288px; overflow:hidden;}
.news .banner .bd a{width:100%; height:288px; display:block; position:relative;}
.news .banner .bd img{width:100%; height:100%;}
.news .banner .bd h1{ position:absolute; left:0; bottom:0; width:100%; height:46px; background:#000; filter:alpha(opacity=80); background:rgba(0,0,0,0.7); line-height:46px; text-align:center; color:#fff; font-weight:normal;}
.news .banner .hd{width:100%; text-align:center; margin-top:10px;}
.news .banner .hd ul{display:inline-block;}
.news .banner .hd li{width:8px; height:8px; float:left; margin:10px; position:relative; cursor:pointer;background:#dbdbdb; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%;}
.news .banner .hd li:hover{background:#ef3838; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.news .banner .hd li.on{background:#ef3838; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}

.newsList{}
.newsList .item{margin-top:18px;}
.newsList .item:first{margin-top:0;}
.newsList .item h1{color:#222222;}
.newsList .item .des{color:#555555; line-height:18px; font-size:13px; margin-top:10px;}
.newsList .item span{display:inline-block; margin-top:8px; color:#b7b7b7; font-size:12px;}
.newsList .item span em{margin-left:20px;}

/*hot*/
.hot .hot-nav{width:100%; line-height:40px; height:40px; border-bottom:2px solid #e7e7e7;}
.hot .hot-nav h1{color:#1a1a1a; font-weight:normal; position:relative; line-height:40px; display:inline-block;}
.hot .hot-nav h1 a{color:#1a1a1a; font-weight:normal;}
.hot .hot-nav h1:after{content:""; height:2px; width:100%; position:absolute; left:0; bottom:-2px; background-color:#ef3838;}
.hot .item{border-top:1px solid #f2f2f2; padding:27px 0 16px;}
.hot .item:hover{ background-color:rgba(240,240,240,0.4);}
.hot .item .img{width:260px; height:160px; float:left; display:block; position:relative; margin-right:20px; overflow:hidden;}
.hot .item .img img{width:100%; height:100%;}
.hot .item .img i{width:20px; height:14px; position:absolute; left:11px; bottom:7px; background:url(../images/tubiao.png) -239px -10px no-repeat; display:inline-block;}
.hot .item .text{ overflow:hidden; position:relative;}
.hot .item .text h1 a{color:#1a1a1a; font-weight:normal;}
.hot .item .text h1 a:hover{color:#ef3838;}
.hot .item .text .des{color:#5a5a5a; font-size:14px; line-height:24px; margin-top:20px; height:72px;}
.hot .item .text .fl{margin-top:30px; font-size:12px; color:#b7b7b7;}
.fl .ch{float:left;}
.fl .ch em{margin-left:20px;}
.text .data{right:0; bottom:0; position:absolute;}
.text .data span{color:#b7b7b7; font-size:12px; line-height:14px;}
.text .data .view{padding-left:24px; background:url(../images/tubiao.png) -239px -40px no-repeat;}
.text .data .comment{padding-left:21px; background:url(../images/tubiao.png) -237px -74px no-repeat; margin-left:20px;}
.hot .item .pic{margin-top:18px;}
.hot .item .pic img{width:100%; height:100%;}
.hot .item .pic a{width:260px; height:160px; float:left; display:inline-block; margin-left:20px; overflow:hidden;}
.hot-more{text-align:center; margin-top:60px;}
.hot-more a{padding:5px 40px; border:1px solid #cfcfcf; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; color:#9c9c9c; font-size:16px;}
.hot-more a:hover{border:1px solid #ef3838; color:#ef3838; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}

/*tag*/
.w310{width:310px; float:right;}
.tag .tag-nav{width:100%; border-bottom:2px solid #e7e7e7; padding-bottom:10px; position:relative;}
.tag .tag-nav h1{color:#1a1a1a; font-weight:normal; position:relative; display:inline-block;}
.tag .tag-nav h1:after{content:""; height:2px; width:100%; position:absolute; left:0; bottom:-12px; background-color:#ef3838;}
.tag .tag-nav .change{right:0; bottom:7px; position:absolute; color:#999999; font-size:12px; line-height:14px;}
.tag .tag-nav .change:hover i{-webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -o-transform: rotateZ(180deg);
-ms-transform: rotateZ(180deg); transform: rotateZ(180deg);}
.tag .tag-nav .change i{width:14px; height:14px; display:block; background:url(../images/change.png) no-repeat;-webkit-transition: -webkit-transform .5s ease-out; -moz-transition: -moz-transform .5s ease-out; -o-transition: -o-transform .5s ease-out; -ms-transition: -ms-transform .5s ease-out; float:left; margin-right:5px;}
.tag .tagList{margin-top:15px;}
.tag .tagList a{color:#1a1a1a; font-size:16px; padding:12px 19px; display:inline-block; float:left; margin:0 1px 1px 0; background:#e7e7e7; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.tag .tagList a:hover{background:#f7f7f7; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}

/*issue*/
.issue{margin-top:24px;}
.issue .item{padding:18px 0 12px; border-top:1px dashed #e0e0e0;}
.issue .item:hover{background-color:rgba(240,240,240,0.4);}
.issue .item .img{float:left; width:100px; height:69px; margin-right:18px;}
.issue .item .img img{width:100%; height:100%;}
.issue .item h2{height:48px;}
.issue .item h2 a{line-height:24px; font-weight:normal;}
.issue .item .issue-comment{color:#c7c7c7; font-size:12px; margin-top:8px;}

.vcon .img{position:relative;}
.vcon .img:before{content:""; width:22px; height:22px; display:inline-block; background:url(../images/video-btn.png) no-repeat; left:39px;  top:23px; position:absolute;}

/*topic*/
.topic{margin-top:14px;}
.topic .topicList{margin-top:17px;}
.topic .topicList a{width:310px; height:100px; display:inline-block; margin-bottom:10px;}

/*wcom*/
.wcom{margin-top:16px;} 
.wcom .item{padding:15px 0 8px; border-top:1px dashed #e0e0e0;}
.wcom .item .ori-news{padding:10px 20px; background:#e0e0e0; position:relative; border-radius:12px; -moz-border-radius:12px; -o-border-radius:12px; -webkit-border-radius:12px; line-height:18px;}
.wcom .item .ori-news a{font-size:12px; color:#7d7d7d;}
.wcom .item .ori-news a:hover{text-decoration:underline;}
.wcom .item .ori-news:before{content:""; position:absolute; width:12px; height:14px; display:block; left:19px; bottom:-14px; background:url(../images/tubiao.png) -173px -44px no-repeat;}
.wcom .item .flo{margin-top:20px;}
.wcom .item .flo .zan{width:50px; float:left; text-align:center; background:url(../images/tubiao.png) -156px -10px no-repeat; padding-top:20px; color:#c7c7c7; font-size:12px;}
.wcom .item .flo .com-txt{color:#333333; font-size:14px; line-height:20px; overflow:hidden;}
.wcom .item .flo .com-txt a{color:#333333; font-size:14px; line-height:20px;}
.wcom .item .flo .com-txt a:hover{color:#ef3838;}

/*footer*/
.footer{width:100%; background:#4d4d4d;}
.footer .footer-link{line-height:54px; border-bottom:1px solid #3a3a3a; text-align:center;}
.footer .footer-link a{margin-left:66px; color:#fff; font-size:14px;}
.footer .footer-link a:hover{ text-decoration:underline;}
.footer .copyright{line-height:24px; color:#aeaeae; font-size:12px; text-align:center; padding:15px 0; border-top:1px solid #5f5f5f;}

/*right-fixed*/
.right-fixed{position:fixed; right:0px; bottom:150px; z-index: 10000;}
.right-fixed li{width:50px; height:50px; background-color:#cacaca; margin-bottom:1px; cursor:pointer; position:relative;}
.right-fixed .app, .right-fixed .weixin, .right-fixed .wap, .app-logo, .weixin-logo{background-image:url(../images/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .app:hove, .right-fixed .weixin:hover, .right-fixed .wap:hover{background-image:url(../images/tubiao.png); background-repeat:no-repeat; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.right-fixed .back-top{background-image:url(../images/tubiao.png); background-repeat:no-repeat;}
.right-fixed .back-top:hover{background-image:url(../images/tubiao.png); background-repeat:no-repeat;}
.right-fixed .app{background-position:-10px -170px;}
.right-fixed .weixin{background-position:-65px -170px;}
.right-fixed .wap{background-position:-120px -170px;}
.right-fixed .back-top{display:none; background-position:-175px -170px;}
.right-fixed .app:hover{background-position:-10px -114px;}
.right-fixed .weixin:hover{background-position:-65px -114px;}
.right-fixed .wap:hover{background-position:-120px -114px;}
.right-fixed .back-top:hover{background-position:-175px -114px;}
.app-logo, .weixin-logo, .wap-logo{width:162px; display:none; position:absolute; bottom:0; left:-162px; border:1px solid #ccc; box-sizing:border-box;}
.app-logo{height:180px; background-position:-180px -229px;}
.weixin-logo{height:200px; background-position:-10px -229px;}
.right-fixed .app:hover .app-logo{display:block;}
.right-fixed .weixin:hover .weixin-logo{display:block;}
.right-fixed .wap:hover .wap-logo{display:block;}


/*新闻样式结束*/

/*图库样式开始*/

/*banner*/
.DB_tab25 {width:100%;height:400px;position:relative;overflow:hidden;cursor:pointer;}
.DB_tab25 .DB_bgSet{position:relative;}
.DB_tab25 .DB_bgSet li{position:absolute;width:100%;height:400px;display:none;}
.DB_tab25 .DB_imgSet{position:absolute;width:1200px;height:400px; margin:auto; top: 0; left: 0; bottom: 0; right: 0;}
.DB_tab25 .DB_imgSet .DB_1_1{position:absolute;left:100px;top:149px;}
.DB_tab25 .DB_imgSet .DB_1_2{position:absolute;left:713px;top:223px}
.DB_tab25 .DB_imgSet .DB_1_3{position:absolute;left:83px;top:219px}
.DB_tab25 .DB_imgSet .DB_1_4{position:absolute;left:139px;top:109px}
.DB_tab25 .DB_imgSet .DB_2_1{position:absolute;left:475px;top:80px;}
.DB_tab25 .DB_imgSet .DB_2_2{position:absolute;left:69px;top:107px}
.DB_tab25 .DB_imgSet .DB_2_3{position:absolute;left:69px;top:175px}
.DB_tab25 .DB_imgSet .DB_3_1{position:absolute;left:10px;top:10px;}
.DB_tab25 .DB_imgSet .DB_3_2{position:absolute;left:540px;top:30px}
.DB_tab25 .DB_imgSet .DB_3_3{position:absolute;left:730px;top:180px}
.DB_tab25 .DB_menuWrap{position:absolute;width:1200px; height:400px; margin:auto; top: 0; left: 0; bottom: 0; right: 0;}
.DB_tab25 .DB_menuWrap .DB_menuSet{display:inline-block;}
.DB_tab25 .DB_menuWrap .DB_menuSet li{cursor:pointer;margin:0 4px; width:72px; height:4px; background:#6e6e6e; float:left;}
.DB_tab25 .DB_menuWrap .DB_menuSet li.on{background:#ef3838;}

/*tssj*/
.tssj{}
.tssj .tssjNav{margin:0 14px; width:130px; height:44px; background-image:url(../images/tubiao.png); background-position:-436px -66px;}
.tssjList{margin-top:8px;}
.tssjList .tssjItem{float:left; width:330px; padding:15px; height:260px; overflow:hidden; margin-left:55px; position:relative;}
.tssjList .tssjItem .tssjImg{width:330px; height:200px; display:block;}
.tssjList .tssjItem .tssjImg img{width:100%; height:100%;}
.tssjList .tssjItem h1{margin-top:14px;}
.tssjList .tssjItem h1 a{color:#1f1f1f; font-weight:normal;}
.tssjList .tssjItem p{margin-top:14px; color:#aeaeae; font-size:12px;}
.biankuang{width: 3px;height: 3px;position: absolute;z-index: 99;border-radius:10px;}
.biankuang_1{height: 3px;top: -6px;left:0px;border-left: 3px solid #ef3838;}
.biankuang_2 {width: 0px;bottom:-3px;left: 0px;border-top: 3px solid #ef3838;}
.biankuang_3{height: 0px;bottom:0px;right:0px;border-right: 3px solid #ef3838;}
.biankuang_4{width:0px;top:-3px;right:0px;border-bottom: 3px solid #ef3838;}

/*page*/
.page-large{margin:40px 0 20px; text-align:center;}
.page-large a{width:34px; height:34px; display:inline-block; border:1px solid #d5d5d5; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; line-height:34px; text-align:center; float:left; text-indent:0; color:#666666; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:0 3px;}
.page-large a.on{border:1px solid #ef3838; background:#ef3838; color:#fff;}
.page-large a.none{border:none;}
.page-large .Num:hover{border:1px solid #ef3838; color:#ef3838;}
.page-large .on:hover{border:1px solid #ef3838; color:#fff;}

.page-large .prev-page{background:url(../images/small-prev-page.png) center center no-repeat;}
.page-large .next-page{background:url(../images/small-next-page.png) center center no-repeat;}
.page-large .prev-page:hover{border:1px solid #ef3838; background:url(../images/small-prev-page-on.png) center center no-repeat #ef3838;}
.page-large .next-page:hover{border:1px solid #ef3838; background:url(../images/small-next-page-on.png) center center no-repeat #ef3838;}

/*图库样式结束*/

/*视频样式开始*/

/*video_banner*/
.video{padding-top:28px;}
.video_banner{width:100%; height:400px; background-color:#333639; margin-bottom:30px; position:relative; overflow:hidden;}
.v_item{width:100%; height:100%; overflow:hidden;}
.v_item_img{width:716px; float:left; height:400px;}
.v_item_img img{width:100%; height:100%;}
.v_item_txt{float:left; width:484px;}
.v_item_txt h1{padding:0 24px; margin-top:32px;}
.v_item_txt h1 a{color:#fff; font-size:24px; font-weight:normal; line-height:36px;}
.v_item_txt p{padding:0 24px; margin-top:34px; color:#9fa5aa; font-size:15px;}
.v_item_txt .video_dis{padding:0 24px; margin-top:10px; color:#f1f1f1; font-size:15px; line-height:24px;}
.video_banner .hd{width:484px; position:absolute; text-align:center; height:70px; bottom:36px; right:0;}
.video_banner .hd ul{display:inline-block;}
.video_banner .hd ul li{width:70px; height:70px; float:left; cursor:pointer; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; margin:0 20px; position:relative; z-index:0;}
.video_banner .hd ul li:before{width:70px; height:70px; cursor:pointer; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; position:relative; background-color:rgba(0,0,0,0.7); z-index:1; position:absolute; left:0; bottom:0; content:""; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.video_banner .hd ul li:hover:before, .hd ul li.on:before{background-color:rgba(0,0,0,0); transition-duration:1000ms; -moz-transition-duration:1000ms; -webkit-transition-duration:1000ms; -o-transition-duration:1000ms;}
.video-con{width:90%; margin:20px auto;}

/*jcspNav*/
.tssj .jcspNav{margin:0; background-image:url(../images/tubiao.png); background-repeat:no-repeat; background-position:-436px -126px;}
.jcspList{margin-top:16px;}
.jcspList .tssjItem{padding:0; margin-left:75px; width:350px; margin-bottom:30px; position:relative;}
.jcspList .tssjItem .tssjImg{width:100%; height:200px; position:relative;}
.jcspList .tssjItem .tssjImg:before{position:absolute; width:350px; height:200px; content:''; background:#000;  fliter: alpha(opacity=30); background:rgba(0,0,0,.3); display:none; top:0; left:0; z-index:1;}
.jcspList .tssjItem #caseBlanche{display:none;}
.jcspList .tssjItem:hover #caseBlanche, .jcspList .tssjItem:hover .tssjImg:before{display:block;}
.jcspList .tssjItem #load{height:62px;width:62px;position:absolute;top:70px;left:145px; background:url(../images/video-load.png) center center no-repeat; z-index:2;}
.jcspList .tssjItem #test{height:8px;width:8px;position:absolute;background-color:#fff;border-radius:50%;top:0px;left:10px; z-index:2;}
.jcspList .tssjItem #rond {height:60px;width:60px;border:1px solid #fff;border-radius:50%;position:absolute;top:70px;left:145px;animation:rond 2s infinite;-webkit-animation:rond 2s infinite; z-index:2;}
@keyframes rond {
  0% {transform:rotate(0deg);}
  100% {transform:rotate(360deg);}
}
@-webkit-keyframes rond {
  0% {-webkit-transform:rotate(0deg);}
  100% {-webkit-transform:rotate(360deg);}
}

/*图库样式结束*/

/*下载样式开始*/

/*dl_banner*/
.dl_banner{width:100%; height:400px; background-color:#333639; margin-bottom:30px; position:relative; overflow:hidden;}
.dl_banner .hd{width:716px; position:absolute; text-align:center; height:12px; bottom:19px; left:0;}
.dl_banner .hd ul{display:inline-block;}
.dl_banner .hd ul li{width:12px; height:12px; float:left; cursor:pointer; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; margin:0 9px; position:relative; z-index:0; border:1px solid #fff; box-sizing:border-box;}
.dl_banner .hd ul li:hover, .hd ul li.on{background-color:#fff;}
.dl_Btn{width:484px; text-align:center; position:absolute; bottom:53px; right:0;}
.dl_Btn a{color:#1c1b1b; font-size:20px; padding:14px 40px; background:url(../images/dl_Btn.png) 53.3% center no-repeat #ff8429; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; display:inline-block; cursor:pointer;}
.dl_Btn a:hover{background:url(../images/dl_Btn.png) 53.3% center no-repeat #ff903e;}
.dl_banner .dl_banner_pre, .dl_banner .dl_banner_next{display:none; overflow:hidden; width:23px; height:45px; position:absolute; top:177px; z-index:999; cursor:pointer; background:url(../images/tubiao.png);}
.dl_banner .dl_banner_pre{left:23px; background-position:-287px -137px;}
.dl_banner .dl_banner_next{left:670px; background-position:-353px -137px;}
.dl_banner .dl_banner_pre:hover{background-position:-320px -137px;}
.dl_banner .dl_banner_next:hover{background-position:-386px -137px;}

/*dl_main*/
.dl_main{width:100%; margin-top:30px;}
.dl_main .dl_cls{width:840px; float:left;}
.dl_cls_nav{line-height:36px; border-bottom:2px solid #e7e7e7; height:36px;}
.dl_cls_nav a.normaltab{color:#666666; font-size:18px; margin-left:38px; position:relative; line-height:36px; display:inline-block;}
.dl_cls_nav a:before{content:""; position:absolute; width:4px; height:4px; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; background-color:#666666; display:inline-block; left:-21px; top:18px;}
.dl_cls_nav a.curr, .dl_cls_nav a:hover{font-size:18px; margin-left:38px; position:relative; color:#1a1a1a; line-height:36px; display:inline-block; border-bottom:2px solid #ef3838; transition-duration:0ms; -moz-transition-duration:0ms; -webkit-transition-duration:0ms; -o-transition-duration:0ms;}
.dl_child_nav a:hover{color:#1a1a1a; border-bottom:0px none;}
.dl_cls_nav a:first-child{margin-left:0;}
.dl_cls_nav a:first-child:before{display:none;}
.dl_cls_list{margin-top:40px;}
.dl_cls_list li{float:left; width:110px; text-align:center; margin:0 0 40px 30px;}
.dl_cls_list li:nth-child(6n+1){margin-left:0;}
.dl_cls_list li img{height:64px;}
.dl_cls_list li p{margin-top:5px;}
.dl_cls_list li p a{color:#333333; font-size:12px;}
.dl_cls_list li p a:hover{ text-decoration:underline;}
.dl_child{min-height:520px;}

/*dl_charts*/
.dl_charts{width:310px; float:right; overflow:hidden;}
.dl_charts_nav{line-height:36px; border-bottom:2px solid #e7e7e7; height:36px;}
.dl_charts_nav h1{color:#1a1a1a; font-weight:normal; line-height:36px; display:inline-block; position:relative; border-bottom:2px solid #ef3838;}
.dl_charts_list{width:100%;}
.dl_charts_list .shr{display:none; padding:10px 0; border-top:1px dotted #f0f0f0; vertical-align:middle;}
.dl_charts_list span{color:#fff; font-family:Arial, Helvetica, sans-serif; width:14px; height:14px; border-radius:2px; -moz-border-radius:2px; -o-border-radius:2px; -webkit-border-radius:2px; line-height:14px; text-align:center; font-size:12px; background-color:#a0a0a0; display:inline-block; margin-right:20px; float:left;}
.dl_charts_list .shr .name{color:#333333; font-size:12px;}
.dl_charts_list.first span{background-color:#ff0000;}
.dl_charts_list.second span{background-color:#ef4e38;}
.dl_charts_list.third span{background-color:#ff6c00;}
.dl_charts_list .open{display:none; padding:10px 0; border-top:1px dotted #f0f0f0; vertical-align:middle;}
.dl_charts_list .open img{height:40px; margin-right:12px; float:left;}
.dl_charts_list .open .dl_txt{float:left; padding-top:5px;}
.dl_charts_list .open .name{color:#333333; font-size:12px;}
.dl_charts_list .open p{color:#a4a4a4; font-size:12px; margin-top:10px;}
.dl_charts_list .open p em{color:#3c6084;}
.dl_smbtn{margin-left:30px; padding-top:17px; float:left;}
.dl_smbtn a{padding:5px 10px; display:inline-block; background-color:#00ac35; color:#fff; font-size:12px; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px;}

.dl_top{width:100%; overflow:hidden; margin-top:30px; position:relative;}
.dl_top img{margin-right:28px; float:left;}
.dl_top h2{color:#1f1f1f; margin-top:5px;}
.dl_top .dl_top_des{margin-top:10px;}
.dl_top .dl_top_des p{color:#333333; line-height:24px; font-size:12px;}
.dl_top .dl_top_des span{margin-right:50px;}
.dl_top .dl_top_btn{bottom:1px; left:346px; position:absolute;}
.dl_top .dl_top_btn a{width:160px; height:44px; text-indent:55px; line-height:44px; display:inline-block; background-image:url(../images/dl_top_btn.png); background-position:30px center; background-repeat:no-repeat; background-color:#ff6c00; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; color:#fff; font-size:18px; cursor:pointer;}
.dl_top .dl_top_btn a:hover{background-color:#ff8227;}
.dl_list{margin-top:30px;}
.dl_list .item{margin-bottom:30px;}
.dl_list .item h1{line-height:30px; border-bottom:2px solid #e7e7e7; height:30px;}
.dl_list .item h1 span{color:#1a1a1a; font-weight:normal; font-size:18px; height:30px; line-height:30px; display:inline-block; position:relative; border-bottom:2px solid #ef3838; box-sizing:border-box;}
.dl_list .item .dl_list_txt{margin-top:16px; color:#333333; font-size:14px; line-height:26px;}

.gulike{margin-top:10px;}
.gulike .gulike-item{padding:10px 0; border-top:1px dotted #c7c7c7;}
.gulike .gulike-item img{height:64px; float:left; margin-left:2px;}
.gulike .gulike-item a{padding-left:80px; color:#202020; font-size:16px; display:block; margin-top:10px;}
.gulike .gulike-item p{padding-left:80px; color:#999999; font-size:12px; display:block; margin-top:10px;}

/*下载样式结束*/

/*招聘样式开始*/

.job{padding-top:17px; background-color:#fff; border-left:1px solid #f0f0f0; border-right:1px solid #f0f0f0; box-sizing:border-box;}
.job_main{padding:0 25px;}
.job_banner{width:100%;}

/*.job_search*/
.job_search{margin-top:30px;}
.job_select{width:220px; height:34px; border:1px solid #c7c7c7; color:#333333; font-size:14px; text-indent:10px; box-sizing:border-box; outline:none; margin-right:16px; cursor:pointer;}
.job_searchCon{width:520px; height:34px; border:1px solid #c7c7c7; color:#c8c8c8; font-size:14px; text-indent:10px; box-sizing:border-box; outline:none;}
.job_searchMenu{width:128px; height:34px; color:#fff; display:block; background-color:#ff9600; font-size:16px; outline:none; float:right; line-height:34px; text-align:center; border:none; cursor:pointer;}

/*job_list*/
.job_list{margin-top:30px; border-top:2px solid #ff9600;}
.job_list table td{text-align:center; line-height:50px; font-size:16px; color:#1e1e1e; border-bottom:1px dotted #c7c7c7;}
.job_list table .job_list_menu td{background-color:#f0f0f0; height:50px; font-size:14px; border-bottom:none;}
.job_list table .job_name{color:#006cd0; text-align:left; text-indent:20px;}
.job_list table .job_name a{color:#006cd0;}

/*job_page*/
.job_page a:hover, .job_page a.on{background-color:#ff9600;}

.job-top{ border:1px solid #f0f0f0; box-sizing:border-box; background-color:#fff; padding:30px 40px; position:relative;}
.job-top h1{color:#1f1f1f; font-size:24px; font-weight:normal;}
.job-top .job-des{color:#cfcfcf; font-size:14px; margin-top:20px}
.job-top .job-des span.ye{color:#ff9600; font-size:18px; margin:0 10px 0 0;}
.job-top .job-des span{color:#8b8b8b; font-size:18px; margin:0 10px;}
.job-top .job-tag{margin-top:16px;}
.job-top .job-tag span{color:#546f95; display:inline-block; padding:5px 15px; background-color:#d9e5f3; margin-right:3px;}
.job-top .job_btn{color:#fff; font-size:18px; position:absolute; padding:8px 20px; background-color:#ff9600; display:inline-block; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer; outline:none; right:70px; bottom:30px;}
.job-top .job_btn:hover{background-color:#fb9f1d;}

.job-item{border:1px solid #f0f0f0; box-sizing:border-box; background-color:#fff; padding:30px 40px; margin-top:14px;}
.job-item h1{color:#202020;}
.job-item-txt{margin-top:20px; color:#202020; font-size:14px; line-height:30px;}
.job-item-txt a{color:#1e8dff; font-weight:bold;}
.job-item-txt span{font-weight:bold;}

/*招聘样式结束*/

/*网络调查样式开始*/

/*survey*/
.survey_w840{width:840px; float:left;}
.survey_w840 h1{color:#1f1f1f; font-size:24px; font-weight:normal;}
.survey_con{padding:30px 30px 50px 30px; min-height:430px; margin-top:23px; border:1px solid #e2e2e2; border-radius:7px; -moz-border-radius:7px; -o-border-radius:7px; -webkit-border-radius:7px;}
.survey_con h1{color:#1160b2; text-align:center; font-size:18px;}
.survey_con h3{color:#444444; line-height:26px; font-weight:normal; margin-top:20px;}
.survey_list{margin-top:40px;}
.survey_list .item{margin-bottom:30px;}
.survey_list .item p{color:#000000; font-size:16px; margin-bottom:20px;}
.survey_list .item span{margin-right:20px; color:#1e1e1e; font-size:14px; display:inline-block;}
.survey_list .item span input{float:left; margin-right:5px;}
.survey_list .item textarea{width:90%; margin:0 auto; margin-left:25px; border:1px solid #a9a9a9; height:100px;}
.survey_Btn{ text-align:center;}
.survey_Btn input{color:#fff; font-size:18px; padding:10px 60px; background-color:#1160b2; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; margin-right:10px; cursor:pointer; outline:none;}
.survey_Btn input:hover{background-color:#2c77c5;}
.survey_Btn a{color:#202020; font-size:16px; text-decoration:underline;}
.survey_Btn a:hover{color:#1160b2;}

.survey_w328{width:328px; float:right;}
.survey_ing{margin-top:6px;}
.survey_ing h1 a{color:#1f1f1f; font-weight:normal;}
.survey_ing .survey_ing_con{margin-top:23px; border:1px solid #e2e2e2; border-radius:7px; -moz-border-radius:7px; -o-border-radius:7px; -webkit-border-radius:7px; padding:20px 0;}
.survey_ing .survey_ing_con li{padding:0 10px; border-left:3px solid #1160b2; margin-top:20px;}
.survey_ing .survey_ing_con li a{color:#333333; font-size:15px;}
.survey_ing .survey_ing_con li:first-child{margin-top:0;}

.survey_end .survey_ing_con li{border-left:3px solid #989898;}

.result h1{text-align:left;}
.result h1 span{color:#202020; margin-left:50px;}
.result h1 span:first-child{margin-left:0;}
.result li{margin:0 0 20px 23px; width:730px;}
.result li .option{color:#1160b2; font-size:14px;}
.result li .percent{padding-left:10px; background:url(../images/vote_bar.gif) left center repeat-x; height:10px; position:relative; margin-top:10px;}
.result li .percent span{color:#1f1f1f; font-size:14px; position:absolute; right:-60px; bottom:-2px;}

/*网络调查样式结束*/

/*留言板样式开始*/
.message_w860{width:860px; float:left;}
.message_w860 h1{color:#1f1f1f; font-size:24px; font-weight:normal;}
.message_inf{padding-top:10px;}
.message_inf p{color:#1f1f1f; font-size:16px; margin-bottom:20px; overflow:hidden; line-height:28px;}
.message_inf span{display:inline-block; width:50px; float:left;}
.message_inf .line{width:100%; border-top:1px dotted #c7c7c7; margin:20px 0;}
.message_inf input, .message_inf select{height:32px; border:1px solid #a9a9a9; margin-left:13px; box-sizing:border-box; float:left;}
.message_inf input{text-indent:5px; font-size:14px;}
.message_inf select{width:166px; color:#6b6b6b; font-size:14px; cursor:pointer;}
.message_inf .message_email{width:255px; margin-right:35px;}
.message_inf .message_phone{width:176px; margin-right:35px;}
.message_inf .message_qq{width:176px;}
.message_inf .message_title{width:780px;}
.message_inf .message_txt{height:130px; border:1px solid #a9a9a9; margin-left:13px; box-sizing:border-box; width:780px; padding:5px;}
.message_inf img{width:114px; margin-left:20px;}
.message_inf .message_btn{margin-left:63px; padding:6px 39px; border:none; outline:none; background-color:#ef3838; color:#fff; font-size:18px; height:auto; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer;}
.message_inf .message_btn:hover{background-color:#ef4d4d;}
.message_inf .tolist{font-size:16px; color:#0e81da; text-decoration:underline; position:absolute; bottom:0; margin-left:20px;}
/*留言板样式结束*/

/*文库样式开始*/
.wenku_w910{width:910px; float:left;}
.doc_js{padding:6px 24px; border:1px solid #e7e7e7; background-color:#fff; position:relative; margin-bottom:20px;}
.doc_js_list{margin:18px 0;}
.doc_js_list span{font-weight:bold; color:#777777; font-size:14px; margin-right:10px;}
.doc_js_list label{color:#1a1a1a; font-size:14px; margin-right:20px;}
.doc_js_btn{position:absolute; width:50px; height:26px; color:#fff; background-color:#3489d0; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; font-size:13px; bottom:22px; right:24px; cursor:pointer;}
.doc_js_btn:hover{background-color:#3894e2;}

.wenku_item{padding:20px 24px; border:1px solid #e7e7e7; background-color:#fff; margin-bottom:12px; cursor:pointer;}
.wenku_item:hover{border:1px solid #a4c8e7; transition-duration:400ms; -moz-transition-duration:400ms; -webkit-transition-duration:400ms; -o-transition-duration:400ms;}
.wenku_item .wenku_item_img{float:left; margin-right:18px;}
.wenku_item .wenku_item_img img{width:136px; height:106px;}
.wenku_item .wt{color:#1a1a1a; font-size:14px; margin-top:6px; font-weight:600;}
.wenku_item .wt img{margin-left:8px;}
.wenku_item .wc{color:#333333; font-size:12px; margin-top:14px;}
.wenku_item .wc span{color:#ef3838;}
.wenku_item .wc em{float:right;}
.wenku_item .wd{color:#9d9d9d; font-size:12px; line-height:20px; margin-top:24px; position:relative;}
.wenku_item .wd:before{width:708px; height:1px; content:""; background-color:#f0f0f0; position:absolute; right:0; top:-10px;}

.wenku_hot{border:1px solid #e7e7e7; box-sizing:border-box; width:270px; float:right;}
.wenku_hot h1{height:50px; background-color:#ffffff; border-bottom:1px solid #e7e7e7; box-sizing:border-box; padding:0 20px; line-height:50px; color:#1a1a1a; font-size:20px; font-weight:normal;}
.wenku_hot_list{padding:20px 17px; background-color:#ffffff;}
.wenku_hot_list li{padding-left:12px; line-height:20px; position:relative; margin-bottom:18px;}
.wenku_hot_list li:before{content:""; position:absolute; left:0; top:7px; width:4px; height:4px; background-color:#3489d0; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%;}
.wenku_hot_list li a{color:#1a1a1a; font-size:14px;}
.wenku_hot_list li a:hover{color:#3489d0;}

.wenku_title{color:#1a1a1a; font-size:24px; font-weight:normal;}
.wenku_title img{margin:4px 8px 0 0; float:left;}
.wenku_inf{color:#666666; font-size:12px; margin:12px 0 16px;}
.wenku_inf i{color:#d7d7d7; font-size:12px; margin:0 14px;}
.wenku_des{padding:12px 22px; border:1px solid #e0e0e0; border-bottom:0px none; background-color:#f5f5f5; color:#999999; font-size:12px; line-height:20px;}
.wenku_con{padding:18px 22px; border:1px solid #e0e0e0; background-color:#fff;}
.wenku_con img{width:100%;}
.wenku_bottom{margin-top:28px; text-align:center;}
.wenku_bottom p{color:#333; font-size:16px;}
.wenku_bottom p span{color:#ed7000; margin-left:4px;}
.wenku_btn{display:inline-block; margin-top:16px;}
.wenku_bottom a, .wenku_collect span{width:100px; height:38px; font-size:18px; text-align:center; line-height:38px; display:inline-block; cursor:pointer; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; float:left;}
.wenku_bottom .wenku_collect{margin-right:20px;}
.wenku_bottom .wenku_collect span{border:1px solid #3489d0; color:#3489d0;}
.wenku_bottom .wenku_collect #cancelSpan{border:1px solid #3489d0; color:#fff; background-color:#3489d0;}
.wenku_bottom .wenku_download{color:#fff; background-color:#ef3838;}
.wenku_bottom .wenku_download:hover{background-color:#f45454;}
/*文库样式结束*/

/*新闻内容页样式开始*/
.content_w850{width:850px; float:left;}
.content_w850 h1{color:#1f1f1f; font-size:24px; font-weight:normal;}
h1 .position{margin-left:50px; color:#333333; font-size:16px; position:relative;}
/*h1 .position:before{width:12px; height:13px; display:inline-block; content:""; position:absolute; background:url(../images/content_tubiao.png) -13px -11px no-repeat; left:-20px; bottom:3px;}*/
/*面包屑新增样式_begin*/
h1 .position{margin-left:0px; margin-right: 30px; color: #007d5f;}
h1 .position:after{width:12px; height:13px; display:inline-block; content:""; position:absolute; background:url(../images/content_tubiao.png) -13px -11px no-repeat; right:-20px; bottom:3px;}
/*面包屑新增样式_end*/
.content-inf{margin-top:14px; color:#9a9a9a; font-size:12px; font-family:"宋体";}
.content-action{float:right;}
.content-action .content-comment, .content-action .content-share{color:#666666; padding-left:20px; position:relative; cursor:pointer;}
.content-action .content-share{padding-bottom:10px;}
.content-action .content-comment:before, .content-action .content-share:before{content:""; position:absolute;}
.content-action .content-comment:before{width:14px; height:14px; background:url(../images/content_tubiao.png) -13px -72px no-repeat; left:0; bottom:0;}
.content-action .content-share:before{width:12px; height:12px; background:url(../images/content_tubiao.png) -13px -103px no-repeat; left:2px; bottom:10px;}
.content-action .content-collect{text-align:left;}
.content-action .content-collect span{color:#666666; padding-left:20px; position:relative; cursor:pointer;}
.content-action .content-collect span:before{content:""; position:absolute; width:13px; height:11px; background:url(../images/content_tubiao.png) -13px -45px no-repeat; left:0; bottom:0;}
.content-action a:hover, .content-action span:hover{color:#ef3838;}
.content-action .content-comment:hover:before{background:url(../images/content_tubiao.png) -37px -72px no-repeat;}
.content-action .content-share:hover:before{background:url(../images/content_tubiao.png) -37px -103px no-repeat;}
.content-action .content-collect span:hover:before{background:url(../images/content_tubiao.png) -37px -45px no-repeat;}
.content-action .content-collect #cancelSpan{color:#ef3838;}
.content-action .content-collect #cancelSpan:before{background:url(../images/content_tubiao.png) -37px -45px no-repeat;}
#content-share-list{display:none; position:absolute; width:90px; height:120px; background-color:#fff; border:1px solid #e4e4e4; box-sizing:border-box; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; left:-50%; bottom:-120px; z-index:999;}
.content-action .content-share:hover > #content-share-list{display:block;}
#content-share-list:before{content:""; position:absolute; height:5px; background:url(../images/content-share-list.png) center center no-repeat; top:-5px; z-index:2; width:10px; left:40px;}
#content-share-list li{padding-left:9px; margin-top:10px; line-height:17px;}
#content-share-list li a{color:#1f1f1f; line-height:17px; display:inline-block; position:relative; padding-left:22px;}
#content-share-list li a:before{content:""; position:absolute; left:0; bottom:0; width:17px; height:17px;}
#content-share-list .content_qq:before{ background:url(../images/content_tubiao.png) -13px -134px no-repeat;}
#content-share-list .content_qqzone:before{ background:url(../images/content_tubiao.png) -13px -164px no-repeat;}
#content-share-list .content_weixin:before{ background:url(../images/content_tubiao.png) -13px -194px no-repeat;}
#content-share-list .content_sina:before{ background:url(../images/content_tubiao.png) -13px -224px no-repeat;}
#content-share-list li a{background:none; height:auto; margin:0; float:none;}

.content-txt{margin-top:45px; color:#202020; font-size:16px; line-height:30px; padding-bottom:40px;}
.content-txt img{max-width:90%; width:90%;}

.code{text-align:center; margin-top:20px;}
.code > div{display:inline-block; padding-bottom:10px; position:relative; box-shadow:0px 0px 8px rgba(34,25,25,.2); -moz-box-shadow:0px 0px 8px rgba(34,25,25,.2); -webkit-box-shadow:0px 0px 8px rgba(34,25,25,.2);}
.code span{position:absolute; bottom:12px; left:24px;}

.inter{margin:60px 0 20px;}
.inter > div{float:left;}
.reward{width:100%; text-align:center; margin:20px 0 40px;; background:url(../images/ds_bj.png) center center no-repeat; height:130px;}
.reward a{width:100px; height:100px; display:inline-block; background:url(../images/ds_btn.png) center center no-repeat; margin-top:15px;}
.reward a:hover{background:url(../images/ds_btn_on.png) center center no-repeat;}
.inter .ups{}
.inter .ups a{width:70px; height:70px; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; border:1px solid #1e8dff; text-align:center; line-height:44px; background:#fff; color:#4d4c4c; font-size:13px; display:block; cursor:pointer; position:relative;}
.inter .ups a:before{width:17px; height:17px; display:block; position:absolute; content:""; bottom:13px; left:27px; background:url(../images/content-ups.png) top center no-repeat;}
.inter .ups a:hover{ box-shadow:0px 0px 8px rgba(30,141,255,.8); -moz-box-shadow:0px 0px 8px rgba(30,141,255,.8); -webkit-box-shadow:0px 0px 8px rgba(30,141,255,.8);}
.inter .downs{margin-left:36px;}
.inter .downs a{width:70px; height:70px; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; border:1px solid #999999; text-align:center; line-height:44px; background:#fff; color:#4d4c4c; font-size:13px; display:block; cursor:pointer; position:relative;}
.inter .downs a:before{width:17px; height:17px; display:block; position:absolute; content:""; bottom:13px; left:27px; background:url(../images/content-downs.png) top center no-repeat;}
.inter .downs a:after{width:19px; height:32px; display:block; position:absolute; content:""; bottom:20px; right:-150px; background:url(../images/inter.png) top center no-repeat;}
.inter .downs a:hover{ box-shadow:0px 0px 8px rgba(153,153,153,.8); -moz-box-shadow:0px 0px 8px rgba(153,153,153,.8); -webkit-box-shadow:0px 0px 8px rgba(153,153,153,.8);}
.inter .score{float:right;}
.inter .score li{margin-left:4px;}

.reward-money{margin:40px 0 56px; font-size:18px; color:#333333;}
.reward-money span{color:#19afd4;}
.reward-pay{margin-bottom:30px; font-size:18px; color:#939393;}
.reward-paylist{text-align:center;}
.reward-paylist > div{width:150px; display:inline-block; margin:0 50px; color:#333333; font-size:16px;}
.reward-paylist > div img{width:150px;}

.reward-order-nav{border-bottom:0px none; text-align:center; color:#333333; font-size:20px;}
.reward-order{margin-top:30px; width:100%;}
.reward-order .reward-order-list{border-top:1px solid #d7d7d7; border-left:1px solid #d7d7d7;}
.reward-order .reward-order-list td{border-right:1px solid #d7d7d7; border-bottom:1px solid #d7d7d7; line-height:30px; text-indent:18px; color:#333333; font-size:14px;}
.reward-order .reward-order-list .r-o-top td{}

.content-link{width:100%; padding-top:14px; border-top:1px solid #989898; color:#666666; font-size:14px; line-height:20px;}
.content-link .prev-content{width:45%; float:left; text-align:left;}
.content-link .prev-content i{width:20px; height:20px; display:inline-block; float:left; background:url(../images/content_tubiao.png) -66px -11px no-repeat; margin-right:6px;}
.content-link .next-content{width:45%; float:right; text-align:right;}
.content-link .next-content i{width:20px; height:20px; display:inline-block; float:right; background:url(../images/content_tubiao.png) -66px -41px no-repeat; margin-left:6px;}
.content-link a{color:#1f1f1f; font-size:14px;}

.comments{margin-top:80px;}
.comments h1{color:#1f1f1f; font-size:24px; font-weight:normal; position:relative;}
.comments h1 span{color:#1f1f1f; font-size:14px; display:inline-block; position:absolute; right:0; bottom:0;}
.comments h1 span .count{color:#ef3838;}
.comments .comments-text{margin-top:20px; border:1px solid #cbcbcb; width:100%; height:130px; box-sizing:border-box; padding:10px;}
.down{height:32px; line-height:32px; float:right;}
.down .userImg{width:30px; height:30px; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%; margin-right:17px; float:left;}
.down span{color:#666666; font-size:15px;}
.down span a{color:#00a2ff;}
.down .submit-on{float:right; width:80px; height:32px; background-color:#ffb3b3; color:#fff; font-size:14px; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:text;}
.down .submit-out{background-color:#ef3838; float:right; width:80px; height:32px; color:#fff; font-size:14px; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer;}

.plfr1{margin-top:10px;}
.plcode{border:1px solid #cbcbcb; width:150px; height:32px; box-sizing:border-box; padding:10px;}
.plfr1 img{height:40px; margin-left:10px;}
.plfr1 label{color:#f00; font-size:12px; margin-left:4px;}

.comments-list{margin-top:60px;}
.comments-list h1{color:#1f1f1f; font-size:16px; font-weight:normal; border-bottom:2px solid #f0f0f0; line-height:30px; height:30px; margin-bottom:10px;}
.comments-list h1 span{display:inline-block; line-height:30px; border-bottom:2px solid #ef3838;}
.comments-item{padding-top:10px; border-bottom:1px dotted #c7c7c7;}
.comments-item .tx{float:left; height:100%; margin-right:10px;}
.comments-item .tx img{width:50px; height:50px; border-radius:100%; -moz-border-radius:100%; -o-border-radius:100%; -webkit-border-radius:100%;}
.comments-item .rig{padding-left:60px;}
.comments-item .rig .rig-top{padding-top:10px;}
.rig .rig-top a{color:#00a2ff; font-size:12px; margin-right:10px;}
.rig .rig-top em{color:#ccc; font-size:12px;}
.rig .rig-txt{color:#1f1f1f; font-size:14px; line-height:18px; margin-top:10px;}  
.rig .rig-bottom{margin:10px 0; color:#ccc; font-size:12px;}
.rig .rig-bottom a{color:#ccc; font-size:12px; margin-right:20px; padding-left:18px; position:relative; cursor:pointer; line-height:12px; display:inline-block;}
.rig .rig-bottom .comments-zan:before{content:""; position:absolute; left:0; bottom:0; width:12px; height:12px; background:url(../images/content_tubiao.png) -13px -274px no-repeat;}
.rig .rig-bottom .comments-hf:before{content:""; position:absolute; left:0; bottom:0; width:12px; height:12px; background:url(../images/content_tubiao.png) -13px -254px no-repeat;}
.rig .rig-bottom .reply-on{color:#00a2ff;}
.rig .rig-bottom a:hover{color:#00a2ff;}
.rig .reply{display:none; height:auto; padding:5px; margin-top:10px; border:1px solid #cbcbcb; overflow:hidden; margin-bottom:10px;}
.rig .reply .reply-text{ height:100px; width:100%; font-size:12px; outline:none; resize:none; border-bottom:1px solid #f0f0f0; margin-bottom:5px;}
.rig .reply .reply-btn{float:right; padding:3px 16px; background-color:#00a2ff; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer; color:#fff; font-size:14px; margin-right:5px; outline:none;}
.rig .reply .reply-btn:hover{background-color:#21aeff;}
.open-more{margin-top:40px; text-align:center;}
.open-more a{padding:5px 20px; border:1px solid #c7c7c7; font-size:12px; color:#333; display:inline-block;}
.open-more a:hover{border:1px solid #ef3838; color:#333;}
.comments-child{border-top:1px dotted #c7c7c7; border-bottom:none;}

/*新闻内容页样式结束*/

/*登录框*/

/*注册*/
.register-box{width:560px; height:480px; padding:30px 50px 56px 50px; background-color:#fff; margin:70px auto; border-radius:12px; -moz-border-radius:12px; -o-border-radius:12px; -webkit-border-radius:12px; box-shadow:0px 0px 9px #ddd; -webkit-box-shadow:0px 0px 9px #ddd; -moz-box-shadow:0px 0px 9px #ddd;}
.register-nav{position:relative; border-bottom:1px solid #f0f0f0; padding-bottom:10px;}
.register-nav span{color:#333; font-size:20px; position:relative; display:inline-block; padding:0 5px;}
.register-nav span:before{position:absolute; content:""; left:0; bottom:-11px; width:100%; height:2px; background-color:#ef3838; }
.register-login{position:absolute; right:0; bottom:10px; font-size:14px; color:#333;}
.register-login a{color:#368cf6;}
.register-list{padding-left:81px; padding-top:10px;}
.register-list li{margin-top:28px; line-height:36px; color:#333; font-size:16px;}
.register-list li span{width:90px; line-height:36px; display:inline-block;}
.register-list .register-input{line-height:36px; height:36px; width:306px; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; border:1px solid #b5b5b5; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; box-shadow:inset 0 -1px rgba(34,25,25,.15),0 -1px rgba(255,255,255,.8); -moz-box-shadow:inset 0 -1px rgba(34,25,25,.15),0 -1px rgba(255,255,255,.8); -webkit-box-shadow:inset 0 -1px rgba(34,25,25,.15),0 -1px rgba(255,255,255,.8); text-indent:10px; font-size:13px;}
.register-list .register-input:focus{border:1px solid #7dabdf;}
.register-list .register-code{width:160px;}
.code-img{width:108px; height:36px; margin-left:20px; display:inline-block;}
.code-img img{height:100%; width:100%;}
.register-list .register-checkbox{width:12px; height:12px; vertical-align:middle; margin-right:10px; margin-left:90px;}
.register-list .register-txt{color:#444; font-size:14px; margin-top:10px;}
.register-list .register-txt a{color:#368cf6;}
.register-list .register-btn input{color:#fff; font-size:16px; line-height:36px; height:36px; width:306px; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; background-color:#ef3838; margin-left:90px; cursor:pointer;}
.register-list .register-btn input:hover{background-color:#f94d4d;}
.register-list li label{font-size:12px; color:#f00; width:100%;}


/*会员中心*/
.member-con{width:1200px; margin:0 auto; padding-top:18px;}
.m-pos{color:#999999; font-size:14px;}
.m-pos a{color:#999999; font-size:14px;}
.m-pos span{color:#333333;}

.member{margin:22px 0 50px; position:relative;}
.memberLeft{float:left; border:1px solid #dedede; padding:34px 50px; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; border-top-right-radius:0; min-height:520px; position:relative;}
.memberLeft:before{width:6px; height:280px; display:inline-block; position:absolute; content:""; background:url(../images/member-shadow.png); right:-1px; top:0; z-index:5;}
.member-nav{float:left; margin-right:86px;}
.member-nav li{margin-bottom:30px;}
.member-nav li a{color:#1e1e1e; font-size:16px; display:inline-block; position:relative;}
.member-nav li a:hover{color:#ef3838;}
.member-nav li .on{color:#ef3838;}
.member-nav li .on:before{content:""; position:absolute; right:-14px; top:5px; width:4px; height:8px; display:inline-block; background:url(../images/member-nav.png) no-repeat;}
.member-main{width:680px; float:left;}

.member-child{color:#d7d7d7; font-size:12px;}
.member-child a{color:#ba4444; font-size:14px; margin:0 20px; line-height:18px;}
.member-child a.on{color:#ef3838; font-weight:bold;}
.member-child a.curr{color:#ef3838; font-size:14px; margin:0 20px; line-height:18px; font-weight:bold;}
.member-child a.normaltab{color:#ba4444; font-size:14px; margin:0 20px; line-height:18px;}
.member-child a:first-child{margin-left:0;}

.member-text{margin-top:24px;}
.member-text table{color:#1a1a1a; font-size:13px; width:100%;}
.member-text table td{line-height:44px;}
.member-text .s-p{color:#646464; width:70px;}
.member-text .hyzb{color:#1d6ba7;}

.memberRight{width:268px; height:268px; border:1px solid #dedede; border-left:none; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; border-top-left-radius:0; border-bottom-left-radius:0; right:0px; top:0; position:absolute; background:#fff; z-index:3; text-align:center;}
.memberImg{padding-top:25px;}
.memberImg img{width:145px; height:145px;}
.memberName{color:#999999; font-size:12px; margin-top:15px;}
.memberName span{color:#191919; font-size:15px;}
.memberOut{margin-top:16px;}
.memberOut a{color:#333; font-size:13px; padding:5px 12px; display:inline-block; border:1px solid #dedede;}
.memberOut a:hover{color:#ef3838; border:1px solid #ef3838;}

.m-sj{width:4px; height:4px; background:url(../images/m-sj.png) no-repeat; position:absolute; right:265px; top:269px; z-index:4;}

.member-text .member-change{width:190px; height:32px; border:1px solid #c7c7c7; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; font-size:13px; color:#1a1a1a; text-indent:6px;}
.member-text label{float:left; margin-right:10px;}
.member-text label .member-radio{margin-right:4px; cursor:pointer;}
.member-text textarea{width:529px; height:100px; border:1px solid #c7c7c7; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; margin-top:8px;}
.member-submit{padding:6px 30px; background:#ef3838; color:#fff; font-size:15px; display:inline-block; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer; outline:none;}
.member-submit:hover{background:#ef5050;}
.member-reset{padding:6px 30px; background:#a58787; color:#fff; font-size:15px; display:inline-block; border-radius:3px; -moz-border-radius:3px; -o-border-radius:3px; -webkit-border-radius:3px; cursor:pointer; outline:none; margin-left:20px;}
.member-text .date{ background:url(../images/datePicker.gif) right center no-repeat;}

.member-text .change-Btn{color:#333; font-size:13px; padding:0 12px; display:inline-block; border:1px solid #dedede; background:#fff; margin-right:5px; cursor:pointer; outline:none; height:28px; line-height:28px;}

.c-p table td{padding:6px 0;}
.c-p table .s-p{text-align:right; padding-right:10px;}

.tggl table{border-left:1px solid #e7e7e7; border-top:1px solid #e7e7e7;}
.tggl td{border-right:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7; line-height:38px; color:#666666; text-align:center; padding:0 5px;}
.tggl .tggl-top{line-height:28px; background:#f7f7f7; font-size:12px; color:#999999;}
.tggl a{color:#2c5c9d;}

.page-small{width:100%; text-align:center; text-indent:0; position:relative;}
.page-small a{width:26px; height:26px; display:inline-block; border:1px solid #d5d5d5; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; line-height:26px; text-align:center; float:left; text-indent:0; color:#666666; font-size:12px; font-family:Arial, Helvetica, sans-serif; margin:0 3px;}
.page-small a.on{border:1px solid #ef3838; background:#ef3838; color:#fff;}
.page-small a.none{border:none;}
.page-small .Num:hover{border:1px solid #666666;}
.page-small .on:hover{border:1px solid #ef3838;}
.page-small .prev-page{background:url(../images/small-prev-page.png) center center no-repeat; background-size:6px auto;}
.page-small .next-page{background:url(../images/small-next-page.png) center center no-repeat; background-size:6px auto;}
.page-small .prev-page:hover{border:1px solid #ef3838; background:url(../images/small-prev-page-on.png) center center no-repeat #ef3838; background-size:6px auto;}
.page-small .next-page:hover{border:1px solid #ef3838; background:url(../images/small-next-page-on.png) center center no-repeat #ef3838; background-size:6px auto;}
.page-small #msgDiv{font-size:12px; position:absolute; left:18px; top:18px;}

.fbgj .tggl-top{line-height:44px; font-size:13px; color:#646464; width:80px;}
.fbgj .member-change{width:190px; border:1px solid #c7c7c7; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; font-size:13px; color:#1a1a1a; text-indent:6px; height:28px;}
.fbgj td{text-align:left; text-indent:15px;}
.fbgj textarea{margin-bottom:8px; height:60px;width:529px; border:1px solid #c7c7c7; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; margin-top:8px;}
.fbgj img{height:32px;}
.tggl .fbgj-tab{border:0px none; text-indent:0; padding:0 15px;}
.tggl .fbgj-tab td{border-right:0px none; border-bottom:1px dotted #c7c7c7; padding:10px 0; text-indent:0;}
.tggl .cke_editor td{text-indent:0;}
.tggl .fbgj-fj{border:0px none; text-indent:0; padding:0 15px;}
.tggl .fbgj-fj td{line-height:24px; border:0px none; padding:0; text-indent:0;}

.member-job td{color:#646464;}
.member-job .tggl-top{line-height:26px; color:#999999; font-size:12px; border-bottom:none;}
.member-job .tggl-top img{width:7px; height:5px; margin-left:4px;}
.member-job .r-n{border-right:none;}
.member-job .rb-n{border-right:none; border-bottom:none;}
.member-job .b-n{border-bottom:none;}
.member-job .member-job-add{float:right; margin-right:10px; color:#fd421d; font-size:12px;}
.member-job .member-job-add img{width:8px; height:8px; margin-right:4px; margin-bottom:2px;}

.member-del{width:50px; height:26px; position:absolute; left:18px; background:#fff; border:1px solid #c7c7c7; cursor:pointer; outline:none; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px;}

.sytj{margin-bottom:10px;}
.sytj input{width:50px; height:28px; cursor:pointer; outline:none; background:#fff; border:1px solid #c7c7c7; cursor:pointer; outline:none; box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box; margin-left:10px; font-size:12px;}

.txsq{margin-bottom:18px; color:#d5d5d5;}
.txsq span{display:inline-block; font-size:13px; color:#333333; line-height:30px; margin-right:20px; font-weight:bold; padding-left:22px;}
.txsq em{font-weight:normal;}
.txsq .zhye em, .txsq .zsr em, .txsq .txcs em, .txsq .gmcs em, .txsq .nsr em, .txsq .ysr em, .txsq .rsr em{color:#357ec2;}
.txsq .zhye{background:url(../images/zhye.png) left center no-repeat;}
.txsq .zsr{background:url(../images/zsr.png) left center no-repeat;}
.txsq .txcs{background:url(../images/txcs.png) left center no-repeat; width:150px;}
.txsq .txsj{background:url(../images/txsj.png) left center no-repeat;}
.txsq .gmcs{background:url(../images/gmcs.png) left center no-repeat; width:150px;}
.txsq .gmsj{background:url(../images/gmsj.png) left center no-repeat;}

.txsq-nav{width:100%; border-bottom:1px solid #e0e0e0; margin-bottom:14px; height:22px; box-sizing:border-box;}
.txsq-nav a{display:inline-block; height:22px; margin-right:24px; color:#1b1b1b; font-size:13px;}
.txsq-nav a.on{font-weight:bold; border-bottom:2px solid #ef3838; box-sizing:border-box;}

.wxsq{padding:50px 0 0 180px;}
.wxsq img{width:200px; height:200px;}

.ghtx{wdith:145px; height:145px;}

/*搜索结果页*/
.searchNav{color:#1a1a1a; font-size:16px; line-height:28px; border-bottom:2px solid #e7e7e7;}
.searchNav span{color:#ef3838;}
.searchList{margin-top:6px;}
.searchList .item{padding:20px 0 20px 10px; border-bottom:1px solid #f0f0f0;}
.searchList .item:hover{background-color:#f7f7f7;}
.searchList .item .search-title{color:#333333; font-size:18px; margin-bottom:14px;}
.searchList .item .search-title span{color:#ef3838;}
.searchList .item .search-txt{color:#666666; font-size:14px; line-height:20px; margin-bottom:10px;}
.searchList .item .search-txt span{color:#ef3838;}
.searchList .item .search-date{color:#333333; font-size:12px;}
.searchList .item .search-date em{color:#bababa; margin:0 30px 0 15px;}

/*专题列表页*/
.topic-item{width:100%; padding:20px 0; border-bottom:1px dotted #e3e3e3;}
.topic-item-img{float:left;}
.topic-item-img img{width:310px; height:100px; margin-right:20px;}
.topic-item-title{font-size:16px; color:#1a1a1a; font-weight:600;}
.topic-item-des{font-size:14px; color:#333333; line-height:20px; margin-top:10px;}

/*tag*/
.tag-list{padding-top:20px;}
.tag-list li{width:25%; float:left; position:relative; text-indent:10px; margin-top:20px;}
.tag-list li:before{content:""; width:3px; height:3px; position:absolute; left:0; top:4px; background:#999; display:block;}
.tag-count{color:#ef3838; font-size:16px; margin-left:20px;}


@charset "UTF-8";
html, body, * {
	/* font-family: "Microsoft YaHei" ! important;  */
	font-family: 'Microsoft YaHei',sans-serif,"Helvetica Neue",Helvetica,Tahoma,Arial,'PingFang SC','Source Han Sans CN','Source Han Sans','Source Han Serif','Hiragino Sans GB','WenQuanYi Micro Hei';
	font-weight: normal;
	}
*{padding: 0;margin: 0;list-style: none;text-decoration: none;}
body {
	margin: 0;
	padding: 0;
	color:#666666;
	background:url(../images/body_back.jpg) repeat;
	font-size:16px;
}

a{color:#343434;text-decoration:none;}
a:hover{text-decoration:none;}
ul{
	list-style-type: none;
}
li{
	list-style-type: none;
}
.clear{clear:both;}
.l{float:left;}
.r{float:right;}

/* *:hover */
	/* { */
		/* -webkit-transition: all .2s linear; */
		/* -moz-transition: all .2s linear; */
		/* -o-transition: all .2s linear; */
		/* transition: all .2s linear; */
	/* } */
	
.tra_s_4
	{
		-webkit-transition: all .4s linear;
		-moz-transition: all .4s linear;
		-o-transition: all .4s linear;
		transition: all .4s linear;
	}
.tra_s_3
	{
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
	}
.tra_s_2
	{
		-webkit-transition: all .2s linear;
		-moz-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
	}
.tra_s_ease_6{
		transition:all 0.6s ease 0s;
		-webkit-transition: all 0.6s ease 0s;
		-moz-transition: all 0.6s ease 0s;
		-o-transition: all 0.6s ease 0s;
	}
.box_s{
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;}

/* menu*/
.nav_width{width:100%;height:0.8rem;z-index:10000;}
.container{width:20.0rem;margin:0 auto;background:#d29f5e;} 
.container .nav{margin:0 auto; width:20.0rem;height: 0.8rem;}
.nav .nfirstu{height:100%; text-align: center;background:#d29f5e;}
.nav>ul{width:100%;margin: 0; padding: 0;height:0.8rem;font-size:0;}
.nav>ul>li{display:inline-block;text-align:center;width:1.8rem;height:100%;position:relative;}
.nav>ul>li:hover>a{background:#cc852a;color:#fff;
	-webkit-box-shadow: #656262 0px 0px 1px;
	-moz-box-shadow: #656262 0px 0px 1px;
	box-shadow: #656262 0px 0px 1px;
}
.nav>ul>li>a{font-size:0.3rem;color:#fff;letter-spacing:2px;width:100%;height:100%;line-height:0.8rem;display:block;}
#navbox .logo{float:left; margin:0px 0px;margin-top:0.5rem; width: auto; }
.logo img{width:1.5rem;height:auto;}
.select_li a{background:#cc852a;color:#fff!important;
	-webkit-box-shadow: #656262 0px 0px 1px;
	-moz-box-shadow: #656262 0px 0px 1px;
	box-shadow: #656262 0px 0px 1px;}
.nav>ul>li ul {display:none;width:100%;position: absolute; left:0;z-index: 100;top:0.8rem;border-top:solid 1px #fff;}
.nav>ul>li ul>li{width: 100%;line-height:0.5rem; color:#fff;margin-bottom:2px;background:#d29f5e;}
.nav>ul>li ul>li a{display:block;width:100%;font-size:0.25rem; color:#fff;}
.nav>ul>li>ul>li:hover{background:#b0080e;}
.nav>ul>li ul>li:hover a{text-decoration:none; color:#fff;}

.nav>ul>li:hover ul{display: block;}
.nfirstu li .key_title a{font-size:12px;}
.mid_logo{width:8.7rem;height:100%;float:left;text-align:center;}
.mid_logo img{max-height:80%;padding-top:3%;}
/* menu end */
/* top_main */
.top_main{position:relative;width:100%;height:4.0rem;background:url(../images/top_back.jpg) center no-repeat;background-size:100% 100%;}
/* .top_logo{width:100%;height:2.0rem;background:url(../images/top_logo.png) center no-repeat;background-size:100% 100%;} */
.top_logo{width:100%;font-size:0;}
.top_logo img{width:100%;}
.logo_img{width:100%;height:0.7rem;margin-top:0.1rem;text-align:center;font-size:0;}
.logo_img img{height:90%;}
.rili{position:absolute;font-size:0.24rem;top:0.8rem;right:7.0rem;}
/* top_main end*/

/* nav_top */
.search_con_index{width:8.0rem;height:0.7rem;margin:0 auto;margin-top:0.3rem;}
.search_con_index form{height:0.7rem;}
.search_con_index .serch_input_index{position:relative;width:8.0rem;height:0.7rem;overflow:hidden;}
.search_con_index .serch_text_index{outline:none;display:block;text-indent:1.0em;width:6.2rem;height:0.6rem;background:#fff;border:1px solid #d29f5e;border-radius:0.1rem;color:#a3a3a3;}
.search_con_index .serch_btn_index{display:block;font-size:0;width:1.6rem;height:0.5rem;}
/* nav_top end*/

.page_div{text-align:center;margin-bottom:20px;}
.pagelist{text-align:center;margin-top:35px;color:#626262;font-size:0;}
.pagelist li{display:inline-block;padding:3px;font-size:0.24rem;margin:0.1rem;}
.pagelist li a{color:#626262;}
.pagelist .thisclass{color:#1981f4;border-radius:50%;}
.pagelist .thisclass a{color:#1981f4;} 

.pagesite{margin:20px 0;}


#pages {
    text-align: center;
}

#pages li {
    margin: 0 2px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 4px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 4px;
}
#pages li.active {
    text-align: center;
    background: #f90712;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #f90712;
}

#pages li:hover a {
    color: #fff;
}


/* showslider */
.showslider{position:fixed;top:34%;right:20px;font-size:0.3rem;z-index: 9999;width: 1.4rem;}
.showslider li{cursor:pointer;position:relative;width:59px;height:59px;box-sizing:border-box;float:right;clear:both;text-align:center;margin-top:10px;}
.showslider li .imgtag{width:49px;height:49px;}
.showslider li .showdisimg{position: absolute;z-index: 9999;top: 0;right: 54px;display:none; width: 210px;box-sizing:border-box;padding:10px;padding-right: 20px;line-height:26px;font-size:16px;color:#4dadff;}
.showslider li .showerweima img{width:100%;height:100%; }  
.showslider li .showerweima{width:146px;font-size:0.26rem;line-height:0.6rem;top:-80px;}
.showslider li img.showdisimg{display:none;}
.showslider li .showdisimg .showdistext{background:url(../images/showslider_back.png) no-repeat;background-size:100% 100%;color: #4dadff;padding: 8px 0px; text-align:left; padding-left: 12px;}
.showslider li .showdisimg .showdistext font{display:block;width:80%;font-size:18px;line-height:36px;border-bottom:2px solid #87cdfd;}
.showslider li .showdisimg .showdistext a{color:#4dadff;}
.showslider li .showdisimg .showdistext p{color:#4dadff;font-size:16px;line-height:24px;margin-top:6px;}
.showslider li:hover{}
.showslider li .showdistxt p{color:#4dadff;}
.showslider{animation-name:showslider;animation-duration:1.0s;animation-play-state:paused;}
/* showslider end*/
/* tzgg */
.tzgg{width:20.0rem;height:0.9rem;margin:0 auto;margin-top:0.05rem;border-bottom:2px solid #c80000;}
.tz_tit{width:1.87rem;height:0.7rem;margin-top:0.2rem;}
.tz_tit h3{font-size:0.32rem;line-height:0.6rem;color:#c80000;letter-spacing:1px;font-weight:normal;border-right:1px solid #d5d5d5;}
.tz_con{position:relative;overflow:hidden;width:12.0rem;height:0.7rem;margin-left:0.45rem;margin-top:0.1rem;line-height:0.8rem;}
.tz_con ul li{width:14.0rem;height:0.7rem;font-size:0.26rem;line-height:0.7rem;color:#000;letter-spacing:1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tz_con ul li:hover a{color:#e63333;}
.more_tz{font-size:0;}
.more_tz a{font-size:0.26rem;line-height:0.9rem;color:#e63333;}
/* tzgg end*/
/* main_contain */
.main_contain{width:20.0rem;margin:0 auto;margin-top:0.2rem;padding:0.2rem;background:#f7f5f3;}
.main_div{width:20.0rem;height:7.4rem;}
.main_son{width:3.5rem;height:7.4rem;float:left;margin-right:0.4rem;border-top:1px solid #dcdcdc;}
.main_son ul{width:100%;height:100%;}
.main_son ul li{cursor:pointer;height:25%;font-size:0.26rem;line-height:0.5rem;color:#a0a0a0;border-left:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;border-right:1px solid #dcdcdc;}
.main_son ul li h2{font-size:0.38rem;line-height:1.85rem;padding-left:1.3rem;}
.main_son ul li.m_icon_1 h2{background:url(../images/icon/m_icon_1_1.png) 0.6rem center no-repeat;background-size:0.5rem auto;}
.main_son ul li.m_icon_1.on h2{background-image:url(../images/icon/m_icon_1_2.png);}
.main_son ul li.m_icon_2 h2{background:url(../images/icon/m_icon_2_1.png) 0.6rem center no-repeat;background-size:0.54rem auto;}
.main_son ul li.m_icon_2.on h2{background-image:url(../images/icon/m_icon_2_2.png);}
.main_son ul li.m_icon_3 h2{background:url(../images/icon/m_icon_3_1.png) 0.6rem center no-repeat;background-size:0.45rem auto;}
.main_son ul li.m_icon_3.on h2{background-image:url(../images/icon/m_icon_3_2.png);}
.main_son ul li.m_icon_4 h2{background:url(../images/icon/m_icon_4_1.png) 0.6rem center no-repeat;background-size:0.5rem auto;}
.main_son ul li.m_icon_4.on h2{background-image:url(../images/icon/m_icon_4_2.png);}

.main_son ul li.on{background:#d29f5e;}
.main_son ul li.on h2{color:#fff;}
.main_list{position:relative;width:15.8rem;height:7.4rem;right:0;overflow:hidden;}
.main_list .in_list{width:16.0rem;height:7.4rem;}
.main_list .in_f_news{width:7.2rem;height:7.4rem;position:absolute;left:0;top:0;}
.main_list .in_f_news .inHd{position:absolute;}
.in_f_news .f_img{width:100%;height:4.08rem;overflow:hidden;}
.in_f_news .f_img img{width:100%;min-height:100%;}
.in_f_news .f_info{width:100%;height:3.0rem;margin-top:0.3rem;}
.in_f_news .f_info h5{font-size:0.28rem;font-weight:bold;line-height:0.65rem;color:#e63333;letter-spacing:1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in_f_news .f_info p{font-size:0.25rem;line-height:0.5rem;color:#535353;text-align:justify;}
.in_f_news .f_info .f_more{margin-top:0.13rem;font-size:0.25rem;color:#535353;}
.in_f_news .f_info .f_more a{font-size:0.24rem;color:#e63333;}

.main_list .in_list_news{width:8.4rem;height:7.4rem;position:absolute;left:7.6rem;top:0;font-size:0.28rem;overflow:hidden;}
.main_list .in_list_news .inHd{width:100%;height:0.7rem;line-height:0.7rem;border-bottom:2px solid #d29f5e;}
.main_list .in_list_news .inHd ul{width:8.0rem;height:100%;}
.main_list .in_list_news .inHd ul li{display:inline-block;width:1.5rem;margin-right:0.3rem;text-align:center;font-weight:500;font-size:0.32rem;color:#605f5e;letter-spacing:1px;cursor:pointer;}
.main_list .in_list_news .inHd ul li.on{color:#d8ad7b;/*border-bottom:2px solid #d8ad7b;*/}
.main_list .in_list_news .inBd{width:100%;margin-top:0.1rem;}
.main_list .in_list_news .inBd ul{width:100%;}
.main_list .in_list_news .inBd ul li{padding-left:0.5rem;font-size:0.26rem;line-height:0.8rem;border-bottom:1px solid #dcdcdc;background:url(../images/news_icon.png) 0.2rem center no-repeat;background-size:0.11rem auto;}
.main_list .in_list_news .inBd ul li a{color:#535353;letter-spacing:2px;}
.main_list .in_list_news .inBd ul li:hover a{color:#e63333;}
.main_list .in_list_news .inBd ul li span{float:right;font-size:0.25rem;color:#737271;}
.xq_son{width:100%;height:0.8rem;border-bottom:2px solid #d29f5e;}
.xq_son ul li{width:3.0rem;height:0.8rem;line-height:0.8rem;float:left;font-size:0.32rem;color:#605f5e;letter-spacing:1px;cursor:pointer;}
.xq_son ul li.on{color:#d8ad7b;}
.zl_list{width:100%;margin-top:0.2rem;}
.zl_list ul li{font-size:0.26rem;line-height:0.8rem;color:#605f5e;border-bottom:1px solid #dcdcdc;}
.zl_list ul li:hover{color:#e63333;}
/* main_contain end*/
/* index_list */
.index_list{width:20.0rem;margin:0.4rem auto;}
.index_list_con{float:left;width:6.2rem;height:6.6rem;font-size: 0.26rem;color: #696969;line-height: 0.6rem;overflow:hidden;}
.index_list_con .tj_con{width:100%;overflow:hidden;}
.index_list_con .tj_con .tj_con_img{width:100%;height:3.0rem;font-size:0;overflow:hidden;}
.index_list_con .tj_con .tj_con_img img{width:100%;min-height:100%;}
.index_list_con .tj_con .tj_con_info{width:100%;font-size:0.26rem;line-height:2.0;color:#262625;}

.index_list_con li{line-height:0.65rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; 
background:url(../images/news_icon.png) left center no-repeat;background-size:8px auto;padding-left:18px;}
.index_list_con li:hover{color:#e63333;}
.index_list_tit{position:relative;width:100%;}
.index_list_tit h5{font-size:0.32rem;line-height:0.32rem;margin:0.3rem 0;color:#c80000;font-weight:600;padding-left:12px;border-left:4px solid #c80000;letter-spacing:1px;}
.index_list_tit a{position:absolute;right:0;top:0;color:#737070;line-height:1.0;font-size: 0.26rem;font-weight: normal;}
.index_list_tit a:hover{color:#c80000;}
.index_list_con_2{margin-left:0.7rem;}
.index_list_con_3{float:right;}
.index_list_con .tj_con_2{width:100%;height:2.3rem;margin-bottom:0.22rem;font-size:0;overflow:hidden;}
.index_list_con .tj_con_2 h5{font-size:0.3rem;line-height:0.7rem;color:#333;font-weight:600;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.index_list_con .tj_con_2 .tj_con_img{width:40%;height:1.6rem;margin-bottom:0.2rem;font-size:0;overflow:hidden;}
.index_list_con .tj_con_2 .tj_con_img img{width:100%;min-height:100%;}
.index_list_con .tj_con_2 .tj_con_info{width:56%;height:1.6rem;font-size:0.26rem;line-height:0.5rem;}
/* index_list end*/
/* index_tit */
.index_tit{width:100%;font-size:0;margin:0.8rem auto 0.5rem auto;text-align:center;}
.index_tit img{max-width:20.0rem;}
/* index_tit end*/
/* zhg_djt */
.zhg_djt{width:20.5rem;margin:0.4rem auto;}
.zhg_djt .index_list_tit{width:20.0rem;margin:0 auto;}
.zhg_djt .zhg_djt_con{width:20.5rem;margin:0.4rem auto;}
.zhg_djt .zhg_djt_con ul{width:20.5rem;height:8.0rem;margin:0;padding:0;font-size:0;}
.zhg_djt .zhg_djt_con ul li{width:4.7rem;height:3.8rem;float:left;margin:0.1rem 0.2rem;font-size:0.26rem;line-height:0.7rem;background:#f5f5f5;}
.zhg_djt .zhg_djt_con ul li .zgdjt_img{width:100%;height:3.0rem;font-size:0;overflow:hidden;}
.zhg_djt .zhg_djt_con ul li .zgdjt_img img{width:100%;}
.zhg_djt .zhg_djt_con ul li h5{width:90%;margin:0 auto;font-size:0.28rem;line-height:0.8rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
/* zhg_djt end*/
/* server */
.server{width:100%;margin-top:0.6rem;}
.ser_tit{width:20.0rem;height:0.8rem;margin:0 auto;font-size:0;border-bottom:1px solid #d3d1cf;}
.ser_tit h2{display:inline-block;padding-left:0.3rem;padding-right:0.3rem;letter-spacing:1px;font-weight:600;font-size:0.32rem;line-height:0.8rem;color:#d29f5e;border-top:1px solid #d29f5e;border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;background:#fff;}
.ser_tit a{display:inline-block;font-size:0.26rem;line-height:1.0rem;color:#d29f5e;}
.ser_tit a:hover{font-weight:bold;}
.server .server_con{width:19.2rem;margin:0 auto;margin-top:1.0rem;}
.server .server_con li{width:3.16rem;height:3.0rem;float:left;margin:0;padding:0;text-align:center;}
.server .server_con li h3{font-size:0.3rem;line-height:1.0rem;color:#666564;letter-spacing:1px;}
.server .server_con li:hover h3{color:#d29f5e;}
.server .server_con li .ser_icon{width:100%;height:1.8rem;}
.server .server_con li:hover .ser_icon{transform: translate(0,-6px);}
.server .server_con li .s_0{background:url(../images/icon/ser_icon_0.png) center center no-repeat;background-size:auto 110%;}
.server .server_con li .s_1{background:url(../images/icon/ser_icon_1.png) center center no-repeat;background-size:auto 90%;}
.server .server_con li .s_2{background:url(../images/icon/ser_icon_2.png) center center no-repeat;background-size:auto 90%;}
.server .server_con li .s_3{background:url(../images/icon/ser_icon_3.png) center center no-repeat;background-size:auto 90%;}
.server .server_con li .s_4{background:url(../images/icon/ser_icon_4.png) center center no-repeat;background-size:auto 90%;}
.server .server_con li .s_5{background:url(../images/icon/ser_icon_5.png) center center no-repeat;background-size:auto 90%;}
.server .server_con li .s_6{background:url(../images/icon/ser_icon_6.png) center center no-repeat;background-size:auto 90%;}
/* .server .server_con li:hover .s_1{background-image:url(../images/icon/ser_1_2.png);} */
/* .server .server_con li:hover .s_2{background-image:url(../images/icon/ser_2_2.png);} */
/* .server .server_con li:hover .s_3{background-image:url(../images/icon/ser_3_2.png);} */
/* .server .server_con li:hover .s_4{background-image:url(../images/icon/ser_4_2.png);} */
/* .server .server_con li:hover .s_5{background-image:url(../images/icon/ser_5_2.png);} */
/* .server .server_con li:hover .s_6{background-image:url(../images/icon/ser_6_2.png);} */
/* server end*/
/* keshi */
.keshi{width:100%;margin-top:0.6rem;}
.server{width:100%;margin-top:0.6rem;}
.keshi_tit{width:100%;height:0.8rem;margin:0 auto;font-size:0;border-bottom:1px solid #d3d1cf;}
.keshi_tit h2{display:inline-block;padding-left:0.3rem;padding-right:0.3rem;letter-spacing:1px;font-weight:600;font-size:0.32rem;line-height:0.8rem;color:#d29f5e;border-top:1px solid #d29f5e;border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;background:#fff;}
.keshi_tit a{display:inline-block;font-size:0.26rem;line-height:1.0rem;color:#d29f5e;}
.keshi_tit a:hover{font-weight:bold;}
.keshi .keshi_con{width:20.0rem;margin:0 auto;}
.keshi .keshi_con .link_con{width:100%;}
.keshi .keshi_con .link_con .learn_img{width:100%;font-size:0;margin-top:0.3rem;}
.keshi .keshi_con .link_con .learn_img img{width:100%;}
.keshi .keshi_con .link_con li{width:30%;float:left;margin-left:1.5%;margin-right:1.5%;margin-top:0.27rem;margin-bottom:0.3rem;}
.keshi .keshi_con .link_con li select{
  width:100%;height: 0.5rem;display: block;font-size:0.26rem;
  text-align: center;  text-align-last: center;}
.keshi .keshi_con .link_con li select option{display:block;margin-top:0.1rem;font-size:0.28rem;line-height:0.8rem;text-align:center;}
.keshi .keshi_con .keshi_list{width:7.6rem;height:6.2rem;}
.keshi .keshi_con .keshi_list .keshi_li{width:100%;margin-top:0.1rem;}
.keshi .keshi_con .keshi_list .keshi_li li{width:2.3rem;min-height:0.8rem;float:left;margin:0.15rem 0.1rem;font-size:0.26rem;text-align:center;
	color:#518ed8;border:1px solid #c9dbef;border-radius:0.1rem;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;}
.keshi .keshi_con .keshi_list .keshi_li .ks_line_1{line-height:0.8rem;}
.keshi .keshi_con .keshi_list .keshi_li .ks_line_2{line-height:0.35rem;padding-top:0.1rem;padding-bottom:0.1rem;padding-left:0.4rem;padding-right:0.4rem;}
.keshi .keshi_con .keshi_list .keshi_li li:hover{background:#518ed8;color:#fff;}
/* keshi end*/
/* foot */
.foot{width:100%;padding-top:0.3rem;padding-bottom:0.3rem;background:#545453;}
.foot_con{width:20.0rem;margin:0 auto;font-size:0;}
.foot_con span{font-size:0.24rem;line-height:1.0rem;color:#fff;}
.foot_con a{font-size:0.24rem;line-height:1.0rem;color:#fff;}
.foot_con a:hover{color:#cc0000;}
.foot_con img{display:inline-block;}
.foot_con .dw_icon{width:2.0rem;height:1.0rem;float:left;}
.foot_con .dw_icon img{max-height:100%;}
/* foot end*/
/* in_main */
.in_main{background:#fdfcf9;font-size:0.25rem;}
.in_main_con{width:19.4rem;margin:0.4rem auto;padding:0.3rem;background:#fff;
	-webkit-box-shadow: #ccc 0px 0px 8px;
	-moz-box-shadow: #ccc 0px 0px 8px;
	box-shadow: #ccc 0px 0px 8px;}
.in_tit{width:100%;height:0.9rem;line-height:0.9rem;}
.in_tit h5{display:inline-block;padding-left:2.1rem;width:2.3rem;height:0.9rem;line-height:0.9rem;font-size:0.34rem;color:#fff;letter-spacing:1px;background:url(../images/in_tit_back.png) center center no-repeat;background-size:4.4rem 1.0rem; }
.in_tit .in_tit_pos{width:14.6rem;height:0.9rem;font-size:0.25rem;line-height:0.9rem;text-align:right;color:#929292;border-bottom:1px solid #d2d2d2;}
.in_tit .in_tit_pos a{color:#929292;}
.in_tit .in_tit_pos img{height:0.26rem;}
.in_fg_list{width:100%;margin-top:0.15rem;}
.in_fg_list li{position:relative;font-size:0.26rem;line-height:0.6rem;color:#414141;border-bottom:1px dashed #bcbcbc;padding-left:0.4rem;background:url(../images/list_info_icon.png) left center no-repeat;background-size:0.25rem auto;}
.in_fg_list li p{width:68%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in_fg_list li span{position:absolute;right:0;bottom:0;font-size:0.25rem;}
.in_fg_list li a{color:#535353;}
.in_fg_list li:hover a{color:#e63333;}
/* in_main end*/

.in_esd_list{width:100%;margin-top:0.15rem;}
.in_esd_list li{font-size:0.26rem;line-height:0.6rem;color:#414141;border-bottom:1px dashed #bcbcbc;padding-left:0.4rem;background:url(../images/list_info_icon.png) left center no-repeat;background-size:0.25rem auto;}
.in_esd_list li a{color:#535353;}
.in_esd_list li:hover a{color:#e63333;}


/* in_main_l */
.in_main_l{width:4.4rem;}
.in_l_tit{width:100%;}
.in_l_tit h2{padding-left:1.6rem;width:2.8rem;height:0.9rem;line-height:0.9rem;font-size:0.34rem;color:#fff;letter-spacing:1px;background:url(../images/in_tit_back.png) center center no-repeat;background-size:4.4rem 1.0rem; }
.in_szkw{width:100%;height:1.3rem;margin-top:0.2rem;line-height:1.3rem;font-size:0.36rem;color:#fff;text-align:center;letter-spacing:1px;background:url(../images/szkw_img.jpg) center center no-repeat;background-size:100% 100%;}
.in_zgwh{width:100%;height:1.3rem;margin-top:0.2rem;line-height:1.3rem;font-size:0.36rem;color:#fff;text-align:center;letter-spacing:1px;background:url(../images/zgwh_img.jpg) center center no-repeat;background-size:100% 100%;}
.in_l_tzgg{width:100%;margin-top:0.2rem;padding-bottom:0.3rem;border-bottom:18px solid #d29f5e;background:#f7f7f7;}
.in_l_tzgg h3{font-size:0.32rem;line-height:0.8rem;color:#fff;text-align:center;background:#d29f5e;letter-spacing:1px;}
.in_l_tzgg li{width:90%;margin:0 auto;font-size:0.25rem;line-height:0.7rem;color:#454545;border-bottom:1px dashed #b6b6b6;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in_l_tzgg li:hover{color:#e63333;}
.in_main_r{width:14.6rem;min-height:8.0rem;}
.in_r_pos{font-size:0;border-bottom:1px solid #d2d2d2;}
.in_r_pos h3{display:inline-block;font-size:0.3rem;line-height:0.9rem;color:#474747;padding-left:0.8rem;letter-spacing:1px;background:url(../images/kuang.png) 0.3rem center no-repeat;background-size:0.3rem auto;}
.in_r_pos span{font-size:0.25rem;line-height:1.0rem;color:#7e7e7e;background:url(../images/pos_icon.png) left center no-repeat;padding-left:0.45rem;background-size:0.285rem auto;}
/* in_main_l end*/
/* in_son */
.in_son{width:100%;border-top:1px solid #fff;}
.in_son li{font-size:0.26rem;line-height:0.8rem;color:#525252;padding-left:35%;border-bottom:1px solid #d2d2d2;border-left:1px solid #d2d2d2;border-right:1px solid #d2d2d2;background:url(../images/list_info_icon.png) 25% center no-repeat #f1f1f1;background-size:0.25rem auto;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.in_son li:hover{background-color:#d29f5e;color:#fff;}
.in_son .thisclass{background-color:#d29f5e;color:#fff;}
/* in_son end*/
/* main_r_list */
.main_r_list{width:100%;}
.main_r_list li{width:100%;height:2.0rem;margin-top:0.2rem;background:#f6f6f6;}
.main_r_list li .in_fc_img{width:3.2rem;height:100%;overflow:hidden;}
.main_r_list li .in_fc_img img{width:100%;min-height:100%;}
.main_r_list li .in_fc_info{width:10.8rem;margin-right:0.2rem;font-size:0.25rem;line-height:0.5rem;color:#727272;}
.main_r_list li .in_fc_info h5{font-size:0.32rem;line-height:0.7rem;margin-top:0.1rem;color:#666;font-weight:500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.main_r_list li .in_fc_info .news_intros{text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.main_r_list li:hover{
	-webkit-box-shadow: #ccc 0px 0px 8px;
	-moz-box-shadow: #ccc 0px 0px 8px;
	box-shadow: #ccc 0px 0px 8px;}
.main_r_list li:hover .in_fc_info h5{color:#ef5156;}
.main_r_list li .in_fc_info .in_more{color:#ef5156;float:right;}
/* main_r_list end*/
/* main_xq_list */
.main_xq_list{width:14.6rem;margin:0 auto;}
.main_xq_list li{width:4.66rem;height:4.2rem;float:left;margin:0.1rem;}
.main_xq_list li .in_xq_img{width:100%;height:3.4rem;overflow:hidden;}
.main_xq_list li .in_xq_img img{width:100%;min-height:100%;-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear;}
.main_xq_list li h5{font-size:0.26rem;line-height:0.7rem;margin-top:0.1rem;color:#414141;text-align:center;background:#ebebeb;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.main_xq_list li:hover .in_xq_img img{transform: scale(1.1, 1.1);transition: .6s transform;z-index:1000;}
/* main_xq_list end*/
/* in_content */
.in_content{width:96%;margin:0 auto;margin-top:0.2rem;font-size:0.26rem;line-height:0.5rem;color:#474747;text-align:justify;}
/* in_content end*/
/* in_gg_list */
.in_gg_list{width:100%;min-height:5.0rem;}
.in_gg_list li{position:relative;font-size:0.26rem;line-height:0.7rem;color:#414141;border-bottom:1px solid #b6b6b6;background:url(../images/list_info_icon.png) 0.15rem center no-repeat;background-size:0.25rem auto;padding-left:0.6rem;}
.in_gg_list li p{width:68%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in_gg_list li span{position:absolute;right:0;bottom:0;font-size:0.25rem;}
.in_gg_list li:hover{color:#e63333;}
.xq_list{width:16.0rem;margin-top:0.1rem;}
.xq_list ul li{width:3.8rem;height:3.2rem;float:left;margin:0.05rem 0.1rem;}
.xq_list ul li .in_xq_img{width:100%;height:2.45rem;overflow:hidden;}
.xq_list ul li .in_xq_img img{width:100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;}
.xq_list ul li:hover .in_xq_img img{transform: scale(1.06, 1.06);transition: .6s transform;z-index:1000;}
.xq_list ul li h5{padding-left:0.2rem;padding-right:0.2rem;font-size:0.26rem;line-height:0.7rem;text-align:center;color:#414141;background:#ebebeb;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xq_list ul li:hover h5{background:#d29f5e;color:#fff;}
/* in_gg_list end*/
/* in_zt_list */
.in_zt_list{width:14.6rem;}
.in_zt_list li{width:6.9rem;height:1.5rem;float:left;margin:0.2rem;overflow:hidden;}
.in_zt_list li img{width:100%;min-height:100%;}
.in_zt_list li:hover img{transform: scale(1.1, 1.1);transition: .6s transform;z-index:1000;}
/* in_zt_list end*/
/* sp_list */
.sp_list{width:16.0rem;margin-top:0.1rem;}
.sp_list ul li{width:3.8rem;height:3.2rem;float:left;margin:0.05rem 0.1rem;}
.sp_list ul li .in_xq_img{position:relative;width:100%;height:2.45rem;overflow:hidden;}
.sp_list ul li .in_xq_img i{display:block;position:absolute;z-index:200;left:50%;top:50%;width:0.74rem;height:0.74rem;margin-left:-0.37rem;margin-top:-0.37rem;background:url(../images/video_icon.png) center center no-repeat;background-size:100% auto;}
.sp_list ul li .in_xq_img img{width:100%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;}
.sp_list ul li:hover .in_xq_img img{transform: scale(1.06, 1.06);transition: .6s transform;z-index:1000;}
.sp_list ul li h5{font-size:0.26rem;line-height:0.7rem;text-align:center;color:#414141;background:#ebebeb;}
.sp_list ul li:hover h5{background:#d29f5e;color:#fff;}
/* sp_list end*/
.pos{width:100%;height:0.9rem;line-height:0.9rem;border-bottom:2px solid #e6e6e6;background:#fff;}
.pos_con{width:22.0rem;height:0.9rem;margin:0 auto;font-size:0.22rem;}
.pos_con span{width:0.92rem;height:0.9rem;margin-right:0.3rem;border-left:2px solid #f5f5f5;border-right:2px solid #f5f5f5;display:inline-block;background:url(../images/home_icon.png) center no-repeat;background-size:0.22rem auto;}
.about_det_con{width:18.75rem;margin:1.0rem auto;font-size:0.26rem;line-height:0.5rem;color:#333;}
.about_det_con h2{text-align:center;font-size:0.4rem;font-weight:500;}
.about_det_con img{max-width:100%;}
.about_det_con .art_time{font-size:0.18rem;line-height:0.76rem;text-align:center;margin-bottom:0.20rem;}
.about_det_con strong{font-weight:600;}
.n_p_page{width:19.75rem;margin:1.0rem auto;padding-top:0.2rem;border-top:1px solid #000;}
.n_p_page li{font-size:0.24rem;color:#474747;}

.about_det_con table{
	border:1px solid #333;
	border-collapse: collapse;
	border-spacing: 0;
}
.about_det_con table tr td{
	border:1px solid #333;
}

/* banner_box */
.banner_box{position:relative;width:20.0rem;height:5.1rem;margin:0 auto;font-size:0;margin-top:0;overflow:hidden;}
.banner_box .banner_list{width:20.0rem;margin:0 auto;font-size:0;}
.banner_box .banner_list ul li{width:20.0rem;height:5.1rem;overflow:hidden;}
.banner_box .banner_list ul li img{width:100%;min-height:100%;}
.banner_box .hd{position:absolute;width:100%;left:0;bottom:10px;height:20px;z-index:3000;}
.banner_box .hd ul{ width:100%;height:100%;text-align:center;}
.banner_box .hd ul li{display:inline-block;width:32px; height:6px; overflow:hidden; margin-right:15px; cursor:pointer; background:#fff!important; }
.banner_box .hd ul li.on{ background:#f34540!important; }
/* banner_box end*/
/* leader */
.leader{width:14.6rem;font-size:0.25rem;}
.leader .lead_con_1{width:14.6rem;font-size:0.25rem;}
.leader .lead_con_1 .lead_con{width:14.6rem;padding-bottom:0.2rem;padding-top:0.2rem;margin-top:0.1rem;border-bottom:1px solid #e7e7e7;}
.leader .lead_con_1 .lead_con .ld_img{width:3.4rem;min-height:1.0rem;margin-left:0.25rem;}
.leader .lead_con_1 .lead_con .ld_img img{width:100%;}
.leader .lead_con_1 .lead_con .ld_info{width:10.0rem;min-height:1.0rem;margin-left:0.4rem;}
.leader .lead_con_1 .lead_con .ld_info h3{font-size:0.34rem;line-height:1.2rem;color:#303030;letter-spacing:2px;}
.leader .lead_con_1 .lead_con .ld_info p{font-size:0.255rem;line-height:0.5rem;color:#303030;letter-spacing:1px;}
.leader .lead_con_2{width:14.5rem;padding-bottom:0.2rem;padding-top:0.2rem;margin-top:0.1rem;border-bottom:1px solid #e7e7e7;}
.leader .lead_con_2 li{width:23%;height:6.0rem;float:left;margin:0.1rem 1%;}
.leader .lead_con_2 li .ld_f_img{width:100%;height:4.0rem;overflow:hidden;}
.leader .lead_con_2 li .ld_f_img img{width:100%;min-height:100%;}
.leader .lead_con_2 li .ld_f_info{padding:0.1rem 0.2rem;text-align:center;}
.leader .lead_con_2 li .ld_f_info h5{font-size:0.32rem;line-height:0.55rem;color:#303030;letter-spacing:1px;}
.leader .lead_con_2 li .ld_f_info p{font-size:0.24rem;line-height:0.35rem;}
/* leader end*/
/* in_meiti */
.in_meiti{ width: 14.5rem;margin:0 auto;overflow: hidden;}
.in_meiti .jz_li{position:relative;width:2.7rem;height:2.7rem;float:left;margin:0.1rem;}
.in_meiti .jz_li .jz_icon{width:100%;height:100%;text-align:center;font-size:0;}
.in_meiti .jz_li .jz_icon .jz_img{width:100%;height:1.5rem;}
.in_meiti .jz_li .jz_icon .jz_img img{height:90%;}
.in_meiti .jz_li .jz_icon h5{font-size:0.26rem;line-height:0.8rem;color:#303030;}
.in_meiti .jz_li .gh_ewm{display:none;position:absolute;left:0;top:0;width:100%;height:100%;}
.in_meiti .jz_li .gh_ewm img{width:100%;height:100%;}
.in_meiti .jz_li:hover .gh_ewm{display:block;}
/* in_meiti end*/
/* main_v_list */
.main_v_list{width:14.6rem;margin:0 auto;}
.main_v_list li{width:4.66rem;height:3.8rem;float:left;margin:0.1rem;}
.main_v_list li .in_v_img{position:relative;width:100%;height:3.0rem;overflow:hidden;}
.main_v_list li .in_v_img .v_icon{position:absolute;top:50%;left:50%;margin-left:-24px;margin-top:-24px;width:48px;height:48px;background:url(../images/icon-video.png) center center no-repeat;background-size:100% auto;}
.main_v_list li .in_v_img img{width:100%;min-height:100%;-webkit-transition: all .2s linear;-moz-transition: all .2s linear;-o-transition: all .2s linear;transition: all .2s linear;}
.main_v_list li h5{font-size:0.26rem;padding-left:0.2rem;padding-right:0.2rem;line-height:0.7rem;margin-top:0.1rem;color:#414141;text-align:center;background:#ebebeb;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.main_v_list li:hover .in_v_img img{transform: scale(1.1, 1.1);transition: .6s transform;z-index:1000;}
/* main_v_list end*/
/* video_file */
.video_file{width:60%;margin:0 auto;}
.video_file video{width:100%;}
/* video_file end*/
/* in_jg_list */
.in_jg_list{min-height:6.0rem;}
.in_jg_list .jg_tit{font-size:0.35rem;line-height:0.8rem;color:#e60011;}
.in_jg_list li{display:inline-block;margin-right:0.2rem;margin-top:0.2rem;font-size:0.26rem;line-height:0.7rem;padding:0 0.4rem;background:#f8f8f8;color:#000;cursor:pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;}
.in_jg_list li:hover{border-radius:0.1rem;}
/* in_jg_list end*/
.suspension02{
		width:199px;
		height:84px;
		position:fixed;
		bottom:260px;
		left:1%;
		z-index:9000;
	}
.suspension02 img{width:100%;display:block;}
/* esd_main */
.esd_back{background:#f8f8f8;}
.esd_main{width:20.0rem;margin:0.4rem auto;padding:0.3rem 20px;background:#fff;
	/* -webkit-box-shadow: #ccc 0px 0px 8px; */
	/* -moz-box-shadow: #ccc 0px 0px 8px; */
	/* box-shadow: #ccc 0px 0px 8px; */}
.esd_main .in_tit .in_tit_pos{width:15.2rem;}
.esd_main .in_esd_con{width:100%;margin:0.2rem auto;}
.esd_list{width:48%;height:6.0rem;overflow:hidden;}
.esd_list li{position:relative;width:100%;font-size:0.27rem;line-height:0.8rem;color:#333;border-bottom:1px solid #e4dede;}
.esd_list li p{width:70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.esd_list li span{position:absolute;right:0;top:0;display:block;font-size:0.27rem; }
.esd_list li:hover p{color:#ee1b24;}
.esd_tit{position:relative;margin-bottom:0.1rem;width:100%;border-bottom:1px solid #ee1b24;font-size:0.25rem;line-height:0.9rem;}
.esd_tit h5{font-size:0.32rem;line-height:0.9rem;color:#000;font-weight:600;letter-spacing:2px;}
.esd_tit a{position:absolute;right:0;top:0;}
.esd_tit a:hover{color:#ee1b24;}
/* esd_main end*/
/* in_esd_con_2 */
.in_esd_con_2{width:100%;}
.in_esd_con_2 .esd_list{width:100%;}
.in_esd_con_2 .esd_list_2{width:48%;height:5.0rem;overflow:hidden;}
.esd_list_2 li{position:relative;width:100%;font-size:0.27rem;line-height:0.8rem;color:#333;border-bottom:1px solid #e4dede;}
.esd_list_2 li p{width:70%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.esd_list_2 li span{position:absolute;right:0;top:0;display:block;font-size:0.27rem; }
.esd_list_2 li:hover p{color:#ee1b24;}
/* in_esd_con_2 end*/
/* index_news */
.index_news{width:20.0rem;margin:0.5rem auto;}
.news_tj{position:relative;width:10.0rem;height:6.0rem;}
.index_news .news_tj .news_tj_list{width:10.0rem;height:100%;overflow:hidden;}
.index_news .news_tj .news_tj_list ul{width:10.0rem;height:100%;font-size:0;}
.index_news .news_tj .news_tj_list ul li{position:relative;width:10.0rem;height:100%;font-size:0;}
.index_news .news_tj .news_tj_list ul li img{width:100%;min-height:100%;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.index_news .news_tj .news_tj_list ul li:hover img{transform: scale(1.1, 1.1);transition: .4s transform;z-index:1000;}
.index_news .news_tj .news_tj_list ul li h5{position:absolute;left:0;bottom:0;width:100%;height:45px;line-height:45px;background:url(../images/tj_tit_back.png) repeat;}
.index_news .news_tj .news_tj_list ul li h5 p{width:65%;height:100%;font-size:16px;color:#dedede;padding:0 2%;text-indent:1.0em;font-weight:normal;letter-spacing:1px;}
.index_news .news_tj .hd{position:absolute;bottom:0;right:0;z-index:1000;height:45px;overflow:hidden; }
.index_news .news_tj .hd ul{ overflow:hidden; zoom:1; float:left;  }
.index_news .news_tj .hd ul li{ color:#fff;float:left; margin:12px 5px;font-size:14px; width:21px; height:21px; line-height:21px; text-align:center; background:#050506; cursor:pointer; }
.index_news .news_tj .hd ul li.on{ background:#b81c32; color:#fff; }

.index_news_list{width:9.4rem;height:6.0rem;overflow:hidden;}
.index_news_tit{position:relative;width:100%;margin-bottom:0.1rem;height:0.7rem;line-height:0.7rem;border-bottom:1px solid #9a9a9a;}
.index_news_tit h2{width:100%;font-size:0.35rem;color:#f34540;font-weight:600;letter-spacing:2px;}
.index_news_tit h2 a{position:absolute;right:0;top:0;font-size:0.26rem;color:#737070;font-weight:normal;}
.index_news_tit h2 a:hover{color:#c80000;}
.index_news_list li{font-size:0.26rem;line-height:0.6rem;border-bottom:1px dashed #d8d8d8;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
padding-left:0.3rem;background:url(../images/news_icon.png) left center no-repeat;background-size:0.1rem auto;}
/* index_news end*/
/* ewm_main */
.ewm_main{width:20.0rem;margin:0.4rem auto;}
.ewm_main .ewm_info{width:9.0rem;margin-left:0.8rem;}
.ewm_main .ewm_info .ewm_info_img{width:3.1rem;height:2.8rem;font-size:0;text-align:left;border-right:1px solid #cbcbcb;}
.ewm_main .ewm_info img{width:2.8rem;}
.ewm_main .ewm_info .ewm_info_intro{width:5.4rem;margin-left:0.4rem;height:2.8rem;font-size:0.27rem;line-height:3.0;color:#ff4f4a;}
/* ewm_main end*/
/* cxal_main */
.cxal_ban{width:100%;font-size:0;}
.cxal_ban img{width:100%;display:block;}
.cxal_tit{padding-bottom:10px;}
.cxal_tit h3{background-position:left center;font-size:20px;line-height:2.0;}
.cxal_main{width:1200px;margin:0 auto;}
.cxal_main .cxal_con{width:100%;margin:25px auto 50px auto;}
.cxal_main .cxal_son{float:left;width:217px;border:1px solid #e8e4e4;}
.cxal_main .cxal_son li{width:90%;padding:30px 5%;background:#f2f0ee;font-size:16px;line-height:1.5;text-align:center;font-weight:400;border-bottom:1px solid #e8e4e4;}
.cxal_main .cxal_son li.on{background:#c80000;color:#ffffff;}
.cxal_main .cxal_son li.on:hover{background:#c80000;color:#ffffff;}
.cxal_main .cxal_son li:hover{background:#ffffff;}
.cxal_main .cxal_list{float:right;width:960px;}
.cxal_main .cxal_list .cxal_list_con{width:100%;}
.cxal_main .cxal_list .cxal_list_con li{position:relative;width:100%;font-size:16px;line-height:3.0;margin:8px 0;color:#000000;border-bottom:1px dashed #a2a2a2;}
.cxal_main .cxal_list .cxal_list_con li p{width:66%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cxal_main .cxal_list .cxal_list_con li span{display:inline-block;position:absolute;right:0;top:0;}
.cxal_main .cxal_list .cxal_list_con li:hover p{color:#c80000;}
/* cxal_main end*/

/* cxal_det */
.cxal_det{width:1120px;margin:30px auto;padding:20px 40px;border: 1px solid #d6d6d6;}
.cxal_det .cxal_det_tit{width:100%;margin:10px auto 20px auto;padding-bottom:10px;font-size:14px;line-height:2.0;text-align:center;color:#666666;border-bottom:1px solid #d6d6d6;}
.cxal_det .cxal_det_tit h2{font-size:20px;line-height:1.8;color:#000000;}
.cxal_det .cxal_det_intro{font-size:16px;line-height:2.2;color:#000000;margin:15px auto;}
.cxal_det .cxal_det_intro strong{font-weight:bold;}
.cxal_det .cxal_det_intro img{max-width:100%;}
/* cxal_det end*/

/*m端*/
.top_img{display:none;}
.nav_con{display:none;}
.m-swiper-container{display:none;}
.index_news_m{display:none;}
.index_list_grwhg{display:none;}
.zhg_djtm{display:none;}
.footm{display:none;}
.in_titm{display:none;}
.position_con{display:none;}
.son_list_li{display:none;}
/*m端 end*/

@media screen and (max-width: 1100px){
        body{font-family:思源黑体;}
	.top_main{display:none;}
	.nav_width{display:none;}
	.banner_box{display:none;}
	.zhg_djt{display:none;}
	.index_list{display:none;}
	#fudong_r{display:none!important;}
	.showslider{display:none;}
	.swiper-container{display:none;}
	.index_news{display:none;}
	.foot{display:none;}
	.ins{background:none;}
	.ins .m-swiper-container{display:none;}
	.in_main_l{display:none;}
	.in_r_pos{display:none;}
	.in_tit{display:none;}
	
	
/* zhg_djtm */
.zhg_djtm{display:block;width:90%;margin:16px auto;}
.zhg_djtm .zhg_djt_con{width:100%;margin:16px auto;}
.zhg_djtm .zhg_djt_con ul{width:100%;margin:0;padding:0;font-size:0;}
.zhg_djtm .zhg_djt_con ul li{width:48%;height:120px;float:left;margin:4px 1%;font-size:14px;line-height:30px;background:#f5f5f5;}
.zhg_djtm .zhg_djt_con ul li .zgdjt_img{width:100%;height:80px;font-size:0;overflow:hidden;}
.zhg_djtm .zhg_djt_con ul li .zgdjt_img img{width:100%;}
.zhg_djtm .zhg_djt_con ul li h5{width:90%;margin:0 auto;font-size:15px;line-height:40pxfont-weight:normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
/* zhg_djt end*/	

/* top_img */
.top_img{display:block;position:relative;width:100%;border-bottom:2px solid #d29f5e;}
.top_img img{width:100%;}
.search_con_index form{width:100%;height:40px;}
.search_con_index{position:absolute;left:10%;bottom:10px;width:80%;height:33px;}
.search_con_index .serch_input_index{width:90%;margin:0 auto;height:100%;}
.search_con_index .serch_text_index{outline:none;display:block;text-indent:1.0em;width:calc(100% - 80px);height:32px;background:#ffffff;border:1px solid #d29f5e;border-radius:4px;color:#a3a3a3;}
.search_con_index .serch_btn_index{display:block;font-size:0;width:70px;height:32px;}
.rili{position:absolute;font-size:14px;top:30px;left:10px;right:auto;}
/* top_img end*/
/* swiper*/
.swiper-container{display:block;width:100%;}
.swiper-container .main_list{width:100%;height:auto;}
.swiper-container .main_list .sl_img{width:100%;}
.swiper-container .main_list .sl_img img{width:100%;}
.swiper-pagination-bullet{
	width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #d29f5e;}
/* swiper end*/
	/* nav_con */
.nav_con{display:block;width:90%;margin:8px auto;}
.nav_con .nav_list{width:100%;margin:0 auto;}
.nav_con .nav_list li{width:25%;height:64px;float:left;margin-top:12px;font-size:14px;line-height:32px;text-align:center;color:#000000;}
.nav_con .nav_list li .nav_icon{width:100%;height:32px;text-align:center;}
.nav_con .nav_list li .nav_icon img{height:22px;width:auto;}
/* nav_con end*/

/* tzgg */
.tzgg{position:relative;width:90%;height:36px;margin:0 auto;margin-top:2px;margin-bottom:8px;border-bottom:2px solid #c80000;}
.tz_tit{width:80px;height:28px;margin-top:8px;}
.tz_tit h3{font-size:16px;line-height:24px;color:#c80000;letter-spacing:1px;font-weight:normal;border-right:1px solid #d5d5d5;}
.tz_con{position:relative;overflow:hidden;width:calc(100% - 120px);height:28px;margin-left:14px;margin-top:4px;line-height:32px;}
.tz_con ul li{width:90%;height:28px;font-size:14px;line-height:32px;color:#000;letter-spacing:1px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tz_con ul li:hover a{color:#e63333;}
.more_tz{position:absolute;right:0;bottom:0;font-size:0;}
.more_tz a{font-size:12px;line-height:36px;color:#e63333;}
/* tzgg end*/

/* index_news */
.index_news{width:90%;margin:10px auto;}
.index_news_m{display:block;}
.index_news .news_tj{position:relative;width:100%;height:240px;overflow:hidden;}
.index_news .news_tj .news_tj_list{width:100%;height:100%;overflow:hidden;}
.index_news .news_tj .news_tj_list ul{width:100%;height:100%;font-size:0;}
.index_news .news_tj .news_tj_list ul li{position:relative;width:100%;height:100%;font-size:0;}
.index_news .news_tj .news_tj_list ul li img{width:100%;min-height:100%;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;}
.index_news .news_tj .news_tj_list ul li:hover img{transform: scale(1.1, 1.1);transition: .4s transform;z-index:1000;}
.index_news .news_tj .news_tj_list ul li h5{position:absolute;left:0;bottom:0;width:100%;height:45px;line-height:45px;background:url(../images/tj_tit_back.png) repeat;}
.index_news .news_tj .news_tj_list ul li h5 p{width:65%;height:100%;font-size:16px;color:#dedede;padding:0 2%;text-indent:1.0em;font-weight:normal;letter-spacing:1px;}
.index_news .news_tj .hd{position:absolute;bottom:0;right:0;z-index:1000;height:45px;overflow:hidden; }
.index_news .news_tj .hd ul{ overflow:hidden; zoom:1; float:left;  }
.index_news .news_tj .hd ul li{ color:#fff;float:left; margin:12px 5px;font-size:14px; width:21px; height:21px; line-height:21px; text-align:center; background:#050506; cursor:pointer; }
.index_news .news_tj .hd ul li.on{ background:#b81c32; color:#fff; }

.index_news_list{width:100%;height:auto;margin-top:20px;}
.index_news_tit{position:relative;width:100%;margin-bottom:4px;height:28px;line-height:1.0;border-bottom:1px solid #9a9a9a;}
.index_news_tit2{margin-top:20px!important;}
.index_news_tit h2{width:100%;font-size:16px;color:#c80000;font-weight:600;letter-spacing:2px;}
.index_news_tit h2 a{position:absolute;right:0;top:0;font-size:14px;color:#737070;font-weight:normal;}
.index_news_tit h2 a:hover{color:#c80000;}
.index_news_list li{font-size:14px;line-height:2.2;border-bottom:1px dashed #d8d8d8;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
padding-left:12px;background:url(../images/news_icon.png) left center no-repeat;background-size:4px auto;}
/* index_news end*/

.type_tit{width:100%;height:40px;line-height:1.0;border-bottom:2px solid #d29f5e;font-size:0;}
.type_tit h2{display:inline-block;font-size:16px;line-height:40px;color:#d29f5e;}
.type_tit a{font-size:14px;line-height:40pxm;color:#d29f5e;}
.index_list_titm{position:relative;width:100%;}
.index_list_titm h2{font-size:16px;line-height:1.0;margin:12px 0;color:#c80000;font-weight:600;padding-left:12px;border-left:4px solid #c80000;letter-spacing:1px;}
.index_list_titm a{position:absolute;right:0;top:0;color:#737070;line-height:1.0;font-size: 14px;font-weight: normal;}
.index_list_titm a:hover{color:#c80000;}

/* index_list_grwhg*/
.index_list_grwhg{font-size:16px;color: #696969;line-height: 28px;overflow:hidden;}
.index_list_grwhg{display:block;width:90%;margin:12px auto;}
.index_list_grwhg .tj_con{width:100%;height:140px;margin-bottom:8px;font-size:0;overflow:hidden;}
.index_list_grwhg .tj_con img{width:100%;min-height:100%;}
.index_list_grwhg li{font-size:14px;line-height:32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; 
background:url(../images/news_icon.png) left center no-repeat;background-size:5px auto;padding-left:13px;}
.index_list_grwhg li:hover{color:#e63333;}
.index_list_grwhg .tj_con_2{width:100%;margin-bottom:10px;font-size:0;overflow:hidden;}
.index_list_grwhg .tj_con_2 h5{font-size:16px;line-height:36px;color:#333;font-weight:600;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.index_list_grwhg .tj_con_2 .tj_con_img{width:40%;height:80px;margin-bottom:8px;font-size:0;overflow:hidden;}
.index_list_grwhg .tj_con_2 .tj_con_img img{width:100%;min-height:100%;}
.index_list_grwhg .tj_con_2 .tj_con_info{width:56%;height:80px;font-size:15px;line-height:28px;}
/* index_list_grwhg end*/
/*server*/
.ser_tit{width:100%;height:32px;margin:0 auto;font-size:0;border-bottom:1px solid #d3d1cf;}
.ser_tit h2{display:inline-block;padding-left:12px;padding-right:12px;letter-spacing:1px;font-weight:600;font-size:16px;line-height:32px;color:#d29f5e;border-top:1px solid #d29f5e;border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;background:#fff;}
.ser_tit a{display:inline-block;font-size:14px;line-height:1.0rem;color:#d29f5e;}
.ser_tit a:hover{font-weight:bold;}
.server{width:90%;margin:0 auto;margin-top:15px;}
.server .server_con{width:100%;margin:0 auto;margin-top:15px;}
.server .server_con li{width:31.3%;height:100px;float:left;margin:4px 1%;padding:0;text-align:center;}
.server .server_con li h3{font-size:15px;line-height:40px;color:#666564;letter-spacing:1px;font-weight:500;}
.server .server_con li:hover h3{color:#d29f5e;}
.server .server_con li .ser_icon{width:100%;height:70px;}
.server .server_con li:hover .ser_icon{transform: translate(0,-6px);}
.server .server_con li .s_0{background:url(../images/icon/ser_icon_0.png) center center no-repeat;background-size:auto 110%;}
.server .server_con li .s_1{background:url(../images/icon/ser_icon_1.png) center center no-repeat;background-size:auto 95%;}
.server .server_con li .s_2{background:url(../images/icon/ser_icon_2.png) center center no-repeat;background-size:auto 95%;}
.server .server_con li .s_3{background:url(../images/icon/ser_icon_3.png) center center no-repeat;background-size:auto 95%;}
.server .server_con li .s_4{background:url(../images/icon/ser_icon_4.png) center center no-repeat;background-size:auto 95%;}
.server .server_con li .s_5{background:url(../images/icon/ser_icon_5.png) center center no-repeat;background-size:auto 95%;}
.server .server_con li .s_6{background:url(../images/icon/ser_icon_6.png) center center no-repeat;background-size:auto 95%;}
/*server end*/
/* keshi */
.keshi{width:90%;margin:0 auto;margin-top:20px}
.keshi_tit{height:32px;margin-bottom:10px;}
.keshi_tit h2{display:inline-block;padding-left:12px;padding-right:12px;letter-spacing:1px;font-weight:600;font-size:16px;line-height:32px;color:#d29f5e;border-top:1px solid #d29f5e;border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;background:#fff;}
.keshi_tit a{font-size:14px;line-height:40px;}
.keshi .keshi_con{width:100%;}
.keshi .keshi_con .link_con{width:100%;}
.keshi .keshi_con .link_con .learn_img{margin-top:10px;}
.keshi .keshi_con .link_con li{width:100%;float:left;margin-left:0;margin-right:0;margin:5px auto;}
.keshi .keshi_con .link_con li select{width:100%;height: 30px;font-size:14px;line-height:30px;}
.keshi .keshi_con .link_con li select option{display:block;margin-top:4px;font-size:14px;line-height:30px;}
/* keshi end*/
/* ewm_main */
.ewm_main{width:90%;margin:20px auto;}
.ewm_main .ewm_info{width:100%;margin-left:0;margin-bottom:15px;}
.ewm_main .ewm_info .ewm_info_img{width:30%;height:auto;}
.ewm_main .ewm_info img{width:90%;}
.ewm_main .ewm_info .ewm_info_intro{width:60%;padding-left:5%;margin-left:0;height:auto;font-size:14px;line-height:2.0;}
/* ewm_main end*/
/*footm*/
.footm{display:block;width:100%;text-align:center;padding:15px 0;background:#545453;font-size:14px;line-height:2.0;color:#ffffff;}
.footm a{color:#ffffff;}
.footm .footm_con{width:90%;margin:0 auto;}
.footm .footm_dw_icon{width:100%;height:50px;text-align:center;font-size:0;}
.footm .footm_dw_icon img{width:50px;}
/*footm end*/
/*pos-m*/
.pos{width:100%;padding:10px 0;border-bottom:solid 1px #e6e6e6;}
.pos_con{width:92%;font-size:13px;line-height:1.8;color:#000000;}
.pos_con span{display:none;}
/*pos-m end*/
/*about_det_con-m*/
.about_det_con{width:90%;margin:20px auto;font-size:14px;line-height:2.0;}
.about_det_con h2{text-align:center;font-size:18px;font-weight:500;}
.about_det_con img{max-width:100%;}
.about_det_con .art_time{font-size:13px;line-height:2.0;text-align:center;margin-bottom:10px;}
.about_det_con strong{font-weight:600;}
.n_p_page{width:90%;margin:15px auto;padding-top:15px;border-top:1px solid #000;}
.n_p_page li{font-size:14px;color:#474747;}
/*about_det_con-m end*/
/*in_main-m*/
.in_main{background:#fdfcf9;font-size:14px;}
.in_main_con{width:90%;margin:20px auto;padding:15px 2%;
	background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;}
.in_main_r{width:100%;font-size:14px;line-height:2.0;}
.in_main_r p{font-size:14px;line-height:2.0;}
/*in_main-m end*/
/*in_tit-m*/
.in_titm{display:block;text-align:center;margin-top:20px;}
.in_titm h2{font-size:18px;line-height:2.0;color:#474747;letter-spacing:1px;font-weight:bold;}
.in_titm i{display:block;width:25px;height:2px;background:#474747;margin:3px auto;}
/*in_tit-m end*/
.position_con{display:block;width:100%;padding:10px 0;background-color:#f5f5f5;}
.position_con .position_main{width:92%;margin:0 auto;font-size:13px;line-height:1.8;color:#000000;}
/* son_list_li */
.son_list_li{display:block;width:96%;margin:0 auto;margin-top:10px;}
.son_list_li li{width:31.3%;float:left;margin:4px 1%;font-size:15px;line-height:36px;color:#525252;text-align:center;border-radius:0.1rem;background:#f1f1f1;}
.son_list_li .thisclass{background:#d29f5e;color:#ffffff;}
/* son_list_li end*/

/*leader*/
.leader{width:100%;font-size:14px;}
.leader .lead_con_1{width:100%;}
.leader .lead_con_1 .lead_con{width:100%;padding:15px 0;}
.leader .lead_con_1 .lead_con .ld_img{width:35%;font-size:0;margin-left:0;}
.leader .lead_con_1 .lead_con .ld_img img{width:100%;display:block;}
.leader .lead_con_1 .lead_con .ld_info{width:62%;margin-left:3%;}
.leader .lead_con_1 .lead_con .ld_info h3{font-size:18px;line-height:1.6;}
.leader .lead_con_1 .lead_con .ld_info p{font-size:14px;line-height:1.8;}

.leader .lead_con_2{width:100%;padding:15px 0;margin-top:10px;display:flex;flex-wrap:wrap;justify-content:space-between;}
.leader .lead_con_2 li{width:48%;height:auto;float:left;margin:5px 1% 15px 1%;}
.leader .lead_con_2 li .ld_f_img{width:100%;height:180px;overflow:hidden;}
.leader .lead_con_2 li .ld_f_img img{width:100%;min-height:100%;}
.leader .lead_con_2 li .ld_f_info{padding:5px 10px;text-align:center;}
.leader .lead_con_2 li .ld_f_info h5{font-size:16px;line-height:2.0;color:#303030;}
.leader .lead_con_2 li .ld_f_info p{font-size:14px;line-height:1.8;}
/*leader end*/

/* in_content */
.in_content{width:100%;margin:0 auto;margin-top:10px;font-size:14px;line-height:2.0;color:#474747;text-align:justify;}
.in_jg_list{min-height:200px;}
.in_jg_list .jg_tit{font-size:18px;line-height:2.0;color:#e60011;}
.in_jg_list li{display:inline-block;margin-right:10px;margin-top:10px;font-size:14px;line-height:2.5;padding:0 10px;background:#f8f8f8;color:#000;cursor:pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;}
.in_jg_list li:hover{border-radius:4px;}
/* in_content end*/
/* in_gg_list*/
.in_gg_list{width:100%;min-height:100px;}
.in_gg_list li{font-size:14px;line-height:2.5;color:#414141;border-bottom:1px solid #b6b6b6;background:url(../images/list_info_icon.png) 3px center no-repeat;background-size:10px auto;padding-left:20px;}
.in_gg_list li p{width:60%;line-height:2.5;}
.in_gg_list li span{font-size:14px;}
.in_gg_list li:hover{color:#e63333;}
.pagesite{font-size:12px;}
/* in_gg_list end*/

/* in_fg_list*/
.in_fg_list{width:100%;min-height:100px;}
.in_fg_list li{font-size:14px;line-height:2.5;color:#414141;border-bottom:1px solid #b6b6b6;background:url(../images/list_info_icon.png) 3px center no-repeat;background-size:10px auto;padding-left:20px;}
.in_fg_list li p{width:60%;line-height:2.5;}
.in_fg_list li span{font-size:14px;}
.in_fg_list li:hover{color:#e63333;}
/* in_gg_list end*/

/* main_r_list */
.main_r_list{width:100%;}
.main_r_list li{width:100%;height:80px;margin-top:10px;background:#f6f6f6;overflow:hidden;}
.main_r_list li .in_fc_img{width:40%;height:100%;overflow:hidden;}
.main_r_list li .in_fc_img img{width:100%;min-height:100%;}
.main_r_list li .in_fc_info{width:56%;margin-right:2%;font-size:14px;line-height:1.5;color:#727272;}
.main_r_list li .in_fc_info h5{font-size:16px;line-height:1.5;margin-top:5px;color:#666;font-weight:500;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.main_r_list li:hover{
	-webkit-box-shadow: #ccc 0px 0px 8px;
	-moz-box-shadow: #ccc 0px 0px 8px;
	box-shadow: #ccc 0px 0px 8px;}
.main_r_list li:hover .in_fc_info h5{color:#ef5156;}
.main_r_list li .in_fc_info .in_more{color:#ef5156;float:right;}
/* main_r_list end*/

/* in_meiti */
.in_meiti{ width: 100%;margin:0 auto;overflow: hidden;display:flex;flex-wrap:wrap;justify-content:space-between;}
.in_meiti .jz_li{position:relative;width:48%;height:10.0rem;float:left;margin:10px 1%;}
.in_meiti .jz_li .jz_icon{width:100%;height:100%;text-align:center;font-size:0;}
.in_meiti .jz_li .jz_icon .jz_img{width:100%;height:10.0rem;}
.in_meiti .jz_li .jz_icon .jz_img img{height:90%;}
.in_meiti .jz_li .jz_icon h5{font-size:14px;line-height:2.0;color:#303030;}
.in_meiti .jz_li .gh_ewm{display:none;position:absolute;left:0;top:0;width:100%;height:100%;}
.in_meiti .jz_li .gh_ewm img{width:100%;height:100%;}
.in_meiti .jz_li:hover .gh_ewm{display:block;}
/* in_meiti end*/
/* main_v_list */
.main_v_list{width:100%;margin:0 auto;}
.main_v_list li{width:48%;height:140px;float:left;margin:6px 1%;}
.main_v_list li .in_v_img{position:relative;width:100%;height:110px;overflow:hidden;}
.main_v_list li .in_v_img .v_icon{position:absolute;top:50%;left:50%;margin-left:-24px;margin-top:-24px;width:48px;height:48px;}
.main_v_list li .in_v_img img{}
.main_v_list li h5{font-size:14px;padding-left:8px;padding-right:8px;line-height:2.0;margin-top:5px;}
/* main_v_list end*/
/* video_file */
.video_file{width:60%;margin:0 auto;}
.video_file video{width:100%;}
/* video_file end*/

.cxal_main{width:100%;margin:0 auto;}
.cxal_main .cxal_con{width:90%;margin:15px auto 25px auto;}
.cxal_main .cxal_son{border:none;float:none;width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;}
.cxal_main .cxal_son a{width:47%;padding:6px 1%;margin-bottom:8px;background:#f2f0ee;font-size:14px;line-height:1.8;border:none;}
.cxal_main .cxal_son a li{width:100%;height:100%;padding:0;margin:0;font-size:14px;line-height:1.8;border:none;}

.cxal_main .cxal_list{float:none;width:100%}
.cxal_main .cxal_list .cxal_list_con{width:100%;}
.cxal_main .cxal_list .cxal_list_con li{position:relative;width:100%;font-size:14px;line-height:3.0;margin:6px 0;color:#000000;border-bottom:1px dashed #a2a2a2;}
.cxal_main .cxal_list .cxal_list_con li p{width:66%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cxal_main .cxal_list .cxal_list_con li span{display:inline-block;position:absolute;right:0;top:0;}
.cxal_main .cxal_list .cxal_list_con li:hover p{color:#c80000;}

/* cxal_det */
.cxal_det{width:90%;margin:20px auto;padding:10px 2%;border: 1px solid #d6d6d6;}
.cxal_det .cxal_det_tit{width:100%;}
.cxal_det .cxal_det_tit h2{font-size:18px;line-height:1.8;}
.cxal_det .cxal_det_intro{font-size:14px;line-height:2.0;margin:15px auto;}
/* cxal_det end*/


}
