@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: 340px;
	height: 124px;
	background: url(../images/tit.png) no-repeat center;
	text-align: center;
	margin: 60px auto 50px;
	overflow: hidden;
}
.tit>a {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #4973a5;
	margin-top: 40px;
	transition: 0.6s;
	position: relative;
	top: 0;
}
.tit>a:hover {
	top: -6px;
}
.tit>p:nth-of-type(1) {
	font-size: 14px;
	color: #808080;
	margin-top: 12px;
	text-transform: uppercase;
}
.tit>p:nth-of-type(2) {
	font-size: 14px;
	color: #444;
	margin-top: 14px;
}

.more {
	display: block;
	width: 154px;
	height: 48px;
	margin: 40px auto 0;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #4973a5;
	font-size: 16px;
	color: #4973a5;
	line-height: 48px;
}
.more:hover {
	background: #4973a5;
	color: #fff;
}

.kecheng {
	width: 100%;
}
.kecheng .picScroll-left {
	position: relative;
}
.kecheng .hd .next {
	position: absolute;
	left: 0;
	top: 45%;
}
.kecheng .hd .prev {
	position: absolute;
	right: 0;
	top: 45%;
}
.kecheng .bd {
	width: 1100px;
	margin: 0 auto;
}
.kecheng .bd .kc_son {
	float: left;
	width: 366px;
	height: 420px;
	line-height: 0;
	text-align: center;
	background-color: #2dabed;
	overflow: hidden;
}
.kecheng .kc_son:nth-of-type(2) {
	background-color: #eda918;
}
.kecheng .kc_son:nth-of-type(3) {
	background-color: #d35454;
}
.kecheng .kc_son:nth-of-type(4) {
	background-color: #37c3c1;
}
.kecheng .kc_son:nth-of-type(5) {
	background-color: #dd6c87;
}
.kecheng .kc_son:nth-of-type(6) {
	background-color: #c8cd32;
}
.kecheng .kc_son img {
	display: block;
	width: 76px;
	height: 76px;
	margin: 47px auto 0;
}
.kecheng .kc_son>div:hover img {
	transition: 0.8s;
	transform: rotateY(360deg);
}
.kecheng .kc_son a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-top: 30px;
	transition: 0.6s;
	position: relative;
	top: 0;
}
.kecheng .kc_son a:hover {
	top: -9px;
}
.kecheng .kc_son .kc_line {
	width: 337px;
	border-bottom: 1px dashed #fff;
	margin: 22px auto 28px;
}
.kecheng .kc_son p {
	font-size: 15px;
	color: #fff;
	line-height: 32px;
	text-align: left;
	width: 252px;
	max-height: 95px;
	margin: 0 auto;
	overflow: hidden;
}
.kecheng .kc_son p>span {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
}

