

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}

body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0 auto;
	overflow-x: hidden;
	max-width: 2600px;
	min-width: 1280px;
	position: relative;
	padding: 0;
	width: 100%;
	color: #333;
	font-family: 微软雅黑, Microsoft YaHei, arial;
	font-size: 14px;
	line-height: 1;
	background: #fff;
}

html.act {
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

ul,
ul li,
ol li,
tr td,
dl,
dd {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

a {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	color: #333;
}

textarea,
select {
	outline: none;
	color: #666;
	font-size: 14px;
	width: 100%;
}

img {
	border: none;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	max-width: 100%;
	transform: scale(1.001);
	-webkit-transform: scale(1.001);
}

img[src=""] {
	opacity: 0;
}

body::-webkit-scrollbar-track-piece {
	width: 8px;
	background-color: #ccc;
}

body::-webkit-scrollbar {
	width: 8px;
	height: 6px
}

body::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #666;
}

.f_16 {
	font-size: 16px;
}

.f_18 {
	font-size: 18px;
}

.f_20 {
	font-size: 20px;
}

.f_22 {
	font-size: 22px;
}

.f_24 {
	font-size: 24px;
}

.f_26 {
	font-size: 26px;
}

.f_28 {
	font-size: 28px;
}

.f_30 {
	font-size: 30px;
}

.f_32 {
	font-size: 32px;
}

.f_34 {
	font-size: 34px;
}

.f_36 {
	font-size: 36px;
}

.f_38 {
	font-size: 38px;
}

.f_40 {
	font-size: 40px;
}

@charset "UTF-8";
@font-face {
	font-family: "helv";
	src: url("helvetica.woff")/*tpa=http://www.wzqiaoshi.com/template/default/fonts/helvetica.woff*/ format("woff"), url("helvetica.ttf")/*tpa=http://www.wzqiaoshi.com/template/default/fonts/helvetica.ttf*/ format("truetype"), url("helvetica.eot")/*tpa=http://www.wzqiaoshi.com/template/default/fonts/helvetica.eot*/ format("embedded-opentype"), url("helvetica.svg")/*tpa=http://www.wzqiaoshi.com/template/default/fonts/helvetica.svg*/ format("svg");
	font-weight: normal;
	font-style: normal;
}

.helv {
	font-family: helv;
}


/*分页*/

.BMap_mask,
.BMap_cpyCtrl,
.BMap_scaleTxt,
.BMap_scaleCtrl,
.BMap_omCtrl,
.anchorBL {
	display: none !important;
}

.a_dw {
	position: relative;
	top: -100px;
}

.box {
	min-width: 1200px;
	padding: 0 100px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	box-sizing: border-box;
	overflow: hidden;
}

.page {
	padding: 25px 0;
	background: #f2f2f2;
	border-top: 1px solid #ddd;
}

.page1 {
	clear: both;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	margin: 0;
	position: relative;
	z-index: 5;
}

.page1 span a {
	display: inline-block;
	color: #333;
	padding: 0 5px;
	text-decoration: none;
	margin: 0 5px;
}

.page1 span a:hover,
.page1 span.current a {
	color: #1575b9;
}

.page1 span {
	margin: 2px;
}

.page2 {
	width: 120px;
	height: 40px;
	background: #b71a35;
	text-align: center;
	color: #fff;
	display: block;
	margin: 0 auto;
	line-height: 40px;
	display: none;
	text-align: center;
}

/* 右侧浮动 */
.advisory-mask-box {
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 9999;
	opacity: 0.9;
}
.advisory-mask-con {
    margin-bottom: 10px;
    position: relative;
}
.advisory-mask-box .advisory-mask-color {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    background: #1575b9;
    color: #fff;
	
}
.tele-des-box:hover {
    width: 75px;
    height: 75px;
    margin: 0 0 -15px 0;
    font-size: 4rem;
}

.advisory-mask-con img {
    display: block;
    width: 20px;
	height: auto;	
}
.advisory-mask-con p {
    color: #fff;
    font-size: 12px;
	line-height: 16px;
    display: none;
}

.tele-mask-box .tele-mask-con {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    height: 100%;
    width: 0;
    text-align: left;
    overflow: hidden;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: left;
    justify-content: center;
    white-space: nowrap;
    color: #fff;
    flex-direction: column;
    padding: 0 15px;
}
.tele-mask-box:hover .tele-mask-con {
    width: 160px;
    background: #1575b9;
}
.advisory-mask-con:hover p {
    display: block;
}
/* 头部 */

.head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 19;
	padding: 30px 0;
	height: 100px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.head.act {
	background: #121212;
}

.head .box {
	overflow: visible;
}

.head .logo {
	display: block;
	float: left;
}

.head .logo img {
	display: block;
}
.head .tel{
	display: block;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 38px;
	background: url("../img/index_phone.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/index_phone.png*/ left center no-repeat;
}
.head .tel p{
	line-height: 24px;
	font-size: 24px;
}
.head .tel p:last-child{
	letter-spacing: 3.7px;
}

.head .menu {
	width: 35px;
	height: 30px;
	float: right;
	cursor: pointer;
	position: relative;
	z-index: 9;
}

.head .menu span {
	display: block;
	width: 35px;
	height: 30px;
	position: relative;
}

.head .menu span s {
	display: block;
	width: 35px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 10px;
	left: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.head .menu span s:nth-child(2) {
	top: 18px;
	width: 23px;
}

.head .menu span:hover s {
	width: 35px;
}

.head .menu.act span s:nth-child(1) {
	top: 18px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.head .menu.act span s:nth-child(2) {
	width: 35px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.head .tm {
	display: block;
	width: 30px;
	height: 30px;
	background: url("../img/tiammao.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/tiammao.png*/ center no-repeat;
	float: right;
	margin: 5px 0px 0 0;
	opacity: .8;
}

.head .tm:hover {
	opacity: 1;
}

.head .hdnav {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	background: rgba(0, 0, 0, .6);
	display: none;
}

.head .hdnav .yuan {
	position: absolute;
	width: 100px;
	height: 100px;
	background: url("../img/1_25.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/1_25.png*/ center;
	top: 50px;
	right: 120px;
	transform: translate(50%, -50%);
	border-radius: 50%;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	transition: all .5s linear;
	display: none;
}

.head .hdnav.act .yuan {
	width: 3500px;
	height: 3500px;
}

.head .hdnav .hbox {
	position: absolute;
	top: 15vh;
	left: 30%;
	width: 70%;
	text-align: justify;
	display: none;
}

.head .hdnav .hbox .hul1 {}

.head .hdnav .hbox .hul1 dd {
	height: 24px;
	overflow: hidden;
	margin-bottom: 8vh;
}

.head .hdnav .hbox .hul1 dd * {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.head .hdnav .hbox .hul1 dd a {
	display: block;
	float: left;
	color: #e5e5e5;
	line-height: 26px;
	opacity: .6;
	margin-right: 40px;
}

.head .hdnav .hbox .hul1 dd a:nth-child(1) {
	margin-right: 80px;
}

.head .hdnav .hbox .hul1 dd a .wz,
.head .hdnav .hbox .hul1 dd a .wz2 {
	display: block;
	height: 26px;
	min-width: 1px;
	position: relative;
}

.head .hdnav .hbox .hul1 dd a .wz2 {
	margin-top: 26px;
}

.head .hdnav .hbox .hul1 dd a .en {
	font-family: helv;
}

.head .hdnav .hbox .hul1 dd a .wz2 s {
	display: block;
	width: 6px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: -20px;
	background: #e5e5e5;
	opacity: .6;
}

.head .hdnav .hbox .hul1 dd a:nth-child(2) .wz2 s {
	width: 20px;
	left: -50px;
}

.head .hdnav .hbox .hul1 dd:hover a span {
	position: relative;
	top: 0;
}

.head .hdnav .hbox .hul1 dd:hover a .cn {
	margin-top: -26px;
}

.head .hdnav .hbox .hul1 dd:hover a .wz2 {
	margin-top: 0;
}

.head .hdnav .hbox .hul1 dd:hover a:hover {
	opacity: 1;
}

.head .hdnav .hbox .hul1 dd:hover a:nth-child(2) .wz2 {
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
}

.head .hdnav .hbox .hul1 dd:hover a:nth-child(3) .wz2 {
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
}

.head .hdnav .hbox .hul1 dd:hover a:nth-child(4) .wz2 {
	transition-delay: .4s;
	-webkit-transition-delay: .4s;
}

.head .hdnav .hbox .hul1 dd:hover a:nth-child(5) .wz2 {
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
}

.head .hdnav .hbox .hul1 dd:hover a:nth-child(6) .wz2 {
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
}

.head .ul_nav {
	width: ;
	float: right;
	padding-right: 30px;
}

.head .ul_nav li {
	float: left;
	position: relative;
	width: 120px;
	text-align: center;
}

.head .ul_nav li .ltp {
	display: block;
	float: left;
	height: 40px;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.head .ul_nav li .ltp a {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}

.head .ul_nav li .ltp a span {
	display: block;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.head .ul_nav li .ltp a:hover span:nth-child(1),
.head .ul_nav li.act .ltp a span:nth-child(1) {
	margin-top: -40px;
}

.head .ul_nav li .lbt {
	position: absolute;
	width: 140%;
	top: 100%;
	left: -20%;
	line-height: 24px;
	background: #1575b9;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	overflow: hidden;
	max-height: 0px;
}

.head .ul_nav li .lbt a {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 40px;
}

.head .ul_nav li .lbt a:hover {
	color: #fff;
	text-decoration: underline;
}

.head .ul_nav li:hover .lbt {
	opacity: 1;
	visibility: visible;
	max-height: 600px;
}


/* 首页 */

.dxian {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 5;
	top: 0;
	letter-spacing: 0;
}

.i1 {
	position: relative;
	width: 100%;
	height: 100vh;
}

.i1 .swiper1 {
	width: 100%;
	height: 100vh;
}

.i1 .swiper1>.swiper-slide {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.i1 .swiper1 .swiper2 {
	width: 100%;
	height: 100vh;
}

.i1 .swiper1>.swiper-slide .swiper2 .swiper-slide {
	width: 100%;
	height: 100vh;
}

.i1 .swiper1>.swiper-slide .pimg1 {
	display: block;
	width: 100%;
	height: 100vh;
}

.i1 .swiper1>.swiper-slide .sxian {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 2;
	height: 100vh;
}

.i1 .swiper1>.swiper-slide .s_vd {
	position: absolute;
	display: block;
	width: 100%;
	max-height: 100vh;
	object-fit: cover;
	top: 0;
	left: 0;
}

.i1 .swiper1>.swiper-slide .swiper2 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100vh;
}

.i1 .swiper1>.swiper-slide .swiper2 .swiper-slide .pimg2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.i1 .swiper1>.swiper-slide .swiper2 .swiper-slide .xian {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.i1 .swiper1>.swiper-slide .swiper2 .swiper-slide .mimg {
	display: none;
}

.i1 .swiper1>.swiper-slide .swiper2 .pagination2 {
	color: #f9f9f9;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 60px;
	z-index: 3;
	padding: 0 100px;
	font-family: helv;
}

.i1 .swiper1>.swiper-slide .swiper2 .pagination2 span {
	display: block;
	float: left;
	position: relative;
	width: 44px;
	padding-bottom: 5px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.i1 .swiper1>.swiper-slide .swiper2 .pagination2 span:after {
	content: '';
	display: block;
	width: 3px;
	height: 1px;
	background: #a1a2a3;
	position: absolute;
	top: 8px;
	right: 12px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.i1 .swiper1>.swiper-slide .swiper2 .pagination2 span:last-child:after {
	display: none;
}

.i1 .swiper1>.swiper-slide .swiper2 .pagination2 span:before {
	content: '';
	display: block;
	width: 0px;
	height: 1px;
	background: #1575b9;
	position: absolute;
	bottom: 0px;
	left: 0px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.i1 .swiper1>.swiper-slide .swiper2 .pagination2 span:hover,
.i1 .swiper1>.swiper-slide .swiper2 .pagination2 span.act {
	color: #0072a6;
}

.i1 .swiper1>.swiper-slide .swiper2 .pagination2 span.act:before {
	width: 24px;
}

.i1 .suz {
	width: 28px;
	height: 100px;
	position: absolute;
	right: 25px;
	bottom: 150px;
}

.i1 .pagination1 {
	width: 100%;
	font-size: 28px;
	top: 50%;
	margin-top: -14px;
	line-height: 40px;
	color: #999;
	font-family: helv;
}

.i1 .pagination1 .swiper-pagination-current {
	color: #fff;
}

.i1 .swiper1>.swiper-slide {
	background: #000;
}


/* 第二屏 */

.i1 .swiper1>.swiper-slide .scont {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	padding: 15vh 0;
	color: #f9f9f9;
	text-align: center;
}

.i1 .swiper1>.swiper-slide .scont .en {
	margin: 20px 0 60px;
	letter-spacing: 15px;
}

.i1 .swiper1>.swiper-slide .scont1 .ul1 {
	position: relative;
}

.i1 .swiper1>.swiper-slide .scont1 .ul1 * {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s
}

.i1 .swiper1>.swiper-slide .scont1 .ul1 li {
	/*width: 23.25%;*/
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	/*margin-left: 2.325%;*/
}

.i1 .swiper1>.swiper-slide .scont1 .ul1 li:nth-child(1) {
	/* width: 48.85%; */
	margin-left: 0;
}

.i1 .swiper1>.swiper-slide .scont1 .ul1 li img {
	display: block;
	width: 100%;
	transform: scale(1.001);
	-webkit-transform: scale(1.001);
}

.i1 .swiper1>.swiper-slide .scont1 .ul1 li:nth-child(1) .ltxt {
	position: absolute;
	top: 20%;
	left: 10%;
	text-align: justify;
	color: #fff;
}

.i1 .swiper1>.swiper-slide .scont1 .ul1 li:nth-child(1) .ltxt .lxian {
	width: 40px;
	height: 4px;
	background: #4d4e4e;
	margin: 25px 0;
}

.i1 .swiper1>.swiper-slide .scont1 .ul1 li:nth-child(1) .ltxt .ltc {
	line-height: 1.5;
}

.i1 .swiper1>.swiper-slide .scont1 .ul1 li:nth-child(1) .ltxt .more {
	width: 200px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	background: #1575b9;
	color: #f9f9f9;
	margin-top: 60px;
	border-radius: 5px;
}

.i1 .swiper1>.swiper-slide .scont1 .ul1 li:nth-child(1) .ltxt .more:hover {
	background: #0b3366;
}

.i1 .swiper1>.swiper-slide .scont1 .ul1 li .ltxt2 {
	position: absolute;
	left: 0;
	bottom: 30px;
	text-align: center;
	width: 100%;
	padding: 0 10%;
	color: #fff;
}

.i1 .swiper1>.swiper-slide .scont1 .ul1 li .ltxt2 .lxian {
	width: 30px;
	height: 2px;
	background: #4d4e4e;
	margin: 20px auto 0;
}

.i1 .swiper1>.swiper-slide .scont1 .ul1 li :hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.i1 .swiper1>.swiper-slide .scont .dh_d0 {
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.i1 .swiper1>.active .scont .dh_d0 {
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	opacity: 1;
}

.i1 .swiper1>.active .scont .dh_d1 {
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
}

.i1 .swiper1>.active .scont .dh_d2 {
	transition-delay: .7s;
	-webkit-transition-delay: .7s;
}

.i1 .swiper1>.active .scont .dh_d3 {
	transition-delay: .9s;
	-webkit-transition-delay: .9s;
}

.i1 .swiper1>.active .scont .dh_d4 {
	transition-delay: 1.1s;
	-webkit-transition-delay: 1.1s;
}

.i1 .swiper1>.active .scont .dh_d5 {
	transition-delay: 1.3s;
	-webkit-transition-delay: 1.3s;
}

.swiperxin2 {
	padding-bottom: 50px;
}

.swiperxin2 .paginationxin2 span {
	background: #fff;
	opacity: 1;
}

.swiperxin2 .paginationxin2 .swiper-pagination-bullet-active {
	background: #1575b9;
}


/* 第三屏 */

.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide {
	position: relative;
}

.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .mimg {
	display: none;
}

.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide video {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	object-fit: cover;
}

.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .zzc {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}

.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .itxt {
	position: absolute;
	width: 100%;
	top: 40vh;
	left: 0;
	color: #fff;
}

.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .itxt .itt s {
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #4d4e4e;
	margin: 0 20px;
	position: relative;
	top: -5px;
}

.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .itxt .ien {
	margin: 30px 0 50px;
}

.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .itxt .itc {
	line-height: 2;
}

.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .itxt .ilt {
	width: 50%;
}

.i1 .swiper1>.swiper-slide .scont2 .box {
	height: 100%;
}

.i1 .swiper1>.swiper-slide .scont2 .pagination3 {
	position: absolute;
	left: 100px;
	bottom: 20%;
}

.i1 .swiper1>.swiper-slide .scont2 .pagination3 * {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.i1 .swiper1>.swiper-slide .scont2 .pagination3 span {
	display: block;
	float: left;
	width: 16px;
	margin-right: 10px;
	text-align: center;
	cursor: pointer;
}

.i1 .swiper1>.swiper-slide .scont2 .pagination3 span s {
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #f9f9f9;
	border-radius: 50%;
	margin: 0 auto;
}

.i1 .swiper1>.swiper-slide .scont2 .pagination3 span div {
	display: block;
	width: 1px;
	height: 20px;
	background: rgba(0, 0, 0, 0);
	margin: 10px auto;
}

.i1 .swiper1>.swiper-slide .scont2 .pagination3 span p {
	opacity: 0;
}

.i1 .swiper1>.swiper-slide .scont2 .pagination3 span.act s {
	border: 1px solid #1575b9;
}

.i1 .swiper1>.swiper-slide .scont2 .pagination3 span.act div {
	background: #1575b9;
}

.i1 .swiper1>.swiper-slide .scont2 .pagination3 span.act p {
	opacity: 1;
}

.i1 .swiper1>.swiper-slide .scont2 .srt {
	position: absolute;
	top: 30vh;
	right: 100px;
}

.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 {
	width: 600px;
}

.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 li {
	width: 25%;
	float: left;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}

.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 li * {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 li .img {
	width: 120px;
	height: 120px;
	background: url("../img/1_8.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/1_8.jpg*/ center no-repeat;
	position: relative;
	text-align: center;
	padding-top: 7px;
	color: #5e6e80;
	cursor: pointer;
}

.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 li .img img {
	display: block;
	width: 70px;
	margin: 0 auto 7px;
	opacity: .5;
}

.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 li:nth-child(1) {
	top: 70px;
}

.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 li:nth-child(2) {
	top: -170px;
}

.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 li:nth-child(3) {
	top: 230px;
}

.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 li:nth-child(4) {
	top: -30px;
}

.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 li.act .img,
.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 li:hover .img {
	color: #fff;
}

.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 li.act .img img,
.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 li:hover .img img {
	opacity: 1;
}

.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .dh_d0 {
	transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.i1 .swiper1>.active .swiper3 .swiper-slide-active .dh_d0 {
	transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

.i1 .swiper1>.active .swiper3 .swiper-slide-active .dh_d1 {
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
}

.i1 .swiper1>.active .swiper3 .swiper-slide-active .dh_d2 {
	transition-delay: .7s;
	-webkit-transition-delay: .7s;
}

.i1 .swiper1>.active .swiper3 .swiper-slide-active .dh_d3 {
	transition-delay: .9s;
	-webkit-transition-delay: .9s;
}

.i1 .swiper1>.active .swiper3 .swiper-slide-active .dh_d4 {
	transition-delay: 1.1s;
	-webkit-transition-delay: 1.1s;
}

.i1 .swiper1>.active .swiper3 .swiper-slide-active .dh_d5 {
	transition-delay: 1.3s;
	-webkit-transition-delay: 1.3s;
}


/* 第四屏 */

.i1 .swiper1>.swiper-slide .scont3 {}

.i1 .swiper1>.swiper-slide .scont3 * {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.i1 .swiper1>.swiper-slide .scont3 .ult {
	width: 66.6666666%;
	float: left;
	position: relative;
	overflow: hidden;
}
.i1 .swiper1>.swiper-slide .scont3 .ult a{
	width: 100%;
}
.i1 .swiper1>.swiper-slide .scont3 img {
	display: block;
	width: 100%;
	transform: scale(1.001);
	-webkit-transform: scale(1.001);
}

.i1 .swiper1>.swiper-slide .scont3 .ult .txt {
	position: absolute;
	top: 60px;
	left: 60px;
	text-align: justify;
	color: #fff;
}

.i1 .swiper1>.swiper-slide .scont3 .ult .txt .uxian {
	width: 60px;
	height: 4px;
	background: #9e9d9d;
}

.i1 .swiper1>.swiper-slide .scont3 .ult .txt .utt {
	margin: 35px 0 50px;
	/* color:#000000; */
}

.i1 .swiper1>.swiper-slide .scont3 .ult .txt .more {
	width: 200px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	background: #1575b9;
	color: #f9f9f9;
	margin-top: 60px;
	border-radius: 5px;
}

.i1 .swiper1>.swiper-slide .scont3 .ult .txt .more:hover {
	background: #0b3366;
}

.i1 .swiper1>.swiper-slide .scont3 a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.i1 .swiper1>.swiper-slide .scont3 .urt {
	width: 33.333333333333%;
	float: right;
	overflow: hidden;
}

.i1 .swiper1>.swiper-slide .scont3 .urt a {
	display: block;
	position: relative;
	overflow: hidden;
}

.i1 .swiper1>.swiper-slide .scont3 .urt a .txt {
	position: absolute;
	left: 40px;
	bottom: 40px;
	color: #fff;
}

.i1 .swiper1>.swiper-slide .scont3 .urt a .txt .uxian {
	width: 40px;
	height: 4px;
	background: #9e9d9d;
	margin-bottom: 30px;
}


/* 第五屏 */

.i1 .swiper1>.swiper-slide .scont4 {}

.i1 .swiper1>.swiper-slide .scont4 .box_bx {
	position: relative;
}

.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 {
	height: 250px;
	margin-top: 15vh;
}

.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .swiper-slide {
	padding: 10px 0;
}

.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .swiper-slide .itxt {
	width: 68%;
	margin: 10px auto 0;
	position: relative;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .swiper-slide .itxt a {
	color: #fff;
}

.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .swiper-slide .itxt .stt {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 30px;
}

.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .swiper-slide .itxt .xian2 {
	width: 40px;
	height: 3px;
	background: #afb0b1;
	margin: 20px auto 30px;
}

.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .swiper-slide .itxt .stc {
	position: relative;
	padding: 20px;
	line-height: 1.8;
	text-align: justify;
}

.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .swiper-slide .itxt .stc span {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/1_9.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/1_9.png*/ top left no-repeat;
}

.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .swiper-slide .itxt .stc .s2 {
	bottom: 0;
	right: 0;
	left: auto;
	top: auto;
	background: url("../img/1_10.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/1_10.png*/ top left no-repeat;
}

.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .swiper-slide .itxt .stc div {
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .swiper-slide:hover .itxt {
	margin-top: 0;
}

.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .prev4 {
	width: 15px;
	height: 28px;
	margin-top: -14px;
	left: 30px;
	background: url("../img/1_11.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/1_11.png*/ center no-repeat;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .next4 {
	width: 15px;
	height: 28px;
	margin-top: -14px;
	right: 30px;
	background: url("../img/1_12.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/1_12.png*/ center no-repeat;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .prev4:hover {
	left: 27px;
}

.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .next4:hover {
	right: 27px;
}

.i1 .swiper1>.swiper-slide .scont4 .more {
	width: 200px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	background: #1575b9;
	color: #f9f9f9;
	margin-top: 14vh;
	border-radius: 5px;
}

.i1 .swiper1>.swiper-slide .scont4 .more:hover {
	background: #0b3366;
}


/* 第六屏 */

.i1 .swiper1>.swiper-slide .scont5 {}

.i1 .swiper1>.swiper-slide .scont5 .box {
	overflow: visible;
}

.i1 .swiper1>.swiper-slide .scont5 .slt {
	margin-top: 14vh;
	width: 410px;
	float: left;
	text-align: justify;
}

.i1 .swiper1>.swiper-slide .scont5 .slt .stt span {
	display: block;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #919190;
	margin-right: 20px;
}

.i1 .swiper1>.swiper-slide .scont5 .slt .xian2 {
	width: 40px;
	height: 4px;
	background: #afb0b1;
	margin: 40px 0;
}

.i1 .swiper1>.swiper-slide .scont5 .slt .stc {
	line-height: 2;
}

.i1 .swiper1>.swiper-slide .scont5 .more {
	display: block;
	width: 200px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	background: #1575b9;
	color: #f9f9f9;
	margin-top: 50px;
	border-radius: 5px;
}

.i1 .swiper1>.swiper-slide .scont5 .more:hover {
	background: #0b3366;
}

.i1 .swiper1>.swiper-slide .scont5 .srt {
	width: calc(100% - 560px);
	float: right;
	margin-top: 5vh;
}

.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 {}

.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li {
	width: 19%;
	float: left;
	position: relative;
	margin-right: 8%;
	position: relative;
	top: 0;
}

.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li:last-child {
	margin-right: 0;
}

.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li a {
	color: #fff;
}

.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li .img {
	position: relative;
	width: 100%;
	background: url("../img/1_13.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/1_13.png*/ center no-repeat;
	background-size: 100%;
	margin-bottom: 40px;
}

.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li .img s {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 20%;
	transform: scaleY(1.1);
	-webkit-transform: scaleY(1.1);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li .len {
	opacity: .4;
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 5px;
}

.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li:hover .img s {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	opacity: 0;
}

.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li.act {
	animation: jump_down 5.5s linear infinite alternate;
	-webkit-animation: jump_down 5.5s linear infinite alternate;
}

.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li:nth-child(2n).act {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}


/* 第7屏 */

.i1 .swiper1 .footer {
	height: 600px !important;
	background: #121212;
}

.i1 .swiper1 .footer .fp-tableCell {
	height: 100% !important;
}

.footer .footer1 {
	padding: 100px 0 0 0;
	position: relative;
	z-index: 6;
	height: 460px;
}

.footer .footer1 .flogo {
	display: block;
	float: left;
}

.footer .footer1 .flogo img {
	display: block;
}

.footer .footer1 .ul1 {
	float: right;
	padding-top: 20px;
}

.footer .footer1 .ul1 li {
	float: left;
	width: 150px;
}

.footer .footer1 .ul1 li:last-child {
	width: 80px;
}

.footer .footer1 .ul1 li a {
	display: block;
	color: #777;
	margin-bottom: 15px;
}

.footer .footer1 .ul1 li a:nth-child(1) {
	color: #e5e5e5;
	margin-bottom: 30px;
}

.footer .footer1 .ul1 li a:hover {
	color: #0d3e7d;
}

.footer .footer1 .fcont {
	float: right;
	margin-right: 120px;
	color: #999;
	padding-top: 20px;
}

.footer .footer1 .fcont .ftt {
	color: #e5e5e5;
	margin-bottom: 25px;
}

.footer .footer1 .fcont .abtn div {
	line-height: 20px;
	margin-bottom: 15px;
}

.footer .footer1 .fcont .abtn div img {
	display: block;
	float: left;
	width: 20px;
	border: 1px solid #666;
	border-radius: 50%;
	margin-right: 10px;
}

.footer .footer1 .fcont .ewm {
	margin-top: 30px;
}

.footer .footer1 .fcont .ewm .elt {
	float: left;
	width: 100px;
}

.footer .footer1 .fcont .ewm .elt span {
	width: 30px;
	float: left;
	display: block;
	height: 30px;
	overflow: hidden;
	border-radius: 50%;
	background: #2a2a2a;
	margin-right: 20px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.footer .footer1 .fcont .ewm .elt span img {
	display: block;
	width: 60%;
	margin: 20% auto;
}

.footer .footer1 .fcont .ewm .elt span.act {
	background: #5a5a5a;
}

.footer .footer1 .fcont .ewm .ert {
	width: 100px;
	float: left;
}

.footer .footer1 .fcont .ewm .ert .ebox:nth-child(2) {
	display: none;
}

.footer .footer1 .fcont .ewm .ert .ebox img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
}

.footer .footer2 {
	padding-top: 40px;
	color: #555;
	position: relative;
	z-index: 6;
}

.footer .footer2 .other {
	float: right;
}

.footer .footer2 a {
	color: #555;
}

@-webkit-keyframes jump_down {
	0% {
		top: 0;
	}
	100% {
		top: 150px;
	}
}

@keyframes jump_down {
	0% {
		top: 0;
	}
	100% {
		top: 150px;
	}
}


/* 产品 */

.banner {
	position: relative;
	overflow: hidden;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .mimg {
	display: none;
}

.banner .pimg2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.banner:after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../img/2_2.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_2.png*/ center;
}

.banner .bbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	z-index: 10;
}

.banner .bbox .tt {
	margin: 28vh 0 50px;
	color: #fff;
}

.banner .bbox .tt2 {
	line-height: 36px;
}

.banner .bbox .tt2 span {
	display: inline-block;
	line-height: 36px;
	padding-left: 55px;
	background: url("../img/2_1.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_1.png*/ left center no-repeat;
	position: relative;
	top: -7px;
}

.banner .bbox .tt3 {
	/*width: 600px;*/
	width: fit-content;
	line-height: 60px;
	padding: 0 30px;
	text-align: justify;
	margin-left: 8.3%;
	position: relative;
	margin-bottom: 40px;
	height: 60px;
}

.banner .bbox .tt3 s {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	top: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 3px;
	z-index: -1;
}

.banner .bbox .tt3 s.s2 {
	top: 0;
	left: 0;
}

.banner .bbox .tt3 span {
	display: none;
}

.banner .bbox .tt3 .abtn {
	float: right;
	display: none;
}

.banner .bbox .tt3 .abtn a {
	display: block;
	float: left;
	color: #fff;
	background: url("../img/2_4.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_4.png*/ left center no-repeat;
	padding-left: 30px;
	margin-left: 10px;
}

.banner .bbox .tt3 .abtn a:nth-child(1) {
	margin: 0;
	background: url("../img/2_3.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_3.png*/ left center no-repeat;
}

.banner .bbox .tt3.act s {
	width: 100%;
	transition-delay: .7s;
	-webkit-transition-delay: .7s;
}

.banner .bbox .tt4.act {
	/*width: 220px;*/
}

.banner .bbox .p_tt3 {
	margin-top: 42vh;
}

.pro1 {
	position: relative;
}

.pro1 .protp {
	position: relative;
}

.pro1 .protp>img {
	display: block;
	width: 100%;
}

.pro1 .protp .cp {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
}

.pro1 .protp .cp img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.pro1 .protp .cp img:nth-child(1) {
	display: block;
}

.pro1 .protp .abtn {
	position: absolute;
	top: 15vh;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 8;
	color: #e5e5e5;
}

.pro1 .protp .abtn span {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: inline-block;
	cursor: pointer;
	margin: 0;
	padding: 0 40px;
	position: relative;
}

.pro1 .protp .abtn span:after {
	content: '';
	width: 3px;
	height: 3px;
	background: #a2a3a4;
	position: absolute;
	right: 0;
	top: 8px;
}

.pro1 .protp .abtn span:last-child {
	padding-right: 0;
}

.pro1 .protp .abtn span:last-child:after {
	display: none;
}

.pro1 .protp .abtn span:hover {
	color: #fff;
}

.pro1 .protp .abtn span.act {
	font-size: 24px;
	color: #fff;
}

.pro1 .probt {
	padding: 60px 0 150px;
	background: url("../img/2_3.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_3.jpg*/ center no-repeat;
	background-size: cover;
}

.box2 {
	padding: 0 80px;
}

.pro1 .probt .box2 .ul1 {}

.pro1 .probt .box2 .ul1 li {
	position: relative;
	padding-bottom: 50px;
	display: none;
}

.pro1 .probt .box2 .ul1 li:nth-child(1) {
	display: block;
}

.pro1 .probt .box2 .swiper5 {
	/*background: url(../images/2_4.jpg) center no-repeat;*/
	background-size: cover;
	text-align: center;
	color: #fff;
	/*background-color:rgba(0,0,0,0.5);*/
	z-index: 8;
	padding-bottom: 30px;
}

.pro1 .probt .box2 .swiper5 .swiper-slide {}

.pro1 .probt .box2 .swiper5 .swiper-slide .sbox {
	position: relative;
	padding-bottom: 120px;
}

.pro1 .probt .box2 .swiper5 .swiper-slide .sbox * {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.pro1 .probt .box2 .swiper5 .swiper-slide .sbox .img {
	overflow: hidden;
}

.pro1 .probt .box2 .swiper5 .swiper-slide .sbox .img img {
	display: block;
	width: 100%;
	position: relative;
	left: 0;
}

.pro1 .probt .box2 .swiper5 .swiper-slide .sbox .stt {
	display: block;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro1 .probt .box2 .swiper5 .swiper-slide .sbox .sxian {
	width: 40px;
	height: 4px;
	background: #FFFFFF;
	margin: 25px auto 40px;
}

.pro1 .probt .box2 .swiper5 .swiper-slide .sbox .more {
	width: 200px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	background: #1575b9;
	color: #f9f9f9;
	border-radius: 5px;
	position: relative;
	z-index: 5;
}

.pro1 .probt .box2 .swiper5 .swiper-slide .sbox .more:hover {
	background: #0b3366;
}

.pro1 .probt .box2 .swiper5 .swiper-slide .sbox .stp {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	border: 6px solid rgba(0, 0, 0, 0);
}

.pro1 .probt .box2 .swiper5 .swiper-slide .sbox:hover .img img {
	left: 10px;
}

.pro1 .probt .box2 .swiper5 .swiper-slide .sbox:hover .stp {
	border: 6px solid #1575b9;
}

.pro1 .probt .box2 .ul1 li .pagination5 {
	text-align: center;
	width: 100%;
	bottom: 0;
}

.pro1 .probt .box2 .ul1 li .pagination5 span {
	margin: 0 5px;
	opacity: 1;
}


/* 产品详情 */

.prc1 {
	padding: 50px 0 150px;
	background: url("../img/2_3.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_3.jpg*/ center no-repeat;
	background-size: cover;
	min-height: 570px;
}

.prc1 .ptp {
	color: #fff;
	line-height: 28px;
	position: relative;
	z-index: 6;
}

.prc1 .ptp a {
	display: block;
	float: left;
	color: #fff;
	padding-left: 30px;
	background: url("../img/1_11.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/1_11.png*/ center left no-repeat;
}

.prc1 .ptp a:hover {
	background: url("../img/1_11_1.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/1_11_1.png*/ center left no-repeat;
	color: #1575b9;
}

.prc1 .ptp a.pra {
	float: right;
	padding: 0 30px 0 0;
	background: url("../img/1_12.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/1_12.png*/ center right no-repeat;
}

.prc1 .ptp a.pra:hover {
	background: url("../img/1_12_1.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/1_12_1.png*/ center right no-repeat;
}

.prc1 .pbt {
	margin-top: 50px;
	position: relative;
	z-index: 6;
}

.prc1 .pbt .plt {
	width: calc(100% - 440px);
	float: left;
	overflow: hidden;
	background: url("../img/2_4.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_4.jpg*/ center no-repeat;
	background-size: cover;
}

.prc1 .pbt .plt img {
	display: block;
	margin: 0 auto;
}

.prc1 .pbt .prt {
	width: 400px;
	float: right;
	color: #fff;
	text-align: justify;
	padding-top: 16vh;
	line-height: 1.5;
}

.prc1 .pbt .prt .pen {
	margin: 10px 0 70px;
}

.prc1 .pbt .prt .ptc {
	margin: 80px 0 60px;
	line-height: 2;
}

.prc1 .pbt .prt .ptc p {
	display: block;
	position: relative;
	padding-left: 16px;
	margin-bottom: 30px;
}

.prc1 .pbt .prt .ptc p:after {
	content: '';
	display: block;
	width: 8px;
	height: 2px;
	background: #999;
	position: absolute;
	top: 12px;
	left: 0;
}

.prc1 .pbt .prt .more {
	width: 100%;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	background: #1575b9 url("2_12.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_12.png*/ 90% center no-repeat;
	color: #f9f9f9;
	margin-top: 50px;
}

.prc1 .pbt .prt .more:hover {
	background: #0b3366 url("2_12.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_12.png*/ 90% center no-repeat;
}

.prc2 {
	padding-top: 130px;
	min-height: 645px;
	background: url("../img/2_6.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_6.jpg*/ center no-repeat;
	background-size: cover;
	color: #e5e5e5;
}

.prc2 .tc {
	margin-top: 65px;
}

.prc2 .tc .tlt {
	width: 50%;
	float: left;
	line-height: 1.5;
}

.prc2 .tc .tlt div {
	padding-left: 12px;
	position: relative;
	margin-bottom: 20px;
}

.prc2 .tc .tlt div:after {
	content: '';
	display: block;
	width: 3px;
	height: 3px;
	background: #e5e5e5;
	position: absolute;
	left: 0;
	top: 10px;
}


/* 服务 */

.ser1 {
	padding: 160px 0 130px;
	background: url("../img/3_2.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/3_2.jpg*/ center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.ser1 .en {
	margin: 20px 0 50px;
	letter-spacing: 15px;
}

.ser1 .tc {
	max-width: 845px;
	margin: 0 auto 110px;
	line-height: 2;
}

.ser1 .box {
	z-index: 6;
}

.ser1 .ul1 {}

.ser1 .ul1 * {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.ser1 .ul1 div.ltc.f_14 {
	padding: 0 20px;
}

.ser1 .ul1 li {
	width: 31%;
	float: left;
	height: 380px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1) url("../img/3_4.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/3_4.png*/ right bottom no-repeat;
	padding-top: 60px;
	border-radius: 30px;
	margin-right: 3.5%;
}

.ser1 .ul1 li:last-child {
	margin-right: 0;
}

.ser1 .ul1 li .sxian {
	display: block;
	width: 40px;
	height: 4px;
	background: #5e5e5f;
	margin: 0 auto;
}

.ser1 .ul1 li .img {
	width: 120px;
	height: 120px;
	position: relative;
	overflow: hidden;
	margin: 50px auto 40px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.ser1 .ul1 li .img img {
	display: block;
	width: 100%;
}

.ser1 .ul1 li:hover {
	border: 1px solid rgba(14, 63, 216, 0.2);
	background: rgba(13, 64, 126, .3) url("../img/3_4_1.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/3_4_1.png*/ right bottom no-repeat;
}

.ser1 .ul1 li:hover .img {
	border: 1px solid rgba(14, 63, 216, 0.2);
	background: #1575b9;
}

.ser1 .ul1 li:hover .img img:nth-child(1) {
	margin-top: -100%;
}

.ser2 {
	padding: 160px 0 130px;
	background: url("../img/3_3.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/3_3.jpg*/ center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.ser2 .en {
	margin: 20px 0 80px;
	letter-spacing: 15px;
}

.map {
	position: relative;
	width: 100%;
	height: 660px;
	z-index: 6;
}

.map img {
	max-width: inherit;
}

.map #map {
	width: 100%;
	height: 100%;
}

.map .container1 {
	position: absolute;
	width: 480px;
	height: 140px;
	overflow: auto;
	top: 60px;
	left: 8.33%;
	z-index: 3;
	background: #0b3263;
	color: #fff;
}

.map .container1 .mtp {
	padding: 30px 25px;
}

.map .container1 .mtp select {
	width: 48%;
	float: left;
	height: 50px;
	background: #1575b9;
	color: #f5f5f5;
	border: 1px solid #1575b9;
	border-radius: 3px;
}

.map .container1 .mtp select:nth-child(2) {
	float: right;
}

.map .container1 dl {}

.map .container1 dl dd .h3 {
	display: none;
}

.map .container1 dl dd {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	text-align: justify;
	border-top: 1px solid #244773;
	padding: 30px;
	cursor: pointer;
	opacity: .6;
}

.map .container1 dl dd a {
	color: #f5f5f5;
}

.map .container1 dl dd .dtc {
	line-height: 1.5;
	margin: 5px 0;
}

.map .container1 dl dd .ddz {
	padding-left: 30px;
	background: url("../img/3_5.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/3_5.png*/ left center no-repeat;
	margin-top: 5px;
	line-height: 24px;
}

.map .container1 dl dd .dtt {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	font-weight: bold;
}

.map .container1 dl dd.active,
.map .container1 dl dd:hover {
	opacity: 1;
}

.map .container1::-webkit-scrollbar-track-piece {
	width: 8px;
	background-color: #0a2c59;
}

.map .container1::-webkit-scrollbar {
	width: 8px;
	height: 6px
}

.map .container1::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #244773;
}

.ser3 {
	padding: 160px 0 130px;
	background: url("../img/3_4.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/3_4.jpg*/ center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.ser3 .en {
	margin: 20px 0 80px;
	letter-spacing: 15px;
}

.ser3 .ul1 {
	position: relative;
	z-index: 6;
	padding: 70px 150px 70px 80px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.1) url("3_7.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/3_7.png*/ right bottom no-repeat;
	background-size: cover;
}

.ser3 .ul1 li {
	width: 100%;
	position: relative;
	text-align: justify;
	margin-bottom: 10px;
}

.ser3 .ul1 li * {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.ser3 .ul1 li a {
	margin-bottom: 30px;
	display: block;
}

.ser3 .ul1 li a:last-child {
	margin-bottom: 0;
}

.ser3 .ul1 li a .alt {
	line-height: 45px;
	width: calc(100% - 250px);
	float: left;
	box-sizing: border-box;
	border: 1px solid #999;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 50px;
	background: url("../img/3_6.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/3_6.png*/ center left no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.ser3 .ul1 li a .alt s {
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #1575b9;
	opacity: 0;
}

.ser3 .ul1 li a .art {
	font-family: helv;
	width: 240px;
	line-height: 45px;
	float: right;
	border: 1px solid #999;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.ser3 .ul1 li a:hover .art {
	color: #fff;
	border: 1px solid #1575b9;
	background: #1575b9;
}

.ser3 .ul1 li a:hover .alt {
	border-left: 1px solid #1575b9;
}

.ser3 .ul1 li a:hover .alt s {
	opacity: 1;
}

.ser4 {
	padding: 160px 0 110px;
	background: url("../img/3_5.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/3_5.jpg*/ center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.ser4 .en {
	margin: 20px 0 80px;
	letter-spacing: 15px;
}

.ser4 .ul1 {
	width: 50%;
	margin: 0 25%;
	position: relative;
	z-index: 6;
}

.ser4 .ul1 li {
	width: 100%;
	float: left;
	text-align: left;
	line-height: 50px;
	font-size: 16px;
}
.ser4 .ul1 li p{
	width: 15%;
	text-align: left;
	float: left;
}
.ser4 .ul1 li input{
	width: 85%;
	float: left;
	height: 28px;
	margin-top:10px;
	border: 1px solid #CCCCCC;
	background: none;
	outline: none;
	color:white;
}
.ser4 .ul1 li.yanzheng input{
	width: 15%;
	margin-right: 2%;
}
.ser4 .ul1 li.yanzheng img{
	height: 30px;
	float: left;
	width: auto;
	margin-top:10px;
}
.ser4 .ul1 button{
	width: 20%;
	height: 45px;
	background-color: #FFFFFF;
	border:none;
	margin-top:30px;
	cursor:pointer;
}
.ser4 .ul1 button:hover{
	background: none;
	border:1px solid white;
	color:white;
}
.ser4 .ul1 li .img {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.ser4 .ul1 li .img>img {
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
}

.ser4 .ul1 li .img span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .1);
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.ser4 .ul1 li .img span img {
	display: block;
	width: 100%;
}

.ser4 .ul1 li .img span:hover {
	border: 1px solid rgba(14, 63, 216, 0.2);
	background: #1575b9;
}

.ser4 .ul1 li:nth-child(2n) {
	float: right;
}


/* 弹窗 */

.tanchuang {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.9);
	display: none;
}

.tanchuang .tbox {
	width: 75%;
	height: 80vh;
	margin: 10vh auto;
	position: relative;
}

.tanchuang .tbox .out {
	display: block;
	width: 40px;
	height: 40px;
	background: url("../img/out.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/out.png*/ center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: -50px;
	z-index: 9;
}

.vd_tanchuang .tbox video {
	height: 100%;
	margin: 0 auto;
}

.ser5 {
	padding: 160px 0;
	background: url("../img/3_6.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/3_6.jpg*/ center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.ser5 .en {
	margin: 20px 0 80px;
	letter-spacing: 15px;
}

.ser5 .box {
	z-index: 6;
	overflow: visible;
	padding:0 200px;
}

.ser5 .box .tc{
	font-size: 16px;
	line-height: 2;
}

.ser5 .slt {
	width: 49%;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	-moz-box-shadow: 0px 2px 10px #111;
	-webkit-box-shadow: 0px 2px 10px #111;
	box-shadow: 0px 2px 10px #111;
}

.ser5 .slt img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.ser5 .slt:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.ser5 .srt {
	width: 49%;
	float: right;
}

.ser5 .srt .img {
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
}

.ser5 .srt .img img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.ser5 .srt .img img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.ser5 .srt .abtn {
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
}

.ser5 .srt .abtn img {
	display: block;
	max-width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.ser5 .srt .abtn img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.ser5 .srt .abtn .dj {
	position: absolute;
	width: 50%;
	height: 40%;
	top: 30%;
	left: 0;
	cursor: pointer;
}

.ser5 .srt .abtn .art {
	left: 50%;
}

.ser5 .srt .abtn.act img,
.ser5 .srt .img.act img {
	opacity: 0;
}

.ser5 .srt .abtn.act img:nth-child(2),
.ser5 .srt .img.act img:nth-child(2) {
	opacity: 1;
}


/* 系统 */

.banner_sy:after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../img/4_1.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/4_1.png*/ center;
}

.sy1 {
	padding: 120px 0 150px;
	background: url("../img/4_2.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/4_2.jpg*/ center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.sy1 .box {
	z-index: 6;
}

.sy1 .slt {
	width: 49%;
	float: left;
	position: relative;
	overflow: hidden;
}

.sy1 .slt .img {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.sy1 .slt .img:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/4_2.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/4_2.png*/ center left no-repeat;
}

.sy1 .slt .img img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.sy1 .slt .img img:nth-child(1) {
	position: relative;
}

.sy1 .slt .img img.act {
	opacity: 1;
}

.sy1 .slt .txt {
	position: absolute;
	width: 290px;
	top: 0;
	left: 0;
	height: 100%;
}

.sy1 .slt .txt .swiper6 {
	width: 100%;
	height: 100%;
	,
	max-height: 550px;
	padding-top: 80px;
}

.sy1 .slt .txt .swiper6 a {
	display: block;
	width: 260px;
	text-align: center;
	position: relative;
	background: url("../img/bai.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/bai.png*/;
	line-height: 54px;
	color: #fff;
	padding-left: 100px;
	font-size: 20px;
	margin-bottom: 10px;
	border: 1px solid rgba(255, 255, 255, 0);
	left: 29px;
	border-radius: 5px 0 0 5px;
}

.sy1 .slt .txt .swiper6 .swiper-slide {
	width: 100%;
	height: 55px;
	margin-bottom: 10px;
}

.sy1 .slt .txt .swiper6>.swiper-pagination-progress {
	width: 2px;
	left: auto;
	right: 0;
	background: rgba(255, 255, 255, 0.2);
}

.sy1 .slt .txt .swiper6 .swiper-pagination-progress .swiper-pagination-progressbar {
	background: #fff;
}

.sy1 .slt .txt .swiper6 a:hover {
	font-size: 24px;
	padding-left: 0;
	background: url("../img/4_3.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/4_3.png*/ left center no-repeat;
	background-size: cover;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.sy1 .srt {
	width: 49%;
	float: right;
	position: relative;
	overflow: hidden;
	text-align: justify;
}

.sy1 .srt * {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.sy1 .srt .abtn {
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.sy1 .srt .abtn2 {
	margin-top: 5%;
}

.sy1 .srt .abtn img {
	display: block;
	width: 100%;
}

.sy1 .srt .abtn .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/4_4.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/4_4.png*/ left center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 10% 0 0 8%;
}

.sy1 .srt .abtn .txt .axian {
	display: block;
	width: 60px;
	height: 4px;
	background: #fff;
	opacity: .6;
	margin-bottom: 35px;
}

.sy1 .srt .abtn:hover .txt,
.sy1 .srt .abtn.act .txt {
	background: url("../img/4_4_1.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/4_4_1.png*/ left center no-repeat;
	background-size: cover;
}

.sy2 {
	padding: 120px 0 150px;
	background: url("../img/4_3.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/4_3.jpg*/ center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.sy2 .box {
	z-index: 6;
}

.sy2 .box .ul1 {}

.sy2 .box .ul1 li {
	display: none;
}

.sy2 .box .ul1 li:nth-child(1) {
	display: block;
}

.sy2 .box .swiper7 {
	padding-bottom: 50px;
}

.sy2 .box .swiper7 .swiper-slide {}

.sy2 .box .swiper7 .swiper-slide a {
	color: #fff;
}

.sy2 .box .swiper7 .swiper-slide a * {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.sy2 .box .swiper7 .swiper-slide a .img {
	display: block;
	position: relative;
	width: 100%;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.sy2 .box .swiper7 .swiper-slide a .img img {
	display: block;
	width: 100%;
}

.sy2 .box .swiper7 .swiper-slide a .img .ss {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sy2 .box .swiper7 .swiper-slide a .img .ss span {
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	background: url("../img/4_5.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/4_5.png*/ center no-repeat;
	top: -50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	border: 1px solid #ddd;
	border-radius: 50%;
}

.sy2 .box .swiper7 .swiper-slide a .txt {
	width: 100%;
	height: 120px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 0 0 5px 5px;
	background: url("../img/4_6.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/4_6.png*/ left center no-repeat;
	margin-top: -1px;
}

.sy2 .box .swiper7 .swiper-slide a .txt .stt {
	position: relative;
	width: 100%;
	margin: 35px 0 15px;
}

.sy2 .box .swiper7 .swiper-slide a .txt .stt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sy2 .box .swiper7 .swiper-slide a .txt .stt s {
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #fff;
	opacity: .6;
	position: relative;
	top: -5px;
	margin: 0 10px;
}

.sy2 .box .swiper7 .swiper-slide a .txt .sen {
	font-size: 12px;
	letter-spacing: 10px;
}

.sy2 .box .swiper7 .swiper-slide a:hover .img .ss {
	background: rgba(14, 63, 126, .3);
}

.sy2 .box .swiper7 .swiper-slide a:hover .img .ss span {
	top: 50%;
}

.sy2 .box .swiper7 .swiper-slide a:hover .txt {
	background: url("../img/4_6_1.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/4_6_1.png*/ center no-repeat;
}

.sy2 .box .swiper7 .pagination7 span {
	opacity: 1;
	background: #fff;
}

.sy2 .box .swiper7 .pagination7 .swiper-pagination-bullet-active {
	background: #1575b9;
}


/* 新闻 */

.new1 {
	padding: 120px 0 150px;
	background: url("../img/5_2.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/5_2.jpg*/ center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.new1 .ul1 {
	position: relative;
	z-index: 6;
}

.new1 .ul1 * {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.new1 .ul1 li {
	width: 31.7%;
	float: left;
	margin-right: 2.45%;
	margin-bottom: 2.45%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	overflow: hidden;
	text-align: justify;
}

.new1 .ul1 li:nth-child(3n) {
	margin-right: 0;
}

.new1 .ul1 li .img {
	display: block;
	width: 100%;
	overflow: hidden;
}

.new1 .ul1 li .img img {
	display: block;
	width: 100%;
}

.new1 .ul1 li .txt {
	height: 190px;
	padding: 40px 25px 0;
	/*background: url("../img/5_1.png") center no-repeat;*/
	background-size: cover;
}

.new1 .ul1 li .txt .num {}

.new1 .ul1 li .txt .num .slt {
	width: 75px;
	float: left;
}

.new1 .ul1 li .txt .num .srt {
	width: calc(100% - 75px);
	float: left;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 5px;
	position: relative;
}

.new1 .ul1 li .txt .num .srt:after {
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 2px;
	background: #ccc;
	left: 0;
	bottom: 0;
}

.new1 .ul1 li .txt .att {
	color: #fff;
	margin: 40px 0 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new1 .ul1 li .txt .more {
	width: 140px;
	background: url("../img/5_2.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/5_2.png*/ center right no-repeat;
	font-size: 12px;
}

.new1 .abtn {
	height: 100px;
	background: #1575b9;
	position: relative;
	z-index: 6;
}

.new1 .abtn a {
	display: block;
	width: 100px;
	height: 100px;
	float: left;
}

.new1 .abtn a.alt {
	opacity: .6;
	background: url("../img/5_3.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/5_3.png*/ center no-repeat;
	background-size: 100%;
}

.new1 .abtn a.art {
	opacity: .6;
	background: url("../img/5_4.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/5_4.png*/ center no-repeat;
	background-size: 100%;
	float: right;
}

.new1 .abtn a.alt:hover,
.new1 .abtn a.art:hover {
	opacity: 1;
}

.new1 .abtn .txt {
	width: 100px;
	position: absolute;
	line-height: 100px;
	color: #fff;
	top: 0;
	left: 50%;
	margin-left: -50px;
	letter-spacing: 3px;
	text-align: center;
}

.new1 .ul1 li:hover {
	border: 1px solid rgba(255, 255, 255, 0);
}

.new1 .ul1 li:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.new1 .ul1 li:hover .txt {
	/*background: url("../img/5_1_1.png") center no-repeat;*/
	background-color: rgba(21,117,185,.6);
}


/* 新闻详情 */

.new_co1 {
	padding: 120px 0 150px;
	background: #000 url("5_9.jpg") top center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.new_co1 .nbox {
	width: 100%;
	max-width: 845px;
	margin: 0 auto 250px;
	position: relative;
	z-index: 6;
}

.new_co1 .tt {
	line-height: 1.5;
}

.new_co1 .tly {
	position: relative;
	margin: 80px 0 60px;
	color: #e5e5e5;
}

.new_co1 .tly .clt {
	display: block;
	float: left;
}

.new_co1 .tly .crt {
	display: block;
	float: right;
}

.new_co1 .tc {
	text-align: justify;
	line-height: 2;
}

.new_co1 .tc img {
	height: auto;
}

.new_co1 .abtn {
	height: 100px;
	background: #002744;
	position: relative;
	padding: 0 40px;
	z-index: 6;
}

.new_co1 .abtn * {
	color: #fff;
}

.new_co1 .abtn .alt {
	width: 300px;
	float: left;
	text-align: left;
	opacity: .6;
}

.new_co1 .abtn .alt .att {
	margin: 25px 0 10px;
}

.new_co1 .abtn .alt .atc {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_co1 .abtn .art {
	float: right;
	text-align: right;
}

.new_co1 .abtn .actn {
	opacity: .6;
	width: 100px;
	height: 100px;
	position: absolute;
	background: #0f3a5d url("../img/5_5.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/5_5.png*/ center no-repeat;
	background-size: 100%;
	top: 0;
	left: 50%;
	margin-left: -50px;
}

.new_co1 .abtn a:hover {
	opacity: 1;
}


/* 关于我们 */

.abo1 {
	padding: 160px 0 150px;
	background: #000 url("../img/6_2.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/6_2.jpg*/ top center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.abo1 .en {
	margin: 20px 0 50px;
	letter-spacing: 15px;
}

.abo1 .box {
	z-index: 6;
}

.abo1 .img0 {
	position: relative;
	width: 100%;
	overflow: hidden;
	color: #fff;
}

.abo1 .img0 img {
	display: block;
	width: 100%;
}

.abo1 .img0 .txt {
	position: absolute;
	top: 50%;
	margin-top: -60px;
	text-align: center;
	width: 100%;
}

.abo1 .img0 .txt .more {
	display: block;
	width: 220px;
	line-height: 36px;
	border: 1px solid #fff;
	color: #fff;
	margin: 50px auto 0;
}

.abo1 .img0 .txt .more:hover {
	border: 1px solid #1575b9;
	background: #1575b9;
}

.abo1 .abt {
	padding-top: 0px;
	text-align: justify;
}

.abo1 .abt .alt {
	width: 48%;
	float: left;
	box-sizing: border-box;
	text-align: right;
	position: relative;
	padding-top: 50px;
}

.abo1 .abt .alt img {
	display: block;
	position: relative;
	z-index: 2;
}

.abo1 .abt .alt .en img {
	display: block;
	float: right;
}

.abo1 .abt .alt .tp {
	position: relative;
	padding-left: 9.5%;
	margin-top: 160px;
}

.abo1 .abt .alt .tp span {
	display: block;
	width: 35.5%;
	height: 100%;
	background: #1575b9;
	left: 0;
	bottom: 15%;
	z-index: 1;
	position: absolute;
}

.abo1 .abt .art {
	width: 48%;
	float: right;
	line-height: 1.5;
}

.abo1 .abt .art .atc {
	line-height: 2;
	margin-top: 60px;
}

.abo2 {
	padding: 160px 0 100px;
	background: #000 url("../img/6_6.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/6_6.jpg*/ top center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.abo2 .en {
	margin: 20px 0 120px;
	letter-spacing: 15px;
}

.abo2 .box {
	z-index: 6;
}

.abo2 .swiper8 {
	padding-bottom: 120px;
}

.abo2 .swiper8>.swiper-pagination-progress {
	top: auto;
	bottom: 0;
}

.abo2 .swiper8 .swiper-slide {}

.abo2 .swiper8 .swiper-slide .img {
	border: 8px solid #000;
	overflow: hidden;
	width: 100%;
}

.abo2 .swiper8 .swiper-slide .img img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	display: block;
	width: 100%;
}

.abo2 .swiper8 .swiper-slide .stt {
	margin: 30px 0 25px;
}

.abo2 .swiper8 .swiper-slide .sxian {
	width: 30px;
	height: 3px;
	background: #a9a7a6;
	margin: 0 auto;
}

.abo2 .swiper8 .swiper-slide:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.abo3 {
	padding: 160px 0 140px;
	background: #000 url("../img/6_7.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/6_7.jpg*/ center fixed no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.abo3 .en {
	margin: 20px 0 80px;
	letter-spacing: 15px;
}

.abo3 .box {
	z-index: 6;
}

.abo3 .dl1 {
	padding: 0 40px 60px;
	border-radius: 10px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.5);
	text-align: justify;
}

.abo3 .dl1 dt {
	line-height: 70px;
}

.abo3 .dl1 dt span {
	display: block;
	float: left;
	width: 25%;
	padding-left: 40px;
}

.abo3 .dl1 dd {
	border: 1px solid #081524;
	margin-bottom: 10px;
}

.abo3 .dl1 dd .dtp {
	line-height: 60px;
	cursor: pointer;
}

.abo3 .dl1 dd .dtp.act {
	background: #1575b9;
}

.abo3 .dl1 dd .dtp span {
	display: block;
	float: left;
	width: 25%;
	padding-left: 40px;
}

.abo3 .dl1 dd .dbt {
	padding: 40px;
	line-height: 2;
	display: none;
}

.abo4 {
	padding: 160px 0 120px;
	background: #000 url("../img/6_8.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/6_8.jpg*/ top center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.abo4 .en {
	margin: 20px 0 80px;
	letter-spacing: 15px;
}

.abo4 .box {
	z-index: 6;
}

.abo4 .box .abox {}

.abo4 .box .abox .alt {
	width: 400px;
	height: 528px;
	float: left;
	background: url("../img/contact_l.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/contact_l.png*/ center top no-repeat;
	padding: 195px 0 0 45px;
	text-align: justify;
}

.abo4 .box .abox .alt .a_d1 {
	color: #e5e5e5;
	line-height: 20px;
	margin-bottom: 15px;
}

.abo4 .box .abox .alt .a_d1 a {
	color: #e5e5e5;
	display: block;
	width: calc(100% - 40px);
	float: right;
}

.abo4 .box .abox .alt .a_d1 img {
	display: block;
	float: left;
	width: 20px;
	margin-right: 15px;
	border: 1px solid #626974;
	border-radius: 50%;
}

.abo4 .box .abox .alt .a_d1>div{
	float: right;
	width: calc( 100% - 35px);
}

.abo4 .box .abox .alt .a_d2 {
	margin-top: 25px;
}


.abo4 .box .abox .alt .a_d2 img {
	display: block;
	max-width: 100px;
}
@media (max-width: 960px){
	.abo4 .box .abox .alt .a_d2 img{
		margin: 0 auto;
	}
}
.abo4 .box .abox .art {
	width: calc(100% - 430px);
	float: right;
	height: 528px;
	border: 1px solid #666;
	border-radius: 5px;
}

.joi1 {
	padding: 160px 0 0;
	background: #000 url("../img/7_2.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/7_2.jpg*/ top center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	min-height: 950px;
	position: relative;
}

.joi1 .en {
	margin: 20px 0 80px;
	letter-spacing: 15px;
}

.joi1 .box {
	z-index: 6;
}

.joi1 .swiper9 {
	width: 560px;
	margin: 0;
}

.joi1 .swiper9 .swiper-slide {
	opacity: 0 !important;
}

.joi1 .swiper9 .swiper-slide-active {
	opacity: 1 !important;
}

.joi1 .swiper9 .swiper-slide .img,
.joi1 .swiper9 .swiper-slide .img img {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.joi1 .swiper9 .swiper-slide .img {
	margin-bottom: 30px;
}

.joi1 .swiper9 .swiper-slide .stc {
	line-height: 1.8;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.joi1 .jrt {
	width: 1230px;
	height: 680px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 7;
	background: url("../img/7_1.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/7_1.png*/ center bottom no-repeat;
}

.joi1 .jrt .ul1 {
	width: 100%;
	height: 100%;
	position: relative;
}

.joi1 .jrt .ul1 li {
	width: 80px;
	position: absolute;
	left: 40px;
	bottom: 120px;
	text-align: left;
}

.joi1 .jrt .ul1 li .img {
	display: block;
	width: 80px;
	height: 80px;
	background: #999;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.joi1 .jrt .ul1 li:hover .img,
.joi1 .jrt .ul1 li.act .img {
	background: #1575b9;
}

.joi1 .jrt .ul1 li .img img {
	display: block;
	width: 100%;
}

.joi1 .jrt .ul1 li .txt {
	position: absolute;
	width: 210px;
	position: absolute;
	top: 30px;
	left: 100px;
	pointer-events: none;
}

.joi1 .jrt .ul1 li:nth-child(2) {
	bottom: 250px;
	left: 120px;
}

.joi1 .jrt .ul1 li:nth-child(3) {
	bottom: 370px;
	left: 220px;
}

.joi1 .jrt .ul1 li:nth-child(4) {
	bottom: 470px;
	left: 350px;
}

.joi1 .jrt .ul1 li:nth-child(5) {
	bottom: 545px;
	left: 500px;
}

.joi1 .jrt .ul1 li:nth-child(6) {
	bottom: 590px;
	left: 650px;
}

.joi1 .jrt .ul1 li:nth-child(7) {
	bottom: 600px;
	left: 850px;
}

.joi1 .jrt .ul1 li:nth-child(8) {
	bottom: 570px;
	left: 1050px;
}

.joi1 .jrt .ul1 li:nth-child(6) .txt,
.joi1 .jrt .ul1 li:nth-child(5) .txt,
.joi1 .jrt .ul1 li:nth-child(7) .txt {
	left: 70px;
	top: 80px;
}

.joi1 .jrt .ul1 li:nth-child(8) .txt {
	top: 100px;
	left: -50px;
}

.joi2 {
	padding: 160px 0 150px;
	background: #000 url("../img/7_4.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/7_4.jpg*/ top center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	min-height: 950px;
	position: relative;
}

.joi2 .en {
	margin: 20px 0 55px;
	letter-spacing: 15px;
}

.joi2 .box {
	z-index: 6;
}

.joi2 .tc .tlt {
	width: 48%;
	float: left;
	text-align: right;
}

.joi2 .tc .tlt .ltt {
	line-height: 28px;
}

.joi2 .tc .tlt .ltc {
	margin-top: 20px;
	letter-spacing: 20px;
}

.joi2 .tc .trt {
	float: right;
	text-align: left;
}

.joi2 .tc .trt .ltt {
	padding-left: 40px;
	background: url("../img/7_10.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/7_10.png*/ center left no-repeat;
}

.joi2 .tc .trt .ltc {
	letter-spacing: 5px;
}

.joi2 .map {
	margin-top: 105px;
	width: 100%;
	height: 660px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	background: url("../img/7_11.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/7_11.png*/ center no-repeat;
}

.joi2 .map .mlt {
	width: 440px;
	text-align: justify;
	background: rgba(11, 51, 102, .9);
	height: 100%;
	overflow: auto;
}

.joi2 .map .mlt dt {
	text-align: center;
	line-height: 75px;
	font-size: 18px;
}

.joi2 .map .mlt dd {
	padding: 30px 0 30px 40px;
	border-top: 1px solid #244876;
}

.joi2 .map .mlt dd span {
	display: block;
	margin-bottom: 25px;
}

.joi2 .map .mlt dd div {
	margin-top: 15px;
}

.joi2 .map .mlt::-webkit-scrollbar-track-piece {
	width: 4px;
	background-color: #0a2c59;
}

.joi2 .map .mlt::-webkit-scrollbar {
	width: 4px;
	height: 6px
}

.joi2 .map .mlt::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #c6cdd6;
}


/* 产品详情 */

.prd1 {
	position: relative;
	z-index: 6;
	position: relative;
}

.prd1 .swiper10 {}

.prd1 .swiper10 .img {
	display: block;
	position: relative;
}

.prd1 .swiper10 .img img {
	display: block;
	width: 100%;
}

.prd1 .swiper10 .img .txt {
	width: 31.25%;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: #fff;
	line-height: 1.5;
}

.prd1 .swiper10 .img .txt .t_tp {
	display: inline-block;
	min-width: 300px;
	height: 100px;
	padding-top: 15px;
	background: url("../img/2_13.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_13.png*/ center no-repeat;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	text-align: center;
	background-size: cover;
}

.prd1 .swiper10 .img .txt .t_tp .t_d2 {
	font-size: 12px;
	color: #bdbdbd;
	margin-top: 5px;
	letter-spacing: 10px;
}

.prd1 .swiper10 .img .txt .a_tt {
	margin: 70px 0 20px;
}

.prd1 .swiper10 .img .txt .a_p {
	margin: 40px 0 70px;
	line-height: 30px;
}

.prd1 .swiper10 .img .txt .a_p div {
	padding-left: 20px;
	background: url("../img/2_14.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_14.png*/ left center no-repeat;
	margin-bottom: 20px;
}

.prd1 .swiper10 .img .txt .more {
	width: 200px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	background: #1575b9 url("../img/2_12.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_12.png*/ 90% center no-repeat;
	color: #f9f9f9;
	margin-top: 50px;
}

.prd1 .swiper10 .img .txt .more:hover {
	background: #0b3366 url("../img/2_12.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_12.png*/ 90% center no-repeat;
}

.prd1 .abtn {
	position: absolute;
	width: 47%;
	right: 0;
	bottom: 7%;
	z-index: 5;
}

.prd1 .abtn * {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.prd1 .abtn .alt {
	display: block;
	float: left;
	color: #dbdbdb;
	width: 60px;
	text-align: center;
	cursor: pointer;
}

.prd1 .abtn .alt .img {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 50%;
	margin: 0 auto 10px;
}

.prd1 .abtn .alt .img img {
	display: block;
	width: 100%;
}

.prd1 .abtn .alt .txt {
	opacity: 0;
}

.prd1 .abtn .alt.act .img,
.prd1 .abtn .alt:hover .img {
	border: 1px solid rgba(255, 255, 255, .2);
}

.prd1 .abtn .alt.act .txt {
	opacity: 1;
}

.prd2 {
	height: 950px;
	position: relative;
	background: url("../img/2_9.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_9.jpg*/ center no-repeat;
	background-size: cover;
	z-index: 6;
}

.prd2 .ul1 {
	width: 800px;
	height: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -400px;
	margin-left: -400px;
	background: url("../img/2_17.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/2_17.png*/ center no-repeat;
}

.prd2 .ul1 li {
	width: 160px;
	position: absolute;
	top: 60px;
	left: 320px;
	text-align: center;
	color: #fff;
}

.prd2 .ul1 li .img {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
	border: 1px dashed rgba(255, 255, 255, .2);
	width: 80px;
	height: 80%;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}

.prd2 .ul1 li .img img {
	display: block;
	width: 100%;
}

.prd2 .ul1 li .img:hover {
	border: 1px solid #0e386d;
	background: #0e2c52;
}

.prd2 .ul1 li:nth-child(2) {
	left: 500px;
	top: 150px;
}

.prd2 .ul1 li:nth-child(3) {
	left: 600px;
	top: 330px;
}

.prd2 .ul1 li:nth-child(4) {
	left: 500px;
	top: 530px;
}

.prd2 .ul1 li:nth-child(5) {
	left: 320px;
	top: 630px;
}

.prd2 .ul1 li:nth-child(6) {
	left: 120px;
	top: 530px;
}

.prd2 .ul1 li:nth-child(7) {
	left: 30px;
	top: 330px;
}

.prd2 .ul1 li:nth-child(8) {
	left: 120px;
	top: 150px;
}

.prd3 {
	position: relative;
	z-index: 6;
	width: 100%;
	background: #000;
}

.prd3>img {
	display: block;
	width: 100%;
}

.prd3 .tt {
	position: absolute;
	top: 15%;
	width: 100%;
	text-align: center;
	color: #fff;
}

.prd3 .txt {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	transition: all .5s linear;
	overflow: hidden;
}

.prd3 .txt img {
	display: block;
	width: 1920px;
	max-width: inherit;
}

.prd3 .txt.wow1 {
	width: 100%;
	transition-delay: .5s;
	-webkit-transition-delay: .5s;
}

.prd4 {
	position: relative;
	z-index: 6;
	overflow: hidden;
}

.prd4 .swiper11 {}

.prd4 .swiper11 img {
	display: block;
	width: 100%;
}

.prd4 .abtn {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 5;
}

.prd4 .abtn>img {
	display: block;
	width: 100%;
}

.prd4 .abtn .ul1 {
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 1px 0;
}

.prd4 .abtn .ul1 li {
	display: block;
	float: left;
	margin: 0 50px;
	color: #fff;
	cursor: pointer;
}

.prd4 .abtn .ul1 li .img {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	position: relative;
	width: 80px;
	height: 80px;
	background: #999;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 30px;
}

.prd4 .abtn .ul1 li .img img {
	display: block;
	width: 100%;
}

.prd4 .abtn .ul1 li:nth-child(1) {
	margin-left: 35%;
}

.prd4 .abtn .ul1 li:nth-child(2) {
	margin-top: 1%;
}

.prd4 .abtn .ul1 li:nth-child(3) {
	margin-top: 2.5%;
}

.prd4 .abtn .ul1 li.act .img,
.prd4 .abtn .ul1 li:hover .img {
	background: #1575b9;
}

.prd5 {
	position: relative;
	z-index: 6;
}

.prd5>img {
	display: block;
	width: 100%;
}

.prd5>img.mobile {
	display: none;
}

.prd5 .ul1 {
	width: 50%;
	position: absolute;
	top: 40%;
	right: 3%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
}

.prd5 .ul1 li {
	width: 23%;
	float: left;
	position: relative;
	margin-right: 10%;
	position: relative;
	top: 0;
	color: #fff;
}

.prd5 .ul1 li:last-child {
	margin-right: 0;
}

.prd5 .ul1 li a {
	color: #fff;
}

.prd5 .ul1 li .img {
	position: relative;
	width: 100%;
	background: url("../img/1_13.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/1_13.png*/ center no-repeat;
	background-size: 100%;
	margin-bottom: 40px;
}

.prd5 .ul1 li .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.prd5 .ul1 li .img s {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 20%;
	transform: scaleY(1.1);
	-webkit-transform: scaleY(1.1);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.prd5 .ul1 li .len {
	opacity: .4;
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 5px;
}

.prd5 .ul1 li:hover .img s {
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	opacity: 0;
}

.prd5 .ul1 li.act {
	animation: jump_down 2s linear infinite alternate;
	-webkit-animation: jump_down 2s linear infinite alternate;
}

.prd5 .ul1 li:nth-child(2n).act {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.prd5 .ul1 li:nth-child(3n).act {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}

.prd5 .ul1 li:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

.prd6 {
	padding: 100px 0;
	/* background: url(../images/2_8.jpg) center no-repeat; */
	background-size: 100% 100%;
	/* color: #e5e5e5; */
	z-index: 6;
	position: relative;
	padding-left: 5%;
}

.prd6 .plt {
	width: 130px;
	float: left;
}

.prd6 .ul1 {
	width: 80%;
	float: right;
}

.prd6 .ul1 li {
	width: 40%;
	float: left;
	padding-bottom: 50px;
}

.prd6 .ul1 li div {
	margin-bottom: 15px;
	position: relative;
	padding-left: 15px;
	line-height: 1.5;
}

.prd6 .ul1 li div:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #888;
	position: absolute;
	left: 0;
	top: 10px;
}

.prd6 .ul1 li:nth-child(2) {
	border-left: 1px solid #e5e5e5;
	padding-left: 15%;
}

.top {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 20px;
	bottom: 200px;
	z-index: 9;
	cursor: pointer;
	display: none;
}

.top img {
	display: block;
	width: 100%;
}

.top:hover {
	transform: scale(.9);
	-webkit-transform: scale(.9);
}

.pro1 .probt .box2 .ul1 li .pagination5 span {
	opacity: 1;
	background: #fff;
}

.pro1 .probt .box2 .ul1 li .pagination5 .swiper-pagination-bullet-active {
	background: #1575b9;
}


/* 底部 */

.footer {
	background: #121212;
	padding-bottom: 80px;
}

@media(max-width: 1680px) {
	.footer .footer1 .ul1 li {
		width: 100px;
	}
	.prc1 .pbt .prt {
		padding-top: 5vh;
	}
	.prd3 .txt img {
		width: 1660px;
	}
}

@media(max-width: 1600px) {
	.prd3 .txt img {
		width: 1590px;
	}
	.prd4 .abtn .ul1 {
		transform: scale(.9);
		-webkit-transform: scale(.9);
	}
}

@media(max-width: 1440px) {
	.i1 .swiper1>.swiper-slide .scont2 .pagination3 {
		bottom: 10%;
		left: 50px;
	}
	.footer .footer1 .flogo {
		display: none;
	}
	.footer .footer1 .fcont {
		float: left;
		margin-right: 0;
	}
	.footer .footer1 .ul1 li {
		width: 120px;
	}
	.box,
	.box2 {
		padding: 0 58px;
	}
	.pro1 .probt .box2 .ul1 li {
		padding-bottom: 30px;
	}
	.pro1 .probt .box2 .swiper5 .swiper-slide .sbox {
		padding-bottom: 80px;
	}
	.footer .footer1 .ul1 li:last-child {
		width: 60px;
	}
	.banner .bbox .tt {
		margin-top: 20vh;
	}
	.banner .bbox .tt2 {
		margin-bottom: 30px;
	}
	.pro1 .protp .abtn {
		top: 10vh;
	}
	.banner .bbox .p_tt3 {
		margin-top: 30vh;
	}
	.prc1 .pbt .prt .pen {
		margin-bottom: 30px;
	}
	.head {
		padding: 10px 0;
		height: 60px;
	}
	.sy2 .box .swiper7 .swiper-slide a .txt {
		margin-top: 0;
	}
	.joi1 .swiper9 {
		width: 450px;
	}
	.joi1 .jrt {
		transform: scale(.8);
		-webkit-transform: scale(.8);
		transform-origin: right bottom;
		-webkit-transform-origin: right bottom;
	}
	.prd3 .txt img {
		width: 1440px;
	}
	.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 li:nth-child(3) {
		top: 80px;
	}
	.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 li:nth-child(2) {
		top: -160px;
	}
	.i1 .swiper1>.swiper-slide .scont2 .box {
		overflow: visible;
	}
	.i1 .swiper1>.swiper-slide .scont {
		padding: 8vh 0;
	}
	.i1 .swiper1>.swiper-slide .scont4 .more {
		margin-top: 8vh;
	}
	.pro1 .probt,
	.ser1,
	.ser2,
	.ser3,
	.ser4,
	.ser5,
	.sy1,
	.sy2,
	.new1,
	.new_co1,
	.joi2,
	.abo1,
	.abo2,
	.abo3,
	.abo4,
	.abo5 {
		padding: 50px 0;
	}
	.prd3 .tt {
		top: 10%;
	}
	.prd5 .ul1 li {
		line-height: 1.5;
	}
	.new_co1 .tly {
		margin: 30px 0;
	}
	.new_co1 .nbox {
		margin-bottom: 50px;
	}
	.joi1 {
		padding-top: 50px;
	}
}

@media(max-width: 1366px) {
	.prd3 .txt img {
		width: 1366px;
	}
	.i1 .swiper1>.swiper-slide .scont2 .pagination3 {
		bottom: 0%;
	}
}

@media(max-width: 1280px) {
	.prd3 .txt img {
		width: 1280px;
	}
}

.m_head,
.m_nav,
.prd4 .swiper11 .mimg {
	display: none;
}

@media(max-width: 1024px) {
	.prd3 .txt img {
		width: 1024px;
	}
	body {
		min-width: 930px;
		padding-top: 50px;
	}
	.head {
		display: none;
	}
	.m_head {
		display: block;
		height: 50px;
		overflow: hidden;
		padding: 0 5%;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		z-index: 100;
		background: #000;
	}
	.m_head .mlt {
		display: block;
		float: left;
	}
	.m_head .mlt img {
		display: block;
		height: 25px;
		margin-top: 12px;
	}
	
	.m_head .tel {
	    display: block;
	    float: right;
	    color: #FFFFFF;
	    font-weight: bold;
	    letter-spacing: 1px;
	    line-height: 60px;
	    padding-left: 30px;
		margin-top: 12px;
	    background: url("../img/index_phone.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/index_phone.png*/ left center no-repeat;
		background-size: auto 100%; 
	}
	.m_head .tel p{
		line-height: 12px;
		font-size: 12px;
		text-align-last: justify;
		display: block;
	}
	.m_head .tel p:last-child{
		letter-spacing: 2.4px;
	}
	.m_head .img {
		width: 50px;
		float: right;
	}
	.m_head .img img {
		display: block;
		width: 100%;
	}
	.m_nav {
		display: block;
		position: fixed;
		z-index: 199;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		top: 0;
		right: -100%;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		transition: all 1s;
		overflow: hidden;
		box-sizing: border-box;
	}
	.m_nav.act {
		right: 0;
	}
	.m_out {
		width: 15%;
		float: left;
	}
	.m_out img {
		display: block;
		width: 100%;
	}
	.m_nav {
		display: block;
		position: fixed;
		z-index: 199;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		top: 0;
		right: -100%;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		transition: all 1s;
		overflow: hidden;
		box-sizing: border-box;
	}
	.m_nav.act {
		right: 0;
	}
	.m_out {
		width: 15%;
		float: left;
		max-width: 50px;
	}
	.m_out img {
		display: block;
		width: 100%;
	}
	.wow {
		opacity: 1;
	}
	.m_navbox {
		width: 80%;
		box-sizing: border-box;
		float: right;
		background: #111;
		height: 100%;
		box-sizing: border-box;
		padding: 10px 5%;
		overflow: auto;
		box-sizing: border-box;
	}
	.m_navbox div,
	.m_navbox a {
		color: #fff;
		display: block;
	}
	.m_navbox a {
		font-size: 16px;
		line-height: 20px;
		padding: 10px 0;
	}
	.m_navbox div,
	.m_navbox a.ltp {
		font-size: 20px;
		line-height: 30px;
		border-bottom: 1px solid #1f1e1e;
		padding: 10px 0;
		display: block;
	}
	.m_navbox li>div:nth-child(1) {
		background: url("../img/plus.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/plus.png*/ center right no-repeat;
	}
	.m_navbox li.act>div:nth-child(1) {
		background: url("../img/reduce.jpg")/*tpa=http://www.wzqiaoshi.com/template/default/images/reduce.jpg*/ center right no-repeat;
	}
	.m_navbox div.lbt {
		padding: 5px 0;
		display: none;
	}
	.m_navbox .lange {
		text-align: center;
	}
	.m_navbox .lange a {
		display: inline-block;
		margin: 0 10px;
	}
	.m_navbox li.lang {
		padding-top: 20px;
	}
	.m_navbox li.lang a {
		display: block;
		float: left;
		text-align: center;
		width: 50%;
		font-size: 20px;
	}
	.box,
	.box2 {
		padding: 0 30px;
		min-width: 960px;
	}
	.f_16 {
		font-size: 14px;
	}
	.f_18 {
		font-size: 16px;
	}
	.f_20 {
		font-size: 18px;
	}
	.f_22 {
		font-size: 18px;
	}
	.f_24 {
		font-size: 18px;
	}
	.f_26 {
		font-size: 18px;
	}
	.f_28 {
		font-size: 20px;
	}
	.f_30 {
		font-size: 20px;
	}
	.f_32 {
		font-size: 20px;
	}
	.f_34 {
		font-size: 20px;
	}
	.f_36 {
		font-size: 24px;
	}
	.f_38 {
		font-size: 24px;
	}
	.f_40 {
		font-size: 24px;
	}
	.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 {
		width: 500px;
	}
	.i1 .swiper1>.swiper-slide .scont2 .srt .ul1 li:nth-child(3) {
		top: 140px;
	}
	.i1 .swiper1>.swiper-slide .scont2 .pagination3 {
		bottom: 0;
		left: 30px;
	}
	.i1 .swiper1>.swiper-slide .scont5 .srt {
		width: 600px;
	}
	.i1 .swiper1>.swiper-slide .scont5 .slt {
		width: 350px;
	}
	.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li .img {
		width: 115px;
	}
	.i1 .swiper1 .footer {
		height: 100px !important;
		line-height: 100px;
		padding: 0;
	}
	.footer .footer1 {
		display: none;
	}
	.footer .footer2 {
		padding: 0;
	}
	.abo1,
	.abo2,
	.abo3,
	.abo4,
	.joi2 {
		padding: 80px 0;
	}
	.abo1 .abt {
		padding-top: 80px;
	}
	.abo2 .en,
	.abo3 .en,
	.abo4 .en {
		margin-bottom: 50px;
	}
	.abo2 .swiper8 {
		padding-bottom: 50px;
	}
	.footer {
		padding: 0;
		line-height: 100px;
	}
	.joi1 {
		padding-top: 80px;
	}
	.joi1 .jrt {
		transform: scale(.7);
		-webkit-transform: scale(.7);
	}
	.banner .bbox .tt {
		margin-top: 15vh;
	}
	.pro1 .probt {
		padding: 60px 0;
	}
	.prd1 .swiper10 .img .txt .a_tt {
		margin-top: 10px;
	}
	.prd1 .swiper10 .img .txt .a_p {
		margin: 20px 0;
	}
	.prd1 .swiper10 .img .txt .a_p div {
		margin-bottom: 5px;
	}
	.prd1 .swiper10 .img .txt .more {
		margin-top: 20px;
	}
	.prd1 .abtn {
		transform: scale(.8);
		-webkit-transform: scale(.8);
		bottom: 0%;
		width: 50%;
	}
	.prd2 .ul1 {
		transform: scale(.7);
		-webkit-transform: scale(.7);
	}
	.prd2 {
		height: 680px;
	}
	.prd3 .txt {
		width: 100%;
	}
	.prd4 .abtn .ul1 li:nth-child(1) {
		margin-left: 20%;
	}
	.prd4 .abtn .ul1 li .img {
		width: 50px;
		height: 50px;
		margin-bottom: 10px;
	}
	.prd4 .abtn .ul1 li:nth-child(3) {
		margin-top: 4.5%;
	}
	.prd6,
	.ser1,
	.ser2,
	.ser3 {
		padding: 80px 0;
	}
	.prd6 .ul1 li {
		padding-bottom: 30px;
	}
	.ser1 .en,
	.ser1 .tc,
	.ser2 .en,
	.ser3 .en,
	.ser4 .en,
	.ser5 .en {
		margin-bottom: 50px;
	}
	.map .container1 {
		width: 340px;
		left: 3%;
	}
	.map .container1 dl dd {
		line-height: 1.5;
	}
	.ser3 .ul1 {
		padding: 50px;
	}
	.ser4,
	.ser5,
	.sy1,
	.sy2,
	.new1,
	.new_co1 {
		padding: 80px 0;
	}
	.tanchuang .tbox {
		width: 80%;
	}
	.sy1 .slt .txt .swiper6 {
		padding-top: 30px;
	}
}

.mobile,
.prd1 .mob_img,
.swiper12 {
	display: none;
}

@media(max-width: 960px) {
	body {
		min-width: 200px;
	}
	.i1,
	.i1 .swiper1,
	.i1 .swiper1>.swiper-slide,
	.i1 .swiper1 .swiper2,
	.i1 .swiper1>.swiper-slide .swiper2 .swiper-slide,
	.i1 .swiper1>.swiper-slide .swiper2 .swiper-slide img {
		height: auto;
	}
	.i1 .suz,
	.i1 .swiper1>.swiper-slide .swiper2 .swiper-slide .xian {
		display: none;
	}
	.i1 .swiper1>.swiper-slide .swiper2 .pagination2 {
		display: none;
	}
	.i1 .swiper1>.swiper-slide .swiper2 .swiper-slide .pimg2,
	.i1 .swiper1>.swiper-slide .pimg1,
	.i1 .swiper1>.swiper-slide .swiper2 .swiper-slide img.pimg1 {
		display: none;
	}
	.i1 .swiper1>.swiper-slide .swiper2 .swiper-slide .mimg {
		display: block;
	}
	.swiper2 .pagination2m span {
		background: #fff;
		opacity: 1;
	}
	.swiper2 .pagination2m .swiper-pagination-bullet-active {
		background: #1575b9;
	}
	.i1 .swiper1>.swiper-slide .scont {
		position: static;
		padding: 30px 0;
	}
	.box,
	.box2 ,.ser5 .box{
		padding: 0 5%;
		min-width: 200px;
	}
	
	.i1 .swiper1>.swiper-slide .scont .dh_d0 {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		opacity: 1;
	}
	.i1 .swiper1>.swiper-slide .sxian {
		display: none;
	}
	.i1 .swiper1>.swiper-slide .scont .dh_d0 {
		letter-spacing: 0;
	}
	.i1 .swiper1>.swiper-slide .scont .en {
		margin: 20px 0 30px;
	}
	/* .i1 .swiper1>.swiper-slide .scont1 .ul1 li:nth-child(1) {
		width: 100%;
	} */
	.i1 .swiper1>.swiper-slide .scont {
		height: auto;
	}
	.i1 .swiper1>.swiper-slide .scont1 .ul1 li {
		/*margin: 10px 0 0 0;*/
		/*width: 49%;*/
		float: left;
	}
	.i1 .swiper1>.swiper-slide .scont1 .ul1 li:nth-child(2n) {
		float: right;
	}
	/* .i1 .swiper1>.swiper-slide .scont1 .ul1 li:nth-child(1) .ltxt {
		top: 5%;
		left: 5%;
		width: 95%;
	}
	.i1 .swiper1>.swiper-slide .scont1 .ul1 li:nth-child(1) .ltxt .lxian {
		margin: 10px 0 20px;
	}
	.i1 .swiper1>.swiper-slide .scont1 .ul1 li:nth-child(1) .ltxt .more {
		margin: 20px 0 0;
		width: 150px;
	} */
	.i1 .swiper1>.swiper-slide .scont1 .ul1 li .ltxt2 {
		padding: 0 5%;
		bottom: 20px;
	}
	.i1 .swiper1>.swiper-slide .scont1 .ul1 li .ltxt2 .ltt {
		font-size: 14px;
		overflow: hidden;
		white-space: nowrap;
	}
	.i1 .swiper1>.swiper-slide .scont2 .srt,
	.i1 .swiper1>.swiper-slide .scont2 .pagination3 {
		display: none;
	}
	.i1 .swiper1>.swiper-slide .scont2 {
		display: none;
	}
	.i1 .swiper1>.swiper-slide .scont1 .ul1 li .ltxt2 .lxian {
		display: none;
	}
	.mobile {
		display: block;
		text-align: center;
		color: #fff;
	}
	.mobile .en {
		margin: 20px 0 30px;
	}
	.i1 .swiper1>.swiper-slide .swiper3 {
		width: 90%;
		margin: 0 auto;
	}
	.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .mimg {
		display: block;
	}
	.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide video {
		display: none;
	}
	.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .itxt {
		position: static;
		margin-top: 20px;
	}
	.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .itxt .ilt .itt {
		line-height: 1.5;
	}
	.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .dh_d0 {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
		opacity: 1;
	}
	.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .itxt .ilt {
		width: 100%;
	}
	.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .itxt .ilt .ilt {
		font-size: 16px;
	}
	.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .itxt .itt s {
		width: 20px;
		margin: 0 10px;
	}
	.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .itxt .ien {
		margin: 10px 0 20px;
	}
	.tanchuang .tbox {
		height: auto;
		margin-top: 200px;
	}
	.tanchuang .tbox .out {
		top: -50px;
		right: 50%;
		margin-right: -20px;
	}
	.i1 .swiper1>.swiper-slide .scont3 .ult {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.i1 .swiper1>.swiper-slide .scont3 .ult .txt {
		top: 10%;
		left: 5%;
		width: 95%;
	}
	.i1 .swiper1>.swiper-slide .scont3 .ult .txt .utt {
		margin: 20px 0;
		font-size: 16px;
	}
	.i1 .swiper1>.swiper-slide .scont3 .ult .txt .uxian {
		width: 40px;
	}
	.i1 .swiper1>.swiper-slide .scont3 .ult .txt .more {
		margin: 20px 0;
		width: 150px;
		display: none;
	}
	.i1 .swiper1>.swiper-slide .scont3 .urt {
		width: 100%;
		float: none;
	}
	.i1 .swiper1>.swiper-slide .scont3 .urt a {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.i1 .swiper1>.swiper-slide .scont3 .urt a .txt {
		top: 20%;
		left: 5%;
	}
	.i1 .swiper1>.swiper-slide .scont3 .urt a .txt .uxian {
		margin-bottom: 10px;
	}
	.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 {
		margin-top: 0;
		height: auto;
		padding-bottom: 30px;
	}
	.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .next4,
	.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .prev4 {
		display: none;
	}
	.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .pagination4 span {
		opacity: 1;
		background: #fff;
	}
	.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .pagination4 .swiper-pagination-bullet-active {
		background: #1575b9;
	}
	.i1 .swiper1>.swiper-slide .scont4 .more {
		margin-top: 20px;
	}
	.i1 .swiper1>.swiper-slide .scont5 .slt {
		margin-top: 0;
	}
	.i1 .swiper1>.swiper-slide .scont5 .slt .xian2 {
		margin: 5px 0;
		opacity: 0;
	}
	.i1 .swiper1>.swiper-slide .scont5 .more {
		margin: 20px auto 0;
	}
	.i1 .swiper1>.swiper-slide .scont5 .slt {
		width: 100%;
		float: none;
	}
	.i1 .swiper1>.swiper-slide .scont5 .srt {
		width: 100%;
		float: none;
		float: none;
	}
	.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li {
		width: 50%;
		margin: 0;
	}
	.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li .img {
		margin: 0 auto 20px;
	}
	.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li:nth-child(1),
	.i1 .swiper1>.swiper-slide .scont5 .srt .ul1 li:nth-child(2) {
		margin-bottom: 30px;
	}
	.i1 .swiper1 .footer {
		height: auto !important;
		line-height: 1.8;
		padding: 20px 0;
		text-align: center;
	}
	.footer .footer2 .other {
		display: inline-block;
		float: none;
	}
	
	.advisory-mask-box{
		display: none;
	}
	.dxian {
		display: none;
	}
	.banner img {
		display: none;
	}
	.banner .mimg {
		display: block;
	}
	.banner .bbox .tt {
		margin: 50px 0 30px;
	}
	.banner .bbox .tt3 {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 20px;
	}
	.banner .bbox .tt3 {
		padding: 0 10px;
	}
	.banner .bbox .tt3 s {
		width: 100%;
		transition-delay: .7s;
		-webkit-transition-delay: .7s;
	}
	.banner .bbox .tt4 {
		width: 220px;
	}
	.banner .bbox .tt3 .abtn,
	.banner .bbox .tt3 span {
		display: inline-block;
	}
	.pro1 .protp .abtn {
		top: 10px;
	}
	.pro1 .protp .abtn span {
		font-size: 14px;
		display: block;
		float: left;
		width: 33.33%;
		padding: 0 5%;
		line-height: 1.8;
	}
	.pro1 .protp .abtn span.act {
		font-size: 14px;
		font-weight: bold;
	}
	.pro1 .probt {
		padding: 30px 0;
	}
	.pro1 .probt .box2 .swiper5 .swiper-slide .sbox {
		padding-bottom: 30px;
	}
	.pro1 .probt .box2 .swiper5 .swiper-slide .sbox .sxian {
		margin: 20px auto;
	}
	.footer {
		line-height: 1.8;
		text-align: center;
		padding: 20px 0;
	}
	.pro1 .probt .box2 .ul1 li .pagination5 span {
		opacity: 1;
		background: #fff;
	}
	.pro1 .probt .box2 .ul1 li .pagination5 .swiper-pagination-bullet-active {
		background: #1575b9;
	}
	.banner .bbox .tt3 {
		line-height: 40px;
		height: 40px;
	}
	.prd1 .swiper10 {
		display: none;
	}
	.prd1 {
		background: #000;
		text-align: justify;
		color: #fff;
		padding: 30px 5%;
		position: relative;
	}
	.prd1 .mob_img {
		display: block;
		position: relative;
	}
	.prd1 .mob_img img {
		display: none;
		width: 100%;
	}
	.prd1 .mob_img img:nth-child(1) {
		display: block;
	}
	.prd1 .abtn {
		position: static;
		transform: scale(1);
		-webkit-transform: scale(1);
		margin: 20px auto;
		width: 100%;
	}
	.prd1 .abtn .alt {
		width: 40px;
	}
	.prd1 .abtn .alt .img {
		width: 30px;
		height: 30px;
		border: 1px solid rgba(255, 255, 255, 0)
	}
	.prd1 .abtn .alt .txt {
		font-size: 12px;
	}
	.prd1 .txt {
		text-align: justify;
		line-height: 1.5;
		width: 100%;
	}
	.prd1 .t_d2 {
		margin: 10px 0 20px;
	}
	.prd1 .a_tc {
		margin: 10px 0;
	}
	.prd1 .txt .more {
		display: block;
		width: 200px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		background: #1575b9;
		margin: 30px auto 0;
	}
	.prd2 {
		padding: 30px 0;
		height: auto;
	}
	.prd2 .ul1 {
		transform: scale(1);
		-webkit-transform: scale(1);
		background: transparent !important;
		position: static;
		width: 90%;
		margin: 0 auto;
		height: auto;
	}
	.prd2 .pr_img {
		display: none;
		width: 150px;
		margin: 0 auto 50px;
		border-radius: 50%;
	}
	.prd2 .ul1 li {
		position: static;
		width: 50%;
		float: left;
		text-align: center;
		margin-bottom: 30px;
	}
	.prd3 .tt {
		font-size: 16px;
		top: 5%;
	}
	.prd3 .txt img {
		width: 100%;
	}
	.prd4 .swiper11 img,
	.prd4 .abtn>img {
		display: none;
	}
	.prd4 .swiper11 .mimg {
		display: block;
	}
	.prd4 .abtn .ul1 {
		transform: scale(1);
		-webkit-transform: scale(1);
		width: 80%;
		padding: 0;
		top: auto;
		left: 10%;
		bottom: 0;
		margin-bottom: 20px;
	}
	.prd4 .abtn .ul1 li {
		width: 30%;
		float: left;
		margin: 0;
	}
	.prd4 .abtn .ul1 li:nth-child(1),
	.prd4 .abtn .ul1 li:nth-child(2),
	.prd4 .abtn .ul1 li:nth-child(3) {
		margin: 0;
	}
	.prd4 .abtn .ul1 li:nth-child(2) {
		margin: 0 5%;
	}
	.prd4 .abtn .ul1 li .txt {
		line-height: 1.5;
	}
	.prd4 .abtn .ul1 li .img {
		width: 40px;
		height: 40px;
	}
	.prd5>img {
		display: none;
	}
	.prd5>.pr_img {
		display: block;
	}
	.prd5 {
		background: #000;
	}
	.prd5 .ul1 {
		width: 90%;
		margin: 0 auto;
		position: static;
		background: #000;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		padding: 30px 0;
	}
	.prd5 .ul1 li {
		width: 30%;
		margin: 0;
	}
	.prd5 .ul1 li:nth-child(2) {
		margin: 0 5%;
	}
	.prd5 .ul1 li .ltt {
		line-height: 1.5;
		font-size: 12px;
	}
	.prd6,
	.ser1,
	.ser2,
	.ser3,
	.ser4,
	.ser5,
	.sy1,
	.sy2,
	.new1,
	.new_co1 {
		padding: 30px 0;
	}
	.prd6 .plt {
		float: none;
		margin-bottom: 20px;
	}
	.prd6 .ul1 {
		width: 100%;
		float: none;
	}
	.prd6 .ul1 li,
	.prd6 .ul1 li:nth-child(2) {
		width: 100%;
		float: none;
		padding: 0;
	}
	.prd6 .ul1 li:nth-child(2) {
		border: none;
	}
	.banner .bbox .p_tt3 {
		margin-top: 20vh;
	}
	.ser1 .en,
	.ser1 .tc,
	.ser2 .en,
	.ser3 .en,
	.ser4 .en,
	.ser5 .en {
		letter-spacing: 0;
		margin: 20px 0 30px;
	}
	.ser1 .ul1 li {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	.ser1 .ul1 li:last-child {
		margin-bottom: 0;
	}
	.map {
		padding-top: 300px;
	}
	.map #map {
		height: 330px;
	}
	.map .container1 {
		width: 100%;
		height: 300px;
		top: 0;
		left: 0;
	}
	.ser3 .ul1 {
		padding: 20px 5%;
	}
	.ser3 .ul1 li a .alt {
		width: 100%;
		float: none;
	}
	.ser3 .ul1 li a .art {
		width: 100%;
		float: none;
		margin-top: 5px;
	}
	.ser4 .ul1 li {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
	/* .ser4 .ul1 li:nth-child(2n) {
		float: none;
		margin: 0;
	} */
	.ser4 .ul1{
		margin: 0;
		width: 100%;
		padding: 0 4%;
	}
	.ser4 .ul1 li{
		float: left;
		line-height: 30px;
	}
	.ser4 .ul1 li input{
		margin-top: 0;
		height: 30px;
		line-height: 30px;
		padding-left: 10px;
	}
	.ser4 .ul1 li.yanzheng img{
		margin-top: 0;
	}
	.ser4 .ul1 button{
		width: 130px;
		margin-top: 10px;
		height: 35px;
	}
	.ser4 .ul1 li .img {
		margin-bottom: 10px;
	}
	.ser5 .slt {
		display: none;
	}
	.ser5 .srt {
		width: 100%;
		float: none;
	}
	.ser5 .srt .img,
	.ser5 .srt .abtn {
		width: 100%;
		float: none;
	}
	.ser5 .srt .abtn {
		margin-top: -60%;
	}
	.ser5 {
		max-height: 500px;
		overflow: hidden;
	}
	.ser5 .srt .img {
		margin-top: -20%;
	}
	.sy1 .slt {
		width: 100%;
		float: none;
	}
	.sy1 .slt .txt .swiper6 .swiper-slide {
		height: 40px;
		line-height: 40px;
	}
	.sy1 .slt .txt .swiper6 a {
		font-size: 18px;
		width: 100%;
		padding: 0;
		background: transparent;
		line-height: 40px;
		margin: 0;
	}
	.sy1 .slt .txt .swiper6 a:hover {
		font-size: 18px;
		padding: 0;
		background: transparent;
		border: none;
	}
	.sy1 .srt {
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.sy1 .srt .abtn {
		width: 48%;
		float: none;
		margin-top: 10px;
	}
	.sy1 .srt .abtn2 {
		margin: 10px 0 0;
		float: right;
	}
	.sy1 .srt .abtn .txt .axian {
		margin-bottom: 10px;
	}
	.sy2 .box .swiper7 .swiper-slide a .txt {
		background: rgba(255, 255, 255, 0.2);
		border: none;
		padding-top: 30px;
		margin-top: -2px;
	}
	.sy2 .box .swiper7 .swiper-slide a .txt .stt {
		margin: 0 0 20px;
	}
	.new1 .ul1 li {
		width: 100%;
		float: none;
		margin: 0 0 20px 0;
	}
	.new_co1 .tly {
		margin: 20px 0;
	}
	.new_co1 .tly .clt,
	.new_co1 .tly .crt {
		display: inline-block;
		float: none;
		line-height: 1.5;
	}
	.new_co1 .nbox {
		margin-bottom: 50px;
	}
	.new_co1 .abtn {
		padding: 0;
		background: transparent;
	}
	.new_co1 .abtn .alt {
		width: 100%;
		float: none;
		text-align: justify;
		padding: 10px;
		box-sizing: border-box;
		margin-bottom: 10px;
		background: #0f3a5d;
		opacity: 1;
	}
	.new_co1 .abtn .alt .att {
		margin: 10px 0;
	}
	.new_co1 .abtn {
		height: auto;
	}
	.new_co1 .abtn .actn {
		display: none;
	}
	.joi1 {
		padding: 30px 0;
	}
	.joi1 .en,
	.joi2 .en {
		letter-spacing: 0;
		margin: 20px 0 30px;
	}
	.joi1 .swiper9 {
		width: 100%;
	}
	.joi1 {
		min-height: 100px;
	}
	.joi1 .jrt {
		display: none;
	}
	.abo1,
	.abo2,
	.abo3,
	.abo4,
	.joi2 {
		padding: 30px 0;
	}
	.joi2 .tc .tlt {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.joi2 .tc .tlt .ltc {
		letter-spacing: normal;
	}
	.joi2 .tc .tlt {
		width: 100%;
		float: none;
		text-align: center;
	}
	.joi2 .tc .trt .ltt {
		background: transparent;
	}
	.joi2 .map {
		margin-top: 30px;
		height: auto;
		padding: 0;
		background: transparent;
	}
	.joi2 .map .mlt {
		width: 100%;
		height: 350px;
	}
	.joi2 .map img {
		display: block;
		width: 100%;
	}
	.joi2 {
		min-height: 500px;
	}
	.joi2 .map .mlt dd {
		padding: 30px 5%;
	}
	.abo1 .en {
		margin: 20px 0 30px;
		letter-spacing: 0;
	}
	.abo1 .img0 .txt .att {
		font-size: 16px;
	}
	.abo1 .abt {
		padding-top: 30px;
	}
	.abo1 .abt .alt {
		width: 100%;
		padding: 0;
		float: none;
	}
	.abo1 .abt .alt .en {
		display: none;
	}
	.abo1 .abt .alt .tp {
		padding: 0;
		margin: 0;
	}
	.abo1 .abt .alt .tp span {
		display: none;
	}
	.abo1 .abt .art {
		width: 100%;
		float: none;
		margin-top: 0px;
	}
	.abo1 .abt .art .atc {
		margin-top: 20px;
	}
	.abo2 .en,
	.abo3 .en,
	.abo4 .en {
		margin-bottom: 30px;
		letter-spacing: 0;
	}
	.abo3 .dl1 {
		padding: 0 10px 0;
	}
	.abo3 .dl1 dt span,
	.abo3 .dl1 dd .dtp span {
		padding-left: 5px;
	}
	.abo3 .dl1 dt span,
	.abo3 .dl1 dd .dtp span {
		width: 33.33%;
	}
	.abo3 .dl1 dt span:nth-child(4),
	.abo3 .dl1 dd .dtp span:nth-child(4) {
		display: none;
	}
	.abo3 .dl1 dd .dbt {
		padding: 20px;
	}
	.abo3 {
		background: #000;
	}
	.abo4 .box .abox .alt {
		width: 100%;
		float: none;
		padding: 195px 5%;
	}
	.abo4 .box .abox .alt .a_d1 div {
		width: calc(100% - 40px);
		float: right;
	}
	.abo4 .box .abox .art {
		width: 100%;
		float: none;
		height: auto;
	}
	.i1 .swiper1>.swiper-slide .swiper3 .swiper-slide .zzc {
		background: rgba(0, 0, 0, 0.3);
	}
	.i1 .swiper1>.swiper-slide .s_vd {
		display: none;
	}
	.ser1 .ul1 {
		display: none;
	}
	.swiper12,
	.ser1 .swiper12 .ul1 {
		display: block;
	}
	.i1 .swiper1>.swiper-slide .scont1 .ul1 li:nth-child(1) .ltxt {
		left: 3%;
		width: 50%;
	}
	.i1 .swiper1>.swiper-slide .swiper3 {
		padding-bottom: 30px;
	}
	.i1 .swiper1>.swiper-slide .swiper3 .pagination3 span {
		background: #fff;
		opacity: 1;
	}
	.i1 .swiper1>.swiper-slide .swiper3 .pagination3 .swiper-pagination-bullet-active {
		background: #1575b9;
	}
	.prd5 .pr_img {
		display: none;
	}
	.i1 .swiper1>.swiper-slide .scont4 .box_bx .swiper4 .swiper-slide .itxt {
		width: 90%;
	}
	.sy1 .srt .abtn .txt {
		padding: 20px 0 0 0;
		text-align: center;
	}
	.sy1 .srt .abtn .txt .axian {
		display: none;
	}
	.sy1 .srt .abtn .txt {
		background: rgba(0, 0, 0, 0.5);
	}
	.vd_tanchuang .tbox video {
		width: 100%;
		height: auto;
	}
	.pro1 .box2 {
		width: 100%;
		padding: 0;
	}
	.banner2 .bbox .tt3,
	.banner2 .bbox .tt4,
	.banner .bbox .tt3 .abtn {
		display: none;
	}
	.banner .bbox .tt3 s {
		display: none;
	}
	.banner .bbox .tt {
		margin-top: 40%;
	}
	.banner .bbox .tt3.act s {
		display: none;
		text-align: center;
		visibility: hidden;
		height: 0;
	}
	.banner .bbox .tt3,
	.banner .bbox .tt4 {
		text-align: center;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		margin-left: 0;
	}
	.banner .bbox .tt3 span {
		width: 100%;
		float: none;
		font-size: 24px;
	}
	.banner .bbox .tt4.act {
		width: 100%;
	}
	.banner .bbox .tt3.act .abtn {
		display: none;
		visibility: hidden;
		height: 0;
		overflow: hidden;
	}
	.ser1 .ul1 li {
		border: 1px solid rgba(14, 63, 216, 0.2);
		background: rgba(13, 64, 126, .3) url("../img/3_4_1.png")/*tpa=http://www.wzqiaoshi.com/template/default/images/3_4_1.png*/ right bottom no-repeat;
	}
	.ser1 .ul1 li .img {
		border: 1px solid rgba(14, 63, 216, 0.2);
		background: #1575b9;
	}
	.ser1 .ul1 li .img img:nth-child(1) {
		margin-top: -100%;
	}
	.swiper9 {
		padding-bottom: 30px;
	}
	.abo1 .abt .alt img {
		display: none;
	}
}

@media (max-width: 640px){
	.ser4 .ul1 li p{
		float: none;
		width: auto;
	}
	.ser4 .ul1 li input{
		float: none;
		width: 100%;
	}
	.ser4 .ul1 li.yanzheng img{
		float: none;
		width: 30%;
		vertical-align: middle;
	}
	.ser4 .ul1 li.yanzheng input{
		width: 40%;
	}
	.ser4 .ul1 li{
		margin-bottom: 10px;
	}
	
	.ser5 .box .tc{
		font-size: 14px;
		line-height: 2;
	}
}