body{
    font-family: "Microsoft YaHei",SimSun,sans-serif;
}
*{
	border:0;
	padding:0;
	margin:0;
	color: #333333;
}
a{
	text-decoration: none;
	color: black;
}
a:hover{
	text-decoration: none;
	cursor: pointer;
}
div button{
	border-radius: 2px;
}
ul{
	list-style: none;
}

/* 页面通用css start */
.close-img{
	display: inline-block;
	width:22px;
	height:22px;
	background-image: url(../images/header/close.png);
	cursor: pointer;
}
.close-img:hover{
	background-image: url(../images/header/close-hover.png);
}

.common-moudle-style{
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.common-moudle-center-style{
	margin: 0 auto;
	width: 1200px;
	height: auto;
}
/* 页面通用css end */


/* 广告区css start */
.adv{
	width:100%;
	/*width: 1200px;*/
	height:80px;
	overflow: hidden;
	background-color: #0645AA;
	/*margin: 0 auto;*/
}
.adv-body{
	position: relative;
	width:1200px;
	margin:0 auto;
}
.adv-img{
	width:100%;
	height:80px;
	position: absolute;
	cursor: pointer;
}
.adv-close{
	position: absolute;
	top:29px;
	right:0px;
}
/* 广告区css end */

/* 头部css start */
.header{
	/*width:1200px;*/
	width:100%;
	height:130px;
	border-bottom: 2px solid #48538B;
	margin: 0 auto;
	background-color: white;
}
.header-body{
	width:1325px;
	height:130px;
	margin:0 auto;
	border-bottom: 2px solid #48538B;
}
.header-body table tr:first-child{
	height:95px;
}
.logo{
	height:95px;
}

.header-search{
	border: 1px solid #CBCFD4;
	border-radius: 4px;
	width:478px;
	height: 34px;
	overflow: hidden;
}
.header-search > div{
	float: left;
}

.header-search-type{
	display: inline-block;
	width:66px;

}
.header-search-type button{
	padding-top: 5px;
	background-color: #FFFFFF;
	height:32px;
	border-top: 1px solid #CBCFD4;
	border-left: 1px solid #CBCFD4;
	border-bottom: 1px solid #CBCFD4;
	outline: none;
	border-radius: 2px;
}
.header-search-type .dropdown-menu{
	margin-top: 0px;
}
.header-search-content{
	display: inline-block;
	width:416px;
	height:32px;
	vertical-align: middle;
	border: 1px solid #CBCFD4;
	/*margin-left: -6px;*/
	padding-top: 5px;
}
.header-search-outline{
	height: 18px;
	width:1px;
	border-left: 1px solid #D8DBDE;
	position: relative;
	top:-27px;
	left: 75px;
}
.header-search-content input[type=text]{
	width:100%;
	padding:0 10px;
	/*font-size: 12px;*/
	vertical-align: top;
}
.header-search-content input[type=text]:focus{
	outline: none;
	outline-width: 0;
	border: 0;
}
.header-search-btn{
	display: inline-block;
	width:60px;
	height:32px;
	background: #0C3586;
	text-align: center;
	cursor: pointer;
	position: relative;
	top: -2px;
	left: -10px;
}
.header-search-btn:hover{
	background: rgba(12,53,134,0.8);
}
.header-search-btn > img{
	display: inline-block;
	width: 26px;
	height:26px;
	margin-top:3px;
}
.header-user{
	border:1px solid #CBCFD4;
	border-radius: 4px;
	width:auto;
	height:34px;
}
.header-user > div{
	display: inline-block;
	/*width:calc(100% / 2 - 4px);*/
	height: 32px;
	vertical-align: top;
}

.header-user > div:last-child{
	width: 60px;
}

.header-user > div > a{
	font-size: 14px;
	display: inline-block;
}

.header-user-login{
	text-align: right;
}

.header-user-login > a{
	margin:10px 0;
	height:12px;
	line-height: 14px;
	padding-right:8px;
	border-right:1px solid #CBCFD4;
	font-size: 14px;
}
.header-user-login > a > img{
	display: inline-block;
	width:20px;
	height:18px;
	margin-top:-3px;
	margin-right:2px;
}
.header-user-regist{
	text-align: center;
}
.header-user-regist a{
	margin:10px 0;
	height:12px;
	line-height: 14px;
}

.header-user-center-messages{
	display: block;
	border-radius: 4px;
	width:160px;
	height:34px;
	position: absolute;
	margin-top: -80px;
	margin-left: 1005px;
	z-index: 22;
	font-family: "Microsoft YaHei",SimSun,sans-serif;
	font-size: 14px;
}

.productDiv{
	height:35px;
	width:180px;
	background-color: #214690;
	border-radius: 4px;
	line-height: 30px;
	color:white;
	font-size: 14px;
	padding: 2px;
}
.isShow{
	display: none;
	width:200px;
	height:200px;
	border:1px solid black;
}

.productDiv img{
	width:18px;
	height: 13px;
	margin-left: 22px;
	margin-right: 10px;
	margin: 3px 10px 5px 22px;
	display: inline-block;
}

.productDiv h5{
	margin-left: 8px;
	display: inline-block;
	font-weight: 300;
}

.breadcrumb{
	margin-bottom: 0;
	padding: 0;
	margin-top: -25px;
	background-color: white;
}

ol{
	margin-bottom: 0;
}

.choiceList ul{
	height:35px;
	margin: 0;
}

.choiceList ul li{
	float: left;
	/* width:108px; */
	width:102px;
	height: 20px;
	line-height: 20px;
}

.choiceList ul li div{
	height: 27px;
	line-height: 25px;
	text-align: center;
	border: 1px solid transparent;
	margin: 0px 3px;
	border-radius: 2px;
	display: inline-block;
	width:82px;
}
.choiceList ul .product-li{
	width:115px;
}
.choiceList ul .product-li div{
	width:95px;
}
.choiceList ul .service-li div{
	width:90px;
}

.choiceList ul li div:hover{
	border: 1px solid #035496;
	transform: skew(-15deg);
	color:#103884;
}

.choiceList ul li div:hover h5{
	transform: skew(15deg);
	color:#103884;
}

.choiceList ul li > img{
	transform: skew(5deg);
}

.choiceList ul li div:hover h5 span{
	color:#103884;
}

.choiceList ul li div h5{
	color:black;
	height: 23px;
	line-height: 25px;
	margin: 0;
	font-weight: 400;
	font-family: "Microsoft YaHei",SimSun,sans-serif;
}

.choiceList ul li div h5 span{
	font-family: "Microsoft YaHei",SimSun,sans-serif;
	color: #97999c;
	font-size: 12px;
}
.classify-first-pop{
	display: none;
	position: absolute;
	width: 180px;
	height: 300px;
	z-index: 11;
	background-color: #08162a
}

.classify-first-pop ul li{
	height: 50px;
}

/*控制二级分类*/
.classify-first-pop ul li:hover{
	background-color: white;
}

/*控制一级分类的边框*/
/*.classify-first-pop > ul > li:hover{*/
	/*border-left: 2px double #103884;*/
/*}*/

/*.classify-first-pop > ul > li:last-child:hover{*/
	/*border-bottom: 2px double #103884;*/
/*}*/

.classify-first-pop ul li:hover .classify-second-pop{
	display: block;
}

.classify-first-pop ul li .img-0-child{
	margin: 10px 21px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/product/product_menu/product-cbjz.png) no-repeat;
}
.classify-first-pop ul li .img-1-child{
	margin: 10px 21px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/product/product_menu/product-donglizz.png) no-repeat;
}
.classify-first-pop ul li .img-2-child{
	margin: 10px 21px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/product/product_menu/product-dqxt.png) no-repeat;
}
.classify-first-pop ul li .img-3-child{
	margin: 10px 21px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/product/product_menu/product-jxzb.png) no-repeat;
}
.classify-first-pop ul li .img-4-child{
	margin: 10px 21px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/product/product_menu/product-cbxz.png) no-repeat;
}
.classify-first-pop ul li .img-5-child{
	margin: 10px 21px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/product/product_menu/product-txdh.png) no-repeat;
}

