@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "微软雅黑";
	color: #333;
	-webkit-text-size-adjust: none;
	min-width: 1200px;
	overflow-x: hidden;
	outline: none;
}

ul,
h2,
h3,
p,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

li {
	list-style: none;
}

img {
	border: none;
}


.clear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}

/*清除浮动代码*/
.clearfloat:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.clearfloat {
	zoom: 1
}

.fc,
.fc a {
	color: #e70010;
}

.hidden {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*头部*/
#header {
	width: 1200px;
	position: relative;
	height: 98px;
	z-index: 9999;
	margin: 0 auto;
}

#top {
	width: 1200px;
	height: 36px;
	line-height: 36px;
	color: #aaa;
	margin: 0 auto;
	position: relative;
}

#top p {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	width: 660px;
}

#top p strong {
	color: #ff9000;
	font-weight: normal;
}

#top p a {
	padding: 0 10px;
}


#top a {
	color: #aaa;
}

#top2 {
	width: 1200px;
	height: 62px;
}

#top2 #logo {
	float: left;
	padding-top: 8px;
}

#top #logo img {
	width: 184px;
	height: 58px;
	overflow: hidden;
}

#nav {
	width: 750px;
	float: right;
	line-height: 62px;
	height: 62px;
}

#nav li {
	float: left;
	color: #EAEAEA;
}

#nav li a {
	padding: 0 25px;
	font-size: 16px;
}

#nav li.active a {
	color: #128bed;
}

#nav li:nth-last-of-type(1) a {
	padding-right: 0;
}

.index_search {
	width: 100%;
	background: url(../images/bg.jpg) no-repeat center top;
	height: 600px;
}

.index_search .img {
	width: 1200px;
	margin: 0 auto;
	padding-top: 105px;
	height: 136px;
	text-align: center;
}

.index_search .text {
	height: 35px;
	line-height: 35px;
	background: url(../images/line.png) no-repeat center center;
	text-align: center;
	font-size: 35px;
	color: #fff;
}

.form_sum {
	width: 1068px;
	height: 52px;
	color: #fff;
	margin: 76px auto 0 auto;
	padding: 105px 0 0 132px;
	position: relative;
	font-size: 16px;
}

.form_sum_tit {
	position: absolute;
	top: 0;
	left: 132px;
	height: 51px;
}

.form_sum_tit .sd01 {
	width: 154px;
	height: 47px;
	float: left;
	cursor: pointer;
	font-size: 18px;
	background: url(../images/ico3.png) no-repeat;
	font-weight: bold;
	color: #128bed;
	text-align: center;
	line-height: 41px;
}

.form_sum_tit .sd02 {
	width: 154px;
	color: #fff;
	cursor: pointer;
	height: 47px;
	float: left;
	text-align: center;
	line-height: 41px;
	font-size: 18px;
}

.form_sum p {
	line-height: 52px;
	position: relative;
}

.form_sum p span {
	position: absolute;
	top: 0;
	left: 769px;
}

.form_sum p span a {
	font-size: 16px;
	color: #fff;
	padding-right: 30px;
}

.form_sum .input {
	position: absolute;
	top: 51px;
	left: 132px;
	width: 765px;
	height: 54px;
	background: #fff;
	border: none;
	font-size: 18px;
	font-family: "微软雅黑";
	color: #aaa9a9;
	outline: none;
	padding-left: 24px;
	border-radius: 6px 0 0 6px;
}

.form_sum .search-btn {
	position: absolute;
	top: 51px;
	left: 921px;
	border: none;
	cursor: pointer;
}

.form_sum .mar_l {
	margin-left: 40px;
}

