* {
	margin: 0;
    padding: 0;
    text-decoration: none;
}
body {
	padding: 0;
	margin: 0;
	font-size: 16px;
}
a {
	text-decoration: none;
	color: #333333;
}
em {
	font-style: normal;
}

li {
	list-style: none;
}

.global {
	background-color: #ededed;
	height: 2.2rem
}

.total {
	width: 1250px;
	margin: auto;
}

/*顶部*/
.top{
	height: 2.2rem;
	margin: auto;
	line-height: 2.2rem;
}
.top .welcome{
	float: left;
	overflow: hidden;
}

.top .login{
	float: right;
}
.top .login span {
	padding-left: 1.5rem;
	padding-right: 0.25rem;
}
.top .login span a{
	color: #000;
	text-decoration: none;
}
.top .login span a:hover{
	color: red;
}
.top .login span a:visited{
	color: #000;
}
.top .login span:nth-child(1){
	background: url(../images/login.png) no-repeat;
}
.top .login span:nth-child(2){
	background: url(../images/iPhone.png) no-repeat;
	margin-left:6px;
}
.logOut{
	background: url(../images/iPhone.png) no-repeat;
	margin-left:6px;
}
/*头部*/
.header{
   display: flex;
   height: 100px;
   line-height:100px
}
.header-left {
	display: flex;
	width: 70%;
}
.header-left span{
	font-size: 40px;
	color: #DB214C;
	font-weight: 600;
	display: inline-block;
}

.header-right {
	display: flex;
	padding-top: 34px;
}
.header-right select {
	height: 32px;
	outline:none;
	display: inline-block;
	border: 1px solid #DB214C;
	border-radius: 6px;
	padding-right: 22px;
	padding-left: 10px;
	margin-right: 10px;
}
select {
   /*将默认的select选择框样式清除*/
   appearance:none;
   -moz-appearance:none;
   -webkit-appearance:none;
   background: url(../images/bottom-select.png) no-repeat scroll right center transparent;
   background-size:16px ;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none;border: 1px solid #DB214C; }

.header-right input {
	height: 30px;
	outline:none;
	border: 1px solid #DB214C;
	border-radius: 6px 0 0 6px;
	padding-left: 6px;
}
.header-right a {
	background: #DB214C;
	height: 32px;
	line-height: 32px;
	border-radius:0 6px 6px 0 ;
}
.header-right a img {
	width: 20px;
}
.header-right a span {
	font-size: 14px;
	color: #fff;
	padding-left: 30px;
	padding-right: 20px;
	background: url(../images/search.png) no-repeat;
	background-size:18px ;
	background-position-x:6px ;
}


/*tab导航栏*/

.tab{
	height: 5px;
	background: #DB214C;
	display: block;
}
.tabBar{
	width: 1250px;
	margin: 0 auto;
	padding-top: 10px;
}
.tabBar ul{
	margin-top: 16px;
	white-space: nowrap;
}
.tabBar ul li{
	display: inline-block;
	width: 158px;
}
.tabBar ul li a{
	color: #333;
	border: 1px solid #eee;
	padding: 20px 46px;	
	-moz-transition: all 1s ease 0s;
    -webkit-transition:all 1s ease 0s;
    transition:all 1s ease 0s; 
    -o-transition:all 1s ease 0s;
}
.tabBar ul li a:hover{
	color: #fff;
	background: #DB214C;
}
.tabBar ul li:nth-child(4){
	width: 142px;
}
.tabBar ul li:nth-child(5){
	width: 142px;
}
.tabBar ul li:nth-child(6){
	width: 142px;
}

/*关于我们*/
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 9999;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 40px;
  right: -162px;
  background: #fafafa;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.tabBar ul li .dropdown-content p a{
	border: none;
	display: block;
	width: 230px;
}


