@charset "utf-8";
/* CSS Document */
/* 设计制作：张工.QQ：314512911.TEL：15050830151 	WEBSITE：http://www.xzec.net */
@font-face {font-family: "iconfont";
    src: url('iconfont.eot'); /* IE9*/
    src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont.woff') format('woff'), /* chrome, firefox */
    url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-overflow-scrolling: touch !important;
    /*iOS惯性滚动*/
    outline: none;
    -webkit-font-smoothing: antialiased;
    /*字体细长*/
    -moz-osx-font-smoothing: grayscale;
}
body {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    overflow-x: hidden;
    font:14px/26px "Microsoft Yahei";
    -webkit-touch-callout: none;
    /*禁用长按页面时的弹出菜单*/
    -webkit-tap-highlight-color: white;
    box-sizing: border-box;
}
li{list-style: none;}
ul,ol{list-style-type: none;}
select,input,img,select{vertical-align: middle;}
img{border: none; display: inline-block}
i{font-style: normal}
a{text-decoration: none; -webkit-appearance: none;}
*:focus{outline: none;}
input,textarea,
button{resize: none; -webkit-appearance: none; outline: none;}
input{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
strong{font-weight: bold;}
h3,h4{font-weight: normal}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{color: #cecece;}
input:-moz-placeholder,
textarea:-moz-placeholder{color: #cecece;}
input[type="button"],
input[type="submit"],
input[type="file"],
button{cursor: pointer; -webkit-appearance: none;}
table{border-collapse: collapse; border-spacing: 0;}
.hover-hand{ cursor: pointer; /*悬浮显示手*/}
/*禁止选中copy*/
.dont-select {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
/*float*/
.fl{ float: left;}
.fr{ float: right;}
.clearfloat:after{ content: "";display: block;height: 0;clear: both;zoom: 1;visibility: hidden;}
.clearfloat{ zoom: 1;clear: both;}
.c{ clear: both;zoom: 1;}
.hide{ display: none !important;}
.show{ display: block;}
.mc{margin:0 auto;}
.w1200 {
	width: 1200px;
}
.w1000 { width: 1000px;}
.w600 { width: 600px;}

/*font-size*/
.font12{ font-size: 12px;}
.font13{ font-size: 13px;}
.font14{ font-size: 14px;}
.font15{ font-size: 15px;}
.font16{ font-size: 16px;}
.font18{ font-size: 18px;}
.font19{ font-size: 19px;}
.font20{ font-size: 20px;}
.font22{ font-size: 22px;}
.font24{ font-size: 24px;}
.font26{ font-size: 26px;}
.font28{ font-size: 28px;}
.font30{ font-size: 30px;}
.font32{ font-size: 32px;}
.font36{ font-size: 36px;}
.font48{ font-size: 48px;}
.font60{ font-size: 60px;}

.color-white{ color: white;}
.color-red{ color: red;}
.color-green{ color: green;}
.color-black{ color: black;}
.cl1685d3{ color: #1685D3;}
.bg1685D3{ background: #1685D3;}
.color-blue{ color: blue;}
.color-yellow{ color: yellow;}
.color-pink{ color: pink;}
.bg-yellow{ background: yellow;}
.bg-red{ background: red;}
.border-blue{ border: 1px solid blue;}
.border-black{ border: 1px solid black;}
.border-white{ border: 1px solid white;}
.tc{ text-align: center;}
.tl{ text-align: left;}
.tr{ text-align: right;}

/*一行多行显示省略号*/
.one-line {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*clip  修剪文本。*/
}
.more-line {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*flex*/
.flex {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    flex-flow: row nowrap;
    justify-content: flex-start;
    /*flex-start | flex-end | center | space-between | space-around;*/
    align-items: flex-start;
    /*flex-start | flex-end | center | baseline | stretch;*/
    align-content: flex-start;
    /*flex-start | flex-end | center | space-between | space-around | stretch;*/
    align-self: auto;
}
/*移动端1px*/
.onepx-border:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200%;
    height: 200%;
    border: 1px solid blue;
    transform-origin: 0 0;
    transform: scale(0.5, 0.5);
    box-sizing: border-box;
    border-radius: 10px;
}
/*滚动条样式
::-webkit-scrollbar {
    width: 6px;
    height: 6px
}
::-webkit-scrollbar-track-piece {
    background: #eee;
}
::-webkit-scrollbar-thumb:vertical {
    background: #666;
}*/

@font-face {font-family: "iconfont";
    src: url('iconfont.eot'); /* IE9*/
    src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconfont.woff') format('woff'), /* chrome, firefox */
    url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/* head */
.menu-container {
	position:fixed;
    width: 100%;
    margin: 0 auto;
	z-index:999;
    top:0px;;
    left:0;
    transition:all 0.4s;
}
.head-bg { background-color:#000000; height:100px; background-color:rgba(0,0,0,0.35); }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.logo { margin-top:8px;}
.nav{width:770px; float:right; height:46px; margin-top:28px; list-style:none; position:relative;z-index:9; font-family:'微软雅黑'; margin-right:4px;}
.nav li{float:left;height:46px;position:relative;list-style:none;}
.nav li.last{background:none;}
.nav li a{text-decoration:none;}
.nav li a span{
	float:left;
	display:block;
	line-height:46px;
	font-size:16px;
	color:#ffffff;
	cursor:pointer;
	width:110px;
	text-align:center;
	font-weight: bold;
}
.hover_menu{
	text-decoration:none;
	width:110px;
	height:46px;
	background-color: #1d62b5;
}
.nav li.selected .submenu{display:block;}
.nav li .submenu{display:none;position:absolute;top:46px;left:-9px;}
.nav li .submenu li{float:none;padding:0;background:none;height:auto;border-bottom:dotted 0px #BEBEBE;}
.menu_pro_bg{width:570px;height:185px;background:url(../images/menu_pro_bg.png) no-repeat;}
.menu_pro_main{
	padding-top:12px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 30px;
}
.menu_pro_li{padding:0px 10px;margin-right:30px;height:150px;float:left;border-right:solid 1px #cccccc;}
.menu_li_txt{line-height:28px;}
.menu_li_txt p{line-height:28px;font-size:14px;color:#696969;}
.menu_li_txt font{font-size:14px;color:#bb1721;}
.menu_li_txt a{color:#696969;text-decoration:none;}
.menu_li_txt a:hover{color:#696969;text-decoration:underline;}
.menu_news_bg{width:480px;height:185px;background:url(../images/menu_news_bg.png) no-repeat;}
.menu_news_main{width:440px;margin:auto;padding-top:12px;}
.menu_news_li{padding:0px 30px;margin-right:30px;height:150px;float:left;border-right:solid 1px #cccccc;}
.menu_news_img{float:left;text-align:left;color:#bb1721;line-height:30px;font-size:14px;}
.menu_news_li2{
	height:150px;
	float:right;
	border-left:solid 1px #cccccc;
	width:80px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.menu_news_img2{float:left;margin-left:10px;text-align:left;color:#bb1721;line-height:30px;font-size:14px; }
.menu_news_li3{padding:0px 25px;height:150px;float:right;border-left:solid 1px #cccccc;}
.menu_news_img3{float:left;margin-left:10px;text-align:left;color:#bb1721;line-height:30px;font-size:14px;}

.menu_li_pro{
	width: 180px;
	overflow: hidden;
}
.menu_li_pro p{
	line-height:30px;
	font-size:12px;
	color:#696969;
	display: block;
	float: left;
	height: 30px;
	width: 90px;
}
.menu_li_pro font{font-size:14px;color:#bb1721;}
.menu_li_pro a{color:#696969;text-decoration:none;}
.menu_li_pro a:hover{color:#696969;text-decoration:underline;}

.meun_index {
	border-radius:20px 0px 0px 20px;
	background-color: #a6011e;
}

.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 45%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 32px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background:url(../images/weixin.jpg);
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 45%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}

.footer{
	background-color: #12202f;
}
.footer ul{ float:left; margin-top:20px; height:180px;}
.footer-cop {
	background:#0a121a;
	line-height:70px;
	color:#CCCCCC;
	text-align:center;
	text-transform: uppercase;
	font-size:14px;
}
.footer-cop a { color:#CCCCCC;}
.footer-cop a:hover { color:#FF0000;}

.foot-nav { width:740px;}
.foot-nav dl{ width:88px; float:left; margin-right:30px;}
.foot-nav dl dt{
	width:88px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #828080;
	line-height:40px;
	font-size:16px;
	color:#dcd9d9;
	margin-bottom:10px;
}
.foot-nav dl dd li a{
	line-height:24px;
	font-size:14px;
	color:#817e7e;
}
.foot-nav dl dd li a:hover{ color:#FF6600;}
.foot-lx { float:left; width:460px;}
.foot-wx { float:left; width:136px;}
.foot-wx p{
	width:117px;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
}
.foot-tel { float:left; margin-top:-10px;}
.foot-tel dl{
	width:156px;
	line-height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a7a7a7;
	font-size:16px;
	color:#FFFFFF;
}
.foot-tel dt{
	line-height: 40px;
	font-size:22px;
	color:#FFFFFF;
}
.foot-tel dd{
	line-height: 30px;
	font-size:14px;
	color:#FFFFFF;
}
.foot-tel a{
	line-height: 36px;
	font-size:14px;
	color:#E8E8E8;
	border: 1px solid #c7c7c7;
	height: 36px;
	width: 156px;
	text-align: center;
	display: block;
	margin-top:10px;
}
.foot-tel a:hover{
	background-color: #FF6600;
	border: 1px solid #FF9900;
}