body{
	/*background-image:url(/img/top.jpg);*/
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center top;
}
.ff-rt{
	font-family:'宋体';
}
.br5{
	border-radius:5px;
	overflow:hidden;
}
.br5-ltb{
	border-radius:5px 0 0 5px;
}
.br5-rtb{
	border-radius:0 5px 5px 0;
}
.br10{
	border-radius:10px;
}
.top{
	height:470px;
}
.top .welcome{
	padding-left:10px;
	font-size:12px;
}
.top .search{
	margin:5px 5px 0 0;
}
.top .search input{
	width:250px;
	border:1px solid #d8d8d8;
	border-right:0;
	height:40px;
	outline:0;
	box-sizing:border-box;
	padding:10px;
}
.top .search .button{
	width:120px;
	background-color:#fea434;
	color:#fff;
	margin-right:10px;
	cursor:pointer;
	box-sizing:border-box;
	padding-left:20px;
	/*background-image:url(/img/keyanmanage-find.svg);*/
	background-repeat:no-repeat;
	background-size:auto 20px;
	background-position:10px center;
	transition:background-color 0.3s;
}
.top .search .button:hover{
	background-color:#ff8d00;
}
.top .search .mobileqr{
	width:100px;
	background-color:#e34343;
	color:#fff;
	cursor:pointer;
	box-sizing:border-box;
	padding-left:20px;
	/*background-image:url(/img/mobile-qr.svg);*/
	background-repeat:no-repeat;
	background-size:auto 20px;
	background-position:10px center;
	transition:background-color 0.3s;
}
.top .search .mobileqr:hover{
	background-color:#c63434;
}
.top .ll{
	margin-top:60px;
}
.top .ll .logo img{
	height:64px;
}
.top .ll .login-box{
	width:112px;
	height:68px;
	border:1px dashed #5878b1;
	border-radius:3px;
	cursor:pointer;
	color:#757d80;
	font-size:14px;
	transition:background-color 0.3s;
}
.top .ll .login-box:hover{
	background-color:#d2effd;
	color:#5878b1;
}
.top .ll .login-box:nth-child(1):before{
	content:'';
	width:40px;
	height:45px;
	/*background-image:url(/img/login-box1.svg);*/
	background-repeat:no-repeat;
	background-size:auto 50px;
	background-position:center;
}
.top .ll .login-box:nth-child(2):before{
	content:'';
	width:40px;
	height:45px;
	/*background-image:url(/img/login-box2.svg);*/
	background-repeat:no-repeat;
	background-size:auto 50px;
	background-position:center;
}
.top .ll .login-box:first-child{
	margin-right:10px;
}

.html{
	margin:0 60px;
}
.picslide{

}
.picslide .flash{
	position:relative;
	margin-top:-240px;
	z-index:1;
}
.picslide .flash .flash-pic{
	border:20px solid #fff;
	background-color:#fff;
	box-shadow:2px 0px 10px 0 rgba(0,0,0,0.1);
	border-radius:4px;
}
.picslide .flash .box-shadow{
	position:absolute;
	left:-10px;
	top:10px;
	background-color:rgba(0,0,0,0.3);
	filter:blur(5px);
	width:50px;
	height:70%;
	transform:rotate(-5deg);
	z-index:-1;
}

.inisde-picslide{

}
.inisde-picslide .flash{
	position:relative;
	margin-top:-240px;
	z-index:1;
}
.inisde-picslide .flash .flash-pic{
	border:20px solid #fff;
	box-shadow:2px 0px 10px 0 rgba(0,0,0,0.1);
	border-radius:4px;
	background-color:#fff;
}
.inisde-picslide .flash .box-shadow{
	position:absolute;
	left:-10px;
	top:10px;
	background-color:rgba(0,0,0,0.3);
	filter:blur(5px);
	width:50px;
	height:400px;
	transform:rotate(-5deg);
	z-index:-1;
}

