@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu {
	margin: 0;
	padding: 0;
}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
	font-weight: normal;
}
html,body,fieldset,img,iframe,abbr {
	border: 0;
}
i,cite,em,var,address,dfn {
	font-style: normal;
}
li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6,small {
	font-size: 100%;
}
sup,sub {
	font-size: 83%;
}
pre,code,kbd,samp {
	font-family: inherit;
}
textarea {
	overflow: auto;
	resize: none;
}
label,summary {
	cursor: default;
}
a,button {
	cursor: pointer;
}
h1,em,strong,b {
	font-weight: bold;
}
h2,h3,h4,h5,h6 {
	font-weight: normal;
}
del,ins,u,s,a,a:hover {
	text-decoration: none;
}
body,textarea,input,button,select,keygen,legend {
	font: 12px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, sans-serif;
	color: #333;
	outline: 0;
}
body {
	background: #fff;
}
a,a:hover {
	color: #333;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
* {
	box-sizing: border-box;
}


/*头部*/
#hjHeader {
	height: 82px;
	width: 100%;
	min-width: 980px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
}
#hjHeader .header-bg {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
#hjHeader .header-wrap {
	width: 1400px;
	margin: 0 auto;
	height: 100%;
}
#hjHeader .header-wrap .logo {
	float: left;
	width: 235px;
	height: 100%;
	position: relative; 
}
#hjHeader .header-wrap .logo a {
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 10001;
}
#hjHeader .header-wrap .logo a img{
	width: 100%;
	height: 100%;
}
#hjHeader .header-wrap .nav {
	height: 100%;
	float: left;
	z-index: 9999;
	margin-left: 90px;
}
#hjHeader .header-wrap .nav ul{
	height: 100%;
}
#hjHeader .header-wrap .nav ul li {
	min-width: 120px;
	height: 100%;
	float: left;
	text-align: center;
}
#hjHeader .header-wrap .nav ul li.active{
	border-bottom: 5px solid #fa555b;
}
#hjHeader .header-wrap .nav ul li>a {
	line-height: 82px;
	/*height: 90px;*/
	font-size: 16px;
	color: #000;
	display: block;
	padding: 0 13px;
	font-weight: 700;
}
#hjHeader .header-wrap .nav ul li>a i.down-icon {
	display: inline-block;
	width: 8px;
	height: 4px;
	vertical-align: middle;
	margin-left: 3px;
	background: url("../img/icon/down.png") no-repeat center;
	opacity: 1;
}
#hjHeader .header-wrap .nav ul li:hover>a i.down-icon,
#hjHeader .header-wrap .nav ul li.active>a i.down-icon {
	opacity: 0;
}
#hjHeader .header-wrap .nav ul li:hover .sNav {
	display: block;
}
#hjHeader .header-wrap .header-contact {
	width: 215px;
	float: right;
	overflow: hidden;
	height: 100%;
	padding: 5px 16px;
	background: #fa555b;
}
#hjHeader .header-wrap .header-contact .icon {
	width: 28px;
	margin-top: 20px;
	height: 28px;
	float: left;
}
#hjHeader .header-wrap .header-contact .icon img {
	display: block;
	width: 100%;
	height: 100%;
}
#hjHeader .header-wrap .header-contact .num {
	float: left;
	line-height: 24px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-left: 10px;
}
#hjHeader .sNav {
	width: 100%;
	min-width: 980px;
	height: 320px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	display: none;
	background-color: #fff;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
}
#hjHeader .sNav .container {
	width: 1200px;
	margin: 0 auto;
}
#hjHeader .sNav .bigBox {
	padding-top: 55px;
}
#hjHeader .sNav .case-list {
	padding-left: 210px;
	padding-right: 40px;
	/*width: 295px;*/
	border-right: #e1e1e1 solid 1px;
	min-height: 190px;
}
#hjHeader .sNav .case-list dd {
	min-width: 80px;
	font-size: 14px;
	text-align: center;
	padding: 8px 12px;
}
#hjHeader .sNav .case-list dd a {
	color: #666;
}

.sNav .case-list .liNow{
	background: #fa555b;
}
#hjHeader .sNav .case-list .liNow a {
	color: #fff;
}
#hjHeader .sNav .tabContent {
	display: none;
}
#hjHeader .sNav .contentBox {
	padding-left: 52px;
	min-width: 370px;
	max-width:360px;
}
#hjHeader .sNav .txt {
	font-size: 24px;
	padding-bottom: 18px;
	color: #000;
	text-align: left;
}
#hjHeader .sNav .content {
	font-size: 14px;
	height: 72px;
	line-height: 24px;
	text-align: left;
	overflow: hidden;
}
#hjHeader .sNav .btnDiv {
	padding-top: 25px;
}
#hjHeader .sNav .btnDiv a {
	color: #fa555b;
	display: block;
	width: 95px;
	height: 36px;
	border: #fa555b solid 1px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
}
#hjHeader .sNav .btnDiv a:hover {
	border: #fa555b solid 1px;
	background: #fa555b;
	color: #fff;
}
#hjHeader .sNav .imgDiv {
	padding-left: 52px;
	width: 350px;
	height: 180px;
}
#hjHeader .sNav .imgDiv img {
	width: 100%;
	height: 100%;
}


