html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,s,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
  margin:0;padding:0;border:0;outline:0;background:transparent
}

article,aside,details,summary,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
del{text-decoration:line-through}
ins{text-decoration:none}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
ul,li{list-style:none}


em,var{font-style:normal}
input,textarea,button{outline:none;margin:0;padding:0}
body,input,textarea,button,select{font:12px/1.5 "\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","Hiragino Sans GB",Helvetica}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}


a,button {
	cursor:pointer;
}
em,h1,h2,h3,h4,h5,h6,strong {
	font-weight:600;
}
a,a:hover,del,ins,s,u {
	text-decoration:none;
}
body,html {
	width:100%;
	height:100%;
}
body {
	background:#fff;
	position: relative;
}
a,a:hover {
	color:#333;
}
a.link {
	color:#4477d0;
}
a.link:hover {
	color:#4477d0;
	text-decoration:underline;
}
a.link.gray {
	color:gray;
}
a.link.gray:hover {
	text-decoration:none;
	color:#4477d0;
}
h1 {
	font-size:50px;
	font-weight:lighter;
	line-height:50px;
}
h2 {
	font-size:26px;
	line-height:26px;
}
h3 {
	font-size:22px;
	line-height:22px;
}
h4 {
	font-size:20px;
}
h4,h5 {
	line-height:1.3em;
}
h5 {
	font-size:16px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

.p1 {
	font-size:12px;
}

.hgt-30 {
  height: 30px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

a.link-1 {
  color: #9a9a9a;
}

a.link-1:hover {
  color: #2f97ff;
}

a.link-2 {
  color: #333;
}
a.link-2:hover {
  color: #2f97ff;
}

a.link-5 {
  color: #444;
}
a.link-5:hover {
  color: #2f97ff;
}


a.link-6 {
  color: #2f97ff;
}
a.link-6:hover {
  color: #00C1DE;
}

a.link-3 {
  color: #00C1DE;
}

a.link-3:hover {
  text-decoration: underline;
}

a.link-7 {
  color: #333;
}

a.link-7:hover {
  color: #f07e5f;
}

a.link-8 {
  color: #999;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a.link-8:hover {
  color: #d30418;
}

a.link-4 {
  color: #9dbcf3;
}
a.link-4:hover {
  color: #95b6f3;
}

a.link-9 {
	color: #252b3a;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a.link-9:hover {
	color: #c30d23;
}


.f-hidden {
	display:none;
}
.f-dn {
	display:none!important;
}
.f-hide {
	opacity:0;
}
.z-cursor-d {
	cursor:default!important;
}
::-webkit-scrollbar {
	width:6px;
	height:6px;
}
::-webkit-scrollbar-track {
	background:none;
}
::-webkit-scrollbar-track-piece {
	opacity:0;
}
::-webkit-scrollbar-thumb {
	border-radius:3px;
	background:#5c6e82;
	background:rgba(92,110,130,.6);
}

.c-overlay {
	display: block;
	position: absolute;
	z-index: 1;
	background: rgba(0, 0,0 , 0.3);
}

.clear-overlay-img {
  display: block;
  font-size: 0;
  line-height: 0;
}

.bshadow-1{  
  box-shadow: 0 2px 15px 0 rgba(0,0,0,.15);
}

.bshadow-e{  
  box-shadow: 0 2px 15px 0 rgba(0,0,0,.15);
}

.Left {
	float: left;
}
.Right {
	float: right;
}

.g-doc {
  max-width: 1920;
  margin: 0 auto;
}

.g-c {
  margin: 0 auto;
	width: 1140px;
}

.g-module {
  background-color: #f4f4f4;
}

.common-current {
	padding-top: 24px;
	padding-bottom: 24px;
}

.common-current .path-sp {
	color: #999;
	font-weight: 600;
}


div.required .control-label:not(span):before, td.required:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/*********** header **************/
.g-header {
	background-color: rgba(255, 255, 255, .1);
	width: 100%;
}

.g-header.header-sm {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .9);
  background-color: rgba(255, 255, 255, 1);
	transition: top .3s;
	z-index: 9999;
	border-bottom: 1px solid #f6f7f3;
}

.header-box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-main {
	width: 100%;
	border: 1px solid #c30d23;
}

.header-menu {
	width: 100%;
	height: 60px;
	transition: height .3s ease-out; 
	/* border: 1px solid #c30d23; */
}

.header-logotop{	
	height: 155px;
	background: url(../image/logo_top_1140x.jpg) no-repeat;
	background-position: top center;
}

.header-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	background-color: #d30418;
}

.header-item {
	height: 100%;
}

.header-item a {
	display: flex;
	align-items: center;
	color: #f0f0f0;
	font-size: 16px;
	height: 100%;
	padding: 0 28px;
}

