﻿

/*-----------------[初始化]--------------*/
body{color: #666;font-size: 12px;line-height: 1.5;
	font-family:"微软雅黑","Microsoft Yahei";min-width: 1200px;
}
a{color: #666;}
a:hover{color: #c00;}
img,.ani{
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #666;font-family:"微软雅黑","Microsoft Yahei";}
input[type='submit'],input[type='reset'],input[type='button'],select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/*布局*/
.wp{width: 1200px;margin: 0 auto;}
.h30{height: 30px;clear: both;overflow: hidden;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}

/*标题*/
.st1{font-size: 20px;color: #333;font-weight: normal;margin-bottom: 10px;}

.st2{}
.st2 span{display: inline-block;background-color: #c00;
	color: #fff;font-size: 25px;font-weight: normal;
	line-height: 50px;padding: 0 10px;
}

/*按钮*/
.sbtn1{display: inline-block;background-color: #c00;color: #fff;
	line-height: 25px;width: 90px;text-align: center;font-size: 15px;
}
.sbtn1:hover{background-color: #c00;color: #fff;}

.sbtn2{display: inline-block;width: 90px;line-height: 40px;
	background-color: #c00;color: #fff;font-size: 19px;
}
input.sbtn2{border:0;cursor: pointer;}
.sbtn2:hover{color: #fff;}

.moreBtn{color: #c00;font-size: 15px;}

/*颜色*/


/*******************************
	-------[=头部]-------
********************************/
#hd{height: 120px;*zoom:1;position: relative;z-index: 99;}
#hd:after,#hd:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.logo{float: left;margin-top: 18px;}
.logo img{width: 324px;height: 79px;display: block;}
.hdr{float: right;padding-top: 15px;}

#hd .hdr .s1{margin-right: 20px;}
#hd .hdr .s2 b{font-size: 25px;color: #cc0000;}
#hd .hdr .top{margin-bottom: 14px;text-align: right;}


/*******************************
	-------[=导航]-------
********************************/
.ul-nv{float: right;}
.ul-nv li{float: left;position: relative;height: 55px;margin-left: 0px;}
.ul-nv li .v1{line-height: 31px;text-align: center;display: block;font-size: 15px;padding: 0 10px;}
.ul-nv li .v1:hover{color: #fff;background-color: #cc0000;}
.ul-nv .on .v1,.ul-nv .on .v1:hover{height: 37px;color: #fff;color: #fff;
    background: url(../images/nv3.png) no-repeat center top;
}
.ul-nv li dl{position: absolute;top: 55px;left: -50px;background: #cc0000;
    z-index: 999;width: 177px;padding: 15px 0;
    box-shadow:0px 0px 6px #666 inset;display: none;
}
.ul-nv li dd{height: 33px;line-height: 33px;border-bottom: 1px dotted #fff;margin: 0 20px;}
.ul-nv li dd a{color: #fff;display: block;font-size: 15px;
    background: url(../images/nv2.png) no-repeat right center;
}
.ul-nv li .n1,.ul-nv li dd:last-child{border-bottom: none;}


/*******************************
	-------[=banner]-------
********************************/
#banner{position: relative;z-index: 1;}
.fullSlide{width: 100%;min-width: 1000px;position:relative;height:650px;overflow:hidden;}
.fullSlide .bd{ position:relative; z-index:0;}
.fullSlide .bd ul{ width:100% !important; }
.fullSlide .bd li{ width:100% !important;height:650px;}
.fullSlide .bd li a{display: block;width: 100%;height: 100%;background: none;}

.fullSlide .hd{ width:100%; position:absolute; z-index:999; bottom:20px; left:0;text-align: center; height:15px;}
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:10px; height:10px;border-radius: 50%;
	margin:4px;	background: #333; overflow:hidden;line-height:9999px;text-indent: 999px;}
.fullSlide .hd ul .on{background: #e70012;}


/*******************************
	-------[=底部]-------
********************************/
#fd{background: #333;padding-top: 58px;overflow: hidden;}
.ul-f-pic{width: 1350px;overflow: hidden;margin-bottom: 50px;}
.ul-f-pic li{height: 75px;background: url(../images/ul-f-pic1.png) no-repeat left center;
	float: left;font-size: 20px;color: #fff;margin-right: 124px;
}
.ul-f-pic li span{padding-top: 10px;display: block;margin-left: 90px;}
.ul-f-pic .i2{background-image: url(../images/ul-f-pic2.png);}
.ul-f-pic .i3{background-image: url(../images/ul-f-pic3.png);}
.ul-f-pic .i4{background-image: url(../images/ul-f-pic4.png);}

.ul-fnv{overflow: hidden;width: 1305px;margin-bottom: 40px;}
.ul-fnv li{float: left;margin-right: 110px;}
.ul-fnv li dt{font-size: 15px;color: #fff;margin-bottom: 17px;}
.ul-fnv li dd a{line-height: 23px;color: #999;}
.ul-fnv li dd a:hover{color: #fff;}

#fd .bott{height: 62px;line-height: 62px;color: #999;
border-top: 1px solid #494949;}
#fd .bott span{float: right;}