.public_width {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.public_width h2 {
	height: 111px;
	line-height: 111px;
	text-align: center;
	position: relative;
}

.public_width h2 em {
	position: absolute;
	left: 0;
	line-height: 18px;
	z-index: 9999;
	bottom: 5px;
	width: 100%;
	text-align: center;
	font-style: normal;
	color: #999;
	font-size: 18px;
}

.public_width h2:before {
	position: absolute;
	top: 55px;
	left: 0;
	width: 1200px;
	height: 1px;
	background: #EAEAEA;
	content: "";
}

.public_width h2 span {
	display: inline-block;
	padding: 0 30px;
	background: #fff;
	color: #666;
	position: relative;
	z-index: 9998;
	font-size: 32px;
	font-weight: normal;
}

.public_width h3 {
	height: 68px;
	line-height: 68px;
	margin-top: 28px;
	position: relative;
	text-indent: 28px;
	font-size: 26px;
}

.public_width h3:before {
	position: absolute;
	top: 22px;
	left: 0;
	width: 7px;
	height: 26px;
	content: "";
	background: #128BED;
}

.index_pad {
	padding-top: 12px;
}

.index_pad2 {
	padding-bottom: 50px;
}

.index_zhuce {
	width: 410px;
	float: left;
	margin-top: 20px;
}

.index_zhuce dl {
	width: 378px;
	height: 396px;
	position: relative;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	border: 1px solid #EDEDED;
}

.index_zhuce dl .new {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/home_ic_new.png) no-repeat;
	width: 64px;
	height: 64px;
}

.index_zhuce dt {
	width: 338px;
	padding-top: 24px;
	border-bottom: 1px solid #EDEDED;
	margin: 0 auto 8px auto;
	height: 149px;
	line-height: 52px;
	font-size: 23px;
	text-align: center;
}

.index_zhuce dt img {
	width: 90px;
	height: 90px;
	display: block;
	margin: 0 auto 7px auto;
}

.index_zhuce dd {
	height: 28px;
	line-height: 28px;
	text-indent: 40px;
	color: #888;
	font-size: 12px;
}

.index_zhuce dl:hover {
	border: 1px solid #E47474;
	box-shadow: 0 0 5px #E47474;
}

.index_zhuce:nth-of-type(3) {
	width: 380px;
}

.index_zhuce dl .dl_text {
	position: absolute;
	left: 0;
	bottom: 67px;
	width: 100%;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
}

.index_zhuce dl .dl_text span {
	color: #E2383A;
	font-size: 32px;
	font-weight: bold
}

.index_zhuce dl .dl_btn {
	position: absolute;
	left: 100px;
	bottom: 25px;
	width: 178px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #E3E3E3;
}

.index_zhuce dl:hover .dl_btn {
	border: 1px solid #E2383A;
	background: #E2383A;
	color: #fff;
}

.index_zhuce dl:hover .dl_btn a {
	color: #fff;
}

/*新闻动态*/
.index_news {
	width: 415px;
	float: left;
	margin: 0 0 50px 0;
}

.index_news img {
	display: block;
	width: 370px;
	height: 166px;
	margin-bottom: 18px;
	overflow: hidden;
}

.index_news span a {
	width: 108px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #128BED;
	margin-top: 6px;
	font-size: 14px;
	display: block;
	border: 1px solid #128BED;
}

.index_news li {
	width: 270px;
	height: 40px;
	padding-right: 100px;
	overflow: hidden;
	line-height: 40px;
	color: #aaa;
	position: relative;
}

.index_news li a {
	font-size: 16px;
}

.index_news:nth-of-type(3) {
	width: 370px;
}

.index_news li span {
	position: absolute;
	top: 0;
	right: 0;
	color: #aaa;
}

/*商标服务*/
.index_shangbiao1 {
	margin-top: 15px;
	background: url(../images/trademarkservice_01.png) no-repeat;
	width: 285px;
	height: 360px;
	float: left; 
	position: relative;
}

