@charset "utf-8";

/*
*	****************************************
*	*           inside style               
*	****************************************
*/



#pagelist {
    color: #666;
    font-size: 12px;
    line-height: 40px;
    text-align: left;
    display: block;
    margin-top: 20px;
    text-align: center;
}

.pagination {
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding:20px 0;
}

.pagination .btn-group {
    display: inline-block;

}

.pagination .btn-default {
    background: #e62129;
    padding:5px;
    color:white;
    margin:0 5px;
}


.pagination .active {
    background: #ccc;
}

#page_center_botton{
    display: none;
}

img{
    max-width: 100%;
}
/*public inside*/

#head {
    height: 60px;
    background: #a82930;
    position: relative;
}

#head .back {
    display: block;
    position: absolute;
    left: 11px;
    top: 13px;
    width: 34px;
    height: 34px;
    background: url(../images/public/back.png) center center no-repeat;
}

#head h1 {
    width: 70%;
        height: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    display: table;
    
    
}
#head h1 p {
    display: table-cell;
    vertical-align: middle;
    text-transform: capitalize;
    font-size: 16px;
    
}
#navSwitch span,
#navSwitch p {
    background: #fff !important;
}

#navSwitch:active,
#navSwitch.hover {
    background: #fff !important;
}

#navSwitch.hover .s1,
#navSwitch.hover .s3,
#navSwitch.hover p {
    background: #e62129 !important;
}


/*二级菜单*/

#secNav {
    margin: 3.125%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

#secNav h1 {
    height: 40px;
    background: #a82930;
    background-image: url('../images/public/minus.png');
    background-position: 8px center;
    background-repeat: no-repeat;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    overflow: hidden;
    text-indent: 40px;
    cursor: pointer;
}

#secNav h1.close {
    background-image: url('../images/public/plus.png');
}

#secNav ul {
    background: #ebebeb;
    /*display: none;*/
}

#secNav ul li {
    height: 40px;
    border-top: 1px solid #fff;
    overflow: hidden;
}

#secNav ul li a {
    display: block;
    padding: 0 5%;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

#secNav ul li a.hover,
#secNav ul li a:active {
    background: #e62129;
    color: #fff;
}


/*content*/

.content {
    font-size: 14px;
    color: #333;
}

.content .noContent {
    padding-left: 3.125%;
    font-size: 14px;
    color: #666;
}


/*base_read*/

.base_read {
    margin-top: 3.125%;
    padding: 0 3.125% 5% 3.125%;
    line-height: 28px;
}

.base_read .item1 h4,
.base_read .item2 h4,
.base_read .item3 h4,
.base_read .item4 h4 {
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	padding: 20px 0px;
}

.base_read .item4 .content {
	margin-bottom: 20px;
}

.base_read .item4 .content p {
	text-indent: 2em;
}

.base_read .item2 p {
	text-indent: 2em;
}

.base_read .item2 ul li {
	list-style-type: disc;
    list-style-position: inside;
}

.base_read img {
    display: block;
    max-width: 100%;
    margin-top: 15px;
}

.base_read p {
    /*margin-top: 15px;*/
}
.base_read .info_pub{
    font-size: 16px;
    font-weight: bold;

    color: #a80915;
}
.base_read .title{
    font-size: 18px;
    font-weight: bold;
}

.com_address h1{
    margin-bottom: 10px;
}

.content{
    margin-top: 3.125%;
    padding: 0 3.125% 5% 3.125%;
    line-height: 28px;
}

.content ul li {
	/*width: 100%;*/
}

