.whole {
	width: 100%;
}

.top {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	padding-top: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.top_left {
	float: left;
	overflow: hidden;
}

.top_right {
	width: 250px;
	margin-top: 15px;
	float: right;
	overflow: hidden;
}

.top_left .logo {
	max-height: 54px;
	margin-top: 5px;
	display: block;
	float: left;
}

.top_left p {
	width: 170px;
	text-align: center;
	font-size: 26px;
	color: #333333;
	float: left;
	margin-top: 15px;
	margin-left: 40px;
	border-left: 2px solid #CCCCCC;
}

.top_right img {
	width: 38px;
	height: 38px;
	margin-right: 20px;
	float: left;
}

.top_right p {
	font-size: 25px;
	color: #f15f1e;
}

/*内容*/
.login {
	padding: 100px 0;
	background-image: url(../img/userbg_02.jpg);
	background-size: cover;
}

.login_con {
	width: 1050px;
	margin: 0 auto;
	background-color: rgba(252, 252, 252, 0.9);
	overflow: hidden;
}

.login_left {
	width: 560px;
	padding: 30px;
	float: left;
}

.login_ul {
	overflow: hidden;
	width: 500px;
}

.login_ul li {
	float: left;
	font-size: 20px;
	line-height: 35px;
	color: #333333;
	cursor: pointer;
}

.select {
	color: #444786 !important;
	border-bottom: 4px solid #444786;
}

.login_user {
	overflow: hidden;
}

.login_ncy {
	overflow: hidden;
	display: none;
}

.each {
	overflow: hidden;
	height: 80px;
	padding-top: 40px;
}

.each p {
	float: left;
	width: 120px;
	font-size: 16px;
	color: #333333;
}

.each input {
	border: none;
	outline: none;
	border-bottom: 1px solid #dedede;
	background-color: rgba(252, 252, 252, 0);
	width: 380px;
	float: left;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	letter-spacing: 1px;
	color: #aaaaaa;
	padding-left: 10px;
	margin-top: -10px;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #aaaaaa;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #aaaaaa;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #aaaaaa;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #aaaaaa;
}

.gain {
	width: 260px !important;
}

.auth {
	width: 120px;
	height: 40px;
	border-radius: 5px;
	background-color: #f15f1e;
	color: #FFFFFF !important;
	text-align: center;
	line-height: 40px;
	margin-top: -14px;
	cursor: pointer;
}

.check {
	width: 20px !important;
	height: 20px !important;
}

.read {
	font-size: 16px !important;
	color: #aaaaaa !important;
	width: 330px !important;
	padding-left: 10px;
	margin-top: 2.5px;
}

.read span {
	color: #444786;
}

.login_but {
	width: 500px;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	border: none;
	color: #FFFFFF;
	background-color: #6252a6;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 2px;
	border-radius: 5px;
}

/*二维码部分*/
.login_right {
	float: right;
	padding: 155px 130px 0px 0px;
}

.login_right p {
	width: 214px;
	margin-top: 10px;
	font-size: 18px;
	color: #444786;
	text-align: center;
}

/*footer*/
.footer {
	background-color: #161616;
	width: 100%;
	padding-bottom: 20px;
}

.duce {
	width: 100%;
	background-color: #1d1d1d;
}

.ducein {
	width: 1220px;
	height: 125px;
	margin: 0 auto;
	overflow: hidden;
}

.ducein li {
	width: 235px;
	margin-top: 25px;
	overflow: hidden;
	float: left;
	margin-left: 70px;
}

.ducein li img {
	float: left;
	margin-top: 5px;
}

.ducein li div {
	width: 138px;
	float: left;
	margin: 0px 10px;
}

.ducein li h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
	color: #FFFFFF;
}

.ducein li p {
	font-size: 14px;
	color: #bebebe;
}

.footer_box {
	/* width: 850px; */
	margin: 0 auto;
}

.footer_ul {
	overflow: hidden;
	padding-top: 20px;
	text-align: center;
}

.footer_ul li {
	display: inline-block;
	border-right: 1px solid #333333;
	margin: 10px 0;
	padding: 0 10px;
	width: 146px;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
}

