@charset "gb2312";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #222;
	overflow-x: hidden;
	position: relative;
}
* {
	padding: 0;
	margin: 0;
}
ul, li {
	list-style: none;
	padding: 0;
    margin:0;
}
img {
	vertical-align: middle;
	display: inline;
	border: none;
}
p {
	line-height: 30px;
	text-align: left;
	font-family: 'Î¢ÈíÑÅºÚ';
	font-size: 18px;
	text-align: justify;
	color:#333;
}
a, a:hover, a:visited {
	text-decoration: none;
	color: #484848;
}
.left {
	float: left;
}
.right {
	float: right;
}

.clearfix {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
	width: 0px;
	visibility: hidden;
}

.main {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.main-a {
	width: 1400px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}




.banner {
	margin: 0 auto;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	position: relative;
}

 .banner{
 	background: url(images/banner.jpg) no-repeat top center;
 	height: 758px;
 }
 
 .banner p{
/* 	float: left;*/
 	padding-top: 200px;
 }
 
 .banner p img{
 	margin-left: 182px;
 }

.index{
	/*background: url(images/index.jpg) no-repeat top center;*/
	height: 280px;
}

.index_bg{
	background: url(images/index-bg.jpg) no-repeat top center;
	height: 449px;
}
.index .tlt{
	opacity: 0;
	text-align: center;
}
.index .tlt h1{
	font-size: 50px;
	padding-top: 120px;
}
.index .tlt h2{
	font-size: 42px;
	line-height: 70px;
}
.index .tlt span{
	color: #dd0000;
	font-size: 52px;
}
.index p{
	text-align: center;
    padding-top: 50px;
    opacity: 0;
}
.index p span{
	color: #dd0000;
}

.index_bg ul li{
	float: left;
	width: 280px;
	opacity: 0;
}
.index_bg ul li:nth-child(2n){
	float: right;
	text-align: right;
}
.index_bg ul li h3{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

.index_bg ul li p{
	font-size: 16px;
	color: #666;
}

.index_bg ul li:nth-child(2n) p{
	text-align: right;
}

.index_bg ul li:first-child{
	margin-left: 265px;
	color: #3b97d3;
	margin-top: 28px;
}

.index_bg ul li:nth-child(2){
	margin-right: 315px;
    color: #26b99c;
    height: 190px;
    margin-top: -2px;
}

.index_bg ul li:nth-child(3){
    margin-left: 318px;
    color: #9cbe5c;
    margin-top: 156px;
}
.index_bg ul li:nth-child(4){
	margin-right: 265px;
	color: #ff8001;
	margin-top: 32px;
}

.index2 {
	/*background: url(images/index_2.jpg) no-repeat top center;*/
	height: 140px;
}

.index2 .main{
	/*padding-top: 120px;*/
}

.index2 h1{
	margin: 0px auto;
	width: 570px;
	font-size: 50px;
	color: #dd0a01;
	position: relative;
}

.index2 font{
	position: absolute;
	top: 12px;
	width: 148px;
	display: inline-block;
	background-color: #ff7e00;
	font-size: 32px;
	line-height: 50px;
	border-radius: 8px;
	color: #fff;
    padding: 0px 10px;
    margin-left: 20px;
    text-align: center;
}

.index2_bg{
	/*background: url(images/index2_bg.jpg) no-repeat top center;*/
	height: 360px;
    padding: 0 0 120px 0;
}
.index2_bg ul{
	width: 1200px;
	height: 360px;
	overflow: hidden;
	box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
.index2_bg ul li{
	width: 120px;
	height: 360px;
	float: left;
	border-left: 5px solid #3b97d3;
	box-sizing: border-box;
	background: #FFFFFF;
	transition: all 0.2s;
	opacity: 0;
}
.index2_bg ul li h2{
	float: left;
	width: 42px;
	writing-mode: horizontal-tb;
	text-align: center;
	color: #FFFFFF;
	background: #3b97d3;
	padding: 10px 0;
	border-radius: 3px;
	font-size: 24px;
    margin: 180px 0;
	transform: translateY(-50%);
	margin-left: 38px;
}
.index2_bg ul li  p{
	float: left;
	margin: 180px 95px;
	transform: translateY(-50%);
	width: 200px;
	font-size: 16px;
	line-height: 30px;
}
.index2_bg ul li img{
	float: left;
    margin: 180px 0;
	transform: translateY(-50%);
}
.index2_bg ul li:nth-child(2){
	border-left-color: #b88925;
}
.index2_bg ul li:nth-child(2) h2{
	background: #b88925;
}
.index2_bg ul li:nth-child(3){
	border-left-color: #9cbe5c;
}
.index2_bg ul li:nth-child(3) h2{
	background: #9cbe5c;
}
.index2_bg ul li:nth-child(4){
	border-left-color: #25b89a;
}
.index2_bg ul li:nth-child(4) h2{
	background: #25b89a;
}
.index2_bg ul li.on{
	background: rgba(255,255,255,.8);
	width: 840px;
}

.index3{
	background: #fbfbfb;
    padding-top: 1px;
}

.index3.main{
	padding-top: 120px;
}

.index3 h1{
	font-size: 50px;
    background-color: #dd0000;
    color: #fefefe;
    text-align: center;
    display: block;
    width: 280px;
    margin: 120px auto 0 auto;
}

.index3 font{
	font-size: 34px;
	line-height: 60px;
	font-weight: bold;
	color: #333;
	text-align: center;
	display: block;
}

.index3_bg{
	height: 750px;
	padding-top: 40px;
	background: #fbfbfb;
}

.index3_bg ul{
	/*margin-top: 40px;*/
}

.index3_bg ul li{
	float: left;
    width: 280px;
    height: 260px;
    text-align: center;
    padding: 40px 10px;
    border-radius: 5px;
    transition: all 0.2s;
    opacity: 0;
}
.index3_bg ul li:hover{    
	box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    transform: translateY(-10px);
}
.index3_bg ul li h4{
	font-size: 20px;
	color: #333;
	font-weight: normal;
	padding: 40px 0px 24px 0px;
}

.index3_bg ul li p{
font-size: 16px;
padding: 0px 10px;
text-align: center;
line-height: 26px;
color: #666666;
}

.index4{
	background: url(images/index4.jpg) no-repeat top center;
	height: 190px;
}

.index4 p{
	width: 720px;
	margin: 0px auto;
	font-size: 50px;
	color: #fff;
	padding-top: 130px;
	font-weight: bold;
}

.index4 span{
	color: #faa22f;
}

.propic{
float: left;
	width: 362px;
	overflow: hidden;
	max-height: 671px;
	overflow-y: scroll;
    border-radius: 0px 0px 39px 33px;
}

.propic::-webkit-scrollbar{
	width: 5px;
	height: 5px;
}

.propic::-webkit-scrollbar-thumb{
	background: #ccc;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 5em;
}

.propic:nth-child(2){
	margin: 0px 57px;
}


.index4_title{
	background: url(images/index4_bg.jpg) no-repeat top center;
	height: 196px;
}

.index4_bg{
	background: url(images/index4_bg1.jpg) no-repeat top center;
	height: 832px;
}


.index5{
	background: url(images/index5.jpg) no-repeat top center;
	height: 180px;
}

.index5 h5{
	font-size: 50px;
	color: #dd0000;
	text-align: center;
}

.index5 p{
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-bottom: 10px;
}


.index5_bg{
	background: url(images/index5_bg.jpg) no-repeat top center;
	height: 506px;
}

.index6{
	background: url(images/index6.jpg) no-repeat top center;
	height: 256px;
}


.index6_bg .main{
	width: 930px;
}

.index6 h5{
	font-size: 50px;
	color: #FFFFFF;
	text-align: center;
    padding-top: 120px;
}

.index6 p{
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	opacity: 0.6;
}

.index6_bg{
	background: url(images/index6_bg.jpg) no-repeat top center;
	height: 661px;
}
.index6_bg2{
	background: url(images/index6_bg2.jpg) no-repeat top center;
	height: 393px;
}
.index6_bg .main{
	padding-top: 100px;
}

.txtMarquee-top {
	overflow: hidden;
position: relative;
    width: 100%;
    height: 560px;
    overflow: hidden;
    margin: 0 auto;
}
.txtMarquee_title{
	padding:0 10px;
	width:980px;
	height:40px;
	background:#fef7e7;
	font:18px/40px "Î¢ÈíÑÅºÚ";
	color:#333;
	}
.txtMarquee-top .bd {
	padding: 3px 10px;
}
.txtMarquee-top .infoList li {
	padding:10px 0;
	border-bottom:dashed 1px #CCC;
	height:auto !important;
}
.txtMarquee-top .infoList li .uesr{
	width:100px;
	overflow:hidden;
	float:left;
	}
.txtMarquee-top .infoList li .uesr img{
	float:left;
	display:block;
	height:16px;
	}
.txtMarquee-top .infoList li .uesr p{
	float:left;
	font:14px/16px "Î¢ÈíÑÅºÚ";
	color:#48a2d2;
	margin-left:10px;
	}
.txtMarquee-top .infoList li .address{
	/*width:100px;*/
	overflow:hidden;
	float:right;
	}
.txtMarquee-top .infoList li .address p{
		font:12px/16px "Î¢ÈíÑÅºÚ";
	}
.txtMarquee-top .infoList li  .message_main{
	position:relative;
	}
.message {
		font:12px/16px "Î¢ÈíÑÅºÚ";
		margin:2px 0 12px 0;
		color:#333;
		float:left;
		width:700px;
	}
.message p{
		font:12px/16px "Î¢ÈíÑÅºÚ";
		color:#333;
	}
.ziliao{
	position:relative;
	}

.kd{
	float:left;
	width:140px;
	margin-left:100px;
    *margin-left:101px;
    *padding-left:100px;
	font:12px/16px "Î¢ÈíÑÅºÚ";
	}
	
	.kd p{
	font-size: 12px;
	}
	
.kd strong ,.jy strong{
	color:#ff6700;
	font-size: 12px;
	}
.jy p{
	float:left;
	font-size: 12px;
    margin-left:80px;
	}
	
 .time {
		margin-top:10px;
		color:#c6c6c6;
		position:absolute;
		*position:static;
		bottom:0px;
		right:0px;
		color:#333;
		*text-align:right;
		
	}
.time p{
	font:12px/16px "Î¢ÈíÑÅºÚ";
	color:#919191;
	text-align:right;
	width:140px;
	}


.index7{
	background: url(images/index7.jpg) no-repeat top center;
	height: 502px;
}


.contact_t_bg {
	background: url(images/liuyan.jpg) no-repeat top center;
	margin-top: -30px;
	height: 560px;
}



.contact_t_bg_main {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: 30px;
}

.footer {
	text-align: center;
	height: 27px;
	width: 100%;
}
.footer p, .footer a {
	color: #333;
	font-size:14px;
	line-height: 27px;
	text-align: center;
}
.footer em {
	display: none;
}


.Ver_tk_btn {
	background-color: #000 !important;
}
.sub-msg {
	background: #000 !important;
}

.product_bg .productbox {
   width:1200px;
   overflow: hidden;
   position: relative;
   margin:0 auto;
}

.product_bg .productbox ul li {
	padding: 0 5px;
	float: left;
	
}
.index_4 .storebox {
	padding-top: 17px;
	width:470px;
    margin-left: 680px;
	overflow:hidden;
	position:relative;
}

.index_4 .storebox ul li {
	padding: 0 5px;
	float: left;
}
.index_4 .storebox ul li  p{
	width: 330px;
	margin-left: 400px;
	text-indent: -0.5em;
	font-size: 16px;
	font-family: 'Î¢ÈíÑÅºÚ';
	}

.display_bg .displaybox {
	width:1200px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}

.display_bg .displaybox ul li {
	padding: 0 5px;
	float: left;
	
}

#footer {
	text-align: center;
	margin-top: 60px;
	line-height: 24px;
}