* {
	padding: 0;
	margin: 0;
	outline: 0;
}

html,
body,
div {
	padding: 0;
	margin: 0;
	outline: 0;
	font-family: "microsoft yahei";
}

input,
button,
select,
textarea,
img {
	outline: none;
	border: none;
	background: none;
}

ul,
li,
ol,
dd,
dt,
dl {
	list-style: none;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

body {
	color: #535353;
	font-size: 14px;
	min-width: 1310px;
	/* background: url(../img/bg.png) repeat left top; */
	background: #fefefe;
}

a {
	color: #555555;
	text-decoration: none;
}

a:hover {
	color: #555555;
	text-decoration: underline;
}

#top {
	width: 100%;
	font-size: 12px;
	background-image: linear-gradient(to top,#f2f2f2,white);
	background: #f2f2f2\9;
	border-bottom: 1px solid #ccc;
}
.chuangyFixedNav{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
}
.chuangyFixedNav .nav{
	height: 50px;
}
.chuangyFixedNav .nav>a>img.nav-logo{
	margin-top:0;
	width: 200px;
	height: 37px;
	margin-top: 6px;
	
}
.chuangyFixedNav .nav>ul.nav-list{
	height: 50px;
	line-height: 50px;
}
.chuangyFixedNav .nav>ul.nav-list li .sub-menu1{
	top:45px
}
.top-bar {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #cac9c8;
}

.top-bar span {
	/* margin-left: 52px; */
	height: 40px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}

.top-tel {
	background: url(../img/tel.png) no-repeat center left;
	padding-left: 20px;
}

.top-phone {
	background: url(../img/tel2.png) no-repeat center left;
	padding-left: 20px;
}

.top-email {
	background: url(../img/email.png) no-repeat center left;
	padding-left: 20px;
}

.top_right {
	width: 260px;
	height: 28px;
	/* background: url(../img/line.png) no-repeat left top; */
	float: right;
	margin-right: 20px;
	margin-top: 6px;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
}

.search {
	width: 100px;
	height: 28px;
	line-height: 28px;
	margin: 1px 0 0 9px;
	float: left;
}

.top-sousuo {
	display: inline-block;
	width: 19px;
	height: 19px;
	float: right;
	background: url(../img/sousuo.png);
	margin: 5px 8px 0 0;
}

.nav {
	height: 100px;
	width: 1110px;
	margin: 5px auto;
}


/*.nav-fixed{
	position: fixed;
	top: -73;
	left:0;
	right: 0; 
	border: none;
	background: url(../img/bg.png) repeat left top;
}*/

.fadeNav {
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: url(../img/bg.png) top left;
	z-index: 1000;
	border: 1px solid #cac9c8;
}

.fadeNav img {
	width: 150px;
	height: 56px;
	margin-left: 90px;
	margin-top: 10px;
}

.fadeNav ul {
	float: right;
}

.fadeNav .menu {
	/* width: 144px; */
	height: 74px;
	float: left;
	border-left: 1px solid #cac9c8;
	text-align: center;
	font-size: 15px;
	line-height: 74px;
}

.nav-logo {
	display: inline-block;
	float: left;
	width: 260px;
	height: 52px;
	margin-top: 20px;
}

.nav-list {
	width: 800px;
	height: 100px;
	line-height: 100px;
	float: right;
	position: relative;
}

.nav-list li.menu {
	float: left;
	padding-left:53px;
	font-size: 16px;
	position: relative;
}



.nav-list li.menu>a:hover {
	text-decoration: none;
	border-bottom: 2px solid #4281c4;
}

.nav-list li.menu span {
	display: inline-block;
	height: 49px;
	text-align: center;
	font-size: 16px;
	word-break: break-all;
}

.nav-list-home {
	background: url(../img/home.png) no-repeat top center;
}

.nav-list-about {
	background: url(../img/about.png) no-repeat top center;
}

.nav-list-pro {
	background: url(../img/pro.png) no-repeat top center;
}

.fadeNav .sub-menu1 {
	margin-top: -5px;
}

.fadeNav .sub-menu1 li {
	height: auto;
}

.sub-menu1 {
	display: none;
	position: absolute;
	top: 70px;
	text-align: center;
	font-weight: bold;
	background: #4281c4;
	font-size: 14px;
	z-index: 2000;
	width: 114px;
	border-radius: 5px;
}

.sub-menu1 li {
	width: 114px;
	height: 35px;
	float: left;
	text-align: center;
	font-weight: normal;
}
.sub-menu1 li:last-child{border:none;}
.sub-menu1 li a{
	width: 114px;
	text-align: center;
	height: 35px !important;
	line-height: 35px;
	color: #fff;
	display: inline-block;
	float: left;
	}
.sub-menu1 li a:hover{color:#fff; border:none !important;}

.nav-list-cata {
	background: url(../img/cata.png) no-repeat top center;
}

.nav-list-work {
	background: url(../img/workshop.png) no-repeat top center;
}

.nav-list-news {
	background: url(../img/news.png) no-repeat top center;
}

.nav-list-con {
	background: url(../img/contact.png) no-repeat top center;
}

#banner {
	height: 600px;
}

#banner img {
	width: 100%;
	height: 100%;
}

