* {
	margin:0;
	padding:0;
}
body,html {
	font-size: 14px;
	font-family:"source","Arial" ;
	overflow-x:hidden;
	margin:0;
	padding:0;
	color: #000;
	
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: "source","Arial";
}

a {
	text-decoration: none;
	color: #333;

}
select:focus {
	outline:none;
}

.nopad {
	padding:0;
}
.nomargin  {
	margin:0;
}
a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;


}
ul {
	padding:0;
	margin:0;
}
li {
	list-style: none;
}

.fl { float:left;}
.fr { float:right;}


.row {
	margin:0;
}
p,h1,h2,h3,h4,h5 {
	margin:0;
}


.glyphicon {
	margin-right:15px;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
.pad-80 {
	padding:0 80px;
}
.white {
	background: #fff;
}
.container {
	width: 1200px!important;
	padding:0;
}



@font-face {
	font-family: 'source';
	src: url('../fonts/SourceHanSansCN-Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/SourceHanSansCN-Regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/SourceHanSansCN-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/SourceHanSansCN-Regular.svg#SourceHanSansCN-Regular') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: 'firasans';
	src: url('../fonts/FiraSans-Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/FiraSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/FiraSans-Regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/FiraSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/FiraSans-Regular.svg#FiraSans-Regular') format('svg'); /* Legacy iOS */
}



/**
 * 判断浏览器
 */

#browser_ie {
	BACKGROUND-COLOR: #f6f6b4; DISPLAY: none; HEIGHT: 120px; COLOR: #000; FONT-SIZE: 15px
}
#browser_ie .brower_info {
	MARGIN: 0px auto; WIDTH: 800px; PADDING-TOP: 17px
}
#browser_ie .brower_info .notice_info {
	POSITION: relative; MARGIN-TOP: 5px; FLOAT: left
}
#browser_ie .brower_info .notice_info P {
	TEXT-ALIGN: left; LINE-HEIGHT: 25px; WIDTH: 360px; DISPLAY: inline-block
}
#browser_ie .browser_list {
	POSITION: relative; FLOAT: left
}
#browser_ie .browser_list IMG {
	WIDTH: 40px; HEIGHT: 40px
}
#browser_ie .browser_list SPAN {
	TEXT-ALIGN: center; WIDTH: 80px; DISPLAY: inline-block
}

/*css组件设置*/
/*css组件设置*/
.imgZoom img,.imgY180 img { -moz-transition:all 2.4s ease 0s; -ms-transition:all 2.4s ease 0s; -o-transition:all 2.4s ease 0s; -webkit-transition:all 2.4s ease 0s; transition:all 2.4s ease 0s;}
.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg)}

/*头部样式 */

/*
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #60b830;
	border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #60b830;
}
*/

.carousel-control {
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -20px;
	font-size:60px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
}

/*内页banner下的导航 */

#nei-main {
	padding-top:47px;
	padding-bottom: 50px;

}
/*内页公共部分*/
.nei-head {
	border-bottom:1px solid #cccccc;
	position:relative;
}
.nei-head .breadcrumb {
	line-height: 60px;
}
.nei-head .breadcrumb .home,.nei-head .breadcrumb .home a {
	color: #0346a1;
}
.nei-cate {
	float: right;
}
.nei-cate li {
	display: inline-block;
	margin-left: 25px;
}
.nei-cate li a {
	height: 60px;
	line-height: 60px;
	padding:0 60px;
	background: #5d5d5d;
	display: block;
	font-size: 24px;
	font-weight:700;
	color:#fff;
}
.nei-cate li a.blue,.nei-cate li a:hover {
	background: #0346a1;
}






/*面包屑*/
.list-bread {
	background-color: #f0efef;
	height:85px;
	line-height: 85px;
}
#tit {
	height:80px;

	background-color: #f5f5f5;
}
#tit .sendcate p{
	width:60%;
	font-weight:bold;
	font-size:28px;
	color: #1e1e1e;
	padding-left:20px;
	float: left;
	text-transform: uppercase;
}

.breadcrumb {
	font-size: 14px;
}
.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #474747;
	content: ">";
}


.breadcrumb {
	float: left;
	padding:0;
	/*line-height: 128px;*/
	margin-bottom:0;
	background: none;
	font-size: 14px;
}
.breadcrumb li a {
	color: #333;
}
.breadcrumb li i {
	margin-right: 10px;
}
.breadcrumb li.active {
	text-transform: capitalize;
}