.index_shangbiao1 strong {
	height: 46px;
	display: block;
	line-height: 46px;
	padding: 44px 0 14px 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.index_shangbiao1 ul {
	margin-bottom: 25px;
}

.index_shangbiao1 li {
	line-height: 32px;
	color: #fff;
	text-indent: 50px; 
	font-size: 14px;
}

.index_shangbiao1 p {
	line-height: 35px;
	color: #fff;
	padding-left: 50px;
}

.index_shangbiao1 p:nth-of-type(3) {
	margin-top: 6px;
}

.index_shangbiao1 p a {
	color: #fff;
}

.peimg2 { 
	position: absolute;
    bottom: 19px;
    right: 12px;

}

.index_shangbiao2 {
	width: 610px;
	padding-left: 15px;
	float: left;
}

.index_shangbiao2 dl {
	width: 290px;
	height: 172px;
	background: #fff;
	float: left;
	margin: 15px 15px 0 0;
	background: #fff;
	box-shadow: 0 0 10px #EFEFEF;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.index_shangbiao2 dt {
	width: 142px;
	float: left;
	text-align: center;
	padding-top: 42px;
}

.index_shangbiao2 dt img {
	width: 86px;
	height: 86px;
	overflow: hidden;
}

.index_shangbiao2 dd {
	width: 148px;
	float: right;
	padding-top: 44px;
	line-height: 34px;
	color: #999;
}

.index_shangbiao2 dd strong {
	line-height: 44px;
	display: block;
	font-weight: normal;
	font-size: 20px;
	color: #333;
}

.index_shangbiao3 {
	width: 280px;
	float: right;
	height: 360px;
	margin-top: 15px;
	background: #fff;
	box-shadow: 0 0 10px #EFEFEF;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.index_shangbiao3 dt {
	width: 86px;
	height: 86px;
	margin: 0 auto 30px auto;
	padding-top: 70px;
	overflow: hidden;
}

.index_shangbiao3 dd {
	line-height: 42px;
	text-align: center;
	color: #999;
}

.index_shangbiao3 dd:nth-of-type(1) {
	line-height: 50px;
	font-size: 20px;
	color: #333;
}

/*专利报务*/
.index_zhuanli {
	background: #F7F7F7;
}

.index_zhuanli h2 span {
	background: #F7F7F7;
}

.index_zhuanli_block1 {
	margin: 9px 0 20px 0;
	float: left;
	width: 405px;
}

.index_zhuanli_block1 dl {
	width: 365px;
	height: 280px;
	padding: 10px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 10px #EFEFEF;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.index_zhuanli_block1 dl:hover,
.index_zhuanli_block2:hover,
.index_shangbiao2 dl:hover,
.index_shangbiao3:hover {
	transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	box-shadow: 0 0 10px #DCDBDB;
}

.index_zhuanli_block1:nth-of-type(1) dl:before {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 365px;
	height: 280px;
	background: #FCF7F7 url(../images/trs_sprites_03-03.png) no-repeat 235px 15px;
	content: "";
}

.index_zhuanli_block1:nth-of-type(2) dl:before {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 365px;
	height: 280px;
	background: #fff url(../images/trs_sprites_03-06.png) no-repeat 235px 15px;
	content: "";
}

.index_zhuanli_block1:nth-of-type(3) dl:before {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 365px;
	height: 280px;
	background: #F7FBFF url(../images/trs_sprites_03-09.png) no-repeat 235px 15px;
	content: "";
}

.index_zhuanli_block1 dt {
	line-height: 32px;
	width: 306px;
	position: relative;
	z-index: 9999;
	font-size: 18px;
	margin: 0 auto;
	padding-top: 12px;
}

.index_zhuanli_block1 dd {
	line-height: 32px;
	width: 306px;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
	color: #999;
}

.index_zhuanli_block1 dd a {
	font-size: 13px;
	color: #999;
	padding: 0 8px;
}

.index_zhuanli_block1 dd a:nth-of-type(1) {
	padding-left: 0;
}

.index_zhuanli_block1 dt:nth-of-type(1) {
	padding-top: 22px;
	line-height: 38px;
	font-size: 21px;
}

.index_zhuanli_block1:nth-of-type(3) {
	width: 385px;
}

.index_zhuanli_block1 p {
	position: absolute;
	color: #999;
	font-size: 13px;
	left: 0;
	width: 100%;
	bottom: 16px;
	line-height: 64px;
	text-align: center;
}

.index_zhuanli_block1 p span,
.index_zhuanli_block2 .dl1 dd span,
.index_shangbiao3 dd span,
.index_shangbiao2 dd span {
	font-size: 24px;
	color: #E2383A;
}

.index_zhuanli_block2 {
	width: 775px;
	background: #fff;
	height: 160px;
	float: left;
	position: relative;
	padding: 10px;
	box-shadow: 0 0 10px #EFEFEF;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	margin-bottom: 52px;
}

.index_zhuanli_block2:before {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 770px;
	height: 160px;
	background: #FFFAF7;
	content: "";
}

.index_zhuanli_block2 .dl1 {
	width: 342px;
	height: 152px;
	margin-top: 6px;
	box-sizing: border-box;
	padding-left: 146px;
	background: url(../images/trs_sprites_03-11.png) no-repeat 40px center;
	float: left;
	border-right: 1px dashed #E6E6E6;
	position: relative;
	z-index: 9999;
}

.index_zhuanli_block2 .dl1 dt {
	line-height: 32px;
	padding-top: 25px;
	font-size: 20px;
}

.index_zhuanli_block2 .dl1 dd {
	line-height: 40px;
	color: #999;
}

.index_zhuanli_block2 .dl2 {
	width: 250px;
	padding-left: 60px;
	float: left;
	margin-top: 28px;
	position: relative;
	z-index: 9999;
}

.index_zhuanli_block2 .dl2 dt {
	line-height: 48px;
	font-size: 20px;
}

.index_zhuanli_block2 .dl2 dd {
	line-height: 20px;
	color: #999;
	font-size: 12px;
}

.index_zhuanli_block3 {
	width: 387px;
	height: 180px;
	margin-bottom: 52px;
	float: right;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	position: relative;
	padding-top: 30px;
	box-sizing: border-box;
	background: url(../images/trademarkservice_06.png) no-repeat;
}

.index_zhuanli_block3 p {
	line-height: 44px;
	text-indent: 60px;
	color: #fff;
}

.index_zhuanli_block3 p span {
	font-size: 24px;
}

.index_zhuanli_block3 p img {
	position: relative;
	top: 15px;
	margin-left: 50px;
}

.index_zhuanli_block3:hover {
	transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
}

/*版权服务*/
.index_banquan {
	width: 1200px;
	margin: 10px auto 0 auto;
	height: 460px;
	box-sizing: border-box;
	padding: 42px 0 0 278px;
	position: relative;
	background: url(../images/trademarkservice_07.png) no-repeat;
}

.index_banquan .index_banquan_left {
	position: absolute;
	top: 66px;
	left: 64px;
}

.index_banquan .index_banquan_left h4 {
	height: 68px;
	line-height: 68px;
	font-size: 34px;
	color: #fff;
	margin-bottom: 15px;
	position: relative;
}

.index_banquan .index_banquan_left h4:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 2px;
	background: #fff;
	content: "";
}

.index_banquan .index_banquan_left li {
	height: 36px;
	line-height: 36px;
	color: #fff;
}

.index_banquan .index_banquan_left span {
	width: 140px;
	height: 37px;
	line-height: 37px;
	background: #FF842B;
	border-radius: 4px;
	display: block;
	margin-top: 48px;
	text-align: center;
}

.index_banquan .index_banquan_left span a {
	font-size: 14px;
	color: #fff;
}

.index_banquan .index_banquan_block {
	width: 280px;
	height: 370px;
	background: #fff;
	float: left;
	padding-top: 10px;
	margin-right: 10px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.index_banquan .index_banquan_block:hover {
	transform: translate(0, -5px);
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
}

.index_banquan .index_banquan_block .dl1 {
	width: 260px;
	height: 260px;
	background: #F6F6F6;
	margin: 0 auto;
}

.index_banquan .index_banquan_block .dl1 dt {
	width: 100px;
	height: 100px;
	overflow: hidden;
	padding: 27px 0 20px 0;
	margin: 0 auto;
}

.index_banquan .index_banquan_block .dl1 dd {
	text-align: center;
	line-height: 27px;
	color: #808080;
}

.index_banquan .index_banquan_block .dl1 dd span {
	font-size: 24px;
	color: #E2383A;
}

.index_banquan .index_banquan_block .dl1 dd:nth-of-type(1) {
	color: #333;
	line-height: 58px;
	font-size: 24px;
}

.index_banquan .index_banquan_block .dl2 {
	width: 236px;
	margin: 0 auto;
}

.index_banquan .index_banquan_block .dl2 dt {
	margin-top: 6px;
	font-size: 15px;
	line-height: 38px;
	text-indent: 8px;
}

.index_banquan .index_banquan_block .dl2 dd {
	line-height: 26px;
	color: #999999;
}

.index_banquan .index_banquan_block .dl2 dd a {
	font-size: 12px;
	color: #999999;
	padding: 0 8px;
}

/*友情链接*/
#link {
	width: 100%;
	background: #F7F7F7;
	padding: 12px 0 40px 0;
}

#link .public_width h2 span {
	background: #F7F7F7;
}

