﻿@charset "utf-8";
*{padding:0;margin:0;list-style: none;}
body {margin-left: 0px;margin-top: 0px; margin-right: 0px;font-family: "微软雅黑","宋体",Arial, Helvetica, sans-serif;font-size: 12px; color: #545454;}
a{color:#484848;}
a:hover{ text-decoration:none; -webkit-transition:0.3s; transition:0.3s;}
h1,h2,h3,h4,h5,h6,span,p,div,strong,pre,dl,dt,dd,ul,li,ol,i,em{
    margin:0;
    padding:0;
}
.Language {
    display: inline-block;
    float: right;
    margin-right: 14px;
    margin-top: 50px;
}

.Language a {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    background: #3493cd;
    padding: 3px 7px;
    color: #fff;
}


.container {
    margin: 0px auto;
    width: 1050px;
    float: none;
    padding: 0;
}
.width {
    margin: 0px auto;
    width: 1050px;
    float: none;
}

/*网站顶部*/
.header_top{
    width: 100%;
    height: 110px;
}

.header_top .logo{
    display: inline-block;
    float: left;
}

.logo_text {
    text-align: left;
    margin-top: 35px;
    padding-left: 45px;
    background: url(../images/top_tel_ico.png) no-repeat left 5px;
    float: right;
    font-size: 14px;
    height: 50px;
    width: 230px;
}

.logo_text font{
    line-height: 30px;
    font-family: Impact;
    color: #f9740d;
    font-size: 25px;
    display: table;
}

.nav_bg{
    width: 100%;
    background: url(../images/nav_bg.jpg) repeat-x;
    float: none;
    height: 38px;
    clear: both;
}


.nav_bg ul li{
    position: relative;
    padding-left: 2px;
    white-space: nowrap;
    background: url(../images/nav_line_bg.jpg) no-repeat left center;
    float: left;
}

 .nav_bg ul li{
    padding-bottom: 0px;
    padding-right: 0px;
    background: none transparent scroll repeat 0% 0%;
    padding-top: 0px;
}

.nav_bg ul li a{
    padding-bottom: 0px;
    line-height: 38px;
    padding-left: 28px;
    padding-right: 28px;
    float: left;
    height: 38px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 0px;
}

/*幻灯片*/
.box_bg{
     background:url(../images/banner_bg.jpg) no-repeat bottom;
     height: 10px;
}

 .slideBox {
    width:100%;
    overflow:hidden;
    position:relative;
    background: #000
}
.slideBox .hd {
    height:15px;
    overflow:hidden;
    position:absolute;
    right:5px;
    bottom:5px;
    z-index:1;
}
.slideBox .hd ul {
    overflow:hidden;
    zoom:1;
    float:left;
}
.slideBox .hd ul li {
    float:left;
    margin-right:2px;
    width:15px;
    height:15px;
    line-height:14px;
    text-align:center;
    background:#fff;
    cursor:pointer;
}
.slideBox .hd ul li.on {
    background:#f00;
    color:#fff;
}
.slideBox .bd {
    position:relative;
    height:100%;
    z-index:0;
}
.slideBox .bd li {
    zoom:1;
    vertical-align:middle;
    height: 500px;
}
.slideBox .bd img {
    width:auto;
    height:auto;
    display:table;
    margin:0 auto;
}
/* 下面是前/后按钮代码，如果不需要删除即可*/
    .slideBox .prev, .slideBox .next {
    position:absolute;
    left:0%;
    top:50%;
    margin-top:-25px;
    display:block;
    width:32px;
    height:40px;
    background:url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter:alpha(opacity=50);
    opacity:0;
}
.slideBox .next {
    left:auto;
    right:0%;
    background-position:8px 5px;
}
.slideBox:hover .prev, .slideBox:hover .next{
    filter:alpha(opacity=100);
    opacity:1;
}
.slideBox .prevStop {
    display:none;
}
.slideBox .nextStop {
    display:none;
}

/*主体*/
.text_h {
    padding-bottom: 38px;
    line-height: 35px;
    background: url(../images/index_about_bg.jpg) no-repeat center bottom;
    font-size: 15px;
    text-align: center;
    margin-top: 35px;
}

.text_h h3 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}

/*产品中心*/

.product_index h3{
    text-align: center;
    font-style: normal;
    width: 100%;
    float: left;
    font-size: 18px;
    word-break: break-all;
    font-weight: bold;
    text-decoration: none;
}


.product_index {
    display: inline-block;
    width: 100%;
    margin-top: 45px;
}

.product_index h2{
    font-style: normal;
    color: #444444;
    font-weight: bold;
    text-decoration: none;
}


.tempWrap {
	width: 100%!important;
}
.picScroll-left {
	width:100%;
	overflow:hidden;
	position:relative;
}
.picScroll-left .hd {
	overflow:hidden;
	height:36px;
	background: url(../images/index_top_pro_title_bg.png) no-repeat center;
	margin-bottom: 14px;
}
.picScroll-left .hd .prev {
	display: block;
	width: 35px;
	height: 35px;
	float: right;
	margin-right: 5px;
	margin-top: 2px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/index_pro_left_bin_bg.png) no-repeat;
}
.picScroll-left .hd .next {
	display: block;
	width: 35px;
	height: 35px;
	float: right;
	margin-top: 2px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/index_pro_right_bin_bg.png) no-repeat;
}
.picScroll-left .hd .prevStop {
	background-position:-60px 0;
}
.picScroll-left .hd .nextStop {
	background-position:-60px -50px;
}
.picScroll-left .hd ul {
	float:right;
	overflow:hidden;
	zoom:1;
	margin-top:10px;
	zoom:1;
}
.picScroll-left .hd ul li {
	float:left;
	width:9px;
	height:9px;
	overflow:hidden;
	margin-right:5px;
	text-indent:-999px;
	cursor:pointer;
	background:url("images/icoCircle.gif") 0 -9px no-repeat;
}
.picScroll-left .hd ul li.on {
	background-position:0 0;
}
.picScroll-left .bd {
	padding:10px;
}
.picScroll-left .bd ul {
	overflow:hidden;
	zoom:1;
}
.picScroll-left .bd ul li {
	margin:0 8px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
	width: 334px!important;
}
.picScroll-left .bd ul li .pic {
	text-align:center;
}
.picScroll-left .bd ul li .pic img {
	width:100%;
	display:block;
	padding:2px;
	border:1px solid #ccc;
}
.picScroll-left .bd ul li .pic a:hover img {
	border-color:#999;
}
.picScroll-left .bd ul li .title {
	line-height:24px;
}