#content {
	width: 100%;
	text-align: center;
	background: #f2f2f2;
	/*background: url(../images/bg-about.jpg) center left no-repeat;*/
	background-attachment: fixed;
}

.con-main {
	width: 1110px;
	margin: 0px auto;
	/* margin-top: 32px; */
}

.pro {
	width: 1110px;
	color: #fff;
	overflow: hidden;
}

.pro-left {
	width: 252px;
	height: 342px;
	background: url(../images/cate2.jpg) 0 0 no-repeat;
	background-color: #4b86c1;
	float: left;
	overflow: hidden;
	padding: 40px 0 0 40px;
	box-sizing: border-box;
}

.cate-title {
	color: #aaa;
	text-align: right;
	padding: 10px 20px 0 0;
}

.clearfix {
	float: none;
	clear: both;
}

#carousel {
	position: relative;
}

#carousel ul {
	display: block;
	margin: 0;
	padding: 0;
}

#carousel li {
	width: 258px;
	height: 300px;
	display: block;
	padding: 0;
	margin: 6px 6px 6px 17px;
	float: left;
}

#carousel li img {
	display: inline-block;
	float: left;
	width: 100%;
	height:200px;
	margin-top: 14px;
	transition: all 1s;
}
#carousel li img:hover{
	transform: scale(0.9);
}
#carousel li span {
	display: inline-block;
	float: left;
	width: 262px;
	height: 25px;
	line-height: 25px;
	color: #555;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	font-family: arial;
	font-weight: normal;
	margin-top: 30px;
}

#carousel li a {
	display: block;
}

#carousel li a:hover {
	text-decoration: underline;
}

#carousel .next {
	background: url(../img/next.png) no-repeat left top;
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	font-size: 60px;
	text-align: center;
	color#fff;
	position: absolute;
	top: 34%;
}

#carousel .prev {
	background: url(../img/pre.png) no-repeat left top;
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	font-size: 60px;
	text-align: center;
	color#fff;
	position: absolute;
	top: 34%;
}

#carousel .prev {
	left: 0;
}

#carousel .prev:hover {
	left: 0;
}

#carousel .next {
	right: 0;
}

#carousel .next:hover {
	right: 0;
}

.pro-left-title {
	display: block;
	line-height: 35px;
	font-size: 26px;
	text-align: left;
	color: #fff;
}

.pro-left-list {
	width: 186px;
	height: 44px;
	line-height: 44px;
	margin: 0 40px;
	text-align: left;
	background: url(../img/jiantou.png) no-repeat left center;
	padding-left: 16px;
}

.pro-left-list a {
	color: #fff;
	text-decoration: none;
}

.pro-left-list a:hover {
	color: #fff;
	text-decoration: underline;
}

.pro-right {
	width: 855px;
	height: 342px;
	float: right;
	overflow: hidden;
	background: #fff;
}

.slideGroup {
	width: 855px;
	text-align: left;
}

.slideGroup.slideBox {
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 10px 28px;
	position: relative;
	border: 1px solid #0f0;
}

.slideGroup .sPrev,
.slideGroup .sNext {
	position: absolute;
	left: 5px;
	top: 90px;
	display: block;
	width: 30px;
	height: 94px;
	background: #000;
	opacity: 0.3;
	z-index: 800;
}

