@charset "utf-8";

/*全局*/
@font-face {
	font-family: 'iconfont';
	src: url('font/iconfont.eot');
	/* IE9*/
	src: url('font/iconfont.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/iconfont.woff') format('woff'),
		/* chrome、firefox */
		url('font/iconfont.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('font/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont";
	font-size: 25px !important;
	font-style: normal;
}

@font-face {
	font-family: 'Helvetica';
	src: url('font/helveticaneueltpro-thex');
	/* IE9*/
	src: url('font/helveticaneueltpro-thex') format('embedded-opentype'),
		/* IE6-IE8 */
		url('font/helveticaneueltpro-thex.woff') format('woff'),
		/* chrome、firefox */
		url('font/helveticaneueltpro-thex.ttf') format('truetype');
	/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

* {
	margin: 0;
	padding: 0;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.wrap {
	width: 100%;
	float: left;
	clear: both;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.main {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

body {
	min-width: 1200px;
	min-height: 100%;
	color: #333;
	font-size: 13px;
	background: #fff;
	font-family: arial, "microsoft yahei";
	-webkit-font-smoothing: antialiased;
}

body img {
	border: none;
	max-width: 100%;
}

body a {
	text-decoration: none;
	color: #555;
	line-height: 200%;
}

body ul,
body ol {
	list-style: none;
}

body em {
	font-style: normal;
}

body input,
body textarea,
body select {
	border: none;
	outline: none;
}

/*cql*/
.ficont {
	margin-top: 150px;
	padding: 20px;
	width: 500px;
	height: 180px;
	background-image: url(../images/bg.png);
	margin-left: auto;
	margin-right: auto;
}

.ficont .title {
	text-align: center;
	font-size: 20px;
	padding: 10px 0;
	color: #f5f9f9;
	padding-top: 15px;
}

.ficont .content {
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	color: #f5f9f9;

}

.ficont .button {
	margin-top: 10px;
	padding: 5px 0;
	width: 100px;
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #abcd03;

}

.en_con .list {
	float: left;
	width: 440px;
	/*height: 230px;*/
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #3898a9;
	padding: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.en_con .list .title {
	width: 100%;
	height: 100px;
	display: block;


}

.en_con .list .title .img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px solid #3898a9;
	display: block;
	float: left;
}

.en_con .list .title .img img {

	border-radius: 100%;
	width: 90px;
	padding: 5px;
}

.en_con .list .title .display {
	float: left;
	width: 300px;
	color: #03859a;
	padding: 30px 10px;

}

.en_con .list .content {
	border-top: 1px solid #DDDDDD;
	margin-top: 10px;
	padding: 10px 0px;
	width: 100%;
	height: 100px;
	line-height: 150%;
	display: block;
}

.wd {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 35%;
	bottom: 400px;
	width: 580px;
	height: 180px;
	background-color: #fff;
	border-radius: 10px;
	display: none;
	clear: both;
	padding: 20px;
	z-index: 10000;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;


}

body.wd-show #wd-container {
	display: block;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

body.wd-show #wd-dialog-mask-pc {
	display: block;
}

#wd-dialog-mask-pc {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	;
	z-index: 9999;
	display: none;
}

.wd .img {
	float: left;
	width: 120px;
	height: 170px;
}

.wd .img img {
	width: 120px;
	height: 170px;

}

.wd .con {
	float: left;
	width: 400px;
	padding: 0px 20px;
}

.wd .con .title {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom: 1px #DDDDDD solid;
	line-height: 150%;
	font-size: 14px;
}

.wd .con .content {
	padding: 10px 0px;
	line-height: 150%;
}

/*简易*/
.f12 {
	-webkit-font-smoothing: none;
	font-size: 12px;
}

.overflow-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.font-arial {
	font-family: arial;
}

.w100 {
	width: 100%;
}

.display100 {
	display: block;
	width: 100%;
	height: 100%;
}

.rel {
	position: relative;
}

.m-h500 {
	height: 500px;
}

.clearfix:after {
	clear: both;
	visibility: hidden;
	display: table;
	content: '';
	height: 0;
}

/*top*/
.header_bk {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	box-shadow: 0px -3px 10px #333;
	box-sizing: border-box;
}

.header {
	width: 1200px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

.header .logo {
	height: 60px;
	float: left;
	width: 164px;
	background: url(logo.png) no-repeat;
	margin-top: 14px;
	background-size: cover;
}

.header .logo.b {
	background: url(logo_v.png) no-repeat;
	height: 32px;
	width: 225px;
	margin: 20px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav {
	width: auto;
	float: right;
	height: 30px;
	margin-top: 30px;
}

.header .nav li {
	width: auto;
	height: 100%;
	float: left;
	position: relative;
}

.header .nav li a {
	display: block;
	padding: 0 30px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	font-size: 15px;
	position: relative;
	color: #fff;
}

.header .nav li a.b {
	height: 30px;
	line-height: 30px;
	width: 60px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .nav li a b {
	display: block;
	width: 100%;
	height: 0%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fdd23d;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: -1;
}

.header .nav li a:hover,
.header .nav li a.on {
	color: #fff;
}

.header .nav li a:hover b,
.header .nav li a.on b {
	height: 100%;
}

.header .lang {
	width: auto;
	position: absolute;
	right: 0;
	top: 34px;
}

.header .lang.b {
	top: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}

.header .lang li {
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.header .lang li a {
	color: #000;
	display: block;
	width: 100%;
	height: 22px;
	line-height: 22px;
	border: 1px #000 solid;
	text-align: center;
	border-radius: 100%;
	overflow: hidden;
}

.header .lang li a:hover,
.header .lang li a.on {
	background: #000;
	color: #fff;
}

/*flash*/
#banner {
	width: 100%;
	background: url(load.gif) no-repeat center;
}

.pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
}

.cn_pro-switch {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 692px;
}

.cn_flexslider {
	margin: 0;
	padding: 0;
}

.cn_flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.cn_flexslider .slides li {
	width: 100%;
	display: block;
	height: 692px;
}

.cn_flexslider .slides .img {
	width: 100%;
	display: block;
	height: 692px;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides li {
	width: 100%;
	display: block;
	height: 300px;
}

.flexslider .slides .img {
	width: 100%;
	display: block;
	height: 300px;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

.slides {
	height: auto;
}

.no-js .slides>li:first-child {
	display: block;
}

.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.cn_flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: auto;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.cn_flexslider .slides {
	zoom: 1;
}

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -20px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	margin-top: -45px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.cn_flexslider:hover .flex-next:hover,
.cn_flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	display: inline-block;
	width: 20px;
	height: 6px;
	margin: 0 5px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
	transition: width, background 0.4s;
}

.flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 0.9);
	cursor: default;
	width: 50px;
}

/*list*/
.i_list {
	padding: 50px 0;
	background: #f8f8f8;
}

.i_list .i_left {
	width: 810px;
	float: left;
}

.i_list .i_left ul li img {
	display: block;
	width: 390px;
	height: 320px;
	transition: all ease-out .5s .1s
}

.i_list .i_left ul li {
	position: relative;
	cursor: pointer;
	width: 390px;
	height: 320px;
	overflow: hidden;
	margin: 0 15px 15px 0;
	float: left;
}

.i_list .i_left ul li:hover img {
	transform: scale(1.05, 1.05);
}

.i_list .i_left ul li b {
	display: block;
	width: 45px;
	height: 45px;
	background: url(../images/pro_icon.png);
	position: absolute;
	float: left;
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	left: 50%;
	margin-left: -22.5px;
	top: -50px;
}

.i_list .i_left ul li i {
	width: 400px;
	height: 330px;
	position: absolute;
	left: -10px;
	top: -10px;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.6);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	z-index: 999;
}

.i_list .i_left ul li .i_font {
	position: absolute;
	left: 35px;
	bottom: 35px;
}

.i_list .i_left ul li .c_w {
	color: white;
}

.i_list .i_left ul li .c_b {
	color: black;
}

.i_list .i_left ul li .i_font h3 {
	font-size: 26px;
	font-weight: normal;
	line-height: 35px;
}

.i_list .i_left ul li .i_font h4 {
	font-size: 18px;
	font-weight: normal;
}

.i_list .i_left ul li:hover i {
	width: 360px;
	height: 290px;
	left: 15px;
	top: 15px;
}

.i_list .i_left ul li:hover b {
	top: 50%;
	margin-top: -22.5px;
	z-index: 9999;
}

.i_list .i_right {
	padding: 40px 47px;
	width: 296px;
	border-top: 3px solid #000;
	float: right;
	background: #fff;
	position: absolute;
	right: 0;
	top: -141px;
}

.i_list .i_right img {
	display: block;
	width: 296px;
}

.i_list .i_right p {
	font-size: 14px;
	color: #787878;
	line-height: 32px;
	text-align: center;
	padding: 15px 0;
}

.i_list .i_right a {
	display: block;
	width: 294px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	border: 1px solid #000;
	background: #000;
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	text-align: center;
}

.i_list .i_right a:hover {
	background: #fff;
	color: #000;
}

/*exnew*/
.news .exnews {
	width: 1230px;
	margin-left: -30px;
}

.exnews .newstitem {
	border-radius: 4px;
	float: left;
	height: 240px;
	margin-bottom: 40px;
	position: relative;
	width: 380px;
	margin-left: 30px;
	cursor: pointer;
}

.exnews .newstitem a {
	width: 100%;
	position: relative;
	height: 100%;
	display: block;
	text-align: left;
	padding: inherit;
}

.exnews .newstitem .news_wrapper {
	position: inherit;
	width: auto;
	top: 50px;
	transition: all 0.6s ease 0s;
	bottom: 0;
	right: 0;
	left: auto;
	/*z-index: 1;*/
}

.newstitem .news_wrapper::before {
	content: "";
	display: inline-block;
	height: auto;
	vertical-align: middle;
}

.newstitem .newsbody {
	margin-left: 0;
	width: 360px;
	padding-left: 0px;
	margin-top: 0px;
	position: relative;
	display: block;
	max-width: 99%;
	vertical-align: middle;
}

.newstitem .newsbody p.date {
	width: 100%;
	font-family: helvetica, Arial;
	font-weight: 300;
	position: absolute;
	top: -80px;
	left: 0px;
	transition: all 0.6s ease 0s;
}

.newstitem .newsbody .date {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
}

.newstitem .md {
	color: #b0b0b0;
	display: inline-block;
	font-size: 12px;
	position: absolute;
	top: 36px;
	left: 0px;
	transition: all 0.6s ease 0s;
}

.newstitem .md span {
	display: none;
}

.newstitem .year {
	color: #565656;
	font-size: 32px;
	transition: all 0.6s ease 0s;
}

.newstitem .newsbody .news_tit {
	transition: all 0.6s ease 0s;
	padding: 40px 20px 0px 0px;
}

.newstitem .newsbody .news_tit {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	color: #848484;
	margin: 18px 0 20px;
}

.newstitem .newsbody .news_tit::before {
	content: '';
	width: 0px;
	height: 1px;
	background: #0c9da6;
	position: absolute;
	left: 0px;
	top: 3px;
	transition: all 0.6s ease 0s;
	z-index: 1;
}

.news .border {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #dcdcdc;
	top: 274px;
	z-index: 9;
}

.newstitem .newsbody .date::before {
	content: "";
	position: absolute;
	top: 70px;
	left: 2px;
	margin: 3px;
	font-size: 16px;
	z-index: 100;
	transition: all 0.6s ease-out 0s;
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: url(quan.png);
	width: 20px;
	height: 20px;
}

.newstitem .newsbody .description {
	margin: 0 auto;
	margin-top: 10px;
	line-height: 22px;
	font-size: 12px;
	text-align: left;
	color: #a3a3a3;
	height: 40px;
	overflow: hidden;
	border-bottom: none;
	transition: all 0.6s ease 0s;
	margin-left: 0px;
}

.newstitem .newsbody::after {
	content: "";
	display: block;
	background: url(icon.png)no-repeat -40px -298px;
	width: 40px;
	height: 40px;
	transition: all 0.6s ease 0s;
	position: absolute;
	bottom: 20px;
	left: 0px;
	opacity: 0;
}

.news {
	padding: 40px 0;
	background: #f8f8f8;
}

.exnews .button {
	color: #888888;
	width: 120px;
	height: 32px;
	border: solid 1px #888888;
	position: relative;
	opacity: 0;
	top: 70px;
	transition: all 0.6s ease-out 0s;
}

.exnews .button::after {
	content: "";
	width: 16px;
	height: 1px;
	display: block;
	position: absolute;
	top: 15px;
	left: 0px;
	background-color: #888888;
	opacity: 0;
	transition: all 0.6s ease-out 0s;

}

.exnews .button::before {
	content: "";
	width: 1px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0px;
	left: 60px;
	opacity: 0;
	background-color: #888888;
	transition: all 0.6s ease-out 0s;

}

.newstitem:hover .button {

	opacity: 1;
	top: 0px;
}

.newstitem:hover .button::after {
	content: "";
	width: 16px;
	height: 1px;
	display: block;
	position: absolute;
	top: 15px;
	left: 52px;
	background-color: #888888;
	opacity: 1;
}

.newstitem:hover .button::before {
	content: "";
	width: 1px;
	height: 16px;
	display: block;
	position: absolute;
	top: 8px;
	left: 60px;
	opacity: 1;
	background-color: #888888;
}


.newstitem:hover .md {
	color: #5c5c5c;
}

.newstitem:hover .year {
	color: #111111;
}

.newstitem:hover .newsbody .date::before {
	background-image: url(quan_bg.png);
}

.newstitem:hover .date {
	color: #555555;
	padding-bottom: -2px;
}

.newstitem:hover .newsbody .description {
	color: #555555;
	margin-top: -2px;
}

.news a.news_more {
	margin: 40px auto 0px;
	clear: both;
	font-size: 13px;
	text-indent: -10px;
	animation-delay: 0.5s;
	border: rgba(223, 223, 223, 0) 1px solid;
	color: #b9b9b9;
	width: 300px;
	height: 50px;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border-radius: 0px;
	background: rgba(255, 255, 255, .0);
	display: block;
	text-align: center;
	line-height: 50px;
	position: relative;
}

.news a.news_more i {
	width: 20px;
	height: 12px;
	transition: all ease-out .3s;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transform: translate(0, 0);
	background: url(../images/subnav2.png) no-repeat center;
	margin-left: -20px;
	background-position-y: 1px;
}

.news a.news_more::after {
	content: "";
	display: block;
	width: 240px;
	height: 42px;
	border: 1px solid #D9D9D9;
	position: absolute;
	bottom: 4px;
	z-index: 2;
	margin-left: 30px;
	transition: all 0.2s ease 0s;
	text-indent: 0px;
}

.news a.news_more:hover {
	border: rgba(223, 223, 223, 0) 1px solid;
	color: #000;
}

.news a.news_more:hover i {
	display: inline-block;
	margin-left: 0;
}

.news a.news_more:hover::after {
	transform: scale(1.1, 1.1);
}

/*新闻页面*/
.news_left {
	padding: 135px 35px 100px 35px;
	width: 292px;
	float: left;
	margin-left: 24px;
	background: #fff;
	position: relative;
	transition: all ease-out .3s;
	border: 1px solid #d5d5d5;
}

.news_right {
	width: 100%;
	height: 140px;
	position: relative;
	overflow: hidden;
}

.news ul li:hover .news_right img {
	transform: scale(1.1, 1.1);
}

/*foot*/
.foot {
	width: 100%;
	overflow: hidden;
	float: left;
}

.foot_m {
	width: 100%;
	padding: 50px 0;
	background: #2d2d2d;
	overflow: hidden;
}

.final_cnp {
	width: 1200px;
	margin: 0 auto;
	line-height: 40px;
	color: #fff;
	text-align: left;
}

.foot_left {
	float: left;
	color: #000;
	text-align: left;
	width: 300px;
}

.foot_link {
	float: left;
	border-bottom: 1px solid #d5d5d5;
	width: 100%;
	padding: 15px 0 20px 0;
}

.foot_link a {
	display: inline-block;
	color: #000;
	padding: 0 15px;
	font-size: 14px;
}

.foot_link a:first-child {
	padding-left: 0;
}

.foot_link ul li {
	width: 100px;
	float: left;
}

.foot_link a.on,
.foot_link a:hover {
	color: #000;
}

.foot_right {
	float: right;
	width: 900px;
	color: #000;
}

.foot_left .foot_logo {
	width: 240px;
	height: 54px;
}

.foot_logo img {
	display: block;
}

.foot_left .qrcode {
	margin-top: 30px;
}

.foot_left .qrcode img {
	display: block;
	float: left;
	width: 115px;
}

.foot_left .qrcode p {
	display: block;
	float: left;
	width: 150px;
	line-height: 25px;
	color: #000;
	margin: 65px 0 0 15px;
}

.foot_right .foot_info {
	float: left;
	width: 100%;
	margin-top: 60px;
	line-height: 40px;
}

.f_infoleft {
	width: 50%;
	float: left;
}

.f_infoleft b {
	display: inline-block;
	width: 20px;
}

.f_infoleft i {
	display: inline-block;
	font-style: normal;
	font-size: 24px;
}

.web_f {
	width: 100%;
	height: 560px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.web_nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px #000 solid;
	color: #666;
	margin: 40px 0;
	position: relative;
}

.web_nav li {
	float: left;
	min-width: 110px;
	text-align: center;
	height: 50px;
	cursor: pointer;
	padding: 0 15px;


}

.web_nav li:hover,
.web_nav li.on {
	color: #fff;
	background: #000;
}

.web_nav li:hover a,
.web_nav li.on a {
	color: #fff;
}

.web_nav li a {
	display: block;
	width: auto;
	height: 100%;
	color: #000;
	line-height: 50px;
}

.web_nav span {
	position: absolute;
	right: 0;
	color: #999;
	line-height: 50px;
	top: 0px;
}

.web_nav li:hover .down {
	visibility: inherit;
	display: block;
}

.web_nav li:hover .down a {
	display: block;
	padding: 10px;
	width: 180px;
	height: 45px;
	color: #fff;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
	float: left;
}

.web_nav .down a:hover {
	background: #000;
}

.imgbox {
	float: left;
	width: 60px;
	height: 45px;
	overflow: hidden;
}

.imgbox img {
	width: 60px;
}

.imgtitle {
	float: left;
	width: 110px;
	height: 45px;
	margin-left: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	text-transform: uppercase;
}

.web_nav li .down {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 50px;
	background-color: rgba(0, 162, 233, 0.8);
	z-index: 999;
	display: none;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/*产品*/
.web_prolist {
	overflow: hidden;
	margin-left: -23px;
	width: 1223px;
	min-height: 700px;
}

.web_prolist li {
	float: left;
	margin-left: 23px;
	width: 220px;
	margin-bottom: 23px;
	box-sizing: border-box;
	border: 1px #eee solid;
	overflow: hidden;
}

.web_prolist li a {
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 0;
}

.web_prolist li span {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #000;
	text-align: center;
	font-size: 14px;
}

/*news*/
.newslist li {
	float: left;
	width: 100%;
	height: 200px;
	margin-bottom: 40px;
	position: relative;
}

.newslist li .bimg {
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	height: 100%;
	background: url(logo.png) no-repeat center;
	box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
	-moz-box-shadow: 0px 0px 2px #666;
	overflow: hidden;
}

.news ul li .news_right .item_link_icon {
	display: block;
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 22px;
	line-height: 38px;
	border: 2px solid rgba(255, 255, 255, .5);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
}

.news ul li .news_right .item_link_icon i {
	color: #eee;
	margin-top: 7px;
}

.fa {
	display: inline-block;
	font: normal normal normal 10px/1 iconfont;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.news ul li:hover .news_right .right_boxs {
	opacity: 1;
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.8);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
}

.news ul li .right_boxs {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}

.news ul li .news_right img {
	width: auto;
	transition: all ease-out .3s .1s;
	height: 140px;
}

.newslist li a {
	position: absolute;
	left: 325px;
	height: 35px;
	line-height: 35px;
	top: 3px;
	display: block;
	max-width: 600px;
	font-size: 18px;
	color: #000;
}

.news_show_time {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #ddd solid;
	font-size: 14px;
}

/*分页*/
.curr {
	border: 1px solid #CCC;
	color: #CCC;
	display: inline;
	padding: 4px 8px;
}

a.page {
	border: 1px solid #eee;
	text-decoration: none;
	color: #fff;
	display: inline;
	padding: 4px 8px;
	background-color: #000;
}

a.page:visited {
	border: 1px solid #fff;
	text-decoration: none;
	padding: 4px 8px;
}

.ra {
	color: #000;
}

.ra a,
.ra a:link {
	color: #000;
	text-decoration: none;
}

.ra a:hover {
	color: #000;
	text-decoration: underline;
}

.red {
	color: #ff0000;
}

.yrr {
	color: #FF9900;
}

.bb {
	font-weight: bold;
}

.expage {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 10px;
	float: left;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-left: 65px;
}

.error {
	border: 1px #f40 solid;
}

.right {
	border: 1px #44b549 solid;
}

/*# sourceMappingURL=style.css.map */
.page {
	padding-top: 40px;
	width: 88px;
	clear: both;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;

}

.page img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#exnew_prv {
	float: left;
	height: 32px;
	margin-right: 20px;
	cursor: pointer;
	opacity: 1;
}

#exnew_prv:hover {
	opacity: 0.8;
}

#exnew_next:hover {
	opacity: 0.8;
}

#exnew_next {
	float: left;
	height: 32px;
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv {
	float: left;
	height: 32px;
	margin-right: 10px;
	cursor: pointer;
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv:hover {
	opacity: 1;
}

#protype_prv {
	float: left;
	height: 32px;
	opacity: 1;
}

/*about*/
.ex_ab {
	padding: 40px 0;
}

.pt40 {
	padding-top: 40px;
}

/*次导航*/
.header .nav li ul.subnav {
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccfdd23d, endColorstr=#ccfdd23d);
	background: rgba(165, 37, 28, .9);
	border-top: 0;
	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 210px;
	top: 90px;
	left: 0;
}

.header .nav li ul.subnav li {
	width: 210px;
	border-bottom: transparent 1px solid;
}

.header .nav li ul.subnav li a {
	background: transparent;
	color: #eee;
	width: auto !important;
	padding: 10px 30px 10px 30px;
	height: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	text-align: left;
	transition: all 0.3s ease-out 0s;
}

.header .nav li ul.subnav li a span {
	display: block;
	float: left;
	width: 135px;
}

.header .nav li ul.subnav li i {
	float: right;
	margin-top: 5px;
	opacity: 0;
	transition: all ease-out .2s;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/subnav.png);
}

