* {
	font-size: 15px;
	/*color: #333;*/
	font-family: Microsoft YaHei;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	list-style-type: none;
}

body {
	overflow-x: hidden;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*头部*/
.Head {
	width: 100%;
	height: 110px;
}

.HeadCenter {
	width: 1200px;
	height: 110px;
	margin: 0 auto;
}

.Logo {
	height: 110px;
	float: left;
}

.Tel {
	height: 110px;
	float: right;
	align-items: center;
	display: flex;
}

.TelIco {
	float: left;
	width: 44px;
	height: 44px;
	margin-right: 10px;
}

.TelTxt {
	float: left;
}

.TelTxt p:nth-child(1) {
	color: #666;
}

.TelTxt p:nth-child(2) {
	font-size: 30px;
	font-weight: bold;
}

/*搜索*/
.Search {
	width: 100%;
	height: 68px;
	background: #f5f5f5;
}

.SearchCenter {
	width: 1200px;
	height: 68px;
	margin: 0 auto;
}

.Keyword {
	float: left;
	line-height: 68px;
}

.Keyword span {
	color: #999;
}

.Keyword a {
	font-size: 14px;
	margin-right: 15px;
}

.Keyword a:hover {
	color: #05469a;
}

.SearchBar {
	float: right;
	/*line-height: 68px;*/
	margin-top: 13px;
}

.SearchBar .keywords {
	width: 225px;
	line-height: 40px;
	background: white;
	border: 1px solid #e6e6e6;
	color: #666;
	padding-left: 15px;
	font-size: 14px;
	letter-spacing: 3px;
	outline: medium;
}

.SearchBar .submit {
	width: 100px;
	line-height: 40px;
	background: #05469a url("../images/so.png") center no-repeat;
	border: none;
	outline: none;
	margin-left: -5px;
	cursor: pointer;
}

/*业务领域*/
.Business {
	width: 100%;
}

.BusinessCenter {
	width: 1200px;
	margin: 0 auto;
}

.ETitle {
	margin: 50px auto;
	text-align: center;
	padding-top: 50px;
}

.ETitle h1 {
	color: #05469a;
	font-size: 36px;
	font-weight: bold;
}

.ETitle span {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	/* margin-left: 8px; */
}

.BusinessList {
	width: 1200px;
	border-bottom: 1px solid #e6e6e6;
	display: table;
	line-height: 60px;
	text-align: center;
	align-items: center;

}

.BusinessList a {
	display: inline-block;
	width: 150px;
	font-size: 18px;
}

.BusinessList .Current {
	border-bottom: 5px solid #05469a;
}

.BusinessList .Current,
.BusinessList a:hover {
	color: #05469a
}

.BusinessShow {
	margin: 30px -20px;
	height: auto;
	display: inline-block;
}

.BusinessShow li {
	width: 285px;
	height: 264px;
	box-shadow: 0 0 12px #ddd;
	float: left;
	margin: 20px 0 0 20px;
}

.ShowImg {
	width: 285px;
	height: 214px;
	overflow: hidden;
}

.ShowImg img {
	width: 285px;
	height: 214px;
	transition: all 0.6s;
}

.ShowName {
	line-height: 50px;
	text-align: center;
	font-weight: normal;
}

.BusinessShow li:hover .ShowName {
	background: #05469a;
	color: white;
}

.BusinessShow li:hover .ShowImg img {
	transform: scale(1.2);
}

.More {
	margin: 0 auto 50px;
	clear: both;
	width: 163px;
	height: 50px;
}

.More a {
	border: 1px solid #333;
	display: block;
	width: 163px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.More a:hover {
	background: #05469a;
	color: white;
	border: none;
}

/*成功案例*/
.Case {
	width: 100%;
	height: 912px;
	background: #f5f5f5;
	background: url("../images/albg.jpg") center no-repeat;
}

.CaseCenter {
	padding-top: 2px;
	width: 1200px;
	height: 910px;
	margin: 0 auto;
}

.CaseShow {
	height: 650px;
	margin: -30px -30px 30px;
}

.CaseShow li {
	width: 380px;
	height: 285px;
	overflow: hidden;
	float: left;
	margin: 30px 0 0 30px;
}

.CaseShow li img {
	width: 380px;
	height: 285px;
}

.CaseShow li a {
	display: block;
	width: 380px;
	height: 285px;
	position: relative;
}

.intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: rgba(51, 51, 51, 0.6);
	width: 380px;
	text-align: center;
}

.intro h2 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	height: 80px;
	width: 380px;
	line-height: 230px;
	color: white;
	font-weight: normal
}