.intro {
	width: 100%;
	height: 687px;
	background: url(../images/i_bg.jpg) no-repeat center;
}
.intro .i_con .i_left {
	width: 560px;
	display: inline-block;
	font-size: 0;
}
.intro .i_left .il_t {
	font-size: 22px;
	color: #000;
	line-height: 22px;
	margin-top: 8px;
}
.intro .i_left .il_c {
	font-size: 15px;
	color: #333;
	line-height: 32px;
	text-align: justify;
	margin-top: 20px;
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.intro .il_m {
	display: block;
	width: 120px;
	height: 40px;
	border: 1px solid #4973a5;
	border-radius: 3px;
	margin-top: 21px;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	color: #4973a5;
}
.intro .il_m:hover {
	background: #4973a5;
	color: #fff;
}
.intro .i_right {
	float: right;
	width: 580px;
	height: 380px;
	line-height: 0;
	overflow: hidden;
}
.intro .i_right>img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.intro .i_right:hover>img {
	transform: scale(1.04);
}

.zuopin {
	width: 100%;
	height: 840px;
	background: url(../images/zp_bg.jpg) no-repeat center;
}
.zuopin .tit {
	background: url(../images/tit2.png) no-repeat center;
}
.zuopin .tit>a, .zuopin .tit>p:nth-of-type(1), .zuopin .tit>p:nth-of-type(2) {
	color: #fff;
}
.zuopin .z_con {
	width: 1180px;
	height: 448px;
	padding: 9px 10px;
	background-color: #fff;
	overflow: hidden;
}
.zuopin .z_con .z_pic {
	float: left;
	width: 321px;
	height: 219px;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 0;
	overflow: hidden;
}
.zuopin .z_con .z_pic:nth-of-type(1) {
	width: 518px;
	height: 448px;
	margin-left: 0;
}
.zuopin .z_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
.zuopin .z_pic:hover>img {
	transform: scale(1.04);
}
.zuopin .more {
	border: 1px solid #fff;
	color: #fff;
}
.zuopin .more:hover {
	background: #fff;
	color: #328ed1;
}

.product {
	width: 100%;
	height: 793px;
	background: url(../images/p_bg.jpg) no-repeat center;
}
.product .p_con .p_pic {
	float: left;
	width: 285px;
	height: 400px;
	margin-right: 20px;
	overflow: hidden;
}
.product .p_con .p_pic:nth-of-type(4) {
	margin-right: 0;
}
.product .p_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.product .p_pic:hover>img {
	transform: scale(1.04);
}

.shizi {
	width: 100%;
	height: 916px;
	background: url(../images/sz_bg.jpg) no-repeat center;
}
.shizi .s_con {
	width: 1170px;
	height: 506px;
	padding: 15px;
	background-color: #dcdcdc;
	position: relative;
}
.shizi .s_con .hd {
	width: 563px;
	height: 130px;
	position: absolute;
	right: 85px;
	bottom: 71px;
	z-index: 1;
}
.shizi .s_con .prev {
	width: 40px;
	height: 40px;
	background: url(../images/sz_right.png);
	position: absolute;
	right: 0;
	top: 19px;
}
.shizi .s_con .next {
	width: 40px;
	height: 40px;
	background: url(../images/sz_left.png);
	position: absolute;
	right: 0;
	top: 71px;
}
.shizi .hd .hhd {
	display: none;
}
.shizi .hd .sh_son {
	float: left;
	width: 138px;
	height: 128px;
	border: 1px solid #dcdcdc;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.shizi .sh_son .sh_pic {
	width: 138px;
	height: 128px;
	line-height: 0;
}
.shizi .sh_pic>img {
	width: 100%;
}
.shizi .sh_son .sh_txt {
	width: 100%;
	height: 30px;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	position: absolute;
	bottom: 0;
}
.shizi .sh_son:hover .sh_txt, .shizi .sh_son.on .sh_txt {
	background-color: #4973a5;
}
.shizi .s_con .bd {
	width: 100%;
}
.shizi .bd .sb_son {
	width: 1170px;
	height: 506px;
	background-color: #fff;
}
.shizi .sb_son .sbs_l {
	float: left;
	width: 485px;
	height: 506px;
	border-right: 1px solid #dcdcdc;
	line-height: 0;
	overflow: hidden;
}
.shizi .sbs_l>img {
	width: 100%;
}
.shizi .sbs_r {
	float: left;
	width: 582px;
	padding: 51px;
}
.shizi .sbs_r>p:nth-of-type(1) {
	font-size: 28px;
	color: #333;
	line-height: 28px;
}
.shizi .sbs_r>p:nth-of-type(2) {
	font-size: 18px;
	color: #333;
	line-height: 18px;
	margin-top: 31px;
}
.shizi .sbs_r>p:nth-of-type(2)>span {
	display: inline-block;
	font-size: 18px;
	color: #999;
	line-height: 18px;
	text-transform: uppercase;
	margin-left: 12px;
}
.shizi .sbs_r>p:nth-of-type(3) {
	width: 100%;
	height: 112px;
	font-size: 15px;
	color: #333;
	line-height: 28px;
	margin-top: 12px;
	overflow: hidden;
}
.shizi .sbs_r>a {
	display: block;
	font-size: 15px;
	color: #fc0d18;
	line-height: 15px;
	margin-top: 26px;
}

.product2 {
	width: 100%;
	padding-bottom: 30px;
	text-align: center;
}
.product2 .parBd {
	width: 100%;
}
.product2 .parBd .p_con a {
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.product2 .parBd .p_con a:nth-of-type(4), .product2 .parBd .p_con a:nth-of-type(8) {
	margin-right: 0;
}
.product2 .parBd .p_con .p_pic {
	width: 100%;
	height: 220px;
	line-height: 0;
	border-bottom: 0;
	overflow: hidden;
}
.product2 .p_con .p_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.product2 .p_con .p_pic:hover>img {
	transform: scale(1.04);
}

.youshi {
	width: 100%;
	height: 766px;
	background: url(../images/y_bg.jpg) no-repeat center;
}
.youshi .tit>a {
	color: #fff;
}
.youshi .tit>.t_s {
	border-bottom: 1px solid #fff;
}
.youshi .tit>.t_l {
	border-top: 1px solid #aac8b9;
}
.youshi .tit>p {
	color: #fff;
}
.youshi .y_con>div {
	width: 300px;
	height: 512px;
	float: left;
}
.youshi .y_con>div>p:nth-of-type(1) {
	font-size: 18px;
	font-weight: bold;
	color: #1f8c0d;
	line-height: 18px;
	text-align: center;
	margin-top: 57px;
}
.youshi .y_con>div:nth-of-type(odd)>p:nth-of-type(1) {
	margin-top: 313px;
}
.youshi .y_con>div>p:nth-of-type(2) {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	width: 238px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: justify;
}
.youshi .y_con .y1 {
	background: url(../images/y1.jpg) no-repeat center;
}
.youshi .y_con .y2 {
	background: url(../images/y2.jpg) no-repeat center;
}
.youshi .y_con .y3 {
	background: url(../images/y3.jpg) no-repeat center;
}
.youshi .y_con .y4 {
	background: url(../images/y4.jpg) no-repeat center;
}

.news{
    width: 100%;
	margin-bottom: 60px;
}
.newsinfo{
    float: left;
	width: 330px;
}
.news_tit{
    width: 100%;
    height: 18px;
	padding-bottom: 9px;
    border-bottom: 1px solid #e8e8e8;
}
.news_tit>img {
	float: left;
	margin-right: 12px;
}
.news_name{
	display: inline-block;
    font-size: 16px;
    color: #4973a5;
    line-height: 18px;
}
.news_more{
	float: right;
    font-size: 14px;
    color: #333;
    line-height: 18px;
}
.news_name:hover, .news_more:hover{
    color: #d50b0b;
}
.news_pic{
    display: block;
    width: 330px;
    height: 158px;
    margin-top: 20px;
	margin-bottom: 12px;
	overflow: hidden;
}
.news_pic>img {
	width: 100%;
	height: 100%;
}
.news_li{
	display: block;
    width: 100%;
    border-bottom: 1px dashed #c5c5c5;
	margin-top: 1px;
    position: relative;
}
.news_title {
    width: 190px;
    font-size: 14px;
    color: #333;
    line-height: 46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_date{
    font-size: 14px;
    color: #333;
    line-height: 46px;
    position: absolute;
    right: 5px;
    bottom: 0;
}
.news_li:hover{
    border-bottom: 1px dashed #d50b0b;
}
.news_li:hover .news_title, 
.news_li:hover .news_date{
    color: #d50b0b;
}
.indu_news{
    margin: 0 67px;
}
.ques_news {
	width: 400px;
}
.ques_li {
	display: block;
    width: 100%;
    padding: 20px 0 9px;
    border-bottom: 1px dashed #dadada;
}
.ques_pic{
    float: left;
	margin-right: 11px;
}
.ques_r {
    float: left;
    width: 365px;
}
.ques_tit {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.answer {
    font-size: 14px;
    color: #777;
    line-height: 24px;
	margin-top: 7px;
}
.ques_li:hover{
    border-bottom: 1px solid #4973a5;
}
.ques_li:hover .answer {
    color: #4973a5;
}