﻿@charset "utf-8";

/* CSS Document */
body {
    padding: 0px;
    width: 100%;
    min-width: 1000px;
    width: expression((documentElement.clientWidth < 1000) ? "1000px" : "100%");
    margin: 0px auto;
    font-size: 12px;
    font-family: "宋体";
    background: #fff;
    color: #666;
    background: url(../images/bg.jpg) repeat-x left top #fff;
    line-height: 22px;
}

img {
    border: none;
}

ul,
li,
form,
dl,
dt,
dd,
div {
    padding: 0px;
    margin: 0px;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
    background-color: Red;
    overflow: hidden;
}

a {
    color: #666;
    text-decoration: none;
    noline: expression(this.onFocus=this.blur());
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    color: #e72e35;
    text-decoration: none;
}

select {
    font-size: 12px;
    color: #555555;
}

.space {
    clear: both;
    font-size: 0px;
    height: 10px;
    line-height: 0px;
    overflow: hidden;
}

/**/


.header {
    height: 113px;
    width: 1000px;
    position: relative;
    margin: 0px auto;
}

.logo {
    width: 249px;
    height: 71px;
    position: absolute;
    left: 0px;
    top: 15px;
    display: inline-block;
    background: url(../images/logo.jpg) no-repeat left top;
}

.Top_nav {
    position: absolute;
    right: -5px;
    top: 4px;
    line-height: 25px;
    color: #b2b2b2;
}

.Top_nav a {
    color: #3d3d3d;
    display: inline-block;
    padding: 0px 5px;
}

.Top_nav a:hover {
    color: #e72e35;
}

.Top_nav a.sina {
    display: inline-block;
    background: url(../images/sina_ico.jpg) no-repeat left center;
    line-height: 20px;
    padding-left: 25px;
}



.mainnav {
    width: 728px;
    height: 53px;
    position: absolute;
    z-index: 3;
    right: -10px;
    top: 54px;
}

.mainnav ul {
    display: inline-block;
    height: 53px;
}

.mainnav ul li {
    float: left;
    position: relative;
    display: inline;
    margin-left: 50px;
}

.mainnav ul li a {
    display: inline-block;
    height: 53px;
    line-height: 40px;
    font-size: 14px;
    color: #505050;
    position: relative;

    padding: 0px 10px;
}

.mainnav ul li a i {
    display: none;
}

.mainnav ul li a:hover i,
.mainnav ul li a.aon i {
    display: inline-block;
    background: url(../images/a_bg.jpg) no-repeat left center;
    width: 28px;

    height: 12px;
    position: absolute;
    top: 47px;
    left: 50%;
    margin-left: -14px;
}

.mainnav ul li a:hover {
    color: #e72e35;
}

.mainnav ul li a.aon {
    color: #e72e35;
}

.Topbox .mainnav ul li a:hover i,
.Topbox .mainnav ul li a.aon i {
    background: url(../images/a_bg.png) no-repeat center top;
}

/*****/
.bottom {
    background: #e8e8e8;
    height: 480px;
    margin-top: 40px;
}

.bottomLink {
    width: 1000px;
    margin: 0px auto;
    position: relative;
}


.Footer_Help {
    width: 688px;
    height: 180px;
    position: absolute;
    left: 0px;
    top: 15px;
    border-right: 1px solid #d8d8d6;

    display: inline-block;
}

.Footer_Help li {
    padding-left: 30px;
    height: 142px;
    float: left;
    width: 100px;
    padding-top: 15px;
}

.Footer_Help li em {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    color: #3d3d3d;
    font-style: normal;

    margin-bottom: 5px;
}

.Footer_Help li a {
    display: block;
    line-height: 20px;
    font-size: 13px;
    color: #3d3d3d;
}

.Footer_Help li a:hover {
    color: #e72e35;
}

.bt_tel {
    width: 215px;
    height: 58px;
    border: 1px solid #c1c1c1;
    border-left: 0px;
    border-right: 0px;
    background: url(../images/tel.jpg) no-repeat left center;
    position: absolute;

    right: 0px;
    top: 18px;
}

.bt_tel span {
    display: inline-block;
    font-family: Arial;
    color: #e72e35;
    font-size: 24px;
    position: absolute;
    right: 2px;

    bottom: 10px;
    font-weight: bold;
}

.bt_tel a {
    display: inline-block;
    background: url(../images/listico1.gif) no-repeat right center;
    line-height: 18px;
    padding-right: 13px;
    color: #3b3b34;

    position: absolute;
    right: 2px;
    top: 4px;
}

.bt_link {
    width: 218px;
    height: 108px;
    position: absolute;
    right: 0px;
    top: 88px;
}

.bt_link a {
    display: inline-block;
    width: 85px;
    height: 108px;
    margin-left: 24px;
}

.bt_link a img {
    width: 85px;
    height: 108px;
}

.footer {
    font-family: Verdana;
    width: 1000px;
    margin: 0px auto;
    height: 55px;
    position: relative;
    padding: 15px 0px;
}

.bt_nav {
    line-height: 20px;
    color: #b2b2b2;
    margin-left: -5px;
    margin-bottom: 5px;
}

.bt_nav a {
    color: #3d3d3d;
    padding: 0px 5px;
}

