﻿@charset "utf-8";

body {
	font-family: "微软雅黑", Arial;
	font-size: 12px;
	line-height: 1.8;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	min-width: 1250px;
}
p, h1, h2, h3, dl, dt, dd, li, ul, h4, h5, h6, form, fieldset {
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 17px;
	text-decoration: none;
	font-family: "微软雅黑", Arial;
}

ul{ list-style:none; }
a img{ border:none; }
 img, div, input {
	behavior: url("../js/iepngfix.htc")
}
em, cite, th{ font-style:normal; font-weight:normal; }
th{ text-align:left; }
label, .pointer { cursor:pointer; }
.clr {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

.head {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.head_top {
	width: 100%;
	margin: 0 auto;
	background-color: #23201d;
	height: 30px;
}
.head_top_nr {
	width: 1190px;
	margin: 0 auto;
	height: 30px;
}

.head_top h3 {
	font-size: 13px;
	line-height: 30px;
	color: #aaa9a8;
	padding-left: 10px;
	width: 200px;
	float: left;
}
.head_top_nr h3 span {
	color: #fcaf01;
}

.head_top_nr_right {
	width: 198px;
	height: 30px;
	float: right;

}
.head_top_nr_right ul {

}

.head_top_nr_right li {
	font-size: 13px;
	color: #aaa9a8;
	float: left;
	padding: 0px 0px 0px 10px;
	line-height: 30px;
}
.head_top_nr_right li a {
	color: #aaa9a8;
	text-decoration: none;
}
.head_top_nr_right a:hover {
	color: #fcaf01;
}

.link01      {
	color: #faa651;
	background-color: #f9f9f9;
}
.top{
	width:100%;
	height:80px;
	margin-left: auto;
	margin-right: auto;
}

.top_nr{
	width:1190px;
	margin-left:auto;
	margin-right:auto;
	height: 80px;
	position: relative;
}
.t_left{
	width:355px;
	height:50px;
	font-size:20px;
	color:#666666;
	margin-top: 10px;
	float: left;
}
.t_right_nr1 {
	position: absolute;
	top: 19px;
	left: 670px;
	display:none;
}
.t_right_nr1   dl {
	width: 320px;
}
.t_right_nr1   dt {
	height: 40px;
	width: 40px;
	float: left;
}
.t_right_nr1   dd {
	line-height: 40px;
	float: left;
	font-size: 16px;
	color: #333333;
	padding-left: 5px;
	font-weight: bold;
}
.t_right_nr1   span {
	font-size: 22px;
	font-weight: bold;
	color: #fcaf01;
	padding-left: 5px;
}
.t_right_nr2{
	height:48px;
	font-size:14px;
	color:#666666;
	float:left;
	position: absolute;
	top: 15px;
	left: 840px;
}
.t_right_nr2    a {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}
/*.t_right_nr2    img{*/
	/*padding-left:10px;*/
	/*margin-bottom:-18px;*/
	/*padding-right: 10px;*/
/*}*/
#banner {
	width: 100%;
	height: 326px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}

.fullSlide {
	width:100%;
	position:relative;
	height:500px;
}

.fullSlide {
	width:100%;
	position:relative;
	height:500px;
	margin: 0 auto;
}

.fullSlide .bd {
	position:relative;
	z-index:0;
	overflow:hidden;
	height: 500px;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.fullSlide .bd ul {
	width:100% !important;
	background-repeat: repeat-x;
	background-position: top;
}

.fullSlide .bd li {
	width:100% !important;
	height:500px;
	overflow:hidden;
	text-align:center;
	background-repeat: repeat-x;
	background-position: top;
}
.fullSlide .bd li a {
    height:500px;
	display:block;
}
.fullSlide .hd {
	width:999px;
	position:absolute;
	z-index:1;
	bottom:0;
	left:50%;
	height:15px;
	line-height:15px;
}

.fullSlide .hd ul {
	text-align:right;
}

.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
    *display:inline;
	zoom:1;
	width:11px;
	height:11px;
	overflow:hidden;
	background:#000;
	filter:alpha(opacity=50);
	opacity:2;
	line-height:999px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.fullSlide .hd ul .on {
	background:#f00;
}

.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:40px;
	height:60px;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
	background-color: #666666;
	background-repeat: no-repeat;
	background-position: -126px -137px;
	background-image: url(../images/slider-arrow.png);
}

.fullSlide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
}