.header .nav li ul.subnav li a:hover {
	background: rgba(242, 242, 242, 0) none repeat scroll 0% 0%;
	color: #fff;
	text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
	opacity: 1;
}

.header .nav li:hover ul.subnav {
	opacity: 1;
	visibility: visible;
}

/*contact*/
.en_final {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #000;
	color: #fff;
	clear: both;
}

.en_final a {
	display: inline-block;
	color: #fff;
	float: right;
	line-height: 40px;
}

/*vi*/
.vi_list {
	clear: both;
	padding: 40px 0;
}

.vi_list ul {
	width: 1215px;
	margin-left: -15px;
}

.vi_list ul li {
	float: left;
	margin-left: 15px;
	width: 286px;
	height: 250px;
	border: 1px solid #eee;
	margin-bottom: 15px;
	overflow: hidden
}

.vi_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.vi_list ul li img {
	width: 286px;
	height: 250px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.vi_list ul li:hover img {
	transform: scale(1.1, 1.1);
}

.advanced h3 {
	color: #000;
	font-size: 21px;
	font-family: arial;
	font-weight: normal;
}

.advanced h3 i {
	display: inline-block;
	width: 3px;
	height: 16px;
	background: #000;
	float: left;
	margin-right: 10px;
	margin-top: 3.5px;
}

.advanced p {
	text-indent: 0;
	color: #666;
	line-height: 40px;
	padding-top: 15px;
}

/*honor*/
.honor_list {
	clear: both;
	padding: 0 0 40px 0;
}

.honor_list p {
	text-align: center;
	color: #787878;
	line-height: 30px;
	padding-bottom: 20px;
}

.honor_list ul {
	width: 950px;
	margin-left: -10px;
}

.honor_list ul li {
	float: left;
	margin-left: 10px;
	width: 227px;
	margin-bottom: 10px;
}

.honor_list ul li .honor_img {
	width: 225px;
	border: 1px solid #ccc;
	overflow: hidden;
	height: 165px;
}

.honor_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.honor_list ul li img {
	width: 225px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.honor_list p {
	text-align: center;
	line-height: 30px;
	color: #666;
}

.honor_list ul li:hover img {
	transform: scale(1.1, 1.1);
}

.honor_list ul li:hover p {
	color: #000;
}

/*产品分类列表*/
.wrap_pro {
	width: 100%;
	height: auto;
	padding: 75px 0;
	padding-bottom: 60px;
	float: left;
	clear: both;
	text-transform: uppercase;
}

.wrap_pro:nth-child(odd) {
	background: #f8f8f8;
}

.prolist_t i {
	display: block;
	width: 35px;
	height: 4px;
	background: #000;
	margin-bottom: 15px;
}

.main_pro {
	width: 1000px;
	margin: 0 auto;
	height: auto;
}

.cn_main_pro {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}

.prolist_t b {
	display: block;
	font-size: 24px;
	color: #58595b;
	font-weight: normal;
	font-family: "microsoft yahei";
	line-height: 50px;
}

.prolist_t {
	width: 300px;
	height: 150px;
	font-size: 18px;
	font-family: arial;
	color: #585858;
	float: left;
	clear: both;
	position: relative;
	line-height: 30px;
}

.prolist_t font {
	font: normal 16px/30px arial;
	color: #585858;
}

.cn_main_pro .prolist_c {
	width: 840px;
	margin-left: -20px;
	float: right;
}

.prolist_c {
	width: 650px;
	margin-left: -20px;
	float: right;
}

.prolist_c li {
	width: 260px;
	height: 195px;
	background: #fff center no-repeat;
	background-size: cover;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.prolist_c li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.prolist_c li img {
	width: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.prolist_c li .type {
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 0;
	color: #fff;
	background: #000;
	opacity: 0.8;
	text-align: center;
	line-height: 30px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.prolist_c li a:hover .type {
	height: 30px;
	bottom: 0;
}

.prolist_c li:hover img {
	transform: scale(1.1, 1.1);
}

/*新闻页面*/
.ex_news {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.ex_news ul li {
	width: 100%;
	clear: both;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	position: relative;
	height: 152px;
	margin-top: 30px;
	cursor: pointer;
}

.ex_news ul li .ex_news_img {
	float: left;
	width: 380px;
	height: 152px;
	background-image: "url(logo.png)";
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	top: 0;
	left: 0;
}

.ex_news ul li .ex_news_info {
	float: left;
	width: 600px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: absolute;
	top: 20px;
	left: 420px;
}

.ex_news ul li .ex_news_info a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	font-size: 18px;
	display: block;
	width: 100%;
	padding-bottom: 15px;
	color: 666;
}

.ex_news ul li .ex_news_info p {
	height: 50px;
	line-height: 25px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
	color: #999;
	font-size: 13px;
}

.ex_news ul li .ex_news_img img {
	width: 380px;
	height: 152px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li .ex_news_date {
	float: right;
	text-align: right;
	width: 100px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 25px;
	right: 0;
}

.ex_news ul li .ex_news_date item {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/r_arrow.png) no-repeat center;
	position: absolute;
	bottom: -50px;
	right: 5px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.ex_news ul li .ex_news_date font {
	font-family: helvetica;
	font-size: 32px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
}

.ex_news ul li:hover a {
	color: #333;
}

.ex_news ul li:hover .ex_news_info {
	padding-left: 20px;
}

.ex_news ul li:hover .ex_news_date font {
	color: #333;
}

.ex_news ul li:hover .ex_news_date item {
	bottom: 60px;
}

.ex_news ul li:hover .ex_news_img img {
	transform: scale(1.1, 1.1);
}

.news_show_content {
	overflow: hidden;
	padding: 50px 0;
	line-height: 35px;
	color: #555;
	font-size: 13px;
}

.news_show_content ul li {
	float: left;
	width: 218px;
	height: 258px;
	overflow: hidden;
	position: relative;
	margin-left: 25px;
	margin-bottom: 20px;
	cursor: pointer;
	border: 1px solid #eee;
	background-size: cover;
	background-position: center;
}

.news_show_content ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.news_show_content ul {
	width: 1225px;
	height: auto;
	margin-left: -25px;
}

.prolist_c li:hover .event_img {
	transform: scale(1.1, 1.1);
}

.event_img {
	width: 100%;
	height: 195px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content ul li img {
	width: 218px;
	height: 258px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news_show_content .event_bg {
	width: 1200px;
	height: 450px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
	background-size: cover;
	background-position: center
}

.news_show_content .event_bg img {
	width: 1200px;
	height: 450px;
}

.news_show_content h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	line-height: 35px;
	padding-top: 20px;
	color: #666;
}

.news_show_content p {
	font-size: 13px;
	text-align: left;
	line-height: 30px;
	color: #666;
	padding-bottom: 20px;
}

.news_show_content ul li:hover img {
	transform: scale(1.1, 1.1);
}

.certificate {
	width: 1200px;
}

.certificate li {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.certificate li .cer_img {
	float: left;
	border: 1px solid #eee;
	width: 205px;
	height: 125px;
	overflow: hidden;
}

.certificate li .cer_img img {
	width: 205px;
	height: 125px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	cursor: pointer;
}

.certificate li .cer_info {
	float: left;
	padding: 0 40px;
	color: #666;
	width: 913px;
}

.certificate li .cer_info h3 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	padding-bottom: 20px;
}

.certificate li .cer_info p {
	font-size: 14px;
	text-align: left;
	line-height: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	height: 63px;
	width: 100%;
	overflow: hidden;
}

.certificate li .cer_info a {
	color: #666;
	font-size: 12px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.certificate li:hover h3 {
	color: #000;
}

.certificate li:hover .cer_info a {
	color: #000;
	padding-left: 10px;
}

.certificate li:hover .cer_img img {
	transform: scale(1.05, 1.05);
}

.aut_top .aut_img {
	float: left;
	border: 1px solid #eee;
	width: 205px;
	height: 125px;
	overflow: hidden;
}

.aut_top .aut_img img {
	width: 205px;
	height: 125px;
}

.aut_top .aut_info {
	float: left;
	padding: 0 0 0 40px;
	color: #666;
	width: 680px;
}

.aut_top .aut_info h3 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	padding-bottom: 20px;
}

.aut_top .aut_info p {
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	;
	width: 100%;
	overflow: hidden;
}

.aut_top {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.brand {
	padding-bottom: 40px;
	overflow: hidden;
}

.join {
	width: 100%;
	height: 695px;
	background: url(../images/join_c.jpg);
}

.join_flow {
	width: 815px;
	margin: 0 auto;
	padding: 35px 65px;
	border: 3px solid #000;
	overflow: hidden;
	margin-bottom: 50px;
}

.join_flow h3 {
	color: #000;
	padding-bottom: 30px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 24px;
}

.join_flow p {
	line-height: 40px;
	margin-top: 30px;
	font-size: 14px;
}

.brand_img {
	width: 569px;
	height: 192px;
}

.brand li {
	height: 192px;
	padding: 35px 30px;
}

.brand_info {
	width: 520px;
	margin-top: 20px;
}

.brand_info h3 {
	color: #474747;
	font-size: 22px;
	margin-bottom: 20px;
}

.brand_info i {
	display: block;
	float: left;
	width: 100%;
	height: 34px;
	background-image: url(../images/brand_border.jpg);
	margin: 15px 0;
}

.brand_info p {
	line-height: 25px;
	color: #666;
	text-align: left;
	width: 100%;
	float: left;
}

.service {
	padding-bottom: 30px;
	overflow: hidden;
	width: 100%;
}

.service p {
	line-height: 25px;
	text-align: left;
	color: #666;
}

.service .service_bg {
	width: 1200px;
	height: 450px;
	background: url(../images/service_bg.jpg) no-repeat;
}

.skill {
	padding-bottom: 30px;
	overflow: hidden;
	width: 100%;
}

.history p {
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding-bottom: 20px;
	color: #666;
}

.history_bg {
	background: url(../images/history.jpg);
	width: 940px;
	height: 1035px;
	float: left;
}

.ser_c {
	line-height: 36px;
	font-size: 14px;
	margin-bottom: 40px;
}

.maintain {
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 40px;
}

.maintain h3 {
	font-weight: normal;
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
}

.maintain p {
	padding-bottom: 20px;
	color: #777;
}

.news_boxs {
	width: 100%;
	height: 140px;
	background-size: cover;
	background-position: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news ul li:hover .news_right .news_boxs {
	transform: scale(1.1, 1.1);
}

/*weini*/
.nav_menu {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #000;
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	margin: 40px 0;
}

.nav_menu ul {
	float: left;
}

.nav_menu ul li {
	float: left;
}

.nav_menu ul li a {
	position: relative;
	display: block;
	float: left;
	padding: 0 20px;
	color: #000;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	height: 45px;
	line-height: 45px;
}

.nav_menu ul li a.on {
	background: #000;
	color: #fff;
}

.nav_menu ul li a:hover {
	background: #000;
	color: #fff;
}

.nav_menu .nav_links {
	float: right;
}

.nav_menu .nav_links a {
	float: left;
	padding: 0 10px;
	color: #999;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	max-width: 310px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nav_menu .nav_links i {
	float: left;
	color: #999;
	display: inline-block;
	height: 45px;
	line-height: 45px;
}

.nav_menu .nav_links a:hover {
	color: #666;
	text-decoration: underline;
}

.nav_menu ul li:hover .menu_box{
	display: block;
}

.menu_box{
	display: none;
	position: absolute;
	top: 45px;
	width: 120px;
	background-color: #4e4e4e;
}
.nav_menu ul li .menu_box a{
	display: block;
	width: 100%;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}




.skill {
	padding-bottom: 40px;
	overflow: hidden;
}

.skill_img {
	width: 580px;
	height: 210px;
}

.skill li {
	height: 210px;
	padding: 35px;
	border-bottom: 1px solid #eee;
}

.skill_info {
	width: 500px;
	margin-top: 30px;
}

.skill_info h3 {
	color: #000;
	font-size: 23px;
	font-weight: normal;
}

.skill_info h4 {
	color: #595657;
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: normal;
}

.skill_info i {
	display: block;
	float: left;
	width: 25px;
	height: 2px;
	background: #ccc;
	margin: 0 0 25px 0;
}

.skill_info p {
	line-height: 25px;
	color: #0a0204;
	text-align: left;
	width: 100%;
	float: left;
}

.girdle {
	background-image: url(../images/join.jpg);
	height: 370px;
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
	color: #fff;
}

.girdle h2 {
	font-size: 36px;
	padding: 80px 0 15px 0;
}

.girdle p {
	font-size: 13px;
	line-height: 30px;
}

.girdle a {
	display: block;
	float: left;
	width: 110px;
	border: 1px solid #fff;
	color: #fff;
	height: 35px;
	text-align: center;
	line-height: 35px;
	text-align: center;
	margin-top: 30px;
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.girdle a:hover {
	background: #fff;
	color: #000;
}

.list_tit {
	width: 100%;
	clear: both;
	margin: 45px auto;
	overflow: hidden;
}

.tit_left {
	width: 50%;
	float: left;
	text-align: left;
	position: relative;
}

.tit_left h3 {
	color: #4d4948;
	font-size: 30px;
	line-height: 50px;
}

.tit_left p {
	font-size: 14px;
	color: #5d5d5d;
	z-index: 2;
}

.tit_right {
	float: right;
	width: 50%;
	position: relative;
	line-height: 25px;
	color: #5d5d5d;
	text-align: right;
	font-family: arial;
	font-size: 12px;
	margin-top: 20px;
}

.list_tit strong {
	display: block;
	width: 100%;
	height: 38px;
	background-image: url(../images/border.jpg);
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	margin: 20px 0;
}

/*idea*/
.idea {
	width: 1262px;
	margin-left: -62px;
}

.idea li {
	width: 569px;
	float: left;
	margin-left: 62px;
	margin-bottom: 35px;
}

.idea li h3 {
	color: #474747;
	line-height: 35px;
	font-size: 24px;
}

.idea li p {
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
	margin-bottom: 25px;
}

.idea li img {
	display: block;
	width: 569px;
	height: 252px;
}

.index_about {
	padding: 50px 0;
}

.index_pro ul,
.index_ab,
.index_join {
	width: 100%;
	clear: both;
	overflow: hidden;
}

.index_pro a,
.index_ab a,
.index_join a {
	width: 175px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: #fdd23d;
	text-align: center;
	margin: 45px auto;
	display: block;
	clear: both;
}

.index_tit {
	text-align: center;
	clear: both;
	margin-bottom: 40px;
}

.index_tit h2 {
	color: #555;
	font-weight: normal;
	font-size: 26px;
}

.index_tit i {
	display: block;
	width: 100px;
	height: 2px;
	background: #fdd23d;
	margin: 20px auto;
}

.index_tit p {
	font-size: 15px;
	color: #888;
}

.index_about .index_menu a {
	display: block;
	width: 230px;
	height: 45px;
	line-height: 45px;
	color: #777;
	border: 1px solid #e0e0e0;
	background: #e6e6e6;
	font-size: 16px;
	text-align: center;
	float: left;
	margin-left: 5px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: relative;
	cursor: pointer;
}

.index_about .index_menu {
	width: 711px;
	margin: 0 auto;
}

.index_about .index_menu a:hover,
.index_about .index_menu a.on {
	background: #fdd23d;
	color: #fff;
	border-color: #fdd23d;
}

.index_about .index_menu a i {
	width: 12px;
	height: 5px;
	background-image: url(menu_bot.png);
	position: absolute;
	bottom: -5px;
	left: 50%;
	margin-left: -6px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: none;
}

.index_about .index_menu a:hover i,
.index_about .index_menu a.on i {
	display: block;
}

.index_join,
.index_ab,
.index_pro {
	padding-top: 50px;
	width: 100%;
	clear: both;
}

.index_pro ul li {
	width: 300px;
	text-align: center;
	float: left;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.index_pro ul li div {
	width: 300px;
	height: 250px;
	background-position: center;
	background-repeat: no-repeat;
}

.index_pro ul li .i_01 {
	background-image: url(../images/i_01.jpg);
	position: relative;
}

.index_pro ul li .i_02 {
	background-image: url(../images/i_02.jpg);
	position: relative;
}

.index_pro ul li .i_03 {
	background-image: url(../images/i_03.jpg);
	position: relative;
}

.index_pro ul li .i_04 {
	background-image: url(../images/i_04.jpg);
	position: relative;
}

.index_pro ul li .i_01 em,
.index_pro ul li .i_03 em {
	background-image: url(menu_bot_nh.png);
	bottom: 5px;
	left: 50%;
}

.index_pro ul li .i_02 em,
.index_pro ul li .i_04 em {
	background-image: url(menu_top_nh.png);
	top: 5px;
	left: 50%;
}

.index_pro ul li:hover .i_01 em,
.index_pro ul li:hover .i_03 em {
	background-image: url(menu_bot.png);
}

.index_pro ul li:hover .i_02 em,
.index_pro ul li:hover .i_04 em {
	background-image: url(menu_top.png);
}

.index_pro ul li em {
	display: block;
	;
	width: 12px;
	height: 5px;
	position: absolute;
	margin-left: -6px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.index_pro ul li h3 {
	font-weight: normal;
	font-size: 24px;
	color: #000;
	padding-top: 70px;
}

.index_pro ul li i {
	display: block;
	width: 60px;
	height: 2px;
	background: #fdd23d;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.index_pro ul li p {
	font-size: 13px;
	color: #666;
	line-height: 25px;
	width: 280px;
	margin: 0 auto;
}

.index_pro ul li b {
	display: block;
	width: 316px;
	height: 516px;
	border: 2px solid #fdd23d;
	position: absolute;
	left: -10px;
	top: -10px;
}

.index_pro ul li:hover b {
	width: 296px;
	height: 496px;
	left: 0;
	top: 0;
}

.index_ab img {
	display: block;
	width: 100%;
}

.index_ab p {
	line-height: 30px;
	padding: 20px 0 0 0;
	color: #777;
	line-height: 30px;
}

.join_bg {
	width: 1200px;
	height: 530px;
	background: url(../images/join.jpg);
}

/*DOUDOU_foot*/
.con_left {
	float: left;
	width: 900px;
	font-size: 14px;
}

.con_left .left_top {
	width: 100%;
}

.con_left .left_top .bot_logo {
	width: 322px;
	height: 50px;
	background: url(../images/bot_logo.png);
	float: left;
}

.con_left .left_top .bot_links {
	float: left;
	margin: 15px 0 0 50px;
}

.con_left .left_top .bot_links a {
	display: block;
	float: left;
	padding: 0 25px;
	color: #777;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.con_left .left_top .bot_links a:hover,
.con_left .left_top .bot_links a.on {
	color: #fff;
}

.con_left .left_top .bot_links i {
	display: block;
	width: 1px;
	height: 14px;
	background: #777;
	float: left;
	margin-top: 7px;
}

.con_left .left_bot {
	width: 100%;
	float: left;
	margin-top: 50px;
	color: #777;
}

.con_left .left_bot font {
	text-align: left;
	display: block;
	float: left;
	line-height: 40px;
	margin-right: 50px;
}

.con_left .left_bot h2 {
	color: #777;
	font-family: arial;
	font-size: 26px;
}

.con_right {
	width: 300px;
	float: right;
	margin: 45px 0 0 0;
}

.con_right .scan {
	width: 130px;
	height: 130px;
	float: left;
	background: url(../images/scan.png);
}

.con_right img {
	display: block;
	float: right;
}

/*About*/
.pageup {
	padding: 50px 0;
	overflow: hidden;
}

.about_tit {
	text-align: center;
	overflow: hidden;
	margin-bottom: 40px;
}

.about_tit h2 {
	color: #222;
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
}

.about_tit p {
	text-transform: uppercase;
	font-size: 14px;
}

.about_top {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.about_top img {
	display: block;
	float: left;
}

.about_top .about_text {
	width: 650px;
	float: right;
}

.about_top .about_text h3 {
	font-size: 20px;
	color: #555;
	padding-bottom: 15px;
}

.about_top .about_text p {
	line-height: 30px;
	font-size: 14px;
	color: #777;
}

.about_bot {
	line-height: 30px;
	font-size: 14px;
	color: #777;
	padding: 30px 0;
}

.contact {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.contact_left {
	float: left;
	width: 612px;
	height: 153px;
	background-image: url(../images/con_bg.jpg);
}

.contact_right {
	float: right;
	width: 530px;
}

.contact_right h3 {
	font-size: 20px;
	color: #555;
	padding-bottom: 15px;
}

.contact_right .right_text span {
	width: 50%;
	text-align: left;
	display: block;
	float: left;
	line-height: 40px;
	color: #777;
}

.contact_right .right_text i {
	display: inline-block;
	font-size: 24px;
	color: #555;
	font-family: arial;
	font-style: normal;
	padding-left: 10px;
}
