/*---------- import ---------*/
@import url("layout.css");
@import url("page.css");
/*---------- base ---------*/
* {
	padding: 0px;
	margin: 0px;
}
html {
	background: #FFF;
}
body {
	font: 12px 'microsoft yahei', Verdana, Arial, Tahoma;
}
img {
	border: none;
}
a {
	color: #3f3f3f;
	text-decoration: none;
}
a:hover {
	color: #e21e1f;
}
ul {
	list-style: none;
}
input, select, button {
	font: 12px 'microsoft yahei', Verdana, Arial, Tahoma;
	vertical-align: middle;
}
/*---------- stock ---------*/
.center {
	margin: 0px auto;
}
.w960 {
	width: 1100px;/*position:relative;*/
}
.header {
	width: 100%;
	overflow: hidden;
	height: 188px;
	background: url(../images/index_02.jpg) top left repeat-x;
}
.headersub{
	width: 1100px;
	margin:0 auto;
	overflow: hidden;
	background: url(../images/index_04.jpg) top left no-repeat;
	height: 188px;
	position: relative;
}
.ht1{
	float: left;
	clear: both;
	padding-left: 246px;
	color: #838280;
	height: 46px;
	line-height: 46px;
}
.ht2{
	clear: both;
	float: right;
	overflow: hidden;
}
.header2 {
	background: #3a3939;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	clear: both;
}
ul.menu {
	position: absolute;
	bottom: 30px;
	right: 0;
}
ul.menu li {
	float: left;
	text-align: center;
	text-align: right;
}
ul.menu li.fri {
	border-left: none;
}
ul.menu li.end {
	border-right: none;
}
ul.menu li a {
	font-size: 14px;
	color: #2d2d2d;
	display: block;
	padding-left: 77px;
}
ul.menu li a:hover {
	color: #e31d28;
}
/*------ //搜索框 ---------*/

.search {
	height: 41px;
	padding-top: 24px;
	float: right;
}
.search-keyword {
	float: right;
	width: 327px;
	height: 39px;
	padding-left: 6px;
	border: #e0e4e4 solid 1px;
	color: #7a7878;
}
.search-submit {
	cursor: pointer;
	float: right;
	width: 76px;
	color: #6e6e6e;
	text-align: center;
	border: #e0e4e4 solid 1px;
	border-left:0;
	background: url(../images/sbut.jpg) 0 0 repeat-x;
	height: 41px;
	line-height: 41px;

}
/*---------- frame : footer ---------*/
.footer1 {
	background: #f3f7fe;
	clear: both;
	overflow: hidden;
	padding: 40px 0;
	border-bottom:1px solid #dbdfe5;
}
.f1sub{
	width: 890px;
	margin:0 auto;
	overflow: hidden;
	background: url(../images/index_16.jpg) left top no-repeat;
	padding-left: 210px;
	min-height: 200px;
	position: relative;
}
.btel{
	position: absolute;
	left: 0;
	top: 160px;
}
.dib {
	float: right;
}
.footer1 dl {
	float: left;
	padding-left: 100px;
	text-align: left;
}
.footer1 dl:first-child{
	padding-left: 0px;
}
.footer1 dl dt {
	color: #2d2d2d;
	padding-bottom: 20px;
	font-size: 16px;
}
.footer1 dl dd {
	height: 30px;
	line-height: 30px;
}
.footer1 dl dd a {
	color: #626262;
}
.footer1 dl dd a:hover{
	color: #000;
}
.footer2 {
	height: 40px;
	line-height: 40px;
	background: #f3f7fe;
	border-top:1px solid #fff;
	color: #838280;
}
.footer2 span {
	float: right;
	color: #838280;
}
.footer2 a {
	color: #838280;
}
.footer2 a:hover{
	color: #000;
}
.banner {
	position: relative;
	z-index: 1;
}
#demo01 {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
/* flexslider */
.flexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flex-direction-nav a {
	width: 60px;
	height: 90px;
	line-height: 99em;
	overflow: hidden;
	margin: -60px 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;
}
.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 10px;
}
.flex-direction-nav .flex-prev {
	left: 10px;
}
.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 5px;
	display: inline-block;
	zoom: 1;
