/*通用类*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	text-align: justify;
	color: #31374d;
	background: #f2f4f8;
}
h1,
h2,
h3,
h4 {
	font-weight: 500;
}
img {
	border: none;
}
a {
	cursor: pointer;
	color: #5f5f5f;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #0561b6;
}
ul {
	list-style-type: none;
}
em {
	font-style: normal;
}
.lt {
	float: left;
}
.rt {
	float: right;
}
input.sub,
label {
	border: none;
	cursor: pointer;
}
input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}
table {
	border-collapse: collapse;
}
table td,
table th {
	padding: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

.line5 {
	font-size: 1px;
	height: 5px;
	width: 100%;
	clear: both;
}
.line10 {
	font-size: 1px;
	height: 10px;
	width: 100%;
	clear: both;
}
.line20 {
	font-size: 1px;
	height: 20px;
	width: 100%;
	clear: both;
}
/*wrapin 主体容器宽度*/
.wrapin {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
.headWidth {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/*公用CSS 开始*/
/*头部*/
header {
	background: #fff;
	position: relative;
	z-index: 55;
	/* display: flex;
    align-items: center;
    justify-content: space-between; */
}
.header_t {
	height: 32px;
	line-height: 32px;
	color: #a1a8b2;
	font-size: 12px;
	position: relative;
	z-index: 55;
	background: #333;
}
.header_t p {
	display: inline-block;
}
.header_t .header_md {
	float: right;
}
.header_t .header_md > a,
.header_t .header_md > span {
	padding: 0 18px;
	height: 32px;
	line-height: 32px;
	color: #a1a8b2;
	border-left: 1px solid #3b3b3b;
	float: left;
}
.header_t .header_md span {
	position: relative;
}
.header_t .header_md span div {
	width: 107px;
	display: none;
	background: #333;
	position: absolute;
	top: 32px;
	left: 0;
}
.header_t .header_md span:hover div {
	display: block;
}
.header_t .header_md span div a {
	color: #ccc;
	border-bottom: #444 solid 1px;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 30px;
}
.header_t .header_md a:hover {
	background: #3b3b3b;
}
.header_t .header_md i {
	position: relative;
	display: inline-block;
	margin: 0 3px;
	top: 1px;
}
.header {
	height: 92px;
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head_lt {
	float: left;
	padding-top: 0;
}
.logo {
	float: left;
	padding-right: 25px;
}
.logo img{
    height: 58px;
}
.head_lt p {
	display: inline-block;
	font-size: 20px;
	padding: 0 18px;
	margin: 8px 0;
	border-left: 1px solid #dfdfdf;
}
.head_lt p span {
	font-size: 10px;
	border-radius: 15px;
	background: #ff8100;
	color: #fff;
	padding: 0 5px;
	position: relative;
	top: -15px;
	left: 3px;
}
.nav_list {
	float:right;
	line-height: 92px;
	height: 92px; 
	align-items: center;
}
.nav_list li {
	float: left;
	font-size: 20px;
	padding: 0 10px;
	height: 100%;
    align-items: center;
}
.nav_list li a.hover {
	color: #0561b6;
}
.nav_in {
	z-index: 100;
}
.nav_in .par {
	/* display: block;
	color: #333;
	display: inline-block;
	padding: 0 10px;
	height: 90px;
	line-height: 90px; */
	height: 100%;
	display: inline-flex;
	align-items: center;
	padding: 0 10px;
}
.nav_in:hover .par {
	background: #03234c;
	color: #0561b6;
}

.con {
	display: none;

	height: 60px;
	line-height: 60px;
	position: absolute;
	left: 30;
	top: 90px;
	z-index: 100;
}
.nav_in:hover .con {
	display: block;
}
.nav_in .con a {
	display: block;
	width: 150px;
	text-align: center;
	height: 60px;
	background: #03234c;
	color: #fbfcfd;
	float: left;
}
.nav_in .con a:hover {
	color: #b6b4b4;
	background: #03234c;
}
.head_rt {
	/* float: right;
	padding-top: 30px;
	height: 50px; */
	padding: 0;height: 100%;
	display:flex;
	align-items:center;

}
.head_rt .head_btn {
	color: #ff8000;
	border: 1px solid #ff8000;
	border-radius: 5px;
	width: 58px;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
}
.head_rt .head_btn.a1 {
	background: #ff8000;
	color: #fff;
}
.head_rt .head_btn:hover {
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
/*移动端导航栏*/
/* 汉堡按钮 */
.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

.nav-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: #333;
  transition: all 0.3s ease;
}

/* 导航菜单默认隐藏 */
.nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 70%;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
  list-style: none;
  padding: 60px 20px 20px;
  margin: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1000;
}

/* 菜单展开状态 */
.nav-menu.active {
  transform: translateX(0);
}

/* 遮罩层 */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}

.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* 菜单项样式 */
.nav-menu li a {
  display: block;
  padding: 12px 16px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
}

.nav-menu li a:hover {
  background: #f5f5f5;
}

/* 大屏幕隐藏移动导航 */
@media (min-width: 1200px) {
  .nav-toggle,
  .nav-overlay {
    display: none;
  }
}

/*轮播图*/
.swiper-slide .container{
    position: absolute;
    top: 45%;
    left: 15%;
    color: #FFF;
}
.swiper-slide .container .fs-14{
    font-size: 1.6rem;
}
.swiper-slide .container .fs-20{
    font-size: 2.6rem;
}
.banner .swiper-pagination {
	bottom: 65px;
}
.banner img {
	display: block;
}
.banner .swiper-pagination-bullet {
	background: #fff;
}
.banner .swiper-pagination-bullet-active {
	background: #ff8000;
}
/*公告*/
.ba_slider {
	height: 65px;
	position: relative;
	overflow: hidden;
	background: url(/template/dlgyl/images/Notice.png) no-repeat left top;
	background-position: 0 25px;
}
.ba_slider li {
	height: 65px;
	line-height: 69px;
	float: left;
	padding-left: 105px;
}
.ba_slider li img {
	position: relative;
	top: 2px;
	margin: 0 3px;
}
.ba_slider .more {
	float: right;
	position: absolute;
	top: 20px;
	right: 0;
}
/**/
.pack_con,.ind_advantage {
	background: #fff;
	padding: 48px 0;
	overflow: hidden;
}
.ind_solution,.ind_rartner {
	padding: 48px 0;
	overflow: hidden;
}
.pack_query {
	width: 50%;
	box-sizing: border-box;
	padding: 0 62px 0 33px;
	float: left;
}
.pack_tit {
	font-size: 24px;
	color: #31374d;
	padding-bottom: 20px;
}
.pack_tit img {
	position: relative;
	top: 9px;
	margin-right: 20px;
}
.pack_query input {
	width: 350px;
	height: 50px;
	border: 1px solid #f2f4f8;
	text-indent: 15px;
	font-size: 14px;
	border-radius: 5px;
	float: left;
}
.pack_query .btn {
	width: 130px;
	height: 50px;
	border: none;
	background: #ff8000;
	border-radius: 5px;
	float: right;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.pack_query .btn:hover {
	background: #ff9900;
}
.pack_eno {
	width: 25%;
	border-left: 1px solid #f2f4f8;
	box-sizing: border-box;
	padding: 20px 0 20px 60px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pack_eno:hover {
	-moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
}
.pack_eno .icon {
	float: left;
	font-size: 40px;
}
.pack_eno .icon img{
    height: 41px;
}
.pack_eno .text {
	float: left;
	margin-left: 23px;
}
.pack_eno .text h3 {
	color: #31374d;
	font-size: 18px;
}
.pack_eno .text p {
	color: #a1a8b2;
	font-size: 14px;
}
/**/
.ind_tit {
	text-align: center;
	padding: 72px 0;
}
.ind_tit p {
	font-size: 38px;
	color: #a1a8b2;
	opacity: 0.3;
}
.ind_tit h3 {
	font-size: 30px;
	color: #31374d;
	margin-top: -32px;
	position: relative;
	z-index: 9;
}
/**/
.solution_list {
	width: 1216px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.solution_list li {
	float: left;
	width: 280px;
	height: 260px;
	margin: 0 12px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.solution_list li img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.solution_list li img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.solution_list li p {
	position: absolute;
	width: 100%;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.3);
	z-index: 9;
	bottom: 0;
	left: 0;
	font-size: 16px;
}
/**/
.ind_advantage {
	background: #fff;
	padding-bottom: 70px;
}
.advantage_list li {
	width: 180px;
	height: 160px;
	margin: 0 10px;
	float: left;
	-moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	text-align: center;
	box-sizing: border-box;
	padding-top: 35px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	top: 0px;
}
.advantage_list li:hover {
	-moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
	position: relative;
	top: -10px;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
}
.advantage_list li p {
	font-size: 18px;
	color: #31374d;
	padding: 10px 0;
}
/**/
.ind_rartner {
	padding-bottom: 70px;
}
.ind_rartner a {
	display: block;
	width: 200px;
	height: 50px;
	float: left;
}
.ind_rartner img {
	display: block;
	width: 200px;
	height: 50px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.ind_rartner a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
/**/
footer {
	background: #333;
	padding: 40px 0;
	height: 3rem;
}
footer .footer_lt {
	color: #a1a8b2;
	float: left;
}
footer .footer_lt a {
	padding: 0 10px;
	display: inline-block;
	color: #a1a8b2;
}
footer .footer_lt a:hover {
	color: #ff9900;
}
footer .footer_lt p {
	margin-top: 20px;
	padding-left: 10px;
}
.footer_rt {
	float: right;
}
.footer_rt .tion {
	color: #a1a8b2;
	float: left;
	margin-right: 50px;
}
.footer_rt .tion .pic {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}
.footer_rt .tion .txet {
	float: left;
}
.footer_rt .tion .txet h3 {
	font-size: 16px;
	margin-top: 5px;
}
.footer_rt .icon {
	float: left;
    font-size: 30px;
    background: #fff;
    border-radius: 100px;
    padding: 0.5rem;
    color: #000;
    margin-right: 1rem;
}
.footer_rt .icon_w {
	float: left;
    font-size: 1.2rem;
    background: #fff;
    border-radius: 100px;
    padding: 0.5rem;
    color: #000;
}
.foot_icon {
	padding-top: 12px;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	font-weight: normal;
}
.foot_icon span {
	color: #000;
	display: none;
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 120px;
	padding: 10px;
	left: 50%;
	margin-left: -75px;
	background: #fff;
}
.foot_icon span img {
	display: block;
	width: 120px;
}
.foot_icon span.span3 {
	width: 200px;
	margin-left: -115px;
}
.foot_icon span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -5px;
}
.foot_icon:hover span {
	display: block;
}
.foot_icon:hover a > img {
	filter: alpha(opacity=70); /* ie 有效*/
	-moz-opacity: 0.7; /* Firefox 有效*/
	opacity: 0.7; /* 通用，其他浏览器 有效*/
}
/**/
.head_rt .handle {
	padding-left: 55px;
	position: relative;
	color: #777;
	margin-top: 10px;
}
.head_rt .face {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	border-radius: 100%;
	left: 0;
	top: 50%;
	margin-top: -24px;
	overflow: hidden;
}
.hs {
	display: none;
	position: absolute;
	width: 150px;
	text-align: center;
	z-index: 555;
	background: #fff;
	top: 40px;
	right: -20px;
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.hs a {
	display: block;
	line-height: 40px;
}
.head_rt .handle {
	position: relative;
	top: -5px;
	background: url(../imagesNew/head_icon2.png) no-repeat right center;
	padding-right: 15px;
}
.head_rt .face img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.head_rt:hover .hs {
	display: block;
}
.banner {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 500px;
}
.banner .pics li {
	width: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	height: 500px;
}
.banner .pics a {
	display: block;
	width: 100%;
	height: 500px;
}
.banner .btns {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 22px;
	z-index: 60;
	text-align: center;
}
.banner .btns span {
	display: inline-block;
	width: 10px;
	height: 10px;
	font-size: 1px;
	margin: 0 3px;
	background: #636262;
	border-radius: 100%;
}
.banner .btns .hover {
	background: #0561b6;
}
.container{
    width:1200px;
    margin: 0 auto;
}
.container .text-right{
    padding: 1rem 0;
}
.jumbotron .container{
    padding: 3.6rem 0;
}
.jumbotron{
    max-height: 168px;
    
}
.jumbotron H1{
    color: #FFF;
}
.jumbotron p{
    color: #FFF;
}
/*关于我们*/
.gywm{
    overflow: hidden;
}
.gywm_l{
    width: 75%;
    float: left;
}
.gywm_l .sonsort{
    padding-bottom: 1rem;
    line-height: 3rem;
}
.gywm_l .sonsort a{
    padding: 0.7rem;
    line-height: 1rem;
    background: #fff;
}
.gywm_l .sonsort a span{
    padding: 0 0.4rem;
}
.gywm_l .sonsort a:hover{
    background: #0561b6;
    line-height: 1rem;
    color: #fff;
}
.gywm_l .sonsort .btn-info{
    background: #0561b6;
    line-height: 1rem;
    color: #fff;
}
.gywm_l h2{
    text-align: center;
    font-size: 2rem;
    padding: 2rem;
    background: #fff;
}
.gywm_l .pb-2{
    border-bottom: 1px #cdcdcd dotted;
    padding: 0.5rem 0;
    border-top: 1px #cdcdcd dotted;
    background: #fff;
    text-align: center;
}
.gywm_l .content{
    padding: 1rem;
    background: #fff;
}
.gywm_l p{
    line-height:1.6rem;
    letter-spacing: 0.1rem;
}
.gywm_l .content img{
    width: 100%;
}
.gywm_l .border-bottom-dashed{
    line-height: 3rem;
    border-bottom: 1px #CDCDCD dashed;
    background: #fff;
    padding: 0.1rem 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gywm_l .border-bottom-dashed span{
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gywm_l nav{
    text-align: center;
    padding: 1rem;
}
.gywm_l .pagination{
    line-height: 3rem;
}
.gywm_l nav a{
    padding: 0.5rem;
    background: #fff;
}
.gywm_l .page-num-current{
    background: #0561b6;
    color: #fff;
}
.gywm_l_dz{
    padding: 0 1rem 1rem;
    background: #fff;
    overflow: hidden;
}
.gywm_r{
    width: 24%;
    float: right;
    margin-left: 1%;
}
.gywm_r p{
    padding: 1rem;
    background: #fff;
    border-bottom: 1px #cdcdcd dotted;
}
.gywm_r p a{
}
.gywm_r p a i{
    font: icon;
}

.gywm_r .gywl_r_title{
    line-height: 2rem;
    text-align: center;
    font-size: 1.4rem;
    background: #0561b6;
    padding: 1rem 1rem;
}
.gywl_r_title a{
    color: #FFF;
}
.gywm_r_lxwm{
    background: url(/template/dlgyl/images/tellbg.jpg) center top no-repeat;
    padding-top: 9rem;
    margin-bottom: 1rem;
}
.gywm_r_lxwm p{
    line-height: 2rem;
}
.gywm_r_lxwm p i{
    float: left;
    font-size: 25px;
    padding-right: 0.5rem;
}
.gywm_r_lxwm p img{
    width: 100%;
}
.gywm_r_lxwm p span{
    text-align: center;
    display: block;
}
.gywm_r_lxwm_icon{
    font-family: icon-shouji;
}
/* 联系我们 */
.gywm_l_dz p{
    padding: 1rem;
    background: #fff;
    border-bottom: 1px #cdcdcd dotted;
}
.gywm_l_dz_l{
    width: 75%;
    float: left;
}
.gywm_l_dz_r{
    width: 25%;
    float: right;
    text-align: center;
}
.gywm_l_dz_r img{
    width: 100%;
}
.gywm_l_dz_r p{
    width: 100%;
    
}
/* TAG */
.dlgyl_tags{
    min-height: 30rem;
    background: #fff;
    margin-bottom: 1rem;
}
.dlgyl_tags a{
    float: left;
    padding: 1rem;
}
.dlgyl_news_ul li{
    height: 12rem;
    margin: 1rem 0;
    background: #fff;
    overflow: hidden;
}
.dlgyl_news_ul .dlgyl_news_ico{
    width: 30%;
    float: left;
}
.dlgyl_news_ul .dlgyl_news_ico img{
    width: 100%;
}
.dlgyl_news_ul .dlgyl_news_title{
    width: 70%;
    float: right;
}
.dlgyl_news_ul .dlgyl_news_title .title{
    font-size: 1.6rem;
}
.dlgyl_news_ul .dlgyl_news_title p{
    padding: 1rem;
    max-height: 3.5rem;
}
/*留言 */
.gywm_l .dlgyl_ly{
    background: url(/template/dlgyl/images/lybg.png) center top no-repeat;
    padding: 2rem 0;
}
.form-group{
    line-height: 2rem;
    width: 100%;
    text-align: center;
    padding-top: 1rem;
}
.form-group label{
    margin-right: 0.5rem;
}
.form-group input, .form-group textarea{
    line-height: 2rem;
    width: 25%;
}
.form-group button{
    padding: 0.2rem 2rem;
    font-size: 1.2rem;
}
/*渠道*/
.product .my-3{
    width: 100%;
    overflow: hidden;
}
.product .col-sm-2{
    float: left;
    line-height: 1rem;
    background: #fff;
    padding: 0.7rem;
}
.product .col-sm-10 a{
    float: left;
    line-height: 1rem;
    background: #fff;
    padding: 0.7rem;
    margin-left: 0.5rem;
}
.product .col-sm-10 a:hover{
    color: #fff;
    background: #0561b6;
}
.product .col-sm-10 .btn-info{
    color: #fff;
    background: #0561b6;
}
.product .row .col-sm-6{
    margin: 1rem 0;
    overflow: hidden;
    background: #fff;
}
.product .row .col-sm-6 .card-img-150{
    float: left;
    height: 12rem;
    width: 30%;
}
.product .row .col-sm-6 .card-img-150 img{
    width: 100%;
    overflow: hidden;
}
.product .row .col-sm-6 .card-body{
    float: left;
    height: 10rem;
    width: 70%;
}
.product .row .col-sm-6 .card-body h5{
    padding: 1rem;
    font-size: 1.2rem;
}
.product .row .col-sm-6 .card-body p{
    padding: 0.5rem 1rem;
}
@media (max-width: 768px) {
    body {
        font-size: 1.2rem;
    }
    .logo img {
    height: 3rem;
}
    .nav_list{
        display: none;
    }
    .container{
        width: auto;
    }
    .jumbotron .container {
    padding: 1.6rem;
    }
    .wrapin{
    width: auto;
    margin:0 1rem;
    }
    .swiper-container{
    height:15rem;
    }
    .swiper-container img{
    height:100%;
    }
    .swiper-slide .container{
    top: 28%;
    }
    .pack_eno{
        padding: 1rem 0;
        border-left:0;
        width: 100%;
    }
    .pack_con{
        padding: 0;
    }
    .ind_tit{
        padding: 1rem 0;
    }
    .pack_con .clearfix a{
        float: left;
        width: 50%;
    }
    .pack_eno .text{
        margin-left: 0.5rem;
    }
    .solution_list{
        width: 100%;
    }
    .solution_list li{
        width: 48%;
        margin: 1%;
        height: 8rem;
    }
    .advantage_list{
        
    }
    .advantage_list li{
        width: 48%;
        margin: 1%;
    }
    .ind_rartner a{
        width: 49%;
    }
    footer{
        height: 10rem;
    }
    footer .footer_lt p {
    margin-top: 0;
    padding-left: 0;
}
    .footer_rt {
    float: left;
}
.foot_icon{
    margin-right: 0.4rem;
}
.gywm_l{
        width: 100%;
    }
    .gywm_r{
        width: 100%;
    }
    .form-group input, .form-group textarea{
    width: 66%;
}
.product .row .col-sm-6 .card-img-150 {
    float: left;
    height: 10rem;
    width: 100%;
    overflow: hidden;
}
.product .row .col-sm-6 .card-body {
    float: left;
    width: 100%;
    height: auto;
}
.gywm_l_dz_l{
    width: 100%;
    float: left;
}
.gywm_l_dz_r{
    width: 100%;
    float: right;
    text-align: center;
}
}
@media screen and (min-width: 769px) and (max-width: 1199px){
    body {
        font-size: 1.4rem;
    }
    .nav_list{
        display: none;
    }
    .gywm_l{
        width: 100%;
    }
    .gywm_l p {
    line-height: 2.6rem;
    }
    .gywm_r{
        width: 100%;
    }
    .headWidth{
        width: auto;
        padding: 0 1rem;
    }
    .container{
        width: auto;
    }
    .jumbotron .container {
    padding: 1.6rem;
        
    }
    .wrapin{
    width: auto;
    margin:0 1rem;
    }
    .swiper-container{
    height:20rem;
    }
    .swiper-container img{
    height:100%;
    }
    .swiper-slide .container{
    top: 28%;
    }
    .solution_list{
    width: 100%;
    }
    .solution_list li{
    width: 48%;
    margin: 1%;
        height: 15rem;
    }
    .advantage_list li{
        width: 31.3%;
        margin: 1%;
    }
    .ind_rartner a{
        width: 33.33%;
    }
    footer{
        height: 10rem;
    }
    .footer_rt {
    float: left;
}
.product .row .col-sm-6 .card-body H5{
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
}
.product .row .col-sm-6 .card-body p {
    padding: 0.3rem 1rem;
    max-height: 3.5rem;
    overflow: hidden;
}
}