.intro p {
	margin: 60px auto 75px;
	height: 70px;
	overflow: hidden;
}

.intro p img {
	width: 70px;
	height: 70px;
}

.CaseShow li a .intro {
	bottom: -285px;
}

.CaseShow li a:hover .intro {
	bottom: 0;
}

/*服务流程*/
.Service {
	width: 100%;
	
	background-color: whitesmoke;
}

.ServiceCenter {
	width: 1200px;
	height: 590px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.Process {
	width: 300px;
	height: 400px;
	float: left;
}

.ProcessImg {
	width: 300px;
	height: 200px;
}

.ProcessTxt {
	width: 300px;
	height: 200px;
	background: #f5f5f5;
	padding-top: 15px;
}

.ProcessTxt>h2>span {
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	margin-right: 15px;
	color: rgba(51, 51, 51, 0.5);
}

.ProcessTxt>h2 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 70px;
}

.ProcessTxt>p {
	width: 280px;
	line-height: 32px;
	margin: 0 auto;

}

.ProcessBlue {
	background: #05469a;
}

.ProcessBlue>h2>span {
	color: rgba(255, 255, 255, 0.5);
}

.ProcessBlue>h2,
.ProcessBlue>p {
	color: white;
}

/*关于我们*/
.AboutUs {
	width: 100%;
	height: 532px;
	background: #f5f5f5;
	position: relative;
	background: url("../images/gybg.jpg") center no-repeat;
}

.AboutUsCenter {
	height: 532px;
	margin: 0 -600px 0 -600px;
	position: absolute;
	left: 50%;
}

.AboutTxt {
	width: 630px;
	height: 532px;
	float: left;
	margin-right: 29px;
}

.AboutTitle {
	text-align: left;
}

.AboutTxt p {
	color: #666;
	line-height: 32px;
	margin-bottom: 35px;
}

.AboutTxt a {
	color: #05469a;
}

.AboutImg {
	width: 890px;
	height: 532px;
	float: right;
	overflow: hidden;
}

.AboutImg img {
	width: 890px;
	height: 532px;
}

/*新闻中心*/
.News {
	width: 100%;
	height: 700px;
	background:url(../images/xinwenbg.jpg) center no-repeat;
}

.NewsCenter {
	width: 1200px;
	height: 700px;
	margin: 0 auto;
}

.NewsLeft {
	width: 566px;
	height: 482px;
	position: relative;
	float: left;
}

.NewsLeft img {
	width: 566px;
	height: 482px;
}

.NewsDes {
	width: 566px;
	height: 170px;
	background: rgba(51, 51, 51, 0.9);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
}

