﻿@charset "utf-8";

#main{
	width:100%;
	height:auto;
	overflow:hidden;
}

/*公共头部*/
#header{
	width:100%;
	height:auto;
}
#header .head{
	width:1200px;
	height:55px;
	margin:0px auto;
}
#header .head .str{
	width:440px;
	height:35px;
	overflow:hidden;
	line-height:35px;
	font-size:12px;
	color:#979696;
	float:left;
}
#header .head form{
	display:block;
	width:310px;
	height:55px;
	float:right;
	position:relative;
}
#header .head form .input{
	width:227px;
	height:30px;
	padding:0px 15px;
	border:1px solid #e0e0e0;
    border-right:0px;
	border-radius:2px;
	position:absolute;
	right:38px;
	top:12px;
	font-size:12px;
}
#header .head form .submit{
	width:38px;
	height:32px;
	padding-left:20px;
	position:absolute;
	right:0px;
	top:12px;
	background-image:url(../Images/bgn4.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#ffffff;
}
#header .head .tel{
	display:inline-block;
	height:32px;
	float:right;
	margin-top:12px;
	max-width:200px;
	padding-left:25px;
	background-image:url(../Images/bgn3.png);
	background-repeat:no-repeat;
	background-position:left center;
	line-height:32px;
	font-size:14px;
	color:#4c67d0;
}
#header .header{
	width:1200px;
	height:69px;
	margin:0px auto;
	position:relative;
}
#header .header .nav{
	width:720px;
	height:69px;
	position:absolute;
	right:0px;
	top:0px;
	overflow:hidden;
}
#header .header .nav .navList{
	width:87px;
	height:69px;
	float:right;
}
#header .header .nav .onfocus{
	background-color:#3953b9;
	background-image:url(../Images/bgn2.png);
	background-repeat:repeat-x;
	background-position:center top;
}
#header .header .nav .navList .name{
	width:100%;
	height:65px;
	line-height:70px;
	text-align:center;
	color:#3f3e3e;
	font-size:16px;
}
#header .header .nav .onfocus .name{
	color:#ffffff;
	background-image:url(../Images/bgn1.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

#banner{
	width:100%;
	height:550px;
	position:relative;
}
#banner .lunbo{
	width:100%;
	height:550px;
}
#banner .lunbo .swiper-container {
    width: 100%;
    height: 550px;
}
#banner .lunbo .swiper-slide {
	background-repeat:no-repeat;
	background-position:center top;
}
#banner .lunbo .swiper-pagination{
	bottom:25px;
}
#banner .lunbo .swiper-pagination span{
	background-color:#ffffff;
	opacity:1;
	margin:0px 5px;
	width:10px;
	height:10px;
	border-radius:5px;
}
#banner .lunbo .swiper-pagination .swiper-pagination-bullet-active{
	width:30px;
}

#banner1{
	width:100%;
	height:305px;
	position:relative;
}
#banner1 .lunbo{
	width:100%;
	height:305px;
}
#banner1 .lunbo .swiper-container {
    width: 100%;
    height: 305px;
}
#banner1 .lunbo .swiper-slide {
	background-repeat:no-repeat;
	background-position:center top;
}
#banner1 .lunbo .swiper-pagination{
	bottom:25px;
}
#banner1 .lunbo .swiper-pagination span{
	background-color:#ffffff;
	opacity:1;
	margin:0px 5px;
	width:10px;
	height:10px;
	border-radius:5px;
}
#banner1 .lunbo .swiper-pagination .swiper-pagination-bullet-active{
	width:30px;
}

/*公共底部*/
#footer{
	width:100%;
	height:auto;
	background-color:#4e5260;
	padding:40px 0px;
}
#footer .footer{
	width:1200px;
	height:auto;
	margin:0px auto;
	line-height:30px;
	color:#b8babf;
	text-align:center;
}
#footer .footer a{
	color:#b8babf;
}

.backTop{
	width:50px;
	height:50px;
	position:fixed;
	right:50px;
	bottom:50px;
	background-color:#ffc847;
	background-image:url(../Images/bgn26.png);
	background-repeat:no-repeat;
	background-position:center;
	display:none;
}
.backTop:hover{
	background-color:#4c67d0;
}

