*{

	margin: 0;

	padding: 0;

	border: 0;

}

html,body{

	width: 100%;

}

li{

	list-style: none;

}

em{

	font-style: normal;

}

i{

	font-style: normal;

}

a{

	text-decoration: none; color:#333;

}



.inner{

	width: 1200px;

	margin: 0 auto;

}



.tops{

	width: 100%;

	height: 35px;

	min-width: 1200px;

	margin: 0 auto;

	background: #FFFFFF;

	border-bottom: 1px solid #efefef;

}

.tops .welcome{

	padding-top: 10px;

}

.tops .welcome span{

	color: #8a8a8a;

	font-family: "微软雅黑";

	font-size: 12px;

	display: block;

}

.tops .topOperate{

	margin-top: 10px;

}

.tops .topOperate ul li{

	float: left;

	position: relative;

	padding: 0 5px;

}

.tops .topOperate ul li span{

	color: #8a8a8a;

	font-family: "微软雅黑";

	font-size: 12px;

}

.tops .topOperate ul li.dot:after{

	width: 2px;

	height: 2px;

	display: block;

	background: #8A8A8A;

	border-radius: 50%;

	position: absolute;

	content: '';

	right: -2px;

	top: 50%;

}



.logoPhone{

	width: 100%;

	height: 100px;

	min-width: 1200px;

	background: #FFFFFF;

}

.logoPhone .topLogo{

	width: 263px;

	height: 90px;	

	margin-top: 0px;

}

.logoPhone .topLogo img{

	width: 100%;

	height: 100%;

}

.logoPhone .describe{

	

	padding: 0 4px;

	border-radius: 3px;

	height: 34px;

	line-height: 34px;

	margin-top: 36px;

	margin-left: 30px;

}

.logoPhone .describe span{

	color: #df4400;

	font-family: "华文中宋";

	font-size: 24px;

	

	display: block;

}

.logoPhone .phoneNum{

	width: 230px;

	height: 60px;
    
    line-height: 60px;

	background: url(../images/phoneBackImg.png) no-repeat;

	background-size: 100% 100%;

	margin-top: 20px;

}

.logoPhone .phoneNum span{

	color: #FFFFFF;

	font-family: "Lovelo";

	font-size: 23px;

	display: block;

	text-align: right;

	padding-right: 6px;

	line-height: 60px;

}



.nav{

	width: 100%;

	height: 50px;

	min-width: 1200px;

	background: #1f1f1f;

}

.nav ul {text-align: center;font-size: 0;}

.nav ul li{

	display: inline-block;

	width: 9%;

	line-height: 50px;

	text-align: center;

	position: relative;

}

.nav ul li:hover{

	background: #df4400;

	cursor: pointer;

}

.nav ul li.active{

	background: #df4400;

	cursor: pointer;

}

.nav ul li span{

	color: #FFFFFF;

	font-family: "微软雅黑";

	font-size: 14px;

	font-weight: bold;

}

.nav ul li.line:after{

	content: "";

	position: absolute;

	width: 1px;

	height: 10px;

	top: 50%;

	right: 0;

	margin-top: -5px;

	display: block;

	background: #93816c;

}















/*------------搜索------------*/

.searchBox{

	width: 100%;

	min-width: 1200px;

	height: 60px;

	background: url(../images/searchBackImg.jpg) no-repeat center center;

	background-size: 100% 100%;

}

.searchBox .searchIpt{

	margin-left: 24px;

}

.searchBox .searchIpt .tip{

	color: #b1b1b1;

	font-family: "微软雅黑";

	font-size: 12px;

	padding-top: 24px;

	float:left;

	width:690px;

}

