/*头部*/
body{
	padding-top: 130px;
}
#hjHeader {
	width: 100%;
	min-width: 980px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	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: 1640px;
	margin: 0 auto;
	height: 100px;
}
#hjHeader .header-wrap .logo {
	float: left;
	width: 410px;
	position: relative; 
	margin-top: 24px;

}
#hjHeader .header-wrap .logo a {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 10001;
}
#hjHeader .header-wrap .logo a img{
	width: 100%;
	height: 100%;    
}
#hjHeader .header-wrap .nav {
	height: 100%;
	float: right;
	z-index: 9999;
	margin-right:40px ;
}
#hjHeader .header-wrap .nav ul{
	height: 100%;
}
#hjHeader .header-wrap .nav ul li {
	height: 100%;
	float: left;
	text-align: center;
	margin-left: 16px;
	position: relative;
}
#hjHeader .header-wrap .nav ul li:before {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #125EF2;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
    transition: transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
    transform: scale(0);
    -webkit-transform: scale(0);
    visibility: hidden\9;
}
#hjHeader .header-wrap .nav ul li.active:before{
	transform: scale(1);
    -webkit-transform: scale(1);
}
#hjHeader .header-wrap .nav ul li>a {
	line-height: 100px;
	/*height: 90px;*/
	font-size: 18px;
	color: #666;
	display: block;
	padding: 0 23px;
	font-weight: 700;
	font-weight: normal;
    font-family: Microsoft YaHei, PingFang SC, tahoma, arial, Hiragino Sans GB, sans-serif !important;
}
#hjHeader .header-wrap .nav ul li.active>a{
	font-weight: 700;
	color:#125EF2 ;
}
#hjHeader .header-wrap .nav ul li.active1>a{
	font-weight: 700;
	color:#125EF2 ;
}
#hjHeader .header-wrap .nav ul li.active1:before{
	transform: scale(1);
    -webkit-transform: scale(1);
}
#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("/statics/images/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: 250px;
	float: right;
	overflow: hidden;
	height: 100%;
	padding: 5px 30px;
	background: #125EF2;
}
#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: 15px;
}
#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(/statics/images/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: #00a2e8;
}
#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: #00a2e8;
	display: block;
	width: 95px;
	height: 36px;
	border: #00a2e8 solid 1px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
}
#hjHeader .sNav .btnDiv a:hover {
	border: #00a2e8 solid 1px;
	background: #00a2e8;
	color: #fff;
}
#hjHeader .sNav .imgDiv {
	padding-left: 52px;
	width: 350px;
	height: 180px;
}
#hjHeader .sNav .imgDiv img {
	width: 100%;
	height: 100%;
}
.nav li .xldiv {
    display: none;
    position: absolute;
    top: 100px;
    padding: 10px 0;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    background: #f7f7f7;
    text-align: center;
    z-index: 9999;
}
.nav li .xldiv a:first-child {
    border-top: 0 none;
}
.nav li .xldiv a {
	width: 95%;
	margin: 0 auto;
    display: block;
    font-size: 14px;
    color: #666;
	line-height: 45px;
	position: relative;
	border-top: 1px solid #eee;
}
.nav li .xldiv a:before{ content: "";position: absolute; left: 0; right: 0; bottom: 0; height: 100%; background-color: #125EF2; transform-origin: 100%; -webkit-transform-origin: 100%; -webkit-transition: -webkit-transform .4s cubic-bezier(.4,0,.2,1); transition: transform .4s cubic-bezier(.4,0,.2,1); -webkit-transform: scaleX(0); transform: scaleX(0);  z-index: -1;}
.nav li .xldiv a:hover{ color: #fff;}
.nav li .xldiv a:hover:before{ transform: scaleX(1); -webkit-transform: scaleX(1); -moz-transform: scaleX(1); transform-origin: 0; -webkit-transform-origin: 0; }

#hjHeader .top-hei{width: 100%;height: 30px; background-color: #222222;}
#hjHeader .top-hei .top-box{width: 1620px; margin: 0 auto; overflow: hidden;}
#hjHeader .top-hei .top-box .topbox-div{float: right;margin-left: 30px;margin-top: 7px;}
#hjHeader .top-hei .top-box .topbox-div a{font-size: 12px;font-weight: 400;
color: #CCCCCC;    line-height: 16px;}
#hjHeader .top-hei .top-box .topbox-div a span{font-size: 12px;}
#hjHeader .top-hei .top-box .topbox-div:nth-child(1) a span{font-size: 14px;}
#hjHeader .sousuo{float: right;height: 100%;    margin-right: 20px;cursor: pointer;}
#hjHeader .sousuo span{font-size: 22px;line-height: 100px;}
/* 搜索弹框 */
.serLayerBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 8888;
    left: 0;
	top: 0;
	display: none;
}
.serLayer {
    width: 80%;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 1000px;
    left: 50%;
	z-index: 9900;
	display: none;
}
.serClose {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/statics/img/close1.png);
    cursor: pointer;
}
.serTnm {
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin-bottom: 36px;
}
.serIntBox {
    height: 60px;
    position: relative;
}
.serLayer input {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
	border-radius: 1.8em;
	background: #fff;
	outline: none;box-sizing: border-box;
}
.serLayer button {
	position: absolute;
	outline: none;
    border: none;
    right: 0;
    top: 0;
    width: 80px;
    height: 60px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/statics/img/icon10.png);
    cursor: pointer;
}
/* 公共底部 */
.footer {width: 100%;background-color: #F2F2F2;overflow: hidden;}
.footer .footer-div{
	width: 1280px;
	overflow: hidden;
	margin: 0 auto;
}
.footer .footer-div .footer-li{
	float: left;
	width: 155px;
}
.footer .footer-div .footer-li li{margin-bottom: 15px;width: 100%;}
.footer .footer-div .footer-li li:nth-child(1){
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	font-weight: bold;
	color: #333333;
	width: 100%;
	margin-top:38px ;
	margin-bottom: 28px;
}
.footer .footer-div .footer-li li a{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
	height: 14px;
}
.footer .footer-div .footer-li li a:hover{
	color: #333333;
}
.footer .footer-div .footer-lif{
	width: 129px;
	margin-left: 58px;
}
.footer .footer-div .footer-lif li img{width: 129px;}
.footer .footer-div .footer-lis{
	width: 220px;
	margin-left: 80px;
}
.footer .footer-div .footer-lis li a{
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	height: 30px;
	line-height: 30px;
}
.footer .footer-div .footer-lis li .more{
	width: 150px;
	height: 36px;
	background: #125EF2;
}
.footer .footer-div .footer-lis li .more .zi span{
	font-size: 14px;
	line-height: 36px;
}
.footer .footer-div .footer-lis li .more a{
	line-height: 24px;
}
.footer  .foot-yqlj{
	width: 1280px;
	margin: 0 auto;
	border-top: 1px solid #E6E6E6;
	margin-top: 20px;
	overflow: hidden;
}
.footer  .foot-yqlj p{
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #333333;
	margin-right: 30px;
	float: left;
	margin-top: 25px;
	margin-bottom: 26px;
}
.footer  .foot-yqlj p a{
	color: #666666;
}
.footer  .foot-yqlj p a:hover{
	color: #333333;
}
.copyright{width: 100%;background-color: #e6e6e6;}
.copyright .copy-div{width: 1280px;margin: 0 auto;overflow: hidden;}
.copyright .copy-div .left-div{float: left;margin-top: 18px;margin-bottom: 18px;}
.copyright .copy-div .left-div p{
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	line-height: 12px;
}
.copyright .copy-div .right-div{float: right;margin-top: 18px;margin-bottom: 18px;}
.copyright .copy-div .right-div p{
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	line-height: 12px;
}
.tx-head-nav {display: none;}
.common-width{width: 1400px;margin: 0 auto;}
@media only screen and (max-width: 1680px){
    #hjHeader .top-hei .top-box {
        width: 96%;
    }
    #hjHeader .header-wrap {
        width: 96%;
        margin: 0 auto;
        height: 100px;
    }
    .footer .footer-div .footer-lis li a{font-size:22px;}
}

