@charset "gb2312";

/* msn:ezwcn@hotmail.com
---------------------------*/


/*基本样式------------------*/

* {
    padding: 0px;
    margin: 0px;
}

body, form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    color: #353535;
}

input, select {
    vertical-align: middle;
    line-height: normal;
    font-size: 1em;
}

table {
    border-collapse: collapse;
}

textarea {
    font-size: 1em;
    line-height: 1.5em;
}

a {
    outline: 0;
    cursor: pointer;
    *star: expression(this.onFocus=this.blur());
}

a:link, a:active {
    color: #393939;
    text-decoration: none;
}

a:visited {
    color: #222323;
    text-decoration: none;
}

a:hover {
    color: #f00;
    text-decoration: underline;
}

.ccolor {
    color: #BB1600;
}

a.red:link, a.red:visited, a.red:active {
    color: #cb0404;
}

a.red:hover {
    color: #e60012;
}

a.Purple:link, a.Purple:visited, a.Purple:active {
    color: #b03ca9;
}

a.Purple:hover {
    color: #f00;
}

img {
    border: 0;
}

ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    line-height: 1.5em;
}

p {
    word-break: break-all;
    text-justify: inter-ideograph;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    overflow: hidden;
}

.border {
    border: 1px solid #e6e6e6;
}

.lf {
    float: left;
}

.rf {
    float: right;
}

.mt10 {
    margin-top: 2%;
}

.mt15 {
    margin-top: 15px;
}

.adv {
    text-align: center;
}

.mt5 {
    margin-top: 5px;
}

.bord {
    padding: 0.5em 0 0.8em;
    background: url(../images/c_bg.jpg) repeat-x bottom;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100%;
}

.pd {
    padding: 0 4%;
}


/*主内容区样式*/


/* update */


/*****头部样式*******/

.logo {
    width: 100%;
    background: #fbfaf8;
    text-align: center;
}

.logo img {
    width: 100%;
    vertical-align: bottom;
    /*padding-bottom:1%; */
}

.nav {

}
.nav ul {
    width: 100%;
    margin: 0 auto;
}
.nav ul li {
    float: left;
    width: 25%;
    background: #00a9ba;
    font-weight: normal;
	height:0.8rem; line-height:0.8rem; font-size:0.3rem;
}
.nav ul li:nth-child(1),.nav ul li:nth-child(2),.nav ul li:nth-child(3){ margin-right:1%;width: 24%;}

.nav ul li.hover a, .nav ul li:hover a {
    color: #fffc00;
}

.nav ul li a {
    display: block;
    font-weight: normal;
    text-align: center;
    color: #fff;
    border-left: none;
    border-top: none;
}

