@charset "utf-8";
/* CSS Document */
/*公共样式开始*/
*{
    padding:0;
    margin:0;
    list-style: none;
    box-sizing: border-box;
}
html,body{
    margin:0 auto;
}
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 ,header,section,footer{ margin: 0; padding: 0 }

body{overflow-x: hidden;position: relative;font-size:0.24rem;min-width: 320px;font-family:"微软雅黑";width:100%;height:100%; }
address, cite, dfn,p,span,em, var,i { font-style: normal }
ul, ol, dl { list-style: none }
a { text-decoration: none; outline: none ;font-family:"微软雅黑";color:#333;cursor: pointer;}
body, div ,ul{margin:0;padding:0;}
li{font-family: "微软雅黑";list-style: none;margin:0;padding:0;}
p{margin: 0px;padding:0px;word-wrap: break-word;}
:focus{outline: none;}
img{border: 0;vertical-align: middle;display: inline-block;}
input, textarea {
    outline: none;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
}
::selection {
    color:#666;
    text-shadow:none
}
::-moz-selection {
    color:#666;
    text-shadow:none
}
.fl{float: left;}
.fr{float: right;}
.clear{clear:both;}
.clear:after{
    display: block;
    content: "";
    clear: both;}
@font-face{
    font-family: "方正清刻本悦宋简";
    src: url('方正清刻本悦宋简体_0.eot');
    src: local('fontName Regular'),
    local('fontName'),
    url('方正清刻本悦宋简体_0.woff') format('woff'),
    url('方正清刻本悦宋简体_0.TTF') format('truetype'),
    url('方正清刻本悦宋简体_0.svg#fontName') format('svg');
}
.wrapper {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow:auto;
    left: 0;
    right: 0;
    top:0;
    bottom:0;

}
.wap_alert{
    position: absolute;
    top:0;
    left: 0;
    background:rgba(0,0,0,0.3);
    height: 13rem;
    width: 100%;
    z-index: 10000;
    display:  none;
    position: fixed;
}
.cha{
    position: absolute;
    color: #ccc;
    width: 100%;
    background: #2368b3;
    padding-left: 0.3rem;
}
.cha span{
    font-size: 0.36rem;
    line-height: 0.6rem;
    cursor: pointer;
}

.wap_list{
    margin-top: 0.55rem;
}
.wap_list ul li{
    width: 100%;
    background: #2368b3;
    height: 1rem;
    line-height: 1rem;
    border-bottom-color: #0166b3;
    font-size: 0.36rem;
    padding-left: 0.3rem;
}
.wap_list ul li a{
    display: block;
    color: #fff;
}
.header{
    height: 0.9rem;
    line-height: 0.9rem;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    max-width:750px;
    padding: 0.2rem 0;
}
.header:after{
    content: '';
    display: block;
    clear: both;
}
.cas{
    color: #006dba;
}
.header_title{
    margin-left: 0.1rem;
    font-size: 0.26rem;
    color: #595959;
}
.header > .back{
    margin-top:0.32rem;
    margin-left:0.24rem;
}
.header > .back img{width: 0.19rem;height: 0.36rem;}
.header .slide_ico{
    position: relative;
    width:0.45rem;
    margin-right: 0.24rem;
}
.header .slide_ico{
    cursor: pointer;
}
.header .slide_ico img{
    width:100%;
}
.header b{
    display: block;
    position: absolute;
    width: 2.24rem;
    height: 2.7rem;
    background: rgba(255,255,255,0.4);
}
.header .logo{
    height: 0.45rem;
    display: block;
    margin-left:0.24rem;
}
.header .logo img{
    height:100%;
}
.index_number{
    position: absolute;
    left: 50%;
    margin-left: -0.6rem;
    bottom: 0.1rem;
}
.index_number>ul>li{
    float: left;
    margin-right:0.2rem;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #fff;
    color: #fff;
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.25rem;
}
.index_number>ul>li.on{
    background: #00bfb5;
}
.index_number>ul>li:hover{
    cursor: pointer;
}

/*banner*/
.banner img{display: block;width:100%;}
.focus{
    position: relative;
}
.focus .bd img{
    width: 100%;
}
.focus .hd{
    height: 0.24rem;
    overflow: hidden;
    position: absolute;
    bottom: 0.1rem;
    z-index: 1;
    left: 50%;
    margin-left: -0.66rem;
}
.focus .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.focus .hd ul:after{
    display: block;
    content: '';
    clear: both;
}
.focus .hd ul li {
    float: left;
    margin-right: 0.2rem;
    width: 0.3rem;
    height: 0.1rem;
    background: #fff;
    cursor: pointer;
}
.focus .hd ul li.on{
    background: #2368b3;
}

/*about*/
.about{width:100%;position: relative;background-size: contain;}

/*product*/
.product{
    padding: 0 0.24rem;
    margin-top: 0.5rem;
}
.product ul li{
    width: 48%;
    float: left;
    margin-bottom: 0.4rem;
    height: 2.6rem;
}
.product ul li:nth-child(2n){
    float: right;
}
.product ul li a{
    display: block;
}
.product_img{
    height: 2.15rem;
    overflow: hidden;
}
.product_img img{
    width: 100%;
}
.product_title{
    text-align: center;
    font-size: 0.26rem;
    color: #4c4c4c;
    line-height: 170%;
}

.index_product{
    padding: 0 0.24rem;
    margin-top: 0.5rem;
}
.index_product ul li{
    width: 33.3%;
    float: left;
    margin-bottom: 0.4rem;
    height:1.5rem;
}
.index_product ul li a{
    display: block;
}
.index_product ul li a .product_img{
    height: 0.46rem;
    text-align: center;
}
.index_product ul li a .product_img img{
    height: 100%;
    width: auto;
}
.index_product ul li a .product_title{
    margin: auto;
    margin-top: 0.3rem;
    text-align: center;
    font-size: 0.24rem;
    color: #4c4c4c;
}
.product_img img{
    width: 100%;
}
.product_title{
    text-align: center;
    font-size: 0.26rem;
    color: #4c4c4c;
    line-height: 170%;
}
.hr{
    height: 0.14rem;
    background: #f0eff5;
}
.title{
    font-size: 0.24rem;
    color: #364566;
    text-align: center;
    font-family: 微软雅黑;
    margin-bottom: 0.4rem;
}
.til{
    font-size: 0.36rem;
    font-family: 苹方;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-top: 0.4rem;
    margin-bottom: 0.1rem;
}
.til span{
    background: url("borIoc.png") center no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    padding-bottom: 0.1rem;
}
.borde{
    width: 1.2rem;
    height: 2px;
    margin: 0 auto;
    background: #00bfb5;
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
}
/*store*/
.store{
    width:100%;
    background-size: contain;
    margin-top: 0.24rem;
    padding: 0 0.24rem;
    margin-bottom: 0.3rem;
}
.store:after{
    content: '';
    display: block;
    clear: both;
}
.store ul li{
    width: 48%;
    height: 3.8rem;
    margin-bottom: 0.4rem;
    border: 1px solid #d8dddf;
}
.store ul li a{
    display: block;
}
.store_img{
    position: relative;
    height: 2.3rem;
}
.store_img img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}
.store_title{
    text-align: center;
    font-size: 0.28rem;
    color: #333333;
}
.store_text{
    border-top: 1px solid #d8dddf;
    text-align: center;
    font-size: 0.24rem;
    color: #b2b2b2;
    margin-top: 0.1rem;
    padding-top: 0.2rem;
}
.button{
    width: 1.8rem;
    height: 0.48rem;
    background: #006dba;
    margin: auto;
    border-radius: 0.16rem;
    margin-bottom: 0.3rem;
}
.index_hr{
    margin-top: 0.3rem;
}
.index_hr img{
    width: 100%;
}
.button a{
    color: #fff;
    display: block;
    text-align: center;
    line-height: 0.48rem;
}
/*join*/
.join{
    width:100%;
    padding:0 0.24rem;
    margin-bottom: 0.3rem;
}
.join_list{
    width: 100%;
}

