@charset "utf-8";

/* Hschubin */
* {
    margin: 0;
    padding: 0;
}

html {
    font-family: Arial, "Microsoft YaHei";
    font-size: 625%;
    color: #333;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    max-width: 640px;
    margin: auto;
    font-size: 0;
    background: #fff;
}

input {
    font-size: inherit;
}

a {
    color: inherit;
    text-decoration: none;
    outline-style: none;
    border: none;
}

ul, ol, li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: none;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

a, button, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

em, i {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: .16rem;
    font-weight: normal
}

p {
    font-size: .16rem;
}

.expand_box .bd {
    display: none;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.bl {
    float: left;
    display: inline-block;
}

.br {
    float: right;
    display: inline-block;
}

.main {
    max-width: 6rem;
    margin: 0 auto;
}

.img_box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.col-1 {
    width: 100%;
    float: left;
    display: inline-block;
}

.col-2 {
    width: 50%;
    float: left;
    display: inline-block;
}

.col-3 {
    width: 33.33%;
    float: left;
    display: inline-block;
}

.col-4 {
    width: 25%;
    float: left;
    display: inline-block;
}

.sidebar-wrapper {

    height: 100%;
    overflow: auto;
    font-size: .2rem;
}


.sidebar-wrapper {

    height: 100%;
    overflow: auto;
    font-size: .2rem;
}

#dowebok {
    background-color: rgba(0, 0, 0, .8);
}

#dowebok .nav {
    margin-top: 0.8rem;
    line-height: 0.75rem;
    list-style-type: none;
    padding: 0 0.2rem;
}

#dowebok .nav a {
    display: block;
    color: #fff;
    text-decoration: none;
}

#dowebok ul.nav li a {
    border-bottom: 1px solid #555;
    background: url(../images/right.png) no-repeat right center;
    background-size: .14rem .25rem;
    font-size: .26rem;
    text-align: center;
}

#dowebok ul.nav li h3 {
    border-bottom: 0;
    background-size: .14rem .25rem;
    font-size: .26rem;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination {
    text-align: center;
    bottom: .15rem;
    position: absolute;
    z-index: 4;
}

.banner .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    background: none;
    border: 1px solid #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
    border: 1px solid #fff;
}

.bannero {
    width: 100%;
    max-width: 6.4rem;
}

.bannero img {
    width: 100%;
}

.banner .swiper-pagination {
    text-align: center;
    bottom: .15rem;
    position: absolute;
    z-index: 4;
}

.banner .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    background: none;
    border: 1px solid #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
    border: 1px solid #fff;
}

.bannero {
    width: 100%;
    max-width: 6.4rem;
}

.bannero img {
    width: 100%;
}

.header {
    width: 6.4rem;
    height: .9rem;
}

.header h1 {
    height: .9rem;
    line-height: .9rem;
    float: left;
}

.header h1 img {
    width: 2.16rem;
    height: .68rem;
    line-height: .9rem;
    text-align: center;
    margin: 0 auto;

}

.header .menu {
    width: .5rem;
    height: .35rem;
    float: right;
    margin-top: .35rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/menu.png);
    background-size: .35rem .3rem;
}

/*.search {*/
/*padding: .2rem 0;*/
/*background: #fff;*/
/*}*/

/*.search .main {*/
/*position: relative;*/
/*}*/

/*.search form input.text {*/
/*width: 100%;*/
/*height: .5rem;*/
/*background: #eee;*/
/*border: none;*/
/*font-size: .2rem;*/
/*color: #858585;*/
/*text-indent: .1rem;*/
/*font-family: '微软雅黑';*/
/*}*/

/*.search form input.submit {*/
/*width: 1rem;*/
/*height: .5rem;*/
/*display: inline-block;*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*border: 0;*/
/*background: #939393;*/
/*color: #fff;*/
/*font-family: '微软雅黑';*/
/*font-size: .18rem;*/
/*cursor: pointer;*/
/*}*/

