.clear{
	clear:both;
}
header{
	background:#292929;
}
.top{
	width:1152px;
	margin:0 auto;
}
.top .welcome{
	height:30px;
	line-height:30px;
	color:#fff;
	float:left;
}
.top .search{
	float:right;
	height:30px;
}
.top .search .navlink{
	background:#696969;
	height:20px;
	padding:0 11px 0 13px;
	border-radius:10px;
	margin-top:5px;
	float:left;
}
.top .search .navlink .textIn{
	border:0;
	height:20px;
	margin:0;
	padding:0;
	display:block;
	background:transparent;
	font-size:1.2rem;
	line-height:20px;
	color:#fff;
	float:left;
}
.top .search .navlink .submit{
	float:left;
	display:block;
	border:0;
	background:url(../images/searpic.jpg) right 5px no-repeat;
	width:20px;
	height:20px;
	cursor:pointer;
}
.hd-lang{
	float:left;
	margin-left:100px;
}
.lang-cur{
    font-size: 1.2rem;
    line-height: 30px;
    vertical-align: middle;
    padding:0 10px;
    cursor: pointer;
    color: #999;
}

.lang-icon{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url("../images/dq.png") no-repeat;
    -webkit-animation:rotate 3s infinite linear;
    -o-animation:rotate 3s infinite linear;
    animation:rotate 3s infinite linear;
}
@keyframes rotate {
    0%{
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100%{
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
.lang-list{
    position: absolute;
    z-index: 99;
    display: none;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    overflow: hidden;
	margin-left:0px;
}
.lang-list li:hover{
    background-color: #fafafa;
}
.lang-list li>a{
    display: block;
    padding: 0 5px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 24px;
    color: #999;
    background-color: #fff;
}

.lgmu{
	background:#fff;
}
.logomenu{
	width:1152px;
	margin:0 auto;
	height:96px;
}
.logo{
	padding-top:25px;
	float:left;
}
.menu{
	float:right;
}
.menu ul li{
	float:left;
	border-right:1px #f3f2f2 solid;
}
.menu ul li a{
	display:block;
	height:96px;
	line-height:96px;
	color:#000;
	font-size:1.6rem;
	padding:0 40px;
}
.menu ul li a:hover{
	color:#fff;
	background:#d0131a;
	transition:background 0.3s ease-in;
}
.flexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flexslider .slides li a.banner1{
	width:100%;
	height:600px;
	display:block;
	background:url(../images/banner.jpg) center 0 no-repeat;	
}
.flexslider .slides li a.banner2{
	width:100%;
	height:600px;
	display:block;
	background:url(../images/banner.jpg) center 0 no-repeat;
}

.flexslider .slides li a.banner3{
	width:100%;
	height:600px;
	display:block;
	background:url(../images/banner.jpg) center 0 no-repeat;
	text-align:center;
}


.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 30px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -37px;
	display: block;
	height: 37px;
	overflow: hidden;
	text-indent: -99em;
	width: 32px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.course{
	background:#d0131a;
	margin:0;
	padding:1px;
}
.course .course-center{
	width:1152px;
	margin:40px auto;
}
.course .course-center ul li{
	float:left;
	text-align:center;
	width:25%;
	color:#fff;
	font-size:1.4rem;
}

.products{
	background:#f0f5f9;
	margin:0;
	padding:1;
}
.product-center{
	width:1152px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:30px;
}
.home-title{
	color:#000;
	text-align:center;
	font-size:1.8rem;
}
.home-title span{
	color:#a9abac;
	display:block;
	line-height:40px;
}
.home-title small{
	display:block;
	height:0;
	border-top:3px #d0131b solid;
	width:70px;
	margin:0 auto;
}
.products .rollBox{width:1152px;overflow:hidden;margin:0 auto;padding-top:60px;}
.products .leftbtn{float:left;padding-top:95px;cursor:pointer;}
.products .rightbtn{float:left;padding-top:95px;cursor:pointer;}
.products .rollBox .Cont{width:1000px;overflow:hidden;margin:0 auto;float:left;}
.products .rollBox .ScrCont{width:10000000px;}
.products .rollBox .Cont .pic{width:240px;float:left;text-align:center;margin-right:16px;background:#fff;height:262px;vertical-align:middle;display:table-cell;}
.products .rollBox .Cont .pic img{width:240px;height:229px;vertical-align:middle;}
.products .rollBox .Cont a.ptitle{color:#000;font-size:1.6rem;padding-bottom:30px;display:block;line-height:30px;}
.products .rollBox .Cont a.ptitle:hover{color:#f00;}
.products .rollBox #List1,.rollBox #List2{float:left;}
a.more{
	color:#fff;
	background:#d0121b;
	font-size:1.3rem;
	line-height:35px;
	display:block;
	width:120px;
	border-radius:20px;
	margin:30px auto 0;
	text-align:center;
}
a.more:hover{
	background:#303237;
	transition:background 0.3s ease-in;
}
.about{
	margin:0 auto;
	width:1152px;
	padding:40px 0;
}
.about-content{
	margin-top:50px;
	background:#303237;
}
.about-content p{
	margin:0;
	padding:0;
	display:block;
}
.about-content img{
	float:left;
}
.about-content span{
	float:left;
	width:570px;
	padding:20px;
	display:block;
	color:#fff;
	font-size:1.4rem;
	line-height:24px;
}

.contact{
	background:#303237 url(../images/newsbg.png) center 0 no-repeat;
	padding:50px 0;
}
.contact-center{
	width:1152px;
	padding-top:30px;
	margin:0 auto;
}
.contact .contact-ct{
	float:left;
	width:400px;
	text-align:left;
	font-size:1.6rem;
	line-height:36px;
	padding-left:50px;
}
.contact .contact-ct p{
	margin:0;
	padding:0;
	display:block;
}
.contact .contact-ct span{
	display:block;
	font-size:2.4rem;
	line-height:70px;
	font-weight:bold;
}
.contact .feedback-ct{
	width:550px;
	float:left;
	margin-left:100px;
	margin-top:20px;
}
.contact .feedback-ct label{
	display:block;
	text-align:left;
	margin-bottom:10px;
}
.contact .feedback-ct label input{
	border:0px;
	background:rgba(255,255,255,.8);
	height:40px;
	line-height:40px;
	font-size:1.4rem;
	padding-left:10px;
	color:#545454;
	width:545px;
}
.contact .feedback-ct label textarea{
	background:rgba(255,255,255,.8);
	font-family:microsoft yahei;
	font-size:14px;
	line-height:30px;
	padding-left:10px;
	color:#545454;
	width:543px;
	border:0px;
}
.contact .feedback-ct label .button{
	border:0;
	width:127px;
	text-align:center;
	padding:0;
	line-height:34px;
	height:34px;
	color:#fff;
	font-size:1.4rem;
	background:url(../images/button.png) 0 0 no-repeat;
}





footer{
	background:#7c0c10;
}
.bottom{
	width:1152px;
	margin:0 auto;
	padding:15px 0;
}
.contact{
	color:#fff;
	line-height:32px;
	font-size:1.4rem;
	text-align:center;
}
.bt-menu{
	margin-top:0px;
}
.bt-menu ul{
	display:block;
	float:left;
}
.bt-menu ul span{
	display:block;
	float:left;
	color:#fff;
	line-height:34px;
	margin-right:20px;
}
.bt-menu ul li{
	float:left;
}
.bt-menu ul li a{
	color:#fff;
	line-height:34px;
	margin-right:20px;
	font-size:1.4rem;
}
.bt-menu a:hover{
	text-decoration:underline;
}
.bt-menu .copy{
	float:right;
	color:#fff;
	font-size:1.4rem;
	line-height:34px;
}
.bt-menu .copy a{
	color:#fff;
	font-size:1.4rem;
}

/*page*/
.inbanner{
	height:400px;
	background:url(../images/inbanner.jpg) center 0 no-repeat;
}
.location{
	height:50px;
	border-bottom:1px #9c9b9b solid;
	margin:0 20px 0;
	padding-top:20px;
}

.location .pgtitle{
	color:#545454;
	font-size:2.0rem;
	float:left;
	font-weight:bold;
	line-height:50px;
}
.location span{
	float:right;
	display:block;
	line-height:50px;
	color:#545454;
	margin-right:10px;
	font-size:1.4rem;
}
.location span small{
	color:#545454;
	font-size:1.4rem;
}
.center{
	background:#f0f5f9;
	padding:1px;
}
.center .center-ct{
	width:1152px;
	margin:30px auto;
	background:#fff;
}
.center .center_cttt{
	width:1152px;
	margin:30px auto;
	background:#fff;
}
.center .center-ctc{
	float:right;
	width:880px;
}
.center .center-ctt{
	width:1152px;
	margin:30px auto;
	background:#fff;
}
.center .center-content{
	padding:20px;
	color:#545454;
	font-size:1.4rem;
	line-height:30px;
}

.center .center-content .content{
	color:#545454;
	font-size:1.4rem;
	line-height:30px;
	display:block;
}

/*product*/
.product-class{
	background:#303237;
	margin:10px 0 0 10px;
	float:left;
	padding:0;
}
.box{width:250px;}
.pd-title{color:#fff;background:#7c0c10;line-height:90px;height:90px;width:250px;text-align:center;font-size:2.2rem;font-weight:bold;border-bottom:1px #fff solid;}
.pd-title span{font-size:1.2rem;font-weight:normal;padding-left:5px;}
#nav-menu .container{position:relative;overflow:visible; z-index:99;border:1px #f00 solid;}
#nav-menu .menu{padding:0px;}
#nav-menu .menu li{position:relative;float:left;padding:0px;display:inline;font-size:14px;}
#nav-menu .menu li h3{font-weight:normal;display:inline-block;float:left;}
#nav-menu .menu li a.xialaguang{display:block;color:#fff;font-size:1.2rem;line-height:50px;width:250px;text-align:left;border-bottom:1px #fff solid;background:#313237;}
#nav-menu .menu li a.selected,#nav-menu .menu li a.navhover,#nav-menu .menu li a.xialaguang:hover{color:#fff;}
#nav-menu .menu li a.navhover, #nav-menu .menu li a.xialaguang:hover{background:#7d0c10;transition:background 0.3s;}
#nav-menu .menu li a.xialaguang span{height:50px;line-height:50px;display:inline-block;padding-left:5px;}
#nav-menu .menu li a.selected span,#nav-menu .menu li a.navhover span,#nav-menu .menu li a.xialaguang:hover span{cursor:pointer;}
#nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialaguang:hover span{width:250px;}
#nav-menu .menu ul.children{display:none;position:absolute;top:0px;left:251px;min-height:50px;width:220px;background:#FFF;border:2px solid #7c0c10;line-height:normal;}
#nav-menu .menu ul.children li{width:219px;padding:0px;display:inline-block;font-size:12px;border-top:0px solid #ccc;}
#nav-menu .menu ul.children li h3{display:block; width:100%;}
#nav-menu .menu ul.children li a{width:220px;height:24px;line-height:24px;overflow:hidden;padding:3px 0;display:block;color:#303237;text-align:center;
text-decoration:none; font-size:12px;}
#nav-menu .menu ul.children li a:hover{background-color:#303237;text-decoration:none;color:#fff;}

.product-content{
	padding:20px;
}
.product-content ul li{
	float:left;
	width:257px;
	margin:0 5px;
	display:block;
	padding:5px;
	border:1px #dcdcdc solid;
	margin-bottom:10px;
}
.product-content ul li a{
	display:block;
	padding-bottom:10px;
	color:#000;
	font-size:1.4rem;
	text-align:center;
}
.product-content ul li img{
	width:257px;
	height:245px;
	border-bottom:1px #dcdcdc solid;
}
.product-content ul li:hover{
	border:1px #d0121b solid;
}
.product-content ul li:hover a{
	color:#d0121b;
}
.product-content ul li:hover img{
	border-bottom:1px #d0121b solid;
}
.page{
	margin:20px 3px;
	float:right;
}
.page span{
	color:#000;
	padding:10px 20px;
	border:1px #dcdcdc solid;
	margin-right:5px;
}
.page span a{
	color:#000;
}
.page span:hover{
	background:#303237;
	color:#fff;
	border:1px #303237 solid;
}
.page span:hover a{
	color:#fff;
}
/*news*/
.news-content{
	padding:20px;
}

.news-center ul{
	margin-right:-40px;
}
.news-center ul li{
	float:left;
	width:47.7%;
	margin:0px 1% 0px 0;
	display:block;
	margin-bottom:20px;
	border:1px #dcdcdc solid;
}
.news-cont{
	padding:20px;
}
.news-center ul li .time{
	float:left;
}
.news-center ul li .time .day{
	color:#666666;
	font-size:2.8rem;
	float:left;
}
.news-center ul li .time .date{
	float:left;
	color:#666666;
	margin-left:5px;
	font-size:1.2rem;
	padding-top:3px;
}
.news-center ul li .text{
	float:right;
	width:475px;
}
.news-center ul li .text a.nstitle{
	color:#000;
	font-size:1.4rem;
	display:block;
}
.news-center ul li .text a.nstitle:hover{
	color:#d0121b;
}
.news-center ul li .text span{
	display:block;
	color:#898989;
	font-size:1.2rem;
	line-height:20px;
	padding-top:15px;
	padding-bottom:10px;
}
.news-center ul li .text a.nsmore{
	border:1px #c4c4c4 solid;
	padding:1px 10px 1px 10px;
	color:#c4c4c4;
}
.news-center ul li .text a.nsmore:hover{
	border:1px #d0121b solid;
	color:#d0121b;
} 

.inctnewstitle{
	color:#000;
	font-size:2.0rem;
	line-height:60px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px #a9abb3 dashed;
}
.inctnewscontent{
	line-height:30px;
	font-size:1.4rem;
	color:#000;
	margin-top:20px;
	margin-bottom:20px;
}














