.content ul li.pic>div {
	width: 100%;
	height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.content ul li.text {
	margin-top: 10px;
	margin-bottom: 20px;
}

.content ul li.text h4 {
	font-size: 18px;
	color: #000000;
}

.content ul li.text p {
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

.content ul li.text a {
	width: 80px;
    height: 24px;
    font-size: 14px;
    color: #383838;
    text-align: center;
    line-height: 24px;
    border: 1px solid #383838;
    display: block;
    margin: 5px 0px;
}

/*article_list*/

.article_list {
    padding-bottom: 5%;
    margin-bottom: 160px;
}

.article_list li {
    padding: 0 3.125%;
    border-bottom: #ccc 1px dashed;
    background: url('../images/public/news.png') 96.785% 95% no-repeat;
}

.article_list li a {
    display: block;
    padding: 20px 0 10px 0;
}

.article_list li .img img {
	display: block;
	margin: 0 auto;
}

.article_list li h6 {
    width: 85%;
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
    color: #333;
}

.article_list li p {
    width: 85%;
    padding-top: 10px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.article_list li span {
    width: 85%;
    display: block;
    font-size: 12px;
    color: #ccc;
    padding-top: 15px;
}

.article_list li a:active h6 {
    color: #e62129;
}


/*article_read*/

.article_read {
    margin-top: 5%;
    padding-bottom: 5%;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    margin-bottom: 160px;
}

.article_read .t {
    padding: 0 3.125%;
    border-bottom: 1px solid #e1e1e1;
}

.article_read .t h5 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.article_read .t h6 {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 14px;
    margin-top: 10px;
    padding-bottom: 15px;
}

.article_read .c {
    margin-top: 3.125%;
    padding: 0 3.125%;
}

.article_read .c img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 15px;
}

.article_read .c p {
    margin-top: 15px;
}
.article_read .c .indent{
    text-indent: 2em;
}

/*products_index*/

.products_index {
    padding-bottom: 4%;
}

.products_index ul {
    padding: 0 3.125%;
}

.products_index li {
    width: 48%;
    margin-top: 4%;
    float: left;
}

.products_index li a {
    display: block;
}

.products_index li img {
    width: 100%;
    display: block;
}

.products_index li p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #e62129;
}


/*products_list*/

.pordusts_list {
    padding-bottom: 5%;
    margin-top: 4%;
    margin-bottom: 160px;
}

.pordusts_list ul {
    padding: 0 3.125%;
}

.pordusts_list li {
    border: 1px solid #e6e6e6;
    width: 49%;
    float: left;
    margin-bottom: 15px;
}

.pordusts_list li a {
    display: block;
}

.pordusts_list li img {
    display: block;
    width: 100%;
}

.pordusts_list li p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
    background: #e6e6e6;
    padding: 0 10px;
}

.pordusts_list li:active {
    border-color: #e62129;
}

.pordusts_list li:active p {
    background: #e62129;
    color: #fff;
}


/*products_read*/

.products_read {
    margin-top: 5%;
    padding-bottom: 5%;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    margin-bottom: 160px;
}

.products_read .swiper {
    padding: 0 3.125% 5% 3.125%;
}

.products_read .swiper img {
    display: block;
    width: 100%;
}

.products_read .swiper p {
    height: 36px;
    line-height: 36px;
    text-align: center;
    
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(4, 4, 4, 0.6);
    z-index: 99;
}

.products_read .c {
    padding-bottom: 5%;
}
.products_read .c h1{
    padding: 10px 5px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}
.products_read .c .t {
    padding: 0 3.125%;
    height: 40px;
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 3.125%;
}

.products_read .c .m {
    margin-bottom: 3.125%;
}

.products_read .c .m img {
    display: block;
    max-width: 100%;
    margin-top: 15px;
    margin: 0 auto;
}
.products_read .c .m p,
.products_read .c .m span{
    max-width: 100%;
}

/*download_read*/
.download_read .downpic{
	margin:5% 0;
}
.download_read .downpic img{
   max-width:100%;
   margin:0 auto;
   display: block;
}
/*employe_read*/
.employe{
    padding-bottom: 5%;
}
.employeList li{
	padding: 3.125% 0;
    border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;
    background:none;
    vertical-align: top;

} 
.employeList{
   padding:0 3.125%;

}
.employeList li .email {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    padding: 0 0.5%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #dd4012;
}
.employeList li .emailicon {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 26px;
    background: #b5b5b5 url('../images/hremail.png') no-repeat center;
}
.employeList li .emailicon:active, 
.employeList li .emailicon:hover {
    background-color: #dd4012;
}








/*images*/