/*脚部*/
#hjFooter {
	width: 100%;
	min-width: 980px;
	background-color: #3f3b3b;
	padding-top: 30px;
	padding-bottom: 41px;
}
#hjFooter .footer-wrap {
	width: 1400px;
	margin: 0 auto;
	color: #fff;
}
#hjFooter .footer-wrap .nav{
	padding: 25px 0;
	border-bottom: 1px dashed #fff;
}
#hjFooter .footer-wrap .nav li {
	display: inline-block;
	width:16.36%;
	height: 26px;
	border-right: 1px solid #f9f9f9;
}
#hjFooter .footer-wrap .nav li:last-child{
	border-right: none;
}
#hjFooter .footer-wrap .nav li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	text-align: center;
}
#hjFooter .footer-wrap .info-wrap {
	padding: 45px 0 40px;
	border-bottom: 1px dashed #f9f9f9;
}
#hjFooter .footer-wrap .info-wrap .code {
	float: left;
	margin-left: 65px;
}
#hjFooter .footer-wrap .info-wrap .code img{
	width: 100%;
	height: auto;
}
#hjFooter .footer-wrap .info-wrap .code p {
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
	text-align: center;
}
#hjFooter .footer-wrap .info-wrap .info-right {
	width: 990px;
	float: right;
}
#hjFooter .footer-wrap .info-wrap .info-right .info-item{
	float: left;
	max-width: 55%;
	min-width: 45%;
	margin-bottom: 70px;
}
#hjFooter .footer-wrap .info-wrap .info-right .icon{
	width: 82px;
	height: 82px;
	float: left;
}
#hjFooter .footer-wrap .info-wrap .info-right .icon img {
	display: block;
	width: 100%;
	height: 100%;
}
#hjFooter .footer-wrap .info-wrap .info-right .num {
	float: left;
	line-height: 34px;
	font-size: 18px;
	color: #fff;
	margin-left: 20px;
	margin-top: 7px;
}
#hjFooter .footer-wrap .friend-link {
	margin-top: 12px;
	width: 100%;
}
#hjFooter .footer-wrap .friend-link ul {
	overflow: hidden;
}
#hjFooter .footer-wrap .friend-link li {
	float: left;
	font-size: 16px;
	color: white;
	margin: 0 7px;
}
#hjFooter .footer-wrap .friend-link li a {
	padding: 0 6px;
	margin: 5px 0;
	color: white;
}
#hjFooter .footer-wrap .copyright {
	padding: 30px 20px;
	text-align: center;
	font-size: 14px;
}
#hjFooter .footer-wrap .copyright span {
	margin: 0 8px;
}
#hjFooter .footer-wrap .copyright a{
	color: #fff;
}


/*banner*/
#hjIndex .banner {
	width: 100%;
	min-width: 980px;
	height: 400px;
	position: relative;
	overflow: hidden;
	margin-top: 92px;
}
#hjIndex .banner a {
    display: block;
    width: 1920px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
#hjIndex .banner img {
	width: 100%;
	height: 100%;
}


#hjPop {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -180px;
	width: 80px;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	z-index: 999;
}
#hjPop ul li {
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
}
#hjPop ul li:last-child {
	border-bottom: none;
}
#hjPop ul li p {
	font-size: 14px;
	color: #666;
}

/*当前页*/
.page-wz {
	width: 100%;
	min-width: 980px;
	background: #f9f9f9;
	height: 50px;
	line-height: 50px;
	position: relative;
	margin-top: -4px;
}
.page-wz .container {
	width: 1400px;
	margin: 0 auto;
}
.page-wz .ico {
	display: inline-block;
	width: 26px;
	height: 22px;
	vertical-align: middle;
	background: url(../img/icon/page-index.png) no-repeat;
	margin-top: -5px;
}
.page-wz span {
	font-size: 16px;
	color: #111;
	margin-left: 10px;
}
.page-wz a {
	font-size: 16px;
	color: #111;
}
.page-wz a.page_name {
	color: #fa555b;
}
.page-wz a:hover {
	color: #fa555b;
	text-decoration: underline;
}


