
* {
	margin: 0 ;
	padding: 0;
	font-size: 12px; 
	 font-family:"Microsoft YaHei",微软雅黑; 
}

a {
	text-decoration: none;
}
.clear {
	clear: both;
}

ul,li {
	list-style: none;
}

.top {
	width: 1200px; 
	margin: 0 auto; 
}

.top .tel {
	height: 38px;
	border-bottom: 1px #ececec solid;
	width: 100%; 
}

.tel .mbox {
	width: 1200px;
	margin: 0 auto;
}

.tel .left {
	float: left;
	color: #d80000;
	margin-top: 10px; 
	font-size: 14px; 
}

.tel .left i {
	display: block;
	float: left;
	width: 17px;
	height: 20px;
	background: url(../img/top_tel.png);
	margin-top: 0px;
	margin-right: 10px;
}

.tel ul {
	float: right;
	margin-top: 12px;
	
}

.tel ul li {
	float: left;
	margin-left: 35px; ;
}
.tel ul li a{
	color: #999999;
}

.logo {
	width: 1200px;
	margin: 0 auto;
}
.logo img {
	float: left;
	margin-top: 10px; 
}

.logo .lang {
	margin-top: 45px;
	margin-left: 20px; 
	color: #666; 
	display: block; 
	float: left; 
}

.logo .search {
	float: right;
	width: 320px;
	height: 36px;
	background: #f4f4f4;
	border-radius: 40px;
	margin-top: 33px; 
	position: relative;
}

.logo .search  input {
	width: 85%;
	height: 36px;
	line-height: 36px;
	margin-left: 8%; 
	border: none; 
	background: #f4f4f4;
}

.logo .search i {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 40px;
	height: 40px;
	background: url(../img/search.png) no-repeat;
	cursor: pointer;
}

.nav {
	width: 100%;
	height: 45px;
	background: #d80000; 
	clear: both;
	margin-top: 15px; 
	float: left;
}

.nav ul {
	
	margin: 0  auto;
	margin-left: 30px; 
}

.nav ul li {
	width: 130px;
	height: 40px;
	text-align: center;
	float: left;
	margin-top: 3px;
}

.nav ul li.on {
	background: #ffffff;
	
	border-radius: 60px;
}
 
.nav ul li a {
	display: block;
	color: #ffffff;
	font-size: 16px;
	line-height: 40px; 
	height: 38px; 
	font-weight: bold;
}

.nav ul li.on a {
	color: #d80000;
}

.main {
	position: relative;
	clear: both; 
}

.banner {
	height: 240px;
	width: 1200px; 
	margin: 0 auto; 
	position: relative;
	clear: both; 
	overflow: hidden; 
}

.banner ul {
	height: 240px;
	width: 10000px;
	overflow: hidden;
	position: relative;
}

.banner li {
	width: 100%;
	background-repeat: no-repeat;
    background-position: center top;
	float: left;
	height: 240px; 
}

.banner div {
	position: absolute;
	top: 215px;
	left: 50%;
	z-index: 100; 
}

.banner div span {
	width: 10px;
	height: 10px;
	background: #fff;
	display: block;
	margin-right: 10px;
	float: left;
	border-radius: 50%;
	cursor: pointer;
	margin-top: 2px; 
}

.banner div .on {
	border: 3px red solid;
	width: 8px;
	height: 8px;
	margin-top: 0px; 
}

.width {
	width: 1200px;
	margin: 0 auto; 
}

.trec {
	padding-top: 80px;
	clear: both;
}

.trec li {
	float: left;
	margin-left: 85px;
	width: 180px;
	color: #666666;
	font-size: 14px; 
	text-align: center;
} 

.trec  div {
	clear: both;
	padding-top: 80px;
	color: red;
	line-height: 180%;
	text-align: center;
}

.pro {
	clear: both;
	margin-top: 60px;
}

.pro .item {
	clear: both;
	margin-bottom: 20px;
	float: left;
	background: #fafafa;
	height: 400px;
	width: 100%;
}