.images_list {
    padding-bottom: 5%;
    margin-top: 4%;
    padding-bottom: 160px;
}

.images_list .item {
    float: left;
    width: 46%;
    display: block;
    margin-bottom: 8%;
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px #c0c0c0;
    overflow: hidden;
    position: relative;
    padding: 2%;
    margin: 0 2% 2% 2%;
    background: #fff;
}

.images_list .item a {
    display: block;
}

.images_list .item img {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
}

.images_list .item h2{
    width: 100%;
    text-align: center;
    
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}
/*develop*/

.develop {
    margin-top: 4%;
    padding: 0 3.125%;
    padding-bottom: 5%;
}

.develop .top {
    height: 62px;
    background: url('../images/l1.jpg') 70px top no-repeat;
}

.develop .bottom {
    height: 60px;
    background: url('../images/icon1.png') 43px top no-repeat;
}

.develop ul {
    background: url('../images/l2.png') 70px top repeat-y;
}

.develop ul li {
    padding-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.develop ul li .t {
    position: absolute;
    width: 80px;
    left: 0;
    background: url('../images/pot.png') right top no-repeat;
}

.develop ul li .t p {
    line-height: 24px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    font-family: Arial;
}

.develop ul li .c {
    padding-left: 100px;
}

.develop ul li .c p {
    line-height: 22px;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}


/*search result*/

.search_result {
    padding-bottom: 5%;
    margin-top: 4%;
}

.search_result .search {
    width: 93.75%;
    height: 40px;
    overflow: hidden;
    margin: 3% auto 0 auto;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.search_result .search input[type=text] {
    width: 90%;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 2%;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
    font-family: '微软雅黑';
    color: #333;
}

.search_result .search input[type=submit] {
    display: block;
    float: right;
    width: 10%;
    height: 40px;
    background: url('../images/public/search.png') center right no-repeat;
    border: none;
    border-right: 5px transparent solid;
}

.search_result li {
    border-bottom: 1px dashed #ccc;
    height: 50px;
    padding: 0 3.125%;
}

.search_result li a {
    display: block;
    font-size: 16px;
    color: #333;
    height: 50px;
    line-height: 50px;
}

.search_result li span {
    font-size: 14px;
    color: #e62129;
    padding-right: 10px;
    font-weight: bold;
}

.search_result li a:active {
    color: #e62129;
}


/*message*/

.message {
    padding: 0 3.125% 5% 3.125%;
    margin-top: 4%;
    padding-bottom: 140px;
}

.message .logoM {
    display: block;
    margin: 5% auto 5% auto;
}

.message input[type=text] {
    -webkit-appearance: none;
    border: #c4c4c4 1px solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.3);
    height: 40px;
    width: 100%;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
    margin-bottom: 15px;
    font-family: '微软雅黑';
}

.message textarea {
    -webkit-appearance: none;
    border: #c4c4c4 1px solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.3);
    height: 200px;
    width: 100%;
    color: #333;
    padding: 10px 10px;
    resize: none;
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    font-family: '微软雅黑';
}

.message input[type=submit] {
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    display: block;
    width: 120px;
    height: 40px;
    border: none;
    background: #e62129;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: '微软雅黑';
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.message input[type=submit]:active {
    background: #a60007;
}


/*call message*/

.call_message {
    padding: 5% 3.125% 5% 3.125%;
    margin-top: 4%;
    text-align: center;
}

.call_message h1 {
    font-size: 22px;
    color: #e62129;
    margin-bottom: 15px;
    text-align: left;
    font-weight: bold;
}

.call_message p.text {
    display: inline-block;
    font-size: 16px;
    color: #999;
    line-height: 24px;
    border-bottom: 1px solid #ccc;
}

.call_message p.back {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.call_message span {
    color: #e62129;
}

.call_message .botton {
    width: 100px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    font-family: '微软雅黑';
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e62129;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    margin: 0 auto;
    cursor: pointer;
}

.call_message .botton:active {
    background: #a7030b;
}


/*swiper*/

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 35px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 22px 35px;
    -webkit-background-size: 22px 35px;
    background-size: 22px 35px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.6;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../images/public/pgl.png");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../images//public/pgr.png");
    right: 10px;
    left: auto;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #cccccc;
    display: inline-block;
    border-radius: 50%;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #e62129;
}

.swiper-container-horizontal > .swiper-pagination {
    bottom:-20px;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}


/*stardard*/

.stardard {
    margin-top: 5%;
    padding: 0 3.125%;
    padding-bottom: 5%;
}

.stardard table {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    background: #fff;
    width: 100%;
}

.stardard td {
    padding: 2px;
}

.stardard td a {
    color: #333;
    text-decoration: underline;
}

.stardard tr:nth-child(2n) {
    background-color: #f5f5f5;
}

.stardard tr:nth-child(2n+1) {
    background-color: #dce6f1;
    color: #333;
}

.stardard p.ps {
    font-size: 12px;
    color: #666;
    line-height: 12px;
    margin-top: 15px;
    margin-bottom: 30px;
}


/* 增加人才理念 */
.talen{
    padding: 10px;

}

.talen li{
    margin-bottom: 4%;
}
.talen h2{
    text-align: center;
    color: #333;
    padding: 10px 0;
}

.talen .sum{
   color: #333; 
   line-height: 24px;
   padding-bottom: 2%;
}
.talen img{
    max-width: 100%;
}

.join{
    padding: 10px;
}
.join li{
    border-bottom: 1px solid #ccc;
    margin-bottom: 4%;
}
.join li p:first-child{
    font-weight: bold;
    padding-bottom: 10px;
}


   



.pro_main{
    
    padding: 10px;
}

.pro_main .proli{
    margin-bottom: 20px;
}

.pro_main .proli p {
	text-indent: 2em;
}

.pro_main .proli .title{
    font-size: 20px;
}

.pro_main .proli .cm{
    font-size: 16px;
    color: #808080;
    padding-top: 10px;
}

.product_read{
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 100px;
}
.product_read .pro_title{
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
}




.join{
   background-color: #f5f5f5;
   padding: 50px 10px; 
}
.join_info .check p,
.join_info .join_input p{
    line-height: 26px;
   
    padding: 10px 0;
}
.join_info .join_input input{
    width: 100%;
    line-height: 40px;
    background-color: #fff;
}
.join_info .check .label{
    line-height: 40px;
    background-color: #fff;
}
.join_info .check input{
    margin-right: 10px;
}
.join_info .check .label label{
    padding-left: 20px;
}

.join_sub input{
    width: 300px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-color: #e62129;
    margin-top: 60px;
}

.about {
	padding-bottom: 140px;
}

.about .summary{
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    margin-top: 3.125%;
    padding: 0 3.125% 5% 3.125%;
    line-height: 28px;
}

.about .num{
  /*padding: 40px 0;*/
    /*background: url(../images/foo_bj.png) no-repeat bottom center;*/
}
.about .num li{
    
    width: 100%;
    padding:0 5px;
    /*margin-right: 26px;*/
}

.about .num .img{
    text-align: center;
    
}

.about .num .img img{
    display: inline;
}
.about .num .number{
    overflow: hidden;
    text-align: center;
    
    
}
.about .num .number i{
    color: #e62129;
    font-family: Impact;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}
.about .num .i1{
    font-size: 60px;

    
}

.about .num .number .i2{
    font-size: 50px;
    
    
    
}

.about .num .number .i3{
    font-size: 20px;
    line-height: 60px;
    vertical-align: bottom;
    
}

.about .num .sum{
    color: #333;
    line-height: 26px;
}

.about .content .item2 {
	background-color: #1273D9;
}

.about .content .item2 .title {
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.about .content .item2 ul li {
	margin-bottom: 10px;
}

.about .content .item2 ul li .top {
	text-align: center;
}

.about .content .item2 ul li .top h4 {
	display: inline-block;
    font-size: 60px;
    line-height: 90px;
    font-weight: bold;
    color: #FFFFFF;
}

.about .content .item2 ul li .top span {
	display: inline-block;
    font-size: 30px;
    font-weight: 500;
    line-height: 90px;
    color: #FFFFFF;
    display: inline-block;
    padding-left: 10px;
}

.about .content .item2 ul li p {
    font-size: 30px;
    padding-bottom: 20px;
    color: #FFFFFF;
    text-align: center;
}

.about .content .linian li {
	margin-bottom: 20px;
}

.about .content .linian li h4 {
	font-size: 16px;
    color: #000000;
    font-weight: 600;
}

.about .content .licheng h4 {
	font-size: 16px;
    color: #1273d9;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

.about .content .licheng .event_list li:after {
	display: table;
	content: "";
	clear: both;
}

.about .content .licheng .event_list li i {
	float: left;
    width: 11px;
    height: 11px;
    background-image: url(../images/list_style.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 6px;
    margin-right: 10px;
}

.about .content .licheng .event_list li span {
	font-size: 14px;
    color: #333333;
    line-height: 26px;
    display: inline-block;
    float: left;
}

.about .content .jidi {
	background-color: #1273D9;
}

.about .content .jidi .title {
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.about .content .jidi ul li {
	margin-bottom: 10px;
}

.about .content .jidi ul li .top {
	text-align: center;
}

.about .content .jidi ul li .top h4 {
	display: inline-block;
    font-size: 60px;
    line-height: 90px;
    font-weight: bold;
    color: #FFFFFF;
}

.about .content .jidi ul li .top span {
	display: inline-block;
    font-size: 30px;
    font-weight: 500;
    line-height: 90px;
    color: #FFFFFF;
    display: inline-block;
    padding-left: 10px;
}

.about .content .jidi ul li p {
    font-size: 30px;
    padding-bottom: 20px;
    color: #FFFFFF;
    text-align: center;
}

.about .content .jidi .article {
	text-indent: 2em;
	color: #FFFFFF;
	padding-bottom: 10px;
}

.brand .content {
	margin-bottom: 160px;
}

.brand .content .item1>h4,
.brand .content .item2>h4 {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.brand .content .item1 p {
	text-indent: 2em;
}

.brand .content .item2 li .txt h4 {
	font-size: 18px;
}

.brand .content .item2 li .txt h5 {
	font-size: 16px;
	padding: 5px 0px;
}

.brand .content .item2 li .txt p {
	text-indent: 2em;
}

.brand .content .item2 li {
	margin-bottom: 20px;
}

.culture{
    padding: 4% 1%;
}
.culture img{
    max-width: 100%;
}



.contact{
    padding-top: 4%;
}

.contact .h .article {
	box-sizing: border-box;
	padding: 0 3.125%;
}

.contact .h .article h4 {
	font-size: 20px;
	text-align: left;
	margin-bottom: 20px;
	font-weight: 600;
}

.contact .h .article p {
	line-height: 28px !important;
}

.contact .h .article p span {
	color: #333333 !important;
}

#map img{
    width: auto;
    max-width: none;
}

.BMap_omCtrl{
    display: none!important;
}

/*标注名称*/

#map {
    
    border: none !important;
    margin-top: 20px;
    padding: 0 !important;
}

#map .BMap_bubble_title,
#map1 .BMap_bubble_title {
    font-size: 18px;
    color: #da251c;
}

#map .BMap_bubble_content p {
    /*padding-left: 16px;*/
    line-height: 24px;
}

#map .BMapLabel {
    padding: 10px !important;
    font-size: 17px !important;
    border: 2px solid #cccccc !important;
    left: -110px !important;
    top: -56px !important;
    display: none !important;
}


.BMap_bubble_content {
    padding: 10px 0;
}
.BMap_bubble_content p{
    font-size: 14px;
}
.BMap_bubble_title{
    white-space: inherit !important;
}

/*左下角百度地图*/

.anchorBL {
    display: none;
}


/*右下角视图*/

.BMap_omCtrl {
    display: none;
}

.BMap_stdMpCtrl {
    display: none;
}


.pub_sum{
    text-align: center;
    line-height: 24px;
     
    padding-bottom: 20px;
    background:url(../images/nav_icon.jpg) no-repeat bottom center; 
}