.main{
    width: 1400px;
    margin: 0 auto;
}
/* header */
.header{
    height: 42px;
    background-color: #f5f5f5;
}
.header a{
    line-height: 42px;
    font-size: 12px;
    color: #666;
}
.header a:hover{
    color: #f60;
}
.header span{
    float: left;
}
.header span a{
    margin-right: 25px;
}
.header span a:last-child{
    margin-right: 0;
}
.header p{
    float: right;
    font-size: 12px;
    color: #e4dde4;
}
.header p a{
    line-height: 42px;
    font-size: 12px;
    color: #666;
    margin: 0 10px;
    position: relative;
}
.header p a img.hbapp{
    max-width: 80px;
    max-height: 80px;
    position: absolute;
    top: 26px;
    left: -15px;
    display: none;
    z-index: 999;
}
.moblie:hover .hbapp{
    display: block;
}
.header p a:first-child{
    margin-left: 0;
}
.header p a:last-child{
    margin-right: 0;
}
.headerBot.w {
	text-align: right;
	font-size: 14px;
	position: relative;
}
.headerBot p {
	position: absolute;
	right: 0;
	top: -41px;
	line-height: 38px;
}
.headerBot p a {
	color: #333;
}
.headerBot p a:hover {
	text-decoration: underline;
}
.headerBot .content {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 9;
	text-align: center;
	font-size: 14px;
	color: #666;
	background: #fff;
	padding: 10px 15px;
	display: none;
}
.headerBot .content .item {
	width: 100px;
	float: left;
	margin: 0 5px;
}
.headerBot .content .item:last-of-type {
	margin-right: 0;
}
.w {
	width: 1430px;
	margin: 0 auto;
}
.iframe {
	height: 43px;
}
/* topApp */
.topApp{
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.topApp span{
    display: block;
    position: absolute;
    right: 127px;
    top: -45px;
    font-size: 12px;
    color: #e4dde4;
}
.topApp span a{
    margin: 0 10px;
    line-height: 42px;
    font-size: 12px;
    color: #666;
    position: relative;
}
.topApp span a img.hbapp{
    max-width: 80px;
    max-height: 80px;
    position: absolute;
    top: 26px;
    left: -15px;
    display: none;
    z-index: 999;
}
.moblie:hover .hbapp{
    display: block;
}
.topApp a:hover{
    color: #f60;
}
/* search */
#search{
    overflow: hidden;
    background-color: #fff;
    padding:40px 0;
}
#search p{
    text-align: center;
}
#search p a{
    display: inline-block;
}
#search p a img{
 width: 375px;
}
#search p b{
    display: inline-block;
margin-left: 48px;
}

#search form{
    width: 750px;
    margin: 40px auto 0;
    overflow: hidden;
    margin-top: 40px;
}
#search form input{
    float: left;
    width: 633px;
    height: 46px;
    border: 2px solid #c4c4c4;
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-left: 15px;
    font-size: 16px;
    color: #999;
}
#search form input::placeholder{
    font-size: 16px;
    color: #999;
}
#search form button{
    float: left;
    height: 50px;
    width: 100px;
    line-height: 50px;
    border: 0;
    background-color: #f90;
    color: #fff;
    font-size: 18px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}
