@charset "utf-8";
/* CSS Document akakaz */
* {
	margin:0;
	padding:0;
	font-family: "微软雅黑", "宋体", "新宋体", "仿宋_GB2312";
}
img {
	border:none;
	/*max-width: 100%;
	height: auto;
	width: auto\9;*/
}
ul, li, ol {
	list-style: none;
}
#main{
	width:100%;
}

/*自写样式*/
body {
	background: #fff !important;
	margin: 0 auto;
	width: 100%;
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
/*	transition: all .1s linear;*/
}

.container {
	width: 1200px;
	margin: 0 auto;
}
.tit {
	width: 100%;
	text-align: center;
	margin-bottom: 48px;
	overflow: hidden;
}
.tit>a {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	margin-top: 52px;
	position: relative;
	top: 0;
	transition: 0.6s;
}
.tit>a:hover {
	top: -6px;
}
.tit>div {
	font-size: 0;
	line-height: 0;
	margin-top: 14px;
}
.tit>div>img {
	position: relative;
	top: -2px;
}
.tit>div>span {
	font-size: 16px;
	color: #ccc;
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 40px;
}

.more {
	display: block;
	width: 145px;
	height: 44px;
	margin: 0 auto;
	text-align: center;
	background: #0d62bd;
	font-size: 16px;
	color: #fff;
	line-height: 44px;
}
.more:hover {
	background: #fe7b05;
}

.mtop {
	width: 100%;
	margin: 28px 0 36px;
	overflow: hidden;
}
.mtop .mt_son {
	float: left;
	border-right: 1px solid #d0d0d0;
	line-height: 0;
}
.mtop .mt_son:nth-of-type(4) {
	border-right: 0;
}
.mtop .mt_son>img {
	float: left;
	margin: 15px 17px 0;
	position: relative;
	top: 0;
	transition: 0.6s;
}
.mtop .mt_son:hover>img {
	top: -5px;
}
.mtop .mt_son .mt_right {
	float: right;
	width: 210px;
	margin-right: 20px;
}
.mtop .mt_right>p {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	line-height: 1;
}
.mtop .mt_right>div {
	font-size: 14px;
	color: #777;
	line-height: 26px;
	margin-top: 12px;
}

.product {
	width: 100%;
	background-color: #f2f2f2;
	overflow: hidden;
}
.product .pb_con {
	width: 100%;
	margin-bottom: 64px;
	position: relative;
}
.product .prev {
	position: absolute;
	top: 38%;
	left: 0;
	line-height: 0;
}
.product .next {
	position: absolute;
	top: 38%;
	right: 0;
	line-height: 0;
}
.product .pb_con .slideBox {
	width: 1138px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}
.product .pb_con .ul1 a {
	float: left;
	width: 272px;
	background-color: #fff;
	margin-right: 16px;
}
.product .pb_con .p_pic {
	width: 100%;
	height: 210px;
	line-height: 0;
	overflow: hidden;
}
.product .p_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
.product .p_pic:hover>img {
	transform: scale(1.04);
}
.product .pb_con .p_title {
	font-size: 15px;
	line-height: 50px;
	color: #333;
	background-color: #e2e8f0;
	overflow: hidden;
}
.product .pb_con a>.p_title:hover {
	background-color: #062b83;
	color: #fff;
}

