﻿@charset "utf-8";
/* CSS Document */
body{ 
	min-width: 1200px; 
	color: #333;
	background: #fff;
}

/* 整体容器 */

.wrap{ 
	width: 100%; 
	overflow: hidden;
}
.main-box{
	position: relative;
}
em,i{
	font-style: normal;
	margin-right: 2px
}
.inner{
	width: 1145px;
	margin: 0 auto;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: block;
}
/*图片放大效果*/
.img-enlarge{
	-webkit-transition: all 0.3s linear;
 	-o-transition: all 0.3s linear;
  	-ms-transition: all 0.3s linear;
  	-moz-transition: all 0.3s linear;
 	transition: all 0.3s linear;
}
.img-enlarge:hover{
	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	transform: scale(1.1);
}
/*按钮45度旋转*/
.more-deg{
	display:inline-block;
	height: 30px;
	padding: 0 34px 0 16px;
	text-align: center;
	background: #177ECE;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
	position: relative;
}
.more-deg>img{
	/*float: right;*/
	position: absolute;
	width: 9px;
	height: 9px;
	top: 50%;
	right: 11px;
	margin-top: -5px;
	transition: all 0.1s ease;
}
.more-deg:hover img{
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	/* IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
	-o-transform:rotate(45deg);		/* Opera */
}
.more-deg:hover{
	box-shadow: 0 0 10px #9bbed9;
    -moz-box-shadow: 0 0 10px #9bbed9;
    -webkit-box-shadow: 0 0 10px #9bbed9;
}


/*底部开始*/
.footer-box{
	background: #1d1d1d;
	color: #b1b1b1;
	font-size: 14px;
	/*z-index: 1;*/
	/*background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: 79% center;*/
}
.footer-top{
	width: 100%;
	overflow: hidden;
	padding-top: 39px;
	padding-bottom: 20px;
}
.footer-top .ft-nav{
	width:228px;
}
.footer-top .ft-nav h3{
	height: 29px;
}
.footer-top .ft-nav li.hide{
	display: none;
}
.footer-top .left li{
	/*padding-top: 5px;*/
	line-height:28px;
}
.footer-top .right{
	width: 456px;
}
.footer-top .right li{
	line-height: 21px;
	width: 300px;
}
.footer-top .xian.on{
	
}
.footer-top .right .fl{
	
}
.footer-top .right .fr{
	padding-left: 10px;
	width: 126px;
	position: relative;
	padding-top: 3px;
}
.footer-top .right .fr .bg{
	position: absolute;
	left: 0;
	top: -20px;
    height: 250px;
    width: 3px;
}
.footer-top .right .logo{
	margin-bottom: 10px;
}
.footer-top .logo img{
	width: 126px;
}
.footer-top .right .weixin{
	text-align: center;
}
.footer-top .weixin img{
	width: 111px;
}
.footer-top .weixin span{
	display: block;
	line-height: 38px;
}
.footer-top h3 a{
	font-size: 16px;
	color: #B1B1B1;
}
.footer-top li a{
	font-size: 14px;
	color: #B1B1B1;
}
.footer-bot{
	width: 100%;
	overflow: hidden;
	/*height: 56px;*/
	line-height: 75px;
	border-top: 1px solid #424242;
}
.footer-bot .left li{
	float: left;
	margin-right: 8px;
}
.footer-bot a{
	font-size: 14px;
	color: #B1B1B1;
	margin-right: 15px;
}
.footer-bot a.Powered{
	
}
.footer-bot .left em{
	font-family: arial;
}
.footer-box a:hover{
	color: #0168b7;
	/*text-decoration: underline;*/
}



/*底部结束*/

