/*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%
}

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;
}

/*nav*/
#nav {
    height: 75px;
}

.nav {
    width: 1200px;
    height: 75px;
    margin: 0 auto;
    position: relative;
}

.nav-logo {
    margin-right: 50px;
}

.nav-logo > img {
   
    margin: 10px;
}

.nav-menu {

}

.nav-menu > li {
    float: left;
    width: 110px;
    line-height: 75px;
    text-align: center;
    position: relative;
}

.nav-menu > li.active:after {
    position: absolute;
    content: '';
    width: 110px;
    height: 3px;
    background: #a63d02;
    top: -2px;
    left: 0px;
}

.hide-after:after {
    display: none;
}

.nav-menu > li > a {
    display: block;
    font-size: 14px;
}

.nav-search {
  
    width: 275px;
    height: 30px;
    margin: 8px 0 0 0;
}

.nav-search form {
    height: 30px;
    width: 275px;
    position: relative;
}

.nav-search form select {
    position: absolute;
    top: 5px;
    left: 5px;
}

.nav-search form input[type=text] {
    position: absolute;
    width: 150px;
    height: 20px;
    top: 5px;
    left: 80px;
    border-left: 1px solid #efefef;
}

.nav-search form input[type=submit] {
    background: #0090ff;
    width: 40px;
    height: 30px;
    color: #fff;
    position: absolute;
    right: 0px;
}

.nav-keyword {
    position: absolute;
    right: 0px;
    bottom: 8px;
}

.nav-keyword h1 {
    font-weight: 700;
    display: inline-block;
}

/*toproll*/
#toproll {
    height: 51px;
    background: #0e1f3b;
    position: relative;
    z-index: 9999;
}

.toproll {
    width: 1200px;
    height: 64px;
    background: url(/image/toproll.png) 50%;
    position: relative;
    margin: 0 auto;
}

.toproll:before {
    content: '';
    height: 64px;
    width: 1000px;
    background: #0d2758;
    position: absolute;
    top: 0px;
    right: 1200px;
}

.toproll-left {
    width: 250px;
    padding-left: 50px;
    height: 64px;
    background: url(/image/tel.png) no-repeat 12px 10px;
    background-size: 40px;
}

.toproll-left-title {
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 20px;
}

.toproll-left-contact {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 0 20px;
}

.toproll-right {
    width: 780px;
    height: 51px;
    background: url(/image/call.png) no-repeat 8px 50%;
    background-size: 25px;
    padding: 0 0 0 40px;
}

.toproll-right-title {
    color: #fff;
    line-height: 51px;
    font-size: 14px;
}

.toproll-right-ul {
}

/*顶部新闻滚动*/
.swiper_wrap {
    position: relative;
    width: 695px;
    height: 51px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper_wrap ul {
    position: relative;
    top: 0;
    left: 0;
    width: 695px;
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 1px;
}

.swiper_wrap ul li {
    line-height: 51px;
    padding-left: 24px;
}

.swiper_wrap .lt {
    position: absolute;
    left: -1px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .gt {
    position: absolute;
    right: 26px;
    top: 7px;
    font-family: "宋体";
    font-weight: bold;
    color: #AAAAAA;
}

.swiper_wrap .font_inner a {
    color: #fff;
}

.swiper_wrap a:hover {
    color: #FA9101;
}

/*banner*/
#banner {
    background: #ddd;
    min-width: 1200px;
    position: relative;
    top: -13px;
}

/*标题样式*/
.box-title {
    position: relative;
}

.box-title:before, .box-title:after {
    content: '';
    position: absolute;
}

/*首页主体*/
#index {
    width: 1200px;
    margin: 0 auto;
}

/*首页关于我们*/
#index-about {
    width: 650px;
    height: 250px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-about-title {
    height: 40px;
}

.index-about-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #0090ff;
}

.index-about-title:after {
    width: 630px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-about-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-about-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-about-contact {
    padding: 20px;
}

.index-about-text {
    width: 350px;
}

.index-about-img {
    width: 250px;
}

/*首页联系我们*/
#index-connect {
    width: 530px;
    border: 1px solid #ccc;
    height: 250px;
    margin-bottom: 20px;
}

.index-connect-title {
    height: 40px;
}

.index-connect-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #0090ff;
}