/*首页样式*/
#index{
	width:100%;
	height:auto;
	background-color:#f5f5f5;
}
#index .index{
	width:1200px;
	height:280px;
	padding-top:45px;
	/*padding-bottom:40px;*/
	margin:0px auto;
}
#index .index .about{
	width:560px;
	height:280px;
	float:left;
}
#index .index .about .top{
	width:560px;
	height:121px;
	margin-bottom:14px;
}
#index .index .about .top .sortName{
	width:90px;
	height:121px;
	padding:0px 10px;
	background-color:#ffc847;
	float:left;
	position:relative;
}
#index .index .about .top .sortName .Ch{
	width:90px;
	height:60px;
	border-bottom:1px solid #242424;
	line-height:80px;
	text-align:center;
	color:#111111;
	font-size:20px;
}
#index .index .about .top .sortName .En{
	width:90px;
	height:60px;
	line-height:40px;
	text-align:center;
	color:#545454;
	font-size:16px;
}
#index .index .about .top .sortName .icon{
	width:32px;
	height:34px;
	background-image:url(../Images/bgn5.png);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	right:-32px;
	bottom:0px;
	display:none;
}
#index .index .about .top .sortName .icon a{
	display:block;
	width:100%;
	height:100%;
}
#index .index .about .top .sortName:hover .icon{
	display:block;
}
#index .index .about .top .picture{
	width:450px;
	height:121px;
	float:right;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}
#index .index .about .top .picture a{
	display:block;
	width:100%;
	height:100%;
}
#index .index .about .title{
	width:560px;
	height:35px;
	line-height:35px;
	font-size:18px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color:#171717;
}
#index .index .about .content{
	width:560px;
	height:100px;
	line-height:25px;
	overflow:hidden;
	color:#646464;
	font-size:13px;
}
#index .index .news{
	width:580px;
	height:280px;
	overflow:hidden;
	float:right;
}
#index .index .news .top{
	width:580px;
	height:35px;
	border-bottom:1px solid #c0bebe;
	margin-bottom:14px;
}
#index .index .news .top .sortName{
	display:inline-block;
	max-width:200px;
	height:35px;
	padding:0px 5px;
	border-bottom:1px solid #242424;
	line-height:35px;
	font-size:20px;
	color:#111111;
	float:left;
}
#index .index .news .top .more{
	width:60px;
	height:35px;
	padding:0px 5px;
	line-height:45px;
	text-align:right;
	float:right;
	color:#a4a4a4;
}
#index .index .news ul{
	width:570px;
	height:230px;
	overflow:hidden;
	padding:0px 5px;
}
#index .index .news ul li{
	width:570px;
	height:35px;
	border-bottom:1px dashed #dcdcdc;
	position:relative;
}
#index .index .news ul li.open{
	height:96px;
	padding:10px 0px;
}
#index .index .news ul li .title{
	width:455px;
	height:35px;
	line-height:35px;
	padding-left:20px;
	float:left;
	overflow:hidden;
	color:#171717;
	position:relative;
}
#index .index .news ul li .title a{
	color:#171717;
}
#index .index .news ul li .title .dian{
	width:20px;
	height:35px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../Images/bgn13.png);
	background-repeat:no-repeat;
	background-position:center;
}
#index .index .news ul li.open .title{
	width:365px;
	height:auto;
	max-height:64px;
	line-height:32px;
	float:left;
	overflow:hidden;
	color:#4c67d0;
}
#index .index .news ul li.open .title a{
	color:#4c67d0;
}
#index .index .news ul li.open .title .dian{
	height:32px;
	background-image:url(../Images/bgn14.png);
}
#index .index .news ul li .time{
	width:80px;
	height:35px;
	float:right;
	text-align:right;
	line-height:35px;
	color:#a8a8a8;
	font-size:12px;
}
#index .index .news ul li.open .time{
	width:180px;
	height:32px;
	line-height:32px;
	padding-left:20px;
	float:left;
	color:#4c67d0;
	text-align:left;
}
#index .index .news ul li .picture{
	width:166px;
	height:96px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	display:none;
}
#index .index .news ul li.open .picture{
	display:block;
	position:absolute;
	right:5px;
	top:10px;
}

