@charset "utf-8";
/* CSS Document akakaz */
* {
	margin:0;
	padding:0;
	font-family: "微软雅黑", "宋体", "新宋体", "仿宋_GB2312";
}
img {
	border:none;
	/*max-width: 100%;
	height: auto;
	width: auto\9;*/
}
div,strong,a,span,li,p {
	font-size:12px;
	line-height: 1;
}
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;
	border-top: 1px solid rgba(0,0,0,0);
	border-bottom: 1px solid rgba(0,0,0,0);
}
.tit {
	width: 586px;
	height: 150px;
	margin: 0 auto;
	border-top: 1px solid rgba(0,0,0,0);
	background: url(../images/tit_bg.png) no-repeat center;
	text-align: center;
	line-height: 0;
}
.tit>p {
	font-size: 20px;
	color: #666;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 12px;
}
.tit>a {
	display: block;
	width: 130px;
	margin: 0 auto;
	position: relative;
	transition: 0.4s;
	top: 0;
}
.tit>a:hover {
	top: -4px
}
.tit>a>span {
	font-size: 30px;
	color: #225692;
	line-height: 32px;
}
.tit>div {
	margin-top: 12px;
	font-size: 15px;
	color: #666;
	line-height: 15px;
}

.more {
	display: block;
	width: 186px;
	line-height: 50px;
	margin: 40px auto 50px;
	text-align: center;
	background: #1556b0;
	font-size: 18px;
	color: #fff;
}
.more:hover {
	background: #f81105;
}

.product {
	width: 100%;
	text-align: center;
	padding-bottom: 50px;
}
.product .container {
	position: relative;
}
.product .parHd {
	float: left;
	width: 286px;
	text-align: left;
}
.product .parHd .phd_tit {
	width: 100%;
	height: 116px;
	background: url(../images/phd_tit_bg.jpg) no-repeat center;
}
.product .phd_tit>p:nth-of-type(1) {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding-top: 26px;
	padding-left: 17px;
}
.product .phd_tit>p:nth-of-type(2) {
	font-size: 14px;
	color: #fff;
	padding-top: 14px;
	padding-left: 17px;
}
.product .parHd .phd_con {
	border: 2px solid #225692;
}
.product .parHd .li {
	border-bottom: 1px solid #dfdfdf;
}
.product .parHd .li>a {
	font-size: 16px;
	color: #666;
	padding-left: 21px;
	line-height: 44px;
	display: block;
	position: relative;
}
.product .phd_con>li.on>a {
	font-weight: bold;
	color: #225692;
}
.product .parHd .li img:nth-of-type(1) {
	position: relative;
	top: 2px;
	margin-right: 15px;
}
.product .parHd .li img:nth-of-type(2) {
	position: absolute;
	top: 17px;
	right: 0;
	margin-right: 30px;
	transition: 0.4s;
}

.product .parBd {
	float: right;
	width: 882px;
	margin-top: 63px;
	overflow: hidden;
}
.parBd .p_con .p_son {
	float: left;
	width: 275px;
	margin-right: 28px;
	margin-bottom: 15px;
	overflow: hidden;
}
.parBd .p_con .p_son:nth-of-type(3), .parBd .p_con .p_son:nth-of-type(6) {
	margin-right: 0;
}
.p_con .p_son>.p_pic {
	width: 273px;
	height: 218px;
	line-height: 0;
	border: 1px solid #bfbfbf;
	overflow: hidden;
}
.p_con .p_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.p_con .p_pic:hover>img {
	transform: scale(1.04);
}
.p_con .p_son>.p_title {
	width: 96%;
	margin: 10px auto 0;
	font-size: 16px;
	color: #333;
	line-height: 16px;
}
.p_con .p_son>.p_title:hover {
	color: #225692;
}
.product .p_more {
	float: left;
	width: 183px;
	line-height: 45px;
	border: 1px solid #fff;
	margin-left: 292px;
	margin-top: -68px;
	font-size: 16px;
	color: #fff;
}
.product .p_more:hover {
	text-decoration: underline;
}
.product .p_more>img {
	position: relative;
	top: 2px;
	left: 22px;
}
.product .pb_top {
	width: 882px;
	padding-bottom: 10px;
	border-bottom: 2px solid #225692;
	position: absolute;
	top: 151px;
	right: 0;
}
.product .pb_top>a {
	line-height: 0;
}
.product .pb_top>a>img {
	float: left;
	margin-top: 7px;
    margin-right: 7px;
}
.product .pb_top>a:nth-of-type(1) {
	float: left;
	margin-top: 9px;
	font-size: 20px;
	color: #333;
	line-height: 20px;
}
.product .pb_top>a:nth-of-type(1):hover {
	color: #225692;
}
.product .pb_top>a:nth-of-type(2) {
	float: right;
	margin-top: 17px;
	font-size: 14px;
	color: #666;
	line-height: 11px;
}
.product .pb_top>a:nth-of-type(2):hover {
	text-decoration: underline;
}
.product .pb_top .pbt_line {
	width: 100%;
	height: 1px;
	background: #225692;
	position: relative;
	top: 15px;
}

.guanggao1 {
	width: 100%;
	height: 220px;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,0);
	background: url(../images/gg_1.jpg) no-repeat center;
	position: relative;
}
.guanggao1 div {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 17px;
	color: #225692;
	position: absolute;
	top: 168px;
	left: 740px;
}

