@import "font-awesome.min.css";
* {
	margin:0;
	padding:0;
}
body,html {
	font-size: 14px;
	font-family:"Arial","source","Microsoft YaHei" ;
	overflow-x:hidden;
	margin:0;
	padding:0;
	
}
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: "Arial","source","Microsoft YaHei" ;
}

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;
	font-size:0;
}
li {
	list-style: none;
}
.w1733{
	width: 1733px;
	/*background: red;*/
	margin: 0 auto;
	position: relative;
}

.w1200{
	width: 1200px;
	margin: 0 auto;
}
.w1400{
	width: 1420px;
	margin: 0 auto;
	height:89px;
}
.w1400a{
	width: 1420px;
	margin: 0 auto;
}
.w1400 .headleft{
    float:left;
	width:30%;
	text-align:left;
}
.w1400 .headright{
    float:left;
	width:70%;
	text-align:right;
}
.w1700{
	width: 1718px;
	margin: 0 auto;
}

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


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


.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
@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 */
}


.container {
	width: 1200px!important;

}
.pro_ul1  li{
	/*height: 55px;*/
	line-height: 50px;
	margin-right: 25px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	background: #f2f2f2;
}
.pro_ul1   li:hover{

	background: #ffffff;
	color: #fff;
}
.pro_ul1  li a {
	width: 100%;
	height: 100%;
	display: block;
	color: #000000;
}
.pro_ul1  li a.active {
	display: inline-block;
	/*height: 55px;*/
	/*padding-left: 40px;
	padding-right: 40px;*/
	color: red;
	background: #ffffff;
}
.pro_ul1  li a:hover {
	color: red;
}

/**
 * 判断浏览器
 */

#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)}
.imgX360 img {-webkit-transition: -webkit-transform 0.4s ease-out;-moz-transition: -moz-transform 0.4s ease-out;transition: transform 0.4s ease-out;}
.imgX360:hover img {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);transform: rotate(360deg);}
/*头部样式 */

/*
.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-bottom: 95px;
	padding-top:70px;
}
.list-pad {
	padding-top: 75px;
	padding-bottom: 70px;
}
.list-title {
	-moz-box-shadow:0px 10px 10px #F6F6F6;
	-webkit-box-shadow:0px 10px 10px #F6F6F6;
	box-shadow:0px 10px 10px #F6F6F6;
	height: 70px;
}

.list-title .ab-nav{
	width: 1164px;
	position: absolute;
	left: 50%;
	text-align: center;
	margin-left: -582px;
}
.dot ul{
	padding-bottom: 70px;
}
.list-title .ab-nav .btt{
	display: none;
}
.list-title .ab-nav li{
	height: 70px;
	line-height: 70px;
	transition:background 0.3s;
}
.list-title .ab-nav li a{
	display: block;
	width: 100%;
	color: #424242;
	font-size: 16px;
	transition:color 0.3s;
}

.list-title .ab-nav li.on,.list-title .ab-nav li:hover{
	background: #015ca0;
}
.list-title .ab-nav li.on a,.list-title .ab-nav li:hover a{
	color: #fff
}


	/*内页公共部分*/
.nei-title {
	text-align: center;
}
.nei-title .title-text {
	font-size:28px;
	color: #000000;

}
.nei-title .title-text:after {
	content:'';
	width: 43px;
	height: 2px;
	background: #0068b6;
	display: block;
	margin:13px auto 65px;
}
.nei-title .cate-title {
	width: 100%;
	margin-bottom: 90px;
}
.nei-title .cate-title ul {
	width: 100%;
	text-align: center;
}
.nei-title .cate-title ul li{
	padding:0 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 55px;
	text-align: center;
	background: #0068b6;
	font-size:17px;
	display: inline-block;
}
.nei-title .cate-title ul li:last-child {
	margin-right: 0;
}
.nei-title .cate-title ul li a {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
}

/*面包屑*/
.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%;
}




/*********************************************************************************************************************/

/**
 * 底部样式
 */
/*footer*/
.kdi{ width:90.3%; max-width:1360px; margin:0 auto;}

