﻿@charset "utf-8";
a:active{star:expression(this.onFocus=this.blur());}
a:focus,button:focus{outline:none; -moz-outline:none;}
:focus{outline:none;}
/*Reset Css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,area,param{margin:0; padding:0;}
html,body{margin:0; padding:0; height: 100%; font-family:微软雅黑\9ED1\4F53,\5FAE\8F6F\96C5\9ED1,\5b8b\4f53,arial,sans-serif; -webkit-text-size-adjust:none;/*Google Chrome*/}
input,button,select{font-family:微软雅黑\9ED1\4F53,\5FAE\8F6F\96C5\9ED1,\5b8b\4f53,arial,sans-serif; }
select{*behavior: url("select.htc");}/*IE6,IE7select*/
ol,ul{padding-left:0; list-style:none;}
img{border:none; display:inline-block; vertical-align:middle;/*height:100%!important;*/}
th{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
input{display:inline-block; vertical-align:middle;}

.de-con ul{ margin-left:20px;}
fieldset{border:none;}
legend{display:none;}
/*Clear Css*/
.clear{clear:both; font-size:0; height:0; line-height:0;}
.clearfix:after{content:'\20';display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearb{ clear:both;}
.clearfix{display:block;zoom:1; width:100%;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
/*Common Css*/
body{font-size:12px;}
a{ text-decoration:none;}
.fl{float:left; _display:inline;}
.fr{float:right; _display:inline;}
::-ms-clear, ::-ms-reveal{display: none;}  /*清除input右侧 X或者眼睛*/
input[type=text],input[type=submit],select{-webkit-appearance: none;}/*清楚苹果默认样式*/


/*头部导航开始*/
.wraping{
	max-width: 1110px;
	width: 90%;
	margin: 0 auto;
}
.top{
	/*padding: 15px 0;*/
	height: 62px;
	line-height: 62px;
}
.top .logo{
	float: left;
}
.top .right{
	float: right;
}
.top .right p{
	display:inline-block;
	float: left;
	font-size: 12px;
	color: #666;
}
.top .right p.email a{
	display:block;
	width:22px; height:22px;
}
.top .right p a{
	color: #666
}
.top .right .take:hover .email{
	background-position: center bottom;
}
.top .right ul>li>a{
	color: #666;
}
.top .right p.email{
	width: 22px;
	height: 22px;
	margin-top: 20px;
	background: url(../images/common/email.png) no-repeat center top;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 12px;
	transition: all .3s;
}
.top .right p.email a{
	display:block;
	width:22px; height:22px;
}
.top .right p.email:hover{
	background-position: center bottom;
}


/*.nav{
	border: 1px solid deeppink;
}*/
.nav ul{
	background: #f68233;
}
.nav ul>li{
	float: left;
	background: #f68233;
	position: relative;
	padding:0 2%;
}
.nav ul>li:hover{
	background: #232323;
}
.nav ul>li.current{
	background: #232323;
}
.nav ul>li:hover .li-box{
	display: block;
}
.nav ul>li>a{
	display: block;
	color: #fff;
	display:block;/* border-right:1px solid #fff;*/
	text-align: center;
	line-height: 35px;
	height:35px;
	font-size:13px;font-weight:bolder;
	
}
.nav ul>li:last-child{
	width: 16%;
	height: 35px;
	padding:0;
	float:right;
}
.nav ul>li:last-child:hover{
	background:none;
}
.nav ul>li:last-child form{
	position:relative;
}
.nav ul>li input[type=text]{
	border: none;
	width: 0;
	height: 25px;
	position:absolute;
	right:20%;
	top:5px;
	border:1px solid #f68233;
	box-sizing:border-box;
	background:#fff;
	transition:width .5s;
}
.nav ul>li.search-text:hover input[type=text]{
	width:78%;
	transition:width .5s;
}
.nav ul>li #submit{
	width: 35px;
	height: 35px;
	position:absolute;
	right:0;
	top:0px;
	text-indent: -9999px;
	background: url(../images/common/search.png) no-repeat center center;
	border: 0 none;
	cursor: pointer;
}
.nav .li-box{
	padding-top: 2px;
	position: absolute;
	left: 0;
	top: 35px;
	display: none;
	width:100%;
	z-index: 9999;
}
.nav .li-box li{ position:relative;}
.nav .li-box li a{
	background: rgba(0,0,0,0.6);
	margin-bottom: 2px;
}
.nav .li-box li a:hover{
	background: #232323;
}
.nav .li-box a{
	display: block;
	color: #fff;
	width: 100%;
	padding-left: 10px;
	box-sizing: border-box;
	text-align: left;
	line-height: 30px;
}
.nav .li-box li dl{ position:absolute; left:100%; top:0; display:none; width:140px;}
.nav .li-box li:hover dl{ display:block;}
.nav .li-box li dl dd a{ line-height:25px;}
/*头部导航结束*/

/*手机端导航开始*/
.phone-nav{
	width: 100%;
	height: 60px;
	background-color: #ff9045;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	border-bottom: 2px solid #fff;
}
.phone-nav .head h1{
	float: left;
}
.phone-nav .head h1 img{
	width: 100%;
}
.phone-nav .f-r{
	float: right;
	margin-top: 1%;
}
.phone-nav .f-r .he-search{
	margin-right: 20px;
	float: left;
	cursor: pointer;
	margin-top:10px;
}
.phone-nav .f-r .he-menu{
	float: right;
	width: 38px;
	cursor: pointer;
	margin-top:10px;
}
.phone-nav .f-r .he-menu span.line{
	display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 8px;
    transition: all .3s;
}

.phone-nav .he-menu.active .line:nth-child(2){
	opacity: 0;
}
.phone-nav .he-menu.active .line:nth-child(1){
	transform: translateY(11px) rotate(45deg);
}
.phone-nav .he-menu.active .line:nth-child(3){
	transform: translateY(-11px) rotate(-45deg);
}

.phone-nav .rig-nav{
	width: 100%;
	display: block;
	height: 100%;
	background-color: #232323;
	position: fixed;
	right: -100%;
	top: 0px;
	padding: 0 5%;
	box-sizing: border-box;
	z-index: -1;
	overflow:auto;
}
.phone-nav .rig-nav ul>li{
	padding-top: 10%;
    text-align: left;
    border-bottom: 1px solid #666;
    padding-bottom: 2%;
}
.phone-nav .rig-nav ul>li a{
	font-size: 24px;
	color: #fff;
}
.phone-nav .rig-nav ul li ol>li{
	text-indent: 2em;
	border-bottom: 1px solid #333;
	padding: 12px 0;
}
.phone-nav .search-box{
	display: none;
	position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    padding: 3% 0;
}
.phone-nav .search-box .wrap{
	width: 80%;
    margin: 0 auto;
}
.phone-nav .search-box input[type=text]{
	border: none;
    width: 88%;
    padding: 1% 0;
    color: #fff;
    padding-left: 10px;
    font-size: 16px;
    background: none;
    border: 1px solid rgba(255,255,255,.5);
    color: #fff;
}
.phone-nav .search-box input[type=submit]{
	width: 27px;
    height: 27px;
    border: none;
    text-indent: -9999px;
    background: url(/images/common/head_sous.png) no-repeat center center;
    background-size: 70%;
    margin-left: -40px;
    cursor: pointer;
}

.phone-nav .rig-nav .language{
	margin: 0 auto;
	color: #fff;
	text-align: center;
	margin-top: 6%;
}
.phone-nav .rig-nav .language a{
	color: #fff;
}
/*手机端导航结束*/


.footer-nav{
	background: #f5f5f5;
	padding: 52px 0;
	box-sizing: border-box;
}
.footer-nav dl{
	float: left;
	width: 25%;
}
.footer-nav dl dt{
	font-size: 16px;
	color: #333;
	margin-bottom: 30px;
}
.footer-nav dd{
	margin-bottom: 20px;
}
.footer-nav dd a{
	color: #8a8a8a;
}
.footer-nav dd a:hover{
	color: #f46300;
}
.footer-nav dl:last-child{
	margin-right: 0;
}

/*底部开始
.footer{
	padding: 24px 0 14px;
	background: #dcdcdc;
}
.footer .left{
	float: left;
	overflow:hidden;
}

.footer .right{
	float: right;
}
.footer .left h2{
	font-size: 14px;
	color: #333;
	margin-bottom: 6px;
}
.footer .left p{
	color: #666;
	margin-bottom: 9px;
}
.footer .left .foot-logo{
	margin: 20px 10px 0 0;
}
.footer .right p{
	color: #666;
}
.footer .right .icon{
	margin-bottom: 12px;
	margin-top: 4px;
}
.footer ul>li{
	float: left;
}
.footer ul>li.code{
	display: block;
	margin-right: 12px;
}
.footer .right span{
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/common/weibo.png) no-repeat center center;
}
.footer .right span.in{
	background-image: url(../images/common/in.png);
}
.footer .right span.tuite{
	background-image: url(../images/common/twi.png);
}
底部结束*/

.foot{background: #eeeeee; padding: 15px 0 10px;}
.foot img{display: block;}
.foot .left{float: left;}
.foot .left .logos{float: left; padding-top: 15px; padding-right: 30px;}
.foot .left .lx{float: left; color: #666; line-height: 20px;}

.foot .right{float: right; position: relative;}
.foot .right .code{
	float: left;
	margin-right:30px;
}
.foot .right p{ color:#333; font-size:14px;}
.foot .right .code img{
	margin-bottom: 12px;
}
.foot .right .platform-icon{
	float: right;
}
.foot .right .platform-icon span{
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(/images/fx1.png) no-repeat center center;
	margin-right: 12px;
	padding: 45px 0;
	box-sizing: border-box;
}
.foot .right .platform-icon span.in{
	background-image: url(/images/fx2.png);
}
.foot .right .platform-icon span.tuite{
	background-image: url(/images/fx3.png);
}



/*PC端banner开始*/
.slideBox{ overflow:hidden; position:relative;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:25%; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:8px;  width:10px; height:10px; line-height:14px; text-align:center; border: 2px solid #fff; cursor:pointer; border-radius: 100%;}
.slideBox .hd ul li.on{ background:#f46300; color:#fff; border-color:#f46300;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; position: relative;}
.slideBox .bd img{ display:block; width:100%;}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

.pc-banner{
	margin-top: 10px;
}
.pc-banner .left{
	width: 70.72%;
	float: left;
}
.pc-banner .right{
	width: 26.8%;
	float: right;
}
.banner{ border-bottom:7px solid #e3e3e3; padding-bottom:20px;}
.banner .swiper-container{border-right:7px solid #e3e3e3;}
.banner .swiper-slide,.banner .swiper-wrapper,.banner .swiper-container{ height:300px;}
.banner .swiper-slide{ position:relative;}
.banner .swiper-slide .ban-con{
	width: 49.55%;
	position:absolute;
	right:-1px;
	top:0;
	background: #fff;
	height:100%;
}
.banner .swiper-slide .ban-con h2 a{
	display:inline-block;
	font-size: 18px;
	font-weight: bold;
	padding:20px 30px 0;
	color:#f46300;
}
.banner .swiper-slide .date{
	padding:9px 30px;
}
.banner .swiper-slide .text{
	line-height: 18px;
	padding:9px 30px;
}
.banner .swiper-slide .more{
	display: block;
    color: #f46300;
    width: 76px;
    height: 21px;
    border: 1px solid #f46300;
    text-align: center;
    height: 21px;
    position: relative;
	margin-left:30px;
	margin-top:80px;
}
.banner .swiper-slide .more span{
	font-size: 8px;
    color: #f46300;
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    right: -7px;
    top: -10px;
    box-sizing: border-box;
    transition: all 1s;
}
.banner .swiper-slide .more:hover{
	color: #333;
	border-color: #333;
}
.banner .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: right;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #333;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.banner .swiper-active-switch {
  background: #f46300;
}
@keyframes more_ai {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}
	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}
	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}
.banner .swiper-slide .pic{
	min-width:507px;
	margin-left:1px;
}
.banner .swiper-slide .pic img{
	width:100%;
}

.pc-banner .right .img{
	position: relative;
	text-align: center;
}
.pc-banner .right .img img{
	width: 100%;
}
.pc-banner .right .bot-tit{
	background: #f46300;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.pc-banner .right .bot-tit p{
	Width:100%;
	Overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;

}
.pc-banner .right .img .text{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
.pc-banner .right .img h3{
	font-size: 18px;
	color: #ff6700;
	font-weight: bold;
}
.pc-banner .right .tit{
	font-size: 24px;
	font-weight: bold;
}
/*PC端banner结束*/


/*页面主体右侧开始*/
.main .right .news-top h1{
	float: left;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	background: url(../images/common/rside-newsicon.png) no-repeat left center;
	padding-left: 24px;
}
.main .right>div{
	margin-bottom: 70px;
}
.main .right>div:last-child{
	margin-bottom: 0;
}
.main .right .rside-free .news-top h1{
	background-image: url(../images/common/rside-freeicon.png);
}
.main .right .rside-activity .news-top h1{
	background-image: url(../images/common/rside-activityicon.png);
}
.main .right .rside-object .news-top h1{
	background-image: url(../images/common/rside-objecticon.png);
}
.main .right .news-top a{
	display: block;
	float: right;
	color: #f46300;
	width: 76px;
	height: 21px;
	border: 1px solid #f46300;
	text-align: center;
	height: 21px;
	position: relative;
}
.main .right .news-top a:hover{
	color: #333;
	border-color: #333;
}
.main .right .news-top a:hover span{
	color: #333;
	
}
.main .right .news-top a span{
	font-size: 8px;
	color: #f46300;
	display: block;
	width: 16px;
	height: 16px;
	background: #fff;
	position: absolute;
	right: -7px;
	top: -10px;
	box-sizing: border-box;
	transition: all 1s;
}
.main .right ul{
	margin-top: 16px;
	
}
.main .right ul li{
	margin-bottom: 15px;
}

.main .right ul h2{
	padding-left: 24px;
	background: url(../images/common/list-liandian.png) no-repeat left 8px center;
	margin-bottom: 6px;
	Width:90%;
	Overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;

}
.main .right ul h2 a{
	font-weight: bold;
	color: #f46300;
}
.main .right ul h2 a:hover{
	color: #333;
}
.main .right ul h2:hover{
	background-image: url(../images/common/list-huidian.png);
}
.main .right ul p{
	padding-left: 24px;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*word-break: break-all;*/
	max-height:40px;
}
.main .right ul p em{ font-style:normal;}

/*右侧Redstone区开始*/
.main .right .Redstone{
	margin-bottom: 22px;
}
.main .right .Redstone .bot-tit{
    background: #f46300;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.main .right .Redstone .img{
	position: relative;
	text-align: center;
}
.main .right .Redstone .img img{
	width: 100%;
}
.main .right .Redstone .img h3{
    font-size: 18px;
    color: #ff6700;
    font-weight: bold;
}
.main .right .Redstone .img .tit{
    font-size: 24px;
    font-weight: bold;
}
.main .right .Redstone .text{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
/*右侧Redstone区结束*/
/*页面主体右侧结束*/


/*适配开始*/
.phone-nav{
	display: none;
}
.Redstone .swiper-slide a{ display:block;}
.Redstone .swiper-slide,.Redstone .swiper-wrapper,.Redstone .swiper-container{ height:auto !important;}




/*右侧分享按钮开始*/
.navright {
    position: fixed;
    right: 0;
    /* margin-right: -600px; */
    top: 50%;
    z-index: 45;
    margin-top: -90px;
    z-index: 99999;
}
.navright .bdshare-button-style0-32 .bds_weixin,
.navright .bdshare-button-style0-32 .bds_tsina,
.navright .bdshare-button-style0-32 .bds_linkedin,
.navright .bdshare-button-style0-32 .bds_twi{
	background-position:0 !important;
}
.navright .bdsharebuttonbox{
        width:38px;
}
.navright .bdsharebuttonbox a{
        display: block;
        border-radius: 2px;
}
.navright .bdsharebuttonbox .bds_weixin{
      background: url(/images/wechat.png);
      width:32px;
      height: 32px;
}
.navright .bdsharebuttonbox .bds_tsina{
      background: url(/images/weibo.png);
      width:32px;
      height: 32px;
}
.navright .bdsharebuttonbox .bds_linkedin{
      background: url(/images/in.png);
      width:32px;
      height: 32px;
}
.navright .bdsharebuttonbox .bds_twi{
      background: url(/images/tuite.png);
      width:32px;
      height: 32px;
}
.navright .bdsharebuttonbox .gettop{
      background: url(/images/gettop.png);
      width:32px;
      height: 32px;
}
/*右侧分享按钮结束*/


@media only screen and (max-width:768px ) {
	.top{
		display: none;
	}
	.nav{
		display: none;
	}
	.phone-nav{
		display: block;
	}
	.phone-nav .head h1{
		margin-top: 2%;
		width:40%;
	}
	.kong{ width: 100%; height: 60px;}
	.footer-nav{ display:none;}
	.pc-banner .left{ float:none; width:100%;}
	.pc-banner .right{ float:none; width:100%;}
	/*.footer .left,.footer .right{ float:none;}
	.footer ul>li{ float:none;}
	.footer ul>li.side{ display:none;}
	.footer .left .foot-logo{ margin:0 0 10px 0; text-align:center;}
	.footer .right ul li{ text-align:center;}
	.footer ul>li.code{ margin-right:0; margin-bottom:5px;}*/
	.pc-banner .left .bd li .pic,.pc-banner .left .bd li .ban-con{ position:static; width:100%; min-width:320px; float:none;}
	.slideBox .hd{ display:none;}
	.slideBox{ margin-bottom:20px;}
	.Redstone{ display:none;}
	.rside-news ul li,.rside-free ul li,.rside-activity ul li,.rside-object ul li{ display:none;}
	.rside-news ul li:nth-child(1),.rside-free ul li:nth-child(1),.rside-activity ul li:nth-child(1),.rside-object ul li:nth-child(1){ display:block;}
	.rside-news ul li:nth-child(2),.rside-free ul li:nth-child(2),.rside-activity ul li:nth-child(2),.rside-object ul li:nth-child(2){ display:block;}
	
	.foot .left{width: 100%; float: none; overflow: hidden;}
	.foot .right{width: 225px; float: none; margin: 20px auto 0;}
	.foot .left .lx{font-size: 12px;}
	
	
}
@media only screen and (max-width:480px ) {
	.phone-nav .head h1{
		margin-top: 5%;
		width:40%;
	}
	.phone-nav .f-r{
	float: right;
	margin-top: 3%;
	}
	.foot .left .logos img{ width:170px;}
}
/*适配结束*/