.slideGroup .sNext {
	left: auto;
	right: 5px;
	background: #000
}

.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
	border-color: #f60;
}

.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}

.slideGroup .parBd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.slideGroup .parBd ul li .pic {
	text-align: center;
}

.slideGroup .parBd ul li .pic img {
	width: 244px;
	height: 222px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

.slideGroup .parBd ul li .pic a:hover img {
	opacity: 0.9;
}

.slideGroup .parBd ul li .title {
	line-height: 71px;
}

.news {
	height: 300px;
	text-align: left;
	overflow: hidden;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.news-about {
	width: 25%;
	overflow: hidden;
	float: left;
	margin-top: 11px;
	position: relative;
}

.news-about img {
	width: 100%;
}

.news-about-con {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: 8px;
}

.news-more {
	width: 86px;
	height: 40px;
	text-align: center;
	float: right;
}

.news-more a {
	color: #999;
}

.news-right {
	width: 70%;
	height: 437px;
	float: right;
}

.news-right h4 {
	color: #123175;
	font-size: 23px;
	line-height: 55px;
}

.news-right ul li {
	height: 56px;
	width: 45%;
	margin-right: 36px;
	margin-bottom: 15px;
	float: left;
	border-bottom: 1px dotted #ddd;
}

.news-right ul li span {
	display: inline-block;
}

.news-right-data {
	width: 67px;
	height: 50px;
	color: #666;
	text-align: left;
	line-height: 20px;
	font-size: 12px;
	float: left;
}
.news-right-data font{
	display: block;
	font-size: 16px;
}
.news-right-con {
	width: 251px;
	height: 56px;
	float: right;
	font-size: 14px;
}
.news-right-con a{
	width: 240px;
	height:31px;
	line-height: 31px;
	display: block;
	text-overflow:ellipsis;
	word-break: keep-all; 
	white-space:nowrap;	
	overflow:hidden;
	
}
.news-right-con p{
	width: 240px;
	font-size: 12px;
	color: #999; 
	height:25px;
	text-overflow:ellipsis;
	word-break: keep-all; 
	white-space:nowrap;	
	overflow:hidden;}
.inscase {
	overflow: hidden;
	padding: 10px 0;
}

.inscase-title {
	width: 23%;
	height: 273px;
	background-color: #e46130;
	float: left;
	line-height: 273px;
	font-size: 26px;
	color: #fff;
}

.inscase-right {
	width: 77%;
	height: 342px;
	float: right;
	overflow: hidden;
	/* background: url(../img/ins-line.png) no-repeat left 218px; */
}

#carousel2 ul { display: block; margin: 0; padding: 0; }
#carousel2 li {width: 258px;height: 300px;display: block;padding: 0;margin: 0 6px 0 17px;float: left;}
#carousel2 li:hover img{transform:scale(0.9);border: 1px dotted #eee;}
#carousel2 li img {display: inline-block;float: left;width: 100%;height:200px;margin-top: 14px;transition: all 1s;}
#carousel2 li span { display: inline-block; float: left; width: 262px; height: 25px; line-height: 25px; color: #555; font-size: 15px; font-weight: bold; text-align: center; font-family: arial; font-weight: normal; margin-top: 30px; }
#carousel2 li a { display: block; }
#carousel2 li a:hover { text-decoration: underline; }
#carousel2 .next2 {background: url(../img/next.png) no-repeat left top; background-size: 100%; display: block; overflow: hidden; width: 40px; height: 40px; font-size: 60px; text-align: center; position: absolute; top: 34%; }
#carousel2 .prev2 {background: url(../img/pre.png) no-repeat left top; background-size: 100%; display: block; overflow: hidden; width: 40px; height: 40px; font-size: 60px; text-align: center; position: absolute; top: 34%;}
#carousel2 .prev2 {left: 0; }
#carousel2 .prev2:hover {left: 0; }
#carousel2 .next2 {right: 0; }
#carousel2 .next2:hover {right: 0; }

#footer {
	width: 100%;
	text-align: center;
	background: #333;
}

.footer-con {
	width: 1110px;
	margin: 0px auto;
	overflow: hidden;
}

.footer-logo {
	width: 191px;
	height: 71px;
	float: left;
	margin-top: 64px;
}

.footer-logo img {
	width: 100%;
	height: 100%;
}

.footer-add {
	width: 100%;
	line-height: 28px;
	text-align: center;
}

.footer-add h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}

