.container {
    width: 1200px;
    /* margin-left: 1.5rem;
    margin-right: 1.5rem; */
    margin: 0 auto;
}

/* 主体 */
.main {
    position: relative;

    /* height: 100%; */
    width: 100%;
   /*  overflow: hidden;
    background-image: url('/asset/img/bg.jpg');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat; */
}

.main_bg {
    position: relative;
    /* top: 0;
    left: 0; */
    /* height: 100%; */
    width: 100%;
    margin-top: 3.5rem;
    height: auto;
    z-index: -1;
    display: block;
}

/* 头部 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    /* box-shadow: 0 2px 16px rgb(0, 162, 255); */
    z-index: 20000;
}

.nav {
    height: 3.5rem;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    z-index: 20000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header .nav_logo {
    height: 3.5rem;
    float: left;
    width: 20%;
}

.header .nav_logo img {
    margin: 0;
    padding: 0;
    float: left;
    height: 45px;
    width: auto;
    z-index: 20000;
    padding-top: 11px;
    padding-left: 10px;
    max-width: 230px;
}

.nav_menu {
    width: 72%;
    float: left;
}

.nav_list {
    margin: 0 auto;
    height: 45px;
    z-index: 999;
    position: relative;
}

.nav_item {
    width: calc(100% / 6);
    float: left;
    position: relative;
}

.nav_current {
    background: #fddb35;
}

.nav_link {
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: 14px;
    color: #283f63;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    transition: color .4s;
}

.nav_link img {
    margin-top: 3px;
}
#nav_click_1{
	width:30px;
    margin: 15px auto;
}
.nav_actions {
    float: right;
    width: 8%;
    text-align: center;
}

.nav_close,
.nav_toggle {
    display: none;
}

.nav_searchbtn {
    /* display: block;
    height: 3.5rem;
    line-height: 3.5rem;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box; */
    float: right;
    width: 100%;
    height: 3.5rem;
    font-size: 20px;
    line-height: 3.5rem;
}

#search_btn {
cursor: pointer;
    width: 25px;
    height: 25px;
    background: url(../images/ss.png) 0px 4px no-repeat;
    background-size: auto 80%;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 13px;
}

/* .nav_search, */
.nav_toggle,
.nav_close {
    font-size: 1.25rem;
    color: #283f63;
    cursor: pointer;
    transition: color .4s;
}

.nav_logo:hover,
.nav_search:hover,
.nav_toggle:hover,
.nav_link:hover {
    color: #454d70;
}

.search_box {
    position: absolute;
    top: 76px;
    right: calc(50% - 600px);
    width: 500px;
    z-index: 30000;
    background-color: hsla(230, 75%, 15%, .1);
    /* For safari */
    /* padding: 8rem 1.5rem 0; */
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s;
}

.show_search {
    opacity: 1 !important;
    pointer-events: initial !important;
}

.search_close {
    display: none;
}

.search_form {
    margin-left: auto;

}

.search_box #keywords {
    float: left;
    width: 80%;
}

.search_btn1 {
    width: 100%;
    padding: 40px 0;
    margin-top: -120px;
    /* background: #283f63;
    opacity: .9; */
    /* opacity会继承 */
    background: rgba(69, 77, 112, 0.9);

}

.container_1 {
    width: 1200px;
    margin: 0 auto;
}

.search_btn1_1 {
    float: right;
    display: inline;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 0;
    height: 40px !important;
    text-transform: uppercase;
    position: relative;
    width: 20%;
    /* margin-left: 5%; */
    /* margin-right: 20%; */
    border-radius: 0px;
    border: none;
    color: #283f63;
    background-color: #fddb35;
    font-size: 16px;
    border: 1px solid #888889;
    font-weight: bold;
    cursor: pointer;
}

.search_btn1_tr {
    height: 40px;
}


.search_input_1 {
    display: block;
    width: 300px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    float: right;
    margin-right: 0px;
    height: 40px !important;
    text-indent: 0px !important;
	    box-sizing: border-box;
}