#product{
	width:100%;
	height:456px;
	background-image:url(../Images/bgn15.png);
	background-repeat:no-repeat;
	background-position:center;
}
#product .sort{
	width:100%;
	height:40px;
	padding-top:29px;
	border-bottom:1px solid #d3d3d3;
}
#product .sort .sortName{
	width:1200px;
	height:41px;
	margin:0px auto;
}
#product .sort .sortName .name{
	display:inline-block;
	max-width:200px;
	height:40px;
	line-height:40px;
	float:left;
	border-bottom:1px solid #242424;
	color:#111111;
	font-size:20px;
}
#product .sort .sortName .more{
	width:60px;
	height:40px;
	padding:0px 5px;
	line-height:50px;
	text-align:right;
	float:right;
	color:#a4a4a4;
}
#product .nameEn{
	width:1200px;
	height:50px;
	margin:0px auto;
	line-height:40px;
	font-size:16px;
	color:#545454;
}
#demo6{
	width:1200px;
	height:291px;
	overflow:hidden;
	margin:0px auto;
}
#indemo {
    float: left;
    width: 800%;
}
#demo7 {
    float: left;
}
#demo8 {
    float: left;
}
/*#product .product{
	width:1200px;
	height:291px;
	margin:0px auto;
	overflow:hidden;
}
#product .product ul{
	width:1228px;
	height:291px;
}*/
#product .product ul li{
	width:279px;
	height:291px;
	background-color:#ffffff;
	margin-right:28px;
	float:left;
}
#product .product ul li .picture{
	width:279px;
	height:238px;
	border-bottom:1px solid #e1e1e1;
	background-repeat:no-repeat;
	background-position:center;
}
#product .product ul li .picture .icon{
	width:279px;
	height:228px;
	background-image:url(../Images/bgn7.png);
	background-position:center;
	display:none;
}
#product .product ul li .picture .icon .shou{
	width:279px;
	height:228px;
	background-image:url(../Images/bgn6.png);
	background-repeat:no-repeat;
	background-position:center;
}
#product .product ul li:hover .picture{
	height:228px;
	border-bottom:1px solid #e1e1e1;
}
#product .product ul li:hover .picture .icon{
	display:block;
}
#product .product ul li .title{
	width:259px;
	height:52px;
	padding:0px 10px;
	line-height:52px;
	text-align:center;
	color:#2c2c2c;
	overflow:hidden;
}
#product .product ul li:hover .title{
	height:62px;
	line-height:62px;
	background-color:#4c67d0;
	color:#ffffff;
}


#service{
	width:100%;
	height:403px;
	background-color:#f5f5f5;
}
#service .sort{
	width:100%;
	height:40px;
	padding-top:29px;
	border-bottom:1px solid #d3d3d3;
}
#service .sort .sortName{
	width:1200px;
	height:41px;
	margin:0px auto;
}
#service .sort .sortName .name{
	display:inline-block;
	max-width:200px;
	height:40px;
	line-height:40px;
	float:left;
	border-bottom:1px solid #242424;
	color:#111111;
	font-size:20px;
}
#service .sort .sortName .more{
	width:60px;
	height:40px;
	padding:0px 5px;
	line-height:50px;
	text-align:right;
	float:right;
	color:#a4a4a4;
}
#service .nameEn{
	width:1200px;
	height:50px;
	position:relative;
	margin:0px auto;
	line-height:40px;
	font-size:16px;
	color:#545454;
}
#service .nameEn .left{
	width:29px;
	height:26px;
	position:absolute;
	right:36px;
	top:10px;
	background-image:url(../Images/left1.png);
	background-repeat:no-repeat;
	background-position:center;
}
#service .nameEn .left:hover{
	background-image:url(../Images/left2.png);
}
#service .nameEn .right{
	width:29px;
	height:26px;
	position:absolute;
	right:0px;
	top:10px;
	background-image:url(../Images/right1.png);
	background-repeat:no-repeat;
	background-position:center;
}
#service .nameEn .right:hover{
	background-image:url(../Images/right2.png);
}
#service .service{
	width:1200px;
	height:238px;
	position:relative;
	margin:0px auto;
}
#service .service .list{
	width:921px;
	height:238px;
	position:absolute;
	left:0px;
	top:0px;
}
#service .service .list .swiper-container {
    width: 921px;
    height: 238px;
}
#service .service .list .swiper-container .swiper-slide{
	width:921px;
	height:238px;
}
#service .service .list .swiper-container .swiper-slide ul{
	width:921px;
	height:238px;
}
#service .service .list .swiper-container .swiper-slide ul li{
	width:279px;
	height:238px;
	margin-right:28px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
