*｛
	margin:0;
	padding: 0;
	font-family: "微软雅黑";
｝
a {
	text-decoration: none;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}
li,ul{margin:0;padding:0;list-style:none}
img{border: 0;}
body{margin: 0;}
i{font-style: normal;}
.wrapin{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.product_box{
	width: 100%;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
}
.product_box ul{
	width: 100%;
	overflow: hidden;
}
.product_box ul li{
	width: 370px;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    
}
.product_box ul a{
	opacity: 0;
	margin-top: 50px;
	display: block;
    float: left;
}
.product_box ul li .product-item-img{
	display: block;
	margin: 0 auto;
    width: 289px;
    height: 288px;
    background-position: center center; 
    background-repeat: no-repeat;
    transition: all .3s cubic-bezier(0.215,.61,.355,1);
    -moz-transition: all .3s cubic-bezier(0.215,.61,.355,1);
    -webkit-transition: all .3s cubic-bezier(0.215,.61,.355,1);
}
.product_box ul .product-item1:hover .product-item-img{
	background-image: url(../../img/product-fsdp-h.png);
}
.product_box ul .product-item2:hover .product-item-img{
	background-image: url(../../img/product-bda-h.png);
}
.product_box ul .product-item3:hover .product-item-img{
	background-image: url(../../img/product-bdm-h.png);
}
.product-item1 .product-item-img {
    background-image: url(../../img/product-fsdp.png);
}
.product-item2 .product-item-img {
    background-image:url(../../img/product-bda.png);
}
.product-item3 .product-item-img {
    background-image: url(../../img/product-bdm.png);
}
.product-item-tit {
    font-size: 22px;
    font-weight: 400;
    color: #5d6168;
    line-height: 1.1;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,.16);
    margin: 0;
    padding: 0;
}
.product-item-tit-en {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,.16);
    color: #85888e;
}
.product-item-txt {
    line-height: 2em;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,.16);
    color: #85888e;
}
.product_box .title_box{
	margin-bottom: 60px;
    text-align: center;
    opacity: 0;
    margin-top: -10px;
}
.news-item-txt{
	color: #333333;
}
.map_box {
    width: 100%;
    height: 493px;
    overflow: hidden;
    position: relative;
}
/*热点*/
.hot_spot{
	width: 100%;
	min-width:1200px;
	background: url(../../img/u128.jpg) no-repeat center center;
	background-size:100% auto;
	position: relative;
}
.hot_spot:before{
	content: ""; 
	display: block; 
	padding-top: 55%;
}
.hot_spot .part{
	opacity: 0;
}
.hot_spot .part_01{
	position: absolute;
	top: 14.9%;
    left: 51.2%;
}
.hot_spot .part .hot_spot_inner{
    background-color: #4ecac2;
    color: #ffffff;
    display: block;
    border-radius: 100px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    border-color: #e1e1e1;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 11px;
    top: 0;
    left: 0;
}	    
.spot_box{
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	opacity: 0.1;                                   /* 不透明度 */
	overflow: hidden;                               /* 溢出隐藏 */
	background: #B6B6B6;                            /* 背景色 */
	  
	    /* IE10、Firefox and Opera，IE9以及更早的版本不支持 */
	animation-name: breath;                         /* 动画名称 */
	animation-duration: 3s;                         /* 动画时长3秒 */
	animation-timing-function: ease-in-out;         /* 动画速度曲线：以低速开始和结束 */
	animation-iteration-count: infinite;            /* 播放次数：无限 */
	 
	    /* Safari and Chrome */
	-webkit-animation-name: breath;                 /* 动画名称 */
	-webkit-animation-duration: 3s;                 /* 动画时长3秒 */
	-webkit-animation-timing-function: ease-in-out; /* 动画速度曲线：以低速开始和结束 */
	-webkit-animation-iteration-count: infinite;    /* 播放次数：无限 */
}
 
@keyframes breath {
    from { opacity: 0.1; }                          /* 动画开始时的不透明度 */
    50%  { opacity:   1; }                          /* 动画50% 时的不透明度 */
    to   { opacity: 0.1; }                          /* 动画结束时的不透明度 */    
}
 
