body,html {
	font: 14px/2em microsoft yahei,arial,verdana,helvetica,sans-serif;
	background-color: #fff;
	color: #333
}
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0
}
li,ul {
	list-style: none
}
a{
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}
.fl {
	float: left
}
.fr {
	float: right
}
.mid {
	width: 1190px;
	margin: 0 auto;
	overflow: hidden;
}
img {
	border: 0
}

.bg0{
	 width: 100%; 
	 margin:0 auto; 
	 background: #fff; 
}
.bg1{ 
		width: 100%; 
		margin: 0 auto;
		background:#f5f5f5; 
}
.commonbox{ 
	width: 1190px; 
	margin:0 auto; 
}

.headerbox{
	height: 80px; 
	margin:0 auto;
	border-bottom: 1px solid #ff6600;
	width: 100%;
}
.header{ 
	width: 1190px; 
	margin:0 auto;
	display: flex;
}
.headleft{
	flex: 7; 
	overflow: hidden;
	text-overflow: ellipsis;
	height: 80px;
	line-height: 80px;
	font-size: 28px;
	color: #010101;
}
.headleft a{
	font-size: 28px;
	color: #010101;
	display: inline-block;
	font-weight: normal;
}
.headright{
	flex: 3;
	overflow: hidden;
	height: 80px;
	line-height: 80px;
	text-align: right;
}
.headright i{ 
	width: 24px;  
	height: 24px; 
	background: url(../image/ico_iphone.png); 
	background-size: 100% 100%; 
	display: inline-block; 
}
.headright span{ 
	font-size: 24px; 
	color: #ff6600;
	margin-left: 10px;
}

/*banner*/
.bannerbox{
	width: 100%;
	height: 480px;
}
ul.banner{
	height: 100%;
    position: relative;
    width: 100%;
}
ul.banner li{
	width: 100%;
	height:480px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: 10;
}
ul.banner li img{
	width: 100%;
	height: 480px;
}
.banner .d2 {
    width: 100%;
    height: 30px;
    clear: both;
    position: absolute;
    z-index: 100;
    left: 0px;
    bottom: 10px;
}
.banner .d2 ul {
    float: left;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -96px;
    display: inline;
}
.banner .d2 li {
    width: 16px;
	height: 16px;
	border-radius: 16px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin: 0 3px;
    display: inline;
}
.banner .d2 ul li.nuw {
    background: #0080d5;
}

.ibox{
	bottom: 50px;
	left: 50%;
	margin-left: -50px;
	text-align: center;
	position: absolute;
	z-index: 100;	
}
.ibox span{
	display: inline-block;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	cursor: pointer;
	background: #fff;
}
.ibox span.current{
	background: #0080d5;
}