.index-connect-title:after {
    width: 510px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-connect-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-connect-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-connect-contact {
    padding: 20px;
}

/*首页新闻*/
#index-cnew, #index-inew {
    width: 590px;
    border: 1px solid #ccc;
    height: 300px;
    margin-bottom: 20px;
}

.index-cnew-one {
    padding: 20px 20px 10px 20px;
    position: relative;
}

.index-cnew-one-img {
    position: absolute;
    width: 75px;
    height: 75px;
}

.index-cnew-one h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 85px;
}

.index-cnew-one span {
    margin-left: 85px;
    display: block;
}

.index-new-title {
    height: 40px;
}

.index-new-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #0090ff;
}

.index-new-title:after {
    width: 570px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-new-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-new-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-new-list {
    padding: 20px;
}

.index-new-list > li {
    height: 29px;
    border-bottom: 1px dashed #ccc;
}

.index-new-list > li:last-child {
    border: none;
}

.index-new-list > li > a {
    display: inline-block;
    line-height: 29px;
}

.index-new-list > li > span {
    float: right;
    display: inline-block;
    line-height: 29px;
}

/*首页展品展示*/
#index-product {
    height: 300px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-product-title {
    height: 40px;
}

.index-product-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #0090ff;
}

.index-product-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-product-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-product-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-product-sort {
    padding: 20px;
    width: 200px;
    position: relative;
}

.index-product-sort:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 230px;
    background: #ccc;
    top: 18px;
    right: 0;
}

.index-product-sort > li {
    height: 40px;
    margin: 10px 0px;
    position: relative;
}

.index-product-sort > li > a {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    background: #efefef;
}

.index-product-sort > li > a:hover {
    background: #0090ff;
    font-size: 15px;
    color: #fff;
}

.index-product-scroll {
    padding: 20px;
    width: 918px;
}

.index-product-scroll-title {
    text-align: center;
    line-height: 24px;
}

/*首页案例展示*/
#index-case {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-case-title {
    height: 40px;
}

.index-case-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #0090ff;
}

.index-case-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-case-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-case-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-case-scroll {
    padding: 20px;
}

/*首页友情链接*/
#index-link {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-link-title {
    height: 40px;
}

.index-link-title:before {
    width: 3px;
    height: 20px;
    top: 10px;
    left: 8px;
    background: #0090ff;
}

.index-link-title:after {
    width: 1180px;
    height: 1px;
    top: 45px;
    left: 10px;
    background: #eee;
}

h2.index-link-h2 {
    line-height: 40px;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    margin-left: 20px;
}

h3.index-link-h3 {
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
}

.index-link-list {
    padding: 20px;
}

.index-link-list > li {
    display: inline-block;
    height: 30px;
    border-bottom: 1px dashed #ccc;
    margin: 0 10px;
}

.index-link-list > li > a {
    display: block;
    line-height: 30px;
    font-size: 12px;
}

.index-link-list > li > a img {
    width: 16px;
    height: 16px;
    margin: 7px;
    margin-right: 12px;
}

.index-link-list > li > a h4 {
    display: inline-block;
}

/*底部*/
#footer {
    background: #666;
    padding: 20px 0;
}

.footer {
    width: 1200px;
    margin: 0px auto;
}

.footer-nav {
    background: #333;
    padding: 10px;
    border-radius: 5px;
    width: 720px;
    margin: 0 auto;
}

.footer-nav li {
    width: 100px;
    display: inline-block;
    margin: 0 8px;
    position: relative;
}

.footer-nav li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    background: #fff;
    top: 4px;
    right: -10px;
}

.footer-nav li:last-child:after {
    display: none;
}

.footer-nav > li > a {
    display: block;
    text-align: center;
    color: #fff;
}

/*关于我们页面*/
#page-about {
    width: 1200px;
    margin: 0 auto 20px;
}

.page-about-left {
    width: 300px;
}

.left-box {
    border: 1px solid #efefef;
    margin-bottom: 15px;
    padding: 10px;
}

.left-box:last-child {
    margin-bottom: 0px;
}

.left-box h2 {
    padding-top: 3px;
    border-bottom: 1px solid #cccccc;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    text-indent: 10px;
    line-height: 32px;
}
.left-box h2:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 15px;
    background-color: #0090ff;
    top: 6px;
    left: 0px;
}

.left-box ul {

}