body.on .wrap{
	padding-top: 100px;
}
/*顶部开始*/
.header-box{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100px;
	background:url(../images/header-box-bg.png);
	z-index: 1000;
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header-box .inner{
	overflow: inherit;
	height: 100px;
}
.header-box .mains.inner{
	position: relative;
	z-index: 10;
}

.header-box .logo{
	margin-top: 23px;
}
.header-box .logo img{
	width: 144px;
}
.header-box .logo .logo2{
	display: none;
}

.header-box .nav-box{
	margin-left: 69px;
}
.header-box .nav-lv1{
	height: 100px;
}
.header-box .nav-lv1 .lv1{
	float: left;
	padding: 0 39px;
	position: relative;
}
.header-box .nav-lv1 .lv1 .lv1s{
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: 100px;
}
.header-box .nav-lv2{
	position: absolute;
	left: 50%;
	top: 86px;
	display: none;
	z-index: 5;
}
.header-box .nav-lv2.about{
	top: 86px;
	width: 163px;
	left: 35%;
	margin-left: -60px;
	text-align: center;
}














.header-box .nav-lv3.about{
	top: 86px;
	width: 163px;
	left: 35%;
	margin-left: -60px;
	text-align: center;
}





.header-box .nav-lv2 .jiao{
	height: 14px;
}
.header-box .nav-lv2 .jiao img{
	vertical-align: top;
}
.header-box .nav-lv2.about .lv2-box{
	padding: 11px 0;
	background: #fff;
}
.header-box .nav-lv2.about .lv2-box li{
	line-height: 38px;
	letter-spacing: 2px;
}
.header-box .nav-lv2.about .lv2-box li a{
	color: #104071;
	display: block;
}
.header-box .nav-lv2.about .lv2-box li a:hover{
	color: #fff;
	background: #00a1e9;
}

.header-box .nav-lv1 .lv1:hover .nav-lv2{
	display: block;
}
.header-box .nav-lv2.apply {
	width: 720px;
	margin-left: -382px;
	text-align: center;
}
.header-box .nav-lv2 .lv2-box{
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.header-box .nav-lv2.apply .lv2-box{
	background: #fff;
	overflow: hidden;
}
.header-box .nav-lv2.apply .jiao{
	text-align: left;
}
.header-box .nav-lv2.apply .jiao img{
	margin-left: 372px;
}
.header-box .nav-lv2.apply .lv2-box li{
	width: 179px;
	float: left;
	padding-top: 30px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.header-box .nav-lv2.apply .lv2-box li.li4{
	border-right: none;
	width: 181px;
}
.header-box .nav-lv2.apply .lv2-box li.li8{
	border-right: none;
	width: 181px;
}
.header-box .nav-lv2.apply .lv2-box li.li9{
	border-bottom: none;
}
.header-box .nav-lv2.apply .lv2-box li.li10{
	border-bottom: none;
}
.header-box .nav-lv2.apply .lv2-box li.li11{
	border-bottom: none;
}
.header-box .nav-lv2.apply .lv2-box li.li12{
	border-bottom: none;
	border-right: none;
	width: 181px;
}
.header-box .nav-lv2.apply .lv2-box .imgs img{
	width: 53px;
}
.header-box .nav-lv2.apply .lv2-box .imgs .img2{
	display: none;	
}
.header-box .nav-lv2.apply .lv2-box li:hover{
	background: #0168b7;
}
.header-box .nav-lv2.apply .lv2-box li:hover .img1{
	display: none;
}
.header-box .nav-lv2.apply .lv2-box li:hover .img2{
	display:inline-block;
}
.header-box .nav-lv2.apply .lv2-box .name{
	line-height: 46px;
	color: #104071;
	letter-spacing: 2px;
	font-size: 14px;
}
.header-box .nav-lv2.apply .lv2-box li:hover .name{
	color: #fff;
}

.header-box .nav-lv2.product{
	width: 1200px;
	left: 50%;
	margin-left: -465px;
}
.header-box .nav-lv2.product .jiao img{
	margin-left: 455px;
}
.header-box .nav-lv2.product .lv2-box{
	background: #eeeeee;
	overflow: hidden;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0);
}
.header-box .nav-lv2.product .tab-img{
	overflow: hidden;
}
.header-box .nav-lv2.product .tab-img li{
	float: left;
	width: 200px;
	text-align: center;
	cursor: pointer;
	padding-top: 16px;
	padding-bottom: 6px;
	height: 118px;
}
.header-box .nav-lv2.product .tab-img .imgs{
	
}
.header-box .nav-lv2.product .tab-img .imgs img{
	width: 80px;
	height: 80px;
	box-shadow: 1px 1px 7px #727272;
    cursor: pointer;
    border-radius: 99px;  
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}
.header-box .nav-lv2.product .tab-img .name{
	line-height: 38px;
	font-size: 14px;
}
.header-box .nav-lv2.product .tab-img li.on{
	background: #fff;
}
.header-box .nav-lv2.product .tab-img li.on .imgs img{
	box-shadow: none;
}
.header-box .nav-lv2.product .tab-img li:hover .imgs img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.header-box .nav-lv2.product .tab-img li.on .imgs img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.header-box .nav-lv2.product .tab-img li:hover .name{
	color: #0168b7;
}

.header-box .tab-product .item{
	display: none;
	background: #fff;
	overflow: hidden;
	padding-top: 19px;
	padding-bottom: 22px;
}
.header-box .tab-product .item.on{
	display: block;
	border-bottom: 5px solid #dbdbdb;

}
.header-box .tab-product .left{
	width: 750px;
	padding-left: 21px;
}
.header-box .tab-product dl{
	float: left;
	width: 146px;
	margin-right: 55px;
	height: 218px;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 0px;
}
.header-box .tab-product dl.on{
	margin-right: 0;
}
.header-box .tab-product dl dt{
	color: #333333;
	line-height: 16px;
	border-bottom: 1px solid #7d7d7d;
	padding-bottom: 9px;
	margin-bottom: 12px;
	max-height: 32px;
	overflow: hidden;
}
.header-box .tab-product dl dt a{
	color: #333;
}
.header-box .tab-product dl dt a:hover{
	color: #0168b7;
}
.header-box .tab-product dl dd{
	line-height: 16px;
	margin-bottom: 10px;
	max-height: 31px;
	overflow: hidden;
}
.header-box .tab-product dl dd a{
	color: #0168b7;
	font-size: 13px;
}

.header-box .tab-product .right{
	width: 330px;
	padding-right: 29px;
	border-left: 1px solid #eeeeee;
	padding-top: 16px;
	padding-left: 32px;
	padding-bottom: 24px;
	min-height: 190px;
}
.header-box .tab-product .right .items{
	overflow: hidden;
	display: none;
}
.header-box .tab-product .right .items .items-left{
	float: left;
	width: 197px;
}
.header-box .tab-product .right .items .items-left .name{
	color: #0168b7;
	font-size: 16px;
	line-height: 27px;
	max-height: 54px;
	overflow: hidden;
	margin-bottom: 10px;
}
.header-box .tab-product .right .items .items-left .doc{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	max-height: 220px;
	overflow: hidden;
}
.header-box .tab-product .right .items .items-right{
	float: right;
	width: 130px;
	padding-top: 20px;
}
.header-box .tab-product .right .items .items-right img{
	width: 130px;
}

.header-box .search-btn{
	color: #fff;
	font-size: 14px;
	line-height: 39px;
	margin-top: 31px;
}
.header-box .search-btn span{
	font-family: "微软雅黑";
	padding-right: 41px;
	display: inline-block;
	cursor: pointer;
	background: url(../images/header-navbtn.png) no-repeat right center;
}
.header-box .search-box{
	position: absolute;
	width: 100%;
	left: 0;
	top: 100px;
	background: url(../images/header-box-bg.png);
	height: 70px;
	padding-top: 10px;
	display: none;
}
.header-box .search-box .search-main{
	position: relative;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.header-box .search-box .search-main input{
	height: 36px;
	line-height: 36px;
	padding-left: 21px;
	padding-right: 50px;
	width: 1074px;
	font-family: "宋体";
	font-size: 14px;
} 
.header-box .search-box .search-main input::-webkit-input-placeholder {
    color: #cacaca;  
}
.header-box .search-box .search-main .btns{
	position: absolute;
	width: 24px;
	height: 24px;
	right: 14px;
	margin-top: -12px;
	top: 50%;
}

.header-box .search-box .link-list{
	overflow: hidden;
}
.header-box .search-box .link-list li{
	float: left;
	line-height: 34px;
	margin-right: 25px;
	font-size: 14px;
}
.header-box .search-box .link-list li a{
	color: #dad9d9;
}
.header-box .search-box .link-list li a:hover{
	text-decoration: underline;
}

.header-box.on1 {
    top: -100%;
}
.header-box.fixednav{
	position: fixed;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.header-box.fixednav .logo .logo1{
	display: none;
}
.header-box.fixednav .logo .logo2{
	display: block;
}
.header-box.fixednav .nav-lv1 .lv1 .lv1s{
	color: #333333;
}
.header-box.fixednav .nav-lv2.product .lv2-box{
	border-top: 1px solid #eeeeee;
}
.header-box.fixednav .nav-lv2.about .lv2-box{
	border-top: 1px solid #eeeeee;
}
.header-box.fixednav .nav-lv2.apply .lv2-box{
	border-top: 1px solid #e5e5e5;
}
.header-box.fixednav  .search-btn span{
	background: url(../images/header-navbtn1.png) no-repeat right center;
	color: #333;
}
/*顶部结束*/


/*新增客服*/
.online-box{
	position: fixed;
	right: -128px;
	top: 27%;
	width: 178px;
	height: 100px;
}
.online-box .left{
	float: left;
	width: 50px;
	background: #0168b7;
	text-align: center;
	cursor: pointer;
}
.online-box .left:hover{
	background: #0a75c7;
}
.online-box .left .imgs{
	padding-top: 12px;
	height: 38px;
}
.online-box .left .imgs img{
	margin-left: -3px;
}
.online-box .left .doc{
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 18px;
	color: #fff;
	letter-spacing: 1px;
}
.online-box .right{
	width: 117px;
	float: right;
	position: relative;
	background: #fff;
	min-height: 97px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  padding-top: 2px;
  padding-left: 11px;
}
.online-box .right .online-close{
	position: absolute;
	right: 6px;
	top: 5px;
	cursor: pointer;
}
.online-box .right .list{

}
.online-box .right .list li{
	padding-left: 32px;
	padding-right: 5px;
	font-size: 14px;
	line-height: 39px;
	background: url(../images/online-rightimg.png) no-repeat left center;
	letter-spacing: 2px;
}
.online-box .right .list li a{
	color: #666666;
	display: block;
}
.online-box .right .list li a:hover{
	color: #0868b5;
}
.lianje {
	margin: 0 3%;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #b1b1b1;
}
.lianje a{
	margin: 0 2px;
	color: #b1b1b1;
}

/*回到顶部开始*/
.back-to-top{
	width: 48px;
	height: 60px;
	border-radius: 0 22px 0 0;
	position: fixed;
	right: 30px;
	bottom: 5%;
	cursor: pointer;
	z-index: 1000;
	background: url(../images/back_to_top.png) no-repeat center center;
	display: none;
}
/*回到顶部结束*/