@charset "utf-8";
html{font-size: 100px;}
@media (max-width: 1600px){html{font-size: 95px;}}
@media (max-width: 1440px){html{font-size: 90px;}}
@media (max-width: 1220px){html{font-size: 85px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 991px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 60px;}}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,button,input,textarea{padding:0px; margin:0px; border:none; font-weight: normal; font-family: "Microsoft YaHei","PingFang HK","Arial", \5b8b\4f53;}
body, button, input, select, textarea, a, span { font-family: "Microsoft YaHei","PingFang HK","Arial", \5b8b\4f53;}
ul, ol ,li{ list-style: none; }
img {margin:0; border:0; padding:0;}
b {font-family:Tahoma; font-weight:300; }
a { text-decoration:none; }
a:hover { text-decoration:none;  }
.clear { clear: both;}
input:focus,
select:focus,
button:focus,
textarea:focus { outline:none;}
a,a:hover,a:active,a:visited,a:link,a:focus{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	text-decoration: none
}
.container2{width: auto; margin: 0 15px; padding: 0;}
@media (min-width: 640px){.container2{margin: 0 7.8125%;}}
@media (min-width: 1200px){.container2{margin: 0 10%;}}
@media (min-width: 1600px){
	.container2{margin: 0 12.5%;}
	.details_box{margin: 0 7%;}
	.page_box{margin: 0 7%;}
}

body {
    margin: 0 auto;
    overflow-x: hidden;
	width: 100%;
	background: #fff;
}
.bg_fff{
	background: #fff;	
}
.fl{float: left !important;}
.fr{float: right !important;}

.mb6{margin-bottom: .6rem !important;}
.pd0{padding: 0 !important;}

/*css效果*/
.css_style{
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;}


@font-face
{
	font-family: Din;
	src: url("../images/DIN%20Regular_0.html");
}



/*导航*/
.header {
    width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	transition: all 0.3s;
	border-bottom: 1px solid rgba(255,255,255,.4);
	background-color: rgba(39,39,99);
}
.header .logo {
    padding: .14rem 0;
	display: block;
    overflow: hidden;    
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.header .logo img {
    max-height: .4rem;
}
.header .logo .logo_1 {
	display: block;
}
.header .logo .logo_2 {
	display: none;
}

.nav > li{
	float: left;
	line-height: .68rem;
	position: relative;
	transition: all 0.3s;
}
.nav > li:hover {
    background: #ddd;
}
.nav > li > a {
	padding: 0 .3rem;
    font-size: .16rem;
    color: #FFF;
	transition: all 0.3s;
}
.nav > li > a.on:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    left: 50%;
    position: absolute;
    bottom: -1px;
    margin-left: -20px;
}
.nav > li > ul{
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: .68rem;
	border-radius: 0 0 .06rem .06rem;
	overflow: hidden;
	background: #ddd;
}
.nav > li:hover > ul{
	display: block;
}
.nav > li > ul > li{
	text-align: center;
	line-height: .5rem;
	border-bottom: 1px dotted #e5e5e5;
}
.nav > li > ul > li:last-child{
	border-bottom: none;
}
.nav > li > ul > li:hover{
	background: #272763;
}
.nav > li > ul > li a{
	display: block;
	color: #666;
}
.nav > li > ul > li:hover a{
	color: #fff;
}

.app_nav{
	display: none;
	float: right;
	margin: .2rem 0 0 0;
	transition: all .3s ease-in-out;
	position: relative;
	cursor: pointer;
}
.app_nav span {
    display: block;
    width: .3rem;
    height: 2px;
	margin: .08rem 0;
	background: #fff;
	transition: all .3s ease-in-out;
}
.app_nav span:nth-child(2) {
    width: .24rem;
	margin-left: .06rem;
}

.app_nav_pull {
    height: 0;
    width: 100%;
	padding: 0 15px;
    position: fixed;
    z-index: 11;
    left: 0;
    top: .68rem;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.app_nav_pull.open {
    height: 100%;
}
.app_nav_pull li {
    line-height: .8rem;
    border-bottom: 1px solid #f2f2f2;
    font-size: .24rem;
	position: relative;
}
.app_nav_pull li a {
    display: block;
	width: 100%;
    color: #222629;
	position: relative;
}
.app_nav_pull li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    border-right: 1px solid rgba(0,0,0,.5);
    border-bottom: 1px solid rgba(0,0,0,.5);
    transform: rotate(-45deg);
    transition: all .3s;
}
.app_nav_pull li:hover a {
	color: #0066b3;
}
.app_nav_pull li:hover:after {
	border-right: 1px solid #0066b3;
    border-bottom: 1px solid #0066b3;
}

