@media screen and (min-width: 769px) {
	.contact-list li .erweima{display: none;}
	.footer-btn{display: none;}
	.dis{display: none;}
	.dis-b{display: block!important;}
	.dis-n{display: none;}
	.index-bg7{display: none;}
	body{min-width:1200px;margin: 0 auto;position: relative;background: #fff !important;font-family: "微软雅黑";}
	/*a{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	img{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}*/
	
	.index-list1 .pic-scale{width: 216px;height: 216px;overflow: hidden;}
	.index-list2-content .pic-scale{width: 270px;height: 180px;float: left;}
	.pic-scale{overflow: hidden}
	.pic-scale img{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.pic-scale img:hover{transform: scale(1.05);}
	
	.example {height:416px;overflow:hidden;margin:0 auto;width:100%;position: relative;}
	.example ul{width:100%;height:416px;overflow: hidden;margin:0 auto;position: relative;max-width: 1920px;}
	.example ul li{position: absolute;width: 100%;display: none;}
	.example ul li:first-of-type{display: block;}
	.example ul li img{width: 1920px;height:416px;left:50%;margin-left:-960px;display:block;position: absolute;}
	.example ol {position: relative;width: 100%;height: 10px;bottom: 28px;z-index: 4;margin: 0 auto;text-align: center;}
	.example ol li {width: 10px;height: 10px;margin-left: 12px;cursor: pointer;display:inline-block;border-radius: 50%;background: #c2c2c6;}
	.example ol li:first-of-type{margin-left: 0;}
	.example ol li.seleted {background: #ff6600;}
	
	.example.example2 {height:360px;overflow:hidden;margin:0 auto;width:100%;position: relative;}
	.example.example2 ul{width:100%;height:360px;overflow: hidden;margin:0 auto;position: relative;max-width: 860px;}
	.example.example2 ul li{position: absolute;width: 100%;display: none;}
	.example.example2 ul li:first-of-type{display: block;}
	.example.example2 ul li img{width: 860px;height:360px;left:50%;margin-left:-430px;display:block;position: absolute;}
	.example.example2 .box{padding: 0 20px;width: 100%;background: rgba(0,0,0,0.4);position: relative;height: 50px;bottom: 50px;}
	.example.example2 ul li p{color: #fff;font-size: 20px;line-height: 50px;float: left;position: absolute;top: 310px;left: 20px;z-index: 9}
	.example.example2 ol {position: absolute;width: initial;right: 30px;top: 13px;z-index: 4;text-align: center;}
	.example.example2 ol li {width: 10px;height: 10px;margin-left: 10px;cursor: pointer;display:inline-block;border-radius: 50%;background: #b2aaa0;}
	.example.example2 ol li:first-of-type{margin-left: 0;}
	.example.example2 ol li.seleted {background: #fff;}
	
	.fr-nav{position: fixed;right: 0;top: 40%;z-index: 10;}
	.fr-nav ul{position: relative;}
	.fr-nav ul li{position: absolute;right: 0;width: 60px;height: 65px;background: #272c22;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.fr-nav ul li a{display: block;width: 100%;height: 65px;}
	.fr-nav ul li .fr-nav-txt{position: absolute;top: 0px;right: -240px;width: 240px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	/*	.fr-nav ul li .fr-nav-txt::after{content: "";display: block;clear: both;}*/
	.fr-nav ul li .fr-nav-txt p{line-height: 65px;color: #fff;font-size: 18px;float: left;margin-left: 10px;}
	.fr-nav ul li .fr-nav-txt p:last-of-type{width: 28px;font-size: 14px;float: right;line-height: 22px;margin: 10px 15px 0 0;}
	.fr-nav ul li:hover{background: #ff6600;}
	.fr-nav ul li:first-of-type:hover{width: 240px;}
	.fr-nav ul li:nth-of-type(2):hover{width: 240px;}
	.fr-nav ul li:first-of-type:hover img{display: none;}
	.fr-nav ul li:nth-of-type(2):hover img{display: none;}
	.fr-nav ul li:first-of-type:hover .fr-nav-txt{right: 0;}
	.fr-nav ul li:nth-of-type(2):hover .fr-nav-txt{right: 0;}
	.fr-nav ul li img{width: 24px;float: left;margin-left: 18px;margin-top: 20px;}
	.fr-nav ul li:first-of-type img{margin-top: 18px;}
	.fr-nav ul li:last-of-type img{margin-top: 25px;}
	.fr-nav ul li:first-of-type{top: 0;}
	.fr-nav ul li:nth-of-type(2){top: 65px;}
	.fr-nav ul li:nth-of-type(3){top: 130px;position: relative;}
	.fr-nav ul li:nth-of-type(4){top: 195px;}
	.fr-nav ul li:nth-of-type(3) img:nth-of-type(2){position: absolute;left: -95px;top: -75px;width: 90px;margin: 0;opacity: 0;display: none;}
	.fr-nav ul li:nth-of-type(3):hover img:nth-of-type(2){animation:mymove 3s forwards;display: block;}
	@keyframes mymove
	{
	0% {display: block;opacity: 0;}
	100% {opacity: 1;}
	}
	
	header{width: 100%;}
	.header{display: none;}
	.header-top{width: 100%;background: #f5f5f5;border-bottom: 1px solid #f0f0f0;}
	.header-top::after{content: "";display: block;clear: both;}
	.header-top span{font-size: 12px;color: #666;line-height: 30px;float: left;}
	.header-top a{float: right;font-size: 12px;color: #666;line-height: 30px;margin-left: 10px;}
	.header-mid{background: #fff;height: 110px;width: 100%;}
	.logo img{height: 49px;margin-top: 30px;}
	.phone{background: #fff;float: left;height: 25px;line-height: 25px;margin-top: 42px;margin-left: 90px;}
	.phone::after{content: "";display: block;clear: both;}
	.phone img{float: left;margin-right: 12px;}
	.phone p{font-size: 16px;font-weight: bold;color: #103e87;float: left;line-height: 25px;}
	.phone p span{font-size: 18px!important;line-height: 25px;color: #cb0003;float: right;font-weight: bold;margin-left: 10px;}
	.search{width: 300px;height: 38px;border: 1px solid #103e87;float: left;margin-top: 34px;margin-left: 60px;position: relative;}
	.search::after{content: "";display: block;clear: both;}
	.search .xl{cursor: pointer;line-height: 38px;float: left;color: #666;font-size: 14px;padding-left: 12px;width: 60px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.search .xl img{float: right;margin-top: 16px;}
	.search input{width: 200px;margin-left: 10px;line-height: 36px;height: 36px;border: none;padding: 0;}
	.search-icon{float: right;margin-right: 10px;margin-top: 10px;} 
	.header-btn{float: right;margin-top: 20px;}
	.header-btn img{height: 85px;}
	.xl-caidan{position: absolute;width: 57px;top: 39px;left: 0;z-index: 99;display: none;}
	.xl-caidan a{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;width: 100%;text-align: center;background: #f5f5f5;display: block;font-size: 14px;color: #666;line-height: 34px;}
	.xl-caidan a:hover{background: #ff6600;color: #fff;}
	
	.nav{background: #fff;width: 100%;border-bottom:2px solid #5eb536;height: 44px;}
	.nav2{position: relative;width: 220px;height: 44px;float: left;}
	.nav2 p{width: 220px;height: 44px;background: #5eb536;color: #fff;font-size: 15px;font-weight: bold;float: left;line-height: 44px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;cursor: pointer;}
	.nav2 p a{display: block;color: #fff;font-size: 15px;font-weight: normal;}
	.nav2 p.active{background: #ff6600;}
	.nav2 p:hover{background: #ff6600;}
	.nav2:hover .nav4{display: block;left: 0;}
	.nav2 p img{float: left;margin:16px 8px 0 20px ;}
	.nav3{float: right;}
	.nav3 li{float: left;margin-right: 30px;position: relative;}
	.nav3 li:last-of-type{margin-right: 0;}
	.nav3 li a{display: block;line-height: 44px;padding: 0 10px;position: relative;color: #333;font-size: 15px;}
	.nav3 li a span{position: absolute;bottom: -2px;left: 0;background: #ff6600;width: 100%;height: 2px;display: none;}
	.nav3 li.active>a{color: #ff6600;}
	.nav3 li.active>a span{display: block;}
	.nav3>li:hover>a{color: #ff6600;}
	.nav3>li:hover>a span{display: block;}
	.nav3 li:hover .nav6{display: block;}
	.nav3 li .nav6{display:none;white-space:nowrap;background: #fff;position: absolute;top: 46px;padding-top: 2px;z-index: 9;left: 50%;-moz-box-shadow:0px 0px 5px #666666; -webkit-box-shadow:0px 0px 5px #666666; box-shadow:0px 0px 5px #666666;}
	.nav3 li .nav6 a{padding: 0 10px;display: block;font-size: 14px;line-height: 35px;text-align: center;color: #666;}
	.nav3 li .nav6 a:hover{color: #fff;background: #ff6600;}
	
	.nav4{left: -100%;position: absolute;top: 44px;z-index: 99;height: 418px;background: rgba(0,0,0,0.4);width: 100%;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;display: none;}
	.nav4.active{display: block;left: 0;}
	.nav4>li{height: 44px;line-height: 44px;width: 100%;float: left;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}

	.nav4>li:hover{background: #ff6600;}
	.nav4>li:hover .nav5{display: block;}
	.nav4>li:first-of-type{margin-top: 10px;}
	.nav4>li .nav4-pic{width: 50px;text-align: center;float: left;}
	.nav4>li .nav4-pic::after{content: "";display: block;clear: both;}
	.nav4>li img{margin-top: 15px;}
	.nav4>li em a{line-height: 44px;font-size: 14px;color: #fff;}
	.nav4>li .nav5{display: none;position: absolute;top: 2px;left: 220px;width: 305px;height: 416px;background: #fff;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 10px 0;}
	.nav4 li .nav5 a{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;width: 50%;float: left;font-size: 12px;color: #333;padding-left: 30px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;line-height: 40px;}
	.nav4 li .nav5 a:hover{color: #ff6600;}
	
	.footer{display: none;}
	footer{width: 100%;background: #2c2d2a;font-size: 0;}
	.footer-nav{margin: 0 auto;display: inline-block;}
	.footer-nav2{text-align: center;width: 100%;border-bottom: 1px solid #565755;font-size: 0;height: 72px;}
	.footer-nav::after{content: "";display: block;clear: both;} 
	.footer-nav li{float: left;text-align: center;margin-right: 30px;}
	.footer-nav li:last-of-type{margin-right: 0;}
	.footer-nav li a{color: #bbbbbb;font-size: 14px;line-height: 72px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.footer-nav li a:hover{color: #fff;}
	.footer-content{text-align: center;line-height: 12px;padding: 0 0 25px;}
	.footer-content span{font-size: 12px;color: #ccc;padding-left: 75px;}
	.footer-content span:first-of-type{padding-left: 0;}
	.footer-content2{text-align: center;line-height: 12px;padding: 0 0 25px;}
	.footer-content2 p{color: #ccc;font-size: 12px;}
	.footer-pic{text-align: center;display: inline-block;width: 100%;padding-bottom: 40px;}
	.footer-pic2::after{content: "";display: block;clear: both;} 
	.footer-pic2{margin: 0 auto;display: inline-block;}
	.footer-pic2 img{float: left;margin-right: 20px;}
	.footer-pic2 img:last-of-type{margin-left: 0;}
	
	.banner{width: 100%;max-width: 1920px;}
	.banner img{display: block;width: 100%;max-width: 1920px;}
	
	.notice{width: 100%;background: #f5f5f5;line-height: 50px;}
	.notice .wrap::after{content: "";display: block;clear: both;}
	.notice-txt p{color: #333;font-size: 12px;}
	.notice-txt p img{float: left;margin-top: 18px;margin-right: 8px;}
	.notice-list p{color: #666;font-size: 12px;float: left;margin-left: 90px;}
	.notice-list p a{color: #666;font-size: 12px;line-height: 12px;}
	.notice-list p:first-of-type{margin-left: 30px;}
	.notice-list p span{float: left;width: 10px;height: 10px;border: 1px solid #95979c;border-radius: 50%;margin: 19px 5px 0 0;}
	.notice-list p span em{background: #95979c;border-radius: 50%;width: 6px;height: 6px;margin: 2px auto 0;display: block;}
	
	.link{width: 100%;border-bottom: 2px solid #5eb536;line-height: 54px;}
	.link .wrap::after{content: "";display: block;clear: both;}
	.link p{font-size: 14px;color: #999;float: left;}
	.link a{float: left;color: #333;font-size: 14px;margin-left: 16px;}
	
	.index-list1{background: #fff;}
	.index-bt{width: 100%;padding-top: 60px;}
	.index-bt::after{content: "";display: block;clear: both;}
	.index-bt h2{color: #484950;font-size: 26px;font-weight: bold;line-height: 38px;float: left;}
	.index-bt h2 span{width: 5px;height: 26px;float: left;margin-right: 10px;background: #5eb536;margin-top: 6px;}
	.index-bt a{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;color: #ff6600;float: right;width: 130px;height: 36px;border:1px solid #ff6600;border-radius: 3px;text-align: center;line-height: 38px;}
	.index-bt a:hover{background: #ff6600;color: #fff;}
	.index-bt.active h2{color: #fff;}
	.index-bt.active h2 span{background: #fff;}
	.index-bt.active a{color: #fff;border-color: #fff;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.index-bt.active a:hover{background: #ff6600;}
	
	.index-list1{padding-bottom: 40px;}
	.index-list1-nav{width: 100%;border-bottom: 1px solid #e6e6e6;padding: 26px 0 0 0;}
	.index-list1-nav::after{content: "";display: block;clear: both;}
	.index-list1-nav li{float: left;margin-right: 40px;}
	.index-list1-nav li h3 a{color: #666;font-size: 14px;display: block;padding-bottom: 12px;position: relative;}
	.index-list1-nav li h3 a span{width: 100%;background: #ff6600;height: 2px;position: absolute;bottom: -1px;left: 0;display: none;}
	.index-list1-nav li.active a{color: #ff6600;}
	.index-list1-nav li.active a span{display: block;}
	.index-list1-nav li:hover a{color: #ff6600;}
	.index-list1-nav li:hover a span{display: block;}
	
	.index-list1-content{display: none;width: 100%;}
	.index-list1-content::after{content: "";display: block;clear: both;}
	.index-list1-content:first-of-type{display: block;}
	.index-list1-content li{float: left;margin-right: 30px;margin-top: 20px;}
	.index-list1-content li:nth-of-type(5n){margin-right: 0;}
	.index-list1-content li a{display: block;color: #666;font-size: 14px;}
	.index-list1-content li img{width: 216px;height: 216px;display: block}
	.index-list1-content li a p{padding-top: 15px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.index-list1-content li a:hover p{color: #ff6600;}
	
	.index-bg{max-width: 1920px;height: 700px;width: 100%;position: relative;overflow:hidden;margin: 0 auto;}
	.index-bg img{display: block;width: 1920px;left: 50%;margin-left: -960px;height: 700px;position: absolute;}
	
	.index-bg2{max-width: 1920px;height: 580px;width: 100%;position: relative;overflow:hidden;margin: 0 auto;}
	.index-bg2 img{display: block;width: 1920px;left: 50%;margin-left: -960px;height: 580px;position: absolute;}
	
	.index-bg3{max-width: 1920px;height: 400px;width: 100%;position: relative;overflow:hidden;margin: 0 auto;}
	.index-bg3 img{display: block;width: 1920px;left: 50%;margin-left: -960px;height: 400px;position: absolute;}
	
	.index-bg4{max-width: 1920px;height: 500px;width: 100%;position: relative;overflow:hidden;margin: 0 auto;}
	.index-bg4 img{display: block;width: 1920px;left: 50%;margin-left: -960px;height: 500px;position: absolute;}
	
	.index-case-content .wrap::after{content: "";display: block;clear: both;}
	.index-case{width: 100%;position: relative;}
	.index-case .index-case-content{position: absolute;top: 0;left: 0;width: 100%;}
	.index-case-fl{margin-top: 60px;border-right: 4px solid #60646b;height: 420px;padding-right: 40px;}
	.index-case-fl ul{width: 160px;}
	.index-case-fl ul::after{content: "";display: block;clear: both;}
	.index-case-fl ul li{margin-top: 10px;width: 160px;height: 40px;float: left;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.index-case-fl ul li.active{background: #ff6600;}
	.index-case-fl ul li:first-of-type{margin-top: 0;}
	.index-case-fl ul li h3 a{display: block;;color: #fff;font-size: 16px;font-weight: bold;line-height: 40px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding-left: 40px;}
	.index-case-fl ul li:hover{background: #ff6600;}
	
	.index-case-fr{margin-top: 60px;display: none;}
	.index-case-fr:first-of-type{display: block;}
	.index-case-fr .top::after{content: "";display: block;clear: both;}
	.index-case-fr .top img{float: left;width: 300px;margin-right: 32px;}
	.index-case-fr .top .txt{width: 610px;}
	.index-case-fr .top .txt em{width: 100%;display: block;color: #fff;font-size: 24px;line-height: 24px;padding: 10px 0 28px 0;}
	.index-case-fr .top .txt p{color: #fff;font-size: 14px;width: 100%;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
	.index-case-fr .top .txt a{display: block;color: #fff;font-size: 12px;width: 70px;text-align: center;height: 26px;line-height: 26px;background: #ff6600;border-radius: 3px;margin-top: 25px;}
	
	.index-case-fr .bottom{margin-top: 50px;}
	.index-case-fr .bottom ul::after{content: "";display: block;clear: both;}
	.index-case-fr .bottom ul li{float: left;width: 210px;margin-right: 34px;}
	.index-case-fr .bottom ul li:last-of-type{margin-right: 0;}
	.index-case-fr .bottom ul li p{color: #fff;font-size: 14px;width: 100%;line-height: 14px;padding-top: 12px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;text-align: center;}
	.index-case-fr .bottom ul li:hover p{color: #ff6600;}
	
	.index-list2{padding-bottom: 25px;}
	.index-list2-content{margin-top: 60px;}
	.index-list2-content::after{content: "";display: block;clear: both;}
	.index-list2-content li{float: left;margin:0 40px 30px 0;width: 580px;height: 180px;background: #f5f5f5;}
	.index-list2-content li:nth-of-type(2n){margin-right: 0;}
	.index-list2-content li::after{content: "";display: block;clear: both;}
	.index-list2-content li img{float: left;width: 270px;height: 180px;}
	.index-list2-content li .txt{float: right;width: 310px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding-left: 20px;}
	.index-list2-content li .txt em a{font-size: 18px;color: #333;line-height: 18px;padding: 20px 0;width: 100%;display: block;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.index-list2-content li:hover .txt em{color: #ff6600;}
	.index-list2-content li .txt p{color: #999;font-size: 14px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
	
	.index-about{position: relative;width: 100%;}
	.index-about-content .wrap::after{content: "";display: block;clear: both;}
	.index-about-content{position: absolute;top: 0;left: 0;width: 100%;}
	
	.index-about-fl{margin-top: 60px;}
	.index-about-fl img{width: 494px;height: 334px;}
	
	.index-about-fr{width: 650px;margin-top: 60px;}
	.index-about-fr .top em{display: block;width: 100%;font-weight: bold;font-size: 24px;line-height: 24px;color: #fff;padding-bottom: 35px;}
	.index-about-fr .top p{font-size: 14px;color: #fff;line-height: 24px;}
	.index-about-fr .top a{width: 70px;height: 26px;line-height: 26px;display: block;background: #ff6600;border-radius: 3px;text-align: center;color: #fff;font-size: 12px;margin-top: 20px;}
	.index-about-fr .bottom ul::after{content: "";display: block;clear: both;}
	.index-about-fr .bottom ul li{float: left;width: 64px;text-align: center;margin-top: 12px;margin-right: 68px;}
	.index-about-fr .bottom ul li img{width: 100%;display: block;ransition:all 700ms;-moz-transition:all 700ms; -webkit-transition:all 700ms;}
	.index-about-fr .bottom ul li:hover img{transform: rotate(90deg);-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);}
	.index-about-fr .bottom ul li p{font-size: 12px;color: #fff;width: 100%;padding-top: 10px;}
	
	.index-news{width: 100%;background: #f5f5f5;display: inline-block;padding-bottom: 80px;}
	.index-news::after{content: "";display: block;clear: both;}
	.index-news .index-bt{margin-bottom: 60px;}
	.index-news-fl{width: 250px;height: 400px;position: relative;}
	.index-news-fl>img{width: 100%;display: block;}
	.index-news-fl .txt{position: absolute;top: 0;left: 0;text-align: center;width: 100%;}
	.index-news-fl .txt p:first-of-type{font-size: 24px;color: #fff;line-height: 24px;padding: 60px 0 22px 0;}
	.index-news-fl .txt p:nth-of-type(2){font-size: 14px;color: #fff;line-height: 14px;padding-bottom: 62px;}
	.index-news-fl .txt p:last-of-type{font-size: 14px;color: #fff;line-height: 14px;padding-top: 15px;}
	.index-news-fl .txt img{width: 120px;margin: 0 auto;}
	.index-news-fr{}
	.index-news-fr ul::after{content: "";display: block;clear: both;}
	.index-news-fr ul li{position: relative;float: left;width: 290px;height: 400px;background: #fff;margin-left: 20px;}
	.index-news-fr ul li:first-of-type{margin-left: 0;}
	.index-news-fr ul li .top{width: 100%;position: relative;height: 150px;}
	.index-news-fr ul li .top img:first-of-type{width: 100%;height: 100%;}
	.index-news-fr ul li .top p{width: 100%;height: 100%;background: rgba(0,0,0,0.5);position: absolute;top: 0;left: 0;z-index: 1;}
	.index-news-fr ul li .top img:last-of-type{position: absolute;width: 80px;left: 50%;margin-left: -40px;top: 50%;margin-top: -40px;z-index: 2;}
	.index-news-fr ul li .bottom .btn p{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display: block;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 20px;font-size: 14px;color: #666;line-height: 14px;padding-bottom: 14px;}
	.index-news-fr ul li .bottom .btn p a{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 14px;color: #666;line-height: 14px;}
	.index-news-fr ul li .bottom .btn a:hover{color: #ff6600;}
	.index-news-fr ul li .bottom em h3{text-align: center;width: 100%;display: block;padding:30px 0;font-size: 18px;color: #333;line-height: 18px;}
	.index-news-fr ul li .bottom .btn-last a{font-size: 12px;color: #ff6600;display: block;line-height: 12px;position: absolute;right: 20px;bottom: 40px;}
	.index-news-fr ul li .bottom .btn-last a img{float: right;margin-top: 3px;float: right;margin-left: 5px;}
	
	.content{width: 100%;background: #f5f5f5;padding-bottom: 55px;}
	.content.active{padding-bottom: 0;}
	.content .wrap::after{content: "";display: block;clear: both;}
	
	.details-nav{width: 100%;line-height: 12px;padding: 20px 0;}
	.details-nav span{font-size: 12px;color: #666;line-height: 12px;padding: 0 5px;}
	.details-nav span:first-of-type{padding: 0}
	.details-nav span:last-of-type{display: none;}
	.details-nav a{font-size: 12px;color: #666;line-height: 12px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.details-nav a:hover{color: #FF6600;}
	
	.inter-content{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 50px;width: 100%;background: #fff;}
	.inter-bt{width: 100%;text-align: center;line-height: 24px;height: 24px;padding: 40px 0 45px 0;}
	.inter-bt h1{font-size: 24px;color: #4c4c4c;line-height: 24px;display: inline-block;background: #fff;padding: 0 10px;}
	.inter-bt p:last-of-type{width: 190px;margin: 0 auto;height: 1px;background: #4d4d4d;margin-top: -14px;}
	.inter-content .txt p{color: #4c4c4c;font-size: 14px;line-height: 24px;}
	.inter-content .list ul::after{content: "";display: block;clear: both;}
	.inter-content .list ul li{-moz-box-shadow:0px 0px 8px #999999; -webkit-box-shadow:0px 0px 8px #999999; box-shadow:0px 0px 8px #999999;float: left;margin-right: 46.6px;width: 240px;background: #fff;padding-bottom: 25px;margin-top: 40px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.inter-content .list ul li:nth-of-type(4n){margin-right: 0;}
	.inter-content .list ul li img{width: 100%;height: 160px;}
	.inter-content .list ul li .pic-scale{width: 240px;height: 160px;overflow: hidden;}
	.inter-content .list ul li p{color: #999;font-size: 14px;line-height: 14px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;width: 100%;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	/*.inter-content .list ul li h2 a{color: #999;font-size: 14px;line-height: 14px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;width: 100%;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}*/
	.inter-content .list ul li h2{font-weight: normal;}
	.inter-content .list ul li h2 a{display: block;padding: 10px 10px 10px 10px;color: #333;font-size: 16px;line-height: 25px;height: 25px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.inter-content .list ul li p:first-of-type{padding-bottom: 1px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
	.inter-content .list ul li p:last-of-type{text-align: right}
	.inter-content .list ul li:hover{background: #ff6600;}
	.inter-content .list ul li:hover h2 a{color: #fff;}
	.inter-content .list ul li:hover p{color: #fff;}
	.inter-content .list ul li:hover p a{color: #fff;}
	.inter-content .list ul li>a{display: none;}
	.details-page{width: 100%;text-align: center;display: inline-block;padding: 60px 0 150px 0;}
	.details-page.active{padding: 45px 0 55px 0;background: #fff;}
	.details-page.active2{padding: 45px 0 0 0;}
	.details-page ul{display: inline-block;margin: 0 auto;}
	.details-page ul::after{content: "";display: block;clear: both;}
	.details-page ul li{float: left;margin-right: 8px;background: #fff;}
	.details-page ul li.active a{background: #ff6600;color: #fff;border-color: #ff6600;}
	.details-page ul li:last-of-type{margin-right: 0;}
	.details-page ul li a{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;display: block;padding: 0 16px;color: #666;font-size: 12px;line-height: 32px;border: 1px solid #d9d9d9;}
	.details-page ul li a:hover{background: #ff6600;color: #fff;border-color: #ff6600;}

	.details-fl{width: 320px;}
	.details-fr{width: 860px;background: #fff;padding: 0 20px;}
	.fl-nav1{width: 100%;background: #fff;padding-bottom: 20px;}
	.fl-nav1>h3{background: #5eb536;color: #fff;font-size: 18px;line-height: 60px;padding-left: 20px;font-weight: normal;}
	.fl-nav1 ul li{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 20px;width: 100%;}
	.fl-nav1 ul li::after{content: "";display: block;clear: both;}
	.fl-nav1 ul li>p{width: 100%;display: block;line-height: 50px;border-bottom: 1px solid #e6e6e6;}
	.fl-nav1 ul li>p::after{content: "";display: block;clear: both;}
	.fl-nav1 ul li>p{line-height: 50px;color: #666;font-size: 16px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.fl-nav1 ul li>p>a{line-height: 50px;color: #666;font-size: 16px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.fl-nav1 ul li i{background: url(../../images/default/inter-jt1.png) no-repeat;width: 6px;height: 9px;float: right;margin-top: 20px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.fl-nav1 ul li>p:hover a{color: #ff6600;}
	.fl-nav1 ul li>p:hover i{background: url(../../images/default/inter-jt2.png) no-repeat;}
	.fl-nav1 ul li.active>p a{color: #ff6600;}
	.fl-nav1 ul li.active>p i{background: url(../../images/default/inter-jt2.png) no-repeat;}
	.fl-nav1 ul li.active>p i.active{background: url(../../images/default/inter-jt3.png) no-repeat;width:9px;height:6px;margin-top: 19px;}
	.fl-nav1-nav{display: none;padding: 15px 0;border-bottom: 1px solid #e6e6e6;}
	.fl-nav1-nav p{font-size: 14px;color: #5b5b5b;line-height: 14px!important;display: block;width: 100%;border-bottom: none!important;padding-bottom: 14px;}
	.fl-nav1-nav p::after{content: "";display: block;clear: both;}
	.fl-nav1-nav p em{padding-right: 10px;float: left;}
	.fl-nav1-nav p a{float: left;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;font-size: 14px;color: #5b5b5b;line-height: 14px!important;border-bottom: none!important;}
	.fl-nav1-nav a:last-of-type{padding-bottom: 0;}
	.fl-nav1-nav a:hover{color: #ff6600;}
	.fl-nav1-nav a.active{color: #ff6600;}
	.fl-nav2{width: 100%;background: #fff;padding: 0 20px;padding-bottom: 25px;margin-top: 20px;}
	.fl-nav2>h3{font-size: 18px;color: #333;line-height: 60px;width: 100%;border-bottom: 1px solid #d9d9d9;font-weight: normal;}
	.fl-nav2 ul li{width: 100%;display: block;padding: 20px 0;border-bottom: 1px dashed #d9d9d9;}
	.fl-nav2 ul li::after{content: "";display: block;clear: both;}
	.fl-nav2 ul li img{float: left;width: 120px;}
	.fl-nav2 ul li .txt{float: left;margin-left: 20px;width: 140px;}
	.fl-nav2 ul li .txt em a{width: 100%;display: block;font-size: 14px;color: #333;line-height: 14px;padding: 10px 0 10px 0;line-height: 24px;height: 48px;}
	.fl-nav2 ul li .txt p{width: 100%;font-size: 12px;line-height: 12px;color: #666;}
	.fl-nav2 ul li .txt p span{color: #ff6600;}

	.fl-nav3-2{width: 100%;background: #fff;padding: 0 20px;padding-bottom: 25px;margin-top: 40px;}
	.fl-nav3-2>h3{font-size: 18px;color: #333;line-height: 60px;width: 100%;border-bottom: 1px solid #d9d9d9; font-weight: normal;}
	.fl-nav3-2 ul li{width: 100%;display: block;padding: 20px 0;border-bottom: 1px dashed #d9d9d9;}
	.fl-nav3-2 ul li::after{content: "";display: block;clear: both;}
	.fl-nav3-2 ul li img{float: left;width: 120px;}
	.fl-nav3-2 ul li .txt{}
	.fl-nav3-2 ul li .txt h2{display: block;padding: 0px 0 15px 0;line-height: 24px;height: 48px;}
	.fl-nav3-2 ul li .txt h2 a{overflow: hidden;text-overflow:ellipsis;font-weight: normal;width: 100%;display: block;font-size: 14px;color: #333;}
	.fl-nav3-2 ul li .txt em{display: block;padding: 0px 0 15px 0;line-height: 24px;}
	.fl-nav3-2 ul li .txt em a{overflow: hidden;text-overflow:ellipsis;font-weight: normal;width: 100%;display: block;font-size: 14px;color: #333;}
	<!--.fl-nav3-2 ul li .txt h2 a{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;;font-weight: normal;width: 100%;display: block;font-size: 14px;color: #333;}-->
	.fl-nav3-2 ul li .txt p{width: 100%;font-size: 12px;line-height: 12px;color: #999;}

	.fl-nav3{width: 100%;background: #fff;padding: 0 20px;padding-bottom: 25px;margin-top: 40px;}
	.fl-nav3>h3{font-size: 18px;color: #333;line-height: 60px;width: 100%;border-bottom: 1px solid #d9d9d9; font-weight: normal;}
	.fl-nav3 ul li{width: 100%;display: block;padding: 20px 0;border-bottom: 1px dashed #d9d9d9;}
	.fl-nav3 ul li::after{content: "";display: block;clear: both;}
	.fl-nav3 ul li img{float: left;width: 120px;}
	.fl-nav3 ul li .txt{float: left;margin-left: 20px;width: 140px;}
	.fl-nav3 ul li .txt em a{font-weight: normal;width: 100%;display: block;font-size: 14px;color: #333;padding: 0px 0 15px 0;line-height: 24px;height: 48px;}
	.fl-nav3 ul li .txt p{width: 100%;font-size: 12px;line-height: 12px;color: #999;}
	
	.fl-nav4{width: 100%;background: #fff;padding: 0 20px;padding-bottom: 25px;margin-top: 40px;}
	.fl-nav4>h3{font-size: 18px;color: #333;line-height: 60px;width: 100%;border-bottom: 1px solid #d9d9d9;font-weight: normal;}
	.fl-nav4 ul li>p{width: 100%;display: block;padding: 20px 0 0 0;}
	.fl-nav4 ul li>p::after{content: "";display: block;clear: both;}
	.fl-nav4 ul li>p a{display: block}
	.fl-nav4 ul li img{width: 100%;display: block;}
	.fl-nav4 ul li .txt{width: 100%;}
	.fl-nav4 ul li .txt em a{width: 100%;display: block;font-size: 14px;color: #333;line-height: 14px;padding: 14px 0 12px 0;}
	.fl-nav4 ul li .txt p{width: 100%;font-size: 12px;line-height: 12px;color: #999;}
	
	.details-top{width: 100%;}
	.details-top::after{content: "";display: block;clear: both;}
	.details-top h1{color: #333;font-size: 30px;line-height: 30px;padding: 35px 0 25px 0 ;}
	.details-top span{color: #999;font-size: 14px;margin-right: 30px;}
	.details-top span:last-of-type{margin-right: 0;}
	.details-top .txt{border-bottom: 2px solid #efefef;padding-bottom: 10px;float: left;width: 100%;}
	.inter-details-mid{width: 100%;padding-bottom: 25px;padding-top: 15px;}
	.inter-details-mid p{margin-top: 5px;width: 100%;font-size: 16px;color: #666;line-height: 26px;}
	.inter-details-mid p img{margin: 0 auto;}
	.inter-details-page{width: 100%;border-bottom: 1px solid #d9d9d9;}
	.inter-details-page::after{content: "";display: block;clear: both;}
	.inter-details-page .page-fl p{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;display: block;font-size: 14px;color: #333;line-height: 14px;margin-bottom: 35px;}
	.inter-details-page .page-fl p:last-of-type{margin-bottom: 24px;}
	.inter-details-page .page-fl p::after{content: "";display: block;clear: both;}
	.inter-details-page .page-fl p a{float: left;display: block;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;display: block;font-size: 14px;color: #333;line-height: 14px;}
	.inter-details-page .page-fl p span{color: #999;float: left;}
	.inter-details-page .page-fl p a:hover{color: #ff6600;}
	
	.inter-details-page .page-fr p{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;display: block;font-size: 14px;color: #333;line-height: 14px;margin-bottom: 35px;}
	.inter-details-page .page-fr p:last-of-type{margin-bottom: 24px;}
	.inter-details-page .page-fr p a{float: right;display: block;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;display: block;font-size: 14px;color: #333;line-height: 14px;}
	.inter-details-page .page-fr>a{width: 92px;text-align: center;line-height: 34px;display: block;color: #ff6600;border: 1px solid #ff6600;border-radius: 3px;}
	.inter-details-page .page-fr>a:hover{color: #fff;background: #ff6600;}


	.inter-details-page .page-fr p a:hover{color: #ff6600;}
	.inter-details-page .page-fr .icon{margin-top: 12px;}
	.inter-details-page .page-fr .icon::after{content: "";display: block;clear: both;}
	.inter-details-page .page-fr .icon span{float: left;font-size: 12px;color: #333;line-height: 20px;}
	.inter-details-page .page-fr .icon a{float: left;margin-left: 7px;}
	.inter-details-page .page-fr .icon a img{width: 20px;height: 20px;display: block;}
	.inter-details-bottom{width: 100%;}
	.inter-details-bottom .bt{width: 100%;line-height: 56px;}
	.inter-details-bottom .bt::after{content: "";display: block;clear: both;}
	.inter-details-bottom .bt span{color: #333;font-size: 16px;font-weight: bold;float: left;}
	.inter-details-bottom .bt a{float: right;color: #ff6600;font-size: 14px;}
	.inter-details-bottom ul::after{content: "";display: block;clear: both;}
	.inter-details-bottom ul li{float: left;width: 240px;margin-bottom: 30px;margin-right: 50px;}
	.inter-details-bottom ul li:nth-of-type(3n){margin-right: 0;}
	.inter-details-bottom ul li .pic-scale{width: 240px;height: 160px;overflow: hidden;}
	.inter-details-bottom ul li img{width: 100%;display: block;min-height: 160px;}
	.inter-details-bottom ul li p a{display: block;padding-top: 10px;color: #333;font-size: 14px;line-height: 26px;}
	
	.details-fr2{width: 860px;}
	.details-fr2 strong{font-weight: bold;}
	.details-fr2 tr{border: 1px solid #e6e6e6;}
	.details-fr2 td{border-right: 1px solid #e6e6e6;padding-left: 10px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.details-fr2-top{padding: 0 20px;background:#fff;padding-bottom: 45px;}
	.details-fr2-top h1{margin: 0;font-size: 24px;line-height: 24px;color: #333;display: block;padding: 24px 0 32px 0;font-weight: normal}
	.details-fr2-top p{font-size: 16px;color: #999;line-height: 26px;}
	
	.details-list{padding: 0 20px;background: #fff;margin-top: 20px;}
	.case-list ul li{width: 100%;display: block;padding: 20px 0;border-bottom: 1px solid #e6e6e6;}
	.case-list ul li::after{content: "";display: block;clear: both;}
	.case-list ul li .pic{width: 240px;height: 160px;overflow: hidden;float: left;}
	.case-list ul li img{float: left;width: 240px;height: 160px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.case-list ul li img:hover{transform: scale(1.05);}
	.case-list ul li .txt{float: right;width: 560px;}
	.case-list ul li p{width: 100%;color: #999;font-size: 14px;line-height: 14px;} 
	.case-list ul li h2 a{font-weight: normal;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;padding-top: 5px;font-size: 20px;color: #333;line-height: 20px;}
	.case-list ul li .txt>p:first-of-type{line-height: 24px;padding: 25px 0 45px;height: 48px;}
	.case-list ul li h2 a:hover{color: #ff6600;}
	
	.ency-list{padding-top: 30px;}
	.ency-list ul li{width: 100%;}
	.ency-list ul li{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;width: 100%;display: block;line-height: 40px;border-bottom: 1px dashed #e6e6e6;}
	.ency-list ul li::after{content: "";display: block;clear: both;}
	.ency-list ul li p a{margin-left:15px;float: left;color: #333;font-size: 14px;line-height: 40px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.ency-list ul li span{float: right;color: #999;font-size: 14px;line-height: 40px;}
	.ency-list ul li p a:hover{color: #ff6600;}
	
	.ency-details-content{padding:15px 0 25px;width: 100%;border-bottom: 1px solid #e6e6e6;}
	.ency-details-content p{margin-top: 15px;font-size: 14px;line-height: 26px;color: #666;}
	.ency-details-content em{padding-top: 25px;font-weight: bold;font-size: 16px;color: #333;line-height: 16px;display: block;}
	/*.ency-details-content strong{display: block;font-weight: bold;}*/
	
	.ency-details-icon::after{content: "";display: block;clear: both;}
	.ency-details-icon em{float: left;padding: 0 14px;border-radius: 28px;line-height: 28px;border: 1px solid #cdcdcd;color: #999;font-size: 14px;margin:28px 10px 28px 0;}
	
	.eq-mid{width: 100%;margin-top:20px;background: #fff;}
	.eq-mid::after{content: "";display: block;clear: both;}
	.eq-mid ul::after{content: "";display: block;clear: both;}
	.eq-mid ul{float: left;}
	.eq-mid ul li{float: left;margin-right: 10px;}
	.eq-mid ul li.active a{background: #ff6600;color: #fff}
	.eq-mid ul li a{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;display: block;padding: 0 20px;color: #666;font-size: 14px;line-height: 46px;}
	.eq-mid ul li a:hover{background: #ff6600;color: #fff;}
	.eq-mid-btn::after{content: "";display: block;clear: both;}
	.eq-mid-btn a{float: left;margin-top: 12px;}
	.eq-mid-btn p{float: left;line-height: 46px;font-size: 12px;padding: 0 15px;}
	.eq-mid-btn p em{color: #ff6600;}
	
	.eq-list{width: 100%;margin-top:20px;background: #fff;padding: 20px;}
	.eq-list::after{content: "";display: block;clear: both;}
	.eq-list img{float: left;width: 180px;height: 180px;}
	.eq-list .eq-list-btn{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;float: left;padding: 0 25px;font-size: 14px;line-height: 28px;border-radius: 2px;border: 1px solid #ff6600;color: #ff6600;}
	.eq-list .eq-list-btn:hover{background: #ff6600;color: #fff;}
	.eq-list .txt{width: 540px;margin-left: 20px;}
	.eq-list .txt h2 a{font-size: 18px;line-height: 18px;color: #333;font-weight: normal}
	.eq-list .txt h2{font-size: 14px;color: #666;line-height: 24px; font-weight: normal;}
	.eq-list .txt h2:first-of-type{font-size: 18px;line-height: 18px;color: #333;padding: 10px 0 26px 0;font-weight: normal}
	.eq-list .txt h2:nth-of-type(2){font-size: 14px;line-height: 14px;padding:0 0 20px 0;font-weight: normal}
	
	.news-content{width: 100%;margin-top: 20px;background: #fff;padding: 0 20px;padding-bottom: 0px;}
	.news-business{padding-bottom: 0;}
	.news-content ol{width: 100%;border-bottom: 1px solid #d9d9d9;}
	.news-content ol::after{content: "";display: block;clear: both;}
	.news-content ol li{float: left;margin-right: 50px;}
	.news-content ol li h3 a{font-weight: normal;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;display: block;font-size: 16px;color: #666;line-height: 60px;}
	.news-content ol li h3 a:hover{color: #333;}
	.news-business ol li a:hover{color: #ff6600;}
	.news-content ol li.active a{color: #333;}
	.news-business ol li.active a{color: #ff6600;}
	.news-content .news-list{display: none;}
	.news-content .news-list:first-of-type{display: block}
	.news-content .news-list li{width: 100%;border-bottom: 1px solid #d9d9d9;padding: 20px 0;}
	.news-content .news-list li::after{content: "";display: block;clear: both;}
	.news-content .news-list li .pic{display: block;width: 240px;height: 160px;overflow: hidden;float: left;}
	.news-content .news-list li img{display: block;float: left;width: 240px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.news-content .news-list li:first-of-type .pic{display: block;}
	.news-content .news-list li:first-of-type img{display: block;}
	.news-content .news-list li .txt{float: right;width: 560px;}
	/* .news-content .news-list li:first-of-type .txt{float: right;width: 560px;} */
	.news-content .news-list li p{font-size: 14px;color: #999;line-height: 14px;width: 100%;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.news-content .news-list li h2 a{font-size: 20px;color: #333;line-height: 20px;font-weight: normal;}
	.news-content .news-list li .txt>p{line-height: 24px;padding: 10px 0 6px 0;}
	.news-content .news-list li .txt p:nth-of-type(2){padding: 4px 0 0px 0;}
	.news-content .news-list li:hover h2 a{color: #ff6600;}
	.news-content .news-list li img:hover{transform: scale(1.05);}
	
	.service-content{width: 100%;background: #fff;padding: 0 20px;margin-top: 20px;}
	.service-content ol::after{content: "";display: block;clear: both;}
	.service-content ol li{float: left;margin-right: 7.4px;margin-top: 20px;}
	.service-content ol li:nth-of-type(8n){margin-right: 0}
	.service-content ol li a{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;display: block;line-height: 33px;padding: 0 15px;border: 1px solid #e6e6e6;font-size: 16px;color: #666;}
	.service-content ol li a:hover{color: #fff;background: #ff6600;}
	.service-content ol li.active a{color: #fff;background: #ff6600;}
	
	.service-list::after{content: "";display: block;clear: both;}
	.service-list li{float: left;margin:36px 50px 0 0;}
	.service-list li:nth-of-type(3n){margin-right: 0;}
	.service-list li .pic-scale{width: 240px;height: 200px;overflow: hidden;display: block;}
	.service-list li .pic-scale img:hover{transform: scale(1.05);}
	.service-list li img{width: 240px;height: 200px;display: block;}
	.service-list li p{font-size: 14px;color: #333;line-height: 14px;padding: 15px 0 0 0;}
	
	.video{width: 720px;margin: 0 auto;}
	.video .vjs-big-play-button{width: 50px!important;height: 50px!important;border-radius: 50%!important;margin-left: -25px!important;margin-top: -25px!important;}
	
	.service-details-mid{padding: 55px 0 40px 0;}
	.service-details-mid .txt p{font-size: 16px;line-height: 26px;color: #666;padding-top: 58px;}
	
	.service-list2 li::after{content: "";display: block;clear: both;}
	.service-list2 li{width: 100%;padding: 20px 0;border-bottom: 1px solid #e6e6e6;}
	.service-list2 li p{color: #333;font-size: 20px;line-height: 20px;}
	.service-list2 li p:last-of-type{color: #666;font-size: 12px;line-height: 12px;padding-top: 18px;}
	.service-list2 li a{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;float: right;width: 70px;line-height: 28px;border: 1px solid #ff6600;border-radius: 3px;color: #ff6600;font-size: 12px;text-align: center;}
	.service-list2 li a:hover{background: #ff6600;color: #fff;}
	
	.about-nav{width: 100%;background: #fff;padding: 20px 0 60px 0;}
	.about-nav ul::after{content: "";display: block;clear: both;}
	.about-nav ul li{float: left;width: 25%;line-height: 80px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;border: 1px solid #e6e6e6;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.about-nav ul li a{display: block;}
	.about-nav ul li a::after{content: "";display: block;clear: both;}
	.about-nav ul li i{float: left;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.about-nav ul li span{font-size: 16px;color: #333;float: left;line-height: 80px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.about-nav ul li:hover{background: #ff6600;border-color: #ff6600;}
	.about-nav ul li:hover span{color: #fff;}
	.about-nav ul li.active{background: #ff6600;border-color: #ff6600;}
	.about-nav ul li.active span{color: #fff;}
	.about-nav ul li:first-of-type i{background: url(../../images/default/about-icon1.png) no-repeat;width: 36px;height: 34px;margin:23px 20px 0 90px;}
	.about-nav ul li:first-of-type:hover i{background: url(../../images/default/about-icon5.png) no-repeat;}
	.about-nav ul li:nth-of-type(2) i{background: url(../../images/default/about-icon2.png) no-repeat;width: 32px;height: 34px;margin: 23px 25px 0 93px;}
	.about-nav ul li:nth-of-type(2):hover i{background: url(../../images/default/about-icon6.png) no-repeat;}
	.about-nav ul li:nth-of-type(3) i{background: url(../../images/default/about-icon3.png) no-repeat;width: 34px;height: 35px;margin: 22.5px 23px 0 92px;}
	.about-nav ul li:nth-of-type(3):hover i{background: url(../../images/default/about-icon7.png) no-repeat;}
	.about-nav ul li:nth-of-type(4) i{background: url(../../images/default/about-icon4.png) no-repeat;width: 36px;height: 34px;margin: 23px 22px 0 91px;}
	.about-nav ul li:nth-of-type(4):hover i{background: url(../../images/default/about-icon8.png) no-repeat;}
	.about-nav ul li.active:first-of-type i{background: url(../../images/default/about-icon5.png) no-repeat;}
	.about-nav ul li.active:nth-of-type(2) i{background: url(../../images/default/about-icon6.png) no-repeat;}
	.about-nav ul li.active:nth-of-type(3) i{background: url(../../images/default/about-icon7.png) no-repeat;}
	.about-nav ul li.active:nth-of-type(4) i{background: url(../../images/default/about-icon8.png) no-repeat;}
	.about-nav .txt{padding: 0 40px;}
	.about-nav .txt em{display: block;font-size: 28px;color: #333;line-height: 28px;text-align: center;padding: 80px 0 60px 0;}
	.about-nav .txt p{font-size: 15px;color: #4c4c4c;line-height: 30px;}
	.about-nav ol{margin-top: 80px;}
	.about-nav ol li{width: 375px;float: left;margin-right: 37.5px;}
	.about-nav ol li:last-of-type{margin-right: 0;}
	.about-nav ol li img{width: 375px;height: 235px;}
	.about-nav ol li strong{display: block;width: 100%;text-align: center;font-size: 16px;color: #333;line-height: 16px;padding: 20px 0 8px 0;}
	.about-nav ol li em{display: block;width: 26px;margin: 0 auto;height: 1px;background: #5eb536;}
	.about-nav ol li p{margin-top: 6px;line-height: 24px;font-size: 13px;color: #666;height: 72px;align-items: center;display: flex;}
	.about-nav ol li:last-of-type p{width: 200px;margin: 0 auto;}
	
	
	.about-content{width: 100%;background: #fff;}
	.about-content2{width: 100%;}
	.about-bt{width: 100%;text-align: center;}
	.about-bt p{font-size: 28px;color: #333;line-height: 28px;padding: 70px 0;}
	.Box3 {position: relative;}
	.Box3 .content2 {width: 1120px;margin: 0 auto;}
	.Box3 .Box3_con {position: relative;}
	.Box3 .Box3_con .btnl {position: absolute;}
	.Box3 .Box3_con .btn {display: block;width: 20px;height: 50px;position: absolute;top: 50%;cursor: pointer;margin-top: -25px;}
	.Box3 .Box3_con .btnl {background: url(../../images/default/about-jt1.png) no-repeat center;left: -30px;z-index: 9;}
	.Box3 .Box3_con .btnr {background: url(../../images/default/about-jt2.png) no-repeat center;right: -30px;z-index: 9;}
	.Box3 .Box3_con .btnl:hover {background: url(../../images/default/about-jt1.png) no-repeat center;}
	.Box3 .Box3_con .btnr:hover {background: url(../../images/default/about-jt2.png) no-repeat center;}
	.Box3 .Box3_con .conbox {position: relative;overflow: hidden;margin-bottom: 90px;height: 260px;}
	.Box3 .Box3_con .conbox ul {position: relative;list-style: none;}
	.Box3 .Box3_con .conbox ul li{float: left;width: 350px;height: 260px;margin-left: 35px;box-sizing: border-box;overflow: hidden;text-align: center;}
	.Box3 .Box3_con .conbox ul li:first-of-type {margin-left: 0;}
	.Box3 .Box3_con .conbox ul li img {display: block;width: 350px;height: 260px;}
	
	.about-pic{padding-bottom: 70px;}
	.about-pic ul::after{content: "";display: block;clear: both;}
	.about-pic ul li{float: left;margin:0 20px 20px 0;}
	.about-pic ul li:nth-of-type(4n){margin-right: 0;}
	.about-pic ul li img{display: block;width: 285px;height: 210px;}
	.about-pic2 ul li img{height: 180px;}
	.about-pic3{padding-bottom: 70px;}
	.about-pic3 ul::after{content: "";display: block;clear: both;}
	.about-pic3 ul li{float: left;margin:0 20px 20px 0;}
	.about-pic3 ul li:nth-of-type(5n){margin-right: 0;}
	.about-pic3 ul li img{display: block;width: 224px;height: 316px;}
	
	.about-idea{position: relative;}
	.about-idea-txt{position: absolute;top: 0;left: 0;width: 100%;}
	.about-idea-txt ul::after{content: "";display: block;clear: both;}
	.about-idea-txt ul li{float: left;text-align: center;margin-top: 130px;}
	.about-idea-txt ul li:first-of-type{margin-left: 64px;width: 420px;}
	.about-idea-txt ul li:nth-of-type(2){width: 1px;margin-left: 84px;margin-top: 150px;}
	.about-idea-txt ul li:last-of-type{float: right;width: 480px;margin-right: 62px;}
	.about-idea-txt ul li span{display: block;font-size: 24px;color: #fff;line-height: 24px;}
	.about-idea-txt ul li p{font-size: 14px;color: #fff;line-height: 34px;height: 68px;}
	.about-idea-txt ul li p::after{content: "";display: block;clear: both;}
	.about-idea-txt ul li p em{float: left;width: 160px;text-align: left;}
	.about-idea-txt ul li:last-of-type p{margin-top: 50px;}
	.about-idea-txt ul li:first-of-type p{margin-top: 70px;}
	
	.about-icon ul::after{content: "";display: block;clear: both;}
	.about-icon ul li{float: left;width: 33.3%;text-align: center;padding: 105px 0 95px 0;}
	.about-icon ul li img{display: block;height: 110px;margin: 0 auto;}
	.about-icon ul li strong{display: block;font-size: 16px;color: #333;line-height: 16px;padding: 35px 0 5px 0;}
	.about-icon ul li span{display: block;width: 26px;height: 1px;margin: 0 auto;background: #5eb536;}
	.about-icon ul li p{font-size: 14px;color: #333;line-height: 14px;padding: 15px 0 0 0;}
	
	.about-mind{position: relative;}
	.about-mind-txt{position: absolute;top: 0;left: 0;width: 100%;}
	.about-mind-txt .wrap{padding-left: 66px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.about-mind-txt em{font-size: 24px;color: #333;line-height: 24px;display: block;padding: 92px 0 9px 0;}
	.about-mind-txt span{display: block;width: 32px;height: 4px;background: #5eb536;margin-bottom: 50px;}
	.about-mind-txt p{color: #666;font-size: 14px;line-height: 14px;padding-bottom: 28px;}
	.about-mind-txt p strong{color: #333;}
	
	.about-rule{width: 100%;padding-bottom: 90px;}
	.about-rule-bt{width: 100%;text-align: center;padding-bottom: 62px;}
	.about-rule-bt em{display: block;color: #333;font-size: 24px;line-height: 24px;padding: 76px 0 10px 0;}
	.about-rule-bt p{width: 36px;height: 4px;background: #5eb536;margin: 0 auto;}
	.about-rule ul::after{content: "";display: block;clear: both;}
	.about-rule ul{border-bottom: 1px solid #e6e6e6;}
	.about-rule ul:last-of-type{border-bottom: none;}
	.about-rule ul li{padding-top: 10px;float: left;border-right: 1px solid #e6e6e6;width: 33.3%;height: 152px;text-align: center;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.about-rule ul li:nth-of-type(3n){border-right: none;}
	.about-rule ul li strong{font-size: 16px;color: #333;line-height: 16px;}
	.about-rule ul li .txt{height: 72px;display: flex;align-items: center;width: 100%;flex-wrap: wrap;margin-top: 25px;}
	.about-rule ul li .txt p{font-size: 14px;line-height: 24px;color: #333;width: 100%;}
	.about-rule ul:nth-of-type(2) li{padding-top: 40px;height: 132px;}
	.about-rule ul:nth-of-type(2) li .txt{height: 24px;}
	
	.about-course{width: 100%;margin-top: 60px;}
	.about-course:first-of-type{margin-top: 0;}
	.about-course:last-of-type{margin-bottom: 90px;}
	.about-course-bt{width: 100%;margin-bottom: 42px;}
	.about-course-bt p{width: 224px;height: 50px;line-height: 50px;font-size: 24px;color: #fff;background: #5eb536;text-align: center;}
	.about-course-content{position: relative;padding-bottom: 68px;margin-left: 80px;}
	.about-course-content:last-of-type{padding-bottom: 0;}
	.about-course-content::after{content: "";display: block;clear: both;}
	.about-course-content .time{width: 205px;}
	.about-course-content .time p{font-size: 18px;color: #4c4c4c;line-height: 18px;}
	.about-course-content .time p span{width: 8px;height: 8px;float: left;background: #5eb536;border-radius: 50%;margin: 5px 22px 0 0;position: relative;z-index: 2;}
	.about-course-content .txt{width: 810px;}
	.about-course-content .txt p{font-size: 14px;line-height: 18px;color: #4c4c4c;font-weight: bold;padding-bottom: 20px;}
	.about-course-content .txt p:last-of-type{padding-bottom: 0;}
	.about-course-content .hx{position: absolute;height: 100%;width: 1px;top: 5px;left: 3px;background: #808080;z-index: 1;}
	
	.about-four{width: 100%;padding-bottom: 90px;}
	.about-four img:first-of-type{width: 717px;margin: 0 auto;display: block;}
	.about-four img:last-of-type{width: 792px;display: block;margin: 0 auto;}
	.about-four p{font-size: 24px;line-height: 24px;color: #333;width: 100%;text-align: center;padding: 48px 0 76px 0;}
	
	.contact-content{background: #fff;width: 100%;}
	.contact-list{margin-top: 80px;float: left;padding-bottom: 60px;}
	.contact-list::after{content: "";display: block;clear: both;}
	.contact-list li{float: left;position: relative;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.contact-list li{width: 358px;text-align: center;height: 158px;border: 1px solid #e6e6e6;margin-left: 40px;}
	.contact-list li:hover{border-color: #ff6600;}
	.contact-list li:first-of-type{margin-left: 20px;}
	.contact-list li a{display: block;}
	.contact-list li img{position: absolute;width: 80px;height: 80px;top: -40px;left: 50%;margin-left: -40px;}
	.contact-list li p{color: #333;line-height: 15px;font-size: 15px;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 29px;text-align: left;}
	.contact-list li p::after{content: "";display: block;clear: both;}
	.contact-list li p span{float: left;line-height: 22px;}
	.contact-list li p em{float: left;width: 255px;line-height: 22px;}
	.contact-list li p:first-of-type{padding-top: 62px;padding-bottom: 20px;}
	.contact-list li:nth-of-type(2) p{padding: 0 19px;line-height: 22px;}
	.contact-list li:nth-of-type(2) p em{width: 245px;line-height: 22px;}
	.contact-list li:nth-of-type(2) p:first-of-type{padding-top: 62px;}
	.contact-list li:last-of-type p{padding: 0 59px;}
	.contact-list li:last-of-type p em{width: 105px;}
	.contact-list li:last-of-type p:first-of-type{padding-top: 98px;}
	
	.contact-form{padding: 40px 0;}
	.contact-form .wrap{padding: 0 20px;}
	.contact-form table{border-spacing:0;border: 1px solid #e6e6e6;background: #fff;width: 100%;}
	.contact-form table th,td{border: none;}
	.contact-form table tr{border: 1px solid #e6e6e6;padding: 0;}
	.contact-form table tr:first-of-type{background: #eaedf2;}
	.contact-form table tr th,td{border: 1px solid #e6e6e6;font-weight: normal;font-size: 14px;color: #666;line-height: 40px;padding:0 5px;}
	.contact-form table tr th:first-of-type{width: 47%;text-align: left;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding-left: 20px;}
	.contact-form table tr th:nth-of-type(2){width: 10%;}
	.contact-form table tr th:nth-of-type(3){width: 43%;}
	.contact-form table tr td:first-of-type{width: 47%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding-left: 20px;}
	.contact-form table tr td:nth-of-type(2){width: 10%;text-align: center;}
	.contact-form table tr td:nth-of-type(3){width: 43%;text-align: center;}
	
	.contact-map{width: 100%;padding: 0 20px;margin-bottom: 40px;}
	.contact-map p{font-size: 14px;color: #999;line-height: 14px;padding: 28px 0 20px 0;}
	.contact-map img{display: block;margin-bottom: 92px;}
	
	.equipment-index-content{width: 100%;padding-bottom: 85px;}
	.eq-index-top{margin-top: 10px;}
	.eq-index-top ul::after{content: "";display: block;clear: both;}
	.eq-index-top ul li::after{content: "";display: block;clear: both;}
	.eq-index-top ul li{float: left;margin-right: 10px;}
	.eq-index-top ul li:nth-of-type(5n){margin-right: 0;}
	.eq-index-top ul li a{display: block;width: 232px;height: 150px;}
	.eq-index-top ul li img{float: right;width: 100%;height: 150px;}
	.eq-index-top ul li .txt{float: left;margin-left: 15px;}
	.eq-index-top ul li .txt p{font-size: 18px;line-height: 18px;color: #666;padding: 15px 0 12px 0;}
	.eq-index-top ul li .txt em{display: block;width: 90px;height: 24px;line-height: 24px;text-align: center;color: #fff;font-size: 14px;}
	.eq-index-top ul li .txt em.bg1{background: #fda061;}
	.eq-index-top ul li .txt em.bg2{background: #89ca4f;}
	.eq-index-top ul li .txt em.bg3{background: #bca1ff;}
	.eq-index-top ul li .txt em.bg4{background: #ff7d7d;}
	.eq-index-top ul li .txt em.bg5{background: #70ceff;}
	
	.eq-index-list{margin-top: 20px;}
	.eq-index-list::after{content: "";display: block;clear: both;}
	.eqindex-list-fl{padding: 0 30px;width: 300px;height: 510px;}
	.eqindex-list-fl.bg1{background: #e5edff;}
	.eqindex-list-fl.bg2{background: #ddfdd8;}
	.eqindex-list-fl.bg3{background: #fae0fd;}
	.eqindex-list-fl.bg7{background: #fae0fd;}
	.eqindex-list-fl.bg4{background: #dcf1fd;}
	.eqindex-list-fl.bg8{background: #dcf1fd;}
	.eqindex-list-fl.bg5{background: #fdebde;}
	.eqindex-list-fl.bg9{background: #fdebde;}
	.eqindex-list-fl.bg6{background: #dafef6;}
	.eqindex-list-fl div{width: 100%;color: #333;font-size: 24px;line-height: 24px;border-bottom: 1px solid #fff;padding: 30px 0 22px 0;}
	.eqindex-list-fl div::after{content: "";display: block;clear: both;}
	.eqindex-list-fl div span{margin-right: 10px;}
	.eqindex-list-fl div h3{display: inline-block;color: #333;font-size: 24px;line-height: 24px;font-weight: normal}
	.eqindex-list-fl div a{float: right;font-size: 14px;color: #666;line-height: 14px;margin-top: 10px;}
	/*.eqindex-list-fl p a:hover{color: #ff6600;}*/
	.eqindex-list-fl ul{margin-top: 26px;}
	.eqindex-list-fl ul::after{content: "";display: block;clear: both;}
	.eqindex-list-fl ul li{float: left;width: 50%;padding-bottom: 28px;}
	.eqindex-list-fl ul li a{font-size: 14px;line-height: 14px;color: #666;display: block;}
	.eqindex-list-fl img{max-width: 240px;margin: 30px auto;display: block;}
	
	.eqindex-list-fr{width: 900px;}
	.eqindex-list-fr ul::after{content: "";display: block;clear: both;}
	.eqindex-list-fr ul li{padding: 0 32px;float: left;width: 25%;height: 255px;border: 1px solid #ebebeb;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.eqindex-list-fr ul li a{}
	.eqindex-list-fr ul li p a{display: block;font-size: 16px;color: #333;line-height: 16px;padding: 28px 0 25px 0;}
	.eqindex-list-fr ul li .pic-scale{width: 160px;height: 160px;overflow: hidden;}
	.eqindex-list-fr ul li img{display: block;width: 160px;}
	
	.eq-details-top{background: #fff;padding: 20px 20px 30px 20px;}
	.eq-details-top::after{content: "";display: block;clear: both;}
	.eq-details-top-fl{width: 340px;}
	.eq-details-top-fr{width: 460px;}
	.eq-details-pic{width: 340px;position: relative;height: 340px;}
	.eq-details-pic li{display: none;}
	.eq-details-pic li:first-of-type{display: block;}
	.eq-details-pic li img{display: block;position: absolute;top: 0;left: 0;width: 340px;height: 340px;}
	.Box4 {position: relative;margin-top: 10px;}
	.Box4 .content2 {width: 300px;margin: 0 auto;}
	.Box4 .Box_con {position: relative;}
	.Box4 .Box_con .btnl {position: absolute;}
	.Box4 .Box_con .btn {display: block;width: 18px;height: 32px;position: absolute;top: 50%;cursor: pointer;margin-top: -16px;}
	.Box4 .Box_con .btnl {background: url(../../images/default/eq-jt2.png) no-repeat center;left: -20px;z-index: 9;}
	.Box4 .Box_con .btnr {background: url(../../images/default/eq-jt3.png) no-repeat center;right: -20px;z-index: 9;}
	.Box4 .Box_con .btnl:hover {background: url(../../images/default/eq-jt2.png) no-repeat center;}
	.Box4 .Box_con .btnr:hover {background: url(../../images/default/eq-jt3.png) no-repeat center;}
	.Box4 .Box_con .conbox {position: relative;overflow: hidden;height: 54px;}
	.Box4 .Box_con .conbox ul {position: relative;list-style: none;}
	.Box4 .Box_con .conbox ul li{float: left;width: 54px;height: 54px;margin-right: 10px;box-sizing: border-box;overflow: hidden;text-align: center;}
	.Box4 .Box_con .conbox ul li:nth-of-type(5) {margin-right: 0;}
	.Box4 .Box_con .conbox ul li:first-of-type img{border: 2px solid #ff6600;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.Box4 .Box_con .conbox ul li img {display: block;width: 54px;height: 54px;}
	
	.eq-details-btn{margin-top: 18px;}
	.eq-details-btn img{float: left;width: 15px;height: 16px;}
	.eq-details-btn a{font-size: 12px;color: #666;line-height: 16px;}
	.eq-details-btn a span{float: left;margin-left: 5px;}
	.eq-details-title h1{font-weight: bold;font-size: 24px;color: #333;line-height: 24px;padding: 10px 0;display: block;padding-left: 20px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.eq-details-title p{padding-left: 20px;font-size: 12px;color: #333;line-height: 12px;padding-bottom: 25px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.eq-details-title p span{color: #999;margin-right: 35px;}
	.eq-details-model p{padding-left: 20px;width: 100%;line-height: 60px;font-size: 16px;color: #4c4c4c;background: #f6f6f6;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.eq-details-model p strong{font-size: 12px;color: #999;line-height: 60px;margin-right: 35px;}
	.eq-details-txt p{padding:20px 0 20px 0;line-height: 25px;font-size: 14px;color: #666;padding-left: 20px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.eq-details-phone p{color: #999;font-size: 12px;line-height: 14px;padding-left: 20px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.eq-details-phone p strong{color: #ff6600;font-size: 14px;margin-left: 35px;}
	.eq-details-btn2{margin-top: 25px;}
	.eq-details-btn2::after{content: "";display: block;clear: both;}
	.eq-details-btn2 a:first-of-type{float: left;font-size: 16px;color: #ff6600;width: 150px;text-align: center;height: 45px;border: 1px solid #ff6600;border-radius: 2px;line-height: 45px;background: #ffede1;margin-left: 20px;}
	.eq-details-btn2 a:nth-of-type(2){float: left;font-size: 16px;color: #fff;width: 150px;height: 45px;text-align: center;line-height: 45px;border-radius: 2px;border: 1px solid #ff6600;background: #ff6600;margin-left: 20px;}
	
	.eq-list1-content{padding: 0 20px;}
	.eq-list1-content:last-of-type{padding-bottom: 76px;}
	.eq-details-list{margin-top: 20px;background: #fff;width: 100%;position: relative;}
	.eq-details-bt{width: 100%;border-bottom:1px solid #ff6600 ;}
	.eq-details-bt::after{content: "";display: block;clear: both;}
	.eq-details-bt h2{color: #fff;font-size: 14px;font-weight: normal;padding: 0 26px;line-height: 40px;background: #ff6600;float: left;}
	.eq-details-bt h3{color: #fff;font-size: 14px;font-weight: normal;padding: 0 26px;line-height: 40px;background: #ff6600;float: left;}
	.eq-details-bt2{width: 100%;border-left: 5px solid #ea6901;}
	.eq-details-bt2 a{cursor: auto;font-size: 16px;color: #333;line-height: 16px;font-weight: bold;padding: 0px 0 0px 10px;display: block;margin-top:30px;}
	.eq-fr-nav{z-index: 99;position: fixed;right: 10px;top: 35%;border-radius: 3px;width: 75px;height: 160px;background: #fff;overflow: hidden;}
	.eq-fr-nav p{width: 75px;height: 24px;line-height: 24px;text-align: center;font-size: 12px;color: #fff;background: #ff6600;}
	.eq-fr-nav ul li a{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;margin-top: 8px;width: 100%;text-align: center;display: block;font-size: 12px;color: #333;line-height: 24px;}
	.eq-fr-nav ul li a:hover{background: #e6e6e6;}
	.eq-list1-content p{width: 100%;font-size: 14px;color: #666;line-height: 30px;}
	.eq-list1-content p img{max-width: 100%;margin: 0 auto;display: block;margin-top: 0px;margin-bottom: 0px;}
	.eq-list1-content p:first-of-type{padding-top: 10px;}
	/*.eq-list1-content table{border: 1px solid #e6e6e6}*/
	/*.eq-list1-content td{border-right:1px solid #e6e6e6;}*/

	.eq-list2-content{padding-bottom: 40px;}
	.eq-details-inp::after{content: "";display: block;clear: both;}
	.eq-details-inp:first-of-type{margin-top: 80px;}
	.eq-details-inp{margin-bottom: 15px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 20px;width: 100%;}
	.eq-details-inp p{width: 150px;float: left;color: #333;font-size: 14px;line-height: 36px;text-align: right;}
	.eq-details-inp p span{color: #ff6600;padding-right: 4px;}
	.eq-details-inp input{width: 300px;height: 17px;font-size: 14px;line-height: 34px;border: 1px solid #ccc;float: left;}
	.eq-details-inp textarea{width: 600px;height: 138px;border: 1px solid #ccc;font-size: 14px;padding: 10px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;resize: none;display: block;}
	.eq-details-btn3{margin-left: 170px;padding-top: 15px;}
	.eq-details-btn3 a{display: block;font-size: 14px;color: #fff;line-height: 36px;width: 100px;text-align: center;background: #ff6600;border-radius: 3px;}
	
	.eq-list3-content{padding: 0 20px;margin-top: 35px;}
	.eq-list3-content::after{content: "";display: block;clear: both;}
	.eq-list3-content li{float: left;width: 200px;margin-bottom: 30px;margin-right: 6.6px;}
	.eq-list3-content li:nth-of-type(4n){margin-right: 0;}
	.eq-list3-content li img{width: 200px;height: 200px;display: block;}
	.eq-list3-content li p{padding: 0 10px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.eq-list3-content li p:first-of-type{padding: 0;}
	.eq-list3-content li p:first-of-type a{display: block;font-size: 14px;color: #666;line-height: 20px;padding: 15px 10px 12px 10px;}
	.eq-list3-content li p:last-of-type{font-size: 12px;color: #999;line-height: 12px;}
	
	.inter-details-bottom2 ul::after{content: "";display: block;clear: both;}
	.inter-details-bottom2 ul li{width: 48%;float: left;margin-right: 0;}
	.inter-details-bottom2 ul li:nth-of-type(2n){float: right;}
	.inter-details-bottom2 ul li p::after{content: "";display: block;clear: both;}
	.inter-details-bottom2 ul li p{padding-top: 0;}
	.inter-details-bottom2 ul li p a{padding-top: 0;float: left;color: #333;font-size: 14px;line-height: 14px;width: 70%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
	.inter-details-bottom2 ul li p span{float: right;color: #666;font-size: 14px;line-height: 14px;}
	
	.nav-btn{display: none;}
	.menu{display: none;}
	.mar{margin-top: 0!important;}
	.content-content{display: none;}
}
@media screen and (max-width: 768px) {
	body{background: #fff;font-family: "微软雅黑";}
	.banner{display: none;}
	.mui-slider .mui-slider-group .mui-slider-item img{}
	.content{background: #fff;}
	.mui-slider-indicator .mui-active.mui-indicator{background: #ff6600;}
	.mui-slider-indicator{}
	.banner{width: 100%;}
	.banner img{width: 100%;}
	.wrap{width: 100%;}
	.dis{display: block;}
	.fr-nav{display: none;}
	/*a{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}*/
	.header{position: relative;}
	.example{display: none;}
	.header-top{display: none;}
	.nav{}
	.phone{display: none;}
	.header-btn{display: none;}
	.header-mid{border-bottom: 1px solid #e6e6e6;width: 100%;position: fixed;top: 0;left: 0;background: #fff;z-index: 99;}
	.header-mid .wrap::after{content: "";display: block;clear: both;}
	.header-mid .logo{width: 30%;margin: 10px 0 10px 10px;}
	.header-mid .logo img{width: 100%;}
	.header-mid .nav-btn{margin: 12px 10px 0 0;}
	.header-mid .nav-btn img{width: 32px;}
	.menu{display: none;}
	.nav2{display: none;}
	.nav6{display: none;}
	.nav3{width: 33.3%;position: fixed;display: none;z-index: 99;right: 0!important;right: 0;margin-right: 0!important;}
	.nav3 li{width: 100%;background: #333;}
	.nav3 li a{color: #fff;width: 100%;text-align: center;display: block;padding: 8px 0;font-size: 14px;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.nav3 li a:hover{background: #ff6600;}
	.nav3 li.active a{background: #ff6600;}
	
	footer{display: none;margin-bottom: 50px;}
	.content-content{background: #2c2d2a;margin-bottom: 50px;padding: 20px 0;}
	.content-content p{width: 100%;color: #fff;font-size: 12px;display: block;text-align: center;padding:0 10px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

	.index-bg3{width: 100%;position: relative;display: none;}
	.index-bg3 img{display: block;width: 100%;}
	
	.index-bg7{width: 100%;position: relative;}
	.index-bg7 img{display: block;width: 100%; min-height:200px;}

	.details-fl{width: 100%;}
	.details-nav{display: none}
	.fl-nav1{display: none;}
	.fl-nav2{display: none;}
	.fl-nav3{display: none;}
	.fl-nav3-2{display: none;}
	.fl-nav4{display: none;}
	.content .wrap::after{content:"";display: block;clear: both}
	.fl-nav1-m{width:100%;position: relative}
	/*.fl-nav1-m-bg{position: absolute;top: 0px;  bottom: 0;  background: rgba(0,0,0,0.3);  width: 100%;  height: 100%;  z-index: 7;  }*/
	.fl-nav1-m p{font-weight: bold;color: #333;letter-spacing:1px;padding: 0 10px;line-height: 50px;width: 100%;border-bottom:1px solid #ccc;font-size: 18px }
	.fl-nav1-m p span{float: left;width: 2px;height: 18px;background: #448b00;margin: 16px 8px 0 0;}
	.fl-nav1-m p a{font-weight: normal;float: right;color: #666;padding: 0 10px;border-radius: 26px;line-height: 26px;margin: 12px 0 0 0;font-size: 14px;border: 1px solid #ccc;}
	.fl-nav1-m ul{position: absolute;top:50px;left: 0;background: #fff;width: 100%;-moz-box-shadow:0px 3px 10px #999999; -webkit-box-shadow:0px 3px 10px #999999; box-shadow:0px 3px 10px #999999;display: none;z-index: 10;}
	.fl-nav1-m ul li{width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding-left: 10px;border-bottom: 1px solid #ccc}
	.fl-nav1-m ul li::after{content: "";display: block;clear: both;}
	.fl-nav1-m ul li a{float: left;font-size: 16px;line-height: 45px;color: #333;}

	.about-nav .wrap>ul{display: none;}
	.Box3{display: none;}
	.Box5 {position: relative;margin-top: 15px;}
	.Box5 .content2 {width: 100%;margin: 0 auto;}
	.Box5 .Box_con {position: relative;}
	.Box5 .Box_con .btnl {position: absolute;}
	.Box5 .Box_con .btn {display: block;width: 18px;height: 32px;position: absolute;top: 50%;cursor: pointer;margin-top: -16px;}
	.Box5 .Box_con .btnl {background: url(../../images/default/about-jt1.png) no-repeat center;left: 0px;z-index: 9;}
	.Box5 .Box_con .btnr {background: url(../../images/default/about-jt2.png) no-repeat center;right: 0px;z-index: 9;}
	.Box5 .Box_con .btnl:hover {background: url(../../images/default/about-jt1.png) no-repeat center;}
	.Box5 .Box_con .btnr:hover {background: url(../../images/default/about-jt2.png) no-repeat center;}
	.Box5 .Box_con .conbox {position: relative;overflow: hidden;}
	.Box5 .Box_con .conbox ul {position: relative;list-style: none;}
	.Box5 .Box_con .conbox ul li{width: 100%;float: left;box-sizing: border-box;overflow: hidden;text-align: center;}
	.Box5 .Box_con .conbox ul li:first-of-type {margin-left: 0;}
	.Box5 .Box_con .conbox ul li:first-of-type img{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.Box5 .Box_con .conbox ul li img {display: block;width: 100%;}
	
	.notice{width: 100%;background: #fff;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding:  18px 10px;}
	.notice p{font-size: 12px;line-height: 12px;}
	.notice p img{float: left;height: 12px;margin-right: 5px;margin-top: -1px;}
	.notice-list p{color: #666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display: none;font-size: 12px;line-height: 12px;}
	.notice-list p a{color: #666;font-size: 12px;line-height: 12px;}
	.notice-list p:first-of-type{display: block}
	.index-case .index-bg{display: none;}
	.index-about{display: none;}
	#example_video_1{width: 100%;height: 250px;}
	.about-four{width: 100%;}
	.about-four img{width: 100%;display: block}
	.contact-map{width: 100%;}
	.contact-map img{width: 100%;display: block}
	
	.index-bt::after{content: "";display: block;clear: both;}
	.index-bt{border-bottom: 1px solid #e6e6e6;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding:10px;background: #fff;}
	.index-bt h2{letter-spacing:3px;color: #8f8f94;;float: left;font-size: 18px;font-weight: bold;line-height: 18px;}
	.index-bt h2 span{float: left;width: 3px;height: 18px;background: #5eb536;margin-right: 10px;}
	.index-bt a{float: right;padding: 0 5px;border-radius: 14px;line-height: 18px;font-size: 12px;color: #ff6600;border: 1px solid #ff6600;}
	
	.index-list1{background: #fff;padding-bottom: 20px!important;}
	.index-list1-nav{width: 100%;border-bottom: 1px solid #e6e6e6;}
	.index-list1-nav::after{content: "";display: block;clear: both;}
	.index-list1-nav li{float: left;margin-left: 10px;}
	.index-list1-nav li a{font-size: 16px;display: block;position: relative;color: #666;line-height: 16px;padding: 15px 8px 15px 8px;}
	.index-list1-nav li a span{width: 100%;height: 2px;background: #ff6600;position: absolute;bottom: 0;left: 0;display: none;}
	.index-list1-nav li.active a{color: #ff6600;}
	.index-list1-nav li.active a span{display: block;}
	.index-list1-content{display: none;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.index-list1-content::after{content: "";display: block;clear: both;}
	.index-list1-content:first-of-type{display: block;}
	.index-list1-content li{width: 46%;float: left;margin-top: 15px;margin-left: 2%;margin-right: 2%}
	.index-list1-content li:nth-of-type(3n){}
	.index-list1-content li img{width: 100%;display: block;}
	.index-list1-content li p a{display: block;font-size: 14px;color: #666;line-height: 14px;padding: 5px 0;}
	
	.index-list2-content::after{content: "";display: block;clear: both;}
	.index-list2-content{margin-bottom: 20px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.index-list2-content li{width: 100%;margin: 0 auto;margin-top: 20px;}
	.index-list2-content li::after{content: "";display: block;clear: both;}
	.index-list2-content li img{width: 35%;min-height:85px;display: block;float: left;}
	.index-list2-content li .txt{float: right;width: 63%;}
	.index-list2-content li .txt em a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;color: #333;line-height: 16px;padding: 0;display: block;}
	.index-list2-content li .txt p{font-size: 13px;line-height: 18px;color: #999;    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;padding-top: 8px;}
	
	.index-news-content::after{content: "";display: block;clear: both;}
	.index-news-content{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.index-news-fl{display: none;}
	.index-news-fr{width: 100%;}
	.index-news-fr li{width: 100%;margin-top: 20px;}
	.index-news-fr li::after{content: "";display: block;clear: both;}
	.index-news-fr li .top{position: relative;width: 100%;margin: 0 auto;}
	.index-news-fr li .top p{width: 100%;height: 100%;background: rgba(0,0,0,0.5);position: absolute;top: 0;left: 0;z-index: 1;}
	.index-news-fr li .top img:last-of-type{position: absolute;width: 56px;left: 50%;margin-left: -28px;top: 50%;margin-top: -28px;z-index: 2;}
	.index-news-fr li .top img:first-of-type{width: 100%;display: block;}
	.index-news-fr ul li .bottom::after{content: "";display: block;clear: both;}
	.index-news-fr ul li .bottom{width: 100%;margin: 0 auto;margin-bottom: 20px;}
	.index-news-fr ul li .bottom em h3{width: 100%;display: block;padding: 15px 0;font-size: 16px;color: #333;line-height: 16px;text-align: center;}
	.index-news-fr ul li .bottom .btn p{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;line-height: 14px;font-size: 14px;padding-bottom: 8px;}
	.index-news-fr ul li .bottom .btn a{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 90%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;font-size: 14px;color: #666;line-height: 14px;display: inline-block;}
	.index-news-fr ul li .bottom .btn-last{width: 100%;text-align: right;margin-top: 5px;}
	.index-news-fr ul li .bottom .btn-last a{font-size: 16px;display: block;line-height: 16px;color: #ff6600;}
	.index-news-fr ul li .bottom .btn-last a img{width: 12px;height: 5px;display: inline-block;margin-bottom: 2px;margin-left: 3px;}
	.link{display: none;}
	
	.inter-content{width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.inter-bt h1{font-size: 18px;color: #4c4c4c;line-height: 18px;padding: 15px 0 10px 0;}
	.inter-content .txt p{margin-top: 20px;font-size: 14px;line-height: 20px;color: #4c4c4c;}
	.inter-content .list{margin-top: 0;}
	.inter-content .list ul li::after{content: "";display: block;clear: both;}
	.inter-content .list ul li{margin: 0 auto;width: 98%;margin-bottom: 25px;}
	.inter-content .list ul li:nth-of-type(2n){float: right;}
	.inter-content .list ul li img{width: 100%;display: block;-moz-box-shadow:0px 0px 5px #666666; -webkit-box-shadow:0px 0px 5px #666666; box-shadow:0px 0px 5px #666666;}
	.inter-content .list ul li p{font-size: 12px;color: #999;line-height: 12px;}
	.inter-content .list ul li p:first-of-type{width: 100%;font-size: 12px;color: #999;line-height: 18px;}
	.inter-content .list ul li p:nth-of-type(2){padding-top: 10px;float: left;line-height: 26px;}
	.inter-content .list ul li h2 a{display: block;font-weight: normal;color: #333;font-size: 16px;line-height: 16px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding: 12px 0;}
	.inter-content .list ul li p:nth-of-type(3){padding: 8px 0 10px 0;}
	.inter-content .list ul li .list-btn{float: right;font-size: 12px;background: #ff6600;line-height: 26px;color: #fff;padding: 0px 8px;border-radius: 3px;margin-top: 10px;}
	
	.details-page{width: 100%;text-align: center;font-size: 0;}
	.details-page ul{display: inline-block;margin: 0 auto;}
	.details-page ul li{float: left;margin: 15px 0;margin-right: 5px;background: #fff;}
	.details-page ul li a{display: block;padding: 0 8px;color: #666;font-size: 12px;line-height: 24px;border: 1px solid #d9d9d9;}
	.details-page ul li.active a{background: #ff6600;color: #fff;border-color: #ff6600;}
	
	.details-fr{width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.inter-details-mid p{color: #666;font-size: 14px;line-height: 20px;margin-top: 5px!important;}
	.inter-details-mid p img{width: 85%;margin: 0 auto;display: block;height: inherit}
	.details-top>h1{color: #333;font-size: 16px;line-height: 16px;padding: 8px 0;}
	.details-top .txt span{color: #999;font-size: 12px;line-height: 12px;}
	.details-top .txt span:nth-of-type(2){padding-left: 15px;}
	.details-top .txt span:nth-of-type(3){display: none;}
	
	.inter-details-page::after{content: "";display: block;clear: both;}
	.inter-details-page .page-fl{width: 100%;padding: 10px 0;}
	.inter-details-page .page-fl p{overflow: hidden;width: 100%;padding-bottom: 15px;}
	.inter-details-page .page-fl p:last-of-type{padding-bottom: 0;}
	.inter-details-page .page-fl a{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 80%;float: left;font-size: 14px;color: #333;line-height: 14px;padding-bottom: 10px;}
	.inter-details-page .page-fl a:last-of-type{padding-bottom: 0;}
	.inter-details-page .page-fl p span{color: #999;float: left;font-size: 14px;line-height: 14px;}
	.inter-details-page .page-fr{width: 100%;border-bottom: 1px solid #e6e6e6;padding-bottom: 10px;}
	.inter-details-page .page-fr::after{content: "";display: block;clear: both;}
	.inter-details-page .page-fr>a{display: none !important;float: left;text-align: center;line-height: 18px;display: block;color: #ff6600;border: 1px solid #ff6600;border-radius: 3px;font-size: 12px;padding: 0 8px;}
	.inter-details-page .page-fr .icon{float: right;margin-left: 10px;}
	.inter-details-page .page-fr .icon::after{content: "";display: block;clear: both;}
	.inter-details-page .page-fr .icon span{float: left;font-size: 12px;color: #333;line-height: 20px;}
	.inter-details-page .page-fr .icon a{float: left;margin-left: 8px;}
	.inter-details-page .page-fr .icon a img{display: block;}
	
	.inter-details-bottom{width: 100%;}
	.inter-details-bottom .bt::after{content: "";display: block;clear: both;}
	.inter-details-bottom .bt{width: 100%;padding: 12px 0;}
	.inter-details-bottom .bt span{float: left;color: #333;font-size: 16px;font-weight: bold;line-height: 16px;}
	.inter-details-bottom .bt a{display: none;float: right;color: #ff6600;font-size: 14px;line-height: 16px;}
	.inter-details-bottom ul::after{content: "";display: block;clear: both;}
	.inter-details-bottom ul li{width: 49%;float: left;margin-bottom: 15px;}
	.inter-details-bottom ul li:nth-of-type(2n){float: right;}
	
	.inter-details-bottom ul li img{width: 100%;display: block;}
	.inter-details-bottom ul li p a{display: block;font-size: 14px;color: #333;line-height: 20px;padding-top: 5px;}
	
	.details-fr2{width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.details-fr2-top{display: none;}
	.details-fr2-top h1{margin: 0;font-size: 18px;line-height: 18px;color: #333;display: block;padding: 15px 0 10px 0;}
	.details-fr2-top p{font-size: 14px;color: #999;line-height: 20px;}
	.case-list ul li::after{content: "";display: block;clear: both;}
	.case-list ul li{width: 100%;margin-top: 15px;}
	.case-list ul li .pic{float: left;width: 40%;}
	.case-list ul li img{width: 100%;display: block;}
	.case-list ul li .txt{float: right;width: 58%;}
	.case-list ul li .txt h2 a{display: block;font-size: 16px;line-height: 16px;color: #333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
	.case-list ul li .txt p:nth-of-type(1){color: #999;font-size: 14px;line-height: 18px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;margin: 5px 0 0 0;}
	.case-list ul li .txt p:last-of-type{color: #999;font-size: 12px;line-height: 12px;padding-top: 8px;}
	
	.ency-list{margin-top: 10px;}
	.ency-list ul li{border-bottom: 1px solid #e6e6e6;padding: 15px 0;}
	.ency-list ul li a{display: block;}
	.ency-list ul li a::after{content: "";display: block;clear: both;}
	.ency-list ul li::after{content: "";display: block;clear: both;}
	.ency-list ul li p{float: left;}
	.ency-list ul li p::after{content: "";display: block;clear: both;}
	.ency-list ul li p a{font-size: 13px;color: #333;float: left;line-height: 14px;}
	.ency-list ul li span:last-of-type{float: right;color: #999;line-height: 14px;font-size: 13px;}
	
	.ency-details-content{padding-bottom: 15px;width: 100%;border-bottom: 1px solid #e6e6e6;}
	.ency-details-content p{padding-top: 15px;font-size: 14px;line-height: 22px;color: #666;}
	.ency-details-content em{padding-top: 15px;font-weight: bold;font-size: 16px;color: #333;line-height: 16px;display: block;}
	.ency-details-content p strong{display: block;font-weight: normal;}
	.ency-details-icon::after{content: "";display: block;clear: both;}
	.ency-details-icon em{float: left;padding: 0 8px;border-radius: 24px;line-height: 24px;border: 1px solid #cdcdcd;color: #999;font-size: 14px;margin: 10px 0 10px 10px;}
	.ency-details-icon em:first-of-type{margin-left: 0;}
	
	.news-content ol{border-bottom: 1px solid #ccc;}	
	.news-content ol::after{content: "";display: block;clear: both;}
	.news-content ol li{float: left;margin-left: 15px;}
	.news-content ol li.active a{color: #ff6600;border-bottom: 2px solid #ff6600;}
	.news-content ol li:first-of-type{margin-left: 0;}
	.news-content ol li h3 a{font-size: 16px;color: #666;line-height: 16px;display: block;padding: 15px 0;}
	
	.news-list{width: 100%;display: none;padding-bottom: 15px;}
	.news-list:first-of-type{display: block;}
	.news-list li{width: 100%;padding: 15px 0;border-bottom:1px solid #e6e6e6 ;}
	.news-list li:last-of-type{border-bottom: none;}
	.news-list li img{display: none;}
	.news-list li p{width: 100%;font-size: 16px;line-height: 16px;color: #333;}
	.news-list li h2 a{padding-bottom:10px ;display: block;width: 100%;font-size: 16px;line-height: 16px;color: #333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
	.news-list li p:first-of-type{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;font-size: 13px;color: #999;line-height: 20px;padding: 8px 0 0 0;}
	.news-list li p:nth-of-type(2){padding-top: 18px;font-size: 12px;color: #999;line-height: 12px;}
	
	.service-content{margin-top: 10px;}
	.service-content ol::after{content: "";display: block;clear: both;}
	.service-content ol li{float: left;width: 23.5%;margin-right: 2%;margin-bottom: 5px;}
	.service-content ol li.active a{color: #fff;background: #ff6600;border-color: #ff6600;}
	.service-content ol li:nth-of-type(4n){margin-right: 0;}
	.service-content ol li a{display: block;width: 100%;border: 1px solid #e6e6e6;font-size: 14px;line-height: 26px;color: #666;text-align: center;}
	.service-list li{width: 100%;margin-top: 15px;}
	.service-list li:first-of-type{margin-top: 10px;}
	.service-list li a{display: block;width: 90%;margin: 0 auto;}
	.service-list li a img{display: block;width: 100%;}
	.service-list li a p{font-size: 14px;color: #333;line-height: 14px;padding: 8px 0;}
	
	.video{margin-top: 15px;}
	.service-details-mid .txt p{font-size: 14px;line-height: 20px;padding-top: 15px;color: #666;}
	.service-list2 li{position: relative;width: 100%;border-bottom: 1px solid #e6e6e6;padding: 10px 0;}
	.service-list2 li::after{content: "";display: block;clear: both;}
	.service-list2 li .txt{float: left;}
	.service-list2 li .txt p{color: #333;font-size: 16px;line-height: 16px;}
	.service-list2 li .txt p:last-of-type{color: #666;font-size: 12px;font-size: 12px;padding-top: 10px;}
	.service-list2 li a{position: absolute;;bottom:10px;right:10px;font-size: 12px;line-height: 20px;padding: 0 8px;color: #ff6600;border-radius: 2px;border: 1px solid #ff6600;display: block;}
	
	.about-nav{width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.about-nav .txt em{color: #333;font-size: 16px;line-height: 16px;display: block;text-align: center;width: 100%;padding: 15px 0 10px 0;}
	.about-nav .txt p{font-size: 14px;line-height: 20px;color: #4c4c4c;}
	
	.about-content{margin-top: 15px;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.about-content2{margin-top: 15px;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.about-bt p{color: #333;font-size: 16px;line-height: 16px;display: block;text-align: center;width: 100%;padding: 10px 0;}
	
	.about-pic ul::after{content: "";display: block;clear: both;}
	.about-pic ul li{float: left;width: 49%;margin-top: 15px;}
	.about-pic ul li:nth-of-type(2n){float: right;}
	.about-pic ul li img{width: 100%;display: block;}
	
	.about-pic3 ul::after{content: "";display: block;clear: both;}
	.about-pic3 ul li{float: left;width: 49%;margin-top: 15px;}
	.about-pic3 ul li:nth-of-type(2n){float: right;}
	.about-pic3 ul li img{width: 100%;display: block;}
	
	.content.active{padding-bottom: 15px;}
	.about-mind{display: none;}
	.about-idea{display: none;}
	.about-nav ol li{width: 100%;margin-top: 15px;}
	.about-nav ol li img{width: 100%;display: block;}
	.about-nav ol li strong{color: #333;font-size: 16px;line-height: 16px;text-align: center;display: block;width: 100%;padding: 8px 0;}
	.about-nav ol li em{display: block;margin: 0 auto;width: 26px;height: 1px;background: #5eb536;}
	.about-nav ol li p{font-size: 14px;line-height: 20px;color: #666;padding-top: 10px;}
	
	.about-icon{width: 100%;}
	.about-icon ul::after{content: "";display: block;clear: both;}
	.about-icon ul li{width: 33.3%;margin:15px auto 0;text-align: center;float: left;}
	.about-icon ul li img{height: 55px;display: block;margin: 0 auto;}
	.about-icon ul li strong{color: #333;font-size: 16px;line-height: 16px;text-align: center;display: block;width: 100%;padding: 8px 0;}
	.about-icon ul li span{display: block;margin: 0 auto;width: 26px;height: 1px;background: #5eb536;}
	.about-icon ul li p{font-size: 14px;line-height: 20px;color: #666;padding-top: 10px;}
	
	.about-rule-bt em{color: #333;font-size: 18px;line-height: 18px;text-align: center;display: block;width: 100%;padding: 10px 0;}
	.about-rule-bt p{display: block;margin: 0 auto;width: 26px;height: 2px;background: #5eb536;}
	.about-rule ul li{width: 50%;margin-top: 15px;float: left;text-align: center;}
	.about-rule ul li strong{font-size: 14px;line-height: 14px;color: #333;display: block;}
	.about-rule ul li .txt p{font-size: 12px;line-height: 22px;}
	
	.about-course-bt{width: 100%;margin-top: 15px;}
	.about-course-bt::after{content: "";display: block;clear: both;}
	.about-course-bt p{background: #5eb536;font-size: 18px;line-height: 24px;color: #fff;float: left;padding: 0 8px;}
	.about-course-content{width:100%}
	.about-course-content::after{content: "";display: block;clear: both;}
	.about-course-content .time p{font-size: 16px;line-height: 16px;color: #333;padding: 8px 0;}
	.about-course-content .txt{width: 100%;}
	.about-course-content .txt p{width: 100%;font-size: 14px;line-height: 20px;color: #666;}
	
	.about-four p{font-size: 16px;line-height: 16px;color: #333;width: 100%;text-align: center;padding: 15px 0}
	
	.contact-content{background: #fff;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.contact-list{float: left;}
	.contact-list::after{content: "";display: block;clear: both;}
	.contact-list li{margin-top: 55px;float: left;position: relative;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;}
	.contact-list li{width: 100%;padding-bottom: 10px;text-align: center;min-height: 148px;border: 1px solid #e6e6e6;}
	.contact-list li:hover{border-color: #ff6600;}
	.contact-list li:first-of-type{}
	.contact-list li a{display: block;}
	.contact-list li img:first-of-type{position: absolute;width: 80px;height: 80px;top: -40px;left: 50%;margin-left: -40px;}
	.contact-list li .erweima{display: none;margin: 10px auto 0;width: 120px;}
	.contact-list li p{width:100%;color: #333;line-height: 15px;font-size: 15px;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 27px;text-align: left;}
	.contact-list li p::after{content: "";display: block;clear: both;}
	.contact-list li p span{float: left;line-height: 20px;}
	.contact-list li p em{float: left;width: 255px;line-height: 20px;}
	.contact-list li p:first-of-type{padding-top: 45px;padding-bottom: 0;}
	.contact-list li:nth-of-type(2) p{line-height: 20px;padding: 0 9px;}
	.contact-list li:nth-of-type(2) p em{line-height: 20px;}
	.contact-list li:nth-of-type(2) p:first-of-type{padding-top: 45px;}
	.contact-list li:last-of-type p{}
	.contact-list li:last-of-type p em{width: 105px;}
	.contact-list li:last-of-type p:first-of-type{padding-top: 45px;}
	
	.contact-form{margin-top: 15px;}
	.contact-form .wrap{width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.contact-form table{border-spacing:0;border: 1px solid #e6e6e6;background: #fff;width: 100%;}
	.contact-form table th,td{border: none;}
	.contact-form table tr{border: 1px solid #e6e6e6;padding: 0;}
	.contact-form table tr:first-of-type{background: #eaedf2;}
	.contact-form table tr th{line-height: 26px!important;}
	.contact-form table tr th,td{border-bottom: 1px solid #e6e6e6;font-weight: normal;font-size: 14px;color: #333;line-height: 20px;}
	.contact-form table tr th:first-of-type{width: 45%;text-align: left;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding-left: 10px;}
	.contact-form table tr th:nth-of-type(2){width: 17%;}
	.contact-form table tr th:nth-of-type(3){width: 38%;}
	.contact-form table tr td:first-of-type{width: 45%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding-left: 10px;}
	.contact-form table tr td:nth-of-type(2){width: 17%;text-align: center;}
	.contact-form table tr td:nth-of-type(3){width: 38%;text-align: center;}
	
	.contact-map p{font-size: 14px;color: #999;line-height: 14px;padding: 15px 0 10px 0;}
	.contact-map img{display: block;}
	
	
	.eq-index-top{display: none;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.eq-index-top ul::after{content: "";display: block;clear: both;}
	.eq-index-top ul li{width: 32%;float: left;margin-top: 15px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0;margin-right: 2%;}
	.eq-index-top ul li:nth-of-type(3n){margin-right: 0;}
	.eq-index-top ul li .txt em.bg1{background: #fda061;}
	.eq-index-top ul li .txt em.bg2{background: #89ca4f;}
	.eq-index-top ul li .txt em.bg3{background: #bca1ff;}
	.eq-index-top ul li .txt em.bg4{background: #ff7d7d;}
	.eq-index-top ul li .txt em.bg5{background: #70ceff;}
	.eq-index-top ul li .txt em{display: block;width: 90px;height: 24px;line-height: 24px;text-align: center;color: #fff;font-size: 14px;}
	.eq-index-top ul li .txt p{font-size: 16px;font-size: 16px;color: #666;padding: 8px 0;}
	.eq-index-top ul li img{width: 100%;}
	
	.eq-index-list .eqindex-list-fl div{width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.eq-index-list::after{content: "";display: block;clear: both;}
	.eqindex-list-fl{width: 100%;padding: 10px 0 10px 0;margin-top: 15px;}
	.eqindex-list-fl ul{display: none;}
	.eqindex-list-fl img{display: none;}
	.eqindex-list-fl div::after{content: "";display: block;clear: both;}
	.eqindex-list-fl div span{font-size: 18px;color: #333;float: left;}
	.eqindex-list-fl div h3{font-size: 18px;color: #333;float: left;}
	.eqindex-list-fl div a{float: right;color: #666;font-size: 14px;}
	.eqindex-list-fl.bg1{background: #e5edff;}
	.eqindex-list-fl.bg2{background: #ddfdd8;}
	.eqindex-list-fl.bg3{background: #fae0fd;}
	.eqindex-list-fl.bg4{background: #dcf1fd;}
	.eqindex-list-fl.bg5{background: #fdebde;}
	.eqindex-list-fl.bg6{background: #dafef6;}
	.eqindex-list-fr{width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.eqindex-list-fr ul::after{content: "";display: block;clear: both;}
	.eqindex-list-fr ul li{width: 45%;float: left;padding: 5px 5px;}
	.eqindex-list-fr ul li:nth-of-type(2n){float: right;}
	.eqindex-list-fr ul li p a{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;display: block;font-size: 16px;color: #333;padding: 10px 0;}
	.eqindex-list-fr ul li img{width: 100%;height: 100%;display: block;}
	
	.eq-mid{margin-top: 15px;}
	.eq-mid-btn{display: none;}
	.eq-mid ul::after{content: "";display: block;clear: both;}
	.eq-mid ul li{float: left;margin-right: 5px;}
	.eq-mid ul li a{display: block;padding:0 10px ;font-size: 14px;line-height: 30px;color: #666;background: #fff;}
	.eq-mid ul li.active a{background: #ff6600;color: #fff;}
	
	.eq-list{width: 100%;margin-top:15px;background: #fff;}
	.eq-list::after{content: "";display: block;clear: both;}
	.eq-list img{float: left;width: 40%;}
	.eq-list .eq-list-btn{display: none;transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;float: right;padding: 0 25px;font-size: 14px;line-height: 28px;border-radius: 2px;border: 1px solid #ff6600;color: #ff6600;margin-top: 10px;}
	.eq-list .eq-list-btn:hover{background: #ff6600;color: #fff;}
	.eq-list .txt{width: 56%;margin-left: 4%;}
	.eq-list .txt h2 a{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width: 100%;font-size: 18px;line-height: 18px;color: #333;display: block;}
	.eq-list .txt h2{font-size: 12px;color: #666;line-height: 20px;width: 100%;}
	.eq-list .txt h2:first-of-type{font-size: 18px;line-height: 18px;color: #333;padding: 0px 0 15px 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
	.eq-list .txt h2:nth-of-type(2){overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 14px;line-height: 14px;padding:0 0 10px 0;}
	.eq-list .txt h2:last-of-type{-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;display: -webkit-box;}
	
	.eq-details-top::after{content: "";display: block;clear: both;}
	.eq-fr-nav{display: none;}
	
	.eq-details-list{margin-top: 25px;background: #fff;width: 100%;position: relative;}
	.eq-details-bt{width: 100%;border-bottom:1px solid #ff6600 ;}
	.eq-details-bt::after{content: "";display: block;clear: both;}
	.eq-details-bt h2{color: #fff;font-size: 14px;font-weight: bold;padding: 0 15px;line-height: 30px;background: #ff6600;float: left;}
	.eq-details-bt h3{color: #fff;font-size: 14px;font-weight: bold;padding: 0 15px;line-height: 30px;background: #ff6600;float: left;}
	.eq-details-bt em{padding-top: 8px!important;}
	.eq-details-bt2{width: 100%;border-left: 5px solid #ea6901;}
	.eq-details-bt2 a{cursor: auto;font-size: 16px;color: #000;line-height: 16px; font-weight: bold; padding: 0 10px 0; display: block;margin-top:20px;}
	.eq-fr-nav{position: fixed;right: 10px;top: 50%;border-radius: 3px;width: 90px;height: 160px;background: #fff;overflow: hidden;}
	.eq-fr-nav p{width: 75px;height: 24px;line-height: 24px;text-align: center;font-size: 12px;color: #fff;background: #ff6600;}
	.eq-fr-nav ul li a{transition:all 300ms;-moz-transition:all 300ms; -webkit-transition:all 300ms;margin-top: 8px;width: 100%;text-align: center;display: block;font-size: 12px;color: #333;line-height: 24px;}
	.eq-fr-nav ul li a:hover{background: #e6e6e6;}
	.eq-list1-content p{width: 100%;font-size: 14px;color: #666;line-height: 30px;}
	.eq-list1-content p img{width: 100%;margin: 0 auto;display: block;margin-top: 0px;}
	.eq-list1-content p:first-of-type{padding-top: 10px;}
	.eq-list1-content table{width: 100%;}
	
	.eq-list2-content{padding-bottom: 20px;}
	.eq-details-inp::after{content: "";display: block;clear: both;}
	.eq-details-inp:first-of-type{margin-top: 20px;}
	.eq-details-inp{margin-bottom: 15px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;width: 100%;}
	.eq-details-inp p{width: 28%;float: left;color: #333;font-size: 12px;line-height: 36px;text-align: right;}
	.eq-details-inp p span{color: #ff6600;padding-right: 4px;}
	.eq-details-inp input{width: 55%;height: 34px;font-size: 14px;line-height: 34px;border: 1px solid #ccc;float: left;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.eq-details-inp textarea{margin-right: 0;float: left;width: 55%;height: 138px;border: 1px solid #ccc;font-size: 14px;padding: 10px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;resize: none;display: block;}
	.eq-details-btn3{padding-top: 15px;width: 100%;text-align: center;}
	.eq-details-btn3 a{margin: 0 auto;display: block;font-size: 14px;color: #fff;line-height: 36px;width: 100px;text-align: center;background: #ff6600;border-radius: 3px;}
	
	.eq-list3-content{margin-top: 15px;}
	.eq-list3-content::after{content: "";display: block;clear: both;}
	.eq-list3-content li{float: left;width:49%;margin-bottom: 15px;}
	.eq-list3-content li:nth-of-type(2n){float: right;}
	.eq-list3-content li img{width: 100%;display: block;}
	.eq-list3-content li p{padding: 0 5px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.eq-list3-content li p:first-of-type{padding: 0;}
	.eq-list3-content li p:first-of-type a{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 14px;color: #666;line-height: 14px;padding: 10px 5px 10px 5px;display: block;}
	.eq-list3-content li p:last-of-type{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 12px;color: #999;line-height: 12px;}
	
	.fl-nav1-m2 ul li>a{}
	.fl-nav1-m3{width: 100%;display: none;}
	.fl-nav1-m3 a{border-bottom: 1px solid #e6e6e6;display: block;width: 100%;font-size: 14px!important;color: #5b5b5b!important;line-height: 30px!important;}
	.fl-nav1-m3 a:first-of-type{border-top: 1px solid #e6e6e6;}
	.fl-nav1-m3 a:last-of-type{border-bottom: none;}
	
	.details-fr2 strong{font-weight: bold;}
	.details-fr2 tr{border: 1px solid #e6e6e6;}
	.details-fr2 td{border-right: 1px solid #e6e6e6;padding-left: 10px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}

	.inter-details-bottom2 ul::after{content: "";display: block;clear: both;}
	.inter-details-bottom2 ul li{width: 48%;float: left;margin-right: 0;}
	.inter-details-bottom2 ul li:nth-of-type(2n){float: right;}
	.inter-details-bottom2 ul li p::after{content: "";display: block;clear: both;}
	.inter-details-bottom2 ul li p{padding-top: 0;}
	.inter-details-bottom2 ul li p a{display: block;color: #333;font-size: 14px;line-height: 20px;width: 100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
	.inter-details-bottom2 ul li p span{display: block;color: #666;font-size: 14px;line-height: 14px;padding-top: 10px;}
	
	.eq-details-btn{margin-top: 0!important;display: none;}
	.index-case-fl{width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.index-case-fl ul::after{content: "";display: block;clear: both;}
	.index-case-fl ul li{margin-top: 5px;margin-left: 5px;float: left;width: 31%;text-align: center;padding: 10px 0;border: 1px solid #e6e6e6;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.index-case-fl ul li.active{background: #ff6600;border-color: #ff6600;}
	.index-case-fl ul li.active h3 a{color: #fff;}
	.index-case-fl ul li h3{line-height: 16px;}
	.index-case-fl ul li a{width: 100%;display: block;font-size: 16px;color: #666;line-height: 16px;}
	.index-case-fr{margin-top: 10px;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 10px;}
	.index-case-fr .top img{width: 100%!important;display: block;float: left;height: inherit!important;min-height: 100px!important;}
	.index-case-fr .top::after{content: "";display: block;clear: both;}
	.index-case-fr .txt{width: 98%;}
	.index-case-fr .txt em{margin-top: 5px;display: block;font-size: 16px;color: #333;line-height: 16px;padding:0;}
	.index-case-fr .txt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;padding: 5px 0 0 0;}
	.index-case-fr .txt a{display: block;color: #fff;font-size: 12px;width: 70px;text-align: center;height: 26px;line-height: 26px;background: #ff6600;border-radius: 3px;margin: 5px 0 0 0;}
	.index-case-fr .bottom{width: 100%;}
	.index-case-fr .bottom ul::after{content: "";display: block;clear: both;}
	.index-case-fr .bottom ul li{float: left;width: 48%;margin-top: 15px;}
	.index-case-fr .bottom ul li:first-of-type{}
	.index-case-fr .bottom ul li:nth-of-type(2n){float: right;}
	.index-case-fr .bottom ul li img{width: 100%!important;display: block;height: inherit !important;}
	.index-case-fr .bottom ul li p{padding: 5px 0}
	.index-case-fr{display: none;margin-bottom: 20px;}
	.index-case-fr:first-of-type{display: block;}
	
	.inter-content .txt{margin-bottom: 10px;}
	.inter-content .txt p span{color: #666;font-size: 14px!important;line-height: 24px;}
	.inter-bt{display: none;}
	.inter-bt h1{margin: 0;}
	.search{border-radius: 30px;margin-left: 10px;width: 45%;height: 30px;border: 1px solid #103e87;float: left;margin-top: 12px;position: relative;}
	.search::after{content: "";display: block;clear: both;}
	.search .xl{display: none;cursor: pointer;line-height: 30px;float: left;color: #666;font-size: 14px;padding-left: 12px;width: 60px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.search .xl img{float: right;margin-top: 16px;}
	.search input{border-radius: 30px;margin-bottom: 0;width: 80%;line-height: 30px;height: 30px;border: none;padding: 0;padding-left: 10px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.search-icon{float: right;margin-right: 6px;margin-top: 7px;} 
	
	.eq-details-pic{display: none;}
	.eq-details-pic img{}
	.eq-details-title h1{font-weight: bold;font-size: 24px;color: #333;line-height: 24px;padding: 15px 0;display: block;padding-left: 20px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;margin: 0;}
	.eq-details-title p{padding-left: 20px;font-size: 12px;color: #333;line-height: 12px;padding-bottom: 25px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.eq-details-title p span{color: #999;margin-right: 35px;}
	.eq-details-model p{padding-left: 20px;width: 100%;line-height: 60px;font-size: 16px;color: #4c4c4c;background: #f6f6f6;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.eq-details-model p strong{font-size: 12px;color: #999;line-height: 60px;margin-right: 35px;}
	.eq-details-txt p{padding:20px 0 20px 0;line-height: 25px;font-size: 14px;color: #666;padding-left: 20px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.eq-details-phone p{color: #999;font-size: 12px;line-height: 14px;padding-left: 20px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.eq-details-phone p strong{color: #ff6600;font-size: 14px;margin-left: 35px;}
	.eq-details-btn2{width: 100%;text-align: center;margin-top: 25px;font-size: 0;}
	.eq-details-btn2 div{display: inline-block;margin: 0 auto}
	.eq-details-btn2 div::after{content: "";display: block;clear: both;}
	.eq-details-btn2 a:first-of-type{float: left;font-size: 16px;color: #ff6600;width: 96px;text-align: center;height: 32px;border: 1px solid #ff6600;border-radius: 2px;line-height: 32px;background: #ffede1;}
	.eq-details-btn2 a:nth-of-type(2){float: left;margin-left: 15px;font-size: 16px;color: #fff;width: 96px;height: 32px;text-align: center;line-height: 32px;border-radius: 2px;border: 1px solid #ff6600;background: #ff6600;}
	
	.eq-details-top{width: 100%;}
	.eq-details-top-fl{width: 100%;}
	.eq-details-top-fr{width: 100%;}
	.eq-details-pic{width: 100%;position: relative;height: 280px;}
	.eq-details-pic{width: 100%;margin-top: 20px}
	.eq-details-pic li{display: none;width: 100%;}
	.eq-details-pic li:first-of-type{display: block;}
	.eq-details-pic li img{display: block;position: absolute;top: 0;left: 0;width: 100%;height: 280px;}
	.Box4 {position: relative;margin-top: 10px;display: none;}
	.Box4 .content2 {width: 300px;margin: 0 auto;}
	.Box4 .Box_con {position: relative;}
	.Box4 .Box_con .btnl {position: absolute;}
	.Box4 .Box_con .btn {display: block;width: 18px;height: 32px;position: absolute;top: 50%;cursor: pointer;margin-top: -16px;}
	.Box4 .Box_con .btnl {background: url(../../images/default/eq-jt2.png) no-repeat center;left: -20px;z-index: 9;}
	.Box4 .Box_con .btnr {background: url(../../images/default/eq-jt3.png) no-repeat center;right: -20px;z-index: 9;}
	.Box4 .Box_con .btnl:hover {background: url(../../images/default/eq-jt2.png) no-repeat center;}
	.Box4 .Box_con .btnr:hover {background: url(../../images/default/eq-jt3.png) no-repeat center;}
	.Box4 .Box_con .conbox {position: relative;overflow: hidden;height: 54px;}
	.Box4 .Box_con .conbox ul {position: relative;list-style: none;}
	.Box4 .Box_con .conbox ul li{float: left;width: 54px;height: 54px;margin-right: 10px;box-sizing: border-box;overflow: hidden;text-align: center;}
	.Box4 .Box_con .conbox ul li:nth-of-type(5) {margin-right: 0;}
	.Box4 .Box_con .conbox ul li:first-of-type img{border: 2px solid #ff6600;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	.Box4 .Box_con .conbox ul li img {display: block;width: 54px;height: 54px;}
	
	.inter-details-mid embed{width: 100%!important;}
	
	.footer-btn{width: 100%;position: fixed;bottom: 0;left: 0;height: 50px;background: rgba(255,255,255,1);border-top: 1px solid #e6e6e6;z-index: 9;}
	.footer-btn ul::after{content: "";display: block;clear: both;}
	.footer-btn ul li{float: left;width: 25%;height: 50px;text-align: center;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 5px 0 0 0;}
	.footer-btn ul li a{display: block;}
	.footer-btn ul li a::after{content: "";display: block;clear: both;}
	.footer-btn ul li img{width: 24px;display: block;margin: 0 auto;}
	.footer-btn ul li p{width: 100%;font-size: 14px;color: #5eb536;line-height: 14px;padding-top: 3px;}
	
	/*.about-content2.about-scroll{padding: 0;}*/
	header{display: block;}
	.header-top{display: none;}
}