/*通用类*/
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body{
	min-width:1200px;
	margin:0 auto;
	font-size:12px;
	font-family:"Microsoft Yahei";
	background:#fff;
	color:#363636;
}
h1,h2,h3{
	font-weight:500;
}
img{
	border:none;
}
a{
	cursor:pointer;
	color:#363636;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#f60;
}
ul{
	list-style-type:none;
}
em{
	font-style:normal;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
input.sub,label{
	border:none;
	cursor:pointer;
}
input,textarea,select{
	font-family:"Microsoft Yahei";
	outline:none;
}
table{
	border-collapse:collapse;
}
table td,table th{
	padding:0;
}
.clear::before{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clear::after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.warpin{
	width: 1210px;
	margin:0 auto;
}
.header_tis_box{
	width: 100%;
	height: 100px;
}
.header_tis_box .warpin{
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}
.header_tis_box .logo img{
	height: 43px;
}
.header_tis_box .txt h2{
	font-size:20px;
	font-weight: bold;
	color:#1e3489;
}
.header_tis_box .txt p{
	font-size:15px;
	color:#535353;
}
.index_banner_box{
	width: 100%;
	height: 620px;
}
.index_banner_box img{
	width: 100%;
	height: 100%;
}
/* */
.index_case_1{
	padding:40px 0 60px;
}
.index_case_1 .content_box{
	width: 100%;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 4px 12px rgba(0,0,0,0.4);
}
.index_case_1 .content_box .tis_tle{
	width: 100%;
}
.index_case_1 .content_box .tis_tle .t{
	width: 100%;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:34px;
	font-weight: bold;
	color:#ffffff;
	border-radius: 5px;
	background: #1e3489;
}
.index_case_1 .content_box .tis_tle .b{
	font-size:16px;
	color:#f85636;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fef3e3;
	font-size:16px;
	color:#f85636;
}
.index_case_1 .content_box .int_cont{
	display: flex;
	align-items: center;
	padding:30px 20px;
}
.index_case_1 .content_box .int_cont .int{
	width: 500px;
	height: 58px;
	border:1px solid #a3a3a3;
	border-radius: 3px;
	position: relative;
	padding-left:110px;
	margin-right: 12px;
}
.index_case_1 .content_box .int_cont .int .tle{
	width: 110px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:0;
	top: 0;
}
.index_case_1 .content_box .int_cont .int input{
	display: block;
	width: 100%;
	height: 100%;
	border:none;
	background: #fff;
}
.index_case_1 .content_box .int_cont .btn{
	width: 205px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
  background: linear-gradient(#1d358a, #0752a4);
	border-radius: 3px;
	font-size:18px;
	color:#ffffff; border:none;
}
.index_case_2{
	padding:60px 0;
	background: #f8f8f8;
}
.index_case_2 .tis_title{
	margin-bottom: 45px;
	text-align: center;
}
.index_case_2 .tis_title h2{
	font-size:42px;
	font-weight: bold;
	color:#333333;
	margin-bottom: 4px;
}
.index_case_2 .tis_title p{
	font-size:18px;
	color:#666666;
}
.index_case_2 .li_tle{
	font-size:25px;
	color:#353535;
	font-weight: bold;
	margin-bottom: 15px;
}
.index_case_2  .gb_last{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:32px;
	justify-content: space-between;
}
.index_case_2  .gb_last .list{
	width: 48%;
	height: 242px;
	position: relative;
	overflow: hidden;
}
.index_case_2  .gb_last .list .bg{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.index_case_2  .gb_last .list .txt{
	position: relative;
	z-index:2;
	padding:72px 20px 0;
}
.index_case_2  .gb_last .list .txt h2{
	font-size:42px;
	font-weight: bold;
	color:#ffffff;
	margin-bottom: 14px;
}
.index_case_2  .gb_last .list .txt p{
	font-size:18px;
	color:#ffffff;
}
.index_case_2  .gb_last .list:hover .bg{
	transform: scale(1.05,1.05);
}
.index_case_2 .ios_cont_box{
	display: flex;
	justify-content: space-between;
}
.index_case_2 .ios_cont_box .lt_box{
	width: 360px;
	height: 452px;
	position: relative;
}
.index_case_2 .ios_cont_box .bg{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}
.index_case_2 .ios_cont_box .txt{
	position: relative;
	z-index: 2;
}
.index_case_2 .ios_cont_box .txt h2{
	font-size:28px;
	font-weight: bold;
	color:#333333;
}
.index_case_2 .ios_cont_box .txt h3{
	font-size:20px;
	color:#333333;
}
.index_case_2 .ios_cont_box .lt_box .txt{
	padding:28px 0 0 34px;
}
.index_case_2 .ios_cont_box .lt_box .txt .tp{
	display: block;
	width: 98px;
	height: 98px;
}
.index_case_2 .ios_cont_box .lt_box .txt h3{
	font-weight: bold;
}
.index_case_2 .ios_cont_box .rt_box{
	width: 838px;
	display: flex;
	flex-wrap: wrap;
}
.index_case_2 .ios_cont_box .rt_box .list{
	width: 32%;
	height: 220px;
	margin-right: 2%;
	margin-bottom: 10px;
	border:1px solid #f1f1f1;
	position: relative;
}
.index_case_2 .ios_cont_box .rt_box .list:nth-child(3n){
	margin-right: 0;
}
.index_case_2 .ios_cont_box .rt_box .list .txt{
	padding:20px 0 0 16px;
}
.index_case_2 .ios_cont_box .rt_box .list .txt h3{
	height: 20px;
}
.index_case_2 .ios_cont_box .rt_box .list .txt h2{
	font-size:20px;
	color:#333333;
}
.index_case_2 .zz_last_box{
	display: flex;
}
.index_case_2 .zz_last_box .list_box{
	width: 294px;
	height: 184px;
	margin-right: 12px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.index_case_2 .zz_last_box .list_box:nth-child(4n){
	margin-right: 0;
}
.index_case_2 .zz_last_box .list_box img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	transition: all 0.5s;
}
.index_case_2 .zz_last_box .list_box .txt{
	padding:0 30px;
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.index_case_2 .zz_last_box .list_box .txt h2{
	font-size:23px;
	font-weight: bold;
	color:#ffffff;
	margin-bottom:10px;
}
.index_case_2 .zz_last_box .list_box .txt p{
	font-size:16px;
	color:#ffffff;
}
.index_case_2 .zz_last_box .list_box:hover img{
	transform: scale(1.05,1.05);
}
.index_case_2 .bit_btn{
	display: block;
	width: 270px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	background: #144094;
	border-radius: 100px;
	font-size:23px;
	font-weight: bold;
	color:#ffffff;
	margin:20px auto;
}
.index_case_3{
	padding:65px 0 46px 0;
}
.index_case_3 .tis_title{
	text-align: center;
	margin-bottom: 30px;
}
.index_case_3 .tis_title h2{
	font-size:42px;
	font-weight: bold;
	color:#272626;
}
.index_case_3 .tis_title p{
	font-size:18px;
	color:#666666;
}
.index_case_3 .txrz_cont_box{
	padding:40px 0;
	text-align: center;
}
.index_case_3 .txrz_cont_box img{
	display: block;
	max-width: 100%;
	margin:0 auto;
}
.index_case_4{
	padding:76px 0 60px 0;
	background: #f8f8f8;
}
.index_case_4 .tis_title{
	text-align: center;
	font-size:42px;
	font-weight: bold;
	color:#272626;
	margin-bottom: 40px;
}
.index_case_4 .content_box{
	display: flex;
	margin-top: 80px;
}
.index_case_4 .content_box .li_box{
	width: 282px;
	margin-right: 26px;
	background: #fff;
}
.index_case_4 .content_box .li_box:last-child{
	margin-right: 0;
}
.index_case_4 .content_box .li_box .i{
	display: block;
	width: 91px;
	height: 93px;
	margin:0 auto;
	transform: translateY(-45px);
}
.index_case_4 .content_box .li_box .txt{
	transform: translateY(-35px);
}
.index_case_4 .content_box .li_box h2{
	font-size:25px;
	font-weight: bold;
	color:#444444;
	text-align: center;
	margin:12px 0;
}
.index_case_4 .content_box .li_box p{
	text-align: center;
	font-size:16px;
	color:#6f6d6d;
}
.index_about_txt{
	padding:40px 0;
	background: #fff;
}
.index_about_txt h2{
	font-size:42px;
	font-weight: bold;
	color:#272626;
	margin-bottom: 20px;
	text-align: center;
}
.index_about_txt p{
	font-size:18px;
	line-height: 32px;
	color:#666666;
	text-align: center;
}
.index_about_box{
	width: 100%;
	height: 596px;
	position: relative;
	background: #154195;
}
.index_about_box .bg{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.index_about_box .content_box{
	width: 50%;
	padding-top: 60px;
	padding-right:20px;
}
.index_about_box .content_box .tis_title{
	font-size:26px;
	font-weight: bold;
	color:#ffffff;
	margin-bottom: 34px;
}
.index_about_box .cont_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_about_box .cont_box .li{
	width: 49%;
	border:1px solid #8098c6;
	margin-bottom: 10px;
	padding:16px 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index_about_box .cont_box .li .i{
	display: block;
	width: 82px;
	height: 82px;
	margin:0 auto 10px;
}
.index_about_box .cont_box .li .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.index_about_box .cont_box .li h2{
	font-size:22px;
	color:#ffffff;
	text-align: center;
}
.index_about_box .cont_box .li p{
	font-size:16px;
	color:#ffffff;
}
.index_link_cont{
	padding:72px 0;
	background: #f8f8f8;
}
.index_link_cont .tis_tle{
	font-size:42px;
	font-weight: bold;
	text-align: center;
	color:#272626;
	margin-bottom: 54px;
}
.index_link_cont .last_box{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.index_link_cont .last_box .li{
	width: 190px;
	height: 122px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 17px;
	transition: all 0.5s;
}
.index_link_cont .last_box .li:hover{
  box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
}
/* */
.pulic_footer_box{
	width: 100%;
	padding: 42px 0 100px 0;
	background: url(../i/foot_bg.png) no-repeat center;
	background-size:cover;
}
.pulic_footer_box .tis_title{
	font-size:42px;
	font-weight: bold;
	color:#ffffff;
	text-align: center;
	margin-bottom: 20px;
}
.pulic_footer_box .content_box{
	display: flex;
	justify-content: space-between;
}
.pulic_footer_box .txt_lt_box .tel{
	margin-bottom: 40px;
}
.pulic_footer_box .txt_lt_box .tel h2{
	font-size:22px;
	color:#ffffff;
	margin-bottom: 4px;
}
.pulic_footer_box .txt_lt_box .tel h3{
	font-size:40px;
	font-weight: bold;
	font-family: "Arial";
	color:#ffffff;
}
.pulic_footer_box .txt_lt_box .bit p{
	font-size:18px;
	color:#ffffff;
}
.pulic_footer_box .code_box{
	margin-right: 100px;
	text-align: center;
}
.pulic_footer_box .code_box .txt{
	font-size:22px;
	color:#ffffff;
}
.pulic_footer_box .code_box .i{
	display: flex;
	width: 155px;
	height: 155px;
	align-items: center;
	justify-content: center;
	padding:10px;
}
.pulic_footer_box .code_box .i img{
	display: block;
	width: 100%;
	height: 100%;
}
/* */
.foot_adver_content{
	position: fixed;
	width: 100%;
  padding:10px 0;
	background: #15336b;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	left:0;
	z-index:10;
}
.foot_adver_content .logo{
	margin-right: 10px;
	height: 34px;
}
.foot_adver_content .tle_cont{
	margin-right: 10px;
	display: flex;
	align-items: center;
}
.foot_adver_content .tle_cont .i{
	display: block;
	width: 30px;
	height: 30px;
	margin-right: 4px;
}
.foot_adver_content .tle_cont .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.foot_adver_content .tle_cont .txt p{
	font-size:16px;
	color:#ffffff;
}
.foot_adver_content .int_box{
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.foot_adver_content .int_box .int{
	margin-right: 5px;
}
.foot_adver_content .int_box .int input{
	display: block;
	width: 270px;
	height: 40px;
	background: #fff url(../i/fot_i_3.png) no-repeat 10px center;
	background-size:23px;
	padding-left:40px;
	border:none;
	color:#333333;
}
.foot_adver_content .int_box .btn{
	display: block;
	width: 178px;
	height: 40px;
	line-height: 40px;
	background: #e89012;
	border-radius: 4px;
	text-align: center;
	font-size:16px;
	color:#f8f8f8;
}
.foot_adver_content .down_box img{
	width: 32px;
	margin-right: 10px;
}
.foot_adver_content .down_box a{
	display: flex;
	align-items: center;
	font-size:14px;
	color:#f8f8f8;
}