#link ul {
	width: 1200px;
	margin: 0 auto;
}

#link li {
	width: 202px;
	float: left;
	margin-bottom: 10px;
}

#link li:nth-of-type(6n) {
	width: 190px;
}

/*底部*/
.bottom_img {
	background: #323B46;
	width: 100%;
}

.bottom_img ul {
	width: 1200px;
	height: 75px;
	padding-top: 25px;
	margin: 0 auto;
}

.bottom_img li {
	width: 300px;
	height: 75px;
	float: left;
	line-height: 20px;
	color: #8fa0b3;
	font-size: 12px;
	padding-left: 58px;
	box-sizing: border-box;
	position: relative;
}

.bottom_img li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.bottom_img li strong {
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	display: block;
	font-size: 16px;
	color: #fff;
}

#footer {
	height: 237px;
	background: #2C343D;
	color: #8fa0b3;
	padding-top: 33px;
}

#footer p {
	width: 870px;
	line-height: 30px;
}

#footer p a {
	color: #8fa0b3;
	padding: 0 10px;
}

#footer p:nth-of-type(1) {
	line-height: 34px;
}

#footer p:nth-of-type(1) a {
	font-size: 16px;
	color: #fff;
	padding: 0 30px;
}

#footer p a:nth-of-type(1) {
	padding-left: 0;
}