*display:inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active {
	background-position: 0 0;
}
a.bannerbg_main {
	display: block;
	height: 500px;
}
.img {
	text-align: center;
}
.isub1{
	margin:0 auto;
	width:100%;
	overflow:hidden;
	padding:80px 0;
	background: #f3f7fe;
}
.btitle{
	font-size: 26px;
	color: #e21e1f;
	text-align: center;
	margin-bottom: 5px;
	position: relative;
}
.btitle:before{
	position: absolute;
    left: 300px;
    top: 30px;
    content: '';
    width: 134px;
    border-bottom: 1px solid #909090;
}
.btitle:after{
	position: absolute;
    right: 300px;
    top: 30px;
    content: '';
    width: 134px;
    border-bottom: 1px solid #909090;
}
.stitle{
	font-size: 12x;
	text-align: center;
	color: #2c2c2c;
	text-transform: uppercase;
	font-family: Tahoma;
}
.ipc{
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
}
.ipc a{
	display: inline-block;
	padding:15px 38px;
	color: #626262;
	border:1px solid #d1d2d2;
	margin-left:-1px;
}
.ipc a:hover{
	border:1px solid #dd2220;
	background: #dd2220;
	color: #fff;
}
ul.ipro {
	overflow: hidden;
	margin-top: 50px;
}
ul.ipro li {
	width: 25%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
ul.ipro li img {
	width: 262px;
	height: 216px;
	border: 1px solid #b3b3b3;
}
ul.ipro li img:hover {
	border: 1px solid #dd2220;
}
ul.ipro li:hover {
	color: #fd7400;
}

.isub2{
	padding:70px 0;
	overflow: hidden;
}
.iabout{
	margin-top: 70px;
	width: 630px;
	float: left;
	color: #626262;
	line-height: 24px;
	background: url(../images/index_09.jpg) top left no-repeat;
	padding-left: 570px;
	min-height: 330px;
}
.iabout h2{
	font-size: 30px;
	color: #343434;
	font-weight: bold;
	text-align: right;
}
.iabout p{
	font-size: 12px;
	color: #626262;
	text-align: right;
	font-family: Tahoma;
	text-transform: uppercase;
	padding:5px 0 15px;
}
.abmore{
	margin-top: 79px;
}
a.more{
	display: block;
	width: 110px;
	height: 37px;
	line-height: 37px;
	color: #fff;
	font-size: 14px;
	text-align:center;
	background: #dd2220;
	font-family: Tahoma;
	text-transform:uppercase;	
}
a.more:hover{
	background: #3c080a;
}
.isub3{
	background: #f3f7fe;
	padding:70px 0;
	overflow: hidden;
	text-align: center;
}
.isub4{
	padding:70px 0;
	overflow: hidden;
}
ul.inews{
	overflow:hidden;
	margin-top:60px;
	text-align: center;
}
ul.inews li{
	text-align:left;
	overflow:hidden;
	width: 48%;
	cursor: pointer;
	float: left;
	padding:25px 0;
}
ul.inews li:nth-child(2n){
	float: right;
}
ul.inews li .nimg{
	float: left;
	width: 184px;
}
ul.inews li .nimg img{
	width: 184px;
	height: 114px;
	border: 1px solid #e1e1e1;
	padding:2px;
}
ul.inews li .nimg img:hover{
	border: 1px solid #e21e1f;
}
ul.inews li .inr{
	padding-left: 20px;
	width: 310px;
	float:left;
}
ul.inews li .titit{
	font-size: 14px;
}
ul.inews li .titit a{
	color: #2e2e2e;
}
ul.inews li .inzy{
	color: #7d7c7c;
	font-size: 12px;
	line-height: 20px;
	height: 35px;
	margin-top:14px;
	overflow: hidden;
}

ul.inews li .imore{
	overflow: hidden;
	color: #b3b3b3;
	margin-top:20px;
}
ul.inews li .imore span{
	float: right;
}
ul.inews li .imore span a{
	
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	float: left;
	background: #d5d5d5;
	text-align: center;
	font-size: 12px;
	font-family: 宋体;
}
ul.inews li .imore span a:hover{
	background: #e21e1f;
}
ul.prolist {
}
ul.prolist li {
	width: 33.333%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}

ul.prolist li img {
	width: 262px;
    height: 216px;
    border: 1px solid #cb1f25;
    padding:2px;
}
ul.prolist li img:hover {
    border: 1px solid #333;
    padding:2px;
}

.nbanner {
	width: 100%;
	clear: both;
	height: 387px;
	overflow: hidden;
}
.a1 {
	background: url(../images/a1.jpg) top center no-repeat;
}
.a2 {
	background: url(../images/a2.jpg) top center no-repeat;
}
.a3 {
	background: url(../images/a3.jpg) top center no-repeat;
}
.a4 {
	background: url(../images/a4.jpg) top center no-repeat;
}
.a5 {
	background: url(../images/a5.jpg) top center no-repeat;
}
.a6 {
	background: url(../images/a6.jpg) top center no-repeat;
}
.a7 {
	background: url(../images/a7.jpg) top center no-repeat;
}
.nmain {
	width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
	clear: both;
	overflow: hidden;
}
.nleft {
	width: 238px;
	float: left;
}
.ltop{
	color: #fff;
	background: url(../images/ltbg.jpg) top center no-repeat;
	width: 238px;
	height: 90px;
}
.ltop h3{
	font-size: 22px;
	padding-top:25px;
	margin-left: 40px;
	font-weight: 100;
}
.ltop span{
	font-size: 12px;
	font-family: Tahoma;
	margin-left: 40px;
	text-transform: uppercase;
}
.lcon{
	background: #f8f4f4;
	width: 218px;
	overflow: hidden;
	padding:10px;
	margin-bottom:30px;
}
.xlm {
	text-align: left;
	clear: both;
}
.xlm li{
	clear: both;
	overflow: hidden;
	
}
.xlm li span{
	font-family: 宋体;
	float: left;
	margin-right: 20px;
}
.xlm li a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	padding-left:40px;
	font-size: 14px;
	color: #464646;
	width: 178px;
	border-bottom: 1px dotted #cbcaca;
}
.xlm li a:hover, .xlm li a.thisclass {
   background: #fff;
}
.lpic{
	background: url(../images/about_06.jpg) top center no-repeat #f8f4f4;
	padding-top: 218px;
}
.nright {
	float: right;
	width: 840px;
}
.rtitle{
	background: url(../images/tico.png) left top no-repeat;
	padding-left: 10px;
	color: #d71c09;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom:10px;
}
.position{
	float: right;
	color: #a3a3a3;
	background: url(../images/home.png) left center no-repeat;
	padding-left: 20px;
}
.position a{
	color: #a3a3a3;
}
.tcon {
	padding: 30px 0;
	overflow: hidden;
}

