﻿/* ====首页====== */
body{ background-color:#fff;}
/** header **/
.header{ position:relative; z-index:10;}
.headerBox{display: flex; justify-content: space-between; align-items: center;}
.loarea{ position:relative; z-index:3; padding: 30px 0}
.logo{ width:80px; display:block;  margin-right: 60px;}
/*.logo img{ height:60px; width:auto;}*/
.fixstart{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
/*PC导航 begin*/
.nav{ position:relative;  z-index:5; }
/*.navul{ font-size:0;}*/
.navul li{ display:inline-block; font-size:18px; font-weight: bold; position:relative;}
.navul li>a{ color:#050505; padding:0 15px 10px; text-align:center; display:inline-block;}
.navul li>a:hover{ color: #f39a1c!important; }
.act_nav{color: #f39a1c!important; }

/*登录注册*/
.inloginbxo{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inloginbxo a{
	display: block;
	margin: 010px;
}
.inloginbxo a.dinye{
	font-size: 18px;
	color: #fff;
	border-radius: 10px;
    opacity: 0.6;
    background: #016936;
	padding: 5px 12px;
}



.navul li>a i{
    position: absolute;
    width: 0px;
    height: 3px;
    background: #f39a1c;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); 
    -webkit-transform: translateX(-50%); 
    -moz-transform: translateX(-50%); 
    -ms-transform: translateX(-50%); 
    -o-transform: translateX(-50%);
    transition: .3s; 
    -webkit-transition: .3s; 
    -moz-transition: .3s; 
    -ms-transition: .3s; 
    -o-transition: .3s; 
}

.navul li>a:hover,.navul li>a.act_nav{color: #f39a1c; }
.navul li>a:hover i{ width: 50px;}
.navul li>a.act_nav i{width: 50px;}

/*PC导航 begin*/
.subnav{ position:absolute; left:0; top:42px; width:100%; padding:8px 5px; box-sizing: border-box; background: rgba(129,129,129,0.8); display:none;}
.subnav1 dd{width:100%; text-align: center; background-image:none !important; padding: 10px 0; border-bottom: 1px solid #f2f2f2; font-size: 16px; color: #fff;}
.subnav1 dd a{color: #fff; display: block; font-size: 14px;}
.subnav1 dd a:hover{color: #ff9443}
.subnav1 dd:hover{border-bottom: 1px solid #ff9443;}
.subnav1 dd .nr a{height:30px; text-align:left; line-height:30px; font-size:14px; display:block;  color:#333 !important; text-align:center; }
.subnav1 dd .nr a:hover{ color:#ff7f02 !important; text-indent:2px; background-color:none;}
.subnav1 .tit{ font-size:16px; font-weight:bold; text-align:center; padding:8px 0 4px;}
/*.subnav2{ width:256px;}*/


/*手机导航按钮及下拉菜单begin*/
.menubtn{ position:absolute; width:24px; height:24px;top:19px; right:10px; cursor:pointer; display:none;}
.menubtn i{ display:block; width:21px; height:3px; background-color:#1c4e9e; position:absolute; -webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; transition:.5s;}
.menubtn i:nth-child(1){ top:4px; -webkit-transform-origin:left bottom; -moz-transform-origin:left bottom; -ms-transform-origin:left bottom; -o-transform-origin:left bottom; transform-origin:left bottom;}
.menubtn i:nth-child(2){ top:11px;}
.menubtn i:nth-child(3){ top:18px; -webkit-transform-origin:left top; -moz-transform-origin:left top; -ms-transform-origin:left top; -o-transform-origin:left top; transform-origin:left top;}
.menubtn.on i:nth-child(1){ -webkit-transform:rotate(40deg); -moz-transform:rotate(40deg); -ms-transform:rotate(40deg); -o-transform:rotate(40deg); transform:rotate(40deg);}
.menubtn.on i:nth-child(2){ opacity:0;}
.menubtn.on i:nth-child(3){ -webkit-transform:rotate(-40deg); -moz-transform:rotate(-40deg); -ms-transform:rotate(-40deg); -o-transform:rotate(-40deg); transform:rotate(-40deg);}
/*小导航*/
.inav{ background:rgba(0,0,0,0.7); position:absolute; left:0; top:60px; width:100%; display:none; z-index:9; }
.inav{ display:none;}
.inav dl{ padding:0 10px; text-align:left;}
.inav dt{ font-size:14px; color:#fff; height:40px; line-height:40px; border-bottom:1px solid #2b3b81; padding-left:8px; position:relative;}
.inavbtn{ position:absolute; right:0px; top:14px; width:14px; height:14px; background:url(../images/icon/jia3.png) center center no-repeat; -webkit-transform-origin:center center; -moz-transform-origin:center center; -ms-transform-origin:center center; -o-transform-origin:center center; transform-origin:center center;-webkit-transition:.5s; -moz-transition:.5s; -ms-transition:.5s; -o-transition:.5s; transition:.5s;}
.inav dd{ display:none; padding-left:2em; border-bottom:1px solid #1c4e9e; padding-bottom:6px;}
.inav a{ color:#fff;}
.inav a:hover{ color:#ccc;}
.inav dd h6{ font-size:14px; font-weight:normal; line-height:2;}
.inav dd h6 a{ display:block;}
.inav dd p{ font-size:12px; text-indent:1em; line-height:1.8;}
.act_inav{ font-weight:bold;}
.act_inav .inavbtn{ -webkit-transform:rotate(135deg) !important; -moz-transform:rotate(135deg) !important; -ms-transform:rotate(135deg) !important; -o-transform:rotate(135deg) !important;transform:rotate(135deg) !important;}
/*手机导航按钮及下拉菜单end*/
/*banner begin*/
.banner{ position:relative; z-index:3; }
.banimgarea{
	position: relative;
}
.banimg{
	display: block;
	width: 100%;
}
.banTextbox{
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	font-size: 30px;
	-webkit-transform: translate(-95%,-70%);
    -moz-transform: translate(-95%,-70%);
    -ms-transform: translate(-95%,-70%);
    -o-transform: translate(-95%,-70%);
    transform: translate(-95%,-70%);
}
.banTextbox h3{
	font-size: 40px;
}
.banTextbox p{
	margin: 25px 0
}
.banate{
	font-size: 16px;
	background: #f39a1c;
	padding: 12px 8px;
	color: #fff;
	border-radius: 10px;
}
.banner .swiper-slide{position:relative; overflow:hidden;}
.banner .swiper-pagination{ bottom:16px !important;}
.banner .swiper-pagination-bullet{
	width:40px;
	height:4px;
	padding: 0;
	background-color:#fff;
	font-size: 0;
	line-height: 0;
	outline:none;
	cursor: pointer; 
	-webkit-border-radius:0%; 
	-moz-border-radius:0%;
	-ms-border-radius:0%; 
	-o-border-radius:0%; 
	border-radius:0%;
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	-khtml-opacity: 1; 
	opacity: 1; 
	margin:0 10px !important;
}

.banner .swiper-pagination-bullet-active{background-color:#eb2a2e;}
.banner .swiper-button-prev{ background:url(../images/icon/prev2.png) center center no-repeat; left:2%;}
.banner .swiper-button-next{ background:url(../images/icon/next2.png) center center no-repeat; right:2%;}
.banner .swiper-button-prev,.banner .swiper-button-next{
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	-khtml-opacity: 0.8; 
	opacity: 0.8;
	width:33px;  
	height:60px; 
	top:50%; 
	margin-top:-30px; 
	-webkit-background-size:80%; 
	-moz-background-size:80%;
	-ms-background-size:80%; 
	-o-background-size:80%; 
	background-size:80%;
}
.banner .swiper-button-prev:hover,.banner .swiper-button-next:hover{filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
/*banner end*/
.padbt{padding-top: 80px;}
.title{text-align: center; margin-bottom: 50px;}
.title span{
	display: inline-block;
	color: #333;
	font-size: 50px;
	font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 1px solid #b8860b
}
.insolutionBox{
	background: #f5f0e6;
	box-sizing: border-box;
	padding: 20px;
}
.insoluTop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0 60px;
}
.insoluTop span{
	cursor: pointer;
	padding: 0 20px 15px;
}
.insoluTop span.on{
	border-bottom: 2px solid #b8860b
}
.insoluLitop{
	display: flex;
	justify-content: space-between;
}
.insoyp{
	width: 48%;
	margin: 0 1%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.insoyp img{
	display: block;
}
.insolutjzbox{
	font-size: 17px;
	color: #666;
    width: 50%;
    text-align: center;
}
.insolutjzbox h3{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	margin: 8px 0 18px;
}
.insolutjzbox span{
	font-size: 14px;
	color: #fff;
	background: #b8860b;
	padding: 5px 4px;
	border-radius: 10px;
}
.insoluLibot{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.insoluItem{
	width: 23%;
	margin: 0 1%;
	background: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 60px 1%;
	font-size: 18px;
	color: #333;
}
.insoluItem h3{
	font-weight: bold;
	margin: 40px 0 15px;
}
.insoluUl{
	display: none;
}
.insoluUl.on{
	display: block;
}
.indynamicbox{
	position: relative;
}
.indynali{
   background: #f5f0e6
}
.indynali img{
	display: block;
	width: 100%
}
.indybot{
	padding: 27px 20px 50px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    color: #333
}
.indybot h3{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}
.indybot p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indynamicbox .swiper-button-prev{
	width: 15px;
	height: 27px;
	background:#fafafa url(../images/prev.jpg) no-repeat;
	position: absolute;
	top: 0;
	margin-top: -80px;
	right: 20%;
	left: inherit;
	opacity: 1;
}
.indynamicbox .swiper-button-next{
	width: 15px;
	height: 27px;
	background:#fafafa url(../images/next.jpg) no-repeat;
	position: absolute;
	top: 0;
	margin-top: -80px;
	right: 17%;
	left: inherit;
	opacity: 1;
}
.hpzybox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hpzyitem{
	font-size: 32px;
	color: #333333;
	text-align: center;
}
.hpzyitem img{
	display: block;
	margin: 0 auto 30px;
}
.padbom{
	padding-bottom: 80px;
}
.footer{
	background: #f5f0e6;
	padding: 25px 0
}
.footerbox{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.footerbox .hre{
	position: absolute;
	width: 100%;
	height: 2px;
	background: #d9d6d0;
	top: 35px;
}
.inbk{
	display: inline-block;
	vertical-align: middle;
}
.footli{
	font-size: 16px;
	color: #333;
	margin: 8px 0
}
.foottit{
	margin-bottom: 40px;
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.footli a:hover{
	color: #f39a1c
}
.footerbotm{
	margin-top: 20px;
}
/*风险评估*/
.riskbg{
	background: #eeeeee;
	padding: 50px 0
}
.riskBox{
	background: #fff;
	padding: 50px 50px 0;

}
.riskItem{
	border-bottom: 1px solid #eeeeee;
	padding: 25px 0;
	font-family: '微软雅黑'
}
.risktitle{
	font-size: 48px;
	color: #050505;
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
}
.topic{
	font-size: 18px;
	color: #333;
	margin-bottom: 25px;
}
.riskul{
	padding-left: 25px;
}
.riskli{
	padding: 6px 15px;
	font-size: 16px;
	color: #333;
	position: relative;
	cursor: pointer;
	margin: 5px 0
}
.rikcheck{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.riskli.on{
   color: #f39a1c;
   background: #ffdadd;
   border-radius: 30px;
}
.risktjbox{
	background: #ffdadd;
	padding: 15px 0;
}
.riskbutn{
	font-size: 18px;
	color: #fff;
	background: #f39a1c;
	width: 150px;
	height: 42px;
	border-radius: 42px;
	text-align: center;
	display: block;
	margin: 0 auto
}
.riskpjgbg{
	background: url(../images/riskjgbg.png) no-repeat;
	background-size: 100% 100%;
	padding: 30px 2% 50px;
	width: 35%;
	border-radius: 12px;
	overflow: hidden;
	box-sizing: border-box;
}
.riskpuptit{
	font-size: 18px;
	color: #020202;
	text-align: center;
	font-weight: bold;
}
.ristiega{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #f39a1c;
	font-family: '微软雅黑';
	font-size: 16px;
	margin: 25px 0;
}
.ristiega b{
	font-size: 22px;
}
.rispucont{
	font-weight: bold;
	font-size: 36px;
	color: #f39a1c;
	margin: 20px 0 40px;
	text-align: center;
	font-family: '微软雅黑'
}
.riskpunzr{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ristiemht{
	font-size: 16px;
	color: #999;
	text-align: center;
	width: 48%;
}
.ristiemht h3{
	color: #f39a1c;
	font-size: 24px;
}
/*关于华朴*/
.nyban{
	width: 100%
}
.nyban img{
	display: block;
	width: 100%
}
.submenubox{
	padding-top: 30px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5
}
.submenubox a{
   font-size: 18px;
   color: #333;
   padding-bottom: 20px;
   display: inline-block;
   font-weight: bold;
   margin: 0 60px;
}
.submenubox a.on{
	color: #b8860b;
	border-bottom: 2px solid #b8860b;
}
.profileBg{
	padding: 50px 0
}
.netitle{
	font-size: 36px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.profiletop{
	display: flex;
	justify-content: flex-start;
}
.profilefl,.profilefr{
	width: 48%;
	margin:0 1%;
	font-size: 16px;
	color: #666666;
	line-height: 31px;
}
.profilefr img{
	width: 100%
}
.profilebotton{
	display: flex;
	justify-content: flex-start;

}
.profileboItem{
	width: 23%;
	margin: 15px 1%;
	background: #f5f1e7;
	padding: 35px 25px;
	box-sizing: border-box;
	font-size: 14px;
	color: #666666;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.profiletext h3{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.profiletext{
	margin-left: 10px;
}
.culturebg{
	background: #f3f3f3
}
.culturBox{
	position: relative;
	padding-left: 135px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.culturFr{
	width: 50%;
	font-size: 16px;
	color: #333333;
	box-sizing: border-box;
	padding-left: 30px;
	line-height: 28px;
	font-weight: bold;
}
.culturFr h3{
	color: #b8860b;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}
.culturFr h3:before{
	content: "";
	position: absolute;
	width: 50px;
	height: 4px;
	left: 0;
	bottom: 0;
	background: #b8860b
}
.culturFr h4{
	font-size: 18px;
	color: #333;
	margin: 20px 0;
	font-weight: bold;
}
.cultubz{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -31px;
}
.cultubz:before{
	content: "";
	position: absolute;
	width: 120px;
	height: 4px;
	background: #b8860b;
	left: 100%;
	top: 50%
}
.staffitem{
	text-align: center;
	font-size: 18px;
	color: #333
}
.staffitem img{
    display: block;
    width: 100%
}
.staffitem p{
	padding: 15px 0
}
.staffbox{
	position: relative;
	padding: 0 50px;
	box-sizing: border-box;
}
.staffbox .swiper-button-prev{
	width: 	32px;
	height: 32px;
	background: url(../images/fileprev.png) no-repeat;
}
.staffbox .swiper-button-next{
	width: 	32px;
	height: 32px;
	background: url(../images/filenext.png) no-repeat;
}
.contactBox{
	display: flex;
	justify-content: space-between;

}
.contaciFl{
	line-height: 32px;
	font-size: 16px;
	color: #333;
	font-family: 'Adobe 黑体 Std'
}
.contaciFl h3{
	font-size: 24px;
	color: #b8860b;
	font-weight: bold;
	margin-bottom: 10px;
}
.contaciFr{
	display: flex;
	justify-content: flex-end;
}
.wat img{
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0 0 5px #ccc;
	margin-bottom: 10px;
}
.wat{
	font-size: 18px;
	color: #010203;
	font-family: 'Adobe 黑体 Std';
	text-align: center;	
	margin: 0 10px;
}
.map{
	width: 100%;
	overflow: hidden;
}
.messageBg{
	background: #f3f3f3;
	padding: 40px 0
}
.messageBg .netitle{
	color: #b8860b;
	position: relative;
	padding-bottom: 15px;
}
.messageBg .netitle:before{
	content: "";
	position: absolute;
	width: 65px;
	height: 3px;
	background: #b8860b;
	bottom: 0;
	left: 50%;
	margin-left: -32px;
}
.messageBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.messagItem{
	width: 48%;
	margin: 10px 1%;
	position: relative;
}
.messtext{
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 0 35px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	border: none;
	font-size: 14px;
}
.messagItem span{
	color: #eb0b0b;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -8px;
}
.messtextare{
	width: 100%;
}
.messtextare textarea{
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 0 35px;
	border-radius: 5px;
	border: none;
	padding:15px 25px;
	height: 160px;
}
.mestj{
	font-size: 14px;
	color: #fff;
	background: #b8860b;
	border-radius: 8px;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 20px;
}
.newBg{
	padding: 20px 0
}
.newbox{
	padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.newItem{
	width: 31.3%;
	margin: 20px 1%;
	color: #333333;
	display: block;
	font-size:18px;
	font-weight: bold;
}
.newItem img{
	display: block;
	width: 100%
}
.newitembotm{
	padding: 15px 0
}
.newitembotm p{
	margin: 5px 0
}
.pagebox{
	text-align: center;
}
.pagebox a{
	display: inline-block;
	color: #4a4a4a;
	font-size: 14px;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: bold;
}
.pagebox a:hover,.pagebox a.on{
	background: #b8860b;
	color: #fff
}
.pagebox a.prev{
	background: #ededed
}
.currt{
	font-size: 16px;
	color: #999
}
.currt a{
	color: #999;
	margin: 0 5px;
}
.currt a:hover,.currt a.on{
	color: #f39a1c
}
.newdetailBox{
	margin-top: 50px;
}
.newdetie{
	padding-bottom: 15px;
	border-bottom: 1px solid #7d7d7d;
	font-weight: bold;
	font-size: 14px;
	color: #333
}
.newdetie h3{
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 12px;
}
.newdetie span{
	margin-left: 10px;
}
.newdetailcont{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding: 20px 0;
	border-bottom: 1px solid #7d7d7d;
}
.newdetailbotm{
	padding: 12px 0
}
.newpage{
	font-size: 16px;
	color: #999;
	margin: 12px 0
}
.newpage span{
	color: #000
}
.newpage a{
	color: #999;
}
.newpage a:hover{
	color: #f39a1c
}
/*订阅*/
.subscribebg{
	background: #f3f3f3;
	padding: 25px 0;
}
.subscribox{
	background: #fff;
	box-sizing: border-box;
	padding: 60px 30px;
	color: #050505;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.subscribox h3{
	font-size: 36px;
	text-align: center;
	color: #050505;
	font-family:'Adobe 黑体 Std R';
	font-weight: bold;
	margin-bottom: 50px;
}
.sebljdg{
	font-size: 16px;
	color: #fff;
	background: #b8860b;
	width: 450px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 25px auto;
	display: block;
	border-radius: 8px;
}
.oederBox{
	width: 35%;
	min-width: 300px;
	box-sizing: border-box;
	border-radius: 5px;
}
.oectmain{
	padding: 30px 30px 0;
}
.oederBox .riskpuptit{
	font-size: 24px;
	color: #050505;
	margin-bottom: 20px;
}
.orderprice{
	border-bottom: 1px solid #dcdcdc;
	padding: 15px 0;
	color: #050505;
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.orderprice .price{
	color: #f30000;
	font-size: 24px;
}
.orderfs{
	color: #050505;
	font-size: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 0;
}
.oeemil{
   width: 65%;
   border: none;
}
.fkfs{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 20px;
}
.fkfs input{
	margin-right: 15px;
}
.orderzfbt{
	background: #eeeeee;
	padding: 15px 0;
}
.orderzfbt a{
	font-size: 18px;
	color: #fff;
	background: #0059b3;
	border-radius: 5px;
	height: 38px;
	line-height: 38px;
	width: 175px;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.dingtime .fkfs{
	/*padding: 0 10px;*/
	margin: 0 10px;
}
.loginbg{
	background: #f3f3f3;
	padding: 60px 0;
}
.loginBox{
	width: 710px;
	box-sizing: border-box;
	padding: 35px 50px;
	box-shadow: 0 0 5px #ccc;
	margin:0 auto;
	background: #fff;
}
.loginBox .logtitle{
	margin-bottom: 30px;
	position: relative;
	text-align: center;

}
.loginBox .logtitle:before{
	content: "";
	border-bottom: 2px solid #d2d2d2;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 1;
}
.loginBox .logtitle span{
	font-size: 24px;
	color: #b8860b;
	font-weight: bold;
	background: #fff;
	padding: 0 25px;
	z-index: 22;
	position: relative;
}
.loginItem{
	color: #0a0a0a;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	margin-bottom: 25px;
}
.loginItem h3{
	font-weight: bold;
	margin-bottom: 10px;
}
.logininput{
	width: 100%;
	position: relative;
}
.logininput input{
	border: 1px solid #d3d5dc;
	height: 52px;
	box-sizing: border-box;
	padding: 0 25px;
	line-height: 52px;
	width: 100%;
	border-radius: 5px;
}
.logininput span{
	color: #fff;
	font-size: 16px;
	background: #b8860b;
	height: 46px;
	line-height: 46px;
	width: 150px;
	position: absolute;
	right: 3px;
	top: 3px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}
.loginItem button{
	color: #fff;
	font-size: 24px;
	background: #b8860b;
	width: 100%;
	line-height: 60px;
	border-radius: 5px;
}
.loginBox .logtitle.qtlogin{
	margin-top: 60px;
}
.loginBox .logtitle.qtlogin span{
	color: #666;
	font-size: 16px;
}
/*资料维护*/
.mainteTopbox{
   background: #fff;
   box-sizing: border-box;
   padding: 30px 25px;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.maintename{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.tximg{
	width: 126px;
	height: 126px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 16px;
}
.meaintnazo{
	font-size: 16px;
	color: #999
}
.meaintnazo h3{
	font-size: 28px;
	color: #333;
	font-weight: bold;
}
.meaintnazo .phone{
	font-size: 16px;
	color: #333;
	margin: 5px 0
}
.aqtcbtn{
	color: #b8860b;
	font-size: 16px;
	border: 1px solid #b8860b;
	border-radius: 8px;
	padding: 10px 22px
}
.mainteNav{
	display: flex;
	justify-content: center;
	padding: 30px 0 15px
}
.mainteNav a{
	font-size: 16px;
	color: #999;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
	margin: 0 60px;
}
.mainteNav a:hover,.mainteNav a.on{
	color: #b8860b;
	border-bottom: 1px solid #b8860b;

}
.maintenanceBox{
	background: #fff;
	padding: 50px 0;
	width: 100%;
}
.maintenanceMain{
	width: 80%;
	margin: 0 auto;
}
.perinfor .tp {
    width: 145px;
    text-align: center;
    margin: 0 auto
}

.perinfor .tp img {
    width: 130px;
    height: 130px;
    border: 7px solid #f8f8f8;
}

.perinfor .opa {
    width: 100px;
    height: 30px;
    margin: 10px auto 0;
    position: relative;
}

.perinfor .opa .btn1 {
    cursor: pointer;
    width: 100px;
    height: 30px;
    position: relative;
    z-index: 6;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.perinfor .opa .btn2 {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    background:#b8860b;
    cursor: pointer;
}
.maintenanul{
	margin-top: 30px;
}
.maintenanli{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maintenanli .loginItem{
	width: 46%
}
.maintenanul .loginItem button{
	width: 40%;
	margin: 40px auto;
	display: block;
}
.mariskbox{
	box-sizing: border-box;
	padding: 0 30px;
}
.mariskItem{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	padding: 25px 0
}
.mariskliem{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #020202
}
.mariskliem span{
	margin-right: 50px;
}
.ristime{
	font-size: 14px;
	color: #999
}
.ristime img{
	margin-right: 5px;
}
/*解决方案*/
.solutionMenu{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0
}
.solutionMenu a{
	font-size: 20px;
	color: #333;
	padding: 0 40px 12px;
	font-weight: bold;
	margin: 0 2%
}
.solutionMenu a.on,.solutionMenu a:hover{
	border-bottom: 2px solid #b8860b
}
.cyhbox{
	padding: 50px 0
}
.solutionTitle{
	text-align: center;
	font-size: 16px;
	color: #333
}
.solutionTitle h3{
    font-size: 36px;
    color: #000;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
}
.solutionTitle h3:before{
	content: "";
	position: absolute;
	width: 45px;
	height: 4px;
	background: #b8860b;
	left: 50%;
	margin-left: -23px;
	bottom: 0
}
.cyhbox .insoluItem h3{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
	margin-top: 20px;
}
.cyhbox .insoluItem h3:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 4px;
	background: #b8860b;
	left: 50%;
	margin-left: -15px;
	bottom: 0
}
.zlzyBg{
	background: #eeeeee;
	padding: 40px 0
}
.zlzyBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zlzyTp{
	width: 48%
}
.zlzytext{
	line-height: 28px;
	font-size: 18px;
	color: #333;
	width: 48%;
	font-weight: bold;
}
.zlzytext h3{
	font-weight: bold;
	padding-bottom: 25px;
	margin-bottom: 20px;
	font-size: 36px;
	position: relative;
}
.zlzytext h3:before{
	content: "";
	position: absolute;
	left: 0;
	width: 50px;
	height: 4px;
	background: #b8860b;
	bottom: 0;
}
.caseBg{
	padding: 40px 0
}
.caseBox{
	display: flex;
	justify-content: flex-start;
	
}
.caseItem{
	width: 31.3%;
	margin: 10px 1%;
	position: relative;
	box-shadow: 0 0 5px #ccc;
}
.caseBotm{
	padding: 30px;
	box-sizing: border-box;
	font-size: 16px;
	color: #999;
	line-height: 30px;
}
.caseBotm h3{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 15px;
}
.guideBg{
	padding: 40px 0
}
.guideItem{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.guideImg{
	width: 50%
}
.guideCont{
	width: 48%
}
.guideTitle{
	color: #b8860b;
	font-size: 22px;
	background: #fffbf0;
	padding: 10px 20px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.guideli{
	font-size: 13px;
	color: #333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 10px 0
}
.guideli img{
	margin-right: 10px;
}
.guinbp{
	width: 100%;
	text-align: center;
	line-height: 0
}