#footer p:nth-of-type(2) {
	line-height: 56px;
}

.foot_dl {
	width: 276px;
	position: absolute;
	top: 56px;
	right: 0;
}

.foot_dl dl {
	width: 138px;
	float: left;
}

.foot_dl dt {
	width: 117px;
	height: 117px;
	padding-left: 21px;
	overflow: hidden;
}

.foot_dl dd {
	line-height: 34px;
	font-size: 12px;
	text-align: right;
}







/* 

=========================================================================*/


/*全局样式*/

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*原文件配置*/


.w1200 {
	width: 1200px;
	margin: 0 auto;
}

/*最小宽度1200px是为了适应移动端预览*/
a {
	color: #000;
}

input {
	outline: none;
}

input,
textarea {
	outline: none;
}

/*按钮专用 end*/
.btn_com {
	display: inline-block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	background: #417be7;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}

.btn_com:hover {
	color: #128bed;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.input_com {
	border: 2px solid #0099d9;
	padding: 8px 10px;
	font-size: 16px;
	line-height: 16px;
}



/*块级转化*/
.di_in {
	display: inline-block;
}

.di_no {
	display: none;
}

.di_bl {
	display: block;
}

/*原文件配置  end*/



/* 到顶部间距 */
.mt0 {
	margin-top: 0px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 50px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}



/* 到左边间距 */

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 25px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 35px;
}

.ml45 {
	margin-left: 35px;
}

.ml50 {
	margin-left: 50px;
}

/* 字体大小 */

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font24 {
	font-size: 24px;
}

.font26 {
	font-size: 26px;
}

.font28 {
	font-size: 28px;
}

.font30 {
	font-size: 30px;
}

/*纵向居中*/
.v_middle {
	vertical-align: middle;
}

/*横向居中*/
.te-align {
	text-align: center;
}

/*相对定位*/
.p_r {
	position: relative;
}

.p_a {
	position: absolute;
}

/* 白色背景 */
.bgfff {
	background: #fff;
}


i,
em {
	font-style: normal;
}

img {
	vertical-align: middle;
	/*     max-width: 100%; */
}





/*全局样式 end*/



.banner {
	width: 100%;
}

.banner img {

}

/* Product details  */


.before-one {
	background: #f5f5f5;
	height: 60px;
	line-height: 60px;
}

.before-one a {
	vertical-align: top;
	color: #666666;
}

.before-one p {
	font-size: 12px;
	color: #666666;
	line-height: 55px;

}

.before-one i {
	font-family: "宋体";
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
}

.before-one p a:hover {
	color: #128bed;
}

.product-magin {
	margin-top: 29px;
}

