@charset "utf-8";
/* CSS Document */
.clear {
	clear: both;
}
.top-left h1{
	display: inline-block;
}
.top-tel {
    width: 320px;
    text-align: right;
    background: url(/images/tel.jpg) no-repeat 45px;
    color: #dc0009;
    font-size: 36px;
    line-height: 55px;
    font-family: Impact !important;
    float: right;
    margin: 20px 0 0 0;
}
.mio-banner .slideBox {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}

.mio-banner .slideBox .bd {
	position: relative;
	z-index: 0;
}

.mio-banner .slideBox .bd li {
	position: relative;
	text-align: center;
}

.mio-banner .slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mio-banner .slideBox .bd li img {
	vertical-align: top;
	width: 100%;
}

.mio-banner .slideBox .hd {
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.mio-banner .slideBox .hd li.on {
	background: #1e40a4;
}

.mio-banner .slideBox .hd li {
	display: inline-block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #333;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 3px;
	border: #fff 2px solid;
}

.header1 {
	width: 1200px;
	margin: 0 auto;
}

.header .logo {
	float: left;
}
.header .logo img {
    margin: 5px 0;
}
/*导航*/
#nav {
	background: #1e40a4;
	height: 56px;
}

.nav {
	width: 1200px;
	margin: 0 auto;
}

.nav>li {
	float: left;
	width: 150px;
	line-height: 56px;
	text-align: center;
	position: relative;
}

.nav>li a {
	color: #fff;
	display: block;
	font-size: 17px;
}

.nav>li.list {
	position: relative;
}

.nav>li.list .list_ul {
	position: absolute;
	left: 0;
	display: none;
	width: 150px;
	z-index: 9999;
}

.nav>li.list .list_ul>li {
	position: relative;
    background: #fff;
    padding: 0 15px;
}

.nav>li.list .list_ul>li a {
	color: #333;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
}

.nav>li.list .list_ul>li ul.list_children {
	position: absolute;
	z-index: 99999;
	top: 0px;
	left: 150px;
	width: 120px;
	display: none;
}

.nav>li.list .list_ul>li ul.list_children li {
	background: #efefef;
	position: relative;
}

.nav>li.list .list_ul>li ul.list_children li a {
	color: #fff;
}
/*推荐设备*/
.inner{
	margin:0 auto;
	width: 1200px;
}
.tuijian {
    margin: 30px auto 35px;
}
.yzs_top h3 {
    font-size: 32px;
    color: #333333;
    line-height: 46px;
	text-align: center;
	font-weight: bold;
}
.yzs_top h3 span {
    color: #d0070f;
}
.yzs_top p {
    font-size: 17px;
    font-weight: normal;
    color: #5a5a5a;
    line-height: 35px;
    text-align: center;
}
.fl{
	float:left;
}
.fr{
	float: right;
}
.tuijiansb {
    margin-top: 30px;
}

.tuijian1 {
    width: 590px;
    margin-right: 20px;
}

.tuijian1:nth-child(2) {
    margin-right: 0;
}

