@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;
	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: 310px;
	text-align: center;
	margin: 50px auto 0;
}
.tit>p {
	font-size: 36px;
	color: #222;
	line-height: 28px;
	text-transform: uppercase;
}
.tit a {
	font-size: 28px;
	font-weight: bold;
	color: #1852a6;
	line-height: 28px;
	display: inline-block;
	margin-top: 25px;
}
.tit a:hover {
	color: #e70707;
}
.tit .tl_line {
	width: 67px;
	height: 1px;
	background-color: #cacaca;
	margin-top: 42px;
	float: left;
}
.tit .tr_line {
	width: 67px;
	height: 1px;
	background-color: #cacaca;
	margin-top: 42px;
	float: right;
}
.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;
}


.intro {
	width: 100%;
	height: 646px;
	background: url(../images/i_bg.jpg) no-repeat center;
	overflow: hidden;
}
.intro .container {
	position: relative;
	overflow: hidden;
}
.intro .i_tit {
	width: 263px;
	height: 245px;
	background-color: #1852a6;
	text-align: center;
	overflow: hidden;
	position: absolute;
	left: 100px;
	top: 59px;
	z-index: 1;
}
.intro .i_tit:hover {
	background-color: #e70707;
}
.intro .i_tit>p {
	font-family: arial;
	font-size: 40px;
	color: #fefefe;
	line-height: 31px;
	text-transform: uppercase;
	margin-top: 51px;
}
.intro .i_tit>div {
	width: 130px;
	height: 5px;
	background-color: #fff;
	margin: 32px auto 0;
}
.intro .i_tit>a {
	font-size: 34px;
	font-weight: bold;
	color: #fefefe;
	line-height: 1;
	display: inline-block;
	margin-top: 25px;
}
.intro .i_con {
	margin-top: 189px;
}
.intro .i_con .i_left {
	float: left;
	width: 463px;
	height: 381px;
	line-height: 0;
	overflow: hidden;
}
.intro .i_left>img {
	width: 100%;
	height: 100%;
	transition: 0.8s;
}
.intro .i_left:hover>img {
	transform: scale(1.1);
}
.intro .i_con .i_right {
	float: right;
	width: 694px;
	height: 405px;
	position: relative;
}
.intro .i_con .ir_tit {
	font-size: 28px;
	color: #222;
	line-height: 37px;
	display: block;
	padding-left: 12px;
	border-left: 4px solid #1852a6;
}
.intro .i_con .i_txt {
	font-size: 16px;
	color: #222;
	line-height: 34px;
	width: 605px;
	height: 306px;
	margin-top: 20px;
	overflow: hidden;
}
.intro .i_right .i_more {
	display: block;
	width: 65px;
	height: 105px;
	border: 2px solid #1852a6;
	position: absolute;
	right: 0;
	bottom: 0;
}
.intro .i_right .i_more:hover {
	border: 2px solid #e70707;
}
.intro .i_more>a {
	display: block;
	width: 65px;
	height: 105px;
	background-color: #1a4ea2;
	text-align: center;
	position: relative;
	top: -13px;
	left: -16px;
	overflow: hidden;
}
.intro .i_more:hover>a {
	background-color: #e70707;
}
.intro .i_more>a>span {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 11px;
	margin-top: 31px;
}
.intro .i_more>a>p {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
	margin-top: 17px;
}

