html{width: 100%;min-width:1200px;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{padding:0;margin:0}
body,button,input,select,textarea{font:14px/1.5 Arial,sans-serif}
body{width: 100%;background:#fff;overflow-x: hidden;-webkit-font-smoothing: antialiased;color:#333;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new, courier, monospace}
small{font-size:12px}
ul,ol{list-style:none}
hr{border: none;height: 1px}
a{color:inherit;text-decoration:none;outline:none;background-color: transparent}
a:hover,a:active{outline: none;text-decoration: none}
img{border:none}
b,strong{font-weight: bold}
table{border-collapse:collapse}
td,th{border: 1px solid #333}
input,input:focus{border: none;outline: none}
input[type="submit"]{cursor: pointer}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
.tans05{-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s}
.tans1{-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s}
.tans15{-webkit-transition: all 1.5s;-moz-transition: all 1.5s;transition: all 1.5s}
.tans2{-webkit-transition: all 2s;-moz-transition: all 2s;transition: all 2s}
.b{display: block;width: 100%;height: 100%}
.nclk{pointer-events: none}
.cl{clear: both}
.cl:after{content: "";clear: both;display: table}
.fl{float: left}
.fr{float: right}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.p{padding: 0 calc(50% - 550px)}
/*动画*/
.ani-b-s{opacity: 0;-webkit-transform: translate(0, 50px);-moz-transform: translate(0, 50px);transform: translate(0, 50px)}
.ani-b-t{opacity: 0;-webkit-transform: translate(0, -50px);-moz-transform: translate(0, -50px);transform: translate(0, -50px)}
.ani-l{opacity: 0;-webkit-transform: translate(-200px, 0);-moz-transform: translate(-200px, 0);transform: translate(-200px, 0)}
.ani-r{opacity: 0;-webkit-transform: translate(200px, 0);-moz-transform: translate(200px, 0);transform: translate(200px, 0)}
.ani-b{opacity: 0;-webkit-transform: translate(0, 200px);-moz-transform: translate(0, 200px);transform: translate(0, 200px)}
.ani-o{opacity: 0;-webkit-transform: scale(0, 0);-moz-transform: scale(0, 0);transform: scale(0, 0)}
/*首页-----------------------------------------------------------*/
.header{
    position: relative;
    background: url("../images/header_bg.png") no-repeat center top;
    height: 161px;
    z-index: 9999;
}
.logo{
    width: 230px;
    height: 116px;
}
.nav{
    padding-top: 16px;
}
.header-search{
    margin-bottom: 8px;
    height: 32px;
    background: rgba(229,140,0,.5);
}
.header-search input,
.header-search input:focus{
    outline: none;
    border: none;
    background: none;
}
.header-search input[type=text]{
    float: left;
    color: white;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    width: 220px;
}
.header-search input[type=submit]{
    float: right;
    width: 40px;
    height: 32px;
    background: url("../images/header_search.png") no-repeat;
}

.header-search input[type=text]::-webkit-input-placeholder {
    color:white;
}
.header-search input[type=text]:-moz-placeholder {
    color:white;
}
.header-search input[type=text]::-moz-placeholder {
    color:white;
}
.nav-list li{
    float: left;
    width: 92px;
    line-height: 40px;
    position: relative;
    text-align: center;
    border-radius: 5px 0 5px 0;
    font-weight: bold;
}
.nav-list li + li{
    margin-left: 25px;
}
.nav-list li + li:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    top: 15px;
    left: -13px;
    background: url("../images/nav_li.png") no-repeat;
}
.nav-list li.active,
.nav-list li:hover{
    background: #333;
    color: white;
    font-size: 16px;
}
/*banner*/
.swiper-banner{
    width: 100%;
    height: 520px;
    position: relative;
    margin-top: -43px;
}
.swiper-banner .swiper-slide{
    overflow: hidden;
    position: relative;
}
.swiper-banner .swiper-slide img{
    display: block;
    position: absolute;
    left: 50%;
    width: 1920px;
    height: 100%;
    margin-left: -960px;
}
.swiper-banner .swiper-slide-active{
    z-index: 9;
}
.swiper-banner .swiper-banner-span{
    position: absolute;
    text-align: center;
    height: 15px;
    bottom: 20px;
    z-index: 99;
    width: 100%;
}
.swiper-banner-span span{
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    border-radius: 50%;
    opacity: 1;
    background: white;
}
.swiper-banner-span span.swiper-pagination-bullet-active{
    background: #fc0;
}
.pro{
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.title{
    text-align: center;
    margin-bottom: 30px;
}
.title-con{
    display: inline-block;
    vertical-align: top;
    padding-left: 48px;
    text-align: left;
    color: #ffa200;
}
.title-con h3{
    font-size: 28px;
    line-height: 40px;
}
.title-con p{
    line-height: 22px;
    font-size: 22px;
}
.pro .title-con,
.i-p .title-con{
     background: url("../images/title_p.png") no-repeat left center;
 }
.i-t .title-con{
    background: url("../images/title_t.png") no-repeat left center;
}
.i-co .title-con{
    background: url("../images/title_i_c.png") no-repeat left center;
}
.rec .title-con,
.i-r .title-con{
    background: url("../images/title_r.png") no-repeat left center;
}
.about .title-con,
.i-a .title-con{
    background: url("../images/title_a.png") no-repeat left center;
}
.news .title-con,
.i-n .title-con{
    background: url("../images/title_n.png") no-repeat left center;
}
.plist{
    width: 220px;
    background: #ffcc00 url("../images/plist_bg.png") no-repeat center bottom;
    border-radius: 8px 0 0 0;
    height: 478px;
}
.plist>h3{
    font-size: 18px;
    line-height: 50px;
    border-bottom: 2px solid #ffe536;
}
.plist-list{
    padding: 25px 8px 0;
}
.plist-list li{
    float: left;
    width: 100px;
    line-height: 38px;
    border: 1px solid #ffe536;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.plist-list li:hover{
    background: #ffe536;
}
.plist-list li:nth-child(2n){
    float: right;
}
.pro-r{
    width: 880px;
    height: 478px;
}
.pro-r-tlist li{
    float: left;
    width: 33.33%;
    position: relative;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
    background: #dcdcdc;
    border-bottom: 1px solid #ccc;
}
.pro-r-tlist li + li{
    border-left: 1px solid #c5c5c5;
}
.pro-r-tlist li:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: 0;
    left: 0;
    background: url("../images/pro_r_tlist_li.png") no-repeat center / cover;
    display: none;
}
.pro-r-tlist li.active:before,
.pro-r-b-list.active{
    display: block;
}
.pro-r-b{
    height: 428px;
    padding: 25px 30px 0;
    background: #f0f0f0;
}
.pro-r-b-list{
    display: none;
}
.pro-r-b-list li{
    float: left;
    width: 190px;
    margin: 0 20px 20px 0;
}
.pro-r-b-list li:nth-child(4n){
    margin-right: 0;
}
.pro-r-b-list li img{
    display: block;
    width: 100%;
    height: 143px;
}
.pro-r-b-list li p{
    font-size: 16px;
    line-height:30px;
}
.pro-r-b-list li:hover p,
.swiper-rec li:hover p,
.news-list li:hover p,
.i-p-list li:hover p,
.i-n-info h3 a:hover{
    color: #ffa200;
}
.rec{
    padding-bottom: 60px;
}
.rec-con{
    position: relative;
}
.swiper-rec{
    overflow: hidden;
    width: 1047px;
    margin-left: 27px;
    padding: 15px 17px 0 0;
}
.swiper-rec li img{
    display: block;
    width: 100%;
    height: 178px;
}
.swiper-rec li p{
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    background: #ffcc00;
}
.swiper-rec li a:hover p{color:#fff;}
.swiper-rec li i{
    position: absolute;
    top: -15px;
    right: -17px;
    background: url("../images/rec_imp.png") no-repeat;
    width: 56px;
    height: 52px;
}
.swiper-rec-prev,
.swiper-rec-next{
    position: absolute;
    width: 14px;
    height: 58px;
    cursor: pointer;
    top: 60px;
}
.swiper-rec-prev{
    left: 0;
    background: url("../images/rec_l.png") no-repeat;
}
.swiper-rec-next{
    right: 0;
    background: url("../images/rec_r.png") no-repeat;
}
.info{
    background: url("../images/info_bg.jpg") repeat-y center top;
    padding-top: 60px;
    padding-bottom: 60px;
}
.info-title{
    margin-bottom: 20px;
}
.info-title .title-con h3{
    font-size: 28px;
    line-height: 32px;
}
.about{
    width: 420px;
}
.news{
    width: 510px;
}
.info-title>a{
    color: #ffb91d;
    line-height:50px;
}
.about-info{
    text-indent: 2em;
    line-height: 28px;
}
.news-list li{
    line-height: 50px;
    height: 50px;
    border-bottom: 1px dashed #666;
}
.news-list li p{
    float: left;
    width: 360px;
    background: url("../images/news_li.png") no-repeat left center;
    text-indent: 30px;
}
.news-list li span{
    float: right;
}
.contact{
    background: url("../images/contact_bg.jpg") no-repeat center top;
    height: 234px;
    padding-top: 50px;
}
.contact .title-con{
    color: #333;
    background: url("../images/title_c.png") no-repeat left center;
}
.contact-list li{
    display: inline-block;
    vertical-align: top;
    text-indent: 45px;
    font-size: 18px;
    line-height: 50px;
}
.contact-list li + li{
    margin-left: 120px;
}
.contact-list li:nth-child(1){
    background: url("../images/contact_tel.png") no-repeat left center;
}
.contact-list li:nth-child(2){
    background: url("../images/contact_add.png") no-repeat left 10px center;
}
.contact-list li:nth-child(3){
    background: url("../images/contact_mail.png") no-repeat left center;
}
.footer{
    background: #fc0;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 28px;
}
.nav-btm li{
    float: left;
    font-size: 16px;
    margin: 0 20px 10px 0;
}
.footer p a{
    margin-right: 10px;
}
.i-banner{
    height: 242px;
    position: relative;
    overflow: hidden;
    margin-top: -43px;
}
.i-banner img{
    display: block;
    position: absolute;
    width: 1920px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.i-wrap{
    padding-top: 50px;
    padding-bottom: 60px;
    min-height: 380px;
}
.pages{
    clear: both;
    text-align: center;
    overflow: hidden;
    margin:20px auto 0;
    font-size: 0;
}
.pages a:first-child,
.pages a:last-child{
    font-family: "宋体";
}
.pages a,.pages span{
    display: inline-block;
    width: 50px;
    font-size: 16px;
    height: 50px;
    background-color: #e8e8e8;
    border-radius: 4px;
    line-height: 50px;
    font-weight: bold;
    margin: 0 2px;
    text-align: center;
}
.pages a:last-child{
    margin-right: 0;
}
.pages span.thisclass,
.pages a:hover{
    color: white;
    background: #333;
}
.i-a-info{
    text-indent: 2em;
    line-height: 36px;
    font-size: 16px;
}
.i-p-l{
    width: 235px;
}
.i-p-r{
    width: 820px;
}
.i-p-l-t{
    margin-bottom: 35px;
}
.i-p-l-h3{
    line-height: 45px;
    text-indent: 20px;
    font-size: 20px;
    background: #fc0;
    border-radius: 10px 10px 0 0;
    border-bottom: 3px solid #333;
}
.i-l-plist{
    background: #f0f0f0;
    padding: 25px 20px;
}
.i-p-l-news-list{
    background: #f0f0f0;
    padding: 15px 20px 40px;
}
.i-l-plist li{
    line-height: 40px;
    border-radius: 5px;
    background: white url("../images/i_l_plist_li.png") no-repeat left 15px center;
    font-size: 16px;
    margin-bottom: 8px;
    text-indent: 35px;
    color: #666;
}
.i-l-plist li.active,
.i-l-plist li:hover{
    color: white;
    background: #fc0 url("../images/i_l_plist_li_a.png") no-repeat left 15px center;
}
.i-p-l-news-list li{
    line-height: 40px;
    border-bottom: 1px dashed #666;
    text-indent: 20px;
    background: url("../images/i_p_l_news_li.png") no-repeat left center;
}
.i-p-l-news-list li:hover,
.i-r-plist li:hover{
    color: #ffa200;
    background: url("../images/i_p_l_news_li_a.png") no-repeat left center;
}
.i-p-r-t{
    line-height: 45px;
    background: #e6e6e6;
    text-indent: 30px;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
}
.i-r-plist{
    border: 1px solid #e6e6e6;
    padding: 25px 30px;
    margin-bottom: 40px;
}
.i-r-plist li{
    float: left;
    line-height: 40px;
    width: 25%;
    text-indent: 15px;
    background: url("../images/i_p_l_news_li.png") no-repeat left center;
}
.i-p-list li{
    float: left;
    width: 190px;
    margin: 0 20px 20px 0;
}
.i-p-list li:nth-child(4n){
    margin-right: 0;
}
.i-p-list li img{
    display: block;
    width: 100%;
    height: 143px;
}
.i-p-list li p{
    font-size: 15px;
    text-align: center;
    line-height: 36px;
}
.i-t-con{
    font-size: 15px;
    line-height: 32px;
    border: 1px solid #e6e6e6;
    padding: 25px 30px;
    min-height: 500px;
}
.i-r-list{
    padding: 0 30px;
    font-size: 0;
}
.i-r-list li{
    display: inline-block;
    vertical-align: top;
    border: 10px solid #e5e5e5;
    border-radius: 10px;
    width: 200px;
    min-height: 341px;
    margin:0 80px 40px 0;
}
.i-r-list li:nth-child(4n){
    margin-right: 0;
}
.i-r-info{
    border: 1px solid #c2c2c2;
    text-align: center;
    padding-top: 25px;
}
.i-r-info h3{
    margin: 0 auto;
    width: 22px;
    font-size: 22px;
    line-height: 30px;
}
.i-r-info span{
    display: block;
    line-height: 24px;
    width: 60px;
    margin: 15px auto 20px;
    border-radius: 12px;
    font-size: 16px;
    color: #666;
    background: #efefef;
}
.i-r-info p{
    font-size: 16px;
    border-top: 1px solid #d5d5d5;
    line-height: 54px;
}
.i-r-list li:hover{
    border-color: #fc0;
}
.i-r-list li:hover .i-r-info{
    border-color: #e89e00;
}
.i-r-list li:hover .i-r-info h3{
    color: #ffa200;
}
.i-r-list li:hover .i-r-info span{
    background: #fff5cc;
}
.i-r-list li:hover .i-r-info p{
    border-top-color: #fc0;
    color: #ffa200;
}
.i-r-con>h3{
    font-size: 22px;
    color: #ffa200;
    text-indent: 50px;
    line-height: 80px;
    background: url("../images/i_r_li_a.png") no-repeat left center;
    border-bottom: 1px solid #dfdfdf;
}
.i-r-l{
    width: 800px;
    border-right: 1px dashed #d5d5d5;
    padding: 20px 20px 0 0;
}
.i-r-r{
    width: 265px;
}
.i-r-l p,
.i-r-l dd{
    font-size: 16px;
    line-height: 36px;
}
.i-r-l dl{
    margin-top: 30px;
}
.i-r-l dt{
    font-weight: bold;
    font-size: 20px;
}
.i-r-r{
    padding-top: 30px;
}
.i-r-r>p{
    font-size: 16px;
    line-height: 30px;
}
.i-r-r-mail{
    display: block;
    color: white;
    font-weight: bold;
    background: #ffa200;
    border-radius: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    width: 150px;
    margin: 10px 0 20px;
}
.i-r-btn span{
    display: inline-block;
    border-bottom: 1px dashed #d5d5d5;
    font-size: 16px;
    line-height: 56px;
}

.i-r-btn span:hover{
    color: #ffa200;
}
.i-r-btn span a:hover{
    color: #ffa200;
}
.i-r-back{
    display: block;
    font-size: 16px;
    line-height: 56px;
    text-indent: 30px;
    background: url("../images/i_r_back.png") no-repeat left center;
}
.i-n-list li{
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.i-n-time{
    width: 80px;
    color: #999;
    text-align: center;
    padding-top: 35px;
    margin-right: 35px;
}
.i-n-time b{
    display: block;
    border-bottom: 1px solid #bdbdbd;
    line-height: 68px;
    font-size: 45px;
}
.i-n-time p{
    font-size: 20px;
    line-height: 48px;
}
.i-n-list li img{
    width: 300px;
    height: 214px;
}
.i-n-info{
    width: 655px;
    padding-top: 25px;
}
.i-n-info h3{
    font-size: 16px;
    margin-bottom: 5px;
}
.i-n-info p{
    line-height: 26px;
    color: #666;
    height: 78px;
    overflow: hidden;
}
.i-n-more{
    display: block;
    text-align: center;
    color: white;
    background: #ccc;
    width: 150px;
    line-height: 40px;
    border-radius: 20px;
    margin-top: 10px;
    font-size: 16px;
}
.i-n-more:hover{
    background: #ffa200;
}
.i-c-con{
    padding-left: 135px;
    background: url("../images/i_c_bg.jpg") no-repeat center;
}
.i-c-con dl{
    line-height: 32px;
}
.i-c-con dt{
    font-weight: bold;
    font-size: 18px;
}
.map{
    height: 495px;
    overflow: hidden;
    position: relative;
}
.map-con{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 100%;
}

.r{ float:right;}
.l{ float:left;}
a{ outline:none;}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
/* .p{padding: 0 calc(50% - 550px)} */
.blue{ color:#ffa200;}
.mar_20{margin-top:20px;}
.ny_pad{ min-height:300px;  overflow:hidden; }
.ny_pad img{max-width: 100%;}
.ny_news_ct88{padding:0px 0px 30px; line-height:30px; text-align: left;}
.ny_news_ct88 .info{ padding-bottom: 10px; margin-bottom: 0; overflow: hidden; }
.ny_news_ct88 .info p{text-indent: 0;float: left;background:#ccc; padding:2px 5px; margin-right:8px;  overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news_tl88 li{text-align:center; height:40px; line-height:40px;}
.ny_news_tl88 .new_title{font-size:20px; font-weight:bold; border-bottom:#ddd solid 1px; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.ny_news_tl88 span{padding:0 5px; color:#999;}
.ny_news_ct88 p{ text-indent: 24px; }
.news_fy{padding:10px 50px 0; height:55px; border-top:#ccc solid 1px;position: relative;z-index: 999;text-align: left;}
.news_fy_l{width:300px;}
.news_fy_l li{height:24px; line-height:24px;}
.news_fy_l span{font-weight:bold;}
.news_fy_r{height:35px; overflow:hidden; padding-top:12px; width:200px;}
.news_fy_r .bdsharebuttonbox{float: right;}

caption{font-size: 20px;line-height: 35px;}
.feedback_table{border-collapse:collapse; color:#696969}
.feedback_table h4,.feedback_table h3{color: #666;}
.feedback_table tr td{padding: 5px 5px 5px 20px; }
.feedback_table tr td:nth-child(2){text-align: left; }
.feedback_table tr td{ border: 1px solid #ececec;line-height: 40px;}
.feedback_table tr td input[type=submit]{background-color: #DD1F2B; color: #fff;}
.feedback_table tr td .bt{ width: 85px; height:35px;  border-radius: 5px; cursor: pointer;}
.feedback_table tr td input,.feedback_table tr td textarea{padding:3px 5px;color: #666; margin:0 10px; border: 1px solid #ececec; width: 50%;}
.feedback_table tr td #address{height: 30px; width: 80%; line-height: 15px; }
.feedback_table tr td textarea{margin:10px 0px 10px 10px; width: 80%; border-radius: 20px;}

.sub{width: 320px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}

.news_image{ padding:20px 0; position:relative;}
.news_image img{ border-radius:4px; display:block; margin:0 auto;max-width:100%; max-height: 100%}
.news_image #pre1{position:absolute; display:block; width:50%; height:100%; top:0; z-index:9; cursor: url(/images/1.cur?t=844888),auto;}
.news_image #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9;cursor: url(/images/2.cur?t=844888),auto;}
/*QQ*/
.main-im{ position:fixed; right: 10px; top:100px; z-index: 999999; width: 110px; height: 272px; }
.main-im .qq-a { display: block; width: 106px; height: 116px; font-size: 14px; color: #0484cd; text-align: center; position: relative; }
.main-im .qq-a span { bottom: 5px; position: absolute; width: 90px; left: 10px; }
.main-im .qq-hover-c { width: 70px; height: 70px; border-radius: 35px; position: absolute; left: 18px; top: 10px; overflow: hidden; z-index: 9; }
.main-im .qq-container { z-index: 99; position: absolute; width: 109px; height: 118px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 1px solid #dddddd; background: url(../images/qq-icon-bg.png) no-repeat center 8px; }
.main-im .img-qq {max-width: 60px; display: block; position: absolute; left: 6px; top: 3px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.main-im .im-qq:hover .img-qq{ max-width: 70px; left: 1px; top: 8px; position: absolute; }
.main-im .im_main {background: #F9FAFB; border: 1px solid #dddddd; border-radius: 10px; background: #F9FAFB;}
.main-im .im_main .im-tel { color: #000000; text-align: center; width: 109px; height: 52px; border-bottom: 1px solid #dddddd; }
.main-im .im_main .im-tel div{font-weight:bold;font-size: 12px;margin-top:7px;}
.main-im .im_main .im-tel .tel-num { font-family: Arial; font-weight: bold; color: #e66d15;}
.main-im .im_main .im-tel:hover { background: #fafafa; }
.main-im .im_main .weixing-container {width: 55px; height: 47px; border-right: 1px solid #dddddd; background: #f5f5f5; border-bottom-left-radius: 10px; background: url("../images/weixing-icon.png") no-repeat center center;float:left;}
.main-im .im_main .weixing-show {width: 112px; height: 172px; background: #ffffff; border-radius: 10px; border: 1px solid #dddddd; position: absolute; left: -125px; top: -126px; }
.main-im .im_main .weixing-show .weixing-sanjiao {width:0; height: 0; border-style: solid; border-color: transparent transparent transparent #ffffff; border-width: 6px; left: 112px; top: 134px; position: absolute; z-index: 2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big { width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #dddddd; border-width: 8px; left: 112px; top: 132px; position: absolute; }
.main-im .im_main .weixing-show .weixing-ma { width: 104px; height: 103px; padding-left: 5px; padding-top: 5px; }
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto; text-align:center; font-size:12px;}
.main-im .im_main .go-top { width: 50px; height: 47px; background: #f5f5f5; border-bottom-right-radius: 10px; background: url("../images/toTop-icon.png") no-repeat center center;float:right;}
.main-im .im_main .go-top a { display: block; width: 52px; height: 47px; }
.main-im .close-im { position: absolute; right: 10px; top: -12px; z-index: 100; width: 24px; height: 24px; }
.main-im .close-im a { display: block; width: 24px; height: 24px; background: url("../images/close_im.png") no-repeat left top; }
.main-im .close-im a:hover { text-decoration: none; }
.main-im .open-im { cursor: pointer; margin-left: 68px; width: 40px; height: 133px;display:none; background: url("../images/open_im.png") no-repeat left top; }


/*2021/12/31*/
.i-c-con dl{
    max-width: 300px;
}
.contact-list li{
    font-size: 16px;
}
.contact-list li + li{
    margin-left: 60px;
}