html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
a,
a:hover {
    text-decoration: none;
}
input,
a,
img,
select {
    outline: none;
}

input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

	 border:1px solid #cccccc; border-right:none;
	  width: 200px;
	  height:40px;
	  padding-left:10px;
	  background-image:linear-gradient(90deg,#e1e1e1,#fff),linear-gradient(90deg,#000,red);
}
.input_ok {
	  width: 40px;
	  height:40px;
	  padding-left:0px;
}
  .clear{

	clear: both;
	display: block;
}
.w_1400{width: 1400px;margin:0px auto; height:120px;}

.mask {
    width: 100%;
	height:100px;
    max-height: 100px;
    z-index: 10;
	transition: all .4s;
    background: url(img/ban-bg.png) no-repeat center;
    background-size: cover; */
    background:rgba(62,62,59,1); */
    background-color: rgba(34,37,49,1);;

}
.mask.animated{
	opacity: 1;
}
.mask .aside {
    position: absolute;
    left: 48px;
    bottom: 38px;
}

.mask .entry {
    float: right;
    overflow: hidden;
}

.mask .entry a {
    position: relative;
    float: left;
   font-size: 20px;
       padding-left: 20px;
       line-height: 20px;
       padding-top: 25px;
    color: #fff;
    width: 180px;
    height: 120px;
}

.mask .entry a:before {
    content: '';
    position: absolute;
    top:25px;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #FFF;
    opacity: .33;
}

.mask .entry a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 2px);
    height: 100%;
    transform-origin: bottom center;
    transform: scaleY(0);
    background: url(img/mask.jpg) no-repeat center;
    background-size: cover;
    z-index: 0;
    transition: transform 0.3s ease;
}

.mask .entry a .en {
    position: relative;
	margin-top: 3px;
    z-index: 1;
    opacity: .8;
    line-height: 20px;
    /* height: 40px; */
	font-size: 16px;
	color: rgba(255, 255, 255, .8);
    text-transform: uppercase;
    font-family: 'RAJDHANI-BOLD-WEBFONT';
    transition: all 0.5s linear;
}

.mask .entry a .cn {
    position: relative;
	margin-bottom: 10px;
    z-index: 1;
        line-height: 25px;
        font-size: 16px;
	color: #d4bd86;
	    font-weight: bold;
    transition: all 0.5s linear;
}

.mask .entry a:hover:after {
    transform: scaleY(1);
}

.mask .entry a:hover .en {
    opacity: 1;
	color: #fff;
}

.mask .entry a:hover .cn {

	color: #fff;
}

.tishi {
	width: 200px;
	height: 120px;
    max-height: 120px;
	z-index: 90;
	float:left;
	padding-top: 25px;
	padding-left:20px;
}

.tishi .icon {
    width: 24px;
    height: 36px;
    background: url(img/icon_tishi.png) no-repeat center;
    position: absolute;
    left: 0;
    margin-bottom: 66px;
    z-index: 99999;
    animation: arrow-movement 3s ease-in-out infinite;
    -webkit-animation: arrow-movement 3s ease-in-out infinite;
}

.tishi .txt {
    font-size: 20px;
    color: #fff;
    z-index: 999;
}
.tishi .h1{
	 font-family: 'FSSinclair-Bold';
	 font-size: 16px;
	 color: #dcc9b3;
	 line-height: 24px;
	 text-transform: uppercase;
}


.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.com_bg{background: no-repeat center top;}


.ind_n{width: 100%; height:500px;background: url(img/bg1.jpg);}
.ind_w{width:1400px; height:500px; margin:0px auto;}
.ind_n_l{width:600px; height:500px;float:left;padding-top: 150px;}
.ind_n_r{width:750px;padding-top: 200px;float:right;}
		

.info_more:link  span{
	    width: 300px;
	    height: 55px;
	    border: 2px solid #ded1b9;
	    line-height: 55px;
		margin-top: 50px;
		padding:15px 30px;
		text-align:left;
		background:rgba(255,204,51,0.5); 
		color:#333333;
}
.info_more:visited  span{
	    width: 300px;
	    height: 55px;
	    border: 2px solid #ded1b9;
	    line-height: 55px;
		margin-top: 50px;
		padding:15px 30px;
		text-align:left;
		background:rgba(255,255,255,0); 
		color:#666666;
}
.info_more:hover span{
	    width: 300px;
	    height: 55px;
	    border: 2px solid #ded1b9;
		color:#A61438;
	    line-height: 55px;
		margin-top: 50px;
		text-align:left;
		transition: all .8s;
		background-color: #ded1b9;


}

		
		
.len_img:nth-child(1){
			   width: 300px;
			   height: 300px;
			   position: relative;
			   background: url(img/bg2.jpg);
			   background-size: cover;
			   float:left;
		   }
.len_img:nth-child(1) .txt{
			   position: absolute;
			   left: 40px;
			   top: 150px;
			   transition: all .4s;
		   }
.len_img .txt::after{
			   content: '';
			   bottom: -40px;
			   left: 0;
			   position: absolute;
			   width: 0;
			   height: 16px;
			   background: url(img/more3.png);
			   transition: all .4s;
		   }
.len_img:hover .txt::after{
			    width: 100px;
		   }
.len_img:nth-child(1):hover .txt{
				top: 50%;
				transform: translateY(-50%);
			}
.len_img:nth-child(1):hover{
			    background: url(img/bg2on.jpg);
				background-size: cover;
		   }
