﻿@charset "utf-8";
/* CSS Document */


.WW{width: 1400px;margin-left: auto;margin-right: auto;}
@media (max-width: 1560px) { .WW{width: 90%;} }
@media (max-width: 767px) { .WW{width: 94%;} }
.head1{position: fixed;z-index: 1000;left: 0;top: 0;width: 100%;background: #fff;}
.head1.navFix{background: #fff;border-bottom: 1px solid #eee}
.head1>div{position: relative;height: 110px;}
.head2{position: fixed;z-index: 1000;left: 0;top: 0;width: 100%;border-bottom: 1px solid #eee;background: #fff}
.head2>div{position: relative;height: 90px;}
.head1 .logo{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.head1 .hRight{position: absolute;right: 0;top: 50%;transform: translateY(-50%);height: 60px;}
.head1 .menu{height: 60px;float: left;}
.head1 .menu>li{float: left;margin-right: 60px;position: relative;}
.head1 .menu>li>a{height: 60px;line-height: 60px;font-size: 18px;color: #555;font-weight:600;}
.head1 .menu>li:hover>a,
.head1 .menu>li.active>a{color: #007fcc;}
.head1.navFix .menu>li>a{color: #444;}
.head1.navFix .menu>li:hover>a,
.head1.navFix .menu>li.active>a{color: #007fcc;}
.head1 .menu>li:hover .menu2{display: block;}
.head1 .menu2{background: #fff;padding: 10px;border-radius: 5px;position: absolute;top: 55px;left: 50%;transform: translateX(-50%);width: 110px;box-shadow: 0px 1px 7px rgba(0,0,0,.16);text-align: center;display: none;}
.head1 .menu2:before{background: url(../Images/39.png) no-repeat center center;width: 13px;height: 11px;left: 50%;transform: translateX(-50%);top: -10px;}
.head1 .menu2>li>a{height: 30px;line-height: 30px;border-radius: 5px;font-size: 14px;color: #444;}
.head1 .menu2>li:hover>a,
.head1 .menu2>li.active>a{background: #007fcc;color: #fff;}
.head2 .logo{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.head2 .hRight{position: absolute;right: 0;top: 50%;transform: translateY(-50%);height: 60px;}
.head2 .menu{height: 60px;float: left;}
.head2 .menu>li{float: left;margin-right: 30px;position: relative;}
.head2 .menu>li>a{height: 60px;line-height: 60px;font-size: 16px;color: #444;}
.head2 .menu>li:hover>a,
.head2 .menu>li.active>a{color: #007fcc;}
.head2 .menu>li:hover .menu2{display: block;}
.head2 .menu2{background: #fff;padding: 10px;border-radius: 5px;position: absolute;top: 55px;left: 50%;transform: translateX(-50%);width: 110px;box-shadow: 0px 1px 7px rgba(0,0,0,.16);text-align: center;display: none;}
.head2 .menu2:before{background: url(../Images/39.png) no-repeat center center;width: 13px;height: 11px;left: 50%;transform: translateX(-50%);top: -10px;}
.head2 .menu2>li>a{height: 30px;line-height: 30px;border-radius: 5px;font-size: 14px;color: #444;}
.head2 .menu2>li:hover>a,
.head2 .menu2>li.active>a{background: #007fcc;color: #fff;}
.head1 .tel{font-size: 16px;color: #007fcc;float: left;height: 60px;line-height: 60px;padding-left: 40px; background: url(../images/tel.png) no-repeat 0 50%;}
.head1 .tel>a{display: inline-block;font-size: 24px;color: #00a1e3;font-family:Arial;font-weight:700}
.head1.navFix .tel{color: #007fcc;}
.head1.navFix .tel>a{color: #00a1e3;}
.head2 .tel{font-size: 16px;color: #007fcc;float: left;height: 60px;line-height: 60px;}
.head2 .tel>a{display: inline-block;font-size: 18px;color: #007fcc;}
.head1 #selectMenu{width: 21px;height: 21px;cursor: pointer;margin-left: 15px;float: left;margin-top: 18px;display: none;}
.head1 #selectMenu .line{width: 100%;height: 1px;background-color: #000;display: block;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;margin-top: 2px;}
.head1.navFix #selectMenu .line{background-color: #333;}
.head2 #selectMenu{width: 21px;height: 21px;cursor: pointer;margin-left: 15px;float: left;margin-top: 18px;display: none;}
.head2 #selectMenu .line{width: 100%;height: 1px;background-color: #333;display: block;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;margin-top: 2px;}
#selectMenu .line:nth-child(n+2){margin-top: 6px;}
#selectMenu.is-active .line:nth-child(2){opacity: 0;}
#selectMenu.is-active .line:nth-child(1){-webkit-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-o-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
#selectMenu.is-active .line:nth-child(3){-webkit-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-o-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
.wMenu{position: fixed;z-index: 800;width: 100%;height: 100%;left: 100%;top: 90px;background: rgba(0,0,0,.7);padding-left: 50%;transition: .5s;}
.wMenu.curr{left: 0;}
.wMenu>ul{height: 100%;background: #fff;padding: 30px 15px 60px;}
.wMenu>ul>li{position: relative;}
.wMenu>ul>li>a{height: 42px;line-height: 42px;font-size: 16px;color: #444;text-align: left;border-bottom: 1px solid #eee}
.wMenu>ul>li>a>span{display: inline-block;float: right;background: url(../Images/40.png) no-repeat center center/100% 100%;width: 24px;height: 24px;margin-top: 9px;}
.wMenu>ul>li:hover>a,
.wMenu>ul>li.active>a{color: #007fcc;font-weight: bold;}
.vMenu2{padding-left: 20px;display: none;}
.vMenu2>li{border-bottom: 1px solid #eee;}
.vMenu2>li>a{height: 36px;line-height: 36px;font-size: 14px;color: #999;text-align: left;}
.vMenu2>li:hover>a,
.vMenu2>li.active>a{color: #007fcc;font-weight: bold;}
.mgt15{margin-top: 15px;}
.foot{background: #272B2E;}
.footnav .r-title {font-size: 18px;font-weight: 700;height: 24px;line-height: 24px;margin-bottom: 20px;color: #fff;}
.footnav ul {width: 33%;padding-right: 30px;box-sizing: border-box;    float: left;}
.footnav ul .item { line-height: 36px; font-size: 16px;}
.footnav ul .item a { font-size: 15px; color: #999;}

.ft1{padding: 40px 0;overflow: hidden;}
.ft1-1{float: left;width: 42%;padding-left: 2.08vw;padding-right: 1.7vw;}
.ft1-2{float: left;width: 41%;text-align: center;border-left: 1px dashed #707070;min-height: 160px;}
.ft1-2>div{display: inline-block;text-align: left;}
.ft1-3{float: left;width: 17%;text-align: center;border-left: 1px dashed #707070;min-height: 160px;}
.ft1-3>div{display: inline-block;text-align: center;}
.txt1{font-size: 18px;font-weight: 700;color: #fff;}
.txt2{font-size: 14px;color: #888;line-height: 34px; margin-top: 10px;}
.ul01{margin-top: 10px;}
.ul01>li{font-size: 14px;color: #888;line-height: 34px;}
.ul01>li>a{display: inline-block;color: #888;}
.ic1{background: url(../Images/18-1.png) no-repeat left 12px;padding-left: 20px;}
.ic2{background: url(../Images/18-2.png) no-repeat left 12px;padding-left: 20px;}
.ic3{background: url(../Images/18-3.png) no-repeat left 12px;padding-left: 20px;}
.w88{width: 108px;}
.ft2{text-align: center;border-top: 1px solid #707070;padding: 12px 0;}
.ft2 p{text-align: center;font-size: 13px;color: #888;}
.ft2 p a{display: inline-block;color: #888;}
@media (max-width: 1400px) {
	.head1 .logo{width: 400px;}
	.head1 .menu>li{margin-right: 50px;}
	.head1 .menu>li>a{font-size: 15px;}
	.head1 #selectMenu{display: none;}
	.head1 .menu{/*display: none;*/}
	.head2 .logo{width: 140px;}
	.head2 .menu>li{margin-right: 20px;}
	.head2 .menu>li>a{font-size: 15px;}
	.head2 #selectMenu{display: inline-block;}
	.head2 .menu{display: none;}
}
@media (max-width: 991px) {
	.ft1-1{float: none;width: 100%!important;padding-left: 0;padding-right: 0;text-align: center;}
	.ft1-2{float: none;width: 100%!important;text-align: center;border-left: none;margin-top: 20px; min-height: 160px;}
	.ft1-2>div .txt1{text-align: center;}
	.ft1-3{float: none;width: 100%!important;text-align: center;border-left: none;min-height: 130px;margin-top: 20px;}
}
@media (max-width: 767px) {
	.head1>div{position: relative;height: 60px;}
	.head1 .logo{width: 200px;}
	.head1 span{display: none;}
	.head1 .tel>a{font-size: 16px;62b931}
	.head2>div{position: relative;height: 60px;}
	.head2 .logo{width: 110px;}
	.head2 span{display: none;}
	.head2 .tel>a{font-size: 16px;}
	.wMenu{top: 60px;}
	.ft1{padding: 25px 0;}
	.txt2{line-height: 28px;}
}
.ban1{width: 100%;height: 900px;position: relative;}
.ban1>div{position: relative;top: 50%;transform: translateY(-50%);}
.ban2{width: 100%;height: 520px;position: relative;margin-top: 90px;}
.ban2>div{position: relative;top: 50%;transform: translateY(-50%);}
.txt3{font-size: 80px;color: #fff;font-family: 'YOUSHEBIAOTIHEI-2';}
.txt4{font-size: 30px;color: #fff;font-family: 'PingFang-Medium';margin-top:10px;}
.k1{padding: 5.21vw 0;}
.tit1{text-align: center;}
.tit1>div{text-align: center;font-size: 0;}
.tit1>div>span{display: inline-block;vertical-align: middle;width: 16px;height: 4px;background: #999;}
.tit1>div>h3{font-size: 30px;color: #333;display: inline-block;vertical-align: middle;margin: 0 20px;}

 .hTitle{  text-align:center;}
 .hTitle h3{ font-size: 30px; color: #333; }
 .hTitle p{  margin-bottom: 1.875rem; font-size: 18px;color: #888; }
 .hTitle .line{height:6px; margin: 0.875rem 0;}
 .hTitle .line strong{display:inline-block;width:28px;height:1px;background-color:#007fcc;margin:2px 14px 0;vertical-align:top}
 .hTitle .line b{display:inline-block;width:6px;height:6px;border-radius:50%;background-color:#007fcc;margin:0 2px;vertical-align:top}

 .hTitle2{  text-align:center;}
 .hTitle2 h3{ font-size: 30px; color: #fff; }
 .hTitle2 p{  margin-bottom: 1.875rem; font-size: 18px;color: #fff; }
 .hTitle2 .line{height:6px; margin: 0.875rem 0;}
 .hTitle2 .line strong{display:inline-block;width:28px;height:1px;background-color:#fff;margin:2px 14px 0;vertical-align:top}
 .hTitle2 .line b{display:inline-block;width:6px;height:6px;border-radius:50%;background-color:#fff;margin:0 2px;vertical-align:top}


.text1{font-size: 20px;color: #666;margin-top: 26px;}
.text2{font-size: 20px;color: #999;margin-top: 26px;}
.ul02{margin-top: 35px;overflow: hidden;}
.ul02>li{float: left;width: 32%;margin-right: 2%;margin-top: 15px;}
.ul02>li img{height: 290px;}
.ul02>li:nth-child(3n){margin-right: 0;}
.aDiv{position: relative;overflow: hidden;}
.aDiv>div{position: absolute;z-index: 4;width: 100%;left: 50%;transform: translateX(-50%);/*background: rgba(255,255,255,.2);*/padding: 0px;bottom: 0px;}
.aDiv>div>div{text-align: center;padding: 28px 10px;background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#4c3f2d));background-image: linear-gradient(180deg,transparent,#007fcc);}
.aDiv>div>div>.yin{display: none;}
.txt5{font-size: 26px;color: #fff;text-shadow: 1px 1px 1px #333;}
.txt6{font-size: 16px;color: #fff;line-height: 26px;height: 52px; margin-top: 6px;}
.btn3{display: block;margin: auto;margin-right: auto;margin-top: 15px;background: #fff; width: 180px;text-align: center;height: 50px;line-height: 50px;border-radius: 25px;color: #333;font-size: 16px;}
.k2{padding: 0 0 5.21vw;}
.aw1{position: relative;border-radius: 10px;}
.aw1>img{width: 100%; border-radius:10px; }
.msg2{background: #62b931;border-radius: 4px;position: absolute;z-index: 20;top: 20px;right: 20px;padding: 4px 10px;color: #fff;font-size: 16px;}
.msg{position: absolute;z-index: 10;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,127,204,.4) url(../Images/5.png) no-repeat center center;visibility: hidden; border-radius:10px; }
.aw1:hover>.msg{visibility: visible;}
.k2-1{padding-top: 2.6vw;position: relative;padding-bottom: 80px;}
.k2-1 .arrow-prev,
.k2-1 .arrow-next{width: 45px;height: 45px;position: absolute;z-index: 10;left: 50%;top: auto;bottom: 0;}
.k2-1 .arrow-prev{margin-left: -45px;border: 1px solid #fff;}
.k2-1 .arrow-next{border: 1px solid #fff;border-left: 45px solid none;}

.k3{padding-bottom: 5.21vw;}
.k3-1{font-size: 0;}
.k3-11{display: inline-block;vertical-align: top;width: 50%;margin-right: 3.5%;}
.k3-12{display: inline-block;vertical-align: top;width: 46.5%;position: relative;}
.k3-12:before{/*background: url(../Images/9.png) no-repeat center center/100% 100%;*/width: 168px;height: 168px;position: absolute;z-index: 3; right: -1.98vw;bottom: -1.56vw;}
.k3-12>div{position: relative;z-index: 10;}
.k3-120{border-radius: 0px;overflow: hidden;}
.k3-120 .arrow-next{background: url(../Images/8-2.png) no-repeat center center/100% 100%;width: 40px;height: 40px;position: absolute;z-index: 10;top: auto;bottom: 20px;right: 20px;}
.k3-120 .arrow-prev{background: url(../Images/8-1.png) no-repeat center center/100% 100%;width: 40px;height: 40px;position: absolute;z-index: 10;top: auto;bottom: 20px;right: 65px;left: auto;}
.k3-120 .arrow-next:hover{background: url(../Images/8-2b.png) no-repeat center center/100% 100%;}
.k3-120 .arrow-prev:hover{background: url(../Images/8-1b.png) no-repeat center center/100% 100%;}
.tit2{position: relative;}
.tit2>span{display: block;font-size: 80px;color: #e5e5e5;font-family:  Impact;}
.tit2>p{font-size: 28px;color: #333;font-weight:700; position: absolute;z-index: 10;left: 0;bottom: 20px;}
.xian{width: 40px;height: 6px;background: #007fcc;margin-top: 20px;}
.ul03{margin-top: 25px;}
.ul03 p{font-size: 17px;color: #666;line-height: 34px;}
.ul03 p>img{display: inline-block;}
.aw2>img{width: 100%;}

/*服务优势*/
.advantages{background: #007fcc;overflow:hidden;padding: 3% 0;}
.advantages .title{position: relative;height: 80px;text-align: center;z-index: 1;}
.advantages ul{margin-top: 55px;}
.advantages ul li{float: left;width: 17%;margin: 0 1.5%;text-align: center;cursor: pointer;}
.advantages ul li .img{position: relative;display: inline-block;width: 145px;height: 145px;background: rgba(4,111,189,.5);border-radius: 50%;}
.advantages ul li .img img{position: relative;width: 75px;height: 75px;margin: 35px;z-index: 3; transition: all .6s ease-out;}
.advantages ul li .img img:hover{ overflow:hidden; transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -o-transform:rotate(360deg); cursor:pointer; animation-fill-mode:both; }
.advantages ul li .img:after{content: '';position: absolute;top: 50%;margin-top: -66px;left: 50%;margin-left: -66px;width: 130px;height: 130px;border: 1px solid rgba(255,255,255,.2);border-radius: 50%;z-index: 2;}
.advantages ul li .img:before{content: " ";position: absolute;z-index: 1;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;-webkit-transform: scaleX(0) scaley(0);transform: scaleX(0) scaley(0);border-radius: 50%;transition: all .5s;}
.advantages ul li h3{color: #fff;font-size: 18px;font-weight: bold;margin: 20px 0;}
.advantages ul li p{color: #fff;line-height: 25px;}
.advantages ul li:hover .img:before{background:#62b931;opacity: 1;-webkit-transform: scaleX(1.01) scaley(1.01);transform: scaleX(1.01) scaley(1.01);}


.k4{background: #f3fafb;padding: 4.7vw 0;}
.aw3{box-shadow: 0 0px 3px rgba(0,0,0,.06);border-radius: 10px;overflow: hidden; border:#eee solid 0px;}
.aw3>img{/*width: 100%;*/}
.k4-1{position: relative;padding: 0 100px;margin-top: 40px;}
.k4-1 .arrow-prev{background: url(../Images/11-1.png) no-repeat center center/100% 100%;width: 50px;height: 80px;position: absolute;z-index: 10;top: 50%;transform: translateY(-50%);left: 0;}
.k4-1 .arrow-next{background: url(../Images/11-2.png) no-repeat center center/100% 100%;width: 50px;height: 80px;position: absolute;z-index: 10;top: 50%;transform: translateY(-50%);right: 0;}
.k4-1 .arrow-prev:hover{background: url(../Images/11-1b.png) no-repeat center center/100% 100%;}
.k4-1 .arrow-next:hover{background: url(../Images/11-2b.png) no-repeat center center/100% 100%;}
.k5{padding: 4.7vw 0 0;}
.k5-1{position: relative;padding: 0 100px;margin-top: 40px;max-width: 1580px;margin-left: auto;margin-right: auto;}
.k5-1 .arrow-prev{background: url(../Images/13-1.png) no-repeat center center/100% 100%;width: 50px;height: 80px;position: absolute;z-index: 10;top: 50%;transform: translateY(-50%);left: 0;}
.k5-1 .arrow-next{background: url(../Images/13-2.png) no-repeat center center/100% 100%;width: 50px;height: 80px;position: absolute;z-index: 10;top: 50%;transform: translateY(-50%);right: 0;}
.k5-1 .arrow-prev:hover{background: url(../Images/13-1b.png) no-repeat center center/100% 100%;}
.k5-1 .arrow-next:hover{background: url(../Images/13-2b.png) no-repeat center center/100% 100%;}
.aw5{box-shadow: 0 3px 15px rgba(0,0,0,.06);}
.aw5>img{width: 100%;}
.dv1{background: #fff;padding: 20px;}
.aw5:hover>.dv1{background: #007fcc;}
.dv1>p:nth-child(1){font-size: 18px;color: #000;}
.dv1>p:nth-child(2){font-size: 14px;color: #666;margin-top: 10px;height: 78px;line-height: 26px;}
.dv1>p:nth-child(3){font-size: 14px;color: #333;margin-top: 10px;background: url(../Images/14.png) no-repeat left center;padding-left: 30px;}
.aw5:hover>.dv1>p:nth-child(3){background: url(../Images/14b.png) no-repeat left center}
.dv1>p:nth-child(3)>img{display: inline-block;vertical-align: middle;margin-right: 10px;}
.dv1>p:nth-child(3)>span{display: inline-block;float: right;font-size: 14px;color: #fff;display: none;}
.aw5:hover>.dv1>p{color: #fff!important;}
.aw5:hover>.dv1>p:nth-child(3)>span{display: block;}
#swiper5{padding: 0 3px 20px;}

 .new-list { overflow: hidden; text-align: center; font-size: 0;}
 .new-item { display: inline-block; width: 48%;float: left;margin-left: 3%;overflow: hidden;position: relative;}
 .new-item:first-child { margin-left: 0;}
 .new-item .class {text-align: left; margin-bottom: 10px; border-bottom: 1px solid #f5f5f5;}
 .new-item .class a { display: block; overflow: hidden; line-height: 50px;}
 .new-item .class a .l {font-size: 22px; position: relative; float: left;color: #333;}
 .new-item .class a .l::after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 48px;
  transition: top 0.3s;
}
.new-item .class a .r { float: right; color: #999;font-size: 14px; transition: all 0.3s;}
.new-item:hover a .r {color: #333;}
.new-item .item {padding: 16px 10px; overflow: hidden; transition: all 0.3s;}
.new-item .item:hover { background-color: rgba(8, 154, 255, 0.05);}
.new-item .item .img {width: 120px; height: 81px; float: left;}
.new-item .item .img img { background-color: #f5f5f5; width: 100%; height: 100%; display: block;}
.new-item .item .text {text-align: left; position: relative; margin-left: 140px;}
.new-item .item .text .t {font-size: 20px;line-height: 30px;margin-bottom: 3px;font-weight: 500;color: #303030; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.new-item .item .text .d {font-size: 14px; color: #999;line-height: 20px; margin-bottom: 8px;}
.new-item .item .text .d span { margin-right: 10px;}
.new-item .item .text .p { font-size: 14px; color: #777;line-height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}


.k6{padding: 4.16vw 0 5.21vw;}
.k6-1{position: relative;padding: 0 100px;margin-top: 40px;max-width: 1580px;margin-left: auto;margin-right: auto;}
.k6-1 .arrow-prev{background: url(../Images/13-1.png) no-repeat center center/100% 100%;width: 50px;height: 80px;position: absolute;z-index: 10;top: 50%;transform: translateY(-50%);left: 0;}
.k6-1 .arrow-next{background: url(../Images/13-2.png) no-repeat center center/100% 100%;width: 50px;height: 80px;position: absolute;z-index: 10;top: 50%;transform: translateY(-50%);right: 0;}
.k6-1 .arrow-prev:hover{background: url(../Images/13-1b.png) no-repeat center center/100% 100%;}
.k6-1 .arrow-next:hover{background: url(../Images/13-2b.png) no-repeat center center/100% 100%;}
.aw6{box-shadow: 0 3px 15px rgba(0,0,0,.06);}
.aw6>img{width: 100%;}
.ul04{overflow: hidden;margin-top: 50px;border-left: 1px solid #E6ECF5;border-top: 1px solid #E6ECF5;}
.ul04>li{float: left;width: 20%;border-bottom: 1px solid #E6ECF5;border-right: 1px solid #E6ECF5;}
.ul04>li>a>img{width: 100%;}
.ul04>li:hover{opacity:.7;filter:alpha(opacity=70);-moz-opacity:.7;-khtml-opacity:.7}
#swiper6{padding: 0 3px 20px;}

.k7{padding: 3.21vw 0;background: #F8F9FB;}
.k7-1{overflow: hidden;}
.k7-1>div:nth-child(1){float: left;width: 100%;}
.k7-1>div:nth-child(2){float: right;width: 28.57%;}
.txt7{color: #000;font-size: 38px;}
.ul05{margin-top: 10px;}
.ul05>li{margin-top: 20px;background: #fff;border-radius: 10px;overflow: hidden; border:1px solid #eee;}
.ul05>li:hover{box-shadow: 0 3px 17px rgba(194,194,194,.34);}
.ul05>li>a{font-size: 0;}
.ul05>li>a>p{display: inline-block;vertical-align: middle;width: 30%;height: 280px;overflow: hidden;}
.ul05>li>a>p>span{display: block; width: 100%;height: 100%;transition: .5s;}
.ul05>li>a>div{display: inline-block;vertical-align: middle;width: 70%;padding-left: 1.56vw;padding-right: 2.29vw;}
.txt8{font-size: 24px;color: #000;}
.txt9{font-size: 16px;color: #666;margin-top: 14px;height: 90px;line-height: 30px;}
.txt10{margin-top: 50px;font-size: 14px;color: #666;}
.ul06{padding: 10px 0 176px;background: #fff;margin-top: 20px;border-radius: 10px;}
.ul06>li{padding: 20px 30px;border-bottom: 1px solid #eee;}
.ul06>li>a>p{border-radius: 10px;overflow: hidden;}
.ul06>li>a>p>img{width: 100%;transition: .5s;}
.ul06>li>a>div{padding: 10px 0 0;}
.ul06>li>a>div>p:nth-child(1){font-size: 16px;color: #000;}
.ul06>li>a>div>p:nth-child(2){margin-top: 8px;font-size: 14px;color: #007fcc;}
.fen{margin-top: 50px;font-size: 0;text-align: center;}
.fen>p,
.fen>a{display: inline-block;vertical-align: middle;cursor: pointer;margin: 0 5px;font-size: 16px;color: #999;width: 36px;text-align: center;height: 36px;line-height: 36px;border-radius: 4px;}
.fen>a{border: 1px solid #999;}
.fen>p{box-shadow: 0px 5px 10px rgba(51,51,51,.1);}
.fen>p.prev{background:#fff url(../Images/25-1.png) no-repeat center center;border: 1px solid #fff;}
.fen>p.prev:hover{border: 1px solid #007fcc;}
.fen>p.next{background:#fff url(../Images/25-2.png) no-repeat center center;border: 1px solid #fff;}
.fen>p.next:hover{border: 1px solid #007fcc;}
.fen>a:hover,
.fen>a.active{box-shadow: 0px 5px 10px rgba(51,51,51,.1);background: #fff;border: 1px solid #007fcc;color: #007fcc;}
.k7-2{margin-top: 30px;}
.k7-3{margin-top: 25px;}
.k7-2{font-size: 0;text-align: center;}
.k7-2>a{display: inline-block;margin: 0 15px;width: 160px;text-align: center;height: 50px;line-height: 50px;background: #fff;border-radius: 25px;font-size: 16px;color: #444;}
.k7-2>a.active{background: #007fcc;color: #fff;}
.ul07{overflow: hidden;padding-bottom: 20px;}
.ul07>li{float: left;margin-top: 25px;width: 32%;margin-right: 2%;border-radius: 10px;overflow: hidden;background: #fff;}
.ul07>li:hover{box-shadow: 0 3px 17px rgba(194,194,194,.34);}
.ul07>li:nth-child(3n){margin-right: 0;}
.ul07>li>a>p{overflow: hidden;}
.ul07>li>a>p>img{/*width: 100%; */    margin: auto;   height: 350px; transition: .5s;}
.dv2{padding: 30px;border-bottom: 1px solid #eee;}
.dv2>p:nth-child(1){font-size: 24px;color: #000;    text-align: center;}
.dv2>p:nth-child(2){font-size: 18px;color: #007fcc;margin-top: 15px;}
.dv3{padding: 10px 30px 20px;overflow: hidden;}
.dv3>p{float: left;font-size: 14px;color: #999;margin-top: 10px;margin-right: 15px;}
.dv3>p:last-child{margin-right: 0;}
.dv3>p>img{display: inline-block;margin-right: 8px;}
.k7-4{margin-top: 20px;}
.ul08{font-size: 0;padding-bottom: 20px;}
.ul08>li{display: inline-block;vertical-align: top;width: 100%;overflow: hidden;background: #fff;margin-top: 20px;}
.ul08>li:hover{box-shadow: 0px 3px 17px rgba(194,194,194,.34);}
.ul08>li:nth-child(2n){margin-right: 0;}
.ul08>li>a{overflow: hidden;}
.ul08>li>a>p{float: left;width: 25%;height: 207px;overflow: hidden;}
.ul08>li>a>p>span{display: block;width: 100%;height: 100%;transition: .5s;}
.ul08>li>a>div{margin-left: 25%;padding-left: 1.56vw;padding-top: 20px; padding-bottom:5px;}
.txt11{font-size: 18px;color: #000;padding-right: 1.56vw;border-bottom: 1px solid #eee;padding-bottom: 10px;}
.ul08>li>a>div>div{padding-top: 20px;padding-right: 1.56vw;}

.hotNews {overflow:hidden}
.hotNews li {width:48%;margin:1%; float:left; border-bottom:1px solid #ddd; line-height: 32px;padding-left:13px;}
.hotNews li a{color: #666;}
.hotNews li:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 4px;
    border-color: transparent transparent transparent #0072c4;
    border-style: dashed dashed dashed solid;
}
.hotNews li:hover:after { border-color: transparent transparent transparent #0072c4;}
.hotNews ._date {color: #000;  right: 0; top: 0;}
.hotNews li:hover ._title,.hotNews li:hover ._date {  color: #0072c4;}
.hotNews li ._title {height: 32px;line-height:32px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}


.txt12{font-size: 14px;color: #666;line-height: 24px;height: 72px;}
.txt13{margin-top: 20px;font-size: 14px;color: #666;}
.txt13>img{display: inline-block;margin-right: 10px;}
.k8{background: url(../Images/41.jpg) no-repeat center center;background-size: cover;  width: 100%;height: 230px;position: relative;}
.k8>div{position: relative;top: 50%;transform: translateY(-50%);text-align: center;}
.k8>div>p:nth-child(1){font-size: 40px;color: #000;}
.k8>div>p:nth-child(2){font-size: 24px;color: #007fcc;margin-top: 25px;}
.k9{background: #F8F9FB;padding: 4.7vw 0;}
.k10{padding: 4.7vw 0;}
.k9-1{margin-top: 35px;overflow: hidden;}
.k9-1>div:nth-child(1){float: left;width: 250px;}
.k9-1>div:nth-child(2){margin-left: 250px;}
.txt14{color: #000;font-size: 30px;background: url(../Images/31.png) no-repeat left center/40px 76px;padding-top: 40px;}
.txt15{margin-top: 16px;font-size: 18px;color: #666;line-height: 36px;}
.ul10{overflow: hidden;padding-top: 3.6vw;}
.ul10>li{float: left;width: 31%;margin-right: 2.3333%;background: #fff;transition: .5s;}
.ul10>li:nth-child(4n){margin-right: 0;}
.ul10>li>a{padding: 10px 10px;}
.ul10>li>a>img{margin-left: auto;margin-right: auto;width: 100%;}
.ul10>li>a>p{text-align: center;margin-top: 15px;color: #000;}
.text3{margin-top: 20px;margin-left: auto;margin-right: auto;width: 40px;height: 6px;background: #007fcc;}
.k11{padding: 5.21vw 0;background: #F8F9FB;}
.tit3{text-align: center;position: relative;}
.tit3>span{display: block;font-size: 70px;color: rgba(46,167,224,.10);font-family: 'DIN-Bold';}
.tit3>p{position: absolute;z-index: 4;width: 100%;left: 0;bottom: 0;font-size: 40px;color: #000;}
.k11-1{margin-top: 40px;overflow: hidden;}
.k11-1>div:nth-child(1){/*float: left;width: 42.85%;*/}
.k11-1>div:nth-child(2){float: right;width: 54.28%;padding-top: 8px;}
.ul11>li{background: #fff;float: left;width: 48%;margin:1%; padding: 34px 30px;overflow: hidden; border:1px solid #eee; border-radius:10px; }
.ul11>li:last-child{padding: 24px 30px;}
.txt16{font-size: 24px;color: #000;padding-left: 36px;}
.txt17{font-size: 20px;color: #666;padding-left: 36px;margin-top: 15px;}
.ic4{background: url(../Images/34-1.png) no-repeat left center/auto 29px;}
.ic5{background: url(../Images/34-2.png) no-repeat left center/auto 29px;}
.ic6{background: url(../Images/34-3.png) no-repeat left center/auto 29px;}
.ic7{background: url(../Images/34-4.png) no-repeat left center/auto 29px;}
.dv4{padding-top: 70px;}
.dv5>img{width: 86px;}
.ul12>li:nth-child(n+2){margin-top: 20px;}
.dv6{overflow: hidden;}
.dv6>div:nth-child(1){float: left;width: 48.5%;}
.dv6>div:nth-child(2){float: right;width: 48.5%;}
.txt18{font-size: 24px;color: #000;}
.ipt1{background: #fff;width: 100%;height: 70px;line-height: 70px;font-size: 20px;border-radius: 10px;padding-left: 20px;color: #333; border:1px solid #eee;}
.textarea{background: #fff;width: 100%;font-size: 20px;border-radius: 10px;line-height: 36px; padding:15px 20px; color: #333; border:1px solid #eee;}
.mgt20{margin-top: 20px;}
.sp1{display: block;width: 134px;position: absolute;z-index: 10;right: 15px;top: 50%;transform: translateY(-50%);}
.submit{width: 180px;text-align: center;height: 60px;line-height: 60px;border-radius: 10px;background: #007fcc;color: #fff;font-size: 20px;margin-top: 53px;}
.k13{margin-top: 90px;background: #F8F9FB;padding: 20px 0 5.21vw;}
.MBX{font-size: 0;}
.MBX>img{display: inline-block;vertical-align: middle;}
.MBX>a{display: inline-block;vertical-align: middle;font-size: 16px;color: #666;margin-left: 10px;}
.MBX>a:hover{color: #007fcc;}
.MBX>span{display: inline-block;vertical-align: middle;font-size: 16px;color: #007fcc;}
.k13-1{margin-top: 20px;background: #fff;padding: 50px;}
.tit4{font-size: 30px;text-align: center;color: #000;}
.txt19{margin-top: 16px;text-align: center;}
.txt19>span{display: inline-block;font-size: 14px;color: #999;}
.txt19>span>img{display: inline-block;margin-right: 10px;}
.ul13{padding-top: 10px;}
.ul13>li{margin-top: 20px;}
.ul13>li>p{font-size: 18px;color: #000;line-height: 32px;}
.k13-2{margin-top: 5.21vw;}

#swiper10 .swiper-pagination1{bottom: 15px;text-align:center;}
#swiper10 .swiper-pagination-bullet{width: 12px;height: 12px; opacity: 1;background: #039af5;}
#swiper10 .swiper-pagination-bullet-active{opacity: 1;background: #fff;width: 35px;border-radius: 35px;}

.k13 .k13-1 .tex{padding: 0;box-shadow: none; color:#333; line-height: 30px; font-size:16px; margin:20px 0;}
.k13 .k13-1 .tex span{display: block;padding: 40px 0 21px;font-weight: bold;color: #555;}
.k13 .k13-1 .tex p{color: #333;line-height: 30px;}

.k13 .k13-1 .tex .tb{color: #666;line-height: 30px; font-size:16px; font-weight:bold; margin-top:30px;}
.k13 .k13-1 .tex em{color: #333;line-height: 30px; font-size:16px; margin:0 30px 0 0; font-style:normal; }

.k13 .k13-1 .tex img{ max-width:100%;  margin:20px auto; text-align:center; }
.k13 .k13-1 .tex a{ display:inline; color:#000000}

 
/*==次级导航↓==*/

.menu2{width:100%;}
.menu2 .container{position: relative}
.menu2 ul{ text-align: center; display: table; background:#f0f0f0;width: 100%;}
.menu2 li{ /*! position: relative; */ display:table-cell; }
.menu2 li a.xa{ display: block;margin:0 0px;color:#191919;font-size:16px; border-right:1px #ddd solid;padding: 20px 0px;font-weight: bold;}
.menu2 li:last-child a.xa{  border-right:none;}
.menu2 li:hover a.xa, .menu2 li a.active{ color:#fff;  background:#007fcc}
.menu2 li .sub{display: none;position: absolute;left:0;top:100%;background: #fff;box-shadow: 0 0 10px #ddd;width: 100%;z-index: 99;background: #f7f7f7;padding: 20px 10px;}
.menu2 li:hover .sub{ display: block}
.menu2 li .sub b{float: left;padding: 5px 5px;width:25%;}
.menu2 li .sub a{/* display: block; */color:#404040;font-size: 13px;text-align: left;background: none;float: left;padding: 10px 10px 10px 10px;/*! border-bottom: 1px #eee solid; */}
.menu2 li .sub a i{font-size:12px; font-style: normal;}
.menu2 li .sub a:hover{color:#fff; background:#007fcc}


@media (max-width: 1400px) {
	.ban1{height: 640px;}
	.ban2{height: 500px;}
	.txt3{font-size: 75px;}
	.txt4{font-size: 26px;}
	.tit1>div>h3{font-size: 26px;}
	.text1{font-size: 18px;margin-top: 20px;}
	.text2{font-size: 18px;margin-top: 20px;}
	.txt5{font-size: 21px;}
	.txt6{font-size: 15px;}
	.btn3{width: 160px;height: 46px;line-height: 46px;border-radius: 23px;font-size: 15px;}
	.tit2>span{font-size: 55px;}
	.tit2>p{font-size: 30px;}
	.xian{width: 30px;height: 4px;margin-top: 15px;}
	/*.k3-11{display:block;width: 100%;margin-right: 0;}
	.k3-12{display:block;width: 100%;margin-top: 20px;}*/
	.k4-1{padding: 0 80px;}
	.k5-1{padding: 0 80px;}
	.dv1>p:nth-child(1){font-size: 17px;}
	.txt7{font-size: 30px;}
	.k7-1>div:nth-child(1){float: none;width: 100%;}
	.k7-1>div:nth-child(2){float: none;width: 100%;margin-top: 25px;}
	.ul05>li>a>p{height: 240px;}
	.txt8{font-size: 21px;}
	.txt9{font-size: 17px;margin-top: 10px;height: 90px;line-height: 30px;}
	.txt10{margin-top: 30px;font-size: 17px;}
	.ul06{padding: 0 0 50px;}
	.ul06>li{padding: 20px 20px;}
	.k7-2>a{margin: 0 10px;width: 130px;height: 42px;line-height: 42px;border-radius: 21px;font-size: 15px;}
	.dv2{padding: 20px;}
	.dv2>p:nth-child(1){font-size: 21px;}
	.dv2>p:nth-child(2){font-size: 16px;margin-top: 10px;}
	.ul07>li{margin-top: 20px;}
	.dv3{padding: 10px 20px 20px;}
	.ul08>li>a>p{width: 200px;height: 200px;}
	.ul08>li>a>div{margin-left: 200px;padding-top: 15px;}
	.txt11{font-size: 17px;padding-right: 15px;padding-bottom: 10px;}
	.ul08>li>a>div>div{padding-top: 10px;padding-right: 15px;}
	.txt12{font-size: 14px;}
	.txt13{margin-top: 10px;}
	.k8{height: 200px;}
	.k8>div>p:nth-child(1){font-size: 32px;}
	.k8>div>p:nth-child(2){font-size: 20px;margin-top: 20px;}
	.k9-1>div:nth-child(1){float: none;width: 100%;}
	.k9-1>div:nth-child(2){margin-left: 0;margin-top: 20px;}
	.txt14{font-size: 24px;background: url(../Images/31.png) no-repeat left center/32px 60px;padding-top: 30px;}
	.txt15{font-size: 16px;line-height: 32px;}
	.ul10>li>a{padding: 10px 10px;}
	.ul10>li>a>img{width:100%;}
	.ul10>li>a>p{margin-top: 15px;font-size: 21px;}
	.tit3>span{font-size: 50px;}
	.tit3>p{font-size: 28px;}
	.ul1>li{padding: 20px 25px;}
	.txt16{font-size: 21px;padding-left: 36px;}
	.txt17{font-size: 18px;padding-left: 36px;}
	.k11-1>div:nth-child(1){float: none;width: 100%;}
	.k11-1>div:nth-child(2){float: none;width: 100%;margin-top: 20px;}
	.dv4{padding-top: 50px;}
	.dv5>img{width: 140px;}
	.ic4{background: url(../Images/34-1.png) no-repeat left center/auto 25px;}
	.ic5{background: url(../Images/34-2.png) no-repeat left center/auto 25px;}
	.ic6{background: url(../Images/34-3.png) no-repeat left center/auto 25px;}
	.ic7{background: url(../Images/34-4.png) no-repeat left center/auto 25px;}
	.txt18{font-size: 21px;}
	.ipt1{height: 60px;line-height: 60px;font-size: 18px;border-radius: 8px;padding-left: 15px;}
	.textarea{font-size: 18px;border-radius: 8px; padding:15px 15px;}
	.sp1{width: 100px;}
	.submit{width: 150px;height: 50px;line-height: 50px;font-size: 18px;margin-top: 40px;}
	.k13-1{padding: 40px;}
	.tit4{font-size: 26px;}
	.ul13>li>p{font-size: 16px;line-height: 28px;}
}

@media (max-width: 991px) {
	.ban1{height: 480px;}
	.ban2{height: 400px;}
	.txt3{font-size: 50px;}
	.txt4{font-size: 22px;}
	.tit1>div>h3{font-size: 22px;}
	.text1{font-size: 16px;margin-top: 15px;}
	.text2{font-size: 16px;margin-top: 15px;}
	.txt5{font-size: 18px;}
	.ul02>li>a>div{bottom: 20px;}
	.btn3{width: 140px;height: 40px;line-height: 40px;border-radius: 20px;}
	.msg2{top: 15px;right: 15px;font-size: 14px;}
	.tit2>span{font-size: 40px;}
	.tit2>p{font-size: 22px;}
	.xian{width: 24px;height: 3px;margin-top: 10px;}
	.k4-1{padding: 0 60px;}
	.k5-1{padding: 0 60px;}
	.dv1>p:nth-child(1){font-size: 16px;}
	.txt7{font-size: 24px;}
	.ul05>li>a>p{height: 180px;}
	.txt8{font-size: 18px;}
	.txt9{font-size: 16px;height: 78px;line-height: 26px;}
	.txt10{margin-top: 15px;font-size: 16px;}
	.k7-2>a{margin: 0 10px;width: 100px;height: 36px;line-height: 36px;border-radius: 18px;font-size: 14px;}
	.dv2{padding: 15px;}
	.dv2>p:nth-child(1){font-size: 18px;}
	.dv2>p:nth-child(2){font-size: 15px;}
	.ul07>li{margin-top: 15px;}
	.dv3{padding: 10px 15px 15px;}
	.ul08>li{width: 100%;margin-right: 0;}
	.k8{height: 180px;}
	.k8>div>p:nth-child(1){font-size: 24px;}
	.k8>div>p:nth-child(2){font-size: 18px;margin-top: 15px;}
	.txt14{font-size: 20px;background: url(../Images/31.png) no-repeat left center/24px 45px;padding-top: 24px;}
	.txt15{font-size: 14px;line-height: 26px;}
	.ul10>li>a{padding: 10px 10px;}
	.ul10>li>a>img{width: 100%;}
	.ul10>li>a>p{margin-top: 10px;font-size: 18px;}
	.tit3>span{font-size: 40px;}
	.tit3>p{font-size: 22px;}
	.ul11>li{padding: 20px 20px;}
	.txt16{font-size: 18px;padding-left: 30px;}
	.txt17{font-size: 16px;padding-left: 30px;}
	.dv4{padding-top: 36px;}
	.dv5>img{width: 100px;}
	.ic4{background: url(../Images/34-1.png) no-repeat left center/auto 21px;}
	.ic5{background: url(../Images/34-2.png) no-repeat left center/auto 21px;}
	.ic6{background: url(../Images/34-3.png) no-repeat left center/auto 21px;}
	.ic7{background: url(../Images/34-4.png) no-repeat left center/auto 21px;}
	.dv6>div:nth-child(1){float: none;width: 100%;}
	.dv6>div:nth-child(2){float: none;width: 100%;margin-top: 20px;}
	.txt18{font-size: 18px;}
	.ipt1{height: 50px;line-height: 50px;font-size: 16px;border-radius: 6px;}
	.textarea{font-size: 16px;border-radius: 6px;}
	.sp1{width: 80px;}
	.submit{width: 120px;height: 40px;line-height: 40px;font-size: 16px;margin-top: 30px;}
	.k13-1{padding: 30px;}
	.tit4{font-size: 22px;}
	.ul13>li>p{font-size: 14px;line-height: 24px;}
}

@media (max-width: 767px) {
	.ban1{height: 280px;}
	.ban2{height: 280px;margin-top: 60px;}
	.txt3{font-size: 25px;}
	.txt4{font-size: 16px;}
	.tit1>div>span{width: 10px;height: 2px;}
	.tit1>div>h3{font-size: 18px;margin: 0 10px;}
	.text1{font-size: 14px;margin-top: 10px;}
	.text2{font-size: 14px;margin-top: 5px;}
	.txt5{font-size: 15px;}
	.txt6{font-size: 13px;line-height: 20px;height: 40px;}
	.btn3{width: 100px;height: 30px;line-height: 30px;border-radius: 15px;font-size: 13px;}
	.ul02>li>a>div{bottom: 15px;}
	.ul02>li{float: left;width: 49%;margin-right: 2%;}
	.ul02>li:nth-child(3n){margin-right: 2%;}
	.ul02>li:nth-child(2n){margin-right: 0;}
	.ul02>li:last-child{display: none;}
	.ul02>li>a,
	.ul02>li>a>div,
    .ul02>li>a>div>div{border-radius: 6px;}
	.k2-1{padding-top: 15px;padding-bottom: 55px;}
	.k2-1 .arrow-prev,
	.k2-1 .arrow-next{width: 60px;height: 40px;}
	.k2-1 .arrow-prev{border-radius: 20px 0 0 20px;margin-left: -60px}
	.k2-1 .arrow-next{border-radius: 0 20px 20px 0;}
	.aw1{border-radius: 6px;}
	.msg2{top: 10px;right: 10px;font-size: 12px;padding: 4px 6px;}
	.tit2>span{font-size: 30px;}
	.tit2>p{font-size: 17px;}
	.xian{width: 20px;height: 1px;margin-top: 10px;}
	.k3-12:before{width: 84px;height: 84px;}
	.k3-120 .arrow-next{width: 30px;height: 30px;bottom: 10px;right: 10px;}
	.k3-120 .arrow-prev{width: 30px;height: 30px;bottom: 10px;right: 45px;}
	.k4-1{padding: 0 30px;margin-top: 20px;}
	.k4-1 .arrow-prev{width: 25px;height: 40px;}
	.k4-1 .arrow-next{width: 25px;height: 40px;}
	.k5-1{padding: 0 30px;margin-top: 20px;}
	.k5-1 .arrow-prev{width: 25px;height: 40px;}
	.k5-1 .arrow-next{width: 25px;height: 40px;}
	.ul03>li>p{font-size: 14px;line-height: 24px;}
	.ul04{margin-top: 30px;}
	.txt7{font-size: 18px;}
	.ul05>li{margin-top: 15px;}
	.ul05>li>a>p{height: 130px;}
	.txt8{font-size: 16px;}
	.txt9{font-size: 14px;height: 60px;line-height: 20px;margin-top: 6px;}
	.txt10{margin-top: 6px;font-size: 14px;}
	.ul06{padding: 0 0 30px;border-radius: 6px;}
	.ul06>li{padding: 15px 15px;}
	.ul06>li>a>p{border-radius: 4px;}
	.fen{margin-top: 20px;}
	.fen>p,
	.fen>a{margin: 0 2px;font-size: 14px;width: 24px;height: 24px;line-height: 24px;}
	.fen>p.prev{background:#fff url(../Images/25-1.png) no-repeat center center/6px 9px;}
	.fen>p.next{background:#fff url(../Images/25-2.png) no-repeat center center/6px 9px;}
	.k7-2{margin-top: 20px;}
	.k7-3{margin-top: 10px;}
	.k7-2>a{margin: 0 6px;width: 80px;height: 32px;line-height: 32px;border-radius: 16px;font-size: 13px;}
	.dv2{padding: 15px 10px;}
	.dv2>p:nth-child(1){font-size: 16px;}
	.dv2>p:nth-child(2){font-size: 14px;margin-top: 6px;}
	.ul07>li{margin-top: 10px;width: 49%;}
	.ul07>li:nth-child(3n){margin-right: 2%;}
	.ul07>li:nth-child(2n){margin-right: 0;}
	.dv3>p>img{width: 10px;margin-right: 5px;}
	.dv3>p{font-size: 12px;color: #999;margin-top: 10px;margin-right: 13px;}
	.k7-4{margin-top: 10px;}
	.ul08>li>a>p{width: 124px;height: 126px;}
	.ul08>li>a>div{margin-left: 124px;padding-top: 10px;padding-left: 10px;}
	.txt11{font-size: 16px;padding-right: 10px;padding-bottom: 5px;}
	.ul08>li>a>div>div{padding-top: 5px;padding-right: 10px;}
	.txt12{font-size: 14px;height: 40px;line-height: 20px;overflow: hidden;overflow:hidden;text-overflow:ellipsis;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal}
	.txt13{margin-top: 10px;}
	.txt13>img{width: 15px;}
	.k8{height: 150px;}
	.k8>div>p:nth-child(1){font-size: 18px;}
	.k8>div>p:nth-child(2){font-size: 14px;margin-top: 10px;}
	.ul10{padding-top: 20px;}
	.ul10>li{float: left;width: 49%;margin-right: 2%;margin-top: 2%;}
	.ul10>li:nth-child(4n){margin-right: 2%;}
	.ul10>li:nth-child(2n){margin-right: 0;}
	.tit3>span{font-size: 30px;}
	.tit3>p{font-size: 18px;}
	.text3{margin-top: 10px;width: 30px;height: 2px;}
	.k11-1{margin-top: 20px;}
	.ul11>li{padding: 15px 10px;}
	.ul11>li:nth-child(n+2){margin-top: 15px;}
	.txt16{font-size: 16px;padding-left: 24px;}
	.txt17{font-size: 17px;padding-left: 24px;}
	.dv4{padding-top: 30px;}
	.dv5>img{width: 80px;}
	.ic4{background: url(../Images/34-1.png) no-repeat left center/auto 18px;}
	.ic5{background: url(../Images/34-2.png) no-repeat left center/auto 18px;}
	.ic6{background: url(../Images/34-3.png) no-repeat left center/auto 18px;}
	.ic7{background: url(../Images/34-4.png) no-repeat left center/auto 18px;}
	.ul12>li:nth-child(n+2){margin-top: 15px;}
	.dv6>div:nth-child(2){margin-top: 15px;}
	.txt18{font-size: 16px;}
	.ipt1{height: 42px;line-height: 42px;font-size: 14px;border-radius: 4px;}
	.textarea{font-size: 14px;border-radius: 4px;}
	.sp1{width: 60px;}
	.submit{width: 90px;height: 36px;line-height: 36px;font-size: 14px;border-radius: 6px;}
	.k13{margin-top: 60px;}
	.MBX>img{width: 14px;}
	.MBX>a{font-size: 14px;}
	.MBX>span{font-size: 14px;}
	.k13-1{padding: 20px;}
	.tit4{font-size: 18px;}
	.x-show{display: block;}
	.x-hide{display: none;}
	
}

@media (max-width: 576px) {
	/*.ul02>li{float: left;width: 100%;margin-right: 0;}*/
	.ul05>li{border-radius: 6px;}
	.ul05>li>a>p{width: 35%;}
	.ul05>li>a>div{width: 65%;padding-left: 10px;padding-right: 10px;}
	.ul07>li{width: 100%;margin-right: 0;}
	.ul08>li{margin-top: 15px;}
	.ul10>li>a>img{width: 100%;}
	.k13-1{padding: 15px 12px;}
	.new-item {width: 100%;margin-left: 0%;}
	.k3-11{display:block;width: 100%;margin-right: 0;}
	.k3-12{display:block;width: 100%;margin-top: 20px;}
	.head1 .menu{display: none;}
	.head1 #selectMenu{display:inline-block;}
}
