/*===================CSS Reset============================*/
@font-face{ font-family: fontA; src: url('../font/AQUAWAX-LIGHT.OTF');}
@font-face{ font-family: fontC; src: url('../font/centurygothic.ttf');}
@font-face{ font-family: fontL; src: url('../font/Microsoft YaHei UI Light.ttf');}
@font-face{ font-family: fontR; src: url('../font/SourceHanSansCN-Regular.otf');}
@font-face{ font-family: fontM; src: url('../font/SourceHanSansCN-Medium.otf');}
html{ -webkit-box-sizing:border-box; box-sizing:border-box; overflow-y:scroll; overflow-x:auto;}
*,*:before,*:after{ -webkit-box-sizing:inherit; box-sizing:inherit;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{ border:medium none; margin:0; padding:0;}
body,button,input,select,textarea{ color: #666; font: 16px "微软雅黑";}
h1,h2,h3,h4,h5,h6{ font-size:100%;}
em,i{ font-style:normal;}
ul,ol{ list-style:none;}
table{ border-collapse:collapse; border-spacing:0;}
input:focus,button:focus,textarea:focus,select:focus{ outline: none;}

/*===================Link Style============================*/
a,a:hover,a:active,a:visited,a:link,a:focus{ color: #333; outline:none; text-decoration: none;}

/*===================Common Style============================*/
.fl{ float:left;}
.fr{ float:right;}
.wrap{ width: 1200px; margin: 0 auto;}
.ovh{ overflow: hidden;}
.textH{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.bold{ font-weight: bold;}
.fontA{ font-family: fontA,"微软雅黑";}
.fontC{ font-family: fontC,"微软雅黑";}
.fontL{ font-family: fontL,"微软雅黑";}
.fontR{ font-family: fontR,"微软雅黑";}
.fontM{ font-family: fontM,"微软雅黑";}
.color-333{ color: #333 !important;}
.color-666{ color: #666 !important;}
.color-999{ color: #999 !important;}
.color-fff{ color: #fff !important;}
.color-lf{ color: rgba(255,255,255,.5) !important;}
.color-bbb{ color: #bbb !important;}
.color-blue{ color: #3ab5ff !important;}
.bg-fff{ background-color: #fff;}
.bg-f5{ background-color: #f5f5f5;}
.bg-f8{ background-color: #f8f8f8;}
.bg-e6{ background-color: #e6e7e9;}
.bg-blue{ background-color: #319ceb;}
.row{ margin-left: 0; margin-right: 0;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-right: 0; padding-left: 0;}

/*============================ Header ============================*/
.header{ width: 100%; height: 98px; background: #fff;}
.header .logo{ display: block; width: 247px; height: 57px; margin-top: 24px;}
.header .logo img{ width: 100%;}
.header .navbar_nav li{ float:left; position: relative; display: block; margin-left: 14px;}
.header .navbar_nav li a{display: block; line-height: 96px; padding: 0 10px; border-bottom: 2px solid rgba(0,0,0,0);}
.header .navbar_nav li a:hover,.header .navbar_nav li.slt a{ color: #319ceb; border-color: #319ceb;}
.header .navbar_nav li a.wx,.header .navbar_nav li a.qq{ width: 30px; height: 98px; font-size: 0; padding: 0; background-position: center; background-repeat: no-repeat; background-size: 30px;}
.header .navbar_nav li a.wx{ background-image: url(../images/topIcon3.png);}
.header .navbar_nav li a.qq{ background-image: url(../images/topIcon4.png);}
.header .navbar_nav li a.wx:hover,.header .navbar_nav li a.qq:hover{ border-color: rgba(0,0,0,0);}
#navToggle{ display: none;}
.m_nav{ position: fixed; top: 0px; box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38); width: 100%; height: 100%; background: #fff; transition: all ease 500ms; -webkit-transition: all ease 500ms; z-index: 1000; opacity: 1; visibility: visible; margin-top: 0; overflow-y: auto; transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; top: 0; transform: translateX(100%);}
.m_nav.open{ transform: translateX(0);}
.m_nav .top{ height: 60px; padding: 20px; box-sizing: border-box;}
.m_nav .top .closed{ width: 30px; height: 30px; vertical-align: middle; float:right; cursor: pointer;}
.m_nav .ul{ margin-top: 30px;}
.m_nav .ul li{ padding: 0 20px; border-bottom: 1px solid #f5f5f5;}
.m_nav .ul li a{ display: block; text-decoration: none; color: #333; font-size: 16px; height: 60px; line-height: 60px; width: 100%;}
.ixHeader{ position: relative;}
.ixHeader .header{ background: rgba(0,0,0,.3); position: absolute; top: 0; left: 0; z-index: 99;}
.ixHeader .header .navbar_nav li a{ color: #fff;}
.ixHeader .header .navbar_nav li a:hover,.ixHeader .header .navbar_nav li.slt a{ color: #fff; border-color: #fff;}
.ixHeader .header .navbar_nav li a.wx{ background-image: url(../images/topIcon1.png);}
.ixHeader .header .navbar_nav li a.qq{ background-image: url(../images/topIcon2.png);}

/*============================ Footer ============================*/
.footer{ background: #333; padding: 50px 0 30px 0;}
.footer .right{ width: 64%;}
.footer .right p a{ color: #fff; display: inline-block; margin-left: 35px;}
.footer .right span{ display: inline-block;}
.footer .right span img{ width: 116px; margin: 30px 0 10px 0;}
.footer .left{ width: 36%;}
.footer .left img{ width: 247px; margin-top: 10px;}
.footer .left span{ display: block; font-size: 18px; margin: 35px 0 20px 0;}
.footer .left span em{ font-size: 32px;}
.footer .left p{ font-size: 15px; opacity: .3;}

.rightMenu{ position: fixed; top: 34%; right: 0; z-index: 999;}
.rightMenu a{ display: block; width: 48px; height: 48px; border-radius: 2px; background-color: #3ab5ff; background-position: center left; background-repeat: no-repeat; background-size: 48px; margin: 4px 0; position: relative;}
.rightMenu a.icon1{ background-image: url(../images/rigIcon1.png);}
.rightMenu a.icon2{ background-image: url(../images/rigIcon2.png);}
.rightMenu a.icon3{ background-image: url(../images/rigIcon3.png);}
.rightMenu a.icon3 span img{ width: 100%;}
.rightMenu a span{ display: none; width: 180px; height: 48px; line-height: 48px; color: #fff; background: #3ab5ff; border-radius: 2px; position: absolute; top: 0; right: 0;}
.rightMenu a:hover span{ display: block;}
.rightMenu a.icon3:hover span{ width: 110px; height: 110px; top: -62px; right: 49px; padding: 5px;}

/*============================ Index ============================*/
.ixSlide .img{ display: flex; align-items: center; height: 760px;}
.ixSlide .txt span,.ixSlide .txt i,.ixSlide .txt em{ display: block;}
.ixSlide .txt span{ font-size: 56px; margin-bottom: 20px;}
.ixSlide .txt em{ font-size: 24px; margin-bottom: 10%;}
.ixSlide .txt i{ width: 20px; height: 2px; margin: 10px auto;}

.ixTit{ padding: 30px 0;}
.ixTit .wrap{ display: flex; align-items: flex-end;}
.ixTit span,.ixTit em,.ixTit a{ display: block;}
.ixTit span{ font-size: 28px;}
.ixTit em{ background: url(../images/tit.png) center left no-repeat; background-size: 43px; padding-left: 56px; margin: 5px 0 10px 0;}
.ixTit a,.ixPart2 .part1 .txt a{ display: flex; justify-content: center; align-items: center; width: 180px; height: 44px; border-radius: 30px; box-shadow: 0 0 5px rgba(0,0,0,.1);}
.ixTit a:hover,.ixPart2 .part1 .txt a:hover{ color: #fff !important; background: #3AB5FF;}
.ixPart1{ background: url(../images/ixImg1_3.jpg) center top no-repeat; background-size: 100%; padding-bottom: 40px;}.ixPart1 .part{ position: relative; padding: 0 40px;}.ixPart1 .swiper-container{ width: 100%;}.ixPart1 .swiper-container-wrapper{ width: 100%; display: flex; flex-flow: column nowrap;}.ixPart1 .swiper-button-prev,.ixPart1 .swiper-button-next{ width: 18px; height: 32px; background-repeat: no-repeat; background-size: contain; position: absolute; top: 50%; margin-top: -16px;}.ixPart1 .swiper-button-prev:focus,.ixPart1 .swiper-button-next:focus{ outline: none;}.ixPart1 .swiper-button-prev{ background-image: url(../images/aboImg2_2.png); left: 0;}.ixPart1 .swiper-button-next{ background-image: url(../images/aboImg2_3.png); right: 0;}.ixPart1 .gallery-top{ width: 100%; box-shadow: 0 2px 12px rgba(0,0,0,.1);}.ixPart1 .gallery-top .swiper-slide .box{ padding: 50px 55px;}.ixPart1 .gallery-top .swiper-slide a{ display: block; font-size: 24px; margin-bottom: 20px;}.ixPart1 .gallery-top .swiper-slide p{ height: 120px; line-height: 32px;}.ixPart1 .gallery-top .swiper-slide a:hover{ color: #3AB5FF !important;}.ixPart1 .gallery-thumbs{ width: 100%; margin: 0;}.ixPart1 .gallery-thumbs .swiper-wrapper{ width: 100%;}.ixPart1 .gallery-thumbs .swiper-slide{ width: 300px; color: #fff; font-size: 20px; flex-flow: row nowrap; padding: 50px 0 100px; cursor: pointer;}.ixPart1 .gallery-thumbs .swiper-slide img{ width: 70%;}.ixPart1 .gallery-thumbs .swiper-slide-thumb-active{ background: #666;}
.ixPart2 .part1 .img{ margin-right: 30px;}
.ixPart2 .part1 .img img{ width: 100%;}
.ixPart2 .part1 .txt{ margin: 15px 0 0 20px;}
.ixPart2 .part1 .txt p{ height: 224px; line-height: 32px; margin-bottom: 25px;}
.ixPart2 .part2{ display: flex; justify-content: center; align-items: center; margin: 30px 0 70px 0;}
.ixPart2 .part2 .box{ display: block; padding: 40px 0 50px 0;}
.ixPart2 .part2 .box span{ display: block; font-size: 36px; margin-bottom: 10px;}
.ixPart2 .part2 a{ font-size: 20px;}

.ixPart3{ background: url(../images/ixImg3_5.jpg) center no-repeat; background-size: cover;}
.ixPart3 .box{ margin: 30px 20px 60px 20px;}
.ixPart3 .box img{ width: 94px; margin: 0 auto;}
.ixPart3 .box span{ display: block; font-size: 20px; margin: 15px 0 20px 0;}
.ixPart3 .box p{ line-height: 32px; opacity: .7;}.ywSlide,.alSlide{ padding: 0 40px;}.ywSlide .slick-arrow,.alSlide .slick-arrow{ top: 50%; margin-top: -16px;}.alSlide .slick-arrow.prev{ background-image: url(../images/alBtnL.png);}.alSlide .slick-arrow.next{ background-image: url(../images/alBtnR.png);}

.ixPart4 .box{ display: block; margin: 0 20px 20px;}
.ixPart4 .box img{ width: 100%; margin-bottom: 20px;}
.ixPart4 .box span{ display: block; font-size: 20px; line-height: 20px; border-left: 2px solid #3ab5ff; padding: 0 14px;}
.ixPart4 .box p{ padding: 15px 14px 25px 16px;}
.ixPart4 .box:hover span{ color: #3AB5FF !important;}

.ixPart5 .box1{ display: block; position: relative;}
.ixPart5 .box1 p{ width: 100%; font-size: 20px; padding: 25px 20px; position: absolute; bottom: 0; left: 0;}
.ixPart5 .box1 img{ width: 100%;}
.ixPart5 .box2{ display: block; padding: 28px 30px 25px 30px;}
.ixPart5 .box2 .date{ border-right: 1px solid #ddd; margin-right: 20px;}
.ixPart5 .box2 .date span{ display: inline-block; font-size: 56px; border-bottom: 2px solid #3ab5ff;}
.ixPart5 .box2 .txt span{ display: block; font-size: 20px; margin-bottom: 20px;}

.ixPart6{ margin-top: 60px; font-size: 18px; background: url(../images/ixImg6_3.jpg) center no-repeat; background-size: cover; padding: 50px 0 70px 0;}
.ixPart6 .box em,.ixPart6 .box span{ display: block;}
.ixPart6 .box span{ font-size: 32px; padding-bottom: 15px; margin: 15px 0; background: url(../images/ixImg6_1.png) center bottom no-repeat; background-size: 43px;}
.ixPart6 .box1 span{ background-image: url(../images/ixImg6_2.png);}

/*============================ Others ============================*/
.inBanner{ display: flex; align-items: center; font-size: 56px; height: 480px;}
.inBanner i{ display: block; width: 20px; height: 2px; margin: 20px 0 10% 0;}

.inLink1{ height: 72px; border-bottom: 1px solid #eee;}
.inLink1 a{ display: flex; align-items: center; float: left; height: 72px; font-size: 20px; color: #666; padding: 0 20px; border-bottom: 2px solid rgba(0,0,0,0);}
.inLink1 a:hover{ border-color: #3ab5ff; color: #319ceb;}
.inLink2{ background: #eee;}
.inLink2 a{ padding: 0 30px;}
.inLink2 a:hover,.inLink2 a.slt{ background: #3AB5FF; color: #fff;}

.inTit{ padding: 30px 0;}
.inTit span{ display: block; font-size: 24px;}
.inTit i{ display: block; width: 12px; height: 2px; margin: 10px auto 0 auto;}

.aboPart1{ line-height: 32px; padding-bottom: 50px;}
.aboPart1 img{ max-width: 100%;}
.aboPart2{ background: url(../images/aboImg2_4.jpg) center no-repeat; background-size: cover;}
.aboPart2 .aboSlide{ margin: 70px 0 100px 0; padding: 0 50px;}
.aboPart2 .box img{ width: 24px; margin: 0 auto;}
.aboPart2 .box i{ display: block; width: 100%; height: 6px; background: rgba(255,255,255,.5); margin-top: -14px;}
.aboPart2 .box span{ display: block; font-size: 24px; margin: 30px 0 15px 0;}
.aboPart2 .box p{ font-size: 17px; line-height: 34px; padding: 0 10px;}
.aboPart3{ padding: 20px 0 50px 0;}
.aboPart3 .box{ position: relative; margin: 0 20px;}
.aboPart3 .box .txt{ width: 100%; height: 100%; padding: 120px 20px 20px; position: absolute; top: 0; left: 0; z-index: 1;}
.aboPart3 .box .txt img{ width: 84px;}
.aboPart3 .box .txt span{ display: block; font-size: 20px; margin: 25px 0 20px 0;}
.aboPart3 .box .txt p{ line-height: 32px;}
.aboPart3 .box .bg img{ width: 100%;}
.aboPart4{ padding: 10px 0 50px 0;}
.aboPart4 .box{ margin: 20px 20px 0 20px; padding: 35px 15px 15px;}
.aboPart4 .box span,.aboPart4 .box i,.aboPart4 .box em{ display: block;}
.aboPart4 .box img{ width: 130px; border-radius: 50%;}
.aboPart4 .box span{ font-size: 18px; margin-top: 25px;}
.aboPart4 .box i{ width: 12px; height: 2px; margin: 10px auto;}
.aboPart4 .box p{ line-height: 32px; margin-top: 10px;}
.aboPart5{ padding: 20px 0;}
.aboPart5 .box{ margin: 0 15px 30px 15px;}
.aboPart5 .box img{ width: 100%; border: 1px solid #eee;}
.aboPart6{ padding: 10px 0 60px 0;}
.aboPart6 .box{ margin: 40px 20px 0 20px; padding: 25px 20px; border-top: 2px solid #3ab5ff;}
.aboPart6 .box span{ display: block; font-size: 18px; margin-bottom: 10px;}
.aboPart6 .box .txt{ height: 380px; line-height: 32px; overflow-y: scroll !important;}
.aboPart6 .box .txt::-webkit-scrollbar{ width: 4px; height: 4px;}
.aboPart6 .box .txt::-webkit-scrollbar-thumb{ border-radius: 5px; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background: rgba(0,0,0,0.2);}
.aboPart6 .box .txt::-webkit-scrollbar-track{ -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); border-radius: 0; background: rgba(0,0,0,0.1);}

.caseList .box{ display: block; margin: 0 20px 40px 20px;}
.caseList .box img{ width: 100%; margin-bottom: 20px;}

.proList .box{ padding: 40px 40px 20px 40px;}
.proPart1{ padding: 40px; margin-top: 50px;}
.proPart1 .img img{ width: 100%;}
.proPart1 .txt span{ display: block; font-size: 28px; margin-bottom: 40px;}
.proPart1 p{ line-height: 36px;}
.proPart1 a{ display: flex; justify-content: center; align-items: center; width: 172px; height: 48px; margin-top: 40px; border-radius: 30px; background: #3ab5ff;}
.proPart2{ margin: 30px 0 80px 0; border: 1px solid #eee; padding: 25px 20px;}
.proPart2 .tit i{ display: block; width: 16px; height: 4px; margin: 10px 0;}
.proPart2 .txt{ line-height: 36px;}
.proPart2 .txt img{ max-width: 100%;}

.newsList .box{ display: block; margin-bottom: 30px; border: 1px solid #eee;}
.newsList .box .img img{ width: 100%;}
.newsList .box .txt{ margin: 30px 30px 0 30px;}
.newsList .box .txt span,.newsList .box .txt em{ display: block;}
.newsList .box .txt span{ font-size: 20px;}
.newsList .box .txt p{ height: 56px; line-height: 28px; margin: 15px 0;}
.newsList .box:hover .txt span{ color: #3AB5FF !important;}

.fenye{ padding: 20px 0 60px 0;}
.fenye a{ display: inline-flex; justify-content: center; align-items: center; width: 34px; height: 34px; color: #999; background: #eee; border-radius: 50%; margin: 0 8px;}
.fenye a:hover,.fenye a.slt{ color: #fff; background: #3ab5ff;}

.fwPart1{ padding-bottom: 40px;}
.fwPart1 .img img{ width: 100%;}
.fwPart1 .txt{ margin-left: 40px; line-height: 36px;}
.fwPart2{ padding-bottom: 60px;}
.fwPart2 .box{ margin: 50px 50px 0 50px;}
.fwPart2 .box img{ width: 100px;}
.fwPart2 .box p{ height: 60px; line-height: 30px; margin-top: 25px;}

.contact{ padding-bottom: 50px;}
.contact .map{ display: flex; align-items: center; background: #3ab5ff; padding: 15px 80px 15px 40px; margin: 0 15px 40px 15px;}
.contact .map .txt{ font-size: 20px;}
.contact .map .txt span{ display: block; font-size: 24px; margin-bottom: 30px;}
.contact .map .txt p{ margin-bottom: 20px;}
.contact .map .img{ margin-left: 50px;}
.contact .map .img img{ width: 100%;}
.contact .box{ border: 1px solid #eee; padding: 30px 20px; margin: 0 15px 30px 15px;}
.contact .box .tit{ font-size: 20px; padding: 0 5px;}
.contact .box .txt span{ display: block; margin: 30px 5px 0 5px; background-position: center left; background-repeat: no-repeat; background-size: 20px; padding-left: 30px;}
.contact .box .txt span.icon1{ background-image: url(../images/lxImg1.png);}
.contact .box .txt span.icon2{ background-image: url(../images/lxImg2.png);}
.contact .box .txt span.icon3{ background-image: url(../images/lxImg3.png);}

/*============================ 媒体查询 ============================*/
.mobHide{ display: block;}
.mobShow{ display: none;}

@media (max-width: 1200px) {
	.wrap{ width: 100%; padding: 0 15px;}
	.footer .right p a{ margin-left: 25px;}
}

@media (max-width: 1120px) {
	.header .navbar_nav li{ margin-left: 10px;}
	.header .navbar_nav li a{ padding: 0 5px;}
	.footer .right p a{ margin-left: 15px;}
}

@media (max-width: 1024px) {
	.header .navbar_nav li{ margin-left: 5px;}
	.footer .right p a{ margin-left: 10px;}
	.ixSlide .img{ height: 40vh;}
	.ixPart1 .cpTit span{ padding: 20px;}
	.ixPart1 .cpTit span img{ width: 70%; margin-bottom: 15px;}
	.ixPart2 .part1 .txt p{ height: 160px;}
	.ixPart5 .box2{ padding: 16px 30px;}
	.inBanner{ height: 26vh;}
	.contact .map .img{ margin: 0;}
	
}

@media (max-width:834px) {
	.mobHide{ display: none;}
	.mobShow{ display: block;}
	.header{ height: 55px; box-shadow: 0 4px 10px rgba(0,0,0,.1); position: fixed; top: 0; left: 0; z-index: 99;}
	.ixHeader .header{ background: #fff; position: inherit;}
	.header .logo{ width: 160px; height: auto; margin: 8px 0 0 10px;}
	.header #navToggle { height: 100%; display: inline-block; float: right;}
	.header #navToggle span{ display: block; position: relative; width: 30px; height: 30px; background: url(../images/menu.png) no-repeat; background-size: contain; top: 16px; right: 15px;}
	.footer{ padding: 30px;}
	.footer .right,.footer .left{ width: 100%; float: left; text-align: center;}
	.footer .right span img{ margin-top: 0;}
	.main{ margin-top: 55px;}
	.ixPart2 .part1 .txt{ margin: 0;}
	.ixPart2 .part1 .txt p{ height: 127px;}
	.ixPart2 .part2 .box{ padding: 30px 0;}
	.ixPart5 .box2{ padding: 18px 20px;}
	.ixPart5 .box2 .date span{ font-size: 36px;}
	.ixPart5 .box2 .txt span{ font-size: 16px; margin-bottom: 5px;}
	.aboPart3 .box .txt{ padding: 20px 15px 15px;}
	.aboPart3 .box .txt span{ margin: 15px 0 10px 0;}
	.inLink2{ height: 50px;}
	.inLink1 a{ height: 50px; font-size: 16px;}
}

@media (max-width:768px) {
	.ixPart5 .box2{ padding: 15px 20px;}
	.aboPart3 .box .txt img{ width: 64px;}
	.aboPart4 .box{ margin: 20px 10px 0 10px; padding: 20px 10px 10px;}
	.aboPart6 .box{ margin: 30px 10px 0 10px;}
}

@media (max-width:767px) {
	body,button,input,select,textarea{ font-size: 14px;}
	.wrap{ padding: 0;}
	.footer{ font-size: 12px; padding: 30px 15px 10px 15px;}
	.footer .left span{ font-size: 14px; margin: 15px 0 10px 0;}
	.footer .left span em{ font-size: 18px;}
	.footer .left p{ font-size: 12px; opacity: .5;}
	.ixSlide .img{ height: 200px; font-size: 12px; padding: 0 20px;}
	.ixSlide .txt span{ font-size: 20px; margin-bottom: 5px;}
	.ixSlide .txt em{ font-size: 14px;}
	.ixSlide .txt i{ display: none;}
	.ixSlide .slick-dots{ bottom: 5px;}
	.ixSlide .slick-dots li{ width: 2px; height: 12px; margin: 0 2px;}
	.ixSlide .slick-dots li.slick-active{ height: 18px;}
	.ixTit{ font-size: 12px; padding: 20px 15px;}
	.ixTit span{ font-size: 24px;}
	.ixTit em{ padding-left: 30px; margin: 0 0 5px 0; background-size: 20px;}
	.ixTit a,.ixPart2 .part1 .txt a{ width: 80%; height: 28px;}
	.ixPart1{ padding-bottom: 20px; background-size: auto 60%}	.ixPart1 .swiper-button-prev,.ixPart1 .swiper-button-next{  margin-top: auto; top: 30%;}	.ixPart1 .swiper-button-prev{ left: 10px;}	.ixPart1 .swiper-button-next{ right: 10px;}	.ixPart1 .gallery-thumbs .swiper-slide{ padding: 20px 0; font-size: 14px;}	.ixPart1 .gallery-top .swiper-slide .box{ padding: 15px;}	.ixPart1 .gallery-top .swiper-slide a{ font-size: 16px; margin-bottom: 10px;}	.ixPart1 .gallery-top .swiper-slide p{ line-height: 24px;}
	.ixPart2{ padding: 0 15px;}
	.ixPart2 .part1 .img{ margin: 0 0 20px 0;}
	.ixPart2 .part1 .txt p{ height: auto; line-height: 26px;}
	.ixPart2 .part1 .txt a{ width: 100px;}
	.ixPart2 .part2{ display: block; margin: 20px 0;}
	.ixPart2 .part2 .box{ padding: 20px 0;}
	.ixPart2 .part2 .box span{ font-size: 28px; margin-bottom: 0;}
	.ixPart2 .part2 a{ padding-top: 35px !important;}
	.ixPart3{ padding: 20px 0; margin-bottom: 20px;}
	.ixPart3 .box{ margin: 15px;}
	.ixPart3 .box span{ font-size: 18px; margin: 10px 0 5px 0;}
	.ixPart3 .box p{ line-height: 26px;}		.ywSlide .slick-arrow.prev,.alSlide .slick-arrow.prev{ left: 15px;}	.ywSlide .slick-arrow.next,.alSlide .slick-arrow.next{ right: 15px;}
	.ixPart4{ margin: 0;}
	.ixPart4 .box{ margin: 0 15px 20px 15px;}
	.ixPart5{ margin: 0 15px;}
	.ixPart5 .box1 p{ font-size: 18px; padding: 15px;}
	.ixPart5 .box2{ padding: 15px 15px 15px 0;}
	.ixPart6{ margin-top: 30px; background: #000; padding: 0;}
	.ixPart6 .box{ padding: 30px 15px; font-size: 14px;}
	.ixPart6 .box1{ background: #3AB5FF;}
	.ixPart6 .box span{ font-size: 22px; margin: 5px 0 10px 0; padding-bottom: 5px;}
	.inBanner{ font-size: 24px; height: 180px; padding: 20px;}
	.inBanner i{ margin-top: 10px;}
	.inTit{ padding-bottom: 15px;}
	.inTit span{ font-size: 20px;}
	.inTit i{ margin: 5px auto;}
	.aboPart1{ padding: 0 15px 40px 15px; line-height: 26px;}
	.aboPart2{ padding: 0 15px;}
	.aboPart2 .aboSlide{ margin: 10px 0 50px 0; padding: 0 35px;}
	.aboPart2 .box img{ width: 18px;}
	.aboPart2 .box i{ height: 4px; margin-top: -11px;}
	.aboPart2 .box span{ font-size: 18px; margin: 20px 0 10px 0;}
	.aboPart2 .box p{ font-size: 14px; line-height: 20px;}
	.aboPart3{ padding: 10px 15px;}
	.aboPart3 .box{ height: 200px; margin: 0 0 20px 0; overflow: hidden;}
	.aboPart3 .box .txt span{ font-size: 18px; margin: 10px 0;}
	.aboPart3 .box .txt p{ line-height: 26px;}
	.aboPart4{ padding: 10px 0;}
	.aboPart4 .box{ margin: 0 15px 20px 15px; padding: 20px;}
	.aboPart4 .box p{ line-height: 26px;}
	.aboPart5{ padding: 0 10px 20px 10px;}
	.aboPart5 .box{ margin: 0 5px 10px 5px;}
	.aboPart6{ padding: 10px 0 20px 0;}
	.aboPart6 .box{ margin: 0 15px 20px 15px;}
	.inLink2{ height: auto; background: none; border-bottom: none;}
	.inLink1 a{ width: 48%; justify-content: center; height: 40px; font-size: 14px; padding: 0; background: #eee; margin: 1%;}
	.inLink1.xw a{ width: 31.333%;}
	.caseList{ padding: 0 10px;}
	.caseList .box{ margin: 0 5px 20px 5px;}
	.caseList .box img{ margin-bottom: 10px;}
	.proList .box{ padding: 15px;}
	.proPart1{ margin: 40px 15px 0 15px; padding: 20px;}
	.proPart1 .txt span{ font-size: 20px; margin: 30px 0 15px 0;}
	.proPart1 .txt p{ line-height: 28px;}
	.proPart1 .txt a{ width: 100px; height: 30px; margin-top: 20px;}
	.proPart2{ margin: 20px 15px 50px 15px; padding: 20px 15px;}
	.proPart2 .tit{ font-size: 16px;}
	.proPart2 .txt{ line-height: 28px;}
	.newsList{ padding: 0 10px;}
	.newsList .box{ margin: 0 5px 10px 5px;}
	.newsList .box .txt{ font-size: 12px; margin: 10px;}
	.newsList .box .txt span{ font-size: 16px;}
	.newsList .box .txt p{ height: 40px; line-height: 20px; margin: 5px 0;}
	.fenye{ padding: 20px 0 30px 0;}
	.fenye a{ width: 28px; height: 28px; margin: 0 4px;}
	.fwPart1{ padding: 0 15px 20px 15px;}
	.fwPart1 .txt{ margin: 15px 0 0; line-height: 28px;}
	.fwPart2{ padding-bottom: 40px;}
	.fwPart2 .box{ margin: 40px 0 0;}
	.fwPart2 .box img{ width: 80px;}
	.fwPart2 .box p{ height: 48px; line-height: 24px; margin-top: 15px;}
	.contact .map{ display: inherit; padding: 20px 15px 0 15px;}
	.contact .map .txt{ font-size: 14px; text-align: center;}
	.contact .map .txt span{ font-size: 18px; margin-bottom: 15px;}
	.contact .map .txt p{ display: inline-block; margin: 0 8px 20px 8px;}
	.contact .box{ padding: 20px 10px; margin-bottom: 20px;}
	.contact .box .tit{ font-size: 18px;}
	.contact .box .txt span{ margin-top: 20px;}
	
}