.fullSlide{ position:relative; z-index:1;}
.fullSlide .bd{ overflow:hidden;}
.fullSlide .bd li img{width:100%;transition:all 1s; display:block;}
.fullSlide .bd li:hover img{transform:scale(1.05)}
.fullSlide .hd{position: absolute; left: 30px; right:30px; bottom: 30px; }
.fullSlide .hd ul{ }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; width:30px; height:3px; margin:0 5px; font-size:0;  background-color:rgba(0,0,0,0.3)}
.fullSlide .hd ul .on{ background-color: #fff;}

/* .nav{
	margin-top:25px;
} */

.nav .dl{
	position:relative;
	z-index:2;
}
.nav .dl .dt{
	background-color:#e24343;
	color:#fff;
	padding:15px 25px;
	font-size:18px;
	cursor:pointer;
	transition:padding 0.5s;
}
.nav .dl:hover .dt{
	background-color:#c33134;
	color:#fab68f;
}
.nav .dl .dt.selected{
	background-color:#c33134;
	color:#fab68f;
}
.nav .dl .dd{
	position:absolute;
	top:53px;
	left:0;
	display:none;
	width:100%;
}
.nav .dl:hover .dd{
	display:block;
	background-color:#e84f4f;
	/* padding:10px 0; */
}
.nav .dl .dd .li:nth-child(1){
	border-top:0;
}
.nav .dl .dd .li{
	text-align:center;
	line-height:40px;
	border-top:1px dotted #ccc;
}
.nav .dl .dd .li a{
	color:#fff;
}


.nav .dl.home .dt{
	background-color:#fff;
	color:#5e6cc4;
	padding:15px;
	font-size:18px;
	/*background-image:url(/img/home.svg);*/
	background-size:24px auto;
	background-position:20px center;
	background-repeat:no-repeat;
	padding-left:60px;
}
.nav .dl.home .dt a{
	color:#5e6cc4;
}
.nav .dl.home .dt:hover a{
	color:#5e6cc4;
}



.zhengwugongkai{
	margin-top:90px;
}
.zhengwugongkai .list{
	border:1px solid #e0e0e0;
}
.zhengwugongkai .list .dl{
	width:100%;
	text-align:center;
	cursor:pointer;
	transition: background-color 0.5s;
}
.zhengwugongkai .list .dl:hover{
	background-color:#fff6f7;
}
.zhengwugongkai .list .dl .dt{
	height:135px;
}

.zhengwugongkai .list .dl .dt .pic{
	width:60px;
	height:60px;
	background-size:contain;
	background-repeat:no-repeat;
	transition:transform 0.5s;
}
.zhengwugongkai .list .dl:hover .dt .pic{
	transform:scale(1.3);
}
.zhengwugongkai .list .dl:nth-child(1) .dt .pic{
	/*background-image:url(/img/zhengwugongkai-ico.svg);*/
}
.zhengwugongkai .list .dl:nth-child(2) .dt .pic{
	/*background-image:url(/img/zhengwugongkai-ico2.svg);*/
}
.zhengwugongkai .list .dl:nth-child(3) .dt .pic{
	/*background-image:url(/img/zhengwugongkai-ico3.svg);*/
}
.zhengwugongkai .list .dl:nth-child(4) .dt .pic{
	/*background-image:url(/img/zhengwugongkai-ico4.svg);*/
}
.zhengwugongkai .list .dl:nth-child(5) .dt .pic{
	/*background-image:url(/img/zhengwugongkai-ico5.svg);*/
}
.zhengwugongkai .list .dl:nth-child(6) .dt .pic{
	/*background-image:url(/img/zhengwugongkai-ico6.svg);*/
}
.zhengwugongkai .list .dl:nth-child(7) .dt .pic{
	/*background-image:url(/img/zhengwugongkai-ico7.svg);*/
}
.zhengwugongkai .list .dl:nth-child(8) .dt .pic{
	/*background-image:url(/img/zhengwugongkai-ico8.svg);*/
}
.zhengwugongkai .list .dl .dd{
	height:48px;
	font-size:18px;
}
.zhengwugongkai .head{
	position:relative;
}
.zhengwugongkai .head .column{
	position:absolute;
	left:50%;
	bottom:-1px;
	transform:translateX(-50%);
	height:42px;
	line-height:42px;
	text-align:center;
	font-size:28px;
	padding:0 90px;
	background-color:#fff;
	color:#001e89;
	white-space:nowrap;
}
.zhengwugongkai .head .column .ico{
	position:absolute;
	left:0;
	top:0;
}
.zhengwugongkai .head .column .ico:before{
	content:'';
	position:absolute;
	left:0;
	top:20px;
	width:20px;
	border-top:1px solid #1353cf;
	transform:rotate(45deg);
}
.zhengwugongkai .head .column .ico:after{
	content:'';
	position:absolute;
	left:0;
	top:20px;
	width:50px;
	border-top:1px solid #1353cf;
	transform:rotate(45deg);
}
.zhengwugongkai .head .column .ico2{
	right:0;
	left:auto;
	transform:rotate(180deg);
}
.zhengwugongkai .head .column .ico2:before{
	top:-30px;
}
.zhengwugongkai .head .column .ico2:after{
	top:-30px;
}
.news1{
	margin:60px 0;
}
.news1 .left1{
	width:40%;
	overflow:hidden;
}
.news1 .left1:nth-child(2){
	margin:0 30px;
}
.news1 .left2{
	width:30%;
}
.peixundongtai{
	padding:15px;
	border:1px solid #eaeaea;
	border-radius:5px;
}
.peixundongtai .head{
	padding-bottom:10px;
	width:100%;
	border-bottom:2px solid #3a56b7;
}
.peixundongtai .head .column{
	font-size:20px;
	padding-left:50px;
	background-size:contain;
	background-position:left center;
	background-repeat:no-repeat;
	/*background-image:url(/img/peixundongtai.svg);*/
	color:#e14342;
}
.peixundongtai .head .more{
	color:#b5b4b4;
	font-size:12px;
}

.peixundongtai .head .more a{
	color:#a1a1a1;
}
.peixundongtai .head .more a:hover{
	color:red;
}
.peixundongtai .pictxt{
	/* height:168px; */
	width:100%;
	margin:10px 0;
}
/* .peixundongtai .pictxt .pic{
	width:100%;
	height:168px;
	background-size:cover;
	background-repeat:no-repeat;
	background-image:url(/img/keyan-pic1.jpg);
	box-sizing:border-box;
	border-radius:5px;
	transition:all 1s;
}
.peixundongtai .pictxt .pic:hover{
	transform:scale(1.05);
} */
.peixundongtai-fullSlide{ position:relative; z-index:1;}
.peixundongtai-fullSlide .bd{ overflow:hidden;margin-bottom:30px;}
.peixundongtai-fullSlide .bd li .pic{width:100%;height:168px;transition:all 1s; display:block;background-size:cover; background-position:center;}
.peixundongtai-fullSlide .bd li:hover .pic{transform:scale(1.05)}
.peixundongtai-fullSlide .hd{position: absolute; width:100%; bottom: -20px; }
.peixundongtai-fullSlide .hd ul{ }
.peixundongtai-fullSlide .hd ul li{ cursor:pointer; display:inline-block; width:10px; height:10px; border-radius:10px; margin:0 5px; font-size:0;  background-color:#dfdfdf}
.peixundongtai-fullSlide .hd ul .on{ background-color: #4355bc;}


.peixundongtai .list .li{
	line-height:35px;
	font-size:14px;
}
.peixundongtai .list .li:before{
	margin-right:10px;
}
.peixundongtai .list .li:nth-child(1):before{
	content:'1';
	color:#fe2d46;
}
.peixundongtai .list .li:nth-child(2):before{
	content:'2';
	color:#ff6652;
}
.peixundongtai .list .li:nth-child(3):before{
	content:'3';
	color:#faa90e;
}
.peixundongtai .list .li:nth-child(4):before{
	content:'4';
	color:#ccc;
}
.peixundongtai .list .li:nth-child(5):before{
	content:'5';
	color:#ccc;
}
.peixundongtai .list .li:nth-child(6):before{
	content:'6';
	color:#ccc;
}
.peixundongtai .list .li:nth-child(7):before{
	content:'7';
	color:#ccc;
}
.peixundongtai .list .li:nth-child(8):before{
	content:'8';
	color:#ccc;
}
.peixundongtai .list .li a:hover{
	color:#315efb;
}
.workdongtai .head .column{
	/*background-image:url(/img/workdongtai.svg);*/
}
.workdongtai .pictxt .pic{
	/*background-image:url(/img/pic4.jpg);*/
}
.companyyanzheng .li{
	width:100%;
	height:122px;
	overflow:hidden;
	transition:width 1s;
	cursor:pointer;
	background-size:cover;
	background-position:left center;
}
.companyyanzheng:hover .li{
	width:0%;
}
.companyyanzheng .li:hover{
	width:200%;
}
.companyyanzheng .li .a{
	width:100%;
	height:122px;
	display:block;
}
.companyyanzheng .li img{
	width:100%;
}
.gongtaoshengming{
	margin-top:20px;
	/* height:320px; */
	padding:15px;
	box-sizing:border-box;
	background-color:#3a56b7;
}
.gongtaoshengming .head{
	height:80px;
}
.gongtaoshengming .head .ico{
	/*background-image:url(/img/gonggaoshengming.svg);*/
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	height:30px;
}
.gongtaoshengming .head .column{
	text-align:center;
	color:#fff;
	font-size:18px;
}
.gongtaoshengming .head .column a{
	color:#fff;
}
.gongtaoshengming .list .li{
	padding:15px 0;
	border-bottom:1px dashed rgba(255,255,255,0.2);
}
.gongtaoshengming .list .li:before{
	content:'';
	clear:both;
	display:block;
}
.gongtaoshengming .list .li:after{
	content:'';
	clear:both;
	display:block;
}
.gongtaoshengming .list .li .title{
	color:#fff;
	clear:both;
	padding-left:20px;
	/*background-image:url(/img/gongtaoshengming.svg);*/
	background-size:auto 15px;
	background-position:left center;
	background-repeat:no-repeat;
	font-size:14px;
}
.gongtaoshengming .list .li .title a{
	color:#fff;
}
.gongtaoshengming .list .li .addtime{
	/* float:right; */
	color:#b3bade;
	padding-left:20px;
	/*background-image:url(/img/addtime.svg);*/
	background-size:auto 15px;
	background-position:left center;
	background-repeat:no-repeat;
	font-size:12px;
}
.aboutjuban{
	padding:60px 35px;
	background-color:#f3efef;
}
.aboutjuban .title{
	font-size:35px;
	text-align:center;
	font-family:'宋体';
	font-weight:bold;
	margin-bottom:10px;
	color:#0b7ecf;
	margin:0 100px;
}
.aboutjuban .title a{
	color:#0b7ecf;
}
.aboutjuban .txt{
	max-width:900px;
	margin:0 auto;
	color:#8c8c8c;
	line-height:28px;
	font-size:14px;
	text-align:center;
}
.news2{
	margin:90px 0;
}
.news2 .left1{
	width:64%;
}
.news2 .left2{
	width:34%;
	overflow:hidden;
}
.tabbox .head{
	height:46px;
	background-color:#3a56b7;
	border-radius:5px 5px 0 0;
}
.tabbox .head .li{
	padding:0 20px;
	padding-left:40px;
	color:#fff;
	font-size:18px;
	/* font-weight:bold; */
	/*background-image: url(/img/gonggaoshengming.svg);*/
    background-size: auto 24px;
    background-position: 10px center;
    background-repeat: no-repeat;
	cursor:pointer;
}
.tabbox .head .li:last-child{
	/*background-image: url(/img/monitest.svg);*/
}
.tabbox .head .li.selected{
	height:58px;
	margin-top:-12px;
	background-color:#e34343;
	position:relative;
    background-size: auto 35px;
	padding-left:50px;
}
.tabbox .head .li.selected:after{
	content:'';
	position:absolute;
	right:-8px;
	top:4px;
	border:8px solid transparent;
	border-right:8px solid #000;
	transform:rotate(-45deg);
}
.tabbox .txt-box{
	padding:30px;
	border:1px solid #eaeaea;
	border-top:0;
	border-radius:0 0 5px 5px;
}
.tabbox .txt-box .piclist{
	display:none;
}
.tabbox .txt-box .piclist.selected{
	display:flex;
}
.tabbox .txt-box .piclist .pictxt{
	width:35%;
	background-color:#f5f5f5;
	overflow:hidden;
	margin-right:30px;
}
.tabbox .txt-box .piclist .pictxt .pic{
	height:260px;
	overflow:hidden;
}
.tabbox .txt-box .piclist .pictxt .pic .img{
	height:260px;
	/*background-image:url(/img/pic5.jpg);*/
	background-size:cover;
	transition:all 1s;
}
.tabbox .txt-box .piclist .pictxt .pic .img:hover{
	transform:scale(1.05);
}
.tabbox .txt-box .piclist .pictxt .title{
	padding:10px;
	font-size:14px;
}
.tabbox .txt-box .piclist .pictxt .title a:hover{
	color:#315efb;
}
.tabbox .txt-box .piclist .pictxt .addtime{
	font-size:12px;
	color: #999;
    padding-left: 30px;
    /*background-image: url(/img/addtime.svg);*/
    background-size: auto 15px;
    background-position: 10px center;
    background-repeat: no-repeat;
}
.tabbox .txt-box .piclist .list{
	width:62%;
}
.tabbox .txt-box .piclist .list .li{
	line-height:35px;
	font-size:14px;
}
.tabbox .txt-box .piclist .list .li:before{
	margin-right:10px;
}
.tabbox .txt-box .piclist .list .li:nth-child(1):before{
	content:'1';
	color:#fe2d46;
}
.tabbox .txt-box .piclist .list .li:nth-child(2):before{
	content:'2';
	color:#ff6652;
}
.tabbox .txt-box .piclist .list .li:nth-child(3):before{
	content:'3';
	color:#faa90e;
}
.tabbox .txt-box .piclist .list .li:nth-child(4):before{
	content:'4';
	color:#ccc;
}
.tabbox .txt-box .piclist .list .li:nth-child(5):before{
	content:'5';
	color:#ccc;
}
.tabbox .txt-box .piclist .list .li:nth-child(6):before{
	content:'6';
	color:#ccc;
}
.tabbox .txt-box .piclist .list .li:nth-child(7):before{
	content:'7';
	color:#ccc;
}
.tabbox .txt-box .piclist .list .li:nth-child(8):before{
	content:'8';
	color:#ccc;
}
.tabbox .txt-box .piclist .list .li:nth-child(9):before{
	content:'9';
	color:#ccc;
}
.tabbox .txt-box .piclist .list .li:nth-child(10):before{
	content:'10';
	color:#ccc;
}
.tabbox .txt-box .piclist .list .li:nth-child(11):before{
	content:'11';
	color:#ccc;
}
.tabbox .txt-box .piclist .list .li a:hover{
	color:#315efb;
}




.handtj .head{
	height:46px;
	/*background-image:url(/img/handtj.svg);*/
    background-size: auto 35px;
	padding-left:50px;
    background-repeat: no-repeat;
	font-size:20px;
	/* font-weight:bold; */
}
.handtj .list .li{
	width:32%;
	height:77px;
	/*background-image:url(/img/handtj.svg);*/
    background-size: cover;
	background-position:center;
    background-repeat: no-repeat;
	transition:all 1s;
}
.handtj .list .li:hover{
	transform:scale(1.05);
}
.handtj .list .li:nth-child(1){
	/*background-image:url(/img/handtj-pic1.jpg);*/
}
.handtj .list .li:nth-child(2){
	/*background-image:url(/img/handtj-pic2.jpg);*/
}
.handtj .list .li:nth-child(3){
	/*background-image:url(/img/handtj-pic3.jpg);*/
}
.hydongtai{
	margin-top:20px;
	background-color:#f5f5f5;
	padding:25px;
}
.hydongtai .head{
	padding-bottom:10px;
	width:100%;
	border-bottom:2px solid #3a56b7;
}
.hydongtai .head .column{
	font-size:20px;
	padding-left:50px;
	background-size:contain;
	background-position:left center;
	background-repeat:no-repeat;
	/*background-image:url(/img/hydongtai.svg);*/
	/* font-weight:bold; */
}
.hydongtai .head .more{
	color:#a1a1a1;
	font-size:12px;
}
.hydongtai .head .more a{
	color:#a1a1a1;
}
.hydongtai .head :after {
    content: ' ';
    /*background-image: url(/img/quanwei-head-more.svg);*/
    background-size: contain;
    width: 17px;
    height: 17px;
    margin-left: 5px;
}
.hydongtai .pictxt{
	height:168px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	/*background-image:url(/img/pic3.jpg);*/
	margin:10px 0;
}
.hydongtai .list{
	padding-top:10px;
}
.hydongtai .list .li{
	line-height:35px;
	background-size:auto 15px;
	background-position:left center;
	background-repeat:no-repeat;
	/*background-image:url(/img/hydongtai-li-ico.svg);*/
	padding-left:30px;
	font-size:14px;
}
.hydongtai .list .li a:hover{
	color:#315efb;
}
.wnews3{
	padding:90px 0;
	background-color:#f5f5f5;
}
.news3{

}
.news3 .left1{
	/* width:350px; */
	width:33%;
	margin:0 15px;
}
/* .keyanmanage .head{
	border-bottom:1px solid #a6a6a6;
	height:30px;
	z-index:2;
	position:relative;
	margin-bottom:10px;
}
.keyanmanage .head .column{
	font-size:20px;
	color:#e24343;
	margin-right:20px;
}
.keyanmanage .head .more{
	padding:0 13px;
	height:40px;
	border:1px solid #a6a6a6;
	font-size:12px;
	background-color:#fff;
	margin-right:20px;
	cursor:pointer;
	color:#999;
}
.keyanmanage .head .more:after {
    content: ' ';
    background-image: url(img/quanwei-head-more.svg);
    background-size: contain;
    width: 17px;
    height: 17px;
    margin-left: 5px;
}
.keyanmanage .head .more a{
	color:#999;
} */
.keyanmanage .pictxt{
	z-index:1;
	position:relative;
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.keyanmanage .pictxt .pic{
	height:278px;
	overflow:hidden;
}
.keyanmanage .pictxt .pic .img{
	height:278px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	/*background-image:url(/img/keyan-pic1.jpg);*/
	position:relative;
	transition:all 1s;
}
.keyanmanage .pictxt .pic .img:hover{
	transform:scale(1.05);
}
.keyanmanage .pictxt .pic .s{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	opacity:0;
	transition:opacity 0.4s;
}
.keyanmanage .pictxt .pic .img:hover .s{
	opacity:1;
}
.keyanmanage .pictxt .pic .img .s .find{
	width:30px;
	height:30px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	/*background-image:url(/img/keyanmanage-find.svg);*/
	margin-bottom:20px;
}
.keyanmanage .pictxt .pic .img .s .tt{
	font-size:22px;
	/* font-weight:bold; */
	color:#fff;
	cursor:pointer;
}
.keyanmanage .pictxt .title{
	font-size:18px;
	margin:10px 0;
	min-height:48px;
}
.keyanmanage .pictxt .title a:hover{
	color:#315efb;
}
.keyanmanage .list{
	border: 1px solid #d9d8d8;
	padding:20px;
	height:278px;
	box-sizing:border-box;
}
.keyanmanage .list .li{
    line-height: 38px;
    padding-left: 30px;
    /*background-image: url(/img/ico-book.svg);*/
    background-size: auto 16px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 14px;
}
.link{
	margin:50px 0;
}
.link .head{
	height:36px;
	border-bottom:1px solid #c4c4c4;
}
.link .head .column{
	height:37px;
	background-color:#fff;
	padding:0 10px 0 40px;
	background-size:auto 33px;
	background-position:left center;
	background-repeat:no-repeat;
	/*background-image:url(/img/link.jpg);*/
}
.link .head .ul .li{
	background-color:#fff;
	margin-left:10px;
	padding:0 20px;
	cursor:pointer;
	border-radius:5px 5px 0 0;
}
.link .head .ul .li.selected{
	background-color:#e24443;
	color:#fff;
}
.link .ls-box{
	padding:20px 0;
}
.link .ls-box .list{
	display:none;
}
.link .ls-box .list.selected{
	display:flex;
}
.link .ls-box .list .li{
	margin-right:20px;
	line-height:25px;
	color:#9b9b9b;
	font-size:14px;
}
.link .ls-box .list .li a{
	color:#9b9b9b;
}
.footer{
	background-color:#3a3a3a;
	padding:30px 0;
	color:#7c7c7c;
}
.footer .html{
	/* align-items:baseline; */
}
.footer .fl .li{
	font-size:14px;
}
.footer .fl .li:nth-child(2){
	margin-bottom:20px;
}
.footer .fr .li{
	font-size:14px;
	line-height:25px;
}
.footer .fr .li:first-child{
	margin-top:20px;
}
.footer .fr .li a{
	color:#7c7c7c;
}
.footer .fr .li a:hover{
	color:#fff;
}
.footer .fr .li.ico{
	margin-top:30px;
}
.footer .fr .li.ico div{
	width:40px;
	height:40px;
	border-radius:40px;
	border:1px solid #777777;
	background-size:auto 30px;
	background-position:center;
	background-repeat:no-repeat;
	margin-left:10px;
	cursor:pointer;
}
.footer .fr .li.ico .weibo{
	/*background-image:url(/img/share1.svg);*/
}
.footer .fr .li.ico .wechat{
	/*background-image:url(/img/share2.svg);*/
}
.footer .fr .li.ico .mobile{
	/*background-image:url(/img/share3.svg);*/
}
.copyright-cn{
	background-color:#000;
	color:#7c7c7c;
	text-align:center;
	padding:10px 0;
	font-size:12px;
}
.copyright-cn a{
	color:#7c7c7c;
}
.peixunwork{
	background-color:#f7f5f5;
	padding:90px 0;
}
.peixunwork .html{
	position:relative;
}
.peixunwork .peixunwork-box{
	position:absolute;
	left:0;
	top:-140px;
	width:145px;
	height:145px;
}
.peixunwork .peixunwork-box .column{
	position:absolute;
	left:0;
	top:0;
	width:60px;
	box-sizing:border-box;
	padding:20px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	background-color:#e24343;
	z-index:1;
}
.peixunwork .peixunwork-box .column-box{
	position:absolute;
	left:10px;
	top:10px;
	width:60px;
	box-sizing:border-box;
	border:2px solid #e24343;
	padding:12px 20px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	background-color:#fff;
	z-index:0;
}
.peixunwork .peixunwork-box .column-line{
	position:absolute;
	left:62%;
	top:50%;
	width:0;
	height:20px;
	border-left:1px solid #e24343;
	transform:rotate(45deg);
}
.peixunwork .peixunwork-box .column-line:after{
	content:'';
	position:absolute;
	left:30px;
	top:-20px;
	width:0;
	height:80px;
	border-left:1px solid #e24343;
}
.peixunwork .arrow-left,.peixunwork .arrow-right{
	width:140px;
	/*background-image:url(/img/arrow.svg);*/
	background-size:auto 80px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.peixunwork .arrow-right{
	transform:rotate(180deg);
}
.peixunwork .pxw-box{
	width:0;
	overflow:hidden
}
.peixunwork .pxw-box .li-box{
	width:50%;
	box-sizing:border-box;
	padding:0 10px;
	flex-shrink:0;
}
.duanqipeixun{
}
.duanqipeixun .head{
	height:44px;
	line-height:44px;
}
.duanqipeixun .head .column{
	font-size:20px;
	padding-left:40px;
	/*background-image:url(/img/duanqipeixun.svg);*/
	background-size:auto 30px;
	background-position:left center;
	background-repeat:no-repeat;
}
.zhiyepeixun .head .column{
	/*background-image:url(/img/zhiyepeixun.svg);*/
}
.duanqipeixun .head .more{
	color:#b5b4b4;
	font-size:12px;
}
.duanqipeixun .head .more a{
	color:#b5b4b4;
}
.duanqipeixun .head .more:after {
    content: ' ';
    /*background-image: url(/img/quanwei-head-more.svg);*/
    background-size: contain;
    width: 17px;
    height: 17px;
    margin: 14px 0 0 5px;
}
.duanqipeixun .list{
	border:1px solid #d9d8d8;
	padding:20px;
}
.duanqipeixun .list .li{
	line-height:38px;
	padding-left:30px;
	/*background-image:url(/img/ico-book.svg);*/
	background-size:auto 16px;
	background-position:left center;
	background-repeat:no-repeat;
	font-size:14px;
}
.duanqipeixun .list .li a:hover{
	color:#315efb;
}

.quanwei-head{
	margin-top:90px;
	border-bottom:1px solid #f0f0f0;
	padding-bottom:10px;
}
.quanwei-head .column{
	font-size:21px;
	font-weight:bold;
}
.quanwei-head .column span{
	color:#e42331;
}
.quanwei-head .more{
	color:#adadad;
	font-size:12px;
}
.quanwei-head .more a{
	color:#adadad;
}
.quanwei-head .more:after{
	content:' ';
	/*background-image:url(/img/quanwei-head-more.svg);*/
	background-size:contain;
	width:17px;
	height:17px;
	margin-left:5px;
}

.quanwei{
	height:184px;
	position:relative;
	margin-top:20px;
}
.quanwei .arrow-left{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:25px;
	height:35px;
	background-color:rgba(0,0,0,0.3);
	/*background-image:url(/img/arrow-whte.svg);*/
	background-size:auto 20px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	display:none;
}
.quanwei:hover .arrow-left{
	display:block;
}
.quanwei .arrow-right{
	right:0;
	left:auto;
	transform:translateY(-50%) rotate(180deg);
}
.quanwei .qw-box{
	width:100%;
	overflow:hidden;
}
.quanwei .qw-box .li-box{
	width:25%;
	flex-shrink:0;
	background-image: linear-gradient(90deg,#f2f4f3 60%,#fff 100%);
}
.quanwei .qw-box .li-box .pic{
	width:145px;
	flex-shrink:0;
	background-size:auto 200px;
	background-position:center top;
	transition:margin-top 0.6s;
	background-repeat:no-repeat;
}
.quanwei .qw-box .li-box:hover .pic{
	margin-top:-7px;
}
.quanwei .qw-box .li-box .info{
	margin-left:10px;
	width:0px;
}
.quanwei .qw-box .li-box .info .title{
	color: #333;
    font-weight: 900;
    height: 24px;
    line-height: 24px;
    padding-left: 16px;
    position: relative;
	font-size: 20px;
	padding-top:20px;
}
.quanwei .qw-box .li-box .info .title a{
	color: #333;
}
.quanwei .qw-box .li-box .info .title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 17px;
    margin-top: -8px;
    /*background: url(/img/ico-homebg.png) no-repeat -440px 0;*/
}
.quanwei .qw-box .li-box .info .research{
	font-size: 14px;
    line-height: 16px;
    color: #999;
    max-height: 32px;
	padding:15px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.quanwei .qw-box .li-box .info .cate,.quanwei .qw-box .li-box .info .cate2{
	font-size: 12px;
    color: #888;
    line-height: 20px;
	padding:0 15px;
}
.quanwei .qw-box .li-box .info .listen {
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #b49277;
    font-size: 13px;
    color: #906952;
    padding: 0 12px;
	position:relative;
	display:inline-block;
	margin-top:20px;
}
.quanwei .qw-box .li-box .info .listen a{
    color: #906952;
}
.news-view{
	border:1px dashed #ccc;
	margin:40px 120px;
	padding:100px;
}
.news-view .title{
	text-align:center;
	font-size:30px;
	padding-bottom:50px;
	border-bottom:1px solid #ccc;
	margin-bottom:50px;
}
.news-view .writer{
	margin-bottom:80px;
	color:#999;
	font-size:12px;
}
.news-view .writer .free{
	visibility:hidden;
}
.news-view .writer .fontsize{
	font-size:14px;
}
.news-view .writer .mr20{
	margin-right:30px;
}
.news-view .content{
	font-family: "仿宋" !important;
	line-height:40px;
	font-size:20px;
}
.news-view .content p{
	margin:0px;
	padding:0px;
	line-height:40px;
}
.news-view .content img{
	max-width:100%!important;
	height:auto!important;
}

.news-more{
	margin:0 120px;
	min-height:300px;
}
.news-more .li{
	border:1px dotted #ccc;
	padding:30px;
	margin-bottom:20px;
}
.news-more .li .pic{
	width:210px;
	min-height:100px;
	margin-right:20px;
	background-size:cover;
	background-position:center;
}
.news-more .li .pic a{
	width:100%;
}
.news-more .li .tt{
	width:100%;
}
.news-more .li .tt .title{
	font-size:20px;
	margin-bottom:15px;
}
.news-more .li .tt .txt{
	font-size:14px;
	color:#999;
	line-height:25px;
	margin-bottom:15px;
}
.news-more .li .tt .addtime{
	font-size:14px;
	color:#999;
}
.location{
	color:#999;
	font-size:12px;
	margin:20px 0;
}

.backtop{
	position: fixed;
	z-index: 9999;
	right: 10px;
	bottom: 10px;
	opacity:1;
	transition:all 1s;
}
.backtop.hide-bt{
	opacity:0;
}
.backtop .dl{
	margin-top:5px;
	position:relative;
}
.backtop .dl .dt{
	width:40px;
	height:40px;
	border-radius:40px;
	background-color:#f5f5f5;
	background-size:auto 25px;
	background-position:center;
	background-repeat:no-repeat;
	border:1px solid #f0f0f0;
	cursor:pointer;
}
.backtop .dl.wechat .dt{
	/*background-image:url(/img/backtop-ico.svg);*/
}
.backtop .dl.service .dt{
	/*background-image:url(/img/backtop-ico2.svg);*/
}
.backtop .dl.bt .dt{
	border:1px solid #436bee;
	/*background-image:url(/img/backtop-ico3.svg);*/
	background-color:#436bee;
}
.backtop .dl .dd{
	position:absolute;
	right:60px;
	bottom:0;
	display:none;
}
.backtop .dl:hover .dd{
	display:block;
}
.backtop .dl.wechat .dd .wechat-qr{
	width:150px;
	height:150px;
	/*background-image:url(/img/backtop-wechat-qr.png);*/
	background-size:auto 120px;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
	box-shadow:0 0 10px 0 #ccc;
}


.expert{
	height:auto;
	margin:0 120px;
}
.expert .head{
	margin:40px 0 20px;
	border-bottom:1px solid #f0f0f0;
	padding-bottom:10px;
}
.expert .head .column{
	font-size:21px;
	font-weight:bold;
}
.expert .head .column span{
	color:#e42331;
}
.expert .qw-box .li-box {
	margin-bottom:50px;
	height:184px;
}
.expert .qw-box .li-box .info .listen {
    margin-bottom: 20px;
}
.page .li{
	border:1px solid #ddd;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin:0 5px;
	font-size:14px;
	cursor:pointer;
	color:#999;
}
.expert-view .view-box{
	border:1px dotted #878787;
	padding:50px;
	box-sizing:border-box;
	margin:0 120px;
}
.expert-view .view-box .user-photo{
	width:210px;
	margin-right:40px;
}
.expert-view .view-box .user-photo .photo img{
	width:100%;
	margin-bottom:30px;
}
.expert-view .view-box .user-photo .fullname{
	font-size:20px;
	margin-bottom:15px;
}
.expert-view .view-box .user-photo .addr{
	font-size:12px;
	color:#c1c1c1;
}
.expert-view .view-box .user-info{
	max-width:630px;
	box-sizing:border-box;
	padding-left:20px;
	border-left:1px solid #e7e7e7;
}
.expert-view .view-box .user-info .head{
	height:42px;
	border-left:3px solid #5a9bef;
	padding-left:50px;
	background-repeat:no-repeat;
	background-size:auto 25px;
	background-position:10px center;
	font-size:20px;
	color:#666666;
	white-space:nowrap;
	margin-bottom:30px;
	margin-left:-21px;
}
.expert-view .view-box .user-info .head:nth-child(1){
	/*background-image:url(/img/expert-direction.svg);*/
}
.expert-view .view-box .user-info .head:nth-child(3){
	/*background-image:url(/img/expert-about.svg);*/
}
.expert-view .view-box .user-info .head:nth-child(5){
	/*background-image:url(/img/expert-score.svg);*/
}
.expert-view .view-box .user-info .head:after{
	content:'';
	border-top:1px solid #ededed;
	width:100%;
	margin-left:20px;
}
.expert-view .view-box .user-info .txt{
	margin-bottom:60px;
	font-size:14px;
	color:#666666;
	line-height:30px;
	text-indent:30px;
}
.company-certificatequery{
	min-height:300px;
}
.company-certificatequery .fingerprint{
	height:150px;
	/*background-image:url(/img/fingerprint.png);*/
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:50px;
}

.company-certificatequery .search{
	border:1px solid #cacaca;
	border-radius:60px 54px 54px 60px;
	height:48px;
	box-sizing:border-box;
	padding:10px 20px;
	margin:50px 50px 0;
}
.company-certificatequery .search .pick{
	padding-right:20px;
	border-right:1px solid #2ea4fb;
	color:#666;
}
.company-certificatequery .search .input{
	margin:0 20px 0;
	outline:0;
	border:0;
	height:24px;
	font-size:16px;
}
.company-certificatequery .search .input::placeholder{
	color:#ccc;
}
.company-certificatequery .search .button{
	width:45px;
	height:45px;
	border-radius:45px;
	background-color:#2da5fc;
	margin:-9px -19px auto auto;
	/*background-image: url(img/keyanmanage-find.svg);*/
	background-repeat: no-repeat;
    background-size: auto 25px;
    background-position: center;
	cursor:pointer;
}

.company-certificatequery .btn {
	margin-top:40px;
}
.company-certificatequery .btn .button {
	width: 150px;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
	background-color:#17a1f4;
}

.company-certificatequery .search-result{
	margin:60px 0;
	font-size:14px;
	text-align:center;
}
.company-certificatequery .search-result .num{
	font-size:20px;
	color:#e54341;
	margin:0 5px;
}
.company-certificatequery .search-list .li{
	padding:30px 60px;
	background-color:#eefdff;
	margin-bottom:20px;
}
.company-certificatequery .search-list .li .info .title{
	font-size:20px;
	margin-bottom:20px;
}
.company-certificatequery .search-list .li .info .title .replace{
	color:#2ea5fc;
}
.company-certificatequery .search-list .li .info .txt{
	width:50%;
	color:#838b8d;
	font-size:14px;
	margin-bottom:5px;
}
.company-certificatequery .search-list .li .look{
	white-space:nowrap;
	padding:10px 20px;
	background-color:#2ea5fc;
	color:#fff;
	border-radius:5px;
}
.company-certificatequery-result .title{
	margin:30px 0 10px;
}
.company-certificatequery-result .table{
	border-spacing:1px;
	border-collapse:separate;
	background-color:#e0e0e0;
	width:100%;
}
.company-certificatequery-result .table td{
	background-color:#fff;
	padding:10px;
	color:#666;
	font-size:14px;
}
.company-certificatequery-result .table td .score{
	color:#0681df;
	font-size:25px;
}
.company-certificatequery-result .dianzizhengshu{
	padding:30px;
	background-color:#f0fbfe;
}
#baguetteBox-overlay {
    background-color: #fff!important;
}

.page{
	color:#2a5082;
	text-align:center;
	margin: 40px 0;
}
.page a{
	background: #fff;
	border: 1px solid #2a5082;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	color:#2a5082;
	margin-right:3px;
}
.page a.selected{
	background: #2a5082;
	border: 1px solid #2a5082;
	color: #fff;
	text-decoration: none;
}
.page .pageinfo{
	display:none;
}
.mobile-qr{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	z-index:9999;
	border-top:60px solid transparent;
	border-right:40px solid transparent;
	/*background-image:url(/img/mobile-qr.png);*/
	background-repeat:no-repeat;
	background-position:right top;
	background-size:auto 500px;
	display:none; /* */
}
.mobile-qr .button{
	position:absolute;
	top:-55px;
	right:-35px;
	width:100px;
	height:40px;
	line-height:40px;
	text-align:center;
    background-color: #e34343;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
    padding-left: 20px;
    /*background-image: url(/img/mobile-qr.svg);*/
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: 10px center;
    transition: background-color 0.3s;
}
.mobile-qr .qr-code{
	position:absolute;
	top:180px;
	right:470px;
	width:200px;
	height:200px;
    background-color: #303030;
}
.mobile-qr .qr-code .code-pic{
	width:180px;
	height:180px;
    /*background-image: url(/img/backtop-wechat-qr.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	border:15px solid #fff;
	box-sizing:border-box;
}

.news-downfile{
	border:1px solid #f0f0f0;
	margin:40px 120px;
	padding:40px;
}
.news-downfile .head{
	position:relative;
}
.news-downfile .head .title{
	position:absolute;
	left:-55px;
	top:-45px;
	transform:rotate(-15deg);
	font-size:12px;
	background-color: rgb(232, 232, 232);
	border-radius:3px;
	padding:5px 10px;
}
.news-downfile .list .li{
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:left center;
	color:#0066cc;
	margin-top:10px;
}
.news-downfile .list .li a{
	color:#0066cc;
}
.news-downfile .list .li.pdf{
	/*background-image:url(/img/fileTypeImages/icon_pdf.gif);*/
}
.news-downfile .list .li.chm{
	/*background-image:url(/img/fileTypeImages/icon_chm.gif);*/
}
.news-downfile .list .li.doc,.news-downfile .list .li.docx{
	/*background-image:url(/img/fileTypeImages/icon_doc.gif);*/
}
.news-downfile .list .li.ppt{
	/*background-image:url(/img/fileTypeImages/icon_ppt.gif);*/
}
.news-downfile .list .li.rar{
	/*background-image:url(/img/fileTypeImages/icon_rar.gif);*/
}
.news-downfile .list .li.xls,.news-downfile .list .li.xlsx{
	/*background-image:url(/img/fileTypeImages/icon_xls.gif);*/
}
.news-downfile .list .norecord{
	color:#ccc;
}


.books-head{
	margin-top:90px;
	border-bottom:1px solid #f0f0f0;
	padding-bottom:10px;
}
.books-head .column{
	font-size:21px;
	font-weight:bold;
}
.books-head .column span{
	color:#e42331;
}
.books-head .more{
	color:#adadad;
	font-size:12px;
}
.books-head .more a{
	color:#adadad;
}
.books-head .more:after{
	content:' ';
	/*background-image:url(/img/quanwei-head-more.svg);*/
	background-size:contain;
	width:17px;
	height:17px;
	margin-left:5px;
}

.books{
	height:210px;
	position:relative;
	margin:20px 0 90px;
}
.books .qw-box{
	width:100%;
	overflow:hidden;
}
.books .qw-box .li-box{
	width:350px;
	flex-shrink:0;
	background-image: linear-gradient(90deg,#f2f4f3 60%,#fff 100%);
}
.books .qw-box .li-box .pic{
	width:150px;
	height:210px;
	flex-shrink:0;
	/* background-size:95% auto ; */
	background-size:cover;
	background-position:center;
	transition:margin-top 0.6s;
	background-repeat:no-repeat;
	background-color:#f2f4f3;
}
.books .qw-box .li-box:hover .pic{
	/* margin-top:-7px; */
}
.books .qw-box .li-box .info{
	margin-left:10px;
	width:0px;
}
.books .qw-box .li-box .info .title{
	color: #333;
    font-weight: 900;
    line-height: 24px;
    padding-left: 16px;
    position: relative;
	font-size: 16px;
	padding-top:20px;
	margin-bottom:20px;
}
.books .qw-box .li-box .info .title a{
	color: #333;
}
.books .qw-box .li-box .info .title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 17px;
    margin-top: -8px;
    /*background: url(/img/ico-homebg.png) no-repeat -440px 0;*/
}
.books .qw-box .li-box .info .research{
	font-size: 14px;
    line-height: 16px;
    color: #999;
    max-height: 32px;
	padding:0 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-bottom:3px;
}
.books .qw-box .li-box .info .cate,.books .qw-box .li-box .info .cate2{
	font-size: 12px;
    color: #888;
    line-height: 20px;
	padding:0 15px;
}
.books .qw-box .li-box .info .listen {
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #b49277;
    font-size: 13px;
    color: #906952;
    padding: 0 12px;
	position:relative;
	display:inline-block;
	margin-top:20px;
}
.books .qw-box .li-box .info .listen a{
    color: #906952;
}
.books-more{
	margin:0 120px;
}
.books-more .books-head {
    margin-top: 0px;
}
.books-more .books {
    height: auto;
    margin: 0;
}
.books-more .books .qw-box .li-box{
	width:33%;
	margin-bottom:20px;
	padding:10px;
	box-sizing:border-box;
}
.book-view{
	border:1px dotted #ccc;
	margin:0 120px;
	padding:100px;
}
.book-view .pt{
	margin-bottom:100px;
}
.book-view .pt .pic{
	width:240px;
	height:340px;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#ddd;
	margin-right:50px;
}
.book-view .pt .txt-box{
	width:100%;
}
.book-view .pt .txt-box .info .title{
	font-size:25px;
	margin-bottom:30px;
}
.book-view .pt .txt-box .info .bh,.book-view .pt .txt-box .info .publish{
	font-size:18px;
	color:#ccc;
	margin-bottom:10px;
}
.book-view .pt .txt-box .order-btn{
	width:180px;
	height:60px;
	color:#fff;
	border-radius:4px;
	background-color:#26a4f1;
	font-size:20px;
	cursor:pointer;
}
.book-view .chapter .th{
	line-height:40px;
	background-color:#e7e7e7;
}
.book-view .chapter .tr{
	line-height:40px;
}
.book-view .chapter .number,.book-view .chapter .name{
	padding:0 20px;
}
.book-view .chapter .number{
	text-align:center;
	width:130px;
	margin-right:50px;
}



/*.tc-login{*/
/*	width:1040px;*/
/*	padding:65px;*/
/*	background-color:#fff;*/
/*	border-radius:5px;*/
/*	border:1px solid #f0f0f0;*/
/*	margin:0 auto;*/
/*	margin-top:-250px;*/
/*	margin-bottom:80px;*/
/*}*/
/*.tc-login .lm-left{*/
/*	width:510px;*/
/*}*/
.tc-login .vertical-line{
	border-left:1px solid #e9e9e9;
}
.tc-login .lm-right{
	width:300px;
	/*background-image:url(/img/scancode-lifangxing.jpg);*/
	background-repeat:no-repeat;
	background-position:left bottom;
}
.tc-login .wechat-qr{
	width:222px;
}
.tc-login .wechat-qr .scancode-title{
	margin-bottom:50px;
}
.tc-login .wechat-qr .scancode-img{
	margin-bottom:10px;
}
.tc-login .wechat-qr .scancode-img img{
	border:1px solid #eaeaea;
}
.tc-login .wechat-qr .scancode-update{
	font-size:12px;
}
.tc-login .wechat-qr .scancode-update .update{
	display:inline-block;
	width:40px;
	height:16px;
	/*background-image:url(/img/scancode-refresh.svg);*/
	background-repeat:no-repeat;
	background-position:right center;
	background-size:auto 12px;
	cursor:pointer;
	margin-left:30px;
	color:#17a1f4;
}
.tc-login .wechat-bottom{
	width:222px;
}
.tc-login .wechat-bottom img{
	margin:70px 20px 0;
}


.cert-query{

}
.cert-query .box{
	min-height:300px;
	width:400px;
	margin:0 auto;

}
.cert-query .fingerprint{
	height:150px;
	/*background-image:url(/img/cert-query.png);*/
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center top;
}
.cert-query .title{
	text-align:center;
	margin:30px 0;
	font-size:20px;
}
.cert-query .search{
	border:1px solid #cacaca;
	border-radius:60px 54px 54px 60px;
	box-sizing:border-box;
	padding:10px 20px;
	margin-bottom:10px;
}
.cert-query .search .pick{
	color:#666;
	width:80px;
}
.cert-query .search .input{
	margin:0 20px 0;
	outline:0;
	border:0;
	height:24px;
	font-size:16px;
}
.cert-query .search .input::placeholder{
	color:#ccc;
}
.cert-query .input-tips{
	font-size:12px;
	color:#26a3f1;
}
.cert-query .btn {
	margin-top:40px;
	line-height: 2.5;
}
.cert-query .btn .button {
	width: 150px;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
	background-color:#17a1f4;
}

.cert-query .cert-msg{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.2);
	display:none;
}
.cert-query .cert-msg.show{
	display:flex;
}
.cert-query .cert-msg .msg-box{
	width:600px;
	background-color:#fff;
	box-shadow:0 0 35px 0 #999;
	border-radius:5px;
	margin:0 10px;
}
.cert-query .cert-msg.show .msg-box{
	animation:certmsg 0.2s;
}
@keyframes certmsg{
	0% {transform:scale(0.5);}
	100% {transform:scale(1);}
}
.cert-query .cert-msg .msg-box .msg-tips{
	height:40px;
	line-height:40px;
	padding-left:10px;
	background-color:#f4f4f4;
	border-bottom:1px solid #eaeaea;
	border-radius:5px 5px 0 0;
}
.cert-query .cert-msg .msg-box .msg-body{
	padding:50px 10px;
}
.cert-query .cert-msg .msg-box .msg-body .msg-info .none{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;
}
.cert-query .cert-msg .msg-box .msg-body .msg-info .cozy{
	font-size:15px;
	color:#666;
	margin-bottom:50px;
}
.cert-query .cert-msg .msg-box .msg-body .msg-info .cozy{
	font-size:15px;
	color:#666;
}
.cert-query .cert-msg .msg-box .msg-body .back {
	width: 120px;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
	background-color:#17a1f4;
	margin-right:10px;
	font-size:15px;
}
.cert-query .cert-msg .msg-box .msg-body .to-old-certquery {
	width: 120px;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
	background-color:#f7ab28;
	font-size:15px;
}
.cert-bottom{
	margin:60px 60px 0;
	padding-top:30px;
	border-top:1px solid #e9e9e9;
	font-size:12px;
	color:#999;
	line-height:24px;
}



@media (max-width:1450px) {
.cert-result .box {
	zoom:0.9;
}
}
@media (max-width:1200px) {
.cert-result .box {
	zoom:0.8;
}
}
@media (max-width:1000px) {
.cert-result .box {
	zoom:0.7;
}
}
@media (max-width:900px) {
.cert-result .box {
	zoom:0.6;
}
}
.cert-result .box .cert-load{
	padding:50px 0;
}
.cert-result .box .cert-load .cert-img{
	border: 1px dashed #ccc;
}


.article-date-year{
	padding:40px 0;
	display:none;
}
.article-date-year .li{
	width:100px;
	line-height:40px;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:4px;
	margin:0 10px;
	text-align:center;
}
.article-date-year .li.selected{
	background-color:#e24343;
	border:1px solid #e24343;
	color:#fff;
	cursor:pointer;
}
.article-date-year .li:hover{
	color:#fff;
	background-color:#e24343;
	border:1px solid #e24343;
	cursor:pointer;
}