﻿body {
	font-family: '微软雅黑';
	color: #333333;
	background-color: #FCFDFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
sup,
sub {
	margin: 0;
	padding: 0
}

.table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	border: 0
}

ul,
ol,
li {
	list-style: none;
}


.head {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	
}

.head_base1 {
	width: 100%;
	position: fixed;
	border-bottom: 1px solid #c3c3c3;
	
	z-index: 999;
	height: 80px;
}
.head_base2 {
	width: 100%;
	position: fixed;
	border-bottom: 1px solid #c3c3c3;
	
	z-index: 999;
	background-color: #fff;
	height: 80px;
}
.float_text {
	color: #fff;
	
	position: absolute;
	top: 281px;
	left: 0px;
	
	z-index: 999;
	font-size: 50px;
	animation: mymove 3s;
	-webkit-animation: mymove 3s infinite;
	
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.float_text1 {
	white-space:nowrap;
	margin-bottom: 60px;
}

.float_text2 {
	margin-top: 43px;
	white-space:nowrap;
	font-size: 18px;

}

.head_base1_wrap {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.head_wrap {
	width: 100%;
	height: auto;
	background-color: #011d3c;
	position: fixed;
	z-index: 999;
	height: 80px;
}

.flex_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	
	margin-top: 100px;
	margin-bottom: 25px;
}

.flex_left {
	width: 20%;
	
}



.logo {
	float: left;
	width: 200px;
	height: 100%;
}

.nav {
	float: right;
	width: 760px;
	height: 88px;
}

.nav ul li {
	float: left;
	list-style: none;
	margin-right: 30px;
	margin-left: 20px;
	font-size: 15px;
	font-family: '微软雅黑';
	padding-top: 35px;
	height: 30px;
}

.nav ul li a {
	text-decoration: none;
	color: #666;
}

.nav ul li a:hover {
	text-decoration: none;
	padding-bottom: 9px;
	border-bottom: 2px solid #1c5c9a;
}

.navover {
	border-bottom: 2px solid #1c5c9a;
}

.navsel {
	position: absolute;
	bottom: 0;
	width: 66px;
	height: 2px;
	font-size: 2px;
	background: none repeat scroll 0% 0% #DC0000;
}



#service {
	margin: 0 auto;
	width: 1215px;
	height: auto;
	overflow: hidden;
}

.service_title {
	width: 215px;
	height: 60px;
	margin: 50px auto;
}

.service_content {
	width: 1215px;
	height: auto;
	overflow: hidden;
}

.service_lm {
	width: 215px;
	float: left;
	margin-right: 14px;
	margin-left: 14px;
}


.service1 {
	width: 215px;
	height: 126px;
	text-align: center;
	background: url(../image/service1.png) no-repeat center;
	margin-bottom: 10px;
}

.service2 {
	width: 215px;
	height: 126px;
	text-align: center;
	background: url(../image/service2.png) no-repeat center;
	margin-bottom: 10px;
}

.service3 {
	width: 215px;
	height: 126px;
	text-align: center;
	background: url(../image/service3.png) no-repeat center;
	margin-bottom: 10px;
}

.service4 {
	width: 215px;
	height: 126px;
	text-align: center;
	background: url(../image/service4.png) no-repeat center;
	margin-bottom: 10px;
}

.service5 {
	width: 215px;
	height: 126px;
	text-align: center;
	background: url(../image/service5.png) no-repeat center;
	margin-bottom: 10px;
}

.service1:hover {
	background: url(../image/service1c.png) no-repeat center;
}

.service2:hover {
	background: url(../image/service2c.png) no-repeat center;
}

.service3:hover {
	background: url(../image/service3c.png) no-repeat center;
}

.service4:hover {
	background: url(../image/service4c.png) no-repeat center;
}

.service5:hover {
	background: url(../image/service5c.png) no-repeat center;
}


.service_lm ul li {
	text-align: center;
	font-family: '微软雅黑';
	line-height: 30px;
}

.service_lm ul li a {
	color: #666666;
	text-decoration: none;
}

.service_lm ul li a:hover {
	color: #f00;
	text-decoration: none;
}

.fontweight {
	color: #333;
	font-weight: bold;
}


#project {
	width: 1215px;
	margin: 0 auto;
	margin-top: 75px;
	
	height: auto;
}

.project_title,
.about_title,
.news_title {
	width: 1200px;
	height: 50px;
	border-bottom: 1px solid #f1f1f1;
}

