﻿.header{
	height: 100px;
}
.header .logo{
	display: block;
	float: left;
	margin-top: 24px;
	margin-right: 77px;
}


.navbar{float: left}
.navbar li{margin-right:25px;float: left;position: relative;}
.navbar .nav-item{
	display:block;
	font-size: 18px;
	line-height: 100px;
	color:#444444;
}
.navbar .nav-item .category::after{
	content: '';
	width:0;
	height: 3px;
	background: #da231b;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	transition: all .5s;
}
.navbar  .nav-item.active,.navbar  .nav-item:hover{
	color: #da231b;
}
.navbar  .nav-item.active .category::after,
.navbar  .nav-item:hover .category::after{
	width:100%;
}
.dropmenu {
    position: absolute;
    top: 100%;
    z-index: 500;
    background: #fff;
    max-height: 0;
    opacity: 0;
    /*width: 100%;
    min-width: 145px;*/
   min-width: 100%;
    overflow: hidden;
    transition: max-height 1s;
}
.navbar li:hover .dropmenu {
    opacity: 1;
    max-height: 500px;
    padding:5px 17px 0px 17px;
}
.dropmenu a{
	display: block;
	font-size: 18px;
	color:#666;
	line-height: 40px;
	white-space: nowrap;
	min-width: 85px;
	border-bottom: solid 1px #eee;
	transition: all .3s;
}
.dropmenu a:hover{color: #da231b;}

.navbar .nav-item{
	float: left;
	padding-right: 45px;
}
.navbar .category{
	color: #444;
	display: block;
	font-size: 18px;
	line-height:100px;
	
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: relative;
}
.navbar .nav-item:hover .category,
.navbar .nav-item.active .category{
	color: #e01f3d;
}
.header .dropdown-menu {
    position: fixed;
    top:100px;
    z-index: 999;
    background-color: #f2f2f2;
/*    padding: 55px 0 75px 0;*/
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    left: 0;
    margin-top: 0;
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
            box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
}
.header .dropdown-menu.full-screen {
    position: absolute;
    top: 100px;
}
.nav-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
}



