.mod1019 .banner .swiper-container,
.mod1019 .banner .ban_bg,
.mod1019 .banner .ban_nbg {
	width: 100%;
	height: 700px;
}

.mod1019 .banner .swiper-pagination-bullet-active {
	background: #0d7cc7;
}

.mod1019 .banner .ban_bg {
	background: url() no-repeat center;
}

.mod1019 .banner .ban_nbg {
	background: url(static/image/ban-n.jpg) no-repeat center;
}

.mod1019 .banner .slide_01 {
	background: url(static/image/01.jpg) no-repeat center;
}

.mod1019 .banner .slide_02 {
	background: url(static/image/banner02.jpg) no-repeat center;
}

.mod1019 .banner .swiper-slide {
	background-position: center;
	background-repeat: no-repeat;
}

.mod1019 .banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.mod1019 .banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.mod1019 .banner .swiper-pagination-bullet {
	width: 30px;
	border-radius: 6px;
	transition: 0.2s all ease;
}

* {}

/* 
.mod1019 .banner .slide_01{ background-image: url(../image/banner.png);}
.mod1019 .banner .slide_03{ background-image: url(../image/2E5B8DC3-6D1C7D60-8BB09ECB-F6AFD7820.jpg);}
.mod1019 .banner .slide_02{ background-image: url(../image/0A6C7AFC-275630EF-24325D79-0683BD4D0.jpg);} */
/*搜索*/
.mod1279 .search {
	padding: 15px !important;
	background-color: #f1f1f1;
}

.mod1279 .search .fl {
	padding-top: 18px;
	max-width: 845px;
}

.mod1279 .search .fl a:hover {
	text-decoration: underline;
	color: #0d7cc7;
}

.mod1279 .search .fl a {
	line-height: 14px;
	display: inline-block;
	color: #454545;
	font-size: 14px;
}

.mod1279 .search .fl span:last-of-type {
	display: none;
}

.mod1279 .search .fl strong {
	display: block;
	float: left;
	max-width: 90px;
	line-height: 15px;
	font-size: 15px;
}

.mod1279 .search_r form {
	float: left;
	display: block;
	width: 270px;
	background: #fff;
	border-radius: 50px;
	line-height: 34px;
	height: 34px;
	position: relative;
	margin: 9px 0 9px 0px;
}

.mod1279 .search_r form .search-i {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	display: block;
	transition: 0.3s all ease-in-out;
	background: #0d7cc7 url(../image/O2tjnejifeJcavrfUKltZuQ8EJZGm-hpa_D45P9lF0VamlCG0XkUDn_kK1Rs9AoGb1JqakLPdNMH_V9S6acKG-mFzMVKAQBiHbLmq0Ogd9B5jud1xoAqIn8TUohk6RX1.png) no-repeat center;
}

.mod1279 .search_r .search-i:hover {
	background-color: #0d7cc7;
}

.mod1279 .search_r .search-i input {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: none;
	border: 0 none;
	outline: none;
}

.mod1279 .search_r .search-bg input {
	line-height: 34px;
	background: none;
	border: 0 none;
	width: 220px;
	padding-left: 20px;
	color: #aaa;
	outline: none;
}

/*end*/
.adv_big {
	width: 1400px;
	margin: 60px auto;
}

.adv_big .about_t {
	margin-bottom: 0px;
}

.adv_c {
	width: 100%;
	margin: 50px auto;
}

.adv_c li {
	width: 32%;
	background: #f4f4f4;
	padding: 42px;
	float: left;
	margin-right: 1%;
	position: relative;
}

.adv_c li:nth-child(4) {
	margin-right: 0;
}

.adv1_tb {
	height: 58px;
}

.adv1 span {
	font-size: 25px;
	line-height: 45px;
	display: block;
}

.adv1 em {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	display: block;
}

.adv1 .xian {
	width: 26px;
	height: 2px;
	background: #232323;
	margin: 15px 0 50px 0;
}

.advimg {
	width: 100%;
	height: 258px;
}

.advimg img {
	max-width: 100%;
	max-height: 100%;
}

.adv_c .item_wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #0d7cc7;
	opacity: 0;
	-webkit-transition: all .36s ease;
	transition: all .36s ease;
	z-index: 9999;
}

