﻿@charset "utf-8";
/*
 * name:layout
 * author:ciecc
 * date:2018-07-27
 */
body{
    font-family:'\5FAE\8F6F\96C5\9ED1';
    color:#000;
	background:#FFF;
    font-size:14px;
}
/******辅助*******/
.w1100{width:1100px;margin-left:auto;margin-right:auto;}

/******hl*******/
.hd-top{
    height:30px;
    line-height:30px;
    background:#416dad;
	color:#fff;
	padding:5px 0;
}
.hd-top-left {
    float: left;
    width: 220px;
}
.hd-top-right{
	float: right;
}
.hd-top-right a {
    color: #fff;
}
.hd-header{
	background: url("../img/bg/head-bg.jpg") center top no-repeat;
	height: 243px;
}
.hd-header h1{
	padding: 24px 0 0 26px;
}
.hd-phone-header{
	display: none;
}
.hd-phone-header h1{
	background: #f1f3f7;
	padding: 1rem 3.6rem;
	border-top:5px solid #416dad;
	position: relative;
}
.hd-phone-header h1 span{
	display: block;
}
.hd-phone-header h1 img{
	width: 100%;
}
.hd-phone-header i.hd-phone-home, .hd-phone-header i.hd-phone-menu{position: absolute;top:40%;display: block;width: 26px;height:21px;}
.hd-phone-header i.hd-phone-home{
	background: url("../img/btn/phone-home.png") no-repeat;
	left:.2rem;
}
.hd-phone-header i.hd-phone-menu{
	background: url("../img/btn/phone-menu.png") no-repeat;
	right:.2rem;
}
.hd-phone-header ul{
	background: #416dad;
	padding: 1rem;
	display: none;
}
.hd-phone-header ul li{
	font-size: 1.2rem;
	line-height: 3rem;
	border-bottom: 1px solid #5b91de;
}
.hd-phone-header ul li a{
	color:#fff;
}