#service .service .list .swiper-container .swiper-slide ul li .icon{
	width:279px;
	height:238px;
	background-image:url(../Images/bgn8.png);
	background-position:center;
}
#service .service .list .swiper-container .swiper-slide ul li .icon .title{
	width:259px;
	height:60px;
	padding:60px 10px;
	line-height:60px;
	text-align:center;
	font-size:20px;
	color:#ffffff;
	overflow:hidden;
	background-image:url(../Images/bgn6.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#service .service .list .swiper-container .swiper-slide ul li .icon .title .name{
	width:259px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:20px;
	color:#ffffff;
	overflow:hidden;
}
#service .service .list .swiper-container .swiper-slide ul li .icon1{
	width:191px;
	height:138px;
	padding:50px 44px;
	background-image:url(../Images/bgn9.png);
	background-position:center;
	display:none;
}
#service .service .list .swiper-container .swiper-slide ul li .icon1 .title{
	width:191px;
	height:50px;
	line-height:50px;
	text-align:center;
	overflow:hidden;
	font-size:20px;
	color:#ffffff;
}
#service .service .list .swiper-container .swiper-slide ul li .icon1 .brief{
	width:191px;
	height:84px;
	line-height:28px;
	color:#ffffff;
	overflow:hidden;
	font-size:12px;
}
#service .service .list .swiper-container .swiper-slide ul li:hover .icon{
	display:none;
}
#service .service .list .swiper-container .swiper-slide ul li:hover .icon1{
	display:block;
}
#service .service .list .swiper-container .swiper-button-prev{
	left:-50px;
	top:53%;
	width:41px;
	height:41px;
	background-image:url(../Images/left.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#service .service .list .swiper-container .swiper-button-next{
	right:-50px;
	top:53%;
	width:41px;
	height:41px;
	background-image:url(../Images/right.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#service .service .anniu{
	width:280px;
	height:239px;
	position:absolute;
	right:0px;
	top:0px;
}
#service .service .anniu .box{
	width:280px;
	height:70px;
	margin-bottom:14px;
	background-color:#ffc847;
}
#service .service .anniu .contact{
	margin-bottom:0px;
}
#service .service .anniu .box .icon{
	width:70px;
	height:70px;
	float:left;
	background-repeat:no-repeat;
	background-position:right center;
}
#service .service .anniu .rongyu .icon{
	background-image:url(../Images/bgn16.png);
}
#service .service .anniu .rencai .icon{
	background-image:url(../Images/bgn17.png);
}
#service .service .anniu .contact .icon{
	background-image:url(../Images/bgn18.png);
}
#service .service .anniu .box .str{
	width:190px;
	height:70px;
	float:right;
}
#service .service .anniu .box .str .Ch{
	width:190px;
	height:40px;
	line-height:50px;
	font-size:18px;
	color:#262626;
}
#service .service .anniu .box .str .En{
	width:190px;
	height:20px;
	line-height:20px;
	font-size:14px;
	color:#927736;
}
#service .service .anniu .box:hover{
	background-color:#4c67d0;
}
#service .service .anniu .rongyu:hover .icon{
	background-image:url(../Images/bgn10.png);
}
#service .service .anniu .rencai:hover .icon{
	background-image:url(../Images/bgn11.png);
}
#service .service .anniu .contact:hover .icon{
	background-image:url(../Images/bgn12.png);
}
#service .service .anniu .box:hover .str .Ch{
	color:#ffffff;
}
#service .service .anniu .box:hover .str .En{
	width:190px;
	height:20px;
	line-height:20px;
	font-size:14px;
	color:#a6b3e8;
}

#customer{
	width:100%;
	height:272px;
}
#customer .sort{
	width:100%;
	height:40px;
	padding-top:29px;
	border-bottom:1px solid #d3d3d3;
}
#customer .sort .sortName{
	width:1200px;
	height:41px;
	margin:0px auto;
}
#customer .sort .sortName .name{
	display:inline-block;
	max-width:200px;
	height:40px;
	line-height:40px;
	float:left;
	border-bottom:1px solid #242424;
	color:#111111;
	font-size:20px;
}
#customer .sort .sortName .more{
	width:60px;
	height:40px;
	padding:0px 5px;
	line-height:50px;
	text-align:right;
	float:right;
	color:#a4a4a4;
}
#customer .nameEn{
	width:1200px;
	height:50px;
	margin:0px auto;
	line-height:40px;
	font-size:16px;
	color:#545454;
}
#customer .customer{
	width:1200px;
	height:135px;
	margin:0px auto;
}
#customer .customer .box{
	width:180px;
	height:135px;
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	margin:0px 10px;
}
#customer .customer .box a{
	display:block;
	width:100%;
	height:100%;
}