.footer_ul li a {
	color: #c1c1c1;
}

.contact {
	overflow: hidden;
	margin: 10px 0px;
	text-align: center;
}

.contact div {
	display: inline-block;
	overflow: hidden;
}

.contact div img {
	float: left;
}

.contact div p {
	float: left;
	/* margin-top: -2.5px; */
	margin-left: 5px;
	font-size: 14px;
	color: #c1c1c1;
}

.copy {
	text-align: center;
	color: #c1c1c1;
	font-size: 14px;
}

/*用户登录*/
.enter {
	width: 100%;
	height: 750px;
	background-image: url(../img/loginbg.jpg);
	background-size: cover;
}

.enter_box {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0px;
}

.enter_txt {
	float: left;
}

.enter_win {
	float: right;
	width: 330px;
	background-color: #FFFFFF;
	padding: 20px;
}

.enter_tit h3 {
	font-size: 22px;
	font-weight: bold;
	color: #6252a6;
	display: inline-block;
	margin-top: 0px;
}

.enter_tit a {
	font-size: 16px;
	color: #333333;
}

.enter_tit p {
	display: inline-block;
	float: right;
}

.enter_inp label {
	margin: 20px 0px 10px 0px;
}

.enter_inp img {
	display: block;
	display: inline-block;
	margin-top: -4px;
}

.enter_inp input {
	width: 250px;
	height: 40px;
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px solid #CCCCCC;
	display: inline-block;
	outline: none;
	font-weight: 100;
	margin-left: -5px;
	padding-left: 5px;
}

.enter_inp p {
	text-align: right;
}

.sub_but {
	width: 290px;
	height: 40px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	background-color: #6252a6;
	border: none;
}

.tcut {
	font-size: 14px;
	color: #888888;
	padding-top: 10px;
	margin: 0px;
}

.tcut a:hover {
	color: #6252a6;
}

/*代理机构*/
.anency_zhong {
	float: left;
	width: 16px !important;
	height: 16px !important;
}

.anency_read {
	text-align: justify !important;
	width: 280px !important;
	padding-left: 20px !important;
	font-size: 14px !important;
	color: #7a7a7a !important;
	font-weight: 100 !important;
}

.agentphoto1 {
	width: 220px;
	height: 166px;
}

.mianfeisq {
	display: block;
	width: 92px;
	height: 28px;
	line-height: 28px;
	margin: 10px auto;
	text-align: center;
	color: #fff;
	background-color: #444786;
	border-radius: 5px;
	transition: .2s;
	-webkit-transition: .2s;
}

.mianfeisq:hover {
	color: #fff;
	box-shadow: 0 0 10px #444786;
}

/*专利申请流程*/
.liucheng {
	width: 100%;
	height: 682px;
	background-image: url(../img/liuchengbg_02.jpg);
}

.liucheng img {
	display: block;
	margin: 0 auto;
}

.list-l img {
	width: 156px;
	height: 156px;
}

