body
{
	padding: 0px;
	margin: 0px auto;
	font-family: "Microsoft YaHei";
	color: #666666;
	font-size: 14px;
	min-width: 1300px;
}

ul,li,form,dl,dt,dd, div
{
	padding: 0px;
	margin: 0px;
}

ul,li
{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p
{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 15px;
}

a
{
	text-decoration: none;
	color: #666666;
}

select,input,textarea
{
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #414446;
}

input:focus
{
	outline: none;
}

input,button,select,textarea
{
	outline: none;
/*-webkit-appearance:none;*//*寮哄埗鍘婚櫎琛ㄥ崟鑷甫鐨勬牱寮�*/
}

.clearfix
{
	clear: both;
	overflow: hidden;
	height: 0px;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.w1200
{
	width: 1200px;
	margin: 0 auto;
}
/*nav*/
#header
{
	height: 54px;
	background: #182836;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.center
{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.logo
{
	float: left;
	margin: 5px 0;
}

.top-nav
{
	float: left;
	margin: 0 0 0 30px;
	position: relative;
}

.nav-item
{
	float: left;
	position: relative;
}

.nav-a
{
	font-size: 13px;
	color: #fff;
	line-height: 54px;
	height: 54px;
	display: block;
	text-align: center;
	padding: 0 20px;
	cursor: pointer;
}

.nav-item ul
{
	position: absolute;
	z-index: 11;
	width: 130%;
	left: 50%;
	margin-left: -65%;
	background: #00294B;
	padding: 16px 0;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.nav-item:hover ul
{
	opacity: 1;
	visibility: visible;
}

.nav-item ul li a
{
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 36px;
	width: 100%;
	color: #f6702e;
}

.nav-item ul li a:hover
{
	color: #ffd1bb;
}

.item-line
{
	width: 0;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #3DB1EA;
}

#header .right
{
	float: right;
}

#header .right p
{
	font-size: 14px;
	color: #fff;
	margin: 0;
	line-height: 22px;
	height: 22px;
	margin: 3px 0;
}

#header .right p span
{
	font-size: 20px;
	font-weight: bold;
}

#header.opacity
{
	background: rgba(24, 40, 54, 0.7);
}

#header.opacity:hover
{
	background: rgba(24, 40, 54, 1);
}

.contact-qq
{
	height: 54px;
	line-height: 54px;
	margin-right: 40px;
}

.contact-qq a
{
	display: block;
}

.contact-qq img
{
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.contact-qq span
{
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

#header .phone
{
	padding-left: 40px;
	background: url(../images/tel.png) no-repeat left 10px;
	padding-top: 15px;
	padding-bottom: 10px;
}
/*banner*/
.fullSlide
{
	width: 100%;
	position: relative;
	height: 550px;
	overflow: hidden;
	margin-top: 54px;
}

.fullSlide .bd
{
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.fullSlide .bd ul
{
	width: 100% !important;
}

.fullSlide .bd li img
{
	height: 550px;
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.fullSlide .bd li a
{
	display: block;
	height: 550px;
}

.fullSlide .hd
{
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul
{
	text-align: center;
}

.fullSlide .hd ul li
{
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}

.fullSlide .hd ul .on
{
	background: #da3414;
}

.fullSlide .prev,.fullSlide .next
{
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 5%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}

.fullSlide .next
{
	left: auto;
	right: 5%;
	background-position: -6px -137px;
}
/*搜索*/
.sousuo
{
	background: #fff;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #dcdcdc;
}

.sousuo-center
{
	margin: 0 auto;
	width: 1200px;
}

.sousuo-center ul li
{
	float: left;
	font-size: 14px;
}

.sousuo-center ul li a
{
	color: #4c4c4c;
}

.sousuo-center ul li a:hover
{
	font-weight: bold;
}

.sousuo-center .taglist
{
	width: 800px;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

.kuang
{
	float: right;
	position: relative;
}

.kuang input
{
	width: 315px;
	height: 32px;
	padding-left: 10px;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	outline: none;
	background: #F9F0DA;
	color: #9E9C9C;
}

.kuang button
{
	position: absolute;
	top: 14px;
	right: 0px;
	width: 42px;
	height: 34px;
	border: none;
	background: #363636;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	color: white;
}

/*aboutus*/
.aboutus
{
	width: 1200px;
	margin: 0 auto;
	padding: 75px;
	overflow: hidden;
}

.aboutus-left
{
	width: 655px;
	float: left;
}

.aboutus-left h1
{
	font-size: 35px;
	color: #da5615;
	padding-bottom: 30px;
}

.aboutus-left p
{
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}

.aboutus-right
{
	float: right;
	width: 490px;
	margin-top: 50px;
}

.aboutus-bottom
{
	overflow: hidden;
	margin-top: 35px;
}

.icon1
{
	float: left;
	width: 280px;
	margin-right: 20px;
}

.icon1 img
{
	float: left;
	width: 62px;
	height: 62px;
}

.icon1 h1
{
	float: right;
	width: 200px;
}

.icon1 p
{
	font-size: 13px;
	line-height: 20px;
	margin-top: 5px;
}
/*bg1*/
.bg1
{
	background: url(../images/bg1.jpg) no-repeat center;
	overflow: hidden;
	height: 590px;
}

.bg1-center
{
	width: 1200px;
	margin: 0 auto;
}

.bg1-left
{
	float: left;
	padding-top: 140px;
	width: 530px;
}

.bg1-left h1
{
	font-size: 35px;
	color: #da5615;
	padding-bottom: 30px;
}

.bg1-left p
{
	font-size: 14px;
	line-height: 30px;
}

.bg1-center img
{
	float: right;
	width: 635px;
	margin-top: 150px;
}
/*bg2*/
.bg2
{
	width: 1200px;
	margin: 0 auto;
	padding: 70px;
	overflow: hidden;
}

.bg2-left
{
	float: left;
	width: 650px;
}

.bg2-left h1
{
	font-size: 35px;
	color: #da5615;
	padding-bottom: 30px;
}

.bg2-left p
{
	font-size: 14px;
	line-height: 30px;
}

.bg2 img
{
	float: right;
	width: 516px;
	margin-top: 30px;
}
/*bg3*/
.bg3
{
	background: #f0ede9;
	overflow: hidden;
	padding: 60px;
}

.bg3-center
{
	margin: 0 auto;
	width: 1200px;
}

.bg3-center img
{
	float: right;
}
/*bg4*/
.bg4
{
	margin: 0 auto;
	width: 1200px;
	padding: 60px;
	overflow: hidden;
}

.bg4 h1
{
	font-size: 35px;
	color: #da5615;
}

.bg4 h1 span a
{
	border: 1px solid #da5615;
	font-size: 15px;
	color: #da5615;
	padding: 5px 15px;
	margin-top: 5px;
}

.bg4 h1 span:hover a
{
	color: #000;
	border: 1px solid #000;
}

.anli
{
	float: left;
	width: 360px;
	margin-right: 40px;
	margin-top: 45px;
}

.anli img
{
	width: 360px;
	height: 270px;
}

.anli p
{
	font-size: 17px;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	background: #182836;
}

.anli:hover p
{
	background: #f1621b;
	color: #fff;
}
/*hengfu*/
.hengfu
{
	background: url(../images/hengfu.jpg) no-repeat center;
	height: 100px;
}

.hengfu-center
{
	margin: 0 auto;
	width: 1200px;
	padding: 20px;
	color: #fff;
}

.hengfu-center h1
{
	font-weight: bold;
	font-size: 20px;
	text-align: right;
}

.hengfu-center h2
{
	font-weight: bold;
	font-size: 27px;
	text-align: left;
	margin-top: 7px;
}

.zixun
{
	margin: 0 auto;
	width: 1200px;
	margin-top: 40px;
}

.zixun #contactForm
{
	margin: 20px 0 0 50px;
	float: left;
	position: relative;
}

.zixun #contactForm:before
{
	content: "";
	position: absolute;
	border-right: 1px solid #E4E4E4;
	height: 100%;
	right: -90px;
	top: 0;
}

.zixun #contactForm p
{
	text-align: center;
	padding: 0 0 12px;
}

.zixun #contactForm p label
{
	display: inline-block;
	min-width: 70px;
	padding-right: 10px;
	text-align: right;
	line-height: 42px;
	position: relative;
}

.zixun #contactForm p .required:before
{
	content: "*";
	position: absolute;
	height: auto;
	width: auto;
	line-height: normal;
	left: 4px;
	top: 10px;
	color: red;
}

.zixun #contactForm p input
{
	border: 1px solid #E4E4E4;
	height: 38px;
	line-height: 38px;
	width: 360px;
	padding: 0 10px;
	color: #666;
}

.zixun #contactForm p input:focus
{
	border-color: #00AEEE;
}

.zixun #contactForm .zixunsubmit
{
	display: inline-block;
	padding: 0;
	border: 0;
	width: 130px;
	height: 38px;
	line-height: 38px;
	background: #ec8312;
	font-size: 16px;
	color: #fff;
	border-radius: 22px;
	cursor: pointer;
}

.contact-right
{
	float: right;
	width: 500px;
}

.erweima
{
	float: left;
}

.erweima p
{
	text-align: center;
	color: #000;
	font-size: 20px;
}

.rexian
{
	margin-top: 60px;
	float: right;
}

.rexian h1
{
	font-size: 27px;
	color: #e86914;
	font-weight: bold;
	padding-left: 40px;
	background: url(../images/icon5.png) no-repeat left;
}

.rexian h2
{
	font-size: 27px;
	color: #e86914;
	font-weight: bold;
	padding-left: 40px;
	background: url(../images/icon6.png) no-repeat left;
	margin-top: 20px;
}
/*wenda*/
.wenda
{
	margin: 70px auto;
	overflow: hidden;
	width: 1200px;
}

.wenda h1
{
	font-size: 35px;
	color: #da5615;
	padding-bottom: 30px;
}

.wenda-left
{
	width: 540px;
	float: left;
	overflow: hidden;
}

.wenda-left li
{
	font-size: 16px;
	color: #4b4b4b;
	line-height: 53px;
	border-bottom: 1px dashed #ccc;
	background: url(../images/icon7.png) no-repeat left;
	padding-left: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wenda-left li span
{
	float: right;
}

.wenda-left li:hover a
{
	color: #da5615;
}

.wenda-right
{
	float: right;
	width: 540px;
	overflow: hidden;
}

.wenda-right li
{
	font-size: 16px;
	line-height: 53px;
	border-bottom: 1px dashed #ccc;
}

.wenda-right li a
{
	background: url(../images/icon7.png) no-repeat left;
	padding-left: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4b4b4b;
}

.wenda-right li p
{
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 30px;
	color: #626262;
}

.wenda-right li span
{
	float: right;
}

.wenda-right li:hover a
{
	color: #da5615;
}
/*map*/
.map
{
	position: relative;
	overflow: hidden;
}

.map iframe
{
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.footer-lianxi
{
	margin: 50px auto;
	width: 1200px;
	overflow: hidden;
	text-align: center;
}

.footer-lianxi h1
{
	padding-bottom: 30px;
	font-size: 18px;
	color: #595959;
}

.footer-lianxi p
{
	font-size: 16px;
	line-height: 30px;
}

.footer-lianxi a
{
	background: #ec8312;
	color: #fff;
	padding: 10px;
	font-size: 18px;
	display: block;
	width: 175px;
	margin: 20px auto;
}

.footer-lianxi a:hover
{
	background: #CDCDCD;
	color: #000;
}
/*footer*/
.footer
{
	background: #f8f8f8;
	overflow: hidden;
	padding: 45px;
	clear: both;
}

.footer-center
{
	margin: 0 auto;
	width: 1200px;
}

.footer-left
{
	float: left;
	width: 980px;
}

.footer-left dl
{
	float: left;
	margin-right: 80px;
}

.footer-left dl dt
{
	padding-bottom: 30px;
}

.footer-left dl dt a
{
	color: #4c4c4c;
}

.footer-left dl dt a:hover
{
	text-decoration: underline;
}

.footer-left dl dd
{
	font-size: 13px;
	line-height: 23px;
}

.footer-left dl dd a:hover
{
	text-decoration: underline;
}

.footer-right
{
	float: right;
}

.footer-right h1
{
	padding-left: 30px;
	background: url(../images/tel2.png) no-repeat left;
}

.footer-right img
{
	margin-top: 20px;
	padding-left: 70px;
	width: 138px;
}

.link
{
	background: #9a9c99;
	overflow: hidden;
	padding: 10px;
}

.link-center
{
	margin: 0 auto;
	width: 1200px;
	color: #fff;
	line-height: 25px;
}

/*jianshe*/
.jianshe_icon
{
	background: #edeef0;
	padding: 30px;
	overflow: hidden;
}

.jianshe_icon_center
{
	width: 1200px;
	margin: 0 auto;
}

.jianshe_icon_center ul li
{
	float: left;
	background: #fff;
	width: 170px;
	border-radius: 30px;
	margin: 10px;
	text-align: center;
	padding: 5px;
}

.jianshe_icon_center ul li a
{
	font-size: 18px;
	color: #000;
}

.jianshe_icon_center ul li:hover
{
	background: #f7641c;
}

.jianshe_icon_center ul li:hover a
{
	color: #fff;
}

#jianshe_bg1
{
	background: url(../images/jianshe_bg1.jpg) no-repeat center;
	height: 430px;
	overflow: hidden;
}

.jianshe_bg1_center
{
	width: 1200px;
	margin: 0 auto;
}

.biaoti1
{
	padding-top: 120px;
	width: 555px;
	background: url(../images/dot1.png) no-repeat left 90px;
	padding-left: 30px;
}

.biaoti1 h1
{
	font-size: 44px;
	font-weight: bold;
	color: #f7641c;
}

.biaoti1 h1 span
{
	color: #fff;
}

.biaoti1 h2
{
	color: #fff;
	font-size: 17px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.biaoti1 p
{
	font-size: 13px;
	color: #fff;
	text-indent: 20px;
	line-height: 23px;
}

#jianshe_bg2
{
	background: url(../images/jianshe_bg2.jpg) no-repeat center;
	height: 430px;
	overflow: hidden;
}

.biaoti2
{
	padding-top: 120px;
	width: 555px;
	background: url(../images/dot2.png) no-repeat right 90px;
	padding-right: 30px;
	float: right;
	text-align: right;
}

.biaoti2 h1
{
	font-size: 44px;
	font-weight: bold;
	color: #f7641c;
}

.biaoti2 h1 span
{
	color: #000;
}

.biaoti2 h2
{
	color: #000;
	font-size: 17px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.biaoti2 p
{
	font-size: 13px;
	color: #000;
	text-indent: 20px;
	line-height: 23px;
}

#jianshe_bg3
{
	background: url(../images/jianshe_bg3.jpg) no-repeat center;
	height: 430px;
	overflow: hidden;
}

#jianshe_bg4
{
	background: url(../images/jianshe_bg4.jpg) no-repeat center;
	height: 430px;
	overflow: hidden;
}

#jianshe_bg5
{
	background: url(../images/jianshe_bg5.jpg) no-repeat center;
	height: 430px;
	overflow: hidden;
}

#jianshe_bg6
{
	background: url(../images/jianshe_bg6.jpg) no-repeat center;
	height: 430px;
	overflow: hidden;
}

/*liucheng*/
#liucheng
{
	background: url(../images/jzlc_bg.jpg) no-repeat center;
	height: 436px;
	overflow: hidden;
}

.liucheng-center
{
	margin: 0 auto;
	width: 1200px;
	padding-top: 40px;
}

.liucheng-center h1
{
	text-align: center;
	font-size: 30px;
	color: #232323;
	font-weight: bold;
}

.liucheng-center h1 span
{
	color: #686868;
	font-weight: normal;
	font-size: 14px;
}

.liucheng-center ul
{
	width: 900px;
	float: left;
	margin-top: 20px;
}

.liucheng-center ul li
{
	width: 280px;
	float: left;
	margin: 10px 20px 30px 0;
}

.liucheng-center ul li img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.liucheng-center ul li h2
{
	line-height: 35px;
	font-size: 14px;
}

.liucheng-center ul li p
{
	font-size: 12px;
}
/*gongneng*/
#gongneng
{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px;
}

.gongneng-biaoti
{
	text-align: center;
}

.gongneng-biaoti h1
{
	color: #f6702e;
	font-size: 35px;
	font-weight: bold;
}

.gongneng-biaoti p
{
	color: #4c4c4c;
	font-size: 14px;
	margin-top: 15px;
}

#gongneng ul
{
	overflow: hidden;
}

#gongneng ul li
{
	float: left;
	width: 350px;
	margin-right: 50px;
	margin-top: 30px;
}

#gongneng ul li img
{
	float: left;
}

#gongneng ul li h2
{
	font-size: 18px;
	color: #000;
	padding-left: 50px;
}

#gongneng ul li p
{
	color: #666666;
	font-size: 12px;
	line-height: 23px;
	padding-left: 50px;
	margin-top: 15px;
}

.gongneng-cos1
{
	height: 280px;
	border-bottom: 1px dashed #ccc;
}

.gongneng-cos2
{
	height: 210px;
	border-bottom: 1px dashed #ccc;
}

/*shouhou*/
#shouhou
{
	background: #f0f0f0;
	padding-top: 40px;
	overflow: hidden;
}

.shouhou-center
{
	margin: 0 auto;
	width: 1200px;
}

.shouhou-center h1
{
	text-align: center;
	font-size: 35px;
	color: #000;
	font-weight: bold;
}

.shouhou-center h1 span
{
	color: #f6702e;
}

.shouhou-center h2
{
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
	margin-top: 15px;
}

.shouhou-left
{
	float: left;
	margin-top: 30px;
	width: 540px;
}

.shouhou-right
{
	float: right;
	width: 550px;
	margin-top: 80px;
}

.shouhou-right p
{
	color: #5e5e5e;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}

/*wangzhantuiguang*/
.wangzhantuiguang
{
	margin: 0 auto;
	width: 1200px;
	padding: 80px;
	overflow: hidden;
}

.tuiguang-bt
{
	text-align: center;
}

.tuiguang-bt h1
{
	font-size: 25px;
	color: #f6702e;
	font-weight: bold;
}

.tuiguang-bt p
{
	font-size: 14px;
	margin-top: 10px;
}

.tuiguang-cos1
{
	margin-top: 30px;
	overflow: hidden;
}

.tuiguang-cos1 h1
{
	padding: 10px 30px;
	font-size: 16px;
	color: #333333;
	background: #f3f3f3 url(../images/icon17.png) no-repeat 10px;
}

.tuiguang-cos1 h1 span
{
	color: #f6702e;
}

.tuiguang-cos1 p
{
	float: left;
	width: 910px;
	padding-left: 10px;
	font-size: 13px;
	color: #808080;
	margin-top: 20px;
	line-height: 23px;
}

.tuiguang-cos1 img
{
	float: right;
	margin-top: 10px;
}
/*baidu*/
.baidu
{
	background: #f5f5f5;
	padding-top: 110px;
	padding-bottom: 50px;
	overflow: hidden;
}

.baidu-center
{
	margin: 0 auto;
	width: 1200px;
}

.baidu-biaoti
{
	text-align: center;
}

.baidu-biaoti h1
{
	color: #f6702e;
	font-size: 28px;
}

.baidu-biaoti p
{
	font-size: 14px;
	margin-top: 10px;
}

.baidu-center dl
{
	float: left;
	width: 210px;
	text-align: center;
	margin: 50px 45px;
}

.baidu-cos2
{
	background: url(../images/baidu_img.jpg) no-repeat center;
	height: 764px;
	overflow: hidden;
	margin-bottom: 50px;
}

.baidu-cos2-center
{
	width: 1200px;
	margin: 0 auto;
}

.baidu-cos2-center h1
{
	text-align: center;
	padding-top: 390px;
	font-size: 25px;
	color: #f6702e;
}

.baidu-cos2-left
{
	float: left;
	width: 460px;
	text-align: center;
	padding-left: 220px;
	padding-top: 40px;
}

.baidu-cos2-left p
{
	font-size: 18px;
	line-height: 45px;
	color: #808080;
	padding-bottom: 30px;
}

.baidu-cos2-left p span
{
	color: #f6702e;
	padding-bottom: 20px;
}

.baidu-cos2-right
{
	float: right;
	width: 253px;
	padding-right: 230px;
	padding-top: 40px;
}

.baidu-cos2-left a
{
	background: url(../images/dot3.png) no-repeat;
	padding: 20px 320px;
}
/*zhenghe*/
.zhenghe
{
	background: #f6f6f6;
	overflow: hidden;
	padding: 80px;
}

.zhenghe-center
{
	margin: 0 auto;
	width: 1200px;
}

.zhenghe-center h1
{
	font-size: 28px;
	text-align: center;
	color: #f6702e;
}

.zhenghe-center ul
{
	margin-top: 30px;
	overflow: hidden;
}

.zhenghe-center ul li
{
	background: #fff;
	float: left;
	width: 280px;
	height: 240px;
	margin: 10px;
	text-align: center;
}

.zhenghe-center ul li img
{
	padding-top: 20px;
}

.zhenghe-center ul li h2
{
	color: #f6702e;
	font-size: 18px;
	margin-top: 20px;
}

.zhenghe-center ul li p
{
	font-size: 12px;
	color: #373737;
	padding: 0 30px;
	line-height: 20px;
	margin-top: 10px;
}

.zhenghe-cos1
{
	margin: 0 auto;
	width: 1200px;
	padding: 20px;
	overflow: hidden;
}

.zhenghe-cos1-left
{
	width: 635px;
	float: left;
	padding-top: 150px;
}

.zhenghe-cos1-left h1
{
	font-size: 25px;
	color: #000;
}

.zhenghe-cos1-left p
{
	font-size: 16px;
	line-height: 23px;
	margin-top: 10px;
}

.zhenghe-cos1 img
{
	float: right;
	width: 470px;
}

.zhenghe-cos2
{
	background: #efefef;
	overflow: hidden;
	padding: 30px;
}

.zhenghe-cos2-center
{
	margin: 0 auto;
	width: 1200px;
}

.zhenghe-cos2-center img
{
	float: left;
	width: 405px;
}

.zhenghe-cos2-right
{
	width: 680px;
	float: right;
	padding-top: 80px;
}

.zhenghe-cos2-right h1
{
	font-size: 25px;
	color: #000;
}

.zhenghe-cos2-right p
{
	font-size: 16px;
	line-height: 25px;
	margin-top: 10px;
}

/*weixin*/

.weixin
{
	background: #fafafa;
	padding-top: 110px;
	padding-bottom: 50px;
	overflow: hidden;
}

.weixin-center
{
	margin: 0 auto;
	width: 1200px;
}

.weixin-biaoti
{
	text-align: center;
}

.weixin-biaoti h1
{
	color: #f6702e;
	font-size: 28px;
}

.weixin-biaoti p
{
	font-size: 14px;
	margin-top: 10px;
}

.weixin-center dl
{
	float: left;
	width: 210px;
	text-align: center;
	margin: 30px 45px;
}

.weixin-center dl dd
{
	font-size: 16px;
}

.weixin-cos2
{
	background: url(../images/weixin_bg.jpg) no-repeat center;
	height: 732px;
	overflow: hidden;
}

.weixin-cos2-center
{
	margin: 0 auto;
	width: 1200px;
}

.weixin-cos2-center h1
{
	text-align: center;
	padding-top: 80px;
	color: #fff;
	font-size: 30px;
}

.weixin-cos2-center form
{
	width: 500px;
	overflow: hidden;
	margin: 50px auto;
}

.weixin-cos2-center	div
{
	line-height: 40px;
	color: #fff;
}

.weixin-cos2-center	input
{
	width: 400px;
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	border: 1px solid #666;
	outline: none;
	margin-bottom: 10px;
	display: inline-block;
	border-radius: 7px;
}

.weixin-cos2-center	span
{
	display: inline-block;
	float: left;
}

.weixin-cos2-center	.submit
{
	width: 120px;
	background: #666;
	color: #fff;
	margin-left: 220px;
	cursor: pointer;
	margin-top: 20px;
}

.weixin-cos2-center	.submit:hover
{
	background: #f6702e;
}

/*gongzhonghao*/
.gongzhonghao
{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 70px;
}

.gongzhonghao h1
{
	text-align: center;
	font-size: 28px;
	color: #f6702e;
}

.gongzhonghao p
{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.gongzhonghao img
{
	margin-top: 50px;
	margin-left: 40px;
}

.gongzhonghao-cos2
{
	background: #fff9f9;
	overflow: hidden;
	padding: 70px;
}

.cos2-center
{
	margin: 0 auto;
	width: 1200px;
}

.cos2-center h1
{
	text-align: center;
	font-size: 28px;
	color: #f6702e;
}

.cos2-center ul li
{
	float: left;
	width: 490px;
	margin-right: 100px;
	margin-top: 50px;
}

.cos2-center ul li img
{
	float: left;
	padding-right: 20px;
}

.cos2-center ul li h2
{
	font-size: 17px;
	font-weight: bold;
	color: #000;
}

.cos2-center ul li p
{
	margin-top: 5px;
	line-height: 23px;
}

/*yangben*/
.yangben
{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	padding: 60px;
}

.yangben h1
{
	text-align: center;
	font-size: 28px;
	color: #f6702e;
}

.yangben ul li
{
	float: left;
	text-align: center;
	margin: 60px 40px;
}

.yangben ul li p
{
	margin-top: 10px;
	font-size: 18px;
}

.yangben ul li p span
{
	font-size: 12px;
}

/*aboutus-center*/
.aboutus-center
{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px;
}

.aboutus-center h1
{
	text-align: center;
	font-size: 28px;
	color: #f6702e;
}

.ab-left
{
	float: left;
	margin-top: 90px;
	width: 580px;
}

.ab-right
{
	margin-top: 60px;
	float: right;
	width: 610px;
}

.ab-right h2
{
	font-size: 24px;
	color: #f6702e;
}

.ab-right h2 span
{
	color: #000;
	margin-left: 20px;
}

.ab-right p
{
	line-height: 28px;
	font-size: 16px;
	margin-top: 10px;
}

.aboutus-cos2
{
	background: url(../images/aboutus_img.jpg) no-repeat center;
	height: 400px;
}

.aboutus-cos2 p
{
	width: 1000px;
	text-align: center;
	margin: 0px auto;
	color: #fff;
	font-size: 19px;
	line-height: 35px;
	padding-top: 70px;
}
/*lianxi*/
.lianxi
{
	background: #fffcf3;
	padding: 50px;
}

.lianxi-center
{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.lianxi-dl
{
	background: #fff;
	padding: 45px 90px;
}

.lianxi-dl dl
{
	float: left;
	width: 250px;
}

.lianxi-dl dl dt
{
	font-size: 18px;
	color: #262626;
	padding-bottom: 10px;
}

.lianxi-dl dl dd
{
	font-size: 15px;
	color: #545454;
	line-height: 25px;
}

.lianxi-cos2
{
	background: #fff;
	padding: 45px 0px 45px 90px;
}

.lianxi-cos2 dl
{
	float: left;
	width: 310px;
	margin-right: 60px;
}

.lianxi-cos2 dl dt
{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.lianxi-cos2 dl dd
{
	margin-top: 15px;
	line-height: 30px;
	color: #808080;
}

/*chanpin*/
.chanpin
{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px;
}

.chanpin h1
{
	text-align: center;
	font-size: 28px;
	color: #f6702e;
}

.chanpin1
{
	width: 375px;
	margin-top: 50px;
	padding-bottom: 70px;
	float: left;
	margin-right: 25px;
}

.chanpin1 img
{
	float: left;
}

.chanpin-right
{
	float: right;
	width: 270px;
}

.chanpin1 h2
{
	font-size: 16px;
	color: #1a1a1a;
	font-weight: bold;
	padding-bottom: 10px;
}

.chanpin1 p
{
	font-size: 14px;
	color: #646464;
	line-height: 25px;
}
/*anli*/
.case
{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px;
}

.case h1
{
	text-align: center;
	font-size: 28px;
	color: #f6702e;
}

.case1
{
	float: left;
	width: 360px;
	margin-right: 40px;
	margin-top: 45px;
}

.case1 img
{
	width: 360px;
	height: 270px;
}

.case1 p
{
	font-size: 17px;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	background: #182836;
}

.case1:hover p
{
	background: #f1621b;
	color: #fff;
}

.position
{
	line-height: 30px;
	margin: 20px 0px;
	font-size: 16px;
}

.list_news ul li
{
	width: 520px;
	padding-bottom: 35px;
}

.list_news ul li:nth-child(odd)
{
	float: left;
}

.list_news ul li:nth-child(even)
{
	float: right;
}

.list_news ul li .img
{
	float: left;
	width: 143px;
	height: 80px;
}

.list_news ul li .fr
{
	width: 363px;
	height: 80px;
}

.list_news ul li .fr .bt
{
	color: #1a1a1a;
	font-size: 16px;
	line-height: 30px;
}

.list_news ul li .fr p
{
	font-size: 12px;
	line-height: 18px;
}
/*ny_article*/
.ny_title
{
	line-height: 40px;
	text-align: center;
	color: #666666;
	border-bottom: 1px #ccc dashed;
	margin-bottom: 10px;
	font-weight: bold;
}

.ny_title h3
{
	font-size: 22px;
	font-weight: bold;
}

.ny_title span
{
	margin: 0px 5px;
	font-size: 12px;
}

.riqi
{
	margin-top: 15px;
	text-align: center;
	color: #808080;
	padding-bottom: 20px;
}

.news_ny p
{
	line-height: 30px;
	font-size: 14px;
	color: #585858;
}

.per
{
	float: left;
	margin-top: 20px;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	background: #eee;
}

.per p
{
	line-height: 35px;
	margin: 0px;
	padding: 0px 10px;
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cgbt
{
	border-bottom: 1px #ccc solid;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	clear: both;
	color: #666666;
}

.xgwz
{
	float: left;
	margin-bottom: 40px;
}

.xgwz ul
{
	padding: 0px;
}

.xgwz li
{
	width: 380px;
	line-height: 25px;
	height: 25px;
	float: left;
	margin: 5px 10px;
	border-bottom: 1px #ccc dashed;
	white-space: nowrap;
	overflow: hidden;
}

.xgwz li a
{
	background: url(../images/arrow.gif) no-repeat 0 center;
	padding-left: 10px;
}
/*web_pages*/
.web_pages
{
	width: 100%;
	padding: 30px 0px;
	clear: both;
	overflow: hidden;
}

.web_pages ul li
{
	float: left;
	line-height: 17px;
	margin-right: 6px;
	border: 1px solid #ccc;
}

.web_pages ul li a
{
	float: left;
	padding: 10px;
	color: #555;
	display: block;
}

.web_pages ul li a:hover
{
	background-color: #f1621b;
	color: #fff;
	text-decoration: none;
	padding: 10px;
}

.web_pages ul li.thisclass,
.web_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover
{
	background-color: #f1621b;
	color: #fff;
	font-weight: bold;
}

.web_pages .pageinfo
{
	line-height: 50px;
	padding: 10px 15px;
	color: #999;
	border: 1px solid #ccc;
	margin-left: 20px;
}

.web_pages .pageinfo strong
{
	color: #555;
	margin: 0px 2px;
}

/*vranli*/
.vr_anli
{
	width: 1200px;
	margin: 0 auto;
	padding: 60px;
	overflow: hidden;
}

.vr_anli .zs_ul
{
	margin-top: 50px;
	overflow: hidden;
}

.vr_anli .zs_ul li
{
	float: left;
	width: 185px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	border-radius: 3px;
	margin-bottom: 15px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	position: relative;
	margin-right: 15px;
	overflow: hidden;
}

.vr_anli .zs_ul li i
{
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	z-index: 3;
	text-shadow: #333 0 1px 0;
}

.underline
{
	border-top: 1px solid #ccc;
	margin-top: 30px;
}

.zs_anli
{
	overflow: hidden;
	margin-top: 50px;
}

.zs_anli li
{
	width: 280px;
	margin: 0 10px 15px 10px;
	float: left;
}

.zs_anli li img
{
	width: 280px;
	height: 210px;
}

.zs_anli li p
{
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}

.cont1_main
{
	margin-top: 50px;
}

.cont1_main li.cont1_main_lista
{
	width: 320px;
	background: url(../images/cont1_banner_a.jpg) no-repeat;
}

.cont1_main li
{
	float: left;
	height: 475px;
	overflow: hidden;
	margin-left: 40px;
}

.cont1_maina_box
{
	padding-top: 85px;
}

.cont1_maina_box dt
{
	text-align: center;
}

.cont1_maina_box_title
{
	color: #ff7a00;
	font-size: 24px;
	padding-top: 10px;
	text-align: center;
}

.cont1_maina_box_word
{
	font-size: 18px;
	color: #fff;
	padding: 35px 20px 0 20px;
	line-height: 40px;
}

.cont1_main li.cont1_main_listb
{
	width: 420px;
	background: url(../images/cont1_banner_b.jpg) no-repeat;
}

.cont1_main li.cont1_main_listc
{
	width: 320px;
	background: url(../images/cont1_banner_c.jpg) no-repeat;
}

.vr_profile
{
	background: #fafafc;
	padding: 50px;
	overflow: hidden;
}

.profile_center
{
	width: 1200px;
	margin: 0 auto;
}

.profile_center h1
{
	text-align: center;
	font-size: 25px;
	color: #f6702e;
	font-weight: bold;
}

.profile_left
{
	float: left;
	width: 600px;
	margin-top: 40px;
}

.profile_left h2
{
	line-height: 36px;
	text-indent: 30px;
}

.profile_center img
{
	float: right;
	width: 350px;
	margin-top: 20px;
}

.vr_adv
{
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;
	padding: 60px;
}

.atcont_bottomb_cont li
{
	float: left;
	width: 245px;
	height: 350px;
	background: url(../images/advantage_bj.png) no-repeat;
	margin: 50px 0 0 45px;
}

.atcont_bottomb_ctop
{
	text-align: center;
}

.atcont_bottomb_ctop dt
{
	padding-top: 65px;
}

.atcont_bottomb_ctop dd
{
	padding-top: 20px;
	color: #121212;
	font-size: 24px;
	font-weight: bold;
}

.atcont_bottomb_cont li p
{
	margin-top: 100px;
	font-size: 17px;
	line-height: 30px;
}

.system_main
{
	width: 100%;
	background: url(../images/system_bj.jpg) no-repeat top center;
	padding: 50px 0 40px 0;
}

.content-box, .content-box-hs
{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.system_main_title h1
{
	text-align: center;
	font-size: 25px;
	color: #ff7a00;
	font-weight: bold;
}

.system_main_title1
{
	text-align: center;
	color: #1d1e22;
	font-size: 23px;
	font-weight: bold;
	padding-left: 20px;
}

.system_main_title1 em
{
	color: #ff7a00;
	font-style: normal;
	font-size: 26px;
}

.system_main_cont
{
	margin-top: 50px;
}

.system_mc_top
{
	border-bottom: 1px solid #d4d2d2;
	height: 65px;
}

.system_mc_top li
{
	float: left;
	font-weight: bold;
	color: #bdbdbd;
	font-size: 30px;
	width: 125px;
	height: 65px;
	text-align: center;
	margin-left: 45px;
	cursor: pointer;
}

.system_mc_top li.system_mc_tarrow
{
	border-bottom: 3px solid #ff7a00;
	height: 65px;
	color: #ff7a00;
}

.system_mc_footer
{
	margin-top: 25px;
}

.system_mc_flist
{
	margin-left: 25px;
}

.system_mc
{
	overflow: hidden;
	width: 1200px;
}

#system_mc_flist2
{
	display: none;
}

.system_mc_flist li div
{
	width: 171px;
	height: 166px;
	color: #222;
	font-size: 16px;
	padding-top: 105px;
}

.system_mc_flist li:hover
{
	background: #ff8800;
	background: -webkit-linear-gradient(top, #ff8e00 , #ff7900);
	background: -o-linear-gradient(bottom, #ff8e00, #ff7900);
	background: -moz-linear-gradient(bottom, #ff8e00, #ff7900);
	border: none;
}

.system_mc_flist li
{
	float: left;
	width: 171px;
	height: 166px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	margin: 20px 0 0 20px;
}

/*系统功能*/
.system_mc_flist li .system_mc_flist_title1
{
	background: url(../images/system_ico1.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title1:hover
{
	background: url(../images/system_ico1_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title2
{
	background: url(../images/system_ico2.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title2:hover
{
	background: url(../images/system_ico2_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title3
{
	background: url(../images/system_ico3.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title3:hover
{
	background: url(../images/system_ico3_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title4
{
	background: url(../images/system_ico4.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title4:hover
{
	background: url(../images/system_ico4_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title5
{
	background: url(../images/system_ico5.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title5:hover
{
	background: url(../images/system_ico5_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title6
{
	background: url(../images/system_ico6.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title6:hover
{
	background: url(../images/system_ico6_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title7
{
	background: url(../images/system_ico7.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title7:hover
{
	background: url(../images/system_ico7_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title8
{
	background: url(../images/system_ico8.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title8:hover
{
	background: url(../images/system_ico8_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title9
{
	background: url(../images/system_ico9.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title9:hover
{
	background: url(../images/system_ico9_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title10
{
	background: url(../images/system_ico10.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title10:hover
{
	background: url(../images/system_ico10_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title11
{
	background: url(../images/system_ico11.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title11:hover
{
	background: url(../images/system_ico11_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title12
{
	background: url(../images/system_ico12.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title12:hover
{
	background: url(../images/system_ico12_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title13
{
	background: url(../images/system_ico9.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title13:hover
{
	background: url(../images/system_ico13_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title14
{
	background: url(../images/system_ico14.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title14:hover
{
	background: url(../images/system_ico14_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title15
{
	background: url(../images/system_ico15.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title15:hover
{
	background: url(../images/system_ico15_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title16
{
	background: url(../images/system_ico16.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title16:hover
{
	background: url(../images/system_ico16_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title17
{
	background: url(../images/system_ico17.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title17:hover
{
	background: url(../images/system_ico17_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title18
{
	background: url(../images/system_ico18.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title18:hover
{
	background: url(../images/system_ico18_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title19
{
	background: url(../images/system_ico19.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title19:hover
{
	background: url(../images/system_ico19_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title20
{
	background: url(../images/system_ico20.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title20:hover
{
	background: url(../images/system_ico20_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title21
{
	background: url(../images/system_ico21.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title21:hover
{
	background: url(../images/system_ico21_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title22
{
	background: url(../images/system_ico22.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title22:hover
{
	background: url(../images/system_ico22_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title23
{
	background: url(../images/system_ico23.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title23:hover
{
	background: url(../images/system_ico23_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title24
{
	background: url(../images/system_ico24.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title24:hover
{
	background: url(../images/system_ico24_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title25
{
	background: url(../images/system_ico25.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title25:hover
{
	background: url(../images/system_ico25_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title26
{
	background: url(../images/system_ico26.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title26:hover
{
	background: url(../images/system_ico26_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title27
{
	background: url(../images/system_ico27.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title27:hover
{
	background: url(../images/system_ico27_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title28
{
	background: url(../images/system_ico28.png) no-repeat center 25px;

}

.system_mc_flist li .system_mc_flist_title28:hover
{
	background: url(../images/system_ico28_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title29
{
	background: url(../images/system_ico29.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title29:hover
{
	background: url(../images/system_ico29_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title30
{
	background: url(../images/system_ico30.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title30:hover
{
	background: url(../images/system_ico30_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title31
{
	background: url(../images/system_ico31.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title31:hover
{
	background: url(../images/system_ico31_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title32
{
	background: url(../images/system_ico32.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title32:hover
{
	background: url(../images/system_ico32_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title33
{
	background: url(../images/system_ico33.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title33:hover
{
	background: url(../images/system_ico33_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title34
{
	background: url(../images/system_ico34.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title34:hover
{
	background: url(../images/system_ico34_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title35
{
	background: url(../images/system_ico35.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title35:hover
{
	background: url(../images/system_ico35_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title36
{
	background: url(../images/system_ico36.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title36:hover
{
	background: url(../images/system_ico36_hover.png) no-repeat center 25px;
	color: #fff;
}

/*营销应用*/
.system_mc_flist li .system_mc_flist_title37
{
	background: url(../images/yx_ico1.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title37:hover
{
	background: url(../images/yx_ico1_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title38
{
	background: url(../images/yx_ico2.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title38:hover
{
	background: url(../images/yx_ico2_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title39
{
	background: url(../images/yx_ico3.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title39:hover
{
	background: url(../images/yx_ico3_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title40
{
	background: url(../images/yx_ico4.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title40:hover
{
	background: url(../images/yx_ico4_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title41
{
	background: url(../images/yx_ico5.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title41:hover
{
	background: url(../images/yx_ico5_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title42
{
	background: url(../images/yx_ico6.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title42:hover
{
	background: url(../images/yx_ico6_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title43
{
	background: url(../images/yx_ico7.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title43:hover
{
	background: url(../images/yx_ico7_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title44
{
	background: url(../images/yx_ico8.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title44:hover
{
	background: url(../images/yx_ico8_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title45
{
	background: url(../images/yx_ico9.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title45:hover
{
	background: url(../images/yx_ico9_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title46
{
	background: url(../images/yx_ico10.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title46:hover
{
	background: url(../images/yx_ico10_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title47
{
	background: url(../images/yx_ico11.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title47:hover
{
	background: url(../images/yx_ico11_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title48
{
	background: url(../images/yx_ico12.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title48:hover
{
	background: url(../images/yx_ico12_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title49
{
	background: url(../images/yx_ico13.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title49:hover
{
	background: url(../images/yx_ico13_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title50
{
	background: url(../images/yx_ico14.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title50:hover
{
	background: url(../images/yx_ico14_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title51
{
	background: url(../images/yx_ico15.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title51:hover
{
	background: url(../images/yx_ico15_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title52
{
	background: url(../images/yx_ico16.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title52:hover
{
	background: url(../images/yx_ico16_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title53
{
	background: url(../images/yx_ico17.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title53:hover
{
	background: url(../images/yx_ico17_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title54
{
	background: url(../images/yx_ico18.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title54:hover
{
	background: url(../images/yx_ico18_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title55
{
	background: url(../images/yx_ico19.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title55:hover
{
	background: url(../images/yx_ico19_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title56
{
	background: url(../images/yx_ico20.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title56:hover
{
	background: url(../images/yx_ico20_hover.png) no-repeat center 25px;
	color: #fff;
}

.system_mc_flist li .system_mc_flist_title57
{
	background: url(../images/yx_ico21.png) no-repeat center 25px;
}

.system_mc_flist li .system_mc_flist_title57:hover
{
	background: url(../images/yx_ico21_hover.png) no-repeat center 25px;
	color: #fff;
}

.vr_lianxi
{
	padding-top: 70px;
	margin: 0 auto;
	width: 1200px;
}
.web_pages
{
text-align:center;
}
.web_pages a
{
border:1px solid #ddd;
padding:3px;
margin:3px;
border-radius:3px;
}
.web_pages span
{
border:1px solid #ddd;
padding:3px;
margin:3px;
border-radius:3px;
}
