.produ-left {
	width: 181px;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.produ-left .duct-item {
	border-bottom: 1px solid #e6e6e6;
}

.produ-left .duct-item:last-child {
	border-bottom: none;
}

.produ-left .title {
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	padding-left: 38px;
	position: relative;
}

.produ-left .duct-item:hover .title {
	cursor: pointer;
}

.tit1 {
	background: #f7f7f7 url(../images/linicon03.png) no-repeat 6% 50%;
}

.tit2 {
	background: #f7f7f7 url(../images/linicon10.png) no-repeat 6% 50%;
}

.tit3 {
	background: #f7f7f7 url(../images/linicon13.png) no-repeat 6% 50%;
}

.produ-left .title::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 7px;
	border-style: solid;
	border-color: #cccccc transparent transparent transparent;
	margin-top: 16px;
	right: 15px;
}

.duct-item li a {
	display: block;
	padding-left: 38px;
	height: 40px;
	line-height: 40px;
	color: #666666;
	font-size: 16px;
}

.duct-item>ul {
	padding-top: 7px;
	padding-bottom: 7px;
	display: none;
}

.duct-item li {
	border-left: 5px solid transparent;
}

.duct-item li:hover {
	background: #f2f2f2;
}

.duct-item li.on {
	border-left: 5px solid #ff9000;
	background: #f2f2f2;
}

.produ-right {
	width: 997px;
}

.prht-header .title {
	height: 199px;
	background: url(../images/xbanner_03.jpg) no-repeat 0 50%;
	padding: 27px 146px 30px;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-size: 100% 100%;
}

.prht-header .title h1 {
	color: #333333;
	font-size: 24px;
	line-height: 52px;
}

.prht-header .title p {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.prht-header .title span {
	color: #666666;
	font-size: 12px;
	line-height: 24px;
	display: inline-block;
	margin-top: 17px;
}

.prht-header .title span em {
	color: #cb2929;
	font-size: 23px;
	line-height: 25px;
	display: inline-block;
}




.buts {
	border: 1px solid #e6e6e6;
	height: 78px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding-top: 15px;
}

.buts a {
	display: block;
	float: left;
	width: 125px;
	height: 38px;
	line-height: 38px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	margin-left: 9px;
	margin-right: 9px;
	font-size: 15px;
}

.ccmr1 {
	background: #dc4c4c;
}

.ccmr2 {
	background: #fe8431;
}

.prht-head {
	margin-top: 20px;
	border: 1px solid #e6e6e6;
	border-bottom: none;
}

.prht-head .h1s {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	padding-left: 56px;
	position: relative;
	color: #128bed;
	font-size: 23px;
}

.hsd1 {
	background: #f7f7f7 url(../images/linicon_3.png) no-repeat 2% 50%
}

.prht-head li {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 150px;
	display: table;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
}

.prht-head .llmh1 {
	width: 24.2%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
	position: relative;
}

.prht-head .llmh1>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.prht-head .llmh1 img {
	width: 50px;
}

.prht-head .llmh1 p {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}


.prht-head .llmh2 {
	width: 75.7%;
	border-left: 1px solid #e6e6e6;
	display: table;
	height: 100%;
}

.prht-head .llmh2>div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}

.prht-head .llmh2 span {
	display: block;
	line-height: 28px;
}

.prht-head .llmh2 p {
	color: #666666;
	font-size: 12px;
	line-height: 28px;
}

.prht-head .llmh2 a {
	text-decoration: underline;
	vertical-align: middle;
	line-height: 28px;
	margin-right: 16px;
}













/* Product details end  */

/* about */

.bgc1 {
	background: #f5f5f5;

}

.bgc1 a {
	display: block;
	width: 50%;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 22px;
	color: #666666;
	position: relative;
}

.bgc1 .on {
	color: #128bed;
}

.bgc1 .on::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 0;
	width: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	left: 50%;
	transform: translateX(-50%);
}

.ab_page1 {
	margin-top: 30px;
	padding-bottom: 100px;
}