.searchBox .searchIpt .tip a{color: #b1b1b1; padding-right:15px;}

.searchBox .searchIpt .input{

	width: 330px;

	height: 35px;

	border-radius: 4px;

	background: #FFFFFF;

	margin-top: 12px;

	float:right;

}

.searchBox .searchIpt .input input{

	width: 100%;

	height: 100%;

	font-size: 16px;

	background: transparent;

	padding-left: 6px;

}

.searchBox .searchBtn{

	width: 134px;

	height: 35px;

	background: #df4400;

	border-radius: 4px;

	cursor: pointer;

	margin-top: 12px;

}

.searchBox .searchBtn em.searchIcon{

	width: 21px;

	height: 21px;

	display: inline-block;

	background: url(../images/searchIcon.png) no-repeat;

	background-size: 100% 100%;

	float: left;

	margin-left: 38px;

	margin-top: 8px;

}

.searchBox .searchBtn span{

	color: #FFFFFF;

	font-size: 14px;

	font-family: "微软雅黑";

	display: inline-block;

}

.searchBox .searchBtn span input {

	cursor: pointer;

	background: none;

	color: #FFFFFF;

	font-size: 14px;

	font-family: "微软雅黑";

	display: inline-block;

	padding-left: 6px;

	padding-top: 12px;

}







.foots{

	width: 100%;

	min-width: 1200px;

	background: url(../images/footBackImg.jpg) no-repeat center center;

	background-size: cover;

}

.foots .lianjie{

	width: 100%;

	height: 62px;

	border-bottom: 1px solid rgba(255,255,255,.11);

}

.foots .lianjie .ljDetail{

	float: left;

}

.foots .lianjie .ljDetail span{

	color: #d8d8d8;

	font-family: "微软雅黑";

	font-size: 14px;

	display: block;

	line-height: 62px;

}

.foots .lianjie ul{

	float: left;

}

.foots .lianjie ul li{

	float: left;

	padding: 0 34px;

}

.foots .lianjie ul li span{

	color: #d8d8d8;

	font-family: "微软雅黑";

	font-size: 14px;

	display: block;

	line-height: 62px;

}

.foots .footNavs .footLogoShare{

	float: left;

}

.foots .footNavs .footTel {
	float: left;
}
.foots .footNavs .footTel b {display: block; font-size: 24px;color: #fff;padding-top: 135px;line-height: 30px;}
.foots .footNavs .footTel span {font-size: 30px;color: #fff;line-height: 30px;display: block;padding-top: 5px;}


.foots .footNavs .footLogoShare .footLogo{

	width: 210px;

	height: 60px;

	margin-top: 24px;

	

}

.foots .footNavs .footLogoShare .footLogo img{


	height: 100%;

}

.foots .footNavs .footLogoShare .share{

	height: 144px;

	border: 1px solid #7d8392;

	border-radius: 20px;

	margin-top: 18px;

	width: 155px;

	overflow: hidden;

}

.foots .footNavs .footLogoShare .share ul li{

	float: left;

	padding: 0 16px;

}

.foots .footNavs .footLogoShare .share ul li .iconBox{

	width: 120px;

	height: 120px;

	margin-top: 12px;

}

.foots .footNavs .footLogoShare .share ul li .iconBox img{

	width: 100%;

	height: 100%;

}

.foots .footNavs .footNavDetail{

	float: right;

	margin-top: 42px;

}

.foots .footNavs .footNavDetail .navList{

	float: left;

}

.foots .footNavs .navList .navTip{

	color: #FFFFFF;

	font-family: "微软雅黑";

	font-size: 14px;

}

.foots .footNavs .navList{

	margin-left: 60px;

}

.foots .footNavs .navList ul li span{

	color: #cbcbcb;

	font-family: "微软雅黑";

	font-size: 12px;

	padding-top: 16px;

	display: block;

}

.foots .bottoms{

	width: 100%;

	min-width: 1200px;

	height: 60px;

	background: rgba(16,16,16,.54);

	margin-top: 6px;

}

.foots .bottoms span{

	color: #FFFFFF;

	font-family: "微软雅黑";

	font-size: 12px;

	display: block;

	text-align: center;

	line-height: 60px;

}



.foots .bottoms span a{color: #FFFFFF;}









.contactbg{ height:580px; background:#f5f5f5;}

.contacts{ width:1200px; height:580px; margin:0 auto;}

.contacts dl{ float:left; width:320px; height:410px; background:url(../images/cons.jpg) no-repeat; margin:86px 40px 0; display:inline;}

.contacts dl dt{ width:91px; height:91px; margin:20px auto 0; text-align:center; display:block;}

.contacts dl dd{ padding:25px 0 0 0; text-align:center;}

.contacts dl dd h3{ color:#363636; font: bold 20px "微软雅黑";}

.contacts dl dd p{ color:#737373; font:16px/40px "微软雅黑"; padding:25px 0 0 0; width:237px; margin:0 auto;}

.contacts .con02 dd p{ color:#737373; font:16px/35px "微软雅黑"; padding:0 0 5px 0;}

.contacts .con02 dd h3{ padding-bottom:20px;}

.contacts dl dd p img{ width:150px; height:150px; }



.fs{ width:1200px; height:600px; margin:0 auto;}

.fs h2{ color:#363636; font: bold 32px/188px "微软雅黑"; height:188px; text-align:center; background:url(../images/xxbar.gif) no-repeat center center;}

.fs dl{ float:left; width:350px; height:410px; margin:0 25px; display:inline; overflow:hidden;}

.fs dl dt{ width:88px; height:88px; margin:0 auto 0; text-align:center; display:block;}

.fs dl dd{}

.fs dl dd h3{ text-align:center; height:48px; color:#49a7da; font:22px/48px "微软雅黑"; margin:38px 0;border:1px solid #49a7da; border-width:1px 0;}

.fs dl dd p{ color:#434343; font:16px/30px "微软雅黑";}

.fs dl dd p em{ color:#e90615;}

.fs .tt dd h3{ color:#6bad56; border:1px solid #6bad56; border-width:1px 0;}





#online_bj{ display:none;  }

.online_bj{ background:url(../images/online.png) no-repeat center top; width:620px; height:530px; margin:0 auto; position:absolute; z-index:999;}

.online_bj h2{ font: bold 26px/42px "微软雅黑"; color:#fff; height:60px; padding:24px 0 0 0; text-align:center;}

.online_bj h2 em{ display:block; font:15px/24px "微软雅黑";}

.online_bj ul{ width:480px; height:353px; padding:35px 0 0 50px;}

.online_bj ul li { margin-bottom:8px; *margin-bottom:8px; overflow:hidden;}

.online_bj ul li span{ text-align:right; color:#323232; height:38px; font:15px/38px "微软雅黑"; width:142px; padding:0 15px 0 0; float:left;}

.online_bj ul li .inp03 { border:0; padding:0 0 0 10px; color:#b5b5b5; width:240px; height:38px; font:14px/38px "微软雅黑"; background:url(../images/txt.gif) no-repeat; overflow:hidden;}

.online_bj ul li .inp04 { border:0; padding:0 0 0 10px; color:#b5b5b5; width:240px; height:38px; font:14px/38px "微软雅黑"; background:url(../images/txt2.gif) no-repeat; overflow:hidden;}

.online_bj ul li .i_img01{ width:250px; height:42px; border:0; background:#ffc600; color:#fff; font-size:20px; cursor:pointer; margin:8px 0 0 157px;}

.close{ position:absolute; top:-22px; right:-22px;}

.online_bj ul li .i_area{border:0; padding:0 0 0 10px; color:#b5b5b5; width:240px; height:150px; font:14px/38px "微软雅黑"; background:#e7e7e7; }