/*页码*/
.page {
	text-align: center;
	margin-bottom: 55px;
	margin-top: 50px;
}
.page a {
	display: inline-block;
	margin: 0 2px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.page a.prev,.page a.next,.page a.go {
	width: 70px;
	height: 30px;
	border: 1px solid #ddd;
	text-align: center;
}
.page a.prev:hover,.page a.next:hover,.page a.go:hover {
	background: #fa555b;
	border-color: #fa555b;
	color: #fff;
}
.page a.go {
	width: 30px;
}
.page div {
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
	color: #666;
}
.page div.pageNum span {
	padding: 3px 8px;
	border: 1px solid #ddd;
	margin: 0 2px;
}
.page div.pageNum span.active {
	background: #fa555b;
	border-color: #fa555b;
	color: #fff;
}
.page div input {
	width: 45px;
	height: 30px;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-align: center;
	margin: 0 3px;
}


/*中间内容区块*/
.center_content {
  width: 1400px;
  margin: 30px auto;
}

/*左侧导航区*/
.zy_nr .left{
    width: 230px;
    text-align: center;
}
.zy_nr .left .left_tit{
    background: #fa555b;
    color: #fff;
    padding: 20px 0;
    font-weight: normal;
}
.zy_nr .left .left_tit h3{
	font-size: 22px;
}
.zy_nr .left .left_tit p{
	font-size: 14px;
}
.zy_nr .left ul{
    height: 426px;
}
.zy_nr .left li{
    width: 100%;
    background: #eee;
    line-height: 50px;
}
.zy_nr .left li a{
    display:block; 
	font-size: 18px;
    color: #111;
	margin:0; 
	padding:10px 24px;
    border-bottom: solid 1px #fff;
}
.zy_nr .left li:hover,.zy_nr .left li.active{
    border-bottom: none;
    border-left: solid 8px #fa555b;
    box-sizing: border-box;
    background: #eee;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

/*右侧内容显示区*/
.tab_content{
    width: 1150px;
}
.content_tit {
  width: 100%;
  height: 94px;
  text-align: center;
  background: #f9f9f9;
  padding-top: 16px;
}
.content_tit span {
  font-size: 24px;
  padding-top: 16px;
  border-top: 2px solid #fa555b;
}
.content_tit p {
  font-size: 14px;
}

@media screen and (max-width: 1680px) {
	#hjHeader .header-wrap{
		width: 1200px;
	}
	#hjHeader .header-wrap .nav{
		margin-left:55px;
	}
	#hjHeader .header-wrap .nav ul li{
		min-width: 90px;
	}
	
	#hjIndex .banner {
		margin-top: 82px;
	}
	
	#hjFooter .footer-wrap{
		width: 1200px;
	}
	#hjFooter .footer-wrap .info-wrap .code{
		margin-left: 0;
	}
	#hjFooter .footer-wrap .info-wrap .info-right{
		width: 870px;
	}
	
	.page-wz .container{
		width: 1200px;
	}
	.center_content{
		width: 1200px;
	}
	.zy_nr .left{
		width: 200px;
	}
	.tab_content{
		width: 970px;
	}
}
@media screen and (max-width: 1400px) {
	#hjHeader{
		height: 72px;
	}
	#hjHeader .header-wrap{
		width: 980px;
	}
	#hjHeader .header-wrap .logo{
		width: 200px;
	}
	#hjHeader .header-wrap .nav{
		margin-left:20px;
	}
	#hjHeader .header-wrap .nav ul li{
		min-width: 80px;
	}
	#hjHeader .header-wrap .nav ul li>a{
		line-height: 72px;
		padding: 0 10px;
	}
	#hjHeader .header-wrap .nav ul li>a i.down-icon{
		margin-left: 0;
	}
	#hjHeader .sNav .container{
		width: 980px;
	}
	#hjHeader .sNav .case-list{
		padding-left: 120px;
	}
	#hjHeader .header-wrap .header-contact{
		width: 180px;
		padding: 7px 10px;
	}
	#hjHeader .header-wrap .header-contact .icon{
		margin-top: 15px;
	}
	#hjHeader .header-wrap .header-contact .num{
		font-size: 14px;
		line-height: 20px;
	}
	
	#hjIndex .banner {
		margin-top: 72px;
	}
	
	#hjFooter .footer-wrap{
		width: 980px;
	}
	#hjFooter .footer-wrap .info-wrap .code{
		width: 180px;
		margin-left: 0;
	}
	#hjFooter .footer-wrap .info-wrap .code p{
		margin-top: 10px;
	}
	#hjFooter .footer-wrap .info-wrap .info-right{
		width: 745px;
	}
	#hjFooter .footer-wrap .info-wrap .info-right .info-item{
		max-width: 55%;
		min-width: 45%;
	}
	#hjFooter .footer-wrap .info-wrap .info-right .icon{
		width: 62px;
		height: 62px;
	}
	#hjFooter .footer-wrap .info-wrap .info-right .num{
		font-size: 16px;
		line-height: 30px;
		margin-left: 15px;
		margin-top: 1px;
	}
	
	.page-wz .container{
		width: 980px;
	}
	.center_content{
		width: 980px;
	}
	.zy_nr .left{
		width: 180px;
	}
	.tab_content{
		width: 790px;
	}
}