.NewsDes h3 a {
	color: white;
	font-weight: normal;
	font-size: 24px;
	line-height: 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.NewsDes h3 a:hover {
	color: #05469a;
}

.NewsDes time {
	line-height: 30px;
	color: rgba(255, 255, 255, 0.5);
}

.NewsDes p {
	color: rgba(255, 255, 255, 0.5);
	line-height: 32px;
}

.NewsList {
	padding-top: 2px;
	width: 580px;
	height: 482px;
	float: right;
}

.NewsList li {
	border-bottom: 1px solid #e6e6e6;
	width: 580px;
	height: 160px;
	display: flex;
	align-items: center;
}

.NewsDate {
	border-right: 2px solid #ddd;
	width: 100px;
	color: #999;
	text-align: center;
}

.NewsDate p:nth-child(1) {
	font-size: 48px;
	color: #999;
}

.NewsDate p:nth-child(2) {
	color: #999;
}

.NewsLiRight {
	width: 460px;
	height: 100px;
	margin-left: 30px;
}

.NewsLiRight h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.NewsLiRight h3 a {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

.NewsLiRight h3 a:hover {
	color: #05469a;
}

.NewsLiRight p {
	color: #666;
	line-height: 28px;
	font-size: 14px;
}

/*合作伙伴*/
.Partner {
	width: 100%;
	height: 320px;
	background: #f5f5f5;
}

.PartnerCenter {
	width: 1200px;
	height: 320px;
	margin: 0 auto;
	padding-top: 2px;
}

/*底部*/
.Bottom {
	width: 100%;
	height: 300px;
	background: #333;
	border-bottom: 1px solid #666;
}

.BottomCenter {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
}

.Ewm {
	width: 150px;
	height: 180px;
	text-align: center;
}

.EwmImg {
	width: 150px;
	height: 150px;
}

.EwmImg img {
	width: 150px;
	height: 150px;
}

.Ewm span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
}

.B-Contact {
	max-width: 430px;
	height: 150px;
	margin-left: 40px;
	min-width: 320px;
}

.B-TelIco {
	padding-top: 5px;
	float: left;
	margin-right: 15px;
}

.B-Tel {
	height: 70px;
}

.B-TelTxt p:nth-child(1) {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}

.B-TelTxt p:nth-child(2) {
	font-size: 30px;
	color: white;
	font-weight: bold;
}

.B-Ad {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
}

.BottomNav {
	max-width: 600px;
	height: 200px;
	display: flex;
	position: absolute;
	right: 0;
	overflow: hidden;
}

.BottomNav li {
	width: 100px;
	text-align: center;
}

.BottomNav li a {
	color: white;
	line-height: 40px;
}

.B-list li a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
}

/*版权*/
.Copyright {
	width: 100%;
	height: 58px;
	background: #333;
	line-height: 28px;
	text-align: center;
}

.Copyright span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	/*margin-right: 10px;*/
}

.Copyright span a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

/*内页大图*/
.InBanner {
	width: 100%;
	height: 260px;
	position: relative;
}

