@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;
}
.tit {
	display: block;
	width: 100%;
	height: 47px;
	background: url(../images/tit_bg.png) no-repeat center;
	text-align: center;
	margin: 50px auto 0;
}
.tit>a {
	display: block;
	width: 132px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: bold;
	color: #23a8a3;
	line-height: 24px;
	transition: 0.6s;
	position: relative;
	top: 0;
}
.tit>a:hover {
	top: -6px;
}
.tit>span {
	display: block;
	width: 132px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: 12px;
}
.more {
	display: block;
	width: 160px;
	height: 42px;
	background: #23a8a3;
	border-radius: 20px;
	text-align: center;
	margin: 40px auto 0;
	font-size: 16px;
	line-height: 42px;
	color: #fff;
}
.more:hover {
	background: #1d8d87;
}

.product {
	width: 100%;
	padding-bottom: 50px;
	text-align: center;
	overflow: hidden;
}
.product .p_con {
	width: 1200px;
	margin-top: 50px;
	position: relative;
}
.product .p_con .next {
	width: 28px;
	height: 78px;
	background: url(../images/p_left.jpg) no-repeat center;
	position: absolute;
	left: 0;
	top: 35%;
}
.product .p_con .prev {
	width: 28px;
	height: 78px;
	background: url(../images/p_right.jpg) no-repeat center;
	position: absolute;
	right: 0;
	top: 35%;
}
.product .p_con .slideBox {
	width: 1110px;
	margin: 0 auto;
	overflow: hidden;
}
.product .p_con .p_son {
	float: left;
	width: 260px;
	margin-right: 23px;
}
.product .p_son .p_pic {
	width: 100%;
	height: 200px;
	line-height: 0;
	border-bottom: 0;
	overflow: hidden;
}
.product .p_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}
.product .p_son:hover .p_pic>img {
	transform: scale(1.04);
}
.product .p_son .p_tit {
	font-size: 16px;
	color: #222;
	line-height: 40px;
	text-align: center;
	background-color: #e4e4e4;
	transition: 0.6s;
}
.product .p_son:hover .p_tit {
	background-color: #23a8a3;
	color: #fff;
}

.intro {
	width: 100%;
	height: 504px;
	background: url(../images/i_bg.jpg) no-repeat center;
	overflow: hidden;
}
.intro .i_con {
	margin: 60px auto 0;
	overflow: hidden;
}
.intro .i_pic {
	float: left;
	width: 500px;
	height: 383px;
	line-height: 0;
	overflow: hidden;
}
.intro .i_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
}
.intro .i_pic:hover>img {
	transform: scale(1.05);
}
.intro .i_txt {
	float: right;
	width: 650px;
}
.intro .i_txt>p:nth-of-type(1) {
	font-family: arial;
	font-size: 28px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 5px;
}
.intro .i_txt>p:nth-of-type(2) {
	font-weight: bold;
	font-size: 20px;
	color: #23a8a3;
	line-height: 1;
	margin-top: 29px;
}
.intro .i_txt>.i_line {
	width: 1px;
	height: 42px;
	background-color: #fff;
	margin-top: 9px;
}
.intro .i_txt>.i_des {
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	width: 100%;
	height: 170px;
	overflow: hidden;
}
.intro .more {
	float: right;
}