.intro {
	width: 100%;
	overflow: hidden;
}
.intro .i_con {
	width: 100%;
	height: 425px;
	margin-bottom: 64px;
	overflow: hidden;
}
.intro .i_con .i_left {
	float: right;
	width: 615px;
}
.intro .i_left>p:nth-of-type(1) {
	font-size: 25px;
	font-weight: bold;
	color: #062b82;
	line-height: 1;
	margin-top: 12px;
}
.intro .i_left>p:nth-of-type(2) {
	font-size: 16px;
	font-weight: bold;
	color: #ccc;
	text-transform: uppercase;
	line-height: 1;
	margin-top: 15px;
}
.intro .i_left .i_line {
	width: 77px;
	height: 5px;
	background-color: #062b82;
	margin-top: 15px;
}
.intro .i_left .i_txt {
	font-size: 15px;
	color: #222;
	line-height: 30px;
	width: 560px;
	height: 210px;
	padding: 18px 30px;
	background-color: #f2f2f2;
	margin-top: 30px;
	overflow: hidden;
}
.intro .i_left .il_bottom {
	margin-top: 18px;
}
.intro .il_bottom>a {
	float: left;
	width: 156px;
	height: 42px;
	background: url(../images/i_class.jpg) no-repeat center;
	text-align: center;
	font-size: 15px;
	color: #fff;
	line-height: 42px;
	text-indent: 20px;
	margin-right: 20px;
}
.intro .i_con .i_right {
	float: left;
	line-height: 0;
	position: relative;
}
.intro .i_right>div {
	width: 430px;
	height: 341px;
}
.intro .i_right>div:nth-of-type(1) {
	background-color: #5878c2;
}
.intro .i_right>div:nth-of-type(2) {
	border: 1px solid #7294e3;
	position: absolute;
	top: 30px;
	left: 30px;
}
.intro .i_right>img {
	position: absolute;
	top: 83px;
	left: 93px;
	transition: 0.6s;
}
.intro .i_right>img:hover {
	top: 65px;
	left: 70px;
}

.solution {
	width: 100%;
	height: 480px;
	background: url(../images/so_bg.jpg) no-repeat center;
}
.solution .tit>a {
	color: #fefefe;
}
.solution .so_con>a {
	float: left;
	width: 285px;
	margin-right: 19px;
}
.solution .so_con>a:nth-of-type(4) {
	margin-right: 0;
}
.solution .so_con .so_pic {
	width: 100%;
	height: 210px;
	line-height: 0;
	position: relative;
	overflow: hidden;
}
.solution .so_pic>img {
	width: 100%;
	height: 100%;
}
.solution .so_pic .sp_shadow {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 210px;
	background-color: rgba(0,0,0,0.7);
}
.solution a:hover .sp_shadow {
	display: block;
}
.solution .sp_shadow .sp_tit {
	width: 100%;
	height: 16px;
	overflow: hidden;
	margin-top: 34px;
}
.solution .sp_tit>span:nth-of-type(1) {
	float: left;
	width: 36px;
	height: 2px;
	background-color: #fff;
	margin-top: 6px;
	margin-left: 20px;
}
.solution .sp_tit>span:nth-of-type(2) {
	font-size: 16px;
	color: #fefefe;
	line-height: 1;
	margin-left: 12px;
}
.solution .sp_shadow .sp_des {
	width: 182px;
	height: 104px;
	margin-top: 18px;
	margin-left: 70px;
	font-size: 14px;
	color: #fefefe;
	line-height: 26px;
	overflow: hidden;
}
.solution .so_con .so_txt {
	font-size: 15px;
	color: #333;
	line-height: 50px;
	width: 100%;
	height: 50px;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}
.solution .so_con>a:hover .so_txt {
	background-color: #062b83;
	color: #fff;
}