.search_btn1 #keywords {
    float: left;
    width: 75%;
}

#keywords {
    /* text-indent: 1em; */
    /* outline: none; */
    background: #f7f7f7 !important;
    /* height: 27px; */
    /* line-height: 40px; */
    margin-top: 0px;
    color: #000;
    /* border-radius: 20px; */
    border: 1px solid #888889;
    /* width: 480px; */
    border-radius: 0px;
}

/* 主体-下 */
.main2 {
    position: relative;
    width: 100%;
}

.product_main {
    width: 100%;
    margin: 0 auto;
    /* height: 1200px; */
    height: auto;
}

.container_2 {
    width: 1200px;
    margin: 100px auto 60px auto;
    overflow: hidden;
}

.pic_row {
    /* margin-bottom: 20px; */
    /* width: 1200px; */
    overflow: auto;
}

.pro_list {
    float: left;
    width: 25%;
    /* height: 100%; */
}

.product_row {
    float: left;
    width: 75%;
    /* height: 100%; */
}

.clear {
    clear: both;
}

.xl {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    /* padding-left: 10px; */
    font-weight: bold;
    color: rgba(201, 201, 206, 1);
    font-size: 1rem;
    text-transform: uppercase;
    border: 1px solid #eeeeef;
    background: url(/images/list_arrow.png) right 10px top 11px no-repeat;
    background-size: auto 40%;

}

.select_xl {
    font-weight: bold;
    color: #283f63;
    background: #fff url(/images/arrow_blue.png) right 15px top 11px no-repeat;
    background-size: auto 40%;
}

.product {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    /* box-shadow: 2px 0 20px rgba(0, 0, 0, .25); */
}

/* .product_1{
    position: relative;
    box-sizing: border-box;
    display: block;    
    width: 100%;
    
} */

.pro {
    float: left;
    width: 30%;
    /* height: 300px; */
    margin-left: 3%;
    margin-bottom: 20px;
    position: relative;
}

.pro_img {
    width: 100%;
}

.pro_bottom {
    float: left;
    width: 100%;
    padding: 20px 0;
    height: 40px;
    /* position: absolute; */
}

.pro_number {
    float: left;
    /* width: 50%; */
    font-size: 32px;
    line-height: 32px;
}

.pro_icon_2,
.pro_icon_1 {
    float: right;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    /* padding: 10px 5px; */
    background: #fddb35;
    position: relative;
}

.last-in-row {
    margin-right: 0;
}

.product_left img,
.pro_img img {
    width: 100%;
}