.pro .item img {
	width: 600px;
	height: 400px;
	float: left; 
}

.pro .item .info {
	float: left;
	width: 400px;
	margin-left: 70px;
	margin-top: 70px;
}

.pro .item .info h3 {
	font-size: 18px;
	color: #da1111;
	
}

.pro .item .info .desc {
	margin: 28px 0 63px 0;
	color: #666666;
	font-size: 14px;
	line-height: 180%;
}

.pro .item .info p {
	font-size: 18px;
	color: #d80000; 
	margin-left: 35px; 
}

.pro .on .info {
	float: left;
}

.pro .on img {
	float: right;
}

.service {
	height: 880px;
	width: 100%;
	background: url(../img/service_bg.png) no-repeat center top;
	clear: both;
	margin-top: 40px; 
	float: left; 
}

.service .box {
	width: 1120px;
	margin: 0 auto;
	padding-top: 100px; 
	text-align: center;
	color: #fff;
}

.service .box h2 {
	font-size: 27px;
	color: #fff;
}

.service .box h4 {
	font-size: 12px;
	color: #e4e2e2;
	padding: 25px 0 90px 0; 
	line-height: 180%;
}

.service ul {
	clear: both;
	text-align: left;
}

.service ul li {
	width: 480px;
	height: 125px;
	margin-bottom: 100px;
	float: left;
	margin-right: 80px;
}

.service ul li .title {
	font-size: 20px;
}
.service ul li .title span {
	font-size: 20px; 
}

.service ul li .title  i {
	font-weight: normal;
	font-style: normal;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 22px;
	display: block;
	float: left;
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
	margin-right: 15px;
}

.service ul li .desc {
	font-size: 14px;
	margin-top: 38px;
	line-height: 170%;
}

.late {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
}

.late h3 {
	font-size: 36px;
	text-align: center;
	color: #222222;
}

.late .sub {
	padding-top: 30px;
	padding-bottom: 70px;
	clear: both;
	color: #999999;
	font-size: 16px;
	text-align: center;
}

.late  ul li {
	width: 290px;
	height: 280px;
	margin-right: 8px;
	float: left; 
	position: relative;
}

.late  ul li img {
	width: 100%;
	height: 100%;
}

.late  ul li p {
	position: absolute;
	width: 260px;
	height: 46px;
	background: #c62126;
	color: #ffffff;
	bottom: 0;
	left: 0px;
	z-index: 100;
	padding: 15px;
	line-height: 170%;
	font-size: 14px;
	display: none;
}


.late  ul li:hover p {
	display: block;
}

.filter {
	clear: both; 
	padding-top: 100px; 
}

.filter .tit {
	width: 100%;
	border-top: 1px #ececec solid;
}

.filter .tit  span {
	margin: 0 auto;
	display: block;
	width: 260px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin-top: -25px;
	background: #d80000;
	border-radius: 40px;
}

.filter .form {
	clear: both;
	background: #f6f6f6;
	width: 100%;
	min-height: 200px;
	margin-top: 70px; 
	padding-top: 53px;
	float: left; 
	padding-bottom: 100px;
}

.filter .form  .for {
	clear: both; 
	width: 1195px;
	height: 114px;
	background: url(../img/bottom_search.png?12) no-repeat;
	margin: 0 auto; 
	
	margin-bottom: 60px; ;
}