.footer-add span {
	font-size: 14px;
	display: inline-block;
	color: #fff;
	width: 20%;
	text-align: left;
	padding-left: 35px;
	vertical-align: top;
}

.footer-add-address {
	background: url(../images/ico_add.png) no-repeat  left center;
}

.footer-add-tel {
	background: url(../images/ico_tel.png) no-repeat left center;
}

.footer-add-tel2 {
	background: url(../images/ico_qq.png) no-repeat left center;
}

.footer-add-eamil {
	background: url(../images/ico_email.png) no-repeat  left center;
}

.footer-nav {
	width: 100%;
	margin: 35px 0;
	overflow: hidden;
}

.footer-nav ul {
	float: left;
	font-size: 15px;
	text-align: left;
	width: 100%;
	overflow: hidden;
}

.footer-nav ul li {
	height: 50px;
	line-height: 24px;
	float: left;
	color:#999;
	width: 14%;
	border-right: 1px solid #000;
	margin: 0 14px;
}
.footer-nav ul li:last-child{border:none;}
.footer-nav a{color:#999;font-weight:bold;}
.footer-copy {
	width: 100%;
	float: left;
	height: 34px;
	line-height: 34px;
	margin-top: 30px;
	border-top: 1px solid #000;
	color: #f2f2f2;
}

.footer-copy-left {
	float: left;
}

.footer-copy-right {
	float: right;
}


/*Ã©Â¦â€“Ã©Â¡Âµbanner*/


/*Ã¦Ââ€™Ã¤Â»Â¶Ã¦Â Â·Ã¥Â¼Â*/

.caroursel {
	margin: 10px auto;
}

.poster-main {
	position: relative;
	width: 1920px;
	height: 470px
}

.poster-main a,
.poster-main img {
	display: block;
}

.poster-main .poster-list {
	width: 1920px;
	height: 470px
}

.poster-main .poster-list .poster-item {
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 8px 10px #dadada;
}

.poster-main .poster-btn {
	position: absolute;
	height: 100%;
	width: 100px;
	top: 0px;
	z-index: 10;
	opacity: 0.3;
}

.poster-main .poster-prev-btn {
	left: 0px;
	background: url("../images/btn_l.png") no-repeat center center;
}

.poster-main .poster-next-btn {
	right: 0px;
	background: url("../images/btn_r.png") no-repeat center center;
}

.youshi {
	font-size: 0;
	background: #fff;
	padding: 20px 0;
	border-top: 10px solid #f2f2f2;
	border-bottom: 10px solid #f2f2f2;
}

.youshi li {
	display: inline-block;
	width: 24%;
	font-size: 16px;
	text-align: center;
	border-right: 1px solid #eee;
}

.youshi li:last-child {
	border: none;
}

.youshi img {
	width: 80px;
	height: 80px;
}

.youshi a {
	display: block;
}

.youshi a:hover {
	text-decoration: none;
}

.about {
	/* background: url(../images/bg-about.jpg) center left no-repeat; */
	/* background-attachment:fixed; */
	margin-top: 100px;
	height: 325px;
}

.about-box {
	width: 1110px;
	height: 300px;
	vertical-align: top;
}

.about-box img {
	float: left;
	width: 40%;
	vertical-align: top;
}

.about-con {
	float: left;
	width: 60%;
	height: 305px;
	background: #fff;
	vertical-align: top;
}

.about-title {
	font-size: 24px;
	text-align: left;
	margin: 60px 0 30px 20px;
}

.about-txt {
	text-align: left;
	line-height: 26px;
	margin: 20px;
	width: 550px;
}

.about a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #333;
	color: #fff;
	display: block;
	border-radius: 20px;
	float: right;
	margin-right: 96px;
}

.con-bg {
	background: #f2f2f2;
}

..project {
	width: 890px;
	border-top: 2px solid #c00;
}

