/*css 初始化 */
@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

* {
    font-family: Microsoft YaHei, iconfont !important;
}

body {
    font: 12px Microsoft YaHei, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

.fy {
    text-align: center;
    padding: 20px 0 20px 0;
}

.fy a {
    padding: 5px 15px 5px 15px;
    margin: 0 6px 0 6px;
    border: 1px solid #ccc;
    color: #4a4a4a;
}

.fy a:hover {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

.fy .cur {
    border: 1px solid #ffca0a;
    background: #ffca0a;
    color: #f00;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #222
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

s ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    text-decoration: none;
    color: #666;
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
    padding: 9px;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix:before, .clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

/*清除浮动*/
.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/*top*/
#top {
    height: 30px;
    border-bottom: 1px solid #ccc;
    line-height: 30px;
}

.top {
    width: 1200px;
    margin: 0 auto;
}

.top-left {
}

.top-right {
}

.top-right > li {
    float: left;
    position: relative;
    margin-right: 11px;
}

.top-right > li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 13px;
    background-color: #ccc;
    top: 9px;
    right: -6px;
}

.top-right > li:last-child:after {
    display: none;
}


/*关于我们页面*/
#page-about {
    width: 1200px;
    margin: 20px auto 20px;
}

.page-about-left {
        width: 245px;
}

.left-box {
    border: 1px solid #efefef;
    margin-bottom: 15px;
}

.left-box:last-child {
    margin-bottom: 0px;
}

.left-box h2 {
        margin-bottom: 14px;
    position: relative;
    text-indent: 10px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    background: #015cb5;
    font-weight: bold;
}


.left-box ul {

}

.left-box ul > li {
   display: block;
    text-indent: 27px;
    font-size: 14px;
    color: #666666;
    position: relative;
    line-height: 40px;
    border: 1px solid #e4e4e4;
    margin: 15px;
}

.page-about-right {
    width: 880px;
    position: relative;
}

.page-about-right-title {
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    position: relative;
}

.page-about-right-title:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 16px;
    top: 27px;
    left: 0px;
    background: #ff552e;
}

.page-frame {
    position: absolute;
    right: 0px;
    top: 25px;
    background: #f6f6f6;
    padding: 5px 10px;
    border-radius: 5px;
}

.page-frame li {
    float: left;
    margin-right: 15px;
    position: relative;
}

.page-frame li:after {
    position: absolute;
    content: '';
    background: url(/image/frame.png) no-repeat 50%;
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 1px;
    right: -15px;
}

.page-frame li:last-child {
    margin-right: 0px;
}

.page-frame li:last-child:after {
    display: none;
}

/*在线留言表单*/
.message-box {
    margin-bottom: 15px;
}

.message-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.message-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #ff552e;
}

.message-form {

}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: inline-block;
    font-size: 14px;
    width: 100px;
}

.form-group input, .form-group textarea {
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 5px;
}

.message-form button {
    width: 100px;
    height: 30px;
}

/*产品分类页面*/
#sort-product {
    width: 1200px;
    margin: 20px auto;
}

.sort-product-left {
    width: 245px;
}

.sort-product-right {
    width: 880px;
    position: relative;
}

.sort-product-list {
}

.sort-product-list li {
    display: inline-block;
    margin: 3px;
}

.sort-product-list li a {
    display: block;
}

.sort-product-list li a h3 {
    text-align: center;
    line-height: 30px;
}

.sort-new-list {
}

.sort-new-list li {
    border-bottom: 1px dashed #efefef;
    padding: 10px 5px;
}

.sort-new-list li a {
    display: block;
    position: relative;
}

.sort-new-list li a img {
   width: 130px;
}

.sort-new-list li a h3 {
  position: absolute;
    top: 0px;
    left: 150px;
    font-size: 14px;
    font-weight: 700;
}

.sort-new-list li a span {
    position: absolute;
    color: #888;
    top: 0px;
    right: 0px;
}

.sort-new-list li a p {
      position: absolute;
    top: 30px;
    left: 150px;
    text-indent: 24px;
    line-height: 24px;
}

/*分页*/

.pagination {
      background: #efefef;
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
    clear: both;
}

.pagination li {
    display: inline-block;
    font-size: 14px;
}

.pagination li a {
    display: block;
    color: #00a0e9;
}

/*相关信息*/

.ln-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ln-box h3 {
    font-size: 17px;
    font-weight: 700;
    /* text-indent: 20px; */
    position: relative;
    padding-bottom: 12px;
}

.ln-box h3:before {
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 100px;
    height: 2px;
    background: #ff552e;
}

.ln-box ul {
}

.ln-box ul li {
       width: 440px;
    border-bottom: 1px dashed #efefef;
    float: left;
}

.ln-box ul li a {
    display: block;
    line-height: 30px;
}