.filter .select {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.filter .select  .item {
	width: 250px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 40px;
	overflow: hidden;
	position: relative;
}

.filter .select  .item select {
	width: 100%; 
}

.filter .select .btn {
	clear: both;
	margin: 0 auto;
	padding-top: 60px; 
	width: 330px;
	cursor: pointer;
	cursor: pointer; 
	clear: both; 
	z-index: 100;
}

.filter .select .btn  input {
	border : none; 
	height: 45px;
	line-height: 45px;
	float: left;
	width: 150px;
	border-radius: 40px;
	color: #ffffff;
	background: #d80000; 
	font-size: 16px; 
}

.filter .select .btn  .res {
	margin-left: 20px;
	background: #999999;
}

.select2-hidden-accessible {
	width: 100% !important; 
}

.select2-container--default .select2-selection--single {
	border: none; 
	border-radius: 5px;
}

.select2-container .select2-selection--single{
	height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px; 
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 5px; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	color: #adadad;
}

.footer {
	clear: both;
	width: 100%;
	height: 200px;
	background: #ffffff;
}

.footer .box {
	width: 1200px;
	margin: 0 auto;
	padding-top: 25px; 
}

.footer .box .logo {
	width: 300px;
	float: left;
}

.footer .box .info {
	float: left;
	margin-left: 38px;
	font-size: 15px;
	line-height: 160%;
	color: #666666;
	width: 400px;
}

.footer .box .info h4 {
	color: #000000;
}

.footer .box .tel {
	float: right;
	margin-top: 35px; 
	color: #666666;
	font-size: 15px; 
}

.footer .btm {
	clear: both;
	border-top: 1px #ececec solid;
	margin-top: 20px;
	float: left;
	width: 100%; 
	padding-top: 20px;
}

.footer .btm .left {
	float: left;
}

.footer .btm .left a {
	font-size: 14px;
	color: #999999;
	margin-right: 10px; 
}

.footer .btm .cright {
	font-size: 14px;
	color: #999999;
	float: right;
}


#login {background: url(../../images/login_bg.gif) ; height:30px;padding:0 15px 0 5px;}
#login p{}
#login form{text-align:left;line-height:20px;}
#login input{border:1px solid #3aacd4; height: 15px;}
#login form img{
	vertical-align: top;margin-top:1px;
}
#login select{margin-top:1px;}
#loginBtn {vertical-align: top;margin-top:1px;margin-left:10px;cursor:hand;}
#userInfo {text-align:left;margin-right:10px;display:inline;}
#userInfo span{color:#58b515;margin:0px;}