.nav li:hover{background:#ECA212;}
.nav li:last-child{margin-right:0;}
/*****头部样式结束*******/


/* update */

.adv img {
    max-width: 608px;
    min-width: 304px;
    width: 100%;
}

.title {
    background: url(../images/title_bg.jpg) no-repeat;
    background-size: 100%;
    overflow: hidden;
    zoom: 1;
}

.title b {
    width: 15%;
    text-align: center;
    float: left;
    color: #ef6f08;
    line-height: 240%;
    font-size: 160%;
}

.title h2 {
    color: #fff;
    font-weight: normal;
    float: left;
    width: 84%;
    padding-left: 1%;
    line-height: 280%;
    font-size: 130%;
}

.abt {
    text-align: center;
    overflow: hidden;
    zoom: 1;
}

.abt a {
    display: inline-block;
    width: 46%;
    padding: 2%;
    float: left;
}

.abt img {
    vertical-align: bottom;
}

.tel_bt {
    display: block;
    padding: 3% 3% 0;
    text-align: center;
}

.tel_bt .bt1 {
    width: 50%;
    display: inline-block;
    padding-right: 1%;
}

.tel_bt .bt2 {
    width: 46%;
    display: inline-block;
    padding-left: 1%;
}

.cont1 ul {
    overflow: hidden;
    zoom: 1;
}

.cont1 li {
    width: -moz-calc(40% - 2px);
    width: -webkit-calc(40% - 2px);
    width: calc(40% - 2px);
    margin: 3% 4.5% 0;
    float: left;
    border: 1px solid #ddd;
    position: relative;
}

.cont1 li span {
    display: block;
    line-height: 180%;
    text-align: center;
    position: absolute;
    bottom: 1%;
    left: 1px;
    width: 100%;
    font-size: 130%;
}

.tab1 {
    padding: 3% 3% 0;
}

.tab1 table {
    border: 2px solid #c4da85;
    width: 100%;
    text-align: center;
}

.tab1 td {
    border: 1px solid #c4da85;
    padding: 3px;
    line-height: 180%;
    font-size: 110%;
}

.tab1 td img {
    max-width: 100%;
}

.cont2 {
    padding: 3% 3% 0;
    text-align: center;
}

.cont2 table {
    margin-top: 3%;
    width: 100%;
}

.cont2 th {
    background: #f97d19;
    color: #fff;
    border: 2px solid #fff;
}

.cont2 td {
    background: #eee;
    text-align: left;
    border: 2px solid #fff;
    padding: 1%;
}

.cont2 td.key {
    background: #e1e1e1;
    color: #ef6f08;
    text-align: center;
}

.cont2 td b {
    color: #ff0000;
    font-weight: normal;
}

.cont3 {
    padding: 3%;
}

.cont3 .info {
    background: url(../images/c3_bg1.jpg);
    border: 1px solid #cfcfcf;
    padding: 2%;
    border-radius: 10px;
    line-height: 170%;
    text-indent: 2em;
}

.cont4 {
    padding: 3% 3% 0;
}

.cont4 .pic {
    padding-bottom: 3%;
    display: block;
}

.cont4 .info {
    border: 1px solid #d8d8d8;
    padding-bottom: 2%;
}

.cont4 .info h2 {
    font-size: 150%;
    text-align: center;
    background: #ebebeb;
}

.cont4 .info h2 b {
    color: #f97d19;
}

.cont4 .info p {
    padding: 2%;
    text-indent: 2em;
}

.cont4 .info strong {
    display: block;
    color: #ef6f08;
    text-align: center;
    font-weight: normal;
}

.zj_cont {
    padding: 3%;
    font-size: 120%;
}

.zj_cont h2 {
    line-height: 240%;
    background: url(../images/zj_bg1.jpg) no-repeat;
    background-size: 100%;
    font-weight: normal;
}

.zj_cont h2 b {
    width: 29%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.zj_cont h2 strong {
    color: #f97d19;
}

.zj_cont p {
    font-size: 110%;
    padding-top: 3%;
}

.zj_cont p b {
    color: #f97d19;
}

.qk_cont {
    padding: 0 3%;
}

.qk_cont h2 {
    line-height: 200%;
    background: url(../images/zj_bg2.jpg) no-repeat;
    background-size: 100%;
    font-weight: normal;
    text-align: center;
    font-size: 120%;
    color: #fff;
}

.qk_cont .info {
    padding: 3% 3% 3% 34%;
    background: url(../images/zj_bg3.jpg) no-repeat;
    background-size: 100%;
    margin-top: 3%;
}

.qk_cont .info b {
    color: #ef6f08;
    font-weight: normal;
}

.qk_cont .info p {
    font-size: 100%;
    text-indent: 2em;
    line-height: 160%;
    color: #666;
}

.cont5 {
    padding: 3%;
}

.cont5 .info {
    background: url(../images/c5_bg1.jpg) no-repeat;
    background-size: 100%;
    padding: 3%;
}

.cont5 .info h2 {
    font-size: 110%;
    text-align: center;
}

.cont5 .info p {
    text-indent: 2em;
}

.cont5 table {
    margin-top: 3%;
    width: 100%;
}

.cont5 th {
    background: #f97d19;
    color: #fff;
    border: 2px solid #fff;
}

.cont5 td {
    background: #eee;
    text-align: center;
    border: 2px solid #fff;
    padding: 1%;
    text-align: left;
}

.cont5 td.key {
    background: #e1e1e1;
    color: #ef6f08;
    text-align: center;
}

.cont5 td a {
    color: #ff0000;
    float: right;
    text-decoration: underline;
}

.zx_bt {
    overflow: hidden;
    zoom: 1;
    background: url(../images/zx_bg.jpg);
}

.zx_bt a {
    width: 50%;
    display: inline-block;
    float: left;
}

.lc_cont {
    margin-top: 3%;
}
.sj-title {
    width: 100%;
    background: url(../images/xian1.jpg) no-repeat 0 center;
    background-size: 100%;
    text-align: center;
    margin: 10px 0 0 0;
    color: #777;
    
} 
.sj-title span {
    background: #fff;
    font-family: 微软雅黑;
    font-size: 0.3rem;
    padding: 0 10px;
    font-weight: 700;
}
.lc_cont ul {
    padding: 3%;
}

.lc_cont li {
    border-bottom: 1px solid #ccc; line-height: 0.5rem; font-size: 0.26rem; width: 100%; overflow: hidden;white-space: nowrap;
}
.lc_cont li  i{font-style: italic;}
.keyword {
    overflow: hidden;
    zoom: 1;
}

.keyword h2 {
    padding: 0 6%;
    background: url(../images/kw_bg1.jpg) no-repeat;
    background-size: 100% 100%;
    font-size: 120%;
    line-height: 220%;
}

.keyword ul {
    padding: 3%;
}

.keyword li {
    font-size: 100%;
    display: block;
    margin: 2px 2px 0 0;
    float: left;
    text-align: center;
    line-height: 240%;
    color: #fff;
}

.keyword li.st1 {
    background: #adc761;
    width: -moz-calc(54% - 4px);
    width: -webkit-calc(54% - 4px);
    width: calc(54% - 4px);
}

.keyword li.st2 {
    background: #eca044;
    width: 46%;
}

.keyword li.st3 {
    background: #e39795;
    width: -moz-calc(45% - 4px);
    width: -webkit-calc(45% - 4px);
    width: calc(45% - 4px);
}

.keyword li.st4 {
    background: #61cec2;
    width: 55%;
}

.keyword li.st5 {
    background: #71a1df;
    width: -moz-calc(52% - 4px);
    width: -webkit-calc(52% - 4px);
    width: calc(52% - 4px);
}

.keyword li.st6 {
    background: #aa8fdf;
    width: 48%;
}

.keyword li a {
    color: #fff;
}

.bord {
    padding: 3% 3% 5%;
    background: url(../images/bd_bg.jpg) repeat-x bottom;
}

.pf2 {
    position: fixed !important;
    _position: absolute;
    _right: auto;
    _left: expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth- this.offsetWidth)-(parseInt(this.currentStyle.marginLeft, 10)||0)-(parseInt(this.currentStyle.marginRight, 10)||0));
    _top: expression(eval (document.documentElement.scrollTop));
    bottom: 0px;
    margin-bottom: 100px;
    right: 2px;
}