/*#demo-b {
    float: right;
    margin: -.2rem;
}

#demo-b input[type=search] {
    background: url(../images/search.png) .02rem .02rem no-repeat;
    background-size: .38rem auto;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    padding: .02rem 0 0 .02rem;
    font-size: .16rem;
    width: .28rem;
    height: .38rem;
    padding-left: .3rem;
    color: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    position: relative;
}

#demo-b input[type=search]:focus {
    width: 1rem;
    padding: .02rem .02rem .02rem .46rem;
    color: #000;
    background-color: #fff;
    cursor: auto;
    border: 1px solid #000;
    border-radius: 4px;
    margin-right: .2rem;
}

#demo-b input:-moz-placeholder {
    color: transparent;
}

#demo-b input::-webkit-input-placeholder {
    color: transparent;
}

.foot-mar {
    height: 0.98rem;
}

.foot {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 6.4rem;
    width: 100%;
    height: 1.01rem;
    background: url(../images/hoot_02.jpg) center center no-repeat;
    background-size: 100% auto;
}

.foot ul li {
    width: 25%;
    float: left;
    height: 1.01rem;
    color: #030303;
    font-size: .16rem;
    text-align: center;
}

.foot ul li > a {
    display: block;
    width: 100%;
    padding-top: .65rem;
}*/
.index_banner{
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: .15rem;
}
.index_banner .swiper-container{
    width: 100%;
    padding-bottom: .5rem;
}
.index_banner .swiper-container .swiper-slide {
    width: 100%;
}
.index_banner .swiper-container .swiper-slide img{
    width: 100%;
}
.index_banner .swiper-container .swiper-pagination-bullet{
    width: .7rem;
    height: .04rem;
    background: #d2d2d2;
    border-radius: 0;
    margin-right: .2rem;
}
.index_banner .swiper-container .swiper-pagination-bullet-active{
    background: #3b3b3b;
}



.i-about{

}

.tit{
    padding: .6rem 0 .5rem;
    text-align: center;
}

.tit p{
    font-size: .24rem;
    color: #dcdcdc;
    text-transform: uppercase;
}
.tit h3{
    font-size: .3rem;
    color: #333;
    font-weight: bold;
}
.tit h4{
    font-size: .16rem;
    color: #666;
    padding-top: 0.08rem;
}

.i-about .text-box{
    width: 100%;
}
.i-about .text-box p{
    font-size: .2rem;
    color: #666666;
    line-height: .36rem;
}

.more-btn{
    font-size: .24rem;
    color: #444444;
    font-weight: bold;
    margin: .7rem 0 .4rem;
}

.more-btn em{
    font-weight: normal;
    font-size: 1px;
}


.video-box{
    width: 100%;
    height: 3.45rem;
    overflow: hidden;
}






.map-box{
    width: 100%;
    height: 5rem;
    overflow: hidden;
}



.i-pro .index_tabBox .hd{
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: .48rem;
}
.i-pro .index_tabBox .hd li{
    display: inline-block;
    float: left;
    font-size: .2rem;
    color: #444;
    padding-bottom: .16rem;
    margin-right:.5rem;
	position: relative;
}
.i-pro .index_tabBox .hd li:after{
	content:"";
	position: absolute;
	left:0;
	bottom:.08rem;
	z-index: 11;
	width:100%;
	height:2px;
	background:#b40006;
	display: none;
}


.i-pro .index_tabBox .hd li.on:after{
    display: block;
}



.i-pro .index_tabBox .parBd{
    width: 100%;
}

.i-pro .index_tabBox {
	overflow: hidden;
    padding-bottom: .5rem;
}

.i-pro .index_tabBox .bd ul{
	
}
.i-pro .index_tabBox .bd li{
    display: inline-block;
    float: left;
    width: 2.92rem;
    position: relative;
    margin:0 .16rem .48rem 0;


}

.i-pro .index_tabBox .bd li .img_box{
    width: 2.92rem;
    height: 2.92rem;
    overflow: hidden;
}

.i-pro .index_tabBox .bd li .mask{
    position: absolute;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    font-size: .2rem;
    color: #fff;
    bottom: 0;
    margin: auto;
    background: #303030;
    width: 100%;
}