.pg-tem li {
	float: left;
	border: 1px solid #eaeaea;
	margin-right: 20px;
	width: 23.75%;
	width: calc((100% - 60px)/4);
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.pg-tem li:last-child {
	margin-right: 0px;
}

.pg-tem {
	margin-top: 20px;
}

.pg-tem>ul {
	width: 100%;
}

.pg-tem a {
	display: block;
	padding: 27px 35px 26px;
}

.pg-tem span {
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	margin-top: 14px;
}

.superbotext {
	margin-top: 35px;
}

.superbotext p {
	line-height: 36px;
	font-size: 17px;
	color: #666666;
}



/* about end */

/*  contact*/
.ab_page2 {
	margin-top: 30px;
	padding-bottom: 10px;
}

.map {
	width: 100%;
	height: 266px;
}

.pon-tem {
	margin-top: 20px;
}

.pon-tem li {
	float: left;
	width: 46.77%;
	margin-left: 20px;
	margin-right: 20px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.pon-tem li h3 {
	background: #666666;
	color: #fff;
	height: 55px;
	line-height: 55px;
	padding-left: 33px;
	font-size: 23px;
	font-weight: 400;
}

.pon-tem li .pn-bottom {
	background: #f5f5f5;
	padding: 26px 33px;
	line-height: 45px;
	color: #333333;
	font-size: 16px;
}


.pon-tem>ul {
	margin-left: -20px;
	margin-right: -20px;
}

/* baidu api */

/* baidu api end*/

/*  contact end*/

/* newinformation */


.front-page {
	margin-top: 30px;
}

.front-page .xmop-right {
	width: 571px;
}

.front-page .xmopbo {
	width: 600px;
}

.xmop-right h1 {
	border-left: 9px solid #128bed;
	padding-left: 14px;
	color: #333333;
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
}

.smailxxmp {
	margin-top: 8px;
}

.smailxxmp h3 {
	color: #333333;
	font-size: 19px;
	line-height: 41px;
}

.smailxxmp p {
	color: #999999;
	font-size: 14px;
	line-height: 24px;
}

.ssetmer {
	display: block;
	margin-top: 9px;
	margin-bottom: 14px;
	font-size: 12px;
	line-height: 12px;
	color: #999999;
}

.xmop-right>ul {
	border-top: 1px dashed #e0e0e0;
	padding-top: 22px;
}

.smailxxmp2 li {
	line-height: 15px;
	font-size: 14px;
	margin-bottom: 20px;
}

.smailxxmp2 li:last-child {
	margin-bottom: 0px;
}

.smailxxmp2 li a em {
	width: 15px;
	height: 15px;
	background: #999999;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

.smailxxmp2 li:nth-of-type(1) a em,
.smailxxmp2 li:nth-of-type(2) a em,
.smailxxmp2 li:nth-of-type(3) a em {
	background: #ff9000;
}

.smailxxmp2 li span {
	font-size: 12px;
	line-height: 12px;
	color: #999999;

}

.smailxxmp2 li a {
	display: block;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.frpge2-tm {
	background: #f5f5f5;

}

.frpge2-tm li {
	float: left;
	margin-right: 31px;
}


.frpge2-tm li a {
	display: block;
	width: 100px;
	color: #666666;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
	height: 60px;
	border-bottom: 4px solid #f5f5f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-weight: 600;
}

.frpge2-tm .on a {
	color: #128bed;
	border-bottom: 4px solid #128bed;
}

.frpge2-bottom {
	padding-top: 10px;
}

.frpge2-bottom li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #eaeaea;
}

.fpe2img {
	width: 152px;
	height: 114px;
	margin-right: 30px;
}

.fpe2text {
	width: 717px;
}

.fpe2span {
	width: 80px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.fpe2span em {
	display: block;
	color: #c8c8c8;
	font-size: 22px;
	line-height: 42px;
}

.fpe2span span {
	display: block;
	color: #c8c8c8;
	font-size: 12px;
	line-height: 32px;
}

.fpe2text h3 {
	color: #333333;
	font-size: 18px;
	text-align: left;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.fpe2text h3 a { 
	font-size: 18px;
}
.fpe2text p {
	margin-top: 18px;
	color: #999999;
	font-size: 12px;
	text-align: left;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;

}

.moree {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #f1f1f1;
	color: #333333;
	font-size: 16px;
	margin-top: 40px;

}

.front-page2 {
	padding-bottom: 30px;
}




/*   new-tabulation */

.tabul-left {
	width: 240px;
}

.tabul-right {
	width: 910px;
	padding-top: 0;
	padding-bottom: 50px;
}

.tabul-left h3 {
	height: 117px;
	line-height: 117px;
	background: #f5f5f5;
	text-align: center;
}

.tabul-left h3 span {
	display: inline-block;
	color: #666666;
	font-size: 30px;
	font-weight: 400;
	position: relative;
}

.tabul-left h3 span::after {
	content: "";
	position: absolute;
	width: 41px;
	height: 3px;
	background: #0099d9;
	bottom: -15px;
	left: 50%;
	margin-left: -20px;
}

.tabul-left>ul {
	border-top: 1px solid #fff;
}

.tabul-left li {
	background: #f5f5f5;
	line-height: 60px;
	height: 60px;
	text-align: left;
}
.tabul-left li:hover { 
	background: #128bed;
}
.tabul-left li:hover a{ 
	color: #fff;
}

.tabul-left li a {
	display: block;
	color: #666666;
	font-size: 17px;
	padding-left: 48px;
	position: relative;
}

.tabul-left li a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
}

.tabul-left li.on1 {
	background: #128bed;
}

.tabul-left li.on1 a {
	color: #fff;
}

.tabul-left li.on1 a::after {
	right: 14px;
	border-color: transparent transparent transparent #fff;
}

.tabul-right .fpe2text {
	width: 592px;
}

.feyecd {
	text-align: center;
}
.feye li{display: inline-block;padding: 0;width: 41px;height: 38px;text-align: center;	box-sizing: border-box;	border: 1px solid #f1f1f1;color: #666;line-height: 38px;margin: 0 5px;cursor: pointer}
.feye li a{padding: 9px 15px}
.feye .active {
	background: #128bed;
	border: 1px solid #128bed;
}
.feye .active>span{color: #fff}

/*   new-tabulation end */


/*   new-details*/


.new-details h2 {
	color: #333333;
	font-size: 30px;
	text-align: left;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	font-weight: 400;
}

.new-details .info {
	margin-top: 11px;
	padding-bottom: 19px;
	border-bottom: 1px solid #eaeaea;
}

.info span {
	color: #999999;
	font-size: 14px;
	margin-right: 75px;
	display: block;
	float: left;
}

.make_summary {
	background: #f5f5f5;
	padding: 15px 20px;
	color: #666666;
	font-size: 13px;
	line-height: 25px;
	margin-top: 30px;
}

.make_text {
	margin-top: 27px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eaeaea;
}

.make_text p {
	color: #333333;
	font-size: 16px;
	line-height: 37px;
}

.thelast {
	margin-top: 28px;
	/*  padding-bottom: 41px; */
}

.thelast a {
	color: #999999;
	font-size: 16px;
	line-height: 37px;
	display: block;
}

.thelast a:hover {
	color: #128bed;
}




/*   new-details  end*/


/* newinformation end */

/* tanchuang商品备案 */

.record {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
	z-index: 99; 
	display: none;
}

.refer_to {
	top: 50%;
	left: 50%;
	display: inline-block;
	position: relative;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 900px;
	height: 576px;
	padding: 10px 30px 45px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.refer_to h2 {
	text-align: center;
	color: #333333;
	font-size: 29px;
	line-height: 85px;
	font-weight: 600;
	border-bottom: 1px solid #eaeaea;
}
.refer_to form { 
	margin-top: 32px;
}


.refer_to .refer_item {
	line-height: 50px;
	width: 100%;
	margin-bottom: 20px;

}

.refer_to .refer_item span {
	color: #333333;
	font-size: 16px;
	display: inline-block;
	width: 84px;
	text-align: right; 
	vertical-align: top;
}

.refer_to .refer_item input {
	width: 89%;
	height: 46px;
	vertical-align: top;
	text-indent: 20px;
}

.le50 {
	width: 50%;
}

.refer_item .le50 input {
	width: 70%;
}

.refer_item .le50:nth-of-type(2) {
	text-align: right;
}

.refer_to .refer_item textarea {
	width: 89%;
	height: 96px;
	vertical-align: top;
	text-indent: 20px;
}

.refer_to .refer_item .cdcode {
	width: 112px;
	margin-right: 11px;
}

.refer_to .refer_item .codeimg {
	width: 140px;
	display: inline-block;
	height: 50px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.codeimg img {
	width: 100%;
	height: 100%;
}

.record_btn { 
	text-align: center;
	font-size: 0;
} 
.record_btn input { 
	width: 160px;
	height: 50px;
	vertical-align: top;
	border: 0;
	outline: 0; 
	font-size: 17px;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.record_btn .btn_comlx { 
	color: #fff;
	background: #128bed;
}