.doedit { background: #ff0000 !important; }


.probg {
	width : 1200px; 
	height: 240px;
	background: url(../img/product.png) no-repeat center top;
	clear: both; 
	margin :  0 auto; 
}

.page {
	clear :both ;
	display: flex;
	margin: 0 auto; 
	width : 100%; 
    padding-top: 30px; 
	justify-content: center; 
}

.page li {
	height: 32px;
	line-height: 32px;
	
	font-size: 14px;
	float: left;
	margin-right: 10px;
	border: 1px #ececec solid; 
}

.page li a {
	color: #555555;
	display:block; 
	padding: 0 12px;
}

.page li a:hover, .page li a.on {
	background: red;
	color: #fff; 
}

.news-detail {
	width: 960px;
	margin: 0 auto;
	padding-top: 30px; 
}

.news-detail h1  {
	text-align: center;
	padding-bottom: 30px;
	font-size: 24px; 
}

.news-detail  .icontent {
	font-size: 16px;
	clear:both;
	text-align: left;
	line-height: 170%;
	padding: 20px 0; 
}

.news-detail  .icontent img {
	margin : 15px auto; 
	text-align: center;
	justify-content: center;
    max-width: 100%; 
	
}


.pos {
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	color: #999;
	padding: 20px 0 ;
}

.pos a {
	color: #999;
	font-size: 16px; 
}

.mbox {
	width: 1200px;
	margin : 0px auto;
	clear: both; 
}

.mbox .left {
	width: 220px;
	float: left;
	
}

.mbox .left .lcate {
	border: 1px #ececec solid; 
}

.left .rec {
	margin-top: 20px; 
	clear: both; 
}

.left .rec  .reclist {
	margin-top: 20px;
	padding: 0 10px;
}

.left .rec  .reclist .item {
	width: 200px;
	margin-bottom: 20px; 
}

.left .rec  .reclist .item  a {
	color: #666; 
}
.left .rec  .reclist .item img {
	width: 200px;
	height: 200px; 
	margin-bottom: 10px;
}

.left .rec  .reclist .item img p {
	line-height: 180%; 
}

.mbox .left h3 {
	margin: 0 10px; 
	font-size: 16px;
	padding-top: 15px;
	color: #999999; 
	padding-left: 10px; 
	border-bottom: 1px #ececec solid; 
	padding-bottom :10px; 
}

.mbox .left ul {
	margin: 15px 0;
	font-size: 14px; 
	margin-right: 0px;
}

.mbox .left ul li {
	color: #555555; 
	position: relative;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	margin-left: 15px;
}

.mbox .left ul li .item {
	margin-left: 6px; 
	font-size: 14px; 
	cursor: pointer;
	height: 30px;
	line-height: 30px;
}

.mbox .left ul li .item span {
	display: block;
	width: 5px;
	height: 9px;
	background: url(../img/cmore.png);
	float: right;
	margin-top: 12px; 
	margin-right: 15px;
}

.mbox .left ul li .cate {
	display: none;
	position: absolute;
	left: 220px;
	top: -20px; 
	width: 200px;
	min-height: 200px;
	border: 1px #ececec solid; 
	padding: 20px; 
	padding-top: 10px;
	background: #fff;
	z-index: 100;
	max-height: 400px;
	overflow: auto; 
}

.mbox .left ul li .cate p {
	color: #222; 
	float: left;
	margin-bottom: 10px;
	width: 33%; 
	text-align: center; 
	background: url(../img/cright.png) no-repeat right center;
}

.mbox .left ul li .cate p.on {
	color: #ff0000; 
}
.mbox .left ul li .cate p a {
	color: #222;

}

.mbox .left ul li.on {
	color: #d80000; 
	border-top: 1px #ececec solid;
	border-bottom: 1px #ececec solid;
	margin-left: 0px;
}

.mbox .left ul li.on  .item {
	margin-left: 15px; 
}

.mbox .left ul li.on .cate, .mbox .left ul li.on .border {
	display: block;

}

.mbox .left ul li.on .border {
	position: absolute;
	height: 32px;
	width: 5px;
	background: url(../img/border.png) no-repeat;
	right : -3px; 
	display: block;
	top: -1px; 
	z-index: 100;
}

.right {
	width: 950px;
	float: right;
}

.fsearch {
	border: 1px #666 solid;
	background: #f9f9f9; 
	min-height: 65px;;
	position: relative;
	float: left; 
	width: 100%; 
}


.fsearch .more {
	background: url(../img/search_more_up.png) no-repeat;
	width: 81px;
	height: 18px; 
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -40px; 
	z-index: 10000; 
	cursor: pointer; 
	background-size: 81px; 
	text-align: center; 
	
}

.fsearch .more span {
	position: absolute;
	top: -5px;
	left: 25px; 
}

.fsearch .on {
	background-image: url(../img/search_more_up.png);
	bottom: -18px; 
}

.fsearch ul {
	float: left;
	width: 790px;
	margin-left: 17px;
	margin-left: 20px; 
	color: #666666; 
	font-size: 14px; 
	position: relative;
}

.fsearch ul li {
	width: 230px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	height: 50px;
	position: relative;
	padding-top: 10px; 
}

.fsearch ul .hide {
	display: none; 
}

.fsearch ul li p {
	float: left;
	margin-right: 8px;
	display: block;
	margin-top: 15px; 
}

.fsearch ul li  .select {
	width: 180px;
	float: left;
	margin-top: 3px; 
}
 
.fsearch ul li  select {
	width: 180px; 
}

.fsearch  .btn {
	position: absolute;
	right: 10px;
	width: 150px;
	top: 20px; 
	z-index: 100;
}

.fsearch  .btn  input {
	width: 56px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: red;
	color: #ffffff;
	font-size: 16px;
	border: none;  
	border-radius: 5px;
	float: left;
}

.fsearch  .btn span {
	display: block;
	float: left;
	margin-left: 15px;
	margin-top: 8px; 
}

.plist {
	clear: both;
	border: 1px #ececec solid;
	padding: 10px; 
	float: left;
	margin-top: 25px; 
	width: 928px; 
}

.plist li {
	width: 215px;
	height: 368px;
	border: 1px #ececec solid;
	margin-right: 19px;
	float: left;
	margin-bottom: 15px;
}


.plist li img {
	width: 197px;
	height: 197px;
	margin-left: 9px;
	margin-top: 10px; 
	margin-bottom: 15px;
}

.plist li p, .plist li div {
	margin: 0 6px;
	padding-bottom: 10px;
	clear: both;
	float: left;
	color: #666; 
	margin-right: 0;
}
 
.plist li div {  
	color: #393939;  
	font-size: 14px;   
	white-space:nowrap;
	word-break:break-all;
	height: 30px;
	overflow: hidden; 
	width: 200px; 
}  
 
.plist li .tag1 {
	display: block;
	border-radius: 4px;
	background: #f2f2f2;
	float: left;
	color: #808080;
	padding: 5px 5px;
	margin-right: 6px;
}

.plist li .tag2 {
	display: block;
	border-radius: 4px;
	background: #ffe3e3;
	float: left;
	color: #808080;
	padding: 5px 5px;
}

.detail {
	padding-top: 25px;
	clear: both;
}

.detail  .pimg {
	float: left;
	width: 360px; 
}

.detail  .big {
	width: 350px;
	height: 350px;
	border: 1px #ececec solid;
	overflow: hidden;
}

.detail .pimg img {
	max-width: 350px; 
}

.detail .pimg .mimg {
	clear: both; 
	padding-top: 25px; 
}

.detail .pimg .mimg .ileft {
	width: 25px; 
	height: 50px;
	background: url(../img/left.png) no-repeat;
	float: left;
	cursor: pointer;
}

.detail .pimg .mimg .iright {
	width: 25px; 
	height: 50px;
	background: url(../img/right.png) no-repeat;
	float: right;
	cursor: pointer;
}

.detail .pimg  ul {
	width: 290px;
	height: 52px;
	overflow: hidden;
	float: left;
	margin-left: 15px; 
}

.detail .pimg  ul li {
	width: 50px; 
	height: 50px;
	border: 1px #fff solid; 
	float: left;
	margin-right: 8px;
	cursor: pointer;
}

.detail .pimg  ul li img {
	width: 100%;
	height: 100%; 
}

.detail .pimg  ul li.on {
	border: 1px red solid; 
}

.pinfo {
	width: 555px;
	float: right; 
	margin-right: 20px;
}

.pinfo .title {
	
	color: #222222; 
}

.pinfo .title span {
	width: 60px;
	float: left;
	font-size: 20px; 
	margin-top: 5px; 
	color: #a7a7a7; 
}

.pinfo .title  div {
	line-height: 170%;
	font-size: 20px; 
	width: 480px; 
	float: right;
}

.pinfo  .desc {
	padding-top: 30px; 
	clear: both;
	font-size: 16px; 
	
}

.pinfo  .desc div {
	clear: both; 
	margin-bottom: 15px;
}

.pinfo  .desc span {
	color: #a7a7a7; 
	float: left;
	margin-right: 10px;
	font-size: 16px; 
}

.pinfo  .desc p {
	color: #222222;
	font-size: 16px; 
}

.pinfo .size {
	padding-top: 20px;
	clear: both;
	line-height: 200%; 
}

.pinfo .size  span {
	color: #a7a7a7; 
	font-size: 16px; 
}

.pinfo .size  ul {
	width: 95%;
	margin: 0 auto; 
	clear: both; 
	border-radius: 5px;
	background: #f3f3f3; 
	color: #b1b1b1; 
	padding: 20px 0;
	margin-top: 15px;
}

.pinfo .size  ul  li {
	margin-left: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}
.pinfo .size  ul  span {
	color: #7f7f7f; 
	font-size: 14px;
}

.content {
	clear: both;
	padding-top: 30px; 
}

.content .minfo {
	border: 1px #ececec solid;
	padding: 20px; 
	clear: both;
	padding-top: 12px;
	padding-bottom: 0px;
	margin-top: 20px; 
}

.content .minfo h3 {
	color: #222222;
	font-size: 14px; 
	border-bottom: 1px #ececec solid;
	padding-bottom: 10px; 
}

.content .args {
	padding-top: 15px; 
}

.content .args div {
	width: 25%;
	float: left;
	margin-bottom: 15px;
}

.content .mcontent {
	padding: 15px 0 ; 
	line-height: 170%;
	color: #555;
	font-size: 14px;
}

.mcontent  img {
	max-width: 100%; 
}

.content .all {
	margin-top: 30px;
	width: 950px;
	overflow: auto; 
}

.content .all  .title {
	color: #222;
	font-size: 14px;
	margin-left: 15px;
	margin-bottom: 20px; 
}

.content .all  .title span {
	float: right;
	color: #999999;
	font-size: 12
}

.all .size {
	clear: both; 
	float: left; 
	margin-bottom :20px; 
	margin-left: 10px;
	font-size: 16px; 
}

.all .size span {
	float: left;
	display: block;
	width: 80px;
	text-align: center; 
	cursor: pointer; 
	margin-bottom :10px;
}

.all .size  .on {
	color: #1dadff; 
}

 .alltable {
	margin-top: 20px; 
 	width: 1200px; 
 }
 .alltable
    {
       border-collapse:collapse;
       border:1px solid #ececec;
    }
    .alltable th {
	    background: #f9f9f9;
    	color: #222; 
    }
    .alltable td , .alltable th
    {
       height:28px;
       border:1px solid #ececec;
    	text-align: left; 
    	text-indent: 10px;
    } 
    
    .alltable td {
	color: #555555; 
    }
  .alltable th{
	    font-size: 14px;
	
    }

    
    .prev {
	clear: both;
    	width: 300px;
    	font-size: 16px;
    	margin: 0 auto; 
    }
    .prev a {
      color: red; 
    	width: 33%;
    	display: block; 
    	float: left; 
    }
    
.ctitle {
	color: #222;
	font-size: 14px;
	margin-left: 15px;
	margin-bottom: 20px; 
	float : left; 
	margin-top: 30px; 
}

.ctitle span {
	float: right;
	color: #999999;
	font-size: 12
}


.contact {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px; 
}

.contact  li {
	width: 268px;
	float: left;
	margin-right: 40px;
	height: 450px;
	background: #fbf4f3; 
	margin-bottom: 40px; 
	border: 1px #fff solid; 
	border-radius: 15px; 
	text-align: center;
	cursor: pointer; 
}

.contact  li:hover {
	border: 1px #f56161 solid; 
}

.contact  li  img {
	margin: 35px 0 27px 0;
	width: 150px;
	height: 150px;
	border-radius: 50%; 
}

.contact  li   div {
	font-size: 16px;
	color: #d80000;
	font-weight: bold; 
}
.contact  li   div span {
	display: block;
	font-weight: normal; 
	margin-top: 10px; 
	margin-bottom: 25px; 
}


.contact  li  p {
	text-align: left;
	font-size: 13px;
	color: #000; 
	clear: both; 
	margin-bottom: 15px; 
	margin-left: 40px; 
	height: 15px; 
}

.contact  li  p i {
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/icon.png) no-repeat;
	margin-right: 40px; 
	float: left; 
	margin-top: 2px; 
}

.contact  li  p i.icon2 {
	background-position: -2px -29px; 
}


.contact  li  p i.icon3 {
	background-position: 0px -59px; 
}


.contact  li  p i.icon4 {
	background-position: -0px -89px; 
}

.contact  li  p i.icon5{
	background-position: -0px -121px; 
}