.classify-first-pop ul li .img-last-child{
	margin-left: 25px;
	margin-top: 13px;
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	background-image: url(../images/product/product_menu/product-right-white.png);
	background-repeat: no-repeat;
	background-position: 8px;
}

.classify-first-pop ul li a h5{
	margin-left: 0px;
	display: inline-block;
	vertical-align: top;
	margin-top: 16px;
	color: white;
	font-weight: 300;
	cursor: pointer;
}

.classify-first-pop ul li:hover .classify-first-pop-hover-text-color {
	color: #0c3586;
	font-family: "Microsoft YaHei",SimSun,sans-serif;
	font-weight: 400;
}

.classify-first-pop ul li:hover .img-0-child{
	background-image: url(../images/product/product_menu/product-cbjz-hover.png);
}

.classify-first-pop ul li:hover .img-1-child{
	background-image: url(../images/product/product_menu/product-donglizz-hover.png);
}

.classify-first-pop ul li:hover .img-2-child{
	background-image: url(../images/product/product_menu/product-dqxt-hover.png);
}

.classify-first-pop ul li:hover .img-3-child{
	background-image: url(../images/product/product_menu/product-jxzb-hober.png);
}

.classify-first-pop ul li:hover .img-4-child{
	background-image: url(../images/product/product_menu/product-cbxz-hover.png);
}

