@charset "utf-8";

/*html5*/ 
article,aside,dialog,footer,header,section,nav,figure,menu{
	display:block;
}
/* CSS Document */
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{
	margin: 0;
	padding: 0;
}
*{
	margin:0;
	padding:0;
	outline:none;
}
.clear{
	clear:both;
	overflow:hidden;
}
a{
	text-decoration:none;
	color:#333;
	transition:ease-out .3s;
}
input{
	border:none;
	outline:medium;
	font-family:微软雅黑;
}
textarea{
	font-family:微软雅黑;
}
body{
	width:100%;
	font-family:微软雅黑;
	background:#fff;
	color:#333;
	font-size:14px;
}
table{
	border-collapse:collapse;
}
img{
	border:none;
	max-width:100%;

}
li{
	list-style: none;
}
select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
/** 常用class **/
.fr{
	float:right;
}
.fl{
	float:left;
}
.clearfix{
	zoom:1;
}
.clearfix:before,.clearfix:after{
	display: table;
	line-height: 0;
	content:"";
}
.clearfix:after{
	clear:both;
}
.w{
	width:1200px;
	margin:0 auto;
	min-width: 1200px;
}
.p-o{
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	opacity: 0;
	filter:alpha(opacity=0);
}
/*首页*/
.head{
	height: 118px;
}
.head .logo{
	margin-right:197px;
}
.head .logo img{
	display: inline-block;
	vertical-align: middle;
}
.head .logo span.p-o{
	line-height: 118px;
}
.head .search{
	margin-top:40px;
}
.head .search .txt{
	display: inline-block;
	width: 384px;
	height: 37px;
	padding-left:18px;
	line-height: 37px;
	border:1px solid #cacaca;
	border-right:none;
}
.head .search .btn{
	display: inline-block;
	width: 82px;
	height: 39px;
	background-color:#003b8c;
	color:#fff;
	cursor:pointer;
}
.head .tel{
	line-height: 118px;
}
.head .tel p{
	padding-left:30px;
	background:url(../images/head-tel.png) no-repeat center left;
	color:#666;
	font-size:20px;
}
.nav{
	background-color:#ececec;
	height:51px;
}
.nav.nav-inner .sub{
	display: none;
}
.nav.nav-inner span.tip{
	cursor:pointer;
}
.nav span.tip{
	line-height: 51px;
	padding-left:53px;
	width: 180px;
	background:#003b8c url(../images/menu-list-icon.png) no-repeat 17px center;
	display: inline-block;
	color:#fff;
	font-size:16px;
}
.nav .menu-list2{
	margin-left:30px;
}
.nav .menu-list2 li{
	float:left;
	line-height: 51px;
}
.nav .menu-list2 li a{
	display: block;
	padding:0 24px;
	font-size: 16px;
}
.nav .menu-list2 li a:hover{
	background-color:#003b8c;
	color:#fff;
}
.nav .menu-list1{
	position: relative;
}
.nav .menu-list1 .sub{
	position: absolute;
	left:0;
	top:51px;
	width: 233px;
	background:rgba(0,0,0,.7);
	*background:url(../images/bk-opacity70.png) no-repeat left top;
	*background-size: cover;
	z-index:10;
}
.nav .menu-list1 .sub li{
	line-height: 66px;
	border-bottom:1px solid #525251;
	padding-left:53px;
	position: relative;
	cursor: pointer;
}
.nav .menu-list1 .sub li.last{
	border-bottom:none;
}
.nav .menu-list1 .sub li:last-child{
	border-bottom:none;
}
.nav .menu-list1 .sub li.last.active{
	border-bottom:1px solid #d0d0d0;
	line-height: 65px;
}
.nav .menu-list1 .sub li.active{
	background-color:#fff;
	border-left:1px solid rgba(0,0,0,.7);
	z-index:2;
}
.nav .menu-list1 .sub li.active a{
	color:#000;
}
.nav .menu-list1 .sub li.active a i{
	width: 1px;
	height: 68px;
	position: absolute;
	right:-1px;
	background:#fff;
	top:3px;
}
.nav .menu-list1 .sub li a{
	color:#fff;
	font-size:16px;
}
.nav .menu-list1 .sub li a i{
	display: inline-block;
	width: 8px;
	height: 14px;
	background:url(../images/arrow-right.png) no-repeat center center;
	vertical-align: middle;
	margin-left:84px;
	margin-top:-3px;
}
.nav .menu-list1 .sub .sub-main{
	position: absolute;
	left:233px;
	top:0;
	width: 965px;
	background:#fff url(../images/nav-sub-main-bk.png) no-repeat right bottom;
	height: 473px;
	border:1px solid #d0d0d0;
	display: none;
	z-index:1;
}
.nav .menu-list1 .sub .sub-main .sub-main-l{
	display: none;
}
.nav .menu-list1 .sub .sub-main .sub-main-l dt{
	font-weight: bold;
	width: 160px;
	text-align: center;
	line-height: 58px;
}
.nav .menu-list1 .sub .sub-main .sub-main-l dd{
	line-height: 58px;
	border-bottom:1px solid #eaeaea;
	width: 570px;
}
.nav .menu-list1 .sub .sub-main .sub-main-l dd a{
	display: inline-block;
	margin-right:10px;
}
.nav .menu-list1 .sub .sub-main .sub-main-l dd a.on{
	color:#ff6060;
}
.banner{
	width: 100%;
	height: 475px;
	z-index:9;
	position: relative;
}
.banner div{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.banner div a{
	display: block;
	width: 100%;
	height: 100%
}
.banner .slick-dots{
	position: absolute;
	right:50%;
	bottom:10px;
}
.banner .slick-dots li{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	overflow: hidden;
	background-color:#fff;
	cursor: pointer;
	display: inline-block;
	margin:0 10px;
	transition: all 0.8s;
}
.banner .slick-dots li.slick-active{
	background-color:#fe7700;
	transition: all 0.8s;
}
.banner .slick-dots li button{
	display: none;
}
.bg{
	background-color:#f5f5f5;
	padding-bottom:30px;
}
.tips{
	padding:40px 0;
}
.tips li{
	float:left;
	width: 25%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:40px;
	border-right:1px solid #ccc;
}
.tips li.first{
	padding-left:0;
}
.tips li.last{
	border-right:none;
}
.cor-ser{
	background-color:#fff;
	padding:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.cor-ser .tab{
	position: relative;
}
.cor-ser .tab h2{
	border-bottom:1px solid #d6d6d6;
	padding:18px 0;
	padding-left:60px;
	background:url(../images/cor-ser-tit-icon.png) no-repeat left center;
	font-size:20px;
	margin-bottom:32px;
}
.cor-ser .tab .tab-span{
	position: absolute;
	left:150px;
	top:18px;
	width: 1050px;
}
.cor-ser .tab .tab-span li{
	float:left;
	width: 25%;
	text-align: center;
	line-height: 26px;
	position: relative;
}
.cor-ser .tab .tab-span li a{
	text-align: left;
	width: 63px;
	height: 26px;
	display: inline-block;
	padding-left:40px;
}
.cor-ser .tab .tab-span li a.t-1{
	background:url(../images/t-1.png) no-repeat 10px center;
}
.cor-ser .tab .tab-span li a.t-2{
	background:url(../images/t-2.png) no-repeat 10px center;
}
.cor-ser .tab .tab-span li a.t-3{
	background:url(../images/t-3.png) no-repeat 10px center;
}
.cor-ser .tab .tab-span li a.t-4{
	background:url(../images/t-4.png) no-repeat 10px center;
}
.cor-ser .tab .tab-span li.on a{
	color:#fff;
	border-radius: 6px;
}
.cor-ser .tab .tab-span li.on a.t-1{
	background:#003b8c url(../images/t-1-on.png) no-repeat 10px center;
}
.cor-ser .tab .tab-span li.on a.t-2{
	background:#003b8c url(../images/t-2-on.png) no-repeat 10px center;
}
.cor-ser .tab .tab-span li.on a.t-3{
	background:#003b8c url(../images/t-3-on.png) no-repeat 10px center;
}
.cor-ser .tab .tab-span li.on a.t-4{
	background:#003b8c url(../images/t-4-on.png) no-repeat 10px center;
}
.cor-ser .tab .tab-span li i{
	width: 10px;
	height: 10px;
	position: absolute;
	left:50%;
	margin-left:-5px;
	bottom:-24px;
	background: url(../images/tab-default.png) no-repeat center center;
}
.cor-ser .tab .tab-span li.on i{
	background: url(../images/tab-active.png) no-repeat center center;
	width: 18px;
	height: 14px;
	margin-left:-9px;
	bottom:-27px;
}
.cor-ser .tab-switch{
	display: none;
}
.cor-ser .tab-switch .img{
	position: relative;
	border:1px solid #ececec;
	float:left;
}
.cor-ser .tab-switch .img:hover{
	box-shadow: 0 0 10px #88ccfc;
}
.cor-ser .tab-switch .img img{
	width: 100%;
	height: 100%;
	display: block;
}
.cor-ser .tab-switch .img .info{
	position: absolute;
	width: 100%;
	padding-left:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	left:0;
	padding-right:20px;
}
.cor-ser .tab-switch .img .info h2{
	font-size:20px;
	margin-bottom: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cor-ser .tab-switch .img .info h2.on{
	color:#fe7700;
	font-size:30px;
}
.cor-ser .tab-switch .img .info p{
	color:#797979;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cor-ser .tab-switch .img1{
	width: 379px;
	height: 438px;
	margin-right:12px;
}
.cor-ser .tab-switch .img1 .info{
	bottom:10px;
}
.cor-ser .tab-switch .img2{
	width: 380px;
	height: 211px;
	margin-right:12px;
	margin-bottom:14px;
}
.cor-ser .tab-switch .img2 .info{
	bottom:10px;
}
.cor-ser .tab-switch .img3{
	width: 380px;
	height: 211px;
}
.cor-ser .tab-switch .img3 .info{
	bottom:10px;
}
.cor-ser .tab-switch .img4{
	width: 775px;
	height: 211px;
}
.cor-ser .tab-switch .img4 .info{
	bottom:70px;
}
.cor-ser{
	margin-bottom:26px;
}
.capital-ser{
	background-color:#fff;
	padding:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:30px;
}
.capital-ser h2.tit{
	border-bottom:1px solid #d6d6d6;
	padding:18px 0;
	padding-left:60px;
	background:url(../images/capital-ser-tit-icon.png) no-repeat left center;
	font-size:20px;
	margin-bottom:32px;
}
.capital-ser .list div.fl{
	width: 789px;
}
.capital-ser .list .img{
	position: relative;
	border:1px solid #ececec;
	float:left;
}
.capital-ser .list .img:hover{
	box-shadow: 0 0 10px #88ccfc;
}
.capital-ser .list .img img{
	width: 100%;
	height: 100%;
	display: block;
}
.capital-ser .list .img .info{
	position: absolute;
	width: 100%;
	padding-left:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	left:0;
	padding-right:20px;
	bottom:30px;
}
.capital-ser .list .img .info h2{
	font-size:20px;
	margin-bottom: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.capital-ser .list .img .info h2.on{
	color:#fe7700;
	font-size:30px;
}
.capital-ser .list .img .info p{
	color:#797979;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.capital-ser .list .img1{
	margin-bottom:14px;
	margin-right:11px;
}
.capital-ser .list .img1 .info{
	padding-left:430px;
	bottom:85px;
}
.capital-ser .list .img2{
	margin-right:12px;
}
.capital-ser .list .img3{
	margin-right:12px;
}
.aptitude{
	background-color:#fff;
	padding:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:30px;
}
.aptitude h2.tit{
	border-bottom:1px solid #d6d6d6;
	padding:18px 0;
	padding-left:60px;
	background:url(../images/aptitude-tit-icon.png) no-repeat 10px center;
	font-size:20px;
	margin-bottom:32px;
}
.aptitude .list div.left{
	width: 380px;
	margin-right:14px;
}
.aptitude .list div.mid{
	width: 379px;
	margin-right:13px;
}
.aptitude .list div.right{
	width: 380px;
}
.aptitude .list .img{
	position: relative;
	border:1px solid #ececec;
	float:left;
}
.aptitude .list .img:hover{
	box-shadow: 0 0 10px #88ccfc;
}
.aptitude .list .img img{
	width: 100%;
	height: 100%;
	display: block;
}
.aptitude .list .img .info{
	position: absolute;
	width: 100%;
	padding-left:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	left:0;
	padding-right:20px;
	bottom:30px;
}
.aptitude .list .img .info h2{
	font-size:20px;
	margin-bottom: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.aptitude .list .img .info h2.on{
	color:#fe7700;
	font-size:30px;
}
.aptitude .list .img .info p{
	color:#797979;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.aptitude .list .img1{
	margin-bottom:14px;
}
.aptitude .list .img4{
	margin-bottom:14px;
}
.Fiscal{
	background-color:#fff;
	padding:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:30px;
}
.Fiscal h2.tit{
	border-bottom:1px solid #d6d6d6;
	padding:18px 0;
	padding-left:60px;
	background:url(../images/Fiscal-tit-icon.png) no-repeat 10px center;
	font-size:20px;
	margin-bottom:32px;
}
.Fiscal .list div.left{
	width: 776px;
	margin-right:13px;
}
.Fiscal .list div.right{
	width: 380px;
}
.Fiscal .list .img{
	position: relative;
	border:1px solid #ececec;
	float:left;
}
.Fiscal .list .img:hover{
	box-shadow: 0 0 10px #88ccfc;
}
.Fiscal .list .img img{
	width: 100%;
	height: 100%;
	display: block;
}
.Fiscal .list .img .info{
	position: absolute;
	width: 100%;
	padding-left:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	left:0;
	padding-right:20px;
	bottom:30px;
}
.Fiscal .list .img .info h2{
	font-size:20px;
	margin-bottom: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Fiscal .list .img .info h2.on{
	color:#fe7700;
	font-size:30px;
}
.Fiscal .list .img .info p{
	color:#797979;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.Fiscal .list .img1{
	margin-right:12px;
	margin-bottom:14px;
}
.Fiscal .list .img2{
	margin-bottom:14px;
}
.Fiscal .list .img3 .info{
	padding-left:430px;
	bottom:85px;
}
.Fiscal .list .img4{
	margin-bottom:14px;
}
.loan{
	background-color:#fff;
	padding:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:30px;
}
.loan h2.tit{
	border-bottom:1px solid #d6d6d6;
	padding:18px 0;
	padding-left:60px;
	background:url(../images/loan-tit-icon.png) no-repeat 10px center;
	font-size:20px;
	margin-bottom:32px;
}
.loan li{
	float:left;
	width: 379px;
	height: 438px;
	border:1px solid #ececec;
	margin-right:13px;
	position: relative;
}
.loan li.last{
	margin-right:0;
}
.loan li:hover{
	box-shadow: 0 0 10px #88ccfc;
}
.loan li:last-child{
	margin-right:0;
}
.loan li .info{
	position: absolute;
	width: 100%;
	padding-left:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	left:0;
	padding-right:20px;
	bottom:30px;
}
.loan li .info h2{
	font-size:20px;
	margin-bottom: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.loan li .info p{
	color:#797979;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news{
	background-color:#fff;
	padding:15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:30px;
}
.news h2.tit{
	border-bottom:1px solid #d6d6d6;
	padding:18px 0;
	padding-left:60px;
	background:url(../images/news-tit-icon.png) no-repeat 10px center;
	font-size:20px;
	margin-bottom:32px;
}
.news h2.tit a{
	color:#003b8c;
	font-size:14px;
	font-weight: normal;
}
.news .main .left{
	width:615px;
}
.news .main .left h2{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	margin-bottom:25px;
}
.news .main .left p{
	color:#999;
	margin-bottom:22px;
}
.news .main .left p.info{
	line-height: 2em;
	margin-bottom:30px;
	color:#666;
}
.news .main .left p span.day{
	display: inline-block;
	padding-left:30px;
	background:url(../images/news-day.png) no-repeat 5px center;
	margin-right: 40px;
}
.news .main .left p span.view{
	display: inline-block;
	padding-left:25px;
	background:url(../images/news-view.png) no-repeat 5px center;
}
.news .main .left a.btn{
	display: inline-block;
	width: 125px;
	height: 29px;
	border:1px solid #003b8c;
	color:#003b8c;
	text-align: center;
	line-height: 29px;
}
.news .main .right{
	width: 475px;
}
.news .main .right li{
	vertical-align: middle;
	line-height: 30px;
	overflow: hidden;
	background:url(../images/dot.png) no-repeat left 13px;
	padding-left:10px;
	margin-bottom:15px;
}
.news .main .right li p.m{
	width: 375px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#404040;
}
.news .main .right li span.day{
	color:#999;
}
.news .main .right li a:hover p.m{
	color:#003b8c;
}
.hezuo{
	background-color:#fff;
	padding:15px;
	padding-bottom:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.hezuo h2.tit{
	padding:18px 0;
	padding-left:60px;
	background:url(../images/hezuo-tit-icon.png) no-repeat 10px center;
	font-size:20px;
	margin-bottom:32px;
}
.hezuo li{
	width: 193px;
	height: 144px;
	float:left;
	border:1px solid #dfdfdf;
	overflow: hidden;
}
.hezuo li img{
	width: 100%;
	height: 100%;
	display: block;
}
.hezuo li img.hover{
	display: none;
}
.hezuo li.on img.d{
	display: none;
}
.hezuo li.on img.hover{
	display: block;
}
.ad img{
	display: block;
	width: 100%;
	height: auto;
}
.infor{
	background-color:#fff;
}
.infor .information{
	padding:30px 0;
	border-bottom:1px solid #e8e8e8;
	margin-bottom:38px;
}
.infor .information li{
	width: 25%;
	float:left;
	padding-left:48px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.infor .information li h2{
	font-size:18px;
	font-weight: normal;
	margin-bottom:8px;
	color:#333;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.infor .information li p{
	font-size:12px;
	color:#666;
	line-height: 1.5em;
}
.infor .information li.safe{
	background:url(../images/safe.png) no-repeat left top;
}
.infor .information li.good{
	background:url(../images/good.png) no-repeat left top;
}
.infor .information li.in{
	background:url(../images/information.png) no-repeat left top;
}
.infor .information li.team{
	background:url(../images/team.png) no-repeat left top;
}
.infor .foot{
	padding-bottom:10px;
}
.infor .foot .left{
	width: 800px;
}
.infor .foot .left li{
	float:left;
	width: 150px;
	margin-right:50px;
}
.infor .foot .left li h2{
	margin-bottom:35px;
	font-weight: normal;
	font-size: 16px;
}
.infor .foot .left li a{
	display: block;
	margin-bottom:10px;
}
.infor .foot .mid{
	width: 135px;
}
.infor .foot .mid img{
	display: block;
	width: 128px;
	height: 128px;
	border:1px solid #ccc;
	margin:0 auto;
	margin-bottom:15px;
}
.infor .foot .mid p{
	color:#666;
	font-size: 12px;
	text-align: center;
}
.infor .foot .right{
	padding-right:30px;
	width: 200px;
}
.infor .foot .right li{
	margin-bottom:20px;
	padding-left:50px;
}
.infor .foot .right li h2{
	color:#333;
	font-weight: normal;
	font-size:20px;
	margin-bottom:10px;
}
.infor .foot .right li p{
	font-size:12px;
	color:#333;
}
.infor .foot .right li.tel{
	background:url(../images/tel.png) no-repeat left 8px;
}
.infor .foot .right li.QQ{
	background:url(../images/QQ.png) no-repeat left 8px;
}
.infor .foot .right li.email{
	background:url(../images/email.png) no-repeat 5px 12px;
}
.infor .corporation{
	background-color:#464646;
	padding:30px 0;
}
.infor .corporation h2{
	color:#999;
	font-size:14px;
	margin-bottom:15px;
}
.infor .corporation .youqing{
	margin-bottom:20px;
}
.infor .corporation .youqing a{
	color:#999;
	display: inline-block;
	margin-right:24px;
	margin-bottom:15px;
}
.infor .corporation p.corinfor{
	text-align: left;
	color:#999;
}

/*内页*/
.inner-main{
	margin-top:45px;
	margin-bottom:60px;
}
.inner-main .main-head{
	margin-bottom:50px;
}
.inner-main .main-head .left{
	width: 696px;
	margin-right:46px;
}
.inner-main .main-head .left img{
	display: block;
	width: 696px;
	height: 430px;
}
.inner-main .main-head .right{
	width: 458px;
}
.inner-main .main-head .right .t{
	border-bottom:1px dashed #dcdcdc;
	padding-bottom:36px;
	margin-bottom:38px;
}
.inner-main .main-head .right .t h2{
	font-size:28px;
	color:#333;
	margin:44px 0 15px;
}
.inner-main .main-head .right .t p{
	font-size:16px;
	color:#666;
}
.inner-main .main-head .right .p{
	line-height: 2em;
	color:#666;
	margin-bottom:15px;
}
.inner-main .main-head .right .btn a{
	width: 165px;
	height: 48px;
	display: inline-block;
	margin-right:35px;
	line-height: 48px;
	color:#fff;
	font-size:16px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.inner-main .main-head .right .btn a.order{
	padding-left:76px;
	background:#cc3333 url(../images/order.png) no-repeat 35px center;
}
.inner-main .main-head .right .btn a.QQ{
	margin-right:0;
	padding-left:71px;
	background:#2f9f86 url(../images/QQ-icon.png) no-repeat 37px center;
}
.inner-main .main-content{
	border:1px solid #ececec;
	padding:0 10px 45px;
}
.inner-main .main-content .m-address-change{
	margin-bottom:40px;
	padding-top:45px;
}
.inner-main .main-content .m-address-change h2{
	margin-bottom:45px;
}
.inner-main .main-content .m-address-change .p{
	line-height: 2em;
}
.inner-main .main-content h2.tit{
	text-align: center;
	color:#333;
	font-size:26px;
	font-weight: 200;
}
.inner-main .main-content .m-1{
	background-color:#f5f5f5;
	padding-top:55px;
	margin-bottom:50px;
}
.inner-main .main-content .m-1 img{
	width: 100%;
	height: auto;
	display: block;
}
.inner-main .main-content .m-2{
	margin-bottom:30px;
}
.inner-main .main-content .m-2 img{
	width: 100%;
	height: auto;
	display: block;
}
.inner-main .main-content .m-3{
	padding-left:245px;
	background:url(../images/nei-info-bk.png) no-repeat 115px center;
	min-height: 108px;
}
.inner-main .main-content .m-3 img{
	margin-bottom:12px;
}
.inner-main .main-content .m-3 p{
	color:#cc3333;
	font-size:25px;
}
.inner-main .main-content .m-zhuce{
	margin-bottom:20px;
	padding-top:45px;
}
.inner-main .main-content .m-zhuce .p{
	line-height: 2em
}
.inner-main .main-content .m-zhuce .p img{
	width: 100%;
	height: auto;
	display: block;
}
.inner-main .main-content .m-zhuxiao{
	margin-bottom:20px;
	padding-top:45px;
}
.inner-main .main-content .m-zhuxiao .p{
	line-height: 2em
}
.inner-main .main-content .m-zhuxiao .p img{
	width: 100%;
	height: auto;
	display: block;
}
.inner-main .main-content .m-shenpi{
	margin-bottom:20px;
	padding-top:45px;
}
.inner-main .main-content .shenpi-list{
	padding-bottom:30px;
	border-bottom:1px solid #e5e5e5;
}
.inner-main .main-content .shenpi-list li{
	width: 564px;
	height: 322px;
	float:left;
	margin-bottom:15px;
	margin-right:45px;
}
.inner-main .main-content .shenpi-list li:nth-of-type(2n){
	margin-right:0;
}
.inner-main .main-content .shenpi-list li .info{
	max-width: 500;
	padding:42px 32px 0;
	overflow: hidden;
	max-height: 280px;
}
.inner-main .main-content .shenpi-list li:nth-of-type(4n+3) .info,.inner-main .main-content .shenpi-list li:nth-of-type(4n+4) .info{
	float:right;
}
.inner-main .main-content .shenpi-list li .info h2{
	font-size:28px;
	margin-bottom:18px;
	padding-bottom:7px;
	border-bottom-width:3px;
	border-bottom-style: solid;
	display: inline-block;
}
.inner-main .main-content .shenpi-list li .info span{
	display: block;
	line-height: 1.5em;
	margin-bottom:6px;
}
.inner-main .main-content .m-shenpi .p{
	line-height: 2em
}
.inner-main .main-content .m-shenpi .p img{
	width: 100%;
	height: auto;
	display: block;
}
.inner-main .main-content .shenpi-anli-list{
	margin-bottom:30px;
}
.inner-main .main-content .shenpi-anli-list li{
	float: left;
	width: 235px;
}
.inner-main .main-content .shenpi-anli-list li img{
	width: 219px;
	height: 310px;
	display: block;
	margin:0 auto;
}
.inner-main .main-content .m-zhuanrang{
	padding-top:45px;
}
.inner-main .main-content .m-zhuanrang .p{
	line-height: 2em
}
.inner-main .main-content .m-zhuanrang .p img{
	width: 100%;
	height: auto;
	display: block;
}
.inner-main .main-content .m-yanzi{
	padding-top:45px;
	margin-bottom:20px;
}
.inner-main .main-content .m-yanzi .p{
	line-height: 2em
}
.inner-main .main-content .m-yanzi .p img{
	width: 100%;
	height: auto;
	display: block;
}
.inner-main .main-content .yanzi-anli-list{
	margin-bottom:30px;
}
.inner-main .main-content .yanzi-anli-list li{
	float: left;
	width: 235px;
}
.inner-main .main-content .yanzi-anli-list li img{
	width: 219px;
	height: 310px;
	display: block;
	margin:0 auto;
}
.inner-main .main-content .m-zijin{
	padding-top:45px;
	margin-bottom:20px;
}
.inner-main .main-content .m-zijin .p{
	line-height: 2em
}
.inner-main .main-content .m-zijin .p img{
	width: 100%;
	height: auto;
	display: block;
}
.inner-main .main-content .zijin-anli-list{
	margin-bottom:30px;
	padding-top:45px;
}
.inner-main .main-content .zijin-anli-list li{
	float: left;
	width: 235px;
}
.inner-main .main-content .zijin-anli-list li img{
	width: 219px;
	height: 310px;
	display: block;
	margin:0 auto;
}
.inner-main .main-content .m-daizhang{
	padding-top:45px;
	margin-bottom:20px;
}
.inner-main .main-content .m-daizhang .p{
	line-height: 2em
}
.inner-main .main-content .m-daizhang .p img{
	width: 100%;
	height: auto;
	display: block;
}
.inner-main .main-content .m-jijin{
	padding-top:45px;
	margin-bottom:20px;
}
.inner-main .main-content .m-jijin.last{
	margin-bottom:0;
}
.inner-main .main-content .m-jijin .p{
	line-height: 2em
}
.inner-main .main-content .m-jijin .p img{
	width: 100%;
	height: auto;
	display: block;
}
.order-box{
	width: 677px;
	height: 494px;
	background-color:#fff;
	position: fixed;
	left:50%;
	top:50%;
	margin-top:-247px;
	margin-left:-338.5px;
	z-index:10;
	display: none;
}
.order-box .title{
	padding:22px 0 20px 26px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:30px;
}
.order-box .title h2{
	font-size:20px;
}
.order-box .title h2 span{
	font-size:12px;
	display: inline-block;
	margin-left:12px;
	color:#99999c;
}
.order-box .order-form p{
	margin-bottom:10px;
	color:#aaa;
}
.order-box .order-form label{
	display: inline-block;
	margin-left:95px;
	width: 55px;
	margin-right:8px;
	text-align: right;
	color:#333;
}
.order-box .order-form .txt{
	display: inline-block;
	width: 352px;
	height: 38px;
	line-height: 38px;
	border:1px solid #ccc;
	padding:0 15px;
	border-radius: 8px;
	margin-right:15px;
}
.order-box .order-form textarea{
	vertical-align: top;
	width: 352px;
	padding:15px;
	resize: none;
	border-radius: 8px;
	height: 57px;
}
.order-box .order-form label.ver{
	margin-top:15px;
}
.order-box .order-form .btn{
	width: 382px;
	height: 58px;
	background-color:#ff6600;
	color:#fff;
	cursor: pointer;
	margin-left:158px;
	border-radius: 8px;
	margin-top:20px;
	font-size: 20px;
}
.order-box i.close{
	position: absolute;
	right:8px;
	top:8px;
	background:url(../images/close.png) no-repeat center center;
	width: 18px;
	height: 18px;
	display: block;
	cursor: pointer;
}
.bk{
	width: 100%;
	height: 100%;
	position: fixed;
	left:0;
	top:0;
	background-color:rgba(0,0,0,.7);
	z-index:8;
	display: none;
}
.inner-lr{
	margin-top:40px;
}
.inner-lr .left{
	width: 245px;
	margin-right:30px;
}
.inner-lr .left h2.tit{
	font-size:20px;
	padding-bottom:13px;
	border-bottom:1px solid #ccc;
	font-weight: 200;
	margin-bottom:20px;
}
.inner-lr .left li{
	padding-left:24px;
	line-height: 48px;
	font-size: 16px;
}
.inner-lr .left li.on{
	border-bottom:2px solid #003b8c;
	background-color:#eee;
}
.inner-lr .left li.on a{
	color:#003b8c;
}

.inner-lr .right{
	width: 925px;
}
.inner-lr .right h2.tit{
	font-size:20px;
	padding-bottom:13px;
	border-bottom:1px solid #ccc;
	font-weight: 200;
	margin-bottom:20px;
}
.inner-lr .right h2.tit p{
	font-size:12px;
	color:#666;
	margin-top:4px;
}
.inner-lr .right .news-list li{
	padding:25px 0;
	border-bottom:1px solid #ccc;
}
.inner-lr .right .news-list li .l{
	width: 260px;
	margin-right:38px;
}
.inner-lr .right .news-list li .r{
	width: 600px;
	padding-right:25px;
}
.inner-lr .right .news-list li .r h2{
	line-height: 1.5em;
	margin-bottom:10px;
	font-size: 24px;
	font-weight: 400;
	height: 72px;
	overflow: hidden;
}
.inner-lr .right .news-list li .r .info{
	font-size:12px;
	margin-bottom:15px;
}
.inner-lr .right .news-list li .r .info span{
	color:#ff661f;
}
.inner-lr .right .news-list li .r .i{
	line-height: 1.5em;
	font-size:14px;
	height: 63px;
	overflow: hidden;
}
.page{
	margin:45px 0;
	text-align: right
}
.page a{
	display: inline-block;
	margin:0 20px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
}
.page a.p-n{
	width: auto;
	border-radius:0; 
}
.page a.on{
	background-color:#dd4c13;
	color:#fff;
}
.inner-lr .right .news-content h2.title{
	text-align: center;
	color:#333;
	font-size: 24px;
	width: 80%;
	margin:0 auto;
	margin-bottom:15px;
	margin-top:30px;
}
.inner-lr .right .news-content p.source{
	text-align: center;
	color:#808080;
	font-size: 14px;
	margin-bottom:30px;
}
.inner-lr .right .news-content .p{
	line-height: 2em;
}
.inner-lr .right .news-content .bdsharebuttonbox{
	margin:45px 0;
}
.inner-lr .right .news-content .bd-share{
	border-bottom:1px solid #ccc;
	margin-bottom:45px;
}
.inner-lr .right .news-content .prev-next{
	margin-bottom:45px;
}
.inner-lr .right .news-content .prev-next .fl{
	text-align: left;
	width: 320px;
	padding-left:30px;
}
.inner-lr .right .news-content .prev-next .fr{
	text-align: right;
	width: 320px;
	padding-right:30px;
}
.inner-lr .right .news-content .prev-next span{
	color:#9a9a9a;
	display: inline-block;
	margin-top:5px;
	line-height: 2em;
}
.inner-lr .right .about-us .focus{
	margin-bottom: 30px
}
.inner-lr .right .about-us .focus img{
	display: block;
	width: 925px;
	height: auto;
}
.inner-lr .right .about-us .p{
	line-height: 2em;
	margin-bottom:30px;
}
.inner-lr .right .contact-us h2{
	margin-bottom:35px;
	font-size:24px;
	margin-top:60px;
}
.inner-lr .right .contact-us p{
	line-height: 30px;
	margin-bottom:20px;
	padding-left:45px;
}
.inner-lr .right .contact-us p.tel{
	background:url(../images/contact-tel.png) no-repeat left center;
}
.inner-lr .right .contact-us p.qq{
	background:url(../images/contact-QQ.png) no-repeat left center;
}
.inner-lr .right .contact-us p.address{
	background:url(../images/contact-address.png) no-repeat left center;
}
.inner-lr .right .contact-us p.address{
	background:url(../images/contact-address.png) no-repeat left center;
}
.inner-lr .right .contact-us p.email{
	background:url(../images/contact-email.png) no-repeat left center;
	margin-bottom:40px;
}
.inner-lr .right .contact-us iframe{
	width: 100%;
	height: 530px;
	margin-bottom:50px;
	overflow: hidden;
}
.inner-lr .right .join-us ul.info{
	margin:40px 0;
}
.inner-lr .right .join-us li{
	width: 33.3%;
	float:left;
	text-align: center;
}
.inner-lr .right .join-us li h3{
	margin:15px 0;
}
.inner-lr .right .join-us .join-table-list{
	width: 100%;
	margin-bottom:20px;
}
.inner-lr .right .join-us .join-table-list thead tr{
	background-color:#f0f0f0;
}
.inner-lr .right .join-us .join-table-list thead th{
	padding:10px 35px;
	line-height: 34px;
	text-align: center;
}
.inner-lr .right .join-us .join-table-list thead th.job{
	text-align: left;
}
.inner-lr .right .join-us .join-table-list tbody tr{
	border-bottom:1px solid #ccc;
}
.inner-lr .right .join-us .join-table-list tbody td{
	padding:10px 35px;
	line-height: 34px;
	text-align: center;
}
.inner-lr .right .join-us .join-table-list tbody td.job{
	text-align: left;
}
.inner-lr .right .join-us .table-info{
	margin-bottom:50px;
	color:#333;
}
.inner-lr .right .join-us .p{
	line-height: 2em;
	margin:50px 0;
	font-size:18px;
}
.inner-search{
	padding:50px 0;
}
.inner-search h2.tit{
	font-size:20px;
	padding-bottom:13px;
	border-bottom:1px solid #ccc;
	font-weight: 200;
	margin-bottom:20px;
}
.inner-search h2.tit p{
	font-size:12px;
	color:#666;
	margin-top:4px;
}
.inner-search p.search-tab{
	margin-bottom:40px;
}
.inner-search p.search-tab a{
	display: inline-block;
	margin-right:15px;
	padding:8px 13px;
}
.inner-search p.search-tab a.on{
	background-color:#003b8c;
	color:#fff;
}
.inner-search li{
	width: 278px;
	margin-bottom:24px;
	margin-right:20px;
	float:left;
	border:1px solid #ebebeb;
}
.inner-search li:hover{
	box-shadow: 0 0 10px #88ccfc;
}
.inner-search li.mr{
	margin-right:0;
}
.inner-search li img{
	display: block;
	width: 278px;
	height: 172px;
}
.inner-search li h2{
	text-align: center;
	width: 80%;
	margin:15px auto;
	font-size:16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dai-focus{
	height: 550px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.dai-you ul{
	padding:50px 0;
}
.dai-you li{
	float: left;
	width:25%;
	background-repeat: no-repeat;
	background-position: left center;
	height: 85px;
	padding-left:90px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.dai-you li h2{
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	font-size:20px;
	font-weight: normal;
	margin:10px 0 10px;
}
.dai-you li p{
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.dai-style{
	background-color:#f7f7f7;
	padding:54px 0 45px;
}
.dai-style h2.tit{
	text-align: center;
	margin-bottom:24px;
	font-size:40px;
	font-weight: 400
}
.dai-style .p{
	margin-bottom:50px;
	line-height: 1.5em;
}
.dai-style li{
	width: 390px;
	border:1px solid #ccc;
	margin-right:12px;
	float:left;
}
.dai-style li.last,.dai-style li:last-child{
	margin-right:0;
}
.dai-style li .top{
	padding:38px;
	background-color:#fff;
}
.dai-style li .top .ll{
	width: 190px;
}
.dai-style li .top .ll h3{
	font-size:24px;
	font-weight: normal;
	margin-bottom:12px;
	margin-top:5px;
}
.dai-style li .top .ll p{
	line-height: 1.5em;
	color:#818181;
	font-size:12px;
	width: 100%;
	height: 54px;
	overflow: hidden;
	margin-bottom:15px;
}
.dai-style li .top .ll a.btn{
	width: 80px;
	height: 24px;
	border:1px solid #cc1323;
	color:#cc1323;
	text-align: center;
	line-height: 24px;
	border-radius: 6px;
	display: inline-block;
}
.dai-style li .top .lr{
	width: 116px;
}
.dai-style li .top .lr img{
	display: block;
	width: 116px;
	height: 120px;
}
.dai-style li .bottom{
	padding:32px 64px;
}
.dai-style li .bottom dd{
	margin-bottom:20px;
}
.dai-style li .bottom dd h3{
	font-size:18px;
	font-weight: normal;
	vertical-align: middle;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom:5px;
}
.dai-style li .bottom dd h3 img{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.dai-style li .bottom dd p{
	color:#818181;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dai-style span.tel-btn{
	display: block;
	width: 268px;
	height: 43px;
	line-height: 42px;
	margin:35px auto 0;
	border:1px solid #cc1323;
	color:#cc1323;
	text-align: center;
	border-radius: 6px;
}
.dai-m-1{
	padding:40px 0;
}
.dai-m-2{
	padding:40px 0;
}
.dai-m-2 h2.tit{
	text-align: center;
	font-size:40px;
	font-weight: normal;
	margin-bottom:30px;
}
.dai-m-3{
	padding:40px 0;
}
.dai-m-3 h2.tit{
	text-align: center;
	font-size:40px;
	font-weight: normal;
	margin-bottom:30px;
}
.dai-m-3 .anli li{
	width: 277px;
	border:1px solid #ddd;
	float:left;
	margin-right:30px;
	padding:20px 44px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.dai-m-3 .anli li.last,.dai-m-3 .anli li:last-child{
	margin-right:0;
}
.dai-m-3 .anli li .t{
	text-align: center;
	padding-bottom:12px;
	border-bottom:1px dashed #ddd;
	margin-bottom:20px;
}
.dai-m-3 .anli li .t h3{
	font-size: 24px;
	color:#859ab4;
	font-weight: normal;
}
.dai-m-3 .anli li .t img{
	height: 60px;
	margin-bottom:5px;
}
.dai-m-3 .anli li h4{
	font-size:18px;
	font-weight: normal;
	margin-bottom:15px;
}
.dai-m-3 .anli li span.m{
	color:#666;
	font-size:12px;
	display: block;
	margin-bottom:20px;
}
.dai-m-3 .anli li p.info{
	line-height: 2em;
	font-size:14px;
	height: 112px;
	overflow: hidden;
	color:#666;
}
.dai-m-4{
	padding:60px 0;
}
.dai-m-4 h2.tit{
	text-align: center;
	font-size:40px;
	font-weight: normal;
	margin-bottom:30px;
}
.dai-m-4 li{
	width: 169px;
	height: 100px;
	float:left;
	border:1px solid #ccc;
}
.dai-m-4 li img{
	width: 169px;
	height: 100px;
	display: block;
}