.Copyright {
    line-height: 16px;
    color: #666666;
}

.Copyright a {
    color: #666666;
    padding-left: 5px;
}

.footer a:hover {
    color: #e72e35;
}

.footer .jiathis_style {
    position: absolute;
    right: 0px;
    top: 15px;
}


/**** home ***/
.Topbox {
    background: url(../images/home_bg.png) repeat-x left top;
    position: relative;
    z-index: 5;
    height: 137px;
}


.BannerBox {
    height: 430px;
    position: relative;
    margin-top: -30px;
    z-index: 1;
}

.BannerBox .BannerList li {
    height: 430px;
    width: 100%;
}

.BannerBox .BannerList a {
    width: 1000px;
    height: 430px;
    margin: 0px auto;
    display: block;
}

.BannerBox .BanTab {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 76px;
    background: url(../images/ban_bg.png) repeat-x left top;
}

.BannerBox .BanTab ul {
    width: 1000px;
    height: 49px;
    margin: 0px auto;
    margin-top: 15px;
}

.BannerBox .BanTab ul li {
    float: left;
    margin-right: 5px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;

    cursor: pointer;
}

.BannerBox .BanTab ul li img {
    width: 92px;
    height: 49px;
}

.BannerBox .BanTab li.on {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.Home_sing {
    width: 1000px;
    height: 266px;
    background: #f4f4f4;
    margin: 0px auto;
    margin-top: 25px;
    position: relative;
    z-index: 10;
}

.Home_sing ul {
    display: inline-block;
    padding: 10px 0px 6px 0px;
}

.Home_sing ul li {
    float: left;
    width: 272px;
    height: 220px;
    border-right: 1px solid #e3e3e3;
    padding: 15px 30px;
}

.Home_sing ul li h1 {
    background: url(../images/H_aico.jpg) no-repeat left top;
    padding: 0px;
    padding-left: 103px;
    padding-top: 20px;
    font-weight: normal;
    height: 80px;
    margin: 0px;
}

.Home_sing ul li h1 span {
    display: block;
    color: #e72e35;
    font-size: 16px;
}

.Home_sing ul li h1 samp {
    display: block;
    color: #424141;
    font-size: 12px;
}

.Home_sing ul li p {
    margin: 0px;
    padding: 0px;
    line-height: 22px;
    color: #424141;
}

.Home_sing ul li a {
    display: inline-block;
    background: url(../images/listico1.gif) no-repeat right center;
    line-height: 25px;
    padding-right: 15px;
    color: #3b3b34;

    float: right;
}

.Home_sing ul li.Hli_2 h1 {
    background: url(../images/H_fico.jpg) no-repeat left top;
}

.Home_sing ul li.Hli_3 {
    border: 0px;
}

.Home_sing ul li.Hli_3 h1 {
    background: url(../images/H_cico.jpg) no-repeat left top;
}

.Home_sing ul li a:hover {
    color: #e72e35;
}

.HomeContain {
    width: 1000px;
    margin: 20px auto 0px auto;
}

.Home_tab {
    height: 30px;
    width: 1000px;
    position: relative;
}

.Home_tab samp {
    display: inline-block;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #e72e35;
    font-size: 16px;
    line-height: 30px;
}

.Home_tab p {
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.Home_tab p span {
    display: inline-block;
    color: #505050;
    margin-left: 30px;
    cursor: pointer;
}

.Home_tab p span.aon {
    background: url(../images/tab_line.jpg) repeat-x left bottom;
    color: #dd3437;
}

.H_Probox {
    display: inline-block;
    width: 1000px;
    height: 224px;
    overflow: hidden;
    border-top: 3px solid #dddddd;
    margin-top: 10px;
}

.H_Probox li {
    width: 151px;
    height: 224px;
    background: #d9d9d9;
    position: relative;
    float: left;
    margin-left: 2px;

    overflow: hidden;
}

.H_Probox li .pic {
    display: inline-block;
    width: 151px;
    height: 151px;
    position: absolute;
    left: 0px;
}

.H_Probox li img {
    width: 151px;
    height: 151px;
    display: block;
    overflow: hidden;
}

.H_Probox li.HP_li1 .pic {
    bottom: 0px;
}

.H_Probox li.HP_li3 .pic {
    bottom: 0px;
}

.H_Probox li .H_name {
    display: block;
    width: 151px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    font-size: 14px;
}

.H_Probox li .H_name a {
    display: inline-block;
    color: #505050;
}

.H_Probox li.HP_li2 .H_name {
    position: absolute;
    bottom: 0px;
}

.H_Probox li.HP_li4 .H_name {
    position: absolute;
    bottom: 0px;
}

.H_Probox li.HP_li1 {
    margin-left: 0px;
}

.H_Probox li .txt {
    display: none;
}

.H_Probox li.HP_open {
    width: 279px;
    background: #fff;
    padding-left: 245px;
    padding-right: 17px;
}

.H_Probox li.HP_open .pic {
    width: 224px;
    height: 224px;
}

.H_Probox li.HP_open img {
    width: 224px;
    height: 224px;
}

.H_Probox li.HP_open .H_name {
    height: 60px;
    line-height: 60px;
    text-align: left;
    font-size: 24px;
    width: 279px;

    position: relative;
}

.H_Probox li.HP_open p {
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    color: #797979;
}

.H_Probox li.HP_open .txt {
    display: block;
}

.H_Probox li.HP_open .more {
    display: inline-block;
    background: url(../images/listico2.jpg) no-repeat left top;
    width: 56px;
    height: 25px;
    color: #fff;
    padding-left: 10px;
    line-height: 25px;
    margin-top: 20px;
}

.H_Probox li .H_name a:hover {
    color: #e12e2e;
}


.H_pbg {
    background: url(../images/hprobg.jpg) repeat-x left top;

    margin-top: 10px;
}

.Home_Pbox {
    width: 1000px;
    position: relative;
    margin: 0px auto;
}

.Htab {
    width: 1000px;
    height: 35px;
    position: relative;
    margin-top: 10px;
}

.Htab span {
    display: inline-block;
    color: #565656;
    font-size: 16px;
    font-family: "微软雅黑";
    cursor: pointer;
    margin-right: 20px;

    line-height: 35px;
}

.Htab span a {
    display: none;
    background: url(../images/listico1.gif) no-repeat right center;
    line-height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;

    padding-right: 12px;
    font-family: "宋体";
    font-size: 12px;
}

.Htab span.aon a {
    display: inline-block;
}

.Htab span.aon {
    background: url(../images/tab_line.jpg) repeat-x left bottom;
    color: #dd3437;
}

.HActiveBox {
    width: 1000px;
    height: 124px;
    position: relative;
    margin-top: 25px;
}

.HBList ul {
    display: inline-block;
    marign-left: 5px;
}

.HBList li {
    width: 173px;
    height: 112px;
    padding: 6px;
    background: #e8e8e8;
    float: left;
    position: relative;
    display: inline;

    margin: 0px 7px;
}

.HBList li .pic {
    display: block;
    width: 173px;
    height: 87px;
    position: relative;
}

.HBList li img {
    width: 173px;
    height: 87px;
}

.HBList li .pic span {
    display: none;
}

.HBList li .pic:hover span {
    background: url(../images/Ht_bg.png) no-repeat left top;
    width: 163px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;

    padding-left: 10px;
    display: inline-block;
    cursor: pointer;
}

.HBList li p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.HBList li p a {
    background: url(../images/listico1.gif) no-repeat right center;
    line-height: 30px;
    padding-right: 20px;
}

.HActiveBox .prev {
    background: url(../images/arrow.gif) no-repeat left top;
    width: 17px;
    height: 33px;
    display: inline-block;
    position: absolute;
    left: -19px;
    top: 43px;
    z-index: 2;
}

.HActiveBox .next {
    background: url(../images/arrow.gif) no-repeat right top;
    width: 17px;
    height: 33px;
    display: inline-block;
    position: absolute;
    right: -17px;
    top: 43px;
    z-index: 2;
}

.W_num {
    display: none;
}

.HDealsBox {
    width: 1000px;
    height: 197px;
    position: relative;
    margin-top: 25px;
}

.HDList ul {
    display: inline-block;
    margin-left: 5px;
}

.HDList li {
    width: 160px;
    height: 185px;
    padding: 6px;
    background: #e8e8e8;
    float: left;
    position: relative;
    display: inline;

    margin: 0px 13px;
}

.HDList li .pic {
    display: block;
    width: 160px;
    height: 160px;
    position: relative;
}

.HDList li img {
    width: 160px;
    height: 160px;
}

.HDList li .pic span {
    display: none;
}

.HDList li .pic:hover span {
    background: url(../images/Ht_bg.png) no-repeat right top;
    width: 150px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0px;

    padding-left: 10px;
    display: inline-block;
    cursor: pointer;
}

.HDList li p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.HDList li p a {
    background: url(../images/listico1.gif) no-repeat right center;
    line-height: 30px;
    padding-right: 20px;
    display: inline-block;
}

.HDealsBox .prev {
    background: url(../images/arrow.gif) no-repeat left top;
    width: 17px;
    height: 33px;
    display: inline-block;
    position: absolute;
    left: -19px;
    top: 83px;
    z-index: 2;
}

.HDealsBox .next {
    background: url(../images/arrow.gif) no-repeat right top;
    width: 17px;
    height: 33px;
    display: inline-block;
    position: absolute;
    right: -17px;
    top: 83px;
    z-index: 2;
}

.HDList li i {
    display: inline-block;
    width: 37px;
    height: 37px;
    position: absolute;
    right: 0px;
    top: 0px;
}

i.D_1 {
    background: url(../images/qg_ico.gif) no-repeat left top;
}

i.D_2 {
    background: url(../images/rm_ico.gif) no-repeat left top;
}

i.D_3 {
    background: url(../images/yh_ico.gif) no-repeat left top;
}


.HLinkBox {
    width: 992px;
    height: 72px;
    position: relative;
}

.HLinkBox .prev {
    background: url(../images/arrow.gif) no-repeat left top;
    width: 17px;
    height: 33px;
    display: inline-block;
    position: absolute;
    left: -19px;
    top: 25px;
    z-index: 2;
}

.HLinkBox .next {
    background: url(../images/arrow.gif) no-repeat right top;
    width: 17px;
    height: 33px;
    display: inline-block;
    position: absolute;
    right: -22px;
    top: 25px;
    z-index: 2;
}

.HList {
    border-right: 1px solid #d6d6d6;
    height: 72px;
    overflow: hidden;
}

.HList ul {
    display: inline-block;
}

.HList li {
    border-left: 1px solid #d6d6d6;
    width: 190px;
    height: 72px;
    float: left;
    margin-left: 7px;
}

.HList li img {
    width: 190px;
    height: 72px;
}

.H_link_title {
    font-weight: bold;
    color: #E72E35;
    font-size: 16px;
    font-family: "微软雅黑";
    cursor: pointer;
    line-height: 35px;

    margin: 5px;
    margin-top: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #DDDDDD;
}

/*******/
.Top_search {
    width: 1000px;
    text-align: left;
    padding: 24px 0px 20px 0px;
    display: inline-block;
}

.pro_search {
    background: url(../images/proS_bg2.jpg) no-repeat left top;
    width: 295px;
    height: 33px;
    position: relative;
    z-index: 88;
}

.Top_search .pro_search {
    float: right;
}

.pro_search .p_btn {
    background: none;
    width: 45px;
    height: 32px;
    cursor: pointer;
    border: 0px;
    position: absolute;
    right: 0px;

    top: 0px;
}

.pro_search .p_input {
    border: 0px;
    width: 187px;
    height: 31px;
    line-height: 31px;
    padding: 0px;
    color: #c4c4c4;
    position: absolute;

    right: 45px;
    top: 1px;
    background: none;
}

.S_txt {
    position: absolute;
    width: 61px;
    height: 31px;
    left: 1px;
    top: 1px;
    text-align: left;
}

.S_txt samp {
    display: inline-block;
    width: 51px;
    height: 31px;
    line-height: 31px;
    padding-left: 10px;
    color: #868686;

    cursor: pointer;
}

.S_txt p {
    display: none;
    margin: 0px;
    padding: 0px;
    width: 61px;
    height: 50px;
    border: 1px solid #dddddd;
    background: #f0f0f0;

    position: absolute;
    top: 31px;
    left: -1px;
    z-index: 3;
}

.S_txt p a {
    display: block;
    padding-left: 10px;
    line-height: 20px;
    margin: 3px 0px;
    cursor: pointer;
}

.S_txt p a:hover {
    color: #e72e35;
}


.Home_sing .pro_search {
    position: absolute;
    right: 0px;
    top: -78px;
}

/******/



.banner {
    height: 160px;
    width: 774px;
    position: relative;
}

.banner img {
    height: 148px;
    width: 768px;
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 1;
}

.banner i {
    background: url(../images/banner_bg.png) no-repeat left top;
    width: 774px;
    height: 160px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}

.contain {
    width: 1000px;
    margin: 0px auto;
}


.sidebar {
    width: 202px;
    float: left;
}

.maincontent {
    width: 774px;
    float: right;
    background: url(../images/con_bg.jpg) repeat-y left top;
}

.sidetitle {
    height: 43px;
    padding-left: 30px;
    background: url(../images/sidetitle.jpg) no-repeat left top;
    overflow: hidden;
}

.sidetitle span {
    font-size: 18px;
    color: #e72e35;
    display: block;
    line-height: 30px;
    padding-top: 8px;
}

.sidetitle em {
    display: none;
}



.sidemenu {
    background: url(../images/side_bg.jpg) repeat-y left top;
    padding: 5px 12px 0px 14px;
}

.sidemenu ul {}

.sidemenu ul li {}

.sidemenu ul li a {
    display: block;
    _display: inline-block;
    line-height: 30px;
    color: #3d3d3d;
    padding-left: 20px;
    width: 156px;

    border-bottom: 1px dashed #cccccc;
}

.sidemenu ul li a:hover {
    color: #da0c14;
    background: url(../images/listico5.jpg) no-repeat 10px center;
}

.sidemenu ul li a.aon {
    color: #da0c14;
    background: url(../images/listico5.jpg) no-repeat 10px center;
}

.sidemenu ul li ul {
    padding: 5px 0px;
    border-bottom: 1px dashed #cccccc;
}

.sidemenu ul li li a {
    border-bottom: 0px;
    padding-left: 35px;
    width: 146px;
    line-height: 25px;
    background: url(../images/listico3.jpg) no-repeat 25px center;
}

.sidemenu ul li li a:hover {
    background: url(../images/listico3.jpg) no-repeat 25px center;
}

.sidemenu ul li li a.aon {
    background: url(../images/listico3.jpg) no-repeat 25px center;
}

.sidemenu ul li h1 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
    display: block;
    display: block;

    _display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #3d3d3d;
}

.sidemenu ul li h1 span {
    display: inline-block;
    padding-left: 20px;
}

.sidemenu ul li h1.aon {
    color: #da0c14;
    background: url(../images/listico5.jpg) no-repeat 10px center;
}

.side_bt {
    background: url(../images/side_bt.jpg) no-repeat left top;
    width: 202px;
    height: 17px;
    overflow: hidden;
}

.side_dl {
    padding-top: 20px;
}

.side_dl dt {
    display: inline-block;
    width: 202px;
    padding-bottom: 8px;
}



.Current {
    overflow: hidden;
    background: url(../images/Current_bg.jpg) no-repeat left top;
    height: 43px;
}

.Current h1 {
    line-height: 25px;
    font-weight: normal;
    color: #aaaaaa;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    float: right;
    padding-right: 10px;
    margin-top: 2px;
}

.Current h1 a {
    color: #aaaaaa;
    padding-left: 0px;
    padding-right: 0px;
}

.Current h1 span {
    display: inline-block;
    padding: 0px 0px;
    color: #aaaaaa;
}

.Current em {
    font-style: normal;
    font-size: 16px;
    color: #e72e35;
    font-weight: bold;
    padding-left: 15px;
    display: inline-block;
    line-height: 30px;
}

.Current h1 a:hover {
    color: #e72e35;
}

.content {
    color: #666666;
    line-height: 22px;
    padding: 20px 30px 40px 30px;
    background: url(../images/cont_bt.jpg) no-repeat left bottom;
}




/*****/
.templet_video_007 {}

.templet_video_007 ul {
    display: inline-block;
    padding-top: 10px;
}

.templet_video_007 ul li {
    float: left;
    width: 192px;
    height: 180px;
    padding: 0px 23px;
    display: block;
    position: relative;
}

.templet_video_007 ul li .picture {
    padding: 5px;
    border: solid 1px #e1e1e1;
}

.templet_video_007 ul li .picture img {
    width: 180px;
    height: 120px;
}

.templet_video_007 ul li dl {
    background: url(../images/templet_video_icon.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 140px;
    top: 88px;
}

.templet_video_007 ul li h5 {
    text-align: center;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    padding-top: 10px;
}


.video {
    width: 580px;
    height: 460px;
    margin: 10px auto;
}

.down_list {
    display: inline-block;
    width: 100%;
}

.down_list li {
    background: url(../images/listico3.jpg) no-repeat 5px center;
    padding-left: 15px;
    line-height: 34px;
    border-bottom: 1px dotted #c4c4c4;
}

.down_list li a.down {
    display: inline-block;
    background: url(../images/down.gif) no-repeat center center;
    width: 58px;
    height: 23px;
    float: right;
    margin-top: 5px;
}

.down_list li span {
    color: #3e7cc2;
    padding-right: 10px;
}


/*************/

/*Start*/
.templet_question_001 {
    border-top: 1px dotted #c4c4c4;
}

.templet_question_001 ul li h5 {
    margin: 0px;
    padding: 5px 0px;
    font-size: 12px;
    line-height: 22px;
    color: #777777;
    padding-left: 31px;
    display: block;
    font-weight: normal;
    cursor: pointer;
    background: url(../images/templet_question_iconQ.jpg) no-repeat 5px 10px;
    border-bottom: 1px dotted #c4c4c4;
}

.templet_question_001 ul li .my_content {
    line-height: 23px;
    color: #587b9a;
    background: url(../images/templet_question_iconA.jpg) no-repeat 5px 15px #fafafa;
    border-bottom: 1px dotted #c4c4c4;
    padding: 10px 10px 10px 30px;
}

.my_content p {
    margin: 0px;
    padding: 0px;
}

/*End*/

/****/
.food_Cate {
    width: 620px;
    position: relative;
    background: #f8f8f8;
    padding: 5px 0px 0px 0px;
    padding-left: 55px;
    padding-right: 10px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.food_Cate span {
    display: inline-block;
    width: 40px;
    text-align: left;
    line-height: 20px;
    position: absolute;
    left: 20px;

    top: 5px;
}

.food_Cate p {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
}

.food_Cate p a {
    display: inline-block;
    float: left;
    line-height: 20px;
    padding: 0px 10px;
    color: #5a5a5a;
    margin-left: 5px;

    white-space: nowrap;
    margin-bottom: 5px;
}

.food_Cate p a:hover,
.food_Cate p a.aon {
    display: inline-block;
    float: left;
    line-height: 20px;
    padding: 0px 10px;
    margin-left: 5px;
    background: #e72e35;
    color: #fff;
}


.Food_list {
    width: 685px;
    margin: 0px auto;
}

.Food_list ul {
    display: inline-block;
}

.Food_list li {
    width: 460px;
    position: relative;
    height: 135px;
    padding-bottom: 27px;
    border-bottom: 1px dotted #979797;

    padding-left: 225px;
    margin-top: 25px;
}

.Food_list li .pic {
    display: inline-block;
    width: 204px;
    height: 135px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.Food_list li .pic img {
    width: 204px;
    height: 135px;
}

.Food_list li h1 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 30px;
    padding-top: 2px;
}

.Food_list li p {
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    color: #5a5a5a;
    text-align: justify;
    text-justify: inter-ideograph;
}

.Food_list li p a {
    color: #da0c14;
}

.Food_list li.Liend {
    padding-left: 0px;
    padding-right: 225px;
}

.Food_list li.Liend .pic {
    left: 480px;
}



/*Start*/
.templet_news_003 ul {}

.templet_news_003 ul li {
    border-bottom: 1px dotted #cccccc;
    margin-right: 15px;
    line-height: 38px;
}

.templet_news_003 ul li span {
    float: right;
    color: #6b6b6b;
    font-family: Arial;
}

.templet_news_003 ul li a {
    color: #6b6b6b;
    text-decoration: none;
    background: url(../images/listico3.jpg) no-repeat 5px center;
    padding-left: 15px;
}

.templet_news_003 ul li a:hover {
    color: #db2b21;
}

.templet_news_003 .headlines {
    height: 122px;
    overflow: hidden;
    position: relative;
    padding: 0px;
    padding-left: 180px;
    border-bottom: 0px;
    padding-right: 0px;
}

.templet_news_003 .headlines .picture {
    position: absolute;
    left: 5px;
    width: 152px;
    height: 102px;
    padding: 3px;
    border: 1px solid #e9e9e9;
}

.templet_news_003 .headlines .picture img {
    width: 152px;
    height: 102px;
}

.templet_news_003 .headlines .txt {
    line-height: 20px;
    color: #6a6654;
}

.templet_news_003 .headlines .txt h5 {
    font-size: 14px;
    margin: 0px;
    padding: 4px 0px;
}

.templet_news_003 .headlines .txt h5 a {
    background: none;
    padding: 0px;
    font-family: "微软雅黑";
    color: #6b6b6b;
}

.templet_news_003 .headlines .txt h5 a:hover {
    color: #db2b21;
    text-decoration: underline;
}

.templet_news_003 .headlines .txt p {
    padding: 0px;
    margin: 0px;
    color: #777777;
    padding-top: 3px;
    line-height: 20px;
}

.templet_news_003 .headlines a {
    background: none;
    padding: 0px;
    color: #476ba8;
}

/*End*/




/*pages*/
.Pages {
    padding: 10px 20px 10px 10px;
    zoom: 1;
    overflow: hidden;
    color: #9f9f9f;
    text-align: right;
    margin-top: 10px;
    line-height: 22px;
}

.Pages span {
    display: inline-block;
    line-height: 22px;
}

.Pages span b {
    color: #cd2228;
}

.Pages a {
    display: inline-block;
    color: #5b5b5b;
    padding: 0px 10px;
}

.Pages a:hover {
    color: #fff;
    background: #cd2228;
}

.Pages .p_cur {}

.Pages .p_count {}

.Pages .p_total {}

.Pages .p_page a {
    padding: 0px 10px;
    color: #fff;
    background: #acacac;
}

.Pages .p_page a:hover {
    color: #fff;
    background: #cd2228;
}

.Pages .p_page .a_first {}

.Pages .p_page .a_prev {}

.Pages .p_page .a_next {}

.Pages .p_page .a_end {}

.Pages .p_page em {
    font-style: normal;
}

.Pages .p_jump {
    display: none;
}

.Pages .p_page em a {
    margin: 0px 3px;
}

.Pages .p_page em a.a_cur,
.Pages .p_page em a:hover {
    color: #fff;
    background: #cd2228;
}

.Pages .p_page b {
    display: none;
}

.Pages .i_text {
    display: none;
}

.Pages .i_button {
    display: none;
}

/***/
.Info_title {
    margin: 0px;
    font-size: 18px;
    color: #252525;
    font-family: "微软雅黑";
    font-weight: normal;
    line-height: 25px;
    text-align: center;
    padding: 8px 10px;
}

.Info_time {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    color: #8a8a8a;
    line-height: 20px;
    text-align: center;
}

.Info_txt {
    line-height: 24px;
    color: #565656;
    padding: 5px 10px 0px 10px;
}

.Info_back {
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 10px;
    line-height: 25px;
    margin-top: 15px;
}

.Info_back a {
    color: #da0c14;
    text-decoration: underline;
}

.Info_back a:hover {
    color: #666;
    text-decoration: none;
}

.Info_page {
    line-height: 25px;
    padding: 0px 10px;
}

.Info_page a {
    color: #da0c14;
}

.Info_page a:hover {
    color: #666;
}




/*********/
.Activity_list {
    display: inline-block;
    width: 735px;
    margin-left: -3px;
    margin-top: -13px;
}

.Activity_list li {
    float: left;
    display: inline;
    width: 213px;
    height: 193px;
    padding: 6px;
    background: #f2f2f2;
    margin: 18px 20px 0px 0px;
}

.Activity_list li img {
    width: 213px;
    height: 108px;
    display: block;
}

.Activity_list li p {
    color: #5a5a5a;
    line-height: 22px;
    margin: 0px;
    padding: 10px 10px 0px 10px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.Activity_list li p a {
    color: #da0c14;
}

.Activity_list li p a:hover {
    color: #5a5a5a;
}

/********************/

.Deals_list {
    display: inline-block;
    width: 712px;
    margin-top: -30px;
}

.Deals_list li {
    width: 178px;
    height: 230px;
    background: url(../images/Deals_list.gif) no-repeat right top;
    float: left;
    position: relative;
    margin-top: 30px;
    text-align: center;
    display: inline;
}

.Deals_list li .pic {
    display: block;
    margin-bottom: 5px;
}

.Deals_list li img {
    width: 160px;
    height: 160px;
}

.Deals_list li p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 20px;
    color: #da0c14;
}

.Deals_list li i {
    display: inline-block;
    width: 37px;
    height: 37px;
    position: absolute;
    right: 5px;
    top: 0px;
}

.Deals_list li.liEnd {
    background: url(../images/Deals_list2.gif) no-repeat right top;
}


/*******/
.side_search {
    background: url(../images/sbg.jpg) no-repeat left top;
    width: 201px;
    height: 33px;
    position: relative;
    margin: 20px 0px;
}

.side_search .s_input {
    width: 144px;
    height: 31px;
    padding: 0px 5px;
    border: 0px;
    background: none;
    position: absolute;
    left: 1px;
    top: 1px;
    line-height: 31px;
}

.side_search .s_btn {
    width: 46px;
    height: 33px;
    border: 0px;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
}


.S_Dmenu {
    width: 200px;
    margin: 20px 0px 0px 1px;
}

.S_Dmenu dt {
    border-bottom: 1px solid #e3e3e2;
    line-height: 35px;
    color: #da0c14;
    font-size: 16px;
    padding-left: 10px;
}

.S_Dmenu dd {
    border-bottom: 1px solid #e3e3e2;
    line-height: 35px;
    padding-left: 10px;
}

.S_Dmenu dd a {
    display: inline-block;
    background: url(../images/listico4.jpg) no-repeat left center;
    padding-left: 10px;
    color: #3e3e3e;
}

.S_Dmenu dd a:hover,
.S_Dmenu dd a.aon {
    color: #da0c14;
    font-weight: bold;
}



/********************/
.Probg {
    background: url(../images/probg.jpg) no-repeat center top;
    margin-top: -4px;
}

.pbody .mainnav ul li a:hover i,
.pbody .mainnav ul li a.aon i {
    background: url(../images/a_bg.jpg) no-repeat center top;
    height: 11px;
}

.proSbox {
    width: 1000px;
    margin: 0px auto;
    height: 335px;
    position: relative;
}

.proSbox .pro_search {
    position: absolute;
    right: 40px;
    top: 194px;
}

.P_title {
    line-height: 40px;
    color: #e72e35;
    font-size: 16px;
    font-family: "微软雅黑";
}

.Product_Category {
    display: inline-block;
}

.Product_Category li {
    width: 200px;
    height: 340px;
    float: left;
    margin-top: 20px;
    background: url(../images/proCa_bg.gif) no-repeat left top;
    text-align: center;
    position: relative;
}

.Product_Category li img {
    width: 140px;
    height: 140px;
}

.Product_Category li p {
    margin: 0px;
    padding: 0px;
}

.Product_Category li p a {
    color: #3b3b34;
    font-size: 18px;
    line-height: 25px;
    margin: 5px 0px;
    display: inline-block;
}

.Product_Category li p.txt {
    text-align: left;
    padding: 0px 15px;
    line-height: 22px;
    color: #5c5c5c;
    text-align: justify;
    text-justify: inter-ideograph;
}

.Product_Category li a.more {
    display: inline-block;
    background: url(../images/more_btn.jpg) no-repeat left top;
    width: 114px;
    height: 33px;
    position: absolute;
    left: 42px;
    bottom: 0px;
}

.Product_Category li.liEnd {
    background: url(../images/proCa_bg2.gif) no-repeat left top;
}


.Product_Category li p a:hover {
    color: #e72e35;
}


/*Start*/

.product_list {
    display: inline-block;
    width: 712px;
    margin-top: -30px;
}

.product_list li {
    width: 178px;
    height: 230px;
    background: url(../images/Deals_list.gif) no-repeat right top;
    float: left;
    position: relative;
    margin-top: 30px;
    text-align: center;
    display: inline;
}

.product_list li .pic {
    display: block;
    margin-bottom: 5px;
}

.product_list li img {
    width: 160px;
    height: 160px;
}

.product_list li p {
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 20px;
    color: #da0c14;
}

.product_list li i {
    display: inline-block;
    width: 37px;
    height: 37px;
    position: absolute;
    right: 5px;
    top: 0px;
}

.product_list li.liEnd {
    background: url(../images/Deals_list2.gif) no-repeat right top;
}

.Pinfobg {
    background: url(../images/proinfobg.jpg) no-repeat center top;
    margin-top: -5px;
}

.obody .mainnav ul li a:hover i,
.obody .mainnav ul li a.aon i {
    background: url(../images/a_bg2.png) no-repeat center top;
    height: 12px;
}

.Pinfobg .proSbox {
    width: 1000px;
    margin: 0px auto;
    height: 125px;
    position: relative;
}

.Pinfobg .proSbox .pro_search {
    position: absolute;
    right: 151px;
    top: 50px;
}

.pro_Cur {
    margin: 0px auto;
    width: 1000px;
    height: 42px;
    line-height: 42px;
    color: #3b3b34;
    font-size: 14px;
}

.pro_Cur a {
    background: url(../images/listico6.jpg) no-repeat right center;
    line-height: 42px;
    padding-right: 45px;
    color: #3b3b34;
    font-size: 14px;
}

.pro_Cur a.two {
    color: #e72e35;
    font-size: 16px;
    font-weight: bold;
}

.pro_Cur samp {
    font-size: 14px;
    font-family: "宋体";
}

.Wrap_bg {
    background: url(../images/pro_cbg.jpg) repeat-x left bottom;
    padding-bottom: 35px;
    padding-top: 58px;
}

.Wrap_product {
    width: 1000px;
    margin: 0px auto;
    height: 338px;
    overflow: hidden;
}

#preview {
    float: left;
    width: 338px;
    height: 338px;
}

.jqzoom {
    position: relative;
    padding: 0;
    margin: 0px;
    border: solid 1px #e4e4e4;
    width: 336px;
    height: 336px;
}

.jqzoom .Img {
    width: 336px;
    height: 336px;
}


.Wrap_product .zoomdiv {
    z-index: 8;
    width: 420px;
    height: 336px;
    display: none;
    background: url(../images/zoomloader.gif) #fff no-repeat center center;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    position: absolute;
}

.Wrap_product .bigimg {
    width: 800px;
    height: 800px;
}

.Wrap_product .jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border: 1px solid #aaa;
    background: #FEDE4F 50% top no-repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
}



.proinfo {
    width: 628px;
    float: right;
    position: relative;
    height: 336px;
}

.pro_name {
    height: 44px;
    line-height: 22px;
    color: #333333;
    font-size: 20px;
    overflow: hidden;
    margin: 3px 0px;
}

.Ptitle {
    color: #e72e35;
    font-weight: bold;
    border-bottom: 1px solid #c6c6c6;
    line-height: 25px;
}

.pro_TS {
    height: 195px;
    width: 618px;
    margin: 5px 0px;
    overflow: hidden;
    line-height: 18px;
    padding: 0px 5px;
}

.pro_TS p {
    margin: 0px;
    padding: 0px;
}


.Pro_share {
    width: 628px;
    height: 58px;
    background: #e0e0e0;
    position: relative;
    overflow: hidden;
}

.Pro_share .ps {
    width: 36px;
    position: absolute;
    left: 20px;
    top: 25px;
    font-style: normal;
    display: inline-block;
    line-height: 20px;
}

.Pro_share .price {
    display: inline-block;
    line-height: 58px;
    color: #e72e35;
    font-family: Arial;
    font-size: 30px;
    position: absolute;
    left: 53px;
}

.Pro_share .p_url {
    display: inline-block;
    background: url(../images/shop_btn.jpg) no-repeat left top;
    width: 138px;
    height: 31px;
    line-height: 31px;
    position: absolute;
    left: 260px;
    top: 15px;
}

.Pro_share .jiathis_style {
    position: absolute;
    right: 10px;
    top: 20px;
}

.proinfo i {
    background: url(../images/fd.jpg) no-repeat left top;
    width: 32px;
    height: 32px;
    position: absolute;
    left: -68px;
    bottom: 0px;
    display: inline-block;
}

.pro_box {
    width: 1000px;
    margin: 30px auto;
}

.pro_tab {
    background: url(../images/listico4.jpg) repeat-x left bottom;
    height: 38px;
    display: inline-block;
    width: 1000px;
}

.pro_tab span {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    color: #333333;
    float: left;
    cursor: pointer;
    font-size: 16px;
    padding: 0px 10px;
    background: #efefef;
    font-family: "微软雅黑";
    margin-right: 1px;
}

.pro_tab span.aon {
    background: #da0d14;
    text-align: center;
    color: #fff;
}

.pro_cont {
    padding: 5px 10px;
}

/*End*/
/*End*/
.links_list {
    display: inline-block;
    padding-top: 20px;
}

.links_list li {
    float: left;
    width: 192px;
    height: 130px;
    padding-right: 16px;
    padding-left: 25px;
}

.links_list li a.pic {
    width: 190px;
    height: 72px;
    display: inline-block;
    border: 1px solid #ccc;
}

.links_list li a.pic img {
    width: 190px;
    height: 72px;
}

.links_list li span {
    display: block;
    line-height: 25px;
    text-align: center;
}



.ul_sitemap li {
    border-bottom: dotted 1px #ddd;
    padding: 10px 0px;
}

.ul_sitemap li strong {
    width: 60px;
    display: inline-block;
}


.FT {
    font-family: "微软雅黑";
    color: #e72e35;
    font-size: 18px;
}

.falsh {
    width: 600px;
    margin: 10px auto;
}


.network_list {
    width: 650px;
    margin: 0px auto;
}

.network_list ul {
    display: inline-block;
}

.network_list li {
    width: 460px;
    position: relative;
    height: 115px;
    padding-bottom: 27px;
    border-bottom: 1px dotted #979797;

    padding-left: 190px;
    margin-top: 25px;
}

.network_list li .pic {
    display: inline-block;
    width: 167px;
    height: 112px;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 4px;

    background: #e5e5e5;
}

.network_list li .pic img {
    width: 167px;
    height: 112px;
}

.network_list li h1 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    margin: 0px;
    padding: 5px 0px;
}

.network_list li h1 samp {
    display: inline-block;
    padding-right: 10px;
    color: #e72e35;
    font-size: 18px;
    line-height: 20px;
}

.network_list li h1 a {
    color: #5e5e5e;
    font-size: 18px;
    display: inline-block;
    line-height: 20px;
}

.network_list li p {
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    color: #5a5a5a;
    text-align: justify;
    text-justify: inter-ideograph;
}

.network_list li p a {
    color: #da0c14;
}

.network_list li.Liend {
    padding-left: 0px;
    padding-right: 190px;
}

.network_list li.Liend .pic {
    left: 478px;
}

.beianhao {
    text-align: center;
    margin-top: -12px;
    text-decoration: underline;
}