#search form button i{
    display: inline-block;
    width: 18px;
    height: 18px;
    background:url("/images/Product/Version/2023/search_icon.png") no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
    margin-top: 16px;
    margin-right: 3px;
}
/* classifyBox */
#classify{
    background-color: #f2f2f2;
}
.classify_title {
	height: 80px;
	line-height: 90px;
	text-align: center;
}
.classify_title h1 {
	display: inline-block;
	margin: 0 40px;
	font-size: 30px;
}
.classify_title img {
	vertical-align: top;
	margin-top: 32px;
}
.classifyBox {
	background-color: #fff;
	border-radius: 6px;
	margin-bottom: 15px;
	position: relative;
}
.classifyBox:last-child{
    margin-bottom: 0;
}
.classifyBox .classifyBox_title {
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	border-bottom: 1px solid #f2f2f2;
}
.classifyBox .classifyBox_title i {
	display: inline-block;
	width: 22px;
	height: 15px;
	background: url("/images/Product/Version/2021/title_icon2.png") no-repeat;
	background-size: 100% 100%;
	vertical-align: top;
	margin-top: 15px;
	margin-right: 6px;
}
.classifyBox .classifyBox_title h2 {
	display: inline-block;
	font-size: 19px;
}
.classifyBox .classifyBox_title h2 a{
    color: #000;
}
.classifyBox .classifyBox_title h2 a:hover{
    color: #f60;
}
.titleBox{
    display: none;
    position: absolute;
    top: 52px;
    left: 46px;
    max-width: 1200px;
    border: 1px solid #008944;
    z-index: 9;
    background-color: #fff;
    padding: 5px;
}
.titleBox li{
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    cursor: pointer;
    margin: 5px 10px;
}
.titleBox li:hover{
    color: #f60;
}
.classifyBox .classifyBox_title h2:hover .titleBox{
    display: block;
}
.classifyBox .classifyBox_content {
	padding: 8px 5px 3px;
	overflow: hidden;
}
.classifyBox .classifyBox_content a {
	float: left;
	margin: 0 12px 5px;
	font-size: 15px;
	color: #666;
}
.classifyBox .classifyBox_content a:hover{
    color: #f60;
}
p.bottom_border{
    height: 40px;
    background-color: #f2f2f2;
}
/* footer */
.footer {
	margin: 0 auto;
	background-color: #212324;
}
.footer .item{
	margin: 0 auto;
	overflow: hidden;
}
.footer .item .footer-code{
	float: right;
	width: 400px;
	border-left: 1px solid #444444;
	margin-top: 27px;
}
.footer .item .footer-code li{
	float: left;
	padding-left: 44px;
}
.footer .item .footer-code li .code{
	width: 126px;
	height: 126px;
	border:2px solid #ff8d50;
	padding:10px;
	background-color: #fff;
}
.footer .item .footer-code li p{
	text-align: center;
	font-size: 14px;
	color: #e2e2e2;
	margin-top: 16px;
}
.footer .item .left{
	margin-top: 20px;
	overflow: hidden;
	padding-right: 44px;
}
.footer .item .left p{
	font-size: 14px;
	line-height: 32px;
	color: #838383;
}
.footer .item .left p a{
	color: #838383;
	padding: 0 16px;
	display: inline-block;
	line-height: 1;
	border-right:1px solid #444444;
}
.footer .item .left p a:first-child{
	padding-left: 0;
}
.footer .item .left p a:last-child{
	border:none;
}
.footer .item .left p a:hover{
	color: #ff8d50;
}

.footer .item .left span{
	font-size: 14px;
	line-height: 32px;
	color: #838383;
}
.footer .item .left span em{
	font-style: normal;
	margin-right: 10px;
}
.footer .item .left span img{
	margin: 7px 5px 0 8px;
	vertical-align: top;
}
.copyright{
	font-size: 14px;
	line-height: 22px;
	color: #838383;
	border-top: 1px solid #444444;
	margin-top: 10px;
	padding:10px 0;
	display: inline-block;
}
.copyright img{
	margin: 1px 8px 0 0px;
	vertical-align: top;
}
ul.footImg {
	width: 810px;
	height: 48px;
	margin-bottom: 24px;
	overflow: hidden;
	background: url("/images/Product/Version/2023/copyright.png") no-repeat 0 0;
}

ul.footImg li {
	width: 135px;
	float: left;
}

ul.footImg li a {
	width: 125px;
	height: 48px;
	display: block;
}
.rightBar {
	position: fixed;
	right: 35px;
	top: 138px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(151, 133, 106, 0.21);
	width: 54px;
	text-align: center;
}
.rightBar .box {
	position: relative;
}
.rightBar .box > a {
	display: block;
	height: 60px;
	padding-top: 12px;
	box-sizing: border-box;
	font-size: 12px;
	color: #666;
	transition: none;
	position: relative;
}
.rightBar .box > a::after {
	content: "";
	clear: both;
	position: absolute;
	left: -10px;
	top: 0;
	right: 0;
	bottom: 0;
}
.rightBar .box > a:hover {
	color: #fff;
	background-color: #f90;
}
.rightBar .box > a i {
	display: block;
	width: 22px;
	height: 22px;
	background: url("/images/Product/Version/2023/rightIcon1.png") no-repeat 0 0;
	margin: 0 auto;
}
.rightBar .service > a i {
	background-position: 0 -59px;
}
.rightBar .box > a.weixin i {
	background-position: 0 -118px;
}
.rightBar .box > a.xunjia i {
	background-position: 0 -177px;
}
.rightBar .box > a.suggest i {
	background-position: 0 -239px;
}
.rightBar .box > a:hover i {
	background: url("/images/Product/Version/2023/rightIcon2.png") no-repeat;
}
.rightBar .service:hover > a i {
	background-position: 0 -59px;
}
.rightBar .box > a:hover.weixin i {
	background-position: 0 -118px;
}
.rightBar .box > a:hover.xunjia i {
	background-position: 0 -177px;
}
.rightBar .box > a:hover.suggest i {
	background-position: 0 -239px;
}
.rightBar div > a.focus {
	color: #fff;
	background-color: #f90;
}
.rightBar .box > a.focus i {
	background: url("/images/Product/Version/2023/rightIcon2.png") no-repeat 0 0;;
}
.rightBar .service:hover .serviceBox {
	display: block;
}
.comBox ul li.add a {
	color: #999;
	margin-top: 30px;
	display: block;
}
.comBox ul li.add a i {
	width: 27px;
	height: 27px;
	display: inline-block;
	line-height: 27px;
	font-size: 14px;
	text-align: center;
	border: 2px solid #999;
	border-radius: 4px;
	color: #999;
	margin-bottom: 10px;
}
.comBox {
	position: absolute;
	top: 0;
	display: block;
	right: 65px;
	z-index: 999;
	width: 116px;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	box-shadow: 0px 0px 7px 0px rgba(151, 133, 106, 0.21);
	display: none;
}
.comBox h2 {
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #f90;
    font-size: 12px;
    padding: 0px 8px;
}
.comBox h2 i {
	position: absolute;
    top: 0;
	right: 8px;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}
