@charset "UTF-8";
/*网站基本定义*/



div, form, img, ul, ol, li, dl, dt, dd, p, tr, td, body, strong, span, pre {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #484646;
	line-height: 30px;
	height: auto;
	clear: both;
	table-layout: fixed;
	word-break: break-all;
}
img {
	vertical-align: bottom;
	border: 0px;
	display:block;
	margin: auto;
}
ul, li {
	list-style: none;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	color: #353535;
	outline: none;
}
a:hover {
	background-repeat: no-repeat;
	color: #555358;
}
.clear {
	clear: both;
}
#top {
	background: #FAFAFA;
	width: 100%;
	height: 36px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}
.group {
	width:1200px;
	height: auto;
	overflow: hidden;
	line-height:36px;
	margin:0 auto;
}
.top-left {
	float: left;
	width:400px;
	color: #666;
	font-size:14px;
}
.top-right {
	float: right;
}
.top-right ul li {
	float: left;
}
.logo {
	padding: 10px;
	float: left;
}
.group .right {
	float:right;
}
.search {
	overflow: hidden;
	width: 260px;
	float: right;
	border-radius: 1px;
	clear:both;
	margin:10px 0px;
}
.search .input_text {
	width: 213px;
	padding-left: 3px;
	float: left;
	outline: none;
	height: 28px;
	line-height: 28px;
	border: #ccc 1px solid;
}
.search .input_submit {
	background: #ccc url(../images/search.png) no-repeat center;
	color: #FFF;
	float: right;
	width: 40px;
	border: none;
	cursor: pointer;
	outline: none;
	height: 32px;
	line-height: 32px;
}
.phone {
	float: right;
	height:94px;
	line-height:30px;
	background-image: url("../images/tel.jpg");
	background-position: left center;
	margin-left:20px;
	text-indent: 45px;
	margin-left: 30px;
}
.phone span {
	font-size:14px;
	color: #666;
	font-weight:bold;
}
.langu {
	float: right;
	height:94px;
	line-height: 94px;
	text-align: right;
}
.nav {
	background-color: #555358;
	width:100%;
	min-height:47px;
	line-height:47px;
}
.nav ul {
	width:1200px;
	margin: 0 auto;
}
.nav ul li {
	float: left;
	width:120px;
	color: #fff;
	font-size:16px;
	text-align: center;
	position: relative;
}
.nav ul li a {
	color: #FFF;
	display: block;
}
.nav > ul > li > a:hover {
	background: #fb7306;
}
.ui-menu-cont {
	width:140px;
	position:absolute;
	top:47px;
	left:0px;
	display:none;
	z-index: 99999;
}
.ui-menu-cont li {
	width:140px;
	height:40px;
	line-height:40px;
	background:#f76f01;
	border-top:1px solid #fff;
	clear: both;
	opacity: .7
}
.ui-menu-cont li a {
	display: block;
	background:#131212;
}
.ui-menu-cont li:hover {
	opacity:1;
}
.ui-menu-cont li a:hover {
	background: #fb7306;
}
/* 轮播图 */