.header_white,
.header_fixed{
	background: rgba(255,255,255,0.95);
	border-bottom: none;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.header_fixed .nav > li > a {
    color: #233333;
}
.header_fixed .nav > li > a:hover {
    color: #fff;
}
.header_fixed .nav > li > a.on:after {
    background: #212628;
}
.header_white .logo .logo_1,
.header_fixed .logo .logo_1 {
	display: none;
}
.header_white .logo .logo_2,
.header_fixed .logo .logo_2 {
	display: block;
}
.header_white .app_nav span,
.header_fixed .app_nav span {
	background: #212628;
}

.header_white .app_nav {    
	margin: .4rem 0 0 0;
}
.header_white .app_nav span {
    width: .36rem;
	height: 2px;
    margin: -.03rem;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header_white .app_nav span:nth-child(2) {
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header_white .app_nav span:last-child {
	display: none;
}
/*导航 结束*/



/*侧边栏*/
.side_box{
	width: .64rem;
	position: fixed;
	top: 50%;
	right: .4rem;
	background: #0066b3;
	border: 1px solid #005ca1;
	border-radius: .06rem;
	z-index: 2;
}
.side_box li{
	cursor: pointer;
	text-align: center;
	padding: .1rem 0;
	position: relative;
	font-size: .12rem;
	color: #fff;
	background: url(../images/side_li_bg.jpg) repeat-x 0px bottom;
}
.side_box li:hover{
	background: rgba(0,0,0,0.1) url(../images/side_li_bg.jpg) repeat-x 0px bottom;
}
.side_box .li_totop{
	background: none;
}
.side_box .li_totop:hover{
	background: rgba(0,0,0,0.1);
}
.side_box li .ico{
	display: block;
	width: 22px;
	height: 20px;
	margin: 0 auto 6px;
	background: url(../images/side_ico.png) no-repeat center 0px;
}
.side_box .li_ewm .ico{
	background-position: center -20px;
}
.side_box .li_totop .ico{
	background-position: center -40px;
}
.side_box li .ewm_img{
	display: none;
	position: absolute;
	top: 0;
	left: -1.34rem;
	width: 1.24rem;
	height: 1.24rem;
	border: 1px solid #e5e5e5;
	border-radius: .04rem;
}
.side_box li .ewm_img img{
	max-width: 100%;
}
.side_box li .ewm_img:before {
    content: "";
    width: 5px;
    height: 12px;
    display: block;
    position: absolute;
    right: -5px;
    top: 26px;
    background: url(../images/jt_bg_1.png) no-repeat 0px 0px;
}
.side_box li:hover .ewm_img {
    display: block;
}
/*侧边栏 结束*/




/*底部*/
.footer{
	background: #393d40;
	position: relative;
}
.foot_box{
	overflow: hidden;
	padding-top: .4rem;
}
.foot_box .fir_div {
	width: 30%;
}
.foot_box .sed_div {
	width: 20%;
}
.foot_box .thir_div  {
	width: 35%;
}
.foot_box .four_div  {
	text-align: right;
}
.foot_box dt {
	overflow: hidden;
	font-size: .18rem;
	font-weight: normal;
	color: #fff;
	margin-bottom: .2rem;
}
.foot_box dd {
	overflow: hidden;
}
.foot_box dd h1{
	color: rgba(255,255,255,0.4);
	font-size: .30rem;
	font-family: "Din";
	font-weight: bold;
	margin: 0;
}
.foot_box dd .foot_a{
	display: block;
	width: 1.28rem;
	text-align: center;
	height: .42rem;
	line-height: .42rem;
	border-radius: .21rem;
	font-size: .16rem;
	color: rgba(255,255,255,0.3);
	border: 1px solid rgba(255,255,255,0.3);
	margin-top: .3rem;
	transition: all 0.3s ease-out 0s;
}
.foot_box dd .foot_a:hover{
	background: rgba(0,0,0,0.3);
}
.foot_box dd p{
	line-height: .3rem;
	font-size: .15rem;
	color: rgba(255,255,255,0.4);
	margin-bottom: 0;
}
.foot_box dd a{
	display: block;
	line-height: .3rem;
	font-size: .15rem;
	color: rgba(255,255,255,0.4);
}
.foot_box dd a:hover{
	color: rgba(255,255,255,0.6);
}
.foot_box dd span{
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: .04rem;
	overflow: hidden;
}
.foot_box dd span img{
	max-width: 100%;
}


.copyright{
	text-align: center;
	font-size: .14rem;
	padding: .2rem 0;
	color: rgba(255,255,255,0.4);
	background: #2e3133;
}
.copyright a{
	color: rgba(255,255,255,0.4);
	padding: 0 5px;
}
.copyright a:hover{
	color: rgba(255,255,255,0.6);
}
/*底部结束*/



/*内页banner*/
.banner_box{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner_box img{
	max-width: 100%;
}
/*内页banner 结束*/



/*当前位置*/
.breadCrumb {
	overflow: hidden;
	padding: .2rem 0;
	background: url(../images/breadCrumb_bg.jpg) no-repeat 0 center;
	margin-bottom: .3rem;
}
.breadCrumb .bread_left {
	float: left;
	color: #fff;
	font-size: .24rem;  
	background: url(../images/jt_ico_2.png) no-repeat 2rem center;
	padding-right: 1.6rem;
}
.breadCrumb .bread_right {
	float: right;
	text-align: right;
}
.breadCrumb .bread_right a {
	padding: 0 .3rem;
	font-size: .18rem;
	color: #222629;
	position: relative;
}
.breadCrumb .bread_right a:hover:after {
	display: block;
	content: "";
    width: 40px;
    height: 2px;
    left: 50%;
    position: absolute;
    bottom: -25px;
    margin-left: -20px;
	background: #212628;
}
/*当前位置 结束*/



/*------------index.html  start----------------*/
.title{
	margin: 0 auto .4rem;
	position: relative;
}
.title span{
	color: #f0f5fa;
	font-size: .54rem;
	font-weight: bold;
	text-transform:uppercase;
}
.title h1{
	color: #222629;
	font-size: .36rem;
	font-weight: bold;
	margin: 0;
}



.banner_pc{	display: block;}
.banner_wap{ display: none;}
.banner_pc .swiper-button-next,
.banner_pc .swiper-button-prev {
	bottom: .4rem;
}
.banner_pc .swiper-button-prev {
	right: 1.06rem;
}
.banner_pc .swiper-button-next{
	right: .4rem;
}

.banner_pc .container2{
	position: relative;
}
.banner_pc .ban_text {
    position: absolute;
	color: #272763;
	top: 32%;
}
.banner_pc .ban_text h1 {
	font-size: .52rem;
	font-weight: bold;
	margin-bottom: .3rem;
    transition: all 0.5s ease;
}
.banner_pc .ban_text p {
	font-size: .2rem;
	margin-bottom: .5rem;
	color: #999999;
    transition: all 0.5s ease;
}
.banner_pc .ban_text a {
    width: 2rem;
	height: .6rem;
	line-height: .56rem;
	
	padding: 0 .2rem;
    border: .02rem solid #272763;
	border-radius: .04rem;
    font-size: .18rem;
    z-index: 2;
    display: block;
    color: #272763;
    transition: all 0.5s ease;
	background: url(../images/jt_ico_2.png) no-repeat 1.64rem center;
}
.banner_pc .ban_text a:hover {
	background: rgba(255,255,255,0.2) url(../images/jt_ico_2.png) no-repeat 1.74rem center;
}

.banner_wap .swiper-button-next,
.banner_wap .swiper-button-prev {
	bottom: .4rem;
}
.banner_wap .swiper-button-prev {
	right: 1.06rem;
}
.banner_wap .swiper-button-next{
	right: .4rem;
}


.business{
	overflow: hidden;
	margin: .6rem auto .8rem;
}
.business .title{
	position: relative;
}
.business .swiper-button-next,
.business .swiper-button-prev {
	top: 2.4rem;
}
.business .swiper-button-prev {
	left: 0;
}
.business .swiper-button-next{
	left: .66rem;
}

.business li{
	float: left;
}
.business li:first-child{
	margin-left: 30px;
}

.business li h1{
	margin: .1rem 0 .24rem;
	font-size: .28rem;
	color: #222629;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	transition: all 0.5s ease;
}
.business li .bus_img{
	width: 100%;
	overflow: hidden;    
	margin-top: .1rem;
	transition: all 0.5s ease;
}
.business li:hover h1{
	margin-top: 0;
}
.business li .bus_img:hover{
	margin-top: 0;
	box-shadow: 0 5px 20px rgba(0,58,102,0.3);
}
.business li .bus_img img{
	width: 100%;
}
.business li p{
	margin: .12rem 0 0;
	font-size: .16rem;
	line-height: .28rem;
	color: #96a1ab;    
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




.join{
	overflow: hidden;
	margin: 0 auto .5rem;
}
.join_left{
	width: 100%;
	height: 4.2rem;
	padding: .7rem 0 0;
	overflow: hidden;
	background: url(../images/join_img.jpg) no-repeat 0px 0px;
	background-size: auto 100%; 
}
.join_left .title:after {
	content: '';
	display: block;
	width: .4rem;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -.4rem;
	left: 0;
}
.join_left .title h1 {
    color: #fff;
}

.join_scroll{
	height: 4.2rem;
	background: #f5f8fa;
}
.join_scroll li{
	padding: .6rem 0 0 1.2rem;
}
.join_scroll li h1{
	font-size: .24rem;
	position: relative;
	margin-bottom: .7rem;
}
.join_scroll li h1:after{
	content: '';
	display: block;
	width: .4rem;
	height: 2px;
	background: #e6ecf3;
	position: absolute;
	bottom: -.3rem;
	left: 0;
}
.join_scroll li h1 span{
	padding-left: .2rem;
	font-size: .16rem;
	color: #96a2ab;
}
.join_scroll li .number{
	display: block;
	font-family: "Din";
	font-size: .64rem;
	font-weight: bold;
	color: #e6edf2;
	position: absolute;
	top: .5rem;
	left: 6.8rem;
}
.join_scroll li p{
	line-height: .3rem;
	font-size: .16rem;
	color: #707880;
}
.join_scroll .swiper-button-next,
.join_scroll .swiper-button-prev {
	bottom: .6rem;
}
.join_scroll .swiper-button-prev {
	left: 1.2rem;
}
.join_scroll .swiper-button-next{
	left: 1.88rem;
}



.news{
	overflow: hidden;
	margin-bottom: .8rem;
}
.title_box{
	overflow: hidden;
}
.news .title{
	width: 36%;
	float: left;
}
.news .tab_box{
	width: 64%;
	margin-top: .6rem;
	text-align: right;
	display: block;
	float: right;
}
.tab_box a{
	font-size: .22rem;
	color: #96a1ab;
	position: relative;
	padding: 0 .2rem;
    transition: all 0.5s ease;
}
.tab_box a:hover:after{
	content: '';
    display: block;
    width: .4rem;
    height: 2px;
    background: #a41e33;
    position: absolute;
    bottom: -.2rem;
    left: 50%;
	margin-left: -.2rem;
}
.tab_box a:hover{
	color: #bb2d43;
}

.news_box{
	overflow: hidden;
}
.news_box li{
	float: left;
	width: 30%;
	margin: .1rem 0 .4rem 5%;
}
.news_box li:nth-child(3n+1){
	margin: .1rem 0 .4rem 0;
}
.news_box li .news_img {
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}
.news_box li .news_img:hover{
	box-shadow: 0 5px 20px rgba(0,58,102,0.3);
}
.news_box li .news_img img {
    width: 100%;
    transition: all 0.5s ease;
}
.news_box li .news_img:hover img {
	-moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.news_box li h1 {
	margin: .24rem 0 0;
    font-size: .22rem;
    color: #222629;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_box li p {
	margin: .16rem 0 0;
    font-size: .16rem;
    color: #96a1ab;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_box li p a {
	display: block;
	width: .26rem;
	height: .2rem;
	float: right;
	background: url(../images/jt_ico_4.png) no-repeat 0px center;
    transition: all 0.5s ease;
}
.news_box li:hover p a {
	background: url(../images/jt_ico_4.png) no-repeat right center;
}

.a_more{
	width: 2rem;
    height: .6rem;
    line-height: .56rem;
    padding: 0 .2rem;
    border: .02rem solid #f0f6fa;
    border-radius: .04rem;
    font-size: .18rem;
    z-index: 2;
    display: block;
    color: #96a2ab;
    transition: all 0.5s ease;
    background: url(../images/jt_ico_3.png) no-repeat 1.64rem center;
	margin: 0 auto;
}
.a_more:hover{
    border: .02rem solid #a41e33;
    color: #fff;
    background: #bb2d43 url(../images/jt_ico_2.png) no-repeat 1.74rem center;
}



.partner{
	overflow: hidden;
	background: url(../images/partner_bg.jpg) no-repeat 0px 0px; 
	background-size: 100% 100%;
}
.partner .container2{
	position: relative;
	overflow: hidden;
}
.partner_text{
	width: 4rem;
	float: left;
	margin-top: 1rem;
}
.partner_text h1{
	margin: 0 0 .8rem 0;
	font-size: .46rem;
	color: rgba(255,255,255,0.4);
}
.partner_text p{
	letter-spacing: 1px;
	line-height: .4rem;
	font-size: .14rem;
	color: rgba(255,255,255,0.6);
	margin-bottom: 1.7rem;
}


.picMarquee{ 
	float: right;
	width: calc(100% - 4.6rem);
	margin-top: 2rem;
}
.picMarquee .bd{ 
	overflow:hidden; }
.picMarquee .bd ul li{
	float: left;
	width: 25%;
	height: .56rem;
	position: relative;
}
.picMarquee .bd ul li img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
}
.picMarquee .prev,
.picMarquee .next {
	display: block;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
	position: absolute;
	bottom: .6rem;
    cursor: pointer;
	z-index: 2;
	background-color: #dbdbdb;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #cfd0d1;
}
.picMarquee .prev {
	right: .66rem;
    background-image: url(../images/jt_ico_1.png);
}
.picMarquee .next {
	right: 0;
    background-image: url(../images/jt_ico_2.png);
}
.picMarquee .prev:hover,
.picMarquee .next:hover{
	background-color: #bb2d43;
	border: 1px solid #a41e33;
}
/*------------index.html  end----------------*/



/*------------business.html  start----------------*/

/*------------business.html  end----------------*/



/*------------business_vd.html  start----------------*/
.business_info{
	overflow: hidden;
	margin: .6rem 0;
}
.info_box{
	overflow: hidden;
}
.info_box h1{
	font-size: .3rem;
	margin-bottom: .3rem;
	margin-top: .6rem;
}
.info_box p{
	font-size: .18rem;
	color: #707880;
}

.info_box .page_box{
	margin: .3rem 0 0;
}
.info_box .page_box .pprev,
.info_box .page_box .pnext{
	width: auto;
}
.info_box .page_box .pnext {
	float: left;
	margin-left: .3rem;
}

.busimg_scroll .swiper-button-next,
.busimg_scroll .swiper-button-prev {
	bottom: .4rem;
}
.busimg_scroll .swiper-button-prev {
	right: 1.06rem;
}
.busimg_scroll .swiper-button-next{
	right: .4rem;
}
/*------------business_vd.html  end----------------*/



/*------------news.html  start----------------*/
.news_box2{
	overflow: hidden;
}
.news_box2 li{
	width: 100%;
	margin-top: .1rem;
	margin-bottom: .4rem;
	padding-bottom: .4rem;
	border-bottom: 1px solid #ebedf2;
	overflow: hidden;
}
.news_box2 li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.news_box2 li .news_img {
    width: 37.5%;
	float: left;
    overflow: hidden;
    transition: all 0.5s ease;
}
.news_box2 li .news_img:hover{
	box-shadow: 0 5px 20px rgba(0,58,102,0.3);
}
.news_box2 li .news_img img {
    width: 100%;
}
.news_box2 li .news_text {
    width: 57.5%;
	float: right;
}
.news_box2 li h1 {
	margin: .24rem 0 .4rem;
    font-size: .24rem;
    color: #222629;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_box2 li p {
    font-size: .16rem;
	line-height: .3rem;
    color: #96a1ab;    
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_box2 li .time_box{	
	margin: .6rem 0 0;    
	overflow: hidden;
}
.news_box2 li .time_box .time{
	line-height: .6rem;
    font-size: .16rem;
    color: #96a1ab;    
}
.news_box2 li .time_box a {
	float: right;
	width: 2rem;
    height: .6rem;
    line-height: .56rem;
    padding: 0 .2rem;
    border: .02rem solid #f0f6fa;
    border-radius: .04rem;
    font-size: .18rem;
    z-index: 2;
    display: block;
    color: #96a2ab;
    transition: all 0.5s ease;
    background: url(../images/jt_ico_3.png) no-repeat 1.64rem center;
	margin: 0 auto;
}
.news_box2 li .time_box a:hover {
	border: .02rem solid #a41e33;
    color: #fff;
    background: #bb2d43 url(../images/jt_ico_2.png) no-repeat 1.74rem center;
}
/*------------news.html  end----------------*/



/*------------news_vd.html  start----------------*/
.details_box{
	overflow: hidden;
	margin-bottom: .4rem;
}
.article_title{
	text-align: center;
}
.article_title h1{
	color: #222629;
	font-size: .24rem;
	line-height: .36rem;
}
.article_title span{
	color: #96a1ab;
	font-size: .14rem;
	padding: 0 .2rem;
}
.details_box p{
	color: #707880;
	font-size: .16rem;    
	line-height: .3rem;
	margin-bottom: .2rem;
}
.details_box img{
	max-width: 100%;
	margin-bottom: .2rem;
}


.page_box{
	overflow: hidden;
	margin-bottom: .8rem;
}
.page_box .pprev,
.page_box .pnext{
	width: 47%;
	padding: .12rem .2rem;
	float: left;
	display: block;
	color: #666666;
	font-size: .16rem;
	border: 1px solid #ebedf2;
	border-radius: .04rem;    
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page_box .pprev{
	float: left;
}
.page_box .pnext{
	float: right;
}
/*------------news_vd.html  end----------------*/



/*------------join.html  start----------------*/
.banner_box .join_img{
	width: 100%;
	height: 100%;	
}
.join_box{
	position: absolute;
	top: 25%;
}
.join_box .title{
	float: left;
	width: 22%;
	margin-top: .6rem;
}
.join_box .title:after {
    content: '';
    display: block;
    width: .4rem;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -.4rem;
    left: 0;
}
.join_box .title span {
    color: rgba(255,255,255,0.4);
}
.join_box .title h1 {
    color: #fff;
}

.join_list{
	float: right;
	width: 78%;
}
.join_list li{
	float: left;
	width: 47%;
	margin: 0 0 3% 3%;
	padding: .3rem;
	height: 2.02rem;
	background: rgba(255,255,255,0.1);
	border: 2px solid rgba(255,255,255,0.1);
}
.join_list li h1{
	font-size: .24rem;
	color: #fff;
	margin-top: 0;
}
.join_list li h1 span {
	display: inline-block;
	float: right;
    font-size: .16rem;
    color: rgba(255,255,255,0.6);
	margin-top: .1rem;
}
.join_list li p {
    font-size: .16rem;
	line-height: .3rem;
    color: rgba(255,255,255,0.8);
}
/*------------join.html  end----------------*/



/*------------contact.html  start----------------*/
.contact_box{
	overflow: hidden;
	margin: .6rem 0;
}
.contact_left li{
	margin-right: .3rem;
}
.contact_left p{
	font-size: .16rem;
	color: #96a1ab;
}
.contact_left h1{
	font-size: .24rem;
	line-height: .24rem;
	color: #222629;
	font-family: "Din";
	margin: 0 0 .6rem 0;
}
.contact_left li:last-child h1{
	font-size: .18rem;
}

.map{
	width: 100%;
	height: 4.8rem;
}



.message_box{
	overflow: hidden;
	padding: .8rem 0;
	background: #f5f8fa;
}
.form_box .form-control{
	width: 30%;
	float: left;
	margin: 0 5% .4rem 0;
	background: none;
	border-bottom: 1px solid #e5e5e5;
	font-size: .16rem;
	padding: .06rem 0;
	
}
.form_box #email{
	margin: 0 0 .4rem 0;
	
}
.form_box .input_bz{
	width: 100%;
	
}
.form_box .btn{
	float: right;
	text-align: left;
	width: 2rem;
    height: .6rem;
    line-height: .56rem;
    padding: 0 .2rem;
    border: .02rem solid #a41e33;
    border-radius: .04rem;
    font-size: .18rem;
    z-index: 2;
    display: block;
    color: #fff;
    transition: all 0.5s ease;
    background: #bb2d43 url(../images/jt_ico_2.png) no-repeat 1.64rem center;
}
/*------------contact.html  end----------------*/



.common_gototop { background: rgba(0,0,0,0.2); border-radius: 4px; width: 3rem; height: 3rem; position: fixed; bottom: 55px; right: 0.5rem; cursor: pointer;z-index: 999;  }
.common_gototop img { width: 1.6rem; height: 1.6rem; margin: 0.7rem auto; display: block;}





@media (max-width: 639px){
	/*导航*/
	.header .logo img {
		max-height: .4rem;
	}

	.nav{
		display: none;
	}
	
	.app_nav{
		display: block;
	}
	/*导航 结束*/
	
	

	/*侧边栏*/
	.side_box{
		display: none;
	}
	/*侧边栏 结束*/
	


	/*底部*/
	.foot_box .fir_div {
		width: 34%;
	}
	.foot_box .sed_div {
		width: 64%;
	}
	.foot_box .thir_div,
	.foot_box .four_div,
	.foot_box dt,
	.foot_box dd .foot_a{
		display: none;
	}
	.foot_box .sed_div dd {
		text-align: right;
	}
	
	.foot_box dd a{
		display: inline-block;
		padding-left: .2rem;
		font-size: .24rem;
	}


	.copyright{
		text-align: center;
		font-size: .14rem;
		padding: .2rem 0;
		color: rgba(255,255,255,0.4);
		background: #2e3133;
	}
	.copyright a{
		color: rgba(255,255,255,0.4);
		padding: 0 5px;
	}
	.copyright a:hover{
		color: rgba(255,255,255,0.6);
	}
	/*底部结束*/
	


	/*内页banner*/
	.banner_box img{
		height: 3rem;
    	margin: 0 auto;
    	display: block;
	}
	/*内页banner 结束*/



	/*当前位置*/
	.breadCrumb {
		padding: 0;
		background: #f5f8fa;
		border-bottom: 1px solid #ebedf2;
	}
	.breadCrumb .bread_left {
		display: none;
	}
	.breadCrumb .bread_right {
		float: inherit;
    	text-align: inherit;    
		overflow-x: scroll;
    	overflow-y: hidden;
    	white-space: nowrap;
	}
	.breadCrumb .bread_right a {
		display: inline-block;
		font-size: .24rem;    
		line-height: .68rem;
	}
	.breadCrumb .bread_right a.on:after {
		display: block;
		content: "";
		width: 40px;
		height: 2px;
		left: 50%;
		position: absolute;
		bottom: 0px;
		margin-left: -20px;
		background: #212628;
	}
	/*当前位置 结束*/
	
	/*------------index.html  start----------------*/
	.title span{
		font-size: .46rem;
	}

	.banner_pc{	display: none;}
	.banner_wap{ display: block;}
	
	.business .swiper-button-next,
	.business .swiper-button-prev {
		top: .5rem;
	}
	.business .swiper-button-prev {
		left: auto;
		right: .66rem;
	}
	.business .swiper-button-next{
		left: auto;
		right: 0;
	}
	.business li:first-child {
		margin-left: 0; 
	}
	.business li p {
		font-size: .24rem;
		line-height: .4rem;
	}
		
	
	
	.join{
		padding: 0 15px;
	}
	.join_left {
		height: 3rem;
		padding: .5rem 0 0;
	}
	.join .title{
		margin-left: .5rem;
	}
	.join_scroll {
		height: 4rem;
	}
	.join_scroll li{
		padding: .2rem 0 0 .5rem;
	}
	.join_scroll li h1{
		font-size: .32rem;
		margin-bottom: .5rem;
		font-weight: bold;
	}
	.join_scroll li h1:after{
		bottom: -.2rem;
	}
	.join_scroll li h1 span{
		font-size: .24rem;
		font-weight: normal;
	}
	.join_scroll li .number{
		left: 5rem;
	}
	.join_scroll li p{
		line-height: .4rem;
		font-size: .24rem;
	}
	.join_scroll .swiper-button-prev {
		left: .5rem;
	}
	.join_scroll .swiper-button-next{
		left: 1.16rem;
	}
		
	
	
	.news .title{
		width: 60%;
	}
	.news .title span {
		font-size: .4rem;
	}
	.news .tab_box{
		width: 40%;
	}
	.tab_box a{
		padding: 0 .1rem;
	}

	.news_box li{
		width: 100%;
		margin: 0 0 4% 0;
	}
	.news_box li:nth-child(3n+1) {
		margin: 0 0 4% 0;
	}
	.news_box li:last-child{
		display: none;
	}
	.news_box li h1 {
		font-size: .3rem;
	}
	.news_box li p {
		font-size: .24rem;
	}

	.a_more{
		font-size: .24rem;
		background: url(../images/jt_ico_3.png) no-repeat 1.5rem center;
	}
	.a_more:hover{
		background: #bb2d43 url(../images/jt_ico_2.png) no-repeat 1.6rem center;
	}
	
	
	
	.partner{
		background: #0066b3 url(../images/partner_bg.jpg) no-repeat -.8rem 0px; 
		background-size: 200% auto;
	}
	.partner_text{
		width: 100%;
		margin-top: .6rem;
	}
	.partner_text h1{
		margin: 0 0 .2rem 0;
	}
	.partner_text p{
		display: none;
	}


	.picMarquee{ 
		width: 100%;
		margin-top: .4rem;
		margin-bottom: 1.4rem;
	}
	.picMarquee .bd ul li{
		width: 25%;
		height: .56rem;
	}
	.picMarquee .bd ul li img{
		max-width: 74%;
		max-height: 74%;
	}
	.picMarquee .prev,
	.picMarquee .next {
		bottom: .5rem;
	}
	.picMarquee .prev {
		right: .66rem;
	}
	.picMarquee .next {
		right: 0;
	}
	/*------------index.html  end----------------*/
	


	/*------------business_vd.html  start----------------*/
	.info_box h1{
		margin-top: 0;
		font-weight: bold;
	}
	.info_box p{
		font-size: .24rem;
	}
	
	.info_box .page_box{
		margin: .3rem 0 .4rem;
	}
	.info_box .page_box .pprev,
	.info_box .page_box .pnext{
		width: auto;
	}
	.info_box .page_box .pnext {
		float: left;
		margin-left: .3rem;
	}
	
	.busimg_scroll{
		margin: 0 15px!important;
	}
	/*------------business_vd.html  end----------------*/
	


	/*------------news.html  start----------------*/
	.news_box2 li .news_img {
		width: 44%;
	}
	.news_box2 li .news_text {
		width: 52%;
	}
	.news_box2 li h1 {
		margin: 0;
		font-size: .3rem;
		line-height: .46rem;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;    
		white-space: inherit;
	}
	.news_box2 li p {
		display: none;
	}
	.news_box2 li .time_box{	
		margin: .2rem 0 0;    
	}
	.news_box2 li .time_box .time{
		font-size: .24rem; 
	}
	.news_box2 li .time_box a {
		text-indent: 999px;
		width: 1rem;
		border: none;
		background: url(../images/jt_ico_3.png) no-repeat center center;
	}
	.news_box2 li .time_box a:hover {
		border: none;
		background: url(../images/jt_ico_3.png) no-repeat right center;
	}
	/*------------news.html  end----------------*/
	


	/*------------news_vd.html  start----------------*/
	.details_box{
		margin-bottom: .4rem;
	}
	.article_title h1{
		font-size: .3rem;
		line-height: .46rem;
	}
	.article_title span{
		font-size: .24rem;
	}
	.details_box p{
		font-size: .26rem;    
		line-height: .6rem;
	}


	
	.page_box .pprev,
	.page_box .pnext{
		width: 24%;
		font-size: .24rem;
	}
	/*------------news_vd.html  end----------------*/
	


	/*------------join.html  start----------------*/
	.banner_box .join_img{
		width: auto;
	}
	.join_box{
		top: 5%;
	}
	.join_box .title{
		width: 100%;
		margin-top: .6rem;
	}
	.join_box .title:after {
		content: '';
		display: block;
		width: .4rem;
		height: 2px;
		background: #fff;
		position: absolute;
		bottom: -.4rem;
		left: 0;
	}
	.join_box .title span {
		color: rgba(255,255,255,0.4);
	}
	.join_box .title h1 {
		color: #fff;
	}

	.join_list{
		width: 100%;
		margin: .4rem 0;
	}
	.join_list li{
		width: 100%;
		margin: 0 0 .3rem 0;
		padding: .3rem;
		height: auto;
	}
	.join_list li h1{
		font-size: .3rem;
	}
	.join_list li h1 span {
		font-size: .24rem;
	}
	.join_list li p {
		font-size: .24rem;
		line-height: .46rem;
	}
	/*------------join.html  end----------------*/

	

	/*------------contact.html  start----------------*/
	.contact_box{
		margin: .6rem 0 0;
	}
	.contact_left{
		margin: 0 15px;
	}
	.contact_left li{
		margin-right: 0;
	}
	.contact_left p{
		font-size: .24rem;
	}
	.contact_left h1{
		font-size: .3rem;
		line-height: .24rem;
		margin: 0 0 .6rem 0;
	}
	.contact_left li:last-child h1{
		font-size: .28rem;
		line-height: .4rem;
	}
	.BMap_omCtrl {
		display: none;
	}


	.message_box{
		padding: .8rem 0;
	}
	.form_box .form-control{
		width: 100%;
		font-size: .24rem;
		padding: .12rem 0;

	}
	.form_box .btn{
		font-size: .24rem;
		background: #bb2d43 url(../images/jt_ico_2.png) no-repeat 1.5rem center;
	}
	/*------------contact.html  end----------------*/
}