/*产品详情*/
#info-product {
	width: 1200px;
	margin: 20px auto;
}

.info-product-left {
	    width: 245px;
}

.info-product-right {
	width: 880px;
	position: relative;
}

#info-product-image {
	    width: 520px;
	margin: 0 auto;
}
#info-product-image .bx-wrapper .bx-viewport{height: 400px;}
.info-parameter {
	margin: 10px 0;
	height: 30px;
	padding: 0 10px;
	background: #ff552e;
	line-height: 30px;
	color: #fff;
	display: inline-block;
}
.info-product-image .slide img{
	    max-width: 800px;
    display: block;
    height: 400px;
}


/*网站导航*/
#map {
    width: 1200px;
    margin: 20px auto;
}

#map li {
    display: inline-block;
    margin: 5px;
    padding: 5px 8px;
    background: #efefef;
}


.index_nav{
	background: #373b8f;
	height: 52px;
}
.index_nav_menu {
	width: 1200px;margin: 0 auto;
}
.index_nav_menu li{
	width: 171px;
	float: left;
}
.index_nav_menu li a{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 52px;
}
.index_header_bg{}
.index_header{
	width:1200px;
	margin: 0 auto;
}



.sort-product-list li{
        width: 271px;
    text-align: center;
    margin: 20px 10px;
    float: left;
    height: 258px;
    border: 1px solid #cecece;}
.sort-product-list li img{
	    max-width: 271px;
    height: 220px;
}
.index_k_bg{
	width: 100%;
	background: #f3f3f3;
	height: 42px;
}
.index_k{
	font-size: 15px;
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
}
.index_k span{
	float: left;
}
.page-content,.left-box-content{
	    margin: 10px;
    line-height: 30px;font-size:14px;
}
.info-content {
    
    line-height: 32px;
}
.clear{clear:both;}
.fl{float:left;}
.fr{
	float: right;
}
.container{
	width:1200px;
	margin: 0 auto;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto 20px;
    padding: 0;
    *zoom: 1
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 15px;
    width: 100%;
    z-index: 999;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #999
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}


#full-screen-slider { width:100%; height:600px; float:left; position:relative}
#slides { display:block; width:100%; height:600px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:50%; top:700px; z-index:99;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}

.sousuo {
  background: url(/image/ss_bg.jpg) repeat-x top left;
    height: 63px;
}
.sousuo1 {
	width: 1200px;
	margin: 0 auto;
	line-height: 63px;
}
.gjc {
	float: left;
}
.gjc h1 {
	display: inline-block;
}


.link {
	width: 100%;
	height: 32px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.link .link_box {
	width: 1180px;
	margin:0 auto;
}
.link_box h4 {
	background: url(/image/link_nav.jpg) no-repeat left top;
	width: 121px;
	height: 32px;
	font-size: 18px;
	color: #035bb5;
	text-align: center;
	line-height: 32px;
	float: left;
	margin-right: 30px;
}
.link_box a {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 32px;
	margin-right: 20px;
}
.link_box a:first-child {
	margin-left: 50px;
}
.link_box a:hover {
	color: #175ab1;
}


/*搴曢儴*/
.foot {
    width: 100%;
    color: #cccccc;
    background-color: #032e65;
}
.foot .top {
    padding-bottom: 40px;
    padding-top: 28px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.foot .leftul {
    width: 360px;
    margin-right: 138px;
    float: left;
}
.foot .labels {
    width: 100%;
    border-bottom: 2px solid #063f75;
    line-height: 54px;
    color: #9cb4cf;
    font-size: 18px;
    margin-bottom: 26px;
}
.foot .leftul ul {
    width: 360px;
}
.foot .leftul ul li {
    width: 160px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 10px;
}
.foot .leftul ul li a {
    display: block;
    width: 160px;
    font-size: 14px;
    color: #9cb4cf;
    float: left;
    font-weight: normal;
}
.foot .middle {
    float: left;
    width: 140px;
}
.foot .middle .text {
    width: 140px;
    height: 140px;
}
.foot .right {
    width: 360px;
    float: right;
    color: #cccccc;
    font-size: 14px;
    text-align: right;
}
.footlxyc {
    line-height: 25px;
	color: #9cb4cf;
}

.foot .bottom {
    width: 100%;
    
    background-color: #1E1F21;
	overflow:hidden;
}
.fb-frame {
    width: 1200px;
    margin: 0 auto;
}
.foot_record {
    line-height: 60px;
    color: #939393;
    font-size: 12px;
    float: left;
}
.foot_record a{
    color: #939393;
}
.fen_zhan {
    float: right;
    height: 30px;
    margin-top: 15px;
width: 520px;
    overflow: hidden;    color: #cecece;
}
.fen_zhan a {
    line-height: 30px;
    font-size: 12px;
    color: #CCCCCC;
    display: inline-block;
   padding: 0px 5px;
}




.topWrap {
    height: 141px;
    font-family: "Microsoft Yahei";
    position: relative;
    background: url(/images/t_bj.jpg) repeat-x center top;
}

.header {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    font-family: "Microsoft Yahei";
}

.t_top {
    height: 141px;
}

.logo {
    float: left;
       width: 295px;
    height: 128px;
    background: #fff;
    box-shadow: 0 0 17px 4px rgba(0,0,0,0.17);
    text-align: center;
    padding-top: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.logo img {
  max-height: 100%;
}

.t_fr {
    float: right;
       width: 858px;
    height: 141px;
}

.t_w {
    height: 64px;
    padding-top: 19px;
}

.t_w p {
    float: right;
    padding-right: 43px;
    font-size: 12px;
    color: #414141;
    background: url(/images/t_tel_bj.jpg) no-repeat right;
}

.t_w p span {
    display: block;
    font-size: 18px;
    color: #0445a7;
    font-weight: bold;
}

.t_w h2 {
    font-size: 26px;
    color: #282828;
    font-weight: bold;
    line-height: 64px;
}

.nav {
      height: 58px;
    line-height: 58px;
    margin-left: -26px;
    width: 100%;
}

.nav li {
    float: left;
    height: 58px;
    line-height: 58px;
    box-sizing: border-box;
        padding: 0 39px;
}

.nav li a {
    font-size: 16px;
    color: #282828;
    display: inline-block;
    position: relative;
}

.nav li a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s
}

.nav>li:hover a,.nav .cur a {
    color: #0445a7;
    font-weight: bold;
}

.nav li:hover a:after,.nav .cur a:after {
    width: 100%;
}

.nav li:last-child {
    background: none
}

.nav ul li p {
    display: none;
    position: absolute;
    width: 150%;
    text-align: center;
    left: -25%;
    top: 60px;
    z-index: 10;
}

.nav ul li p a {
    display: block;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    color: #282828;
    border-top: 1px solid #ddd;
    background: #fff;
}

.nav ul li p a:hover {
    font-weight: bold;
}



.titles{text-align:center;color:#333333;font-size:30px;background: url(../images/tt.png) no-repeat center 22px;    margin-top: 20px;}
.titles span{display:block;color:#e6e6e6;font-size:18px;text-transform:uppercase;padding-top:5px;}


.czul{
width:1200px;margin: 0 auto;
	}
.czul li{
	    width: 358px;
    float: left;
    margin: 20px;
    position: relative;
    border: 1px solid #cecece;
}
.czul li img{
	      width: 100%;
}
.czul li a{
	color: #fff;
    font-size: 14px;
}

.czdn{
	background-color:rgba(94,136,198,0.8);
    display: none;
    position: absolute;
    width: 348px;
    height: 349px;
    top: 0;
    color: #ffffff;
    font: 100 14px/24px "微软雅黑";
    padding: 5px;
}
.czul li:hover .czdn{
	display: block;
}
.czdn p{
	width: 200px;
	margin: 0 auto;font-size: 28px;font-weight: bold;
	text-align: center;
}
.h_ba{
	width: 110px;
	height: 110px;background: #FFFFFF;margin: 55px auto;border-radius: 55px;
}
.h_ba img{
	width: 40px;
	text-align: center;
}


.estructure{margin-top:35px;}
.estructure li{width:360px;padding-top:34px;height:246px;float:left;margin: 0 20px;background:#f7f7f7;text-align:center;}
.estructure li .img1{width:86px;margin:0 auto;height:86px;display:block;}
.estructure li .img2{width:86px;margin:0 auto;height:86px;display:none}
.estructure li h3{font-size:17px;padding-top:20px;font-weight:normal;color:#3385ff;font-size:16px;}
.estructure li span{    font-size: 13px;line-height:30px;padding:12px 20px 0;display:block;color:#666666;}
.estructure li .line{background:url(../images/line.png) no-repeat;height:3px;width:308px;margin:0 auto;margin-top:20px;}



.services-img{
	margin: 20px 0 20px 0;
}
.ys_ul li h3{
	font:100 22px/58px "微软雅黑";
}
.ys_ul li p{
	font:100 14px/32px "微软雅黑";    text-transform: uppercase;
}

.ys_ul li{
        width: 200px;
    margin: 20px;
    float: left;
    text-align: center;
}

.about_bg{
	background: url(/images/about_bg.jpg) no-repeat center;
	width: 100%;
	overflow: hidden;    padding: 160px 0;
}


.about{    width: 940px;
    float: right;}
.about_title{}
.about .content{    color: #666666;
    font-size: 18px;
    line-height: 42px;}
.about a{text-align:center;color:#333333;font-size:14px;width:150px;line-height:40px;border:1px solid #3385ff;display:block;margin-top:34px;}

.news-con2{
margin-top: 40px;}
.news_list2 li:nth-child(3n) {
    margin-right: 0;
}
.news_list2 li {
    float: left;
    width: 390px;
    margin: 0 15px 15px 0;
    background: #f1f1f1;
    height: 240px;
    overflow: hidden;
}
.news_list2 li .date {
    width: 60px;
    height: 107px;
    background: url(../images/date.png) no-repeat top center;
    text-align: center;
    color: #fff;
    margin-top: 67px;
}
.news_list2 li:hover .date {
    background: url(../images/dateh.png) no-repeat top center;
}
.news_list2 li .date dl {
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;
}
.news_list2 li .date dt {
    font-size: 14px;
}
.news_list2 li .wenzi {
    width: 270px;
    margin-left: 25px;
}
.news_list2 li .wenzi a {
    padding-top: 40px;
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}
.news_list2 li .wenzi h3 {
    font-weight: normal;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 24px;
    margin-top: 25px;
}

.xinwenzx {
    width: 1200px;
    margin: 70px auto 0;
}


.footer_bac{width:100%; height:42px; background:#f5f5f5 url(../uploadfile/image/20180628/20180628200406_873193910.png) center;}
.footer{width:100%; min-width:1200px; overflow:hidden; background:#1a1a1a; font-size:14px; color:#808080;}
.footer a{font-size:14px; color:#808080;}

.links{width:100%; overflow:hidden; border-bottom:dashed 1px #333; padding:30px 0;}
.linksW{width:1200px; margin:0 auto;}
.links_l{float:left; width:120px; border-right:dashed 1px #474747; font-size:16px; color:#808080; line-height:18px;}
.links_l span{color:#fff; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:30px; font-weight:bold; line-height:30px;}
.links_r{float:right; width:1050px;}
.links_r a{color:#808080;}

.footerW{width:1200px; margin:0 auto; padding:40px 0; overflow:hidden;}
.footer_m{font-size:20px; color:#fff; line-height:26px; margin-bottom:24px;}
.footer_en{font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#2b5292; line-height:20px; text-transform:uppercase; overflow:hidden;}
.footer_lx{float:left;     width: 340px; overflow:hidden;}
.footer_lx_d{overflow:hidden; line-height:28px;}
.footer_l{float:left; width:131px; margin-left:40px;}
.footer_ld{overflow:hidden;}
.footer_ld_lo{overflow:hidden;}
.footer_ld_li{line-height:34px;}
.footer_r{ width:140px; }
.footer_rd{overflow:hidden; width:140px;}
.footer_rd img{width:140px;}

.footer_fl{ height:158px;}
.footer_fl b{font-size:0px; line-height:0px; font-weight:normal;}
.footer_fl b a{font-size:14px; line-height:28px;width:131px; overflow:hidden; display:block; white-space: nowrap; text-overflow: ellipsis; }
.bottom {
    background: #000;
}

.foot_topbg{
	background: #4d7ee9;
	overflow: hidden;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}

.footf_a{
	width: 200px;
	height: 40px;
	border: 1px solid #ffffff;
	margin: 0 auto;
	text-align: center;
}
.footf_a a{
	color: #ffffff;font-size: 16px;line-height: 40px;
}

.foot_text1{
	text-align: center;
	color: #FFFFFF;font-size: 28px;
	line-height: 102px;
}



#demo{
	    overflow: hidden;
    width: 1200px;
    height: 252px;
    margin: 37px auto;
	}
.index_product li {
        margin: 15px;
    height: 75px;
    text-align: center;
    width: 168px;
    float: left;
    border: 1px solid #969696;}
 .index_product li img{    height: 75px;
	     max-width: 168px;} 
	.index_product li:hover {
    box-shadow: 0 0 8px #000000;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}	     

.wrapper {
    margin: 50px auto;
    width: 960px;
}

ul li {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
}

/** Navigation theme
================================================== */
.booNavigation {
    position: relative;
}

.booNavigation li.navItem {
    float: left;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.booNavigation li.navItem:hover {
  
    cursor: pointer;
}


.booNavigation li.navItem .navContent {
       left: 0;
    position: absolute;
    top: 58px;
    width: 100%;
    z-index: 9999;
    background: #cecece;    height: 304px !important;
}

.booNavigation .navContent > li {
    color: #fff;
    float: left;
    padding: 10px;
    width: 30%;
}

.booNavigation .navContent li a {
    color: #fff;
    display: block;
    padding: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.booNavigation .navContent li a:hover {
    background-color: #046dc5;
}

/** Navigation examples
================================================== */
.nav-example {
    clear: left;
}

.navContent li img{
	    width: 210px;
    height: 178px;
}

.linkTagcs ul li{
	float: left;margin: 2px 5px;
}