@charset "utf-8";
/* *{-webkit-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;} */
/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
 from {
 -webkit-transform:scale(1.1);
 transform:scale(1.1);
}
 to {
 -webkit-transform:scale(1);
 transform:scale(1);
}
}
@keyframes scale-bg {
 from {
 -webkit-transform:scale(1.1);
 transform:scale(1.1);
}
 to {
 -webkit-transform:scale(1);
 transform:scale(1);
}
}
/*banner */
.banner {
	background: #f7f7f7;
	position: relative;
	z-index: 10;
}
.banner .section1 {
	position: relative;
}
.banner .index_banner .item {
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	position: relative;
}
.banner .index_banner .item.slick-current .scaleBg {
	visibility: visible;/* -webkit-animation:scale-bg 3s linear forwards;
	animation:scale-bg 3s linear forwards; */
}
.banner .index_banner .items {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.banner .index_banner .items:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;/*background: rgba(8,38,104,0.75);*/
}
.banner .index_banner .item:nth-child(2) .items:after {
	background: none;
}
.banner .index_banner .item .block_txt {
	position: absolute;
	top: 35%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%, -40px);
	-webkit-transform: translate(-50%, -40px);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.banner .index_banner .item.active .block_txt {
	opacity: 1;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.banner .block_txt h3 {
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	margin-top: 30px;
	letter-spacing: 3px;
}
.banner .block_txt .more {
	color: #fff;
	display: block;
	font-size: 18px;
	text-align: center;
	width: 150px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background: #ffc324;
	margin: 35px auto 0;
}
.banner .slick_txt {
	width: 30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border: 0;
}
.banner .left {
	left: 0;
}
.banner .right {
	right: 0;
}
.banner .slick_txt:hover .slick_arrow {
	opacity: 1;
	visibility: visible;
}
.banner .slick_txt .slick_arrow {
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.banner .slick_txt .prev {
	background-image: url(../images/ban_prev.png);
	left: 60px;
}
.banner .slick_txt .next {
	background-image: url(../images/ban_next.png);
	right: 60px;
}
.banner .slick_txt .prev:hover {
	background-image: url(../images/ban_prev_hover.png);
}
.banner .slick_txt .next:hover {
	background-image: url(../images/ban_next_hover.png);
}
.banner .number {
	position: absolute;
	bottom: 8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.banner .number span {
	font-family: "Myriad Pro", "Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right: 100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}
.banner .number span:last-child {
	margin-right: 0;
}
.banner .number span:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: -20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}
.banner .number span.active:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-dots li {
	width: 15px;
}
.slick-dots li button:hover:before, .slick-dots li button:before {
	color: #14264e;
	font-size: 30px;
	opacity: 1;
}
.slick-dots li.slick-active button:hover:before, .slick-dots li.slick-active button:before {
	color: #f7c324;
}
.slick-dots {
	bottom: 10px;
}
.wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 10px;
}
.homemain h3 {
	font: 600 36px "Microsoft yahei";
	color: #14264e;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.homemain h3 span {
	color: #ffc324;
}
.homemain .en_tit {
	color: #777;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	padding: 5px 0 3% 0;
}
.homemain .adv {
	position: relative;
	padding: 4% 0;
}
.homemain .adv::before {
	content: '';
	width: 600px;
	height: 600px;
	border: 120px solid #f7c324;
	position: absolute;
	top: -65%;
	left: -25%;
	border-radius: 50%;
	z-index: -1;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.homemain .adv .icon_list {
	width: 103%;
	margin-top: 4%;
	padding-top: 8px;
}
.homemain .adv li {
	width: 30.3% !important;
	margin-right: 3% !important;
	float: left;
	background: #fff;
	box-shadow: 0 0 8px #ddd;
	border-radius: 5px;
	margin-bottom: 45px;
}
.homemain .adv li .wrap {
	padding: 30px;
}
.homemain .adv li .imgarea {
	width: 60px;
}
.homemain .adv li .num {
	color: #ddd;
	opacity: 0.5;
	font-size: 36px;
	font-family: Helvetica, sans-serif;
	display: block;
	text-align: center;
	line-height: 1.5;
}
.homemain .adv li .txtarea {
	padding-left: 85px;
}
.homemain .adv li h4 {
	font-size: 22px;
	color: #14264e;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.homemain .adv li .des {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 72px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow : hidden;
	word-break: break-all;
}
.homemain .adv li:hover {
	background: #f7c324;
	transition: none !important
}
.homemain .adv li:hover h4, .homemain .adv li:hover .des, .homemain .adv li:hover .num {
	color: #fff;
}
.homemain .adv li:hover .imgarea img {
	filter: grayscale(100%)brightness(100);
	transition: none !important
}
.homemain .mod1 {
	color: #fff;
	padding: 4% 0;
	background: url(../images/bg-map.png)center no-repeat;
	background-color: #0f3175;
}
.homemain .mod1 .icon-lightningbshandian {
	font-size: 26px;
	color: #0a2761;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #f7c324;
	border-radius: 50%;
}
.homemain .mod1 h3 {
	text-align: left;
	color: #fff;
	margin-bottom: 30px;
	letter-spacing: 5px;
	font-size: 42px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.homemain .mod1 h5 {
	font-size: 24px;
	padding: 10px 0 5px;
	margin-bottom: 15px;
	letter-spacing: 5px;
}
.homemain .mod1 .icon-gou {
	color: #f7c324;
	padding-right: 5px;
	font-size: 24px;
	vertical-align: middle;
}
.homemain .mod1 .list-check li {
	font-size: 16px;
}
.homemain .mod1 .special_list {
	width: 103%;
	margin-top: 4%;
	z-index: 3;
}
.homemain .mod1 .special_list li {
	width: 17%;
	margin-right: 3%;
	float: left;
	background: #fff;
	border-radius: 3px;
	text-align: center;
	color: #14264e;
	font-size: 15px;
	overflow: hidden;
	padding: 15px 0;
}
.homemain .mod1 .special_list li i {
	font-size: 42px;
	line-height: 1;
	vertical-align: text-bottom;
	color: #f7c324;
}
.homemain .mod1 .special_list li p {
	font-size: 28px;
	line-height: 1;
}
.homemain .mod1 .special_list li .txt {
	padding-left: 15px;
	display: inline-block;
}
.homemain .mod1 .mod1_pic {
	float: right;
	max-width: 520px;
	margin-right: 12%;
	width: 32%;
}
.homemain .mod1 .special_list li:hover {
	background: #f7c324;
}
.homemain .mod1 .special_list li:hover i {
	color: #14264e;
}
.case {
	padding: 4% 0;
	background: #fff;
}
.caselist {
	width: 100%;
}
.caselist li {
	width: 30.33% !important;
	margin-right: 3% !important;
	float: left;
	margin-bottom: 45px;
}
.caselist li .itemtop {
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	border-radius: 8px 8px 0 0;
	background: #eee;
}
.caselist li .itemtop span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 6px;
	background: #fff;
}
.caselist li .pic {
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.caselist li .pic img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	max-height: unset;
	transition: none
}
.caselist li .pic .cover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(20,38,78,0.5);
	opacity: 0;
	color: #fff;
	text-align: center;
}
.caselist li .pic .more {
	display: inline-block;
	padding: 3px 20px;
	background: #ffc324;
	border-radius: 5px;
	color: #fff;
	margin-right: 10px;
}
.caselist li .pic .link {
	display: inline-block;
	padding: 3px 20px;
	background: #14264e;
	border-radius: 5px;
	color: #fff;
}
.caselist li:hover .pic .cover {
	opacity: 1;
}
.caselist li .txt {
	text-align: center;
}
.caselist .swiper-wrapper {
	width: 100% !important;
}
.homemain .more2 {
	display: block;
	width: 170px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	background: #f7c324;
	text-align: center;
	margin: 0 auto;
}
.homemain .advert {
	background: #0f3175;
	padding: 3% 0;
}
.homemain .advert h2 {
	font-size: 30px;
	font-style: italic;
	color: #fff;
	font-weight: bold;
	line-height: 45px;
}
.homemain .advert h2 span {
	color: #f7c324;
	padding: 0 2px;
}
.homemain .advert .link {
	float: right;
	color: #fff;
	font-size: 16px;
	padding: 0 40px;
	border: 2px solid #fff;
	display: block;
	border-radius: 25px;
	line-height: 43px;
}
.news {
	position: relative;
	padding: 4% 0 2%;
	background: url(../images/news_bg.jpg)center repeat-y;
}
.news .newslist {
	width: 103%;
	padding: 4% 0 5%;
}
.news .newslist li {
	width: 30.4% !important;
	margin-right: 3% !important;
	float: left;
	box-shadow: 0 0 8px #ddd;
	background: #fff;
}
.news .newslist li .imgarea {
	display: block;
	width: 100%;
	height: 225px;
	overflow: hidden;
}
.news .newslist li .imgarea img {
	width: 100%;
	height: 100%;
}
.news .newslist li .txtarea {
	padding: 10px 20px;
}
.news .newslist li h4 {
	font-size: 18px;
	color: #14264e;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .newslist li .time {
	color: #888;
	font-size: 14px;
}
.news .newslist li .des {
	font-size: 14px;
	line-height: 1.7;
	height:3em;
	color: #333;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow : hidden;
	word-break: break-all;
}
.news .newslist li .more {
	font-size: 15px;
	margin-top: 5px;
	color: #14264e;
	font-weight: bold;
}
.homemain .news .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: url(../images/bullet.png) no-repeat;
	opacity: 1;
}
.homemain .news .swiper-pagination-bullet-active {
	width: 18px;
	height: 18px;
	background: url(../images/bullet_active.png) no-repeat
}
.homemain .partner {
	padding: 4% 0;
	background-color: #fff;
}
.homemain .partner .part_list {
	padding: 4% 8px 8px;
}
.homemain .partner .part_list li {
	box-shadow: 0 0 5px #eee;
	text-align: center;
	width: 23%;
	margin-right: 2%;
}
.homemain .partner .part_list li img {
	filter: grayscale(100%);
	opacity: 0.45;
	max-width: 90%;
}
.mod2 {
	padding: 3% 0;
	color: #fff;
	background: -moz-linear-gradient(to bottom, #15316f 0%, #14264e 100%);
	background: -webkit-linear-gradient(bottom, #15316f 0%, #14264e 100%);
	background: linear-gradient(to bottom, #15316f 0%, #14264e 100%);
}
.mod2 h2 {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.mod2 .des {
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 10px;
}
.mod2 .link {
	display: block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background: #f7c324;
	text-align: center;
	margin: 30px auto 0;
	color: #fff;
	font-size: 16px;
}
.footer {
	position: relative;
	width: 100%;
	padding: 3% 0 3%;
	overflow: hidden;
}
.footer::before {
	content: '';
	width: 600px;
	height: 600px;
	border: 120px solid #f7c324;
	position: absolute;
	top: -140%;
	right: -25%;
	z-index: -1;
	border-radius: 50%;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.footer .fn-col {
	float: left;
}
.footer .fn-col.logo {
	width: 30%;
}
.footer .substation {
	width: 25%;
}
.footer .fn-col.logo .tel {
	background: url(../images/icon_tel.png)no-repeat left center;
	padding-left: 30px;
	margin-top: 20px;
}
.footer .fn-col.logo .tel span {
	font-size: 20px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.footer .fn-col.logo .add {
	background: url(../images/icon_add.png)no-repeat left center;
	padding-left: 30px;
	margin-top: 15px;
}
.footer .fn-col.news_l {
	width: 30%;
}
.footer .substation .cont {
	height: 260px;
	line-height: 26px;
	overflow: hidden;
}
.footer .fn-col.news_l .more {
	font-size: 13px;
}
.footer .fn-col.frendlink {
	width: 15%;
}
.footer .fn-col h5 {
	font-size: 18px;
	margin-bottom: 5px;
}
.footer .fn-col li {
	padding-left: 15px;
	font-size: 13px;
	color: #666;
	background: url(../images/icon_n.png)no-repeat left center;
}
.copyright {
	border-top: 1px solid #ddd;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.copyright a {
	color: #666;
	margin-right: 30px;
}
.copyright a:hover {
	color: #666;
}
.fixed-b {
	width: 100%;
	background: #14264e;
	bottom: 0;
	left: 0;
	z-index: 999;
	font-size: 14px;
	opacity: 0;
	position: fixed;
	padding: 10px 0;
}
.fixed-b li {
	width: 25%;
	text-align: center;
	color: #fff;
	float: left;
	border-right: 1px solid #777;
	box-sizing: border-box;
}
.fixed-b li:last-child {
	border-right: none;
}
.fixed-b li a {
	color: #fff;
}
.fixed-b li a i {
	font-size: 24px;
	padding-right: 5px;
	color: #f7c324;
	vertical-align: middle;
	line-height: 1;
}
.fixed-b li a .icon-home {
	font-size: 18px;
}
.flow.right_side {
	position: fixed;
	width: 60px;
	height: 275px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	z-index: 999;
}
.flow ul li {
	width: 60px;
	height: 60px;
	float: left;
	position: relative;
	margin-bottom: 2px;
}
.flow ul li .sidebox {
	position: absolute;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: rgba(20,38,78,0.7);
	color: #fff;
	font: 15px/60px;
	overflow: hidden;
}
.flow ul li .sidetop, .flow ul li .wx {
	width: 60px;
	height: 60px;
	border-radius: 5px;
	display: block;
	background: rgba(20,38,78,0.7);
	transition: all 0.3s;
}
.flow ul li i {
	display: inline-block;
	width: 60px;
	line-height: 60px;
	color: #f7c324;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
}
.flow .wx {
	position: relative;
}
.flow .wx .wx_code {
	position: absolute;
	width: 120px;
	height: 120px;
	background: rgba(20,38,78,0.5);
	padding: 4px;
	left: -130px;
	top: 50%;
	display: none;
	transform: translateY(-50%);
}
.flow .wx .wx_code img {
	max-width: 100%;
}
.flow .wx:hover .wx_code {
	display: block;
}
.flow ul li .sidetop:hover, .flow ul li .sidebox:hover, .flow .wx:hover {
	background: rgba(20,38,78,0.5);
}
/* 留言 */
#dialogBg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .6;
	filter: alpha(opacity=60);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
#dialog {
	width: 700px;
	display: none;
	background: url(../images/mess_bg.png)center no-repeat;
	background-size: 100% 100%;
	position: fixed;
	z-index: 10000;
	padding: 0 30px 20px 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.dialogTop {
	letter-spacing: 1px;
	padding: 10px 0 0;
	text-align: right;
}
.dialogTop a {
	color: #fff;
	font-size: 15px;
}
.dialogIco {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
}
#dialog h4 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	color: #fff;
}
.message2 .txt {
	display: inline-block;
	width: 100px;
	padding-left: 20px;
	box-sizing: border-box;
	color: #fff;
}
.message2 .txt .red {
	color: #e60012;
}
.message2 .mod1 {
	width: 100%;
}
.message2 .mod1 .ui-input {
	width: calc(100% - 120px);
}
.message2 .mod .field {
	width: 50%;
	float: left;
}
.message2 .mod .field .ui-input {
	width: calc(100% - 120px);
}
.message2 #verify {
	height: 35px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding-left: 1%;
	margin-bottom: 20px;
}
.message2 #code_img {
	width: 100px;
	height: 35px;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.message2 .ui-input {
	line-height: 35px;
	padding-left: 1%;
	color: #666;
	margin-bottom: 20px;
	margin-right: 2%;
	box-sizing: border-box;
}
.message2 .ui-textarea {
	margin-bottom: 15px;
	height: 80px;
	padding-left: 1%;
	font-family: "microsoft yahei";
	width: calc(100% - 120px);
	padding-top: 5px;
	color: #666;
}
.message2 .ui-btn1 {
	background: #f8c325;
	border: none;
	color: #fff;
	width: 120px;
	padding: 10px;
	margin-right: 30px;
}
.message2 .ui-btn2 {
	background: #bbbbbb;
	border: none;
	color: #fff;
	width: 120px;
	padding: 10px;
}
.message2 .code_fr {
	width: 48%;
	float: right;
}
.message2 .code_fr li {
	width: 50%;
	text-align: center;
	color: #666;
	margin-top: 20px;
	float: left;
}
.message2 .code_fr li img {
	max-width: 100%;
}
.message2 .txt2 {
	color: #e60012;
	padding-top: 10px;
}

/* .m_nav.open.left{width: 90%;} */
@media only screen and (max-width: 1600px) {
.homemain .adv::before, .footer::before {
	width: 500px;
	height: 500px;
}
}

@media only screen and (max-width: 1400px) {
.header .nav .leve1 {
	font-size: 16px;
}
.header .logo {
	width: 18%;
}
.header .navbar_nav li a {
	padding: 0 35px;
}
.header .nav .leve1 span {
	font-size: 14px;
}
.homemain .adv::before, .footer::before {
	display: none;
}
.homemain h3 {
	font-size: 30px;
}
.homemain .advert h2 {
	font-size: 24px;
}
.homemain .advert .link {
	font-size: 15px;
	line-height: 35px;
	padding: 0 30px;
}
.homemain .adv li h4 {
	font-size: 18px;
}
.caselist li .pic {
	height: 18vw;
}
.caselist li .itemtop {
	height: 20px;
	line-height: 20px;
}
.homemain .more2 {
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.news .newslist li .imgarea {
	height: 17vw;
}
.news .newslist li h4 {
	font-size: 17px;
}
.mod2 h2 {
	font-size: 36px;
}
.header .toptel {
	font-size: 20px;
}
}

@media only screen and (max-width: 1200px) {
.header .navbar_nav li a {
	padding: 0 30px;
}
.homemain .adv li .wrap {
	padding: 20px;
}
.footer .fn-col.frendlink {
	display: none;
}
.footer .fn-col.logo {
	width: 40%;
}
.footer .fn-col.news_l {
	width: 30%;
}
.banner .block_txt .more {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-top: 20px;
}
.header .toptel {
	display: none;
}
.homemain .mod1 h3 {
	font-size: 36px;
	margin-bottom: 20px;
}
.homemain .mod1 h5 {
	margin-bottom: 5px;
}
.homemain .mod1 .icon-lightningbshandian {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 22px;
}
.homemain .mod1 .list-check li {
	font-size: 15px;
}
.homemain .mod1 .special_list li p {
	font-size: 24px;
}
.homemain .mod1 .mod1_pic {
	margin-top: 1vw;
}
}

@media only screen and (max-width: 1000px) {
.header {
	position: fixed;
}
body {
	padding-top: 60px;
}
.header, .header .logo {
	height: 60px
}
.header .logo {
	width: 160px;
}
.header .logo a img {
	max-height: 60px;
}
.header .toptel {
	display: none;
}
.homemain .adv li .imgarea {
	width: 50px;
}
.homemain .adv li .imgarea img {
	max-width: 100%;
}
.homemain .adv li .txtarea {
	padding-left: 70px;
}
.homemain .advert h2 {
	text-align: center;
	width: 100%;
	float: none;
	font-size: 22px;
	line-height: 1;
}
.homemain .advert .link, .mod2 .link {
	float: none;
	width: 110px;
	margin: 0 auto;
	line-height: 35px;
	height: 35px;
	padding: 0;
	text-align: center;
	margin-top: 3%;
	box-sizing: border-box;
}
.mod2 h2 {
	font-size: 30px;
}
.homemain h3 {
	font-size: 24px;
}
.mod2 .des {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.7;
}
.banner .block_txt h3 {
	font-size: 16px;
	letter-spacing: 0;
}
.footer {
	display: none;
}
.homemain .mod1 .mod1_pic {
	margin-top: 3vw;
}
.homemain .mod1 h5, .homemain .mod1 h3 {
	letter-spacing: 2px;
}
.homemain .mod1 .special_list li {
	padding: 10px 0;
	font-size: 14px;
}
.homemain .mod1 .special_list li .txt {
	padding-left: 5px;
}
.homemain .mod1 .mod1_pic {
	margin-top: 4vw;
	margin-right: 0;
	width: 37%;
}
.homemain .mod1 .special_list li i {
	font-size: 36px;
}
.homemain .mod1 .special_list li p {
	font-size: 20px;
}
.right_side.flow {
	display: none;
}
.navToggle {
	display: inline-block;
}
}

@media only screen and (max-width: 768px) {
.homemain .adv .icon_list {
	width: 100%;
}
.caselist, .news .newslist {
	width: 100%;
}
.homemain .adv li, .caselist li, .news .newslist li {
	width: 100% !important;
	margin-right: 0 !important;
}
.caselist li .pic {
	height: 60vw;
}
.news .newslist li .imgarea {
	height: 46vw;
}
.news .newslist {
	padding-bottom: 50px;
}
.homemain .adv .icon_list {
	padding-bottom: 8px;
}
.homemain .more2 {
	margin-top: 4%;
}
.homemain .advert h2 {
	font-size: 17px;
	line-height: 1.8;
}
.homemain .advert .link {
	border-width: 1px;
}
.homemain .adv li .wrap {
	padding: 50px;
}
.homemain .adv li .txtarea {
	padding-left: 85px;
}
.mod2 h2 {
	font-size: 24px;
}
.banner .block_txt h3 {
	margin-top: 16px;
}
.homemain .partner .part_list li {
	width: 31.333%;
	margin-right: 2%;
}
.banner .index_banner .item .block_txt {
	top: 30%;
}
.banner .index_banner .item.active .block_txt {
	width: 100%;
}
.banner .index_banner .item.active .block_txt img {
	width: 50%;
	margin: 0 auto;
}
.banner .block_txt .more {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	width: 110px;
}
.homemain .mod1 h3 {
	font-size: 28px;
	margin-bottom: 10px;
}
.homemain .mod1 h5 {
	font-size: 20px;
}
.homemain .mod1 .list-check li {
	font-size: 14px;
	line-height: 1.8;
}
.homemain .mod1 .special_list li .txt {
	display: block;
}
.caselist li {
	margin-bottom: 20px;
}
.caselist li:last-child {
	margin-bottom: 0;
}
.homemain .more2 {
	height: 35px;
	line-height: 35px;
	width: 110px;
}
.icon_list .swiper-pagination-bullet-active {
	background: #0f3175;
}
.fixed-b {
	opacity: 1;
}
.copyright {
	padding-bottom: 50px;
}
.caselist li .txt {
	display: block;
	padding: 10px;
	text-align: center;
	box-shadow: 0 0 8px #ddd;
}
.banner .index_banner .items:after {
	background: rgba(8,38,104,0.65);
}
}

@media only screen and (max-width: 640px) {
.homemain h3 {
	font-size: 18px;
}
.news .newslist li h4, .homemain .advert h2 {
	font-size: 15px;
}
.news .newslist li .more, .mod2 .des, .banner .block_txt h3 {
	font-size: 14px;
}
.mod2 h2 {
	font-size: 18px;
}
.banner .index_banner .item.active .block_txt img {
	width: 80%;
}
.banner .index_banner .item.active .block_txt {
	width: 90%;
}
.banner .block_txt .more {
	display: none;
}
.copyright {
	line-height: 2;
}
.copyright a {
	margin: 0 5px;
	font-size: 13px;
}
.copyright a.support {
	display: none;
}
.homemain .advert .link, .mod2 .link {
	font-size: 14px;
}
.homemain .mod1 .mod1_pic {
	display: none;
}
.homemain .mod1 h3 {
	font-size: 24px;
	letter-spacing: 0;
}
.homemain .mod1 .special_list li {
	margin-bottom: 30px;
}
.homemain .mod1 .special_list li:first-child, .homemain .mod1 .special_list li:nth-child(2), .homemain .mod1 .special_list li:nth-child(3) {
	width: 30.33%;
}
.homemain .mod1 .special_list li:nth-child(4), .homemain .mod1 .special_list li:nth-child(5) {
	width: 47%;
}
.homemain .advert {
	display: none;
}
.banner .index_banner .item .block_txt {
	top: 45%;
}
.homemain .mod1, .banner .block_txt h3, .homemain .partner {
	display: none;
}
.banner .slick_txt .prev {
	left: 10px;
	background-size: 75%;
}
.banner .slick_txt .next {
	right: 10px;
	background-size: 75%;
}
.homemain .adv li {
	margin-bottom: 0;
	background: #f5f5f5;
}
.case {
	padding-top: 0;
}
.homemain .adv li .imgarea img {
	width: 55px;
}
.slick-slide img {
	width: 140%;
	margin-left: -20%;
}
.news .newslist li .more, .copyright .icp {
	display: none;
}
.homemain .news .newslist li .time {
	display: none;
}
}

@media only screen and (max-width: 480px) {
.homemain .adv li .wrap {
	padding: 20px 30px 30px 30px;
}
.homemain .adv li .imgarea {
	width: 100%;
	float: none;
	text-align: center;
}
.homemain .adv li .num {
	display: none;
}
.homemain .adv li h4 {
	font-size: 17px;
	padding: 5px 0;
}
.homemain .adv li .txtarea {
	padding: 0;
	text-align: center;
}
.homemain .adv .icon_list .swiper-pagination {
	bottom: 20px;
}
.homemain .mod1 .special_list {
	display: none;
}
.copyright .wrapper {
	padding: 0;
}
.copyright a {
	margin: 0;
	padding: 12px 2px;
	display: inline-block;
}
}
ws .newslist li .des {
	font-size: 14px;
	line-height: 1.7;
	color: #333;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow : hidden;
	word-break: break-all;
}
.news .newslist li .more {
	font-size: 15px;
	margin-top: 5px;
	color: #14264e;
	font-weight: bold;
}
.homemain .news .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	background: url(../images/bullet.png) no-repeat;
	opacity: 1;
}
.homemain .news .swiper-pagination-bullet-active {
	width: 18px;
	height: 18px;
	background: url(../images/bullet_active.png) no-repeat
}
.homemain .partner {
	padding: 4% 0;
	background-color: #fff;
}
.homemain .partner .part_list {
	padding: 4% 8px 8px;
}
.homemain .partner .part_list li {
	box-shadow: 0 0 5px #eee;
	text-align: center;
	width: 23%;
	margin-right: 2%;
}
.homemain .partner .part_list li img {
	filter: grayscale(100%);
	opacity: 0.45;
	max-width: 90%;
}
.mod2 {
	padding: 3% 0;
	color: #fff;
	background: -moz-linear-gradient(to bottom, #15316f 0%, #14264e 100%);
	background: -webkit-linear-gradient(bottom, #15316f 0%, #14264e 100%);
	background: linear-gradient(to bottom, #15316f 0%, #14264e 100%);
}
.mod2 h2 {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.mod2 .des {
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 10px;
}
.mod2 .link {
	display: block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background: #f7c324;
	text-align: center;
	margin: 30px auto 0;
	color: #fff;
	font-size: 16px;
}
.footer {
	position: relative;
	width: 100%;
	padding: 3% 0 3%;
	overflow: hidden;
}
.footer::before {
	content: '';
	width: 600px;
	height: 600px;
	border: 120px solid #f7c324;
	position: absolute;
	top: -140%;
	right: -25%;
	z-index: -1;
	border-radius: 50%;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.footer .fn-col {
	float: left;
}
.footer .fn-col.logo .tel {
	background: url(../images/icon_tel.png)no-repeat left center;
	padding-left: 30px;
	margin-top: 20px;
}
.footer .fn-col.logo .tel span {
	font-size: 20px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.footer .fn-col.logo .add {
	background: url(../images/icon_add.png)no-repeat left center;
	padding-left: 30px;
	margin-top: 15px;
}
.footer .substation .cont, .footer .frendlink .cont {
	height: 260px;
	line-height: 26px;
	overflow: hidden;
}
.footer .fn-col.news_l .more {
	font-size: 13px;
}
.footer .fn-col h5 {
	font-size: 18px;
	margin-bottom: 5px;
}
.footer .fn-col li {
	padding-left: 15px;
	font-size: 13px;
	color: #666;
	background: url(../images/icon_n.png)no-repeat left center;
}
.copyright {
	border-top: 1px solid #ddd;
	height: 50px;
	line-height: 50px;
	text-align: center;
	z-index: 1000;
	position: relative;
}
.copyright a {
	color: #666;
	margin-right: 30px;
}
.copyright a:hover {
	color: #666;
}
.fixed-b {
	width: 100%;
	background: #14264e;
	bottom: 0;
	left: 0;
	z-index: 999;
	font-size: 14px;
	opacity: 0;
	position: fixed;
	padding: 10px 0;
}
.fixed-b li {
	width: 25%;
	text-align: center;
	color: #fff;
	float: left;
	border-right: 1px solid #777;
	box-sizing: border-box;
}
.fixed-b li:last-child {
	border-right: none;
}
.fixed-b li a {
	color: #fff;
}
.fixed-b li a i {
	font-size: 24px;
	padding-right: 5px;
	color: #f7c324;
	vertical-align: middle;
	line-height: 1;
}
.fixed-b li a .icon-home {
	font-size: 18px;
}
.flow.right_side {
	position: fixed;
	width: 60px;
	height: 275px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	z-index: 999;
}
.flow ul li {
	width: 60px;
	height: 60px;
	float: left;
	position: relative;
	margin-bottom: 2px;
}
.flow ul li .sidebox {
	position: absolute;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: rgba(20,38,78,0.7);
	color: #fff;
	font: 15px/60px;
	overflow: hidden;
}
.flow ul li .sidetop, .flow ul li .wx {
	width: 60px;
	height: 60px;
	border-radius: 5px;
	display: block;
	background: rgba(20,38,78,0.7);
	transition: all 0.3s;
}
.flow ul li i {
	display: inline-block;
	width: 60px;
	line-height: 60px;
	color: #f7c324;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
}
.flow .wx {
	position: relative;
}
.flow .wx .wx_code {
	position: absolute;
	width: 120px;
	height: 120px;
	background: rgba(20,38,78,0.5);
	padding: 4px;
	left: -130px;
	top: 50%;
	display: none;
	transform: translateY(-50%);
}
.flow .wx .wx_code img {
	max-width: 100%;
}
.flow .wx:hover .wx_code {
	display: block;
}
.flow ul li .sidetop:hover, .flow ul li .sidebox:hover, .flow .wx:hover {
	background: rgba(20,38,78,0.5);
}

/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	width: 18rem;
	height: 23rem;
	padding: 0.3rem;
	padding-top: 1.5rem;
	margin-top: -2.5rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
}
#wxnr img {
	width: 15rem;
	height: 15rem;
	display: block;
	margin: 0 auto;
}
#wxnr p {
	font-size: 1rem;
	line-height:1.5rem;
	text-align: center;
}
#wxnr i {
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 2rem;
	height: 2rem;
	font-size: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 1rem;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
	padding: 0.2rem 0.6rem;
	line-height: 1.5rem;
	background-color: #4e6ef2;
	color: #fff;
	border-radius: 0.25rem;
	cursor: pointer;
}
#wxnr span.wx {
	padding-left: 0.4rem;
	background-size: 2rem;
	background-position: 1rem center;
	background-repeat: no-repeat;
}
/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
	margin-top: -0.4rem;
	z-index: 9999999;
	font-size: 1rem;
	color: #fff;
	width: 80%;
	right: 10%;
	line-height: 1.5rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
	border-radius: 0.1rem;
	display: none;
}
/* 留言 */
#dialogBg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .6;
	filter: alpha(opacity=60);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}
#dialog {
	width: 700px;
	display: none;
	background: url(../images/mess_bg.png)center no-repeat;
	background-size: 100% 100%;
	position: fixed;
	z-index: 10000;
	padding: 0 30px 20px 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.dialogTop {
	letter-spacing: 1px;
	padding: 10px 0 0;
	text-align: right;
}
.dialogTop a {
	color: #fff;
	font-size: 15px;
}
.dialogIco {
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
}
#dialog h4 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	color: #fff;
}
.message2 .txt {
	display: inline-block;
	width: 100px;
	padding-left: 20px;
	box-sizing: border-box;
	color: #fff;
}
.message2 .txt .red {
	color: #e60012;
}
.message2 .mod1 {
	width: 100%;
}
.message2 .mod1 .ui-input {
	width: calc(100% - 120px);
}
.message2 .mod .field {
	width: 50%;
	float: left;
}
.message2 .mod .field .ui-input {
	width: calc(100% - 120px);
}
.message2 #verify {
	height: 35px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding-left: 1%;
	margin-bottom: 20px;
}
.message2 #code_img {
	width: 100px;
	height: 35px;
	cursor: pointer;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.message2 .ui-input {
	line-height: 35px;
	padding-left: 1%;
	color: #666;
	margin-bottom: 20px;
	margin-right: 2%;
	box-sizing: border-box;
}
.message2 .ui-textarea {
	margin-bottom: 15px;
	height: 80px;
	padding-left: 1%;
	font-family: "microsoft yahei";
	width: calc(100% - 120px);
	padding-top: 5px;
	color: #666;
}
.message2 .ui-btn1 {
	background: #f8c325;
	border: none;
	color: #fff;
	width: 120px;
	padding: 10px;
	margin-right: 30px;
}
.message2 .ui-btn2 {
	background: #bbbbbb;
	border: none;
	color: #fff;
	width: 120px;
	padding: 10px;
}
.message2 .code_fr {
	width: 48%;
	float: right;
}
.message2 .code_fr li {
	width: 50%;
	text-align: center;
	color: #666;
	margin-top: 20px;
	float: left;
}
.message2 .code_fr li img {
	max-width: 100%;
}
.message2 .txt2 {
	color: #ffffff;
	padding-top: 10px;
}
.wsc-fixBar {
	position: fixed;
	right: 5px;
	top: calc(50% - 200px);
	z-index: 1000;
}
.fb-online, .fb-ly, .fb-tel, .fb-wx, .fb-lx, .fb-top {
	width: 80px;
	height: 80px;
	margin-bottom: 2px;
	cursor: pointer;
	transition: 0.36s;
	font-size: 14px;
	text-align: center;
	line-height: 14px;
	/* padding-top: 42px; */
	color: #f7c324;
	border-radius: 6px;
	position: relative;/* background-color: #0f3175; */
	
}
.fb-online a, .fb-ly a, .fb-tel a, .fb-wx a, .fb-lx a, .fb-top a {
	color: #f7c324;
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 80px;
	box-sizing: border-box;
	padding-top: 50px;
	transition: none;
	border-radius: 6px;
}
.fb-online a {
	background: #0f3175 url(../images/fix-online.png) no-repeat center 18px;
}
.fb-ly a {
	background: #0f3175 url(../images/fix-ly.png) no-repeat center 18px;
}
.fb-tel a {
	background: #0f3175 url(../images/fix-tel.png) no-repeat center 19px;
}
.fb-wx a {
	background: #0f3175 url(../images/fix-wx.png) no-repeat center 18px;
}
.fb-lx a {
	background: #0f3175 url(../images/fix-lx.png) no-repeat center 18px;
}
.fb-top a {
	background: #0f3175 url(../images/fix-top.png) no-repeat center 15px;
}
.fb-online:hover a, .fb-wx:hover a, .fb-lx:hover a, .fb-top:hover a {
	background-color: #0f3175;
}
.fb-tel:hover {
	width: 288px;
	margin-left: -208px;
	background-color: #0f3175;
}
.fb-tel {
	overflow: hidden;
}
.fb-tel .fbarCon {
	width: 208px;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	color: transparent;
	font-weight: bold;
}
.fb-tel:hover .fbarCon {
	color: #fff;
}
.fb-wx .fbarCon {
	position: absolute;
	left: -155px;
	top: 0;
	width: 128px;
	background-color: #0f3175;
	padding: 12px;
	display: none;
}
.fb-wx:hover .fbarCon {
	display: block;
}
.fb-wx .fbarCon img {
	width: 100%;
}

/* .m_nav.open.left{width: 90%;} */
@media only screen and (max-width: 1600px) {
.homemain .adv::before, .footer::before {
	width: 500px;
	height: 500px;
}
}

@media only screen and (max-width: 1400px) {
.header .nav .leve1 {
	font-size: 16px;
}
.header .logo {
	width: 18%;
}
.header .navbar_nav li a {
	padding: 0 26px;
}
.header .nav .leve1 span {
	font-size: 14px;
}
.homemain .adv::before, .footer::before {
	display: none;
}
.homemain h3 {
	font-size: 30px;
}
.homemain .advert h2 {
	font-size: 24px;
}
.homemain .advert .link {
	font-size: 15px;
	line-height: 35px;
	padding: 0 30px;
}
.homemain .adv li h4 {
	font-size: 18px;
}
.caselist li .pic {
	height: 18vw;
}
.caselist li .itemtop {
	height: 20px;
	line-height: 20px;
}
.homemain .more2 {
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.news .newslist li .imgarea {
	height: 17vw;
}
.news .newslist li h4 {
	font-size: 17px;
}
.mod2 h2 {
	font-size: 36px;
}
.header .toptel {
	font-size: 20px;
}
}

@media only screen and (max-width: 1200px) {
.header .navbar_nav li a {
	padding: 0 25px;
}
.homemain .adv li .wrap {
	padding: 20px;
}
.footer .fn-col.frendlink {
	display: none;
}
.footer .fn-col.logo {
	width: 40%;
}
.footer .fn-col.news_l {
	width: 30%;
}
.banner .block_txt .more {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-top: 20px;
}
.header .toptel {
	display: none;
}
.homemain .mod1 h3 {
	font-size: 36px;
	margin-bottom: 20px;
}
.homemain .mod1 h5 {
	margin-bottom: 5px;
}
.homemain .mod1 .icon-lightningbshandian {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 22px;
}
.homemain .mod1 .list-check li {
	font-size: 15px;
}
.homemain .mod1 .special_list li p {
	font-size: 24px;
}
.homemain .mod1 .mod1_pic {
	margin-top: 1vw;
}
}

@media only screen and (max-width: 1000px) {
.header {
	position: fixed;
}
body {
	padding-top: 60px;
}
.header, .header .logo {
	height: 60px
}
.header .logo {
	width: 160px;
	padding-left: 5px;
}
.header .logo a img {
	max-height: 60px;
}
.header .toptel {
	display: none;
}
.homemain .adv li .imgarea {
	width: 50px;
}
.homemain .adv li .imgarea img {
	max-width: 100%;
}
.homemain .adv li .txtarea {
	padding-left: 70px;
}
.homemain .advert h2 {
	text-align: center;
	width: 100%;
	float: none;
	font-size: 22px;
	line-height: 1;
}
.homemain .advert .link, .mod2 .link {
	float: none;
	width: 110px;
	margin: 0 auto;
	line-height: 35px;
	height: 35px;
	padding: 0;
	text-align: center;
	margin-top: 3%;
	box-sizing: border-box;
}
.mod2 h2 {
	font-size: 30px;
}
.homemain h3 {
	font-size: 24px;
}
.mod2 .des {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1.7;
}
.banner .block_txt h3 {
	font-size: 16px;
	letter-spacing: 0;
}
.footer {
	display: none;
}
.homemain .mod1 .mod1_pic {
	margin-top: 3vw;
}
.homemain .mod1 h5, .homemain .mod1 h3 {
	letter-spacing: 2px;
}
.homemain .mod1 .special_list li {
	padding: 10px 0;
	font-size: 14px;
}
.homemain .mod1 .special_list li .txt {
	padding-left: 5px;
}
.homemain .mod1 .mod1_pic {
	margin-top: 4vw;
	margin-right: 0;
	width: 37%;
}
.homemain .mod1 .special_list li i {
	font-size: 36px;
}
.homemain .mod1 .special_list li p {
	font-size: 20px;
}
.right_side.flow {
	display: none;
}
.navToggle {
	display: inline-block;
}
.wsc-fixBar {
	display: none;
}
}

@media only screen and (max-width: 768px) {
.homemain .adv .icon_list {
	width: 100%;
}
.caselist, .news .newslist {
	width: 100%;
}
.homemain .adv li, .caselist li, .news .newslist li {
	width: 100% !important;
	margin-right: 0 !important;
}
.caselist li .pic {
	height: 60vw;
}
.news .newslist li .imgarea {
	height: 46vw;
}
.news .newslist {
	padding-bottom: 50px;
}
.homemain .adv .icon_list {
	padding-bottom: 8px;
}
.homemain .more2 {
	margin-top: 4%;
}
.homemain .advert h2 {
	font-size: 17px;
	line-height: 1.8;
}
.homemain .advert .link {
	border-width: 1px;
}
.homemain .adv li .wrap {
	padding: 50px;
}
.homemain .adv li .txtarea {
	padding-left: 85px;
}
.mod2 h2 {
	font-size: 24px;
}
.banner .block_txt h3 {
	margin-top: 16px;
}
.homemain .partner .part_list li {
	width: 31.333%;
	margin-right: 2%;
}
.banner .index_banner .item .block_txt {
	top: 30%;
}
.banner .index_banner .item.active .block_txt {
	width: 100%;
}
.banner .index_banner .item.active .block_txt img {
	width: 50%;
	margin: 0 auto;
}
.banner .block_txt .more {
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	width: 110px;
}
.homemain .mod1 h3 {
	font-size: 28px;
	margin-bottom: 10px;
}
.homemain .mod1 h5 {
	font-size: 20px;
}
.homemain .mod1 .list-check li {
	font-size: 14px;
	line-height: 1.8;
}
.homemain .mod1 .special_list li .txt {
	display: block;
}
.caselist li {
	margin-bottom: 20px;
}
.caselist li:last-child {
	margin-bottom: 0;
}
.homemain .more2 {
	height: 35px;
	line-height: 35px;
	width: 110px;
}
.icon_list .swiper-pagination-bullet-active {
	background: #0f3175;
}
.fixed-b {
	opacity: 1;
}
.copyright {
	padding-bottom: 50px;
}
.caselist li .txt {
	display: block;
	padding: 10px;
	text-align: center;
	box-shadow: 0 0 8px #ddd;
}
.banner .index_banner .items:after {
	background: rgba(8,38,104,0.65);
}
}

@media only screen and (max-width: 640px) {
.homemain h3 {
	font-size: 18px;
}
.news .newslist li h4, .homemain .advert h2 {
	font-size: 15px;
}
.news .newslist li .more, .mod2 .des, .banner .block_txt h3 {
	font-size: 14px;
}
.mod2 h2 {
	font-size: 18px;
}
.banner .index_banner .item.active .block_txt img {
	width: 80%;
}
.banner .index_banner .item.active .block_txt {
	width: 90%;
}
.banner .block_txt .more {
	display: none;
}
.copyright {
	line-height: 2;
	z-index: 0;
}
.copyright a {
	margin: 0 5px;
	font-size: 13px;
}
.copyright a.support {
	display: none;
}
.homemain .advert .link, .mod2 .link {
	font-size: 14px;
}
.homemain .mod1 .mod1_pic {
	display: none;
}
.homemain .mod1 h3 {
	font-size: 24px;
	letter-spacing: 0;
}
.homemain .mod1 .special_list li {
	margin-bottom: 30px;
}
.homemain .mod1 .special_list li:first-child, .homemain .mod1 .special_list li:nth-child(2), .homemain .mod1 .special_list li:nth-child(3) {
	width: 30.33%;
}
.homemain .mod1 .special_list li:nth-child(4), .homemain .mod1 .special_list li:nth-child(5) {
	width: 47%;
}
.homemain .advert {
	display: none;
}
.banner .index_banner .item .block_txt {
	top: 45%;
}
.homemain .mod1, .banner .block_txt h3, .homemain .partner {
	display: none;
}
.banner .slick_txt .prev {
	left: 10px;
	background-size: 75%;
}
.banner .slick_txt .next {
	right: 10px;
	background-size: 75%;
}
.homemain .adv li {
	margin-bottom: 0;
	background: #f5f5f5;
}
.case {
	padding-top: 0;
}
.homemain .adv li .imgarea img {
	width: 55px;
}
.slick-slide img {
	width: 140%;
	margin-left: -20%;
}
.news .newslist li .more, .copyright .icp {
	display: none;
}
.homemain .news .newslist li .time {
	display: none;
}
}

@media only screen and (max-width: 480px) {
.homemain .adv li .wrap {
	padding: 20px 30px 30px 30px;
}
.homemain .adv li .imgarea {
	width: 100%;
	float: none;
	text-align: center;
}
.homemain .adv li .num {
	display: none;
}
.homemain .adv li h4 {
	font-size: 17px;
	padding: 5px 0;
}
.homemain .adv li .txtarea {
	padding: 0;
	text-align: center;
}
.homemain .adv .icon_list .swiper-pagination {
	bottom: 20px;
}
.homemain .mod1 .special_list {
	display: none;
}
.copyright .wrapper {
	padding: 0;
	height: 50px;
	overflow: hidden;
}
.copyright a {
	margin: 0;
	padding: 12px 2px;
	display: inline-block;
}
}
