@charset "utf-8";
html,body{
	height:100%;
	padding:0px;
	margin:0px;
	min-width: 1200px;
	font:14px 微软雅黑;
	color:#444;
}
a{
	text-decoration: none;
	outline: none;
	color: #000;
	transition: 0.2s;
}
p{
	text-align: justify;
	text-justify:inter-ideograph;
	margin: 0;
}
li{list-style-type: none;
	vertical-align: top;
	margin: 0;
	padding:0;
}
ul{margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.clear{
	clear:both;
}
.w0{
	width: 100%;
	overflow：hidden;
}
.w1{
	width: 100%;
	clear：both;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.w1140{
	width: 1140px;
	margin:0 auto;
}

/*header start*/
.header{
	width: 100%;
	z-index: 99999999999;
	background: #fff;
}

.header .head_top{
	height: 35px;
	background: #efefef;
	line-height: 35px;
	border-bottom: 1px solid #dfdfdf;
}
.header .head_top a{
	padding: 0 15px;
}
.header .head_top a:nth-child(3) {
	padding-right: 0px;
}

.header .head_body{
	height: 100px;
}
.header .tel{
	padding: 17px 0 15px 80px;
	background: url(../images/tel.jpg) no-repeat center left;
}
.header .tel p{
	line-height: 30px;
	font-size: 17px;
	line-height: 32px;
	color: #444;
}
.header .tel b{
	font-size: 30px;
	font-family: Arial;
	color: #febf01;
	position: relative;
	top: 2px;
}
.header .head_body .logo{
	width: 500px;
	height: 0px;
	background: #fff;
}
.header .head_body .logo img{
	margin-top: 18px;
	margin-right: 10px;
}
.header .head_body .logo_zi{
	padding-top: 15px;
}
.header .head_body .logo_zi b{
	font-size: 33px;
	color: #444;
	font-weight: bold;
}
.header .head_body .logo_zi p{
	font-size: 17px;
	color: #888;
	letter-spacing: 1.5px;
}

.header .head_nav{
	height: 55px;
	background: #efefef;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	/*border-bottom: 5px solid #fecf01;*/
}
.header .head_nav li{
    width: 171px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    float: left;
    position: relative;
    /*font-weight: bold;*/
}
.header .head_nav li a{
	color: #444;
}
.header .head_nav li:hover {
	border-bottom: 5px solid #9d2020;
}
.header .head_nav li:hover a{
	color: #9d2020;
}
/*header end*/

/*banner start*/
.flexslider {
	margin: 0px auto 0px;
	position: relative;
	width: 100%;
	height:550px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.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: 10px;
	text-align: center;
}

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

.flex-control-paging li a {
	background: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}

.flex-control-paging li a.flex-active,.flex-control-paging li.active a{
	background: #ce4e4e;
}

.flexslider .slides a img {
	width: 100%;
	height: 550px;
	display: block;
}
/*banner end*/

/*company start*/
.company{
	padding: 50px 0;
	background: url(../images/combg.jpg) no-repeat center;
}

.company .bor{
	border: 20px solid #febf01;
	border-top: 20px solid #9d2020;
	border-left: 20px solid #9d2020;
}

.company .bor .title{
	position: relative;
	top: -30px;
	width: 180px;
	height: 40px;
	background: #f8f8f8;
	margin-right: 100px;
}
.company .bor .title p{
	font-size: 30px;
	color: #222;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}

.company .bor .com_body{
	height: 400px;
}

.company .bor .com_body .com_img{
	width: 500px;
	height: 400px;
	margin-left: 20px;
}
.company .bor .com_body .com_img ul{
	width: 460px;
	height: 340px;
	margin: 30px 20px 30px 40px;
}
.company .bor .com_body .com_img ul li b{
	color: #333;
	font-size: 18px;
	line-height: 43px;
}
.company .bor .com_body .com_img ul li span{
	margin-left: 110px;
}
.company .bor .com_body .com_img ul li img{
	width: 25px;
	height: 25px;
	margin: 8px 15px 8px 5px;
}

.company .bor .com_body .com_zi{
	margin: 10px;
	margin-top: 0px;
	padding: 10px;
	margin-left: 25px;
	width: 600px;
	background-color: rgba(255,255,255,0.5);
}
.company .bor .com_body .com_zi b{
	font-size: 20px;
	color: #222;
}
.company .bor .com_body .com_zi p{
	text-indent: 2em;
	line-height: 180%;
	font-size: 16px;
	color: #333;
}
.company .bor .com_body .com_zi a{
	display: block;
	width: 110px;
	height: 35px;
	background: #555;
	color: #fff;
	line-height: 35px;
	text-align: center;
	margin-top: 2px;
	float: right;
}
.company .bor .com_body .com_zi a:hover{
	background: #9d2020;
}
/*company end*/

/*product start*/
.product{
	margin-top: 20px;
	padding: 20px 0;
}
.product .title{
	background: url(../images/probg.jpg) no-repeat center;
}
.product .foot{
	height: 170px;
	background: url(../images/adv1.jpg) no-repeat center;
}

.product .foot .tel{
	width: 50%;
	text-align: right;
}
.product .foot .tel p{
	text-align: right;
	font-size: 20px;
	color: #fff;
	padding-top: 40px;
}
.product .foot .tel b{
	font-size: 38px;
	line-height: 200%;
	font-family: Arial;
	color: #FEBF00;
}
.product .foot .tel b small{
	font-size: 18px;
	font-weight: normal;
}
.product .title p{
	font-size: 30px;
	color: #222;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}

.product .pro_body{
    margin-top: 30px;
    margin-bottom: 20px;
	overflow: hidden;
}
.product .pro_body .pro1{
	width: 210px;
	background: #fff;
	padding: 10px 15px;
	margin: 15px auto 10px auto;
	border-radius: 5px;
	border: 5px solid #9d2020;
}
.product .pro_body .pro1 ul li{
	width: 168px;
	height: 36px;
	border:1px solid #D3D3D3;
	margin:20px 0;
	line-height: 37px;
	font-size: 18px;
	padding-left:40px;
	background: url(../images/jt.jpg) no-repeat center left;
}
.product .pro_body .pro1 ul li a{
	width: 160px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .pro_body .pro1 ul li:hover {
	background: url(../images/jt1.jpg) no-repeat center left #9d2020;
}
.product .pro_body .pro1 ul li:hover a{
	color: #fff;
}
.product .pro_body .pro1 .bot img{
	margin: 0px 50px 0px 50px;
}
.product .pro_body .pro1 .bot a{
	display: block;
	width: 120px;
	height: 35px;
	border:2px solid #9d2020;
	text-align: center;
	line-height: 35px;
	color: #333;
	margin:20px auto 10px auto;
	font-size: 18px;
	border-radius: 5px;
}
.product .pro_body .pro1 .bot a:hover{
	color: #fff;
	background: #9d2020;
}

.product .pro_body .pro2{
	padding-top: 15px;
	width: 930px;
}
.product .pro_body .pro2 ul li{
	padding: 9px;
	border:1px solid #ddd;
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
}
.product .pro_body .pro2 ul li p{
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	position: relative;
	top: 3px;
	width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .pro_body .pro2 ul li:hover{
	background: #9d2020;
}
.product .pro_body .pro2 ul li:hover a{
	color: #fff
}
/*product end*/

/*new start*/
.new{
	margin-top: 10px;
	padding: 30px 0;
	background: url(../images/newbg2.jpg) no-repeat center;
}

.new .bor{
	border: 20px solid #febf01;
	border-right: 20px solid #9d2020;
	border-bottom: 20px solid #9d2020;
}

.new .bor .title{
	position: relative;
	top: -30px;
	width: 180px;
	height: 40px;
	background: #fff;
	margin-left: 100px;
}
.new .bor .title p{
	font-size: 30px;
	color: #222;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}

.new .bor .new_body ul{
	overflow: hidden;
	width: 930px;
}
.new .bor .new_body ul li{
	width: 400px;
    margin: 15px 0px 15px 50px;
    float: left;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 15px;
}
.new .bor .new_body ul li .num{
	width: 60px;
    font-size: 40px;
    line-height: 50px;
    font-family: Arial;
    font-weight: bold;
    color: #9d2020;
}
.new .bor .new_body ul li .con b{
	display: block;
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    font-size: 16px;
    color: #777;
}
.new .bor .new_body ul li .con p{
	display: block;
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    color: #999;
}
.new .bor .new_body ul li a:hover .con b{
	color: #9d2020;
}
.new .bor .new_body ul li:hover{
	border-bottom: 1px solid #9d2020;
}

.new .bor .new_body .ck{
	display: block;
	width: 110px;
	height: 35px;
	background: #555;
	color: #fff;
	line-height: 35px;
	text-align: center;
	float: right;
	margin-top: -90px;
	margin-bottom: 10px;
	margin-right: 100px;
}
.new .bor .new_body .ck:hover{
	background: #9d2020;
}

.new .bor .new_body img{
	float: right;
	width: 150px;
	height: 200px;
	margin-right: 85px;
	margin-top: -280px;
}
/*new end*/

/*footer start*/
.footer{
	margin-top: 10px;
	background: #333;
}
.footer .foot_nav{
	height: 50px;
	border-top: 5px solid #9d2020;
	border-bottom: 1px solid #9d2020;
}
.footer .foot_nav ul li{
	font-size: 15px;
	line-height: 15px;
	padding: 17.5px 0;
}
.footer .foot_nav ul li a{
	display:block;
	color: #fff;
	font-size: 16px;
	width: 170px;
	border-right: 1px solid #fff;
	text-align: center;
}
.footer .foot_nav ul li:nth-child(1) a{
	border-left: 1px solid #fff;
}
.footer .foot_nav ul li:hover a{
	color: #9d2020;
}
.footer .foot_body{
	height: 170px;
}
.footer .foot_body ul{
	padding: 10px 0 0 100px;
	width: 550px;
}
.footer .foot_body .tel b{
	font-size: 40px;
	color: #fff;
	font-family: Arial;
	position: relative;
	right: 100px;
	top: 55px;
}
.footer .foot_body .tel p{
	color: #fff;
	font-size: 16px;
	position:relative;
	top: 80px;
	left: 18px;
}
.footer .foot_body ul li{
	color: #fff;
	line-height: 200%;
	font-size: 15px;
	width: 450px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.footer .foot_bot{
	height: 35px;
	background: #9d2020;
	line-height: 35px;
}
.footer .foot_bot span{
	padding:0 15px;
	font-size: 15px;
	color: #fff;
}
.footer .foot_bot a{
	color: #fff;
}
/*footer end*/