.dede_pages {
	padding: 20px 0;
	clear: both;
}
.detpic {
	text-align: center;
}
.detpic img {
	width: 400px;
}
ul.messages {
	clear: both;
	width: 740px;
	margin:0 auto;
}
ul.messages li {
	padding: 10px 0;
}
ul.messages li span {
	clear: both;
	display: block;
}
ul.messages li input, ul.messages li textarea {
	border: 1px solid #DADADA;
	color: #888;
	height: 30px;
	margin-right: 6px;
	margin-top: 2px;
	outline: 0 none;
	padding: 3px 3px 3px 5px;
	width: 100%;
	font-size: 12px;
	line-height: 15px;
	box-shadow: inset 0px 1px 4px #ECECEC;
	-moz-box-shadow: inset 0px 1px 4px #ECECEC;
	-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
ul.messages li textarea {
	height: 120px;
}
.messages input.coolbg {
	background: #cb1f25;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #9E3F3F;
	cursor: pointer;
	width: 40%;
}
ul.newslist {
	overflow: hidden;
}
ul.newslist li {
	clear: both;
	padding: 20px 0;
	overflow: hidden;
}
ul.newslist li .inpic {
	float: left;
	width: 184px;
}
ul.newslist li .inpic img {
	 width: 184px;
    height: 115px;
    border: 1px solid #e1e1e1;
    padding: 2px;
}
ul.newslist li .inse {
	float: right;
	width: 630px;
}
ul.newslist li .imore {
	overflow: hidden;
    color: #b3b3b3;
    margin-top: 20px;
}
ul.newslist li .imore span {
    float: right;
}
ul.newslist li .imore span a{
	    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: rgb(255, 255, 255);
    float: left;
    text-align: center;
    font-size: 12px;
    font-family: 宋体;
    background: rgb(213, 213, 213);
}
ul.newslist li .imore a:hover{
	color: #fff;
	background: #db231c;
}

ul.newslist li .inti {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
}
ul.newslist li .inzy {
	color: #7f7d7d;
	padding-top: 10px;
}
.ndtitle{
	text-align: center;
	padding:20px 0;
	border-bottom: 1px solid #eee;
	margin-bottom:20px;
	font-size: 16px;
}