.web-banner {
	width: 100%;
	margin: 0 auto;
	height: 580px;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.swiper-ani {
	position: absolute;
	right: 25%;
	top: 30%;
	opacity: 0;
}
.add-ani {
 -webkit-animation: fadeInRight 1s ease-in-out .2s forwards;
}
 @keyframes fadeInRight {
 0% {
 opacity: 0;
 transform: translate3d(20%, 0, 0)
}
to {
	opacity: 1;
	transform: none
}
}
.index-prolist {
	width:1200px;
	height: auto;
	overflow: hidden;
	margin: 20px auto;
}
.index-prolist .title {
	min-height: 100px;
	overflow: hidden;
	position: relative;
}
.index-prolist .title .txt-en {
	color:#666666;
	font-size:18px;
	font-weight:bold;
	height: 50px;
	border-bottom: 1px solid #CCC;
}
.index-prolist .title .left-txt {
	background: #0481ff;
	padding: 5px 30px;
	display: inline-block;
	color: #FFF;
	position: absolute;
	left:0;
	top:35px;
	float: left;
}
.index-prolist .title .right-txt {
	background-color: #ecebec;
	padding:5px 30px;
	display: inline-block;
	float: right;
	color: #4e4b4b;
	position: absolute;
	right:0;
	top:35px;
}
.index-prolist ul li {
	float: left;
	width:266px;
	margin-right:44px;
	margin-bottom: 30px;
}
 .index-prolist ul li:nth-child(4) {
 margin-right:0;
}
 .index-prolist ul li:nth-child(8) {
 margin-right:0;
}
.index-prolist ul li .img {
	border:1px solid #CCC;
	border-bottom: 0;
	padding:10px;
}
.index-prolist ul li p {
	line-height:35px;
	text-align: center;
	background: #f1f1f3;
	font-size:14px;
	color:#000000
}
.index-prolist ul li a {
	color: #fff;
}
.index-prolist ul li:hover p {
	background: #a5c8fb;
}
.pic_hover {
	transition: 0.6s;
}
.pic_hover:hover {
	transform: scale(1.08);
}
.container {
	width: 1200px;
	height:auto;
	overflow: hidden;
	margin: 10px auto;
}
.index-about-title {
	padding: 10px auto;
}
.index-about-pic {
	width:530px;
	padding: 10px 0;
	float: left;
}
.index-about-pic img {
	height:350px;
	width: 505px;
}
.index-about-text {
	width:1200px;
	height: 920px;
	float: left;
	margin-left: 0px;
	margin-right:0px;
	font-size: 14px;
	color: #464444;
}
.index-about-text p {
	text-indent: 24px;
	line-height: 40px;
	color: #444242;
}
.index-about-text h3 {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size:20px;
	color: #fbe805;
	font-weight:bold;
	margin-top: 30px;
}
.index-about-service {
	width:240px;
	float: right;
}
.index-about-service p {
	font-size:14px;
	font-weight: bold;
	color: #000;
}
.index-about-service ul li {
	padding-top: 15px;
	width:115px;
	float: left;
	min-height:55px;
	background: #25C2A3;
	margin-right:3px;
	margin-bottom:3px;
	text-align: center;
}
.index-about-service ul li span {
	display: block;
}
.index-about-service ul li a {
	color: #FFF;
}
 .index-about-service ul li:nth-child(2) {
 background: #399ADE;
}
 .index-about-service ul li:nth-child(3) {
 background: #F1C40F;
}
 .index-about-service ul li:nth-child(4) {
 background: #2DCC70;
}
/*首页新闻列表*/

.index-news-left, .index-news-right {
	margin-top: 20px;
	width:730px;
	height:auto;
	overflow: hidden;
	float: left;
}
.index-news-left .txt, .index-news-right .txt {
	border:1px solid #FE7D00;
	width:150px;
	height: 40px;
	line-height:40px;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color: #000;
	float: left;
}
.index-news-left .xian, .index-news-right .xian {
	height:20px;
	border-bottom:1px solid #CCC;
	width:520px;
	float: left;
	margin-left: 5px;
	margin-right:5px;
}
.index-news-left .more, .index-news-right, .more {
	height:40px;
	line-height: 40px;
}
.index-left-pic {
	margin-top: 15px;
	float: left;
}
.index-news-list {
	float: left;
	width: 400px;
	margin-left:10px;
	margin-top:15px;
}
.index-news-list ul li {
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.index-news-list ul li span {
	width:64px;
	display: block;
	height:70px;
	float: left;
	background: #2BC0C4;
	color: #FFF;
	font-size:14px;
	text-align: center;
}
.index-news-list ul li span em {
	display: block;
	margin-top:10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight:bold;
	color: #FFF;
	text-align: center;
}
.index-news-list ul li p {
	float: left;
	margin-left:10px;
	font-size:14px;
	color: #454545;
	font-weight:bold;
	width:320px;
	line-height:30px;
}
 .index-news-list ul li:nth-child(3) {
 background: #F5F3F4;
}
 .index-news-list ul li:nth-child(3) span {
 background: #BF5B5B;
}
 .index-news-list ul li:nth-child(5) span {
 background: #23B14D;
}
.index-news-right {
	width:420px;
	float: right;
	margin-left: 20px;
	height:auto;
	overflow: hidden;
}
.index-news-right .xian {
	width:220px;
}
.new-project {
	margin-top:15px;
}
.new-project ul li {
	padding: 2px 10px;
}
.new-project ul li span {
	height:30px;
	line-height:30px;
	display: block;
	font-size:14px;
	color: #000;
	font-weight:bold;
}
.new-project ul li p {
	font-size:12px;
	line-height:22px;
}
 .new-project ul li:nth-child(odd) {
 background: #F5F3F4;
}
.index-link {
	width:100%;
	height:auto;
	margin-top:20px;
	overflow: hidden;
}
.index-link .shu {
	display: block;
	width:5px;
	height:17px;
	background: #FF7D01;
	float: left;
	margin-top: 30px;
}
.index-link .txt {
	font-size:16px;
	color: #000;
	font-weight:bold;
	float: left;
	margin-left: 10px;
	margin-top:30px;
}
/* 友情链接 */

.link-list {
	border-top: 2px solid #EFEFEF;
	border-bottom:2px solid #EFEFEF;
	height:auto;
	overflow: hidden;
	margin-top: 10px;
}
.scrolltitle {
	height: 24px;
	font-size: 14px;
	width: 742px;
	border-bottom: solid 1px #ddd;
	margin: 20px auto 15px auto;
}
a.abtn {
	display: block;
	height: 130px;
	width: 17px;
	overflow: hidden;
}
a.aleft {
	float: left;
	width: 40px;
	height:40px;
	line-height:40px;
	font-size: 22px;
	border-radius: 40px;
	text-align: center;
	border: 1px solid #CCC;
}
a.agrayleft {
	cursor: default;
	background-position: -34px 50%;
}
a.aright {
	float: right;
	width: 40px;
	height:40px;
	line-height:40px;
	font-size: 22px;
	border-radius: 40px;
	text-align: center;
	border: 1px solid #CCC;
}
a.agrayright {
	cursor: default;
}
.scrolllist {
	width: 1200px;
	height: 80px;
	margin: 30px auto 0;
}
.scrolllist .imglist_w {
	margin-left: 30px;
	width: 1065px;
	height: 80px;
	overflow: hidden;
	float: left;
	position: relative;/*必要元素*/
}
.scrolllist .imglist_w ul {
	width: 20000px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.scrolllist .imglist_w li {
	width: 156px;
	float: left;
	padding: 0 10px;
}
.scrolllist .imglist_w li img {
	padding: 2px;
	border: solid 1px #ddd;
}
.scrolllist .imglist_w li a {
	color: #3366cc;
	text-decoration: none;
	float: left;
}
.scrolllist .imglist_w li a:hover img {
	filter: alpha(opacity=86);
	-moz-opacity: 0.86;
	opacity: 0.86;
}
.scrolllist .imglist_w li p {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	float: left;
}
.foot-menu {
	width: 100%;
	height:auto;
	overflow: hidden;
	background: #f6fcff;
}
.foot-menu .menu {
	width: 1200px;
	height: auto;
	margin:20px auto;
}
.foot-menu .menu dl img {
	vertical-align:middle;
	margin-right: 5px;
}
.foot-menu .menu dl {
	width:200px;
	float: left;
}
.foot-menu .menu dl dt {
	font-size:16px;
	color: #000;
	font-weight:bold;
	margin-bottom: 10px;
	background-color: #e6e6e6;
}
}
.foot-menu .menu dl dd {
	font-size:14px;
	text-indent: 24px;
	line-height: 26px;
	color: #454545;
}
.footer {
	width:100%;
	height:auto;
	overflow: hidden;
	background: #555358;
}
.footer #txt {
	width:1200px;
	height:auto;
	overflow: hidden;
	margin: 20px auto;
	display: block;
	color: #fff;
	position: relative;
}
.footer #txt p {
	line-height: 26px;
}
#img {
	right:10px;
	bottom: 0;
}
.footer #txt a {
	color: #fff
}
.footer #txt a:hover {
	color: #ffe726
}
/*================================关于云泰达======================================*/