@media only screen and (max-width: 1465px){
    body{padding-top:120px;}
    #hjHeader .top-hei .top-box,#hjHeader .header-wrap,.footer .footer-div,.copyright .copy-div,.footer .foot-yqlj{width:1200px;}
    #hjHeader .header-wrap{height:90px;}
    #hjHeader .header-wrap .logo a img{height:42px;width:auto;}
    #hjHeader .header-wrap .nav ul li > a{font-size:17px;line-height:90px;}
    #hjHeader .header-wrap .nav ul li:before{height:2px;}
    
    .footer .footer-div .footer-li{width:140px;}
    
    .footer .foot-yqlj p{font-size:12px;}
    .footer .footer-div .footer-lif{margin-left:45px;}
    .footer .footer-div .footer-lis{margin-left:55px;width:260px;}
    
}
@media only screen and (max-width: 1230px){
    body{min-width:1030px;}
    #hjHeader .top-hei .top-box,#hjHeader .header-wrap,.footer .footer-div,.copyright .copy-div,.footer .foot-yqlj{width:1000px;}
    
    #hjHeader .header-wrap .logo{width:360px;}
    #hjHeader .header-wrap .nav ul li>a{padding:0 18px;}
    #hjHeader .header-wrap .nav{margin-right:20px;}
    
    .footer .footer-div .footer-li:nth-child(5),.footer .footer-div .footer-li:nth-child(5){display:none;}
    
}

/*@media only screen and (max-width: 1300px){*/
/*    .footer .footer-div {*/
/*        width: 95%;*/
/*        overflow: hidden;*/
/*        margin: 0 auto;*/
/*    }*/
/*    .footer .footer-div .footer-li {*/
/*        float: left;*/
/*        width: 140px;*/
/*    }*/
/*    .footer .footer-div .footer-lis {*/
/*        width: 220px;*/
/*        margin-left: 70px;*/
/*    }*/
/*    .footer .foot-yqlj {*/
/*        width: 95%;*/
/*    }*/
/*    .copyright .copy-div {*/
/*        width: 95%*/
/*    }*/
/*}*/