/*友情链接*/
.youqing {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.youqing img {
	display: block;
	float: left;
}

.youqing p {
	float: left;
	font-size: 16px;
	color: #333333;
	margin-left: 30px;
	margin-top: 2px;
}

/*内容整体*/
.lists_box {
	width: 100%;
	background-color: #fbfbfb;
}

/*发明专利*/
.lists_tit {
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}

.lists_tit span {
	font-size: 16px;
	line-height: 32px;
	color: #888888;
	cursor: pointer;
}

.lists_tit .rightsearch {
	float: right;
	margin-top: 2px;
}

.lists_tit .rightsearch input[type="text"] {
	width: 180px;
	height: 28px;
	padding-left: 6px;
	border: 1px solid #ccc;
	border-radius: 2px;
}

.lists_tit .rightsearch input[type="submit"] {
	position: relative;
	top: -1px;
	width: 60px;
	height: 28px;
	color: #fff;
	background-color: #444786;
	border-radius: 2px;
	border: none;
}

.invent {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.invent_tit {
	text-align: center;
	padding: 45px 0px;
}

.invent_tit h3 {
	font-size: 36px;
	line-height: 60px;
	color: #333333;
}

.invent_tit span {
	padding-bottom: 3px;
	border-bottom: 2px solid #444786;
}

.invent_tit p {
	text-transform: uppercase;
	color: #444786;
	font-size: 16px;
}

.invent_box {
	overflow: hidden;
}

.invent_box li {
	float: left;
	margin-left: 15px;
	width: 218px;
	height: 340px;
	border-radius: 5px;
	border: 2px solid #e7e7e7;
	-webkit-box-shadow: #e7e7e7 0px 0px 7px;
	-moz-box-shadow: #e7e7e7 0px 0px 7px;
	box-shadow: #e7e7e7 0px 0px 7px;
}

.invent_box li img {
	width: 216px;
	height: 259px;
}

.invent_box li h4 {
	width: 170px;
	height: 32px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
}

.invent_box li p {
	display: inline-block;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #ee0f0f;
}

.invent_box li input {
	display: inline-block;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	width: 72px;
	border-radius: 5px;
	background-color: #FFFFFF;
	border: 1px solid #ee0f0f;
	font-size: 14px;
	color: #ee0f0f;
}

.invent .mare {
	width: 145px;
	height: 40px;
	background-color: #444786;
	border-radius: 5px;
	border: none;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 40px;
	letter-spacing: 2px;
	display: block;
	margin: 0px auto;
	margin-top: 50px;
	text-align: center;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
}

.list_paging {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.list_paging li {
	display: inline-block;
	min-width: 38px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #888888;
	border-radius: 5px;
	margin: 20px 10px;
	text-align: center;
	font-size: 20px;
	color: #888888;
	cursor: pointer;
	transition: .2s;
	-webkit-transition: .2s;
}

.list_paging li a {
	display: block;
}

.list_paging li:hover {
	background-color: #6252a6;
}

.list_paging li:hover a {
	color: #fff;
}

.list_paging li.disabled {
	color: #666;
	background-color: #ededed;
	border: 1px solid #ededed;
	cursor: not-allowed;
}

.list_paging li.active {
	color: #fff;
	background-color: #6252a6;
}

/* .selecteds{
	border: none;
	color: #FFFFFF !important;
	background-color: #444786;
} */
/*详情页*/
.parts {
	width: 100%;
}

.parts_box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
}

.parts_left {
	float: left;
	width: 300px;
	height: 415px;
}

.parts_right {
	float: left;
	width: 610px;
	margin-left: 70px;
}

.parts_left img {
	width: 300px;
	height: 360px;
}

.parts_right h5 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 20px;
	color: #333333;
}

.parts_right p {
	font-size: 16px;
	line-height: 32px;
	color: #888888;
}

.parts_right span {
	color: #333333;
}

.parts_cance {
	width: 596px;
	height: 76px;
	margin: 10px 0px;
	padding: 5px 0px 5px 10px;
	background-color: #f3f3f3;
}

.parts_cance p {
	font-size: 18px;
	color: #ee0f0f;
}

.parts_cance span {
	width: 60px;
	display: inline-block;
	font-size: 16px;
	color: #333333;
}

.parts_but input {
	width: 144px;
	height: 42px;
	margin-top: 30px;
}

.parts_but .wenti {
	background-color: #FFFFFF;
	border: 2px solid #ee0f0f;
	border-radius: 5px;
	font-size: 20px;
	color: #ee0f0f;
	letter-spacing: 1px;
}

.parts_but .goumai {
	background-color: #ee0f0f;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: 1px;
	border: none;
	margin-left: 80px;
}

.parts_con {
	width: 1200px;
	margin: 0 auto;
	border: 1px solid #dedede;
}

.parts_ul {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
}

.parts_ul li {
	float: left;
	margin: 0px 30px;
	font-size: 20px;
	line-height: 40px;
	color: #333333;
	cursor: pointer;
}

.parts_con img {
	display: block;
	margin: 0 auto;
	/* padding-top: 20px; */
}

/*新闻*/
.news {
	width: 100%;
	background-color: #fcfcfc;
	padding-bottom: 30px;
}

.news_box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.news_tit span {
	cursor: pointer;
	line-height: 30px;
}

.news_left {
	float: left;
	width: 720px;
	margin-top: 20px;
	background-color: #FFFFFF;
}

.news_boxcontent {
	width: 1200px;
}

.news_ul {
	overflow: hidden;
	border-bottom: 1px solid #dedede;
}

.news_ul li {
	float: left;
	color: #333333;
	margin: 0 5px 0 10px;
	cursor: pointer;
}

.news_ul li span {
	display: inline-block;
	font-size: 18px;
	line-height: 36px;
}

.action {
	font-size: 18px;
	color: #444786;
	border-bottom: 1px solid #444786;
}

.news_con {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 25px 0px;
	padding-bottom: 25px;
	padding-left: 10px;
	border-bottom: 1px dashed #dedede;
}

.news_con:last-child {
	border-bottom: none;
}

.news_con img {
	display: block;
	float: left;
	width: 210px;
	height: 157px;
}

.news_shuom {
	display: block;
	float: left;
	width: 460px;
	margin-left: 20px;
}

.news_shuom h3 {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.news_shuom p {
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
}

.news_shuom input {
	width: 102px;
	height: 30px;
	background-color: #FFFFFF;
	font-size: 16px;
	color: #444786;
	border: 1px solid #444786;
	border-radius: 5px;
	margin-top: 20px;
}

.news_act {
	display: none;
}

/*专利推荐*/
.news_right {
	float: right;
	width: 450px;
	margin-top: 20px;
	background-color: #FFFFFF;
	padding: 10px;
}

.news_right h3 {
	font-size: 18px;
	color: #333333;
}

.news_con1 {
	margin: 25px 0px;
	padding-bottom: 25px;
	padding-left: 10px;
	border-bottom: 1px dashed #dedede;
}

.news_con1 img {
	display: inline-block;
	width: 93px;
	height: 111px;
}

.news_shuom1 {
	width: 300px;
	margin-left: 20px;
	display: inline-block;
}

.news_shuom1 h3 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.news_shuom1 p {
	font-size: 14px;
	color: #888888;
	margin-top: 20px;
}

.news_shuom1 span {
	display: block;
	width: 80px;
	height: 26px;
	float: left;
	font-size: 24px;
	color: #ee0f0f;
	font-weight: bold;
	margin-top: 20px;
}

.news_shuom1 input {
	width: 74px;
	height: 26px;
	background-color: #ee0f0f;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 5px;
	margin-top: 20px;
	border: none;
	float: right;
}

/*新闻详情*/
.guangg {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
}

.guangg h3 {
	font-size: 18px;
	line-height: 45px;
	color: #333333;
	text-align: center;
}

.guangg p {
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	text-align: center;
	padding-bottom: 10px;
}

.guangg_con {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px 40px 0px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px dashed #dedede;
}

.guangg_con p {
	text-indent: 2em;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}

.guangg_con img {
	width: 441px;
	height: 292px;
	display: block;
	margin: 10px auto;
}

.news_up {
	width: 640px;
	margin: 0 auto;
	border-bottom: 1px dashed #dedede;
	padding: 10px 0;
}

.news_up li {
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
}

.xiangg {
	width: 640px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
}

.xiangg h3 {
	border-bottom: 2px solid #dedede;
	font-size: 16px;
	line-height: 40px;
	color: #333333;
}

.xiangg li {
	width: 312px;
	float: left;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}

.xiangg p {
	width: 64px;
}

.demo {
	position: relative;
	text-decoration: none;
}

.demo:before {
	content: "";
	position: absolute;
	left: 0%;
	bottom: -2px;
	width: 64px;
	height: 2px;
	background: #444786;
}

/*公司介绍*/
.intros {
	width: 100%;
}

.inters_box {
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0px;
}

.inters_one img {
	display: block;
	margin: 0 auto;
}

.inters_one p {
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}

.inters_ul {
	overflow: hidden;
}

.inters_ul li {
	float: left;
	width: 222px;
	margin: 10px 72px;
}

.inters_ul li img {
	text-align: center;
}

.inters_ul li h4 {
	text-align: center;
	font-size: 24px;
	color: #333333;
}

.inters_ul li p {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	margin: 10px 0px;
}

.inters_two img {
	display: block;
	margin: 10px auto;
}

.inters2_ul {
	overflow: hidden;
}

.inters2_ul li {
	float: left;
	width: 428px;
	margin: 10px 60px;
}

.inters2_ul li h4 {
	text-align: center;
	font-size: 24px;
	line-height: 46px;
	color: #333333;
}

.inters2_ul li p {
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.inters_three img {
	display: block;
	margin: 20px auto;
}

.inters_three p {
	text-align: center;
	font-size: 16px;
	color: #333333;
}

.mytime {
	width: 100%;
}

/*联系我们*/
.contactus {
	width: 100%;
}

.contactus_box {
	width: 1200px;
	margin: 0 auto;
}

.contactus_box .imgandintro {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	overflow: hidden;
}

.contactus_box .imgandintro .leftimg {
	width: 470px;
	float: left;
}

.contactus_box .imgandintro .leftimg img {
	max-width: 100%;
}

.contactus_box .imgandintro .rightintro {
	width: 700px;
	padding-left: 36px;
	float: left;
}

.contactus_box .imgandintro .rightintro h3 {
	line-height: 1.8;
}

.contactus_box .imgandintro .rightintro p {
	margin-top: 10px;
	line-height: 1.8;
}

.contact_tit {
	display: block;
	margin: 50px auto;
}

.contactus_ul {
	overflow: hidden;
}

.contactus_ul li {
	width: 266px;
	height: 220px;
	box-shadow: 0px 0px 10px 5px #ededed;
	float: left;
	margin: 17px;
	text-align: center;
	padding: 30px 0px;
}

.contactus_ul li h3 {
	font-size: 22px;
	line-height: 60px;
	color: #444786;
}

/*招贤纳士*/
.joinus {
	width: 100%;
}

.joinus_box {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.joinus_tit {
	display: block;
	margin: 50px auto;
}

.joinus_ul {
	width: 1200px;
	margin: 0 auto;
}

.joinus_ul li {
	width: 1200px;
	height: 450px;
	border: 1px solid #dedede;
	overflow: hidden;
}

.joinus_left {
	float: left;
	width: 248px;
	height: 450px;
	border-right: 1px solid #dedede;
}

.joinus_right {
	float: left;
	width: 950px;
	height: 450px;
	padding: 20px;
}

.joinus_left {
	text-align: center;
	padding-top: 110px;
}

.joinus_left img {
	width: 130px;
	height: 130px;
}

.joinus_left h3 {
	text-align: center;
	font-size: 30px;
	color: #333333;
	margin-top: 10px;
}

.joinus_left p {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	color: #cccccc;
}

.daiyu {
	overflow: hidden;
}

.daiyu p {
	float: left;
	width: 180px;
	margin-right: 45px;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}

.joinus_right h3 {
	font-size: 14px;
	line-height: 40px;
	color: #333333;
}

.joinus_right p {
	font-size: 14px;
	line-height: 28px;
	color: #333333;
}

.pagination {
	text-align: center;
	font-size: 0;
}

.pagination li {
	display: inline-block;
}

.pagination a,
.pagination span {
	display: inline-block;
	margin-left: 10px;
	min-width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	overflow: hidden;
}

.pagination a {
	background-color: #fff;
}

.pagination span {
	color: #fff;
	background-color: #444786;
	border: 1px solid #444786;
}

.pagination a.prev,
.pagination a.next {
	width: 68px;
}

.pagination a.current {
	color: #fff;
	border-color: #21bad4;
	background-color: #21bad4;
}

.pagination a.disabled,
.pagination a.disabled:hover {
	color: #dcdcdc;
	background-color: #f8f8f8;
}

/* 2018.5.31 add */
.screenbox {
	width: 1200px;
	height: auto;
	margin: 20px auto;
	padding: 10px 20px;
	overflow: hidden;
	background-color: #fff;
}

.mark-row {
	position: relative;
}

.mark-row .head {
	position: absolute;
	left: 0;
	top: 0;
}

.mark-row .head h4 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	line-height: 48px;
}

.mark-row .body {
	height: 45px;
	overflow: hidden;
	padding: 0 126px 7px 90px;
	border-bottom: 1px dashed #dedede;
}

.mark-row-fl .body .items-line {
	padding: 4px 0 18px 8px;
	border: 1px solid #dedede;
}

.mark-row .lastbody {
	border-bottom: none;
}

.mark-row .body .items-line .whole {
	width: 30px;
	float: left;
	font-size: 14px;
	line-height: 48px;
	margin-right: 18px;
	color: #333;
}

.mark-row .body .items-line .items-class {
	padding-left: 46px;
}

.mark-row .body .items-line .items-class li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 14px;
	font-size: 14px;
	line-height: 48px;
}

.mark-row .body .items-line .items-class li a {
	display: inline-block;
	color: #333;
	text-decoration: none;
}

.mark-row .body .items-line .items-class li a:focus {
	text-decoration: none;
	outline: none;
}

.mark-row .body .items-line .items-class li a:hover {
	color: #444786;
}

.mark-row .body .items-line .items-class li .icon-btn-check-small {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background: url('../img/product-nocheck.png') center no-repeat;
}

.mark-row .body .items-line .items-class li .icon-hover .icon-btn-check-small {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background: url('../img/product-check.png') center no-repeat;
}

.mark-row-fl .body {
	height: auto;
	padding-right: 0;
	border-bottom: 0;
}

.mark-row-fl .body .items-line .items-class {
	padding-left: 0;
}

.all-selected-btn {
	margin-top: 12px;
	text-align: center;
}

.all-selected-btn .sure,
.all-selected-btn .cancel {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 4px;
}

.all-selected-btn .sure {
	color: #fff;
	background-color: #444786;
}

.all-selected-btn .cancel {
	margin-left: 20px;
	color: #333;
	background-color: #e6e6e6;
}






.mark-row .foot {
	position: absolute;
	right: 0;
	top: 12px;
}

.mark-row .foot .samea {
	display: inline-block;
	width: 48px;
	height: 24px;
	line-height: 22px;
	font-size: 12px;
	padding-left: 6px;
	color: #888;
	border: 1px solid #e6e6e6;
}

.mark-row .foot .hide {
	display: none;
}

.mark-row .foot .mored {
	margin-right: 10px;
	background: url('../img/more-icon.png') 33px center no-repeat;
}

.mark-row .foot .mores {
	margin-right: 10px;
	background: url('../img/shouqi-icon.png') 33px center no-repeat;
}

.mark-row .foot .multi {
	background: url('../img/add-icon.png') 33px center no-repeat;
}

.mark-row .body .items-line .custom-price {
	height: 48px;
	float: left;
}

.mark-row .body .items-line .custom-price .custom {
	display: inline-block;
	margin-right: 16px;
	line-height: 48px;
	font-size: 14px;
	color: #333;
}

.mark-row .body .items-line .custom-price .price-left {
	display: inline-block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #c8c8c8;
	border-radius: 4px;
}

.mark-row .body .items-line .custom-price .price-left i {
	position: relative;
	left: 2px;
	font-size: 14px;
	color: #c8c8c8;
}

.mark-row .body .items-line .custom-price .price-left .money {
	position: relative;
	top: -1px;
	width: 58px;
	height: 22px;
	outline: none;
	border: none;
}

.mark-row .body .items-line .custom-price .to {
	display: inline-block;
	padding: 0 4px;
	color: #c8c8c8;
	line-height: 48px;
}

.mark-row .body .items-line .custom-price .price-sure {
	position: relative;
	top: -1px;
	display: inline-block;
	height: 26px;
	padding: 0 12px;
	margin-left: 16px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #6252a6;
	border-radius: 4px;
}

.selectedconditions .body .items-line .items-class {
	padding-left: 0;
}

.selectedconditions .body .items-line .items-class li:first-child {
	padding-left: 0;
}

.selectedconditions .body .items-line .items-class li a {
	position: relative;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 26px;
	color: #fff;
	background-color: #444786;
	border-radius: 4px;
}

.selectedconditions .body .items-line .items-class li a:after {
	content: '';
	display: block;
	position: absolute;
	right: 8px;
	top: 50%;
	width: 10px;
	height: 10px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	font-size: 14px;
	background: url('../img/item-close.png') center center no-repeat;
}

.selectedconditions .body .items-line .items-class li a:hover {
	color: #fff;
	background-color: #2d3069;
}

/* 新闻页分类导航 */
.newstype {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.newstype li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.newstype li a {
	display: block;
	padding: 6px 14px;
	color: #333;
	background-color: #f1f1f1;
	border-radius: 2px;
}

.newstype li.active a {
	color: #fff;
	background-color: #444786;
}

/* 2018.6.22 add */
.pro-intro-box {
	width: 1132px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}

.pro-intro-box h3 {
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 22px;
	border-left: 4px solid #444786;
}

.pro-intro-box p {
	line-height: 1.6;
}

span.classify {
	margin-right: 10px;
}

.min-h {
	min-height: 400px;
}

.delete-btn a.js-ajax-submit-reload {
	color: #3399ff;
}

/* 商城专利改版 */
.edit-invent,
.edit-invent li {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	overflow: hidden;
}

.edit-invent li {
	position: relative;
	top: 0;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #fff;
	border-bottom: 2px solid #dedede;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	box-shadow: 0;
}

.edit-invent li:hover {
	position: relative;
	top: -8px;
	box-shadow: 0 2px 10px 0 #ddd;
}

.edit-invent li h2 {
	margin-top: 4px;
	margin-bottom: 12px;
	font-size: 18px;
}

.edit-invent li h2 small {
	position: relative;
	top: -1px;
	font-size: 16px;
	color: #666;
}

.edit-invent li h2 span {
	display: inline-block;
	margin-left: 6px;
}

.edit-invent li .leftinfo {
	width: 88%;
	float: left;
}

.edit-invent li .rightbuy {
	width: 12%;
	float: left;
	text-align: center;
}

.edit-invent li .rightbuy a {
	display: inline-block;
	margin-top: 4%;
	padding: 4px 10px;
	font-size: 16px;
	color: #ee0f0f;
	border: 1px solid #ee0f0f;
	border-radius: 4px;
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
}

.edit-invent li .rightbuy a:hover {
	color: #fff;
	background-color: #ee0f0f;
}

.edit-invent li .leftinfo .description {
	display: -webkit-box;
	height: 46px;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
}

.edit-invent li .leftinfo .patentinfo {
	width: 100%;
	margin-top: 4px;
	margin-bottom: 10px;
}

.edit-invent li .leftinfo .patentinfo>span {
	display: inline-block;
	width: 19%;
}

.edit-invent li .leftinfo .patentinfo .price {
	color: #ee0f0f;
	font-size: 18px;
}

.edit-invent li .leftinfo .patentinfo>span.price span {
	color: #ee0f0f;
	font-weight: bold;
	font-size: 18px;
}

.query_class span {
	margin-left: 50px;
	margin-top: 2px;
	display: inline-block;
}

.query_class select {
	border: 1px solid #ccc;
	width: 60px !important;
	height: 24px;
	margin-left: 10px;
}

.query_class input {
	border: 1px solid #999;
	padding: 3px;
}

.loading {
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.loading_img {
	position: absolute;
	width: 10%;
	height: auto;
	top: 300px;
	left: 730px;
}

.nav_right {
	width: 67px;
	height: 244px;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 5;
}

.nav_right ul li {
	width: 67px;
	height: 61px;
}

.nav_right ul li:nth-child(1) {
	background: url(../img/im_01.png);
}

.nav_right ul li:nth-child(2) {
	background: url(../img/im_03.png);
}

.nav_right ul li:nth-child(3) {
	background: url(../img/im_04.png);
	position: relative;
}

.nav_right ul li:nth-child(3) img {
	width: 174px;
	height: 174px;
	position: absolute;
	top: 0;
	right: 67px;
	z-index: 5;
	display: none;
}

.nav_right ul li:nth-child(4) {
	background: url(../img/im_05.png);
}

.nav_right ul li a {
	display: block;
	width: 100%;
	height: 100%;
}