.news{
    width: 100%;
	padding: 50px 0;
}
.news .n_left {
	float: left;
	width: 803px;
}
.news .n_left .hd {
	border-bottom: 1px solid #dbdbdb;
	font-size: 0;
}
.news .hd ul {
	display: inline-block;
}
.news .hd li {
	float: left;
	font-size: 16px;
	color: #222;
	line-height: 33px;
	text-transform: uppercase;
	padding: 0 10px;
}
.news .hd li:nth-of-type(1) {
	margin-right: 35px;
}
.news .hd li.on {
	background-color: #23a8a3;
	color: #fff;
}
.news .hd .nl_more {
	float: right;
	font-size: 14px;
	color: #999;
	line-height: 33px;
}
.news .hd .nl_more:hover {
	color: #23a8a3;
}
.news .nb_pic {
	float: left;
	width: 326px;
	height: 240px;
	line-height: 0;
	margin-top: 30px;
}
.news .n_left .bd {
	margin-top: 30px;
}
.news .n_left .bd {
	float: right;
	width: 455px;
}
.news .nb_son {
	padding-bottom: 12px;
	border-bottom: 1px dashed #e6e6e6;
	margin-bottom: 10px;
}
.news .nb_son:nth-last-of-type(1) {
	margin-bottom: 0;
}
.news .nb_son>img {
	float: left;
}
.news .nb_son .nb_tit {
	font-size: 14px;
	color: #333;
	line-height: 14px;
	margin-left: 9px;
	display: inline-block;
	width: 65%;
	height: 14px;
	overflow: hidden;
}
.news .nb_son .nb_tit:hover {
	color: #23a8a3;
}
.news .nb_son .nb_date {
	float: right;
	font-size: 14px;
	color: #333;
	line-height: 14px;
}
.news .n_right {
	float: right;
	width: 358px;
}
.news .n_right .hd {
	border-bottom: 1px solid #dbdbdb;
	font-size: 0;
}
.news .n_right .hd li {
	line-height: 32px;
	border-bottom: 1px solid #23a8a3;
}
.news .n_right ul {
	margin-top: 30px;
}

.guanggao {
	width: 100%;
	height: 130px;
	background-color: #23a8a3;
}
.guanggao .g_left {
	float: left;
	width: 529px;
	height: 130px;
	background: url(../images/g_left_bg.png) no-repeat center;
	text-align: center;
	margin-left: 97px;
	overflow: hidden;
}
.guanggao .g_left>p:nth-of-type(1) {
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	line-height: 34px;
	margin-top: 27px;
}
.guanggao .g_left>p:nth-of-type(2) {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	margin-top: 19px;
}
.guanggao .g_right {
	float: left;
	max-width: 460px;
	margin-left: 61px;
}
.guanggao .g_right>div {
	float: left;
}
.guanggao .g_right .gr_pic {
	margin-top: 22px;
	line-height: 0;
}
.guanggao .g_right .gr_txt {
	margin-top: 18px;
	margin-left: 20px;
}
.guanggao .gr_txt>p:nth-of-type(1) {
	font-size: 18px;
	color: #fff;
	line-height: 18px;
}
.guanggao .gr_txt>p:nth-of-type(2) {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	margin-top: 9px;
}
.guanggao .gr_txt>a {
	display: block;
	width: 133px;
	height: 33px;
	background-color: #f6be14;
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	color: #333;
	line-height: 33px;
}
.guanggao .gr_txt>a:hover {
	background-color: #d8a200;
	color: #fff;
}

.youshi {
	width: 100%;
	height: 556px;
	background: url(../images/youshi_bg.jpg) no-repeat center;
	text-align: center;
	overflow: hidden;
}
.youshi .y_tit a {
	display: block;
	margin-top: 50px;
}
.youshi .y_tit a>span {
	font-size: 36px;
	font-weight: bold;
	color: #fefefe;
	line-height: 36px;
}
.youshi .y_tit p {
	font-size: 18px;
	color: #fefefe;
	line-height: 18px;
	margin-top: 15px;
}
.youshi .y_con {
	margin-top: 50px;
}
.youshi .y_con .y_son {
	float: left;
	width: 222px;
	height: 321px;
	background-color: #fff;
	text-align: center;
	margin-right: 22px;
	line-height: 0;
}
.youshi .y_son:nth-of-type(5) {
	margin-right: 0;
}
.youshi .y_son div {
	margin-top: 60px;
}
.youshi .y_son div:hover>img {
	transition: 0.8s;
	transform: rotateY(360deg);
}
.youshi .y_son p:nth-of-type(1) {
	font-size: 24px;
	font-weight: bold;
	color: #f6be14;
	line-height: 24px;
	margin-top: 15px;
}
.youshi .y_son p:nth-of-type(2) {
	font-size: 14px;
	color: #777;
	line-height: 26px;
	width: 85%;
	margin: 15px auto 0;
}

.anli {
	width: 100%;
	padding-bottom: 0;
}
.anli .p_con .p_son {
	width: 280px;
}
.anli .p_son .p_pic {
	width: 100%;
	height: 220px;
	line-height: 0;
}
.anli .p_son .p_tit {
	background-color: #fff;
	color: #333;
}
.anli .p_son .p_tit:hover {
	background-color: #fff;
	color: #23a8a3;
}