.tuijian2 {
    border: 1px solid #c5c2c2;
    width: 278px;
    height: 198px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 198px;
    text-align: center;
}
/*分类*/
.ct {
	background: url(/images/636725421538747335.jpg) no-repeat;
	height: 882px;
}
.yxa_left {
	width: 250px;
	margin-top: 40px;
}
.yxa_left h3 {
    font-size: 26px;
    color: #444444;
    line-height: 30px;
    font-weight: normal;
}
.yxa_left p {
    font-size: 16px;
    color: #444444;
	line-height: 16px;
	margin: 10px 0;
}
.yxa_left span {
    display: block;
    font-size: 20px;
    font-family: impact !important;
    color: #1e40a4;
    line-height: 30px;
}
.tabs-title {
    margin: 70px 0 0;
    width: 950px;
}
.dm img{
    width: 268px;
    height: auto;
}
.tabs-title a {
    display: inline-block;
    background: #1e40a4;
    color: #fff;
    padding: 10px 30px;
    margin-right: 15px;
	font-size: 16px;
	-webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.tabs-title a:hover {
    background: #d0070f;
}
.shebeipro {
    margin: 110px auto 0;
}

.shebeipro ul li {
    float: left;
    width: 285px;
    margin: 0 20px 10px 0;
}

.shebeipro ul li:nth-child(4n) {
    margin-right: 0;
}

.sbtupian {
    border: 1px solid #c7c5c5;
    overflow: hidden;
}

.sbtupian img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: 210px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.sbtupian img:hover {
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
}

span.sbname {
    line-height: 35px;
    text-align: center;
    display: block;
}

/*优势*/
.ys_con {
    margin: 30px auto;
}
.huolong {
    margin: 30px 0px;
}
.huolong li {
    height: 600px;
    width: 300px;
    float: left;
    position: relative;
}
.huolong li .img-huo {
    position: absolute;
    top: 0px;
    width: 300px;
    height: 300px;
}
.huolong li .nei-huo {
    position: absolute;
    top: 300px;
    width: 300px;
    height: 300px;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
}
.nei-huo a {
    padding-top: 30px;
    text-align: center;
    color: #1e40a4;
    font-size: 24px;
    display: block;
    font-weight: bold;
    width: 100%;
}
.nei-huo a {
    padding-top: 30px;
    text-align: center;
    color: #1e40a4;
    font-size: 24px;
    display: block;
    font-weight: bold;
    width: 100%;
}
.nei-huo p {
    color: #666666;
    font-size: 14px;
    width: 248px;
    margin: 0 auto;
    padding-top: 20px;
    line-height: 24px;
}
.huolong li:nth-child(even) .img-huo {
    position: absolute;
    top: 300px;
    width: 300px;
    height: 300px;
}
.huolong li:nth-child(even) .nei-huo {
    position: absolute;
    top: 0px;
    width: 300px;
    height: 300px;
}
/*关于*/
#indexabout {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 460px;
    padding-top: 40px;
    background: url(../images/a2.jpg) no-repeat top center;
    margin-top: 20px;
}
#indexaboutmain {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 1140px;
    padding: 30px;
    background: #fff;
}
#indexabout1 {
    margin: 0 auto;
    padding: 0;
    width: 430px;
    height: auto;
    float: left;
}
#indexabout2 {
    margin: 0 auto;
    padding: 0;
    width: 58%;
    height: auto;
    float: right;
    padding-right: 2%;
}
#indexabout21 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 30px;
    color: #000;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
}
#indexabout22 {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    text-align: left;
    text-decoration: none;
}
#indexabout23 {
    margin: 0;
    padding: 0;
    width: 100px;
    display: block;
    height: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
#indexabout23 a {
    margin: 0;
    padding: 0;
    width: 100px;
    display: block;
    background: #d71618;
    height: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}