.header-item a:hover {
	color: #c30d23;
}


.header-sm .header-logo {
	opacity: 1;
	width: 180px;
	height: 52px;
	background: url(../image/logo.png) no-repeat;
	background-position: top center;
	background-size:contain;
	/* border: 1px solid #f0f0f0; */
}


.header-logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.nav-link{
	position:relative;
	overflow: hidden;
	display:block;
	padding:0 8px;
	line-height:50px;
	text-decoration:none;
	color:#5c5c5c;
	font-size:13px;
	-webkit-transition: all .2s ease;
       -o-transition: all .2s ease;
          transition: all .2s ease;
}

.header-item:hover .nav-link{
	font-weight:bold;
	color: #fff !important;	
	z-index: 13;
}

.header-item:hover .nav-link:before{
	height: 100%;
}

.header-links {
	flex-grow:1;
	padding-left: 30px;
	text-align: right;
}

.header-links > * {
	display: inline-block;
	vertical-align: middle;
	/* text-align: center; */
	padding: 0 8px;
	font-size: 12px;
	color: #747c8c;
}

.nav-link.navactive{
	background-color: #c30d23;
	color: #ffffff;
	font-weight:bold;
}

.nav-link:before{
	transition: height ease .3s;
    border: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    content: "";
		/* background-color: #9dbcf3; */
		background-color: #c30d23;
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
		right: 0;
		z-index: -1;
}

.nav-dropdown {
	position: relative;
}