.product {
	width: 100%;
	overflow: hidden;
}
.product .parHd {
	display: inline-block;
	text-align: center;
	width: 275px;
	padding-bottom: 44px;
	background-color: #1852a6;
	margin-top: 62px;
}
.product .parHd>.ph_tit {
	width: 100%;
	overflow: hidden;
}
.product .ph_tit>p:nth-of-type(1) {
	font-size: 30px;
	color: #fff;
	line-height: 1;
	padding-top: 44px;
}
.product .ph_tit>p:nth-of-type(2) {
	font-size: 18px;
	color: #fff;
	line-height: 14px;
	margin-top: 26px;
	text-transform: uppercase;
}
.product .parHd>ul {
	width: 245px;
	padding-bottom: 31px;
	background-color: #ffffff;
	margin-top: 38px;
	margin-left: 15px;
	overflow: hidden;
}
.product .parHd>ul a {
	font-size: 16px;
	color: #333;
	line-height: 1;
	display: block;
	width: 223px;
	padding-bottom: 18px;
	border-bottom: 1px solid #d7d7d7;
	margin: 30px auto 0;
}
.product .parHd a:hover, .product .parHd a.on {
	font-weight: bold;
	color: #1852a6;
}
.product .parBd {
	float: right;
	width: 896px;
	margin-top: 62px;
}
.product .parBd .pb_tit {
	width: 100%;
	height: 53px;
	background-color: #ededed;
}
.product .pb_tit>p {
	display: inline-block;
	font-size: 20px;
	color: #222;
	line-height: 53px;
}
.product .pb_tit>p>img {
	float: left;
	margin-right: 20px;
}
.product .pb_tit>a {
	float: right;
	margin-right: 20px;
	font-size: 18px;
	color: #222;
	line-height: 53px;
}
.product .pb_tit>a:hover {
	color: #1852a6;
}
.product .pb_tit>a>span {
	display: inline-block;
	width: 19px;
	height: 19px;
	border: 1px solid #222;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	color: #222;
	line-height: 17px;
}
.product .parBd .pb_con {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.product .pb_con a {
	float: left;
	width: 284px;
	margin-right: 21px;
	margin-bottom: 9px;
}
.product .pb_con a:nth-of-type(3), .product .pb_con a:nth-of-type(6) {
	margin-right: 0;
}
.product .parBd .pb_con .p_pic {
	width: 100%;
	height: 220px;
	line-height: 0;
	overflow: hidden;
}
.product .pb_con .p_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.product .pb_con a>.p_title {
	width: 100%;
	text-align: center;
	padding: 12px 0;
	font-size: 15px;
	line-height: 1;
	color: #222;
	overflow: hidden;
}
.product .pb_con a>.p_title:hover {
	background: #1852a6;
	color: #fff;
}

.advatages {
	width: 100%;
	padding-bottom: 100px;
	overflow: hidden;
}
.advatages .ad_con {
	text-align: center;
	margin-top: 50px;
}
.advatages .ad_con .ad_son {
	display: inline-block;
	width: 286px;
}
.advatages .ad_con .ad_son:nth-of-type(1) {
	float: left;
}
.advatages .ad_con .ad_son:nth-of-type(3) {
	float: right;
}
.advatages .ad_son:hover>img {
	transition: 1s;
	transform: rotateY(360deg);
}
.advatages .ad_son>div {
	font-size: 24px;
	color: #1852a6;
	line-height: 1;
	margin-top: 35px;
}
.advatages .ad_son>p {
	font-size: 15px;
	color: #666;
	line-height: 24px;
	margin-top: 25px;
}

.news {
	width: 100%;
	padding-bottom: 28px;
	background-color: #f2f2f2;
}
.news .container {
	position: relative;
}
.news .n_tit {
	width: 297px;
	height: 186px;
	background: url(../images/news_tit.png) no-repeat center;
	position: absolute;
	top: -50px;
	right: 0;
	z-index: 1;
}
.news .n_con {
	float: left;
	width: 764px;
	margin-top: 50px;
	font-size: 0;
}
.news .hd li {
	display: inline-block;
	width: 116px;
	height: 38px;
	border: 1px solid #1852a6;
	text-align: center;
	margin-right: 50px;
}
.news .hd li:hover, .news .hd li.on {
	background-color: #1852a6;
}
.news .hd li>a {
	display: block;
	font-size: 15px;
	color: #1852a6;
	line-height: 40px;
}
.news .hd li:hover>a, .news .hd li.on>a {
	color: #fff;
}
.news .bd {
	margin-top: 52px;
}
.news .bd .nb_list {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 22px;
	overflow: hidden;
}
.news .nb_list>p>span:nth-of-type(1) {
	float: left;
	width: 8px;
	height: 8px;
	background-color: #1852a6;
	margin-top: 5px;
}
.news .nb_list>p>a {
	font-size: 18px;
	color: #222;
	line-height: 1;
	height: 24px;
	margin-left: 12px;
	overflow: hidden;
}
.news .nb_list>p>span:nth-of-type(2) {
	float: right;
	font-size: 14px;
	color: #222;
	line-height: 18px;
}
.news .nb_list>p:nth-of-type(2) {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	margin: 17px 0 14px 20px;
	overflow: hidden;
}
.news .n_pic {
	float: right;
	width: 340px;
	height: 312px;
	line-height: 0;
	margin-top: 165px;
	overflow: hidden;
}
.news .n_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.8s;
}
.news .n_pic:hover>img {
	transform: scale(1.08);
}

.case {
	width: 100%;
	overflow: hidden;
}
.case .tit {
	width: 350px;
}
.case .c_con {
	width: 1200px;
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}
.case .c_con .prev {
	position: absolute;
	left: 0;
	top: 0;
}
.case .c_con .next {
	position: absolute;
	right: 0;
	top: 0;
}
.case .c_con .bd {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
.case .c_con .c_son {
	float: left;
	width: 210px;
	margin-right: 12px;
}
.case .c_son .c_pic {
	width: 100%;
	height: 150px;
	line-height: 0;
	overflow: hidden;
}
.case .c_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
.case .c_pic:hover>img {
	transform: scale(1.04);
}
.case .c_son .c_title {
	font-size: 16px;
	color: #333;
	line-height: 1;
	text-align: center;
	margin-top: 12px;
}