.join_list ul li{
    width: 3.3rem;
    height: 2.9rem;
    margin-right: 0.2rem;
    display: inline-block;
    float: left;
    margin-bottom: 0.1rem;
}
.join_list ul li:nth-child(2n){
    float: right;
}
.join_list ul li a{
    display: block;
    height: 100%;
}
.index_study_list_img{
    height: 2.3rem;
    overflow: hidden;
}
.index_study_list_img img{
    width: 100%;
}
.index_study_list_text{
    text-align: center;
    font-size: 0.24rem;
    color: #353535;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height: 0.6rem;
}
.text_main{
    padding: 0 0.24rem;
    font-size: 0.24rem;
    color: #404040;
    text-align: justify;
    line-height: 230%;
    margin-top: 0.3rem;
}
.text_main img{
    max-width: 100%;
}
.text_main_list{
    margin-top: 0.3rem;
}
.text_main_list ul{
    background: #f5f5f5;
}
.text_main_list ul:after{
    content: '';
    display: block;
    clear: both;
}
.text_main_list ul li{
    float: left;
    width: 25%;
    border-right: 1px solid #dcdcdc;
    font-size: 0.24rem;
    text-align: center;
    cursor: pointer;
}
.product_extension{
    text-align: justify;
    line-height: 230%;
    font-size: 0.24rem;
    color: #404040;
    margin-top: 0.2rem;
    display: none;
}
.product_extension img{
    max-width: 100%;
}
.text_main_list ul li.hos{
    background: #006dba;
    color: #fff;
}
.text_main_list ul li:last-child{
    border-right: 0;
}
.news_titles{
    font-size: 0.28rem;
    color: #006dba;
    text-align: center;
    margin-bottom: 0.3rem;
}
/*关于我们*/
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.about_tite{
    margin-top: 0.3rem;
    text-align: center;
    font-size: 0.28rem;
    color: #333;
}
.about_en{
    text-align: center;
    font-size: 0.24rem;
    color: #cccccc;
    font-weight: 300;
}
.about_main{
    padding: 0 0.24rem;
    margin-top: 0.2rem;
    text-align: justify;
    line-height: 230%;
    color: #666;
    margin-bottom: 1rem;
}
.about_main img{
    max-width: 100%;
}
/*footer*/
.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    right: 0;
    margin: auto;
    max-width: 750px;
    background-color: #e45461;
    line-height: 1rem;
    z-index: 99;
}
.footer ul li{
    width: 25%;
    height: 1rem;
    float: left;
    background: #006dba;
	position: relative;
}
.footer ul li:before{
	position: absolute;
	right: 0;top: 0;
	height: 100%;
	width: 1px;
	background: #fff;
	content: "";
}
.footer ul li:last-child:before{
	display: none;
}

