/*基础CSS*/
html {
	font-size: 14px;
	/* overflow-x: hidden; */
}
li {
	list-style: none;
}
a {
	color: #212529
}
a:hover {
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}
.red{
	color:red;
}
.text-secondary a {
	color: #6c757d;
}
.card, .figure {
	margin: 15px 0;
}
.navbar-collapse{
    /*flex-grow:0;*/
    margin-left: 10%;
    width:65%;
}
.navbar-collapse ul{
    width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
	/*padding-right: 2.2rem;*/
	/*padding-left: 2.2rem;*/
	font-size: 16px;
	line-height: 35px;
	width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-item{
    width: 13%;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .active{
	border-bottom:2px solid #fff
}
.navbar-brand {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.shadow-sm-top {
	box-shadow: 0 -.125rem .25rem rgba(0,0,0,.075) !important;
}
/*上下外边距*/
.mt-6, .my-6 {
	margin-top: 4rem !important;
}
.mt-7, .my-7 {
	margin-top: 5rem !important;
}
.mt-8, .my-8 {
	margin-top: 6rem !important;
}
.mt-9, .my-9 {
	margin-top: 7rem !important;
}
.mt-10, .my-10 {
	margin-top: 8rem !important;
}
.mb-6, .my-6 {
	margin-bottom: 4rem !important;
}
.mb-7, .my-7 {
	margin-bottom: 5rem !important;
}
.mb-8, .my-8 {
	margin-bottom: 6rem !important;
}
.mb-9, .my-9 {
	margin-bottom: 7rem !important;
}
.mb-10, .my-10 {
	margin-bottom: 8rem !important;
}
/*上下内边距*/
.pt-6, .mp-6 {
	padding-top: 4rem !important;
}
.pt-7, .py-7 {
	padding-top: 5rem !important;
}
.pt-8, .py-8 {
	padding-top: 6rem !important;
}
.pt-9, .py-9 {
	padding-top: 7rem !important;
}
.pt-10, .py-10 {
	padding-top: 8rem !important;
}
.pb-6, .py-6 {
	padding-bottom: 4rem !important;
}
.pb-7, .py-7 {
	padding-bottom: 5rem !important;
}
.pb-8, .py-8 {
	padding-bottom: 6rem !important;
}
.pb-9, .py-9 {
	padding-bottom: 7rem !important;
}
.pb-10, .py-10 {
	padding-bottom: 8rem !important;
}
/*边框*/
.border-top-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-right: 1px dashed #dee2e6 !important;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
	border-top: 1px dashed #dee2e6 !important;
}
/*字距*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.ls-5 {
	letter-spacing: 5px;
}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #17a2b8;
	background-color: #fff;
	border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}
.page-num-current:hover {
	color: #fff;
}
/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.code, .code img {
	height: 100px;
}
.position, .position a {
	color: #999;
}

.main-lx{
	border-bottom: 1px solid rgba(238, 238, 238, .2);
	border:solid 1px #e1e1e1;
	width:90%;
	margin:2% 5%;
	float:left;
}
.main-lx .img1{
   margin: 0;
    width: 15%;
    float: left;
	margin-top:2.5%;
}
.lx-p{
    width: 85%;
    float: right;
	background-color:#f9f9f9;
	padding:2%;
}
.lx-p p{width:100%;float:left;font-size:16px;}
.tel2{
    height: auto;
    background: url(../images/new_tel.png) no-repeat left 25px;
    padding-left: 50px;
    margin-top: 10px;
	background-size:32px;
}
.tel2 strong{
    font-size: 28px;
    color: #0090ff;
}
.afs{
    width: 123px;
    height: 35px;
    float: right;
    background: #0090ff;
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 10px 0 0;
	border-radius:5px;
}
.afs a{
color:#fff;
}

.content {
	color: #666;
	line-height: 2;
}
.content img, .content iframe {
	max-width: 100% !important;
}
.content li {
	list-style: disc outside none;
	margin-left: 20px;
}
.media-body p a{font-size:13px;}
/*产品轮播*/
.view {
	max-width: 500px;
	overflow: hidden;
	border: 1px solid #eee;
}
.view .swiper-slide {
	height: 450px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.view .swiper-slide img {
	height: 100%;
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.preview {
	position: relative;
	width: 440px;
	left: 30px;
}
.preview .swiper-slide {
	width: auto;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}
.preview .active-nav {
	border: 1px solid #F00;
}
.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}
.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}

.content h2{
	margin:8px 0;
	font-size:18px;
	padding-bottom: 8px;
	border-bottom: 1px #235ee7 solid;
}

.content p{
	font-size: 15px;
}

.fanye {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.new_cpcpc{
	display: flex;
	justify-content: space-between;
	width: 100%;

}
.new_cpcpc .new_tuijian{
	width: 18%;
}

.new_cpcpc .new_tuijian li a{
	display: block;
	margin-bottom: 20px;
	/* padding-bottom: 15px; */
	width: 100%;
	text-align: center;
	border: 1px solid #f0efef;
	overflow: hidden;
}
.new_cpcpc .new_tuijian li a:hover img{
	transform: scale(1.1);
}
.new_cpcpc .new_tuijian li a img{
	margin-bottom: 20px;
	width: 100%;
	transition: all 0.5s;
}
.new_cpcpc .new_tuijian li a  p{
	font-size: 15px;
	line-height: 35px;
	background-color: #f0efef;
}

.new_cpcpc .new_xiangqing{
	width: 78%;
}

.new_cpcpc .new_xiangqing h5{
	padding-bottom: 15px !important;
	margin-bottom: 20px !important;
	font-size: 22px;
}

.maszx{
	margin-top: 30px !important;
}

.maszx a{
	margin-right: 20px;
	padding:6px 20px;
	font-size: 16px;
}



.prodetail_right{
	margin-top:60px
}

.prodetail_right .pb-2{
	padding-bottom: 20px !important;
}

.prodetail_right .lh-3{
	font-size: 15px;
}
.prodetail_right .lh-3 i{
	margin-right: 10px;
	font-size: 18px;
	color: #666;
	font-style: normal;
}

.casetitle{
	margin-top:30px;
}


.new_list{
	width: 100%;
}
.new_list a{
	display: flex;
	justify-content: space-between;
	margin: 2%;
	padding:10px;
	border-bottom: 1px solid #dedede;
	transition: all 0.5s;
}
.new_list a:hover{
	box-shadow:0 0 10px #1781bd;
}
.new_list .news_left{
	width: 30%;
}
.new_list .news_right{
	width: 69%;
}
.new_list .news_left img{
	display: block;
	width: 160px;
	max-height: 160px;
}
.new_list .news_right{
	display: flex;
	flex-direction: column;
}
.new_list .news_right h2{
	margin-bottom: 20px;
	font-size: 18px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.new_list .news_right .news_desc{
	line-height: 30px;
	color: #999;
}

.case_all{
	margin-top:40px;
}

.case_list{
	position: relative;

}
.case_list .lh-2{
	font-size: 16px;
	color: #666;
}

.case_list .bian_top{
	position: absolute;
	width: 0;
	height: 2px;
	top: 0;
	left: 0;
	background: #1781bd;
	transition: all 0.75s;
	z-index: 11;
}
.case_list .bian_bot{
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	right: 0;
	background: #1781bd;
	transition: all 0.75s;
	z-index: 11;
}
.case_list .bian_left{
	position: absolute;
	width: 2px;
	height: 0;
	top: 0;
	left: 0;
	background: #1781bd;
	transition: all 0.75s;
	z-index: 11;
}
.case_list .bian_right{
	position: absolute;
	width: 2px;
	height: 0;
	bottom: 0;
	right: 0;
	background: #1781bd;
	transition: all 0.75s;
	z-index: 11;
}


.case_mask{
	transform: scale(0);
	transition: all 0.75s;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.case_desc{
	position: absolute;
	top:20%;
	left:15%;
	width: 70%;
	text-align: center;
	z-index: 10;
	transform: scale(0);
	transition: all 0.75s;
}

.case_desc p{
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	
}


.case_list:hover .bian_top{
	width: 100%;
}

.case_list:hover .bian_bot{
	width: 100%;
}
.case_list:hover .bian_right{
	height: 100%;
}
.case_list:hover .bian_left{
	height: 100%;
}
.case_list:hover .case_mask{
	transform: scale(1);
}
.case_list:hover .case_desc{
	transform: scale(1);
}

.about_zizhi{
	margin: auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	width: 80%;
	flex-wrap: wrap;

}
.about_zizhi_1{
	margin-bottom: 20px;
	width: 23%;
	border: 1px solid #1781bd;
}
.about_zizhi_1 img{
	width: 100%;
}

.about_shili{
	margin-top:30px;
	width: 100%;
	padding:50px 0;
	background: url(../images/aboutboxbg.jpg) no-repeat;
	background-size: cover;
}

.about_shili_con{
	margin: auto;
	width: 80%;
	text-align: center;
}

.about_shili_con h3{
	font-size: 2rem;
	color: #fff;
	margin-bottom: 20px;
}
.about_shili_con p{
	font-size: 15px;
	color: #fff;
}

.about_shili_list{
	margin-top:50px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;

}

.shili_list_1{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
	width: 28%;
	padding: 30px 1%;
	border: 1px solid rgb(255, 255, 255,0.5);
	cursor: pointer;
	position: relative;
}

.shili_list_bg{
	position: absolute;
	left:0;
	top:0;
	width: 0;
	height: 100%;
	transition: all 0.5s;
	background: #17a2b8;
	z-index: 1;
}
.shili_list_1:hover  .shili_list_bg{
	width: 100%;
}

.shili_list_1 img{
	margin: 0 30px;
	width: 50px;
	height: 50px;
	z-index: 2;
}
.shili_list_1 p{
	font-size: 16px;
	color: #fff;
	line-height: 47px;
	z-index: 3;
}

.contact{
	display: flex;
	justify-content: space-between;
	position: relative;
	padding:50px 0;
}

.contact_left{
	display: flex;
	flex-direction: column;
	width: 60%;
	padding:20px;
	box-shadow: 0 0 10px #ababab;
}
.contact_left h3{
	font-size: 30px;
	margin-bottom: 20px;
}
.contact_left span{
	font-size: 16px;
	color: #666;
}

.contact_left i{
	margin:20px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
}
.contact_left p{
	margin-bottom: 20px;
	font-size: 18px;
}
.contact_left p img{
	width: 120px;
	height: 120px;
}
.contact_right{
	position: absolute;
	right: 100px;
	top:170px;
	z-index: 99;
	width: 50%;
	border: 15px solid rgba(2, 114, 190, 0.2);
}



.new_bg_1{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left:0;
	top:0;
	z-index: 99999;
	overflow-y: hidden;
}

.tanchuang_1{
	display: none;
	/* width: 602px; */
	background: #ffffff;
	padding: 30px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999999;
	transition: all 0.6s;
	overflow: hidden;
}
.tanchuang_2{
	padding:15px;
	border: 1px dashed #ccc;
}


#pro_close{
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#pro_close img{
	width: 100%;
	height: 100%;
}


/* .proDetail_bot{
	
} */
.proDetail_bot_img{
	float: left;
	width: 250px;
	height: auto;
	text-align: center;
}
.proDetail_bot_img img{
	width: 100%;
	height: 100%;
}
.proDetail_bot_img p{
	font-size: 16px;
}
.proDetail_bot_right{
	float: right;
	margin: 0 20px;
	margin-top: 20px;
}
.proDetail_bot_right h4{
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	color: #0061c2;
}
.proDetail_bot_right p{
	font-size: 16px;
	margin-bottom: 15px;
}
.proDetail_bot_right p i{
	font-size: 26px;
	font-style: normal;
}
.proDetail_bot_right p:last-child{
	font-size: 20px;
	font-weight: bold;
}
.tc_top {
	display: flex;

}










.navbar{
	background-color: transparent !important;
}

.container{
	max-width: 1400px;
}

.navbar a{
	font-size: 15px;
	color: #fff !important;
}
.new_tel{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 20%;
}
.new_tel img{
	margin-right: 20px;
	width: 30px;
}
.new_tel p{
	font-size: 20px;
	color: #fff;
}
.daohang_wt{
	transition: all 0.5s;
	background: rgba(0, 0, 0, 0.6) !important;
}

.banner h4{
	margin-top:12%;
}
.njout{width:1500px;margin:0px auto;}
.hgee_a{width:100%;float:left;}
.hgee_a h1{width:100%;float:left;font-size:28px;line-height:80px;text-align:center;}
.hgee_a span{width:70%;margin:0px 15%;float:left;text-align:justify;line-height:30px;font-size:15px;}
.hgee_a p{height:40px;width:15%;margin:2% 42%;text-align:center;float:left;font-size:18px;padding:0px 1%;line-height:40px;border-radius:10px;background-color:#c39c61;color:#fff;}
.jj_gyab{width:100%;background-color:#e1e1e1;margin:2% 0px;float:left;}
.jj_gyab span{width:14.5%;text-align:center;font-size:45px;float:left;margin:1%;font-weight:bold;}
.jj_gyab span p{width:100%;float:left;padding-top:3%;font-size:15px;text-align:center;line-height:35px;}
.jj_gyac{width:100%;margin:2% 0px;float:left;}
.jj_gyac img{width:100%;float:left;}
.jj_gyja{width:100%;float:left;}
.jj_gyja img{width:65%;float:left;}
.jj_gjab{width:30%;float:right;border:solid 1px #e1e1e1;}
.jj_gjab span{width:100%;height:200px;overflow:hidden;float:left;}
.jj_gjab span img{width:100%;float:left;}
.jj_gjab p{width:90%;margin:0px 5%;float:left;text-align:center;font-size:20px;color:#004ea2;line-height:75px;}
.jj_gjab font{width:90%;padding-bottom:4%;line-height:30px;margin:0px 5%;float:left;font-size:16px;color:#999;margin-top:2%;}
.jj_gjab font b{font-weight:normal;font-size:18px;}
.jj_gja{width:1350px;margin:0px auto;}
.myui{width:100%;float:left;}
.motyk{width:100%;border-top:solid 1px #f9f9f9;background: #fefefe url(https://www.zyyq.net/skin/images/bg_03.png) repeat;float:left;}
.motyk_a{width:100%;float:left;}
.motyk_a span{width:100%;float:left;font-size: 36px;padding-top:2%;text-align:center;}
.motyk_a p{width:100%;float:left;font-size: 16px;text-align:center;padding:1% 0px;}
.uwqa{width:100%;float:left;}
.uwqa ul{width:100%;float:left;}
.uwqa ul li{width:26%;margin:1.5%;float:left;position:relative;top:0px;left:0px;z-index:0;padding-left: 60px;background: url(https://www.zyyq.net/skin/images/bg8.jpg) no-repeat left bottom;}
.uwqa ul li a img{width:100%;height:300px;float:left;border-radius:0px 0px 400px 0px ;}
.uwqa ul li a span{width:96%;padding:2%;float:left;background-color:#f4f7ff;}
.uwqa ul li a span h2{width:100%;float:left;font-size:20px;padding:1% 0px;line-height:30px;}
.uwqa ul li a span b{width:50px;height:50px;line-height:50px;position:absolute;top:40%;right:10px;color:#fff;z-index:50;background-color:#c39c61;float:left;border-radius:20px 0px 20px 0px;}
.uwqa ul li a span p{width:96%;border-radius:10px;padding:2%;background-color:#fff;font-size:14px;line-height:30px;float:left;text-align:justify;color:#565656;}
.motya_a{width:100%;float:left;}
.motya_a span{width:100%;float:left;font-size: 36px;padding-top:2%;text-align:center;}
.motya_a p{width:100%;float:left;font-size: 16px;text-align:center;padding:1% 0px;}
.motya_a span:before,.motya_a span:after {
    content: "";
    display: inline-block;
    width: 76px;
    height: 28px;
    background: url(../images/icon24.png) no-repeat center;
    margin: 0 45px;
}

.banner .position-absolute{
	top:12% !important;
	left:38%
}
.banner h3{
	font-size: 20px;
	text-align:center;
}
.banner h4{
	font-size: 35px;
}

.swiper-container {
	overflow: visible !important;
}

.search{
	margin: auto;
	margin-bottom:1%;
	
	width: 400px;
	height: 45px;
}

.search form{
	display: flex;
	align-items: center;
	width: 100%;
}

.search input{
	padding: 5px 5px 5px 25px;
	width: 75%;
	height: 45px;
	border:none;
	color:#e1e1e1;
	background-color: #fff;
	outline: none;
	border-radius: 17px 0 0 17px;
}
.search button{
	display: block;
	background: #17a2b8;
	outline: none;
	width: 20%;
	height: 45px;
	padding: 5px ;
	border-radius: 0 17px 17px 0;
	border: none;
}

.search img{
	width: 40%;
	
}


.banner_img{
	position: absolute;
	top: 20%;
	left:0;
	padding-top:50px;
	width: 100%;
	z-index: 999;
	text-align: center;
	overflow: hidden;
}
.banner_img img{
	margin: auto;
}


.about{
	margin-top: 180px;
}
.about .container{
	max-width: 70%;
}


.swiper-button-next, .swiper-button-prev{
	top:0 !important
}

.new_about_left{
	padding-top: 30px;
	display: flex;
	flex-direction: column;

}
.new_about_left p{
	letter-spacing: 2px;
    color: #235ee7;
    font-size: 18px;
    font-weight: 300;
}
.new_about_left .h2{
	font-size: 25px;
	padding: 20px 0;
	color: #666;
	font-weight: bold;
}
.new_about_left span{
	font-size: 14px;
	line-height:25px;
	margin-bottom: 1rem;
}

.new_about_left .more{
	margin-top: 30px;
}

.new_about_left .more a{
	background-color: #797979;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	line-height: 36px;
    padding-left: 60px;
    padding-right: 60px;
	text-align: center;
    border-radius: 25px;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
.new_about_left .more a:hover{
	color: #666;
	background: #fff;
	border: 1px solid #666;
}


#video{
	position: relative;
	width: 80%;
	cursor: pointer;
}
#video .video_bo{
	position: absolute;
	top: 40%;
	left:45%;
	z-index: 12;
}
#video .video_bg{
	position: absolute;
	top: 0;
	left:0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
#video .video_vi{
	width: 100%;
	height: 100%;
}
#video .video_vi img{
	width: 100%;
	height: 100%;
}

.win_bg{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.5s;
	z-index: 99999;
}
.win_bg .shipin {
	position: absolute;
	top: 25%;
	left:30%;
	width: 800px;
	height: 600px;
}
.win_bg .shipin .close_vi{
	display: flex;
	justify-content: flex-end;
}
.win_bg .shipin img{
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.win_bg .shipin iframe{
	width: 100%;
	height: 100%;
}

.video_detail{
	width: 100%;
}

.video_detail video{
	width: 100%;
}


.cpys{
    width:100%;
    float:left;
	padding:70px 0;
	background-color:#f9f9f9 ;
}
.cpys .text-info{
	margin-bottom: 20px;
}

.youshi{
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-top: 85px;
	width: 100%;
}
.youshi_left{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 60px;
	width: 33%;

}
.youshi_middle{
	width: 33%;
}
.youshi_right{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 60px;
	width: 33%;
}

.youshi_1{
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;	
	width: 65%;
	cursor: pointer;
}
.youshi_1 img{
	margin-bottom: 15px;
	width: 30px;
	height: 30px;
}
.youshi_1 p{
	font-size: 17px;
	color: #666;
	padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.youshi_1 p:last-child{
	font-size: 14px;
	font-weight:normal;
	margin-top: 10px;
	color: #999;
	border:none;
}

.tjcp{
	margin-top: 50px;
	background: url(../images/shili.jpg) no-repeat;
	background-size: cover;

}
.tjcp_bg{
	padding:70px 0; 
	float:left;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}


.tjcp .text-center{
	color: #fff !important;
}
.tjcp .text-info{
	margin-bottom: 20px;
}

.tjcp_list{
	margin-top: 50px;
	width: 100%;
}

.tjcp_list ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.tjcp_list ul li{
	padding-bottom: 30px;
	width: 24%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;

}
.tjcp_list .list_img {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.tjcp_list .list_img img{
	width: 100%;
	height: 100%;
	transition: all 0.35s;

}

.tjcp_list ul li:hover .list_img img{
	transform: scale(1.1);
}



.tjcp_list h2{
	font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	color: #666;
}
.tjcp_list p{
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
}
.tjcp_list span{
    margin:auto;
	width: 70%;
	height: 40px;
	text-align: center;
	border-radius: 30px;
	border:solid 1px #e1e1e1;
	/*transition: all 0.35s;*/
}

.tjcp_list span{
	display: block;
	/*width: 100%;*/
	line-height: 40px;
	color: #565656;
	font-size: 14px;
}
.tjcp_list ul li:hover span{color:#fff;}
.tjcp_list ul li:hover span{
	background: linear-gradient(to right,#235ee7 0%, #4ae7fa 100%  );
}


.tjcp h4{
	margin-top: 70px;
}



.tjcp h4 a{
	font-size: 16px;
	color: #fff;
	padding: 7px 35px ;
	background: #1781bd;
	border-radius: 15px;
	letter-spacing: 1px;
	transition: all 0.35s;
}
.tjcp h4 a:hover{
	padding: 9px 45px ;
}
.xin_news{width:100%;float:left;}
.xin_news  .text-warning{
	margin-bottom: 20px;
}

.xin_news .newsDet{
	margin:20px 10px;
	padding:20px;
	background-color: #f9f9ff;
	transition: all  0.5s;
}
.xin_news .newsDet .media-body{
    width: 100%;
}
.xin_news .newsDet .h2{
	font-size: 18px;
	margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}
.xin_news .newsDet .h2 a{
    
    width: 100%;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
}
.xin_news .newsDet p:last-child{
	margin-top:15px
}
.xin_news .newsDet:hover {
	box-shadow: 0px 20px 30px 0px rgba(35, 94, 231, 0.2);
	cursor: pointer;
  }

  .xin_news h4{
	  margin-top: 50px;
  }

.xin_news h4 a{
	font-size: 16px;
	color: #fff;
	padding: 7px 35px ;
	background: #1781bd;
	border-radius: 15px;
	letter-spacing: 1px;
	transition: all 0.35s;
}
.xin_news h4 a:hover{
	padding: 9px 45px ;
}


.jishu{
	padding: 40px 0;
	background: #f9f9ff url(../images/jishu_bg.jpg) no-repeat;
	background-size: contain;
}
.jishu .text-warning{
	margin-bottom: 20px;
}

.jishu_list{
	margin-top: 50px ;
	margin-right: 150px;
	width: 700px;
	display: flex;
	flex-direction: column;

}
.jishu_list_1{
	margin-bottom: 15px;
	width: 100%;
	
}
.jishu_list_1 a{
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	transition: all 0.35s;
}
.jishu_list_1 .list_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 20px;
	background: -webkit-linear-gradient(0deg, #235ee7 0%, #4ae7fa 100%)
 }
.jishu_list_1 .list_top .h2{
	margin:0;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}
.jishu_list_1 .list_top span{
	font-size: 14px;
	color: #fff;
	line-height: 50px;
}

.jishu_list_1 .list_bot{
	margin-top: 15px;
}
.jishu_list_1 .list_bot p{
	font-size: 13px;
	color:#666;
	line-height: 28px;
	padding:0px 2%;
}

.jishu_list_1 a:hover{
	height: 120px;
}


.jishu h4{
	margin-top: 50px;
}


.jishu h4 a{
	font-size: 16px;
	color: #fff;
	padding: 7px 35px ;
	background: #1781bd;
	border-radius: 15px;
	letter-spacing: 1px;
	transition: all 0.35s;
}
.jishu h4 a:hover{
	padding: 9px 45px ;
}
.banner_img .swiper-slide img{
	width: 80% !important;
	height: 860% !important;
}

.newchanpin{
	/* box-shadow: 0px 10px 20px 0px rgba(35, 94, 231, 0.2); */
	background-color: #f9f9ff;
	transition: all 0.5s;
}
.newchanpin:hover{
	background-color: #fff;
	box-shadow: 0px 10px 20px 0px rgba(35, 94, 231, 0.2);
}
.newchanpin:hover .xinghao i{
	background: linear-gradient(to bottom, #235ee7, #4ae7fa);
}
.newchanpin:hover img{
	transform: scale(1.1);
}
.newchanpin .card-img{
	position: relative;
	overflow: hidden;
}
.newchanpin .card-img img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.newchanpin .card-title{
	font-size:16px;
	color: #666;
}
.newchanpin .card-text{
	font-size: 13px;
	color: #999;
	line-height: 28px;
}

.newchanpin .xinghao{
	display: flex;
	align-items: center;
	font-size: 13px;
	margin-top:15px;
	color: #666;
}

.newchanpin .xinghao i{
	font-style: normal;
	display: block;
	padding: 3px 10px;
	color: #fff;
	/* background: gray; */
	background: linear-gradient(to bottom, gray, gray);
	border-radius: 5px;
	transition: all 0.5s;
}

.footer{
	margin-top:0;
	padding:50px 0 0 0;
}
.footer .container{
	max-width: 85%;
}

.footer .img{
	margin-top:30px;
	width: 100%;
	filter: brightness(0.5);
}

.foot_page{
	margin-top:70px !important;
}

.heng{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}

.prodetail{
	margin-top:50px;
}





@media only screen and (max-width: 1650px){
	.banner .position-absolute{
		top:10% !important;
	}
	.banner h3{
		font-size: 25px;
	}
	.banner h4{
		margin-top: 20px;
		font-size: 40px;
	}
	.banner_img{
		top: 25%;
	}
	.banner_img .swiper-slide img{
		width: 60% !important;
		height: 60% !important;
	}
	.about{
		margin-top: 100px;
	}
	.about .container{
		max-width: 90%;
	}
}









@media only screen and (max-width: 768px) {
.view .swiper-slide {
	height: 200px;
}
.preview {
	display: none;
}
.view .arrow-left, .view .arrow-right {
	height: 200px;
	display: block;
}
}
/*在线客服*/
.online {
	position: fixed;
	bottom: 150px;
	right: 10px;
	width: 60px;
	z-index: 999;
	color: #999;
}
.online a {
	color: #666;
}
.online a:hover {
	text-decoration: none;
}
.online dl {
	background: #27a8e1;
	padding: 10px 5px;
	margin-bottom: 1px;
	position: relative;
	transition: all 0.35s;
}
.online dl dd {
	color: #fff;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.online dl dd i {
	font-size: 25px;
}
.online dl:hover {
	background: #1781bd;
}
.online dl dt {
	position: absolute;
	top: 0px;
	right: 60px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	display: none;
	padding: 10px 15px;
	font-weight: normal;
}
.online dl dt h3 {
	display: block;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.online dl dt h3 i {
	margin-right: 5px;
}
.online dl dt h3 span {
	float: right;
	cursor: pointer;
}
.online dl dt input {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding: 3px 5px;
	width: 100%;
}
.online dl dt button {
	margin: 10px 0;
	border: none;
	border-radius: 5px;
	width: 100%;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	background: #28a7e1;
	color: #fff;
	cursor: pointer;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
.card-img-200 {
	height: 200px;
	overflow: hidden;
}
.card-img-180 {
	height: 180px;
	overflow: hidden;
}
.card-img-150 {
	height: 150px;
	overflow: hidden;
}
.card-img-120 {
	height: 120px;
	overflow: hidden;
}
.card-img-100 {
	height: 100px;
	overflow: hidden;
}
}
/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
.page-num {
	display: none;
}
.head-sm-height {
	height: 61px !important;
}
}
/*********响应式样式******************/

/*行距*/
.lh-1 {
	line-height: 1;
}
.lh-2 {
	line-height: 2;
}
.lh-3 {
	line-height: 3;
}
.lh-4 {
	line-height: 4;
}
/*字体大小*/
.fs-12 {
	font-size: .857rem;
}
.fs-14 {
	font-size: 1rem;
}
.fs-16 {
	font-size: 1.142rem;
}
.fs-18 {
	font-size: 1.285rem;
}
.fs-20 {
	font-size: 1.428rem;
}
.fs-22 {
	font-size: 1.571rem;
}
.fs-24 {
	font-size: 1.714rem;
}
.fs-26 {
	font-size: 1.857rem;
}
.fs-28 {
	font-size: 2rem;
}
.fs-30 {
	font-size: 2.142rem;
}
.fs-32 {
	font-size: 2.286rem;
}
.fs-34 {
	font-size: 2.429rem;
}
.fs-36 {
	font-size: 2.571rem;
}
.fs-38 {
	font-size: 2.714rem;
}
.fs-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-5px {
	height: 5px;
}
.h-10px {
	height: 10px;
}
.h-15px {
	height: 15px;
}
.h-20px {
	height: 20px;
}
.h-25px {
	height: 25px;
}
.h-30px {
	height: 30px;
}
.h-35px {
	height: 35px;
}
.h-40px {
	height: 40px;
}
.h-45px {
	height: 45px;
}
.h-50px {
	height: 50px;
}
.h-55px {
	height: 55px;
}
.h-60px {
	height: 60px;
}
.h-65px {
	height: 65px;
}
.h-70px {
	height: 70px;
}
.h-75px {
	height: 75px;
}
.h-80px {
	height: 80px;
}
.h-85px {
	height: 85px;
}
.h-90px {
	height: 90px;
}
.h-95px {
	height: 95px;
}
.h-100px {
	height: 100px;
}
.h-110px {
	height: 110px;
}
.h-120px {
	height: 120px;
}
.h-130px {
	height: 130px;
}
.h-140px {
	height: 140px;
}
.h-150px {
	height: 150px;
}
.h-160px {
	height: 160px;
}
.h-170px {
	height: 170px;
}
.h-180px {
	height: 180px;
}
.h-190px {
	height: 190px;
}
.h-200px {
	height: 200px;
}
.h-210px {
	height: 210px;
}
.h-220px {
	height: 220px;
}
.h-230px {
	height: 230px;
}
.h-240px {
	height: 240px;
}
.h-250px {
	height: 250px;
}
.h-260px {
	height: 260px;
}
.h-270px {
	height: 270px;
}
.h-280px {
	height: 280px;
}
.h-290px {
	height: 290px;
}
.h-300px {
	height: 300px;
}
.h-310px {
	height: 310px;
}
.h-320px {
	height: 320px;
}
.h-330px {
	height: 330px;
}
.h-340px {
	height: 340px;
}
.h-350px {
	height: 350px;
}
.h-360px {
	height: 360px;
}
.h-370px {
	height: 370px;
}
.h-380px {
	height: 380px;
}
.h-390px {
	height: 390px;
}
.h-400px {
	height: 400px;
}
.h-410px {
	height: 410px;
}
.h-420px {
	height: 420px;
}
.h-430px {
	height: 430px;
}
.h-440px {
	height: 440px;
}
.h-450px {
	height: 450px;
}
.h-460px {
	height: 410px;
}
.h-470px {
	height: 470px;
}
.h-480px {
	height: 480px;
}
.h-490px {
	height: 490px;
}
.h-500px {
	height: 500px;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
/*行距*/
.lh-sm-1 {
	line-height: 1;
}
.lh-sm-2 {
	line-height: 2;
}
.lh-sm-3 {
	line-height: 3;
}
.lh-sm-4 {
	line-height: 4;
}
/*字体大小*/
.fs-sm-12 {
	font-size: .857rem;
}
.fs-sm-14 {
	font-size: 1rem;
}
.fs-sm-16 {
	font-size: 1.142rem;
}
.fs-sm-18 {
	font-size: 1.285rem;
}
.fs-sm-20 {
	font-size: 1.428rem;
}
.fs-sm-22 {
	font-size: 1.571rem;
}
.fs-sm-24 {
	font-size: 1.714rem;
}
.fs-sm-26 {
	font-size: 1.857rem;
}
.fs-sm-28 {
	font-size: 2rem;
}
.fs-sm-30 {
	font-size: 2.142rem;
}
.fs-sm-32 {
	font-size: 2.286rem;
}
.fs-sm-34 {
	font-size: 2.429rem;
}
.fs-sm-36 {
	font-size: 2.571rem;
}
.fs-sm-38 {
	font-size: 2.714rem;
}
.fs-sm-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-sm-5px {
	height: 5px;
}
.h-sm-10px {
	height: 10px;
}
.h-sm-15px {
	height: 15px;
}
.h-sm-20px {
	height: 20px;
}
.h-sm-25px {
	height: 25px;
}
.h-sm-30px {
	height: 30px;
}
.h-sm-35px {
	height: 35px;
}
.h-sm-40px {
	height: 40px;
}
.h-sm-45px {
	height: 45px;
}
.h-sm-50px {
	height: 50px;
}
.h-sm-55px {
	height: 55px;
}
.h-sm-60px {
	height: 60px;
}
.h-sm-65px {
	height: 65px;
}
.h-sm-70px {
	height: 70px;
}
.h-sm-75px {
	height: 75px;
}
.h-sm-80px {
	height: 80px;
}
.h-sm-85px {
	height: 85px;
}
.h-sm-90px {
	height: 90px;
}
.h-sm-95px {
	height: 95px;
}
.h-sm-100px {
	height: 100px;
}
.h-sm-110px {
	height: 110px;
}
.h-sm-120px {
	height: 120px;
}
.h-sm-130px {
	height: 130px;
}
.h-sm-140px {
	height: 140px;
}
.h-sm-150px {
	height: 150px;
}
.h-sm-160px {
	height: 160px;
}
.h-sm-170px {
	height: 170px;
}
.h-sm-180px {
	height: 180px;
}
.h-sm-190px {
	height: 190px;
}
.h-sm-200px {
	height: 200px;
}
.h-sm-210px {
	height: 210px;
}
.h-sm-220px {
	height: 220px;
}
.h-sm-230px {
	height: 230px;
}
.h-sm-240px {
	height: 240px;
}
.h-sm-250px {
	height: 250px;
}
.h-sm-260px {
	height: 260px;
}
.h-sm-270px {
	height: 270px;
}
.h-sm-280px {
	height: 280px;
}
.h-sm-290px {
	height: 290px;
}
.h-sm-300px {
	height: 300px;
}
.h-sm-310px {
	height: 310px;
}
.h-sm-320px {
	height: 320px;
}
.h-sm-330px {
	height: 330px;
}
.h-sm-340px {
	height: 340px;
}
.h-sm-350px {
	height: 350px;
}
.h-sm-360px {
	height: 360px;
}
.h-sm-370px {
	height: 370px;
}
.h-sm-380px {
	height: 380px;
}
.h-sm-390px {
	height: 390px;
}
.h-sm-400px {
	height: 400px;
}
.h-sm-410px {
	height: 410px;
}
.h-sm-420px {
	height: 420px;
}
.h-sm-430px {
	height: 430px;
}
.h-sm-440px {
	height: 440px;
}
.h-sm-450px {
	height: 450px;
}
.h-sm-460px {
	height: 410px;
}
.h-sm-470px {
	height: 470px;
}
.h-sm-480px {
	height: 480px;
}
.h-sm-490px {
	height: 490px;
}
.h-sm-500px {
	height: 500px;
}
}

/*md屏幕以上*/
@media only screen and (min-width: 768px) {
/*行距*/
.lh-md-1 {
	line-height: 1;
}
.lh-md-2 {
	line-height: 2;
}
.lh-md-3 {
	line-height: 3;
}
.lh-md-4 {
	line-height: 4;
}
/*字体大小*/
.fs-md-12 {
	font-size: .857rem;
}
.fs-md-14 {
	font-size: 1rem;
}
.fs-md-16 {
	font-size: 1.142rem;
}
.fs-md-18 {
	font-size: 1.285rem;
}
.fs-md-20 {
	font-size: 1.428rem;
}
.fs-md-22 {
	font-size: 1.571rem;
}
.fs-md-24 {
	font-size: 1.714rem;
}
.fs-md-26 {
	font-size: 1.857rem;
}
.fs-md-28 {
	font-size: 2rem;
}
.fs-md-30 {
	font-size: 2.142rem;
}
.fs-md-32 {
	font-size: 2.286rem;
}
.fs-md-34 {
	font-size: 2.429rem;
}
.fs-md-36 {
	font-size: 2.571rem;
}
.fs-md-38 {
	font-size: 2.714rem;
}
.fs-md-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-md-5px {
	height: 5px;
}
.h-md-10px {
	height: 10px;
}
.h-md-15px {
	height: 15px;
}
.h-md-20px {
	height: 20px;
}
.h-md-25px {
	height: 25px;
}
.h-md-30px {
	height: 30px;
}
.h-md-35px {
	height: 35px;
}
.h-md-40px {
	height: 40px;
}
.h-md-45px {
	height: 45px;
}
.h-md-50px {
	height: 50px;
}
.h-md-55px {
	height: 55px;
}
.h-md-60px {
	height: 60px;
}
.h-md-65px {
	height: 65px;
}
.h-md-70px {
	height: 70px;
}
.h-md-75px {
	height: 75px;
}
.h-md-80px {
	height: 80px;
}
.h-md-85px {
	height: 85px;
}
.h-md-90px {
	height: 90px;
}
.h-md-95px {
	height: 95px;
}
.h-md-100px {
	height: 100px;
}
.h-md-110px {
	height: 110px;
}
.h-md-120px {
	height: 120px;
}
.h-md-130px {
	height: 130px;
}
.h-md-140px {
	height: 140px;
}
.h-md-150px {
	height: 150px;
}
.h-md-160px {
	height: 160px;
}
.h-md-170px {
	height: 170px;
}
.h-md-180px {
	height: 180px;
}
.h-md-190px {
	height: 190px;
}
.h-md-200px {
	height: 200px;
}
.h-md-210px {
	height: 210px;
}
.h-md-220px {
	height: 220px;
}
.h-md-230px {
	height: 230px;
}
.h-md-240px {
	height: 240px;
}
.h-md-250px {
	height: 250px;
}
.h-md-260px {
	height: 260px;
}
.h-md-270px {
	height: 270px;
}
.h-md-280px {
	height: 280px;
}
.h-md-290px {
	height: 290px;
}
.h-md-300px {
	height: 300px;
}
.h-md-310px {
	height: 310px;
}
.h-md-320px {
	height: 320px;
}
.h-md-330px {
	height: 330px;
}
.h-md-340px {
	height: 340px;
}
.h-md-350px {
	height: 350px;
}
.h-md-360px {
	height: 360px;
}
.h-md-370px {
	height: 370px;
}
.h-md-380px {
	height: 380px;
}
.h-md-390px {
	height: 390px;
}
.h-md-400px {
	height: 400px;
}
.h-md-410px {
	height: 410px;
}
.h-md-420px {
	height: 420px;
}
.h-md-430px {
	height: 430px;
}
.h-md-440px {
	height: 440px;
}
.h-md-450px {
	height: 450px;
}
.h-md-460px {
	height: 410px;
}
.h-md-470px {
	height: 470px;
}
.h-md-480px {
	height: 480px;
}
.h-md-490px {
	height: 490px;
}
.h-md-500px {
	height: 500px;
}
}

/*lg屏幕以上*/
@media only screen and (min-width: 992px) {
/*行距*/
.lh-lg-1 {
	line-height: 1;
}
.lh-lg-2 {
	line-height: 2;
}
.lh-lg-3 {
	line-height: 3;
}
.lh-lg-4 {
	line-height: 4;
}
/*字体大小*/
.fs-lg-12 {
	font-size: .857rem;
}
.fs-lg-14 {
	font-size: 1rem;
}
.fs-lg-16 {
	font-size: 1.142rem;
}
.fs-lg-18 {
	font-size: 1.285rem;
}
.fs-lg-20 {
	font-size: 1.428rem;
}
.fs-lg-22 {
	font-size: 1.571rem;
}
.fs-lg-24 {
	font-size: 1.714rem;
}
.fs-lg-26 {
	font-size: 1.857rem;
}
.fs-lg-28 {
	font-size: 2rem;
}
.fs-lg-30 {
	font-size: 2.142rem;
}
.fs-lg-32 {
	font-size: 2.286rem;
}
.fs-lg-34 {
	font-size: 2.429rem;
}
.fs-lg-36 {
	font-size: 2.571rem;
}
.fs-lg-38 {
	font-size: 2.714rem;
}
.fs-lg-40 {
	font-size: 2.857rem;
}
/*高度*/
.h-lg-5px {
	height: 5px;
}
.h-lg-10px {
	height: 10px;
}
.h-lg-15px {
	height: 15px;
}
.h-lg-20px {
	height: 20px;
}
.h-lg-25px {
	height: 25px;
}
.h-lg-30px {
	height: 30px;
}
.h-lg-35px {
	height: 35px;
}
.h-lg-40px {
	height: 40px;
}
.h-lg-45px {
	height: 45px;
}
.h-lg-50px {
	height: 50px;
}
.h-lg-55px {
	height: 55px;
}
.h-lg-60px {
	height: 60px;
}
.h-lg-65px {
	height: 65px;
}
.h-lg-70px {
	height: 70px;
}
.h-lg-75px {
	height: 75px;
}
.h-lg-80px {
	height: 80px;
}
.h-lg-85px {
	height: 85px;
}
.h-lg-90px {
	height: 90px;
}
.h-lg-95px {
	height: 95px;
}
.h-lg-100px {
	height: 100px;
}
.h-lg-110px {
	height: 110px;
}
.h-lg-120px {
	height: 120px;
}
.h-lg-130px {
	height: 130px;
}
.h-lg-140px {
	height: 140px;
}
.h-lg-150px {
	height: 150px;
}
.h-lg-160px {
	height: 160px;
}
.h-lg-170px {
	height: 170px;
}
.h-lg-180px {
	height: 180px;
}
.h-lg-190px {
	height: 190px;
}
.h-lg-200px {
	height: 200px;
}
.h-lg-210px {
	height: 210px;
}
.h-lg-220px {
	height: 220px;
}
.h-lg-230px {
	height: 230px;
}
.h-lg-240px {
	height: 240px;
}
.h-lg-250px {
	height: 250px;
}
.h-lg-260px {
	height: 260px;
}
.h-lg-270px {
	height: 270px;
}
.h-lg-280px {
	height: 280px;
}
.h-lg-290px {
	height: 290px;
}
.h-lg-300px {
	height: 300px;
}
.h-lg-310px {
	height: 310px;
}
.h-lg-320px {
	height: 320px;
}
.h-lg-330px {
	height: 330px;
}
.h-lg-340px {
	height: 340px;
}
.h-lg-350px {
	height: 350px;
}
.h-lg-360px {
	height: 360px;
}
.h-lg-370px {
	height: 370px;
}
.h-lg-380px {
	height: 380px;
}
.h-lg-390px {
	height: 390px;
}
.h-lg-400px {
	height: 400px;
}
.h-lg-410px {
	height: 410px;
}
.h-lg-420px {
	height: 420px;
}
.h-lg-430px {
	height: 430px;
}
.h-lg-440px {
	height: 440px;
}
.h-lg-450px {
	height: 450px;
}
.h-lg-460px {
	height: 410px;
}
.h-lg-470px {
	height: 470px;
}
.h-lg-480px {
	height: 480px;
}
.h-lg-490px {
	height: 490px;
}
.h-lg-500px {
	height: 500px;
}
}





.new_side{
	position: fixed;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    transition: all .5s;
    box-shadow: 0 5px 13px rgb(0 0 0 / 10%);
    z-index: 999;
	width: 75px;
    text-align: center;
}


.new_side_show{
	right:0
}

.new_side_1{
	background: #f7f7f7;
    border: 1px solid #eaeaea;
    padding: 8px 0;
    cursor: pointer;
}
.new_side_1:hover .new_side_img_1{
	opacity: 0;
}
.new_side_1:hover p{
	color: #0061c2;
}
.new_side_2:hover p{
	color: #0061c2;
}
.new_side_1:hover .new_side_img_2{
	opacity: 1;
}
.new_side_2:hover .new_side_img_1{
	opacity: 0;
}
.new_side_2:hover .new_side_img_2{
	opacity: 1;
}



.new_side_img{
	width: 28px;
    display: inline-block;
    position: relative;
}

.new_side_img img{
	width: 100%;
    transition: all .36s;
}

.new_side_img_1{
	position: relative;
    top: 0;
    left: 0;
}

.new_side_img_2{
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.new_side_p p{
	font-size: 14px;
    line-height: 2.5;
    color: #666;
    transition: all .36s;
	margin:0;
}

.new_side_2{
	position: relative;
    z-index: 999;
	border: none;
    background: none;
    padding: 0;
}
.new_side_2:hover .new_side_wx {
	left:-120px
}
.new_side_2_1 {
	border: 1px solid #eaeaea;
    width: 100%;
    padding: 8px 0;
    background: #f7f7f7;
}
.new_side_wx{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    transition: all 1s;
    z-index: -1;
}


.new_side_wx_img{
	width: 100px;
    position: relative;
    z-index: -1;
}
.new_side_wx_img img{
	width: 100%;
    transition: all .36s;
}

.new_side_wx_img::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}

.new_bg{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left:0;
	top:0;
	z-index: 99999;
	overflow-y: hidden;
}

.tanchuang{
	display: none;
	width: 602px;
    background: #ffffff;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    transition: all 0.6s;
    overflow: hidden;

}

.tc_top {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.tc_top p{
	font-size: 25px;
}

#close{
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#close img{
	width: 100%;
	height: 100%;
}
.tc_bot{
	margin-top: 30px;
	width: 100%;

}

.tc_bot_1{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
.tc_bot_1 input{
	width: 100%;
	border:none;
	height: 50px;
	outline: none;
}
.tc_bot_2{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.tc_bot_2 input{
	border:none;
	width: 80%;
	height: 50px;
	outline: none;

}
.tc_bot_2 img{
	width: 20%;
}
.tc_bot p{
	font-size: 15px;
	color:#999
}
.tc_bot button{
	width: 200px;
	height: 60px;
	outline: none;
	background: #0061c2;
	color: #fff;
	margin-top: 15px;
	border: none;
	font-size: 20px;
}

@media screen and (min-width:1100px) and (max-width:1499px) {
.navbar-collapse{width:72%;margin-left:3%;}
.navbar-expand-lg .navbar-nav .nav-item{width:15%;}
.njout{width:96%;margin:0px 2%;}
.uwqa ul li{width:29%;padding-left:0px;border:solid 1px #e1e1e1;}
.uwqa ul li a img{height:200px;}
.uwqa ul li a span p{height:130px;overflow:hidden;font-size:12px;line-height:25px;}
.uwqa ul li a span h2{font-size:16px;height:30px;overflow:hidden;}
}