.len_img:nth-child(2){
		   			   width: 450px;
		   			   height: 300px;
					   position: relative;
		   			   background: url(img/bg3.jpg);
					   transition: all .4s;
					    float:right;
		   }
.len_img:nth-child(2) .txt{
				position: absolute;
				    left: 40px;
				    top: 150px;
				    transition: all .4s;
			}
.len_img:nth-child(2):hover .txt{
				 top: 50%;
				 transform: translateY(-50%);
			 }
.len_img:nth-child(2):hover{
				 background: url(img/bg3on.jpg);
			}
.len_img:nth-child(2) .ico{
			   position: absolute;
			   right: 40px;
			   bottom: 50px;
			   width: 130px;
			   opacity: 0;
			   transition: all .6s;
			   border-radius: 50%;
			   overflow: hidden;
			   padding: 10px;
			   background: #fff;
		   }
.len_img:nth-child(2) .ico img{
			border-radius: 50%;
			}
.len_img:nth-child(2):hover .ico{
			   opacity: 1;
			   bottom: 60px;
		   }
.len_img h1{
				font-size: 30px;
				color: #ffffff;
				font-weight: 300;
				margin-bottom: 15px;
			}
.len_img h2{
				font-size: 24px;
				color: #cccccc;
				font-weight: 300;
				line-height: 24px;
				letter-spacing: -1px;
				text-transform: uppercase;
				padding-right: 67px;
				background-image: url(img/more2.png);
				background-repeat: no-repeat;
				background-position: 90% 50%;
				 font-family: 'BrandonGrotesque-Bold';
				 transition: all .4s;
			}
.len_img:hover h2{
			background: none;
			background-position: 90% 50%;
			}
.len_img .txt{display: table;}



#header,
#header.on {

    height: 100px;
    margin: 0 auto;
    transition: all .4s;
	width: 1400px;
}

#header .logo, #header_nei .logo, #header_nei.on .logo {
    float: left;
    width: 600px;
    height: 100px;
    margin-left: 0px;
    background: url(img/logo.jpg) no-repeat center;
}
#header.hover .logo,#header.on .logo{
	  background: url(img/logo.jpg) no-repeat center;
}
#header .ri,
#header_nei .ri,
#header_nei.on .ri,
#header.on .ri {
    float: right;
}

#header .ri>ul ,
#header_nei .ri>ul
{
    float: left;
}

#header .ri>ul li,#header_nei .ri>ul li {
    float: left;
    text-align: center;
    /* position: relative; */
}
#header .ri li a.on,#header.on .ri li a.on,
#header_nei .ri>ul li a.on,#header_nei.on .ri>ul li a.on{
    color: #e50000;
}
#header .ri li >a.indexOn{
    transition: all 0s;
}
#header .ri li >a.indexOn:before{
    transition: all 0s;
}
#header .ri li >a.on::before{
    /* width: calc(100% - 30px); */
    width: 100%;
    left: 0;
    transition: all .6s;

}
#header .ri li >a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #e50000;
    transition: all .6s;
}
#header .ri li >a.removeBefore::before{
    transition: all .6s;
    width: 0;
    left: 50%;
}
#header .ri>ul li:hover >a::before{
    /* width: calc(100% - 30px); */
    width: 100%;
    left: 0%;
    transition: all .6s;
}
#header .ri li a,
#header_nei .ri li a,
#header_nei.on .ri li a {
    float: left;
    line-height: 90px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 30px;
    font-weight: 600;
    position: relative;
}
.nav-home #header .ri li a{
	color: #4A4A4A;
}
#header.hover .ri li a,#header.on .ri li a {
	color: #666;
}
#header.on ,.header_nei.on{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border: none;
}
#header_nei .head_ri{
    background: url(../images/head_ri1.png) no-repeat center;
    width: 36px;
    float: right;
    height: 90px;
    margin: 0 40px 0 0;
}
#header .head_ri {
   display: flex;
    float: right;
    height: 90px;
    margin: 0 35px 0 0;
	position: relative;
}
#header .head_ri .search{
	width:24px;
	 background: url(img/head_ri22.png) no-repeat center;
	     cursor: pointer;
		 position: absolute;
		     height: 100%;
		     left: 0;
		 opacity: 1;
}
#header .head_ri .search.on{
	opacity: 0;
}

#header .head_ri .act.active{
	pointer-events: stroke;
	opacity: 1;
}
#header .head_ri .fastmap {
    width: 65px;
    height: 90px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	    margin-left: 24px;
}