.footer ul li a{
    display: block;
    line-height: 1rem;
    text-align: center;
    font-size: 0.26rem;
    color: #fff;
}
.footer ul li a img{
    height: 0.55rem;
    margin-right: 0.2rem;
}

/* .footer ul li.mos{
    border-left:1px solid #fff;
    border-right: 1px solid #fff;
} */
/*关于我们*/
.index_about{
    padding: 0 0.24rem;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}
.index_about a{
    display: block;
}
.index_about_img img{
    width: 100%;
}
.index_about_title{
    color: #404040;
    font-size: 0.28rem;
    text-align: center;
    margin-top: 0.3rem;
    font-weight: bold;
}
.index_about_text:after{
    content: '';
    display: block;
    clear: both;
}
.index_about_text{
    margin-top: 0.2rem;
    text-align: justify;
    line-height: 170%;
    color: #404040;
    font-size: 0.24rem;
}
.index_about_text span{
    float: right;
    color: #006dba;
    font-size: 0.24rem;
}
/*新闻中心*/
.index_news{
    padding: 0 0.24rem;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}
.index_news ul li{
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #dcdcdc;
    height: 1.9rem;
}
.index_news ul li a{
    display: block;
    height: 100%;
}
.index_news ul li:hover .index_news_main_title{
    color: #006dba;
}
.index_news ul li:hover .botn{
    color: #006dba;
}
.index_news>a{
    display: block;
}
.index_news_top{
    height: 100%;
}
.index_news_top:after{
    content: '';
    display: block;
    clear: both;
}
.index_news_img{
    width: 40%;
    float: left;
    height: 100%;
}
.index_news_img img{
    width: 100%;
    height: 100%;
}
.index_news_main{
    width:59%;
    float: right;
}