.bread-nei {
	padding: 0 6.5%;
}

/*内页导航*/
.nei-head {
	border-bottom:1px solid #cccccc;
	position:relative;
}

.nei-head .nei-title {
	width: 30%;
	float: left;
}
.nei-head .nei-title h1{
	font-size: 43px;
	font-weight: bolder;
	color: #222222;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.nei-cate {
	float: right;
}
.nei-cate li {
	display: inline-block;
	margin-left: 25px;
}
.nei-cate li a {
	height: 35px;
	line-height: 35px;
	padding:0 60px;
	background: #eeeeee;
	display: block;
	font-size: 16px;
	color: #646464;
}
.nei-cate li a.blue,.nei-cate li a:hover {
	background: #0346a1;
}

.aui-section-tab {
	float: left;
	width: 70%;
}


.aui-section-box .aui-section-list .aui-section-list-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 5px;
	transition: 0.5s;
}

.aui-section-box .aui-section-list .aui-section-list-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 5px;
	transition: 0.5s;
}

.aui-section-box .aui-section-list .aui-section-list-item .obj {
	position: absolute;
	top: 0;
	width: 150px;
	transition: 0.5s;
	z-index: 1;
}

.aui-section-box .aui-section-list .aui-section-list-item .shadow {
	position: absolute;
	width: 150px;
	left: 0;
	top: 76px;
	opacity: 1;
	transition: 0.5s;
	z-index: 0;
}

.i-process .btn.cur .obj {
	top: -20px;
	transition: 0.65s;
}

.i-process .btn.cur .shadow {
	opacity: 1;
	transition: 0.65s;
	transform: scale(0.8,0.8);
}

.aui-section-box .aui-section-list .aui-section-list-item.one {
	left: 18px;
	top: 80px;
}

.aui-section-box .aui-section-list .aui-section-list-item.two {
	left: 262px;
	top: -80px;
}

.aui-section-box .aui-section-list .aui-section-list-item.three {
	left: 590px;
	top: -80px;
}

.aui-section-box .aui-section-list .aui-section-list-item.four {
	left: 262px;
	top: 230px;
}

.aui-section-box .aui-section-list .aui-section-list-item.five {
	left: 590px;
	top: 230px;
}

.aui-section-box .aui-section-list .aui-section-list-item.six {
	left: 840px;
	top: 80px;
}

.aui-section-list ul {
	float: right;
}
.aui-section-list ul li {
	display: inline-block;
	margin-bottom: 10px;
}
.aui-section-list ul li a {
	padding:0 15px;
	height: 35px;
	line-height: 35px;
	background: #eeeeee;
	display: block;
	font-size: 16px;
	margin-right: 10px;
	cursor:pointer;
    color: #646464;
}

.aui-section-list ul li:last-child {
	margin-right: 0;
}
.aui-section-list ul li a {

}
.aui-section-list ul li a.active,.aui-section-list ul li a:hover {
	color: #ff6a0b;
}

.aui-section-info {
	position: absolute;
	left:0;
	top:138px;
	padding: 0 55px;
}

.aui-section-info ul {
	padding: 20px 0;
	display: none;

}

.aui-section-info ul li dl {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1; }

.aui-section-info ul li dl dd {
	float: left;
	height: 45px;
	line-height: 45px;
	margin-bottom:10px;
	font-size: 14px;
	margin-right: 5px;
}
.aui-section-info ul li dl dd a {
	color: #3d3d3d;
	padding: 0px 15px;
	display: block;
	background: #eeeeee;
}
.aui-section-info ul li dl dd a:hover,.aui-section-info ul li dl dd a.active {
	text-decoration: none;
	background-color: #0346a1;
	color:#fff;
}
.aui-section-info ul li dl dd:first-child {
	margin-left: 0;
}


/*******************************************************************************************************************************结束*/


/**
 * 底部样式
 */
/*footer*/


.footer {

}
.footer-link {
	height: 355px;
	background:url(../img/foot-bg.jpg) no-repeat center center;
	padding-top: 70px;
}

.footer-link .foot-nav {

}

