.scrollBar{ position: relative; left: 0; top: 0; width: 100%; height: 100%;}
.scrollBar .banner{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.scrollBar .banner ul{}
.scrollBar .banner ul li{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden;
     transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0.2s;
     -webkit-transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0.2s;
     -moz-transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0.2s;
}
.scrollBar .banner ul li .imgTimes{ width: 100% !important; height: 100%; position: relative; z-index: 5; left: 0; top: 0;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 100% 100% !important;
}
.scrollBar .banner ul li video{ position: absolute; left: 0; top: 0; width: 0%; height: auto; object-fit: cover; object-position: center center; z-index: 1;
	 transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
     -webkit-transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
     -moz-transition: width 1.2s cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
}
.scrollBar .banner ul li .imgTimes>article{ position: absolute; left: 10%; bottom: 15%;}
.scrollBar .banner ul li .imgTimes>article .banTops{ font-size: 0;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	perspective: 800px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
}
.scrollBar .banner ul li .imgTimes>article .banTops small{ display: inline-block; vertical-align: middle; margin: 0 8px;
	opacity: 0;
	transform: matrix(0.5, 0, 0, 0.5, 0, 0);
	-webkit-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
	-moz-transform: matrix(0.5, 0, 0, 0.5, 0, 0);
}
.scrollBar .banner ul li .imgTimes>article .banTops em{ display: inline-block; vertical-align: middle; margin: 0 8px;
    opacity: 0;
	transform: matrix(1, 0, 0, 1, 0, -80);
	-webkit-transform: matrix(1, 0, 0, 1, 0, -80);
	-moz-transform: matrix(1, 0, 0, 1, 0, -80);
}
.scrollBar .banner ul li .imgTimes>article .banTops em:nth-of-type(2){
	 opacity: 0;
	 transform: matrix(1, 0, 0, 1, 0, -80);
	 -webkit-transform: matrix(1, 0, 0, 1, 0, -80);
	 -moz-transform: matrix(1, 0, 0, 1, 0, -80);
}
.scrollBar .banner ul li .imgTimes>article .banTops small,
.scrollBar .banner ul li .imgTimes>article .banTops em,
.scrollBar .banner ul li .imgTimes>article .banText i,
.scrollBar .banner ul li .imgTimes>article .banText span{
	transition: all 200ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
	-webkit-transition: all 200ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
	-moz-transition: all 200ms cubic-bezier(0.35, 0.85, 0.55, 1) 0s;
}
.scrollBar .banner ul li .imgTimes>article .banTops em:nth-of-type(1){
	transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
	-webkit-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
	-moz-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 0.6s;
}
.scrollBar .banner ul li .imgTimes>article .banTops em:nth-of-type(2){
	transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.2s;
	-webkit-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.2s;
	-moz-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.2s;
}
.scrollBar .banner ul li .imgTimes>article .banText{ font-size: 0; margin-top: 20px;}
.scrollBar .banner ul li .imgTimes>article .banText i{ display: inline-block; vertical-align: middle; width: 0px; height: 1px; background-color: #fff;}
.scrollBar .banner ul li .imgTimes>article .banText span{ display: inline-block; width: 0px; vertical-align: middle; margin-left: 8px; overflow: hidden;}
.scrollBar .banner ul li .imgTimes>article .banText span font{ display: inline-block; width: 500px; font-size: 14px; color: #fff;}
.scrollBar .banner ul li.curs{ width: 0%;}
.scrollBar .banner ul li.visb{ width: 100%;}
.scrollBar .banner ul li.visb video{ width: 100% !important;}
.scrollBar .banner ul li.visb .imgTimes>article .banTops small,
.scrollBar .banner ul li.visb .imgTimes>article .banTops em{ opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
}
.scrollBar .banner ul li.visb .imgTimes>article .banTops small{ opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
	transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.4s;
	-webkit-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.4s;
	-moz-transition: all 1000ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.4s;
}
.scrollBar .banner ul li.visb .imgTimes>article .banText i{ width: 35px;
	transition: all 300ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.5s;
	-webkit-transition: all 300ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.5s;
	-moz-transition: all 300ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.5s;
}
.scrollBar .banner ul li.visb .imgTimes>article .banText span{ width: 500px;
	transition: all 1500ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.7s;
	-webkit-transition: all 1500ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.7s;
	-moz-transition: all 1500ms cubic-bezier(0.35, 0.85, 0.55, 1) 1.7s;
}
.index-waper-box{ position: absolute; bottom: 0; width: 100%; height: 100px; overflow: hidden; z-index: 9;
	perspective: 800px;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}
.index-back-box{ width: 84%; height: 100px; background-color: #fff; position: absolute; bottom: 0; margin: 0 8%;
	display: none;
	overflow: hidden;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform: rotateX(0deg) translate3d(0,0,0);
    -webkit-transform: rotateX(0deg) translate3d(0,0,0);
    -moz-transform: rotateX(0deg) translate3d(0,0,0);
     transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
     -webkit-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
     -moz-transition: all .65s cubic-bezier(0.55,0.65,0.55,1) 0s;
}
.index-back-box.active{ transform: rotateX(100deg) translate3d(0,0,0); -webkit-transform: rotateX(100deg) translate3d(0,0,0); -moz-transform: rotateX(100deg) translate3d(0,0,0);	}
.index-back-box .sub-arrows{ position: absolute; left: 0; top: 0; width: auto; height: 100%; line-height: 100px; padding-left: 100px; font-size: 0;}
.index-back-box .sub-arrows i.icom{ display: inline-block; vertical-align: top; width: 60px; height: 100%; cursor: pointer; position: relative;}
.index-back-box .sub-arrows i.icom:after{ position: absolute; content: ''; left: 0; top: 49px; width: 30px; height: 2px; background-color: #000;
	transform: scale(0,1);
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
}
.index-back-box .sub-arrows i.icom font{ color: #000;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
}
.index-back-box .sub-arrows i.icom.prev font{ position: absolute; left: 9px;}
.index-back-box .sub-arrows i.icom.next font{ position: absolute; left: 6px;}
.index-back-box .sub-arrows i:hover:after{
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.index-back-box .sub-arrows i.icom.prev:hover font{ left: -7px;}
.index-back-box .sub-arrows i.icom.next:hover font{ left: 20px;}
.index-back-box .sub-share{ position: absolute; right: 15px; top: 0; width: auto; height: 100%; display: table; cursor: pointer;}
.index-back-box .sub-share .tels{ display: table-cell; vertical-align: middle;}
.index-back-box .sub-share .tels span{ display: inline-block;}
.index-back-box .sub-share .tels .cc1{
	opacity: 0;
	filter: alpha(opacity='0');
	transform: translateX(-40px);
	-webkit-transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
}
.index-back-box .sub-share .tels .cc2{
	transform: translateX(80px);
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
}
.index-back-box .sub-share .sider-tel{ display: table-cell; vertical-align: middle; font-size: 0;
    opacity: 0;
    filter: alpha(opacity='0');
 	transform: translateX(130px);
 	-webkit-transform: translateX(130px);
 	-moz-transform: translateX(130px);
 	transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
 	-webkit-transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
 	-moz-transition: all 0.4s cubic-bezier(0.4, 0.8, 0.6, 1) 0s;
}
.index-back-box .sub-share .sider-tel a{ display: inline-block; font-size: 12px; color: #000; margin: 0 8px;
    opacity: 0;
    filter: alpha(opacity='0');
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.index-back-box .sub-share:hover .tels .cc1{
	opacity: 1;
	filter: alpha(opacity='100');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transition: all 1s cubic-bezier(0.5,1.25,0.75,1.65) 0s;
	-webkit-transition: all 1s cubic-bezier(0.5,1.25,0.75,1.65) 0s;
	-moz-transition: all 1s cubic-bezier(0.5,1.25,0.75,1.65) 0s;
}
.index-back-box .sub-share:hover .tels .cc2{
	opacity: 0;
	filter: alpha(opacity='0');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.index-back-box .sub-share:hover .sider-tel{
	opacity: 1;
    filter: alpha(opacity='100');
 	transform: translateX(0px);
 	-webkit-transform: translateX(0px);
 	-moz-transform: translateX(0px);
 	transition: all 1s cubic-bezier(0.5,1.0,0.75,1) 0s;
 	-webkit-transition: all 1s cubic-bezier(0.5,1.0,0.75,1) 0s;
 	-moz-transition: all 1s cubic-bezier(0.5,1.0,0.75,1) 0s;
}
.index-back-box .sub-share:hover .sider-tel a:nth-of-type(1){
	opacity: 1;
	filter: alpha(opacity='100');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) 0s;
}
.index-back-box .sub-share:hover .sider-tel a:nth-of-type(2){
	opacity: 1;
	filter: alpha(opacity='100');
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) .2s;
	-webkit-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) .2s;
	-moz-transition: all 0.4s cubic-bezier(0.5,0.65,0.75,1) .2s;
}
.index-back-box .sub-mouse{ width: 30px; height: 43px; position: absolute; top: 30px; left: 50%; margin-left: -15px; cursor: pointer; z-index: 1; zoom: 0.7; -moz-transform: scale(0.7);}
.index-back-box .sub-mouse:after{ display: none; z-index: -1; position: absolute; content: ''; top: -30px; left: 50%; height: 53px; border-right: 1px solid #333; margin-left: -1px;}
.index-back-box .sub-mouse span{ display: block; position: relative; width: 100%; height: 100%;
	 animation: ani-svg 0.85s linear 0s alternate infinite;
	 -webkit-animation: ani-svg 0.85s linear 0s alternate infinite;
}
.index-back-box .sub-mouse i{ position: absolute; bottom: 5px; left: 50%; color: #000;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
@keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  transform: translateY(15px);
	}
}
@-webkit-keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  -webkit-transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  -webkit-transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  -webkit-transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  -webkit-transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  -webkit-transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  -webkit-transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  -webkit-transform: translateY(15px);
	}
}
@-moz-keyframes ani-svg{
	0%{
	  opacity: 0.4;
	  -moz-transform: translateY(-20px);
	}
	15%{
	  opacity: 0.65;
	  -moz-transform: translateY(-15px);
	}
    25%{
      opacity: 0.8;
	  -moz-transform: translateY(-10px);
	}
    50%{
      opacity: 1;
	  -moz-transform: translateY(0px);
	}
	65%{
	  opacity: 0.8;
	  -moz-transform: translateY(5px);
	}
	75%{
	  opacity: 0.65;
	  -moz-transform: translateY(10px);
	}
	100%{
	  opacity: 0.4;
	  -moz-transform: translateY(15px);
	}
}
.tagou-brand{ width: 100%; padding: 4% 0 5% 0; position: relative; background-color: #fff;}
.tagou-brand .bom-line{ position: absolute; left: 50%; margin-left: -1px; bottom: 0; height: 15%; border-right: 1px solid #C6C6C5;}
.tagou-brand .tagou-waperTit{ width: 80%; text-align: center; margin:0 auto;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:10; overflow: hidden;}
.tagou-brand .tagou-waperTit h2{
	transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
}
.tagou-brand .tagou-waperTit h2 img{ display: inline-block;}
.tagou-brand .tagou-waperTit p{ font-size: 16px; color: #000; margin-top: 2px; line-height: 1.7;
	transition: all .8s ease-out .2s;
	-webkit-transition: all .8s ease-out .2s;
	-moz-transition: all .8s ease-out .2s;
}
.tagou-brand .IndexList{ width: 440px; margin: 0 auto; display: table; position: relative;
	transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
}
.tagou-brand .IndexList,
.tagou-brand .tagou-waperTit p,
.tagou-brand .tagou-waperTit h2{
	opacity: 0;
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
}
.tagou-brand .IndexList.active,
.tagou-brand .tagou-waperTit.active p,
.tagou-brand .tagou-waperTit.active h2{
	 width:98%; height:auto; margin:0 auto;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
.tagou-brand .IndexList ul{ font-size: 0; padding-top: 30px;}
.tagou-brand .IndexList li{ display: inline-block; width: 33.33%; text-align: center; position: relative;}
.tagou-brand .IndexList li i{ font-size: 16px; color: #000;}
.tagou-brand .IndexList li span{ display: block; font-size: 18px; color: #000; letter-spacing: 4px; line-height:50px;}
.nub{ font-size: 58px; color: #000; line-height: 48px; height: 48px; display: inline-block; font-family: 'CalibreLight';}
.NumContent{ height: inherit; display: inherit; overflow: hidden; position: relative; line-height: inherit; font-size: inherit;}
.NumContent>div{line-height: inherit; color: inherit; font-size: inherit; display: inline-block;}
.NumContent>div>div{line-height: inherit; color: inherit; font-size: inherit;}
.NumContent>div:nth-child(1){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.NumContent>div:nth-child(2){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.NumContent>div:nth-child(3){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0;
}
.NumContent>div:nth-child(4){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.NumContent>div:nth-child(5){
	transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-webkit-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
	-moz-transition: all 2s cubic-bezier(.35,.75,.55,1) 0s;
}
.tagou-works{ position: relative; width: 100%; height: 100%; background-color: #000;}
.tagou-works .works-slide{ position: relative; width: 100%; height: 100%; display: table;}
.tagou-works .sub-slides{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.tagou-works .sub-slides li{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.tagou-works .sub-slides li:nth-of-type(1){ background: url(../images/bg1.jpg) no-repeat center center; background-size: 100% 100%;}
.tagou-works .sub-slides li:nth-of-type(2){ background: url(../images/bg2.jpg) no-repeat center center; background-size: 100% 100%;}
.tagou-works .sub-slides li:nth-of-type(3){ background: url(../images/bg3.jpg) no-repeat center center; background-size: 100% 100%;}
.tagou-works .sub-slides li .contsd{ position: relative; width: 100%; height: 100%; display: table; text-align: right; padding-right: 15%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.tagou-works .sub-slides li .contsd .neis{ display: table-cell; vertical-align: middle; font-size: 0;}
.tagou-works .sub-slides li .contsd .neis .imGs{ display: inline-block; margin-right: 100px; vertical-align: middle;
	opacity: 0;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transition: all 1.5s ease-in-out .8s;
	-webkit-transition: all 1.5s ease-in-out .8s;
	-moz-transition: all 1.5s ease-in-out .8s;
}
.tagou-works .sub-slides li:nth-of-type(2) .contsd .neis .imGs{ margin-right: auto; margin-left: 100px;}
.tagou-works .sub-slides li .contsd .neis .textsz{ display: inline-block; vertical-align: middle; text-align: center;}
.tagou-works .sub-slides li .contsd .neis h3{
	opacity: 0;
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	transition: all 1s ease 1s;
	-webkit-transition: all 1s ease 1s;
	-moz-transition: all 1s ease 1s;
}
.tagou-works .sub-slides li .contsd .neis h4{ margin-top: 20px; margin-bottom: 20px;
	opacity: 0;
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	transition: all 1s ease 1.2s;
	-webkit-transition: all 1s ease 1.2s;
	-moz-transition: all 1s ease 1.2s;
}
.tagou-works .sub-slides li .contsd .neis p{ padding-left: 200px; text-align: left; font-size: 14px; color: #fff; margin-bottom: 20px;
	opacity: 0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
}
.tagou-works .sub-slides li .contsd .neis p font{ width: 280px; display: inline-block;  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.tagou-works .sub-slides li .contsd .neis p:nth-of-type(1){
	transition: all .5s ease 1.4s;
	-webkit-transition: all .5s ease 1.4s;
	-moz-transition: all .5s ease 1.4s;
}
.tagou-works .sub-slides li .contsd .neis p:nth-of-type(2){
	transition: all .5s ease 1.6s;
	-webkit-transition: all .5s ease 1.6s;
	-moz-transition: all .5s ease 1.6s;
}
.tagou-works .sub-slides li .contsd .neis p:nth-of-type(3){
	transition: all .5s ease 1.8s;
	-webkit-transition: all .5s ease 1.8s;
	-moz-transition: all .5s ease 1.8s;
}
.tagou-works .sub-slides li .contsd .neis p:nth-of-type(4){
	transition: all .5s ease 2s;
	-webkit-transition: all .5s ease 2s;
	-moz-transition: all .5s ease 2s;
}
.tagou-works .sub-slides li .contsd .neis p:nth-of-type(5){
	transition: all .5s ease 2.2s;
	-webkit-transition: all .5s ease 2.2s;
	-moz-transition: all .5s ease 2.2s;
}
.tagou-works .sub-slides li.cur{ opacity: 1; z-index: 1;}
.tagou-works .sub-slides li.cur .contsd .neis .imGs{
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
}
.tagou-works .sub-slides li.cur .contsd .neis h3{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.tagou-works .sub-slides li.cur .contsd .neis h4{
	opacity: 1;
	transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
}
.tagou-works .sub-slides li.cur .contsd .neis p{
	opacity: 1;
	transform: translateY(0px);
}

.tagou-works .words-slide{ position: absolute; left: 10%; top: 0; width:150px; z-index: 2; text-align:center;}
.tagou-works .words-slide ul{ width: 100%;}
.tagou-works .words-slide ul li{ width: 100%; margin-bottom: 40px; cursor: pointer;}
.tagou-works .words-slide ul li i{ display: block; margin-left: 20px; height: 70px; width: 1px; background-color: #fff; margin:0 auto;}
.tagou-works .words-slide ul li span{ display: block; margin: 5px 0; height: 36px; font-size: 36px; color: #fff; font-family: 'ZurichBT-Light';}
.tagou-works .words-slide ul li font{ display: block; font-size: 12px; color: #fff;}
.tagou-works .words-slide ul li i,
.tagou-works .words-slide ul li span,
.tagou-works .words-slide ul li font{
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
}

.tagou-works .words-slide ul li:hover i,
.tagou-works .words-slide ul li.cues i{ background-color: #fff;}
.tagou-works .words-slide ul li:hover span,
.tagou-works .words-slide ul li:hover font,
.tagou-works .words-slide ul li.cues span,
.tagou-works .words-slide ul li.cues font{ color: #fff; font-size:16px;}
.tagou-collection{ position: relative; width: 100%; height: 100%;}
.tagou-collection .collbgs{ position: relative; background: url(../images/fond-bug.jpg) no-repeat center top; background-size: 100% auto;}
.tagou-collection .tagou-collumns{ position: absolute; top: 30%; width: 74%; height: 70%; margin: 0 13%; background-color: #000;
    opacity: 0;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.tagou-collection .tagou-collumns.active{
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
.tagou-collection .slider-waper{ position: relative; width: 100%; height: 100%;}
.tagou-collection .slider-waper ul{ position: relative; height: 100%; height: 100%; overflow: hidden;}
.tagou-collection .slider-waper ul li{ position: absolute; right: 0; top: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0;
	 opacity: 0;
	 visibility: hidden;
	 transition: all .7s ease-in-out 0s;
	 -webkit-transition: all .7s ease-in-out 0s;
	 -moz-transition: all .7s ease-in-out 0s;
}
.tagou-collection .slider-waper ul li.curs{ width: 100%; visibility: visible; opacity: 1; z-index: 1;}
.tagou-collection .slider-waper ul li>article{ width: 100%; height: 100%; position: relative; overflow: hidden;}
.tagou-collection .slider-waper ul li>article>a>img{ width: 100%; height: 100%; display: block;
	transition: all 3s ease 0s;
	-webkit-transition: all 3s ease 0s;
	-moz-transition: all 3s ease 0s;
}
.tagou-collection .slider-waper ul li>article>video{ width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.tagou-collection .slider-remote{ width: 22%; height: 70%; background-color: #212020; position: absolute; right: 5%; bottom: 50px; z-index: 9;}
.tagou-collection .slider-remote .top-textg{ position: absolute; left: 0; top: 0; width: 100%; height: 50%; text-align: right; padding: 30px; overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.tagou-collection .slider-remote .top-textg span{ color: #949494; display: block; font-size: 12px; line-height: 1.8; letter-spacing: 1px;}
.tagou-collection .slider-remote .top-textg span.tits{ font-size: 15px; color: #fff;}
.tagou-collection .slider-remote .top-textg ul{ width: 100%; height: 100%; position: relative; overflow: hidden;
     transform-style: preserve-3d;
     -webkit-transform-style: preserve-3d;
     perspective: 1000px;
     -webkit-perspective: 1000px;
}
.tagou-collection .slider-remote .top-textg ul li{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; visibility: hidden; opacity: 0;
	 transform-origin: top;
	 -webkit-transform-origin: top;
	 -moz-transform-origin: top;
	 transform: rotateX(-90deg);
	 -webkit-transform: rotateX(-90deg);
	 -moz-transform: rotateX(-90deg);
	 transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
	 -webkit-transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
	 -moz-transition: all 0.65s cubic-bezier(0.55, 0.65, 0.55, 1) 0s;
}
.tagou-collection .slider-remote .top-textg ul li.fad{visibility: visible;opacity: 1;z-index: 1;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
}
.tagou-collection .slider-remote .bom-number{ position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background: url(../images/font-bg.jpg) no-repeat; background-size: cover; display: table;}
.tagou-collection .slider-remote .bom-number .nei .countr{ text-align: center; margin-bottom: 5px;}
.tagou-collection .slider-remote .bom-number .nei .countr span,
.tagou-collection .slider-remote .bom-number .nei .countr i{ display: inline-block; vertical-align: middle; font-size: 14px; color: #fff; font-family: "HelveticaNeue"; letter-spacing: 1px;}
.tagou-collection .slider-remote .bom-number .nei .countr i{ margin: 0 5px;}
.tagou-collection .slider-remote .bom-number .nei{ display: table-cell; vertical-align: middle;}
.tagou-collection .slider-remote .bom-number .nei .sum{ text-align: center;}
.tagou-collection .slider-remote .bom-number .nei .sum a{ display: inline-block; vertical-align: middle; width: 30px; height: 30px; text-align: center; line-height: 30px; color: #fff; font-size: 17px; font-weight: bold;}
.tagou-collection .slider-remote .bom-number .nei .sum .lines{ display: inline-block; vertical-align: middle; width: 108px; height: 1px; background-color: #fff; position: relative;}
.tagou-collection .slider-remote .bom-number .nei .sum .lines .nline{ width: 25%; height: 5px; background-color: #C80000; position: absolute; left: 0; top: -2px;
	transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
}
.tagou-collection .slider-remote .bom-number .nei .sum a:hover{color: #C80000;}
.tagou-waper-tits{ position: absolute; right: 5%; font-size: 0;}
.tagou-waper-tits span,.tagou-waper-tits small, .tagou-waper-tits small font, .tagou-waper-tits small i, .tagou-waper-tits strong{ display: inline-block; vertical-align: middle;}
.tagou-waper-tits span,
.tagou-waper-tits small,
.tagou-waper-tits strong{
	opacity: 0;
	transform: translateX(-150px);
	-webkit-transform: translateX(-150px);
	-moz-transform: translateX(-150px);
}
.tagou-waper-tits span{ margin-right: 50px;
	transition: .6s ease 0.4s;
	-webkit-transition: .6s ease 0.4s;
	-moz-transition: .6s ease 0.4s;
}
.tagou-waper-tits small{ margin-right: 20px;
	transition: .6s ease 0.2s;
	-webkit-transition: .6s ease 0.2s;
	-moz-transition: .6s ease 0.2s;
}
.tagou-waper-tits small font{ font-size: 14px; font-family:'HelveticaNeue'; color: #000; letter-spacing: 1px;}
.tagou-waper-tits small a,
.tagou-waper-tits small font a{ font-size: 14px;}
.tagou-waper-tits small i{ display: inline-block; width: 35px; height: 1px; background-color: #000; margin: 0 10px;}
.tagou-waper-tits strong{ position: relative; width: 48px; height: 48px; border-radius: 50%; text-align: center; line-height: 48px;
	transition: .6s ease 0s;
	-webkit-transition: .6s ease 0s;
	-moz-transition: .6s ease 0s;
}
.tagou-waper-tits strong:before{ position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; border: 1px solid #000; border-radius: 50%;
	background-color: rgba(0,0,0,0.1);
	opacity: 0;
	transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
}
.tagou-waper-tits strong:after{ position: absolute; content: ''; left: 0px; top: 0px; width: 100%; height: 100%; border: 1px solid #000; border-radius: 50%; opacity: 1;}
.m strong:after{ position: absolute; content: ''; left:-8px; top:-8px; width: 100%; height: 100%; border: 1px solid #000; border-radius: 50%; opacity: 1;}
.m strong:hover:before{left:-8px; top:-8px;}
.tagou-waper-tits strong:after,
.tagou-waper-tits strong:before{
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
}
.tagou-waper-tits strong:hover:before{
  opacity: 1;
  transform: scale(1.0,1.0);
  -webkit-transform: scale(1.0,1.0);
  -moz-transform: scale(1.0,1.0);
  transition: all .5s ease-in-out .1s;
  -webkit-transition: all .5s ease-in-out .1s;
  -moz-transition: all .5s ease-in-out .1s;
}
.tagou-waper-tits strong:hover:after{
	opacity: 0;
	transform: scale(1.6,1.6);
	-webkit-transform: scale(1.6,1.6);
	-moz-transform: scale(1.6,1.6);
	transition: all .5s ease-in-out 0s;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
}
.tagou-waper-tits3,
.tagou-waper-tits2{ margin-top: 5%;}
.tagou-waper-tits3 small font,
.tagou-waper-tits2 small font{ color: #fff;}
.tagou-waper-tits3 small i,
.tagou-waper-tits2 small i{ background-color: #fff;}
.tagou-waper-tits2 a{ color: #fff;}
.tagou-waper-tits3 strong:before,
.tagou-waper-tits3 strong:after,
.tagou-waper-tits2 strong:after,
.tagou-waper-tits2 strong:before{ border-color: #fff;}
.tagou-waper-tits3 strong:before,
.tagou-waper-tits2 strong:before{ background-color: rgba(255,255,255,0.1);}
.tagou-waper-tits3.active span,
.tagou-waper-tits3.active small,
.tagou-waper-tits3.active strong{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.tagou-waper-tits2.active span,
.tagou-waper-tits2.active small,
.tagou-waper-tits2.active strong{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.tagou-waper-tits1.active span,
.tagou-waper-tits1.active small,
.tagou-waper-tits1.active strong{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.tagou-newsList{ position: relative; width: 100%; padding: 100px 0 70px;}
.tagou-newsList .centerbox{ width: 1210px; margin: 0 auto; display: table; padding-top: 180px;}
.tagou-newsList .lft-news{ float: left; width: 330px;
	opacity: 0;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transition: all .8s ease-out 0s;
	-webkit-transition: all .8s ease-out 0s;
	-moz-transition: all .8s ease-out 0s;
}
.tagou-newsList .lft-news img{ max-width:100%;}
.tagou-newsList .lft-news p{ line-height:35px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.tagou-newsList .lft-news a{ font-size:16px; color:#000;}
.tagou-newsList .lft-news.active{
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
.tagou-newsList .lft-news .topYear{ width: 100%; padding-bottom: 30px; background-color: #C80000;}
.tagou-newsList .lft-news ul{ width: 100%; font-size: 0; position: relative;}
.tagou-newsList .lft-news ul li{ display: inline-block; vertical-align: top; margin: 20px 0 0 30px;}
.tagou-newsList .lft-news ul li.bigs{ position: absolute; right: -53px; bottom: -72px;}
.tagou-newsList .lft-news ul li img{}
.tagou-newsList .topYear h4{ margin: 10px 0 0 30px;}
.tagou-newsList .topYear h3{ margin: 52px 0 0 30px;}
.tagou-newsList .bomtext{ margin-top: 30px;}
.tagou-newsList .bomtext span{ display: inline-block; vertical-align: middle;}
.tagou-newsList .bomtext font{ display: inline-block; vertical-align: middle; color: #000; padding-left: 8px;}
.tagou-newsList .bomtext h5{ padding-left: 25px; font-size: 14px; text-transform: capitalize; font-family: 'HelveticaNeue'; color: #000; letter-spacing: 2px;}
.tagou-newsList .rit-news{ float: right; width: 58%;}
.tagou-newsList .rit-news article{ width: 100%; padding: 5px 0; width: 100%;
	opacity: 0;
	transform: translateX(300px);
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
}
.tagou-newsList .rit-news article:nth-of-type(1){
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
}
.tagou-newsList .rit-news article:nth-of-type(2){
	transition: all .8s ease .2s;
	-webkit-transition: all .8s ease .2s;
	-moz-transition: all .8s ease .2s;
}
.tagou-newsList .rit-news.active article{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.tagou-newsList .rit-news article time{ margin-left: 8px;}
.tagou-newsList .rit-news article time img{ display: inline-block; vertical-align: middle;}
.tagou-newsList .rit-news article time font{ display: inline-block; vertical-align: middle; padding-left: 8px; font-size: 14px; font-family: 'HelveticaNeue'; color: #000;}
.tagou-newsList .rit-news article h3{ font-size: 0; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.tagou-newsList .rit-news article h3 i{ display: inline-block; width: 0px; height: 1px; background-color: #000; vertical-align: middle; margin-right: 10px;}
.tagou-newsList .rit-news article h3 a{ font-size: 14px; color: #000; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.tagou-newsList .rit-news article h3 a h5{ font-size: 18px;}
.tagou-newsList .rit-news article p{ font-size: 12px; color: #737373; line-height: 2; margin-left: 8px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2; overflow: hidden; }
.tagou-newsList .rit-news article h3:hover i{ width: 30px;}
.tagou-newsList .rit-news .more{ padding-top: 20px;
	opacity: 0;
	transform: translateX(300px);
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	transition: all .8s ease .4s;
	-webkit-transition: all .8s ease .4s;
	-moz-transition: all .8s ease .4s;
}
.tagou-newsList .rit-news.active .more{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.tagou-newsList .rit-news .more font{ display: inline-block; width: 0px; overflow: hidden; vertical-align: middle; margin-right: 10px;}
.tagou-newsList .rit-news article h3 i,
.tagou-newsList .rit-news .more font{
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
}
.tagou-newsList .rit-news .more i{ display: inline-block; width: 38px;}
.tagou-newsList .rit-news .more:hover font{ width: 40px;}
.tagou-about{ position: relative; width: 100%; height: 100%; z-index: 2;display: none;}
.tagou-about .videobox{ position: absolute; left: 0; height: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden;}
.tagou-about .videobox .videbg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/img/img50.png) repeat; z-index: 1;}
#video-bgs{ position: absolute; top: 0; min-width: 100%;width: 100% !important;height: auto !important; object-fit: cover; object-position: center;}
.tagou-about .example{ position: absolute; width: 924px; left: 50%; margin-left: -462px; bottom: 10%;}
.tagou-about .example ul{ font-size: 0;}
.tagou-about .example li{ display: inline-block; vertical-align: middle; width: 16.66%; text-align: center;
	opacity: 0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
}
.tagou-about .example.active li{
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
.tagou-about .example li:nth-of-type(1){
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
}
.tagou-about .example li:nth-of-type(2){
	transition: all 0.5s ease-out .3s;
	-webkit-transition: all 0.5s ease-out .3s;
	-moz-transition: all 0.5s ease-out .3s;
}
.tagou-about .example li:nth-of-type(3){
	transition: all 0.5s ease-out .6s;
	-webkit-transition: all 0.5s ease-out .6s;
	-moz-transition: all 0.5s ease-out .6s;
}
.tagou-about .example li:nth-of-type(4){
	transition: all 0.5s ease-out .9s;
	-webkit-transition: all 0.5s ease-out .9s;
	-moz-transition: all 0.5s ease-out .9s;
}
.tagou-about .example li:nth-of-type(5){
	transition: all 0.5s ease-out 1.2s;
	-webkit-transition: all 0.5s ease-out 1.2s;
	-moz-transition: all 0.5s ease-out 1.2s;
}
.tagou-about .example li:nth-of-type(6){
	transition: all 0.5s ease-out 1.5s;
	-webkit-transition: all 0.5s ease-out 1.5s;
	-moz-transition: all 0.5s ease-out 1.5s;
}
.tagou-about .waperSlide{ width: 1170px; height: 290px; position: relative; left: 50%; top: 50%; margin-left: -585px; margin-top: -145px;
	opacity: 0;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
}

.tagou-about .waperSlide.active{
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
}
.tagou-about .slide-wrap{ width: 100%; position: relative;}
.tagou-about .slide-wrap li{ position: absolute; left: 0; top: 0;}
.tagou-about .slide-line{ position: absolute; left: 0; bottom: 0; font-size: 0;}
.tagou-about .slide-line i{ display: inline-block; margin: 0 5px; vertical-align: bottom; width: 3px; height: 12px; background-color: #D7D6D7; cursor: pointer;
	transition: all 300ms linear 0s;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s
}
.tagou-about .slide-line i.on{ height: 24px; background-color: #BB1B22;}
.tagou-morebox{ width: 590px; height: 64px; position: absolute; left: 50%; margin-left: -295px; bottom: -30px; text-align: center;
	opacity: 0;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
}
.tagou-morebox.active{
	opacity: 1;
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
}

.tagou-morebox a{ display: inline-block; margin: 0 auto; padding: 0 100px; height: 100%; background-color:#303030; text-align: center; line-height: 64px; font-size: 0;}
.tagou-morebox a i{ display: inline-block; width: 200px; height:1px; background-color: #fff; vertical-align: middle;}
.tagou-morebox a, .tagou-morebox a i{
	transition: all 0.4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
}
.tagou-morebox a:hover{ padding: 0 140px;}
.tagou-morebox a:hover i{ width: 224px;}
.tagou-contact{ width: 100%; position: relative; background-color: #fff; padding-top: 10%;}
.tagou-contact .contentbox{ width: 80%; height: 502px; position: relative; margin: 0 auto; background-color: #C80000; z-index: 2; display: table;}
.tagou-contact .contentbox:before{ position: absolute; content: ''; top: -2.2%; left: 50%; margin-left: -1px; height: 50px; border-left: 1px solid #fff;}
.tagou-contact .contentbox:after{ position: absolute; content: ''; top: -50px; left: 50%; margin-left: -1px; height: 50px; border-left: 1px solid #C80000;}
.tagou-contact .sub-conts{ position: relative; width: 100%; height: 100%; z-index: 2; display: table;}
.tagou-contact .sub-conts:after{ position: absolute; content: ''; left: 2.5%; top: 7.5%; width: 95%; height: 85%; border: 1px solid #fff; z-index: -1;
	opacity: 0;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.tagou-contact .sub-conts .different{ position: absolute; top: 50%; width: 240px; height: 210px; margin-top: -105px; background-color: #303030; text-align: center; line-height: 210px;
	opacity: 0;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.tagou-contact .sub-conts .different.active{
	opacity: 1;
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
}
.tagou-contact .bigbox{ float: left; width: 25%; height: 100%; display: table;}
.tagou-contact .sub-conText{ float: right; width: 75%; padding-top: 10%; box-sizing: border-box; -moz-box-sizing: border-box;
	opacity: 0;
	transform: translateX(200px);
	-webkit-transform: translateX(200px);
	-moz-transform: translateX(200px);
	transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
}
.tagou-contact .sub-conts .sub-conText.active{
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
.tagou-contact .sub-conText h2{ font-size: 58px; font-weight: bold; color: #fff;}
.tagou-contact .sub-conText h3{ padding-top:23px;}
.tagou-contact .sub-conText h3 img{ display: block; width: 74%;}
.tagou-contact .tel{ padding-top: 30px; font-size: 0;}
.tagou-contact .tel aside{ display: inline-block; vertical-align: middle;}
.tagou-contact .tel p{ font-size: 14px; color: #FFFFFF;}
.tagou-contact .tel .nubgs{ position: relative; width: 465px; height: 35px;}
.tagou-contact .tel .nubgs span{ display: inline-block; height: 35px; overflow: hidden; padding-top: 3px;}
.tagou-contact .tel .nubgs span i{ display: inline-block; width: 100%; height: 35px; font-size: 28px; font-family: 'HelveticaNeue';}
.tagou-contact .tel .nubgs .sp1{ color: #000; position: absolute; left: 0; top: 0; z-index: 1; display: none;}
.tagou-contact .tel .nubgs .sp2{ width: 100%; color: #fff; position: absolute; left: 0; top: 0; z-index: 2;}
.tagou-contact .tel .nubgs:hover .sp2{ width: 100%;}
.tagou-contact .tel .QQuser{ display: inline-block; vertical-align: middle; padding-left: 40px; font-size: 0;}
.tagou-contact .tel .QQuser font{ display: inline-block; vertical-align: bottom; width: 62px; height: 46px; position: relative;}
.tagou-contact .tel .QQuser font em{ position: absolute; left: 0; top: 0; z-index: 1;}
.tagou-contact .tel .QQuser font i{ position: absolute; left: 0; top: 0; opacity: 0; z-index: 2;}
.tagou-contact .tel .QQuser a{ display: inline-block; vertical-align: middle; width: 95px; height: 24px; background-color: #000000; color: #C80000; font-size: 13px; text-align: center; line-height: 24px; border-radius: 15px;}
.tagou-contact .countacti{ padding-top: 40px;}
.tagou-contact .countacti a font{ display: inline-block; vertical-align: middle; font-size: 14px; font-family: 'HelveticaNeue'; color: #fff; letter-spacing: 1px;}
.tagou-contact .countacti a small{ display: inline-block; width: 40px; height: 1px; vertical-align: middle; background-color: #fff; margin-left: 10px;}
.tagou-contact .bookmarks{ position: absolute; right: 80px; top: 70px;
	opacity: 0;
	transition: all 1s ease .4s;
	-webkit-transition: all 1s ease .4s;
	-moz-transition: all 1s ease .4s;
}
.tagou-contact .bookmarks.active{
	opacity: 1;
}
.tagou-contact .countacti a small,
.tagou-contact .tel .QQuser font em,
.tagou-contact .tel .QQuser a,
.tagou-contact .tel .QQuser font i,
.tagou-contact .tel .nubgs .sp2{
	transition: all 0.6s ease-in-out 0s;
	-webkit-transition: all 0.6s ease-in-out 0s;
	-moz-transition: all 0.6s ease-in-out 0s;
}
.tagou-contact .contentbox:before,
.tagou-contact .contentbox:after,
.tagou-contact .sub-conts:after{
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
}
.tagou-contact .sub-conts:hover:after{
	opacity: 1;
	transform: scale(1.0,1.0);
	-webkit-transform: scale(1.0,1.0);
	-moz-transform: scale(1.0,1.0);
}
.tagou-contact .countacti a:hover small{ width: 80px;}
.tagou-contact .tel .QQuser:hover em{ opacity: 0;}
.tagou-contact .tel .QQuser:hover i{ opacity: 1;}
.tagou-contact .tel .QQuser:hover a{ background-color: #fff;}
/******************************about****************************************/
.content{ width:100%; height:auto;margin-top: -38px;}
.sub_main{ width:100%; height:auto; max-width:1200px; margin:2% auto;}
@media (min-width:1230px){
.container{width:1230px;}}
/*鍏充簬鎴戜滑*/
.banner{
	height: 340px; position: relative;
	background:#0e0e0e url('../images/icon/list-bg.jpg') no-repeat center top;
}
.banner .container{ background: url('../images/banner-bg.png') no-repeat; background-position: center right; height: 100%;
}
#stars {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; z-index: 99;

    opacity: .6;
    background: url(../images/stars.png) repeat;
    background-position: 0 0;
}
#magic {
    position: absolute;
     background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; z-index: 100;

}
.column-t{
	margin-top: 125px; margin-left: -20px;
}
.mbt{
	border-top: 3px solid #e50011;
}
.leftbox{
	margin-top: -50px;
}
.leftbox .title{ background-color:#a9262c; font-size: 43px; color: #ffffff; font-weight: 400; padding:20%; }
.leftbox .list-h2 li{ font-size: 16px; line-height: 16px; padding:5%; border-bottom:1px solid #e5e5e5; padding-left: 16px; color: #999999;}
.leftbox .list-h2 li a,.leftbox .list-h2 li span{ color: #999999; border-left: 5px solid #fff; padding-left: 20px; text-decoration: none; }
.leftbox .list-h2 li.on a,.leftbox .list-h2 li a:hover{ font-size:16px; display: block; color: #333333; border-left: 5px solid #e50011; }
.arttext{ margin-left: 30px; margin-top: 32px;}
h1.title {
    font-size: 28px;
    margin: 0 0 22px;
    position: inherit;
    line-height: 28px;
    color: #000;
    word-wrap: break-word;
    word-break: normal;
    font-weight: 500;
}
h5.data,p.data {font-size:14px;font-weight:normal; line-height:24px; color:rgba(95, 95, 95, 0.76);  border-bottom: 1px solid #d1d1d1; margin: 20px 0 25px; padding-bottom: 25px;
}
h5.data span, p.data span {
    display: inline-block;
    margin: 0 5px 0 0;
}
.bdsharebuttonbox{
	display: inline-block; float: left;
}
.bdsharebuttonbox a.bds_more{
	 background: url('../images/icon/icons_0_16.png') no-repeat left center; padding-left: 25px; color: #b0b1b2; font-size: 14px;
}
.bdsharebuttonbox a.bds_more i{
	 background: url('../images/icon/icons_0_17.png') no-repeat left center; display: inline-block; width: 10px; height: 5px; margin: 0 0 2px 5px;  -moz-transition: all 0.8s ease-in-out;
	 -webkit-transition: all 0.8s ease-in-out;
	 -o-transition: all 0.8s ease-in-out;
	 -ms-transition: all 0.8s ease-in-out;
	 transition: all 0.8s ease-in-out;
}
.bdsharebuttonbox a.bds_more:hover{opacity: .8; }
.bdsharebuttonbox:hover a.bds_more i{
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
h5.data .erwm,h5.data .txt-,h5.data .txtj{
	display: inline-block; width: 22px; height: 24px; text-indent: -999em; background: url('../images/icon/icons_0_18.png') no-repeat left center; float: left; margin: 0 4px;
}
h5.data .erwm{
	text-indent: 0; position: relative;
}
.arttext .tags_fxh a{border-radius: 4px; background: #c4ceda; font-size: 14px; color: #fff; display: inline-table; margin-right: 12px;padding: 0 10px; text-decoration: none;}
.arttext .tags_fxh a:hover{ color: #fff; background-color: rgba(232, 98, 86, 0.9);}
#code{
	display: none; width: 120px; height: 120px; left: -125px; position: absolute; top: 0; border: 2px solid rgba(0, 0, 0, 0.21); padding: 10px; background-color: #fff;
}
#code canvas{
	width: 100%; height: 100%;
}
h5.data .erwm:hover #code{display: block;-webkit-transition:all .2s ease;
   -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
     -o-transition: all .2s ease;
        transition: all .2s ease;
}
h5.data .txt-{ background-position-x: -32px; width: 24px;}
h5.data .txtj{ background-position-x: 100%; width: 24px;}
h5.data a:hover{
	opacity: .5;
}
h5.data a.erwm:hover{
	opacity: 1;
}
.arttext {
     font-size: 16px;
     line-height: 1.8;
     word-break: break-all;
     word-wrap: break-word;  color: #000000;
 }
 .arttext img{ max-width:100%;}
 .arttext p{ font-size:16px;}


/*鍏充簬鎴戜滑*/

.column-intro .banner .container{ background: url('../images/banner-intro-bg.png') no-repeat; background-position: 90% -55px;
}
.column-intro .column-t{  margin-left: 30px;
}
.column-intro .arttext h1,.column-joinus .arttext h1{
	color: #000000; font-size: 22px; font-weight: 600; line-height: 46px; margin: 0 0 30px 35px; border-bottom: 3px solid #00b7ee; display: inline-block;
}
.column-intro .arttext,.column-joinus .arttext { color: #777777; padding:0 36px 0 68px;
}
.column-intro .arttext table td{
	font-size: 14px; line-height: 24px;
}
.column-intro .arttext table td h2{
	font-size: 22px; color: #000000; font-weight: 600; line-height: 32px;
}
.column-intro .arttext table td img{ margin: 0; width: 220px; max-width:220px}
.column-intro .list-intro-1{
	border-bottom: 3px solid #f1f1f1; padding: 0px 0 10px; margin-bottom: 30px;
}
.column-intro .list-intro-1 img{
	float: left; margin: 30px 20px 40px 0;
	border-radius: 50%;
	-moz-border-radius: 50%; /* Mozilla娴忚鍣ㄧ殑绉佹湁灞炴€ */
		-webkit-border-radius: 50%; /* Webkit娴忚鍣ㄧ殑绉佹湁灞炴€ */
}
.column-intro .list-intro-1 h3{
	font-size: 16px; color: #000000;  font-weight: 600;  margin: 20px 0;
}
.column-intro .list-intro-1 p{
	padding: 0 0 0 0 ;  font-size: 14px; line-height: 22px;
}
.column-intro .list-intro-2{ background: url('../images/intro/list-intro-2.png') no-repeat right bottom;  padding: 0 66px 46px 0; position: relative;
}
.column-intro .list-intro-2 li {
	display: block; position: relative; line-height: 24px; font-size: 14px; padding-left: 200px; margin: 22px 0;
}
.column-intro .list-intro-2 li h2{ display: block;  float: left; background: url('../images/intro/y.png') no-repeat right center;  font-size: 14px; color: #000000; line-height: 24px; position: absolute; left: 0; padding-right: 55px;
}
.column-intro .list-intro-2 li h2 strong{
	display: block; border-bottom: 1px solid #eaeaea; padding-left: 60px; font-weight: 300;
}
.column-intro .list-intro-2 li p{ margin-bottom: 0;}
.column-intro hr{ display: block; position: absolute; width: 2px; height: 360px; top: 5px; background-color: #acacac;  margin-top: 0; right: 4px;
	z-index: -1;
}
.column-intro .list-intro-3{ overflow: hidden;width: 110%;}
.column-intro .list-intro-3 li {
	display: inline-block; margin: 0 30px 0 0 ;
}
.column-intro .mbt{ background: url('../images/intro/mbt.png') no-repeat right top;}
.column-intro .arttext .list-intro-4{
	padding: 30px 0 100px; position: relative;
}
.column-intro .list-intro-4 .prev,.column-intro .list-intro-4 .next { top: 120px; }
.column-intro .arttext .list-intro-4 .intro-list{
	width: 33%; float: left;
}
.column-intro .arttext .list-intro-4 .intro-list a{
	display: block; padding: 0 15px;
}
.column-intro .arttext .list-intro-4 a:hover{
	text-decoration: none; opacity: .6;
}
.column-intro .arttext .list-intro-4  img{ margin: 0; height: 132px;
}
.column-intro .arttext .list-intro-4 h3{
	color: #000; font-size: 16px; border-bottom: 2px solid #000; line-height: 24px; padding: 10px 0 5px; margin-bottom: 10px;
}
.column-intro .arttext .list-intro-4 p{ color: #777777; font-size: 14px; line-height: 22px;

}
/* 鍔犲叆鎴戜滑*/

@media (min-width: 992px){
.mrl40{margin: inherit;}
.row { margin-left:0; }
.column-corebusiness .banner .container .pull-right{display: none;}
.column-corebusiness .banner .container .pull-left{ width: 100%; background-size: contain;}
}
@media (max-width: 768px){

.indexbanner { height: 380px; }
.indexbanner .hd{ bottom: 30px; right: 5px; }
.indexbanner .hd ul li {width: 25px;}
.indexbanner .bd .f1-1,.indexbanner .bd .f2 .f1-1,.indexbanner .bd .f3 .f1-1,.indexbanner .bd .f4 .f1-1 {height: 18px; background-size: contain; top: 155px; left: 15px; z-index: 77;
}
.indexbanner .bd .f1-2,.indexbanner .bd .f2 .f1-2,.indexbanner .bd .f3 .f1-2,.indexbanner .bd .f4 .f1-2 {height: initial; background-size: contain; top: 185px; left: 15px;z-index: 77; font-size: 12px; line-height: 18px; padding-right: 50px; color: #fff;
}
.indexbanner .bd .f1-3 {height: 20px; background-size: contain; top: auto; bottom: 60px; left: 15px;}
.indexbanner .bd .f1-4,.indexbanner .bd .f2 .f1-4 ,.indexbanner .bd .f3 .f1-4 { background-size: contain;  right: 15px;  top: 28px; height: 302px;
}
.indexbanner .bd .f2 .f1-2 {height: 20px; }
.indexbanner .bd .f3,body.column-5, body.column-corebusiness, .index{
	background-size: cover;
}
.indexbanner .bd .f3 .f1-4 {height: 202px; top: 50%; margin-top: -101px; }
.indexbanner .bd .f2 .f1-4 {
    background-size: cover;
    background-position: center center;
    left: 0;
    top: 0;
    height: 100%;
}
.indexbanner .bd .f4 .f1-4{
	right: 15px; height: 300px; background-size: contain;
}
.indexbanner .bd .f4 .f1-5{
	height: 100%; background-size: cover;
}
.index .hr{ background-size: contain;}
.index .title-i{margin: 40px 0;}
.index .title-i img{ height: 18px;}
.index .title-i span,.index .title-i span i{background-size: contain; }
.index .coreindex .col-xs-6{ margin-bottom: 0;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px; padding-top: 15px; height: 350px;
}
.index .coreindex .li{ width: auto;}
.index .coreindex .li h3{ font-size: 12px; line-height: 22px; margin: 0 0 5px; padding: 90px 0px 40px 0; }
.index .coreindex .li p{ margin: 10px 0 10px;font-size: 12px; line-height: 20px;}
.index .coreindex .col-md-3 .li a.m{ margin: 20px 0 10px; font-size: 14px; padding: 5px 0;
}
.index .linksindex ul{ width: 100%; margin: 0;}
.index .linksindex ul li{ width: 46%; margin: 10px 2%;}
.linksindex ul li img{height: 32px;}
.linksindex ul li h5{
	font-size: 12px; line-height: 18px; margin: 10px 0 0; height: 40px;
}
.index .list-case .prev{ left: -30px;  }
.index .list-case .next{
	left: auto; right: -30px;
}
.index .list-case ul li{
	width: 50%; float: left; margin: 5px 0; padding: 0;
}
.list-case li a img{
	width: auto; height: 36px;
}
.indexintro .hd{
	height: 40px; line-height: 38px;
}
.indexintro .hd li.col-xs-4{
	padding: 0;
}
.indexintro .hd li span{
	font-size: 14px;
}
.indexintro .container .row{
	margin: 0;
}
.about-bd .txt{
	padding:20px 15px; margin: 0;
}
.about-bd h2{
	margin-bottom: 20px; font-size: 16px;
}
.about-bd p{
	margin-bottom: 10px; font-size: 12px; line-height: 18px;
}
.about-bd .text-right a{
	padding: 3px 15px 3px 45px; font-size: 12px;
}
.news-bd img{
	display: none;
}
.joinus-bd .js-bd a,.joinus-bd .js-bd a.js-cdb{
	height: auto; padding: 10px;
}
.joinus-bd .js-bd a h3{
	font-size: 16px;
}
.joinus-bd .js-bd a p,.joinus-bd .js-bd a:hover span{
	display: none;
}
.joinus-bd .col-md-8{
	padding: 0;
}
.joinus-bd .col-md-8.js-bd{ padding: 8px;}

.footer .mrl40{ margin: 0;}
.abuot-row .col-md-3 .row,.abuot-row .col-md-2 .row{
	margin-left: -15px;
}
.abuot-row .col-md-2 .row .text-right{
	text-align: left;
}
.column-joinus .banner,.column-intro .banner{
	height: 220px; background-size: cover; background-position: 65% 0;
}
.leftbox{ display: none; }
.arttext,.column-intro .arttext,.column-joinus .arttext{
	margin-left: auto;
	border-left: 0;
	margin-top: 12px;
}
.column-joinus .list-joinus-1 li h3{
	font-size: 12px;
}
.column-joinus .list-joinus-1 li:first-child{ display: none;}
.column-intro .banner .container{
	background-size: contain; background-position: right center;
}
.column-intro .column-t{ height: 52px; }
.column-intro .arttext h1{
	margin:0 0 30px 0px;
}
.column-intro .arttext table td img{
	width: 128px;
}
.column-intro .list-intro-1 img{
	width: 100px; margin: 30px 20px 30px 0;
}
.list-intro-1 .col-md-6{
	display: block; float: none;  padding-bottom: 10px;
}
.column-intro .list-intro-2{
	background: none; padding: 0;
}
.column-intro .list-intro-2 li{
	padding-left: 100px;
}
.column-intro .list-intro-2 li h2{
	background: none; padding: 0;
}
.column-intro .list-intro-2 li h2 strong{ padding-left: 30px; }
.column-intro hr{ display: none; }
.column-intro .list-intro-3 li img{ margin: 10px 0; }
.column-intro .arttext .list-intro-4 .intro-list a{
	padding: 0 5px;
}
.column-intro .arttext .list-intro-4 p{
	display: none;
}
.column-intro .arttext .list-intro-4 img{
	height: 70px;
}
.column-news .arttext,.column-share .arttext,.column-viewpoint .arttext,.column-intelligent .arttext{
	border: 0; margin: 20px 0 0 0; padding: 0 15px;
}
.rightbox{ margin: 0; }
.column-news .animated.fadeInRight.col-md-3.pull-right,.column-share .animated.fadeInRight.col-md-3.pull-right,.column-viewpoint .animated.fadeInRight.col-md-3.pull-right,.column-intelligent .animated.fadeInRight.col-md-3.pull-right{
	float: none!important; padding: 15px 30px;
}
.column-corebusiness .banner{
	height: 220px; background-size: contain;
}
.column-corebusiness .banner .container{
	background-size: cover;
}
.column-corebusiness .banner .column-t,.column-5 .column-t,.column-news .banner .column-t,.column-13 .column-t,.column-share .banner .column-t,.column-viewpoint .banner .column-t,.column-intelligent .banner .column-t{ height: 56px; }
.column-corebusiness .business-list{ margin: 15px 30px; }
.business-list li{ padding: 20px 0; }
.business-list li .col-md-3{
	background: none; padding: 0;
}
.column-corebusiness .business-list .pic{ display: none;}
.business-list li h5{ margin-bottom: 10px; }
.business-list li h5 a{ font-size: 16px; line-height: 22px; }
.business-list li .txt{
	margin-bottom: 10px; line-height: 20px; font-size: 12px;
}
.business-list a.more{
	height: 28px; background-size: contain;
}

.column-corebusiness .banner .container .col-md-6{
	    background-size: 400px 120px;  width: 50%;
}
.corebusiness-arttext{ padding: 15px;}
.corebusiness-arttext-r{ padding: 0; }
.corebusiness-pic{
	margin: 0;
}
.corebusiness-arttext .corebusinesspic,.column-corebusiness .arttext .nav{
	display: none;
}
.corebusiness-arttext h1{
	line-height: 46px;
}
.corebusiness-arttext h3{
	line-height: 34px;
}
.corebusiness-cpjgt li{
	margin-right:10px; margin-left: 10px;
}
.corebusiness-cp li .txt p{
	padding: 0;
}

}
.foot{ padding-bottom:40px; bottom: 0; background-color:#1e1e1e; width: 100%;}
.foot.active{ z-index: 8;}
.foot .box{ width: 1120px; padding-left:60px; margin: 0 auto; position: relative;}
.foot .box:after{content: ""; display: block; position: absolute; width: 50px; height: 0; border-top: 1px solid #fff; top:65px; left: 0;}
.foot .address{ padding-top: 30px; height: auto; }
.foot .address:after{ content: ""; display: block; clear: both;}
.foot .address .left{ float: left; width: 250px; font-size: 39px; text-transform: uppercase; font-family:'ZurichBT-Light'; font-weight: bold; line-height: 1;}
.foot .address .left img{ width: 100%; display: block;}
.foot .address .Content{ text-align: right;float:left; padding-top: 15px;}
.foot .address .Content span{ margin-left: 50px; text-align: left; display: inline-block; font-size: 10px; line-height: 22px; font-family: 'CalibreLight'; color: #fff; letter-spacing: 1px;}
.foot .address .Content span i{ font-family: "寰蒋闆呴粦"; font-size: 12px; color: #fff;}
.foot .address .Content span a{ color:#fff;}
.foot .friendship{padding-top:60px;}
.foot .friendship .title{ float: left; height: 24px; line-height: 24px; text-align: center; border: 1px solid #D6D6D6; color: #B9B9B9; position: relative; padding: 0 15px;}
.foot .friendship .title a{ color:#fff;}
.foot .friendship .title:before{ content: ""; display:inline-block; width: 0px; height: 0; border-top: 1px solid #D6D6D6;  vertical-align: middle; margin: 0; transition:all .4s cubic-bezier(.35,.45,.55,1); -webkit-transition:all .4s cubic-bezier(.35,.45,.55,1); -moz-transition:all .4s cubic-bezier(.35,.45,.55,1);}
.foot .friendship .title:hover:before{ width: 30px; margin-right: 5px;}
.foot .friendship .Content{padding-top: 10px; clear: both;}
.foot .friendship .Content a{ color: #fff; font-size: 12px; line-height: 2; display: inline-block; margin-right: 20px;}
.foot .friendship .Content a:hover{ color: #DE1500;}
.foot .friendship .Content a,.foot .friendship .title:after,.foot .friendship .title{ transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; -webkit-transition: all .3s ease-in-out 0s; }
.list-h2{ width:100%; height:auto; padding:0 5% 5% 5%; border:1px solid #e5e5e5;}
.slideTxtBox{ width:100%; text-align:left; border:1px solid #e5e5e5; margin-top:10px;}
.slideTxtBox .hd{ height:50px; line-height:50px; background:#f9f9f9; border-bottom:1px solid #ccc; padding-bottom:2px;}
.slideTxtBox .hd ul{ width:100%; height:auto;}
.slideTxtBox .hd ul li{ float:left; width:49.9%; height:50px; text-align:center; line-height:50px; font-size:16px; font-weight:bold;}
.slideTxtBox .hd ul li.on{ height:50px; background:#fff; border-bottom:1px solid #cc0001; }
.slideTxtBox .bd ul{ padding:0px 15px;  zoom:1; margin-bottom:0px;}
.slideTxtBox .bd li{ height:40px; line-height:40px; border-bottom:1px dotted #ccc;}
.slideTxtBox .bd li span{ float:right; color:#999;  }
.slideTxtBox .bd_more{ width:100%; height:auto; padding:10px 0px; background:url(../images/icon01.png) no-repeat 70px 15px;}
.slideTxtBox .bd_more a{ font-size:14px; color:#333;}
.slideTxtBox .arrow{  position:absolute; right:10px; top:0; }
.slideTxtBox .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
.slideTxtBox .arrow .next{ background-position:0 -50px;  }
.slideTxtBox .arrow .prevStop{ background-position:-60px 0; }
.slideTxtBox .arrow .nextStop{ background-position:-60px -50px; }
.left_fg{ width:100%; height:auto; background-color:#fff; border-top:1px solid #cc0001;}
.left_fg_title{ width:95%; height:auto; border-bottom:1px solid #ccc; line-height:45px; font-size:16px; font-weight:bold; padding-left:5%;}
.left_fg_con{ padding:15px;}
.left_fg_con ul li{ height:40px; line-height:40px; border-bottom:1px dotted #ccc;}
.left_fg_con ul li span{ float:right; color:#999; }
/*===============================news_list=======================================*/
.news_list{ width:100%; height:auto;}
.news_list_con{ width:100%; height:auto; padding:2% 0 0 2%; border-top:2px solid #a9262c;}
.news_list_con ul li{ width:100%; height:auto; background-color:#fff;}
.news_list_con ul li dl{ width:100%; height:auto;}
.news_list_con ul li dl dt{ width:30%; height:auto; float:left; margin-right:5%;}
.news_list_con ul li dl dt img{ max-width:100%;}
.news_list_con ul li dl dd{ width:65%; height:auto; float:left;}
.news_list_con ul li dl dd h1{ width:100%; height:auto; margin-top:2%;}
.news_list_con ul li dl dd h1 a{ float:left; padding:5px 10px; display:block; color:#fff; text-align:center;}
.news_list_con ul li dl dd h2{ width:100%; height:auto; line-height:35px; margin:2% 0 1% 0;}
.news_list_con ul li dl dd h2 a{ font-size:18px; font-weight:bold;}
.news_list_con ul li dl dd h2 a:hover{ text-decoration:none; color:#a9262c;}
.news_list_con ul li dl dd h3{ width:100%; height:auto; line-height:25px; font-size:14px; color:#666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5; overflow: hidden; }
/*===============================news_listmin=======================================*/
.news_title{ width:100%; height:auto;}
.news_title h1{ font-size:24px; font-weight:300; text-align:center; line-height:35px;font-weight:bold; padding-top:40px;}
.news_title h2{ text-align:center; line-height:35px; padding-bottom: 35px;}
.news_fenye{ line-height:30px; text-align:left; padding:10px 0px 0px 0px; border-top:1px solid #e5e5e5; margin-top:20px;}
.news_listmin{ width:100%; height:auto;}
.news_listmin_con{ width:100%; height:auto; padding:3% 0 0 3%; border-top:2px solid #a9262c;}
.news_listmin_con ul li{ width:100%; height:auto; border-bottom:1px dashed #e5e5e5; margin-bottom:10px;}
.news_listmin_con ul li h1{ width:100%; height:auto; line-height:35px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:1; overflow: hidden; }
.news_listmin_con ul li h1 a{ font-size:16px; font-weight:300;}
.news_listmin_con ul li h2{ width:100%; height:auto; line-height:25px; color:#868686; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden; }

.news_view_con,.about_con{ width:100%; height:auto; border-top:2px solid #a9262c;}
.about{ width:100%; height:auto;}
.sub_zz{ width:100%; height:auto; padding-left:28%; line-height:35px; font-size:16px;}
.sub_zz a{ font-size:14px;}

.pro_list{ width:100%; height:auto;}
.pro_list_con{ width:100%; height:auto; border-top:2px solid #a9262c;}
.pro_ul {
  padding: 3% 0px;
  overflow: hidden;
}
.pro_ul li {
  width: 30.3%;
  float: left;
  margin:0 1.5%;
  position: relative;
  cursor: pointer;
}
.pro_ul li .pic {
  position: relative;
  overflow: hidden;
  transition:0.5s;
  height: 100px;
}
.pro_ul li .pic i {
  display: block;
  padding-bottom: 82.14285714285714%;
}
.pro_ul li .pic img{ transition:1s; max-width:100%;}
.pic:hover img{transform: scale(1.2);}
.pro_ul li .pic .zhe_a {
  background: url(../images/zhe_bg.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
}
.pro_ul li:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0px;
  right: -9.95%;
}
.pro_ul li:before {
  content: "";
  width: 120%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.pro_ul li .text {
  padding: 3% 0px 3%; text-align:center;
}
.pro_ul li .text h4 {
  color: #606a71;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 98%;
  overflow: hidden;
}
.pro_ul li .text span {
  height: 1px;
  background: #c9c9c9;
  width: 104px;
  display: block;
  vertical-align: top;
  margin: 15px 0px 20px;
  width: 37%;
}
.pro_ul li .text .more {
  background: #999999;
  color: #fff;
  font-size: 12px;
  font-family: arial;
  width: 75px;
  display: block;
  height: 28px;
  line-height: 28px;
  border: 1px solid #8c8c8c;
  position: relative;
  text-align: center;
}
.pro_ul li .text .more:after {
  width: 71px;
  height: 24px;
  border: 1px solid #adadad;
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
}
.pro_ul li:hover .pic .zhe_a {
  display: block;
}
.pro_ul li:hover .text span {
  background: #0083c7;
}
.pro_ul li:hover .text .more {
  background: #0083c7;
  border: 1px solid #0083c7;
}
.pro_ul li:hover .text .more:after {
  border: 1px solid #0083c7;
}

.fadeInq{
	animation-name: fadeInq;
	-webkit-animation-name: fadeInq;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}

.fadeInq{
	animation-name: fadeInq;
	-webkit-animation-name: fadeInq;

	animation-duration: 1s;
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;

	visibility: visible !important;
}

@keyframes fadeInq {
	0%{opacity:0}to{opacity:1}
	0% {
		transform: scale(0);
	}
	60% {
		transform: scale(1.1);
	}
	80% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}

@-webkit-keyframes fadeInq {
	0%{opacity:0}to{opacity:1}
	0% {
		-webkit-transform: scale(0);
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@media (max-width: 768px) {
  .pro_com .p_left {
    width: 100%;
    margin-bottom: 10px;
  }
  .pro_com .p_right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pro_com .p_right {
    width: 100%;
  }
  .pro_com .p_right ul li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.bx-loading{ display:none !important;}

.news_view_con p {
		font-size: 16px !important;
	}