.index_news_title{
    font-size: 0.28rem;
    color: #006dba;
}
.index_news_main_title{
    font-size: 0.28rem;
    color: #333333;
}
.index_news_text:after{
    content: '';
    display: block;
    clear: both;
}
.index_news_text{
    color: #999999;
    font-size: 0.24rem;
    line-height: 170%;
    margin-top: 0.2rem;
    text-align: justify;
}
.index_news_text span{
    float: right;
    color: #006dba;
    font-size: 0.24rem;
}
.botn{
    color: #c1c1c1;
    font-size: 0.24rem;
}
.index_news_list{
    margin-top: 0.2rem;
}
.index_news_list ul li:after{
    content: '';
    display: block;
    clear: both;
}
.index_news_list ul li{
    border-bottom: 1px dashed #e9e9e9;
    height: auto;
}
.index_news_list ul li a{

    color: #262626;
    font-size: 0.24rem;
}
.index_news_list ul li span{
    float: right;
    color: #a2a2a2;
}
.bottom{
    margin-bottom: 1.6rem;
}
.map{
    padding: 0 0.24rem;
    margin-bottom: 0.3rem;
}
.map p{
    font-size: 0.24rem;
    color: #404040;
}
.column_list{
    padding: 0 0.24rem;
    margin-top: 0.4rem;
}
.column_list ul:after{
    content: '';
    display: block;
    clear: both;
}
.column_list ul li{
    float: left;
    width: 49%;
    height: 0.66rem;
    border: 1px solid #2368b3;
    margin-bottom: 0.3rem;
}
.column_list ul li:nth-child(2n){
    float: right;
}
.column_list ul li a{
    display: block;
    height: 100%;
    line-height: 0.66rem;
    text-align: center;
    color: #666666;
}
.column_list ul li a.on{
    color: #fff;
    background: #2368b3;
}
.column_main{
    padding: 0 0.24rem;
    margin-top: 0.4rem;
}
.column_main_img img{
    width: 100%;
}
.column_main_center{
    margin-top: 0.2rem;
}
.column_main_center_title{
    font-size: 0.3rem;
    color: #2b69ab;
    padding-left: 0.24rem;
    margin-top: 0.2rem;
}
.column_main_center_text{
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
    color: #666666;
    line-height: 170%;
    text-align: justify;
}
.information_list{
    margin-bottom: 1.2rem;
    margin-top: 0.3rem;
    padding: 0 0.24rem;
}
.information_list ul li{
    height: 1.7rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0.2rem;
}
.information_list ul li>a{
    display: block;
    height: 100%;
}
.information_list_img{
    width: 2.4rem;
    height: 100%;
    float: left;
}
.information_list_img img{
    max-width: 100%;
    max-height: 100%
}
.information_list_main{
    float: right;
    width: 4.4rem;
}
.information_list_title{
    font-size: 0.28rem;
    color: #404040;
    margin-bottom: 0.1rem;
}
.information_list_text{
    font-size: 0.24rem;
    color: #999999;
    margin-bottom: 0.1rem;
}
.information_list_time{
    font-size: 0.24rem;
    color: #b1b1b1;
}
.information_list_time span{
    float: left;
}
.information_list_time i{
    float: right;
}
.column_box{
    margin-top: 0.5rem;
}
.column_box p{
    text-align: center;
    margin-bottom: 0.2rem;
}
.column_title{
    color: #333;
    font-size: 0.32rem;
    font-weight: bold;
}
.column_liu{
    color: #cccccc;
    font-size: 0.24rem;
}
.column_bord{
    border: #E5E5E5 1px solid;
}
.foot .foot_box{
    height: 0.5rem;
}
.foot p{
    text-align: center;
    font-size: 0.24rem;
    color: rgb(153, 153, 153);
}
.foot p a{
    color: rgb(153, 153, 153);
}
p.foot_bottom_img{
    width: 5rem;
    background: rgba(0,0,0,0.4);
    text-align: center;
    border-radius: 0.5rem;
    margin: 0.2rem auto;
}
.foot_bottom_img span{
    color: #fff;
}
.foot_box_bottom{
    height: 0.3rem;
}
/*分页*/
.pageClass {
    text-align: center;
    font-size: 0.28rem;
    padding-top: 0.6rem;
    clear: both;
}
.pageClass a{
    display: none;
}
.pageClass a.prv,.pageClass a.next,.pageClass>a:first-child{
    display: inline-block;
}
.pageClass span {
    padding: 0.05rem 0.16rem;
    display: inline-block;
    margin-left:0.1rem;
    font-size:0.28rem;
    color: #4e4e4e;
    border:1px solid #eeeeee;
}
.pageClass a:first-child span,.pageClass strong span{
    background-color:#4a6ebb;
    color:#ffffff;
    border-color:#4a6ebb;
}
/*内容页*/
.content{background-color: #ffffff;overflow: hidden;margin: 0.1rem 0 0;padding:0 0.2rem 0.3rem;}
.content .article_title {
    margin:0.4rem 0 0.2rem;
    text-align: center;
}
.content .article_title h3 {
    font-size: 0.34rem;
    color:#333333;
}
.content .article_title .author {
    font-size: 0.24rem;
    color: #c6c5c6;
    margin-top: 0.1rem;
}
.content .article_con {
    padding:0.2rem 0;
    font-size: 0.3rem;
    color: #333;
    text-align: justify;
    line-height: 170%;
    min-height: 5rem;
}

.content .up,.content .down {
    font-size: 0.3rem;
    text-align: left;
    color: #444444;
    font-weight: bold;
    padding:0 0.1rem;
}
.content .up a,.content .down a {
    color: #777777;
    font-weight: normal;
}
.content .up {
    margin-top: 0.3rem;
}
.content .down{margin-bottom: 0.2rem;margin-top:0.1rem;}
.header_input{
    width: 2.5rem;
    margin-left:0.4rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    color: #999999;
    font-weight: normal;
    line-height:0.26rem;
    height: 0.45rem;
    margin-top: 0.42rem;
    vertical-align: middle;
    border: #4199dd 1px solid;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    float: left;
}
.header_search{
    background: #4199dd;
    font-family: Microsoft YaHei;
    float: left;
    margin-left: 0px;
    font-size: 0.24rem;
    cursor: pointer;
    margin-top: 0.43rem;
    width:1rem;
    text-align: center;
    height: 0.45rem;
    line-height: 0.45rem;
}
.header_benner_top{
    position: absolute;
    left:0.4rem;
    top:0.8rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
}
.header_benner_foot{
    position: absolute;
    left: 0.4rem;
    top:1.44rem;
    font-size: 0.3rem;
    color: #fff;
}
.about{
    margin-top: 0.1rem;
    padding: 0 0.24rem;
}

.about ul li{
    position: relative;
    width: 32%;
    height:1.6rem;
    float: left;
    margin-right: 2%;
    overflow: hidden;
}
.about ul li:nth-child(3){
    float: right;
    margin-right: 0;
}
.about ul li img{
    width: 100%;
}
.about ul li a{
    top:0.5rem;
    left: 0.6rem;
    position: absolute;
    color: #fff;
    font-size: 0.24rem;
    text-align: center;
    padding-top: 0.5rem;
}
.wapabout_about_box{
    height: 0.3rem;
}
.wapabout_about{
    margin-top: 0.2rem;
}
.wapabout_about p{
    text-align: center;
    color: #5a5a5a;
    font-size: 0.32rem;
    line-height: 140%;
}
.wapabout_about p img{
    width: 70%;
}
.wapabout_list ul li{
    width: 2.2rem;
    float: left;
    margin-left: 0.2rem;
    text-align: center;
    background-color: #4199dd;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.05rem;
}
.wapabout_list ul li a{
    color: #fff;
    font-size: 0.24rem;
    display: block;
}
.wapabout_list ul li a.on{
    background: #ff2b00;
}
.wapabout_about_text{
    margin-top: 0.5rem;
    color: #5a5a5a;
    font-size: 0.26rem;
    overflow: hidden;
    padding: 0.24rem;
}
.wapabout_about_text img{
    width: 100%;
}

.wapproduct_pro{
    overflow-x:auto;
    padding: 0 0.24rem;
}
.wapproduct_pro ul{
    white-space:nowrap;
}
.wapproduct_pro ul li{
    display:inline-block;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #4199dd;
    width: 33.3%;
    text-align: center;
    margin-right: 0.2rem;
}
.wapproduct_pro ul li a{
    color: #fff;
    font-size: 0.32rem;
    display: block;
    padding: 0 0.1rem;
}
.wapproduct_pro ul li a.on{
    background: #ff2b00;
}
div.wapabout_about>div.wapproduct_pro>ul>li.wapproduct_list_click{
    background: #e45461;
}
.wapproduct_list{
    margin-top: 0.5rem;
    padding-left: 0.24rem;
}
.wapproduct_list ul li{
    float: left;
    margin-right: 0.14rem;
    width: 3.4rem;
    border:1px solid rgb(238, 238, 238);
    height: 3.8rem;
    margin-bottom: 0.2rem;
    text-align: center;
    overflow: hidden;
}

.wapproduct_list ul li div{
    width: 2.6rem;
    height: 2.02rem;
    margin: 0.3rem auto;
    overflow: hidden;
}
.wapproduct_list ul li div a{
    display: block;
}
.wapproduct_list ul li div a img{
    width: 100%;
}
.wapproduct_list ul li p{
    text-align: center;
    margin: 0 auto;
    width: 2.6rem;
}
.wapproduct_list ul li p a{
    font-size: 0.24rem;
    color: #5a5a5a;
    font-weight: bold;
}
.wapproduct_list ul li p a:hover{
    color: #0064d4;
}
.wapnews_sous_title{
    margin-top: 0.5rem;
}
.wapnews_sous_title p{
    text-align: center;
    margin-bottom: 0.2rem;
}
.wapnews_sous_title p:nth-child(1){
    color: #333;
    font-size: 0.32rem;
    font-weight: bold;
}
.wapnews_sous_title p:nth-child(2){
    color: #5A5A5A;
    font-size: 0.24rem;
}
.wapnews_sous_title p:nth-child(3){
    color: #868686;
    border: #E5E5E5 1px solid;
    background: #F5F5F5;
}
.wapnews_sous_main{
    color: #333;
    font-size: 0.26rem;
    padding: 0.2rem 0.5rem;
    line-height: 0.5rem;
    text-align: justify;

}
.wapnews_sous_img{
    text-align: center;
    height: 5rem;
}
.wapnews_sous_img img{
    height: 100%;
}
.wapnews_sous_ioc{
    width: 0.5rem;
}
.wapnews_sous_ioc img{
    width: 100%;
}
.wapnews_sous_img_bottom{
    margin-top: 0.3rem;
}
.wapnews_sous_center ul li{
    float: left;
    height: 1.48rem;
}
.wapnews_sous_center ul li img{
    height: 100%;
}
.wapnews_sous_text{
    margin-top: 0.2rem;
    color: #777;
    font-size: 0.28rem;
    text-align: center;
}
.wapkehu_list{
    padding: 0 0.24rem;
}
.wapkehu_list ul li{
    background: #e55461;
    height: 5.29rem;
    overflow: hidden;
    font-size: 0.24rem;
    line-height: 250%;
    color: #fff;
    text-align: justify;
}
.wapkehu_sty{
    padding: 0.3rem 0.5rem;
}
.wapkehu_list ul li img{
    width: 100%;
}
.wapnews_sous_sit{
    color: #333;
    font-size: 0.28rem;
    width: 100%;
}
.wapnews_sous_main img{
    width: 100%;
}
p.product_prit{
    margin-top: 0.2rem;
}
.wapnews_sous_main>p.product_prit,.wapnews_sous_main>p.product_next{
    color: #5a5a5a;
    font-size: 0.24rem;
    text-align: left;
}
.wapabout_list>ul.wapabout_UL>li{
    width: 20%;
}
#focus>ul>li:first-child{
    display: block;
}
#focus>ul>li>img{
    width: 100%;
}
#focus>ul>li{
    display: none;
}
/*表单样式*/
#Table1 tr td input{
    font-family: 微软雅黑;
    font-size: 0.24rem;
    border-style: solid;
    border-image: initial;
    border-radius: 5px;
    border-color: rgb(222, 222, 222);
    border-width: 1px;
    height: 0.48rem;
    color: #404040;
}
#txtmessage_5{
    font-family: 微软雅黑;
    font-size: 0.24rem;
    border-style: solid;
    border-image: initial;
    border-radius: 5px;
    border-color: rgb(222, 222, 222);
    border-width: 1px;
    height: 1.5rem;
    width: 90%;
}
#Table1 tr td{
    padding:0.2rem 0;
}
#Table1 tr td #txtcode{
    width: 40%;
}
#Table1 tr td .box div{
    display: inline;
}
#Table1 tr td #butOk{
    padding: 0 0.2rem;
    background:#0064d4;
    color: #fff;
}