.adv_c .item_wrapper::after {
	content: '';
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	transition-delay: .1s;
}

.adv_c .item_wrapper .item_info {
	text-align: center;
	top: 30%;
	position: absolute;
	width: 100%;
}

.adv_c .item_wrapper .item_info .nums {
	font-size: 68px;
	font-weight: bold;
	line-height: 53px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	margin-top: 20px;
	color: #fff;
	transition-delay: 0s;
	display: block;
}

.adv_c .item_wrapper .item_info .ys_title {
	font-size: 25px;
	color: #fff;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	transition-delay: .15s;
	margin-top: 30px;
	opacity: .6;
	line-height: 35px;
	display: block;
}

.adv_c .item_wrapper .item_info .line {
	width: 1px;
	height: 45px;
	background: #fff;
	margin: 12px auto 16px;
	display: block;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	transition-delay: .2s;
}

.adv_c .item_wrapper .item_info .subtitle {
	font-size: 14px;
	line-height: 35px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	transition-delay: .2s;
	margin-top: 30px;
	display: block;
	padding: 0 35px;
	color: #fff;
}

.adv_c li:hover .item_wrapper {
	opacity: 0.95;
}

.adv_c li:hover .item_wrapper::after {
	width: 95.2%;
	height: 96%;
	opacity: 1;
	margin: 10px;
}

.adv_c li:hover .item_wrapper .item_info .nums {
	font-size: 52px;
	margin-top: -40px;
}

.adv_c li:hover .item_wrapper .item_info .ys_title {
	font-size: 25px;
	margin-top: 10px;
	opacity: 1;
}

.adv_c li:hover .item_wrapper .item_info .line {
	height: 36px;
}

.adv_c li:hover .item_wrapper .item_info .subtitle {
	color: #fff;
	margin-top: -10px;
}

.about_bg {
	width: 100%;
	height: 720px;
	background: url(static/image/about_bg.jpg) center top no-repeat;
	overflow: hidden;
}

.about_t {
	margin: 50px auto 100px;
	font-size: 18px;
	color: #555;
	line-height: 45px;
	text-align: center;
}

.about_t b {
	color: #333;
	font-size: 45px;
}

.about_bg ul {
	display: flex;
	width: 100%;
}

.about_bg ul li {
	display: block;
	width: 25%;
	border-right: 1px solid #ccc;
}

.about_bg ul li:last-child {
	border-right: none;
}

.about_bg ul li span {
	display: block;
	font-size: 24px;
	line-height: 36px;
	color: #333;
	text-align: center;
	margin: 10px auto 20px;
}

.about_bg ul li p {
	font-size: 16px;
	line-height: 30px;
	padding: 0 15%;
	text-align: center;
}

.about_bg ul li img {
	display: block;
	height: 100px;
	margin: 0 auto;
}

.more_01 a {
	margin: 70px auto;
	display: block;
	width: 229px;
	height: 55px;
	text-align: center;
	background-color: #0d7cc7;
	border-radius: 28px;
	font-size: 18px;
	line-height: 55px;
	color: #ffffff;
	-webkit-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	overflow: hidden;
	position: relative;
}

.more_01 a:hover {
	background-color: #0d7cc7;
	-webkit-box-shadow: 0 10px 30px -6px #0d7cc7;
	box-shadow: 0 10px 30px -6px #0d7cc7;
	padding-left: 10px;
}

.more_01 a:after {
	content: "";
	top: 45%;
	right: 18px;
	transform: translateY(-45%);
	position: absolute;
	width: 30px;
	height: 24px;
	background: url(static/image/in-cur.png)no-repeat center center;
	animation: cursor 1.5s linear infinite;
	background-size: 100%;
}

@-webkit-keyframes cursor {
	from {
		transform: translate(0px, -20%);
	}

	to {
		transform: translate(-5px, -45%);
	}
}

@-o-keyframes cursor {
	from {
		transform: translate(0px, -20%);
	}

	to {
		transform: translate(-5px, -45%);
	}
}

@keyframes cursor {
	from {
		transform: translate(0px, -20%);
	}

	to {
		transform: translate(-5px, -45%);
	}
}