.pro_icon_1 img {
    width: 30px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pro_icon_2 img {
    width: 20px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .pro_bottom img {
    height: 100%;
} */




/* 箭头容器 */

.product_arrow_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #eeeeef;
    background-image: url(/images/arrow_blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    cursor: pointer;

}

.product_arrow_right:hover {
    background: #283f63;
    background-image: url(/images/arrow_yellow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    cursor: pointer;
}

/* .product_arrow_right img {
    width: 15px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

/* 轮播图 */
.banner {
    width: 1200px;
    height: 450px;
    margin: 0 auto;
    /* background-color: #e47a23; */
    overflow: hidden;
    position: relative;
}

/* .swiper_container {
    width: 1200px;
    margin: 0 auto;
} */

.swiper_slide {
    width: 1200px;
    height: 400px;
    position: absolute;
}

/* .swiper_slide img {
    width: 100%;
    height: 400px;
    display: block;
    position: relative;
} */

.a_1 {
    width: 100%;
    height: 400px;
    background: url(/images/pic_3.jpg) center center no-repeat;
    background-size: auto 400px;
    display: block;
}

.a_2 {
    width: 100%;
    height: 400px;
    background: url(/images/pic_1.jpg) center center no-repeat;
    background-size: auto 400px;
    display: block;
}

.a_3 {
    width: 100%;
    height: 400px;
    background: url(/images/pic_2.jpg) center center no-repeat;
    background-size: auto 400px;
    display: block;
}

/* 隐藏状态 */
.def {
    opacity: 0;
    z-index: -1;
    transform: perspective(500px) translateZ(-250px);
}

/* 显示 */
.a {
    opacity: 1;
    z-index: 1;
    transform: perspective(500px) translateZ(-230px) translateX(-20%);
}

.c {
    opacity: 1;
    z-index: 1;
    transform: perspective(500px) translateZ(-230px) translateX(20%);
}

.b {
    opacity: 1;
    z-index: 100;
    transform: perspective(500px) translateZ(-100px) translateX(0);
}

.btn_left {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 70px;
    top: 45%;
    transform: translateY(-50%);
    background: #fddb35;
    background-image: url(/images/arrow_left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    z-index: 200;
    cursor: pointer;
}

.btn_right {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 70px;
    top: 45%;
    transform: translateY(-50%);
    background: #fddb35;
    background-image: url(/images/arrow_blue.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    z-index: 200;
    cursor: pointer;
}

/* .btn_left img,
.btn_right img {
    width: 30px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.btn_left:hover {
    background: #283f63;
    background-image: url(/images/arrow_yellow_left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    cursor: pointer;
}

.btn_right:hover {
    background: #283f63;
    background-image: url(/images/arrow_yellow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    cursor: pointer;
}

/* .a_1 img,
.b img,
.c img,
.btn_left,
.btn_right {
    box-shadow: 0 0 40px rgba(0, 0, 0, .75);
} */

.select_list {
    position: absolute;
    width: 1000px;
    padding: 0 100px;
    height: 72px;
    bottom: 0;
    margin-bottom: 83px;
    z-index: 300;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}

/* .select_list .a{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
} */

.select_list .hidden {
    float: left;
    width: calc(100% / 3);
    /* width: 30%; */
    height: 32px;
    padding: 20px 0;
    color: #fff;
    background: rgba(69, 77, 112, 0.4);
    /* transition: background 0.2s ease-in-out 0.2s; */
}

.select_list .show {
    float: left;
    width: calc(100% / 3);
    /* width: 40%; */
    height: 48px;
    padding: 20px 0;
    color: #fddb35;
    /* background: #283f63; */
    background: url(/images/select_form_show.png);
    background-size: 100% 100%;
    /* transition: background 0.2s ease-in-out 0.2s; */
}


/* 简介区 */
.shows {
    width: 100%;
    height: 200px;
    margin: 0 auto;
}

.show_container {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    font-size: 1rem;
}

.show_list {
    width: 1200px;
    height: 200px;
    position: absolute;
}

.show_left {
    float: left;
    margin-left: 4%;
    margin-right: 4%;
    width: 20%;
    box-sizing: border-box;
    display: block;
    color: #283f63;
    font-size: 2rem;
    height: 100px;
    padding: 10px 20px;
    /* font-weight: bold; */
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #eeeeef;
    background: #fff url(/images/product\ news.jpg) no-repeat;
    background-size: 100% 100%;

}

/* .show_left img {
    width: 100%;
} */

.show_right {
    float: left;
    margin-top: 5px;
    margin-right: 4%;
    width: 68%;
}

.shows_show {
    opacity: 1;
    z-index: 100;
}

.shows_hide {
    opacity: 0;
    z-index: 1;
}

/* 底部 */
.footer {
    width: 100%;
    /* height: 340px; */
    margin: 0 auto;
}

.footer_top {
    width: 100%;
    /* height: 100px; */
    padding: 25px 0;
    margin: 0 auto;
    position: relative;
    background: #eeeeef;
}

.footer_container {
    width: 1200px;
    margin: 0 auto;
}

.top_body {
    height: 50px;
}

.address {
    float: left;
    width: 40%;
}

.e_mail {
    float: left;
    width: 35%;
    border-left: 1px solid #888889;
    box-sizing: border-box;
}

.more {
    float: left;
    width: 25%;
    border-left: 1px solid #888889;
    box-sizing: border-box;
}

.address ul {
    float: left;
    /* margin-right: 10%; */
}

.e_mail ul,
.more_icon {
    float: left;
    margin-left: 10%;
}

.title_2 {
    box-sizing: border-box;
    display: block;
    color: #283f63;
    font-size: 1rem;
}

.title_1,
.more_icon {
    /* margin-bottom: 10px; */
    box-sizing: border-box;
    display: block;
    color: #283f63;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.icon_center {
    height: 50px;
    line-height: 50px;
}


.address_icon,
.e_mail_icon {
    float: right;
    height: 100%;
    margin-right: 10%;
}

.address_icon img {
    height: 50px;
}

.e_mail_icon img {
    margin-top: 10px;
    height: 30px;
}

.more_icon img {
    margin-top: 15px;
    height: 20px;
}

.more_app a img {
    width: 30px;
    padding: 7px 7px;
    float: right;
    margin-top: 0px;
}

.more_app {
    float: right;
    height: 100%;
}

.footer_bottom {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
    background: #283f63;
    opacity: 1;
}

.bottom_body {
    height: 140px;
}

.bottom_1 {
    width: 100%;
    height: 60px;
}

.phone_icon,
.setting_icon {
    float: left;
    height: 60px;
    width: 60px;
}

.phone_icon {
    margin-right: 20px;
}

.phone_number {
    float: left;
    box-sizing: border-box;
    display: block;
    padding: 15px 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    /* text-transform: uppercase; */
}


.phone {
    float: left;
    width: 40%;
}

.setting {
    float: left;
    width: 60%;
}


.setting_router {
    float: left;
    width: calc(100% - 60px);
}

/* .setting_router li {
    float: left;
    width: calc(100% / 3);
    height: 20px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
} */

.type1 {
    float: left;
    width: calc(100% / 3);
    height: 20px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
}
.no_bord1,.no_bord4,.no_bord7{
	border-left: none; 
}
/* .type2{
    float: right;
    color: #fff;
} */

/* .type {
    margin-right: 10%;
} */

.bottom_1 img,
.bottom_2 img {
    height: 100%;
}

.bottom_2 {
    margin-top: 50px;
}

.logo_2 {
    float: left;
    width: 15%;
    height: 40px;
}

.setting_right {
    float: right;
    width: 80%;
    font-size: 1rem;
    color: #fff;
	text-align:right;
}

.setting_right span {
    float: right;
    /* width: 100%; */
    padding: 4px 0;
    height: 32px;
    margin-top: 0;
}

.clear {
    clear: both;
}
.xw_dbt{
font-size:18px;
font-weight:bolder;
margin-bottom:10px;
}
.xw_nr{
font-size:14px;
margin-bottom:10px;
}
.xw_sj{
font-size:14px;
font-weight:bolder;
}












.con {
    width: 100%;
    height: 100%;
    margin-top: 18px;
}
 .main_tier1 {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    min-height: 550px;
}
.con #Intro_content {
    width: 100%;
    height: 550px;
    -moz-box-shadow: 2px 3px 2px #e9e9e9;
    top: 170px;
    margin: 0 auto;
    left: 37px;
    margin-top: 20px;
}
#Intro_content .Operations {
    width: 270px;
    float: left;
}
#Intro_content .nei {
    width: calc(100% - 280px);
    min-height: 473px;
    max-width: 900px;
}
#Intro_content .Container {
    float: left;
}
.nei_all {
    height: 40px;
        border-bottom: 1px solid #eee;
}
.lined {
    margin-bottom: 15px;
    text-transform: uppercase;
}
.lined h2 {
    color: #000;
    margin: 0;
    font-size: 18px;
    font-weight: bolder;
}
.bolded-line {
    display: block;
    margin-bottom: -1px;
    width: 30px;
    height: 1px;
}
.npag_map {
    float: right;
    overflow: hidden;
    padding: 0px 8px 0 0;
    text-align: right;
    color: #000;
    height: 45px;
    line-height: 30px;
    text-transform: uppercase;
}
.lined {
    margin-bottom: 15px;
    text-transform: uppercase;
}
.bolded-line {
    display: block;
    margin-bottom: -1px;
    width: 30px;
    height: 1px;
}
.npag_info {
    width: 100%;
    padding: 20px 15px;
	    box-sizing: border-box;
    overflow: hidden;
    color: #000;
    line-height: 25px;
	    font-size: 14px;
}
.team img {
    float: left;
    width: 47%;
    margin: 10px;
}

.newslist_ctr {
    margin: 0 auto;
    width: 100%;
    height: 25px;
    border-bottom: 1px #C9C9C9 dashed;
    line-height: 25px;
    margin-bottom: 8px;
}
.newslist_title {
    margin: 0 auto;
    float: left;
}
.newslist_date {
    margin: 0 auto;
    float: right;
    height: 22px;
    padding-top: 3px;
    font-size: 12px;
    color: #000;
}
.xl {
    line-height: 40px;
    display: block;
    font-weight: bolder;
	padding-left:15px;
	
}
.left-top ul li a{
    color:#9e9f9f;
}
.left-top ul li a:hover{
    color: #254088 !important;
}
.left-cd{
color: #254088 !important;
}
#product_btn_list {
    width: 100%;
    text-align: left;
}
.products_container {
    margin: 0 -15px 0 0;
    padding-top: 2px;
    padding-left: 10px;
}
.product_holder {
    display: inline-block;
    width: 33.33333%;
    padding-right: 20px;
    box-sizing: border-box;
    vertical-align: top;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    float: left;
    white-space: nowrap;
}
.product_holder_inside {
    overflow: hidden;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.product_holder:hover .product_holder_inside {
    color: #254088;
}
.product_holder .image {
    text-align: center;
}
.product_holder .image img {
    position: relative;
    margin: 8px 0;
}
.pr_info {
    width: 100%;
    margin: 0 auto;
}
.product_holder .name1 {
    text-align: center;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 300;
    padding-top: 0px;
    padding-left: 20px;
    float: left;
}
.product_holder .cart {
    float: right;
    margin: 0px 9px 15px 0;
}
.pager {
    text-align: center;
}
.pager span, .pager a {
    border: 1px solid #D6D6D6;
    display: inline-block;
    line-height: 1.231;
    margin: 0 5px 0 0;
    padding: 4px 7px;
    vertical-align: middle;
}
#picarea {
	background: rgb(255, 255, 255); margin: 0px auto; width: 50%;  float:left;
}
#picarea_right{
    width:45%;float:right;padding-left:5%;
}
#bigpicarea {
	margin: 0px auto; overflow: hidden; position: relative;
}
.image {
	text-align: center;
}
.image img {
	margin: 0px auto;
	width:100%;
}
#bigpicarea .word {
	height: 50px; text-align: center; color: rgb(51, 51, 51);
}
#bigpicarea .word h3 {
	height: 48px; text-align: center; color: rgb(51, 51, 51); line-height: 48px; font-size: 14px;
}
#bigpicarea .ui-els-hide {
	display: none;
}
#thumbs {
	margin: 0px auto; width: 450px; height: 110px; list-style-type: none;margin-top: 10px;margin-left: 70px;
}
* html #thumbs {
	height: 100%;
}
#thumbs li {
	margin: 0px 7px; width: 60px; height: 60px; float: left; display: inline;
}
#thumbs ul {
	margin-top: 3px;
}
#thumbs li.last_img {
	margin-right: 4px;
}
#thumbs li.first {
	margin: 25px 10px 0px 15px; width: 9px; height: 16px; cursor: pointer;
}
#thumbs li.last {
	margin: 25px 10px 0px 15px; width: 9px; height: 16px; cursor: pointer;
}
#thumbs li a {
	border: 2px solid rgb(255, 255, 255); width: 60px; font-size: 0px; display: block;
}
#thumbs li a:hover {
	border: 2px solid rgb(0, 0, 0);
}
#thumbs li a.current {
	border: 1px solid rgb(191, 191, 191);
}
#thumbs li.first img {
	
}
#thumbs li.last img {
	
}
.bigbtnPrev {
	left: 0px; top: 186px; width: 35px; height: 51px; position: absolute; z-index: 100; cursor: pointer;
}
.bigbtnNext {
	top: 186px; width: 35px; height: 51px; right: 0px; position: absolute; z-index: 100; cursor: pointer;
}
#big_play_prev {
	width: 35px; height: 51px; display: block; background-image: url("../images/leftbig.png"); _background: none;    display: none;
}
#big_play_next {
	width: 35px; height: 51px; display: block; background-image: url("../images/rightbig.png"); _background: none;    display: none;
}
#smallpicarea {
	margin: 0px auto; width: 450px; padding-top: 0px; border-top-color: rgb(236, 236, 236); border-top-width: 1px; border-top-style: solid;display: none;
}

