@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #5a5a5a;
}

ul li {
    list-style: none;
}

img {
    border: none;
   /* width: 100%;*/
}

.clear {
    clear: both;
}

table td{
	 border: 1px solid #ddd;
}

.wrap {
    width: 100%;
}

.header {
    width: 100%;
}

.logo,
.main {
    width: 1200px;
    margin: 0 auto
}


.nav{
    width: 100%;
    background: #fff;
    height: 42px;
    line-height: 40px;
    border-bottom: 5px solid #82262d;
}
/*.nav {
    width: 100%;
    background: #82262d;
    height: 42px;
    line-height: 40px;
}*/

.nav > ul {
    width: 1200px;
    margin: 0 auto;
}

.nav > ul > li {
      float: left;
    margin-right: -18px;
}

.nav > ul > li > a {
	display: inline-block;
    background: url(../images/hd_n_line.gif) 108px 14px no-repeat;
    color: #000;
    font-size: 13px;
    width: 120px;
    text-align: center;
    font-family: "微软雅黑";
}

.nav li a:hover {
    color: #fff;
    background: url(../images/hd_n_c.png) center center no-repeat;
    text-decoration: none;
}


.flexslider {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    zoom: 1;
}
.banner img{
width: 100%;
}
.flex-viewport img{
 width: 100%;
}
.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: 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 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;
}

.main_1 {
    height: 350px;
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
}

#display {
    margin-right: 30px;
    position: relative;
    width: 500px;
    height: 350px;
    border: 1px solid #666;
    overflow: hidden;
}

#display_list img {
    border: 0px;
}

#display_bg {
    position: absolute;
    bottom: 0;
    background-color: #000;
    height: 30px;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    z-index: 1000;
    cursor: pointer;
    width: 500px;
}

#display_info {
    position: absolute;
    bottom: 0;
    left: 5px;
    height: 22px;
    color: #fff;
    z-index: 1001;
    cursor: pointer
}

#display_text {
    position: absolute;
    width: 120px;
    z-index: 1002;
    right: 3px;
    bottom: 3px;
}

#display ul {
    position: absolute;
    list-style-type: none;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    z-index: 1002;
    margin: 0;
    padding: 0;
    bottom: 5px;
    right: 5px;
}

#display ul li {
    padding: 0px 8px;
    float: left;
    display: block;
    color: #FFF;
    background: #000;
    cursor: pointer;
    border: 1px solid #333;
}

#display ul li.on {
    background-color: #82262d;
}

#display_list a {
    position: absolute;
}

.main_left,
.main_right {
    float: left;
}

.main_right {
    width: 650px;
}

.main_right_title {
    background: url(../images/news.png) no-repeat 0;
    height: 53px;
    background-size: 40px;
    border-bottom: 1px solid #ccc;
}

.main_right_title h2 {
    line-height: 50px;
    font-size: 20px;
    padding-left: 50px;
    padding-right: 20px;
    float: left;
    border-bottom: 3px solid #82262d;
}

.main_right_title span {
    float: right;
    width: 50px;
    line-height: 25px;
    height: 25px;
    background: #82262d;
    margin: 15px 0 5px 0;
    border-radius: 5px;
    padding: 0 10px;
    text-align: center;
}

.main_right_title span a {
    color: #fff;
}

.main_right ul {
    padding: 5px 10px;
}

.main_right li {
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
}

.main_right li a {
    font-size: 18px;
    color: #000;
    line-height: 35px;
}

.main_right li span {
    float: right;
    line-height: 35px;
}
.main_right_div{
	color:#999;
	}
.main_2 {
    width: 100%;
    float: left;
}
.main_2 a:hover {
    color:#f38607;
}

.main_2_1 {
    width: 360px;
    float: left;
}

.main_2_1 ul li a {
    line-height: 30px;
    font-size: 16px;
}

.main_2_1.two {
    margin: 0 50px;
}

.pro {
    font-size: 16px;
    line-height: 35px;
}

.des {
    padding-bottom: 5px;
}

.txt {
    color: #999;
}

.main {
    margin-bottom: 10px;
}

.map {
    width: 100%;
    background: #f2f1ec;
    height: 200px;
}

.wechat {
    width: 25%;
    float: left;
    height: 200px;
    overflow: hidden;
}