.dropdown-menu .menu-list{margin-top: 55px;margin-bottom: 75px; float: left;width: 310px;height: auto;line-height: auto;margin-right: 53px;}
.dropdown-menu .menu-list:last-child{margin-right: 0;}
.dropdown-menu .menu-top{padding-bottom: 10px;border-bottom: solid 1px #cccccc;height: 45px;line-height: 45px;padding-left: 20px;background: url(../images/menu-bg.png) no-repeat left center;}
.dropdown-menu .menu-top a{font-size: 18px;color: #333;line-height: 18px;}
.dropdown-menu .menu-bot{margin-top: 13px;padding: 0 20px;}
.dropdown-menu .menu-bot a{text-transform: uppercase;font-size: 14px;color: #666; line-height: 30px;display: block;width: 100%;text-align: left;}
.dropdown-menu .menu-top a:hover,.dropdown-menu .menu-bot a:hover{color: #da251d;}

@media all and (max-width: 1440px) {
	.dropdown-menu .menu-list{width: 265px;margin-right: 45px;}
}











.h-tel{
	line-height: 100px;
	font-size: 16px;
	color: #9a9a9a;
	float: right;
	position: relative;
	padding-right: 29px;
	margin-right: 30px;
}
.h-tel:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 18px;
	background: #c1c1c1;
	top: 50%;
	right: 0;
	margin-top: -9px;
	
}
.langua{
	float: right;
	display: block;
	
	line-height: 24px;
	width: 42px;
	text-align: center;
	margin-top: 38px;
}
.langua.active{color: white;background: #da251d;border-radius: 15px;}
.langua:hover{color: #da251d;}
.login{
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 35px;
	margin-left: 20px;
	background: url(../images/login.png) no-repeat center;
}
.serach{
	width: 80px;
	height: 100px;
	float: right;
	background:url(../images/serach.png) no-repeat center;
}
.nav-search {
	width: 148px;
	height: 100px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.nav-search:hover{opacity: 1;}
.search-box {
    position: absolute;
    right:0;
    top:80px;
    font-size: 0;
    width: 300px;
    height: 0;
    z-index: 100;
    border-radius: 15px;
    background:white;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    overflow: hidden;
}
.nav-search:hover .search-box {
    opacity: 1;
    height: 40px;
}
.search-box .search{
	width:256px;
	height: 40px;
	float: left;
	font-size: 14px;
	color:#333;
	line-height: 24px;
	padding:3px 10px;
}
.search-box .butt{
	width:40px;
	height:40px;
	background:url(../images/serachH.png) no-repeat center;
	float: right;
	cursor: pointer;
	transition: all .3s;
}
.serach-box{display: none; width: 650px;height: 56px;background: white;position: absolute;top: 272px;left: 50%;margin-left: -325px;border-radius: 5px;padding-left: 10px;z-index: 999;}
.serach-box .text{width: 570px;float: left;height: 56px;padding-left: 5px;}
.serach-box .submit{width: 65px;float: right;height: 56px;background: url(../images/serachH.png) no-repeat center;}

.banner{
	position: relative;
}

.banner .slides li{
	position: relative;
}
.banner .slides li:after{
	position: absolute;
	content: '';
	width: 18px;
	height: 32px;
	left: 50%;
	margin-left: -9px;
	bottom: 116px;
	background: url(../images/after.png) no-repeat center;
	-webkit-animation: spin 1s linear infinite;
  	animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
  }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
  }
}
@keyframes spin {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
  }
  100% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
  }
}
.banner .slides li>a{
	display: block;
}
.banner .flex-control-nav {
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-left: -40px;
}
.banner .flex-control-nav li{
	float: left;
	margin-right: 20px;
}
.banner .flex-control-nav li:last-child{
	margin-right: 0;
}
.banner .flex-control-nav li a{
	display: inline-block;
	width: 10px;
	height: 5px;
	background:#a4a5a8;
	border-radius: 5px;
	transition: all 1s
}
.banner .flex-control-nav li a.flex-active{
	width: 20px;
	background:#da251d;
}
.banner-posi{
	position: absolute;
	top: 50%;
	margin-top: -115px;
  visibility: hidden;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.banner .flex-active-slide .banner-posi{
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}
.banner-posi h1{
	
	font-size: 40px;
	line-height: 45px;
	color: #fff;
	position: relative;

}
/*.banner-posi h1:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/h1bg.png) no-repeat 0px center;
	top: 0;
	left: 0;
	z-index: 33;
}*/
.set-btn{
	display: inline-block;
	width: 185px;
	height: 50px;
	line-height: 50px;
	background: rgba(218,37,28,0.9) url(../images/read.png) no-repeat 40px center;
	color: white;
	font-size: 16px;
	
	text-align: center;
	padding-left: 35px;
	border-radius: 30px;
	margin-top: 45px;
	transition: all 1s;


}
.set-btn:hover{transform: translateY(-10px);}
.index{padding: 89px 0 50px 0;}
.index h1{text-align: center;font-size: 40px;color: #444444;text-transform: uppercase;line-height: 40px;margin-bottom: 40px;}

/*index-products*/
/* 本例子css */
.slideGroup{ text-align:center; }
.slideGroup .slideBox{zoom:1;  position:relative;}

.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:-105px; top:50%;z-index: 3;margin-top: -95.5px; display:block; width:81px; height:81px;border-radius: 50%;  background:url(../images/left.png) center center no-repeat; }
.slideGroup .sNext{ left:auto; right:-105px; background:url(../images/right.png) center center no-repeat ;  }
.slideGroup .sPrev:hover{background:url(../images/leftH.png) center center no-repeat ;}
.slideGroup .sNext:hover{ background:url(../images/rightH.png) center center no-repeat ;  }
.slideGroup .slideBox .tempWrap{width: 1400px !important;overflow: hidden;}
.slideGroup .parBd ul{ overflow:hidden; zoom:1;  padding-bottom: 56px !important; }
.slideGroup .parBd ul li{ margin-right: 22px; float:left; _display:inline; text-align:center;  }
.slideGroup .parBd ul li .pic{ text-align:center;width: 450px;height: 327px;overflow: hidden; }
.slideGroup .parBd ul li .pic img{ width:100%; height:100%; display:block; transition: all 1s;}
.slideGroup .parBd ul li:hover .pic  img{ transform: scale(1.1); }
.slideGroup .parBd ul li .title{width: 450px;height: 120px; line-height:120px;color: #333;font-size: 30px;  box-shadow: 0px 4px 15px rgba(34,34,34,0.1);transition: all 1s; }
.slideGroup .parBd ul li:hover .title{background: #da251d;color: white;}
.slideGroup .parBd ul li a{display: block;width: 100%;height: 100%;}

.read{ font-size: 18px;color: #666;border: solid 1px #d6d6d6;width: 185px;height: 50px;text-align: center;line-height: 50px;display:block;margin: 0 auto;border-radius: 30px;}
/*.read span{transition:all .5s;font-size: 18px;color: #666;letter-spacing: 0;float: left;}*/
.read:hover{background: #da251d;border-color: #da251d;color: white;}
/*.read:hover span{color: white;}
.read:hover span:nth-child(odd){transform: translateY(4px);}
.read:hover span:nth-child(even){transform: translateY(-4px);}*/

/*inabout*/
.in-about{width: 62.5%;height: 100%;position: relative;float: left;}
.in-about.hover{width: 58.4%;}
.in-about .slides,.in-about .flex-viewport{height: 100%;}
.in-about .slides li{height: 100%;position: relative;}
.in-about .slides li:after{position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,0.2);z-index: 3;}
.in-about .slides li h1{margin-bottom: 35px; margin-top: 20%;text-align: center;color: white;font-size: 40px;}
.in-about .slides li .li-pic{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;}
.in-about .slides li .li-pic img{display: block;width: 100%;height: 100%;}
.in-about .slides li .li-font{text-align: center; position: absolute;z-index: 4;width: 100%;height: 100%;top: 0;left: 0;visibility: hidden;-webkit-animation-duration: 1.5s;animation-duration: 1.5s;-webkit-animation-delay: 0.5s;animation-delay: 0.5s;}
.in-about .slides li.flex-active-slide .li-font{visibility: visible;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeInUp;animation-name: fadeInUp;}
.in-about .slides li p{font-size: 16px;color: white;line-height: 26px;width: 690px;margin: 0 auto;text-align: center;}
.in-about .flex-direction-nav a{display: block;position: absolute;width: 41px;height: 41px;top: 50%;margin-top: -20.5px;}
.in-about .flex-direction-nav a.flex-prev{background: url(../images/ab-left.png) no-repeat center;left: 80px;}
.in-about .flex-direction-nav a.flex-next{background: url(../images/ab-right.png) no-repeat center;right: 80px;}

/*ina-app*/
.in-app{overflow: hidden; background:url(/include/upload/kind/image/20181222/20181222095817_2864.jpg) no-repeat center;height: 870px;background-size: cover;}
.in-app h2{font-size: 20px;color: #666;line-height: 30px;text-align: center;}
.ia-left{float: left;margin-top: 150px;padding-left: 30px;}
.ia-left h3{font-size: 16px;color: #666;line-height: 36px;position: relative;padding-left: 29px;}
.ia-left h3:before{position: absolute;content: '';width: 12px;height: 12px;border-radius: 50%;border: solid 2px #a3a3a3;left: 0;top: 50%;margin-top: -6px;}
.ia-left .ia-pic{opacity: 0;height: 0; width: 0px;left: 50%;top: 50%;position: relative;transition: all 1s;top: 0;}
.ia-left .ia-pic img{width: 100%;display: block;}
.ia-list:hover .ia-pic{display: block;opacity: 1;height: 113px;width: 240px;margin-left: -30px;margin-top: 0;left: 0%;top: 0%;}
.ia-list:hover{height: 113px;}
.ia-list{position: relative;cursor: default;height: 50px;transition: all 1s;}
.ia-left .ia-pic h4{position: absolute;left: 20px;bottom: 20px;color: white;font-size: 16px;}
.ia-list:hover  h3{display: none;}

.in-all{overflow: hidden;}
/*innews*/
.in-news{float: left;width: 37.5%;height: 100%;overflow: hidden;position: relative;}
.in-news.hover{width: 41.6%;}
.in-news.hover .in-list.hover{height: 56%;}
.in-news.hover .in-list.nhover{height: 44%;}
.in-list{position: relative;height: 50%;display: block;}
.in-pic{width: 100%;height: 100%;overflow: hidden;}
.in-list img{width: 100%;display: block;height: 100%;transition: all 1s;}
.in-list:hover img{transform: scale(1.1);}
.in-font{position: absolute;bottom: 0;left: 0;width: 100%;padding: 25px 58px; background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));}
.in-font h2{margin-bottom: 10px; color: white;font-size: 20px;width: 126px;height: 28px;background: #c5221b;text-align: center;}
.in-font p{font-size: 18px;color: white;line-height: 30px;}
#news-btn{position: absolute;right: 0;top: 50%;margin-top: -47px;}
.news-hide{position: absolute;right:-50%;top: 0;width: 50%;height:100%;padding: 35px 50px 0 50px;background: white;-webkit-animation-fill-mode: both;transition: all 1s;}
.news-hide h1{font-size: 26px;color: #333;float: left;}
.news-hide .add{background: url(../images/1.png) no-repeat center;float: right;width: 22px;height: 36px;}
.nn-list{display: block;padding: 30px 0 20px 0;border-bottom: solid 1px #e4e4e4;}
.nn-list h2{font-size: 14px;color: #e15616;margin-bottom: 8px;}
.nn-list p{font-size: 14px;color: #666;line-height: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.nn-list:last-child{border-bottom: none;}
.nnews{margin-bottom: 30px;}
.acta{width: 100%;height: 168px;margin-top: 20px;}
.acta .slides,.acta .slides li{width: 256px;height: 168px;}
.acta .slides li a{display: block;width: 100%;height: 100%;}
.acta .flex-control-nav {width: 100px;margin-top: 10px;}
.acta .flex-control-nav li{float: left;margin-right: 9px;}
.acta .flex-control-nav li a{display: inline-block;width: 7px;height: 7px;background:#c2c2c2;border-radius: 50%;transition: all 1s}
.acta .flex-control-nav li a.flex-active{background:#e15616;}
.news-colse{position: absolute;right: 20px;top: 50%;margin-top: -9px;}

/*Better togtHer */
.bet{background: #f5f5f5;}
.bet.index h1{margin-bottom: 25px;}
.bet h2{font-size: 20px;color: #666;text-align: center;}
.share a{display: inline-block;width: 45px;height: 45px;border-radius: 7%;margin: 0 8px;}
.share.news-share a{border: none;}

.share{text-align: center;margin-top: 35px;}
.share span{display: block;width: 100%;height: 100%;border-radius: 50%;}
.share a:hover{border-color: #da251d;}
.share .st_linkedin{background: url(../images/in.png) no-repeat center;}
.share .st_linkedin:hover{background:#da251d url(../images/inH.png) no-repeat center;}
.share .st_facebook{background: url(../images/facebook.png) no-repeat center;}
.share .st_facebook:hover{background:#da251d url(../images/facebookH.png) no-repeat center;}
.share .st_twitter{background: url(../images/twi.png) no-repeat center;}
.share .st_twitter:hover{background:#da251d url(../images/twiH.png) no-repeat center;}
.share .st_pinterest{background: url(../images/photo.png) no-repeat center;}
.share .st_pinterest:hover{background:#da251d url(../images/photoH.png) no-repeat center;}
.share .st_googleplus{background: url(../images/goog.png) no-repeat center;}
.share .st_googleplus:hover{background:#da251d url(../images/googH.png) no-repeat center;}
.share .st_sina{background: url(../images/tec.png) no-repeat center;}
.share .st_sina:hover{background:#da251d url(../images/tecH.png) no-repeat center;}
.stButton .linkedin,.stButton .facebook,.stButton .twitter,.stButton .pinterest,.stButton .googleplus,.stButton .sina{background-image: none !important;}
.ditu{width: 994px;margin: 0 auto;margin-top: 50px;position: relative;}
.ditu img{width: 100%;}
.ditu .point{width: 8px;height: 8px;border-radius: 50%;background: #da251d;position: absolute;z-index: 1;}
.ditu .point1{top: 156px;left: 180px;}
.ditu .point2{top: 122px;left: 565px;}
.ditu .point3{top: 204px;left: 762px;}
.ditu .point4{top: 272px;left: 507px;}
.ditu .point5{top: 355px;left: 307px;}
.ditu .point6{top: 389px;right: 135px;}
.ditu .point7{top: 468px;right: 232px;}
.ditu .point:before{
	position: absolute;
	content:'';
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%; 
	opacity: 0;
    filter: alpha(opacity=0)\9;
	border-radius: 50%;
	background: -webkit-radial-gradient(circle,#da251d,white, rgba(255,136,31,0.5)); /* Safari 5.1 - 6.0 */
	background: -o-radial-gradient(circle,white, rgba(255,136,31,0.5)); /* Opera 11.1 - 12.0 */
	background: -moz-radial-gradient(circle, white, rgba(255,136,31,0.5)); /* Firefox 3.6 - 15 */
	background: radial-gradient(circle, white, rgba(255,136,31,0.5)); /* 标准的语法 */
	-webkit-animation: kuosan-1 2s linear infinite;
    animation: kuosan-1 2s linear infinite;
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}
.ditu .point:after{
	position: absolute;
	content:'';
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%; 
	opacity: 0;
    filter: alpha(opacity=0)\9;
	border-radius: 50%;
	background: -webkit-radial-gradient(circle,white, rgba(255,136,31,1)); /* Safari 5.1 - 6.0 */
	background: -o-radial-gradient(circle,white, rgba(255,136,31,1)); /* Opera 11.1 - 12.0 */
	background: -moz-radial-gradient(circle, white, rgba(255,136,31,1)); /* Firefox 3.6 - 15 */
	background: radial-gradient(circle, white, rgba(255,136,31,1)); /* 标准的语法 */
	-webkit-animation: kuosan-1 2s linear infinite;
    animation: kuosan-1 2s linear infinite;
  	z-index: -1;
  	-webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}
@-webkit-keyframes kuosan-1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    filter: alpha(opacity=100)\9
  }
  100% {
    -webkit-transform: scale(7);
    transform: scale(7);
    opacity: 0;
    filter: alpha(opacity=0)\9
  }
}
@keyframes kuosan-1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    filter: alpha(opacity=100)\9
  }
  100% {
    -webkit-transform: scale(7);
    transform: scale(7);
    opacity: 0;
    filter: alpha(opacity=0)\9
  }
}
.ditu a.email{transition: all 1s; display: inline-block;width: 184px;height: 47px;border-radius: 30px;color: white;font-size: 18px;text-align: center;line-height: 47px;padding-left: 35px;background: #da251d url(../images/email.png) no-repeat 30px center;position: absolute;bottom: 110px;left: 50%;margin-left: -70px;}
.ditu a.email:hover{transform: translateY(-10px);}
/*底部
.foot{border-top: solid 3px #da251d;background: #111111 url(../images/foot-bg.png) no-repeat left 45px;}
.foot-top{padding: 90px 0;border-bottom: solid 1px #1f1f1f;}
.foot-left{float: left;}
.foot-left dl{float: left;margin-right: 90px;}
.foot-left dt{margin-bottom: 25px;}
.foot-left dt a{font-size: 18px;color: white;position: relative;margin-bottom: 25px;}
.foot-left dt a:before{position: absolute;content: '';width: 2px;height: 16px;background: #da251d;top: 50%;left: -10px;margin-top: -8px;}
.foot-left dd a{font-size: 14px;color: rgba(255,255,255,0.4);line-height: 26px;}
.foot-right {float: right;text-align: right;}
.foot-right .phone{margin-top: 40px; font-size: 20px;color: rgba(255,255,255,0.6);padding-left: 35px;background: url(../images/phone.png) no-repeat left center;}
.foot-bot{height: 90px;}
.foot-bot p{line-height: 90px;font-size: 14px;color: rgba(255,255,255,0.4);float: left;}
.foot-bot span{float: right;line-height: 90px;font-size: 14px;color: rgba(255,255,255,0.4);}
.foot-bot span a{font-size: 14px;color: rgba(255,255,255,0.4);}
.foot-bot span a:hover,.foot-left dt a:hover,.foot-left dd a:hover{color: #da251d;}
*/

/*内页banner*/
.ny-banner{height: 400px;padding: 143px 0 168px 0;}
.ny-banner h1{width: 605px;height: 72px;overflow: hidden;line-height: 36px;color: white;font-size: 33px;margin-bottom: 15px;}
.ny-banner hr{width: 40px;height: 2px;background: #da251d;border: none;}
/*二级导航*/
.second-nav{height: 57px;border-bottom: solid 1px #e0e0e0;line-height: 57px;}
.second-nav a{text-transform: uppercase; padding: 0 30px;font-size: 14px;color: #666;border-left: solid 1px #e0e0e0;line-height: 36px;display: inline-block;}
.second-nav a.active{color: #da251d;}
.second-nav .nav-pos{width: 130px;height: 100px;background: #da251d;float: left;margin-top: -43px;padding: 29px 13px 0 15px;}
.second-nav .nav-pos hr{width: 14px;height: 2px;background: #fbeae9;border: 0;margin-bottom: 11px;}
.second-nav .nav-pos h1{font-size: 14px;color: white;line-height: 20px;text-transform: uppercase;}
/*描点*/
.nei_anchor {text-align: center;display: none;position: fixed;left: 0;top: 0;height:60px;font-size:0;width: 100%;z-index: 1001;background: #fff;box-shadow: 0px 0px 8px 0px #d6d6d6;}
.nei_anchor span {display: inline-block;*display: inline;*zoom: 1;}
.nei_anchor span a {font-size: 16px;color: #666;line-height: 60px;padding: 0 40px;display: inline-block;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;position: relative;width: auto;}
.nei_anchor span a:after{content: '';width: 1px;height: 17px;background: #dadada;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.nei_anchor span.on a:after,.nei_anchor span a:hover:after{display: none;}
.nei_anchor span:hover a,.nei_anchor span.on a {color: #fff;background: #da251d}
.nei_anchor span.span1 a {background: transparent;color: #666;}
/*内容*/
.content{background: #f5f5f5;}

/*about*/
.about{padding-top: 80px;}
.about h1{text-align: center;color: #da251d;font-size: 30px;margin-bottom: 28px;line-height: 30px;}
.about p{line-height: 30px;font-size: 16px;color: #666666;padding:0 20px;text-align: center;}
#about li{float: left;width: 390px;height: 220px;overflow: hidden;margin-right: 15px;}
#about li:last-child{margin-right: 0;}
#about li img{width: 100%;height: 100%;display: block;transition: all 1s;}
#about li:hover img{transform: scale(1.1);}
#about ul{margin-top: 45px;}
#about{padding-bottom: 97px;}
#deve{position: relative; background: url(../images/deve-bg.png) no-repeat center;height: 350px;padding-top: 70px;}
#deve h1{color: white;}
#deve p{color: rgba(255,255,255,0.8);}
.rmore{text-align: center;position: absolute;bottom: 23px;width: 1200px;}
.rmore h2{color: white;font-size: 14px;}
.rmore img{-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}
#appli{padding-bottom: 45px;}
#futrue.about{padding-top: 0;padding-bottom: 140px;}
#futrue h1{background: url(../images/futrue.png) no-repeat  center;}
#futrue p{text-align: left;}

/*Trade*/
.trade{padding: 70px 0 100px 0;}
.tra-top{height: 522px;overflow: hidden;margin-bottom: 53px;}
.tra-left{background: white; float: left;border: solid 1px #e6e6e6;display: block;width: 562px;height: 100%;}
.tra-pic{width: 560px;height: 360px;overflow: hidden;}
.tra-pic img{width: 100%;height: 100%;display: block;transition: all 1s;}
.tra-font{padding: 20px 20px 26px 20px;}
.tra-font h2{font-size: 16px;color: #da251d;line-height: 16px;margin-bottom: 10px;}
.tra-font p{margin-bottom: 22px; font-size: 14px;color: #666;line-height: 22px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.tra-font span{transition: all 1s;padding-left: 28px;color: #666;font-size: 14px;background: url(../images/more.png) no-repeat left center;line-height: 20px;display: block;}
.tra-left:hover .tra-pic img{transform: scale(1.1);}
.tra-left:hover .tra-font span{transform: translateX(10px);}
.tra-right{width: 600px;float: right;}
.tra-list{display: block;padding: 20px 0 17px 0;border-bottom: solid 1px #e0e0e0;}
.tra-list:first-child{border-top: solid 1px #e0e0e0;}
.tra-list h2{font-size: 16px;color: #333333;line-height: 16px;margin-bottom: 10px;}
.tra-list p{font-size: 14px;color: #666;line-height: 22px;width: 375px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;}
.tra-list span{font-size: 14px;color: #666;line-height: 22px;float: right;}
.tra-list:hover h2{color: #da251d;}
.news-list{padding: 20px;border-bottom: solid 1px #e0e0e0;display: block;overflow: hidden;}
.news-list:first-child{border-top: solid 1px #e0e0e0;}
.news-pic{width: 232px;height: 135px;overflow: hidden;float: left;}
.news-pic img{display: block;width: 100%;height: 100%;transition: all 1s;}
.news-font{width: 900px;float: right;padding: 15px 30px 15px 0;}
.news-font h2{font-size: 16px;color: #333333;line-height: 16px;margin-bottom: 10px;}
.news-font p{word-break:break-all;margin-bottom: 12px; font-size: 14px;color: #666;line-height: 22px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news-font span{font-size: 14px;color: #666;line-height: 22px;}
.news-list:hover .news-font h2{color: #da251d;}
.news-list:hover  .news-pic img{transform: scale(1.1);}
.jiazai{text-align: center;margin:0 auto;margin-top: 40px;width: 40px;height: 40px;}
.jiazai img{-webkit-animation: skin 2s linear infinite;animation: skin 2s linear infinite;width: 100%;height: 100%;}
@-webkit-keyframes skin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes skin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
/*面包屑*/
.crumb{padding: 35px 0 18px 40px;background: url(../images/home.png) no-repeat  7px 38px;}
.crumb a{font-size: 14px;color: #666;text-transform: uppercase;}
.crumb a.active{color: #da251d;}
/*news-info*/
.info{padding-bottom: 100px;}
.nyinfo{border-top: solid 2px #e1514a;padding: 80px 102px;background: white;box-shadow: 5px 0 20px rgba(0,0,0,0.1);}
.newsinfo h1{font-size: 30px;color: #333;line-height: 30px;}
.newsinfo h2{font-size: 30px;color: #333;line-height: 30px;}
.newsinfo .time{padding-left: 30px;color: #999;font-size: 14px;float: left;background: url(../images/time.png) no-repeat left center;line-height: 20px;margin-top: 30px;}
.news-share{float: right;margin-top: 20px;}
.news-share a>span{border: none;position: relative;z-index: 3;}


.news-share span.st_qzone{background: #999 url(../images/qqkj.png) no-repeat center;}
.news-share span.st_qzone:hover{background:  url(../images/qqkj2.png) no-repeat center;}
.news-share span.st_twitter{background: #999 url(../images/twiH.png) no-repeat center;}
.news-share span.st_twitter:hover{background: #d2232a url(../images/twiH.png) no-repeat center;}
.news-share span.st_googleplus{background: #999 url(../images/googH.png) no-repeat center;}
.news-share span.st_googleplus:hover{background: #d2232a url(../images/googH.png) no-repeat center;}
.news-share span.st_pinterest{background: #999 url(../images/pic.png) no-repeat center;}
.news-share span.st_pinterest:hover{background: #d2232a url(../images/pic.png) no-repeat center;}
.news-share span.st_linkedin{background: #999 url(../images/inH.png) no-repeat center;}
.news-share span.st_linkedin:hover{background: #d2232a url(../images/inH.png) no-repeat center;}
.news-share i{font-size: 16px;color: #666;font-style: normal;float: left;line-height: 45px;padding-right: 40px;background: url(../images/share.png) no-repeat 49px center;}
.newsinfo hr{height: 1px;background: #e7e7e7;border: none;margin-top: 22px;margin-bottom: 33px;}
.newsinfo p{line-height: 30px;color: #666;font-size: 16px;}
.newsinfo img{max-width: 100%;/* display: block; */}
.back{display: block;height: 58px;line-height: 58px;color: #666666;font-size: 16px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.back:last-child{border-top: solid 1px #e7e7e7;}
.back span{color: #d2232a;}
.rela {margin-top: 37px;}
.rela h2{font-size: 18px;color: #444;margin-bottom: 33px;}
.rela li{float: left;width: 50%;height: 30px;line-height: 30px;padding-left: 15px;position: relative;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.rela li:before{position: absolute;content: '';width: 5px;height: 5px;border-radius: 50%;background: #d2232a;left: 0;top: 50%;margin-top: -2.5px;}
.rela li a{font-size: 16px;color: #666666;}
.rela li a:hover{color: #d2232a;}

/*contact*/
.contact{padding: 80px 0 100px 0;}
.map{width: 602px;height: 402px;overflow: hidden;float: left;}
.add{width: 520px;float: right;padding-top: 40px;}
.add h1{font-size: 24px;color: #da251d;margin-bottom: 25px;}
.add p{line-height: 36px;color: #666666;font-size: 16px;}


/*appli*/
.appli{padding-top: 80px;padding-bottom: 45px;}
.appli-list{display: block;float: left;margin-right: 15px;margin-bottom: 27px;}
.appli-list:nth-child(3n){margin-right: 0;}
.appli-pic{width: 390px;height: 261px;overflow: hidden;position: relative;}
.appli-pic img{width: 100%;height: 100%;display: block;transition: all 1s;}
.appli-font{line-height: 63px;text-align: center;color: #444;font-size: 16px;text-transform: uppercase;}
.appli-list:hover .appli-font{color: #da251d;}
.appli-pic .before,.appli-pic .after{    
	position: absolute;
    visibility: visible !important;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    opacity: 0;
}
.appli-pic .before{
	-webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    transform: translateZ(0) translateX(100%) rotateZ(180deg);
}
.appli-list:hover .appli-pic .before{
	z-index: 1;
	opacity: 1;
	-webkit-transform: translateZ(0) translateX(100%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateX(100%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateX(100%) rotateZ(0deg);
    -o-transform: translateZ(0) translateX(100%) rotateZ(0deg);
    transform: translateZ(0) translateX(100%) rotateZ(0deg);
}
.appli-pic .after{
	-webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}
.appli-list:hover .appli-pic .after{  
	z-index: 1; 
	opacity: 1;
    -webkit-transform: translateZ(0) translateX(0%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateX(0%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateX(0%) rotateZ(0deg);
    -o-transform: translateZ(0) translateX(0%) rotateZ(0deg);
    transform: translateZ(0) translateX(0%) rotateZ(0deg);
}
.appli-list{position: relative;}
.appli-list .app-hide{opacity: 0; width: 390px;height: 261px;overflow: hidden;transition: all 1s;border: solid 1px #e0e0e0;position:absolute;top: 0;left: 0;}
.appli-list .app-hide img{width: 100%;height: 100%;display: block;}
.appli-list:hover .app-hide{opacity: 1;}

/*appli-info*/
.ainfo-left{float: left;width: 460px;height: 472px;overflow-y: auto;padding-right: 20px;}
.ainfo-left p{font-size: 14px;color: #666;line-height: 26px;margin-bottom: 10px;}
.ainfo-left::-webkit-scrollbar{width: 4px !important;background: url("../images/stan_03.jpg") repeat-y center;}
.ainfo-left::-webkit-scrollbar-thumb{background: url("../images/stan_07.jpg") repeat-y center;}
.ainfo-right{width: 570px;height: 500px;float: right;}
.ainfo-right .ban{  position:relative; overflow:hidden;}
.ainfo-right .ban2{width:570px;height: 413px;position:relative;overflow:hidden;border: solid 1px #dcdcdc;}
.ainfo-right .ban2 ul{ position:absolute; left:0; top:0;}
.ainfo-right .ban2 ul li{ width:570px; height:381px;}
.ainfo-right .prev{ float:left; cursor:pointer;}
.ainfo-right .num{ height:62px;overflow:hidden; position:relative;float:left;width: 100%;}
.ainfo-right .min_pic{padding-top: 18px;}
.ainfo-right .num ul{ position:absolute; left:0; top:0;}
.ainfo-right .num ul li{ width:92px; height:62px; margin-right:27.5px;border: solid 1px #dcdcdc;}
.ainfo-right .num ul li.on{ border:1px solid red; padding:0;}
.ainfo-right .prev1{ position:absolute; top:50%; left:20px; width:12px; height:26px;margin-top: -13px; z-index:9;cursor:pointer;background: url(../images/app-right.png) no-repeat center;}
.ainfo-right .prev1:hover{background: url(../images/app-rightH.png) no-repeat center;;}
.ainfo-right .next1{ position:absolute; top:50%; right:20px; width:12px; height:26px;margin-top: -13px;z-index:9;cursor:pointer;background: url(../images/app-left.png) no-repeat center;}
.ainfo-right .next1:hover{background: url(../images/app-leftH.png) no-repeat center;}

.amore{margin-top: 110px;}
.amore-list{float: left;display: block;margin-right: 20px;margin-bottom: 20px;width: 340px;}
.amore-list:nth-child(3n){margin-right: 0;}
.amore-pic{width: 340px;height: 180px;overflow: hidden;}
.amore-pic img{width: 100%;height: 100%;display: block;transition: all 1s;}
.amore-font{padding: 32px 24px 76px 24px;border: solid 1px #e0e0e0;border-top: 0;}
.amore-font h2{margin-bottom:15px;font-size: 16px;color: #444;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.amore-font p{font-size: 14px;color: #666;line-height: 26px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.appliinfo{padding: 65px 70px;}
.amore-list:hover .amore-font h2{color: #da251d;}
.amore-list:hover .amore-pic img{transform: scale(1.1);}
.appliinfo .jiazai{margin-top: 20px;}

/*partner*/
.partner{padding: 71px 0 80px 0;}
.partner h1{line-height: 40px; text-transform: uppercase;color: #d2232a;font-size: 30px;float: left;}
.partner a{display: block;float: right;height: 40px;line-height: 40px;color: white;font-size: 14px;padding: 0 20px;background: #1f1a17;margin-left: 4px;}
.partner a:hover{background: #da251d;}
.part{padding-top: 27px;border-top: dashed 1px #c8c8c8;margin-top:25px;}
.part-left{width: 460px;float: left;}
.part-left input{width: 460px;height: 50px;border: solid 1px #dedede;font-size: 14px;color: #999;padding-left: 15px;background: white;margin-bottom: 20px;}
.part-left textarea{width: 460px;height: 240px;border: solid 1px #dedede;font-size: 14px;color: #999;padding-left: 15px;background: white;margin-bottom: 20px;padding-top: 15px;resize: none;}
.yzm img{float: left;border: solid 1px #dedede;}
.yzm input{width: 330px;float: right;}
.part-left .submit{width:120px ;height: 36px;text-align: center;line-height: 36px;color: white;font-size: 16px;background: #d2232a;border: none;padding-left: 0;}
.part-right{width: 602px;float: right;}
.part-pic{width: 602px;height: 262px;margin-bottom: 17px;}
.part-right h2{font-size: 16px;color: #d2232a;}
.part-right h3{font-size: 14px;color: #666;line-height: 30px;padding-bottom: 20px;border-bottom: dashed 1px #cdcdcd;margin-bottom: 17px;}
.part-right h4{font-size: 16px;color: #666;line-height: 40px;}
.part-right p{font-size: 14px;color: #666;line-height: 30px;}


/*product*/
.pro{padding-bottom: 100px;}
.product{padding: 49px 0 40px 0;border-top: solid 1px #e0e0e0;}
.product:first-child{border-top: 0;}
.pro-top{height: 120px;margin-bottom: 73px;}



.pro-top h1{width: 425px;float: left;border-right: solid 1px #ccc;text-transform: uppercase;font-size: 30px;color: #da251d;line-height: 120px;padding-left: 30px;}
.pro-top p{font-size: 14px;color: #666;line-height: 30px;width: 720px;float: right;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.pro-bot a{display: block;width: 292px;float: left;margin-right: 10px;margin-bottom: 20px;}
.pro-bot a:nth-child(4n){margin-right: 0;}
.pro-bot a .pro-pic{width: 292px;height: 212px;overflow: hidden;border: solid 1px #e0e0e0;position: relative;}
.pro-list .pro-pic img{width: 100%;height: 100%;display: block;transition: all 1s;}
.pro-bot a .pro-font{height: 45px; line-height: 45px;font-size: 16px;text-align: center;color: #666666;}
.pro-list:hover .pro-font{color: #d2232a;}
.pro-pic .before,.pro-pic .after{    
	position: absolute;
    visibility: visible !important;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    opacity: 0;
}
.pro-pic .before{
	-webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
    transform: translateZ(0) translateX(100%) rotateZ(180deg);
}
.pro-list:hover .pro-pic .before{
	z-index: 1;
	opacity: 1;
	-webkit-transform: translateZ(0) translateX(100%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateX(100%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateX(100%) rotateZ(0deg);
    -o-transform: translateZ(0) translateX(100%) rotateZ(0deg);
    transform: translateZ(0) translateX(100%) rotateZ(0deg);
}
.pro-pic .after{
	-webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    -moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    -ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    -o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
    transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}
.pro-list:hover .pro-pic .after{  
	z-index: 1; 
	opacity: 1;
    -webkit-transform: translateZ(0) translateX(0%) rotateZ(0deg);
    -moz-transform: translateZ(0) translateX(0%) rotateZ(0deg);
    -ms-transform: translateZ(0) translateX(0%) rotateZ(0deg);
    -o-transform: translateZ(0) translateX(0%) rotateZ(0deg);
    transform: translateZ(0) translateX(0%) rotateZ(0deg);
}
.pro-bot a.readmore{text-align: center;}
.pro-bot a.readmore .pro-pic{background:#fff url(../images/jia.png) no-repeat center 73px;font-size: 14px;color: #777;padding-top: 125px;}
.pro .jiazai{margin-top: 0;}
.pro-bot a.pro-list{position: relative;}
.pro-bot a .pro-hide{opacity: 0; width: 292px;height: 212px;overflow: hidden;transition: all 1s;border: solid 1px #e0e0e0;position:absolute;top: 0;left: 0;}
.pro-list .pro-hide img{width: 100%;height: 100%;display: block;}
.pro-bot a:hover .pro-hide{opacity: 1;}
/*proinfo*/
.proinfo{padding: 58px 150px 83px 150px;}
.proinfo h1{text-transform: uppercase;font-size: 24px;line-height: 24px;margin-bottom: 30px;}
.proinfo p{font-size: 16px;color: #666;line-height: 24px;margin-bottom: 23px;}
.proinfo .ban{  position:relative; overflow:hidden;margin-top: 35px;margin-bottom: 62px;}
.proinfo .ban2{width:900px;height:652px; position:relative; overflow:hidden;border: solid 1px #e0e0e0;}
.proinfo .ban2 ul{ position:absolute; left:0; top:0;}
.proinfo .ban2 ul li{ width:900px; height:652px;}
.proinfo .prev{ float:left; cursor:pointer;}
.proinfo .num{ height:87px;overflow:hidden; position:relative;float:left;width: 100%;}
.proinfo .min_pic{ padding-top:0px;height:87px;width: 540px;position: absolute;bottom: 18px;left: 50%;margin-left: -270px;}
.proinfo .num ul{ position:absolute; left:0; top:0;}
.proinfo .num ul li{ width:120px; height:87px; margin-right:20px;border: solid 1px #e0e0e0;}
.proinfo .num ul li.on{ border:1px solid #da251d; padding:0;}
.proinfo .prev1{ position:absolute; top:50%; left:20px; width:79px; height:79px;margin-top: -39.5px; z-index:9;cursor:pointer;background: url(../images/left.png) no-repeat center;}
.proinfo .prev1:hover{background: url(../images/leftH.png) no-repeat center;;}
.proinfo .next1{ position:absolute; top:50%; right:20px; width:79px; height:79px;margin-top: -39.5px;z-index:9;cursor:pointer;background: url(../images/right.png) no-repeat center;}
.proinfo .next1:hover{background: url(../images/rightH.png) no-repeat center;}
.ben-top{height: 82px;border: solid 1px #e0e0e0;}
.ben-top a{display: block;width: 20%;height: 80px;text-align: center;line-height: 80px;font-size: 18px;color: #666;border-right: solid 1px #e0e0e0;float: left;}
.ben-top a:last-child{border-right: 0;}
.ben-top a.active{color: white;background: #da251d;border-color: #da251d;}
.ben-bot{margin-top: 50px;margin-bottom:20px;}
.ben-bot li{width: 280px;height: 90px;border: solid 1px #e0e0e0;margin-right: 30px;margin-bottom: 29px;float: left;background: #f5f5f5;padding: 25px 45px 25px 20px;}
.ben-bot li:nth-child(3n){margin-right: 0;}
.ben-bot li img{float: left;}
.ben-bot li p{float: right;width: 140px;font-size: 16px;line-height: 20px;}
.power h2{margin-bottom: 26px; font-size: 24px;line-height: 24px;}
.power p{margin-bottom: 0; font-size: 16px;color: #666;line-height: 24px;}
.power{margin-bottom: 47px;}
.power-list a{display: block;width: 172.8px;height: 148px;overflow: hidden;float: left;margin-right: 9px;}
.power-list a:last-child{margin-right: 0;}
.power-list a img{transition: all 1s; width: 100%;height: 100%;display: block;}
.power-list a:hover img{transform: scale(1.1);}
.power-list{padding-bottom: 10px;}
.ben-list.hide{display: none;}
.ben-list.show{display: block;}
/*返回*/
.list{text-align: center;}
.list a{display: inline-block;width: 160px;height: 42px;border: solid 1px #cccccc;border-radius: 30px;line-height: 40px;text-align: center;margin: 0 10px;font-size: 14px;color: #666;}
.list a.l-prev{padding-left: 20px;background: url(../images/prev.png) no-repeat 22px center;}
.list a.l-prev:hover{background:#da251d url(../images/prevH.png) no-repeat 22px center;color: white;border-color: #da251d;}
.list a.next{padding-right: 20px;background: url(../images/next.png) no-repeat 118px center;}
.list a.next:hover{background:#da251d url(../images/nextH.png) no-repeat 118px center;color: white;border-color: #da251d;}

/*service*/
.service{padding: 30px 0 100px 0;}
.three-nav{height: 50px;border-bottom: solid 1px #e0e0e0;}
.three-nav a{display:block;float: left;line-height: 50px;padding: 0 40px;font-size: 14px;color: #666;text-transform: capitalize;}
.three-nav a.active{background: #da251d;color: white;}
.serv {padding-top: 80px;padding-bottom: 47px;}
.ser-list{display: block;float: left;width: 230px;height: 360px;border: solid 1px #e0e0e0;background: white;padding: 18px 24px 21px 24px;margin-right: 12.5px;margin-bottom: 20px;}
.ser-list:nth-child(5n){margin-right: 0;}
.ser-pic{width: 180px;height: 220px;overflow: hidden;}
.ser-pic img{display: block;width: 100%;height: 100%;transition: all 1s;}
.ser-list:hover .ser-pic img{transform: scale(1.1);}
.ser-list p{color: #666;font-size: 14px;line-height: 18px;margin-top: 13px;margin-bottom: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ser-list span{transition: all 1s;display: inline-block;width: 110px;height: 34px;color: white;font-size: 14px;background: #999 url(../images/download.png) no-repeat 12px center;padding-left: 20px;text-align: center;line-height: 34px;}
.ser-list:hover span{background: #da251d url(../images/download.png) no-repeat 12px center;}

/*page*/
.page{width: 100%;height: 60px;border-top: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;}
.page_inner{font-size: 0;}
.page a{width: 58px;height: 60px;color: #666;font-size: 20px;display: inline-block;line-height: 60px;border-right: 1px solid #e0e0e0;text-align: center;border-spacing: 0;border-collapse: collapse;}
.page a:first-child{border-left: 1px solid #e0e0e0;}
.page a.on,.page a:hover{color: #da251d;}
.page .page_prev{width: 58px;float: right;background: url(../images/pagel.png)no-repeat center;border-right: none;border-left: 1px solid #e0e0e0;}
.page .page_prev:hover{background: url(../images/pagelh.png)no-repeat center;}
.page .page_next{width: 58px;float: right;border-left: 1px solid #e0e0e0;background:url(../images/right4.png)no-repeat center;}
.page .page_next:hover{background: url(../images/right4h.png)no-repeat center;}

/*Manuals*/
.manuals{padding: 80px 0 63px 0;}
.man-list{display: block;height: 220px;border: solid 1px #e0e0e0;padding: 23px 63px 23px 24px;background: white;margin-bottom: 20px;}
.man-pic{width: 140px;height: 172px;overflow: hidden;float: left;}
.man-pic img{display: block;width: 100%;height: 100%;transition: all 1s;}
.man-list:hover .man-pic img{transform: scale(1.1);}
.man-font{width: 900px;float: right;height: 172px;padding: 29px 0 69px 0;}
.man-font h2{font-size: 18px;color: #666;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.man-font h3{font-size: 14px;color: #888;margin-top: 7px;}
.man-font span{transition: all 1s;display: inline-block;width: 110px;height: 34px;color: white;font-size: 14px;background: #999 url(../images/download.png) no-repeat 12px center;padding-left: 20px;text-align: center;line-height: 34px;float: right;}
.man-list:hover span{background: #da251d url(../images/download.png) no-repeat 12px center;}

/*video*/
.video{padding: 80px 0 67px 0;}
.vid-left{float: left;width: 540px;height: 410px;overflow: hidden;padding: 76px 60px;background: white;}
.vid-left h1{font-size: 30px;line-height: 30px;margin-bottom: 19px;}
.vid-left p{font-size: 14px;color: #666;line-height: 26px;height: 188px;overflow-y: auto;}
.vid-left p::-webkit-scrollbar{width: 4px !important;background: url("../images/stan_03.jpg") repeat-y center;}
.vid-left p::-webkit-scrollbar-thumb{background: url("../images/stan_07.jpg") repeat-y center;}
.vid-left hr{width: 30px;height: 1px;background: #da251d;border: none;margin-bottom: 20px;}
.vid-right{width: 660px;height: 410px;float: left;}
.video-box{width: 100%;height: 100%;overflow: hidden;position: relative;}
.video-box:before{position: absolute;content: '';background: url(../images/play.png) no-repeat center;width: 61px;height: 61px;top: 50%;left: 50%;margin-top: -30.5px;margin-left: -30.5px;z-index: 2;background-size: cover;}
.video-box img{width: 100%;height: 100%;display: block;transition:  all 1s;}
.video-big{margin-top: 70px;}
.video-list{float: left;margin-right: 13.3px;margin-bottom: 19px;width: 290px;}
.video-list:nth-child(4n){margin-right: 0;}
.video-list .video-box{border: solid 1px #e5e5e5;}
.video-font{font-size: 16px;color: #666;line-height: 51px;text-align: center;}
.video-list .video-box:before{width: 45px;height: 45px;margin-left: -22.5px;margin-top: -22.5px;}
.video-box:hover img{transform: scale(1.1);}
/*视频弹窗*/
.msg-box-bg {width: 100%;height: 100%;position: fixed;left: 0;top: 0;display: none;z-index: 1001;}
.msg-box {width: 860px;height: 524px;padding: 50px;background-color: #F3F3F3;position: absolute;left: 50%;margin-left: -480px;top: 0;margin-top: -312px;box-sizing: content-box;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}
.msg-box .close-box {width: 38px;height: 38px;background: url("../images/btn-close-modal.png") no-repeat center;cursor: pointer;position: absolute;right: 10px;top: 10px;-webkit-transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-o-transition: .5s;transition: .5s;}
.msg-box .close-box:hover {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}

/*faq*/
.faq{padding: 80px 0 70px 0;}
.faq-list{border: solid 1px #e0e0e0;background: white;margin-bottom: 29px;padding: 26px 62px 36px 29px;height: 260px;}
.faq-top{padding-left: 32px;margin-bottom: 25px;height: 27px;}
.faq-top span{line-height: 27px; font-size: 16px;color: #333;position: relative;font-family: "微软雅黑";}
.faq-top span:after{position: absolute;content: '';background: url(../images/faq-left.png) no-repeat center;width: 6px;height: 10px;right: -14px;top: 50%;margin-top: -4px;}
.faq-pic{float: left;width: 200px;height: 140px;overflow: hidden;}
.faq-pic img{display: block;width: 100%;height: 100%;transition: all 1s;}
.faq-list:hover .faq-pic img{transform: scale(1.1);}
.faq-font{width: 880px;float: right;height: 140px;}
.faq-font p{line-height: 28px;font-size: 14px;color: #888;position: relative;padding-left: 13px;}
.faq-font p:before{position: absolute;content: '';width: 4px;height: 4px;background: #de3a33;border-radius: 50%;left: 0;top: 50%;margin-top: -2px;}
.faq-font a{font-family:"微软雅黑"; float: right;font-size: 12px;color: #666;display: block;line-height: 28px;}
.faq-font a:hover{color: #da251d;}

/*faqlist*/
.faqlist{padding: 56px 0 100px 0;}
.faqlist .faq-top{padding-left: 60px;margin-bottom: 17px;}
.faq-big{padding-bottom: 38px;}
.fl-list{border: solid 1px #e0e0e0;background: white;margin-bottom: 20px;}
.fl-top{height: 50px;line-height: 50px;margin: 0 30px;}
.fl-top h2{float: left; font-size: 14px;color: #666666;position: relative;padding-left: 13px;transition: all 1s;}
.fl-top h2:before{position: absolute;content: '';width: 4px;height: 4px;background: #de3a33;border-radius: 50%;left: 0;top: 50%;margin-top: -2px;}
.fl-top span{width: 20px;height: 50px;float: right;display: block;}
.fl-top span.jia{background: url(../images/fjia.png) no-repeat center;}
.fl-top span.jian{background: url(../images/jian.png) no-repeat center;}
.fl-bot{display: none; margin: 16px 30px 37px 30px;line-height: 26px;color: #666;font-size: 14px;}
.fl-list:hover .fl-top h2{transform: translateX(10px);}
.faqlist .jiazai{margin-top: 0;}

/*future*/
.fu-banner{padding-top: 370px; background: url(../images/future-banner.png) no-repeat center top;padding-bottom: 27px;}
.fu-banner h1{ font-size: 50px;color: white;text-align: center;text-transform: uppercase;}
.fu-banner h2{font-size: 16px;color: rgba(255,255,255,0.5);text-align: center;position: relative;padding-bottom: 30px;}
.fu-banner h2:after{position: absolute;content: '';width: 28px;height: 2px;background: #9e9e9e;bottom: 0;left: 50%;margin-left: -14px;animation-delay: 1s;}
.fu-banner h3{text-transform: uppercase;font-size: 14px;color: rgba(255,255,255,0.6);text-align: center;margin-top: 210px;margin-bottom: 38px;}
.fu-font{margin-bottom:208px;height: 220px;background: rgba(218,34,26,0.9);padding: 30px 65px;}
.fu-font h4{font-size: 26px;color: white;text-align: center;}
.fu-font p{font-size: 14px;color: rgba(255,255,255,0.8);line-height: 26px;text-align: center;margin-top: 8px;}
.future{background: #181818;}
.future h5{margin-bottom: 22px; font-size: 26px;color: white;text-align: center;line-height: 30px;}
.future h6{margin-bottom: 45px; font-size: 16px;color: rgba(255,255,255,0.6);text-align: center;line-height: 30px;}
.fu-left{float: left;}
.fu-right{float: right;margin-top: 97px;}
.fu-pic{overflow: hidden;}
.future1{overflow: hidden; background: url(../images/fu-bg1.png) no-repeat center,url(../images/point.png) no-repeat center;height: 602px;}
.fu1-left{width: 540px;float: left;margin-top: 200px;line-height: 40px;font-size: 20px;color: rgba(255,255,255,0.6);}   
.fu1-right{float: right;margin-top: 144px;}
.fr1{float: left;}
.fr2{float: left; animate-delay: .5s; -webkit-animation-delay:.5s; /* Safari 和 Chrome */margin-left: -20px;margin-top: 140px;}
.fr3{float: left; animate-delay: 1s; -webkit-animation-delay:1s; /* Safari 和 Chrome */}
.future2{text-align: center;padding: 40px 0 30px 0;}
.future3{overflow: hidden;height: 1299px; background: url(../images/fu-bg3.png) no-repeat center,url(../images/point3.png) no-repeat center top;padding-top: 96px;}
.f3-left{float: left;}
.f3-right{float: right;width: 470px;float: right;margin-top: 184px;}
.f3-right h3{margin-bottom: 20px; font-size: 26px;color: white;line-height: 40px;}
.f3-right p{font-size: 20px;line-height: 36px;color: rgba(255,255,255,0.6);}
.f3-top{margin-bottom: 106px;}
.f3-bot .f3-right{margin-top: 0;}
.future4{overflow: hidden;padding-top: 55px;padding-bottom: 80px;}
.future4 h1{margin-bottom: 74px; line-height: 40px;font-size: 26px;color: white;text-align: center;}
.future4 li{text-align: center; float: left;width: 580px;height: 340px;border: solid 1px #303030;margin-right: 40px;margin-bottom: 40px;padding: 45px 60px 40px 60px;}
.future4 li:nth-child(2n){margin-right: 0;}
.future4 li img{transition: all 1s;}
.future4 li:hover img{transform: translateY(-10px);}
.future4 li h1{margin-bottom: 0; color: white;text-align: center;line-height: 24px;font-size: 24px;margin-top: 25px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.future4 li p{color: rgba(255,255,255,0.5);line-height: 22px;font-size: 14px;margin-top: 17px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}

/*客服*/
.kf {transition: .8s;-o-transition: .8s;-moz-transition: .8s;-webkit-transition: .8s;z-index: 999999;background-color: #fff;position: fixed;bottom: 140px;right: 20px;width: 62px;border-radius: 5px;display: none;}
.kf span {z-index: 1000001;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;cursor: pointer;position: relative;display: block;width: 62px;height: 62px;border-bottom: 1px solid #e3e3e3;background:url(../images/kefu_j.png) no-repeat center #fff;}
.kf span:hover{background-color:#77777b;}
.kf .zx {border-radius: 5px 5px 0 0;background-position: 0 -62px;}
.kf .zx:hover {background-position: 0 -124px;}
.kf .freetel {background-position:-62px -62px;}
.kf .freetel:hover {background-position:-62px -124px;}
.kf .act {background-position:-186px -62px;}
.kf .act:hover{background-position:-186px -124px;}
.kf .zxlya {background-position:-124px -62px;}
.kf .zxlya:hover{background-position:-124px -124px;}
.kf .back_top {border-radius: 0 0 5px 5px;border: none;background-position:-248px -62px;}
.kf .back_top:hover {background-position:-248px -124px;}
.kf span div {display: none;background-color: #fff;border-radius: 5px;position: absolute;right: 75px;padding: 20px;font-size: 14px;text-align: center;bottom:2px;min-width: 180px;}
.kfimgr{position: absolute;bottom:23px;right: -9px;}
.kf span div i {display: block;position: absolute;width: 15px;height: 200px;right: -15px;top: 0;}
.kf .zx div,.kf .zxlya div, .kf span:nth-child(4) div {text-align: center;min-width: 148px;font-size: 14px;color: #666;}
.kf span:nth-child(4) div {white-space: nowrap;}
.kf a{display:block;height:100%;position:absolute;top:0;right:0;width: 100%}
.kf span div, .kf {-webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);}
.nav_center div, .index_nav_center div, .shou, .zhan {-webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);}
.shou {z-index: 1000000;cursor: pointer;width: 30px;height: 40px;top: 50%;margin-top: -15px;border-radius: 5px 0 0 5px;right: 62px;background: url("../images/kefu_j.png") no-repeat -310px -62px #fff;position: absolute;}
.shou.on {background-position: -310px -102px;}
.kf .freetel input {text-indent: .5em;display: block;margin: 15px 0;line-height: 28px;color: #666;font-size: 12px;width: 140px;border: 1px solid #d1d1d1;border-radius: 2px;height: 28px;}
.kf .btn-call{transition:all .5s;-webkit-transition:all .5s;display: block;background: #FC5204;border-radius: 2px;color: #fff;line-height: 26px;font-size: 12px;text-align: center;width: 79px;height: 26px;position: relative;}
.kf .btn-call:hover {background:#69c927;}
.nav_center div, .index_nav_center div, .shou, .zhan {-webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);}
.shou {z-index:601;cursor: pointer;width: 30px;height: 40px;top: 50%;margin-top: -15px;border-radius: 5px 0 0 5px;right: 62px;background: url("../images/kefu_j.png") no-repeat -310px 0 #fff;position: absolute;}
.shou.on {background-position: -310px -40px;}
 .wrap a:hover{color:#da251d;}
 .jiazai2
 {
    text-align: center;
    margin-top: 50px;
    color: red;
  }
  
  .al_info p
  {
    line-height: 25px;
    margin: 20px 0;   
      
  }
  
  
  .head-main{width: 1400px;margin: 0 auto;}
@media all and (max-width: 1440px) {
	.head-main{width: 1360px;}
}
@media all and (max-width: 1400px) {
	.head-main{width: 1280px;}
	.header .logo {margin-right: 80px; }
}
@media all and (max-width: 1300px) {
	.head-main{width: 1200px;}
	.header .logo {margin-right: 50px; }.header .logo {margin-right: 12px; }
}
.pro-bot a:hover img{transform: scale(1.1);}


.pro-tops::-webkit-scrollbar{width: 4px !important;background: url("../images/stan_03.jpg") repeat-y center;}
.pro-tops::-webkit-scrollbar-thumb{background: url("../images/stan_07.jpg") repeat-y center;}
.pro-tops{
overflow-y: auto;
}
.bdsharebuttonbox.bdshare-button-style0-32 a {
    margin-right: 20px;
}
.bd_weixin_popup
{
    height: 325px!important;
    
  }
  
  
 
  /*  新底部*/
.foot{background: url(../images/foot-bg.png) no-repeat center;background-size: cover;border-top: solid 3px #e15616;padding-top: 83px;}
.foot-left{float: left;}
.foot-list{float: left;padding-left: 9px;margin-right: 110px;}
.foot-list .foot-ab{display: block; margin-bottom: 22px; color: white;font-size: 18px;position: relative;letter-spacing: 2px;}
.foot-list .foot-ab:before{position: absolute;content: '';width: 2px;height: 16px;background: #863a17;top: 50%;margin-top: -8px; left: -9px;}
.foot-list .foot-as{display: block;line-height: 30px;font-size: 14px;color: white;opacity: 0.5;letter-spacing: 2px;}
.foot-list .foot-as:hover{opacity: 1;}
.foot-right{border-left: solid 1px #262626;float: right;padding-left: 120px;}
.foot-add{width: 390px;padding: 20px 0;border-bottom: solid 1px #262626;}
.foot-add p{line-height: 26px;color: white;font-size: 14px;opacity: 0.5;}
.xin{margin-top: 35px;}
.xin a{opacity: 0.5; height: 25px !important;margin: 0 !important;padding: 0 !important;width: 25px;margin-right: 30px !important;}
.xin a.bds_sqq{background: url(../images/qq.png) no-repeat center;}
.xin a.bds_tsina{background: url(../images/weibo.png) no-repeat center;}
.xin a.bds_weixin{background: url(../images/weixin.png) no-repeat center;}
.xin a.bds_fbook{background: url(../images/face.png) no-repeat center;}
.xin a.bds_linkedin{background: url(../images/in.png) no-repeat center;}
.xin a:hover{opacity: 1 !important;}

.foot-link{padding-bottom: 22px;border-bottom: solid 1px #262626;color: rgba(255,255,255,0.4);font-size: 14px;}
.foot-link a{font-size: 14px;color: white;opacity: 0.4;line-height: 26px;display: inline-block;margin-right: 24px;}
.foot-link a:hover{opacity: 1;}
.foot-bot{padding: 20px 0;}
.foot-bot p{float: left;line-height: 26px;color: rgba(255,255,255,0.4);font-size: 14px;}
.foot-bot p a,.foot-bot span a{color: white;opacity: .4;}
.foot-bot p a:hover,.foot-bot span a:hover{opacity: 1;}
.foot-bot span{float: right;display: block;line-height: 26px;color: rgba(255,255,255,0.4);font-size: 14px;}
.section{width: 100%;height: 100%;overflow: hidden;}


.nav-item2
{
    font-weight: bold;
    float: left;
    background: url(/skin/yjpm/images/headtel.png) no-repeat 0px;
    padding-left: 33px;
    }
@media (max-width: 1440px)
{
    .navbar .nav-item2 {
    padding-right: 10px;
    }
    
}

@media (max-width: 1520px){
.navbar .nav-item2 {
    padding-right: 45px;
}
.navbar .nav-item2 {
    float: left;
    padding-right: 50px;
}
.navbar .nav-item2 {
    display: block;
    font-size: 18px;
    line-height: 100px;
    color: #444444;
    /* font-family: 'open'; */
}
}