.news {
	width: 100%;
	overflow: hidden;
}
.news .n_con {
	width: 100%;
}
.news .n_con .n_list {
	float: left;
	width: 364px;
	margin-right: 52px;
	margin-bottom: 46px;
}
.news .n_con .n_list:nth-of-type(3), .news .n_con .n_list:nth-of-type(6) {
	margin-right: 0;
}
.news .n_list .n_date {
	float: left;
	width: 76px;
	height: 85px;
	background-color: #e9ecf3;
	text-align: center;
	overflow: hidden;
}
.news .n_date>p {
	font-family: arial;
	font-size: 34px;
	font-weight: bold;
	color: #8b96af;
	line-height: 25px;
	margin-top: 18px;
}
.news .n_date>p:nth-of-type(2) {
	font-size: 15px;
	line-height: 10px;
}
.news .n_list .n_txt {
	float: left;
	width: 267px;
	margin-left: 21px;
}
.news .n_txt .nt_tit {
	font-size: 16px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	display: block;
	width: 100%;
	height: 16px;
	margin-top: 12px;
	overflow: hidden;
}
.news .n_list .n_txt .nt_tit:hover {
	color: #062b83;
}
.news .n_txt>p {
	font-size: 14px;
	color: #888;
	line-height: 24px;
	display: block;
	width: 100%;
	height: 72px;
	overflow: hidden;
	margin-top: 15px;
}
.news .n_list .n_txt>p:hover {
	color: #062b83;
}
.news .n_txt .nt_more {
	font-size: 15px;
	color: #cbcbcb;
	line-height: 1;
	display: block;
	margin-top: 16px;
}
.news .n_txt:hover .nt_more {
	color: #062b83;
	text-decoration: underline;
}
.news .n_more {
	display: block;
	width: 204px;
	height: 46px;
	border: 1px solid #bfbfbf;
	border-radius: 23px;
	text-align: center;
	margin: 7px auto 50px;
	font-size: 16px;
	color: #222;
	line-height: 46px;
}
.news .n_more:hover {
	text-decoration: underline;
}

.guanggao {
	width: 100%;
	background-color: #09318e;
	overflow: hidden;
}
.guanggao .g_left {
	float: left;
	width: 330px;
	line-height: 0;
}
.guanggao .g_left>img {
	margin-top: 58px;
	margin-left: 4px;
}
.guanggao .g_left>p {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin-left: 3px;
	margin-top: 13px;
}
.guanggao .g_right {
	float: right;
}
.guanggao .g_right .gr_son {
	float: left;
	width: 267px;
	height: 160px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	line-height: 0;
	margin: 40px 14px 40px 0;
}
.guanggao .g_right .gr_son:nth-of-type(3) {
	margin-right: 0;
}
.guanggao .gr_son>img {
	margin-top: 27px;
}
.guanggao .gr_son:hover>img {
	transform: rotateY(360deg);
	transition: 1s;
}
.guanggao .gr_son>p {
	font-size: 24px;
	color: #222;
	line-height: 1;
	margin-top: 17px;
}

.service {
	width: 100%;
	margin: 60px 0 70px;
	overflow: hidden;
}
.service .sc_left {
	float: left;
	width: 260px;
}
.service .sc_left>div {
	line-height: 0;
}
.service .sc_left>div>img {
	float: left;
}
.service .sc_left>div>span {
	font-size: 28px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	display: inline-block;
	margin-top: 3px;
	margin-left: 9px;
}
.service .sc_left>p {
	font-size: 15px;
	color: #222;
	line-height: 1;
	margin-top: 15px;
}
.service .sc_left>p>span {
	font-size: 17px;
	font-weight: bold;
	color: #062b82;
	line-height: 1;
}
.service .sc_left>div>a {
	float: left;
	width: 103px;
	height: 30px;
	border: 1px solid #062b82;
	text-align: center;
	font-size: 14px;
	color: #062b82;
	line-height: 30px;
	margin-top: 42px;
	margin-right: 9px;
}
.service .sc_left>div>a:hover {
	background-color: #062b82;
	color: #fff;
}
.service .sc_right {
	float: right;
}
.service .sc_right>a {
	float: left;
	width: 216px;
	text-align: center;
	margin-left: 13px;
}
.service .sc_right .s_pic {
	width: 100%;
	height: 165px;
	line-height: 0;
	text-align: center;
	overflow: hidden;
}
.service .s_pic>img {
	max-width: 100%;
	height: 100%;
	transition: 0.6s;
}
.service .s_pic:hover>img {
	transform: scale(1.04);
}
.service .sc_right .s_title {
	font-size: 14px;
	color: #222;
	line-height: 1;
	margin-top: 12px;
}
.service .sc_right .s_title:hover {
	color: #09318e;
}