.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.clearfix:after {
	content:'';
	display:block; 
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	zoom:1;
}
/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}

}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}

/*放大缩小再放大效果*/
@-webkit-keyframes scale-bg2{
	0%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	100%{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	100%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
}
@keyframes scale-bg2{
	0%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	50%{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	100%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
}


a{text-decoration: none;}

/*修改的信息*/
.mtitle,.mtxt,.mphone{letter-spacing: -1px!important;padding: 8px 0;color: #FFF;text-align: center}
.mtitle{font-weight: 500!important;}
.mtxt{letter-spacing: 0!important;font-weight: 100!important;}
.mphone span{color: #FFF;border-radius: 100px;padding: 25px 15px}

.banner1{display: inline-block}


/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible;
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	opacity: 0;
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.onetu{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}





.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 100ms;
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt .mphone{
	font-size: 24px;
	color: #fff;
}
.index_main .section1 .index_banner .item .inner .block_txt .mtitle{
	color: #fff;
	font-size: 48px;
	letter-spacing:1px;
}

.index_main .section1 .index_banner .item .inner .block_txt .mtxt{
	color: #fff;
	font-size: 22px;
	margin-top: 10px;
	letter-spacing: 1px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../images/ban_prev.png);
	left:60px;
	border: none!important;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../images/ban_next.png);
	right:60px;
	border: none!important;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../images/ban_prev.png);
	border: none!important;
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../images/ban_next.png);
	border: none!important;
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
}

.index_main .section2{
	overflow: hidden;
	background: none;
	width: 100%;
	height: 100%;
}
.index_main .section2 h3{
	/*text-align: center;*/
}
.index_main .section3{
	overflow: hidden;
	width: 100%;
	height: 100%;
	/*background: #ccc;*/
	background-size: 100% 100%;
}
.index_main .section3 h3{
	/*text-align: center;*/
}
.index_main .section4{
	overflow: hidden;
	background: none;
}
.index_main .section4 h3{
	/*text-align: center;*/
}
/*第二页修改*/

/*背景*/
.two_bg{position: absolute;background: url(../images/two.jpg);background-size: cover;background-position: center center;background-repeat: no-repeat;width: 100%;height: 100%;top: 0;z-index: -1;}
.prolb{
    width: 1350px;
    margin: 0 auto;
}
.p_bt{
	text-align: center;
	margin-top: 5%
}
.p_bt a{
	font-size: 45px;
	color: #fff;
}
.p_bt p{
	width: 260px;
	height: 37px;
	background: #ffc600;
	border-radius: 50px;
	display: block;
	margin: 0 auto;
	line-height: 37px;
	font-size: 18px;
	color: #fff;
}

.zizhi{
	width: 395px;
	height: 530px;
	background-image: linear-gradient(to top, #0e3160 , #185cb9);
	border-radius: 35px;
	margin-top: 60px;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 315px;
    -ms-touch-action: pan-y;
    margin: 0 auto;
    margin-top: 35px;
    overflow: hidden;
	height: 480px;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.pro_imga{
	width: 315px;
	height: 435px
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);

}

.owl-theme .owl-controls{
    margin-top: 10px;
    float: right;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
	background: #c88d19;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
}


.com_con {
    width: 900px;
    height: 560px;
    background: url(../images/kuang.png) left top no-repeat;
    margin-top: 60px;
}

#demo {
    width:850px; 
    overflow: hidden;
    float:left; 
    height: 520px;
    margin-top: 30px; 
    margin-left: 35px;
}

#indemo {
    width:9000px; 
    float:left
}

#demo1 {
    float:left;
    width:2568px;
}

#demo2 {
    float:left;
    width:2568px;
}

.showcar li{
	width:410px; 
	height:250px; 
	float:left; 
	margin-right:18px;
	overflow:hidden; 
	position:relative; 
	margin-bottom:18px;
	border-radius: 30px;
}

.showcar li img{
	width:410px; 
	height:250px;
}

.showcar li p{
	width:410px; 
	height:50px;
	line-height:50px; 
	position:absolute; 
	left:0px; 
	bottom:0px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0 0 30px 30px;
}

.showcar li a{
	color:#fff; 
	font-size:17px;
	display: block;
	text-align: center;
}
.showcar li span{
	font-size: 16px;
	font-family: "Arial";
}