@-webkit-keyframes breath {
    from { opacity: 0.1; }                          /* 动画开始时的不透明度 */
    50%  { opacity:   1; }                          /* 动画50% 时的不透明度 */
    to   { opacity: 0.1; }                          /* 动画结束时的不透明度 */
}
.inner_title{
    width: 300px;
    color:#FFF;
    font-size: 0.925em;
    line-height: 1.65em;
	font-size:25px;
	margin-left: -610px;
    margin-top: -135px;
	}
.hot_spot .part .inner_content{
    display: block;
   background-color:rgba(255,255,255,0.9);
    color:#1B1B1B;
    font-size: 0.925em;
    line-height: 1.65em;
    position: absolute;
    z-index: 1009;
    padding: 12px;
    margin-top: -18px;
    border-radius: 2px;
}
.hot_spot .part .inner_content span{
	color: #4ecac2;
}
.hot_spot .part .avia-arrow-wrap {
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: 7px;
    bottom: -19px;
    width: 20px;
    height: 20px;
    position: absolute;
    overflow: hidden;
}
.hot_spot .part .avia-arrow {
    background-color:rgba(255,255,255,0.8);
    color: #ababab;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 7px;
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: hidden\9;
}
.hot_spot .part_01 .inner_content{
	top: -45px;
    left: -226px;
}
.hot_spot .part_01 .hot_spot_inner{
	margin-top: 26px;
    margin-left: -28px
}
.hot_spot .part_01 .avia-arrow-wrap {
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: 7px;
    bottom: -19px;
}
.hot_spot .part_03{
	position: absolute;
	    top: 39.9%;
    left: 42.8%;
}
.hot_spot .part_03 .inner_content{
	     top: -43px;
    left: -244px;
}
.hot_spot .part_03 .hot_spot_inner{
	    margin-top: 26px;
    margin-left: -28px;
}
.hot_spot .part_03 .avia-arrow-wrap {
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: 7px;
        bottom: -23px;
}
.hot_spot .part_04{
	position: absolute;
	    top: 54.1%;
    left: 56.6%;
}
.hot_spot .part_04 .inner_content{
	top: 0px;
    left: -220px;
    width: 224px;
}
.hot_spot .part_04 .hot_spot_inner{
	margin-top: -23px;
    margin-left: 28px;
}
.hot_spot .part_04 .avia-arrow-wrap {
    left: auto;
    right: -17px;
    margin-left: auto;
    margin-right: 7px;
    bottom: 2px;
}
.hot_spot .part_02{
	position: absolute;
	top: 55.1%;
    left: 70.6%;
}
.hot_spot .part_02 .inner_content{
	top: 10px;
    left: 24px;
    width: 227px;
}
.hot_spot .part_02 .hot_spot_inner{
	margin-top: 26px;
    margin-left: -28px
}
.hot_spot .part_02 .avia-arrow-wrap {
    left: auto;
    right: -40px;
    margin-left: auto;
    margin-right: 7px;
    bottom: -44px;
}
.hot_spot .part_05{
	position: absolute;
	top: 22.1%;
    left: 75.6%;
}
.hot_spot .part_05 .inner_content{
	top: 10px;
    left: 2px;
    width: 177px;
}
.hot_spot .part_05 .hot_spot_inner{
	margin-top: 50px;
    margin-left: 12px;
}
.hot_spot .part_05 .spot_box{
	margin-top: 38px;
    margin-left: -1px;
}
.hot_spot .part_05 .avia-arrow-wrap {
    left: auto;
    right: -40px;
    margin-left: auto;
    margin-right: 7px;
    bottom: -44px;
}
.hot_spot .part_01 .spot_box{
	    margin-top: 12px;
    margin-left: -41px;
}
.hot_spot .part_02 .spot_box{
	margin-top: 13px;
    margin-left: -41px;
}
.hot_spot .part_03 .spot_box{
	    margin-top: 13px;
    margin-left: -40px;
}
.hot_spot .part_04 .spot_box{
	    margin-top: -36px;
    margin-left: 15px;
}
.footer_box{
	width: 100%;
	background: rgba(40, 40, 40, 1);
	padding: 33px 0;
}
.footer_box dl{
	float: left;
}
.footer_box .contact{
	width: 400px;
}
.footer_box .link{
	width: 120px;
	margin-right: 90px;
	font-family:"微软雅黑";
	font-size:16px;
}
.footer_box .subscribe dd{
	width: 200px;
	line-height: 20px;
}
.footer_box dl dt{
	color: white;
	font-size: 14px;
	line-height: 18px;
/*	border-left: 1px solid white;*/
	/*padding-left: 14px;*/
	margin-bottom: 30px;
}
.dibu_banquan1{
	height:30px;
	line-height: 44px;
	float:left;
	color:#b5b5b5;
	}