.i-pro .index_tabBox .bd .pro-btn a{
    width: 2.6rem;
    height: .65rem;
    line-height: .65rem;
    text-align: center;
    border: 1px solid #c9c9c9;
    text-transform: uppercase;
    font-size: .22rem;
    color: #444444;
    display: inline-block;
    margin-left: 1.7rem;
}

.i-pro .index_tabBox .bd li:nth-child(2n){
    margin-right: 0;
}


.i-join{

}

.i-join .img_box{
    width: 100%;
    height: 3.28rem;
    overflow: hidden;
}

.i-join .text-box{

    margin: 0 auto;
    padding: .55rem .2rem .6rem;
    background: #efefef;
}

.i-join .text-box h3{
    font-size: .3rem;
    color: #444444;
    text-indent: .24rem;
    position: relative;
    padding-bottom: .3rem;
}

.i-join .text-box h3:after{
    position: absolute;
    content: '';
    width: .03rem;
    height: .33rem;
    background: #b40006;
    left: 0;
    top: .04rem;
    margin: auto;
}

.i-join .text-box p{
    font-size: .2rem;
    color: #666;
    line-height: .36rem;
    padding-bottom: .3rem;
}

.i-join .text-box .join-btn a{
    font-weight: bold;
    font-size: .24rem;
    color: #444444;
}

.i-join .text-box .join-btn em{
    font-weight: normal;
    font-size: 1px;
}

.i_news .tit {
    padding-top: 0;
}
.i_news .swiper-container{
    width: 100%;
    position: relative;
    padding-bottom: 1.3rem;


}

.i_news .swiper-container .swiper-slide{
}


.i_news .swiper-container .swiper-slide .list-box{
    width: 5.15rem;
    text-combine: center;
    margin: 0 auto;

}

.i_news .swiper-container .swiper-slide .list-box .pic-box{
    width: 5.15rem;
    height: 3.07rem;
}

.i_news .swiper-container .swiper-slide .list-box .text-box{
    padding: .45rem .2rem;
    border: 1px solid #f3f3f3;
}

.i_news .swiper-container .swiper-slide .list-box .text-box h3{
    font-size: .22rem;
    color: #444444;
}

.i_news .swiper-container .swiper-slide .list-box .text-box h4{
    font-size: .18rem;
    color: #888;
    padding: .2rem 0 .3rem;
}

.i_news .swiper-container .swiper-slide .list-box .text-box h2{
    font-size: .2rem;
    color: #666;
    font-weight: bold;
}
.i_news .swiper-container .swiper-slide .list-box .text-box em{
    font-weight: normal;
}
.i_news .swiper-container .swiper-slide .list-box .text-box p{
    font-size: .2rem;
    color: #888;
    line-height: .3rem;
    padding-bottom: .4rem;
}
.i_news .swiper-container .swiper-pagination{
    position: absolute;
    bottom: .65rem;
    left: 0;
    margin: auto;
}
.i_news .swiper-container .swiper-pagination-bullet{
    width: .2rem;
    height: .2rem;
    border-radius: 100%;
    background: #b0b0b0;
    margin-right: .2rem;

}



.copyright{
    text-align: center;
    padding:  .35rem 0;
    background: #ececec;
}

.copyright p{
    font-size: .2rem;
    color: #444444;
    line-height: .34rem;
}


.foot-mar {
    height: 0.98rem;
}

.foot {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 6.4rem;
    width: 100%;
    height: 1.01rem;
    background: url(../images/foot.jpg) center center no-repeat;
    background-size: 100% auto;
}

.foot ul li {
    width: 20%;
    float: left;
    height: 1.01rem;
    color: #fff;
    font-size: .2rem;
    text-align: center;
}

.foot ul li > a {
    display: block;
    width: 100%;
    padding-top: .6rem;
}






/*product*/


.inc-banner{
    width: 100%;
}


.pro-link .expand_box .li01 .hd h3{
    font-size: .22rem;
    width: 100%;
    height: .6rem;
    background: #434343 url("../images/next.png") no-repeat right .2rem center;
    margin-bottom: .05rem;
    color: #fff;
    line-height: .6rem;
    text-indent: .25rem;
    display: inline-block;
    background-size: .12rem .2rem;
}