.i-ser{ width:100%;
	height:15.625rem;
	background-image:url(../img/sc-pic.jpg);
	overflow: hidden;
	position: relative;z-index: 2;
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position: 50% 50px;}
.i-ser .stit{ padding-top:8%;}
.ss{ width:149px; height:96px; float:left; margin-top:100px;}
.ss p{ font-size:1.125rem; color:#000; padding-top:3.875rem; text-align:center;}
.s1{ background:url(../img/s1.png) center no-repeat;}
.s2{ background:url(../img/s2.png) center no-repeat;}
.s3{ background:url(../img/s3.png) center no-repeat;}
.s4{ background:url(../img/s4.png) center no-repeat;}
.s5{ background:url(../img/s5.png) center no-repeat;}
.s6{ background:url(../img/s6.png) center no-repeat;}
.sdian{ background:url(../img/sd_03.png) center no-repeat; width:25px; height:5px; margin:150px 5px 0; float:left;}
@media screen and (max-width: 767px){
	.i-ser{ height:22rem;background-position: 50% top;}
	.i-ser .stit{ padding-top:3%;}
	.i-ser .fr{ width:94%; margin:0 auto}
	.ss{ margin-top:20px}
	.sdian{ margin:70px 5px 0}
	.saa{ display:none}
}



.foot1{ height:22.5rem; width:100%; background:url(../img/footbg.jpg) center no-repeat; background-size:cover; padding-top:2.6875rem}
.fcon{ background:url(../img/fx.png) right center no-repeat; padding-right:50px;}
.fcon h5{ font-size:1.375rem; color:#FFF; margin-bottom:1.875rem;}
.fcon p{ font-size:0.875reml; color:#cfcfcf; padding-left:2.25rem; height:40px; line-height:40px;}
.fcon div{ font-size:0.875rem; color:#cfcfcf; line-height:30px; margin-top:1rem;}
.fcon div span{ float:left;}
.fcon div img{ float:left; margin:0 5px;}
.fcon .pf1{ background:url(../img/add.png) left center no-repeat;}
.fcon .pf2{ background:url(../img/att.png) left center no-repeat;}
.fcon .pf3{ background:url(../img/ama.png) left center no-repeat}
.fmenu{ width:45%; margin-left:5%;}
.fmenu dl{ float:left; width:25%;}
.fmenu dl dt{}
.fmenu dl dt a{ font-size:1.125rem; color:#fff}
.fmenu dl dd{ margin-top:1.5rem;}
.fmenu dl dd a{ font-size:0.875rem; color:#787878; display:block; line-height:1.5rem}
.fwx{background:url(../img/fx.png) left center no-repeat; padding-left:15px; width:15%;}
.fwx h5{ font-size:1.375rem; color:#FFF; margin-bottom:1.875rem;}
.fwx p{ font-size:0.875rem; margin-top:2rem;}
.foot2{ background:#b60004; padding:1rem 0;}
.foot2 p{ color:#FFF; font-size:0.875rem;}
.foot2 a{ color:#FFF; font-size:0.875rem;}
.fetell{ display:none;}
@media screen and (max-width: 767px){
	.fmenu{ width:95%}
	.fmenu dl dt a{ font-size:1.375rem;}
	.fmenu dl dd a{ font-size:1.125rem; line-height:1.8rem;}
	.fcon{ display:none}
	.fwx{ display:none}
	.foot2 .fl{ width:100%;}
	.foot2 .fr{ width:100%; margin-top:1rem;}
	.foot2{ margin-bottom:60px}
	.fetell{ display:block; height:60px; width:100%; position:fixed; bottom:0; background:#ff8000 url(../img/mtell.png) 370px center no-repeat; z-index:999; text-align:center; border-top-left-radius:5px; border-top-right-radius:5px;}
	.fetell a{ display:block; line-height:60px; font-size:1.25rem; color:#FFF}
}
.rtop{
	width: 60px;
	position: fixed;
	right: 0;bottom: 20%;
}
.rtop li{
	background: #b1b1b1;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	margin-bottom: 9px;
	text-align: center;
	padding: 10px 0 5px;
}
.rtop li .iconfont{
	color: #fff;
	display: block;
	font-size: 29px;
}
.rtop li span{
	color: #fff;
	display: inline-block;
	line-height: 24px;
	font-size: 12px;
}
.rtop li:hover{
	cursor: pointer;
	background: #d7241c;
}







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


/*在线客服*/
.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: 64px;height:65px;position: fixed; right:30px;bottom: 100px;background:url(../../../Public/home/img/arrow-top.png) no-repeat center center; cursor:pointer; z-index:99;}