.dibu_banquan2{
	height:30px;
	line-height: 44px;
    margin-left: 240px;
	float:left;
	color:#b5b5b5;
	}
.dibu_banquan3{
	height:30px;
	float:left;
	height: 30px;
    line-height: 44px;
    margin-left: 30px;
    color: white;
	}
.footer_box .link dd{
	cursor: pointer;
}
.footer_box dl dd{
	width: 100%;
	float: left;
	color: white;
	font-size: 12px;
	line-height: 30px;
}
.footer_box dl dd:hover a{
	color: #bfbdbd;
}
.footer_box dl dt:hover a{
	color: #bfbdbd;
}
.copyright{
	width: 100%;
	height: 44px;
	background: black;
}
/*.copyright .copyright_02{
	width: 100%;
	color: #666;
	font-size: 12px;
	text-align: center;
}
*/.app_box{ 
	background-image: url(../../img/u2.jpg);
	background-size:100% auto;
	background-repeat: no-repeat;
	width:100%;
	min-width: 1200px;
	min-height: 500px;
	position: relative;
}
.app_box:before{
	content: "";
	display: block; 
	padding-top: 39%;
}
.app{
	width: 33%;
	height: 400px;
	float: right;
	margin-top: 10%;
}
.app h5{
	color: #333333;
	font-size: 25px;
	margin-bottom: 9%;
}
.app i{
	width: 75px;
	height: 3px;
	background: black;
	display: block;
	margin-bottom: 5%;
}
.app p{
	width: 100%;
	color: #797979;
	line-height: 30px;
}
.app .experience_btn{
	width: 110px;
	height: 30px;
	background: url(../../img/u70.png) no-repeat 100% 100%;
	text-align: center;
	cursor: pointer;
	margin-top: 8%;
}
.app .experience_btn a{
	color: white;
	font-size: 14px;
	line-height: 30px;
}
.wrapin_box{
	width: 85%;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 7%;
}
.banner_span{
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	color: #d3d3d3;
}
.carousel-indicators{
	bottom: 40px;
    z-index: 100;
    position: absolute;
    left: 47%;
}
.carousel-indicators li{
	float: left;
}
#main-slider .carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
    position: relative;
    
}
#main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
    position: relative;
    cursor: pointer;
}
.more_btn{
	width: 186px;
	height: 72px;
	margin: 0 auto;
	background: url(../../img/btnbg.png) no-repeat center center;
	line-height: 72px;
	text-align: center;
}
.more_btn a{
	color: white;
	
}
.experienceBtn{
	margin: 10px auto;
	margin-bottom: 20px;
	width: 80px;
	height: 30px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #00CC9E;
	border-radius: 10px;
	color: #6699FF;
	background: white;
}
.experienceBtn:hover{
	color: #417ffb;
}
.ceiling-container{
	border-bottom: 1px solid #5a2dff;
}
.w1140{
	width: 1200px;
}
.ceiling-nav{
	float: right!important;
}
/* scroll */
.scroll{width:1200px;margin:0 auto;position:relative;overflow:hidden;background:#F1EEEB;}
.picbox{width:928px;height:290px;background:#fff;border:1px solid #DED7D1;overflow:hidden;position:relative;margin:0 auto;}
.picbox ul{height:285px;padding-top:5px;}
.piclist{position:absolute;left:0px;top:0px;}
.swaplist{position:absolute;left:-3000px;top:0px;}

/* btn */
.og_prev, .og_next{width:40px;height:100px;position:absolute;top:117px;z-index:99;cursor:pointer;}
.og_prev{background-position:0 0;left:0px;background:url(../../banner/images/prev.png) no-repeat;}
/*.og_prev:hover{background-position:0 -60px;}*/
.og_next{background-position:-30px 0;right:0px;background:url(../../banner/images/right.png) no-repeat;}
/*.og_next:hover{background-position:-30px -60px;}*/

/* goodlist */
.goodlist{width:226px;margin:10px 0;padding:0px 5px;margin-right:-1px;float:left;}
.goodlist .pics{overflow:hidden;display:block;float:left;margin-right: 20px;}
.goodlist .pics img{width:226px;height:59px;}