.project_title_l {
	float: left;
	background: url(../image/project.jpg) no-repeat;
	width: 258px;
	height: 42px;

}

.project_title_more,
.about_title_more,
.news_title_more {
	float: right;
	height: 51px;
	line-height: 51px;
}

.project_title_more a,
.about_title_more a,
.news_title_more a {
	text-decoration: none;
	color: #666666;
	font-size: 13px;
}

.project_content {
	margin-top: 30px;
	width: 1215px;
	height: 359px;
	overflow: hidden;
}

.project_pic {
	width: 385px;
	height: 282px;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}


.project_pic_p {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.project_pic_p img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	
	-webkit-transition: all 1s ease 0s;
	
	-o-transition: all 1s ease 0s;
	
}

.project_pic_p:hover img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	
	-moz-transform: scale(1.2, 1.2);
	
	-webkit-transform: scale(1.2, 1.2);
	
	-o-transform: scale(1.2, 1.2);
	
}

.project_pic_f {
	width: 288px;
	text-align: center;
	height: 45px;
	line-height: 45px;
}

.index_case_title {
	font-size: 18px;
	color: #666;
	font-family: '微软雅黑';
	font-family: '微软雅黑';
	text-decoration: none;
	line-height: 45px;
	text-align: center;
}
.index_case_title a{
	text-decoration:none;
	color: #666;
}
.index_case_title a:hover {
	color: #F00;
}
.project_pic_f a {
	font-size: 15px;
	color: #333;
	font-family: '微软雅黑';
	text-decoration: none;
	text-align: center;
}

.project_pic_f a:hover {
	color: #F00;
}


#about {
	width: 1215px;
	margin: 0 auto;
	margin-top: 50px;
	min-height: 255px;
	height: auto;
}

.about_title_l {
	float: left;
	background: url(../image/about.jpg) no-repeat;
	width: 258px;
	height: 42px;

}

.about_content {
	margin-top: 30px;
	width: 1215px;
	height: auto;
	overflow: hidden;
}


.about_pic {
	width: 288px;
	height: 185px;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	position: relative;
}

.about_pic img {
	width: 288px;
	height: 185px;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 100;
	transition: all 0.3s ease 0s;
}

.about_pic:hover img {
	left: -5px;
}


.newsbg {
	width: 100%;
	background-color: #f9f9f9;
	margin-top: 70px;
	padding-bottom: 75px;
}

#news {
	width: 1215px;
	margin: 0 auto;
	min-height: 320px;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.news_title_l {
	float: left;
	background: url(../image/news.jpg) no-repeat;
	width: 258px;
	height: 42px;
}

.news_content {
	margin-top: 25px;
	width: 1215px;
	height: auto;
	overflow: hidden;
}

.news_content_left {
	width: 600px;
	height: auto;
	float: left;

}

.newslist {
	border-bottom: 1px dashed #d7d7d7;
	width: 550px;
	overflow: hidden;
	padding-top: 10px;
	cursor: pointer;
}

.newslist h4 {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: normal;
}

.newslist h4 a {
	text-decoration: none;
	color: #666;
}

.newslist h4 a:hover {
	color: #1c5e9b;
	text-decoration: underline;
}

.newslist div {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 20px;

}

.newslist div a {
	color: #999;
	text-decoration: none;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 40px;
}

.newslist div a:hover {
	color: #666;
}

.news_content_left2 {
	width: 550px;
	height: auto;
	float: left;
	padding-left: 50px;

}


.foot_linksbg {
	width: 100%;
	background: #202020;
	padding-top: 10px;
}

.foot_links {
	width: 1215px;
	margin: 0 auto;
	position: relative;
}

.links {
	margin-top: 15px;
	width: 100%;
}

.links h3 {
	color: #0689f9;
	font-size: 24px;
	font-weight: normal;
}

.links_con {
	color: #7d7d7d;
	line-height: 24px;
	margin-top: 5px;
	font-size: 12px;
}

.links_con a {
	color: #7d7d7d;
	display: inline-block;
	text-decoration: none;
}

.links_con a:hover {
	color: #fff;
}

.keyword {
	margin-top: 15px;
	width: 100%;
}

.keyword h3 {
	color: #fdd813;
	font-size: 24px;
	font-weight: normal;
}

.address {
	line-height: 32px;
	color: #c1c5cb;
	font-size: 13px;
	margin-top: 15px;
	width: 100%;
}

.address a {
	color: #c1c5cb;
	text-decoration: none;
}