.comBox p.title {
	height: 32px;
	line-height: 32px;
	color:#fff;
	background:#f90;
	font-size: 12px;
	padding: 0 8px;
	width: 92px;
}
.comBox p.title a {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    right: 8px;
}
.comBox ul li {
	border: 1px solid transparent;
	border-bottom-color: #e4e4e4;
	text-align: center;
	position: relative;
	height: 116px;
}
.comBox ul li .comPro {
	padding-top: 13px;
}
.comBox ul li img {
	max-width: 68px;
	max-height: 51px;
}
.comBox ul li.add {
	height: 114px;
}
.comBox ul li p a {
    color: #333;
	text-align: left;
	padding: 0px 10px;
	display: block;
}
.comBox ul li p a:hover {
	color: #f90;
}
.comBox ul li p {
	line-height: 16px;
	max-height: 32px;
	overflow: hidden;
	margin-top: 13px;
	margin-bottom: 8px;
}
.comBox .btn {
	height: 55px;
}
.comBox .btn a {
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background: #f90;
	text-align: center;
	margin: 5px auto -3px auto;
	border-radius: 2px;
}
.comBox .btn a.empty {
	background-color: #fff;
	color: #f90;
	display: inline;
	line-height: 32px;
	margin: 0;
}
.comBox ul li a.close {
	display: none;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -1px;
	right: -1px;
	line-height: 18px;
	background: #f17f3b url("/images/product/close1.png") no-repeat center;
}
.comBox ul li.pro:hover{
	border: 1px dashed #f90;
}
.comBox ul li.pro:hover a.close{
	display: block;
	cursor: pointer;
}
.comBox ul li.pro:hover a.close i {
	font-size: 12px;
	color: #fff;
}
.gotoTop {
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(151, 133, 106, 0.21);
	position: fixed;
	right: 35px;
	top: 448px;
	width: 54px;
	height: 54px;
	z-index: 99;
	text-align: center;
	line-height: 54px;
	color: #000;
}
.gotoTop:hover {
	background-color: #f90;
	color: #fff;
}
.serviceBox {
	padding: 0 18px;
	position: absolute;
	top: 0;
	right: 65px;
	box-shadow: 0px 0px 7px 0px rgba(151, 133, 106, 0.21);
	width: 180px;
	box-sizing: border-box;
	display: none;
	background-color: #fff;
	z-index: 9999;
}
.serviceBox li {
	border-bottom: 1px dashed #e6e6e6;
	font-size: 14px;
	text-align: left;
	padding: 20px 0 20px 30px;
	background: url("/images/Product/Version/2023/kefu.png") no-repeat 0 20px;
}
.serviceBox li:last-child {
	border-bottom: 0;
}
.serviceBox li span {
	display: block;
	color: #999;
	margin-top: 5px;
}
.serviceBox li a {
	display: block;
	width: 84px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background-color: #f90;
	color: #fff;
	border-radius: 6px;
	margin-top: 15px;
}
/* 2021.11.17 */
.list_tab{
    background-color: #f2f2f2;
    padding-top: 24px;
}
.list_tab ul{
    background-color: #fff;
    border-radius: 6px;
    padding: 14px 18px;
    overflow: hidden;
}
.list_tab li{
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 8px 10px;
    min-width: 118px;
    max-width: 148px;
    padding: 0 4px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;

}
.list_tab li a{
    font-size: 15px;
    color: #333;
}
.list_tab li:hover,.list_tab li.focus{border-color: #f90;background-color: #f90;}
.list_tab li:hover a,.list_tab li.focus a{color: #fff;}
@media only screen and (max-width: 1399px){
    body {
        min-width: auto;
    }
    .main,.footer .w{width:  1328px;}
    .footer {
		margin-top: 30px;
	}
	.footer .item .footer-code li .code {
		width: 108px;
		height: 108px;
	}
	.footer .item .footer-code {
		width: 370px;
	}
	.footer .item .footer-code li {
		padding-left: 36px;
	}
	.footer .item .left p,.footer .item .left span  {
		font-size: 13px;
		line-height: 28px;
	}
	.copyright {
		font-size: 13px;
	}
	ul.footImg {
		width: 710px;
		height: 42px;
		margin-bottom: 24px;
		background-size: auto 100%;
	}
	ul.footImg li {
		width: 118px;
	}
	ul.footImg li a {
		width: 106px;
		height: 42px;
	}
}