/*新闻*/
.xwzixun {
    margin: 30px auto;
}
.news_l {
    width: 560px;
}
.news_t {
    line-height: 40px;
    overflow: hidden;
    border-bottom: #e5e5e5 1px solid;
}
.news_t span {
    float: right;
}
.news_t span a {
    font-size: 16px;
}
.news_t a {
    font-size: 22px;
    color: #333;
    text-transform: uppercase;
}
.news_c ul li {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    border-bottom: #e8e8e8 1px solid;
}
.news_c ul li span {
    display: block;
    float: right;
    font-size: 14px;
    color: #666;
    width: 100px;
    text-align: right;
}
.news_c ul li a:hover {
    background: url(../images/news_ico02.png) no-repeat 10px 19px;
    color: #333;
    font-weight: bold;
}
.news_c ul li a {
    font-size: 14px;
    color: #666;
    display: block;
    float: left;
    width: 410px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/news_ico01.png) no-repeat 10px 19px;
    padding-left: 30px;
}
.news_pic img {
    width: 560px;
	height: 280px;
	-webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.chanp dl dt img:hover, .chanp ul li img:hover, .case_m dl dt img:hover, .news_pic img:hover, .ab_m dt img:hover, .photo ul li img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news_pic {
    width: 560px;
    height: 280px;
    line-height: 0;
    overflow: hidden;
    margin: 20px 0 10px;
}
.xinwen1 {
    margin-top: 20px;
}
.wd {
    width: 590px;
}
.wd dl {
    padding: 20px 0 0;
    width: 590px;
    position: relative;
    overflow: hidden;
}
.wd dl:before {
    content: "";
    width: 550px;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 20px;
}
.wd dl dt {
    position: absolute;
    top: -80px;
    right: 0;
    height: 50px;
    line-height: 30px;
    width: 90px;
    font-size: 12px;
    color: #fff;
    float: left;
    font-weight: bold;
    padding: 20px 0 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.wd dl:hover{background: #004ea2;}
.wd dl:hover dt{top: 30px;}
.wd dl:hover dd h5{color: #fff;}
.wd dl:hover .wd_desc{color: rgba(255,255,255,0.5);}
.wd dl dt b {
    display: block;
    font-size: 36px;
}
.wd dl dd {
    width: 430px;
    float: left;
    height: 104px;
    margin-left: 20px;
}
.wd dl dd a {
    display: block;
}
.wd dl dd h5 {
    font-size: 16px;
    color: #333;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wd_desc {
    font-size: 14px;
    color: #666;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    padding: 5px 0 0;
}
/*案例*/
.anlikz {
	width: 960px;
}

.marqueeleft {
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	margin: 0 20px 0 0;
	display: inline;
	overflow: hidden;
	width: 260px;
}

.marqueeleft li .pic {
	display: block;
	border: #ccc 1px solid;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.marqueeleft li .txt {
	text-align: center;
	height: 35px;
	line-height: 35px;
}

.marqueeleft ul li a img {
	max-width: 100%;
	height: 194px;
	display: block;
	margin:0 auto;
}
.anlicase {
    margin-bottom: 30px;
}

/*底部*/
footer {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 0;
    background: #222;
}
.foot {
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.foot .online {
    width: 320px;
    float: left;
    overflow: hidden;
}
.foot .online h2 {
    color: #fff;
    padding-bottom: 15px;
    overflow: hidden;
    position: relative;
    font-size: 18px;
}
.foot .online h2 i {
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.foot .online form {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    line-height: 40px;
}
.foot .online form input.text {
    width: 145px;
    padding-left: 10px;
    height: 40px;
    margin-top: 15px;
    border: none;
    background: #fff;
    float: left;
    overflow: hidden;
}
.foot .online form input.text:nth-child(2) {
    margin-left: 10px;
}
.foot .online form textarea {
    width: 300px;
    padding: 10px;
    overflow: hidden;
    background: #fff;
    height: 40px;
	margin-top: 15px;
	font-family: 微软雅黑;
}
.foot .online form input.sub {
    border: none;
    background: #1e40a4;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    cursor: pointer;
    margin-top: 15px;
}
.foot dl {
    width: 300px;
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 80px;
}
.foot dl dt {
    display: block;
    color: #fff;
    padding-bottom: 15px;
    overflow: hidden;
    position: relative;
    font-size: 18px;
}
.foot dl dt i {
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.foot dl dd {
    display: block;
    margin-top: 25px;
    overflow: hidden;
}
.foot dl dd a {
    display: block;
    float: left;
    width: 50%;
    line-height: 38px;
    color: #aaa;
}
.dibucon {
    line-height: 30px;
    color: #aaa;
}
.foot strong {
    display: block;
    float: right;
    overflow: hidden;
    padding-top: 20px;
    width: 160px;
    text-align: right;
}
.foot strong img {
    display: block;
	width: 140px;
	height: 140px;
    margin-left: 20px;
}
.foot strong span {
    display: block;
    color: #aaa;
    padding-top: 8px;
    text-align: center;
}
.link {
    padding: 20px 0 0;
    overflow: hidden;
}
.link .hd {
    width: 100px;
    float: left;
    color: #fff;
    overflow: hidden;
}
.link .hd span {
    display: block;
    position: relative;
    padding-left: 22px;
}
.link .hd span i {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 8px;
    background: url(../images/icon.png) -180px -7px no-repeat;
}
.link .bd {
    width: 1100px;
    float: right;
    overflow: hidden;
}
.link .bd ul {
    overflow: hidden;
    zoom: 1;
}
.link .bd ul li {
    display: block;
    float: left;
    color: #fff;
    overflow: hidden;
}
.link .bd ul li a {
    display: block;
    color: #aaa;
    margin-right: 20px;
}
.webu {
    width: 100%;
    line-height: 14px;
    padding: 20px 0;
    background: #0c0e10;
    overflow: hidden;
    margin-top: 25px;
    color: #aaa;
}
.webu h1{
	display: inline-block;
	color: #aaa;
	font-weight: bold;
}

/*内页*/
h2.left-box {
	margin-bottom: 14px;
	position: relative;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	background: #1e40a4;
	margin: 20px 0 0 0;
}

.xypg-left-con {
	border: 1px solid #ebebeb;
	padding: 15px;
}

.xypg-left-nav > li {
	margin-bottom: 12px;
	position: relative;
}

.xypg-left-nav > li > a {
	display: block;
	text-indent: 27px;
	font-size: 14px;
	color: #666666;
	position: relative;
	line-height: 40px;
	border: 1px solid #e4e4e4;
	padding-right: 15%;
}

.xypg-left-nav > li .first-nav-btn {
	position: absolute;
	z-index: 99;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #d1d1d1 url(../images/xypg-left-jt.png) 0 -15px no-repeat;
	right: 10%;
	top: 13px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
	color: #333;
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
	background-color: #f5ba00;
}

.page-about-left {
	width: 243px;
	float: left;
}

ul.latest-news li {
	margin-top: 15px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
}

.latest-news li a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}

.latest-news li a:hover {
	color: #333;
	text-decoration: underline;
}

.left-box-content p {
	margin-bottom: 0;
	border-bottom: 1px dotted #b8b8b8;
	font-size: 14px;
	color: #333333;
	padding: 8px 0;
}

.rightbox_product_relation_ul li {
	width: 209px;
	padding: 5px;
	margin: 5px;
	float: left;
	background: #f6f6f6;
}

.rightbox_product_relation_ul li a {
	display: block;
}

.rightbox_product_relation_ul li a img {
	max-width: 100%;
	height: 143px;
	display: block;
	margin: 0 auto;
}

.rightbox_product_relation_ul li a h4 {
	line-height: 30px;
	text-align: center;
	height: 30px;
	overflow: hidden;
}

.info-product-right {
	width: 925px;
	position: relative;
}

.rightbox_new_relation_ul {
	word-break: break-word;
}

.rightbox_new_relation_ul li {
	padding: 10px;
	margin: 5px 12px 5px 0;
	background: #f9f9f9;
	width: 418px;
	float: left;
}

.rightbox_new_relation_ul li a {
	display: block;
}

.rightbox_new_relation_title {
	font-size: 14px;
	margin-bottom: 10px;
	float: left;
}

.rightbox_new_relation_time {
	margin-bottom: 10px;
	color: #666;
	float: right;
}

.rightbox_new_relation_description {
	color: #666;
}

.sort-product-right {
	width: 925px;
	position: relative;
}

.page-about-right {
	width: 925px;
	position: relative;
}

.sideMenu li:hover .first-nav-btn {
	background-color: #333;
}

.sideMenu li {
	margin-bottom: 12px;
	position: relative;
}

.sideMenu li a {
	display: block;
	text-indent: 27px;
	font-size: 14px;
	color: #666666;
	position: relative;
	line-height: 40px;
	border: 1px solid #e4e4e4;
	padding-right: 15%;
}

.first-nav-btn {
	position: absolute;
	z-index: 99;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #d1d1d1 url(../images/xypg-left-jt.png) 0 -15px no-repeat;
	right: 10%;
	top: 13px;
}

.page-content {
    line-height: 32px;
    font-size: 16px;
}

.sort-product-list li {
	width: 32%;
}

.tp1 {
	border: 1px solid #eee;
	text-align: center;
	padding: 3px;
}

.tp1 img {
	max-width: 100%;
	height: 200px;
}

.xiangxi {
	line-height: 32px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	margin: 0 0 15px;
}

.info-content {
	line-height: 24px;
}

.gsjs1 {
	margin: 10px 0 0;
	line-height: 25px;
}

/*右侧悬浮*/
.toolbar {
	width: 52px;
	position: fixed;
	right: 1%;
	top: 44%;
	z-index: 999;
}

.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}

.toolbar dd.gottop {
	display: none;
}

.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 20px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}

.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #962829;
	display: none;
}

.toolbar .pop-code {
	width: 160px;
}

.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}

.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}

.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.toolbar .qq span {
	background-position: -35px -47px;
}

.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}

.toolbar .qq:hover {
	background-color: #962829;
	border-radius: 100%;
}

.toolbar .qq:hover span {
	background-position: 0 -47px;
}

.toolbar .tel span {
	background-position: -35px 0;
}

.toolbar .tel:hover {
	background: #962829;
}

.toolbar .tel:hover span {
	background-position: 0 0;
}

.toolbar .code span {
	background-position: -35px -95px;
}

.toolbar .code:hover {
	background-color: #962829;
	border-radius: 100%;
}

.toolbar .code:hover span {
	background-position: 0 -95px;
}

.toolbar .top span {
	background-position: -35px -142px;
}

.toolbar .top:hover {
	background-color: #962829;
	border-radius: 100%;
}

.toolbar .top:hover span {
	background-position: 0 -142px;
}

.toolbar dd:hover {
}

span.mt25 img {
	width: 235px;
}