.footer-link .foot-contact h3 {
	font-size:26px;
	color: #ffffff;
	margin-bottom: 30px;
}
.footer-link .foot-contact p {
	margin-bottom: 10px;
}
.footer-link .foot-contact p span {
	margin-right: 10px;
	color: #8e8e8e;
}
.footer-link .foot-contact p span a {
	color: #8e8e8e;
}
.footer-link .foot-contact span, .footer-link .foot-contact span a {
	display: inline-block;
	color: #fff;
}

.footer-link .foot-contact span.info-name {
	margin-left:12px;
}
.footer-link .pad-bot {
	padding-bottom:100px;
}
.footer-link .foot-2 h4 {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 35px;
}
.footer-link .foot-2 p {
	margin-bottom: 15px;
}
.footer-link .foot-2 p a {
	color: #8e8e8e;
}
/* 滚动内容样式 */
.footer-link .foot-2 .scroll_main {
	width: auto;
	display: block;
	margin: 40px auto;
}

/* 滚动内容区样式 */
.footer-link .foot-2 .scroll_wrap {
	width: auto;
	height: 165px;
	position: relative;
}
/* 滚动内容样式 */
.footer-link .foot-2 .scroll_wrap .scroll_cont {
	height: 100%;
	overflow: hidden;
}

/* 滚动条 */
.footer-link .foot-2 .scroll_wrap .scroll_bar {
	position: absolute;
	top:0;
	right:0;
	width: 5px;
	height: 100%;
	background-color: #454545;
}
/* 滚动块 */
.footer-link .foot-2 .scroll_wrap .scroll_slider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 5px;
	height: 48px;
	background-color: #666666;
	border-radius:5px;
	opacity: .5
}
.footer-link .foot-2 .scroll_wrap .scroll_slider:hover{
	opacity: 1
}


.footer-link .foot-erweima h4 {
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 35px;
	text-align: center;
}
.erweima p,.weixin p {
	margin-top:10px;
}
.weixin {
	float: right;
}

.foot-contact .contact-info {
	/*width:100%;*/

}
.foot-contact .contact-info p {
	margin:0;

}

.email {
	width: 950px;
	margin:0 auto;
	padding:40px 0 75px;
}
.getemail .em {
	width: 360px;
	height: 40px;
	border:1px solid #f0f0f0;
	background:transparent;
	padding-left:20px;
	color: #c7c7c7;
	margin-right: 15px;
}
.getemail .submit {
	width: 165px;
	height: 40px;
	background: #06387e;
	border-left:none;
	color:#fff;
	margin-top:15px;
	border:none;
	font-family: "firasans";
	font-size:16px;
}
.emailinfo {
	color:#999999;
	line-height:60px;
	padding-left:15px;
}


.erweima dl dd {
	line-height: 40px;
}


.copyright {
	padding:30px 0 25px;
	color: #b7b7b7;
	background-color: #141414;
}

.copyright p {
	color: #b7b7b7;
	margin-bottom: 0;
	font-size:12px;
}
.copyright p a {
	color: #b7b7b7;

}







/**********************底部样式 ****************************************/


/*在线客服*/
.izl-rmenu{position:fixed;right:5%;bottom:10%;z-index:999;}
.izl-rmenu .btn{width:72px;height:73px;margin-bottom:1px;cursor:pointer;position:relative;display:block;padding:0;margin:0;border:none;border-radius: 0;}
.izl-rmenu .btn-qq{background:url(../img/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq.btn-qqe {background:url(../img/r_qqe.png) 0px 0px no-repeat;background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../img/r_qq.png) 0px 0px no-repeat;background-color:#6da9de;text-decoration:none;display:block;}
.izl-rmenu .btn-wx{background:url(../img/r_wx.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx.btn-wxe{background:url(../img/r_wxe.png) 0px 0px no-repeat;background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url(../img/r_phone.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone.btn-phonee{background:url(../img/r_phonee.png) 0px 0px no-repeat;background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .pic{position:absolute;left:-160px;top:0px;display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b;position:absolute;width:160px;left:-160px;top:0px;line-height:73px;color:#FFF;font-size:18px;text-align:center;display:none;}
.izl-rmenu .btn-top{background:url(../img/r_top.png) 0px 0px no-repeat;background-color:#666666;display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}


.backToTop {display: none; width: 50px;height:50px;position: fixed; right:30px;bottom: 100px;background:url(../../../Public/home/img/arrow-top.png) no-repeat center center; cursor:pointer; z-index:99;}