.classify-first-pop ul li:hover .img-5-child{
	background-image: url(../images/product/product_menu/product-txdh-hover.png);
}
.classify-first-pop ul li:hover .img-last-child{
	background-image: url(../images/product/product_menu/product-right-blue.png);
}

.classify-second-pop{
	display: none;
	position: absolute;
	width: 830px;
	z-index: -1;
	top: 0px;
	left: 178px;
	/*border: 2px solid #08162a;*/
	border-right: 2px solid #08162a;
	border-bottom: 2px solid #08162a;
	border-left: 2px solid #08162a;
	background-color: white;
	max-height: 70vh;
    overflow-y: scroll;
}

.classify-second-pop ul li ul{
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	width: 630px;
	/*border-bottom: 0.5px dashed #dcdcdc;*/
	border-top: 0.5px dashed #dcdcdc;
}

.classify-second-pop > ul > li > ul{
	padding: 5px 0;
}

.classify-second-pop ul li ul li{
	/*height: 30px;*/
	/*line-height: 30px;*/
}

/*为了防止世界被破坏，为了守护被遮住的底线，我给li的hover事件加上了透明*/
.classify-second-pop ul li ul li:hover{
	background-color: transparent;
}

.classify-second-pop ul li ul li h5{
	font-weight: 300;
	font-size: 13px;
	font-family: "Microsoft YaHei",SimSun,sans-serif !important;
	color: #333333;
	margin-right: 10px;
	/*height: 50px;*/
	/*line-height: 30px;*/
	/*margin-top: 8px;*/
}

.classify-second-pop ul li ul li:hover h5{
	color: #103884;
	cursor: pointer;
	font-weight: 600;
	font-size: 13px;
}

.classify-second-pop ul li ul li:first-child h5{
	margin-left: 0px;
}

.classify-second-pop ul li{
	height: auto;
	float: left;
}

.classify-second-pop ul li label{
	margin: 14px 20px;
	color: black;
	font-weight: 600;
	width: 90px;
	text-align: left;
	display: inline-block;
	font-size: 13px;
}

.classify-second-pop ul li img{
	margin-top: 18px;
	margin-left: -10px;
	display: inline-block;
	vertical-align: top;
}

/*避免选中二级分类的时候出现间隔线消失的情况*/
.classify-second-pop ul li:nth-child(1) ul{
	border-top-color: transparent;

}

/*设置二级分类最后一根线消失*/
.classify-second-pop ul li:last-child ul{
	border-bottom-color: transparent;
}

#classify-father{
	width:180px;
}
.dropdown-menu>li>a:hover{
	background-color:lightgray;
}

.home-boot-module-search-resultList {
    display: none;
    position: absolute;
    /*margin: -85px 0 0 85px;*/
    margin: -21px 0 0 65px;
    background-color: white;
    /*width: 559px;*/
    width: 410px;
    height: auto;
    border: 1px solid #dbdbdb;
    z-index: 3
}

.home-boot-module-search-resultList ul{
    margin: 0;
}

.home-boot-module-search-resultList ul li{
    height: 30px;
}
.home-boot-module-search-resultList ul li h5{
    margin: 0;
    margin-left: 15px;
    padding-top: 7px;
    color: #1f2021;
}
.home-boot-module-search-resultList ul li:hover{
    background-color: #eaeaea;
    cursor: pointer;
}

/* 头部css end */

/*个人中心*/
.personal-center-pop-info{
	width: 200px;
	height: 210px;
	background-color: white;
	margin-left: -140px;
	border: 1px solid #eaeaea;
	display: none;
	z-index: 2;
	position: absolute;
}

.personal-center-pop-info > div{
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #eaeaea;
}

.personal-center-pop-info > div:first-child > img{
	width: 56px;
	height: 56px;
	margin: 15px;
	border-radius: 28px;
	float: left;
	cursor: pointer;
}

.personal-center-pop-info > div:first-child > div {
	float: left;
	width: 100px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.personal-center-pop-info > div:first-child > div > h5 {
	width:auto;
	text-align: left;
}

.personal-center-pop > div:first-child > ul{
	width: 80%;
	margin: 0 10%;
	margin-top: -3%;
	/*background-color: red;*/
}

.personal-center-pop-info > div:first-child > ul > li {
	line-height: 40px;
	float: left;
	width: 47%;
	text-align: center;
	margin-left: 4px;
}

.personal-center-pop-info > .personal-center-pop-logout {
	position: absolute;
	top: 16px;
	margin-left: 50px;
	width: 30px;
	cursor: pointer;
}

.header-user > .header-user-regist:hover .personal-center-pop-info{
	display: block;
}
html{
	min-width:1200px;
}