.wechat img {
    width: 150px;
    vertical-align: middle;
    margin-top: 25px;
    margin: 15px 10px 0 110px;
}

#container {
    width: 75%;
    float: right;
    height: 200px;
}

.copyright {
    width: 100%;
    background: #82262d;
    height: 120px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    padding-top: 20px;
}

/*news*/

.bar {
   width: 1200px;
    margin: 10px auto;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 10px;
}
.bar span{
        padding-left: 30px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
}

.bar ul li {
    float: left;
    border-right: 1px solid #9a9a9a;
    padding: 0 10px;
}

.p_bar{
width: 1200px;
    margin: 10px auto;
    border-bottom: 1px solid #9a9a9a;
    padding-bottom: 30px;
}

.p_bar ul li {
    float: left;
    border-right: 1px solid #9a9a9a;
    padding: 0 10px;
}


.news_content {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
	min-height: 280px;
}
.n{
	background: #edf1f4;
}
.p{
	width: 1100px;
}
.n_left {
    width: 190px;
    float: left;
}
.n_left ul{
    box-shadow: 5px 1px 1px #9a9a9a;
    padding: 5px 10px;
}

.n_left_title {
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    border-bottom: 2px solid #9a9a9a;
}
.n_left>ul>li {
  /*  list-style: circle;*/
}
.n_left ul li {
    border-bottom: 1px dotted #9a9a9a;
    padding: 0 5px;
	/*    text-align: center;*/
}

.n_left ul li a {
    color: #9a9a9a;
    line-height: 40px;
    font-size: 14px;
	    display: block;
}