.title{
    background: url(../images/index_pro_name_bg.jpg) repeat-x left top;
    height: 83px;
}
.title h4 {
    padding-top: 15px;
    margin-bottom: 5px;
}


/*新闻中心*/
.new_bg {
    width: 100%;
    margin-top: 45px;
}

 .new_bg h3{
    text-align: center;
    color: #444444;
    font-size: 18px;
    font-weight: bold;
}

.new_z {
    width: 525px;
    padding-right: 50px;
    float: left;
    border-right: #dddddd 1px solid;
}

.new_img{width: 476px;}

.new_img {
    width: 476px;
    margin-bottom: 15px;
}

.new_title h5{
    line-height: 25px;
    font-weight: bold;
}

 .new_more a{
    text-align: center;
    line-height: 29px;
    width: 90px;
    display: block;
    background: url(../images/index_more_link_bg.jpg) no-repeat center 50%;
    height: 29px;
    color: #fff;
    margin-top: 15px;
}

.new_right{
    width: 480px;
    float: right;
}

.right_img{
    width: 140px;
    float: left;
}
.right_img img{
    max-width: 100%;
}


.right_text{
    width: 315px;
    float: right;
}

.right_text h5 a {
    display: inline;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.right_text i {
    float: none !important;
    clear: both;
    font-style: normal;
    padding: 3px 0;
    display: table;
    font-size: 14px;
}
 .right_text  p{
    line-height: 20px;
    color: #666666;
}

 .right_text  .more{
    text-align: center;
    line-height: 29px;
    margin-top: 35px;
    width: 90px;
    display: block;
    background: url(../images/index_more_link_bg.jpg) no-repeat center center;
    height: 29px;
    color: #fff;
    margin-left: 0px;
}
.new_right ul li {
    margin-bottom: 35px;
    display: table;
    width: 100%;
}



.se{
    margin-top: 30px;
    width: 100%;
    background: url(../images/index_about_bg.png) no-repeat center top;
    clear: both;
    padding-top: 55px;
}



 .se ul li{
    padding-bottom: 0px;
    margin: 0px 35px;
    padding-left: 33px;
    padding-right: 33px;
    display: inline-block;
    float: left;
    padding-top: 0px;
}

 .se ul li span{
    line-height: 35px;
    text-align: center;
    display: table;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
        color: #444444;
}


 .footer_bg{
    margin-top: 35px;
    width: 100%;
    background: #333334;
    float: none;
    clear: both;
}
 .footer_bg ul{
    text-align: left;
    display: block;
    float: left;
    color: #b6b6b6;
    margin-left: 50px;
}
.footer_nav {
    padding-top: 45px;
    padding-bottom: 45px;
    display: table;
    float: left;
    padding-bottom: 40px;
}
.first {
    margin-left: 0px!important;
}

 .footer_nav ul h3{
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

 .footer_nav ul li{
    line-height: 25px;
 }
 .footer_nav ul li a{
    color: #b6b6b6;
 }

.erweima {
    width: 143px;
    float: right;
    color: #b6b6b6;
    text-align: center;
    margin-top: 50px;
}

.erweima IMG {
    margin-bottom: 15px;
    width: 150px;
}

.footer_bg_bottom {
    width: 100%;
    background: #1f1f1f;
    clear: both;
    padding-bottom: 15px;
    padding-right: 0px;
    padding-top: 15px;
    text-align: center;
}



.main_body{
	position: relative;
	table-layout: fixed;
}
.main_body>img{
	max-width: 100%;
}

.main_left {
    display: inline-block;
    width: 220px;
    position: absolute;
    top: -140px;
}

.main_left span {
    background: url(../images/inpage_menue_title_bg.jpg) no-repeat left top;
    height: 76px;
    width: 100%;
    display: table;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-top: 18px;
    padding-left: 43px;
    background-size: cover;
}

.main_left .nav_left {
    background-color: #3e8dc5;
    padding: 14px 10px;
    padding-bottom: 30px;
}

 .main_left .nav_left li{
	 position: relative;
 }
.main_left .nav_left li a {
    text-decoration: none;
    line-height: 45px;
    height: 45px;
    display: block;
    border-bottom: 1px solid #3584bc;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding-left: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_left .nav_left .on:before {
    content: "";
    width: 5px;
    height: 5px;
    background: url(../images/inpage_menue_current_bg.png) center top;
    display: table;
    position: absolute;
    top: 46%;
    left: 12%;
}

.main_right{
    width: 810px;
    float: right;
}

.main_right_top {
    border-bottom: #dddddd 1px solid;
    margin-top: 8px;
    width: 100%;
    float: none;
    clear: both;
    padding-bottom: 6px;
}
.main_right_top i{
	margin-right: 16px;
}

.main_right_top a {
    color: #797979;
    margin-right: 3px;
}
.main_body_new{
	margin-top: 20px;
}
.message SPAN EM {
    font-style: normal;
    color: #9fa0a0;
}
.other {
    margin-top: 10px;
}

.other P {
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 3px;
}

.new_ny_text {
	width: 100%;;
    margin-top: 20px;
    display: table;
    line-height: 30px;
    margin-bottom: 15px;
}

.new_ny_top{
    text-align: center;
    line-height: 30px;
    color: #322725;
    font-size: 14px;
    font-weight: bold;
}

.message {
    border-bottom: #666 1px dashed;
    text-align: center;
    padding-bottom: 5px;
    margin-top: 20px;
}




.main_body {
    display: table;
    width: 100%;
    min-height: 300px;
    margin-top: 20px;
}

.main_left_bottom{ 
    position: relative;
    text-align: left;
    padding-bottom: 0px;
    margin: 0px auto;
    padding-left: 0px;
    width: 218px;
    padding-right: 0px;
    background: url(../images/inpage_pro_link_bg.jpg) no-repeat left top;
    height: 239px;
    padding-top: 0px;
	margin-top: 10px;
}

.pro {
    margin-top: 22px;
    padding-left: 22px;
    width: 195px;
    margin-bottom: 8px;
    float: left;
}

.pro h3 {
    margin-bottom: 5px;
    color: #3e8dc5;
    font-size: 14px;
    font-weight: bold;
}

.pro P {
    line-height: 14px;
    color: #8f8f8f;
    font-size: 11px;
}

.link {
    float: left;
    margin-left: 22px;
}

.join {
    margin-top: 74px;
    padding-left: 124px;
    width: 100%;
    float: left;
}

.join H3 {
    color: #3e8dc5;
	font-size: 12px;
}

/* 内页幻灯片 */
.ny_banner{
    position: relative;
    width: 100%;
    float: none;
    height: 254px;
    clear: both;
    overflow: hidden;
	table-layout: fixed;
}

.ny_banner img{
	display: table;
	max-width: 100%;
	margin:0 auto;
}

/* 内页新闻 */
.new_top {
    width: 100%;
    display: table;
}

.new_top h3 a{ 
    display: inline-block;
    color: #444;
    font-size: 12px;
    font-weight: bold;
	width: 80%;
	float: left;
}
.new_top h3 {
	line-height: 20px;
}

.main_body_new ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #000;
    margin-bottom: 20px;
}

.new_top i{
	font-style: normal;
	float: right;
}
.new_text {
    color: #888888;
    line-height: 20px;
    padding: 8px 0;
}
.main_body_new ul{
	margin-top: 20px;
}

.pageJump {
    text-align: left;
    padding-bottom: 10px;
    line-height: 20px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    clear: both;
    overflow: hidden;
    padding-top: 10px;
}
.pageJump {
    text-align: left;
    padding-bottom: 10px;
    line-height: 20px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    clear: both;
    overflow: hidden;
    padding-top: 10px;
}
.pageJump .totalcount {
    float: left;
}
.pageJump .number {
    float: right;
}
.pageJump .total {
    float: right;
}
.pageJump .number .disabled {
    border-bottom: #d3d3d4 1px solid;
    border-left: #d3d3d4 1px solid;
    background: url(../images/bgpage-01.gif) repeat-x 0px -87px;
    color: #666 !important;
    border-top: #d3d3d4 1px solid;
    border-right: #d3d3d4 1px solid;
	margin: 0 2px;
	padding:0 5px;
}

/* 产品中心 */
.main_body_product{
	width: 100%;
	margin-top: 30px;
	display: table;
}
.main_body_product>ul>li {
    width: 248px;
    float: left;
    margin: 8px 10px;
    line-height: 25px;
    text-align: center;
}
.main_body_product ul li .img {
    overflow: hidden;
    width: 100%;
    height: 160px;
}
.main_body_product ul li span{
	width: 100%;
	text-align: center;
	line-height: 25px;
}

.main_body_product ul li .img img{
	width: 100%;
	height: 100%;
}
.pro-module P.buttonP {
    margin: 10px 0px 0px;
    width: 100%;
}


.main_product_z{
	width: 57%;
	float: left;
	margin-left: 25px;;
}
.main_product_y {
    width: 35%;
    float: left;
}
 .pro-module {
    width: 250px;
    float: right;
    margin-left: 10px;
    _margin-left: 5px;
}
.pro-module ul {
    padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    list-style-image: none;
    padding-top: 0px;
}
.pro-module ul li {
    line-height: 23px;
    color: #231815;
    _height: 23px;
}
.pro-module ul li span {
    color: #666464;
    font-weight: normal;
}
.pro-module ul li.code {
    color: #0099ff;
    font-weight: bold;
}

.clear{
	clear: both;
}

.detail {
    padding-bottom: 0px;
    margin-top: 25px;
    padding-left: 10px;
    width: 100%;
    padding-right: 10px;
    clear: both;
    padding-top: 0px;
}

.detail ul {
    padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    display: inline-block;
    background: url(../images/tab-line.gif) repeat-x left top;
    clear: both;
    list-style-image: none;
    padding-top: 0px;
}
.detail ul li.current {
    background: url(../images/tab-current.gif) no-repeat left top;
    text-align: center;
    line-height: 29px;
    width: 96px;
    float: left;
    height: 32px;
    margin-right: 1px;
}
.detail ul li.current a {
    color: #fff;
	font-weight: bold;
}

.describe {
    list-style: disc none outside;
    z-index: auto;
    border-bottom: medium none;
    text-justify: auto;
    text-align: left;
    border-left: medium none;
    text-transform: none;
    text-indent: 0px;
    margin: auto;
    width: auto;
    display: table;
    border-collapse: separate;
    font: medium Times New Roman;
    word-wrap: normal;
    white-space: normal;
    background: none transparent scroll repeat 0% 0%;
    float: none;
    letter-spacing: normal;
    height: auto;
    visibility: inherit;
    color: #000;
    clear: none;
    vertical-align: baseline;
    overflow: visible;
    word-break: normal;
    border-top: medium none;
    border-right: medium none;
    word-spacing: normal;
    text-decoration: none;
    font-stretch: normal;
	min-height: 30px;
	width: 100%;
}

.textarea {
    border-bottom: #ddd 1px solid;
    border-left: #ddd 1px solid;
    margin: 4px 0px;
    width: 450px;
    height: 60px;
    font-size: 12px;
    border-top: #ddd 1px solid;
    border-right: #ddd 1px solid;
}
.input {
    border-bottom: #ddd 1px solid;
    border-left: #ddd 1px solid;
    line-height: 20px;
    width: 450px;
    height: 30px;
    border-top: #ddd 1px solid;
    border-right: #ddd 1px solid;
    margin-bottom: 3px;
}


.tips {
    position: absolute;
    bottom: -64px;
    display: table;
    width: 340px;
    color: #8c8c8c;
}

.form {
    display: table;
    width: 100%;
    margin: 0;
    margin-top: -15px;
    text-indent: 127px;
    color: #777;
}
.btn-com-01 {
    font-family: 微软雅黑;
    background: url(../images/btn-blue1-01.gif) no-repeat 0px 0px;
}

.btn {
    border-bottom: 0px;
    text-align: center;
    border-left: 0px;
    line-height: 19px;
    height: 31px;
    color: #fff;
    font-size: 14px;
    border-top: 0px;
    cursor: pointer;
    font-weight: bold;
    border-right: 0px;
    width: 74px;
    text-indent: 0;
    padding: 0;
    margin-left: 120px;
    margin-top: 20px;
}

.main_body_feedback{
	margin-top: 50px;
}

.color {
    color: #8c8c8c;
}

#dynamicNum{
	font-style: normal;
}

table {
    width: 100%;
    background-color: transparent;
}


.main_body_contact {
    line-height: 30px;
    margin-top: 30px;
}

.BMap_scaleCtrl{
	display: none;
}


.imgshow-list{ 
    width:100%;
    margin-top: 10px;
}
.imgshow-list li{
    width:31%;
    float:left;
    margin:1%;
}
.imgshow-list .imgshow-box{
    overflow: hidden;
    width: 100;
    table-layout: fixed;
}

.imgshow-list .imgshow-box img{
    max-width: 100%;
}
.imgshow-list li p{
    line-height: 30px;
    display: block;
    width: 100%;
    text-align:center;
    font-size:10px;
}   


@media screen and (max-width:1199px) {


}


@media screen and (max-width: 50em) {

}


@media screen and (max-width: 40em) {

}


@media screen and (max-width: 30em) {

}