/*二级页公共*/
#EjMain{
	width:1200px;
	height:auto;
	margin:0px auto;
}

#Left{
	width:245px;
	height:auto;
	float:left;
	position:relative;
}
#Left .thisName{
	width:120px;
	height:53px;
	padding:0px 5.5px;
	padding-top:40px;
	padding-bottom:60px;
	background-image:url(../Images/bgn19.png);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	left:0px;
	top:-98px;
	z-index:999;
}
#Left .thisName .Ch{
	width:120px;
	height:33px;
	line-height:33px;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#252525;
}
#LeftNav{
	width:180px;
	height:auto;
	padding:20px 0px;
	margin-left:65px;
	border-left:1px solid #adadad;
	position:relative;
}
#LeftNav .dian1{
	width:7px;
	height:7px;
	background-image:url(../Images/bgn20.png);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top:-7px;
	left:-3.5px;
}
#LeftNav .dian2{
	width:7px;
	height:7px;
	background-image:url(../Images/bgn20.png);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	bottom:-7px;
	left:-3.5px;
}
#LeftNav .navList{
	width:165px;
	height:45px;
	padding-left:15px;
	position:relative;
}
#LeftNav .navList .dian{
	width:9px;
	height:45px;
	position:absolute;
	left:-4.5px;
	top:0px;
	background-image:url(../Images/bgn21.png);
	background-repeat:no-repeat;
	background-position:center;
}
#LeftNav .onfocus .dian{
	background-image:url(../Images/bgn22.png);
}
#LeftNav .navList .title{
	width:125px;
	height:45px;
	float:left;
	line-height:45px;
	color:#252525;
	overflow:hidden;
}
#LeftNav .onfocus .title{
	color:#4c67d0;
}
#LeftNav .navList .jiantou{
	width:40px;
	height:45px;
	float:right;
	background-position:center;
	background-repeat:no-repeat;
}
#LeftNav .onfocus .jiantou{
	background-image:url(../Images/bgn23.png);
}

#Left .thisName .En{
	width:120px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-size:12px;
	color:#957734;
}

#Right{
	width:915px;
	height:auto;
	float:right;
}
#RightTop{
	width:915px;
	height:58px;
	padding-bottom:30px;
	line-height:70px;
	text-align:right;
	font-size:12px;
	color:#9c9c9c;
}
#RightTop a{
	color:#9c9c9c;
}
#RightContent{
	width:915px;
	height:auto;
}
#OnePage{
	width:915px;
	height:auto;
	margin:0px auto;
	padding-bottom:20px;
	padding-top:0px;
	line-height:30px;
	color:#666666;
}

/*产品信息*/
#WebPicList{
	width:915px;
	height:auto;
	overflow:hidden;
}
#WebPicList ul{
	width:954px;
	height:auto;
}
#WebPicList ul li{
	width:279px;
	height:281px;
	margin-right:39px;
	float:left;
	margin-bottom:30px;
}
#WebPicList ul li .picture{
	width:277px;
	height:226px;
	border:1px solid #dedede;
	background-repeat:no-repeat;
	background-position:center;
}
#WebPicList ul li .picture .icon{
	width:277px;
	height:226px;
	background-image:url(../Images/bgn7.png);
	background-position:center;
	display:none;
}
#WebPicList ul li .picture .icon .shou{
	width:277px;
	height:226px;
	background-image:url(../Images/bgn6.png);
	background-repeat:no-repeat;
	background-position:center;
}
#WebPicList ul li:hover .picture{
	height:226px;
	border:1px solid #4c67d0;
}
#WebPicList ul li:hover .picture .icon{
	display:block;
}
#WebPicList ul li .title{
	width:259px;
	height:52px;
	padding:0px 10px;
	line-height:52px;
	text-align:center;
	color:#2c2c2c;
	overflow:hidden;
	background-color:#ebebeb;
}
#WebPicList ul li:hover .title{
	background-color:#4c67d0;
	color:#ffffff;
}