.container {
	width: 100%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.content {
	width: 1190px;
	margin-right: auto;
	margin-left: auto;
}
.c_first{
}
.c_second {
	width: 1190px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.c_second_nav {
	width: 1190px;
	list-style-type: none;
	height: 40px;
}

.c_second_nav a {
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}
.c_second_cp {
	width: 1190px;
	margin-left: auto;
	margin-right: auto;
}
.cp_first {
	margin-right: -30px;
	overflow: hidden;
}
.cp_first_nr {
	float: left;
	width: 290px;
	height: 327px;
	margin-right: 10px;
	margin-top: 20px;
}
.cp_first_nr img {
	border: 1px solid #DFDFDF;
	height: 280px;
	width: 288px;
}
.cp_first_nr .pro_jiag{line-height:32px;color:#fe2b00;font-family:"Microsoft YaHei";display:none;}
.cp_first_nr .pro_jiag span{color:#fe2b00;font-family:"Microsoft YaHei";}
.cp_first_nr span.tit {
	background-color: #6b6b6b;
	display: block;
	font-size: 14px;
	color: #000000;
	text-align: center;
	height: 40px;
	margin-top: 5px;
	line-height: 40px;
}
.cp_first_nr a {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	display: block;
	
}
.cp_first_nr a:hover {
	font-size: 14px;
	color: #fff;
	background-color:#fcaf01;
}
#tags {
	HEIGHT: 40px;
	background-repeat: repeat-x;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: -10px;
	overflow: hidden;
}
#tags   LI {
	height: 40px;
	width: 140px;
	float: left;
	font-size: 14px;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
	background-color: #6b6b6b;
	margin-right: 10px;
}
#tags    LI   A {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 40px;
	padding-right: 40px;
}
#tags LI.emptyTag {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	WIDTH: 4px;
	padding-left: 19px;
}

#tags LI.selectTag {
	POSITION: relative;
	HEIGHT: 40px;
	margin-bottom: -1px;
}
#tags     LI.selectTag    A {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #fcaf01;
	width: 60px;
	float: left;
}
#tagContent {
	width: 1190px;
}
.tagContent {
	DISPLAY: none;
	WIDTH: 1190px;
	COLOR: #666666;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
}
.tagContent  a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
#tagContent_sc  {
	height: 22px;
	width: 89px;
	float: right;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-right: 640px;
}
#tagContent_sc   h2 {
	float: left;
	font-size: 14px;
	color: #007B47;
	padding-left: 5px;
}

#tagContent DIV.selectTag {
	DISPLAY: block
}


