@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,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,button,p,blockquote,pre,hr,th,td,em{margin:0; padding:0; border:none;}
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; }
body{font-size:13px; line-height:30px; padding:0; margin:0}
*{padding:0; margin:0}
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 10px; padding: 0 5px;}
@media (min-width: 640px){.container2{margin: 0 7.4125%; padding:0 0.2%}}
@media (min-width: 1200px){.container2{margin: 0 4.5%; padding:0 0.25%}}
@media (min-width: 1600px){
	.container2{margin: 0 12%; padding:0 0.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 Regular_0.otf");
}



/*导航*/
.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);
}
.header .logo {
    padding: .1rem 0;
	display: block;
    overflow: hidden;    
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.header .logo img {
    max-height: 1rem;
}
.header .logo .logo_1 {
	display: block;
}
.header .logo .logo_2 {
	display: none;
}

.nav > li{
	float: left;
	line-height: .9rem;
	position: relative;
	transition: all 0.3s;
}
.nav > li:hover {
    background: #c9a012;
}
.nav > li > a {
	padding: 0 .3rem;
    font-size: .17rem;
    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: .9rem;
	border-radius: 0 0 .06rem .06rem;
	overflow: hidden;
	background: #f9f9f9;
}
.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: #c9a012;
}
.nav > li > ul > li a{
	display: block;
	color: #666;
}
.nav > li > ul > li:hover a{
	color: #fff;
}

.app_nav{
	display: none;
	float: right;
	margin: .05rem 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: 999;
    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: #c9a012;
}
.app_nav_pull li:hover:after {
	border-right: 1px solid #c9a012;
    border-bottom: 1px solid #c9a012;
}

.header_white,
.header_fixed{
	background: #fff;
	border-bottom: none;
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}
.header_fixed .nav > li > a {
    color: #222;
}
.header_fixed .nav > li > a:hover {
    color: #fff;
}
.header_fixed .nav > li > a.on:after {
    background: #c9a012;
}
.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: #c9a012;
}

.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: #c9a012;
	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: #f2f2f2;
	position: relative;
	margin-top:40px;
	padding-bottom:30px
}
.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: #000;
	margin-bottom: .2rem;
}
.foot_box dd {
	overflow: hidden;
}
.foot_box dd h1{
	color:#c9a012;
	font-size: .35rem;
	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(0,0,0,0.6);
	border: 1px solid rgba(0,0,0,0.3);
	margin-top: .3rem;
	transition: all 0.3s ease-out 0s;
}
.foot_box dd .foot_a:hover{
	background:#c9a012;
	border: 1px solid #c9a012
}
.foot_box dd p{
	line-height: .32rem;
	font-size: .15rem;
	color: rgba(0,0,0,0.6);
	margin-bottom: 0;
}
.foot_box dd a{
	display: block;
	line-height: .32rem;
	font-size: .15rem;
	color: rgba(0,0,0,0.6);
}
.foot_box dd a:hover{
	color: rgba(0,0,0,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.6);
	background: #2e3133;
}
.copyright a{
	color: rgba(255,255,255,0.6);
	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: #c9a012;
}
/*当前位置 结束*/