.nav{
	padding: 42px 0 0 130px;
	height:76px;
}
.nav li{
	float: left;
	width: 80px;
	padding-left:32px;
	position: relative;
}
.nav li span{
	display: block;
	width: 80px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	padding-top: 38px;
}
.nav li.z-crt a{
	color:#d90000;
}
.nav li a:hover{
	text-decoration: none;
}
.nav-item1{
	background: url("../img/icon/nav-ico1.png") center top no-repeat;
}
.nav-item2{
	background: url("../img/icon/nav-ico2.png") center top no-repeat;
}
.nav-item3{
	background: url("../img/icon/nav-ico3.png") center top no-repeat;
}
.nav-item4{
	background: url("../img/icon/nav-ico4.png") center top no-repeat;
}
.nav-item5{
	background: url("../img/icon/nav-ico5.png") center top no-repeat;
}
.nav-item6{
	background: url("../img/icon/nav-ico6.png") center top no-repeat;
}
.nav-item7{
	background: url("../img/icon/nav-ico7.png") center top no-repeat;
}
.z-crt .nav-item1, .nav li span.nav-item1:hover{
	background: url("../img/icon/nav-ico1-1.png") center top no-repeat;
}
.z-crt .nav-item2, .nav li span.nav-item2:hover{
	background: url("../img/icon/nav-ico2-1.png") center top no-repeat;
}
.z-crt .nav-item3, .nav li span.nav-item3:hover{
	background: url("../img/icon/nav-ico3-1.png") center top no-repeat;
}
.z-crt .nav-item4, .nav li span.nav-item4:hover{
	background: url("../img/icon/nav-ico4-1.png") center top no-repeat;
}
.z-crt .nav-item5, .nav li span.nav-item5:hover{
	background: url("../img/icon/nav-ico5-1.png") center top no-repeat;
}
.z-crt .nav-item6, .nav li span.nav-item6:hover{
	background: url("../img/icon/nav-ico6-1.png") center top no-repeat;
}
.z-crt .nav-item7, .nav li span.nav-item7:hover{
	background: url("../img/icon/nav-ico7-1.png") center top no-repeat;
}
.nav li dl{
	position: absolute;
	top:70px;
	left:0;
	z-index: 999;
	background:#fff;
	width: 140px;
	padding: 10px 0;
	display: none;
}
.nav li dl dd{
	font-size: 14px;
	line-height: 30px;
	color:#fff;
	padding: 0px 12px;
}
.nav li dl dd a{
	color:#4f4f4f
}
.nav li.z-crt dl dd a{
	color:#4f4f4f
}
.nav li.z-crt dl dd a:hover{
	text-decoration: underline;
	color:#d90000
}
.hd-header em{
	font-size: 16px;
	font-style: italic;
	position: absolute;
	right:0;
	bottom:8px;
}
.hd-header em a{
	color:#d90000;
}
.sub-header{
	background: #ebf1f6;
	height:60px;
}
.news-keyword-box{
	width: 130px;
	height:145px;
	position: absolute;
	z-index: 5;
	top:-84px;
	color:#fff;
	background: url("../img/bg/data.png") no-repeat;
}
.news-keyword-box .time{
	padding:24px 0 0 12px;
	height:76px;
}
.news-keyword-box .time em{
	display: inline-block;
	width: 34px;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	vertical-align: top;
	padding-top: 12px;
}
.news-keyword-box .time i{
	font-size: 60px;
	line-height: 70px;
	display: inline-block;
}
.news-keyword-box .news-keyword{
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	cursor: pointer;
}
.news-keyword-box .news-keyword i{
	display: block;
	width: 9px;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
}
.m-keywords-box{
	z-index: 10;
	background: #416dad;
	height:50px;
	width: 100%;
	line-height: 50px;
	color: #fff;
	position: absolute;
	top:60px;
}
.m-keywords-box a{
	color: #fff;
	display: inline-block;
	padding: 0 15px;
}
.t-newsScroll-box{
	width: 634px;
	height:60px;
	padding-left: 143px;
	font-size: 14px;
}
.t-newsScroll-tit{
	display: inline-block;
	width: 70px;
	line-height: 24px;
	float: left;
	padding-top: 18px;
	padding-bottom: 18px;
}
/* txtScroll-top */
.txtScroll-top{ width:560px;  overflow:hidden; position:relative; float: left;}
.txtScroll-top .bd{ padding:18px 0;  }
.txtScroll-top .infoList li{ height:24px; line-height:24px;}

.hd-search{
	border:1px solid #4b71ab;
	background: #fff;
	margin-top: 14px;
	width: 290px;
	height: 33px;
}
.hd-search-txt{
	border:none;
	height: 33px;
	width: 252px;
	font-size: 14px;
	padding-left: 12px;
	line-height: 32px;
	color: #003678;
}
.hd-search-btn{
	border:none;
	background: url("../img/btn/search-ico1.png") left center no-repeat;
	width: 24px;
	height:33px;
}

/******indexBody*******/
.m-mainbody-left{
	width: 790px;
}
.m-mainbody-right{
	width: 290px;
}

/******indexPic*******/
.picTurn {
	position: relative;
	width: 790px;
	overflow: hidden;
	height: 431px;
}
.picTurn .pic img {
	float: left;
}
.picTurn .bg, .picTurn .nav, .picTurn .title {
	position: absolute;
}
.picTurn .bg{
	background:rgba(0,0,0,.5);
	height:45px;
	line-height: 44px;
	color: #fff;
	display: block;
	width: 562px;
	bottom: 0;
	left: 0;
	font-size: 18px;
	padding-left: 14px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}
.picTurn .picnav {
	width:212px;
	right: 0px;
	top:0;
	overflow: hidden;
	zoom: 1;
	z-index: 2;
	height: 431px;
	background: #354255;
}
.picTurn .picnav i a{
	color:#7d8faa;
	font-size:14px;
}
.picTurn .picnav i {
	display: block;
	padding: 0 15px;
}
.picTurn .picnav i div{
	padding:12px 0px;
	line-height: 24px;
	border-bottom: 1px solid #57606d;
}
.picTurn .picnav i.cur {
	color: #fff;
	background:#416dad;
}
.picTurn .picnav i.cur a{
	color:#fff
}
.picTurn .dsn{
	display:none;
}
.picTurn .focTab{
	width:66px;
	height:10px;
	line-height:1px;
	text-align:right;
	overflow:hidden;
	position:absolute;
	bottom:15px;
	right:80px;
	z-index:23;}