/*轮播图*/
.carousel {
	width: 700px;
	padding-right: 12px;
}
.all {
    width: 700px;
    height: 340px;
    position: relative;
}
.screen {
    width: 700px;
    height: 340px;
    overflow: hidden;
    position: relative;
}
.screen li {
    width: 700px;
    height: 340px;
    overflow: hidden;
    float: left;
}
.screen ul {
    position: absolute;
    left: 0;
    top: 0px;
    width: 5600px;
}
.all ol {
    position: absolute;
    right: 40%;
    bottom: 10px;
    line-height: 20px;
    text-align: center;
}
.all ol li {
    float: left;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #ccc;
    margin-left: 10px;
    cursor: pointer;
}
.all ol li.current {
    background: #DB214C;
    color: #fff;
}
#arr {
    display: none;
}
#arr span {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -20px;
    background: #000;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-family: '黑体';
    font-size: 30px;
    color: #fff;
    opacity: 0.4;
    border: 1px solid #fff;
}
#arr #right {
    right: 5px;
    left: auto;
}


.main {
	width: 1250px;
	margin: 0 auto;
	padding-top: 70px;
	display: flex;
	flex-wrap: wrap
}


/*新闻中心*/
.news {
	width: 530px;
	float: left;
}
.news-top {
	display:flex;
	width: 490px;
	padding: 10px 20px;
	background: #d4d4d4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d4d4d4, #fff, #d4d4d4); /* Standard syntax */
}
.news-top span {
	display: inline-block;
}
.news-top span img {
	padding-top: 5px;
}
.news-top span p {
	font-size: 22px;
	font-weight: 500;
	padding-left:10px;
	width:360px;
	padding-top:6px;
}
.news-top span p span {
	font-size:20px;
	padding-left:6px;
	color:#999
}
.news-top em {
	padding-top:14px;
}
.news-top em a {
	color: #999;
}
.news-main ul li {
	font-size: 14px;
	list-style: none;
	width: 488px;
	
	margin: 2px 15px;
	padding: 6px 10px;
	border-bottom: 1px solid #eee;
}
.news-main ul li a {
	width: 346px;
    display: inline-block;
    margin-left:28px;
    word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*产品*/
.project {
	margin-top: 20px;
	width: 700px;
	margin-right: 12px;
}
.project-top {
	display: flex;
	flex-direction: row;
}
.project-top em {
	padding-top: 45px;
}
.project-top em a {
	color: #999;
	display: block;
	margin-top: -26px;
}
.project-top span {
	display: inline-block;
}
.project-top span em {
	font-style: normal;
}
.project-top span em:first-child {
	font-size: 22px;
	padding: 0 100px 0 10px;
}
.project-top span em:last-child {
	color: #999;
	font-size: 14px;
}
.project-main {
	margin-top: 10px;
	clear: both;
}
.project-main li {
	overflow: hidden;
	background: #eee;
	margin-bottom: 11px;
}
.project-main span {
	float: left;
}
.project-main span img {
	width: 130px;
	height: 96px;
	margin: 5px 5px 0 5px;
}
.project-main li span p:first-child {
	margin: 12px 15px;
	font-size: 18px;
}
.project-main li span p:last-child {
	margin: 0 15px;
	font-size: 14px;
	width: 35em;
    height: 3em;/*注意高度和宽度，不允许出现半汉字截断*/
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/*公告*/
.notice {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}
.notice-top {
	display:flex;
	width: 490px;
	padding: 10px 20px;
	background: #d4d4d4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d4d4d4, #fff, #d4d4d4); /* Standard syntax */
}
.notice-top span {
	display: inline-block;
}
.notice-top span img {
	padding-top: 5px;
}
.notice-top span p {
	font-size: 22px;
	font-weight: 500;
	width:360px;
	padding-left:10px;
	padding-top:6px;
}
.notice-top span p span {
	font-size:20px;
	color:#999
}
.notice-top em {
	padding-top:14px;
}
.notice-top em a {
	color: #999;
}
.notice-main {
	
}
.notice-main ul li {
	font-size: 18px;
	width: 480px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 15px;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
.notice-main ul li:last-child {
	border: none;
}
.notice-main ul li span {
	font-size: 45px;
	color: #ccc;
	float: left;
}
.notice-main ul li strong {
	display: inline-block;
	padding: 10px 0 0 25px;
	width: 390px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.notice-main ul li p {
	font-size: 12px;
	padding: 0 0 2px 50px;
}
.notice-main ul div {
	width: 530px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	margin-top: 8px;
	text-align: center;
}


/*人物*/
.figure {
	width: 700px;
	margin-right: 12px;
}
.figure-top {
	width: 400px;
	margin-top: 25px;
}
.figure-top em {
	padding-top: 56px;
	font-style: normal;
	position: relative;
}
.figure-top em a {
	position: absolute;
	top: -30px;
	color: #999;
	left: 605px;
}
.figure-top span {
	display: inline-block;
}
.figure-top span em:first-child {
	font-size: 22px;
	padding: 0 40px 0 10px;
}
.figure-top span em:last-child {
	color: #999;
	font-size: 14px;
}


.figure-main span img {
	width: 150px;
	height: 180px;
}
.figure-main em {
	display: inline-block;
	padding-left: 20px;
	padding-top: 15px;
	font-size: 14px;
	position: absolute;
	width: 480px;
    height: 128px;/*注意高度和宽度，不允许出现半汉字截断*/
    line-height: 1.5em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break:break-all
}


/*权威发布*/
.release {
	width: 500px;
}
.release-top {
	display:flex;
	margin-top: 10px;
	width: 490px;
	padding: 10px 20px;
	background: #d4d4d4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d4d4d4, #fff, #d4d4d4); /* Standard syntax */
}
.release-top span {
	display: inline-block;
}
.release-top span img {
	padding-top: 5px;
}
.release-top span p {
	font-size: 22px;
	font-weight: 500;
	width:360px;
	padding-left:10px;
	padding-top:6px;
}
.release-top span p span {
	font-size: 20px;
    padding-left: 6px;
    color: #999;
}
.release-top em {
	padding-top:14px;
}
.release-top em a {
	color: #999;
}
.release-main ul {
   padding-top: 15px;
   padding-left: 15px;
}
.release-main ul li {
	margin-bottom: 15px;
}

.release-main ul p span {
	display: inline-block;
	font-size: 16px;
	width: 390px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.release-main ul p{
	margin-bottom: 10px;
	width: 550px;
}
.release-main ul p em {
	font-weight: 400;
	font-size: 12px;
	display: block;
	padding-top: 2px;
	
}
.release-main ul li p strong:first-child {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin-right: 30px;
	display: block;
	float: left;
	width: 410px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.release-main ul p strong img {
	width: 7px;
	height: 12px;
}


/*政策法规*/
.policy {
	width: 400px;
	padding-right: 20px;
}
.policy-top {
	margin-bottom: 10px;
	padding: 10px 20px;
	background: #d4d4d4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d4d4d4, #fff, #d4d4d4); /* Standard syntax */
}
.policy-top span {
	display: inline-block;
}
.policy-top span img {
	padding-top: 5px;
}
.policy-top span p {
	font-size: 22px;
	font-weight: 500;
	padding: 0 130px 0 10px;
}
.policy-top em a {
	color: #999;
}
.policy-main {
	margin-left: 10px;
}
.policy-main li {
	clear: both;
	margin-top: 20px;
}
.policy-main li h4 {
	margin-bottom: 10px;
	font-size: 16px;
	width: 380px;
	font-weight:500;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.policy-main li p {
	display: inline-block;
	color: #999;
	font-size: 14px;
	width: 350px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
}


/*文章发布*/
.article {
	width: 400px;
	padding-right: 20px;
}
.article-top {
	display:flex;
	margin-bottom: 10px;
	padding: 10px 20px;
	background: #d4d4d4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d4d4d4, #fff, #d4d4d4); /* Standard syntax */
}
.article-top span {
	display: inline-block;
}
.article-top span img {
	padding-top: 5px;
}
.article-top span p {
	font-size: 22px;
    font-weight: 500;
    width: 246px;
    padding-left: 10px;
    padding-top:6px;
}
.article-top span p span {
	font-size: 20px;
    padding-left: 6px;
    color: #999;
}
.article-top em {
	padding-top:14px;
}
.article-top em a {
	color: #999;
}
.article-main {
	margin-left: 10px;
}
.article-main li {
	width: 380px;
	clear: both;
	margin-top: 20px;
}
.article-main li p span {
	width: 266px;
	display: inline-block;
	font-size: 16px;
	font-weight:500;
	margin-bottom: 8px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.article-main li p em {
	position: absolute;
	padding-top: 2px;
	font-size: 12px;
}
.article-main li p strong:first-child {
	font-size: 12px;
	color: #999;
	font-weight: normal;
	display: inline-block;
	width: 340px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	float: left;
}
.article-main li p strong a img {
	width: 8px;
	height: 14px;
}


.industry {
	width: 400px;
	
}
.industry-top {
	display:flex;
	margin-bottom: 10px;
	padding: 10px 20px;
	background: #d4d4d4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#d4d4d4, #fff, #d4d4d4); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#d4d4d4, #fff, #d4d4d4); /* Standard syntax */
}
.industry-top span {
	display: inline-block;
}
.industry-top span img {
	padding-top: 5px;
}
.industry-top span p {
	font-size: 22px;
    font-weight: 500;
    width: 246px;
    padding-left: 10px;
    padding-top:6px;
}
.industry-top span p span {
	font-size: 20px;
    padding-left: 6px;
    color: #999;
}
.industry-top em {
	padding-top:14px;
}
.industry-top em a {
	color: #999;
}
.industry-main {
	margin-left: 10px;
}
.industry-main li {
	width: 380px;
	clear: both;
	margin-top: 20px;
}
.industry-main li p span {
	width: 266px;
	display: inline-block;
	font-size: 16px;
	font-weight:500;
	margin-bottom: 8px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.industry-main li p em {
	position: absolute;
	padding-top: 2px;
	font-size: 12px;
}
.industry-main li p strong:first-child {
	font-size: 12px;
	color: #999;
	font-weight: normal;
	display: inline-block;
	width: 340px;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	float: left;
}
.industry-main li p strong a img {
	width: 8px;
	height: 14px;
}


.link p {
	border-bottom: 3px solid #DB214C;
	width: 310px;
	padding-top: 20px;
}
.link p span {
	font-size: 24px;
}
.link p span img {
	margin-left: 6px;
}
.link p em {
	font-size: 16px;
	color: #999;
	margin-left: 105px;
}
.link-img img {
	width: 300px;
	height: 74px;
	margin-right: 6px;
	margin-top: 15px;
	border: 1px solid #fff;
}
.link-img img:hover {
	border: 1px solid #DB214C;
}


.footer {
	margin-top: 50px;
	background: #333;
	height: 100px;
	color: #fff;
    padding-top: 40px;
}
.footer p {
	text-align: center;
	font-size: 16px;
}
.footer p img {
	width: 15px;
	height: 15px;
}
.footer img {
	width: 80px;
}

.active, .cat-active {
	color: white !important;
	background-color: #DB214C;
	border: 1px solid #DB214C !important;
}
.cat-two-active {
	color: #DB214C;
}
.carousel a, .main a, form a, p, .main li, .main span {
    font: 14px / 1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
table {
	border: 1px solid #ddd;
	border-bottom: 0;
	border-left: 0;
}
th, td {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}




.xzdown {
  background: #ededed;
  position: relative;
  display: inline-block;
}
.xzdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding-top: 12px;
  margin-left: -80px;
}
.xzdown-content img {
	width: 200px;
	height: 104px;
}
.xzdown:hover .xzdown-content {
  display: block;
}

.rightdown {
	  position: relative;
	  display: inline-block;
	  background: #08ACEE;
	  width: 46px;
	  text-align: center;
	  cursor: pointer;
	  padding: 10px 0;
	}
	.rightdown-content {
	  display: none;
	  position: absolute;
	  background-color: #f9f9f9;
	  min-width: 100px;
	  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	  padding: 12px 0;
	  margin-left: -100px;
	  margin-top: -100px;
	}
	.rightdown-content img {
		width: 200px;
		height: 104px;
	}
	.rightdown:hover .rightdown-content {
	  display: block;
	}



	#floatBox {
	width: 240px;
	height: 160px;
	background: #fff;
	position: fixed;
	top: 200px;
	right: -150px;
}

.title {
	width: 240px;
	height: 160px;
	position: absolute;
	cursor: pointer;
}


#floatBox1 {
	width: 240px;
	height: 160px;
	background: #fff;
	position: fixed;
	top: 200px;
	left: -150px;
}

.title1 {
	width: 240px;
	height: 160px;
	position: absolute;
	cursor: pointer;
}