.commont {
	width: 800px;
	height: auto;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.commont em {
	display: inline-block;
	width: 25%;
	height: 1px;
	background-color: #e3e3e3;
	position: relative;
}

.commont em:after {
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background-color: #0d7cc7;
	position: absolute;
	top: 0;
	z-index: 2;
}

.commont em.left:after {
	right: 0;
}

.commont em.right:after {
	left: 0;
}

.commont span {
	display: block;
	font-size: 35px;
	padding: 0 5%;
	color: #333;
}
.hright{
	display: block;
	    width: 100%;
}
.commont_p {
	line-height: 36px;
	font-size: 16px;
	color: #999;
	text-align: center;
	margin-bottom: 60px;
}

.mod1271 .appl_bg {
	width: 100%;
	height: auto;
	background: #fff;
	border-top: 1px solid #ccc;
}

.mod1271 .appl_d>a {
	display: block;
	width: 240px;
	height: 50px;
	background: #0d7cc7;
	border-radius: 10px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
}

.mod1271 .appl_d>a:hover {
	color: #0d7cc7;
}

.mod1271 .prod_t i after {
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	position: absolute;
	top: -1px;
	background: #0d7cc7;
	width: 60px;
	height: 3px;
	left: 50%;
	margin-left: -30px;
}
.box{
	/* display: flex;
	    justify-content: space-around; */
}
.mod1271 .brand_tab {
	display: flex;
	justify-content: center;
	margin-top: -20px;
	margin-bottom: 30px;
}

.mod1271 .brand_tab a {
	display: block;
	width: 172px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	transition: all .3s ease;
	border-radius: 25px;
	background: #0d7cc7;
	box-shadow: 0 0 10px #eee;
}

.mod1271 .brand_tab a:nth-child(2) {
	margin: 0 35px;
}

.mod1271 .brand_tab a:last-child {
	margin-right: 0;
}

.mod1271 .brand_tab a.on {
	color: #fff;
	background: #0d7cc7;
}

.mod1271 .appl_d .news_content ul {
	display: block;
	width: 100%;
}

.mod1271 .appl_d .list {
	width: 100%;
	display: block;
	background: #eee;
	padding-top: 1px;
}

.mod1271 .appl_d .list li {
	background: #eee;
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	padding-right: 1px;
	padding-bottom: 1px;
	box-sizing: border-box;

}

.tempWrap {
	margin: 0 auto;
}

.mod1271 .appl_d .list li:nth-child(5n+1) {
	padding-left: 1px;
}

.mod1271 .hvr-linear {
	position: relative;
	-webkit-transition: all ease 300ms;
	transition: all ease 300ms;
	overflow: hidden;
}

.mod1271 .appl_d .list li a {
	width: 100%;
	padding-top: 52%;
	position: relative;
	overflow: hidden;
	display: block;
}

.mod1271 .appl_d .list li .on {
	width: 100%;
	height: 100%;
	background: #0d7cc7;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
	opacity: 0;
	filter: alpha(opacity=0);
	display: none;
}

.mod1271 .appl_d .list li .on i {
	display: block;
	width: 60px;
	height: 60px;
	background: url(static/image/O2tjnejifeJcavrfUKltZuQ8EJZGm-hpa_D45P9lF0V8JMBGTxEv8vMGlLrCdCF56oXTRTNaEk9ZHlOXjArIrs8sJYVsH5c7zjmPoD-XKmg.1.png) no-repeat center;
	margin: 0 auto;
	margin-top: 20%;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.mod1271 .appl_d .news_content {
	width: 1400px;
	margin: 0 auto;
}

.mod1271 .appl_d .list li .on p {
	font-size: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	margin-top: 5%;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.mod1271 .appl_d .list li a img {
	width: 100%;

	display: block;
	-webkit-transition: all ease 0.6s;
	transition: all ease 0.6s;
	position: absolute;
	left: 0;
	top: 0;
}

.mod1271 .appl_d .list li:hover .on {
	opacity: 0.8;
	filter: alpha(opacity=0.8);
}

.mod1271 .appl_d .list li:hover a img {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.case {}

.case .title {
	margin: 95px 0 60px 0;
}

.casecon {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.casecon li {
	width: 18.25%;
	height: 600px;
	overflow: hidden;
	transition: all .3s ease;
	text-align: center;
	position: relative;
}

.casecon li.on {
	width: 27%;
}

.casecon li a {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .85);
	transition: all .3s ease;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
}

.casecon li.on a {
	background: none;
}

.casecon li:nth-child(1) {
	background: url(../image/app01.jpg)
}

.casecon li:nth-child(2) {
	background: url(../image/app02.jpg)
}

.casecon li:nth-child(3) {
	background: url(../image/app03.jpg)
}

.casecon li:nth-child(4) {
	background: url(../image/app04.jpg)
}

.casecon li:nth-child(5) {
	background: url(../image/app05.jpg)
}

.caseicon {
	display: inline-block;
	width: 68px;
	height: 52px;
	background: url(static/image/tab_logo01.png) no-repeat left top;
	margin-bottom: 10px;
}

.casecon li:nth-child(2) .caseicon {
	background-position-x: -102px;
}

.casecon li:nth-child(3) .caseicon {
	background-position-x: -184px;
}

.casecon li:nth-child(4) .caseicon {
	background-position-x: -258px;
}

.casecon li:nth-child(5) .caseicon {
	background-position-x: -332px;
}

.case_t {
	font-size: 25px;
	color: #fff;
}

.case_t:after {
	content: '';
	display: block;
	margin: 20px auto 0 auto;
	background: #fff;
	width: 48px;
	height: 2px;
	background: #aaabab;
	transform: all .3s ease;
}

.casewa {
	position: relative;
	transform: all .3s ease;
}

.casecon li.on .casewa {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 175px;
	background: rgba(255, 255, 255, .75);
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: center;
}

.casecon li.on .case_t {
	font-size: 30px;
	color: #0e0e0e;
}

.case_t span {
	font-family: arial;
	font-size: 14px;
	line-height: 14px;
	color: #999;
	text-transform: uppercase;
}

.casecon li.on .case_t span {
	font-family: arial;
	font-size: 12px;
	line-height: 12px;
	color: #999;

}

.casecon li.on .case_t:after {
	width: 0;
	margin-top: 0;
}

.casecon li.on .caseicon {
	transform: scale(.8);
	margin-bottom: 10px;
	background-position-y: -88px;
}

/*应用案例*/
.case_all {
	width: 100%;
	min-width: 1400px;
	margin-top: -10px;

}

.case_b {}

.case_b li {


	display: block;
	float: left;
	width: 100%;
	margin: 0 1% 1% 0;
}

.case_b li:nth-of-type(5n) {
	margin-right: 0;
}

.case_b li .pic {
	overflow: hidden;
	position: relative;
	border: 1px solid #eee;
}

.case_b .pic img {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	width: 100%;
	display: block;
	height: auto;
}

/* .case_b .pic img:hover{-webkit-transform: scale(1.12, 1.12); transform: scale(1.12, 1.12); -moz-transform: scale(1.12, 1.12);  overflow:hidden;}   */

/* .case_b .pic:before{z-index:2;left: 0;top: 0;content: "";
    display: block;width: 100%;height: 0;position: absolute;background: rgba(0,0,0,0.7) url(static/image/see-more.png)center no-repeat;transition: all ease 0.5s;
} */
.case_b li:hover .pic:before {
	height: 100%;
}


.case_b .txt {
	line-height: 40px;
	padding: 0 20px;
	text-align: center;
	position: relative;
	display: block;
	position: relative;
	font-size: 16px;
	color: #666;
	transition: all ease 0.5s;
	background: #f5f5f5;
}

.case_b .txt i {
	display: block;
	position: relative;
	z-index: 2;
}

.case_b .txt em {
	z-index: 2;
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 30px;
	font-weight: lighter;
}

.case_b .txt:after {
	content: "";
	transition: all ease 0.5s;
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	background: #0d7cc7;
}

.case_b li:hover .txt:after {
	height: 60px;
}

.case_b li:hover .txt {
	color: #fff;
}

.seemore {
	display: block;
	text-align: center;
	width: 250px;
	background: #0d7cc7;
	line-height: 50px;
	color: #fff;
	margin: 20px auto;
	font-size: 15px;
}

.mod1538 .news_bg {
	background: #f8f8f8;
	padding: 10px 0 60px 0;
	margin: 50px auto 0;
}

.mod1538 .news_tab {
	display: flex;
	justify-content: center;
}

.mod1538 .news_tab a {
	display: block;
	width: 172px;
	line-height: 42px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	transition: all .3s ease;
	border-radius: 25px;
	box-shadow: 0 0 10px #eee;
	background: #0d7cc7;
}

.mod1538 .news_tab a:nth-child(2) {
	margin: 0 35px;
}

.mod1538 .news_tab a.on {
	color: #fff;
	background: #0d7cc7;
}

.mod1538 .news_content {
	margin-top: 30px;
}

.mod1538 .news_content li {
	display: flex;
	justify-content: space-between;
}

.mod1538 .news_content .news_l {
	width: 48%;
}

.mod1538 .news_content .news_l dl {
	display: flex;
	justify-content: space-between;
	padding: 3.5%;
	background: #f1f1f1;
	position: relative;
}

.mod1538 .news_content .news_l dl:last-of-type {
	margin-top: 3%;
}

.mod1538 .news_content .news_l dt {
	overflow: hidden;
	width: 40%;
}

.mod1538 .news_content .news_l dt a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
}

.mod1538 .news_content .news_l dt img {
	display: block;
	width: 100%;
	transition: all .6s ease;
}

.mod1538 .news_content .news_l dd {
	width: 56%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

.mod1538 .news_content .news_l dd .news_t a {
	display: block;
	font-size: 18px;
	color: #666;
	line-height: 18px;
}

.mod1538 .news_content .news_l dd .news_w p {
	font-size: 14px;
	color: #666;
	font-weight: lighter;
	line-height: 30px;
	height: 90px;
}

.mod1538 .news_content .news_l dd .news_ctime {
	position: relative;
}

.mod1538 .news_content .news_l dd .news_ctime span {
	display: block;
	font-size: 14px;
	color: #666;
}

.mod1538 .news_content .news_l dd .news_ctime:after {
	position: absolute;
	display: block;
	content: " ";
	top: 0;
	left: 90px;
	width: 21px;
	height: 21px;
	transition: ease 0.6s;
	border-radius: 50%;
	background: #0d7cc7 url(../image/O2tjnejifeJcavrfUKltZuQ8EJZGm-hpa_D45P9lF0VamlCG0XkUDn_kK1Rs9AoG4WdRzR2z9fs6q7Us7kMhiv4lKo_YUEJU7gAJwddTW5U.1.png) center no-repeat;
}

.mod1538 .news_content .news_r {
	width: 50%;
}

.mod1538 .news_content .news_r dl {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2%;
	padding: 2%;
	background: #f1f1f1;
	position: relative;
}

.mod1538 .news_content .news_r dl:last-of-type {
	margin-bottom: 0;
}

.mod1538 .news_content .news_r dl dt {
	width: 24.8%;
	overflow: hidden;
}

.mod1538 .news_content .news_r dl dt a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
}

.mod1538 .news_content .news_r dl dt a img {
	display: block;
	width: 100%;
	transition: all .6s ease;
}

.mod1538 .news_content .news_r dl dd {
	width: 72%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mod1538 .news_content .news_r dl dd .news_txt {
	padding-right: 18px;
	width: 80%;
	border-right: 1px solid #eee;
}

.mod1538 .news_content .news_r dl dd .news_txt a {
	display: block;
	font-size: 18px;
	color: #666;
	line-height: 18px;
}

.mod1538 .news_content .news_r dl dd .news_txt p {
	font-size: 14px;
	color: #666;
	font-weight: lighter;
	line-height: 30px;
	height: 60px;
	margin-top: 10px;
}

.mod1538 .news_content .news_r dl dd .news_ctime {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-family: "Arial";
	color: #666;
	margin-right: 2%;
}

.mod1538 .news_content .news_r dl dd .news_ctime b {
	display: block;
	font-size: 24px;
	line-height: 24px;
}

.mod1538 .news_content .news_r dl dd .news_ctime span {
	display: block;
	font-size: 16px;
}

.mod1538 .news_content .news_r dl dd .news_ctime a {
	display: block;
	margin-top: 5px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: #0d7cc7 url(../image/O2tjnejifeJcavrfUKltZuQ8EJZGm-hpa_D45P9lF0VamlCG0XkUDn_kK1Rs9AoG4WdRzR2z9fs6q7Us7kMhiv4lKo_YUEJU7gAJwddTW5U.1.png) center no-repeat;
}

.mod1538 .news_content dl:hover img {
	transform: scale(1.1);
}

.mod1538 .news_content dl:hover dd .news_t a,
.mod1538 .news_content dl:hover dd .news_txt a {
	color: #0d7cc7;
}

.mod1538 .news_content dl:hover dd .news_ctime:after {
	left: 100px;
}

.close {
	display: none;
}

.mb-list {
	height: 0;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.close {
		display: block;
		width: 22px;

	}

	.clearfix:after {
		display: none
	}

	.clearfix {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.head_bg {
		padding: 0;
	}

	.fl {
		float: none;
		font-size: 12px;
	}

	.mb-list {
		width: 100%;
		height: 0;
		background: #fff;
		padding: 0 30.0096px;
		overflow: hidden;
		transition: height 0.6s ease;
		position: sticky;
		z-index: 9;
	}

	.nav_ul {
		flex-direction: column;
		align-items: center;
		    height: auto;
	}

	.mb-list.full-height {
		height: 100vh;

	}

	.mb-list li {
		height: 60px;
		line-height: 60px;
		border-bottom: 0.9984px solid #eee;
	}

	.show_list a {
		font-weight: 600;
		color: #333;
		font-size: 18px;
	}

	.close.on span:nth-child(1) {
		transform: rotateZ(45deg);
		transform-origin: left center;
	}

	.close.on span:nth-child(2) {
		opacity: 0;
	}

	.close.on span:nth-child(3) {
		transform-origin: left center;
		transform: rotateZ(-45deg);
	}

	.close span {
		width: 100%;
		height: 3px;
		background: #fff;
		margin: 3px 0;
		border-radius: 2px;
		transition: all .3s;
		display: block;
	}

	.close span:nth-child(2) {
		width: 60%;
		margin: 3px 0 3px auto;
	}

	.close span {
		width: 100%;
		height: 3px;
		background: #fff;
		margin: 5px 0;
		border-radius: 2px;
		transition: all .3s;
		display: block;
	}

	.nav_div {
		display: none;
	}

	body {
		min-width: auto;
	}

	.box,
	.content,
	.w1200,
	.w1300,
	.width-1200,
	.w1400 {
		width: auto !important;
	}

	.fr {
		display: none;
	}

	.hleft h1 {
		font-size: 22px;
		letter-spacing: 1px;
	}

	.swiper-slide {
		width: 100%;
	}

	.hsecond {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		height: auto;
		flex-direction: column;
	}

	.mod1019 .banner .swiper-container,
	.mod1019 .banner .ban_bg,
	.mod1019 .banner .ban_nbg {
		width: 100%;
		height: auto;
	}

	.mod1019 .banner .swiper-pagination-bullet {
		width: 10px;
	}

	.swiper-pagination-bullet {
		height: 5px;
	}

	.mod1279 .search .fl {
		display: none;
	}

	.search-container {
		float: none;
		width: 100%;
	}

	.search-button img {
		width: 20px;
		margin-top: 2px;
	}

	.search-box input::placeholder {
		font-size: 14px
	}

	.search-input {
		font-size: 15px;
		height: 40px;
		width: 80%;
	}

	.search-button {
		width: 40px;
		height: 40px;
	}

	.search-box {
		display: flex;
		align-items: center;
		border: none;
		border-radius: 2px;
		background-color: #fff;
		/* margin-top: 20px; */
		width: 90%;
		height: 40px;
		margin: 0 auto;
	}

	.commont span {
		font-size: 18px;
	}

	.commont {
		width: 100%;
		margin: 40px auto 0;
	}

	.commont_p {
		line-height: 16px;
		font-size: 14px;
		color: #999;
		text-align: center;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.mod1271 .brand_tab {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.mod1271 .brand_tab a {
		width: 80px;
		line-height: 30px;
		font-size: 12px;
	}

	.news_content,
	.mod1271 .appl_d .news_content ul {
		width: 100% !important;
	}

	.news_content {
		left: 0 !important;
		margin: 0 auto !important;
		display: block;
	}

	.mod1271 .appl_d .news_content ul {
		display: none;
	}

	.mod1271 .appl_d .news_content ul:first-child {
		display: block;
	}

	.more_01 a {
		margin: 20px auto;
		display: block;
		width: 141px;
		height: 30px;
		text-align: center;
		background-color: #0d7cc7;
		border-radius: 28px;
		font-size: 12px;
		line-height: 30px;
		color: #ffffff;
		-webkit-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		overflow: hidden;
		position: relative;
	}

	.case_all {
		width: 96%;
		min-width: 96%;
		margin-top: -10px;
		margin: 0 auto;
	}

	.share_app,
	.casecon {
		display: none;
	}

	.mod1538 .news_tab a {
		display: block;
		width: 100px;
		line-height: 30px;
		text-align: center;
		font-size: 14px;
	}

	.mod1538 .news_content .news_r,
	.mod1538 .news_content .news_l {
		width: 90%;
		margin: 0 auto;
	}

	.mod1538 .news_content li {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.mod1538 .news_content .news_l {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.mod1538 .news_content .news_l dt img {
		display: block;
		width: 100%;
		height: 200px;
		transition: all .6s ease;
		object-fit: cover;
	}

	.mod1538 .news_content .news_r dl dd .news_txt a {
		display: block;
		font-size: 14px;
		color: #666;
		line-height: 14px;
	}

	.mod1538 .news_content .news_r dl dd .news_txt p {
		font-size: 12px;
		color: #666;
		font-weight: lighter;
		line-height: 12px;
		height: auto;
		margin-top: 10px;
		text-overflow: ellipsis;
	}

	.mod1538 .news_content .news_r dl dd .news_ctime b {
		display: block;
		font-size: 18px;
		line-height: 18px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none !important;
	}

	.mod1538 .news_content .news_r,
	.mod1536 .footer .footer_l {
		display: none;
	}

	.mod1536 .copy_bg {
		height: 30px;
	}

	.mod1536 .copy,
	.mod1536 .copy a {
		color: #a8a9ad;
		font-size: 12px;
		text-align: center;
		line-height: 30px;
	}

	.page_main {
		width: 100%;
	}

	.clearfix {
		display: block;
	}

	.abt_box {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.mod1015 .navigation {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		width: 100%;
		line-height: 40px;
		height: 40px;
		margin-bottom: 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		text-align: left;
		font-size: 12px;
		color: #555;
	}

	.abt_jj em {
		font-size: 16px;
		background: #0d7cc7;
		display: inline-block;
		padding: 0;
		margin-top: 0;
		color: #fff;
		text-align: center;
		display: block;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.abt_jj em b {
		font-weight: bold;
		font-size: 16px;
	}

	.abt_jj dd {
		line-height: 18px;
		font-size: 14px;
		padding: 0;
		width: 90%;
		margin: 0 auto;
	}

	.abt_jj dt {
		display: block;
		height: auto;
		margin: 0 auto;
	    width: 90%;
	}
.head{
	display:flex;
}
	.abt_jj dt img {
		margin: 0 auto;
		display: block;
		margin-bottom: 20px;
		width: 100%;
		border: navajowhite;
	}

	.title {
		font-size: 18px;
		color: #343434;
		text-align: center;
		margin: 0 0 20px;
	}
.abt_jj dl {
    box-shadow: 0px 0px 13px 3px #f1f1f1;
}
.cf_conent dl{
	float: none;
}
.fr, .pull-right {
    float: none;
}
.abt_jj dl{
	height: auto;
}
.xh-txt p:nth-child(1) {
    font-size: 12px;
}
.con-list p {
    line-height: 30px;
}
.con-list li button {
       width: 58px;
    height: 20px;
    text-align: center;
    /* line-height: 40px; */
    border: 1px solid #0d7cc7;
    background: #fff;
    margin-top: 3px;
}
.con-list li button a {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 11px;
    color: #0d7cc7;
    transition: 0.3s;
}
.con-list li button img {
    width: 11px;
    height: 14px;
    display: block;
}
.type {
      width: 96%;
    margin: 20px auto;
}
.con-tit {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #0c90cd;
    height: 30px;
}
.con-list {
   
    min-height: 30px;
	}
	.lj{
		text-align: center;
	}
	.link_box {
	    background: #0d7cc7;
	    height: 40px;
	    line-height: 40px;
		}
.con-tit li {
    font-size: 14px;
}
.mod1016 .page_nav li.sidenavcur, .mod1016 .page_nav li:hover {
    background-size: 10%;
}
.mod1016 .page_nav li a {
    height: 30px;
}
.mod1016 .page_nav li {
    width: 33.3%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
	}
.mod1016 .page_nav {
    height: 30px;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
    width: 90%;
}
.doc_content{
width: 90%;
    margin: 0 auto;
}
.mod1509 .nynews-title {
    font-size: 13px;
    font-weight: 500;
    color: #222;
    line-height: 16px;
    padding-bottom: 0.6vw;
}
.mod1509 .nynews-more {
	display:none;
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
	}
	.mod1509 .nynews-date {
	    float: right;
	    width: 20%;
	    padding: 0;
	    text-align: right;
	    font-size: 12px;
	    font-family: sans-serif;
	    color: #999;
	}
	.mod1509 .nynews-date b {
	    font-size: 20px;
	}
	.mod1509 .nynews-text {
	    font-size: 12px;
	    line-height: 16px;
	    color: #666;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	.mod1509 .nynews-title {
	    font-size: 14px;
	    font-weight: 500;
	    color: #222;
	    line-height: 16px;
	    padding-bottom: 0;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	}
	.rows{
		text-align: center;
	}
	.mod1509 .nynews-list {
	    width: 100%;
	    height: auto;
	    padding: 1%;
	    margin: 20px auto;
	    box-shadow: 0 0 1px #aaa;
	    box-sizing: border-box;
	    position: relative;
	    transition: all 0.3s ease-out;
	    -webkit-transition: all 0.3s ease-out;
	}
	.mod1008 input.button.btn_message {
	    margin-left: 0 !important;
		}
		.text-center{
			display: flex;
		}
		.mod1015 .navigation {
		    text-overflow: ellipsis;
		    white-space: nowrap;
		    overflow: hidden;
		    width: 100%;
		    line-height: 40px !important;
		    height: 40px !important;
		    margin-bottom: 0 !important;
		    border-top: 1px solid #ddd !important;
		    border-bottom: 1px solid #ddd !important;
		    text-align: left;
		    font-size: 15px !important;
		    color: #555;
		}
		.mod1395 .left_content {
		    margin-left: 5px !important;
		    font-size: 13px !important;
		    line-height: 20px !important;
		}
		.mod1395 .left_content p {
		    line-height: 30px !important;
		}
		.mod1395 .lianxi_lm strong {
		    font-size: 16px;
		    color: #0d7cc7;
		}
		.mod1395 .lianxi_lm {
		    margin-top: 20px !important;
		    padding-left: 10px !important;
		    font-size: 15px !important;
		    line-height: 18px !important;
		    border-left: solid 3px #0d7cc7 !important;
		    overflow: hidden;
		}
		.mod1395 .lianxi {
		    margin: 0 auto !important;
		    margin-top: 20px !important;
		    margin-bottom: 10px !important;
		    background: #f5f5f5;
		    overflow: hidden;
		    padding-bottom: 20px;
		}
		.mod1395 .lianxi_r {
		    float: none !important;
		    padding: 0 !important;
		    width: 96% !important;
		    background: #f5f5f5;
		    overflow: hidden;
		}
		.mod1395 .lianxi_rm_m {
		    margin-top: 10px !important;
		    margin-left: 0 !important;
		    font-size: 16px !important;
		    line-height: 40px !important;
		    border-top: solid 3px #0d7cc7 !important;
		    width: 80px !important;
		}
		.mod1395 .lianxi_rm_en {
		    float: none !important;
		    font-family: Arial, Helvetica, sans-serif;
		    font-size: 18px !important;
		    font-weight: bold;
		    color: #0d7cc7;
		    line-height: 20px !important;
		}
		
}