.r_swt {
    width: 34px;
    right: 0px;
    position: fixed;
    top: 50px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop)+50);
    font-size: 12px;
}

.r_swt span {
    display: block;
    text-align: left;
    line-height: 19px;
    cursor: pointer;
}


/** 商务通 **/

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}


.swtCenter {
    width: 240px;
    height: 233px;
    background-color: #FFF;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 200;
    margin-left: -120px;
    margin-top: -130px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 0 0 20px rgba(10, 2, 4, 0.75);
    -webkit-box-shadow: 0 0 20px rgba(10, 2, 4, 0.75);
    box-shadow: 0 0 20px rgba(10, 2, 4, 0.75);
}

.swtCenter h3 {
    width: 100%;
    font-size: 22px;
    text-align: center;
    color: #2e3642;
    font-weight: 500;
    margin-top: 25px;
}

.swtCenter h4 {
    width: 100%;
    font-size: 11px;
    text-align: center;
    color: #2e3642;
    font-weight: normal;
}

.mfhd {
    width: 227px;
    height: 30px;
    border: 1px solid #6a7380;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    margin: 10px auto 5px;
}

.mfhd .input {
    width: 145px;
    height: 28px;
    line-height: 28px;
    background-color: #FFF;
    font-size: 14px;
    color: #6a7380;
    -moz-border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    padding-left: 13px;
    float: left;
    outline: none;
    vertical-align: middle;
    border: 0;
}