.header{position: fixed;z-index: 999;background: #ffffff;height:160px;width:100%;}

.pt40{padding-top:40px;}

.pt30{padding-top:30px;}

.top{width:100%; height:120px;}

.ding{width:100%; height:40px;background: #A21535;color:#ffffff; line-height:40px;font-size:14px;}


.menu,.menu li a{background:url(../images/nav-repeat-x.gif) repeat-x;}
/* menu */
.menu{background: #4c4c4c; height:50px;line-height: 50px;font-size: 16px;color:#D4BD86;}
.menucon{width:1400px;margin:0px auto;}
.menu li{float:left;position:relative;background: #4c4c4c; height:50px;line-height: 50px;font-size: 16px;color:#D4BD86;width:175px;}

.menu li a:link,.menu li a:visited{display:block;color:#ffffff;width:175px;height:50px;line-height:50px;overflow:hidden;text-align:center;}
.menu li a:hover{display:block;color:#D4BD86;width:175px;height:50px;line-height:50px;overflow:hidden;text-align:center;background: #A21535;}
.menu li ul{display:none; z-index:99;}
.menu li:hover ul{display:block;position:absolute;top:50px;left:0px;margin:0px;width:175px;}

.menu li:hover a{color:#fff;background-position:0 -21px;}
.menu li:hover li a{color:#D4BD86;display:block;background: #4c4c4c;line-height:50px;}
.menu li:hover li a:hover{color:#ffffff;background-position:0 -50px;background: #A21535;}




.flexslider{position:relative;height:750px;overflow:hidden;background:url(../img/loading.gif) 50% no-repeat; top:170px;width:100%;}
.slides{position:relative;z-index:1;}
.slides li{height:750px;}
.flex-control-nav{position:absolute;bottom:20px;z-index:1;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:50px;height:5px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:50px;height:5px;line-height:40px;overflow:hidden;background:url(../img/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:80px;height:80px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px; background:url(../img/prev.png) center center no-repeat;}/* background:url(images/prev.png) center center no-repeat; */
.flex-direction-nav li a.flex-next{right:40px;background:url(../img/next.png) center center no-repeat;}/* background:url(images/next.png) center center no-repeat; */



.w1400{width:1400px; margin:0px auto;}
.fl{ float:left;}
.fr{ float:right;}
.fc{ float:center;}


.baise{color:#FFFFFF;}

.pt70{padding-top:70px;}
.pb70{padding-bottom:70px;}
.pt50,.pb50{padding-top:50px; padding-bottom:50px;}
.t_c{ text-align:center;}
.t_l{ text-align:left;}

.color_lanse{color:#D8BF8C;font-weight:bold;}
.h2{ font-size:40px; line-height:40px;font-family:"Microsoft YaHei";font-weight: lighter;}
.h2 span{font-size:12px;color:#cccccc; display:block;font-weight: lighter;}
.h2 i{font-size:12px;color:#999999;font-weight: lighter;}
.h2_line{
	background-attachment: scroll;
	background-image: url(img/h2_line.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}



.n-products{
	overflow: hidden;
	width: 1400px;
	margin:30px auto;
}
.n-products .products-type{
	width: 1400px;
	display: flex;
	justify-content: flex-end;
	overflow: hidden;
	margin:0px auto;
}
.n-products .products-type li{
	width:320px;
	margin-right: 40px;
}
.n-products .products-type li a{
	width:320px;
	display: block;
	position: relative;
	line-height: 40px;
}
.n-products .products-type li a:after{
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;

	bottom: 0;
	left:0;
	transform-origin: center;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.n-products .products-type li:hover a:after,
.n-products .products-type li.active a:after{
	transform-origin: center;
    transform: scale(1);
}
.n-products .products-list{
	width: 1400px;
	margin:0 auto;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	overflow: hidden;
}
.n-products .products-list li{
	width: 320px;
	margin:0px 40px 15px 0px;
	float: left;
}




.n-products .products-list li:nth-child(4n){
	margin-right: 0;
}
.n-products .products-list li a{
	width: 320px;
	display: block;
	
}
.n-products .products-list li .pic{
	width: 318px;
	height:318px;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.n-products .products-list .pic img{
	width: 318px;
	height:318px;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
	display: block;

}
.n-products .products-list a:hover .pic img{
	width: 318px;
	transform: scale(1.05);

}

.n-products .products-list a:link .word{
	font-family:'Fontsstyle1';
	text-align:center;
	color:#000000;
	font-size:16px;
	background: linear-gradient(-45deg, transparent 10px, #cccccc 0);
	height:40px;
	line-height:40px;
}
.n-products .products-list a:hover .word{
	font-family:'Fontsstyle1';
	text-align:center;
	color:#ffffff;
	font-size:16px;
	background: linear-gradient(-45deg, transparent 10px, #D8BF8C 0);
	height:40px;
	line-height:40px;
}






.page_banner{background: url(img/ee.jpg) no-repeat center; height:510px;width: 100%;position: relative;}
.news_banner{background: url(img/news_banner.jpg) no-repeat center; height:510px;width: 100%;position: relative;}
.jgsb_banner{background: url(img/banner_jgsb.jpg) no-repeat center; height:510px;width: 100%;position: relative;}
.lxwm_banner{background: url(img/lxwm_banner.jpg) no-repeat center; height:510px;width: 100%;position: relative;}
.page_nav {
	width: 1400px;
    margin: 0px auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height:75px;
 	position: absolute;
	transition: all .3s; 

	z-index: 12;
}
.page_nav.onon1{
	bottom: -75px;
	transition: all .4s;
}
.page_nav .on{
	bottom: 0;
}
.page_nav::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1400px;
    margin-left: -700px;
    height: 2px;
}

.page_nav .list a[href="javascript:;"] {
    cursor: auto;
}

.page_nav .list {
    float: right;
	width:1100px;
	background: url(img/subBan-bg2.jpg);
	    background-size: cover;
		background-position: center;
	    position: relative;
	padding-right: 35px;
}
.page_nav .list .inner_bor {
    position: absolute;
    top: 2;
    height: 3px;
    background: #d6000f;
}
.page_nav .list .nav-link ul{
	display: flex;
	justify-content: flex-end;
	width:100%;
}
.page_nav .lifl{
float: left;
width: 300px;
background: url(img/subBan-bg1.jpg);
background-size: cover;
background-position: center;
display: flex;
height: 100%;
padding-left: 45px;
}
.page_nav .lifl li{
float: left;
}
.page_nav .lifl a{
color: #f1e4d1;
font-size: 18px;
font-weight: bold;
line-height: 75px;
margin-right: 55px;
position: relative;
}


.page_nav .lifl a::after{
	content: '';
	height: 8px;
	width: 8px;
	box-sizing: border-box;
	border: 2px solid #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: -20px;
}
.page_nav .list a {
    color: rgba(255, 255, 255, .6);
    position: relative;
    text-align: center;
    line-height: 74px;
	margin-left: 40px;
    font-size: 15px;
	    font-weight: bold;
}
.page_nav .list a:hover {
    color: rgba(255, 255, 255, 1);
    position: relative;
    text-align: center;
    line-height: 74px;
	margin-left: 40px;
    font-size: 15px;
	    font-weight: bold;
}

.page_nav .list a:nth-last-child(1)::after {
    content: unset;
}
.info_left{float:left; width: 300px;margin:50px 0px;}
.info_right{float:right; width:1100px;margin:50px 0px;color:#999999; line-height:180%;}
h1{font-size:28px;color:#916012;}
h2{font-size:20px;color:#999999; font-family:"arial"; font-weight:normal;}


#dituContent{line-height:180%;font-size:16px;color:#cccccc;width:1050px;height:400px;float: right;}


.ms{width:50px; height:50px;position: absolute;right:0px;}
.ms{ width:50px; height:50px;position:absolute;z-index:2;top:0px;right:0px;}
.pro-list{
	width: 1050px;
	margin:0 auto;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	overflow: hidden;
}
.pro-list li{
	width: 320px;
	margin:0px 45px 35px 0px;
	float: left;
	position: relative;
}

.pro-list li a:link .ms{right:0px;top:0px; width:60px; height:60px;position:absolute; display: inline; background:url(img/pro_ico.png) repeat-x;}
.pro-list li a:hover .ms{right:0px;top:0px; width:60px; height:60px;position:absolute; display: inline; background:url(img/pro_ico_on.png) repeat-x;}

.pro-list li:nth-child(3n){
	margin-right: 0;
}
.n-products .products-list li a{
	width: 320px;
	display: block;
	
}
.pro-list li .pic{
	width: 318px;
	height:318px;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.pro-list .pic img{
	width: 318px;
	height:318px;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
	display: block;

}
.pro-list a:hover .pic img{
	width: 318px;
	transform: scale(1.05);

}

.pro-list a:link .word{
	font-family:'Fontsstyle1';
	text-align:center;
	color:#000000;
	font-size:16px;
	background: linear-gradient(-45deg, transparent 10px, #cccccc 0);
	height:40px;
	line-height:40px;
}
.pro-list a:hover .word{
	font-family:'Fontsstyle1';
	text-align:center;
	color:#ffffff;
	font-size:16px;
	background: linear-gradient(-45deg, transparent 10px, #D8BF8C 0);
	height:40px;
	line-height:40px;
}















.down-list{
	width: 1050px;
	margin:0 auto;
	display: flex;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	overflow: hidden;
}
.down-list li{
	width: 320px;
	margin:0px 45px 35px 0px;
	float: left;
	position: relative;
}




.down-list li:nth-child(3n){
	margin-right: 0;
}

.down-list li a:link .ms2{right:0px;top:0px; width:60px; height:60px;position:absolute; display: inline; background:url(img/pro_ico2.png) repeat-x;}
.down-list li a:hover .ms2{right:0px;top:0px; width:60px; height:60px;position:absolute; display: inline; background:url(img/pro_ico2_on.png) repeat-x;}



.down-list li .pic{
	width: 318px;
	height:318px;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.down-list .pic img{
	width: 318px;
	height:318px;
	-webkit-transition:all 400ms linear;
    -moz-transition:all 400ms linear;
    -o-transition:all 400ms linear;
    transition:all 400ms linear;
	display: block;

}
.down-list a:hover .pic img{
	width: 318px;
	transform: scale(1.05);

}

.down-list a:link .word{
	font-family:'Fontsstyle1';
	text-align:center;
	color:#ffffff;
	font-size:16px;
	background: linear-gradient(-45deg, transparent 10px, #D8BF8C 0);
	height:50px;
	line-height:50px;
}
.down-list a:visited .word{
	font-family:'Fontsstyle1';
	text-align:center;
	color:#ffffff;
	font-size:16px;
	background: linear-gradient(-45deg, transparent 10px, #D8BF8C 0);
	height:50px;
	line-height:50px;
}

.down-list a:link .word  img{
vertical-align:middle;
padding-left:20px;
width: 30px;
height:30px;

}

.down-list a:hover .word{
	font-family:'Fontsstyle1';
	text-align:center;
	color:#ffffff;
	font-size:16px;
	background: linear-gradient(-45deg, transparent 10px, #A21535 0);
	height:50px;
	line-height:50px;
}



.info_main_right{width:1150px;float:right;font-size: 16px;color: #999999; line-height:180%; text-align:left;}
.New_R{width: 100%;position: relative; padding-bottom:20px;padding-top:0px;height: 135px;float: left;margin:20px 0px 0px 0px;}

.New_R:hover{background:url(img/i6.png) no-repeat right 20px center #fff;border: 1px solid #ddd;}
.New_RTime{width: 100px;height: 100px;background:#D8BF8C; text-align: center;position: relative;float: left;padding:10px;margin:15px;}
.New_RTime p{font-size:24px;color: #fff;margin-top:16px; line-height:20px;}
.New_RTime span{font-size:14px;width: 100%; color: #fff;display: block;text-align: center;position: absolute;bottom:15px;left:0 }
.New_R:hover .New_RTime{background:#680D1F;}
.New_R:hover .New_RTime p{color: #ffffff;}
.New_R:hover .New_RTime span{color: #ffffff;}
.New_pred{width:70%;height: 100px; position: relative;float: left;margin-left: 20px;margin-top:20px;}
.New_pred h2{width: 100%;font-size: 20px;color: #A0976E;}
.New_R:hover h2{width: 100%;font-size: 20px;color: #680D1F;}
.New_pred em{width: 100%;display: block;height: 1px;background: #004ea2;margin:10px 0 5px 0;}
.New_pred p{width: 100%;font-size: 14px;color: #333;line-height: 28px;padding-top:10px;text-indent:2em;}
.New_innercent{width: 100%;position: relative;padding: 50px 0;padding-top:180px;}
.New_innercent .inn_left{width:100%;padding-left:30px;float:left;position: relative;}



.news_title{font-size:24px; line-height:80px; height:80px; text-align:center;color:#C3A26C; font-weight:bold;border-bottom: 1px solid #efefef;}
.news_info{font-size:16px; line-height:180%; text-align:;left;color:#999999;padding-top:30px;}

.news_info .sx{width: 100%; height:40px;padding-top:40px;}
.news_info .sx li{width: 50%; line-height:40px;float: left; text-align:left;}
.news_info .sx li:nth-child(2n){float:right; text-align:right;}




.list-2 {
	margin: 20px 0px;width: 100%; height:660px;
}
.list-2 li {
	float: left;
	width: 25%;
	padding:20ox 0px;
}
.list-2 li a {
	display: block;
	margin: 20px 0 0 20px;
	border: 1px solid #ccc;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 2px;
}
.list-2 li .img-center {
	overflow: hidden;
	height: 180px;
	line-height: 186px;
}
.list-2 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 185px;
	width: 329px;
	
}
.list-2 li a:hover {
	-webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}
.list-2 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}











.pro_img{border: 1px solid #cdcdcd;}



.pro_info{width: 1050px; margin:0px auto;}

.proshow{width: 100%; margin:0px;padding:0px; float: left;}
.proshow h2{font-size:36px; text-align: center;padding:20px 0px 60px 0px;color:#A21535;}

.proshow .pro_img{width: 452px;height:452px;border: 1px solid #ccc; float: left;}
.proshow .pro_img img{width: 450px;height:450px;}
.proshow .pro_info{width: 580px;height:450px; float: right;color:#666666;}
.proshow .pro_info h3{font-size:18px;color:#A21535; font-weight:bold; line-height:40px;}
.proshow .pro_info .cptd{font-size:14px;color:#666666; height:350px; line-height:180%;}
.proshow .pro_info .tel{font-size:18px;color:#A21535; font-weight:bold; line-height:40px;}
.info_bot{width: 100%;padding:30px 0px;color:#666666; line-height:180%;float: right;}
.info_bot h3{font-size:24px;color:#A21535; font-weight:bold; line-height:50px;border-bottom: 3px solid #A21535;margin-bottom:10px;}






		
		
/*fenye page?*/

#kkpager{
	clear:both;
	color:#999;
	padding:40px 0px;
	font-size:14px;
	width:100%;
	margin:40px auto;
}
#kkpager a{
	float: left;
	border: 1px solid #ccc;
	display: inline;
	padding: 5px 13px 5px 13px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	background: #fff;
	text-decoration:none;
	color:#666;
}

#kkpager span.disabled{
	float: left;
	display: inline;
	padding: 5px 13px 5px 13px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #999;
	background-color:#FFF;
	color:#ccc;
}
#kkpager span.curr{
	float: left;
	border: 1px solid #EAAD14;
	display: inline;
	padding: 5px 13px 5px 13px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #EAAD14;
	color: #fff;
}
#kkpager a:hover{
	border:1px solid #EAAD14; 
	background-color:#EAAD14; 
	color:#fff;
}
#kkpager span.normalsize{
}
#kkpager_gopage_wrap{
	position:relative;
	left:0px;
	top:0px;
}
#kkpager_btn_go {
	width:44px;
	height:18px;
	border:0px;
	overflow:hidden;
	line-height:140%;
	padding:0px;
	margin:0px;
	text-align:center;
	cursor:pointer;
	background-color:#EAAD14;
	color:#fff;
	position:absolute;
	left:0px;
	top:2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:none;
	font-size:12px;
}
#kkpager_btn_go_input{
	width:36px;
	height:18px;
	color:#1E4797;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	border:1px solid #EAAD14;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	left:0px;
	top:0px;
	outline:none;
	font-size:14px;
}

#kkpager_btn_go_input.focus{
	border-color:#EAAD14;
}

#kkpager .pageBtnWrap{
	float:left;
}
#kkpager .infoTextAndGoPageBtnWrap{
	float:right;
}
#kkpager .spanDot{
	float:left;
	margin-right:5px;
}

#kkpager .currPageNum{
	color:#EAAD14;
}

#kkpager .infoTextAndGoPageBtnWrap{
	padding-top:5px;
}





.contact-box{
	width: 1200px;
	border-bottom: 0px solid #e8e8e8;
	padding:50px 0px 50px 0px;
	margin: 0px auto;
}
.contact-box h2{
	font-size: 24px;
	color: #333;
	line-height: 44px;
	padding-bottom: 20px;
}
.contact-box ul{
	width: 100%;
}
.contact-box li{
	float: left;
	width: 44%;
	padding-left: 32px;
	font-size: 18px;
	color: #333333;
	line-height: 59px;
}






#dituContent{line-height:180%;font-size:16px;color:#cccccc;}

.ind_t_1{text-align:center;padding:50px 0px;}


.tabli{
	width:1400px;
	margin:0px auto;
	padding-left:0px;
	height:120px;
}
.tabli ul{
	overflow: hidden;padding:0px;margin:0px;
}
.tabli ul li{font-size:16px;float:left;color:#666;font-weight: bold; text-align:center;height:40px; line-height:40px;padding:0px;margin:0px;}
.tabli ul li a{
font-weight: bold;color:#ffffff;margin-right:15px;padding:12px;background-color:#A21535;height:40px;}
.tabli ul li a.tab_click{color:#ffffff;background-color:#4d4d4d;}

.tab{
	overflow: hidden;
		height:120px;
}
.tab_content{
	overflow: hidden;
	height:450px;
}

.ad1 img{
	width:290px;
	height: 290px;
}

.roll_product li{padding-bottom:0px;}

.project{height:400px;width:1400px;position:absolute;}
.product_list1{margin-left:0px;margin-right:0px;margin-top:10px;height:400px;}
.product_list1 li{float:left;margin-right:20px;margin-bottom:25px;width:330px;height:380px;padding-right:5px;position: relative;}
.product_list1 a li.img{margin: 0px;width:330px;height:330px;}

.product_list1 a li h3{text-align:left;width: 100%;padding-left:5px;}
.product_list1 a li h3{font-weight:normal;font-size:18px;color:#666666;width: 330px;height: 42px;line-height: 42px;}
.product_list1 a:hover li h3{color:#A21535;padding-left:5px;}
.product_list1 a:link li .img,.product_list1 a:visited li .img{border:1px solid #e8e8e8;}
.product_list1 a:hover li .img{border-color:#dddddd;}
.product_list1 a:link li span{color:#666666;padding-left:5px;}
.product_list1 a:hover li span{color:#666666;padding-left:5px;}
.product_list1 li:nth-child(4n){margin-right: 0px;}



.ind_about_bg{width:100%; height:800px;background: url(../img/ind_about_bg.jpg);flex-grow:1;margin:0px auto;position:relative;}
.ind_about_t{width:1400px;height:180px;}
.ind_about_t li{width:50%;float:left; text-align:left; height:100px;padding:20px 0px;}
.ind_about_t li span{float:left; text-align:left; font-size:16px;color:#666666;width:550px;padding-left:20px;}
.ind_about_t2{width:1400px;height:160px;text-align:center;}
.ind_about_info{width:1400px;height:400px;text-align:left;font-size:18px; line-height:180%;color:#666666;}
.ind_about_info span{display:block;margin:5px auto;width:180px;}
.ckxq:link{background-color:#EAAD14;color:#FFFFFF;width:180px;height:40px;line-height:40px; text-align:center;padding:10px 30px;border-radius:5px;font-size:16px;}
.ckxq:hover{background-color:#666666;}
.ckxq:visited{color:#ffffff;}
.bg{background-color:#F7F7F7;}
.news_bg{background-color:#F7F7F7;width:100%;height:650px;}
.ind_news{width:1400px;margin:0px auto;}
.ind_news a:link li{width:330px;height:350px;background-color:#FFFFFF;border-radius:5px;float:left;margin-right:20px;margin-bottom:20px;}
.ind_news a:link li h2{width:300px line-height:50px;height:50px;color:#666666;font-size:18px;padding:15px;}
.ind_news a:link li .p{width:300px line-height:200%;height:150px;color:#999;font-size:14px;padding:15px;}
.ind_news a:link li h5{width:300px line-height:16px;height:50px;color:#999;font-size:16px;padding:15px;}
.ind_news a:visited li h2{width:300px line-height:50px;height:50px;color:#666666;font-size:18px;padding:15px;}
.ind_news a:visited li .p{width:300px line-height:200%;height:150px;color:#999;font-size:14px;padding:15px;}
.ind_news a:visited li h5{width:300px line-height:16px;height:50px;color:#999;font-size:16px;padding:15px;}

.ind_news a:link li:nth-child(4n){margin-right:0px;}
.ind_news a:link li .sj{width:70px; height:70px;padding:10px;margin:10px;background-color:#666666;}
.sj h3{font-size:22px;color:#FFFFFF;}.sj h4{font-size:18px;color:#FFFFFF;}


.ind_news a:hover li{width:330px;height:350px;background-color:#FFFFFF;border-radius:5px;float:left;margin-right:20px;box-shadow: 0 0 10px #cccccc; }
.ind_news a:hover li span{width:70px height:70px;color:#666666;font-size:18px;padding:15px;background-color:#EAAD14;}
.ind_news a:hover li h2{width:300px line-height:50px;height:50px;color:#EAAD14;font-size:18px;padding:15px;}
.ind_news a:hover li .p{width:300px line-height:200%;height:150px;color:#333;font-size:14px;padding:15px;}
.ind_news a:hover li h5{width:300px line-height:16px;height:50px;color:#EAAD14;font-size:16px;padding:15px;}
.ind_news a:hover li:nth-child(4n){margin-right:0px;}
.ind_news a:hover li .sj{width:70px; height:70px;padding:10px;margin:10px;background-color:#EAAD14;}



.ind_contact_bg{width:100%; height:1050px;background: url(../img/ind_contact_bg.jpg);}
.ind_contact_m{width:1400px; height:620px; margin:0px auto;padding:0px;background-image: url(../img/map_bg.png);z-index:2;}

.map_l{width:820px; heght:410px;float:left;background-color:#FFFFFF;margin-top:150px;margin-left:30px;}
.map_r{width:480px; heght:360px;float:right;padding:0px;margin:0px;}
.map_r{width:480px;padding:0px;margin:0px;float:right;margin-top:200px;bottom:30px;}

.map_r li{
	float: left;
	width: 100%;
	padding-left: 32px;
	font-size: 18px;
	color: #333333;
	line-height: 59px;
}
.map_r li.li0{
	background: url(../img/con2.png) no-repeat left center;
}
.map_r li.li1{
	background: url(../img/con03_1.png) no-repeat left center;
}
.map_r li.li2{
	background: url(../img/con4.png) no-repeat left center;
}
.map_r li.li3{
	background: url(../img/con5.png) no-repeat left center;
}	
.map_r li.li4{
padding-left:100px;padding-top:50px;
}		
.ckxq2:link{background-color:#EAAD14;color:#FFFFFF;width:180px;height:40px;line-height:40px; text-align:center;padding:10px 30px;border-radius:5px;font-size:16px;}
.ckxq2:hover{background-color:#666666;}
.ckxq2:visited{color:#ffffff;}


.bot_bg{width:100%;height:300px;background:url(../img/bot_bg.jpg) 50% no-repeat;}

.bot_bg .bot_logo{float:left;width:400px;}
.bot_bg .bot_logo li{width:400px;float:left;color:#666666;}
 
.bot_r{float:right;width:910px; height:160px; margin-top:50px;}

.bot{background:#000;width:100%;height:50px; line-height:50px;}

.bot_r li{width:130px;float:left;padding:0px;}
.bot_r li h1{font-size:18px;color:#ffffff;padding-bottom:15px;}
.bot_r li a:link,.bot_r li a:visited{width:100%; text-align:left;font-size:15px; height:30px;display:block;color:#cccccc;}
.bot_r li a:hover{width:100%; text-align:left;font-size:15px; height:30px;color:#EAAD14; }
.bot_info{width:1400px;margin:0px auto;padding:0px;font-size:14px;color:#666666;line-height:50px;text-align:right;}

.info_news{width:1400px;margin:0px auto;padding:40px 0px;}
.info_news h1{font-size:32px; line-height:50px;color:#000000;text-align:center;margin:30px 0px;}
.info_news p{font-size:16px; line-height:180%;color:#999999;text-align:left;}
.info_sx{width:1400px;margin:0px auto;padding:40px 0px;}
.info_sx li{font-size:16px; line-height:180%;color:#999999;text-align:left;width:48%;float:left;text-align:center;}
.info_sx li:nth-child(2n){float:right;text-align:center;}

.info_banner{width:100%;height:700px;float:left;padding:0px;margin:0px auto;position:relative;}
.site{font-size:16px; line-height:40px;color:#999999; height:40px;}









 /*proall ?a¨º?*/
 .stylebox-w{width: 300px;float:left;margin-right:30px;}
.stylebox_title{ width: 270px; height:60px; line-height:60px;color:#FFFFFF; background-color:#EAAD14; padding-left: 15px; padding-right: 15px; font-size:24px; vertical-align: top;}
.stylebox{width: 270px;float:left;}
.stylebox a:link li{width: 270px;float:left;height:45px; line-height:45px;color:#666666;font-size:16px;padding-left: 15px; padding-right: 15px;border-bottom:1px solid rgba(228,228,228,0.3);border-left:1px solid rgba(228,228,228,0.3);border-right:1px solid rgba(228,228,228,0.3);background-color:#fff;}
.stylebox a:hover li{width: 270px;float:left;height:45px; line-height:45px;color:#ffffff;font-size:16px;background-color:#EAAD14;padding-left: 15px; padding-right: 15px;}

.info_main{width:1050px;float:right;}
.info_main li{width:100%;}
.info_left{float:left;width:450px;}
.info_left img{width:480px; height:480px;padding-right:20px;border: 1px solid #f0f0f0;}
.info_right{float:right;width:530px;padding-bottom:30px;padding-left:20px;color:#666666;font-size:16px; line-height:180%;}

.info_right .abc{width:500px;float: left; height:40px; line-height:40px;margin:5px 0px;}
.info_right .abc a{float: left;width:150px;height:40px; line-height:40px;color:#FFFFFF;background-color: #EAAD14;margin-right:20px;text-align:center;border-radius:20px;}
.info_right .abc a:hover{float: left;width:150px;height:40px; line-height:40px;color:#fff;background-color:#AE0102;margin-right:20px;text-align:center;border-radius:20px;}

.color_heise{color:#000000;}
.h2{ font-size:40px; line-height:40px;font-family:"Microsoft YaHei";font-weight: lighter;}
.h2 span{font-size:12px;color:#999; display:block;font-weight: lighter;}
.h2 i{font-size:12px;color:#999999;font-weight: lighter;}
.h2_line{
	background-attachment: scroll;
	background-image: url(img/h2_line.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.canshu{max-height:350px;text-align:left;margin:0px;min-height:350px;}
.cpxq{ line-height:180%;font-size:16px;color:#666666;padding:0px 0px 50px 0px;width:100%;background-color: #ffffff;}

.mt50{margin-top:50px;}.mb50{margin-bottom:50px;}.pt50{padding-top:50px;}
.info_t{width:1400px;margin:0px;padding:20px 0px;}
.info_t h2{font-size:36px; text-align:center;color:#333333;display:block;line-height:50px;}
.info_t span{font-size:14px; text-align:center;color:#999;display:block;}
.yuan{color:#AE0102;font-size:16px;display:block;display: inline-block;}


.pmsort {
	border-bottom: 2px solid #EAAD14;
	margin-bottom:50px;
	padding-bottom: 51px; 
}
.pmsort .li {
	float: left;
	padding: 15px 55px;
	color: #555555;
	font-size: 16px;
	cursor: pointer;
}
.pmsort .select {
	background: #EAAD14;
	border-bottom: 2px solid #EAAD14;
	margin-bottom:20px;
	position: relative;
	color: #fff;
}
.pmsort .select .arrow {
	background: url(../img/arrow07.jpg) no-repeat center;
	width: 14px;
	height: 7px;
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -7px;
}
.pmold {
	margin: 0px;
	padding:0px;
	width: 100%;
	background-color: #fff;
}
.pmbd {
	color: #686868;
	font-size: 13px;
	line-height: 25px;
	display: none;
}
.pmold .selected {
	display: block;
}








.down_all{margin: 20px 0px;width:1400px;padding:0px;position: relative;}
.down_all a li{float: left;width:325px; height:500px;margin-right:25px;background-color:#efefef;margin-bottom:20px;padding:12px;}
.down_all a li h2{font-size:16px;color:#000000; text-align:left;padding:15px 10px;}
.down_all a li p{font-size:14px;color:#999999; text-align:left;padding:0px 10px; height:60px;}
.down_all a li img{width:300px; height:300px;}


.down_all a li:nth-child(4n){margin-right:0px;}
.down_all a:hover li{float: left;width:325px; height:500px;margin-right:25px;background-color:#fefefe;margin-bottom:20px;padding:12px;box-shadow: 0 0 15px #ccc;}
.down_all a:hover li h2{font-size:16px;color:#EAAD14; text-align:left;padding:15px 10px;}
.down_all a:hover li p{font-size:14px;color:#999999; text-align:left;padding:0px 10px; height:60px;}

.down_all a li .icon{
border-radius:50%;
width:30px;
height:30px;
background:#bfbfbf;
text-align:center;
color:#fff;
font-size:14px;
line-height:30px;
margin-left:5px;
margin-top:15px;
}
.down_all a:hover li .icon{
border-radius:50%;
width:30px;
height:30px;
background:#aaa;
text-align:center;
color:#F2ECDF;
font-size:14px;
line-height:30px;
margin-left:5px;
margin-top:15px;
}

.down_all a li .icon2{
border-radius:25px; 
width:100px;
height:30px;
background:#bfbfbf;
text-align:center;
color:#fff;
font-size:14px;
line-height:30px;
margin-left:5px;
margin-top:15px;
}
.down_all a:hover li .icon2{
border-radius:25px; 
width:100px;
height:30px;
background:#EAAD14;
text-align:center;
color:#F2ECDF;
font-size:14px;
line-height:30px;
margin-left:5px;
margin-top:15px;
}



.list-2 {
	margin: 20px 0px;width: 100%; height:660px;
}
.list-2 li {
	float: left;
	width: 25%;
	padding:20ox 0px;
}
.list-2 li a {
	display: block;
	margin: 20px 0 0 20px;
	border: 1px solid #ccc;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding: 2px;
}
.list-2 li .img-center {
	overflow: hidden;
	height: 180px;
	line-height: 186px;
}
.list-2 li .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 185px;
	width: 329px;
	
}
.list-2 li a:hover {
	-webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}
.list-2 li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.clearfix:before, .clearfix:after { content: ""; display: block; clear: both; width: 0; height: 0; visibility: hidden; font-size: 0; }


.info_xx{ text-align:left;font-size: 16px;color: #666; line-height:180%;padding-top:0px;}

.contact-box{
	width: 1400px;
	padding:37px 0 48px;
}
.contact-box h2{
	font-size: 24px;
	color: #333;
	line-height: 44px;
	padding-bottom: 20px;
}
.contact-box ul{
	width: 100%;
}
.contact-box li{
	float: left;
	width: 45%;
	padding-left:35px;
	font-size:16px;
	color: #666666;
	line-height:59px;
}
.contact-box li.li0{
	background: url(../img/con02.png) no-repeat left center;}
.contact-box li.li1{
	background: url(../img/con03.png) no-repeat left center;}
.contact-box li.li2{
	background: url(../img/con04.png) no-repeat left center;}
.contact-box li.li3{
	background: url(../img/con05.png) no-repeat left center;}
.info_xx{ text-align:left;font-size: 16px;color: #666; line-height:180%;padding-top:0px;}


.about_w{width: 1400px;margin:0px auto;}
.about_w .about_l{float:left;width:650px;padding-right:50px;}
.about_w .about_r{float:left;width:700px;height:550px;}

.about_w .about_l h1{font-size:36px;color:#002E84;height:80px; line-height:80px;text-align:left;}
.about_w .about_l h2{font-size:24px;color:#333333; line-height:40px;text-align:left;}
.about_w .about_l p{font-size:14px;color:#999999; line-height:180%;text-align:left;padding-top:20px;}



