@charset "utf-8";
/*全局控制*/
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑", Arial;
	-webkit-text-size-adjust: none;
}
html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-size: 14px;
	line-height: 20px;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
}
/********************* 以下(结束标识)代码请在实际开发中删除 *********************/


/*头部区域*/
.header {
	height: 80px;
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.logo {
	height: 60px;
	float: left;
}
.logo img {
	height: 60px;
}
.tel {
	top: 50px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	background-image: url(img/tel.svg);
	background-repeat: no-repeat;
	font-weight: normal;
	float: right;
	padding-left: 50px;
	background-position: 15px;
	margin-top: 13px;
}
.search {
	float: right;
	width: 260px;
	height: 36px;
	border: 1px solid #999;
	border-radius: 8px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.search .key {
	width: 200px;
	height: 28px;
	line-height: 28px;
	border: 0;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #666;
}
.search .sub {
	float: right;
	width: 30px;
	height: 24px;
	border: none;
	cursor: pointer;
	background-image: url(img/search.svg);
	background-repeat: no-repeat;
	background-position: right 0;
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 5px;
}
.search .sub span {
	display: none;
}
.navBg {
	background-color: #333333;
}
.nav {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	font-family: "微软雅黑";
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.nav li {
	float: left;
}
.nav li a {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-right: 26px;
	padding-left: 26px;
}
.nav li a:hover, .nav li a:hover.on {
	text-decoration: none;
	color: #CCC;
	background-color: #000;
}
.nav li a.on {
	background: #1c1c1c;
}
.nav li a.on2 {
	background: #333;
	text-decoration: none;
}
.nav li:hover.on {
	background: #1c1c1c;
	text-decoration: none;
}
.nav li ul {
	display: none;
	position: absolute;
	z-index: 9999;
}
.nav li ul li {
	float: none;
	display: block;
	position: relative;
	line-height: 30px;
	_display: inline;
}
.nav li ul li a {
	display: block;
	width: 156px;
	height: 40px;
	background: #333;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	color: #ccc;
	line-height: 40px;
	padding-right: 0;
	padding-left: 20px;
}
.nav li ul li a:hover {
	color: #FFFF00;
}
.nav .t, .nav .t:hover {
	background-color: #000;
}

@media screen and (max-width: 1200px) {
.header {
	width: 100%;
	max-width: 600px;
	height: 100px;
	min-height: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.search {

	clear: none;
	display: none;
}
.nav {
	width: 600px;
	height: 100px;
	line-height: 50px;
	font-family: "微软雅黑";
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.nav li a {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-right: 22px;
	padding-left: 22px;
}

}
/*Banner*/


/*首页关于我们*/
.indexabout {
	width: 1200px;
	height: 450px;
	line-height: 24px;
	color: #888;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.indexabout img {
	float: left;
	height: 400px;
	width: 580px;
}
.indexabout span {
	width: 580px;
	height: 400px;
	float: right;
}
.indexabout a {
	color: #FFFFFF;
	background-color: #00913A;
	width: 150px;
	margin-top: 20px;
	height: 40px;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}
.indexabout p {
	background-color: #00913A;
	width: 200px;
	height: 40px;
	display: block;
}
@media screen and (max-width: 1200px) {
.indexabout {
	width: 600px;
	line-height: 24px;
	color: #888;
	border-radius: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}	
.indexabout img {
	height: 400px;
	width: 580px;
	display: block;
	padding-left: 10px;
}
.indexabout span {
	width: 580px;
	height: 400px;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
}
/*首页新闻中心*/

.huise {
	clear: both;
	background-color: #F0F0F0;
}
/*首页图标*/
.indetubiao {
	padding-bottom: 30px;
}
.indetubiao ul {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.indetubiao ul li {
	background-color: #FFFFFF;
	float: left;
	width: 240px;
	display: block;
	height: 200px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 10px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.indetubiao img {
	height: 50px;
	width: 50px;
}
.indetubiao span {
	display: block;
	color: #999;
	line-height: 24px;
	text-align: left;
}
.indetubiao h3 {
	font-weight: bold;
	display: block;
	line-height: 40px;
	height: 40px;
	text-align: center;
}
.indextitle {
	text-align: center;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
.indextitle h2 {
	color: #00913A;
	font-size: 24px;
}
.indextitle span {
	line-height: 40px;
	color: #999;
	font-size: 16px;
}
@media screen and (max-width: 1200px) {
	.indetubiao ul {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.indextitle {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}	
.indetubiao ul {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

}
/*首页产品展示*/

.indexproduct {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
}
.indexproduct ul {
	margin: 0px;
	padding: 0px;
}
.indexproduct ul li {
	width: 380px;
	display: block;
	text-align: center;
	list-style-type: none;
	float: left;
	padding: 10px;
}
.indexproduct ul li img {
	height: 300px;
	width: 380px;
	border-radius: 10px;
	transition: transform 0.5s ease;
}
.indexproduct ul li a:hover img {
	transform: scale(1.05);
}
.indexproduct ul li h2 {
	font-size: 16px;
	line-height: 40px;
}

.indexproduct ul li a {
}

@media screen and (max-width: 1200px) {
	.indexproduct {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
}
.indexproduct ul li {
	width: 280px;
	display: block;
	text-align: center;
	list-style-type: none;
	float: left;
	padding: 10px;
}
.indexproduct ul li img {
	height: 200px;
	width: 280px;
	border-radius: 10px;
	transition: transform 0.5s ease;
}
}
/*首页常见问题解答*/

.indexfaq {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
}
.indexfaq ul {
	margin: 0px;
	padding: 0px;
}
.indexfaq ul li {
	float: left;
	width: 340px;
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #F0F0F0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-radius: 10px;
}
.indexfaq ul li span {
	display: block;
	color: #999;
	float: right;
}
.indexfaq ul li a {
	float: left;
}
@media screen and (max-width: 1200px) {
.indexfaq {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
}	
.indexfaq ul li {
	display: block;
	height: 50px;
	line-height: 50px;
	list-style-type: none;
	background-color: #F0F0F0;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-radius: 30px;
	width: 560px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
}
/*首页新闻*/

.indexnews {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
}
.indexnews ul {
	margin: 0px;
	padding: 0px;
}
.indexnews ul li {
	float: left;
	width: 340px;
	display: block;
	line-height: 30px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #FFF;
	height: 500px;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #999;
}
.indexnews ul li h2 {
	font-size: 16px;
	display: block;
	clear: both;
	line-height: 40px;
}
.indexnews ul li span {
	display: block;
	color: #999;
	text-align: right;
	clear: both;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
.indexnews ul li img {
	height: 240px;
	width: 340px;
}
.indexkouhao {
	background-color: #333;
	text-align: center;
	height: 100px;
	color: #CCC;
}
.indexlogo {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	text-align: center;
}
.indexlogo img {
	width: 200px;
}
.indexlogo span {
	clear: both;
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 40px;
}

@media screen and (max-width: 1200px) {
	.indexnews {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
}
.indexnews ul li {
	width: 540px;
	display: block;
	line-height: 30px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #FFF;
	height: 500px;
	border-radius: 10px;
	color: #999;
	padding: 20px;
}
.indexnews ul li img {
	height: 340px;
	width: 540px;
}
.indexlogo {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	text-align: center;
}
}
/*底部下载*/
.indexdown {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.indexdown ul {
}
.indexdown ul li {
	width: 380px;
	float: left;
	background-color: #F0F0F0;
	border-radius: 10px;
	padding-top: 20px;
	height: 160px;
	text-align: center;
	margin-left: 20px;
}
.indexdown ul li img {
	height: 50px;
	width: 50px;
}
.indexdown span {
	display: block;
	color: #999;
	line-height: 24px;
	padding-right: 20px;
	padding-left: 20px;
}
.indexdown h3 {
	font-weight: bold;
	display: block;
	line-height: 40px;
	height: 40px;
	text-align: center;
}
@media screen and (max-width: 1200px) {
.indexdown {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}	
.indexdown ul li {
	background-color: #F0F0F0;
	border-radius: 10px;
	padding-top: 20px;
	height: 160px;
	text-align: center;
	margin-bottom: 20px;
	width: 560px;
	margin-left: 20px;
}
}

.main {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	line-height: 50px;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.main h2 {
	float: left;
}
.main span {
	float: right;
	color: #666;
}
.mainbody {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	line-height: 30px;
}
@media screen and (max-width: 1200px) {
	.main {
	width: 600px;
	padding-top: 50px;
	line-height: 50px;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.mainbody {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
}
}
.maindown {
}
.webap {
	margin: 0px;
	height: 600px;
	background-image: url(img/dibu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	color: #FFF;
	text-align: center;
	font-size: 22px;
	line-height: 70px;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "微软雅黑";
	background-color: #CCC;
	clear: both;
}
.webap img {
	padding-right: 15px;
	padding-left: 15px;
}
.webap strong {
	font-size: 48px;
	letter-spacing: 5px;
}


#demo {
	overflow: hidden;
	width: 100%;
	height: 330px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
#indemo {
	float: left;
	width: 800%;
}
.link2 {
	padding-top: 36px;
}
.link2 ul {
	margin: 0px;
	padding: 0px;
}
.link2 ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 300px;
	width: 440px;
	text-align: right;
	list-style-type: none;
}
.link2 ul li img {
	height: 272px;
	width: 400px;
	border: 5px solid #FFF;
}

/*友情链接*/
.weblink {
	display: block;
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	line-height: 40px;
}
.weblink a {
	padding-right: 10px;
	padding-left: 10px;
	color: #666;
}
/*页脚区域*/
.footer {
	text-align: center;
	line-height: 30px;
	color: #666666;
}

.footer span {
	text-align: center;
	color: #CCCCCC;
	clear: both;
	font-weight: normal;
	display: block;
}
/*翻页*/
.dopage {
	display: block;
	clear: both;
	line-height: 50px;
	text-align: center;
	height: 50px;
}
.dopage a {
	padding: 10px;
	border: 1px solid #CCC;
	margin-right: 3px;
	margin-left: 3px;

}

/*企业视频*/
.video_list {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.video_list ul {
}
.video_list ul li {
	float: left;
	width: 400px;
	display: block;
	text-align: center;
}
.video_list ul li a {
}
.video_list ul li a:hover {
	text-decoration: none;
	color: #999;
}
.video_list ul li img {
	height: 240px;
	width: 380px;
}
.video_list ul li span {
	color: #666;
	text-align: left;
	display: block;
	clear: both;
	padding: 10px;
}
.video_list ul li h2 {
	font-size: 14px;
}
.videoshow {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

@media screen and (max-width: 1200px) {
	.video_list {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.video_list ul li {
	float: left;
	width: 300px;
	display: block;
	text-align: center;
}
.video_list ul li img {
	height: 180px;
	width: 280px;
}
	.videoshow {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
}
/*新闻栏目*/
.news_list {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
}
.news_list ul {
	margin: 0px;
	padding: 0px;
}
.news_list ul li {
	float: left;
	width: 340px;
	display: block;
	line-height: 30px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #F0F0F0;
	height: 500px;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #999;
}
.news_list ul li h2 {
	font-size: 14px;
	display: block;
	clear: both;
	line-height: 40px;
}
.news_list ul li span {
	display: block;
	color: #999;
	text-align: right;
	clear: both;
	font-size: 12px;
}
.news_list ul li a h3 {
	clear: both;
	font-weight: normal;
}
.news_list ul li a {
}
.news_list ul li img {
	height: 240px;
	width: 340px;
}
.newsshow {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.newsshow h1 {
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 50px;
}
.newsshow h3 {
	font-size: 14px;
	color: #999;
	text-align: center;
	font-weight: normal;
	line-height: 50px;
}
.newsshow span {
	background-color: #F0F0F0;
	padding: 20px;
	display: block;
}
.textarea {
	line-height: 24px;
	padding: 20px;
}

@media screen and (max-width: 1200px) {
.news_list {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
}
.news_list ul li {
	float: left;
	width: 240px;
	display: block;
	line-height: 30px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #F0F0F0;
	height: 440px;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #999;
}
.news_list ul li img {
	height: 160px;
	width: 240px;
}
.newsshow {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
}


/*产品栏目*/

.product_cat {
	width: 1200px;
	margin: 20px auto 0;
	border-bottom: 2px solid #eee;
}
.product_cat ul { margin: 0; padding: 0; }
.product_cat ul li {
	float: left;
	list-style: none;
	margin: 0 15px 0 0;
}
.product_cat ul li a {
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
}
.product_cat ul li.on a {
	color: #1890ff;
	font-weight: bold;
	border-bottom-color: #1890ff;
}
.product_cat ul li a:hover { color: #1890ff; }
.product_cat .clear { clear: both; }

.product_list {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
}
.product_list ul {
	margin: 0px;
	padding: 0px;
}
.product_list ul li {
	width: 380px;
	display: block;
	text-align: center;
	list-style-type: none;
	float: left;
	padding: 10px;
}
.product_list ul li img {
	height: 300px;
	width: 380px;
	border-radius: 10px;
	transition: transform 0.5s ease;
}
.product_list ul li a:hover img {
	transform: scale(1.05);
}
.product_list ul li h2 {
	font-size: 16px;
	line-height: 40px;
}
.productshow {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.productshow h1 {
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 50px;
}
.productshow h3 {
	font-size: 14px;
	color: #999;
	text-align: center;
	font-weight: normal;
	line-height: 50px;
}
.productshow span {
	background-color: #F0F0F0;
	padding: 20px;
	display: block;
}


@media screen and (max-width: 1200px) {
	.product_cat {
	width: 600px;
	margin: 20px auto 0;
	border-bottom: 2px solid #eee;
}
	.product_list {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
}
.product_list ul li {
	width: 280px;
	display: block;
	text-align: center;
	list-style-type: none;
	float: left;
	padding: 10px;
}
.product_list ul li img {
	height: 220px;
	width: 280px;
	border-radius: 10px;
	transition: transform 0.5s ease;
}

.productshow {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.productshow img {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
}
/*文件下载*/

.download_list {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
}
.download_list ul {
	margin: 0px;
	padding: 0px;
}
.download_list ul li {
	display: block;
	list-style-type: none;
	border-radius: 10px;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 28px;
	padding: 20px;
}
.download_list ul li h2 {
}
.download_list ul li img {
	width: 80px;
}
.downloadshow {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.downloadshow h1 {
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 50px;
}
.downloadshow h3 {
	font-size: 14px;
	color: #999;
	text-align: center;
	font-weight: normal;
	line-height: 50px;
}
.downloadshow span {
	background-color: #F0F0F0;
	padding: 20px;
	display: block;
}
@media screen and (max-width: 1200px) {
.download_list {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
}
.downloadshow {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}	
}
/*AI解答*/

.ai_list {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
}
.ai_list ul {
	margin: 0px;
	padding: 0px;
}
.ai_list ul li {
	display: block;
	list-style-type: none;
	border-radius: 10px;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 28px;
	padding: 20px;
}
.ai_list ul li h2 {
	font-weight: normal;
}
.ai_list ul li h3 {
	font-weight: normal;
}
.ai_list ul li span {
	font-size: 12px;
	color: #999;
}
.aishow {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.aishow h1 {
	text-align: center;
	display: block;
	font-size: 16px;
	line-height: 50px;
}
.aishow h3 {
	font-size: 14px;
	color: #999;
	text-align: center;
	font-weight: normal;
	line-height: 50px;
}
.aishow span {
	background-color: #F0F0F0;
	padding: 20px;
	display: block;
}
.message {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.message .subCont {
	background: #fff;
}
@media screen and (max-width: 1200px) {
.ai_list {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	clear: both;
	padding-bottom: 30px;
}
.aishow {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.message {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}	
}
.subCont {
	padding-right: 20px;
	padding-left: 20px;
}

/*留言表单*/
.msgtitle {
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 20px;
}
.msg_input {
	width: 729px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	color: #333;
	outline: none;
	box-sizing: border-box;
	transition: border-color 0.2s;
}
.msg_input_on {
	border-color: #00913A;
}
.msg_btn_area {
	margin-top: 15px;
}
.msg_btn_area a {
	display: inline-block;
	padding: 10px 50px;
	background: #00913A;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-radius: 4px;
	transition: background 0.2s;
}
.msg_btn_area a:hover {
	background: #007a30;
}
.hr_10 {
	height: 10px;
	clear: both;
}
.cl {
	clear: both;
}
/*留言列表*/
.message_block {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}
.message_title {
	margin-bottom: 8px;
}
.message_title h2 {
	display: inline;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}
.message_title span {
	color: #999;
	font-size: 13px;
	margin-left: 10px;
}
.message_block p {
	color: #555;
	line-height: 1.8;
	font-size: 14px;
}
.msgflag {
	color: #00913A;
	font-size: 12px;
	margin-left: 5px;
}
.message_replay {
	background: #f8f8f8;
	border-left: 3px solid #00913A;
	padding: 10px 15px;
	margin-top: 10px;
	font-size: 13px;
	color: #666;
	line-height: 1.8;
	border-radius: 0 4px 4px 0;
}
.message_replay strong {
	color: #00913A;
}
.message_info {
	color: #aaa;
	font-size: 12px;
	margin-top: 8px;
}

@media screen and (max-width: 1200px) {
	
}
/*案例样式*/
.caselist {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.caselist ul {
}
.caselist ul li {
	width: 380px;
	height: 300px;
	overflow: hidden;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	float: left;
	display: block;
	margin: 10px;
}
.caselist ul li img {
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	height: 253px;
	width: 380px;
	display: block;
}
.caselist ul li a:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
@media screen and (max-width: 1200px) {
.caselist {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}	
.caselist ul li {
	width: 280px;
	height: 240px;
	overflow: hidden;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	float: left;
	display: block;
	margin: 10px;
}
.caselist ul li img {
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	height: 200px;
	width: 280px;
	display: block;
}
}
/*联系我们*/
.contact {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	line-height: 28px;
	padding-bottom: 30px;
}
.contact1 {
	width: 560px;
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
	color: #555;
	font-size: 14px;
	line-height: 30px;
}
.contact1 img {
	float: left;
}

.contact2 {
	width: 600px;
	float: right;
}
.contact2 strong {
	display: block;
	padding-top: 20px;
	text-align: center;
	line-height: 40px;
}

.contact2 form p {
	margin-bottom: 15px;
}
.contact2 label {
	display: inline-block;
	width: 60px;
	text-align: right;
	color: #666;
	font-size: 14px;
	margin-right: 10px;
	vertical-align: top;
}
.contact2 input[type="text"],
.contact2 input[type="tel"],
.contact2 input[type="email"] {
	width: 420px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	outline: none;
	transition: border-color .2s;
}
.contact2 textarea {
	width: 420px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	outline: none;
	resize: vertical;
	transition: border-color .2s;
}
.contact2 input:focus,
.contact2 textarea:focus {
	border-color: #00913A;
}
.contact2 .submit-area {
	padding-left: 70px;
}
.contact2 button {
	padding: 10px 40px;
	background: #00913A;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	transition: background .2s;
}
.contact2 button:hover {
	background: #007a30;
}
@media screen and (max-width: 1200px) {
	.contact {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	line-height: 28px;
	padding-bottom: 30px;
}
}