.showcar li:hover p{
	background: rgba(24, 93, 183, 0.7);
}
.showcar li .avatara img {
    display: block;
    height: 250px;
    overflow: hidden;
    width: 410px;
    position: relative;
}
.showcar li .avatara img{
    height: 250px;
}
.showcar li .avatara img:hover , .zhuti .avatara img:hover, .bbsinner .avatara img:hover  {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}



/*第四页 */
.index4_bj{width: 100%; height: 100%;}
.four {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.cpbt{
	text-align: center;
	margin-top: 13%;
}
.cpbt a{
	font-size: 45px;
	color: #1f2021;
}
.cpbt p{
	display: block;
	width: 260px;
	height: 40px;
	background: #fff;
	border-radius: 50px;
	margin: 0 auto;
	margin-top: 5px;
	line-height: 40px;
	color: #000;
	font-size: 18px;
}
.zhutu{
	position: absolute;
	left:50%;
	margin-left: -275px;
	top: 43%;
	z-index: 999;
}
.zhutu img{
	animation: ball .6s infinite alternate;
}
.fenlei{
	width: 1400px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.zcfl{
	width: 550px;
}
.zcfl ul li{
	width: 215px;
	height: 215px;
	background: #fff;
	border:3px #e5e5e5 solid;
	border-radius: 100%;
}
.zcfl ul li img{
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	border-radius: 30px 30px 0 0;
}
.zcfl ul li span{
	display: block;
	width: 186px;
	height: 55px;
	margin: 0 auto;
	background: url(../images/bj.png) center no-repeat;
	margin-top: 10px;
	text-align: center;
	line-height: 55px;
	color: #fff;
	font-size: 20px;
}

.dingwei ul li:first-child{
	margin-left: 300px;
	margin-top: -20px;
}
.dingwei ul li:nth-child(2){
	margin-top: -80px;
	margin-left: 10px;
} 
.dingwei ul li:nth-child(3){
	margin-top: 60px;
} 
.dingwei ul li:nth-child(4){
	margin-left: 300px;
	margin-top: -140px;
} 


.dingweia ul li:first-child{
	margin-top: -20px;
}
.dingweia ul li:nth-child(2){
	margin-top: -80px;
	margin-left: 270px;
} 
.dingweia ul li:nth-child(3){
	margin-top: 60px;
	margin-left: 270px;
} 
.dingweia ul li:nth-child(4){
	margin-top: -140px;
} 

.zcfl ul li:hover{
	transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}



/*第四页*/
.three{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1}

.abfr{
	width: 830px;
	margin-right: 9%;
}
.about{
	width: 830px;
	margin-top: 10%
}
.about img:hover{
	animation: ball .6s infinite alternate;
}
.about h3{
	font-size: 33px;
	color: #000;
	font-weight: bold;
}

.about p{
	color: #5c5c5c;
	font-size: 17px;
	line-height: 33px;
	display: block;
	margin-top: 60px;
}


/*数字*/
.ys_box{
    height: 150px;

}

.ys_box ul li{
    float: left;
    width: 230px;
    height: 160px;
    text-align: center;
    background: url(../images/xiana.jpg) right center no-repeat;
    margin-top: 16px;
}
.ys_box ul li+li+li+li{
    background: initial;
}
.ys_box .div1{
    position: relative;
}
.ys_box .div1 .span1{
    font-size: 60px;
    color: #000;
    font-family: "Arial";
}
.ys_box .div1 .span3{
	width: 35px;
	height: 35px;
	background: #fdcf71;
	line-height: 35px;
	border-radius: 50px;
	display:inline-block;
	margin-left: 10px;
	position: relative;
	bottom: 30px;
	font-size: 17px;
}
.ys_box .div2 .span2{
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    display: block;
}
.ys_box .div3{
  background: url(../images/jiantou.jpg) center no-repeat;
  display: block;
  width: 15px;
  height: 10px;
  margin: 0 auto;
  margin-top: -5px;
}









/*第五页*/
.five{width: 100%;height: 100%;position: absolute;top: 0;z-index: -1}

.five_bj{}

.five_left{
	width: 520px;
	margin-top: 8%;
	margin-left: 8%;
	position: relative;
}
.five_left span{
	display: block;
	width: 240px;
	height: 45px;
	background: #ffc600;
	position: absolute;
	right: 10px;
	top: 210px;
	border-radius: 50px;
	text-align: center;
	line-height: 45px;
	font-size: 28px;
	color: #fff;
	font-family: "Arial";
}

.five_right{
	margin-top:10%;
	margin-right: 8%;
	width: 55%;
}
.five_right ul li{
	width:45%;
	height:280px;
	float: left;
	background: #fff;
	border-radius: 15px;
	margin-bottom: 30px;
	margin-left: 35px;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	padding: 30px;
	box-sizing: border-box;
}

.five_right ul li .n_tit a{
	font-size: 18px;
	color: #060606;
	line-height: 35px;
}
.five_right ul li .n_tit em{
	display: block;
	width: 55px;
	height: 3px;
	background: #0a2140;
	margin-top: 25px;
	margin-bottom: 35px;
}
.five_right ul li .n_tit p{
	font-size: 15px;
	color: #5a5a5a;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 25px;
}
.five_right ul li:hover .n_tit a{
	padding-left: 13px;
	color: #0a2140;
	transition: all 0.3s;
}
.five_right ul li .n_time{
	margin-top: 25px;
}
.five_right ul li .n_time span{
	float: left;
	color: #7e7e7e;
	font-size: 15px;
	font-family: "Arial";
	background: url(../images/shijian.jpg) left center no-repeat;
	padding-left: 35px;
	line-height: 30px;
}
.five_right ul li .n_time a{
	display: block;
	float: right;
}

/*第六页*/
.six{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.sixbj{
	width: 1350px;
	margin: 0 auto;
}
.s_tel{
	position: relative;
	width: 725px;
	margin: 0 auto;
	text-align: center;
	margin-top: 8%;
}
.s_tel img{
    display: block;
    margin: 0 auto;
}
.s_tel .yuan {
    animation: yuan 30s linear infinite;
}
@keyframes yuan{
     0%{transform: rotate(0deg)}
     100%{transform: rotate(360deg)}
}
.s_lianxi{
	position: absolute;
	top: 0;
	left: 0;
	width: 725px;
}
.s_lianxi h3{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	display: block;
	margin-top: 130px;
}
.s_lianxi p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	display: block;
	text-align: left;
	margin-top: 23px;
	margin-left: 130px;
}
.s_lianxi em{
	color: #fff;
	font-size: 23px;
	display: block;
	margin-top: 30px;
}
.s_lianxi span{
	font-size: 37px;
	color: #fff;
	font-family: "Arial";

}
.s_lianxi ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.s_lianxi ul li{
	float: left;
	width: 145px;
	text-align: center;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 30px;
}
.s_lianxi ul li i{
	font-style: normal;
	color: #fff;
	font-size: 15px;
	line-height: 60px;
}
.s_cpimg{
	position: absolute;
	left: 50%;
	margin-left: -670px;
	z-index: 999;
	bottom: 0
}
.s_cpimg img{
	animation: ball .6s infinite alternate;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@media only screen and (max-width: 1930px){

	.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 48px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 20px;}

}
@media only screen and (max-width: 1900px){}

@media only screen and (max-width: 1800px){

}

@media only screen and (max-width: 1700px){
}
@media only screen and (max-width: 1680px){
/*导航*/
.head .head_logo{margin-left: 3%;}
.htel{margin-right: 3%}
/*第二屏*/
.abfr {width: 780px;margin-right: 6%;}
.about{width: 780px}
.five_right{width: 50%;}

}
@media only screen and (max-width: 1600px){

	.index_main .section1 .index_banner .item .inner .block_txt{}
	.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 48px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 20px;}
/*第二屏*/
.abfr{margin-right: 4%;}
.about p{font-size: 15px;}
/*第三屏*/
.zcfl ul li{width: 190px;height: 190px;}
.zcfl ul li img{width: 160px}
.zcfl ul li span{background-size: 90%;font-size: 20px;}
.dingwei ul li:nth-child(2){margin-left: 50px;}
.dingwei ul li:nth-child(4){margin-top: -100px;}
.dingweia ul li:nth-child(4) {margin-top: -100px;}
.cpbt a{font-size: 40px;}
.zhutu img{width: 500px;}
}
@media only screen and (max-height:900px){
/*第三屏*/
.zcfl ul li{width: 160px;height: 160px;}
.zcfl ul li img{width: 140px}
.zcfl ul li span{background-size: 73%;font-size: 18px;margin-left: -13px;margin-top: -7px;}
.dingwei ul li:nth-child(2) {margin-left: 78px;}
.dingwei ul li:nth-child(3){margin-left: 50px;}
/*第四屏*/
.prolb{width: 1300px;}
.p_bt{margin-top: 10%}
.p_bt a{font-size: 38px;}
.zizhi{width: 360px;height: 470px;margin-top: 30px;}
.com_con{margin-top: 30px;}
.pro_imga{height: 380px;}
.showcar li{width: 320px;height: 215px;}
#demo1{width: 2040px;}
/*第六屏*/
.s_tel{width: 600px;}
.s_tel .yuan{width: 600px;}
.s_lianxi{width: 600px;}
.s_lianxi h3{margin-top: 70px;}
.s_cpimg{margin-left: -550px;}
.s_cpimg img{width: 1100px}
.s_lianxi ul li{width: 110px;}
.s_tel img{width: 110px;}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt{}
	.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 48px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 18px;margin-top: 5px;}
}