/*------------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: 1.2rem;
}
.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: #fff;
	top: 32%;
}
.banner_pc .ban_text h1 {
	font-size: .52rem;
	margin-bottom: .3rem;
    transition: all 0.5s ease;
}
.banner_pc .ban_text p {
	font-size: .2rem;
	margin-bottom: .5rem;
    transition: all 0.5s ease;
}
.banner_pc .ban_text a {
    width: 2rem;
	height: .6rem;
	line-height: .56rem;
	padding: 0 .2rem;
    border: .02rem solid #fff;
	border-radius: .04rem;
    font-size: .18rem;
    z-index: 2;
    display: block;
    color: #fff;
    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: .2rem auto .8rem;
	position:relative; overflow:hidden
}
.business .title{
	position: relative;
}
.business .swiper-button-next,
.business .swiper-button-prev {
	top: 2.4rem;
}
.business .swiper-button-prev {
	left: 1rem;
}
.business .swiper-button-next{
	right: 1rem;
}

.business li{
	float: left;
}
/*.business li:first-child{
	margin-right: 30px;
}*/
.business li{
	margin-right: 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{
	padding: .15rem;
	font-size: .18rem;
	line-height: .28rem;
	color: #222;    
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
	background-color:#f2f2f2; text-align:center
}
.business li p span{ width:120px; display:block; font-size:.14rem; color:#c9a012; padding:2px 15px; border:1px solid #c9a012; margin:15px auto 0 auto}


.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: 70%;
	float: left;
}
.news .tab_box{
	width: 24%;
	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: 1599px){
.business .swiper-button-prev {
	left: .1rem;
}
.business .swiper-button-next{
	right: .1rem;
}
}
@media (max-width: 1023px){
	/*导航*/
	.header .logo img {
		max-height: .4rem;
	}

	.nav{
		display: none;
	}
	
	.app_nav{
		display: block;
	}
	/*导航 结束*/}



@media (max-width: 768px){
	.business{padding-bottom:8%}
.business .swiper-button-prev {
	left: 43%;
}
.business .swiper-button-next{
	right: 43%;
}
.business .swiper-button-next,
.business .swiper-button-prev {
	top: auto; bottom:.1rem
}
}
@media (max-width: 639px){

	
	

	/*侧边栏*/
	.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: #c9a012;
	}
	/*当前位置 结束*/
	
	/*------------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: #c9a012 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----------------*/
}
@media (max-width: 440px){
.business .swiper-button-prev {
	left: 40%;
}
.business .swiper-button-next{
	right: 40%;
}
}
.mian1{width:100%; height:921px; background:url(../images/main1.png) no-repeat center top; margin-top:-50px; position:relative; z-index:1}
.mian2{width:100%; height:841px; background:url(../images/main2.jpg) no-repeat center top;}
.mian3{width:100%; height:806px; background:url(../images/main3.jpg) no-repeat center top;}
.mian_3{width:100%; height:738px; background:url(../images/main3-.jpg) no-repeat center top;}
.mian4{width:100%; height:562px; background:url(../images/main4.jpg) no-repeat center top;}
.mian5{width:100%; height:735px; background:url(../images/main5.jpg) no-repeat center top;}
.mian6{width:100%; height:389px; background:url(../images/main6.jpg) no-repeat center top;}


/**ABOUT**/