.n_left ul li a span {
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.list ul{
	    box-shadow: none;
		    padding: 3px 0;
}
.list ul li{
		    border: none;
}
.children>li a{
   background: url(../images/lf_n_ic.gif) 1px 15px no-repeat;
       padding-left: 15px;
}
/*
.n_left ul li a:link {
 color: #9a9a9a;
}
.n_left ul li a:visited {
 color: #f38607;
}*/
.n_left ul li a:hover {
 color: #f38607;
}
/*
.n_left ul li a:active {
 color: #f38607;
}*/

.current {  
           color: #f38607;
       } 

.n_right {
    float: left;
    width: 960px;
    margin-left: 20px;
    padding: 0 20px;
}

.n_right ul {
    box-shadow: 2px 2px 6px #9a9a9a;
    padding: 5px 30px;
}

.n_right li {
    list-style: circle;
    line-height: 50px;
    border-bottom: 1px dashed #9a9a9a;
}

.n_right li span {
    float: right;
}

/*article*/

.news_title {
    text-align: center;
    border-bottom: 1px solid #9a9a9a;
    font-size: 22px;
    line-height: 60px;
}

.article {
    line-height: 25px;
    text-indent: 2em;
}

.article_info {
    color: #9a9a9a;
    text-align: center;
    line-height: 35px;
}

.article_info span {
    margin-left: 40px;
}
.article_content{
	width:840px;
	margin:0 auto;
}
.article_content img{
/*float:left;*/
padding-right:10px;
}


/*pro*/

.pro_content {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.p_right {
   float: left;
    width: 970px;
    padding: 0 10px;
    margin-left: 20px;
}

.p_right ul li {
   width: 302px;
   height: 110px;
    float: left;
    padding: 10px;
    border-bottom: 1px dotted #9a9a9a;
    border-right: 1px dotted #9a9a9a;
}

.p_right ul li:nth-child(3n){
    border-right:0
}
.pro_img {
    width: 140px;
    float: left;
    overflow: hidden;
}
.pro_img img{
    width: 140px;
    height: 100px;
}

.img_info {
    width: 140px;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}

.img_info h2{
font-size: 14px;
    padding-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/**分页**/
.page_navi{
	width:100%;
	height:36px;
	line-height:36px;
	text-align:center;
	overflow:hidden;
	padding-top:1em;
}

.page_navi a{
padding:3px 8px;
margin:2px;
text-decoration:none;
color:#9a9a9a;
border:1px solid #9a9a9a;
}

.page_navi a:hover,.page_navi a.current{
border:1px solid #82262d;
color:#82262d;
font-weight:bolder;
}


/**文章留言*/
 .right_side {
            width: 870px;
    float: left;
    padding-left: 30px;
    padding-bottom: 40px;
    background: #fff;
        }

       .left_side {
            width: 300px;
            float: left;
        }

        .left_side div {
            text-align: center;
            overflow: hidden;
            margin-bottom: 14px;
            margin-top: 20px;
            width: 265px;
            margin-left: 15px;
            background: #82262d;
            border-bottom-left-radius: 8px;
            border-top-left-radius: 8px;
            padding-left: 20px;
            font-size: 18px;
            height: 36px;
            line-height: 30px;
            color: white;
            font-family: "Microsoft YaHei";
        }

        .right_side_title {
            margin-top: 15px;
            font-weight: 500;
            font-family: "SimHei";
            border-bottom: 1px solid #9a9a9a;
            width: 700px;
            color: #9a9a9a;
            font-size: 24px;
            padding-bottom: 12px;
            padding-left: 20px;
            text-align: left;
        }

        .right_side_title h1 {
            font-size: 20px;
        }

		  .mess {
            padding-top: 30px;
            line-height: 2.5;
            font-size: 16px;
            float: left;
            width: 98%;
        }

        .mess input {
            height: 28px;
			line-height: 2px;
        }

        .mess input[type='text'],
        .mess textarea {
            outline: none;
            width: 80%;
            font-size: 16px;
            padding: 6px 12px;
            line-height: 1.528;
            color: #555;
            border: 1px solid #ccc;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            -webkit-box-shadow: inset 0 1px 1px rgba(128, 128, 128, 0.75);
            box-shadow: inset 0 1px 1px rgba(141, 141, 141, 0.75);
            float: right;
        }

        .mess textarea {
            height: 130px;
        }

        .mess_button {
            text-indent: 0;
            border: 1px solid #ccc;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            border-radius: 7px;
            background: #ffffff;
            white-space: nowrap;
            text-align: center;
            line-height: 1.428;
            font-size: 14px;
            padding: 6px 19px;
            margin-left: 48%;
        }

        /*
.mess_button:active {
    text-indent: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: #adadad;
    background: #e6e6e6;
}*/

.bg{
	background: url(../images/771.png) 1px top repeat-y;
}

  .nbs-flexisel-inner {
            overflow: hidden;
            float: left;
            width: 97%;
            margin: 0 1.5%;
        }


        #flexiselDemo1,
        #flexiselDemo2,
        #flexiselDemo3 {
            display: none;
        }

        .nbs-flexisel-ul {
            position: relative;
            width: 9999px;
            margin: 0px;
            padding: 0px;
            list-style-type: none;
            text-align: center;
        }

        .nbs-flexisel-item {
            float: left;
            margin: 0px;
            padding: 0px;
            cursor: pointer;
            position: relative;
            line-height: 0px;
        }

        .nbs-flexisel-item img {
            width: 100%;
            cursor: pointer;
            position: relative;
            margin-top: 10px;
            margin-bottom: 10px;
            max-width: 180px;
            max-height: 180px;
        }

        .nbs-flexisel-nav-right {
            right: 5px;
            background: url(../images/brand-slider-icons.png) no-repeat -15px 0px;
        }

        .nbs-flexisel-nav-left,
        .nbs-flexisel-nav-right {
            width: 12px;
            height: 23px;
            position: absolute;
            cursor: pointer;
            z-index: 100;
            opacity: 0.5;
        }

        .nbs-flexisel-nav-left {
            left: 5px;
            background: url(../images/brand-slider-icons.png) no-repeat;
        }

		.nbs-flexisel-container{
		    position: relative;
		}

.mp10{
	margin-top:10px;
}

.tit{
	    color: #fff;
    font-size: 15px;
    background: #82262d;
    height: 36px;
    line-height: 36px;
    padding-left: 18px;
    overflow: hidden;
    font-weight: normal;
    font-family: "微软雅黑";
}
.nr{
	    padding: 5px 10px;
		line-height: 25px;
}

.article_tit{
	 border-bottom: 3px solid #f38607;;
	 color:#f38607;
	 font-size:18px;
}
.article_about{
	    line-height: 30px;
    width: 100%;
    float: left;
	    margin-top: 10px;
}
.main_2 li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}