.pro-link .expand_box .li01 .bd{

}
.pro-link .expand_box .li01 .bd li{
    font-size: .2rem;
    color: #444;
    text-indent: .25rem;
    line-height: .6rem;
    height: .6rem;
    background: #e4e4e4;
    margin-bottom: .05rem;
}



.pro-case li{
    width: 2.92rem;
    display: inline-block;
    float: left;
    margin-right: .16rem;
    margin-top: .5rem;
}

.pro-case li .img_box{
    width: 2.92rem;
    height: 2.92rem;
    overflow: hidden;
}
.pro-case li p{
    font-size: .2rem;
    color: #444;
    text-align: center;
    padding-top: .2rem;
}

.pro-case li:nth-child(2n){
    margin-right: 0;
}






/*pro-views*/

.pro-r-link a{
    width: 100%;
    height: .6rem;
    font-size: .22rem;
    color:#fff;
    background: #434343 url("../images/next.png") no-repeat right .2rem center;
    text-indent: .25rem;
    background-size: .12rem .2rem;
    line-height: .6rem;
    display: block;
}

.pro_views{

}

.pro_views .swiper-container{
    width: 100%;
    position: relative;
}

.pro_views .swiper-container .swiper-slide{
    width: 100%;
}

.pro_views .swiper-container .swiper-slide .list-box{
    padding: .55rem .45rem;

}

