.w_1200{
   width: 1200px;
   margin: 0 auto;
}
.banner{ width:100%;float: left;overflow: hidden; position: relative;}
.banner .bd ul li{
	overflow: hidden;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
}

.banner .box_l{
	width: 666px;
	height: 460px;
	position:absolute;
	left: 12%;
	top: 42%;
	z-index: 100;
	transition: 1s;
	opacity: 0;
}


.banner .box_l p{
    width: 666px;
    height: 230px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    line-height: 44px;
    text-align: left;
    padding:30px;
    font-size: 18px;
}


.nav{
	width: 100%;
	height: 135px;
	background: url(../images/nav.png) no-repeat;
	overflow: hidden;
	z-index: 9999999999;
}
.w_1560{
	width: 1620px;
	margin: 0 auto;
}
.nav_top{
	width: 100%;
	height: 24px;
}
.nav .nav_l{
    float: left;
    width: 700px;
    height: 113px;
    padding-top: 40px;
}
.nav .nav_r{
	width: 912px;
	height: 113px;
	float: right;	
}
.nav .nav_r ul{
	width: 100%;
	height: 100%;

}
.nav .nav_r ul li{
	float: left;
	width: 152px;
	height: 113px;
}
.nav .nav_r ul li a{
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 113px;
	font-size: 16px;
	color: #dabc5c;
	display: block;
	transition: all .5s;
}
.nav .nav_r ul li:hover a{
	background: url(../images/nav_bg.png) no-repeat;
	color: #fff;
}
.nav .nav_r ul li .erji{
	width: 147px;
	background-color:#e7062c;
	display: none; 
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 999;
}
.nav .nav_r ul li .erji a{
	width: 100%;
	height: 50px;
	color: #fff;
	float: left;
	text-align: center;
	background: linear-gradient(#3aabcc,#3aabcc) center/100% 0% no-repeat;
	transition: .3s;
	border-bottom: 1px solid #999;
	font-size: 14px; 
}
.nav .nav_r ul li .erji a:hover{
	background-size: 100% 100%;
	color: #fff;
}


.about{
	width: 100%;
	height: 660px;
	background: url(../images/ab_bg2.png) no-repeat;
	overflow: hidden;
	padding-top: 135px;
	background-size: 100% 100%;
}
.about .ab_r{
	width: 360px;
	height: 458px;
	float: right;
	overflow: hidden;
}
.about .ab_r img{
    float: right;
    margin-top: 60px;
    transition: all .5s;
}
.about .ab_r img:hover{
	transform: scale(1.1);

}
.about .ab_l .tt{
	float: right;
	width: 155px;
	height: 390px;
	margin-top: 60px;
	padding-left: 40px;
	border-left: #d2d2c7 1px solid;
}
.about .ab_l p{
	width: 848px;
	height: 530px;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    line-height: 80px;
    padding: 62px;
    font-size: 16px;
    padding-right: 166px;
}
.skill{
	width: 100%;
	height: 636px;
	background: url(../images/skill_bg.png);
	padding: 0.1px;
}
.skill .sk_l{
	width: 250px;
	height: 431px;
	background: url(../images/sk_l.png);
	margin-top: 103px;
	float: left;
}
.skill ul{
	float: left;
	margin-top: 103px;
}
.skill ul li{
	height: 431px;
	width: 168px;
	position: relative;
	float: left;
	margin-right: 20px;
}
.skill ul li:last-child{
	margin-right: 0;
}
.skill ul li:first-child{
    margin-left: 30px;
}
.skill ul li span{
	width: 168px;
	height: 60px;
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
}
.skill ul li a{
	width: 168px;
	height: 370px;
	display: block;
	position: relative;	
}
.skill ul li a .sk_box{
	position: absolute;
	width: 168px;
	height: 370px;
	top: 0;
	left: 0;
	background-color:rgba(144,9,13,.7); 
	transition: all .5s;
	opacity: 0;
}
.skill ul li:hover a .sk_box{
	opacity: 1;
}
.skill ul li:hover span{
	color: #800f10;
}
.skill ul li .sk_box h3{
    font-size: 14px;
    width: 100px;
    height: 77px;
    color: #fff;
    border-bottom: 1px #fff solid;
    margin-left: 34px;
    padding-top: 47px;
}
.skill ul li .sk_box p{
	width: 168px;
    padding-left: 15px;
    line-height: 26px;
    color: rgba(255,255,255,.8);
}
.pro{
	width: 100%;
	height: 1182px;
	background: url(../images/pro_bg.jpg) no-repeat;
	padding: 0.1px;
}
.pro .hd{
	width: 100%;
	height: 50px;
	margin-top: 200px;
}
.pro .hd ul li{
	float: left;
	border-right:1px #999 solid;
	cursor:pointer; 
	width: 80px;
	height: 20px;
	text-align: center;
}
.pro .hd ul{
	width: 336px;
	height: 20px;
	margin: 0 auto;
	margin-top: 384px;
}
.pro .hd ul li:last-child{
	border-right: 0;
}
.pro .hd ul li.on{
	color: #da251d;
}
.pro .bd{
	height: 583px;
}

.pro .bd ul{
	height: 583px;
	overflow: hidden;
}
.pro .bd ul li{
	float: left;
	width: 285px;
	height: 280px;
	margin-right: 20px;
}
.pro .bd ul li:nth-child(4){
	margin-right: 0;
}
.pro .bd ul li:nth-child(8){
	margin-right: 0;
}
.pro ul li a{
	display: block;
}
.pro ul li a .pro_box{
    width: 280px;
    height: 240px;
    overflow: hidden;

}
.pro ul li a img{
    width: 280px;
    height: 240px;
    transition: all .3s;
}
.pro ul li a:hover img{
	transform: scale(1.1);

}
.pro ul li span{
	display: block;
	font-size: 16px;
	color: #000;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.pro .w_1200 > a{
	width: 141px;
	height: 80px;
	background: url(../images/a_bg.png) no-repeat;
	display: block;
	text-align: center;
	line-height: 80px;
	margin:30px auto;
}
.smriti{
	width: 100%;
	height: 618px;
	background: url(../images/smriti.png) no-repeat;
	padding: 0.1px;
}
.smriti .sm_im{
	width: 526px;
	height: 308px;
	background: url(../images/sm_im.png) no-repeat;
	margin-top: 160px;
    margin-left: -141px;
    float: left;
}
.smriti .sm_r{
	width: 728px;
	height: 440px;
	float: right;
	background: url(../images/czwh.png) no-repeat right top;
	margin-top: 100px;
	transform: .3s;
	overflow: hidden;
}
.smriti .sm_r:hover p{
	color: #fff;
}
.smriti .sm_r h3{
	color: #cc9a4e;
	font-size: 18px;
	-webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    float: right;
    padding-right: 80px;
}
.smriti .sm_r p{
	-webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    color: #cebe8c;
    font-size: 14px;
    line-height: 32px !important;
    float: right;
    margin-right: 14px;
    transition: all .3s;
}
.new{
	width: 100%;
	height: 620px;
	background: url(../images/new_bg.jpg);
	padding: 0.1px;
}
.new .new_l{
    width: 435px;
    height: 328px;
    overflow: hidden;
    float: left;
    margin-top: 206px;
}
.new .new_r{
    float: right;
    width: 728px;
    height: 347px;
    margin-top: 206px;
}
.new .new_r ul li{
    float: left;
    margin-bottom: 45PX;
}
.new .new_r .time{
	width: 90px;
	height: 74px;
	border: 1px #90090d solid;
	float: left;
    margin-right: 20px;
}
.new .new_r .time h2{
	font-size: 30px;
	text-align: center;
	color: #90090d;
	margin-bottom: 4px;
    margin-top: 10px;
}
.new .new_r .time span{
	color: #90090d;
	text-align: center;
	font-size: 14px;
	padding-left: 20px;
}
.new .new_r a h3{
    color: #333333;
    font-size: 18px !important;
    margin-bottom: 10px;
}
.new .new_r a p{
	font-size: 14px;
	color: #777;
	line-height: 18px;
}
.new .new_r a:hover h3{
	color: #90090d;
}
.new .new_r li:hover .time{
	background: #90090d;
}
.new .new_r li:hover .time h2{
	color: #fff;
}
.new .new_r li:hover .time span{
	color: #fff !important;
}
.foot{
	width: 100%;
	height: 498px;
	background: url(../images/foot_bg.jpg) no-repeat;
	padding: 0.1px;
}
.foot .ft_box{
	width: 404px;
	height: 360px;
	background-color: #1d1d1d;
	padding-left: 27px;	
	margin-top: 70px;
	margin-left: 612px;
}
.foot .ft_box h4{
	width: 306px;
	height: 56px;
	border-bottom: 1px #a68c3b solid;
	font-size: 24px;
	color: #dabc5c;
	margin-top: 30px;
}
.foot .ft_box img{
	margin-top: 20px;
}
.foot .ft_box p{
	color: #a68c3b;
	font-size: 14px;
	padding-top: 16px;
	padding-right: 10px;
}
.footer{
	width: 100%;
	height: 50px;
	background-color: #323232;
}
.footer em{
	font-style: none;
	font-size: 14px;
	color: #6b6b6b;
	text-align: center;
	line-height: 50px;
	width: 100%;
	display: block;
	height: 100%;
}
.footer em a{
	color: #666;
}


























