@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;
}

[hidefocus],
summary {
	outline: 0;
}

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;
}

q:before,
q:after {
	content: none;
}

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;
	-moz-user-select:none; /* Firefox私有属性 */
  	-webkit-user-select:none; /* WebKit内核私有属性 */
  	-ms-user-select:none; /* IE私有属性(IE10及以后) */
  	-khtml-user-select:none; /* KHTML内核私有属性 */
  	-o-user-select:none; /* Opera私有属性 */
 	user-select:none; /* CSS3属性 */
}

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: 105px;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#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: 1200px;
	margin: 0 auto;
	/* position: relative; */
	height: 100%;
}

#hjHeader .header-wrap .logo {
	float: left;
}

#hjHeader .header-wrap .logo a {
	display: block;
	padding: 25px 0;
}

#hjHeader .header-wrap .logo a img {
	display: block;
	height: 55px;
}

#hjHeader .header-wrap .nav {
	float: left;
	z-index: 9999;
	margin-left: 115px;
}

#hjHeader .header-wrap .nav ul li {
	float: left;
	padding-top: 15px;
}

#hjHeader .header-wrap .nav ul li>a {
	line-height: 82px;
	height: 90px;
	font-size: 16px;
	color: #000;
	display: block;
	padding: 0 13px;
}

#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>a i.up-icon {
	display: none;
	width: 13px;
	height: 7px;
	vertical-align: middle;
	margin: -25px auto;
	background: url(../img/icon/up.png) no-repeat center;
}

#hjHeader .header-wrap .nav ul li>a i.up-icon.active {
	display: block;
}

#hjHeader .header-wrap .nav ul li:hover>a i.down-icon {
	opacity: 0;
}

#hjHeader .header-wrap .nav ul li:hover>a i.up-icon {
	display: block;
}

#hjHeader .header-wrap .nav ul li:hover .sNav {
	display: block;
}

#hjHeader .header-wrap .header-contact {
	float: right;
	overflow: hidden;
	height: 100%;
	padding: 28.5px 0;
}

#hjHeader .header-wrap .header-contact .icon {
	width: 28px;
	margin-top: 11px;
	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: #ce151a;
	margin-left: 10px;
}

.sNav {
	width: 100%;
	min-width: 1200px;
	height: 320px;
	position: absolute;
	top: 95px;
	left: 0;
	z-index: 999;
	display: none;
	background-color: #fff;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
}

.sNav .container {
	width: 1200px;
	margin: 0 auto;
}

.sNav .bigBox {
	padding-top: 55px;
}

.sNav .case-list {
	width: 80px;
	height: 240px;
	margin: 0 50px 0 120px;
}
.successCase .case-list{
	width: 180px;
}

.sNav .case-list dl{
	height: 100%;
}

.sNav .case-list dd {
	width: 80px; 
	height: 30px;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align: center;
	float: left;
}

.sNav .case-list dd:nth-child(2n){
	margin-right: 0;
}

.sNav .case-list dd.liNow{
	background: #0168b0;
	position: relative;
}

.sNav .case-list dd.liNow::before{
	content: '';
	display: block;
	width: 1px;
	height: 25px;
	background: #0168b0;
	position: absolute;
	bottom: -8px;
	right: -3px;
}

.sNav .case-list dd.liNow::after{
	content: '';
	display: block;
	width: 55px;
	height: 1px;
	background: #0168b0;
	position: absolute;
	bottom: -3px;
	right: -8px;
}

.sNav .case-list dd a {
	color: #666;
	line-height: 30px;
}

.sNav .case-list .liNow a {
	color: #fff;
	font-size: 16px;
}

.sNav .tabContent {
	display: none;
}

.sNav .contentBox {
	padding-left: 52px;
	width: 310px;
	border-left: #e1e1e1 solid 1px;
}

.sNav .txt {
	font-size: 24px;
	padding-bottom: 18px;
	color: #000;
}

.sNav .content {
	font-size: 14px;
	height: 72px;
	line-height: 24px;
	overflow: hidden;
}

.sNav .btnDiv {
	padding-top: 25px;
}

.sNav .btnDiv a {
	color: #0786d3;
	display: block;
	width: 95px;
	height: 36px;
	border: #0786d3 solid 1px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
}

.sNav .btnDiv a:hover {
	border: #0786d3 solid 1px;
	background: #0786d3;
	color: #fff;
}

.sNav .imgDiv {
	padding-left: 52px;
	width: 350px;
	height: 180px;
}

.sNav .imgDiv img {
	width: 100%;
	height: 100%;
}

#hjIndex .banner {
	width: 100%;
	min-width: 1400px;
    height: 400px;
    position: relative;
    overflow: hidden;
}

#hjIndex .banner a {
	display: block;
    width: 1920px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

#hjIndex .banner img {
	/*width: 100%;
	height: auto;*/
}

#hjIndex .banner a.btn {
	display: block;
	width: 200px;
	height: 58px;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

#hjIndex .banner a.btn img {
	width: 200px;
	height: 58px;
}

#link {
	width: 100%;
	min-width: 1200px;
	height: 90px;
	padding: 14px 0;
	background: #c21515;
}

#link .container {
	width: 1200px;
	margin: 0 auto;
}

#link .container .link-right {
	margin-top: 15px;
}

#link .container .link-right input {
	width: 230px;
	height: 38px;
	padding: 10px;
	font-size: 18px;
	color: #333;
	border: none;
	margin-right: 12px;
	float: left;
}

#link .container .link-right .refer-btn {
	display: inline-block;
	width: 200px;
	height: 53px;
	float: right;
}