.mfhd .sub {
    width: 69px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #6a7380;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    -moz-border-radius: 0 14px 14px 0;
    -webkit-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
    float: left;
    border: 0;
}

.swtCenter p {
    width: 230px;
    font-size: 12px;
    color: #7d7d7d;
    margin: 10px auto 0;
}

.swt_lists {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46px;
    line-height: 46px;
    -moz-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
}

.swt_lists a {
    display: block;
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
}

.swt_list1 {
    background-color: #881ca7;
    -moz-border-radius: 0 0 0 15px;
    -webkit-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
}

.swt_list2 {
    background-color: #ff8400;
    -moz-border-radius: 0 0 15px 0;
    -webkit-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
}

.swt_lists a i, .swt_lists a em {
    display: block;
    position: absolute;
    left: 50%;
    color: #fff;
    text-decoration: none;
    font-style: initial;
}

.swtCallIcon {
    top: 50%;
    margin-left: -56px;
    margin-top: -18px;
    width: 37px;
    height: 37px;
    background: url(../images/footerlink3.png) no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.swt_lists em {
    height: 100%;
    top: 0;
    margin-left: -16px;
    font-size: 16px;
}

.swt_lists a.swt_list2 i {
    margin-left: -55px;
    margin-top: 1px;
}

.closeBtn_swt {
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background: url(../images/closebtn_swt.png) no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
}

.tops2 {
    background: #962f9a;
    text-align: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0.8% 0;
}

.tops2 img {
    max-width: 620px;
    min-width: 310px;
    width: 100%;
    vertical-align: bottom;
    margin: 0 auto;
}
.sec-title{
    background:#00a9ba;
	height:0.7rem;
	color:#fff;
}
.sec-title h2{
    color: #fff;
    line-height: 0.7rem;
    font-size: .32rem;
    overflow: hidden;
    text-indent: 1em;
}
.sec-title h2 a.tel {
    display: inline-block;
    width: 1.96rem;
    line-height: .44rem;
    background: #fff100 ;
    text-indent: 0.44rem;
    font-size: .24rem;
    border-radius: 0.04rem;
    color: #a06d00;
    margin: 0.13rem 0.13rem 0 0;
}

.ks-list {
    padding-top: 0.2rem;
}
.ks-list li {
    text-align: center;
    width: 25%;
    box-sizing: border-box;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 0.15rem 0;
    float: left;
}
.zdzlxm li {
    float: left;
    width: 2.9rem;
    margin: 0.12rem 0 0 0.2rem;
}

.footer {
    background: #00a9ba;
    color: #fff;
    margin-bottom: 0.65rem;
}
.footer .foot-nav {
    width: 5.8rem;
    margin: 0 auto;
    line-height: .7rem;
}
.foot-nav a {
    padding: 0 0.14rem;    text-decoration: none; color:#fff;
}
.footer a {
    font-size: .26rem;    text-decoration: none;
}
.footer .foot-p {
    width: 5.8rem;
    margin: 0 auto;
    padding-bottom: 0.3rem;
}

/* 底部 */
.efs {max-width:640px;background:#066873;height:1rem;width:100%;position:fixed;bottom:0;}
.efs ul { overflow:hidden;}
.efs ul li { float:left; width:25%; text-align:center;}
.efs ul li a i {display:block; width: 1.5rem;height: 0.4rem;margin: 0px auto; background-size:100%; margin-top:0.1rem;}
.efs ul li:nth-child(1) a i { background:url(../images/efs1.png) no-repeat center center;background-size: 40px;}
.efs ul li:nth-child(2) a i { background:url(../images/efs2.png) no-repeat center center;background-size: 40px;}
.efs ul li:nth-child(3) a i { background:url(../images/efs3.png) no-repeat center center;background-size: 40px;}
.efs ul li:nth-child(4) a i { background:url(../images/efs4.png) no-repeat center center;background-size: 40px;}
.efs ul li a span { display:block; font-size:0.2rem; color:#fff; text-align:center;}