.npag_pro_third {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
}
.npa_prothird_img {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    border: 1px #b8cada solid;
}
.npag_pro_third table {
    width: 100%;
    margin: 0px auto;
	    background-color: #f6f6f6;
}
.npag_pro_third table th {
    background-color: #f6f6f6;
    font-weight: bold;
}
.npag_pro_third table td, .npag_pro_third table th {
    padding: 10px;
    border-bottom: 1px #e4e4e4 solid;
    border-top: 1px #e4e4e4 solid;
}
caption, th {
    text-align: left;
}
.news_goback {
    padding-top: 17px;
    width: 100%;
    height: 60px;
}
.news_goback a {
    display: block;
    width: 100px;
    text-align: center;
    background-color: #283f63;
    color: #ffffff;
    height: 21px;
    line-height: 21px;
    margin: 0 auto;
}
#qrcode {
  width:260px;
  height:260px;
  margin-top:15px;
  margin-left:28px;
      margin-bottom: 30px;
}
.npag_contactinfo2 {
    max-width: 660px;
    margin: 0 auto;
    font-size: 14px;
    overflow: hidden;
    padding: 40px;
    background: url(../images/coninbg.png) no-repeat right bottom;
}
.npag_contact_oo {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    padding-bottom: 15px;
    overflow: hidden;
}
.npag_contcat_text {
    width: 390px;
    line-height: 25px;
    padding-left: 30px;
    background: url(../images/hl_20.jpg) no-repeat left 2px;
}
.cp{

}
.dt_cs{
width: 100%; 

}
.home_right1 {
    float: right;
    width: 100%;
    overflow: hidden;
    padding-top: 12px;
}
.h_scqu_title1 {
    width: 227px;
    height: 31px;
    line-height: 35px;
    overflow: hidden;
    padding-left: 15px;
    background: url(../images/hl_jzim.jpg) no-repeat scroll 0px -144px transparent;
}
.text_a {
    color: #014DA1;
    font-weight: bold;
}
.h_scqu1 {
    width: 240px;
    overflow: hidden;
    background-color: #fff;
    border: 1px #c6d5ea solid;
}
#h_scqu_nav li {
    width: 40px;
    float: left;
    padding: 9px 0px 6px 14px;
    text-align: left;
}

#h_scqu_nav li img {
    /* border: #CCCCCC 1px solid; */
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.left-top ul li{
background: -webkit-gradient(linear,0 0,0 100%,from(#f7f7f7),to(#fefefe));
margin-bottom: 5px;
}
.zw1{
	margin-bottom: 20px;
}
.zw1 table tr th{
	border:1px solid #000;
	background: #283f63;
	color: #fff;
	word-break: break-all;
	padding-left:2px;
}
.zw1 table tr td{
	border:1px solid #eee;
	word-break: break-all;
	padding-left:2px;
}
.zw1 table tr:nth-of-type(even) {
    background: #fbfbfb;
}