.project .hd {
	overflow: hidden;
}
.project .hd ul{text-align:right;}
.project .hd li {
	position: relative;
	height: 37px;
	line-height: 37px;
	text-align: center;
/* 	float: right; */
	display:inline-block;
	font: normal 14px/37px "Microsoft YaHei";
	_font-weight: bold;
	cursor: default;
	padding: 0 20px;
	background: #6484be;
	color: #fff;
	border-radius: 10px 10px 0 0;
	margin: 0 8px;
}

.project .hd li.on {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #333;
}

.project .bd {
	/* border: 1px solid #ddd; */
	border-top: 0;
	background: #fff;
}

.project .lh {
	overflow: hidden;
}

.project .lh li {
	width: 156px;
	padding: 0 10px;
	float: left;
}

.project .lh li .p-img {
	width: 130px;
	height: 132px;
	padding: 30px 13px 0 13px;
	margin: 0 auto;
	text-align: center;
}

.project .lh li .p-name {
	height: 36px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	overflow: hidden;
}

.project .lh li .p-price {
	color: #999;
}

.project .lh li .p-price strong {
	color: #c00;
	font-size: 14px;
	font-family: verdana;
}
.news-title{font-size: 18px;font-weight: bold;float: left;}




.tx-prolists{
	width: 100%;
	overflow: hidden;
	text-align: left;
}
.tx-pro{
	width: 33%;
	height:239px;
	overflow: hidden;
	float: left;
	padding: 10px;
	text-align: center;
	margin-bottom: 15px;
}

.tx-pro-img{
	width:260px;
	height: 200px;
	float: left;
	transition: all 1s;
}
.tx-pro-img:hover{
	transform: scale(0.9);
}
.tx-pro-img img{
	width: 100%;
	height: 100%;
}
.tx-pro-ri{
	width: 100%;
	height: auto;
	float: right;
}
.tx-pro-ri h4{
	line-height: 12px;
	margin: 10px 0px;
}
.tx-pro-ri h4 a{
	color: #555;
	font-size: 14px;
}
.tx-pro-ri h4 a:hover{
	color: #e46130;
}
.tx-pro-ri p{
	height: 60px;
	line-height: 20px;
	overflow: hidden;

}


.pre-next{
margin-top: 20px;
	overflow: hidden;
}
.pre-next ul li{
	width: 50%;
	float: left;
}
.pre-next ul li span{
	width: 50px
	height: 100px;
	float: left;
	text-align: center;
	padding-top: 4px;
}
.pre-next ul li h4{
	width:426px;
	float: right;
	line-height: 20px;
	padding: 5px 5px;
	word-wrap: break-word;
	text-align: left;
	font-size: 14px;
	color: #333;
}
.tx-pro-sec {width: 100%;height: 300px;}
.tx-pro-sec .tx-pro-img {width: 400px;height: 300px;}
.tx-pro-sec .tx-pro-ri{width: 580px;height: auto;float: left;
	padding-left: 40px;}
.tx-pro-sec .tx-pro-ri p{line-height: 25px;height: 25px;}
/*固定侧边栏Style*/
.cyFixedNav{
	width: 44px;
	height: 176px;
	background: #6484bf url(../img/cyrfixed-bg.png) no-repeat left  center;
    position: fixed;
    right:50%;
    margin-right: -665px;
    top: 30%;	
    border-radius: 22px;  
	z-index: 10000;
    
}
.cyFixedNav a{
	width: 44px;
	height: 44px;
	display: block;
	
}
.cyFixedNav .cylianxi{
	margin-top: 15px;
}
.cyFixedNav .cytell{
    position: relative;
    left: 0;
    top: 0;	
}
.cyFixedNav .cytell span{
	width: 132px;
	min-height: 88px;
	position: absolute;
	right: 0;
	margin-right: 52px;
	top: 0;
	background: #6484bf;
	border-radius: 5px;
	color: #fff;
	padding: 10px;
	display: none;
}
.cyFixedNav .cytell span i{
	width: 0px;
	height: 0px;
	border: 8px solid transparent;
	border-left-color: #6484bf;
	position: absolute;
	top:20px;
	right: 0;
	margin-right: -16px;
}
.cyFixedNav .cytell span p{
	margin-top: 5px;
}
.cyFixedNav .cytell:hover span {
	display: block;
}