.page-banner {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.about-left {
	width: 250px;
	height:auto;
	overflow: hidden;
	float: left;
}
.about-channl {
	width: 248px;
	height:auto;
	overflow: hidden;
	border:1px solid #DDDDDD;
	border-top: none;
}
.about-channl > p {
	font-size:20px;
	height:50px;
	line-height:50px;
	text-indent: 20px;
	background: #0481ff;
	text-align:center;
}
.about-channel ul li {
	padding-right:5px;
}
.about-channl ul li strong {
	display:block;
}
.about-channl ul li strong:hover {
	background:#FF4200;
	color:#fff;
}
.jian {
	float: right;
	color:#777;
	font-size:14px;
	padding-right:10px;
}
.about-channl ul li:hover .jian {
	color:#FFF;
}
.about-left ul {
	width:95%;
	margin: 10px auto;
	background: #f6f6f6;
}
.about-left ul li {
	border-bottom:1px solid #DDD;
	font-size:14px;
	line-height:50px;
	text-indent: 20px;
	background: url(../images/ico_red.png) left center no-repeat;
}
.about-left ul li a {
	display: block;
	color: #666;
}
.about-left ul li a:hover {
	/*background: #FF4200;*/

    color: #000;
}
.about-left ul li:last-child {
	border-bottom: 0;
}
.about-contact {
	margin-top:15px;
	border:1px solid #ddd;
	border-top: none;
}
.about-contact p {
	line-height:35px;
	font-size: 14px;
	color: #666;
	background: none;
	padding-left: 10px;
}
.about-right {
	float: left;
	margin-left:30px;
	width:920px;
	height:auto;
	overflow: hidden;
}
.about-right .position {
	border:1px solid #DDD;
	padding: 10px;
}
.about-right .position .about-shu {
	border-left: 5px solid #1768B9;
	text-indent: 10px;
	font-size: 14px;
	color: #000;
	font-weight:bold;
}
.about-right .position .current {
	float: right;
}
.about-right .content {
	font-size: 16px;
	color: #666;
	line-height:35px;
	margin-top:20px;
	letter-spacing: 1px;
}
.news-list ul li {
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
	height:auto;
	overflow: hidden;
	padding:10px 10px 20px 10px;
}
.news-list ul li:hover {
	background: #F5F5F5;
	cursor: pointer;
}
.news-list .img {
	float: left;
	width:200px;
	height:140px;
	border:1px solid #CCC;
	padding: 1px;
}
.news-list .img img {
	width: 200px;
	height:140px;
}
.news-list .news-group {
	float: left;
	width: 660px;
	margin-left:20px;
}
.news-list .news-group .news-title-txt {
	font-weight:bold;
}
/* 新闻详情*/

.news-title {
	font-size:24px;
	color: #000;
	text-align: center;
	line-height: 60px;
}
.news-content {
	text-align: center;
	color: #676767;
	border-bottom:1px solid #DDD;
	padding-bottom: 15px;
}
.print {
	text-align: right;
}
/*推荐  最新  热门*/

.news-list-tuijian {
	width: 290px;
	margin-top:  20px;
	height:auto;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.news-list-tuijian > p {
	font-size:16px;
	color: #000;
	border-bottom:1px solid #ddd;
	padding-bottom: 10px;
	font-weight:bold;
}
.news-list-tuijian ul li {
	font-size:12px;
	line-height:30px;
	margin-top: 10px;
}
.news-list-tuijian ul li > span {
	width:25px;
	height:25px;
	border:1px solid #DDD;
	line-height:25px;
	border-radius: 25px;
	display: block;
	text-align: center;
	float: left;
	margin-right:5px;
}
/*====================================================产品中心列表================================================================================*/

.product {
	width:100%;
	height:auto;
	overflow: hidden;
	margin-top: 20px;
}
.product ul li {
	float: left;
	width:266px;
	margin-right:60px;
	margin-bottom: 50px;
	position: relative;
}
 .product ul li:nth-child(3n) {
 margin-right:0;
}
.product ul li .img {
	border:1px solid #CCC;
	border-bottom: 0;
	padding:10px;
}
.product ul li p {
	line-height:35px;
	text-align: center;
	background: #bbbbbb;
	font-size:14px;
}
.product ul li a {
	color: #fff;
}
.product ul li:hover p {
	background: #f29b04;
}
.product-nav {
	display: none;
	text-indent: 30px;
	width: 90%;
	margin: 0 auto;
}
.product-nav > a {
	width: 100%;
	height: 35px;
	line-height:35px;
	display: block;
	border-bottom: 1px dashed #DDD;
}
.product-nav > a:last-child {
	border-bottom: none;
}
/*=================================================产品详情=======================================================================*/

.pic-show {
	padding-left: 20px;
}
#wrap {
	width: 920px;
	overflow: hidden;
	margin-top: 50px;
}
#tit {
	height: 40px;
	width: 920px;
	background:#EBEBEB;
	margin-bottom:10px;
}
#tit span {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 150px;
	font-size: 16px;
	text-align: center;
	color: #000;
	background: #EBEBEB;
	cursor: pointer;
}
#con li {
	display: none;
	width: 920px;
	font-size: 14px;
	line-height: 22px;
	height: auto;
	overflow: hidden;
}
#tit span.select {
	background: #A8A8A8;
	color: #000;
}
#con li.show {
	display: block;
}
/* 分页样式 */