.address a:hover {
	color: #fff;
}

.link_btn {
	position: absolute;
	bottom: 25px;
	right: 15px;
}



.footbg {
	width: 100%;
	padding: 15px 0;
	background: #0a0a0a;
	overflow: hidden;
}

.foot {
	width: 1215px;
	margin: 0 auto;
	color: #999;
}

.foot a {
	color: #999;
}

.foot a:hover {
	color: #fff;
}

.fl {
	float: left;
	display: inline;
}

.fl,
.fr {
	font-size: 12px;
}

.fl a,
.fr a {
	text-decoration: none
}

.fr {
	float: right;
	display: inline;
}

.form_wrap {
	
}

.form_wrap2 {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(187, 187, 187, 0.3);
	z-index: 100;
}

.from_box {
	
	width: 1100px;
	height: 450px;
	background-color: #ffffff;
	
	
	
}

.from_box2 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1100px;
	height: 470px;
	background-color: #ffffff;
	z-index: 100;
	transform: translate(-50%, -50%);
	padding: 30px;
}

.job_title_form {
	padding-left: 45px;
	
	padding-bottom: 16px;
	float: left;
	font-size: 22px;
}

.close_job {
	padding-right: 30px;
	padding-top: 19px;
	padding-bottom: 9px;
	float: right;
}


.contentbg {
	background-color: #f1f2f4;
	
	height: auto;
	
}

.content {
	margin: 0 auto;
	width: 1100px;
	min-height: 600px;
	height: auto;
	background-color: #FFF;
	margin-top: 85px;

}

.content_title {
	width: 1100px;
	height: 85px;
	background-color: #637491;
	padding-top: 30px;

}

.content_title_t {
	text-align: center;
	font-family: '微软雅黑';
	color: #FFF;
	line-height: 40px;
	height: 40px;
}

.font24 {
	font-size: 24px;
}

.font18 {
	font-size: 18px;
}

.font14 {
	font-size: 14px;
}

.font13 {
	font-size: 13px;
	color: #666;
}

.content_content {
	margin-top: 50px;
}

.pic {
	width: 800px;
	height: 483px;
	margin: 30px auto;
}

.content_content p {
	margin-left: 70px;
	margin-right: 70px;
	overflow: hidden;
	
	line-height: 28px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
}


.newscontent {
	margin: 0 auto;
	width: 1100px;
	
	height: auto;
	margin-top: 40px;
}

.newscontent h1 {
	text-align: center;
	color: #666;
	font-family: "Microsoft YaHei";
	font-size: 28px;
	height: 40px;
	line-height: 40px;
}