/*导航*/
.navbox{
	width: 100%;
	margin:0 auto;
	height: 60px;
	background: #222222;
}
ul.nav{
	width: 1200px;
	margin:0 auto;
	display: flex;
}
ul.nav li.navlist{
	width:132px; 
	text-align: center;
	height: 60px;
	line-height:60px;
	font-size: 16px;
	position: relative;
}
ul.nav li a{
	color: #fff;
}
ul.twolist{
	width: 132px;
	background: #ff6600;
	position: absolute;
	left: 0;
	top:60px;
}
ul.twolist li{
	text-align: center;
	height: 48px;
	line-height: 48px;
	padding:0 10px;
}
ul.twolist li a span{
	width: 84%;
	overflow: hidden;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
i.arrow{
	display: inline-block;
    margin-bottom: 2px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width:6px;
    height:6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 10px;
}


ul.nav li.navlist ul.twolist {
    width: 132px;
    background: #ff6600;
    position: absolute;
    left: 0;
    top:60px;
    z-index: 9999;
    display: none;
}

ul.nav li.navlist:hover ul.twolist {
    width: 132px;
    background: #ff6600;
    position: absolute;
    left: 0;
    top:60px;
    z-index: 9999;
    display: block;
}
ul.nav li.current {
    background: #ff6600;
}
/*标题*/
.commontitle{
	text-align:center;
}
.commontitle .titlebox{
	display: inline-block;
	margin:50px 0px;
}
.commontitle .titlebox p.chinse{
	
}
.commontitle .titlebox p.chinse span{
	font-size: 36px;
	color: #000;
	margin:0 20px;
}
.commontitle .titlebox p.chinse i{
	width: 20px;
	height: 20px;
	display: inline-block;
}
.commontitle .titlebox p.chinse i.sign_l{
	background: url(../image/sign_l.png);
}
.commontitle .titlebox p.chinse i.sign_r{
	background: url(../image/sign_r.png);
}
.commontitle .titlebox p.english{
	font-size:16px; 
	color: #cbcbcb;
}

/*友情连接*/
.linktitle{
	width: 100px;
	float: left;
	color: #000;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	padding-top: 15px;
}
ul.friendlink{
	width: 1090px;
	display: inline-block;
	padding: 15px 0px;
}
ul.friendlink li{
	margin:10px 5px;
	padding:0 10px;
	border-right: 1px solid #ccc;
	float: left;
	height: 14px;
    line-height: 14px;
}
ul.friendlink li:last-of-type{
	border-right: 0 none;
}
ul.friendlink li a{
	font-size: 14px;
	color: #999;
}
ul.friendlink li a:hover{
	color: #ff6600;
}

/*底部*/
.bg2{
	 width: 100%; 
	 margin:0 auto; 
	 background: #212121; 
}
.bottom{
	border-bottom: 1px solid #272727;
	overflow: hidden;
}
ul.botlist{
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
	display: flex;
}
ul.botlist li{
	flex: 1;
	float: left;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom:30px;
	overflow: hidden;
}
ul.botlist li:nth-child(4n){
	padding-right: 0px;
}
ul.botlist li .botlisttitle{
	font-size: 16px;
	text-align: left;
	color: #ccc;
	padding-bottom: 5px;
}
ul.botlist li .botlisttitle p{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height: 36px;
	line-height: 36px;
}
ul.botlist li .botlisttitle i{
	width:20px;
	height: 2px;
	background: #444444;
	display:block;
}
ul.botlist li .botlistext{
	height: 40px;
	line-height: 40px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
ul.botlist li .botlistext_one{
	line-height:26px;
	color: #999;
	font-size: 16px;
}
ul.botlist li .botlistext_one span,ul.botlist li .botlistext span{
	color: #999;
}
ul.botlist li .botlistext a{
	color: #999;
}
ul.botlist li .botlistext a:hover{
	color: #ccc;
}
.ewmbox{
	width: 98px;
	height: 98px;
}
.ewmbox img{
	width: 98px;
	height: 98px;
}
.foot{
	overflow: hidden;
	height: 60px;
	text-align: center;
	font-size: 16px;
	color: #575757;
	line-height: 60px;
}
.foot .l_foot{
	display: inline-block;
}
.foot .l_foot a{
	color: #575757;
	padding-left: 10px;
}
.foot .l_foott a:hover{
	color: #999;
}
/*客服*/
.kefubox{
	width: 70px;
	position: fixed;	
	right: 0px;
	top: 20%;
	z-index: 9999;
}
.kefubox ul.kefu{
}
.kefubox ul.kefu li{
	width:70px;
	height: 70px; 
	background: #434343;
	color: #fff;
	border-top: #fff 1px solid;
	text-align: center;
	position:relative;
	cursor: pointer;
}
.kefubox ul.kefu li:first-of-type{
	border-top: 0 none;
}

.kefubox ul.kefu li.dhbox i{
	width: 28px;
	height: 28px;
	background: url(../image/ico_iphone_r.png);
	display: inline-block;
	position: relative;
	top: 8px;
}
.kefubox ul.kefu li.qqbox i{
	width: 28px;
	height: 28px;
	background: url(../image/ico_qq.png);
	display: inline-block;
	position: relative;
	top: 8px;
}
.kefubox ul.kefu li.wxbox i{
	width: 28px;
	height: 28px;
	background: url(../image/ico_weixin.png);
	display: inline-block;
	position: relative;
	top: 8px;
}
.kefubox ul.kefu li:hover{
	background: #ff6600;
}
.kefubox ul.kefu li p{
	color: #fff;
	font-size: 14px;
}
.kefubox ul.kefu li .d_number,.kefubox ul.kefu li .w_pic{
	display: none;
}
.kefubox ul.kefu li:hover .d_number{
	position: absolute;
	top: 5px;
	right:70px;
	background: url(../image/bg_iphone_r.png);
	width: 187px;
	height: 46px;
	color: #fff;
	padding-left:0px;
	line-height: 46px;
	display: block;
	background-repeat: no-repeat;
	font-size: 22px;
}
.kefubox ul.kefu li:hover .w_pic{
	position: absolute;
	top: 0px;
	right:70px;
	background: url(../image/bg_weixin_r.png);
	width: 155px;
	height:166px;
	color: #fff;
	line-height: 46px;
	display: block;
	background-repeat: no-repeat;
	font-size: 22px;
	padding-top: 20px;
	padding-left:0px;
}
.kefubox ul.kefu li:hover .w_pic img,.kefubox ul.kefu li .w_pic img{
	width: 120px;
	height: 120px;
	padding-right: 10px;
	padding-top: 5px;
}
.kefubox ul.kefu li.goback a{
	display: inline-block;
}
.kefubox ul.kefu li.goback a i{
	width: 28px;
	height: 28px;
	background: url(../image/ico_return.png);
	display: inline-block;
	position: relative;
	top: 8px;
}
.kefubox ul.kefu li a .goback{
	margin-top: 80px;
}

/*面包屑*/
.bread{
	height: 40px;
	line-height: 40px;
	width: 1190px;
	margin:0 auto;
	font-size:14px;
}
.bread a{
	color: #555;
	text-decoration: none;
}
.bread span{
	color: #555;
}
.bread a h1{
	font-size: 14px;
	display: inline-block;
	color: #555;
	font-weight: normal;
}
.bread h1{
	font-size: 14px;
	display: inline-block;
	color: #555;
	font-weight: normal;
}
/*page*/
ul.pages {
    padding: 30px 10px;
    overflow: hidden;
    text-align: center;
}
ul.pages li {
    display: inline-block;
}
ul.pages li a {
    border: 1px solid #e6e6e6;
    color: #666;
    display: inline-block;
    padding: 2px 12px;
    margin: 0 3px;
    font-size: 14px;
}
ul.pages li a:hover{
	background:#f6f6f6;
	text-decoration:none;
}