.pro_views .swiper-container .swiper-slide .list-box .pic-box{
    width: 5.2rem;
    height: 5.2rem;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.pro_views .swiper_prev{
    width: .4rem;
    height: 1rem;
    background: rgba(0,0,0,0.5);
    position: absolute;
    background-image: url(../images/prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    left:.08rem;
    top:2.7rem;
    z-index: 300;
    background-size: .2rem .35rem;

}
.pro_views .swiper_next{
    width: .4rem;
    height: 1rem;
    background: rgba(0,0,0,0.5);
    position: absolute;
    right:.08rem;
    top:2.7rem;
    background-image: url(../images/next.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 300;
    background-size: .2rem .35rem;


}

.pro_views .text-box{

}

.pro_views .text-box h3{
    font-size: .28rem;
    color: #222222;
    padding-bottom: .15rem;
    border-bottom: .01rem solid #e8e8e8;
    margin-bottom: .2rem;
}

.pro_views .text-box p{
    font-size: .2rem;
    color: #666;
    padding-top: .1rem;
}

.pro_views .text-box em{
    color: #b40006;
}

.pro_views .text-box i{
    padding: 0 .1rem;
}
.pro_views .text-box .pro-v-l{
    margin: .6rem 0 .4rem 0;
    font-size: .2rem;
    color: #666;
}

.pro_views .text-box .pro-v-l li{
    display: inline-block;
    width: 1.7rem;
    text-align: center;
}

.VR-box{
    background: url("../images/vr-bg.png") no-repeat center center;
    width: 100%;
    height: 5.2rem;
    background-size:100% 5.2rem;
    position: relative;


}
.VR-box .list-box{
    width: 5.6rem;
	padding:.7rem 0 .5rem 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.VR-box .pic-box{
    width: 5.6rem;
    height: 3.06rem;
	line-height:3.06rem;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;


}

.VR-box .mask{
    width: 5.6rem;
    height: .5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    background: rgba(0,0,0,0.5);

}

.VR-box .mask h3{
    font-size: .2rem;
    color: #fff;
    line-height: .5rem;
    text-align: center;
}


.views-xg .tit h3{
    font-weight: normal;
    font-size: .28rem;
    color: #666;
}


.views-xg  .xg-case{

}

.views-xg  .xg-case li{
    display: inline-block;
    width: 2.92rem;
    margin-right: .16rem;
    margin-bottom: .5rem;
}
.views-xg  .xg-case li .img_box{
    width: 2.92rem;
    height: 2.92rem;
    overflow: hidden;
}

.views-xg  .xg-case li p{
    text-align: center;
    font-size: .2rem;
    color: #666;
    padding-top: .15rem;
    
}
.views-xg  .xg-case li:nth-child(2n){
    margin-right: 0;
}




/*about*/
.about .text-box{
    background: url("../images/about-bg-2.png") /* no-repeat center center */;
    width: 100%;
    /*height: 9.55rem;*/
	/* height: 12.3rem; */
    /*background-size:100% 9.55rem;*/
	background-size:100% 12.3rem;
}

.about .text-box .tit2{
    text-align: center;
    padding: .48rem 0 .4rem;
}

.about .text-box .tit2 p{
    text-transform: uppercase;
    font-size: .24rem;
    color: #dcdcdc;
    padding: 0;
}

.about .text-box .tit2 h3{
    font-size: .3rem;
    color: #333333;

}

.about .text-box .tit2 h3 em{
    font-weight: bold;
}
.about .text-box p{
    font-size: .2rem;
    color: #666666;
    padding: 0 .3rem .28rem .3rem;
    line-height: .38rem;

}


.about-com .img_box{
    width: 6.4rem;
    height: 3.28rem;
    overflow: hidden;
}

.about-com .text-box2{
    padding: .4rem .2rem 0 .2rem;
    height: 3rem;
    background: #efefef;
}

.about-com .text-box2 h3{
    font-size: .3rem;
    color: #444444;
    position: relative;
    text-indent: .12rem;
    padding-bottom: .4rem;
}

.about-com .text-box2 h3:after{
    position: absolute;
    width: .03rem;
    height: .3rem;
    top: .05rem;
    left: 0;
    margin: auto;
    background: #b40006;
    content: '';

}

.about-com .text-box2 p{
    font-size: .2rem;
    color: #444444;
    line-height: .35rem;
}


.about_hall {
    padding-bottom: .6rem;
}
.about_hall .hd{
    text-align: center;
    margin-bottom: .48rem;

}
.about_hall .hd li{
    display: inline-block;
    width: 1.9rem;
    height: .45rem;
    border-radius: .25rem;
    line-height: .45rem;
    font-size: .2rem;
    color: #fff;
    background: #242424;
    margin-right: .3rem;
}
.about_hall .hd li.on{
    background: #b40006;
}



.about_hall .tabBox .parBd{
    width: 6.4rem;

}


.about_hall .tabBox .parBd .bd .slide{
    width: 6.4rem;

}


.tempWrap{ width:6.4rem !important }
.about_hall .tabBox .swiper-container{
    position: relative;
    width: 6.4rem;
    margin: 0;

}

.about_hall .tabBox .swiper-container .swiper-slide{
    width: 6.4rem;
}

.about_hall .tabBox .swiper-container .swiper-slide .list-box{
    width: 6.4rem;
}

.about_hall .tabBox .swiper-container .swiper-slide .list-box .pic-box{
    width: 6.4rem;
    height: 4.2rem;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.about_hall .tabBox .swiper-container .swiper-slide .list-box  p{
    text-align: center;
    font-size: .2rem;
    color: #444444;
    line-height: .6rem;
}

.about_hall .tabBox .swiper-container .swiper_prev{
    width: .6rem;
    height: .7rem;
    background: rgba(0,0,0,0.5);
    background-image: url(../images/prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    left:.2rem;
    top:1.75rem;
    position: absolute;
    z-index: 300;
    background-size: .2rem .35rem;

}
.about_hall .tabBox .swiper-container .swiper_next{
    width: .6rem;
    height: .7rem;
    background: rgba(0,0,0,0.5);
    right:.2rem;
    top:1.75rem;
    position: absolute;
    background-image: url(../images/next.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 300;
    background-size: .2rem .35rem;


}




/*case*/



.case{

}

.case li{
    display: inline-block;
    width: 2.9rem;
    margin-right: .2rem;
    margin-top: .5rem;
}

.case li .img_box{
    width: 2.9rem;
    /*height: 2.1rem;*/
    height: 1.6rem;
    overflow: hidden;
}

.case li .img_box img{
    width: 100%;
    height: 100%;
}

.case li p{
    font-size: .2rem;
    color: #444444;
    padding-top: .2rem;
    text-align: center;
}

.case li:nth-child(2n){
    margin-right: 0;
}


.pages{
    text-align: center;
    margin: .8rem 0;
}
.pages li{
    display: inline-block;
    border: .01rem solid #dcdcdc;
    margin-right: .15rem;

}
.pages .first{
    width: .7rem;
    height: .45rem;
    line-height: .45rem;
    font-size: .18rem;
    color: #444444;
    display: inline-block;
    text-align: center;
}

.pages .last{
    width: .85rem;
    height: .45rem;
    line-height: .45rem;
    font-size: .18rem;
    color: #444444;
    display: inline-block;
    text-align: center;
}
.pages .num{
    width: .45rem;
    height: .45rem;
    line-height: .45rem;
    font-size: .18rem;
    color: #444444;
    display: inline-block;
    text-align: center;
}

.pages li.on{
    background: #393939;
    color: #fff;
    border: .01rem solid #393939;
}



/*contact*/
.contact{

}

.tit3{
    padding: .5rem 0 .4rem;
}

.tit3 p{
    font-size: .34rem;
    color: #c7c7c7;
    text-transform: uppercase;
}

.tit3 h3{
    font-size: .3rem;
    color: #444;
    padding-bottom: .2rem;
    border-bottom: .04rem solid #f2f2f2;
}



.contact .address-box .text-box p{
    font-size: .2rem;
    color:#444444;
    line-height: .35rem;
}
.contact .address-box .text-box .code-box{
    width: 1.58rem;
    padding: .4rem 0 .4rem;
}

.contact .address-box .text-box .code-box .img_box{
    width: 1.58rem;
    height: 1.58rem;
    overflow: hidden;
}

.contact .address-box .text-box .code-box p{
    text-align: center;
    font-size: .2rem;
    color: #898989;
}

.message{

}

.message .apply input{
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    font-size: .2rem;
    color: #666;
    background: #eeeeee;
    margin-bottom: .2rem;
    border: 1px solid #fff;
}

.message .apply textarea{
    width: 100%;
    height: 2.4rem;
    padding-top: .2rem;
    font-size: .2rem;
    color: #666;
    background: #eeeeee;
    border: 1px solid #fff;
    margin-bottom: .4rem;

}

.message .apply .Ver-code{

}
.message .apply .Ver-code li{
    display: inline-block;
    float: left;
}

.message .apply .Ver-code li input{
    width: 2.5rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .2rem;
    color: #666;
    background: #eeeeee;
    margin-bottom: .2rem;
    border: 1px solid #fff;
    margin-right: .2rem;
}

.message .apply .Ver-code li .img_box{
    width: 1.6rem;
    height: .6rem;
    overflow: hidden;
}


.message .apply button{
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    font-size: .2rem;
    color: #fff;
    background: #464646;
    border: 1px solid #464646;

    margin-bottom: .8rem;
}








/*net*/


.inc-link{
    margin-top: .3rem;
}
.inc-link li{
    display: inline-block;
    width: 2.92rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    font-size: .22rem;
    color: #333333;
    background: #d3d3d3;
    margin-right: .16rem;
}
.inc-link li.on{
    background: #464646;
    color: #fff;
}
.inc-link li:nth-child(2){
    margin-right: 0;
}
.serivce{
    margin-bottom: .9rem;
}
.serivce .form_box{
    padding: .55rem 0 .35rem;
}
.serivce .form_box select{
    width: 100%;
    height: .65rem;
    text-indent: .2rem;
    border-radius: .1rem;
    font-size: .22rem;
    color: #666;
    line-height: .65rem;
    margin-bottom: .25rem;
}
.serivce .form_box input{
    width: 100%;
    height: .65rem;
    text-align: center;
    line-height: .65rem;
    color: #fff;
    border-radius: .1rem;
    background: #da251d;
    font-size: .24rem;
    border: 1px solid #da251d;
}
.serivce .s-results h3{
    font-size: .26rem;
    color: #444;
    padding: .8rem 0 .6rem;
}
.serivce .s-results h3 i{
    color: #dd3f39;
}
.serivce .s-results .content_box {
    width: 100%;
    padding-bottom: .45rem;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: .35rem;

}
.serivce .s-results .content_box em{
    width: .4rem;
    height: .4rem;
    font-size: .24rem;
    color: #fff;
    background: #da251d;
    line-height: .4rem;
    text-align: center;
    float: left;
    border-radius: 100%;

}
.serivce .s-results .content_box .text_box{
    width: 5.35rem;
    float: right;
}
.serivce .s-results .content_box .text_box h4{
    font-size: .26rem;
    color: #444444;
    padding-bottom: .25rem;
}
.serivce .s-results .content_box .text_box p{
    font-size: .22rem;
    color: #666666;
    padding-top: .1rem;
}






/*news*/


.news .list-box{
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: .4rem 0;
}

.news .list-box .img_box{
    width: 2.45rem;
    height: 1.46rem;
    overflow: hidden;
    float: left;
}

.news .list-box .text-box{
    width: 3.35rem;
    background: #f1f1f1;
    float: right;
    padding: 0 0 0 .2rem;
    height: 1.46rem;
}

.news .list-box .text-box h3{
    font-size: .22rem;
    color: #444444;
    padding: .2rem 0 .1rem;
}

.news .list-box .text-box p{
    font-size: .18rem;
    color: #888888;
    line-height: .34rem;
}






/*news-views*/

.views-tit{
    text-align: center;
    padding: .6rem 0 ;
}
.views-tit h3{
    font-size: .3rem;
    color: #444;
    padding-bottom: .1rem;
    border-bottom: 1px solid #d1d1d1;
}
.views-tit p{
    font-size: .24rem;
    color: #666;
    padding-top: .1rem;
}
.views .text_box{
    padding-bottom: .3rem;
    border-bottom: 1px solid #d1d1d1;
}
.views .text_box p{
    text-indent:.3rem ;
    font-size: .2rem;
    line-height: .3rem;
    padding-bottom: .2rem;


}

.views_link{
    margin: .3rem 0 .5rem;
}
.views_link li{
    font-size: .2rem;
    color: #666;
    padding-bottom: .2rem;
}



/*join*/


.join .list-box{
    margin-top: .25rem;
}

.join .list-box .img_box{
    width: 100%;
    height: 4.65rem;
    overflow: hidden;
}

.join .list-box .text-box{
    padding: .6rem 0 .1rem;
}

.join .list-box .text-box h3{
    font-size: .24rem;
    color: #ff0808;
    font-weight: bold;
    padding-bottom: .05rem;
}

.join .list-box .text-box p{
    font-size: .2rem;
    color: #666666;
    margin-bottom: .4rem;
    line-height: .35rem;
}

.join .tit{
    padding-top: 0;
}
.join_slide .swiper-container{
    width: 100%;
    position: relative;
    padding-bottom: .9rem;
}

.join_slide .swiper-container .swiper-slide{
    width: 100%;
}

.join_slide .swiper-container .swiper-slide .list-box{
    width: 100%;
}

.join_slide .swiper-container .swiper-slide .list-box .img_box{
    width: 100%;
    height: 4.2rem;
    overflow: hidden;
}
.join_slide .swiper-container .swiper-slide .list-box  p{
    text-align: center;
    font-size: .2rem;
    color: #444444;
    line-height: .6rem;
}

.join_slide .swiper-container .swiper_prev{
    width: .6rem;
    height: .7rem;
    background: rgba(0,0,0,0.5);
    position: absolute;
    background-image: url(../images/prev.png);
    background-position: center center;
    background-repeat: no-repeat;
    left:0;
    top:2rem;
    z-index: 300;
    background-size: .2rem .35rem;

}
.join_slide .swiper-container .swiper_next{
    width: .6rem;
    height: .7rem;
    background: rgba(0,0,0,0.5);
    position: absolute;
    right:0;
    top:2rem;
    background-image: url(../images/next.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 300;
    background-size: .2rem .35rem;


}
.pages{
    text-align: center;
    margin: 40px 0 40px;
}
.pages li{
    font-size: 14px;
    color: #444444;
    margin-right: 10px;
}
.pages .fist{
    width: 54px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border: 1px solid #d2d2d2;
}
.pages .second{
    width: 66px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border: 1px solid #d2d2d2;
}

.pages .num{
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border: 1px solid #d2d2d2;
}

.pages li.on,.pages li:hover{
    background: #393939;
    color: #fff;
}