.service {
	width: 100%;
}
.service .s_con {
	width: 100%;
	height: 345px;
	background: url(../images/s_bg.png) no-repeat center;
}
.service .s_con .s_son {
	float: left;
	width: 136px;
	text-align: center;
	margin-top: 35px;
	margin-right: 76px;
}
.service .s_con .s_son:nth-last-of-type(1) {
	margin-right: 0;
}
.service .s_son>img {
	width: 100%;
	transition: 1s;
}
.service .s_son:hover>img {
	transform: rotateY(360deg);
}
.service .s_son>p>span:nth-of-type(1) {
	display: inline-block;
	font-family: arial;
	font-size: 18px;
	color: #f90b16;
	line-height: 22px;
}
.service .s_son>p>span:nth-of-type(2) {
	display: inline-block;
	font-size: 22px;
	color: #333;
	line-height: 22px;
}
.service .s_son>p:nth-of-type(1) {
	margin-top: 20px;
}
.service .s_son>p:nth-of-type(2) {
	font-size: 15px;
	color: #666;
	line-height: 24px;
	margin-top: 9px;
}

.intro {
	width: 100%;
	height: 540px;
	background: url(../images/i_bg.jpg) no-repeat center;
}
/* .intro .i_con>.i_pic {
	float: left;
	width: 460px;
	line-height: 0;
	background: #e7e7ef;
}
.intro .i_con>.i_pic>img {
	position: relative;
	top: 18px;
	left: 18px;
	width: 100%;
	height: 100%;
} */
.intro .i_con>.i_txt {
	float: right;
	width: 590px;
	background: url(../images/i_txt_bg.jpg) no-repeat center;
}
.intro .i_txt>p {
	font-size: 24px;
	font-weight: bold;
	color: #225692;
	line-height: 24px;
	margin: 94px 0 0 24px;
}
.intro .i_txt>div {
	font-size: 15px;
	color: #333;
	line-height: 30px;
	height: 150px;
	margin: 50px 0 0 24px;
	overflow: hidden;
}
.intro .i_con .i_more {
	display: block;
	width: 130px;
	height: 40px;
	background: #225692;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	margin-top: 35px;
	margin-left: 385px;
}
.intro .i_con .i_more:hover {
	background: #1f3c64;
}

.news{
    width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.com_news{
    float: left;
	width: 700px;
}
.news_tit{
    width: 100%;
    height: 35px;
	margin-bottom: 3px;
    border-bottom: 3px solid #225692;
}
.news_name{
	float: left;
    font-size: 24px;
    color: #333;
    line-height: 24px;
}
.news_color{
    width: 100%;
    height: 1px;
    background: #225692;
    position: relative;
    top: 40px;
}
.news_more{
	float: right;
    font-size: 14px;
    color: #666;
    line-height: 27px;
}
.news_tit>a:hover{
    color: #225692;
}
.news_list {
	margin-top: 20px;
}
.news_list>div {
	margin-bottom: 6px;
}
.news_list .n_left {
	float: left;
	width: 301px;
	height: 180px;
	border: 1px solid #bfbfbf;
}
.news_list .n_right {
	float: left;
	width: 368px;
	margin-left: 23px;
}
.news_list .n_right>p:nth-of-type(1) {
	font-size: 18px;
	color: #225692;
	line-height: 18px;
	margin-top: 12px;
}
.news_list .n_right>p:nth-of-type(2) {
	font-size: 14px;
	color: #333;
	line-height: 26px;
	margin-top: 12px;
	width: 365px;
	height: 78px;
	overflow: hidden;
}
.news_list .n_right>a {
	display: block;
	width: 120px;
	height: 34px;
	background: #225692;
	text-align: center;
	margin-top: 16px;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
}
.news_list .n_right>a:hover {
	background: #1f3c64;
}
.news_li{
    width: 100%;
    border-bottom: 1px dashed #c7c7c7;
    position: relative;
}
.news_title {
    width: 75%;
    font-size: 14px;
    color: #333;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_date{
    font-size: 14px;
    color: #333;
    line-height: 38px;
    position: absolute;
    right: 5px;
    bottom: 0;
}
.news_li:hover .news_title, 
.news_li:hover .news_date{
    color: #225692;
}
.ques_news {
	float: right;
	width: 456px;
}
.ques_li {
    width: 100%;
    border-bottom: 1px dashed #bfbfbf;
}
.ques_tit {
	display: block;
    width: 100%;
    font-size: 16px;
	font-weight: bold;
    color: #225692;
    line-height: 16px;
	margin-top: 22px;
}
.answer {
    font-size: 14px;
    color: #666;
    line-height: 24px;
	height: 72px;
	margin-top: 12px;
	margin-bottom: 10px;
	overflow: hidden;
}
.ques_li:hover .answer {
    color: #225692;
}

.partner {
	width: 100%;
	padding-bottom: 50px;
}
.partner .picScroll-left {
	position: relative;
	width: 1200px;
}
.partner .picScroll-left .pt_bd {
	width: 1200px;
	overflow: hidden;
}
.partner .pt_bd a {
	float: left;
	width: 188px;
	height: 98px;
	line-height: 0;
	margin-right: 12px;
	border: 1px solid #bfbfbf;
	text-align: center;
	overflow: hidden;
}
.partner .pt_bd a>img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.partner .pt_bd a:hover>img {
	transform: scale(1.04);
}