/* 移动端导航条 */

@media only screen and (max-width: 768px){
     body{min-width:320px;}
     #hjHeader .header-wrap .logo{margin-top:0;}
	#hjHeader .top-hei{
		display: none;
	}
	#hjHeader {
		height: 50px;
		width: 100%;
		min-width: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999999;
		background: #fff;
	}
	#hjHeader .header-wrap {
		width: 100%;
		margin: 0 auto;
		height: 50px;
	}
	#hjHeader .sousuo{display: none;}
	#hjHeader .header-wrap .nav{display: none;}
	.tx-head-navb {
		display: block;
		margin-right: 30px;
		text-align: center;
		margin: 23px 30px;
		cursor: pointer;
	}
	.tx-head-navb {
		margin: 13px 8px 0;
	}
	.tx-head-navb i {
		float: left;
		position: relative;
		width: 30px;
		height: 2px;
		background: #125EF2;
		border-radius: 99px;
		margin: 11px 0 11px;
	}
	.tx-head-navb i {
		width: 23px;
	}
	::before, ::after {
		transition: 0.5s;
		-moz-transition: 0.5s;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
	}
	.tx-head-navb i::before {
		content: '';
		position: absolute;
		left: 0;
		top: -11px;
		width: 100%;
		height: 2px;
		background: #125EF2;
		border-radius: 99px;
	}
	.tx-head-navb i::before {
		top: -8px;
	}
	.tx-head-navb i::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -11px;
		width: 100%;
		height: 2px;
		background: #125EF2;
		border-radius: 99px;
	}
	.tx-head-navb i::after {
		bottom: -8px;
	}
	.tx-head-navb.active i{background: #fff;}

    .tx-head-navb.active i::before{transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);top:0;}

    .tx-head-navb.active i::after{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);bottom:0;}
    
    .tx-head-nav .nav-sub{display: none; position: absolute;left:50%;margin-left:-85px; top:100%; width: 170px;padding:5px;background: #fff;box-shadow: 0 0 6px #bbb;}
.tx-head-nav .nav-sub > li{clear: both;width: 100%;}
.tx-head-nav .nav-sub > li > a{display: block;width: 100%;line-height: 42px;font-size:14px;text-align: center;border-top:1px solid #eee;}
.tx-head-nav .nav-sub > li > a:hover{background: #141F55;color:#fff !important;}
.tx-head-nav > li:hover > .nav-sub{display: block;}


	#hjHeader .header-wrap .logo {
		float: left;
		width: auto;
		height: 35px;
		position: relative;
	}
	#hjHeader .header-wrap .logo a {
		display: block;
		position: unset;
		top: 5px;
		left: 0;
		z-index: 10001;
	}
	#hjHeader .header-wrap .logo a img {
		width: auto;
		height: 30px;
		margin-top: 10px;
	}
	.tx-head-nav > li{width: 100%;float: left;}

    .tx-head-nav{position: fixed;top:50px;left:0; background: none;height: calc(100% - 50px);z-index: 777;overflow-y:auto;background: #fff; width: 100%;display: none;}

    

    .tx-head-nav > li > a:before{display: none;}

    .tx-head-nav > li > a{position: relative; font-size: 14px;line-height: 48px;margin:0;text-align: left;padding:0 20px; display: block;}

    .tx-head-nav > li > a i{position: absolute;right:0px;top:0; font-family: '宋体';transform: rotate(90deg);-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);margin-right: 20px;}

    .tx-head-nav > li > a.active i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-ms-transform: rotate(-90deg);}

    .tx-head-nav > li.active > a{color:#fff; background: #125EF2;    display: block;}

    .tx-head-nav .nav-sub{position: relative;width: 100%;left:0;padding:0;float: left;margin-left: 0px;}

    .tx-head-nav .nav-sub > li{width: 100%;clear: none;border-left: 1px solid #eee;}

    .tx-head-nav .nav-sub > li > a{border-top:0;border-bottom: 1px solid #e2e2e2;font-size: 12px;}
	body {
		padding-top: 50px;
	}

	.footer .footer-div {
		width: 96%;
		overflow: hidden;
		margin: 0 auto;
	}
	.footer .foot-yqlj {
		width: 96%;
		margin: 0 auto;
		border-top: 1px solid #E6E6E6;
		margin-top: 20px;
		overflow: hidden;
	}
	.copyright .copy-div {
		width: 96%;
		margin: 0 auto;
		overflow: hidden;
	}
	.footer .footer-div .footer-li{
        display: none;
    }
	.footer .foot-yqlj p {
		font-size: 14px;
		font-weight: 400;
		line-height: 14px;
		color: #333333;
		margin-right: 30px;
		float: left;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.footer .foot-yqlj p:nth-child(1){
        width: 100%;
        margin-bottom: 0px;
	}
	.copyright .copy-div .left-div p {
		font-size: 12px;
		font-weight: 400;
		color: #333333;
		line-height: 24px;
	}
	.copyright .copy-div .right-div {
		float: left;
		margin-top: 0px;
		margin-bottom: 18px;
	}
}