.InBanImg {
	width: 1920px;
	height: 260px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

/*内页内容*/
.InPage {
	width: 100%;
	padding: 30px 0;
}

.InPageCenter {
	width: 1200px;
	margin: 0 auto;
}

/*内页列表*/
.InLeft {
	border: 1px solid #eee;
	width: 250px;
	min-height: 350px;
	float: left;
}

.InTitle {
	height: 50px;
	background: #05469a;
	padding-left: 10px;
	color: white;
	line-height: 50px;
	font-size: 20px;
}

.InList li {
	border-bottom: 2px solid white;
	height: 50px;
	background: #f0f0f0;
}

.InList li a {
	display: block;
	width: 250px;
	height: 50px;
	background: url("../images/listbg.png") center no-repeat;
	line-height: 50px;
	padding-left: 45px;
}

.InList li a:hover,
.InList li a.on {
	display: block;
	width: 250px;
	height: 48px;
	background: #fafafa url("../images/listbg2.png") center no-repeat;
	color: #05469a;
}

.InRight {
	border: 1px solid #eee;
	width: 930px;
	min-height: 350px;
	float: right;
}

.Crumb {
	height: 50px;
	background: #f0f0f0 url("../images/cbg.png") center no-repeat;
	color: #999;
	font-size: 14px;
	line-height: 50px;
	padding-left: 42px;
}

.Crumb a {
	font-size: 14px;
	padding: 0 5px;
}

.Crumb a:hover {
	color: #05469a;
}

.In-B-Show {
	height: auto;
	margin: 0 0 0 -5px;
}

.In-Contact {
	margin-top: 50px;
}

.In-Contact p {
	color: #666666;
	line-height: 28px;
	padding: 10px;
	font-size: 14px;
}

/*内页页码*/
.Page {
	margin: 30px 15px;
	text-align: center;
	overflow: hidden;
	clear: both;
	padding-top: 30px;
}

.Page a {
	border: 1px solid #c8c8c8;
	font-size: 12px;
	padding: 12px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.Page a:hover,
.P-active {
	background: #05469a;
	color: white;
}

/*详情页*/
.IPTitle {
	text-align: center;
	margin: 20px;
	font-size: 24px;
}

.IssueTime {
	font-size: 12px;
	color: #b0b0b0;
	text-align: center;
	line-height: 50px;
	border-bottom: 1px solid #d9d9d9;
}

.IssueTime i {
	font-size: 12px;
	color: #b0b0b0;
}

.Detail {
	padding: 30px 0;
}

.DetailNext {
	overflow: hidden;
	margin: 40px 0;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	padding: 10px 0;
	line-height: 30px;
}

.DetailNext a {
	display: block;
	color: #666;
}

.DetailNext a:hover {
	color: #05469a;
}

/*内页新闻列表*/
.In-News-Show li {
	width: 890px;
	border-bottom: 1px solid #d9d9d9;
	height: 200px;
	padding: 20px 0;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.In-News-Img {
	width: 280px;
	height: 180px;
	overflow: hidden;
}

.In-News-Img img {
	width: 280px;
	height: 180px;
	transition: all 0.6s;
}

.In-News-Img img:hover {
	transform: scale(1.2);
}

.In-News-Right {
	width: 630px;
	margin-left: 25px;
}

.In-News-Right h3 a {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

.In-News-Right h3 a:hover {
	color: #05469a;
}

.In-News-Right p {
	color: #666;
	line-height: 28px;
	font-size: 14px;
}

.In-News-Right time {
	font-size: 14px;
	color: #999;
	line-height: 50px;
}

/*内页合作伙伴*/
.in-partner {
	margin: 0 -5px;
}

.in-partner li {
	width: 285px;
	margin: 20px 0 0 20px;
	float: left;
}

.in-partner-img {
	border: 1px solid #ddd;
	width: 285px;
	height: 127px;
	overflow: hidden;
}

.in-partner-img img {
	width: 285px;
	height: 127px;
}

.in-partner li h2 {
	text-align: center;
	line-height: 40px;
	font-weight: normal;
	overflow: hidden;
}

/*内页内容*/
.in-show {
	/*padding: 20px 15px;*/
	overflow: hidden;
}
/*联系留言*/



.wrap343 .location {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.wrap343 .location:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.wrap343 .location h3 {
    font-size: 20px;
}
.wrap343 .location .sitepath {
    color: #666;
    white-space: nowrap;
}
.wrap343 .location .sitepath s {
    width: 16px;
    height: 17px;
    background-position: -30px 0px;
    margin: 0 6px;
}
.wrap343 .location .sitepath a {
    color: #666;
}
.wrap343 .location .sitepath a:hover {
    color: #c69f65;
}
.nyb343 {
    width: 100%;
    position: relative;
    height: 300px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
.wrap343 {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 60px;
}
.wrap343 .left-tit {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    padding: 15px 0 20px 0;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/bg343.png) no-repeat center bottom;
}
.wrap343 .icon {
    vertical-align: middle;
    background: url({eyou:global name='web_cmspath' /}/skin/zujianku/images/icon343.png) no-repeat;
    display: inline-block;
}
.wrap343 .left-tit.left-tit2 {
    font-size: 30px;
    padding-bottom: 19px;
*padding-top: 1px;
}
.wrap343 .leftcon {
    width: 260px;
    float: left;
    padding: 26px 0 15px;
    background: #c9974c;
}
.wrap343 .leftcon .leftpro {
    margin: 0 10px;
}
.wrap343 .leftcon .leftpro center {
    color: #fff;
}
.wrap343 .leftcon .leftpro .item {
    float: left;
    width: 115px;
    margin: 0 auto 10px;
}
.wrap343 .leftcon .leftpro .item:nth-child(2n) {
    float: right;
}
.wrap343 .leftcon .leftpro .item a {
    width: 100%;
    display: block;
}
.wrap343 .leftcon .leftpro .item a img {
    width: 100%;
    height: 86px;
    display: block;
}
.wrap343 .leftcon .leftpro .item a h3 {
    color: #fff;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.wrap343 .leftnav {
    margin: 0 20px;
    margin-bottom: 20px;
}
.wrap343 .leftnav li {
    margin-bottom: 10px;
    text-align: center;
}
.wrap343 .leftnav li .aLink {
    display: block;
    font-size: 16px;
    line-height: 43px;
    color: #fff;
    border: 1px solid #fff;
}
.wrap343 .leftnav li:hover .aLink, .wrap343 .leftnav li.hover .aLink {
    background: #fff;
}
.wrap343 .leftnav li.hover a, .wrap343 .leftnav li:hover a {
    color: #c9974c;
}
.wrap343 .leftnav li.item.hover .boxlist {
    display: block;
}
.wrap343 .content {
    width: 900px;
    float: right;
}
.wrap343 .msgpage .formey {
    padding-top: 5px;
}
.wrap343 .msgpage .tit {
    text-align: center;
    padding: 18px 0 36px;
}
.wrap343 .msgpage .tit .p1 {
    font-size: 25px;
    margin-bottom: 10px;
}
.wrap343 .msgpage .tit .p2 {
    color: #666;
    line-height: 24px;
}
.wrap343 .msgpage .tit .p2 span {
    color: #c9974c;
    font-weight: bold;
}
.wrap343 .formey {
    padding-bottom: 20px;
}
.wrap343 .formey .item {
    float: left;
    color: #999;
    font-weight: normal;
    width: 420px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #ccc;
    background: #f3f3f3;
    margin-right: 56px;
    margin-bottom: 25px;
    position: relative;
}
.wrap343 .formey .item label {
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #666;
}
.wrap343 .formey .item input {
    outline: none;
    line-height: 38px;
    height: 38px;
    font-size: 16px;
}
.wrap343 .formey .item .txt {
    width: 350px;
    height: 43px;
    line-height: 43px;
    display: block;
    background: none;
    padding-left: 70px;
    border: 0 none;
    color: #666;
}
.wrap343 .formey .item .red {
    position: absolute;
    right: 15px;
    top: 0;
    color: #ff0000;
    z-index: 11;
}
.wrap343 .formey .item.mr0 {
    margin-right: 0;
}
.wrap343 .formey .msg-box {
    position: absolute;
    left: 0;
    top: 0px;
}
.wrap343 .formey .liuyan {
    width: 918px;
    height: 260px;
    border: 1px solid #e4e4e4;
    float: left;
}
.wrap343 .formey .liuyan label {
    text-align: right;
    display: block;
    top: 7px;
}
.wrap343 .formey .liuyan textarea {
    width: 908px;
    height: 234px;
    line-height: 35px;
    padding: 12px 10px;
    text-indent: 100px;
    font-size: 16px;
    font-family: "microsoft yahei";
    color: #666;
    border: 0 none;
    overflow: hidden;
    background: none;
    resize: none;
    display: block;
    outline: none;
}
.wrap343 .formey .bot {
    width: 100%;
}
.wrap343 .formey .sub {
    width: 232px;
    line-height: 41px;
    border: 2px solid #c9974c;
    margin-right: 2px;
    text-align: center;
    background: #c9974c;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    display: block;
    outline: none;
    transition: all .5s;
}
.wrap343 .formey .sub:hover {
    background: none;
    color: #c9974c;
}
.wrap343 .formey .yzm .txt {
    padding-left: 80px;
    width: 340px;
}
.wrap343 .formey .yzm img {
    position: absolute;
    right: 0;
    top: 0;
    border: 0px;
    display: block;
}