.f_top {
	height: 52px;
	width: 1190px;
	float: left;
	background-color: #fcaf01;
}
.f_left {
	height: 52px;
	width: 700px;
	float: left;
	line-height: 52px;
}
.f_left  span {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 52px;
}
.f_left img {
	margin-left: 20px;
	margin-top: 10px;
	float: left;
}
.f_right {
    width: 330px;
    float: left;
    height: 52px;
    margin-left: 155px;
}
.f_left span.home_red{color:#FB4400;}
.text  {
	height: 40px;
	width: 260px;
	float: left;
	margin-left: 3px;
	margin-top: 5px;
	outline: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 40px;
	padding-left: 3px;
}
.submit {
	height: 42px;
	width: 63px;
	margin-top: 5px;
	float: left;
	background-image: url(../images/img_09.jpg);
	cursor: pointer;
	border: none;
}
.f_bottom {
	width: 1190px;
	height: 305px;
	margin-top: 10px;
}
.f_bottom_gsjj {
	width: 492px;
	height: 305px;
	float: left;
	border: 1px solid #e8e8e8;
	margin-right: 22px;
}
.f_bottom_gsjj_top {
	height: 45px;
	width: 485px;
}
.f_bottom_gsjj_top img {
	width: 492px;
	height: 45px;
	padding-bottom: 5px;
}

.f_bottom_gsjj_bottom {

}

.f_bottom_gsjj_bottom_left {
	width: 300px;
	float: left;
}
.f_bottom_gsjj_bottom_left img {
	width: 280px;
	height: 125px;
	padding-left: 10px;
	padding-bottom: 5px;



}
.f_bottom_gsjj_bottom_right {
	width: 492px;
	margin-top: 10px;
}

.f_bottom_gsjj_bottom_right p {
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	line-height: 26.8px;
	padding: 0px 10px;
}
.f_bottom_gsjj_bottom_right p a {
	color: #666;
	text-decoration: none;
}




.f_bottom_more {
	float: right;
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	background-color: #fcaf01;
	text-align: center;
	margin-right: 14px;
}
.f_bottom_more  a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.f_bottom_first_middle {
	width: 288px;
	height: 290px;
	float: left;
	border: 1px solid #e8e8e8;
}

.but {
	text-decoration : none;
	width: 150px;
	height: 40px;
	font-size: 20px;
	font-weight: 900;
	color: #000000;
	border: 1px dashed #616165;
	background: white;
	border-radius: 20px;
	margin-top: 10px;
}

.bt {
	position: absolute;
	color: #ffffff;
	font-size: 20px;
	font-style: italic;
	margin-top: 45px;
	margin-left: 35px;
}

.you {
	margin-left: 39.5px;
}

.f_bottom_first_middle  dl {
	width: 260px;
	float: left;
	border: 1px solid #e8e8e8;
	height: 305px;
}

.f_bottom_first_middle  dt {
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 260px;
	font-weight: bold;
	padding: 5px 0px;
}
.f_bottom_first_middle   dd  img {
	width: 230px;
	height: 240px;
	padding-left: 15px;



}
.f_bottom_first_middle_dd  img  a {
	cursor: pointer;
}
.f_bottom_video {
	width: 390px;
	height: 305px;
	float: left;
	border: 1px solid #e8e8e8;
}
.f_bottom_video_top {
	height: 45px;
	width: 390px;
}

.f_bottom_video   img {

}
.f_bottom_video_bottom   embed   {
	margin: 0px 10px 10px 10px;



}
.f_bottom_second {
	width: 1190px;
	margin-top:20px;
	height: 377px;
	display: none;	
}
.f_bottom_second_right {
	float: left;
	width: 1190px;
	border: 1px solid #e8e8e8;

}
.f_bottom_second_right_pic1 {
	width: 680px;
	height: 165px;
	display: block;
	float: left;
	padding: 15px;
}
.f_bottom_second_right_pic1 img{
	width: 680px;
	height: 165px;
	position: relative;
}
.f_bottom_second_right_pic2 {
	width: 465px;
	height: 165px;
	position: relative;
	float:left;
	margin-top:15px;
}
.f_bottom_second_right_pic2 img{
	width: 465px;
	height: 165px;
}
.f_bottom_second_right_pic3 {
	width: 465px;
	height: 165px;
	display: block;
	float: left;
	padding: 0px 15px 15px 15px;

}
.f_bottom_second_right_pic3 img{
	width: 465px;
	height: 165px;
}
.f_bottom_second_right_pic4 {
	width: 680px;
	height: 165px;
	display: block;
	float: left;
	padding: 0px 15px 15px 0px;
}
.f_bottom_second_right_pic4 img{
	width: 680px;
	height: 165px;
}
.footer {
	height: 327px;
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.footer1 {
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../images/footer.png);
	width: 1190px;
}
.footer1_box {
	margin-right: -98px;
	overflow: hidden;
}


.footer1_nr {
	height: 125px;
	width: 224px;
	float: left;
	margin-top: 15px;
	margin-right: 98px;
}

.footer1_nr_top {
	width: 224px;
	height: 30px;
	line-height: 30px;
}

.footer1_nr_top      img  {
	vertical-align: middle;
	float: left;
	margin-left: 63px;
	padding-top: 5px;
	margin-right: 5px;
}
.footer1_nr_top  h3 {
	font-size: 14px;
	color: #333333;
	height: 30px;
	line-height: 30px;
}
.footer1_nr  p {
	color: #666666;
	text-align: left;
	padding-top: 8px;
	line-height: 20px;
}
.footer2 {
	width: 100%;
	height: 186px;
	background-color: #23201d;
	float: left;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbb;
}
.footer2_nr {
	height: 170px;
	width: 1190px;
	margin-right: auto;
	margin-left: auto;
}
.footer2_nr1 {
	width: 400px;
	height: 90px;
	float: left;
	margin-top: 10px;
}
.footer2_nr  h3 {
	font-size: 16px;
	color:#a7a7a7;
	font-weight: bold;
}

.footer2_nr1 ul {
	width: 400px;
	margin-top: 10px;
}

.footer2_nr1 ul li {
	float: left;
	width: 100px;
	color: #a7a7a7;
	font-size: 14px;
	padding-top: 5px;
}
.footer2_nr1 a {
	text-decoration: none;
	font-size: 14px;
	color:#a7a7a7;
	cursor: pointer;
}
.footer2_nr1 a:hover {
	color: #fcaf01;
	font-size: 14px;
}


.footer2_nr2 {
	width: 400px;
	float: left;
	margin-top: 43px;
}
.footer2_nr2 ul {
	width: 480px;
	margin-top: 10px;
}

.footer2_nr2 ul li {
	color: #a7a7a7;
	font-size: 14px;
	float: left;
	width: 100px;
	padding-top: 5px;
}
.footer2_nr2  a   {
	text-decoration: none;
	font-size: 14px;
	color: #a7a7a7;
	cursor: pointer;
}
.footer2_nr2 a:hover {
	font-size: 14px;
	color: #fcaf01;
}
.footer2_nr3 {
	height: 170px;
	float: left;
	width: 440px;
	margin-left: 5px;
}
.footer2_nr3_top {
	height: 50px;
	width: 440px;
	margin-top: 20px;
	float: left;
}
.footer2_nr3_top img {
	float: left;
	height: 47px;
	width: 49px;
}
.footer2_nr3_top ul {
	height: 50px;
	width: 405px;
	margin-bottom: 15px;
}

.footer2_nr3_top li {
	padding-top: 6px;
	padding-left: 60px;
	color: #d8d8d8;
	font-size: 16px;
	font-weight: bold;
}
.footer2_nr3_top span {
	color: #fcaf01;
	font-size: 18px;
	font-weight: bold;
}
.footer2_nr3 p   {
	font-size: 14px;
	color: #a7a7a7;
	line-height: 31px;
	float:left;
}
.footer2_nr4 {
	height: 150px;
	width: 265px;
	float: right;
}
.footer2_nr4 img {
	padding-left: 20px;
	padding-top: 25px;
	text-align: center;
	vertical-align: middle;
}
.footer2_nr4 p{
    font-size: 14px;
    color: #a7a7a7;
    margin-left: -121px;
    margin-top: 6px;
}
.footer2_nr4 p a{
   color:#a7a7a7;
   text-decoration:none;
}
.footer2_nr4 p a:hover{
   color:#fff;

}
.technology {
	font-size: 14px;
	color: #a7a7a7;
	display: block;
    float:left;
	line-height:31px;
	margin-left:17px;
}
.technology a{
   color: #a7a7a7;
   text-decoration:none;
}
.technology a:hover{
   color:#fff;
}

/* side */
.side{
	width:auto !important;
	position:fixed;
	right:0px;
	bottom:100px;
	z-index:10000;
}
.side ul li{
	position:relative;
    border-bottom:1px solid #EBEBEB;
}
.side ul li .sidebox{
	position:absolute;
	top:0;
	transition:all 0.3s;
	background:#fcaf01;
	filter:Alpha(opacity=80);
	color:#fff;
	font:14px/54px "微软雅黑";
	overflow:hidden;
	right: 0px;
}
.side ul li .sidetop{
	line-height:54px;
	display:inline-block;
	background:#333;
	opacity:0.8;
	filter:Alpha(opacity=100);
	transition:all 0.3s;
	text-decoration: none;
	color: #fff;
	font-family: "微软雅黑";
}
.side ul li .sidetop:hover{
	opacity:1;
	filter:Alpha(opacity=100);
	background: #666;
}
.side ul li img{float:left;}
.side .icon-chat {
	background-position: 0 -130px;
	position: relative;
	display:block;
	height:54px;
	width:54px;

}
.side a,.chat-tips i {
	background-image: url(../images/gdt-img.png);
	background-repeat: no-repeat;
	background-color:#FCAF01;
}
.side .icon-chat:hover .chat-tips {
	display: block;
}
.chat-tips {
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 54px;
	top: -30px;
	background-color: #ffffff;
	display: block;
}
.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -8px;
	top: 53px;
	background-position:-88px -350px;
}
.chat-tips img {
	width: 138px;
	height: 138px;
}
/*图片轮播*/
.all{
	width: 465px;
    height: 165px;
    position: relative;
}
.screen{
    width: 465px;
    height: 165px;
    overflow: hidden;
    position: relative;
}
.screen li{
	width: 465px;
    height: 165px;
    overflow: hidden;
    float: left;
}
.screen ul{ position:absolute; left:0; top:0px; width:3000px;}
.all ol{
	position:absolute;
	right:10px;
	bottom:-5px;
	line-height:20px;
	text-align:center;
}
.all ol li{
	float: left;
	width: 15px;
	height: 15px;
	background: #fcaf01;
	margin-left: 5px;
	cursor: pointer;
	font-size: 10px;
	font-family: "Microsoft YaHei";
	line-height: 15px;
	border-radius: 15px;
	color: #fff;
}
.all ol li.current{
	background:#fff;
	color: #666;
}
/*QQ在线客服*/
.SonlineBox{ width:162px; font-size:12px;overflow:hidden; z-index:9999;position:fixed;}
.SonlineBox .openTrigger{ width:30px; height:110px; position:absolute; top:0px;  z-index:1; cursor:pointer;  background:#0176ba url(../images/openTrigger.jpg) no-repeat;}
.SonlineBox .titleBox{ width:158px; height:35px; line-height:35px; background:#fcaf01 url(../images/SonlineTitleBg.gif) repeat-x; border-bottom:2px solid #fcaf01;}
.SonlineBox .titleBox span{ margin-left:10px; color:#fff; font-size:14px; font-family:'微软雅黑','黑体';}
.SonlineBox .contentBox{ width:158px; height:auto; border:2px solid #fcaf01; background:#fff; position:fixed;top:50px; z-index:2;}
.SonlineBox .contentBox .closeTrigger{ width:25px; height:25px; display:block; cursor:pointer;  position:absolute; top:5px;right:5px;-webkit-transition:all 0.8s ease-out;}
.SonlineBox .contentBox .closeTrigger:hover{-webkit-transform:scale(1) rotate(360deg);}
.SonlineBox .contentBox .listBox{overflow:hidden; margin-bottom:10px;}
.SonlineBox .contentBox .listBox .QQList{ display:block; width:86%; height:22px; margin:10px auto 0px auto;}
.SonlineBox .contentBox .listBox .QQList span{float:left; line-height:22px;}
.SonlineBox .contentBox .listBox .QQList a{float:left;}