.newscontent h4 {
	text-align: center;
	color: #999;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}

.news {
	width: 1100px;
	height: auto;
	padding-bottom: 50px;
}


.tabnav {
	height: 35px;
	clear: both;
	margin: 30px auto;
	-webkit-margin: 30px auto;
	-moz-margin: 30px auto;
	-ms-margin: 30px auto;
	-o-margin: 30px auto;
}

.tabnav ul li {
	float: left;
	border-top-left-radius: 3px;
	
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;

	-moz-border-top-left-radius: 3px;
	
	-moz-border-top-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-moz-border-bottom-left-radius: 3px;

	-webkit-border-top-left-radius: 3px;
	
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;

	padding-left: 12px;
	padding-right: 12px;
	margin-right: 10px;
	height: 35px;
	line-height: 35px;
}

.tabnav ul li a {
	text-decoration: none;
	font-size: 14px;

}

.overtab {
	background-color: #04acf7;
}

.overtab a {
	color: #FFF;
}


.unovertab {
	background-color: #fff;
}

.unovertab a {
	color: #000;
}


.list {
	width: 1100px;
	height: 170px;
	border-bottom: 1px dashed #c0c2c3;
}

.list ul li {
	float: left;
	padding-top: 30px;
}

.list .date {
	width: 163px;
}

.list .date .month,
.list .date .year {
	color: #a9a9a9;
	font-size: 26px;
	font-family: "Microsoft YaHei";
}

.list .date .year {
	font-size: 20px;
}

.list .date .month {
	font-size: 24px;
	line-height: 30px;
}

.list .date .newsname {
	color: #333333;
	font-size: 14px;
	font-family: "Microsoft YaHei";
}

.newspic {
	width: 180px;
	height: 110px;
	margin-right: 45px;
}

.newstitle {
	width: 712px;
}

.news_t {
	font-size: 18px;
	font-family: "Microsoft YaHei";
	height: 40px;
}

.news_t a {
	color: #333333;
	text-decoration: none;
}

.news_c {
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 30px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px;
}

.read_more {
	color: #04acf7;
	text-decoration: none;
	font-size: 14px;
	font-family: 微软雅黑;
}

.news_c a {
	color: #04acf7;
	text-decoration: none;
}

.news_c a:hover {
	text-decoration: underline;
}


.case {
	height: auto;
	overflow: hidden;
	width: 1100px;
	margin-top: 55px;
	clear: both;
}

.casepic {
	width: 260px;
	height: 220px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: #FFF;
}


.case_left {
	float: left;
	width: 430px;
	height: auto;
	margin-top: 15px;
}

.case_right {
	
	float: left;
	width: 640px;
}

.case_right .title {
	width: 527px;
	height: 350px;
	background: url(../image/blueborder.png) no-repeat center;
	text-align: left;
	font-size: 30px;
	line-height: 40px;
}

.case_right .title span {
	font-family: "微软雅黑", "黑体";
	color: #666;
	line-height: 50px;
	display: inline-block;
	padding-top: 130px;
	padding-left: 200px;
}

.case_right .case_con {
	text-align: center;
	font-family: "微软雅黑";
	
}

.case_right .case_con ul {
	text-align: left;
	font-size: 15px;
	color: #666;
	
}

.case_right .case_con ul a {
	color: #666;
	line-height: 30px;
	text-decoration: none;
}

.case_right .case_con ul a:hover {
	color: #2786e2;
}


.casepic_pic_p {
	width: 260px;
	height: 177px;
	overflow: hidden;
	position: relative;
}

.casepic_pic_p img {
	width: 260px;
	height: 177px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	
	-webkit-transition: all 1s ease 0s;
	
	-o-transition: all 1s ease 0s;
	
}

.casepic_pic_p:hover img {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	
	-moz-transform: scale(1.2, 1.2);
	
	-webkit-transform: scale(1.2, 1.2);
	
	-o-transform: scale(1.2, 1.2);
	
}

.casepic_pic_f {
	width: 260px;
	text-align: center;
	height: 43px;
	line-height: 43px;
}

.casepic_pic_f a {
	font-size: 15px;
	color: #333;
	font-family: '微软雅黑';
	text-decoration: none;
}

.casepic_pic_f a:hover {
	color: #F00;
}

.img_top {
	width: 100%;
	height: 500px;
	background-image: url("../image/job_poster.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

.job_title_width {
	width: 120px;
}

.job_wrap {
	clear: both;
	width: 1205px;
	margin: 0 auto;
	background-color: #F1F2F4;
	margin-bottom: 88px;
}

.job_title {
	box-sizing: border-box;
	width: 1205px;
	height: 54px;
	background-color: white;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	color: #79777E;
	padding: 18px 27px 18px 27px;
	margin-top: 20px;
}

.job_detail_span {
	margin-top: 15px;
	margin-bottom: 15px;
}

.job_title_on {
	background-color: #015FB2;
	color: white;

}

.job_detail {
	box-sizing: border-box;
	margin-left: 11px;
	margin-top: 18px;
	margin-bottom: 30px;
	color: #535454;
	font-size: 16px;
	font-family: "AlibabaPuHuiTiR";
}


.aboutcontent {
	margin: 40px auto 80px auto;
	-moz-margin: 40px auto 80px auto;
	-ms-margin: 40px auto 80px auto;
	-o-margin: 40px auto 80px auto;
	-webkit-margin: 40px auto 80px auto;
	width: 1100px;
	height: auto;

	-moz-margin-top: 40px;
	-ms-margin-top: 40px;
	-o-margin-top: 40px;
	-webkit-margin-top: 40px;
}

.aboutcontent h1 {
	text-align: center;
	color: #666;
	font-family: "Microsoft YaHei";
	font-size: 28px;
	height: 40px;
	line-height: 40px;
}

.aboutcontent h4 {
	text-align: center;
	color: #999;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}

.news {
	width: 1100px;
	height: auto;
}

.about_bg {
	width: 100%;
	min-height: 600px;
	height: auto;
	background: url("../image/dian_03.png") repeat scroll 0% 0% transparent;
	overflow: hidden;
	position: relative;
}

.about {
	float: left;
	width: 616px;
	height: 378px;
}

.about_font {
	color: #FFF;
	float: left;
	width: 600px;
	overflow: hidden;
	margin-top: 70px;
}

.about_font p {
	font-size: 14px;
	float: left;
	width: 600px;
	color: #fff;
	margin-top: 20px;
	line-height: 26px;
}

.history_bg {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	position: relative;

}

.history {
	width: 1100px;
	height: auto;
	margin: 80px auto 0 auto;
	padding-bottom: 100px;
}

.history h2 {
	color: #666;
	font-family: "Microsoft YaHei";
	font-size: 22px;
	height: 60px;
	line-height: 60px;
}

.history p {
	color: #666;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	line-height: 40px;
}

.team_bg {
	width: 100%;
	height: 470px;
	overflow: hidden;
	background-color: #ffffff;
}

.team {
	width: 1100px;
	height: auto;
	margin: 60px auto;
	padding-bottom: 100px;
	overflow: hidden;
}

.teampic {
	width: 320px;
	height: 280px;
	float: left;
	margin-right: 100px;
	margin-top: 40px;
}

.teamfont {
	float: left;
	width: 680px;
}

.teamfont h1 {
	font-size: 34px;
	font-weight: normal;
	float: left;
	text-align: center;
	width: 680px;
	color: #666;
	line-height: 34px;
}

.teamfont h2 {
	font-size: 30px;
	font-weight: normal;
	float: left;
	text-align: center;
	width: 680px;
	color: #a4a1a1;
	margin-top: 20px;
}

.teamfont p {
	font-size: 14px;
	float: left;
	width: 680px;
	color: #666;
	margin-top: 20px;
	line-height: 40px;
}


.linkus_bg {
	width: 100%;
	height: 440px;
	overflow: hidden;
	background-color: #fff;
}

.link {
	width: 1100px;
	height: 440;
	margin: 60px auto;
	padding-bottom: 100px;
	overflow: hidden;
}

.linkinfo {
	float: left;
	width: 420px;
	height: auto;
}

.linkinfo h2,
.online h2 {
	color: #666;
	font-family: "Microsoft YaHei";
	font-size: 22px;
	height: 40px;
	line-height: 40px;
}

.linkinfo h4 {
	color: #999;
	font-family: "Microsoft YaHei";
	font-size: 16px;
	font-weight: normal;
}

.linktable {
	margin-top: 30px;
}

.linktable tr td {
	font-size: 14px;
}

.online {
	float: left;
	height: auto;
	width: 620px;
	margin-left: 60px;
}

.txtfield {
	width: 290px;
	height: 40px;
	border: 1px solid #dadada;
	color: #cdcbcb;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	padding-left: 10px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.txtfield2 {
	width: 600px;
	height: 90px;
	border: 1px solid #dadada;
	color: #cdcbcb;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	padding-left: 10px;
	padding-top: 10px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	-0-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.button {
	width: 140px;
	height: 45px;
	background-color: #04bbf7;
	border: 1px solid #04bbf7;
	color: #FFF;
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 470px;
	cursor: pointer;
}


.rescuit {
	font-family: "微软雅黑";
}

.rescuit .name {
	border-left: solid 3px #04acf7;
	color: #333;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	text-indent: 0.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rescuit .detail {
	color: #666;
	font-size: 14px;
	line-height: 28px;
}

.click_out {
	margin-top: 20px;
	height: 50px;
}

.click_out .tips {
	font-size: 14px;
	color: #000;
	font-style: normal;
	padding-top: 15px;
	margin-left: 10px;
}

.click {
	cursor: pointer;
	display: block;
	float: left;
	width: 215px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	background: #4385f5 url(../image/fly.png) left 60px center no-repeat;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-indent: 1.5em;
}

.mart30 {
	margin-top: 30px;
}

.ptop15 {
	padding-top: 15px;
}

.clear {
	clear: both;
}

.image_wrap {
	box-sizing: border-box;
	width: 1205px;
	height: 265px;
	margin: 0 auto;
	margin-top: 83px;
	margin-bottom: 94px;
}

.left_img {
	float: left;
	width: 523px;
	height: 265px;
	background-image: url("../image/left_img.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mid_img {
	float: left;
	margin-left: 11px;
	margin-right: 14px;
	width: 269px;
	height: 265px;
}

.mid_top {
	width: 269px;
	height: 123px;
	background-image: url("../image/mid_img1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.mid_bottom {
	margin-top: 10px;
	width: 269px;
	height: 132px;
	background-image: url("../image/mid_img2.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.right_img {
	float: left;
	width: 386px;
	height: 265px;
	background-image: url("../image/right_img.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}