.dropdown-subnav{
	z-index: 100;
	position: absolute;
	background: #fff;
	box-shadow:0 2px 4px 0 rgba(0,0,0,0.08);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.subnav-abountme {
	width: 120px;
}

.subnav-solution {
	min-width: 220px;
}

.nav-dropdown:hover .dropdown-subnav{
	-webkit-transform: scale(0);
	transform: scale(1);
	transition:all .4s ease;
}
.nav-dropdown .dropdown-subnav li{
	position:relative;
}
.nav-dropdown .dropdown-subnav li a {
	font-size: 13px;
	padding: 10px 15px;
	display: block;
	text-decoration:none;
	color:#c30d23;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.nav-dropdown .dropdown-subnav li:hover{
	background-color: #f0f0f0;
}
.nav-dropdown .dropdown-subnav li:hover>a{
	color: #c4636e;
	/* font-weight: 600; */
}

.header-subnav {
	position: absolute;
	top: 128px;
	left: 0;
	background: #fff;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.header-subnav .subnav-inner.navhide {
	display: none;
}
.header-subnav .subnav-case {
	display: block;
}
.header-subnav .subnav-inner {
	width: 1180px;
	display: block;
	margin: 0 auto;
	padding: 25px 0;
	z-index: 1000;
}

.subnav-product > div {
	display: inline-block;
	vertical-align: top;
}

.common-title{
	background-color: #d30418;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	height: 36px;
	line-height: 36px;
}

/*********** 大图轮动 **************/
.swiper-adbig .adbig-item {
	height: 365px;
	width: 100%;
	background-position: center;
	background-size: cover;
	text-align: center;
	background-repeat: no-repeat;
}
.tbg-item img {
	width: 100%;
	height: 365px;
}
.swiper-adbig .swiper-pagination-bullet-active{
	background: #c30d23;
}

/**********************企业公告 搜索框******************************/
.hot-main {
	padding-top: 16px;
}

.hot-qygg {
	width: 686px;
	border: 1px solid #d30418;
}

.hot-qygg > * {
	display: inline-block;
	vertical-align:middle;
}

.hot-qygg__title{
	display: inline-block;
	padding-left: 6px;
	width: 100px;
	font-size: 18px;	
	color: #d30418;
	font-weight: 600;	
}
.hot-qygg__list{
	width: 540px;
	
}
.hot-qygg__swiper{	
	height: 40px;
}

.hot-qygg__item{
	height: 40px;
	line-height: 40px;
}

.hot-qygg__item > * {
	display: inline-block;
	vertical-align: middle;
}

.hot-qygg__item > a{
	width: 420px;
	
	font-size: 14px;
	color: #2b2b2b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hot-qygg__date {
	width: 110px;
	color: #696969;
	font-size: 12px;
	text-align: center;
}

.hot-search__main{
	position: relative;
	border: 1px solid #d30418;
	padding-left: 30px;
	background-image: url(../image/search_sz48.png);
	background-position: 6px 10px;
	background-size: 22px 22px;
	background-repeat: no-repeat;
}
.hot-search__main input {
	outline: none;
	border: none;
	font-size: 15px;
	line-height: 36px;
	color: #474746;
	width: 310px;
}
.hot-search__main button{
	background-color: #d30418;
	font-size: 16px;
	color: #ffffff;
	border: none;
	outline: none;
	padding: 8px 26px;
}

/********************首页模块部分*********************/
.hmod-wp{
	padding-top: 16px;
}
.hmod-left{
	width: 238px;
}
.hmod-cont{
	background-color: #efeee9;
}
.hmod-right{
	width: 885px;
}

.hmod-pdtj {
	width: 430px;
}

.hmod-zxdt {
	width: 430px;
}

.hmod-dmain{
	margin-top: 16px;
}

.hmod-lmain > div + div{
	margin-top: 16px;
}

.hmod-pdtj__list,
.hmod-zxdt__list{
	padding: 16px;
}
.hmod-lx__list{
	padding: 16px;
}
.hmod-lx__item {
	padding: 4px;
}
.hmod-cate__list{
	padding: 12px 0;
}
.hmod-cate__item a::before{
	position: absolute;
	content: " ";
	left: 30px;
	top: 19px;
	width: 6px;
	height: 6px;
	background-color: #464646;
}
.hmod-cate__item a {
	position: relative;
	display: block;
	padding: 10px 46px 10px;
	font-size: 16px;
	font-weight: 600;
	color: #464646;
}

.hmod-cate__item:hover {
	background-color: #e7e6e1;
}

.hmod-cate__item:hover a{
	color: #d30418;
}

.hmod-cate__item.active{
	background-color: #e7e6e1;
}
.hmod-cate__item.active a {
	color: #d30418;

}

.hmod-cont__item-img {
	width: 100px;
	height: 100px;
}
.hmod-cont__item+.hmod-cont__item{
	margin-top: 16px;
}
.hmod-cont__item-img img {
	width: 100%;
	height: 100%;
}
.hmod-cont__item-info{
	padding-top: 6px;
	width: 280px;
}
.hmod-cont__item-info a{
	display: block;
	font-size: 16px;
	color: #323232;
	font-weight: 600;
	padding-bottom: 4px;
}
.hmod-cont__item-info p{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #696969;
	font-size: 13px;
}

.hmod-zxdt__item-info a{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
	color: #444444;
	font-weight: 600;
	padding-bottom: 4px;
}
.hmod-zxdt__item-info p{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #696969;
	font-size: 13px;
}
.hmod-zxdt__item-info{
	padding-top: 0px;
	width: 250px;
}
.hmod-zxdt__item-img {
	width: 118px;
	height: 100px;
}
.hmod-pdzs__swiper{
	padding-left: 50px!important;
}
.hmod-pdzs__list{
	padding: 24px 16px;
	
}
.hmod-pdzs__info{
	display: inline-block;
	vertical-align: top;
}
.hmod-pdzs__row+.hmod-pdzs__row{
	margin-top: 26px;
}

.hmod-pdzs__info+.hmod-pdzs__info{
	margin-left: 16px;
}
.hmod-pdzs__item{
	display: block;
	
}
.hmod-pdzs__item-img {
	width: 170px;
	height: 170px;
	overflow: hidden;
}
.hmod-pdzs__item-img img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1.01);
	   -moz-transform: scale(1.01);
	    -ms-transform: scale(1.01);
	     -o-transform: scale(1.01);
			transform: scale(1.01);
	-webkit-transition: transform .3s linear;
	   -moz-transition: transform .3s linear;
	    -ms-transition: transform .3s linear;
	     -o-transition: transform .3s linear;
			transition: transform .3s linear;
}
.hmod-pdzs__item-img img:hover {
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
			transform: scale(1.2);
}
.hmod-pdzs__item-title {
	text-align: center;
	font-size: 14px;
	padding:8px 4px;
}
.hmod-pdzs__item:hover .hmod-pdzs__item-title{
	color: #d30418;
}

.hmod-friend{
	padding: 16px;
}

.hmod-friend a {
	position: relative;
	padding: 4px 4px 4px 12px;
	display: block;

}

.hmod-friend a::before{
	position: absolute;
	content: " ";
	left: 0;
	top: 7px;
	border-left:  5px solid #464646;
	border-bottom: 5px solid transparent;
	border-right:  5px solid transparent;
	border-top: 5px solid transparent;
}


/********************二级页面产品中心*********************/
.hmod-detail__wp{
	background-color: #efeee9;
	min-height: 662px;
}
.hmod-clist__wp{
	background-color: #efeee9;
}
.hmod-location{
	padding: 9px;
}
.detail-content {
	padding: 30px 26px 50px 26px;
}
.detail-content__head{
	font-size: 26px;
	margin-bottom: 26px;
}
.detail-content img {
	max-width: 100%;
}

.artpd_main {
	padding: 16px 0;
}

.artpd-item__price{
	font-size: 26px;
	color: #d30418;
}