.left-box ul > li {
    border-bottom: 1px dashed #efefef;
    line-height: 30px;
    height: 30px;
}

.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: #0090ff;
}

.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: #0090ff;
}

.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: 300px;
}

.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;
}

.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: #0090ff;
}

.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: 300px;
}

.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: #0090ff;
	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;
}

.left-box h2:before {
    position: absolute;
    content: '';
    width: 84px;
    height: 2px;
    background-color: #0876ef;
    top: 34px;
    left: 0px;
}
.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;
}

/* nav S */

#nav {
        background: #0090ff;
    height: 52px;
}

.nav {
    width: 1200px;
    margin: 0 auto;
}

.nav>li {
    float: left;
    width: 171px;
    line-height: 52px;
    text-align: center;
    position: relative;
        background: url(/image/20181208114056_2144444729.png) center right no-repeat;
}
.nav li:hover{
	background: #ffb200;
}
.nav>li a {
    color: #fff;
    display: block;
    font-size: 14px;
}

.nav>li.list {
    position: relative;
}

.nav>li.list .list_ul {
    position: absolute;
    left: 0;
    display: none;
    width: 171px;
    z-index: 9999;
}

.nav>li.list .list_ul>li {
       position: relative;
    border-bottom: 1px solid #0170cc;
    background: rgb(208,208,208,0.9);
}

.nav>li.list .list_ul>li a {
      line-height: 38px;
    color: #000000;
}

.fullscreen_list_div {
    background: #ff675d;
}

.fullscreen_list_div {
    display: none;
    position: relative;
    z-index: 9999;
}



/* nav E */


/*
底部S
*/


.footbg{
	width: 100%;
	background: #24782d;
	height: 300px;
}

.foot_l{
	    color: #fff;
    font-size: 22px;
    line-height: 48px;
    margin-top: 30px;
}
.foot_r{
	    width: 860px;
}
.foot_nav{
	    border-bottom: 1px solid #126315;
    margin: 30px 0px;
    height: 32px;
}
.foot_nav li{
	float: left;
    width: 143px;
    text-align: center;
}
.foot_nav li a{
	    color: #FFFFFF;
    font-size: 14px;
}
.foot_r p{
	color:#ffffff;
	
}
.foot_r img{
	width:160px;
	
}


.index-link-list .firstli{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
}

.copyright{
	    background: #2c2c2c;
    width: 100%;    height: 34px;
}
.qyfz li{
	float: left;
	margin-right: 5px;
}
.qyfz li a h4{
	    color: #9f9f9f;
    line-height: 34px;
}
/*
底部E
*/


.sort-product-list li{
    width: 200px;
    text-align: center;
    margin: 20px 10px;
    float: left;
    height: 200px;}
.sort-product-list li img{
	max-width: 200px;
	height: 180px;
}
.index_k_bg{
	width: 100%;
	background: #f3f3f3;
	height: 42px;
	display: none;
}

.index_k{
	font-size: 15px;
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
}
.index_k span{
	float: left;
}
.page-content,.left-box-content{
	    font-size: 14px;
    line-height: 30px;
}
.info-content {
    font-size: 14px;
    line-height: 32px;
}