.picTurn .focTab span{
	width:8px;
	height:8px;
	background:#57606d;
	margin:0 2px;
	display:inline-block;
	overflow:hidden;
	cursor:pointer;}
.picTurn .focTab span.cur{background:#fff;}

.u-news-box{}
.u-news-box .hd{
	border-top: 1px solid #868686;
	border-bottom: 1px solid #868686;
	height:50px;
	line-height: 50px;
	background: url("../img/icon/tit-ico1.png") left center no-repeat;
	padding-left: 20px;
}
.u-news-tit1{
	font-size: 28px;
}
.u-news-box .hd span{
	display: inline-block;
	text-align: right;
	width: 500px;
	float: right;
}
.u-news-box .hd span a{
	margin-left: 24px;
	color: #474747;
}

.f-w366{
	width: 366px;
}
.f-w405{
	width: 405px;
}
.f-w246{
	width: 246px;
}
.f-rl01{
	border-left: 1px dashed #d6d6d6;
}
.f-mr25{
	margin-right: 25px;
}
.f-mt22{
	margin-top: 22px;
}
.f-pl60{
	padding-left: 60px;
}
.u-news-pics-p{
	display: block;
	width: 110px;
	height:110px;
	float: left;
}
.u-news-pics p{
	display: block;
	width: 240px;
	float: right;
	line-height: 24px;
	font-size: 15px;
}
.u-news-pics p em{
	color: #a7a7a7;
	line-height: 40px;
}
.u-lists-con li{
	font-size: 15px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 386px;
	padding: 8px 0 8px 0px;
}
.u-news-box1 .hd{
	font-size: 20px;
	height:40px;
	line-height: 40px;
	padding-left: 16px;
	background: url("../img/icon/tit-ico3.png") left center no-repeat;
}
.u-news-box1 .bd h1{
	margin-top: 6px;
}
.u-news-box1 .bd h2{
	line-height:24px;
	border-bottom: 1px dashed #d6d6d6;
	padding: 8px 4px;
}
.u-news-box1 .bd h2 em{
	font-weight: normal;
	padding-left: 10px;
}
.u-news-box1 .bd h2 a.yuedu{
	font-weight: normal;
	color: #e60012;
	margin-left: 10px;
}
.u-lists-con1 li{
	font-size: 14px;
	color: #505050;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 246px;
	padding: 6px 0 6px 0px;
}
.u-lists-con1 li a{
	color: #505050;
}
.u-lists-con1 li a:hover{
	color: #e60012;
}
.u-right-box .hd{
	font-size: 20px;
	height:40px;
	line-height: 40px;
	padding-left: 16px;
	background: url("../img/icon/tit-ico2.png") left center no-repeat;
}
.u-tip-word{
	font-size: 15px;
	line-height: 24px;
	color: #3c3c3c;
}
.u-db{
	display: block;
}
.u-news-tit3{
	border-bottom: 1px solid #868686;
}
.u-tip-search{
	border:1px solid #868686;
	background: #fff;
	width: 290px;
	height: 32px;
}
.u-tip-search-txt{
	border:none;
	height: 32px;
	width: 250px;
	font-size: 14px;
	padding-left: 12px;
	line-height: 32px;
}
.u-tip-search-btn{
	border:none;
	background: url("../img/btn/search-ico2.png") left center no-repeat;
	width: 14px;
	height:15px;
}
.u-news-tit4{
	font-size: 16px;
}
.links{
	margin: 0 7px;
}
.u-lists-con2 li{
	font-size: 14px;
	color: #505050;
	line-height: 24px;
	padding: 3px 0 2px 0px;
}
.u-lists-con2 li a{
	color: #505050;
}
.u-lists-con2 li a:hover{
	color: #e60012;
}
.u-lists-con2 li span{
	padding-left: 2rem;
}
.erweima{
	font-weight: normal;
	font-size: 12px;}

.f-bt01{
	border-top: 1px solid #868686;
}

/* picturesScroll */
.picScroll-left{ width:1100px;  overflow:hidden; position:relative;  }
.picScroll-left .hd{}
.picScroll-left .hd .prev{
	display:block;
	width:14px;
	height:17px;
	overflow:hidden;
	cursor:pointer;
	background:url("../img/icon/picPrev.png") no-repeat;
	position: absolute;
	left:0;
	top:70px;}
.picScroll-left .hd .next{
	display:block;
	width:14px;
	height:17px;
	overflow:hidden;
	cursor:pointer;
	background:url("../img/icon/picNext.png") no-repeat;
	position: absolute;
	right:0;
	top:70px;}
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../img/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{ padding:10px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 18px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:234px; height:154px; display:block;  }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:30px;color:#474747;text-align: center; font-size: 16px;   }
.picScroll-left .bd ul li .title a{color:#474747;}
.picScroll-left .bd ul li .title a:hover{color: #e60012;}

/* footer */
.footer{
	font-size: 12px;
	background: #416dad;
	color: #b4d3ff;
	line-height: 26px;
}
.footer h1{
	font-weight: normal;
	line-height: 50px;
}
.footer h1 a{
	color: #b4d3ff;
	margin: 0 8px;
}
.footer ul{}
.footer ul li{
	float: left;
	width: 240px;
	padding-left: 8px;
}
.footer-logo1{
	position:absolute;
	top:25px;
	right:97px;}
.footer-logo2{
	position:absolute;
	top:23px;
	right:0px;}

/* list and article */
.u-lists-con3{}
.u-lists-con3 li{
	font-size: 18px;
	line-height: 26px;
	padding: 16px 0 16px 14px;
	background: url("../img/icon/iconSListBg_01.png") left 26px no-repeat;
	border-bottom: 1px dotted #aaa;
}
.u-lists-con2 li a{
	color: #505050;
}
.u-lists-con2 li a:hover{
	color: #e60012;
}
.u-lists-con3 span{
	display: block;
	font-size: 14px;
	padding-top: 5px;
}
.u-lists-con3 span em{
	display: inline-block;
	background: url("../img/icon/tag.png") left 5px no-repeat;
	padding-left: 20px;
}
.u-lists-con3 span em a{
	color: #e60012;
	margin: 0 8px;
}
.u-lists-con3 span i{
	display: inline-block;
	text-align: right;
	color: #666;
	padding-left: 20px;
}
/*
 * 模块代码
 */
/******m-page 普通翻页器-默认居中*******/
.m-page{
	margin:10px 0 0;
	text-align:center;
	line-height:32px;
	font-size:0;
	letter-spacing:-0.307em;
	*letter-spacing:normal;
	*word-spacing:-1px;
	word-wrap:normal;
	white-space:nowrap;
	color:#999;
}
.m-page a,.m-page i{
	display:inline-block;
	*display:inline;
	*zoom:1;vertical-align:top;
	padding:0 12px;
	margin-left:-1px;
	border:1px solid #ddd;
	font-size:12px;
	letter-spacing:normal;
	word-spacing:normal;
	text-shadow:0 1px #fff;
	background:#fff;
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;
	-ms-transition:background-color 0.3s;
	transition:background-color 0.3s;
}
.m-page a,.m-page a:hover{
	text-decoration:none;
	color:#ec4c40;
}
.m-page a.first{
	margin-left:0;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.m-page a.last{
	margin-right:0;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.m-page a .pagearr{
	font-weight:bold;
	font-family:\5b8b\4f53;
	vertical-align:top;
	*vertical-align:middle;
}
.m-page a.pagenxt .pagearr{margin-left:3px;}
.m-page .u-page-skip{
	margin:0 5px;
	padding:8px 6px;
	width:40px;
	line-height:16px;
	height:16px;
	border:1px solid #ddd;
	border-radius:5px;
	text-align:center;
	vertical-align:top;
}
.u-page-btn{
	width:60px;
	height:34px;
	line-height:34px;
	background:#fff;
	border:1px solid #ddd;
	color:#666;
	border-radius:5px;
	vertical-align:top;
}
.m-page a:hover{background:#f5f5f5;}
.m-page a:active{background:#f0f0f0;}
.m-page a.z-crt,.m-page a.z-crt:hover,.m-page a.z-crt:active{
	cursor:default;
	color:#999;
	background:#f5f5f5;
}
.m-page a.z-dis,.m-page a.z-dis:hover,.m-page a.z-dis:active{
	cursor:default;
	color:#ccc;
	background:#fff;
}
.m-page-total{
	margin-right:6px;
	display:inline-block;
	font-size:12px;
	letter-spacing:normal;
}
.m-page-total .u-total-num,.m-page-total .u-page-total-num,.m-page-total .u-page-limits-num{
	margin-left:3px;
	margin-right:3px;
	display:inline-block;
	color:#ec4c40;
	font-family:Arial,sans-serif;
}
.m-page .u-page-limits{
	margin:-1px 5px 0;
	padding:2px 3px;
	line-height:18px;
	border:1px solid #ddd;
	border-radius:5px;
	cursor: pointer
}
.m-page .u-page-limits:focus{
	border:1px solid #52a8ec
}
/*居左*/
.m-page-lt{text-align:left;}
/*居右*/
.m-page-rt{text-align:right;}
/*较小*/
.m-page-sm{line-height:22px;}
.m-page-sm a,.m-page-sm i{padding:0 8px;}
.m-page-sm .u-page-skip{padding:3px 0;}
.m-page-sm .u-page-btn{
	width:50px;
	height:24px;
	line-height:24px;
}
/*分离*/
.m-page-sr a,.m-page-sr i{
	margin:0 3px;
	border-radius:5px;
}
.m-page-sr i{border:0 none;}
.m-page-sr a.first,.m-page-sr a.last{border-radius:5px;}
.u-right-box-img img{
	width: 100%;
}
.article .hd {
	border-bottom: 1px solid #ddd;
}
.article .hd h1 {
	font: bold 30px/42px '';
}
.article .hd p {
	margin-top: 20px;
	color: #888;
	font: normal 14px/30px '';
}
.article .hd p a {
	color: #888;
}
.artCon {
	padding: 0 0em 2rem;
	color: #000;
	font: normal 18px/2em '';
}
.artCon p {
	margin-top: 1.6rem;
}
.artLabel{
	display: inline-block;
	background: url("../img/icon/tag.png") left 5px no-repeat;
	padding-left: 20px;
	line-height: 30px;
}
.artLabel a{
	color: #e60012;
	margin: 0 8px;
}

@media screen and (min-width:768px)  and (max-width:1090px) {
	body{min-width: auto;}
	.w1100{width:auto;}
	.hd-top, .sub-header{display: none;}
	.hd-header{height:auto}
	.nav{padding:0px 0 0 0;background: #416dad;height:auto; margin-top: 20px}
	.nav li{padding-left:0;width: 11%;}
	.nav li span{width:auto;font-size: 16px;padding-top: 0px; background: none;}
	.nav-item1, .nav-item2, .nav-item3, .nav-item4, .nav-item5, .nav-item6, .nav-item7{
		background: none;}
	.z-crt .nav-item1, .nav li span.nav-item1:hover{
		background: none;
	}
	.z-crt .nav-item2, .nav li span.nav-item2:hover{
		background: none;
	}
	.z-crt .nav-item3, .nav li span.nav-item3:hover{
		background: none;
	}
	.z-crt .nav-item4, .nav li span.nav-item4:hover{
		background: none;
	}
	.z-crt .nav-item5, .nav li span.nav-item5:hover{
		background: none;
	}
	.z-crt .nav-item6, .nav li span.nav-item6:hover{
		background: none;
	}
	.z-crt .nav-item7, .nav li span.nav-item7:hover{
		background: none;
	}
	.nav li span a{color:#c5ddff;}
	.nav li.z-crt span a, .nav li span a:hover{color:#fff;}
	.hd-header em{right:2%;bottom:9px;}
	.hd-header em a{color:#c5ddff;}
	.u-right-box-img1{
		text-align: center;
	}
	.u-right-box-img1 img{
		width: 96%;
	}
	.m-mainbody-left,.m-mainbody-right{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	.f-fl, .f-fr{
		float: none;
	}
	.u-lists-con1 li{
		overflow: auto;
		text-overflow: clip;
		white-space: normal;
		width: auto;
	}
}
@media screen and (max-width:760px){
	body{min-width: auto;}
	.w1100{width:auto;}
	.hd-top, .sub-header, .hd-header, .u-phone-img{display: none;}
	.hd-phone-header{display: block;}
	.m-mainbody-left,.m-mainbody-right{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	.u-right-box-img1{
		text-align: center;
	}
	.u-right-box-img1 img{
		width: 96%;
	}
	.f-fl, .f-fr{
		float: none;
	}
	.u-lists-con3 li{
		background: none;
		padding: .6rem;
		line-height: 2rem;
		font-size: 1.2rem;
	}
	.u-news-box .hd{
		height:42px;
		line-height: 42px;
	}
	.u-news-tit1{
		font-size: 1.2rem;
	}
	.footer{text-align: center;}
	.footer h1{text-align: center;}
	.footer ul li{
		width: 100%;
		text-align: center;
		padding-left: 0px;
	}
	.footer-logo1, .footer-logo2{
		position: static;
	}
	.artCon p{
		font-size: 1rem;
	}
	.u-lists-con2 span{
		display: none;
	}
	.m-page{line-height:22px;}
	.m-page a,.m-page i{padding:0 8px;}
	.m-page .u-page-skip{padding:3px 0;}
	.m-page .u-page-btn{
		width:50px;
		height:24px;
		line-height:24px;
	}
	.u-lists-con1 li{
		overflow: auto;
		text-overflow: clip;
		white-space: normal;
		width: auto;
	}
	a.u-page-num, i.u-page-num{display: none;}
}

/* 企业知识产权海外维权援助系统 新增页样式 */
.sys_bd .hd-top {
	height: 40px;
	line-height: 40px;
}
.sys_bd .top-logo {
	display: inline-block;
	padding-left: 45px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	background: url(../img/bg/logoTop_01.png) no-repeat 10px 5px;
}
.web-title {
	height: 132px;
	background: url(../img/bg/head-bg-02.jpg) no-repeat top center;
}
.web-title h1 {
	color: #415c84;
	line-height: 132px;
	font-size: 38px;
	font-weight: normal;
	text-align: center;
}
.user-info-col {
	height: 38px;
	line-height: 38px;
	color: #546d7e;
	font-size: 14px;
	text-align: right;
	background: #f5f8fa;
	border: 1px solid #e4eaee;
}
.user-info-col a {
	margin-right: 1.5rem;
	color: #546d7e;
}

.sys-col-con {
	overflow: hidden;
}
.sys-left {
	margin-bottom: -9999px;
	padding-bottom: 9999px;
	width: 160px;
	border-right: 1px solid #e4eaee;
}
.sys-right {
	width: 920px;
}
.sys-menu {
	padding: 20px 30px 20px 50px;
}
.sys-menu li {
	padding: 15px 0;
	line-height: 22px;
	font-size: 16px;
	font-weight: bold;
}
.sys-menu li a {
	color: #313131;
}
.sys-menu li.cur,
.sys-menu li:hover {
	background: url(../img/icon/iconSysMenuBg_01.png) no-repeat right center;
}
.sys-menu li.cur a,
.sys-menu li:hover a {
	color: #6887b4;
	text-decoration: underline;
}

.sys-table-01 td {
	padding: 6px 0;
	height: 34px;
	line-height: 34px;
}
.sys-table-01 td.f-tar {
	padding: 6px 5px;
	vertical-align: text-top;
}
.sys-table-01 td label {
	color: #000;
	font-size: 16px;
}
.table_txt {
	padding: 0 5px;
	border: 1px solid #d9dee5;
}
.sys-table-01 .txt_01 {
	height: 32px;
	width: 95%;
}
.sys-table-01 .txt_02 {
	height: 32px;
	width: 70%;
}
.sys-table-01 .text_01 {
	padding: 5px;
	width: 95%;
	height: 140px;
	resize: none;
}
.sys-table-01 .btn_01 {
	margin-left: 12px;
	padding: 0 12px;
	height: 32px;
	color: #546d7e;
	font-size: 14px;
	background: #f3f6f7;
	border: 1px solid #d9dee5;
	border-radius: 3px;
}
.sys-table-01 .tips_01 {
	color: #858585;
	font-size: 14px;
}
.sys-table-01 p.df_01 {
	width: 95%;
	color: #000;
	font-size: 16px;
}
.sys-table-01 p.df_01 span {
	float: left;
}
.sys-table-01 p.df_01 i {
	float: right;
	cursor: pointer;
}
.sys-table-01 p.p1 {
	line-height: 30px;
	font-size: 16px;
}
.sys-table-01 p.p1 a {
	color: #366eb3;
}
.sys-table-01 p.p1 em {
	color: #e81515;
	cursor: pointer;
}
.sys-table-01 .td_btn {
	padding: 30px 0 20px;
}
.sys-table-01 .td_btn input {
	margin-right: 20px;
	padding: 0 14px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	background: #416dad;
	border: none;
	border-radius: 3px;
}
.sys-table-01 .td_btn input.btn_02 {
	background: #608ccd;
}
.sys-table-01 .td_btn input.btn_03 {
	padding: 0 35px 0 12px;
	background: #416dad url(../img/icon/iconDfBg_01.png) no-repeat 60px 18px;
}
.q_list_01 {
	padding: 10px 10px 0px 40px;
}
.q_list_01 li {
	margin-bottom: 24px;
	line-height: 28px;
	font-size: 16px;
}
.q_list_01 li a {
	color: #000;
}
.q_list_01 li i {
	margin-left: 10px;
	color: #737373;
	font-size: 14px;
}
.q_list_01 li em {
	cursor: pointer;
}
.q_list_01 li em.fc_01 {
	color: #12bd00;
}
.q_list_01 li em.fc_02 {
	color: #396ccb;
}
.q_list_01 li em.fc_03 {
	color: #f57f00;
}
.q_list_01 li em.fc_04 {
	color: #a8a8a8;
}
.q_list_01 li em.fc_05 {
	color: #e90000;
}
.q_list_01 li a.fc_06 {
	color: #546d7e;
}
.q_list_01 li input[type="checkbox"] {
	float: left;
	margin: 8px 0 0 -20px;
}
.q_cz_list li {
	padding-left: 20px;
}
.q_cz_list li em {
	margin-right: 10px;
}
.q_che_hd {
	padding: 10px 20px 10px 40px;
	border-bottom: 1px solid #e4eaee;
}
.q_che_hd label {
	margin-right: 20px;
	color: #000;
	font-size: 16px;
}
.q_che_hd label input {
	position: relative;
	top: -2px;
	margin-right: 2px;
}
.q_column .bor_b {
	border-bottom: 1px solid #e4eaee;
}






@media screen and (max-width:1090px) {
	.web-title {
		display: none;
	}
	.sys_bd .hd-phone-header {
		display: block;
	}
	.sys_bd .hd-phone-header h1 {
		color: #415c84;
		font-size: 30px;
		font-weight: normal;
		background: url(../img/bg/head-bg-02.jpg) no-repeat top center;
		background-size: 100%;
	}
	.sys-left {
		display: none;
	}
	.sys-right {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width:760px){
	.sys_bd .hd-phone-header h1 {
		font-size: 20px;
	}
}



