.in_about_bg{width:100%; height:auto; overflow:hidden; background:url(../images/in_about_bg.png) no-repeat center top; position:relative; z-index:99; margin-top:-109px; padding-bottom:70px}
.in_about_t{width:100%; height:auto; overflow:hidden}
.in_about_tt{width:66.666%; float:left;}
.in_about_tt ul{width:100%; height:auto; overflow:hidden; background-color:#fff; height:146px}
.in_about_tt ul li{width:33.33333%; float:left; height:146px; padding-top:35px; position:relative; text-align:center; font-size:14px; color:#626262}
.in_about_tt ul li span{font-family:Arial, Helvetica, sans-serif; font-size:36px; color:#222}
.in_about_tt ul li:hover{background-color:#c9a012;color:#fff}
.in_about_tt ul li:hover span{color:#fff}
.in_about_tb{width:100%; height:auto; overflow:hidden}
.in_about_tl{width:66.6666%; float:left; position:relative}
.in_about_tl p{width:95%; float:left; padding:100px 0 0 0; font-size:14px}

.in_about_tr{width:33.333%; float:right;margin-top:-146px; position:relative; height:auto; overflow:hidden}}
.in_about_tr img{position:relative; width:100%; height:auto; overflow:hidden;}

.in_about_tr h2{position:absolute; top:3%; z-index:99; padding-left:8%}
.in_about_tr h2 a{display:block; color:#000; font-weight:bold; font-size:36px}
.in_about_tr h2 span{font-size:16px; color:#c9a012; border-left:3px solid #c9a012; padding-left:10px; line-height:16px; display:block; margin-top:15px}

.in_about_b{width:100%; height:auto; overflow:hidden; margin-top:20px; position:relative}
.in_about_b_list{width:33.3333%; float:left; height:auto; overflow:hidden; position:relative ; background-color:#000}

.in_about_b_list img{width:100%; height:auto; overflow:hidden}
.in_about_b_list a{position:absolute; width:100%; height:auto; overflow:hidden; z-index:99; bottom:0; padding:15px 0; text-align:center; color:#fff; font-size:24px; font-weight:bold; background:rgba(0,0,0,0.5); display:block}

.in_about_b_list:hover a{background:none; top:35%;color:#fff;}
.in_about_b_list:hover img{opacity:0.5}
.img1{display:block; width:100%; height:auto; overflow:hidden}
.img11{display:none; width:100%; height:auto; overflow:hidden}

@media (max-width: 1280px){
	.in_about_tl p{padding:60px 0 0 0;  word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 10; 
    overflow: hidden; }
}

@media (max-width: 1024px){
	.in_about_bg{background:url(../images/in_about_bg1.png) no-repeat center top #f7f7f7; margin-top:0px}
	.in_about_tt{width:100%; float:none;}
	.in_about_tr{margin-top:25px}
	.in_about_tr h2{top:3%}
	
	.banner_pc .swiper-button-next, .banner_pc .swiper-button-prev{bottom:0.2rem}
	.nav > li > a {
    padding: 0 .2rem;
    font-size: .17rem;
    color: #fff;
    transition: all 0.3s;}
}
@media (max-width: 980px){
	.in_about_tr h2 a{font-size:30px}
	.in_about_tr h2 span{font-size:14px; }
	.in_about_b_list a{font-size:20px;}
}


@media (max-width: 640px){
	.in_about_tl{width:100%; float:none}
	.in_about_tr{width:100%; float:none}
	.in_about_tr h2{top:3%}
	.in_about_tl p{padding:40px 0 0 0; word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 16; 
    overflow: hidden; }
	.img11{display:block}
.img1{display:none}
.in_about_b_list{width:100%; float:none; margin-bottom:20px}
.in_about_tt ul li span{font-size:30px}
.in_about_tt ul li{font-size:13px}
.banner_wap .swiper-button-next,
.banner_wap .swiper-button-prev {
	bottom: .2rem;
}
}
@media (max-width: 420px){
	.in_about_tt ul li span{font-size:26px}
}




.in_title{background:url(../images/in_title_bg.png) no-repeat center 45px; text-align: center; margin:60px 0 25px 0}
.in_title a{font-size:36px; color:#000}
.in_title span{ display:block; font-size:16px; color:#818181; font-family:Arial, Helvetica, sans-serif; padding-top:25px}

.in_case_ml{width:100%; height:auto; overflow:hidden; text-align:center; margin:0 auto}
.in_case_ml a{width:14%; float:left; margin:0 0.14%; font-size:.16rem; padding:10px 0; border:1px solid #ccc; color:#222}
.in_case_ml a:hover{border:1px solid #cca51d; color:#fff; background-color:#cca51d}

@media (max-width: 500px){
	.in_case_ml a{width:24%;margin:2px 0.5%; }
}






.in_choose{background:url(../images/in_xz_bg.jpg) no-repeat center top; padding-top:20px}
.in_title1{background:url(../images/in_title_bg.png) no-repeat center 45px; text-align: center; margin:60px 0 25px 0}
.in_title1 a{font-size:36px; color:#fff}
.in_title1 span{ display:block; font-size:16px; color:#fff; padding-top:35px}
.in_title1 a:hover{color:#fff}

.xyin-case-item .case-main-bot ul:after, {content: "";display: table;clear: both;}
.xyin-case-item .case-main-bot ul li h5, {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

/* xyin-case */
.xyin-case {padding:0;}
.xyin-case-sort {margin:0 0.2%; width:99.6%;}
.xyin-case-sort li {margin-bottom: 7px;line-height: 80px;background: #fff;text-align: center; float: left;/*border:#dedede 1px solid;*/margin-left:0.8%;padding:0;position: relative;height: 80px;width:24.4%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
.xyin-case-sort li:first-child{margin-left: 0;}
.xyin-case-sort li a {padding: 0 15px;line-height: 80px;font-size: 24px; font-weight:bold;vertical-align: middle;color: #000000;display: block;/*overflow: hidden;text-overflow: ellipsis;white-space: nowrap;*/  }
.xyin-case-sort li:hover, .xyin-case-sort li.on {background: #c9a012;position: relative;color: #fff;cursor: pointer; text-decoration:none}
.xyin-case-sort li:hover a, .xyin-case-sort li.on a {color: #fff; text-decoration:none}
.xyin-case-item {overflow: hidden;padding: 0px;width: 100%;}
.xyin-case-item .case-main-top {background: #f5f5f5;display: table;margin-bottom: 20px;position: relative;float: left;width: 50%;}
.case_item{/*float: left;width: calc(32.1% - 11px);margin:10px 10px;position: relative;*/}
.xyin-case-main{margin:10px 0.2%; background-color:#fff; width:99.6%; height:auto; overflow: hidden; box-shadow:0 0 5px #777; padding:30px}
.case_item a{ display:block}
.case_wz{width:47%; float:left; padding-left:20px}
.case_wz h3{ width: 100%;  font-size:24px; font-weight:bold; color:#000; padding:50px 0 0 0; margin:0}
.case_wz p{ margin-top:30px; font-size:14px; color:#626262}

/*.case_item h3 a{color: #434343; font-size:18px; font-weight:bold; background:url(../images/in_pro_ic.jpg) no-repeat center bottom; padding-bottom:10px; display:block; text-decoration:none}
.case_item h3 p{margin:5px 0 0 0; padding:0 1.5em; line-height:20px; color:#777}*/
.case_img{width:45%; float:right; height:auto; overflow:hidden}
.xyin-case-item .case-main-top .img {width: 100%;display: table-cell;vertical-align: middle;}
.case_img a img{width: 100%;height: auto; overflow:hidden; display:block}
.case_img a img{cursor :pointer; transition: all 1s;}
.case_img a:hover img{transform:scale(1.1 1.1); -moz-transform:scale(1.1,1.1);  -webkit-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1);}

.phone-pro{display:none}



@media (max-width: 1024px){
	.case_wz{width:45%; float:left; padding-left:0}
	.case_wz h3{padding:30px 0 0 0; margin:0}
	.case_img{width:47%; float:right; height:auto; overflow:hidde}
}


@media (max-width: 768px){
	.case_wz{width:100%; float:none; padding-left:0}
	.case_img{width:100%; float:none; height:auto; overflow:hidde}
	.xyin-case-sort li a{font-size:18px; padding:0}
}
@media (max-width: 520px){
	.xyin-case-sort li{ width:49.6%; margin:2px 0}
	.xyin-case-sort li:nth-child(2n){margin-left: 0.8%;}

}




.in_pro{width:100%; height:auto; overflow:hidden; position:relative;}
.in_pro_l{width:17%; float:left}
.in_pro_l ul li{width:100%;} 
.in_pro_l ul li a{display:block; background-color:#f2f2f2; margin-bottom:5px; padding:11% 27px; font-size:18px; line-height:32px; color:#000}
.in_pro_l ul li a:hover{background-color:#cca51d}

.in_pro_r{width:83%; float:right; position:relative}
.in_pro_list{width:31.3333%; float:left; margin-left:2%; margin-bottom:2%; position:relative; background-color:#000}
.in_pro_list a p{ width:100%; height:auto; overflow:hidden;position:absolute; top:30%; color:#fff; text-align:center; font-size:22px; display:none}
.in_pro_list a .pro_img{width:100%; height:auto; overflow:hidden; position:relative}
.in_pro_list a p span img{width:36px; height:36px; margin:8% auto 0 auto; display:
block}

.in_pro_list a:hover p{display:block}
.in_pro_list a:hover .pro_img{opacity:0.5}

@media (max-width: 1600px){
	.in_pro_l ul li a{padding:9.2% 27px;}
}


@media (max-width: 1440px){
	.in_pro_l ul li a{padding:9.7% 27px;}
}

@media (max-width: 1280px){
	.in_pro_l ul li a{padding:10% 27px;}
}
@media (max-width: 1024px){
	.in_pro_l ul li a{padding:8% 27px; font-size:16px}
}

@media (max-width: 980px){
	.in_pro_l{width:100%; float:none; height:auto; overflow:hidden}
	.in_pro_l ul li{width:16.0666%; float:left; margin:0 0.3%} 
	.in_pro_l ul li a{ font-size:15px; padding:7% 10px; text-align:center}
	.in_pro_r{width:102%; float:none; margin-top:15px; margin-left:-2%; height:auto; overflow:hidden}
	
	
}


@media (max-width: 700px){
	.in_pro_l ul li a{ font-size:14px; }
}

@media (max-width: 600px){
	.in_pro_l ul li{width:32.7333%; float:left; margin:0 0.3%}
	.in_pro_list{width:48%;}
	
}



.in_hzlc_bg{width:100%; height:auto; overflow:hidden; background:url(../images/in_lc_bg.jpg) no-repeat center top #2b3a48; margin-top:50px; padding-bottom:70px}

.in_hzlc_list{width:23.5%; float:left; background-color:#fff;margin-right:2%; padding:2%; text-align:center}
.in_hzlc_list:nth-child(4n){margin-right:0}
.in_hzlc_list span{display:block; margin-top:20px; font-size:20px; color:#222}
.in_hzlc_list p{margin-top:15px; min-height:70px; color:#626262}


@media (max-width: 768px){
	.in_hzlc_list{width:49%;margin-top:2%; text-align:center}
	.in_hzlc_list:nth-child(2n){margin-right:0}
}

@media (max-width: 360px){
	.in_hzlc_list{width:100%; margin-right:0; padding:6%}
}




.in_news{width:100%; height:auto; overflow:hidden; margin-top:25px}
.in_news_l{width:38%; float:left}
.in_news_img{width:100%; height:auto; overflow:hidden}
.in_news_img a img{width:100%; height:auto; overflow:hidden}
.in_news_nr{width:100%; height:auto; overflow:hidden; background-color:#f2f2f2; padding:15px 5%}
.in_news_nr h2{width:82px; height:82px; background-color:#c9a012; border-radius:180px; text-align:center; font-family:Arial, Helvetica, sans-serif; float:left; margin-right:5%; font-size:14px}
.in_news_nr h2 span {display:block; font-size:40px; color:#000; margin-bottom:3px; padding-top:10px}
.in_news_nr h3{width:auto; overflow:hidden}
.in_news_nr h3 a{ font-size:18px; color:#000;overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1; /* 限制的文字行数*/}
.in_news_nr h3 p{margin-top:15px; font-size:13px; color:#777; line-height:28px;
overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 限制的文字行数*/}

.in_news_r{width:62%; float:right}

.in_news_list{width:47%; float:left; margin-left:3%; border:1px solid #d6d6d6; margin-bottom:2.7%; padding:3% 3% 2% 3%}
.in_news_list a{ font-size:16px; color:#000;overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1; /* 限制的文字行数*/}
	
	.in_news_list:nth-child(2n+1){clear:left}
	
.in_news_list p{margin-top:19px; font-size:13px; color:#777;
overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 限制的文字行数*/}

@media (max-width: 1600px){
	.in_news_list p{margin-top:15px;}
	.in_news_list{padding:3% 3% 1.5% 3%}
}
@media (max-width: 1440px){
	.in_news_list{padding:3% 3% 1.6% 3%;}

}
		
@media (max-width: 1280px){
	.in_news_list p{margin-top:15px;}
	.in_news_list{padding:3% 3% 1.3% 3%}
}	
@media (max-width: 1024px){
	.in_news_list p{margin-top:8px;}
	.in_news_list{padding:2% 2% 1% 2%}
}
@media (max-width: 768px){
	.in_news_l{width:100%; float:none}
	.in_news_r{width:103%; float:none; margin-top:2%}
	.in_news_list{ margin-right:3%; margin-left:0}
}
@media (max-width: 420px){
	.in_news_r{width:100%;}
	.in_news_list{ width:100%; margin-right:0; margin-left:0}
}		
		
		
		
		/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 40%;
	background: #222;
	float: left;
	padding: 5px 0;
	border-right: 1px solid #FFFFFF;
	list-style: none;
	box-sizing: border-box;
	line-height: 16px;
}
.phonefooternav ul li:nth-child(2){
	width: 60%;
	background: #c9a012;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a img {
	width: 22px;
	padding: 2px 0;
	margin:0 auto
}
.phonefooternav p{
	color: #FFFFFF;
	font-size: 14px;
}
  @media (max-width: 1024px) {
.phonefooternav { display:block}
  }
  
		