.clear{
	clear:both;
}
.box, .prod {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.fl{float: left;}
.fr{
	float: right;
}
 /*公司简介*/
.jj_bg{ width:100%; height:436px; background:url(/image/20170321153157_145300469.jpg) no-repeat center; margin-top: 50px;}
.jj_left{ padding-left:45px; padding-top:53px;}
.jj_right{margin-left:76px; padding-top:108px;     width: 576px;}
.jj_right b{ font-size:21px; font-weight:bold; color:#333;}
.jj_right span{ font-size:25px; font-weight:bold; color:#286ee3; padding-left:20px;}
.jj_rightfont{font-size:13px;padding-top:10px; line-height:24px;}
.jj_more{width:80px; height:24px; font-size:14px; color:#fff; text-align:center; line-height:24px; background:#286ee3;}
.jj_more a{ font-size:14px; color:#fff;}
.jj_more a:hover{ font-size:14px; color:#ff0;}


.ser_l{width: 185px;height: 100%; margin-top: 20px;}
.ser_title strong{display: block;float: left; padding: 15px;height: 54px;color: #333;font: bold 30px/30px "Microsoft YaHei";}
			.ser_title strong span{display: block;margin-top: 10px;text-indent: 0; font:12px/15px "Microsoft YaHei";color:#909090;}
 
			.ser_lTop{width: 100%;height:231px;  background: #0090ff;}

			.ser_lTop p{padding-top: 30px;width: 100%;font-size: 32px;text-transform: uppercase;line-height: 45px;color: #fff;text-align: center;}
			.ser_lTop p:nth-child(3){padding-top: 0;width: 100%;font-size: 17px;line-height: 32px;}
			.ser_lTop strong{display: block;font: 26px/38px "Microsoft YaHei";color:#ffd800;text-align: center;}
			.ser_lTop a{display: block; margin:10px auto; width: 133px;height: 40px;font:16px/40px "Microsoft YaHei";text-align: center;color: #555; background: #fff;}
			.ser_lTop a:hover{background: #ffb200; color: #fff;}


  .prod{margin: 0 auto;padding-top:51px;}
			.prod_top{width: 980px;height: 57px;}
			.prod_top>strong{display: block;float: left; padding-top: 15px;width: 152px;height: 54px;color: #333;font: bold 25px/30px "Microsoft YaHei";}
			.prod_top>strong span{display: block;margin-top: 10px;text-indent: 0; font:12px/15px "Microsoft YaHei";color:#909090;text-transform:  uppercase;}
 
			.prod_nav{float: right; width:980px;height: 57px; background: url(/image/20181210085504_133398016.jpg)left bottom no-repeat;}
			.prod_nav>a{float: left; display: block; margin-top: 7px; width: auto; padding: 0 17px; height: 50px; color: #fff;font-size: 16px;line-height: 50px;text-align: center;}
			.prod_nav>a:hover{margin-top: 0; height: 57px;line-height: 57px;background: #ffb200;}
			.ons{margin-top: 0 !important; height: 57px !important;line-height: 57px !important;background: #ffb200 !important;}
			


.index_news_tit{
	text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    background: url(/image/title_bg.png);
}
.index_news_tit p{
	    font-size: 16px;
    color: #666666;
    font-weight: 100;
}
 .right-new ul {
	padding: 0;
}
   .right-new {margin: 36px 0px;}  
.right-new ul li {
	    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
    width: 544px;
    float: left;
    margin: 6px 28px;
}
.right-new ul li .time {
	float: left;
	width: 70px;
	margin-right: 20px;
	background: #006db5;
	text-align: center;
	color: #fff;
}
.right-new ul li .time .time-day {
	font-size: 24px;
	border-bottom: 1px solid #fff;
	line-height: 45px;
}
.right-new ul li .time .time-year {
	line-height: 25px;
}
.right-new ul li .content {
	overflow: hidden;
}
.right-new ul li .content h3 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
}
.right-new ul li .content h3 a {
	color: #333;
	line-height: 1;
}
.right-new ul li .content .desc {
	color: #666;
	line-height: 1.6;
}
.right-new ul li .content .desc .more a {
	float: right;
	font-size: 12px;
	color: #36863d;
	margin-top: 3px;
}
  #banner2{     margin-top: 30px;height: 243px; background: url(/image/20181210111938_335993595.jpg)center no-repeat;}
  #banner2 .word{width: 655px;color: #fff; font-size: 17px; text-align: justify;}
  #banner2 .word p{ display: block; border-bottom: 1px solid #fff;border-top: 1px solid #fff; line-height:40px; margin-bottom: 15px;}
  #banner2 .word dl{ font-size: 31px; font-weight: bold; padding-top: 40px; line-height: 65px; letter-spacing: 0.5px;}
  #banner2 .word i{ display: block; float: left; font-size: 15px; font-style: normal; background: url(/image/20181210112904_1077431053.png)0 0 no-repeat; padding-left: 38px; min-height: 24px; margin-top: 5px;}
  #banner2 .word  strong{     display: block;
    float: left;
    font-size: 22px;
    font-weight: normal;
    margin-right: 56px;}
  #banner2 .word em{ display: block; float: left;font-style: normal;font-size: 15px; margin: 5px 0 0 35px;}
  
.you_1{width:1200px; height: 440px; background: url(/image/20170321113227_1429644924.jpg) no-repeat; margin-top: 58px;}
.you_1 .fl{    width: 595px; padding:10px 88px;}
.you_1 .fl span{font-size:24px; font-weight: bold; color:#161616;}
.you_1 .fl p{font-size: 14px; line-height: 36px; padding-top: 64px;}

.you_2 .fl{    width: 595px; padding:34px 88px;}
.you_2 .fl span{font-size:24px; font-weight: bold; color:#161616;}
.you_2 .fl p{font-size: 14px; line-height: 36px; padding-top: 47px;}

.you_3{width:1200px; height: 447px; background: url(/image/20170321150249_1050667252.jpg) no-repeat; margin-top: 50px;}
.you_3 .fr{    width: 623px;
    padding: 21px 0 0 5px;}
.you_3 .fr span{font-size:24px; font-weight: bold; color:#161616;}
.you_3 .fr p{font-size: 14px; line-height: 36px; padding-top: 47px;}

.you_4 .fr{    width: 623px;
    padding: 21px 0 0 5px;}
.you_4 .fr span{font-size:24px; font-weight: bold; color:#161616;}
.you_4 .fr p{font-size: 14px; line-height: 36px; padding-top: 66px;}

.index_sort li{
	    background: #0090ff;
    text-align: center;    margin: 10px 0px;
}

.index_sort li a{
	    color: #ffffff;
    line-height: 45px;
    font-size: 16px;
}

.linkTagcs{  height:auto;}
                    .linkTagcs ul
                    {margin:0px;padding:0px;list-style-type:none;}
                    .linkTagcs li
                    {list-style:none;margin:0px;  padding-right:8px;line-height:55px;float:left;}
                    .linkTagcs li a
                    {color:#fff;word-break:break-all;}
                    .linkTagcs li img
                    {border:0px;}
                    


#link{ margin-top:8px;font-family:"microsoft yahei"; background: #333; color: #fff; line-height: 55px;font-size:14px;border-bottom:1px solid #555;}
.link_l{font-size:16px;color:#0090ff ;width: auto;}

.link_r{ }
.linkTagcs li a{ font-size:14px !important;}
.linkTagcs li a:hover{ color:#0090ff !important;}

.footWrap{ width: 100%;min-width: 1200px; padding-top:20px;overflow:hidden;background:#333;}
.footWrap .footer{ width:1200px; margin:0 auto; }
.tit1{ height:47px; font:20px "Microsoft YaHei"; font-weight:bold; line-height:47px; color:#fff; margin-bottom:20px;}
 .tit1:after{ display: block; content: "";width: 50px; background: #0090ff; height: 3px; margin-top: 5px; margin-bottom: 10px;}
.fnav{ width:384px; height:100%; padding-right:50px; overflow:hidden;}
.fnav span{ display:block;}
.fnav span a{ display:inline-block; width:100px; font:14px "Microsoft YaHei"; color:#fff; line-height:42px;}
.fnav span a:hover{ color:#0090ff;text-decoration: underline;}
.flx{     width: 443px;
    overflow: hidden;
    font: 100 14px/24px "微软雅黑";
    color: #dfdfdf;}
.flx span{ display:block;font:14px "Microsoft YaHei"; color:#fff; line-height:42px;}
.flx span i{ font-style: inherit;font-size:24px; color:#fff; font-weight:bold; }
.code{overflow:hidden;}
.code p{ width:110px; text-align:center; font:12px "Microsoft YaHei"; line-height:35px; color:#999;padding-right:22px;}
.code p img{ display:block; width:110px; height:110px;}


#demo{
		overflow: hidden;
   width: 980px;
       height: 445px;
    float: right;
	}
.index_product li {
      margin: 5px;
        height: 212px;
    text-align: center;
        width: 233px;
    float: left;
    border: 1px solid #969696;}
 .index_product li img{    height: 175px;
	         width: 233px;} 
		.index_product li a h4{
  line-height: 32px;} 
	.index_product li:hover {
    box-shadow: 0 0 8px #000000;
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}	     


.news_in {
	padding-top: 30px;
}


.c_r{
	width: 500px;
	font-size: 12px;
	color: #9F9F9F;
	line-height: 34px;
}
.c_r a{
	font-size: 12px;
	color: #9F9F9F;
	line-height: 34px;
}
.qyfz{
	width: 100px;
	overflow: hidden;
	text-align: right;
}