/*分页*/
#PageInfo{
	width:915px;
	height:auto;
	margin:0px auto;
	padding:40px 0px;
	padding-top:10px;
}
.paging{
	height:30px;
	width:915px;
	text-align:center;
	font-size:12px;
}
.paging em{
	height:30px;
	border:1px #d1d1d1 solid;
	padding:3px 9px;
	text-align:center;
	line-height:30px;
	font-style:normal;
	background-color:#ffffff;
	color:#565656;
}
.paging em a{
	color:#565656;
}
.paging span{
	display:none;
}
.paging em.onfocus{
	border:1px #ffc847 solid;
	background-color:#ffc847
}
.paging em.onfocus a{
	color:#242424;
}

/*公司动态*/
#WebNewsList{
	width:915px;
	height:auto;
}
#WebNewsList ul{
	width:915px;
	height:auto;
	overflow:hidden;
}
#WebNewsList ul li{
	width:915px;
	height:150px;
	padding-bottom:30px;
	border-bottom:1px solid #dadada;
	margin-bottom:30px;
}
#WebNewsList ul .dashed{
	width:915px;
	height:3px;
	border-bottom:1px dashed #dadada;
	margin-bottom:30px;
}
#WebNewsList ul li .picture{
	width:260px;
	height:150px;
	float:left;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#WebNewsList ul li .picture .icon{
	width:260px;
	height:150px;
	background-image:url(../Images/bgn24.png);
	background-position:center;
	display:none;
}
#WebNewsList ul li .picture .icon .shou{
	width:260px;
	height:150px;
	background-image:url(../Images/bgn6.png);
	background-repeat:no-repeat;
	background-position:center;
}
#WebNewsList ul li .details{
	width:635px;
	height:150px;
	float:right;
	position:relative;
}
#WebNewsList ul li .details .title{
	width:635px;
	height:35px;
	line-height:35px;
	font-size:16px;
	color:#141414;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-bottom:5px;
}
#WebNewsList ul li .details .title a{
	color:#141414;
}
#WebNewsList ul li .details .content{
	width:625px;
	height:50px;
	line-height:25px;
	font-size:12px;
	color:#7c7c7c;
	overflow:hidden;
	margin-bottom:25px;
}
#WebNewsList ul li .details .time{
	width:300px;
	height:25px;
	line-height:25px;
	font-size:12px;
	color:#959595;
}
#WebNewsList ul li .details .click{
	width:90px;
	height:30px;
	border:1px solid #373737;
	border-radius:2px;
	text-align:center;
	line-height:30px;
	color:#313131;
	position:absolute;
	right:0px;
	bottom:10px;
}
#WebNewsList ul li:hover .picture .icon{
	display:block;
}
#WebNewsList ul li:hover .details .title{
	font-weight:bold;
	color:#4c67d0;
}
#WebNewsList ul li:hover .details .title a{
	color:#4c67d0;
}
#WebNewsList ul li:hover .details .click{
	color:#4c67d0;
	border:1px solid #4c67d0;
}

/*合作客户*/
#WebPicList1{
	width:915px;
	height:auto;
	overflow:hidden;
}
#WebPicList1 ul{
	width:940px;
	height:auto;
}
#WebPicList1 ul li{
	width:210px;
	height:135px;
	float:left;
	margin-right:25px;
	margin-bottom:15px;
	background-position:center;
	background-repeat:no-repeat;
}
#WebPicList1 ul li a{
	display:block;
	width:100%;
	height:100%;
}

/*公司动态详情页*/
#NewsShow{
	width:915px;
	height:auto;
	padding-bottom:20px;
	margin:0px auto;
}
#NewsShow .title{
	width:100%;
	height:auto;
	text-align:center;
	color:#333333;
}
#NewsShow .miaoshu{
	width:100%;
	height:20px;
	line-height:20px;
	text-align:center;
	padding:10px 0px;
	color:#666666;
}
#NewsShow .theContent{
	width:100%;
	height:auto;
	line-height:30px;
	color:#666666;
}
#NewsShow .thePageInfo{
	width:100%;
	height:auto;
	line-height:40px;
	color:#333333;
}
#NewsShow .thePageInfo a{
	color:#333333;
}

/*产品信息详情页*/
#ProductShow{
	width:915px;
	height:auto;
	padding-bottom:20px;
	margin:0px auto;
}
#ProductShow .top{
	width:915px;
	height:354px;
	padding-bottom:30px;
	border-bottom:1px dashed #d5d5d5;
}
#ProductShow .top .left{
	width:412px;
	height:332px;
	padding:10px;
	border:1px solid #d7ddf1;
	float:left;
}
#ProductShow .top .left .picture{
	width:412px;
	height:332px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
