/*滚动条样式*/
::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#f8f8f8}
::-webkit-scrollbar-thumb{background:#D71518;height:60px}
::-webkit-scrollbar-thumb:window-inactive{background:#D71518}
::-webkit-scrollbar-thumb:vertical:hover{background:#D71518}

body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif,"微软雅黑";width:100%;min-width:320px;overflow-x: hidden;}
html,body{height:100%;}
em,i{font-style:normal}
a:hover{text-decoration:none}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{outline: none;outline-offset:0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p{margin-top:0;margin-bottom:0;}
ul{margin:0;padding:0;}
ul,li{list-style: none;}
textarea{resize: none;}
a:focus, a:hover{text-decoration: none;}
a{display: block;color:#333;}
a:focus, a:hover{color:#333;}
img{display: block;}
.Animation{-webkit-transition:all 1s;transition:all 1s;opacity:0}
.fullpage{width:100%;overflow:hidden}
.section{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.img{width:100%;overflow:hidden;margin:0 auto;position:relative}
.img img{display:block;width:100%;transition:all .5s}
.fl{float:left;}
.fr{float:right;}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.overflowY{overflow-y:hidden;}

@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	.container{width:1070px;}
}
@media (min-width: 1450px) {
	.container{width:1230px;}
}
@media (min-width: 1650px) {
	.container{width:1430px;}
}


/*foot*/
.gotop{width:50px;height:0;background:url(../images/icon/go.png) no-repeat center;background-size:100% 100%;position:fixed;right:2%;bottom:18%;cursor:pointer;transition:all .3s;z-index: 10;box-shadow: 0 0 15px rgba(0,0,0,0.5);display: none;}
.gotop:hover{height:50px!important;}

.footer{position: relative;width:100%;left:0;bottom:0;background:#222A3C;color:#fff;z-index:2;}
.footer a{color:#fff;}
.footer a:hover{color:#fff;}
.footer_top{padding:25px 0 15px;border-bottom:1px solid #444444;}
.footNav{margin-left:-10px;margin-right:-10px;display: flex;justify-content: center;flex-flow: row wrap;overflow: hidden;/* margin-bottom:20px; */}
.footNav a{display: block;color:rgba(255,255,255,0.8);margin-bottom:10px;}
.footNav dl{float:left;padding:0 10px;margin-bottom:0}
.footNav dt>a{font-weight: 700;font-size:14px;color:#fff;margin-bottom:15px;}
.footNav dd>a{font-size:12px;margin-bottom:10px;}
.footNav a:hover{color:#D71518;}
.footText a{display: inline-block;}
.footText p{margin-bottom:10px;}
.footText p:last-child{margin-bottom:0;}
.copyright{color:#767777;}
.copyright a{display:inline-block;color:#767777;}
.copyright a:hover{text-decoration: underline;color:#767777}
.copyright img{display:inline-block;vertical-align:middle}
.foot_contact_text{margin-bottom:15px;}
.foot_copy_text{font-size:12px;}

.footShare{display: flex;justify-content: center;}
.footShare>.icon{position: relative;float:left;width:30px;height:30px;border-radius: 50%;margin-left:35px;cursor: pointer;}
.footShare>.icon>img{width:100%;height:100%;border-radius: 50%;cursor: pointer;}
.fsEwm{position: absolute;width:100px;border:1px solid #4e4d4d;left:50%;bottom:100%;margin-bottom:10px;visibility: hidden;opacity: 0;transform: translate(-50%,-20px);transition: all 0.5s;background:#fff;}
.fsEwm:after{content: '';position: absolute;width:0;height:0;border-width:5px;border-style: solid;border-color: #fff transparent transparent transparent;bottom:-10px;left:50%;margin-left:-5px;}
.fsEwm>img{width:100%;}
.footShare>.icon:hover{background:#D71518;}
.footShare>.icon:hover>.fsEwm{visibility: visible;opacity: 1;transform: translate(-50%,0px);}
.footShare .fsTel{color:#333;font-size:16px;width:auto;padding:8px 15px;border-radius: 5px;white-space: nowrap;}

.footer_bottom{padding:15px 0;display: flex;flex-flow: row-reverse wrap;justify-content: space-between;text-align: center;color:#767777;overflow: hidden;}
.footer_bottom:before,
.footer_bottom:after{display: none;}
.footer_bottom a{color:#767777;}
.footer_bottom a:hover{text-decoration: underline;color:#767777}
.friedlinks{margin-bottom:5px;}
.friedlinks>ul{overflow: hidden;margin-left:-8px;margin-right:-8px;display: flex;flex-flow: row wrap;justify-content: center;}
.friedlinks>ul>li{float:left;padding:0 8px;margin-bottom:10px;}
.friedlinks>ul>li>a:hover{color:rgba(255,255,255,0.8);}
@media (max-width: 767px) {
	.footNav{justify-content: flex-start;}
	.footNav dl{margin-bottom:10px;}
	.footNav dt>a{margin-bottom:10px;}
	.footNav dd>a{margin-bottom:8px;}
}
@media (min-width: 768px) {
	.gotop{width:60px;bottom:5%;}
	.gotop:hover{height:100px!important;}
	.footNav{margin-left:-15px;margin-right:-15px;}
	.footNav dl{padding:0 15px;}
	.footShare .fsTel{font-size:18px}
}
@media (min-width: 992px) {
	.footer_top{padding:30px 0 20px;}
	.footNav dt>a{font-size:16px;}
	.footNav dd>a{font-size:14px;}
	
	.footer_bottom{padding:20px 0;}
}
@media (min-width: 1200px) {
	.gotop{width:80px;bottom:18%;}
	.gotop:hover{height:120px!important;}
	
	.footer_top{display: flex;flex-flow: row wrap;justify-content: space-between;align-items: flex-end;}
	.footer_top:before,
	.footer_top:after{display: none;}
	.footNav{float:left;display: block;margin-left:-20px;margin-right:-20px;margin-bottom:0;}
	.footNav dl{padding:0 20px;}
	
	.footShare{float:right;display: block;}
	.fsEwm{width:120px;}
	.footer_bottom{text-align: left;}
	.friedlinks>ul{justify-content: flex-end;}
}
@media (min-width: 1450px) {
	
	.footer_bottom{padding:30px 0;}
}

/*导航*/
.navbar-default {
	background-color:transparent;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	border:none;
	box-shadow: none;
	/* box-shadow: 0 0 6px rgba(0,0,0,.2); */
	transition: all 0.5s;
	background-color:#fff;
	box-shadow:0 0 12px rgba(0,0,0,.3);
	width:100%;
}
.navbar-brand {
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:0;
	transition: all 0.5s;
}
.navbar-brand img {
	height: 50px;
	transition: all 0.5s;
}
.navbar-brand svg{
	display: block;
	height:50px;
}
.navbar-brand .st0{fill-rule:evenodd;clip-rule:evenodd;fill:#E60012;}
.navbar-brand .st1{fill:#005198;}
.navbar-brand .logo2{
	display: none;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #D71518;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li{transition: all 0.5s;}
.navbar-default .navbar-nav>li>a {
	position: relative;
	line-height:20px;
	color: #333;
	text-transform: uppercase;
	transition: all 0.5s;
	z-index: 2;
	font-family: 'PingFang SC','苹方';
}
.navbar-default .navbar-nav>li>a>.ch{display: block;}
.navbar-default .navbar-nav>li>a>.en{display: none;}
.navbar-default .navbar-nav>.active>a>.en{display: block;}
.navbar-default .navbar-nav>.active>a>.ch{display: none;}
.navbar-default .nav>li>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #D71518;
	background-color: transparent;
}
.navbar-default .nav>li>a:hover{
	color: #D71518;
	background-color: transparent;
}

.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.header .navbar-fixed-bottom .navbar-collapse,
.header .navbar-fixed-top .navbar-collapse {
	max-height: calc(100vh - 60px);
}

.headerEffect .navbar-default{background-color:#fff;}
.bg .navbar-default{background-color:#fff;}

@media (max-width: 767px) {
	.navbar-default .navbar-toggle{margin:14px 10px;}
	.navbar-default .navbar-nav{padding-left:15px;padding-right:15px;margin-bottom:15px;}
	.navbar-default .navbar-nav>li:after{width:100%;height:1px;top:auto;right:auto;left:0;bottom:0;bottom:0;background:#dadada;}
	.navbar-default .navbar-nav>.active:after{background:#D71518;}
	.navbar-default .navbar-nav>li>a{padding-left:0;padding-right:0;}
}
@media (min-width: 768px) {
	.navbar-brand{padding-top: 5px;padding-bottom: 5px;}
	.navbar-brand svg,
	.navbar-brand img{height: 60px;}
	.navbar-default .navbar-nav>li{padding:10px 8px;}
	.navbar-default .navbar-nav>li>a{padding:15px 0;}
	
}
@media (min-width: 992px) {
	.navbar-brand{padding-top: 5px;padding-bottom: 5px;}
	.navbar-brand svg,
	.navbar-brand img{height: 70px;}
	.navbar-default .navbar-nav>li{padding:15px 16px;}
}
@media (min-width: 1450px) {
	.navbar-brand{padding-top: 10px;padding-bottom: 10px;}
	.navbar-brand svg,
	.navbar-brand img{height: 80px;}
	.navbar-default .navbar-nav>li{padding:25px 16px;}
	.navbar-default .navbar-nav>li>a{font-size:16px;}
	
	.headerEffect .navbar-brand{padding-top: 5px;padding-bottom: 5px;}
	.headerEffect .navbar-brand img{height: 70px;}
	.headerEffect .navbar-default .navbar-nav>li{padding:15px 16px;}
}


/*首页*/
.banner{position:relative;width:100%;overflow: hidden;}
.banner img[onclick]{cursor: pointer;}
.banner .swiper-slide>img{width:100%;}
.banner_text{position:absolute;left:0;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.banner_text img{width:auto;max-width:100%;margin:0 auto;-webkit-transition:all 1s;transition:all 1s;opacity:0;-webkit-transform:scale(0);transform:scale(0);}
.banner .swiper-slide-active .banner_text img{opacity:1;-webkit-transform:none;transform:none;-webkit-transition-delay:.5s;transition-delay:.5s}

.banner .swiper-pagination{bottom:10px;}
.banner .swiper-pagination-bullet{background-color:#fff;border:1px solid #fff;opacity:1;margin:0 5px!important;transition: all 0.5s;}
.banner .swiper-pagination-bullet-active{background-color:transparent;}
.banner .swiper-button-white{opacity: 1;width:40px;height:40px;margin-top:-20px;outline: none;transition: all 0.5s;}
.banner .swiper-button-white:after{content: '';display: block;position: absolute;top:0;width:0;height:100%;transition: all 0.5s;}
.banner .swiper-button-prev{background:url(../images/icon/left.png) no-repeat center;background-size:100% 100%;}
.banner .swiper-button-prev:after{right:0;background:url(../images/icon/leftH.png) no-repeat center;background-size:100% 100%;}
.banner .swiper-button-next{background:url(../images/icon/right.png) no-repeat center;background-size:100% 100%;}
.banner .swiper-button-next:after{left:0;background:url(../images/icon/rightH.png) no-repeat center;background-size:100% 100%;}
.banner .swiper-button-white:hover:after{width:100%;}
.swiper-button-prev,.swiper-button-next{outline: none;}

.banner .nextPage{position:absolute;bottom:10px;z-index:3;left:50%;transform:translate(-50%,0);cursor: pointer;}
.banner .nextPage span{display:block;font-size:12px;line-height: 1;margin-top:12px;text-align: center;color:#fff;font-family: arial;text-transform: uppercase;}
.banner .nextPage .arrowDown{margin:0 auto;-webkit-animation:bounce 1s ease infinite;animation:bounce 1s ease infinite}
@-webkit-keyframes bounce{
	0%{-webkit-transform:translate(0,5px);transform:translate(0,5px)}
	50%{-webkit-transform:translate(0,-5px);transform:translate(0,-5px)}
	100%{-webkit-transform:translate(0,5px);transform:translate(0,5px)}
}
@keyframes bounce{
	0%{-webkit-transform:translate(0,5px);transform:translate(0,5px)}
	50%{-webkit-transform:translate(0,-5px);transform:translate(0,-5px)}
	100%{-webkit-transform:translate(0,5px);transform:translate(0,5px)}
}

@media (max-width:767px){
	.banner .nextPage,
	.PC_img{display:none}
	.img>.PC_img{display:none}
	.banner .swiper-button-white{display: none;}
}
@media (min-width:768px){
	.min_img{display:none}
	.img>.min_img{display: none;}
	.banner .swiper-pagination{bottom:80px;}
}
@media (min-width:992px){
	.banner .swiper-button-white{width:80px;height:80px;margin-top:-40px;}
	.banner .swiper-pagination-bullet{width:14px;height:14px;margin:0 7px!important;}
}
@media (min-width:1450px){
	.banner .nextPage{bottom:20px;}
}


.index_wrapper{width:100%;overflow: hidden;}
.indexItem{position: relative;width:100%;overflow: hidden;padding:35px 0;}
.areaBg{position: absolute;width:100%;height:100%;overflow: hidden;left:50%;top:50%;transform: translate(-50%,-50%) scale(1.01);transition: all 2s;}
.indexItem:hover .areaBg{transform:translate(-50%,-50%) scale(1.1);}
.indexTitle{margin-bottom:30px;font-family: 'PingFang SC','苹方';}
.indexTitle .h2{margin-top:10px;font-size:20px;}
.indexTitle em{font-size:24px;display: block;text-transform: uppercase;color:#231815;line-height: 1;letter-spacing: 4px;}
.indexTitle em>i{opacity: 0.3;}
.indexTitle em:before{content: '';display: block;margin-bottom:15px;width:90px;height:1px;background:#D71518;opacity: 1;}
.indexTitle p{margin-top:15px;}
.indexTitle.text-center em:before,.indexTitle.text-center em:after{margin-left:auto;margin-right:auto;}
.textColor,
.textColor a,
.textColor .indexTitle,
.textColor .indexTitle .h2,
.textColor .indexTitle em,
.textColor .indexTitle p,
.textColor .InfoContent{color:#fff;}
@media (max-width: 767px) {
	.indexTitle{text-align: center;}
	.indexTitle em:before{width:70px;margin-left:auto;margin-right:auto;text-align: center;}
}
@media (min-width: 768px) {
	.indexItem{padding:40px 0;}
	.indexTitle{margin-bottom:35px;}
	.indexTitle .h2{font-size:24px;}
	.indexTitle em{font-size:28px;}
}
@media (min-width: 992px) {
	.indexItem{padding:50px 0;}
	.indexTitle{margin-bottom:40px;}
	.indexTitle .h2{font-size:28px;margin-top:15px;}
	.indexTitle em{font-size:32px;}
	.indexTitle em:before{margin-bottom:20px;}
}
@media (min-width: 1200px) {
	.indexItem{padding:60px 0;}
	.indexTitle .h2{font-size:32px;}
	.indexTitle em{font-size:36px;}
}
@media (min-width: 1450px) {
	.indexItem{padding:70px 0;}
	.indexTitle{margin-bottom:50px;}
	.indexTitle .h2{font-size:36px;}
	.indexTitle em{font-size:40px;}
}



/*横屏*/
@media (max-width:767px) and (orientation:landscape){

}

/* 首页 - 我们的优势 */
.in1_ul01{margin:0 -8px;}
.in1_ul01>li{width:50%;float:left;padding:8px;}
.in1_ul01 a{position: relative;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.15);overflow: hidden;}
.in1_ul01 .inner{position: relative;z-index:1;padding:30px 10px;text-align: center;transition: all 0.3s;}
.in1_ul01 .inner>p{font-size:18px;}
.in1_ul01 .inner>img{width:70px;margin:0 auto 10px;}
.in1_ul01 .text{position: absolute;width:100%;height:100%;padding:5%;text-align: center;display: flex;justify-content: center;flex-direction: column;color:#fff;left:0;top:0;z-index:2;visibility: hidden;opacity: 0;transition: all 0.5s;}
.in1_ul01 .text .p{font-size:14px;line-height:24px;max-height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transform: translateY(50px);transition: all 0.5s;}
.in1_ul01 .text>img{width:24px;height:19px;margin:15px auto 0;transform: translateY(50px);transition: all 0.5s;}
.in1_ul01>li:hover .inner,
.in1_ul01>.active .inner{opacity: 0;}
.in1_ul01>li:hover .text,
.in1_ul01>.active .text{visibility: visible;opacity: 1;}
.in1_ul01>li:hover .text>.p,
.in1_ul01>li:hover .text>img,
.in1_ul01>.active .text>.p,
.in1_ul01>.active .text>img{transform: none;}


.in1_ul02>li{display: none;}
.in1_ul02>.active{display: block;}
.in1_ul02 .item{padding:20px 0 15px 0;min-width:240px;border-bottom:1px solid #D2D2D2;}
.in1_ul02 p{font-size:16px;}
.in1_ul02 .num{font-size:28px;line-height: 1;margin-top:10px;color:#D71518;font-family: 'PingFang SC','苹方';}
@media (max-width:767px){

}
@media (max-width:479px){

}
@media (min-width:768px){
	.in1_ul01>li{width:40%;}
	.in1_ul01>li:nth-child(3){margin-left:10%;}
	.in1_ul01 .inner{padding:40px 10px;}
	.in1_ul02{display: flex;justify-content: center;}
	.in1_ul02 .item{padding:25px 25px 15px 0;}
	
	.in1_ul02 .num{font-size:36px;}
}
@media (min-width:992px){
	.in1_ul01>li{width:33.333%;}
	.in1_ul01>li:nth-child(3){margin-left:33.333%;}
	.in1_ul01 .inner>img{width:84px;}
	.in1_ul02 .num{font-size:46px;}
	.in1_ul02 .item{min-width:300px;}
}
@media (min-width:1200px){
	.in1_ul01 .inner{padding:50px 10px;}
	.in1_ul01 .text .p{font-size:16px;max-height:72px;-webkit-line-clamp:3;}
	.in1_ul02 p{font-size:18px;}
	.in1_ul02 .num{font-size:54px;}
}
@media (min-width:1450px){
	.in1_ul01 .inner>p{font-size:20px;}
	.in1_ul01 .inner>img{width:100px;}
	.in1_ul02 .num{font-size:60px;}
	.in1_ul02 .item{min-width:320px;}
}
/* 首页 - 新闻资讯 */
.indexItem02 .indexTitle em:before{display: none;}
.indexItem02 .indexTitle em:after{content: '';display: block;margin-top:15px;width:70px;height:1px;background:#ffffff;}
.indexNews{width:100%;margin-bottom:20px;}
.inNewsItem{display: block;width:100%;overflow: hidden;}
.inNewsItem h3{color:#000;-webkit-transition: all 0.3s;transition: all 0.3s;}
.inNewsItem .p{color:#666;}
.inNewsItem>span{display: block;width:100%;color:#333;text-align:right;font-size:16px;text-decoration: underline;margin-top:5px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.in2_left{width:100%;float:left;background:#fff;padding:10px;margin-bottom:10px;}
.in2_left h3{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.in2_left .p{margin-top:10px;line-height:24px;height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.in2_left .img{margin-bottom:15px;max-height:400px;}
.in2_right{width:100%;float:right;background:#fff;padding:10px;}
.in2_right .inNewsItem{padding:15px 0;border-top:1px solid #d4d4d3;}
.in2_right .img{float:left;width:40%;max-height:80px}
.in2_right .text{float:left;width:60%;padding-left:15px;}
.in2_right h3{height:25px;font-size:14px;font-weight: 700;line-height:25px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;}
.in2_right .p{margin-top:6px;line-height:24px;height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.inNewsItem:hover h3{color:#D71518;}
.inNewsItem:hover>span{color:#D71518;}
.inNewsItem:hover .img>img{-webkit-transform: scale(1.05);transform: scale(1.05);}

.in2_tabNav{margin-bottom:15px;}
.in2_tabNav a{display: block;float:left;width:31.33333%;line-height:42px;color:#9FA0A0;font-size:16px;text-align:center;margin-right:3%;background:#1D1E20;}
.in2_tabNav a:last-child{margin-right:0;}
.in2_tabNav a.active{background:#D71518;color:#fff;}
.in2_tabItems .item{display: none;height:330px;border-bottom:1px solid #d4d4d3;}
.in2_tabItems .item.active{display: block;}
.in2_tabItems .swiper-container{height:100%;overflow: hidden;}
@media (min-width:768px){
	.indexItem02 .indexTitle em:after{width:90px;}
	.in2_left{width:50%;margin-bottom:0;padding:15px;}

	.in2_right{width:48%;padding:15px;}
	.in2_right .img{width:44%;}
	.in2_right .text{width:56%;}
	.in2_right h3{font-size:16px;font-weight: 400;}
	.in2_tabNav a{line-height:50px;}
	.in2_tabItems .item{height:217px;}
}
@media (min-width:992px){
	.in2_right .inNewsItem{padding:18px 0;}
	.in2_right .img{max-height:94px}
	.in2_tabItems .item{height:272px;}
}
@media (min-width:1200px){
	.in2_left{width:60%;padding:20px;}
	.in2_left h3{font-size:18px;}
	.in2_left .p{margin-top:15px;line-height:28px;height:56px;}
	.in2_left .img{margin-bottom:20px;}
	
	.in2_right{width:38%;padding:20px;}
	.in2_tabNav{margin-bottom:20px;}
	.in2_tabNav a{line-height:50px;}
	.in2_tabItems .item{height:359px;}
}
@media (min-width:1450px){
	.in2_right h3{height:50px;-webkit-line-clamp:2;}
	.in2_right .img{max-height:104px}
	.in2_tabNav a{font-size:18px;}
	.in2_tabItems .item{height:407px;}
}
@media (min-width:1650px){
	.in2_tabItems .item{height:457px;}
	.in2_tabNav a{line-height:60px;}
}

/* 首页 - 精选案例 */
.in3_row,.in3_row .caseList{margin-left:-1px;margin-right:-1px;}
.in3_row .column{padding:1px;}
.caseList a{position: relative;overflow: hidden;}
.caseList .h5{position: absolute;width:100%;left:0;bottom:-100px;background:rgba(215,21,24,.9);font-size:14px;color:#fff;line-height:20px;padding:10px;text-align: center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.5s;}
.caseList a:hover .h5{bottom:0;}
.caseList a:hover .img>img{transform: scale(1.1);}
.caseList .img:after{content: '';display: block;position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.1);transition: all 0.5s;}
.caseList a:hover .img:after{top:100%;}

@media (min-width:768px){
	
}
@media (min-width:992px){
	.caseList .h5{font-size:16px;padding:15px;}
}

/* 首页 - 了解畅铭 */
.indexItem04{padding:45px 0;}
.in4_ul{margin:20px -10px;display: flex;align-items: center;justify-content: center;flex-flow: row wrap;}
.in4_ul>li{padding:0 10px;margin-bottom:20px;}
.in4_ul a{position: relative;width:80px;height:80px;border-radius: 50%;border:1px solid #fff;display: flex;justify-content: center;align-items: center;color:#fff;transition: all 0.5s;}
.in4_ul span{position: relative;z-index: 2;}
.in4_ul a:after,.in4_ul a:before{content:'';position:absolute;width:100%;height:100%;background:rgba(215,21,24,.3);border-radius:50%;left:0;right:0;z-index: 1;opacity: 0;}
.in4_ul a:hover{background:#D71518;border-color:#D71518;}
.in4_ul a:hover:before{opacity: 1;-webkit-animation:btnAni 1.25s infinite cubic-bezier(.66,0,0,1);animation:btnAni 1.25s infinite cubic-bezier(.66,0,0,1)}
.in4_ul a:hover:after{opacity: 1;-webkit-animation:btnAni2 1.25s .25s infinite cubic-bezier(.66,0,0,1);animation:btnAni2 1.25s .25s infinite cubic-bezier(.66,0,0,1)}
@-webkit-keyframes btnAni{
	20%{background:rgba(215,21,24,.3)}
	100%{-webkit-transform:scale(1.2);transform:scale(1.2);background:none;}
}
@keyframes btnAni{
	20%{background:rgba(215,21,24,.3)}
	100%{-webkit-transform:scale(1.2);transform:scale(1.2);background:none}
}
@-webkit-keyframes btnAni2{
	20%{background:rgba(215,21,24,.3)}
	100%{-webkit-transform:scale(1.4);transform:scale(1.4);background:none}
}
@keyframes btnAni2{
	20%{background:rgba(215,21,24,.3)}
	100%{-webkit-transform:scale(1.4);transform:scale(1.4);background:none}
}
.in4_more{width:120px;height:46px;line-height:46px;font-size:16px;margin:0 auto;font-family:arial;border:1px solid #fff;color:#fff;text-align: center;text-transform: uppercase;transition: all 0.5s;}
.in4_more:hover{background:#D71518;border-color:#D71518;color:#fff;}
/* 首页 - 加入我们 */
.indexItem05{padding:60px 0;}
.in5_main{padding:60px 0 70px;padding-right:65px;position: relative;}
.in5_main>.inner{position: relative;z-index: 2;}
.in5_main>.bg{position: absolute;width:100vw;height:100%;right:70px;top:0;background:rgba(53,60,70,0.6);}
.in5_main>.bg:after{content: '';position: absolute;width:70px;height:100%;right:-70px;top:0;background:url(../images/bg4.png) no-repeat left center;background-size:100% 100%;}
.in5_main .indexTitle em:before{display: none;}
.in5_main .indexTitle em:after{content: '';display: block;margin:15px auto 0;width:70px;height:1px;background:#D71518;}
@media (min-width:768px){
	.indexItem04{padding:80px 0;}
	.in4_ul{margin:30px -15px 60px;justify-content: flex-start;}
	.in4_ul>li{padding:0 15px;margin-bottom:0;}
	.in4_more{margin:0;}
	
	.indexItem05{padding:80px 0 160px;}
	.in5_main{width:50%;padding-right:0;}
	.in5_main>.bg{width:50vw;right:0;}
	.in5_main>.bg:after{width:140px;right:-140px;}
	.in5_main .indexTitle em:after{margin:15px 0 0;width:90px;}
}
@media (min-width:992px){
	.indexItem04{padding:100px 0;}
	.indexItem05{padding:100px 0 200px;}
}
@media (min-width:1200px){
	.indexItem04{padding:120px 0;}
	.in4_ul{margin:40px -20px 70px;}
	.in4_ul>li{padding:0 20px;margin-bottom:0;}
	.in4_ul a{width:90px;height:90px;}
	.in4_more{width:130px;height:60px;line-height:60px;font-size:18px;}
	
	.indexItem05{padding:120px 0 240px;}
	.in5_main{padding:70px 0 80px;}
}
@media (min-width:1450px){
	.indexItem04{padding:150px 0;}
	.indexItem05{padding:150px 0 320px;}
	
}



/*内页*/
.wrapper{min-height:calc(100vh - 112px);width:100%;overflow: hidden;position:relative;}
.wrapper.zIndex{z-index: 1100;}
.inside_banner{overflow:hidden;position:relative;margin-top:60px;}
.inside_banner>.img>img{width:100%;opacity: 0;}
.fixedBg{position: absolute;width:100%;height:100%;left:0;top:0;background-size:100% auto;background-position: top center;background-repeat: no-repeat;}

.imgZoomIn{animation:imgZoomIn 3s ease 0s forwards;-webkit-animation:imgZoomIn 3s ease 0s forwards;-ms-animation:imgZoomIn 3s ease 0s forwards;}
@keyframes imgZoomIn{
	0%{-webkit-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(1.1);transform:scale(1.1);}
}
@-webkit-keyframes imgZoomIn{
	0%{-webkit-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(1.1);transform:scale(1.1);}
}
@-ms-keyframes imgZoomIn{
	0%{-webkit-transform:scale(1);transform:scale(1);}
	100%{-webkit-transform:scale(1.1);transform:scale(1.1);}
}
.inside_banner_title{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);}
.inside_banner_title .inner{min-width:200px;color:#fff;text-align:center;background:rgba(193,25,32,0.8);padding:15px;}
.inside_banner_title .h2,
.inside_banner_title .en{font-size:18px;line-height: 1;white-space: nowrap;}
.inside_banner_title .h2:after{content: '';display: block;width:86px;height:1px;background:#fff;margin:10px auto 0;}

.location_main{position: absolute;width:100%;left:0;bottom:15px;}
.location{font-size:14px;color:#C9CACA;position:relative}
.location a,.location span{font-weight:400;color:#C9CACA;line-height:20px;display: inline;}
.location a:last-child,
.location a:hover{color:#fff}

.inside_main{padding:35px 0 60px;position:relative}
.inside_main .container{position:relative}
.padding_main{padding:35px 0;}

.layout_info{min-height:45vh;display:flex;flex-direction:row}
.layout_left{flex:0 0 auto;width:25%;position:relative;z-index:1}
.layout_right{width:75%;background-color:#fff;position:relative;z-index:1}

.sideBar{background:#D71518;}
.mainTitle{position:relative;width:100%;color:#fff;padding:15px 0;border-bottom:1px solid #fff;margin-bottom:15px;overflow: hidden;}
.mainTitle .h1{font-size:16px;font-weight: 700;}
.sideBarNav{width:100%;}
.sideBarNav>li{width:100%;}
.sideBarNav>li>a{padding:6px 0;font-size:14px;line-height:20px;-webkit-transition: all 0.5s;transition: all 0.5s;font-weight: 700;color:rgba(255,255,255,0.5);cursor: pointer;}
.sideBarNav>li.active>a,.sideBarNav>li>a.active,.sideBarNav>li:hover>a{color:#fff}
.sideBar .submenu_close{position:absolute;width:70px;height:100%;right:0;top:0;background:url(../images/icon/i1.png) no-repeat 40px center;cursor: pointer;}
.sideBar .submenu_close.in{background:url(../images/icon/i1h.png) no-repeat 40px center;}
.two_level{display:none;margin:5px 0;padding:10px 0;border-left:1px solid rgba(255,255,255,0.6);}
.two_level>li{padding:2px 0;}
.two_level>li>a{font-size:14px;line-height:20px;-webkit-transition: all 0.5s;transition: all 0.5s;padding:4px 15px;color:rgba(255,255,255,0.5);cursor: pointer;}
.two_level>li.active>a,.two_level>li>a:hover{background:rgba(255,255,255,0.15);color:#fff;}
/* .sideBarNav>li.active>.two_level{display:block;} */


.layout_title{position: relative;min-height:24px;margin-bottom:30px;}
.layout_title .inside_title{margin-bottom:0;}
.inside_title{margin-bottom:30px;}
.inside_title .h2{font-size:20px;line-height:24px;font-weight: 700;}

.InfoContent{line-height:2;position:relative;overflow:hidden;color:#595757}
.InfoContent p{text-align: justify;}
.InfoContent img{display: inline-block;max-width:100%;height:auto!important;vertical-align: top;margin-top:5px;margin-bottom:5px;}
.InfoContent a{display: inline;}
.InfoContent video{display: block;width:100%;margin:10px auto;}
.InfoContent ul,.InfoContent li{list-style-type: disc;list-style-position: inside;}
.InfoContent li p{display: inline;}
.InfoContent + .InfoContentTit{margin-top:20px;}
.InfoContent a:hover{color:#D71518;}
.InfoContentTit{font-size:16px;color:#333;margin-bottom:10px;}
.InfoContentTit:after{content: '';display: block;width:82px;height:1px;background:#898989;margin-top:10px;}
.InfoTitle{margin-bottom:15px;border-bottom:1px solid #DADADA;padding-bottom:15px;text-align:center}
.InfoTitle .h4{font-size:18px;margin:0;line-height:1.4}
.InfoTitle .date{font-size:12px;color:#999;margin-top:10px}
.InfoTitle .date span{padding:0 5px;display: inline-block;}
.noBorder.InfoTitle{border-bottom:none;padding-bottom:0;}

.goBack{text-align:center;margin-top:30px;margin-bottom:-15px}
.goBack a{display:inline-block;color:#fff;background-color:#666;padding:10px 30px;min-width:120px;text-align: center;}
.goBack a:hover{background-color:#D71518}

.pager{margin:30px 0}
.pager li>a,.pager li>span{border:1px #bfbfbf solid;color:#666;border-radius:0;margin:0 5px;text-transform:uppercase}
.pager li>span{color:#999}
.pager li>a{color:#333;border-color:#333;transition: all 0.5s;}
.pager li>a:hover{color:#fff;background-color:#D71518;border-color:#D71518;}

.info_previous_next_wrap{border-top:1px #dad9d9 solid;padding-top:16px;margin-top:40px;font-size:14px;color:#666;overflow: hidden;}
.info_previous_next_wrap b{font-weight:400;text-transform:uppercase}
.info_previous_next_wrap a{color:#666;text-decoration:none;display: inline;}
.info_previous_next_wrap a:hover{color:#D71518}
.info_Next,.info_Previous{margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
@media (max-width:767px){
	.inside_title{text-align: center;}
	.layout_info{display:block}
	.layout_left{width:100%;margin-bottom:25px;}
	.mainTitle{padding:12px 75px 12px 12px;margin-bottom:0;border-bottom:none;}
	/* .layout_left{width:100%;position:fixed;left:100%;top:50px;bottom:0;z-index:11;background-color:#fff;padding:30px 15px;display:flex;flex-direction:column} */
	.layout_right{width:100%}
	.navIcon{position:absolute;width:24px;height:24px;background:url(../images/icon/t4.png) no-repeat center;background-size:100% 100%;right:0;bottom:0;display: none;}
	/* .sideBar{position:fixed!important;width:100%;height:100%;top:0;right:-100%;z-index:10;left:auto!important;padding:50px 25px 25px;overflow-y:auto;background:#222A3C;} */
	.two_level{margin:0;padding:0;}
	.sideBarNav{display: none;padding:10px;border-top:1px solid rgba(255,255,255,0.5);}

	.info_previous_next_wrap{font-size:12px;margin-top:30px}
}
@media (min-width:768px){
	.inside_main{padding:40px 0 80px}
	.padding_main{padding:40px 0;}
	.location_main{bottom:20px;}
	.inside_banner{margin-top:70px;}
	.inside_banner_title .inner{min-width:300px;padding:20px;}
	.inside_banner_title .h2,
	.inside_banner_title .en{font-size:20px;}
	.inside_banner_title .h2:after{width:106px;margin:15px auto 0;}
	.InfoTitle .date span{padding:0 8px;}
	.pager li>a,.pager li>span{padding:8px 20px;margin:0 20px}
	.InfoContent + .InfoContentTit{margin-top:30px;}

	.layout_right{padding-left:30px;padding-top:10px;}
	.navIcon{display:none;}
	.sideBar .submenu_close{display:none;}
	.sideBar{width:100%;min-height:60vh;padding:5px 15px 15px;}
	.mainTitle{padding:20px 0;}
	.sideBarNav{display: block!important;}

}
@media (min-width:992px){
	.inside_banner{margin-top:80px;}
	.inside_title .h2{font-size:22px;}
	.layout_left{width:22.4285%;}
	.layout_right{width:77.5715%;padding-left:40px;padding-top:20px;}
	.sideBar{padding:5px 20px 20px;}
	.mainTitle{padding:25px 0;margin-bottom:20px;}
	.mainTitle .h1{font-size:18px;}
	.sideBarNav>li>a{font-size:16px;padding:10px 0;}

	.InfoContent .p,.InfoContentTit{font-size:18px;}
	.InfoTitle .h4{font-size:20px}
	.InfoTitle .date{font-size:14px;}
	
}
@media (min-width:1200px){
	.fixedBg{background-attachment: fixed;}
	.inside_banner{margin-top:0;}
	.inside_banner_title{top:58%;}
	.inside_banner_title .inner{min-width:370px;}
	.inside_main{padding:50px 0 80px}
	.padding_main{padding:50px 0;}
	.location{font-size:16px;}
	.InfoTitle .h4{font-size:22px}
	/* .InfoContent,.goBack a,.info_previous_next_wrap{font-size:16px} */
	.pager li>a,.pager li>span{padding:10px 25px;margin:0 25px}
	.info_Next,.info_Previous{width:45%;}
	.info_Previous{float:left;}
	.info_Next{float:right;text-align:right;}

	.mainTitle .h1{font-size:20px;}
	.layout_right{padding-left:50px;}
	

}
@media (min-width:1450px){
	.InfoTitle{margin-bottom:30px}
	.sideBar{padding:5px 25px 25px;}
	.mainTitle{padding:30px 0;margin-bottom:25px;}

	.inside_title .h2{font-size:24px;}
}
@media (min-width:1650px){
	.inside_main{padding:60px 0 100px}
	.padding_main{padding:60px 0;}
	.location{font-size:18px;}
	.mainTitle .h1{font-size:22px;}
}

/*关于我们*/
.InfoContent + .honorList{margin-top:20px;}
.honorList{margin-left:-5px;margin-right:-5px;}
.honorList .column{padding:0 5px;margin-bottom:20px;}
.honorList .h5{font-size:14px;margin-top:10px;text-align: center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.honorList .column:hover .img>img{transform: scale(1.1);}
.honorList .column:hover .h5{color:#D71518;}

.honor-swiper.swiper-container-free-mode>.swiper-wrapper{
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	margin: 0 auto;
}
.honor-swiper .honorList{margin:0;}

.honor_scroll{overflow: hidden;}
.honor_scroll ul{white-space: nowrap;vertical-align:top;}
.honor_scroll li{display: inline-block;width:220px;margin-right:10px;}
@media (max-width:767px){
	#lightGallery-close{width:40px;height:40px;line-height:40px;}
	#lightGallery-close:after{font-size:20px;}
}
@media (max-width:479px){
	.honor_scroll li{width:168px;}
}
@media (min-width:768px){
	.honorList{margin-left:-10px;margin-right:-10px;}
	.honorList .column{padding:0 10px;}
	.honorList .h5{font-size:16px;margin-top:15px;}
	
	.honor_scroll li{width:245px;margin-right:20px;}
}
@media (min-width:992px){
	.honorList .column{margin-bottom:30px;}
	
	.honor_scroll li{width:334px;}
}
@media (min-width:1200px){
	.honor_scroll li{width:368px;}
}
@media (min-width:1450px){
	.honorList{margin-left:-15px;margin-right:-15px;}
	.honorList .column{padding:0 15px;}
	.honorList .h5{font-size:18px;}
	
	.honor_scroll li{width:425px;margin-right:30px;}
}
@media (min-width:1650px){

}

/* 成功案例 */
.inside_main .caseList{margin-left:-10px;margin-right:-10px;}
.inside_main .caseList .column{padding:0 10px;margin-bottom:20px;}
.inside_main .caseList .h5{position: static;background: #efefef;color:#333;}
.inside_main .caseList a:hover .h5{background:#D71518;color:#fff;}
@media (max-width:479px){
	.inside_main .caseList .column{width:100%;}
}
@media (min-width:1200px){
	.inside_main .caseList{margin-left:-15px;margin-right:-15px;}
	.inside_main .caseList .column{padding:0 15px;margin-bottom:30px;}
}

/*新闻中心*/
.news_list{margin-top:-25px;
	display: flex;
    flex-flow: row wrap;
}
.news_list a{padding:25px 0;border-bottom:1px solid #efefef;}
.news_list .text{width:100%;overflow:hidden;margin-top:20px;}
.news_list .h2{font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.news_list .h2:after{content:"";width:34.11765%;height:1px;background-color:#D71518;display:block;margin-top:10px}
.news_list .p{color:#666;height:48px;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:15px 0 0}
.news_list em{-webkit-transition:all .5s;transition:all .5s}
.news_list .other{display: flex;justify-content: space-between;flex-flow: row wrap;margin-top:15px;}
.news_list a:hover .h2,
.news_list a:hover em{color:#D71518}
.news_list a:hover .img>img{transform:scale(1.1);}

.news_list2{margin-left:-10px;margin-right:-10px;}
.news_list2 .column{margin:15px 0;padding:0 10px;}
.news_list2 a{-webkit-transition:all .5s;transition:all .5s;background:#efefef;}
.news_list2 .text{padding:15px}
.news_list2 .h5{font-size:16px;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.news_list2 a:hover{background:#D71518;color:#fff;box-shadow:0 0 15px rgba(0,0,0,.3)}
.news_list2 a:hover .img>img{transform:scale(1.1);}

.video_list .img:after{content: '';position: absolute;width:100%;height:100%;left:50%;top:50%;transform: translate(-50%,-50%);display: block;background:rgba(0,0,0,0.2) url(../images/icon/play.png) no-repeat center;background-size:40px 40px;transition: all 0.5s;}
.video_list a:hover .img:after{background:rgba(0,0,0,0.4) url(../images/icon/play.png) no-repeat center;background-size:40px 40px;}
.newsVideo>video{display: block;width:100%;height:auto;margin:0 auto;margin-bottom:20px;background:#fff;}
@media (max-width:479px){
	.news_list .img{width:100%;margin-bottom:20px}
	
	.news_list2 .column{width:100%}
}
@media (min-width:768px){
	.news_list a{display: flex;}
	.news_list .img{width:180px;flex: 0 0 auto;}
	.news_list .text{margin-top:0;padding-left:15px;}
}
@media (min-width:1200px){
	.news_list2{margin-left:-15px;margin-right:-15px}
	.news_list2 .column{padding:0 15px}
	.news_list2 .text{padding:20px}
}
@media (min-width:1450px){
	.news_list{margin-left:-20px;margin-right:-20px;}
	.news_list .column{padding:0 20px;}
}

/*人才招聘*/
.job_list .panel{margin-bottom:30px;border:0;border-radius:0;box-shadow:none}
.job_list .panel-heading{position:relative;padding:0;border-bottom:0;border-radius:0}
.job_list .panel-heading>a{position:relative;z-index:1;display:block;display:flex;overflow:hidden;padding:10px;background-color:#333;color:#fff;flex-direction:row;justify-content:space-between;align-items:center}
.job_list .active .panel-heading>a{background-color:#D71518;color:#fff}
.job_list .panel-heading>a:after{display:block;margin-left:15px;width:16px;height:10px;background:url(../images/icon/i1.png) no-repeat center;background-size:contain;content:"";-webkit-transition:all .5s;transition:all .5s;flex:0 0 auto}
.job_list .active .panel-heading>a:after{background-image:url(../images/icon/i1h.png);-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.job_list .panel-heading a h2{margin:0;font-weight:700;font-size:16px;line-height:20px}
.job_requirement ul{overflow:hidden;margin:0;padding:0;width:100%;list-style:none}
.job_requirement ul li{display:flex;margin-top:10px;flex-direction:column;justify-content:flex-end}
.job_requirement ul li span{display:block;padding:10px 0;border-bottom:1px #bbb solid;line-height:20px}
.job_list .panel-body{position:relative;margin-top:30px;padding-top:20px;padding-bottom:30px;background-color:#f1f1f1}
.job_list .panel-body:before{position:absolute;top:-12px;left:30px;width:0;height:0;border-right:13px solid transparent;border-bottom:13px solid #f1f1f1;border-left:13px solid transparent;content:""}
.job_description .column{margin-bottom:10px}
.job_description .inner>h2{position:relative;margin:0;padding-left:15px;font-size:16px}
.job_description .inner>h2:before{position:absolute;top:1px;left:0;display:inline-block;width:4px;height:16px;background-color:#D71518;content:""}
.job_description .inner .InfoContent{margin-top:10px;font-size:14px;}
.job_description .inner>.InfoContent + h2{margin-top:20px;}
.apply_btn{margin-top:20px;text-align:center}
.apply_btn a{display:block;padding:10px;border:1px solid #bbb;color:#333;text-decoration:none;line-height:20px}
.apply_btn a:hover{background-color:#D71518;border-color:#D71518;color:#fff;}

@media (min-width:768px){
	
}
@media (min-width:992px){
	.job_requirement{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}
	.job_requirement ul{display:flex;flex-direction:row;flex-wrap:wrap}
	.job_requirement ul li{float:left;display:flex;margin-top:10px;padding-right:6%;width:50%;flex-direction:column;justify-content:flex-end}
	.apply_btn{width:120px;flex:0 0 auto}
	.job_list .panel-body{padding:30px 30px 40px}
	.job_description .inner .InfoContent{padding-left:40px}
}
@media (min-width:1450px){
	.job_requirement ul li{padding-right:10%;}
}


/*联系方式*/
.contact_list .column{border-bottom:1px #f3f3f3 solid;padding-bottom:15px;margin:15px 0}
.contact_list a{display:block;color:#333;text-align:center}
.contact_list .icon{width:42px;margin:0 auto}
.contact_list .icon img{display:block;width:100%;-webkit-transition:all .5s;transition:all .5s}
.contact_list a:hover .icon img{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}
.contact_list h2{font-size:16px;font-weight:700;margin:15px 0 0}
.contact_list p{color:#7c7b7c;word-break:break-all;margin:10px 0 0}
.map{width:100%;height:300px;background-color:#fff;}
.map #dituContent{width:100%;height:100%;border:1px #ddd solid}
.anchorBL{display: none;}
.BMap_bubble_title{color:#D71518;font-weight:700;font-size:16px;margin-bottom:5px;}
@media (max-width:767px){

}

@media (min-width:768px){
	.map{height:450px}
	.contact_list{display:flex;flex-direction:row;overflow:hidden;margin-left:-15px;margin-right:-15px}
	.contact_list .column{float:left;width:20%;padding:0 15px;border-right:1px #ddd solid;border-bottom:0}
	.contact_list .column:last-child{border-right:0}
}

@media (min-width:992px){
	.map{height:450px;}
}

@media (min-width:1200px){
	.contact_list .icon{width:56px}
}
@media (min-width:1450px){
	.contact_list .icon{width:64px}
	.contact_list h2{font-size:20px}
	.contact_list p{font-size:16px}
}






/*动画*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInDown {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.3,.3,.3);
	transform: scale3d(.3,.3,.3);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}