@media only screen and (max-width: 1376px){
	.index_main .section1 .index_banner .item .inner .block_txt{}
	.index_main .section1 .index_banner .item .inner .block_txt .mphone{font-size: 24px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtitle{font-size: 40px;}
	.index_main .section1 .index_banner .item .inner .block_txt .mtxt{font-size: 16px;}
	.index_main .section1 .index_banner .slick-arrow{background-size: auto 30px;}
/*导航*/
.head{height: 90px;}
.head .head_logo{margin-left: 1%;}
.head .head_logo img{width: 70%}
.nav{margin-left: 0;}
.nav .navMain .navLi a.a1{height: 90px;line-height: 90px;font-size: 14px;}
.htel{margin-right: 1%}
.banben{line-height: 90px;}
.htel{font-size: 27px;margin-top: 23px;}
/*第二屏*/
.abfr{width: 630px;}
.about{width: 630px;}
.about img{width: 280px;}
.about h3{font-size: 28px;}
.ys_box{display: none;}
/*第三屏*/
.zcfl ul li{width: 130px;height: 130px;}
.zcfl ul li img{width: 120px;margin-top: 25px;}
.zcfl ul li span{background-size: 62%;font-size: 16px;margin-left: -28px;margin-top: -7px;}
.dingwei ul li:nth-child(2) {margin-left: 78px;}
.dingwei ul li:nth-child(3){margin-left: 50px;}
.zhutu{margin-left: -225px;}
.zhutu img{width: 450px;}
.cpbt a{font-size: 30px;}
/*第四屏*/
.prolb{width: 1000px;}
.p_bt{margin-top: 10%}
.p_bt a{font-size: 30px;}
.p_bt p{height: 30px;line-height: 30px;font-size: 15px;}
.zizhi{width: 250px;height: 350px;margin-top: 30px;border-radius: 23px;}
.com_con{margin-top: 30px;width: 720px;background-size: 80%;}
.pro_imga{height: 260px;width: 210px}
.showcar li{width: 230px;height: 170px;border-radius: 10px;}
#demo1{width: 2040px;}
.owl-carousel{width: 210px;}
#demo{width: 750px;}
.showcar li p{width: 230px;height: 40px;line-height: 40px;border-radius: 0 0 10px 10px;}
.showcar li a{font-size: 15px;}
.showcar li span{font-size: 15px;}
/*第五屏*/
.five_left{width: 330px;height: 400px;margin-top: 13%;}
.five_left img{width: 330px;}
.five_right{width: 730px;}
.five_right ul li{height: 210px;width: 330px;padding: 13px;}
.five_right ul li .n_tit a{font-size: 16px;}
.five_right ul li .n_tit em{margin-top: 10px;margin-bottom: 20px;}
.five_right ul li .n_tit p{font-size: 13px;}
.five_left span{right: 0;top: 140px;font-size: 20px;width: 200px;height: 35px;line-height: 35px;}
/*第六屏*/
.s_tel{width: 500px;}
.s_tel .yuan{width: 500px;}
.s_lianxi{width: 500px;}
.s_lianxi h3{margin-top: 70px;}
.s_cpimg{margin-left: -500px;}
.s_cpimg img{width: 1000px}
.s_lianxi ul li{width: 110px;}
.s_tel img{width: 110px;}
.s_lianxi h3{font-size: 20px;}
.s_lianxi p{font-size: 14px;margin-left: 110px;}
.s_lianxi em{font-size: 20px;margin-top: 13px;}
.s_lianxi span{font-size: 28px;}
.s_lianxi ul li{width: 90px;margin-top: 15px;}
.s_tel img{width: 90px;}
.s_lianxi ul li i{font-size: 12px;line-height: 36px;}
}


@media only screen and (max-width: 1290px){




}

@media only screen and (max-width: 992px){
	/*// 开始手机站*/
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width: 340px){

}
@media only screen and (max-width: 320px){

}