#ProductShow .top .right{
	width:455px;
	height:354px;
	float:right;
}
#ProductShow .top .right .title{
	width:445px;
	height:69px;
	line-height:69px;
	overflow:hidden;
	border-bottom:1px dashed #909090;
	font-size:18px;
	color:#4c67d0;
	margin-bottom:4px;
}
#ProductShow .top .right .name{
	width:445px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#2c2c2c;
}
#ProductShow .top .right .brief{
	width:445px;
	height:100px;
	line-height:30px;
	color:#404040;
	overflow:hidden;
}
#ProductShow .top .right .traitList{
	width:415px;
	height:100px;
	padding-left:30px;
	line-height:30px;
	color:#404040;
	position:relative;
}
#ProductShow .top .right .traitList .dian{
	width:30px;
	height:30px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../Images/bgn25.png);
	background-repeat:no-repeat;
	background-position:center;
}
#ProductShow .theContent{
	width:905px;
	height:auto;
	padding:25px 5px;
	line-height:30px;
	color:#404040;
}
/*
#ProductShow .trait{
	width:905px;
	height:auto;
	padding:25px 5px;
}
#ProductShow .trait .left{
	width:445px;
	height:auto;
	float:left;
}
#ProductShow .trait .left .name{
	width:445px;
	height:auto;
	line-height:30px;
	font-size:18px;
	color:#4c67d0;
	padding-bottom:15px;
}
#ProductShow .trait .left .traitList{
	width:415px;
	height:auto;
	padding-left:30px;
	line-height:30px;
	color:#404040;
	position:relative;
}
#ProductShow .trait .left .traitList .dian{
	width:30px;
	height:30px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../Images/bgn25.png);
	background-repeat:no-repeat;
	background-position:center;
}
#ProductShow .trait .right{
	width:435px;
	height:340px;
	float:right;
	background-position:center;
	background-repeat:no-repeat;
}*/
#ProductShow .picList{
	width:905px;
	height:auto;
	padding:25px 0px;
	margin:0px auto;
	overflow:hidden;
}
#ProductShow .picList .name{
	width:445px;
	height:auto;
	line-height:30px;
	font-size:18px;
	color:#4c67d0;
	padding-bottom:15px;
}
#ProductShow .picList ul{
	width:927px;
	height:auto;
}
#ProductShow .picList ul li{
	width:287px;
	height:245px;
	float:left;
	margin-right:22px;
	margin-bottom:10px;
}
#ProductShow .picList ul li .picture{
	width:287px;
	height:205px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
#ProductShow .picList ul li .title{
	width:287px;
	height:40px;
	line-height:20px;
	color:#161616;
}

/*在线留言*/
#GuestBookForm{
	width:100%;
	height:auto;
	margin:0px auto;
	padding:30px 0px;
}
#GuestBookForm form{
	width:100%;
	height:auto;
	margin:0px auto;
}
#GuestBookForm form table{
	width:500px;
	height:auto;
	margin:0px auto;
}
#GuestBookForm form table tr{
	width:500px;
	height:70px;
}
#GuestBookForm form table tr th{
	width:90px;
}
#GuestBookForm form table tr th .str{
	width:90px;
	height:42px;
	line-height:42px;
	text-align:right;
	font-size:16px;
	color:#333333;
	font-weight:normal;
}
#GuestBookForm form table tr td .box{
	width:410px;
	height:42px;
}
#GuestBookForm form table tr td .box2{
	width:410px;
	height:152px;
	margin:14px 0px;
}
#GuestBookForm form table tr td .input{
	width:386px;
	height:40px;
	padding:0px 11px;
	border:1px solid #ececec;
	border-radius:2px;
	font-size:16px;
}
#GuestBookForm form table tr td .textarea{
	width:386px;
	height:150px;
	padding:0px 11px;
	border:1px solid #ececec;
	border-radius:3px;
	outline: none;
	resize: none;
	font-size:16px;
	line-height:30px;
}
#GuestBookForm form table tr td .submit{
	width:180px;
	height:45px;
	background-color:#006cc6;
	color:#ffffff;
	border-radius:3px;
	font-size:16px;
}
#GuestBookForm form table tr td .submit:hover{
	background-color:#006cc6;
}