#hjFooter {
	width: 100%;
	min-width: 1400px;
	position: relative;
}
#hjFooter .footer-top{
	background: #0168b5;
}
#hjFooter .footer-wrap {
	width: 1400px;
	margin: 0 auto;
	color: #fff;
}
#hjFooter .footer-wrap .left,#hjFooter .footer-wrap .right{
	width: 585px;
	text-align: center;
}
#hjFooter .footer-wrap .name,#hjFooter .footer-wrap .contact{
	padding: 33px 0;
}
#hjFooter .footer-wrap .name .cn {
	font-size: 30px;
	font-weight: 700;
}
#hjFooter .footer-wrap .name .en {
	font-size: 14px;
}
#hjFooter .footer-wrap .contact .phone {
	display: inline-block;
	line-height: 26px;
	font-size: 24px;
}
#hjFooter .footer-wrap .contact .server{
	display: inline-block;
	margin-left: 40px;
}
#hjFooter .footer-wrap .contact .server .server-time {
	width: 150px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #fff;
	border-radius: 14px;
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
}
#hjFooter .footer-wrap .contact .server p{
	line-height: 26px;
	font-size: 24px;
}
#hjFooter .footer-bg{
	background: url(../img/footer-bg.jpg) no-repeat center;
	background-size: cover;
}
#hjFooter .footer-middle{
	height: 145px;
}
#hjFooter .footer-nav{
	padding-top: 20px;
}
#hjFooter .footer-nav ul li{
	width: 140px;
	display: inline-block;
}
#hjFooter .footer-wrap a {
	color: #fff;
	font-size: 16px;
	position: relative;
}
#hjFooter .footer-middle .footer-wrap a::after{
	content: '';
	display: block;
	width: 35px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -25px;
}
#hjFooter .ewm-code {
	width: 230px;
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#hjFooter .ewm-code .code{
	width: 100%;
	height: 230px;
	background: #0168b5;
	padding: 12px;
}
#hjFooter .ewm-code .code img{
	width: 100%;
	height: 100%;
}
#hjFooter .ewm-code p{
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
#hjFooter .footer-bottom{
	padding: 40px 0;
}
#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: 12px;
	color: white;
}
#hjFooter .footer-wrap .friend-link li a {
	padding: 0 6px;
	margin: 5px 0;
	color: white;
}
#hjFooter .footer-wrap .copyright {
	text-align: center;
	font-size: 14px;
	margin-top: 35px;
}
#hjFooter .footer-wrap .copyright span {
	margin: 0 8px;
}

#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: 1200px;
	background: #f9f9f9;
	height: 70px;
	line-height: 50px;
	position: relative;
	margin-top: -4px;
}

.page-wz .container {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #0786d3;
}

.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 h3{
	font-size: 30px;
	color: #000;
	line-height: 40px;
	margin-top: 25px;
}

.page-wz span {
	display: block;
	font-size: 16px;
	color: #111;
	line-height: 30px;
	margin-top: 35px;
}

.page-wz a {
	font-size: 16px;
	color: #111;
}

.page-wz a.page_name {
	color: #0786D3;
}

.page-wz a:hover {
	color: #0786D3;
	text-decoration: underline;
}

.page {
	text-align: center;
	margin-bottom: 65px;
}

.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: #0786d3;
	border-color: #0786d3;
	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: #0786d3;
	border-color: #0786d3;
	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;
}


#hjSide {
	bottom: 170px;
	width: 50px;
	z-index: 1000;
	right: 0;
    position: fixed;
}

#hjSide ul li {
	width: 50px;
	height: 50px;
	background: url(../img/side-icon.png) no-repeat #535353;
	position: relative
}

#hjSide ul li .side-con,
#hjSide ul li:hover,
.hj-btn-wrap .hj-btn {
	background-color: #ca2611
}

#hjSide ul li:hover>.side-con {
	display: block
}

#hjSide ul li .side-con {
	position: absolute;
	left: -170px;
	width: 170px;
	color: #fff;
	display: none
}

#hjSide ul li .side-con.side-contact-us {
	padding: 0 20px;
	height: 130px;
	top: 0
}

#hjSide ul li .side-con.side-contact-us .t {
	padding-top: 2px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #fff
}

#hjSide ul li .side-con.side-contact-us .b {
	padding: 6px 0;
	overflow: hidden
}

#hjSide ul li .side-con.side-contact-us .b p {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 20px
}

#hjSide ul li .side-con.side-contact-us .b p .icon {
	margin-right: 5px;
	vertical-align: middle
}

#hjSide ul li .side-con.side-contact-code {
	padding: 0 20px;
	bottom: 0
}

#hjSide ul li .side-con.side-contact-code .t {
	padding-top: 2px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #fff
}

#hjSide ul li .side-con.side-contact-code .b {
	overflow: hidden;
	padding: 10px 0
}

#hjSide ul li .side-con.side-contact-code .b .icon {
	width: 54px;
	height: 54px;
	float: left
}

#hjSide ul li .side-con.side-contact-code .b .icon img {
	display: block;
	width: 100%;
	height: 100%
}

#hjSide ul li .side-con.side-contact-code .b .text {
	float: left;
	line-height: 54px;
	font-size: 16px;
	color: #fff;
	margin-left: 5px
}

#hjSide ul li .side-con.side-consult {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff
}

#hjSide ul li .side-con.side-consult a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding-left: 20px
}

#hjSide ul li .side-con.side-consult a .icon {
	vertical-align: middle
}


.cao-slde-top img {
    width: 100%;
    height: 100%;
    display: block;
}

.cao-slde-top {
	bottom: 90px;
	margin-top: -70px;
	z-index: 10000;
	position: fixed;
	right:0;
}

.cao-slde-top img {
	width: 100%;
	height: 100%;
	display: block
}