.artpd-item__ewm img{
	height: 280px;
}

.tev-list{
	padding: 18px;
}

.tev-row{
	border-bottom: 1px dashed #ddd;
	padding: 8px;
}

.tev-row+.tev-row{
	margin-top: 12px;
}


.tev-info a {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 4px;
}
.tev-p {
	font-size: 14px;
	color: #787878;
}
.tev-pager{
	padding-left: 26px;
}

.detail-content__image, 
.detail-content__download, 
.detail-content__related 
{
	margin-top: 26px;
}


.detail-content__image h4,
.detail-content__download h4,
.detail-content__related h4
 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 6px;
}

.preview-image-c a {
	display: inline-block;
	vertical-align: top;
}
.preview-image-c a + a{
	margin-left: 16px;
}
.cate-picture+.cate-picture {
	margin-top: 12px;
}

.omsg-form{
	padding: 30px 46px 30px 26px;
}

.eat-list{
	padding: 30px 26px;
}
.eat-row+.eat-row{
	margin-top: 16px;
}
.eat-item h4{
	font-size: 16px;
	text-align: center;
	padding: 6px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.eat-item:hover h4{
	color: #c30d23;
}

.eat-item__img{
	overflow: hidden;
	border:1px solid #efeee9;	
}
.eat-item__img img {
	width: 100%;
	-webkit-transform: scale(1.01);
	   -moz-transform: scale(1.01);
	    -ms-transform: scale(1.01);
	     -o-transform: scale(1.01);
			transform: scale(1.01);
	-webkit-transition: transform .3s linear;
	   -moz-transition: transform .3s linear;
	    -ms-transition: transform .3s linear;
	     -o-transition: transform .3s linear;
			transition: transform .3s linear;
}
.eat-item__img img:hover {
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
			transform: scale(1.2);
}

.searchpage-head {
	font-size: 16px;
	color: #d30418;
	padding-left: 26px;
	margin-top: 16px;
}

.tev-info h3{
	font-size: 16px;
}

.msg-main {
	width: 680px;
	margin: 0 auto;
	text-align: center;
	padding-top: 120px;
}

.msg-title{
	font-size: 30px;
	font-weight: 600;
}
.msg-text{
	font-size: 18px;
}
.msg-success {
	color: #09BB07;
}

.msg-icon {
	width: 100px;
	height: 100px;
	margin: 36px auto 56px auto;
	color: #fff;
	font-size: 68px;
	line-height: 100px;
	border-radius: 50%;
}

.msg-icon__success{
	background-color: #09BB07;
}

/**************************网站底部*footer***************************/
.ft-container {
	background: url(../image/bg_30010104.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	color: #B2B2B2;
	padding: 40px 0 20px;
}


.ft-wes{
	background-color: #efeee9;
	padding: 8px;
	text-align: center;
}
.ft-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
}


.ft-link + .ft-link{
	margin-left: 20px;
	padding-left: 20px;
}

.ft-link + .ft-link::before{
	position: absolute;
	content: " ";
	top: 4px;
	left: 0;
	width: 2px;
	height: 10px;
	background: #b2b2b2;
}

.ft-container a {
	color: #B2B2B2;
}

.ft-bottom{
	margin-top: 16px;
	/* padding-top: 80px; */
	/* background: url(../image/flogo.jpg) no-repeat; */
	padding-bottom: 10px;
	background-position: top center;
}

.ft-bottom p {
	text-align: center;
}
.ft-imgs{
	margin-top: 20px;
	text-align: center;
}
.ft-img__item {
	display: inline-block;
	vertical-align: middle;
	height: 80px;
}

.ft-img__item+.ft-img__item{
	margin-left: 8px;
}

.ft-img__item img{
	height: 100%;
}
.pdswiper-btn-prev{
	left: 1px!important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d30418'%2F%3E%3C%2Fsvg%3E")!important;
}
.pdswiper-btn-next{
	right: 1px!important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d30418'%2F%3E%3C%2Fsvg%3E")!important;
}

.story-body a{
	color: #d30418;
	text-decoration: underline;
}

.story-body a:hover{
	color: #a30312;
}

.story-wp{
  width: 800px;
  margin: 0 auto;

}

.story-main{
  padding-top: 40px;
  padding-bottom: 60px;
 }

.story-table{
  font-size: 16px;
}

.story-table tr th {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 4px;
}

.story-table tr td{
  padding-left: 15px;
  white-space: normal;
  word-break: break-all;
}
.story-head{
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding: 40px 0;
}

.tr-head{
  padding-left: 0!important;
}


@media (max-width: 767px) {
  .story-wp{
    width: 100%;	
  }

  .story-main{
	padding:20px 15px;
 }
}