.dede_pages {
}
.dede_pages ul {
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li {
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a {
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover {
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,  .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo {
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong {
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
 @media screen and (max-width: 1200px) {
 header {
width: 1200px;
height:auto;
overflow:hidden;
}
 .web-banner {
 width:1200px;
margin:0 auto;
height:580px;
}
 .foot-menu {
 width:1200px;
}
 .footer {
 width:1200px;
}
 .page-banner {
width:1200px;
}
 #top {
width:1200px;
}
}
----------------------------------------------- .newsCon {
 clear: both;
 height: 500px;
 overflow: hidden;
}
.leftNews {
	width: 357px;
	padding-right: 32px;
	background-image: url(../images/spline.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	margin-right: 20px;
}
.rightNews {
	float: right;
	width: 357px;
}
.newsTop {
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	border-bottom: 2px solid #000;
	margin-bottom: 15px;
}
.newsTop h3 {
	float: left;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.newsTop a {
	float: right;
	color: #ccc;
	font-size: 14px;
	background-image: url(../images/newsMore.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.newsContext {
	clear: both;
	height: 440px;
}
.newsCon table td {
	height: 28px;
	line-height: 28px;
}
.newsCon table .ask {
	background-image: url(../images/ask.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.newsCon table .ask a {
	color: #0376c7;
}
.newsCon table .answer {
	background-image: url(../images/answer.jpg);
	background-repeat: no-repeat;
	background-position: left 6px;
}
.newsCon table td a {
	margin-left: 30px;
	font-size: 14px;
}
.mewsBPic {
	display: block;
	width: 357px;
	height: 141px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.newsContext ul li {
	line-height: 36px;
	height: 36px;
	background-image: url(../images/dot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dashed #ccc;
}
.newsContext ul li a {
	color: #606060;
	font-size: 14px;
	margin-left: 15px;
}
.topNews h2 {
	line-height: 30px;
}
.topNews h2 a {
	font-size: 18px;
	color: #0376c7;
}
.topNews p {
	line-height: 24px;
	font-size: 14px;
	height: 85px;
}
.moreN {
	display: block;
	color: #0376c7;
	font-size: 14px;
}
.pageBotm {
	background-color: #232323;
	clear: both;
}
.pageDBox {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
.linkLine {
	overflow: hidden;
}
.linkLine img {
	float: left;
}
.linkLine p {
	width: 992px;
	float: right;
	line-height: 30px;
}
.linkLine p a {
	font-size: 14px;
	color: white;
	margin: 0 7px;
}
.linkLine p a:hover {
	text-decoration: underline;
}
.subNav {
	clear: both;
	margin-top: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #0376c7;
	height: 40px;
	font-size: 14px;
	color: white;
}
.subNav a {
	font-size: 14px;
	color: white;
	margin: 0 10px;
}
.pageDLine {
	overflow: hidden;
	margin-top: 35px;
}
.pageDLine p {
	float: left;
	font-size: 14px;
	color: white;
	line-height: 26px;
}
.pageDLine p span {
	font-size: 14px;
	color: white;
	margin-right: 30px;
}
.pageDLine p a {
	color: white;
	margin-right: 30px;
}
.ewm {
	float: right;
}
.pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #09f;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #09f;
	color: #fff;
	cursor: default;
}
.honerLine {
	height: 190px;
	clear: both;
	padding-bottom: 105px;
	background-image: url(../images/shadow.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-top:30px;
}
.honerLine ul {
	overflow: hidden;
}
.honerLine ul li {
	float: left;
	margin-left: 32px;
	height: 183px;
	border: 1px solid #ccc;
}
.honerLine ul li img {
	display: block;
	width: 244px;
	height: 183px;
}
#demo {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
.mb20 {
	margin-bottom: 20px;
}
/* 内页侧栏 */
.side {
	width: 230px;
}
.sideBox {
	border: 1px solid #dadada;
	border-top: none;
}
.side h2 {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #008ed6;
}
.bestBuy .bd {
	text-align: center;
	padding: 8px 0;
}
.bestBuy .bd img {
	width: 240px;
	height: 190px;
	padding: 2px;
	border: 1px solid #dadada;
	transition: 0.3s;
}
.bestBuy .bd span {
	color: #666;
	display: inline-block;
	padding: 1px 0;
	width: 190px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.3s;
}
.bestBuy .bd a:hover span {
	color: #fd8900;
}
.bestBuy .bd a:hover img {
	border-color: #fd8900;
	transition: 0.3s;
}
/*公共类代码*/

.w {
	width:1200px;
	margin:0 auto;
	height:130px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.al {
	text-align: left;
}
.ac {
	text-align:center;
}
.a人 {
	text-align:right;
}
.hide {
	display:none;
}
.bg-white {
	background-color: #fff;
}
.con-title1 {
	padding:22px 0 0px;
}
.title-l {
	color:#333;
}
.title-r {
	font-size:16px;
	line-height:58px;
}
.title-r a {
	display: inline-block;
	padding-right:38px;
	position: relative;
}
.title-r .cir {
	position: absolute;
	right:10px;
	top:20px;
	padding:4px;
	width: 12px;
	height: 12px;
	border-radius: 16px;
	font-size: 12px;
	line-height: 12px;
	background: #b0b0b0;
	color: #fff;
	vertical-align: 1px;
 transition: background .2s linear;
}
.title-r a:hover .cir {
	background:#ee2d23;
 transition: background .2s linear;
}
.md-contact {
	padding-top:43px;
}
.productindex {
	width:234px;
	height:300px;
 transition: all .2s linear;
}
.productindex:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -2px, 0);
 transition: all .2s linear;
}
.product02 {
	margin-top:14px;
}
/*热点产品结束*/







/*最新案例开始*/

.con-title {
	padding:22px 0 0px;
}
.con-title1 {
	padding:22px 0 0px;
}
.title-l {
	color:#333;
}
.title-r {
	font-size:16px;
	line-height:58px;
}
.title-r a {
	display: inline-block;
	padding-right:38px;
	position: relative;
}
.title-r .cir {
	position: absolute;
	right:10px;
	top:20px;
	padding:4px;
	width: 12px;
	height: 12px;
	border-radius: 16px;
	font-size: 12px;
	line-height: 12px;
	background: #b0b0b0;
	color: #fff;
	vertical-align: 1px;
 transition: background .2s linear;
}
.title-r a:hover .cir {
	background:#ee2d23;
 transition: background .2s linear;
}
.cir img {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.anli {
	height:614px;
}
.anli-fl {
	width:auto;
 transition: all .2s linear;
}
.anli-fr {
	width:960px;
}
.anli-fl:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -2px, 0);
 transition: all .2s linear;
}
.anli-fr li {
	width:222px;
	height:300px;
	float: left;
	background:#f5f4f4;
	margin-left:18px;
 transition: all .2s linear;
	text-align: center;
}
.anli-fr li:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	transform: translate3d(0, -2px, 0);
 transition: all .2s linear;
}
 .anli-fr li:nth-child(5), .anli-fr li:nth-child(6), .anli-fr li:nth-child(7), .anli-fr li:nth-child(8) {
 margin-top:14px;
}
.anli-pic {
	height:151px;
	padding-top:51px;
}
.anli-pic img {
	display: inline-block;
}
.anli-title a {
	corlor:#333;
	font-size: 14px;
}
.anli-title a:hover {
	color:#333;
}
.desc {
	margin: 0 10px 10px;
	height: 22px;
	font-size: 12px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	_zoom: 1;
	color: #b0b0b0;
}
.anli-name {
	font-size: 14px;
	margin: 0 10px 14px;
	text-align: center;
	color: #ff6700;
}
/*最新案例结束*/

.clearfix:before, .clearfix:after {
	content:"";
	display: table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
 *zoom:1;
}
.index-prolist ul li:nth-child(12) {
margin-right: 0;
}
#wrap .show div {
	text-align:center;
}

.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}

.ab_pages ul{display:inline-block;margin:0 auto;padding:0}

.ab_pages ul  a{color:#333;display:block;padding: 2px 8px;  border: 1px solid #f5f5f5;float: left;margin: 0 5px;border-radius: 4px}

.ab_pages ul  .page-num{color:#333;display:block;padding: 2px 8px;  border: 1px solid #f5f5f5;float: left;margin: 0 5px;}

.ab_pages ul  a.page-num-current{ background:#f5f5f5;}
