html {overflow-x: hidden;padding: 0px;margin: 0px;}
body{font-size: 16px;line-height:31px;;word-wrap: break-word;font-weight: 400;; color: #333;}
svg{fill: currentcolor;width: 15px;height: 15px;}
img.svg{width: 15px;height: 15px;}
@font-face {
	font-family: "DINENGSCHRIFTSTD";
	src: url("../css/font/DINENGSCHRIFTSTD.woff2") format("woff2"),
	url("../css/font/DINENGSCHRIFTSTD.woff") format("woff"),
	url("../css/font/DINENGSCHRIFTSTD.ttf") format("truetype"),
	url("../css/font/DINENGSCHRIFTSTD.eot") format("embedded-opentype"),
	url("../css/font/DINENGSCHRIFTSTD.svg") format("svg");
}
.iconfont{font-family: 'iconfont';}
.fontDIN {font-family: "DINENGSCHRIFTSTD";}
i,em{ font-style:normal;}
li{list-style: none;}
.relative{position: relative;}
.absolute{position: absolute;}
a{ text-decoration:none; color:#333;}
.arlo_tm_wrapper_all,.arlo_tm_section,.arlo_tm_content{width: 100%;height: auto;clear: both;float: left;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
#ripple{position: relative;z-index: 0;}
.arlo_tm_content{position: relative;z-index: 2;}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */color: #333;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #333;opacity:  1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color: #333;opacity:  1;}
:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #333;}
::-ms-input-placeholder { /* Microsoft Edge */color: #333;}

::placeholder { /* Most modern browsers support this now. */color: #333;}



.arlo_tm_leftpart_wrap{width: 260px;position: fixed;top: 0px;bottom: 0px;left: 0px;background-color: #cd1213;z-index: 100;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;
	-o-transition: all .3s ease;	transition: all .3s ease;}
.arlo_tm_leftpart_wrap.hide{left: -300px;}
.arlo_tm_leftpart_wrap.opened{left: -300px;}
.arlo_tm_leftpart_wrap .logo_wrap{background-color: #cd1213;padding: 25px 20px;width: 100%;float: left;text-align: center;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */	box-sizing: border-box; /* Opera/IE 8+ */ }
.arlo_tm_leftpart_wrap .menu_list_wrap{width: 100%;height: auto;clear: both;float: left;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;	box-sizing: border-box;background: #232222 ;}
.arlo_tm_leftpart_wrap .menu_list_wrap ul{margin: 0px;list-style-type: none;padding: 15% 20px 40% 20px; background:  url('../images/d.jpg') no-repeat center bottom; background-size: 100%; }
.arlo_tm_leftpart_wrap .menu_list_wrap ul li{margin:0px;border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); text-align: center; line-height: 7vh;}
.arlo_tm_leftpart_wrap .menu_list_wrap ul li:last-child{margin-bottom: 0px;}
.arlo_tm_leftpart_wrap .menu_list_wrap ul li a{text-decoration: none;color: #fff;font-size: 16px;font-weight: 500;text-transform: uppercase;position: relative;display: inline-block;
-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;	-o-transition: all .3s ease;	transition: all .3s ease;}
.arlo_tm_leftpart_wrap .menu_list_wrap ul li a:before{position: absolute;content: "";height: 2px;width: 0px;background-color: #cd1213;top: 32px;transform: translateY(-50%);left: 100%;margin-left: 10px;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;	-o-transition: all .3s ease;	transition: all .3s ease;}
.arlo_tm_leftpart_wrap .menu_list_wrap ul li a:hover{color: #cd1213;}
.arlo_tm_leftpart_wrap .menu_list_wrap ul li a:hover:before{width: 35px;}
.arlo_tm_leftpart_wrap .leftpart_bottom{position: absolute; bottom: 10%;width: 70%; left: 50%; margin-left: -35%;}


@media only screen and (max-width: 1600px){
	.arlo_tm_leftpart_wrap .menu_list_wrap ul li{ line-height:3rem;}

}

/*收缩按钮*/
.arlo_tm_leftpart_wrap .arlo_tm_resize{position: absolute;right: 0px;bottom: 20%;width: 40px;height: 40px;text-align: center;line-height: 40px;background-color: #ffffff;display: inline-block;text-decoration: none;
z-index: 200;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.arlo_tm_leftpart_wrap .arlo_tm_resize.opened{right: -80px;}
.arlo_tm_leftpart_wrap .arlo_tm_resize i{color: #cd1213;transform: rotate(0deg);position: absolute;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;  font-style: normal; font-size: 16px;}
.arlo_tm_leftpart_wrap .arlo_tm_resize i.opened{transform: rotate(-180deg);}



.arlo_tm_rightpart{	width: 100%;height: auto;float: left;padding-left: 260px;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;
transition: all .3s ease;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */-moz-box-sizing: border-box; /* Firefox, other Gecko */box-sizing: border-box; /* Opera/IE 8+ */}
.arlo_tm_rightpart.full{padding-left: 0px;}
.arlo_tm_rightpart.opened{padding-left: 0px;}
.arlo_tm_rightpart .rightpart_inner{width: 100%;height: auto;clear: both;float: left;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */-moz-box-sizing: border-box; /* Firefox, other Gecko */box-sizing: border-box; /* Opera/IE 8+ */}

.arlo_tm_hero_header_wrap .inner_content{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;text-align: center;width: 100%;padding: 0px 20px;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */-moz-box-sizing: border-box; /* Firefox, other Gecko */box-sizing: border-box; /* Opera/IE 8+ */}
.arlo_tm_hero_header_wrap .image_wrap{width: 200px;height: 200px;display: inline-block;margin-bottom: 38px;}
.arlo_tm_hero_header_wrap .image_wrap img{border-radius: 100%;border: 8px solid rgba(255,255,255,.5);}
.arlo_tm_hero_header_wrap .name_holder h3{ext-transform: uppercase;color: #fff;font-size: 50px;font-weight: 300;}
.arlo_tm_hero_header_wrap .name_holder h3 span{font-weight: 500;color: #E3872D;}
.arlo_tm_hero_header_wrap .text_typing{width: 100%;height: auto;float: left;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */-moz-box-sizing: border-box; /* Firefox, other Gecko */	box-sizing: border-box; /* Opera/IE 8+ */}
.arlo_tm_hero_header_wrap .text_typing p{color: #fff;font-size: 24px;}
.arlo_tm_animation_text_word{font-weight: 600;line-height: 1;}
.arlo_tm_about_wrap .arlo_tm_animation_text_word{color: #E3872D;}

/*左下按钮*/
.hrt {display: block;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; }
.hrt a {display: block;float: left;padding: 0 15px;border-right: 2px solid #fff;height: 20px;position: relative;}
.hrt a:last-child {border: none;padding-right: 0;}
.hrt a img {-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;display: block;width: 30px;position: relative;top: -3px;}
.hrt a img.ssr {width: 30px;height: 25px;position: absolute;top: -3px;left: 50%;margin-left: -15px;opacity: 0;}
.hrt a:last-child img.ssr {margin-left: -8px;}
.hrt a:hover img.ss {opacity: 0;}
.hrt a:hover img.ssr {opacity: 1;}
.hrt a .ewm {width: 133px;position: absolute;top: -142px;left: -35px;display: none;}
.hrt a .ewm img {width: 100%;}
/* 搜索 */
.susuo {
display: none;
position: fixed;
width: 100%;
background: rgba(0, 0, 0, 0.9);
top: 0;
left: 0;
z-index: 22220;
box-sizing: border-box;
padding: 300px 0 150px;
}
.susuo .sch1 {width: 1120px;margin: 0 auto;border-bottom: 1px solid #fff;padding-bottom: 50px;position: relative;}
.susuo .sch1 input {display: block;border: none;float: left;width: calc(20%);font-size: 36px;background: none;outline: none;color: #fff;width: 100%;}
.susuo .sch1 a {display: block;float: right;width: 80px;}
.susuo .sch1 .submit {margin-top: 34px;}
.susuo .sch1 a img {display: block;width: 100%;}
.susuo .sch1 .out {cursor: pointer;display: block;width: 50px;height: 50px;background: url(out.png) center no-repeat;position: absolute;top: -100px;right: 10px;background-size: cover;}


/* ------------------------ */
#banner{position:relative;overflow:hidden;width:100%;}
#banner ul{position:relative;overflow:hidden;width:300%;margin: 0;}
#banner ul li{width:33.333%;float:left}
#banner ul li img{width:100%;display:block;}
#banner aside{position:absolute;top:0;bottom:0;height:0;width:90%;right:0;left:0;margin:auto}
#banner aside span{display:block;width:65px;height:65px;z-index:63;background:rgba(255,255,255,0.3);border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;position:relative;cursor:pointer;opacity:0;transition:all 0.3s;margin-top:-2%;}
#banner:hover aside span{opacity:1;}
#banner aside span:after{content:'';position:absolute;top:0;bottom:0;right:0;left:20%;margin:auto;width:27px;height:27px;border-top:3px solid #ffffff;border-left:3px solid #ffffff;-webkit-transform:rotateZ(-45deg);-moz-transform:rotateZ(-45deg);-ms-transform:rotateZ(-45deg);-o-transform:rotateZ(-45deg);transform:rotateZ(-45deg)}
#banner aside span.prev{float:left;}
#banner aside span.next{float:right;}
#banner aside span.next:after{left:0;right:20%;-webkit-transform:rotateZ(135deg);-moz-transform:rotateZ(135deg);-ms-transform:rotateZ(135deg);-o-transform:rotateZ(135deg);transform:rotateZ(135deg)}
#banner #bannerBtnS{width:85px;position:absolute;right:0;left:0;bottom:3%;margin:auto}
#banner  #bannerBtnS em{display:block;float:left;width:18px;height:18px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border:3px solid #fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 4.75px;background:#fff;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}
#banner  #bannerBtnS em.act{background:#f0c02e}

@media (max-width:750px){
	#banner{ margin-top: 50px;}	
	#banner  #bannerBtnS em{width: 10px; height: 10px;}
}


/*解决案例*/
.tel_case_tit,.tel_pro_tit,.tel_honor_tit,.tel_news_tit{display: none;}
.case{width: 100%; background:#f2f2f2 url("../images/casebg.png") no-repeat center bottom; padding:5% 0 1% 0;}
.case .case_tit{width: 90%; margin: 0 auto; display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.case .case_tit_l{width: 30%;}
.case .case_tit_l h2 a{ color: #0061ae;;}
.case .case_tit_l h2 em{ font-family: "宋体";color: #0061ae; letter-spacing: -4px; }
.case .case_tit_l h2 em:after{content: ""; background: url('../images/xian.png') center no-repeat; width: 214px; height: 5px; display: block; margin: 10px 0;}
.news .case_tit_r{ margin-top: 50px;}
.PubLink2 {display: inline-block;color: rgb(102, 102, 102);width: 100px;text-align: center;font-size: 15px;border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);border-image: initial;padding: 5px 0px; }
.PubLink2:hover {border: 1px #cd1213 solid;background: #cd1213;color: #fff;}


.case_cont{width: 90%; margin: 3% auto;}
.case_cont ul{display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;}
.case_cont li{ margin-right: 3%; background: #fff; width: 30%; padding-bottom: 3%;}
.case_cont li:nth-child(4){margin-right: 0;}
.case_cont .case_text{padding: 3%;}
.case_cont .case_text h3{text-align: center;font-weight: 800; line-height: 40px;}
.case_cont .case_text h3:after{content: ""; width: 60px; height: 5px; background: #307dbf;display: block; margin: 3% auto;}
.case_cont .case_text p{width: 90%; margin: 0 auto;}


@media (max-width:750px){
	.case .case_tit{display: none;}
	.tel_case_tit{display: block; text-align: center; padding: 4% 0;}
	.tel_case_tit:after{content: ""; width: 60px; height: 5px; background: #307dbf;display: block; margin: 3% auto;}
	.case_cont{width: 95%;}
	.case_cont ul{flex-wrap: wrap;}
	.case_cont li{width: 48%;}
	.case_cont li:nth-child(2n){margin-right: 0;}
	.case_cont .case_text h3{line-height: 30px;}
	.case_cont .case_text h3:after{ width: 25px; height: 3px;  margin: 0 auto;}
	.case_cont .case_text p{line-height: 25px;}
}

/*公司简介*/
.about{width: 100%;display: flex;flex-wrap: wrap; background: url("../images/aboutbg.jpg") no-repeat left bottom; margin: 6% auto 0% 5%;}
.about .about_l{padding: 2% 50px 20px 0 !important; width: 50%; }
.about .about_l h2{ margin-bottom: 5%; font-weight: 800;}
.about .about_l h2 em{font-family: impact;text-transform: uppercase;color: #ffc000;}
.about .about_l h2:after{content: ""; width: 15%; height: 4px; background: #d7d9dd; display: block; margin-top: 10px;}
.PubLink {display: inline-block;color: rgb(102, 102, 102);width: 50%;max-width: 256px;line-height: 62px;text-align: center;font-family:  Times New Roman;font-size: 15px;border-width: 1px;border-style: solid;border-color: rgb(102, 102, 102);border-image: initial;padding: 0px 30px; margin-top: 7%;}
.PubLink:hover {border: 1px #cd1213 solid;background: #cd1213;color: #fff;}
.about .about_r{width: 40%;}
.about .about_r img{width: 100%;}

.flex {display: -webkit-box;display: -webkit-box;display: -ms-flexbox;display: flex;display: -webkit-flex;width: 90%; margin: 0 auto;}
.flexwp {flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.flexbt {-webkit-box-pack: space-between;-ms-flex-pack: space-between;justify-content: space-between;-webkit-justify-content: space-between;}
.brandNum {margin-top: 1rem;}
.brandNum{ margin-top:5%;}
.brandNum .fbs{width: 22%; margin: 0 2% 5% 0;}
.imgBad img{width: 1.5rem;margin-bottom: 1.6rem;}
.brandLeft{padding: .5rem 0 0 1rem; width: 45%; background-size: cover !important;position: relative;z-index: 3;}
.mapPoint{ margin: .6rem 0 -1.2rem 0;}
.colorlogo {color: #307dbf;}
.line1{line-height: 1;}
@media screen and (max-width: 1280px) {
	.PubLink {max-width: 156px;line-height: 45px}
}


@media screen and (max-width: 1000px) {
	.about .about_l{ width:48%;}
}
@media only screen and (max-width: 768px){
	.about{display: block; margin: 6% auto 0% auto; width: 95%;}
	.about .about_l{padding: 2% 50px 20px 0 !important; width:100%; margin-left: 0;}
	.PubLink {max-width:150px;line-height: 45px;}
	.about .about_r{width: 100%;}
	.brandNum .fbs{width: 48%; margin: 0 2% 5% 0;text-align: center;}
}



/*产品分类*/
.prolist{width: 100%; padding:3% 0 3% 0;}
.prolist .prolist_tit{width: 90%; margin: 0 auto; display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.prolist .prolist_tit_l{width: 30%;}
.prolist .prolist_tit_l h2 a{ color: #0061ae;;}
.prolist .prolist_tit_l h2 em{ font-family: "宋体";color: #0061ae; letter-spacing: -4px; }
.prolist .prolist_tit_l h2 em:after{content: ""; background: url('../images/xian.png') center no-repeat; width: 214px; height: 5px; display: block; margin: 10px 0;}
.prolist .prolist_tit_r{ margin-top: 50px;}

.ff_dd{ width:100%; position:relative; overflow:hidden;}
.ff_dd li{ width:400px; float:left; position:relative; cursor:pointer;overflow: hidden;}
.ff_dd li .ff_pic{ position:relative; z-index:1; width: 100%;}
.ff_dd li .ff_num{ position:absolute; width:92px; height:92px; left:50%; margin-left:-46px; z-index:99; top:8vh;border:1px solid transparent; border-color: rgba(255, 255, 255, 0.3); text-align: center; line-height: 92px; color: #fff;border-radius: 10px}
.ff_dd li h3{ text-align:center; position:absolute; width:100%; line-height:68px; color:#fff;  z-index:99; top:20vh; font-weight: 700;}
.ff_dd li .ff_cp{ position:absolute; bottom:12vh; width:100%; z-index:98; text-align:center; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.ff_dd li .ff_cp img{ width:auto; max-width:90%; margin:0 auto}
.ff_dd li .ff_bg{ width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:2; position:absolute; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.ff_dd li:nth-child(2n) .ff_bg{ background:rgba(0,0,0,0.6);}
.ff_dd li .ff_more{ width:140px;position:absolute; left:50%; margin-left:-60px; bottom:3vh; z-index:3; border-radius:30px; text-align:center; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.ff_dd li .ff_more a{ color:#fff; font-size:16px; text-transform:uppercase}
.ff_dd li:hover .ff_cp{ bottom:13vh;}
.ff_dd li:hover .ff_more{ bottom:2vh; }
.ff_dd li:hover .ff_bg { background:rgba(205,18,19,0.9);}


@media only screen and (max-width: 1600px){
	.ff_dd li{ width:400px;}
}
@media only screen and (max-width: 1450px){
	.ff_dd li .ff_cp img{width: 60%;}
}
@media only screen and (max-width: 1280px){
	.ff_dd li .ff_cp{ bottom: 8vh;}
}
@media (max-width:750px){
	.prolist .prolist_tit{display: none;}
	.tel_pro_tit{display: block; text-align: center; padding: 4% 0;}
	.tel_pro_tit:after{content: ""; width: 60px; height: 5px; background: #307dbf;display: block; margin: 3% auto 0 auto;}
	.ff_dd li .ff_num{ position:absolute; width:30px; height:30px; left:50%; margin-left:-15px; z-index:99; top:2vh;line-height: 30px;border-radius: 3px}
	.ff_dd li .ff_more{ width:100px; margin-left:-50px; bottom:1vh; }
	.ff_dd li .ff_more img{width: 17%;}
	.ff_dd li .ff_cp{ bottom: 6vh;}
}

/*资质荣誉*/
.honor{width: 100%; padding:5% 0 4% 0;}
.honor .honor_tit{width: 90%; margin: 0 auto; display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.honor .honor_tit_l{width: 30%;}
.honor .honor_tit_l h2 a{ color: #0061ae;;}
.honor .honor_tit_l h2 em{ font-family: "宋体";color: #0061ae; letter-spacing: -4px; }
.honor .honor_tit_l h2 em:after{content: ""; background: url('../images/xian.png') center no-repeat; width: 214px; height: 5px; display: block; margin: 10px 0;}
.honor .honor_tit_r{ margin-top: 50px;}
.tel_al_pic{display: none;}
.al_pic {overflow:hidden;margin:3% auto 20px auto;width:90%; overflow:hidden; display: block;}
.al_pic li {float:left;margin-right:20px;width:410px; padding: 20px; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.al_pic li a:hover {background:#ec5411;color:#fff;}
.al_pic li a {display:block;}
.al_pic li a img {display:block;width:100%;}
@media (min-width: 1281px) {
	/*左右滚动*/
	.al_pic {
	  display: block; }
	}

	@media only screen and (max-width: 768px){
	.honor .honor_tit{display: none;}
	.tel_honor_tit{display: block; text-align: center; padding: 4% 0;}
	.tel_honor_tit:after{content: ""; width: 60px; height: 5px; background: #307dbf;display: block; margin: 3% auto 0 auto;}
	.al_pic li{width: 200px; padding: 10px;}
	}





/*新闻资讯*/
.news{width: 100%; margin: 0% auto; background: #f2f2f2; padding: 5% 0 2% 0;}
.news .news_tit{width: 90%; margin: 0 auto; display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.news .news_tit_l{width: 30%;}
.news .news_tit_l h2 a{ color: #0061ae;;}
.news .news_tit_l h2 em{ font-family: "宋体";color: #0061ae; letter-spacing: -4px; }
.news .news_tit_l h2 em:after{content: ""; background: url('../images/xian.png') center no-repeat; width: 214px; height: 5px; display: block; margin: 10px 0;}
.news .news_tit_r{ margin-top: 50px;}
.news_cont{display: flex;-ms-flex-preferred-size: 100%;flex-basis: 100%;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;	-ms-flex-wrap: wrap;flex-wrap: wrap;width: 90%;overflow: hidden; margin: 0 auto;}
.news_cont .newList{flex-basis: 31%;margin-right: 3%;margin-top: 80px;}
.newList{ overflow:hidden; padding:0rem; height:auto; width:100%; }
.news_cont .newList:nth-child(3n){ margin-right:0px; }
.news_cont .newPicBox{ position:relative; width:100%; height:0px; padding-bottom:50%; overflow:hidden; border-radius:0px; margin:0 auto; }
.news_cont .newPic{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) scale(1); width:100%; height:auto; transition:all .5s ease; }
.news_cont .picLink{ position:absolute; top:0px; left:0px; width:100%; height:100%; }
.news_cont .contentBoxB{ padding:0px; }
.news_cont .newTitle{ font-size:20px; margin-bottom:0; height:26px; line-height:1.2; font-weight:normal; color:#373c41; transition:all .5s ease; display:-webkit-box; overflow:hidden; -webkit-line-clamp:2; -webkit-box-orient:vertical; text-overflow:ellipsis; }
.news_cont .lineBox{ position:relative; width:100%; height:1px; background:#ededed; margin-bottom:26px; }
.news_cont .lineBox::before{ content:''; position:absolute; top:0px; left:0px; width:0px; height:100%; background:#afafaf; transition:all .5s ease; }
.news_cont .TimeBox{ font-size:14px; line-height:1.5; letter-spacing:.25px; color:#777; margin-bottom:20px; }
.news_cont .newMs{ position:relative; width:100%; line-height:1.4; clear:both; font-size:14px; color:#777; min-height:22px; letter-spacing:0; margin:20px 0px 30px; display:-webkit-box; overflow:hidden; -webkit-line-clamp:1; -webkit-box-orient:vertical; text-overflow:ellipsis;  font-weight: 100;}
.news_cont .image_con{ width: 100%; }
.news_cont .image_con img{width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.news_cont .image_con:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.news_cont .look{ display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; margin-top:20px; color:#777; overflow:hidden; }
.news_cont .look .look_name{ margin-right:10px; position:relative; }
.news_cont .bottom_btn{font-size:14px;line-height:7.5;/* font-weight:bold; */letter-spacing:.5px;text-transform:uppercase;transition:all .5s ease;}
.news_cont .contentBoxB .bottom_btn{ display:none; }
.news_cont .newList:hover .newPic{ transform:translate(-50%,-50%) scale(1.1); }
.news_cont .newList:hover .newTitle{ color:#222; }
.news_cont .newList:hover .lineBox::before{ width:100%; }
.news_cont .newList:hover .bottom_btn{ color:#d2bb84; } 
@media only screen and (min-width: 769px){
.news_cont .newList{ flex-basis:30%; margin-right:5%; margin-top:80px; } 
}
@media only screen and (max-width: 1024px) and (min-width: 769px){
.news_cont .newList { flex-basis: 100%; width:100%; margin-right: 0; margin-top: 50px; }
.news_cont .newList a{ display:flex; justify-content: space-between; flex-direction: row-reverse; }
.news_cont .contentBoxB{ width: 48%; }
.news_cont .image_con{ width: 48%; }
.news_cont .image_con img{width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.news_cont .image_con:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}

.news_cont .image_con .bottom_btn{ display:none; }
.news_cont .contentBoxB .bottom_btn{ display:block; }
.news_cont .newPicBox{ padding-bottom:72%; } 
}

@media only screen and (max-width: 768px){
.news .news_tit{display: none;}
.tel_news_tit{display: block; text-align: center; padding: 4% 0;}
.tel_news_tit:after{content: ""; width: 60px; height: 5px; background: #307dbf;display: block; margin: 3% auto 0 auto;}
.news_cont{display:block;}
.news_cont .bottom_btn{line-height:4.5;}

.news_cont .newList { width: 100%; margin-top: 30px; }
.news_cont .newTitle{ font-size:17px;height: 20px; }
.news_cont .newMs{ font-size:14px; } 
}
.news_cont .p_hot .iconfont:before{ shadow-angle:0; shadow-distance:0; shadow-angle-ofInset:0; shadow-distance-ofInset:0; }
.news_cont .p_new .iconfont:before{ shadow-angle:0; shadow-distance:0; shadow-angle-ofInset:0; shadow-distance-ofInset:0; }
.news_cont .p_page .pre .iconfont:before{ shadow-angle:0; shadow-distance:0; shadow-angle-ofInset:0; shadow-distance-ofInset:0; } 


/*快速链接*/
.kuaisu{ width: 90%; margin: 80px auto;align-items: center;}
.kuaisu ul{  width: 100%;display: flex;justify-content:center;flex: 5; }
.kuaisu li{ flex: 1;width: 325px;height: 370px;background-color: #FFFFFF;text-align: center;position: relative; margin-right:4%;}
.kuaisu li:nth-child(3){ margin-right: 0;}
.pro_a,.pro_b,.pro_c{ width: 100%; height: 370px; position: relative;  overflow: hidden;}
.pro_a .pro_a_div,.pro_b .pro_b_div,.pro_c .pro_c_div{ width:100%; height:100%; position:absolute; overflow: hidden;}
.pro_img_div {position: relative; width: 100%; height: 100%;}
.pro_img_div img{width: 100%;!important}
.pro_img { width: 100%; position: absolute;top: 0;left: 0;opacity: 0;z-index: 0;transition: opacity 0.5s;-moz-transition: opacity 2s;/* Firefox 4 */-webkit-transition: opacity 2s;/* Safari 和 Chrome */-o-transition: opacity 2s;/* Opera */}
.pro_a .pro_list2,.pro_b .pro_list2,.pro_c .pro_list2{ position: absolute;z-index: 500;left:0; top:15%; width: 100%;}
.pro_a .pro_list2  h2,.pro_b .pro_list2  h2,.pro_c .pro_list2  h2{ font-size:27px; color:#fff; line-height:48px; position:absolute; z-index:99999;  z-index:3; font-weight: normal; left: 5%;}
.pro_a .pro_a_div .pro_a_cont,.pro_b .pro_b_div .pro_b_cont,.pro_c .pro_c_div .pro_c_cont{ margin: 38% 0 0 3% } 
.pro_a .pro_a_div .pro_a_cont a,.pro_b .pro_b_div .pro_b_cont a,.pro_c .pro_c_div .pro_c_cont a{ margin:0 3% 0 auto; line-height:31px; text-align:center;color:#fff; display:block;  font-size:14px;transition: .5s; float: left;}
.pro_a .pro_a_div .pro_a_cont a:after,.pro_b .pro_b_div .pro_b_cont a:after,.pro_c .pro_c_div .pro_c_cont a:after{ content: "";width: 100%;height: 1px;background-color: #FFFFFF; display: block; opacity: 0.8;}
.pro_a .pro_a_div .pro_a_cont a:hover,.pro_b .pro_b_div .pro_b_cont a:hover,.pro_c .pro_c_div .pro_c_cont a:hover{ font-weight:bold; color:#f4dd63}


@media (max-width: 1440px) {
.kuaisu{ width: 90%; margin: 50px auto;align-items: center;}	
}

@media (max-width: 1280px) {
.kuaisu{ width: 95%; margin: 50px auto;align-items: center;}
.kuaisu li{ flex: 1;width: 325px;height: 300px;background-color: #FFFFFF;box-shadow: 1px 0px 16px 0px rgba(121, 121, 121, 0.2);text-align: center;position: relative; margin-right:4%;}
	
.pro_a,.pro_b,.pro_c{ width: 100%; height: 300px; position: relative;  overflow: hidden;}	
.pro_a .pro_list2  h2,.pro_b .pro_list2  h2,.pro_c .pro_list2  h2{ font-size:22px; }
.pro_a .pro_list2,.pro_b .pro_list2,.pro_c .pro_list2{ position: absolute;z-index: 500;left:10%; top:15%; width: 80%;}
.pro_a .pro_a_div .pro_a_cont a,.pro_b .pro_b_div .pro_b_cont a,.pro_c .pro_c_div .pro_c_cont a{ margin:0 5% 0 auto; line-height:30px; }
.pro_a .pro_a_div .pro_a_cont a:after,.pro_b .pro_b_div .pro_b_cont a:after,.pro_c .pro_c_div .pro_c_cont a:after{ height: 1px;}
.pro_a .pro_a_div .pro_a_cont a:hover,.pro_b .pro_b_div .pro_b_cont a:hover,.pro_c .pro_c_div .pro_c_cont a:hover{  font-size:14px;}
}

@media (max-width: 770px) {
    .kuaisu{display: none;}
.kuaisu ul{  width: 100%;display:block;}
.kuaisu li{ flex: 1;width: 100%;height: 305px;background-color: #FFFFFF;box-shadow: 1px 0px 16px 0px rgba(121, 121, 121, 0.2);text-align: center;position: relative; margin-right:4%;}
.kuaisu li:nth-child(3){ margin-right: 0;}
}


/*end*/
.tel_footer,.footer-fixed{display: none;}
.footer{width: 100%;position: relative;background:#f0f0f0;}
.footer .s_width{padding: 3rem 0; width: 90%; margin:0rem auto 0 auto; display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer .ul1{width: 70%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer .ul1 li{width: 30%;display: flex;}
.footer .ul1 .f_img{ width: 47px; height: 47px; margin: 10px 10px 0 0;}
.footer .ul1 li img{display: block;}
.footer .ul1 li p em{display: block;}
.footer .ul2{width: 15%;display: flex;}
.footer .ul2 li{width: 48%; margin-right: 2%;}
.footer .ul2 li img{width: 100px;}

.end{ height:65px; background:#cd1213 }
.end .s_width{ width:90%; margin: 0 auto;}
.end .end_l{ }
.end .end_l img{}
.end .end_l p{ font-size:16px; color:#fff; float:right; line-height:65px;}
.end .end_r{ padding-top:8px;}


@media only screen and (max-width: 768px){
	.footer,.end{display: none;}
	.tel_footer{display: block;}
	.tel_contact{ background: #1a2948; width: 100%; margin-bottom: 200px; padding-bottom: 35px;}
	.tel_contact h2{ padding: 8% 0 3% 3%; color: #fff; font-size: 20px;}
	.tel_contact p{color: #fff; line-height: 28px; width: 95%; margin: 0 auto; padding: 3% 0 0 0;;;}
	.tel_contact p:after{content: ""; width: 100%; height: 1px;background:rgba(255,255,255,0.2); display: block; margin: 5% 0 3% 0;}
	.tel_contact em{color: #fff; width:90%; margin:0 auto; text-align: center; display: block; opacity: 0.6;}

	.footer-fixed{position:fixed;left:50%;bottom:0;width:100%;margin-left:-50%;z-index:999; display: block;}
	.footer-fixed ul{height:12vh;background:url(../images/bottom-fixed-bg.png) left bottom no-repeat;background-size:100% auto;position:relative}
	.footer-fixed ul li a{display:block;text-align:center;width:65px;}
	.footer-fixed ul li img{display:block;margin:38% auto 0 auto; width:43%;}
	.footer-fixed ul li span{display:block;font-size:14px;line-height:26px;color:#fff}
	.footer-fixed ul li:nth-child(1){float:left;margin-left:1.16rem}
	.footer-fixed ul li:nth-child(2){float:right;margin-right:1.16rem}
	.footer-fixed ul:after{content:'';display:block;clear:both}
	.footer-fixed .footer-tel{position:absolute;width:90px;height:90px;background-image:-webkit-linear-gradient(90deg, #cc1213 0%, #cc1213 100%);background-image:-moz-linear-gradient(90deg, #cc1213 0%, #cc1213 100%);background-image:-o-linear-gradient(90deg, #cc1213 0%, #cc1213 100%);background-image:linear-gradient(0deg, #cc1213 0%, #cc1213 100%);border-radius:50%;left:50%; margin-left: -45px; bottom:50%}
	.footer-fixed .footer-tel a{display:block;padding-top:.42667rem;height:1.94667rem}
	.footer-fixed .footer-tel a img{width:50%;display:block;margin:0 auto}
	.footer-fixed .footer-tel a span{color:#fff;font-size:14px;line-height:.4rem;margin-top:10px;text-align:center;display:block}
}

.arlo_tm_counter_wrap{
width: 100%;
height: auto;
clear: both;
float: left;

-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.arlo_tm_counter_wrap{overflow: hidden;}
.arlo_tm_counter_list{
list-style-type:none;
width:100%;
margin: 0px;

-webkit-perspective: 500px;
-moz-perspective: 500px;
perspective: 500px;
}
.arlo_tm_counter_list li{
width:25%;
float:left;
text-align:center;
margin: 0px;

-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.arlo_tm_counter_list li .inner{
width: 100%;
height: auto;
clear: both;
float: left;
position: relative;
padding: 90px 15px 93px 15px;

-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
}
.arlo_tm_counter_list li .inner:before{
position: absolute;
content: "";
width: 1px;
top: 35px;
bottom: 35px;
background-color: #d1d7db;
left: 100%;
}
.arlo_tm_counter_list li:nth-child(4) .inner:before{display: none;}
.arlo_tm_counter_list li h3{
font-family: "Montserrat";
color: #181a2f;
margin-bottom: 10px;
}
.arlo_tm_counter_list li h3 > span{
font-size: 40px;
font-weight: 700;
}
.arlo_tm_counter_list li .inner > span{
color:#666;
font-family: "Open Sans";
font-size: 14px;
display: block;
font-weight: 600;
}

.arlo_tm_portfolio_list{list-style-type:none;margin: 0px 0px 0px -30px;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */-moz-box-sizing: border-box; /* Firefox, other Gecko */box-sizing: border-box; /* Opera/IE 8+ */}
.arlo_tm_portfolio_list > li{width:33.3333%;float:left;position:relative;margin: 0px 0px 30px 0px;padding-left: 30px;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */-moz-box-sizing: border-box; /* Firefox, other Gecko */box-sizing: border-box; /* Opera/IE 8+ */}
.arlo_tm_portfolio_list li img{min-width: 100%;}
.entry{position: relative;}
.arlo_tm_portfolio_image_main{position: absolute;top: 0px;bottom: 0px;left: 0px;right: 0px;background-repeat: no-repeat;background-size: cover;background-position: center;}


.arlo_tm_popup_share_wrap{display: none;}
#arlo_tm_popup_blog{opacity: 0;visibility: hidden;width: 100%;height: 100vh;position: fixed;background-color: rgba(255,255,255,1);padding: 50px 0px;	z-index: 99999999;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */-moz-box-sizing: border-box; /* Firefox, other Gecko */box-sizing: border-box; /* Opera/IE 8+ */-webkit-transition: all .2s ease;-moz-transition: all .2s ease;-ms-transition: all .2s ease;
-o-transition: all .2s ease;transition: all .2s ease;}
#arlo_tm_popup_blog.opened{opacity: 1;visibility: visible;}
#arlo_tm_popup_blog .definitions_wrap{width: 100%;float: left;}
#arlo_tm_popup_blog .full_def{display: block;margin-bottom: 20px;width: 100%;float: left;}
#arlo_tm_popup_blog .full_def p{display: inline-block;}
#arlo_tm_popup_blog .definition{display: none;}
#arlo_tm_popup_blog .inner_popup{width: 100%;float: left;clear: both;position: relative;}
#arlo_tm_popup_blog .date_wrap p{color: #333;font-family: "Montserrat";font-weight: 600;}
#arlo_tm_popup_blog .date_wrap p a{color: #333;text-decoration: none;text-transform: uppercase;position: relative;margin-left: 23px;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#arlo_tm_popup_blog .date_wrap p a:hover{color: #BD0A0D;}
#arlo_tm_popup_blog .image_wrap{margin-bottom: 45px;position: relative;width: 100%;float: left;}
#arlo_tm_popup_blog .image_wrap .big{display: block;min-height: 250px;}
#arlo_tm_popup_blog .image_wrap .small{display: none;}
#arlo_tm_popup_blog .image_wrap .news_image{position: absolute;top: 0px;bottom: 0px;left: 0px;right: 0px;background-repeat: no-repeat;background-position: center;background-size: cover;}
#arlo_tm_popup_blog .date_wrap{margin-bottom: 16px;width: 100%;float: left;}
#arlo_tm_popup_blog .date_wrap p a:before{position: absolute;content: "";width: 10px;height: 1px;background-color: #333;top: 50%;right: 100%;margin-right: 8px;}
#arlo_tm_popup_blog .title_holder{margin-bottom: 18px;width: 100%;float: left;}
#arlo_tm_popup_blog .title_holder h3{line-height: 1.4;font-weight: 600;font-family: "Montserrat";}
#arlo_tm_popup_blog .title_holder h3 a{text-decoration: none;color: #000;font-size: 22px;display: block;}
#arlo_tm_popup_blog .definition p{color: #333;}
#arlo_tm_popup_blog .read_more{display: none;}
#arlo_tm_popup_blog .arlo_tm_popup_share_wrap{display: block;width: 100%;height: auto;clear: both;float: left;padding-bottom: 5px;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */-moz-box-sizing: border-box; /* Firefox, other Gecko */box-sizing: border-box; /* Opera/IE 8+ */}
#arlo_tm_popup_blog .arlo_tm_popup_share_wrap ul{margin: 0px;list-style-type: none;}
#arlo_tm_popup_blog .arlo_tm_popup_share_wrap ul li{display: inline-block;margin: 0px 15px 0px 0px;}
#arlo_tm_popup_blog .arlo_tm_popup_share_wrap ul li a{text-decoration: none;color: #000;font-size: 15px;position: relative;font-family: "Montserrat";font-weight: 600;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#arlo_tm_popup_blog .arlo_tm_popup_share_wrap ul li a:hover{color: #BD0A0D;}
#arlo_tm_popup_blog .close{position: absolute;top: 30px;right: 40px;width: 50px;height: 50px;cursor: pointer;display: block;z-index: 111111111;}
#arlo_tm_popup_blog .close a{position: relative;display: block;height: 30px;margin-right: 10px;margin-top: 12px;}
#arlo_tm_popup_blog .close a:before{position: absolute;content: "";width: 2px;height: 20px;background-color: rgba(0,0,0,1.00);top: 5px;right: 13px;transform: rotate(45deg);}
#arlo_tm_popup_blog .close a:after{position: absolute;content: "";width: 2px;height: 20px;background-color: rgba(0,0,0,1.00);top: 5px;right: 13px;transform: rotate(135deg);}



.arlo_tm_totop{
	position: fixed;
	bottom: 40px;
	right: 55px;
	z-index: 100;
	overflow: hidden;
	background-color: #ea5514;
    padding: 22px;
    border-radius: 3px;
    display: inline-block;
	
	opacity: 0;
	visibility: hidden;
	
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
.arlo_tm_totop:before{
	position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -75%;
    width: 0%;
    background-color: #041230;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}
.arlo_tm_totop:after{
	width: 0px;
    height: 0px;
    position: absolute;
    content: '';
    border: 5px solid transparent;
    border-bottom-color: #fff;
    top: 14px;
    left: 17px;
	z-index: 2;
}
.arlo_tm_totop:hover:before{width: 290%;}
.arlo_tm_totop.opened{
	opacity: 1;
	visibility: visible;
	bottom: 55px;
}

/*---------------------------------------------------*/
/*	11) ARLO PARTICLE HOMEPAGE
/*---------------------------------------------------*/

#particles-js {
	width: 100%;
	height: 100%;
  	position: relative;
  	z-index: 2;
}
.arlo_tm_universal_box_wrap.particle{
	height: 100vh;
	position: relative;
	background-image: url(..//img/hero/2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.arlo_tm_universal_box_wrap.particle .particle_overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color:rgba(7,23,55,.8);
}

/*---------------------------------------------------*/
/*	12) ARLO RIPPLE HOMEPAGE
/*---------------------------------------------------*/

.arlo_tm_ripple_wrap{
	width: 100%;
	height:100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(..//img/hero/2.jpg);
	position: relative;
}
.arlo_tm_ripple_wrap .overlay{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(7,23,55,.8);
	z-index: 1;
}
.arlo_tm_ripple_wrap .container{
	height: 100%;
	z-index: 2;
}


/*---------------------------------------------------*/
/*	 ARLO INTRO_PAGE
/*---------------------------------------------------*/

.arlo_tm_intro_universal_bg_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.arlo_tm_intro_universal_bg_wrap .bg_wrap{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
}
.arlo_tm_intro_universal_bg_wrap .bg_wrap .overlay_image{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 15;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.arlo_tm_intro_universal_bg_wrap .bg_wrap .overlay_color{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 20;
}
.arlo_tm_intro_universal_bg_wrap .content{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 30;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.arlo_tm_intro_universal_bg_wrap .bg_wrap .overlay_image.top{background-image: url(..//img/hero/2.jpg);}
.arlo_tm_intro_universal_bg_wrap .bg_wrap .overlay_color.top{background-color: rgba(10,4,37,.85);}
.arlo_tm_intro_universal_bg_wrap .content.top{height: 75vh;}
.arlo_tm_intro_universal_bg_wrap .content.top .main_titles_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
	padding: 0px 20px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.arlo_tm_intro_universal_bg_wrap .logo_holder{margin-bottom: 25px;}
.arlo_tm_intro_universal_bg_wrap .logo_holder span{
	display: block;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 10px;
}
.arlo_tm_intro_universal_bg_wrap .intro_definition{margin-bottom: 26px;}
.arlo_tm_intro_universal_bg_wrap .intro_definition p{
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 500;
	font-family: "Montserrat";
}
.arlo_tm_intro_universal_bg_wrap .purchase_button a span{
	position: relative;
	z-index: 2;
}
.arlo_tm_intro_universal_bg_wrap .purchase_button a{
	text-decoration: none;
    color: #fff;
    background-color: #fd4d4d;
    font-weight: 600;
    font-family: "Montserrat";
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.arlo_tm_intro_universal_bg_wrap .purchase_button a:before{
	position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #fff;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}
.arlo_tm_intro_universal_bg_wrap .purchase_button a:hover:before{width: 160%;}
.arlo_tm_intro_universal_bg_wrap .purchase_button a:hover{color: #000;}
.arlo_tm_intro_universal_bg_wrap .purchase_button a i{margin-right: 10px;}
.arlo_tm_main_demos_wrap,
.arlo_tm_main_demos_title,
.arlo_tm_main_demos_list_wrap,
.arlo_tm_main_demos_list_wrap ul li .inner{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #fff;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.arlo_tm_main_demos_wrap{padding-bottom: 60px;}
.arlo_tm_main_demos_title{text-align: center;}
.arlo_tm_main_demos_title span{
	display: inline-block;
	text-align: center;
	color: #000;
	font-size: 25px;
	font-weight: 600;
	padding: 80px 0px;
	text-transform: uppercase;
	font-family: "Montserrat";
}
.arlo_tm_main_demos_title.another span{padding-top: 20px !important;}
.arlo_tm_main_demos_list_wrap ul{
	margin: 0px 0px 0px -40px;
	list-style-type: none;
}
.arlo_tm_main_demos_list_wrap ul li{
	margin: 0px 0px 40px 0px;
	float: left;
	width: 33.3333%;
	padding-left: 40px;
	position: relative;
	top: 0px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
	
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.arlo_tm_main_demos_list_wrap ul li:hover{top: -5px;left: 0px;}
.arlo_tm_main_demos_list_wrap ul li .inner{
	position: relative;
	overflow: hidden;
	box-shadow: 0px 5px 40px -8px rgba(0,0,0,.1);
	padding-bottom: 20px;
}
.arlo_tm_main_demos_list_wrap ul li .inner .image_holder{margin-bottom: 15px;}
.arlo_tm_main_demos_list_wrap ul li .inner .image_holder img{min-width: 100%;}
.arlo_tm_main_demos_list_wrap ul li .inner .name{
	width: 100%;
	float: left;
	text-align: center;
}
.arlo_tm_main_demos_list_wrap ul li .inner .name span{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
}
.arlo_tm_main_demos_list_wrap ul li .inner .name span a{
	text-decoration: none;	color: #000;	font-family: "Montserrat";		-webkit-transition: all .3s ease;	   -moz-transition: all .3s ease;	    -ms-transition: all .3s ease;	     -o-transition: all .3s ease;	        transition: all .3s ease;}
.arlo_tm_main_demos_list_wrap ul li .inner .name span a:hover{color: #BC0127;}
.arlo_tm_main_demos_list_wrap ul li .inner .new{position: absolute;top: 15px;left:-33px;transform: rotate(-45deg);}
.arlo_tm_main_demos_list_wrap ul li .inner .new span{display: inline-block;color: #FFFFFF;background-color: #BC0127;text-transform: uppercase;font-weight: 600;font-size: 16px;padding: 5px 45px;}





.arlo_tm_mobile_header_wrap{width: 100%;height: auto;position: fixed;z-index: 11111111;left: 0px;top: 0px;display: none;}
.arlo_tm_mobile_header_wrap .main_wrap{width: 100%;height: auto;clear: both;float: left;padding: 10px 20px;display: flex;align-items: center;justify-content: space-between;background-color: #e2e4e7;border-bottom: 1px solid rgba(255,255,255,.1);-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */-moz-box-sizing: border-box; /* Firefox, other Gecko */box-sizing: border-box; /* Opera/IE 8+ */}

.arlo_tm_mobile_header_wrap .main_wrap img{width:67%}
.arlo_tm_trigger{width: auto;}
.arlo_tm_trigger .hamburger{padding: 15px 15px;display: inline-block;cursor: pointer;transition-property: opacity, filter;transition-duration: 0.15s;transition-timing-function: linear;font: inherit;color: inherit;
text-transform: none;background-color: transparent;border: 0;margin: 0;overflow: visible;}
.arlo_tm_trigger .hamburger-box{width: 30px;height: 18px;display: inline-block;position: relative;}
.arlo_tm_trigger .hamburger-inner{display: block;top: 50%;margin-top: -2px;}
.arlo_tm_trigger .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after{width: 30px;height: 2px;background-color: #333333;position: absolute;transition-property: transform;transition-duration: 0.15s;
transition-timing-function: ease;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.arlo_tm_trigger .hamburger-inner::before,.arlo_tm_trigger .hamburger-inner::after{content: "";display: block;}
.arlo_tm_trigger .hamburger-inner::before{top: -8px;}
.arlo_tm_trigger .hamburger-inner::after{ bottom: -10px;}
.arlo_tm_trigger .hamburger--collapse-r .hamburger-inner{top: auto;bottom: 0;transition-duration: 0.13s;transition-delay: 0.13s;transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.arlo_tm_trigger .hamburger--collapse-r .hamburger-inner::after{top: -16px;transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;}
.arlo_tm_trigger .hamburger--collapse-r .hamburger-inner::before{transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.arlo_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner{transform: translate3d(0, -10px, 0) rotate(45deg);transition-delay: 0.22s;transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
.arlo_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner::after{top: 0;opacity: 0;transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;}
.arlo_tm_trigger .hamburger--collapse-r.is-active .hamburger-inner::before{top: 0;transform: rotate(90deg);transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);}
.arlo_tm_trigger .hamburger{padding: 0px;height: 100%;display: table-cell;vertical-align: middle;}
.arlo_tm_trigger .hamburger-box{display: block;}
.arlo_tm_trigger .hamburger .hamburger-inner::before,.arlo_tm_trigger .hamburger .hamburger-inner::after,.arlo_tm_trigger .hamburger .hamburger-inner{background-color: #082b60;width: 30px;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.arlo_tm_mobile_menu_wrap{width: 100%;height: auto;clear: both;float: left;background-color: rgba(4,18,48,.97);padding: 30px 20px;display: none;border-bottom: 1px solid rgba(0,0,0,.09);border-top: 1px solid rgba(0,0,0,.09);-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */-moz-box-sizing: border-box; /* Firefox, other Gecko */box-sizing: border-box; /* Opera/IE 8+ */	}
.arlo_tm_mobile_menu_wrap .mob_menu{width: 100%;height: auto;clear: both;float: left;-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */-moz-box-sizing: border-box; /* Firefox, other Gecko */box-sizing: border-box; /* Opera/IE 8+ */}
.arlo_tm_mobile_menu_wrap .mob_menu > ul{margin: 0px;list-style-type: none;}
.arlo_tm_mobile_menu_wrap .mob_menu > ul > li{ text-align: center;border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.1); line-height: 3.4rem;}
.arlo_tm_mobile_menu_wrap .mob_menu > ul > li:last-child{margin-bottom: 0px;}
.arlo_tm_mobile_menu_wrap .mob_menu > ul > li a{text-decoration: none;color: #fff;font-family: "Montserrat";font-weight: 600;font-size: 19px;}


@media (max-width: 1400px) {
	.arlo_tm_about_wrap .leftbox{padding-right: 0px;}
}
@media (max-width: 1200px) {
	.arlo_tm_services_wrap .list_wrap ul li{width: 50%;}
	#arlo_tm_popup_blog .close{right: 0px;}
	.arlo_tm_list_wrap > ul.total > li{width: 50%;}
	.arlo_tm_about_wrap .leftbox{display: none;}
	.arlo_tm_about_wrap .rightbox{padding-left: 0px;width: 100%;}
}
@media (max-width: 1040px) {
	.arlo_tm_about_wrap{flex-direction: column;}
	.arlo_tm_about_wrap .rightpart .info_list ul li{width: 100%;}
	.arlo_tm_about_wrap .leftpart{width: 100%;padding-right: 0px;margin-bottom: 60px;}
	.arlo_tm_about_wrap .rightpart{width: 100%;}
	.arlo_tm_skills_wrap .inner_wrap{flex-direction: column;}
	.arlo_tm_skills_wrap .leftbox{padding-right: 0px;width: 100%;margin-bottom: 60px;}
	.arlo_tm_skills_wrap .rightbox{width: 100%;padding-left: 0px;}
	.arlo_tm_main_demos_list_wrap ul{margin: 0px;}
	.arlo_tm_main_demos_list_wrap ul li{width: 100%;padding: 0px;}
	.arlo_tm_portfolio_single_wrap .details_wrap{flex-direction: column;}
	.arlo_tm_portfolio_single_wrap .details_wrap .leftbox{padding-right: 0px;width: 100%;margin-bottom: 50px;}
	.arlo_tm_portfolio_single_wrap .details_wrap .rightbox{width: 100%;}
	.arlo_tm_mobile_header_wrap{display: block;}
	.arlo_tm_leftpart_wrap{display: none;}
	.arlo_tm_rightpart{padding-left: 0px;}
}
@media (max-width: 768px) {
	.arlo_tm_hero_header_wrap .name_holder h3{font-size: 40px;}
	.arlo_tm_hero_header_wrap .text_typing p{font-size: 21px;}

	.arlo_tm_services_wrap .list_wrap ul{margin: 0px;}
	.arlo_tm_services_wrap .list_wrap ul li{width: 100%;padding-left: 0px;}
	.arlo_tm_counter_list li{width: 50%;}
	.arlo_tm_counter_list li .inner{padding: 45px 15px 48px 15px;}

	.arlo_tm_list_wrap > ul.total{margin: 0px;}
	.arlo_tm_list_wrap > ul.total > li{width: 100%;padding-left: 0px;}

	.arlo_tm_totop{right: 20px;bottom: 10px;}
	.arlo_tm_totop.opened{bottom: 20px;}
	.arlo_tm_portfolio_single_wrap .title_holder h3{font-size: 45px;}
}
@media (max-width: 480px) {
	.arlo_tm_hero_header_wrap .name_holder h3{font-size: 30px;}
	.arlo_tm_hero_header_wrap .text_typing p{font-size: 18px;}
	.arlo_tm_counter_list li{width: 100%;}
	.arlo_tm_counter_list li .inner{padding: 0px 0px 35px 0px;}
	.arlo_tm_counter_wrap{padding: 94px 0px 48px 0px;}
}	
audio{
	z-index: 5;
	position: absolute;
  
	opacity: 0.1;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
  }
  audio:hover{
	opacity: 1;
  }
.f_80{font-size: 80px;}
.f_72{font-size: 72px;}
.f_62{font-size: 62px;}
.f_48{font-size: 48px;}
.f_40{font-size: 40px;}
.f_30{font-size: 30px;}
.f_24{font-size: 23px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}



/*===================== 响应式代码 START =====================*/

@media( max-width:1600px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 40px;}
.f_48{font-size: 36px;}
.f_40{font-size: 30px;}
.f_30{font-size: 24px;}
.f_24{font-size: 20px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}
}



@media( max-width:1280px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 28px;}
.f_40{font-size: 26px;}
.f_30{font-size: 24px;}
.f_24{font-size: 16px;}
.f_20{font-size: 18px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_15{font-size: 14px;}
.f_14{font-size: 14px;}
}





@media (max-width:750px){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 22px;}
.f_40{font-size: 22px;}
.f_30{font-size: 24px;}
.f_24{font-size: 14px;}
.f_20{font-size: 14px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_14{font-size: 14px;}
}